Files

30 lines
1.8 KiB
PHP
Raw Permalink Normal View History

<?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(
'Quotes' => 'Angebot' ,
'SINGLE_Quotes' => 'Angebot' ,
'LBL_EXPORT_TO_PDF' => 'Export als PDF' ,
'LBL_SEND_MAIL_PDF' => 'Send Email with PDF' ,
'LBL_ADD_RECORD' => 'Add Quote' ,
'LBL_RECORDS_LIST' => 'Angebote' ,
'LBL_QUOTE_INFORMATION' => 'Angebot' ,
'Quote No' => 'Angebotsnr.' ,
'Quote Stage' => 'Angebotsstufe' ,
'Valid Till' => 'Ablauf Bindefrist' ,
'Inventory Manager' => 'Bestandsmanager' ,
'Accepted' => 'akzeptiert' ,
'Rejected' => 'abgelehnt' ,
'Related To' => 'Bezogen auf' ,
'LBL_THIS' => 'Diese',
'LBL_IS_DELETED_FROM_THE_SYSTEM_PLEASE_REMOVE_OR_REPLACE_THIS_ITEM' => 'wird aus dem system gelöscht.bitte entfernen oder ersetzen Sie diesen Artikel',
'LBL_THIS_LINE_ITEM_IS_DELETED_FROM_THE_SYSTEM_PLEASE_REMOVE_THIS_LINE_ITEM' => 'Diese Position wird aus dem system gelöscht,bitte entfernen Sie diese Zeile Elemente',
);