server/apps/files_encryption/l10n/id.php

7 lines
131 B
PHP
Raw Normal View History

2013-08-09 12:06:31 +00:00
<?php
$TRANSLATIONS = array(
2013-05-26 00:03:54 +00:00
"Saving..." => "Menyimpan...",
2013-05-25 00:11:52 +00:00
"Encryption" => "Enkripsi"
2012-10-21 00:06:44 +00:00
);
2013-08-09 12:06:31 +00:00
$PLURAL_FORMS = "nplurals=1; plural=0;";