Skip to content
Snippets Groups Projects
Commit bc13403a authored by Till Brehm's avatar Till Brehm
Browse files

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
parents e0311ba2 824c344d
No related branches found
No related tags found
2 merge requests!1985Merge develop into postgres branch,!1980Resolve "Fixed language file for slovak language"
Pipeline #15590 passed
<?php <?php
$wb['server_id_txt'] = 'Server'; $wb['server_id_txt'] = 'Server';
$wb['parent_domain_id_txt'] = 'Rodi?ovsk webstrnka'; $wb['parent_domain_id_txt'] = 'Rodičovská webstránka';
$wb['active_txt'] = 'Aktvne'; $wb['active_txt'] = 'Aktívne';
$wb['client_txt'] = 'Klient'; $wb['client_txt'] = 'Klient';
$wb['run_min_txt'] = 'Minty'; $wb['run_min_txt'] = 'Minúty';
$wb['run_hour_txt'] = 'Hodiny'; $wb['run_hour_txt'] = 'Hodiny';
$wb['run_mday_txt'] = 'Dni v mesiaci'; $wb['run_mday_txt'] = 'Dni v mesiaci';
$wb['run_month_txt'] = 'Mesiace'; $wb['run_month_txt'] = 'Mesiace';
$wb['run_wday_txt'] = 'Dni v t��dni'; $wb['run_wday_txt'] = 'Dni v týždni';
$wb['command_txt'] = 'Prkaz na spustenie (prkazy s vykonvan pomocou sh, urls cez wget)'; $wb['command_txt'] = 'Príkaz na spustenie (príkazy sú vykonávané pomocou sh, urls cez wget)';
$wb['limit_cron_txt'] = 'Maximlny po?et povolench cron pracovn�ch miest bolo dosiahnut�.'; $wb['limit_cron_txt'] = 'Bol dosiahnutý maximálny počet povolených cron úloh.';
$wb['limit_cron_frequency_txt'] = 'Cron frekvencia prekra?uje povolen limit.'; $wb['limit_cron_frequency_txt'] = 'Frekvencia spustenia úlohy prekračuje povolený limit.';
$wb['run_min_error_format'] = 'Neplatn formt mint.'; $wb['run_min_error_format'] = 'Neplatný formát minút.';
$wb['run_hour_error_format'] = 'Neplatn formt hodn.'; $wb['run_hour_error_format'] = 'Neplatný formát hodín.';
$wb['run_mday_error_format'] = 'Neplatn formt pre dni v mesiaci.'; $wb['run_mday_error_format'] = 'Neplatný formát pre dni v mesiaci.';
$wb['run_month_error_format'] = 'Neplatn formt mesiaca.'; $wb['run_month_error_format'] = 'Neplatný formát mesiaca.';
$wb['run_wday_error_format'] = 'Neplatn formt pre dni v t��dni.'; $wb['run_wday_error_format'] = 'Neplatný formát pre dni v týždni.';
$wb['command_error_format'] = 'Neplatn formt prkazu. Upozor?ujeme, e v prpade url volania iba http / https, s� povolen�.'; $wb['command_error_format'] = 'Neplatný formát príkazu. Upozorňujeme, že v prípade url volania sú povolené iba http / https.';
$wb['unknown_fieldtype_error'] = 'Neznmy druh pola bol pou�it�.'; $wb['unknown_fieldtype_error'] = 'Neznámy druh poľa v dotaze';
$wb['server_id_error_empty'] = 'The server ID is empty.'; $wb['server_id_error_empty'] = 'Nieje vyplnené ID servera.';
$wb['limit_cron_url_txt'] = 'URL cron only. Please enter a URL starting with https:// as cron command.'; $wb['limit_cron_url_txt'] = 'Vyžaduje sa úloha s URL. Prosím zadajte URL začínajúce s https:// ako cron príkaz.';
$wb['command_error_empty'] = 'Command is empty.'; $wb['command_error_empty'] = 'Nezadaný príkaz.';
$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.'; $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.';
$wb['log_output_txt'] = 'Log output'; $wb['log_output_txt'] = 'Zaznamenaj výstup do log súboru';
?> ?>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment