nextcloud/apps/files_sharing/l10n/pl.php

21 lines
1.1 KiB
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
2013-10-29 15:31:51 +04:00
"This share is password-protected" => "Udział ten jest chroniony hasłem",
2013-08-01 09:57:04 +04:00
"The password is wrong. Try again." => "To hasło jest niewłaściwe. Spróbuj ponownie.",
2012-08-31 04:07:19 +04:00
"Password" => "Hasło",
2013-08-01 09:57:04 +04:00
"Sorry, this link doesnt 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.",
2012-09-26 15:22:37 +04:00
"%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",
2012-08-31 04:07:19 +04:00
"Download" => "Pobierz",
2013-06-30 04:13:07 +04:00
"Upload" => "Wyślij",
"Cancel upload" => "Anuluj wysyłanie",
2013-10-29 15:31:51 +04:00
"No preview available for" => "Podgląd nie jest dostępny dla",
"Direct link" => "Bezpośredni link"
2012-08-14 01:19:31 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = "nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);";