]> git.mxchange.org Git - friendica-addons.git/blob - buffer/lang/cs/strings.php
regenerated all the strings
[friendica-addons.git] / buffer / 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['Permission denied.'] = 'Přístup odmítnut.';
9 $a->strings['Save Settings'] = 'Uložit Nastavení';
10 $a->strings['Client ID'] = 'Client ID';
11 $a->strings['Client Secret'] = 'Client Secret';
12 $a->strings['Error when registering buffer connection:'] = 'Chyba při registraci připojení na buffer:';
13 $a->strings['You are now authenticated to buffer. '] = 'Nyní jste přihlášen/a na buffer.';
14 $a->strings['return to the connector page'] = 'zpět ke stránce konektoru';
15 $a->strings['Post to Buffer'] = 'Posílat na Buffer';
16 $a->strings['Buffer Export'] = 'Buffer Export';
17 $a->strings['Authenticate your Buffer connection'] = 'Autentikujte své připojení na Buffer';
18 $a->strings['Enable Buffer Post Addon'] = 'Povolit doplněk Buffer Post';
19 $a->strings['Post to Buffer by default'] = 'Ve výchozím stavu posílat na Buffer';
20 $a->strings['Check to delete this preset'] = 'Zaškrtnutím smažete toto nastavení';
21 $a->strings['Posts are going to all accounts that are enabled by default:'] = 'Příspěvky budou posílány na všechny účty, které jsou ve výchozím stavu povoleny:';