source: admin/WebConsole/idiomas/php/esp/estados_esp.php @ 20324f2

Last change on this file since 20324f2 was d0df50b6, checked in by ramon <ramongomez@…>, 13 years ago

Versión 1.0.4, #531: Integrar versión 1.0.4 en rama principal.

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

  • Property mode set to 100644
File size: 410 bytes
Line 
1<?php
2//______________________________________________
3//
4//      Fichero de idiomas php: estados_esp.php
5//      Idioma: Español
6//______________________________________________
7
8if (empty ($TbMsg)) $TbMsg=array();
9$TbMsg["STATUS_BSY"]="Ocupado";
10$TbMsg["STATUS_INI"]="Iniciando";
11$TbMsg["STATUS_OFF"]="Apagado";
12$TbMsg["STATUS_OPG"]="OpenGnSys";
13$TbMsg["STATUS_LNX"]="GNU/Linux";
14$TbMsg["STATUS_WXP"]="Windows";
15?>
16
Note: See TracBrowser for help on using the repository browser.