Skip to content

Commit bc13403

Browse files
author
Till Brehm
committed
Merge branch '6816-fixed-language-file-for-slovak-language' into 'develop'
Resolve "Fixed language file for slovak language" Closes #6816 See merge request ispconfig/ispconfig3!1980
2 parents e0311ba + 824c344 commit bc13403

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed
Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
<?php
22
$wb['server_id_txt'] = 'Server';
3-
$wb['parent_domain_id_txt'] = 'Rodi?ovsk� webstr�nka';
4-
$wb['active_txt'] = 'Akt�vne';
3+
$wb['parent_domain_id_txt'] = 'Rodičovská webstránka';
4+
$wb['active_txt'] = 'Aktívne';
55
$wb['client_txt'] = 'Klient';
6-
$wb['run_min_txt'] = 'Min�ty';
6+
$wb['run_min_txt'] = 'Minúty';
77
$wb['run_hour_txt'] = 'Hodiny';
88
$wb['run_mday_txt'] = 'Dni v mesiaci';
99
$wb['run_month_txt'] = 'Mesiace';
10-
$wb['run_wday_txt'] = 'Dni v t��dni';
11-
$wb['command_txt'] = 'Pr�kaz na spustenie (pr�kazy s� vykon�van� pomocou sh, urls cez wget)';
12-
$wb['limit_cron_txt'] = 'Maxim�lny po?et povolen�ch cron pracovn�ch miest bolo dosiahnut�.';
13-
$wb['limit_cron_frequency_txt'] = 'Cron frekvencia prekra?uje povolen� limit.';
14-
$wb['run_min_error_format'] = 'Neplatn� form�t min�t.';
15-
$wb['run_hour_error_format'] = 'Neplatn� form�t hod�n.';
16-
$wb['run_mday_error_format'] = 'Neplatn� form�t pre dni v mesiaci.';
17-
$wb['run_month_error_format'] = 'Neplatn� form�t mesiaca.';
18-
$wb['run_wday_error_format'] = 'Neplatn� form�t pre dni v t��dni.';
19-
$wb['command_error_format'] = 'Neplatn� form�t pr�kazu. Upozor?ujeme, �e v pr�pade url volania iba http / https, s� povolen�.';
20-
$wb['unknown_fieldtype_error'] = 'Nezn�my druh pola bol pou�it�.';
21-
$wb['server_id_error_empty'] = 'The server ID is empty.';
22-
$wb['limit_cron_url_txt'] = 'URL cron only. Please enter a URL starting with https:// as cron command.';
23-
$wb['command_error_empty'] = 'Command is empty.';
24-
$wb['command_hint_txt'] = 'e.g. /var/www/clients/clientX/webY/myscript.sh or https://www.mydomain.com/path/script.php, you can use [web_root] placeholder that is replaced by /var/www/clients/clientX/webY/web.';
25-
$wb['log_output_txt'] = 'Log output';
26-
?>
10+
$wb['run_wday_txt'] = 'Dni v týždni';
11+
$wb['command_txt'] = 'Príkaz na spustenie (príkazy sú vykonávané pomocou sh, urls cez wget)';
12+
$wb['limit_cron_txt'] = 'Bol dosiahnutý maximálny počet povolených cron úloh.';
13+
$wb['limit_cron_frequency_txt'] = 'Frekvencia spustenia úlohy prekračuje povolený limit.';
14+
$wb['run_min_error_format'] = 'Neplatný formát minút.';
15+
$wb['run_hour_error_format'] = 'Neplatný formát hodín.';
16+
$wb['run_mday_error_format'] = 'Neplatný formát pre dni v mesiaci.';
17+
$wb['run_month_error_format'] = 'Neplatný formát mesiaca.';
18+
$wb['run_wday_error_format'] = 'Neplatný formát pre dni v týždni.';
19+
$wb['command_error_format'] = 'Neplatný formát príkazu. Upozorňujeme, že v prípade url volania sú povolené iba http / https.';
20+
$wb['unknown_fieldtype_error'] = 'Neznámy druh poľa v dotaze';
21+
$wb['server_id_error_empty'] = 'Nieje vyplnené ID servera.';
22+
$wb['limit_cron_url_txt'] = 'Vyžaduje sa úloha s URL. Prosím zadajte URL začínajúce s https:// ako cron príkaz.';
23+
$wb['command_error_empty'] = 'Nezadaný príkaz.';
24+
$wb['command_hint_txt'] = 'e.g. /var/www/clients/clientX/webY/myscript.sh alebo https://www.mydomain.com/path/script.php, môžete použiť [web_root] makro, ktoré bude nahradené s hodnotou /var/www/clients/clientX/webY/web.';
25+
$wb['log_output_txt'] = 'Zaznamenaj výstup do log súboru';
26+
?>

0 commit comments

Comments
 (0)