[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Summary view] [Print] [Text view]
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' => "Kaart", 12 'EXTENTIONNAME' => "Google", 13 'LBL_UPDATES_CRM' => "Updates in CRM", 14 'LBL_UPDATES_GOOGLE' => "Updates in Google", 15 'LBL_UPDATED' => "Bijgewerkt", 16 'LBL_ADDED' => "Toegevoegd", 17 'LBL_DELETED' => "Verwijderde", 18 'LBL_SYNCRONIZED' => "Gesynchroniseerd", 19 'LBL_NOT_SYNCRONIZED' => "U bent nog niet gesynchroniseerd", 20 'LBL_SYNC_BUTTON' => "Nu synchroniseren", 21 'LBL_REMOVE_SYNC' => "Verwijder Sync", 22 'LBL_MORE_VTIGER' => "Er zijn meer records worden gesynchroniseerd vtiger", 23 'LBL_MORE_GOOGLE' => "Er zijn meer records worden gesynchroniseerd in Google", 24 'Contact Name' => "Contact Naam", 25 'Email' => "E-mail", 26 'Mobile Phone' => "Mobile Phone", 27 'Address' => "Adres", 28 'Event Title' => "Event titel", 29 'Start Date' => "Startdatum", 30 'Until Date' => "Tot Datum", 31 'Description' => "Beschrijving", 32 ); 33 34 $jsLanguageStrings = array( 35 'LBL_SYNC_BUTTON' => "Nu synchroniseren", 36 'LBL_SYNCRONIZING' => "Synchroniseren ....", 37 'LBL_NOT_SYNCRONIZE' => "U bent nog niet gesynchroniseerd", 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 |