diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-02-08 01:10:28 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-02-08 01:10:28 +0000 |
commit | 71382daf67aac6075908ef5f4e2506cfdb5bdbc9 (patch) | |
tree | 72bbb3f24cca1df8da73774653e25d7b211da8cd /apps/files_external/l10n | |
parent | 8281378e5b6d06670b44bd4874eb000b75415604 (diff) | |
download | nextcloud-server-71382daf67aac6075908ef5f4e2506cfdb5bdbc9.tar.gz nextcloud-server-71382daf67aac6075908ef5f4e2506cfdb5bdbc9.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_external/l10n')
-rw-r--r-- | apps/files_external/l10n/pl.js | 11 | ||||
-rw-r--r-- | apps/files_external/l10n/pl.json | 11 |
2 files changed, 20 insertions, 2 deletions
diff --git a/apps/files_external/l10n/pl.js b/apps/files_external/l10n/pl.js index 488061ee3bc..af79131b75c 100644 --- a/apps/files_external/l10n/pl.js +++ b/apps/files_external/l10n/pl.js @@ -75,6 +75,7 @@ OC.L10N.register( "Region" : "Region", "Enable SSL" : "Włącz SSL", "Enable Path Style" : "Włącz styl ścieżki", + "Legacy (v2) authentication" : "Stara wersja autoryzacji (V2)", "WebDAV" : "WebDAV", "URL" : "URL", "Remote subfolder" : "Zdalny podfolder", @@ -119,6 +120,14 @@ OC.L10N.register( "Advanced settings" : "Ustawienia zaawansowane", "Delete" : "Usuń", "Allow users to mount external storage" : "Pozwól użytkownikom montować zewnętrzne zasoby dyskowe", - "Allow users to mount the following external storage" : "Pozwól użytkownikom montować następujące zewnętrzne zasoby dyskowe" + "Allow users to mount the following external storage" : "Pozwól użytkownikom montować następujące zewnętrzne zasoby dyskowe", + "Fetching request tokens failed. Verify that your app key and secret are correct." : "Otrzymano błędne żądanie tokenów. Sprawdź, czy klucz aplikacji oraz klucz poufny są poprawne.", + "Fetching access tokens failed. Verify that your app key and secret are correct." : "Otrzymano błędne żądanie tokenów. Sprawdź, czy klucz aplikacji oraz klucz poufny są poprawne.", + "Step 1 failed. Exception: %s" : "Krok 1 błędny. Błąd: %s", + "Step 2 failed. Exception: %s" : "Krok 2 błędny. Błąd: %s", + "Dropbox App Configuration" : "Konfiguracja aplikacji Dropbox", + "Google Drive App Configuration" : "Konfiguracja aplikacji Google Drive", + "Dropbox" : "Dropbox", + "Google Drive" : "Dysk Google" }, "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);"); diff --git a/apps/files_external/l10n/pl.json b/apps/files_external/l10n/pl.json index 43bd12ab647..5ce6fff90d2 100644 --- a/apps/files_external/l10n/pl.json +++ b/apps/files_external/l10n/pl.json @@ -73,6 +73,7 @@ "Region" : "Region", "Enable SSL" : "Włącz SSL", "Enable Path Style" : "Włącz styl ścieżki", + "Legacy (v2) authentication" : "Stara wersja autoryzacji (V2)", "WebDAV" : "WebDAV", "URL" : "URL", "Remote subfolder" : "Zdalny podfolder", @@ -117,6 +118,14 @@ "Advanced settings" : "Ustawienia zaawansowane", "Delete" : "Usuń", "Allow users to mount external storage" : "Pozwól użytkownikom montować zewnętrzne zasoby dyskowe", - "Allow users to mount the following external storage" : "Pozwól użytkownikom montować następujące zewnętrzne zasoby dyskowe" + "Allow users to mount the following external storage" : "Pozwól użytkownikom montować następujące zewnętrzne zasoby dyskowe", + "Fetching request tokens failed. Verify that your app key and secret are correct." : "Otrzymano błędne żądanie tokenów. Sprawdź, czy klucz aplikacji oraz klucz poufny są poprawne.", + "Fetching access tokens failed. Verify that your app key and secret are correct." : "Otrzymano błędne żądanie tokenów. Sprawdź, czy klucz aplikacji oraz klucz poufny są poprawne.", + "Step 1 failed. Exception: %s" : "Krok 1 błędny. Błąd: %s", + "Step 2 failed. Exception: %s" : "Krok 2 błędny. Błąd: %s", + "Dropbox App Configuration" : "Konfiguracja aplikacji Dropbox", + "Google Drive App Configuration" : "Konfiguracja aplikacji Google Drive", + "Dropbox" : "Dropbox", + "Google Drive" : "Dysk Google" },"pluralForm" :"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);" }
\ No newline at end of file |