2013-01-30 22:02:55 -05:00

136 lines
5.0 KiB
PHP

<?php
/*********************************************************************************
* The contents of this file are subject to the SugarCRM Public License Version 1.1.2
* ("License"); You may not use this file except in compliance with the
* License. You may obtain a copy of the License at http://www.sugarcrm.com/SPL
* Software distributed under the License is distributed on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for
* the specific language governing rights and limitations under the License.
* The Original Code is: SugarCRM Open Source
* The Initial Developer of the Original Code is SugarCRM, Inc.
* Portions created by SugarCRM are Copyright (C) SugarCRM, Inc.;
* All Rights Reserved.
********************************************************************************/
$mod_strings = Array(
'LBL_MODULE_NAME'=>'Wissesbasis',
'LBL_MODULE_TITLE'=>'Wissensbasis: Home',
'LBL_SEARCH_FORM_TITLE'=>'Thema suchen',
'LBL_LIST_FORM_TITLE'=>'Thema',
'LBL_NEW_FORM_TITLE'=>'Neues Thema',
'LBL_MEMBER_ORG_FORM_TITLE'=>'Mitgliedsorganisation',
'LBL_LIST_ACCOUNT_NAME'=>'Themenname',
'LBL_LIST_CITY'=>'Ort',
'LBL_LIST_WEBSITE'=>'Webseite',
'LBL_LIST_STATE'=>'Bundesland',
'LBL_LIST_PHONE'=>'Telefon',
'LBL_LIST_EMAIL_ADDRESS'=>'E-Mail',
'LBL_LIST_CONTACT_NAME'=>'Person',
'LBL_FAQ_INFORMATION'=>'Wissensbasis Information',
//DON'T CONVERT THESE THEY ARE MAPPINGS
'db_name' => 'LBL_LIST_ACCOUNT_NAME',
'db_website' => 'LBL_LIST_WEBSITE',
'db_billing_address_city' => 'LBL_LIST_CITY',
//END DON'T CONVERT
'LBL_ACCOUNT'=>'Thema:',
'LBL_ACCOUNT_NAME'=>'Themename:',
'LBL_PHONE'=>'Telefon:',
'LBL_WEBSITE'=>'Webseite:',
'LBL_FAX'=>'Fax:',
'LBL_TICKER_SYMBOL'=>'Org. Namenszusatz:',
'LBL_OTHER_PHONE'=>'weiteres Telefon:',
'LBL_ANY_PHONE'=>'anderes Telefon:',
'LBL_MEMBER_OF'=>'Mitglied von:',
'LBL_EMAIL'=>'E-Mail:',
'LBL_EMPLOYEES'=>'Beschäftigte:',
'LBL_OTHER_EMAIL_ADDRESS'=>'Weitere E-Mail:',
'LBL_ANY_EMAIL'=>'Andere E-Mail:',
'LBL_OWNERSHIP'=>'Besitzer:',
'LBL_RATING'=>'Bewertung:',
'LBL_INDUSTRY'=>'Branche:',
'LBL_SIC_CODE'=>'Börsen Code:',
'LBL_TYPE'=>'Typ:',
'LBL_ANNUAL_REVENUE'=>'Jahresumsatz:',
'LBL_ADDRESS_INFORMATION'=>'Adressinformation',
'LBL_ACCOUNT_INFORMATION'=>'Themen Information',
'LBL_BILLING_ADDRESS'=>'Rechnungsadresse:',
'LBL_SHIPPING_ADDRESS'=>'Lieferadresse:',
'LBL_ANY_ADDRESS'=>'weitere Adresse:',
'LBL_CITY'=>'Ort:',
'LBL_STATE'=>'Bundesland:',
'LBL_POSTAL_CODE'=>'PLZ:',
'LBL_COUNTRY'=>'Land:',
'LBL_DESCRIPTION_INFORMATION'=>'Beschreibungsinformationen',
'LBL_DESCRIPTION'=>'Beschreibung:',
'NTC_COPY_BILLING_ADDRESS'=>'Kopiere Rechnungsadresse zu Lieferadresse',
'NTC_COPY_SHIPPING_ADDRESS'=>'Kopiere Lieferadresse zu Rechnungsadresse',
'NTC_REMOVE_MEMBER_ORG_CONFIRMATION'=>'Sind Sie sicher, dass Sie diesen Eintrag löschen wollen?',
'LBL_DUPLICATE'=>'Mögliches doppelte Thema',
'MSG_DUPLICATE' => 'Sie nehmen möglicherweise einen doppelten Eintrag vor.Wählen Sie entweder einen Eintrag aus der Liste oder legen Sie ein neues Thema an.',
'LBL_INVITEE'=>'Kontakte',
'ERR_DELETE_RECORD'=>"Zum Löschen muss ein Eintrag ausgewählt sein!",
'LBL_SELECT_ACCOUNT'=>'Thema auswählen',
'LBL_GENERAL_INFORMATION'=>'Allgemeine Information',
//for v4 release added
'LBL_NEW_POTENTIAL'=>'Neues Potential',
'LBL_POTENTIAL_TITLE'=>'Potential',
'LBL_NEW_TASK'=>'Neue Aufgabe',
'LBL_TASK_TITLE'=>'Aufgaben',
'LBL_NEW_CALL'=>'Neuer Anruf',
'LBL_CALL_TITLE'=>'Anrufe',
'LBL_NEW_MEETING'=>'Neues Meeting',
'LBL_MEETING_TITLE'=>'Meetings',
'LBL_NEW_EMAIL'=>'Neue E-Mail',
'LBL_EMAIL_TITLE'=>'E-Mails',
'LBL_NEW_CONTACT'=>'Neuer Kontakt',
'LBL_CONTACT_TITLE'=>'Kontakte',
//Added for 4GA Release
'Category'=>'Kategorie',
'Related To'=>'zuständig ',
'Question'=>'Frage',
'Answer'=>'Antwort',
'Comments'=>'Kommentare',
'LBL_COMMENTS'=>'Kommentare',//give the same value given to the above string 'Comments'
'Created Time'=>'erstellt',
'Modified Time'=>'geändert',
//Added fields after 4.2 alpha
'LBL_TICKETS'=>'Tickets',
'LBL_FAQ'=>'Wissensbasis',
'Product Name'=>'Produktname',
'FAQ Id'=>'Basis ID',
'Add Comment'=>'Kommentar hinzufügen',
'LBL_ADD_COMMENT'=>'Kommentar hinzufügen',//give the same value given to the above string 'Add Comment'
'LBL_COMMENT_INFORMATION'=>'Kommentar',
'Status'=>'Status',
//Added on 10-12-2005
'LBL_QUESTION'=>'Frage',
'LBL_CATEGORY'=>'Kategorie',
'LBL_MY_FAQ'=>'Meine Wissensbasis',
//Added for existing Picklist Entries
'General'=>'Allgemein',
'Draft'=>'Entwurf',
'Reviewed'=>'durchgesehen',
'Published'=>'veröffentlicht',
'Obsolete'=>'veraltet',
// Module Sequence Numbering
'Faq No' => 'Wissensbasis Nr.',
// END
'Faq ID' => 'FAQ ID',
);
?>