From 2082e2ad19e751f41285046a4ee5aca065d2a68e Mon Sep 17 00:00:00 2001 From: djfm Date: Thu, 22 Aug 2013 13:43:53 +0000 Subject: [PATCH] // added missing ES installer strings --- install-dev/langs/es/install.php | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/install-dev/langs/es/install.php b/install-dev/langs/es/install.php index 69acae9e4..5dfea5c91 100644 --- a/install-dev/langs/es/install.php +++ b/install-dev/langs/es/install.php @@ -234,5 +234,16 @@ return array( 'PrestaShop compatibility with your system environment has been verified!' => '¡La compatibilidad de PrestaShop con su entorno del sistema ha sido verificada correctamente!', 'PrestaShop requires at least 32M of memory to run, please check the memory_limit directive in php.ini or contact your host provider' => 'PrestaShop requiere al menos 32MB de memoria para funcionar, por favor verifica la directiva memory_limit que se encuentra en el fichero php.ini o contacta con su proveedor de alojamiento', 'Your PHP sessions path is not writable - check with your hosting provider:' => 'El fichero de almacenamiento no está disponible en modo escritura, consulte con su proveedor de alojamiento', + 'Database is created' => 'Base de datos se creada', + 'Cannot create the database automatically' => 'No se puede crear la base de datos automáticamente', + 'Install modules Addons' => 'Instalar módulos Addons', + 'Attempt to create the database automatically' => 'Tentativa de crear la base de datos automáticamente', + 'Country:' => 'País:', + 'Must be letters and numbers with at least 8 characters' => 'Deben ser letras y números con un mínimo de 8 caracteres', + 'To install PrestaShop, you need to have JavaScript enabled in your browser.' => 'Para instalar PrestaShop, usted necesita tener el Javascript activado en su navegador.', + 'http://doc.prestashop.com/display/PS15/What+you+need+to+get+started#HowtoenableJavaScript-HowtoenableJavaScript' => 'http://doc.prestashop.com/display/PS15/What+you+need+to+get+started#HowtoenableJavaScript-HowtoenableJavaScript', + 'To enjoy the many features that are offered for free by PrestaShop, please read the license terms below. PrestaShop core is licensed under OSL 3.0, while the modules and themes are licensed under AFL 3.0.' => 'Para disfrutar de las numerosas funcionalidades ofrecidas de forma gratuita por PrestaShop, por favor lea los términos de la licencia a continuación. Core PrestaShop está disponible bajo la licencia OSL 3.0, mientras que los módulos y los temas están licenciados bajo la AFL 3.0.', + 'For security purposes, you must delete the "install" folder.' => 'Por razones de seguridad, debe eliminar la carpeta "install".', + 'http://doc.prestashop.com/display/PS15/Installing+PrestaShop#InstallingPrestaShop-Completingtheinstallation' => 'http://doc.prestashop.com/display/PS15/Installing+PrestaShop#InstallingPrestaShop-Completingtheinstallation', ), ); \ No newline at end of file