]> git.mxchange.org Git - friendica-addons.git/blob - irc/lang/fi-fi/strings.php
regenerated all the strings
[friendica-addons.git] / irc / lang / fi-fi / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_fi_fi")) {
4 function string_plural_select_fi_fi($n){
5         $n = intval($n);
6         return intval($n != 1);
7 }}
8 $a->strings['IRC Settings'] = 'IRC-asetukset';
9 $a->strings['Save Settings'] = 'Tallenna asetukset';
10 $a->strings['Channel(s) to auto connect (comma separated)'] = 'Kanavat jota yhdistetään automaattisesti (pilkuilla eroteltu luettelo)';
11 $a->strings['List of channels that shall automatically connected to when the app is launched.'] = 'Kanavat johon luodaan yhteys automaattisesti kun sovellus käynnistyy.';
12 $a->strings['Popular Channels (comma separated)'] = 'Suositut kanavat (pilkuilla eroteltu luettelo)';
13 $a->strings['IRC settings saved.'] = 'IRC-asetukset tallennettu.';
14 $a->strings['IRC Chatroom'] = 'IRC-tsättihuone';
15 $a->strings['Popular Channels'] = 'Suositut kanavat';