[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Summary view] [Print] [Text view]
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 'Map' => 'Map', 13 'EXTENTIONNAME' => 'Google', 14 'LBL_UPDATES_CRM' => 'Updates in CRM', 15 'LBL_UPDATES_GOOGLE' => 'Updates in Google', 16 'LBL_UPDATED' => 'Updated', 17 'LBL_ADDED' => 'Added', 18 'LBL_DELETED' => 'Deleted', 19 'LBL_SYNCRONIZED' => 'Synchronised', 20 'LBL_NOT_SYNCRONIZED' => 'You have not synchronised yet', 21 'LBL_SYNC_BUTTON' => 'Synchronise Now', 22 'LBL_REMOVE_SYNC' => 'Remove Sync', 23 'LBL_MORE_VTIGER' => 'There are more records to be synchronised in vtiger', 24 'LBL_MORE_GOOGLE' => 'There are more records to be synchronised in Google', 25 'Contact Name'=>'Contact Name', 26 'Email'=>'Email', 27 'Mobile Phone'=>'Mobile Phone', 28 'Address' => 'Address', 29 'Event Title'=>'Event Title', 30 'Start Date'=>'Start Date', 31 'Until Date'=>'Until Date', 32 'Description'=>'Description' 33 ); 34 $jsLanguageStrings = array( 35 'LBL_SYNC_BUTTON' => 'Synchronise Now', 36 'LBL_SYNCRONIZING' => 'Synchronising....', 37 'LBL_NOT_SYNCRONIZE' => 'You have not synchronised yet' 38 );
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |