[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/pkg/vtiger/translations/Spanish/modules/ -> Contacts.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      'Contacts'                     => 'Contactos',
  20      'SINGLE_Contacts'              => 'Contacto',
  21      'LBL_ADD_RECORD'               => 'Añadir Contacto',
  22      'LBL_RECORDS_LIST'             => 'Lista de Contactos',
  23      'LBL_CONTACT_INFORMATION'      => 'Datos Personales',
  24      'LBL_CUSTOMER_PORTAL_INFORMATION' => 'Información Portal Cliente',
  25      'LBL_IMAGE_INFORMATION'        => 'Imagen del Contacto',
  26      'Office Phone'                 => 'Teléfono Empresa',
  27      'Home Phone'                   => 'Teléfono Particular',
  28      'Title'                        => 'Título',
  29      'Department'                   => 'Departamento',
  30      'Birthdate'                    => 'Fecha de Nacimiento',
  31      'Reports To'                   => 'Informa a',
  32      'Assistant'                    => 'Asistente',
  33      'Assistant Phone'              => 'Teléfono de Asistente',
  34      'Do Not Call'                  => 'No Llamar por Teléfono',
  35      'Reference'                    => 'Referencias',
  36      'Portal User'                  => 'Usuario de Portal',
  37      'Mailing Street'               => 'Dirección (Factura)',
  38      'Mailing City'                 => 'Población (Factura)',
  39      'Mailing State'                => 'Provincia (Factura)',
  40      'Mailing Zip'                  => 'Código Postal (Factura)',
  41      'Mailing Country'              => 'País (Factura)',
  42      'Mailing Po Box'               => 'Apdo de Correos (Factura)',
  43      'Other Street'                 => 'Dirección (Envío)',
  44      'Other City'                   => 'Población (Envío)',
  45      'Other State'                  => 'Provincia (Envío)',
  46      'Other Zip'                    => 'Código Postal (Envío)',
  47      'Other Country'                => 'País (Envío)',
  48      'Other Po Box'                 => 'Apdo de Correos (Envío)',
  49      'Contact Image'                => 'Imagen del Contacto',
  50      'Secondary Email' => 'Email (Alternativo)',
  51      'Other Phone' => 'Teléfono (Alternativo)',
  52      'Email' => 'Email',
  53      'Contact Id' => 'ID Contacto',
  54      'Mr.'                          => 'Sr.',
  55      'Ms.'                          => 'Sra.',
  56      'Mrs.'                         => 'Srta.',
  57      'Dr.'                          => 'Dr.',
  58      'Prof.'                        => 'Prof.',
  59      'User List'                    => 'Lista de Usuarios',
  60      'LBL_COPY_OTHER_ADDRESS' => 'Copiar Dirección Alternativa',
  61      'LBL_COPY_MAILING_ADDRESS' => 'Copiar Dirección Envío',
  62      'Contact Id' => 'ID Contacto',
  63      'Support Start Date'           => 'Fecha Inicio Soporte',
  64      'Support End Date'             => 'Fecha Fin Soporte',
  65  );
  66  
  67  $jsLanguageStrings = array(
  68      'LBL_SYNC_BUTTON' => 'Sincronizar Ahora',
  69      'LBL_SYNCRONIZING' => 'Sincronizando....',
  70      'LBL_NOT_SYNCRONIZED' => 'No se ha sincronizado todavía',
  71      'LBL_FIELD_MAPPING' => 'Vinculación Campos'
  72  );


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