Blame view
sources/apps/files_sharing/l10n/pl.php
1.11 KB
|
31b7f2792
|
1 2 3 4 |
<?php $TRANSLATIONS = array( "This share is password-protected" => "Udział ten jest chroniony hasłem", "The password is wrong. Try again." => "To hasło jest niewłaściwe. Spróbuj ponownie.", |
|
03e52840d
|
5 |
"Password" => "Hasło", |
|
31b7f2792
|
6 7 8 9 10 11 |
"Sorry, this link doesn’t seem to work anymore." => "Przepraszamy ale wygląda na to, że ten link już nie działa.", "Reasons might be:" => "Możliwe powody:", "the item was removed" => "element został usunięty", "the link expired" => "link wygasł", "sharing is disabled" => "Udostępnianie jest wyłączone", "For more info, please ask the person who sent this link." => "Aby uzyskać więcej informacji proszę poprosić osobę, która wysłał ten link.", |
|
03e52840d
|
12 13 14 |
"%s shared the folder %s with you" => "%s współdzieli folder z tobą %s", "%s shared the file %s with you" => "%s współdzieli z tobą plik %s", "Download" => "Pobierz", |
|
31b7f2792
|
15 16 |
"Upload" => "Wyślij", "Cancel upload" => "Anuluj wysyłanie", |
|
03e52840d
|
17 |
"No preview available for" => "Podgląd nie jest dostępny dla", |
|
31b7f2792
|
18 |
"Direct link" => "Bezpośredni link" |
|
03e52840d
|
19 |
); |
|
31b7f2792
|
20 |
$PLURAL_FORMS = "nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"; |