diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-03-20 01:07:43 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-03-20 01:07:43 +0000 |
commit | 528a903a7b23ea628e6ec2fc9a221821297c0bec (patch) | |
tree | c9ae12ca44f89dda15f4e2016f667a62f4b728e1 /apps/sharebymail/l10n/fi.js | |
parent | 540656c716be3bbf0cab9fdb73f3c171cc3dd3c2 (diff) | |
download | nextcloud-server-528a903a7b23ea628e6ec2fc9a221821297c0bec.tar.gz nextcloud-server-528a903a7b23ea628e6ec2fc9a221821297c0bec.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/sharebymail/l10n/fi.js')
-rw-r--r-- | apps/sharebymail/l10n/fi.js | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/apps/sharebymail/l10n/fi.js b/apps/sharebymail/l10n/fi.js new file mode 100644 index 00000000000..88d1cc076cc --- /dev/null +++ b/apps/sharebymail/l10n/fi.js @@ -0,0 +1,24 @@ +OC.L10N.register( + "sharebymail", + { + "Shared with %1$s" : "Jaettu käyttäjälle %1$s", + "Shared with {email}" : "Jaettu käyttäjälle {email}", + "Shared with %1$s by %2$s" : "Jaettu käyttäjälle %1$s käyttäjältä %2$s", + "Shared with {email} by {actor}" : "Jaettu käyttäjälle {email} käyttäjältä {actor}", + "You shared %1$s with %2$s by mail" : "Jaoit kohteen %1$s käyttäjälle %2$s sähköpostitse", + "You shared {file} with {email} by mail" : "Jaoit kohteen {file} käyttäjälle {email} sähköpostitse", + "%3$s shared %1$s with %2$s by mail" : "%3$s jakoi kohteen %1$s käyttäjälle %2$s sähköpostitse", + "{actor} shared {file} with {email} by mail" : "{actor} jakoi kohteen {file} käyttäjälle {email} sähköpostitse", + "Sharing %s failed, this item is already shared with %s" : "Kohteen %s jakaminen epäonnistui, koska se on jo jaettu käyttäjälle %s", + "Failed to send share by E-mail" : "Jaon lähettäminen sähköpostitse epäonnistui", + "%s shared »%s« with you" : "%s jakoi kohteen »%s« kanssasi", + "%s shared »%s« with you on behalf of %s" : "%s jakoi kohteen »%s« kanssasi käyttäjän %s puolesta", + "Failed to create the E-mail" : "Sähköpostiosoitteen luonti epäonnistui", + "Could not find share" : "Jakoa ei löytynyt", + "Hey there,\n\n%s shared »%s« with you on behalf of %s.\n\n%s\n\n" : "Hei,\n\n%s jakoi kohteen »%s« kanssasi käyttäjän %s puolesta.\n\n%s\n\n", + "Hey there,\n\n%s shared »%s« with you.\n\n%s\n\n" : "Hei,\n\n%s jakoi kohteen »%s« kanssasi.\n\n%s\n\n", + "Cheers!" : "Kiitos!", + "Hey there,<br><br>%s shared <a href=\"%s\">%s</a> with you on behalf of %s.<br><br>" : "Hei,<br><br>%s jakoi kohteen <a href=\"%s\">%s</a> kanssasi käyttäjän %s puolesta.<br><br>", + "Hey there,<br><br>%s shared <a href=\"%s\">%s</a> with you.<br><br>" : "Hei,<br><br>%s jakoi kohteen <a href=\"%s\">%s</a> kanssasi.<br><br>" +}, +"nplurals=2; plural=(n != 1);"); |