[ 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 * Translated by ABOnline solutions - http://www.abo-s.com/ 11 * Boris CLEMENT 12 * December 2013 13 *************************************************************************************/ 14 $languageStrings = array( 15 'Map' => 'Map', 16 'EXTENTIONNAME' => 'Google', 17 'LBL_UPDATES_CRM' => 'Mis à jour dans le CRM', 18 'LBL_UPDATES_GOOGLE' => 'Mis à jour dans Google', 19 'LBL_UPDATED' => 'Mis à jour', 20 'LBL_ADDED' => 'Ajouté', 21 'LBL_DELETED' => 'Supprimé', 22 'LBL_SYNCRONIZED' => 'Synchronisé', 23 'LBL_NOT_SYNCRONIZED' => 'Vous n\'avez pas synchronisé maintenant', 24 'LBL_SYNC_BUTTON' => 'Synchroniser maintenant', 25 'LBL_MORE_VTIGER' => 'Il y a des éléments à synchroniser dans vtiger', 26 'LBL_MORE_GOOGLE' => 'Il y a des éléments à synchroniser dans Google', 27 'Contact Name'=>'Nom Contact', 28 'Email'=>'Email', 29 'Mobile Phone'=>'Tel. portable', 30 'Address' => 'Adresse', 31 'Event Title'=>'Activité', 32 'Start Date'=>'Date de début', 33 'Until Date'=>'Date de fin', 34 'Description'=>'Description' 35 ); 36 $jsLanguageStrings = array( 37 'LBL_SYNC_BUTTON' => 'Synchroniser maintenant ' , 38 'LBL_SYNCRONIZING' => 'Synchronisation....' , 39 'LBL_NOT_SYNCRONIZE' => 'Vous n\'avez pas synchronisé maintenant', 40 );
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 |