[ 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 'Accounts' => 'Organisationen' , 12 'SINGLE_Accounts' => 'Organisation' , 13 'LBL_ADD_RECORD' => 'Add Organization' , 14 'LBL_RECORDS_LIST' => 'Organisationen' , 15 'LBL_ACCOUNT_INFORMATION' => 'Organisation' , 16 'LBL_SHOW_ACCOUNT_HIERARCHY' => 'Zeige Organisationshierarchie', 17 'industry' => 'Branche' , 18 'Account Name' => 'Organisation' , 19 'Account No' => 'Organisationsnr.' , 20 'Website' => 'Webseite' , 21 'Ticker Symbol' => 'Org. Namenszusatz' , 22 'Member Of' => 'Mitglied von' , 23 'Employees' => 'Mitarbeiter' , 24 'Ownership' => 'Besitzer' , 25 'SIC Code' => 'Ust. Nr.' , 26 'Other Email' => 'andere E-Mail' , 27 'Analyst' => 'Analyst' , 28 'Competitor' => 'Wettbewerber' , 29 'Customer' => 'Kunde' , 30 'Integrator' => 'Integrator' , 31 'Investor' => 'Investor' , 32 'Press' => 'Presse' , 33 'Prospect' => 'Interessent' , 34 'Prospect Accounts' => 'Prospect-Konten', 35 'Reseller' => 'Wiederverkäufer' , 36 'LBL_START_DATE' => 'Startdatum' , 37 'LBL_END_DATE' => 'Endedatum' , 38 'LBL_DUPLICATES_EXIST' => 'Organization Name already exists', 39 'LBL_COPY_SHIPPING_ADDRESS' => 'Copy Shipping Address' , 40 'LBL_COPY_BILLING_ADDRESS' => 'Copy Billing Address' , 41 ); 42 $jsLanguageStrings = array( 43 'LBL_RELATED_RECORD_DELETE_CONFIRMATION' => 'Are you sure you want to delete?', 44 'LBL_DELETE_CONFIRMATION' => 'Deleting this Organization will remove its related Opportunities & Quotes. Are you sure you want to delete this Organization?', 45 'LBL_MASS_DELETE_CONFIRMATION' => 'Deleting this Organization will remove its related Opportunities & Quotes. Are you sure you want to delete this Organization?', 46 );
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 |