From f99b37f56dad8e3a1f844f8d3b33ee1ba4b86d62 Mon Sep 17 00:00:00 2001 From: latham <latham@ispconfig3> Date: Wed, 25 May 2011 19:11:40 -0400 Subject: [PATCH] the altertable for the groups --- interface/web/admin/lib/lang/cz_language_import.lng | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/interface/web/admin/lib/lang/cz_language_import.lng b/interface/web/admin/lib/lang/cz_language_import.lng index 3fda69d..f93524d 100644 --- a/interface/web/admin/lib/lang/cz_language_import.lng +++ b/interface/web/admin/lib/lang/cz_language_import.lng @@ -1,8 +1,8 @@ -<?php -$wb["list_head_txt"] = 'Importovat jazykový soubor'; -$wb["language_import_txt"] = 'Vybrat jazykový soubor'; -$wb['btn_save_txt'] = 'Importovat vybraný jazykový soubor'; -$wb["language_overwrite_txt"] = 'Přepsat soubor, pokud existuje.'; -$wb['btn_cancel_txt'] = 'Zpět'; -$wb['ignore_version_txt'] = 'Přeskočit kontrolu verze ISPConfigu'; -?> +<?php +$wb['list_head_txt'] = 'Importovat jazykový soubor'; +$wb['language_import_txt'] = 'Vybrat jazykový soubor'; +$wb['btn_save_txt'] = 'Importovat vybraný jazykový soubor'; +$wb['language_overwrite_txt'] = 'Přepsat soubor, pokud existuje.'; +$wb['btn_cancel_txt'] = 'Zpět'; +$wb['ignore_version_txt'] = 'Přeskočit kontrolu verze ISPConfigu'; +?> -- Gitblit v1.9.1