// Merge -> revision 9352
This commit is contained in:
+85
-80
@@ -4,36 +4,34 @@ $_LANG['Installer'] = 'Installation';
|
||||
$_LANG['Updater'] = 'Aktualisierung';
|
||||
$_LANG['.'] = '.';
|
||||
$_LANG['A Prestashop database already exists, please drop it or change the prefix.'] = 'Eine PrestaShop Datenbank existiert bereits mit diesem Präfix, Sie müssen sie manuell löschen oder das Präfix ändern.';
|
||||
$_LANG['An email has been sent!'] = 'Eine E-Mail wurde verschickt!';
|
||||
$_LANG['Access and configure PHP 5.0+ on your hosting server'] = 'Prüfen Sie, ob Ihr Provider PHP5 anbietet und/ oder aktivieren Sie es ggfs.';
|
||||
$_LANG['A test e-mail has been sent to'] = 'Eine E-Mail wurde verschickt!';
|
||||
$_LANG['An error occurred while resizing the picture.'] = 'Bei der Änderung des Bildmaßstabs ist ein Fehler aufgetreten.';
|
||||
$_LANG['An error occurred while sending email, please verify your parameters.'] = 'Beim Senden der E-Mail ist ein Fehler aufgetreten, bitte prüfen Sie Ihre Einstellungen.';
|
||||
$_LANG['Available shop languages'] = 'Verfügbare Sprachen';
|
||||
$_LANG['Back'] = 'Zurück';
|
||||
$_LANG['Back up your database and all application files (update only)'] = 'Speichern Sie Ihre Datenbank und Dateien (nur im Falle eines Update von PrestaShop)';
|
||||
$_LANG['Please backup the database and application files.'] = 'Bevor Sie fortfahren, sollten Sie eine Sicherungskopie Ihrer Daten vornehmen. Bitte kopieren Sie alle Dateien von der Website in einen Backup-Ordner und nehmen Sie zus√§tzlich eine Sicherungskopie Ihrer Datenbank vor. Wenn Sie die versteckte Datei ".htaccess" manuell am Root Ihres Shops bearbeitet haben, achten Sie darauf, diese ebenfalls zu speichern.';
|
||||
$_LANG['By default, the PHP \'mail()\' function is used'] = 'Die Funktion PHP \'mail()\' wird standardmäßig verwendet.';
|
||||
$_LANG['Can\'t create settings file, if /config/settings.inc.php exists, please give the public write permissions to this file, else please create a file named settings.inc.php in config directory.'] = 'Fehler beim Erstellen der Konfigurationsdatei, wenn die Datei /config/ settings.inc.php existiert, geben Sie ihr bitte die offiziellen Schreibrechte, ansonsten erstellen Sie bitte eine Datei settings.inc.php im Konfigurationsverzeichnis (/config/)';
|
||||
$_LANG['By default, the PHP \'mail()\' function is used (recommended)'] = 'Die Funktion PHP \'mail()\' wird standardmäßig verwendet.';
|
||||
$_LANG['Can\'t create settings file, if /config/settings.inc.php exists, please give the public write permissions to this file, otherwise please create a file named settings.inc.php in config directory.'] = 'Fehler beim Erstellen der Konfigurationsdatei, wenn die Datei /config/ settings.inc.php existiert, geben Sie ihr bitte die offiziellen Schreibrechte, ansonsten erstellen Sie bitte eine Datei settings.inc.php im Konfigurationsverzeichnis (/config/)';
|
||||
$_LANG['Can\'t find the sql upgrade files. Please verify that the /install/sql/upgrade folder is not empty)'] = 'Kann eine der SQL-Update-Dateien nicht finden. Bitte stellen Sie sicher, dass der Ordner /install/sql/upgrade nicht leer ist.';
|
||||
$_LANG['Choose the installer language:'] = 'In welcher Sprache möchten Sie das installieren?';
|
||||
$_LANG['Choose your prefered language for the installation:'] = 'In welcher Sprache möchten Sie das installieren?';
|
||||
$_LANG['Community Forum'] = 'unser Community-Forum';
|
||||
$_LANG['Configure SMTP manually (advanced users only)'] = 'Konfigurieren des SMTP-Sendens (nur für Experten)';
|
||||
$_LANG['Configure your database by filling out the following fields:'] = 'Konfigurieren Sie Ihre Datenbank, indem Sie folgende Felder ausfüllen:';
|
||||
$_LANG['Congratulation, your online shop is now ready!'] = 'Herzlichen Glückwunsch, Ihr Shop installiert!';
|
||||
$_LANG['Congratulations, your online shop is now ready!'] = 'Herzlichen Glückwunsch, Ihr Shop installiert!';
|
||||
$_LANG['Contact us!'] = 'Kontaktieren Sie uns!';
|
||||
$_LANG['Create new files and folders allowed'] = 'Erstellen neuer Ordner und Dateien zugelassen';
|
||||
$_LANG['Data integrity is not valided. Hack attempt?'] = 'Die Integrit√§t der Daten ist nicht best√§tigt.';
|
||||
$_LANG['Database Server is available but database is not found'] = 'Der Datenbank-Server steht zur Verfügung, aber die Datenbank wurde nicht gefunden';
|
||||
$_LANG['Database Server is not found. Please verify the login, password and server fields.'] = 'Der Datenbank-Server wurde nicht gefunden, bitte prüfen Sie Ihren Benutzernamen oder den Server-Namen.';
|
||||
$_LANG['Creation of new files and folders allowed'] = 'Erstellen neuer Ordner und Dateien zugelassen';
|
||||
$_LANG['Database server is available but database was not found'] = 'Der Datenbank-Server steht zur Verfügung, aber die Datenbank wurde nicht gefunden';
|
||||
$_LANG['Database server was not found. Please verify the login, password and server fields.'] = 'Der Datenbank-Server wurde nicht gefunden, bitte prüfen Sie Ihren Benutzernamen oder den Server-Namen.';
|
||||
$_LANG['Database configuration'] = 'Konfiguration der Datenbank';
|
||||
$_LANG['Database connection is available!'] = 'Die Datenbank wurde gefunden!';
|
||||
$_LANG['Database is created!'] = 'Datenbank installiert!';
|
||||
$_LANG['Database name:'] = 'Name der Datenbank:';
|
||||
$_LANG['Disclaimer'] = 'Warnung';
|
||||
$_LANG['Documentation Wiki'] = 'Wiki-Dokumentation';
|
||||
$_LANG['Online documentation'] = 'Wiki-Dokumentation';
|
||||
$_LANG['E-mail:'] = 'E-Mail:';
|
||||
$_LANG['E-mail address:'] = 'E-Mail-Adresse:';
|
||||
$_LANG['E-mail delivery set-up'] = 'Sendeeinstellungen für E-Mails';
|
||||
$_LANG['E-mail configuration'] = 'Sendeeinstellungen für E-Mails';
|
||||
$_LANG['Encryption:'] = 'Verschlüsselung:';
|
||||
$_LANG['Error!'] = 'Fehler!';
|
||||
$_LANG['Error while creating the /config/settings.inc.php file.'] = 'Fehler beim Erstellen der Datei /config/settings.inc.php.';
|
||||
@@ -41,7 +39,7 @@ $_LANG['Error while inserting content into the database'] = 'Fehler beim Einf√
|
||||
$_LANG['Error while inserting data in the database:'] = 'Fehler beim Einfügen in die Datenbank:';
|
||||
$_LANG['Error while loading sql upgrade file.'] = 'Fehler beim Öffnen der SQL-Datei';
|
||||
$_LANG['Error:'] = 'Fehler:';
|
||||
$_LANG['Errors while updating...'] = 'Fehler bei der Aktualisierung ...';
|
||||
$_LANG['Error(s) while updating...'] = 'Fehler bei der Aktualisierung ...';
|
||||
$_LANG['Failed to write file to disk'] = 'Kann die Datei nicht auf die Festplatte schreiben';
|
||||
$_LANG['Fields are different!'] = 'Die Felder sind unterschiedlich!';
|
||||
$_LANG['File upload allowed'] = 'Datei Senden erlaubt';
|
||||
@@ -50,22 +48,22 @@ $_LANG['First name:'] = 'Vorname:';
|
||||
$_LANG['For more information, please consult our'] = 'Weitere Informationen finden Sie auf unserer';
|
||||
$_LANG['GD Library installed'] = 'GD-Bibliothek installiert';
|
||||
$_LANG['GZIP compression is on (recommended)'] = 'GZIP-Kompression ist aktiviert (empfohlen)';
|
||||
$_LANG['Here are your shop information. You can modify them once logged in.'] = 'Hier sind Ihre Login-Daten, Sie können sie später im Back-Office ändern.';
|
||||
$_LANG['However, you must know how to do the following manually:'] = 'Nichtsdestotrotz können Sie die folgenden Aufgaben manuell durchführen:';
|
||||
$_LANG['Here is your shop information. You can modify it once you are logged in.'] = 'Hier sind Ihre Login-Daten, Sie können sie später im Back-Office ändern.';
|
||||
$_LANG['However, you must know how to do the following:'] = 'Nichtsdestotrotz können Sie die folgenden Aufgaben durchführen:';
|
||||
$_LANG['I agree to the above terms and conditions.'] = 'Ich stimme den oben genannten Vertragsbedingungen zu.';
|
||||
$_LANG['If you have any questions, please visit our '] = 'Wenn Sie je Fragen haben sollten, werfen Sie einfach einen Blick auf unsere ';
|
||||
$_LANG['Impossible the access the a MySQL content file.'] = 'Kann nicht auf den Inhalt einer *.sql-Datei zugreifen.';
|
||||
$_LANG['Impossible to read the content of a MySQL content file.'] = 'Kann den Inhalt einer *.sql-Datei nicht lesen.';
|
||||
$_LANG['Impossible to send the email!'] = 'Kann E-Mail nicht senden!';
|
||||
$_LANG['Impossible to upload the file!'] = 'Kann Datei nicht senden!';
|
||||
$_LANG['Impossible to write the image /img/logo.jpg. If this image already exists, please delete it.'] = 'Kann Bild /img/logo.jpg nicht schreiben. Falls es bereits existiert, löschen Sie es bitte manuell.';
|
||||
$_LANG['Installation : complete install of the PrestaShop Solution'] = 'Komplette Installation von PrestaShop';
|
||||
$_LANG['Cannot access the a MySQL data file.'] = 'Kann nicht auf den Inhalt einer *.sql-Datei zugreifen.';
|
||||
$_LANG['Cannot read the content of a MySQL data file.'] = 'Kann den Inhalt einer *.sql-Datei nicht lesen.';
|
||||
$_LANG['Cannot send the email!'] = 'Kann E-Mail nicht senden!';
|
||||
$_LANG['Cannot upload the file!'] = 'Kann Datei nicht senden!';
|
||||
$_LANG['Cannot write the image /img/logo.jpg. If this image already exists, please delete it.'] = 'Kann Bild /img/logo.jpg nicht schreiben. Falls es bereits existiert, löschen Sie es bitte manuell.';
|
||||
$_LANG['Installation: Full installation of PrestaShop'] = 'Komplette Installation von PrestaShop';
|
||||
$_LANG['Installation is complete!'] = 'Installation abgeschlossen!';
|
||||
$_LANG['Installation method'] = 'Installationsmethode';
|
||||
$_LANG['What do you want to do?'] = 'Installationsmethode';
|
||||
$_LANG['Last name:'] = 'Name:';
|
||||
$_LANG['Licenses Agreement'] = 'Lizenzvertrag';
|
||||
$_LANG['License Agreement'] = 'Lizenzvertrag';
|
||||
$_LANG['Login:'] = 'Benutzername:';
|
||||
$_LANG['Merchant info'] = 'Informationen über den Verkäufer';
|
||||
$_LANG['Shop settings and merchant account information'] = 'Informationen über den Verkäufer';
|
||||
$_LANG['Missing a temporary folder'] = 'Der tempor√§re Ordner Ihrer empfangenen Dateisendungen fehlt. Bitte wenden Sie sich an Ihren Systemadministrator.';
|
||||
$_LANG['MySQL support is on'] = 'Die MySQL-Unterstützung ist aktiviert';
|
||||
$_LANG['Next'] = 'Weiter';
|
||||
@@ -73,18 +71,17 @@ $_LANG['No error code available.'] = 'Unbekannter Fehler.';
|
||||
$_LANG['No file was uploaded.'] = 'Es ist keine Datei gesandt worden';
|
||||
$_LANG['No upgrade is possible.'] = 'Kein Update verfügbar';
|
||||
$_LANG['None'] = 'Keine';
|
||||
$_LANG['Official forum'] = 'Offizielles Forum';
|
||||
$_LANG['One or more errors have occurred, you can find more informations below or in the log/installation.log file.'] = 'Ein oder mehrere Fehler sind aufgetreten';
|
||||
$_LANG['PrestaShop Forums'] = 'Offizielles Forum';
|
||||
$_LANG['One or more errors have occurred, you can find more information below or in the log/installation.log file.'] = 'Ein oder mehrere Fehler sind aufgetreten';
|
||||
$_LANG['Open external URLs allowed'] = 'Öffnung externer URLs erlaubt';
|
||||
$_LANG['Optional languages'] = 'Nicht angebotene Sprachen';
|
||||
$_LANG['Optional set-up'] = 'Optionale Einstellungen';
|
||||
$_LANG['PHP \'mail()\' function is available'] = 'Die Funktion PHP \'mail()\' ist verfügbar';
|
||||
$_LANG['PHP \'mail()\' function is unavailable'] = 'Die Funktion PHP \'mail()\' ist nicht verfügbar';
|
||||
$_LANG['PHP 5.0 or later installed'] = 'PHP 5.0 oder höher installiert';
|
||||
$_LANG['PHP parameters:'] = 'PHP-Einstellungen:';
|
||||
$_LANG['PHP register global option is off (recommended)'] = 'Die PHP-Option "register global" ist deaktiviert (empfohlen)';
|
||||
$_LANG['Password:'] = 'Kennwort:';
|
||||
$_LANG['Please allow 5-15 minutes to complete the installation process.'] = 'Der Installationsprozess dauert nur ein paar Minuten!';
|
||||
$_LANG['Please allow 10-15 minutes to complete the installation process.'] = 'Der Installationsprozess dauert nur ein paar Minuten!';
|
||||
$_LANG['Please set a SMTP login'] = 'Geben Sie einen SMTP-Benutzernamen ein';
|
||||
$_LANG['Please set a SMTP password'] = 'Geben Sie das SMTP-Kennwort ein';
|
||||
$_LANG['Please set a SMTP server name'] = 'Geben Sie einen SMTP-Server-Namen ein';
|
||||
@@ -96,10 +93,10 @@ $_LANG['PrestaShop %s Installer'] = 'Installation der PrestaShop-Version %s';
|
||||
$_LANG['PrestaShop is ready!'] = 'PrestaShop ist fertig!';
|
||||
$_LANG['Re-type to confirm:'] = 'Best√§tigen Sie das Kennwort:';
|
||||
$_LANG['Ready, set, go!'] = 'PrestaShop ist installiert!';
|
||||
$_LANG['Receive notifications by e-mail'] = 'Meine Informationen per E-Mail erhalten';
|
||||
$_LANG['Refresh these settings'] = 'Erneut überprüfen';
|
||||
$_LANG['Receive this information by e-mail'] = 'Meine Informationen per E-Mail erhalten';
|
||||
$_LANG['Check my settings again'] = 'Erneut überprüfen';
|
||||
$_LANG['Required field'] = 'Pflichtfelder';
|
||||
$_LANG['Required set-up. Please verify the following checklist items are true.'] = 'Bitte vergewissern Sie sich, dass jede der folgenden Einstellungen best√§tigt ist.';
|
||||
$_LANG['Required set-up. Please verify the following checklist items:'] = 'Bitte vergewissern Sie sich, dass jede der folgenden Einstellungen best√§tigt ist.';
|
||||
$_LANG['SMTP connection is available!'] = 'SMTP-Verbindung verfügbar!';
|
||||
$_LANG['SMTP connection is unavailable'] = 'SMTP-Verbindung nicht verfügbar';
|
||||
$_LANG['SMTP server:'] = 'SMTP-Server:';
|
||||
@@ -107,19 +104,18 @@ $_LANG['SQL errors have occurred.'] = 'Es sind SQL-Fehler aufgetreten.';
|
||||
$_LANG['Select the different languages available for your shop'] = 'W√§hlen Sie die verschiedenen Sprachen, die Ihr Shop den Kunden anbieten soll';
|
||||
$_LANG['Send me a test email!'] = 'Eine Test-E-Mail an mich senden!';
|
||||
$_LANG['Server:'] = 'Server:';
|
||||
$_LANG['Set permissions on folders & subfolders using Terminal or an FTP client'] = 'Festlegen von Berechtigungen für Ordner und Unterordner über einen FTP-Client';
|
||||
$_LANG['Set permissions on folders & subfolders using an FTP client'] = 'Festlegen von Berechtigungen für Ordner und Unterordner über einen FTP-Client';
|
||||
$_LANG['Shop Configuration'] = 'Shop-Konfiguration';
|
||||
$_LANG['Shop logo'] = 'Shop-Logo';
|
||||
$_LANG['Shop logo:'] = 'Shop-Logo:';
|
||||
$_LANG['Shop name:'] = 'Name des Shops:';
|
||||
$_LANG['Shop password:'] = 'Kennwort des Shops:';
|
||||
$_LANG['Shop\'s default language'] = 'Standard-Sprache';
|
||||
$_LANG['Shop\'s languages'] = 'Sprache des Shops';
|
||||
$_LANG['System and permissions'] = 'System und Berechtigungen';
|
||||
$_LANG['System Compatibility'] = 'Systemkompatibilit√§t';
|
||||
$_LANG['System Configuration'] = 'Systemkonfiguration';
|
||||
$_LANG['Tables prefix:'] = 'Tabellen-Pr√§fixe:';
|
||||
$_LANG['Test message - Prestashop'] = 'Installation von PrestaShop - Test des E-Mail-Servers';
|
||||
$_LANG['The PrestaShop Installer will do most of the work in just a few clicks.'] = 'Der PrestaShop Installer führt die ganze Arbeit mit ein paar Klicks durch.';
|
||||
$_LANG['The PrestaShop Installer will do most of the work for you in just a few clicks.'] = 'Der PrestaShop Installer führt die ganze Arbeit mit ein paar Klicks durch.';
|
||||
$_LANG['The config/settings.inc.php file was not found. Did you delete or rename this file?'] = 'Die Datei config/settings.inc.php wurde nicht gefunden. Haben Sie sie gelöscht oder umbenannt?';
|
||||
$_LANG['The config/defines.inc.php file was not found. Where did you move it?'] = 'Die Datei config/defines.inc.php wurde nicht gefunden. Wo ist sie?';
|
||||
$_LANG['The password is incorrect (alphanumeric string at least 8 characters).'] = 'Falsches Kennwort (alpha-numerischer String aus mindestens 8 Zeichen)';
|
||||
@@ -127,60 +123,59 @@ $_LANG['The uploaded file exceeds the MAX_FILE_SIZE directive that was specified
|
||||
$_LANG['The uploaded file exceeds the upload_max_filesize directive in php.ini'] = 'Die gesendete Datei überschreitet die maximal zulässige Größe.';
|
||||
$_LANG['The uploaded file was only partially uploaded'] = 'Die Datei wurde teilweise gesendet.';
|
||||
$_LANG['There is no older version. Did you delete or rename the config/settings.inc.php file?'] = 'Keine frühere Version erkannt. Haben Sie die Datei settings.inc.php aus dem Ordner config gelöscht oder umbenannt?';
|
||||
$_LANG['This PrestaShop database already exists. Please revalidate your authentication informations to the database.'] = 'Diese PrestaShop-Datenbank existiert schon, bitte best√§tigen Sie der Datenbank erneut Ihre Kennungen.';
|
||||
$_LANG['This application need you to activate Javascript to correctly work.'] = 'JavaScript ist erforderlich, um diese Anwendung auszuführen.';
|
||||
$_LANG['This email adress is wrong!'] = 'Falsche Adresse!';
|
||||
$_LANG['This PrestaShop database already exists. Please revalidate your authentication information to the database.'] = 'Diese PrestaShop-Datenbank existiert schon, bitte best√§tigen Sie der Datenbank erneut Ihre Kennungen.';
|
||||
$_LANG['This application needs you to activate Javascript to correctly work.'] = 'JavaScript ist erforderlich, um diese Anwendung auszuführen.';
|
||||
$_LANG['This e-mail address is invalid!'] = 'Falsche Adresse!';
|
||||
$_LANG['This installer is too old.'] = 'Der Installer ist zu alt.';
|
||||
$_LANG['This is a test message, your server is now available to send email'] = 'Dies ist eine Testnachricht, Ihr E-Mail-Server funktioniert korrekt.';
|
||||
$_LANG['This is not a valid file name.'] = 'Dies ist kein gültiger Name.';
|
||||
$_LANG['This is not a valid image file.'] = 'Dies ist kein gültiges Bild.';
|
||||
$_LANG['Too long!'] = 'Zu lang!';
|
||||
$_LANG['Too long'] = 'Zu lang!';
|
||||
$_LANG['Unfortunately,'] = 'Leider';
|
||||
$_LANG['Update is complete!'] = 'Aktualisierung beendet!';
|
||||
$_LANG['Upgrade: get the latest stable version!'] = 'Aktualisierung: Installieren Sie die neueste Version von PrestaShop';
|
||||
$_LANG['Verify now!'] = 'Testen der SQL-Verbindung';
|
||||
$_LANG['Verify my database settings'] = 'Testen der SQL-Verbindung';
|
||||
$_LANG['Verify system compatibility'] = 'Systemkompatibilit√§t';
|
||||
$_LANG['WARNING: For more security, you must delete the \'install\' folder.'] = 'VORSICHT: Aus Sicherheitsgründen löschen Sie bitte den Ordner \'/install\'.';
|
||||
$_LANG['WARNING: For security purposes, you must delete the "install" folder.'] = 'VORSICHT: Aus Sicherheitsgründen löschen Sie bitte den Ordner \'/install\'.';
|
||||
$_LANG['Warning: a manual backup is HIGHLY recommended before continuing!'] = 'Vorsicht: eine manuelle Sicherung ist UNERLÄSSLICH, bevor mit der Aktualisierung der PrestaShop-Anwendung begonnen wird, um jeglichen versehentlichen Datenverlust zu verhindern';
|
||||
$_LANG['Welcome'] = 'Willkommen';
|
||||
$_LANG['Welcome to the PrestaShop %s Installer'] = 'Willkommen bei der Installation von PrestaShop %s';
|
||||
$_LANG['When your files and database are saving in an other support, please certify that your shop is really backed up.'] = 'Sobald die Anwendungsdateien und Ihre Datenbank gesichert sind, werden wir Sie um Bestätigung bitten. Damit übernehmen Sie die gesamte Haftung eines möglichen Datenverlusts durch die Aktualisierung der PrestaShop-Anwendung.';
|
||||
$_LANG['When your backup is complete, please confirm that it is fully functional.'] = 'Sobald die Anwendungsdateien und Ihre Datenbank gesichert sind, werden wir Sie um Bestätigung bitten. Damit übernehmen Sie die gesamte Haftung eines möglichen Datenverlusts durch die Aktualisierung der PrestaShop-Anwendung.';
|
||||
$_LANG['Write permissions on folders (and subfolders):'] = 'Schreibberechtigung für die Ordner (und deren Unterordner):';
|
||||
$_LANG['Write permissions on files and folders:'] = 'Schreibberechtigung für die Dateien und Ordner:';
|
||||
$_LANG['Write permissions on folders:'] = 'Schreibberechtigung für die Ordner';
|
||||
$_LANG['You already have the %s version.'] = 'Sie besitzen bereits die Version. %s';
|
||||
$_LANG['You have just installed and configured PrestaShop as your online shop solution. We wish you all the best with the success of your online shop.'] = 'Sie haben gerade Ihren Online-Shop installiert und konfiguriert, wir danken Ihnen.';
|
||||
$_LANG['You have just updated and configured PrestaShop as your online shop solution. We wish you all the best with the success of your online shop.'] = 'Sie haben gerade Ihren Online-Shop aktualisiert wir danken Ihnen.';
|
||||
$_LANG['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 Ihren Online-Shop installiert und konfiguriert, wir danken Ihnen.';
|
||||
$_LANG['You have just updated and configured PrestaShop as your online shop. We wish you all the best with the success of your online shop.'] = 'Sie haben gerade Ihren Online-Shop aktualisiert wir danken Ihnen.';
|
||||
$_LANG['Your installation is finished!'] = 'Die Installation ist abgeschlossen!';
|
||||
$_LANG['Your update is finished!'] = 'Das Update ist abgeschlossen!';
|
||||
$_LANG['and/or'] = 'und / oder';
|
||||
$_LANG['enter@your.email'] = 'GebenSie@Ihreemail.ein';
|
||||
$_LANG['online documentation'] = 'Online-Dokumentation';
|
||||
$_LANG['installed version detected'] = 'aktuelle Version erkannt';
|
||||
$_LANG['recommended dimensions: 230px X 75px'] = 'Empfohlene Abmessungen: 230px x 75px';
|
||||
$_LANG['Currently installed version detected:'] = 'Aktuelle Version erkannt:';
|
||||
$_LANG['Recommended dimensions:'] = 'Empfohlene Abmessungen:';
|
||||
$_LANG['view the log'] = 'Bericht ansehen';
|
||||
$_LANG['(no old version detected)'] = '(keine alte Version erkannt)';
|
||||
$_LANG['(No previous version detected)'] = '(keine alte Version erkannt)';
|
||||
$_LANG['Can\'t write settings file, please create a file named settings.inc.php in config directory.'] = 'Die Settings-Datei konnte nicht geschrieben werden, erstellen Sie bitte eine Datei namens settings.inc.php in Ihrem Konfigurationsverzeichnis.';
|
||||
$_LANG['Cannot convert your database\'s data to utf-8.'] = 'Kann die Daten aus Ihrer Datenbank nicht in UTF-8 zu konvertieren.';
|
||||
$_LANG['Your database server does not support the utf-8 charset.'] = 'Ihr Datenbank-Server unterstützt keinen UTF-8-Zeichensatz.';
|
||||
$_LANG['Cannot convert your database\'s data to UTF-8.'] = 'Kann die Daten aus Ihrer Datenbank nicht in UTF-8 zu konvertieren.';
|
||||
$_LANG['Your database server does not support the UTF-8 charset.'] = 'Ihr Datenbank-Server unterstützt keinen UTF-8-Zeichensatz.';
|
||||
$_LANG['Need help?'] = 'Brauchen Sie Hilfe?';
|
||||
$_LANG['All tips and advice about PrestaShop'] = 'Alle Tipps und Tricks rund um PrestaShop';
|
||||
$_LANG['Forum'] = 'Forum';
|
||||
$_LANG['PrestaShop tips and advice'] = 'Alle Tipps und Tricks rund um PrestaShop';
|
||||
$_LANG['Forums'] = 'Forum';
|
||||
$_LANG['Blog'] = 'Blog';
|
||||
$_LANG['Back Office'] = 'Back Office';
|
||||
$_LANG['Manage your store with your back office. Manage your orders and customers, add modules, change your theme, etc...'] = 'Verwalten Sie Ihren Shop mit Ihrem Back-Office. Verwalten Sie Ihre Bestellungen und Kunden, fügen Sie Module hinzu, ändern Sie Ihr Thema, usw. ...';
|
||||
$_LANG['Manage your store using your Back Office. Manage your orders and customers, add modules, change themes, etc.'] = 'Verwalten Sie Ihren Shop mit Ihrem Back-Office. Verwalten Sie Ihre Bestellungen und Kunden, fügen Sie Module hinzu, ändern Sie Ihr Thema, usw. ...';
|
||||
$_LANG['Manage your store'] = 'Verwalten Sie Ihren Shop';
|
||||
$_LANG['Front Office'] = 'Front Office';
|
||||
$_LANG['Find your store as your future customers will see!'] = 'Sehen Sie, wie Ihr Shop später für Ihre Kunden aussieht!';
|
||||
$_LANG['Discover your store as your future customers will see it!'] = 'Sehen Sie, wie Ihr Shop später für Ihre Kunden aussieht!';
|
||||
$_LANG['Discover your store'] = 'Meinen Shop entdecken';
|
||||
$_LANG['Did you know?'] = 'Wussten Sie schon?';
|
||||
$_LANG['Prestashop and community offers over 40 different languages for free download on'] = 'Prestashop und seine Community bietet über 40 verschiedene Sprachen zum kostenlosen Download auf';
|
||||
$_LANG['Prestashop and its community offers over 40 different languages for free download at'] = 'Prestashop und seine Community bietet über 40 verschiedene Sprachen zum kostenlosen Download auf';
|
||||
$_LANG['Default country:'] = 'Standard-Land:';
|
||||
$_LANG['Shop\'s timezone:'] = 'Zeitzone des Shops:';
|
||||
$_LANG['Your configuration is valid, click next to continue!'] = 'Ihre Konfiguration ist gültig, <br /> klicken Sie auf Weiter zum Fortfahren!';
|
||||
$_LANG['Shop timezone:'] = 'Zeitzone des Shops:';
|
||||
$_LANG['Your configuration is valid, click \"Next\" to continue!'] = 'Ihre Konfiguration ist gültig, <br /> klicken Sie auf Weiter zum Fortfahren!';
|
||||
$_LANG['Your configuration is invalid. Please fix the issues below:'] = 'Ihre Konfiguration ist nicht gültig, <br /> bitte beheben Sie diese Probleme:';
|
||||
$_LANG['You have to create a database, help available in readme_en.txt'] = 'Sie müssen zunächst eine Datenbank erstellen (Hilfe in der Datei readme.txt verfügbar)';
|
||||
$_LANG['If you check this box and your mail configuration is wrong, your installation might be blocked. If so, please uncheck the box to go to the next step.'] = 'Diese Option kann hinderlich sein, wenn Ihre E-Mail-Konfiguration falsch ist, bitte deaktivieren Sie sie, wenn Sie nicht zum nächsten Schritt gehen können.';
|
||||
$_LANG['Warning: If you check this box and your e-mail configuration is incorrect, you might not be able to continue the installation.'] = 'Diese Option kann hinderlich sein, wenn Ihre E-Mail-Konfiguration falsch ist, bitte deaktivieren Sie sie, wenn Sie nicht zum nächsten Schritt gehen können.';
|
||||
$_LANG['Mcrypt is available (recommended)'] = 'Mcrypt ist verfügbar (empfohlen)';
|
||||
$_LANG['Your MySQL server doesn\'t support this engine, please use another one like MyISAM'] = 'Diese Datenbank-Engine wird nicht unterstützt, bitte wählen Sie eine andere als MyISAM';
|
||||
$_LANG['Adult'] = 'Erotik und Dessous';
|
||||
@@ -201,34 +196,29 @@ $_LANG['Jewelry'] = 'Schmuck';
|
||||
$_LANG['Mobile and Telecom'] = 'Telefonie und Kommunikation';
|
||||
$_LANG['Services'] = 'Dienstleistungen';
|
||||
$_LANG['Shoes and accessories'] = 'Schuhe und Accessoires';
|
||||
$_LANG['Sport and Entertainment'] = 'Sport und Freizeit';
|
||||
$_LANG['Sports and Entertainment'] = 'Sport und Freizeit';
|
||||
$_LANG['Travel'] = 'Reise und Tourismus';
|
||||
$_LANG['Main activity:'] = 'Hauptt√§tigkeit';
|
||||
$_LANG['-- Please choose your main activity --'] = '- W√§hlen Sie eine T√§tigkeit --';
|
||||
$_LANG['A question about PrestaShop or issues during installation or upgrade? Call us!'] = 'Eine Frage zu PrestaShop oder ein Problem bei der Installation oder beim Upgrade? Rufen Sie uns an!';
|
||||
$_LANG['Invalid catalog mode'] = 'Feld Katalog-Modus ungültig';
|
||||
$_LANG['Catalog mode:'] = 'Katalog-Modus:';
|
||||
$_LANG['Catalog mode only:'] = 'Katalog-Modus:';
|
||||
$_LANG['Yes'] = 'Ja';
|
||||
$_LANG['No'] = 'Nein';
|
||||
$_LANG['If you activate this feature, all purchase features will be disabled. You can activate this feature later in your back office'] = 'Wenn Sie diese Option aktivieren, werden alle Kauf-Funktionen deaktiviert. Sie können diese Option später in Ihrem Back-Office aktivieren';
|
||||
$_LANG['the already installed version detected is too recent, no update available'] = 'Die bereits installierte Version, die erkannt wurde, ist neu, keine Updates verfügbar';
|
||||
$_LANG['This information isn\'t required, it will be used for statistical purposes. This information doesn\'t change anything in your store.'] = 'Diese Information ist nicht erforderlich, sie wird zu statistischen Zwecken verwendet. Diese Information √§ndert nichts in Ihrem Shop.';
|
||||
$_LANG['If you activate this feature, all purchasing will be disabled. However, you will be able to enable purchasing later in your Back Office.'] = 'Wenn Sie diese Option aktivieren, werden alle Kauf-Funktionen deaktiviert. Sie können diese Option später in Ihrem Back-Office aktivieren';
|
||||
$_LANG['Your current version is already up-to-date'] = 'Die bereits installierte Version, die erkannt wurde, ist neu, keine Updates verfügbar';
|
||||
$_LANG['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.';
|
||||
$_LANG['Invalid shop name'] = 'Ungültiger Shopname';
|
||||
$_LANG['Your firstname contains some invalid characters'] = 'Ihr Vorname enthält ungültige Zeichen';
|
||||
$_LANG['Your lastname contains some invalid characters'] = 'Ihr Nachname enthält ungültige Zeichen';
|
||||
|
||||
|
||||
$_LANG['(FREE)'] = '(KOSTENLOS)';
|
||||
$_LANG['(FREE too!)'] = '(ebenfalls KOSTENLOS!)';
|
||||
$_LANG['Shop configuration'] = 'Shop-Konfiguration';
|
||||
$_LANG['Database Engine:'] = 'Datenbank-Engine';
|
||||
$_LANG['I certify that I backed up my database and application files. I assume all responsibility for any data loss or damage related to this upgrade.'] = 'Ich bestätige, dass ich meine Datenbank und meine Anwendungsdateien durch ein Backup gesichert habe. Ich übernehme die volle Verantwortung für jeglichen Datenverlust oder jegliche Datenbeschädigung, die im Zusammenhang mit diesem Upgrade stehen.';
|
||||
$_LANG['The file /img/logo.jpg is not writable, please CHMOD 755 this file or CHMOD 777'] = 'Die Datei /img/logo.jpg kann nicht geschrieben werden, bitte √§ndern Sie die Dateirechte mit CHMOD 755 oder CHMOD 777';
|
||||
$_LANG['If you do not know how to enable it, use our turnkey solution PrestaBox at'] = 'Wenn Sie nicht wissen, wie Sie es aktivieren müssen, nutzen Sie unsere Fertiglösung PrestaBox';
|
||||
$_LANG['If you do not know how to fix these issues, use turnkey solution PrestaBox at'] = 'Wenn Sie nicht wissen, wie Sie diese Themen festlegen können, nutzen Sie die Fertiglösung PrestaBox';
|
||||
$_LANG['the already installed version detected is too old, no more update available'] = 'Die bereits installierte erkannte Version ist zu alt, es ist kein Update mehr verfügbar';
|
||||
$_LANG['Simple mode: Basic installation'] = 'Einfacher Modus: Grundinstallation';
|
||||
$_LANG['Full mode: includes'] = 'Komplettmodus: beinhaltet';
|
||||
$_LANG['Lite mode: Basic installation'] = 'Einfacher Modus: Grundinstallation';
|
||||
$_LANG['Full mode: includes core modules,'] = 'Komplettmodus: beinhaltet';
|
||||
$_LANG['100+ additional modules'] = 'über 100 zusätzliche Module';
|
||||
$_LANG['and demo products'] = 'und Demo-Produkte';
|
||||
$_LANG['Installation type'] = 'Installationstyp';
|
||||
@@ -248,12 +238,12 @@ $_LANG['minute'] = 'Minute';
|
||||
$_LANG['seconds'] = 'Sekunden';
|
||||
$_LANG['second'] = 'Sekunde';
|
||||
$_LANG['Depending on your server and the size of your shop'] = 'Anhängig vom Server und der Größer Ihres Shops';
|
||||
$_LANG['You did not update your shop for a while,'] = 'Sie haben Ihren Shop seit L√§ngerem nicht upgedatet,';
|
||||
$_LANG['You have not updated your shop in a while,'] = 'Sie haben Ihren Shop seit L√§ngerem nicht upgedatet,';
|
||||
$_LANG['stable releases have been made ​​available since.'] = 'wichtige Neuerungen wurden implementiert seit';
|
||||
$_LANG['This is not a problem however the update may take several minutes, try to update your shop more frequently.'] = 'Das ist unwesentlich, das Upgrade kann einige Minuten dauern, versuchen Sie, Ihren Shop öfert zu updaten.';
|
||||
$_LANG['No files to process, this might be an error.'] = 'Keine Dateien zum Verarbeiten, womöglich ein Fehler';
|
||||
$_LANG['Hosting parameters'] = 'Hosting Eigenschaften';
|
||||
$_LANG['PrestaShop tries to automatically set the best settings for your server in order the update to be successful.'] = 'Prestashop versucht automatisch, die besten Einstellungen auf dem Server zu machen, damit das Update erfolgreich verl√§uft.';
|
||||
$_LANG['PrestaShop tries to automatically set the best settings for your server in order for the update to be successful.'] = 'Prestashop versucht automatisch, die besten Einstellungen auf dem Server zu machen, damit das Update erfolgreich verl√§uft.';
|
||||
$_LANG['PHP parameter'] = 'PHP Parameter';
|
||||
$_LANG['Description'] = 'Beschreibung';
|
||||
$_LANG['Current value'] = 'Aktueller Wert';
|
||||
@@ -262,27 +252,42 @@ $_LANG['Maximum memory allowed for the upgrade'] = 'Maximal zugelassener Speiche
|
||||
$_LANG['All your settings seem to be OK, go for it!'] = 'Alle Einstellungen scheinen zu stimmen, es kann losgehen!';
|
||||
$_LANG['Let\'s go!'] = 'Los!';
|
||||
$_LANG['Click on the "Next" button to start the upgrade, this can take several minutes,'] = 'Klicken Sie das "Weiter"-Button um das Upgrade zu starten, es könne einige Minuten dauern.';
|
||||
$_LANG['do not close the window and be patient.'] = 'bitte schließen Sie das Fenster nicht.';
|
||||
$_LANG['Your update is completed!'] = 'Ihr Upgrade ist abgeschlossen!';
|
||||
$_LANG['please be patient and do not close this window.'] = 'bitte schließen Sie das Fenster nicht.';
|
||||
$_LANG['Your update is complete!'] = 'Ihr Upgrade ist abgeschlossen!';
|
||||
$_LANG['Your shop version is now'] = 'Ihre Shopversion ist nun';
|
||||
$_LANG['New features in PrestaShop v'] = 'Neue Features in Prestashop v';
|
||||
$_LANG['Beware, your settings look correct but are not optimal, if you encounter problems (upgrade too long, memory error...), please ask your hosting provider to increase the values of these parameters (max_execution_time & memory_limit).'] = 'Achtung, Ihre Einstellungen sind zwar korrekt, aber nicht optimal. Sollten während des Updates Probleme auftreten (Ausführungszeit, Speicherlimit usw.) kontaktieren Sie bitte Ihr Hostingunternehmen, damit diese Einstellungen angepasst werden (max_execution_time & memory_limit) ';
|
||||
$_LANG['Beware, your settings look correct but are not optimal, if you encounter problems (upgrade too long, memory error...), please ask your hosting provider to increase the values of these parameters: "max_execution_time" and "memory_limit".'] = 'Achtung, Ihre Einstellungen sind zwar korrekt, aber nicht optimal. Sollten während des Updates Probleme auftreten (Ausführungszeit, Speicherlimit usw.) kontaktieren Sie bitte Ihr Hostingunternehmen, damit diese Einstellungen angepasst werden (max_execution_time & memory_limit) ';
|
||||
$_LANG['We strongly recommend that you inform your hosting provider to modify the settings before process to the update.'] = 'Wir empfehlen ausdrücklich, Ihren Hostingprovider zu kontaktieren, um die Einstellungen für das Update anzupassen';
|
||||
$_LANG['Module compatibility'] = 'Modulkompatibilit√§t';
|
||||
$_LANG['It\'s dangerous to keep non-native modules activated during the update. If you really want to take this risk, uncheck the following box.'] = 'Es wird nicht empfohlen, fremde Module w√§hrend des Updates aktiviert zu lassen. Wenn Sie trotzdem fortfahren wollen, entfernen Sie die Markierung in der Checkbox';
|
||||
$_LANG['You will be able to manually reactivate them in your back-office, once the update process has succeeded.'] = 'Sie können sie später im Adminbereich aktivieren, nachdem das Update abgeschlossen ist.';
|
||||
$_LANG['Ok, please desactivate the following modules, I will reactivate them later:'] = 'ok, bitte folgende Module deaktivieren (sie werden sp√§ter wieder aktiviert):';
|
||||
$_LANG['You will be able to manually reactivate them in your Back Office once the update process has succeeded.'] = 'Sie können sie später im Adminbereich aktivieren, nachdem das Update abgeschlossen ist.';
|
||||
$_LANG['Ok, please deactivate the following modules, I will reactivate them later:'] = 'ok, bitte folgende Module deaktivieren (sie werden sp√§ter wieder aktiviert):';
|
||||
$_LANG['Theme compatibility'] = 'Themenkompatibilit√§t';
|
||||
$_LANG['Before updating, you need to check that your theme is compatible with version'] = 'Um fortzufahren müssen Sie bestätigen, dass Ihr Thema mit der aktuellen Version kompatibel ist';
|
||||
$_LANG['of PrestaShop.'] = 'von Prestashop';
|
||||
$_LANG['Link to the validator'] = 'Link zum Validator';
|
||||
$_LANG['Online Theme Validator'] = 'Online Themenvalidator';
|
||||
$_LANG['If your theme is not valid, you may experience some problems in your front-office aspect, but don\'t panic ! To solve this, you can make it compatible by correcting the validators errors or by using a theme compatible with '] = 'Sollte Ihr Thema nicht kompatibel sein, könnten einige Probleme im Front-End auftreten. Sie können die Kompatibilität wieder einstellen, indem Sie im Backend Unter Einstellungen die entsprechende Einstellung treffen';
|
||||
$_LANG['If your theme is invalid, you may experience some problems in your Front Office layout, but do not panic! To resolve this, you can make it compatible by fixing the validator errors or by using a theme compatible with '] = 'Sollte Ihr Thema nicht kompatibel sein, könnten einige Probleme im Front-End auftreten. Sie können die Kompatibilität wieder einstellen, indem Sie im Backend Unter Einstellungen die entsprechende Einstellung treffen';
|
||||
$_LANG['version'] = 'Version';
|
||||
$_LANG['In this aim, use our'] = 'Verwenden Sie dazu unseren';
|
||||
$_LANG['To do this, use our'] = 'Verwenden Sie dazu unseren';
|
||||
$_LANG['Additional Benefits'] = 'Exklusiv Angebot';
|
||||
$_LANG['Exclusive offers dedicated to PrestaShop merchants'] = 'Exklusiv Angebot für die Verkäufer PrestaShop';
|
||||
$_LANG['PHP magic quotes option is off (recommended)'] = 'Die PHP-Option "magic quotes" ist deaktiviert (empfohlen)';
|
||||
$_LANG['Other activity...'] = 'Andere activiteit...';
|
||||
$_LANG['Modules'] = 'Módulos';
|
||||
$_LANG['Benefits'] = 'Vorteile';
|
||||
$_LANG['Benefits'] = 'Vorteile';
|
||||
$_LANG['Create a MySQL database using phpMyAdmin (or by asking your hosting provider)'] = '';
|
||||
$_LANG['- or -'] = '';
|
||||
$_LANG['I want to'] = '';
|
||||
$_LANG['install'] = '';
|
||||
$_LANG['a new online shop with PrestaShop'] = '';
|
||||
$_LANG['update'] = '';
|
||||
$_LANG['my existing PrestaShop to a newer version'] = '';
|
||||
$_LANG['Your current version is too old, updates are possible only from version'] = '';
|
||||
$_LANG['and higher'] = '';
|
||||
$_LANG['PHP settings (for assistance, ask your hosting provider):'] = '';
|
||||
$_LANG['Database Configuration'] = '';
|
||||
$_LANG['Database login:'] = '';
|
||||
$_LANG['Database password:'] = '';
|
||||
$_LANG['Please create a MySQL database and then verify your settings below. If you need assistance, please ask your hosting provider for this information.'] = '';
|
||||
$_LANG['No more information'] = '';
|
||||
+138
-130
@@ -4,232 +4,225 @@ $_LANG['Installer'] = 'Instalación';
|
||||
$_LANG['Updater'] = 'Actualizatión';
|
||||
$_LANG['.'] = '.';
|
||||
$_LANG['A Prestashop database already exists, please drop it or change the prefix.'] = 'Ya existe una base de datos PrestaShop con este prefijo, debe eliminarla manualmente o cambiar el prefijo.';
|
||||
$_LANG['An email has been sent!'] = '¬°Se ha enviado un correo electrónico!';
|
||||
$_LANG['Access and configure PHP 5.0+ on your hosting server'] = 'Comprobar que su alojamiento web propone PHP5 y/o activarlo';
|
||||
$_LANG['An error occurred while resizing the picture.'] = 'Se ha producido un error al cambiar el tamaño de la imagen.';
|
||||
$_LANG['A test e-mail has been sent to'] = '¡Se ha enviado un correo electrónico!';
|
||||
$_LANG['An error occurred while resizing the picture.'] = 'Se ha producido un error al cambiar el tamaño de la imagen.';
|
||||
$_LANG['An error occurred while sending email, please verify your parameters.'] = 'Se ha producido un error al enviar el correo electrónico, gracias por verificar la configuración.';
|
||||
$_LANG['Available shop languages'] = 'Elija idioma';
|
||||
$_LANG['Back'] = 'Anterior';
|
||||
$_LANG['Back up your database and all application files (update only)'] = 'Salvaguardar su base de datos y sus archivos (únicamente en caso de actualización de PrestaShop)';
|
||||
$_LANG['Please backup the database and application files.'] = 'Antes de continuar, debe hacer una copia de sus datos. Por favor copie todos los archivos desde el sitio en una carpeta de copia de seguridad, y guarde su base de datos.';
|
||||
$_LANG['By default, the PHP \'mail()\' function is used'] = 'Por defecto, se utilizará la función PHP \'mail()\'';
|
||||
$_LANG['Can\'t create settings file, if /config/settings.inc.php exists, please give the public write permissions to this file, else please create a file named settings.inc.php in config directory.'] = 'Error en la creación del archivo de configuración, si el archivo /config/settings.inc.php existe, por favor dele derechos púplicos de\escritura; si no, cree un archivo settings.inc.php en el repertorio de configuración (/config/)';
|
||||
$_LANG['Can\'t find the sql upgrade files. Please verify that the /install/sql/upgrade folder is not empty)'] = 'Imposible encontrar uno de los archivos de puesta al d√≠a SQL. Por favor, compruebe que el archivo /install/sql/upgrade no está vac√≠o.';
|
||||
$_LANG['Choose the installer language:'] = '¬øEn qu√© idioma quiere efectuar la instalación?';
|
||||
$_LANG['By default, the PHP \'mail()\' function is used (recommended)'] = 'Por defecto, se utilizará la función PHP \'mail()\'';
|
||||
$_LANG['Can\'t create settings file, if /config/settings.inc.php exists, please give the public write permissions to this file, otherwise please create a file named settings.inc.php in config directory.'] = 'Error en la creación del archivo de configuración, si el archivo /config/settings.inc.php existe, por favor dele derechos púplicos de\escritura; si no, cree un archivo settings.inc.php en el repertorio de configuración (/config/)';
|
||||
$_LANG['Can\'t find the sql upgrade files. Please verify that the /install/sql/upgrade folder is not empty)'] = 'Imposible encontrar uno de los archivos de puesta al día SQL. Por favor, compruebe que el archivo /install/sql/upgrade no está vacío.';
|
||||
$_LANG['Choose your prefered language for the installation:'] = '¿En qué idioma quiere realizar la instalación?';
|
||||
$_LANG['Community Forum'] = 'en nuestro foro comunitario';
|
||||
$_LANG['Configure SMTP manually (advanced users only)'] = 'Configurar el env√≠o SMTP (expertos únicamente)';
|
||||
$_LANG['Configure your database by filling out the following fields:'] = 'Configure su base de datos rellenando los siguientes campos:';
|
||||
$_LANG['Congratulation, your online shop is now ready!'] = '¬°Enhorabuena, su tienda se ha instalado!';
|
||||
$_LANG['Contact us!'] = '¬°Contacte con nosotros!';
|
||||
$_LANG['Create new files and folders allowed'] = 'Creación de nuevas carpetas y archivos autorizados';
|
||||
$_LANG['Data integrity is not valided. Hack attempt?'] = 'La integridad de los datos no está validada.';
|
||||
$_LANG['Database Server is available but database is not found'] = 'La base de datos del servidor está disponible, pero la base de datos no se ha encontrado ';
|
||||
$_LANG['Database Server is not found. Please verify the login, password and server fields.'] = 'La base de datos de servidor no se ha encontrado, por favor, compruebe sus datos de acceso o el nombre de servidor.';
|
||||
$_LANG['Configure SMTP manually (advanced users only)'] = 'Configurar el envío SMTP (expertos únicamente)';
|
||||
$_LANG['Configure your database by filling out the following fields:'] = 'Configure su base de datos llenando los siguientes campos:';
|
||||
$_LANG['Congratulations, your online shop is now ready!'] = '¡Enhorabuena, su tienda se ha instalado!';
|
||||
$_LANG['Contact us!'] = '¡Contacte con nosotros!';
|
||||
$_LANG['Creation of new files and folders allowed'] = 'Creación de nuevas carpetas y archivos autorizados';
|
||||
$_LANG['Database server is available but database was not found'] = 'La base de datos del servidor está disponible, pero la base de datos no se ha encontrado ';
|
||||
$_LANG['Database server was not found. Please verify the login, password and server fields.'] = 'La base de datos de servidor no se ha encontrado, por favor, compruebe sus datos de acceso o el nombre del servidor.';
|
||||
$_LANG['Database configuration'] = 'Configuración de la base de datos';
|
||||
$_LANG['Database connection is available!'] = '¬°La base de datos se ha encontrado!';
|
||||
$_LANG['Database is created!'] = '¬°Base de datos instalada!';
|
||||
$_LANG['Database connection is available!'] = '¡La base de datos se ha encontrado!';
|
||||
$_LANG['Database is created!'] = '¡Base de datos instalada!';
|
||||
$_LANG['Database name:'] = 'Nombre de la base de datos:';
|
||||
$_LANG['Disclaimer'] = 'Aviso';
|
||||
$_LANG['Documentation Wiki'] = 'Documentación en Wiki';
|
||||
$_LANG['E-mail address:'] = 'Dirección email:';
|
||||
$_LANG['E-mail delivery set-up'] = 'Parámetros de env√≠o de emails';
|
||||
$_LANG['Online documentation'] = 'Documentación en Wiki';
|
||||
$_LANG['E-mail address:'] = 'Dirección de email:';
|
||||
$_LANG['E-mail configuration'] = 'Parámetros de envío de emails';
|
||||
$_LANG['Encryption:'] = 'Encriptación:';
|
||||
$_LANG['Error!'] = '¬°Falta!';
|
||||
$_LANG['Error!'] = '¡Falta!';
|
||||
$_LANG['Error while creating the /config/settings.inc.php file.'] = 'Error al crear el archivo /config/settings.inc.php.';
|
||||
$_LANG['Error while inserting content into the database'] = 'Error al insertar en la base de datos';
|
||||
$_LANG['Error while inserting data in the database:'] = 'Error al insertar en la base de datos:';
|
||||
$_LANG['Error while loading sql upgrade file.'] = 'Error al abrir el archivo SQL';
|
||||
$_LANG['Error:'] = 'Error :';
|
||||
$_LANG['Errors while updating...'] = 'Error al actualizar ...';
|
||||
$_LANG['Error(s) while updating...'] = 'Error al actualizar ...';
|
||||
$_LANG['Failed to write file to disk'] = 'No se pueden escribir archivos en el disco';
|
||||
$_LANG['Fields are different!'] = '¬°Los campos son diferentes!';
|
||||
$_LANG['File upload allowed'] = 'Envío de archivo autorizado';
|
||||
$_LANG['Fields are different!'] = '¡Los campos son diferentes!';
|
||||
$_LANG['File upload allowed'] = 'Envío de archivo autorizado';
|
||||
$_LANG['File upload stopped by extension'] = 'Carga de archivos interrumpido a causa de la extensión incorrecta';
|
||||
$_LANG['First name:'] = 'Nombre:';
|
||||
$_LANG['For more information, please consult our'] = 'Para más información, consulte nuestra';
|
||||
$_LANG['GD Library installed'] = 'Librería GD instalada';
|
||||
$_LANG['GD Library installed'] = 'Librería GD instalada';
|
||||
$_LANG['GZIP compression is on (recommended)'] = 'La compresión GZIP está activada (aconsejable)';
|
||||
$_LANG['Here are your shop information. You can modify them once logged in.'] = 'Aqu√≠ tiene sus datos de conexión, puede modificarlos posteriormente si lo desea.';
|
||||
$_LANG['However, you must know how to do the following manually:'] = 'No obstante, puede efectuar las siguientes tareas manualmente:';
|
||||
$_LANG['I agree to the above terms and conditions.'] = 'Estoy de acuerdo con los términos y condiciones anteriores.';
|
||||
$_LANG['If you have any questions, please visit our '] = 'Si tiene alguna duda o pregunta, eche un vistazo a nuestra ';
|
||||
$_LANG['Impossible the access the a MySQL content file.'] = 'No se puede acceder al contenido de un archivo *.sql.';
|
||||
$_LANG['Impossible to read the content of a MySQL content file.'] = 'No se puede leer el contenido de un archivo *.sql.';
|
||||
$_LANG['Impossible to send the email!'] = '¬°No se puede enviar un correo electrónico!';
|
||||
$_LANG['Impossible to upload the file!'] = '¬°No se puede enviar el archivo!';
|
||||
$_LANG['Impossible to write the image /img/logo.jpg. If this image already exists, please delete it.'] = 'No se puede escribir la imagen /img/logo.jpg. Si ya existe, por favor, suprímala manualmente.';
|
||||
$_LANG['Installation : complete install of the PrestaShop Solution'] = 'Instalación completa de PrestaShop';
|
||||
$_LANG['Installation is complete!'] = '¬°Instalación terminada! ';
|
||||
$_LANG['Installation method'] = 'Modo de instalación';
|
||||
$_LANG['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.';
|
||||
$_LANG['However, you must know how to do the following:'] = 'Sin embargo, tiene que saber realizar las siguientes tareas:';
|
||||
$_LANG['I agree to the above terms and conditions.'] = 'Estoy de acuerdo con los términos y condiciones.';
|
||||
$_LANG['If you have any questions, please visit our '] = 'Si tiene alguna duda o pregunta, echele un vistazo a nuestra ';
|
||||
$_LANG['Cannot access the a MySQL data file.'] = 'No se puede acceder al contenido de un archivo *.sql.';
|
||||
$_LANG['Cannot read the content of a MySQL data file.'] = 'No se puede leer el contenido de un archivo *.sql.';
|
||||
$_LANG['Cannot send the email!'] = '¡No se puede enviar un correo electrónico!';
|
||||
$_LANG['Cannot upload the file!'] = '¡No se puede enviar el archivo!';
|
||||
$_LANG['Cannot write the image /img/logo.jpg. If this image already exists, please delete it.'] = 'No se puede escribir la imagen /img/logo.jpg. Si ya existe, por favor, suprímala manualmente.';
|
||||
$_LANG['Installation: Full installation of PrestaShop'] = 'Instalación completa de PrestaShop';
|
||||
$_LANG['Installation is complete!'] = '¡Instalación terminada! ';
|
||||
$_LANG['What do you want to do?'] = 'Modo de instalación';
|
||||
$_LANG['Last name:'] = 'Apellido:';
|
||||
$_LANG['Licenses Agreement'] = 'Contrato de Licencia';
|
||||
$_LANG['License Agreement'] = 'Contrato de Licencia';
|
||||
$_LANG['Login:'] = 'Nombre de usuario:';
|
||||
$_LANG['Merchant info'] = 'Información sobre el vendedor';
|
||||
$_LANG['Missing a temporary folder'] = 'Carece de la carpeta temporal para recibir su archivo de correo. ¬°Por favor consulte su administrador de sistema!';
|
||||
$_LANG['Shop settings and merchant account information'] = 'Información sobre el vendedor';
|
||||
$_LANG['Missing a temporary folder'] = 'Carece de la carpeta temporal para recibir su archivo de correo. ¡Por favor consulte su administrador de sistema!';
|
||||
$_LANG['MySQL support is on'] = 'El soporte de MySQL está activado';
|
||||
$_LANG['Next'] = 'Siguiente';
|
||||
$_LANG['No error code available.'] = 'Error desconocido.';
|
||||
$_LANG['No file was uploaded.'] = 'No se ha enviado ningún archivo';
|
||||
$_LANG['No upgrade is possible.'] = 'No existe actualización';
|
||||
$_LANG['None'] = 'Ninguno';
|
||||
$_LANG['Official forum'] = 'Foro Oficial';
|
||||
$_LANG['One or more errors have occurred, you can find more informations below or in the log/installation.log file.'] = ' Se han producido uno o más errores';
|
||||
$_LANG['PrestaShop Forums'] = 'Foro Oficial';
|
||||
$_LANG['One or more errors have occurred, you can find more information below or in the log/installation.log file.'] = ' Se han producido uno o más errores';
|
||||
$_LANG['Open external URLs allowed'] = 'Apertura autorizada de URL externas';
|
||||
$_LANG['Optional languages'] = 'Idiomas opcionales';
|
||||
$_LANG['Optional set-up'] = 'Parámetros opcionales';
|
||||
$_LANG['PHP \'mail()\' function is available'] = 'La función PHP \'mail()\' está disponible';
|
||||
$_LANG['PHP \'mail()\' function is unavailable'] = 'La función PHP \'mail()\' no está disponible';
|
||||
$_LANG['PHP 5.0 or later installed'] = 'PHP 5.0 o superior instalado';
|
||||
$_LANG['PHP parameters:'] = 'Parámetros PHP:';
|
||||
$_LANG['PHP register global option is off (recommended)'] = 'La opción PHP "register global" está desactivada (aconsejable)';
|
||||
$_LANG['Password:'] = 'Contraseña:';
|
||||
$_LANG['Please allow 5-15 minutes to complete the installation process.'] = 'El proceso de instalación tardará tan solo unos minutos.';
|
||||
$_LANG['Password:'] = 'Contraseña:';
|
||||
$_LANG['Please allow 10-15 minutes to complete the installation process.'] = 'El proceso de instalación tardará solo unos minutos.';
|
||||
$_LANG['Please set a SMTP login'] = 'Introduzca un nombre de usuario de SMTP';
|
||||
$_LANG['Please set a SMTP password'] = 'Escriba la contraseña SMTP';
|
||||
$_LANG['Please set a SMTP password'] = 'Escriba la contraseña SMTP';
|
||||
$_LANG['Please set a SMTP server name'] = 'Introduzca un nombre de servidor SMTP';
|
||||
$_LANG['Please set a database login'] = 'Introduzca el inicio de sesión de SQL';
|
||||
$_LANG['Please set a database name'] = 'Introduzca el nombre de la base de datos';
|
||||
$_LANG['Please set a database server name'] = 'Introduzca el nombre del servidor de la base de datos';
|
||||
$_LANG['Port:'] = 'Puerto:';
|
||||
$_LANG['PrestaShop %s Installer'] = 'Instalación de PrestaShop %s';
|
||||
$_LANG['PrestaShop is ready!'] = '¬°PrestaShop está listo!';
|
||||
$_LANG['Re-type to confirm:'] = 'Confirmar la contraseña:';
|
||||
$_LANG['Ready, set, go!'] = '¬°PrestaShop está instalado!';
|
||||
$_LANG['Receive notifications by e-mail'] = 'Recibir sus datos por email';
|
||||
$_LANG['Refresh these settings'] = 'Comprobar de nuevo';
|
||||
$_LANG['PrestaShop is ready!'] = '¡PrestaShop está listo!';
|
||||
$_LANG['Re-type to confirm:'] = 'Confirmar la contraseña:';
|
||||
$_LANG['Ready, set, go!'] = '¡PrestaShop está instalado!';
|
||||
$_LANG['Receive this information by e-mail'] = 'Recibe estos datos por email';
|
||||
$_LANG['Check my settings again'] = 'Comprobar de nuevo';
|
||||
$_LANG['Required field'] = 'Los campos obligatorios';
|
||||
$_LANG['Required set-up. Please verify the following checklist items are true.'] = 'Asegúrese por favor de que cada uno de los siguientes parámetros ha sido validado.';
|
||||
$_LANG['SMTP connection is available!'] = '¬°Conexión SMTP disponible!';
|
||||
$_LANG['Required set-up. Please verify the following checklist items:'] = 'Asegúrese por favor de que cada uno de los siguientes parámetros ha sido validado.';
|
||||
$_LANG['SMTP connection is available!'] = '¡Conexión SMTP disponible!';
|
||||
$_LANG['SMTP connection is unavailable'] = 'Conexión SMTP no está disponible.';
|
||||
$_LANG['SMTP server:'] = 'Servidor SMTP:';
|
||||
$_LANG['SQL errors have occurred.'] = 'Han aparecido errores de SQL.';
|
||||
$_LANG['Select the different languages available for your shop'] = 'Seleccione los idiomas que su tienda ofrecerá a los clientes';
|
||||
$_LANG['Send me a test email!'] = '¡Envíeme un email de prueba!';
|
||||
$_LANG['Send me a test email!'] = '¡Envíeme un email de prueba!';
|
||||
$_LANG['Server:'] = 'Servidor:';
|
||||
$_LANG['Set permissions on folders & subfolders using Terminal or an FTP client'] = 'Poner los permisos en las carpetas y subcarpetas vía un cliente FTP';
|
||||
$_LANG['Shop Configuration'] = 'Configuración tienda';
|
||||
$_LANG['Shop logo'] = 'Logo de la tienda';
|
||||
$_LANG['Set permissions on folders & subfolders using an FTP client'] = 'Poner los permisos en las carpetas y subcarpetas vía un cliente FTP';
|
||||
$_LANG['Shop Configuration'] = 'Configuración de la tienda';
|
||||
$_LANG['Shop logo:'] = 'Logo de la tienda:';
|
||||
$_LANG['Shop name:'] = 'Nombre de la tienda:';
|
||||
$_LANG['Shop password:'] = 'Contraseña de la tienda:';
|
||||
$_LANG['Shop password:'] = 'Contraseña de la tienda:';
|
||||
$_LANG['Shop\'s default language'] = 'Idioma por defecto';
|
||||
$_LANG['Shop\'s languages'] = 'Idiomas de la tienda';
|
||||
$_LANG['System and permissions'] = 'Sistema y permisos';
|
||||
$_LANG['System Compatibility'] = 'Compatibilidad del sistema';
|
||||
$_LANG['System Configuration'] = 'Configuración sistema';
|
||||
$_LANG['Tables prefix:'] = 'Prefijo de las tablas:';
|
||||
$_LANG['Test message - Prestashop'] = 'Instalación Prestashop - Prueba del servidor de correo';
|
||||
$_LANG['The PrestaShop Installer will do most of the work in just a few clicks.'] = 'El instalador de PrestaShop hará todo el trabajo en tan solo algunos clics.';
|
||||
$_LANG['The config/settings.inc.php file was not found. Did you delete or rename this file?'] = 'Config/settings.inc.php no se ha encontrado. ¬øHa eliminado o cambiado de nombre?';
|
||||
$_LANG['The password is incorrect (alphanumeric string at least 8 characters).'] = 'Contraseña incorrecta (alfa-cadena numérica de al menos 8 caracteres)';
|
||||
$_LANG['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.';
|
||||
$_LANG['The uploaded file exceeds the upload_max_filesize directive in php.ini'] = 'El archivo enviado supera el tama√±o máximo permitido.';
|
||||
$_LANG['The PrestaShop Installer will do most of the work for you in just a few clicks.'] = 'El instalador de PrestaShop hará todo el trabajo en solo unos clics.';
|
||||
$_LANG['The config/settings.inc.php file was not found. Did you delete or rename this file?'] = 'Config/settings.inc.php no se ha encontrado. ¿Ha eliminado o cambiado de nombre?';
|
||||
$_LANG['The password is incorrect (alphanumeric string at least 8 characters).'] = 'Contraseña incorrecta (alfa-cadena numérica de al menos 8 caracteres)';
|
||||
$_LANG['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.';
|
||||
$_LANG['The uploaded file exceeds the upload_max_filesize directive in php.ini'] = 'El archivo enviado supera el tamaño máximo permitido.';
|
||||
$_LANG['The uploaded file was only partially uploaded'] = 'El archivo fue parcialmente enviado.';
|
||||
$_LANG['There is no older version. Did you delete or rename the config/settings.inc.php file?'] = 'Ninguna versión anterior detectada. ¬øPuede borrar o renombrar el archivo de configuración settings.inc.php archivo?';
|
||||
$_LANG['This PrestaShop database already exists. Please revalidate your authentication informations to the database.'] = 'Esta base de datos ya existe PrestaShop, por favor, valide de nuevo sus credenciales en la base de datos.';
|
||||
$_LANG['This application need you to activate Javascript to correctly work.'] = 'Se requiere JavaScript para ejecutar esta aplicación.';
|
||||
$_LANG['This email adress is wrong!'] = '¬°Dirección no válida!';
|
||||
$_LANG['There is no older version. Did you delete or rename the config/settings.inc.php file?'] = 'Ninguna versión anterior detectada. ¿Puede borrar o renombrar el archivo de configuración settings.inc.php archivo?';
|
||||
$_LANG['This PrestaShop database already exists. Please revalidate your authentication information to the database.'] = 'Esta base de datos ya existe PrestaShop, por favor, valide de nuevo sus credenciales en la base de datos.';
|
||||
$_LANG['This application needs you to activate Javascript to correctly work.'] = 'Se requiere JavaScript para ejecutar esta aplicación.';
|
||||
$_LANG['This e-mail address is invalid!'] = '¡Dirección no válida!';
|
||||
$_LANG['This installer is too old.'] = 'Este instalador es demasiado viejo.';
|
||||
$_LANG['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.';
|
||||
$_LANG['This is not a valid file name.'] = 'Esto no es un nombre válido.';
|
||||
$_LANG['This is not a valid image file.'] = 'Esto no es una imagen válida.';
|
||||
$_LANG['Too long!'] = '¬°Demasiado largo!';
|
||||
$_LANG['Too long'] = '¡Demasiado largo!';
|
||||
$_LANG['Unfortunately,'] = 'Desgraciadamente,';
|
||||
$_LANG['Update is complete!'] = '¬°Actualización completa!';
|
||||
$_LANG['Update is complete!'] = '¡Actualización completa!';
|
||||
$_LANG['Upgrade: get the latest stable version!'] = 'Actualización: instale la última versión de PrestaShop';
|
||||
$_LANG['Verify now!'] = '¬°Pruebe ahora!';
|
||||
$_LANG['Verify my database settings'] = '¡Pruebe ahora!';
|
||||
$_LANG['Verify system compatibility'] = 'Compatibilidad sistema';
|
||||
$_LANG['WARNING: For more security, you must delete the \'install\' folder.'] = 'ATENCION : para más seguridad, por favor suprima la carpeta \'/install\'.';
|
||||
$_LANG['Warning: a manual backup is HIGHLY recommended before continuing!'] = '¬°Atención: se recomienda hacer una copia de seguridad manual antes de continuar!';
|
||||
$_LANG['WARNING: For security purposes, you must delete the "install" folder.'] = 'ATENCION : para más seguridad, por favor borre la carpeta \'/install\'.';
|
||||
$_LANG['Warning: a manual backup is HIGHLY recommended before continuing!'] = '¡Atención : se recomienda hacer una copia de seguridad manual antes de continuar!';
|
||||
$_LANG['Welcome'] = 'Bienvenido';
|
||||
$_LANG['Welcome to the PrestaShop %s Installer'] = 'Bienvenido a la instalación de PrestaShop %s';
|
||||
$_LANG['When your files and database are saving in an other support, please certify that your shop is really backed up.'] = 'Una vez que los archivos de aplicación y su base de datos se hayan guardado, le pediremos que los certifique. Por lo tanto, usted asume plenamente su responsabilidad por cualquier p√©rdida de datos debido a la actualización de la aplicación PrestaShop.';
|
||||
$_LANG['Write permissions on folders (and subfolders):'] = 'en escritura en las carpetas (y sus subcarpetas) :';
|
||||
$_LANG['Write permissions on files and folders:'] = 'Derechos en escritura en los archivos y carpetas :';
|
||||
$_LANG['When your backup is complete, please confirm that it is fully functional.'] = 'Una vez que los archivos de aplicación y su base de datos se hayan guardado, le pediremos que los certifique. Por lo tanto, usted asume plenamente su responsabilidad por cualquier pérdida de datos debido a la actualización de la aplicación PrestaShop.';
|
||||
$_LANG['Write permissions on folders (and subfolders):'] = 'Permiso de escritura en las carpetas (y sus subcarpetas) :';
|
||||
$_LANG['Write permissions on files and folders:'] = 'Permiso de escritura en los archivos y carpetas :';
|
||||
$_LANG['Write permissions on folders:'] = 'Permiso de escritura en los archivos de';
|
||||
$_LANG['You already have the %s version.'] = 'Ya está en posesión de la versión %s';
|
||||
$_LANG['You have just installed and configured PrestaShop as your online shop solution. We wish you all the best with the success of your online shop.'] = 'Acaba de instalar y de configurar su tienda en línea y se lo agradecemos.';
|
||||
$_LANG['You have just updated and configured PrestaShop as your online shop solution. We wish you all the best with the success of your online shop.'] = 'Deba actualizar su tienda en línea. Se lo agradecemos.';
|
||||
$_LANG['Your installation is finished!'] = '¬°La instalación está terminada!';
|
||||
$_LANG['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.';
|
||||
$_LANG['You have just updated and configured PrestaShop as your online shop. We wish you all the best with the success of your online shop.'] = 'Deba actualizar su tienda online. Se lo agradecemos.';
|
||||
$_LANG['Your installation is finished!'] = '¡La instalación está terminada!';
|
||||
$_LANG['Your update is finished!'] = 'La actualización se ha completado';
|
||||
$_LANG['and/or'] = 'y/o';
|
||||
$_LANG['enter@your.email'] = 'introduzca@su.email';
|
||||
$_LANG['online documentation'] = 'documentación en l√≠nea';
|
||||
$_LANG['installed version detected'] = 'versión detectada actualmente';
|
||||
$_LANG['recommended dimensions: 230px X 75px'] = 'Dimensiones aconsajables: 230px x 75px';
|
||||
$_LANG['online documentation'] = 'documentación online';
|
||||
$_LANG['Currently installed version detected:'] = 'Versión detectada actualmente :';
|
||||
$_LANG['Recommended dimensions:'] = 'Dimensiones recomendadas:';
|
||||
$_LANG['view the log'] = 'ver el informe';
|
||||
$_LANG['(no old version detected)'] = '(no hay ninguna versión antigua detectada)';
|
||||
$_LANG['(No previous version detected)'] = '(no hay ninguna versión antigua detectada)';
|
||||
$_LANG['Can\'t write settings file, please create a file named settings.inc.php in config directory.'] = 'El archivo de parámetros no pudo escribirse, cree un archivo llamado settings.inc.php en su repertorio de configuración.';
|
||||
$_LANG['Cannot convert your database\'s data to utf-8.'] = 'No se pueden convertir los datos de su base de datos en UTF-8.';
|
||||
$_LANG['Your database server does not support the utf-8 charset.'] = 'La base de datos del servidor no es compatible con UTF-8.';
|
||||
$_LANG['Need help?'] = '¬øNecesita ayuda?';
|
||||
$_LANG['Forum'] = 'El foro';
|
||||
$_LANG['Cannot convert your database\'s data to UTF-8.'] = 'No se pueden convertir los datos de su base de datos en UTF-8.';
|
||||
$_LANG['Your database server does not support the UTF-8 charset.'] = 'La base de datos del servidor no es compatible con UTF-8.';
|
||||
$_LANG['Need help?'] = '¿Necesita ayuda?';
|
||||
$_LANG['Forums'] = 'El foro';
|
||||
$_LANG['Blog'] = 'El blog';
|
||||
$_LANG['Back Office'] = 'Back Office';
|
||||
$_LANG['Manage your store with your back office. Manage your orders and customers, add modules, change your theme, etc...'] = 'Administre su tienda con su back office. Gestione pedidos y clientes, agregue módulos, cambie el tema, etc ...';
|
||||
$_LANG['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 ...';
|
||||
$_LANG['Manage your store'] = 'Administre su tienda';
|
||||
$_LANG['Front Office'] = 'Front Office';
|
||||
$_LANG['Find your store as your future customers will see!'] = '¬°Descubra su tienda tal como la verán sus clientes!';
|
||||
$_LANG['Discover your store as your future customers will see it!'] = '¡Descubra su tienda tal como la verán sus clientes!';
|
||||
$_LANG['Discover your store'] = 'Descubra su tienda';
|
||||
$_LANG['Did you know?'] = '¿Sabía que?';
|
||||
$_LANG['Prestashop and community offers over 40 different languages for free download on'] = 'La comunidad Prestashop ofrece más de 40 idiomas diferentes para su descarga gratuita en';
|
||||
$_LANG['Default country:'] = 'País por defecto:';
|
||||
$_LANG['Shop\'s timezone:'] = 'Zona horaria de la tienda:';
|
||||
$_LANG['Your configuration is valid, click next to continue!'] = 'Su configuración es válida, haga clic en Siguiente para continuar';
|
||||
$_LANG['Did you know?'] = '¿Sabía que?';
|
||||
$_LANG['Prestashop and its community offers over 40 different languages for free download at'] = 'La comunidad Prestashop ofrece más de 40 idiomas diferentes para su descarga gratuita en';
|
||||
$_LANG['Default country:'] = 'País por defecto:';
|
||||
$_LANG['Shop timezone:'] = 'Zona horaria de la tienda:';
|
||||
$_LANG['Your configuration is valid, click \"Next\" to continue!'] = 'Su configuración es válida, haga clic en \"Siguiente\" para continuar';
|
||||
$_LANG['Your configuration is invalid. Please fix the issues below:'] = 'Su configuración no es válida,<br />gracias por corregir la configuración:';
|
||||
$_LANG['You have to create a database, help available in readme_en.txt'] = 'Debe crear una base de datos, puede encontrar ayuda en el archivo readme_es.txt';
|
||||
$_LANG['Discover your store'] = 'Descubra su tienda';
|
||||
$_LANG['If you check this box and your mail configuration is wrong, your installation might be blocked. If so, please uncheck the box to go to the next step.'] = 'Esta opción se puede bloquear si su configuración de correo electrónico está mal, gracias a desactivarla si usted no puede moverse a la siguiente etapa.';
|
||||
$_LANG['A question about PrestaShop or issues during installation or upgrade? Call us!'] = '¬øAlguna pregunta sobre PrestaShop o problemas durante su instalación o actualización? ¬°Llámenos!';
|
||||
$_LANG['Warning: If you check this box and your e-mail configuration is incorrect, you might not be able to continue the installation.'] = 'Esta opción se puede bloquear si su configuración de correo electrónico está incorrecta, por favor desactivarla si usted no puede moverse a la siguiente etapa.';
|
||||
$_LANG['Invalid catalog mode'] = 'Campo modo catálogo no válido';
|
||||
$_LANG['Catalog mode:'] = 'Modo Catálogo:';
|
||||
$_LANG['Yes'] = 'Sí';
|
||||
$_LANG['Catalog mode only:'] = 'Modo Catálogo:';
|
||||
$_LANG['Yes'] = 'Sí';
|
||||
$_LANG['No'] = 'No';
|
||||
$_LANG['If you activate this feature, all purchase features will be disabled. You can activate this feature later in your back office'] = 'Si activa esta opción, se desactivarán todas las aplicaciones de compra. Puede activar dicha opción posteriormente en el panel de administración.';
|
||||
$_LANG['the already installed version detected is too recent, no update available'] = 'la versión instalada que se ha detectado es demasiado reciente, no hay ninguna actualización disponible';
|
||||
$_LANG['If you activate this feature, all purchasing will be disabled. However, you will be able to enable purchasing later in your Back Office.'] = 'Si activa esta opción, se desactivarán todas las aplicaciones de compra. Puede activar dicha opción posteriormente en el panel de administración.';
|
||||
$_LANG['Your current version is already up-to-date'] = 'la versión instalada que se ha detectado es demasiado reciente, no hay ninguna actualización disponible';
|
||||
$_LANG['If you do not know how to enable it, use our turnkey solution PrestaBox at'] = 'Si no sabe activarla, utilice nuestra solución PrestaBox en';
|
||||
$_LANG['Invalid shop name'] = 'Nombre de la tienda no válido';
|
||||
$_LANG['Your firstname contains some invalid characters'] = 'Su nombre contiene caracteres no válidos';
|
||||
$_LANG['Your lastname contains some invalid characters'] = 'Su apellido contiene caracteres no válidos';
|
||||
$_LANG['Your MySQL server doesn\'t support this engine, please use another one like MyISAM'] = 'El soporte de este motor de base de datos no se puede soportar, elija otro como por ejemplo MyISAM';
|
||||
$_LANG['The file /img/logo.jpg is not writable, please CHMOD 755 this file or CHMOD 777'] = 'El archivo /img/logo.jpg no tiene derechos de escritura, por favor efectúe un CHMOD 755 o 777 en el archivo';
|
||||
$_LANG['The config/defines.inc.php file was not found. Where did you move it?'] = 'El archivo config/defines.inc.php no se ha encontrado. ¬øDónde se encuentra?';
|
||||
$_LANG['All tips and advice about PrestaShop'] = 'Todos los trucos y consejos sobre PrestaShop';
|
||||
$_LANG['The config/defines.inc.php file was not found. Where did you move it?'] = 'El archivo config/defines.inc.php no se ha encontrado. ¿Dónde se encuentra?';
|
||||
$_LANG['PrestaShop tips and advice'] = 'Todos los trucos y consejos sobre PrestaShop';
|
||||
$_LANG['+33 (0)1.40.18.30.04'] = '+33 (0)1.40.18.30.04';
|
||||
$_LANG['the already installed version detected is too old, no more update available'] = 'la versión instalada es demasiado antigua, no existen actualizaciones.';
|
||||
$_LANG['Mcrypt is available (recommended)'] = 'Mcrypt está disponible (aconsejable)';
|
||||
$_LANG['If you do not know how to fix these issues, use turnkey solution PrestaBox at'] = 'Si no puede solucionar estos problemas, utilice nuestra solución PrestaBox en';
|
||||
$_LANG['Database Engine:'] = 'Tipo de base de datos:';
|
||||
$_LANG['Installation type'] = 'Tipo de instalación';
|
||||
$_LANG['Simple mode: Basic installation'] = 'Modo básico: instalación simplificada';
|
||||
$_LANG['Lite mode: Basic installation'] = 'Modo básico: instalación simplificada';
|
||||
$_LANG['(FREE)'] = '(GRATIS)';
|
||||
$_LANG['Full mode: includes'] = 'Modo completo: incluido';
|
||||
$_LANG['100+ additional modules'] = '100 módulos';
|
||||
$_LANG['Full mode: includes core modules,'] = 'Modo completo: con';
|
||||
$_LANG['100+ additional modules'] = '100 módulos includidos';
|
||||
$_LANG['and demo products'] = 'y productos de demostración';
|
||||
$_LANG['(FREE too!)'] = '(¬°TAMBIEN GRATIS!)';
|
||||
$_LANG['Shop configuration'] = 'Configuración de la tienda';
|
||||
$_LANG['Main activity:'] = 'Actividad principal';
|
||||
$_LANG['-- Please choose your main activity --'] = '-- Elija una actividad --';
|
||||
$_LANG['Adult'] = 'Adulto y lencería';
|
||||
$_LANG['Adult'] = 'Adulto y lencería';
|
||||
$_LANG['Animals and Pets'] = 'Animales';
|
||||
$_LANG['Art and Culture'] = 'Cultura y ocio';
|
||||
$_LANG['Babies'] = 'Artículos para bebés';
|
||||
$_LANG['Babies'] = 'Artículos para bebés';
|
||||
$_LANG['Beauty and Personal Care'] = 'Salud y belleza';
|
||||
$_LANG['Cars'] = 'Automóvil y motos';
|
||||
$_LANG['Computer Hardware and Software'] = 'Informática y programas';
|
||||
$_LANG['Download'] = 'Descargas';
|
||||
$_LANG['Fashion and accessories'] = 'Ropa y complementos';
|
||||
$_LANG['Flowers, Gifts and Crafts'] = 'Flores y regalos';
|
||||
$_LANG['Food and beverage'] = 'Alimentación y gastronom√≠a';
|
||||
$_LANG['HiFi, Photo and Video'] = 'Hifi, foto y vídeo';
|
||||
$_LANG['Home and Garden'] = 'Casa y jardín';
|
||||
$_LANG['Home Appliances'] = 'Electrodomésticos';
|
||||
$_LANG['Jewelry'] = 'Joyería';
|
||||
$_LANG['Mobile and Telecom'] = 'Telefon√≠a y comunicación';
|
||||
$_LANG['Food and beverage'] = 'Alimentación y gastronomía';
|
||||
$_LANG['HiFi, Photo and Video'] = 'Hifi, foto y vídeo';
|
||||
$_LANG['Home and Garden'] = 'Casa y jardín';
|
||||
$_LANG['Home Appliances'] = 'Electrodomésticos';
|
||||
$_LANG['Jewelry'] = 'Joyería';
|
||||
$_LANG['Mobile and Telecom'] = 'Telefonía y comunicación';
|
||||
$_LANG['Services'] = 'Servicios';
|
||||
$_LANG['Shoes and accessories'] = 'Calzado y complementos';
|
||||
$_LANG['Sport and Entertainment'] = 'Deporte y ocio';
|
||||
$_LANG['Sports and Entertainment'] = 'Deporte y ocio';
|
||||
$_LANG['Travel'] = 'Viajes y turismo';
|
||||
$_LANG['This information isn\'t required, it will be used for statistical purposes. This information doesn\'t 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.';
|
||||
$_LANG['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.';
|
||||
$_LANG['E-mail:'] = 'Email :';
|
||||
$_LANG['I certify that I backed up my database and application files. I assume all responsibility for any data loss or damage related to this upgrade.'] = 'Certifico que he efectuado una copia de seguridad de mi base de datos y de mis archivos. Asumo plenamente la responsabilidad en caso en que se pierdan los datos o se produzca un error relacionado con esta actualización.';
|
||||
$_LANG['Upgrade in progress'] = 'Actualización en curso';
|
||||
@@ -247,42 +240,57 @@ $_LANG['minutes'] = 'minutos';
|
||||
$_LANG['minute'] = 'minuto';
|
||||
$_LANG['seconds'] = 'segundos';
|
||||
$_LANG['second'] = 'segundo';
|
||||
$_LANG['Depending on your server and the size of your shop'] = 'En función de la potencia de su servidor y el tama√±o de su tienda...';
|
||||
$_LANG['You did not update your shop for a while,'] = 'No ha actualizado su tienda desde hace algún tiempo,';
|
||||
$_LANG['Depending on your server and the size of your shop'] = 'En función de la potencia de su servidor y el tamaño de su tienda...';
|
||||
$_LANG['You have not updated your shop in a while,'] = 'No ha actualizado su tienda desde hace algún tiempo,';
|
||||
$_LANG['stable releases have been made ‚Äã‚Äãavailable since.'] = 'hay versiones mayores a disposición desde entonces.';
|
||||
$_LANG['This is not a problem however the update may take several minutes, try to update your shop more frequently.'] = 'No es un problema pero la actualización puede durar algunos minutos. Intente actualizar su tienda más a menudo.';
|
||||
$_LANG['No files to process, this might be an error.'] = 'No hay ningún archivo para tratar, se trata sin duda de un error';
|
||||
$_LANG['Hosting parameters'] = 'Parámetros hosting';
|
||||
$_LANG['PrestaShop tries to automatically set the best settings for your server in order the update to be successful.'] = 'PrestaShop intenta configurar por usted los parámetros de su servidor para que la actualización se efectúe de manera correcta.';
|
||||
$_LANG['PrestaShop tries to automatically set the best settings for your server in order for the update to be successful.'] = 'PrestaShop intenta configurar por usted los parámetros de su servidor para que la actualización se efectúe de manera correcta.';
|
||||
$_LANG['PHP parameter'] = 'Parámetro PHP';
|
||||
$_LANG['Description'] = 'Descripción';
|
||||
$_LANG['Current value'] = 'Valor actual';
|
||||
$_LANG['Maximum allowed time for the upgrade'] = 'Tiempo máximo autorizado para la actualización';
|
||||
$_LANG['Maximum memory allowed for the upgrade'] = 'Memoria máxima autorizada para la actualización';
|
||||
$_LANG['All your settings seem to be OK, go for it!'] = 'Todos los parámetros son correctos, ¬°adelante!';
|
||||
$_LANG['Beware, your settings look correct but are not optimal, if you encounter problems (upgrade too long, memory error...), please ask your hosting provider to increase the values of these parameters (max_execution_time & memory_limit).'] = 'Atención, los parámetros parecen correctos pero no son óptimos, si encuentra una dificultad (actualización bloqueada antes de su finalización, error de memoria...), pida a su hosting que aumente los valores de dichos parámetros (max_execution_time & memory_limit).';
|
||||
$_LANG['All your settings seem to be OK, go for it!'] = 'Todos los parámetros son correctos, ¡adelante!';
|
||||
$_LANG['Beware, your settings look correct but are not optimal, if you encounter problems (upgrade too long, memory error...), please ask your hosting provider to increase the values of these parameters: "max_execution_time" and "memory_limit".'] = 'Atención, los parámetros parecen correctos pero no son óptimos, si encuentra una dificultad (actualización bloqueada antes de su finalización, error de memoria...), pida a su hosting que aumente los valores de dichos parámetros (max_execution_time & memory_limit).';
|
||||
$_LANG['We strongly recommend that you inform your hosting provider to modify the settings before process to the update.'] = 'Le aconsejamos que avise a su hosting antes de comenzar la actualización para que modifique los parámetros PHP.';
|
||||
$_LANG['Let\'s go!'] = 'El proceso ha comenzado';
|
||||
$_LANG['Click on the "Next" button to start the upgrade, this can take several minutes,'] = 'Pulse en "Siguiente" para comenzar la actualización, esto puede llevar unos minutos,';
|
||||
$_LANG['do not close the window and be patient.'] = 'no cierre la ventana y espere.';
|
||||
$_LANG['Your update is completed!'] = 'La actualización ha concluido con √©xito';
|
||||
$_LANG['please be patient and do not close this window.'] = 'no cierre la ventana y espere.';
|
||||
$_LANG['Your update is complete!'] = 'La actualización ha concluido con éxito';
|
||||
$_LANG['Your shop version is now'] = 'La versión de su tienda ya está';
|
||||
$_LANG['New features in PrestaShop v'] = 'Nuevas aplicaciones en dans PrestaShop v';
|
||||
$_LANG['Module compatibility'] = 'Compatibilidad Módulos';
|
||||
$_LANG['It\'s dangerous to keep non-native modules activated during the update. If you really want to take this risk, uncheck the following box.'] = 'Se desaconseja dejar los módulos no nativos activos durante la actualización. Si realmente desea correr ese riesgo, desactive la siguiente casilla.';
|
||||
$_LANG['You will be able to manually reactivate them in your back-office, once the update process has succeeded.'] = 'Despu√©s podrá reactivarlos manualmente en el back-office, una vez la actualización haya terminado.';
|
||||
$_LANG['Ok, please desactivate the following modules, I will reactivate them later:'] = 'De acuerdo, desactive automáticamente los siguientes módulos, los activar√© yo mismo más tarde:';
|
||||
$_LANG['You will be able to manually reactivate them in your Back Office once the update process has succeeded.'] = 'Después podrá reactivarlos manualmente en el back-office, una vez la actualización haya terminado.';
|
||||
$_LANG['Ok, please deactivate the following modules, I will reactivate them later:'] = 'De acuerdo, desactive automáticamente los siguientes módulos, los activaré yo mismo más tarde:';
|
||||
$_LANG['Theme compatibility'] = 'Compatibilidad del tema';
|
||||
$_LANG['Before updating, you need to check that your theme is compatible with version'] = 'Antes de la actualización, debe comprobar que su tema es compatible con la versión';
|
||||
$_LANG['of PrestaShop.'] = 'de PrestaShop';
|
||||
$_LANG['Link to the validator'] = 'Link hacia el validador';
|
||||
$_LANG['Online Theme Validator'] = 'Validador del tema en línea';
|
||||
$_LANG['If your theme is not valid, you may experience some problems in your front-office aspect, but don\'t panic ! To solve this, you can make it compatible by correcting the validators errors or by using a theme compatible with '] = 'Si su tema no es válido, podr√≠a tener problemas en la página de su sitio Web, pero no se preocupe, ¬°puede hacerlo compatible corrigiendo los errores se√±alados por el validador o utilizando un tema compatible con la versión!' ;
|
||||
$_LANG['Online Theme Validator'] = 'Validador del tema online';
|
||||
$_LANG['If your theme is invalid, you may experience some problems in your Front Office layout, but do not panic! To resolve this, you can make it compatible by fixing the validator errors or by using a theme compatible with '] = 'Si su tema no es válido, podría tener problemas en la página de su sitio Web, pero no se preocupe, ¡puede hacerlo compatible corrigiendo los errores señalados por el validador o utilizando un tema compatible con la versión!' ;
|
||||
$_LANG['version'] = 'versión';
|
||||
$_LANG['In this aim, use our'] = 'En este objetivo, utilice nuestro';
|
||||
$_LANG['To do this, use our'] = 'En este objetivo, utilice nuestro';
|
||||
$_LANG['Additional Benefits'] = 'Otros beneficios';
|
||||
$_LANG['Exclusive offers dedicated to PrestaShop merchants'] = 'Ofertas exclusivas dedicadas a los comerciantes PrestaShop';
|
||||
$_LANG['PHP magic quotes option is off (recommended)'] = 'La opción PHP "magic quotes" está desactivada (aconsejable)';
|
||||
$_LANG['Other activity...'] = 'Otra actividad...';
|
||||
$_LANG['Modules'] = 'Módulos';
|
||||
$_LANG['Benefits'] = 'Beneficios';
|
||||
$_LANG['Benefits'] = 'Beneficios';
|
||||
$_LANG['Create a MySQL database using phpMyAdmin (or by asking your hosting provider)'] = 'Crear un base de datos MySQL usando phpMyAdmin (o preguntele a su proveedor de alojamiento web)';
|
||||
$_LANG['- or -'] = ' - o -';
|
||||
$_LANG['I want to'] = 'Yo quiero';
|
||||
$_LANG['install'] = 'installar';
|
||||
$_LANG['a new online shop with PrestaShop'] = 'una nueva tienda online con PrestaShop';
|
||||
$_LANG['update'] = 'actualizar';
|
||||
$_LANG['my existing PrestaShop to a newer version'] = 'mi tienda PrestaShop actual a una nueva version';
|
||||
$_LANG['Your current version is too old, updates are possible only from version'] = 'Su version actual esta antigua, actualizaciones solo estan disponibles desde la version';
|
||||
$_LANG['and higher'] = 'y en adelante';
|
||||
$_LANG['PHP settings (for assistance, ask your hosting provider):'] = 'PHP parámetros (para assistencia, preguntale a su proveedor de alojamiento web)';
|
||||
$_LANG['Database Configuration'] = 'Configuración de base de datos';
|
||||
$_LANG['Database login:'] = 'Inicio de la base de datos';
|
||||
$_LANG['Database password:'] = 'Contraseña de la base de datos';
|
||||
$_LANG['Please create a MySQL database and then verify your settings below. If you need assistance, please ask your hosting provider for this information.'] = 'Por favor crear un base de datos MySQL y despues verifique sus parámetros debajo, para assistencia por favor preguntale a su proveedor de alojamiento web.';
|
||||
$_LANG['No more information'] = 'No mas informacion';
|
||||
+86
-78
@@ -4,36 +4,35 @@ $_LANG['Installer'] = 'Installation';
|
||||
$_LANG['Updater'] = 'Mise à jour';
|
||||
$_LANG['.'] = '.';
|
||||
$_LANG['A Prestashop database already exists, please drop it or change the prefix.'] = 'Une base de données PrestaShop existe déjà avec ce préfixe, vous devez la supprimer manuellement ou changer son préfixe.';
|
||||
$_LANG['An email has been sent!'] = 'Un email a été envoyé !';
|
||||
$_LANG['Access and configure PHP 5.0+ on your hosting server'] = 'Vérifier que votre hébergeur propose PHP5 et/ou l\'activer';
|
||||
$_LANG['A test e-mail has been sent to'] = 'Un email a été envoyé à';
|
||||
$_LANG['An error occurred while resizing the picture.'] = 'Une erreur est survenue lors du redimensionnement de l\'image.';
|
||||
$_LANG['An error occurred while sending email, please verify your parameters.'] = 'Une erreur est survenue lors de l\'envoi de l\'email, merci de vérifier vos paramètres.';
|
||||
$_LANG['Available shop languages'] = 'Langues proposées';
|
||||
$_LANG['Back'] = 'Précédent';
|
||||
$_LANG['Back up your database and all application files (update only)'] = 'Sauvegarder votre base de données et vos fichiers (en cas de mise à jour de PrestaShop uniquement)';
|
||||
$_LANG['Please backup the database and application files.'] = 'Avant de continuer, vous devez sauvegarder vos données. Merci donc de copier tous les fichiers du site dans un dossier de sauvegarde, mais également de sauvegarder votre base de données. Si vous avez modifié manuellement le fichier caché ".htaccess" à la racine de votre boutique, prenez soin de le sauvegarder également.';
|
||||
$_LANG['By default, the PHP \'mail()\' function is used'] = 'Par défaut, la fonction PHP \'mail()\' est utilisée';
|
||||
$_LANG['Can\'t create settings file, if /config/settings.inc.php exists, please give the public write permissions to this file, else please create a file named settings.inc.php in config directory.'] = 'Erreur à la création du fichier de configuration, si le fichier /config/settings.inc.php existe, veuillez lui donner les droits publics d\'écriture; sinon veuillez créer un fichier settings.inc.php dans le répertoire de configuration (/config/)';
|
||||
$_LANG['By default, the PHP \'mail()\' function is used (recommended)'] = 'Par défaut, la fonction PHP \'mail()\' est utilisée';
|
||||
$_LANG['Can\'t create settings file, if /config/settings.inc.php exists, please give the public write permissions to this file, otherwise please create a file named settings.inc.php in config directory.'] = 'Erreur à la création du fichier de configuration, si le fichier /config/settings.inc.php existe, veuillez lui donner les droits publics d\'écriture; sinon veuillez créer un fichier settings.inc.php dans le répertoire de configuration (/config/)';
|
||||
$_LANG['Can\'t find the sql upgrade files. Please verify that the /install/sql/upgrade folder is not empty)'] = 'Impossible de trouver un des fichiers de mise à jour SQL. Merci de vérifier que le dossier /install/sql/upgrade n\'est pas vide.';
|
||||
$_LANG['Choose the installer language:'] = 'Dans quelle langue souhaitez-vous effectuer l\'installation ?';
|
||||
$_LANG['Choose your prefered language for the installation:'] = 'Dans quelle langue souhaitez-vous effectuer l\'installation ?';
|
||||
$_LANG['Community Forum'] = 'notre forum communautaire';
|
||||
$_LANG['Configure SMTP manually (advanced users only)'] = 'Configurer l\'envoi SMTP (experts uniquement)';
|
||||
$_LANG['Configure your database by filling out the following fields:'] = 'Configurez votre base de données en remplissant les champs ci-dessous :';
|
||||
$_LANG['Congratulation, your online shop is now ready!'] = 'Félicitations, votre boutique est installée !';
|
||||
$_LANG['Congratulations, your online shop is now ready!'] = 'Félicitations, votre boutique est installée !';
|
||||
$_LANG['Contact us!'] = 'Contactez-nous';
|
||||
$_LANG['Create new files and folders allowed'] = 'Création de nouveaux dossiers et fichiers autorisée';
|
||||
$_LANG['Creation of new files and folders allowed'] = 'Création de nouveaux dossiers et fichiers autorisée';
|
||||
$_LANG['Your database connection settings are not valid. Please check your server, name, login and prefix.'] = 'Vos informations de connexion à la base de données ne sont pas valides. Veuillez vérifier le serveur, nom, login et préfixe que vous avez indiqué.';
|
||||
$_LANG['Database Server is available but database is not found'] = 'Le serveur de bases de données est disponible mais la base de données n\'a pas été trouvée';
|
||||
$_LANG['Database Server is not found. Please verify the login, password and server fields.'] = 'Le serveur de bases de données n\'a pas été trouvé, merci de vérifier vos identifiants ou le nom du serveur.';
|
||||
$_LANG['Database server is available but database was not found'] = 'Le serveur de bases de données est disponible mais la base de données n\'a pas été trouvée';
|
||||
$_LANG['Database server was not found. Please verify the login, password and server fields.'] = 'Le serveur de bases de données n\'a pas été trouvé, merci de vérifier vos identifiants ou le nom du serveur.';
|
||||
$_LANG['Database configuration'] = 'Configuration de la base de données';
|
||||
$_LANG['Database connection is available!'] = 'La base de données a été trouvée !';
|
||||
$_LANG['Database is created!'] = 'Base de données installée !';
|
||||
$_LANG['Database name:'] = 'Nom de la base de données :';
|
||||
$_LANG['Disclaimer'] = 'Avertissement';
|
||||
$_LANG['Documentation Wiki'] = 'documentation Wiki';
|
||||
$_LANG['Online documentation'] = 'documentation Wiki';
|
||||
$_LANG['E-mail:'] = 'Email :';
|
||||
$_LANG['E-mail address:'] = 'Adresse e-mail :';
|
||||
$_LANG['E-mail delivery set-up'] = 'Paramètres d\'envoi des emails';
|
||||
$_LANG['E-mail configuration'] = 'Paramètres d\'envoi des emails';
|
||||
$_LANG['Encryption:'] = 'Cryptage :';
|
||||
$_LANG['Error!'] = 'Erreur !';
|
||||
$_LANG['Error while creating the /config/settings.inc.php file.'] = 'Erreur lors de la création du fichier /config/settings.inc.php.';
|
||||
@@ -41,7 +40,7 @@ $_LANG['Error while inserting content into the database'] = 'Erreur lors de l\'i
|
||||
$_LANG['Error while inserting data in the database:'] = 'Erreur lors de l\'insertion dans la base :';
|
||||
$_LANG['Error while loading sql upgrade file.'] = 'Erreur lors de l\'ouverture du fichier SQL';
|
||||
$_LANG['Error:'] = 'Erreur :';
|
||||
$_LANG['Errors while updating...'] = 'Erreur lors de la mise à jour...';
|
||||
$_LANG['Error(s) while updating...'] = 'Erreur lors de la mise à jour...';
|
||||
$_LANG['Failed to write file to disk'] = 'Impossible d\'écrire le fichier sur le disque';
|
||||
$_LANG['Fields are different!'] = 'Les champs sont différents !';
|
||||
$_LANG['File upload allowed'] = 'Envoi de fichier autorisé';
|
||||
@@ -50,23 +49,23 @@ $_LANG['First name:'] = 'Prénom :';
|
||||
$_LANG['For more information, please consult our'] = 'Pour plus d\'infos, veuillez consulter notre';
|
||||
$_LANG['GD Library installed'] = 'Librairie GD installée';
|
||||
$_LANG['GZIP compression is on (recommended)'] = 'La compression GZIP est activée (recommandé)';
|
||||
$_LANG['Here are your shop information. You can modify them once logged in.'] = 'Voici vos informations de connexion, vous pouvez les modifier ultérieurement dans votre arrière boutique.';
|
||||
$_LANG['However, you must know how to do the following manually:'] = 'Toutefois, vous pouvez effectuer les tâches suivantes manuellement :';
|
||||
$_LANG['Here is your shop information. You can modify it once you are logged in.'] = 'Voici vos informations de connexion, vous pouvez les modifier ultérieurement dans votre Back Office.';
|
||||
$_LANG['However, you must know how to do the following:'] = 'Toutefois, vous devrez effectuer les actions suivantes :';
|
||||
$_LANG['I agree to the above terms and conditions.'] = 'J\'approuve les termes et conditions du contrat ci-dessus.';
|
||||
$_LANG['If you have any questions, please visit our '] = 'Si vous avez la moindre question, merci de jeter un oeil sur notre ';
|
||||
$_LANG['Impossible the access the a MySQL content file.'] = 'Impossible d\'accéder au contenu d\'un des fichiers *.sql.';
|
||||
$_LANG['Impossible to read the content of a MySQL content file.'] = 'Impossible de lire le contenu d\'un des fichiers *.sql.';
|
||||
$_LANG['Impossible to send the email!'] = 'Impossible d\'envoyer l\'email !';
|
||||
$_LANG['Impossible to upload the file!'] = 'Impossible d\'envoyer le fichier !';
|
||||
$_LANG['Impossible to write the image /img/logo.jpg. If this image already exists, please delete it.'] = 'Impossible d\'écrire l\'image /img/logo.jpg. Si celle-ci existe déjà, merci de la supprimer manuellement.';
|
||||
$_LANG['Installation : complete install of the PrestaShop Solution'] = 'Installation complète de PrestaShop';
|
||||
$_LANG['Cannot access the a MySQL data file.'] = 'Impossible d\'accéder au contenu d\'un des fichiers *.sql.';
|
||||
$_LANG['Cannot read the content of a MySQL data file.'] = 'Impossible de lire le contenu d\'un des fichiers *.sql.';
|
||||
$_LANG['Cannot send the email!'] = 'Impossible d\'envoyer l\'email !';
|
||||
$_LANG['Cannot upload the file!'] = 'Impossible d\'envoyer le fichier !';
|
||||
$_LANG['Cannot write the image /img/logo.jpg. If this image already exists, please delete it.'] = 'Impossible d\'écrire l\'image /img/logo.jpg. Si celle-ci existe déjà, merci de la supprimer manuellement.';
|
||||
$_LANG['Installation: Full installation of PrestaShop'] = 'Installation complète de PrestaShop';
|
||||
$_LANG['Installation is complete!'] = 'Installation terminée !';
|
||||
$_LANG['Installation method'] = 'Méthode d\'installation';
|
||||
$_LANG['What do you want to do?'] = 'Méthode d\'installation';
|
||||
$_LANG['Last name:'] = 'Nom :';
|
||||
$_LANG['Licenses Agreement'] = 'Contrat de licences';
|
||||
$_LANG['License Agreement'] = 'Contrat de licences';
|
||||
$_LANG['PrestaShop core is released under the OSL 3.0 while PrestaShop modules and themes are released under the AFL 3.0.'] = 'Le coeur de PrestaShop est publié sous licence OSL 3.0 tandis que les modules et thèmes sont publiés sous licence AFL 3.0.';
|
||||
$_LANG['Login:'] = 'Identifiant :';
|
||||
$_LANG['Merchant info'] = 'Informations à propos du vendeur';
|
||||
$_LANG['Shop settings and merchant account information'] = 'Informations à propos du vendeur';
|
||||
$_LANG['Missing a temporary folder'] = 'Il manque le dossier temporaire de réception de vos envois de fichiers. Merci de consulter votre administrateur système.';
|
||||
$_LANG['MySQL support is on'] = 'Le support de MySQL est activé';
|
||||
$_LANG['Next'] = 'Suivant';
|
||||
@@ -74,18 +73,17 @@ $_LANG['No error code available.'] = 'Erreur inconnue.';
|
||||
$_LANG['No file was uploaded.'] = 'Aucun fichier n\'a été envoyé';
|
||||
$_LANG['No upgrade is possible.'] = 'Pas de mise à jour disponible';
|
||||
$_LANG['None'] = 'Aucun';
|
||||
$_LANG['Official forum'] = 'Forum officiel';
|
||||
$_LANG['One or more errors have occurred, you can find more informations below or in the log/installation.log file.'] = 'Une ou plusieurs erreurs sont apparues, vous trouverez plus d\'informations ci-dessous ou dans le fichier log/installation.log';
|
||||
$_LANG['PrestaShop Forums'] = 'Forums PrestaShop';
|
||||
$_LANG['One or more errors have occurred, you can find more information below or in the log/installation.log file.'] = 'Une ou plusieurs erreurs sont apparues, vous trouverez plus d\'informations ci-dessous ou dans le fichier log/installation.log';
|
||||
$_LANG['Open external URLs allowed'] = 'Ouverture des URL externes autorisée';
|
||||
$_LANG['Optional languages'] = 'Langues non-proposées';
|
||||
$_LANG['Optional set-up'] = 'Paramètres optionnels';
|
||||
$_LANG['PHP \'mail()\' function is available'] = 'La fonction PHP \'mail()\' est disponible';
|
||||
$_LANG['PHP \'mail()\' function is unavailable'] = 'La fonction PHP \'mail()\' n\'est pas disponible';
|
||||
$_LANG['PHP 5.0 or later installed'] = 'PHP 5.0 ou supérieur installé';
|
||||
$_LANG['PHP parameters:'] = 'Paramètres PHP :';
|
||||
$_LANG['PHP register global option is off (recommended)'] = 'L\'option PHP "register global" est désactivée (recommandé)';
|
||||
$_LANG['Password:'] = 'Mot de passe :';
|
||||
$_LANG['Please allow 5-15 minutes to complete the installation process.'] = 'Le processus d\'installation devrait vous prendre quelques minutes seulement !';
|
||||
$_LANG['Please allow 10-15 minutes to complete the installation process.'] = 'Le processus d\'installation devrait vous prendre quelques minutes seulement !';
|
||||
$_LANG['Please set a SMTP login'] = 'Entrez un identifiant SMTP';
|
||||
$_LANG['Please set a SMTP password'] = 'Entrez le password SMTP';
|
||||
$_LANG['Please set a SMTP server name'] = 'Entrez un nom de serveur SMTP';
|
||||
@@ -97,10 +95,10 @@ $_LANG['PrestaShop %s Installer'] = 'Installation de PrestaShop %s';
|
||||
$_LANG['PrestaShop is ready!'] = 'PrestaShop est prêt!';
|
||||
$_LANG['Re-type to confirm:'] = 'Confirmez le mot de passe :';
|
||||
$_LANG['Ready, set, go!'] = 'PrestaShop est installé !';
|
||||
$_LANG['Receive notifications by e-mail'] = 'Recevoir mes informations par e-mail';
|
||||
$_LANG['Refresh these settings'] = 'Revérifier';
|
||||
$_LANG['Receive this information by e-mail'] = 'Recevoir mes informations par e-mail';
|
||||
$_LANG['Check my settings again'] = 'Revérifier';
|
||||
$_LANG['Required field'] = 'Champs requis';
|
||||
$_LANG['Required set-up. Please verify the following checklist items are true.'] = 'Merci de vous assurer que chacun des paramètres ci-dessous est valide (coche verte affichée).';
|
||||
$_LANG['Required set-up. Please verify the following checklist items:'] = 'Merci de vous assurer que chacun des paramètres ci-dessous est valide (coche verte affichée).';
|
||||
$_LANG['SMTP connection is available!'] = 'Connexion SMTP disponible !';
|
||||
$_LANG['SMTP connection is unavailable'] = 'Connexion SMTP non disponible.';
|
||||
$_LANG['SMTP server:'] = 'Serveur SMTP :';
|
||||
@@ -108,19 +106,18 @@ $_LANG['SQL errors have occurred.'] = 'erreurs SQL sont apparues.';
|
||||
$_LANG['Select the different languages available for your shop'] = 'Choisissez les différentes langues que votre boutique proposera aux clients';
|
||||
$_LANG['Send me a test email!'] = 'M\'envoyer un email de test !';
|
||||
$_LANG['Server:'] = 'Serveur :';
|
||||
$_LANG['Set permissions on folders & subfolders using Terminal or an FTP client'] = 'Mettre les permissions sur les dossiers & sous-dossiers via un client FTP';
|
||||
$_LANG['Set permissions on folders & subfolders using an FTP client'] = 'Mettre les permissions sur les dossiers & sous-dossiers via un client FTP';
|
||||
$_LANG['Shop Configuration'] = 'Configuration boutique';
|
||||
$_LANG['Shop logo'] = 'Logo de la boutique';
|
||||
$_LANG['Shop logo:'] = 'Logo de la boutique :';
|
||||
$_LANG['Shop name:'] = 'Nom de la boutique :';
|
||||
$_LANG['Shop password:'] = 'Mot de passe de la boutique :';
|
||||
$_LANG['Shop\'s default language'] = 'Langue par défaut';
|
||||
$_LANG['Shop\'s languages'] = 'Langues de la boutique';
|
||||
$_LANG['System and permissions'] = 'Système et permissions';
|
||||
$_LANG['System Compatibility'] = 'Compatibilité du système';
|
||||
$_LANG['System Configuration'] = 'Configuration système';
|
||||
$_LANG['Tables prefix:'] = 'Préfixe des tables :';
|
||||
$_LANG['Test message - Prestashop'] = 'Installation de Prestashop - test du serveur d\'email';
|
||||
$_LANG['The PrestaShop Installer will do most of the work in just a few clicks.'] = 'L\'installeur de PrestaShop va faire tout le travail en quelques clics.';
|
||||
$_LANG['The PrestaShop Installer will do most of the work for you in just a few clicks.'] = 'L\'installeur de PrestaShop va faire tout le travail en quelques clics.';
|
||||
$_LANG['The config/settings.inc.php file was not found. Did you delete or rename this file?'] = 'Le fichier config/settings.inc.php n\'a pas été trouvé. L\'avez-vous supprimé ou renommé ?';
|
||||
$_LANG['The config/defines.inc.php file was not found. Where did you move it?'] = 'Le fichier config/defines.inc.php n\'a pas été trouvé. Ou est-il passé ?';
|
||||
$_LANG['The password is incorrect (alphanumeric string at least 8 characters).'] = 'Mot de passe incorrect (chaîne alpha-numérique d\'au moins 8 caractères)';
|
||||
@@ -128,60 +125,59 @@ $_LANG['The uploaded file exceeds the MAX_FILE_SIZE directive that was specified
|
||||
$_LANG['The uploaded file exceeds the upload_max_filesize directive in php.ini'] = 'Le fichier envoyé dépasse la taille maximum autorisée.';
|
||||
$_LANG['The uploaded file was only partially uploaded'] = 'Le fichier a été envoyé partiellement.';
|
||||
$_LANG['There is no older version. Did you delete or rename the config/settings.inc.php file?'] = 'Pas de version antérieur détectée. Avez-vous supprimé ou renommé le fichier settings.inc.php du dossier config ?';
|
||||
$_LANG['This PrestaShop database already exists. Please revalidate your authentication informations to the database.'] = 'Cette base de données PrestaShop existe déjà, merci de revalider vos informations d\'authentification à la base de données.';
|
||||
$_LANG['This application need you to activate Javascript to correctly work.'] = 'JavaScript est requis pour lancer cette application.';
|
||||
$_LANG['This email adress is wrong!'] = 'Adresse incorrecte !';
|
||||
$_LANG['This PrestaShop database already exists. Please revalidate your authentication information to the database.'] = 'Cette base de données PrestaShop existe déjà, merci de revalider vos informations d\'authentification à la base de données.';
|
||||
$_LANG['This application needs you to activate Javascript to correctly work.'] = 'JavaScript est requis pour lancer cette application.';
|
||||
$_LANG['This e-mail address is invalid!'] = 'Adresse incorrecte !';
|
||||
$_LANG['This installer is too old.'] = 'Cet installeur est trop vieux.';
|
||||
$_LANG['This is a test message, your server is now available to send email'] = 'Ceci est un message de test, votre serveur d\'email fonctionne correctement.';
|
||||
$_LANG['This is not a valid file name.'] = 'Ce n\'est pas un nom valide.';
|
||||
$_LANG['This is not a valid image file.'] = 'Ce n\'est pas une image valide.';
|
||||
$_LANG['Too long!'] = 'Trop long !';
|
||||
$_LANG['Too long'] = 'Trop long !';
|
||||
$_LANG['Unfortunately,'] = 'Malheureusement,';
|
||||
$_LANG['Update is complete!'] = 'Mise à jour terminée !';
|
||||
$_LANG['Upgrade: get the latest stable version!'] = 'Mise à jour : installez la dernière version de PrestaShop';
|
||||
$_LANG['Verify now!'] = 'Tester la connexion';
|
||||
$_LANG['Verify my database settings'] = 'Tester la connexion';
|
||||
$_LANG['Verify system compatibility'] = 'Compatibilité système';
|
||||
$_LANG['WARNING: For more security, you must delete the \'install\' folder.'] = 'ATTENTION : pour plus de sécurité, merci de supprimer le dossier \'/install\'.';
|
||||
$_LANG['WARNING: For security purposes, you must delete the "install" folder.'] = 'ATTENTION : pour plus de sécurité, merci de supprimer le dossier \'/install\'.';
|
||||
$_LANG['Warning: a manual backup is HIGHLY recommended before continuing!'] = 'Attention : une sauvegarde manuelle est INDISPENSABLE avant de procéder à la mise à jour de l\'application PrestaShop, cela afin de prévenir toute perte de données accidentelle';
|
||||
$_LANG['Welcome'] = 'Bienvenue';
|
||||
$_LANG['Welcome to the PrestaShop %s Installer'] = 'Bienvenue dans l\'installation de PrestaShop %s';
|
||||
$_LANG['When your files and database are saving in an other support, please certify that your shop is really backed up.'] = 'Une fois que les fichiers de l\'application et votre base de données seront sauvegardés, nous vous demanderons de le certifier. De ce fait, vous assumerez l\'entière responsabilité d\'une éventuelle perte de données liée à la mise à jour de l\'application PrestaShop.';
|
||||
$_LANG['When your backup is complete, please confirm that it is fully functional.'] = 'Une fois que les fichiers de l\'application et votre base de données seront sauvegardés, nous vous demanderons de le certifier. De ce fait, vous assumerez l\'entière responsabilité d\'une éventuelle perte de données liée à la mise à jour de l\'application PrestaShop.';
|
||||
$_LANG['Write permissions on folders (and subfolders):'] = 'Droits en écriture sur les dossiers (et leurs sous-dossiers) :';
|
||||
$_LANG['Write permissions on files and folders:'] = 'Droits en écriture sur les fichiers et dossiers:';
|
||||
$_LANG['Write permissions on folders:'] = 'Droits en écriture sur les dossiers';
|
||||
$_LANG['You already have the %s version.'] = 'Vous êtes déjà en possession de la version %s';
|
||||
$_LANG['You have just installed and configured PrestaShop as your online shop solution. We wish you all the best with the success of your online shop.'] = 'Vous venez d\'installer et de configurer votre boutique en ligne, nous vous en remercions.';
|
||||
$_LANG['You have just updated and configured PrestaShop as your online shop solution. We wish you all the best with the success of your online shop.'] = 'Vous venez de mettre à jour votre boutique en ligne. Nous vous en remercions.';
|
||||
$_LANG['You have just installed and configured PrestaShop as your online shop. We wish you all the best with the success of your online shop.'] = 'Vous venez d\'installer et de configurer votre boutique en ligne, nous vous en remercions.';
|
||||
$_LANG['You have just updated and configured PrestaShop as your online shop. We wish you all the best with the success of your online shop.'] = 'Vous venez de mettre à jour votre boutique en ligne. Nous vous en remercions.';
|
||||
$_LANG['Your installation is finished!'] = 'L\'installation est terminée !';
|
||||
$_LANG['Your update is finished!'] = 'La mise à jour est terminée';
|
||||
$_LANG['and/or'] = 'et/ou';
|
||||
$_LANG['enter@your.email'] = 'entrez@votre.email';
|
||||
$_LANG['online documentation'] = 'documentation en ligne';
|
||||
$_LANG['installed version detected'] = 'version actuelle détectée';
|
||||
$_LANG['recommended dimensions: 230px X 75px'] = 'Dimensions recommandées : 230px x 75px';
|
||||
$_LANG['Currently installed version detected:'] = 'Version actuellement installée détectée :';
|
||||
$_LANG['Recommended dimensions:'] = 'Dimensions recommandées :';
|
||||
$_LANG['view the log'] = 'voir le rapport';
|
||||
$_LANG['(no old version detected)'] = '(aucune ancienne version détectée)';
|
||||
$_LANG['(No previous version detected)'] = '(aucune ancienne version détectée)';
|
||||
$_LANG['Can\'t write settings file, please create a file named settings.inc.php in config directory.'] = 'Le fichier de paramètres n\'a pu être écrit, veuillez créer un fichier nommé settings.inc.php dans votre répertoire de configuration.';
|
||||
$_LANG['Cannot convert your database\'s data to utf-8.'] = 'Impossible de convertir les données de votre base de données en utf-8.';
|
||||
$_LANG['Your database server does not support the utf-8 charset.'] = 'Votre serveur de base de données ne supporte pas le jeu de caractère utf-8.';
|
||||
$_LANG['Cannot convert your database\'s data to UTF-8.'] = 'Impossible de convertir les données de votre base de données en UTF-8.';
|
||||
$_LANG['Your database server does not support the UTF-8 charset.'] = 'Votre serveur de base de données ne supporte pas le jeu de caractère UTF-8.';
|
||||
$_LANG['Need help?'] = 'Besoin d\'aide ?';
|
||||
$_LANG['All tips and advice about PrestaShop'] = 'Toutes les astuces et conseils autour de PrestaShop';
|
||||
$_LANG['Forum'] = 'Le forum';
|
||||
$_LANG['PrestaShop tips and advice'] = 'Toutes les astuces et conseils autour de PrestaShop';
|
||||
$_LANG['Forums'] = 'Le forum';
|
||||
$_LANG['Blog'] = 'Le blog';
|
||||
$_LANG['Back Office'] = 'Back Office';
|
||||
$_LANG['Manage your store with your back office. Manage your orders and customers, add modules, change your theme, etc...'] = 'Administrez votre boutique avec votre back office. Gérer vos commandes et vos clients, ajouter des modules, modifier votre thème, etc...';
|
||||
$_LANG['Manage your store using your Back Office. Manage your orders and customers, add modules, change themes, etc.'] = 'Administrez votre boutique avec votre back office. Gérer vos commandes et vos clients, ajouter des modules, modifier votre thème, etc...';
|
||||
$_LANG['Manage your store'] = 'Gérez votre boutique';
|
||||
$_LANG['Front Office'] = 'Front Office';
|
||||
$_LANG['Find your store as your future customers will see!'] = 'Découvrez votre boutique telle que vos futurs clients la verront !';
|
||||
$_LANG['Discover your store as your future customers will see it!'] = 'Découvrez votre boutique telle que vos futurs clients la verront !';
|
||||
$_LANG['Discover your store'] = 'Découvrir ma boutique';
|
||||
$_LANG['Did you know?'] = 'Le saviez-vous ?';
|
||||
$_LANG['Prestashop and community offers over 40 different languages for free download on'] = 'Prestashop et sa communauté propose plus de 40 langues différentes en téléchargement gratuit sur';
|
||||
$_LANG['Prestashop and its community offers over 40 different languages for free download at'] = 'Prestashop et sa communauté proposent plus de 40 langues différentes en téléchargement gratuit sur';
|
||||
$_LANG['Default country:'] = 'Pays par défaut :';
|
||||
$_LANG['Shop\'s timezone:'] = 'Fuseau horaire de la boutique :';
|
||||
$_LANG['Your configuration is valid, click next to continue!'] = 'Votre configuration est valide, cliquez sur suivant pour continuer !';
|
||||
$_LANG['Shop timezone:'] = 'Fuseau horaire de la boutique :';
|
||||
$_LANG['Your configuration is valid, click \"Next\" to continue!'] = 'Votre configuration est valide, cliquez sur suivant pour continuer !';
|
||||
$_LANG['Your configuration is invalid. Please fix the issues below:'] = 'Votre configuration n\'est pas valide, merci de corriger ces problèmes :';
|
||||
$_LANG['You have to create a database, help available in readme_en.txt'] = 'Vous devez au préalable créer une base de données (aide disponible dans le fichier readme.txt)';
|
||||
$_LANG['If you check this box and your mail configuration is wrong, your installation might be blocked. If so, please uncheck the box to go to the next step.'] = 'Cette option peut être bloquante si votre configuration e-mail est erronée, merci de la désactiver si vous ne pouvez pas passer à l\'étape suivante.';
|
||||
$_LANG['Warning: If you check this box and your e-mail configuration is incorrect, you might not be able to continue the installation.'] = 'Cette option peut être bloquante si votre configuration e-mail est erronée, merci de la désactiver si vous ne pouvez pas passer à l\'étape suivante.';
|
||||
$_LANG['Mcrypt is available (recommended)'] = 'Mcrypt est disponible (recommandé)';
|
||||
$_LANG['Your MySQL server doesn\'t support this engine, please use another one like MyISAM'] = 'Le support de ce moteur de base de donnée n\'est pas supporté, veuillez en choisir un autre tel que MyISAM';
|
||||
$_LANG['Adult'] = 'Adulte et lingerie';
|
||||
@@ -202,34 +198,31 @@ $_LANG['Jewelry'] = 'Bijouterie';
|
||||
$_LANG['Mobile and Telecom'] = 'Téléphonie et communication';
|
||||
$_LANG['Services'] = 'Services';
|
||||
$_LANG['Shoes and accessories'] = 'Chaussures et accessoires';
|
||||
$_LANG['Sport and Entertainment'] = 'Sport et loisirs';
|
||||
$_LANG['Sports and Entertainment'] = 'Sports et loisirs';
|
||||
$_LANG['Travel'] = 'Voyage et tourisme';
|
||||
$_LANG['Main activity:'] = 'Activité principale';
|
||||
$_LANG['-- Please choose your main activity --'] = '-- Choisissez une activité --';
|
||||
$_LANG['A question about PrestaShop or issues during installation or upgrade? Call us!'] = 'Une question à propos de PrestaShop ou un problème lors de l\'installation ou la mise à jour ? Appelez-nous !';
|
||||
$_LANG['Invalid catalog mode'] = 'Champ mode catalog invalide';
|
||||
$_LANG['Catalog mode:'] = 'Mode Catalogue :';
|
||||
$_LANG['Invalid catalog mode'] = 'Champ Mode catalogue invalide';
|
||||
$_LANG['Catalog mode only:'] = 'Mode Catalogue uniquement :';
|
||||
$_LANG['Yes'] = 'Oui';
|
||||
$_LANG['No'] = 'Non';
|
||||
$_LANG['If you activate this feature, all purchase features will be disabled. You can activate this feature later in your back office'] = 'Si vous activez cette option, toutes les fonctionnalités d\'achats vont être désactivées. Vous pouvez activer cette option plus tard dans votre back-office';
|
||||
$_LANG['the already installed version detected is too recent, no update available'] = 'la version déjà installée qui a été détectée est trop récente, aucune mise à jour disponible';
|
||||
$_LANG['This information isn\'t required, it will be used for statistical purposes. This information doesn\'t change anything in your store.'] = 'Cette information n\'est pas obligatoire, elle sera utilisée à des fins statistiques. Cette information ne changera rien dans votre boutique.';
|
||||
$_LANG['If you activate this feature, all purchasing will be disabled. However, you will be able to enable purchasing later in your Back Office.'] = 'Si vous activez cette option, toutes les fonctionnalités d\'achats vont être désactivées. Vous pouvez activer cette option plus tard dans votre back-office';
|
||||
$_LANG['Your current version is already up-to-date'] = 'la version déjà installée qui a été détectée est trop récente, aucune mise à jour disponible';
|
||||
$_LANG['This information is not required, it will only be used for statistical purposes. This information does not change anything in your store.'] = 'Cette information n\'est pas obligatoire, elle sera utilisée à des fins statistiques. Cette information ne changera rien dans votre boutique.';
|
||||
$_LANG['Invalid shop name'] = 'Nom de boutique invalide';
|
||||
$_LANG['Your firstname contains some invalid characters'] = 'Votre prénom contient des caractères invalides';
|
||||
$_LANG['Your lastname contains some invalid characters'] = 'Votre nom contient des caractères invalides';
|
||||
$_LANG['PrestaShop %s Installer'] = '';
|
||||
$_LANG['+33 (0)1.40.18.30.04'] = '+33 (0)1.40.18.30.04';
|
||||
$_LANG['(FREE)'] = '(GRATUIT)';
|
||||
$_LANG['(FREE too!)'] = '(GRATUIT AUSSI !)';
|
||||
$_LANG['Shop configuration'] = 'Configuration de la boutique';
|
||||
$_LANG['Database Engine:'] = 'Type de base de données :';
|
||||
$_LANG['I certify that I backed up my database and application files. I assume all responsibility for any data loss or damage related to this upgrade.'] = 'Je certifie avoir effectué une sauvegarde de ma base de données et de mes fichiers. J\'assume pleinement l\'ensemble des responsabilités liées à toute perte de données ou dommage lié à cette mise à jour.';
|
||||
$_LANG['The file /img/logo.jpg is not writable, please CHMOD 755 this file or CHMOD 777'] = 'Le fichier /img/logo.jpg n\'a pas les droits d\'écriture, merci d\'effectuer un CHMOD 755 ou 777 sur ce fichier';
|
||||
$_LANG['If you do not know how to enable it, use our turnkey solution PrestaBox at'] = 'Si vous ne savez pas comment l\'activer, utilisez notre solution PrestaBox sur';
|
||||
$_LANG['If you do not know how to fix these issues, use turnkey solution PrestaBox at'] = 'Si vous ne parvenez pas à régler ces problèmes, utilisez notre solution PrestaBox sur';
|
||||
$_LANG['the already installed version detected is too old, no more update available'] = 'la version déjà installée est trop ancienne, aucune mise à jour possible.';
|
||||
$_LANG['Simple mode: Basic installation'] = 'Mode basique : installation simplifiée';
|
||||
$_LANG['Full mode: includes'] = 'Mode complet : inclut';
|
||||
$_LANG['Lite mode: Basic installation'] = 'Mode basique : installation simplifiée';
|
||||
$_LANG['Full mode: includes core modules,'] = 'Mode complet : inclut';
|
||||
$_LANG['100+ additional modules'] = '100 modules';
|
||||
$_LANG['and demo products'] = 'et des produits de démonstration';
|
||||
$_LANG['Installation type'] = 'Type d\'installation';
|
||||
@@ -249,12 +242,12 @@ $_LANG['minute'] = 'minute';
|
||||
$_LANG['seconds'] = 'secondes';
|
||||
$_LANG['second'] = 'seconde';
|
||||
$_LANG['Depending on your server and the size of your shop'] = 'Selon la puissance de votre serveur et la taille de votre boutique...';
|
||||
$_LANG['You did not update your shop for a while,'] = 'Vous n\'avez pas mis à jour votre boutique depuis un moment,';
|
||||
$_LANG['You have not updated your shop in a while,'] = 'Vous n\'avez pas mis à jour votre boutique depuis un moment,';
|
||||
$_LANG['stable releases have been made available since.'] = 'versions majeures ont été mis à disposition depuis.';
|
||||
$_LANG['This is not a problem however the update may take several minutes, try to update your shop more frequently.'] = 'Ce n\'est pas un problème cependant la mise à jour risque de durer quelques minutes. A l\'avenir, essayez de mettre à jour votre boutique plus souvent.';
|
||||
$_LANG['No files to process, this might be an error.'] = 'Aucun fichier à traiter, il s\'agit probablement d\'une erreur';
|
||||
$_LANG['Hosting parameters'] = 'Paramètres hébergement';
|
||||
$_LANG['PrestaShop tries to automatically set the best settings for your server in order the update to be successful.'] = 'PrestaShop essaye automatiquement de configurer pour vous les paramètres de votre serveur afin que la mise à jour se déroule correctement.';
|
||||
$_LANG['PrestaShop tries to automatically set the best settings for your server in order for the update to be successful.'] = 'PrestaShop essaye automatiquement de configurer pour vous les paramètres de votre serveur afin que la mise à jour se déroule correctement.';
|
||||
$_LANG['PHP parameter'] = 'Paramètre PHP';
|
||||
$_LANG['Description'] = 'Description';
|
||||
$_LANG['Current value'] = 'Valeur actuelle';
|
||||
@@ -263,24 +256,24 @@ $_LANG['Maximum memory allowed for the upgrade'] = 'Mémoire maximum autorisée
|
||||
$_LANG['All your settings seem to be OK, go for it!'] = 'Tous vos paramètres semblent OK, cliquez sur suivant !';
|
||||
$_LANG['Let\'s go!'] = 'C\'est parti !';
|
||||
$_LANG['Click on the "Next" button to start the upgrade, this can take several minutes,'] = 'Cliquez sur le bouton "Suivant" pour démarrer la mise à jour, cela peut prendre plusieurs minutes,';
|
||||
$_LANG['do not close the window and be patient.'] = 'ne fermez pas la fenêtre et soyez patient.';
|
||||
$_LANG['Your update is completed!'] = 'Votre mise à jour est terminée !';
|
||||
$_LANG['please be patient and do not close this window.'] = 'ne fermez pas la fenêtre et soyez patient.';
|
||||
$_LANG['Your update is complete!'] = 'Votre mise à jour est terminée !';
|
||||
$_LANG['Your shop version is now'] = 'La version de votre boutique est maintenant';
|
||||
$_LANG['New features in PrestaShop v'] = 'Nouvelles fonctionnalités dans PrestaShop v';
|
||||
$_LANG['Beware, your settings look correct but are not optimal, if you encounter problems (upgrade too long, memory error...), please ask your hosting provider to increase the values of these parameters (max_execution_time & memory_limit).'] = 'Attention, votre paramètres semblent corrects mais ne sont pas optimaux, si jamais vous rencontrez des soucis (mise à jour qui se bloque avant la fin, erreur de mémoire...), merci de demander à votre hébergeur d\'augmenter les valeurs de ces paramètres (max_execution_time & memory_limit).';
|
||||
$_LANG['Beware, your settings look correct but are not optimal, if you encounter problems (upgrade too long, memory error...), please ask your hosting provider to increase the values of these parameters: "max_execution_time" and "memory_limit".'] = 'Attention, votre paramètres semblent corrects mais ne sont pas optimaux, si jamais vous rencontrez des soucis (mise à jour qui se bloque avant la fin, erreur de mémoire...), merci de demander à votre hébergeur d\'augmenter les valeurs de ces paramètres (max_execution_time & memory_limit).';
|
||||
$_LANG['We strongly recommend that you inform your hosting provider to modify the settings before process to the update.'] = 'Nous vous recommandons fortement de prévenir votre hébergeur avant de procéder à la mise à jour afin qu\'il modifie ces paramètres PHP.';
|
||||
$_LANG['Module compatibility'] = 'Compatibilité Modules';
|
||||
$_LANG['It\'s dangerous to keep non-native modules activated during the update. If you really want to take this risk, uncheck the following box.'] = 'Il est déconseillé de laisser les modules non natifs activés durant la mise à jour. Si vous voulez réellement prendre ce risque, décochez la case ci-dessous.';
|
||||
$_LANG['You will be able to manually reactivate them in your back-office, once the update process has succeeded.'] = 'Vous pourrez ensuite les réactiver manuellement dans le back-office, une fois le processus de mise à jour terminé.';
|
||||
$_LANG['Ok, please desactivate the following modules, I will reactivate them later:'] = 'D\'accord, désactiver automatiquement les modules suivants, je les réactiverai moi-même plus tard :';
|
||||
$_LANG['You will be able to manually reactivate them in your Back Office once the update process has succeeded.'] = 'Vous pourrez ensuite les réactiver manuellement dans le back-office, une fois le processus de mise à jour terminé.';
|
||||
$_LANG['Ok, please deactivate the following modules, I will reactivate them later:'] = 'D\'accord, désactiver automatiquement les modules suivants, je les réactiverai moi-même plus tard :';
|
||||
$_LANG['Theme compatibility'] = 'Compatibilité du thème';
|
||||
$_LANG['Before updating, you need to check that your theme is compatible with version'] = 'Avant la mise à jour, vous avez besoin de vérifier que votre thème reste compatible avec la version';
|
||||
$_LANG['of PrestaShop.'] = 'de PrestaShop';
|
||||
$_LANG['Link to the validator'] = 'Lien vers le validateur';
|
||||
$_LANG['Online Theme Validator'] = 'Validateur de Theme en ligne';
|
||||
$_LANG['If your theme is not valid, you may experience some problems in your front-office aspect, but don\'t panic ! To solve this, you can make it compatible by correcting the validators errors or by using a theme compatible with '] = 'Si votre thème n\'est pas valide, vous pourrez rencontrer quelques problèmes d\'affichage de votre site, mais inutile de paniquer ! Vous pouvez le rendre compatible en corrigeant les erreurs signalées par le validateur ou en utilisant un thème compatible avec la version' ;
|
||||
$_LANG['If your theme is invalid, you may experience some problems in your Front Office layout, but do not panic! To resolve this, you can make it compatible by fixing the validator errors or by using a theme compatible with '] = 'Si votre thème n\'est pas valide, vous pourrez rencontrer quelques problèmes d\'affichage de votre site, mais inutile de paniquer ! Vous pouvez le rendre compatible en corrigeant les erreurs signalées par le validateur ou en utilisant un thème compatible avec la version' ;
|
||||
$_LANG['version'] = 'version';
|
||||
$_LANG['In this aim, use our'] = 'Dans ce but, utilisez notre';
|
||||
$_LANG['To do this, use our'] = 'Dans ce but, utilisez notre';
|
||||
$_LANG['Warning, we detected that the version specified in your config/settings.inc.php does not match your SQL database structure.<br />File config/settings.inc.php indicates: %1$s<br />Our automatic detection tool has detected version: %2$s<br /><br />You should edit your config/settings.inc.php file to replace %1$s by %2$s.<br />Failure to fix this issue before upgrading may result in severe complications.<br />Do not forget to relaunch the installer after this modification by pressing F5 on your web browser.'] = "Attention, nous avons détecté que la version spécifiée dans votre fichier config/settings.inc.php ne correspond pas à celle de la structure de votre base de donnée.<br />Le fichier config/settings.inc.php indique : %1\$s<br />Notre script de détection de version indique : %2\$s<br /><br />Vous devriez éditer votre fichier config/settings.inc.php pour remplacer %1\$s par %2\$s.<br />Ne pas résoudre ce problème risque d'entrainer de sévères complications durant la mise à jour.<br />N'oubliez pas de relancer l'installeur après ces modifications en appuyant sur F5 sur votre navigateur internet.";
|
||||
$_LANG['Warning, we detected that the version specified in your config/settings.inc.php does not match your SQL database structure.<br />File config/settings.inc.php indicates: %1$s<br />Our automatic detection tool has detected a version between %2$s and %3$s<br /><br />You should edit your config/settings.inc.php file to replace %1$s by your real shop version.<br />Failure to fix this issue before upgrading may result in severe complications.<br />Do not forget to relaunch the installer after this modification by pressing F5 on your web browser.'] = "Attention, nous avons détecté que la version spécifiée dans votre fichier config/settings.inc.php ne correspond pas à celle de la structure de votre base de donnée.<br />Le fichier config/settings.inc.php indique : %1\$s<br />Notre script de détection de version indique une version entre %2\$s et %3\$s<br /><br />Vous devriez éditer votre fichier config/settings.inc.php pour remplacer %1\$s par la vraie version de votre magasin.<br />Ne pas résoudre ce problème risque d'entrainer de sévères complications durant la mise à jour.<br />N'oubliez pas de relancer l'installeur après ces modifications en appuyant sur F5 sur votre navigateur internet.";
|
||||
$_LANG['Warning, the installer was unable to detect what is your current PrestaShop version from a database structure analysis. This means some fields or tables are missing, and upgrade is under your own risk.'] = "Attention, l'installateur n'a pas été capable de détecter votre version de PrestaShop à partir de l'analyse de votre base de donnée. Cela signifie que certains champs ou tables sont manquants. La mise à jour est à vos risques et périls.";
|
||||
@@ -291,4 +284,19 @@ $_LANG['PHP magic quotes option is off (recommended)'] = 'L\'option PHP "magic q
|
||||
$_LANG['Dom extension loaded'] = 'L\'extension Dom est activée';
|
||||
$_LANG['Other activity...'] = 'Autre activité..';
|
||||
$_LANG['Modules'] = 'Modules';
|
||||
$_LANG['Benefits'] = 'Avantages';
|
||||
$_LANG['Benefits'] = 'Avantages';
|
||||
$_LANG['Create a MySQL database using phpMyAdmin (or by asking your hosting provider)'] = 'Créer une base de données MySQL en utilisant phpMyAdmin (ou en demandant à votre hébergeur)';
|
||||
$_LANG['- or -'] = '- ou -';
|
||||
$_LANG['I want to'] = 'Je souhaite';
|
||||
$_LANG['install'] = 'installer';
|
||||
$_LANG['a new online shop with PrestaShop'] = 'une nouvelle boutique avec PrestaShop';
|
||||
$_LANG['update'] = 'mettre à jour';
|
||||
$_LANG['my existing PrestaShop to a newer version'] = 'ma boutique PrestaShop vers une nouvelle version';
|
||||
$_LANG['Your current version is too old, updates are possible only from version'] = 'Votre version actuelle est trop ancienne, les mises à jour sont autorisées à partir de la version';
|
||||
$_LANG['and higher'] = 'et versions supérieures';
|
||||
$_LANG['PHP settings (for assistance, ask your hosting provider):'] = 'Paramètres PHP (Demandez de l\'aide à votre hébergeur si nécessaire)';
|
||||
$_LANG['Database Configuration'] = 'Configuration base de données';
|
||||
$_LANG['Database login:'] = 'Identifiant base de données';
|
||||
$_LANG['Database password:'] = 'Mot de passe base de données';
|
||||
$_LANG['Please create a MySQL database and then verify your settings below. If you need assistance, please ask your hosting provider for this information.'] = 'Merci de créer une base de données MySQL puis de saisir et vérifier les paramètres ci-dessous. Si vous avez besoin d\'aide pour ces paramètres, demandez à votre hébergeur.';
|
||||
$_LANG['No more information'] = 'Pas d\'autres informations';
|
||||
+84
-74
@@ -4,36 +4,34 @@ $_LANG['Installer'] = 'Installazione';
|
||||
$_LANG['Updater'] = 'Aggiornamento';
|
||||
$_LANG['.'] = '.';
|
||||
$_LANG['A Prestashop database already exists, please drop it or change the prefix.'] = 'Esiste già un database Prestashop con questo prefisso; eliminalo oppure cambia prefisso.';
|
||||
$_LANG['An email has been sent!'] = 'E\' stata inviata una e-mail!';
|
||||
$_LANG['Access and configure PHP 5.0+ on your hosting server'] = 'Verifica che il tuo host proponga PHP 5.0 e/o attivalo';
|
||||
$_LANG['A test e-mail has been sent to'] = 'E\' stata inviata una e-mail!';
|
||||
$_LANG['An error occurred while resizing the picture.'] = 'Si è verificato un errore durante il ridimensionamento dell\'immagine';
|
||||
$_LANG['An error occurred while sending email, please verify your parameters.'] = 'Si è verificato un errore durante l\'invio della e-mail, verifica i tuoi parametri.';
|
||||
$_LANG['Available shop languages'] = 'Lingue proposte';
|
||||
$_LANG['Back'] = 'Precedente';
|
||||
$_LANG['Back up your database and all application files (update only)'] = 'Fai il back up del tuo database e di tutti i tuoi file applicazione (solo in caso di aggiornamento di PrestaShop)';
|
||||
$_LANG['Please backup the database and application files.'] = 'Prima di proseguire, fai il back up dei tuoi dati. Copia tutti i file del sito in una cartella di back up, ma salva anche il tuo database. Se hai modificato manualmente il file nascosto ".htaccess" nel tuo negozio, assicurati di averlo salvato.';
|
||||
$_LANG['By default, the PHP \'mail()\' function is used'] = 'La funzione PHP \'mail()\' viene usata di default.';
|
||||
$_LANG['Can\'t create settings file, if /config/settings.inc.php exists, please give the public write permissions to this file, else please create a file named settings.inc.php in config directory.'] = 'Impossibile creare file di impostazione, se /config/settings.inc.php esiste, dai un\'autorizzazione scritta a questo file, altrimenti crea un file chiamato settings.inc.php nella directory config (/config/)';
|
||||
$_LANG['By default, the PHP \'mail()\' function is used (recommended)'] = 'La funzione PHP \'mail()\' viene usata di default.';
|
||||
$_LANG['Can\'t create settings file, if /config/settings.inc.php exists, please give the public write permissions to this file, otherwise please create a file named settings.inc.php in config directory.'] = 'Impossibile creare file di impostazione, se /config/settings.inc.php esiste, dai un\'autorizzazione scritta a questo file, altrimenti crea un file chiamato settings.inc.php nella directory config (/config/)';
|
||||
$_LANG['Can\'t find the sql upgrade files. Please verify that the /install/sql/upgrade folder is not empty)'] = 'Impossibile trovare i file di upgrade SQL. Verifica che la cartella /install/sql/upgrade non sia vuota.';
|
||||
$_LANG['Choose the installer language:'] = 'In quale lingua vuoi effettuare l\'installazione?';
|
||||
$_LANG['Choose your prefered language for the installation:'] = 'In quale lingua vuoi effettuare l\'installazione?';
|
||||
$_LANG['Community Forum'] = 'il nostro forum comune';
|
||||
$_LANG['Configure SMTP manually (advanced users only)'] = 'Configura l\'invio SMTP (solo per utenti esperti)';
|
||||
$_LANG['Configure your database by filling out the following fields:'] = 'Configura il tuo database riempiendo i campi qui sotto:';
|
||||
$_LANG['Congratulation, your online shop is now ready!'] = 'Congratulazioni, il tuo negozio è installato!';
|
||||
$_LANG['Congratulations, your online shop is now ready!'] = 'Congratulazioni, il tuo negozio è installato!';
|
||||
$_LANG['Contact us!'] = 'Contattaci!';
|
||||
$_LANG['Create new files and folders allowed'] = 'Autorizzato a creare nuovi file e cartelle';
|
||||
$_LANG['Data integrity is not valided. Hack attempt?'] = 'L\'integrità dei dati non è convalidata.';
|
||||
$_LANG['Database Server is available but database is not found'] = 'Il server del database è disponibile ma il database non è stato trovato.';
|
||||
$_LANG['Database Server is not found. Please verify the login, password and server fields.'] = 'Il server del database non è stato trovato, verifica i tuoi dati o il nome del server.';
|
||||
$_LANG['Creation of new files and folders allowed'] = 'Autorizzato a creare nuovi file e cartelle';
|
||||
$_LANG['Database server is available but database was not found'] = 'Il server del database è disponibile ma il database non è stato trovato.';
|
||||
$_LANG['Database server was not found. Please verify the login, password and server fields.'] = 'Il server del database non è stato trovato, verifica i tuoi dati o il nome del server.';
|
||||
$_LANG['Database configuration'] = 'Configurazione del database.';
|
||||
$_LANG['Database connection is available!'] = 'Il database è stato trovato!';
|
||||
$_LANG['Database is created!'] = 'Database installato!';
|
||||
$_LANG['Database name:'] = 'Nome database:';
|
||||
$_LANG['Disclaimer'] = 'Attenzione';
|
||||
$_LANG['Documentation Wiki'] = 'documentazione Wiki';
|
||||
$_LANG['Online documentation'] = 'documentazione Wiki';
|
||||
$_LANG['E-mail:'] = 'E-mail :';
|
||||
$_LANG['E-mail address:'] = 'Indirizzo e-mail:';
|
||||
$_LANG['E-mail delivery set-up'] = 'Parametri invio mail';
|
||||
$_LANG['E-mail configuration'] = 'Parametri invio mail';
|
||||
$_LANG['Encryption:'] = 'Criptaggio:';
|
||||
$_LANG['Error!'] = 'Errore!';
|
||||
$_LANG['Error while creating the /config/settings.inc.php file.'] = 'Errore al momento della creazione del file /config/settings.inc.php.';
|
||||
@@ -41,7 +39,7 @@ $_LANG['Error while inserting content into the database'] = 'Errore al momento d
|
||||
$_LANG['Error while inserting data in the database:'] = 'Errore al momento dell\'inserimento nel database:';
|
||||
$_LANG['Error while loading sql upgrade file.'] = 'Errore al momento dell\'apertura del file SQL';
|
||||
$_LANG['Error:'] = 'Errore:';
|
||||
$_LANG['Errors while updating...'] = 'Errore durante l\'aggiornamento...';
|
||||
$_LANG['Error(s) while updating...'] = 'Errore durante l\'aggiornamento...';
|
||||
$_LANG['Failed to write file to disk'] = 'Impossibile scrivere il file sul disco';
|
||||
$_LANG['Fields are different!'] = 'I campi non corrispondono!';
|
||||
$_LANG['File upload allowed'] = 'Invio file autorizzato';
|
||||
@@ -50,22 +48,22 @@ $_LANG['First name:'] = 'Nome:';
|
||||
$_LANG['For more information, please consult our'] = 'Per maggiori informazioni consultare il nostro';
|
||||
$_LANG['GD Library installed'] = 'Libreria GD installata';
|
||||
$_LANG['GZIP compression is on (recommended)'] = 'La compressione GZIP è attiva (consigliato)';
|
||||
$_LANG['Here are your shop information. You can modify them once logged in.'] = 'Qui sotto i dati del tuo negozio. Puoi modificarli dopo aver effettuato il login a Back Office.';
|
||||
$_LANG['However, you must know how to do the following manually:'] = 'Comunque, puoi effettuare manualmente i seguenti compiti:';
|
||||
$_LANG['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.';
|
||||
$_LANG['However, you must know how to do the following:'] = 'Comunque, puoi effettuare i seguenti compiti:';
|
||||
$_LANG['I agree to the above terms and conditions.'] = 'Accetto i termini e le condizioni del contratto seguente.';
|
||||
$_LANG['If you have any questions, please visit our '] = 'Per qualsiasi domanda, dai un\'occhiata a';
|
||||
$_LANG['Impossible the access the a MySQL content file.'] = 'Impossibile accedere al contenuto di uno dei file *.sql.';
|
||||
$_LANG['Impossible to read the content of a MySQL content file.'] = 'Impossibile leggere il contenuto di uno dei file *.sql.';
|
||||
$_LANG['Impossible to send the email!'] = 'Impossibile inviare l\'e-mail!';
|
||||
$_LANG['Impossible to upload the file!'] = 'Impossibile inviare il file!';
|
||||
$_LANG['Impossible to write the image /img/logo.jpg. If this image already exists, please delete it.'] = 'Impossibile scrivere l\'immagine /img/logo.jpg. Se esiste già, cancellala manualmente.';
|
||||
$_LANG['Installation : complete install of the PrestaShop Solution'] = 'Installazione completa di PrestaShop';
|
||||
$_LANG['Cannot access the a MySQL data file.'] = 'Impossibile accedere al contenuto di uno dei file *.sql.';
|
||||
$_LANG['Cannot read the content of a MySQL data file.'] = 'Impossibile leggere il contenuto di uno dei file *.sql.';
|
||||
$_LANG['Cannot send the email!'] = 'Impossibile inviare l\'e-mail!';
|
||||
$_LANG['Cannot upload the file!'] = 'Impossibile inviare il file!';
|
||||
$_LANG['Cannot write the image /img/logo.jpg. If this image already exists, please delete it.'] = 'Impossibile scrivere l\'immagine /img/logo.jpg. Se esiste già, cancellala manualmente.';
|
||||
$_LANG['Installation: Full installation of PrestaShop'] = 'Installazione completa di PrestaShop';
|
||||
$_LANG['Installation is complete!'] = 'Installazione terminata!';
|
||||
$_LANG['Installation method'] = 'Metodo di installazione';
|
||||
$_LANG['What do you want to do?'] = 'Metodo di installazione';
|
||||
$_LANG['Last name:'] = 'Cognome:';
|
||||
$_LANG['Licenses Agreement'] = 'Contratto di Licenza';
|
||||
$_LANG['License Agreement'] = 'Contratto di Licenza';
|
||||
$_LANG['Login:'] = 'ID';
|
||||
$_LANG['Merchant info'] = 'Informazioni sul venditore';
|
||||
$_LANG['Shop settings and merchant account information'] = 'Informazioni sul venditore';
|
||||
$_LANG['Missing a temporary folder'] = 'Manca la cartella temporanea di ricezione dell\'invio di file. Consulta il tuo amministratore.';
|
||||
$_LANG['MySQL support is on'] = 'Il supporto di MySQL è attivato';
|
||||
$_LANG['Next'] = 'Successivo';
|
||||
@@ -73,18 +71,17 @@ $_LANG['No error code available.'] = 'Errore sconosciuto';
|
||||
$_LANG['No file was uploaded.'] = 'Non è stato inviato alcun file';
|
||||
$_LANG['No upgrade is possible.'] = 'Nessun aggiornamento disponibile';
|
||||
$_LANG['None'] = 'Nessuno';
|
||||
$_LANG['Official forum'] = 'Forum ufficiale';
|
||||
$_LANG['One or more errors have occurred, you can find more informations below or in the log/installation.log file.'] = 'E\' apparso uno o più errori';
|
||||
$_LANG['PrestaShop Forums'] = 'Forum ufficiale';
|
||||
$_LANG['One or more errors have occurred, you can find more information below or in the log/installation.log file.'] = 'E\' apparso uno o più errori';
|
||||
$_LANG['Open external URLs allowed'] = 'Autorizzato ad aprire URL esterni';
|
||||
$_LANG['Optional languages'] = 'Lingue non proposte';
|
||||
$_LANG['Optional set-up'] = 'Parametri opzionali';
|
||||
$_LANG['PHP \'mail()\' function is available'] = 'La funzione PHP \'mail()\' è disponibile';
|
||||
$_LANG['PHP \'mail()\' function is unavailable'] = 'La funzione PHP \'mail()\' non è disponibile';
|
||||
$_LANG['PHP 5.0 or later installed'] = 'PHP 5.0 o superiore installato';
|
||||
$_LANG['PHP parameters:'] = 'Parametri PHP :';
|
||||
$_LANG['PHP register global option is off (recommended)'] = 'Opzione globale registro PHP è disattivata (consigliato)';
|
||||
$_LANG['Password:'] = 'Password';
|
||||
$_LANG['Please allow 5-15 minutes to complete the installation process.'] = 'Il processo di installazione dovrebbe durare solo pochi minuti!';
|
||||
$_LANG['Please allow 10-15 minutes to complete the installation process.'] = 'Il processo di installazione dovrebbe durare solo pochi minuti!';
|
||||
$_LANG['Please set a SMTP login'] = 'Inserire un identificativo SMTP';
|
||||
$_LANG['Please set a SMTP password'] = 'Inserire una password SMTP';
|
||||
$_LANG['Please set a SMTP server name'] = 'Inserire un nome di server SMTP';
|
||||
@@ -96,10 +93,10 @@ $_LANG['PrestaShop %s Installer'] = 'Installazione di PrestaShop %s';
|
||||
$_LANG['PrestaShop is ready!'] = 'PrestaShop è pronto!';
|
||||
$_LANG['Re-type to confirm:'] = 'Conferma la password:';
|
||||
$_LANG['Ready, set, go!'] = 'PrestaShop è installato!';
|
||||
$_LANG['Receive notifications by e-mail'] = 'Riceverò le mie informazioni tramite e-mail';
|
||||
$_LANG['Refresh these settings'] = 'Verifica di nuovo';
|
||||
$_LANG['Receive this information by e-mail'] = 'Riceverò le mie informazioni tramite e-mail';
|
||||
$_LANG['Check my settings again'] = 'Verifica di nuovo';
|
||||
$_LANG['Required field'] = 'Campi richiesti';
|
||||
$_LANG['Required set-up. Please verify the following checklist items are true.'] = 'Assicurati che ciascuno dei parametri seguenti siano convalidati.';
|
||||
$_LANG['Required set-up. Please verify the following checklist:'] = 'Assicurati che ciascuno dei parametri seguenti siano convalidati.';
|
||||
$_LANG['SMTP connection is available!'] = 'Connessione SMTP disponibile!';
|
||||
$_LANG['SMTP connection is unavailable'] = 'Connessione SMTP non disponibile!';
|
||||
$_LANG['SMTP server:'] = 'Server SMTP :';
|
||||
@@ -107,19 +104,18 @@ $_LANG['SQL errors have occurred.'] = 'sono apparsi errori SQL.';
|
||||
$_LANG['Select the different languages available for your shop'] = 'Scegli le lingue che il tuo negozio proporrà ai clienti';
|
||||
$_LANG['Send me a test email!'] = 'Inviami una e-mail di prova!';
|
||||
$_LANG['Server:'] = 'Server :';
|
||||
$_LANG['Set permissions on folders & subfolders using Terminal or an FTP client'] = 'Mettere i permessi nelle cartelle e sottocartelle tramite un cliente FTP';
|
||||
$_LANG['Set permissions on folders & subfolders using an FTP client'] = 'Mettere i permessi nelle cartelle e sottocartelle tramite un cliente FTP';
|
||||
$_LANG['Shop Configuration'] = 'Configurazione negozio';
|
||||
$_LANG['Shop logo'] = 'Logo del negozio';
|
||||
$_LANG['Shop logo:'] = 'Logo del negozio:';
|
||||
$_LANG['Shop name:'] = 'Nome del negozio:';
|
||||
$_LANG['Shop password:'] = 'Password del negozio';
|
||||
$_LANG['Shop\'s default language'] = 'Lingua di default';
|
||||
$_LANG['Shop\'s languages'] = 'Lingue del negozio';
|
||||
$_LANG['System and permissions'] = 'Sistema e permessi';
|
||||
$_LANG['System Compatibility'] = 'Compatibilità del sistema';
|
||||
$_LANG['System Configuration'] = 'Configurazione sistema';
|
||||
$_LANG['Tables prefix:'] = 'Prefisso tabelle';
|
||||
$_LANG['Test message - Prestashop'] = 'Installazione di Prestashop - prova del server di e-mail';
|
||||
$_LANG['The PrestaShop Installer will do most of the work in just a few clicks.'] = 'L\'installatore di PrestaShop eseguirà tutto in pochi click.';
|
||||
$_LANG['The PrestaShop Installer will do most of the work for you in just a few clicks.'] = 'L\'installatore di PrestaShop eseguirà tutto in pochi click.';
|
||||
$_LANG['The config/settings.inc.php file was not found. Did you delete or rename this file?'] = 'Il file config/settings.inc.php non è stato trovato. Il file potrebbe essere stato cancellato o rinominato';
|
||||
$_LANG['The config/defines.inc.php file was not found. Where did you move it?'] = 'Il file config/defines.inc.php non è stato trovato. Cosa è successo?';
|
||||
$_LANG['The password is incorrect (alphanumeric string at least 8 characters).'] = 'La password non è corretta (stringa alfanumerica di almeno 8 caratteri)';
|
||||
@@ -127,60 +123,59 @@ $_LANG['The uploaded file exceeds the MAX_FILE_SIZE directive that was specified
|
||||
$_LANG['The uploaded file exceeds the upload_max_filesize directive in php.ini'] = 'Il file inviato supera la dimensione massima autorizzata.';
|
||||
$_LANG['The uploaded file was only partially uploaded'] = 'Il file è stato parzialmente inviato.';
|
||||
$_LANG['There is no older version. Did you delete or rename the config/settings.inc.php file?'] = 'Nessuna versione precedente. Hai cancellato o rinominato il file settings.inc.php della cartella config ?';
|
||||
$_LANG['This PrestaShop database already exists. Please revalidate your authentication informations to the database.'] = 'Questo database PrestaShop esiste già. Inserisci di nuovo i tuoi dati di login nel database.';
|
||||
$_LANG['This application need you to activate Javascript to correctly work.'] = 'E\' richiesto JavaScript per lanciare questa applicazione.';
|
||||
$_LANG['This email adress is wrong!'] = 'Indirizzo errato!';
|
||||
$_LANG['This PrestaShop database already exists. Please revalidate your authentication information to the database.'] = 'Questo database PrestaShop esiste già. Inserisci di nuovo i tuoi dati di login nel database.';
|
||||
$_LANG['This application needs you to activate Javascript to correctly work.'] = 'E\' richiesto JavaScript per lanciare questa applicazione.';
|
||||
$_LANG['This e-mail address is invalid!'] = 'Indirizzo errato!';
|
||||
$_LANG['This installer is too old.'] = 'Questo installatore è troppo vecchio.';
|
||||
$_LANG['This is a test message, your server is now available to send email'] = 'Questo è un messaggio di testo. Il tuo server è adesso impostato per inviare e-mail.';
|
||||
$_LANG['This is not a valid file name.'] = 'Non è un nome valido';
|
||||
$_LANG['This is not a valid image file.'] = 'Non è un\'immagine valida';
|
||||
$_LANG['Too long!'] = 'Troppo lungo!';
|
||||
$_LANG['Too long'] = 'Troppo lungo!';
|
||||
$_LANG['Unfortunately,'] = 'Purtroppo,';
|
||||
$_LANG['Update is complete!'] = 'Aggiornamento terminato!';
|
||||
$_LANG['Upgrade: get the latest stable version!'] = 'Aggiornamento installa l\'ultima versione di PrestaShop';
|
||||
$_LANG['Verify now!'] = 'Prova la connessione SQL';
|
||||
$_LANG['Verify my database settings'] = 'Prova la connessione SQL';
|
||||
$_LANG['Verify system compatibility'] = 'Compatibilità sistema';
|
||||
$_LANG['WARNING: For more security, you must delete the \'install\' folder.'] = 'ATTENZIONE: per motivi di sicurezza, adesso devi cancellare la cartella \'install\'.';
|
||||
$_LANG['WARNING: For security purposes, you must delete the "install" folder.'] = 'ATTENZIONE: per motivi di sicurezza, adesso devi cancellare la cartella \'install\'.';
|
||||
$_LANG['Warning: a manual backup is HIGHLY recommended before continuing!'] = 'Attenzione: E\' FONDAMENTALE un backup manuale prima di continuare l\'aggiornamento dell\'applicazione Prestashop, al fine di evitare la perdita accidentale di dati.';
|
||||
$_LANG['Welcome'] = 'Benvenuto';
|
||||
$_LANG['Welcome to the PrestaShop %s Installer'] = 'Benvenuto nell\'installazione di PrestaShop %s';
|
||||
$_LANG['When your files and database are saving in an other support, please certify that your shop is really backed up.'] = 'Una volta salvati i tuoi file applicazione e il database, ti chiederemo di certificarlo. Così facendo, ti assumerai tutte le responsabilità per qualsiasi perdita di dati dovuti ad un aggiornamento del software PrestaShop.';
|
||||
$_LANG['When your backup is complete, please confirm that it is fully functional.'] = 'Una volta salvati i tuoi file applicazione e il database, ti chiederemo di certificarlo. Così facendo, ti assumerai tutte le responsabilità per qualsiasi perdita di dati dovuti ad un aggiornamento del software PrestaShop.';
|
||||
$_LANG['Write permissions on folders (and subfolders):'] = 'Scrivi i permessi sulle cartelle (e le loro sottocartelle):';
|
||||
$_LANG['Write permissions on files and folders:'] = 'Permessi di scrittura su file e cartelle:';
|
||||
$_LANG['Write permissions on folders:'] = 'Permessi di scrittura sulle cartelle';
|
||||
$_LANG['You already have the %s version.'] = 'Sei già in possesso della versione %s';
|
||||
$_LANG['You have just installed and configured PrestaShop as your online shop solution. We wish you all the best with the success of your online shop.'] = 'Hai appena installato e configurato il tuo negozio online, grazie.';
|
||||
$_LANG['You have just updated and configured PrestaShop as your online shop solution. We wish you all the best with the success of your online shop.'] = 'Hai appena aggiornato il tuo negozio online. Grazie.';
|
||||
$_LANG['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.';
|
||||
$_LANG['You have just updated and configured PrestaShop as your online shop. We wish you all the best with the success of your online shop.'] = 'Hai appena aggiornato il tuo negozio online. Grazie.';
|
||||
$_LANG['Your installation is finished!'] = 'Installazione terminata!';
|
||||
$_LANG['Your update is finished!'] = 'Aggiornamento terminato';
|
||||
$_LANG['and/or'] = 'e/o';
|
||||
$_LANG['enter@your.email'] = 'inserisci@tua.email';
|
||||
$_LANG['online documentation'] = 'documentazione online';
|
||||
$_LANG['installed version detected'] = 'versione attuale individuata';
|
||||
$_LANG['recommended dimensions: 230px X 75px'] = 'Dimensioni suggerite: 230px x 75px';
|
||||
$_LANG['Currently installed version detected:'] = 'Versione attuale individuata:';
|
||||
$_LANG['Recommended dimensions:'] = 'Dimensioni suggerite:';
|
||||
$_LANG['view the log'] = 'visualizza rapporto';
|
||||
$_LANG['(no old version detected)'] = '(nessuna versione vecchia individuata)';
|
||||
$_LANG['(No previous version detected)'] = '(nessuna versione vecchia individuata)';
|
||||
$_LANG['Can\'t write settings file, please create a file named settings.inc.php in config directory.'] = 'Il file dei parametri non è stato scritto, crea un file denominato settings.inc.php nella tua directory di configurazione.';
|
||||
$_LANG['Cannot convert your database\'s data to utf-8.'] = 'Impossibile convertire i dati del tuo database in utf-8.';
|
||||
$_LANG['Your database server does not support the utf-8 charset.'] = 'Il tuo server di database non supporta il charset utf-8.';
|
||||
$_LANG['Cannot convert your database\'s data to UTF-8.'] = 'Impossibile convertire i dati del tuo database in UTF-8.';
|
||||
$_LANG['Your database server does not support the UTF-8 charset.'] = 'Il tuo server di database non supporta il charset UTF-8.';
|
||||
$_LANG['Need help?'] = 'Hai bisogno di aiuto?';
|
||||
$_LANG['All tips and advice about PrestaShop'] = 'Tutte le astuzie e i consigli su PrestaShop';
|
||||
$_LANG['Forum'] = 'Il forum';
|
||||
$_LANG['PrestaShop tips and advice'] = 'Tutte le astuzie e i consigli su PrestaShop';
|
||||
$_LANG['Forums'] = 'Il forum';
|
||||
$_LANG['Blog'] = 'Il blog';
|
||||
$_LANG['Back Office'] = 'Back Office';
|
||||
$_LANG['Manage your store with your back office. Manage your orders and customers, add modules, change your theme, etc...'] = 'Amministra il tuo negozio con il tuo back office. Gestisci ordini e clienti, aggiungi moduli, modifica il tuo tema, etc....';
|
||||
$_LANG['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....';
|
||||
$_LANG['Manage your store'] = 'Gestisci il tuo negozio';
|
||||
$_LANG['Front Office'] = 'Front Office';
|
||||
$_LANG['Find your store as your future customers will see!'] = 'Scopri il tuo negozio come lo vedranno i tuoi futuri clienti!';
|
||||
$_LANG['Discover your store as your future customers will see it!'] = 'Scopri il tuo negozio come lo vedranno i tuoi futuri clienti!';
|
||||
$_LANG['Discover your store'] = 'Scopri il mio negozio';
|
||||
$_LANG['Did you know?'] = 'Lo sapevi?';
|
||||
$_LANG['Prestashop and community offers over 40 different languages for free download on'] = 'Prestashop e la sua comunità propongono più di 40 lingue diverse in download gratuito su';
|
||||
$_LANG['Prestashop and its community offers over 40 different languages for free download at'] = 'Prestashop e la sua comunità propongono più di 40 lingue diverse in download gratuito su';
|
||||
$_LANG['Default country:'] = 'Nazione di default:';
|
||||
$_LANG['Shop\'s timezone:'] = 'Fuso orario del negozio:';
|
||||
$_LANG['Your configuration is valid, click next to continue!'] = 'La tua configurazione è valida,<br />clicca su successivo per continuare!';
|
||||
$_LANG['Shop timezone:'] = 'Fuso orario del negozio:';
|
||||
$_LANG['Your configuration is valid, click \"Next\" to continue!'] = 'La tua configurazione è valida,<br />clicca su successivo per continuare!';
|
||||
$_LANG['Your configuration is invalid. Please fix the issues below:'] = 'La tua configurazione non è valida,<br />correggi questi problemi:';
|
||||
$_LANG['You have to create a database, help available in readme_en.txt'] = 'Devi prima creare un database (aiuto disponibile nel file readme_it.txt)';
|
||||
$_LANG['If you check this box and your mail configuration is wrong, your installation might be blocked. If so, please uncheck the box to go to the next step.'] = 'Se la tua configurazione e-mail è errata, questa opzione può essere bloccata; disattivala se non puoi passare alla fase successiva.';
|
||||
$_LANG['Warning: If you check this box and your e-mail configuration is incorrect, you might not be able to continue the installation.'] = 'Se la tua configurazione e-mail è errata, questa opzione può essere bloccata; disattivala se non puoi passare alla fase successiva.';
|
||||
$_LANG['Mcrypt is available (recommended)'] = 'Mcrypt è disponibile (consigliato)';
|
||||
$_LANG['Your MySQL server doesn\'t support this engine, please use another one like MyISAM'] = 'Il supporto di questo motore di database non è supportato, scegline un altro come MyISAM';
|
||||
$_LANG['Adult'] = 'Adulti e indumenti intimi';
|
||||
@@ -201,33 +196,30 @@ $_LANG['Jewelry'] = 'Gioielleria';
|
||||
$_LANG['Mobile and Telecom'] = 'Telefonia e comunicazioni';
|
||||
$_LANG['Services'] = 'Servizi';
|
||||
$_LANG['Shoes and accessories'] = 'Scarpe e accessori';
|
||||
$_LANG['Sport and Entertainment'] = 'Sport e divertimenti';
|
||||
$_LANG['Sports and Entertainment'] = 'Sport e divertimenti';
|
||||
$_LANG['Travel'] = 'Viaggi e turismo';
|
||||
$_LANG['Main activity:'] = 'Attività principale';
|
||||
$_LANG['-- Please choose your main activity --'] = '-- Scegli un\'attività --';
|
||||
$_LANG['A question about PrestaShop or issues during installation or upgrade? Call us!'] = 'Hai domande su PrestaShop o un problema per l\'installazione o l\'aggiornamento? Chiamaci!';
|
||||
$_LANG['Invalid catalog mode'] = 'Campo modalità catalogo non valido';
|
||||
$_LANG['Catalog mode:'] = 'Modalità catalogo:';
|
||||
$_LANG['Catalog mode only:'] = 'Modalità catalogo:';
|
||||
$_LANG['Yes'] = 'Sì';
|
||||
$_LANG['No'] = 'No';
|
||||
$_LANG['If you activate this feature, all purchase features will be disabled. You can activate this feature later in your back office'] = 'Se attivi questa opzione, tutte le funzioni di acquisto saranno disattivate. Potrai attivare questa opzione più tardi nel tuo back-office';
|
||||
$_LANG['the already installed version detected is too recent, no update available'] = 'la versione già installata individuata è troppo recente, nessun aggiornamento disponibile';
|
||||
$_LANG['This information isn\'t required, it will be used for statistical purposes. This information doesn\'t change anything in your store.'] = 'Queste informazioni non sono obbligatorie, saranno utilizzate a fini statistici. Queste informazioni non cambieranno nulla nel tuo negozio.';
|
||||
$_LANG['If you activate this feature, all purchasing will be disabled. However, you will be able to enable purchasing later in your Back Office.'] = 'Se attivi questa opzione, tutte le funzioni di acquisto saranno disattivate. Potrai attivare questa opzione più tardi nel tuo back-office';
|
||||
$_LANG['Your current version is already up-to-date'] = 'la versione già installata individuata è troppo recente, nessun aggiornamento disponibile';
|
||||
$_LANG['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.';
|
||||
$_LANG['If you do not know how to enable it, use our turnkey solution PrestaBox at'] = 'Se non sai come abilitarlo, usa la nostra soluzione innovativa PrestaBox su';
|
||||
$_LANG['Invalid shop name'] = 'nome negozio non valido';
|
||||
$_LANG['Your firstname contains some invalid characters'] = 'Il tuo nome contiene dei caratteri non validi';
|
||||
$_LANG['Your lastname contains some invalid characters'] = 'Il tuo cognome contiene dei caratteri non validi';
|
||||
$_LANG['The file /img/logo.jpg is not writable, please CHMOD 755 this file or CHMOD 777'] = 'Il file /img/logo.jpg non ?scrivibile, ti preghiamo di effettuare CHMOD 755 oppure CHMOD 777';
|
||||
$_LANG['the already installed version detected is too old, no more update available'] = 'La versione già installata individuata è troppo vecchia, non ci sono più aggiornamenti disponibili';
|
||||
$_LANG['If you do not know how to fix these issues, use turnkey solution PrestaBox at'] = 'Se non sai come correggere questi problemi, usa la soluzione innovativa PrestaBox su';
|
||||
$_LANG['Database Engine:'] = 'Motore database';
|
||||
$_LANG['Installation type'] = 'Tipo di installazione';
|
||||
$_LANG['Simple mode: Basic installation'] = 'Modalità semplice: installazione base';
|
||||
$_LANG['Lite mode: Basic installation'] = 'Modalità semplice: installazione base';
|
||||
$_LANG['(FREE)'] = '(GRATUITO)';
|
||||
$_LANG['Full mode: includes'] = 'Modalità completa: include';
|
||||
$_LANG['Full mode: includes core modules,'] = 'Modalità completa: include';
|
||||
$_LANG['100+ additional modules'] = 'Più di 100 moduli aggiuntivi';
|
||||
$_LANG['and demo products'] = 'e prodotti demo';
|
||||
$_LANG['(FREE too!)'] = 'GRATUITI!';
|
||||
$_LANG['Shop configuration'] = 'Configurazione negozio';
|
||||
$_LANG['I certify that I backed up my database and application files. I assume all responsibility for any data loss or damage related to this upgrade.'] = 'Dichiaro di aver effettuato il backup del mio database e dei file di applicazione. Mi assumo tutte le responsabilità per qualsiasi perdita dei dati o danni relativi a questo aggiornamento';
|
||||
$_LANG['Upgrade in progress'] = 'Aggiornamento in corso';
|
||||
@@ -246,30 +238,48 @@ $_LANG['minute'] = 'minuto';
|
||||
$_LANG['seconds'] = 'secondi';
|
||||
$_LANG['second'] = 'secondo';
|
||||
$_LANG['Depending on your server and the size of your shop'] = 'In base al tuo server e alle dimensioni del tuo negozio';
|
||||
$_LANG['You did not update your shop for a while,'] = 'E\' da un po\' di tempo che non aggiorni il tuo negozio';
|
||||
$_LANG['You have not updated your shop in a while,'] = 'E\' da un po\' di tempo che non aggiorni il tuo negozio';
|
||||
$_LANG['stable releases have been made available since.'] = 'Sono state messe a disposizione importanti novità';
|
||||
$_LANG['This is not a problem however the update may take several minutes, try to update your shop more frequently.'] = 'Questo non è un problema, comunque l’aggiornamento può impiegare diversi minuti: cerca di aggiornare il tuo negozio più spesso';
|
||||
$_LANG['No files to process, this might be an error.'] = 'Nessun file da elaborare, potrebbe esserci un errore';
|
||||
$_LANG['Hosting parameters'] = 'Parametri host';
|
||||
$_LANG['PrestaShop tries to automatically set the best settings for your server in order the update to be successful.'] = 'PrestaShop cerca di impostare automaticamente le migliori configurazioni per il tuo server in modo che l’aggiornamento riesca con successo.';
|
||||
$_LANG['PrestaShop tries to automatically set the best settings for your server in order for the update to be successful.'] = 'PrestaShop cerca di impostare automaticamente le migliori configurazioni per il tuo server in modo che l’aggiornamento riesca con successo.';
|
||||
$_LANG['PHP parameter'] = 'Parametro PHP';
|
||||
$_LANG['Description'] = 'Descrizione';
|
||||
$_LANG['Current value'] = 'Valuta attuale';
|
||||
$_LANG['Maximum allowed time for the upgrade'] = 'Tempo massimo concesso per l\'aggiornamento';
|
||||
$_LANG['Maximum memory allowed for the upgrade'] = 'Memoria massima concessa per l\'aggiornamento';
|
||||
$_LANG['All your settings seem to be OK, go for it!'] = 'Tutte le impostazioni sembrano OK, procedi pure!';
|
||||
$_LANG['Beware, your settings look correct but are not optimal, if you encounter problems (upgrade too long, memory error...), please ask your hosting provider to increase the values of these parameters (max_execution_time & memory_limit).'] = 'Attenzione, le tue impostazioni sembrano corrette ma non ottimali; se incontrassi dei problemi (aggiornamento troppo lungo, errore di memoria...), chiedi al tuo host di aumentare i valori di questi parametri (tempo massimo di esecuzione e limite di memoria).';
|
||||
$_LANG['Beware, your settings look correct but are not optimal, if you encounter problems (upgrade too long, memory error...), please ask your hosting provider to increase the values of these parameters: "max_execution_time" and "memory_limit".'] = 'Attenzione, le tue impostazioni sembrano corrette ma non ottimali; se incontrassi dei problemi (aggiornamento troppo lungo, errore di memoria...), chiedi al tuo host di aumentare i valori di questi parametri (tempo massimo di esecuzione e limite di memoria).';
|
||||
$_LANG['We strongly recommend that you inform your hosting provider to modify the settings before process to the update.'] = 'Ti suggeriamo di informare il tuo host in modo da modificare le impostazioni prima di iniziare l’aggiornamento.';
|
||||
$_LANG['Let\'s go!'] = 'Via!';
|
||||
$_LANG['Click on the "Next" button to start the upgrade, this can take several minutes,'] = 'Clicca sul tasto “Successivo” per iniziare l’aggiornamento; potrebbero volerci alcuni minuti,';
|
||||
$_LANG['do not close the window and be patient.'] = 'non chiudere la finestra e attendi';
|
||||
$_LANG['Your update is completed!'] = 'L\'aggiornamento è completo!';
|
||||
$_LANG['please be patient and do not close this window.'] = 'non chiudere la finestra e attendi';
|
||||
$_LANG['Your update is complete!'] = 'L\'aggiornamento è completo!';
|
||||
$_LANG['Your shop version is now'] = 'La tua versione adesso è';
|
||||
$_LANG['New features in PrestaShop v'] = 'Nuove caratteristiche in PrestaShop v';
|
||||
$_LANG['In this aim, use our'] = 'A questo scopo, utilizzare il nostro';
|
||||
$_LANG['To do this, use our'] = 'A questo scopo, utilizzare il nostro';
|
||||
$_LANG['Additional Benefits'] = 'Ulteriori vantaggi';
|
||||
$_LANG['Exclusive offers dedicated to PrestaShop merchants'] = 'Offerte esclusivo dedicato ai venditori PrestaShop';
|
||||
$_LANG['PHP magic quotes option is off (recommended)'] = 'Opzione magic quotes PHP è disattivata (consigliato)';
|
||||
$_LANG['Other activity...'] = 'Altre attività ...';
|
||||
$_LANG['Modules'] = 'Moduli';
|
||||
$_LANG['Benefits'] = 'Vantaggi';
|
||||
$_LANG['Create a MySQL database using phpMyAdmin (or by asking your hosting provider)'] = '';
|
||||
$_LANG['- or -'] = '';
|
||||
$_LANG['I want to'] = '';
|
||||
$_LANG['install'] = '';
|
||||
$_LANG['a new online shop with PrestaShop'] = '';
|
||||
$_LANG['update'] = '';
|
||||
$_LANG['my existing PrestaShop to a newer version'] = '';
|
||||
$_LANG['Your current version is too old, updates are possible only from version'] = '';
|
||||
$_LANG['and higher'] = '';
|
||||
$_LANG['PHP settings (for assistance, ask your hosting provider):'] = '';
|
||||
$_LANG['Database Configuration'] = '';
|
||||
$_LANG['Database login:'] = '';
|
||||
$_LANG['Database password:'] = '';
|
||||
$_LANG['Please create a MySQL database and then verify your settings below. If you need assistance, please ask your hosting provider for this information.'] = '';
|
||||
$_LANG['Ok, please deactivate the following modules, I will reactivate them later:'] = '';
|
||||
$_LANG['You will be able to manually reactivate them in your Back Office once the update process has succeeded.'] = '';
|
||||
$_LANG['No more information'] = '';
|
||||
$_LANG['If your theme is not valid, you may experience some problems in your front-office aspect, but don\'t panic ! To solve this, you can make it compatible by correcting the validators errors or by using a theme compatible with '] = '';
|
||||
@@ -5,7 +5,6 @@ $_LANG['Updater'] = 'Updater';
|
||||
$_LANG['A mail has been sended!'] = 'A mail has been sent';
|
||||
$_LANG['An error occurred while sending mail, please verify your parameters.'] = 'An error occurred while sending mail. Please verify your parameters.';
|
||||
$_LANG['And now, discover your new store and Back Office'] = 'Take me to my new Front Office (online store) or Back Office (admin tool)';
|
||||
$_LANG['By default, the PHP \'mail()\' function is used'] = 'By default, the PHP \'mail()\' function is used. For more functionality, manual SMTP configuration is recommended.';
|
||||
$_LANG['Can\'t find the sql upgrade files. Please verify that the /install/sql/upgrade folder is not empty)'] = 'Can\'t find the SQL upgrade files. Please verify that the /install/sql/upgrade folder is not empty.';
|
||||
$_LANG['Can\'t create settings file, if /config/settings.inc.php exists, please give the public write permissions to this file, else please create a file named settings.inc.php in config directory.'] = 'Can\'t create settings file, if /config/settings.inc.php exists, please give the public write permissions to this file, else please create a file named settings.inc.php in config directory.';
|
||||
$_LANG['Congratulation, your online shop is now ready!'] = 'Congratulations, your online store is now ready to open!';
|
||||
@@ -24,14 +23,11 @@ $_LANG['Impossible the access the a MySQL content file.'] = 'Unable to access th
|
||||
$_LANG['Impossible to read the content of a MySQL content file.'] = 'Unable to read the content an MySQL content file.';
|
||||
$_LANG['Impossible to send the mail!'] = 'Unable to send the e-mail.';
|
||||
$_LANG['Impossible to upload the file!'] = 'Unable to upload file.';
|
||||
$_LANG['Installation : complete install of the PrestaShop Solution'] = 'Installation: Full installation of the PrestaShop™ e-Commerce Solution';
|
||||
$_LANG['Merchant info'] = 'Merchant admin info';
|
||||
$_LANG['Your Back Office'] = 'Your Back Office';
|
||||
$_LANG['Your shop'] = 'Your Front Office';
|
||||
$_LANG['No upgrade is possible.'] = 'No update available';
|
||||
$_LANG['One or more errors have occurred...'] = 'One or more errors have occurred';
|
||||
$_LANG['Open external URLs allowed'] = 'Allowed to open external URLs';
|
||||
$_LANG['PHP parameters:'] = 'PHP settings (modify via your PHP admin software):';
|
||||
$_LANG['PHP register global option is off (recommended)'] = 'PHP register global option is off (recommended)';
|
||||
$_LANG['Password:'] = 'Password:';
|
||||
$_LANG['Please set a SMTP login'] = 'Please enter the SMTP login';
|
||||
@@ -61,10 +57,8 @@ $_LANG['This installer is too old.'] = 'This installer is for an older version o
|
||||
$_LANG['This is a test message, your server is now available to send mail'] = 'This is a test message. Your server is now set up to send e-mail.';
|
||||
$_LANG['This is not a valid file name.'] = 'Invalid file name';
|
||||
$_LANG['This is not a valid image file.'] = 'Invalid image file';
|
||||
$_LANG['Too long!'] = 'Too long';
|
||||
$_LANG['Upgrade: get the latest stable version!'] = 'Update: Get the latest stable version';
|
||||
$_LANG['Verify system compatibility'] = 'System Compatibility';
|
||||
$_LANG['WARNING: For more security, you must delete the \'install\' folder.'] = 'WARNING: For more security, you must delete the \'install\'.';
|
||||
$_LANG['Warning: a manual backup is HIGHLY recommended before continuing!'] = 'WARNING! A manual backup is HIGHLY recommended before continuing.';
|
||||
$_LANG['Welcome'] = 'Welcome!';
|
||||
$_LANG['Welcome to the PrestaShop '.INSTALL_VERSION.' Installer.'] = 'Welcome to the PrestaShop™ v'.INSTALL_VERSION.' Installer wizard.';
|
||||
@@ -74,12 +68,9 @@ $_LANG['Write permissions on folders:'] = 'Write permissions on folders (do not
|
||||
$_LANG['You already have the '.INSTALL_VERSION.' version.'] = 'Version v'.INSTALL_VERSION.' is already installed.';
|
||||
$_LANG['Your installation is finished!'] = 'Installation is complete!';
|
||||
$_LANG['Your update is finished!'] = 'Update is finished!';
|
||||
$_LANG['recommended dimensions: 230px X 75px'] = 'Recommended size: 230x75 px';
|
||||
$_LANG['view the log'] = 'View the log';
|
||||
$_LANG['the already installed version detected is too old, no more update available'] = 'The existing installation of PrestaShop is outdated. No updates are available';
|
||||
$_LANG['Reunion'] = 'Réunion';
|
||||
$_LANG['Saint Barthelemy'] = 'Saint Barthélemy';
|
||||
$_LANG['Sao Tome and Principe'] = 'São Tomé and Príncipe';
|
||||
$_LANG['Aland Islands'] = 'Åland Islands';
|
||||
|
||||
|
||||
$_LANG['Aland Islands'] = 'Åland Islands';
|
||||
Reference in New Issue
Block a user