diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-11-11 05:47:59 -0500 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-11-11 05:47:59 -0500 |
commit | e431ba5ce8b9c340ba123a221342d0b1398e2b69 (patch) | |
tree | 1267da0b819907be6ba2a094fd2b3741dc653658 /apps/files_trashbin/l10n | |
parent | 841c62208551425361f311969260e95eded9101a (diff) | |
download | nextcloud-server-e431ba5ce8b9c340ba123a221342d0b1398e2b69.tar.gz nextcloud-server-e431ba5ce8b9c340ba123a221342d0b1398e2b69.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_trashbin/l10n')
-rw-r--r-- | apps/files_trashbin/l10n/ms_MY.php | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/apps/files_trashbin/l10n/ms_MY.php b/apps/files_trashbin/l10n/ms_MY.php index 1972eba0318..e7721313918 100644 --- a/apps/files_trashbin/l10n/ms_MY.php +++ b/apps/files_trashbin/l10n/ms_MY.php @@ -1,7 +1,14 @@ <?php $TRANSLATIONS = array( +"Couldn't delete %s permanently" => "Tidak dapat menghapuskan %s secara kekal", +"Couldn't restore %s" => "Tidak dapat memulihkan %s", "Error" => "Ralat", +"restored" => "dipulihkan", +"Nothing in here. Your trash bin is empty!" => "Tiada apa disini. Tong sampah anda kosong!", "Name" => "Nama", -"Delete" => "Padam" +"Restore" => "Pulihkan", +"Deleted" => "Dihapuskan", +"Delete" => "Padam", +"Deleted Files" => "Fail Dihapus" ); $PLURAL_FORMS = "nplurals=1; plural=0;"; |