diff options
Diffstat (limited to 'apps/dav/l10n/pl.js')
-rw-r--r-- | apps/dav/l10n/pl.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/dav/l10n/pl.js b/apps/dav/l10n/pl.js index 78c3eeba525..a645f6db67f 100644 --- a/apps/dav/l10n/pl.js +++ b/apps/dav/l10n/pl.js @@ -188,6 +188,7 @@ OC.L10N.register( "Please contact the organizer directly." : "Skontaktuj się bezpośrednio z orgnizatorem.", "Are you accepting the invitation?" : "Czy akceptujesz zaproszenie?", "Tentative" : "Niepewne", - "Your attendance was updated successfully." : "Twoja obecność została pomyślnie zaktualizowana." + "Your attendance was updated successfully." : "Twoja obecność została pomyślnie zaktualizowana.", + "%1$s has responded your invitation" : "%1$s odpowiedział/a na Twoje 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);"); |