[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/pkg/vtiger/translations/Spanish/modules/ -> SalesOrder.php (source)

   1  <?php
   2  /*+**********************************************************************************
   3   * The contents of this file are subject to the vtiger CRM Public License Version 1.0
   4   * ("License"); You may not use this file except in compliance with the License
   5   * The Original Code is:  vtiger CRM Open Source
   6   * The Initial Developer of the Original Code is vtiger.
   7   * Portions created by vtiger are Copyright (C) vtiger.
   8   * Portions created by JPL TSolucio, S.L. are Copyright (C) jpl tsolucio.
   9   * All Rights Reserved.
  10   * ********************************************************************************
  11   *  Language     : Español es_es
  12   *  Version      : 6.0.0
  13   *  Created Date : 2012-10-26
  14   *  Author       : JPL TSolucio, S. L. Joe Bordes
  15   *  Last change  : 2013-05-03
  16   *  Author       : JPL TSolucio, S. L. Joe Bordes
  17   ************************************************************************************/
  18  $languageStrings = array(
  19      'SINGLE_SalesOrder'            => 'Orden Venta',
  20      'LBL_EXPORT_TO_PDF'            => 'Exportar a PDF',
  21      'LBL_ADD_RECORD'               => 'Añadir Orden Venta',
  22      'LBL_RECORDS_LIST'             => 'Lista de Ordenes Venta',
  23      'LBL_SO_INFORMATION'           => 'Detalles de Orden Venta',
  24      'SalesOrder No'                => 'Número Orden Venta',
  25      'Quote Name'                   => 'Referencia del Presupuesto',
  26      'Customer No'                  => 'Referencia del Cliente',
  27      'Requisition No'               => 'Referencia de la Orden',
  28      'Tracking Number'              => 'Nº de seguimiento',
  29      'Sales Commission'             => 'Comisión sobre Ventas',
  30      'Purchase Order'               => 'Orden Compra',
  31      'Vendor Terms'                 => 'Términos del Proveedor',
  32      'Pending'                      => 'Pendiente',
  33      'Recurring Invoive Information'=>'Recurrente Información Factura',
  34      'Enable Recurring'             => 'Habilitar facturación recurrente',
  35      'Frequency'                    => 'Frecuencia',
  36      'Start Period'                 => 'Inicio Periodo',
  37      'End Period'                   => 'Final Periodo',
  38      'Payment Duration'             => 'Duración Pago',
  39      'Invoice Status'               => 'Estado Factura',
  40      'Sub Total'                    => 'Sub Total',
  41      'AutoCreated'                  => 'Automática',
  42      'Sent'                         => 'Enviada',
  43      'Credit Invoice'               => 'Rectificativa',
  44      'Paid'                         => 'Pagada',
  45      'LBL_SEND_MAIL_PDF' => 'Enviar Email con PDF',
  46      'Daily'=>'Diario',
  47      'Monthly'=>'Mensual',
  48      'Quarterly'=>'Trimestral',
  49      'Yearly'=>'Anual',
  50      'Net 30 days'=>'30 días netos',
  51      'Net 45 days'=>'Net 45 días',
  52      'Net 60 days'=>'Netos 60 días',
  53  
  54      //Translation for product not found
  55      'LBL_THIS' => 'Este',
  56      'LBL_IS_DELETED_FROM_THE_SYSTEM_PLEASE_REMOVE_OR_REPLACE_THIS_ITEM' => 'ha sido eliminado de la aplicación. Por favor, elimina o sustituye este artículo.',
  57      'LBL_THIS_LINE_ITEM_IS_DELETED_FROM_THE_SYSTEM_PLEASE_REMOVE_THIS_LINE_ITEM' => 'Este artículo ha sido eliminado de la aplicación. Por favor, elimina o sustituye este artículo.',
  58  );
  59  
  60  $jsLanguageStrings = array(
  61          'JS_PLEASE_REMOVE_LINE_ITEM_THAT_IS_DELETED' => 'Por favor arregla la línea con artículo eliminado',
  62  );


Generated: Fri Nov 28 20:08:37 2014 Cross-referenced by PHPXref 0.7.1