source: admin/WebConsole/idiomas/php/eng/iconos_eng.php @ a89da3d

Last change on this file since a89da3d was beebc19, checked in by Irina Gomez <irinagomez@…>, 7 years ago

#842 Consola: se revisan todos los ficheros de idioma en inglés.

  • Property mode set to 100644
File size: 2.4 KB
Line 
1<?php
2//________________________________________________________________________________________________________
3//
4//      Php language file: m_iconos_eng.php
5//      Language:  English
6//________________________________________________________________________________________________________
7// Right page-side
8        $TbMsg=array();
9        $TbMsg["ERROR_SELECT"]='Failed to open table: Icons';
10        $TbMsg["TITLE"]='Icons';
11        $TbMsg["TABLE_TITLE"]='____ Icons Data ____';
12        $TbMsg["TYPE_WEB"]='Web icons';
13        $TbMsg["TYPE_ITEMS"]='Items icons';
14        $TbMsg["TYPE_MENU"]='Background menu';
15        $TbMsg["SELECT_WEB"]='1=web icons';
16        $TbMsg["SELECT_ITEMS"]='2=items icons';
17        $TbMsg["SELECT_MENU"]='3=background menu';
18        $TbMsg["MSG_SIZE_FILE"]='Wrong file size, it must be between 0 and 100 KBi.';
19        $TbMsg["SUCCESS_SEND"]='Icon file has been successfully sent to web server.';
20        $TbMsg["SUCCESS_UPDATE"]='Icon file has been successfully replaced in web server.';
21        $TbMsg["SUCCESS_DELETE"]='Icon file has been successfully deleted from web server.';
22        $TbMsg["TYPE"]='Type';
23        $TbMsg["DESCRIP"]='Description';
24        $TbMsg["NAME"]='Name';
25        $TbMsg["ICON"]='Icon';
26        $TbMsg["REPLACE"]='Replace File';
27
28// The following attribute names are page variables
29        $TbMsg["INSERTAR"]='INSERT';
30        $TbMsg["CONSULTAR"]='CONSULT';
31        $TbMsg["MODIFICAR"]='MODIFY';
32        $TbMsg["ELIMINAR"]='DELETE';
33
34// Left page-side
35        $TbMsg["SEARCH_OPT"]='____ Search options ____';
36        $TbMsg["SEARCH_RESULT"]='Found registers: ';
37        $TbMsg["MENU_CONS"]='Consult';
38        $TbMsg["MENU_REPLACE"]='Replace';
39        $TbMsg["MENU_DEL"]='Delete';
40//These attributes are icon descriptions from database
41        $TbMsg["Cámara web"]='Webcam';
42        $TbMsg["Controladores IDE"]='IDE drivers';
43        $TbMsg["Dispositivos de audio"]='Audio devices';
44        $TbMsg["Lectoras y grabadoras de DVD"]='DVD Readers and recorders';
45        $TbMsg["Mi icono usb"]='Usb devices';
46        $TbMsg["Placas base"]='Motherboards';
47        $TbMsg["Tarjeta de Red"]='Network Card';
48        $TbMsg["Tarjeta de sonido"]='Sound Card';
49        $TbMsg["Tarjeta gráfica"]='Graphic card';
50        $TbMsg["Logo General de Linux"]='General Linux Logo';
51        $TbMsg["Logo Windows XP"]='Windows XP Logo';
52        $TbMsg["Ordenador apagado"]='Computer off';
53        $TbMsg["Ordenador encendido"]='Computer on';
54        $TbMsg["Particionar"]='Partition';
Note: See TracBrowser for help on using the repository browser.