<?php
$lang['invalid_characters'] = 'Zeichen wie „%s“ sind nicht erlaubt mit dem Feld „%s“';
$lang['item'] = 'Eintrag';
$lang['items'] = 'Einträge';
$lang['fielddef'] = 'Felddefinition';
$lang['fielddefs'] = 'Felddefinitionen';
$lang['template'] = 'Vorlage';
$lang['templates'] = 'Vorlagen';
$lang['category'] = 'Kategorie';
$lang['categories'] = 'Kategorien';
$lang['option'] = 'Option';
$lang['options'] = 'Optionen';
$lang['maintenance'] = 'Wartung';
$lang['back'] = 'Eine Seite zurück';
$lang['prompt_fix_fielddefs'] = 'Versuche Reparatur der Datenbankeinträge für Felddefinitionen';
$lang['message_fielddefs_fixed'] = 'Felddefinitionen für alle Instanzen repariert.';
$lang['item_title'] = 'Titel';
$lang['prompt_item_title'] = 'Titel des Eintrags';
$lang['active'] = 'Aktiv';
$lang['create_time'] = 'Erstellungsdatum';
$lang['modified_time'] = 'Bearbeitungsdatum';
$lang['time_control'] = 'Zeitsteuerung verwenden';
$lang['start_time'] = 'Beginn';
$lang['end_time'] = 'Ende';
$lang['item_title_empty'] = 'Titel des Eintrags ist leer';
$lang['required_field_empty'] = 'Pflichtfeld ist leer';
$lang['too_long'] = 'Feldwert überschreitet maximale Länge';
$lang['approve'] = 'Status auf „Aktiv“ setzen';
$lang['revert'] = 'Status auf „Inaktiv“ setzen';
$lang['toggle_status'] = 'Status umschalten';
$lang['select_item'] = 'Eintrag auswählen';
$lang['submit_order'] = 'Reihenfolge speichern';
$lang['delete_selected'] = 'Ausgewählte %s löschen';
$lang['areyousure_deletemultiple'] = 'Wollen Sie wirklich alle %s löschen?';
$lang['select_all'] = 'Alle auswählen';
$lang['error_startgreaterend'] = 'FEHLER: Das Startdatum ist später als das Enddatum.';
$lang['item_alias_exists'] = 'Alias des Eintrags existiert bereits. Der Alias ​​muss eindeutig sein.';
$lang['return_url'] = 'Zurück';
$lang['pathcontainsvars'] = 'Dieses Feld kann nach dem ersten Speichern des %s bearbeitet werden';
$lang['item_var_help_item_id'] = 'If item_id is given, items are expected to be existing ones in database. If you importing new items, ignore this field.';
$lang['item_var_help_category_id'] = 'If category_id is give, item will be set into this category. If category_id is set, but dosen\' exists, it is ignored and default is used instead.';
$lang['item_var_help_title'] = 'Item title that is shown in URL and descripes item.';
$lang['item_var_help_alias'] = 'Item alias determines friendly computer acceptable name of item. Alias is unique for each item.';
$lang['item_var_help_position'] = 'With position you are abel to set position of item. This option will affect to way how items are shown.';
$lang['item_var_help_active'] = 'This option will set item either active or deactive.';
$lang['item_var_help_start_time'] = 'Set time when you want to show this item';
$lang['item_var_help_end_time'] = 'Set time when you want to hide this item';
$lang['item_var_help_owner'] = 'Set admin user ID for this item, to set owner.';
$lang['item_var_help_key1'] = 'Set additional identifier \'key1\' for this item.';
$lang['item_var_help_key2'] = 'Set additional identifier \'key2\' for this item.';
$lang['item_var_help_key3'] = 'Set additional identifier \'key3\' for this item.';
$lang['editfielddef'] = 'Extra-Feld bearbeiten';
$lang['fielddef_name'] = 'Name';
$lang['fielddef_help'] = 'Hilfreicher Tipp';
$lang['fielddef_type'] = 'Typ';
$lang['fielddef_deps'] = 'Modulabhängigkeiten';
$lang['fielddef_deps_missing'] = 'One or more module dependencies missing, please install all required modules in order to start using this field.';
$lang['fielddef_scan'] = 'Felddefinitionen einlesen';
$lang['fielddef_scanned'] = 'Felddefinitionen eingelesen';
$lang['fielddef_type_notset'] = 'Felddefinitionstyp nicht definiert';
$lang['fielddef_friendlytype'] = 'Eigene Bezeichnung';
$lang['fielddef_originator'] = 'Ursprung';
$lang['fielddef_max_length'] = 'maximale Länge';
$lang['fielddef_required'] = 'Erforderlich';
$lang['registered_fielddefs'] = 'Registrierte Felddefinitionen';
$lang['fielddef_name_empty'] = 'Der Name der Felddefinition ist leer';
$lang['fielddef_name_exists'] = 'Der Name der Felddefinitionen existiert bereits';
$lang['fielddef_alias_exists'] = 'Der Alias existiert bereits. Alias muss eindeutig sein.';
$lang['fielddef_is_unique'] = 'Felddefinition muss einzigartig sein; Sie können nicht mehrmals die gleiche haben';
$lang['fielddef_image'] = 'Bild erwartet';
$lang['invalid'] = 'Der Feldwert ist unzulässig';
$lang['status_required'] = 'Status auf „erforderlich“ setzen';
$lang['status_optional'] = 'Status auf „optional“ setzen';
$lang['is_default'] = 'Ist „Standard“';
$lang['status_default'] = 'Auf „Standard“ setzen';
$lang['helptext_title'] = 'Mögliche Felddefinition-Anweisungen für das Extra-Feld:';
$lang['address_field'] = 'Adressfeld';
$lang['fielddef_TextInput'] = 'Textfeld';
$lang['fielddef_Checkbox'] = 'Kontrollkästchen';
$lang['fielddef_TextArea'] = 'Textbereich';
$lang['fielddef_SelectDate'] = 'Datumsauswahl';
$lang['fielddef_SelectDateTime'] = 'Datumsauswahl';
$lang['fielddef_Dropdown'] = 'Auswahlfeld';
$lang['fielddef_ContentPages'] = 'Inhaltsseiten';
$lang['fielddef_SelectFile'] = 'Dateiauswahl';
$lang['fielddef_RadioGroup'] = 'Radioknopfgruppe';
$lang['enable_jqui'] = 'jQuery-UI-Knöpfe verwenden';
$lang['fielddef_Slider'] = 'Schieberegler';
$lang['fielddef_MultiSelect'] = 'Mehrfachauswahl';
$lang['fielddef_CheckboxGroup'] = 'Kontrollkästchen-Gruppe';
$lang['fielddef_FileUpload'] = 'Datei-Upload';
$lang['fielddef_ColorPicker'] = 'Farbauswahl';
$lang['fielddef_allow_help'] = 'Specify a comma seprated list of file extensions that are allowed. For example: pdf,gif,jpeg,jpg (keep lowercase)';
$lang['fielddef_dir_help'] = 'Directory path that will be appended to $config[\'uploads_url\'] . No slash at the end. {$item_id} and {$item_alias} will be replaced.';
$lang['fielddef_exclude_prefix_help'] = 'Specify comma separated list of prefixes to exclude files that starts with the set prefix. For example: thumb_, foo_';
$lang['fielddef_multioptions_help'] = 'Options separated by line breaks. Values can be separated from text with a = character. For example: Banana=banana';
$lang['fielddef_separator_help'] = 'Kann leer, ein einzelnes Zeichen oder eine HTML-Entität sein.';
$lang['fielddef_size_help'] = 'Größe des Eingabefelds (Anzahl der Zeichen); z. B.: 20';
$lang['fielddef_max_length_help'] = 'Maximale Eingabelänge des Felds (Anzahl der Zeichen), z. B.: 255';
$lang['fielddef_date_format_help'] = 'Datumsformat der jQuery-Datumsauswahl (siehe <a href="http://api.jqueryui.com/datepicker/#utility-formatDate">Datepicker Widget | jQuery UI API Documentation</a> (englisch)), z. B. <code>dd.mm.yy</code>';
$lang['fielddef_format_type_help'] = 'Ausgabeformat des Felds';
$lang['fielddef_show_seconds_help'] = 'Specify whether the seconds scroller should be shown. NOTICE, second scroller has no effect if time format is wrong. Try HH:mm:ss';
$lang['fielddef_time_format_help'] = 'Specify date format used by jQuery timepicker. Try googling \'jquery formatTime\'. For example: HH:mm';
$lang['fielddef_wysiwyg_help'] = 'If checked, a WYSIWYG Editor will be enabled for this field.';
$lang['fielddef_min_value_help'] = 'Minimalwert für das Feld';
$lang['fielddef_max_value_help'] = 'Maximalwert für das Feld';
$lang['fielddef_increment_by_help'] = 'Increment slider values , commonly a dividend of the slider\'s maximum value. The default increment is 1.';
$lang['fielddef_width_help'] = 'Specify width of element. Can be a percentage or pixel value. This is used as the CSS value.';
$lang['fielddef_subtype_help'] = 'Select Sub Type for this field to determine its behavior.';
$lang['fielddef_showall_help'] = 'Show all, regardless of system permissions.';
$lang['fielddef_columns_help'] = 'Number of columns. Divide this field into multiple columns for a better user experience.';
$lang['fielddef_media_type_help'] = 'Allows you to specify images as media type to be displayed. By default all files will be shown.';
$lang['fielddef_enable_jqui_help'] = 'Enhances standard form elements to themeable buttons with appropriate hover and active styles.';
$lang['reorder_categories'] = 'Kategorien neu anordnen';
$lang['edit_category'] = 'Kategorie bearbeiten';
$lang['category_name'] = 'Name der Kategorie';
$lang['category_description'] = 'Kategoriebeschreibung';
$lang['category_name_empty'] = 'Name der Kategorie ist leer';
$lang['category_alias_exists'] = 'Der Kategorie-Alias existiert bereits. Alias muss eindeutig sein.';
$lang['archivetemplate'] = 'Archivvorlage';
$lang['archivetemplates'] = 'Archivvorlagen';
$lang['categorytemplate'] = 'Kategorievorlage';
$lang['categorytemplates'] = 'Kategorievorlagen';
$lang['summarytemplate'] = 'Zusammenfassungsvorlage';
$lang['summarytemplates'] = 'Zusammenfassungsvorlagen';
$lang['detailtemplate'] = 'Detailvorlage';
$lang['detailtemplates'] = 'Detailvorlagen';
$lang['searchtemplate'] = 'Suchvorlage';
$lang['searchtemplates'] = 'Suchvorlagen';
$lang['filtertemplate'] = 'Filtervorlage';
$lang['filtertemplates'] = 'Filtervorlagen';
$lang['edittemplate'] = 'Vorlage bearbeiten';
$lang['template_name'] = 'Vorlagenname';
$lang['template_name_empty'] = 'Name der Vorlage ist leer';
$lang['template_content_empty'] = 'Vorlageninhalt ist leer';
$lang['default_templates'] = 'Standardvorlagen';
$lang['module_options'] = 'Moduloptionen';
$lang['url_options'] = 'URL-Optionen';
$lang['default_options'] = 'Modulstandards';
$lang['xmodule_options'] = 'Intermodulare Optionen';
$lang['prompt_friendlyname'] = 'Angezeigter Modulname';
$lang['prompt_moddescription'] = 'Module Admin description';
$lang['prompt_adminsection'] = 'Modul-Adminbereich';
$lang['items_options'] = 'Eintrag-Optionen';
$lang['prompt_item_singular'] = 'Einzahl von „Eintrag“';
$lang['prompt_item_plural'] = 'Mehrzahl von „Eintrag“';
$lang['prompt_url_prefix'] = 'URL-Präfix';
$lang['prompt_display_inline'] = 'Details „inline“ anzeigen';
$lang['prompt_subcategory'] = 'Enable subcategory option, will show inherited items in category and its children';
$lang['prompt_item_cols'] = 'Diese Felder in der Übersicht zeigen';
$lang['prompt_items_per_page'] = 'Artikel pro Seite anzeigen';
$lang['prompt_create_date'] = 'Erstellungsdatum im Bearbeitungsmodus anzeigen?';
$lang['prompt_detailpage'] = 'Detailseite';
$lang['prompt_summarypage'] = 'Zusammenfassungsseite';
$lang['prompt_reindex_search'] = 'Einträge mit Suchmodul durchsuchbar';
$lang['text_sortorder'] = 'Voreingestellte Eintrag-Sortierreihenfolge in der Administration';
$lang['options_notice'] = 'Nach Änderung des Modul-Anzeigenamens oder Administrationsbereichs, könnte es erforderlich sein, den Zwischenspeicher zu leeren, damit die Änderungen wirksam werden.';
$lang['prompt_allow_autoscan'] = 'Dem System erlauben, Felddefinitionen automatisch abzufragen';
$lang['notice_allow_autoscan'] = 'Allowing automatic scan on install, upgrade and uninstall events, might have some strange behavior with some core versions.';
$lang['prompt_allow_autoinstall'] = 'Dem System erlauben, Modulinstanzen automatisch zu installieren';
$lang['notice'] = 'Hinweis';
$lang['instances'] = 'Instanzen';
$lang['installed_instances_warning'] = 'Unten ist eine Liste von duplizierten Modul-Instanzen.<br />Vor einer Aktualisierung des Moduls sollte eine Sicherungskopie der Website (Datenbank und Dateien) erstellt werden.';
$lang['installed_instances'] = 'Installierte Instanzen';
$lang['instance_name'] = 'Instanzname';
$lang['instance_friendlyname'] = 'Anzeigename';
$lang['instance_smarty'] = 'Smarty-Tag';
$lang['instance_version'] = 'Version';
$lang['instance_upgrade'] = 'Aktualisieren';
$lang['instance_uptodate'] = 'Aktuell';
$lang['instance_moduleupgraded'] = 'Modul aktualisiert';
$lang['copy_title'] = 'Modul duplizieren';
$lang['submit'] = 'Absenden';
$lang['default'] = 'Standard';
$lang['cancel'] = 'Abbrechen';
$lang['update'] = 'Aktualisieren';
$lang['repair'] = 'Reparieren';
$lang['save_create'] = 'Speichern & Erstellen';
$lang['reset'] = 'Standard zurücksetzen';
$lang['duplicate'] = 'Duplizieren';
$lang['changessaved'] = 'Ihre Änderungen wurden gespeichert.';
$lang['changessaved_create'] = 'Der Eintrag wurde erstellt. Einen weiteren erstellen?';
$lang['templaterestored'] = 'Voreingestellte Vorlage wurde wiederhergestellt.';
$lang['areyousure'] = 'Wollen Sie dies wirklich löschen?';
$lang['up'] = 'Nach oben';
$lang['down'] = 'Nach unten';
$lang['edit'] = 'Bearbeiten';
$lang['copy'] = 'Duplizieren';
$lang['delete'] = 'Löschen';
$lang['nosuchid'] = 'Keine solche ID vorhanden';
$lang['deleted'] = 'Ihre Auswahl wurde gelöscht.';
$lang['add'] = '%s hinzufügen';
$lang['import'] = '%s importieren';
$lang['export'] = '%s exportieren';
$lang['alias'] = 'Alias';
$lang['alias_invalid'] = 'Der Alias ​​ist ungültig. Es muss ein gültiger PHP-Variablennamen sein';
$lang['search'] = 'Suche';
$lang['searchfor'] = 'Suche nach';
$lang['searchresultsfor'] = 'Suchergebnisse für';
$lang['firstpage'] = '«';
$lang['prevpage'] = '‹';
$lang['nextpage'] = '›';
$lang['lastpage'] = '»';
$lang['module_name'] = 'Modulname';
$lang['module_name_empty'] = 'Modulname ist leer';
$lang['module_name_invalid'] = 'Modulname enthält ungültige Zeichen';
$lang['modulecopied'] = 'Modul erfolgreich kopiert';
$lang['select_one'] = 'Bitte auswählen';
$lang['size'] = 'Größe';
$lang['max_length'] = 'maximale Länge';
$lang['wysiwyg'] = 'WYSIWYG';
$lang['date_format'] = 'Datumsformat';
$lang['time_format'] = 'Zeitformat';
$lang['format_type'] = 'Format-Typ';
$lang['dir'] = 'Verzeichnis';
$lang['allowed'] = 'Erlaubt';
$lang['exclude_prefix'] = 'Präfix ausschließen';
$lang['image'] = 'Bild';
$lang['file'] = 'Datei';
$lang['required'] = 'Erforderlich';
$lang['ascending'] = 'Aufsteigend';
$lang['descending'] = 'Absteigend';
$lang['extra'] = 'Extra';
$lang['combined'] = 'Kombiniert';
$lang['show_seconds'] = 'Sekunden anzeigen';
$lang['value'] = 'Wert';
$lang['width'] = 'Breite';
$lang['min_value'] = 'Minimalwert';
$lang['max_value'] = 'Maximalwert';
$lang['increment_by'] = 'erhöhen um';
$lang['subtype'] = 'Untertyp';
$lang['showall'] = 'Alle zeigen';
$lang['columns'] = 'Spalten';
$lang['owner'] = 'Besitzer';
$lang['filename'] = 'Datei-Name';
$lang['enclouser'] = 'Einschließung';
$lang['separator'] = 'Trenner';
$lang['values'] = 'Werte';
$lang['import_alias'] = 'Item/Fielddef alias';
$lang['file_alias'] = 'File header/alias';
$lang['error_optionrequired'] = 'Option %s wird zwingend benötigt';
$lang['error_bad_extension'] = 'Die Datei hat eine ungültige Erweiterung';
$lang['error_file_permissions'] = 'Es traten Probleme mit den Dateirechten auf';
$lang['error_file_empty'] = 'Keine Datei gefunden';
$lang['error_file_nocsv'] = 'Datei ist nicht im CSV-Format';
$lang['filter'] = 'Filter';
$lang['filterprompt'] = 'Filter %s';
$lang['param_filter_missing'] = 'Für den Filtermodus ist zwingend der Parameter <em>filter</em> erforderlich.';
$lang['all'] = 'Alle';
$lang['eventdesc_PreItemSave'] = 'Sent before item save process begins. Possible to manipulate item object data.';
$lang['eventdesc_PostItemSave'] = 'Sent after item save process has completed. Possible to manipulate item object data.';
$lang['eventdesc_PreItemDelete'] = 'Sent before item delete process begins. Possible to manipulate item object data.';
$lang['eventdesc_PostItemDelete'] = 'Sent after item delete process has completed. Possible to manipulate item object data.';
$lang['eventdesc_PreItemLoad'] = 'Sent before item load process begins. Possible to manipulate item object data.';
$lang['eventdesc_PostItemLoad'] = 'Sent after item load process has completed. Possible to manipulate item object data.';
$lang['eventdesc_PreRenderAction'] = 'Sent on action execute. Possible to manipulate item query data.';
$lang['eventhelp_PreItemSave'] = '<p>Sent before item save process begins. Possible to manipulate item object data.</p>
<h4>Parameters</h4>
<ul>
<li>\'item_object\' - Reference to affected item object.</li>
</ul>';
$lang['eventhelp_PostItemSave'] = '<p>Sent after item save process has completed. Possible to manipulate item object data.</p>
<h4>Parameters</h4>
<ul>
<li>\'item_object\' - Reference to affected item object.</li>
</ul>';
$lang['eventhelp_PreItemDelete'] = '<p>Sent before item delete process begins. Possible to manipulate item object data.</p>
<h4>Parameters</h4>
<ul>
<li>\'item_object\' - Reference to affected item object.</li>
</ul>';
$lang['eventhelp_PostItemDelete'] = '<p>Sent after item delete process has completed. Possible to manipulate item object data.</p>
<h4>Parameters</h4>
<ul>
<li>\'item_object\' - Reference to affected item object.</li>
</ul>';
$lang['eventhelp_PreItemLoad'] = '<p>Sent before item load process begins. Possible to manipulate item object data.</p>
<h4>Parameters</h4>
<ul>
<li>\'item_object\' - Reference to affected item object.</li>
</ul>';
$lang['eventhelp_PostItemLoad'] = '<p>Sent after item load process has completed. Possible to manipulate item object data.</p>
<h4>Parameters</h4>
<ul>
<li>\'item_object\' - Reference to affected item object.</li>
</ul>';
$lang['eventhelp_PreRenderAction'] = '<p>Sent on action execute. Possible to manipulate item query data.</p>
<h4>Parameters</h4>
<ul>
<li>\'action_name\' - Name of executed action.</li>
<li>\'query_object\' - Reference to affected query object.</li>
</ul>';
$lang['moddescription'] = 'ListIt erlaubt es Ihnen, Listen zu erstellen, die Sie auf Ihrer Website anzeigen können.';
$lang['postinstall'] = 'wurde installiert';
$lang['postuninstall'] = 'wurde deinstalliert';
$lang['general'] = 'Allgemein';
$lang['usage'] = 'Verwendung';
$lang['permissions'] = 'Berechtigungen';
$lang['duplicating'] = 'Dieses Modul duplizieren';
$lang['upgrading'] = 'Aktualisieren';
$lang['smarty_plugins'] = 'Smarty-Erweiterungen';
$lang['upgrade_from'] = 'Aktualisieren von';
$lang['team'] = 'Kollektiv';
$lang['help_general'] = '<h3>General Info</h3>      
    <p>Simply put, ListItExtended allows you to create lists that you can display throughout your website. You could make a simple FAQ or Testimonials feature with this module. The web developer defines fields to constrain what data the client can enter. A number of field types can be specified - text input, checkbox, text area, select date, upload file, select file, dropdown - and additional instructions can be set for each type, for example, input field size, max length, WYSIWYG editor, possible drop down values, possible file extensions, directory paths for file selections, date formats, etc..</p>
    <p>An important note of warning - This is not a content construction kit, such as in Drupal. It is meant for small listings, not to store thousands of records. This is because of the database model used (EAV). Also, each bit of data you enter is stored as TEXT data type, regardless of whether it is varchar, boolean, timestamp, etc. This is a restriction of a short de';
