diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-01-17 02:26:53 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-01-17 02:26:53 +0000 |
commit | 7ab34eefc599cc7fd104f91213c28aeedee383db (patch) | |
tree | fd48b23539cd44e54d970d2cab4870f868d62b38 /apps/files_external/l10n/pl.js | |
parent | 614e3e29690b23f2fb6b6e2a15079fe8482e58b9 (diff) | |
download | nextcloud-server-7ab34eefc599cc7fd104f91213c28aeedee383db.tar.gz nextcloud-server-7ab34eefc599cc7fd104f91213c28aeedee383db.zip |
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files_external/l10n/pl.js')
-rw-r--r-- | apps/files_external/l10n/pl.js | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/files_external/l10n/pl.js b/apps/files_external/l10n/pl.js index c4571ee4bfb..ff98201d970 100644 --- a/apps/files_external/l10n/pl.js +++ b/apps/files_external/l10n/pl.js @@ -10,7 +10,6 @@ OC.L10N.register( "Error configuring OAuth2" : "Błąd konfiguracji OAuth2", "Generate keys" : "Wygeneruj klucze", "Error generating key pair" : "Błąd podczas generowania pary kluczy", - "All users. Type to select user or group." : "Wszyscy użytkownicy. Zacznij pisać, aby wybrać użytkownika lub grupę.", "(Group)" : "(Grupa)", "Compatibility with Mac NFD encoding (slow)" : "Zgodność z kodowaniem Mac NFD (powolny)", "Enable encryption" : "Włącz szyfrowanie", @@ -135,8 +134,10 @@ OC.L10N.register( "Available for" : "Dostępne dla", "Click to recheck the configuration" : "Kliknij, aby ponownie sprawdzić konfigurację", "Add storage" : "Dodaj zewnętrzne magazyny", + "All users" : "Wszyscy użytkownicy", "Advanced settings" : "Ustawienia zaawansowane", "Allow users to mount external storage" : "Zezwalaj użytkownikom na montowanie magazynów zewnętrznych", - "Global credentials can be used to authenticate with multiple external storages that have the same credentials." : "Poświadczenia globalne mogą być używane do uwierzytelniania z wieloma zewnętrznymi magazynami, o ile posiadają takie same poświadczenia." + "Global credentials can be used to authenticate with multiple external storages that have the same credentials." : "Poświadczenia globalne mogą być używane do uwierzytelniania z wieloma zewnętrznymi magazynami, o ile posiadają takie same poświadczenia.", + "All users. Type to select user or group." : "Wszyscy użytkownicy. Zacznij pisać, aby wybrać użytkownika lub grupę." }, "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);"); |