[-] BO : #PSTEST38 - #PSTEST39 : translation and small change in attachements.tpl

This commit is contained in:
lLefevre
2012-01-03 09:21:09 +00:00
parent a91633ad59
commit 9eba420c22
2 changed files with 26 additions and 22 deletions
@@ -77,27 +77,26 @@
<table>
<tr>
<td>
<p>{l s='Attachments for this product:'}</p>
<select multiple id="selectAttachment1" name="attachments[]" style="width:300px;height:160px;">
{foreach $attach1 as $attach}
<option value="{$attach.id_attachment}">{$attach.name}</option>
{/foreach}
</select><br /><br />
<a href="#" id="removeAttachment" style="text-align:center;display:block;border:1px solid #aaa;text-decoration:none;background-color:#fafafa;color:#123456;margin:2px;padding:2px">
{l s='Remove'} &gt;&gt;
</a>
</td>
<td style="padding-left:20px;">
<p>{l s='Available attachments:'}</p>
<select multiple id="selectAttachment2" style="width:300px;height:160px;">
{foreach $attach2 as $attach}
<option value="{$attach.id_attachment}">{$attach.name}</option>
{/foreach}
</select><br /><br />
<a href="#" id="addAttachment" style="text-align:center;display:block;border:1px solid #aaa;text-decoration:none;background-color:#fafafa;color:#123456;margin:2px;padding:2px">
&lt;&lt; {l s='Add'}
</a>
</div>
<p>{l s='Available attachments:'}</p>
<select multiple id="selectAttachment2" style="width:300px;height:160px;">
{foreach $attach2 as $attach}
<option value="{$attach.id_attachment}">{$attach.name}</option>
{/foreach}
</select><br /><br />
<a href="#" id="addAttachment" style="text-align:center;display:block;border:1px solid #aaa;text-decoration:none;background-color:#fafafa;color:#123456;margin:2px;padding:2px">
{l s='Add'} &gt;&gt;
</a>
</td>
<td style="padding-left:20px;">
<p>{l s='Attachments for this product:'}</p>
<select multiple id="selectAttachment1" name="attachments[]" style="width:300px;height:160px;">
{foreach $attach1 as $attach}
<option value="{$attach.id_attachment}">{$attach.name}</option>
{/foreach}
</select><br /><br />
<a href="#" id="removeAttachment" style="text-align:center;display:block;border:1px solid #aaa;text-decoration:none;background-color:#fafafa;color:#123456;margin:2px;padding:2px">
&lt;&lt; {l s='Remove'}
</a>
</td>
</tr>
</table>
+6 -1
View File
@@ -568,6 +568,7 @@ $_LANGADM['AdminFeatures9a63ec735f057c1366284bda67eee7de'] = 'Performances';
$_LANGADM['AdminSearchd1457b72c3fb323a2671125aef3eab5d'] = '?';
$_LANGADM['AdminSearchb718adec73e04ce3ec720dd11a06a308'] = 'ID';
$_LANGADM['AdminSearch019ec3132cdf8ee0f2e2a75cf5d3e459'] = 'Sexe';
$_LANGADM['AdminSearchbc910f8bdf70f29374f496f05be0330c'] = 'Prénom';
$_LANGADM['AdminSearch49ee3087348e8d44e1feda1917443987'] = 'Nom';
$_LANGADM['AdminSearch8b5dd64ab8d0b8158906796b53a200e2'] = 'Adresse e-mail';
$_LANGADM['AdminSearch9c37b7b6ff829e977df287900543ea54'] = 'Date de naissance';
@@ -888,6 +889,8 @@ $_LANGADM['AdminGenerator7959e21ff0b83542251ca0b4e9a62eea'] = 'Générer le fich
$_LANGADM['AdminGenerator76bdc7d3324595e5c6430ba466690cba'] = 'fichier robots.txt !';
$_LANGADM['AdminGeneratoraa2646a667ee1cd83235786dccef4a26'] = 'robots.txt';
$_LANGADM['AdminGeneratorc03c063bb390b0042cabd4e08ac92347'] = 'vide dans le dossier :';
$_LANGADM['AdminGroupShopd3b206d196cd6be3a2764c1fb90b200f'] = 'Supprimer la sélection';
$_LANGADM['AdminGroupShope25f0ecd41211b01c83e5fec41df4fe7'] = 'Supprimer les éléments sélectionnés ?';
$_LANGADM['AdminGroupShopb718adec73e04ce3ec720dd11a06a308'] = 'ID';
$_LANGADM['AdminGroupShop0f86285516456595b59620181e9c689c'] = 'Groupe de boutique';
$_LANGADM['AdminGroupShop00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activé';
@@ -2375,6 +2378,7 @@ $_LANGADM['AdminPreferences59aad85b376259844b471a758908a3c1'] = 'Type de process
$_LANGADM['AdminPreferences6c9f73b6b5d16baa641cf8343348eb8d'] = 'Vous pouvez choisir le type de processus de commande, standard (5 étapes, 5 pages) ou \"One Page Checkout\" (5 étapes au sein d\'une même page)';
$_LANGADM['AdminPreferencesa2c3880e68cde73646da32ea19e17ab8'] = 'Autoriser l\'envoi multiple';
$_LANGADM['AdminPreferencesaad3af5c95ba38f8687b6c35ed6e7218'] = 'Permettre aux clients d\'expédier leurs commande à différentes adresses. Cette option va transformer le panier des clients en une ou plusieurs commandes.';
$_LANGADM['AdminPreferences73d99fb160633fb076d5c2e60167471d'] = 'Autoriser l\'expédition lorsque disponibles';
$_LANGADM['AdminPreferences8730643a0c64ae839f141d0fb52bf21d'] = 'Permettre aux clients de fractionner leurs commandes. Une avec les produits \"en stock\", et une autre avec les autres produits. Cette option va transformer le panier des clients dans deux commandes.';
$_LANGADM['AdminPreferencesbcb9adf1d2347258b5c65483e34cf86f'] = 'Type de processus d\'enregistrement.';
$_LANGADM['AdminPreferences47ff1aadf05084936c5c2465c796048d'] = 'L\'option \"Création de compte seulement\" permet au client de s\'enregistrer plus vite et de n\'enregistrer son adresse que plus tard.';
@@ -3241,6 +3245,7 @@ $_LANGADM['AdminSupplyOrders2406c65c7d678cfca3aad1233c50283a'] = 'Vous n\'avez p
$_LANGADM['AdminSupplyOrders3f14027ef0fff3ed5eac06c308c3ca2a'] = 'Stock : créer une commande fournisseur';
$_LANGADM['AdminSupplyOrders3afb7f49862f3318d35b6a988f75513f'] = 'Stock : gérer les commandes fournisseurs';
$_LANGADM['AdminSupplyOrders66f6181bcb4cff4cd38fbc804a036db6'] = 'modèle';
$_LANGADM['AdminSupplyOrders52d941ee8ed2182bbc04d5be716aa336'] = 'Vous devez avoir au moins un entrepôt. Voir Stock / Entrepôts';
$_LANGADM['AdminSupplyOrders6075d1b3ba1c16431163bbe0b4c31918'] = 'Informations de la commande';
$_LANGADM['AdminSupplyOrders3dd42bfc8345e82c43b4a40a3426ec49'] = 'Référence :';
$_LANGADM['AdminSupplyOrdersc4ec6ac61db185f3355b369be416f2ae'] = 'Référence de votre commande.';
@@ -3930,7 +3935,7 @@ $_LANGADM['AdminProducts92b69747c04b60634ec738b2e0d01abc'] = 'Ajouter un nouveau
$_LANGADM['AdminProducts19f823c6453c2b1ffd09cb715214813d'] = 'Champs requis';
$_LANGADM['AdminProducts9d38722749ec2101e437414ac2a743f9'] = 'Documents joints pour ce produit';
$_LANGADM['AdminProducts1063e38cb53d94d386f21227fcd84717'] = 'Supprimer';
$_LANGADM['AdminProducts3b6c024d7eff743d98d894ce0e0d1242'] = 'Documents joints disponibles';
$_LANGADM['AdminProducts3b6c024d7eff743d98d894ce0e0d1242'] = 'Documents disponibles';
$_LANGADM['AdminProductsec211f7c20af43e742bf2570c3cb84f9'] = 'Ajouter';
$_LANGADM['AdminProductsef43555f81249c93872352f5501bfedd'] = 'Mettre à jour les documents joints';
$_LANGADM['AdminProducts1245fb9eadb8049b570d7bdc0936aa55'] = 'Modifier cette déclinaison';