source: admin/WebConsole/idiomas/php/cat/iconos_cat.php @ b9345db

lgromero-new-oglivemain
Last change on this file since b9345db 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.7 KB
Line 
1<?php
2//________________________________________________________________________________________________________
3//
4//      Fichero de idiomas php: m_iconos_cat.php (
5//      Idioma: Català
6//________________________________________________________________________________________________________
7// Parte derecha de la página
8        $TbMsg=array();
9        $TbMsg["ERROR_SELECT"]='Error al obrir la taula: Icones';
10
11        $TbMsg["TITLE"]='Icones';
12        $TbMsg["TABLE_TITLE"]='____ Dades de Icones ____';
13        $TbMsg["TYPE_WEB"]='Icones web';
14        $TbMsg["TYPE_ITEMS"]='Icones items';
15        $TbMsg["TYPE_MENU"]='Fons menu';
16        $TbMsg["SELECT_WEB"]='1=icones web';
17        $TbMsg["SELECT_ITEMS"]='2=icones items';
18        $TbMsg["SELECT_MENU"]='3=fons menu';
19        $TbMsg["MSG_NAME_FILE"]='El nom del fitxer només pot contenir caràcters alfanummèrics, _ i -.'
20        $TbMsg["MSG_SIZE_FILE"]='La grandària de l\'arxiu no correspon amb els límits permesos, ha de ser major que 0 i menor que 100 KB';
21        $TbMsg["MSG_TYPE_FILE"]='El tipus del fitxer no correspon als tipus permesos: jpeg, gif i png.'
22        $TbMsg["SUCCESS_SEND"]='S\'ha enviat al servidor web el fitxer d\'icona correctament';
23        $TbMsg["SUCCESS_UPDATE"]='S\'ha substituit en el servidor web el fitxer d\'icona correctament';
24        $TbMsg["SUCCESS_DELETE"]='S\'ha eliminat del servidor web el fitxer d\'icona correctament';
25        $TbMsg["TYPE"]='Tipus';
26        $TbMsg["DESCRIP"]='Descripció';
27        $TbMsg["NAME"]='Nom';   
28        $TbMsg["ICON"]='Icona';
29        $TbMsg["REPLACE"]='Substituir Fitxer';
30
31        // Los siguientes nombres de atributos son variables de  la página
32        $TbMsg["INSERTAR"]='INSERTAR';
33        $TbMsg["CONSULTAR"]='CONSULTAR';
34        $TbMsg["MODIFICAR"]='MODIFICAR';
35        $TbMsg["ELIMINAR"]='ELIMINAR';
36
37// Parte izquierda de la página
38        $TbMsg["SEARCH_OPT"]='____ Opcions de cerca ____';
39        $TbMsg["SEARCH_RESULT"]='Registres trobats : ';
40        $TbMsg["MENU_CONS"]='Consultar';
41        $TbMsg["MENU_REPLACE"]='Modificar';
42        $TbMsg["MENU_DEL"]='Eliminar';
43        // Los atributos son las descripciones de los iconos en la BD
44        $TbMsg["Cámara web"]='Càmera web';
45        $TbMsg["Controladores IDE"]='Controladors IDE ';
46        $TbMsg["Dispositivos de audio"]='Dispositius d\'àudio';
47        $TbMsg["Lectoras y grabadoras de DVD"]='Lectors i gravadores de DVD';
48        $TbMsg["Mi icono usb"]='La meva icona usb';
49        $TbMsg["Placas base"]='Plaques base';
50        $TbMsg["Tarjeta de Red"]='Targeta de Xarxa';
51        $TbMsg["Tarjeta de sonido"]='Targeta de so';
52        $TbMsg["Tarjeta gráfica"]='Targeta gràfica';
53        $TbMsg["Logo General de Linux"]='Logo General de Linux';
54        $TbMsg["Logo Windows XP"]='Logo Windows XP';
55        $TbMsg["Ordenador apagado"]='Ordinador apagat';
56        $TbMsg["Ordenador encendido"]='Ordinador encès';
57        $TbMsg["Particionar"]='Particionar';
58       
59
60
61
Note: See TracBrowser for help on using the repository browser.