// Translated "CGV" in a theme mobile footer (thx Atch)

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17150 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2012-09-03 13:03:33 +00:00
parent ce3e4c4d91
commit 34f6d4d8db
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -237,6 +237,7 @@ $_LANG['errors_5fbddd8d4e0d8c7a868272f2f171df09'] = 'Il y a %d erreur';
$_LANG['errors_9ead913c5b7c87efda39ca9640c46ae4'] = 'Il y a %d erreurs';
$_LANG['errors_f117e0acb7542168cb93c7e084f998c8'] = 'Il y a %d erreur :';
$_LANG['footer_2e9c2af4367e14bd8173c62a59eeba1f'] = 'Consultez le site complet';
$_LANG['footer_e4045598261988d9988c594243a9434d'] = 'Conditions générale de vente';
$_LANG['guest-tracking_109636f722b8fccc95d072b2760a6282'] = 'Transformez votre compte invité en un compte client et profitez :';
$_LANG['guest-tracking_1f1015bbef5f42d858e8486397ad8f3e'] = 'Retours produits simplifiés';
$_LANG['guest-tracking_239109837129190b375ea21c5b0e656a'] = 'Cliquez ici pour vous connecter à votre compte client';
@@ -787,14 +788,12 @@ $_LANG['product_9981d2af851e4b4a4ea612d59f08ab9c'] = 'Autres vues';
$_LANG['product_9dffbf69ffba8bc38bc4e01abf4b1675'] = 'Textes';
$_LANG['product_a134618182b99ff9151d7e0b6b92410a'] = '(ne sera pas compris dans la réduction)';
$_LANG['product_b11ddc7e1671c0bd22dc89dd757508d4'] = 'Images';
$_LANG['product_b55197a49e8c4cd8c314bc2aa39d6feb'] = 'Rupture de stock';
$_LANG['product_bb87e047206ecce912eec2afb5c29d6a'] = 'Sélectionnez une image sur votre ordinateur';
$_LANG['product_bc0f7082192ef02e934a036cf4991789'] = 'Ce produit n\'est plus en stock';
$_LANG['product_c1f25211403ec7459f265788cdbee403'] = 'Veuillez remplir tous les champs, puis enregistrer votre personnalisation';
$_LANG['product_c6beb9157a0e29e604ad5ec484488608'] = 'Agrandir';
$_LANG['product_c9cc8cce247e49bae79f15173ce97354'] = 'Enregistrer';
$_LANG['product_ca2bf12169883f4982d8fe34b7e3c618'] = 'Prix réduit !';
$_LANG['product_cb3c718c905f00adbb6735f55bfb38ef'] = 'Disponible avec différentes options';
$_LANG['product_d3da97e2d9aee5c8fbe03156ad051c99'] = 'Plus';
$_LANG['product_d3f098af54fd27484e1b6168dfe6ae10'] = 'quantité pour ce produit. ';
$_LANG['product_d436eb0fd9de10b54a828ce6435f7e81'] = 'dont';
+1 -1
View File
@@ -40,7 +40,7 @@
</div>
{if $conditions}
<div class="ui-block-b">
<a href="{$link->getCMSLink($id_cgv)}" data-ajax="false">CGV</a>
<a href="{$link->getCMSLink($id_cgv)}" data-ajax="false">{l s='Terms of service'}</a>
</div>
{/if}
</div>