From 0d959969f5fb6c2ccbbbd6dc458f0369020004b9 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Mon, 19 Jul 2010 08:01:06 -0400
Subject: [PATCH] Merged all language files.

---
 interface/web/sites/lib/lang/cz_cron_list.lng |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/interface/web/sites/lib/lang/cz_cron_list.lng b/interface/web/sites/lib/lang/cz_cron_list.lng
index a35cafb..fc56d28 100644
--- a/interface/web/sites/lib/lang/cz_cron_list.lng
+++ b/interface/web/sites/lib/lang/cz_cron_list.lng
@@ -1,12 +1,12 @@
-<?php
-$wb["list_head_txt"] = 'Cron úlohy';
-$wb["active_txt"] = 'Aktivní';
-$wb["server_id_txt"] = 'Server';
-$wb["run_min_txt"] = 'Minuta';
-$wb["run_hour_txt"] = 'Hodina';
-$wb["run_mday_txt"] = 'Dny měsíce';
-$wb["run_month_txt"] = 'Měsíce';
-$wb["run_wday_txt"] = 'Dny týdne';
-$wb["command_txt"] = 'Příkaz';
-$wb["add_new_cron_txt"] = 'Přidat novou cron úlohu';
-?>
+<?php
+$wb['list_head_txt'] = 'Cron úlohy';
+$wb['active_txt'] = 'Aktivní';
+$wb['server_id_txt'] = 'Server';
+$wb['run_min_txt'] = 'Minuta';
+$wb['run_hour_txt'] = 'Hodina';
+$wb['run_mday_txt'] = 'Dny měsíce';
+$wb['run_month_txt'] = 'Měsíce';
+$wb['run_wday_txt'] = 'Dny týdne';
+$wb['command_txt'] = 'Příkaz';
+$wb['add_new_cron_txt'] = 'Přidat novou cron úlohu';
+?>

--
Gitblit v1.9.1