]> git.mxchange.org Git - friendica-addons.git/blob - pumpio/lang/cs/strings.php
regenerated all the strings
[friendica-addons.git] / pumpio / 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['Unable to register the client at the pump.io server \'%s\'.'] = 'Nebylo možné registrovat klienta na pump.io serveru \'%s\'.';
10 $a->strings['You are now authenticated to pumpio.'] = 'Nyní jste přihlášen k pumpio.';
11 $a->strings['return to the connector page'] = 'návrat ke stránce konektor';
12 $a->strings['Post to pumpio'] = 'Příspěvek na pumpio';
13 $a->strings['Pump.io Import/Export/Mirror'] = 'Pump.oi Import/Export/Zrcadlení';
14 $a->strings['pump.io username (without the servername)'] = 'uživatelské jméno pump.io (bez jména serveru)';
15 $a->strings['pump.io servername (without "http://" or "https://" )'] = 'jméno serveru pump.io  (bez "http://" nebo "https://" )';
16 $a->strings['Authenticate your pump.io connection'] = 'Přihlásit ke spojení na pump.io';
17 $a->strings['Import the remote timeline'] = 'Importovat vzdálenou časovou osu';
18 $a->strings['Enable pump.io Post Addon'] = 'Povolit doplněk pumo.io Post';
19 $a->strings['Post to pump.io by default'] = 'Posílat příspěvky na pump.io automaticky';
20 $a->strings['Should posts be public?'] = 'Mají být příspěvky veřejné?';
21 $a->strings['Mirror all public posts'] = 'Zrcadlit všechny veřejné příspěvky';
22 $a->strings['Check to delete this preset'] = 'Zaškrtnout pro smazání tohoto nastavení';
23 $a->strings['Save Settings'] = 'Uložit Nastavení';
24 $a->strings['Pump.io post failed. Queued for retry.'] = 'Zaslání příspěvku na Pump.io selhalo. Příspěvek byl zařazen do fronty pro opakované odeslání.';
25 $a->strings['Pump.io like failed. Queued for retry.'] = 'Zaslání příspěvku na Pump.io zřejmě selhalo. Příspěvek byl zařazen do fronty pro opakované odeslání.';
26 $a->strings['status'] = 'stav';
27 $a->strings['%1$s likes %2$s\'s %3$s'] = '%1$s se líbí %3$s %2$s';