You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

uk.php 740B

123456789101112131415
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Couldn't delete %s permanently" => "Неможливо видалити %s назавжди",
  4. "Couldn't restore %s" => "Неможливо відновити %s",
  5. "Deleted files" => "Видалено файлів",
  6. "Error" => "Помилка",
  7. "Deleted Files" => "Видалено Файлів",
  8. "restored" => "відновлено",
  9. "Nothing in here. Your trash bin is empty!" => "Нічого немає. Ваший кошик для сміття пустий!",
  10. "Name" => "Ім'я",
  11. "Restore" => "Відновити",
  12. "Deleted" => "Видалено",
  13. "Delete" => "Видалити"
  14. );
  15. $PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);";