diff options
Diffstat (limited to 'admin/WebConsole/idiomas/php/eng/comandos/restaurarimagen_eng.php')
-rw-r--r-- | admin/WebConsole/idiomas/php/eng/comandos/restaurarimagen_eng.php | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/admin/WebConsole/idiomas/php/eng/comandos/restaurarimagen_eng.php b/admin/WebConsole/idiomas/php/eng/comandos/restaurarimagen_eng.php new file mode 100644 index 00000000..b7633d09 --- /dev/null +++ b/admin/WebConsole/idiomas/php/eng/comandos/restaurarimagen_eng.php @@ -0,0 +1,21 @@ +<? +//________________________________________________________________________________________________________ +// +// Fichero de idiomas php: restaurarimagen_eng.php (Comandos) +// Idioma: Ingés +//________________________________________________________________________________________________________ + $TbMsg=array(); + $TbMsg[0]='Centers'; + $TbMsg[1]='Group of labs'; + $TbMsg[2]='Labs'; + $TbMsg[3]='Group of computers'; + $TbMsg[4]='Computers'; + $TbMsg[5]='Restore Image'; + $TbMsg[6]='Environment'; + $TbMsg[7]='Data to provide'; + $TbMsg[8]='System name'; + $TbMsg[9]='Image to restore'; + $TbMsg[10]='Restore (Same partition type)'; + $TbMsg[11]='Restore (Others partition type)'; + +?>
\ No newline at end of file |