a:89:{s:21:"siteConfiguration.tab";a:1:{i:0;a:2:{s:6:"source";s:14:"Flux Providers";s:6:"target";s:13:"Flux-Provider";}}s:31:"siteConfiguration.pageTemplates";a:1:{i:0;a:2:{s:6:"source";s:66:"Available page layouts/templates (empty selection means allow-all)";s:6:"target";s:77:"Verfügbare Seitenlayouts/-templates (leere Auswahl bedeutet "alles erlaubt")";}}s:30:"siteConfiguration.contentTypes";a:1:{i:0;a:2:{s:6:"source";s:57:"Available content types (empty selection means allow-all)";s:6:"target";s:68:"Verfügbare Inhaltselemente (leere Auswahl bedeutet "alles erlaubt")";}}s:33:"extension_configuration.debugMode";a:1:{i:0;a:2:{s:6:"source";s:356:"Debug Mode: Display debug information about every Flux template being rendered and every ConfigurationProvider being used. Value "0" (production) means debug messages are disabled and Exceptions may be suppressed. Value "1" (development) means every debug message is displayed. Value "2" (staging, testing) means only severe errors' messages are displayed.";s:6:"target";s:0:"";}}s:36:"extension_configuration.handleErrors";a:1:{i:0;a:2:{s:6:"source";s:689:"Error handling: If enabled, all Flux controllers are permitted to handle their own errors in ways that are far more flexible than traditional error catching. Enable with care - if your plugin, content or page template collection does not contain an Error.html template, your site may risk breaking with an extremely basic and not very informative error á la "Template not found for action foobar" but when enabled and combined with proper error templates you can customise pretty much any error which might happen anywhere when a Flux controller subclass is in play. Best turned off on development sites unless you are developing exactly error templates as it greatly limits debug output!";s:6:"target";s:0:"";}}s:32:"extension_configuration.autoload";a:1:{i:0;a:2:{s:6:"source";s:276:"Automatic initialisation: If enabled, Flux will automatically create the TypoScript setup that is required to render Flux templates in the frontend, and will use it on every page. Unchecking this option instead registers a static TypoScript file which can be loaded as needed.";s:6:"target";s:0:"";}}s:35:"extension_configuration.plugAndPlay";a:1:{i:0;a:2:{s:6:"source";s:260:"Plug-and-play templates: If enabled, Flux will automatically create a template directory structure under your project folder (public folder) into which you can place Content and Page templates which are then automatically integrated as page- and content types.";s:6:"target";s:0:"";}}s:44:"extension_configuration.plugAndPlayDirectory";a:1:{i:0;a:2:{s:6:"source";s:419:"Plug-and-play templates directory: The directory name of plug-and-play templates, automatically created under the project folder ("public" directory). You can change this value to use a different directory name, but it will still be created under the "public" directory. Only relative paths are allowed - note that attempting to use "../" will not work as it causes the path to be sanitised and removed by TYPO3 itself.";s:6:"target";s:0:"";}}s:32:"extension_configuration.doktypes";a:1:{i:0;a:2:{s:6:"source";s:193:"Doktypes: CSV list of doktypes to add the page layout selectors to in addition to the default standard pages and shortcuts (0,1,4). Possible use cases are sysfolders (254) or custom page types.";s:6:"target";s:0:"";}}s:39:"extension_configuration.pageIntegration";a:1:{i:0;a:2:{s:6:"source";s:272:"Page Integration: If enabled, Flux will integrate with pages to make templates you place in the "Pages" template folder selectable in page properties (the features previously provided by the "Fluidpages" extension). You must flush system caches after changing this option!";s:6:"target";s:0:"";}}s:38:"extension_configuration.flexFormToIrre";a:1:{i:0;a:2:{s:6:"source";s:380:"EXPERIMENTAL - FlexForm-to-IRRE: FlexForm XML to IRRE storage. WARNING - destroys existing FlexForm data in DB when saving records! Enabling this option makes Flux capable of storing FlexForm XML data structures as normalized IRRE records. By using the DataAccessTrait, classes such as controllers can read out the data in an array structure compatible with vanilla FlexForm data.";s:6:"target";s:0:"";}}s:39:"extension_configuration.inheritanceMode";a:1:{i:0;a:2:{s:6:"source";s:553:"Default mode of Form value inheritance: The default mode is "restricted" which means inheritance follows the Flux pre 10.1.x rules that page variable inheritance only happens if the parent page uses the same page layout as the child page. This can be set to "unrestrited" to remove that constraint and allow inheritance when parent and child pages do not use the same page layout. This option changes the global default - individual templates can also set the mode which that specific template uses, with the flux:form.option.inheritanceMode ViewHelper.";s:6:"target";s:0:"";}}s:44:"extension_configuration.uniqueFileFieldNames";a:1:{i:0;a:2:{s:6:"source";s:1038:"Unique file field names: When this is enabled, FAL reference fields within a Flux context will be prefixed with the parent field name. This is done in order to ensure that references written to sys_file_reference will contain a unique value in "fieldname". Without this option enabled, any record which renders the same Flux form in two fields (e.g. pages when "this page" and "subpages" templates are identical) will show the same references in both fields because the "fieldname" saved in sys_file_reference is the same for both contexts. So, in order to avoid this duplication symptom, you can prefix the "fieldname" value stored in DB. Note: although this is handled transparently when you use transform="file" (and other file transformations) the prefix must manually be added to the field name when using e.g. v:resources.record.fal. CHANGING THIS OPTION WILL ORPHAN ALL EXISTING RELATIONS - TOGGLE IT ON FOR NEW SITES BUT LEAVE OLD SITES USING THE OPTION VALUE THEY WERE BORN WITH, OR YOU WILL NEED TO MIGRATE YOUR FILE REFERENCES!";s:6:"target";s:0:"";}}s:44:"extension_configuration.customLayoutSelector";a:1:{i:0;a:2:{s:6:"source";s:679:"Custom Layout Selector: (Requires TYPO3v11 or higher). When enabled, uses a fully custom page layout selector instead of the default "select" type for the "Page Layouts" fields in page properties. The custom page layout selector can be further configured through TCA overrides for TCA.pages.columns.tx_fed_page_controller_action.config and TCA.pages.columns.tx_fed_page_controller_action_sub.config. Supported settings are: "iconHeight" (integer, sets the height of icons, defaults to 200), titles (boolean, whether to render template titles in the selector, defaults to true) and descriptions (boolean, whether to render template descriptions in the selector, defaults to true).";s:6:"target";s:0:"";}}s:13:"content_types";a:1:{i:0;a:2:{s:6:"source";s:23:"Flux-based Content Type";s:6:"target";s:29:"Flux-basierte Inhaltselemente";}}s:32:"content_types.extension_identity";a:1:{i:0;a:2:{s:6:"source";s:201:"Extension identity (Vendor.ExtensionName format, should be your own extension). Determines where a partial and layout template files are resolved, and where a controller class may potentially be found.";s:6:"target";s:197:"Erweiterungsidentität (Format "Vendor.ExtensionName", sollte deine Erweiterung sein). Legt fest, wo Partials und Layout-Dateien aufgelöst werden, und wo Controllerklassen gefunden werden können.";}}s:18:"content_types.icon";a:1:{i:0;a:2:{s:6:"source";s:89:"Icon file or icon name (if custom icon name you must manually register the icon in TYPO3)";s:6:"target";s:104:"Icondatei oder Iconname (wenn es ein eigener Iconname ist, muss der manuell in TYPO3 registriert werden)";}}s:26:"content_types.content_type";a:1:{i:0;a:2:{s:6:"source";s:248:"Content type name, must be a value using only a-z and 0-9, but never starting with a number, and must use signature of extension you put in "extension identity" as prefix, e.g. extension "MyVendor.MySpecialExt" means prefix must be "myspecialext_".";s:6:"target";s:0:"";}}s:35:"content_types.content_configuration";a:1:{i:0;a:2:{s:6:"source";s:34:"Content type configuration options";s:6:"target";s:27:"Inhaltselementkonfiguration";}}s:32:"content_types.grid_configuration";a:1:{i:0;a:2:{s:6:"source";s:26:"Grid configuration options";s:6:"target";s:19:"Rasterkonfiguration";}}s:27:"content_types.template_file";a:1:{i:0;a:2:{s:6:"source";s:202:"Template file - if you use this, it overrides "template source" below. If you also enter a source it is available as {contentType.templateSource} in your own template. Use EXT:... file reference format.";s:6:"target";s:240:"Template-Datei - wenn das benutzt wird, wird die "Template-Quelle" unten überschrieben. Wenn auch die Template-Quelle eingetragen ist, ist sie als {contentType.templateSource} im Template verfügbar. Nutze das "EXT:..."-Dateireferenzformat";}}s:29:"content_types.template_source";a:1:{i:0;a:2:{s:6:"source";s:15:"Template source";s:6:"target";s:15:"Template-Quelle";}}s:24:"content_types.validation";a:1:{i:0;a:2:{s:6:"source";s:23:"Content type validation";s:6:"target";s:20:"Inhaltstypenprüfung";}}s:27:"content_types.template_dump";a:1:{i:0;a:2:{s:6:"source";s:67:"Flux template source (copy-paste to template file rendered by Flux)";s:6:"target";s:74:"Flux-Template-Quelle (copy-paste in die von Flux gerenderte Templatedatei)";}}s:23:"content_types.sheetName";a:1:{i:0;a:2:{s:6:"source";s:27:"Sheet name (a-z, 0-9 and _)";s:6:"target";s:26:"Blattname (a-z, 0-9 und _)";}}s:24:"content_types.sheetLabel";a:1:{i:0;a:2:{s:6:"source";s:37:"Sheet label (any characters you need)";s:6:"target";s:53:"Blattbezeichnung (alle Zeichen, die benötigt werden)";}}s:30:"content_types.sheetDescription";a:1:{i:0;a:2:{s:6:"source";s:377:"Add fields or modify fields that appear in this sheet when editors edit the content type.
					The properties of fields follow TCA standards with a few exceptions. If you need it, there is
					documentation about this API on https://viewhelpers.fluidtypo3.org/fluidtypo3/flux/ -
					which although it is for the ViewHelper API of Flux also documents the attributes used here.";s:6:"target";s:0:"";}}s:27:"content_types.sheet.context";a:1:{i:0;a:2:{s:6:"source";s:7:"Context";s:6:"target";s:7:"Kontext";}}s:30:"content_types.sheet.formFields";a:1:{i:0;a:2:{s:6:"source";s:11:"Form Fields";s:6:"target";s:14:"Formularfelder";}}s:24:"content_types.sheet.grid";a:1:{i:0;a:2:{s:6:"source";s:4:"Grid";s:6:"target";s:6:"Raster";}}s:28:"content_types.sheet.template";a:1:{i:0;a:2:{s:6:"source";s:14:"Fluid Template";s:6:"target";s:14:"Fluid-Template";}}s:26:"content_types.sheet.export";a:1:{i:0;a:2:{s:6:"source";s:15:"Export Template";s:6:"target";s:15:"Export-Template";}}s:35:"content_types.fields.universal.name";a:1:{i:0;a:2:{s:6:"source";s:30:"Field name (a-z, 0-9, _ and .)";s:6:"target";s:28:"Feldname (a-z, 0-9, _ and .)";}}s:36:"content_types.fields.universal.label";a:1:{i:0;a:2:{s:6:"source";s:132:"Label, can be LLL:EXT: reference or LLL:keyname which resolves the label in the content type's extension context, file locallang.xlf";s:6:"target";s:131:"Bezeichnung, kann eine LLL:EXT:-Referenz oder LLL:keyname sein, der das Label im Kontext der Erweiterung lädt, Datei locallang.xlf";}}s:40:"content_types.fields.universal.transform";a:1:{i:0;a:2:{s:6:"source";s:126:"Data type transformation, enter for example "array" to cast CSV values to array. See Flux documentation about possible values.";s:6:"target";s:129:"Datentyptransformation, z.B. "array" um CSV-Werte auf einen Array zu konvertieren. Siehe Flux-Dokumentation für mögliche Werte.";}}s:40:"content_types.fields.universal.clearable";a:1:{i:0;a:2:{s:6:"source";s:63:"Field can be cleared (add "clear" checkbox wizard beside field)";s:6:"target";s:59:"Feld kann geleert werden ("Leeren"-Checkbox neben dem Feld)";}}s:44:"content_types.fields.universal.default.value";a:1:{i:0;a:2:{s:6:"source";s:13:"Default value";s:6:"target";s:12:"Standardwert";}}s:44:"content_types.fields.universal.default.state";a:1:{i:0;a:2:{s:6:"source";s:13:"Default state";s:6:"target";s:15:"Standardzustand";}}s:26:"content_types.fields.input";a:1:{i:0;a:2:{s:6:"source";s:5:"Input";s:6:"target";s:11:"Eingabefeld";}}s:25:"content_types.fields.text";a:1:{i:0;a:2:{s:6:"source";s:4:"Text";s:6:"target";s:4:"Text";}}s:29:"content_types.fields.checkbox";a:1:{i:0;a:2:{s:6:"source";s:8:"Checkbox";s:6:"target";s:8:"Checkbox";}}s:26:"content_types.fields.radio";a:1:{i:0;a:2:{s:6:"source";s:5:"Radio";s:6:"target";s:5:"Radio";}}s:29:"content_types.fields.dateTime";a:1:{i:0;a:2:{s:6:"source";s:8:"DateTime";s:6:"target";s:12:"Datum + Zeit";}}s:27:"content_types.fields.select";a:1:{i:0;a:2:{s:6:"source";s:6:"Select";s:6:"target";s:6:"Select";}}s:33:"content_types.fields.select.items";a:1:{i:0;a:2:{s:6:"source";s:11:"Items (CSV)";s:6:"target";s:14:"Optionen (CSV)";}}s:29:"content_types.fields.relation";a:1:{i:0;a:2:{s:6:"source";s:8:"Relation";s:6:"target";s:12:"Verknüpfung";}}s:34:"content_types.fields.relation.size";a:1:{i:0;a:2:{s:6:"source";s:43:"Size of fields (number of possible entries)";s:6:"target";s:47:"Größe der Felder (Anzahl möglicher Enträge)";}}s:38:"content_types.fields.relation.minItems";a:1:{i:0;a:2:{s:6:"source";s:44:"Minimum number of items that can be selected";s:6:"target";s:61:"Minimale Anzahl an Einträgen, die ausgewählt werden können";}}s:38:"content_types.fields.relation.maxItems";a:1:{i:0;a:2:{s:6:"source";s:44:"Maximum number of items that can be selected";s:6:"target";s:61:"Maximale Anzahl an Einträgen, die ausgewählt werden können";}}s:38:"content_types.fields.relation.multiple";a:1:{i:0;a:2:{s:6:"source";s:50:"Allow multiple selections of the same value/record";s:6:"target";s:53:"Erlaube mehrfache Auswahl desselben Werts/Datensatzes";}}s:41:"content_types.fields.relation.emptyOption";a:1:{i:0;a:2:{s:6:"source";s:42:"Add an empty option before as first option";s:6:"target";s:46:"Füge leere Option vor der ersten Option hinzu";}}s:47:"content_types.fields.relation.foreignTableField";a:1:{i:0;a:2:{s:6:"source";s:140:"Field name on foreign table that contains UID of origin record. Empty means only one item can be related and UID is stored in origin record.";s:6:"target";s:185:"Feldname in der Fremdtabelle, der die UID des Originaldatensatzes enthält. Leer bedeutet, daß nur ein Eintrag verknüpft werden kann und die UID im Originaldatensatz gespeichert wird.";}}s:34:"content_types.fields.multiRelation";a:1:{i:0;a:2:{s:6:"source";s:13:"MultiRelation";s:6:"target";s:20:"Mehrfachverknüpfung";}}s:27:"content_types.fields.inline";a:1:{i:0;a:2:{s:6:"source";s:6:"Inline";s:6:"target";s:11:"Eingebettet";}}s:25:"content_types.fields.file";a:1:{i:0;a:2:{s:6:"source";s:4:"File";s:6:"target";s:5:"Datei";}}s:29:"content_types.fields.function";a:1:{i:0;a:2:{s:6:"source";s:8:"Function";s:6:"target";s:8:"Funktion";}}s:38:"content_types.fields.function.userFunc";a:1:{i:0;a:2:{s:6:"source";s:105:"User function reference, e.g. MyClass->myFunction. Class must be registered with autoloader to be usable.";s:6:"target";s:99:"Benutzerfunktionsreferenz, z.B. MyClass->myFunction. Klasse muss beim  Autoloader registriert sein.";}}s:34:"flux.backendLayout.columnsInParent";a:1:{i:0;a:2:{s:6:"source";s:17:"Columns in parent";s:6:"target";s:24:"Spalten im Elternelement";}}s:33:"flux.newContentWizard.fluxContent";a:1:{i:0;a:2:{s:6:"source";s:12:"Flux content";s:6:"target";s:11:"Flux-Inhalt";}}s:26:"tt_content.tx_flux_options";a:1:{i:0;a:2:{s:6:"source";s:7:"Options";s:6:"target";s:8:"Optionen";}}s:22:"tt_content.pi_flexform";a:1:{i:0;a:2:{s:6:"source";s:20:"Content-type options";s:6:"target";s:18:"Inhaltstypoptionen";}}s:15:"flux.clearValue";a:1:{i:0;a:2:{s:6:"source";s:11:"Clear value";s:6:"target";s:11:"Wert leeren";}}s:20:"flux.clearValue.help";a:1:{i:0;a:2:{s:6:"source";s:172:"Destroy the value that is saved in the database, allowing the value to either be inherited again from a parent or reset to the default value if there is no inherited value.";s:6:"target";s:200:"Lösche den Wert, der in der Datenbank gespeichert ist. Damit kann der Wert entweder von einem Elterndatensatz geerbt werden, oder wird auf den Standardwert gesetzt, wenn es keinen geerbten Wert gibt.";}}s:17:"flux.protectValue";a:1:{i:0;a:2:{s:6:"source";s:13:"Protect value";s:6:"target";s:14:"Wert schützen";}}s:22:"flux.protectValue.help";a:1:{i:0;a:2:{s:6:"source";s:95:"Protected values will remain the same even if the (inherited) value changes in a parent record.";s:6:"target";s:102:"Geschützte Werte werden gleich bleiben, auch wenn sich der (geerbte) Wert im Elterndatensatz ändert.";}}s:9:"reference";a:1:{i:0;a:2:{s:6:"source";s:61:"Reference to content on page '%s' - click to jump to original";s:6:"target";s:72:"Referenz zu Inhalt auf Seite '%s' - klicken, um zum Original zu springen";}}s:14:"user.no_fields";a:1:{i:0;a:2:{s:6:"source";s:23:"No fields found in form";s:6:"target";s:40:"Keine Felder in diesem Formular gefunden";}}s:17:"user.no_selection";a:1:{i:0;a:2:{s:6:"source";s:79:"No form selected/configured (enabling Flux debug will produce more information)";s:6:"target";s:98:"Kein Formular ausgewählt/konfiguriert (Aktivieren von Flux-Debug wird mehr Informationen liefern)";}}s:16:"user.no_template";a:1:{i:0;a:2:{s:6:"source";s:418:"No FlexForm source selected. This is usually caused by incorrect template paths being returned by a
				ConfigurationProvider - in the case of FED/FluidContent/FluidPages this can also be caused by not having selected a page template
				or Fluid content element type, which can be considered a safe "error" that is only reported because debug mode is enabled in Flux.
				The parameters which lead to this error were:";s:6:"target";s:0:"";}}s:43:"flux.this_table_does_not_exist.fields.input";a:1:{i:0;a:2:{s:6:"source";s:43:"flux.this_table_does_not_exist.fields.input";s:6:"target";s:0:"";}}s:30:"flux.this_table_does_not_exist";a:1:{i:0;a:2:{s:6:"source";s:30:"flux.this_table_does_not_exist";s:6:"target";s:0:"";}}s:3:"new";a:1:{i:0;a:2:{s:6:"source";s:43:"Insert new content element in this position";s:6:"target";s:47:"Neues Inhaltselement an dieser Stelle einfügen";}}s:5:"paste";a:1:{i:0;a:2:{s:6:"source";s:22:"Paste in this position";s:6:"target";s:26:"An dieser Stelle einfügen";}}s:15:"paste_reference";a:1:{i:0;a:2:{s:6:"source";s:35:"Paste as reference in this position";s:6:"target";s:39:"An dieser Stelle als Referenz einfügen";}}s:14:"toggle_content";a:1:{i:0;a:2:{s:6:"source";s:21:"Show or hide the grid";s:6:"target";s:31:"Raster anzeigen oder verstecken";}}s:20:"flux.grid.grids.grid";a:1:{i:0;a:2:{s:6:"source";s:35:"Columns from selected "Page Layout"";s:6:"target";s:35:"Spalten vom gewählten Seitenlayout";}}s:35:"pages.tx_fed_page_controller_action";a:1:{i:0;a:2:{s:6:"source";s:23:"Page Layout - this page";s:6:"target";s:26:"Seitenlayout - diese Seite";}}s:43:"pages.tx_fed_page_controller_action.default";a:1:{i:0;a:2:{s:6:"source";s:14:"Parent decides";s:6:"target";s:23:"Elternseite entscheidet";}}s:39:"pages.tx_fed_page_controller_action_sub";a:1:{i:0;a:2:{s:6:"source";s:22:"Page Layout - subpages";s:6:"target";s:26:"Seitenlayout - Unterseiten";}}s:26:"pages.tx_fed_page_flexform";a:1:{i:0;a:2:{s:6:"source";s:18:"Page Configuration";s:6:"target";s:19:"Seitenkonfiguration";}}s:30:"pages.tx_fed_page_flexform_sub";a:1:{i:0;a:2:{s:6:"source";s:29:"Page Configuration - subpages";s:6:"target";s:33:"Seitenkonfiguration - Unterseiten";}}s:25:"pages.tx_fed_page_package";a:1:{i:0;a:2:{s:6:"source";s:7:"Package";s:6:"target";s:5:"Paket";}}s:30:"pages.tx_fed_page_layoutselect";a:1:{i:0;a:2:{s:6:"source";s:12:"Page Layouts";s:6:"target";s:13:"Seitenlayouts";}}s:31:"pages.tx_fed_page_configuration";a:1:{i:0;a:2:{s:6:"source";s:18:"Page Configuration";s:6:"target";s:19:"Seitenkonfiguration";}}s:17:"pages.doktype.187";a:1:{i:0;a:2:{s:6:"source";s:18:"Raw Fluid template";s:6:"target";s:21:"Reines Fluid-Template";}}s:32:"pages.tx_fluidpages_templatefile";a:1:{i:0;a:2:{s:6:"source";s:23:"Template file reference";s:6:"target";s:23:"Template-Datei-Referenz";}}s:44:"pages.tx_fluidpages_templatefile.placeholder";a:1:{i:0;a:2:{s:6:"source";s:29:"EXT:... or site-relative path";s:6:"target";s:32:"EXT:... oder site-relativer Pfad";}}s:26:"pages.tx_fluidpages_layout";a:1:{i:0;a:2:{s:6:"source";s:27:"Layout to use for rendering";s:6:"target";s:18:"Layout zur Anzeige";}}s:16:"fluidContentArea";a:1:{i:0;a:2:{s:6:"source";s:18:"Fluid Content Area";s:6:"target";s:20:"Fluid-Inhaltsbereich";}}}47b0b223b87ce0f59a523f53b8190fc8939a2584