Skip to content
Snippets Groups Projects
Commit d2641238 authored by Kevin Ditscheid's avatar Kevin Ditscheid
Browse files

[TASK] Add info text on how to use markers

parent fc464cbe
No related branches found
No related tags found
No related merge requests found
......@@ -189,6 +189,14 @@
<source>String</source>
<target>Zeichenkette</target>
</trans-unit>
<trans-unit id="bachend.markerUsageInfo">
<source>Usage information</source>
<target>Information zur Benutzung</target>
</trans-unit>
<trans-unit id="bachend.markerUsage">
<source>You can use a marker in your text like this: "Dear {MARKER}, we hope you are fine with us contacting you. Kind regards {ANOTHERMARKER}"</source>
<target>Sie können die Marker wie folgt in Ihrem Text benutzen: "Sehr geehrte {MARKER}, wir hoffen dass Sie mit unserer Kontaktaufnahme einverstanden sind. Mit freundlichen Grüßen {ANOTHERMARKER}"</target>
</trans-unit>
<trans-unit id="backend.no_extension" approved="yes">
<source>No template was registered.</source>
<target>Es wurde noch kein Template registriert.</target>
......
......@@ -144,6 +144,12 @@
<trans-unit id="backend.marker.type.string">
<source>String</source>
</trans-unit>
<trans-unit id="bachend.markerUsageInfo">
<source>Usage information</source>
</trans-unit>
<trans-unit id="bachend.markerUsage">
<source>You can use a marker in your text like this: "Dear {MARKER}, we hope you are fine with us contacting you. Kind regards {ANOTHERMARKER}"</source>
</trans-unit>
<trans-unit id="backend.no_extension">
<source>No template was registered.</source>
</trans-unit>
......
......@@ -60,6 +60,16 @@
</tr>
</f:for>
</table>
<div class="panel panel-info">
<div class="panel-heading">
<f:translate key="bachend.markerUsageInfo" />
</div>
<div class="panel-body">
<p>
<f:translate key="bachend.markerUsage" />
</p>
</div>
</div>
</div>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment