Changeset 4468
- Timestamp:
- 06/12/12 06:39:51 (12 months ago)
- Location:
- trunk/language/en_EN/includes/languages/en_EN/modules
- Files:
-
- 2 modified
-
payment/moneyorder.txt (modified) (1 diff)
-
shipping/item.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/language/en_EN/includes/languages/en_EN/modules/payment/moneyorder.txt
r3167 r4468 1 1 <?php 2 2 /** 3 @licence GPL 2005-201 0The osCSS developers - osCSS Open Source E-commerce3 @licence GPL 2005-2011 The osCSS developers - osCSS Open Source E-commerce 4 4 @portion code Copyright (c) 2002 osCommerce 5 5 @package osCSS-2 <www http://www.oscss.org> 6 @version 2. 0.97 @date 14/06/10, 09:406 @version 2.1.1 7 @date 20/11/11, 00:04 8 8 @author oscim <mail aurelien@oscim.fr> <www http://www.oscim.fr> 9 9 @encode UTF-8 10 10 */ 11 /* Necessaire a l'installion */12 $lang['MODULE_PAYMENT_MONEYORDER_STATUS_TITLE']= 'Check payment';13 $lang['MODULE_PAYMENT_MONEYORDER_STATUS']= 'Would you like to accept check payment?';14 $lang['MODULE_PAYMENT_MONEYORDER_SORT_ORDER_TITLE']= 'Sort order';15 $lang['MODULE_PAYMENT_MONEYORDER_PAYTO_TITLE']= 'Payable to:';16 // $lang['MODULE_PAYMENT_MONEYORDER_PAYTO']= 'Who should payments be made payable to?';17 $lang['MODULE_PAYMENT_MONEYORDER_ORDER_STATUS_ID_TITLE']= 'Order status';18 // $lang['MODULE_PAYMENT_MONEYORDER_ORDER_STATUS_ID']= 'Select your default order status.';19 $lang['MODULE_PAYMENT_MONEYORDER_ZONE_TITLE']= 'Payment zone';20 // $lang['MODULE_PAYMENT_MONEYORDER_ZONE']= 'Only enable this payment method for that zone.';21 11 22 12 23 13 /* FO */ 24 $lang['module payment moneyorder text title']= 'Check payment';25 $lang['module payment moneyorder text description']= 'Make the check payable to: ' . MODULE_PAYMENT_MONEYORDER_PAYTO . '<br /><br />Please send to:<br />' . nl2br(STORE_NAME_ADDRESS) . '<br /><br />' . 'Your order will not ship until we receive payment.';14 $lang['module payment moneyorder text title']="Payment by check" ; 15 $lang['module payment moneyorder text description']="Make the check payable to : " . MODULE_PAYMENT_MONEYORDER_PAYTO . "<br /><br /> Please Send to :<br />" . nl2br(STORE_NAME_ADDRESS) . "<br /><br /> Your order will be finalized upon receipt of payment." ; 26 16 /* Etape succes, rappel des info pour paiement */ 27 $lang['note succes monyeyorder ']= '<h4>You just made a check payment.</h4><p> Please send to:<br /><strong>' . nl2br(STORE_NAME_ADDRESS).'</strong> </p>';28 $lang['link succes monyeyorder']= '<p>specify the following number on the back of the check <strong>BC-%s</strong></p>';17 $lang['note succes monyeyorder %s']="<h4>You just made a purchase by check</h4><p>Please Send to :<br /><strong>%s</strong> </p>" ; 18 $lang['link succes monyeyorder']="<p>specify the back of it the next number <strong>BC-%s</strong></p>" ; 29 19 30 20 /** Les saut de ligne sont volontaire */ 31 $lang['module payment moneyorder text email footer']= 'Make the check payable to: '. MODULE_PAYMENT_MONEYORDER_PAYTO . '32 Send to: ' . STORE_NAME_ADDRESS . ' ' . '33 Your order will not ship until we receive payment.';21 $lang['module payment moneyorder text email footer']="Make the check payable to : ". MODULE_PAYMENT_MONEYORDER_PAYTO . " 22 Send to: " . STORE_NAME_ADDRESS . " 23 Your order will be finalized upon receipt of payment." ; 34 24 ?> -
trunk/language/en_EN/includes/languages/en_EN/modules/shipping/item.txt
r3159 r4468 1 1 <?php 2 2 /** 3 @licence GPL 2005-2010 The osCSS developers - osCSS Open Source E-commerce 3 @licence GPL 2005-2012 The osCSS developers - osCSS Open Source E-commerce 4 @portion code Copyright (c) 2002 osCommerce 4 5 @package osCSS-2 <www http://www.oscss.org> 5 @version 2. 0.96 @date 23/07/10, 16:046 @version 2.1.1 7 @date 111/05/2012, 12:45 7 8 @author oscim <mail aurelien@oscim.fr> <www http://www.oscim.fr> 8 9 @encode UTF-8 9 10 */ 11 $lang['module shipping item text title']="carrier" ; 12 $lang['module shipping item text description']="Classic shipping :" ; 13 $lang['module shipping item text way']="whether :" ; 14 $lang['module shipping item text title in shipping']="carrier :" ; 10 15 11 $lang['module shipping item text title']='shipping company';12 $lang['module shipping item text description']='standard delivery:';13 $lang['module shipping item text way']='that is:';14 16 ?>