Files
crm.clientright.ru/languages/de_de/Services.php

34 lines
2.0 KiB
PHP
Raw 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(
'Services' => 'Dienstleistungen' ,
'SINGLE_Services' => 'Dienstleistung' ,
'LBL_ADD_RECORD' => 'Neue Dienstleistung' ,
'LBL_RECORDS_LIST' => 'Services List' ,
'LBL_SERVICE_INFORMATION' => 'Dienstleistung' ,
'LBL_MORE_CURRENCIES' => 'weitere Währungen' ,
'LBL_PRICES' => 'Service Prices' ,
'LBL_PRICE' => 'Preis' ,
'LBL_RESET_PRICE' => 'Preis zurücksetzen' ,
'LBL_RESET' => 'zurücksetzen' ,
'LBL_ADD_TO_PRICEBOOKS' => 'Add to PriceBooks' ,
'Service Name' => 'Name der Dienstleistung' ,
'Service Active' => 'aktiv' ,
'Service Category' => 'Kategorie' ,
'Service No' => 'Dienstleistungsnummer' ,
'Owner' => 'Besitzer' ,
'No of Units' => 'Anzahl der Einheiten' ,
'Commission Rate' => 'Provision (%)' ,
'Price' => 'Preis' ,
'Usage Unit' => 'Einheit' ,
'Tax Class' => 'Steuerklasse' ,
'Website' => 'Webseite' ,
);