source: admin/WebConsole/idiomas/php/eng/comandos/mensajes_eng.php @ 51c2318

Last change on this file since 51c2318 was 91aaf03, checked in by ramon <ramongomez@…>, 13 years ago

Versión 1.0.3, #499: Integrar versión 1.0.3 en rama principal.

git-svn-id: https://opengnsys.es/svn/trunk@2695 a21b9725-9963-47de-94b9-378ad31fedc9

  • Property mode set to 100644
File size: 907 bytes
Line 
1<?
2//________________________________________________________
3//
4//      Fichero de idiomas php: comandos/mensajes_eng.php
5//      Idioma: English
6//________________________________________________________
7if (empty ($TbMsg)) $TbMsg=Array();
8$TbMsg["COMMAND_Apagar"]="Power-Off";
9$TbMsg["COMMAND_Arrancar"]="Boot";
10$TbMsg["COMMAND_Configurar"]="Configure";
11$TbMsg["COMMAND_CrearImagen"]="Make Image";
12$TbMsg["COMMAND_EjecutarScript"]="Execute Script";
13$TbMsg["COMMAND_IniciarSesion"]="Init Session";
14$TbMsg["COMMAND_InventarioHardware"]="Hardware Inventory";
15$TbMsg["COMMAND_InventarioSoftware"]="Software Inventory";
16$TbMsg["COMMAND_Reiniciar"]="Reboot";
17$TbMsg["COMMAND_RestaurarImagen"]="Restore Image";
18$TbMsg["WIZARD_Asistente Particionado"]="Partition";
19$TbMsg["WIZARD_Asistente Clonacion Particiones Remotas"]="Clone Remote Partitions ";
20$TbMsg["WIZARD_Asistente \"Deploy\" de Imagenes"]="Deploy image";
21?>
22
Note: See TracBrowser for help on using the repository browser.