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

@ -5,12 +5,13 @@
#
# Translators:
# Kris, 2018
# Kris, 2018
msgid ""
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-03 18:57+0000\n"
"PO-Revision-Date: 2018-05-12 13:36+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"
@ -29,7 +30,7 @@ msgstr "Numfriends -asetukset"
#: numfriends.php:79
msgid "How many contacts to display on profile sidebar"
msgstr ""
msgstr "Kuinka monta kontaktia näytetään profiilin sivupalkissa"
#: numfriends.php:85
msgid "Submit"

View file

@ -2,10 +2,11 @@
if(! function_exists("string_plural_select_fi_fi")) {
function string_plural_select_fi_fi($n){
$n = intval($n);
return ($n != 1);;
}}
;
$a->strings["Numfriends settings updated."] = "Numfriends -asetukset päivitetty.";
$a->strings["Numfriends Settings"] = "Numfriends -asetukset";
$a->strings["How many contacts to display on profile sidebar"] = "";
$a->strings["How many contacts to display on profile sidebar"] = "Kuinka monta kontaktia näytetään profiilin sivupalkissa";
$a->strings["Submit"] = "Lähetä";