diff options
Diffstat (limited to 'apps/files_trashbin/l10n/id.js')
-rw-r--r-- | apps/files_trashbin/l10n/id.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/files_trashbin/l10n/id.js b/apps/files_trashbin/l10n/id.js index 499e1211e59..48466a5841e 100644 --- a/apps/files_trashbin/l10n/id.js +++ b/apps/files_trashbin/l10n/id.js @@ -1,13 +1,10 @@ OC.L10N.register( "files_trashbin", { - "Couldn't delete %s permanently" : "Tidak dapat menghapus permanen %s", - "Couldn't restore %s" : "Tidak dapat memulihkan %s", "Deleted files" : "Berkas yang dihapus", "Restore" : "Pulihkan", "Delete" : "Hapus", "Delete permanently" : "Hapus secara permanen", - "Error" : "Galat", "This operation is forbidden" : "Operasi ini dilarang", "This directory is unavailable, please check the logs or contact the administrator" : "Direktori ini tidak tersedia, silakan periksa log atau hubungi kontak", "restored" : "dipulihkan", @@ -16,6 +13,9 @@ OC.L10N.register( "No entries found in this folder" : "Tidak ada entri yang ditemukan dalam folder ini", "Select all" : "Pilih Semua", "Name" : "Nama", - "Deleted" : "Dihapus" + "Deleted" : "Dihapus", + "Couldn't delete %s permanently" : "Tidak dapat menghapus permanen %s", + "Couldn't restore %s" : "Tidak dapat memulihkan %s", + "Error" : "Galat" }, "nplurals=1; plural=0;"); |