211 lines
15 KiB
PHP
211 lines
15 KiB
PHP
<?php
|
||
return array(
|
||
'informations' => array(
|
||
'phone' => '+1 (888) 947-6543',
|
||
),
|
||
'translations' => array(
|
||
'menu_welcome' => 'Elegir el idioma',
|
||
'menu_license' => 'Aceptar las licencias',
|
||
'menu_system' => 'Compatibilidad del sistema',
|
||
'menu_database' => 'Configuración del sistema',
|
||
'menu_configure' => 'Información de la tienda',
|
||
'menu_process' => 'Instalación de la tienda',
|
||
'Choose the installer language:' => '',
|
||
'Field required' => 'Campos requeridos',
|
||
'Invalid shop name' => 'Nombre de la tienda no válido',
|
||
'Your firstname contains some invalid characters' => 'Su nombre contiene caracteres no válidos',
|
||
'Your lastname contains some invalid characters' => 'Su apellido contiene caracteres no válidos',
|
||
'The password is incorrect (alphanumeric string with at least 8 characters)' => '',
|
||
'Password and its confirmation are different' => '',
|
||
'This e-mail address is invalid' => '',
|
||
'The uploaded file exceeds the upload_max_filesize directive in php.ini' => 'El archivo enviado supera el tamaño máximo permitido.',
|
||
'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form' => 'El archivo enviado supera el tamaño máximo permitido.',
|
||
'The uploaded file was only partially uploaded' => 'El archivo fue parcialmente enviado.',
|
||
'No file was uploaded' => '',
|
||
'Missing a temporary folder' => 'Carece de la carpeta temporal para recibir su archivo de correo. ¡Por favor consulte su administrador de sistema!',
|
||
'Failed to write file to disk' => 'No se pueden escribir archivos en el disco',
|
||
'File upload stopped by extension' => 'Carga de archivos interrumpido a causa de la extensión incorrecta',
|
||
'No error code available' => '',
|
||
'This is not a valid image file' => '',
|
||
'Image type is not supported' => '',
|
||
'Image folder %s is not writable' => '',
|
||
'Cannot upload the file' => '',
|
||
'Lingerie and Adult' => '',
|
||
'Animals and Pets' => 'Animales',
|
||
'Art and Culture' => 'Cultura y ocio',
|
||
'Babies' => 'Artículos para bebés',
|
||
'Beauty and Personal Care' => 'Salud y belleza',
|
||
'Cars' => 'Automóvil y motos',
|
||
'Computer Hardware and Software' => 'Informática y programas',
|
||
'Download' => 'Descargas',
|
||
'Fashion and accessories' => 'Ropa y complementos',
|
||
'Flowers, Gifts and Crafts' => 'Flores y regalos',
|
||
'Food and beverage' => 'Alimentación y gastronomía',
|
||
'HiFi, Photo and Video' => 'Hifi, foto y vídeo',
|
||
'Home and Garden' => 'Casa y jardín',
|
||
'Home Appliances' => 'Electrodomésticos',
|
||
'Jewelry' => 'Joyería',
|
||
'Mobile and Telecom' => 'Telefonía y comunicación',
|
||
'Services' => 'Servicios',
|
||
'Shoes and accessories' => 'Calzado y complementos',
|
||
'Sports and Entertainment' => 'Deporte y ocio',
|
||
'Travel' => 'Viajes y turismo',
|
||
'Database is connected' => '',
|
||
'A test e-mail has been sent to %s' => '',
|
||
'An error occurred while sending email, please verify your parameters' => '',
|
||
'Create settings.inc file' => '',
|
||
'Create database tables' => '',
|
||
'Populate database tables' => '',
|
||
'Configure shop information' => '',
|
||
'Install modules' => '',
|
||
'Install demonstration data' => '',
|
||
'Install theme' => '',
|
||
'PHP parameters:' => '',
|
||
'Is PHP 5.1.2 or later installed ?' => '',
|
||
'Can upload files ?' => '',
|
||
'Can create new files and folders ?' => '',
|
||
'Is GD Library installed ?' => '',
|
||
'Is MySQL support is on ?' => '',
|
||
'Recursive write permissions on files and folders:' => '',
|
||
'Can open external URLs ?' => '',
|
||
'Is PHP register global option off (recommended) ?' => '',
|
||
'Is GZIP compression activated (recommended) ?' => '',
|
||
'Is Mcrypt extension available (recommended) ?' => '',
|
||
'Is PHP magic quotes option deactivated (recommended) ?' => '',
|
||
'Is Dom extension loaded ?' => '',
|
||
'Is PDO MySQL extension loaded ?' => '',
|
||
'Shop settings and merchant account information' => 'Información sobre el vendedor',
|
||
'Shop name:' => 'Nombre de la tienda:',
|
||
'Main activity:' => 'Actividad principal',
|
||
'Please choose your main activity' => '',
|
||
'Other activity...' => 'Otra actividad...',
|
||
'This information is not required, it will only be used for statistical purposes. This information does not change anything in your store.' => 'Esta información no es obligatoria, solo se utilizará para estadísticas. Proporcionarla o no, no cambiará nada en su tienda.',
|
||
'Install demo products:' => '',
|
||
'Yes' => 'Sí',
|
||
'No' => 'No',
|
||
'Demo products are a good way to learn how to use PrestaShop. You should install them if you are not familiar with it.' => '',
|
||
'Default country:' => 'País por defecto:',
|
||
'Select your country' => '',
|
||
'Shop timezone:' => 'Zona horaria de la tienda:',
|
||
'Select your timezone' => '',
|
||
'Shop logo:' => 'Logo de la tienda:',
|
||
'Recommended dimensions:' => 'Dimensiones recomendadas:',
|
||
'First name:' => 'Nombre:',
|
||
'Last name:' => 'Apellido:',
|
||
'E-mail address:' => 'Dirección de email:',
|
||
'Shop password:' => 'Contraseña de la tienda:',
|
||
'Re-type to confirm:' => 'Confirmar la contraseña:',
|
||
'Receive this information by e-mail' => 'Recibe estos datos por email',
|
||
'Warning: You will receive this information only if your e-mail configuration is correct.' => '',
|
||
'Configure your database by filling out the following fields:' => 'Configure su base de datos llenando los siguientes campos:',
|
||
'You have to create a database, help available in <a href="http://doc.prestashop.com" target="_blank">our online documentation</a>.' => '',
|
||
'Database server address:' => '',
|
||
'If you want to use a different port, add :XX after your server address where XX is your port number.' => '',
|
||
'Database name:' => 'Nombre de la base de datos:',
|
||
'Database login:' => 'Inicio de la base de datos',
|
||
'Database password:' => 'Contraseña de la base de datos',
|
||
'Database Engine:' => 'Tipo de base de datos:',
|
||
'Tables prefix:' => 'Prefijo de las tablas:',
|
||
'Drop existing tables (mode dev):' => '',
|
||
'Verify now!' => '',
|
||
'E-mail delivery set-up' => '',
|
||
'Configure SMTP manually (advanced users only)' => 'Configurar el envío SMTP (expertos únicamente)',
|
||
'By default, the PHP mail() function is used' => '',
|
||
'SMTP server address:' => '',
|
||
'Encryption:' => 'Encriptación:',
|
||
'None' => 'Ninguno',
|
||
'Port:' => 'Puerto:',
|
||
'Login:' => 'Nombre de usuario:',
|
||
'Password:' => 'Contraseña:',
|
||
'enter@your.email' => 'introduzca@su.email',
|
||
'Send me a test email!' => '¡Envíeme un email de prueba!',
|
||
'Next' => 'Siguiente',
|
||
'Back' => 'Anterior',
|
||
'Official forum' => '',
|
||
'Support' => '',
|
||
'Documentation' => '',
|
||
'Contact us' => 'Contacte con nosotros',
|
||
'Forum' => '',
|
||
'Blog' => 'El blog',
|
||
'Done!' => '',
|
||
'An error occured during installation...' => '',
|
||
'You can use the links on the left column to go back to the previous steps, or restart the installation process by <a href="%s">clicking here</a>.' => '',
|
||
'Your installation is finished!' => '¡La instalación está terminada!',
|
||
'You have just finished installing your shop. Thank you for using PrestaShop!' => '',
|
||
'Please remember your login information:' => '',
|
||
'WARNING: For security purposes, you must delete the "install" folder.' => 'ATENCION : para más seguridad, por favor borre la carpeta \'/install\'.',
|
||
'Back Office' => 'Back Office',
|
||
'Manage your store using your Back Office. Manage your orders and customers, add modules, change themes, etc.' => 'Administre su tienda con su back office. Maneja sus pedidos y clientes, agregue módulos, cambie su tema, etc ...',
|
||
'Manage your store' => 'Administre su tienda',
|
||
'Front Office' => 'Front Office',
|
||
'Discover your store as your future customers will see it!' => '¡Descubra su tienda tal como la verán sus clientes!',
|
||
'Discover your store' => 'Descubra su tienda',
|
||
'Required set-up. Please verify the following checklist items are true.' => '',
|
||
'Your configuration is valid, click next to continue!' => '',
|
||
'Your configuration is invalid. Please fix the issues below:' => 'Su configuración no es válida,<br />gracias por corregir la configuración:',
|
||
'Optional set-up' => 'Parámetros opcionales',
|
||
'Refresh these settings' => '',
|
||
'Welcome to the PrestaShop %s Installer.' => 'Bienvenido al asistente de instalación de PrestaShop',
|
||
'The installation process should take only few minutes!' => 'El proceso de instalación tardará solo unos minutos.',
|
||
'If you need help, do not hesitate to check <a href="%1$s" target="_blank">our documentation</a> or to contact our support team: %2$s' => '',
|
||
'Did you know?' => '¿Sabía que?',
|
||
'PrestaShop and its community offers over %d different languages for free, directly accessible from your Back Office on the Localization tab.' => '',
|
||
'License Agreements' => 'Validación de los contratos de licencia',
|
||
'PrestaShop core is released under the OSL 3.0 while PrestaShop modules and themes are released under the AFL 3.0.' => '',
|
||
'I agree to the above terms and conditions.' => 'Acepto los términos y condiciones del contrato arriba indicados.',
|
||
'I agree to participate in improving the solution by sending anonymous information about my configuration.' => 'Acepto participar en la mejora de PrestaShop enviando información anónima de mi configuración.',
|
||
'If you have any questions, please visit our <a href="%1$s" target="_blank">documentation</a> and <a href="%2$s" target="_blank">community forum</a>.' => '',
|
||
'Test message from PrestaShop' => 'Instalación Prestashop - Prueba del servidor de correo',
|
||
'This is a test message, your server is now available to send email' => 'Este es un mensaje de prueba, el servidor de correo funciona correctamente.',
|
||
'%s - Login information' => '',
|
||
'An SQL error occured for entity <i>%1$s</i>: <i>%2$s</i>' => '',
|
||
'Cannot create image "%1$s" for entity "%2$s"' => '',
|
||
'Cannot create image "%1$s" (bad permissions on folder "%2$s")' => '',
|
||
'Cannot create image "%s"' => '',
|
||
'SQL error on query <i>%s</i>' => '',
|
||
'Server name is not valid' => '',
|
||
'You must enter a database name' => '',
|
||
'You must enter a database login' => '',
|
||
'Tables prefix is invalid' => '',
|
||
'Wrong engine chosen for MySQL' => '',
|
||
'Cannot convert database data to utf-8' => '',
|
||
'At least one table with same prefix was already found, please change your prefix or drop your database' => '',
|
||
'Database Server is not found. Please verify the login, password and server fields' => '',
|
||
'Connection to MySQL server succeeded, but database "%s" not found' => '',
|
||
'Engine innoDB is not supported by your MySQL server, please use MyISAM' => '',
|
||
'%s file is not writable (check permissions)' => '',
|
||
'%s folder is not writable (check permissions)' => '',
|
||
'Cannot write settings file' => '',
|
||
'Database structure file not found' => '',
|
||
'Cannot create group shop' => '',
|
||
'Cannot create shop' => '',
|
||
'Cannot create shop URL' => '',
|
||
'File "language.xml" not found for language iso "%s"' => '',
|
||
'File "language.xml" not valid for language iso "%s"' => '',
|
||
'Cannot install language "%s"' => '',
|
||
'Cannot create admin account' => '',
|
||
'Cannot install module "%s"' => '',
|
||
'Fixtures class "%s" not found' => '',
|
||
'"%s" must be an instane of "InstallXmlLoader"' => '',
|
||
'Information about your Store' => 'Información sobre tu tienda Online',
|
||
'Help us learn more about your store so we can offer you optimal guidance and the best features for your business!' => 'Ayúdanos a conocer mejor tu negocio para que podamos orientarte y ¡proponerte funcionalidades que se adapten a tu actividad!',
|
||
'Optional - You can add you logo at a later time.' => 'Opcional – Puedes añadir esta información más tarde',
|
||
'Your Account' => 'Tu información personal',
|
||
'This email address will be your username to access your store\'s back office.' => 'Nota: esta dirección de correo electrónico te servirá como identificador en la administración de tu tienda Online',
|
||
'PrestaShop can provide you with guidance on a regular basis by sending you tips on how to optimize the management of your store which will help you grow your business. If you do not wish to receive these tips, please uncheck this box.' => 'PrestaShop puede ayudarte de forma regular con el envío de consejos con el fin de optimizar la administración de tu tienda Online y desarrollar tu actividad. Si no deseas recibir estos consejos, puedes desmarcar esta casilla.',
|
||
'To use PrestaShop, you must <a href="http://doc.prestashop.com/display/PS15/Installing+PrestaShop" target="_blank">create a database</a> to collect all of your store’s data-related activities.' => 'Para utilizar PrestaShop, debes <a href="http://doc.prestashop.com/display/PS15/Installing+PrestaShop" target="_blank">crear una base de datos</a> para que contenga el conjunto de datos relacionados con la actividad de tu tienda Online.',
|
||
'Please complete the fields below in order for PrestaShop to connect to your database. ' => 'Por favor rellena los datos aquí indicados como obligatorios para que PrestaShop pueda conectarse a tu base de datos.',
|
||
'The default port is 3306. To use a different port, add the port number at the end of your server’s address i.e ":4242".' => 'Si deseas utilizar un puerto diferente del puerto indicado por defecto (3306), añada ":4242" en la dirección de tu servidor, siendo XX el número de tu puerto.',
|
||
'Test your database connection now!' => 'Con este botón puedes testear la conexión a tu base de datos',
|
||
'PrestaShop Installation Assistant' => 'Asistente de instalación de PrestaShop',
|
||
'Contact us!' => '¡Contáctenos!',
|
||
'Installation Assistant' => 'Asistente de instalación',
|
||
'To enjoy the many features that are offered 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.' => 'Con el fin de disfrutar de las numerosas funcionalidades que ofrece PrestaShop, te damos las gracias por leer y aceptar los términos y las condiciones de las licencias aquí descritas. El código de PrestaShop se publica bajo licencia OSL 3.0 mientras que los módulos y plantillas se publican bajo licencia AFL 3.0.',
|
||
'Print my login information' => 'Guarda los datos de conexión',
|
||
'We are currently checking PrestaShop compatibility with your system environment' => 'Verificamos en este momento la compatibilidad de PrestaShop con tu entorno del sistema',
|
||
'Oops! Please correct the item(s) below, and then click "Refresh information" to test the compatibility of your new system.' => 'Por favor, corrija el/los punto(s) que se encuentran aquí marcados como errores y después hacer Clic en el botón "Refrescar esta información" con el fin de testear de nuevo la compatibilidad de tu sistema.',
|
||
'The installation of PrestaShop is quick and easy. In just a few moments, you will become part of a community consisting of more than 130,000 merchants. You are on the way to creating your own unique online store that you can manage easily every day.' => ' La instalación de PrestaShop es fácil y rápida. En sólo unos minutos, podrás unirte a una Comunidad de más de 130.000 comerciantes electrónicos para crear una tienda Online a tu imagen y administrarla a diario de forma muy sencilla.',
|
||
'Continue the installation in:' => 'Continuar la instalación en:',
|
||
'The language selection above only applies to the Installation Assistant. Once your store is installed, you can choose the language of your store from over %d translations, all for free!' => 'La elección del idioma se realiza al comienzo y se aplica al asistente de instalación. Una vez tu tienda Online esté instalada, podrás elegir el idioma de tu tienda, ¡entre las más de %d traducciones didsponibles e forma gratuita!',
|
||
),
|
||
); |