km.php 1.7 KB

123456789101112131415161718192021
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Failed to delete the server configuration" => "លុប​ការ​កំណត់​រចនា​សម្ព័ន្ធ​ម៉ាស៊ីន​បម្រើ មិន​បាន​សម្រេច",
  4. "Deletion failed" => "លុប​មិន​បាន​សម្រេច",
  5. "Keep settings?" => "រក្សា​ទុក​ការ​កំណត់?",
  6. "Cannot add server configuration" => "មិន​អាច​បន្ថែម​ការ​កំណត់​រចនាសម្ព័ន្ធ​ម៉ាស៊ីន​បម្រើ",
  7. "Error" => "កំហុស",
  8. "Connection test succeeded" => "សាក​ល្បង​ការ​ត​ភ្ជាប់ បាន​ជោគជ័យ",
  9. "Connection test failed" => "សាកល្បង​ការ​តភ្ជាប់ មិន​បាន​សម្រេច",
  10. "Do you really want to delete the current Server Configuration?" => "តើ​អ្នក​ពិត​ជា​ចង់​លុប​ការ​កំណត់​រចនាសម្ព័ន្ធ​ម៉ាស៊ីន​បម្រើ​បច្ចុប្បន្ន​មែន​ទេ?",
  11. "Confirm Deletion" => "បញ្ជាក់​ការ​លុប",
  12. "_%s group found_::_%s groups found_" => array(""),
  13. "_%s user found_::_%s users found_" => array(""),
  14. "Save" => "រក្សាទុក",
  15. "Help" => "ជំនួយ",
  16. "Add Server Configuration" => "បន្ថែម​ការ​កំណត់​រចនាសម្ព័ន្ធ​ម៉ាស៊ីន​បម្រើ",
  17. "Host" => "ម៉ាស៊ីន​ផ្ទុក",
  18. "Password" => "ពាក្យសម្ងាត់"
  19. );
  20. $PLURAL_FORMS = "nplurals=1; plural=0;";