]> git.mxchange.org Git - friendica-addons.git/blob - xmpp/lang/cs/strings.php
regenerated all the strings
[friendica-addons.git] / xmpp / 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['XMPP settings updated.'] = 'Nastavení XMPP aktualizována';
9 $a->strings['XMPP-Chat (Jabber)'] = 'XMPP-Chat (Jabber)';
10 $a->strings['Enable Webchat'] = 'Povolit Webchat';
11 $a->strings['Individual Credentials'] = 'Jednotlivé kredenciály';
12 $a->strings['Jabber BOSH host'] = 'BOSH host Jabber';
13 $a->strings['Save Settings'] = 'Uložit nastavení';
14 $a->strings['Use central userbase'] = 'Použít centrální uživatelskou základnu';
15 $a->strings['If enabled, users will automatically login to an ejabberd server that has to be installed on this machine with synchronized credentials via the "auth_ejabberd.php" script.'] = 'Pokud tuto funkci povolíte, uživatelé budou automaticky přihlášeni na server ejabberd, který musí být nainstalovaný na tomto serveru se synchronizovanými kredenciálami přes skript "auth_ejabberd.php".';
16 $a->strings['Settings updated.'] = 'Nastavení aktualizována';