nextcloud/apps/files/l10n/km.php

19 lines
569 B
PHP
Raw Normal View History

2013-09-18 19:50:02 +04:00
<?php
$TRANSLATIONS = array(
2014-03-11 09:59:39 +04:00
"Files" => "ឯកសារ",
"Share" => "ចែក​រំលែក",
2014-04-04 09:57:01 +04:00
"Error" => "កំហុស",
2013-09-18 19:50:02 +04:00
"_%n folder_::_%n folders_" => array(""),
"_%n file_::_%n files_" => array(""),
2013-10-27 10:32:11 +04:00
"_Uploading %n file_::_Uploading %n files_" => array(""),
2014-03-11 09:59:39 +04:00
"Name" => "ឈ្មោះ",
2014-03-15 10:14:22 +04:00
"Size" => "ទំហំ",
2014-03-11 09:59:39 +04:00
"Upload" => "ផ្ទុក​ឡើង",
"Save" => "រក្សាទុក",
"New folder" => "ថត​ថ្មី",
"Folder" => "ថត",
"Download" => "ទាញយក",
2013-10-27 10:32:11 +04:00
"Delete" => "លុប"
2013-09-18 19:50:02 +04:00
);
$PLURAL_FORMS = "nplurals=1; plural=0;";