// removed unnecessary punctuation in English installer strings, both in source code and translations

This commit is contained in:
djfm
2013-10-31 08:09:14 +00:00
parent c958436a76
commit 11f60492be
15 changed files with 253 additions and 253 deletions
+9 -9
View File
@@ -12,7 +12,7 @@ var default_iso = '<?php echo $this->session->shop_country ?>';
<!-- Shop name -->
<div class="field clearfix">
<label for="infosShop" class="aligned"><?php echo $this->l('Shop name:') ?> </label>
<label for="infosShop" class="aligned"><?php echo $this->l('Shop name') ?> </label>
<div class="contentinput">
<input class="text required" type="text" id="infosShop" name="shop_name" value="<?php echo htmlspecialchars($this->session->shop_name) ?>" /> <sup class="required">*</sup>
</div>
@@ -21,7 +21,7 @@ var default_iso = '<?php echo $this->session->shop_country ?>';
<!-- Activity -->
<div class="field clearfix">
<label for="infosActivity" class="aligned"><?php echo $this->l('Main activity:') ?></label>
<label for="infosActivity" class="aligned"><?php echo $this->l('Main activity') ?></label>
<div class="contentinput">
<select id="infosActivity" name="shop_activity" class="chosen">
<option value="0" style="font-weight: bold" <?php if (!$this->session->shop_activity): ?>selected="selected"<?php endif; ?>><?php echo $this->l('Please choose your main activity') ?></option>
@@ -37,7 +37,7 @@ var default_iso = '<?php echo $this->session->shop_country ?>';
<?php if (_PS_MODE_DEV_): ?>
<!-- Install type (with fixtures or not) -->
<div class="field clearfix">
<label class="aligned"><?php echo $this->l('Install demo products:') ?></label>
<label class="aligned"><?php echo $this->l('Install demo products') ?></label>
<div class="contentinput">
<label>
<input value="full" type="radio" name="db_mode" style="vertical-align: middle;" <?php if ($this->install_type == 'full'): ?>checked="checked"<?php endif; ?> autocomplete="off" />
@@ -56,7 +56,7 @@ var default_iso = '<?php echo $this->session->shop_country ?>';
<!-- Country list -->
<div class="field clearfix">
<label for="infosCountry" class="aligned"><?php echo $this->l('Country:') ?></label>
<label for="infosCountry" class="aligned"><?php echo $this->l('Country') ?></label>
<div class="contentinput">
<select name="shop_country" id="infosCountry" class="chosen">
<option value="0" style="font-weight: bold"><?php echo $this->l('Select your country') ?></option>
@@ -103,7 +103,7 @@ var default_iso = '<?php echo $this->session->shop_country ?>';
<!-- Admin firstname -->
<div class="field clearfix">
<label for="infosFirstname" class="aligned"><?php echo $this->l('First name:') ?> </label>
<label for="infosFirstname" class="aligned"><?php echo $this->l('First name') ?> </label>
<div class="contentinput">
<input class="text required" type="text" id="infosFirstname" name="admin_firstname" value="<?php echo htmlspecialchars($this->session->admin_firstname) ?>" />
<sup class="required">*</sup>
@@ -113,7 +113,7 @@ var default_iso = '<?php echo $this->session->shop_country ?>';
<!-- Admin lastname -->
<div class="field clearfix">
<label for="infosName" class="aligned"><?php echo $this->l('Last name:') ?> </label>
<label for="infosName" class="aligned"><?php echo $this->l('Last name') ?> </label>
<div class="contentinput">
<input class="text required" type="text" id="infosName" name="admin_lastname" value="<?php echo htmlspecialchars($this->session->admin_lastname) ?>" />
<sup class="required">*</sup>
@@ -123,7 +123,7 @@ var default_iso = '<?php echo $this->session->shop_country ?>';
<!-- Admin email -->
<div class="field clearfix">
<label for="infosEmail" class="aligned"><?php echo $this->l('E-mail address:') ?> </label>
<label for="infosEmail" class="aligned"><?php echo $this->l('E-mail address') ?> </label>
<div class="contentinput">
<input type="text" class="text required" id="infosEmail" name="admin_email" value="<?php echo htmlspecialchars($this->session->admin_email) ?>" />
<sup class="required">*</sup>
@@ -134,7 +134,7 @@ var default_iso = '<?php echo $this->session->shop_country ?>';
<!-- Admin password -->
<div class="field clearfix">
<label for="infosPassword" class="aligned"><?php echo $this->l('Shop password:') ?> </label>
<label for="infosPassword" class="aligned"><?php echo $this->l('Shop password') ?> </label>
<div class="contentinput">
<input autocomplete="off" type="password" class="text required" id="infosPassword" name="admin_password" value="<?php echo htmlspecialchars($this->session->admin_password) ?>" />
<sup class="required">*</sup>
@@ -148,7 +148,7 @@ var default_iso = '<?php echo $this->session->shop_country ?>';
<!-- Admin password confirm -->
<div class="field clearfix">
<label class="aligned" for="infosPasswordRepeat"><?php echo $this->l('Re-type to confirm:') ?> </label>
<label class="aligned" for="infosPasswordRepeat"><?php echo $this->l('Re-type to confirm') ?> </label>
<div class="contentinput">
<input type="password" autocomplete="off" class="text required" id="infosPasswordRepeat" name="admin_password_confirm" value="<?php echo htmlspecialchars($this->session->admin_password_confirm) ?>" />
<sup class="required">*</sup>