diff options
Diffstat (limited to 'apps/files_external/l10n/id.php')
-rw-r--r-- | apps/files_external/l10n/id.php | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/apps/files_external/l10n/id.php b/apps/files_external/l10n/id.php new file mode 100644 index 00000000000..4b7850025f4 --- /dev/null +++ b/apps/files_external/l10n/id.php @@ -0,0 +1,14 @@ +<?php $TRANSLATIONS = array( +"Access granted" => "akses diberikan", +"Grant access" => "berikan hak akses", +"Fill out all required fields" => "isi semua field yang dibutuhkan", +"External Storage" => "penyimpanan eksternal", +"Configuration" => "konfigurasi", +"Options" => "pilihan", +"Applicable" => "berlaku", +"None set" => "tidak satupun di set", +"All Users" => "semua pengguna", +"Groups" => "grup", +"Users" => "pengguna", +"Delete" => "hapus" +); |