summaryrefslogtreecommitdiffstats
path: root/l10n/pl.js
diff options
context:
space:
mode:
Diffstat (limited to 'l10n/pl.js')
-rw-r--r--l10n/pl.js78
1 files changed, 78 insertions, 0 deletions
diff --git a/l10n/pl.js b/l10n/pl.js
new file mode 100644
index 00000000..48b53f7e
--- /dev/null
+++ b/l10n/pl.js
@@ -0,0 +1,78 @@
+OC.L10N.register(
+ "contacts",
+ {
+ "Contacts" : "Kontakty",
+ "Details" : "Szczegóły",
+ "A contacts app for Nextcloud" : "Aplikacja Kontakty dla Nextcloud",
+ "Download" : "Ściągnij",
+ "Delete" : "Skasuj",
+ "Copy link" : "Skopiuj link",
+ "Rename" : "Zmień nazwę",
+ "Enabled" : "Włączone",
+ "Disabled" : "Wyłączone",
+ "Share with users or groups" : "Udostępnij użytkownikom lub grupom",
+ "Import into" : "Importuj do",
+ "First name" : "Imię",
+ "Last name" : "Nazwisko",
+ "Display name" : "Wyświetlana nazwa",
+ "Nickname" : "Pseudonim",
+ "Detailed name" : "Szczegółowa nazwa",
+ "Additional names" : "Dodatkowe nazwy",
+ "Prefix" : "Przedrostek",
+ "Suffix" : "Przyrostek",
+ "Notes" : "Notatki",
+ "Website" : "Strona WWW",
+ "Federated Cloud ID" : "ID Chmury Stowarzyszonej",
+ "Home" : "Dom",
+ "Work" : "Praca",
+ "Other" : "Inne",
+ "Address" : "Adres",
+ "Post office box" : "Skrytka pocztowa",
+ "City" : "Miasto",
+ "State or province" : "Województwo ",
+ "Postal code" : "Kod pocztowy",
+ "Country" : "Kraj",
+ "Groups" : "Grupy",
+ "Birthday" : "Urodziny",
+ "Anniversary" : "Rocznica",
+ "Date of death" : "Data śmierci",
+ "Email" : "E-mail",
+ "Instant messaging" : "Wiadomości błyskawiczne",
+ "Phone" : "Telefon",
+ "Mobile" : "Komórka",
+ "Work mobile" : "Numer służbowy",
+ "Fax" : "Faks",
+ "Fax home" : "Faks domowy",
+ "Fax work" : "Faks w pracy",
+ "Pager" : "Pager",
+ "Voice" : "Połączenie głosowe",
+ "Car" : "Samochód",
+ "Work pager" : "Pager służbowy",
+ "Social network" : "Sieć społecznościowa",
+ "Relationship" : "Relacja",
+ "Specify a relationship between you and the entity represented by this vCard." : "Wskaż relacje między Tobą a osobą reprezentowaną w tym vCard.",
+ "Spouse" : "Partner",
+ "Child" : "Dziecko",
+ "Mother" : "Matka",
+ "Father" : "Ojciec",
+ "Parent" : "Rodzic",
+ "Brother" : "Brat",
+ "Sister" : "Siostra",
+ "Relative" : "Pokrewieństwo",
+ "Friend" : "Przyjaciel",
+ "Colleague" : "Kolega/Koleżanka",
+ "Manager" : "Menadżer",
+ "Assistant" : "Asystent",
+ "Related" : "Powiązany",
+ "Specify a relationship between another entity and the entity represented by this vCard." : "Wskaż relacje między inną osobą a osobą reprezentowaną w tym vCard.",
+ "Contact" : "Kontakt",
+ "Agent" : "Agent",
+ "Emergency" : "Nagła pomoc",
+ "Co-worker" : "Współpracownik",
+ "Gender" : "Płeć",
+ "Female" : "Kobieta",
+ "Male" : "Mężczyzna",
+ "All contacts" : "Wszystkie kontakty",
+ "New contact" : "Nowy kontakt"
+},
+"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);");