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