From d99105e1eb18539c013a903f29c8875b9adfe34b Mon Sep 17 00:00:00 2001 From: Luis Alberto Guzmán García Date: Wed, 28 Dec 2011 05:05:05 +0000 Subject: update spanish l10n --- h-source/Application/Include/languages.php | 58 +++++++++++++++--------------- 1 file changed, 30 insertions(+), 28 deletions(-) (limited to 'h-source') diff --git a/h-source/Application/Include/languages.php b/h-source/Application/Include/languages.php index 3757009..d317a91 100644 --- a/h-source/Application/Include/languages.php +++ b/h-source/Application/Include/languages.php @@ -686,6 +686,8 @@ class Lang /*0310*/"does_not_work" => "no funciona", /*0311*/"works_without_3D" => "funciona sin 3D", /*0312*/"works_with_3D" => "funciona con 3D", + /*0313*/"list of languages" => "lista de idiomas", + /*0314*/"Choose the language" => "Seleccione un idioma", ), 'fr' => array ( @@ -1137,20 +1139,20 @@ class Lang public static $singular = array( 'en' => array( - 'notebooks' => 'notebook', - 'wifi' => 'wifi card', - 'videocards' => 'video card', - 'printers' => 'printer', - 'scanners' => 'scanner', - 'threegcards' => '3G-card', - 'soundcards' => 'soundcard', - 'webcams' => 'webcam', - 'bluetooth' => 'bluetooth device', - 'acquisitioncards' => 'acquisition card', - 'fingerprintreaders' => 'fingerprint reader', - 'ethernetcards' => 'ethernet card', - 'sdcardreaders' => 'sd card reader', - 'modems' => 'modem', + /*01*/'notebooks' => 'notebook', + /*02*/'wifi' => 'wifi card', + /*03*/'videocards' => 'video card', + /*04*/'printers' => 'printer', + /*05*/'scanners' => 'scanner', + /*06*/'threegcards' => '3G-card', + /*07*/'soundcards' => 'soundcard', + /*08*/'webcams' => 'webcam', + /*09*/'bluetooth' => 'bluetooth device', + /*10*/'acquisitioncards' => 'acquisition card', + /*11*/'fingerprintreaders' => 'fingerprint reader', + /*12*/'ethernetcards' => 'ethernet card', + /*13*/'sdcardreaders' => 'sd card reader', + /*14*/'modems' => 'modem', ), 'it' => array( 'notebooks' => 'notebook', @@ -1220,20 +1222,20 @@ class Lang public static $plural = array( 'en' => array( - 'notebooks' => 'notebooks', - 'wifi' => 'wifi cards', - 'videocards' => 'video cards', - 'printers' => 'printers', - 'scanners' => 'scanners', - 'threegcards' => '3G-cards', - 'soundcards' => 'soundcards', - 'webcams' => 'webcams', - 'bluetooth' => 'bluetooth devices', - 'acquisitioncards' => 'acquisition cards', - 'fingerprintreaders' => 'fingerprint readers', - 'ethernetcards' => 'ethernet cards', - 'sdcardreaders' => 'sd card readers', - 'modems' => 'modems', + /*01*/'notebooks' => 'notebooks', + /*02*/'wifi' => 'wifi cards', + /*03*/'videocards' => 'video cards', + /*04*/'printers' => 'printers', + /*05*/'scanners' => 'scanners', + /*06*/'threegcards' => '3G-cards', + /*07*/'soundcards' => 'soundcards', + /*08*/'webcams' => 'webcams', + /*09*/'bluetooth' => 'bluetooth devices', + /*10*/'acquisitioncards' => 'acquisition cards', + /*11*/'fingerprintreaders' => 'fingerprint readers', + /*12*/'ethernetcards' => 'ethernet cards', + /*13*/'sdcardreaders' => 'sd card readers', + /*14*/'modems' => 'modems', ), 'it' => array( 'notebooks' => 'notebook', -- cgit v1.2.3