diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-02-08 01:10:28 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-02-08 01:10:28 +0000 |
commit | 71382daf67aac6075908ef5f4e2506cfdb5bdbc9 (patch) | |
tree | 72bbb3f24cca1df8da73774653e25d7b211da8cd /apps/files_sharing/l10n | |
parent | 8281378e5b6d06670b44bd4874eb000b75415604 (diff) | |
download | nextcloud-server-71382daf67aac6075908ef5f4e2506cfdb5bdbc9.tar.gz nextcloud-server-71382daf67aac6075908ef5f4e2506cfdb5bdbc9.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_sharing/l10n')
-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 |