diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-04-24 00:20:17 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-04-24 00:20:17 +0000 |
commit | 878538ca545a2618bb77b7b65286ee87c8ab9650 (patch) | |
tree | 4deaa0e0dde14bcf407c8da9d05e61f0d2401345 /apps/settings/l10n/pl.js | |
parent | 4618e28b18662a7d234e510d11bf5eb3b0f40209 (diff) | |
download | nextcloud-server-878538ca545a2618bb77b7b65286ee87c8ab9650.tar.gz nextcloud-server-878538ca545a2618bb77b7b65286ee87c8ab9650.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/settings/l10n/pl.js')
-rw-r--r-- | apps/settings/l10n/pl.js | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/settings/l10n/pl.js b/apps/settings/l10n/pl.js index 8a285cfc475..77f50f8bbb6 100644 --- a/apps/settings/l10n/pl.js +++ b/apps/settings/l10n/pl.js @@ -538,8 +538,9 @@ OC.L10N.register( "Account documentation" : "Dokumentacja konta", "Administration documentation" : "Dokumentacja administracyjna", "Forum" : "Forum", - "Nextcloud help resources" : "Zasoby pomocy Nextcloud", "General documentation" : "Dokumentacja ogólna", + "Legal notice" : "Nota prawna", + "Privacy policy" : "Polityka prywatności", "None/STARTTLS" : "Brak/STARTTLS", "SSL" : "SSL", "Open documentation" : "Otwórz dokumentację", @@ -679,6 +680,7 @@ OC.L10N.register( "Failed to update user manager" : "Nie udało się zaktualizować menedżera użytkowników", "User management settings" : "Ustawienia zarządzania użytkownikiem", "Send welcome email to new users" : "Wyślij wiadomość powitalną e-mail do nowych użytkowników", - "Creating group …" : "Tworzenie grupy..." + "Creating group …" : "Tworzenie grupy...", + "Nextcloud help resources" : "Zasoby pomocy Nextcloud" }, "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);"); |