15 lines
473 B
PHP
15 lines
473 B
PHP
<?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",
|
|
"Restore" => "Pulihkan",
|
|
"Deleted" => "Dihapuskan",
|
|
"Delete" => "Padam",
|
|
"Deleted Files" => "Fail Dihapus"
|
|
);
|
|
$PLURAL_FORMS = "nplurals=1; plural=0;";
|