$lang['help_usage'] = '<h3>Verwendung</h3>			
	<p>You can configure {$module_name} here: Content > {$module_name}</p>
	<p>Place this tag in your page: {{$module_name}}</p>';
$lang['help_usage_options'] = 'After installing the module the next thing to do is set the options.  				
	<ol>					
		<li>To change the name of the module in the menu change the "Module Friendly Name".</li>
		<li>To change the name of the item tab change the "Item Plural".</li>
	</ol>';
$lang['help_usage_fielddefs'] = 'Next - set the Field Definitions. 
	<ol>
		<li>Choose from "Text Input", "Checkbox", "Text Area", "Select Date", "Upload File", "Select File" & "Dropdown".</li>
		<li>For each field definition, you can specify additional instructions in the "extra" field. See the "Field Definitions" tab for a list.</li>
		<li>Each item in each list has three default fields. All Field Definitions set here are additional to them.</li>
	</ol>';
$lang['help_usage_categories'] = 'There is a single category by default called "General". This can be renamed and additional Categories can be added.';
$lang['help_usage_items'] = 'Now we move on to the item list itself. In this example it says "Add Box", this was renamed in the "Options" tab. 
	<ol>
		<li>The first field is the default "Title" field.</li>
		<li>The "Category" dropdown is also a default field, and if unchanged, will be set to "General".</li>
		<li>The third default field is the checkbox called "Active". This allows you to toggle a list entry without deleting it.</li>
	</ol>';
