// Add some translations for english, spanish and italian in installer

This commit is contained in:
rMalie
2012-02-07 16:28:34 +00:00
parent 1fb5d50004
commit b39d69a6fe
4 changed files with 477 additions and 7 deletions
+159
View File
@@ -0,0 +1,159 @@
<?php return array (
'informations' =>
array (
),
'translations' =>
array (
'menu_welcome' => 'Willkommen!',
'menu_system' => 'Systemkompatibilität',
'menu_database' => 'Datenbank Konfiguration',
'menu_configure' => 'Shop-Konfiguration',
'menu_process' => 'Installation',
'Choose the installer language:' => NULL,
'Field required' => NULL,
'Invalid shop name' => 'Ungültiger Shopname',
'Your firstname contains some invalid characters' => 'Ihr Vorname enthält ungültige Zeichen',
'Your lastname contains some invalid characters' => 'Ihr Nachname enthält ungültige Zeichen',
'The password is incorrect (alphanumeric string with at least 8 characters)' => NULL,
'Password and its confirmation are different' => NULL,
'This e-mail address is invalid' => NULL,
'The uploaded file exceeds the upload_max_filesize directive in php.ini' => 'Die hochgeladene Datei überschreitet die maximal zulässige Größe.',
'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form' => 'Die hochgeladene Datei überschreitet die maximal zulässige Größe.',
'The uploaded file was only partially uploaded' => 'Die Datei wurde nur teilweise hochgeladen.',
'No file was uploaded' => NULL,
'Missing a temporary folder' => 'Der temporäre Ordner fehlt. Bitte wenden Sie sich an Ihren Systemadministrator.',
'Failed to write file to disk' => 'Die Datei kann nicht auf die Festplatte geschrieben werden',
'File upload stopped by extension' => 'Aufgrund einer falschen Erweiterung wurde das Senden der Datei unterbrochen',
'No error code available' => NULL,
'This is not a valid image file' => NULL,
'Image type is not supported' => NULL,
'Image folder %s is not writable' => NULL,
'Cannot upload the file' => NULL,
'Lingerie and Adult' => NULL,
'Animals and Pets' => 'Tiere',
'Art and Culture' => 'Kultur und Freizeit',
'Babies' => 'Baby-Artikel',
'Beauty and Personal Care' => 'Gesundheit und Schönheit',
'Cars' => 'Auto und Motorrad',
'Computer Hardware and Software' => 'Computer & Software',
'Download' => 'Download',
'Fashion and accessories' => 'Kleidung und Accessoires',
'Flowers, Gifts and Crafts' => 'Blumen und Geschenke',
'Food and beverage' => 'Lebensmittel und Gastronomie',
'HiFi, Photo and Video' => 'Hifi, Foto und Video',
'Home and Garden' => 'Haus & Garten',
'Home Appliances' => 'Haushaltsgeräte',
'Jewelry' => 'Schmuck',
'Mobile and Telecom' => 'Telefonie und Kommunikation',
'Services' => 'Dienstleistungen',
'Shoes and accessories' => 'Schuhe und Accessoires',
'Sports and Entertainment' => 'Sport und Freizeit',
'Travel' => 'Reise und Tourismus',
'Database is connected' => NULL,
'A test e-mail has been sent to %s' => NULL,
'An error occurred while sending email, please verify your parameters' => NULL,
'Create settings.inc file' => NULL,
'Create database tables' => NULL,
'Populate database tables' => NULL,
'Configure shop informations' => NULL,
'Install modules' => NULL,
'Install demonstration data' => NULL,
'Install theme' => NULL,
'PHP parameters:' => NULL,
'Is PHP 5.1.2 or later installed ?' => NULL,
'Can upload files ?' => NULL,
'Can create new files and folders ?' => NULL,
'Is GD Library installed ?' => NULL,
'Is MySQL support is on ?' => NULL,
'Write permissions on files:' => NULL,
'Can open external URLs ?' => NULL,
'Is PHP register global option off (recommended) ?' => NULL,
'Is GZIP compression activated (recommended) ?' => NULL,
'Is Mcrypt extension available (recommended) ?' => NULL,
'Is PHP magic quotes option deactivated (recommended) ?' => NULL,
'Is Dom extension loaded ?' => NULL,
'Is PDO MySQL extension loaded ?' => NULL,
'Shop settings and merchant account information' => 'Shopinformationen über den Verkäufer',
'Shop name:' => 'Name des Shops:',
'Main activity:' => 'Haupttätigkeit',
'Please choose your main activity' => NULL,
'Other activity...' => 'Andere...',
'This information is not required, it will only be used for statistical purposes. This information does not change anything in your store.' => 'Diese Information ist nicht erforderlich, sie wird zu statistischen Zwecken verwendet. Diese Information ändert nichts in Ihrem Shop.',
'Install demo products:' => NULL,
'Yes' => 'Ja',
'No' => 'Nein',
'Demo products are a good way to learn how to use PrestaShop. You should install them if you are not familiar with it.' => NULL,
'Default country:' => 'Standard-Land:',
'Select your country' => NULL,
'Shop timezone:' => 'Zeitzone des Shops:',
'Select your timezone' => NULL,
'Shop logo:' => 'Shop-Logo:',
'Recommended dimensions:' => 'Empfohlene Abmessungen:',
'First name:' => 'Vorname:',
'Last name:' => 'Name:',
'E-mail address:' => 'E-Mail-Adresse:',
'Shop password:' => 'Kennwort des Shops:',
'Re-type to confirm:' => 'Bestätigen Sie das Kennwort:',
'Receive this information by e-mail' => 'Meine Einstellungen per E-Mail erhalten',
'Warning: You will recieve these informations only if your e-mail configuration is correct.' => NULL,
'Configure your database by filling out the following fields:' => 'Konfigurieren Sie Ihre Datenbank, indem Sie folgende Felder ausfüllen:',
'You have to create a database, help available in <a href="langs/%1$s/README.txt" target="_blank">~/install/langs/%1$s/README.txt</a>' => NULL,
'You have to create a database, help available in <a href="README.txt" target="_blank">~/install/README.txt</a>' => NULL,
'Database server address:' => NULL,
'If you want to use a different port, add :XX after your server address where XX is your port number.' => NULL,
'Database name:' => 'Name der Datenbank:',
'Database login:' => 'Datenbank Benutzer',
'Database password:' => 'Datenbank Kennwort',
'Database Engine:' => 'Datenbank-Engine',
'Tables prefix:' => 'Tabellen-Präfixe:',
'Drop existing tables (mode dev):' => NULL,
'Verify now!' => NULL,
'E-mail delivery set-up' => NULL,
'Configure SMTP manually (advanced users only)' => 'Konfigurieren des SMTP-Mailversandes (nur für Fortgeschrittene Nutzer)',
'By default, the PHP mail() function is used' => NULL,
'SMTP server address:' => NULL,
'Encryption:' => 'Verschlüsselung:',
'None' => 'Keine',
'Port:' => 'Port:',
'Login:' => 'Benutzername:',
'Password:' => 'Kennwort:',
'enter@your.email' => 'GebenSie@Ihreemail.ein',
'Send me a test email!' => 'Eine Test-E-Mail an mich senden!',
'Next' => 'Weiter',
'Back' => 'Zurück',
'Official forum' => NULL,
'Support' => NULL,
'Documentation' => NULL,
'Contact us!' => 'Kontaktieren Sie uns! Persönlicher Support ist derzeit nur in den Sprachen Englisch und Französisch möglich. ',
'Forum' => NULL,
'Blog' => 'Blog',
'Done!' => NULL,
'An error occured during installation...' => NULL,
'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>' => NULL,
'Your installation is finished!' => 'Die Installation ist abgeschlossen!',
'You have just installed and configured PrestaShop as your online shop. We wish you all the best with the success of your online shop.' => 'Sie haben gerade soeben Ihren Online-Shop erfolgreich installiert und konfiguriert, wir danken Ihnen.',
'Here is your shop information. You can modify it once you are logged in.' => 'Nachstehend Ihre Login-Daten zusammengefasst. Diese Daten können Sie später im Back-Office Bereich jederzeit ändern.',
'WARNING: For security purposes, you must delete the "install" folder.' => 'VORSICHT: Aus Sicherheitsgründen löschen Sie bitte den Ordner \'/install\'.',
'Back Office' => 'Back Office',
'Manage your store using your Back Office. Manage your orders and customers, add modules, change themes, etc.' => 'Verwalten Sie Ihren Shop im Back-Office. Verwalten Sie Ihre Bestellungen und Kunden, fügen Sie Module hinzu, ändern Sie Ihr Template, usw. ...',
'Manage your store' => 'Verwalten Sie Ihren Shop',
'Front Office' => 'Front Office',
'Discover your store as your future customers will see it!' => 'Sehen Sie, wie Ihr Shop später für Ihre Kunden aussieht!',
'Discover your store' => 'Meinen Shop entdecken',
'Required set-up. Please verify the following checklist items are true.' => NULL,
'Your configuration is valid, click next to continue!' => NULL,
'Your configuration is invalid. Please fix the issues below:' => 'Ihre Konfiguration ist nicht gültig, <br /> bitte beheben Sie diese Probleme:',
'Optional set-up' => 'Optionale Einstellungen',
'Refresh these settings' => NULL,
'Welcome to the PrestaShop %s Installer.' => NULL,
'The installation process should take only few minutes!' => 'Der Installationsprozess dauert nur ein paar Minuten!',
'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' => NULL,
'Did you know?' => 'Wussten Sie schon?',
'PrestaShop and community offers over 40 different languages for free directly accessible from your back-office in tools tab' => NULL,
'Licenses Agreement' => 'Lizenzvertrag',
'PrestaShop core is released under the OSL 3.0 while PrestaShop modules and themes are released under the AFL 3.0.' => NULL,
'I agree to the above terms and conditions.' => 'Ich stimme den oben genannten Vertragsbedingungen zu.',
'I agree to participate in improving the solution by sending anonymous information about my configuration.' => NULL,
'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>.' => NULL,
),
);
-7
View File
@@ -13,12 +13,5 @@ return array(
'menu_database' => 'System Configuration',
'menu_configure' => 'Shop Configuration',
'menu_process' => 'Installation process',
'process_step_installDatabase' => 'Create database tables',
'process_step_populateDatabase' => 'Populate database tables',
'process_step_configureShop' => 'Configure shop informations',
'process_step_installModules' => 'Install default modules',
'process_step_installFixtures' => 'Install demonstration data',
'process_step_installTheme' => 'Install theme',
'process_step_preactivation' => 'Preactivate modules',
),
);
+159
View File
@@ -0,0 +1,159 @@
<?php return array (
'informations' =>
array (
),
'translations' =>
array (
'menu_welcome' => '¡Bienvenido!',
'menu_system' => 'Compatibilidad sistema',
'menu_database' => 'Configuración de base de datos',
'menu_configure' => 'Configuración de la tienda',
'menu_process' => 'Instalación',
'Choose the installer language:' => NULL,
'Field required' => NULL,
'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)' => NULL,
'Password and its confirmation are different' => NULL,
'This e-mail address is invalid' => NULL,
'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' => NULL,
'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' => NULL,
'This is not a valid image file' => NULL,
'Image type is not supported' => NULL,
'Image folder %s is not writable' => NULL,
'Cannot upload the file' => NULL,
'Lingerie and Adult' => NULL,
'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' => NULL,
'A test e-mail has been sent to %s' => NULL,
'An error occurred while sending email, please verify your parameters' => NULL,
'Create settings.inc file' => NULL,
'Create database tables' => NULL,
'Populate database tables' => NULL,
'Configure shop informations' => NULL,
'Install modules' => NULL,
'Install demonstration data' => NULL,
'Install theme' => NULL,
'PHP parameters:' => NULL,
'Is PHP 5.1.2 or later installed ?' => NULL,
'Can upload files ?' => NULL,
'Can create new files and folders ?' => NULL,
'Is GD Library installed ?' => NULL,
'Is MySQL support is on ?' => NULL,
'Write permissions on files:' => NULL,
'Can open external URLs ?' => NULL,
'Is PHP register global option off (recommended) ?' => NULL,
'Is GZIP compression activated (recommended) ?' => NULL,
'Is Mcrypt extension available (recommended) ?' => NULL,
'Is PHP magic quotes option deactivated (recommended) ?' => NULL,
'Is Dom extension loaded ?' => NULL,
'Is PDO MySQL extension loaded ?' => NULL,
'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' => NULL,
'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:' => NULL,
'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.' => NULL,
'Default country:' => 'País por defecto:',
'Select your country' => NULL,
'Shop timezone:' => 'Zona horaria de la tienda:',
'Select your timezone' => NULL,
'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 recieve these informations only if your e-mail configuration is correct.' => NULL,
'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="langs/%1$s/README.txt" target="_blank">~/install/langs/%1$s/README.txt</a>' => NULL,
'You have to create a database, help available in <a href="README.txt" target="_blank">~/install/README.txt</a>' => NULL,
'Database server address:' => NULL,
'If you want to use a different port, add :XX after your server address where XX is your port number.' => NULL,
'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):' => NULL,
'Verify now!' => NULL,
'E-mail delivery set-up' => NULL,
'Configure SMTP manually (advanced users only)' => 'Configurar el envío SMTP (expertos únicamente)',
'By default, the PHP mail() function is used' => NULL,
'SMTP server address:' => NULL,
'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' => NULL,
'Support' => NULL,
'Documentation' => NULL,
'Contact us!' => '¡Contacte con nosotros!',
'Forum' => NULL,
'Blog' => 'El blog',
'Done!' => NULL,
'An error occured during installation...' => NULL,
'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>' => NULL,
'Your installation is finished!' => '¡La instalación está terminada!',
'You have just installed and configured PrestaShop as your online shop. We wish you all the best with the success of your online shop.' => 'Acaba de instalar y de configurar su tienda online y se lo agradecemos.',
'Here is your shop information. You can modify it once you are logged in.' => 'Aquí tiene sus datos de conexión, puede modificarlos posteriormente si lo desea.',
'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.' => NULL,
'Your configuration is valid, click next to continue!' => NULL,
'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' => NULL,
'Welcome to the PrestaShop %s Installer.' => NULL,
'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' => NULL,
'Did you know?' => '¿Sabía que?',
'PrestaShop and community offers over 40 different languages for free directly accessible from your back-office in tools tab' => NULL,
'Licenses Agreement' => 'Contrato de Licencia',
'PrestaShop core is released under the OSL 3.0 while PrestaShop modules and themes are released under the AFL 3.0.' => NULL,
'I agree to the above terms and conditions.' => 'Estoy de acuerdo con los términos y condiciones.',
'I agree to participate in improving the solution by sending anonymous information about my configuration.' => NULL,
'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>.' => NULL,
),
);
+159
View File
@@ -0,0 +1,159 @@
<?php return array (
'informations' =>
array (
),
'translations' =>
array (
'menu_welcome' => 'Benvenuto!',
'menu_system' => 'Compatibilità sistema',
'menu_database' => NULL,
'menu_configure' => 'Configurazione negozio',
'menu_process' => 'Installazione',
'Choose the installer language:' => NULL,
'Field required' => NULL,
'Invalid shop name' => 'nome negozio non valido',
'Your firstname contains some invalid characters' => 'Il tuo nome contiene dei caratteri non validi',
'Your lastname contains some invalid characters' => 'Il tuo cognome contiene dei caratteri non validi',
'The password is incorrect (alphanumeric string with at least 8 characters)' => NULL,
'Password and its confirmation are different' => NULL,
'This e-mail address is invalid' => NULL,
'The uploaded file exceeds the upload_max_filesize directive in php.ini' => 'Il file inviato supera la dimensione massima autorizzata.',
'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form' => 'Il file inviato supera la dimensione massima autorizzata.',
'The uploaded file was only partially uploaded' => 'Il file è stato parzialmente inviato.',
'No file was uploaded' => NULL,
'Missing a temporary folder' => 'Manca la cartella temporanea di ricezione dell\'invio di file. Consulta il tuo amministratore.',
'Failed to write file to disk' => 'Impossibile scrivere il file sul disco',
'File upload stopped by extension' => 'Invio file interrotto a causa di estensione errata',
'No error code available' => NULL,
'This is not a valid image file' => NULL,
'Image type is not supported' => NULL,
'Image folder %s is not writable' => NULL,
'Cannot upload the file' => NULL,
'Lingerie and Adult' => NULL,
'Animals and Pets' => 'Animali',
'Art and Culture' => 'Cultura e svaghi',
'Babies' => 'Articoli per bambini',
'Beauty and Personal Care' => 'Salute e bellezza',
'Cars' => 'Auto e moto',
'Computer Hardware and Software' => 'Informatica e software',
'Download' => 'Download',
'Fashion and accessories' => 'Abiti e accessori',
'Flowers, Gifts and Crafts' => 'Fiori e regali',
'Food and beverage' => 'Alimentazione e gastronomia',
'HiFi, Photo and Video' => 'Hifi, foto e video',
'Home and Garden' => 'Casa e giardinaggio',
'Home Appliances' => 'Elettrodomestici',
'Jewelry' => 'Gioielleria',
'Mobile and Telecom' => 'Telefonia e comunicazioni',
'Services' => 'Servizi',
'Shoes and accessories' => 'Scarpe e accessori',
'Sports and Entertainment' => 'Sport e divertimenti',
'Travel' => 'Viaggi e turismo',
'Database is connected' => NULL,
'A test e-mail has been sent to %s' => NULL,
'An error occurred while sending email, please verify your parameters' => NULL,
'Create settings.inc file' => NULL,
'Create database tables' => NULL,
'Populate database tables' => NULL,
'Configure shop informations' => NULL,
'Install modules' => NULL,
'Install demonstration data' => NULL,
'Install theme' => NULL,
'PHP parameters:' => NULL,
'Is PHP 5.1.2 or later installed ?' => NULL,
'Can upload files ?' => NULL,
'Can create new files and folders ?' => NULL,
'Is GD Library installed ?' => NULL,
'Is MySQL support is on ?' => NULL,
'Write permissions on files:' => NULL,
'Can open external URLs ?' => NULL,
'Is PHP register global option off (recommended) ?' => NULL,
'Is GZIP compression activated (recommended) ?' => NULL,
'Is Mcrypt extension available (recommended) ?' => NULL,
'Is PHP magic quotes option deactivated (recommended) ?' => NULL,
'Is Dom extension loaded ?' => NULL,
'Is PDO MySQL extension loaded ?' => NULL,
'Shop settings and merchant account information' => 'Informazioni sul venditore',
'Shop name:' => 'Nome del negozio:',
'Main activity:' => 'Attività principale',
'Please choose your main activity' => NULL,
'Other activity...' => 'Altre attività ...',
'This information is not required, it will only be used for statistical purposes. This information does not change anything in your store.' => 'Queste informazioni non sono obbligatorie, saranno utilizzate a fini statistici. Queste informazioni non cambieranno nulla nel tuo negozio.',
'Install demo products:' => NULL,
'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.' => NULL,
'Default country:' => 'Nazione di default:',
'Select your country' => NULL,
'Shop timezone:' => 'Fuso orario del negozio:',
'Select your timezone' => NULL,
'Shop logo:' => 'Logo del negozio:',
'Recommended dimensions:' => 'Dimensioni suggerite:',
'First name:' => 'Nome:',
'Last name:' => 'Cognome:',
'E-mail address:' => 'Indirizzo e-mail:',
'Shop password:' => 'Password del negozio',
'Re-type to confirm:' => 'Conferma la password:',
'Receive this information by e-mail' => 'Riceverò le mie informazioni tramite e-mail',
'Warning: You will recieve these informations only if your e-mail configuration is correct.' => NULL,
'Configure your database by filling out the following fields:' => 'Configura il tuo database riempiendo i campi qui sotto:',
'You have to create a database, help available in <a href="langs/%1$s/README.txt" target="_blank">~/install/langs/%1$s/README.txt</a>' => NULL,
'You have to create a database, help available in <a href="README.txt" target="_blank">~/install/README.txt</a>' => NULL,
'Database server address:' => NULL,
'If you want to use a different port, add :XX after your server address where XX is your port number.' => NULL,
'Database name:' => 'Nome database:',
'Database login:' => '',
'Database password:' => '',
'Database Engine:' => 'Motore database',
'Tables prefix:' => 'Prefisso tabelle',
'Drop existing tables (mode dev):' => NULL,
'Verify now!' => NULL,
'E-mail delivery set-up' => NULL,
'Configure SMTP manually (advanced users only)' => 'Configura l\'invio SMTP (solo per utenti esperti)',
'By default, the PHP mail() function is used' => NULL,
'SMTP server address:' => NULL,
'Encryption:' => 'Criptaggio:',
'None' => 'Nessuno',
'Port:' => 'Porta:',
'Login:' => 'ID',
'Password:' => 'Password',
'enter@your.email' => 'inserisci@tua.email',
'Send me a test email!' => 'Inviami una e-mail di prova!',
'Next' => 'Successivo',
'Back' => 'Precedente',
'Official forum' => NULL,
'Support' => NULL,
'Documentation' => NULL,
'Contact us!' => 'Contattaci!',
'Forum' => NULL,
'Blog' => 'Il blog',
'Done!' => NULL,
'An error occured during installation...' => NULL,
'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>' => NULL,
'Your installation is finished!' => 'Installazione terminata!',
'You have just installed and configured PrestaShop as your online shop. We wish you all the best with the success of your online shop.' => 'Hai appena installato e configurato il tuo negozio online, grazie.',
'Here is your shop information. You can modify it once you are logged in.' => 'Qui sotto i dati del tuo negozio. Puoi modificarli dopo aver effettuato il login a Back Office.',
'WARNING: For security purposes, you must delete the "install" folder.' => 'ATTENZIONE: per motivi di sicurezza, adesso devi cancellare la cartella \'install\'.',
'Back Office' => 'Back Office',
'Manage your store using your Back Office. Manage your orders and customers, add modules, change themes, etc.' => 'Amministra il tuo negozio con il tuo back office. Gestisci ordini e clienti, aggiungi moduli, modifica il tuo tema, etc....',
'Manage your store' => 'Gestisci il tuo negozio',
'Front Office' => 'Front Office',
'Discover your store as your future customers will see it!' => 'Scopri il tuo negozio come lo vedranno i tuoi futuri clienti!',
'Discover your store' => 'Scopri il mio negozio',
'Required set-up. Please verify the following checklist items are true.' => NULL,
'Your configuration is valid, click next to continue!' => NULL,
'Your configuration is invalid. Please fix the issues below:' => 'La tua configurazione non è valida,<br />correggi questi problemi:',
'Optional set-up' => 'Parametri opzionali',
'Refresh these settings' => NULL,
'Welcome to the PrestaShop %s Installer.' => NULL,
'The installation process should take only few minutes!' => 'Il processo di installazione dovrebbe durare solo pochi minuti!',
'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' => NULL,
'Did you know?' => 'Lo sapevi?',
'PrestaShop and community offers over 40 different languages for free directly accessible from your back-office in tools tab' => NULL,
'Licenses Agreement' => 'Contratto di Licenza',
'PrestaShop core is released under the OSL 3.0 while PrestaShop modules and themes are released under the AFL 3.0.' => NULL,
'I agree to the above terms and conditions.' => 'Accetto i termini e le condizioni del contratto seguente.',
'I agree to participate in improving the solution by sending anonymous information about my configuration.' => NULL,
'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>.' => NULL,
),
);