diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-02-08 01:10:40 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-02-08 01:10:40 +0000 |
commit | 5e3cb24efab0a160a9bfe46136e02ad2a683abdd (patch) | |
tree | ee595a861a1af7bad54aac697b1b86c4f3b18d8e /apps/files_sharing | |
parent | 36eb93deacf4d856b2e402bec53674bcc3027512 (diff) | |
download | nextcloud-server-5e3cb24efab0a160a9bfe46136e02ad2a683abdd.tar.gz nextcloud-server-5e3cb24efab0a160a9bfe46136e02ad2a683abdd.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_sharing')
-rw-r--r-- | apps/files_sharing/l10n/pl.js | 3 | ||||
-rw-r--r-- | apps/files_sharing/l10n/pl.json | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/apps/files_sharing/l10n/pl.js b/apps/files_sharing/l10n/pl.js index ff56eb0b8dc..a59a30c9d8d 100644 --- a/apps/files_sharing/l10n/pl.js +++ b/apps/files_sharing/l10n/pl.js @@ -109,6 +109,7 @@ OC.L10N.register( "Upload files to %s" : "Prześlij pliki do %s", "Select or drop files" : "Wybierz lub upuść pliki", "Uploading files…" : "Wysyłanie plików...", - "Uploaded files:" : "Wysłane pliki:" + "Uploaded files:" : "Wysłane pliki:", + "%s is publicly shared" : "%s udostępnione/ych publicznie " }, "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);"); diff --git a/apps/files_sharing/l10n/pl.json b/apps/files_sharing/l10n/pl.json index e542c84ae7d..3f3e9fd8bfa 100644 --- a/apps/files_sharing/l10n/pl.json +++ b/apps/files_sharing/l10n/pl.json @@ -107,6 +107,7 @@ "Upload files to %s" : "Prześlij pliki do %s", "Select or drop files" : "Wybierz lub upuść pliki", "Uploading files…" : "Wysyłanie plików...", - "Uploaded files:" : "Wysłane pliki:" + "Uploaded files:" : "Wysłane pliki:", + "%s is publicly shared" : "%s udostępnione/ych publicznie " },"pluralForm" :"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);" }
\ No newline at end of file |