update to the FI translation THX Kris

This commit is contained in:
Tobias Diekershoff 2018-04-17 07:21:08 +02:00
parent f1aa2bc5c6
commit 50f5c7e251
24 changed files with 68 additions and 60 deletions

View file

@ -20,17 +20,17 @@ msgstr ""
#: notifyall.php:26
msgid "Send email to all members"
msgstr ""
msgstr "Lähetä sähköposti kaikille jäsenille"
#: notifyall.php:42
#, php-format
msgid "%s Administrator"
msgstr ""
msgstr "%s-ylläpitäjä"
#: notifyall.php:44
#, php-format
msgid "%1$s, %2$s Administrator"
msgstr ""
msgstr "%1$s, %2$s-ylläpitäjä"
#: notifyall.php:60
msgid "No recipients found."

View file

@ -5,9 +5,9 @@ function string_plural_select_fi_fi($n){
return ($n != 1);;
}}
;
$a->strings["Send email to all members"] = "";
$a->strings["%s Administrator"] = "";
$a->strings["%1\$s, %2\$s Administrator"] = "";
$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["Emails sent"] = "Sähköpostit lähetetty";
$a->strings["Send email to all members of this Friendica instance."] = "";