diff --git a/l10n/pl.js b/l10n/pl.js index b18fe1b6..df7495bb 100644 --- a/l10n/pl.js +++ b/l10n/pl.js @@ -38,6 +38,7 @@ OC.L10N.register( "Your settings have been updated." : "Twoje ustawienia zostały zaktualizowane.", "An error occurred while updating your settings." : "Wystąpił błąd podczas aktualizowania ustawień.", "You need to set up your email address before you can receive notification emails." : "Aby otrzymywać powiadomienia e-mail, musisz skonfigurować swój adres e-mail.", + "Select a device" : "Wybierz urządzenie", "None" : "Brak" }, "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);"); diff --git a/l10n/pl.json b/l10n/pl.json index 9c136fd4..4e02ca52 100644 --- a/l10n/pl.json +++ b/l10n/pl.json @@ -36,6 +36,7 @@ "Your settings have been updated." : "Twoje ustawienia zostały zaktualizowane.", "An error occurred while updating your settings." : "Wystąpił błąd podczas aktualizowania ustawień.", "You need to set up your email address before you can receive notification emails." : "Aby otrzymywać powiadomienia e-mail, musisz skonfigurować swój adres e-mail.", + "Select a device" : "Wybierz urządzenie", "None" : "Brak" },"pluralForm" :"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);" } \ No newline at end of file