]> git.mxchange.org Git - friendica-addons.git/blob - newmemberwidget/lang/cs/strings.php
https://youtu.be Link
[friendica-addons.git] / newmemberwidget / lang / cs / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_cs")) {
4 function string_plural_select_cs($n){
5         $n = intval($n);
6         if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else  { return 3; }
7 }}
8 $a->strings['New Member'] = 'Nový člen';
9 $a->strings['Tips for New Members'] = 'Tipy pro nové členy';
10 $a->strings['Global Support Forum'] = 'Globální fórum podpory';
11 $a->strings['Local Support Forum'] = 'Místní fórum podpory';
12 $a->strings['Save Settings'] = 'Uložit nastavení';
13 $a->strings['Message'] = 'Zpráva';
14 $a->strings['Your message for new members. You can use bbcode here.'] = 'Vaše zpráva pro nové členy. Zde můžete použít BBCode.';
15 $a->strings['Add a link to global support forum'] = 'Přidejte odkaz na globální fórum podpory';
16 $a->strings['Should a link to the global support forum be displayed?'] = 'Má být zobrazen odkaz na globální fórum podpory?';
17 $a->strings['Add a link to the local support forum'] = 'Přidejte odkaz na místní fórum podpory';
18 $a->strings['Name of the local support group'] = 'Název místního fóra podpory';
19 $a->strings['If you checked the above, specify the <em>nickname</em> of the local support group here (i.e. helpers)'] = 'Pokud jste zaškrtl/a výše uvedenou možnost, specifikujte zde <em>přezdívku</em> místní skupiny podpory (např. pomocnici)';