]> git.mxchange.org Git - friendica-addons.git/blob - notifyall/lang/cs/strings.php
regenerated all the strings
[friendica-addons.git] / notifyall / 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['Send email to all members'] = 'Odeslat e-mail všem členům';
9 $a->strings['%s Administrator'] = '%s Administrátor';
10 $a->strings['%1$s, %2$s Administrator'] = '%1$s, %2$s Administrátor';
11 $a->strings['No recipients found.'] = 'Nenalezeni žádní příjemci.';
12 $a->strings['Emails sent'] = 'E-maily odeslány';
13 $a->strings['Send email to all members of this Friendica instance.'] = 'Odeslat e-mail všem členům této instance Friendica.';
14 $a->strings['Message subject'] = 'Předmět zprávy';
15 $a->strings['Test mode (only send to administrator)'] = 'Testovací režim (odeslat pouze administrátorovi)';
16 $a->strings['Submit'] = 'Odeslat';