nextcloud/apps/files_trashbin/l10n/km.php

10 lines
271 B
PHP
Raw Normal View History

2013-09-18 19:50:02 +04:00
<?php
$TRANSLATIONS = array(
2014-05-12 09:55:44 +04:00
"Deleted files" => "បាន​លុប​ឯកសារ",
2014-03-11 09:59:39 +04:00
"Error" => "កំហុស",
"Restore" => "ស្ដារ​មក​វិញ",
2014-05-12 09:55:44 +04:00
"Name" => "ឈ្មោះ",
2013-10-27 10:32:11 +04:00
"Delete" => "លុប"
2013-09-18 19:50:02 +04:00
);
$PLURAL_FORMS = "nplurals=1; plural=0;";