Skip to content
Snippets Groups Projects
Commit 20353fe4 authored by Torsten Oppermann's avatar Torsten Oppermann
Browse files

[TASK] Adding missing translations

parent d811b5b1
No related branches found
No related tags found
1 merge request!3New version 4 1
...@@ -189,6 +189,10 @@ ...@@ -189,6 +189,10 @@
<source>Language (reloads the page):</source> <source>Language (reloads the page):</source>
<target>Sprache (lädt die Seite neu):</target> <target>Sprache (lädt die Seite neu):</target>
</trans-unit> </trans-unit>
<trans-unit id="backend.send_again" approved="yes">
<source>Send again</source>
<target>Erneut senden</target>
</trans-unit>
<trans-unit id="backend.send_mail_again" approved="yes"> <trans-unit id="backend.send_mail_again" approved="yes">
<source>Send this email again?</source> <source>Send this email again?</source>
<target>Diese E-Mail nochmals versenden?</target> <target>Diese E-Mail nochmals versenden?</target>
...@@ -197,6 +201,10 @@ ...@@ -197,6 +201,10 @@
<source>Send this email now?</source> <source>Send this email now?</source>
<target>Diese E-Mail jetzt versenden?</target> <target>Diese E-Mail jetzt versenden?</target>
</trans-unit> </trans-unit>
<trans-unit id="backend.send_now" approved="yes">
<source>Send now</source>
<target>Jetzt senden</target>
</trans-unit>
<trans-unit id="backend.send_test" approved="yes"> <trans-unit id="backend.send_test" approved="yes">
<source>Save and send preview</source> <source>Save and send preview</source>
<target>Speichern und Vorschau-Mail senden</target> <target>Speichern und Vorschau-Mail senden</target>
......
...@@ -144,12 +144,18 @@ ...@@ -144,12 +144,18 @@
<trans-unit id="backend.select_language"> <trans-unit id="backend.select_language">
<source>Language (reloads the page):</source> <source>Language (reloads the page):</source>
</trans-unit> </trans-unit>
<trans-unit id="backend.send_again">
<source>Send again</source>
</trans-unit>
<trans-unit id="backend.send_mail_again"> <trans-unit id="backend.send_mail_again">
<source>Send this email again?</source> <source>Send this email again?</source>
</trans-unit> </trans-unit>
<trans-unit id="backend.send_mail_manually"> <trans-unit id="backend.send_mail_manually">
<source>Send this email now?</source> <source>Send this email now?</source>
</trans-unit> </trans-unit>
<trans-unit id="backend.send_now">
<source>Send now</source>
</trans-unit>
<trans-unit id="backend.send_test"> <trans-unit id="backend.send_test">
<source>Save and send preview</source> <source>Save and send preview</source>
</trans-unit> </trans-unit>
......
...@@ -67,7 +67,7 @@ ...@@ -67,7 +67,7 @@
<img src="/typo3/sysext/core/Resources/Public/Icons/T3Icons/actions/actions-document-import-t3d.svg" width="16" height="16"> <img src="/typo3/sysext/core/Resources/Public/Icons/T3Icons/actions/actions-document-import-t3d.svg" width="16" height="16">
</span> </span>
</span> </span>
Send Now <f:translate key="backend.send_now" />
</f:link.action> </f:link.action>
</f:then> </f:then>
<f:else> <f:else>
...@@ -77,7 +77,7 @@ ...@@ -77,7 +77,7 @@
<img src="/typo3/sysext/core/Resources/Public/Icons/T3Icons/actions/actions-insert-reference.svg" width="16" height="16"> <img src="/typo3/sysext/core/Resources/Public/Icons/T3Icons/actions/actions-insert-reference.svg" width="16" height="16">
</span> </span>
</span> </span>
Send Again <f:translate key="backend.send_again" />
</f:link.action> </f:link.action>
</f:else> </f:else>
</f:if> </f:if>
......
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