diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-02-02 01:07:05 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-02-02 01:07:05 +0000 |
commit | b946ec9d6cb987afae9c4ffd2a6efff5f18c41c9 (patch) | |
tree | 6ad48ce6f84a05659e612b66a992210a5aab3aff /apps/files_external/l10n | |
parent | 1952560ac75007f615fc5c7e1aaabe4799fe6aa3 (diff) | |
download | nextcloud-server-b946ec9d6cb987afae9c4ffd2a6efff5f18c41c9.tar.gz nextcloud-server-b946ec9d6cb987afae9c4ffd2a6efff5f18c41c9.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_external/l10n')
-rw-r--r-- | apps/files_external/l10n/pl.js | 3 | ||||
-rw-r--r-- | apps/files_external/l10n/pl.json | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/apps/files_external/l10n/pl.js b/apps/files_external/l10n/pl.js index 9467d73d0f1..1b25fa1aec8 100644 --- a/apps/files_external/l10n/pl.js +++ b/apps/files_external/l10n/pl.js @@ -25,6 +25,7 @@ OC.L10N.register( "Save" : "Zapisz", "Empty response from the server" : "Puste odpowiedzi z serwera", "Couldn't access. Please logout and login to activate this mount point" : "Nie można uzyskać dostępu. Należy wylogować się i ponownie zalogować się, aby włączyć ten punkt montowania", + "Couldn't get the information from the remote server: {code} {type}" : "Nie można otrzymać informacji od zdalnego serwera: {code} {type}", "Couldn't get the list of external mount points: {type}" : "Nie udało się uzyskać listy zewnętrznych punktów montowania: {type}", "There was an error with message: " : "Wystąpił błąd o treści:", "External mount error" : "Błąd przy montowaniu zewnętrznym", @@ -43,6 +44,7 @@ OC.L10N.register( "Objectstore forbidden" : "Zabroniony obiekt sklepu", "Invalid storage backend \"%s\"" : "Nieprawidłowy magazyn zaplecza \"%s\"", "Not permitted to use backend \"%s\"" : "Nie można używać powrotu \"%s\"", + "Not permitted to use authentication mechanism \"%s\"" : "Nie można używać mechanizmu uwierzytelnienia \"%s\"", "Insufficient data: %s" : "Niewystarczające dane: %s", "%s" : "%s", "Access key" : "Klucz dostępu", @@ -57,6 +59,7 @@ OC.L10N.register( "Client secret" : "Hasło klienta", "OpenStack" : "OpenStack", "Tenant name" : "Nazwa dzierżawcy", + "Rackspace" : "Rackspace", "API key" : "Klucz API", "Global credentials" : "Globalne poświadczenia", "Username and password" : "Nazwa użytkownika i hasło", diff --git a/apps/files_external/l10n/pl.json b/apps/files_external/l10n/pl.json index e058ad41707..088a1235cff 100644 --- a/apps/files_external/l10n/pl.json +++ b/apps/files_external/l10n/pl.json @@ -23,6 +23,7 @@ "Save" : "Zapisz", "Empty response from the server" : "Puste odpowiedzi z serwera", "Couldn't access. Please logout and login to activate this mount point" : "Nie można uzyskać dostępu. Należy wylogować się i ponownie zalogować się, aby włączyć ten punkt montowania", + "Couldn't get the information from the remote server: {code} {type}" : "Nie można otrzymać informacji od zdalnego serwera: {code} {type}", "Couldn't get the list of external mount points: {type}" : "Nie udało się uzyskać listy zewnętrznych punktów montowania: {type}", "There was an error with message: " : "Wystąpił błąd o treści:", "External mount error" : "Błąd przy montowaniu zewnętrznym", @@ -41,6 +42,7 @@ "Objectstore forbidden" : "Zabroniony obiekt sklepu", "Invalid storage backend \"%s\"" : "Nieprawidłowy magazyn zaplecza \"%s\"", "Not permitted to use backend \"%s\"" : "Nie można używać powrotu \"%s\"", + "Not permitted to use authentication mechanism \"%s\"" : "Nie można używać mechanizmu uwierzytelnienia \"%s\"", "Insufficient data: %s" : "Niewystarczające dane: %s", "%s" : "%s", "Access key" : "Klucz dostępu", @@ -55,6 +57,7 @@ "Client secret" : "Hasło klienta", "OpenStack" : "OpenStack", "Tenant name" : "Nazwa dzierżawcy", + "Rackspace" : "Rackspace", "API key" : "Klucz API", "Global credentials" : "Globalne poświadczenia", "Username and password" : "Nazwa użytkownika i hasło", |