diff options
Diffstat (limited to 'apps/files_external/l10n/pl.json')
-rw-r--r-- | apps/files_external/l10n/pl.json | 11 |
1 files changed, 10 insertions, 1 deletions
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 |