update to the FI translations THX kris

This commit is contained in:
Tobias Diekershoff 2018-05-20 19:16:32 +02:00
parent a2203e3d09
commit ca50db103a
36 changed files with 163 additions and 112 deletions

View file

@ -34,7 +34,7 @@ msgstr "%1$s, %2$s-ylläpitäjä"
#: notifyall.php:60
msgid "No recipients found."
msgstr ""
msgstr "Vastaanottajaa ei löytynyt."
#: notifyall.php:78
msgid "Emails sent"

View file

@ -2,13 +2,14 @@
if(! function_exists("string_plural_select_fi_fi")) {
function string_plural_select_fi_fi($n){
$n = intval($n);
return ($n != 1);;
}}
;
$a->strings["Send email to all members"] = "Lähetä sähköposti kaikille jäsenille";
$a->strings["%s Administrator"] = "%s-ylläpitäjä";
$a->strings["%1\$s, %2\$s Administrator"] = "%1\$s, %2\$s-ylläpitäjä";
$a->strings["No recipients found."] = "";
$a->strings["No recipients found."] = "Vastaanottajaa ei löytynyt.";
$a->strings["Emails sent"] = "Sähköpostit lähetetty";
$a->strings["Send email to all members of this Friendica instance."] = "";
$a->strings["Message subject"] = "Viestin aihe";