Welcome to mirror list, hosted at ThFree Co, Russian Federation.

km.php « l10n « files_trashbin « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 40119afc8781a9a4d75ec68fd6c1b3545c75da2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
$TRANSLATIONS = array(
"Couldn't delete %s permanently" => "មិន​អាច​លុប %s ចោល​ជា​អចិន្ត្រៃយ៍​ទេ",
"Couldn't restore %s" => "មិន​អាច​ស្ដារ %s ឡើង​វិញ​បាន​ទេ",
"Deleted files" => "ឯកសារ​ដែល​បាន​លុប",
"Restore" => "ស្ដារ​មក​វិញ",
"Error" => "កំហុស",
"restored" => "បាន​ស្ដារ​វិញ",
"Nothing in here. Your trash bin is empty!" => "គ្មាន​អ្វី​នៅ​ទីនេះ​ទេ។ ធុង​សំរាម​របស់​អ្នក​គឺ​ទទេ!",
"Name" => "ឈ្មោះ",
"Deleted" => "បាន​លុប",
"Delete" => "លុប"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";