From 20353fe47f046775f605ab466ff393ca547bc1f4 Mon Sep 17 00:00:00 2001
From: Torsten Oppermann <torsten@sgalinski.de>
Date: Thu, 3 Aug 2017 17:06:08 +0200
Subject: [PATCH] [TASK] Adding missing translations

---
 Resources/Private/Language/de.locallang.xlf  | 8 ++++++++
 Resources/Private/Language/locallang.xlf     | 6 ++++++
 Resources/Private/Templates/Queue/Index.html | 4 ++--
 3 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/Resources/Private/Language/de.locallang.xlf b/Resources/Private/Language/de.locallang.xlf
index 58baaf10..53d7fee2 100644
--- a/Resources/Private/Language/de.locallang.xlf
+++ b/Resources/Private/Language/de.locallang.xlf
@@ -189,6 +189,10 @@
 			<source>Language (reloads the page):</source>
 			<target>Sprache (lädt die Seite neu):</target>
 		</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">
 			<source>Send this email again?</source>
 			<target>Diese E-Mail nochmals versenden?</target>
@@ -197,6 +201,10 @@
 			<source>Send this email now?</source>
 			<target>Diese E-Mail jetzt versenden?</target>
 		</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">
 			<source>Save and send preview</source>
 			<target>Speichern und Vorschau-Mail senden</target>
diff --git a/Resources/Private/Language/locallang.xlf b/Resources/Private/Language/locallang.xlf
index a24ab9a3..f3d894a6 100644
--- a/Resources/Private/Language/locallang.xlf
+++ b/Resources/Private/Language/locallang.xlf
@@ -144,12 +144,18 @@
 		<trans-unit id="backend.select_language">
 			<source>Language (reloads the page):</source>
 		</trans-unit>
+		<trans-unit id="backend.send_again">
+			<source>Send again</source>
+		</trans-unit>
 		<trans-unit id="backend.send_mail_again">
 			<source>Send this email again?</source>
 		</trans-unit>
 		<trans-unit id="backend.send_mail_manually">
 			<source>Send this email now?</source>
 		</trans-unit>
+		<trans-unit id="backend.send_now">
+			<source>Send now</source>
+		</trans-unit>
 		<trans-unit id="backend.send_test">
 			<source>Save and send preview</source>
 		</trans-unit>
diff --git a/Resources/Private/Templates/Queue/Index.html b/Resources/Private/Templates/Queue/Index.html
index 7a64bd7c..521fc101 100644
--- a/Resources/Private/Templates/Queue/Index.html
+++ b/Resources/Private/Templates/Queue/Index.html
@@ -67,7 +67,7 @@
 															<img src="/typo3/sysext/core/Resources/Public/Icons/T3Icons/actions/actions-document-import-t3d.svg" width="16" height="16">
 														</span>
 													</span>
-														Send Now
+														<f:translate key="backend.send_now" />
 													</f:link.action>
 												</f:then>
 												<f:else>
@@ -77,7 +77,7 @@
 																	<img src="/typo3/sysext/core/Resources/Public/Icons/T3Icons/actions/actions-insert-reference.svg" width="16" height="16">
 																</span>
 															</span>
-														Send Again
+														<f:translate key="backend.send_again" />
 													</f:link.action>
 												</f:else>
 											</f:if>
-- 
GitLab