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

km.php « l10n « files_encryption « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9c700dfec15ac8cc45cf9106fc3e36cd95f2ba81 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php
$TRANSLATIONS = array(
"Unknown error" => "មិន​ស្គាល់​កំហុស",
"Password successfully changed." => "បាន​ប្ដូរ​ពាក្យ​សម្ងាត់​ដោយ​ជោគជ័យ។",
"Could not change the password. Maybe the old password was not correct." => "មិន​អាច​ប្ដូរ​ពាក្យ​សម្ងាត់​បាន​ទេ។ ប្រហែល​ពាក្យ​សម្ងាត់​ចាស់​មិន​ត្រឹម​ត្រូវ។",
"Encryption" => "កូដនីយកម្ម",
"Enabled" => "បាន​បើក",
"Disabled" => "បាន​បិទ",
"Change Password" => "ប្ដូរ​ពាក្យ​សម្ងាត់"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";