]> git.mxchange.org Git - friendica-addons.git/blob - irc/lang/cs/strings.php
75a9c4a1ec0fb73c1e6566593207866245c7c47d
[friendica-addons.git] / irc / lang / cs / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_cs")) {
4 function string_plural_select_cs($n){
5         return ($n==1) ? 0 : ($n>=2 && $n<=4) ? 1 : 2;;
6 }}
7 ;
8 $a->strings["IRC Settings"] = "IRC Nastavení";
9 $a->strings["Channel(s) to auto connect (comma separated)"] = "Kanál(y) pro automatické připojení(oddělené čárkou)";
10 $a->strings["Popular Channels (comma separated)"] = "Oblíbené Kanály (oddělené čárkou)";
11 $a->strings["Submit"] = "Odeslat";
12 $a->strings["IRC settings saved."] = "IRC Nastavení uloženo.";
13 $a->strings["IRC Chatroom"] = "IRC Místnost";
14 $a->strings["Popular Channels"] = "Oblíbené kanály";