[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/pkg/vtiger/modules/Google/languages/en_us/ -> Google.php (source)

   1  <?php
   2  
   3  /*+***********************************************************************************
   4   * The contents of this file are subject to the vtiger CRM Public License Version 1.0
   5   * ("License"); You may not use this file except in compliance with the License
   6   * The Original Code is:  vtiger CRM Open Source
   7   * The Initial Developer of the Original Code is vtiger.
   8   * Portions created by vtiger are Copyright (C) vtiger.
   9   * All Rights Reserved.
  10   *************************************************************************************/
  11  $languageStrings = array(
  12      'Address' => 'Address',
  13      'Contact Name'=>'Contact Name',
  14      'Description'=>'Description',
  15      'Email'=>'Email',
  16      'Event Title'=>'Event Title',
  17      'EXTENTIONNAME' => 'Google',
  18      'LBL_ADDED' => 'Added',
  19      'LBL_DELETED' => 'Deleted',
  20      'LBL_MORE_GOOGLE' => 'There are more records to be synchronized in Google',
  21      'LBL_MORE_VTIGER' => 'There are more records to be synchronized in vtiger',
  22      'LBL_NOT_SYNCRONIZED' => 'You have not synchronized yet',
  23      'LBL_REMOVE_SYNC' => 'Remove Sync',
  24      'LBL_SYNC_BUTTON' => 'Synchronize Now',
  25      'LBL_SYNCRONIZED' => 'Synchronized',
  26      'LBL_UPDATED' => 'Updated',
  27      'LBL_UPDATES_CRM' => 'Updates in CRM',
  28      'LBL_UPDATES_GOOGLE' => 'Updates in Google',
  29      'Map' => 'Map',
  30      'Mobile Phone'=>'Mobile Phone',
  31      'Start Date'=>'Start Date',
  32      'Until Date'=>'Until Date',
  33  );
  34  
  35  $jsLanguageStrings = array(
  36      'LBL_NOT_SYNCRONIZE' => 'You have not synchronized yet',
  37      'LBL_SYNC_BUTTON' => 'Synchronize Now',
  38      'LBL_SYNCRONIZING' => 'Synchronizing....',
  39  );


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