diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-02-11 01:07:23 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-02-11 01:07:23 +0000 |
commit | 01b3da612ba579e5de865a92dd0d1e83e92d3d87 (patch) | |
tree | 6c021f7d6c36159b2c98c0850a5526023316304b /apps/sharebymail/l10n/pl.js | |
parent | dfaaebd76551b81da7bc59ed75b4514be2e10dac (diff) | |
download | nextcloud-server-01b3da612ba579e5de865a92dd0d1e83e92d3d87.tar.gz nextcloud-server-01b3da612ba579e5de865a92dd0d1e83e92d3d87.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/sharebymail/l10n/pl.js')
-rw-r--r-- | apps/sharebymail/l10n/pl.js | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/apps/sharebymail/l10n/pl.js b/apps/sharebymail/l10n/pl.js new file mode 100644 index 00000000000..b9d18aed4c1 --- /dev/null +++ b/apps/sharebymail/l10n/pl.js @@ -0,0 +1,24 @@ +OC.L10N.register( + "sharebymail", + { + "Shared with %1$s" : "Współdzielone z %1$s", + "Shared with {email}" : "Współdzielone z {email}", + "Shared with %1$s by %2$s" : "Współdzielone z %1$s przez %2$s", + "Shared with {email} by {actor}" : "Współdzielone z {email} przez {actor}", + "You shared %1$s with %2$s by mail" : "Współdzielisz %1$s z %2$s przez e-maila", + "You shared {file} with {email} by mail" : "Współdzielisz {file} z {email} przez e-maila", + "%3$s shared %1$s with %2$s by mail" : "%3$s współdzieli %1$s z %2$s przez e-maila", + "{actor} shared {file} with {email} by mail" : "{actor} współdzieli {file} z {email} przez e-maila", + "Sharing %s failed, this item is already shared with %s" : "Współdzielenie %s nie udało się, ten obiekt już jest współdzielony z %s", + "Failed to send share by E-mail" : "Nie udało się wysłać współdzielenia przez e-maila", + "%s shared »%s« with you" : "%s współdzieli »%s« z tobą", + "%s shared »%s« with you on behalf of %s" : "%s współdzieli »%s« z tobą w imieniu %s", + "Failed to create the E-mail" : "Nie udało się utworzyć e-maila", + "Could not find share" : "Nie można odnaleźć współdzielonego obiektu", + "Hey there,\n\n%s shared »%s« with you on behalf of %s.\n\n%s\n\n" : "Hej,\n\n%s współdzieli »%s« z tobą w imieniu %s.\n\n%s\n\n", + "Hey there,\n\n%s shared »%s« with you.\n\n%s\n\n" : "Hej,\n\n%s współdzieli »%s« z tobą.\n\n%s\n\n", + "Cheers!" : "Zdrówko!", + "Hey there,<br><br>%s shared <a href=\"%s\">%s</a> with you on behalf of %s.<br><br>" : "Hej,<br><br>%s współdzieli <a href=\"%s\">%s</a> z tobą w imieniu %s.<br><br>", + "Hey there,<br><br>%s shared <a href=\"%s\">%s</a> with you.<br><br>" : "Hej,<br><br>%s współdzieli <a href=\"%s\">%s</a> z tobą.<br><br>" +}, +"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); |