diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-04-22 02:26:21 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-04-22 02:26:21 +0000 |
commit | 634b6b8b57800bf9999f039a3d3282ba3321d2e4 (patch) | |
tree | aea2dad04f77254d1fa323a21e9ff863dc043491 /apps/files_external/l10n/pl.js | |
parent | 4e39d1ce938e6ec0f3629376eb1af79d344da51a (diff) | |
download | nextcloud-server-634b6b8b57800bf9999f039a3d3282ba3321d2e4.tar.gz nextcloud-server-634b6b8b57800bf9999f039a3d3282ba3321d2e4.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_external/l10n/pl.js')
-rw-r--r-- | apps/files_external/l10n/pl.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_external/l10n/pl.js b/apps/files_external/l10n/pl.js index 3511a0cb1fb..5632869d5d2 100644 --- a/apps/files_external/l10n/pl.js +++ b/apps/files_external/l10n/pl.js @@ -11,7 +11,6 @@ OC.L10N.register( "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", "Enable previews" : "Włącz podgląd", @@ -134,6 +133,7 @@ OC.L10N.register( "Add storage" : "Dodaj zewnętrzne magazyny", "Advanced settings" : "Ustawienia zaawansowane", "Allow users to mount external storage" : "Pozwól użytkownikom montować zewnętrzne zasoby dyskowe", - "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.", + "(group)" : "(grupa)" }, "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);"); |