nextcloud/apps/sharebymail/l10n/fi.js

32 lines
2.3 KiB
JavaScript
Raw Normal View History

2017-03-20 04:07:43 +03:00
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}",
2018-02-13 13:48:27 +03:00
"You shared %1$s with %2$s by mail" : "Jaoit tiedoston %1$s sähköpostitse osoitteeseen %2$s",
"You shared {file} with {email} by mail" : "Jaoit tiedoston {file} sähköpostitse osoitteeseen {email}",
"%3$s shared %1$s with %2$s by mail" : "%3$s jakoi tiedoston %1$s sähköpostitse osoitteeseen %2$s",
"{actor} shared {file} with {email} by mail" : "{actor} jakoi tiedoston {file} sähköpostitse osoitteeseen {email}",
"Password to access {file} was sent to you" : "Salasana tiedoston {file} käyttämiseksi lähetettiin sinulle",
"Failed to send share by email" : "Jaon lähettäminen sähköpostitse epäonnistui",
"Click the button below to open it." : "Klikkaa alla olevaa linkkiä avataksesi sen.",
"Open »%s«" : "Avaa »%s«",
2018-10-23 17:54:28 +03:00
"It is protected with the following password:" : "Se on suojattu seuraavalla salasanalla:",
"This is the password:" : "Tämä on salasana:",
2018-02-13 13:48:27 +03:00
"You can choose a different password at any time in the share dialog." : "Voit valita muun salasanan koska tahansa jakovalikossa.",
2017-03-20 04:07:43 +03:00
"Could not find share" : "Jakoa ei löytynyt",
2017-04-09 03:07:40 +03:00
"Share by mail" : "Jaa sähköpostitse",
2018-02-13 13:48:27 +03:00
"Allows users to share a personalized link to a file or folder by putting in an email address." : "Salli käyttäjien jakaa personoitu linkki tiedostoon tai kansioon syöttämällä sähköpostiosoitteen.",
"Send password by mail" : "Lähetä salasana sähköpostitse",
"Enforce password protection" : "Pakota salasanasuojaus",
2018-10-23 17:54:28 +03:00
"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",
"%s shared »%s« with you" : "%s jakoi kohteen »%s« kanssasi",
"%s shared »%s« with you." : "%s jakoi kohteen »%s« kanssasi.",
"%s via %s" : "%s (palvelun %s kautta)",
2018-10-03 19:58:45 +03:00
"It is protected with the following password: %s" : "Se on suojattu seuraavalla salasanalla: %s",
"This is the password: %s" : "Tämä on salasana: %s"
2017-03-20 04:07:43 +03:00
},
"nplurals=2; plural=(n != 1);");