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:
Diffstat (limited to 'apps/files/l10n/pl.js')
-rw-r--r--apps/files/l10n/pl.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/l10n/pl.js b/apps/files/l10n/pl.js
index 5d068127d87..f8c99ad0a94 100644
--- a/apps/files/l10n/pl.js
+++ b/apps/files/l10n/pl.js
@@ -16,8 +16,8 @@ OC.L10N.register(
"Could not create folder \"{dir}\"" : "Nie można utworzyć folderu „{dir}”",
"This will stop your current uploads." : "Spowoduje to zatrzymanie wysyłania plików.",
"Upload cancelled." : "Wysyłanie anulowane.",
- "…" : "…",
"Processing files …" : "Przetwarzam pliki ...",
+ "…" : "…",
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Nie można przesłać {filename} być może jest katalogiem lub posiada 0 bajtów",
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Brak wolnej przestrzeni, przesyłasz {size1} a pozostało tylko {size2}",
"Target folder \"{dir}\" does not exist any more" : "Folder docelowy \"{dir}\" już nie istnieje",
@@ -149,7 +149,6 @@ OC.L10N.register(
"WebDAV" : "WebDAV",
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">access your Files via WebDAV</a>" : "Użyj tego adresu aby uzyskać <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">dostęp do swoich plików poprzez WebDAV</a>",
"Toggle grid view" : "Przełącz na widok siatki",
- "Cancel upload" : "Anuluj wysyłanie",
"No files in here" : "Brak plików",
"Upload some content or sync with your devices!" : "Wgraj coś, albo wykonaj synchronizację ze swoimi urządzeniami.",
"No entries found in this folder" : "Brak wpisów w tym folderze",
@@ -168,6 +167,7 @@ OC.L10N.register(
"Text file" : "Plik tekstowy",
"New text file.txt" : "Nowy plik tekstowy.txt",
"Target folder" : "Folder docelowy",
+ "Cancel upload" : "Anuluj wysyłanie",
"%1$s of %2$s used" : "%1$s z %2$s jest używany"
},
"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);");