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

[TASK] Fixing some language labels

parent 1d278b3d
No related branches found
No related tags found
1 merge request!3New version 4 1
...@@ -194,8 +194,8 @@ ...@@ -194,8 +194,8 @@
<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"> <trans-unit id="backend.send_again" approved="yes">
<source>Send again</source> <source>Send</source>
<target>Erneut senden</target> <target>Senden</target>
</trans-unit> </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>
...@@ -206,8 +206,8 @@ ...@@ -206,8 +206,8 @@
<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"> <trans-unit id="backend.send_now" approved="yes">
<source>Send now</source> <source>Send</source>
<target>Jetzt senden</target> <target>Senden</target>
</trans-unit> </trans-unit>
<trans-unit id="backend.send_test" approved="yes"> <trans-unit id="backend.send_test" approved="yes">
<source>Save and send preview mails</source> <source>Save and send preview mails</source>
...@@ -222,8 +222,8 @@ ...@@ -222,8 +222,8 @@
<target>Versendet</target> <target>Versendet</target>
</trans-unit> </trans-unit>
<trans-unit id="backend.showBody" approved="yes"> <trans-unit id="backend.showBody" approved="yes">
<source>Show Mail</source> <source>Show</source>
<target>Mail anzeigen</target> <target>Anzeigen</target>
</trans-unit> </trans-unit>
<trans-unit id="backend.subject" approved="yes"> <trans-unit id="backend.subject" approved="yes">
<source>Subject</source> <source>Subject</source>
......
...@@ -148,7 +148,7 @@ ...@@ -148,7 +148,7 @@
<source>Language (reloads the page):</source> <source>Language (reloads the page):</source>
</trans-unit> </trans-unit>
<trans-unit id="backend.send_again"> <trans-unit id="backend.send_again">
<source>Send again</source> <source>Send</source>
</trans-unit> </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>
...@@ -157,7 +157,7 @@ ...@@ -157,7 +157,7 @@
<source>Send this email now?</source> <source>Send this email now?</source>
</trans-unit> </trans-unit>
<trans-unit id="backend.send_now"> <trans-unit id="backend.send_now">
<source>Send now</source> <source>Send</source>
</trans-unit> </trans-unit>
<trans-unit id="backend.send_test"> <trans-unit id="backend.send_test">
<source>Save and send preview mails</source> <source>Save and send preview mails</source>
...@@ -169,7 +169,7 @@ ...@@ -169,7 +169,7 @@
<source>Sent</source> <source>Sent</source>
</trans-unit> </trans-unit>
<trans-unit id="backend.showBody"> <trans-unit id="backend.showBody">
<source>Show Mail</source> <source>Show</source>
</trans-unit> </trans-unit>
<trans-unit id="backend.subject"> <trans-unit id="backend.subject">
<source>Subject</source> <source>Subject</source>
......
...@@ -19,8 +19,8 @@ ...@@ -19,8 +19,8 @@
<th></th> <th></th>
<th><f:translate key="backend.from" /> <br> <f:translate key="backend.to" /></th> <th><f:translate key="backend.from" /> <br> <f:translate key="backend.to" /></th>
<th><f:translate key="backend.subject" /></th> <th><f:translate key="backend.subject" /></th>
<th><f:translate key="backend.entry_date" /> <br> <f:translate key="backend.last_sent" /></th> <th><f:translate key="backend.entry_date" /> <br>
<th></th> <f:translate key="backend.last_sent" /></th>
<th></th> <th></th>
<th></th> <th></th>
</tr> </tr>
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
<td> <td>
<span><f:format.date format="d.m.Y h:i">{mail.crdate}</f:format.date></span> <span><f:format.date format="d.m.Y h:i">{mail.crdate}</f:format.date></span>
<br> <br>
<span><f:format.date format="d.m.Y h:i">{mail.tstamp}</f:format.date></span> <span><f:format.date format="d.m.Y h:i">{mail.last_sending_time}</f:format.date></span>
</td> </td>
<td nowrap="nowrap" class="col-control"> <td nowrap="nowrap" class="col-control">
<f:format.raw> <f:format.raw>
...@@ -53,36 +53,20 @@ ...@@ -53,36 +53,20 @@
</f:format.raw> </f:format.raw>
</td> </td>
<td> <td>
<f:if condition="{mail.sent} == '0'"> <f:link.action class="btn btn-default btn-send-now" controller="Queue" action="sendMail" arguments="{uid: mail.uid, selectedTemplate: selectedTemplateKey, selectedExtension: selectedExtensionKey}">
<f:then>
<f:link.action class="btn btn-default btn-send-now" controller="Queue" action="sendMail" arguments="{uid: mail.uid, selectedTemplate: selectedTemplateKey, selectedExtension: selectedExtensionKey}">
<span class="t3js-icon icon icon-size-small icon-state-default actions-document-import-t3d"> <span class="t3js-icon icon icon-size-small icon-state-default actions-document-import-t3d">
<span class="icon-markup"> <span class="icon-markup">
<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>
<f:translate key="backend.send_now" /> <f:translate key="backend.send_now" />
</f:link.action> </f:link.action>
</f:then>
<f:else>
<f:link.action class="btn btn-default btn-resend" controller="Queue" action="sendMail" arguments="{uid: mail.uid, selectedTemplate: selectedTemplateKey, selectedExtension: selectedExtensionKey}">
<span class="t3js-icon icon icon-size-small icon-state-default icon-actions-insert-reference">
<span class="icon-markup">
<img src="/typo3/sysext/core/Resources/Public/Icons/T3Icons/actions/actions-insert-reference.svg" width="16" height="16">
</span>
</span>
<f:translate key="backend.send_again" />
</f:link.action>
</f:else>
</f:if>
</td>
<td>
<a class="btn btn-default btn-toggle" data-uid="{mail.uid}"> <a class="btn btn-default btn-toggle" data-uid="{mail.uid}">
<span class="t3js-icon icon icon-size-small icon-state-default actions-document-view"> <span class="t3js-icon icon icon-size-small icon-state-default actions-document-view">
<span class="icon-markup"> <span class="icon-markup">
<img src="/typo3/sysext/core/Resources/Public/Icons/T3Icons/actions/actions-document-view.svg" width="16" height="16"> <img src="/typo3/sysext/core/Resources/Public/Icons/T3Icons/actions/actions-document-view.svg" width="16" height="16">
</span> </span>
</span> </span>
<f:translate key="backend.showBody" /> <f:translate key="backend.showBody" />
</a> </a>
</td> </td>
......
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