From 9539ceb4aed94566529d952392c26aef3dfc92fd Mon Sep 17 00:00:00 2001
From: filip <filip@ispconfig3>
Date: Fri, 08 Oct 2010 06:36:21 -0400
Subject: [PATCH] Add translations of values in select boxes (first, in customer modules) Updated english languages files Updated czech languages files
---
interface/web/sites/form/web_subdomain.tform.php | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/interface/web/sites/form/web_subdomain.tform.php b/interface/web/sites/form/web_subdomain.tform.php
index f81ee8d..a398fc1 100644
--- a/interface/web/sites/form/web_subdomain.tform.php
+++ b/interface/web/sites/form/web_subdomain.tform.php
@@ -106,7 +106,7 @@
'datatype' => 'VARCHAR',
'formtype' => 'SELECT',
'default' => 'y',
- 'value' => array('' => 'No redirect', 'no' => 'No flag', 'R' => 'R', 'L' => 'L', 'R,L' => 'R,L')
+ 'value' => array('' => 'no_redirect_txt', 'no' => 'no_flag_txt', 'R' => 'R', 'L' => 'L', 'R,L' => 'R,L')
),
'redirect_path' => array (
'datatype' => 'VARCHAR',
@@ -133,4 +133,4 @@
);
-?>
\ No newline at end of file
+?>
--
Gitblit v1.9.1