// Improve installer
This commit is contained in:
@@ -131,8 +131,8 @@
|
||||
'An error occured during installation...' => NULL,
|
||||
'You can use the links on the left column to go back to the previous steps, or restart the installation process by <a href="%s">clicking here</a>' => NULL,
|
||||
'Your installation is finished!' => 'Die Installation ist abgeschlossen!',
|
||||
'You have just installed and configured PrestaShop as your online shop. We wish you all the best with the success of your online shop.' => 'Sie haben gerade soeben Ihren Online-Shop erfolgreich installiert und konfiguriert, wir danken Ihnen.',
|
||||
'Here is your shop information. You can modify it once you are logged in.' => 'Nachstehend Ihre Login-Daten zusammengefasst. Diese Daten können Sie später im Back-Office Bereich jederzeit ändern.',
|
||||
'You have just finished to install and configure your shop, thank you for using PrestaShop!' => NULL,
|
||||
'Please remember your login information:' => NULL,
|
||||
'WARNING: For security purposes, you must delete the "install" folder.' => 'VORSICHT: Aus Sicherheitsgründen löschen Sie bitte den Ordner \'/install\'.',
|
||||
'Back Office' => 'Back Office',
|
||||
'Manage your store using your Back Office. Manage your orders and customers, add modules, change themes, etc.' => 'Verwalten Sie Ihren Shop im Back-Office. Verwalten Sie Ihre Bestellungen und Kunden, fügen Sie Module hinzu, ändern Sie Ihr Template, usw. ...',
|
||||
|
||||
@@ -131,8 +131,8 @@
|
||||
'An error occured during installation...' => NULL,
|
||||
'You can use the links on the left column to go back to the previous steps, or restart the installation process by <a href="%s">clicking here</a>' => NULL,
|
||||
'Your installation is finished!' => '¡La instalación está terminada!',
|
||||
'You have just installed and configured PrestaShop as your online shop. We wish you all the best with the success of your online shop.' => 'Acaba de instalar y de configurar su tienda online y se lo agradecemos.',
|
||||
'Here is your shop information. You can modify it once you are logged in.' => 'Aquí tiene sus datos de conexión, puede modificarlos posteriormente si lo desea.',
|
||||
'You have just finished to install and configure 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',
|
||||
'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 ...',
|
||||
|
||||
@@ -132,8 +132,8 @@ 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 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.',
|
||||
'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.',
|
||||
'You have just finished to install and configure your shop, thank you for using PrestaShop!' => 'Vous venez d’installer et de configurer 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',
|
||||
'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...',
|
||||
|
||||
@@ -131,8 +131,8 @@
|
||||
'An error occured during installation...' => NULL,
|
||||
'You can use the links on the left column to go back to the previous steps, or restart the installation process by <a href="%s">clicking here</a>' => NULL,
|
||||
'Your installation is finished!' => 'Installazione terminata!',
|
||||
'You have just installed and configured PrestaShop as your online shop. We wish you all the best with the success of your online shop.' => 'Hai appena installato e configurato il tuo negozio online, grazie.',
|
||||
'Here is your shop information. You can modify it once you are logged in.' => 'Qui sotto i dati del tuo negozio. Puoi modificarli dopo aver effettuato il login a Back Office.',
|
||||
'You have just finished to install and configure 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',
|
||||
'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....',
|
||||
|
||||
@@ -571,6 +571,7 @@ ul#optional {
|
||||
-webkit-border-radius:5px;
|
||||
border-radius: 5px;
|
||||
box-shadow:0 1px #d9d9d9;
|
||||
cursor: pointer;
|
||||
}
|
||||
.blockInfoEnd.last {margin-right:0;}
|
||||
.blockInfoEnd p {
|
||||
|
||||
@@ -55,7 +55,7 @@ var default_iso = '<?php echo $this->session->shop_country ?>';
|
||||
<label for="infosCountry" class="aligned"><?php echo $this->l('Default country:') ?></label>
|
||||
<div class="contentinput">
|
||||
<select name="shop_country" id="infosCountry">
|
||||
<option value="0">-- <?php echo $this->l('Select your country') ?> --</option>
|
||||
<option value="0">-- <?php echo $this->l('Select your country --') ?></option>
|
||||
<?php foreach ($this->language->getCountries() as $iso => $country_name): ?>
|
||||
<option value="<?php echo $iso ?>" <?php if ($this->session->shop_country == $iso): ?>selected="selected"<?php endif; ?>><?php echo $country_name ?></option>
|
||||
<?php endforeach; ?>
|
||||
@@ -70,7 +70,7 @@ var default_iso = '<?php echo $this->session->shop_country ?>';
|
||||
<label for="infosTimezone" class="aligned"><?php echo $this->l('Shop timezone:') ?></label>
|
||||
<div class="contentinput">
|
||||
<select name="shop_timezone" id="infosTimezone">
|
||||
<option value="0">-- <?php echo $this->l('Select your timezone') ?> --</option>
|
||||
<option value="0"><?php echo $this->l('-- Select your timezone --') ?></option>
|
||||
<?php foreach ($this->getTimezones() as $timezone): ?>
|
||||
<option value="<?php echo $timezone ?>" <?php if ($this->session->shop_timezone == $timezone): ?>selected="selected"<?php endif; ?>><?php echo $timezone ?></option>
|
||||
<?php endforeach; ?>
|
||||
|
||||
@@ -36,36 +36,28 @@ var process_percent = <?php echo 100 / count($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 installed and configured PrestaShop as your online shop. We wish you all the best with the success of your online shop.'); ?></p>
|
||||
<p><?php echo $this->l('Here is your shop information. You can modify it once you are logged in.') ?></p>
|
||||
<p><?php echo $this->l('You have just finished to install and configure 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">
|
||||
<td style="width: 220px" class="label"><?php echo $this->l('Shop name:') ?></td>
|
||||
<td style="width: 400px" class="resultEnd"><?php echo htmlspecialchars($this->session->shop_name) ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="label"><?php echo $this->l('First name:') ?></td>
|
||||
<td class="resultEnd"><?php echo htmlspecialchars($this->session->admin_firstname) ?></td>
|
||||
</tr>
|
||||
<tr class="odd">
|
||||
<td class="label"><?php echo $this->l('Last name:') ?></td>
|
||||
<td class="resultEnd"><?php echo htmlspecialchars($this->session->admin_lastname) ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="label"><?php echo $this->l('E-mail:') ?></td>
|
||||
<td class="resultEnd"><?php echo htmlspecialchars($this->session->admin_email) ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="label"><?php echo $this->l('Password:') ?></td>
|
||||
<td class="resultEnd"><?php echo htmlspecialchars($this->session->admin_password) ?></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<h3 class="infosBlock"><?php echo $this->l('WARNING: For security purposes, you must delete the "install" folder.') ?></h3>
|
||||
|
||||
<div id="boBlock" class="blockInfoEnd clearfix">
|
||||
<div id="boBlock" class="blockInfoEnd clearfix" onclick="window.open('../admin')">
|
||||
<img src="theme/img/visu_boBlock.png" alt="" />
|
||||
<h3><?php echo $this->l('Back Office'); ?></h3>
|
||||
<p class="description"><?php echo $this->l('Manage your store using your Back Office. Manage your orders and customers, add modules, change themes, etc.') ?></p>
|
||||
<a href="../admin" class="BO" target="_blank"><span><?php echo $this->l('Manage your store') ?></span></a>
|
||||
</div>
|
||||
<div id="foBlock" class="blockInfoEnd last clearfix">
|
||||
<div id="foBlock" class="blockInfoEnd last clearfix" onclick="window.open('../')" />
|
||||
<img src="theme/img/visu_foBlock.png" alt="" />
|
||||
<h3><?php echo $this->l('Front Office'); ?></h3>
|
||||
<p class="description"><?php echo $this->l('Discover your store as your future customers will see it!') ?></p>
|
||||
|
||||
Reference in New Issue
Block a user