blob: a1fc306882e9d601a2aa1653a1e7d2627f09d247 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?php
$TRANSLATIONS = array(
"Couldn't delete %s permanently" => "មិនអាចលុប %s ចោលជាអចិន្ត្រៃយ៍ទេ",
"Couldn't restore %s" => "មិនអាចស្ដារ %s ឡើងវិញបានទេ",
"Deleted files" => "ឯកសារដែលបានលុប",
"Error" => "កំហុស",
"Restore" => "ស្ដារមកវិញ",
"Deleted Files" => "ឯកសារដែលបានលុប",
"restored" => "បានស្ដារវិញ",
"Nothing in here. Your trash bin is empty!" => "គ្មានអ្វីនៅទីនេះទេ។ ធុងសំរាមរបស់អ្នកគឺទទេ!",
"Name" => "ឈ្មោះ",
"Deleted" => "បានលុប",
"Delete" => "លុប"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";
|