]> git.mxchange.org Git - friendica-addons.git/blob - dwpost/lang/cs/strings.php
regenerated all the strings
[friendica-addons.git] / dwpost / 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['Post to Dreamwidth'] = 'Poslat na Dreamwidth';
9 $a->strings['Dreamwidth Post Settings'] = 'Nastavení Dreamwidth Post';
10 $a->strings['Enable dreamwidth Post Addon'] = 'Povolit doplněk Dreamwidth Post';
11 $a->strings['dreamwidth username'] = 'dreamwidth uživatelské jméno';
12 $a->strings['dreamwidth password'] = 'dreamwidth heslo';
13 $a->strings['Post to dreamwidth by default'] = 'Ve výchozím stavu posílat na dreamwidth';
14 $a->strings['Submit'] = 'Odeslat';