Blame view
sources/apps/files_trashbin/l10n/ms_MY.php
438 Bytes
|
31b7f2792
|
1 2 3 4 |
<?php $TRANSLATIONS = array( "Couldn't delete %s permanently" => "Tidak dapat menghapuskan %s secara kekal", "Couldn't restore %s" => "Tidak dapat memulihkan %s", |
|
6d9380f96
|
5 |
"Restore" => "Pulihkan", |
|
31b7f2792
|
6 7 8 |
"Error" => "Ralat", "restored" => "dipulihkan", "Nothing in here. Your trash bin is empty!" => "Tiada apa disini. Tong sampah anda kosong!", |
|
03e52840d
|
9 |
"Name" => "Nama", |
|
31b7f2792
|
10 |
"Deleted" => "Dihapuskan", |
|
6d9380f96
|
11 |
"Delete" => "Padam" |
|
03e52840d
|
12 |
); |
|
31b7f2792
|
13 |
$PLURAL_FORMS = "nplurals=1; plural=0;"; |