diff options
author | Luis Alberto Guzmán García <ark74> | 2011-10-08 23:16:09 +0000 |
---|---|---|
committer | Luis Alberto Guzmán García <ark74> | 2011-10-08 23:16:09 +0000 |
commit | 635ba1dbea9139d0508161120afd4d3f28543dda (patch) | |
tree | 5260d51f0e6c05ec6c2660345f1c8b4bfc4e86b5 /h-source/Application/Include | |
parent | 75095b0329236ea0e2522a633f4a2be733d6869b (diff) |
spanish l10n update
Diffstat (limited to 'h-source/Application/Include')
-rw-r--r-- | h-source/Application/Include/languages.php | 28 |
1 files changed, 22 insertions, 6 deletions
diff --git a/h-source/Application/Include/languages.php b/h-source/Application/Include/languages.php index 11ebf54..ac75241 100644 --- a/h-source/Application/Include/languages.php +++ b/h-source/Application/Include/languages.php @@ -296,9 +296,9 @@ class Lang /*0248*/"Edit" => "Modifica", /*0249*/"Talk page" => "Pagina di discussione", /*0250*/"Download the xml file of all the <b>ethernet cards</b> in the database" => "Scarica il file xml di tutte le <b>schede ethernet</b> presenti nel database", - /*0251*/"No sd card readers found" => "Non è stato trovato alcun lettore di schede sd", - /*0252*/"Sd card readers" => "Lettori di schede sd", - /*0253*/"Download the xml file of all the <b>sd card readers</b> in the database" => "Scarica il file xml di tutti i <b>lettori di schede sd</b> presenti nel database", + /*0251*/"No SD card readers found" => "Non è stato trovato alcun lettore di schede SD", + /*0252*/"SD card readers" => "Lettori di schede SD", + /*0253*/"Download the xml file of all the <b>SD card readers</b> in the database" => "Scarica il file xml di tutti i <b>lettori di schede SD</b> presenti nel database", /*0254*/"There are no devices in the database with the vendorid:productid code specified by you." => "Non ci sono dispositivi nel database con il codice vendorid:productid da te specificato", /*0255*/"Would you like to add it to the database?" => "Vorresti inserirlo nel database?", /*0256*/"can free operating systems be installed?" => "possono essere installati sistemi operativi liberi?", @@ -564,7 +564,23 @@ class Lang /*0247*/"Insert" => "Insertar", /*0248*/"Edit" => "Editar", /*0249*/"Talk page" => "Página de discusión", - /*0250*/"Download the xml file of all the <b>ethernet cards</b> in the database" => "Descargue el archivo xml de todas las <b>tarjetas de ethernet</b> presentes en la base de datos" + /*0250*/"Download the xml file of all the <b>ethernet cards</b> in the database" => "Descargue el archivo xml de todas las <b>tarjetas de ethernet</b> presentes en la base de datos", + /*0251*/"No SD card readers found" => "No se encontró ningún lector de tarjetas SD", + /*0252*/"SD card readers" => "Lectores de tarjetas SD", + /*0253*/"Download the xml file of all the <b>SD card readers</b> in the database" => "Descargue el archivo xml de todos los <b>lectores de tarjetas SD</b> presentes en la base de datos", + /*0254*/"There are no devices in the database with the vendorid:productid code specified by you." => "No hay dispositivos en la base de datos con el código vendorid:productid que ha especificado", + /*0255*/"Would you like to add it to the database?" => "¿Le gustaría agregarlo a la base de datos?", + /*0256*/"can free operating systems be installed?" => "¿puede ser instalado un sistema libre?", + /*0257*/"This issue has been deleted" => "Esta incidencia ha sido eliminada", + /*0258*/"hidden for those who are not moderators" => "Oculta para aquellos que no son moderadores", + /*0259*/"This issue is hidden for all the users that are not moderators" => "Esta incidencia está oculta para todos los usuarios que no son moderadores", + /*0260*/"hide the issue" => "esconder la incidencia", + /*0261*/"show the issue" => "mostrar la incidencia", + /*0262*/"open the issue again" => "abrir nuevamente la incidencia", + /*0263*/"close the issue" => "cerrar la incidencia", + /*0264*/"This issue is closed" => "Esta incidencia está cerrada", + /*0265*/"This issue is opened" => "Esta incidencia está abierta", + /*0266*/"does it adopt any techniques to track users?" => "¿adopta alguna técnica para rastrear a los usuarios?", ), 'fr' => array ( @@ -1058,7 +1074,7 @@ class Lang 'acquisitioncards' => 'tarjeta de adquisición', 'fingerprintreaders' => 'lector de huella digital', 'ethernetcards' => 'tarjeta de ethernet', - 'sdcardreaders' => 'sd card reader', + 'sdcardreaders' => 'lector de tarjetas sd', ), 'fr' => array( 'notebooks' => 'notebook', @@ -1136,7 +1152,7 @@ class Lang 'acquisitioncards' => 'tarjetas de adquisición', 'fingerprintreaders' => 'lectores de huella digital', 'ethernetcards' => 'tarjetas de ethernet', - 'sdcardreaders' => 'sd card readers', + 'sdcardreaders' => 'lectores de tarjetas sd', ), 'fr' => array( 'notebooks' => 'notebooks', |