diff options
Diffstat (limited to 'apps/settings/l10n/pl.js')
-rw-r--r-- | apps/settings/l10n/pl.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/settings/l10n/pl.js b/apps/settings/l10n/pl.js index bc3332fc4a5..fa7d185eb34 100644 --- a/apps/settings/l10n/pl.js +++ b/apps/settings/l10n/pl.js @@ -71,6 +71,7 @@ OC.L10N.register( "Email could not be sent. Check your mail server log" : "E-mail nie został wysłany. Sprawdź logi swojego serwera poczty", "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Wystąpił problem podczas wysyłania wiadomości e-mail. Zmień ustawienia. (Błąd: %s)", "You need to set your account email before being able to send test emails. Go to %s for that." : "Zanim będziesz mógł wysyłać wiadomości testowe, musisz ustawić adres e-mail swojego konta. Idź do %s, aby to zrobić.", + "Disabled accounts" : "Wyłączone konta", "Invalid account" : "Nieprawidłowe konto", "Invalid mail address" : "Nieprawidłowy adres e-mail", "Settings saved" : "Zapisano ustawienia", @@ -554,9 +555,7 @@ OC.L10N.register( "Loading app list" : "Wczytywanie listy aplikacji", "Loading categories" : "Wczytywanie kategorii", "Developer documentation ↗" : "Dokumentacja deweloperska ↗", - "Active accounts" : "Aktywne konta", "Admins" : "Administratorzy", - "Disabled accounts" : "Wyłączone konta", "Account group: {group}" : "Grupa kont: {group}", "Account management" : "Zarządzanie kontem", "Creating group…" : "Tworzenie grupy", @@ -788,6 +787,7 @@ OC.L10N.register( "User management" : "Zarządzanie użytkownikiem", "Creating group …" : "Tworzenie grupy...", "User group: {group}" : "Grupa użytkownika: {group}", - "Nextcloud help resources" : "Zasoby pomocy Nextcloud" + "Nextcloud help resources" : "Zasoby pomocy Nextcloud", + "Active accounts" : "Aktywne konta" }, "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);"); |