$lang['help_permissions'] = '<h3>Berechtigungen</h3>
	<p>You can specify the following permissions under Users & Groups > Group Permissions</p>
	<ul>
		<li>{$module_name}: Modify Items</li>
		<li>{$module_name}: Modify Categories</li>
		<li>{$module_name}: Modify Options</li>
	</ul>
	<p>To allow non-admin users to upload files, please go to Extensions > GBFilePicker and tick that first checkbox "Show filemanagement options".</p>';
$lang['help_fielddefs'] = '<h3>Field Definitions</h3>
    <p>The first thing you should configure are your field definitions.</p>
    <p>For each field definition, you can specify additional settings by choosing from available options.</p>
    
    <h3>Default Field Definitions by type</h3>
    <ul>
        <li>Text Input</li>
        <li>Checkbox:</li>
        <li>Text Area</li>
        <li>Select Date</li>
        <li>Select File</li>
        <li>Dropdown</li>
        <li>Content Pages</li>
        <li>Radio Buttons</li>
    </ul>
    
    <h3>Custom Field Definitions</h3>
    <p>Since Version 1.3 field definitions have been completely rewritten.<br />
    As a result you can now create your custom field definitions by following naming convention in ListItExtended module.</p>
    <p>Following these changes these changes, ListItExtended Team has also released a module named <a href="http://dev.cmsmadesimple.org/projects/listit2xdefs" target="_blank">ListIt2XDefs</a> that is simply a wrapper module for Custom Field definitions.<br />
    When creating your custom filed for example "MyField" (where MyField would be name of your custom field) you would create "MyField" folder inside "FListIt2XDefs/fielddefs" folder and add needed files in this particular folder.<br />
    Fielddef file has to be prefixed with "listit2fd" for example "listit2fd.MyField.php", for input field template which is used when managing Item you would need "input.MyField.tpl" and as field definition settings template you would need admin.MyField.tpl (only needed if additional settings are possible for this field).</p>
    <p>After you are done writing your own custom field definition, you will have to go to "Modules &raquo; ListIt2" click on "Field Definitions" tab and scan for new field definitions by clicking on "Scan Field Definitions" button.</p><br />
    <h4><strong>Watch this video for detailed instructions</strong></h4>';
