summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole/idiomas/php/eng/iconos_eng.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/WebConsole/idiomas/php/eng/iconos_eng.php')
-rw-r--r--admin/WebConsole/idiomas/php/eng/iconos_eng.php41
1 files changed, 17 insertions, 24 deletions
diff --git a/admin/WebConsole/idiomas/php/eng/iconos_eng.php b/admin/WebConsole/idiomas/php/eng/iconos_eng.php
index ab5f2849..f463e73a 100644
--- a/admin/WebConsole/idiomas/php/eng/iconos_eng.php
+++ b/admin/WebConsole/idiomas/php/eng/iconos_eng.php
@@ -1,61 +1,54 @@
<?php
//________________________________________________________________________________________________________
//
-// Fichero de idiomas php: m_iconos_eng.php (
-// Idioma: Ingles
+// Php language file: m_iconos_eng.php
+// Language: English
//________________________________________________________________________________________________________
+// Right page-side
$TbMsg=array();
$TbMsg["ERROR_SELECT"]='Failed to open table: Icons';
$TbMsg["TITLE"]='Icons';
- $TbMsg["TABLE_TITLE"]='____ Data Icons ____';
+ $TbMsg["TABLE_TITLE"]='____ Icons Data ____';
$TbMsg["TYPE_WEB"]='Web icons';
$TbMsg["TYPE_ITEMS"]='Items icons';
- $TbMsg["TYPE_MENU"]='menu background';
+ $TbMsg["TYPE_MENU"]='Background menu';
$TbMsg["SELECT_WEB"]='1=web icons';
$TbMsg["SELECT_ITEMS"]='2=items icons';
- $TbMsg["SELECT_MENU"]='3=menu background';
- $TbMsg["MSG_SIZE_FILE"]='The file size does not correspond to the allowed limits, must be greater than 0 and less than 100 KBi';
- $TbMsg["SUCCESS_SEND"]='It has sent the file icon to the web server correctly';
- $TbMsg["SUCCESS_UPDATE"]='Replaced the icon file correctly in web server';
- $TbMsg["SUCCESS_DELETE"]='Removed the file icon to the web server correctly';
+ $TbMsg["SELECT_MENU"]='3=background menu';
+ $TbMsg["MSG_SIZE_FILE"]='Wrong file size, it must be between 0 and 100 KBi.';
+ $TbMsg["SUCCESS_SEND"]='Icon file has been successfully sent to web server.';
+ $TbMsg["SUCCESS_UPDATE"]='Icon file has been successfully replaced in web server.';
+ $TbMsg["SUCCESS_DELETE"]='Icon file has been successfully deleted from web server.';
$TbMsg["TYPE"]='Type';
$TbMsg["DESCRIP"]='Description';
$TbMsg["NAME"]='Name';
$TbMsg["ICON"]='Icon';
$TbMsg["REPLACE"]='Replace File';
- // Los siguientes nombres de atributos son variables de la página
- // The following attribute names are variables of the page
+// The following attribute names are page variables
$TbMsg["INSERTAR"]='INSERT';
$TbMsg["CONSULTAR"]='CONSULT';
$TbMsg["MODIFICAR"]='MODIFY';
$TbMsg["ELIMINAR"]='DELETE';
-// Parte izquierda de la página
+// Left page-side
$TbMsg["SEARCH_OPT"]='____ Search options ____';
- $TbMsg["SEARCH_RESULT"]='Found register: ';
+ $TbMsg["SEARCH_RESULT"]='Found registers: ';
$TbMsg["MENU_CONS"]='Consult';
$TbMsg["MENU_REPLACE"]='Replace';
$TbMsg["MENU_DEL"]='Delete';
- // Los atributos son las descripciones de los iconos en la BD
- //Attributes are the icon descriptions in the database
+//These attributes are icon descriptions from database
$TbMsg["Cámara web"]='Webcam';
$TbMsg["Controladores IDE"]='IDE drivers';
$TbMsg["Dispositivos de audio"]='Audio devices';
- $TbMsg["Lectoras y grabadoras de DVD"]='Readers and DVD recorders';
+ $TbMsg["Lectoras y grabadoras de DVD"]='DVD Readers and recorders';
$TbMsg["Mi icono usb"]='Usb devices';
$TbMsg["Placas base"]='Motherboards';
- $TbMsg["Tarjeta de Red"]='Red Card';
+ $TbMsg["Tarjeta de Red"]='Network Card';
$TbMsg["Tarjeta de sonido"]='Sound Card';
$TbMsg["Tarjeta gráfica"]='Graphic card';
$TbMsg["Logo General de Linux"]='General Linux Logo';
$TbMsg["Logo Windows XP"]='Windows XP Logo';
$TbMsg["Ordenador apagado"]='Computer off';
$TbMsg["Ordenador encendido"]='Computer on';
- $TbMsg["Particionar"]='partitioning';
-
-
-
-
-?>
-
+ $TbMsg["Particionar"]='Partition';