summaryrefslogtreecommitdiffstats
path: root/apps/files/l10n/pl.js
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2017-04-14 00:07:36 +0000
committerNextcloud bot <bot@nextcloud.com>2017-04-14 00:07:36 +0000
commit0f96d5a641e790aa5d289792a45406d488553579 (patch)
tree92013149c0ad586351c09514b5cb809bd4848a02 /apps/files/l10n/pl.js
parentd0c0f6cfc1871c90cd43d3b005206a360b5bb540 (diff)
downloadnextcloud-server-0f96d5a641e790aa5d289792a45406d488553579.tar.gz
nextcloud-server-0f96d5a641e790aa5d289792a45406d488553579.zip
[tx-robot] updated from transifex
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 d9df5ece2da..72686779bce 100644
--- a/apps/files/l10n/pl.js
+++ b/apps/files/l10n/pl.js
@@ -69,7 +69,6 @@ OC.L10N.register(
"_%n byte_::_%n bytes_" : ["%n bajt","%n bajty","%n bajtów","%n bajtów"],
"Favorited" : "Ulubiony",
"Favorite" : "Ulubione",
- "Copy local link" : "Kopiowanie lokalnego linku",
"Folder" : "Folder",
"New folder" : "Nowy folder",
"Upload" : "Wyślij",
@@ -138,6 +137,7 @@ OC.L10N.register(
"{seconds}s" : "{seconds} s",
"Any moment now..." : "Jeszcze chwilę...",
"Soon..." : "Wkrótce...",
- "File upload is in progress. Leaving the page now will cancel the upload." : "Wysyłanie pliku jest w toku. Jeśli opuścisz tę stronę, wysyłanie zostanie przerwane."
+ "File upload is in progress. Leaving the page now will cancel the upload." : "Wysyłanie pliku jest w toku. Jeśli opuścisz tę stronę, wysyłanie zostanie przerwane.",
+ "Copy local link" : "Kopiowanie lokalnego linku"
},
"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);");