blob: f463e73a0cf7279c41ea5f3868be183a1bfc0221 (
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
|
<?php
//________________________________________________________________________________________________________
//
// Php language file: m_iconos_eng.php
// Language: English
//________________________________________________________________________________________________________
// Right page-side
$TbMsg=array();
$TbMsg["ERROR_SELECT"]='Failed to open table: Icons';
$TbMsg["TITLE"]='Icons';
$TbMsg["TABLE_TITLE"]='____ Icons Data ____';
$TbMsg["TYPE_WEB"]='Web icons';
$TbMsg["TYPE_ITEMS"]='Items icons';
$TbMsg["TYPE_MENU"]='Background menu';
$TbMsg["SELECT_WEB"]='1=web icons';
$TbMsg["SELECT_ITEMS"]='2=items icons';
$TbMsg["SELECT_MENU"]='3=background menu';
$TbMsg["MSG_SIZE_FILE"]='Wrong file size, it must be between 0 and 100 KBi.';
$TbMsg["SUCCESS_SEND"]='Icon file has been successfully sent to web server.';
$TbMsg["SUCCESS_UPDATE"]='Icon file has been successfully replaced in web server.';
$TbMsg["SUCCESS_DELETE"]='Icon file has been successfully deleted from web server.';
$TbMsg["TYPE"]='Type';
$TbMsg["DESCRIP"]='Description';
$TbMsg["NAME"]='Name';
$TbMsg["ICON"]='Icon';
$TbMsg["REPLACE"]='Replace File';
// The following attribute names are page variables
$TbMsg["INSERTAR"]='INSERT';
$TbMsg["CONSULTAR"]='CONSULT';
$TbMsg["MODIFICAR"]='MODIFY';
$TbMsg["ELIMINAR"]='DELETE';
// Left page-side
$TbMsg["SEARCH_OPT"]='____ Search options ____';
$TbMsg["SEARCH_RESULT"]='Found registers: ';
$TbMsg["MENU_CONS"]='Consult';
$TbMsg["MENU_REPLACE"]='Replace';
$TbMsg["MENU_DEL"]='Delete';
//These attributes are icon descriptions from database
$TbMsg["Cámara web"]='Webcam';
$TbMsg["Controladores IDE"]='IDE drivers';
$TbMsg["Dispositivos de audio"]='Audio devices';
$TbMsg["Lectoras y grabadoras de DVD"]='DVD Readers and recorders';
$TbMsg["Mi icono usb"]='Usb devices';
$TbMsg["Placas base"]='Motherboards';
$TbMsg["Tarjeta de Red"]='Network 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"]='Partition';
|