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

918-git-images-111dconfigfileconfigure-oglivegit-imageslgromero-new-oglivemainmaint-cronmount-efivarfsmultivmmultivm-ogboot-installerogClonningEngineogboot-installer-jenkinsoglive-ipv6test-python-scriptsticket-301ticket-50ticket-50-oldticket-577ticket-585ticket-611ticket-612ticket-693ticket-700ubu24tplunification2use-local-agent-oglivevarios-instalacionwebconsole3
Last change on this file since c073224 was 6d356fe, checked in by irina <irinagomez@…>, 13 years ago

version 1.0.4 #245 Internacionalizacion: botones acceptar y gestion iconos + cambio variable obsoleta HTTP_POST_FILES por _FILES

git-svn-id: https://opengnsys.es/svn/branches/version1.0@2904 a21b9725-9963-47de-94b9-378ad31fedc9

  • Property mode set to 100644
File size: 2.6 KB
Line 
1<?
2//________________________________________________________________________________________________________
3//
4//      Fichero de idiomas php: m_iconos_eng.php (
5//      Idioma:  Ingles
6//________________________________________________________________________________________________________
7        $TbMsg=array();
8        $TbMsg["ERROR_SELECT"]='Failed to open table: Icons';
9        $TbMsg["TITLE"]='Icons';
10        $TbMsg["TABLE_TITLE"]='____ Data Icons ____';
11        $TbMsg["TYPE_WEB"]='Web icons';
12        $TbMsg["TYPE_ITEMS"]='Items icons';
13        $TbMsg["TYPE_MENU"]='menu background';
14        $TbMsg["SELECT_WEB"]='1=web icons';
15        $TbMsg["SELECT_ITEMS"]='2=items icons';
16        $TbMsg["SELECT_MENU"]='3=menu background';
17        $TbMsg["MSG_SIZE_FILE"]='The file size does not correspond to the allowed limits, must be greater than 0 and less than 100 KBi';
18        $TbMsg["SUCCESS_SEND"]='It has sent the file icon to the web server correctly';
19        $TbMsg["SUCCESS_UPDATE"]='Replaced the icon file correctly in web server';
20        $TbMsg["SUCCESS_DELETE"]='Removed the file icon to the web server correctly';
21        $TbMsg["TYPE"]='Type';
22        $TbMsg["DESCRIP"]='Description';
23        $TbMsg["NAME"]='Name';
24        $TbMsg["ICON"]='Icon';
25        $TbMsg["REPLACE"]='Replace File';
26
27        // Los siguientes nombres de atributos son variables de  la página
28        // The following attribute names are variables of the page
29        $TbMsg["INSERTAR"]='INSERT';
30        $TbMsg["CONSULTAR"]='CONSULT';
31        $TbMsg["MODIFICAR"]='MODIFY';
32        $TbMsg["ELIMINAR"]='DELETE';
33
34// Parte izquierda de la página
35        $TbMsg["SEARCH_OPT"]='____ Search options ____';
36        $TbMsg["SEARCH_RESULT"]='Found register: ';
37        $TbMsg["MENU_CONS"]='Consult';
38        $TbMsg["MENU_REPLACE"]='Replace';
39        $TbMsg["MENU_DEL"]='Delete';
40       // Los atributos son las descripciones de los iconos en la BD
41        //Attributes are the icon descriptions in the 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"]='Readers and DVD recorders';
46        $TbMsg["Mi icono usb"]='Usb devices';
47        $TbMsg["Placas base"]='Motherboards';
48        $TbMsg["Tarjeta de Red"]='Red 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"]='partitioning';
56
57
58       
59
60?>
61
Note: See TracBrowser for help on using the repository browser.