// Fix message at end of installation #PSTEST-1041
This commit is contained in:
@@ -130,7 +130,7 @@
|
||||
'An error occured during installation...' => 'Während der Installation ist ein Fehler aufgetreten',
|
||||
'You can use the links on the left column to go back to the previous steps, or restart the installation process by <a href="%s">clicking here</a>.' => 'Um zum vorherigen Schritt zu gelangen, können Sie die Links in der Linken Spalte nutzen, oder den Installationsprozess komplett neu starten wenn Sie <a href="%s">HIER klicken</a>.',
|
||||
'Your installation is finished!' => 'Die Installation ist abgeschlossen!',
|
||||
'You have just finished installing and configuring your shop. Thank you for using PrestaShop!' => 'Sie haben soeben Ihren Shop erfolgreich installiert. Danke dass Sie Prestashop nutzen',
|
||||
'You have just finished installing your shop. Thank you for using PrestaShop!' => 'Sie haben soeben Ihren Shop erfolgreich installiert. Danke dass Sie Prestashop nutzen',
|
||||
'Please remember your login information:' => 'Merken Sie sich Ihre Log-In-Daten',
|
||||
'WARNING: For security purposes, you must delete the "install" folder.' => 'HINWEIS: Aus Sicherheitsgründen löschen Sie bitte den Ordner \'/install\'.',
|
||||
'Back Office' => 'Back Office',
|
||||
|
||||
@@ -130,7 +130,7 @@
|
||||
'An error occured during installation...' => NULL,
|
||||
'You can use the links on the left column to go back to the previous steps, or restart the installation process by <a href="%s">clicking here</a>.' => NULL,
|
||||
'Your installation is finished!' => '¡La instalación está terminada!',
|
||||
'You have just finished installing and configuring your shop. Thank you for using PrestaShop!' => NULL,
|
||||
'You have just finished installing your shop. Thank you for using PrestaShop!' => NULL,
|
||||
'Please remember your login information:' => NULL,
|
||||
'WARNING: For security purposes, you must delete the "install" folder.' => 'ATENCION : para más seguridad, por favor borre la carpeta \'/install\'.',
|
||||
'Back Office' => 'Back Office',
|
||||
|
||||
@@ -134,7 +134,7 @@ return array(
|
||||
'An error occured during installation...' => 'Une erreur est survenue durant l\'installation',
|
||||
'You can use the links on the left column to go back to the previous steps, or restart the installation process by <a href="%s">clicking here</a>.' => 'Vous pouvez utiliser les liens à gauche pour revenir aux étapes précédentes, ou redémarrer l\'installation en <a href="%s">cliquant ici</a>.',
|
||||
'Your installation is finished!' => 'L\'installation est finie !',
|
||||
'You have just finished installing and configuring your shop. Thank you for using PrestaShop!' => 'Vous venez d’installer et de configurer votre boutique en ligne, nous vous en remercions',
|
||||
'You have just finished installing your shop. Thank you for using PrestaShop!' => 'Vous venez d’installer votre boutique en ligne, nous vous en remercions.',
|
||||
'Please remember your login information:' => 'Merci de conserver les informations de connexion suivantes :',
|
||||
'WARNING: For security purposes, you must delete the "install" folder.' => 'ATTENTION : pour plus de sécurité, merci de supprimer le dossier \'/install\'.',
|
||||
'Back Office' => 'Administration',
|
||||
|
||||
@@ -130,7 +130,7 @@
|
||||
'An error occured during installation...' => NULL,
|
||||
'You can use the links on the left column to go back to the previous steps, or restart the installation process by <a href="%s">clicking here</a>.' => NULL,
|
||||
'Your installation is finished!' => 'Installazione terminata!',
|
||||
'You have just finished installing and configuring your shop. Thank you for using PrestaShop!' => NULL,
|
||||
'You have just finished installing your shop. Thank you for using PrestaShop!' => NULL,
|
||||
'Please remember your login information:' => NULL,
|
||||
'WARNING: For security purposes, you must delete the "install" folder.' => 'ATTENZIONE: per motivi di sicurezza, adesso devi cancellare la cartella \'install\'.',
|
||||
'Back Office' => 'Back Office',
|
||||
|
||||
@@ -35,7 +35,7 @@ var process_steps = <?php echo Tools::jsonEncode($this->process_steps) ?>;
|
||||
<div id="install_process_success">
|
||||
<div class="clearfix">
|
||||
<h2><?php echo $this->l('Your installation is finished!'); ?></h2>
|
||||
<p><?php echo $this->l('You have just finished installing and configuring your shop. Thank you for using PrestaShop!'); ?></p>
|
||||
<p><?php echo $this->l('You have just finished installing your shop. Thank you for using PrestaShop!'); ?></p>
|
||||
<p><?php echo $this->l('Please remember your login information:') ?></p>
|
||||
<table cellpadding="0" cellspacing="0" border="0" id="resultInstall" width="620">
|
||||
<tr class="odd">
|
||||
|
||||
Reference in New Issue
Block a user