diff options
Diffstat (limited to 'apps/files_external/l10n/pl.js')
-rw-r--r-- | apps/files_external/l10n/pl.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/files_external/l10n/pl.js b/apps/files_external/l10n/pl.js index af79131b75c..9b4adc9ffec 100644 --- a/apps/files_external/l10n/pl.js +++ b/apps/files_external/l10n/pl.js @@ -56,9 +56,9 @@ OC.L10N.register( "OAuth2" : "OAuth2", "Client ID" : "ID klienta", "Client secret" : "Hasło klienta", - "OpenStack" : "OpenStack", "Tenant name" : "Nazwa dzierżawcy", "Identity endpoint URL" : "Adres końcówki identyfikującej", + "Domain" : "Domena", "Rackspace" : "Rackspace", "API key" : "Klucz API", "Global credentials" : "Globalne poświadczenia", @@ -91,7 +91,6 @@ OC.L10N.register( "SFTP with secret key login" : "Logowanie tajnym kluczem do SFTP", "SMB / CIFS" : "SMB / CIFS", "Share" : "Udostępnij", - "Domain" : "Domena", "SMB / CIFS using OC login" : "SMB / CIFS przy użyciu loginu OC", "Username as share" : "Użytkownik jako zasób", "OpenStack Object Storage" : "Magazyn obiektów OpenStack", @@ -100,8 +99,6 @@ OC.L10N.register( "The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Obsługa cURL w PHP jest wyłączona lub nie jest zainstalowana. Zamontowanie %s jest niemożliwe. Proszę poprosić swojego administratora systemu, żeby ją zainstalował.", "The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Obsługa FTP w PHP jest wyłączona lub nie jest zainstalowana. Zamontowanie %s jest niemożliwe. Proszę poprosić swojego administratora systemu, żeby ją zainstalował.", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" nie jest zainstalowane. Zamontowanie %s jest niemożliwe. Proszę poprosić swojego administratora systemu, żeby dokonał instalacji.", - "No external storage configured" : "Nie skonfigurowano żadnego zewnętrznego nośnika", - "You can add external storages in the personal settings" : "W ustawieniach osobistych możesz dodać zewnętrzne magazyny przechowywania", "Name" : "Nazwa", "Storage type" : "Typ magazynu", "Scope" : "Zakres", @@ -127,7 +124,10 @@ OC.L10N.register( "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", + "OpenStack" : "OpenStack", "Dropbox" : "Dropbox", - "Google Drive" : "Dysk Google" + "Google Drive" : "Dysk Google", + "No external storage configured" : "Nie skonfigurowano żadnego zewnętrznego nośnika", + "You can add external storages in the personal settings" : "W ustawieniach osobistych możesz dodać zewnętrzne magazyny przechowywania" }, "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);"); |