]> git.mxchange.org Git - friendica-addons.git/blobdiff - irc/lang/fi-fi/strings.php
Merge pull request #1025 from hoergen/develop
[friendica-addons.git] / irc / lang / fi-fi / strings.php
index 4c1c3e33181d9accb22f7fcaccfea52b135e8c88..f5e9272153f82f6889b406f247b11f0b54be0d47 100644 (file)
@@ -3,16 +3,13 @@
 if(! function_exists("string_plural_select_fi_fi")) {
 function string_plural_select_fi_fi($n){
        $n = intval($n);
-       return ($n != 1);;
+       return intval($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)"] = "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.";
-$a->strings["IRC Chatroom"] = "IRC-tsättihuone";
-$a->strings["Popular Channels"] = "Suositut kanavat";
+$a->strings['IRC Settings'] = 'IRC-asetukset';
+$a->strings['Save Settings'] = 'Tallenna asetukset';
+$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['IRC settings saved.'] = 'IRC-asetukset tallennettu.';
+$a->strings['IRC Chatroom'] = 'IRC-tsättihuone';
+$a->strings['Popular Channels'] = 'Suositut kanavat';