Add sample product and default message when you install thelia

This commit is contained in:
touffies
2013-11-06 19:30:52 +01:00
parent 250cc5adde
commit e262c41987
7 changed files with 805 additions and 753 deletions

View File

@@ -200,6 +200,17 @@ return array (
'Password confirmation is not the same as password field.' => '',
'I would like to receive the newsletter or the latest news.' => '',
*/
// Product Empty
'Product Empty Title' => 'Bonjour',
'Product Empty Message' => 'C\'est très simple d\'ajouter un produit dans l\'adminsitration.
<ol>
<li>N\'oubliez pas de sélectionner <strong>NEW</strong> dans l\'onglet Details afin de voir votre produit dans la section des nouveautés.</li>
<li>N\'oubliez pas de sélectionner <strong>SALE</strong> dans l\'onglet Details afin de voir votre produit dans la section des promotions.</li>
</ol>',
'Product Empty Button' => 'Ajouter mon premier produit',
'Demo product title' => 'Example de titre',
'Demo product description' => 'Example de description de produit',
// Placeholder
'Placeholder firstname' => 'Prénom',
'Placeholder lastname' => 'Nom de famille',
'Placeholder email' => 'Adresse e-mail',