]> 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 385f8ff4213a0662510d57c3b3586ec6307adc52..f5e9272153f82f6889b406f247b11f0b54be0d47 100644 (file)
@@ -2,16 +2,14 @@
 
 if(! function_exists("string_plural_select_fi_fi")) {
 function string_plural_select_fi_fi($n){
-       return ($n != 1);;
+       $n = intval($n);
+       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)"] = "";
-$a->strings["List of channels that shall automatically connected to when the app is launched."] = "";
-$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';