$lang['help_upgrading_12xto13'] = '<h4>Step one</h4>
    <p class="red"><strong>Please read upgrade Information above!<br />
    Make sure you create Backup or your Website and Database before any further actions</strong></p>
    <p>As mentioned after upgrade from 1.2.x to 1.3 the first step you will have to make is installing newly created <strong>{ListIt2Original}</strong> Instance.<br />
    Once this Instance is installed your old Original ListIt2 Items will be available in ListIt2Original Instance which you will find in "Content" backend section.</p>
    <p>At this moment your Frontend will most possibly be broken, displaying a Error about not recognized Smarty Tag for example "unknown tag ListIt2", you should replace any of {ListIt2} tags you are using in your Pages or Templates to {ListIt2Original}.</p>
    <h4>Step two</h4>
    <p>Due to limitation in module upgrade process, it is not possible to detect any of your previous ListIt2 Module settings, which means that you should make sure to change these settings in "Content » ListIt2Original" again to your preference.<br />
    Also you will have to set any Template in "Templates" tab that you have been using before as Defaul template back to "default" if you are not using "sumarytemplate" or "detailtemplate" or any Template related parameters.</p>
    <h4>Step three</h4>
    <p>In case you have been using Field definitions like GBFilePicker Upload File or Gallery selection, please note that these are no longer part of ListItExtended Module.<br />
    Reason for this is simply that Field definitions have been completely rewriten making it possible for you to create your own custom Field definitions and simply ListItExtended DEV Team can not support any third party Modules as part of ListItExtended Module and therefor possibly delaying releases in future due to Module incompatibility or anything else.</p>
    <p>To make your old Upload File or Gallery Fields working again you will have to install <a href="http://dev.cmsmadesimple.org/projects/listit2xdefs" target="_blank">ListItExtended XDefs</a> Module which is a Gateway module to ListItExtended custom Field definitions.<br />
    After ListItExtended XDefs is installed you will find a list of available Field Definitions in "Extensions » ListIt2" by clicking on "Field Definitions" tab.<br />
    Ideally your Field definitions should work again, if that is not the case you should try to repair Field definitions database table by clicking on "Repair" button under "Maintenance" tab.</p><br />
    <p><strong>If you have followed above steps, you should now have a fully functional and upgraded ListItExtended Module and all created Instances.</strong></p>';
