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

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 aaa63f4 was 68bc27c, checked in by Irina Gómez <irinagomez@…>, 12 months ago

ref #400 Improved vulnerability resolution:
CVE-2024-3707: SQL injection is controlled in all database queries.
CVE-2024-3706: The type of image file, its size and alphanumeric name are controlled, using the temporary file uploaded to the server instead of the values that come in the headers.

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