Files
CRM/languages/de_de/Settings/Accounts.php
BACHIR SOULDI 2794e62571 first commit
2025-09-28 08:49:37 +01:00

45 lines
2.9 KiB
PHP

<?php
/*+**********************************************************************************
* The contents of this file are subject to the vtiger CRM Public License Version 1.0
* ("License"); You may not use this file except in compliance with the License
* The Original Code is: vtiger CRM Open Source
* The Initial Developer of the Original Code is vtiger.
* Portions created by vtiger are Copyright (C) vtiger.
* All Rights Reserved.
************************************************************************************/
$languageStrings = array(
'Accounts' => 'Organisationen' ,
'SINGLE_Accounts' => 'Organisation' ,
'LBL_ADD_RECORD' => 'Add Organization' ,
'LBL_RECORDS_LIST' => 'Organisationen' ,
'LBL_ACCOUNT_INFORMATION' => 'Organisation' ,
'LBL_SHOW_ACCOUNT_HIERARCHY' => 'Zeige Organisationshierarchie',
'industry' => 'Branche' ,
'Account Name' => 'Organisation' ,
'Account No' => 'Organisationsnr.' ,
'Website' => 'Webseite' ,
'Ticker Symbol' => 'Org. Namenszusatz' ,
'Member Of' => 'Mitglied von' ,
'Employees' => 'Mitarbeiter' ,
'Ownership' => 'Besitzer' ,
'SIC Code' => 'Ust. Nr.' ,
'Other Email' => 'andere E-Mail' ,
'Analyst' => 'Analyst' ,
'Competitor' => 'Wettbewerber' ,
'Customer' => 'Kunde' ,
'Integrator' => 'Integrator' ,
'Investor' => 'Investor' ,
'Press' => 'Presse' ,
'Prospect' => 'Interessent' ,
'Reseller' => 'Wiederverkäufer' ,
'LBL_START_DATE' => 'Startdatum' ,
'LBL_END_DATE' => 'Endedatum' ,
'LBL_DUPLICATES_EXIST' => 'Organization Name already exists',
'LBL_COPY_SHIPPING_ADDRESS' => 'Copy Shipping Address' ,
'LBL_COPY_BILLING_ADDRESS' => 'Copy Billing Address' ,
);
$jsLanguageStrings = array(
'LBL_RELATED_RECORD_DELETE_CONFIRMATION' => 'Are you sure you want to delete?',
'LBL_DELETE_CONFIRMATION' => 'Deleting this Organization will remove its related Opportunities & Quotes. Are you sure you want to delete this Organization?',
'LBL_MASS_DELETE_CONFIRMATION' => 'Deleting this Organization will remove its related Opportunities & Quotes. Are you sure you want to delete this Organization?',
);