nextcloud/apps/user_ldap/l10n/km.php

25 lines
1.9 KiB
PHP

<?php
$TRANSLATIONS = array(
"Failed to delete the server configuration" => "លុប​ការ​កំណត់​រចនា​សម្ព័ន្ធ​ម៉ាស៊ីន​បម្រើ មិន​បាន​សម្រេច",
"Deletion failed" => "លុប​មិន​បាន​សម្រេច",
"Keep settings?" => "រក្សា​ទុក​ការ​កំណត់?",
"Cannot add server configuration" => "មិន​អាច​បន្ថែម​ការ​កំណត់​រចនាសម្ព័ន្ធ​ម៉ាស៊ីន​បម្រើ",
"Error" => "កំហុស",
"Connection test succeeded" => "សាក​ល្បង​ការ​ត​ភ្ជាប់ បាន​ជោគជ័យ",
"Connection test failed" => "សាកល្បង​ការ​តភ្ជាប់ មិន​បាន​សម្រេច",
"Do you really want to delete the current Server Configuration?" => "តើ​អ្នក​ពិត​ជា​ចង់​លុប​ការ​កំណត់​រចនាសម្ព័ន្ធ​ម៉ាស៊ីន​បម្រើ​បច្ចុប្បន្ន​មែន​ទេ?",
"Confirm Deletion" => "បញ្ជាក់​ការ​លុប",
"_%s group found_::_%s groups found_" => array(""),
"_%s user found_::_%s users found_" => array(""),
"Save" => "រក្សាទុក",
"Help" => "ជំនួយ",
"Add Server Configuration" => "បន្ថែម​ការ​កំណត់​រចនាសម្ព័ន្ធ​ម៉ាស៊ីន​បម្រើ",
"Host" => "ម៉ាស៊ីន​ផ្ទុក",
"Port" => "ច្រក",
"Password" => "ពាក្យសម្ងាត់",
"Back" => "ត្រឡប់ក្រោយ",
"Continue" => "បន្ត",
"Advanced" => "កម្រិត​ខ្ពស់"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";