diff options
Diffstat (limited to 'admin/WebConsole/idiomas/php/eng/comandos/eliminarimagenrepo_eng.php')
-rw-r--r-- | admin/WebConsole/idiomas/php/eng/comandos/eliminarimagenrepo_eng.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/admin/WebConsole/idiomas/php/eng/comandos/eliminarimagenrepo_eng.php b/admin/WebConsole/idiomas/php/eng/comandos/eliminarimagenrepo_eng.php index 8582fc92..3259b608 100644 --- a/admin/WebConsole/idiomas/php/eng/comandos/eliminarimagenrepo_eng.php +++ b/admin/WebConsole/idiomas/php/eng/comandos/eliminarimagenrepo_eng.php @@ -4,19 +4,19 @@ // Php language file: eliminarimagenrepositorio_eng.php (Comandos) // Language: English //________________________________________________________________________________________________________ - $TbMsg=array(); + if (empty($TbMsg)) $TbMsg=array(); $TbMsg[0]='Image creation'; $TbMsg[1]='Computer features'; $TbMsg[2]='Name'; $TbMsg[3]='IP Address'; $TbMsg[4]='MAC Address'; - $TbMsg[5]='Delete Image from Repository'; + $TbMsg[5]='Deleting Image from Repository'; $TbMsg[6]='Data to supply'; $TbMsg[7]='Available Images'; $TbMsg[8]='Par'; $TbMsg[9]='OS name'; $TbMsg[10]='----------- Image name -----------'; - $TbMsg[11]='NÂș'; + $TbMsg[11]='No.'; $TbMsg[12]='Mark'; $TbMsg[13]='Size'; $TbMsg[14]='Locked Image'; @@ -31,11 +31,11 @@ $TbMsg[23]='Version Limitations 1.5'; $TbMsg[24]='Deleting Image is allowed if Repository and Web server are hosted on the same server'; $TbMsg[25]='NOT Created'; - $TbMsg[26]='Delete Image object'; + $TbMsg[26]='Deleting Image object'; $TbMsg[27]='Type'; $TbMsg[28]='View Full Repository'; $TbMsg[29]='View Organizational Unit'; $TbMsg[30]='Organizational Unit'; $TbMsg[31]='Archive'; $TbMsg[32]='Directory'; - $TbMsg[33]='WARNING: Image is hosted in a directory that does not match with the organizational unit.' + $TbMsg[33]='WARNING: Image is hosted in a directory that does not match with the organizational unit.'; |