Blame view
sources/apps/files_trashbin/l10n/ms_MY.php
473 Bytes
|
31b7f2792
|
1 2 3 4 5 6 7 |
<?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!", |
|
03e52840d
|
8 |
"Name" => "Nama", |
|
31b7f2792
|
9 10 11 12 |
"Restore" => "Pulihkan", "Deleted" => "Dihapuskan", "Delete" => "Padam", "Deleted Files" => "Fail Dihapus" |
|
03e52840d
|
13 |
); |
|
31b7f2792
|
14 |
$PLURAL_FORMS = "nplurals=1; plural=0;"; |