mirror of
https://github.com/nextcloud/server.git
synced 2026-04-01 23:25:47 -04:00
6 lines
131 B
PHP
6 lines
131 B
PHP
<?php
|
|
$TRANSLATIONS = array(
|
|
"Saving..." => "Menyimpan...",
|
|
"Encryption" => "Enkripsi"
|
|
);
|
|
$PLURAL_FORMS = "nplurals=1; plural=0;";
|