From 2cb1563f63386b35a69e460051aa9b4a2851d104 Mon Sep 17 00:00:00 2001 From: ftimme <ft@falkotimme.com> Date: Wed, 30 May 2012 07:30:44 -0400 Subject: [PATCH] - Added (clickable) placeholders to client messaging function. - Added check so that the client password isn't inserted into the message (for security reasons). --- interface/web/sites/lib/lang/hr_cron_list.lng | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/interface/web/sites/lib/lang/hr_cron_list.lng b/interface/web/sites/lib/lang/hr_cron_list.lng index 308024d..c0107df 100644 --- a/interface/web/sites/lib/lang/hr_cron_list.lng +++ b/interface/web/sites/lib/lang/hr_cron_list.lng @@ -1,13 +1,13 @@ <?php -$wb['list_head_txt'] = 'Cron Jobs'; -$wb['active_txt'] = 'Active'; +$wb['list_head_txt'] = 'Cron zadaci'; +$wb['active_txt'] = 'Aktivno'; $wb['server_id_txt'] = 'Server'; $wb['run_min_txt'] = 'Minute'; -$wb['run_hour_txt'] = 'Hour'; -$wb['run_mday_txt'] = 'Day of month'; -$wb['run_month_txt'] = 'Month'; -$wb['run_wday_txt'] = 'Day of week'; -$wb['command_txt'] = 'Command'; -$wb['add_new_cron_txt'] = 'Add new Cron job'; -$wb['parent_domain_id_txt'] = 'Website'; +$wb['run_hour_txt'] = 'Sati'; +$wb['run_mday_txt'] = 'Dan u mjesecu'; +$wb['run_month_txt'] = 'Mjesec'; +$wb['run_wday_txt'] = 'Dan u tjednu'; +$wb['command_txt'] = 'Komanda'; +$wb['add_new_cron_txt'] = 'Dodaj novi cron zadatak'; +$wb['parent_domain_id_txt'] = 'Web stranica'; ?> -- Gitblit v1.9.1