$lang['help_upgrading_13xto14'] = '<h4>Categories changes</h4>
	<p>In version 1.4 behavior of Categories was changed and moved to Field definitions. Reason for this is, that not every ListIt2 Module instance actually requires Categories,
	therefore when you see your Categories missing you will have to create new Field definition of type "Category", if you do not see this Field definition, try scaning for new Field
	definition in ListIt2 Module interface, located in "Field Definitions" tab.</p>
	<p>Once your Category Filed definition was created, you should see "Categories" tab in your ListIt2 Module instance again, as well as have the ability of choosing a Category for a Item.</p>';
$lang['help_categories'] = '<h3>Kategorien</h3>
	<p>Mehrschichtige Kategorien werden unterstützt.</p>';
$lang['help_templates'] = '<h3>Templates</h3>
	<p>If you are not sure what variables are available to use in your templates, try the debug template:</p>
	<p>{{$module_name} summarytemplate=\'debug\'}</p>
	<p>You can access any field directly when looping through items using its alias, for example, to if you created a field definition with an alias "position", you can do:</p>';
$lang['help_duplicating'] = '<h3>Creating Module Instances</h3>
    <p>This module is a Control Panel for creating ListItExtended Module Instances. To create ListItExtended module Instance, simply go to "Instances" tab and click on "Create Instance" button.<br />
    Make sure you follow the CMSMS module naming conventions, a-z with no punctuation characters or spaces to be safe :)<br />
    After the module has been created a new instance will be installed and listed in original ListItExtended module under "Instances" tab.</p><br />
    <p>You can always change the module friendly name once installed under "Options" (Content &raquo; ListIt2NameOfDuplicate).<br />
    To change the icon, replace /modules/{$module_name}NameOfDuplicate/images/icon.gif.<br />
    To change Admin section of the module, simply select appropriate section from Dropdown. Make sure you clear the cache after these changes.</p>';
