]> git.mxchange.org Git - friendica-addons.git/blob - mailstream/lang/cs/strings.php
648a06ee260e91c7d7b969e50f202763873f4f6b
[friendica-addons.git] / mailstream / 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['From Address'] = 'Adresa odesílatele';
9 $a->strings['Email address that stream items will appear to be from.'] = 'Adresa, která vysílá položky, se objeví jako odesílatel.';
10 $a->strings['Save Settings'] = 'Uložit nastavení';
11 $a->strings['Re:'] = 'Re:';
12 $a->strings['Friendica post'] = 'Příspěvek z Friendica';
13 $a->strings['Diaspora post'] = 'Příspěvek z Diaspora';
14 $a->strings['Feed item'] = 'Položka kanálu';
15 $a->strings['Email'] = 'E-mail';
16 $a->strings['Friendica Item'] = 'Položka z Friendica';
17 $a->strings['Upstream'] = 'Upstream';
18 $a->strings['Local'] = 'Místní';
19 $a->strings['Enabled'] = 'Povoleno';
20 $a->strings['Email Address'] = 'E-mailová adresa';
21 $a->strings['Leave blank to use your account email address'] = 'Ponechte prázdné pro použití vaší e-mailové adresy';
22 $a->strings['Exclude Likes'] = 'Vynechávat "lajky"';
23 $a->strings['Check this to omit mailing "Like" notifications'] = 'Zaškrtnutím vypnete posílání oznámení o "To se mi líbí"';
24 $a->strings['Attach Images'] = 'Připojit obrázky';
25 $a->strings['Download images in posts and attach them to the email.  Useful for reading email while offline.'] = 'Stahovat obrázky v příspěvcích a připojovat je k e-mailu. Užitečné pro čtení e-mailu, když jste offline.';
26 $a->strings['Mail Stream Settings'] = 'Nastavení Mail Stream';