forked from akiessling/t3ext-form_dynamic_recipient
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow loading of recipients from current page
- Loading branch information
1 parent
75adad7
commit 1fabde0
Showing
5 changed files
with
50 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,20 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff"> | ||
<file t3:id="1471786343" source-language="en" datatype="plaintext" original="messages" date="2016-08-21T20:15:32Z" product-name="form"> | ||
<header/> | ||
<body> | ||
<trans-unit id="formEditor.elements.FormDynamicRecipient.pageUid.label" xml:space="preserve"> | ||
<source>Page containing dynamic values</source> | ||
</trans-unit> | ||
<trans-unit id="formEditor.elements.FormDynamicRecipient.pageUid.buttonLabel" xml:space="preserve"> | ||
<source>Pages</source> | ||
</trans-unit> | ||
<trans-unit id="formEditor.elements.FormDynamicRecipient.assignedVariable.label" xml:space="preserve"> | ||
<source>Variable to fill with the selected option</source> | ||
</trans-unit> | ||
</body> | ||
</file> | ||
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2"> | ||
<file source-language="en" datatype="plaintext" original="EXT:form_dynamic_recipient/Resources/Private/Language/Database.xlf" date="2024-04-29T14:07:59Z" product-name="form_dynamic_recipient"> | ||
<header/> | ||
<body> | ||
<trans-unit id="formEditor.elements.FormDynamicRecipient.pageUid.label" resname="formEditor.elements.FormDynamicRecipient.pageUid.label"> | ||
<source>Page containing dynamic values</source> | ||
</trans-unit> | ||
<trans-unit id="formEditor.elements.FormDynamicRecipient.pageUid.fieldExplanationText" resname="formEditor.elements.FormDynamicRecipient.pageUid.fieldExplanationText"> | ||
<source>Leave blank to load recipients from the page where the plugin is inserted</source> | ||
</trans-unit> | ||
<trans-unit id="formEditor.elements.FormDynamicRecipient.pageUid.buttonLabel" resname="formEditor.elements.FormDynamicRecipient.pageUid.buttonLabel"> | ||
<source>Page</source> | ||
</trans-unit> | ||
<trans-unit id="formEditor.elements.FormDynamicRecipient.assignedVariable.label" resname="formEditor.elements.FormDynamicRecipient.assignedVariable.label"> | ||
<source>Variable to fill with the selected option</source> | ||
</trans-unit> | ||
</body> | ||
</file> | ||
</xliff> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2"> | ||
<file source-language="en" target-language="de" datatype="plaintext" original="EXT:form_dynamic_recipient/Resources/Private/Language/Database.xlf" date="2024-04-29T14:07:59Z" product-name="form_dynamic_recipient"> | ||
<header/> | ||
<body> | ||
<trans-unit id="formEditor.elements.FormDynamicRecipient.pageUid.label" resname="formEditor.elements.FormDynamicRecipient.pageUid.label"> | ||
<source>Page containing dynamic values</source> | ||
<target>Seite mit Empfänger-Datensätzen</target> | ||
</trans-unit> | ||
<trans-unit id="formEditor.elements.FormDynamicRecipient.pageUid.fieldExplanationText" resname="formEditor.elements.FormDynamicRecipient.pageUid.fieldExplanationText"> | ||
<source>Leave blank to load recipients from the page where the plugin is inserted</source> | ||
<target>Leer lassen, um die Datensätze von der aktuellen Seite mit dem Formular-Plugin zu laden</target> | ||
</trans-unit> | ||
<trans-unit id="formEditor.elements.FormDynamicRecipient.pageUid.buttonLabel" resname="formEditor.elements.FormDynamicRecipient.pageUid.buttonLabel"> | ||
<source>Page</source> | ||
<target>Seite</target> | ||
</trans-unit> | ||
<trans-unit id="formEditor.elements.FormDynamicRecipient.assignedVariable.label" resname="formEditor.elements.FormDynamicRecipient.assignedVariable.label"> | ||
<source>Variable to fill with the selected option</source> | ||
<target>Gewählte Option in diese Variable laden</target> | ||
</trans-unit> | ||
</body> | ||
</file> | ||
</xliff> |