Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2018-10-10 03:13:11 +0300
committerNextcloud bot <bot@nextcloud.com>2018-10-10 03:13:11 +0300
commit7c26bbbd82cc24b6528adf743f5e9a75dc37edf6 (patch)
tree5a52ca435423df82544c0fb6f9f4a3ff827e165c /apps/files/l10n/pl.js
parenta9f4817b652b636a3b2f8c11b2a3e7526e0be82d (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/pl.js')
-rw-r--r--apps/files/l10n/pl.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/l10n/pl.js b/apps/files/l10n/pl.js
index f8a0367e320..a45d06e7951 100644
--- a/apps/files/l10n/pl.js
+++ b/apps/files/l10n/pl.js
@@ -135,7 +135,6 @@ OC.L10N.register(
"Save" : "Zapisz",
"With PHP-FPM it might take 5 minutes for changes to be applied." : "Z PHP-FPM zastosowanie zmian może zająć 5 minut.",
"Missing permissions to edit from here." : "Brakuje uprawnień do edycji.",
- "%s of %s used" : "Wykorzystano %s z %s",
"%s used" : "Wykorzystane: %s",
"Settings" : "Ustawienia",
"Show hidden files" : "Pokaż ukryte pliki",
@@ -163,6 +162,7 @@ OC.L10N.register(
"Target folder" : "Folder docelowy",
"A new file or folder has been <strong>deleted</strong>" : "Nowy plik lub folder został <strong>usunięty</strong>",
"A new file or folder has been <strong>restored</strong>" : "Nowy plik lub folder został <strong>odtworzony</strong>",
+ "%s of %s used" : "Wykorzystano %s z %s",
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Użyj swojego adresu <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">aby mieć dostęp do Plików przez WebDAV"
},
"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);");