1 | <? |
---|
2 | //________________________________________________________________________________________________________ |
---|
3 | // |
---|
4 | // Fichero de idiomas php: m_iconos_eng.php ( |
---|
5 | // Idioma: Ingles |
---|
6 | //________________________________________________________________________________________________________ |
---|
7 | $TbMsg=array(); |
---|
8 | $TbMsg["ERROR_SELECT"]='Failed to open table: Icons'; |
---|
9 | $TbMsg["TITLE"]='Icons'; |
---|
10 | $TbMsg["TABLE_TITLE"]='____ Data Icons ____'; |
---|
11 | $TbMsg["TYPE_WEB"]='Web icons'; |
---|
12 | $TbMsg["TYPE_ITEMS"]='Items icons'; |
---|
13 | $TbMsg["TYPE_MENU"]='menu background'; |
---|
14 | $TbMsg["SELECT_WEB"]='1=web icons'; |
---|
15 | $TbMsg["SELECT_ITEMS"]='2=items icons'; |
---|
16 | $TbMsg["SELECT_MENU"]='3=menu background'; |
---|
17 | $TbMsg["MSG_SIZE_FILE"]='The file size does not correspond to the allowed limits, must be greater than 0 and less than 100 KBi'; |
---|
18 | $TbMsg["SUCCESS_SEND"]='It has sent the file icon to the web server correctly'; |
---|
19 | $TbMsg["SUCCESS_UPDATE"]='Replaced the icon file correctly in web server'; |
---|
20 | $TbMsg["SUCCESS_DELETE"]='Removed the file icon to the web server correctly'; |
---|
21 | $TbMsg["TYPE"]='Type'; |
---|
22 | $TbMsg["DESCRIP"]='Description'; |
---|
23 | $TbMsg["NAME"]='Name'; |
---|
24 | $TbMsg["ICON"]='Icon'; |
---|
25 | $TbMsg["REPLACE"]='Replace File'; |
---|
26 | |
---|
27 | // Los siguientes nombres de atributos son variables de la página |
---|
28 | // The following attribute names are variables of the page |
---|
29 | $TbMsg["INSERTAR"]='INSERT'; |
---|
30 | $TbMsg["CONSULTAR"]='CONSULT'; |
---|
31 | $TbMsg["MODIFICAR"]='MODIFY'; |
---|
32 | $TbMsg["ELIMINAR"]='DELETE'; |
---|
33 | |
---|
34 | // Parte izquierda de la página |
---|
35 | $TbMsg["SEARCH_OPT"]='____ Search options ____'; |
---|
36 | $TbMsg["SEARCH_RESULT"]='Found register: '; |
---|
37 | $TbMsg["MENU_CONS"]='Consult'; |
---|
38 | $TbMsg["MENU_REPLACE"]='Replace'; |
---|
39 | $TbMsg["MENU_DEL"]='Delete'; |
---|
40 | // Los atributos son las descripciones de los iconos en la BD |
---|
41 | //Attributes are the icon descriptions in the database |
---|
42 | $TbMsg["Cámara web"]='Webcam'; |
---|
43 | $TbMsg["Controladores IDE"]='IDE drivers'; |
---|
44 | $TbMsg["Dispositivos de audio"]='Audio devices'; |
---|
45 | $TbMsg["Lectoras y grabadoras de DVD"]='Readers and DVD recorders'; |
---|
46 | $TbMsg["Mi icono usb"]='Usb devices'; |
---|
47 | $TbMsg["Placas base"]='Motherboards'; |
---|
48 | $TbMsg["Tarjeta de Red"]='Red Card'; |
---|
49 | $TbMsg["Tarjeta de sonido"]='Sound Card'; |
---|
50 | $TbMsg["Tarjeta gráfica"]='Graphic card'; |
---|
51 | $TbMsg["Logo General de Linux"]='General Linux Logo'; |
---|
52 | $TbMsg["Logo Windows XP"]='Windows XP Logo'; |
---|
53 | $TbMsg["Ordenador apagado"]='Computer off'; |
---|
54 | $TbMsg["Ordenador encendido"]='Computer on'; |
---|
55 | $TbMsg["Particionar"]='partitioning'; |
---|
56 | |
---|
57 | |
---|
58 | |
---|
59 | |
---|
60 | ?> |
---|
61 | |
---|