diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-04-18 23:08:43 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-04-18 23:08:43 +0000 |
commit | 6b490f45fd938d631fc524e0c04af43182056bb7 (patch) | |
tree | 3a04fbec4f75018a4e559ab5b3243d8d8cac1986 /apps/files_external/l10n/pl.js | |
parent | 269600a04f18e025313352d3b2293cc10d3c26fa (diff) | |
download | nextcloud-server-6b490f45fd938d631fc524e0c04af43182056bb7.tar.gz nextcloud-server-6b490f45fd938d631fc524e0c04af43182056bb7.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_external/l10n/pl.js')
-rw-r--r-- | apps/files_external/l10n/pl.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/files_external/l10n/pl.js b/apps/files_external/l10n/pl.js index 0af53ac9ad7..3bcf24d26c0 100644 --- a/apps/files_external/l10n/pl.js +++ b/apps/files_external/l10n/pl.js @@ -38,7 +38,6 @@ OC.L10N.register( "Credentials saved" : "Poświadczenia zapisane", "Credentials saving failed" : "Poświadczenia oszczędności nie powiodło się", "Credentials required" : "Wymagane poświadczenia", - "Storage with id \"%i\" not found" : "Id magazynu nie został znaleziony", "Invalid backend or authentication mechanism class" : "Nieprawidłowy mechanizm uwierzytelniania powrotu lub klasy", "Invalid mount point" : "Nieprawidłowy punkt montowania", "Objectstore forbidden" : "Zabroniony obiekt sklepu", @@ -49,7 +48,6 @@ OC.L10N.register( "Unsatisfied authentication mechanism parameters" : "Niepoprawne parametry mechanizmu uwierzytelnienia", "Insufficient data: %s" : "Niewystarczające dane: %s", "%s" : "%s", - "Storage with id \"%i\" is not user editable" : "Magazyn o id \"%i\" nie jest edytowalny dla użytkowników", "Access key" : "Klucz dostępu", "Secret key" : "Sekretny klucz", "Builtin" : "Wbudowane", @@ -125,6 +123,8 @@ 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", + "Storage with id \"%i\" not found" : "Id magazynu nie został znaleziony", + "Storage with id \"%i\" is not user editable" : "Magazyn o id \"%i\" nie jest edytowalny dla użytkowników" }, "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);"); |