forms/l10n/pl.js
2020-04-28 03:17:00 +00:00

33 lines
2.3 KiB
JavaScript

OC.L10N.register(
"forms",
{
"Forms" : "Formularze",
"A forms app, similar to Google Forms." : "Aplikacja do tworzenia formularzy, na wzór Google Forms.",
"A forms app, similar to Google Forms with the possibility to restrict access (members, certain groups/users, and public)." : "Aplikacja do tworzenia formularzy, na wzór Google Forms, z możliwością ograniczenia dostępu (dla członków, niektórych grup/użytkowników oraz dostęp publiczny).",
"New form" : "Nowy formularz",
"Loading forms …" : "Ładowanie formularza…",
"Create new form" : "Utwórz nowy formularz",
"An error occurred while loading the forms list" : "Wystąpił błąd podczas ładowania listy formularzy",
"Unable to create a new form" : "Nie można utworzyć nowego formularza",
"Clone form" : "Klonuj formularz",
"Delete form" : "Usuń formularz",
"Form link copied" : "Link do formularza został skopiowany",
"Cannot copy, please copy the link manually" : "Nie można skopiować, spróbuj skopiować link ręcznie",
"Are you sure you want to delete the form “{title}”?" : "Czy na pewno chcesz usunąć formularz “{title}”?",
"Deleted form “{title}”" : "Usunięto formularz “{title}”",
"Error while deleting form “{title}”" : "Błąd podczas usuwania formularza “{title}”",
"Group" : "Grupa",
"Add Option" : "Dodaj opcję",
"Title" : "Tytuł",
"Description" : "Opis",
"Name of user or group" : "Nazwa użytkownika lub grupy",
"Expiration date" : "Data wygaśnięcia",
"Form Expired" : "Formularz wygasł.",
"This Form has expired and is no longer taking answers." : "Ten formularz wygasł i nie przyjmuje już odpowiedzi.",
"Access denied" : "Odmowa dostępu",
"You are not allowed to view this form or the form does not exist." : "Nie możesz zobaczyć tego formularza lub formularz nie istnieje.",
"You are not allowed to edit this form or the form does not exist." : "Nie możesz edytować tego formularza lub formularz nie istnieje.",
"You are either not allowed to delete this form or it doesn't exist." : "Nie możesz usunąć tego formularza lub formularz nie istnieje."
},
"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);");