From a6f6b63552a4e91818249b6a5331fbc4e9d96974 Mon Sep 17 00:00:00 2001 From: Till Brehm <tbrehm@ispconfig.org> Date: Sun, 26 Apr 2015 15:05:49 -0400 Subject: [PATCH] Allow larger ID's in module changer. --- interface/web/sites/lib/lang/cz_database_list.lng | 20 +++++++++++--------- 1 files changed, 11 insertions(+), 9 deletions(-) diff --git a/interface/web/sites/lib/lang/cz_database_list.lng b/interface/web/sites/lib/lang/cz_database_list.lng index be08988..62bfe77 100644 --- a/interface/web/sites/lib/lang/cz_database_list.lng +++ b/interface/web/sites/lib/lang/cz_database_list.lng @@ -1,9 +1,11 @@ -<?php -$wb["list_head_txt"] = 'Databáze'; -$wb["active_txt"] = 'Aktivní'; -$wb["remote_access_txt"] = 'Vzdálený přístup'; -$wb["server_id_txt"] = 'Server'; -$wb["database_user_txt"] = 'Uživatel databáze'; -$wb["database_name_txt"] = 'Název databáze'; -$wb["add_new_record_txt"] = 'Přidat databázi'; -?> +<?php +$wb['list_head_txt'] = 'Databáze'; +$wb['active_txt'] = 'Aktivní'; +$wb['remote_access_txt'] = 'Vzdálený přístup'; +$wb['server_id_txt'] = 'Server'; +$wb['database_user_txt'] = 'Uživatel databáze'; +$wb['database_name_txt'] = 'Název databáze'; +$wb['add_new_record_txt'] = 'Přidat databázi'; +$wb['parent_domain_id_txt'] = 'Webové stránky'; +?> + -- Gitblit v1.9.1