$lang['help_smarty_plugins'] = '<h4>What does this do?</h4>
	 <p>This plugin allows you to load ListItExtended item and category object by certain criteria, anywhere in the system.</p>
	 
	<h4>How do I use it?</h4>
	<p>Simply insert this tag into your page or template:</p>
	<pre><code>{ListIt2Loader item=\'item\' identifier=\'alias\' instance=\'ListIt2Instance\' value=\'myalias\' assign=\'tmp\'}</code></pre>
	
	<p>&nbsp;</p>
	
	<p>Following line will load item object from instance \'ListIt2Instance\' by alias \'myalias\' and assign it to variable $tmp. <br /> 
	After this you can use it in similar way, just like in regular ListItExtended templates:</p>
	<pre><code>{$tmp->title}</code></pre>
	
	<p>&nbsp;</p>
	
	<p>If multiple items are being loaded, this function returns array of objects, else it returns single item/category object</p>

	<h4>What parameters does it take?</h4>
	<ul>
		<li><em>(required) </em><tt>instance</tt> - Name of instance that holds items. <i>(If used inside ListItExtended templates, this parameter is optional)</i></li>
		<li><em>(required) </em><tt>value</tt> - Comma separated list of identifier values: \'alias1,alias2,alias3\' or \'1,2,3\'</li>
		<li><em>(optional) </em><tt>item="item"</tt> - Wanted item type, either: item/category</li>
		<li><em>(optional) </em><tt>identifier="item_id/category_id"</tt> - Wanted identifier, one of following: item_id, category_id, alias</li>
		<li><em>(optional) </em><tt>force_array="false"</tt> - Force output value as array</li>
	</ul>';
$lang['help_param_action'] = 'Überschreiben der Standard-Aktion. Mögliche Werte sind:
<table>
	<tr>
		<th>default</th>
		<td>Anzeige der Zusammenfassung.</td>
	</tr>
	<tr>
		<th>detail</th>
		<td>Anzeige der Detailseite</td>
	</tr>
	<tr>
		<th>search</th>
		<td>Anzeige des Suchformulars</td>
	</tr>
	<tr>
		<th>category</th>
		<td>Anzeige der Kategorieseite; optionale Parameter, die diese nur Aktion beeinflussen: <code>show_items</code>, <code>collapse</code>, <code>number_of_levels</code></td>
	</tr>
	<tr>
		<th>archive</th>
		<td>Anzeige des Archivs</td>
	</tr>
</table>';
$lang['help_param_showall'] = 'Alle Einträge unabhängig von der Zeitsteuerung anzeigen.';
$lang['help_param_category'] = 'Geben Sie einen oder mehrere Komma getrennte Alias von Kategorie(n) an, um nur Einträge aus diesen anzuzeigen.';
$lang['help_param_exclude_category'] = 'Geben Sie einen oder mehrere Komma getrennte Alias von Kategorie(n) an, um Einträge aus diesen auszuschließen.';
$lang['help_param_subcategory'] = 'Wenn Sie den Parameter \'category\' angegeben haben, können Sie mit <em>true</ em> auch Elemente aus Unterkategorien anzeigen. Standardmäßig ist der Wert auf false gesetzt.';
$lang['help_param_detailtemplate'] = 'Die Detailvorlage, die Sie verwenden möchten.';
$lang['help_param_summarytemplate'] = 'Die Zusammenfassungsvorlage, die Sie verwenden möchten.';
$lang['help_param_searchtemplate'] = 'Die Suchvorlage, die Sie verwenden möchten.';
$lang['help_param_categorytemplate'] = 'Die zu verwendende Kategorievorlage';
$lang['help_param_orderby'] = 'You can order by any of the following columns: item_id, item_title, item_position, item_created, category_id, category_name, category_position, category_hierarchy, rand and also by custom fields with custom_* (* would be field definition alias).<br />
    <ul>
        <li>For example:<br />
        orderby=\'category_name, item_title\'</li>
        <li>With fielddef values:<br />
        orderby=\'custom_[fielddef alias]\'</li>        
        <li>You can also specify ascending or descending for any column, for example:<br />
        orderby=\'category_name|ASC, item_title|DESC\'</li>
    </ul>';
$lang['help_param_pagelimit'] = 'Maximale Anzahl der anzuzeigenden Einträge (pro Seite). Wenn dieser Parameter nicht angegeben wird, werden alle passenden Einträge angezeigt. Wenn es ist, und es gibt mehr Einträge als im Parameter angegeben, wird der Text und Links angezeigt, um das Scrollen durch die Ergebnisse zu ermöglichen';
$lang['help_param_start'] = 'Beginnen beim n-ten Eintrag – beim leeren wert wird ab ersten Eintrag gestartet.';
$lang['help_param_number'] = 'Maximale anzahl der Einträge (pro Seite) - beim leeren wert werden alle Einträge angeizeigt. Dies ist ein Synonym für die pagelimit Parameter.';
$lang['help_param_detailpage'] = 'Seite für Eintragdetails. Muss ein Seitenalias sein. Wird verwendet, damit Details in einer anderen Seite als Zusammenfassung angezeigt werden.';
$lang['help_param_summarypage'] = 'Page to display item summary in. Must be a page alias/id. Used to allow summaries to be displayed in a different page than initiator.';
$lang['help_param_item'] = 'Dieser Parameter ist nur für die Detailansicht. Es ermöglicht die Angabe, welches Element im Detail-Modus angezeigt werden soll. Muss ein Element Alias ​​sein.';
$lang['help_param_search'] = 'Search all fields. Uses fulltext search. Can be combined with filter search.';
$lang['help_param_search_'] = 'Durchsucht ein bestimmtes Feld. Sie können \'title\' verwenden oder den Alias eines Extra-Felds, bspw. search_title. Bleibt unbeachtet, wenn der Parameter \'search\' gesetzt ist, jedoch ist die Kombination mehrerer search_* Parameter möglich.';
$lang['help_param_filter'] = 'Required for action <em>filter</em>. Specify the fields whose values should be offered as filter options by listing the field\'s aliases comma separated.';
$lang['help_param_debug'] = 'Ermöglicht Debug-Modus, Ausgabe aller Objekte, Arrays und Variablen für aktuelle Aktion.';
$lang['help_param_collapse'] = 'Applies only to action: <em>category</em>. Toggle collapse categories.';
$lang['help_param_show_items'] = 'Applies only to action: <em>category</em>. Append items to category tree.';
$lang['help_param_number_of_levels'] = 'Applies only to action: <em>category</em>. Number of of category levels to show.';
$lang['help_param_include_items'] = 'Specify an id/alias or comma separated ids/aliases of the items you want to display.';
$lang['help_param_exclude_items'] = 'Specify an id/alias or comma separated ids/aliases of the items you want to exclude from list.';
$lang['help_param_year'] = 'Einträge nach Jahr filtern';
$lang['help_param_month'] = 'Einträge nach Monat filtern';
$lang['upgrade_warning'] = '<h3>Important upgrade Information</h3>
    <p><strong>If you have upgraded from ListItExtended 1.2.2 or earlier Version to 1.3 read this carefully!</strong></p>
    <p>After upgrade proceedure of ListItExtended 1.3 a new Module instance called ListIt2Original will be created automatically.<br />
    Please go to "Extensions » Modules" and install this newly created Instance. Once this instance was installed Items from ListIt2 will be available again.<br />
    Unfortunatelly you will have to change all {ListIt2} tags in your Website to {ListIt2Original}, we are sorry about that.</p>';
?>