update to the FI translations

This commit is contained in:
Tobias Diekershoff 2018-04-09 15:00:17 +02:00
parent 04a5fc700f
commit eb5eb5986d
92 changed files with 620 additions and 522 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:50+0000\n"
"PO-Revision-Date: 2018-04-08 16:06+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"
@ -21,15 +22,15 @@ msgstr ""
#: ljpost.php:39
msgid "Post to LiveJournal"
msgstr ""
msgstr "Lähetä LiveJournaliin"
#: ljpost.php:70
msgid "LiveJournal Post Settings"
msgstr ""
msgstr "LiveJournal -viestin asetukset"
#: ljpost.php:72
msgid "Enable LiveJournal Post Addon"
msgstr ""
msgstr "Ota LiveJournal -viestilisäosa käyttöön"
#: ljpost.php:77
msgid "LiveJournal username"
@ -41,7 +42,7 @@ msgstr "LiveJournal -salasana"
#: ljpost.php:87
msgid "Post to LiveJournal by default"
msgstr ""
msgstr "Lähetä LiveJournaliin oletuksena"
#: ljpost.php:93
msgid "Submit"

View file

@ -5,10 +5,10 @@ function string_plural_select_fi_fi($n){
return ($n != 1);;
}}
;
$a->strings["Post to LiveJournal"] = "";
$a->strings["LiveJournal Post Settings"] = "";
$a->strings["Enable LiveJournal Post Addon"] = "";
$a->strings["Post to LiveJournal"] = "Lähetä LiveJournaliin";
$a->strings["LiveJournal Post Settings"] = "LiveJournal -viestin asetukset";
$a->strings["Enable LiveJournal Post Addon"] = "Ota LiveJournal -viestilisäosa käyttöön";
$a->strings["LiveJournal username"] = "Live Journal -käyttäjätunnus";
$a->strings["LiveJournal password"] = "LiveJournal -salasana";
$a->strings["Post to LiveJournal by default"] = "";
$a->strings["Post to LiveJournal by default"] = "Lähetä LiveJournaliin oletuksena";
$a->strings["Submit"] = "Lähetä";