mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
5 lines
100 B
PHP
5 lines
100 B
PHP
<?php
|
|
$TRANSLATIONS = array(
|
|
"Saving..." => "Simpan..."
|
|
);
|
|
$PLURAL_FORMS = "nplurals=1; plural=0;";
|