diff options
author | ramon <ramongomez@us.es> | 2013-05-21 11:36:23 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2013-05-21 11:36:23 +0000 |
commit | b2651a63576eec414f755325b90b340a9515aeff (patch) | |
tree | 0fd7938110052ef742b894cad4b65dcd966db930 /admin/WebConsole/idiomas/php/eng/configuraciones_eng.php | |
parent | 40bba645f322485d9135abe8f6d3cd04c915cf26 (diff) |
#601: Integrar código del ticket:601 en rama de desarrollo.
git-svn-id: https://opengnsys.es/svn/branches/version1.0@3807 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'admin/WebConsole/idiomas/php/eng/configuraciones_eng.php')
-rw-r--r-- | admin/WebConsole/idiomas/php/eng/configuraciones_eng.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/WebConsole/idiomas/php/eng/configuraciones_eng.php b/admin/WebConsole/idiomas/php/eng/configuraciones_eng.php index 8b513ad9..bcd5f536 100644 --- a/admin/WebConsole/idiomas/php/eng/configuraciones_eng.php +++ b/admin/WebConsole/idiomas/php/eng/configuraciones_eng.php @@ -4,7 +4,7 @@ // Php language file: configuraciones_eng.php // Language: English //_________________________________________________ -$TbMsg=array(); +if (empty ($TbMsg)) $TbMsg=array(); $TbMsg[0]='Configurations'; $TbMsg[1]='Scope'; $TbMsg[2]="Labs"; @@ -55,7 +55,7 @@ $TbMsg[41]='Generate OG Instruction'; $TbMsg["CONFIG_PARTTABLE"='Partition table'; $TbMsg[42]='Variable'; -$TbMsg[43]='No configuration: client does not connect to server.'; +$TbMsg["CONFIG_NOCONFIG"]='No configuration: client does not connect to server.'; $TbMsg[44]='Hardware equipment without profile'; $TbMsg[45]='Add Profile to obtain data'; $TbMsg[495]='Content cache'; |