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

918-git-images-111dconfigure-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-instalacion
Last change on this file since 4830878 was beebc19, checked in by Irina Gomez <irinagomez@…>, 7 years ago

#842 Consola: se revisan todos los ficheros de idioma en inglés.

  • Property mode set to 100644
File size: 1.3 KB
Line 
1<?php
2//________________________________________________________
3//
4//      Php language file: comandos/mensajes_eng.php
5//      Language: English
6//________________________________________________________
7if (empty ($TbMsg)) $TbMsg=Array();
8$TbMsg["COMMAND_Apagar"]="Power-Off";
9$TbMsg["COMMAND_Arrancar"]="Boot";
10$TbMsg["COMMAND_Configurar"]="Partition and format";
11$TbMsg["COMMAND_CrearImagen"]="Create Image";
12$TbMsg["COMMAND_EjecutarScript"]="Run Script";
13$TbMsg["COMMAND_EliminarImagenCache"]="Delete Image from Cache";
14$TbMsg["COMMAND_EnviarMensaje"]="Send Message";
15$TbMsg["COMMAND_IniciarSesion"]="Login 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 image from Cache";
21$TbMsg["COMMAND_CrearImagenBasica"]="Create Basic Image";
22$TbMsg["COMMAND_RestaurarImagenBasica"]="Restore Basic Image";
23$TbMsg["COMMAND_CrearSoftIncremental"]="Create Incremental Image";
24$TbMsg["COMMAND_RestaurarSoftIncremental"]="Restore Incremental Image";
25$TbMsg["WIZARD_Asistente Particionado"]="Partition Wizard";
26$TbMsg["WIZARD_Asistente Clonacion Particiones Remotas"]="Remote Partitions Cloning Wizard ";
27$TbMsg["WIZARD_Asistente \"Deploy\" de Imagenes"]="Image Deploy Wizard";
Note: See TracBrowser for help on using the repository browser.