diff --git a/CHANGELOG.md b/CHANGELOG.md
index e3937050a..97fb4a432 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+#2.0.1
+- possibility to apply a permanent discount on a customer
+- display estimated shipping on cart page
+- export newsletter subscribers list
+- Fix redirect issues
+
#2.0.0
- Coupons values are re-evaluated when a product quantity is changed in the shopping cart
- You can declare new compilerPass in modules. See Thelia\Module\BaseModule::getCompilers phpDoc
diff --git a/core/lib/Thelia/Config/I18n/en_US.php b/core/lib/Thelia/Config/I18n/en_US.php
index 5876d211c..e2a6fc2eb 100644
--- a/core/lib/Thelia/Config/I18n/en_US.php
+++ b/core/lib/Thelia/Config/I18n/en_US.php
@@ -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',
);
diff --git a/core/lib/Thelia/Config/I18n/fr_FR.php b/core/lib/Thelia/Config/I18n/fr_FR.php
index 93a3707df..67158c303 100644
--- a/core/lib/Thelia/Config/I18n/fr_FR.php
+++ b/core/lib/Thelia/Config/I18n/fr_FR.php
@@ -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 à',
diff --git a/core/lib/Thelia/Form/CustomerUpdateForm.php b/core/lib/Thelia/Form/CustomerUpdateForm.php
index 14fb6fe68..ae7f446a7 100644
--- a/core/lib/Thelia/Form/CustomerUpdateForm.php
+++ b/core/lib/Thelia/Form/CustomerUpdateForm.php
@@ -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'
)
diff --git a/templates/backOffice/default/I18n/en_US.php b/templates/backOffice/default/I18n/en_US.php
index 1d22ab2f2..c1de16941 100644
--- a/templates/backOffice/default/I18n/en_US.php
+++ b/templates/backOffice/default/I18n/en_US.php
@@ -1,950 +1,920 @@
- ' (default)',
- '© Thelia 2013' => '© Thelia 2013',
- '(edit)' => '(edit)',
- 'Check the list of ISO 639-1 codes' => 'Check the list of ISO 639-1 codes',
- '0 combinations' => '0 combinations',
- 'Cannot translate all fields. According to your PHP configuration, forms cannot contains more than
- %current_max_input_vars input fields, but at least %required_max_input_vars are required. Please change the value of max_input_vars in your PHP configuration
- of change the translation file by hand.' => 'Cannot translate all fields. According to your PHP configuration, forms cannot contains more than %current_max_input_vars input fields, but at least %required_max_input_vars are required. Please change the value of max_input_vars in your PHP configuration of change the translation file by hand.',
- 'Congratulations, all text is now translated !' => 'Congratulations, all text is now translated !',
- 'Did not found any text to translate. It\'s probably normal. If not, please be sure to use Smarty\'s "intl" function in templates, or the Translator::trans() method in PHP files.' => 'Did not found any text to translate. It\'s probably normal. If not, please be sure to use Smarty\'s "intl" function in templates, or the Translator::trans() method in PHP files.',
- 'A content could be attached to more than one folder. Select here the additional folders for this content.' => 'A content could be attached to more than one folder. Select here the additional folders for this content.',
- 'A product could be attached to more than one category. Select here the additional categories for this product.' => 'A product could be attached to more than one category. Select here the additional categories for this product.',
- 'A short description, used when a summary or an introduction is required' => 'A short description, used when a summary or an introduction is required',
- 'A short post-description information' => 'A short post-description information',
- 'Aborted orders' => 'Aborted orders',
- 'Accessory title' => 'Accessory title',
- 'Action' => 'Action',
- 'Actions' => 'Actions',
- 'Activate this log destination' => 'Activate this log destination',
- 'Add' => 'Add',
- 'Add a new Customer' => 'Add a new Customer',
- 'Add a new address' => 'Add a new address',
- 'Add a new category' => 'Add a new category',
- 'Add a new combination' => 'Add a new combination',
- 'Add a new content' => 'Add a new content',
- 'Add a new country' => 'Add a new country',
- 'Add a new currency' => 'Add a new currency',
- 'Add a new folder' => 'Add a new folder',
- 'Add a new language' => 'Add a new language',
- 'Add a new mailing template' => 'Add a new mailing template',
- 'Add a new product' => 'Add a new product',
- 'Add a new product attribute' => 'Add a new product attribute',
- 'Add a new product feature' => 'Add a new product feature',
- 'Add a new product template' => 'Add a new product template',
- 'Add a new shipping configuration' => 'Add a new shipping configuration',
- 'Add a new variable' => 'Add a new variable',
- 'Add tax to this group' => 'Add tax to this group',
- 'Add this attribute to all product templates' => 'Add this attribute to all product templates',
- 'Add this country' => 'Add this country',
- 'Add this feature to all product templates' => 'Add this feature to all product templates',
- 'Add to all product templates' => 'Add to all product templates',
- 'Additional Folders' => 'Additional Folders',
- 'Additional address' => 'Additional address',
- 'Additional categories' => 'Additional categories',
- 'Address' => 'Address',
- 'Administration logs' => 'Administration logs',
- 'Administration profiles' => 'Administration profiles',
- 'Administrators' => 'Administrators',
- 'All orders' => 'All orders',
- 'Alpha code 2' => 'Alpha code 2',
- 'Alpha code 3' => 'Alpha code 3',
- 'Amount' => 'Amount',
- 'An error occured' => 'An error occured',
- 'And' => 'And',
- 'Application field' => 'Application field',
- 'Apply' => 'Apply',
- 'Associations' => 'Associations',
- 'Attribute' => 'Attribute',
- 'Attribute Combinations' => 'Attribute Combinations',
- 'Attribute Name' => 'Attribute Name',
- 'Attribute information' => 'Attribute information',
- 'Attribute title' => 'Attribute title',
- 'Attribute values' => 'Attribute values',
- 'Attributes' => 'Attributes',
- 'Attributes & Features' => 'Attributes & Features',
- 'Auth Mode' => 'Auth Mode',
- 'Auth Mode :' => 'Auth Mode :',
- 'Average cart' => 'Average cart',
- 'Back' => 'Back',
- 'Back-office home' => 'Back-office home',
- 'Back-office templates' => 'Back-office templates',
- 'Back-office users' => 'Back-office users',
- 'Browse files' => 'Browse files',
- 'Browse this category' => 'Browse this category',
- 'Browse this folder' => 'Browse this folder',
- 'Can\'t be cumulative' => 'Can\'t be cumulative',
- 'Can\'t load documents, please refresh this page.' => 'Can\'t load documents, please refresh this page.',
- 'Can\'t load images, please refresh this page.' => 'Can\'t load images, please refresh this page.',
- 'Can\'t reorder documents, please refresh this page.' => 'Can\'t reorder documents, please refresh this page.',
- 'Can\'t reorder images, please refresh this page.' => 'Can\'t reorder images, please refresh this page.',
- 'Cancel' => 'Cancel',
- 'Cancel changes and revert to original value' => 'Cancel changes and revert to original value',
- 'Cancel this order' => 'Cancel this order',
- 'Cart - Prices in %currency' => 'Cart - Prices in %currency',
- 'Catalog' => 'Catalog',
- 'Categories' => 'Categories',
- 'Categories in %cat' => 'Categories in %cat',
- 'Category created on %date_create. Last modification: %date_change' => 'Category created on %date_create. Last modification: %date_change',
- 'Category title' => 'Category title',
- 'Cellular phone' => 'Cellular phone',
- 'Cellular phone number' => 'Cellular phone number',
- 'Change this administrator' => 'Change this administrator',
- 'Change this attribute' => 'Change this attribute',
- 'Change this country' => 'Change this country',
- 'Change this currency' => 'Change this currency',
- 'Change this feature' => 'Change this feature',
- 'Change this language' => 'Change this language',
- 'Change this mailing template' => 'Change this mailing template',
- 'Change this product attribute' => 'Change this product attribute',
- 'Change this product feature' => 'Change this product feature',
- 'Change this product template' => 'Change this product template',
- 'Change this profile' => 'Change this profile',
- 'Change this shipping configuration' => 'Change this shipping configuration',
- 'Change this shipping zone' => 'Change this shipping zone',
- 'Change this tax' => 'Change this tax',
- 'Change this tax rule' => 'Change this tax rule',
- 'Change this template' => 'Change this template',
- 'Change this variable' => 'Change this variable',
- 'Chapo' => 'Chapo',
- 'Check this box if you want to add this attributes to all product templates' => 'Check this box if you want to add this attributes to all product templates',
- 'Check this box if you want to add this features to all product templates' => 'Check this box if you want to add this features to all product templates',
- 'Choose a country' => 'Choose a country',
- 'City' => 'City',
- 'Classic modules' => 'Classic modules',
- 'Click here' => 'Click here',
- 'Close' => 'Close',
- 'Close administation session' => 'Close administration session',
- 'Code' => 'Code',
- 'Code :' => 'Code :',
- 'Combination EAN Code' => 'Combination EAN Code',
- 'Combination builder' => 'Combination builder',
- 'Combination reference' => 'Combination reference',
- 'Company' => 'Company',
- 'Condition\'s category :' => 'Condition\'s category :',
- 'Conditions' => 'Conditions',
- 'Configuration' => 'Configuration',
- 'Configuration mailing system' => 'Configuration mailing system',
- 'Configure' => 'Configure',
- 'Configure this module' => 'Configure this module',
- 'Confirm' => 'Confirm',
- 'Confirm changes' => 'Confirm changes',
- 'Confirmation' => 'Confirmation',
- 'Content title' => 'Content title',
- 'Contents in %fold' => 'Contents in %fold',
- 'Copy source text in input field' => 'Copy source text in input field',
- 'Countries' => 'Countries',
- 'Countries that have the same tax rule' => 'Countries that have the same tax rule',
- 'Country' => 'Country',
- 'Country description' => 'Country description',
- 'Country short description' => 'Country short description',
- 'Country title' => 'Country title',
- 'Coupon' => 'Coupon',
- 'Coupon code' => 'Coupon code',
- 'Coupons' => 'Coupons',
- 'Coupons : ' => 'Coupons : ',
- 'Create' => 'Create',
- 'Create a customer address' => 'Create a customer address',
- 'Create a new administrator' => 'Create a new administrator',
- 'Create a new attribute' => 'Create a new attribute',
- 'Create a new attribute value' => 'Create a new attribute value',
- 'Create a new category' => 'Create a new category',
- 'Create a new combination' => 'Create a new combination',
- 'Create a new content' => 'Create a new content',
- 'Create a new country' => 'Create a new country',
- 'Create a new coupon' => 'Create a new coupon',
- 'Create a new currency' => 'Create a new currency',
- 'Create a new customer' => 'Create a new customer',
- 'Create a new feature' => 'Create a new feature',
- 'Create a new feature value' => 'Create a new feature value',
- 'Create a new folder' => 'Create a new folder',
- 'Create a new language' => 'Create a new language',
- 'Create a new mailing template' => 'Create a new mailing template',
- 'Create a new product' => 'Create a new product',
- 'Create a new product template' => 'Create a new product template',
- 'Create a new profile' => 'Create a new profile',
- 'Create a new shipping configuration' => 'Create a new shipping configuration',
- 'Create a new tax' => 'Create a new tax',
- 'Create a new tax rule' => 'Create a new tax rule',
- 'Create a new variable' => 'Create a new variable',
- 'Create combinations' => 'Create combinations',
- 'Create coupon' => 'Create coupon',
- 'Create this address' => 'Create this address',
- 'Create this attribute' => 'Create this attribute',
- 'Create this category' => 'Create this category',
- 'Create this combination' => 'Create this combination',
- 'Create this content' => 'Create this content',
- 'Create this country' => 'Create this country',
- 'Create this currency' => 'Create this currency',
- 'Create this customer' => 'Create this customer',
- 'Create this feature' => 'Create this feature',
- 'Create this folder' => 'Create this folder',
- 'Create this language' => 'Create this language',
- 'Create this mailing template' => 'Create this mailing template',
- 'Create this product' => 'Create this product',
- 'Create this product template' => 'Create this product template',
- 'Create this shipping configuration' => 'Create this shipping configuration',
- 'Create this value' => 'Create this value',
- 'Create this variable' => 'Create this variable',
- 'Currencies' => 'Currencies',
- 'Currency ISO 4217 Code' => 'Currency ISO 4217 Code',
- 'Currency name' => 'Currency name',
- 'Currency rate' => 'Currency rate',
- 'Currency symbol' => 'Currency symbol',
- 'Current product template' => 'Current product template',
- 'Current quantity' => 'Current quantity',
- 'Current version' => 'Current version',
- 'Customer' => 'Customer',
- 'Customer informations' => 'Customer information',
- 'Customers' => 'Customers',
- 'Customers list' => 'Customers list',
- 'Cutomer Name' => 'Cutomer Name',
- 'Dashboard' => 'Dashboard',
- 'Date & Hour' => 'Date & Hour',
- 'Date of last order' => 'Date of last order',
- 'Days before expiration' => 'Days before expiration',
- 'Deactivate %title module' => 'Deactivate %title module',
- 'Default' => 'Default',
- 'Default address' => 'Default address',
- 'Define here this product\'s accessories' => 'Define here this product\'s accessories',
- 'Delete' => 'Delete',
- 'Delete a combination' => 'Delete a combination',
- 'Delete a module' => 'Delete a module',
- 'Delete a variable' => 'Delete a variable',
- 'Delete address' => 'Delete address',
- 'Delete administrator' => 'Delete administrator',
- 'Delete also module data' => 'Delete also module data',
- 'Delete an order' => 'Delete an order',
- 'Delete attribute' => 'Delete attribute',
- 'Delete attribute value' => 'Delete attribute value',
- 'Delete category' => 'Delete category',
- 'Delete content' => 'Delete content',
- 'Delete country' => 'Delete country',
- 'Delete currency' => 'Delete currency',
- 'Delete customer' => 'Delete customer',
- 'Delete feature' => 'Delete feature',
- 'Delete feature value' => 'Delete feature value',
- 'Delete folder' => 'Delete folder',
- 'Delete language' => 'Delete language',
- 'Delete mailing template' => 'Delete mailing template',
- 'Delete product' => 'Delete product',
- 'Delete profile' => 'Delete profile',
- 'Delete shipping configuration' => 'Delete shipping configuration',
- 'Delete tax' => 'Delete tax',
- 'Delete tax rule' => 'Delete tax rule',
- 'Delete template' => 'Delete template',
- 'Delete this accessory' => 'Delete this accessory',
- 'Delete this administrator' => 'Delete this administrator',
- 'Delete this attribute' => 'Delete this attribute',
- 'Delete this category and all its contents' => 'Delete this category and all its contents',
- 'Delete this combination' => 'Delete this combination',
- 'Delete this content' => 'Delete this content',
- 'Delete this country' => 'Delete this country',
- 'Delete this currency' => 'Delete this currency',
- 'Delete this customer and all his orders' => 'Delete this customer and all his orders',
- 'Delete this feature' => 'Delete this feature',
- 'Delete this folder and all its contents' => 'Delete this folder and all its contents',
- 'Delete this language' => 'Delete this language',
- 'Delete this mailing template' => 'Delete this mailing template',
- 'Delete this module' => 'Delete this module',
- 'Delete this product' => 'Delete this product',
- 'Delete this product attribute' => 'Delete this product attribute',
- 'Delete this product feature' => 'Delete this product feature',
- 'Delete this product template' => 'Delete this product template',
- 'Delete this profile' => 'Delete this profile',
- 'Delete this shipping configuration' => 'Delete this shipping configuration',
- 'Delete this tax' => 'Delete this tax',
- 'Delete this tax rule' => 'Delete this tax rule',
- 'Delete this value' => 'Delete this value',
- 'Delete this variable' => 'Delete this variable',
- 'Delete this zone' => 'Delete this zone',
- 'Delivery address' => 'Delivery address',
- 'Delivery module' => 'Delivery module',
- 'Delivery modules' => 'Delivery modules',
- 'Description' => 'Description',
- 'Destinations' => 'Destinations',
- 'Details' => 'Details',
- 'Disabled coupons' => 'Disabled coupons',
- 'Discount' => 'Discount',
- 'Do not use a product template' => 'Do not use a product template',
- 'Do you really want to add this attribute to all product templates ?' => 'Do you really want to add this attribute to all product templates ?',
- 'Do you really want to add this feature to all product templates ?' => 'Do you really want to add this feature to all product templates ?',
- 'Do you really want to cancel this order ?' => 'Do you really want to cancel this order ?',
- 'Do you really want to delete this address ?' => 'Do you really want to delete this address ?',
- 'Do you really want to delete this administrator ?' => 'Do you really want to delete this administrator ?',
- 'Do you really want to delete this attribute ? It will be removed from all product templates.' => 'Do you really want to delete this attribute ? It will be removed from all product templates.',
- 'Do you really want to delete this attribute value ?' => 'Do you really want to delete this attribute value ?',
- 'Do you really want to delete this category and all its content ?' => 'Do you really want to delete this category and all its content ?',
- 'Do you really want to delete this combination ?' => 'Do you really want to delete this combination ?',
- 'Do you really want to delete this content ?' => 'Do you really want to delete this content ?',
- 'Do you really want to delete this country ?' => 'Do you really want to delete this country ?',
- 'Do you really want to delete this currency ?' => 'Do you really want to delete this currency ?',
- 'Do you really want to delete this customer ?' => 'Do you really want to delete this customer ?',
- 'Do you really want to delete this element ?' => 'Do you really want to delete this element ?',
- 'Do you really want to delete this feature ? It will be removed from all product templates.' => 'Do you really want to delete this feature ? It will be removed from all product templates.',
- 'Do you really want to delete this feature value ?' => 'Do you really want to delete this feature value ?',
- 'Do you really want to delete this folder and all its content ?' => 'Do you really want to delete this folder and all its content ?',
- 'Do you really want to delete this language ?' => 'Do you really want to delete this language ?',
- 'Do you really want to delete this mailing template ?' => 'Do you really want to delete this mailing template ?',
- 'Do you really want to delete this module ?' => 'Do you really want to delete this module ?',
- 'Do you really want to delete this product ?' => 'Do you really want to delete this product ?',
- 'Do you really want to delete this profile ?' => 'Do you really want to delete this profile ?',
- 'Do you really want to delete this shipping configuration ?' => 'Do you really want to delete this shipping configuration ?',
- 'Do you really want to delete this tax ?' => 'Do you really want to delete this tax ?',
- 'Do you really want to delete this tax rule ?' => 'Do you really want to delete this tax rule ?',
- 'Do you really want to delete this template ? It will be removed from all products.' => 'Do you really want to delete this template ? It will be removed from all products.',
- 'Do you really want to delete this variable ?' => 'Do you really want to delete this variable ?',
- 'Do you really want to enable this element ?' => 'Do you really want to enable this element ?',
- 'Do you really want to remove the content from this folder ?' => 'Do you really want to remove the content from this folder ?',
- 'Do you really want to remove the product from this category ?' => 'Do you really want to remove the product from this category ?',
- 'Do you really want to remove this accessory from the product ?' => 'Do you really want to remove this accessory from the product ?',
- 'Do you really want to remove this attribute from all product templates ? You\'ll loose all product related data for this attribute.' => 'Do you really want to remove this attribute from all product templates ? You\'ll loose all product related data for this attribute.',
- 'Do you really want to remove this attribute from the template ?' => 'Do you really want to remove this attribute from the template ?',
- 'Do you really want to remove this country ?' => 'Do you really want to remove this country ?',
- 'Do you really want to remove this feature from all product templates ? You\'ll loose all product related data for this feature.' => 'Do you really want to remove this feature from all product templates ? You\'ll loose all product related data for this feature.',
- 'Do you really want to remove this feature from the template ?' => 'Do you really want to remove this feature from the template ?',
- 'Do you really want to remove this related content ?' => 'Do you really want to remove this related content ?',
- 'Do you really want to remove this related content from the product ?' => 'Do you really want to remove this related content from the product ?',
- 'Do you really want to remove this zone ?' => 'Do you really want to remove this zone ?',
- 'Do you really want to set this coupon available to everyone ?' => 'Do you really want to set this coupon available to everyone ?',
- 'Do you really want to use this address by default ?' => 'Do you really want to use this address by default ?',
- 'Document' => 'Document',
- 'Document informations' => 'Document information',
- 'Documents' => 'Documents',
- 'Don\'t repeat keywords over and over in a row. Rather, put in keyword phrases.' => 'Don\'t repeat keywords over and over in a row. Rather, put in keyword phrases.',
- 'Download invoice as PDF' => 'Download invoice as PDF',
- 'Download purchase order as PDF' => 'Download purchase order as PDF',
- 'Drop files to upload' => 'Drop files to upload',
- 'Drop tax here to create a tax group' => 'Drop tax here to create a tax group',
- 'Drop tax here to delete from group' => 'Drop tax here to delete from group',
- 'E-mail templates' => 'E-mail templates',
- 'EAN Code' => 'EAN Code',
- 'Ecotax is a tax wich add a defined amount (throug a product feature) to the product price.' => 'Ecotax is a tax wich add a defined amount (throug a product feature) to the product price.',
- 'Edit' => 'Edit',
- 'Edit %title' => 'Edit %title',
- 'Edit a country' => 'Edit a country',
- 'Edit a currency' => 'Edit a currency',
- 'Edit a customer' => 'Edit a customer',
- 'Edit a customer address' => 'Edit a customer address',
- 'Edit a document' => 'Edit a document',
- 'Edit a feature' => 'Edit a feature',
- 'Edit a language' => 'Edit a language',
- 'Edit a mailing template' => 'Edit a mailing template',
- 'Edit a module' => 'Edit a module',
- 'Edit a profile' => 'Edit a profile',
- 'Edit a shipping configuration' => 'Edit a shipping configuration',
- 'Edit a shipping zone' => 'Edit a shipping zone',
- 'Edit a system variable' => 'Edit a system variable',
- 'Edit a tax' => 'Edit a tax',
- 'Edit a tax rule' => 'Edit a tax rule',
- 'Edit a template' => 'Edit a template',
- 'Edit an attribute' => 'Edit an attribute',
- 'Edit an image' => 'Edit an image',
- 'Edit an order' => 'Edit an order',
- 'Edit attribute "%name"' => 'Edit attribute "%name"',
- 'Edit category' => 'Edit category',
- 'Edit category %title' => 'Edit category %title',
- 'Edit content' => 'Edit content',
- 'Edit content %title' => 'Edit content %title',
- 'Edit country "%name"' => 'Edit country "%name"',
- 'Edit currency "%name"' => 'Edit currency "%name"',
- 'Edit customer %firstname %lastname' => 'Edit customer %firstname %lastname',
- 'Edit delivery address' => 'Edit delivery address',
- 'Edit document "%name"' => 'Edit document "%name"',
- 'Edit feature "%name"' => 'Edit feature "%name"',
- 'Edit folder' => 'Edit folder',
- 'Edit folder %title' => 'Edit folder %title',
- 'Edit image "%name"' => 'Edit image "%name"',
- 'Edit information in %lng' => 'Edit information in %lng',
- 'Edit invoice address' => 'Edit invoice address',
- 'Edit mailing template "%name"' => 'Edit mailing template "%name"',
- 'Edit next category' => 'Edit next category',
- 'Edit next content' => 'Edit next content',
- 'Edit next folder' => 'Edit next folder',
- 'Edit next product' => 'Edit next product',
- 'Edit order address' => 'Edit order address',
- 'Edit previous category' => 'Edit previous category',
- 'Edit previous content' => 'Edit previous content',
- 'Edit previous folder' => 'Edit previous folder',
- 'Edit previous product' => 'Edit previous product',
- 'Edit prices in %curr' => 'Edit prices in %curr',
- 'Edit product' => 'Edit product',
- 'Edit product %title' => 'Edit product %title',
- 'Edit shipping configuration %title' => 'Edit shipping configuration %title',
- 'Edit shipping zone %title' => 'Edit shipping zone %title',
- 'Edit tax rule taxes' => 'Edit tax rule taxes',
- 'Edit template "%name"' => 'Edit template "%name"',
- 'Edit this address' => 'Edit this address',
- 'Edit this category' => 'Edit this category',
- 'Edit this content' => 'Edit this content',
- 'Edit this customer' => 'Edit this customer',
- 'Edit this folder' => 'Edit this folder',
- 'Edit this module' => 'Edit this module',
- 'Edit this order' => 'Edit this order',
- 'Edit this product' => 'Edit this product',
- 'Edit variable %name' => 'Edit variable %name',
- 'Editing %cat' => 'Editing %cat',
- 'Editing %fold' => 'Editing %fold',
- 'Editing %title' => 'Editing %title',
- 'Editing attribute "%name"' => 'Editing attribute "%name"',
- 'Editing country "%name"' => 'Editing country "%name"',
- 'Editing currency "%name"' => 'Editing currency "%name"',
- 'Editing customer "%name"' => 'Editing customer "%name"',
- 'Editing document "%name"' => 'Editing document "%name"',
- 'Editing feature "%name"' => 'Editing feature "%name"',
- 'Editing image "%name"' => 'Editing image "%name"',
- 'Editing mailing template "%name"' => 'Editing mailing template "%name"',
- 'Editing module' => 'Editing module',
- 'Editing profile' => 'Editing profile',
- 'Editing shipping configuration "%name"' => 'Editing shipping configuration "%name"',
- 'Editing shipping zone "%name"' => 'Editing shipping zone "%name"',
- 'Editing tax' => 'Editing tax',
- 'Editing tax rule' => 'Editing tax rule',
- 'Editing template "%name"' => 'Editing template "%name"',
- 'Editing variable "%name"' => 'Editing variable "%name"',
- 'Email address' => 'Email address',
- 'Email used when you send an email to your customers (Order confirmations, etc).' => 'Email used when you send an email to your customers (Order confirmations, etc).',
- 'Enable remote SMTP use : ' => 'Enable remote SMTP use : ',
- 'Enable/Disable' => 'Enable/Disable',
- 'Enabled coupons' => 'Enabled coupons',
- 'Encryption' => 'Encryption',
- 'Encryption :' => 'Encryption :',
- 'Enter here all possible attribute values.' => 'Enter here all possible attribute values.',
- 'Enter here all possible feature values. To get a free text feature in product forms, don\'t add any value.' => 'Enter here all possible feature values. To get a free text feature in product forms, don\'t add any value.',
- 'Enter here the attribute name in the default language (%language_name)' => 'Enter here the attribute name in the default language (%language_name)',
- 'Enter here the category name in the default language (%title)' => 'Enter here the category name in the default language (%title)',
- 'Enter here the content name in the default language (%title)' => 'Enter here the content name in the default language (%title)',
- 'Enter here the currency name in the default language (%title)' => 'Enter here the currency name in the default language (%title)',
- 'Enter here the feature name in the default language (%title)' => 'Enter here the feature name in the default language (%title)',
- 'Enter here the feature value as free text' => 'Enter here the feature value as free text',
- 'Enter here the folder name in the default language (%title)' => 'Enter here the folder name in the default language (%title)',
- 'Enter here the mailing template purpose in the default language (%title)' => 'Enter here the mailing template purpose in the default language (%title)',
- 'Enter here the product name in the default language (%title)' => 'Enter here the product name in the default language (%title)',
- 'Enter here the product price in the default currency (%title)' => 'Enter here the product price in the default currency (%title)',
- 'Enter here the product reference' => 'Enter here the product reference',
- 'Enter here the product tax price in the default currency (%title)' => 'Enter here the product tax price in the default currency (%title)',
- 'Enter here the product weight, in Kilogrammes' => 'Enter here the product weight, in Kilogrammes',
- 'Enter here the template name in the default language (%title)' => 'Enter here the template name in the default language (%title)',
- 'Enter here the value in the current edit language (%language_name)' => 'Enter here the value in the current edit language (%language_name)',
- 'Enter here the value in the current edit language (%title)' => 'Enter here the value in the current edit language (%title)',
- 'Enter new accessory position' => 'Enter new accessory position',
- 'Enter new attribute position' => 'Enter new attribute position',
- 'Enter new category position' => 'Enter new category position',
- 'Enter new content position' => 'Enter new content position',
- 'Enter new currency position' => 'Enter new currency position',
- 'Enter new feature position' => 'Enter new feature position',
- 'Enter new folder position' => 'Enter new folder position',
- 'Enter new module position' => 'Enter new module position',
- 'Enter new product position' => 'Enter new product position',
- 'Enter new value position' => 'Enter new value position',
- 'Enter one or more IP V4 addresses separated by ";". Leave empty to display logs for all IP addresses' => 'Enter one or more IP V4 addresses separated by ";". Leave empty to display logs for all IP addresses',
- 'Enter one or more file names without path separated by ";". Use "!" before a file name to exclude it. Use "*" to activate logs for all files.' => 'Enter one or more file names without path separated by ";". Use "!" before a file name to exclude it. Use "*" to activate logs for all files.',
- 'Error' => 'Error',
- 'Example :' => 'Example :',
- 'Existing combinations will be deleted. Do you want to continue ?' => 'Existing combinations will be deleted. Do you want to continue ?',
- 'Expiration date' => 'Expiration date',
- 'Expiration date :' => 'Expiration date :',
- 'Failed to get converted prices. Please try again.' => 'Failed to get converted prices. Please try again.',
- 'Failed to get prices. Please try again.' => 'Failed to get prices. Please try again.',
- 'Fax number' => 'Fax number',
- 'Feature Name' => 'Feature Name',
- 'Feature information' => 'Feature information',
- 'Feature title' => 'Feature title',
- 'Feature value' => 'Feature value',
- 'Feature value for this product' => 'Feature value for this product',
- 'Feature values' => 'Feature values',
- 'Features' => 'Features',
- 'File' => 'File',
- 'File names' => 'File names',
- 'First Name' => 'First Name',
- 'First name' => 'First name',
- 'First orders' => 'First orders',
- 'FirstName' => 'FirstName',
- 'Firstname' => 'Firstname',
- 'Folder created on %date_create. Last modification: %date_change' => 'Folder created on %date_create. Last modification: %date_change',
- 'Folder title' => 'Folder title',
- 'Folders' => 'Folders',
- 'Folders in %fold' => 'Folders in %fold',
- 'French 19.6% VAT is a tax which add a 19.6% tax to the product price.' => 'French 19.6% VAT is a tax which add a 19.6% tax to the product price.',
- 'French 19.6% VAT with ecotax is the applicance of the ecotax (on the product price) then the applicance of the 19.6% tax (on the product price + the ecotax amount).' => 'French 19.6% VAT with ecotax is the applicance of the ecotax (on the product price) then the applicance of the 19.6% tax (on the product price + the ecotax amount).',
- 'From' => 'From',
- 'Front-office templates' => 'Front-office templates',
- 'General' => 'General',
- 'General configuration' => 'General configuration',
- 'General description' => 'General description',
- 'Go to administration home' => 'Go to administration home',
- 'H:i:s' => 'H:i:s',
- 'HTML version of this message' => 'HTML version of this message',
- 'Home' => 'Home',
- 'Host' => 'Host',
- 'Host :' => 'Host :',
- 'ID' => 'ID',
- 'IP Addresses' => 'IP Addresses',
- 'ISO 4217 Code' => 'ISO 4217 Code',
- 'ISO 4217 code' => 'ISO 4217 code',
- 'ISO 639 Code' => 'ISO 639 Code',
- 'ISO Code' => 'ISO Code',
- 'If a translation is missing or incomplete :' => 'If a translation is missing or incomplete :',
- 'If yes, redirections through Redirect::exec() will be displayed as links' => 'If yes, redirections through Redirect::exec() will be displayed as links',
- 'Il seems that this string contains a Smarty variable ($). If \'s the case, it cannot be transleted properly.' => 'Il seems that this string contains a Smarty variable ($). If \'s the case, it cannot be transleted properly.',
- 'Image' => 'Image',
- 'Image information' => 'Image information',
- 'Images' => 'Images',
- 'Impossible to change default country. Please contact your administrator or try later' => 'Impossible to change default country. Please contact your administrator or try later',
- 'Impossible to change default languages. Please contact your administrator or try later' => 'Impossible to change default languages. Please contact your administrator or try later',
- 'In order to manges your shop taxes you can manage' => 'In order to manges your shop taxes you can manage',
- 'In page' => 'In page',
- 'In pages:' => 'In pages:',
- 'Install a new module' => 'Install a new module',
- 'Invoice and Delivery' => 'Invoice and Delivery',
- 'Invoice date' => 'Invoice date',
- 'Invoice informations' => 'Invoice information',
- 'Invoice reference' => 'Invoice reference',
- 'Is available on special offers' => 'Is available on special offers',
- 'Is cumulative' => 'Is cumulative',
- 'Is disabled' => 'Is disabled',
- 'Is enabled' => 'Is enabled',
- 'Is removing postage' => 'Is removing postage',
- 'Is unlimited' => 'Is unlimited',
- 'Keep the most important part of your description in the first 150-160 characters.' => 'Keep the most important part of your description in the first 150-160 characters.',
- 'Kg' => 'Kg',
- 'Label' => 'Label',
- 'Language name' => 'Language name',
- 'Language title' => 'Language title',
- 'Languages' => 'Languages',
- 'Languages & URLs' => 'Languages & URLs',
- 'Languages management' => 'Languages management',
- 'Last Name' => 'Last Name',
- 'Last name' => 'Last name',
- 'Last order amount' => 'Last order amount',
- 'LastName' => 'LastName',
- 'Lastname' => 'Lastname',
- 'Latest version available' => 'Latest version available',
- 'Leave empty to keep current password' => 'Leave empty to keep current password',
- 'Lire la suite' => 'Lire la suite',
- 'Loading Thelia lastest news...' => 'Loading Thelia lastest news...',
- 'Locale' => 'Locale',
- 'Log lines format' => 'Log lines format',
- 'Log lines header format. You may use the following variables: ' => 'Log lines header format. You may use the following variables: ',
- 'Login' => 'Login',
- 'Logout' => 'Logout',
- 'Long description :' => 'Long description :',
- 'Mailing system' => 'Mailing system',
- 'Mailing template name' => 'Mailing template name',
- 'Mailing template purpose' => 'Mailing template purpose',
- 'Mailing templates' => 'Mailing templates',
- 'Make sure it uses keywords found within the page itself.' => 'Make sure it uses keywords found within the page itself.',
- 'Make sure that your title is clear, and contains many of the keywords within the page itself.' => 'Make sure that your title is clear, and contains many of the keywords within the page itself.',
- 'Manage module rights' => 'Manage module rights',
- 'Manage resource rights' => 'Manage resource rights',
- 'Manage taxes' => 'Manage taxes',
- 'Manage the tax rule taxes appliance order' => 'Manage the tax rule taxes appliance order',
- 'Max usage :' => 'Max usage :',
- 'May be cumulative' => 'May be cumulative',
- 'Message created on %date_create. Last modification: %date_change' => 'Message created on %date_create. Last modification: %date_change',
- 'Message level' => 'Message level',
- 'Messages which have a level greater or equal to the selected level will be added to the log destinations. ' => 'Messages which have a level greater or equal to the selected level will be added to the log destinations. ',
- 'Module' => 'Module',
- 'Module access rights' => 'Module access rights',
- 'Module created on %date_create. Last modification: %date_change' => 'Module created on %date_create. Last modification: %date_change',
- 'Modules' => 'Modules',
- 'More information about ISO 4217' => 'More information about ISO 4217',
- 'NONE' => 'NONE',
- 'Name' => 'Name',
- 'New' => 'New',
- 'New customers' => 'New customers',
- 'News' => 'News',
- 'No' => 'No',
- 'No Folders found' => 'No Folders found',
- 'No area defined with this id' => 'No area defined with this id',
- 'No available content in this folder' => 'No available content in this folder',
- 'No available product in this category' => 'No available product in this category',
- 'No available value for this attribute' => 'No available value for this attribute',
- 'No categories found' => 'No categories found',
- 'No country has been created yet. Click the + button to create one.' => 'No country has been created yet. Click the + button to create one.',
- 'No currency has been created yet. Click the + button to create one.' => 'No currency has been created yet. Click the + button to create one.',
- 'No folders found' => 'No folders found',
- 'No mailing template has been created yet. Click the + button to create one.' => 'No mailing template has been created yet. Click the + button to create one.',
- 'No product attribute has been created yet. Click the + button to create one.' => 'No product attribute has been created yet. Click the + button to create one.',
- 'No product feature has been created yet. Click the + button to create one.' => 'No product feature has been created yet. Click the + button to create one.',
- 'No product template has been created yet. Click the + button to create one.' => 'No product template has been created yet. Click the + button to create one.',
- 'No value has been created yet. Click the + button to create one.' => 'No value has been created yet. Click the + button to create one.',
- 'N° ISO' => 'N° ISO',
- 'OK' => 'OK',
- 'Offline products' => 'Offline products',
- 'Online' => 'Online',
- 'Online products' => 'Online products',
- 'Oops! An Error Occurred' => 'Oops! An Error Occurred',
- 'Order #' => 'Order #',
- 'Order %ref' => 'Order %ref',
- 'Order n°' => 'Order n°',
- 'Order status:' => 'Order status:',
- 'Ordered products' => 'Ordered products',
- 'Orders' => 'Orders',
- 'Originating file line number ' => 'Originating file line number ',
- 'Originating file name' => 'Originating file name',
- 'Originating function name ' => 'Originating function name ',
- 'Other addresses' => 'Other addresses',
- 'Overall sales' => 'Overall sales',
- 'PDF templates' => 'PDF templates',
- 'PDF | Invoice' => 'PDF | Invoice',
- 'PDF | Purchase order' => 'PDF | Purchase order',
- 'Page not found' => 'Page not found',
- 'Parameters' => 'Parameters',
- 'Password' => 'Password',
- 'Password :' => 'Password :',
- 'Payment information' => 'Payment information',
- 'Payment module' => 'Payment module',
- 'Payment modules' => 'Payment modules',
- 'Period' => 'Period',
- 'Phone' => 'Phone',
- 'Phone number' => 'Phone number',
- 'Please retry' => 'Please retry',
- 'Please save your Coupon in oder to affect it some conditions' => 'Please save your Coupon in oder to affect it some conditions',
- 'Please select a condition category' => 'Please select a condition category',
- 'Please select a coupon type' => 'Please select a coupon type',
- 'Please select another condition' => 'Please select another condition',
- 'Please select items to translate' => 'Please select items to translate',
- 'Please select the B.O. template to translate' => 'Please select the B.O. template to translate',
- 'Please select the E-mail template to translate' => 'Please select the E-mail template to translate',
- 'Please select the F.O. template to translate' => 'Please select the F.O. template to translate',
- 'Please select the PDF template to translate' => 'Please select the PDF template to translate',
- 'Please select the module to translate' => 'Please select the module to translate',
- 'Please wait, loading' => 'Please wait, loading',
- 'Port' => 'Port',
- 'Port :' => 'Port :',
- 'Position' => 'Position',
- 'Post Scriptum' => 'Post Scriptum',
- 'Postage' => 'Postage',
- 'Postscriptum' => 'Postscriptum',
- 'Preview' => 'Preview',
- 'Preview category page' => 'Preview category page',
- 'Preview folder page' => 'Preview folder page',
- 'Preview product page' => 'Preview product page',
- 'Previous month sales' => 'Previous month sales',
- 'Previous year sales' => 'Previous year sales',
- 'Price' => 'Price',
- 'Price excl. taxes' => 'Price excl. taxes',
- 'Price incl. taxes' => 'Price incl. taxes',
- 'Price
w/ taxes (%currency)' => 'Price
w/ taxes (%currency)',
- 'Price
w/o taxes (%currency)' => 'Price
w/o taxes (%currency)',
- 'Pricing' => 'Pricing',
- 'Product' => 'Product',
- 'Product Attributes' => 'Product Attributes',
- 'Product EAN Code' => 'Product EAN Code',
- 'Product Features' => 'Product Features',
- 'Product accessories' => 'Product accessories',
- 'Product attributes' => 'Product attributes',
- 'Product catalog configuration' => 'Product catalog configuration',
- 'Product created on %date_create. Last modification: %date_change' => 'Product created on %date_create. Last modification: %date_change',
- 'Product features' => 'Product features',
- 'Product price' => 'Product price',
- 'Product price including taxes' => 'Product price including taxes',
- 'Product tax price' => 'Product tax price',
- 'Product templates' => 'Product templates',
- 'Product title' => 'Product title',
- 'Product weight' => 'Product weight',
- 'Products' => 'Products',
- 'Products in %cat' => 'Products in %cat',
- 'Profil' => 'Profile',
- 'Profile' => 'Profile',
- 'Profile code' => 'Profile code',
- 'Profile created on %date_create. Last modification: %date_change' => 'Profile created on %date_create. Last modification: %date_change',
- 'Profiles' => 'Profiles',
- 'Promotion' => 'Promotion',
- 'Published by OpenStudio' => 'Published by OpenStudio',
- 'Purpose' => 'Purpose',
- 'Quantity' => 'Quantity',
- 'Quickly create combinations using the combination builder' => 'Quickly create combinations using the combination builder',
- 'Rate' => 'Rate',
- 'Rate from Euro' => 'Rate from Euro',
- 'Rate in €' => 'Rate in €',
- 'Read the documentation of this module' => 'Read the documentation of this module',
- 'Reference' => 'Reference',
- 'Registration date' => 'Registration date',
- 'Related content' => 'Related content',
- 'Remove an accessory' => 'Remove an accessory',
- 'Remove associated folder' => 'Remove associated folder',
- 'Remove attribute' => 'Remove attribute',
- 'Remove country' => 'Remove country',
- 'Remove feature' => 'Remove feature',
- 'Remove from all product templates' => 'Remove from all product templates',
- 'Remove from category' => 'Remove from category',
- 'Remove related content' => 'Remove related content',
- 'Remove selected values' => 'Remove selected values',
- 'Remove the product from this category' => 'Remove the product from this category',
- 'Remove this attribute from all product templates' => 'Remove this attribute from all product templates',
- 'Remove this feature from all product templates' => 'Remove this feature from all product templates',
- 'Remove zone' => 'Remove zone',
- 'Resource' => 'Resource',
- 'Resource access rights' => 'Resource access rights',
- 'Resources' => 'Resources',
- 'Rewritten URL' => 'Rewritten URL',
- 'Rights' => 'Rights',
- 'SEO' => 'SEO',
- 'Sale' => 'Sale',
- 'Sale price incl. taxes' => 'Sale price incl. taxes',
- 'Sale price
w/ taxes (%currency)' => 'Sale price
w/ taxes (%currency)',
- 'Sale price
w/o taxes (%currency)' => 'Sale price
w/o taxes (%currency)',
- 'Sales' => 'Sales',
- 'Sales excluding shipping' => 'Sales excluding shipping',
- 'Sales statistics' => 'Sales statistics',
- 'Save' => 'Save',
- 'Save and close' => 'Save and close',
- 'Save chages' => 'Save chages',
- 'Save changes' => 'Save changes',
- 'Save this address' => 'Save this address',
- 'Save this condition' => 'Save this condition',
- 'Save your modifications' => 'Save your modifications',
- 'Search' => 'Search',
- 'Select a category and click (+) to add it to the additional category list' => 'Select a category and click (+) to add it to the additional category list',
- 'Select a category to get its products' => 'Select a category to get its products',
- 'Select a category...' => 'Select a category...',
- 'Select a content and click (+) to add it to this category' => 'Select a content and click (+) to add it to this category',
- 'Select a content and click (+) to add it to this product' => 'Select a content and click (+) to add it to this product',
- 'Select a folder and click (+) to add it to the additional folder list' => 'Select a folder and click (+) to add it to the additional folder list',
- 'Select a folder content...' => 'Select a folder content...',
- 'Select a folder to get its content' => 'Select a folder to get its content',
- 'Select a folder...' => 'Select a folder...',
- 'Select a product and click (+) to add it as an accessory' => 'Select a product and click (+) to add it as an accessory',
- 'Select a product...' => 'Select a product...',
- 'Select a tax tule' => 'Select a tax tule',
- 'Select a value click (+) to add it to the combination' => 'Select a value click (+) to add it to the combination',
- 'Select an attribute and click (+) to add it to this template' => 'Select an attribute and click (+) to add it to this template',
- 'Select an attribute and click (+) to view available values' => 'Select an attribute and click (+) to view available values',
- 'Select an attribute value...' => 'Select an attribute value...',
- 'Select an attribute...' => 'Select an attribute...',
- 'Select an feature and click (+) to add it to this template' => 'Select an feature and click (+) to add it to this template',
- 'Select an feature...' => 'Select an feature...',
- 'Select attribute values to combine. You may enter a default value for some of the fields of the generated combinations.' => 'Select attribute values to combine. You may enter a default value for some of the fields of the generated combinations.',
- 'Select here the tax applicable to this product' => 'Select here the tax applicable to this product',
- 'Select the E-mail template you want to translate' => 'Select the E-mail template you want to translate',
- 'Select the PDF template you want to translate' => 'Select the PDF template you want to translate',
- 'Select the back-office template you want to translate' => 'Select the back-office template you want to translate',
- 'Select the front-office template you want to translate' => 'Select the front-office template you want to translate',
- 'Select the module you want to translate' => 'Select the module you want to translate',
- 'Select which items you want to translate' => 'Select which items you want to translate',
- 'Send a mail to this customer' => 'Send a mail to this customer',
- 'Send files' => 'Send files',
- 'Sequential number of log line' => 'Sequential number of log line',
- 'Set as default tax rule' => 'Set as default tax rule',
- 'Shipping configuration' => 'Shipping configuration',
- 'Shipping configuration name' => 'Shipping configuration name',
- 'Shipping zones' => 'Shipping zones',
- 'Shop' => 'Shop',
- 'Shop Informations' => 'Shop Information',
- 'Short conclusion' => 'Short conclusion',
- 'Short description' => 'Short description',
- 'Short description :' => 'Short description :',
- 'Show logs' => 'Show logs',
- 'Some of your translations are not saved. Continue anyway ?' => 'Some of your translations are not saved. Continue anyway ?',
- 'Sorry, attribute ID=%id was not found.' => 'Sorry, attribute ID=%id was not found.',
- 'Sorry, country ID=%id was not found.' => 'Sorry, country ID=%id was not found.',
- 'Sorry, currency ID=%id was not found.' => 'Sorry, currency ID=%id was not found.',
- 'Sorry, customer ID=%id was not found.' => 'Sorry, customer ID=%id was not found.',
- 'Sorry, document ID=%id was not found.' => 'Sorry, document ID=%id was not found.',
- 'Sorry, feature ID=%id was not found.' => 'Sorry, feature ID=%id was not found.',
- 'Sorry, image ID=%id was not found.' => 'Sorry, image ID=%id was not found.',
- 'Sorry, message ID=%id was not found.' => 'Sorry, message ID=%id was not found.',
- 'Sorry, template ID=%id was not found.' => 'Sorry, template ID=%id was not found.',
- 'Sorry, variable ID=%id was not found.' => 'Sorry, variable ID=%id was not found.',
- 'Source IP' => 'Source IP',
- 'Source IP :' => 'Source IP :',
- 'Stats on %month/%year' => 'Stats on %month/%year',
- 'Status' => 'Status',
- 'Stock' => 'Stock',
- 'Store' => 'Store',
- 'Store Business Identification Number (SIRET, etc).' => 'Store Business Identification Number (SIRET, etc).',
- 'Store address' => 'Store address',
- 'Store configuration' => 'Store configuration',
- 'Street address' => 'Street address',
- 'Subject' => 'Subject',
- 'Superadministrator' => 'Superadministrator',
- 'Symbol' => 'Symbol',
- 'System Logs' => 'System Logs',
- 'System Logs configuration' => 'System Logs configuration',
- 'System logs' => 'System logs',
- 'System parameters' => 'System parameters',
- 'System variables' => 'System variables',
- 'Tax' => 'Tax',
- 'Tax created on %date_create. Last modification: %date_change' => 'Tax created on %date_create. Last modification: %date_change',
- 'Tax rule created on %date_create. Last modification: %date_change' => 'Tax rule created on %date_create. Last modification: %date_change',
- 'Tax rule taxes will be update for the following countries :' => 'Tax rule taxes will be update for the following countries :',
- 'Tax rules' => 'Tax rules',
- 'Tax rules are combination of different taxes.' => 'Tax rules are combination of different taxes.',
- 'Taxed total' => 'Taxed total',
- 'Taxes' => 'Taxes',
- 'Taxes define the amount of money which is added to a bought product.' => 'Taxes define the amount of money which is added to a bought product.',
- 'Taxes rules' => 'Taxes rules',
- 'Template name' => 'Template name',
- 'Template title' => 'Template title',
- 'Templates' => 'Templates',
- 'Text version of this message' => 'Text version of this message',
- 'The HTML TITLE element is the most important element on your web page.' => 'The HTML TITLE element is the most important element on your web page.',
- 'The default pricing is used when no combination is defined.' => 'The default pricing is used when no combination is defined.',
- 'The destinations processes logs to display, store or send them. You can select and configure zero, one or more destinations below.' => 'The destinations processes logs to display, store or send them. You can select and configure zero, one or more destinations below.',
- 'The detailed description.' => 'The detailed description.',
- 'The mailing template in HTML format.' => 'The mailing template in HTML format.',
- 'The mailing template in text-only format.' => 'The mailing template in text-only format.',
- 'The page you\'ve requested was not found. Please check the page address, and try again.' => 'The page you\'ve requested was not found. Please check the page address, and try again.',
- 'The rate from Euro (Price in Euro * rate = Price in this currency)' => 'The rate from Euro (Price in Euro * rate = Price in this currency)',
- 'The server returned a "404 Not Found"' => 'The server returned a "404 Not Found"',
- 'The symbol, such as $, £, €...' => 'The symbol, such as $, £, €...',
- 'The syntax used is identical to the PHP date() function' => 'The syntax used is identical to the PHP date() function',
- 'Thelia Back Office' => 'Thelia Back Office',
- 'Thelia Languages' => 'Thelia Languages',
- 'Thelia Mailing System' => 'Thelia Mailing System',
- 'Thelia Mailing Templates' => 'Thelia Mailing Templates',
- 'Thelia Product Attributes' => 'Thelia Product Attributes',
- 'Thelia Product Features' => 'Thelia Product Features',
- 'Thelia Product Templates' => 'Thelia Product Templates',
- 'Thelia Shipping configuration' => 'Thelia Shipping configuration',
- 'Thelia Shipping zones' => 'Thelia Shipping zones',
- 'Thelia System Variables' => 'Thelia System Variables',
- 'Thelia configuration' => 'Thelia configuration',
- 'Thelia contributions' => 'Thelia contributions',
- 'Thelia core' => 'Thelia core',
- 'Thelia informations' => 'Thelia information',
- 'Thelia mailing templates' => 'Thelia mailing templates',
- 'Thelia product attributes' => 'Thelia product attributes',
- 'Thelia product features' => 'Thelia product features',
- 'Thelia product templates' => 'Thelia product templates',
- 'Thelia support forum' => 'Thelia support forum',
- 'Thelia system variables' => 'Thelia system variables',
- 'Thelia, the open source e-commerce solution' => 'Thelia, the open source e-commerce solution',
- 'There is currently no active module here.' => 'There is currently no active module here.',
- 'There is no documents attached to this %type.' => 'There is no documents attached to this %type.',
- 'There is no images attached to this %type.' => 'There is no images attached to this %type.',
- 'They are some administrator which are linked to this administrator. Please edit/remove them before deleting this administrator.' => 'They are some administrator which are linked to this administrator. Please edit/remove them before deleting this administrator.',
- 'They are some administrator which are linked to this profile. Please edit/remove them before deleting this profile.' => 'They are some administrator which are linked to this profile. Please edit/remove them before deleting this profile.',
- 'This category contains no contents' => 'This category contains no contents',
- 'This category doesn\'t contains any products. To add a new product, click the + button above.' => 'This category doesn\'t contains any products. To add a new product, click the + button above.',
- 'This category has no sub-categories.' => 'This category has no sub-categories.',
- 'This category has no sub-categories. To create a new one, click the + button above.' => 'This category has no sub-categories. To create a new one, click the + button above.',
- 'This coupon is disabled, you can enable at the bottom of this form.' => 'This coupon is disabled, you can enable at the bottom of this form.',
- 'This customer has not defined any delivery address' => 'This customer has not defined any delivery address',
- 'This folder doesn\'t contains any contents. To add a new content, click the + button above.' => 'This folder doesn\'t contains any contents. To add a new content, click the + button above.',
- 'This folder has no sub-folders.' => 'This folder has no sub-folders.',
- 'This folder has no sub-folders. To create a new one, click the + button above.' => 'This folder has no sub-folders. To create a new one, click the + button above.',
- 'This is the message purpose, such as \'Order confirmation\'.' => 'This is the message purpose, such as \'Order confirmation\'.',
- 'This is the subject of the e-mail, such as \'Your order is confirmed\'.' => 'This is the subject of the e-mail, such as \'Your order is confirmed\'.',
- 'This mailing template could not be changed.' => 'This mailing template could not be changed.',
- 'This month' => 'This month',
- 'This product contains no accessories' => 'This product contains no accessories',
- 'This product contains no contents' => 'This product contains no contents',
- 'This product doesn\'t belong to any additional category.' => 'This product doesn\'t belong to any additional category.',
- 'This product doesn\'t belong to any additional folder.' => 'This product doesn\'t belong to any additional folder.',
- 'This product template does not contains any features' => 'This product template does not contains any features',
- 'This template contains no attributes' => 'This template contains no attributes',
- 'This template contains no features' => 'This template contains no features',
- 'This the unique name of this message. Do not change this value unless you understand what you do.' => 'This the unique name of this message. Do not change this value unless you understand what you do.',
- 'This variable could not be changed.' => 'This variable could not be changed.',
- 'This year' => 'This year',
- 'Timeout' => 'Timeout',
- 'Timeout :' => 'Timeout :',
- 'Title' => 'Title',
- 'Title :' => 'Title :',
- 'To' => 'To',
- 'To create a new content, select an existing folder, or create a new one.' => 'To create a new content, select an existing folder, or create a new one.',
- 'To create a new product, select an existing category, or create a new one.' => 'To create a new product, select an existing category, or create a new one.',
- 'To remove a value from the combination, select it and click "remove"' => 'To remove a value from the combination, select it and click "remove"',
- 'Today' => 'Today',
- 'Top level' => 'Top level',
- 'Top level Contents' => 'Top level Contents',
- 'Top level Products' => 'Top level Products',
- 'Top level categories' => 'Top level categories',
- 'Top level folders' => 'Top level folders',
- 'Total' => 'Total',
- 'Total including discount' => 'Total including discount',
- 'Total without discount' => 'Total without discount',
- 'Transaction reference' => 'Transaction reference',
- 'Translation' => 'Translation',
- 'Translations' => 'Translation',
- 'Type :' => 'Type :',
- 'Unit taxed price' => 'Unit taxed price',
- 'Unit. price' => 'Unit. price',
- 'Unlimited' => 'Unlimited',
- 'Update' => 'Update',
- 'Update an administrator' => 'Update an administrator',
- 'Update coupon' => 'Update coupon',
- 'Update rates' => 'Update rates',
- 'Update tax rule taxes' => 'Update tax rule taxes',
- 'Update this image' => 'Update this image',
- 'Usage left' => 'Usage left',
- 'Use Ctrl+click to select more than one value. You can also clear selected values.' => 'Use Ctrl+click to select more than one value. You can also clear selected values.',
- 'Use HTML message defined below' => 'Use HTML message defined below',
- 'Use Text message defined below' => 'Use Text message defined below',
- 'Use address by default' => 'Use address by default',
- 'Use default layout' => 'Use default layout',
- 'Use the keyword phrase in your URL.' => 'Use the keyword phrase in your URL.',
- 'Use this address by default' => 'Use this address by default',
- 'Used in your store front' => 'Used in your store front',
- 'Username' => 'Username',
- 'Username :' => 'Username :',
- 'Using a domain or subdomain for each language' => 'Using a domain or subdomain for each language',
- 'Value' => 'Value',
- 'Variable created on %date_create. Last modification: %date_change' => 'Variable created on %date_create. Last modification: %date_change',
- 'Variable name' => 'Variable name',
- 'Variable purpose' => 'Variable purpose',
- 'Variable value' => 'Variable value',
- 'Version %ver' => 'Version %ver',
- 'View' => 'View',
- 'View only missing translations' => 'View only missing translations',
- 'View shop' => 'View shop',
- 'View site' => 'View site',
- 'Visibility' => 'Visibility',
- 'Warning' => 'Warning',
- 'Weight
(Kg)' => 'Weight
(Kg)',
- 'Welcome' => 'Welcome',
- 'Will be available on special offers' => 'Will be available on special offers',
- 'Will remove postage' => 'Will remove postage',
- 'Won\'t be available on special offers' => 'Won\'t be available on special offers',
- 'Won\'t remove postage' => 'Won\'t remove postage',
- 'Yes' => 'Yes',
- 'Yesterday sales' => 'Yesterday sales',
- 'You can attach here some content to this category' => 'You can attach here some content to this category',
- 'You can attach here some content to this product' => 'You can attach here some content to this product',
- 'You can attach this product to more categories in the details tab.' => 'You can attach this product to more categories in the details tab.',
- 'You can change the default category (%title) in the "General" tab.' => 'You can change the default category (%title) in the "General" tab.',
- 'You can change the default folder (%title) in the "General" tab.' => 'You can change the default folder (%title) in the "General" tab.',
- 'You can\'t delete this administrator' => 'You can\'t delete this administrator',
- 'You can\'t delete this profile' => 'You can\'t delete this profile',
- 'You don\'t need to use commas or other punctuations.' => 'You don\'t need to use commas or other punctuations.',
- 'Your current IP address is %ip' => 'Your current IP address is %ip',
- 'Zip code' => 'Zip code',
- 'Zones' => 'Zones',
- 'activate' => 'activate',
- 'activate %title module' => 'activate %title module',
- 'activation' => 'activation',
- 'and' => 'and',
- 'classic modules' => 'classic modules',
- 'code' => 'code',
- 'company' => 'company',
- 'customer ref' => 'customer ref',
- 'd-m-Y' => 'd-m-Y',
- 'date form' => 'date form',
- 'date in yyyy-mm-dd format' => 'date in yyyy-mm-dd format',
- 'days left' => 'days left',
- 'deactivate' => 'deactivate',
- 'deactivation' => 'deactivation',
- 'en_US' => 'en_US',
- 'firstname & lastname' => 'firstname & lastname',
- 'hour in hh:mm:ss format' => 'hour in hh:mm:ss format',
- 'last order' => 'last order',
- 'long description' => 'long description',
- 'max usage' => 'max usage',
- 'order amount' => 'order amount',
- 'orders for this customer' => 'orders for this customer',
- 'short description' => 'short description',
- 'tax rules' => 'tax rules',
- 'taxes' => 'taxes',
- 'time form' => 'time form',
- 'title' => 'title',
- 'tracking reference' => 'tracking reference',
- 'uncheck all' => 'uncheck all',
- 'you can combine taxes in tax rules and chose if they are applied one after the other or at the same time : it allows to apply taxes on an already taxed price or not.' => 'you can combine taxes in tax rules and chose if they are applied one after the other or at the same time : it allows to apply taxes on an already taxed price or not.',
- 'yyyy-mm-dd' => 'yyyy-mm-dd',
-);
+ ' (default)',
+ '© Thelia 2013' => '© Thelia 2013',
+ '(edit)' => '(edit)',
+ 'Check the list of ISO 639-1 codes' => 'Check the list of ISO 639-1 codes',
+ '0 combinations' => '0 combinations',
+ 'Congratulations, all text is now translated !' => 'Congratulations, all text is now translated !',
+ 'Did not found any text to translate. It\'s probably normal. If not, please be sure to use Smarty\'s "intl" function in templates, or the Translator::trans() method in PHP files.' => 'Did not found any text to translate. It\'s probably normal. If not, please be sure to use Smarty\'s "intl" function in templates, or the Translator::trans() method in PHP files.',
+ 'A content could be attached to more than one folder. Select here the additional folders for this content.' => 'A content could be attached to more than one folder. Select here the additional folders for this content.',
+ 'A product could be attached to more than one category. Select here the additional categories for this product.' => 'A product could be attached to more than one category. Select here the additional categories for this product.',
+ 'A short description, used when a summary or an introduction is required' => 'A short description, used when a summary or an introduction is required',
+ 'A short post-description information' => 'A short post-description information',
+ 'Aborted orders' => 'Aborted orders',
+ 'Accessory title' => 'Accessory title',
+ 'Action' => 'Action',
+ 'Actions' => 'Actions',
+ 'Activate this log destination' => 'Activate this log destination',
+ 'Add' => 'Add',
+ 'Add a new Customer' => 'Add a new Customer',
+ 'Add a new address' => 'Add a new address',
+ 'Add a new category' => 'Add a new category',
+ 'Add a new combination' => 'Add a new combination',
+ 'Add a new content' => 'Add a new content',
+ 'Add a new country' => 'Add a new country',
+ 'Add a new currency' => 'Add a new currency',
+ 'Add a new folder' => 'Add a new folder',
+ 'Add a new language' => 'Add a new language',
+ 'Add a new mailing template' => 'Add a new mailing template',
+ 'Add a new product' => 'Add a new product',
+ 'Add a new product attribute' => 'Add a new product attribute',
+ 'Add a new product feature' => 'Add a new product feature',
+ 'Add a new product template' => 'Add a new product template',
+ 'Add a new variable' => 'Add a new variable',
+ 'Add tax to this group' => 'Add tax to this group',
+ 'Add this attribute to all product templates' => 'Add this attribute to all product templates',
+ 'Add this country' => 'Add this country',
+ 'Add this feature to all product templates' => 'Add this feature to all product templates',
+ 'Add to all product templates' => 'Add to all product templates',
+ 'Additional Folders' => 'Additional Folders',
+ 'Additional address' => 'Additional address',
+ 'Additional categories' => 'Additional categories',
+ 'Address' => 'Address',
+ 'Administration logs' => 'Administration logs',
+ 'Administration profiles' => 'Administration profiles',
+ 'Administrators' => 'Administrators',
+ 'All orders' => 'All orders',
+ 'Alpha code 2' => 'Alpha code 2',
+ 'Alpha code 3' => 'Alpha code 3',
+ 'Amount' => 'Amount',
+ 'An error occured' => 'An error occured',
+ 'And' => 'And',
+ 'Application field' => 'Application field',
+ 'Apply' => 'Apply',
+ 'Associations' => 'Associations',
+ 'Attribute' => 'Attribute',
+ 'Attribute Combinations' => 'Attribute Combinations',
+ 'Attribute Name' => 'Attribute Name',
+ 'Attribute information' => 'Attribute information',
+ 'Attribute title' => 'Attribute title',
+ 'Attribute values' => 'Attribute values',
+ 'Attributes' => 'Attributes',
+ 'Attributes & Features' => 'Attributes & Features',
+ 'Auth Mode' => 'Auth Mode',
+ 'Auth Mode :' => 'Auth Mode :',
+ 'Average cart' => 'Average cart',
+ 'Back' => 'Back',
+ 'Back-office home' => 'Back-office home',
+ 'Back-office templates' => 'Back-office templates',
+ 'Back-office users' => 'Back-office users',
+ 'Browse files' => 'Browse files',
+ 'Browse this category' => 'Browse this category',
+ 'Browse this folder' => 'Browse this folder',
+ 'Can\'t be cumulative' => 'Can\'t be cumulative',
+ 'Can\'t load documents, please refresh this page.' => 'Can\'t load documents, please refresh this page.',
+ 'Can\'t load images, please refresh this page.' => 'Can\'t load images, please refresh this page.',
+ 'Can\'t reorder documents, please refresh this page.' => 'Can\'t reorder documents, please refresh this page.',
+ 'Can\'t reorder images, please refresh this page.' => 'Can\'t reorder images, please refresh this page.',
+ 'Cancel' => 'Cancel',
+ 'Cancel changes and revert to original value' => 'Cancel changes and revert to original value',
+ 'Cancel this order' => 'Cancel this order',
+ 'Cart - Prices in %currency' => 'Cart - Prices in %currency',
+ 'Catalog' => 'Catalog',
+ 'Categories' => 'Categories',
+ 'Categories in %cat' => 'Categories in %cat',
+ 'Category created on %date_create. Last modification: %date_change' => 'Category created on %date_create. Last modification: %date_change',
+ 'Category title' => 'Category title',
+ 'Cellular phone' => 'Cellular phone',
+ 'Cellular phone number' => 'Cellular phone number',
+ 'Change this administrator' => 'Change this administrator',
+ 'Change this attribute' => 'Change this attribute',
+ 'Change this country' => 'Change this country',
+ 'Change this currency' => 'Change this currency',
+ 'Change this feature' => 'Change this feature',
+ 'Change this language' => 'Change this language',
+ 'Change this mailing template' => 'Change this mailing template',
+ 'Change this product attribute' => 'Change this product attribute',
+ 'Change this product feature' => 'Change this product feature',
+ 'Change this product template' => 'Change this product template',
+ 'Change this profile' => 'Change this profile',
+ 'Change this shipping zone' => 'Change this shipping zone',
+ 'Change this tax' => 'Change this tax',
+ 'Change this tax rule' => 'Change this tax rule',
+ 'Change this template' => 'Change this template',
+ 'Change this variable' => 'Change this variable',
+ 'Chapo' => 'Chapo',
+ 'Check this box if you want to add this attributes to all product templates' => 'Check this box if you want to add this attributes to all product templates',
+ 'Check this box if you want to add this features to all product templates' => 'Check this box if you want to add this features to all product templates',
+ 'Choose a country' => 'Choose a country',
+ 'City' => 'City',
+ 'Classic modules' => 'Classic modules',
+ 'Click here' => 'Click here',
+ 'Close' => 'Close',
+ 'Close administation session' => 'Close administration session',
+ 'Code' => 'Code',
+ 'Code :' => 'Code :',
+ 'Combination EAN Code' => 'Combination EAN Code',
+ 'Combination builder' => 'Combination builder',
+ 'Combination reference' => 'Combination reference',
+ 'Company' => 'Company',
+ 'Condition\'s category :' => 'Condition\'s category :',
+ 'Conditions' => 'Conditions',
+ 'Configuration' => 'Configuration',
+ 'Configuration mailing system' => 'Configuration mailing system',
+ 'Configure' => 'Configure',
+ 'Configure this module' => 'Configure this module',
+ 'Confirm' => 'Confirm',
+ 'Confirm changes' => 'Confirm changes',
+ 'Confirmation' => 'Confirmation',
+ 'Content title' => 'Content title',
+ 'Contents in %fold' => 'Contents in %fold',
+ 'Copy source text in input field' => 'Copy source text in input field',
+ 'Countries' => 'Countries',
+ 'Countries that have the same tax rule' => 'Countries that have the same tax rule',
+ 'Country' => 'Country',
+ 'Country description' => 'Country description',
+ 'Country short description' => 'Country short description',
+ 'Country title' => 'Country title',
+ 'Coupon' => 'Coupon',
+ 'Coupon code' => 'Coupon code',
+ 'Coupons' => 'Coupons',
+ 'Coupons : ' => 'Coupons : ',
+ 'Create' => 'Create',
+ 'Create a customer address' => 'Create a customer address',
+ 'Create a new administrator' => 'Create a new administrator',
+ 'Create a new attribute' => 'Create a new attribute',
+ 'Create a new attribute value' => 'Create a new attribute value',
+ 'Create a new category' => 'Create a new category',
+ 'Create a new combination' => 'Create a new combination',
+ 'Create a new content' => 'Create a new content',
+ 'Create a new country' => 'Create a new country',
+ 'Create a new coupon' => 'Create a new coupon',
+ 'Create a new currency' => 'Create a new currency',
+ 'Create a new customer' => 'Create a new customer',
+ 'Create a new feature' => 'Create a new feature',
+ 'Create a new feature value' => 'Create a new feature value',
+ 'Create a new folder' => 'Create a new folder',
+ 'Create a new language' => 'Create a new language',
+ 'Create a new mailing template' => 'Create a new mailing template',
+ 'Create a new product' => 'Create a new product',
+ 'Create a new product template' => 'Create a new product template',
+ 'Create a new profile' => 'Create a new profile',
+ 'Create a new tax' => 'Create a new tax',
+ 'Create a new tax rule' => 'Create a new tax rule',
+ 'Create a new variable' => 'Create a new variable',
+ 'Create combinations' => 'Create combinations',
+ 'Create coupon' => 'Create coupon',
+ 'Create this address' => 'Create this address',
+ 'Create this attribute' => 'Create this attribute',
+ 'Create this category' => 'Create this category',
+ 'Create this combination' => 'Create this combination',
+ 'Create this content' => 'Create this content',
+ 'Create this country' => 'Create this country',
+ 'Create this currency' => 'Create this currency',
+ 'Create this customer' => 'Create this customer',
+ 'Create this feature' => 'Create this feature',
+ 'Create this folder' => 'Create this folder',
+ 'Create this language' => 'Create this language',
+ 'Create this mailing template' => 'Create this mailing template',
+ 'Create this product' => 'Create this product',
+ 'Create this product template' => 'Create this product template',
+ 'Create this value' => 'Create this value',
+ 'Create this variable' => 'Create this variable',
+ 'Currencies' => 'Currencies',
+ 'Currency ISO 4217 Code' => 'Currency ISO 4217 Code',
+ 'Currency name' => 'Currency name',
+ 'Currency rate' => 'Currency rate',
+ 'Currency symbol' => 'Currency symbol',
+ 'Current product template' => 'Current product template',
+ 'Current quantity' => 'Current quantity',
+ 'Current version' => 'Current version',
+ 'Customer' => 'Customer',
+ 'Customer informations' => 'Customer information',
+ 'Customers' => 'Customers',
+ 'Customers list' => 'Customers list',
+ 'Cutomer Name' => 'Cutomer Name',
+ 'Dashboard' => 'Dashboard',
+ 'Date & Hour' => 'Date & Hour',
+ 'Date of last order' => 'Date of last order',
+ 'Days before expiration' => 'Days before expiration',
+ 'Deactivate %title module' => 'Deactivate %title module',
+ 'Default' => 'Default',
+ 'Default address' => 'Default address',
+ 'Define here this product\'s accessories' => 'Define here this product\'s accessories',
+ 'Delete' => 'Delete',
+ 'Delete a combination' => 'Delete a combination',
+ 'Delete a module' => 'Delete a module',
+ 'Delete a variable' => 'Delete a variable',
+ 'Delete address' => 'Delete address',
+ 'Delete administrator' => 'Delete administrator',
+ 'Delete also module data' => 'Delete also module data',
+ 'Delete an order' => 'Delete an order',
+ 'Delete attribute' => 'Delete attribute',
+ 'Delete attribute value' => 'Delete attribute value',
+ 'Delete category' => 'Delete category',
+ 'Delete content' => 'Delete content',
+ 'Delete country' => 'Delete country',
+ 'Delete currency' => 'Delete currency',
+ 'Delete customer' => 'Delete customer',
+ 'Delete feature' => 'Delete feature',
+ 'Delete feature value' => 'Delete feature value',
+ 'Delete folder' => 'Delete folder',
+ 'Delete language' => 'Delete language',
+ 'Delete mailing template' => 'Delete mailing template',
+ 'Delete product' => 'Delete product',
+ 'Delete profile' => 'Delete profile',
+ 'Delete tax' => 'Delete tax',
+ 'Delete tax rule' => 'Delete tax rule',
+ 'Delete template' => 'Delete template',
+ 'Delete this accessory' => 'Delete this accessory',
+ 'Delete this administrator' => 'Delete this administrator',
+ 'Delete this attribute' => 'Delete this attribute',
+ 'Delete this category and all its contents' => 'Delete this category and all its contents',
+ 'Delete this combination' => 'Delete this combination',
+ 'Delete this content' => 'Delete this content',
+ 'Delete this country' => 'Delete this country',
+ 'Delete this currency' => 'Delete this currency',
+ 'Delete this customer and all his orders' => 'Delete this customer and all his orders',
+ 'Delete this feature' => 'Delete this feature',
+ 'Delete this folder and all its contents' => 'Delete this folder and all its contents',
+ 'Delete this language' => 'Delete this language',
+ 'Delete this mailing template' => 'Delete this mailing template',
+ 'Delete this module' => 'Delete this module',
+ 'Delete this product' => 'Delete this product',
+ 'Delete this product attribute' => 'Delete this product attribute',
+ 'Delete this product feature' => 'Delete this product feature',
+ 'Delete this product template' => 'Delete this product template',
+ 'Delete this profile' => 'Delete this profile',
+ 'Delete this tax' => 'Delete this tax',
+ 'Delete this tax rule' => 'Delete this tax rule',
+ 'Delete this value' => 'Delete this value',
+ 'Delete this variable' => 'Delete this variable',
+ 'Delete this zone' => 'Delete this zone',
+ 'Delivery address' => 'Delivery address',
+ 'Delivery module' => 'Delivery module',
+ 'Delivery modules' => 'Delivery modules',
+ 'Description' => 'Description',
+ 'Destinations' => 'Destinations',
+ 'Details' => 'Details',
+ 'Disabled coupons' => 'Disabled coupons',
+ 'Discount' => 'Discount',
+ 'Do not use a product template' => 'Do not use a product template',
+ 'Do you really want to add this attribute to all product templates ?' => 'Do you really want to add this attribute to all product templates ?',
+ 'Do you really want to add this feature to all product templates ?' => 'Do you really want to add this feature to all product templates ?',
+ 'Do you really want to cancel this order ?' => 'Do you really want to cancel this order ?',
+ 'Do you really want to delete this address ?' => 'Do you really want to delete this address ?',
+ 'Do you really want to delete this administrator ?' => 'Do you really want to delete this administrator ?',
+ 'Do you really want to delete this attribute ? It will be removed from all product templates.' => 'Do you really want to delete this attribute ? It will be removed from all product templates.',
+ 'Do you really want to delete this attribute value ?' => 'Do you really want to delete this attribute value ?',
+ 'Do you really want to delete this category and all its content ?' => 'Do you really want to delete this category and all its content ?',
+ 'Do you really want to delete this combination ?' => 'Do you really want to delete this combination ?',
+ 'Do you really want to delete this content ?' => 'Do you really want to delete this content ?',
+ 'Do you really want to delete this country ?' => 'Do you really want to delete this country ?',
+ 'Do you really want to delete this currency ?' => 'Do you really want to delete this currency ?',
+ 'Do you really want to delete this customer ?' => 'Do you really want to delete this customer ?',
+ 'Do you really want to delete this element ?' => 'Do you really want to delete this element ?',
+ 'Do you really want to delete this feature ? It will be removed from all product templates.' => 'Do you really want to delete this feature ? It will be removed from all product templates.',
+ 'Do you really want to delete this feature value ?' => 'Do you really want to delete this feature value ?',
+ 'Do you really want to delete this folder and all its content ?' => 'Do you really want to delete this folder and all its content ?',
+ 'Do you really want to delete this language ?' => 'Do you really want to delete this language ?',
+ 'Do you really want to delete this mailing template ?' => 'Do you really want to delete this mailing template ?',
+ 'Do you really want to delete this module ?' => 'Do you really want to delete this module ?',
+ 'Do you really want to delete this product ?' => 'Do you really want to delete this product ?',
+ 'Do you really want to delete this profile ?' => 'Do you really want to delete this profile ?',
+ 'Do you really want to delete this tax ?' => 'Do you really want to delete this tax ?',
+ 'Do you really want to delete this tax rule ?' => 'Do you really want to delete this tax rule ?',
+ 'Do you really want to delete this template ? It will be removed from all products.' => 'Do you really want to delete this template ? It will be removed from all products.',
+ 'Do you really want to delete this variable ?' => 'Do you really want to delete this variable ?',
+ 'Do you really want to enable this element ?' => 'Do you really want to enable this element ?',
+ 'Do you really want to remove the content from this folder ?' => 'Do you really want to remove the content from this folder ?',
+ 'Do you really want to remove the product from this category ?' => 'Do you really want to remove the product from this category ?',
+ 'Do you really want to remove this accessory from the product ?' => 'Do you really want to remove this accessory from the product ?',
+ 'Do you really want to remove this attribute from all product templates ? You\'ll loose all product related data for this attribute.' => 'Do you really want to remove this attribute from all product templates ? You\'ll loose all product related data for this attribute.',
+ 'Do you really want to remove this attribute from the template ?' => 'Do you really want to remove this attribute from the template ?',
+ 'Do you really want to remove this feature from all product templates ? You\'ll loose all product related data for this feature.' => 'Do you really want to remove this feature from all product templates ? You\'ll loose all product related data for this feature.',
+ 'Do you really want to remove this feature from the template ?' => 'Do you really want to remove this feature from the template ?',
+ 'Do you really want to remove this related content ?' => 'Do you really want to remove this related content ?',
+ 'Do you really want to remove this related content from the product ?' => 'Do you really want to remove this related content from the product ?',
+ 'Do you really want to remove this zone ?' => 'Do you really want to remove this zone ?',
+ 'Do you really want to set this coupon available to everyone ?' => 'Do you really want to set this coupon available to everyone ?',
+ 'Do you really want to use this address by default ?' => 'Do you really want to use this address by default ?',
+ 'Document' => 'Document',
+ 'Document informations' => 'Document information',
+ 'Documents' => 'Documents',
+ 'Don\'t repeat keywords over and over in a row. Rather, put in keyword phrases.' => 'Don\'t repeat keywords over and over in a row. Rather, put in keyword phrases.',
+ 'Download invoice as PDF' => 'Download invoice as PDF',
+ 'Download purchase order as PDF' => 'Download purchase order as PDF',
+ 'Drop files to upload' => 'Drop files to upload',
+ 'Drop tax here to create a tax group' => 'Drop tax here to create a tax group',
+ 'Drop tax here to delete from group' => 'Drop tax here to delete from group',
+ 'E-mail templates' => 'E-mail templates',
+ 'EAN Code' => 'EAN Code',
+ 'Ecotax is a tax wich add a defined amount (throug a product feature) to the product price.' => 'Ecotax is a tax wich add a defined amount (throug a product feature) to the product price.',
+ 'Edit' => 'Edit',
+ 'Edit %title' => 'Edit %title',
+ 'Edit a country' => 'Edit a country',
+ 'Edit a currency' => 'Edit a currency',
+ 'Edit a customer' => 'Edit a customer',
+ 'Edit a customer address' => 'Edit a customer address',
+ 'Edit a document' => 'Edit a document',
+ 'Edit a feature' => 'Edit a feature',
+ 'Edit a language' => 'Edit a language',
+ 'Edit a mailing template' => 'Edit a mailing template',
+ 'Edit a module' => 'Edit a module',
+ 'Edit a profile' => 'Edit a profile',
+ 'Edit a shipping configuration' => 'Edit a shipping configuration',
+ 'Edit a shipping zone' => 'Edit a shipping zone',
+ 'Edit a system variable' => 'Edit a system variable',
+ 'Edit a tax' => 'Edit a tax',
+ 'Edit a tax rule' => 'Edit a tax rule',
+ 'Edit a template' => 'Edit a template',
+ 'Edit an attribute' => 'Edit an attribute',
+ 'Edit an image' => 'Edit an image',
+ 'Edit an order' => 'Edit an order',
+ 'Edit attribute "%name"' => 'Edit attribute "%name"',
+ 'Edit category' => 'Edit category',
+ 'Edit category %title' => 'Edit category %title',
+ 'Edit content' => 'Edit content',
+ 'Edit content %title' => 'Edit content %title',
+ 'Edit country "%name"' => 'Edit country "%name"',
+ 'Edit currency "%name"' => 'Edit currency "%name"',
+ 'Edit customer %firstname %lastname' => 'Edit customer %firstname %lastname',
+ 'Edit delivery address' => 'Edit delivery address',
+ 'Edit document "%name"' => 'Edit document "%name"',
+ 'Edit feature "%name"' => 'Edit feature "%name"',
+ 'Edit folder' => 'Edit folder',
+ 'Edit folder %title' => 'Edit folder %title',
+ 'Edit image "%name"' => 'Edit image "%name"',
+ 'Edit information in %lng' => 'Edit information in %lng',
+ 'Edit invoice address' => 'Edit invoice address',
+ 'Edit mailing template "%name"' => 'Edit mailing template "%name"',
+ 'Edit next category' => 'Edit next category',
+ 'Edit next content' => 'Edit next content',
+ 'Edit next folder' => 'Edit next folder',
+ 'Edit next product' => 'Edit next product',
+ 'Edit order address' => 'Edit order address',
+ 'Edit previous category' => 'Edit previous category',
+ 'Edit previous content' => 'Edit previous content',
+ 'Edit previous folder' => 'Edit previous folder',
+ 'Edit previous product' => 'Edit previous product',
+ 'Edit prices in %curr' => 'Edit prices in %curr',
+ 'Edit product' => 'Edit product',
+ 'Edit product %title' => 'Edit product %title',
+ 'Edit tax rule taxes' => 'Edit tax rule taxes',
+ 'Edit template "%name"' => 'Edit template "%name"',
+ 'Edit this address' => 'Edit this address',
+ 'Edit this category' => 'Edit this category',
+ 'Edit this content' => 'Edit this content',
+ 'Edit this customer' => 'Edit this customer',
+ 'Edit this folder' => 'Edit this folder',
+ 'Edit this module' => 'Edit this module',
+ 'Edit this order' => 'Edit this order',
+ 'Edit this product' => 'Edit this product',
+ 'Edit variable %name' => 'Edit variable %name',
+ 'Editing %cat' => 'Editing %cat',
+ 'Editing %fold' => 'Editing %fold',
+ 'Editing %title' => 'Editing %title',
+ 'Editing attribute "%name"' => 'Editing attribute "%name"',
+ 'Editing country "%name"' => 'Editing country "%name"',
+ 'Editing currency "%name"' => 'Editing currency "%name"',
+ 'Editing document "%name"' => 'Editing document "%name"',
+ 'Editing feature "%name"' => 'Editing feature "%name"',
+ 'Editing image "%name"' => 'Editing image "%name"',
+ 'Editing mailing template "%name"' => 'Editing mailing template "%name"',
+ 'Editing module' => 'Editing module',
+ 'Editing profile' => 'Editing profile',
+ 'Editing shipping zone "%name"' => 'Editing shipping zone "%name"',
+ 'Editing tax' => 'Editing tax',
+ 'Editing tax rule' => 'Editing tax rule',
+ 'Editing template "%name"' => 'Editing template "%name"',
+ 'Editing variable "%name"' => 'Editing variable "%name"',
+ 'Email address' => 'Email address',
+ 'Email used when you send an email to your customers (Order confirmations, etc).' => 'Email used when you send an email to your customers (Order confirmations, etc).',
+ 'Enable remote SMTP use : ' => 'Enable remote SMTP use : ',
+ 'Enable/Disable' => 'Enable/Disable',
+ 'Enabled coupons' => 'Enabled coupons',
+ 'Encryption' => 'Encryption',
+ 'Encryption :' => 'Encryption :',
+ 'Enter here all possible attribute values.' => 'Enter here all possible attribute values.',
+ 'Enter here all possible feature values. To get a free text feature in product forms, don\'t add any value.' => 'Enter here all possible feature values. To get a free text feature in product forms, don\'t add any value.',
+ 'Enter here the attribute name in the default language (%language_name)' => 'Enter here the attribute name in the default language (%language_name)',
+ 'Enter here the category name in the default language (%title)' => 'Enter here the category name in the default language (%title)',
+ 'Enter here the content name in the default language (%title)' => 'Enter here the content name in the default language (%title)',
+ 'Enter here the currency name in the default language (%title)' => 'Enter here the currency name in the default language (%title)',
+ 'Enter here the feature name in the default language (%title)' => 'Enter here the feature name in the default language (%title)',
+ 'Enter here the feature value as free text' => 'Enter here the feature value as free text',
+ 'Enter here the folder name in the default language (%title)' => 'Enter here the folder name in the default language (%title)',
+ 'Enter here the mailing template purpose in the default language (%title)' => 'Enter here the mailing template purpose in the default language (%title)',
+ 'Enter here the product name in the default language (%title)' => 'Enter here the product name in the default language (%title)',
+ 'Enter here the product reference' => 'Enter here the product reference',
+ 'Enter here the product weight, in Kilogrammes' => 'Enter here the product weight, in Kilogrammes',
+ 'Enter here the template name in the default language (%title)' => 'Enter here the template name in the default language (%title)',
+ 'Enter here the value in the current edit language (%language_name)' => 'Enter here the value in the current edit language (%language_name)',
+ 'Enter here the value in the current edit language (%title)' => 'Enter here the value in the current edit language (%title)',
+ 'Enter new accessory position' => 'Enter new accessory position',
+ 'Enter new attribute position' => 'Enter new attribute position',
+ 'Enter new category position' => 'Enter new category position',
+ 'Enter new content position' => 'Enter new content position',
+ 'Enter new currency position' => 'Enter new currency position',
+ 'Enter new feature position' => 'Enter new feature position',
+ 'Enter new folder position' => 'Enter new folder position',
+ 'Enter new module position' => 'Enter new module position',
+ 'Enter new product position' => 'Enter new product position',
+ 'Enter new value position' => 'Enter new value position',
+ 'Enter one or more IP V4 addresses separated by ";". Leave empty to display logs for all IP addresses' => 'Enter one or more IP V4 addresses separated by ";". Leave empty to display logs for all IP addresses',
+ 'Enter one or more file names without path separated by ";". Use "!" before a file name to exclude it. Use "*" to activate logs for all files.' => 'Enter one or more file names without path separated by ";". Use "!" before a file name to exclude it. Use "*" to activate logs for all files.',
+ 'Error' => 'Error',
+ 'Example :' => 'Example :',
+ 'Existing combinations will be deleted. Do you want to continue ?' => 'Existing combinations will be deleted. Do you want to continue ?',
+ 'Expiration date' => 'Expiration date',
+ 'Expiration date :' => 'Expiration date :',
+ 'Failed to get converted prices. Please try again.' => 'Failed to get converted prices. Please try again.',
+ 'Failed to get prices. Please try again.' => 'Failed to get prices. Please try again.',
+ 'Fax number' => 'Fax number',
+ 'Feature Name' => 'Feature Name',
+ 'Feature information' => 'Feature information',
+ 'Feature title' => 'Feature title',
+ 'Feature value' => 'Feature value',
+ 'Feature value for this product' => 'Feature value for this product',
+ 'Feature values' => 'Feature values',
+ 'Features' => 'Features',
+ 'File' => 'File',
+ 'File names' => 'File names',
+ 'First Name' => 'First Name',
+ 'First name' => 'First name',
+ 'First orders' => 'First orders',
+ 'FirstName' => 'FirstName',
+ 'Firstname' => 'Firstname',
+ 'Folder created on %date_create. Last modification: %date_change' => 'Folder created on %date_create. Last modification: %date_change',
+ 'Folder title' => 'Folder title',
+ 'Folders' => 'Folders',
+ 'Folders in %fold' => 'Folders in %fold',
+ 'French 19.6% VAT is a tax which add a 19.6% tax to the product price.' => 'French 19.6% VAT is a tax which add a 19.6% tax to the product price.',
+ 'French 19.6% VAT with ecotax is the applicance of the ecotax (on the product price) then the applicance of the 19.6% tax (on the product price + the ecotax amount).' => 'French 19.6% VAT with ecotax is the applicance of the ecotax (on the product price) then the applicance of the 19.6% tax (on the product price + the ecotax amount).',
+ 'From' => 'From',
+ 'Front-office templates' => 'Front-office templates',
+ 'General' => 'General',
+ 'General configuration' => 'General configuration',
+ 'General description' => 'General description',
+ 'Go to administration home' => 'Go to administration home',
+ 'H:i:s' => 'H:i:s',
+ 'HTML version of this message' => 'HTML version of this message',
+ 'Home' => 'Home',
+ 'Host' => 'Host',
+ 'Host :' => 'Host :',
+ 'ID' => 'ID',
+ 'IP Addresses' => 'IP Addresses',
+ 'ISO 4217 Code' => 'ISO 4217 Code',
+ 'ISO 4217 code' => 'ISO 4217 code',
+ 'ISO 639 Code' => 'ISO 639 Code',
+ 'ISO Code' => 'ISO Code',
+ 'If a translation is missing or incomplete :' => 'If a translation is missing or incomplete :',
+ 'If yes, redirections through Redirect::exec() will be displayed as links' => 'If yes, redirections through Redirect::exec() will be displayed as links',
+ 'Il seems that this string contains a Smarty variable ($). If \'s the case, it cannot be transleted properly.' => 'Il seems that this string contains a Smarty variable ($). If \'s the case, it cannot be transleted properly.',
+ 'Image' => 'Image',
+ 'Image information' => 'Image information',
+ 'Images' => 'Images',
+ 'Impossible to change default country. Please contact your administrator or try later' => 'Impossible to change default country. Please contact your administrator or try later',
+ 'Impossible to change default languages. Please contact your administrator or try later' => 'Impossible to change default languages. Please contact your administrator or try later',
+ 'In order to manges your shop taxes you can manage' => 'In order to manges your shop taxes you can manage',
+ 'In page' => 'In page',
+ 'In pages:' => 'In pages:',
+ 'Install a new module' => 'Install a new module',
+ 'Invoice and Delivery' => 'Invoice and Delivery',
+ 'Invoice date' => 'Invoice date',
+ 'Invoice informations' => 'Invoice information',
+ 'Invoice reference' => 'Invoice reference',
+ 'Is available on special offers' => 'Is available on special offers',
+ 'Is cumulative' => 'Is cumulative',
+ 'Is disabled' => 'Is disabled',
+ 'Is enabled' => 'Is enabled',
+ 'Is removing postage' => 'Is removing postage',
+ 'Is unlimited' => 'Is unlimited',
+ 'Keep the most important part of your description in the first 150-160 characters.' => 'Keep the most important part of your description in the first 150-160 characters.',
+ 'Kg' => 'Kg',
+ 'Label' => 'Label',
+ 'Language name' => 'Language name',
+ 'Language title' => 'Language title',
+ 'Languages' => 'Languages',
+ 'Languages & URLs' => 'Languages & URLs',
+ 'Languages management' => 'Languages management',
+ 'Last Name' => 'Last Name',
+ 'Last name' => 'Last name',
+ 'Last order amount' => 'Last order amount',
+ 'LastName' => 'LastName',
+ 'Lastname' => 'Lastname',
+ 'Latest version available' => 'Latest version available',
+ 'Leave empty to keep current password' => 'Leave empty to keep current password',
+ 'Lire la suite' => 'Lire la suite',
+ 'Loading Thelia lastest news...' => 'Loading Thelia lastest news...',
+ 'Locale' => 'Locale',
+ 'Log lines format' => 'Log lines format',
+ 'Log lines header format. You may use the following variables: ' => 'Log lines header format. You may use the following variables: ',
+ 'Login' => 'Login',
+ 'Logout' => 'Logout',
+ 'Long description :' => 'Long description :',
+ 'Mailing system' => 'Mailing system',
+ 'Mailing template name' => 'Mailing template name',
+ 'Mailing template purpose' => 'Mailing template purpose',
+ 'Mailing templates' => 'Mailing templates',
+ 'Make sure it uses keywords found within the page itself.' => 'Make sure it uses keywords found within the page itself.',
+ 'Make sure that your title is clear, and contains many of the keywords within the page itself.' => 'Make sure that your title is clear, and contains many of the keywords within the page itself.',
+ 'Manage module rights' => 'Manage module rights',
+ 'Manage resource rights' => 'Manage resource rights',
+ 'Manage taxes' => 'Manage taxes',
+ 'Manage the tax rule taxes appliance order' => 'Manage the tax rule taxes appliance order',
+ 'Max usage :' => 'Max usage :',
+ 'May be cumulative' => 'May be cumulative',
+ 'Message created on %date_create. Last modification: %date_change' => 'Message created on %date_create. Last modification: %date_change',
+ 'Message level' => 'Message level',
+ 'Messages which have a level greater or equal to the selected level will be added to the log destinations. ' => 'Messages which have a level greater or equal to the selected level will be added to the log destinations. ',
+ 'Module' => 'Module',
+ 'Module access rights' => 'Module access rights',
+ 'Module created on %date_create. Last modification: %date_change' => 'Module created on %date_create. Last modification: %date_change',
+ 'Modules' => 'Modules',
+ 'More information about ISO 4217' => 'More information about ISO 4217',
+ 'NONE' => 'NONE',
+ 'Name' => 'Name',
+ 'New' => 'New',
+ 'New customers' => 'New customers',
+ 'News' => 'News',
+ 'No' => 'No',
+ 'No Folders found' => 'No Folders found',
+ 'No area defined with this id' => 'No area defined with this id',
+ 'No available content in this folder' => 'No available content in this folder',
+ 'No available product in this category' => 'No available product in this category',
+ 'No available value for this attribute' => 'No available value for this attribute',
+ 'No categories found' => 'No categories found',
+ 'No country has been created yet. Click the + button to create one.' => 'No country has been created yet. Click the + button to create one.',
+ 'No currency has been created yet. Click the + button to create one.' => 'No currency has been created yet. Click the + button to create one.',
+ 'No folders found' => 'No folders found',
+ 'No mailing template has been created yet. Click the + button to create one.' => 'No mailing template has been created yet. Click the + button to create one.',
+ 'No product attribute has been created yet. Click the + button to create one.' => 'No product attribute has been created yet. Click the + button to create one.',
+ 'No product feature has been created yet. Click the + button to create one.' => 'No product feature has been created yet. Click the + button to create one.',
+ 'No product template has been created yet. Click the + button to create one.' => 'No product template has been created yet. Click the + button to create one.',
+ 'No value has been created yet. Click the + button to create one.' => 'No value has been created yet. Click the + button to create one.',
+ 'N° ISO' => 'N° ISO',
+ 'OK' => 'OK',
+ 'Offline products' => 'Offline products',
+ 'Online' => 'Online',
+ 'Online products' => 'Online products',
+ 'Oops! An Error Occurred' => 'Oops! An Error Occurred',
+ 'Order n°' => 'Order n°',
+ 'Order status:' => 'Order status:',
+ 'Ordered products' => 'Ordered products',
+ 'Orders' => 'Orders',
+ 'Originating file line number ' => 'Originating file line number ',
+ 'Originating file name' => 'Originating file name',
+ 'Originating function name ' => 'Originating function name ',
+ 'Other addresses' => 'Other addresses',
+ 'Overall sales' => 'Overall sales',
+ 'PDF templates' => 'PDF templates',
+ 'PDF | Invoice' => 'PDF | Invoice',
+ 'PDF | Purchase order' => 'PDF | Purchase order',
+ 'Page not found' => 'Page not found',
+ 'Parameters' => 'Parameters',
+ 'Password' => 'Password',
+ 'Password :' => 'Password :',
+ 'Payment information' => 'Payment information',
+ 'Payment module' => 'Payment module',
+ 'Payment modules' => 'Payment modules',
+ 'Period' => 'Period',
+ 'Phone' => 'Phone',
+ 'Phone number' => 'Phone number',
+ 'Please retry' => 'Please retry',
+ 'Please save your Coupon in oder to affect it some conditions' => 'Please save your Coupon in oder to affect it some conditions',
+ 'Please select a condition category' => 'Please select a condition category',
+ 'Please select a coupon type' => 'Please select a coupon type',
+ 'Please select another condition' => 'Please select another condition',
+ 'Please select items to translate' => 'Please select items to translate',
+ 'Please select the B.O. template to translate' => 'Please select the B.O. template to translate',
+ 'Please select the E-mail template to translate' => 'Please select the E-mail template to translate',
+ 'Please select the F.O. template to translate' => 'Please select the F.O. template to translate',
+ 'Please select the PDF template to translate' => 'Please select the PDF template to translate',
+ 'Please select the module to translate' => 'Please select the module to translate',
+ 'Please wait, loading' => 'Please wait, loading',
+ 'Port' => 'Port',
+ 'Port :' => 'Port :',
+ 'Position' => 'Position',
+ 'Post Scriptum' => 'Post Scriptum',
+ 'Postage' => 'Postage',
+ 'Postscriptum' => 'Postscriptum',
+ 'Preview' => 'Preview',
+ 'Preview category page' => 'Preview category page',
+ 'Preview folder page' => 'Preview folder page',
+ 'Preview product page' => 'Preview product page',
+ 'Previous month sales' => 'Previous month sales',
+ 'Previous year sales' => 'Previous year sales',
+ 'Price' => 'Price',
+ 'Price excl. taxes' => 'Price excl. taxes',
+ 'Price incl. taxes' => 'Price incl. taxes',
+ 'Price
w/ taxes (%currency)' => 'Price
w/ taxes (%currency)',
+ 'Price
w/o taxes (%currency)' => 'Price
w/o taxes (%currency)',
+ 'Pricing' => 'Pricing',
+ 'Product' => 'Product',
+ 'Product Attributes' => 'Product Attributes',
+ 'Product EAN Code' => 'Product EAN Code',
+ 'Product Features' => 'Product Features',
+ 'Product accessories' => 'Product accessories',
+ 'Product attributes' => 'Product attributes',
+ 'Product catalog configuration' => 'Product catalog configuration',
+ 'Product created on %date_create. Last modification: %date_change' => 'Product created on %date_create. Last modification: %date_change',
+ 'Product features' => 'Product features',
+ 'Product price' => 'Product price',
+ 'Product price including taxes' => 'Product price including taxes',
+ 'Product tax price' => 'Product tax price',
+ 'Product templates' => 'Product templates',
+ 'Product title' => 'Product title',
+ 'Product weight' => 'Product weight',
+ 'Products' => 'Products',
+ 'Products in %cat' => 'Products in %cat',
+ 'Profil' => 'Profile',
+ 'Profile' => 'Profile',
+ 'Profile code' => 'Profile code',
+ 'Profile created on %date_create. Last modification: %date_change' => 'Profile created on %date_create. Last modification: %date_change',
+ 'Profiles' => 'Profiles',
+ 'Promotion' => 'Promotion',
+ 'Published by OpenStudio' => 'Published by OpenStudio',
+ 'Purpose' => 'Purpose',
+ 'Quantity' => 'Quantity',
+ 'Quickly create combinations using the combination builder' => 'Quickly create combinations using the combination builder',
+ 'Rate' => 'Rate',
+ 'Rate from Euro' => 'Rate from Euro',
+ 'Rate in €' => 'Rate in €',
+ 'Read the documentation of this module' => 'Read the documentation of this module',
+ 'Reference' => 'Reference',
+ 'Registration date' => 'Registration date',
+ 'Related content' => 'Related content',
+ 'Remove an accessory' => 'Remove an accessory',
+ 'Remove associated folder' => 'Remove associated folder',
+ 'Remove attribute' => 'Remove attribute',
+ 'Remove country' => 'Remove country',
+ 'Remove feature' => 'Remove feature',
+ 'Remove from all product templates' => 'Remove from all product templates',
+ 'Remove from category' => 'Remove from category',
+ 'Remove related content' => 'Remove related content',
+ 'Remove selected values' => 'Remove selected values',
+ 'Remove the product from this category' => 'Remove the product from this category',
+ 'Remove this attribute from all product templates' => 'Remove this attribute from all product templates',
+ 'Remove this feature from all product templates' => 'Remove this feature from all product templates',
+ 'Remove zone' => 'Remove zone',
+ 'Resource' => 'Resource',
+ 'Resource access rights' => 'Resource access rights',
+ 'Resources' => 'Resources',
+ 'Rewritten URL' => 'Rewritten URL',
+ 'Rights' => 'Rights',
+ 'SEO' => 'SEO',
+ 'Sale' => 'Sale',
+ 'Sale price incl. taxes' => 'Sale price incl. taxes',
+ 'Sale price
w/ taxes (%currency)' => 'Sale price
w/ taxes (%currency)',
+ 'Sale price
w/o taxes (%currency)' => 'Sale price
w/o taxes (%currency)',
+ 'Sales' => 'Sales',
+ 'Sales excluding shipping' => 'Sales excluding shipping',
+ 'Sales statistics' => 'Sales statistics',
+ 'Save' => 'Save',
+ 'Save and close' => 'Save and close',
+ 'Save chages' => 'Save chages',
+ 'Save changes' => 'Save changes',
+ 'Save this address' => 'Save this address',
+ 'Save this condition' => 'Save this condition',
+ 'Save your modifications' => 'Save your modifications',
+ 'Search' => 'Search',
+ 'Select a category and click (+) to add it to the additional category list' => 'Select a category and click (+) to add it to the additional category list',
+ 'Select a category to get its products' => 'Select a category to get its products',
+ 'Select a category...' => 'Select a category...',
+ 'Select a content and click (+) to add it to this category' => 'Select a content and click (+) to add it to this category',
+ 'Select a content and click (+) to add it to this product' => 'Select a content and click (+) to add it to this product',
+ 'Select a folder and click (+) to add it to the additional folder list' => 'Select a folder and click (+) to add it to the additional folder list',
+ 'Select a folder content...' => 'Select a folder content...',
+ 'Select a folder to get its content' => 'Select a folder to get its content',
+ 'Select a folder...' => 'Select a folder...',
+ 'Select a product and click (+) to add it as an accessory' => 'Select a product and click (+) to add it as an accessory',
+ 'Select a product...' => 'Select a product...',
+ 'Select a tax tule' => 'Select a tax tule',
+ 'Select a value click (+) to add it to the combination' => 'Select a value click (+) to add it to the combination',
+ 'Select an attribute and click (+) to add it to this template' => 'Select an attribute and click (+) to add it to this template',
+ 'Select an attribute and click (+) to view available values' => 'Select an attribute and click (+) to view available values',
+ 'Select an attribute value...' => 'Select an attribute value...',
+ 'Select an attribute...' => 'Select an attribute...',
+ 'Select attribute values to combine. You may enter a default value for some of the fields of the generated combinations.' => 'Select attribute values to combine. You may enter a default value for some of the fields of the generated combinations.',
+ 'Select here the tax applicable to this product' => 'Select here the tax applicable to this product',
+ 'Send a mail to this customer' => 'Send a mail to this customer',
+ 'Send files' => 'Send files',
+ 'Sequential number of log line' => 'Sequential number of log line',
+ 'Set as default tax rule' => 'Set as default tax rule',
+ 'Shipping configuration' => 'Shipping configuration',
+ 'Shipping zones' => 'Shipping zones',
+ 'Shop' => 'Shop',
+ 'Shop Informations' => 'Shop Information',
+ 'Short conclusion' => 'Short conclusion',
+ 'Short description' => 'Short description',
+ 'Short description :' => 'Short description :',
+ 'Show logs' => 'Show logs',
+ 'Some of your translations are not saved. Continue anyway ?' => 'Some of your translations are not saved. Continue anyway ?',
+ 'Sorry, attribute ID=%id was not found.' => 'Sorry, attribute ID=%id was not found.',
+ 'Sorry, country ID=%id was not found.' => 'Sorry, country ID=%id was not found.',
+ 'Sorry, currency ID=%id was not found.' => 'Sorry, currency ID=%id was not found.',
+ 'Sorry, customer ID=%id was not found.' => 'Sorry, customer ID=%id was not found.',
+ 'Sorry, document ID=%id was not found.' => 'Sorry, document ID=%id was not found.',
+ 'Sorry, feature ID=%id was not found.' => 'Sorry, feature ID=%id was not found.',
+ 'Sorry, image ID=%id was not found.' => 'Sorry, image ID=%id was not found.',
+ 'Sorry, message ID=%id was not found.' => 'Sorry, message ID=%id was not found.',
+ 'Sorry, template ID=%id was not found.' => 'Sorry, template ID=%id was not found.',
+ 'Sorry, variable ID=%id was not found.' => 'Sorry, variable ID=%id was not found.',
+ 'Source IP' => 'Source IP',
+ 'Source IP :' => 'Source IP :',
+ 'Status' => 'Status',
+ 'Stock' => 'Stock',
+ 'Store' => 'Store',
+ 'Store Business Identification Number (SIRET, etc).' => 'Store Business Identification Number (SIRET, etc).',
+ 'Store address' => 'Store address',
+ 'Store configuration' => 'Store configuration',
+ 'Street address' => 'Street address',
+ 'Subject' => 'Subject',
+ 'Superadministrator' => 'Superadministrator',
+ 'Symbol' => 'Symbol',
+ 'System Logs' => 'System Logs',
+ 'System Logs configuration' => 'System Logs configuration',
+ 'System logs' => 'System logs',
+ 'System parameters' => 'System parameters',
+ 'System variables' => 'System variables',
+ 'Tax' => 'Tax',
+ 'Tax created on %date_create. Last modification: %date_change' => 'Tax created on %date_create. Last modification: %date_change',
+ 'Tax rule created on %date_create. Last modification: %date_change' => 'Tax rule created on %date_create. Last modification: %date_change',
+ 'Tax rule taxes will be update for the following countries :' => 'Tax rule taxes will be update for the following countries :',
+ 'Tax rules' => 'Tax rules',
+ 'Tax rules are combination of different taxes.' => 'Tax rules are combination of different taxes.',
+ 'Taxed total' => 'Taxed total',
+ 'Taxes' => 'Taxes',
+ 'Taxes define the amount of money which is added to a bought product.' => 'Taxes define the amount of money which is added to a bought product.',
+ 'Taxes rules' => 'Taxes rules',
+ 'Template name' => 'Template name',
+ 'Template title' => 'Template title',
+ 'Templates' => 'Templates',
+ 'Text version of this message' => 'Text version of this message',
+ 'The HTML TITLE element is the most important element on your web page.' => 'The HTML TITLE element is the most important element on your web page.',
+ 'The default pricing is used when no combination is defined.' => 'The default pricing is used when no combination is defined.',
+ 'The destinations processes logs to display, store or send them. You can select and configure zero, one or more destinations below.' => 'The destinations processes logs to display, store or send them. You can select and configure zero, one or more destinations below.',
+ 'The detailed description.' => 'The detailed description.',
+ 'The mailing template in HTML format.' => 'The mailing template in HTML format.',
+ 'The mailing template in text-only format.' => 'The mailing template in text-only format.',
+ 'The page you\'ve requested was not found. Please check the page address, and try again.' => 'The page you\'ve requested was not found. Please check the page address, and try again.',
+ 'The rate from Euro (Price in Euro * rate = Price in this currency)' => 'The rate from Euro (Price in Euro * rate = Price in this currency)',
+ 'The server returned a "404 Not Found"' => 'The server returned a "404 Not Found"',
+ 'The symbol, such as $, £, €...' => 'The symbol, such as $, £, €...',
+ 'The syntax used is identical to the PHP date() function' => 'The syntax used is identical to the PHP date() function',
+ 'Thelia Back Office' => 'Thelia Back Office',
+ 'Thelia Languages' => 'Thelia Languages',
+ 'Thelia Mailing System' => 'Thelia Mailing System',
+ 'Thelia Mailing Templates' => 'Thelia Mailing Templates',
+ 'Thelia Product Attributes' => 'Thelia Product Attributes',
+ 'Thelia Product Features' => 'Thelia Product Features',
+ 'Thelia Product Templates' => 'Thelia Product Templates',
+ 'Thelia Shipping configuration' => 'Thelia Shipping configuration',
+ 'Thelia Shipping zones' => 'Thelia Shipping zones',
+ 'Thelia System Variables' => 'Thelia System Variables',
+ 'Thelia configuration' => 'Thelia configuration',
+ 'Thelia contributions' => 'Thelia contributions',
+ 'Thelia core' => 'Thelia core',
+ 'Thelia informations' => 'Thelia information',
+ 'Thelia mailing templates' => 'Thelia mailing templates',
+ 'Thelia product attributes' => 'Thelia product attributes',
+ 'Thelia product features' => 'Thelia product features',
+ 'Thelia product templates' => 'Thelia product templates',
+ 'Thelia support forum' => 'Thelia support forum',
+ 'Thelia system variables' => 'Thelia system variables',
+ 'Thelia, the open source e-commerce solution' => 'Thelia, the open source e-commerce solution',
+ 'There is currently no active module here.' => 'There is currently no active module here.',
+ 'There is no documents attached to this %type.' => 'There is no documents attached to this %type.',
+ 'There is no images attached to this %type.' => 'There is no images attached to this %type.',
+ 'They are some administrator which are linked to this administrator. Please edit/remove them before deleting this administrator.' => 'They are some administrator which are linked to this administrator. Please edit/remove them before deleting this administrator.',
+ 'They are some administrator which are linked to this profile. Please edit/remove them before deleting this profile.' => 'They are some administrator which are linked to this profile. Please edit/remove them before deleting this profile.',
+ 'This category contains no contents' => 'This category contains no contents',
+ 'This category doesn\'t contains any products. To add a new product, click the + button above.' => 'This category doesn\'t contains any products. To add a new product, click the + button above.',
+ 'This category has no sub-categories.' => 'This category has no sub-categories.',
+ 'This category has no sub-categories. To create a new one, click the + button above.' => 'This category has no sub-categories. To create a new one, click the + button above.',
+ 'This coupon is disabled, you can enable at the bottom of this form.' => 'This coupon is disabled, you can enable at the bottom of this form.',
+ 'This customer has not defined any delivery address' => 'This customer has not defined any delivery address',
+ 'This folder doesn\'t contains any contents. To add a new content, click the + button above.' => 'This folder doesn\'t contains any contents. To add a new content, click the + button above.',
+ 'This folder has no sub-folders.' => 'This folder has no sub-folders.',
+ 'This folder has no sub-folders. To create a new one, click the + button above.' => 'This folder has no sub-folders. To create a new one, click the + button above.',
+ 'This is the message purpose, such as \'Order confirmation\'.' => 'This is the message purpose, such as \'Order confirmation\'.',
+ 'This is the subject of the e-mail, such as \'Your order is confirmed\'.' => 'This is the subject of the e-mail, such as \'Your order is confirmed\'.',
+ 'This mailing template could not be changed.' => 'This mailing template could not be changed.',
+ 'This month' => 'This month',
+ 'This product contains no accessories' => 'This product contains no accessories',
+ 'This product contains no contents' => 'This product contains no contents',
+ 'This product doesn\'t belong to any additional category.' => 'This product doesn\'t belong to any additional category.',
+ 'This product doesn\'t belong to any additional folder.' => 'This product doesn\'t belong to any additional folder.',
+ 'This product template does not contains any features' => 'This product template does not contains any features',
+ 'This template contains no attributes' => 'This template contains no attributes',
+ 'This template contains no features' => 'This template contains no features',
+ 'This the unique name of this message. Do not change this value unless you understand what you do.' => 'This the unique name of this message. Do not change this value unless you understand what you do.',
+ 'This variable could not be changed.' => 'This variable could not be changed.',
+ 'This year' => 'This year',
+ 'Timeout' => 'Timeout',
+ 'Timeout :' => 'Timeout :',
+ 'Title' => 'Title',
+ 'Title :' => 'Title :',
+ 'To' => 'To',
+ 'To create a new content, select an existing folder, or create a new one.' => 'To create a new content, select an existing folder, or create a new one.',
+ 'To create a new product, select an existing category, or create a new one.' => 'To create a new product, select an existing category, or create a new one.',
+ 'To remove a value from the combination, select it and click "remove"' => 'To remove a value from the combination, select it and click "remove"',
+ 'Today' => 'Today',
+ 'Top level' => 'Top level',
+ 'Top level Contents' => 'Top level Contents',
+ 'Top level Products' => 'Top level Products',
+ 'Top level categories' => 'Top level categories',
+ 'Top level folders' => 'Top level folders',
+ 'Total' => 'Total',
+ 'Total including discount' => 'Total including discount',
+ 'Total without discount' => 'Total without discount',
+ 'Transaction reference' => 'Transaction reference',
+ 'Translation' => 'Translation',
+ 'Translations' => 'Translation',
+ 'Type :' => 'Type :',
+ 'Unit taxed price' => 'Unit taxed price',
+ 'Unit. price' => 'Unit. price',
+ 'Unlimited' => 'Unlimited',
+ 'Update' => 'Update',
+ 'Update an administrator' => 'Update an administrator',
+ 'Update coupon' => 'Update coupon',
+ 'Update rates' => 'Update rates',
+ 'Update tax rule taxes' => 'Update tax rule taxes',
+ 'Update this image' => 'Update this image',
+ 'Usage left' => 'Usage left',
+ 'Use Ctrl+click to select more than one value. You can also clear selected values.' => 'Use Ctrl+click to select more than one value. You can also clear selected values.',
+ 'Use HTML message defined below' => 'Use HTML message defined below',
+ 'Use Text message defined below' => 'Use Text message defined below',
+ 'Use address by default' => 'Use address by default',
+ 'Use default layout' => 'Use default layout',
+ 'Use the keyword phrase in your URL.' => 'Use the keyword phrase in your URL.',
+ 'Use this address by default' => 'Use this address by default',
+ 'Used in your store front' => 'Used in your store front',
+ 'Username' => 'Username',
+ 'Username :' => 'Username :',
+ 'Using a domain or subdomain for each language' => 'Using a domain or subdomain for each language',
+ 'Value' => 'Value',
+ 'Variable created on %date_create. Last modification: %date_change' => 'Variable created on %date_create. Last modification: %date_change',
+ 'Variable name' => 'Variable name',
+ 'Variable purpose' => 'Variable purpose',
+ 'Variable value' => 'Variable value',
+ 'Version %ver' => 'Version %ver',
+ 'View' => 'View',
+ 'View shop' => 'View shop',
+ 'View site' => 'View site',
+ 'Visibility' => 'Visibility',
+ 'Warning' => 'Warning',
+ 'Weight
(Kg)' => 'Weight
(Kg)',
+ 'Welcome' => 'Welcome',
+ 'Will be available on special offers' => 'Will be available on special offers',
+ 'Will remove postage' => 'Will remove postage',
+ 'Won\'t be available on special offers' => 'Won\'t be available on special offers',
+ 'Won\'t remove postage' => 'Won\'t remove postage',
+ 'Yes' => 'Yes',
+ 'Yesterday sales' => 'Yesterday sales',
+ 'You can attach here some content to this category' => 'You can attach here some content to this category',
+ 'You can attach here some content to this product' => 'You can attach here some content to this product',
+ 'You can attach this product to more categories in the details tab.' => 'You can attach this product to more categories in the details tab.',
+ 'You can change the default category (%title) in the "General" tab.' => 'You can change the default category (%title) in the "General" tab.',
+ 'You can change the default folder (%title) in the "General" tab.' => 'You can change the default folder (%title) in the "General" tab.',
+ 'You can\'t delete this administrator' => 'You can\'t delete this administrator',
+ 'You can\'t delete this profile' => 'You can\'t delete this profile',
+ 'You don\'t need to use commas or other punctuations.' => 'You don\'t need to use commas or other punctuations.',
+ 'Your current IP address is %ip' => 'Your current IP address is %ip',
+ 'Zip code' => 'Zip code',
+ 'activate' => 'activate',
+ 'activate %title module' => 'activate %title module',
+ 'activation' => 'activation',
+ 'and' => 'and',
+ 'classic modules' => 'classic modules',
+ 'code' => 'code',
+ 'company' => 'company',
+ 'customer ref' => 'customer ref',
+ 'd-m-Y' => 'd-m-Y',
+ 'date form' => 'date form',
+ 'date in yyyy-mm-dd format' => 'date in yyyy-mm-dd format',
+ 'days left' => 'days left',
+ 'deactivate' => 'deactivate',
+ 'deactivation' => 'deactivation',
+ 'en_US' => 'en_US',
+ 'firstname & lastname' => 'firstname & lastname',
+ 'hour in hh:mm:ss format' => 'hour in hh:mm:ss format',
+ 'last order' => 'last order',
+ 'long description' => 'long description',
+ 'max usage' => 'max usage',
+ 'order amount' => 'order amount',
+ 'orders for this customer' => 'orders for this customer',
+ 'permanent discount' => 'permanent discount (in percent)',
+ 'short description' => 'short description',
+ 'tax rules' => 'tax rules',
+ 'taxes' => 'taxes',
+ 'time form' => 'time form',
+ 'title' => 'title',
+ 'tracking reference' => 'tracking reference',
+ 'uncheck all' => 'uncheck all',
+ 'you can combine taxes in tax rules and chose if they are applied one after the other or at the same time : it allows to apply taxes on an already taxed price or not.' => 'you can combine taxes in tax rules and chose if they are applied one after the other or at the same time : it allows to apply taxes on an already taxed price or not.',
+ 'yyyy-mm-dd' => 'yyyy-mm-dd',
+);
diff --git a/templates/backOffice/default/I18n/fr_FR.php b/templates/backOffice/default/I18n/fr_FR.php
index c3aa4f8a1..1ad7f569e 100755
--- a/templates/backOffice/default/I18n/fr_FR.php
+++ b/templates/backOffice/default/I18n/fr_FR.php
@@ -361,6 +361,7 @@ return array(
'Edit country "%name"' => 'Modifier le pays "%name"',
'Edit currency "%name"' => 'Modifier la devise "%name"',
'Edit customer %firstname %lastname' => 'Modification du client %firstname %lastname ',
+ 'Edit customer %firstname %lastname (Ref : %ref)' => 'Modification du client %firstname %lastname (Ref : %ref) ',
'Edit delivery address' => 'Editer l\'adresse de livraison',
'Edit document "%name"' => 'Modifier le document "%name"',
'Edit feature "%name"' => 'Modifier la caractéristique "%name"',
@@ -413,6 +414,7 @@ return array(
'Editing tax rule' => 'En cours de modification de la règle de taxe',
'Editing template "%name"' => 'Modification du gabarit "%name"',
'Editing variable "%name"' => 'Modification de la variable "%name" ',
+ 'Email' => 'Email',
'Email address' => 'Adresse e-mail',
'Email used when you send an email to your customers (Order confirmations, etc).' => 'Adresse email utilisé pour envoyer les mails à vos clients',
'Enable remote SMTP use : ' => 'Activer l\'utilisation d\'un serveur SMTP distant:',
@@ -986,6 +988,7 @@ return array(
'newsletter subscribers' => 'Inscrits à la newsletter',
'order amount' => 'Montant de la commande',
'orders for this customer' => 'commandes pour ce client',
+ 'permanent discount' => 'Remise permanente (en pourcentage)',
'short description' => 'description court',
'tax rules' => 'règles de taxe',
'taxes' => 'taxes',