[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/pkg/vtiger/modules/Google/languages/es_mx/ -> Google.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  *************************************************************************************/
  10  $languageStrings = array(
  11      'Map'    =>    "Mapa",
  12      'EXTENTIONNAME'    =>    "Google",
  13      'LBL_UPDATES_CRM'    =>    "Actualizaciones en CRM",
  14      'LBL_UPDATES_GOOGLE'    =>    "Actualizaciones en Google",
  15      'LBL_UPDATED'    =>    "Actualizado",
  16      'LBL_ADDED'    =>    "Adicional",
  17      'LBL_DELETED'    =>    "Suprimido",
  18      'LBL_SYNCRONIZED'    =>    "Sincronizada",
  19      'LBL_NOT_SYNCRONIZED'    =>    "Usted no ha sincronizado aún",
  20      'LBL_SYNC_BUTTON'    =>    "Sincronizar Ahora",
  21      'LBL_REMOVE_SYNC'    =>    "Retire Sync",
  22      'LBL_MORE_VTIGER'    =>    "Hay más registros que se van a sincronizar en vtiger",
  23      'LBL_MORE_GOOGLE'    =>    "Hay más registros que se van a sincronizar en Google",
  24      'Contact Name'    =>    "Nombre de contacto",
  25      'Email'    =>    "Email",
  26      'Mobile Phone'    =>    "Teléfono Móvil",
  27      'Address'    =>    "Dirección",
  28      'Event Title'    =>    "Título del evento",
  29      'Start Date'    =>    "Fecha de inicio",
  30      'Until Date'    =>    "Hasta Fecha",
  31      'Description'    =>    "Descripción",
  32  );
  33  
  34  $jsLanguageStrings = array(
  35      'LBL_SYNC_BUTTON'    =>    "Sincronizar Ahora",
  36      'LBL_SYNCRONIZING'    =>    "Sincronizar ....",
  37      'LBL_NOT_SYNCRONIZE'    =>    "Usted no ha sincronizado aún",
  38  );


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