You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nextcloud/apps/sharebymail/l10n/pl.js

48 lines
5.3 KiB
JavaScript

OC.L10N.register(
"sharebymail",
{
"Shared with {email}" : "Udostępniono {email}",
"Shared with {email} by {actor}" : "Udostępniono {email} przez {actor}",
"Unshared from {email}" : "Udostępnianie zatrzymane od {email}",
"Unshared from {email} by {actor}" : "Udostępnianie zatrzymane od {email} przez {actor}",
"Password for mail share sent to {email}" : "Hasło dostępu do pliku zostało wysłane na {email}",
"Password for mail share sent to you" : "Hasło dostępu do pliku zostało do Ciebie wysłane",
"You shared {file} with {email} by mail" : "Udostępniasz {file} dla {email}",
"{actor} shared {file} with {email} by mail" : "{actor} udostępnił {file} dla {email}",
"You unshared {file} from {email} by mail" : "Zatrzymałeś udostępnianie {file} od {email} przez e-mail",
"{actor} unshared {file} from {email} by mail" : "{actor} zatrzymał udostępnianie {file} od {email} przez e-mail",
"Password to access {file} was sent to {email}" : "Hasło dostępu do {file} zostało wysłane na {email}",
"Password to access {file} was sent to you" : "Hasło dostępu do {file} zostało wysłane do Ciebie",
"Share by mail" : "Udostępnij e-mailem",
"Sharing %1$s failed, because this item is already shared with the account %2$s" : "Udostępnianie %1$s nie powiodło się, ponieważ ten element został już udostępniony kontu %2$s",
"We cannot send you the auto-generated password. Please set a valid email address in your personal settings and try again." : "Nie można wysłać automatycznie wygenerowanego hasła. Proszę ustawić prawidłowy adres e-mail w ustawieniach osobistych i spróbować ponownie.",
"Failed to send share by email. Got an invalid email address" : "Nie udało się wysłać udostępnienia pocztą e-mail. Masz nieprawidłowy adres e-mail",
"Failed to send share by email" : "Nie udało się wysłać linku udostępnienia e-mailem",
"%1$s shared »%2$s« with you" : "%1$s udostępnił »%2$s«",
"%1$s shared »%2$s« with you." : "%1$s udostępnił »%2$s«.",
"Click the button below to open it." : "Kliknij przycisk poniżej, aby go otworzyć.",
"Open »%s«" : "Otwórz »%s«",
"%1$s via %2$s" : "%1$s przez %2$s",
"%1$s shared »%2$s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%1$s udostępnił »%2$s«.\nPowinieneś już otrzymać oddzielną wiadomość zawierającą link do udostępnionego zasobu.\n",
"%1$s shared »%2$s« with you. You should have already received a separate mail with a link to access it." : "%1$s udostępnił »%2$s«. Powinieneś już otrzymać oddzielną wiadomość zawierającą link do udostępnionego zasobu.",
"Password to access »%1$s« shared to you by %2$s" : "Hasło dostępu do %1$s udostępnionego przez %2$s.",
"Password to access »%s«" : "Hasło dostępu do »%s«",
"It is protected with the following password:" : "Zasób jest chroniony następującym hasłem:",
"This password will expire at %s" : "To hasło wygaśnie w %s",
"%1$s shared »%2$s« with you and wants to add:" : "%1$s udostępnił »%2$s« z informacją:",
"%1$s shared »%2$s« with you and wants to add" : "%1$s udostępnił »%2$s« z informacją dla Ciebie",
"»%s« added a note to a file shared with you" : "»%s« wysłał dodatkową informację dot. udostępnionego zasobu",
"You just shared »%1$s« with %2$s. The share was already sent to the recipient. Due to the security policies defined by the administrator of %3$s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Właśnie udostępniłeś »%1$s« z %2$s. Udostępnienie zostało już wysłane do odbiorcy. Ze względu na polityki bezpieczeństwa określone przez administratora %3$s, każda akcja musi być chroniona hasłem i nie wolno wysyłać hasła bezpośrednio do odbiorcy. Dlatego musisz ręcznie wysłać hasło do odbiorcy.",
"Password to access »%1$s« shared by you with %2$s" : "Hasło dostępu do »%1$s« udostępnione przez %2$s",
"This is the password:" : "To jest hasło do zasobu:",
"You can choose a different password at any time in the share dialog." : "W dowolnym momencie możesz zmienić hasło w oknie udostępnienia.",
"Could not find share" : "Nie można odnaleźć udostępnionego zasobu",
"Share provider which allows you to share files by mail" : "Wskaż dostawcę, który umożliwia udostępnianie plików pocztą",
"Send password by mail" : "Wyślij hasło e-mailem",
"Reply to initiator" : "Odpowiedz inicjatorowi",
"Unable to update share by mail config" : "Nie można zaktualizować konfiguracji udostępniania przez pocztę",
"Sharing %1$s failed, because this item is already shared with user %2$s" : "Udostępnianie %1$s nie powiodło się, ponieważ ten element jest już udostępniony użytkownikowi %2$s",
"Allows users to share a personalized link to a file or folder by putting in an email address." : "Umożliwia użytkownikom udostępnianie spersonalizowanego linku do pliku lub katalogu poprzez umieszczenie go w wiadomości e-mail."
},
"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);");