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
Rev | Line | |
---|
[c65587c] | 1 | <?php |
---|
| 2 | //______________________________________________ |
---|
| 3 | // |
---|
| 4 | // Fichero de idiomas php: estados_esp.php |
---|
| 5 | // Idioma: Español |
---|
| 6 | //______________________________________________ |
---|
| 7 | |
---|
[e7625e0] | 8 | if (empty ($TbMsg)) $TbMsg=array(); |
---|
[c65587c] | 9 | $TbMsg["STATUS_BSY"]="Ocupado"; |
---|
| 10 | $TbMsg["STATUS_INI"]="Iniciando"; |
---|
| 11 | $TbMsg["STATUS_OFF"]="Apagado"; |
---|
[7b7d79c] | 12 | $TbMsg["STATUS_OPG"]="OpenGnsys"; |
---|
[c65587c] | 13 | $TbMsg["STATUS_LNX"]="GNU/Linux"; |
---|
| 14 | $TbMsg["STATUS_WXP"]="Windows"; |
---|
[7b7d79c] | 15 | // Estados nuevo agente OGAgent. |
---|
| 16 | $TbMsg["STATUS_LNXS"]="Sesión GNU/Linux"; |
---|
[ec529cc] | 17 | $TbMsg["STATUS_OSX"]="macOS"; |
---|
[7b7d79c] | 18 | $TbMsg["STATUS_WIN"]="Windows"; |
---|
| 19 | $TbMsg["STATUS_WINS"]="Sesión Windows"; |
---|
[c65587c] | 20 | ?> |
---|
| 21 | |
---|
Note: See
TracBrowser
for help on using the repository browser.