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

@ -11,7 +11,7 @@ msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
"PO-Revision-Date: 2018-04-17 19:41+0000\n"
"PO-Revision-Date: 2018-05-12 12:59+0000\n"
"Last-Translator: Kris\n"
"Language-Team: Finnish (Finland) (http://www.transifex.com/Friendica/friendica/language/fi_FI/)\n"
"MIME-Version: 1.0\n"
@ -59,7 +59,7 @@ msgstr "Friendica -salasana"
#: jappixmini.php:296
msgid "Approve subscription requests from Friendica contacts automatically"
msgstr ""
msgstr "Hyväksy automaattisesti tilauspyynnöt Friendica -kontakteilta"
#: jappixmini.php:299
msgid "Subscribe to Friendica contacts automatically"

View file

@ -2,6 +2,7 @@
if(! function_exists("string_plural_select_fi_fi")) {
function string_plural_select_fi_fi($n){
$n = intval($n);
return ($n != 1);;
}}
;
@ -14,7 +15,7 @@ $a->strings["Jabber BOSH host"] = "Jabber BOSH-palvelin";
$a->strings["Jabber password"] = "Jabber -salasana";
$a->strings["Encrypt Jabber password with Friendica password (recommended)"] = "Salaa Jabber -salasana Friendica -salasanalla (suositeltava)";
$a->strings["Friendica password"] = "Friendica -salasana";
$a->strings["Approve subscription requests from Friendica contacts automatically"] = "";
$a->strings["Approve subscription requests from Friendica contacts automatically"] = "Hyväksy automaattisesti tilauspyynnöt Friendica -kontakteilta";
$a->strings["Subscribe to Friendica contacts automatically"] = "";
$a->strings["Purge internal list of jabber addresses of contacts"] = "";
$a->strings["Submit"] = "Lähetä";