km.php
3.93 KB
<?php
$TRANSLATIONS = array(
"Checking your installation..." => "កំពុងពិនិត្យការដំឡើងរបស់អ្នក...",
"Upgrade is not possible. Make sure that your webserver has write access to the following files and directories:" => "មិនអាចធ្វើវិសិដ្ឋកម្មបានទេ។ សូមប្រាកដថាម៉ាស៊ីនប្រើវេបរបស់អ្នកមានសិទ្ធិសរសេរចំពោះឯកសារនិងទីតាំងទាំងនេះ៖",
"Version not found" => "រកមិនឃើញកំណែ",
"Upgrade is not possible. Your webserver has not enough permissions to remove the following directory:" => "មិនអាចធ្វើវិសិដ្ឋកម្មបានទេ។ ម៉ាស៊ីនបម្រើវេបរបស់អ្នកមិនមានសិទ្ធិគ្រប់គ្រាន់ ដើម្បីលុបទីតាំងទាំងនេះទេ៖",
"Update permissions on this directory and its content or remove it manually first." => "ធ្វើបច្ចុប្បន្នភាពសិទ្ធិលើទីតាំងនេះនិងមាតិការបស់វា ឬក៏លុបវាចោលជាមុនសិន។",
"Downloading package..." => "កំពុងទាញយកកញ្ចប់...",
"Unable to fetch package" => "មិនអាចប្រមូលកញ្ចប់បាន",
"Creating backup..." => "កំពុងបង្កើតការបម្រុងទុក...",
"Here is your backup: " => "នេះគឺជាការបម្រុងទុករបស់អ្នក៖",
"Failed to create backup" => "មិនអាចបង្កើតការបម្រុងទុកបាន",
"Moving files..." => "កំពុងផ្លាស់ទីឯកសារ...",
"All done. Click to the link below to start database upgrade." => "រួចអស់ហើយ។ ចុចតំណខាងក្រោម ដើម្បីចាប់ផ្ដើមធ្វើវិសិដ្ឋកម្មមូលដ្ឋានទិន្នន័យ។",
"Update failed" => "ធ្វើបច្ចុប្បន្នភាពមិនបានសម្រេច",
"The update was unsuccessful. Please check logs at admin page and report this issue to the <a href=\"https://github.com/owncloud/apps/issues\" target=\"_blank\">ownCloud community</a>." => "ការធ្វើបច្ចុប្បន្នភាពមិនទទួលបានជោគជ័យទេ។ សូមពិនិត្យមើលកំណត់ត្រានៅទំព័រគ្រប់គ្រង ហើយរាយការណ៍បញ្ហានេះទៅ <a href=\"https://github.com/owncloud/apps/issues\" target=\"_blank\">សហគមន៍ ownCloud</a>។",
"Proceed" => "ធ្វើបន្ត",
"Update Center" => "មជ្ឈមណ្ឌលធ្វើបច្ចុប្បន្នភាព",
"Backup Management" => "ការគ្រប់គ្រងការបម្រុងទុក",
"Update" => "ធ្វើបច្ចុប្បន្នភាព",
"Backup directory" => "ទីតាំងបម្រុងទុក",
"Backup" => "បម្រុងទុក",
"Done on" => "រួចរាល់នៅ",
"Download" => "ទាញយក",
"Delete" => "លុប",
"No backups found" => "រកមិនឃើញការបម្រុងទុក"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";