]> git.mxchange.org Git - friendica-addons.git/blob - libertree/lang/cs/strings.php
regenerated all the strings
[friendica-addons.git] / libertree / 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)) { return 0; } else if (($n>=2 && $n<=4)) { return 1; } else  { return 2; }
7 }}
8 $a->strings['Post to libertree'] = 'Poslat na libertree';
9 $a->strings['libertree Post Settings'] = 'libertree nastavení příspěvků';
10 $a->strings['Enable Libertree Post Addon'] = 'Povolit Libertree Post rozšíření';
11 $a->strings['Libertree API token'] = 'Libertree API token';
12 $a->strings['Libertree site URL'] = 'URL adresa Libertree ';
13 $a->strings['Post to Libertree by default'] = 'Defaultně poslat na Libertree';
14 $a->strings['Submit'] = 'Odeslat';