Blame view

sources/apps/files_trashbin/l10n/pl.php 656 Bytes
03e52840d   Kload   Init
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
  <?php $TRANSLATIONS = array(
  "Couldn't delete %s permanently" => "Nie można trwale usunąć %s",
  "Couldn't restore %s" => "Nie można przywrócić %s",
  "perform restore operation" => "wykonywanie operacji przywracania",
  "delete file permanently" => "trwale usuń plik",
  "Delete permanently" => "Trwale usuń",
  "Name" => "Nazwa",
  "Deleted" => "Usunięte",
  "1 folder" => "1 folder",
  "{count} folders" => "{count} foldery",
  "1 file" => "1 plik",
  "{count} files" => "{count} pliki",
  "Nothing in here. Your trash bin is empty!" => "Nic tu nie ma. Twój kosz jest pusty!",
  "Restore" => "Przywróć",
  "Delete" => "Usuń",
  "Deleted Files" => "Usunięte pliki"
  );