From 1c665dd5992cf04d96fff22b6aba883a60953a0c Mon Sep 17 00:00:00 2001
From: Florian Bogner <f.bogner@pcsg.de>
Date: Thu, 23 Feb 2017 11:09:07 +0100
Subject: [PATCH] fix: Added 2 missing locale variables

---
 locale.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/locale.xml b/locale.xml
index f53f3b6..4ea8685 100644
--- a/locale.xml
+++ b/locale.xml
@@ -440,5 +440,13 @@ This is works with an external server on which QUIQQER systems can register them
             <en>
                 <![CDATA[The registration was successfull. Please check your email inbox and confirm the registration. <br /> Bear in mind that the email could have been marked as spam.]]></en>
         </locale>
+        <locale name="cron.window.cronservice.content.btn.resend.activation.mail">
+            <de><![CDATA[Mail erneut senden]]></de>
+            <en><![CDATA[Resend activationmail]]></en>
+        </locale>
+        <locale name="cron.window.cronservice.registration.success.btn.confirm.text">
+            <de><![CDATA[Verstanden]]></de>
+            <en><![CDATA[Okay]]></en>
+        </locale>
     </groups>
 </locales>
\ No newline at end of file
-- 
GitLab