[ 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' => "Karte", 12 'EXTENTIONNAME' => "Google", 13 'LBL_UPDATES_CRM' => "Updates in CRM", 14 'LBL_UPDATES_GOOGLE' => "Updates im Google", 15 'LBL_UPDATED' => "Aktualisiert", 16 'LBL_ADDED' => "Zusätzlich", 17 'LBL_DELETED' => "Gelöschte", 18 'LBL_SYNCRONIZED' => "Synchronisierte", 19 'LBL_NOT_SYNCRONIZED' => "Sie haben noch nicht synchronisiert", 20 'LBL_SYNC_BUTTON' => "Jetzt synchronisieren", 21 'LBL_REMOVE_SYNC' => "Sync entfernen", 22 'LBL_MORE_VTIGER' => "Es gibt mehrere Datensätze in vtiger synchronisiert werden", 23 'LBL_MORE_GOOGLE' => "Es gibt mehrere Datensätze in Google synchronisiert werden", 24 'Contact Name' => "Kontakt Name", 25 'Email' => "E-Mail", 26 'Mobile Phone' => "Handy", 27 'Address' => "Adresse", 28 'Event Title' => "Titel der Veranstaltung", 29 'Start Date' => "Startdatum", 30 'Until Date' => "Bis Datum", 31 'Description' => "Beschreibung", 32 ); 33 34 $jsLanguageStrings = array( 35 'LBL_SYNC_BUTTON' => "Jetzt synchronisieren", 36 'LBL_SYNCRONIZING' => "Synchronisieren ....", 37 'LBL_NOT_SYNCRONIZE' => "Sie haben noch nicht synchronisiert", 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 |