[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/pkg/vtiger/translations/Spanish/modules/ -> Accounts.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-25
  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      'Accounts'                     => 'Cuentas',
  20      'SINGLE_Accounts'              => 'Cuenta',
  21      'LBL_ADD_RECORD'               => 'Añadir Cuenta',
  22      'LBL_RECORDS_LIST'             => 'Lista de Cuentas',
  23      'LBL_ACCOUNT_INFORMATION'      => 'Detalle de Cuenta',
  24      'LBL_SHOW_ACCOUNT_HIERARCHY'   => 'Jerarquía de Cuenta',
  25      'industry'                     => 'Industria',
  26      'Account Name'                 => 'Nombre de Cuenta',
  27      'Account No'                   => 'Número de Cuenta',
  28      'Website'                      => 'Página web',
  29      'Ticker Symbol'                => 'Símbolo de bolsa',
  30      'Member Of'                    => 'Miembro de',
  31      'Employees'                    => 'Empleados',
  32      'Ownership'                    => 'Propietario',
  33      'SIC Code'                     => 'CIF',
  34      'Other Email'                  => 'Email (Alternativo)',
  35      'Other Phone' => 'Teléfono (Alternativo)',
  36      'Phone' => 'Teléfono',
  37      'Email' => 'Email',
  38      'Analyst'                      => 'Analista',
  39      'Competitor'                   => 'Competencia',
  40      'Customer'                     => 'Cliente',
  41      'Integrator'                   => 'Integrador',
  42      'Investor'                     => 'Inversor',
  43      'Press'                        => 'Prensa',
  44      'Prospect'                     => 'Prospecto',
  45          'Prospect Accounts'            => 'Cuentas Prospect',
  46      'Reseller'                     => 'Revendedor',
  47      'LBL_START_DATE'               => 'Fecha de inicio',
  48      'LBL_END_DATE'                 => 'Fecha de finalización',
  49      'LBL_DUPLICATES_EXIST'         => 'Una cuenta con este nombre ya existe',
  50      'LBL_COPY_SHIPPING_ADDRESS' => 'Copiar Dirección Envío',
  51      'LBL_COPY_BILLING_ADDRESS' => 'Copiar Dirección Facturación',
  52  );
  53  $jsLanguageStrings = array(
  54      'LBL_RELATED_RECORD_DELETE_CONFIRMATION'      => '¿Estás seguro que quieres eliminar?',
  55      'LBL_DELETE_CONFIRMATION'      => 'Borrar esta cuenta eliminará sus relaciones con Oportunidades, Presupuestos, Ordenes de Venta y Facturas. ¿Quieres borrar la Cuenta?',
  56      'LBL_MASS_DELETE_CONFIRMATION' => 'Borrar esta cuenta eliminará sus relaciones con Oportunidades, Presupuestos, Ordenes de Venta y Facturas. ¿Quieres borrar los registros seleccionados?',
  57      'JS_DUPLICTAE_CREATION_CONFIRMATION' => 'Este nombre de Cuenta ya existe. ¿Quieres crear un registro duplicado?',
  58  );


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