source: admin/WebConsole/idiomas/php/eng/iconos_eng.php @ 09b8452

configure-oglivelgromero-new-oglivemainmount-efivarfsmultivmmultivm-ogboot-installerogClonningEngineoglive-ipv6test-python-scriptsticket-577ticket-585ticket-611ticket-612ticket-693ticket-700ubu24tplunification2use-local-agent-oglivevarios-instalacion
Last change on this file since 09b8452 was d3ec014, checked in by Irina Gómez <irinagomez@…>, 12 months ago

Resolves vulnerabilities CVE-2024-3704, CVE-2024-3705, CVE-2024-3706 y CVE-2024-3707.

  • Property mode set to 100644
File size: 2.5 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["MSG_TYPE_FILE"]='The file type does not correspond to the allowed file types: jpeg, gif and png.';
20        $TbMsg["SUCCESS_SEND"]='Icon file has been successfully sent to web server.';
21        $TbMsg["SUCCESS_UPDATE"]='Icon file has been successfully replaced in web server.';
22        $TbMsg["SUCCESS_DELETE"]='Icon file has been successfully deleted from web server.';
23        $TbMsg["TYPE"]='Type';
24        $TbMsg["DESCRIP"]='Description';
25        $TbMsg["NAME"]='Name';
26        $TbMsg["ICON"]='Icon';
27        $TbMsg["REPLACE"]='Replace File';
28
29// The following attribute names are page variables
30        $TbMsg["INSERTAR"]='INSERT';
31        $TbMsg["CONSULTAR"]='CONSULT';
32        $TbMsg["MODIFICAR"]='MODIFY';
33        $TbMsg["ELIMINAR"]='DELETE';
34
35// Left page-side
36        $TbMsg["SEARCH_OPT"]='____ Search options ____';
37        $TbMsg["SEARCH_RESULT"]='Found registers: ';
38        $TbMsg["MENU_CONS"]='Consult';
39        $TbMsg["MENU_REPLACE"]='Replace';
40        $TbMsg["MENU_DEL"]='Delete';
41//These attributes are icon descriptions from 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"]='DVD Readers and recorders';
46        $TbMsg["Mi icono usb"]='Usb devices';
47        $TbMsg["Placas base"]='Motherboards';
48        $TbMsg["Tarjeta de Red"]='Network 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"]='Partition';
Note: See TracBrowser for help on using the repository browser.