]> git.mxchange.org Git - friendica-addons.git/blob - securemail/lang/cs/strings.php
regenerated all the strings
[friendica-addons.git] / securemail / 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['"Secure Mail" Settings'] = 'Nastavení "Secure Mail"';
9 $a->strings['Save Settings'] = 'Uložit nastavení';
10 $a->strings['Save and send test'] = 'Uložit a poslat test';
11 $a->strings['Enable Secure Mail'] = 'Povolit Secure Mail';
12 $a->strings['Public key'] = 'Veřejný klíč';
13 $a->strings['Your public PGP key, ascii armored format'] = 'Váš veřejný klíč PGP ve formátu ASCII Armor';
14 $a->strings['Secure Mail Settings saved.'] = 'Nastavení Secure Mail uložena.';
15 $a->strings['Test email sent'] = 'Testovací e-mail odeslán';
16 $a->strings['There was an error sending the test email'] = 'Při odesílání testovacího e-mailu se vyskytla chyba';