1. Summary
  2. Files
  3. Support
  4. Report Spam
  5. Create account
  6. Log in

Changeset 4468

Show
Ignore:
Timestamp:
06/12/12 06:39:51 (12 months ago)
Author:
oscim
Message:

correction

Location:
trunk/language/en_EN/includes/languages/en_EN/modules
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/language/en_EN/includes/languages/en_EN/modules/payment/moneyorder.txt

    r3167 r4468  
    11<?php 
    22/** 
    3   @licence GPL 2005-2010  The osCSS developers - osCSS Open Source E-commerce 
     3  @licence GPL 2005-2011  The osCSS developers - osCSS Open Source E-commerce 
    44  @portion code Copyright (c) 2002 osCommerce 
    55  @package osCSS-2 <www http://www.oscss.org> 
    6   @version 2.0.9 
    7   @date  14/06/10, 09:40 
     6  @version 2.1.1 
     7  @date  20/11/11, 00:04 
    88  @author oscim <mail aurelien@oscim.fr> <www http://www.oscim.fr> 
    99  @encode UTF-8 
    1010*/ 
    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.'; 
    2111 
    2212 
    2313/* 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." ; 
    2616/* 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>" ; 
    2919 
    3020  /** 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." ; 
    3424?> 
  • trunk/language/en_EN/includes/languages/en_EN/modules/shipping/item.txt

    r3159 r4468  
    11<?php 
    22/** 
    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 
    45  @package osCSS-2 <www http://www.oscss.org> 
    5   @version 2.0.9 
    6   @date  23/07/10, 16:04 
     6  @version 2.1.1 
     7  @date  111/05/2012, 12:45 
    78  @author oscim <mail aurelien@oscim.fr> <www http://www.oscim.fr> 
    89  @encode UTF-8 
    910*/ 
     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 :" ; 
    1015 
    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:'; 
    1416?>