mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 00:48:55 +00:00
update to the FI translations THX kris
This commit is contained in:
parent
a2203e3d09
commit
ca50db103a
36 changed files with 163 additions and 112 deletions
|
@ -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"
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue