source: admin/WebConsole/idiomas/php/eng/comandos/mensajes_eng.php @ 744ecd6

918-git-images-111dconfigfileconfigure-oglivegit-imageslgromero-new-oglivemainmaint-cronmount-efivarfsmultivmmultivm-ogboot-installerogClonningEngineogboot-installer-jenkinsoglive-ipv6test-python-scriptsticket-301ticket-50ticket-50-oldticket-577ticket-585ticket-611ticket-612ticket-693ticket-700ubu24tplunification2use-local-agent-oglivevarios-instalacionwebconsole3
Last change on this file since 744ecd6 was bc87576, checked in by irina <irinagomez@…>, 8 years ago

#779 Consola web: Se incluye el comando 'Enviar mensaje' en los ficheros de idioma comando/mensaje_idioma.php.

git-svn-id: https://opengnsys.es/svn/branches/version1.1@5260 a21b9725-9963-47de-94b9-378ad31fedc9

  • Property mode set to 100644
File size: 1.3 KB
Line 
1<?php
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_EliminarImagenCache"]="Delete Cache Image";
14$TbMsg["COMMAND_EnviarMensaje"]="Enviar Mensaje";
15$TbMsg["COMMAND_IniciarSesion"]="Init Session";
16$TbMsg["COMMAND_InventarioHardware"]="Hardware Inventory";
17$TbMsg["COMMAND_InventarioSoftware"]="Software Inventory";
18$TbMsg["COMMAND_Reiniciar"]="Reboot";
19$TbMsg["COMMAND_RestaurarImagen"]="Restore Image";
20$TbMsg["COMMAND_EliminarImagenCache"]="Delete Cache Image";
21$TbMsg["COMMAND_CrearImagenBasica"]="Create Basic Image";
22$TbMsg["COMMAND_RestaurarImagenBasica"]="Restore Basic Image";
23$TbMsg["COMMAND_CrearSoftIncremental"]="Create Incremental Software";
24$TbMsg["COMMAND_RestaurarSoftIncremental"]="Restore Incremental Software";
25$TbMsg["WIZARD_Asistente Particionado"]="Partitioning";
26$TbMsg["WIZARD_Asistente Clonacion Particiones Remotas"]="Clone Remote Partitions ";
27$TbMsg["WIZARD_Asistente \"Deploy\" de Imagenes"]="Deploy image";
28?>
29
Note: See TracBrowser for help on using the repository browser.