mk.php 669 B

123456789101112131415
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Deletion failed" => "Бришењето е неуспешно",
  4. "Error" => "Грешка",
  5. "_%s group found_::_%s groups found_" => array("",""),
  6. "_%s user found_::_%s users found_" => array("",""),
  7. "Help" => "Помош",
  8. "Host" => "Домаќин",
  9. "You can omit the protocol, except you require SSL. Then start with ldaps://" => "Може да го скокнете протколот освен ако не ви треба SSL. Тогаш ставете ldaps://",
  10. "Password" => "Лозинка",
  11. "Back" => "Назад",
  12. "Continue" => "Продолжи"
  13. );
  14. $PLURAL_FORMS = "nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;";