complete changelog and add missing translations
This commit is contained in:
@@ -23,7 +23,6 @@ return array(
|
||||
'Alpha code 3 *' => 'Alpha code 3 *',
|
||||
'Amount removed from the cart' => 'Amount removed from the cart',
|
||||
'Apply exchange rates on price in %sym' => 'Apply exchange rates on price in %sym',
|
||||
'Area' => 'Area',
|
||||
'Attribute ID:Attribute AV ID' => 'Attribute ID:Attribute AV ID',
|
||||
'Auth mode' => 'Auth mode',
|
||||
'Available quantity' => 'Available quantity',
|
||||
@@ -212,7 +211,6 @@ return array(
|
||||
'Value *' => 'Value *',
|
||||
'Warnings' => 'Warnings',
|
||||
'Weight' => 'Weight',
|
||||
'Weight *' => 'Weight *',
|
||||
'Yes, I have a password :' => 'Yes, I have a password :',
|
||||
'You are already registered!' => 'You are already registered!',
|
||||
'Your Email Address' => 'Your Email Address',
|
||||
@@ -221,13 +219,13 @@ return array(
|
||||
'Zip code' => 'Zip code',
|
||||
'date format' => 'date format',
|
||||
'delivery module %s is not a Thelia\Module\DeliveryModuleInterface' => 'delivery module %s is not a Thelia\Module\DeliveryModuleInterface',
|
||||
'payment module %s is not a Thelia\Module\PaymentModuleInterface' => 'payment module %s is not a Thelia\Module\PaymentModuleInterface',
|
||||
'language locale' => 'language locale',
|
||||
'mailing system modification' => 'mailing system modification',
|
||||
'password confirmation is not the same as password field' => 'password confirmation is not the same as password field',
|
||||
'password must be composed of at least 4 characters' => 'password must be composed of at least 4 characters',
|
||||
'payment module %s is not a Thelia\Module\PaymentModuleInterface' => 'payment module %s is not a Thelia\Module\PaymentModuleInterface',
|
||||
'permanent discount (in percent)' => 'permanent discount (in percent)',
|
||||
'quantity value is not valid' => 'quantity value is not valid',
|
||||
'shipping area name' => 'shipping area name',
|
||||
'this product id does not exists : %d' => 'this product id does not exists : %d',
|
||||
'time format' => 'time format',
|
||||
);
|
||||
|
||||
@@ -299,6 +299,7 @@ return array(
|
||||
'password confirmation is not the same as password field' => 'le mot de passe de confirmation n\'est pas le même que le champ mot de passe',
|
||||
'password must be composed of at least 4 characters' => 'le mot de passe doit être composé d\'au moins 4 caractères',
|
||||
'payment module %s is not a Thelia\Module\PaymentModuleInterface' => 'Le module de paiement %s n\'est pas une instance de Thelia\Module\PaymentModuleInterface ',
|
||||
'permanent discount (in percent)' => 'Remise permanente (en pourcentage)',
|
||||
'quantity value is not valid' => 'la valeur de la quantité n\'est pas valide',
|
||||
'superior or equal to' => 'supérieur ou égal à',
|
||||
'superior to' => 'supérieur à',
|
||||
|
||||
@@ -159,7 +159,7 @@ class CustomerUpdateForm extends BaseForm
|
||||
)
|
||||
))
|
||||
->add('discount', 'text', array(
|
||||
'label' => Translator::getInstance()->trans('permanent discount'),
|
||||
'label' => Translator::getInstance()->trans('permanent discount (in percent)'),
|
||||
'label_attr' => array(
|
||||
'for' => 'discount'
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user