Quick Search:

Mode

Context

Displaying 3 lines of context. None | Less | More | Full

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

477
 
1739
 
1739
 
orders_status.php
_> 11 <?php
  22 /*
<> 3 -  $Id: orders_status.php,v 1.8 2003/07/06 20:33:01 dgw_ Exp $
   3+  $Id: orders_status.php 1739 2007-12-20 00:52:16Z hpdl $
44 
  55   osCommerce, Open Source E-Commerce Solutions
  66   http://www.oscommerce.com
  77 
<> 8 -  Copyright (c) 2003 osCommerce
   8+  Copyright (c) 2007 osCommerce
99 
  1010   Released under the GNU General Public License
  1111 */
  1212 
  1313 define('HEADING_TITLE', 'Estado Pedidos');
  1414 
  1515 define('TABLE_HEADING_ORDERS_STATUS', 'Estado Pedidos');
<>  16+define('TABLE_HEADING_PUBLIC_STATUS', 'Public Status');
   17+define('TABLE_HEADING_DOWNLOADS_STATUS', 'Downloads Status');
1618 define('TABLE_HEADING_ACTION', 'Acci&oacute;n');
  1719 
  1820 define('TEXT_INFO_EDIT_INTRO', 'Haga los cambios necesarios');
     
 !
2325 define('TEXT_INFO_HEADING_EDIT_ORDERS_STATUS', 'Editar Estado Pedido');
  2426 define('TEXT_INFO_HEADING_DELETE_ORDERS_STATUS', 'Eliminar Estado Pedido');
  2527 
<>  28+define('TEXT_SET_PUBLIC_STATUS', 'Show the order to the customer at this order status level');
   29+define('TEXT_SET_DOWNLOADS_STATUS', 'Allow downloads of virtual products at this order status level');
   30+
<_ 2631 define('ERROR_REMOVE_DEFAULT_ORDER_STATUS', 'Error: El estado de pedido por defecto no se puede eliminar. Establezca otro estado de pedido predeterminado y pruebe de nuevo.');
  2732 define('ERROR_STATUS_USED_IN_ORDERS', 'Error: Este estado de pedido esta siendo usado actualmente.');
  2833 define('ERROR_STATUS_USED_IN_HISTORY', 'Error: Este estado de pedido se esta usando en algun hist&oacute;rico de algun pedido.');