139 lines
4.8 KiB
PHP
139 lines
4.8 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.
|
|
* Contributor(s): ______________________________________.
|
|
********************************************************************************/
|
|
|
|
$mod_strings = Array(
|
|
'LBL_MODULE_NAME'=>'Dokumente',
|
|
'LBL_MODULE_TITLE'=>'Dokumente: Home',
|
|
'LBL_SEARCH_FORM_TITLE'=>'Dokumentsuche',
|
|
'LBL_LIST_FORM_TITLE'=>'Dokumentliste',
|
|
'LBL_NEW_FORM_TITLE'=>'neues Dokument',
|
|
|
|
'LBL_LIST_SUBJECT'=>'Betreff',
|
|
'LBL_LIST_CONTACT_NAME'=>'Personenname',
|
|
'LBL_LIST_RELATED_TO'=>'bezogen auf',
|
|
'LBL_LIST_DATE_MODIFIED'=>'geändert',
|
|
|
|
'LBL_NOTE'=>'Dokument:',
|
|
'LBL_NOTE_SUBJECT'=>'Dokument Betreff:',
|
|
'LBL_CONTACT_NAME'=>'Personenname:',
|
|
'LBL_PHONE'=>'Telefon:',
|
|
'LBL_SUBJECT'=>'Betreff:',
|
|
'LBL_CLOSE'=>'schließen:',
|
|
'LBL_RELATED_TO'=>'bezogen auf:',
|
|
'LBL_EMAIL_ADDRESS'=>'E-Mail Adresse:',
|
|
'LBL_COLON'=>':',
|
|
|
|
'ERR_DELETE_RECORD'=>"Bitte einen Eintrag auswählen.",
|
|
'LBL_LIST_FILENAME'=>"Datei",
|
|
|
|
// Added for Note(3.2-patch 3)
|
|
|
|
'LBL_FILENAME'=>'Anhang:',
|
|
'LBL_NOTE_INFORMATION'=>'Dokumentinformation',
|
|
'File Information'=>'Dateiinformation',
|
|
|
|
// Added for 4GA
|
|
'LBL_TOOL_FORM_TITLE'=>'Dokumentenwerkzeuge',
|
|
// Added for 4GA
|
|
'Contact Name'=>'Personenname',
|
|
'Related To'=>'bezogen auf',
|
|
'Subject'=>'Betreff',
|
|
'Created Time'=>'erzeugt',
|
|
'Modified Time'=>'geändert',
|
|
'Document'=>'Dokument',
|
|
'Note'=>'Notiz',
|
|
//Added for 4.2 Release -- CustomView
|
|
'Related to'=>'bezogen auf',
|
|
'Last Modified'=>'geändert',
|
|
'File'=>'Datei',
|
|
'LBL_ALL'=>'alle',
|
|
'Title'=>'Titel',
|
|
|
|
//Added after 504 for Downloads Module
|
|
'LBL_FILE_INFORMATION'=>'Dateiinformation',
|
|
'LBL_FILE_NAME'=>'Dateiname',
|
|
'LBL_FILE_TYPE'=>'Dateityp',
|
|
'LBL_FILE_SIZE'=>'Größe',
|
|
'filelocationtype'=>'Download Typ',
|
|
'fileversion'=>'Version',
|
|
'filestatus'=>'aktiv',
|
|
'filedownloadcount'=>'Download Anzahl',
|
|
'os'=>'Plattform',
|
|
'LBL_FOLDER_NAME'=>'Verzeichnisname',
|
|
'LBL_DOWNLOAD_TYPE'=>'Download Typ',
|
|
'LBL_INTERNAL'=>'intern',
|
|
'LBL_EXTERNAL'=>'extern',
|
|
'LBL_EXTERNAL_FILE_NAME'=>'Dateiname',
|
|
'LBL_FILE_LOCATION'=>'Datei Location',
|
|
'LBL_PD'=>'plattformabhängig',
|
|
'LBL_PIND'=>'plattformunabhängig',
|
|
'ChoosePlatform'=>'Plattform auswählen',
|
|
'LBL_ACTIVE'=>'aktiv',
|
|
'LBL_INACTIVE'=>'inaktiv',
|
|
'LBL_UPLOAD_BUTTON'=>'Upload',
|
|
'architecture'=>'Architektur',
|
|
'LBL_DOWNLOAD_FILE'=>'Download Datei',
|
|
'LBL_CHECK_INTEGRITY'=>'prüfe Dateiintegrität',
|
|
'LBL_EMAIL_FILE'=>'E-Mail Datei als Anhang',
|
|
'LBL_CLICK_HERE'=>'klick hier,',
|
|
'LBL_TO_ADD_FOLDER'=>'um ein neues Verzeichnis anzulegen.',
|
|
'LBL_DELETE_FOLDER'=>'Verzeichnis löschen',
|
|
'LBL_FOLDER_DESC'=>'Beschreibung',
|
|
'LBL_ADD_NEW_FOLDER'=>'Verzeichnis hinzufügen',
|
|
'LBL_DELETE_DOCUMENTS'=>'lösche Dokument(e)',
|
|
'LBL_MOVE_TO'=>'verschiebe zu',
|
|
'File Name'=>'Dateiname',
|
|
'File Type'=>'Dateityp',
|
|
'File Size'=>'Größe',
|
|
'LBL_INTERNAL'=>'intern',
|
|
'LBL_URL'=>'URL',
|
|
'LBL_EXTERNAL'=>'extern',
|
|
'LBL_EXTERNAL_LNK'=>'externer Link',
|
|
'LBL_ACTIVE'=>'aktiv',
|
|
'LBL_INACTIVE'=>'inaktiv',
|
|
'LBL_PLATFORM_INDEPENDENT'=>'plattformunabhängig',
|
|
'LNK_DOWNLOAD'=>'download',
|
|
'LBL_MOVE_DOCUMENTS'=>'verschiebe Dokument(e)',
|
|
'LBL_MOVE'=>'Verschieben',
|
|
'Download Type'=>'Download Typ',
|
|
'Version'=>'Version',
|
|
'Active'=>'aktiv',
|
|
'Download Count'=>'Download Anzahl',
|
|
'Platform'=>'Plattform',
|
|
'Assigned To'=>'zuständig',
|
|
// Module Sequence Numbering
|
|
'Note No' => 'Dokumentnr.',
|
|
// END
|
|
|
|
// Documents module
|
|
'LBL_EMPTY_FOLDERS' => 'leere Verzeichnisse',
|
|
'LBL_VIEW_EMPTY_FOLDERS' => 'leere Verzeichnisse ansehen',
|
|
'LBL_NO_DOCUMENTS' => 'in diesem Verzeichnis wurden keine Dokumente abgelegt',
|
|
'LBL_DESCRIPTION' => 'Beschreibung',
|
|
'FILE_HAS_NO_DATA'=>'Die Datei ist leer oder ungültig.',
|
|
|
|
'LBL_MAXIMUM_20'=>'Maximum 20',
|
|
'LBL_MAXIMUM_50'=>'Maximum 50',
|
|
|
|
// Added after 5.1.0 GA
|
|
'Folder Name'=>'Verzeichnisname',
|
|
'Document No'=>'Dokumentennr.',
|
|
|
|
'Documents' => 'Dokumente',
|
|
'Documents ID' => 'Dokumenten ID',
|
|
);
|
|
|
|
?>
|