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