diff options
Diffstat (limited to 'apps/dav/l10n/pl.js')
-rw-r--r-- | apps/dav/l10n/pl.js | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/dav/l10n/pl.js b/apps/dav/l10n/pl.js index e49d122d2cb..32c4d158ce0 100644 --- a/apps/dav/l10n/pl.js +++ b/apps/dav/l10n/pl.js @@ -72,17 +72,14 @@ OC.L10N.register( "Where: %s" : "Gdzie: %s", "%1$s via %2$s" : "%1$s przez %2$s", "Cancelled: %1$s" : "Anulowane: %1$s", - "Invitation canceled" : "Zaproszenie anulowane", "Re: %1$s" : "Odp: %1$s", - "Invitation updated" : "Zaproszenie zaktualizowane", "Invitation: %1$s" : "Zaproszenie: %1$s", - "Invitation" : "Zaproszenie", + "Organizer:" : "Organizator:", + "Attendees:" : "Uczestnicy:", "Title:" : "Tytuł:", "Time:" : "Czas:", "Location:" : "Lokalizacja:", "Link:" : "Link: ", - "Organizer:" : "Organizator:", - "Attendees:" : "Uczestnicy:", "Accept" : "Akceptuj", "Decline" : "Odrzuć", "More options …" : "Więcej opcji…", @@ -192,6 +189,9 @@ OC.L10N.register( "You solved todo {todo} in list {calendar}" : "Zakończyłeś zadanie {todo} na liście {calendar}", "{actor} reopened todo {todo} in list {calendar}" : "{actor} otworzył ponownie zadanie {todo} na liście {calendar}", "You reopened todo {todo} in list {calendar}" : "Otworzyłeś ponownie zadanie {todo} na liście {calendar}", - "A calendar <strong>todo</strong> was modified" : "Kalendarz <strong>zadań</strong> został zmieniony" + "A calendar <strong>todo</strong> was modified" : "Kalendarz <strong>zadań</strong> został zmieniony", + "Invitation canceled" : "Zaproszenie anulowane", + "Invitation updated" : "Zaproszenie zaktualizowane", + "Invitation" : "Zaproszenie" }, "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);"); |