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.

pl.php 569B

123456789101112131415
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Couldn't delete %s permanently" => "Nie można trwale usunąć %s",
  4. "Couldn't restore %s" => "Nie można przywrócić %s",
  5. "Deleted files" => "Pliki usunięte",
  6. "Error" => "Błąd",
  7. "Deleted Files" => "Usunięte pliki",
  8. "restored" => "przywrócony",
  9. "Nothing in here. Your trash bin is empty!" => "Nic tu nie ma. Twój kosz jest pusty!",
  10. "Name" => "Nazwa",
  11. "Restore" => "Przywróć",
  12. "Deleted" => "Usunięte",
  13. "Delete" => "Usuń"
  14. );
  15. $PLURAL_FORMS = "nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);";