ISSUE 100 : Information has no plural (Fix front)

This commit is contained in:
touffies
2013-11-12 14:01:34 +01:00
parent 34376a0bb9
commit 3d73118092
10 changed files with 14 additions and 15 deletions

View File

@@ -44,7 +44,7 @@ return array(
'Date' => 'Date',
'Delete address' => 'Delete address',
'Delivery address' => 'Delivery address',
'Delivery Informations' => 'Delivery Informations',
'Delivery Information' => 'Delivery Information',
'Demo product description' => 'Demo product description',
'Demo product title' => 'Demo product title',
'Description' => 'Description',
@@ -105,7 +105,7 @@ return array(
'Password Forgotten' => 'Password Forgotten',
'Password' => 'Password',
'per page' => 'per page',
'Personal Informations' => 'Personal Informations',
'Personal Information' => 'Personal Information',
'Placeholder address label' => 'Home, Work office, other',
'Placeholder address1' => '76 Ninth Avenue',
'Placeholder address2' => 'Address',

View File

@@ -44,7 +44,7 @@ return array(
'Date' => '',
'Delete address' => '',
'Delivery address' => '',
'Delivery Informations' => '',
'Delivery Information' => '',
'Demo product description' => '',
'Demo product title' => '',
'Description' => '',
@@ -105,7 +105,7 @@ return array(
'Password Forgotten' => '',
'Password' => '',
'per page' => '',
'Personal Informations' => '',
'Personal Information' => '',
'Placeholder address label' => '',
'Placeholder address1' => '',
'Placeholder address2' => '',

View File

@@ -44,7 +44,7 @@ return array(
'Date' => 'Date',
'Delete address' => 'Supprimer cette adresse',
'Delivery address' => 'Adresse de livraison',
'Delivery Informations' => 'Informations de livraison',
'Delivery Information' => 'Informations de livraison',
'Demo product description' => 'Example de description de produit',
'Demo product title' => 'Example de titre',
'Description' => 'Description',
@@ -108,7 +108,6 @@ return array(
'Password' => 'Mot de passe',
'per page' => 'par page',
'Personal Information' => 'Informations personnelles',
'Personal Informations' => 'Informations personnelles',
'Placeholder address label' => 'Maison, Domicile, Travail...',
'Placeholder address1' => 'Adresse',
'Placeholder address2' => '',

View File

@@ -44,7 +44,7 @@ return array(
'Date' => '',
'Delete address' => '',
'Delivery address' => '',
'Delivery Informations' => '',
'Delivery Information' => '',
'Demo product description' => '',
'Demo product title' => '',
'Description' => '',
@@ -105,7 +105,7 @@ return array(
'Password Forgotten' => '',
'Password' => '',
'per page' => '',
'Personal Informations' => '',
'Personal Information' => '',
'Placeholder address label' => '',
'Placeholder address1' => '',
'Placeholder address2' => '',

View File

@@ -35,7 +35,7 @@
<fieldset id="register-info" class="panel">
<div class="panel-heading">
{intl l="Personal Informations"}
{intl l="Personal Information"}
</div>
<div class="panel-body">

View File

@@ -26,7 +26,7 @@
<div class="panel-heading">
<h4 class="panel-title">
<a class="accordion-toggle" data-toggle="collapse" data-parent="#account" href="#account-info">
{intl l="Personal Informations"}
{intl l="Personal Information"}
</a>
</h4>
</div>

View File

@@ -229,7 +229,7 @@
var $btnAddToCart = $(".btn_add_to_cart", $("#form-product-details"));
var $productMeta = $("#stockInformations");
var $productMeta = $("#stock-information");
var $inStock = $(".in",$productMeta);
var $outOfStock = $(".out",$productMeta);

View File

@@ -31,7 +31,7 @@
text-transform: uppercase;
}
#stockInformations{
#stock-information {
}
}

View File

@@ -113,7 +113,7 @@
<div class="product-price" itemprop="offers" itemscope itemtype="http://schema.org/Offer">
<div class="availability">
<span class="availibity-label">{intl l="Availability"}: </span>
<span itemprop="availability" href="{$current_stock_href}" class="{$current_stock_class}" id="stockInformations">
<span itemprop="availability" href="{$current_stock_href}" class="{$current_stock_class}" id="stock-information">
<span class="in">{intl l='In Stock'}</span><span class="out">{intl l='Out of Stock'}</span>
</span>
</div>

View File

@@ -27,7 +27,7 @@
{if $form_error}<div class="alert alert-danger">{$form_error_message}</div>{/if}
<fieldset id="register-info" class="panel">
<div class="panel-heading">
1. {intl l="Personal Informations"}
1. {intl l="Personal Information"}
</div>
<div class="panel-body">
@@ -116,7 +116,7 @@
<fieldset id="register-delivery" class="panel">
<div class="panel-heading">
2. {intl l="Delivery Informations"}
2. {intl l="Delivery Information"}
</div>
<div class="panel-body">