[ 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' => "Map", 12 'EXTENTIONNAME' => "Google", 13 'LBL_UPDATES_CRM' => "Uppdateringar i CRM", 14 'LBL_UPDATES_GOOGLE' => "Uppdateringar i Google", 15 'LBL_UPDATED' => "Uppdaterad", 16 'LBL_ADDED' => "Inkom", 17 'LBL_DELETED' => "Borttaget", 18 'LBL_SYNCRONIZED' => "Synkroniserad", 19 'LBL_NOT_SYNCRONIZED' => "Du har inte synkroniserat ännu", 20 'LBL_SYNC_BUTTON' => "Synkronisera nu", 21 'LBL_REMOVE_SYNC' => "Avlägsna Sync", 22 'LBL_MORE_VTIGER' => "Det finns flera poster som ska synkroniseras i vtiger", 23 'LBL_MORE_GOOGLE' => "Det finns flera poster som ska synkroniseras i Google", 24 'Contact Name' => "Kontaktnamn", 25 'Email' => "Email", 26 'Mobile Phone' => "Mobiltelefon", 27 'Address' => "Adress", 28 'Event Title' => "Händelse Titel", 29 'Start Date' => "Startdatum", 30 'Until Date' => "Fram till datum", 31 'Description' => "Beskrivning", 32 ); 33 34 $jsLanguageStrings = array( 35 'LBL_SYNC_BUTTON' => "Synkronisera nu", 36 'LBL_SYNCRONIZING' => "Synkronisera ....", 37 'LBL_NOT_SYNCRONIZE' => "Du har inte synkroniserat ännu", 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 |