summaryrefslogtreecommitdiffstats
path: root/apps/files/l10n/pl.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/l10n/pl.js')
-rw-r--r--apps/files/l10n/pl.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/files/l10n/pl.js b/apps/files/l10n/pl.js
index aeb127fe413..3856fbf98f0 100644
--- a/apps/files/l10n/pl.js
+++ b/apps/files/l10n/pl.js
@@ -22,6 +22,7 @@ OC.L10N.register(
"Actions" : "Akcje",
"Download" : "Pobierz",
"Rename" : "Zmień nazwę",
+ "Move or copy" : "Przenieś lub kopiuj",
"Target folder" : "Folder docelowy",
"Delete" : "Usuń",
"Disconnect storage" : "Odłącz magazyn",
@@ -36,6 +37,10 @@ OC.L10N.register(
"This directory is unavailable, please check the logs or contact the administrator" : "Ten folder jest niedostępny, proszę sprawdzić logi lub skontaktować się z administratorem.",
"Could not move \"{file}\", target exists" : "Nie można przenieść „{file}” - plik o takiej nazwie już istnieje",
"Could not move \"{file}\"" : "Nie można przenieść \"{file}\"",
+ "Could not copy \"{file}\", target exists" : "Nie można skopiować \"{file}\", plik już istnieje",
+ "Could not copy \"{file}\"" : "Nie można skopiować \"{file}\"",
+ "Copied {origin} inside {destination}" : "Skopiowano {origin} wewnątrz {destination}",
+ "Copied {origin} and {nbfiles} other files inside {destination}" : "Skopiowano {origin} oraz {nbfiles} innych plików wewnątrz {destination}",
"{newName} already exists" : "{newName} już istnieje",
"Could not rename \"{fileName}\", it does not exist any more" : "Nie można zmienić nazwy \"{fileName}\", plik nie istnieje",
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Nazwa \"{targetName}\" jest juz używana w folderze \"{dir}\". Proszę wybrać inną nazwę.",