[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/pkg/vtiger/translations/MexicanSpanishLanguagePack_es_mx/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   * All Rights Reserved.
   9   *  Author       : Francisco Hernandez Odin Consultores S de RL de CV
  10   *  Author       : www.odin.mx
  11   *  Author       : Proudly, the best Vtiger's Partner in Mexico
  12   ************************************************************************************/
  13  $languageStrings = array(
  14      'Contacts'                     => 'Contactos'                   , 
  15      'SINGLE_Contacts'              => 'Contacto'                    , 
  16      'LBL_ADD_RECORD'               => 'Agregar Contacto'            , 
  17      'LBL_RECORDS_LIST'             => 'Lista de Contactos'          , 
  18      'LBL_CONTACT_INFORMATION'      => 'Datos Personales'            , 
  19      'LBL_CUSTOMER_PORTAL_INFORMATION' => 'Información del Cliente'  , 
  20      'LBL_IMAGE_INFORMATION'        => 'Foto del Contacto:', 
  21      'LBL_COPY_OTHER_ADDRESS'       => 'Copiar Dirección de Envío'   , 
  22      'LBL_COPY_MAILING_ADDRESS'     => 'Copiar Dirección de Factura' ,
  23      'Office Phone'                 => 'Tel. Empresa'                , 
  24      'Home Phone'                   => 'Tel. Particular'             , 
  25      'Title'                        => 'Cargo'                       , 
  26      'Department'                   => 'Departamento'                , 
  27      'Birthdate'                    => 'Fecha de Nacimiento'         , 
  28      'Reports To'                   => 'Informa a'                   , 
  29      'Assistant'                    => 'Secretaria'                  , 
  30      'Assistant Phone'              => 'Teléfono de la Secretaria'  , 
  31      'Do Not Call'                  => 'No Llamar por Teléfono'     , 
  32      'Reference'                    => 'Es Referencia'               , 
  33      'Portal User'                  => 'Usuario de Portal'           , 
  34      'Mailing Street'               => 'Dirección (Factura)'        , 
  35      'Mailing City'                 => 'Deleg./Mpio. (Factura)'      , 
  36      'Mailing State'                => 'Estado (Factura)'            , 
  37      'Mailing Zip'                  => 'Código Postal (Factura)'    , 
  38      'Mailing Country'              => 'País (Factura)'             , 
  39      'Mailing Po Box'               => 'Colonia (Factura)'           , 
  40      'Other Street'                 => 'Dirección (Envío)'         , 
  41      'Other City'                   => 'Deleg./Mpio. (Envío)'       , 
  42      'Other State'                  => 'Estado (Envío)'             , 
  43      'Other Zip'                    => 'Código Postal (Envío)'     , 
  44      'Other Country'                => 'País (Envío)'              , 
  45      'Other Po Box'                 => 'Colonia (Envío)'            , 
  46      'Contact Image'                => 'Imagen del Contacto'         , 
  47      'Mr.'                          => 'Sr.'                         , 
  48      'Ms.'                          => 'Sra.'                        , 
  49      'Mrs.'                         => 'Srta.'                       , 
  50      'Dr.'                          => 'Dr.'                         , 
  51      'Prof.'                        => 'Prof.'                       , 
  52      'User List'                    => 'Lista de Usuarios'           , 
  53      'Contact Id'                   => 'Contacto Id',
  54      'Support Start Date'           => 'Soporte Fecha de Inicio'     ,
  55      'Support End Date'             => 'Soporte Fecha de fin',
  56  );
  57  $jsLanguageStrings = array(
  58  );


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