source: admin/WebConsole/idiomas/php/esp/iconos_esp.php @ 9831706

configure-oglivelgromero-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 9831706 was b6ec162, checked in by Ramón M. Gómez <ramongomez@…>, 6 years ago

#834: Remove all redundant PHP closing tags.

  • Property mode set to 100644
File size: 2.6 KB
Line 
1<?php
2//________________________________________________________________________________________________________
3//
4//      Fichero de idiomas php: m_iconos_esp.php (
5//      Idioma: Español
6//________________________________________________________________________________________________________
7// Parte derecha de la página
8        $TbMsg=array();
9        $TbMsg["ERROR_SELECT"]='Fallo al abrir la tabla: Iconos';
10
11        $TbMsg["TITLE"]='Iconos';
12        $TbMsg["TABLE_TITLE"]='____ Datos de Iconos ____';
13        $TbMsg["TYPE_WEB"]='Iconos web';
14        $TbMsg["TYPE_ITEMS"]='Iconos items';
15        $TbMsg["TYPE_MENU"]='Fondo menu';
16        $TbMsg["SELECT_WEB"]='1=iconos web';
17        $TbMsg["SELECT_ITEMS"]='2=iconos items';
18        $TbMsg["SELECT_MENU"]='3=fondo menu';
19        $TbMsg["MSG_SIZE_FILE"]='El tamaño del archivo no corresponde con los límites permitidos, debe ser mayor  que 0 y menor de 100 KB';
20        $TbMsg["SUCCESS_SEND"]='Se ha enviado al servidor web el fichero de Icono, correctamente';
21        $TbMsg["SUCCESS_UPDATE"]='Se ha sustituido del servidor web el fichero de Icono, correctamente';
22        $TbMsg["SUCCESS_DELETE"]='Se ha eliminado del servidor web el fichero de Icono, correctamente';
23        $TbMsg["TYPE"]='Tipo';
24        $TbMsg["DESCRIP"]='Descripci&oacute;n';
25        $TbMsg["NAME"]='Nombre';       
26        $TbMsg["ICON"]='Icono';
27        $TbMsg["REPLACE"]='Sustituir Fichero';
28
29        // Los siguientes nombres de atributos son variables de  la página
30        $TbMsg["INSERTAR"]='INSERTAR';
31        $TbMsg["CONSULTAR"]='CONSULTAR';
32        $TbMsg["MODIFICAR"]='MODIFICAR';
33        $TbMsg["ELIMINAR"]='ELIMINAR';
34
35// Parte izquierda de la página
36        $TbMsg["SEARCH_OPT"]='____ Opciones de b&uacute;squeda ____';
37        $TbMsg["SEARCH_RESULT"]='Registros encontrados : ';
38        $TbMsg["MENU_CONS"]='Consultar';
39        $TbMsg["MENU_REPLACE"]='Modificar';
40        $TbMsg["MENU_DEL"]='Eliminar';
41        // Los atributos son las descripciones de los iconos en la BD
42        $TbMsg["Cámara web"]='Cámara web';
43        $TbMsg["Controladores IDE"]='Controladores IDE ';
44        $TbMsg["Dispositivos de audio"]='Dispositivos de audio';
45        $TbMsg["Lectoras y grabadoras de DVD"]='Lectoras y grabadoras de DVD';
46        $TbMsg["Mi icono usb"]='Mi icono usb';
47        $TbMsg["Placas base"]=' Placas base';
48        $TbMsg["Tarjeta de Red"]='Tarjeta de Red';
49        $TbMsg["Tarjeta de sonido"]='Tarjeta de sonido';
50        $TbMsg["Tarjeta gráfica"]='Tarjeta gráfica';
51        $TbMsg["Logo General de Linux"]='Logo General de Linux';
52        $TbMsg["Logo Windows XP"]='Logo Windows XP';
53        $TbMsg["Ordenador apagado"]='Ordenador apagado';
54        $TbMsg["Ordenador encendido"]='Ordenador encendido';
55        $TbMsg["Particionar"]='Particionar';
56       
57
58
59
Note: See TracBrowser for help on using the repository browser.