mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-19 16:01:33 +01:00
120 lines
10 KiB
Plaintext
120 lines
10 KiB
Plaintext
# Dolibarr language file - Source file is en_US - loan
|
|
ModuleBuilderDesc=This tool must be used only by experienced users or developers. It provides utilities to build or edit your own module. Documentation for alternative <a href="%s" target="_blank">manual development is here</a>.
|
|
EnterNameOfModuleDesc=Geben Sie den Namen des Moduls/der Anwendung ohne Leerzeichen ein, das erstellt werden soll. Verwenden Sie Großbuchstaben, um Wörter zu trennen (z.B.: MyModule, EcommerceForShop, SyncWithMySystem....).
|
|
EnterNameOfObjectDesc=Geben Sie den Namen des zu erstellenden Objekts ohne Leerzeichen ein. Verwenden Sie Großbuchstaben, um Wörter zu trennen (z.B. MyObject, Student, Teacher....). Die CRUD-Klassendatei, aber auch die API-Datei, Seiten zum Auflisten, Hinzufügen, Bearbeiten und Löschen von Objekten und SQL-Dateien werden generiert.
|
|
ModuleBuilderDesc2=Path where modules are generated/edited (first directory for external modules defined into %s): <strong>%s</strong>
|
|
ModuleBuilderDesc3=Gefundenen generierte/bearbeitbare Module : <strong>%s</strong>
|
|
ModuleBuilderDesc4=Ein Modul wird als 'editierbar' erkannt, wenn die Datei <strong>%s</strong> im Stammverzeichnis des Modulverzeichnisses existiert.
|
|
NewModule=Neues Modul
|
|
NewObject=Neues Objekt
|
|
ModuleKey=Modul Schlüssel
|
|
ObjectKey=Objekt Schlüssel
|
|
ModuleInitialized=Modul initialisiert
|
|
FilesForObjectInitialized=Datei für neues Objekt '%s' initialisiert
|
|
FilesForObjectUpdated=Dateien für Objekt '%s' aktualisiert (.sql Dateien and .class.php Datei)
|
|
ModuleBuilderDescdescription=Enter here all general information that describe your module.
|
|
ModuleBuilderDescspecifications=You can enter here a detailed description of the specifications of your module that is not already structured into other tabs. So you have within easy reach all the rules to develop. Also this text content will be included into the generated documentation (see last tab). You can use Markdown format, but it is recommended to use Asciidoc format (comparison between .md and .asciidoc: http://asciidoctor.org/docs/user-manual/#compared-to-markdown).
|
|
ModuleBuilderDescobjects=Definieren Sie hier die Objekte, die Sie mit Ihrem Modul verwalten möchten. Eine CRUD DAO-Klasse, SQL-Dateien, eine Seite zur Auflistung von Datensätze, zur Erstellung, Bearbeitung und Ansicht eines Datensatzes und einer API werden generiert.
|
|
ModuleBuilderDescmenus=This tab is dedicated to define menu entries provided by your module.
|
|
ModuleBuilderDescpermissions=Diese Registerkarte dient zur Definition der neuen Berechtigungen, die Sie mit Ihrem Modul bereitstellen möchten.
|
|
ModuleBuilderDesctriggers=Dies ist die Ansicht der von Ihrem Modul bereitgestellten Trigger. Um Code einzufügen, der beim Start eines ausgelösten Ereignisses ausgeführt wird, bearbeiten Sie einfach diese Datei.
|
|
ModuleBuilderDeschooks=This tab is dedicated to hooks.
|
|
ModuleBuilderDescwidgets=This tab is dedicated to manage/build widgets.
|
|
ModuleBuilderDescbuildpackage=Sie können hier eine "ready to distribute" Paketdatei (eine normalisierte.zip-Datei) Ihres Moduls und eine "ready to distribute" Dokumentationsdatei erzeugen. Klicken Sie einfach auf die Schaltfläche, um das Paket oder die Dokumentationsdatei zu erstellen.
|
|
EnterNameOfModuleToDeleteDesc=You can delete your module. WARNING: All coding files of module (generated or created manually) AND structured data and documentation will be deleted!
|
|
EnterNameOfObjectToDeleteDesc=You can delete an object. WARNING: All coding files (generated or created manually) related to object will be deleted!
|
|
DangerZone=Gefahrenzone
|
|
BuildPackage=Build package
|
|
BuildPackageDesc=You can generate a zip package of your application so your are ready to distribute it on any Dolibarr. You can also distribute it or sell it on marketplace like <a href="https://www.dolistore.com">DoliStore.com</a>.
|
|
BuildDocumentation=Dokumentation erstellen
|
|
ModuleIsNotActive=This module is not activated yet. Go to %s to make it live or click here:
|
|
ModuleIsLive=This module has been activated. Any change may break a current live feature.
|
|
DescriptionLong=Long description
|
|
EditorName=Name of editor
|
|
EditorUrl=URL of editor
|
|
DescriptorFile=Descriptor file of module
|
|
ClassFile=File for PHP DAO CRUD class
|
|
ApiClassFile=File for PHP API class
|
|
PageForList=PHP page for list of record
|
|
PageForCreateEditView=PHP page to create/edit/view a record
|
|
PageForAgendaTab=PHP page for event tab
|
|
PageForDocumentTab=PHP page for document tab
|
|
PageForNoteTab=PHP page for note tab
|
|
PathToModulePackage=Pfad des zu komprimierenden Moduls/Anwendungspakets
|
|
PathToModuleDocumentation=Path to file of module/application documentation (%s)
|
|
SpaceOrSpecialCharAreNotAllowed=Leer- oder Sonderzeichen sind nicht erlaubt.
|
|
FileNotYetGenerated=File not yet generated
|
|
RegenerateClassAndSql=Force update of .class and .sql files
|
|
RegenerateMissingFiles=Generate missing files
|
|
SpecificationFile=File of documentation
|
|
LanguageFile=File for language
|
|
ObjectProperties=Object Properties
|
|
ConfirmDeleteProperty=Are you sure you want to delete the property <strong>%s</strong>? This will change code in PHP class but also remove column from table definition of object.
|
|
NotNull=Not NULL
|
|
NotNullDesc=1=Set database to NOT NULL. -1=Allow null values and force value to NULL if empty ('' or 0).
|
|
SearchAll=Used for 'search all'
|
|
DatabaseIndex=Database index
|
|
FileAlreadyExists=Die Datei %s existiert bereits
|
|
TriggersFile=File for triggers code
|
|
HooksFile=File for hooks code
|
|
ArrayOfKeyValues=Array of key-val
|
|
ArrayOfKeyValuesDesc=Array of keys and values if field is a combo list with fixed values
|
|
WidgetFile=Widget Datei
|
|
ReadmeFile=Readme Datei
|
|
ChangeLog=ChangeLog Datei
|
|
TestClassFile=Datei für PHP Unit Testklasse
|
|
SqlFile=Sql Datei
|
|
PageForLib=File for PHP library
|
|
PageForObjLib=File for PHP library dedicated to object
|
|
SqlFileExtraFields=SQL Datei für zusätzliche Eigenschaften
|
|
SqlFileKey=SQL Datei für Schlüsselwerte
|
|
SqlFileKeyExtraFields=Sql file for keys of complementary attributes
|
|
AnObjectAlreadyExistWithThisNameAndDiffCase=An object already exists with this name and a different case
|
|
UseAsciiDocFormat=You can use Markdown format, but it is recommended to use Asciidoc format (omparison between .md and .asciidoc: http://asciidoctor.org/docs/user-manual/#compared-to-markdown)
|
|
IsAMeasure=Is a measure
|
|
DirScanned=Verzeichnis gescannt
|
|
NoTrigger=Kein Trigger
|
|
NoWidget=Kein Widget
|
|
GoToApiExplorer=Gehe zum API Explorer
|
|
ListOfMenusEntries=Liste der Menüeinträge
|
|
ListOfPermissionsDefined=Liste der definierten Berechtigungen
|
|
SeeExamples=Beispiele hier
|
|
EnabledDesc=Condition to have this field active (Examples: 1 or $conf->global->MYMODULE_MYOPTION)
|
|
VisibleDesc=Is the field visible ? (Examples: 0=Never visible, 1=Visible on list and create/update/view forms, 2=Visible on list only, 3=Visible on create/update/view form only (not list), 4=Visible on list and update/view form only (not create). Using a negative value means field is not shown by default on list but can be selected for viewing). It can be an expression, for example: preg_match('/public/', $_SERVER['PHP_SELF'])?0:1
|
|
IsAMeasureDesc=Can the value of field be cumulated to get a total into list? (Examples: 1 or 0)
|
|
SearchAllDesc=Is the field used to make a search from the quick search tool? (Examples: 1 or 0)
|
|
SpecDefDesc=Enter here all documentation you want to provide with your module that is not already defined by other tabs. You can use .md or better, the rich .asciidoc syntax.
|
|
LanguageDefDesc=Geben Sie in diese Dateien alle Schlüssel und entsprechende Übersetzung für jede Sprachdatei ein.
|
|
MenusDefDesc=Define here the menus provided by your module
|
|
PermissionsDefDesc=Define here the new permissions provided by your module
|
|
MenusDefDescTooltip=The menus provided by your module/application are defined into the array <strong>$this->menus</strong> into the module descriptor file. You can edit manually this file or use the embedded editor.<br><br>Note: Once defined (and module re-activated), menus are also visible into the menu editor available to administrator users on %s.
|
|
PermissionsDefDescTooltip=The permissions provided by your module/application are defined into the array <strong>$this->rights</strong> into the module descriptor file. You can edit manually this file or use the embedded editor.<br><br>Note: Once defined (and module re-activated), permissions are visible into the default permissions setup %s.
|
|
HooksDefDesc=Definieren Sie in der Eigenschaft <b> module_parts ['hooks'] </b> im Moduldeskriptor den Kontext der Hooks, die Sie verwalten möchten (die Liste der Kontexte kann durch eine Suche nach '<b> initHooks (</b> 'im Hauptcode) gefunden werden. <br> Bearbeiten Sie die Hook-Datei, um Ihrer hooked-Funktionen Code hinzuzufügen (hookable functions können durch eine Suche nach' <b> executeHooks </b> 'im Core-Code gefunden werden).
|
|
TriggerDefDesc=Define in the trigger file the code you want to execute for each business event executed.
|
|
SeeIDsInUse=Zeige die ID's die in Ihrer Installation verwendet werden
|
|
SeeReservedIDsRangeHere=Zeige die reservierten ID Bereiche
|
|
ToolkitForDevelopers=Toolir für Dolibarr Entwickler
|
|
TryToUseTheModuleBuilder=If you have knowledge of SQL and PHP, you may use the native module builder wizard.<br>Enable the module <strong>%s</strong> and use the wizard by clicking the <span class="fa fa-bug"></span> on the top right menu.<br>Warning: This is an advanced developer feature, do <b>not</b> experiment on your production site!
|
|
SeeTopRightMenu=Siehe <span class="fa fa-bug"></span>im Menü Oben Rechts
|
|
AddLanguageFile=Sprachdatei hinzufügen
|
|
YouCanUseTranslationKey=You can use here a key that is the translation key found into language file (see tab "Languages")
|
|
DropTableIfEmpty=(Tabelle löschen wenn leer)
|
|
TableDoesNotExists=Die Tabelle %s existiert nicht
|
|
TableDropped=Tabelle %s gelöscht
|
|
InitStructureFromExistingTable=Build the structure array string of an existing table
|
|
UseAboutPage=Disable the about page
|
|
UseDocFolder=Disable the documentation folder
|
|
UseSpecificReadme=Ein spezifisches Readme verwenden
|
|
RealPathOfModule=Real path of module
|
|
ContentCantBeEmpty=Content of file can't be empty
|
|
WidgetDesc=You can generate and edit here the widgets that will be embedded with your module.
|
|
CLIDesc=You can generate here some command line scripts you want to provide with your module.
|
|
CLIFile=CLI File
|
|
NoCLIFile=No CLI files
|
|
UseSpecificEditorName = Use a specific editor name
|
|
UseSpecificEditorURL = Use a specific editor URL
|
|
UseSpecificFamily = Use a specific family
|
|
UseSpecificAuthor = Use a specific author
|
|
UseSpecificVersion = Use a specific initial version
|
|
ModuleMustBeEnabled=The module/application must be enabled first
|