2013-09-18 15:50:02 +00:00
|
|
|
<?php
|
|
|
|
$TRANSLATIONS = array(
|
2014-05-16 05:55:55 +00:00
|
|
|
"Couldn't delete %s permanently" => "មិនអាចលុប %s ចោលជាអចិន្ត្រៃយ៍ទេ",
|
|
|
|
"Couldn't restore %s" => "មិនអាចស្ដារ %s ឡើងវិញបានទេ",
|
|
|
|
"Deleted files" => "ឯកសារដែលបានលុប",
|
2014-03-11 05:59:39 +00:00
|
|
|
"Restore" => "ស្ដារមកវិញ",
|
2014-05-17 05:57:38 +00:00
|
|
|
"Error" => "កំហុស",
|
2014-05-16 05:55:55 +00:00
|
|
|
"restored" => "បានស្ដារវិញ",
|
|
|
|
"Nothing in here. Your trash bin is empty!" => "គ្មានអ្វីនៅទីនេះទេ។ ធុងសំរាមរបស់អ្នកគឺទទេ!",
|
2014-05-12 05:55:44 +00:00
|
|
|
"Name" => "ឈ្មោះ",
|
2014-05-16 05:55:55 +00:00
|
|
|
"Deleted" => "បានលុប",
|
2013-10-27 06:32:11 +00:00
|
|
|
"Delete" => "លុប"
|
2013-09-18 15:50:02 +00:00
|
|
|
);
|
|
|
|
$PLURAL_FORMS = "nplurals=1; plural=0;";
|