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: 2014-10-26 15:02+0100\n"
"PO-Revision-Date: 2018-04-08 16:26+0000\n"
"PO-Revision-Date: 2018-05-12 13:13+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"
@ -34,7 +34,7 @@ msgstr "Ota WindowsPhonePush -lisäosa käyttöön"
#: windowsphonepush.php:122
msgid "Push text of new item"
msgstr ""
msgstr "Uuden kohteen Push -teksti"
#: windowsphonepush.php:127
msgid "Save Settings"

View file

@ -2,11 +2,12 @@
if(! function_exists("string_plural_select_fi_fi")) {
function string_plural_select_fi_fi($n){
$n = intval($n);
return ($n != 1);;
}}
;
$a->strings["WindowsPhonePush settings updated."] = "WindowsPhonePush -asetuket päivitetty.";
$a->strings["WindowsPhonePush Settings"] = "WindowsPhonePush -asetukset";
$a->strings["Enable WindowsPhonePush Addon"] = "Ota WindowsPhonePush -lisäosa käyttöön";
$a->strings["Push text of new item"] = "";
$a->strings["Push text of new item"] = "Uuden kohteen Push -teksti";
$a->strings["Save Settings"] = "Tallenna asetukset";