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