mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 00:48:55 +00:00
update to the FI translation THX Kris
This commit is contained in:
parent
f1aa2bc5c6
commit
50f5c7e251
24 changed files with 68 additions and 60 deletions
|
@ -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."
|
||||
|
|
|
@ -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."] = "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue