nextcloud/apps/files_trashbin/l10n/km.php

15 lines
832 B
PHP
Raw Normal View History

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;";