blob: 60287b6be47518aaebc3439a038691a9c1400f27 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?php
//______________________________________________
//
// Fichero de idiomas php: estados_esp.php
// Idioma: Español
//______________________________________________
$TbMsg=array();
$TbMsg["STATUS_BSY"]="Ocupado";
$TbMsg["STATUS_INI"]="Iniciando";
$TbMsg["STATUS_OFF"]="Apagado";
$TbMsg["STATUS_OPG"]="OpenGnSys";
$TbMsg["STATUS_LNX"]="GNU/Linux";
$TbMsg["STATUS_WXP"]="Windows";
?>
|