From e21ba7a4e5d782bb5a0cc5307eba7fe168160f14 Mon Sep 17 00:00:00 2001 From: Till Brehm <tbrehm@ispconfig.org> Date: Fri, 25 Apr 2014 09:28:51 -0400 Subject: [PATCH] Fixed: FS#3456 - Dashboard Style still broken after Update to 3.0.5 // Patch 3053_dashboard does not work --- interface/web/tools/lib/lang/cz_usersettings.lng | 21 ++++++++++++--------- 1 files changed, 12 insertions(+), 9 deletions(-) diff --git a/interface/web/tools/lib/lang/cz_usersettings.lng b/interface/web/tools/lib/lang/cz_usersettings.lng index fee48aa..dec46b7 100644 --- a/interface/web/tools/lib/lang/cz_usersettings.lng +++ b/interface/web/tools/lib/lang/cz_usersettings.lng @@ -1,9 +1,12 @@ -<?php -$wb["passwort_txt"] = 'Heslo'; -$wb["password_strength_txt"] = 'Bezpečnost hesla'; -$wb["language_txt"] = 'Jazyk'; -$wb["password_mismatch"] = 'Hesla se neshodují.'; -$wb["Form to edit the user password and language."] = 'Úprava uživatelského hesla a jazyka rozhraní.'; -$wb["Settings"] = 'Nastavení'; -?> - +<?php +$wb['passwort_txt'] = 'Heslo'; +$wb['password_strength_txt'] = 'Bezpečnost hesla'; +$wb['language_txt'] = 'Jazyk'; +$wb['password_mismatch'] = 'Hesla se neshodují.'; +$wb['Form to edit the user password and language.'] = 'Úprava uživatelského hesla a jazyka rozhraní.'; +$wb['Settings'] = 'Nastavení'; +$wb['generate_password_txt'] = 'Generovat heslo'; +$wb['repeat_password_txt'] = 'Opakujte heslo'; +$wb['password_mismatch_txt'] = 'Hesla se neshodují.'; +$wb['password_match_txt'] = 'Hesla se shodují.'; +?> -- Gitblit v1.9.1