pl.php 531 B

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. "Error" => "Błąd",
  6. "restored" => "przywrócony",
  7. "Nothing in here. Your trash bin is empty!" => "Nic tu nie ma. Twój kosz jest pusty!",
  8. "Name" => "Nazwa",
  9. "Restore" => "Przywróć",
  10. "Deleted" => "Usunięte",
  11. "Delete" => "Usuń",
  12. "Deleted Files" => "Usunięte pliki"
  13. );
  14. $PLURAL_FORMS = "nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);";