server/apps/files_trashbin/l10n/ms_MY.php

14 lines
438 B
PHP
Raw Normal View History

2013-08-09 12:06:31 +00:00
<?php
$TRANSLATIONS = array(
2013-11-11 10:47:59 +00:00
"Couldn't delete %s permanently" => "Tidak dapat menghapuskan %s secara kekal",
"Couldn't restore %s" => "Tidak dapat memulihkan %s",
2014-05-17 05:57:38 +00:00
"Restore" => "Pulihkan",
2013-04-09 00:14:02 +00:00
"Error" => "Ralat",
2013-11-11 10:47:59 +00:00
"restored" => "dipulihkan",
"Nothing in here. Your trash bin is empty!" => "Tiada apa disini. Tong sampah anda kosong!",
2013-02-21 23:08:47 +00:00
"Name" => "Nama",
2013-11-11 10:47:59 +00:00
"Deleted" => "Dihapuskan",
2014-04-16 05:57:34 +00:00
"Delete" => "Padam"
2013-01-31 23:19:28 +00:00
);
2013-08-09 12:06:31 +00:00
$PLURAL_FORMS = "nplurals=1; plural=0;";