diff options
Diffstat (limited to 'apps/files_trashbin/l10n/id.php')
-rw-r--r-- | apps/files_trashbin/l10n/id.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files_trashbin/l10n/id.php b/apps/files_trashbin/l10n/id.php index 62a63d515a3..4fbe154963a 100644 --- a/apps/files_trashbin/l10n/id.php +++ b/apps/files_trashbin/l10n/id.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Couldn't delete %s permanently" => "Tidak dapat menghapus permanen %s", "Couldn't restore %s" => "Tidak dapat memulihkan %s", "perform restore operation" => "jalankan operasi pemulihan", @@ -16,3 +17,4 @@ "Delete" => "Hapus", "Deleted Files" => "Berkas yang Dihapus" ); +$PLURAL_FORMS = "nplurals=1; plural=0;"; |