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: 2015-07-08 13:17+0200\n"
"PO-Revision-Date: 2018-04-08 15:56+0000\n"
"PO-Revision-Date: 2018-05-12 12:57+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"
@ -37,13 +37,13 @@ msgstr "Tallenna asetukset"
#: irc.php:40 irc.php:137
msgid "Channel(s) to auto connect (comma separated)"
msgstr ""
msgstr "Kanavat jota yhdistetään automaattisesti (pilkuilla eroteltu luettelo)"
#: irc.php:40 irc.php:137
msgid ""
"List of channels that shall automatically connected to when the app is "
"launched."
msgstr ""
msgstr "Kanavat johon luodaan yhteys automaattisesti kun sovellus käynnistyy."
#: irc.php:41 irc.php:138
msgid "Popular Channels (comma separated)"

View file

@ -2,14 +2,15 @@
if(! function_exists("string_plural_select_fi_fi")) {
function string_plural_select_fi_fi($n){
$n = intval($n);
return ($n != 1);;
}}
;
$a->strings["IRC Settings"] = "IRC-asetukset";
$a->strings["Here you can change the system wide settings for the channels to automatically join and access via the side bar. Note the changes you do here, only effect the channel selection if you are logged in."] = "";
$a->strings["Save Settings"] = "Tallenna asetukset";
$a->strings["Channel(s) to auto connect (comma separated)"] = "";
$a->strings["List of channels that shall automatically connected to when the app is launched."] = "";
$a->strings["Channel(s) to auto connect (comma separated)"] = "Kanavat jota yhdistetään automaattisesti (pilkuilla eroteltu luettelo)";
$a->strings["List of channels that shall automatically connected to when the app is launched."] = "Kanavat johon luodaan yhteys automaattisesti kun sovellus käynnistyy.";
$a->strings["Popular Channels (comma separated)"] = "Suositut kanavat (pilkuilla eroteltu luettelo)";
$a->strings["List of popular channels, will be displayed at the side and hotlinked for easy joining."] = "";
$a->strings["IRC settings saved."] = "IRC-asetukset tallennettu.";