diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-05-22 02:27:14 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-05-22 02:27:14 +0000 |
commit | 41f0cf4fcaddec8ce8442b10a2b048233bfaaaab (patch) | |
tree | dedc23250c80193375d86e15bdd18b159ce943e6 /apps/files_external/l10n/pl.js | |
parent | 9a80052eebd5f317bf864507ead8f024ca89b7f3 (diff) | |
download | nextcloud-server-41f0cf4fcaddec8ce8442b10a2b048233bfaaaab.tar.gz nextcloud-server-41f0cf4fcaddec8ce8442b10a2b048233bfaaaab.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_external/l10n/pl.js')
-rw-r--r-- | apps/files_external/l10n/pl.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/files_external/l10n/pl.js b/apps/files_external/l10n/pl.js index 9042785eef8..c4c00677b3e 100644 --- a/apps/files_external/l10n/pl.js +++ b/apps/files_external/l10n/pl.js @@ -1,7 +1,7 @@ OC.L10N.register( "files_external", { - "External storages" : "Magazyny zewnętrzne", + "External storage" : "Zewnętrzne zasoby dyskowe", "Personal" : "Osobiste", "System" : "System", "Grant access" : "Udziel dostępu", @@ -126,7 +126,6 @@ OC.L10N.register( "Open documentation" : "Otwórz dokumentację", "External storage enables you to mount external storage services and devices as secondary Nextcloud storage devices. You may also allow users to mount their own external storage services." : "Magazyny zewnętrzne umożliwiają podłączanie zewnętrznych usług pamięci masowej i urządzeń jako dodatkowych urządzeń magazynujących Nextcloud. Możesz także zezwolić użytkownikom na montowanie własnych magazynów zewnętrznych.", "Folder name" : "Nazwa katalogu", - "External storage" : "Zewnętrzne zasoby dyskowe", "Authentication" : "Uwierzytelnienie", "Configuration" : "Konfiguracja", "Available for" : "Dostępne dla", @@ -134,7 +133,8 @@ 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.", - "(group)" : "(grupa)" + "External storages" : "Magazyny zewnętrzne", + "(group)" : "(grupa)", + "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." }, "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);"); |