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

lgromero-new-oglive
Last change on this file was 68bc27c, checked in by Irina Gómez <irinagomez@…>, 10 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
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_NAME_FILE"]='The filename can only contain alphanumeric characters, _ and -.';
19        $TbMsg["MSG_SIZE_FILE"]='Wrong file size, it must be between 0 and 100 KBi.';
20        $TbMsg["MSG_TYPE_FILE"]='The file type does not correspond to the allowed file types: jpeg, gif and png.';
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.';
24        $TbMsg["TYPE"]='Type';
25        $TbMsg["DESCRIP"]='Description';
26        $TbMsg["NAME"]='Name';
27        $TbMsg["ICON"]='Icon';
28        $TbMsg["REPLACE"]='Replace File';
29
30// The following attribute names are page variables
31        $TbMsg["INSERTAR"]='INSERT';
32        $TbMsg["CONSULTAR"]='CONSULT';
33        $TbMsg["MODIFICAR"]='MODIFY';
34        $TbMsg["ELIMINAR"]='DELETE';
35
36// Left page-side
37        $TbMsg["SEARCH_OPT"]='____ Search options ____';
38        $TbMsg["SEARCH_RESULT"]='Found registers: ';
39        $TbMsg["MENU_CONS"]='Consult';
40        $TbMsg["MENU_REPLACE"]='Replace';
41        $TbMsg["MENU_DEL"]='Delete';
42//These attributes are icon descriptions from database
43        $TbMsg["Cámara web"]='Webcam';
44        $TbMsg["Controladores IDE"]='IDE drivers';
45        $TbMsg["Dispositivos de audio"]='Audio devices';
46        $TbMsg["Lectoras y grabadoras de DVD"]='DVD Readers and recorders';
47        $TbMsg["Mi icono usb"]='Usb devices';
48        $TbMsg["Placas base"]='Motherboards';
49        $TbMsg["Tarjeta de Red"]='Network Card';
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';
56        $TbMsg["Particionar"]='Partition';
Note: See TracBrowser for help on using the repository browser.