diff options
Diffstat (limited to 'admin/WebConsole/idiomas/php/eng/comandos/crearsoftincremental_eng.php')
-rw-r--r-- | admin/WebConsole/idiomas/php/eng/comandos/crearsoftincremental_eng.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/admin/WebConsole/idiomas/php/eng/comandos/crearsoftincremental_eng.php b/admin/WebConsole/idiomas/php/eng/comandos/crearsoftincremental_eng.php index a26a34f4..d9a3ccce 100644 --- a/admin/WebConsole/idiomas/php/eng/comandos/crearsoftincremental_eng.php +++ b/admin/WebConsole/idiomas/php/eng/comandos/crearsoftincremental_eng.php @@ -4,15 +4,15 @@ // Php language file: crearsoftincremental_eng.php (Comandos) // Language: English //________________________________________________________________________________________________________ - $TbMsg=array(); - $TbMsg[0]='Generation of incremental image <br> (experimental)'; + if (empty($TbMsg)) $TbMsg=array(); + $TbMsg[0]='Generation of incremental image <br> (experimental)'; $TbMsg[1]='Computer features'; $TbMsg[2]='Name'; $TbMsg[3]='IP Address'; $TbMsg[4]='MAC Address'; $TbMsg[5]='Hardware profile'; $TbMsg[6]='Data to supply'; - $TbMsg[7]='Disco'; + $TbMsg[7]='Disk'; $TbMsg[8]='Par'; $TbMsg[9]='OS name'; $TbMsg[10]='Incremental image / Repository'; @@ -20,5 +20,5 @@ $TbMsg[12]='Incremental software'; $TbMsg[13]='Delete Incremental previously'; $TbMsg[14]='Copy Incremental to cache'; - $TbMsg[15]='Delete Incremental previously from cache'; - $TbMsg[16]='Do not delete files from target'; + $TbMsg[15]='Deleting Incremental previously from cache'; + $TbMsg[16]='Do not delete files from target'; |