aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/l10n/pl.js
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2020-03-11 02:19:03 +0000
committerNextcloud bot <bot@nextcloud.com>2020-03-11 02:19:03 +0000
commit4066cb0a218a4ddfab29d7d87d7ea1b5ab8cc9e1 (patch)
treebe1b878747e1ac035de4dad6fbc817236dc50977 /apps/files/l10n/pl.js
parentd3d2db174a468cab4b269c52012b90ae8aa6791c (diff)
downloadnextcloud-server-4066cb0a218a4ddfab29d7d87d7ea1b5ab8cc9e1.tar.gz
nextcloud-server-4066cb0a218a4ddfab29d7d87d7ea1b5ab8cc9e1.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/pl.js')
-rw-r--r--apps/files/l10n/pl.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/files/l10n/pl.js b/apps/files/l10n/pl.js
index b4f0b4e04bb..49e365f968e 100644
--- a/apps/files/l10n/pl.js
+++ b/apps/files/l10n/pl.js
@@ -158,6 +158,7 @@ OC.L10N.register(
"Transfer {path} to {userid}" : "Przenieś {path} do {userid}",
"Invalid path selected" : "Wybrano nieprawidłową ścieżkę",
"Ownership transfer request sent" : "Wysłano żądanie przeniesienia własności",
+ "Cannot transfer ownership of a file or folder you don't own" : "Nie można przenieść prawa własności do pliku lub katalogu, którego nie jesteś właścicielem",
"Tags" : "Etykiety",
"Error while loading the file data" : "Błąd podczas ładowania danych pliku",
"Unable to change the favourite state of the file" : "Nie można zmienić ulubionego stanu pliku",
@@ -188,6 +189,6 @@ OC.L10N.register(
"New text file.txt" : "Nowy plik tekstowy.txt",
"%s of %s used" : "Wykorzystano %s z %s",
"%1$s%% of %2$s used" : "Wykorzystane: %1$s%% z %2$s",
- "Cannot transfter ownership of a file or folder you don't own" : "Nie można przenieść prawa własności z pliku lub katalogu, którego nie jesteś właścicielem"
+ "Cannot transfter ownership of a file or folder you don't own" : "Nie można przenieść prawa własności do pliku lub katalogu, którego nie jesteś właścicielem"
},
"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);");