From 41b143c384a1254f4b9ae866d9745fe78796f211 Mon Sep 17 00:00:00 2001
From: Sebastian Listl <s.listl@adito.de>
Date: Tue, 20 Aug 2024 11:12:06 +0200
Subject: [PATCH] clean language files, prefix keys

---
 entity/Context_entity/Context_entity.aod      |     8 +-
 .../DefaultAdminView_entity.aod               |     2 +-
 .../rows/children/rows_param/valueProcess.js  |     2 +-
 .../Usersettings_entity.aod                   |    34 +-
 .../calhourdivider/dropDownProcess.js         |     8 +-
 .../calmaintimeend/onValidation.js            |     2 +-
 .../calmaintimestart/onValidation.js          |     2 +-
 .../currentpassword/onValidation.js           |     2 +-
 .../entityfields/jpassword/onValidation.js    |     4 +-
 .../jpasswordrepeat/onValidation.js           |     2 +-
 .../selectionignorecase/dropDownProcess.js    |     4 +-
 .../selectionplaceholder/dropDownProcess.js   |    10 +-
 .../_____LANGUAGE_EXTRA.aod                   | 13706 +-----------
 .../_____LANGUAGE_de/_____LANGUAGE_de.aod     | 18200 +---------------
 .../_____LANGUAGE_en/_____LANGUAGE_en.aod     | 17055 +--------------
 .../_____LANGUAGE_es/_____LANGUAGE_es.aod     | 16976 +-------------
 .../_____LANGUAGE_nl/_____LANGUAGE_nl.aod     | 16974 +-------------
 .../_____LANGUAGE_pl/_____LANGUAGE_pl.aod     | 16653 +-------------
 neonContext/Usersettings/Usersettings.aod     |     2 +-
 neonView/IndexSearchView/IndexSearchView.aod  |     4 +-
 .../UsersettingsEdit_view.aod                 |    16 +-
 process/ContextUtils_lib/process.js           |     4 +-
 22 files changed, 625 insertions(+), 99045 deletions(-)

diff --git a/entity/Context_entity/Context_entity.aod b/entity/Context_entity/Context_entity.aod
index 79ce060..86d21eb 100644
--- a/entity/Context_entity/Context_entity.aod
+++ b/entity/Context_entity/Context_entity.aod
@@ -1,11 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <entity xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.4.0" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.4.0">
   <name>Context_entity</name>
-  <title>Context</title>
+  <title>root.Context_entity.title</title>
   <majorModelMode>DISTRIBUTED</majorModelMode>
   <documentation>%aditoprj%/entity/Context_entity/documentation.adoc</documentation>
   <contentTitleProcess>%aditoprj%/entity/Context_entity/contentTitleProcess.js</contentTitleProcess>
-  <titlePlural>Contexts</titlePlural>
+  <titlePlural>root.Context_entity.titlePlural</titlePlural>
   <recordContainer>jdito</recordContainer>
   <entityFields>
     <entityProvider>
@@ -14,11 +14,11 @@
     </entityProvider>
     <entityField>
       <name>UID</name>
-      <title>Context id</title>
+      <title>root.Context_entity.UID.title</title>
     </entityField>
     <entityField>
       <name>CONTEXT_NAME</name>
-      <title>Context name</title>
+      <title>root.Context_entity.CONTEXT_NAME.title</title>
     </entityField>
     <entityProvider>
       <name>Context</name>
diff --git a/entity/DefaultAdminView_entity/DefaultAdminView_entity.aod b/entity/DefaultAdminView_entity/DefaultAdminView_entity.aod
index cfab2d6..27530d8 100644
--- a/entity/DefaultAdminView_entity/DefaultAdminView_entity.aod
+++ b/entity/DefaultAdminView_entity/DefaultAdminView_entity.aod
@@ -46,7 +46,7 @@
     </entityParameter>
     <entityField>
       <name>ENTITY</name>
-      <title>Entity</title>
+      <title>root.DefaultAdminView_entity.ENTITY.title</title>
     </entityField>
   </entityFields>
   <recordContainers>
diff --git a/entity/DefaultAdminView_entity/entityfields/rows/children/rows_param/valueProcess.js b/entity/DefaultAdminView_entity/entityfields/rows/children/rows_param/valueProcess.js
index f58b015..345c5d3 100644
--- a/entity/DefaultAdminView_entity/entityfields/rows/children/rows_param/valueProcess.js
+++ b/entity/DefaultAdminView_entity/entityfields/rows/children/rows_param/valueProcess.js
@@ -6,5 +6,5 @@ if (tools.currentUserHasRole("INTERNAL_ADMINISTRATOR"))
 }
 else  //this should not be the case since the action should be invisible
 {
-    result.string(JSON.stringify([["0", "", translate.text("You don't have permission for this view."), "TEXT"]]));
+    result.string(JSON.stringify([["0", "", translate.text("root.You don't have permission for this view."), "TEXT"]]));
 }
\ No newline at end of file
diff --git a/entity/Usersettings_entity/Usersettings_entity.aod b/entity/Usersettings_entity/Usersettings_entity.aod
index 85363db..e8b9edf 100644
--- a/entity/Usersettings_entity/Usersettings_entity.aod
+++ b/entity/Usersettings_entity/Usersettings_entity.aod
@@ -1,12 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <entity xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.4.0" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.4.0">
   <name>Usersettings_entity</name>
-  <title>Settings</title>
+  <title>root.Usersettings_entity.title</title>
   <majorModelMode>DISTRIBUTED</majorModelMode>
   <documentation>%aditoprj%/entity/Usersettings_entity/documentation.adoc</documentation>
   <grantDelete v="false" />
   <afterUiInit>%aditoprj%/entity/Usersettings_entity/afterUiInit.js</afterUiInit>
-  <titlePlural>Settings</titlePlural>
+  <titlePlural>root.Usersettings_entity.titlePlural</titlePlural>
   <recordContainer>jdito</recordContainer>
   <entityFields>
     <entityProvider>
@@ -14,13 +14,13 @@
     </entityProvider>
     <entityField>
       <name>calHourdivider</name>
-      <title>Calendar hour divider</title>
+      <title>root.Usersettings_entity.calHourdivider.title</title>
       <contentType>NUMBER</contentType>
       <dropDownProcess>%aditoprj%/entity/Usersettings_entity/entityfields/calhourdivider/dropDownProcess.js</dropDownProcess>
     </entityField>
     <entityField>
       <name>calMaintimeEnd</name>
-      <title>Calendar maintime end</title>
+      <title>root.Usersettings_entity.calMaintimeEnd.title</title>
       <contentType>NUMBER</contentType>
       <placeholder>HH:mm</placeholder>
       <dropDownProcess>%aditoprj%/entity/Usersettings_entity/entityfields/calmaintimeend/dropDownProcess.js</dropDownProcess>
@@ -28,7 +28,7 @@
     </entityField>
     <entityField>
       <name>calMaintimeStart</name>
-      <title>Calendar maintime start</title>
+      <title>root.Usersettings_entity.calMaintimeStart.title</title>
       <contentType>NUMBER</contentType>
       <placeholder>HH:mm</placeholder>
       <dropDownProcess>%aditoprj%/entity/Usersettings_entity/entityfields/calmaintimestart/dropDownProcess.js</dropDownProcess>
@@ -36,29 +36,29 @@
     </entityField>
     <entityField>
       <name>UID</name>
-      <title>UID</title>
+      <title>root.Usersettings_entity.UID.title</title>
     </entityField>
     <entityField>
       <name>selectionIgnoreCase</name>
-      <title>Selection ignore case</title>
+      <title>root.Usersettings_entity.selectionIgnoreCase.title</title>
       <contentType>BOOLEAN</contentType>
       <dropDownProcess>%aditoprj%/entity/Usersettings_entity/entityfields/selectionignorecase/dropDownProcess.js</dropDownProcess>
     </entityField>
     <entityField>
       <name>selectionPlaceholder</name>
-      <title>Selection placeholder</title>
+      <title>root.Usersettings_entity.selectionPlaceholder.title</title>
       <contentType>NUMBER</contentType>
       <dropDownProcess>%aditoprj%/entity/Usersettings_entity/entityfields/selectionplaceholder/dropDownProcess.js</dropDownProcess>
     </entityField>
     <entityField>
       <name>jPassword</name>
-      <title>New password</title>
+      <title>root.Usersettings_entity.jPassword.title</title>
       <contentType>PASSWORD</contentType>
       <onValidation>%aditoprj%/entity/Usersettings_entity/entityfields/jpassword/onValidation.js</onValidation>
     </entityField>
     <entityField>
       <name>jPasswordRepeat</name>
-      <title>Repeat password</title>
+      <title>root.Usersettings_entity.jPasswordRepeat.title</title>
       <contentType>PASSWORD</contentType>
       <onValueChangeTypes>
         <element>MASK</element>
@@ -72,7 +72,7 @@
     </entityField>
     <entityField>
       <name>currentPassword</name>
-      <title>Current password</title>
+      <title>root.Usersettings_entity.currentPassword.title</title>
       <contentType>PASSWORD</contentType>
       <stateProcess>%aditoprj%/entity/Usersettings_entity/entityfields/currentpassword/stateProcess.js</stateProcess>
       <onValidation>%aditoprj%/entity/Usersettings_entity/entityfields/currentpassword/onValidation.js</onValidation>
@@ -83,14 +83,14 @@
     </entityProvider>
     <entityField>
       <name>userCurrency</name>
-      <title>User Currency</title>
-      <consumer></consumer>
+      <title>root.Usersettings_entity.userCurrency.title</title>
+      <consumer/>
       <dropDownProcess>%aditoprj%/entity/Usersettings_entity/entityfields/usercurrency/dropDownProcess.js</dropDownProcess>
       <displayValueProcess>%aditoprj%/entity/Usersettings_entity/entityfields/usercurrency/displayValueProcess.js</displayValueProcess>
     </entityField>
     <entityField>
       <name>incomingCallContext</name>
-      <title>Call context</title>
+      <title>root.Usersettings_entity.incomingCallContext.title</title>
       <consumer>KeywordIncomingCallContext_consumer</consumer>
       <displayValueProcess>%aditoprj%/entity/Usersettings_entity/entityfields/incomingcallcontext/displayValueProcess.js</displayValueProcess>
     </entityField>
@@ -111,8 +111,8 @@
     <entityField>
       <name>prefferredApprover</name>
       <documentation>%aditoprj%/entity/Usersettings_entity/entityfields/prefferredapprover/documentation.adoc</documentation>
-      <title>Preferred approver</title>
-      <description>used by "Approval Workflows"</description>
+      <title>root.Usersettings_entity.prefferredApprover.title</title>
+      <description>used by &quot;Approval Workflows&quot;</description>
       <consumer>Employees</consumer>
       <displayValueProcess>%aditoprj%/entity/Usersettings_entity/entityfields/prefferredapprover/displayValueProcess.js</displayValueProcess>
     </entityField>
@@ -126,7 +126,7 @@
     </entityConsumer>
     <entityField>
       <name>sendNotificationAsMail</name>
-      <title>Get mail notifications</title>
+      <title>root.Usersettings_entity.sendNotificationAsMail.title</title>
       <contentType>BOOLEAN</contentType>
       <dropDownProcess>%aditoprj%/entity/Usersettings_entity/entityfields/sendnotificationasmail/dropDownProcess.js</dropDownProcess>
       <state>AUTO</state>
diff --git a/entity/Usersettings_entity/entityfields/calhourdivider/dropDownProcess.js b/entity/Usersettings_entity/entityfields/calhourdivider/dropDownProcess.js
index 5908b5a..c84ccba 100644
--- a/entity/Usersettings_entity/entityfields/calhourdivider/dropDownProcess.js
+++ b/entity/Usersettings_entity/entityfields/calhourdivider/dropDownProcess.js
@@ -1,8 +1,8 @@
 import { result, translate } from "@aditosoftware/jdito-types";
 
 result.object([
-    ["1", "1 " + translate.text("hour")],
-    ["2", "2 " + translate.text("hours")],
-    ["4", "4 " + translate.text("hours")],
-    ["6", "6 " + translate.text("hours")]
+    ["1", "1 " + translate.text("root.hour")],
+    ["2", "2 " + translate.text("root.hours")],
+    ["4", "4 " + translate.text("root.hours")],
+    ["6", "6 " + translate.text("root.hours")]
 ]);
\ No newline at end of file
diff --git a/entity/Usersettings_entity/entityfields/calmaintimeend/onValidation.js b/entity/Usersettings_entity/entityfields/calmaintimeend/onValidation.js
index a114980..d96cd6c 100644
--- a/entity/Usersettings_entity/entityfields/calmaintimeend/onValidation.js
+++ b/entity/Usersettings_entity/entityfields/calmaintimeend/onValidation.js
@@ -5,5 +5,5 @@ let startValue = vars.get("$field.calMaintimeStart");
 
 if(endValue && startValue && parseFloat(startValue) >= parseFloat(endValue)) 
 {
-    result.string(translate.text("End time must be later than start time"));
+    result.string(translate.text("root.End time must be later than start time"));
 }
diff --git a/entity/Usersettings_entity/entityfields/calmaintimestart/onValidation.js b/entity/Usersettings_entity/entityfields/calmaintimestart/onValidation.js
index 3647976..1fc32fe 100644
--- a/entity/Usersettings_entity/entityfields/calmaintimestart/onValidation.js
+++ b/entity/Usersettings_entity/entityfields/calmaintimestart/onValidation.js
@@ -5,5 +5,5 @@ let endValue = vars.get("$field.calMaintimeEnd");
 
 if(startValue && endValue && parseFloat(endValue) <= parseFloat(startValue)) 
 {
-    result.string(translate.text("Start time must be earlier than end time"));
+    result.string(translate.text("root.Start time must be earlier than end time"));
 }
diff --git a/entity/Usersettings_entity/entityfields/currentpassword/onValidation.js b/entity/Usersettings_entity/entityfields/currentpassword/onValidation.js
index 8002fe9..bd7c1de 100644
--- a/entity/Usersettings_entity/entityfields/currentpassword/onValidation.js
+++ b/entity/Usersettings_entity/entityfields/currentpassword/onValidation.js
@@ -7,5 +7,5 @@ let password = vars.get("$local.value");
 if(vars.get("$property.currentPassword.state") !== neon.COMPONENTSTATE_INVISIBLE
     && password && !tools.verifyPassword(login, password, true)) 
 {
-    result.string(translate.text("Wrong password"));
+    result.string(translate.text("root.Wrong password"));
 }
\ No newline at end of file
diff --git a/entity/Usersettings_entity/entityfields/jpassword/onValidation.js b/entity/Usersettings_entity/entityfields/jpassword/onValidation.js
index 7d795e2..c46cbc8 100644
--- a/entity/Usersettings_entity/entityfields/jpassword/onValidation.js
+++ b/entity/Usersettings_entity/entityfields/jpassword/onValidation.js
@@ -11,11 +11,11 @@ if(newPassword)
     {
         if(!currentPassword) 
         {
-            messages.push(translate.text("Enter current password to verify"));
+            messages.push(translate.text("root.Enter current password to verify"));
         }
         else if(newPassword === currentPassword) 
         {
-            messages.push(translate.text("New password must not be the same as the current password"));
+            messages.push(translate.text("root.New password must not be the same as the current password"));
         }
     }
 
diff --git a/entity/Usersettings_entity/entityfields/jpasswordrepeat/onValidation.js b/entity/Usersettings_entity/entityfields/jpasswordrepeat/onValidation.js
index e897c78..73974a2 100644
--- a/entity/Usersettings_entity/entityfields/jpasswordrepeat/onValidation.js
+++ b/entity/Usersettings_entity/entityfields/jpasswordrepeat/onValidation.js
@@ -5,5 +5,5 @@ let newPassword = vars.get("$field.jPassword");
 
 if(newPassword !== passwordRepeat)
 {
-    result.string(translate.text("Password and confirmation must be the same!"));
+    result.string(translate.text("root.Password and confirmation must be the same!"));
 }
diff --git a/entity/Usersettings_entity/entityfields/selectionignorecase/dropDownProcess.js b/entity/Usersettings_entity/entityfields/selectionignorecase/dropDownProcess.js
index b8f8267..b2dc7b0 100644
--- a/entity/Usersettings_entity/entityfields/selectionignorecase/dropDownProcess.js
+++ b/entity/Usersettings_entity/entityfields/selectionignorecase/dropDownProcess.js
@@ -1,6 +1,6 @@
 import { result, translate } from "@aditosoftware/jdito-types";
  
 result.object([
-    ["true", translate.text("True")],
-    ["false", translate.text("False")]
+    ["true", translate.text("root.True")],
+    ["false", translate.text("root.False")]
 ]);
diff --git a/entity/Usersettings_entity/entityfields/selectionplaceholder/dropDownProcess.js b/entity/Usersettings_entity/entityfields/selectionplaceholder/dropDownProcess.js
index 391a75e..d91399e 100644
--- a/entity/Usersettings_entity/entityfields/selectionplaceholder/dropDownProcess.js
+++ b/entity/Usersettings_entity/entityfields/selectionplaceholder/dropDownProcess.js
@@ -1,9 +1,9 @@
 import { result, tools, translate  } from "@aditosoftware/jdito-types";
 
 result.object([
-    [tools.SELECTION_POSTFIX, translate.text("SELECTION_POSTFIX")],
-    [tools.SELECTION_PREFIX, translate.text("SELECTION_PREFIX")],
-    [tools.SELECTION_BOTH, translate.text("SELECTION_BOTH")],
-    [tools.SELECTION_NEITHER, translate.text("SELECTION_NEITHER")],
-    [tools.SELECTION_NULL, translate.text("SELECTION_NULL")]
+    [tools.SELECTION_POSTFIX, translate.text("root.SELECTION_POSTFIX")],
+    [tools.SELECTION_PREFIX, translate.text("root.SELECTION_PREFIX")],
+    [tools.SELECTION_BOTH, translate.text("root.SELECTION_BOTH")],
+    [tools.SELECTION_NEITHER, translate.text("root.SELECTION_NEITHER")],
+    [tools.SELECTION_NULL, translate.text("root.SELECTION_NULL")]
 ]);
diff --git a/language/_____LANGUAGE_EXTRA/_____LANGUAGE_EXTRA.aod b/language/_____LANGUAGE_EXTRA/_____LANGUAGE_EXTRA.aod
index f7a9ab8..548b249 100644
--- a/language/_____LANGUAGE_EXTRA/_____LANGUAGE_EXTRA.aod
+++ b/language/_____LANGUAGE_EXTRA/_____LANGUAGE_EXTRA.aod
@@ -5,13729 +5,185 @@
   <font name="Dialog" style="0" size="11" />
   <keyValueMap>
     <stringEntry>
-      <name> Info</name>
+      <name>root.Enter current password to verify</name>
     </stringEntry>
     <stringEntry>
-      <name>#,##0.00</name>
+      <name>root.False</name>
     </stringEntry>
     <stringEntry>
-      <name>#rememberme</name>
+      <name>root.hour</name>
     </stringEntry>
     <stringEntry>
-      <name>${ACTION_DO_OPEN}</name>
+      <name>root.hours</name>
     </stringEntry>
     <stringEntry>
-      <name>${ADDRESS_STATE}</name>
+      <name>root.No consumer found for context '%0'</name>
     </stringEntry>
     <stringEntry>
-      <name>${ATTRIBUTE_VOID}</name>
+      <name>root.Password and confirmation must be the same!</name>
     </stringEntry>
     <stringEntry>
-      <name>${BINARY_LIB_TOO_MANY_BINARIES}</name>
+      <name>root.SELECTION_BOTH</name>
     </stringEntry>
     <stringEntry>
-      <name>${CHECK SALESPROJECT \"%0\"}</name>
+      <name>root.SELECTION_NEITHER</name>
     </stringEntry>
     <stringEntry>
-      <name>${COMM_ADDRESS}</name>
+      <name>root.SELECTION_NULL</name>
     </stringEntry>
     <stringEntry>
-      <name>${CONDITION}</name>
+      <name>root.SELECTION_POSTFIX</name>
     </stringEntry>
     <stringEntry>
-      <name>${CONTEXT}</name>
+      <name>root.SELECTION_PREFIX</name>
     </stringEntry>
     <stringEntry>
-      <name>${CONTRACT_STATUS}</name>
+      <name>root.True</name>
     </stringEntry>
     <stringEntry>
-      <name>${COUNT_PREPOSITION_MULTIPLE}</name>
+      <name>root.You don't have permission for this view.</name>
     </stringEntry>
     <stringEntry>
-      <name>${COUNT_PREPOSITION_SINGLE}</name>
+      <name>root.End time must be later than start time</name>
     </stringEntry>
     <stringEntry>
-      <name>${DISPLAY_AND_OPEN_%0_HITS}</name>
+      <name>root.Start time must be earlier than end time</name>
     </stringEntry>
     <stringEntry>
-      <name>${DISPLAY_AND_OPEN_%0_OF_%1_HITS}</name>
+      <name>root.New password must not be the same as the current password</name>
     </stringEntry>
     <stringEntry>
-      <name>${DISPLAY_AND_OPEN_ONE_HIT}</name>
+      <name>root.Wrong password</name>
     </stringEntry>
     <stringEntry>
-      <name>${EURO_SIGN}</name>
+      <name>root.Some prereserved EntityFields which are necessary for 360° are not available. Context: %0 Data: %1 \nNeeded EntityFields are: #UID, #TITLE, #MAPPING, #CONTENTDESCRIPTION, #CONTENTTITLE, DATE_NEW, ACTIVE.</name>
     </stringEntry>
     <stringEntry>
-      <name>${FILTER_DYNAMIC_VALUE_ME}</name>
+      <name>root.Some prereserved EntityFields which are necessary for 360° are not available. Context: %0</name>
     </stringEntry>
     <stringEntry>
-      <name>${FREE}</name>
+      <name>root.Context_entity.title</name>
+      <value></value>
     </stringEntry>
     <stringEntry>
-      <name>${GENDER_OTHER}</name>
+      <name>root.Context_entity.titlePlural</name>
+      <value></value>
     </stringEntry>
     <stringEntry>
-      <name>${IGNORE_DUPLICATE}</name>
+      <name>root.Context_entity.UID.title</name>
+      <value></value>
     </stringEntry>
     <stringEntry>
-      <name>${MIN_MAX_ERROR_MAX_INT_VALUE} field: %0, value: %1, min: %2</name>
+      <name>root.Context_entity.CONTEXT_NAME.title</name>
+      <value></value>
     </stringEntry>
     <stringEntry>
-      <name>${MIN_MAX_ERROR_MIN_INT_VALUE} field: %0, value: %1, max: %2</name>
+      <name>root.DefaultAdminView_entity.ENTITY.title</name>
+      <value></value>
     </stringEntry>
     <stringEntry>
-      <name>${MIN_MAX_ERROR} field: %0, value: %1, min: %2, max: %3</name>
+      <name>root.Usersettings_entity.title</name>
+      <value></value>
     </stringEntry>
     <stringEntry>
-      <name>${NUMBER}</name>
+      <name>root.Usersettings_entity.titlePlural</name>
+      <value></value>
     </stringEntry>
     <stringEntry>
-      <name>${ORDER_CANCELLED}</name>
+      <name>root.Usersettings_entity.calHourdivider.title</name>
+      <value></value>
     </stringEntry>
     <stringEntry>
-      <name>${ORGTYPE_OTHER}</name>
+      <name>root.Usersettings_entity.calMaintimeEnd.title</name>
+      <value></value>
     </stringEntry>
     <stringEntry>
-      <name>${PRICELIST_DEFAULT}</name>
+      <name>root.Usersettings_entity.calMaintimeStart.title</name>
+      <value></value>
     </stringEntry>
     <stringEntry>
-      <name>${PRICELIST_SERVICE}</name>
+      <name>root.Usersettings_entity.UID.title</name>
+      <value></value>
     </stringEntry>
     <stringEntry>
-      <name>${PRODUCT_LIB_NO_PRODUCT_ID} function: %0</name>
+      <name>root.Usersettings_entity.selectionIgnoreCase.title</name>
+      <value></value>
     </stringEntry>
     <stringEntry>
-      <name>${QUANTITY_LOWER_THAN_1}</name>
+      <name>root.Usersettings_entity.selectionPlaceholder.title</name>
+      <value></value>
     </stringEntry>
     <stringEntry>
-      <name>${SALESPROJECT_CONTACT}</name>
+      <name>root.Usersettings_entity.jPassword.title</name>
+      <value></value>
     </stringEntry>
     <stringEntry>
-      <name>${SALESPROJECT_LEAD}</name>
+      <name>root.Usersettings_entity.jPasswordRepeat.title</name>
+      <value></value>
     </stringEntry>
     <stringEntry>
-      <name>${SALESPROJECT_MEMBER}</name>
+      <name>root.Usersettings_entity.currentPassword.title</name>
+      <value></value>
     </stringEntry>
     <stringEntry>
-      <name>${SALESPROJECT_MST_PHASE_CHANGE}</name>
+      <name>root.Usersettings_entity.userCurrency.title</name>
+      <value></value>
     </stringEntry>
     <stringEntry>
-      <name>${SALESPROJECT_MST_STATUS_CHANGE}</name>
+      <name>root.Usersettings_entity.incomingCallContext.title</name>
+      <value></value>
     </stringEntry>
     <stringEntry>
-      <name>${SALESPROJECT_NEGOTIATION}</name>
+      <name>root.Usersettings_entity.prefferredApprover.title</name>
+      <value></value>
     </stringEntry>
     <stringEntry>
-      <name>${SALESPROJECT_OFFER}</name>
+      <name>root.Usersettings_entity.sendNotificationAsMail.title</name>
+      <value></value>
     </stringEntry>
     <stringEntry>
-      <name>${SALESPROJECT_PROSPECT}</name>
+      <name>root.Usersettings.title</name>
+      <value></value>
     </stringEntry>
     <stringEntry>
-      <name>${SQL_LIB_FIELD_WRONG_FORMAT}</name>
+      <name>root.IndexSearchView.IndexSearchDashlet.title</name>
+      <value></value>
     </stringEntry>
     <stringEntry>
-      <name>${SQL_LIB_FIELD_WRONG_FORMAT} field: %0</name>
+      <name>root.IndexSearchView.indexsearch.title</name>
+      <value></value>
     </stringEntry>
     <stringEntry>
-      <name>${SQL_LIB_UNDEFINED_VALUE} field: %0</name>
+      <name>root.UsersettingsEdit_view.title</name>
+      <value></value>
     </stringEntry>
     <stringEntry>
-      <name>${SQL_LIB_UNSUPPORTED_DBTYPE} function: %0</name>
+      <name>root.UsersettingsEdit_view.PasswordEdit.drawerCaption</name>
+      <value></value>
     </stringEntry>
     <stringEntry>
-      <name>${TASK_PROTECTIONLEVEL}</name>
+      <name>root.UsersettingsEdit_view.PasswordEdit.title</name>
+      <value></value>
     </stringEntry>
     <stringEntry>
-      <name>${UNIGNORE_DUPLICATE}</name>
+      <name>root.UsersettingsEdit_view.CurrencyEdit.drawerCaption</name>
+      <value></value>
     </stringEntry>
     <stringEntry>
-      <name>${UNLINKEDMAILMAPPING_ADDITIONAL_LINKS}</name>
+      <name>root.UsersettingsEdit_view.CurrencyEdit.title</name>
+      <value></value>
     </stringEntry>
     <stringEntry>
-      <name>${UNLINKEDMAILMAPPING_ADDITIONAL_LINK}</name>
+      <name>root.UsersettingsEdit_view.PhoneEdit.drawerCaption</name>
+      <value></value>
     </stringEntry>
     <stringEntry>
-      <name>${VOLUME_MONEY}</name>
+      <name>root.UsersettingsEdit_view.Notification.drawerCaption</name>
+      <value></value>
     </stringEntry>
     <stringEntry>
-      <name>${WEBLINK_SCORE}</name>
-    </stringEntry>
-    <stringEntry>
-      <name>${WEBSERVICE_ERROR} url:%0 status:%1</name>
-    </stringEntry>
-    <stringEntry>
-      <name>${WORKFLOW_SUSPEND}</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 \"%1\"</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 activities from mails created</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 added.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 attachment:</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 attachments:</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 deleted.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 files ignored</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 files imported</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 from \"%1\" to %2 \"%3\"</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 from \"%1\" to \"%2\"</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 leads imported, %1 errors</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 mails could not be linked automatically</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 mails sent sucessfully, %1 mails failed. Process took %2 s.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 modified.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 new participants will be added to the campaign.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 new recipients will be added to the bulk mail.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 new recipients will be added to the serial letter.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 of the chosen records are already in the campaign</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 of the chosen records are already recipients.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 recipient will be added to the bulk mail.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 recipient will be added to the serial letter.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 responsilbe/s was/were changed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 status was/were changed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 Values updated using the current rate: %1</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 | %1 - %2 o'clock</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 | %1 o'clock - %2 | %3 o'clock</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0/%1 participant(s) will be added to the selected campaign step</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0: %1/%2 points = %3</name>
-    </stringEntry>
-    <stringEntry>
-      <name>(drop mails here)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>(optional) E-Mail to store in contact</name>
-    </stringEntry>
-    <stringEntry>
-      <name>(or drop files here)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>0 low</name>
-    </stringEntry>
-    <stringEntry>
-      <name>0%</name>
-    </stringEntry>
-    <stringEntry>
-      <name>1</name>
-    </stringEntry>
-    <stringEntry>
-      <name>1 medium</name>
-    </stringEntry>
-    <stringEntry>
-      <name>1 Month</name>
-    </stringEntry>
-    <stringEntry>
-      <name>1. Classification</name>
-    </stringEntry>
-    <stringEntry>
-      <name>1. Target group</name>
-    </stringEntry>
-    <stringEntry>
-      <name>100%</name>
-    </stringEntry>
-    <stringEntry>
-      <name>12 Months</name>
-    </stringEntry>
-    <stringEntry>
-      <name>2</name>
-    </stringEntry>
-    <stringEntry>
-      <name>2 big</name>
-    </stringEntry>
-    <stringEntry>
-      <name>2 Weeks</name>
-    </stringEntry>
-    <stringEntry>
-      <name>2. Classification</name>
-    </stringEntry>
-    <stringEntry>
-      <name>2. Customer value</name>
-    </stringEntry>
-    <stringEntry>
-      <name>25%</name>
-    </stringEntry>
-    <stringEntry>
-      <name>30</name>
-    </stringEntry>
-    <stringEntry>
-      <name>30 days net</name>
-    </stringEntry>
-    <stringEntry>
-      <name>360 Degree</name>
-    </stringEntry>
-    <stringEntry>
-      <name>50%</name>
-    </stringEntry>
-    <stringEntry>
-      <name>6 Months</name>
-    </stringEntry>
-    <stringEntry>
-      <name>60</name>
-    </stringEntry>
-    <stringEntry>
-      <name>7 days net</name>
-    </stringEntry>
-    <stringEntry>
-      <name>75%</name>
-    </stringEntry>
-    <stringEntry>
-      <name>8 days 2% discount, 30 days net</name>
-    </stringEntry>
-    <stringEntry>
-      <name>90</name>
-    </stringEntry>
-    <stringEntry>
-      <name>[%0]%1 has to be a string or array but it is %2</name>
-    </stringEntry>
-    <stringEntry>
-      <name>[%0]%1 has to be a string without empty spaces, (, ), =, &lt;, &gt;  but it contains at least one of them</name>
-    </stringEntry>
-    <stringEntry>
-      <name>[%0]%1 is an object but seems not to be a valid array or array-like</name>
-    </stringEntry>
-    <stringEntry>
-      <name>[%0]has now an incorrect length; estimated 2 or 3 elements but got %1</name>
-    </stringEntry>
-    <stringEntry>
-      <name>[%0]it was necessary to create a file from a blob-field but no lob-file-path was specified.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>[%0]it was necessary to create a text-file from a clob-field but no lob-file-path was specified.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>[%0]the columnName is not a string after interpreting</name>
-    </stringEntry>
-    <stringEntry>
-      <name>[%0]the tableAlias is not a string after interpreting</name>
-    </stringEntry>
-    <stringEntry>
-      <name>[%0]the tableName is not a string after interpreting</name>
-    </stringEntry>
-    <stringEntry>
-      <name>[TEST] .All</name>
-    </stringEntry>
-    <stringEntry>
-      <name>[TEST] Calendar_lib</name>
-    </stringEntry>
-    <stringEntry>
-      <name>[TEST] Importer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>[TEST] Keyword_lib</name>
-    </stringEntry>
-    <stringEntry>
-      <name>[TEST] KeywordAttribute_lib</name>
-    </stringEntry>
-    <stringEntry>
-      <name>[TEST] Observation_lib</name>
-    </stringEntry>
-    <stringEntry>
-      <name>[TEST] Sql_lib - SqlBuilder</name>
-    </stringEntry>
-    <stringEntry>
-      <name>[TEST] Sql_lib - SqlMaskingUtils</name>
-    </stringEntry>
-    <stringEntry>
-      <name>[TEST] UnitTest_lib</name>
-    </stringEntry>
-    <stringEntry>
-      <name>[TEST] Util_lib</name>
-    </stringEntry>
-    <stringEntry>
-      <name>[TEST] Util_lib - ArrayUtils</name>
-    </stringEntry>
-    <stringEntry>
-      <name>[TEST] ZippingUtil_lib</name>
-    </stringEntry>
-    <stringEntry>
-      <name>A</name>
-    </stringEntry>
-    <stringEntry>
-      <name>A communication setting for this channel already exists!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>A person can only have one private Contact.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>A Phase filter has to be set when creating a checklistentry for the Salesproject context.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>A Phase filter has to be set when creating a checklistentry for the Salesproject Context.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>AB_KEYWORD_ENTRYID (UID)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Aborted</name>
-    </stringEntry>
-    <stringEntry>
-      <name>accept</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Accepted call from %0 (%1) to %2, duration: %3</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Access type</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Account Manager</name>
-    </stringEntry>
-    <stringEntry>
-      <name>acquainted with</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Acquisition</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Action</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Action '</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Action mail</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Action not supported</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Actions</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Active</name>
-    </stringEntry>
-    <stringEntry>
-      <name>active</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Activities</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Activity</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Activity Id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Activity link Id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Activity: Topic</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Activity: Topic (incl. Subtopics)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ACTIVITYID (UID)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Actual Amount</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Actual amount</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Actual Amount (%0)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ad hoc</name>
-    </stringEntry>
-    <stringEntry>
-      <name>add  contact to ewssync</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Add %0 Observations</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Add all</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Add Attributes </name>
-    </stringEntry>
-    <stringEntry>
-      <name>add Contact to Sync</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Add Dependency</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Add Manual Delete Flag</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Add participant to Campaign</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Add Participants</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Add participants to Campaign</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Add Recipients</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Add selected workflow</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Add the selection to a bulk mail</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Add the selection to a campaign</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Add the selection to a serial letter</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Add to Bulkmail</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Add to Campaign</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Add to offer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Add to order</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Add to serial letter</name>
-    </stringEntry>
-    <stringEntry>
-      <name>add to sync</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Add to synchronisation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>AddAction</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Added</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Additional Contacts</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Additional data</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Address</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Address addition</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Address changed to %0 %1 %2 %3 %4</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Address format</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Address Id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Address purchase</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Address Search</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Addresses</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Addresstype</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Adds an answer to the selected discussion</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Adito dark blue</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ADITO Facebook Feed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Adito grey</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Adito light blue</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Adito red</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Adito Versafix</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Admin</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Administration</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Administrator</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertising</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertising ban</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertising consent</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertising count</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertising Id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertising item</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertising Item</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertising items</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertising material</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertising material count</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertising materials</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertising received</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertising Shipment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertising shipment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertising_lib</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertisingitem Id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Adviser</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Adviser Contact</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Adviser contact</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Adviser Role</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Adviser role</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Adviser status</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Affected rows</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Afghanistan</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Agency</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Albania</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Algeria</name>
-    </stringEntry>
-    <stringEntry>
-      <name>All Knowledge Entries</name>
-    </stringEntry>
-    <stringEntry>
-      <name>All mails that could not automatically linked are displayed here</name>
-    </stringEntry>
-    <stringEntry>
-      <name>All of the chosen records are already in the campaign</name>
-    </stringEntry>
-    <stringEntry>
-      <name>All of the chosen records are already in the campaignstep</name>
-    </stringEntry>
-    <stringEntry>
-      <name>All selected participants already are in the campaign</name>
-    </stringEntry>
-    <stringEntry>
-      <name>All synchronized datasets</name>
-    </stringEntry>
-    <stringEntry>
-      <name>All tasks that are not completed and assigned to me</name>
-    </stringEntry>
-    <stringEntry>
-      <name>All Unlinked Mails</name>
-    </stringEntry>
-    <stringEntry>
-      <name>allow</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Allowed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Alt. E-Mail</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Alt. Phone</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Alternative email</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Alternative phone</name>
-    </stringEntry>
-    <stringEntry>
-      <name>American Samoa</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Amount</name>
-    </stringEntry>
-    <stringEntry>
-      <name>An error occured during checking whether at least one of the recipients is an internal user or not.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>An error occured during checking whether the sender is an internal user or not.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>An error occured during decoding the mails content.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>An error occured during parsing imported mail.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>An error occured while processing the business card.\nPlease contact an administrator.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Analyses</name>
-    </stringEntry>
-    <stringEntry>
-      <name>and</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Andorra</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Angebot</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Angola</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Anguilla</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Annual holidays</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Annually</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Anonymization</name>
-    </stringEntry>
-    <stringEntry>
-      <name>anonymize Persons</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Answer Address</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Answered</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Antarctica</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Antigua and Barbuda</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Apply changes for all</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Appointment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Appointment checkup</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Appointment CheckUp</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Appointment checkup for the selected day</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Appointment Confirmed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Appointment End</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Appointment Id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Appointment link Id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Appointment planned</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Appointment Start</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Appointment Status</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Appointment Subject</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Appointments</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Appointments/Tasks</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Approval</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Approval denied</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Approval started</name>
-    </stringEntry>
-    <stringEntry>
-      <name>approve/deny</name>
-    </stringEntry>
-    <stringEntry>
-      <name>approve/deny (2nd approval)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Approved</name>
-    </stringEntry>
-    <stringEntry>
-      <name>approved</name>
-    </stringEntry>
-    <stringEntry>
-      <name>April</name>
-    </stringEntry>
-    <stringEntry>
-      <name>archive</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ARCHIVE</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Archive</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Archived</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Are you sure you want to recalculate all classifications using the current classificationgradings? This can take some time, since ALL classifications will get freshly calculated and updated if needed.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Area Manager</name>
-    </stringEntry>
-    <stringEntry>
-      <name>area manager</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Argentina</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Armenia</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Article</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Article title</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Article Number</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Aruba</name>
-    </stringEntry>
-    <stringEntry>
-      <name>As stated in our letter of %0, we have made use of the possibility to extend the deadline to three months due to %1.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ascending</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Assembly</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Assessment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Supervisor Assign all selected districts</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Assign supervisors</name>
-    </stringEntry>
-    <stringEntry>
-      <name>assigned</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Assigned to</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Assignment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Assignment for all selected districts will start now!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Assignment of all selected districts is completed!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Assignment of district \"%0\" is completed!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Assistance</name>
-    </stringEntry>
-    <stringEntry>
-      <name>AsysAudit Clean Up</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Atmosphere</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Attachment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Attachment count</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Attachments</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Attendee</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Attendees</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Attendees cannot be assigned repeatedly!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribute</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribute \"%0\" can only be inserted once with the same value.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribute \"%0\" can't be used more than %1.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribute \"%0\" has to be used at least %1.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribute determination</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribute filter</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribute filters</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribute groups can't be selected</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribute Id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribute relation Id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribute usage Id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Attributes</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Attributes must be unique!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Attributes of attribute group \"%0\" can't be used more than %1.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Attributes of attribute group \"%0\" have to be used at least %1.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Audit Log</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Audit Logs</name>
-    </stringEntry>
-    <stringEntry>
-      <name>AuditLogs</name>
-    </stringEntry>
-    <stringEntry>
-      <name>August</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Australia</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Austria</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Author</name>
-    </stringEntry>
-    <stringEntry>
-      <name>auto</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Auto assignment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Auto probability</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Automatically</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Automatically generates an defaulttitle if left Blank</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Autoresponder</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Availability only</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Away travel</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Azerbaijan</name>
-    </stringEntry>
-    <stringEntry>
-      <name>B</name>
-    </stringEntry>
-    <stringEntry>
-      <name>bad</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Bahamas</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Bahrain</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Balancing of interests</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Bangladesh</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Barbados</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Base Template</name>
-    </stringEntry>
-    <stringEntry>
-      <name>BCC</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Begin</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Belarus</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Belgium</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Belize</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Benin</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Bermuda</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Bhutan</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Billable</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Birthday</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Birthday list</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Blacklist</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Blog</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Blog (Organisation)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Blog (Person)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Body</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Bolivia (Plurinational State of)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Bonaire, Sint Eustatius and Saba</name>
-    </stringEntry>
-    <stringEntry>
-      <name>BOOL VALUE</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Boolean value</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Bosnia and Herzegovina</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Boss of</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Botswana</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Bounce (Hard)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Bounce (Soft)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Bounces</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Boundary event</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Bouvet Island</name>
-    </stringEntry>
-    <stringEntry>
-      <name>BPMN</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Brazil</name>
-    </stringEntry>
-    <stringEntry>
-      <name>British Indian Ocean Territory</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Browser</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Brunei Darussalam</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Building industry</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Building no.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Bulgaria</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Bulk mail</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Bulk Mail</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Bulk mail \"%0\" sent</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Bulk mail \"%0\" was sent!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Bulk Mail Key Figures</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Bulk mail sent</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Bulk mails</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Bulkmail Device Types</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Bulkmail Key Figures</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Burkina Faso</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Burundi</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Business Card Language</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Business Fair</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Business Fair Lead</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Business Fair Leads</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Business rule task</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Buttons</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Buyer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Buying center and internal project team</name>
-    </stringEntry>
-    <stringEntry>
-      <name>by title</name>
-    </stringEntry>
-    <stringEntry>
-      <name>by translated title</name>
-    </stringEntry>
-    <stringEntry>
-      <name>C</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Cabo Verde</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Caimpaignsteps</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Calculate sum</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Calendar</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Calendar hour divider</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Calendar maintime end</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Calendar maintime start</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Calendar Permission</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Call</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Call back (WV)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Call from %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Call from unknown</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Cambodia</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Cameroon</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaign</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaign Costs</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaign costs</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaign participation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaign Period</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaign planning</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaign Planning</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaign response</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaign status</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaign Step</name>
-    </stringEntry>
-    <stringEntry>
-      <name>CAMPAIGNID (UID)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaigns</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaignstep has already ended</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Canada</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Canadian dollar</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Canadian Dollar</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Cancel</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Cancel Filter Observation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Cancel ID Observation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Cancellation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Cancelled</name>
-    </stringEntry>
-    <stringEntry>
-      <name>cancelled</name>
-    </stringEntry>
-    <stringEntry>
-      <name>carriage free</name>
-    </stringEntry>
-    <stringEntry>
-      <name>carriage return and line feed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Category</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Category determination</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Category Name</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Cause</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Cayman Islands</name>
-    </stringEntry>
-    <stringEntry>
-      <name>CC</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Central African Republic</name>
-    </stringEntry>
-    <stringEntry>
-      <name>CEO</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Chad</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Change</name>
-    </stringEntry>
-    <stringEntry>
-      <name>change DSGVO Relevance</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Change responsible</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Change selected</name>
-    </stringEntry>
-    <stringEntry>
-      <name>change selected</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Change status</name>
-    </stringEntry>
-    <stringEntry>
-      <name>change valid from</name>
-    </stringEntry>
-    <stringEntry>
-      <name>change valid to</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Change Validity Dates</name>
-    </stringEntry>
-    <stringEntry>
-      <name>changed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Changed because of mailfilter \"%0\"</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Changed by</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Channel</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Channel Name</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Channel type</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Channels</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Char value</name>
-    </stringEntry>
-    <stringEntry>
-      <name>CHAR VALUE</name>
-    </stringEntry>
-    <stringEntry>
-      <name>CHAR_VALUE</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Characters to use</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Charset</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart 2</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart Inbox Tickets</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart Number of tickets per inbox (Mail)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets per inbox (Mail)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart Number of tickets per inbox (Medium)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets per inbox (Medium)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart Number of tickets per inbox (Status)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets per inbox (Status)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart Number of tickets total (Mail)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets total (Mail)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart Number of tickets total (Medium)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets total (Medium)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart Number of tickets total (Status)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets total (Status)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Charts</name>
-    </stringEntry>
-    <stringEntry>
-      <name>check offer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>check offer again</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Checked</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Checklist</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Checklist entries</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Checklist entry</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Checklists</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Child Attributes</name>
-    </stringEntry>
-    <stringEntry>
-      <name>child of</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Child Role</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Child Roles</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Chile</name>
-    </stringEntry>
-    <stringEntry>
-      <name>China</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Choose a campaign and a step to add the contact to a  campaign</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Choose address</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Choose delivery address</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Choose Footer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Choose Header</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Choose payment address</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Choose Team</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Chosen record is already in the campaign</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Christmas Island</name>
-    </stringEntry>
-    <stringEntry>
-      <name>CIF</name>
-    </stringEntry>
-    <stringEntry>
-      <name>City</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Claim date</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Claim task</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Classification</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Classification fields</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Classification: </name>
-    </stringEntry>
-    <stringEntry>
-      <name>Classifications</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Clear forecast and set state to '%0'?</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Click</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Click rate (in %)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Clicks</name>
-    </stringEntry>
-    <stringEntry>
-      <name>closed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Closed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Closure</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Cocos (Keeling) Islands</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Code</name>
-    </stringEntry>
-    <stringEntry>
-      <name>collaboration with</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Colombia</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 1</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 10</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 11</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 12</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 13</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 14</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 15</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 16</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 17</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 18</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 19</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 2</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 20</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 21</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 22</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 23</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 24</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 25</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 26</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 27</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 28</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 29</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 3</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 30</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 4</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 5</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 6</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 7</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 8</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 9</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Comma</name>
-    </stringEntry>
-    <stringEntry>
-      <name>comma</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Comments</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Commodity group</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Commodity group 1</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Commodity group 2</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Commodity group 3</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Commodity group A</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Commodity group A (WV)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Commodity group B</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Commodity group B (WV)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Commrestrictions</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Communication</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Communication data</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Communication Id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Communication Setting: %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Communication Settings</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Communication: Link</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Communication: Mail</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Communication: Phone</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Comoros</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Companies</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Company</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Company address</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Company Addresses</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Company duplicate</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Company name</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Company/Person duplicate</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Company_industry knowhow</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Company_internationality</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Company_size</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Competition</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Competitions/Competitor</name>
-    </stringEntry>
-    <stringEntry>
-      <name>competitor</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Competitor</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Competitors</name>
-    </stringEntry>
-    <stringEntry>
-      <name>complaint</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Complaint</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Complete task</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Complete tasks</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Completed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>completed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Component</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Conclusion</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Conclusion (Mailbridge)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Condition</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Condition Type</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Conditions</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Configurations</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Confirm password</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Confirmation dialog</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Confirmed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>CONFIRMED</name>
-    </stringEntry>
-    <stringEntry>
-      <name>confirmed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Congo</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Congo (Democratic Republic of the)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Connection</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Connection Type</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Connections</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Cons</name>
-    </stringEntry>
-    <stringEntry>
-      <name>consent</name>
-    </stringEntry>
-    <stringEntry>
-      <name>consent pending</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Console</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Consultant</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Consultation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Contact</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Contact &amp; Serviceticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Contact by phone</name>
-    </stringEntry>
-    <stringEntry>
-      <name>contact formular</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Contact Id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Contact Info</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Contact Management</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Contact or company</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Contact synchronisation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Contact synchronisation dashboard</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Contact synchronisations</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Contact type</name>
-    </stringEntry>
-    <stringEntry>
-      <name>CONTACTID</name>
-    </stringEntry>
-    <stringEntry>
-      <name>CONTACTID (UID)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Contacting</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Contactperson</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Contactrole</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Contacts</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Contacts selected</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Container</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Content</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Content to forward</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Context</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Context id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Context name</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Contexts</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Continue mailing</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Contract</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Contract expiry date</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Contract Id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Contract number</name>
-    </stringEntry>
-    <stringEntry>
-      <name>contract of sale</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Contract start date</name>
-    </stringEntry>
-    <stringEntry>
-      <name>CONTRACTID (UID)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Contracts</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Contribute map data</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Control editor</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Conversion Rate</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Conveyor</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Cook Islands</name>
-    </stringEntry>
-    <stringEntry>
-      <name>copy</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy bulkmail</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy Campaign</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy offer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy Participants</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy receipt</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy Recipients</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy template</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Cost</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Cost entries</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Cost overview</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Costa Rica</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Count</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Count Chart</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Count template attachments</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Count Usage</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Countries</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Country</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Cover letter</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create activities</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create activity</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create and open in editor</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create Child Topic</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create model</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create new</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create new Appointment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create new campaign</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create new campaign step</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create new note</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create notification</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create offer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create only person</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create planning</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create receipt</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create salesproject</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create salesproject touchpoint</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create subordinate relationship</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create Team</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create Visitreport</name>
-    </stringEntry>
-    <stringEntry>
-      <name>created</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Created by</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Created from</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Created on</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Created through business fair lead</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Creation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Creation date</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Creation user</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Creator</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Credit</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Creditworthiness</name>
-    </stringEntry>
-    <stringEntry>
-      <name>critical</name>
-    </stringEntry>
-    <stringEntry>
-      <name>CRLF</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Croatia</name>
-    </stringEntry>
-    <stringEntry>
-      <name>CSO</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Cuba</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Curaçao</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Curr. purchase price</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Curr. sales price</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Currencies</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Currency</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Currency Rates</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Current Currencyrate</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Current participants</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Current password</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Current Recipients</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Current ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Cust.-No.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Custody agreement</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Custom template</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Customer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Customer Base Sheet</name>
-    </stringEntry>
-    <stringEntry>
-      <name>customer checks</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Customer code</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Customer counting</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Customer recommendation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Customercode</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Cut</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Cyprus</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Czech Republic</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Côte d'Ivoire</name>
-    </stringEntry>
-    <stringEntry>
-      <name>D</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Daily Cases</name>
-    </stringEntry>
-    <stringEntry>
-      <name>data</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Data executed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Data loaded</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Data Privacy</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Data privacy entries</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Data protection agreement</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Data table</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Data transfered</name>
-    </stringEntry>
-    <stringEntry>
-      <name>DataPrivacy Right</name>
-    </stringEntry>
-    <stringEntry>
-      <name>DataPrivacy Use</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Dataset</name>
-    </stringEntry>
-    <stringEntry>
-      <name>dataset</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Dataset in Outlook</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Datasets are exported</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Datasets in Outlook</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Date</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Date (Day)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Date (Month)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Date (Year)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Date Clicked</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Date edit</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Date Edit</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Date end</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Date must not be in the future</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Date new</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Date of birth</name>
-    </stringEntry>
-    <stringEntry>
-      <name>date of birth must not be in the future</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Date of request</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Date start</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Date value</name>
-    </stringEntry>
-    <stringEntry>
-      <name>DATE_EDIT</name>
-    </stringEntry>
-    <stringEntry>
-      <name>DATE_NEW</name>
-    </stringEntry>
-    <stringEntry>
-      <name>DATE_NEW_CONTACT</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Datenew</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Dates</name>
-    </stringEntry>
-    <stringEntry>
-      <name>day</name>
-    </stringEntry>
-    <stringEntry>
-      <name>days</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Days inactive</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Days remaining</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Days running</name>
-    </stringEntry>
-    <stringEntry>
-      <name>dd.MM.yyyy</name>
-    </stringEntry>
-    <stringEntry>
-      <name>dd/MM/yyyy HH:mm</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Deadline</name>
-    </stringEntry>
-    <stringEntry>
-      <name>December</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Decision maker</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Decision-maker changed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Declaration of acceptance</name>
-    </stringEntry>
-    <stringEntry>
-      <name>decline</name>
-    </stringEntry>
-    <stringEntry>
-      <name>decrease priority</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Default</name>
-    </stringEntry>
-    <stringEntry>
-      <name>default</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Default address</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Default mail</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Default phone</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Default Signature</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Default ticket template</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete</name>
-    </stringEntry>
-    <stringEntry>
-      <name>DELETE</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete all usage</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete appointment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete Delay in Days</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete Inbox</name>
-    </stringEntry>
-    <stringEntry>
-      <name>delete linked permissions and hierarchies</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete recurring appointment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete Team</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete this Function</name>
-    </stringEntry>
-    <stringEntry>
-      <name>deleted</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Deleted all usages of \"%0\".</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Deleting the dependency also deletes its fields.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Deletion</name>
-    </stringEntry>
-    <stringEntry>
-      <name>delivery</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Delivery address</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Delivery block</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Delivery note</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Delivery problems</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Delivery specification</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Delivery term</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Deliveryspecification</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Denmark</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Deparment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Department</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Departments</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Departments cannot be assigned repeatedly!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Deployment Id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>descending</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Desciption</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Description</name>
-    </stringEntry>
-    <stringEntry>
-      <name>description</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Descriptions</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Designation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Desktop</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Destination Id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Detail</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Details</name>
-    </stringEntry>
-    <stringEntry>
-      <name>details</name>
-    </stringEntry>
-    <stringEntry>
-      <name>determined in</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Developer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Device ID</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Device ID Reset</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Device Type</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Device/Machine</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Dflt. ticket temp.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Diagram</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Digital</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Direction</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Directly responsible:</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Disclosure Report</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Discount</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Discount %</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Discount in %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>discounted Price</name>
-    </stringEntry>
-    <stringEntry>
-      <name>discounted Price (%0)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Discussion</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Discussions</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Dispatch as mail</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Distribution</name>
-    </stringEntry>
-    <stringEntry>
-      <name>District</name>
-    </stringEntry>
-    <stringEntry>
-      <name>District assigned</name>
-    </stringEntry>
-    <stringEntry>
-      <name>District assignment status</name>
-    </stringEntry>
-    <stringEntry>
-      <name>District assignment will start now!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>District Contact</name>
-    </stringEntry>
-    <stringEntry>
-      <name>District contact assigned</name>
-    </stringEntry>
-    <stringEntry>
-      <name>District definition</name>
-    </stringEntry>
-    <stringEntry>
-      <name>District Filter</name>
-    </stringEntry>
-    <stringEntry>
-      <name>District No.:</name>
-    </stringEntry>
-    <stringEntry>
-      <name>District Responsible</name>
-    </stringEntry>
-    <stringEntry>
-      <name>District Responsibles</name>
-    </stringEntry>
-    <stringEntry>
-      <name>District: Name</name>
-    </stringEntry>
-    <stringEntry>
-      <name>District: Number</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Districts</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Djibouti</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Do you really want to anonymize all marked persons?</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Do you really want to delete \"%0\"? If tickets still use this inbox, this might cause problems.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Do you really want to delete all usages of \"%0\"?</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Do you really want to delete this recurring appointment?</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Do you really want to resynchronize the user completely?\nThe synchronisation in ADITO will be deleted.\nThe outlook contacts must be cleared manually.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Do you want to delete the flags of the already maked Persons?</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Document</name>
-    </stringEntry>
-    <stringEntry>
-      <name>DOCUMENT</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Document actions</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Document Template</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Document template</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Document templates</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Document Templates</name>
-    </stringEntry>
-    <stringEntry>
-      <name>DocumentPlaceOfUseId</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Documents</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Documents handed over</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Documenttemplate Place Of Use</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Documenttemplate Places Of Usage</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Documenttemplate_Id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Dokument template usage</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Dominica</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Dominican Republic</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Don't use for test run</name>
-    </stringEntry>
-    <stringEntry>
-      <name>done</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Done by</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Done on</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Download</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Download e-mail</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Download e-mail as .eml-file</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Download letter</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Download letter and create Activity</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Download Mail</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Download ready</name>
-    </stringEntry>
-    <stringEntry>
-      <name>download ready</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Download selected workflow</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Download template</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Drop area for creating activities from mails</name>
-    </stringEntry>
-    <stringEntry>
-      <name>DSGVO</name>
-    </stringEntry>
-    <stringEntry>
-      <name>DSGVO - mark + delete prozess</name>
-    </stringEntry>
-    <stringEntry>
-      <name>DSGVO - relevant attributes</name>
-    </stringEntry>
-    <stringEntry>
-      <name>DSGVO Configuration</name>
-    </stringEntry>
-    <stringEntry>
-      <name>DSGVO Disclosure</name>
-    </stringEntry>
-    <stringEntry>
-      <name>DSGVO Information</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Due</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Due date</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Due Date</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Due on</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Dumping price competition</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Dunning date</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Dunning level</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Dunning text</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Duplicate</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Duplicate configuration</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Duplicate Configuration</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Duplicate status</name>
-    </stringEntry>
-    <stringEntry>
-      <name>duplicate Ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Duplicate Ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Duplicaterow rebuild</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Duplicates</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Duplicates have been found</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Duration</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Duration (in days)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>During processing the e-mail an error has occurred.\nPlease contact an administrator.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>E-Mail</name>
-    </stringEntry>
-    <stringEntry>
-      <name>E-Mail Adresse</name>
-    </stringEntry>
-    <stringEntry>
-      <name>E-mail processing error</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Economy</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ecuador</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Edit</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Edit defaults</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Edit Team</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Edit workflow</name>
-    </stringEntry>
-    <stringEntry>
-      <name>edited</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Topictreefavoriteid</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Only favorite topics</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The topic is already set as a favorite</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Topic favorites</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Add favorite</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Topic favorite</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The max favorite count has been reached. No more topics can be added.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Remaining count</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Include child topics</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Topic Tree Configuration</name>
-    </stringEntry>
-    <stringEntry>
-      <name>manage Topic Tree Favorites</name>
-    </stringEntry>
-    <stringEntry>
-      <name>manage Topic Tree Presets</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Display Topic Tree</name>
-    </stringEntry>
-    <stringEntry>
-      <name> %1 already exists.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>This preset</name>
-    </stringEntry>
-    <stringEntry>
-      <name>This favorite</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 already exists.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Invalid Filter</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Add preset</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Edited by</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Edited on</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Editor</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Editorial</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Egypt</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create single tasks</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Either or both a contact and a company must be specified</name>
-    </stringEntry>
-    <stringEntry>
-      <name>El Salvador</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Email</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Email address</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Email address has to be unique</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Email body</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Email body (Regular expression)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Email content</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Email Filter</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Email must be unique!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Email of contact</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Email subject</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Email Template</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Employee</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Employee account</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Employee already selected</name>
-    </stringEntry>
-    <stringEntry>
-      <name>employee checks</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Employee count</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Employee Group</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Employee group already selected</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Employee group filter group</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Employee group rule</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Employee group rule group</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Employee group rule groups</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Employee group rules</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Employee Groups</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Employee groups</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Employees</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Empty actions are invalid!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Empty actions are not allowed!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Enable relation type 2</name>
-    </stringEntry>
-    <stringEntry>
-      <name>End</name>
-    </stringEntry>
-    <stringEntry>
-      <name>End date</name>
-    </stringEntry>
-    <stringEntry>
-      <name>End event</name>
-    </stringEntry>
-    <stringEntry>
-      <name>End time</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ended (abandoned)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ended (done)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>English</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Enter current password to verify</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Enter new Ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Enter new Ticket &amp; Contact</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Entities</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Entity</name>
-    </stringEntry>
-    <stringEntry>
-      <name>entity</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Entity id field name</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Entries</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Entriescount</name>
-    </stringEntry>
-    <stringEntry>
-      <name>entry</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Entry</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Entrydate</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Entrydate has to be in the selected calendar week!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Equatorial Guinea</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Eritrea</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Error</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Error when reading the file!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Error: The Importfile could not be found anymore.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Errorlogs</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Estonia</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ethiopia</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Euro</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Evaluation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Evaluation type</name>
-    </stringEntry>
-    <stringEntry>
-      <name>EVENT</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Event</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Event Begin</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Event Data</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Event End</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Event gateway</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Event Planer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Event Type</name>
-    </stringEntry>
-    <stringEntry>
-      <name>EWS - Manage Synctable</name>
-    </stringEntry>
-    <stringEntry>
-      <name>EWS - Sync to Exchange</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ex works</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Exchange Rate </name>
-    </stringEntry>
-    <stringEntry>
-      <name>Exclude existing workflows</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Exclusive gateway</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Excreted</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Excreted can't be in the future</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Exec type</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Executive board</name>
-    </stringEntry>
-    <stringEntry>
-      <name>executives</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Existing contact</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Existing customer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Existing default signature</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Expand</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Export</name>
-    </stringEntry>
-    <stringEntry>
-      <name>export</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Export columns using a exporttemplate</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Export CSV</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Export CSV \"%0\" can now be downloaded</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Export fields of this table</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Export HTML</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Export letter for selection</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Export structure</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Export Template</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Export Template Field</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Export Template Fields</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Export Templates</name>
-    </stringEntry>
-    <stringEntry>
-      <name>export using the selected template</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Export workflow</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Exports the knowledge entry as a html file</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Exporttempalte Selection</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ExportTemplate</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Exporttemplate</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ExportTemplate Selection</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ExportTemplateDependency</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ExportTemplateFieldID</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ExportTemplateID</name>
-    </stringEntry>
-    <stringEntry>
-      <name>EXPORTTEMPLATEPLACEOFUSEID</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Extend - complexity</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Extend - request count</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Extension letter date</name>
-    </stringEntry>
-    <stringEntry>
-      <name>External Datasource</name>
-    </stringEntry>
-    <stringEntry>
-      <name>External Service</name>
-    </stringEntry>
-    <stringEntry>
-      <name>External Work</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Facebook</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Facebook Feed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Failed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Failure (customer)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Failure (employee)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Fair</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Fair lead created</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Falkland Islands (Malvinas)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>False</name>
-    </stringEntry>
-    <stringEntry>
-      <name>false</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Faroe Islands</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Faulty delivery</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Favorite</name>
-    </stringEntry>
-    <stringEntry>
-      <name>favorite</name>
-    </stringEntry>
-    <stringEntry>
-      <name>FavoriteFilter_view</name>
-    </stringEntry>
-    <stringEntry>
-      <name>FavoriteGroup</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Favoritegroup</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Favorites</name>
-    </stringEntry>
-    <stringEntry>
-      <name>favorites</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Fax</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Feature</name>
-    </stringEntry>
-    <stringEntry>
-      <name>February</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Feed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Feedback</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Female</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Field</name>
-    </stringEntry>
-    <stringEntry>
-      <name>field</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Field and Position</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Field delimiter</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Field separator</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Field Service</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Field staff</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Field Type</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Fieldname</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Fields</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Fields of Dependency</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Fiji</name>
-    </stringEntry>
-    <stringEntry>
-      <name>File</name>
-    </stringEntry>
-    <stringEntry>
-      <name>file '%0' cannot be read</name>
-    </stringEntry>
-    <stringEntry>
-      <name>file '%0' does not exist or you have got no permission on this file</name>
-    </stringEntry>
-    <stringEntry>
-      <name>File can't be edited here. You can download, edit and reupload the template to change the content.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>File from this template could not be found anymore. </name>
-    </stringEntry>
-    <stringEntry>
-      <name>Filename</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Files</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Filesize</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Filetype</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Filter</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Filter can't be empty</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Filter Name</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Filter set</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Financial service</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Finished</name>
-    </stringEntry>
-    <stringEntry>
-      <name>finished</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Finished tasks</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Finished Tickets last 4 weeks</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Finland</name>
-    </stringEntry>
-    <stringEntry>
-      <name>First</name>
-    </stringEntry>
-    <stringEntry>
-      <name>First Approval</name>
-    </stringEntry>
-    <stringEntry>
-      <name>First contact</name>
-    </stringEntry>
-    <stringEntry>
-      <name>First customer conversation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Firstname</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Fix cost</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Fix costs</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Fixed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Flag</name>
-    </stringEntry>
-    <stringEntry>
-      <name>flexible</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Follow up (WV)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Follow-Up</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Followed up</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Footer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Footer text</name>
-    </stringEntry>
-    <stringEntry>
-      <name>For this report</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Forecast</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Forecast weighted</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Forecasts</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Foreign country</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Forward</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Forward ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Forward Ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Found a duplicate member</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Frame contract (WV)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Framework contract</name>
-    </stringEntry>
-    <stringEntry>
-      <name>France</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Free</name>
-    </stringEntry>
-    <stringEntry>
-      <name>free</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Free or Busy Permission</name>
-    </stringEntry>
-    <stringEntry>
-      <name>French</name>
-    </stringEntry>
-    <stringEntry>
-      <name>French Guiana</name>
-    </stringEntry>
-    <stringEntry>
-      <name>French Polynesia</name>
-    </stringEntry>
-    <stringEntry>
-      <name>French Southern Territories</name>
-    </stringEntry>
-    <stringEntry>
-      <name>From</name>
-    </stringEntry>
-    <stringEntry>
-      <name>From no. of units</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Full calculation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Full details</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Full Permissions</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Full permissions already assigned</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Full Read Permission</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Fulladdress</name>
-    </stringEntry>
-    <stringEntry>
-      <name>FullAddress</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Fullfilled</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Function</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Further customer meetings</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Further information</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Gabon</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Gambia</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Gender</name>
-    </stringEntry>
-    <stringEntry>
-      <name>General</name>
-    </stringEntry>
-    <stringEntry>
-      <name>general</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Generate letter</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Georgia</name>
-    </stringEntry>
-    <stringEntry>
-      <name>German</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Germany</name>
-    </stringEntry>
-    <stringEntry>
-      <name>getAllTickets</name>
-    </stringEntry>
-    <stringEntry>
-      <name>getKeyword</name>
-    </stringEntry>
-    <stringEntry>
-      <name>getTicketDetails</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ghana</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Gibraltar</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Global Cases </name>
-    </stringEntry>
-    <stringEntry>
-      <name>Global Cases Table</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Golf</name>
-    </stringEntry>
-    <stringEntry>
-      <name>good</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Goodwill</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Grading</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Gradings in Percent</name>
-    </stringEntry>
-    <stringEntry>
-      <name>grandchild of</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Grandchild of</name>
-    </stringEntry>
-    <stringEntry>
-      <name>grandparents of</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Grant new Department Permission</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Grant new User Permission</name>
-    </stringEntry>
-    <stringEntry>
-      <name>granted permission</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Greece</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Greenland</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Grenada</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Group</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Group name</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Groupname</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Groups</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Guadeloupe</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Guam</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Guarantees</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Guatemala</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Guernsey</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Guest</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Guinea</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Guinea-Bissau</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Guyana</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Haiti</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Handbook</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Handcraft</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Hard Bounce</name>
-    </stringEntry>
-    <stringEntry>
-      <name>has</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Bottom spacing</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Top spacing</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Right spacing</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Left spacing</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Signature Templates</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Page</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Signature Template</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Signer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>E-mail Document Template</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Header</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Header text</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Headline</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Heard Island and McDonald Islands</name>
-    </stringEntry>
-    <stringEntry>
-      <name>HH:mm</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Hierarchy</name>
-    </stringEntry>
-    <stringEntry>
-      <name>HIGH</name>
-    </stringEntry>
-    <stringEntry>
-      <name>high</name>
-    </stringEntry>
-    <stringEntry>
-      <name>High price strategy</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Hint</name>
-    </stringEntry>
-    <stringEntry>
-      <name>History</name>
-    </stringEntry>
-    <stringEntry>
-      <name>History Phases and States</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Holiday</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Holy See</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Home address</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Honduras</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Hong Kong</name>
-    </stringEntry>
-    <stringEntry>
-      <name>hour</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Hours</name>
-    </stringEntry>
-    <stringEntry>
-      <name>hours</name>
-    </stringEntry>
-    <stringEntry>
-      <name>House number</name>
-    </stringEntry>
-    <stringEntry>
-      <name>HTML</name>
-    </stringEntry>
-    <stringEntry>
-      <name>HTML Editor</name>
-    </stringEntry>
-    <stringEntry>
-      <name>HTML template - Only for .html</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Human Resources</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Hungary</name>
-    </stringEntry>
-    <stringEntry>
-      <name>I / O</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Iceland</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Icon</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ID</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Id value</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ignore</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Imminent appointments for today</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Import</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Import canceled</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Import Data</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Import Date</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Import date</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Import Daten</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Import Documents</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Import errors</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Import Fields</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Import from MS Teams</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Import logs</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Import Logs</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Import Mails</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Import name</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Import source</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Import user</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Importer created</name>
-    </stringEntry>
-    <stringEntry>
-      <name>IN</name>
-    </stringEntry>
-    <stringEntry>
-      <name>in</name>
-    </stringEntry>
-    <stringEntry>
-      <name>In planning</name>
-    </stringEntry>
-    <stringEntry>
-      <name>in progress</name>
-    </stringEntry>
-    <stringEntry>
-      <name>In review</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Inactive</name>
-    </stringEntry>
-    <stringEntry>
-      <name>inactive</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Inbox</name>
-    </stringEntry>
-    <stringEntry>
-      <name>inbox</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Inbox \"%0\" has been deleted.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Inbox filter</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Inbox filter group</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Inbox filter groups</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Inbox filters</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Inbox Name</name>
-    </stringEntry>
-    <stringEntry>
-      <name>inboxEmail</name>
-    </stringEntry>
-    <stringEntry>
-      <name>inboxes</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Inboxes</name>
-    </stringEntry>
-    <stringEntry>
-      <name>InboxRelation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Inclusive gateway</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Incoming</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Incoming call from %0 (%1) to %2</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Incomplete delivery</name>
-    </stringEntry>
-    <stringEntry>
-      <name>increase Priority</name>
-    </stringEntry>
-    <stringEntry>
-      <name>increase priority</name>
-    </stringEntry>
-    <stringEntry>
-      <name>India</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Indicator</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Indicator Type</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Individual Answer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Individual Reply Template</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Indonesia</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Industry</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Industry changed to %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Industry of Organisation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Indv. Answer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Influencer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Info</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Info (Company)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Information</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Information Report</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Informations</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Initiator</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Inland</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Inmob name</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Input</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Input value</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Insert</name>
-    </stringEntry>
-    <stringEntry>
-      <name>INSERT</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Insert subnode</name>
-    </stringEntry>
-    <stringEntry>
-      <name>inserted</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Inserted rows</name>
-    </stringEntry>
-    <stringEntry>
-      <name>insertTicket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Int value</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Integer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Interest</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Interest (subscribed)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Interest already assigned to contact</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Interested</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Interested person</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Interests</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Interfaces</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Intermediate catching event</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Intermediate throwing event</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Internal</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Internal forwarding via mailing</name>
-    </stringEntry>
-    <stringEntry>
-      <name>internal reply</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Internal responsible</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Internal Sales</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Internal sales manager</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Internet (Organisation)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Internet (Person)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Invalid file type; only .html, .eml and .txt are allowed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Invalid value</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Invitation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Invoice</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Invoice Discount</name>
-    </stringEntry>
-    <stringEntry>
-      <name>IP Address</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Iran (Islamic Republic of)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Iraq</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ireland</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Is active</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Is an active employee</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Is an active Employee</name>
-    </stringEntry>
-    <stringEntry>
-      <name>is assignable</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Is being sent</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Is contact without a contract</name>
-    </stringEntry>
-    <stringEntry>
-      <name>is DSGVO Relevant</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Is unlinked activity</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Isle of Man</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ISO 3166-1 alpha-2</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ISO 3166-1 alpha-3</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ISO2</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ISO3</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Israel</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Issue</name>
-    </stringEntry>
-    <stringEntry>
-      <name>IT</name>
-    </stringEntry>
-    <stringEntry>
-      <name>It lists all areas that the user has to take care of.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>IT manager</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Italy</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Item sort</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Jamaica</name>
-    </stringEntry>
-    <stringEntry>
-      <name>January</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Japan</name>
-    </stringEntry>
-    <stringEntry>
-      <name>jdito</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Jersey</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Jordan</name>
-    </stringEntry>
-    <stringEntry>
-      <name>July</name>
-    </stringEntry>
-    <stringEntry>
-      <name>June</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Kazakhstan</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Kenya</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Key</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Key account</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Key Figures</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Keyword</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Keyword Attribute</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Keyword attribute Id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Keyword attribute relation Id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Keyword Attribute Values</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Keyword Attributes</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Keyword Categories</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Keyword Category</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Keyword Entries</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Keyword Entry</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Keyword entry Id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Kgs</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Kiribati</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Know How</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Knowledge</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Knowledge categories</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Knowledge category</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Knowledge entries</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Knowledge Management</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Knowledge Role</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Knowledge Roles</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Knowledgebase</name>
-    </stringEntry>
-    <stringEntry>
-      <name>KnowledgeRoles</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Known because</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Korea (Democratic People's Republic of)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Korea (Republic of)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Kuwait</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Kyrgyzstan</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Labels</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Landingpage</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Language</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Lao People's Democratic Republic</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Last</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Last change</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Last Click</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Last process start: synchronize in ADITO</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Last process start: synchronize to Outlook</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Last status change</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Last synchronized</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Lastname</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Latin Name</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Latitude</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Latvia</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Layout costs</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Lead</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Lead Import</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Lead import</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Lead Import Reset</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Lead Imports</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Lead preview</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Leadimport</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Lebanon</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Lesotho</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Letter</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Letter salutation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Lettersalutation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Liberia</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Libya</name>
-    </stringEntry>
-    <stringEntry>
-      <name>License</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Liechtenstein</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Limited details</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Limited Read Permission</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Link</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Link e-mail addresses to contacts</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Link Type</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Link unlinked e-mail</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Linked Appointments</name>
-    </stringEntry>
-    <stringEntry>
-      <name>LinkedIn (Organisation)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>LinkedIn (Person)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Linkmanagement</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Links</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Liquibase</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Liquidity</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Liter</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Lithuania</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Load data</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Load older messages</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Location</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Location of the Event</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Lock granted</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Locked</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Locked by</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Log</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Log type</name>
-    </stringEntry>
-    <stringEntry>
-      <name>LogHistory</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Logistics</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Logs</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Long string value</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Longitude</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Lost</name>
-    </stringEntry>
-    <stringEntry>
-      <name>loves sociability</name>
-    </stringEntry>
-    <stringEntry>
-      <name>LOW</name>
-    </stringEntry>
-    <stringEntry>
-      <name>low</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Low price strategy</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Loyalty</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Luxembourg</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Macao</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Macedonia (the former Yugoslav Republic of)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Madagascar</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Mail</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Mail (Organisation)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Mail (Person)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Mail activities</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Mail Address</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Mail address</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Mailbridge failed: user '%0' is unknown, contact an administrator.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Mailing</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Mailing missed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Mailing to customer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Maillog</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Maillogs</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Mails</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Main document</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Maindocuments</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Maintenance</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Maintenance contract</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Make offer (WV)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Malawi</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Malaysia</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Maldives</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Male</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Mali</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Malta</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Management</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Managing director</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Manual</name>
-    </stringEntry>
-    <stringEntry>
-      <name>manual</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Manual resynchronization</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Manual resynchronization of user</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Manual task</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Manually</name>
-    </stringEntry>
-    <stringEntry>
-      <name>manually</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Manually set</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Manufacturer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Map data © %0 contributors | %1 | %2</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Mapping</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Mappingfield</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Mappings</name>
-    </stringEntry>
-    <stringEntry>
-      <name>March</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Mark all cached record containers as invalid</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Mark all to delete</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Mark selection to delete</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Mark to Delete</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Marked for deletion</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Market situation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Marketing</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Marketing Dashboard</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Marketing manager</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Marshall Islands</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Martinique</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Mature after days</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Maturity</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Mauritania</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Mauritius</name>
-    </stringEntry>
-    <stringEntry>
-      <name>MAX</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Max participants</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Max Points</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Maximal</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Maximal count</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Maximal Count</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Maximal count has to be a whole number</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Maximal count must be one or higher</name>
-    </stringEntry>
-    <stringEntry>
-      <name>May</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Mayotte</name>
-    </stringEntry>
-    <stringEntry>
-      <name>MD5 Sum</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Mechanical engineering</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Medium</name>
-    </stringEntry>
-    <stringEntry>
-      <name>medium</name>
-    </stringEntry>
-    <stringEntry>
-      <name>member</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Member</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Members</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Memo</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Message</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Messages</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Mexico</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Micronesia (Federated States of)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Middlename</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Migrate keyword containers</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Migrate Probabilities</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Milestones</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Milestones Phase</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Milestones Status</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Min. Stock</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Min. stock</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Minimal</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Minimal Count</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Minimal count</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Minimal count must be a positive whole number</name>
-    </stringEntry>
-    <stringEntry>
-      <name>minute</name>
-    </stringEntry>
-    <stringEntry>
-      <name>minutes</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Missed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Missed call from %0 (%1) to %2</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Missed call from %0 to %1</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Mitterbeitergruppe Postkorb</name>
-    </stringEntry>
-    <stringEntry>
-      <name>MM/dd/yyyy</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Mobil</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Mobile</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Mobile number (Organisation)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Mobile number (Person)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Modification date</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Modification user</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Modul group</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Module</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Moldova (Republic of)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Monaco</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Mongolia</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Montenegro</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Month</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Monthly</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Montserrat</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Morocco</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Mosaico</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Mosaico template</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Most important Sales key figures</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Motor cycle</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Move</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Move down</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Move Down</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Move selection down</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Move selection up</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Move up</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Move Up</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Mozambique</name>
-    </stringEntry>
-    <stringEntry>
-      <name>MS Teams</name>
-    </stringEntry>
-    <stringEntry>
-      <name>MS-Teams Message</name>
-    </stringEntry>
-    <stringEntry>
-      <name>My Activities</name>
-    </stringEntry>
-    <stringEntry>
-      <name>My Bulkmails</name>
-    </stringEntry>
-    <stringEntry>
-      <name>My Campaigns</name>
-    </stringEntry>
-    <stringEntry>
-      <name>My campaigns</name>
-    </stringEntry>
-    <stringEntry>
-      <name>My Contacts</name>
-    </stringEntry>
-    <stringEntry>
-      <name>My Dashboard</name>
-    </stringEntry>
-    <stringEntry>
-      <name>My district assignments to check</name>
-    </stringEntry>
-    <stringEntry>
-      <name>My Forecast</name>
-    </stringEntry>
-    <stringEntry>
-      <name>My Forecast and Turnover</name>
-    </stringEntry>
-    <stringEntry>
-      <name>My Organisations</name>
-    </stringEntry>
-    <stringEntry>
-      <name>My Permissions</name>
-    </stringEntry>
-    <stringEntry>
-      <name>My responsible Districts</name>
-    </stringEntry>
-    <stringEntry>
-      <name>My synchronized datasets</name>
-    </stringEntry>
-    <stringEntry>
-      <name>My tasks</name>
-    </stringEntry>
-    <stringEntry>
-      <name>My Tasks</name>
-    </stringEntry>
-    <stringEntry>
-      <name>My Turnover</name>
-    </stringEntry>
-    <stringEntry>
-      <name>My Visit Planning</name>
-    </stringEntry>
-    <stringEntry>
-      <name>My Workflow Tasks</name>
-    </stringEntry>
-    <stringEntry>
-      <name>My workflow tasks</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Myanmar</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Name</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Name \"%0\" already used for container \"%1\"</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Name changed to %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Name has to be unique</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Name latin</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Name native</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Names</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Namibia</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Native Name</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Nauru</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Neglect selection for test mailing</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Nepal</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Netherlands</name>
-    </stringEntry>
-    <stringEntry>
-      <name>new</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New activity</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New appointment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New Appointment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New Caledonia</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New campaign</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New campaign step</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New Cases</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New child attribute</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New child product</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New contact created: %0 %1 %2 %3</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New created plan values</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New Currencyrate</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New date due</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New document template</name>
-    </stringEntry>
-    <stringEntry>
-      <name>new Email</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New letter</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New module</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New note</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New Notifications</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New offer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New offer version</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New organisation address created: %0 %1 %2 %3 %4</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New password</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New sales project created</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New Service ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New service ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New status</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New step</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New task</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New tasks</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New Ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New time tracking</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New Visit Recommendation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New Weekplanentry</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New Zealand</name>
-    </stringEntry>
-    <stringEntry>
-      <name>News</name>
-    </stringEntry>
-    <stringEntry>
-      <name>news@adito.de</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Newsfeed (Complete Article)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Newsfeed (Full)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Newsfeed (Preview)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Newsfeed Timeline</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Newsletter</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Newsletter dispatch</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Next</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Next contact?</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Next due date</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Next steps</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Nicaragua</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Niger</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Nigeria</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Niue</name>
-    </stringEntry>
-    <stringEntry>
-      <name>No</name>
-    </stringEntry>
-    <stringEntry>
-      <name>No activity</name>
-    </stringEntry>
-    <stringEntry>
-      <name>no attachments</name>
-    </stringEntry>
-    <stringEntry>
-      <name>No consumer found for context '%0'</name>
-    </stringEntry>
-    <stringEntry>
-      <name>No contacts selected</name>
-    </stringEntry>
-    <stringEntry>
-      <name>No customer since creation &gt; 3 years</name>
-    </stringEntry>
-    <stringEntry>
-      <name>No Datasets selected</name>
-    </stringEntry>
-    <stringEntry>
-      <name>No duplicate</name>
-    </stringEntry>
-    <stringEntry>
-      <name>No duplicates allowed: action '</name>
-    </stringEntry>
-    <stringEntry>
-      <name>No file selected.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>no inbox</name>
-    </stringEntry>
-    <stringEntry>
-      <name>no inboxEmail for inbox</name>
-    </stringEntry>
-    <stringEntry>
-      <name>no keyword attribute \"%0\" found in keyword \"%1\" from container \"%2\"</name>
-    </stringEntry>
-    <stringEntry>
-      <name>no keyword attribute \"%0\" found in keyword container \"%1\"</name>
-    </stringEntry>
-    <stringEntry>
-      <name>No more than %0 records can be exported.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>No new recipients found that can be added to the bulk mail.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>No new recipients found that can be added to the serial letter.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>No permissions</name>
-    </stringEntry>
-    <stringEntry>
-      <name>No project planned</name>
-    </stringEntry>
-    <stringEntry>
-      <name>No recipient is marked for test run replacement.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>No Restrictions</name>
-    </stringEntry>
-    <stringEntry>
-      <name>No risk</name>
-    </stringEntry>
-    <stringEntry>
-      <name>no USER for inboxEmail</name>
-    </stringEntry>
-    <stringEntry>
-      <name>no valid format</name>
-    </stringEntry>
-    <stringEntry>
-      <name>no valid mail-address format</name>
-    </stringEntry>
-    <stringEntry>
-      <name>no valid phone number</name>
-    </stringEntry>
-    <stringEntry>
-      <name>No valid sales contract</name>
-    </stringEntry>
-    <stringEntry>
-      <name>None</name>
-    </stringEntry>
-    <stringEntry>
-      <name>NONE</name>
-    </stringEntry>
-    <stringEntry>
-      <name>None, individual count</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Norfolk Island</name>
-    </stringEntry>
-    <stringEntry>
-      <name>normal</name>
-    </stringEntry>
-    <stringEntry>
-      <name>NORMAL</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Northern Mariana Islands</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Norway</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Not enough room in campaignstep</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Not enough slots for %0/%1 participant(s)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Not sent</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Not signed yet</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Not subscribed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Note</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Notes</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Notice</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Notification</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Notifications</name>
-    </stringEntry>
-    <stringEntry>
-      <name>November</name>
-    </stringEntry>
-    <stringEntry>
-      <name>NPO</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Number</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Number of activities</name>
-    </stringEntry>
-    <stringEntry>
-      <name>number of connections</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Number of Tickets (Mail)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Number of Tickets (Medium)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Number of Tickets (Status)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Number value</name>
-    </stringEntry>
-    <stringEntry>
-      <name>NUMBER VALUE</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Numeric value</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Object</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Object 1 row Id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Object 2 row Id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Object Id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Object not found</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Object relation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Object Relation Type</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Object relation type 1</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Object relation type 2</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Object row Id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Object selection</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Object type</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Object Type</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Object type 1</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Object type 2</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Observation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Observation Type</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ObservationID</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Observations</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Observe</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Observe Filter</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Observe ID</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Observe IDs</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Observer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Occupation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Occurrences</name>
-    </stringEntry>
-    <stringEntry>
-      <name>October</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Offer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Offer exists</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Offer Footer Text</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Offer Header Text</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Offer Id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Offer item Id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Offer No.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Offer number</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Offer sent</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Offer status changed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>OFFER_ID</name>
-    </stringEntry>
-    <stringEntry>
-      <name>OFFERID (UID)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Offeritem</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Offeritems</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Offerrequest</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Offers</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Offers / Receipts</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Office address</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Office Duty</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Office staff</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Oman</name>
-    </stringEntry>
-    <stringEntry>
-      <name>On Site</name>
-    </stringEntry>
-    <stringEntry>
-      <name>On site</name>
-    </stringEntry>
-    <stringEntry>
-      <name>On time</name>
-    </stringEntry>
-    <stringEntry>
-      <name>one actitiy from mail created</name>
-    </stringEntry>
-    <stringEntry>
-      <name>one file ignored</name>
-    </stringEntry>
-    <stringEntry>
-      <name>one file imported</name>
-    </stringEntry>
-    <stringEntry>
-      <name>one mail could not be linked automatically</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Online-Meeting</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Only </name>
-    </stringEntry>
-    <stringEntry>
-      <name>Only .odt files are supported for bulkletters.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Only .odt, .docx and .docm files are supported for letters.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>only filter using the specified indicatorfield</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Only Integers allowed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>only use simple filters</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Open</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Open admin view</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Open Admin View</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Open Contacts</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Open in mosaico</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Open Location</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Open modeler</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Open MS Teams</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Open new mosaico template</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Open route</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Open Route</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Open Route of the day</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Open Salesprojects</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Open tasks</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Open Turnover</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Open Visitrecommendation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Opener rate (in %)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Openers</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Opening Date</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Operating System</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Optional</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Order</name>
-    </stringEntry>
-    <stringEntry>
-      <name>order</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Order amount</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Order confirmation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Order date</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Order executed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Order number</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Order Type</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Orderitem</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Orderitems</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ORG</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation: Address</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation: Id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation: State</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation: City</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation: Classification</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation: Country</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation: District</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation: Language</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation: Region</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation: Type</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ORGANISATION_ID</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ORGANISATIONID (UID)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisationname</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Origin</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Original editor</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Other</name>
-    </stringEntry>
-    <stringEntry>
-      <name>other</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Other (WV)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Other Contactroles</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Other versions</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Other_existing Customer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Other_unknown</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Others</name>
-    </stringEntry>
-    <stringEntry>
-      <name>OUT</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Outgoing</name>
-    </stringEntry>
-    <stringEntry>
-      <name>OutOfOffice</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Output value</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Outstanding Amount</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Overdue tasks</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Overview</name>
-    </stringEntry>
-    <stringEntry>
-      <name>own company</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Own website</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Owner</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Paid</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Paid (%0)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Pakistan</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Palau</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Palestine, State of</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Panama</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Papua New Guinea</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Paraguay</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Parallel gateway</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Parent</name>
-    </stringEntry>
-    <stringEntry>
-      <name>parent company</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Parent context</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Parent Filter</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Parent Id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>parent of</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Parent Role</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Parent Roles</name>
-    </stringEntry>
-    <stringEntry>
-      <name>PARENT_CONTEXT</name>
-    </stringEntry>
-    <stringEntry>
-      <name>PARENT_ID</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Partial calculation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Partial order</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Participant</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Participants</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Participated</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Partner</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Parts list</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Password</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Password and confirmation must be the same!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Paste</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Paste as Top Topic</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Pay date</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Pay due date</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Payment address</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Payment Address</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Payment method</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Payment problem customer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Payment term</name>
-    </stringEntry>
-    <stringEntry>
-      <name>pCallbackFn is not a function</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Pending</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Pending datasets</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Pending synchronizations to Outlook</name>
-    </stringEntry>
-    <stringEntry>
-      <name>per</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Per participant</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Percent</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Permission</name>
-    </stringEntry>
-    <stringEntry>
-      <name>permission</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Permission  Overview</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Permission Action</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Permission Dealer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Permission Dealer Department</name>
-    </stringEntry>
-    <stringEntry>
-      <name>permission dealer type</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Permission Dealer User</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Permission Detail</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Permission Details</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Permission Overview</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Permission procurer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Permission Procurer Department</name>
-    </stringEntry>
-    <stringEntry>
-      <name>permission procurer type</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Permission Procurer User</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Permission received</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Permission Set ID</name>
-    </stringEntry>
-    <stringEntry>
-      <name>PermissionId</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Permissions</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Permissions without actions are invalid!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>PERS</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Person</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Person duplicate</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Person Id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Person in charge</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Person in Charge</name>
-    </stringEntry>
-    <stringEntry>
-      <name>PERSON_ID</name>
-    </stringEntry>
-    <stringEntry>
-      <name>personal</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Personal appearance</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Personal estimation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Peru</name>
-    </stringEntry>
-    <stringEntry>
-      <name>pExecuteOnlyIfConditionExists has to be of type boolean. This parameter controls what happens if the condition is empty (select / delete all or nothing)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Phase</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Phase progression</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Phases</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Philippines</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Phone</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Phone number (Organisation)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Phone number (Person)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Phone of contact</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Picture</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Pieces</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Pitcairn</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Place of use</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Place of Use</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Place Of Use</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Placeholder</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Planned</name>
-    </stringEntry>
-    <stringEntry>
-      <name>planned</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Planning</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Plannings</name>
-    </stringEntry>
-    <stringEntry>
-      <name>please only filter using 'equal'</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Please pay the outstanding amount, this is your first/second reminder.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Please select a documenttemplate or upload a new file.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Plus Salestax</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Point of Contact</name>
-    </stringEntry>
-    <stringEntry>
-      <name>points</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Points</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Poland</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Portugal</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Pos.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Position</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Position Id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Possibility to search for terms</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Possible Value</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Possible Values</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Post office box</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Post office box number</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Postcode</name>
-    </stringEntry>
-    <stringEntry>
-      <name>postcode</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Postponed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>PP</name>
-    </stringEntry>
-    <stringEntry>
-      <name>PP/SP</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Predecessor</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Preparation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Preselection</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Presentation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Prev</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Preview</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Price</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Price (%0)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Price Condition</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Price in </name>
-    </stringEntry>
-    <stringEntry>
-      <name>Price list</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Price list / Company</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Price policy</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Pricelist</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Prices</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Pricing policy</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Print media</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Print order</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Print reminder</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Printing costs</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Prioritization based on segmentation parameters</name>
-    </stringEntry>
-    <stringEntry>
-      <name>priority</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Priority</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Priority Source</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Privacy agreement</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Privacy Notice</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Private</name>
-    </stringEntry>
-    <stringEntry>
-      <name>private</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Private person</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Private persons</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Probability</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Probability AI</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Probability Chart</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Probability in %</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Probablity: 100%</name>
-    </stringEntry>
-    <stringEntry>
-      <name>processed %0/%1:</name>
-    </stringEntry>
-    <stringEntry>
-      <name>processing %0/%1</name>
-    </stringEntry>
-    <stringEntry>
-      <name>processing time</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Product</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Product A1</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Product A2</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Product B1</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Product B2</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Product content</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Product group</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Product Group</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Product Id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Product interest</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Product name</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Product number</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Product price Id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Product relationship</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Product type</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Product_flexibility</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Product_functionality</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Product_GUI</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Product_industry knowhow</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Product_mobile use</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Product_technic</name>
-    </stringEntry>
-    <stringEntry>
-      <name>PRODUCTID (UID)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Production</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Production manager</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Products</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Progress</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Project assistant</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Project management</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Project Management</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Project manager</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Project number</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Project planned?</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Project planning open</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Project shift customer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Project start</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Project start within next 12 months</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Project team</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Project team roles</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Project team: \"Internal distribution\"</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Project team: \"Project manager\"</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Project title</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Project type</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Project_duration</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Project_reference</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Project_volume</name>
-    </stringEntry>
-    <stringEntry>
-      <name>promotion target of</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Properties</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Propkey</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Pros</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Prospect</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Prospective customer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Protected</name>
-    </stringEntry>
-    <stringEntry>
-      <name>pSqlQuery must be of type SqlBuilder</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Public</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Publishing level</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Puerto Rico</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Pull next ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Pull next ticket or create new ones</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Pull Ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Pull Tickets</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Pull tickets</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Purchasing manager</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Qatar</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Quality complaint</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Quality problem customer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Quantity</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Quarterly</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Query</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Questions</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Quick Entry</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Quick entry</name>
-    </stringEntry>
-    <stringEntry>
-      <name>quotation mark</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Racing bike</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Radius in km</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Radius Search</name>
-    </stringEntry>
-    <stringEntry>
-      <name>re-open</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Re-Open</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Re-open</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Read</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Read and Write Permission</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Reason</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Rebuild all duplicates from the selected scanners</name>
-    </stringEntry>
-    <stringEntry>
-      <name>rebuild Index</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Rebuild selected entries</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Recalculate all Classifications</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Receipt</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Receipt Footer Text</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Receipt Header Text</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Receipt number</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Receipts</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Receive new Department Permission</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Receive new User Permission</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Receive task</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Received</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Received Bulk Mail</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Recipient</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Recipient address</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Recipient status</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Recipients</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Recipients after adding</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Recipients: %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Recipt</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Reclamation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Recommendation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Record separator</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Redirect</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Redirect needs a full URL with http/https</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Reference</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Reference customer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Refresh %0 Values</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Refresh Currency Rate</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Region</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Region Manager</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Regulation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Rejected</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Relation Title</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Relation Type</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Relation type</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Relation Type 1</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Relation type 1</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Relation Type 2</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Relation type 2</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Relation types</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Relational</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Relations</name>
-    </stringEntry>
-    <stringEntry>
-      <name>relations</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Relationtype</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Release</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Remaining Runtime</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Remaining tasks and appointments</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Remark</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Reminder</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Remove any usage of the interest</name>
-    </stringEntry>
-    <stringEntry>
-      <name>remove Contact from Sync</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Remove from Campaign</name>
-    </stringEntry>
-    <stringEntry>
-      <name>remove from sync</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Remove from synchronization</name>
-    </stringEntry>
-    <stringEntry>
-      <name>remove hashtags from favorite titles</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Remove Like</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Remove recipients with advertising ban</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Reopen delay</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Repeat password</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Replacement name</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Reply</name>
-    </stringEntry>
-    <stringEntry>
-      <name>reply</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Reply Mail</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Reply Template</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Reply to</name>
-    </stringEntry>
-    <stringEntry>
-      <name>reports to</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Reports to</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Republic of Kosovo</name>
-    </stringEntry>
-    <stringEntry>
-      <name>request</name>
-    </stringEntry>
-    <stringEntry>
-      <name>requested</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Required fields</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resigned</name>
-    </stringEntry>
-    <stringEntry>
-      <name>responsible</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Responsible</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Responsible Department</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Responsible Districts</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Responsibles</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Restore Team</name>
-    </stringEntry>
-    <stringEntry>
-      <name>restrict</name>
-    </stringEntry>
-    <stringEntry>
-      <name>resubmitted</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resume</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Retour</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Return ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Return Ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Reveal the price in the offer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Review</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Revolution speed (rpm)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>rights of access</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Rights of access</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Risk</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Role</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Roles</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Rollout</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Romania</name>
-    </stringEntry>
-    <stringEntry>
-      <name>rule editor</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Rule editor</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Rulegroup already selected</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Runtime</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Russian Federation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Rwanda</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Réunion</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sailing</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Saint Barthélemy</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Saint Helena, Ascension and Tristan da Cunha</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Saint Kitts and Nevis</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Saint Lucia</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Saint Martin (French part)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Saint Pierre and Miquelon</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Saint Vincent and the Grenadines</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sales</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sales area</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sales Dashboard</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sales forecast</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sales manager</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sales Manager</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sales Project</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sales Project Analyses</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sales Project Id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sales Project milestone Id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sales Project Phases</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sales project responsibility set</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sales Projects</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sales Staff Activity</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Salesorder Id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Salesorder item Id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>SALESORDER_ID</name>
-    </stringEntry>
-    <stringEntry>
-      <name>SALESORDERID (UID)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Salesproject</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Salesproject: Created on</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Salesproject: Responsible</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Salesproject: Role</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Salesproject: Type</name>
-    </stringEntry>
-    <stringEntry>
-      <name>SALESPROJECTID (UID)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Salesprojects</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Salutation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Salutation Id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Salutations</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Samoa</name>
-    </stringEntry>
-    <stringEntry>
-      <name>San Marino</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sao Tome and Principe</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Saudi Arabia</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Save</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Save changes</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Save settings</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Scan pattern</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Scope</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Script task</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Search</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Search component</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Search for new Entries</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Search synchronisation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Search Synchronisation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Search term</name>
-    </stringEntry>
-    <stringEntry>
-      <name>second</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Second Approval</name>
-    </stringEntry>
-    <stringEntry>
-      <name>seconds</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Selection</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Selection ignore case</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Selection placeholder</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Selection value</name>
-    </stringEntry>
-    <stringEntry>
-      <name>SELECTION_BOTH</name>
-    </stringEntry>
-    <stringEntry>
-      <name>SELECTION_NEITHER</name>
-    </stringEntry>
-    <stringEntry>
-      <name>SELECTION_NULL</name>
-    </stringEntry>
-    <stringEntry>
-      <name>SELECTION_POSTFIX</name>
-    </stringEntry>
-    <stringEntry>
-      <name>SELECTION_PREFIX</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Semiannually</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Semicolon</name>
-    </stringEntry>
-    <stringEntry>
-      <name>semicolon</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Send</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Send Answer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>send as mail</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Send brochure (WV)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Send Date</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Send digital Advertising materials &amp; complete Workflow Task</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Send documents</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Send documents (WV)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Send email</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Send information</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Send workflow signal</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sender</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sender address</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sender: %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Senegal</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sent</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sent Offers</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sent offers</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sent Receipts</name>
-    </stringEntry>
-    <stringEntry>
-      <name>September</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sequence flow</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Serbia</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Serial</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Serial action</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Serial Actions</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Serial letter</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Serial Letter</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Serial letter \"%0\" can now be downloaded</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Serial letters</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Serverprocess has been started</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Service</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Service Administration</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Service categories</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Service category</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Service contract</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Service Dashboard</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Service Manager</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Service task</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Service ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Service ticket categories</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Service ticket category</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Service ticket template</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Service ticket templates</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Service tickets</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Service-Admin</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Serviceagent</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set active</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set all address locations</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set as default signature</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set attribute</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set auto assignment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set campaign step</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set Campaign Step</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set completed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set dunning</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set inactive</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set missing address locations</name>
-    </stringEntry>
-    <stringEntry>
-      <name>set New</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set not completed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set paid amount</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set parent district</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set password</name>
-    </stringEntry>
-    <stringEntry>
-      <name>set Read</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set salesproject phase</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set status</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set status to active</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set status to inactive</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set to sent</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set workflow</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set workflow for selected e-mail filter</name>
-    </stringEntry>
-    <stringEntry>
-      <name>setRead</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Settings</name>
-    </stringEntry>
-    <stringEntry>
-      <name>setUnread</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sex</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Seychelles</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Shipping costs</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Should a test email be sent to you instead?</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Should the mail be sent now?</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all activities</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all audits</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all companies</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all contacts</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all contracts</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all Facebook posts of a user</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all Facebook posts of ADITO</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all Favorites</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all offers</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all offers with first approval</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all offers with second approval</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all products</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all receipts</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all salesprojects</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all sent offers</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all sent receipts</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all tweets of a user</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show Classification</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show filter result</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show how many sales projects are in the various sales phases</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show inboxes</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show my activities</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show my bulkmails</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show my campaigns</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show my contacts</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show my district assignments with status review</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show my Forecast and Turnover for the current year</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show my organisations</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show my tickets that are in process.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show offer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show only own</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show open salesprojects</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show the finished Tickets in the last 4 weeks</name>
-    </stringEntry>
-    <stringEntry>
-      <name>show visit planning of the week</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all campaigns</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all synchronized datasets</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all synchronized searches of the users</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all users which still have a pending synchronization to Outlook</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all your Observations</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show campaing costs graphically processed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show complete news articles</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show device types used by bulkmail recipients</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show my synchronized datasets</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show the different conversion rates of the sales project phases</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show the global Covid Cases in a Table</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show the new daily Covid Cases</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show the number of activities of the grouped fields</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show the number of datasets still to be synchronized</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show the organisations turnover and forecast in a 3 year time-span</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show the organisations turnover in a 3 year time-span</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show the organisations turnover, forecast and planing in a 3 year time-span</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show unread notifications about different content, e.g. Appointments, serial mails, ...</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Side</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sierra Leone</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Signal</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Signals</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Signature</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Signature to set default</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Singapore</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Single</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Single (Service/All)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Single (Service/External)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Single (Service/Internal)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sint Maarten (Dutch part)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Site visit</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Slave administration</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Slave administration '%0' is '%1'</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Slave UID</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Slovakia</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Slovenia</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Smart TV</name>
-    </stringEntry>
-    <stringEntry>
-      <name>SMS</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Soccer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Social</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Social Media</name>
-    </stringEntry>
-    <stringEntry>
-      <name>society</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Soft Bounce</name>
-    </stringEntry>
-    <stringEntry>
-      <name>solicits</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Solomon Islands</name>
-    </stringEntry>
-    <stringEntry>
-      <name>solution</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Somalia</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Someone liked one of your articles</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sort</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sorting</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sorting by</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sorting direction</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Source</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Source / origin of the generation of contacts</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Source Currency</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Source Currency and Target Currency cannot be the same Currency.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Source tablename</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Source tablename Id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>South Africa</name>
-    </stringEntry>
-    <stringEntry>
-      <name>South Georgia and the South Sandwich Islands</name>
-    </stringEntry>
-    <stringEntry>
-      <name>South Sudan</name>
-    </stringEntry>
-    <stringEntry>
-      <name>SP</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Spain</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Spanish</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Spare part</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Spare parts</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Special price list</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sport</name>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder must be instanciated with 'new' or one of the factory methods (newSelect, newWhere, newWhereIfSet)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder.deleteDat/updateData: You have to specify a tablename</name>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: .where has to be called before following and/or.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: .where has to be called only one time. Use and/or for further conditions.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: If pFieldOrCond is a SqlBuilder &amp; pValue is provided, pFieldOrCond has to be a full SqlBuilder which will be used as subselect</name>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: If pFieldOrCond is a SqlBuilder &amp; pValue is provided, you have to provide also pFieldType, as the type cannot be calculated from pFieldOrCond because it is a subselect</name>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: if you use a subQuery (e.g. SqlBuilder) you have to provide pCondition (e.g. \"exists ?\")</name>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: invalid value-type for pCondition</name>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: invalid value-type for pFieldOrCond. It can be a fully qualified SqlBuilder (e.g. select, from, ... have to be set) or an jdito-prepared-statement array</name>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: pValue (or pFieldOrCond if only one param) is not allowed to be null, undefined or []. (use *IfSet functions if you need optional conditions which are just ignored if value is null or undefined)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: pValue has to be a jdito variable which returns something different than null. (use *IfSet functions if you need optional conditions which are just ignored if value is null or undefined)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: select and from were expected, but not provided.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: The '#' in pCondition has to occur before the '?' and '?' has to occur 1 time, '#' has to occur 1 or 0 times.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: The pagesize is not set or is not a number.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: The provided callback function is not a function.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: The provided values object for updateFields is invalid or is not an object.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: unsupportet parameter combination</name>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: You have to provide a subquery as SqlBuilder, prepared-array or string</name>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: You have to specify at least one parameter</name>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlUtils.getSqlInStatement: if pAsPrepared is true, pPreparedDbType has to be filld with the correct db type</name>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlUtils.getSqlInStatement: WARNING: You should not create in-statements with more than 1000 values. As this has a very bad performance.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sri Lanka</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Standard</name>
-    </stringEntry>
-    <stringEntry>
-      <name>standard address</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Standard city</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Standard City</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Standard Country</name>
-    </stringEntry>
-    <stringEntry>
-      <name>standard email</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Standard workflow</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Standard workflows</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Standard zip</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Standard Zip</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Start</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Start advertising material workflow</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Start date</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Start event</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Start Serveprocess</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Start time</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Start workflow</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Start Workflow</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Start workflows</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Starts the server process manually, which will recalculate all (potentially) outdated classifications. This process should be executed after changes to the classification configuration.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>State</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Statistic</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Status</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Status (Mailbridge)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Status Appointment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Status can't be changed to confirmed if no appointment exists!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Status change skipped!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Status changes skipped!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Status: \"won\"</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Step</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Step costs</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Steps</name>
-    </stringEntry>
-    <stringEntry>
-      <name>still incorrect</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Stock</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Stock Id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Stop costs</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Street</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Strength</name>
-    </stringEntry>
-    <stringEntry>
-      <name>String value</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Subcategory</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Subject</name>
-    </stringEntry>
-    <stringEntry>
-      <name>subject</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Subject and Body</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Subordinate campaign of</name>
-    </stringEntry>
-    <stringEntry>
-      <name>subordinate context</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Subscribed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Subscription model</name>
-    </stringEntry>
-    <stringEntry>
-      <name>subsidiary</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Success</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Successful</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sudan</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sufficient guarantees</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sum</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sum (%0)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sum Chart</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Summary</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Superordinate Attribute</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Superordinate campaign of</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Superordinate Topic</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Supervisor</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Supervisor assignment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>supervisor of</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Supervisors</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Supervisory board</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Supplier</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Support</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Support Ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Support ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>supported by</name>
-    </stringEntry>
-    <stringEntry>
-      <name>supports</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Supportticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Suriname</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Svalbard and Jan Mayen</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Swaziland</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sweden</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Swiss franc</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Swiss Franc</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Switzerland</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sync Exchange Contacts</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Synced searches</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Synchronisation status</name>
-    </stringEntry>
-    <stringEntry>
-      <name>synchronize</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Synchronize</name>
-    </stringEntry>
-    <stringEntry>
-      <name>synchronize Appointment to Plan</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Synchronize calendar permissions from Exchange to ADITO</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Synchronize documents</name>
-    </stringEntry>
-    <stringEntry>
-      <name>synchronize Plan to Appointment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Synchronized searches</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Synchronized with Outlook</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Syrian Arab Republic</name>
-    </stringEntry>
-    <stringEntry>
-      <name>System</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Tablename</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Tablename Id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Tablet</name>
-    </stringEntry>
-    <stringEntry>
-      <name>tabulator</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Tag</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Tags</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Taiwan</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Tajikistan</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Take price</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Take Ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Talk data</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Tanzania, United Republic of</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Target Amount</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Target amount</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Target Amount (%0)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Target Entity</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Target group</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Task</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Task Attendees</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Task Id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Task link Id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Task maturity date</name>
-    </stringEntry>
-    <stringEntry>
-      <name>TASKID (UID)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Tasks</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Team</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Team leader dashboard</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Team role</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Technical email</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Technical requirement</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Technical specifications</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Technology</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Template No.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Templatename</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Tentative</name>
-    </stringEntry>
-    <stringEntry>
-      <name>tentative</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Test</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Test email</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Test Recipient</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Test Recipients</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Test Run</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Test Run Actions</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Text</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Text content</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Text Modular</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Thailand</name>
-    </stringEntry>
-    <stringEntry>
-      <name>the \"%0\" table is configured to get logged but this is the logging-stoarge itself and cannot be monitored</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The attribute \"%0\" couldn't be set for %1 %2, because %3.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The chosen attribute was successfully set for %0 %1</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The chosen attributes were successfully set for %0 %1</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The code number is not a valid number.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The combination of organisation, product group and year already exists.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The contact has an advertising ban for emails!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The contact has an advertising ban for letters!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The contact is already a recipient!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The contract number already exists!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The data is transmitted to the following recipients:</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The data of this Leadimport has already been transfered. Do you want to transfer it again?</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The district no has to be bigger than %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The duplicate row corrosponding to %0 has been rebuild</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The end date has to be after the start.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The endtime can't be before begintime!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The expiry date must be after the start date!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The file did not contain any data</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The file must be a XML</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The following Topics have been set more than once:</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The function could not be deleted because it has links to other objects. The status of the function was set to inactive.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The given Keyword Category Name is already used but needs to be unique</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The given starting location is empty. An area search can not be performed.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>the high complexity of your application</name>
-    </stringEntry>
-    <stringEntry>
-      <name>the max amount of this attribute has been reached</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The max participants count can not be equal or less then 0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The max participants count has to be equal or greater than the count of the current participants!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The minimal count can't be larger than the maximal count!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The next due date must be after the start of the contract and before the expiry of the contract!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>the number of your applications</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The offer number already exists!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The order number already exists!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The person is already associated with another employee!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The product number already exists!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The radius has to be %0 or lesser.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The radius has to be at least %0.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The replacement name has to be unique.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The roll out date must be after the project start!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The Salesproject can only be filled when a company has been specified</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The selected Contact doesn't have an address set.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>the specified key has to be unique for that container but does already exist</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The status of the offer was changed to \"Sent\".</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The status of the offer was changed to \"sent\".</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The status of the order was changed to \"sent\".</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The status-change of the ticket was skipped. Any other changes were carried out.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The status-change of these tickets was skipped. Any other changes were carried out.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The team must have at least one owner</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The test run is not properly configured.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The transfer of data to recipients located in a third country is based on the following guarantees:</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The Value has to be in the 0-100% range</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The workflow could not be deployed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The ZIP code does not match the format of the country.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Their Permissions</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Theme</name>
-    </stringEntry>
-    <stringEntry>
-      <name>There already exists a %0 price with the same type of pricelist, quantity and currency in the defined range.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>There are no test recipients.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>There is already a permission existing!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>this attribute with the same value exists already</name>
-    </stringEntry>
-    <stringEntry>
-      <name>This cannot be undone!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>This combination of person and organisation does already exist and can not be created once more.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>This error should never appear - contact administrator (PermissionDetail_entity.PermissionAction.onValidation).</name>
-    </stringEntry>
-    <stringEntry>
-      <name>This month</name>
-    </stringEntry>
-    <stringEntry>
-      <name>This overwrites the mapping structure</name>
-    </stringEntry>
-    <stringEntry>
-      <name>This priority is already assigned.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>This private person doeas already exist and can not be created once more.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>This year</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket categories</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket category</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket closure</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket Closure</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket closure (days)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket Control Center</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket duplicated (duplicate)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket duplicated (original)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket filter</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ticket no.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket no.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket number of the created ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket number of the original ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket reopen</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket reopen delay</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket reopen delay (days)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket resubmission</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket resubmitted</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket return</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket returned</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket returned to pool</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket template</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket type</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Tickets in process</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Time</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Time expenses</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Time in minutes</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Timetracking</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Timetracking entries</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Timetracking Id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Timor-Leste</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Titel</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Title</name>
-    </stringEntry>
-    <stringEntry>
-      <name>title</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Title suffix</name>
-    </stringEntry>
-    <stringEntry>
-      <name>To</name>
-    </stringEntry>
-    <stringEntry>
-      <name>To check</name>
-    </stringEntry>
-    <stringEntry>
-      <name>To Delete</name>
-    </stringEntry>
-    <stringEntry>
-      <name>To re-open tickets, please use the corresponding action.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>today</name>
-    </stringEntry>
-    <stringEntry>
-      <name>today | %0 - %1 o'clock</name>
-    </stringEntry>
-    <stringEntry>
-      <name>TODELETE</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ToDo</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Todo</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ToDos</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Toggle status</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Toggles the status of  selected discussion between open and closed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Togo</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Tokelau</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Token</name>
-    </stringEntry>
-    <stringEntry>
-      <name>tomorrow</name>
-    </stringEntry>
-    <stringEntry>
-      <name>tomorrow | %0 - %1 o'clock</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Tonga</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Tool changer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Topic</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Topic (incl. Subtopics)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Topic Tree</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Topics</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Total</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Total costs</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Total gross</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Total gross (%0)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Total in euros</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Total net</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Total net (%0)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Total Net (%0)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Total of Forecasts</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Total time</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Total VAT</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Total VAT (%0)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Touchpoint</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Touchpoints</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Tourism</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Trade</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Trade fair</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Transfer data</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Transfer to delivery note</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Transfer to Invoice</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Transfered data</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Transmission</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Transport damage</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Treat</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Tree</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Trigger</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Trinidad and Tobago</name>
-    </stringEntry>
-    <stringEntry>
-      <name>True</name>
-    </stringEntry>
-    <stringEntry>
-      <name>true</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Try to create activity automatically and ask for more information if necessary</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Tunisia</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Turkey</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Turkmenistan</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Turks and Caicos Islands</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Turnover</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Turnover and Forecast</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Turnover change</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Turnover Current Year</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Turnover Last Year</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Turnover, Forecast and Planning</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Tuvalu</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Twitter</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Twitter Feed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Typ</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Type</name>
-    </stringEntry>
-    <stringEntry>
-      <name>type</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Type changed to %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Type of contract</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Type of damage</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Uganda</name>
-    </stringEntry>
-    <stringEntry>
-      <name>UID</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ukraine</name>
-    </stringEntry>
-    <stringEntry>
-      <name>unassigned</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Unchanged plan values</name>
-    </stringEntry>
-    <stringEntry>
-      <name>undefined</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Undefined</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Unique click rate (in %)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Unique Clicks</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Unit</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Unit price</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Unit price (%0)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>United Arab Emirates</name>
-    </stringEntry>
-    <stringEntry>
-      <name>United Kingdom of Great Britain and Northern Ireland</name>
-    </stringEntry>
-    <stringEntry>
-      <name>United States dollar</name>
-    </stringEntry>
-    <stringEntry>
-      <name>United States Minor Outlying Islands</name>
-    </stringEntry>
-    <stringEntry>
-      <name>United States of America</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Unitprice</name>
-    </stringEntry>
-    <stringEntry>
-      <name>unknown</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Unknown accepted call from %0 to %1, duration: %2</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Unknown incoming call from %0 to %1</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Unlinked e-mail</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Unlinked e-mails</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Unread</name>
-    </stringEntry>
-    <stringEntry>
-      <name>unsubscribe</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Unsubscribes</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Until</name>
-    </stringEntry>
-    <stringEntry>
-      <name>up to date</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Update</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Update Advertising</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Update AdvertisingItem</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Update all Classification entries in the system</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Update campaign step</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Update data privacy information</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Update offer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>updated</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Upload new file</name>
-    </stringEntry>
-    <stringEntry>
-      <name>URL</name>
-    </stringEntry>
-    <stringEntry>
-      <name>URL must be unique</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Uruguay</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Usage</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Use all categories</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Use all inboxes</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Use all service ticket categories</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Use external Scanservice</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Use for test run</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Use selection for test mailing</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Use template attachments</name>
-    </stringEntry>
-    <stringEntry>
-      <name>User</name>
-    </stringEntry>
-    <stringEntry>
-      <name>User Administration</name>
-    </stringEntry>
-    <stringEntry>
-      <name>User Currency</name>
-    </stringEntry>
-    <stringEntry>
-      <name>User error</name>
-    </stringEntry>
-    <stringEntry>
-      <name>User task</name>
-    </stringEntry>
-    <stringEntry>
-      <name>User token</name>
-    </stringEntry>
-    <stringEntry>
-      <name>User tokens</name>
-    </stringEntry>
-    <stringEntry>
-      <name>USER_EDIT</name>
-    </stringEntry>
-    <stringEntry>
-      <name>USER_NEW</name>
-    </stringEntry>
-    <stringEntry>
-      <name>USER_NEW_CONTACT</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Userhelp Ressources</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Username</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Username already exists!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Uzbekistan</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Vacation approval by</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Vacation examination by</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Valid</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Valid district contacts</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Valid from</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Valid from (as %0)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Valid from quantity</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Valid to</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Valid until</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Valid, limited</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Valid, unlimited</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Valuation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Value</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Value is too big, the maximum is %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Value is too small, the minimum is %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Value must be an integer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Values</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Vanuatu</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Variable</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Variable costs</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Variables</name>
-    </stringEntry>
-    <stringEntry>
-      <name>VAT</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Vat</name>
-    </stringEntry>
-    <stringEntry>
-      <name>VAT in %</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Venezuela (Bolivarian Republic of)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Vers. no.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Version</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Version %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>very high</name>
-    </stringEntry>
-    <stringEntry>
-      <name>via mail</name>
-    </stringEntry>
-    <stringEntry>
-      <name>via post</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Viet Nam</name>
-    </stringEntry>
-    <stringEntry>
-      <name>View</name>
-    </stringEntry>
-    <stringEntry>
-      <name>View all duplicates from this scanner</name>
-    </stringEntry>
-    <stringEntry>
-      <name>View duplicates</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Virgin Islands (British)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Virgin Islands (U.S.)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Visit</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Visit frequency</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Visit Frequency</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Visit Planning</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Visit Recommendation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Visit Recommendations</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Visit request</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Visitplan Entry</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Visitplan Weekly Overview</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Visitreport created</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Volume</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Volume (%0)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Volume Weighted(%0)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>waiting</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Wallis and Futuna</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Warehouse</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Warehouse 1</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Warehouse 2</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Warehouse 3</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Warning</name>
-    </stringEntry>
-    <stringEntry>
-      <name>was missed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>was set to</name>
-    </stringEntry>
-    <stringEntry>
-      <name>We hereby comply with your request within the statutory period of one month.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>We received data from</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Weakness</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Wear part</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Weblink</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Weblinks</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Website</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Week</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Weekly</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Weekplan</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Weekplan already exists!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Weekplan Info</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Weight (kg)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Western Sahara</name>
-    </stringEntry>
-    <stringEntry>
-      <name>White</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Will be deleted</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Will be inserted</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Will be updated</name>
-    </stringEntry>
-    <stringEntry>
-      <name>within one Month</name>
-    </stringEntry>
-    <stringEntry>
-      <name>within the last Month</name>
-    </stringEntry>
-    <stringEntry>
-      <name>within the last six Months</name>
-    </stringEntry>
-    <stringEntry>
-      <name>within the last year</name>
-    </stringEntry>
-    <stringEntry>
-      <name>within the next six Months</name>
-    </stringEntry>
-    <stringEntry>
-      <name>within the next year</name>
-    </stringEntry>
-    <stringEntry>
-      <name>without Vat</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Won</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Workflow</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Workflow already started</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Workflow definition</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Workflow Definition</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Workflow definitions</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Workflow deploy failed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Workflow instance</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Workflow instances</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Workflow management</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Workflow Model</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Workflow signal</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Worklow started</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Would you really like to clear the forecast and set the state to '%0'?</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Write bulk mail</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Write email</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Writes for</name>
-    </stringEntry>
-    <stringEntry>
-      <name>wrong configuration for '%0'</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Xing</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Xing (Organisation)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Xing (Person)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Year</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Yearly</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Yemen</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Yes</name>
-    </stringEntry>
-    <stringEntry>
-      <name>You can't set a permission to yourself!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>You don't have permission for this view.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>You have to add at least one recipient.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>You tried to change the status of \"%0\" tickets from 'ended' to another status.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>You tried to change the status of a ticket from 'ended' to another status.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>You were assigned as new district contact to district %0 and %1 organisation(s).</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Your changes may have an impact on the data privacy information (GDPR).\n Please update these.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>yyyy-MM-dd HH:mm:ss</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Zambia</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Zimbabwe</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ZIP</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Zip</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ZIP regex</name>
-    </stringEntry>
-    <stringEntry>
-      <name>{$ADDRESS_IDENTIFIER}</name>
-    </stringEntry>
-    <stringEntry>
-      <name>{$DISTRICT_NO}</name>
-    </stringEntry>
-    <stringEntry>
-      <name>{$DISTRICT_NUMBER}</name>
-    </stringEntry>
-    <stringEntry>
-      <name>{$DISTRICT_PARENT_DISTRICT}</name>
-    </stringEntry>
-    <stringEntry>
-      <name>{$DISTRICT_RESPONSIBLE}</name>
-    </stringEntry>
-    <stringEntry>
-      <name>{$DISTRICT_TOTAL_TURNOVER}</name>
-    </stringEntry>
-    <stringEntry>
-      <name>{$DISTRICT}</name>
-    </stringEntry>
-    <stringEntry>
-      <name>{$OBJECTLINK_OBJECT}</name>
-    </stringEntry>
-    <stringEntry>
-      <name>{$OBJECTLINK_TYPE}</name>
-    </stringEntry>
-    <stringEntry>
-      <name>{$QUICK_ENTRY_LEAD_QUICK_ACQUISITION}</name>
-    </stringEntry>
-    <stringEntry>
-      <name>{$TASK_EDITOR}</name>
-    </stringEntry>
-    <stringEntry>
-      <name>{$TASK_PRIORITY_HIGH}</name>
-    </stringEntry>
-    <stringEntry>
-      <name>{$TASK_PRIORITY_LOW}</name>
-    </stringEntry>
-    <stringEntry>
-      <name>{$TASK_PRIORITY_NONE}</name>
-    </stringEntry>
-    <stringEntry>
-      <name>{$TASK_PRIORITY_NORMAL}</name>
-    </stringEntry>
-    <stringEntry>
-      <name>{$TASK_REQUESTOR}</name>
-    </stringEntry>
-    <stringEntry>
-      <name>{$TASK_STATUS}</name>
-    </stringEntry>
-    <stringEntry>
-      <name>{$TICKET_EDITOR}</name>
-    </stringEntry>
-    <stringEntry>
-      <name>{$TICKET_REQUESTOR}</name>
-    </stringEntry>
-    <stringEntry>
-      <name>{$TICKET_STATUS}</name>
-    </stringEntry>
-    <stringEntry>
-      <name>{SEARCH_INDEX_TITLE}</name>
-    </stringEntry>
-    <stringEntry>
-      <name>{SEND_MAIL}</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ã…land Islands</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ø Probability</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Total opt. item gross</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Previous phase</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Changed on</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Total opt. item net</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Phase mandatory</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Next phase</name>
-    </stringEntry>
-    <stringEntry>
-      <name>There is already a activity from the same email existing!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>excl. opt. items</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Business Fairs</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Indv Reply Tmpl</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Your newsletter registration</name>
-    </stringEntry>
-    <stringEntry>
-      <name>An error occured during converting the msg file into an standardized mail.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>No role(s) selected</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Over due</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Streetmap</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The Import Fields \"Lastname\" or \"Organisation\" have to be mapped!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>&lt;p&gt;eml.send error!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show the opening hours of bulk mail recipients.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New organisation created: %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Please select only one element</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Business Fair Talk</name>
-    </stringEntry>
-    <stringEntry>
-      <name>No Permission</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sender full address</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Maximum</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Like</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sender phone</name>
-    </stringEntry>
-    <stringEntry>
-      <name>End time must be later than start time</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Original message</name>
-    </stringEntry>
-    <stringEntry>
-      <name>There are no valid employees in the department.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>FILE NOT CHANGED</name>
-    </stringEntry>
-    <stringEntry>
-      <name>To-Do's</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Remove Inbox and it's occurance in Tickets.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaignstep in campaign \"%0\" changed from \"%1\" to \"%2\"</name>
-    </stringEntry>
-    <stringEntry>
-      <name>[ZippingUtil.renameDuplicateFilenamesForZip]Limit for max length of filename iteration reached.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>An error occured during getting recipients contact data.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Cancel IDs Observations</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Views</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Categories</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Regular expression</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sender name</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sendet</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Number has to be unique</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaignstep changed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket was duplicated</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 already activities from the same email existing!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Minimum</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Salesorder</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sender organisation name</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sender email</name>
-    </stringEntry>
-    <stringEntry>
-      <name>dd.MM.YYYY HH:mm</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Upload</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Bulk Mail Opening Hours</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Business fair</name>
-    </stringEntry>
-    <stringEntry>
-      <name>An</name>
-    </stringEntry>
-    <stringEntry>
-      <name>An error occured during getting contact data.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sender country - zip - city</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Target Currency</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Discount in (%0)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Conclusion (MB)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>[ZippingUtil.constructor]Cannot instantiate a static class.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Start time must be earlier than end time</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Deleted</name>
-    </stringEntry>
-    <stringEntry>
-      <name>added on</name>
-    </stringEntry>
-    <stringEntry>
-      <name>No new tickets available at this moment.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set Status</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New password must not be the same as the current password</name>
-    </stringEntry>
-    <stringEntry>
-      <name>[ZippingUtil.renameDuplicateFilenamesForZip]FileNames type is invalid. An Array of filenames is required.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Tags can't be assigned more than once!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Wrong password</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Passwords do not match</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 out of %1 records were changed to \"%2\".</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 record/s could not be updated.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Status (MB)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Talks</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Talk</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Editor changed to</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Reopen delay (days)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation: Zip</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket created through duplication</name>
-    </stringEntry>
-    <stringEntry>
-      <name>EMAIL ERROR</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Likes</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Conversion to Deal Rate</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Conversion Rate Targets</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Target Conversion to Deal Rate in %</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Please change prices</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Conversion Rate Target</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Target Conversion Rate in %</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation: Industry</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy mosaico template</name>
-    </stringEntry>
-    <stringEntry>
-      <name>allow all channels</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Not rejected</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Filters are only possible without logical conjunctions!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 of the chosen records are already recipients, don't have an e-mail set or don't fullfill the communicationsettings requirements</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ignore</name>
-    </stringEntry>
-    <stringEntry>
-      <name>No advertising by %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Allowed only</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Remove invalid recipients</name>
-    </stringEntry>
-    <stringEntry>
-      <name>reject all channels</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Check status of Salesproject %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create a document template based on the mosaico template</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Last activity</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create a bulk mail with the selection as recipients</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New organisation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Web visits</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Visit date</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Page title</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Linked organisation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>This week</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Fee(k EUR)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ungrouped</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all tweets of Handelsblatt</name>
-    </stringEntry>
-    <stringEntry>
-      <name>dd.MM.yyyy.HH:mm:ss</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Opportunity Conversion Rates to Deal</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show the different conversion rates to deal of the sales project phases</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Conversion Rates</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Opportunity Conversion Rates</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Address/Number</name>
-    </stringEntry>
-    <stringEntry>
-      <name>My responsible Organisations</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show my responsible organisations</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Banner</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Match phone number</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Extended connection</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Extended connections</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sender email address</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Events</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Message type</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Digital Products cannot be delivered %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Send type</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Invited</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Participants with status</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Registration deadline</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Send status</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Reminder mail</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Lecture</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy event</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Break</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Add the selection to a event</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Declined</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Confirmation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Change the status of selected participants</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0/%1 of the chosen records will be added to the event</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Add to event</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Welcome</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Physical Products cannot be delivered via Email</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Please adjust existing forecast</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Please select a maximum of 50 organisations</name>
-    </stringEntry>
-    <stringEntry>
-      <name>resolve duplicates</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Original</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resolve Duplicates</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Swap</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Merge</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Original Value</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Take over duplicate value</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Duplicate Value</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Fields/Linking</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Merge Duplicates</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Merge duplicate in original</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaign steps </name>
-    </stringEntry>
-    <stringEntry>
-      <name>Webtracking</name>
-    </stringEntry>
-    <stringEntry>
-      <name>LinkedIn</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Swap duplicates and originals</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Voicemail</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Event planning</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Training</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Page number</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Incoming Call</name>
-    </stringEntry>
-    <stringEntry>
-      <name>new Event</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Chosen record is already in the event</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Not enough room in event</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Countdown</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Web Tracking</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Eventparticipantstatus</name>
-    </stringEntry>
-    <stringEntry>
-      <name>EVENTID (UID)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>No action</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Deal</name>
-    </stringEntry>
-    <stringEntry>
-      <name>User_new</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Inhouse</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Save the date</name>
-    </stringEntry>
-    <stringEntry>
-      <name>BusinessID</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Incoming Calls</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Called</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Keywords</name>
-    </stringEntry>
-    <stringEntry>
-      <name>EventMessageStatus</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Remove from event</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Serviceticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>EventSlot</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Call context</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Eventmessageid</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Follow up</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Seminar</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Eventslotid</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Webinar</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Agenda</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Multi</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Event_id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Eventmessage_id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>EventMessage</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Caller</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Eventmessagestatusid</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Referrer name</name>
-    </stringEntry>
-    <stringEntry>
-      <name>User_edit</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Online</name>
-    </stringEntry>
-    <stringEntry>
-      <name>No Tag</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Already existing activities</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Event participation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Keyword Category Description</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 liked your knowledge article %1.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Process history</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Touchscreen</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Browserinformation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Open Error Message</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Stop drain mode</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sessions</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Send message</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resolution</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Session</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Timezone</name>
-    </stringEntry>
-    <stringEntry>
-      <name>License edition</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Data directory</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Major version</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ManagerServerStatisticss</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Short message</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ManagerServerStatistics</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Keep JDito instance</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ManagerVMProperties</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Process</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Execution date</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Start intervall</name>
-    </stringEntry>
-    <stringEntry>
-      <name>VM properties</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Server</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Servers</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Activate drain mode</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ManagerDrainMode</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Duration in MS</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ProcessHistory</name>
-    </stringEntry>
-    <stringEntry>
-      <name>View VM properties</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Login user</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ProcessInterval</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Minor version</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Weeks</name>
-    </stringEntry>
-    <stringEntry>
-      <name>SessionMessage</name>
-    </stringEntry>
-    <stringEntry>
-      <name>License id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Startdate</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Run immediately</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Processmanagement</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Cache cleared</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Send message </name>
-    </stringEntry>
-    <stringEntry>
-      <name>Log directory</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Interval</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Server Runtime</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ProcessIntervals</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Interval has been started</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Shutdown Session</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Drain mode</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Client IP</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Abort</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Free Memory</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Timertype</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Process executed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Last Action</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Session ID</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Process failed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Months</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Run garbage collection</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy Class Path</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Completion date</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Statuscode</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Build</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Useragent</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Login Time</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Startup time</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Long message</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Serverprocess has been executed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Total CPU usage</name>
-    </stringEntry>
-    <stringEntry>
-      <name>user(s)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Drain Message</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Total Memory</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Activate</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Very low</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy error message</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Internal name</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Thread priority</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Last execution time</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Garbage Collection started</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Interval configuration</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Last execution status</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Process histories</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Session Message</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Execution time</name>
-    </stringEntry>
-    <stringEntry>
-      <name>execute manually</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Serverprocess failed. Check serverlog for further information</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Started by</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Home directory</name>
-    </stringEntry>
-    <stringEntry>
-      <name>VM property</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Process started</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Manager drain mode</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Locale</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Garbage Collection</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Send message to user</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Stop intervall</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Processname</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Cluster</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Session Messages</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Clear cache</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Edit intervall</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Shutdown Session(s)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Special regulation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Next increase</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Last increase</name>
-    </stringEntry>
-    <stringEntry>
-      <name>To generate the report, the table columns \"Data privacy right, \"Data privacy use\", \"Valid to\" must be maintained.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Kind</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Salesproject: Title</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Salesproject: Phase</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Salesproject: Project start</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Salesproject: Status</name>
-    </stringEntry>
-    <stringEntry>
-      <name>District Number</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Assessment / Industry</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Confirmation Volume</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Order Volume</name>
-    </stringEntry>
-    <stringEntry>
-      <name>There already is an ad hoc message for participants with status %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Target participant status</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The following participant status have been set multiple times: %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation: Supervisor assignment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Order status changed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Negative prices are only allowed for cancellations</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaignstep in campaign \"%0\" changed to \"%1\"</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Waiting list</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Change date</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Registered</name>
-    </stringEntry>
-    <stringEntry>
-      <name>${TOUCHPOINTS}</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Target acquisition</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Target turnover</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New salesproject</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Quarter</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Turnover goal in thousand (%0)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Salesproject: Classification</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Tickets merged</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Follow up ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket created as follow up ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>With the following ticket(s)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Close</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Merged ticket %0 into ticket %1</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Confirm merge</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Attachment information</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket closed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Merge this ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Do you really want to merge the selected tickets? Merge cannot be undone!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>advanced signature</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Signature:</name>
-    </stringEntry>
-    <stringEntry>
-      <name>simple signature</name>
-    </stringEntry>
-    <stringEntry>
-      <name>refused</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Simple Signature</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Digital Signature</name>
-    </stringEntry>
-    <stringEntry>
-      <name>started</name>
-    </stringEntry>
-    <stringEntry>
-      <name>expired</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Digital Signature Signer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>draft</name>
-    </stringEntry>
-    <stringEntry>
-      <name>pending</name>
-    </stringEntry>
-    <stringEntry>
-      <name>terminated</name>
-    </stringEntry>
-    <stringEntry>
-      <name>You have to add atleast one signer in order to start the signing workflow.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Request Signature</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Digital Signing Signer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Digital Signing</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Emails</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy Signinglink</name>
-    </stringEntry>
-    <stringEntry>
-      <name>We save your data until</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket was duplicated.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket created as follow up ticket.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket was split.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 visitplan entries were created.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket created through duplication.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket created through splitting.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket number of the original ticket: %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket has a follow up ticket.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket number of the created ticket: %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Notification Description</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Escalation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Split Ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>You have to add at least one responsible.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket split (new Ticket)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Notification Title</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket split (original)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Follow up ticket created</name>
-    </stringEntry>
-    <stringEntry>
-      <name>EmployeeGroup</name>
-    </stringEntry>
-    <stringEntry>
-      <name>from \"%0\" to \"%1\" modified.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Approver</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>A %0nd approval was considered necessary by \"%1\"</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 is waiting for your approval</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Start approval process</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The approval process was started by \"%0\"</name>
-    </stringEntry>
-    <stringEntry>
-      <name>No instance definded</name>
-    </stringEntry>
-    <stringEntry>
-      <name>has been %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Approval request</name>
-    </stringEntry>
-    <stringEntry>
-      <name>User to send</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Update description with the last approver task</name>
-    </stringEntry>
-    <stringEntry>
-      <name>service ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New approval request</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Approval activity</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Cancel approval process</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Request approval again</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Last approver</name>
-    </stringEntry>
-    <stringEntry>
-      <name>You have a new approval request</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Approval count</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Link to the</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The approval process has been %0 by \"%1\"</name>
-    </stringEntry>
-    <stringEntry>
-      <name>offer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>canceled</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Update approver</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Approve/deny</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Request approval</name>
-    </stringEntry>
-    <stringEntry>
-      <name>approval levels</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Approval process was canceled</name>
-    </stringEntry>
-    <stringEntry>
-      <name>declined</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Status category</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Approval workflow started</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Request %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0. approval</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Bevorzugter Genehmiger</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Offer doesn't have any items</name>
-    </stringEntry>
-    <stringEntry>
-      <name>All day</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Cal. Reminder</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Place</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Apply to series</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Series</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Every year on %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Decline</name>
-    </stringEntry>
-    <stringEntry>
-      <name>1 hour</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Monthly on %0. %1</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Daily</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Custom...</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 minutes</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Accept</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Weekly on %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>At the start of the appointment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Days</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Every%0year</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Monthly on last %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ends</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sunday</name>
-    </stringEntry>
-    <stringEntry>
-      <name>On</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Tuesday</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Day</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Thursday</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Friday</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Repeat every</name>
-    </stringEntry>
-    <stringEntry>
-      <name>on</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Monthly on %0. day</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Every%0week</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Day(s)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Monday</name>
-    </stringEntry>
-    <stringEntry>
-      <name>After</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Every%0day</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 times</name>
-    </stringEntry>
-    <stringEntry>
-      <name>until</name>
-    </stringEntry>
-    <stringEntry>
-      <name>2 hours</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Wednesday</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Saturday</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Never</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Every%0month</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Years</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Selected month or year does not match with the selected expense date</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Purpose</name>
-    </stringEntry>
-    <stringEntry>
-      <name>in process</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Absences</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Selected absence date cannot be more than 3 years in the past</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Rule active</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New Absence</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Follow up 2</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Follow up 1</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Busy</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Departure</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Absence</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Meal allowance (%0)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Payout</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Lunch incl.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Absence Day</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Settled</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create multiple days</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show Meal Allowance</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Skip next visit</name>
-    </stringEntry>
-    <stringEntry>
-      <name>settled up</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Absences should be submitted until the 10th of the next month.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Dinner incl.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Arrival</name>
-    </stringEntry>
-    <stringEntry>
-      <name>1 day</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Settle</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Several days - Departure</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Selected receipt date cannot be more than 3 years in the past</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Period</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Last Absence</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Absence already exists for this date and user</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Absence Days</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Next visit</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Lump sum</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Receipts (%0)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>No.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>receipt</name>
-    </stringEntry>
-    <stringEntry>
-      <name>1 week</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Expense report</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Total Kilometer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>One day - more than 8 hours</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Several days - Day of arrival</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Last visit</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Expense</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Several days - 24 hours</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Created</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New Expense</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Expenses</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Total Absences</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Submit absence</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show Traveling Expenses</name>
-    </stringEntry>
-    <stringEntry>
-      <name>First Absence</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Costs</name>
-    </stringEntry>
-    <stringEntry>
-      <name>One day - 8 hours and less</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Expense from %0 to %1 from %2</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Breakfast incl.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Costs in (%0)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New Receipt</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Companycard</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Traveling Expenses</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Kilometer (own car)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>new travel reservation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Date has to be within the travel period</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Refuse message</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Overnight stay</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Phone number</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Work equipment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Special expenses</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Taxi</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Parking fees</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Negative prices are only allowed for discounts</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Hospitality</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ride costs</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Rental car</name>
-    </stringEntry>
-    <stringEntry>
-      <name>{$TASK_EDITORS}</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sum (Foreign currency)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Refuel</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete from role</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Add to role</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Add employee</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The dates of %0 visit recommendations were recalculated.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket escelated by process. Responsible person(s) informed.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Temporary until</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Article Description</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Enddate cannot be earlier or the same as Startdate</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 visit recommendations were ignored.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Merged</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Search greater %0, sync not possible.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Escalated Tickets</name>
-    </stringEntry>
-    <stringEntry>
-      <name>CW</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Preferred approver</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Rebuild Index of Employee</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Approval: Update (status, appoval)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>set "Creation"</name>
-    </stringEntry>
-    <stringEntry>
-      <name>To check (2.Empl)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Catering</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Approval: Create activity</name>
-    </stringEntry>
-    <stringEntry>
-      <name>km</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Temporary from</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Approve / deny</name>
-    </stringEntry>
-    <stringEntry>
-      <name>optional</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Turnover target</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Event registration</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Opportunities</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 visit recommendations were deleted.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>#,##0.00 '\u20ac'</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Approval: Create notification</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Turnover targets</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Target acquisitions</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Newsletter registration</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket escalated</name>
-    </stringEntry>
-    <stringEntry>
-      <name>File format must be '.csv'.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Employee-Group has to be unique</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Approval requester</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation Id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>to be settled</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Calculation of the visit recommendation dates</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Shows all tickets which have been escalated.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Keywordentry multiple Days</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Employee has to be unique</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Payment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>MMM d, yyyy</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Denied</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Duplicate and original can't be identical.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>To check (1.Empl)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Tickets can't be double selected</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Selected date cannot be more than 3 years in the past</name>
-    </stringEntry>
-    <stringEntry>
-      <name> User</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Add employees</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Transparent</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all tickets which have been escalated.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>12 hours</name>
-    </stringEntry>
-    <stringEntry>
-      <name>dd.MM.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Inserted</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Required For Mailing</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Cancellation Amount</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Cancellation Count</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Cancellationrate Count</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Cancellationrate Amount</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all cancellation rates of the last years</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Cancellation Rates</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Cancellation Rate</name>
-    </stringEntry>
-    <stringEntry>
-      <name>2. Quarter</name>
-    </stringEntry>
-    <stringEntry>
-      <name>1. Quarter</name>
-    </stringEntry>
-    <stringEntry>
-      <name>3. Quarter</name>
-    </stringEntry>
-    <stringEntry>
-      <name>#.## '%'</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Cancellation Amount </name>
-    </stringEntry>
-    <stringEntry>
-      <name># k</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Template</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Waiting notification</name>
-    </stringEntry>
-    <stringEntry>
-      <name>incl. dependent contexts</name>
-    </stringEntry>
-    <stringEntry>
-      <name>incl. Dependencies</name>
-    </stringEntry>
-    <stringEntry>
-      <name>30%</name>
-    </stringEntry>
-    <stringEntry>
-      <name>There already exists a price of this type in the selected range. Be aware that the date will change accordingly!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Some prereserved EntityFields which are necessary fot 360° are not available. Context:</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Some prereserved EntityFields which are necessary for 360° are not available. Context: %0 Data: %1 \nNeeded EntityFields are: #UID, #TITLE, #MAPPING, #CONTENTDESCRIPTION, #CONTENTTITLE, DATE_NEW, ACTIVE.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>You have to add an e-mail documenttempalte with the classification 'digital signature' for the offerContext in order to start the signing worfklow.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Project Permissions</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Project Permission</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticket Attribute</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Count of Uses</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ProjectticketType</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projecttickettypes</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticket Comments</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticket Comment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticket Attributes</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Description Template</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projecttickettype</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticket Comment Text</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticket Comment Template</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ProjectticketTypes</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticket Comment Templates</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set Standard</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Multiple</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Tickettype</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticket Type</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket Documenttemplate</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Read comment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Solution Mandatory</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Read project</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Mandatory</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ProjectType</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Allow booking times</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Controle time</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Comment Template</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Allow adding comments</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Project Type Relation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Edit comment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Read ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete project</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Move ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket Documenttemplates</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Edit ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Allow adding Comments</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Not a Projectmember</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create comment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Edit project</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ProjectTypes</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Attributevalues</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete projectticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Status Reason</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete comment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Alphabetical sorting</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projecttype</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projecttitle</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Project</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Last Comment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>billable</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Date due</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectname</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Offered Hours</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>minutes worked</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Requester</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Planned Hours</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Available</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Required for Mailing</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Presence</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Away</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Parent Task</name>
-    </stringEntry>
-    <stringEntry>
-      <name>At least one of the operation tasks doesn't have an estimated time set.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>estimated time</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Operations</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resource</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resource plannings</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resource planning</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Operation Task</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Operation Tasks</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resources</name>
-    </stringEntry>
-    <stringEntry>
-      <name>carried out</name>
-    </stringEntry>
-    <stringEntry>
-      <name>open</name>
-    </stringEntry>
-    <stringEntry>
-      <name>assign to this operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>planned Tasks</name>
-    </stringEntry>
-    <stringEntry>
-      <name>service operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>to plan</name>
-    </stringEntry>
-    <stringEntry>
-      <name>assortment registration</name>
-    </stringEntry>
-    <stringEntry>
-      <name>prospective Tasks</name>
-    </stringEntry>
-    <stringEntry>
-      <name>open Tasks</name>
-    </stringEntry>
-    <stringEntry>
-      <name>area registration</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Previous Task</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Operationbegin</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Proficent</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Customer Service experience</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Expert</name>
-    </stringEntry>
-    <stringEntry>
-      <name>drivers license</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Competent</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Beginner</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Advanced</name>
-    </stringEntry>
-    <stringEntry>
-      <name>negotiation ability</name>
-    </stringEntry>
-    <stringEntry>
-      <name>it knowledge</name>
-    </stringEntry>
-    <stringEntry>
-      <name>product knowledge</name>
-    </stringEntry>
-    <stringEntry>
-      <name>insert group task</name>
-    </stringEntry>
-    <stringEntry>
-      <name>insert operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Color</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create operation task</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Invalid input format</name>
-    </stringEntry>
-    <stringEntry>
-      <name>incoming Operations</name>
-    </stringEntry>
-    <stringEntry>
-      <name>this Operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>unplanned Tasks</name>
-    </stringEntry>
-    <stringEntry>
-      <name>assign to operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>unassign from this operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Operation Task Templates</name>
-    </stringEntry>
-    <stringEntry>
-      <name>insert using template</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Operation Task Template</name>
-    </stringEntry>
-    <stringEntry>
-      <name>insert tasks</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Comment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>not estimated</name>
-    </stringEntry>
-    <stringEntry>
-      <name>amount of tasks</name>
-    </stringEntry>
-    <stringEntry>
-      <name>blocked</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete sub tasks</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Operationreport</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Do you want to delete the linked tasks?</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete tasks</name>
-    </stringEntry>
-    <stringEntry>
-      <name>booked Time</name>
-    </stringEntry>
-    <stringEntry>
-      <name>superordinate task</name>
-    </stringEntry>
-    <stringEntry>
-      <name>This task has subordinate tasks. Should these also be deleted?</name>
-    </stringEntry>
-    <stringEntry>
-      <name>choose Operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Should all linked tasks be deleted?</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Should all subtasks be deleted?</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Assign Operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Operations/Tasks</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Position and Signer count don't match</name>
-    </stringEntry>
-    <stringEntry>
-      <name>create workflow dataset</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Supervision</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The valid until date can't be before valid to!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New District assignment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>You were assigned as new district contact to district '%0' and %1 %2.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Assign all Companies of the selected districts</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Assignment of the companies of all selected districts is completed!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Assign companies</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 companies were newley assigned. \n%1 companies are no longer assigned (these assignments got the status 'review'). \n%2 valid assignments were unchanged. \nThe Process took %3 seconds.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Supervisor Archive</name>
-    </stringEntry>
-    <stringEntry>
-      <name>company</name>
-    </stringEntry>
-    <stringEntry>
-      <name>companies</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 Supervisors were newley assigned. \n%1 Supervisor assignments were updated. \n%2 valid assignments were unchanged. \n%3 invalid assignments should probably no longer be assigned (these assignments got the status 'review'). \n%4 assignments got deleted. \n%5 Archived Supervisors were newley assigned. \n%6 Supervisor Archive assignments were updated. \n%7 valid Archive assignments were unchanged. \n%8 invalid Archive assignments should probably no longer be assigned (these assignments got the status 'review'). \n%9 Archive assignments got deleted. \nThe Status of %10 responsibles were updated. \nThe Process took %11 seconds.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>There already exists a dataset for the selected Context.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Filter selection</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Dependent Context</name>
-    </stringEntry>
-    <stringEntry>
-      <name>inkl. dependent contexts</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Dependent Contexts</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Some prereserved EntityFields which are necessary for 360° are not available. Context: %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Choose an event and status to add the contact to the event</name>
-    </stringEntry>
-    <stringEntry>
-      <name>blocker</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Interval(s) have been started</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Memory</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Port</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Clear Cache</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Black</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Auto Order by Id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Free Connections</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Database</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Database Detail</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Start interval</name>
-    </stringEntry>
-    <stringEntry>
-      <name>DatabaseDetails</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Process Execution</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Service URL</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Peer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Peers</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Edit interval</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Copies the classpaths to your clipboard</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Low</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Yellow</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Open Message</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Close Connection</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Record Container Caching</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Stop interval</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Additional Information</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Databases</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Database Name</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Paths</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Telemetry Type</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Grey</name>
-    </stringEntry>
-    <stringEntry>
-      <name>High</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy Classpaths</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Connection Time</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Very high</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Blue</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Host</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Used Connections</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Collation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Normal</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Master</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Red</name>
-    </stringEntry>
-    <stringEntry>
-      <name>CPUs</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Alias</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Database Details</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Seconds</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Green</name>
-    </stringEntry>
-    <stringEntry>
-      <name>No other contexts are subordinated to the selected context</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Incorrect file format for the selected type and classification</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectmembers</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projecttimes</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Email Notification</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projecttickets</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Role Preset</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New district assignment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>report</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set to 'billed'</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set to 'in creation'</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set to 'to be settled'</name>
-    </stringEntry>
-    <stringEntry>
-      <name>in creation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>billed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Meal Allowance</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show Expenses report</name>
-    </stringEntry>
-    <stringEntry>
-      <name>settlement</name>
-    </stringEntry>
-    <stringEntry>
-      <name>set 'Creation'</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Further Information</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Incl. Meals</name>
-    </stringEntry>
-    <stringEntry>
-      <name>set 'Settled'</name>
-    </stringEntry>
-    <stringEntry>
-      <name>set 'to be settled'</name>
-    </stringEntry>
-    <stringEntry>
-      <name>in Creation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show Expense report</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Target Projecttickettype</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Shows all Projecttickets</name>
-    </stringEntry>
-    <stringEntry>
-      <name>All projects that can (potentially) be billed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Shows all Projects</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Controlling Cockpit</name>
-    </stringEntry>
-    <stringEntry>
-      <name>o'clock</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Plan operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>preplanned</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Replan operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete plannings</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create operation report</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Remove from operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0/%1 operation task(s) will be unassigned.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>simple task</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Business hours: to</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Open resource planning</name>
-    </stringEntry>
-    <stringEntry>
-      <name>There already exists a resource dataset for %0.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Assign operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Business hours</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Business hours: from</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Due date cannot be in the past.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Clear link</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The businesshours to must be after the businesshours from</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Operation tasks of this operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Not assigned operation tasks</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Operation tasks of prospective operations</name>
-    </stringEntry>
-    <stringEntry>
-      <name>This Operation has linked tasks. Should these also be deleted?</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Assigned operation tasks</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Clear operation link</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Clear organisation link</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Clear contact link</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Studies</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Prototypes</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Business</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set Attributes</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set Project</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Clears the preset from the Context</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Wine</name>
-    </stringEntry>
-    <stringEntry>
-      <name>SerialActions</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy tickets</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set Tickettype</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Beer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set Beginn</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Other Links</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set Progress</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticket Links 3.0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set Due</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set Priority</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Cigars</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Lower Level Projecttickets</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set Editor</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resubmit ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Merge Ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resubmit</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Re-open ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Close ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket Multi Select</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Default mail groomed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 test mails sent sucessfully, %1 test mails failed. Process took %2 s.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Test bulk mail \"%0\" was sent!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Are you sure you want to remove all invalid recipients?</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Default phone groomed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Default address groomed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Choose dunning text</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Usages</name>
-    </stringEntry>
-    <stringEntry>
-      <name>usages</name>
-    </stringEntry>
-    <stringEntry>
-      <name>usage</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Issue credit</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Credit issued</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribute cannot be added twice with the same value.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Credit for Invoice %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>no valid url format</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Operation tasks not yet estimated.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Template for Comment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Template for Ticket Description</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Template for Project Description</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Project Description Template</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket Description Template</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Classification:</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 merged.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Referrer link</name>
-    </stringEntry>
-    <stringEntry>
-      <name>visit recommendations</name>
-    </stringEntry>
-    <stringEntry>
-      <name>District organisation assignment will start now!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Temporary start date</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Temporary end date</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribute is already defined</name>
-    </stringEntry>
-    <stringEntry>
-      <name>A Salesproject can only be linked to one Project</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ProjectTime</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Status won't be set for tickets with missing editor.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Preset</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The Projectticket Comment Template '%0' is duplicated</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Project Member</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The Project Type '%0' is duplicated</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Not definet error</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create lower Ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Liste Schlüsselwort</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Abrechenbar</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 entries are already billed and cannot be moved. Do you want to continue with %1 entries?</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectmember</name>
-    </stringEntry>
-    <stringEntry>
-      <name>TopicTreeUsage</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Only open Tickets</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Abgeschlossen</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Combo Value Type</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Billed entries</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Status 'in Progress' not allowed due to missing editor</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Seite</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket(s) effected)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>booked (PT)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete Attributes</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Priority: show-stopper</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Land</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Predecessor from</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Textfeld lang</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Project Memberrole</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Missing frequency</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Importer_lib: Condition could not be build because the Keycolumn %0 is not in the OutputRecord.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Anforderer prüft</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projecttime: Billingstatus</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ResourceOperatingStatus</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Signaterequest</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Extern Billable times</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New Resourceoperationtask %0 created by %1</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Mandatory filter</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Subtask</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Just 10 hours per day will be added to your flextime account.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projecttime: Date</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ResourceOperationTaskTemplateUsage</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Maintainer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribute Values</name>
-    </stringEntry>
-    <stringEntry>
-      <name>billable (minutes)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>edit operation Report</name>
-    </stringEntry>
-    <stringEntry>
-      <name>offered</name>
-    </stringEntry>
-    <stringEntry>
-      <name>original Time</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Billing status</name>
-    </stringEntry>
-    <stringEntry>
-      <name>beendet</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Generate weekplanentry</name>
-    </stringEntry>
-    <stringEntry>
-      <name>move Ticket Times</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Insert/Update Attributes</name>
-    </stringEntry>
-    <stringEntry>
-      <name>set extern time null</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create new Ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Time booking</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectresponsible</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Value has to be positiv</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Value Lookup</name>
-    </stringEntry>
-    <stringEntry>
-      <name>kein Auftrag</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Liste Projekt</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Summe Verpflegungsmehraufwand</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Assign operations</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ordered from</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ResourcePlanningOperation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticket 3.0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>This Action will insert %0 and update </name>
-    </stringEntry>
-    <stringEntry>
-      <name>Protected by default</name>
-    </stringEntry>
-    <stringEntry>
-      <name>show-stopper</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Verpflegungsmehraufwand</name>
-    </stringEntry>
-    <stringEntry>
-      <name>billable (PT)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Status won't be set for tickets with missing mandatory solution.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Bulk mail recipient</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ResourceOperationTaskSerial</name>
-    </stringEntry>
-    <stringEntry>
-      <name>change away</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Priority: low</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Add to bulk mail</name>
-    </stringEntry>
-    <stringEntry>
-      <name>no TITLE for USER</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ResourceOperationSerialContainer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>An error occured during checking whether recipient (recipient: </name>
-    </stringEntry>
-    <stringEntry>
-      <name>Project 3.0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>booked</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Product Owner</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Alle Verknüpfungen</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New Resourceoperation %0 created</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New Resourceoperationtask %0 created</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Pauschale</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projects</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Only values in 0.25 Steps are allowed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Days without new comment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set in Process</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Billing description</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Roles can't be assigned more than once!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Firmenauswahl</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticketeigenschaften</name>
-    </stringEntry>
-    <stringEntry>
-      <name>abgeschlossen</name>
-    </stringEntry>
-    <stringEntry>
-      <name>District Organisation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Dest</name>
-    </stringEntry>
-    <stringEntry>
-      <name>new follow up ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Entwickler</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projekteinstellungen</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projektname</name>
-    </stringEntry>
-    <stringEntry>
-      <name>niedrig</name>
-    </stringEntry>
-    <stringEntry>
-      <name>A RecordsRecipe is empty but required.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy Serviceclient Link</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Only own Tickets</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ÃœN</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Booked Times</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Agile Coach</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Error while retrieving binary contents. Missmatch of requtesd and delivered entries. </name>
-    </stringEntry>
-    <stringEntry>
-      <name>set checked</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Today booked</name>
-    </stringEntry>
-    <stringEntry>
-      <name>A RecordsRecipe was given but no records could be loaded. RecordsRecipe: %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Inaktiv</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Date_new1</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Spalten</name>
-    </stringEntry>
-    <stringEntry>
-      <name>${OrderedTimes}</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New comment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Forecast: Status</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Liste</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sorting_value</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ordered</name>
-    </stringEntry>
-    <stringEntry>
-      <name>sick</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resourcecampaign_id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket excelated</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Copied from</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resource Operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>nicht zugeordnet</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Presets</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Admin View öffnen</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New time</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Nein</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Copied to</name>
-    </stringEntry>
-    <stringEntry>
-      <name>change feecode</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Isserial</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resourceplanningid</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The end date must be within the validity period.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The start date must be within the validity period.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Boolean</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Some prereserved EntityFields which are necessary fot 360° are not available. Context: </name>
-    </stringEntry>
-    <stringEntry>
-      <name>New Resourceoperation %0 created by %1</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectspecific</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resourcesid</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Key User</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Reason for Status</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Tagegeld</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Field or Seperator were empty function: %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>invoiced</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticketinformation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The Attribute '%0' is duplicated</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Frühstück</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Tasks in Operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ResourceOperationTaskSerials</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Templatenumber</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Kontaktauswahl</name>
-    </stringEntry>
-    <stringEntry>
-      <name>from Percent</name>
-    </stringEntry>
-    <stringEntry>
-      <name>This Action will delete %0 Attribute Datasets. Continue?</name>
-    </stringEntry>
-    <stringEntry>
-      <name>--:--</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Beitrag</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Duplicate from</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticket Relations</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Mandatory input missing</name>
-    </stringEntry>
-    <stringEntry>
-      <name>mittel</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Kreis</name>
-    </stringEntry>
-    <stringEntry>
-      <name>change extern Time</name>
-    </stringEntry>
-    <stringEntry>
-      <name>move Ticket Time</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Linktype</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Knowledge Consultant</name>
-    </stringEntry>
-    <stringEntry>
-      <name>User_edit1</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Build- und Releasemanager</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Priority: critical</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Textfeld</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Forecast: Planned</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ja</name>
-    </stringEntry>
-    <stringEntry>
-      <name>new extern time</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Feecode</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Auftrag</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Teams</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Error while assigning the recipient</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Solution</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Mandatory solution contribution is missing</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New Campaign</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticket 2.0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Eventeee</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Objectselection</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Forecast: No forecast (Year)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Balken</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticket Type Relation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Leistungsnachweis</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Topic Tree Favorites</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resourceoperationtasktemplateid</name>
-    </stringEntry>
-    <stringEntry>
-      <name>In Relation with</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Error while sending mail as an unkown user.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resourceoperationtasktemplate_id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>No duplicate entries possible</name>
-    </stringEntry>
-    <stringEntry>
-      <name>create new Ressource Operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>remove settled</name>
-    </stringEntry>
-    <stringEntry>
-      <name>report sick</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sort alphabetically</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Liste Projekttyp </name>
-    </stringEntry>
-    <stringEntry>
-      <name>Controlling</name>
-    </stringEntry>
-    <stringEntry>
-      <name>kritisch</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Project: billable</name>
-    </stringEntry>
-    <stringEntry>
-      <name>set settled</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Topictree</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Operationreport %0 %1</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Project Members</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Bearbeiter prüft</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticketauswahl</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Informationen</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Topic Tree Presets</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Successor from</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Only for following Projecttypes</name>
-    </stringEntry>
-    <stringEntry>
-      <name>hoch</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy bulk mail</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Date_edit1</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Open Customer System</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Project Member Preview</name>
-    </stringEntry>
-    <stringEntry>
-      <name>booked (minutes)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Updated</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projektcontrolling</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Beschreibung</name>
-    </stringEntry>
-    <stringEntry>
-      <name>in Bearbeitung</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Duplicate From</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Illegal Parent Operator in buildFilterObj-Function: </name>
-    </stringEntry>
-    <stringEntry>
-      <name>Handelsblatt Twitter Feed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Project Member Edit</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticket Relation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Priority: high</name>
-    </stringEntry>
-    <stringEntry>
-      <name>set unchecked</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The end date can't be before begin date!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Card Table view</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ResourceOperationTaskTemplate</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Subtask from</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Tester</name>
-    </stringEntry>
-    <stringEntry>
-      <name>erfasst</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ProjectID</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Dauer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>User_new1</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Further Informations</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Numerisches Feld</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Aktiv</name>
-    </stringEntry>
-    <stringEntry>
-      <name>selected resources</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Error while retrieving binary contents. No binaries where found. requested UID(s): \"%0\"</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Workingtime details</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create weekplanentry manually</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 companies were newley assigned. \n</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ProjectDescription</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribut</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket-Nr.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resourceoperationid</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Some Attribtues could not be inserted/updated due to not being available in that corresponding Tickettype</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 Supervisors were newley assigned. \n</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Intern</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Liste selbstlernend</name>
-    </stringEntry>
-    <stringEntry>
-      <name>dd.MM.yyyy HH:mm</name>
-    </stringEntry>
-    <stringEntry>
-      <name>General Information</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribute Value</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Mark as duplicate</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Product Communication</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Quality Assistant</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy For Commit</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Collaboration</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticketattribute Relation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Pillar diagram: Priority</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Priority: medium</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ordered ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Multiple filter</name>
-    </stringEntry>
-    <stringEntry>
-      <name>My Bulk Mails</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Temporary date start</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The begin date has to be in the selected calendar week!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Please define a frequency so the date can change accordingly</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Bulk Mail Device Types</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show device types used by bulk mail recipients</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create new activity</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Please define a frequency</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Split this ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show my bulk mails</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Split ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Take</name>
-    </stringEntry>
-    <stringEntry>
-      <name>duplicate</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Added to campaign</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create follow-up ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Added to campagin \"%0\" with campaign step \"%1\"</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Split</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create new ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create new ticket &amp; contact</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Follow-up</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Take ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Merge ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Return</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Duplicate ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create new letter</name>
-    </stringEntry>
-    <stringEntry>
-      <name>at the follwing activity</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create new task</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Number of tickets (mail)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets total (mail)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Shows the number of tickets from this and last month grouped by priority. Data is shown in day-resolution by clicking on a month. Using this dashlet may lead to a performance loss with high ticketnumbers.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets total (status)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Number of tickets (priority)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Number of tickets (medium)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>At least one inbox has to be selected.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets total (priority) per day</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets total (mail) per day</name>
-    </stringEntry>
-    <stringEntry>
-      <name>At least one ticket category has to be selected.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Shows the number of tickets from this and last month grouped by category</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Shows the number of tickets from this and last month grouped by category. Data is shown in day-resolution by clicking on a month. Using this dashlet may lead to a performance loss with high ticketnumbers.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Shows the number of tickets from this and last month grouped by status. Data is shown in day-resolution by clicking on a month. Using this dashlet may lead to a performance loss with high ticketnumbers.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets total (category)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Shows the number of tickets from this and last month grouped by status.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Shows the number of tickets from this and last month grouped by medium.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets total (status) per day</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets total (category) per day</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets total (medium) per day</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Reset mosaico template data</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Shows the number of tickets from this and last month grouped by mailsignature. Data is shown in day-resolution by clicking on a month. Using this dashlet may lead to a performance loss with high ticketnumbers.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets total (medium)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Visibility</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Export mosaico metadata</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Shows the number of tickets from this and last month grouped by mailsignature.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Import mosaico metadata</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Number of tickets (category)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Shows the number of tickets from this and last month grouped by priority.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets total (priority)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Number of tickets (status)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Shows the number of tickets from this and last month grouped by medium. Data is shown in day-resolution by clicking on a month. Using this dashlet may lead to a performance loss with high ticketnumbers.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>This resource has %0 planned operations in this timeframe that might need to be replanned.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Clear visit recommendation link</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Operation visit</name>
-    </stringEntry>
-    <stringEntry>
-      <name>You can only link one resource operation to a appointment.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 resources were created.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete ticket comment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Responsible for the visit recommendation not available as a resource.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create operation manually</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create responsible person as resource</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Assign directly</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Last Ticket Comment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 operations were created.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Generate operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 operations were added to the resource planning.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sick</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create appointment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>sickness</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Edit ticket comment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>booked time</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create ticket comment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Template for Ticket Comment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The contact is not part of the selected organisation.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Read ticket comment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Clear resource link</name>
-    </stringEntry>
-    <stringEntry>
-      <name>{$MAIL_SENT}</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Graphical evaluation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set not done</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Original E-Mail</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Device type</name>
-    </stringEntry>
-    <stringEntry>
-      <name>not done</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Serial action | Change planning</name>
-    </stringEntry>
-    <stringEntry>
-      <name>E-mail as .eml-file not found</name>
-    </stringEntry>
-    <stringEntry>
-      <name>{$SKILL}</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete the metadata and content of the template?</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Dataset count</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The following resources have been planned more than once:</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Expires at</name>
-    </stringEntry>
-    <stringEntry>
-      <name>calendar week</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Operation title</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Opening hours</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show in PreviewView</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Unique Views</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Turnover planning</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Relevant documents</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Lookup keyword</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Servicetickets</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Left</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Default value</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Allow multiple submissions</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Download answers as CSV</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Target field</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Private stay</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket Selection</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show question numbers</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sending mails not active for inbox %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Syria</name>
-    </stringEntry>
-    <stringEntry>
-      <name>North Korea</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Privacy</name>
-    </stringEntry>
-    <stringEntry>
-      <name>UniqueView</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Iran</name>
-    </stringEntry>
-    <stringEntry>
-      <name>getQuestionnaireJson</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Form description page</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Values cannot be assigned repeatedly!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Hidden</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Target table</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Laos</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Column count</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Form title</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Vatican</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Falkland Islands</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Max length</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Tanzania</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Dropdown</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Web Form</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Anonym</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy questionnaire</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Pages</name>
-    </stringEntry>
-    <stringEntry>
-      <name>QuestionnaireLookup</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Survey</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Top</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Questionnaireid</name>
-    </stringEntry>
-    <stringEntry>
-      <name>North Macedonia</name>
-    </stringEntry>
-    <stringEntry>
-      <name>QuestionnaireAnswer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Eventcode</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Logo file</name>
-    </stringEntry>
-    <stringEntry>
-      <name>United States</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 contacts selected</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Completion page text</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ivory Coast</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Read only</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resourceoperationtask_id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>getDemoUserPassword</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Mosaico export file</name>
-    </stringEntry>
-    <stringEntry>
-      <name>MEws</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Vietnam</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 of the chosen records will be added to the event, because %1 are already participants</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Visible condition</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Beginn</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Question</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show progress bar</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Answer type</name>
-    </stringEntry>
-    <stringEntry>
-      <name>QuestionnaireQuestion</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Foreign keytype</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Datetime</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Form subtitle</name>
-    </stringEntry>
-    <stringEntry>
-      <name>This survey has already been completed.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>United Kingdom</name>
-    </stringEntry>
-    <stringEntry>
-      <name>At least one lookupvalue must be added!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Questionnaireanswerid</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Palestine</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Brunei</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Panel</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Venezuela</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Changed because of mailfilter \"%0\" - \"%1\"</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket has to inbox</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Expression</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Questionnairequestion_id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sorting Layer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Covid Information</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Questionnaire</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Technical user</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart Number of tickets per inbox (status)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resourceoperationtasklinkid</name>
-    </stringEntry>
-    <stringEntry>
-      <name>South Korea</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Website address</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Checkbox</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resourceoperation_id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Min description</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Value max</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resourceoperationlinkid</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Questionnairelookupvalueid</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Technical user for inbox %0 not found</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Radiogroup</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Question type</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Moldova</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Range</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Send e-mails</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Value min</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Bottom</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Value_number</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy questionnaire link</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Questionnairequestionid</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Complete button text</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Rating</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Title location</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Newsletter unsubscribe</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Bolivia</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Russia</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Default language</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Row break</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Newsletter SelfService</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Eventtype</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Negative prices are only allowed for credits</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Required</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Kosovo</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Skills</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Lookup type</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Download HTML</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Outgoing payment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ResourceOperationLink</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Available in Webservices</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Answers</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Logo URL</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Parent node</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The survey could not be found.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Answer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Input type</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Foreign key</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ResourceOperationTaskLink</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Micronesia</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Max description</name>
-    </stringEntry>
-    <stringEntry>
-      <name>No technical user set for inbox %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>An error occurred while creating the export. Please download and send the added error message to your administrator.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>${CANCEL}</name>
-    </stringEntry>
-    <stringEntry>
-      <name>${SQL_LIB_UNSUPPORTED_DBTYPE} function: %0, db-type: %1</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 changed the address of your resource dataset.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 contact selected</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 Operation recommendations were deleted.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 Operation recommendations were ignored.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>(empty)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>4. Quarter</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Add Attribute</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Address source</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Always</name>
-    </stringEntry>
-    <stringEntry>
-      <name>At least one place of use has to be given</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Attention, start and end address not maintained</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Bed and Breakfast</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Calculation of the Operation recommendation dates</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Cancel timetracking</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Change address</name>
-    </stringEntry>
-    <stringEntry>
-      <name>checklist for selected phase</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Clear Operation recommendation link</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Completion mandatory</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Content of original ticket %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create operationreport</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create Task</name>
-    </stringEntry>
-    <stringEntry>
-      <name>CRM notification</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Datum</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Details of the selected touchpoint</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Display for new creation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>E-Mail Cycle</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Email must be unique per usage</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Essential</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Export error</name>
-    </stringEntry>
-    <stringEntry>
-      <name>File needs to be uploaded</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Get mail notifications</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Group task</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Hello</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Here are your notifications from the CRM system:</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Intervall</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Intervall setzen</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Kilometer allowance (%0)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>KM allowance</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Last operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>LastSync zurücksetzen</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Manager_external</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Manager_internal</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Manager_Last status message</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Manager_no status message available</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Manager_no type specified</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Manager_Service status</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Manager_Service type</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Mandatory specification in checklist open</name>
-    </stringEntry>
-    <stringEntry>
-      <name>My operation Planning</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Name of an attached document is too long</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Navigate to Url after completion</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New operation recommendation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Next operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Open operationrecommendation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Operation entry</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Operation frequency</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Operation planning</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Operation recommendation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Operation recommendations</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation of the resource</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Own time recording running</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Remove logo</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Responsible Employee</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Responsible for the Operation recommendation not available as a resource.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sensitive</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sensitive attributes</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Service signatures require a {@Service@} placeholder</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set Responsible</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set Responsible Employee</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sets a responsible person for the participants within the selected step</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sets a responsible person for the selected participants</name>
-    </stringEntry>
-    <stringEntry>
-      <name>show operation planning of the week</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Silent</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Skip Next operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Spesenabrechnung</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Start timetracking</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Stop timetracking</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Terms of payment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The address of your resource dataset has been changed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The addresses of the following resources couldn't be changed:</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The date of the next operation could only be set for %0 of the %1 selected data sets, as no operation frequency was stored for the other data sets.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The dates of %0 Operation recommendations were recalculated.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The follow-up date cannot be in the past</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The following organisations don't have a address set: %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The selected range is outside the operation  recommendation range: %0-%1</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The selected range is outside the visit recommendation range: %0-%1</name>
-    </stringEntry>
-    <stringEntry>
-      <name>There already exists a %0 price with the same type of pricelist in the defined range.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>This is an automatically generated email from a system email address.&lt;br&gt;Please do not reply to this email.&lt;br&gt;If you have any questions, please contact your CRM administrator directly.&lt;br&gt;&lt;br&gt;Thank you.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Title (original language)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Title (translated)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>TO</name>
-    </stringEntry>
-    <stringEntry>
-      <name>To:</name>
-    </stringEntry>
-    <stringEntry>
-      <name>TopictreeTaskAttendee</name>
-    </stringEntry>
-    <stringEntry>
-      <name>TopictreeTaskAttendees</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Travel expenses</name>
-    </stringEntry>
-    <stringEntry>
-      <name>von</name>
-    </stringEntry>
-    <stringEntry>
-      <name>You have %0 notifications.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>{$PERMISSION_CONDITION}</name>
-    </stringEntry>
-    <stringEntry>
-      <name>{$PERMISSION_HAS_CONDITION}</name>
+      <name>root.UsersettingsEdit_view.Notification.title</name>
+      <value></value>
     </stringEntry>
   </keyValueMap>
   <sqlModels>
diff --git a/language/_____LANGUAGE_de/_____LANGUAGE_de.aod b/language/_____LANGUAGE_de/_____LANGUAGE_de.aod
index b86b228..e331dd4 100644
--- a/language/_____LANGUAGE_de/_____LANGUAGE_de.aod
+++ b/language/_____LANGUAGE_de/_____LANGUAGE_de.aod
@@ -8,18206 +8,204 @@
   <font name="Dialog" style="0" size="11" />
   <keyValueMap>
     <stringEntry>
-      <name>Special regulation</name>
-      <value>Sonderregelung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The following resources have been planned more than once:</name>
-      <value>Die folgenden Ressourcen wurden mehmals verplant:</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Reset mosaico template data</name>
-      <value>Mosaicovorlage zurücksetzen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Export mosaico metadata</name>
-      <value>Exportiere Mosaicovorlage</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Import mosaico metadata</name>
-      <value>Importiere Mosaicovorlage</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Next increase</name>
-      <value>Nächste Erhöhung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Technical user for inbox %0 not found</name>
-      <value>Technischer Nutzer für Postkorb %0 nicht gefunden</value>
+      <name>root.Enter current password to verify</name>
+      <value>Aktuelles Passwort zur Verifizierung eingeben</value>
     </stringEntry>
     <stringEntry>
-      <name>Sending mails not active for inbox %0</name>
-      <value>Versenden von E-Mail nicht aktiv für Postkorb %0</value>
+      <name>root.False</name>
+      <value>Nein</value>
     </stringEntry>
     <stringEntry>
-      <name>Ticket has to inbox</name>
-      <value>Serviceticket hat keinen Postkorb</value>
+      <name>root.hour</name>
+      <value>Stunde</value>
     </stringEntry>
     <stringEntry>
-      <name>No technical user set for inbox %0</name>
-      <value>Kein technischer Nutzer für Postkorb %0 gesetzt</value>
+      <name>root.hours</name>
+      <value>Stunden</value>
     </stringEntry>
     <stringEntry>
-      <name>Send e-mails</name>
-      <value>E-Mails versenden</value>
+      <name>root.No consumer found for context '%0'</name>
+      <value>Kein consumer für den Context '%0' gefunden.</value>
     </stringEntry>
     <stringEntry>
-      <name>Technical user</name>
-      <value>Technischer Nutzer</value>
+      <name>root.Password and confirmation must be the same!</name>
+      <value>Die Passwörter stimmen nicht überein!</value>
     </stringEntry>
     <stringEntry>
-      <name>Last increase</name>
-      <value>Letzte Erhöhung</value>
+      <name>root.SELECTION_BOTH</name>
+      <value>Vorne und hinten</value>
     </stringEntry>
     <stringEntry>
-      <name>checklist for selected phase</name>
-      <value>Checkliste für ausgewählte Phase</value>
+      <name>root.SELECTION_NEITHER</name>
+      <value>Berücksichtigen</value>
     </stringEntry>
     <stringEntry>
-      <name> Info</name>
+      <name>root.SELECTION_NULL</name>
+      <value>Ignorieren</value>
     </stringEntry>
     <stringEntry>
-      <name>#,##0.00</name>
-      <value>#,##0.00</value>
+      <name>root.SELECTION_POSTFIX</name>
+      <value>Hinten</value>
     </stringEntry>
     <stringEntry>
-      <name>#rememberme</name>
-      <value>Angemeldet bleiben</value>
+      <name>root.SELECTION_PREFIX</name>
+      <value>Die Verwendung eines Ihrer vorherigen %0 Passwörter ist untersagt</value>
     </stringEntry>
     <stringEntry>
-      <name>${ACTION_DO_OPEN}</name>
-      <value>Öffnen</value>
+      <name>root.True</name>
+      <value>Ja</value>
     </stringEntry>
     <stringEntry>
-      <name>${ADDRESS_STATE}</name>
-      <value>Staat</value>
+      <name>root.You don't have permission for this view.</name>
+      <value>Sie haben keine Berechtigung für diese Ansicht.</value>
     </stringEntry>
     <stringEntry>
-      <name>Details of the selected touchpoint</name>
-      <value>Details zum ausgewählten Kontaktpunkt</value>
+      <name>root.End time must be later than start time</name>
+      <value>Das Endzeitpunkt muss nach dem Startzeitpunkt liegen.</value>
     </stringEntry>
     <stringEntry>
-      <name>${ATTRIBUTE_VOID}</name>
-      <value>Tag</value>
+      <name>root.Start time must be earlier than end time</name>
+      <value>Startzeitpunkt muss vor Endzeitpunkt liegen.</value>
     </stringEntry>
     <stringEntry>
-      <name>${BINARY_LIB_TOO_MANY_BINARIES}</name>
-      <value>Für dieses Binärfeld ist nur ein Datensatz erlaubt.</value>
+      <name>root.New password must not be the same as the current password</name>
+      <value>Neues Passwort kann nicht das selbe sein wie das alte Passwort</value>
     </stringEntry>
     <stringEntry>
-      <name>${CHECK SALESPROJECT \"%0\"}</name>
-      <value>Status Opportunity \"%0\" prüfen</value>
+      <name>root.Wrong password</name>
+      <value>Falsches Passwort</value>
     </stringEntry>
     <stringEntry>
-      <name>${COMM_ADDRESS}</name>
-      <value>Adresse</value>
+      <name>root.Some prereserved EntityFields which are necessary for 360° are not available. Context: %0 Data: %1 \nNeeded EntityFields are: #UID, #TITLE, #MAPPING, #CONTENTDESCRIPTION, #CONTENTTITLE, DATE_NEW, ACTIVE.</name>
+      <value>Einige vorreservierte EntityFields, die für 360° erforderlich sind, sind nicht verfügbar. Context: %0 Daten: %1 \nErforderliche EntityFields sind: #UID, #TITLE, #MAPPING, #CONTENTDESCRIPTION, #CONTENTTITLE, DATE_NEW, ACTIVE.</value>
     </stringEntry>
     <stringEntry>
-      <name>${CONDITION}</name>
-      <value>Bedingung</value>
+      <name>root.Some prereserved EntityFields which are necessary for 360° are not available. Context: %0</name>
+      <value>Einige vorreservierte EntityFields, die für 360° erforderlich sind, sind nicht verfügbar. Context: %0</value>
     </stringEntry>
     <stringEntry>
-      <name>${CONTEXT}</name>
+      <name>root.Context_entity.title</name>
       <value>Context</value>
     </stringEntry>
     <stringEntry>
-      <name>${CONTRACT_STATUS}</name>
-      <value>Vertragsstatus</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${COUNT_PREPOSITION_MULTIPLE}</name>
-      <value>mal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${COUNT_PREPOSITION_SINGLE}</name>
-      <value>mal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${DISPLAY_AND_OPEN_%0_HITS}</name>
-      <value>Alle %0 Ergebnisse werden derzeit angezeigt und können geöffnet werden.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${DISPLAY_AND_OPEN_%0_OF_%1_HITS}</name>
-      <value>%0 von insgesamt %1  Ergebnissen werden derzeit angezeigt und können geöffnet werden.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${DISPLAY_AND_OPEN_ONE_HIT}</name>
-      <value>Ein Ergebnis wurde gefunden und kann geöffnet werden.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${EURO_SIGN}</name>
-      <value>€</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${FILTER_DYNAMIC_VALUE_ME}</name>
-      <value>Ich</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${FREE}</name>
-      <value>Kostenlos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${GENDER_OTHER}</name>
-      <value>Divers</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${IGNORE_DUPLICATE}</name>
-      <value>Datensatz ist keine Dublette</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${MIN_MAX_ERROR_MAX_INT_VALUE} field: %0, value: %1, min: %2</name>
-      <value>%0 muss größer/gleich %2 sein.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${MIN_MAX_ERROR_MIN_INT_VALUE} field: %0, value: %1, max: %2</name>
-      <value>%0 muss kleiner/gleich %2 sein.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${MIN_MAX_ERROR} field: %0, value: %1, min: %2, max: %3</name>
-      <value>%0 muss zwischen %2 und %3 sein.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${NUMBER}</name>
-      <value>Zahl</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${ORDER_CANCELLED}</name>
-      <value>Storniert</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${ORGTYPE_OTHER}</name>
-      <value>Sonstiges</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${PRICELIST_DEFAULT}</name>
-      <value>Standard</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${PRICELIST_SERVICE}</name>
-      <value>Service</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${PRODUCT_LIB_NO_PRODUCT_ID} function: %0</name>
-      <value>Es wird der Funktion %0 keine Produktid übergeben.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${QUANTITY_LOWER_THAN_1}</name>
-      <value>Die Menge muss mindestens 1 sein.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${SALESPROJECT_CONTACT}</name>
-      <value>Contact</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${SALESPROJECT_LEAD}</name>
-      <value>Qualification</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${SALESPROJECT_MEMBER}</name>
-      <value>Projektteam</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${SALESPROJECT_MST_PHASE_CHANGE}</name>
-      <value>Die Phase der Opportunity '%0' wurde auf '%1' geändert.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${SALESPROJECT_MST_STATUS_CHANGE}</name>
-      <value>Der Status der Opportunitys '%0' wurde auf '%1' geändert.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${SALESPROJECT_NEGOTIATION}</name>
-      <value>Negotiation</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${SALESPROJECT_OFFER}</name>
-      <value>Offer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${SALESPROJECT_PROSPECT}</name>
-      <value>Prospect</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${SQL_LIB_FIELD_WRONG_FORMAT}</name>
-      <value>Das Feld "</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${SQL_LIB_FIELD_WRONG_FORMAT} field: %0</name>
-      <value>" ("%0") hat ein falsches Format. Das Datenbankfeld muss wie "tablename.columnname" ("ORGANISATION.NAME") oder als Array mit Column-alias formatiert sein: ["ORGANISATION", "NAME", "myorgAlias"]</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${SQL_LIB_UNDEFINED_VALUE} field: %0</name>
-      <value>Der Wert für das Feld %0 ist undefined.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${SQL_LIB_UNSUPPORTED_DBTYPE} function: %0</name>
-      <value>Der DB-Typ wird in der Funktion %0 nicht unterstützt.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${TASK_PROTECTIONLEVEL}</name>
-      <value>Private Aufgabe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${UNIGNORE_DUPLICATE}</name>
-      <value>Datensatz ist eine Dublette</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${UNLINKEDMAILMAPPING_ADDITIONAL_LINKS}</name>
-      <value>Weitere Verknüpfungen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${UNLINKEDMAILMAPPING_ADDITIONAL_LINK}</name>
-      <value>Weitere Verknüpfung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${VOLUME_MONEY}</name>
-      <value>Wert</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${WEBLINK_SCORE}</name>
-      <value>Punkte</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${WEBSERVICE_ERROR} url:%0 status:%1</name>
-      <value>Webservice nicht erreichbar. URL: %0 %1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${WORKFLOW_SUSPEND}</name>
-      <value>Anhalten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 \"%1\"</name>
-      <value>%0 \"%1\"</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 activities from mails created</name>
-      <value>%0 Aktivitäten aus E-Mails erstellt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 added.</name>
-      <value>%0 eingefügt.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 attachment:</name>
-      <value>%0 Anhang:</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 attachments:</name>
-      <value>%0 Anhänge:</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 deleted.</name>
-      <value>%0 gelöscht.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 files ignored</name>
-      <value>%0 Dateien ignoriert</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 files imported</name>
-      <value>%0 Dateien importiert</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 from \"%1\" to %2 \"%3\"</name>
-      <value>%0 von \"%1\" auf %2 \"%3\"</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 from \"%1\" to \"%2\"</name>
-      <value>%0 von \"%1\" auf \"%2\"</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 leads imported, %1 errors</name>
-      <value>%0 leads importiert, %1 Fehler.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 mails could not be linked automatically</name>
-      <value>%0 E-Mails konnten nicht automatisch verknüpft werden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 mails sent sucessfully, %1 mails failed. Process took %2 s.</name>
-      <value>%0 Mails erfolgreich gesendet, %1 Mails fehlgeschlagen. Der Prozess nahm %2 s. in Anspruch.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 modified.</name>
-      <value>%0 geändert.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 new participants will be added to the campaign.</name>
-      <value>Der Kampagne werden %0 neue Teilnehmer hinzugefügt.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 new recipients will be added to the bulk mail.</name>
-      <value>Der Serienmail werden %0 neue Empfänger hinzugefügt.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 new recipients will be added to the serial letter.</name>
-      <value>Dem Serienbrief werden %0 neue Empfänger hinzugefügt.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 of the chosen records are already in the campaign</name>
-      <value>%0 der ausgewählten Datensätze sind schon in der Kampagne.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 of the chosen records are already recipients, don't have an e-mail set or don't fullfill the communicationsettings requirements</name>
-      <value>%0 der ausgewählten Datensätze sind entweder schon Empfänger, haben keine E-Mail Adresse angegeben oder erfüllen nicht die benötigten Werbeeinstellungen.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 recipient will be added to the bulk mail.</name>
-      <value>Der Serienmail wird %0 neuer Empfänger hinzugefügt.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 recipient will be added to the serial letter.</name>
-      <value>Dem Serienbrief wird %0 neuer Empfänger hinzugefügt.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 responsilbe/s was/were changed</name>
-      <value>%0 Verantwortliche/r wurde/n geändert</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 status was/were changed</name>
-      <value>%0 Status wurde/n geändert</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 Values updated using the current rate: %1</name>
-      <value>%0 Beträge wurden anhand des aktuellen Kurses aktualisiert %1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 | %1 - %2 o'clock</name>
-      <value>%0 | %1 - %2 Uhr</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 | %1 o'clock - %2 | %3 o'clock</name>
-      <value>%0 | %1 Uhr - %2 | %3 Uhr</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0/%1 participant(s) will be added to the selected campaign step</name>
-      <value>%0/%1 Teilnehmer werden zur selektierten Kampagnenstufe hinzugefügt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0: %1/%2 points = %3</name>
-      <value>%0: %1/%2 Punkte = %3</value>
-    </stringEntry>
-    <stringEntry>
-      <name>(drop mails here)</name>
-      <value>(E-Mails per Drag and Drop einfügen)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>(optional) E-Mail to store in contact</name>
-      <value>(optional) E-Mail bei Kontakt speichern</value>
-    </stringEntry>
-    <stringEntry>
-      <name>(or drop files here)</name>
-      <value>(oder Dateien per Drag and Drop einfügen)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>0 low</name>
-      <value>Gering</value>
-    </stringEntry>
-    <stringEntry>
-      <name>0%</name>
-      <value>0%</value>
-    </stringEntry>
-    <stringEntry>
-      <name>1</name>
-    </stringEntry>
-    <stringEntry>
-      <name>1 medium</name>
-      <value>Mittel</value>
-    </stringEntry>
-    <stringEntry>
-      <name>1 Month</name>
-      <value>1 Monat</value>
-    </stringEntry>
-    <stringEntry>
-      <name>1. Classification</name>
-      <value>1. Klassifizierung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>1. Target group</name>
-      <value>1. Zielgruppe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>100%</name>
-      <value>100%</value>
-    </stringEntry>
-    <stringEntry>
-      <name>12 Months</name>
-      <value>12 Monate</value>
-    </stringEntry>
-    <stringEntry>
-      <name>2</name>
-    </stringEntry>
-    <stringEntry>
-      <name>2 big</name>
-      <value>Hoch</value>
-    </stringEntry>
-    <stringEntry>
-      <name>2 Weeks</name>
-      <value>2 Wochen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>2. Classification</name>
-      <value>2. Klassifizierung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>2. Customer value</name>
-      <value>2. Kundenwert</value>
-    </stringEntry>
-    <stringEntry>
-      <name>25%</name>
-      <value>25%</value>
-    </stringEntry>
-    <stringEntry>
-      <name>30</name>
-      <value>30</value>
-    </stringEntry>
-    <stringEntry>
-      <name>30 days net</name>
-      <value>30 Tage netto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>360 Degree</name>
-      <value>360 Grad</value>
-    </stringEntry>
-    <stringEntry>
-      <name>50%</name>
-      <value>50%</value>
-    </stringEntry>
-    <stringEntry>
-      <name>6 Months</name>
-      <value>6 Monate</value>
-    </stringEntry>
-    <stringEntry>
-      <name>60</name>
-      <value>60</value>
-    </stringEntry>
-    <stringEntry>
-      <name>7 days net</name>
-      <value>7 Tage netto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>75%</name>
-      <value>75%</value>
-    </stringEntry>
-    <stringEntry>
-      <name>8 days 2% discount, 30 days net</name>
-      <value>8 Tage 2% Skonto, 30 Tage netto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>90</name>
-      <value>90</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[%0]%1 has to be a string or array but it is %2</name>
-      <value>[%0]%1 muss ein string oder ein array sein, ist aber %2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[%0]%1 has to be a string without empty spaces, (, ), =, &lt;, &gt;  but it contains at least one of them</name>
-      <value>[%0]%1 muss ein string ohne Leerzeichen, (, ), =, &lt;, &gt;  sein aber beinhaltet mindestens eins davon</value>
+      <name>root.Context_entity.titlePlural</name>
+      <value>Contexte</value>
     </stringEntry>
     <stringEntry>
-      <name>[%0]%1 is an object but seems not to be a valid array or array-like</name>
-      <value>[%0]%1 ist vom typ "object" aber scheint kein valides array oder array-ähnlich zu sein</value>
+      <name>root.Context_entity.UID.title</name>
+      <value>Context ID</value>
     </stringEntry>
     <stringEntry>
-      <name>[%0]has now an incorrect length; estimated 2 or 3 elements but got %1</name>
-      <value>[%0]hat jetzt eine falsche Länge; Elemente erwartet: 2 oder 3 aber stattdessen %1 bekommen</value>
+      <name>root.Context_entity.CONTEXT_NAME.title</name>
+      <value>Context Name</value>
     </stringEntry>
     <stringEntry>
-      <name>[%0]it was necessary to create a file from a blob-field but no lob-file-path was specified.</name>
-      <value>[%0]es war Notwendig eine Datei von einem blob-Feld zu erstellen aber es wurde kein lob-Dateipfad angegeben.</value>
+      <name>root.DefaultAdminView_entity.ENTITY.title</name>
+      <value>Entität</value>
     </stringEntry>
     <stringEntry>
-      <name>[%0]it was necessary to create a text-file from a clob-field but no lob-file-path was specified.</name>
-      <value>[%0]es war Notwendig eine Textdatei von einem clob-Feld zu erstellen aber es wurde kein lob-Dateipfad angegeben.</value>
+      <name>root.Usersettings_entity.title</name>
+      <value>Einstellungen</value>
     </stringEntry>
     <stringEntry>
-      <name>[%0]the columnName is not a string after interpreting</name>
-      <value>[%0]Der Spaltenname ist nach dem interpretieren nicht vom Typ "string"</value>
+      <name>root.Usersettings_entity.titlePlural</name>
+      <value>Einstellungen</value>
     </stringEntry>
     <stringEntry>
-      <name>[%0]the tableAlias is not a string after interpreting</name>
-      <value>[%0]Der TabellenAlias ist nach dem interpretieren nicht vom Typ "string"</value>
+      <name>root.Usersettings_entity.calHourdivider.title</name>
+      <value>Kalender Stundenunterteilung</value>
     </stringEntry>
     <stringEntry>
-      <name>[%0]the tableName is not a string after interpreting</name>
-      <value>[%0]Der TabellenName ist nach dem interpretieren nicht vom Typ "string"</value>
+      <name>root.Usersettings_entity.calMaintimeEnd.title</name>
+      <value>Kalender Kernzeit Ende</value>
     </stringEntry>
     <stringEntry>
-      <name>[TEST] .All</name>
+      <name>root.Usersettings_entity.calMaintimeStart.title</name>
+      <value>Kalender Kernzeit Beginn</value>
     </stringEntry>
     <stringEntry>
-      <name>[TEST] Calendar_lib</name>
+      <name>root.Usersettings_entity.UID.title</name>
+      <value>UID</value>
     </stringEntry>
     <stringEntry>
-      <name>[TEST] Importer</name>
+      <name>root.Usersettings_entity.selectionIgnoreCase.title</name>
+      <value>Suche Groß-/Kleinschreibung ignorieren</value>
     </stringEntry>
     <stringEntry>
-      <name>[TEST] Keyword_lib</name>
+      <name>root.Usersettings_entity.selectionPlaceholder.title</name>
+      <value>Suche Platzhalter</value>
     </stringEntry>
     <stringEntry>
-      <name>[TEST] KeywordAttribute_lib</name>
+      <name>root.Usersettings_entity.jPassword.title</name>
+      <value>Neues Passwort</value>
     </stringEntry>
     <stringEntry>
-      <name>[TEST] Observation_lib</name>
+      <name>root.Usersettings_entity.jPasswordRepeat.title</name>
+      <value>Passwort wiederholen</value>
     </stringEntry>
     <stringEntry>
-      <name>[TEST] Sql_lib - SqlBuilder</name>
+      <name>root.Usersettings_entity.currentPassword.title</name>
+      <value>Aktuelles Passwort</value>
     </stringEntry>
     <stringEntry>
-      <name>[TEST] Sql_lib - SqlMaskingUtils</name>
+      <name>root.Usersettings_entity.userCurrency.title</name>
+      <value>Benutzerwährung</value>
     </stringEntry>
     <stringEntry>
-      <name>[TEST] UnitTest_lib</name>
+      <name>root.Usersettings_entity.incomingCallContext.title</name>
+      <value>Anruferkontext</value>
     </stringEntry>
     <stringEntry>
-      <name>[TEST] Util_lib</name>
+      <name>root.Usersettings_entity.prefferredApprover.title</name>
+      <value>Bevorzugter Genehmiger</value>
     </stringEntry>
     <stringEntry>
-      <name>[TEST] Util_lib - ArrayUtils</name>
+      <name>root.Usersettings_entity.sendNotificationAsMail.title</name>
+      <value></value>
     </stringEntry>
     <stringEntry>
-      <name>[TEST] ZippingUtil_lib</name>
+      <name>root.Usersettings.title</name>
+      <value>Einstellungen</value>
     </stringEntry>
     <stringEntry>
-      <name>A</name>
-      <value>A</value>
+      <name>root.IndexSearchView.IndexSearchDashlet.title</name>
+      <value>Suche</value>
     </stringEntry>
     <stringEntry>
-      <name>A communication setting for this channel already exists!</name>
-      <value>Für diesen Kanal gibt es bereits eine Werbeeinstellung!</value>
+      <name>root.IndexSearchView.indexsearch.title</name>
+      <value>Suche</value>
     </stringEntry>
     <stringEntry>
-      <name>A person can only have one private Contact.</name>
-      <value>Eine Person kann nur einen privaten Kontakt haben.</value>
+      <name>root.UsersettingsEdit_view.title</name>
+      <value>Einstellungen</value>
     </stringEntry>
     <stringEntry>
-      <name>A Phase filter has to be set when creating a checklistentry for the Salesproject Context.</name>
-      <value>Es muss ein Filter auf die Phase gesetzt werden, wenn der Context Opportunity ausgewählt ist.</value>
+      <name>root.UsersettingsEdit_view.PasswordEdit.drawerCaption</name>
+      <value>Passwort</value>
     </stringEntry>
     <stringEntry>
-      <name>A Phase filter has to be set when creating a checklistentry for the Salesproject context.</name>
-      <value>Es muss ein Filter auf die Phase gesetzt werden, wenn der Context Opportunity ausgewählt ist.</value>
+      <name>root.UsersettingsEdit_view.PasswordEdit.title</name>
+      <value>Einstellungen</value>
     </stringEntry>
     <stringEntry>
-      <name>AB_KEYWORD_ENTRYID (UID)</name>
-      <value>AB_KEYWORD_ENTRYID (UID)</value>
+      <name>root.UsersettingsEdit_view.CurrencyEdit.drawerCaption</name>
+      <value>Währung</value>
     </stringEntry>
     <stringEntry>
-      <name>Aborted</name>
-      <value>Abgebrochen</value>
+      <name>root.UsersettingsEdit_view.CurrencyEdit.title</name>
+      <value>Einstellungen</value>
     </stringEntry>
     <stringEntry>
-      <name>accept</name>
-      <value>akzeptieren</value>
+      <name>root.UsersettingsEdit_view.PhoneEdit.drawerCaption</name>
+      <value>Telefon</value>
     </stringEntry>
     <stringEntry>
-      <name>Accepted call from %0 (%1) to %2, duration: %3</name>
-      <value>Angenommener Anruf von %0 (%1) nach %2, Dauer: %3</value>
+      <name>root.UsersettingsEdit_view.Notification.drawerCaption</name>
+      <value>Benachrichtigung</value>
     </stringEntry>
     <stringEntry>
-      <name>Access type</name>
-      <value>Zugriffstyp</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Account Manager</name>
-      <value>Kundenbetreuer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>acquainted with</name>
-      <value>bekannt mit</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Acquisition</name>
-      <value>Akquise</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Action</name>
-      <value>Aktion</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Action '</name>
-      <value>Aktion</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Action mail</name>
-      <value>Aktions E-Mail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Action not supported</name>
-      <value>Aktion wird nicht unterstützt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Actions</name>
-      <value>Aktionen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Answer</name>
-      <value>Antwort</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Always</name>
-      <value>Immer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Active</name>
-      <value>Aktiv</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Email must be unique per usage</name>
-      <value>Email muss einzigartig pro Verwendung sein</value>
-    </stringEntry>
-    <stringEntry>
-      <name>active</name>
-      <value>aktiv</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Activities</name>
-      <value>Aktivitäten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Activity</name>
-      <value>Aktivität</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Activity Id</name>
-      <value>Aktivitäten ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Activity link Id</name>
-      <value>Activity link Id</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Activity: Topic</name>
-      <value>Aktivität: Thema</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Activity: Topic (incl. Subtopics)</name>
-      <value>Aktivität: Thema (inkl. Unterthemen)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ACTIVITYID (UID)</name>
-      <value>ACTIVITYID (UID)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Actual amount</name>
-      <value>Ist Betrag</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Actual Amount</name>
-      <value>Ist Betrag</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Actual Amount (%0)</name>
-      <value>Ist Betrag (%0)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ad hoc</name>
-      <value>Ad hoc</value>
-    </stringEntry>
-    <stringEntry>
-      <name>add  contact to ewssync</name>
-      <value>Kontakt zu ewssync hinzufügen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add %0 Observations</name>
-      <value>%0 Beobachtungen hinzufügen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add all</name>
-      <value>Alle hinzufügen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add Attribute</name>
-      <value>Eigenschaft hinzufügen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add Attributes </name>
-      <value>Eigenschaften hinzufügen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>add Contact to Sync</name>
-      <value>Kontakt zur Synchronisierung hinzufügen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add Dependency</name>
-      <value>Abhängigkeit hinzufügen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add Manual Delete Flag</name>
-      <value>Füge manuelles Löschkennzeichen hinzu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add participant to Campaign</name>
-      <value>Kampagnenteilnehmer hinzufügen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add Participants</name>
-      <value>Teilnehmer hinzufügen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add participants to Campaign</name>
-      <value>Kampagnenteilnehmer hinzufügen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add Recipients</name>
-      <value>Empfänger hinzufügen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add selected workflow</name>
-      <value>Ausgewählten Workflow hinzufügen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add the selection to a bulk mail</name>
-      <value>Auswahl zu einer Serienmail hinzufügen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add the selection to a campaign</name>
-      <value>Auswahl zu einer Kampagne hinzufügen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add the selection to a serial letter</name>
-      <value>Auswahl zu einem Serienbrief hinzufügen </value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add to bulk mail</name>
-      <value>Zu Serienmail hinzufügen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add to Campaign</name>
-      <value>Zu Kampagne hinzufügen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add to offer</name>
-      <value>Zu Angebot hinzufügen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add to order</name>
-      <value>Zu Beleg hinzufügen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add to serial letter</name>
-      <value>Zu Serienbrief hinzufügen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>add to sync</name>
-      <value>zur Synchronisierung hinzufügen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add to synchronisation</name>
-      <value>Zur Synchronisation hinzufügen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>AddAction</name>
-      <value>Hinzufügen-Action</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Added</name>
-      <value>Hinzugefügt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Additional Contacts</name>
-      <value>zusätzliche Kontakte</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Additional data</name>
-      <value>zusätzliche Daten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Address</name>
-      <value>Adresse</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Address addition</name>
-      <value>Adresszusatz</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Address changed to %0 %1 %2 %3 %4</name>
-      <value>Adresse geändert zu %0 %1 %2 %3 %4</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Address format</name>
-      <value>Adressformat</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Address Id</name>
-      <value>Adressen ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Address purchase</name>
-      <value>Adresserwerb</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Address Search</name>
-      <value>Adresssuche</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Addresses</name>
-      <value>Adressen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Addresstype</name>
-      <value>Adresstyp</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Adds an answer to the selected discussion</name>
-      <value>Fügt der selektieren Discussion eine Antwort hinzu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Adito dark blue</name>
-      <value>Adito dunkelblau</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ADITO Facebook Feed</name>
-      <value>ADITO Facebook Feed</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Adito grey</name>
-      <value>Adito grau</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Adito light blue</name>
-      <value>Adito hellblau</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Adito red</name>
-      <value>Adito rot</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Adito Versafix</name>
-      <value>Adito Versafix</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Admin</name>
-      <value>Admin</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Administration</name>
-      <value>Administration</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Administrator</name>
-      <value>Administrator</value>
-    </stringEntry>
-    <stringEntry>
-      <name>advanced signature</name>
-      <value>Fortgeschrittene Signatur</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertising</name>
-      <value>Werbung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertising ban</name>
-      <value>Werbesperre</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Change address</name>
-      <value>Adresse ändern</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertising consent</name>
-      <value>Werbeeinwilligung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertising count</name>
-      <value>Anzahl der Werbung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertising Id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertising item</name>
-      <value>Werbemittelposten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertising Item</name>
-      <value>Werbemittelposten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertising items</name>
-      <value>Werbemittelposten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertising material</name>
-      <value>Werbemittel</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertising material count</name>
-      <value>Anzahl Werbemittel</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertising materials</name>
-      <value>Werbemittel</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertising received</name>
-      <value>Werbemittel erhalten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertising shipment</name>
-      <value>Werbemittel Versand</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertising Shipment</name>
-      <value>Werbemittel Versand</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertising_lib</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertisingitem Id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Adviser</name>
-      <value>Berater</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Adviser contact</name>
-      <value>Verantwortlicher</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Adviser Contact</name>
-      <value>Verantwortlicher</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Adviser role</name>
-      <value>Rolle des Verantwortlichen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Adviser Role</name>
-      <value>Rolle des Verantwortlichen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Adviser status</name>
-      <value>Beraterstatus</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Affected rows</name>
-      <value>Betroffene Datensätze</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Afghanistan</name>
-      <value>Afghanistan</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Agency</name>
-      <value>Behörde</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Albania</name>
-      <value>Albanien</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Algeria</name>
-      <value>Algerien</value>
-    </stringEntry>
-    <stringEntry>
-      <name>All Knowledge Entries</name>
-      <value>Alle Wissenseinträge</value>
-    </stringEntry>
-    <stringEntry>
-      <name>All mails that could not automatically linked are displayed here</name>
-      <value>Hier werden alle E-Mails angezeigt, welche nicht automatisch verknüpft werden konnten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>All of the chosen records are already in the campaign</name>
-      <value>Alle ausgewählten Datensätze sind schon in der Kampagne.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>All of the chosen records are already in the campaignstep</name>
-      <value>Alle ausgewählten Datensätze sind schon in der Kampagnenstufe.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>All selected participants already are in the campaign</name>
-      <value>Alle selektierten Teilnehmer sind bereits in der Kampagne</value>
-    </stringEntry>
-    <stringEntry>
-      <name>All synchronized datasets</name>
-      <value>Alle synchronisierten Datensätze</value>
-    </stringEntry>
-    <stringEntry>
-      <name>All tasks that are not completed and assigned to me</name>
-      <value>Alle Aufgaben, die nicht abgeschlossen und mir zugeordnet sind</value>
-    </stringEntry>
-    <stringEntry>
-      <name>All Unlinked Mails</name>
-      <value>Alle unverknüpften E-Mails</value>
-    </stringEntry>
-    <stringEntry>
-      <name>allow</name>
-      <value>erlauben</value>
-    </stringEntry>
-    <stringEntry>
-      <name>allow all channels</name>
-      <value>Erlaubnis für alle Kanäle setzen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Allowed</name>
-      <value>Erlaubt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Allowed only</name>
-      <value>Nur mit Erlaubnis</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Alt. E-Mail</name>
-      <value>Alt. E-Mail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Alt. Phone</name>
-      <value>Alt. Telefon</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Alternative email</name>
-      <value>Abweichende E-Mail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Alternative phone</name>
-      <value>Abweichende Telefonnr.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>American Samoa</name>
-      <value>Amerikanisch-Samoa</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Amount</name>
-      <value>Menge</value>
-    </stringEntry>
-    <stringEntry>
-      <name>An error occured during checking whether at least one of the recipients is an internal user or not.</name>
-      <value>Ein Fehler ist aufgetreten während der Überprüfung ob mindestens einer der Empfänger ein interner Nutzer ist oder nicht.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>An error occured during checking whether the sender is an internal user or not.</name>
-      <value>Ein Fehler ist aufgetreten während der Überprüfung ob der Sender ein interner Nutzer ist oder nicht.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>An error occured during decoding the mails content.</name>
-      <value>Ein Fehler trat auf, während dem dekodieren des E-Mail Inhalts.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>An error occured during parsing imported mail.</name>
-      <value>Ein Fehler trat auf, während dem Parsen einer importierten Mail.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>An error occured while processing the business card.\nPlease contact an administrator.</name>
-      <value>Während der Verarbeitung der Visitenkarte ist ein Fehler aufgetreten.\nBitte kontaktieren Sie einen Administrator.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Analyses</name>
-      <value>Analysen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>and</name>
-      <value>und</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Andorra</name>
-      <value>Andorra</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Angebot</name>
-      <value>Angebot</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Angola</name>
-      <value>Angola</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Anguilla</name>
-      <value>Anguilla</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Annual holidays</name>
-      <value>Jahresurlaub</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Annually</name>
-      <value>Jährlich</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Anonymization</name>
-      <value>Anonymisierung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>anonymize Persons</name>
-      <value>Anonymisieren der Personen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Answer Address</name>
-      <value>Antwortadresse</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Answered</name>
-      <value>Beantwortet</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Antarctica</name>
-      <value>Antarktis</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Antigua and Barbuda</name>
-      <value>Antigua und Barbuda</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Apply changes for all</name>
-      <value>Änderungen für alle übernehmen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Appointment</name>
-      <value>Termin</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Appointment CheckUp</name>
-      <value>Termin Vorschau</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Appointment checkup</name>
-      <value>Terminüberprüfung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Appointment checkup for the selected day</name>
-      <value>Termin Vorschau für den ausgewählten Tag</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Appointment Confirmed</name>
-      <value>Bestätigt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Appointment End</name>
-      <value>Terminende</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Appointment Id</name>
-      <value>Termin Id</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Appointment link Id</name>
-      <value>Terminverknüpfungs Id</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Appointment planned</name>
-      <value>Termin vereinbart</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Appointment Start</name>
-      <value>Terminbeginn</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Appointment Status</name>
-      <value>Terminstatus</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Appointment Subject</name>
-      <value>Termin Betreff</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Appointments</name>
-      <value>Termine</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Appointments/Tasks</name>
-      <value>Aufgaben/Termine</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Approval</name>
-      <value>Genehmigung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Approval denied</name>
-      <value>Freigabe abgelehnt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Approval started</name>
-      <value>Freigabeprozess gestartet</value>
-    </stringEntry>
-    <stringEntry>
-      <name>approve/deny</name>
-      <value>Freigeben/Ablehnen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>approve/deny (2nd approval)</name>
-      <value>Freigeben/Ablehnen (2. Freigabe)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Approved</name>
-      <value>Freigegeben</value>
-    </stringEntry>
-    <stringEntry>
-      <name>approved</name>
-      <value>freigegeben</value>
-    </stringEntry>
-    <stringEntry>
-      <name>April</name>
-      <value>April</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ARCHIVE</name>
-      <value>Archiviert</value>
-    </stringEntry>
-    <stringEntry>
-      <name>archive</name>
-      <value>archivieren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Archive</name>
-      <value>Archivieren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Archived</name>
-      <value>Archiviert</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Are you sure you want to recalculate all classifications using the current classificationgradings? This can take some time, since ALL classifications will get freshly calculated and updated if needed.</name>
-      <value>Sind Sie sich sicher, dass Sie alle Klassifizierungen anhand der konfigurierten Bewertungen neuberechnen wollen? Dies kann länger dauern, da ALLE Klassifizierungen neuberechnet werden und wenn nötig geupdated werden.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Area Manager</name>
-      <value>Gebietsleiter</value>
-    </stringEntry>
-    <stringEntry>
-      <name>area manager</name>
-      <value>Bereichsleiter</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Argentina</name>
-      <value>Argentinien</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Armenia</name>
-      <value>Armenien</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Article</name>
-      <value>Artikel</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Article title</name>
-      <value>Artikelbezeichnung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Article Number</name>
-      <value>Artikelnummer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Aruba</name>
-      <value>Aruba</value>
-    </stringEntry>
-    <stringEntry>
-      <name>As stated in our letter of %0, we have made use of the possibility to extend the deadline to three months due to %1.</name>
-      <value>Wie in unserem Schreiben von %0 erwähnt, haben wir von der Möglichkeit Gebrauch gemacht, die Frist aufgrund von %1 auf drei Monate zu verlängern.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ascending</name>
-      <value>aufsteigend</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Assembly</name>
-      <value>Montage</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Assessment</name>
-      <value>Beurteilung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Assessment / Industry</name>
-      <value>Beurteilung / Branche</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Supervisor Assign all selected districts</name>
-      <value>Betreuerzuordnung für alle selektierten Gebiete</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Assign all Companies of the selected districts</name>
-      <value>Firmenzuordnung für alle selektierten Gebiete</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Assign companies</name>
-      <value>Firmen zuordnen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Assign supervisors</name>
-      <value>Betreuer zuordnen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>assigned</name>
-      <value>zugewiesen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Assigned to</name>
-      <value>Ãœbertragen an</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Assignment</name>
-      <value>Zuordnung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Assignment for all selected districts will start now!</name>
-      <value>Zuordnung für alle selektierten Gebiete wird jetzt gestartet</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Assignment of all selected districts is completed!</name>
-      <value>Zuordnung für alle selektierten Gebiete abgeschlossen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Assignment of district \"%0\" is completed!</name>
-      <value>Zuordnung des Gebietes \"%0\" ist abgeschlossen!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Assignment of the companies of all selected districts is completed!</name>
-      <value>Zuordnung für alle Firmen der selektierten Gebiete abgeschlossen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Assistance</name>
-      <value>Betreuung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>AsysAudit Clean Up</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Atmosphere</name>
-      <value>Stimmung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attachment</name>
-      <value>Anhang</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attachment count</name>
-      <value>Anzahl der Anhänge</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attachments</name>
-      <value>Anhänge</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attendee</name>
-      <value>Bearbeiter</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attendees</name>
-      <value>Bearbeiter</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attendees cannot be assigned repeatedly!</name>
-      <value>Teilnehmer können nicht mehrmals zugewiesen werden!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribute</name>
-      <value>Eigenschaft</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribute \"%0\" can only be inserted once with the same value.</name>
-      <value>Eigenschaft \"%0\" kann nur einmal mit dem selben Wert ausgewählt werden.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribute \"%0\" can't be used more than %1.</name>
-      <value>Eigenschaft \"%0\" darf maximal %1 verwendet werden.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribute \"%0\" has to be used at least %1.</name>
-      <value>Eigenschaft \"%0\" muss mindestens %1 verwendet werden.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribute determination</name>
-      <value>Eigenschaft-Ermittlung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribute filter</name>
-      <value>Eigenschafts-Filter</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribute filters</name>
-      <value>Eigenschafts-Filter</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribute groups can't be selected</name>
-      <value>Eigenschaftsgruppen können nicht verwendet werden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribute Id</name>
-      <value>Attribut ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribute relation Id</name>
-      <value>Attribut-Beziehungs ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribute usage Id</name>
-      <value>Attribut-Gebrauchs ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attributes</name>
-      <value>Eigenschaften</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attributes must be unique!</name>
-      <value>Attribute müssen eindeutig sein</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attributes of attribute group \"%0\" can't be used more than %1.</name>
-      <value>Eigenschaften der Eigenschaftsgruppe \"%0\" dürfen maximal %1 verwendet werden.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attributes of attribute group \"%0\" have to be used at least %1.</name>
-      <value>Eigenschaften der Eigenschaftsgruppe \"%0\" müssen mindestens %1 verwendet werden.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Audit Log</name>
-      <value>Auditlog</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Audit Logs</name>
-      <value>Auditlogs</value>
-    </stringEntry>
-    <stringEntry>
-      <name>AuditLogs</name>
-      <value>Auditlogs</value>
-    </stringEntry>
-    <stringEntry>
-      <name>August</name>
-      <value>August</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Australia</name>
-      <value>Australien</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Austria</name>
-      <value>Österreich</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Author</name>
-      <value>Autor</value>
-    </stringEntry>
-    <stringEntry>
-      <name>auto</name>
-      <value>automatisch</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Auto assignment</name>
-      <value>Auto-Zuordnung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Auto probability</name>
-      <value>Automatische Wahrscheinlichkeit</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Automatically</name>
-      <value>Automatisch</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Automatically generates an defaulttitle if left Blank</name>
-      <value>Wird automatisch generiert, wenn dieses Feld freigelassen wird.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Autoresponder</name>
-      <value>Autoresponder</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Availability only</name>
-      <value>Nur Verfügbarkeit</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Away travel</name>
-      <value>Fernreisen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Azerbaijan</name>
-      <value>Aserbaidschan</value>
-    </stringEntry>
-    <stringEntry>
-      <name>B</name>
-      <value>B</value>
-    </stringEntry>
-    <stringEntry>
-      <name>bad</name>
-      <value>schlecht</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bahamas</name>
-      <value>Bahamas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bahrain</name>
-      <value>Bahrain</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Balancing of interests</name>
-      <value>Interessenausgleich</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bangladesh</name>
-      <value>Bangladesch</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Barbados</name>
-      <value>Barbados</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Base Template</name>
-      <value>Ursprungsvorlage</value>
-    </stringEntry>
-    <stringEntry>
-      <name>BCC</name>
-      <value>BCC</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Begin</name>
-      <value>Beginn</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Belarus</name>
-      <value>Weißrussland</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Belgium</name>
-      <value>Belgien</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Belize</name>
-      <value>Belize</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Benin</name>
-      <value>Benin</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bermuda</name>
-      <value>Bermuda</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bhutan</name>
-      <value>Bhutan</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Billable</name>
-      <value>Verrechenbar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Birthday</name>
-      <value>Geburtstag</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Birthday list</name>
-      <value>Geburtstagsliste</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Blacklist</name>
-      <value>Blacklist</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Blog</name>
-      <value>Blog</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Blog (Organisation)</name>
-      <value>Blog (Firma)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Blog (Person)</name>
-      <value>Blog (Person)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Body</name>
-      <value>Mailtext</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bonaire, Sint Eustatius and Saba</name>
-      <value>Bonaire, Sint Eustatius und Saba</value>
-    </stringEntry>
-    <stringEntry>
-      <name>BOOL VALUE</name>
-      <value>BOOL VALUE</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Boolean value</name>
-      <value>Boolescher Wert</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bosnia and Herzegovina</name>
-      <value>Bosnien und Herzegowina</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Boss of</name>
-      <value>Vorgesetzter von</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Botswana</name>
-      <value>Botswana</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bounce (Hard)</name>
-      <value>Bounce (Hard)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bounce (Soft)</name>
-      <value>Bounce (Soft)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bounces</name>
-      <value>Bounces</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Boundary event</name>
-      <value>Angeheftetes Ereignis</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bouvet Island</name>
-      <value>Bouvetinsel</value>
-    </stringEntry>
-    <stringEntry>
-      <name>BPMN</name>
-      <value>BPMN</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Brazil</name>
-      <value>Brasilien</value>
-    </stringEntry>
-    <stringEntry>
-      <name>British Indian Ocean Territory</name>
-      <value>Britisches Territorium des Indischen Ozeans</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Browser</name>
-      <value>Browser</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Building industry</name>
-      <value>Bauwesen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Building no.</name>
-      <value>Hausnummer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bulgaria</name>
-      <value>Bulgarien</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bulk mail</name>
-      <value>Serienmail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bulk Mail</name>
-      <value>Serienmail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bulk mail \"%0\" sent</name>
-      <value>Serienmail \"%0\" versendet</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bulk mail \"%0\" was sent!</name>
-      <value>Serienmail \"%0\" wurde versendet!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bulk Mail Key Figures</name>
-      <value>Serienmail Kennzahlen anzeigen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bulk mail sent</name>
-      <value>Serienmail gesendet</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bulk mails</name>
-      <value>Serienmails</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bulk Mail Device Types</name>
-      <value>Serienmail Gerätearten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Burkina Faso</name>
-      <value>Burkina Faso</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Burundi</name>
-      <value>Burundi</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Business Card Language</name>
-      <value>Visitenkarten Sprache</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Business Fair</name>
-      <value>Messe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Business Fair Lead</name>
-      <value>Messelead</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Business Fair Leads</name>
-      <value>Messeleads</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Business rule task</name>
-      <value>Geschäftsregel-Aufgabe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Buttons</name>
-      <value>Schaltfläche</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Buyer</name>
-      <value>Einkäufer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Buying center and internal project team</name>
-      <value>Buying center und internes Projektteam</value>
-    </stringEntry>
-    <stringEntry>
-      <name>by title</name>
-      <value>Titel</value>
-    </stringEntry>
-    <stringEntry>
-      <name>by translated title</name>
-      <value>Titel (übersetzt)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>C</name>
-      <value>C</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cabo Verde</name>
-      <value>Kap Verde</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Caimpaignsteps</name>
-      <value>Kampagnenschritte</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Calculate sum</name>
-      <value>Summe berechnen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Calendar</name>
-      <value>Kalender</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Calendar hour divider</name>
-      <value>Kalender Stundenunterteilung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Calendar maintime end</name>
-      <value>Kalender Kernzeit Ende</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Calendar maintime start</name>
-      <value>Kalender Kernzeit Beginn</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Calendar Permission</name>
-      <value>Kalender-Berechtigungen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Call</name>
-      <value>Anruf</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Call back (WV)</name>
-      <value>Rückruf (WV)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Call from %0</name>
-      <value>Anruf von %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Call from unknown</name>
-      <value>Unbekannter Anruf</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cambodia</name>
-      <value>Kambodscha</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cameroon</name>
-      <value>Kamerun</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaign</name>
-      <value>Kampagne</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaign Costs</name>
-      <value>Kampagnenkosten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaign costs</name>
-      <value>Kampagnenkosten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaign participation</name>
-      <value>Kampagnenteilnahme</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaign Period</name>
-      <value>Kampagnen Laufzeit</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaign planning</name>
-      <value>Kampagnenplanung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaign Planning</name>
-      <value>Kampagnenplanung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaign response</name>
-      <value>Rückantwort Kampagne</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaign status</name>
-      <value>Kampagnenstatus</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaign Step</name>
-      <value>Kampagnen Stufe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaign steps </name>
-      <value>Kampagnen Stufen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>CAMPAIGNID (UID)</name>
-      <value>Kampagnen ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaigns</name>
-      <value>Kampagnen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaignstep has already ended</name>
-      <value>Zeitraum der Kampagnenstufe ist bereits vorbei</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Canada</name>
-      <value>Kanada</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Canadian dollar</name>
-      <value>Kanadischer Dollar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Canadian Dollar</name>
-      <value>Kanadische Dollar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cancel</name>
-      <value>Stornieren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${CANCEL}</name>
-      <value>Abbrechen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cancel Filter Observation</name>
-      <value>Beobachtung Filter aufheben</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cancel ID Observation</name>
-      <value>Beobachtung Datensatz aufheben</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cancellation</name>
-      <value>Stornierung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cancelled</name>
-      <value>Abgesagt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>cancelled</name>
-      <value>abgebrochen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>carriage free</name>
-      <value>frei Haus</value>
-    </stringEntry>
-    <stringEntry>
-      <name>carriage return and line feed</name>
-      <value>CRLF</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Category</name>
-      <value>Kategorie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Category determination</name>
-      <value>Kategorieermittlung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Category Name</name>
-      <value>Kategoriename</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cause</name>
-      <value>Ursache</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cayman Islands</name>
-      <value>Caymaninseln</value>
-    </stringEntry>
-    <stringEntry>
-      <name>CC</name>
-      <value>CC</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Central African Republic</name>
-      <value>Zentralafrikanische Republik</value>
-    </stringEntry>
-    <stringEntry>
-      <name>CEO</name>
-      <value>Geschäftsführer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Chad</name>
-      <value>Tschad</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Change</name>
-      <value>Änderung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>change DSGVO Relevance</name>
-      <value>ändere DSGVO-Relevanz</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Change responsible</name>
-      <value>Verantwortlichen wechseln</value>
-    </stringEntry>
-    <stringEntry>
-      <name>change selected</name>
-      <value>Ausgewählte ändern</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Change selected</name>
-      <value>Ausgewählte ändern</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Change status</name>
-      <value>Status wechseln</value>
-    </stringEntry>
-    <stringEntry>
-      <name>change valid from</name>
-      <value>Gültig ab ändern</value>
-    </stringEntry>
-    <stringEntry>
-      <name>change valid to</name>
-      <value>Gültig bis ändern</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Change Validity Dates</name>
-      <value>Gültigkeit ändern</value>
-    </stringEntry>
-    <stringEntry>
-      <name>changed</name>
-      <value>bearbeitet</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Changed because of mailfilter \"%0\"</name>
-      <value>Geändert wegen Mailfilter \"%0\"</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Changed by</name>
-      <value>Geändert von</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Changed on</name>
-      <value>Geändert am</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Channel</name>
-      <value>Kanal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Channel Name</name>
-      <value>Kanäle</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Channel type</name>
-      <value>Kanalart</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Channels</name>
-      <value>Kanäle</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Char value</name>
-      <value>Char-Wert</value>
-    </stringEntry>
-    <stringEntry>
-      <name>CHAR VALUE</name>
-      <value>Char-Wert</value>
-    </stringEntry>
-    <stringEntry>
-      <name>CHAR_VALUE</name>
-      <value>CHAR_VALUE</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Characters to use</name>
-      <value>Anzahl Zeichen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Charset</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart 2</name>
-      <value>Diagramm 2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart Inbox Tickets</name>
-      <value>Posteingangticketdiagramm</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Charts</name>
-      <value>Diagramme</value>
-    </stringEntry>
-    <stringEntry>
-      <name>check offer</name>
-      <value>Freigabe anfordern</value>
-    </stringEntry>
-    <stringEntry>
-      <name>check offer again</name>
-      <value>Freigabe erneut anfordern</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Checked</name>
-      <value>Geprüft</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Checklist</name>
-      <value>Checkliste</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Checklist entries</name>
-      <value>Checklisteneinträge</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Checklist entry</name>
-      <value>Checklisteneintrag</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Checklists</name>
-      <value>Checklisten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Child Attributes</name>
-      <value>Untergeordnete Eigenschaften</value>
-    </stringEntry>
-    <stringEntry>
-      <name>child of</name>
-      <value>Kind von</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Child Role</name>
-      <value>Kindrolle</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Child Roles</name>
-      <value>Kindrollen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Chile</name>
-      <value>Chile</value>
-    </stringEntry>
-    <stringEntry>
-      <name>China</name>
-      <value>China</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Choose a campaign and a step to add the contact to a  campaign</name>
-      <value>Kampagne und -stufe wählen um Kontakt zu Kampagne hinzuzufügen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Choose address</name>
-      <value>Adresse auswählen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Choose delivery address</name>
-      <value>Lieferadresse auswählen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Choose Footer</name>
-      <value>Fußtext auswählen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Choose Header</name>
-      <value>Kopftext  auswählen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Choose payment address</name>
-      <value>Rechnungsadresse auswählen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Choose Team</name>
-      <value>Team auswählen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Chosen record is already in the campaign</name>
-      <value>Ausgewählter Datensatz befindet sich bereits in der Kampagne</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Christmas Island</name>
-      <value>Weihnachtsinsel</value>
-    </stringEntry>
-    <stringEntry>
-      <name>CIF</name>
-      <value>CIF</value>
-    </stringEntry>
-    <stringEntry>
-      <name>City</name>
-      <value>Stadt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Claim date</name>
-      <value>Zuweisungsdatum</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Claim task</name>
-      <value>Aufgabe annehmen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Classification</name>
-      <value>Klassifizierung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Classification fields</name>
-      <value>Klassifizierungsfelder</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Classifications</name>
-      <value>Klassifizierungen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Clear forecast and set state to '%0'?</name>
-      <value>Prognose löschen und status auf '%0' setzen?</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Click</name>
-      <value>Klick</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Click rate (in %)</name>
-      <value>Klickrate in Prozent</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Clicks</name>
-      <value>Klicks</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Closed</name>
-      <value>Geschlossen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>closed</name>
-      <value>geschlossen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Closure</name>
-      <value>Abschluss</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cocos (Keeling) Islands</name>
-      <value>Kokosinseln (Keelinginseln)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Code</name>
-    </stringEntry>
-    <stringEntry>
-      <name>collaboration with</name>
-      <value>Zusammenarbeit mit</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Colombia</name>
-      <value>Kolumbien</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 1</name>
-      <value>Spalte 1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 10</name>
-      <value>Spalte 10</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 11</name>
-      <value>Spalte 11</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 12</name>
-      <value>Spalte 12</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 13</name>
-      <value>Spalte 13</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 14</name>
-      <value>Spalte 14</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 15</name>
-      <value>Spalte 15</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 16</name>
-      <value>Spalte 16</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 17</name>
-      <value>Spalte 17</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 18</name>
-      <value>Spalte 18</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 19</name>
-      <value>Spalte 19</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 2</name>
-      <value>Spalte 2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 20</name>
-      <value>Spalte 20</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 21</name>
-      <value>Spalte 21</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 22</name>
-      <value>Spalte 22</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 23</name>
-      <value>Spalte 23</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 24</name>
-      <value>Spalte 24</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 25</name>
-      <value>Spalte 25</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 26</name>
-      <value>Spalte 26</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 27</name>
-      <value>Spalte 27</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 28</name>
-      <value>Spalte 28</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 29</name>
-      <value>Spalte 29</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 3</name>
-      <value>Spalte 3</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 30</name>
-      <value>Spalte 30</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 4</name>
-      <value>Spalte 4</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 5</name>
-      <value>Spalte 5</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 6</name>
-      <value>Spalte 6</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 7</name>
-      <value>Spalte 7</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 8</name>
-      <value>Spalte 8</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 9</name>
-      <value>Spalte 9</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Comma</name>
-      <value>Komma</value>
-    </stringEntry>
-    <stringEntry>
-      <name>comma</name>
-      <value>Komma</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Comments</name>
-      <value>Kommentare</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Commodity group</name>
-      <value>Warengruppe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Commodity group 1</name>
-      <value>Warengruppe 1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Commodity group 2</name>
-      <value>Warengruppe 2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Commodity group 3</name>
-      <value>Warengruppe 3</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Commodity group A</name>
-      <value>Warengruppe A</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Commodity group A (WV)</name>
-      <value>Warengruppe A (WV)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Commodity group B</name>
-      <value>Warengruppe B</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Commodity group B (WV)</name>
-      <value>Warengruppe B (WV)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Commrestrictions</name>
-      <value>Kommunikationsbeschränkungen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Communication</name>
-      <value>Kommunikation</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Communication data</name>
-      <value>Kommunikationsdaten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Communication Id</name>
-      <value>Kommunikations ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Communication Setting: %0</name>
-      <value>Werbeeinstellung: %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Communication Settings</name>
-      <value>Werbekennzeichen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Communication: Link</name>
-      <value>Kommunikation: Webseite</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Communication: Mail</name>
-      <value>Kommunikation: E-Mail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Communication: Phone</name>
-      <value>Kommunikation: Telefon</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Comoros</name>
-      <value>Komoren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Companies</name>
-      <value>Firmen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Company</name>
-      <value>Firma</value>
-    </stringEntry>
-    <stringEntry>
-      <name>company</name>
-      <value>Firma</value>
-    </stringEntry>
-    <stringEntry>
-      <name>companies</name>
-      <value>Firmen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Company address</name>
-      <value>Firmenadresse</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Company Addresses</name>
-      <value>Firmenadressen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Company duplicate</name>
-      <value>Firmen Dublette</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Company name</name>
-      <value>Firmenname</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Missing frequency</name>
-      <value>Fehlende Einsatzfrequenz</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Please define a frequency</name>
-      <value>Ergänzen Sie die Einsatzfrequenz</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Company/Person duplicate</name>
-      <value>Firmen/Personen Dublette</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Competition</name>
-      <value>Wettbewerber</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Competitions/Competitor</name>
-      <value>Mitbewerber/Wettbewerber</value>
-    </stringEntry>
-    <stringEntry>
-      <name>competitor</name>
-      <value>Wettbewerber</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Competitor</name>
-      <value>Wettbewerber</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Competitors</name>
-      <value>Wettbewerber</value>
-    </stringEntry>
-    <stringEntry>
-      <name>complaint</name>
-      <value>Beschwerde</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Complaint</name>
-      <value>Beschwerde</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Complete task</name>
-      <value>Aufgabe abschließen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Complete tasks</name>
-      <value>Aufgaben abschließen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>completed</name>
-      <value>abgeschlossen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Completed</name>
-      <value>Abgeschlossen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Component</name>
-      <value>Bauteil</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Conclusion</name>
-      <value>Abschluss</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Conclusion (Mailbridge)</name>
-      <value>Abschluss (Mailbridge)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Condition</name>
-      <value>Kondition </value>
-    </stringEntry>
-    <stringEntry>
-      <name>Condition Type</name>
-      <value>Konditionsart</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Conditions</name>
-      <value>Konditionen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Configurations</name>
-      <value>Feldkonfiguration</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Confirm password</name>
-      <value>Passwort prüfen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Confirmation dialog</name>
-      <value>Bestätigungsdialog</value>
-    </stringEntry>
-    <stringEntry>
-      <name>CONFIRMED</name>
-      <value>Gelesen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Confirmed</name>
-      <value>Bestätigt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>confirmed</name>
-      <value>bestätigt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Congo</name>
-      <value>Kongo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Congo (Democratic Republic of the)</name>
-      <value>Kongo (Demokratische Republik)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Connection</name>
-      <value>Verknüpfung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Connection Type</name>
-      <value>Verbindungstyp</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Connections</name>
-      <value>Verknüpfungen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cons</name>
-      <value>Defizite</value>
-    </stringEntry>
-    <stringEntry>
-      <name>consent</name>
-      <value>Zustimmung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>consent pending</name>
-      <value>Zustimmung austehend</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Console</name>
-      <value>Konsole</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Consultant</name>
-      <value>Berater</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Consultation</name>
-      <value>Beratung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contact</name>
-      <value>Kontakt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contact/Company</name>
-      <value>Kontakt/Firma</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contact &amp; Serviceticket</name>
-      <value>Kontakt &amp; Serviceticket</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contact by phone</name>
-      <value>Telefonisch kontaktieren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>contact formular</name>
-      <value>Kontaktformular</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contact Id</name>
-      <value>Kontakt ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contact Info</name>
-      <value>Kontaktinformationen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contact Management</name>
-      <value>Kontaktmanagement</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contact or company</name>
-      <value>Kontakt oder Firma</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contact synchronisation</name>
-      <value>Kontaktsynchronisation</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contact synchronisation dashboard</name>
-      <value>Kontaktsynchronisationsdashboard</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contact synchronisations</name>
-      <value>Kontaktsynchronisationen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contact type</name>
-      <value>Kontaktart</value>
-    </stringEntry>
-    <stringEntry>
-      <name>CONTACTID</name>
-      <value>Kontakt ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>CONTACTID (UID)</name>
-      <value>Kontakt ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contacting</name>
-      <value>Kontaktierung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contactperson</name>
-      <value>Ansprechpartner</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contactrole</name>
-      <value>Funktion</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contacts</name>
-      <value>Kontakte</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contacts selected</name>
-      <value>Kontakte ausgewählt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Container</name>
-      <value>Container</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Content</name>
-      <value>Inhalt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Content to forward</name>
-      <value>Weiterzuleitende Information</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Context</name>
-      <value>Context</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Context id</name>
-      <value>Context ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Context name</name>
-      <value>Context Name</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contexts</name>
-      <value>Contexte</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Continue mailing</name>
-      <value>Versand fortsetzen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contract</name>
-      <value>Vertrag</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contract expiry date</name>
-      <value>Vertragsende</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contract Id</name>
-      <value>Vertrags-ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contract number</name>
-      <value>Vertragsnummer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>contract of sale</name>
-      <value>Kaufvertrag</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contract start date</name>
-      <value>Vertragsbeginn</value>
-    </stringEntry>
-    <stringEntry>
-      <name>CONTRACTID (UID)</name>
-      <value>CONTRACTID (UID)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contracts</name>
-      <value>Verträge</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contribute map data</name>
-      <value>Bei Kartendaten mitwirken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Control editor</name>
-      <value>Regeleditor</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Conversion Rate</name>
-      <value>Conversion Rate</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Conveyor</name>
-      <value>Förderband</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cook Islands</name>
-      <value>Cookinseln</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy</name>
-      <value>Kopieren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>copy</name>
-      <value>kopieren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy bulkmail</name>
-      <value>Kopiere Serienmail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy Campaign</name>
-      <value>Kopiere Kampagne</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy offer</name>
-      <value>Angebot kopieren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy Participants</name>
-      <value>Teilnehmer kopieren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy receipt</name>
-      <value>Beleg kopieren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy Recipients</name>
-      <value>Empfänger kopieren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy Signinglink</name>
-      <value>Signaturlink kopieren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy template</name>
-      <value>Vorlage kopieren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cost</name>
-      <value>Kosten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cost entries</name>
-      <value>Kosteneinträge</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cost overview</name>
-      <value>Kostenübersicht</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Costa Rica</name>
-      <value>Costa Rica</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Count</name>
-      <value>Anzahl </value>
-    </stringEntry>
-    <stringEntry>
-      <name>Count Chart</name>
-      <value>Anzahl Diagramm</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Count template attachments</name>
-      <value>Anzahl Vorlagenanhänge</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Count Usage</name>
-      <value>Anzahl der Verwendungen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Countries</name>
-      <value>Länder</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Country</name>
-      <value>Land</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cover letter</name>
-      <value>Anschreiben</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create</name>
-      <value>erstelle</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create activities</name>
-      <value>Aktivitäten erstellen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create activity</name>
-      <value>Erstelle Aktivität</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create and open in editor</name>
-      <value>Erstellen und im Editor öffnen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create Child Topic</name>
-      <value>Unterthema erstellen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create model</name>
-      <value>Modell erstellen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create new</name>
-      <value>Neuanlage</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create new Appointment</name>
-      <value>Termin erstellen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create new campaign</name>
-      <value>Neue Kampagne erstellen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create new campaign step</name>
-      <value>Neue Kampagnenstufe erstellen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create new note</name>
-      <value>Neue Notiz erstellen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create notification</name>
-      <value>benachrichtigung erstellen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create offer</name>
-      <value>Angebot erstellen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create only person</name>
-      <value>Nur Person erstellen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create planning</name>
-      <value>Planung erstellen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create receipt</name>
-      <value>Beleg erstellen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create salesproject</name>
-      <value>Opportunity erstellen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create salesproject touchpoint</name>
-      <value>Opportunityberührungspunkt erstellen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create subordinate relationship</name>
-      <value>Untergeordnete Beziehung anlegen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create Team</name>
-      <value>Team erstellen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create Visitreport</name>
-      <value>Einsatzbericht erstellen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>created</name>
-      <value>erstellt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>report</name>
-      <value>Abrechnung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Created by</name>
-      <value>Erstellt durch</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Created from</name>
-      <value>erstellt von</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Created on</name>
-      <value>Erstellt am</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Created through business fair lead</name>
-      <value>Durch Messelead erstellt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Creation</name>
-      <value>Erstellung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Creation date</name>
-      <value>Erstelldatum</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Creation user</name>
-      <value>Ersteller</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Creator</name>
-      <value>Ersteller</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Credit</name>
-      <value>Gutschrift</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Creditworthiness</name>
-      <value>Bonität</value>
-    </stringEntry>
-    <stringEntry>
-      <name>critical</name>
-      <value>kritisch</value>
-    </stringEntry>
-    <stringEntry>
-      <name>CRLF</name>
-      <value>CRLF</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Croatia</name>
-      <value>Kroatien</value>
-    </stringEntry>
-    <stringEntry>
-      <name>CSO</name>
-      <value>Vertriebsvorstand</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cuba</name>
-      <value>Kuba</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Curaçao</name>
-      <value>Curacao</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Curr. purchase price</name>
-      <value>akt. EK-Preis</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Curr. sales price</name>
-      <value>akt. VK-Preis</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Currencies</name>
-      <value>Währungen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Currency</name>
-      <value>Währung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Currency Rates</name>
-      <value>Währungskurse</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Current Currencyrate</name>
-      <value>Derzeitiger Währungskurs</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Current participants</name>
-      <value>Aktuelle Teilnehmer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Current password</name>
-      <value>Aktuelles Passwort</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Current Recipients</name>
-      <value>Derzeitige Empfänger</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Current ticket</name>
-      <value>Aktuelles Ticket</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cust.-No.</name>
-      <value>Kd.-Nr.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Custody agreement</name>
-      <value>Verwahrungsvereinbarung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Custom template</name>
-      <value>Benutzerdefinierte Vorlage</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Customer</name>
-      <value>Kunde</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Customer Base Sheet</name>
-      <value>Kundenstammblatt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>customer checks</name>
-      <value>Kunde prüft</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Customer code</name>
-      <value>Kundennummer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Customer counting</name>
-      <value>Anzahl Kunden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Customer recommendation</name>
-      <value>Kundenempfehlung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Customercode</name>
-      <value>Kundennummer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cut</name>
-      <value>Ausschneiden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cyprus</name>
-      <value>Zypern</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Czech Republic</name>
-      <value>Tschechische Republik</value>
-    </stringEntry>
-    <stringEntry>
-      <name>D</name>
-      <value>D</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Daily Cases</name>
-    </stringEntry>
-    <stringEntry>
-      <name>data</name>
-      <value>Daten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Data executed</name>
-      <value>Daten ausgeführt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Data loaded</name>
-      <value>Daten geladen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Data Privacy</name>
-      <value>Datenschutz</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Data privacy entries</name>
-      <value>Datenschutzeinträge</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Data protection agreement</name>
-      <value>Datenschutzvereinbarung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Data table</name>
-      <value>Tabellen Daten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Data transfered</name>
-      <value>Daten transferiert</value>
-    </stringEntry>
-    <stringEntry>
-      <name>DataPrivacy Right</name>
-      <value>Datenschutzrecht</value>
-    </stringEntry>
-    <stringEntry>
-      <name>DataPrivacy Use</name>
-      <value>Datenschutz anwenden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Dataset</name>
-      <value>Datensatz</value>
-    </stringEntry>
-    <stringEntry>
-      <name>dataset</name>
-      <value>Datensatz</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Dataset in Outlook</name>
-      <value>Datensatz in Outlook</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Datasets are exported</name>
-      <value>Datensätze werden exportiert</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Datasets in Outlook</name>
-      <value>Datensätze in Outlook</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Date</name>
-      <value>Datum</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Date (Day)</name>
-      <value>Datum (Tag)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Date (Month)</name>
-      <value>Datum (Monat)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Date (Year)</name>
-      <value>Datum (Jahr)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Date Clicked</name>
-      <value>Klickdatum</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Date edit</name>
-      <value>Datum bearbeiten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Date Edit</name>
-      <value>Datum bearbeiten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Date end</name>
-      <value>Enddatum</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Date must not be in the future</name>
-      <value>Datum darf nicht in der Zukunft liegen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Date new</name>
-      <value>neues Datum</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Date of birth</name>
-      <value>Geburtsdatum</value>
-    </stringEntry>
-    <stringEntry>
-      <name>date of birth must not be in the future</name>
-      <value>Geburtsdatum darf nicht in der Zukunft liegen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Date of request</name>
-      <value>Datum der Anforderung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Date start</name>
-      <value>Startdatum</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Date value</name>
-      <value>Datumswert</value>
-    </stringEntry>
-    <stringEntry>
-      <name>DATE_EDIT</name>
-      <value>Bearbeitungsdatum</value>
-    </stringEntry>
-    <stringEntry>
-      <name>DATE_NEW</name>
-      <value>Erstellungsdatum</value>
-    </stringEntry>
-    <stringEntry>
-      <name>DATE_NEW_CONTACT</name>
-      <value>Ersteller</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Datenew</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Dates</name>
-      <value>Daten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>day</name>
-      <value>Tag</value>
-    </stringEntry>
-    <stringEntry>
-      <name>days</name>
-      <value>Tage</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Days inactive</name>
-      <value>Tage inaktiv</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Days remaining</name>
-      <value>Tage verbleibend</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Days running</name>
-      <value>Tage laufend</value>
-    </stringEntry>
-    <stringEntry>
-      <name>dd.MM.yyyy</name>
-      <value>dd.MM.yyyy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>dd/MM/yyyy HH:mm</name>
-      <value>dd.MM.yyyy HH:mm</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Deadline</name>
-      <value>Frist</value>
-    </stringEntry>
-    <stringEntry>
-      <name>December</name>
-      <value>Dezember</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Decision maker</name>
-      <value>Entscheider</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Decision-maker changed</name>
-      <value>Entscheidungsträger hat sich geändert</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Declaration of acceptance</name>
-      <value>Abnahmeerklärung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>decline</name>
-      <value>Ablehnen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>decrease priority</name>
-      <value>Priorität verringern</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Default</name>
-      <value>Standard</value>
-    </stringEntry>
-    <stringEntry>
-      <name>default</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Default address</name>
-      <value>Standard Adresse</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Default mail</name>
-      <value>Standard E-Mail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Default phone</name>
-      <value>Standard Telefon</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Default Signature</name>
-      <value>Standard Signatur</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Default ticket template</name>
-      <value>Std. Ticketvorlage</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete</name>
-      <value>Löschen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>DELETE</name>
-      <value>LÖSCHEN</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete all usage</name>
-      <value>Lösche jede Verwendung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete appointment</name>
-      <value>Termin löschen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete Delay in Days</name>
-      <value>Löschverzögerung in Tagen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete Inbox</name>
-      <value>Postkorb löschen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>delete linked permissions and hierarchies</name>
-      <value>lösche verlinkte Berechtigungen und Hierachien</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete recurring appointment</name>
-      <value>Serie löschen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete Team</name>
-      <value>Team löschen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete this Function</name>
-      <value>Diese Funktion löschen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>deleted</name>
-      <value>gelöscht</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Deleted all usages of \"%0\".</name>
-      <value>Jede Verwendung von \"%0\" wurde gelöscht.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Deleting the dependency also deletes its fields.</name>
-      <value>Wenn Sie die Abhängigkeit löschen, werden auch ihre Felder gelöscht.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Deletion</name>
-      <value>Löschung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>delivery</name>
-      <value>Ãœbergabe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Delivery address</name>
-      <value>Lieferadresse</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Delivery block</name>
-      <value>Liefersperre</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Delivery note</name>
-      <value>Lieferschein</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Delivery problems</name>
-      <value>Lieferprobleme</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Delivery specification</name>
-      <value>Lieferbedingung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Delivery term</name>
-      <value>Lieferkondition</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Deliveryspecification</name>
-      <value>Lieferbedingung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Denmark</name>
-      <value>Dänemark</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Deparment</name>
-      <value>Abteilung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Department</name>
-      <value>Abteilung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Departments</name>
-      <value>Abteilungen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Departments cannot be assigned repeatedly!</name>
-      <value>Abteilungen können nicht mehrmals zugewiesen werden!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Deployment Id</name>
-      <value>Deployment Id</value>
-    </stringEntry>
-    <stringEntry>
-      <name>descending</name>
-      <value>absteigend</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Desciption</name>
-      <value>Beschreibung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Description</name>
-      <value>Beschreibung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>description</name>
-      <value>Beschreibung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Descriptions</name>
-      <value>Beschreibungen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Designation</name>
-      <value>Bezeichnung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Desktop</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Destination Id</name>
-      <value>Zielort</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Detail</name>
-      <value>Detail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Details</name>
-      <value>Details</value>
-    </stringEntry>
-    <stringEntry>
-      <name>details</name>
-      <value>Details</value>
-    </stringEntry>
-    <stringEntry>
-      <name>determined in</name>
-      <value>ermittelt in</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Developer</name>
-      <value>Hersteller</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Device ID</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Device ID Reset</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Device Type</name>
-      <value>Geräteart</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Device/Machine</name>
-      <value>Gerät/Maschine</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Dflt. ticket temp.</name>
-      <value>Standardvorlage</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Diagram</name>
-      <value>Diagramm</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Digital</name>
-      <value>Digital</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Digital Signature</name>
-      <value>Digitale Signatur</value>
-    </stringEntry>
-    <stringEntry>
-      <name>You have to add an e-mail documenttempalte with the classification 'digital signature' for the offerContext in order to start the signing worfklow.</name>
-      <value>Um den Signaturvorgang starten zu können muss eine E-Mail Dokumentenvorlage mit der Klassifizierung "Digitale Signatur" für den Angebotscontext existieren.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Digital Signing</name>
-      <value>Digitale Signatur</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Digital Signing Signer</name>
-      <value>Signierender</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Digital Signature Signer</name>
-      <value>Digitale Signatur Signierer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Physical Products cannot be delivered via Email</name>
-      <value>Physische Produkte können nicht per Email übergeben werden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Digital Products cannot be delivered %0</name>
-      <value>Digitale Produkte können nicht %0 übergeben werden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Direction</name>
-      <value>Richtung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Directly responsible:</name>
-      <value>Ihr zuständiger Betreuer:</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Disclosure Report</name>
-      <value>Auskunftsbericht</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Discount</name>
-      <value>Rabatt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Discount %</name>
-      <value>Rabatt %</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Discount in %0</name>
-      <value>Rabatt in %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>discounted Price</name>
-      <value>Red. Betrag netto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>discounted Price (%0)</name>
-      <value>Rbt. Betrag netto (%0)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Discussion</name>
-      <value>Diskussion</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Discussions</name>
-      <value>Diskussionen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Dispatch as mail</name>
-      <value>Als E-Mail versenden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Distribution</name>
-      <value>Vertrieb</value>
-    </stringEntry>
-    <stringEntry>
-      <name>District</name>
-      <value>Gebiet</value>
-    </stringEntry>
-    <stringEntry>
-      <name>District assigned</name>
-      <value>Gebiet zugewiesen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>District assignment status</name>
-      <value>Gebietzuordnungstatus</value>
-    </stringEntry>
-    <stringEntry>
-      <name>District assignment will start now!</name>
-      <value>Die Gebietszuordnung wird jetzt gestartet!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>District Contact</name>
-      <value>Gebietsverantwortlicher</value>
-    </stringEntry>
-    <stringEntry>
-      <name>District contact assigned</name>
-      <value>Betreuer zugeordnet</value>
-    </stringEntry>
-    <stringEntry>
-      <name>District definition</name>
-      <value>Gebietsdefinition</value>
-    </stringEntry>
-    <stringEntry>
-      <name>District Filter</name>
-      <value>Gebietsfilter</value>
-    </stringEntry>
-    <stringEntry>
-      <name>District No.:</name>
-      <value>Gebiets-Nr.:</value>
-    </stringEntry>
-    <stringEntry>
-      <name>District Responsible</name>
-      <value>Gebietsverantwortlicher</value>
-    </stringEntry>
-    <stringEntry>
-      <name>District Responsibles</name>
-      <value>Gebietsverantwortliche</value>
-    </stringEntry>
-    <stringEntry>
-      <name>District Number</name>
-      <value>Gebietsnummer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>District: Name</name>
-      <value>Gebiet: Name</value>
-    </stringEntry>
-    <stringEntry>
-      <name>District: Number</name>
-      <value>Gebiet: Nummer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Districts</name>
-      <value>Gebiete</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Djibouti</name>
-      <value>Dschibuti</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Do you really want to anonymize all marked persons?</name>
-      <value>Möchtest wirklich alle zur Löschung markierten Personen anonymisieren?</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Do you really want to delete \"%0\"? If tickets still use this inbox, this might cause problems.</name>
-      <value>Postkorb \"%0\" wirklich löschen? Wenn noch Tickets mit diesem Postkorb existieren, kann das zu Problemen führen.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Do you really want to delete all usages of \"%0\"?</name>
-      <value>Wirklich jede Verwendungen von \"%0\" löschen?</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Do you really want to delete this recurring appointment?</name>
-      <value>Wollen Sie wirklich die Serie löschen?</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Do you really want to resynchronize the user completely?\nThe synchronisation in ADITO will be deleted.\nThe outlook contacts must be cleared manually.</name>
-      <value>Wollen Sie den Benutzer wirklich komplett neu synchronisieren?\nDie Synchronisation wird aus ADITO gelöscht.\nDie Outlook-Kontakte müssen manuell gelöscht werden.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Do you want to delete the flags of the already maked Persons?</name>
-      <value>Möchtest du die bereits gesetzten Markierungen löschen?</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Document</name>
-      <value>Dokument</value>
-    </stringEntry>
-    <stringEntry>
-      <name>DOCUMENT</name>
-      <value>DOCUMENT</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Document actions</name>
-      <value>Dokumentaktionen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Document Template</name>
-      <value>Dokumentvorlage</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Document template</name>
-      <value>Dokumentvorlage</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Document templates</name>
-      <value>Dokumentvorlagen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Document Templates</name>
-      <value>Dokumentvorlagen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>DocumentPlaceOfUseId</name>
-      <value>DokumentVerwendungsortsId</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Documents</name>
-      <value>Dokumente</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Documents handed over</name>
-      <value>Dokumente übergeben</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Documenttemplate Place Of Use</name>
-      <value>Verwendungsort</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Documenttemplate Places Of Usage</name>
-      <value>Verwendungsorte</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Documenttemplate_Id</name>
-      <value>Dokumentvorlagen_Id</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Dokument template usage</name>
-      <value>Verwendung von Dokumentenvorlagen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Dominica</name>
-      <value>Dominica</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Dominican Republic</name>
-      <value>Dominikanische Republik</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Don't use for test run</name>
-      <value>Bei Testversand nicht verwenden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>done</name>
-      <value>Erledigt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Done by</name>
-      <value>Erledigt von</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Done on</name>
-      <value>Erledigt am</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Download</name>
-      <value>Herunterladen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Download e-mail</name>
-      <value>E-Mail herunterladen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Download e-mail as .eml-file</name>
-      <value>E-Mail als .eml-Datei herunterladen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Download letter</name>
-      <value>Brief herunterladen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Download letter and create Activity</name>
-      <value>Brief herunterladen und Aktivität erstellen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Download Mail</name>
-      <value>E-Mail herunterladen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Download ready</name>
-      <value>Download bereit</value>
-    </stringEntry>
-    <stringEntry>
-      <name>download ready</name>
-      <value>Downlaod bereit</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Download selected workflow</name>
-      <value>Ausgewählten Workflow herunterladen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Download template</name>
-      <value>Vorlage herunterladen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>draft</name>
-      <value>Entwurf</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Drop area for creating activities from mails</name>
-      <value>Drag and Drop-Bereich um Aktivitäten aus E-Mails zu erstellen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>DSGVO</name>
-      <value>DSGVO</value>
-    </stringEntry>
-    <stringEntry>
-      <name>DSGVO - mark + delete prozess</name>
-      <value>DSGVO - Markierung + Löschprozess</value>
-    </stringEntry>
-    <stringEntry>
-      <name>DSGVO - relevant attributes</name>
-      <value>DSGVO - Relevante Eigenschaften</value>
-    </stringEntry>
-    <stringEntry>
-      <name>DSGVO Configuration</name>
-      <value>DSGVO Konfiguration</value>
-    </stringEntry>
-    <stringEntry>
-      <name>DSGVO Disclosure</name>
-      <value>DSGVO Auskunft</value>
-    </stringEntry>
-    <stringEntry>
-      <name>DSGVO Information</name>
-      <value>DSGVO Informationen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Due</name>
-      <value>Fällig</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Due date</name>
-      <value>Fälligkeitsdatum</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Due Date</name>
-      <value>Fälligkeitsdatum</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Due on</name>
-      <value>Fällig am</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Dumping price competition</name>
-      <value>Dumpingpreis Wettbewerb</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Dunning date</name>
-      <value>Mahndatum</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Dunning level</name>
-      <value>Mahnstufe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Dunning text</name>
-      <value>Mahnungstext</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Duplicate</name>
-      <value>Dublette</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Duplicate configuration</name>
-      <value>Dublettenkonfiguration</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Duplicate Configuration</name>
-      <value>Dublettenkonfiguration</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Duplicate status</name>
-      <value>Dublettenstatus</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Duplicaterow rebuild</name>
-      <value>Dubletten neu berechnet</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Duplicates</name>
-      <value>Dubletten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Duplicates have been found</name>
-      <value>Dubletten gefunden!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Duration</name>
-      <value>Dauer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Duration (in days)</name>
-      <value>Dauer (in Tagen)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>During processing the e-mail an error has occurred.\nPlease contact an administrator.</name>
-      <value>Bei der Verarbeitung der E-Mail ist ein Fehler aufgetreten.\nBitte kontaktieren Sie einen Administrator.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>E-Mail</name>
-      <value>E-Mail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>E-Mail Adresse</name>
-      <value>E-Mail Adresse</value>
-    </stringEntry>
-    <stringEntry>
-      <name>E-mail processing error</name>
-      <value>E-Mail-Verarbeitungsfehler</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Economy</name>
-      <value>Wirtschaft</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ecuador</name>
-      <value>Ecuador</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Edit</name>
-      <value>Editieren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Edit defaults</name>
-      <value>Standards anpassen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Edit Team</name>
-      <value>Team bearbeiten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Edit workflow</name>
-      <value>Workflow editieren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>edited</name>
-      <value>bearbeitet</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Edited by</name>
-      <value>Bearbeitet durch</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Edited on</name>
-      <value>Bearbeitet am</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Editor</name>
-      <value>Bearbeiter</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Editorial</name>
-      <value>Editorial</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Egypt</name>
-      <value>Ägypten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create single tasks</name>
-      <value>Einzelaufgaben erstellen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Either or both a contact and a company must be specified</name>
-      <value>Es muss entweder ein Kontakt, eine Firma oder beides angegeben werden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>El Salvador</name>
-      <value>El Salvador</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Email</name>
-      <value>E-Mail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Emails</name>
-      <value>E-Mails</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Email address</name>
-      <value>E-Mail-Adresse</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Email address has to be unique</name>
-      <value>E-Mail-Addresse muss einzigartig sein</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Email body</name>
-      <value>Email body</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Email body (Regular expression)</name>
-      <value>Email body (Regular expression)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Email content</name>
-      <value>E-Mail Inhalt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Email Filter</name>
-      <value>Email Filter</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Email must be unique!</name>
-      <value>Die E-Mail-Adresse muss eindeutig sein!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Email of contact</name>
-      <value>Hinterlegte E-Mail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Email subject</name>
-      <value>E-Mail Betreff</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Email Template</name>
-      <value>E-Mail Vorlage</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Employee</name>
-      <value>Mitarbeiter</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Employee account</name>
-      <value>Mitarbeiterkonto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Employee already selected</name>
-      <value>Mitarbeiter bereits selektiert</value>
-    </stringEntry>
-    <stringEntry>
-      <name>employee checks</name>
-      <value>Mitarbeiter prüft</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Employee count</name>
-      <value>Mitarbeiterzahl</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Employee Group</name>
-      <value>Mitarbeitergruppe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Employee group already selected</name>
-      <value>Mitarbeitergruppe wurde bereits selektiert.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Employee group filter group</name>
-      <value>Mitarbeitergruppe-Filtergruppe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Employee group rule</name>
-      <value>Mitarbeitergruppen-Regel</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Employee group rule group</name>
-      <value>Mitarbeitergruppen-Regelgruppe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Employee group rule groups</name>
-      <value>Mitarbeitergruppen-Regelgruppen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Employee group rules</name>
-      <value>Mitarbeitergruppen-Regeln</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Employee groups</name>
-      <value>Mitarbeitergruppen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Employee Groups</name>
-      <value>Mitarbeitergruppen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Employees</name>
-      <value>Personal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Empty actions are invalid!</name>
-      <value>Leere Aktionen sind ungültig</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Empty actions are not allowed!</name>
-      <value>Leere Aktionen sind unzulässig</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Enable relation type 2</name>
-      <value>Beziehungstyp 2 aktiv</value>
-    </stringEntry>
-    <stringEntry>
-      <name>End</name>
-      <value>Ende</value>
-    </stringEntry>
-    <stringEntry>
-      <name>End date</name>
-      <value>Enddatum</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Temporary end date</name>
-      <value>Temporäres Enddatum</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Temporary date start</name>
-      <value>Temporäres Startdatum</value>
-    </stringEntry>
-    <stringEntry>
-      <name>End event</name>
-      <value>End-Ereignis</value>
-    </stringEntry>
-    <stringEntry>
-      <name>End time</name>
-      <value>Endzeitpunkt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ended (abandoned)</name>
-      <value>abgeschlossen (aufgegeben)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ended (done)</name>
-      <value>abgeschlossen (erledigt)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>English</name>
-      <value>Englisch</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Enter current password to verify</name>
-      <value>Aktuelles Passwort zur Verifizierung eingeben</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Enter new Ticket</name>
-      <value>Neues Ticket erstellen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Enter new Ticket &amp; Contact</name>
-      <value>Neues Ticket mit Kontakt erstellen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Entities</name>
-      <value>Entitäten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Entity</name>
-      <value>Entität</value>
-    </stringEntry>
-    <stringEntry>
-      <name>entity</name>
-      <value>Entität</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Entity id field name</name>
-      <value>EntitätsIdfeldname</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Entries</name>
-      <value>Einträge</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Entriescount</name>
-      <value>Anzahl Einträge</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Entry</name>
-      <value>Eingang</value>
-    </stringEntry>
-    <stringEntry>
-      <name>entry</name>
-      <value>Eingang</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Entrydate</name>
-      <value>Eingangsdatum</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Equatorial Guinea</name>
-      <value>Äquatorialguinea</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Eritrea</name>
-      <value>Eritrea</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Error</name>
-      <value>Fehler</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Error when reading the file!</name>
-      <value>Fehler beim Einlesen der Datei!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Error: The Importfile could not be found anymore.</name>
-      <value>Fehler: Die Importdatei konnte nicht mehr gefunden werden.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Errorlogs</name>
-      <value>Fehlerprotokolle</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Estonia</name>
-      <value>Estland</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ethiopia</name>
-      <value>Äthiopien</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Euro</name>
-      <value>Euro</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Evaluation</name>
-      <value>Auswertung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Evaluation type</name>
-      <value>Auswertungstyp</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Event</name>
-      <value>Veranstaltung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>EVENT</name>
-      <value>EVENT</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Event Begin</name>
-      <value>Veranstaltungs Beginn</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Event Data</name>
-      <value>Veranstaltungs Daten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Event End</name>
-      <value>Veranstaltungs Ende</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Event gateway</name>
-      <value>Ereignis-basiertes Gateway</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Event Planer</name>
-      <value>Veranstalungsplaner</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Event Type</name>
-      <value>Veranstaltungs Art</value>
-    </stringEntry>
-    <stringEntry>
-      <name>EWS - Manage Synctable</name>
-    </stringEntry>
-    <stringEntry>
-      <name>EWS - Sync to Exchange</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ex works</name>
-      <value>ab Werk</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Exchange Rate </name>
-      <value>Wechselkurs</value>
-    </stringEntry>
-    <stringEntry>
-      <name>excl. opt. items</name>
-      <value>exkl. opt. Posten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Exclude existing workflows</name>
-      <value>Nur nicht vorhandene Workflows</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Exclusive gateway</name>
-      <value>Exklusives Gateway</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Excreted</name>
-      <value>Ausgeschieden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Excreted can't be in the future</name>
-      <value>Ausgeschieden darf nicht in der Zukunft liegen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Exec type</name>
-      <value>"Exec" Typ</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Executive board</name>
-      <value>Vorstand</value>
-    </stringEntry>
-    <stringEntry>
-      <name>executives</name>
-      <value>Geschäftsführung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Existing contact</name>
-      <value>Bestehender Kontakt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Existing customer</name>
-      <value>Bestandskunde</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Existing default signature</name>
-      <value>Existierende Standard Signatur</value>
-    </stringEntry>
-    <stringEntry>
-      <name>expired</name>
-      <value>Abgelaufen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Expand</name>
-      <value>Aufklappen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Export</name>
-      <value>Export</value>
-    </stringEntry>
-    <stringEntry>
-      <name>export</name>
-      <value>exportieren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Export columns using a exporttemplate</name>
-      <value>Exportiere Spalten mithilfe einer Exportvorlage</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Export CSV</name>
-      <value>CSV exportieren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Export CSV \"%0\" can now be downloaded</name>
-      <value>Export CSV \"%0\" kann heruntergeladen werden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Export fields of this table</name>
-      <value>Exortfelder von dieser Tabelle</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Export HTML</name>
-      <value>HTML exportieren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Export letter for selection</name>
-      <value>Brief für Auswahl exportieren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Export structure</name>
-      <value>Datenstruktur</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Export Template</name>
-      <value>Exportvorlage</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Export Template Field</name>
-      <value>ExportvorlagenFeld</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Export Template Fields</name>
-      <value>Felder</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Export Templates</name>
-      <value>Exportvorlagen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>export using the selected template</name>
-      <value>Mit der ausgewählten Vorlage exportieren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Export workflow</name>
-      <value>Workflow exportieren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Exports the knowledge entry as a html file</name>
-      <value>Exportiert den Wissenseintrag als ein html-File</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Exporttempalte Selection</name>
-      <value>Exportvorlagenauswahl</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ExportTemplate</name>
-      <value>Exportvorlage</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Exporttemplate</name>
-      <value>Exportvorlage</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ExportTemplate Selection</name>
-      <value>Exportvorlagenauswahl</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ExportTemplateDependency</name>
-      <value>Export Vorlage Abhängigkeit</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ExportTemplateFieldID</name>
-      <value>ExportvorlagenFeldID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ExportTemplateID</name>
-      <value>ExportvorlageID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>EXPORTTEMPLATEPLACEOFUSEID</name>
-      <value>ExportvorlagenverwendungsortId</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Extend - complexity</name>
-      <value>Verlängert - Komplexität</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Extend - request count</name>
-      <value>Verlängert - Anfrageanzahl</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Extension letter date</name>
-      <value>Beantragung Fristverlängerung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>External Datasource</name>
-      <value>Externe Datenquelle</value>
-    </stringEntry>
-    <stringEntry>
-      <name>External Service</name>
-      <value>Aussendienst</value>
-    </stringEntry>
-    <stringEntry>
-      <name>External Work</name>
-      <value>Aussendienst</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Facebook</name>
-      <value>Facebook</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Facebook Feed</name>
-      <value>Facebook Feed</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Failed</name>
-      <value>Fehlgeschlagen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Failure (customer)</name>
-      <value>Fehlschlag (Kunde)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Failure (employee)</name>
-      <value>Fehlschlag (Mitarbeiter)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Fair</name>
-      <value>Messe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Fair lead created</name>
-      <value>Messelead erfasst</value>
-    </stringEntry>
-    <stringEntry>
-      <name>False</name>
-      <value>Nein</value>
-    </stringEntry>
-    <stringEntry>
-      <name>false</name>
-      <value>falsch</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Faroe Islands</name>
-      <value>Färöer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Faulty delivery</name>
-      <value>fehlerhafte Lieferung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Favorite</name>
-      <value>Favorit</value>
-    </stringEntry>
-    <stringEntry>
-      <name>favorite</name>
-      <value>favorisieren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>FavoriteFilter_view</name>
-      <value>FavoriteFilter_view</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Favoritegroup</name>
-      <value>Favoritengruppe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>FavoriteGroup</name>
-      <value>Favoritengruppe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Favorites</name>
-      <value>Favoriten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>favorites</name>
-      <value>Favoriten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Fax</name>
-      <value>Fax</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Feature</name>
-      <value>Feature</value>
-    </stringEntry>
-    <stringEntry>
-      <name>February</name>
-      <value>Februar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Feed</name>
-      <value>Feed</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Feedback</name>
-      <value>Rückmeldung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Female</name>
-      <value>Weiblich</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Field</name>
-      <value>Feld</value>
-    </stringEntry>
-    <stringEntry>
-      <name>field</name>
-      <value>Feld</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Field and Position</name>
-      <value>Feld und Position</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Field delimiter</name>
-      <value>Feldbegrenzer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Field separator</name>
-      <value>Feldtrenner</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Field Service</name>
-      <value>Außendienst</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Field staff</name>
-      <value>Aussendienst</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Field Type</name>
-      <value>Feldtyp</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Fieldname</name>
-      <value>Feldname</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Fields</name>
-      <value>Felder</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Fields of Dependency</name>
-      <value>Abhängigkeitsfelder</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Fiji</name>
-      <value>Fidschi</value>
-    </stringEntry>
-    <stringEntry>
-      <name>File</name>
-      <value>Datei</value>
-    </stringEntry>
-    <stringEntry>
-      <name>file '%0' cannot be read</name>
-      <value>Datei '%0' kann nicht gelesen werden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>file '%0' does not exist or you have got no permission on this file</name>
-      <value>Datei'%0' existiert nicht oder es besteht keine Berechtigung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>File can't be edited here. You can download, edit and reupload the template to change the content.</name>
-      <value>Das Bearbeiten der Datei ist hier nicht möglich. Um den Inhalt zu ändern, können Sie die Vorlage herunterladen, bearbeiten und erneut hochladen.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>File from this template could not be found anymore. </name>
-      <value>Dokument der Vorlage konnte nicht mehr gefunden werden.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Filename</name>
-      <value>Dateiname</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Files</name>
-      <value>Dateien</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Filesize</name>
-      <value>Dateigrösse</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Filetype</name>
-      <value>Dateityp</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Filter</name>
-      <value>Filter</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Filter can't be empty</name>
-      <value>Filter darf nicht leer sein</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Filter Name</name>
-      <value>Filter Name</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Filter set</name>
-      <value>Filter gesetzt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Financial service</name>
-      <value>Finanzdienstleistung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Finished</name>
-      <value>Fertig</value>
-    </stringEntry>
-    <stringEntry>
-      <name>finished</name>
-      <value>fertig</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Finished tasks</name>
-      <value>Abgeschlossene Aufgaben</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Finished Tickets last 4 weeks</name>
-      <value>Abgeschlossene Tickets der letzten 4 Wochen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Finland</name>
-      <value>Finnland</value>
-    </stringEntry>
-    <stringEntry>
-      <name>First</name>
-      <value>Erster</value>
-    </stringEntry>
-    <stringEntry>
-      <name>First Approval</name>
-      <value>1. Freigabe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>First contact</name>
-      <value>Erstkontakt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>First customer conversation</name>
-      <value>Erstes Kundengespräch</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Firstname</name>
-      <value>Vorname</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Fix cost</name>
-      <value>Fixkosten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Fix costs</name>
-      <value>Fixkosten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Fixed</name>
-      <value>Fixiert</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Flag</name>
-      <value>Markierung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>flexible</name>
-      <value>flexibel</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Follow up (WV)</name>
-      <value>Nachfassen (WV)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Follow-Up</name>
-      <value>Wiedervorlage</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Followed up</name>
-      <value>Nachgefasst</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Footer</name>
-      <value>Fußtext</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Footer text</name>
-      <value>Fußtext</value>
-    </stringEntry>
-    <stringEntry>
-      <name>For this report</name>
-      <value>Für diesen Bericht</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Forecast</name>
-      <value>Prognose</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Forecast weighted</name>
-      <value>Prognose gewichtet</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Forecasts</name>
-      <value>Prognosen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Foreign country</name>
-      <value>Ausland</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Forward</name>
-      <value>Weiterleiten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Forward ticket</name>
-      <value>Ticket weiterleiten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Forward Ticket</name>
-      <value>Ticket weiterleiten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Found a duplicate member</name>
-      <value>Mitglied ist doppelt vorhanden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Frame contract (WV)</name>
-      <value>Rahmenvertrag (WV)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Framework contract</name>
-      <value>Rahmenvertrag</value>
-    </stringEntry>
-    <stringEntry>
-      <name>France</name>
-      <value>Frankreich</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Free</name>
-      <value>Frei</value>
-    </stringEntry>
-    <stringEntry>
-      <name>free</name>
-      <value>kostenlos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Free or Busy Permission</name>
-      <value>Nur Verfügbarkeit</value>
-    </stringEntry>
-    <stringEntry>
-      <name>French</name>
-      <value>Französisch</value>
-    </stringEntry>
-    <stringEntry>
-      <name>French Guiana</name>
-      <value>Französisch-Guayana</value>
-    </stringEntry>
-    <stringEntry>
-      <name>French Polynesia</name>
-      <value>Französisch Polynesien</value>
-    </stringEntry>
-    <stringEntry>
-      <name>French Southern Territories</name>
-      <value>Südfranzösische Territorien</value>
-    </stringEntry>
-    <stringEntry>
-      <name>From</name>
-      <value>Von</value>
-    </stringEntry>
-    <stringEntry>
-      <name>From no. of units</name>
-      <value>ab Stückzahl</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Full calculation</name>
-      <value>Vollberechnung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Full details</name>
-      <value>Alle Details</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Full Permissions</name>
-      <value>Komplette  Berechtigungen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Full permissions already assigned</name>
-      <value>Komplette  Berechtigungen bereits vergeben</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Full Read Permission</name>
-      <value>Volle Leseberechtigung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Fulladdress</name>
-      <value>Vollständige Addresse</value>
-    </stringEntry>
-    <stringEntry>
-      <name>FullAddress</name>
-      <value>Vollständige Addresse</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Fullfilled</name>
-      <value>Erledigt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Function</name>
-      <value>Funktion</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Further customer meetings</name>
-      <value>Weitere Kundengespräche</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Further information</name>
-      <value>Weitere Informationen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Gabon</name>
-      <value>Gabun</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Gambia</name>
-      <value>Gambia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The topic is already set as a favorite</name>
-      <value>Das Thema wurde bereits als Favorit definiert</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Topic favorite</name>
-      <value>Themen Favorit</value>
-    </stringEntry>
-    <stringEntry>
-      <name>There already exists a dataset for the selected Context.</name>
-      <value>Es existiert bereits ein Datensatz für den ausgewählten Context.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Topic favorites</name>
-      <value>Themen Favoriten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Topictreefavoriteid</name>
-      <value>ThemenbaumfavoritenId</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add favorite</name>
-      <value>Zu Favoriten hinzufügen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add preset</name>
-      <value>zu Presets hinzufügen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Only favorite topics</name>
-      <value>Nur favorisierte Themen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The max favorite count has been reached. No more topics can be added.</name>
-      <value>Die maximale Anzahl der Themen Favoriten wurde erreicht. Es können keine weiteren Themen hinzugefügt werden.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Remaining count</name>
-      <value>Verbleibend</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Include child topics</name>
-      <value>Unterthemen einschließen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Gender</name>
-      <value>Geschlecht</value>
-    </stringEntry>
-    <stringEntry>
-      <name>general</name>
-      <value>allgemein</value>
-    </stringEntry>
-    <stringEntry>
-      <name>General</name>
-      <value>Allgemein</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Generate letter</name>
-      <value>Brief erzeugen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Georgia</name>
-      <value>Georgia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>German</name>
-      <value>Deutsch</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Germany</name>
-      <value>Deutschland</value>
-    </stringEntry>
-    <stringEntry>
-      <name>getAllTickets</name>
-    </stringEntry>
-    <stringEntry>
-      <name>getKeyword</name>
-    </stringEntry>
-    <stringEntry>
-      <name>getTicketDetails</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ghana</name>
-      <value>Ghana</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Gibraltar</name>
-      <value>Gibraltar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Global Cases </name>
-      <value>Globale Fälle</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Global Cases Table</name>
-      <value>Globale Fälle als Tabelle</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Golf</name>
-      <value>Golf</value>
-    </stringEntry>
-    <stringEntry>
-      <name>good</name>
-      <value>gut</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Goodwill</name>
-      <value>Kulanz</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Grading</name>
-      <value>Bewertung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Gradings in Percent</name>
-      <value>Bewertungen in Prozent</value>
-    </stringEntry>
-    <stringEntry>
-      <name>grandchild of</name>
-      <value>Enkel von</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Grandchild of</name>
-      <value>Enkel von</value>
-    </stringEntry>
-    <stringEntry>
-      <name>grandparents of</name>
-      <value>Großeltern von</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Grant new Department Permission</name>
-      <value>Neue Abteilungsberechtigung vergeben</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Grant new User Permission</name>
-      <value>Neue Benutzerberechtigung vergeben</value>
-    </stringEntry>
-    <stringEntry>
-      <name>granted permission</name>
-      <value>Vergebene Berechtigungen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Greece</name>
-      <value>Griechenland</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Greenland</name>
-      <value>Grönland</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Grenada</name>
-      <value>Grenada</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Group</name>
-      <value>Gruppe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Group name</name>
-      <value>Gruppenname</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Groupname</name>
-      <value>Gruppenname</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Groups</name>
-      <value>Gruppen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Guadeloupe</name>
-      <value>Guadeloupe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Guam</name>
-      <value>Guam</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Guarantees</name>
-      <value>Garantien</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Guatemala</name>
-      <value>Guatemala</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Guernsey</name>
-      <value>Guernsey</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Guest</name>
-      <value>Gast</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Guinea</name>
-      <value>Guinea</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Guinea-Bissau</name>
-      <value>Guinea-Bissau</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Guyana</name>
-      <value>Guyana</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Haiti</name>
-      <value>Haiti</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Handbook</name>
-      <value>Handbuch</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Handcraft</name>
-      <value>Handwerk</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Hard Bounce</name>
-    </stringEntry>
-    <stringEntry>
-      <name>has</name>
-      <value>hat</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Header</name>
-      <value>Kopftext</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Header text</name>
-      <value>Kopftext</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Headline</name>
-      <value>Kopfanrede</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Heard Island and McDonald Islands</name>
-      <value>Heard und McDonaldinseln</value>
-    </stringEntry>
-    <stringEntry>
-      <name>HH:mm</name>
-      <value>HH:mm</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Hierarchy</name>
-      <value>Hierarchie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>HIGH</name>
-      <value>hoch</value>
-    </stringEntry>
-    <stringEntry>
-      <name>high</name>
-      <value>hoch</value>
-    </stringEntry>
-    <stringEntry>
-      <name>High price strategy</name>
-      <value>Hochpreisstrategie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Hint</name>
-      <value>Hinweis</value>
-    </stringEntry>
-    <stringEntry>
-      <name>History</name>
-      <value>Verlauf</value>
-    </stringEntry>
-    <stringEntry>
-      <name>History Phases and States</name>
-      <value>Verlauf Phasen und Status</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Holiday</name>
-      <value>Feiertag</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Home address</name>
-      <value>Privatadresse</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Honduras</name>
-      <value>Honduras</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Hong Kong</name>
-      <value>Hong Kong</value>
-    </stringEntry>
-    <stringEntry>
-      <name>hour</name>
-      <value>Stunde</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Hours</name>
-      <value>Stunden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>hours</name>
-      <value>Stunden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>House number</name>
-      <value>Hausnummer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>HTML</name>
-      <value>HTML</value>
-    </stringEntry>
-    <stringEntry>
-      <name>HTML Editor</name>
-      <value>HTML Editor</value>
-    </stringEntry>
-    <stringEntry>
-      <name>HTML template - Only for .html</name>
-      <value>HTML Vorlage - Nur für .html</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Human Resources</name>
-      <value>Personal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Hungary</name>
-      <value>Ungarn</value>
-    </stringEntry>
-    <stringEntry>
-      <name>I / O</name>
-      <value>E / A</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Iceland</name>
-      <value>Island</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Icon</name>
-      <value>Symbol</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ID</name>
-      <value>Identität</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Id</name>
-      <value>Identität</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Id value</name>
-      <value>Id Wert</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ignore</name>
-      <value>Ignorieren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ignore</name>
-      <value>ignorieren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Imminent appointments for today</name>
-      <value>Bevorstehende Termine für heute</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Import</name>
-      <value>Import</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Import canceled</name>
-      <value>Import abgebrochen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Import Data</name>
-      <value>Datenbasis</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Import Date</name>
-      <value>Import Datum</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Import date</name>
-      <value>Import Datum</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Import Daten</name>
-      <value>Daten importieren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Import Documents</name>
-      <value>Import Dokumente</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Import errors</name>
-      <value>Import Fehler</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Import Fields</name>
-      <value>Felder</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Import from MS Teams</name>
-      <value>Von MS Teams importieren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Import logs</name>
-      <value>Import Logs</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Import Logs</name>
-      <value>logs importieren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Import Mails</name>
-      <value>E-Mails importieren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Import name</name>
-      <value>Vorlagenname</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Import source</name>
-      <value>Import Herkunft</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Import user</name>
-      <value>Import Benutzer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Importer created</name>
-      <value>Importer erstellt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>IN</name>
-      <value>EIN</value>
-    </stringEntry>
-    <stringEntry>
-      <name>in</name>
-      <value>in</value>
-    </stringEntry>
-    <stringEntry>
-      <name>In planning</name>
-      <value>In Planung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>in progress</name>
-      <value>in Bearbeitung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>In review</name>
-      <value>zur Prüfung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Inactive</name>
-      <value>Inaktiv</value>
-    </stringEntry>
-    <stringEntry>
-      <name>inactive</name>
-      <value>inaktiv</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Inbox</name>
-      <value>Postkorb</value>
-    </stringEntry>
-    <stringEntry>
-      <name>inbox</name>
-      <value>Postkorb</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Inbox \"%0\" has been deleted.</name>
-      <value>Postkorb \"%0\" wurde gelöscht.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Inbox filter</name>
-      <value>Postkorb-Filter</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Inbox filter group</name>
-      <value>Postkorb-Filtergruppe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Inbox filter groups</name>
-      <value>Postkorb-Filtergruppen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Inbox filters</name>
-      <value>Postkorb-Filter</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Inbox Name</name>
-      <value>Postkorbname</value>
-    </stringEntry>
-    <stringEntry>
-      <name>inboxEmail</name>
-      <value>Postkorb-Email</value>
-    </stringEntry>
-    <stringEntry>
-      <name>inboxes</name>
-      <value>Postkörbe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Inboxes</name>
-      <value>Postkörbe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>InboxRelation</name>
-      <value>Postkorb-Beziehung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>incl. dependent contexts</name>
-      <value>inkl. abhängiger Contexte</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Inclusive gateway</name>
-      <value>Inklusives Gateway</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Incoming</name>
-      <value>eingehend</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Incoming call from %0 (%1) to %2</name>
-      <value>Eingehender Anruf von %0 (%1) nach %2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Incomplete delivery</name>
-      <value>unvollständige Lieferung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>increase priority</name>
-      <value>Priorität erhöhen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>increase Priority</name>
-      <value>Priorität erhöhen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>India</name>
-      <value>Indien</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Indicator</name>
-      <value>Kenngröße</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Indicator Type</name>
-      <value>Kenngrößentyp</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Individual Answer</name>
-      <value>Individuelle Antwort</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Individual Reply Template</name>
-      <value>Individuelle Antwortvorlage</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Indonesia</name>
-      <value>Indonesien</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Industry</name>
-      <value>Branche</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Industry changed to %0</name>
-      <value>Branche geändert zu %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Industry of Organisation</name>
-      <value>Branche der Firma</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Indv. Answer</name>
-      <value>Indv. Antwort</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Influencer</name>
-      <value>Influencer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Info</name>
-      <value>Info</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Info (Company)</name>
-      <value>Info (Firma)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Information</name>
-      <value>Information</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Information Report</name>
-      <value>Informationsbericht</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Informations</name>
-      <value>Informationen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Initiator</name>
-      <value>Initiator</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Inland</name>
-      <value>Inland</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Inmob name</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Input</name>
-      <value>Eingabe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Input value</name>
-      <value>Eingabewert</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Invalid input format</name>
-      <value>Ungültiges Eingabeformat</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Insert</name>
-      <value>Neuanlage</value>
-    </stringEntry>
-    <stringEntry>
-      <name>incoming Operations</name>
-      <value>kommende Einsätze</value>
-    </stringEntry>
-    <stringEntry>
-      <name>unplanned Tasks</name>
-      <value>ungeplante Aufgaben</value>
-    </stringEntry>
-    <stringEntry>
-      <name>this Operation</name>
-      <value>dieser Einsatz</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Resource planning</name>
-      <value>Ressourcenplanung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Resource plannings</name>
-      <value>Ressourcenplanungen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The following organisations don't have a address set: %0</name>
-      <value>Die folgenden Firmen haben keine Adresse gesetzt: %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attention, start and end address not maintained</name>
-      <value>Achtung, Start- und Endadresse nicht gepflegt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>blocker</name>
-      <value>Blocker</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Content of original ticket %0</name>
-      <value>Inhalt originales Ticket %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>usage</name>
-      <value>Verwendung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>usages</name>
-      <value>Verwendungen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Usages</name>
-      <value>Verwendungen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Own time recording running</name>
-      <value>Eigene Zeiterfassung läuft</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Start timetracking</name>
-      <value>Zeiterfassung starten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cancel timetracking</name>
-      <value>Zeiterfassung abbrechen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Stop timetracking</name>
-      <value>Zeiterfassung stoppen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Issue credit</name>
-      <value>Gutschrift erstellen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Credit issued</name>
-      <value>Gutschrift erstellt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Credit for Invoice %0</name>
-      <value>Gutschrift für Rechnung %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Original E-Mail</name>
-      <value>Original E-Mail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The selected range is outside the visit recommendation range: %0-%1</name>
-      <value>Der Ausgewählte Zeitraum befindet sich ausserhalb des Vorschlagzeitraums: %0-%1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Color</name>
-      <value>Farbe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Private stay</name>
-      <value>Private Ãœbernachtung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>You can only link one resource operation to a appointment.</name>
-      <value>Es kann immer nur ein Einsatz zu einem Termin verknüpft sein.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Operation visit</name>
-      <value>Einsatz vor Ort</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create appointment</name>
-      <value>Termin erstellen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Clears the preset from the Context</name>
-      <value>Löst die Verknüpfung aus dem Context</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Clear operation link</name>
-      <value>Einsatzverknüpfung zurücksetzen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Clear contact link</name>
-      <value>Kontaktverknüpfung zurücksetzen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Clear organisation link</name>
-      <value>Firmenverknüpfung zurücksetzen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The businesshours to must be after the businesshours from</name>
-      <value>Das "von" der Geschäftszeiten muss vor dem "bis" liegen.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Clear link</name>
-      <value>Verknüpfung löschen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>simple task</name>
-      <value>einfache Aufgabe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>preplanned</name>
-      <value>vorgeplant</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Operations/Tasks</name>
-      <value>Einsätze/Aufgaben</value>
-    </stringEntry>
-    <stringEntry>
-      <name>booked Time</name>
-      <value>Gebuchte Zeit</value>
-    </stringEntry>
-    <stringEntry>
-      <name>booked time</name>
-      <value>Gebuchte Zeit</value>
-    </stringEntry>
-    <stringEntry>
-      <name>insert tasks</name>
-      <value>Aufgaben einfügen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Operation tasks of this operation</name>
-      <value>Einsatzaufgaben dieses Einsatzes</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Operation tasks of prospective operations</name>
-      <value>Einsatzaufgaben zukünftiger Einsätze</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Not assigned operation tasks</name>
-      <value>Nicht zugeordnete Einsatzaufgaben</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Assigned operation tasks</name>
-      <value>Einsatzsaufgaben dieses Einsatzes</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create operation task</name>
-      <value>Einsatzaufgabe erstellen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>insert operation</name>
-      <value>Neuen Einsatz erstellen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>insert group task</name>
-      <value>Neue Übergeordnete Aufgabe einfügen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Operation Task</name>
-      <value>Einsatzaufgabe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Operation Tasks</name>
-      <value>Einsatzaufgaben</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Operation</name>
-      <value>Einsatz</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Should all subtasks be deleted?</name>
-      <value>Sollen alle Unteraufgaben gelöscht werden?</value>
-    </stringEntry>
-    <stringEntry>
-      <name>This task has subordinate tasks. Should these also be deleted?</name>
-      <value>Diese Aufgabe hat untergeordnete Aufgaben. Sollen diese ebenfalls gelöscht werden?</value>
-    </stringEntry>
-    <stringEntry>
-      <name>This Operation has linked tasks. Should these also be deleted?</name>
-      <value>Dieser Einstaz hat zugeordnete Aufgaben. Sollen diese ebenfalls gelöscht werden?</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Should all linked tasks be deleted?</name>
-      <value>Sollen alle verknüpften Aufgaben gelöscht werden?</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Do you want to delete the linked tasks?</name>
-      <value>Wollen Sie die verknüpften Aufgaben mit löschen?</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Operationreport</name>
-      <value>Einsatzbericht</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Plan operation</name>
-      <value>Einsatz planen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Replan operation</name>
-      <value>Einsatz umplanen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>choose Operation</name>
-      <value>Einsatz auswählen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>superordinate task</name>
-      <value>Ãœbergeordnete Aufgabe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>it knowledge</name>
-      <value>IT-Kenntnisse</value>
-    </stringEntry>
-    <stringEntry>
-      <name>product knowledge</name>
-      <value>Produktkenntnisse</value>
-    </stringEntry>
-    <stringEntry>
-      <name>drivers license</name>
-      <value>Führerschein</value>
-    </stringEntry>
-    <stringEntry>
-      <name>negotiation ability</name>
-      <value>Verhandlungsfähigkeit</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Customer Service experience</name>
-      <value>Erfahrung Kundendienst</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Beginner</name>
-      <value>Einsteiger</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Advanced</name>
-      <value>Fortgeschritten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Competent</name>
-      <value>Kompetent</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Proficent</name>
-      <value>Erfahren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Expert</name>
-      <value>Experte</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Operations</name>
-      <value>Einsätze</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Resource</name>
-      <value>Ressource</value>
-    </stringEntry>
-    <stringEntry>
-      <name>amount of tasks</name>
-      <value>Aufgabenanzahl</value>
-    </stringEntry>
-    <stringEntry>
-      <name>not estimated</name>
-      <value>nicht geschätzt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Comment</name>
-      <value>Kommentar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Resources</name>
-      <value>Ressourcen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Operation Task Template</name>
-      <value>Einsatzaufgabenvorlage</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Operation Task Templates</name>
-      <value>Einsatzaufgabenvorlagen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>assign to this operation</name>
-      <value>Diesem Einsatz zuordnen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>unassign from this operation</name>
-      <value>Aus diesem Einsatz entfernen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>insert using template</name>
-      <value>Aus Vorlage einfügen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>assign to operation</name>
-      <value>Einsatz zuordnen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>service operation</name>
-      <value>Serviceeinsatz</value>
-    </stringEntry>
-    <stringEntry>
-      <name>area registration</name>
-      <value>Flächenerfassung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>assortment registration</name>
-      <value>Bestandserfassung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>to plan</name>
-      <value>zu planen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>carried out</name>
-      <value>ausgeführt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>open</name>
-      <value>offen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Previous Task</name>
-      <value>vorhergehende Aufgabe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>open Tasks</name>
-      <value>offene Aufgaben</value>
-    </stringEntry>
-    <stringEntry>
-      <name>planned Tasks</name>
-      <value>geplannte Aufgaben</value>
-    </stringEntry>
-    <stringEntry>
-      <name>prospective Tasks</name>
-      <value>ausstehende Aufgaben</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Operationbegin</name>
-      <value>Einsatzbeginn</value>
-    </stringEntry>
-    <stringEntry>
-      <name>INSERT</name>
-      <value>EINFÃœGEN</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Insert subnode</name>
-      <value>Unterposten einfügen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>inserted</name>
-      <value>eingefügt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Inserted rows</name>
-      <value>Eingefügte Datensätze</value>
-    </stringEntry>
-    <stringEntry>
-      <name>insertTicket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Int value</name>
-      <value>Zahlenwert</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Integer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Interest</name>
-      <value>Interesse</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Interest (subscribed)</name>
-      <value>Interesse (abonniert)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Interest already assigned to contact</name>
-      <value>Interesse bereits mit Kontakt verknüpft</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Interested</name>
-      <value>Interessent</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Interested person</name>
-      <value>Interessent</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Interests</name>
-      <value>Interessen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Interfaces</name>
-      <value>Schnittstellen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Intermediate catching event</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Intermediate throwing event</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Internal</name>
-      <value>Intern</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Internal forwarding via mailing</name>
-      <value>Interne Weiterleitung via Mail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>internal reply</name>
-      <value>Antwort intern</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Internal responsible</name>
-      <value>Intern: Gebietsverantwortlich</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Internal Sales</name>
-      <value>Intern: Vertrieb</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Internal sales manager</name>
-      <value>Interner Vertrieb</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Internet (Organisation)</name>
-      <value>Internet (Firma)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Internet (Person)</name>
-      <value>Internet (Person)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Invalid file type; only .html, .eml and .txt are allowed</name>
-      <value>Ungültiger Dateityp; nur .html, .eml und .txt sind erlaubt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Invalid value</name>
-      <value>Ungültiger Wert</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Invitation</name>
-      <value>Einladung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Invoice</name>
-      <value>Rechnung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Invoice Discount</name>
-      <value>Rechnungsrabatt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>IP Address</name>
-      <value>IP-Adresse</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Iraq</name>
-      <value>Irak</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ireland</name>
-      <value>Irland</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Is active</name>
-      <value>Ist aktiv</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Is an active employee</name>
-      <value>Ist ein aktiver Mitarbeiter</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Is an active Employee</name>
-      <value>Ist ein aktiver Mitarbeiter</value>
-    </stringEntry>
-    <stringEntry>
-      <name>is assignable</name>
-      <value>ist zuweisbar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Is being sent</name>
-      <value>Wird versendet</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Is contact without a contract</name>
-      <value>Ist ein Kontakt ohne Vertrag</value>
-    </stringEntry>
-    <stringEntry>
-      <name>is DSGVO Relevant</name>
-      <value>Ist DSGVO Relevant</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Is unlinked activity</name>
-      <value>Ist eine unverknüpfte Aktivität</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Isle of Man</name>
-      <value>Isle of Man</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ISO 3166-1 alpha-2</name>
-      <value>ISO 3166-1 alpha-2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ISO 3166-1 alpha-3</name>
-      <value>ISO 3166-1 alpha-3</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ISO2</name>
-      <value>ISO2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ISO3</name>
-      <value>ISO3</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Israel</name>
-      <value>Israel</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Issue</name>
-      <value>Fehler</value>
-    </stringEntry>
-    <stringEntry>
-      <name>IT</name>
-      <value>IT</value>
-    </stringEntry>
-    <stringEntry>
-      <name>It lists all areas that the user has to take care of.</name>
-      <value>Es werden alle Gebiete aufgelistet, die der Benutzer betreuen muss.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>IT manager</name>
-      <value>IT-Leiter</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Italy</name>
-      <value>Italien</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Item sort</name>
-      <value>Item sortieren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Jamaica</name>
-      <value>Jamaika</value>
-    </stringEntry>
-    <stringEntry>
-      <name>January</name>
-      <value>Januar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Japan</name>
-      <value>Japan</value>
-    </stringEntry>
-    <stringEntry>
-      <name>jdito</name>
-      <value>jdito</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Jersey</name>
-      <value>Jersey</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Jordan</name>
-      <value>Jordan</value>
-    </stringEntry>
-    <stringEntry>
-      <name>July</name>
-      <value>Juli</value>
-    </stringEntry>
-    <stringEntry>
-      <name>June</name>
-      <value>Juni</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Kazakhstan</name>
-      <value>Kasachstan</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Kenya</name>
-      <value>Kenia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Key</name>
-      <value>Schlüssel</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Key account</name>
-      <value>Großkunde</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Key Figures</name>
-      <value>Kennzahlen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Keyword</name>
-      <value>Schlüsselwort</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Keyword Attribute</name>
-      <value>Schlüsselwort-Eigenschaft</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Keyword attribute Id</name>
-      <value>Schlüsselwort Attribut ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Keyword attribute relation Id</name>
-      <value>Schlüsselwort-Attributsbeziehungen ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Keyword Attribute Values</name>
-      <value>Schlüsselwort-Eigenschaft-Werte</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Keyword Attributes</name>
-      <value>Schlüsselwort-Eigenschaften</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Keyword Categories</name>
-      <value>Schlüsselwort-Kategorien</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Keyword Category</name>
-      <value>Schlüsselwort-Kategorie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Keyword Entries</name>
-      <value>Schlüsselwort-Einträge</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Keyword Entry</name>
-      <value>Schlüsselwort-Eintrag</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Keyword entry Id</name>
-      <value>Schlüsselword Eingabe ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Kgs</name>
-      <value>Kg</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Kind</name>
-      <value>Typ</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Kiribati</name>
-      <value>Kiribati</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Know How</name>
-      <value>Know How</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Knowledge</name>
-      <value>Wissen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Knowledge categories</name>
-      <value>Wissenskategorien</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Knowledge category</name>
-      <value>Wissenskategorie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Knowledge entries</name>
-      <value>Wissenseinträge</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Knowledge Management</name>
-      <value>Wissensmanagement</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Knowledge Role</name>
-      <value>Wissensrolle</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Knowledge Roles</name>
-      <value>Wissensrollen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Knowledgebase</name>
-      <value>Wissensdatenbank</value>
-    </stringEntry>
-    <stringEntry>
-      <name>KnowledgeRoles</name>
-      <value>Wissensrollen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Known because</name>
-      <value>Bekannt durch</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Kuwait</name>
-      <value>Kuwait</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Kyrgyzstan</name>
-      <value>Kirgisistan</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Labels</name>
-      <value>Kennzeichnungen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Landingpage</name>
-      <value>Landingpage</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Language</name>
-      <value>Sprache</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Last</name>
-      <value>Letzter</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Last change</name>
-      <value>Letzte Änderung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Last Click</name>
-      <value>Letzter Klick</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Last process start: synchronize in ADITO</name>
-      <value>Letzter Prozessstart: Synchronisation in ADITO</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Last process start: synchronize to Outlook</name>
-      <value>Letzter Prozessstart: Synchronisation nach Outlook</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Last status change</name>
-      <value>Letzte Status Änderung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Last synchronized</name>
-      <value>Zuletzt synchronisiert</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Lastname</name>
-      <value>Nachname</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Latin Name</name>
-      <value>Lateinischer Name</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Latitude</name>
-      <value>Teilnehmer hinzufügen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Latvia</name>
-      <value>Lettland</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Layout costs</name>
-      <value>Gestaltungskosten </value>
-    </stringEntry>
-    <stringEntry>
-      <name>Lead</name>
-      <value>Lead </value>
-    </stringEntry>
-    <stringEntry>
-      <name>Lead Import</name>
-      <value>Leadimport</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Lead import</name>
-      <value>Leadimport</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Lead Import Reset</name>
-      <value>Leadimport zurücksetzen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Lead Imports</name>
-      <value>Leadimporte</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Lead preview</name>
-      <value>Lead Vorschau</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Leadimport</name>
-      <value>Leadimport</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Lebanon</name>
-      <value>Libanon</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Lesotho</name>
-      <value>Lesotho</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Letter</name>
-      <value>Brief</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Letter salutation</name>
-      <value>Briefanrede</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Lettersalutation</name>
-      <value>Briefanrede</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Liberia</name>
-      <value>Liberia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Libya</name>
-      <value>Libyen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>License</name>
-      <value>Lizenz</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Liechtenstein</name>
-      <value>Liechtenstein</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Limited details</name>
-      <value>Eingeschränkte Details</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Limited Read Permission</name>
-      <value>Eingeschränkte Leseberechtigung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Link</name>
-      <value>Verknüpfung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Link e-mail addresses to contacts</name>
-      <value>Verknüpfe E-Mail-Adressen zu Kontakten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Link Type</name>
-      <value>Linkart</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Link unlinked e-mail</name>
-      <value>Verknüpfe E-Mail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Linked Appointments</name>
-      <value>Verknüpfte Termine</value>
-    </stringEntry>
-    <stringEntry>
-      <name>LinkedIn</name>
-      <value>LinkedIn</value>
-    </stringEntry>
-    <stringEntry>
-      <name>LinkedIn (Organisation)</name>
-      <value>LinkedIn (Organisation)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>LinkedIn (Person)</name>
-      <value>LinkedIn (Person)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Linkmanagement</name>
-      <value>Linkmanagement</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Links</name>
-      <value>Verknüpfungen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Liquibase</name>
-      <value>Liquibase</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Liquidity</name>
-      <value>Liquidität</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Liter</name>
-      <value>Liter</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Lithuania</name>
-      <value>Litauen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Load data</name>
-      <value>Daten laden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Load older messages</name>
-      <value>Ältere Nachrichten laden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Location</name>
-      <value>Standort</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Location of the Event</name>
-      <value>Veranstaltungsort</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Lock granted</name>
-      <value>Lock gewährt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Locked</name>
-      <value>Gesperrt </value>
-    </stringEntry>
-    <stringEntry>
-      <name>Locked by</name>
-      <value>Gelocked durch</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Log</name>
-      <value>Log</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Log type</name>
-      <value>Logtyp</value>
-    </stringEntry>
-    <stringEntry>
-      <name>LogHistory</name>
-      <value>Loghistorie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Logistics</name>
-      <value>Logistik</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Logs</name>
-      <value>Logs</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Long string value</name>
-      <value>Langer String-Wert</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Longitude</name>
-      <value>Längengrad</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Lost</name>
-      <value>Verloren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>loves sociability</name>
-      <value>liebt Geselligkeit</value>
-    </stringEntry>
-    <stringEntry>
-      <name>LOW</name>
-      <value>gering</value>
-    </stringEntry>
-    <stringEntry>
-      <name>low</name>
-      <value>niedrig</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Low price strategy</name>
-      <value>Niedrigpreisstrategie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Loyalty</name>
-      <value>Loyalität</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Luxembourg</name>
-      <value>Luxemburg</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Macao</name>
-      <value>Macao</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Madagascar</name>
-      <value>Madagaskar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mail</name>
-      <value>E-Mail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mail (Organisation)</name>
-      <value>E-Mail (Organisation)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mail (Person)</name>
-      <value>E-Mail (Person)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mail activities</name>
-      <value>Gesamter  Mailverlauf</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mail Address</name>
-      <value>E-Mail Adresse</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mail address</name>
-      <value>E-Mail Adresse</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mailbridge failed: user '%0' is unknown, contact an administrator.</name>
-      <value>Mailbridge fehlgeschlagen: Benutzer '%0' ist unbekannt, kontaktieren Sie einen Administrator.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mailing</name>
-      <value>Mailing</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mailing missed</name>
-      <value>Mailing verpasst</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mailing to customer</name>
-      <value>Mail an Kunden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Maillog</name>
-      <value>Maillog</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Maillogs</name>
-      <value>Maillogs</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mails</name>
-      <value>Mails</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Main document</name>
-      <value>Hauptdokument</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Maindocuments</name>
-      <value>Hauptdokumente</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Maintenance</name>
-      <value>Wartung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Maintenance contract</name>
-      <value>Wartungsvertrag</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Make offer (WV)</name>
-      <value>Angebot erstellen (WV)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Malawi</name>
-      <value>Malawi</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Malaysia</name>
-      <value>Malaysia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Maldives</name>
-      <value>Malediven</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Male</name>
-      <value>Männlich</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mali</name>
-      <value>Mali</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Malta</name>
-      <value>Malta</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Management</name>
-      <value>Geschäftsleitung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Managing director</name>
-      <value>Geschäftsführer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Manual</name>
-      <value>Manuell</value>
-    </stringEntry>
-    <stringEntry>
-      <name>manual</name>
-      <value>manuell</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Manual resynchronization</name>
-      <value>Manuelle Neusynchronisation</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Manual resynchronization of user</name>
-      <value>Manuelle Neusynchronisation des Benutzers</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Manual task</name>
-      <value>Manuelle Aufgabe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>manually</name>
-      <value>manuell</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Manually</name>
-      <value>Manuell</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Manually set</name>
-      <value>Manuell gesetzt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Manufacturer</name>
-      <value>Hersteller</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Map data © %0 contributors | %1 | %2</name>
-      <value>Kartendaten © %0 Mitwirkende | %1 | %2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mapping</name>
-      <value>Mapping</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mappingfield</name>
-      <value>Zuordnungsfeld</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mappings</name>
-      <value>Mappings</value>
-    </stringEntry>
-    <stringEntry>
-      <name>March</name>
-      <value>März</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mark all cached record containers as invalid</name>
-      <value>Alle gecacheden record container als Invalid markieren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mark all to delete</name>
-      <value>Markiere alle zum Löschen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mark selection to delete</name>
-      <value>Markiere selektierte zum Löschen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mark to Delete</name>
-      <value>Markieren zum Löschen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Marked for deletion</name>
-      <value>Markiert zum Löschen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Market situation</name>
-      <value>Marktsituation</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Marketing</name>
-      <value>Marketing</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Marketing Dashboard</name>
-      <value>Marketingdashboard</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Marketing manager</name>
-      <value>Marketingleiter</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Marshall Islands</name>
-      <value>Marshallinseln</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Martinique</name>
-      <value>Martinique</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mature after days</name>
-      <value>Fällig nach Tagen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Maturity</name>
-      <value>Fällig</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mauritania</name>
-      <value>Mauretanien</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mauritius</name>
-      <value>Mauritius</value>
-    </stringEntry>
-    <stringEntry>
-      <name>MAX</name>
-      <value>maximal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Max participants</name>
-      <value>Maximale Teilnehmer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Max Points</name>
-      <value>Maximale Punktzahl</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Maximal</name>
-      <value>Maximal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Maximal Count</name>
-      <value>Maximale Anzahl</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Maximal count</name>
-      <value>Maximale Anzahl</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Maximal count has to be a whole number</name>
-      <value>Maximale Anzahl muss eine ganze Zahl sein</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Maximal count must be one or higher</name>
-      <value>Maximale Anzahl muss eins oder höher sein</value>
-    </stringEntry>
-    <stringEntry>
-      <name>May</name>
-      <value>Mai</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mayotte</name>
-      <value>Mayotte</value>
-    </stringEntry>
-    <stringEntry>
-      <name>MD5 Sum</name>
-      <value>MD5 Summe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mechanical engineering</name>
-      <value>Maschinenbau</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Medium</name>
-      <value>Medium</value>
-    </stringEntry>
-    <stringEntry>
-      <name>medium</name>
-      <value>mittel</value>
-    </stringEntry>
-    <stringEntry>
-      <name>member</name>
-      <value>Mitglied</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Member</name>
-      <value>Mitglied</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Members</name>
-      <value>Mitglieder</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Memo</name>
-      <value>Memo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Message</name>
-      <value>Nachricht</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Messages</name>
-      <value>Nachrichten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mexico</name>
-      <value>Mexiko</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Middlename</name>
-      <value>Zwischenname</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Migrate keyword containers</name>
-      <value>Keyword-Container immigrieren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Migrate Probabilities</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Milestones</name>
-      <value>Meilensteine</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Milestones Phase</name>
-      <value>Meilensteinphase</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Milestones Status</name>
-      <value>Meilensteinstatus</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Min. Stock</name>
-      <value>Min. Bestand</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Min. stock</name>
-      <value>Min. Anzahl</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Minimal</name>
-      <value>Minimal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Minimal Count</name>
-      <value>Minimale Anzahl</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Minimal count</name>
-      <value>Minimale Anzahl</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Minimal count must be a positive whole number</name>
-      <value>Minimale Anzahl muss eine positive, ganze Zahl sein</value>
-    </stringEntry>
-    <stringEntry>
-      <name>minute</name>
-      <value>Minute</value>
-    </stringEntry>
-    <stringEntry>
-      <name>minutes</name>
-      <value>Minuten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Missed</name>
-      <value>Verpasst</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Missed call from %0 (%1) to %2</name>
-      <value>Verpasster Anruf von %0 (%1) nach %2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Missed call from %0 to %1</name>
-      <value>Verpasster Anruf von %0 nach %1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mitterbeitergruppe Postkorb</name>
-      <value>Mitterbeitergruppe Postkorb</value>
-    </stringEntry>
-    <stringEntry>
-      <name>MM/dd/yyyy</name>
-      <value>dd.MM.yyyy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mobil</name>
-      <value>Handy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mobile</name>
-      <value>Handy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mobile number (Organisation)</name>
-      <value>Handynummer (Organisation)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mobile number (Person)</name>
-      <value>Handynummer (Person)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Modification date</name>
-      <value>Modifizierungsdaten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Modification user</name>
-      <value>Modifizierungsuser</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Modul group</name>
-      <value>Modulgruppe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Module</name>
-      <value>Modul</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Monaco</name>
-      <value>Monaco</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mongolia</name>
-      <value>Mongolei</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Montenegro</name>
-      <value>Montenegro</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Month</name>
-      <value>Monat</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Monthly</name>
-      <value>Monatlich</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Montserrat</name>
-      <value>Montserrat</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Morocco</name>
-      <value>Marokko</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mosaico</name>
-      <value>Mosaico</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mosaico template</name>
-      <value>Mosaico Vorlage</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Most important Sales key figures</name>
-      <value>Zeigt die wichtigsten Vertriebskennzahlen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Motor cycle</name>
-      <value>Motorrad</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Move</name>
-      <value>Verschieben</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Move down</name>
-      <value>Nach unten  verschieben</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Move Down</name>
-      <value>Nach unten Bewegen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Move selection down</name>
-      <value>Auswahl nach unten verschieben</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Move selection up</name>
-      <value>Auswahl nach oben verschieben</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Move Up</name>
-      <value>Nach oben Bewegen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Move up</name>
-      <value>Nach oben verschieben</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mozambique</name>
-      <value>Mosambik</value>
-    </stringEntry>
-    <stringEntry>
-      <name>MS Teams</name>
-      <value>MS Teams</value>
-    </stringEntry>
-    <stringEntry>
-      <name>MS-Teams Message</name>
-      <value>MS-Teams Nachricht</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My Activities</name>
-      <value>Meine Aktivitäten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My Bulk Mails</name>
-      <value>Meine Serienmails</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My Campaigns</name>
-      <value>Meine Kampagnen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My campaigns</name>
-      <value>Meine Kampagne</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My Contacts</name>
-      <value>Meine Kontakte</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My Dashboard</name>
-      <value>My Dashboard</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My district assignments to check</name>
-      <value>Meine zu prüfenden Gebietszuweisungen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My Forecast</name>
-      <value>Mein Forecast</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My Forecast and Turnover</name>
-      <value>Mein Forecast und Umsatz</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My Organisations</name>
-      <value>Meine Firmen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My Permissions</name>
-      <value>Meine Berechtigungen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My responsible Districts</name>
-      <value>Meine verantwortlichen Gebiete</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My synchronized datasets</name>
-      <value>Meine synchronisierten Datensätze</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My tasks</name>
-      <value>Meine Aufgaben</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My Tasks</name>
-      <value>Meine Aufgaben</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My Turnover</name>
-      <value>Mein Umsatz</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My Visit Planning</name>
-      <value>Meine Einsatzsplanung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My Workflow Tasks</name>
-      <value>Meine Workflow Aufgaben</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My workflow tasks</name>
-      <value>Meine Workflow Aufgaben</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Myanmar</name>
-      <value>Myanmar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Name</name>
-      <value>Name</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Name \"%0\" already used for container \"%1\"</name>
-      <value>Name \"%0\" wird bereits für Container \"%1\" "benutzt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Name changed to %0</name>
-      <value>Name geändert zu %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Name has to be unique</name>
-      <value>Name muss einzigartig sein</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Name latin</name>
-      <value>Name Latein</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Name native</name>
-      <value>Name Muttersprache</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Names</name>
-      <value>Namen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Namibia</name>
-      <value>Namibia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Native Name</name>
-      <value>Geburtsname</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Nauru</name>
-      <value>Nauru</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Neglect selection for test mailing</name>
-      <value>Auswahl für Testversand nicht beachten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Nepal</name>
-      <value>Nepal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Netherlands</name>
-      <value>Niederlande</value>
-    </stringEntry>
-    <stringEntry>
-      <name>new</name>
-      <value>neu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New</name>
-      <value>Neu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New activity</name>
-      <value>Neue Aktivität</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New appointment</name>
-      <value>Neuer Termin</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New Appointment</name>
-      <value>Neuer Termin</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New Caledonia</name>
-      <value>Neukaledonien</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New campaign</name>
-      <value>Neue Kampagne</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New campaign step</name>
-      <value>Neue Kampagnenstufe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New Cases</name>
-      <value>Neue Fälle</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New child attribute</name>
-      <value>Untergeordnete Eigenschaft anlegen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New child product</name>
-      <value>Untergeordnetes Produkt anlegen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New contact created: %0 %1 %2 %3</name>
-      <value>Neuer Kontakt erstellt: %0 %1 %2 %3</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New created plan values</name>
-      <value>Neu erstellte Planwerte</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New Currencyrate</name>
-      <value>Neuer Währungskurs</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New date due</name>
-      <value>Neues Prüfdatum</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New document template</name>
-      <value>Neue Dokumentvorlage</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New district assignment</name>
-      <value>Neue Gebietszuweisung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>new Email</name>
-      <value>E-Mail schreiben</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New letter</name>
-      <value>Brief schreiben</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New module</name>
-      <value>Neuanlage</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New note</name>
-      <value>Neue Notiz</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New Notifications</name>
-      <value>Neue Benachrichtigungen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New offer</name>
-      <value>Angebot erstellen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New offer version</name>
-      <value>Neue Angebotsversion</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New organisation address created: %0 %1 %2 %3 %4</name>
-      <value>New Firmenadresse erstellt: %0 %1 %2 %3 %4</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New password</name>
-      <value>Neues Passwort</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New sales project created</name>
-      <value>Neue Opportunity erstellt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New service ticket</name>
-      <value>Neues Serviceticket</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New Service ticket</name>
-      <value>Neues Serviceticket</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New status</name>
-      <value>Neuer Status</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New step</name>
-      <value>Neue Stufe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New task</name>
-      <value>Neue Aufgabe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New tasks</name>
-      <value>Neue Aufgaben</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New Ticket</name>
-      <value>Neues Ticket</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New time tracking</name>
-      <value>Neuer Zeiteintrag</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New Visit Recommendation</name>
-      <value>Neuer Einsatzvorschlag</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New Weekplanentry</name>
-      <value>Neuer Wochenplaneintrag</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New Zealand</name>
-      <value>Neuseeland</value>
-    </stringEntry>
-    <stringEntry>
-      <name>News</name>
-      <value>News</value>
-    </stringEntry>
-    <stringEntry>
-      <name>news@adito.de</name>
-      <value>news@adito.de</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Presence</name>
-      <value>Anwesenheit</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Available</name>
-      <value>Verfügbar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Away</name>
-      <value>Auswärts</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Newsfeed (Complete Article)</name>
-      <value>Newsfeed (kompletter Artikel)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Newsfeed (Full)</name>
-      <value>Newsfeed (Vollständig)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Newsfeed (Preview)</name>
-      <value>Newsfeed (Vorschau)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Newsfeed Timeline</name>
-      <value>Newsfeed Timeline</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Newsletter</name>
-      <value>Newsletter</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Newsletter dispatch</name>
-      <value>Newsletterversand</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Next</name>
-      <value>Weiter</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Next contact?</name>
-      <value>Nächster Kontakt?</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Next due date</name>
-      <value>nächste Fälligkeit</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Next phase</name>
-      <value>Nächste Phase</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Next steps</name>
-      <value>Nächste Schritte</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Nicaragua</name>
-      <value>Nicaragua</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Niger</name>
-      <value>Niger</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Nigeria</name>
-      <value>Nigeria</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Niue</name>
-      <value>Niue</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No</name>
-      <value>Nein</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No activity</name>
-      <value>Keine Aktivität</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No advertising by %0</name>
-      <value>Keine Werbung durch %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>no attachments</name>
-      <value>keine Anhänge</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No consumer found for context '%0'</name>
-      <value>Kein consumer für den Context '%0' gefunden.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No contacts selected</name>
-      <value>Keine Kontakte ausgewählt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No customer since creation &gt; 3 years</name>
-      <value>Kein Kundenkontakt seit Erzeugung &gt; 3 Jahre</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No Datasets selected</name>
-      <value>Keine Datensätze ausgewählt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No duplicate</name>
-      <value>Keine Duplette</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No duplicates allowed: action '</name>
-      <value>Keine Duplikate erlaubt: Aktion '</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No file selected.</name>
-      <value>Keine Datei ausgewählt.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>no keyword attribute \"%0\" found in keyword \"%1\" from container \"%2\"</name>
-      <value>Kein Schlüsselwortattribute \"%0\" gefunden in Schlüsselwort \"%1\" von Container \"%2\"</value>
-    </stringEntry>
-    <stringEntry>
-      <name>no keyword attribute \"%0\" found in keyword container \"%1\"</name>
-      <value>Kein Schlüsselwortattribut \"%0\" gefunden in Schlüsselwortcontainer \"%1\"</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No more than %0 records can be exported.</name>
-      <value>Es können nur %0 Datensätze exportiert werden.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No new recipients found that can be added to the bulk mail.</name>
-      <value>Keine neuen Empfänger gefunden, die zur Serienmail hinzugefügt werden können.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No new recipients found that can be added to the serial letter.</name>
-      <value>Keine neuen Empfänger gefunden, die zum Serienbrief hinzugefügt werden können.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No permissions</name>
-      <value>Keine Zugriffsberechtigung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No project planned</name>
-      <value>Kein Projekt geplant</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No recipient is marked for test run replacement.</name>
-      <value>Kein Empfänger ist für die Ersetzung zum Testversand markiert.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No Restrictions</name>
-      <value>Keine Einschränkungen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No risk</name>
-      <value>kein Risiko</value>
-    </stringEntry>
-    <stringEntry>
-      <name>no valid format</name>
-      <value>kein gültiges Format</value>
-    </stringEntry>
-    <stringEntry>
-      <name>no valid mail-address format</name>
-      <value>keine gültige E-Mail Adresse</value>
-    </stringEntry>
-    <stringEntry>
-      <name>no valid phone number</name>
-      <value>keine gültige Telefonnummer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No valid sales contract</name>
-      <value>Kein Kaufvertrag vorhanden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>NONE</name>
-      <value>keine</value>
-    </stringEntry>
-    <stringEntry>
-      <name>None</name>
-      <value>Keine</value>
-    </stringEntry>
-    <stringEntry>
-      <name>None, individual count</name>
-      <value>keiner, Einzelberechnung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Norfolk Island</name>
-      <value>Norfolkinsel</value>
-    </stringEntry>
-    <stringEntry>
-      <name>NORMAL</name>
-      <value>normal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>normal</name>
-      <value>Normal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Northern Mariana Islands</name>
-      <value>Nördliche Marianneninseln</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Norway</name>
-      <value>Norwegen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Not enough room in campaignstep</name>
-      <value>In der Kampagnenstufe ist nicht genug Platz vorhanden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Not enough slots for %0/%1 participant(s)</name>
-      <value>Nicht genügend Teilnehmerplätze verfügbar für %0/%1 Teilnehmer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Not rejected</name>
-      <value>Kein Widerspruch</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Not sent</name>
-      <value>Nicht versendet</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Not signed yet</name>
-      <value>noch nicht unterschrieben</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Not subscribed</name>
-      <value>Nicht abonniert</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Note</name>
-      <value>Notiz</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Notes</name>
-      <value>Notizen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Notice</name>
-      <value>Notiz</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Notification</name>
-      <value>Benachrichtigung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Notifications</name>
-      <value>Benachrichtigungen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>November</name>
-      <value>November</value>
-    </stringEntry>
-    <stringEntry>
-      <name>NPO</name>
-      <value>NPO</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Number</name>
-      <value>Nummer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Number of activities</name>
-      <value>Anzahl Aktivitäten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>number of connections</name>
-      <value>Anzahl der Verbindungen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Number value</name>
-      <value>Zahlenwert</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Page</name>
-      <value>Seite</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Left spacing</name>
-      <value>Abstand links</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Right spacing</name>
-      <value>Abstand rechts</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bottom spacing</name>
-      <value>Abstand oben</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Top spacing</name>
-      <value>Abstand unten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Signature Template</name>
-      <value>Signaturvorlage</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Signer</name>
-      <value>Signierender</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Signature Templates</name>
-      <value>Signaturvorlagen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>NUMBER VALUE</name>
-      <value>Zahlenwert</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Numeric value</name>
-      <value>Zahlenwert</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Object</name>
-      <value>Objekt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Object 1 row Id</name>
-      <value>Objekt 1 Row Id</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Object 2 row Id</name>
-      <value>Objekt 2 Row Id</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Object Id</name>
-      <value>Objekt Id</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Object not found</name>
-      <value>Objekt nicht gefunden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Object relation</name>
-      <value>Beziehungen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Object Relation Type</name>
-      <value>Objektrelationstyp</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Object relation type 1</name>
-      <value>Objektrelationstyp 1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Object relation type 2</name>
-      <value>Objektrelationstyp 2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Object row Id</name>
-      <value>Objekt Row Id</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Object selection</name>
-      <value>Objektauswahl</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Object type</name>
-      <value>Typ</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Object Type</name>
-      <value>Objekttyp</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Object type 1</name>
-      <value>Objekttyp 1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Object type 2</name>
-      <value>Objekttyp 2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Observation</name>
-      <value>Beobachtung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Observation Type</name>
-      <value>Beobachtungstyp</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ObservationID</name>
-      <value>BeobachtungsID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Observations</name>
-      <value>Beobachtungen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Observe</name>
-      <value>beobachten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Observe Filter</name>
-      <value>Beobachte Filter</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Observe ID</name>
-      <value>Beobachte Datensatz</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Observe IDs</name>
-      <value>Beobachte Datensätze</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Observer</name>
-      <value>Beobachter</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Occupation</name>
-      <value>Beruf</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Occurrences</name>
-      <value>Ereignisse</value>
-    </stringEntry>
-    <stringEntry>
-      <name>October</name>
-      <value>Oktober</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Offer</name>
-      <value>Angebot</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Offer exists</name>
-      <value>Angebot existiert</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Offer Footer Text</name>
-      <value>Angebot Fußtext</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Offer Header Text</name>
-      <value>Angebot Kopftext</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Offer Id</name>
-      <value>Angebots ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Offer item Id</name>
-      <value>Angebots ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Offer No.</name>
-      <value>Angebots Nr.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Offer number</name>
-      <value>Angebotsnummer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Offer sent</name>
-      <value>Angebot versendet</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Offer status changed</name>
-      <value>Angebotsstatus wurde geändert</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Order status changed</name>
-      <value>Belegstatus wurde geändert</value>
-    </stringEntry>
-    <stringEntry>
-      <name>OFFER_ID</name>
-      <value>OFFER_ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>OFFERID (UID)</name>
-      <value>OFFERID (UID)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Offeritem</name>
-      <value>Angebotsposten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Offeritems</name>
-      <value>Angebotsposten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Offerrequest</name>
-      <value>Angebotsanfrage</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Offers</name>
-      <value>Angebote</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Offers / Receipts</name>
-      <value>Angebote / Belege</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Office address</name>
-      <value>Firmenadresse</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Office Duty</name>
-      <value>Innendienst</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Office staff</name>
-      <value>Innendienst</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Oman</name>
-      <value>Oman</value>
-    </stringEntry>
-    <stringEntry>
-      <name>On Site</name>
-      <value>vor Ort</value>
-    </stringEntry>
-    <stringEntry>
-      <name>On site</name>
-      <value>vor Ort</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bed and Breakfast</name>
-      <value>ÜN + Frühstück</value>
-    </stringEntry>
-    <stringEntry>
-      <name>On time</name>
-      <value>Pünktlich</value>
-    </stringEntry>
-    <stringEntry>
-      <name>one actitiy from mail created</name>
-      <value>eine Aktivität aus E-Mail erstellt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>one file ignored</name>
-      <value>eine Datei ignoriert</value>
-    </stringEntry>
-    <stringEntry>
-      <name>one file imported</name>
-      <value>eine Datei importiert</value>
-    </stringEntry>
-    <stringEntry>
-      <name>one mail could not be linked automatically</name>
-      <value>eine E-Mail konnte nicht automatisch verknüpft werden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Online-Meeting</name>
-      <value>Online-Meeting</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Only </name>
-    </stringEntry>
-    <stringEntry>
-      <name>Only .odt files are supported for bulkletters.</name>
-      <value>Für Serienbriefe werden nur .odt Dateien unterstützt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Only .odt, .docx and .docm files are supported for letters.</name>
-      <value>Für Briefe werden nur .odt, .docx und .docm Dateien unterstützt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>only filter using the specified indicatorfield</name>
-      <value>nur mit dem festgelegten Kenngrößenfeld filtern</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Only Integers allowed</name>
-      <value>Nur ganze Zahlen erlaubt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>only use simple filters</name>
-      <value>nur einfache Filter benutzen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Open</name>
-      <value>Offen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Open admin view</name>
-      <value>Admin-Ansicht öffnen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Open Admin View</name>
-      <value>Admin-Ansicht öffnen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Open Contacts</name>
-      <value>Öffne Kontakte</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Open in mosaico</name>
-      <value>In Mosaico öffnen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Open Location</name>
-      <value>Standort öffnen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Open modeler</name>
-      <value>Modeler öffnen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Open MS Teams</name>
-      <value>MS Teams öffnen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Open new mosaico template</name>
-      <value>In Mosaico erstellen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Open route</name>
-      <value>Route öffnen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Open Route</name>
-      <value>Route öffnen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Open Route of the day</name>
-      <value>Tagesroute öffnen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Open Salesprojects</name>
-      <value>Offene Opportunities</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Open tasks</name>
-      <value>Offene Aufgaben</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Open Turnover</name>
-      <value>Umsatzprognose öffnen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Open Visitrecommendation</name>
-      <value>Offener Einsatzvorschlag</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Opener rate (in %)</name>
-      <value>Öffnungsrate in Prozent</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Openers</name>
-      <value>Geöffnet</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Opening Date</name>
-      <value>Öffnungsdatum</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Operating System</name>
-      <value>Betriebssystem</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Optional</name>
-      <value>Optional</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Order</name>
-      <value>Bestellung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>order</name>
-      <value>Reihenfolge</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Order amount</name>
-      <value>Bestellmenge</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Order confirmation</name>
-      <value>Bestellbestätigung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Order date</name>
-      <value>Belegdatum</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Order executed</name>
-      <value>Bestellung ausgeführt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Order number</name>
-      <value>Belegnummer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Order Type</name>
-      <value>Belegtyp</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Orderitem</name>
-      <value>Belegposten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Orderitems</name>
-      <value>Belegposten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ORG</name>
-      <value>ORG</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The addresses of the following resources couldn't be changed:</name>
-      <value>Die Adresse der folgenden Ressourcen konnte nicht geändert werden:</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 changed the address of your resource dataset.</name>
-      <value>%0 hat die Adresse deines Ressourcendatensatzes geändert.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The address of your resource dataset has been changed</name>
-      <value>Die Adresse deines Ressourcendatensatzes wurde geändert</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation</name>
-      <value>Firma</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation of the resource</name>
-      <value>Firma der Ressource</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation: Address</name>
-      <value>Firma: Straße</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation: Id</name>
-      <value>Firmen ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation: State</name>
-      <value>Firma: Staat</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation: City</name>
-      <value>Firma: Ort</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation: Classification</name>
-      <value>Firma: Klassifizierung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation: Country</name>
-      <value>Firma: Land</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation: District</name>
-      <value>Firma: Gebiet</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation: Language</name>
-      <value>Firma: Sprache</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation: Region</name>
-      <value>Firma: Kreis</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation: Type</name>
-      <value>Firma: Typ</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ORGANISATION_ID</name>
-      <value>Firmen ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ORGANISATIONID (UID)</name>
-      <value>ORGANISATIONID (UID)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisationname</name>
-      <value>Firmenname</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Origin</name>
-      <value>Herkunft</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Original editor</name>
-      <value>Originaler Bearbeiter</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Other</name>
-      <value>Andere</value>
-    </stringEntry>
-    <stringEntry>
-      <name>other</name>
-      <value>Sonstiges</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Other (WV)</name>
-      <value>Sonstiges (WV)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Other Contactroles</name>
-      <value>Weitere Funktionen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Other versions</name>
-      <value>Weitere Versionen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Others</name>
-      <value>Sonstiges</value>
-    </stringEntry>
-    <stringEntry>
-      <name>OUT</name>
-      <value>AUS</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Outgoing</name>
-      <value>ausgehend</value>
-    </stringEntry>
-    <stringEntry>
-      <name>OutOfOffice</name>
-      <value>Außer Haus</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Output value</name>
-      <value>Ausgabewert</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Outstanding Amount</name>
-      <value>Offener Betrag</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Overdue tasks</name>
-      <value>Überfällige Aufgaben</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Overview</name>
-      <value>Ãœbersicht</value>
-    </stringEntry>
-    <stringEntry>
-      <name>own company</name>
-      <value>eigene Firma</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Own website</name>
-      <value>Eigene Website</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Owner</name>
-      <value>Besitzer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Paid</name>
-      <value>Bezahlt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Paid (%0)</name>
-      <value>Bezahlt (%0)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Pakistan</name>
-      <value>Pakistan</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Palau</name>
-      <value>Palau</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Panama</name>
-      <value>Panama</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Papua New Guinea</name>
-      <value>Papua Neuguinea</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Paraguay</name>
-      <value>Paraguay</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Parallel gateway</name>
-      <value>Paralleles Gateway</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Parent</name>
-      <value>Elternteil</value>
-    </stringEntry>
-    <stringEntry>
-      <name>parent company</name>
-      <value>Konzernmutter</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Parent context</name>
-      <value>Ãœbergeordneter Context</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Parent Filter</name>
-      <value>Ãœbergeordneter Filter</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Parent Task</name>
-      <value>Ãœbergeordnete Aufgabe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Parent Id</name>
-      <value>Ãœbergeordnete Id</value>
-    </stringEntry>
-    <stringEntry>
-      <name>parent of</name>
-      <value>Elternteil von</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Parent Role</name>
-      <value>Ãœbergeordnete Rolle</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Parent Roles</name>
-      <value>Ãœbergeordnete Rollen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>PARENT_CONTEXT</name>
-      <value>PARENT_CONTEXT</value>
-    </stringEntry>
-    <stringEntry>
-      <name>PARENT_ID</name>
-      <value>PARENT_ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Partial calculation</name>
-      <value>Teilberechnung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Partial order</name>
-      <value>Teilauftrag</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Participant</name>
-      <value>Teilnehmer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Participants</name>
-      <value>Teilnehmer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Participated</name>
-      <value>Teilgenommen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Partner</name>
-      <value>Partner</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Parts list</name>
-      <value>Stückliste</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Password</name>
-      <value>Passwort</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Password and confirmation must be the same!</name>
-      <value>Die Passwörter stimmen nicht überein!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Paste</name>
-      <value>Einfügen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Paste as Top Topic</name>
-      <value>Als Oberthema einfügen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Pay date</name>
-      <value>Zahlungseingang</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Pay due date</name>
-      <value>Zahlungsziel</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Payment address</name>
-      <value>Rechnungsadresse</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Payment Address</name>
-      <value>Rechnungsadresse</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Payment method</name>
-      <value>Zahlungsweise</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Payment problem customer</name>
-      <value>Zahlungsproblem Kunde</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Payment term</name>
-      <value>Zahlungsbedingung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>pCallbackFn is not a function</name>
-      <value>pCallbackFn ist keine Funktion</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Pending</name>
-      <value>Ausstehend</value>
-    </stringEntry>
-    <stringEntry>
-      <name>pending</name>
-      <value>Ausstehend</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Pending datasets</name>
-      <value>Ausstehende Datensätze</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Pending synchronizations to Outlook</name>
-      <value>Ausstehende Synchronisationen nach Outlook</value>
-    </stringEntry>
-    <stringEntry>
-      <name>per</name>
-      <value>pro</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Per participant</name>
-      <value>Pro Teilnehmer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Percent</name>
-      <value>Prozent</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Permission</name>
-      <value>Berechtigung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>permission</name>
-      <value>Berechtigung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Permission  Overview</name>
-      <value>Berechtigungsüberblick</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Permission Action</name>
-      <value>Berechtigung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Permission Dealer</name>
-      <value>Rechtegeber</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Permission Dealer Department</name>
-      <value>Rechtegeber Abteilung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>permission dealer type</name>
-      <value>Rechtegeber Typ</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Permission Dealer User</name>
-      <value>Rechtegeber Benutzer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Permission Detail</name>
-      <value>Berechtigungsdetail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Permission Details</name>
-      <value>Berechtigungsdetails</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Permission Overview</name>
-      <value>Berechtigungsüberblick</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Permission procurer</name>
-      <value>Rechteempfänger</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Permission Procurer Department</name>
-      <value>Rechteempfänger Abteilung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>permission procurer type</name>
-      <value>Rechteempfänger Typ</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Permission Procurer User</name>
-      <value>Rechteempfänger Benutzer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Permission received</name>
-      <value>Erhaltene Berechtigungen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Permission Set ID</name>
-      <value>BerechtigungssetzId</value>
-    </stringEntry>
-    <stringEntry>
-      <name>PermissionId</name>
-      <value>Berechtigungs ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Permissions</name>
-      <value>Berechtigungen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Permissions without actions are invalid!</name>
-      <value>Berechtigungen ohne Aktionen sind ungültig</value>
-    </stringEntry>
-    <stringEntry>
-      <name>PERS</name>
-      <value>PERS</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Person</name>
-      <value>Person</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Person duplicate</name>
-      <value>Personen Dublette </value>
-    </stringEntry>
-    <stringEntry>
-      <name>Person Id</name>
-      <value>Personen ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Person in charge</name>
-      <value>Hauptverantw.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Person in Charge</name>
-      <value>Verantwortlicher</value>
-    </stringEntry>
-    <stringEntry>
-      <name>PERSON_ID</name>
-      <value>Personen_ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>personal</name>
-      <value>persönlich</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Personal appearance</name>
-      <value>Persönliches Auftreten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Personal estimation</name>
-      <value>Pers. Einschätzung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Peru</name>
-      <value>Peru</value>
-    </stringEntry>
-    <stringEntry>
-      <name>pExecuteOnlyIfConditionExists has to be of type boolean. This parameter controls what happens if the condition is empty (select / delete all or nothing)</name>
-      <value>pExecuteOnlyIfConditionExists muss vom typ "boolean" sein. Dieser Parameter steuert was passiert wenn die condition leer ist (selektieren / löschen alles oder nichts)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Phase</name>
-      <value>Phase</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Phase mandatory</name>
-      <value>Phase Pflichtangabe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Completion mandatory</name>
-      <value>Abschluss Pflichtangabe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Phase progression</name>
-      <value>Phasenfortschritt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Phases</name>
-      <value>Phasen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Philippines</name>
-      <value>Philippinen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Phone</name>
-      <value>Telefon</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Phone number (Organisation)</name>
-      <value>Telefonnummer (Organisation)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Phone number (Person)</name>
-      <value>Telefonnummer (Person)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Phone of contact</name>
-      <value>Hinterlegte Telefonnr.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Please define a frequency so the date can change accordingly</name>
-      <value>Tragen Sie eine Einsatzfrequenz ein, damit das Datum entsprechend kalkuliert wird</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Picture</name>
-      <value>Bild</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Pieces</name>
-      <value>Stück</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Pitcairn</name>
-      <value>Pitcairn</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Place of use</name>
-      <value>Verwendungsort</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Place of Use</name>
-      <value>Verwendungsort</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Place Of Use</name>
-      <value>Verwendungsort</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Placeholder</name>
-      <value>Platzhalter</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Planned</name>
-      <value>Geplant</value>
-    </stringEntry>
-    <stringEntry>
-      <name>planned</name>
-      <value>geplant</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Planning</name>
-      <value>Planung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Plannings</name>
-      <value>Planungen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Please change prices</name>
-      <value>Bitte Preise ändern</value>
-    </stringEntry>
-    <stringEntry>
-      <name>please only filter using 'equal'</name>
-      <value>bitte nur mit 'ist gleich' filtern</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Please pay the outstanding amount, this is your first/second reminder.</name>
-      <value>Bitte zahlen sie den ausstehenden Betrag, dies ist ihre erste/zweite Mahnung.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Please select a documenttemplate or upload a new file.</name>
-      <value>Bitte wählen Sie eine Dokumentenvorlage oder laden Sie eine neue Datei hoch.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Plus Salestax</name>
-      <value>zzgl.Summe USt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Point of Contact</name>
-      <value>Berührungspunkt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>points</name>
-      <value>Punkte</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Points</name>
-      <value>Punkte</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Poland</name>
-      <value>Polen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Portugal</name>
-      <value>Portugal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Pos.</name>
-      <value>Pos.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Position</name>
-      <value>Position</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Position Id</name>
-      <value>PositionsId</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Possibility to search for terms</name>
-      <value>Möglichkeit nach Begriffen zu suchen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Possible Value</name>
-      <value>Möglicher Wert</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Possible Values</name>
-      <value>Mögliche Werte</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Post office box</name>
-      <value>Postfach</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Post office box number</name>
-      <value>Postfachnummer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Postcode</name>
-      <value>Postleitzahl</value>
-    </stringEntry>
-    <stringEntry>
-      <name>postcode</name>
-      <value>Postleitzahl </value>
-    </stringEntry>
-    <stringEntry>
-      <name>Postponed</name>
-      <value>Vertagt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>PP</name>
-      <value>EK</value>
-    </stringEntry>
-    <stringEntry>
-      <name>PP/SP</name>
-      <value>EK/VK</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Predecessor</name>
-      <value>Vorgänger</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Preparation</name>
-      <value>Vorbereitung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Preselection</name>
-      <value>Vorauswahl</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Presentation</name>
-      <value>Präsentation</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Prev</name>
-      <value>vorher</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Preview</name>
-      <value>Vorschau</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Previous phase</name>
-      <value>Vorherige Phase</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Price</name>
-      <value>Preis</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Price (%0)</name>
-      <value>Preis (%0)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Price Condition</name>
-      <value>Preiskonditionen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Price in </name>
-      <value>Preis in</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Price list</name>
-      <value>Preisliste</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Price list / Company</name>
-      <value>Preisliste / Firma</value>
-    </stringEntry>
-    <stringEntry>
-      <name>manage Topic Tree Presets</name>
-      <value>Themenbaumpresets verwalten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>manage Topic Tree Favorites</name>
-      <value>Themenbaumfavoriten verwalten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Topic Tree Configuration</name>
-      <value>Themenbaumkonfiguration</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Display Topic Tree</name>
-      <value>Themenbaum anzeigen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Display for new creation</name>
-      <value>Bei Neuanlage anzeigen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 already exists.</name>
-      <value>%0 existiert bereits.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Invalid Filter</name>
-      <value>Ungültiger Filter</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Price policy</name>
-      <value>Preispolitik</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Pricelist</name>
-      <value>Preisliste</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Prices</name>
-      <value>Preise</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Pricing policy</name>
-      <value>Preispolitik</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Print media</name>
-      <value>Printmedien</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Print order</name>
-      <value>Beleg anzeigen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Print reminder</name>
-      <value>Mahnung anzeigen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Printing costs</name>
-      <value>Druckkosten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Prioritization based on segmentation parameters</name>
-      <value>Priorisierung basierend auf Segmentierungsparametern</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Priority</name>
-      <value>Priorität</value>
-    </stringEntry>
-    <stringEntry>
-      <name>priority</name>
-      <value>Priorität</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Priority Source</name>
-      <value>Prioritätsquelle</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Privacy agreement</name>
-      <value>Datenschutzabkommen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Privacy Notice</name>
-      <value>Datenschutzerklärung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Private</name>
-      <value>Privat</value>
-    </stringEntry>
-    <stringEntry>
-      <name>private</name>
-      <value>privat</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Private person</name>
-      <value>Privatperson</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Private persons</name>
-      <value>Privatpersonen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Probability</name>
-      <value>Wahrscheinlichkeit</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Probability AI</name>
-      <value>Wahrscheinlichkeit KI</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Probability Chart</name>
-      <value>Wahrscheinlichkeit Diagramm</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Probability in %</name>
-      <value>Wahrscheinlichkeit in %</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Probablity: 100%</name>
-      <value>Wahrscheinlichkeit: 100%</value>
-    </stringEntry>
-    <stringEntry>
-      <name>processed %0/%1:</name>
-      <value>%0/%1 verarbeitet:</value>
-    </stringEntry>
-    <stringEntry>
-      <name>processing %0/%1</name>
-      <value>verarbeite %0/%1:</value>
-    </stringEntry>
-    <stringEntry>
-      <name>processing time</name>
-      <value>Bearbeitungszeit</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product</name>
-      <value>Produkt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product A1</name>
-      <value>Produkt A1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product A2</name>
-      <value>Produkt A2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product B1</name>
-      <value>Produkt B1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product B2</name>
-      <value>Produkt B2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product content</name>
-      <value>Produktinhalt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product group</name>
-      <value>Produktgruppe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product Group</name>
-      <value>Produktgruppe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product Id</name>
-      <value>Produkt ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product interest</name>
-      <value>Produktinteresse</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product name</name>
-      <value>Produktname</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product number</name>
-      <value>Produktnummer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product price Id</name>
-      <value>Produktpreis ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product relationship</name>
-      <value>Produkt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product type</name>
-      <value>Produkttyp</value>
-    </stringEntry>
-    <stringEntry>
-      <name>PRODUCTID (UID)</name>
-      <value>Produkt ID (UID)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Production</name>
-      <value>Produktion</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Production manager</name>
-      <value>Produktionsleiter</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Products</name>
-      <value>Produkte</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Progress</name>
-      <value>Fortschritt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Phase progress</name>
-      <value>Phasenfortschritt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project assistant</name>
-      <value>Projektassistent</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project management</name>
-      <value>Projektmanagement</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project Management</name>
-      <value>Projektmanagement</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project manager</name>
-      <value>Projektmanager</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project number</name>
-      <value>Projektnummer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project planned?</name>
-      <value>Projekt geplant?</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project planning open</name>
-      <value>Planung Projekt offen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project shift customer</name>
-      <value>Projektverschiebung Kunde</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project start</name>
-      <value>Projektstart</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project start within next 12 months</name>
-      <value>Projektstart innerhalb nächster 12 Monate</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project team</name>
-      <value>Projektteam</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project team roles</name>
-      <value>Projektteamrollen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project team: \"Internal distribution\"</name>
-      <value>Projektteam: \"Interner Vertrieb\"</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project team: \"Project manager\"</name>
-      <value>Projektteam: \"Projektmanager\"</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project title</name>
-      <value>Projekttitel</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project type</name>
-      <value>Projektart</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project_duration</name>
-      <value>Projekt_Dauer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project_reference</name>
-      <value>Projekt_Referenz</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project_volume</name>
-      <value>Projekt_Volumen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>promotion target of</name>
-      <value>Werbezielgruppe von</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Properties</name>
-      <value>Eigenschaften</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Propkey</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Pros</name>
-      <value>Vorteile</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Prospect</name>
-      <value>Interessent</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Prospective customer</name>
-      <value>Interessent</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Protected</name>
-      <value>Geschützt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>pSqlQuery must be of type SqlBuilder</name>
-      <value>pSqlQuery muss vom typ "SqlBuilder" sein.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Public</name>
-      <value>Öffentlich</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Publishing level</name>
-      <value>Veröffentlichung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Puerto Rico</name>
-      <value>Puerto Rico</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Pull next ticket</name>
-      <value>Nächstes Ticket ziehen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Pull next ticket or create new ones</name>
-      <value>Neue Tickets ziehen oder erstellen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Pull Ticket</name>
-      <value>Ticket ziehen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Pull tickets</name>
-      <value>Nächste Tickets ziehen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Pull Tickets</name>
-      <value>Nächste Tickets ziehen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Purchasing manager</name>
-      <value>Einkaufsleiter</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Qatar</name>
-      <value>Katar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Quality complaint</name>
-      <value>Qualitätsbeanstandung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Quality problem customer</name>
-      <value>Qualitätsproblem Kunde</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Quantity</name>
-      <value>Menge</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Quarterly</name>
-      <value>Vierteljährlich</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Query</name>
-      <value>Anfrage</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Questions</name>
-      <value>Fragen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Quick entry</name>
-      <value>Schnelleingabe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Quick Entry</name>
-      <value>Schnelleingabe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>quotation mark</name>
-      <value>Anführungszeichen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Racing bike</name>
-      <value>Rennrad</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Radius in km</name>
-      <value>Radius in km</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Radius Search</name>
-      <value>Umkreissuche</value>
-    </stringEntry>
-    <stringEntry>
-      <name>re-open</name>
-      <value>Wiedereröffnet</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Re-Open</name>
-      <value>Wieder öffnen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Re-open</name>
-      <value>Wiedereröffnen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Read</name>
-      <value>Gelesen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Read and Write Permission</name>
-      <value>Volle Lese- und Schreibberechtigung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Reason</name>
-      <value>Begründung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Rebuild all duplicates from the selected scanners</name>
-      <value>Ausgewählte Einträge neu aufbauen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>rebuild Index</name>
-      <value>Index wiederherstellen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Rebuild selected entries</name>
-      <value>Ausgewählte Einträge neu aufbauen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Recalculate all Classifications</name>
-      <value>Alle Klassifizierungen neuberechnen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Receipt</name>
-      <value>Beleg</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Receipt Footer Text</name>
-      <value>Beleg Fußtext</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Receipt Header Text</name>
-      <value>Beleg Kopftext</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Receipt number</name>
-      <value>Belegnummer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Receipts</name>
-      <value>Belege</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Receive new Department Permission</name>
-      <value>Neue Abteilungsberechtigung erhalten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Receive new User Permission</name>
-      <value>Neue Benutzerberechtigung erhalten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Receive task</name>
-      <value>Empfangende Aufgabe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Received</name>
-      <value>Zugestellt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Received Bulk Mail</name>
-      <value>Empfangene Serienmail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Recipient</name>
-      <value>Empfänger</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Recipient address</name>
-      <value>Empfängeradresse</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Recipient status</name>
-      <value>Empfängerstatus</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Recipients</name>
-      <value>Empfänger</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Recipients after adding</name>
-      <value>Empfänger nach dem Hinzufügen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Recipients: %0</name>
-      <value>Empfänger: %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Recipt</name>
-      <value>Beleg</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Reclamation</name>
-      <value>Reklamation</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Recommendation</name>
-      <value>Empfehlung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Record separator</name>
-      <value>Satztrenner</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Redirect</name>
-      <value>Redirect</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Redirect needs a full URL with http/https</name>
-      <value>Für die Weiterleitung wird eine vollständige URL mit http/https benötigt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Reference</name>
-      <value>Referenz</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Reference customer</name>
-      <value>Referenz-Kunde</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Refresh %0 Values</name>
-      <value>Beträge in %0 aktualisieren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Refresh Currency Rate</name>
-      <value>Währungskurs aktualisieren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Refuse message</name>
-      <value>Ablehngrund</value>
-    </stringEntry>
-    <stringEntry>
-      <name>refused</name>
-      <value>abgelehnt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Region</name>
-      <value>Region</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Region Manager</name>
-      <value>Regionsleiter</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Regulation</name>
-      <value>Regulierung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>reject all channels</name>
-      <value>Werbewiderspruch für alle Kanäle setzen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Rejected</name>
-      <value>Abgelehnt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Relation Title</name>
-      <value>Beziehungstitel</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Relation type</name>
-      <value>Beziehungstyp</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Relation Type</name>
-      <value>Beziehungstyp</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Relation type 1</name>
-      <value>Beziehungsart 1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Relation Type 1</name>
-      <value>Beziehungstyp 1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Relation type 2</name>
-      <value>Beziehungsart 2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Relation Type 2</name>
-      <value>Beziehungstyp 2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Relation types</name>
-      <value>Beziehungstypen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Relational</name>
-      <value>in Beziehung stehend</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Relations</name>
-      <value>Beziehungen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>relations</name>
-      <value>Beziehungen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Relationtype</name>
-      <value>Beziehungsart</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Release</name>
-      <value>Release</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Remaining Runtime</name>
-      <value>Restlaufzeit</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Remaining tasks and appointments</name>
-      <value>Aufgaben und Termine, die noch ausstehen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Remark</name>
-      <value>Anmerkung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Reminder</name>
-      <value>Mahnung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Remove any usage of the interest</name>
-      <value>Jede Verwendung des Interesses löschen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>remove Contact from Sync</name>
-      <value>Kontakt aus der Synchronisierung entfernen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Remove from Campaign</name>
-      <value>Aus Kampagne entfernen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>remove from sync</name>
-      <value>aus der Synchronisierung entfernen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Remove from synchronization</name>
-      <value>Aus Synchronisation entfernen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>remove hashtags from favorite titles</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Remove invalid recipients</name>
-      <value>Ungültige Empfänger entfernen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Remove Like</name>
-      <value>Like entfernen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Remove recipients with advertising ban</name>
-      <value>Empfänger mit Werbewiderspruch entfernen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Reopen delay</name>
-      <value>Wiedereröffnung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Repeat password</name>
-      <value>Passwort wiederholen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Replacement name</name>
-      <value>Ersatzname</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Reply</name>
-      <value>Antworten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>reply</name>
-      <value>Antwort</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Reply Mail</name>
-      <value>Antwortmail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Reply Template</name>
-      <value>Antwortvorlage</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Reply to</name>
-      <value>Antwort an:</value>
-    </stringEntry>
-    <stringEntry>
-      <name>reports to</name>
-      <value>Berichtet an</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Reports to</name>
-      <value>berichtet an</value>
-    </stringEntry>
-    <stringEntry>
-      <name>request</name>
-      <value>Rückfrage</value>
-    </stringEntry>
-    <stringEntry>
-      <name>requested</name>
-      <value>angefordert</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Request Signature</name>
-      <value>Signatur anfordern</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Required fields</name>
-      <value>Pflichtfelder</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Resigned</name>
-      <value>gekündigt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>responsible</name>
-      <value>Verantwortlich</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Responsible</name>
-      <value>Verantwortlich</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Responsible Department</name>
-      <value>zuständige Abteilung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Responsible Districts</name>
-      <value>zuständiger Distrikt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Responsibles</name>
-      <value>Verantwortliche</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Restore Team</name>
-      <value>Team wiederherstellen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>restrict</name>
-      <value>verbieten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>resubmitted</name>
-      <value>Wiedervorgelegt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Resume</name>
-      <value>Fortsetzen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Retour</name>
-      <value>Rücksendung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Return ticket</name>
-      <value>Ticket zurückgeben</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Reveal the price in the offer</name>
-      <value>Preis im Angebot ausweisen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Review</name>
-      <value>Prüfung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Revolution speed (rpm)</name>
-      <value>Drehzahl (rpm)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Rights of access</name>
-      <value>Zugriffsrechte</value>
-    </stringEntry>
-    <stringEntry>
-      <name>rights of access</name>
-      <value>Zugangsrechte</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Risk</name>
-      <value>Risiko</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Role</name>
-      <value>Rolle</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Roles</name>
-      <value>Rollen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Rollout</name>
-      <value>Roll Out</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Romania</name>
-      <value>Rumänien</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Rule editor</name>
-      <value>Regel Editor</value>
-    </stringEntry>
-    <stringEntry>
-      <name>rule editor</name>
-      <value>Regel Editor</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Rulegroup already selected</name>
-      <value>Filtergruppe bereits selektiert.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Runtime</name>
-      <value>Laufzeit</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Rwanda</name>
-      <value>Ruanda</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Réunion</name>
-      <value>Réunion</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sailing</name>
-      <value>Segeln</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Saint Barthélemy</name>
-      <value>Saint Barthélemy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Saint Helena, Ascension and Tristan da Cunha</name>
-      <value>St. Helena, Himmelfahrt und Tristan da Cunha</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Saint Kitts and Nevis</name>
-      <value>St. Kitts und Nevis</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Saint Lucia</name>
-      <value>St. Lucia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Saint Martin (French part)</name>
-      <value>Saint Martin (französischer Teil)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Saint Pierre and Miquelon</name>
-      <value>Saint Pierre und Miquelon</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Saint Vincent and the Grenadines</name>
-      <value>St. Vincent und die Grenadinen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sales</name>
-      <value>Vertrieb</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sales area</name>
-      <value>Vertriebsgebiet</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sales Dashboard</name>
-      <value>Vertriebsdashboard</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sales forecast</name>
-      <value>Umsatzprognose</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sales manager</name>
-      <value>Vertriebsleiter</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sales Manager</name>
-      <value>Verkaufsleiter</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sales Project</name>
-      <value>Opportunity</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sales Project Analyses</name>
-      <value>Opportunityanalysen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sales Project Id</name>
-      <value>OpportunityId</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sales Project milestone Id</name>
-      <value>OpportunitysmeilensteinId</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sales Project Phases</name>
-      <value>Opportunity Phasen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sales project responsibility set</name>
-      <value>Opportunity Verantwortlichen gesetzt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sales Projects</name>
-      <value>Opportunities</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sales Staff Activity</name>
-      <value>Vertriebsmitarbeiteraktivität</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Salesorder Id</name>
-      <value>Auftrags ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Salesorder item Id</name>
-      <value>Kundenauftragspositions ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SALESORDER_ID</name>
-      <value>Kundenauftrags_ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SALESORDERID (UID)</name>
-      <value>Auftrags ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Salesproject</name>
-      <value>Opportunity</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Salesproject: Created on</name>
-      <value>Opportunity: Erstellt am</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Salesproject: Phase</name>
-      <value>Opportunity: Phase</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Salesproject: Responsible</name>
-      <value>Opportunity: Verantwortlich</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Salesproject: Role</name>
-      <value>Opportunity: Rolle</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Salesproject: Status</name>
-      <value>Opportunity: Status</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Salesproject: Title</name>
-      <value>Opportunity: Projekttitel</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Salesproject: Type</name>
-      <value>Opportunity: Projektart</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SALESPROJECTID (UID)</name>
-      <value>SALESPROJECTID (UID)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Salesprojects</name>
-      <value>Opportunities</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Salutation</name>
-      <value>Anrede</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Salutation Id</name>
-      <value>Anrede ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Salutations</name>
-      <value>Anreden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Samoa</name>
-      <value>Samoa</value>
-    </stringEntry>
-    <stringEntry>
-      <name>San Marino</name>
-      <value>San Marino</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sao Tome and Principe</name>
-      <value>Sao Tome und Principe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Saudi Arabia</name>
-      <value>Saudi Arabien</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Save</name>
-      <value>Speichern</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Save changes</name>
-      <value>Änderungen speichern</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Save settings</name>
-      <value>Einstellung speichern</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Scan pattern</name>
-      <value>Scanmuster</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Scope</name>
-      <value>Scope</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Script task</name>
-      <value>Skript-Aufgabe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Search</name>
-      <value>Suchen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Search component</name>
-      <value>Suchkomponente</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Search for new Entries</name>
-      <value>Nach neuen Einträgen suchen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Search synchronisation</name>
-      <value>Synchronisierte Suchen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Search Synchronisation</name>
-      <value>Synchronisierte Suchen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Search term</name>
-      <value>Suchwert</value>
-    </stringEntry>
-    <stringEntry>
-      <name>second</name>
-      <value>Sekunde</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Second Approval</name>
-      <value>2. Freigabe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>seconds</name>
-      <value>Sekunden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Selection</name>
-      <value>Auswahl</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Selection ignore case</name>
-      <value>Suche Groß-/Kleinschreibung ignorieren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Selection placeholder</name>
-      <value>Suche Platzhalter</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Selection value</name>
-      <value>Auswahl-Wert</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SELECTION_BOTH</name>
-      <value>Vorne und hinten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SELECTION_NEITHER</name>
-      <value>Berücksichtigen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SELECTION_NULL</name>
-      <value>Ignorieren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SELECTION_POSTFIX</name>
-      <value>Hinten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SELECTION_PREFIX</name>
-      <value>Die Verwendung eines Ihrer vorherigen %0 Passwörter ist untersagt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Semiannually</name>
-      <value>Halbjährlich</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Semicolon</name>
-      <value>Strichpunkt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>semicolon</name>
-      <value>Strichpunkt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Send</name>
-      <value>Senden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Send Answer</name>
-      <value>Antwort senden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>send as mail</name>
-      <value>Als E-Mail senden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Send brochure (WV)</name>
-      <value>Broschüre zukommen lassen (WV)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Send Date</name>
-      <value>Versanddatum</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Send digital Advertising materials &amp; complete Workflow Task</name>
-      <value>Digitale Werbematerialien senden und Workflow abschließen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Send documents</name>
-      <value>Unterlagen zusenden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Send documents (WV)</name>
-      <value>Unterlagen senden (WV)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Send email</name>
-      <value>E-Mail senden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Send information</name>
-      <value>Informationen senden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Send workflow signal</name>
-      <value>Sende Workflow Signal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sender</name>
-      <value>Sender</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sender address</name>
-      <value>Senderadresse</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sender: %0</name>
-      <value>Sender: %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Senegal</name>
-      <value>Senegal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sent</name>
-      <value>Versendet</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sent Offers</name>
-      <value>Versendete Angebote</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sent offers</name>
-      <value>Versendete Angebote</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sent Receipts</name>
-      <value>Versendete Belege</value>
-    </stringEntry>
-    <stringEntry>
-      <name>September</name>
-      <value>September</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sequence flow</name>
-      <value>Sequenzfluss</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Serbia</name>
-      <value>Serbien</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Serial</name>
-      <value>Serie </value>
-    </stringEntry>
-    <stringEntry>
-      <name>Serial action</name>
-      <value>Serienaktion</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Serial Actions</name>
-      <value>Serienaktionen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Serial letter</name>
-      <value>Serienbrief</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Serial Letter</name>
-      <value>Serienbrief</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Serial letter \"%0\" can now be downloaded</name>
-      <value>Serienbrief \"%0\" kann heruntergeladen weden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Serial letters</name>
-      <value>Serienbriefe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Serverprocess has been started</name>
-      <value>Serverprozess wurde gestartet</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Service</name>
-      <value>Service</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Service Administration</name>
-      <value>Service Administration</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Service categories</name>
-      <value>Servicekategorien</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Service category</name>
-      <value>Servicekategorie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Service contract</name>
-      <value>Dienstleistungsvertrag</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Service Dashboard</name>
-      <value>Service Dashboard</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Service Manager</name>
-      <value>Leiter Service</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Service task</name>
-      <value>Service-Aufgabe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Service ticket</name>
-      <value>Serviceticket</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Service ticket categories</name>
-      <value>Serviceticket-Kategorien</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Service ticket category</name>
-      <value>Serviceticket-Kategorie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Service ticket template</name>
-      <value>Serviceticket-Vorlage</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Service ticket templates</name>
-      <value>Serviceticket-Vorlagen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Service tickets</name>
-      <value>Servicetickets</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Service-Admin</name>
-      <value>Service-Admin</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Serviceagent</name>
-      <value>Serviceagent</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set active</name>
-      <value>Aktiv setzen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set all address locations</name>
-      <value>Setze alle Addressstandorte</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set as default signature</name>
-      <value>Standard Signatur setzen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set attribute</name>
-      <value>Eigenschaft setzen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set auto assignment</name>
-      <value>Auto-Zuordnung setzen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set campaign step</name>
-      <value>kampagnenschritt setzen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set Campaign Step</name>
-      <value>Kampagnenschritt setzen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set completed</name>
-      <value>Erledigt setzen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set dunning</name>
-      <value>Mahnstufe setzen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set inactive</name>
-      <value>Inaktiv setzen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set missing address locations</name>
-      <value>Fehlende AddresStandorte setzen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>set New</name>
-      <value>Neu setzen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set not completed</name>
-      <value>Nicht erledigt setzen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set paid amount</name>
-      <value>Bezahlten Betrag setzen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set parent district</name>
-      <value>Ãœbergeordnetes Gebiet setzen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set password</name>
-      <value>Passwort setzen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>set Read</name>
-      <value>Gelesen setzen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set salesproject phase</name>
-      <value>Opportunityphase setzen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set status</name>
-      <value>Status setzen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set status to active</name>
-      <value>Status auf aktiv setzen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set status to inactive</name>
-      <value>Status auf inaktiv setzen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set to sent</name>
-      <value>Versendet setzen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set workflow</name>
-      <value>Workflow setzen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set workflow for selected e-mail filter</name>
-      <value>Workflow für selektierte E-Mail-Filter setzen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>setRead</name>
-      <value>Gelesen setzen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Settings</name>
-      <value>Einstellungen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>setUnread</name>
-      <value>Ungelesen setzen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sex</name>
-      <value>Geschlecht</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Seychelles</name>
-      <value>Seychellen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Shipping costs</name>
-      <value>Porto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Should a test email be sent to you instead?</name>
-      <value>Soll stattdessen eine Testmail an sie selbst versendet werden?</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Should the mail be sent now?</name>
-      <value>Soll die Mail jetzt versendet werden?</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all activities</name>
-      <value>Alle Aktivitäten anzeigen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all audits</name>
-      <value>Alle Audits anzeigen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all companies</name>
-      <value>Alle Firmen anzeigen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all contacts</name>
-      <value>Alle Kontaktpersonen anzeigen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all contracts</name>
-      <value>Alle Verträge anzeigen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all Facebook posts of a user</name>
-      <value>Alle Facebook Beiträge eines Benutzers anzeigen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all Facebook posts of ADITO</name>
-      <value>Alle Facebook Beiträge von ADITO anzeigen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all Favorites</name>
-      <value>Alle Favoriten anzeigen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all offers</name>
-      <value>Alle Angebote anzeigen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all offers with first approval</name>
-      <value>Alle Angebote mit 1. Freigabe anzeigen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all offers with second approval</name>
-      <value>Alle Angebote mit 2. Freigabe anzeigen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all products</name>
-      <value>Alle Produkte anzeigen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all receipts</name>
-      <value>Alle Belege anzeigen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all salesprojects</name>
-      <value>Alle Opportunities anzeigen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all sent offers</name>
-      <value>Alle versendeten Angebote anzeigen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all sent receipts</name>
-      <value>Alle versendeten Belege anzeigen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all tweets of a user</name>
-      <value>Alle Tweets eines Benutzers anzeigen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show Classification</name>
-      <value>Klassifizierung anzeigen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show filter result</name>
-      <value>Filterergebnis anzeigen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show how many sales projects are in the various sales phases</name>
-      <value>Zeigt wie viele Opportunities in den einzelnen Vertriebsphasen sind</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show inboxes</name>
-      <value>Postkörbe anzeigen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show my activities</name>
-      <value>Meine Aktivitäten anzeigen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show my bulkmails</name>
-      <value>Meine Serienmails anzeigen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show my campaigns</name>
-      <value>Meine Kampagnen anzeigen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show my contacts</name>
-      <value>Meine Kontakte anzeigen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show my district assignments with status review</name>
-      <value>Meine Bezirkszuweisungen mit Statusübersicht</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show my Forecast and Turnover for the current year</name>
-      <value>Zeigt meinen Forecast und meinen Umsatz für das aktuelle Jahr</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show my organisations</name>
-      <value>Meine Firmen anzeigen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show my tickets that are in process.</name>
-      <value>Zeigt meine aktuellen Tickets.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show offer</name>
-      <value>Angebot anzeigen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show only own</name>
-      <value>Nur Eigene anzeigen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show open salesprojects</name>
-      <value>Offene Opportunities anzeigen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show the finished Tickets in the last 4 weeks</name>
-      <value>Zeige die abgeschlossenen Tickets der letzten 4 Wochen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>show visit planning of the week</name>
-      <value>Zeig die Einsatzplanung der Woche</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all campaigns</name>
-      <value>Alle Kampagnen anzeigen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all synchronized datasets</name>
-      <value>Zeigt alle Synchronisierte Datensätze</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all synchronized searches of the users</name>
-      <value>Zeigt alle synchronisierten Suchen der Benutzer an</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all users which still have a pending synchronization to Outlook</name>
-      <value>Zeigt alle Benutzer an, die noch eine ausstehende Synchronisation mit Outlook haben</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all your Observations</name>
-      <value>Zeige all deine Beobachtungen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show campaing costs graphically processed</name>
-      <value>Kampagnenkosten graphisch aufbereitet</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show complete news articles</name>
-      <value>Zeigt News-Artikel vollständig an</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show device types used by bulkmail recipients</name>
-      <value>Zeigt die von Serienmailempfängern genutzten Gerätetypen an</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show my synchronized datasets</name>
-      <value>Zeigt meine synchronisierten Datensätze an</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show the different conversion rates of the sales project phases</name>
-      <value>Zeigt die unterschiedlichen Conversion Rates der Opportunityphasen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show the global Covid Cases in a Table</name>
-      <value>Zeigt die globalen Covid Fälle als Tabelle</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show the new daily Covid Cases</name>
-      <value>Zeigt die neuen Covid Fälle des Tages</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show the number of activities of the grouped fields</name>
-      <value>Zeigt die Nummer der Aktivitäten der gruppierten Felder</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show the number of datasets still to be synchronized</name>
-      <value>Zeigt die Anzahl der noch zu synchronisierenden Datensätze an</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show the organisations turnover and forecast in a 3 year time-span</name>
-      <value>Zeigt den Umsatz und den Forecast der Firma für den Zeitraum von 3 Jahren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show the organisations turnover in a 3 year time-span</name>
-      <value>Zeigt den Umsatz der Firma für den Zeitraum von 3 Jahren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show the organisations turnover, forecast and planing in a 3 year time-span</name>
-      <value>Zeigt den Umsatz, den Forecast und die Planung der Firma für den Zeitraum von 3 Jahren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show unread notifications about different content, e.g. Appointments, serial mails, ...</name>
-      <value>Zeigt alle ungelesenen Benachrichtigungen mit verschiedenen Inhalten, z.B. zu Terminen, Serienmails</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Side</name>
-      <value>Seite</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sierra Leone</name>
-      <value>Sierra Leone</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Signal</name>
-      <value>Signal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Signals</name>
-      <value>Signale</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Signature</name>
-      <value>Signatur</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Signature:</name>
-      <value>Signatur:</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Signature to set default</name>
-      <value>Zu setzende Standard Signatur</value>
-    </stringEntry>
-    <stringEntry>
-      <name>simple signature</name>
-      <value>Einfache Signatur</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Simple Signature</name>
-      <value>Einfache Signatur</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Singapore</name>
-      <value>Singapur</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Single</name>
-      <value>Einzel</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Single (Service/All)</name>
-      <value>Einzel (Service/Alle)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Single (Service/External)</name>
-      <value>Einzel (Service/Extern)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Single (Service/Internal)</name>
-      <value>Einzel (Service/Intern)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sint Maarten (Dutch part)</name>
-      <value>Sint Maarten (niederländischer Teil)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Site visit</name>
-      <value>Einstatz vor Ort</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Slave administration</name>
-      <value>Slave Verwaltung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Slave administration '%0' is '%1'</name>
-      <value>Slave Verwaltung '%0' ist '%1'</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Slave UID</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Slovakia</name>
-      <value>Slowakei</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Slovenia</name>
-      <value>Slowenien</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Smart TV</name>
-    </stringEntry>
-    <stringEntry>
-      <name>SMS</name>
-      <value>SMS</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mandatory specification in checklist open</name>
-      <value>Pflichtangabe in Checkliste offen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Soccer</name>
-      <value>Fussball</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Social</name>
-      <value>Sozial</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Social Media</name>
-      <value>Social Media</value>
-    </stringEntry>
-    <stringEntry>
-      <name>society</name>
-      <value>Verband</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Soft Bounce</name>
-    </stringEntry>
-    <stringEntry>
-      <name>solicits</name>
-      <value>Bewirbt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Solomon Islands</name>
-      <value>Salomon-Inseln</value>
-    </stringEntry>
-    <stringEntry>
-      <name>solution</name>
-      <value>Lösung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Somalia</name>
-      <value>Somalia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Someone liked one of your articles</name>
-      <value>Like für Wissensartikel erhalten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sort</name>
-      <value>Sortieren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sorting by</name>
-      <value>Sortieren nach</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sorting direction</name>
-      <value>Sortierrichtung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Source</name>
-      <value>Herkunft</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Source / origin of the generation of contacts</name>
-      <value>Quelle / Herkunft der Kontaktgenerierung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Source Currency</name>
-      <value>Quellwährung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Source Currency and Target Currency cannot be the same Currency.</name>
-      <value>Quellwährung und Zielwährung dürfen nicht die gleiche Währung sein.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Source tablename</name>
-      <value>Stammtabellenname</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Source tablename Id</name>
-      <value>Stammtabellenname ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>South Africa</name>
-      <value>Südafrika</value>
-    </stringEntry>
-    <stringEntry>
-      <name>South Georgia and the South Sandwich Islands</name>
-      <value>Süd-Georgien und die südlichen Sandwich-Inseln</value>
-    </stringEntry>
-    <stringEntry>
-      <name>South Sudan</name>
-      <value>Südsudan</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SP</name>
-      <value>VK</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Spain</name>
-      <value>Spanien</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Spanish</name>
-      <value>Spanisch</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Spare part</name>
-      <value>Ersatzteil</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Spare parts</name>
-      <value>Ersatzteile</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Special price list</name>
-      <value>Sonderpreisliste</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sport</name>
-      <value>Sport</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder must be instanciated with 'new' or one of the factory methods (newSelect, newWhere, newWhereIfSet)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder.deleteDat/updateData: You have to specify a tablename</name>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: .where has to be called before following and/or.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: .where has to be called only one time. Use and/or for further conditions.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: If pFieldOrCond is a SqlBuilder &amp; pValue is provided, pFieldOrCond has to be a full SqlBuilder which will be used as subselect</name>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: If pFieldOrCond is a SqlBuilder &amp; pValue is provided, you have to provide also pFieldType, as the type cannot be calculated from pFieldOrCond because it is a subselect</name>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: if you use a subQuery (e.g. SqlBuilder) you have to provide pCondition (e.g. \"exists ?\")</name>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: invalid value-type for pCondition</name>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: invalid value-type for pFieldOrCond. It can be a fully qualified SqlBuilder (e.g. select, from, ... have to be set) or an jdito-prepared-statement array</name>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: pValue (or pFieldOrCond if only one param) is not allowed to be null, undefined or []. (use *IfSet functions if you need optional conditions which are just ignored if value is null or undefined)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: pValue has to be a jdito variable which returns something different than null. (use *IfSet functions if you need optional conditions which are just ignored if value is null or undefined)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: select and from were expected, but not provided.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: The '#' in pCondition has to occur before the '?' and '?' has to occur 1 time, '#' has to occur 1 or 0 times.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: The pagesize is not set or is not a number.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: The provided callback function is not a function.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: The provided values object for updateFields is invalid or is not an object.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: unsupportet parameter combination</name>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: You have to provide a subquery as SqlBuilder, prepared-array or string</name>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: You have to specify at least one parameter</name>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlUtils.getSqlInStatement: if pAsPrepared is true, pPreparedDbType has to be filld with the correct db type</name>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlUtils.getSqlInStatement: WARNING: You should not create in-statements with more than 1000 values. As this has a very bad performance.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sri Lanka</name>
-      <value>Sri Lanka</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Standard</name>
-      <value>Standard</value>
-    </stringEntry>
-    <stringEntry>
-      <name>standard address</name>
-      <value>Standard-Adresse</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Standard city</name>
-      <value>Standardstadt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Standard City</name>
-      <value>Standardstadt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Standard Country</name>
-      <value>Standardland</value>
-    </stringEntry>
-    <stringEntry>
-      <name>standard email</name>
-      <value>Standard-Email</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Standard workflow</name>
-      <value>Standard Workflow</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Standard workflows</name>
-      <value>Standard Workflows</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Standard zip</name>
-      <value>Standard PLZ</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Standard Zip</name>
-      <value>Standard Plz</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Start</name>
-      <value>Start</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Start advertising material workflow</name>
-      <value>Werbemittel Workflow starten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Start date</name>
-      <value>Startdatum</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Start event</name>
-      <value>Start-Ereignis</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Start Serveprocess</name>
-      <value>Serverprozess starten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Start time</name>
-      <value>Startzeitpunkt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Start workflow</name>
-      <value>Workflow starten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Start Workflow</name>
-      <value>Workflow starten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Start workflows</name>
-      <value>Workflows starten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Starts the server process manually, which will recalculate all (potentially) outdated classifications. This process should be executed after changes to the classification configuration.</name>
-      <value>Startet den Serverprozess manuell, wodurch alle (möglicherweise) veralteten Klassifizierungen neu berechnet werden. Dieser Prozess sollte nach Änderungen an der Klassifizierungskonfiguration ausgeführt werden.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>started</name>
-      <value>Gestartet</value>
-    </stringEntry>
-    <stringEntry>
-      <name>State</name>
-      <value>Status</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Statistic</name>
-      <value>Statistik</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Status</name>
-      <value>Status</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Status (Mailbridge)</name>
-      <value>Status (Mailbridge)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Status Appointment</name>
-      <value>Status Termin</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Status can't be changed to confirmed if no appointment exists!</name>
-      <value>Status kann nicht zu bestätigt gesetzt werden wenn kein Termin existiert!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Status change skipped!</name>
-      <value>Statusänderung übersprungen!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Status changes skipped!</name>
-      <value>Statusänderungen übersprungen!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Status: \"won\"</name>
-      <value>Status: \"gewonnen\"</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Step</name>
-      <value>Stufe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Step costs</name>
-      <value>Schrittkosten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Steps</name>
-      <value>Stufen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>still incorrect</name>
-      <value>weiterhin fehlerhaft</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Stock</name>
-      <value>Lagerbestand</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Stock Id</name>
-      <value>Lager Id</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Stop costs</name>
-      <value>Stoppkosten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Street</name>
-      <value>Straße</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Strength</name>
-      <value>Stärke</value>
-    </stringEntry>
-    <stringEntry>
-      <name>String value</name>
-      <value>String-Wert</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Subcategory</name>
-      <value>Unterkategorie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Subject</name>
-      <value>Betreff</value>
-    </stringEntry>
-    <stringEntry>
-      <name>subject</name>
-      <value>Betreff</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Subject and Body</name>
-      <value>Betreff und Mailtext</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Subordinate campaign of</name>
-      <value>Unterkampagne von</value>
-    </stringEntry>
-    <stringEntry>
-      <name>subordinate context</name>
-      <value>Untergeordneter Context</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Subscribed</name>
-      <value>Abonniert</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Subscription model</name>
-      <value>Abomodell</value>
-    </stringEntry>
-    <stringEntry>
-      <name>subsidiary</name>
-      <value>Tochtergesellschaft</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Success</name>
-      <value>Erfolg</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Successful</name>
-      <value>Erfolgreich</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sudan</name>
-      <value>Sudan</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sufficient guarantees</name>
-      <value>Ausreichende Garantien</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sum</name>
-      <value>Summe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sum (%0)</name>
-      <value>Summe (%0)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sum (Foreign currency)</name>
-      <value>Summe (Fremdwährung)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sum Chart</name>
-      <value>Summen Diagramm</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Summary</name>
-      <value>Zusammenfassung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Superordinate Attribute</name>
-      <value>Ãœbergeordnete Eigenschaft</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Superordinate campaign of</name>
-      <value>übergeordnete Kampagne von</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Superordinate Topic</name>
-      <value>Ãœbergeordnetes Thema</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Supervision</name>
-      <value>Betreuung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Supervisor</name>
-      <value>Betreuer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Supervisor Archive</name>
-      <value>Betreuerarchiv</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Supervisor assignment</name>
-      <value>Betreuerzuordnung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation: Supervisor assignment</name>
-      <value>Firma: Betreuerzuordnung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>supervisor of</name>
-      <value>Vorgesetzter von</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Supervisors</name>
-      <value>Betreuer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Supervisory board</name>
-      <value>Aufsichtsrat</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Supplier</name>
-      <value>Lieferant</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Support</name>
-      <value>Support</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Support ticket</name>
-      <value>Supportticket</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Support Ticket</name>
-      <value>Supportticket</value>
-    </stringEntry>
-    <stringEntry>
-      <name>supported by</name>
-      <value>Wird unterstützt von</value>
-    </stringEntry>
-    <stringEntry>
-      <name>supports</name>
-      <value>Unterstützt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Supportticket</name>
-      <value>Supportticket</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Suriname</name>
-      <value>Suriname</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Svalbard and Jan Mayen</name>
-      <value>Svalbard und Jan Mayen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Swaziland</name>
-      <value>Swasiland</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sweden</name>
-      <value>Schweden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Switzerland</name>
-      <value>Schweiz</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sync Exchange Contacts</name>
-      <value>Exchange-Kontakte synchronisieren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Synced searches</name>
-      <value>Synchronisierte Suchen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Synchronisation status</name>
-      <value>Synchronisationsstatus</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Synchronize</name>
-      <value>Synchronisieren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>synchronize</name>
-      <value>Synchronisieren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>synchronize Appointment to Plan</name>
-      <value>Daten aus Termin in Planung übernehmen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Synchronize calendar permissions from Exchange to ADITO</name>
-      <value>Synchronisiere Kalenderberechtigungen von Exchange nach ADITO</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Synchronize documents</name>
-      <value>Synchronisierte Dokumente</value>
-    </stringEntry>
-    <stringEntry>
-      <name>synchronize Plan to Appointment</name>
-      <value>Daten aus Planung in Termin übernehmen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Synchronized searches</name>
-      <value>Synchronisierte Suchen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Synchronized with Outlook</name>
-      <value>Synchronisiert mit Outlook</value>
-    </stringEntry>
-    <stringEntry>
-      <name>System</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Tablename</name>
-      <value>Tabellenname</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tablename Id</name>
-      <value>TabellennamenId</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tablet</name>
-    </stringEntry>
-    <stringEntry>
-      <name>tabulator</name>
-      <value>Tabulator</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tag</name>
-      <value>Tag</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tags</name>
-      <value>Tags</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Taiwan</name>
-      <value>Taiwan</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tajikistan</name>
-      <value>Tadschikistan</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Take price</name>
-      <value>Preis übernehmen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Talk data</name>
-      <value>Gesprächsdaten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Target amount</name>
-      <value>Soll Betrag</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Target Amount</name>
-      <value>Soll Betrag</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Target Amount (%0)</name>
-      <value>Soll Betrag (%0)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Target Entity</name>
-      <value>Ziel Entity</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Target group</name>
-      <value>Zielgruppe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Task</name>
-      <value>Aufgabe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Task Attendees</name>
-      <value>Aufgaben Bearbeiter</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Task Id</name>
-      <value>AufgabenId</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Task link Id</name>
-      <value>AufgabenverknüpfungsId</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Task maturity date</name>
-      <value>Prüfdatum</value>
-    </stringEntry>
-    <stringEntry>
-      <name>TASKID (UID)</name>
-      <value>TASKID (UID)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tasks</name>
-      <value>Aufgaben</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Team</name>
-      <value>Team</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Team leader dashboard</name>
-      <value>Teamleiter Dashboard</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Team role</name>
-      <value>Teamrolle</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Technical email</name>
-      <value>Technische E-Mail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Technical requirement</name>
-      <value>Fachanforderung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Technical specifications</name>
-      <value>Technische Merkmale</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Technology</name>
-      <value>Technologie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Template No.</name>
-      <value>Vorlagen-Nr.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Templatename</name>
-      <value>Vorlagenname</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tentative</name>
-      <value>Vorläufig</value>
-    </stringEntry>
-    <stringEntry>
-      <name>tentative</name>
-      <value>Vorläufig</value>
-    </stringEntry>
-    <stringEntry>
-      <name>terminated</name>
-      <value>Terminiert</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Test</name>
-      <value>Test</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Test email</name>
-      <value>E-Mail testen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Test Recipient</name>
-      <value>Test Empfänger</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Test Recipients</name>
-      <value>Test Empfänger</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Test Run</name>
-      <value>Testlauf</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Test Run Actions</name>
-      <value>Testversand Aktionen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Text</name>
-      <value>Text</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Text content</name>
-      <value>Textinhalt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Text Modular</name>
-      <value>Textbaustein</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Thailand</name>
-      <value>Thailand</value>
-    </stringEntry>
-    <stringEntry>
-      <name>the \"%0\" table is configured to get logged but this is the logging-stoarge itself and cannot be monitored</name>
-      <value>Die "%0" -Tabelle ist so konfiguriert, dass sie protokolliert wird. Dies ist jedoch der Protokollierspeicher selbst und kann nicht überwacht werden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The attribute \"%0\" couldn't be set for %1 %2, because %3.</name>
-      <value>Es konnte für %1 %2 die Eigenschaft %0 nicht gesetzt werden, weil %3.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The chosen attribute was successfully set for %0 %1</name>
-      <value>Es wurde für %0 %1 die ausgewählte Eigenschaft erfolgreich gesetzt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The chosen attributes were successfully set for %0 %1</name>
-      <value>Es wurden für %0 %1 die ausgewählten Eigenschaften erfolgreich gesetzt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The code number is not a valid number.</name>
-      <value>Die Kennnummer ist keine gültige Nummer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The combination of organisation, product group and year already exists.</name>
-      <value>Die Kombination aus Firma, Produktgruppe und Jahr existiert bereits.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The contact has an advertising ban for emails!</name>
-      <value>Der Kontakt hat ein Werbeverbot für E-Mails!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The contact has an advertising ban for letters!</name>
-      <value>Der Kontakt hat ein Werbeverbot für Briefe!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The contact is already a recipient!</name>
-      <value>Der Kontakt ist bereits als Empfänger eingetragen!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The contract number already exists!</name>
-      <value>Die Vertragsnummer existiert bereits!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The data is transmitted to the following recipients:</name>
-      <value>Die Daten werden an folgende Empfänger übertragen:</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The data of this Leadimport has already been transfered. Do you want to transfer it again?</name>
-      <value>Die Daten dieses Leadimports wurden schon transferiert. Wollen Sie diese nochmal transferien?</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The district no has to be bigger than %0</name>
-      <value>Die Gebietsnummer sollte größer sein als %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The duplicate row corrosponding to %0 has been rebuild</name>
-      <value>Der Dublettenfilter %0 wurde neu berechnet</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The end date has to be after the start.</name>
-      <value>Das Enddatum muss nach dem Startdatum liegen.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The endtime can't be before begintime!</name>
-      <value>Die Endzeit darf nicht vor der Startzeit liegen!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The expiry date must be after the start date!</name>
-      <value>Das Fällig-Datum muss nach dem Beginn-Datum liegen!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The file did not contain any data</name>
-      <value>Die Datei enthielt keine Daten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The file must be a XML</name>
-      <value>Die Datei muss vom typ "XML" sein</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The following Topics have been set more than once:</name>
-      <value>Die folgenden Themen wurden mehrmals vergeben:</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The function could not be deleted because it has links to other objects. The status of the function was set to inactive.</name>
-      <value>Die Funktion konnte nicht gelöscht werden, da sie Verknüpfungen zu weiteren Objekten besitzt. Der Status der Funktion wurde auf Inaktiv gesetzt.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The given Keyword Category Name is already used but needs to be unique</name>
-      <value>Der angegebene Schlüsselwort Kategoriename existiert bereits, muss aber eindeutig sein</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The given starting location is empty. An area search can not be performed.</name>
-      <value>Der übergebene Startpunkt ist leer. Die Umkreissuche kann nicht ausgeführt werden.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>the high complexity of your application</name>
-      <value>die hohe Komplexität Ihrer Anwendung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>the max amount of this attribute has been reached</name>
-      <value>die maximale Anzahl der Attribute für diesen Datensatz bereits erreicht wurde</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The max participants count can not be equal or less then 0</name>
-      <value>Die maximale Teilnehmerzahl muss größer 0 sein!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The max participants count has to be equal or greater than the count of the current participants!</name>
-      <value>Die maximale Teilnehmerzahl muss gleich oder größer der aktuellen Teilnehmerzahl sein!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The minimal count can't be larger than the maximal count!</name>
-      <value>Die minimale Anzahl darf nicht größer als die maximale Anzahl sein!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The next due date must be after the start of the contract and before the expiry of the contract!</name>
-      <value>Nächste Fälligkeit muss nach Vertragsbeginn und vor Vertragsende liegen!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>the number of your applications</name>
-      <value>Die Anzahl ihrer Anwendungen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The offer number already exists!</name>
-      <value>Die Angebotsnummer existiert bereits!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The order number already exists!</name>
-      <value>Die Bestellnummer existiert bereits!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The person is already associated with another employee!</name>
-      <value>Die Person ist bereits mit einem anderen Mitarbeiter verknüpft!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The product number already exists!</name>
-      <value>Die Produktnummer existiert bereits!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The radius has to be %0 or lesser.</name>
-      <value>Der Radius muss %0 km oder weniger betragen.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The radius has to be at least %0.</name>
-      <value>Der Radius muss mindestens %0 km betragen.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The replacement name has to be unique.</name>
-      <value>Der Ersatzname muss eindeutig sein</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The roll out date must be after the project start!</name>
-      <value>Das Roll Out Datum muss nach dem Projektstart liegen!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The Salesproject can only be filled when a company has been specified</name>
-      <value>Opportunity darf nur gefüllt sein wenn eine Firma festgelegt wurde.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The selected Contact doesn't have an address set.</name>
-      <value>Der ausgewählte Kontakt hat keine Adresse festgelegt.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>the specified key has to be unique for that container but does already exist</name>
-      <value>Der angegebene Key muss eindeutig sein wird in diesem Container aber bereits verwendet</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The status of the offer was changed to \"sent\".</name>
-      <value>Der Status des Angebots wurde auf \"versendet\" gesetzt.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The status of the offer was changed to \"Sent\".</name>
-      <value>Der Status fes Angebots wurde auf "gesendet" geändert.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The status of the order was changed to \"sent\".</name>
-      <value>Der Status des Belegs wurde auf \"versendet\" gesetzt.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The status-change of the ticket was skipped. Any other changes were carried out.</name>
-      <value>Die Statusänderungen dieses Tickets wurde übersprungen. Alle anderen Änderungen wurden durchgeführt.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The status-change of these tickets was skipped. Any other changes were carried out.</name>
-      <value>Die Statusänderungen dieser Tickets wurden übersprungen. Alle anderen Änderungen wurden durchgeführt.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The team must have at least one owner</name>
-      <value>Das Team muss mindestens einen Besitzer haben</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The test run is not properly configured.</name>
-      <value>Der Testversand ist nicht richtig konfiguriert.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The transfer of data to recipients located in a third country is based on the following guarantees:</name>
-      <value>Die Übermittlung von Daten an Empfänger in einem Drittland basiert auf folgenden Garantien:</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The valid until date can't be before valid to!</name>
-      <value>Das Gültig ab Datum darf nicht vor dem Gültig bis Datum liegen!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The Value has to be in the 0-100% range</name>
-      <value>Der Wert muss sich zwischen 0 und 100% liegen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The workflow could not be deployed</name>
-      <value>Der Workflow konnte nicht deployed werden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket was split.</name>
-      <value>Ticket wurde aufgeteilt.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The ZIP code does not match the format of the country.</name>
-      <value>Die Postleitzahl hat nicht das Format des ausgewählten Landes.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Their Permissions</name>
-      <value>Ihre Berechtigungen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Theme</name>
-      <value>Thema</value>
-    </stringEntry>
-    <stringEntry>
-      <name>There already exists a %0 price with the same type of pricelist, quantity and currency in the defined range.</name>
-      <value>Es gibt bereits einen %0 Preis mit der selben Preisliste, Menge und Einheit im festgelegten Bereich.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>There are no test recipients.</name>
-      <value>Es sind keine Testempfänger eingestellt.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>There is already a activity from the same email existing!</name>
-      <value>Es ist bereits eine Aktivität aus derselben E-Mail vorhanden!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>There is already a permission existing!</name>
-      <value>Es existiert bereits eine Berechtigung!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>this attribute with the same value exists already</name>
-      <value>das Attribut mit dem selben Wert bereits existiert</value>
-    </stringEntry>
-    <stringEntry>
-      <name>This cannot be undone!</name>
-      <value>Das kann nicht rückgängig gemacht werden!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>This combination of person and organisation does already exist and can not be created once more.</name>
-      <value>Diese Kombination aus Person und Organisation existiert bereits und kann daher nicht noch ein mal angelegt werden.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>This error should never appear - contact administrator (PermissionDetail_entity.PermissionAction.onValidation).</name>
-      <value>Dieser Fehler sollte nie erscheinen - kontaktieren Sie einen Administrator (PermissionDetail_entity.PermissionAction.onValidation).</value>
-    </stringEntry>
-    <stringEntry>
-      <name>This month</name>
-      <value>Diesen Monat</value>
-    </stringEntry>
-    <stringEntry>
-      <name>This overwrites the mapping structure</name>
-      <value>Hiermit wird die Mappingstruktur überschrieben</value>
-    </stringEntry>
-    <stringEntry>
-      <name>This priority is already assigned.</name>
-      <value>Diese Priorität ist bereits zugewiesen.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>This private person doeas already exist and can not be created once more.</name>
-      <value>Diese Privatperson existiert bereits und kann daher nicht noch ein mal angelegt werden.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>This year</name>
-      <value>Dieses Jahr</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket</name>
-      <value>Ticket</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket categories</name>
-      <value>Ticket Kategorie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket category</name>
-      <value>Ticket Kategorien</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket closure</name>
-      <value>Ticketabschluss</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket Closure</name>
-      <value>Ticketabschluss</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket closure (days)</name>
-      <value>Ticketabschluss (Tage)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket Control Center</name>
-      <value>Ticket-Kontrollzentrum</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket duplicated (duplicate)</name>
-      <value>Ticket dupliziert (Duplikat)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket duplicated (original)</name>
-      <value>Ticket dupliziert (Original)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket filter</name>
-      <value>Ticketfilter</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Unique Views</name>
-      <value>Einzigartige Views</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket no.</name>
-      <value>Ticket Nr.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ticket no.</name>
-      <value>Ticket Nr.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket has a follow up ticket.</name>
-      <value>Ticket hat ein Folgeticket.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket number of the created ticket: %0</name>
-      <value>Ticketnummer des erstellten Tickets: %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket number of the original ticket: %0</name>
-      <value>Ticketnummer des originalen Tickets: %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket reopen</name>
-      <value>Ticket wiedereröffnet</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket reopen delay</name>
-      <value>Ticket Wiederöffnung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket reopen delay (days)</name>
-      <value>Ticket Wiederöffnung (Tage)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket resubmission</name>
-      <value>Ticketwiedervorlage</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket resubmitted</name>
-      <value>Wiedervorlage erstellt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket return</name>
-      <value>Ticketrückgabe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket returned</name>
-      <value>Ticket zurückgegeben</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket returned to pool</name>
-      <value>Ticket zurück in den Pool gegeben</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket template</name>
-      <value>Ticket-Vorlage</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket type</name>
-      <value>Tickettyp</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tickets in process</name>
-      <value>Tickets in Bearbeitung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Time</name>
-      <value>Zeit</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Time expenses</name>
-      <value>Aufwand</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Time in minutes</name>
-      <value>Zeit in Minuten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Timetracking</name>
-      <value>Zeiterfassung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Timetracking entries</name>
-      <value>Zeiteinträge</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Timetracking Id</name>
-      <value>Zeiterfassungs ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Timor-Leste</name>
-      <value>Timor-Leste</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Titel</name>
-      <value>Titel</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Title</name>
-      <value>Titel</value>
-    </stringEntry>
-    <stringEntry>
-      <name>title</name>
-      <value>Titel</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Title suffix</name>
-      <value>Namenszusatz</value>
-    </stringEntry>
-    <stringEntry>
-      <name>To</name>
-      <value>An</value>
-    </stringEntry>
-    <stringEntry>
-      <name>TO</name>
-      <value>AN</value>
-    </stringEntry>
-    <stringEntry>
-      <name>To:</name>
-      <value>An:</value>
-    </stringEntry>
-    <stringEntry>
-      <name>To check</name>
-      <value>Zu prüfen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>To Delete</name>
-      <value>Für Löschung vorgesehen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>To re-open tickets, please use the corresponding action.</name>
-      <value>Nutzen Sie bitte die entsprechende Aktion, um Tickets wiederzueröffnen.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>today</name>
-      <value>heute</value>
-    </stringEntry>
-    <stringEntry>
-      <name>today | %0 - %1 o'clock</name>
-      <value>heute | %0 - %1 Uhr</value>
-    </stringEntry>
-    <stringEntry>
-      <name>TODELETE</name>
-      <value>Für Löschung vorgesehen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ToDo</name>
-      <value>ToDo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Todo</name>
-      <value>Todo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ToDos</name>
-      <value>ToDos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>o'clock</name>
-      <value>Uhr</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Toggle status</name>
-      <value>Status ändern</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Toggles the status of  selected discussion between open and closed</name>
-      <value>Ändert den Status der selektierten Diskussion zwischen offen und geschlossen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Togo</name>
-      <value>Togo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tokelau</name>
-      <value>Tokelau</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Token</name>
-      <value>Token</value>
-    </stringEntry>
-    <stringEntry>
-      <name>tomorrow</name>
-      <value>morgen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>tomorrow | %0 - %1 o'clock</name>
-      <value>morgen | %0 - %1 Uhr</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tonga</name>
-      <value>Tonga</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tool changer</name>
-      <value>Werkzeugwechsler</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Topic</name>
-      <value>Thema</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Topic (incl. Subtopics)</name>
-      <value>Thema (inkl. Unterthemen)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Topic Tree</name>
-      <value>Themenbaum</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Topics</name>
-      <value>Themen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Total</name>
-      <value>Gesamt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Total costs</name>
-      <value>Gesamtkosten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Total gross</name>
-      <value>Summe brutto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Total gross (%0)</name>
-      <value>Summe brutto (%0)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Total in euros</name>
-      <value>Gesamt in Euro</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Total net</name>
-      <value>Summe netto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Total Net (%0)</name>
-      <value>Summe netto (%0)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Total net (%0)</name>
-      <value>Summe netto (%0)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Total of Forecasts</name>
-      <value>Summe der Prognosen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Total opt. item gross</name>
-      <value>Summe opt. Posten brutto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Total opt. item net</name>
-      <value>Summe opt. Posten netto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Total time</name>
-      <value>Gesamtzeit</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Total VAT</name>
-      <value>USt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Total VAT (%0)</name>
-      <value>USt (%0)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Touchpoint</name>
-      <value>Kontaktpunkt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Touchpoints</name>
-      <value>Kontaktpunkte</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tourism</name>
-      <value>Tourismus</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Trade</name>
-      <value>Handel</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Trade fair</name>
-      <value>Messe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Transfer data</name>
-      <value>Daten transferieren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Transfer to delivery note</name>
-      <value>In Lieferschein übertragen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Please select a maximum of 50 organisations</name>
-      <value>Bitte maximal 50 Firmen auswählen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Transfer to Invoice</name>
-      <value>In Rechnung übertragen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Transfered data</name>
-      <value>Transferierte Daten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Transmission</name>
-      <value>Ãœbermittlung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Transport damage</name>
-      <value>Transportschaden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Treat</name>
-      <value>Genuss</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tree</name>
-      <value>Baum</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Trigger</name>
-      <value>Auslöser</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Trinidad and Tobago</name>
-      <value>Trinidad und Tobago</value>
-    </stringEntry>
-    <stringEntry>
-      <name>True</name>
-      <value>Ja</value>
-    </stringEntry>
-    <stringEntry>
-      <name>true</name>
-      <value>wahr</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Try to create activity automatically and ask for more information if necessary</name>
-      <value>Versuche Aktivität automatisch anzulegen und fordert weitere Informationen an wenn nötig</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tunisia</name>
-      <value>Tunesien</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Turkey</name>
-      <value>Türkei</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Turkmenistan</name>
-      <value>Turkmenistan</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Turks and Caicos Islands</name>
-      <value>Turks- und Caicosinseln</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Turnover</name>
-      <value>Umsatz</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Turnover and Forecast</name>
-      <value>Umsatz und Forecast</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Turnover change</name>
-      <value>Entwicklung Umsatz</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Turnover, Forecast and Planning</name>
-      <value>Umsatz, Forecast und Planung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tuvalu</name>
-      <value>Tuvalu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Twitter</name>
-      <value>Twitter</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Twitter Feed</name>
-      <value>Twitter Feed</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Typ</name>
-      <value>Typ</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Type</name>
-      <value>Typ</value>
-    </stringEntry>
-    <stringEntry>
-      <name>type</name>
-      <value>Typ</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Type changed to %0</name>
-      <value>Type geändert zu %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Type of contract</name>
-      <value>Vertragsart</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Type of damage</name>
-      <value>Schadensart</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Uganda</name>
-      <value>Uganda</value>
-    </stringEntry>
-    <stringEntry>
-      <name>UID</name>
-      <value>UID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ukraine</name>
-      <value>Ukraine</value>
-    </stringEntry>
-    <stringEntry>
-      <name>unassigned</name>
-      <value>nicht zugeordnet</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Unchanged plan values</name>
-      <value>Unveränderte Planwerte</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Undefined</name>
-      <value>nicht definiert</value>
-    </stringEntry>
-    <stringEntry>
-      <name>undefined</name>
-      <value>nicht definiert</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Unique click rate (in %)</name>
-      <value>Einzigartige Klickrate in Prozent</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Unique Clicks</name>
-      <value>Einzigartige Klicks</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Unit</name>
-      <value>Einheit</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Unit price</name>
-      <value>Einzelpreis</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Unit price (%0)</name>
-      <value>Einzelpreis (%0)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>United Arab Emirates</name>
-      <value>Vereinigte Arabische Emirate</value>
-    </stringEntry>
-    <stringEntry>
-      <name>United States dollar</name>
-      <value>US-Dollar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>United States Minor Outlying Islands</name>
-      <value>Kleinere abgelegene Inseln der Vereinigten Staaten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Unitprice</name>
-      <value>Einzelpreis</value>
-    </stringEntry>
-    <stringEntry>
-      <name>unknown</name>
-      <value>Unbekannt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Unknown accepted call from %0 to %1, duration: %2</name>
-      <value>Unbekannter angenommener Anruf von %0 nach %1, Dauer: %2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Unknown incoming call from %0 to %1</name>
-      <value>Unbekannter eingehender Anruf von %0 nach %1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Unlinked e-mail</name>
-      <value>Unverknüpfte E-Mail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Unlinked e-mails</name>
-      <value>Unverknüpfte E-Mails</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Unread</name>
-      <value>Ungelesen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>unsubscribe</name>
-      <value>unsubscribe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Unsubscribes</name>
-      <value>Abmeldungen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Until</name>
-      <value>Bis</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Travel expenses</name>
-      <value>Reisekosten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>up to date</name>
-      <value>aktuell</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Update</name>
-      <value>Bearbeiten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Update Advertising</name>
-      <value>Werbung updaten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Update AdvertisingItem</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Update all Classification entries in the system</name>
-      <value>Aktualisiere alle gespeicherten Klassifizierungswerte im System.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Update campaign step</name>
-      <value>Kampagnenstufe ändern</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Update data privacy information</name>
-      <value>Datenschutzinformationen aktualisieren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Update offer</name>
-      <value>Angebot updaten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>updated</name>
-      <value>aktualisiert</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Upload new file</name>
-      <value>Neue Datei hochladen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>URL</name>
-      <value>URL</value>
-    </stringEntry>
-    <stringEntry>
-      <name>URL must be unique</name>
-      <value>Die URL muss eindeutig sein!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Uruguay</name>
-      <value>Uruguay</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Usage</name>
-      <value>Verwendung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Use all categories</name>
-      <value>Alle Kategorien</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Use all inboxes</name>
-      <value>Alle Postkörbe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Use all service ticket categories</name>
-      <value>Alle Serviceticket-Kategorien nutzen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Use external Scanservice</name>
-      <value>Nutze externen Scan Webservice</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Use for test run</name>
-      <value>Bei Testversand verwenden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Use selection for test mailing</name>
-      <value>Auswahl für Testversand verwenden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Use template attachments</name>
-      <value>Vorlagen-Anhänge verwenden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>User</name>
-      <value>Benutzer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>User Administration</name>
-      <value>Benutzerverwaltung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>User Currency</name>
-      <value>Benutzerwährung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>User error</name>
-      <value>Anwenderfehler</value>
-    </stringEntry>
-    <stringEntry>
-      <name>User task</name>
-      <value>Benutzer-Aufgabe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>User token</name>
-      <value>Benutzertoken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>User tokens</name>
-      <value>Benutzertoken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>USER_EDIT</name>
-      <value>Bearbeiter</value>
-    </stringEntry>
-    <stringEntry>
-      <name>USER_NEW</name>
-      <value>Ersteller</value>
-    </stringEntry>
-    <stringEntry>
-      <name>USER_NEW_CONTACT</name>
-      <value>USER_NEW_CONTACT</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Userhelp Ressources</name>
-      <value>benutzerhilfe Ressourcen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Username</name>
-      <value>Benutzername</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Username already exists!</name>
-      <value>Der Benutzername existiert bereits!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Uzbekistan</name>
-      <value>Usbekistan</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Vacation approval by</name>
-      <value>Urlaubsantrag genehmigt von</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Vacation examination by</name>
-      <value>Urlaubsgeprüft von</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Valid</name>
-      <value>gültig</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Valid district contacts</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Valid from</name>
-      <value>Gültig ab</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Valid from (as %0)</name>
-      <value>Gültig ab (in %0)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Valid from quantity</name>
-      <value>Gültig ab Anzahl</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Valid to</name>
-      <value>Gültig bis</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Valid until</name>
-      <value>Gültig bis</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Valid, limited</name>
-      <value>gültig, befristet</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Valid, unlimited</name>
-      <value>gültig, unbefristet</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Valuation</name>
-      <value>Bewertung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Value</name>
-      <value>Wert</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Value is too big, the maximum is %0</name>
-      <value>Wert ist zu groß, das Maximum ist %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Value is too small, the minimum is %0</name>
-      <value>Wert ist zu klein, das Minimum ist %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Value must be an integer</name>
-      <value>Wert muss eine Ganzzahl sein</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Values</name>
-      <value>Werte</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Vanuatu</name>
-      <value>Vanuatu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Variable</name>
-      <value>Variable</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Variable costs</name>
-      <value>Variable Kosten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Variables</name>
-      <value>Variablen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>VAT</name>
-      <value>USt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Vat</name>
-      <value>USt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>VAT in %</name>
-      <value>USt in %</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Vers. no.</name>
-      <value>Vers.-Nr.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Version</name>
-      <value>Version</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Version %0</name>
-      <value>Version %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>very high</name>
-      <value>sehr hoch</value>
-    </stringEntry>
-    <stringEntry>
-      <name>via mail</name>
-      <value>per E-Mail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>via post</name>
-      <value>per Post</value>
-    </stringEntry>
-    <stringEntry>
-      <name>View</name>
-      <value>Ansicht</value>
-    </stringEntry>
-    <stringEntry>
-      <name>View all duplicates from this scanner</name>
-      <value>Alle Duplikate dieses Scanners anzeigen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>View duplicates</name>
-      <value>Dubletten anzeigen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>At least one of the operation tasks doesn't have an estimated time set.</name>
-      <value>Für mindestens eine der Einsatzaufgaben wurde keine geschätzte Zeit angegeben.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Operation tasks not yet estimated.</name>
-      <value>Einsatzaufgaben noch nicht geschätzt.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>estimated time</name>
-      <value>Geschätzte Zeit</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Virgin Islands (British)</name>
-      <value>Jungferninseln (Britisch)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Virgin Islands (U.S.)</name>
-      <value>Jungferninseln (US)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Visit</name>
-      <value>Besuch</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Visit frequency</name>
-      <value>Einsatzfrequenz</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Visit Frequency</name>
-      <value>Einsatzfrequenz</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Visit Planning</name>
-      <value>Einsatzplanung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Visit Recommendation</name>
-      <value>Einsatzvorschlag</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Visit Recommendations</name>
-      <value>Einsatzvorschläge</value>
-    </stringEntry>
-    <stringEntry>
-      <name>visit recommendations</name>
-      <value>Einsatzvorschläge</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Visit request</name>
-      <value>Besuchswunsch</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Visitplan Entry</name>
-      <value>Einsatzeintrag</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Visitplan Weekly Overview</name>
-      <value>Einsatzplanung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Visitreport created</name>
-      <value>Einsatzbericht erstellt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Volume</name>
-      <value>Volumen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Volume (%0)</name>
-      <value>Volumen (%0)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Volume Weighted(%0)</name>
-      <value>Volumen Gewichtet(%0)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>waiting</name>
-      <value>warten auf Rückmeldung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Wallis and Futuna</name>
-      <value>Wallis und Futuna</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Warehouse</name>
-      <value>Lager</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Warehouse 1</name>
-      <value>Lager 1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Warehouse 2</name>
-      <value>Lager 2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Warehouse 3</name>
-      <value>Lager 3</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Warning</name>
-      <value>Warnung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>was missed</name>
-      <value>wurde verpasst</value>
-    </stringEntry>
-    <stringEntry>
-      <name>was set to</name>
-      <value>wurde gesetzt auf</value>
-    </stringEntry>
-    <stringEntry>
-      <name>We hereby comply with your request within the statutory period of one month.</name>
-      <value>Wir kommen Ihrer Aufforderung hiermit innerhalb der gesetzlichen Frist von einem Monat nach.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>We received data from</name>
-      <value>Wir haben Daten erhalten von</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Weakness</name>
-      <value>Schwäche</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Wear part</name>
-      <value>Verschleißteil</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Weblink</name>
-      <value>Weblink</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Weblinks</name>
-      <value>Weblinks</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Website</name>
-      <value>Website</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Week</name>
-      <value>Woche</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Weekly</name>
-      <value>Wöchentlich</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Weekplan</name>
-      <value>Wochenplan</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Weekplan already exists!</name>
-      <value>Wochenplan existiert bereits!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Weekplan Info</name>
-      <value>Wochenplaninformation</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Weight (kg)</name>
-      <value>Gewicht (kg)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Western Sahara</name>
-      <value>Westsahara</value>
-    </stringEntry>
-    <stringEntry>
-      <name>White</name>
-      <value>Weiß</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation: Industry</name>
-      <value>Firma: Branche</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Target Conversion to Deal Rate in %</name>
-      <value>Ziel Conversion to Deal in %</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Conversion to Deal Rate</name>
-      <value>Conversion to Deal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Target Conversion Rate in %</name>
-      <value>Ziel in %</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Conversion Rate Target</name>
-      <value>Conversion Rate Ziel</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Conversion Rate Targets</name>
-      <value>Conversion Rate Ziele</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Will be deleted</name>
-      <value>Wird gelöscht</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Will be inserted</name>
-      <value>Wird eingefügt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Will be updated</name>
-      <value>Wird aktualisiert</value>
-    </stringEntry>
-    <stringEntry>
-      <name>within one Month</name>
-      <value>Innerh. eines Monats</value>
-    </stringEntry>
-    <stringEntry>
-      <name>within the last Month</name>
-      <value>Innerh. des letzten Monats</value>
-    </stringEntry>
-    <stringEntry>
-      <name>within the last six Months</name>
-      <value>Innerh. der letzten sechs Monate</value>
-    </stringEntry>
-    <stringEntry>
-      <name>within the last year</name>
-      <value>Innerh. des letzten Jahres</value>
-    </stringEntry>
-    <stringEntry>
-      <name>within the next six Months</name>
-      <value>Innerh. der nächsten sechs Monate</value>
-    </stringEntry>
-    <stringEntry>
-      <name>within the next year</name>
-      <value>Innerh. des nächsten Jahres</value>
-    </stringEntry>
-    <stringEntry>
-      <name>without Vat</name>
-      <value>ohne USt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Won</name>
-      <value>Gewonnen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>(partially) won on</name>
-      <value>(teilweise) gewonnen am</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Workflow</name>
-      <value>Workflow</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Workflow already started</name>
-      <value>Workflow bereits gestartet</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Workflow definition</name>
-      <value>Workflowdefinition</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Workflow Definition</name>
-      <value>Workflowdefinition</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Workflow definitions</name>
-      <value>Workflowdefinitionen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Workflow deploy failed</name>
-      <value>Workflow deploy fehlgeschlagen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Workflow instance</name>
-      <value>Workflowinstanz</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Workflow instances</name>
-      <value>Workflowinstanzen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Workflow management</name>
-      <value>Workflow management</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Workflow Model</name>
-      <value>Workflow Modell</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Workflow signal</name>
-      <value>Workflow Signal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Worklow started</name>
-      <value>Worklow gestartet</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Would you really like to clear the forecast and set the state to '%0'?</name>
-      <value>Möchten Sie wirklich den Forecast löschen und den Status auf '%0' setzen?</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Write bulk mail</name>
-      <value>Serienmail schreiben</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Write email</name>
-      <value>E-Mail schreiben</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Writes for</name>
-      <value>schreibt für</value>
-    </stringEntry>
-    <stringEntry>
-      <name>wrong configuration for '%0'</name>
-      <value>falsche Konfiguration für '%0'</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Xing</name>
-      <value>Xing</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Xing (Organisation)</name>
-      <value>Xing (Firma)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Xing (Person)</name>
-      <value>Xing (Person)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Year</name>
-      <value>Jahr</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Yearly</name>
-      <value>Jährlich</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Yemen</name>
-      <value>Jemen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Yes</name>
-      <value>Ja</value>
-    </stringEntry>
-    <stringEntry>
-      <name>You can't set a permission to yourself!</name>
-      <value>Sie können keine Berechtigungen für sich selbst setzen.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>You don't have permission for this view.</name>
-      <value>Sie haben keine Berechtigung für diese Ansicht.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>You have to add at least one recipient.</name>
-      <value>Sie müssen mindestens einen Empfänger eintragen.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>You have to add atleast one signer in order to start the signing workflow.</name>
-      <value>Sie müssen mindestens einen Signierenden eintragen um den Signaturprozess starten zu können.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>You tried to change the status of \"%0\" tickets from 'ended' to another status.</name>
-      <value>Sie haben versucht den Status von \"%0\" Tickets von 'abgeschlossen' zu einem anderen Status zu ändern.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>You tried to change the status of a ticket from 'ended' to another status.</name>
-      <value>Sie haben versucht den Status eines Tickets von 'abgeschlossen zu einem anderen Status zu ändern.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>You were assigned as new district contact to district '%0' and %1 %2.</name>
-      <value>Sie wurden dem Gebiet '%0' und %1 %2 als neuer Betreuer zugewiesen.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Your changes may have an impact on the data privacy information (GDPR).\n Please update these.</name>
-      <value>Ihre Änderungen können sich auf die Datenschutzinformationen (DSGVO) auswirken.\n Bitte aktualisieren Sie diese.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>yyyy-MM-dd HH:mm:ss</name>
-      <value>yyyy-MM-dd HH:mm:ss</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Zambia</name>
-      <value>Sambia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Zimbabwe</name>
-      <value>Zimbabwe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ZIP</name>
-      <value>PLZ</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Zip</name>
-      <value>Plz</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ZIP regex</name>
-      <value>Plz regex</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$MAIL_SENT}</name>
-      <value>Gesendet</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$ADDRESS_IDENTIFIER}</name>
-      <value>Bezeichnung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$DISTRICT_NO}</name>
-      <value>Gebietsnr.:</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$DISTRICT_NUMBER}</name>
-      <value>Gebietsnummer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$DISTRICT_PARENT_DISTRICT}</name>
-      <value>Ãœbergeordnetes Gebiet</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$DISTRICT_RESPONSIBLE}</name>
-      <value>Gebietsverantwortlicher</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$DISTRICT_TOTAL_TURNOVER}</name>
-      <value>Umsatz gesamt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$DISTRICT}</name>
-      <value>Gebiet</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$OBJECTLINK_OBJECT}</name>
-      <value>Objekt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$OBJECTLINK_TYPE}</name>
-      <value>Art</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$QUICK_ENTRY_LEAD_QUICK_ACQUISITION}</name>
-      <value>Leadschnellerfassung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$TASK_EDITOR}</name>
-      <value>Bearbeiter</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$TASK_PRIORITY_HIGH}</name>
-      <value>hoch</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$TASK_PRIORITY_LOW}</name>
-      <value>niedrig</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$TASK_PRIORITY_NONE}</name>
-      <value>keine</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$TASK_PRIORITY_NORMAL}</name>
-      <value>normal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$TASK_REQUESTOR}</name>
-      <value>Anforderer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$TASK_STATUS}</name>
-      <value>Status</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$TICKET_EDITOR}</name>
-      <value>Bearbeiter</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$TICKET_REQUESTOR}</name>
-      <value>Anforderer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$TICKET_STATUS}</name>
-      <value>Status</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{SEARCH_INDEX_TITLE}</name>
-      <value>Suche</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{SEND_MAIL}</name>
-      <value>E-Mail versenden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ã…land Islands</name>
-      <value>Ã…landinseln</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ø Probability</name>
-      <value>Ø Wahrscheinlichkeit</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Last activity</name>
-      <value>Letzte Aktivität</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Business Fairs</name>
-      <value>Messen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Indv Reply Tmpl</name>
-      <value>Indv Antw Temp</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Your newsletter registration</name>
-      <value>Ihre Newsletter Anmeldung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>An error occured during converting the msg file into an standardized mail.</name>
-      <value>Ein Fehler ist aufgetreten während der Konvertierung der .msg Datei in ein Standard Mail.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No role(s) selected</name>
-      <value>Keine Rolle(n) gewählt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Over due</name>
-      <value>Überfällig</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Streetmap</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The Import Fields \"Lastname\" or \"Organisation\" have to be mapped!</name>
-      <value>Die Felder \"Nachname\" oder \"Firma\" müssen gemappt werden.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>&lt;p&gt;eml.send error!</name>
-      <value>&lt;p&gt;eml.send error!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show the opening hours of bulk mail recipients.</name>
-      <value>Zeigt die Öffnungszeiten der Serienmail Empfänger.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New organisation created: %0</name>
-      <value>Neue Firma angelegt: %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Please select only one element</name>
-      <value>Bitte nur ein Element wählen.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Business Fair Talk</name>
-      <value>Messevortrag</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No Permission</name>
-      <value>Keine Zugriffsberechtigung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sender full address</name>
-      <value>Sender full address</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Maximum</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Like</name>
-      <value>Like</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sender phone</name>
-      <value>Sender phone</value>
-    </stringEntry>
-    <stringEntry>
-      <name>End time must be later than start time</name>
-      <value>Das Endzeitpunkt muss nach dem Startzeitpunkt liegen.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Original message</name>
-      <value>Originale Meldung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Duplicate Value</name>
-      <value>Dubletten Wert</value>
-    </stringEntry>
-    <stringEntry>
-      <name>There are no valid employees in the department.</name>
-      <value>Es gibt keine validen Mitarbeiter in der Abteilung.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>FILE NOT CHANGED</name>
-    </stringEntry>
-    <stringEntry>
-      <name>To-Do's</name>
-      <value>To-Do's</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Remove Inbox and it's occurance in Tickets.</name>
-      <value>Postkorb und sein Auftreten in Tickets entfernen.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaignstep in campaign \"%0\" changed to \"%1\"</name>
-      <value>Kampagnenstufe in Kampagne \"%0\" geändert zu \"%1\"</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[ZippingUtil.renameDuplicateFilenamesForZip]Limit for max length of filename iteration reached.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>An error occured during getting recipients contact data.</name>
-      <value>Ein Fehler ist aufgetreten beim ermitteln der Empfänger Kontaktdaten.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cancel IDs Observations</name>
-      <value>Beobachtung Datensätze aufheben</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Field or Seperator were empty function: %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Views</name>
-      <value>Views</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Categories</name>
-      <value>Kategorien</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Regular expression</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sender name</name>
-      <value>Sender name</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Swap</name>
-      <value>Tauschen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sendet</name>
-      <value>Sendet</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Number has to be unique</name>
-      <value>Nummer muss einzigartig sein</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaignstep changed</name>
-      <value>Kampagnenstufe geändert</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket was duplicated.</name>
-      <value>Ticket wurde dupliziert.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 already activities from the same email existing!</name>
-      <value>%0 Aktivitäten der selben E-Mail existieren bereits.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Minimum</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Salesorder</name>
-      <value>Auftrag</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sender organisation name</name>
-      <value>Sender organisation name</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sender email</name>
-      <value>Senderadresse</value>
-    </stringEntry>
-    <stringEntry>
-      <name>dd.MM.YYYY HH:mm</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Upload</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Bulk Mail Opening Hours</name>
-      <value>Serienmail Öffnungszeiten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Business fair</name>
-      <value>Messe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>An</name>
-    </stringEntry>
-    <stringEntry>
-      <name>An error occured during getting contact data.</name>
-      <value>Ein Fehler ist aufgetreten beim ermitteln der Kontaktdaten.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sender country - zip - city</name>
-      <value>Sender country - zip - city</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Target Currency</name>
-      <value>Zielwährung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Discount in (%0)</name>
-      <value>Rabatt in (%0)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Conclusion (MB)</name>
-      <value>Ergebnis (MB)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[ZippingUtil.constructor]Cannot instantiate a static class.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Start time must be earlier than end time</name>
-      <value>Startzeitpunkt muss vor Endzeitpunkt liegen.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 companies were newley assigned. \n%1 companies are no longer assigned (these assignments got the status 'review'). \n%2 valid assignments were unchanged. \nThe Process took %3 seconds.</name>
-      <value>%0 Firmen wurden neu zugeordnet. \n%1 Firmen sind nicht mehr zugeordnet (diese Zuordnungen wurden auf den Status 'zur Prüfung' gesetzt). \n%2 gültige Zuordnungen blieben unverändert. \nDer Prozess dauerte %3 Sekunden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 Supervisors were newley assigned. \n%1 Supervisor assignments were updated. \n%2 valid assignments were unchanged. \n%3 invalid assignments should probably no longer be assigned (these assignments got the status 'review'). \n%4 assignments got deleted. \n%5 Archived Supervisors were newley assigned. \n%6 Supervisor Archive assignments were updated. \n%7 valid Archive assignments were unchanged. \n%8 invalid Archive assignments should probably no longer be assigned (these assignments got the status 'review'). \n%9 Archive assignments got deleted. \nThe Status of %10 responsibles were updated. \nThe Process took %11 seconds.</name>
-      <value>%0 Betreuer wurden neu zugeordnet. \n%1 Betreuerzuordnungen wurden aktualisiert. \n%2 gültige Zuordnungen blieben unverändert. \n%3 Zuordnungen sind nicht mehr zugeordnet (diese Zuordnungen wurden auf den Status 'zur Prüfung' gesetzt). \n%4 Zuordnungen wurden gelöscht. \n%5 archivierte Betreuer wurden neu zugeordnet. \n%6 archivierte Betreuer wurden aktualisiert \n%7 valide archivierte Betreuer blieben unverändert. \n%8 invalide archivierte Betreuer sind nicht mehr zugeordnet (diese Zuordnungen wurden auf den Status 'zur Prüfung' gesetzt). \n%9 archivierte Betreuer wurden gelöscht. \nDer Status von %10 Verantwortlichen wurde aktualisiert. \nDer Prozess dauerte %11 Sekunden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Deleted</name>
-      <value>Gelöscht</value>
-    </stringEntry>
-    <stringEntry>
-      <name>added on</name>
-      <value>Hinzugefügt am</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No new tickets available at this moment.</name>
-      <value>Momentan sind keine neuen Tickets verfügbar.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set Status</name>
-      <value>Status setzen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New password must not be the same as the current password</name>
-      <value>Neues Passwort kann nicht das selbe sein wie das alte Passwort</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[ZippingUtil.renameDuplicateFilenamesForZip]FileNames type is invalid. An Array of filenames is required.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Tags can't be assigned more than once!</name>
-      <value>Tags können nicht doppelt vergeben werden!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Original Value</name>
-      <value>Original Wert</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Wrong password</name>
-      <value>Falsches Passwort</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Passwords do not match</name>
-      <value>Die Passwörter stimmen nicht überein!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 out of %1 records were changed to \"%2\".</name>
-      <value>%0 von %1 Datensätzen wurden zu  \"%2\" geändert.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 record/s could not be updated.</name>
-      <value>%0 Datensätzen konnten nicht aktualisisert werden.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Status (MB)</name>
-      <value>Status (MB)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Talks</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Talk</name>
-      <value>Gespräch</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Editor changed to</name>
-      <value>Bearbeiter geändert zu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Reopen delay (days)</name>
-      <value>Wiedereröffnung (Tage)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation: Zip</name>
-      <value>Firma: PLZ</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket created through duplication.</name>
-      <value>Ticket durch Duplizierung erstellt.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket created through splitting.</name>
-      <value>Ticket durch Aufteilung erstellt.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>EMAIL ERROR</name>
-      <value>EMAIL ERROR</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Check status of Salesproject %0</name>
-      <value>Bitte prüfen sie den Status der Opportunity %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Likes</name>
-      <value>Likes</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Filters are only possible without logical conjunctions!</name>
-      <value>Filter sind nur ohne logische Verknüpfungen möglich!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy mosaico template</name>
-      <value>Kopiere Mosaicovorlage</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Swiss franc</name>
-      <value>Schweizer Franken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create a bulk mail with the selection as recipients</name>
-      <value>Neue Serienmail mit den ausgewählten Teilnehmern erstellen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create a document template based on the mosaico template</name>
-      <value>Neue Dokumentvorlage auf Basis der Mosaico Vorlage erstellen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Merge Duplicates</name>
-      <value>Dubletten zusammenführen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 of the chosen records are already recipients.</name>
-      <value>%0 der ausgewählten Datensätze sind schon Empfänger.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Resolve Duplicates</name>
-      <value>Dubletten auflösen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Original</name>
-      <value>Original</value>
-    </stringEntry>
-    <stringEntry>
-      <name>resolve duplicates</name>
-      <value>Dubletten auflösen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Fields/Linking</name>
-      <value>Felder/Verknüpfungen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Take over duplicate value</name>
-      <value>Dublettenwert übernehmen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Merge duplicate in original</name>
-      <value>Dublette im Original zusammenführen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Events</name>
-      <value>Veranstaltungen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Registration deadline</name>
-      <value>Anmeldeschluss</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Invited</name>
-      <value>Eingeladen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Send type</name>
-      <value>Versandart</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Message type</name>
-      <value>Nachrichtentyp</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Participants with status</name>
-      <value>Teilnehmer mit Status</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Send status</name>
-      <value>Versandstatus</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Reminder mail</name>
-      <value>Erinnerung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy event</name>
-      <value>Kopiere Veranstaltung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Lecture</name>
-      <value>Vortrag</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Break</name>
-      <value>Pause</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Confirmation</name>
-      <value>Bestätigung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Confirmation Volume</name>
-      <value>Auftragseingang</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Declined</name>
-      <value>Abgesagt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Change the status of selected participants</name>
-      <value>Status der ausgewählten Teilnehmer ändern</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add to event</name>
-      <value>Zu Veranstaltung hinzufügen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add the selection to a event</name>
-      <value>Auswahl zu einer Veranstaltung hinzufügen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0/%1 of the chosen records will be added to the event</name>
-      <value>%0/%1 Teilnehmer werden zur selektierten Veranstaltung hinzugefügt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Welcome</name>
-      <value>Begrüßung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Please adjust existing forecast</name>
-      <value>Bitte bestehende Prognose anpassen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Banner</name>
-      <value>Banner</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Already existing activities</name>
-      <value>Bereits bestehende Aktivitäten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New organisation</name>
-      <value>Neue Firma</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Visit date</name>
-      <value>Besuchsdatum</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Linked organisation</name>
-      <value>Verknüpfte Firma</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Page title</name>
-      <value>Webseitentitel</value>
-    </stringEntry>
-    <stringEntry>
-      <name>This week</name>
-      <value>Diese Woche</value>
-    </stringEntry>
-    <stringEntry>
-      <name>CW</name>
-      <value>KW</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Extended connection</name>
-      <value>Erweiterte Verbindung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Extended connections</name>
-      <value>Erweiterte Verbindungen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sender email address</name>
-      <value>Senderadresse</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Match phone number</name>
-      <value>Nummernabgleich</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Fee(k EUR)</name>
-      <value>Gebühr (Tsd. EUR)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ungrouped</name>
-      <value>ungruppiert</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all tweets of Handelsblatt</name>
-      <value>Alle Tweets vom Handelsblatt anzeigen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>dd.MM.yyyy.HH:mm:ss</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Opportunity Conversion Rates to Deal</name>
-      <value>Opportunity Conversion Rates zum Deal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show the different conversion rates to deal of the sales project phases</name>
-      <value>Zeigt die unterschiedlichen Conversion Rates zum Deal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Conversion Rates</name>
-      <value>Conversion Raten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Opportunity Conversion Rates</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Address/Number</name>
-      <value>Adresse/Rufnummer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My responsible Organisations</name>
-      <value>Meine verantwortlichen Firmen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show my responsible organisations</name>
-      <value>Meine verantwortlichen Firmen anzeigen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Swiss Franc</name>
-      <value>Schweizer Franken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Web visits</name>
-      <value>Webbesuche</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Webtracking</name>
-      <value>Webtracking</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Swap duplicates and originals</name>
-      <value>Dubletten und Originale tauschen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Referrer link</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Voicemail</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Event planning</name>
-      <value>Veranstaltungsplanung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Training</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Page number</name>
-      <value>Seitenzahl</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Incoming Call</name>
-      <value>Eingehender Anruf</value>
-    </stringEntry>
-    <stringEntry>
-      <name>new Event</name>
-      <value>Neue Veranstaltung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Chosen record is already in the event</name>
-      <value>Gewählter Datensatz nimmt bereits am Event teil.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Not enough room in event</name>
-      <value>In der Veranstaltung ist nicht genug Platz vorhanden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Countdown</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Web Tracking</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Eventparticipantstatus</name>
-    </stringEntry>
-    <stringEntry>
-      <name>EVENTID (UID)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>No action</name>
-      <value>Keine Aktion</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Deal</name>
-    </stringEntry>
-    <stringEntry>
-      <name>User_new</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Inhouse</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Save the date</name>
-    </stringEntry>
-    <stringEntry>
-      <name>BusinessID</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Incoming Calls</name>
-      <value>Eingehende Anrufe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Called</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Keywords</name>
-      <value>Schlüsselwörter</value>
-    </stringEntry>
-    <stringEntry>
-      <name>EventMessageStatus</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Remove from event</name>
-      <value>Von Veranstaltung entfernen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Serviceticket</name>
-      <value>Serviceticket</value>
-    </stringEntry>
-    <stringEntry>
-      <name>EventSlot</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Call context</name>
-      <value>Anruferkontext</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Eventmessageid</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Follow up</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Seminar</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Eventslotid</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Webinar</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Agenda</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Multi</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Event_id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Eventmessage_id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>EventMessage</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Caller</name>
-      <value>Anrufer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Eventmessagestatusid</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Referrer name</name>
-    </stringEntry>
-    <stringEntry>
-      <name>User_edit</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Online</name>
-    </stringEntry>
-    <stringEntry>
-      <name>No Tag</name>
-      <value>Kein Tag</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$SKILL}</name>
-      <value>Skill</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$TASK_EDITORS}</name>
-      <value>Bearbeiter</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Event participation</name>
-      <value>Veranstaltungsteilnahme</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Change date</name>
-      <value>Änderungsdatum</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Negative prices are only allowed for discounts</name>
-      <value>Negative Preise sind nur für Rabatte zulässig</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Negative prices are only allowed for cancellations</name>
-      <value>Negative Preise sind nur für Stornierungen zulässig</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 liked your knowledge article %1.</name>
-      <value>%0 gefällt Ihr Wissensbeitrag %1.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sorting</name>
-      <value>Sortierung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Keyword Category Description</name>
-      <value>Schlüsselwort-Kategorie Beschreibung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Timezone</name>
-      <value>Zeitzone</value>
-    </stringEntry>
-    <stringEntry>
-      <name>License edition</name>
-      <value>Lizenzedition</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Process executed</name>
-      <value>Prozess ausgeführt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Run garbage collection</name>
-      <value>Garbage Collection ausführen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Server</name>
-      <value>Server</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Last execution status</name>
-      <value>Letzter Ausführungsstatus</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Keep JDito instance</name>
-      <value>JDito Instanz behalten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Total Memory</name>
-      <value>Gesamtspeicher</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy Class Path</name>
-      <value>Klassenpfade kopieren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Servers</name>
-      <value>Servers</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Data directory</name>
-      <value>Datenverzeichnis</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Run immediately</name>
-      <value>Sofort ausführen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Duration in MS</name>
-      <value>Dauer in MS</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Session Messages</name>
-      <value>Sessionmeldungen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Send message to user</name>
-      <value>Nachricht an Benutzer schicken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Clear cache</name>
-      <value>Cache leeren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Weeks</name>
-      <value>Wochen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sessions</name>
-      <value>Sessions</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Thread priority</name>
-      <value>Priorität</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Started by</name>
-      <value>gestartet von</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Processmanagement</name>
-      <value>Prozessmanagement</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ProcessHistory</name>
-      <value>Prozesshistorie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Completion date</name>
-      <value>Abschlussdatum</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Activate</name>
-      <value>aktivieren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Very low</name>
-      <value>sehr niedrig</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Free Memory</name>
-      <value>Freier Speicher</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Shutdown Session(s)</name>
-      <value>Session(s) herunter fahren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Interval</name>
-      <value>Intervall</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Useragent</name>
-      <value>Useragent</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Login Time</name>
-      <value>Anmeldezeit</value>
-    </stringEntry>
-    <stringEntry>
-      <name>execute manually</name>
-      <value>Manuell ausführen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Stop intervall</name>
-      <value>Intervall stoppen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Edit intervall</name>
-      <value>Intervall editieren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Home directory</name>
-      <value>Hauptverzeichnis</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Startup time</name>
-      <value>Startzeit</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ManagerVMProperties</name>
-      <value>VM Eigenschaften</value>
-    </stringEntry>
-    <stringEntry>
-      <name>VM property</name>
-      <value>VM Eigenschaft</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Garbage Collection started</name>
-      <value>Garbage Collection gestartet</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Statuscode</name>
-      <value>Statuscode</value>
-    </stringEntry>
-    <stringEntry>
-      <name>View VM properties</name>
-      <value>Zeige VM Eigenschaften</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SessionMessage</name>
-      <value>Sessionmeldungen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Browserinformation</name>
-      <value>Browserinformation</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Process started</name>
-      <value>Prozess gestartet</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Login user</name>
-      <value>Anmeldebenutzer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Process failed</name>
-      <value>Prozess fehlgeschlagen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Timertype</name>
-      <value>Timertype</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Total CPU usage</name>
-      <value>CPU-Nutzung insgesamt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>License id</name>
-      <value>Lizenz ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Serverprocess failed. Check serverlog for further information</name>
-      <value>Serverprozess fehlgeschlagen. Prüfen Sie das Serverlog für weitere Informationen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Manager drain mode</name>
-      <value>Drain Mode</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Startdate</name>
-      <value>Startdatum</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Locale</name>
-      <value>Lokale</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Major version</name>
-      <value>Major Version</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Process</name>
-      <value>Prozess</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Drain mode</name>
-      <value>Drain Mode</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Long message</name>
-      <value>Lange Nachricht</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Client IP</name>
-      <value>IP des Clients</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Garbage Collection</name>
-      <value>Garbage Collection</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Interval configuration</name>
-      <value>Intervallkonfiguration</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Process histories</name>
-      <value>Prozesshistorien</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Build</name>
-      <value>Build</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Server Runtime</name>
-      <value>Serverlaufzeit</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ManagerServerStatisticss</name>
-      <value>Serverstatistiken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Serverprocess has been executed</name>
-      <value>Serverprozess wurde ausgeführt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ProcessInterval</name>
-      <value>Intervall</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Session Message</name>
-      <value>Sessionmeldung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Send message</name>
-      <value>Nachricht schicken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Months</name>
-      <value>Monate</value>
-    </stringEntry>
-    <stringEntry>
-      <name>user(s)</name>
-      <value>Users(s)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Open Error Message</name>
-      <value>Fehlermeldung öffnen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Minor version</name>
-      <value>Minor Version</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Activate drain mode</name>
-      <value>Drain Mode aktivieren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy error message</name>
-      <value>Fehlermeldung kopieren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Resolution</name>
-      <value>Auflösung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ManagerDrainMode</name>
-      <value>Drain Mode</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Start intervall</name>
-      <value>Intervall starten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Log directory</name>
-      <value>Log-Verzeichnis</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Abort</name>
-      <value>Abbrechen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Short message</name>
-      <value>Kurznachricht</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Last Action</name>
-      <value>Letzte Aktion</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Session ID</name>
-      <value>Session ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Processname</name>
-      <value>Prozessname</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Execution time</name>
-      <value>Ausführungszeit</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Stop drain mode</name>
-      <value>Drain Mode stoppen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ProcessIntervals</name>
-      <value>Intervalle</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Touchscreen</name>
-      <value>Touchscreen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Interval has been started</name>
-      <value>Intervall wurde gestartet</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cluster</name>
-      <value>Cluster</value>
-    </stringEntry>
-    <stringEntry>
-      <name>VM properties</name>
-      <value>VM Eigenschaften</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Internal name</name>
-      <value>Interner Name</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Last execution time</name>
-      <value>Letzte Ausführungszeit</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ManagerServerStatistics</name>
-      <value>Serverstatistiken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Process history</name>
-      <value>Prozesshistorie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Execution date</name>
-      <value>Ausführungsdatum</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cache cleared</name>
-      <value>Cache geleert</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Send message </name>
-      <value>Nachricht schicken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Drain Message</name>
-      <value>Drain Nachricht</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Session</name>
-      <value>Session</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Shutdown Session</name>
-      <value>Session herunterfahren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Salesproject: Project start</name>
-      <value>Opportunity: Projektstart</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Order Volume</name>
-      <value>Bestellmenge</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Quarter</name>
-      <value>Quartal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Target acquisition</name>
-      <value>Zielerfassung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Turnover goal in thousand (%0)</name>
-      <value>Umsatzziel in Tausend (%0)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Follow up 1</name>
-      <value>Folgetermin 1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Follow up 2</name>
-      <value>Folgetermin 2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Last visit</name>
-      <value>Letzter Einsatz</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Rule active</name>
-      <value>Regel aktiv</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Next visit</name>
-      <value>Nächster Einsatz</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Skip next visit</name>
-      <value>Nächsten Einsatz überspringen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 visitplan entries were created.</name>
-      <value>%0 Wochenplaneinträge wurden erstellt.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>There already is an ad hoc message for participants with status %0</name>
-      <value>Es existiert bereits eine Ad-hoc Nachricht für Teilnehmer mit status %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The following participant status have been set multiple times: %0</name>
-      <value>Folgende Empfänger Status wurden mehrfach vergeben: %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Target participant status</name>
-      <value>Zielstatus (Empfänger)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Registered</name>
-      <value>Registriert</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Waiting list</name>
-      <value>Warteliste</value>
-    </stringEntry>
-    <stringEntry>
-      <name>To generate the report, the table columns \"Data privacy right, \"Data privacy use\", \"Valid to\" must be maintained.</name>
-      <value>Um den Bericht zu erstellen, müssen die Tabellenspalten \"Datenschutzrecht\", \"Datenschutz anwenden\" und \"Gültig bis\" für alle Einträge gepflegt sein..</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New salesproject</name>
-      <value>Neue Opportunity</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaignstep in campaign \"%0\" changed from \"%1\" to \"%2\"</name>
-      <value>Kampagnenstufe in Kampagne \"%0\" geändert von \"%1\" zu \"%2"\</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${TOUCHPOINTS}</name>
-      <value>Touchpoints</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Target turnover</name>
-      <value>Umsatzziel</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Salesproject: Classification</name>
-      <value>Opportunity: Klassifizierung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Expense</name>
-      <value>Spesenabrechnung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Expense from %0 to %1 from %2</name>
-      <value>Spesenabrechnung vom %0 bis %1 von %2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Expense report</name>
-      <value>Spesenabrechnung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Expenses</name>
-      <value>Spesenabrechnungen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Breakfast incl.</name>
-      <value>Frühstück inkl.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Lunch incl.</name>
-      <value>Mittagessen inkl.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Dinner incl.</name>
-      <value>Abendessen inkl.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>First Absence</name>
-      <value>Erste Reise</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Absence</name>
-      <value>Reise</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Absences</name>
-      <value>Reisen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Absences should be submitted until the 10th of the next month.</name>
-      <value>Reisen sollten bis zum 10ten des Folgemonats eingereicht werden.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Arrival</name>
-      <value>Anreise</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create multiple days</name>
-      <value>Mehrtägige Reise</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Departure</name>
-      <value>Abreise</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Last Absence</name>
-      <value>Letzte Reise</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New Absence</name>
-      <value>Neue Reise</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Selected absence date cannot be more than 3 years in the past</name>
-      <value>Reisezeitraum darf nicht länger als 3 Jahre in der Vergangenheit liegen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Selected month or year does not match with the selected expense date</name>
-      <value>Selected month or year does not match with the selected expense date</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Selected receipt date cannot be more than 3 years in the past</name>
-      <value>Belegdatum darf nicht länger als 3 Jahre in der Vergangenheit liegen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Several days - 24 hours</name>
-      <value>Mehrtägig - 24 Stunden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Several days - Day of arrival</name>
-      <value>Mehrtägig - Anreisetag</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Several days - Departure</name>
-      <value>Mehrtägig - Abreisetag</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Settle</name>
-      <value>Abzurechnen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Settled</name>
-      <value>Abgerechnet</value>
-    </stringEntry>
-    <stringEntry>
-      <name>settled up</name>
-      <value>abgerechnet</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Total Absences</name>
-      <value>Reisetage insg.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Absence Day</name>
-      <value>Reisetag</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Traveling Expenses</name>
-      <value>Reisekosten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Date has to be within the travel period</name>
-      <value>Datum muss innerhalb des Reisezeitraums liegen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Absence already exists for this date and user</name>
-      <value>Es existiert bereits eine Reise für den Reisezeitraum und Benutzer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Absence Days</name>
-      <value>Reisetage</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Submit absence</name>
-      <value>Reisekosten einreichen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show Expense report</name>
-      <value>Spesenabrechnung anzeigen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>new travel reservation</name>
-      <value>Neue Reisebuchung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New Expense</name>
-      <value>Neue Spesenabrechnung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>in Creation</name>
-      <value>in Erstellung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>in process</name>
-      <value>In Bearbeitung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Meal allowance (%0)</name>
-      <value>Verpflegungspauschale (%0)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Total Kilometer</name>
-      <value>Kilometer insg.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Created</name>
-      <value>Erstellt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Kilometer (own car)</name>
-      <value>Kilometer (mit eigenem KFZ)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Receipts (%0)</name>
-      <value>Belege (%0)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Purpose</name>
-      <value>Zweck</value>
-    </stringEntry>
-    <stringEntry>
-      <name>One day - 8 hours and less</name>
-      <value>Eintägig - 8 Stunden und weniger</value>
-    </stringEntry>
-    <stringEntry>
-      <name>One day - more than 8 hours</name>
-      <value>Eintägig - mehr als 8 Stunden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Costs</name>
-      <value>Kosten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Costs in (%0)</name>
-      <value>Kosten in (%0)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Companycard</name>
-      <value>Firmenkreditkarte</value>
-    </stringEntry>
-    <stringEntry>
-      <name>set 'Settled'</name>
-      <value>Abgerechnet setzen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>set 'Creation'</name>
-      <value>Erstellung setzen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>set 'to be settled'</name>
-      <value>Abzurechnen setzen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show Meal Allowance</name>
-      <value>Verpflegungspauschale anzeigen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Period</name>
-      <value>Zeitraum</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Payout</name>
-      <value>Auszahlung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New Receipt</name>
-      <value>Neuer Beleg</value>
-    </stringEntry>
-    <stringEntry>
-      <name>receipt</name>
-      <value>Beleg</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Lump sum</name>
-      <value>Pauschalbetrag</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No.</name>
-      <value>Nr.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Close</name>
-      <value>Schließen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket closed</name>
-      <value>Ticket abgeschlossen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Merge this ticket</name>
-      <value>Dieses Ticket</value>
-    </stringEntry>
-    <stringEntry>
-      <name>With the following ticket(s)</name>
-      <value>Mit den folgenden Ticket(s) zusammenführen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Confirm merge</name>
-      <value>Zusammenführen bestätigen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tickets merged</name>
-      <value>Tickets zusammengeführt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Merged ticket %0 into ticket %1</name>
-      <value>Ticket %0 in Ticket %1 zusammengeführt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Follow up ticket</name>
-      <value>Folgeticket</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket created as follow up ticket.</name>
-      <value>Als Folgeticket erfasst.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attachment information</name>
-      <value>Anhänge</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Do you really want to merge the selected tickets? Merge cannot be undone!</name>
-      <value>Wollen Sie wirklich die gewählten Tickets zusammenführen? Diese Aktion kann nicht rückgängig gemacht werden!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Phone number</name>
-      <value>Telefonnummer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>from \"%0\" to \"%1\" modified.</name>
-      <value>von \"%0\" auf \"%1\" geändert.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket number of the created ticket</name>
-      <value>Ticketnummer des erstellten Tickets</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket created through duplication</name>
-      <value>Ticket durch Duplizierung erstellt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket was duplicated</name>
-      <value>Ticket wurde dupliziert</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket number of the original ticket</name>
-      <value>Ticketnummer des originalen Tickets</value>
-    </stringEntry>
-    <stringEntry>
-      <name>We save your data until</name>
-      <value>Wir speichern Ihre Daten bis</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Escalation</name>
-      <value>Eskalation</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Notification Title</name>
-      <value>Meldung Titel</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Notification Description</name>
-      <value>Meldung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>EmployeeGroup</name>
-      <value>Mitarbeitergruppe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>You have to add at least one responsible.</name>
-      <value>Sie müssen mindestens einen Verantwortlichen eintragen.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Follow up ticket created</name>
-      <value>Folgeticket erfasst</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket split (original)</name>
-      <value>Ticket aufgeteilt (Original)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket split (new Ticket)</name>
-      <value>Ticket aufgeteilt (neues Ticket)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Approval workflow started</name>
-      <value>Genehmigungsworkflow gestartet</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Start approval process</name>
-      <value>Genehmigungsprozess starten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>approval levels</name>
-      <value>Genehmigungsstufen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New approval request</name>
-      <value>Neue Genehmigungsanfrage</value>
-    </stringEntry>
-    <stringEntry>
-      <name>You have a new approval request</name>
-      <value>Sie haben eine neue Genehmigungsanfrage</value>
-    </stringEntry>
-    <stringEntry>
-      <name>declined</name>
-      <value>abgelengt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>has been %0</name>
-      <value>wurde %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Approval process was canceled</name>
-      <value>Genehmigungsworkflow abgebrochen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The approval process has been %0 by \"%1\"</name>
-      <value>Der Genehmigungsprozess wurde durch \"%1\" %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Approval activity</name>
-      <value>Genehmigungsaktivität</value>
-    </stringEntry>
-    <stringEntry>
-      <name>A %0nd approval was considered necessary by \"%1\"</name>
-      <value>Eine %0te Genehmigung wurde von \"%1\" als notwendig erachtet</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The approval process was started by \"%0\"</name>
-      <value>Der Freigabeprozess wurde von \"%0\" gestartet</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 is waiting for your approval</name>
-      <value>%0 wartet auf Ihre Freigabe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Request %0</name>
-      <value>Anfrage %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cancel approval process</name>
-      <value>Genehmigungsprozess stornieren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Approver</name>
-      <value>Genehmiger</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Last approver</name>
-      <value>Letzter Genehmiger</value>
-    </stringEntry>
-    <stringEntry>
-      <name>offer</name>
-      <value>Angebot</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Link to the</name>
-      <value>Link zum</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Request approval</name>
-      <value>Genehmigung anfordern</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Request approval again</name>
-      <value>Genehmigung erneut anfordern</value>
-    </stringEntry>
-    <stringEntry>
-      <name>service ticket</name>
-      <value>Serviceticket</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ticket</name>
-      <value>Ticket</value>
-    </stringEntry>
-    <stringEntry>
-      <name>canceled</name>
-      <value>storniert</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Approve/deny</name>
-      <value>Genehmigen/Ablehnen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0. approval</name>
-      <value>%0. Freigabe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Approval request</name>
-      <value>Genehmigungsanfrage</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No instance definded</name>
-      <value>Keine Instanz definiert</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Status category</name>
-      <value>Statuskategorie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bevorzugter Genehmiger</name>
-      <value>Preferirte genehmiger</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Update description with the last approver task</name>
-      <value>Beschreibung mit der letzten Genehmigertask aktualisieren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Update approver</name>
-      <value>Genehmiger aktualisieren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Approval count</name>
-      <value>storniert</value>
-    </stringEntry>
-    <stringEntry>
-      <name>User to send</name>
-      <value>Zu sendender User</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Offer doesn't have any items</name>
-      <value>Angebot enthält keine Angebotposten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cal. Reminder</name>
-      <value>Erinnerung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Series</name>
-      <value>Serie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>All day</name>
-      <value>Ganztägig</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Apply to series</name>
-      <value>Auf Serie anwenden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Place</name>
-      <value>Ort</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Accept</name>
-      <value>Annehmnen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Decline</name>
-      <value>Ablehnen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Daily</name>
-      <value>Täglich</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Weekly on %0</name>
-      <value>Wöchentlich, jeden %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Monthly on %0. %1</name>
-      <value>Monatlich, jeden %0. %1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Every year on %0</name>
-      <value>Jedes Jahr am %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Custom...</name>
-      <value>Benutzerdefiniert...</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 minutes</name>
-      <value>%0 Minuten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>1 hour</name>
-      <value>1 Stunde</value>
-    </stringEntry>
-    <stringEntry>
-      <name>2 hours</name>
-      <value>2 Stunden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>At the start of the appointment</name>
-      <value>Zu Terminbeginn</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Monthly on last %0</name>
-      <value>Monatlich am letzten %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>on</name>
-      <value>am</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 times</name>
-      <value>%0 mal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>until</name>
-      <value>bis</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Every%0day</name>
-      <value>Jeden%0Tag</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Every%0week</name>
-      <value>Jede%0Woche</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Every%0month</name>
-      <value>Jeden%0Monat</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Every%0year</name>
-      <value>Jedes%0Jahr</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Monday</name>
-      <value>Montag</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tuesday</name>
-      <value>Dienstag</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Wednesday</name>
-      <value>Mittwoch</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Thursday</name>
-      <value>Donnerstag</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Friday</name>
-      <value>Freitag</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Saturday</name>
-      <value>Samstag</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sunday</name>
-      <value>Sonntag</value>
-    </stringEntry>
-    <stringEntry>
-      <name>On</name>
-      <value>Am</value>
-    </stringEntry>
-    <stringEntry>
-      <name>After</name>
-      <value>Nach</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Never</name>
-      <value>Nie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Day(s)</name>
-      <value>Tag(e)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ends</name>
-      <value>Endet</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Repeat every</name>
-      <value>Wiederhole alle</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Monthly on %0. day</name>
-      <value>Monatlich am %0. Tag</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Day</name>
-      <value>Tag</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Days</name>
-      <value>Tage</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Years</name>
-      <value>Jahre</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Busy</name>
-      <value>Beschäftigt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>1 day</name>
-      <value>1 Tag</value>
-    </stringEntry>
-    <stringEntry>
-      <name>1 week</name>
-      <value>1 Woche</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Work equipment</name>
-      <value>Arbeitsmittel</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Hospitality</name>
-      <value>Bewirtung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ride costs</name>
-      <value>Fahrtkosten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Rental car</name>
-      <value>Leihwagen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Parking fees</name>
-      <value>Parkgebühren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Special expenses</name>
-      <value>Sonderauslagen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Refuel</name>
-      <value>Tanken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Taxi</name>
-      <value>Taxi</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Overnight stay</name>
-      <value>Ãœbernachtung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket created as follow up ticket</name>
-      <value>Als Folgeticket erfasst</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add employee</name>
-      <value>Mitarbeiter hinzufügen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add to role</name>
-      <value>Zu Rolle hinzufügen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete from role</name>
-      <value>Von Rolle entfernen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Duplicate and original can't be identical.</name>
-      <value>Dublette und Original dürfen nicht identisch sein.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>File format must be '.csv'.</name>
-      <value>Das Dateiformat muss '.csv' sein.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The dates of %0 visit recommendations were recalculated.</name>
-      <value>%0 Einsatzvorschläge wurden neuberechnet.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket escelated by process. Responsible person(s) informed.</name>
-      <value>Ticket durch Prozess eskaliert. Verantwortliche Person/en) informiert.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Temporary until</name>
-      <value>Verübergehend bis</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Article Description</name>
-      <value>Artikelbeschreibung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Enddate cannot be earlier or the same as Startdate</name>
-      <value>Das Enddatum muss nach dem Startdatum liegen.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 visit recommendations were ignored.</name>
-      <value>%0 Einsatzvorschläge wurden ignoriert</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Land</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Merged</name>
-      <value>zusammengeführt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Search greater %0, sync not possible.</name>
-      <value>Suche größer %0, Synchronisierung nicht möglich</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Escalated Tickets</name>
-      <value>Eskalierte Tickets</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Preferred approver</name>
-      <value>Bevorzugter Genehmiger</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Rebuild Index of Employee</name>
-      <value>Index von Mitarbeitern wiederherstellen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Approval: Update (status, appoval)</name>
-      <value>Genehmigung: Update (Status, Genehmigung)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>set "Creation"</name>
-    </stringEntry>
-    <stringEntry>
-      <name>To check (2.Empl)</name>
-      <value>Zu prüfen /2.Empl)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Catering</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Approval: Create activity</name>
-      <value>Genehmigung: Aktivität erstellen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>km</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Temporary from</name>
-      <value>Verübergehend ab</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Approve / deny</name>
-      <value>Genehmigen / Ablehnen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>optional</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Turnover target</name>
-      <value>Umsatzziel</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Event registration</name>
-      <value>Veranstaltungsanmeldung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Opportunities</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 visit recommendations were deleted.</name>
-      <value>%0 Einsatzvorschläge wurden gelöscht.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>#,##0.00 '\u20ac'</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Approval: Create notification</name>
-      <value>Genehmigung: Benachrichtigung erstellen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Turnover targets</name>
-      <value>Umsatzziele</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Target acquisitions</name>
-      <value>Zielerfassungen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Newsletter registration</name>
-      <value>Newsletteranmeldung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket escalated</name>
-      <value>Ticket eskaliert</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Employee-Group has to be unique</name>
-      <value>Mitarbeitergruppe kann nur einmal vorhanden sein</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Approval requester</name>
-      <value>Genehmigungsanforderer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation Id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>to be settled</name>
-      <value>Abzurechnen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Calculation of the visit recommendation dates</name>
-      <value>Berechnung der Einsatzvorschläge</value>
-    </stringEntry>
-    <stringEntry>
-      <name>District organisation assignment will start now!</name>
-      <value>Gebiets-Firmenzuordnung startet</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Shows all tickets which have been escalated.</name>
-      <value>Zeigt alle eskalierten Tickets.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Keywordentry multiple Days</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Employee has to be unique</name>
-      <value>Mitarbeiter kann nur einmal vorhanden sein</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Payment</name>
-      <value>Zahlung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>MMM d, yyyy</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Denied</name>
-    </stringEntry>
-    <stringEntry>
-      <name>To check (1.Empl)</name>
-      <value>Zu prüfen (1.Empl)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tickets can't be double selected</name>
-      <value>Tickets können nicht doppelt gewählt werden.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Selected date cannot be more than 3 years in the past</name>
-      <value>Datum darf nicht länger als 3 Jahre in der Vergangenheit liegen</value>
-    </stringEntry>
-    <stringEntry>
-      <name> User</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Add employees</name>
-      <value>Mitarbeiter hinzufügen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Transparent</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all tickets which have been escalated.</name>
-      <value>Zeigt Alle eskalierten Tickets.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>12 hours</name>
-      <value>12 Stunden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>dd.MM.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Inserted</name>
-      <value>Eingefügt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show Traveling Expenses</name>
-      <value>Zeigt Reisekosten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>incl. Dependencies</name>
-    </stringEntry>
-    <stringEntry>
-      <name>30%</name>
-    </stringEntry>
-    <stringEntry>
-      <name>There already exists a price of this type in the selected range. Be aware that the date will change accordingly!</name>
-      <value>Im festgelegten Zeitraum existiert bereits ein Preis mit den gleichen Konfigurationen. Das Datum wird sich entsprechend ändern!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Some prereserved EntityFields which are necessary for 360° are not available. Context: %0 Data: %1 \nNeeded EntityFields are: #UID, #TITLE, #MAPPING, #CONTENTDESCRIPTION, #CONTENTTITLE, DATE_NEW, ACTIVE.</name>
-      <value>Einige vorreservierte EntityFields, die für 360° erforderlich sind, sind nicht verfügbar. Context: %0 Daten: %1 \nErforderliche EntityFields sind: #UID, #TITLE, #MAPPING, #CONTENTDESCRIPTION, #CONTENTTITLE, DATE_NEW, ACTIVE.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Filter selection</name>
-      <value>Filterselektion</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Dependent Context</name>
-      <value>Abhängiger Context</value>
-    </stringEntry>
-    <stringEntry>
-      <name>inkl. dependent contexts</name>
-      <value>inkl. abhängiger Contexte</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Dependent Contexts</name>
-      <value>Abhängige Contexte</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Some prereserved EntityFields which are necessary for 360° are not available. Context: %0</name>
-      <value>Einige vorreservierte EntityFields, die für 360° erforderlich sind, sind nicht verfügbar. Context: %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Choose an event and status to add the contact to the event</name>
-      <value>Wähle ein Event und dessn Status um einen Kontakt hinzu zu fügen.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Some prereserved EntityFields which are necessary fot 360° are not available. Context:</name>
-      <value>Einige vorreservierte EntityFields, die für 360° erforderlich sind, sind nicht verfügbar. Context:</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project Permission</name>
-      <value>Berechtigung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project Permissions</name>
-      <value>Berechtigungen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticket Attribute</name>
-      <value>Ticketeigenschaften</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Count of Uses</name>
-      <value>Anzahl Verwendungen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Projecttickettypes</name>
-      <value>Tickettypen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ProjectticketTypes</name>
-      <value>Tickettypen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Projecttickettype</name>
-      <value>Tickettyp</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ProjectticketType</name>
-      <value>Tickettyp</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticket Comment</name>
-      <value>Beitrag</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticket Comment Template</name>
-      <value>Beitragsvorlage</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticket Comment Templates</name>
-      <value>Beitragsvorlagen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticket Comment Text</name>
-      <value>Beitragstext</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticket Comments</name>
-      <value>Beiträge</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ProjectType</name>
-      <value>Projekttyp</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ProjectTypes</name>
-      <value>Projekttypen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Description Template</name>
-      <value>Beschreibungsvorlage</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tickettype</name>
-      <value>Tickettyp</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Status Reason</name>
-      <value>Status Begründung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticket Type</name>
-      <value>Tickettyp</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project Type Relation</name>
-      <value>Tickettypen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Solution Mandatory</name>
-      <value>Lösung verpflichtend</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Allow adding Comments</name>
-      <value>Beitrag erlauben</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Allow adding comments</name>
-      <value>Beitrag erlaubt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Allow booking times</name>
-      <value>Zeitbuchung erlaubt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Alphabetical sorting</name>
-      <value>Alphabetische Sortierung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mandatory</name>
-      <value>Pflichteingabe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Multiple</name>
-      <value>Mehrfachvergabe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticket Attributes</name>
-      <value>Ticketeigenschaften</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attributevalues</name>
-      <value>Eigenschaftswerte</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Not a Projectmember</name>
-      <value>Kein Projektmitglied</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Read project</name>
-      <value>Projekt lesen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Edit project</name>
-      <value>Projekt editieren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete project</name>
-      <value>Projekt löschen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Read ticket</name>
-      <value>Ticket lesen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Edit ticket</name>
-      <value>Ticket editieren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete projectticket</name>
-      <value>Projektticket löschen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Read ticket comment</name>
-      <value>Ticketbeitrag lesen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create ticket comment</name>
-      <value>Ticketbeitrag erstellen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Edit ticket comment</name>
-      <value>Ticketbeitrag editieren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete ticket comment</name>
-      <value>Ticketbeitrag löschen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Move ticket</name>
-      <value>Ticket bewegen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Controle time</name>
-      <value>Kontrollzeit</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create ticket</name>
-      <value>Ticket erstellen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Comment Template</name>
-      <value>Ticketbeitragsvorlagen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket Documenttemplates</name>
-      <value>Ticketbeitragsvorlagen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket Documenttemplate</name>
-      <value>Ticketbeitragsvorlage</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set Standard</name>
-      <value>Standard setzen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectname</name>
-      <value>Projektname</value>
-    </stringEntry>
-    <stringEntry>
-      <name>minutes worked</name>
-      <value>gebucht</value>
-    </stringEntry>
-    <stringEntry>
-      <name>billable</name>
-      <value>Fakturierbar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Date due</name>
-      <value>Fällig am</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Offered Hours</name>
-      <value>Angebotene Stunden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Planned Hours</name>
-      <value>Geplante Stunden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Last Ticket Comment</name>
-      <value>Letzter Ticketbeitrag</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticket</name>
-      <value>Projektticket</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Requester</name>
-      <value>Anforderer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project</name>
-      <value>Projekt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Projecttype</name>
-      <value>Projekttyp</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Projecttitle</name>
-      <value>Projekttitel</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cancellation Amount</name>
-      <value>Stornoquote Betrag</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cancellation Count</name>
-      <value>Stornoquote Anzahl</value>
-    </stringEntry>
-    <stringEntry>
-      <name>#.## '%'</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Cancellation Amount </name>
-      <value>Stornoquote Betrag</value>
-    </stringEntry>
-    <stringEntry>
-      <name># k</name>
-    </stringEntry>
-    <stringEntry>
-      <name>2. Quarter</name>
-      <value>2. Quartal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>1. Quarter</name>
-      <value>1. Quartal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>3. Quarter</name>
-      <value>3. Quartal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cancellation Rate</name>
-      <value>Stornoquote Anzahl</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cancellationrate Count</name>
-      <value>Stornoquote Anzahl</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all cancellation rates of the last years</name>
-      <value>Zeige alle Stornoquoten der letzten Jahre</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cancellationrate Amount</name>
-      <value>Stornoquote Betrag</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cancellation Rates</name>
-      <value>Stornoquoten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Required for Mailing</name>
-      <value>Benötigt für Mailing</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete sub tasks</name>
-      <value>Unteraufgaben löschen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete tasks</name>
-      <value>Aufgaben löschen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Position and Signer count don't match</name>
-    </stringEntry>
-    <stringEntry>
-      <name>create workflow dataset</name>
-      <value>Workflowdatensatz erstellen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>E-mail Document Template</name>
-      <value>E-Mail Dokumentenvorlage</value>
-    </stringEntry>
-    <stringEntry>
-      <name>You were assigned as new district contact to district %0 and %1 organisation(s).</name>
-      <value>Sie wurden dem Gebiet '%0' und %1 Firmen als neuer Betreuer zugewiesen.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>This preset</name>
-      <value>Diese Voreinstellung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>This favorite</name>
-      <value>Dieser Favorit</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Incorrect file format for the selected type and classification</name>
-      <value>Falsches Dateiformat für den  gewählten Typ und die Klassifizierung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Projecttickets</name>
-      <value>Projekttickets</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectmembers</name>
-      <value>Projektmitglieder</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Email Notification</name>
-      <value>E-Mail Benachrichtigung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Role Preset</name>
-      <value>Rolle</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Projecttimes</name>
-      <value>Zeitbuchungen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Target Projecttickettype</name>
-      <value>Ziel Tickettyp</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New District assignment</name>
-      <value>Neues Gebiet zugewiesen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>in creation</name>
-      <value>In Erstellung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Template</name>
-      <value>Vorlage</value>
-    </stringEntry>
-    <stringEntry>
-      <name>billed</name>
-      <value>Abgerechnet</value>
-    </stringEntry>
-    <stringEntry>
-      <name>to be billed</name>
-      <value>in Rechnung zu stellen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Further Information</name>
-      <value>Weitere Informationen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Incl. Meals</name>
-      <value>inkl. Mahlzeiten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set to 'billed'</name>
-      <value>Auf "Abgerechnet" setzen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Meal Allowance</name>
-      <value>Verpflegungspauschale</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set to 'in creation'</name>
-      <value>Auf "In Erstellung" setzen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set to 'to be settled'</name>
-      <value>Auf "Abzurechnen" setzen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Waiting notification</name>
-      <value>Wartebenachrichtigung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Required For Mailing</name>
-      <value>Benötigt für Mailing</value>
-    </stringEntry>
-    <stringEntry>
-      <name>settlement</name>
-      <value>Abrechnung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Address source</name>
-      <value>Adressquelle</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show Expenses report</name>
-      <value>Spesenabrechnung anzeigen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Memory</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Red</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Telemetry Type</name>
-      <value>Telemetrietyp</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Free Connections</name>
-      <value>Offene Verbindungen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Normal</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Blue</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Peer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Stop interval</name>
-      <value>Intervall stoppen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Alias</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Connection Time</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Used Connections</name>
-      <value>Genutzte Verbindungen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy Classpaths</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Clear Cache</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Copies the classpaths to your clipboard</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Process Execution</name>
-      <value>Prozessausführung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Edit interval</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Host</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Low</name>
-      <value>Niedrig</value>
-    </stringEntry>
-    <stringEntry>
-      <name>CPUs</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Auto Order by Id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Port</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Yellow</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Database Name</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Database Detail</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Peers</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Service URL</name>
-    </stringEntry>
-    <stringEntry>
-      <name>High</name>
-      <value>Hoch</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Database Details</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Paths</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Record Container Caching</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Additional Information</name>
-      <value>Zusätzliche Informationen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Open Message</name>
-    </stringEntry>
-    <stringEntry>
-      <name>DatabaseDetails</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Start interval</name>
-      <value>Intervall starten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Collation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Close Connection</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Seconds</name>
-      <value>Sekunden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Green</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Database</name>
-      <value>Datenbank</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No other contexts are subordinated to the selected context</name>
-      <value>Dem ausgewählten Context sind keine weiteren Contexte untergeordnet</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Very high</name>
-      <value>Sehr hoch</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Black</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Master</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Interval(s) have been started</name>
-      <value>Intervall(e) wurde/n) gestartet</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Grey</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Databases</name>
-      <value>Datenbanken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Shows all Projecttickets</name>
-      <value>Zeigt alle Projekttickets</value>
-    </stringEntry>
-    <stringEntry>
-      <name>All projects that can (potentially) be billed</name>
-      <value>Alle Projekte die (möglicherweise) in Rechnung gestellt werden können</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Shows all Projects</name>
-      <value>Zeigt alle Projekte</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SerialActions</name>
-      <value>Serienaktionen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set Attributes</name>
-      <value>Eigenschaft setzen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set Editor</name>
-      <value>Bearbeiter setzen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set Priority</name>
-      <value>Priorität setzen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set Beginn</name>
-      <value>Beginn setzen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set Due</name>
-      <value>Fälligkeit setzen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set Tickettype</name>
-      <value>Tickettyp setzen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set Project</name>
-      <value>Projekt setzen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set Progress</name>
-      <value>Fortschritt setzen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy tickets</name>
-      <value>Tickets kopieren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Lower Level Projecttickets</name>
-      <value>Untergeordnete Projekttickets</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticket Links 3.0</name>
-      <value>verknüpfte Projekttickets</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Other Links</name>
-      <value>Weitere Verknüpfungen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>blocked</name>
-      <value>blockiert</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create operation report</name>
-      <value>Einsatzbericht erstellen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete plannings</name>
-      <value>Planungen löschen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Remove from operation</name>
-      <value>Aus Einsatz entfernen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0/%1 operation task(s) will be unassigned.</name>
-      <value>%0/%1 Aufgaben werden vom Einsatz entfernt.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Business hours</name>
-      <value>Geschäftszeiten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Business hours: from</name>
-      <value>Geschäftszeiten: von</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Business hours: to</name>
-      <value>Geschäftszeiten: bis</value>
-    </stringEntry>
-    <stringEntry>
-      <name>There already exists a resource dataset for %0.</name>
-      <value>Es existiert bereits ein Ressourcendatensatz %0.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Open resource planning</name>
-      <value>Ressourcenplanung öffnen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Assign operation</name>
-      <value>Einsatz zuordnen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Assign Operation</name>
-      <value>Einsatz zuordnen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Due date cannot be in the past.</name>
-      <value>Fälligkeitsdatum kann nicht in der Vergangenheit liegen.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Studies</name>
-      <value>Studien</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Prototypes</name>
-      <value>Prototypen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Business</name>
-      <value>Geschäftlich</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Wine</name>
-      <value>Wein</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Beer</name>
-      <value>Bier</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cigars</name>
-      <value>Zigarren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Default address groomed</name>
-      <value>Standard Adresse gepflegt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Default phone groomed</name>
-      <value>Standard Telefon gepflegt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Default mail groomed</name>
-      <value>Standard E-Mail gepflegt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 test mails sent sucessfully, %1 test mails failed. Process took %2 s.</name>
-      <value>%0 Test Mails erfolgreich gesendet, %1 Test Mails fehlgeschlagen. Der Prozess nahm %2 s. in Anspruch.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Test bulk mail \"%0\" was sent!</name>
-      <value>Test Serienmail \"%0\" wurde versendet!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Are you sure you want to remove all invalid recipients?</name>
-      <value>Sind Sie sicher, dass Sie alle ungültigen Empfänger löschen wollen?</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Resubmit</name>
-      <value>Wiedervorlegen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Resubmit ticket</name>
-      <value>Ticket wieder vorlegen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Close ticket</name>
-      <value>Ticket abschließen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Re-open ticket</name>
-      <value>Ticket wiedereröffnen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Merge</name>
-      <value>Zusammenführen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket Multi Select</name>
-      <value>Mehrfachauswahl</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Split this ticket</name>
-      <value>Dieses Ticket</value>
-    </stringEntry>
-    <stringEntry>
-      <name>at the follwing activity</name>
-      <value>ab der folgenden Aktivität aufteilen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>duplicate</name>
-      <value>Duplizieren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Duplicate ticket</name>
-      <value>Ticket duplizieren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create new task</name>
-      <value>Neue Aufgabe erstellen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Take ticket</name>
-      <value>Ticket übernehmen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create follow-up ticket</name>
-      <value>Folgeticket erstellen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create new ticket</name>
-      <value>Neues Ticket erstellen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create new ticket &amp; contact</name>
-      <value>Neues Ticket &amp; Kontakt erstellen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Merge ticket</name>
-      <value>Ticket zusammenführen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create new letter</name>
-      <value>Neuen Brief erstellen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Split ticket</name>
-      <value>Ticket aufteilen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Split</name>
-      <value>Aufteilen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Return</name>
-      <value>Zurückgeben</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Take</name>
-      <value>Ãœbernehmen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create new activity</name>
-      <value>Neue Aktivität erstellen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Follow-up</name>
-      <value>Folgeticket</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribute cannot be added twice with the same value.</name>
-      <value>Eigenschaft kann nicht zwei Mal mit dem gleichen Wert hinzugefügt werden.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Choose dunning text</name>
-      <value>Mahnungstext auswählen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New operation</name>
-      <value>Neuer Einsatz</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Visibility</name>
-      <value>Sichtbarkeit</value>
-    </stringEntry>
-    <stringEntry>
-      <name>At least one inbox has to be selected.</name>
-      <value>Es muss mindestens ein Postkorb ausgewählt sein.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>At least one ticket category has to be selected.</name>
-      <value>Es muss mindestens eine Serviceticket-Kategorie ausgewählt sein.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>no valid url format</name>
-      <value>kein gültiges URL Format</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Template for Ticket Comment</name>
-      <value>Vorlage für Ticketbeiträge</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Template for Ticket Description</name>
-      <value>Vorlage für Ticket Beschreibung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Template for Project Description</name>
-      <value>Vorlage für Projekt Beschreibung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket Description Template</name>
-      <value>Ticketbeschreibungsvorlage</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project Description Template</name>
-      <value>Projektbeschreibungsvorlage</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Classification:</name>
-      <value>Klassifizierung</value>
-    </stringEntry>
-    <stringEntry>
-      <name> %1 already exists.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Classification: </name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 merged.</name>
-      <value>%0 verschmolzen.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 operations were created.</name>
-      <value>%0 Einsätze wurden angelegt.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 resources were created.</name>
-      <value>%0 Ressourcen wurden angelegt.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 operations were added to the resource planning.</name>
-      <value>%0 Einsätze wurden der Ressourcenplanung hinzugefügt.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Clear visit recommendation link</name>
-      <value>Einsatzvorschlagsverknüpfung zurücksetzen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create operation manually</name>
-      <value>Einsatz manuell erstellen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Generate operation</name>
-      <value>Einsatz generieren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Responsible for the visit recommendation not available as a resource.</name>
-      <value>Verantwortlicher des Einsatzvorschlags nicht als Ressource vorhanden.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create responsible person as resource</name>
-      <value>Verantwortlichen als Ressource anlegen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>create new Ressource Operation</name>
-      <value>neuen Einsatz erstellen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New Resourceoperation %0 created</name>
-      <value>Neuer Einsatz %0 erstellt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New Resourceoperation %0 created by %1</name>
-      <value>Neuer Einsatz %0 wurde von %1 erstellt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New Resourceoperationtask %0 created</name>
-      <value>Neue Einsatzaufgabe %0 erstellt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New Resourceoperationtask %0 created by %1</name>
-      <value>Neue Einsatzaufgabe %0 wurde von %1 erstellt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The start date must be within the validity period.</name>
-      <value>Das Startdatum muss im Gültigkeitszeitraums liegen.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The end date must be within the validity period.</name>
-      <value>Das Enddatum muss im Gültigkeitszeitraums liegen.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The begin date has to be in the selected calendar week!</name>
-      <value>Das Startdatum muss in der ausgewählten Kalenderwoche liegen!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The end date can't be before begin date!</name>
-      <value>Das Enddatum darf nicht vor dem Startdatum liegen!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Generate weekplanentry</name>
-      <value>Wochenplaneintrag generieren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create weekplanentry manually</name>
-      <value>Wochenplaneintrag manuell erstellen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Assign directly</name>
-      <value>Direkt zuordnen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>edit operation Report</name>
-      <value>Einsatzbericht bearbeiten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Operationreport %0 %1</name>
-      <value>Einsatzbericht %0 %1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tasks in Operation</name>
-      <value>Einsatzaufgaben im Einsatz</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Resource Operation</name>
-      <value>Einsatz</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The contact is not part of the selected organisation.</name>
-      <value>Der Kontakt ist nicht Teil der ausgewählten Firma</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sick</name>
-      <value>Krank</value>
-    </stringEntry>
-    <stringEntry>
-      <name>sickness</name>
-      <value>Krankheit</value>
-    </stringEntry>
-    <stringEntry>
-      <name>report sick</name>
-      <value>Krank melden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Clear resource link</name>
-      <value>Ressourcenverknüpfung zurücksetzen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>This resource has %0 planned operations in this timeframe that might need to be replanned.</name>
-      <value>Diese Ressource besitzt %0 geplante Einsätze, die eventuell umgeplant werden müssen.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Shows the number of tickets from this and last month grouped by mailsignature. Data is shown in day-resolution by clicking on a month. Using this dashlet may lead to a performance loss with high ticketnumbers.</name>
-      <value>Zeigt die Anzahl der Tickets aus diesem und dem letzten Monat, gruppiert nach Mailsignatur. Die Daten werden in Tagesauflösung angezeigt, wenn Sie auf einen Monat klicken. Die Verwendung dieses Dashlets kann bei hohen Ticketzahlen zu Leistungseinbußen führen.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Shows the number of tickets from this and last month grouped by medium. Data is shown in day-resolution by clicking on a month. Using this dashlet may lead to a performance loss with high ticketnumbers.</name>
-      <value>Zeigt die Anzahl der Tickets aus diesem und dem letzten Monat, gruppiert nach Medium. Die Daten werden in Tagesauflösung angezeigt, wenn Sie auf einen Monat klicken. Die Verwendung dieses Dashlets kann bei hohen Ticketzahlen zu Leistungseinbußen führen.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Shows the number of tickets from this and last month grouped by status. Data is shown in day-resolution by clicking on a month. Using this dashlet may lead to a performance loss with high ticketnumbers.</name>
-      <value>Zeigt die Anzahl der Tickets aus diesem und dem letzten Monat, gruppiert nach Status. Die Daten werden in Tagesauflösung angezeigt, wenn Sie auf einen Monat klicken. Die Verwendung dieses Dashlets kann bei hohen Ticketzahlen zu Leistungseinbußen führen.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Shows the number of tickets from this and last month grouped by mailsignature.</name>
-      <value>Zeigt die Anzahl der Tickets aus diesem und dem letzten Monat, gruppiert nach Mailsignatur.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Shows the number of tickets from this and last month grouped by medium.</name>
-      <value>Zeigt die Anzahl der Tickets aus diesem und dem letzten Monat, gruppiert nach Medium.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Shows the number of tickets from this and last month grouped by status.</name>
-      <value>Zeigt die Anzahl der Tickets aus diesem und dem letzten Monat, gruppiert nach Status.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets total (category) per day</name>
-      <value>Schaubild Ticketzahl gesamt (Kategorie) pro Tag</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets total (category)</name>
-      <value>Schaubild Ticketzahl gesamt (Kategorie)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets total (mail)</name>
-      <value>Schaubild Ticketzahl gesamt (E-Mail)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets total (mail) per day</name>
-      <value>Schaubild Ticketzahl gesamt (E-Mail) pro Tag</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets total (medium)</name>
-      <value>Schaubild Ticketzahl gesamt (Medium)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets total (medium) per day</name>
-      <value>Schaubild Ticketzahl gesamt (Medium) pro Tag</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets total (status)</name>
-      <value>Schaubild Ticketzahl gesamt (Status)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets total (status) per day</name>
-      <value>Schaubild Ticketzahl gesamt (Status) pro Tag</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Number of tickets (mail)</name>
-      <value>Anzahl der Tickets (E-Mail)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Number of tickets (medium)</name>
-      <value>Anzahl der Tickets (Medium)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Number of tickets (status)</name>
-      <value>Anzahl der Tickets (Status)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Number of tickets (category)</name>
-      <value>Anzahl der Tickets (Kategorie)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Number of tickets (priority)</name>
-      <value>Anzahl der Tickets (Priorität)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Shows the number of tickets from this and last month grouped by category</name>
-      <value>Zeigt die Anzahl der Tickets aus diesem und dem letzten Monat, gruppiert nach Kategorie.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Shows the number of tickets from this and last month grouped by category. Data is shown in day-resolution by clicking on a month. Using this dashlet may lead to a performance loss with high ticketnumbers.</name>
-      <value>Zeigt die Anzahl der Tickets aus diesem und dem letzten Monat, gruppiert nach Kategorie. Die Daten werden in Tagesauflösung angezeigt, wenn Sie auf einen Monat klicken. Die Verwendung dieses Dashlets kann bei hohen Ticketzahlen zu Leistungseinbußen führen.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets total (priority)</name>
-      <value>Schaubild Ticketzahl gesamt (Priorität)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets total (priority) per day</name>
-      <value>Schaubild Ticketzahl gesamt (Priorität) pro Tag</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Shows the number of tickets from this and last month grouped by priority.</name>
-      <value>Zeigt die Anzahl der Tickets aus diesem und dem letzten Monat, gruppiert nach Priorität.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Shows the number of tickets from this and last month grouped by priority. Data is shown in day-resolution by clicking on a month. Using this dashlet may lead to a performance loss with high ticketnumbers.</name>
-      <value>Zeigt die Anzahl der Tickets aus diesem und dem letzten Monat, gruppiert nach Priorität. Die Daten werden in Tagesauflösung angezeigt, wenn Sie auf einen Monat klicken. Die Verwendung dieses Dashlets kann bei hohen Ticketzahlen zu Leistungseinbußen führen.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My Bulkmails</name>
-      <value>Meine Serienmails</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show my bulk mails</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy bulk mail</name>
-      <value>Serienmail kopieren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add to Bulkmail</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Bulkmail Device Types</name>
-      <value>Serienmail Gerätearten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bulkmail Key Figures</name>
-      <value>Serienmail Kennzahlen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show device types used by bulk mail recipients</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Added to campaign</name>
-      <value>Zur Kampagne hinzugefügt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Added to campagin \"%0\" with campaign step \"%1\"</name>
-      <value>Zur Kampagne \"%0\" mit Kampagnenstufe \"%1\" hinzugefügt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Split Ticket</name>
-      <value>Ticket aufteilen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Merge Ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Take Ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Duplicate Ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>duplicate Ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Return Ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets per inbox (Medium)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart Number of tickets total (Status)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart Number of tickets per inbox (Medium)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets total (Status)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Number of Tickets (Status)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets per inbox (Status)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart Number of tickets total (Medium)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets total (Medium)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Number of Tickets (Medium)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart Number of tickets per inbox (Mail)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets total (Mail)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets per inbox (Mail)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Number of Tickets (Mail)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart Number of tickets total (Mail)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Relevant documents</name>
-      <value>Relevante Dokumente</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show in PreviewView</name>
-      <value>In Vorschau anzeigen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart Number of tickets per inbox (Status)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete the metadata and content of the template?</name>
-      <value>Metadaten und Content wirklich löschen?</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Controlling Cockpit</name>
-      <value>Controlling Abrechnungscockpit</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set in Process</name>
-      <value>in Bearbeitung setzen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy For Commit</name>
-      <value>Commitnachricht kopieren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy Serviceclient Link</name>
-      <value>Service-Clientlink kopieren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mark as duplicate</name>
-      <value>Als Dublette kennzeichnen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy ticket</name>
-      <value>Ticket kopieren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>new follow up ticket</name>
-      <value>Folgeticket anlegen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Preset</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Abrechenbar</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectmember</name>
-      <value>Projektmitglied</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Anforderer prüft</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create new Ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>kein Auftrag</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Assign operations</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Protected by default</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Priority: low</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Today booked</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket excelated</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Presets</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Some prereserved EntityFields which are necessary fot 360° are not available. Context: </name>
-    </stringEntry>
-    <stringEntry>
-      <name>Templatenumber</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Beitrag</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticket Relations</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Objectselection</name>
-      <value>Objektauswahl</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Balken</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Topic Tree Favorites</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Handelsblatt Twitter Feed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>set unchecked</name>
-      <value>Geprüft zurücksetzen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Card Table view</name>
-    </stringEntry>
-    <stringEntry>
-      <name>selected resources</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Intern</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Collaboration</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Priority: medium</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The Project Type '%0' is duplicated</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Only open Tickets</name>
-      <value>Nur offene Tickets</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Projecttime: Date</name>
-      <value>Nur eigene Tickets</value>
-    </stringEntry>
-    <stringEntry>
-      <name>beendet</name>
-    </stringEntry>
-    <stringEntry>
-      <name>This Action will insert %0 and update </name>
-    </stringEntry>
-    <stringEntry>
-      <name>Boolean</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Tagegeld</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Illegal Parent Operator in buildFilterObj-Function: </name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticketattribute Relation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Seite</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Project 3.0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Pauschale</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projektname</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New comment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resourcecampaign_id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticketinformation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Frühstück</name>
-    </stringEntry>
-    <stringEntry>
-      <name>mittel</name>
-    </stringEntry>
-    <stringEntry>
-      <name>In Relation with</name>
-      <value>In Beziehung mit</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Read comment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Last Comment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 Supervisors were newley assigned. \n</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Template for Comment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Error while retrieving binary contents. Missmatch of requtesd and delivered entries. </name>
-    </stringEntry>
-    <stringEntry>
-      <name>Key User</name>
-    </stringEntry>
-    <stringEntry>
-      <name>invoiced</name>
-      <value>abgerechnet</value>
-    </stringEntry>
-    <stringEntry>
-      <name>from Percent</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Auftrag</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Error while assigning the recipient</name>
-    </stringEntry>
-    <stringEntry>
-      <name>remove settled</name>
-      <value>abgerechnet zurücksetzen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Successor from</name>
-      <value>Nachfolger von</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Only for following Projecttypes</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Further Informations</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Numerisches Feld</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Billing status</name>
-      <value>Abrechnungsstatus</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Summe Verpflegungsmehraufwand</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Alle Verknüpfungen</name>
-    </stringEntry>
-    <stringEntry>
-      <name>A RecordsRecipe is empty but required.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Admin View öffnen</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectspecific</name>
-      <value>Projektspezifisch</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ResourceOperationTaskSerials</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ja</name>
-    </stringEntry>
-    <stringEntry>
-      <name>new extern time</name>
-      <value>Neue fakturierbare Zeitbuchung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Leistungsnachweis</name>
-    </stringEntry>
-    <stringEntry>
-      <name>kritisch</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Open Customer System</name>
-    </stringEntry>
-    <stringEntry>
-      <name>in Bearbeitung</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ResourceOperationTaskTemplate</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Workingtime details</name>
-      <value>Details</value>
-    </stringEntry>
-    <stringEntry>
-      <name>A Salesproject can only be linked to one Project</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Not definet error</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create lower Ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Status 'in Progress' not allowed due to missing editor</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Insert/Update Attributes</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Liste Projekt</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Status won't be set for tickets with missing mandatory solution.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Entwickler</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Booked Times</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ordered</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sorting_value</name>
-    </stringEntry>
-    <stringEntry>
-      <name>change feecode</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Isserial</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Mandatory solution contribution is missing</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New Campaign</name>
-    </stringEntry>
-    <stringEntry>
-      <name>set settled</name>
-      <value>abgerechnet setzen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bearbeiter prüft</name>
-    </stringEntry>
-    <stringEntry>
-      <name>dd.MM.yyyy HH:mm</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Product Communication</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Project Memberrole</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Signaterequest</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Mandatory filter</name>
-    </stringEntry>
-    <stringEntry>
-      <name>original Time</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ResourceOperationTaskSerial</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Firmenauswahl</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Forecast: Status</name>
-      <value>Vorhersage: Status</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Kontaktauswahl</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Forecast: Planned</name>
-      <value>Vorhersage: Geplant</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Solution</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sort alphabetically</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Date_edit1</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Updated</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Subtask from</name>
-    </stringEntry>
-    <stringEntry>
-      <name>erfasst</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ProjectDescription</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribute is already defined</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ProjectTime</name>
-      <value>Zeitbuchung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 entries are already billed and cannot be moved. Do you want to continue with %1 entries?</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Abgeschlossen</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Priority: show-stopper</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Textfeld lang</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ResourceOperatingStatus</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Maintainer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ResourceOperationSerialContainer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>abgeschlossen</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Duplicate from</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Build- und Releasemanager</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Eventeee</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Priority: high</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ordered ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Edit comment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Product Owner</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Only values in 0.25 Steps are allowed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>niedrig</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Agile Coach</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Inaktiv</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Spalten</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resourcesid</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Beschreibung</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticket Relation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Liste selbstlernend</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Predecessor from</name>
-    </stringEntry>
-    <stringEntry>
-      <name>set extern time null</name>
-      <value>Fakturierbar Null setzen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Dest</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projekteinstellungen</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New time</name>
-    </stringEntry>
-    <stringEntry>
-      <name>move Ticket Time</name>
-      <value>Zeiten verschieben</value>
-    </stringEntry>
-    <stringEntry>
-      <name>User_edit1</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Forecast: No forecast (Year)</name>
-      <value>Vorhersage: Keine Prognose (Jahr)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>hoch</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Duplicate From</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ProjectID</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribut</name>
-      <value>Eigenschaft</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Importer_lib: Condition could not be build because the Keycolumn %0 is not in the OutputRecord.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Time booking</name>
-      <value>Zeitbuchung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Temporary start date</name>
-    </stringEntry>
-    <stringEntry>
-      <name>change away</name>
-      <value>Auswärts ändern</value>
-    </stringEntry>
-    <stringEntry>
-      <name>no TITLE for USER</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projects</name>
-      <value>Projekte</value>
-    </stringEntry>
-    <stringEntry>
-      <name>District Organisation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>A RecordsRecipe was given but no records could be loaded. RecordsRecipe: %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resourceplanningid</name>
-    </stringEntry>
-    <stringEntry>
-      <name>This Action will delete %0 Attribute Datasets. Continue?</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Mandatory input missing</name>
-      <value>Pflichteingabe fehlt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Resourceoperationtasktemplateid</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projektcontrolling</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Tester</name>
-    </stringEntry>
-    <stringEntry>
-      <name>User_new1</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Some Attribtues could not be inserted/updated due to not being available in that corresponding Tickettype</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Project Member</name>
-      <value>Projektmitglied</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Billed entries</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete Attributes</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Extern Billable times</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ResourceOperationTaskTemplateUsage</name>
-    </stringEntry>
-    <stringEntry>
-      <name>move Ticket Times</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Value has to be positiv</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Verpflegungsmehraufwand</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Roles can't be assigned more than once!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Only own Tickets</name>
-      <value>Nur eigene Tickets</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Liste</name>
-    </stringEntry>
-    <stringEntry>
-      <name>--:--</name>
-    </stringEntry>
-    <stringEntry>
-      <name>change extern Time</name>
-      <value>Fakturierbar ändern</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Feecode</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create comment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Project Members</name>
-      <value>Projektmitlgieder</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticketauswahl</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Topic Tree Presets</name>
-    </stringEntry>
-    <stringEntry>
-      <name>booked (minutes)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Project Member Edit</name>
-      <value>Projektmitglied bearbeiten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 companies were newley assigned. \n</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The Projectticket Comment Template '%0' is duplicated</name>
-    </stringEntry>
-    <stringEntry>
-      <name>TopicTreeUsage</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Subtask</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Just 10 hours per day will be added to your flextime account.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>billable (minutes)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ordered from</name>
-    </stringEntry>
-    <stringEntry>
-      <name>show-stopper</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Date_new1</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Reason for Status</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Kreis</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Textfeld</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticket 2.0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>No duplicate entries possible</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Liste Projekttyp </name>
-    </stringEntry>
-    <stringEntry>
-      <name>Project Member Preview</name>
-      <value>Projektmitglieder-Vorschau</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Dauer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Status won't be set for tickets with missing editor.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Combo Value Type</name>
-    </stringEntry>
-    <stringEntry>
-      <name>booked (PT)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projecttime: Billingstatus</name>
-      <value>Projektzeit: Abrechnungsstatus</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribute Values</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ResourcePlanningOperation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>billable (PT)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticketeigenschaften</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ÃœN</name>
-    </stringEntry>
-    <stringEntry>
-      <name>${OrderedTimes}</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Copied from</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Controlling</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Project: billable</name>
-      <value>Projekt: abrechenbar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete comment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket-Nr.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>General Information</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Multiple filter</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Liste Schlüsselwort</name>
-    </stringEntry>
-    <stringEntry>
-      <name>offered</name>
-      <value>angeboten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Value Lookup</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Entrydate has to be in the selected calendar week!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>booked</name>
-      <value>Gebucht</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Days without new comment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Billing description</name>
-      <value>Informationen für Abrechnung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>sick</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Nein</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Linktype</name>
-      <value>Verknüpfungsart</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Knowledge Consultant</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Teams</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribute Value</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Quality Assistant</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Pillar diagram: Priority</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket(s) effected)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectresponsible</name>
-      <value>Projektverantwortlicher</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticket 3.0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Bulk mail recipient</name>
-    </stringEntry>
-    <stringEntry>
-      <name>An error occured during checking whether recipient (recipient: </name>
-    </stringEntry>
-    <stringEntry>
-      <name>set checked</name>
-      <value>Geprüft setzen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>nicht zugeordnet</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Copied to</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The Attribute '%0' is duplicated</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Priority: critical</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticket Type Relation</name>
-      <value>Projekttickettyp Verknüpfung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Resourceoperationtasktemplate_id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Error while sending mail as an unkown user.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Topictree</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Informationen</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Aktiv</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Error while retrieving binary contents. No binaries where found. requested UID(s): \"%0\"</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resourceoperationid</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Dataset count</name>
-      <value>Anzahl der Datensätze</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Serial action | Change planning</name>
-      <value>Serienaktion | Planung anpassen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Graphical evaluation</name>
-      <value>Grafische Auswertung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Turnover planning</name>
-      <value>Umsatzplanung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>not done</name>
-      <value>Nicht Durchgeführt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>calendar week</name>
-      <value>Kalenderwoche</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Expires at</name>
-      <value>Läuft ab am</value>
-    </stringEntry>
-    <stringEntry>
-      <name>E-mail as .eml-file not found</name>
-      <value>E-Mail als .eml-Datei nicht gefunden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Device type</name>
-      <value>Geräteart</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Opening hours</name>
-      <value>Öffnungszeiten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>North Macedonia</name>
-      <value>Nordmazedonien</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bolivia</name>
-      <value>Bolivien</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Brunei</name>
-      <value>Brunei</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Iran</name>
-      <value>Iran</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ivory Coast</name>
-      <value>Elfenbeinküste</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Kosovo</name>
-      <value>Kosovo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Laos</name>
-      <value>Laos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Micronesia</name>
-      <value>Mikronesien</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Moldova</name>
-      <value>Moldawien</value>
-    </stringEntry>
-    <stringEntry>
-      <name>North Korea</name>
-      <value>Nordkorea</value>
-    </stringEntry>
-    <stringEntry>
-      <name>South Korea</name>
-      <value>Südkorea</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Palestine</name>
-      <value>Palästina</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Russia</name>
-      <value>Russland</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Syria</name>
-      <value>Syrien</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tanzania</name>
-      <value>Tansania</value>
-    </stringEntry>
-    <stringEntry>
-      <name>United Kingdom</name>
-      <value>Großbritannien</value>
-    </stringEntry>
-    <stringEntry>
-      <name>United States</name>
-      <value>Vereinigte Staaten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Vatican</name>
-      <value>Vatikan</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Vietnam</name>
-      <value>Vietnam</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Falkland Islands</name>
-      <value>Falklandinseln</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Venezuela</name>
-      <value>Venezuela</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set not done</name>
-      <value>Nicht durchgeführt setzen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Lookup keyword</name>
-      <value>Auswahl Schlüsselwort</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Servicetickets</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Left</name>
-      <value>Links</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Default value</name>
-      <value>Vorgabewert</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Allow multiple submissions</name>
-      <value>Mehrfachübermittlung erlauben</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Download answers as CSV</name>
-      <value>Antworten als CSV herunterladen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Target field</name>
-      <value>Ziel Feld</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket Selection</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show question numbers</name>
-      <value>Fragenummern anzeigen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Privacy</name>
-      <value>Datenschutz</value>
-    </stringEntry>
-    <stringEntry>
-      <name>UniqueView</name>
-    </stringEntry>
-    <stringEntry>
-      <name>getQuestionnaireJson</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Form description page</name>
-      <value>Beschreibungsseite</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Values cannot be assigned repeatedly!</name>
-      <value>Werte können nicht mehrfach vergeben werden!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Hidden</name>
-      <value>Verborgen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Target table</name>
-      <value>Ziel Tabelle</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column count</name>
-      <value>Anzahl Spalten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Form title</name>
-      <value>Titel</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Max length</name>
-      <value>Maximale Länge</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Dropdown</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Anonym</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy questionnaire</name>
-      <value>Fragebogen kopieren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Pages</name>
-      <value>Seiten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>QuestionnaireLookup</name>
-      <value>Auswahlwerte</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Top</name>
-      <value>Oben</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Questionnaireid</name>
-    </stringEntry>
-    <stringEntry>
-      <name>QuestionnaireAnswer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Eventcode</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Logo file</name>
-      <value>Logo Datei</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 contacts selected</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Completion page text</name>
-      <value>Bestätigungstext</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Read only</name>
-      <value>Nur lesen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Resourceoperationtask_id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>getDemoUserPassword</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Mosaico export file</name>
-    </stringEntry>
-    <stringEntry>
-      <name>MEws</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Visible condition</name>
-      <value>Sichtbarkeitsbedingung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Question</name>
-      <value>Frage</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show progress bar</name>
-      <value>Fortschrittsbalken anzeigen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Answer type</name>
-      <value>Antworttyp</value>
-    </stringEntry>
-    <stringEntry>
-      <name>QuestionnaireQuestion</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Foreign keytype</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Datetime</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Form subtitle</name>
-      <value>Untertitel</value>
-    </stringEntry>
-    <stringEntry>
-      <name>This survey has already been completed.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>At least one lookupvalue must be added!</name>
-      <value>Es muss mindestens ein Auswahlwert angegeben werden.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Questionnaireanswerid</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Expression</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Questionnairequestion_id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sorting Layer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Covid Information</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Questionnaire</name>
-      <value>Fragebogen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart Number of tickets per inbox (status)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resourceoperationtasklinkid</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Checkbox</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resourceoperation_id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Min description</name>
-      <value>Min Beschreibung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Value max</name>
-      <value>Max Wert</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Resourceoperationlinkid</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Questionnairelookupvalueid</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Radiogroup</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Question type</name>
-      <value>Fragetyp</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Range</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Value min</name>
-      <value>Min Wert</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bottom</name>
-      <value>Unten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Value_number</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy questionnaire link</name>
-      <value>Fragebogen URL kopieren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Questionnairequestionid</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Complete button text</name>
-      <value>Senden-Button Text</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Rating</name>
-      <value>Bewertung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Title location</name>
-      <value>Titelposition</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Newsletter unsubscribe</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Default language</name>
-      <value>Standardsprache</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Row break</name>
-      <value>Zeilenumbruch</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Newsletter SelfService</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Eventtype</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Negative prices are only allowed for credits</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Required</name>
-      <value>Pflichtfeld</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Skills</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Lookup type</name>
-      <value>Auswahltyp</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Download HTML</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Outgoing payment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ResourceOperationLink</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Available in Webservices</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Answers</name>
-      <value>Antworten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Logo URL</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Parent node</name>
-      <value>Ãœbergeordneter Knoten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The survey could not be found.</name>
-      <value>Die Umfrage konnte nicht gefunden werden.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Input type</name>
-      <value>Eingabetyp</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Foreign key</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ResourceOperationTaskLink</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Max description</name>
-      <value>Max Beschreibung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set Responsible</name>
-      <value>Verantwortlichen setzen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sets a responsible person for the selected participants</name>
-      <value>Setzt einen Verantwortlichen für die ausgewählten Teilnehmer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sets a responsible person for the participants within the selected step</name>
-      <value>Setzt einen Verantwortlichen für die Teilnehmer innerhalb der ausgewählen Stufe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set Responsible Employee</name>
-      <value>Verantwortlichen setzen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Responsible Employee</name>
-      <value>Verantwortlicher</value>
-    </stringEntry>
-    <stringEntry>
-      <name>4. Quarter</name>
-      <value>4. Quartal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Name of an attached document is too long</name>
-      <value>Name eines angehängten Dokuments ist zu lang</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The date of the next operation could only be set for %0 of the %1 selected data sets, as no operation frequency was stored for the other data sets.</name>
-      <value>Das Datum des nächsten Einsatzes konnte nur für %0 der %1 ausgewählten Datensätze eingestellt werden, da für die anderen Datensätze keine Einsatzfrequenz gespeichert wurde.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Terms of payment</name>
-      <value>Zahlungsbedingungen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>KM allowance</name>
-      <value>Kilometergeld</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Kilometer allowance (%0)</name>
-      <value>Kilometergeld (%0)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>An error occurred while creating the export. Please download and send the added error message to your administrator.</name>
-      <value>Beim Erstellen des Exports ist ein Fehler aufgetreten. Bitte laden Sie die Fehlermeldung herunter und senden Sie diese an Ihren Administrator.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Export error</name>
-      <value>Exportfehler</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Moldova (Republic of)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>no inbox</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Côte d'Ivoire</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Lao People's Democratic Republic</name>
-    </stringEntry>
-    <stringEntry>
-      <name>United Kingdom of Great Britain and Northern Ireland</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Falkland Islands (Malvinas)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Republic of Kosovo</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Korea (Republic of)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Venezuela (Bolivarian Republic of)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Macedonia (the former Yugoslav Republic of)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Viet Nam</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Tanzania, United Republic of</name>
-    </stringEntry>
-    <stringEntry>
-      <name>no USER for inboxEmail</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Iran (Islamic Republic of)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Russian Federation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Syrian Arab Republic</name>
-    </stringEntry>
-    <stringEntry>
-      <name>United States of America</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Palestine, State of</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Korea (Democratic People's Republic of)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Holy See</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Micronesia (Federated States of)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Brunei Darussalam</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Bolivia (Plurinational State of)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>no inboxEmail for inbox</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Intervall</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Intervall setzen</name>
-    </stringEntry>
-    <stringEntry>
-      <name>von</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Website address</name>
-    </stringEntry>
-    <stringEntry>
-      <name>LastSync zurücksetzen</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Datum</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Group task</name>
-      <value>Gruppenaufgabe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Beginn</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Changed because of mailfilter \"%0\" - \"%1\"</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Spesenabrechnung</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create Task</name>
-      <value>Aufgabe erstellen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Silent</name>
-      <value>Still</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Operation title</name>
-      <value>Einsatztitel</value>
-    </stringEntry>
-    <stringEntry>
-      <name>TopictreeTaskAttendee</name>
-      <value>Bearbeiter</value>
-    </stringEntry>
-    <stringEntry>
-      <name>TopictreeTaskAttendees</name>
-      <value>Bearbeiter</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Remove logo</name>
-      <value>Logo entfernen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>(empty)</name>
-      <value>(leer)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The follow-up date cannot be in the past</name>
-      <value>Das Prüfdatum darf nicht in der Vergangenheit liegen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>An element cannot be moved to its own descendants</name>
-      <value>Ein Element kann nicht zu seinen eigenen Nachkommen verschoben werden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bulkmail errorlog</name>
-      <value>Serienmailversand Fehlerprotokolle</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bulkmail</name>
-      <value>Serienmail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show Error Message</name>
-      <value>Fehlernachricht anzeigen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Run started</name>
-      <value>E-Mail Versand gestartet</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Run finished</name>
-      <value>E-Mail Versand beendet</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Errormessage</name>
-      <value>Fehlernachricht</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set responsible employee</name>
-      <value>Verantwortlichen setzen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The end date must not be before the start date</name>
-      <value>Das Enddatum darf nicht vor dem Startdatum liegen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Invalid Communication Settings</name>
-      <value>Ungültige Werbeeinstellungen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Web Form</name>
-      <value>Webformular</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Survey</name>
-      <value>Umfrage</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Questionnaire template</name>
-      <value>Fragebogenvorlage</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy code for TYPO3</name>
-      <value>Code für TYPO3 kopieren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Calculated Values</name>
-      <value>Berechnete Werte</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create document template</name>
-      <value>Dokumentvorlage erstellen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create webfile</name>
-      <value>Webfile erstellen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 of the chosen records will be added to the event, because %1 are already participants</name>
-      <value>%0 der ausgewählten Datensätze werden der Veranstaltung hinzugefügt, da %1 bereits Teilnehmer sind</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Rerun</name>
-      <value>Erneut Versenden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Should the mail be sent to %0 recipients now?</name>
-      <value>Soll die Mail jetzt an 1 Empfänger versendet werden?</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Draft</name>
-      <value>Entwurf</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Choose from web files</name>
-      <value>Aus Webfiles auswählen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Navigate to Url after completion</name>
-      <value>Weiterleitungs URL nach Senden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Width mode</name>
-      <value>Breitenmodus</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Fit to container</name>
-      <value>Anpassen an den Container</value>
-    </stringEntry>
-    <stringEntry>
-      <name>static</name>
-      <value>statisch</value>
-    </stringEntry>
-    <stringEntry>
-      <name>responsive</name>
-      <value>responsiv</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Variable Name</name>
-      <value>Variablen Namen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Expression Value</name>
-      <value>Expression</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Panel</name>
-      <value>Gruppe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Page 1</name>
-      <value>Seite 1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Visible</name>
-      <value>Sichtbar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Business card scan</name>
-      <value>Visitenkartenscan</value>
-    </stringEntry>
-    <stringEntry>
-      <name>File upload</name>
-      <value>Datei Upload</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Texttype</name>
-      <value>Textart</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Completion page</name>
-      <value>Abschlussseite</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Button: next</name>
-      <value>Button: Weiter</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Button: complete</name>
-      <value>Button: Abschluss</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Information: Questionnaire already answered</name>
-      <value>Hinweis: Fragebogen bereits übermittelt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Information: Questionnaire status 'draft' or start date in the future</name>
-      <value>Hinweis: Fragebogen Status 'Entwurf' oder Startdatum in der Zukunft</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Information: Questionnaire status 'completed' or validity date expired</name>
-      <value>Hinweis: Fragebogen Status 'Inaktiv' oder Gültigkeitsdatum abgelaufen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Inputvalidation: E-mail address</name>
-      <value>Eingabevalidierung: E-Mail-Adresse</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Inputvalidation: mandatory field</name>
-      <value>Eingabevalidierung: Pflichtfeld</value>
-    </stringEntry>
-    <stringEntry>
-      <name>This TextType already exists for this Survey and can only be assigned once</name>
-      <value>Diese Textart existiert bereits für diese Umfrage und kann dieser nur einmal zugewiesen werden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>See documents</name>
-      <value>Siehe Dokumente</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Should %0 contacts be %1?</name>
-      <value>Sollen %0 Kontakte %1 werden?</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy webfile ID</name>
-      <value>Webfile-ID kopieren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy webfile</name>
-      <value>Webfile kopieren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Dunning History</name>
-      <value>Mahnverlauf</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product package</name>
-      <value>Produktpaket</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product packages</name>
-      <value>Produktpakete</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Insert product package</name>
-      <value>Produktpaket einfügen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Operation recommendation</name>
-      <value>Einsatzvorschlag</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Operation recommendations</name>
-      <value>Einsatzvorschläge</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Expense administration</name>
-      <value>Spesenadministration</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Target date of the service</name>
-      <value>Zieldatum der Leistung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Start of the opportunity</name>
-      <value>Start der Opportunity</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Discount in %</name>
-      <value>Rabatt in %</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Insert item without article</name>
-      <value>Posten ohne Artikel einfügen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add product package</name>
-      <value>Produktpaket hinzufügen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set discount</name>
-      <value>Rabatt setzen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Parent item</name>
-      <value>Oberposten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Item without article</name>
-      <value>Posten ohne Artikel</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Total price</name>
-      <value>Gesamtpreis</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Total price (%0)</name>
-      <value>Gesamtpreis (%0)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Has default price</name>
-      <value>Besitzt Standardpreis</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Insert parts list</name>
-      <value>Stückliste einfügen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Calculate price from parts list</name>
-      <value>Preis aus Stückliste berechnen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Curr. sales price (%0)</name>
-      <value>akt. VK-Preis (%0)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Valid prices</name>
-      <value>Gültige Preise</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Expired prices</name>
-      <value>Abgelaufene Preise</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product group 1</name>
-      <value>Produktgruppe 1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product group 2</name>
-      <value>Produktgruppe 2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product group 3</name>
-      <value>Produktgruppe 3</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Expense Report</name>
-      <value>Spesenabrechnung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Expense Reports</name>
-      <value>Spesenabrechnungen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New Expense Report</name>
-      <value>Neue Spesenabrechnung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show Expense Report</name>
-      <value>Spesenabrechnung anzeigen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Overnight stay allowance</name>
-      <value>Ãœbernachtungspauschale</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Overnight stay allowance (%0)</name>
-      <value>Ãœbernachtungspauschale (%0)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Fullfilled Conditions</name>
-      <value>Erfüllte Bedingungen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Dunning block</name>
-      <value>Mahnsperre</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Dunning</name>
-      <value>Mahnung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Increase Dunning</name>
-      <value>Mahnstufe erhöhen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Decrease Dunning</name>
-      <value>Mahnstufe verringern</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Validity</name>
-      <value>Gültigkeit</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Meal allowance deduction (in %)</name>
-      <value>Abzug Verpflegungspauschale (in %)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Kilometer fee</name>
-      <value>Kilometer-Geld</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Amount (%)</name>
-      <value>Menge (%)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Amount (%0)</name>
-      <value>Menge (%0)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Weight</name>
-      <value>Gewichtung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${Condition}</name>
-      <value>Bedingung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${Conditions}</name>
-      <value>Bedingungen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Dunning fee</name>
-      <value>Mahngebühr</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Dunning Fee</name>
-      <value>Mahngebühr</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Dunning Fee (%0)</name>
-      <value>Mahngebühr (%0)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Dunning Level</name>
-      <value>Mahnstufe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Dunning levels</name>
-      <value>Mahnstufen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Dunning Levels</name>
-      <value>Mahnstufen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tolerance Days</name>
-      <value>Toleranztage</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Report Title</name>
-      <value>Reporttitel</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Report Subject</name>
-      <value>Reportbetreff</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Report Reminder Text</name>
-      <value>Erinnerungstext</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Report Text</name>
-      <value>Reporttext</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Maturity date</name>
-      <value>Prüfdatum</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Respond to customers by mail</name>
-      <value>Kunden per Mail antworten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Forward ticket by mail</name>
-      <value>Ticket per Mail weiterleiten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Title preset</name>
-      <value>Titelvorbelegung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Working times</name>
-      <value>Geschäftszeiten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Dynamic times</name>
-      <value>Dynamische Zeit</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Template number</name>
-      <value>Vorlagennummer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Due after days</name>
-      <value>Fällig nach Tagen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New operation recommendation</name>
-      <value>Neuer Einsatzvorschlag</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The dates of %0 Operation recommendations were recalculated.</name>
-      <value>%0 Einsatzvorschläge wurden neuberechnet.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 Operation recommendations were ignored.</name>
-      <value>%0 Einsatzvorschläge wurden ignoriert</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 Operation recommendations were deleted.</name>
-      <value>%0 Einsatzvorschläge wurden gelöscht.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Calculation of the Operation recommendation dates</name>
-      <value>Berechnung der Einsatzvorschläge</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Clear Operation recommendation link</name>
-      <value>Einsatzvorschlagsverknüpfung zurücksetzen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Responsible for the Operation recommendation not available as a resource.</name>
-      <value>Verantwortlicher des Einsatzvorschlags nicht als Ressource vorhanden.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Skip Next operation</name>
-      <value>Nächsten Einsatz überspringen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Intern email address</name>
-      <value>Interne E-Mail-Adressen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sensitive</name>
-      <value>Sensibel</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sensitive attributes</name>
-      <value>Sensible Eigenschaften</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Dropdown sensitive attributes</name>
-      <value>Dropdown sensibler Eigenschaften</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Table sensitive attributes</name>
-      <value>Tabelle sensibler Eigenschaften</value>
-    </stringEntry>
-    <stringEntry>
-      <name>E-mail subject</name>
-      <value>E-Mail Betreff</value>
-    </stringEntry>
-    <stringEntry>
-      <name>From ticket template</name>
-      <value>Aus Ticketvorlage</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$TICKET_PRIORITY_NONE}</name>
-      <value>keine</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$TICKET_PRIORITY_LOW}</name>
-      <value>niedrig</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$TICKET_PRIORITY_HIGH}</name>
-      <value>hoch</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$TICKET_PRIORITY_MEDIUM}</name>
-      <value>mittel</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Service employee</name>
-      <value>Servicemitarbeiter</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Signed on</name>
-      <value>Unterschrieben am</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contact person</name>
-      <value>Ansprechpartner</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$Remarks}</name>
-      <value>Bemerkungen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Start next time recording</name>
-      <value>Nächste Zeiterfassung starten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SupportTicket</name>
-      <value>Serviceticket</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create new operation</name>
-      <value>Neuen Einsatz erstellen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Has no default price</name>
-      <value>Besitzt keinen Standardpreis</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Curr. purchase price (%0)</name>
-      <value>akt. EK-Preis (%0)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Decrease dunning</name>
-      <value>Mahnstufe verringern</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Dunning Date</name>
-      <value>Mahndatum</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Meal allowance</name>
-      <value>Verpflegungspauschale</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Greater or equal x hours</name>
-      <value>Ab x Stunden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Private overnight stay</name>
-      <value>Privatübernachtung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Hide price</name>
-      <value>Preis verbergen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Operation frequency</name>
-      <value>Einsatzfrequenz</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 out of %1 products cannot be added because they are inactive or no price could be determined.</name>
-      <value>%0 von %1 Produkten können nicht hinzugefügt werden, weil sie inaktiv sind oder kein Preis ermittelt werden konnte.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Digital Signing Signers</name>
-      <value>Signierende</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Texts</name>
-      <value>Texte</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 contact selected</name>
-      <value>%0 Kontakt ausgewählt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Domestic Currency</name>
-      <value>Inlandswährung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Foreign Currency</name>
-      <value>Fremdwährung</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Exchange Rate (Indirect Quote)</name>
-      <value>Wechselkurs (Preisnotiert)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Exchange Rate (Direct Quote)</name>
-      <value>Wechselkurs (Mengennotiert)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Intermediate day</name>
-      <value>Zwischentag</value>
+      <name>root.UsersettingsEdit_view.Notification.title</name>
+      <value>Benachrichtigung</value>
     </stringEntry>
   </keyValueMap>
 </language>
diff --git a/language/_____LANGUAGE_en/_____LANGUAGE_en.aod b/language/_____LANGUAGE_en/_____LANGUAGE_en.aod
index c95a10f..37f7456 100644
--- a/language/_____LANGUAGE_en/_____LANGUAGE_en.aod
+++ b/language/_____LANGUAGE_en/_____LANGUAGE_en.aod
@@ -8,17061 +8,202 @@
   <font name="Dialog" style="0" size="11" />
   <keyValueMap>
     <stringEntry>
-      <name> Info</name>
-      <value> Info</value>
-    </stringEntry>
-    <stringEntry>
-      <name>#,##0.00</name>
-      <value>#,##0.00</value>
-    </stringEntry>
-    <stringEntry>
-      <name>#rememberme</name>
-      <value>#rememberme</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$MAIL_SENT}</name>
-      <value>Sent</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${ACTION_DO_OPEN}</name>
-      <value>Open</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${ADDRESS_STATE}</name>
-      <value>State</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${CANCEL}</name>
-      <value>Cancel</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${ATTRIBUTE_VOID}</name>
-      <value>Tag</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${BINARY_LIB_TOO_MANY_BINARIES}</name>
-      <value>For this binary field only one data-item is allowed</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${CHECK SALESPROJECT \"%0\"}</name>
-      <value>check status Opportunity \"%0\</value>
-    </stringEntry>
-    <stringEntry>
-      <name>TopictreeTaskAttendee</name>
-      <value>Attendee</value>
-    </stringEntry>
-    <stringEntry>
-      <name>TopictreeTaskAttendees</name>
-      <value>Attendees</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${COMM_ADDRESS}</name>
-      <value>Address</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${CONDITION}</name>
-      <value>Condition</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${CONTEXT}</name>
-      <value>Context</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${CONTRACT_STATUS}</name>
-      <value>Status</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${COUNT_PREPOSITION_MULTIPLE}</name>
-      <value>times</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${COUNT_PREPOSITION_SINGLE}</name>
-      <value>time</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${DISPLAY_AND_OPEN_%0_HITS}</name>
-      <value>%0 results are displayed and will be opened.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${DISPLAY_AND_OPEN_%0_OF_%1_HITS}</name>
-      <value>%0 of %1 results are displayed and will be opened.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${DISPLAY_AND_OPEN_ONE_HIT}</name>
-      <value>One result is displayed and will be opened.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${EURO_SIGN}</name>
-      <value>€</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${FILTER_DYNAMIC_VALUE_ME}</name>
-      <value>me</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${FREE}</name>
-      <value>Free</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${GENDER_OTHER}</name>
-      <value>Diverse</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${IGNORE_DUPLICATE}</name>
-      <value>Record is not a duplicate</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${MIN_MAX_ERROR_MAX_INT_VALUE} field: %0, value: %1, min: %2</name>
-      <value>%0 has to be greater/equal %2.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${MIN_MAX_ERROR_MIN_INT_VALUE} field: %0, value: %1, max: %2</name>
-      <value>%0 has to be less/equal %2.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${MIN_MAX_ERROR} field: %0, value: %1, min: %2, max: %3</name>
-      <value>%0 has to be between %2 and %3.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${NUMBER}</name>
-      <value>Number</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${ORDER_CANCELLED}</name>
-      <value>cancelled</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${ORGTYPE_OTHER}</name>
-      <value>Other</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${PRICELIST_DEFAULT}</name>
-      <value>Standard</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${PRICELIST_SERVICE}</name>
-      <value>Service</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${PRODUCT_LIB_NO_PRODUCT_ID} function: %0</name>
-      <value>Missing productId in function %0.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${QUANTITY_LOWER_THAN_1}</name>
-      <value>Quantity should be greater than 0.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${SALESPROJECT_CONTACT}</name>
-      <value>Contact</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${SALESPROJECT_LEAD}</name>
-      <value>Qualification</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${SALESPROJECT_MEMBER}</name>
-      <value>Project member</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${SALESPROJECT_MST_PHASE_CHANGE}</name>
-      <value>The phase of the Opportunity '%0' has been changed to '%1'.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${SALESPROJECT_MST_STATUS_CHANGE}</name>
-      <value>The status of the Opportunity '%0' has been changed to '%1'.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${SALESPROJECT_NEGOTIATION}</name>
-      <value>Negotiation</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${SALESPROJECT_OFFER}</name>
-      <value>Offer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${SALESPROJECT_PROSPECT}</name>
-      <value>Prospect</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${SQL_LIB_FIELD_WRONG_FORMAT}</name>
-      <value>The Field</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${SQL_LIB_FIELD_WRONG_FORMAT} field: %0</name>
-      <value> "%0" is in an incorrect format. The database field has to be like "tablename.columnname" ("ORGANISATION.NAME") or as array with column-alias: ["ORGANISATION", "NAME", "myorgAlias"]</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${SQL_LIB_UNDEFINED_VALUE} field: %0</name>
-      <value>The value for the field %0 is undefined.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${SQL_LIB_UNSUPPORTED_DBTYPE} function: %0</name>
-      <value>The DBTYPE is not supported by function %0.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${TASK_PROTECTIONLEVEL}</name>
-      <value>Private task</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${UNIGNORE_DUPLICATE}</name>
-      <value>Record is a duplicate</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${UNLINKEDMAILMAPPING_ADDITIONAL_LINKS}</name>
-      <value>${UNLINKEDMAILMAPPING_ADDITIONAL_LINKS}</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${UNLINKEDMAILMAPPING_ADDITIONAL_LINK}</name>
-      <value>${UNLINKEDMAILMAPPING_ADDITIONAL_LINK}</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${VOLUME_MONEY}</name>
-      <value>Volume</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${WEBLINK_SCORE}</name>
-      <value>Score</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${WEBSERVICE_ERROR} url:%0 status:%1</name>
-      <value>Webservice not available. URL: %0 %1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${WORKFLOW_SUSPEND}</name>
-      <value>Suspend</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 \"%1\"</name>
-      <value>%0 \"%1\"</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 activities from mails created</name>
-      <value>%0 activities from mails created</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 added.</name>
-      <value>%0 added.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 attachment:</name>
-      <value>%0 attachment:</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 attachments:</name>
-      <value>%0 attachments:</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 deleted.</name>
-      <value>%0 deleted.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 files ignored</name>
-      <value>%0 files ignored</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 files imported</name>
-      <value>%0 files imported</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 from \"%1\" to %2 \"%3\"</name>
-      <value>%0 from \"%1\" to %2 \"%3\"</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 from \"%1\" to \"%2\"</name>
-      <value>%0 from \"%1\" to \"%2\"</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 leads imported, %1 errors</name>
-      <value>%0 leads imported, %1 errors</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 mails could not be linked automatically</name>
-      <value>%0 mails could not be linked automatically</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 mails sent sucessfully, %1 mails failed. Process took %2 s.</name>
-      <value>%0 mails sent sucessfully, %1 mails failed. Process took %2 s.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 modified.</name>
-      <value>%0 modified.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 new participants will be added to the campaign.</name>
-      <value>%0 new participants will be added to the campaign.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 new recipients will be added to the bulk mail.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 new recipients will be added to the serial letter.</name>
-      <value>%0 new recipients will be added to the serial letter.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 of the chosen records are already in the campaign</name>
-      <value>%0 of the chosen records are already in the campaign</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 of the chosen records are already recipients.</name>
-      <value>%0 of the chosen records are already recipients.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 recipient will be added to the bulk mail.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 recipient will be added to the serial letter.</name>
-      <value>%0 recipient will be added to the serial letter.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 responsilbe/s was/were changed</name>
-      <value>%0 responsilbe/s was/were changed</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 status was/were changed</name>
-      <value>%0 status was/were changed</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 Values updated using the current rate: %1</name>
-      <value>%0 Values updated using the current rate: %1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 | %1 - %2 o'clock</name>
-      <value>%0 | %1 - %2 o'clock</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 | %1 o'clock - %2 | %3 o'clock</name>
-      <value>%0 | %1 o'clock - %2 | %3 o'clock</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0/%1 participant(s) will be added to the selected campaign step</name>
-      <value>%0/%1 participant(s) will be added to the selected campaign step</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0: %1/%2 points = %3</name>
-      <value>%0: %1/%2 points = %3</value>
-    </stringEntry>
-    <stringEntry>
-      <name>(drop mails here)</name>
-      <value>(drop mails here)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>(optional) E-Mail to store in contact</name>
-      <value>(optional) E-Mail to store in contact</value>
-    </stringEntry>
-    <stringEntry>
-      <name>(or drop files here)</name>
-      <value>(or drop files here)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>0 low</name>
-      <value>low</value>
-    </stringEntry>
-    <stringEntry>
-      <name>0%</name>
-      <value>0%</value>
-    </stringEntry>
-    <stringEntry>
-      <name>1</name>
-      <value>1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>1 medium</name>
-      <value>medium</value>
-    </stringEntry>
-    <stringEntry>
-      <name>1 Month</name>
-      <value>1 Month</value>
-    </stringEntry>
-    <stringEntry>
-      <name>1. Classification</name>
-      <value>1. Classification</value>
-    </stringEntry>
-    <stringEntry>
-      <name>1. Target group</name>
-      <value>1. Target group</value>
-    </stringEntry>
-    <stringEntry>
-      <name>100%</name>
-      <value>100%</value>
-    </stringEntry>
-    <stringEntry>
-      <name>12 Months</name>
-      <value>12 Months</value>
-    </stringEntry>
-    <stringEntry>
-      <name>2</name>
-      <value>2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>2 big</name>
-      <value>high</value>
-    </stringEntry>
-    <stringEntry>
-      <name>2 Weeks</name>
-      <value>2 Weeks</value>
-    </stringEntry>
-    <stringEntry>
-      <name>2. Classification</name>
-      <value>2. Classification</value>
-    </stringEntry>
-    <stringEntry>
-      <name>2. Customer value</name>
-      <value>2. Customer value</value>
-    </stringEntry>
-    <stringEntry>
-      <name>25%</name>
-      <value>25%</value>
-    </stringEntry>
-    <stringEntry>
-      <name>30</name>
-      <value>30</value>
-    </stringEntry>
-    <stringEntry>
-      <name>30 days net</name>
-      <value>30 days net</value>
-    </stringEntry>
-    <stringEntry>
-      <name>360 Degree</name>
-      <value>360 Degree</value>
-    </stringEntry>
-    <stringEntry>
-      <name>50%</name>
-      <value>50%</value>
-    </stringEntry>
-    <stringEntry>
-      <name>6 Months</name>
-      <value>6 Months</value>
-    </stringEntry>
-    <stringEntry>
-      <name>60</name>
-      <value>60</value>
-    </stringEntry>
-    <stringEntry>
-      <name>7 days net</name>
-      <value>7 days net</value>
-    </stringEntry>
-    <stringEntry>
-      <name>75%</name>
-      <value>75%</value>
-    </stringEntry>
-    <stringEntry>
-      <name>8 days 2% discount, 30 days net</name>
-      <value>8 days 2% discount, 30 days net</value>
-    </stringEntry>
-    <stringEntry>
-      <name>90</name>
-      <value>90</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[%0]%1 has to be a string or array but it is %2</name>
-      <value>[%0]%1 has to be a string or array but it is %2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[%0]%1 has to be a string without empty spaces, (, ), =, &lt;, &gt;  but it contains at least one of them</name>
-      <value>[%0]%1 has to be a string without empty spaces, (, ), =, &lt;, &gt;  but it contains at least one of them</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[%0]%1 is an object but seems not to be a valid array or array-like</name>
-      <value>[%0]%1 is an object but seems not to be a valid array or array-like</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[%0]has now an incorrect length; estimated 2 or 3 elements but got %1</name>
-      <value>[%0]has now an incorrect length; estimated 2 or 3 elements but got %1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[%0]it was necessary to create a file from a blob-field but no lob-file-path was specified.</name>
-      <value>[%0]it was necessary to create a file from a blob-field but no lob-file-path was specified.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[%0]it was necessary to create a text-file from a clob-field but no lob-file-path was specified.</name>
-      <value>[%0]it was necessary to create a text-file from a clob-field but no lob-file-path was specified.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[%0]the columnName is not a string after interpreting</name>
-      <value>[%0]the columnName is not a string after interpreting</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[%0]the tableAlias is not a string after interpreting</name>
-      <value>[%0]the tableAlias is not a string after interpreting</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[%0]the tableName is not a string after interpreting</name>
-      <value>[%0]the tableName is not a string after interpreting</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[TEST] .All</name>
-      <value>[TEST] .All</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[TEST] Calendar_lib</name>
-      <value>[TEST] Calendar_lib</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[TEST] Importer</name>
-      <value>[TEST] Importer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[TEST] Keyword_lib</name>
-      <value>[TEST] Keyword_lib</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[TEST] KeywordAttribute_lib</name>
-      <value>[TEST] KeywordAttribute_lib</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[TEST] Observation_lib</name>
-      <value>[TEST] Observation_lib</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[TEST] Sql_lib - SqlBuilder</name>
-      <value>[TEST] Sql_lib - SqlBuilder</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[TEST] Sql_lib - SqlMaskingUtils</name>
-      <value>[TEST] Sql_lib - SqlMaskingUtils</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[TEST] UnitTest_lib</name>
-      <value>[TEST] UnitTest_lib</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[TEST] Util_lib</name>
-      <value>[TEST] Util_lib</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[TEST] Util_lib - ArrayUtils</name>
-      <value>[TEST] Util_lib - ArrayUtils</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[TEST] ZippingUtil_lib</name>
-      <value>[TEST] ZippingUtil_lib</value>
-    </stringEntry>
-    <stringEntry>
-      <name>A</name>
-      <value>A</value>
-    </stringEntry>
-    <stringEntry>
-      <name>A communication setting for this channel already exists!</name>
-      <value>A communication setting for this channel already exists!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>A person can only have one private Contact.</name>
-      <value>A person can only have one private Contact.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>A Phase filter has to be set when creating a checklistentry for the Salesproject context.</name>
-      <value>A Phase filter has to be set when creating a checklistentry for the Opportunity context.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>A Phase filter has to be set when creating a checklistentry for the Salesproject Context.</name>
-      <value>A Phase filter has to be set when creating a checklistentry for the Opportunity context.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>AB_KEYWORD_ENTRYID (UID)</name>
-      <value>AB_KEYWORD_ENTRYID (UID)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Aborted</name>
-      <value>Aborted</value>
-    </stringEntry>
-    <stringEntry>
-      <name>accept</name>
-      <value>accept</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Accepted call from %0 (%1) to %2, duration: %3</name>
-      <value>Accepted call from %0 (%1) to %2, duration: %3</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Access type</name>
-      <value>Access type</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Account Manager</name>
-      <value>Account Manager</value>
-    </stringEntry>
-    <stringEntry>
-      <name>acquainted with</name>
-      <value>acquainted with</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Acquisition</name>
-      <value>Acquisition</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Action</name>
-      <value>Action</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Action '</name>
-      <value>Action '</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Action mail</name>
-      <value>Action mail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Action not supported</name>
-      <value>Action not supported</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Actions</name>
-      <value>Actions</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Active</name>
-      <value>Active</value>
-    </stringEntry>
-    <stringEntry>
-      <name>active</name>
-      <value>active</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Activities</name>
-      <value>Activities</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Activity</name>
-      <value>Activity</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Activity Id</name>
-      <value>Activity Id</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Activity link Id</name>
-      <value>Activity link Id</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Activity: Topic</name>
-      <value>Activity: Topic</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Activity: Topic (incl. Subtopics)</name>
-      <value>Activity: Topic (incl. Subtopics)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ACTIVITYID (UID)</name>
-      <value>ACTIVITYID (UID)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Actual Amount</name>
-      <value>Actual Amount</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Actual amount</name>
-      <value>Actual amount</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Actual Amount (%0)</name>
-      <value>Actual Amount (%0)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ad hoc</name>
-      <value>Ad hoc</value>
-    </stringEntry>
-    <stringEntry>
-      <name>add  contact to ewssync</name>
-      <value>add  contact to ewssync</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add %0 Observations</name>
-      <value>Add %0 Observations</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add all</name>
-      <value>Add all</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add Attributes </name>
-      <value>Add Attributes </value>
-    </stringEntry>
-    <stringEntry>
-      <name>add Contact to Sync</name>
-      <value>add Contact to Sync</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add Dependency</name>
-      <value>Add Dependency</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add Manual Delete Flag</name>
-      <value>Add Manual Delete Flag</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add participant to Campaign</name>
-      <value>Add participant to Campaign</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add Participants</name>
-      <value>Add Participants</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add participants to Campaign</name>
-      <value>Add participants to Campaign</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add Recipients</name>
-      <value>Add Recipients</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add selected workflow</name>
-      <value>Add selected workflow</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add the selection to a bulk mail</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Add the selection to a campaign</name>
-      <value>Add the selection to a campaign</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add the selection to a serial letter</name>
-      <value>Add the selection to a serial letter</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add to bulk mail</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Add to Campaign</name>
-      <value>Add to Campaign</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add to offer</name>
-      <value>Add to offer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add to order</name>
-      <value>Add to order</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add to serial letter</name>
-      <value>Add to serial letter</value>
-    </stringEntry>
-    <stringEntry>
-      <name>add to sync</name>
-      <value>add to sync</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add to synchronisation</name>
-      <value>Add to synchronisation</value>
-    </stringEntry>
-    <stringEntry>
-      <name>AddAction</name>
-      <value>AddAction</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Added</name>
-      <value>Added</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Additional Contacts</name>
-      <value>Additional Contacts</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Additional data</name>
-      <value>Additional data</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Address</name>
-      <value>Address</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Address addition</name>
-      <value>Address addition</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Address changed to %0 %1 %2 %3 %4</name>
-      <value>Address changed to %0 %1 %2 %3 %4</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Address format</name>
-      <value>Address format</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Address Id</name>
-      <value>Address Id</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Address purchase</name>
-      <value>Address purchase</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Address Search</name>
-      <value>Address Search</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Addresses</name>
-      <value>Addresses</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Addresstype</name>
-      <value>Addresstype</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Adds an answer to the selected discussion</name>
-      <value>Adds an answer to the selected discussion</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Adito dark blue</name>
-      <value>Adito dark blue</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ADITO Facebook Feed</name>
-      <value>ADITO Facebook Feed</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Adito grey</name>
-      <value>Adito grey</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Adito light blue</name>
-      <value>Adito light blue</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Adito red</name>
-      <value>Adito red</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Adito Versafix</name>
-      <value>Adito Versafix</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Admin</name>
-      <value>Admin</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Administration</name>
-      <value>Administration</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Administrator</name>
-      <value>Administrator</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertising</name>
-      <value>Advertising</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertising ban</name>
-      <value>Advertising ban</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertising consent</name>
-      <value>Advertising consent</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertising count</name>
-      <value>Advertising count</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertising Id</name>
-      <value>Advertising Id</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertising item</name>
-      <value>Advertising item</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertising Item</name>
-      <value>Advertising Item</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertising items</name>
-      <value>Advertising items</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertising material</name>
-      <value>Advertising material</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertising material count</name>
-      <value>Advertising material count</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertising materials</name>
-      <value>Advertising materials</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertising received</name>
-      <value>Advertising received</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertising Shipment</name>
-      <value>Advertising Shipment</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertising shipment</name>
-      <value>Advertising shipment</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertising_lib</name>
-      <value>Advertising_lib</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertisingitem Id</name>
-      <value>Advertisingitem Id</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Adviser</name>
-      <value>Adviser</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Adviser Contact</name>
-      <value>Adviser Contact</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Adviser contact</name>
-      <value>Adviser contact</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Adviser Role</name>
-      <value>Adviser Role</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Adviser role</name>
-      <value>Adviser role</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Adviser status</name>
-      <value>Adviser status</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Affected rows</name>
-      <value>Affected rows</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Afghanistan</name>
-      <value>Afghanistan</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Agency</name>
-      <value>Agency</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Albania</name>
-      <value>Albania</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Algeria</name>
-      <value>Algeria</value>
-    </stringEntry>
-    <stringEntry>
-      <name>All Knowledge Entries</name>
-      <value>All Knowledge Entries</value>
-    </stringEntry>
-    <stringEntry>
-      <name>All mails that could not automatically linked are displayed here</name>
-      <value>All mails that could not automatically linked are displayed here</value>
-    </stringEntry>
-    <stringEntry>
-      <name>All of the chosen records are already in the campaign</name>
-      <value>All of the chosen records are already in the campaign</value>
-    </stringEntry>
-    <stringEntry>
-      <name>All of the chosen records are already in the campaignstep</name>
-      <value>All of the chosen records are already in the campaignstep</value>
-    </stringEntry>
-    <stringEntry>
-      <name>All selected participants already are in the campaign</name>
-      <value>All selected participants already are in the campaign</value>
-    </stringEntry>
-    <stringEntry>
-      <name>All synchronized datasets</name>
-      <value>All synchronized datasets</value>
-    </stringEntry>
-    <stringEntry>
-      <name>All tasks that are not completed and assigned to me</name>
-      <value>All tasks that are not completed and assigned to me</value>
-    </stringEntry>
-    <stringEntry>
-      <name>All Unlinked Mails</name>
-      <value>All Unlinked Mails</value>
-    </stringEntry>
-    <stringEntry>
-      <name>allow</name>
-      <value>allow</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Allowed</name>
-      <value>Allowed</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Alt. E-Mail</name>
-      <value>Alt. E-Mail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Alt. Phone</name>
-      <value>Alt. Phone</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Alternative email</name>
-      <value>Alternative email</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Alternative phone</name>
-      <value>Alternative phone</value>
-    </stringEntry>
-    <stringEntry>
-      <name>American Samoa</name>
-      <value>American Samoa</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Amount</name>
-      <value>Amount</value>
-    </stringEntry>
-    <stringEntry>
-      <name>An error occured during checking whether at least one of the recipients is an internal user or not.</name>
-      <value>An error occured during checking whether at least one of the recipients is an internal user or not.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>An error occured during checking whether the sender is an internal user or not.</name>
-      <value>An error occured during checking whether the sender is an internal user or not.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>An error occured during decoding the mails content.</name>
-      <value>An error occured during decoding the mails content.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>An error occured during parsing imported mail.</name>
-      <value>An error occured during parsing imported mail.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>An error occured while processing the business card.\nPlease contact an administrator.</name>
-      <value>An error occured while processing the business card.\nPlease contact an administrator.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Analyses</name>
-      <value>Analyses</value>
-    </stringEntry>
-    <stringEntry>
-      <name>and</name>
-      <value>and</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Andorra</name>
-      <value>Andorra</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Angebot</name>
-      <value>Angebot</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Angola</name>
-      <value>Angola</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Anguilla</name>
-      <value>Anguilla</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Annual holidays</name>
-      <value>Annual holidays</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Annually</name>
-      <value>Annually</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Anonymization</name>
-      <value>Anonymization</value>
-    </stringEntry>
-    <stringEntry>
-      <name>anonymize Persons</name>
-      <value>anonymize Persons</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Answer Address</name>
-      <value>Answer Address</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Answered</name>
-      <value>Answered</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Antarctica</name>
-      <value>Antarctica</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Antigua and Barbuda</name>
-      <value>Antigua and Barbuda</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Apply changes for all</name>
-      <value>Apply changes for all</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Appointment</name>
-      <value>Appointment</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Appointment checkup</name>
-      <value>Appointment checkup</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Appointment CheckUp</name>
-      <value>Appointment CheckUp</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Appointment checkup for the selected day</name>
-      <value>Appointment checkup for the selected day</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Appointment Confirmed</name>
-      <value>Appointment Confirmed</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Appointment End</name>
-      <value>Appointment End</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Appointment Id</name>
-      <value>Appointment Id</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Appointment link Id</name>
-      <value>Appointment link Id</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Appointment planned</name>
-      <value>Appointment planned</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Appointment Start</name>
-      <value>Appointment Start</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Appointment Status</name>
-      <value>Appointment Status</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Appointment Subject</name>
-      <value>Appointment Subject</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Appointments</name>
-      <value>Appointments</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Appointments/Tasks</name>
-      <value>Appointments/Tasks</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Approval</name>
-      <value>Approval</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Approval denied</name>
-      <value>Approval denied</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Approval started</name>
-      <value>Approval started</value>
-    </stringEntry>
-    <stringEntry>
-      <name>approve/deny</name>
-      <value>approve/deny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>approve/deny (2nd approval)</name>
-      <value>approve/deny (2nd approval)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Approved</name>
-      <value>Approved</value>
-    </stringEntry>
-    <stringEntry>
-      <name>approved</name>
-      <value>approved</value>
-    </stringEntry>
-    <stringEntry>
-      <name>April</name>
-      <value>April</value>
-    </stringEntry>
-    <stringEntry>
-      <name>archive</name>
-      <value>archive</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ARCHIVE</name>
-      <value>ARCHIVE</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Archive</name>
-      <value>Archive</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Archived</name>
-      <value>Archived</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Are you sure you want to recalculate all classifications using the current classificationgradings? This can take some time, since ALL classifications will get freshly calculated and updated if needed.</name>
-      <value>Are you sure you want to recalculate all classifications using the current classificationgradings? This can take some time, since ALL classifications will get freshly calculated and updated if needed.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Area Manager</name>
-      <value>Area Manager</value>
-    </stringEntry>
-    <stringEntry>
-      <name>area manager</name>
-      <value>area manager</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Argentina</name>
-      <value>Argentina</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Armenia</name>
-      <value>Armenia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Article</name>
-      <value>Article</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Article title</name>
-      <value>Article title</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Article Number</name>
-      <value>Article Number</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Aruba</name>
-      <value>Aruba</value>
-    </stringEntry>
-    <stringEntry>
-      <name>As stated in our letter of %0, we have made use of the possibility to extend the deadline to three months due to %1.</name>
-      <value>As stated in our letter of %0, we have made use of the possibility to extend the deadline to three months due to %1.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ascending</name>
-      <value>ascending</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Assembly</name>
-      <value>Assembly</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Assessment</name>
-      <value>Assessment</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Supervisor Assign all selected districts</name>
-      <value>Supervisor Assign all selected districts</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Assign supervisors</name>
-      <value>Assign supervisors</value>
-    </stringEntry>
-    <stringEntry>
-      <name>assigned</name>
-      <value>assigned</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Assigned to</name>
-      <value>Assigned to</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Assignment</name>
-      <value>Assignment</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Assignment for all selected districts will start now!</name>
-      <value>Assignment for all selected districts will start now!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Assignment of all selected districts is completed!</name>
-      <value>Assignment of all selected districts is completed!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Assignment of district \"%0\" is completed!</name>
-      <value>Assignment of district \"%0\" is completed!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Assistance</name>
-      <value>Assistance</value>
-    </stringEntry>
-    <stringEntry>
-      <name>AsysAudit Clean Up</name>
-      <value>AsysAudit Clean Up</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Atmosphere</name>
-      <value>Atmosphere</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attachment</name>
-      <value>Attachment</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attachment count</name>
-      <value>Attachment count</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attachments</name>
-      <value>Attachments</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attendee</name>
-      <value>Attendee</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attendees</name>
-      <value>Attendees</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attendees cannot be assigned repeatedly!</name>
-      <value>Attendees cannot be assigned repeatedly!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribute</name>
-      <value>Attribute</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribute \"%0\" can only be inserted once with the same value.</name>
-      <value>Attribute \"%0\" can only be inserted once with the same value.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribute \"%0\" can't be used more than %1.</name>
-      <value>Attribute \"%0\" can't be used more than %1.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribute \"%0\" has to be used at least %1.</name>
-      <value>Attribute \"%0\" has to be used at least %1.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribute determination</name>
-      <value>Attribute determination</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribute filter</name>
-      <value>Attribute filter</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribute filters</name>
-      <value>Attribute filters</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribute groups can't be selected</name>
-      <value>Attribute groups can't be selected</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribute Id</name>
-      <value>Attribute Id</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribute relation Id</name>
-      <value>Attribute relation Id</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribute usage Id</name>
-      <value>Attribute usage Id</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attributes</name>
-      <value>Attributes</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attributes must be unique!</name>
-      <value>Attributes must be unique!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attributes of attribute group \"%0\" can't be used more than %1.</name>
-      <value>Attributes of attribute group \"%0\" can't be used more than %1.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attributes of attribute group \"%0\" have to be used at least %1.</name>
-      <value>Attributes of attribute group \"%0\" have to be used at least %1.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Audit Log</name>
-      <value>Audit Log</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Audit Logs</name>
-      <value>Audit Logs</value>
-    </stringEntry>
-    <stringEntry>
-      <name>AuditLogs</name>
-      <value>AuditLogs</value>
-    </stringEntry>
-    <stringEntry>
-      <name>August</name>
-      <value>August</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Australia</name>
-      <value>Australia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Austria</name>
-      <value>Austria</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Author</name>
-      <value>Author</value>
-    </stringEntry>
-    <stringEntry>
-      <name>auto</name>
-      <value>auto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Auto assignment</name>
-      <value>Auto assignment</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Auto probability</name>
-      <value>Auto probability</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Automatically</name>
-      <value>Automatically</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Automatically generates an defaulttitle if left Blank</name>
-      <value>Automatically generates an defaulttitle if left Blank</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Autoresponder</name>
-      <value>Autoresponder</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Availability only</name>
-      <value>Availability only</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Away travel</name>
-      <value>Away travel</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Azerbaijan</name>
-      <value>Azerbaijan</value>
-    </stringEntry>
-    <stringEntry>
-      <name>B</name>
-      <value>B</value>
-    </stringEntry>
-    <stringEntry>
-      <name>bad</name>
-      <value>bad</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bahamas</name>
-      <value>Bahamas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bahrain</name>
-      <value>Bahrain</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Balancing of interests</name>
-      <value>Balancing of interests</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bangladesh</name>
-      <value>Bangladesh</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Barbados</name>
-      <value>Barbados</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Base Template</name>
-      <value>Base Template</value>
-    </stringEntry>
-    <stringEntry>
-      <name>BCC</name>
-      <value>BCC</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Beer</name>
-      <value>Beer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Begin</name>
-      <value>Begin</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Belarus</name>
-      <value>Belarus</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Belgium</name>
-      <value>Belgium</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Belize</name>
-      <value>Belize</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Benin</name>
-      <value>Benin</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bermuda</name>
-      <value>Bermuda</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bhutan</name>
-      <value>Bhutan</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Billable</name>
-      <value>Billable</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Birthday</name>
-      <value>Birthday</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Birthday list</name>
-      <value>Birthday list</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Blacklist</name>
-      <value>Blacklist</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Blog</name>
-      <value>Blog</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Blog (Organisation)</name>
-      <value>Blog (Organisation)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Blog (Person)</name>
-      <value>Blog (Person)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Body</name>
-      <value>Body</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bonaire, Sint Eustatius and Saba</name>
-      <value>Bonaire, Sint Eustatius and Saba</value>
-    </stringEntry>
-    <stringEntry>
-      <name>BOOL VALUE</name>
-      <value>BOOL VALUE</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Boolean value</name>
-      <value>Boolean value</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bosnia and Herzegovina</name>
-      <value>Bosnia and Herzegovina</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Boss of</name>
-      <value>Boss of</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Botswana</name>
-      <value>Botswana</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bounce (Hard)</name>
-      <value>Bounce (Hard)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bounce (Soft)</name>
-      <value>Bounce (Soft)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bounces</name>
-      <value>Bounces</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Boundary event</name>
-      <value>Boundary event</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bouvet Island</name>
-      <value>Bouvet Island</value>
-    </stringEntry>
-    <stringEntry>
-      <name>BPMN</name>
-      <value>BPMN</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Brazil</name>
-      <value>Brazil</value>
-    </stringEntry>
-    <stringEntry>
-      <name>British Indian Ocean Territory</name>
-      <value>British Indian Ocean Territory</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Browser</name>
-      <value>Browser</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Building industry</name>
-      <value>Building industry</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Building no.</name>
-      <value>Building no.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bulgaria</name>
-      <value>Bulgaria</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bulk mail</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Bulk mail \"%0\" sent</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Bulk mail \"%0\" was sent!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Bulk Mail Key Figures</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Bulk mail sent</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Bulk mails</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Bulkmail Device Types</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Bulkmail Key Figures</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Burkina Faso</name>
-      <value>Burkina Faso</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Burundi</name>
-      <value>Burundi</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Business Card Language</name>
-      <value>Business Card Language</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Business Fair</name>
-      <value>Business Fair</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Business Fair Lead</name>
-      <value>Business Fair Lead</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Business Fair Leads</name>
-      <value>Business Fair Leads</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Business rule task</name>
-      <value>Business rule task</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Buttons</name>
-      <value>Buttons</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Buyer</name>
-      <value>Buyer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Buying center and internal project team</name>
-      <value>Buying center and internal project team</value>
-    </stringEntry>
-    <stringEntry>
-      <name>by title</name>
-      <value>by title</value>
-    </stringEntry>
-    <stringEntry>
-      <name>by translated title</name>
-      <value>by translated title</value>
-    </stringEntry>
-    <stringEntry>
-      <name>C</name>
-      <value>C</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cabo Verde</name>
-      <value>Cabo Verde</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Caimpaignsteps</name>
-      <value>Caimpaignsteps</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Calculate sum</name>
-      <value>Calculate sum</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Calendar</name>
-      <value>Calendar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Calendar hour divider</name>
-      <value>Calendar hour divider</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Calendar maintime end</name>
-      <value>Calendar maintime end</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Calendar maintime start</name>
-      <value>Calendar maintime start</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Calendar Permission</name>
-      <value>Calendar Permission</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Call</name>
-      <value>Call</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Call back (WV)</name>
-      <value>Call back (WV)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Call from %0</name>
-      <value>Call from %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Call from unknown</name>
-      <value>Call from unknown</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cambodia</name>
-      <value>Cambodia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cameroon</name>
-      <value>Cameroon</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaign</name>
-      <value>Campaign</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaign Costs</name>
-      <value>Campaign Costs</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaign costs</name>
-      <value>Campaign costs</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaign participation</name>
-      <value>Campaign participation</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaign Period</name>
-      <value>Campaign Period</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaign planning</name>
-      <value>Campaign planning</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaign Planning</name>
-      <value>Campaign Planning</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaign response</name>
-      <value>Campaign response</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaign status</name>
-      <value>Campaign status</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaign Step</name>
-      <value>Campaign Step</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaign steps </name>
-      <value>Campaign steps </value>
-    </stringEntry>
-    <stringEntry>
-      <name>CAMPAIGNID (UID)</name>
-      <value>CAMPAIGNID (UID)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaigns</name>
-      <value>Campaigns</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaignstep has already ended</name>
-      <value>Campaignstep has already ended</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Canada</name>
-      <value>Canada</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Canadian dollar</name>
-      <value>Canadian dollar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Canadian Dollar</name>
-      <value>Canadian Dollar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cancel</name>
-      <value>Cancel</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cancel Filter Observation</name>
-      <value>Cancel Filter Observation</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cancel ID Observation</name>
-      <value>Cancel ID Observation</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cancellation</name>
-      <value>Cancellation</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cancelled</name>
-      <value>Cancelled</value>
-    </stringEntry>
-    <stringEntry>
-      <name>cancelled</name>
-      <value>cancelled</value>
-    </stringEntry>
-    <stringEntry>
-      <name>carriage free</name>
-      <value>carriage free</value>
-    </stringEntry>
-    <stringEntry>
-      <name>carriage return and line feed</name>
-      <value>carriage return and line feed</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Category</name>
-      <value>Category</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Category determination</name>
-      <value>Category determination</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Category Name</name>
-      <value>Category Name</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cause</name>
-      <value>Cause</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cayman Islands</name>
-      <value>Cayman Islands</value>
-    </stringEntry>
-    <stringEntry>
-      <name>CC</name>
-      <value>CC</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Central African Republic</name>
-      <value>Central African Republic</value>
-    </stringEntry>
-    <stringEntry>
-      <name>CEO</name>
-      <value>CEO</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Chad</name>
-      <value>Chad</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Change</name>
-      <value>Change</value>
-    </stringEntry>
-    <stringEntry>
-      <name>change DSGVO Relevance</name>
-      <value>change DSGVO Relevance</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Change responsible</name>
-      <value>Change responsible</value>
-    </stringEntry>
-    <stringEntry>
-      <name>change selected</name>
-      <value>change selected</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Change selected</name>
-      <value>Change selected</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Change status</name>
-      <value>Change status</value>
-    </stringEntry>
-    <stringEntry>
-      <name>change valid from</name>
-      <value>change valid from</value>
-    </stringEntry>
-    <stringEntry>
-      <name>change valid to</name>
-      <value>change valid to</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Change Validity Dates</name>
-      <value>Change Validity Dates</value>
-    </stringEntry>
-    <stringEntry>
-      <name>changed</name>
-      <value>changed</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Changed because of mailfilter \"%0\"</name>
-      <value>Changed because of mailfilter \"%0\"</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Changed by</name>
-      <value>Changed by</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Channel</name>
-      <value>Channel</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Channel Name</name>
-      <value>Channel Name</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Channel type</name>
-      <value>Channel type</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Channels</name>
-      <value>Channels</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Char value</name>
-      <value>Char value</value>
-    </stringEntry>
-    <stringEntry>
-      <name>CHAR VALUE</name>
-      <value>CHAR VALUE</value>
-    </stringEntry>
-    <stringEntry>
-      <name>CHAR_VALUE</name>
-      <value>CHAR_VALUE</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Characters to use</name>
-      <value>Characters to use</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Charset</name>
-      <value>Charset</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart 2</name>
-      <value>Chart 2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart Inbox Tickets</name>
-      <value>Chart Inbox Tickets</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart Number of tickets per inbox (Mail)</name>
-      <value>Chart Number of tickets per inbox (Mail)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets per inbox (Mail)</name>
-      <value>Chart number of tickets per inbox (Mail)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets per inbox (Medium)</name>
-      <value>Chart number of tickets per inbox (Medium)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart Number of tickets per inbox (Medium)</name>
-      <value>Chart Number of tickets per inbox (Medium)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets per inbox (Status)</name>
-      <value>Chart number of tickets per inbox (Status)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart Number of tickets per inbox (Status)</name>
-      <value>Chart Number of tickets per inbox (Status)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets total (Mail)</name>
-      <value>Chart number of tickets total (Mail)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart Number of tickets total (Mail)</name>
-      <value>Chart Number of tickets total (Mail)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart Number of tickets total (Medium)</name>
-      <value>Chart Number of tickets total (Medium)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets total (Medium)</name>
-      <value>Chart number of tickets total (Medium)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart Number of tickets total (Status)</name>
-      <value>Chart Number of tickets total (Status)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets total (Status)</name>
-      <value>Chart number of tickets total (Status)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Charts</name>
-      <value>Charts</value>
-    </stringEntry>
-    <stringEntry>
-      <name>check offer</name>
-      <value>check offer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>check offer again</name>
-      <value>check offer again</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Checked</name>
-      <value>Checked</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Checklist</name>
-      <value>Checklist</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Checklist entries</name>
-      <value>Checklist entries</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Checklist entry</name>
-      <value>Checklist entry</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Checklists</name>
-      <value>Checklists</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Child Attributes</name>
-      <value>Child Attributes</value>
-    </stringEntry>
-    <stringEntry>
-      <name>child of</name>
-      <value>child of</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Child Role</name>
-      <value>Child Role</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Child Roles</name>
-      <value>Child Roles</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Chile</name>
-      <value>Chile</value>
-    </stringEntry>
-    <stringEntry>
-      <name>China</name>
-      <value>China</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Choose a campaign and a step to add the contact to a  campaign</name>
-      <value>Choose a campaign and a step to add the contact to a  campaign</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Choose address</name>
-      <value>Choose address</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Choose delivery address</name>
-      <value>Choose delivery address</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Choose Footer</name>
-      <value>Choose Footer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Choose Header</name>
-      <value>Choose Header</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Choose payment address</name>
-      <value>Choose payment address</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Choose Team</name>
-      <value>Choose Team</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Chosen record is already in the campaign</name>
-      <value>Chosen record is already in the campaign</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Christmas Island</name>
-      <value>Christmas Island</value>
-    </stringEntry>
-    <stringEntry>
-      <name>CIF</name>
-      <value>CIF</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cigars</name>
-      <value>Cigars</value>
-    </stringEntry>
-    <stringEntry>
-      <name>City</name>
-      <value>City</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Claim date</name>
-      <value>Claim date</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Claim task</name>
-      <value>Claim task</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Classification</name>
-      <value>Classification</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Classification fields</name>
-      <value>Classification fields</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Classification: </name>
-      <value>Classification: </value>
-    </stringEntry>
-    <stringEntry>
-      <name>Classifications</name>
-      <value>Classifications</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Clear forecast and set state to '%0'?</name>
-      <value>Clear forecast and set state to '%0'?</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Click</name>
-      <value>Click</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Click rate (in %)</name>
-      <value>Click rate (in %)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Clicks</name>
-      <value>Clicks</value>
-    </stringEntry>
-    <stringEntry>
-      <name>closed</name>
-      <value>closed</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Closed</name>
-      <value>Closed</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Closure</name>
-      <value>Closure</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cocos (Keeling) Islands</name>
-      <value>Cocos (Keeling) Islands</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Code</name>
-      <value>Code</value>
-    </stringEntry>
-    <stringEntry>
-      <name>collaboration with</name>
-      <value>collaboration with</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Colombia</name>
-      <value>Colombia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 1</name>
-      <value>Column 1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 10</name>
-      <value>Column 10</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 11</name>
-      <value>Column 11</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 12</name>
-      <value>Column 12</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 13</name>
-      <value>Column 13</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 14</name>
-      <value>Column 14</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 15</name>
-      <value>Column 15</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 16</name>
-      <value>Column 16</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 17</name>
-      <value>Column 17</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 18</name>
-      <value>Column 18</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 19</name>
-      <value>Column 19</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 2</name>
-      <value>Column 2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 20</name>
-      <value>Column 20</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 21</name>
-      <value>Column 21</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 22</name>
-      <value>Column 22</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 23</name>
-      <value>Column 23</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 24</name>
-      <value>Column 24</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 25</name>
-      <value>Column 25</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 26</name>
-      <value>Column 26</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 27</name>
-      <value>Column 27</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 28</name>
-      <value>Column 28</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 29</name>
-      <value>Column 29</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 3</name>
-      <value>Column 3</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 30</name>
-      <value>Column 30</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 4</name>
-      <value>Column 4</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 5</name>
-      <value>Column 5</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 6</name>
-      <value>Column 6</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 7</name>
-      <value>Column 7</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 8</name>
-      <value>Column 8</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 9</name>
-      <value>Column 9</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Comma</name>
-      <value>Comma</value>
-    </stringEntry>
-    <stringEntry>
-      <name>comma</name>
-      <value>comma</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Comments</name>
-      <value>Comments</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Commodity group</name>
-      <value>Commodity group</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Commodity group 1</name>
-      <value>Commodity group 1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Commodity group 2</name>
-      <value>Commodity group 2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Commodity group 3</name>
-      <value>Commodity group 3</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Commodity group A</name>
-      <value>Commodity group A</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Commodity group A (WV)</name>
-      <value>Commodity group A (WV)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Commodity group B</name>
-      <value>Commodity group B</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Commodity group B (WV)</name>
-      <value>Commodity group B (WV)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Commrestrictions</name>
-      <value>Commrestrictions</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Communication</name>
-      <value>Communication</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Communication data</name>
-      <value>Communication data</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Communication Id</name>
-      <value>Communication Id</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Communication Setting: %0</name>
-      <value>Communication Setting: %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Communication Settings</name>
-      <value>Communication Settings</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Communication: Link</name>
-      <value>Communication: Link</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Communication: Mail</name>
-      <value>Communication: Mail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Communication: Phone</name>
-      <value>Communication: Phone</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Comoros</name>
-      <value>Comoros</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Companies</name>
-      <value>Companies</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Company</name>
-      <value>Company</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Company address</name>
-      <value>Company address</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Company Addresses</name>
-      <value>Company Addresses</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Company duplicate</name>
-      <value>Company duplicate</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Company name</name>
-      <value>Company name</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Company/Person duplicate</name>
-      <value>Company/Person duplicate</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Company_industry knowhow</name>
-      <value>Company_industry knowhow</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Company_internationality</name>
-      <value>Company_internationality</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Company_size</name>
-      <value>Company_size</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Competition</name>
-      <value>Competition</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Competitions/Competitor</name>
-      <value>Competitions/Competitor</value>
-    </stringEntry>
-    <stringEntry>
-      <name>competitor</name>
-      <value>competitor</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Competitor</name>
-      <value>Competitor</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Competitors</name>
-      <value>Competitors</value>
-    </stringEntry>
-    <stringEntry>
-      <name>complaint</name>
-      <value>complaint</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Complaint</name>
-      <value>Complaint</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Complete task</name>
-      <value>Complete task</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Complete tasks</name>
-      <value>Complete tasks</value>
-    </stringEntry>
-    <stringEntry>
-      <name>completed</name>
-      <value>completed</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Completed</name>
-      <value>Completed</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Component</name>
-      <value>Component</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Conclusion</name>
-      <value>Conclusion</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Conclusion (Mailbridge)</name>
-      <value>Conclusion (Mailbridge)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Condition</name>
-      <value>Condition</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Condition Type</name>
-      <value>Condition Type</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Conditions</name>
-      <value>Conditions</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Configurations</name>
-      <value>Configurations</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Confirm password</name>
-      <value>Confirm password</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Confirmation dialog</name>
-      <value>Confirmation dialog</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Confirmed</name>
-      <value>Confirmed</value>
-    </stringEntry>
-    <stringEntry>
-      <name>CONFIRMED</name>
-      <value>CONFIRMED</value>
-    </stringEntry>
-    <stringEntry>
-      <name>confirmed</name>
-      <value>confirmed</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Congo</name>
-      <value>Congo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Congo (Democratic Republic of the)</name>
-      <value>Congo (Democratic Republic of the)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Connection</name>
-      <value>Connection</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Connection Type</name>
-      <value>Connection Type</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Connections</name>
-      <value>Connections</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cons</name>
-      <value>Cons</value>
-    </stringEntry>
-    <stringEntry>
-      <name>consent</name>
-      <value>consent</value>
-    </stringEntry>
-    <stringEntry>
-      <name>consent pending</name>
-      <value>consent pending</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Console</name>
-      <value>Console</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Consultant</name>
-      <value>Consultant</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Consultation</name>
-      <value>Consultation</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contact</name>
-      <value>Contact</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contact &amp; Serviceticket</name>
-      <value>Contact &amp; Serviceticket</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contact by phone</name>
-      <value>Contact by phone</value>
-    </stringEntry>
-    <stringEntry>
-      <name>contact formular</name>
-      <value>contact formular</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contact Id</name>
-      <value>Contact Id</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contact Info</name>
-      <value>Contact Info</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contact Management</name>
-      <value>Contact Management</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contact or company</name>
-      <value>Contact or company</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contact synchronisation</name>
-      <value>Contact synchronisation</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contact synchronisation dashboard</name>
-      <value>Contact synchronisation dashboard</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contact synchronisations</name>
-      <value>Contact synchronisations</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contact type</name>
-      <value>Contact type</value>
-    </stringEntry>
-    <stringEntry>
-      <name>CONTACTID</name>
-      <value>CONTACTID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>CONTACTID (UID)</name>
-      <value>CONTACTID (UID)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contacting</name>
-      <value>Contacting</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contactperson</name>
-      <value>Contactperson</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contactrole</name>
-      <value>Contactrole</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contacts</name>
-      <value>Contacts</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contacts selected</name>
-      <value>Contacts selected</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Container</name>
-      <value>Container</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Content</name>
-      <value>Content</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Content to forward</name>
-      <value>Content to forward</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Context</name>
-      <value>Context</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Context id</name>
-      <value>Context id</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Context name</name>
-      <value>Context name</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contexts</name>
-      <value>Contexts</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Continue mailing</name>
-      <value>Continue mailing</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contract</name>
-      <value>Contract</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contract expiry date</name>
-      <value>Contract expiry date</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contract Id</name>
-      <value>Contract Id</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contract number</name>
-      <value>Contract number</value>
-    </stringEntry>
-    <stringEntry>
-      <name>contract of sale</name>
-      <value>contract of sale</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contract start date</name>
-      <value>Contract start date</value>
-    </stringEntry>
-    <stringEntry>
-      <name>CONTRACTID (UID)</name>
-      <value>CONTRACTID (UID)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contracts</name>
-      <value>Contracts</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contribute map data</name>
-      <value>Contribute map data</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Control editor</name>
-      <value>Control editor</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Conversion Rate</name>
-      <value>Conversion Rate</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Conveyor</name>
-      <value>Conveyor</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cook Islands</name>
-      <value>Cook Islands</value>
-    </stringEntry>
-    <stringEntry>
-      <name>copy</name>
-      <value>copy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy</name>
-      <value>Copy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy bulk mail</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy Campaign</name>
-      <value>Copy Campaign</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy offer</name>
-      <value>Copy offer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy Participants</name>
-      <value>Copy Participants</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy receipt</name>
-      <value>Copy receipt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy Recipients</name>
-      <value>Copy Recipients</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy template</name>
-      <value>Copy template</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cost</name>
-      <value>Cost</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cost entries</name>
-      <value>Cost entries</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cost overview</name>
-      <value>Cost overview</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Costa Rica</name>
-      <value>Costa Rica</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Count</name>
-      <value>Count</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Count Chart</name>
-      <value>Count Chart</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Count template attachments</name>
-      <value>Count template attachments</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Count Usage</name>
-      <value>Count Usage</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Countries</name>
-      <value>Countries</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Country</name>
-      <value>Country</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cover letter</name>
-      <value>Cover letter</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create</name>
-      <value>Create</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create activities</name>
-      <value>Create activities</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create activity</name>
-      <value>Create activity</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create and open in editor</name>
-      <value>Create and open in editor</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create Child Topic</name>
-      <value>Create Child Topic</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create model</name>
-      <value>Create model</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create new</name>
-      <value>Create new</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create new Appointment</name>
-      <value>Create new Appointment</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create new campaign</name>
-      <value>Create new campaign</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create new campaign step</name>
-      <value>Create new campaign step</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create new note</name>
-      <value>Create new note</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create notification</name>
-      <value>Create notification</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create offer</name>
-      <value>Create offer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create only person</name>
-      <value>Create only person</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create planning</name>
-      <value>Create planning</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create receipt</name>
-      <value>Create receipt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create salesproject</name>
-      <value>Create Opportunity</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create salesproject touchpoint</name>
-      <value>Create Opportunity touchpoints</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create subordinate relationship</name>
-      <value>Create subordinate relationship</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create Team</name>
-      <value>Create Team</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create Visitreport</name>
-      <value>Create Operationreport</value>
-    </stringEntry>
-    <stringEntry>
-      <name>created</name>
-      <value>created</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Created by</name>
-      <value>Created by</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Created from</name>
-      <value>Created from</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Created on</name>
-      <value>Created on</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Created through business fair lead</name>
-      <value>Created through business fair lead</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Creation</name>
-      <value>Creation</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Creation date</name>
-      <value>Creation date</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Creation user</name>
-      <value>Creation user</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Creator</name>
-      <value>Creator</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Credit</name>
-      <value>Credit</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Creditworthiness</name>
-      <value>Creditworthiness</value>
-    </stringEntry>
-    <stringEntry>
-      <name>critical</name>
-      <value>critical</value>
-    </stringEntry>
-    <stringEntry>
-      <name>CRLF</name>
-      <value>CRLF</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Croatia</name>
-      <value>Croatia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>CSO</name>
-      <value>CSO</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cuba</name>
-      <value>Cuba</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Curaçao</name>
-      <value>Curaçao</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Curr. purchase price</name>
-      <value>Curr. purchase price</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Curr. sales price</name>
-      <value>Curr. sales price</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Currencies</name>
-      <value>Currencies</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Currency</name>
-      <value>Currency</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Currency Rates</name>
-      <value>Currency Rates</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Current Currencyrate</name>
-      <value>Current Currencyrate</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Current participants</name>
-      <value>Current participants</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Current password</name>
-      <value>Current password</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Current Recipients</name>
-      <value>Current Recipients</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Current ticket</name>
-      <value>Current ticket</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cust.-No.</name>
-      <value>Cust.-No.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Custody agreement</name>
-      <value>Custody agreement</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Custom template</name>
-      <value>Custom template</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Customer</name>
-      <value>Customer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Customer Base Sheet</name>
-      <value>Customer Base Sheet</value>
-    </stringEntry>
-    <stringEntry>
-      <name>customer checks</name>
-      <value>customer checks</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Customer code</name>
-      <value>Customer code</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Customer counting</name>
-      <value>Customer counting</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Customer recommendation</name>
-      <value>Customer recommendation</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Customercode</name>
-      <value>Customercode</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cut</name>
-      <value>Cut</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cyprus</name>
-      <value>Cyprus</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Czech Republic</name>
-      <value>Czech Republic</value>
-    </stringEntry>
-    <stringEntry>
-      <name>D</name>
-      <value>D</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Daily Cases</name>
-      <value>Daily Cases</value>
-    </stringEntry>
-    <stringEntry>
-      <name>data</name>
-      <value>data</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Data executed</name>
-      <value>Data executed</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Data loaded</name>
-      <value>Data loaded</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Data Privacy</name>
-      <value>Data Privacy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Data privacy entries</name>
-      <value>Data privacy entries</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Data protection agreement</name>
-      <value>Data protection agreement</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Data table</name>
-      <value>Data table</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Data transfered</name>
-      <value>Data transfered</value>
-    </stringEntry>
-    <stringEntry>
-      <name>DataPrivacy Right</name>
-      <value>Data privacy right</value>
-    </stringEntry>
-    <stringEntry>
-      <name>DataPrivacy Use</name>
-      <value>Data privacy use</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Dataset</name>
-      <value>Dataset</value>
-    </stringEntry>
-    <stringEntry>
-      <name>dataset</name>
-      <value>dataset</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Dataset in Outlook</name>
-      <value>Dataset in Outlook</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Datasets are exported</name>
-      <value>Datasets are exported</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Datasets in Outlook</name>
-      <value>Datasets in Outlook</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Date</name>
-      <value>Date</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Date (Day)</name>
-      <value>Date (Day)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Date (Month)</name>
-      <value>Date (Month)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Date (Year)</name>
-      <value>Date (Year)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Date Clicked</name>
-      <value>Date Clicked</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Date edit</name>
-      <value>Date edit</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Date Edit</name>
-      <value>Date Edit</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Date end</name>
-      <value>Date end</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Date must not be in the future</name>
-      <value>Date must not be in the future</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Date new</name>
-      <value>Date new</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Date of birth</name>
-      <value>Date of birth</value>
-    </stringEntry>
-    <stringEntry>
-      <name>date of birth must not be in the future</name>
-      <value>date of birth must not be in the future</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Date of request</name>
-      <value>Date of request</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Date start</name>
-      <value>Date start</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Date value</name>
-      <value>Date value</value>
-    </stringEntry>
-    <stringEntry>
-      <name>DATE_EDIT</name>
-      <value>DATE_EDIT</value>
-    </stringEntry>
-    <stringEntry>
-      <name>DATE_NEW</name>
-      <value>DATE_NEW</value>
-    </stringEntry>
-    <stringEntry>
-      <name>DATE_NEW_CONTACT</name>
-      <value>DATE_NEW_CONTACT</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Datenew</name>
-      <value>Datenew</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Dates</name>
-      <value>Dates</value>
-    </stringEntry>
-    <stringEntry>
-      <name>day</name>
-      <value>day</value>
-    </stringEntry>
-    <stringEntry>
-      <name>days</name>
-      <value>days</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Days inactive</name>
-      <value>Days inactive</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Days remaining</name>
-      <value>Days remaining</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Days running</name>
-      <value>Days running</value>
-    </stringEntry>
-    <stringEntry>
-      <name>dd.MM.yyyy</name>
-      <value>MM/dd/yyyy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>dd/MM/yyyy HH:mm</name>
-      <value>dd/MM/yyyy HH:mm</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Deadline</name>
-      <value>Deadline</value>
-    </stringEntry>
-    <stringEntry>
-      <name>December</name>
-      <value>December</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Decision maker</name>
-      <value>Decision maker</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Decision-maker changed</name>
-      <value>Decision-maker changed</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Declaration of acceptance</name>
-      <value>Declaration of acceptance</value>
-    </stringEntry>
-    <stringEntry>
-      <name>decline</name>
-      <value>decline</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Topictreefavoriteid</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Only favorite topics</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The topic is already set as a favorite</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Topic favorites</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Add favorite</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Topic favorite</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The max favorite count has been reached. No more topics can be added.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Remaining count</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Include child topics</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Topic Tree Configuration</name>
-    </stringEntry>
-    <stringEntry>
-      <name>manage Topic Tree Favorites</name>
-    </stringEntry>
-    <stringEntry>
-      <name>manage Topic Tree Presets</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Display Topic Tree</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Display for new creation</name>
-      <value> Display for new creation </value>
-    </stringEntry>
-    <stringEntry>
-      <name> %1 already exists.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>This preset</name>
-    </stringEntry>
-    <stringEntry>
-      <name>This favorite</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 already exists.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Invalid Filter</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Add preset</name>
-    </stringEntry>
-    <stringEntry>
-      <name>decrease priority</name>
-      <value>decrease priority</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Default</name>
-      <value>Default</value>
-    </stringEntry>
-    <stringEntry>
-      <name>default</name>
-      <value>default</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Default address</name>
-      <value>Default address</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Default mail</name>
-      <value>Default mail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Default phone</name>
-      <value>Default phone</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Default Signature</name>
-      <value>Default Signature</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Default ticket template</name>
-      <value>Default ticket template</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete</name>
-      <value>Delete</value>
-    </stringEntry>
-    <stringEntry>
-      <name>DELETE</name>
-      <value>DELETE</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete all usage</name>
-      <value>Delete all usage</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete appointment</name>
-      <value>Delete appointment</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete Delay in Days</name>
-      <value>Delete Delay in Days</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete Inbox</name>
-      <value>Delete Inbox</value>
-    </stringEntry>
-    <stringEntry>
-      <name>delete linked permissions and hierarchies</name>
-      <value>delete linked permissions and hierarchies</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete recurring appointment</name>
-      <value>Delete recurring appointment</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete Team</name>
-      <value>Delete Team</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete this Function</name>
-      <value>Delete this Function</value>
-    </stringEntry>
-    <stringEntry>
-      <name>deleted</name>
-      <value>deleted</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Deleted all usages of \"%0\".</name>
-      <value>Deleted all usages of \"%0\".</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Deleting the dependency also deletes its fields.</name>
-      <value>Deleting the dependency also deletes its fields.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Deletion</name>
-      <value>Deletion</value>
-    </stringEntry>
-    <stringEntry>
-      <name>delivery</name>
-      <value>delivery</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Delivery address</name>
-      <value>Delivery address</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Delivery block</name>
-      <value>Delivery block</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Delivery note</name>
-      <value>Delivery note</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Delivery problems</name>
-      <value>Delivery problems</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Delivery specification</name>
-      <value>Delivery specification</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Delivery term</name>
-      <value>Delivery term</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Deliveryspecification</name>
-      <value>Deliveryspecification</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Denmark</name>
-      <value>Denmark</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Deparment</name>
-      <value>Deparment</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Department</name>
-      <value>Department</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Departments</name>
-      <value>Departments</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Departments cannot be assigned repeatedly!</name>
-      <value>Departments cannot be assigned repeatedly!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Deployment Id</name>
-      <value>Deployment Id</value>
-    </stringEntry>
-    <stringEntry>
-      <name>descending</name>
-      <value>descending</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Desciption</name>
-      <value>Desciption</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Description</name>
-      <value>Description</value>
-    </stringEntry>
-    <stringEntry>
-      <name>description</name>
-      <value>description</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Descriptions</name>
-      <value>Descriptions</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Designation</name>
-      <value>Designation</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Desktop</name>
-      <value>Desktop</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Destination Id</name>
-      <value>Destination Id</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Detail</name>
-      <value>Detail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Details</name>
-      <value>Details</value>
-    </stringEntry>
-    <stringEntry>
-      <name>details</name>
-      <value>details</value>
-    </stringEntry>
-    <stringEntry>
-      <name>determined in</name>
-      <value>determined in</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Developer</name>
-      <value>Developer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Device ID</name>
-      <value>Device ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Device ID Reset</name>
-      <value>Device ID Reset</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Device Type</name>
-      <value>Device Type</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Device/Machine</name>
-      <value>Device/Machine</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Dflt. ticket temp.</name>
-      <value>Dflt. ticket temp.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Diagram</name>
-      <value>Diagram</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Digital</name>
-      <value>Digital</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Direction</name>
-      <value>Direction</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Directly responsible:</name>
-      <value>Directly responsible:</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Disclosure Report</name>
-      <value>Disclosure Report</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Discount</name>
-      <value>Discount</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Discount %</name>
-      <value>Discount %</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Discount in %0</name>
-      <value>Discount in %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>discounted Price</name>
-      <value>discounted Price</value>
-    </stringEntry>
-    <stringEntry>
-      <name>discounted Price (%0)</name>
-      <value>discounted Price (%0)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Discussion</name>
-      <value>Discussion</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Discussions</name>
-      <value>Discussions</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Dispatch as mail</name>
-      <value>Dispatch as mail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Distribution</name>
-      <value>Distribution</value>
-    </stringEntry>
-    <stringEntry>
-      <name>District</name>
-      <value>District</value>
-    </stringEntry>
-    <stringEntry>
-      <name>District assigned</name>
-      <value>District assigned</value>
-    </stringEntry>
-    <stringEntry>
-      <name>District assignment status</name>
-      <value>District assignment status</value>
-    </stringEntry>
-    <stringEntry>
-      <name>District assignment will start now!</name>
-      <value>District assignment will start now!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>District Contact</name>
-      <value>District Contact</value>
-    </stringEntry>
-    <stringEntry>
-      <name>District contact assigned</name>
-      <value>District contact assigned</value>
-    </stringEntry>
-    <stringEntry>
-      <name>District definition</name>
-      <value>District definition</value>
-    </stringEntry>
-    <stringEntry>
-      <name>District Filter</name>
-      <value>District Filter</value>
-    </stringEntry>
-    <stringEntry>
-      <name>District No.:</name>
-      <value>District No.:</value>
-    </stringEntry>
-    <stringEntry>
-      <name>District Responsible</name>
-      <value>District Responsible</value>
-    </stringEntry>
-    <stringEntry>
-      <name>District Responsibles</name>
-      <value>District Responsibles</value>
-    </stringEntry>
-    <stringEntry>
-      <name>District: Name</name>
-      <value>District: Name</value>
-    </stringEntry>
-    <stringEntry>
-      <name>District: Number</name>
-      <value>District: Number</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Districts</name>
-      <value>Districts</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Djibouti</name>
-      <value>Djibouti</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Do you really want to anonymize all marked persons?</name>
-      <value>Do you really want to anonymize all marked persons?</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Do you really want to delete \"%0\"? If tickets still use this inbox, this might cause problems.</name>
-      <value>Do you really want to delete \"%0\"? If tickets still use this inbox, this might cause problems.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Do you really want to delete all usages of \"%0\"?</name>
-      <value>Do you really want to delete all usages of \"%0\"?</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Do you really want to delete this recurring appointment?</name>
-      <value>Do you really want to delete this recurring appointment?</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Do you really want to resynchronize the user completely?\nThe synchronisation in ADITO will be deleted.\nThe outlook contacts must be cleared manually.</name>
-      <value>Do you really want to resynchronize the user completely?\nThe synchronisation in ADITO will be deleted.\nThe outlook contacts must be cleared manually.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Do you want to delete the flags of the already maked Persons?</name>
-      <value>Do you want to delete the flags of the already maked Persons?</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Document</name>
-      <value>Document</value>
-    </stringEntry>
-    <stringEntry>
-      <name>DOCUMENT</name>
-      <value>DOCUMENT</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Document actions</name>
-      <value>Document actions</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Document Template</name>
-      <value>Document Template</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Document template</name>
-      <value>Document template</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Document templates</name>
-      <value>Document templates</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Document Templates</name>
-      <value>Document Templates</value>
-    </stringEntry>
-    <stringEntry>
-      <name>DocumentPlaceOfUseId</name>
-      <value>DocumentPlaceOfUseId</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Documents</name>
-      <value>Documents</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Documents handed over</name>
-      <value>Documents handed over</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Documenttemplate Place Of Use</name>
-      <value>Documenttemplate Place Of Use</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Documenttemplate Places Of Usage</name>
-      <value>Documenttemplate Places Of Usage</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Documenttemplate_Id</name>
-      <value>Documenttemplate_Id</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Dokument template usage</name>
-      <value>Dokument template usage</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Dominica</name>
-      <value>Dominica</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Dominican Republic</name>
-      <value>Dominican Republic</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Don't use for test run</name>
-      <value>Don't use for test run</value>
-    </stringEntry>
-    <stringEntry>
-      <name>done</name>
-      <value>done</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Done by</name>
-      <value>Done by</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Done on</name>
-      <value>Done on</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Download</name>
-      <value>Download</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Download e-mail</name>
-      <value>Download e-mail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Download e-mail as .eml-file</name>
-      <value>Download e-mail as .eml-file</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Download letter</name>
-      <value>Download letter</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Download letter and create Activity</name>
-      <value>Download letter and create Activity</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Download Mail</name>
-      <value>Download Mail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Download ready</name>
-      <value>Download ready</value>
-    </stringEntry>
-    <stringEntry>
-      <name>download ready</name>
-      <value>download ready</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Download selected workflow</name>
-      <value>Download selected workflow</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Download template</name>
-      <value>Download template</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Drop area for creating activities from mails</name>
-      <value>Drop area for creating activities from mails</value>
-    </stringEntry>
-    <stringEntry>
-      <name>DSGVO</name>
-      <value>DSGVO</value>
-    </stringEntry>
-    <stringEntry>
-      <name>DSGVO - mark + delete prozess</name>
-      <value>DSGVO - mark + delete prozess</value>
-    </stringEntry>
-    <stringEntry>
-      <name>DSGVO - relevant attributes</name>
-      <value>DSGVO - relevant attributes</value>
-    </stringEntry>
-    <stringEntry>
-      <name>DSGVO Configuration</name>
-      <value>DSGVO Configuration</value>
-    </stringEntry>
-    <stringEntry>
-      <name>DSGVO Disclosure</name>
-      <value>DSGVO Disclosure</value>
-    </stringEntry>
-    <stringEntry>
-      <name>DSGVO Information</name>
-      <value>DSGVO Information</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Due</name>
-      <value>Due</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Due date</name>
-      <value>Due date</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Due Date</name>
-      <value>Due Date</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Due on</name>
-      <value>Due on</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Dumping price competition</name>
-      <value>Dumping price competition</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Dunning date</name>
-      <value>Dunning date</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Dunning level</name>
-      <value>Dunning level</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Dunning text</name>
-      <value>Dunning text</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Duplicate</name>
-      <value>Duplicate</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Duplicate configuration</name>
-      <value>Duplicate configuration</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Duplicate Configuration</name>
-      <value>Duplicate Configuration</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Duplicate status</name>
-      <value>Duplicate status</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Duplicate Ticket</name>
-      <value>Duplicate Ticket</value>
-    </stringEntry>
-    <stringEntry>
-      <name>duplicate Ticket</name>
-      <value>duplicate Ticket</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Duplicaterow rebuild</name>
-      <value>Duplicaterow rebuild</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Duplicates</name>
-      <value>Duplicates</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Duplicates have been found</name>
-      <value>Duplicates have been found</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Duration</name>
-      <value>Duration</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Duration (in days)</name>
-      <value>Duration (in days)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>During processing the e-mail an error has occurred.\nPlease contact an administrator.</name>
-      <value>During processing the e-mail an error has occurred.\nPlease contact an administrator.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>E-Mail</name>
-      <value>E-Mail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>E-Mail Adresse</name>
-      <value>E-Mail Adresse</value>
-    </stringEntry>
-    <stringEntry>
-      <name>E-mail processing error</name>
-      <value>E-mail processing error</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Economy</name>
-      <value>Economy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ecuador</name>
-      <value>Ecuador</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Edit</name>
-      <value>Edit</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Edit defaults</name>
-      <value>Edit defaults</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Edit Team</name>
-      <value>Edit Team</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Edit workflow</name>
-      <value>Edit workflow</value>
-    </stringEntry>
-    <stringEntry>
-      <name>edited</name>
-      <value>edited</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Edited by</name>
-      <value>Edited by</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Edited on</name>
-      <value>Edited on</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Editor</name>
-      <value>Editor</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Editorial</name>
-      <value>Editorial</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Egypt</name>
-      <value>Egypt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create single tasks</name>
-      <value>Create single tasks</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Either or both a contact and a company must be specified</name>
-      <value>Either or both a contact and a company must be specified</value>
-    </stringEntry>
-    <stringEntry>
-      <name>El Salvador</name>
-      <value>El Salvador</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Email</name>
-      <value>Email</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Email address</name>
-      <value>Email address</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Email address has to be unique</name>
-      <value>Email address has to be unique</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Email body</name>
-      <value>Email body</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Email body (Regular expression)</name>
-      <value>Email body (Regular expression)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Email content</name>
-      <value>Email content</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Email Filter</name>
-      <value>Email Filter</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Email must be unique!</name>
-      <value>Email must be unique!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Email of contact</name>
-      <value>Email of contact</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Email subject</name>
-      <value>Email subject</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Email Template</name>
-      <value>Email Template</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Employee</name>
-      <value>Employee</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Employee account</name>
-      <value>Employee account</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Employee already selected</name>
-      <value>Employee already selected</value>
-    </stringEntry>
-    <stringEntry>
-      <name>employee checks</name>
-      <value>employee checks</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Employee count</name>
-      <value>Employee count</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Employee Group</name>
-      <value>Employee Group</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Employee group already selected</name>
-      <value>Employee group already selected</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Employee group filter group</name>
-      <value>Employee group filter group</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Employee group rule</name>
-      <value>Employee group rule</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Employee group rule group</name>
-      <value>Employee group rule group</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Employee group rule groups</name>
-      <value>Employee group rule groups</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Employee group rules</name>
-      <value>Employee group rules</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Employee Groups</name>
-      <value>Employee Groups</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Employee groups</name>
-      <value>Employee groups</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Employees</name>
-      <value>Employees</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Empty actions are invalid!</name>
-      <value>Empty actions are invalid!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Empty actions are not allowed!</name>
-      <value>Empty actions are not allowed!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Enable relation type 2</name>
-      <value>Enable relation type 2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>End</name>
-      <value>End</value>
-    </stringEntry>
-    <stringEntry>
-      <name>End date</name>
-      <value>End date</value>
-    </stringEntry>
-    <stringEntry>
-      <name>End event</name>
-      <value>End event</value>
-    </stringEntry>
-    <stringEntry>
-      <name>End time</name>
-      <value>End time</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ended (abandoned)</name>
-      <value>ended (abandoned)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ended (done)</name>
-      <value>ended (done)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>English</name>
-      <value>English</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Enter current password to verify</name>
-      <value>Enter current password to verify</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Enter new Ticket</name>
-      <value>Enter new Ticket</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Enter new Ticket &amp; Contact</name>
-      <value>Enter new Ticket &amp; Contact</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Entities</name>
-      <value>Entities</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Entity</name>
-      <value>Entity</value>
-    </stringEntry>
-    <stringEntry>
-      <name>entity</name>
-      <value>entity</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Entity id field name</name>
-      <value>Entity id field name</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Entries</name>
-      <value>Entries</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Entriescount</name>
-      <value>Entriescount</value>
-    </stringEntry>
-    <stringEntry>
-      <name>entry</name>
-      <value>entry</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Entry</name>
-      <value>Entry</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Entrydate</name>
-      <value>Entrydate</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Entrydate has to be in the selected calendar week!</name>
-      <value>Entrydate has to be in the selected calendar week!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Equatorial Guinea</name>
-      <value>Equatorial Guinea</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Eritrea</name>
-      <value>Eritrea</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Error</name>
-      <value>Error</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Error when reading the file!</name>
-      <value>Error when reading the file!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Error: The Importfile could not be found anymore.</name>
-      <value>Error: The Importfile could not be found anymore.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Errorlogs</name>
-      <value>Errorlogs</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Estonia</name>
-      <value>Estonia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ethiopia</name>
-      <value>Ethiopia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Euro</name>
-      <value>Euro</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Evaluation</name>
-      <value>Evaluation</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Evaluation type</name>
-      <value>Evaluation type</value>
-    </stringEntry>
-    <stringEntry>
-      <name>EVENT</name>
-      <value>EVENT</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Event</name>
-      <value>Event</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Event Begin</name>
-      <value>Event Begin</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Event Data</name>
-      <value>Event Data</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Event End</name>
-      <value>Event End</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Event gateway</name>
-      <value>Event gateway</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Event Planer</name>
-      <value>Event Planer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Event Type</name>
-      <value>Event Type</value>
-    </stringEntry>
-    <stringEntry>
-      <name>EWS - Manage Synctable</name>
-      <value>EWS - Manage Synctable</value>
-    </stringEntry>
-    <stringEntry>
-      <name>EWS - Sync to Exchange</name>
-      <value>EWS - Sync to Exchange</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ex works</name>
-      <value>ex works</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Exchange Rate </name>
-      <value>Exchange Rate </value>
-    </stringEntry>
-    <stringEntry>
-      <name>Exclude existing workflows</name>
-      <value>Exclude existing workflows</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Exclusive gateway</name>
-      <value>Exclusive gateway</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Excreted</name>
-      <value>Excreted</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Excreted can't be in the future</name>
-      <value>Excreted can't be in the future</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Exec type</name>
-      <value>Exec type</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Executive board</name>
-      <value>Executive board</value>
-    </stringEntry>
-    <stringEntry>
-      <name>executives</name>
-      <value>executives</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Existing contact</name>
-      <value>Existing contact</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Existing customer</name>
-      <value>Existing customer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Existing default signature</name>
-      <value>Existing default signature</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Expand</name>
-      <value>Expand</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Export</name>
-      <value>Export</value>
-    </stringEntry>
-    <stringEntry>
-      <name>export</name>
-      <value>export</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Export columns using a exporttemplate</name>
-      <value>Export columns using a exporttemplate</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Export CSV</name>
-      <value>Export CSV</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Export CSV \"%0\" can now be downloaded</name>
-      <value>Export CSV \"%0\" can now be downloaded</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Export fields of this table</name>
-      <value>Export fields of this table</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Export HTML</name>
-      <value>Export HTML</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Export letter for selection</name>
-      <value>Export letter for selection</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Export structure</name>
-      <value>Export structure</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Export Template</name>
-      <value>Export Template</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Export Template Field</name>
-      <value>Export Template Field</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Export Template Fields</name>
-      <value>Export Template Fields</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Export Templates</name>
-      <value>Export Templates</value>
-    </stringEntry>
-    <stringEntry>
-      <name>export using the selected template</name>
-      <value>export using the selected template</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Export workflow</name>
-      <value>Export workflow</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Exports the knowledge entry as a html file</name>
-      <value>Exports the knowledge entry as a html file</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Exporttempalte Selection</name>
-      <value>Exporttempalte Selection</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ExportTemplate</name>
-      <value>ExportTemplate</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Exporttemplate</name>
-      <value>Exporttemplate</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ExportTemplate Selection</name>
-      <value>ExportTemplate Selection</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ExportTemplateDependency</name>
-      <value>Export Template Dependency</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ExportTemplateFieldID</name>
-      <value>ExportTemplateFieldID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ExportTemplateID</name>
-      <value>ExportTemplateID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>EXPORTTEMPLATEPLACEOFUSEID</name>
-      <value>EXPORTTEMPLATEPLACEOFUSEID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Extend - complexity</name>
-      <value>Extend - complexity</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Extend - request count</name>
-      <value>Extend - request count</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Extension letter date</name>
-      <value>Extension letter date</value>
-    </stringEntry>
-    <stringEntry>
-      <name>External Datasource</name>
-      <value>External Datasource</value>
-    </stringEntry>
-    <stringEntry>
-      <name>External Service</name>
-      <value>External Service</value>
-    </stringEntry>
-    <stringEntry>
-      <name>External Work</name>
-      <value>External Work</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Facebook</name>
-      <value>Facebook</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Facebook Feed</name>
-      <value>Facebook Feed</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Failed</name>
-      <value>Failed</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Failure (customer)</name>
-      <value>Failure (customer)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Failure (employee)</name>
-      <value>Failure (employee)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Fair</name>
-      <value>Fair</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Fair lead created</name>
-      <value>Fair lead created</value>
-    </stringEntry>
-    <stringEntry>
-      <name>False</name>
-      <value>False</value>
-    </stringEntry>
-    <stringEntry>
-      <name>false</name>
-      <value>false</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Faroe Islands</name>
-      <value>Faroe Islands</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Faulty delivery</name>
-      <value>Faulty delivery</value>
-    </stringEntry>
-    <stringEntry>
-      <name>favorite</name>
-      <value>favorite</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Favorite</name>
-      <value>Favorite</value>
-    </stringEntry>
-    <stringEntry>
-      <name>FavoriteFilter_view</name>
-      <value>FavoriteFilter_view</value>
-    </stringEntry>
-    <stringEntry>
-      <name>FavoriteGroup</name>
-      <value>FavoriteGroup</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Favoritegroup</name>
-      <value>Favoritegroup</value>
-    </stringEntry>
-    <stringEntry>
-      <name>favorites</name>
-      <value>favorites</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Favorites</name>
-      <value>Favorites</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Fax</name>
-      <value>Fax</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Feature</name>
-      <value>Feature</value>
-    </stringEntry>
-    <stringEntry>
-      <name>February</name>
-      <value>February</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Feed</name>
-      <value>Feed</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Feedback</name>
-      <value>Feedback</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Female</name>
-      <value>Female</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Field</name>
-      <value>Field</value>
-    </stringEntry>
-    <stringEntry>
-      <name>field</name>
-      <value>field</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Field and Position</name>
-      <value>Field and Position</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Field delimiter</name>
-      <value>Field delimiter</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Field separator</name>
-      <value>Field separator</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Field Service</name>
-      <value>Field Service</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Field staff</name>
-      <value>Field staff</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Field Type</name>
-      <value>Field Type</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Fieldname</name>
-      <value>Fieldname</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Fields</name>
-      <value>Fields</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Fields of Dependency</name>
-      <value>Fields of Dependency</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Fiji</name>
-      <value>Fiji</value>
-    </stringEntry>
-    <stringEntry>
-      <name>File</name>
-      <value>File</value>
-    </stringEntry>
-    <stringEntry>
-      <name>file '%0' cannot be read</name>
-      <value>file '%0' cannot be read</value>
-    </stringEntry>
-    <stringEntry>
-      <name>file '%0' does not exist or you have got no permission on this file</name>
-      <value>file '%0' does not exist or you have got no permission on this file</value>
-    </stringEntry>
-    <stringEntry>
-      <name>File can't be edited here. You can download, edit and reupload the template to change the content.</name>
-      <value>File can't be edited here. You can download, edit and reupload the template to change the content.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>File from this template could not be found anymore. </name>
-      <value>File from this template could not be found anymore. </value>
-    </stringEntry>
-    <stringEntry>
-      <name>Filename</name>
-      <value>Filename</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Files</name>
-      <value>Files</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Filesize</name>
-      <value>Filesize</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Filetype</name>
-      <value>Filetype</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Filter</name>
-      <value>Filter</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Filter can't be empty</name>
-      <value>Filter can't be empty</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Filter Name</name>
-      <value>Filter Name</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Filter set</name>
-      <value>Filter set</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Financial service</name>
-      <value>Financial service</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Finished</name>
-      <value>Finished</value>
-    </stringEntry>
-    <stringEntry>
-      <name>finished</name>
-      <value>finished</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Finished tasks</name>
-      <value>Finished tasks</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Finished Tickets last 4 weeks</name>
-      <value>Finished Tickets last 4 weeks</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Finland</name>
-      <value>Finland</value>
-    </stringEntry>
-    <stringEntry>
-      <name>First</name>
-      <value>First</value>
-    </stringEntry>
-    <stringEntry>
-      <name>First Approval</name>
-      <value>First Approval</value>
-    </stringEntry>
-    <stringEntry>
-      <name>First contact</name>
-      <value>First contact</value>
-    </stringEntry>
-    <stringEntry>
-      <name>First customer conversation</name>
-      <value>First customer conversation</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Firstname</name>
-      <value>Firstname</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Fix cost</name>
-      <value>Fix cost</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Fix costs</name>
-      <value>Fix costs</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Fixed</name>
-      <value>Fixed</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Flag</name>
-      <value>Flag</value>
-    </stringEntry>
-    <stringEntry>
-      <name>flexible</name>
-      <value>flexible</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Follow up (WV)</name>
-      <value>Follow up (WV)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Follow-Up</name>
-      <value>Follow-Up</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Followed up</name>
-      <value>Followed up</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Footer</name>
-      <value>Footer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Footer text</name>
-      <value>Footer text</value>
-    </stringEntry>
-    <stringEntry>
-      <name>For this report</name>
-      <value>For this report</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Forecast</name>
-      <value>Forecast</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Forecast weighted</name>
-      <value>Forecast weighted</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Forecasts</name>
-      <value>Forecasts</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Foreign country</name>
-      <value>Foreign country</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Forward</name>
-      <value>Forward</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Forward Ticket</name>
-      <value>Forward Ticket</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Forward ticket</name>
-      <value>Forward ticket</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Found a duplicate member</name>
-      <value>Found a duplicate member</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Frame contract (WV)</name>
-      <value>Frame contract (WV)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Framework contract</name>
-      <value>Framework contract</value>
-    </stringEntry>
-    <stringEntry>
-      <name>France</name>
-      <value>France</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Free</name>
-      <value>Free</value>
-    </stringEntry>
-    <stringEntry>
-      <name>free</name>
-      <value>free</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Free or Busy Permission</name>
-      <value>Free or Busy Permission</value>
-    </stringEntry>
-    <stringEntry>
-      <name>French</name>
-      <value>French</value>
-    </stringEntry>
-    <stringEntry>
-      <name>French Guiana</name>
-      <value>French Guiana</value>
-    </stringEntry>
-    <stringEntry>
-      <name>French Polynesia</name>
-      <value>French Polynesia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>French Southern Territories</name>
-      <value>French Southern Territories</value>
-    </stringEntry>
-    <stringEntry>
-      <name>From</name>
-      <value>From</value>
-    </stringEntry>
-    <stringEntry>
-      <name>From no. of units</name>
-      <value>From no. of units</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Full calculation</name>
-      <value>Full calculation</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Full details</name>
-      <value>Full details</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Full Permissions</name>
-      <value>Full Permissions</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Full permissions already assigned</name>
-      <value>Full permissions already assigned</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Full Read Permission</name>
-      <value>Full Read Permission</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Fulladdress</name>
-      <value>Fulladdress</value>
-    </stringEntry>
-    <stringEntry>
-      <name>FullAddress</name>
-      <value>FullAddress</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Fullfilled</name>
-      <value>Fullfilled</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Function</name>
-      <value>Function</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Further customer meetings</name>
-      <value>Further customer meetings</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Further information</name>
-      <value>Further information</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Gabon</name>
-      <value>Gabon</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Gambia</name>
-      <value>Gambia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Gender</name>
-      <value>Gender</value>
-    </stringEntry>
-    <stringEntry>
-      <name>General</name>
-      <value>General</value>
-    </stringEntry>
-    <stringEntry>
-      <name>general</name>
-      <value>general</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Generate letter</name>
-      <value>Generate letter</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Georgia</name>
-      <value>Georgia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>German</name>
-      <value>German</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Germany</name>
-      <value>Germany</value>
-    </stringEntry>
-    <stringEntry>
-      <name>getAllTickets</name>
-      <value>getAllTickets</value>
-    </stringEntry>
-    <stringEntry>
-      <name>getKeyword</name>
-      <value>getKeyword</value>
-    </stringEntry>
-    <stringEntry>
-      <name>getTicketDetails</name>
-      <value>getTicketDetails</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ghana</name>
-      <value>Ghana</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Gibraltar</name>
-      <value>Gibraltar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Global Cases </name>
-      <value>Global Cases </value>
-    </stringEntry>
-    <stringEntry>
-      <name>Global Cases Table</name>
-      <value>Global Cases Table</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Golf</name>
-      <value>Golf</value>
-    </stringEntry>
-    <stringEntry>
-      <name>good</name>
-      <value>good</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Goodwill</name>
-      <value>Goodwill</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Grading</name>
-      <value>Grading</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Gradings in Percent</name>
-      <value>Gradings in Percent</value>
-    </stringEntry>
-    <stringEntry>
-      <name>grandchild of</name>
-      <value>grandchild of</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Grandchild of</name>
-      <value>Grandchild of</value>
-    </stringEntry>
-    <stringEntry>
-      <name>grandparents of</name>
-      <value>grandparents of</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Grant new Department Permission</name>
-      <value>Grant new Department Permission</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Grant new User Permission</name>
-      <value>Grant new User Permission</value>
-    </stringEntry>
-    <stringEntry>
-      <name>granted permission</name>
-      <value>granted permission</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Greece</name>
-      <value>Greece</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Greenland</name>
-      <value>Greenland</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Grenada</name>
-      <value>Grenada</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Group</name>
-      <value>Group</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Group name</name>
-      <value>Group name</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Groupname</name>
-      <value>Groupname</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Groups</name>
-      <value>Groups</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Guadeloupe</name>
-      <value>Guadeloupe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Guam</name>
-      <value>Guam</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Guarantees</name>
-      <value>Guarantees</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Guatemala</name>
-      <value>Guatemala</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Guernsey</name>
-      <value>Guernsey</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Guest</name>
-      <value>Guest</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Guinea</name>
-      <value>Guinea</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Guinea-Bissau</name>
-      <value>Guinea-Bissau</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Guyana</name>
-      <value>Guyana</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Haiti</name>
-      <value>Haiti</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Handbook</name>
-      <value>Handbook</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Handcraft</name>
-      <value>Handcraft</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Hard Bounce</name>
-      <value>Hard Bounce</value>
-    </stringEntry>
-    <stringEntry>
-      <name>has</name>
-      <value>has</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Header</name>
-      <value>Header</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Header text</name>
-      <value>Header text</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Headline</name>
-      <value>Headline</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Heard Island and McDonald Islands</name>
-      <value>Heard Island and McDonald Islands</value>
-    </stringEntry>
-    <stringEntry>
-      <name>HH:mm</name>
-      <value>HH:mm</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Hierarchy</name>
-      <value>Hierarchy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>HIGH</name>
-      <value>HIGH</value>
-    </stringEntry>
-    <stringEntry>
-      <name>high</name>
-      <value>high</value>
-    </stringEntry>
-    <stringEntry>
-      <name>High price strategy</name>
-      <value>High price strategy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Hint</name>
-      <value>Hint</value>
-    </stringEntry>
-    <stringEntry>
-      <name>History</name>
-      <value>History</value>
-    </stringEntry>
-    <stringEntry>
-      <name>History Phases and States</name>
-      <value>History Phases and States</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Holiday</name>
-      <value>Holiday</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Home address</name>
-      <value>Home address</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Honduras</name>
-      <value>Honduras</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Hong Kong</name>
-      <value>Hong Kong</value>
-    </stringEntry>
-    <stringEntry>
-      <name>hour</name>
-      <value>hour</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Hours</name>
-      <value>Hours</value>
-    </stringEntry>
-    <stringEntry>
-      <name>hours</name>
-      <value>hours</value>
-    </stringEntry>
-    <stringEntry>
-      <name>House number</name>
-      <value>House number</value>
-    </stringEntry>
-    <stringEntry>
-      <name>HTML</name>
-      <value>HTML</value>
-    </stringEntry>
-    <stringEntry>
-      <name>HTML Editor</name>
-      <value>HTML Editor</value>
-    </stringEntry>
-    <stringEntry>
-      <name>HTML template - Only for .html</name>
-      <value>HTML template - Only for .html</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Human Resources</name>
-      <value>Human Resources</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Hungary</name>
-      <value>Hungary</value>
-    </stringEntry>
-    <stringEntry>
-      <name>I / O</name>
-      <value>I / O</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Iceland</name>
-      <value>Iceland</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Icon</name>
-      <value>Icon</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ID</name>
-      <value>ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Id</name>
-      <value>Id</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Id value</name>
-      <value>Id value</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ignore</name>
-      <value>ignore</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Imminent appointments for today</name>
-      <value>Imminent appointments for today</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Import</name>
-      <value>Import</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Import canceled</name>
-      <value>Import canceled</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Import Data</name>
-      <value>Import Data</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Import Date</name>
-      <value>Import Date</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Import date</name>
-      <value>Import date</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Import Daten</name>
-      <value>Import Daten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Import Documents</name>
-      <value>Import Documents</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Import errors</name>
-      <value>Import errors</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Import Fields</name>
-      <value>Import Fields</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Import from MS Teams</name>
-      <value>Import from MS Teams</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Import logs</name>
-      <value>Import logs</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Import Logs</name>
-      <value>Import Logs</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Import Mails</name>
-      <value>Import Mails</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Import name</name>
-      <value>Import name</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Import source</name>
-      <value>Import source</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Import user</name>
-      <value>Import user</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Importer created</name>
-      <value>Importer created</value>
-    </stringEntry>
-    <stringEntry>
-      <name>IN</name>
-      <value>IN</value>
-    </stringEntry>
-    <stringEntry>
-      <name>in</name>
-      <value>in</value>
-    </stringEntry>
-    <stringEntry>
-      <name>In planning</name>
-      <value>In planning</value>
-    </stringEntry>
-    <stringEntry>
-      <name>in progress</name>
-      <value>in progress</value>
-    </stringEntry>
-    <stringEntry>
-      <name>In review</name>
-      <value>In review</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Inactive</name>
-      <value>Inactive</value>
-    </stringEntry>
-    <stringEntry>
-      <name>inactive</name>
-      <value>inactive</value>
-    </stringEntry>
-    <stringEntry>
-      <name>inbox</name>
-      <value>inbox</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Inbox</name>
-      <value>Inbox</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Inbox \"%0\" has been deleted.</name>
-      <value>Inbox \"%0\" has been deleted.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Inbox filter</name>
-      <value>Inbox filter</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Inbox filter group</name>
-      <value>Inbox filter group</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Inbox filter groups</name>
-      <value>Inbox filter groups</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Inbox filters</name>
-      <value>Inbox filters</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Inbox Name</name>
-      <value>Inbox Name</value>
-    </stringEntry>
-    <stringEntry>
-      <name>inboxEmail</name>
-      <value>inboxEmail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Inboxes</name>
-      <value>Inboxes</value>
-    </stringEntry>
-    <stringEntry>
-      <name>inboxes</name>
-      <value>inboxes</value>
-    </stringEntry>
-    <stringEntry>
-      <name>InboxRelation</name>
-      <value>InboxRelation</value>
-    </stringEntry>
-    <stringEntry>
-      <name>incl. dependent contexts</name>
-      <value>incl. dependent contexts</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Inclusive gateway</name>
-      <value>Inclusive gateway</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Incoming</name>
-      <value>Incoming</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Incoming call from %0 (%1) to %2</name>
-      <value>Incoming call from %0 (%1) to %2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Incomplete delivery</name>
-      <value>Incomplete delivery</value>
-    </stringEntry>
-    <stringEntry>
-      <name>increase Priority</name>
-      <value>increase Priority</value>
-    </stringEntry>
-    <stringEntry>
-      <name>increase priority</name>
-      <value>increase priority</value>
-    </stringEntry>
-    <stringEntry>
-      <name>India</name>
-      <value>India</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Indicator</name>
-      <value>Indicator</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Indicator Type</name>
-      <value>Indicator Type</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Individual Answer</name>
-      <value>Individual Answer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Individual Reply Template</name>
-      <value>Individual Reply Template</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Indonesia</name>
-      <value>Indonesia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Industry</name>
-      <value>Industry</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Industry changed to %0</name>
-      <value>Industry changed to %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Industry of Organisation</name>
-      <value>Industry of Organisation</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Indv. Answer</name>
-      <value>Indv. Answer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Influencer</name>
-      <value>Influencer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Info</name>
-      <value>Info</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Info (Company)</name>
-      <value>Info (Company)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Information</name>
-      <value>Information</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Information Report</name>
-      <value>Information Report</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Informations</name>
-      <value>Informations</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Initiator</name>
-      <value>Initiator</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Inland</name>
-      <value>Inland</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Inmob name</name>
-      <value>Inmob name</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Input</name>
-      <value>Input</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Input value</name>
-      <value>Input value</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Insert</name>
-      <value>Insert</value>
-    </stringEntry>
-    <stringEntry>
-      <name>INSERT</name>
-      <value>INSERT</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Insert subnode</name>
-      <value>Insert subnode</value>
-    </stringEntry>
-    <stringEntry>
-      <name>inserted</name>
-      <value>inserted</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Inserted rows</name>
-      <value>Inserted rows</value>
-    </stringEntry>
-    <stringEntry>
-      <name>insertTicket</name>
-      <value>insertTicket</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Int value</name>
-      <value>Int value</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Integer</name>
-      <value>Integer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Interest</name>
-      <value>Interest</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Interest (subscribed)</name>
-      <value>Interest (subscribed)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Interest already assigned to contact</name>
-      <value>Interest already assigned to contact</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Interested</name>
-      <value>Interested</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Interested person</name>
-      <value>Prospect</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Interests</name>
-      <value>Interests</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Interfaces</name>
-      <value>Interfaces</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Intermediate catching event</name>
-      <value>Intermediate catching event</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Intermediate throwing event</name>
-      <value>Intermediate throwing event</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Internal</name>
-      <value>Internal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Internal forwarding via mailing</name>
-      <value>Internal forwarding via mailing</value>
-    </stringEntry>
-    <stringEntry>
-      <name>internal reply</name>
-      <value>internal reply</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Internal responsible</name>
-      <value>Internal responsible</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Internal Sales</name>
-      <value>Internal Sales</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Internal sales manager</name>
-      <value>Internal sales manager</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Internet (Organisation)</name>
-      <value>Internet (Organisation)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Internet (Person)</name>
-      <value>Internet (Person)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Invalid file type; only .html, .eml and .txt are allowed</name>
-      <value>Invalid file type; only .html, .eml and .txt are allowed</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Invalid value</name>
-      <value>Invalid value</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Invitation</name>
-      <value>Invitation</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Invoice</name>
-      <value>Invoice</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Invoice Discount</name>
-      <value>Invoice Discount</value>
-    </stringEntry>
-    <stringEntry>
-      <name>IP Address</name>
-      <value>IP Address</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Iraq</name>
-      <value>Iraq</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ireland</name>
-      <value>Ireland</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Is active</name>
-      <value>Is active</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Is an active employee</name>
-      <value>Is an active employee</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Is an active Employee</name>
-      <value>Is an active Employee</value>
-    </stringEntry>
-    <stringEntry>
-      <name>is assignable</name>
-      <value>is assignable</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Is being sent</name>
-      <value>Is being sent</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Is contact without a contract</name>
-      <value>Is contact without a contract</value>
-    </stringEntry>
-    <stringEntry>
-      <name>is DSGVO Relevant</name>
-      <value>is DSGVO Relevant</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Is unlinked activity</name>
-      <value>Is unlinked activity</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Isle of Man</name>
-      <value>Isle of Man</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ISO 3166-1 alpha-2</name>
-      <value>ISO 3166-1 alpha-2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ISO 3166-1 alpha-3</name>
-      <value>ISO 3166-1 alpha-3</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ISO2</name>
-      <value>ISO2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ISO3</name>
-      <value>ISO3</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Israel</name>
-      <value>Israel</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Issue</name>
-      <value>Issue</value>
-    </stringEntry>
-    <stringEntry>
-      <name>IT</name>
-      <value>IT</value>
-    </stringEntry>
-    <stringEntry>
-      <name>It lists all areas that the user has to take care of.</name>
-      <value>It lists all areas that the user has to take care of.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>IT manager</name>
-      <value>IT manager</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Italy</name>
-      <value>Italy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Item sort</name>
-      <value>Item sort</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Jamaica</name>
-      <value>Jamaica</value>
-    </stringEntry>
-    <stringEntry>
-      <name>January</name>
-      <value>January</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Japan</name>
-      <value>Japan</value>
-    </stringEntry>
-    <stringEntry>
-      <name>jdito</name>
-      <value>jdito</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Jersey</name>
-      <value>Jersey</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Jordan</name>
-      <value>Jordan</value>
-    </stringEntry>
-    <stringEntry>
-      <name>July</name>
-      <value>July</value>
-    </stringEntry>
-    <stringEntry>
-      <name>June</name>
-      <value>June</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Kazakhstan</name>
-      <value>Kazakhstan</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Kenya</name>
-      <value>Kenya</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Key</name>
-      <value>Key</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Key account</name>
-      <value>Key account</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Key Figures</name>
-      <value>Key Figures</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Keyword</name>
-      <value>Keyword</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Keyword Attribute</name>
-      <value>Keyword Attribute</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Keyword attribute Id</name>
-      <value>Keyword attribute Id</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Keyword attribute relation Id</name>
-      <value>Keyword attribute relation Id</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Keyword Attribute Values</name>
-      <value>Keyword Attribute Values</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Keyword Attributes</name>
-      <value>Keyword Attributes</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Keyword Categories</name>
-      <value>Keyword Categories</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Keyword Category</name>
-      <value>Keyword Category</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Keyword Entries</name>
-      <value>Keyword Entries</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Keyword Entry</name>
-      <value>Keyword Entry</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Keyword entry Id</name>
-      <value>Keyword entry Id</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Kgs</name>
-      <value>Kgs</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Kiribati</name>
-      <value>Kiribati</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Know How</name>
-      <value>Know How</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Knowledge</name>
-      <value>Knowledge</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Knowledge categories</name>
-      <value>Knowledge categories</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Knowledge category</name>
-      <value>Knowledge category</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Knowledge entries</name>
-      <value>Knowledge entries</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Knowledge Management</name>
-      <value>Knowledge Management</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Knowledge Role</name>
-      <value>Knowledge Role</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Knowledge Roles</name>
-      <value>Knowledge Roles</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Knowledgebase</name>
-      <value>Knowledgebase</value>
-    </stringEntry>
-    <stringEntry>
-      <name>KnowledgeRoles</name>
-      <value>KnowledgeRoles</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Known because</name>
-      <value>Known because</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Kuwait</name>
-      <value>Kuwait</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Kyrgyzstan</name>
-      <value>Kyrgyzstan</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Labels</name>
-      <value>Labels</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Landingpage</name>
-      <value>Landingpage</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Language</name>
-      <value>Language</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Last</name>
-      <value>Last</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Last change</name>
-      <value>Last change</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Last Click</name>
-      <value>Last Click</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Last process start: synchronize in ADITO</name>
-      <value>Last process start: synchronize in ADITO</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Last process start: synchronize to Outlook</name>
-      <value>Last process start: synchronize to Outlook</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Last status change</name>
-      <value>Last status change</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Last synchronized</name>
-      <value>Last synchronized</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Lastname</name>
-      <value>Lastname</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Latin Name</name>
-      <value>Latin Name</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Latitude</name>
-      <value>Latitude</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Latvia</name>
-      <value>Latvia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Layout costs</name>
-      <value>Layout costs</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Lead</name>
-      <value>Lead</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Lead Import</name>
-      <value>Lead Import</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Lead import</name>
-      <value>Lead import</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Lead Import Reset</name>
-      <value>Lead Import Reset</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Lead Imports</name>
-      <value>Lead Imports</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Lead preview</name>
-      <value>Lead preview</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Leadimport</name>
-      <value>Leadimport</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Lebanon</name>
-      <value>Lebanon</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Lesotho</name>
-      <value>Lesotho</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Letter</name>
-      <value>Letter</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Letter salutation</name>
-      <value>Letter salutation</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Lettersalutation</name>
-      <value>Lettersalutation</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Liberia</name>
-      <value>Liberia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Libya</name>
-      <value>Libya</value>
-    </stringEntry>
-    <stringEntry>
-      <name>License</name>
-      <value>License</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Liechtenstein</name>
-      <value>Liechtenstein</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Limited details</name>
-      <value>Limited details</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Limited Read Permission</name>
-      <value>Limited Read Permission</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Link</name>
-      <value>Link</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Link e-mail addresses to contacts</name>
-      <value>Link e-mail addresses to contacts</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Link Type</name>
-      <value>Link Type</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Link unlinked e-mail</name>
-      <value>Link unlinked e-mail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Linked Appointments</name>
-      <value>Linked Appointments</value>
-    </stringEntry>
-    <stringEntry>
-      <name>LinkedIn</name>
-      <value>LinkedIn</value>
-    </stringEntry>
-    <stringEntry>
-      <name>LinkedIn (Organisation)</name>
-      <value>LinkedIn (Organisation)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>LinkedIn (Person)</name>
-      <value>LinkedIn (Person)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Linkmanagement</name>
-      <value>Linkmanagement</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Links</name>
-      <value>Links</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Liquibase</name>
-      <value>Liquibase</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Liquidity</name>
-      <value>Liquidity</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Liter</name>
-      <value>Liter</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Lithuania</name>
-      <value>Lithuania</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Load data</name>
-      <value>Load data</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Load older messages</name>
-      <value>Load older messages</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Location</name>
-      <value>Location</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Location of the Event</name>
-      <value>Location of the Event</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Lock granted</name>
-      <value>Lock granted</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Locked</name>
-      <value>Locked</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Locked by</name>
-      <value>Locked by</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Log</name>
-      <value>Log</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Log type</name>
-      <value>Log type</value>
-    </stringEntry>
-    <stringEntry>
-      <name>LogHistory</name>
-      <value>LogHistory</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Logistics</name>
-      <value>Logistics</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Logs</name>
-      <value>Logs</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Long string value</name>
-      <value>Long string value</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Longitude</name>
-      <value>Longitude</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Lost</name>
-      <value>Lost</value>
-    </stringEntry>
-    <stringEntry>
-      <name>loves sociability</name>
-      <value>loves sociability</value>
-    </stringEntry>
-    <stringEntry>
-      <name>LOW</name>
-      <value>LOW</value>
-    </stringEntry>
-    <stringEntry>
-      <name>low</name>
-      <value>low</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Low price strategy</name>
-      <value>Low price strategy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Loyalty</name>
-      <value>Loyalty</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Luxembourg</name>
-      <value>Luxembourg</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Macao</name>
-      <value>Macao</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Madagascar</name>
-      <value>Madagascar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mail</name>
-      <value>Mail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mail (Organisation)</name>
-      <value>Mail (Organisation)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mail (Person)</name>
-      <value>Mail (Person)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mail activities</name>
-      <value>Mail activities</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mail Address</name>
-      <value>Mail Address</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mail address</name>
-      <value>Mail address</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mailbridge failed: user '%0' is unknown, contact an administrator.</name>
-      <value>Mailbridge failed: user '%0' is unknown, contact an administrator.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mailing</name>
-      <value>Mailing</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mailing missed</name>
-      <value>Mailing missed</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mailing to customer</name>
-      <value>Mailing to customer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Maillog</name>
-      <value>Maillog</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Maillogs</name>
-      <value>Maillogs</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mails</name>
-      <value>Mails</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Main document</name>
-      <value>Main document</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Maindocuments</name>
-      <value>Maindocuments</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Maintenance</name>
-      <value>Maintenance</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Maintenance contract</name>
-      <value>Maintenance contract</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Make offer (WV)</name>
-      <value>Make offer (WV)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Malawi</name>
-      <value>Malawi</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Malaysia</name>
-      <value>Malaysia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Maldives</name>
-      <value>Maldives</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Male</name>
-      <value>Male</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mali</name>
-      <value>Mali</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Malta</name>
-      <value>Malta</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Management</name>
-      <value>Management</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Managing director</name>
-      <value>Managing director</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Manual</name>
-      <value>Manual</value>
-    </stringEntry>
-    <stringEntry>
-      <name>manual</name>
-      <value>manual</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Manual resynchronization</name>
-      <value>Manual resynchronization</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Manual resynchronization of user</name>
-      <value>Manual resynchronization of user</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Manual task</name>
-      <value>Manual task</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Manually</name>
-      <value>Manually</value>
-    </stringEntry>
-    <stringEntry>
-      <name>manually</name>
-      <value>manually</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Manually set</name>
-      <value>Manually set</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Manufacturer</name>
-      <value>Manufacturer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Map data © %0 contributors | %1 | %2</name>
-      <value>Map data © %0 contributors | %1 | %2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mapping</name>
-      <value>Mapping</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mappingfield</name>
-      <value>Mappingfield</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mappings</name>
-      <value>Mappings</value>
-    </stringEntry>
-    <stringEntry>
-      <name>March</name>
-      <value>March</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mark all cached record containers as invalid</name>
-      <value>Mark all cached record containers as invalid</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mark all to delete</name>
-      <value>Mark all to delete</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mark selection to delete</name>
-      <value>Mark selection to delete</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mark to Delete</name>
-      <value>Mark to Delete</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Marked for deletion</name>
-      <value>Marked for deletion</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Market situation</name>
-      <value>Market situation</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Marketing</name>
-      <value>Marketing</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Marketing Dashboard</name>
-      <value>Marketing Dashboard</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Marketing manager</name>
-      <value>Marketing manager</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Marshall Islands</name>
-      <value>Marshall Islands</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Martinique</name>
-      <value>Martinique</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mature after days</name>
-      <value>Mature after days</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Maturity</name>
-      <value>Maturity</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mauritania</name>
-      <value>Mauritania</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mauritius</name>
-      <value>Mauritius</value>
-    </stringEntry>
-    <stringEntry>
-      <name>MAX</name>
-      <value>MAX</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Max participants</name>
-      <value>Max participants</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Max Points</name>
-      <value>Max Points</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Maximal</name>
-      <value>Maximal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Maximal count</name>
-      <value>Maximal count</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Maximal Count</name>
-      <value>Maximal Count</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Maximal count has to be a whole number</name>
-      <value>Maximal count has to be a whole number</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Maximal count must be one or higher</name>
-      <value>Maximal count must be one or higher</value>
-    </stringEntry>
-    <stringEntry>
-      <name>May</name>
-      <value>May</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mayotte</name>
-      <value>Mayotte</value>
-    </stringEntry>
-    <stringEntry>
-      <name>MD5 Sum</name>
-      <value>MD5 Sum</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mechanical engineering</name>
-      <value>Mechanical engineering</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Medium</name>
-      <value>Medium</value>
-    </stringEntry>
-    <stringEntry>
-      <name>medium</name>
-      <value>medium</value>
-    </stringEntry>
-    <stringEntry>
-      <name>member</name>
-      <value>member</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Member</name>
-      <value>Member</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Members</name>
-      <value>Members</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Memo</name>
-      <value>Memo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Message</name>
-      <value>Message</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Messages</name>
-      <value>Messages</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mexico</name>
-      <value>Mexico</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Middlename</name>
-      <value>Middlename</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Migrate keyword containers</name>
-      <value>Migrate keyword containers</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Migrate Probabilities</name>
-      <value>Migrate Probabilities</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Milestones</name>
-      <value>Milestones</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Milestones Phase</name>
-      <value>Milestones Phase</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Milestones Status</name>
-      <value>Milestones Status</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Min. Stock</name>
-      <value>Min. Stock</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Min. stock</name>
-      <value>Min. stock</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Minimal</name>
-      <value>Minimal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Minimal Count</name>
-      <value>Minimal Count</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Minimal count</name>
-      <value>Minimal count</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Minimal count must be a positive whole number</name>
-      <value>Minimal count must be a positive whole number</value>
-    </stringEntry>
-    <stringEntry>
-      <name>minute</name>
-      <value>minute</value>
-    </stringEntry>
-    <stringEntry>
-      <name>minutes</name>
-      <value>minutes</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Missed</name>
-      <value>Missed</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Missed call from %0 (%1) to %2</name>
-      <value>Missed call from %0 (%1) to %2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Missed call from %0 to %1</name>
-      <value>Missed call from %0 to %1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mitterbeitergruppe Postkorb</name>
-      <value>Mitterbeitergruppe Postkorb</value>
-    </stringEntry>
-    <stringEntry>
-      <name>MM/dd/yyyy</name>
-      <value>MM/dd/yyyy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mobil</name>
-      <value>Mobil</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mobile</name>
-      <value>Mobile</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mobile number (Organisation)</name>
-      <value>Mobile number (Organisation)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mobile number (Person)</name>
-      <value>Mobile number (Person)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Modification date</name>
-      <value>Modification date</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Modification user</name>
-      <value>Modification user</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Modul group</name>
-      <value>Modul group</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Module</name>
-      <value>Module</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Monaco</name>
-      <value>Monaco</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mongolia</name>
-      <value>Mongolia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Montenegro</name>
-      <value>Montenegro</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Month</name>
-      <value>Month</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Monthly</name>
-      <value>Monthly</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Montserrat</name>
-      <value>Montserrat</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Morocco</name>
-      <value>Morocco</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mosaico</name>
-      <value>Mosaico</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mosaico template</name>
-      <value>Mosaico template</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Most important Sales key figures</name>
-      <value>Most important sales key figures</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Motor cycle</name>
-      <value>Motor cycle</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Move</name>
-      <value>Move</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Move down</name>
-      <value>Move down</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Move Down</name>
-      <value>Move Down</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Move selection down</name>
-      <value>Move selection down</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Move selection up</name>
-      <value>Move selection up</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Move up</name>
-      <value>Move up</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Move Up</name>
-      <value>Move Up</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mozambique</name>
-      <value>Mozambique</value>
-    </stringEntry>
-    <stringEntry>
-      <name>MS Teams</name>
-      <value>MS Teams</value>
-    </stringEntry>
-    <stringEntry>
-      <name>MS-Teams Message</name>
-      <value>MS-Teams Message</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My Activities</name>
-      <value>My Activities</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My Bulk Mails</name>
-    </stringEntry>
-    <stringEntry>
-      <name>My Campaigns</name>
-      <value>My Campaigns</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My campaigns</name>
-      <value>My campaigns</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My Contacts</name>
-      <value>My Contacts</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My Dashboard</name>
-      <value>My Dashboard</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My district assignments to check</name>
-      <value>My district assignments to check</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My Forecast</name>
-      <value>My Forecast</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My Forecast and Turnover</name>
-      <value>My Forecast and Turnover</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My Organisations</name>
-      <value>My Organisations</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My Permissions</name>
-      <value>My Permissions</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My responsible Districts</name>
-      <value>My responsible Districts</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My synchronized datasets</name>
-      <value>My synchronized datasets</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My tasks</name>
-      <value>My tasks</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My Tasks</name>
-      <value>My Tasks</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My Turnover</name>
-      <value>My Turnover</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My Visit Planning</name>
-      <value>My Operation Planning</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My Workflow Tasks</name>
-      <value>My Workflow Tasks</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My workflow tasks</name>
-      <value>My workflow tasks</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Myanmar</name>
-      <value>Myanmar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Name</name>
-      <value>Name</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Name \"%0\" already used for container \"%1\"</name>
-      <value>Name \"%0\" already used for container \"%1\"</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Name changed to %0</name>
-      <value>Name changed to %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Name has to be unique</name>
-      <value>Name has to be unique</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Name latin</name>
-      <value>Name latin</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Name native</name>
-      <value>Name native</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Names</name>
-      <value>Names</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Namibia</name>
-      <value>Namibia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Native Name</name>
-      <value>Native Name</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Nauru</name>
-      <value>Nauru</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Neglect selection for test mailing</name>
-      <value>Neglect selection for test mailing</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Nepal</name>
-      <value>Nepal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Netherlands</name>
-      <value>Netherlands</value>
-    </stringEntry>
-    <stringEntry>
-      <name>new</name>
-      <value>new</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New</name>
-      <value>New</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New activity</name>
-      <value>New activity</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New appointment</name>
-      <value>New appointment</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New Appointment</name>
-      <value>New Appointment</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New Caledonia</name>
-      <value>New Caledonia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New campaign</name>
-      <value>New campaign</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New campaign step</name>
-      <value>New campaign step</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New Cases</name>
-      <value>New Cases</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New child attribute</name>
-      <value>New child attribute</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New child product</name>
-      <value>New child product</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New contact created: %0 %1 %2 %3</name>
-      <value>New contact created: %0 %1 %2 %3</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New created plan values</name>
-      <value>New created plan values</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New Currencyrate</name>
-      <value>New Currencyrate</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New date due</name>
-      <value>New date due</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New document template</name>
-      <value>New document template</value>
-    </stringEntry>
-    <stringEntry>
-      <name>new Email</name>
-      <value>new Email</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bottom spacing</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Top spacing</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Right spacing</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Left spacing</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Signature Templates</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Page</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Signature Template</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Signer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>E-mail Document Template</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New letter</name>
-      <value>New letter</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New module</name>
-      <value>New module</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New note</name>
-      <value>New note</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New Notifications</name>
-      <value>New Notifications</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New offer</name>
-      <value>New offer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New offer version</name>
-      <value>New offer version</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New organisation address created: %0 %1 %2 %3 %4</name>
-      <value>New organisation address created: %0 %1 %2 %3 %4</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New password</name>
-      <value>New password</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New sales project created</name>
-      <value>New sales project created</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New Service ticket</name>
-      <value>New Service ticket</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New service ticket</name>
-      <value>New service ticket</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New status</name>
-      <value>New status</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New step</name>
-      <value>New step</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New task</name>
-      <value>New task</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New tasks</name>
-      <value>New tasks</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New Ticket</name>
-      <value>New Ticket</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New time tracking</name>
-      <value>New time tracking</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New Visit Recommendation</name>
-      <value>New Operation Recommendation</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New Weekplanentry</name>
-      <value>New Weekplanentry</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New Zealand</name>
-      <value>New Zealand</value>
-    </stringEntry>
-    <stringEntry>
-      <name>News</name>
-      <value>News</value>
-    </stringEntry>
-    <stringEntry>
-      <name>news@adito.de</name>
-      <value>news@adito.de</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Newsfeed (Complete Article)</name>
-      <value>Newsfeed (Complete Article)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Newsfeed (Full)</name>
-      <value>Newsfeed (Full)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Newsfeed (Preview)</name>
-      <value>Newsfeed (Preview)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Newsfeed Timeline</name>
-      <value>Newsfeed Timeline</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Newsletter</name>
-      <value>Newsletter</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Newsletter dispatch</name>
-      <value>Newsletter dispatch</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Next</name>
-      <value>Next</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Next contact?</name>
-      <value>Next contact?</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Next due date</name>
-      <value>Next due date</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Next steps</name>
-      <value>Next steps</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Nicaragua</name>
-      <value>Nicaragua</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Niger</name>
-      <value>Niger</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Nigeria</name>
-      <value>Nigeria</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Niue</name>
-      <value>Niue</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No</name>
-      <value>No</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No activity</name>
-      <value>No activity</value>
-    </stringEntry>
-    <stringEntry>
-      <name>no attachments</name>
-      <value>no attachments</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No consumer found for context '%0'</name>
-      <value>No consumer found for context '%0'</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No contacts selected</name>
-      <value>No contacts selected</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No customer since creation &gt; 3 years</name>
-      <value>No customer since creation &gt; 3 years</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No Datasets selected</name>
-      <value>No Datasets selected</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No duplicate</name>
-      <value>No duplicate</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No duplicates allowed: action '</name>
-      <value>No duplicates allowed: action '</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No file selected.</name>
-      <value>No file selected.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>no inbox</name>
-      <value>no inbox</value>
-    </stringEntry>
-    <stringEntry>
-      <name>no inboxEmail for inbox</name>
-      <value>no inboxEmail for inbox</value>
-    </stringEntry>
-    <stringEntry>
-      <name>no keyword attribute \"%0\" found in keyword \"%1\" from container \"%2\"</name>
-      <value>no keyword attribute \"%0\" found in keyword \"%1\" from container \"%2\"</value>
-    </stringEntry>
-    <stringEntry>
-      <name>no keyword attribute \"%0\" found in keyword container \"%1\"</name>
-      <value>no keyword attribute \"%0\" found in keyword container \"%1\"</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No more than %0 records can be exported.</name>
-      <value>No more than %0 records can be exported.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No new recipients found that can be added to the bulk mail.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>No new recipients found that can be added to the serial letter.</name>
-      <value>No new recipients found that can be added to the serial letter.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No permissions</name>
-      <value>No permissions</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No project planned</name>
-      <value>No project planned</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No recipient is marked for test run replacement.</name>
-      <value>No recipient is marked for test run replacement.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No Restrictions</name>
-      <value>No Restrictions</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No risk</name>
-      <value>No risk</value>
-    </stringEntry>
-    <stringEntry>
-      <name>no USER for inboxEmail</name>
-      <value>no USER for inboxEmail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>no valid format</name>
-      <value>no valid format</value>
-    </stringEntry>
-    <stringEntry>
-      <name>no valid mail-address format</name>
-      <value>no valid mail-address format</value>
-    </stringEntry>
-    <stringEntry>
-      <name>no valid phone number</name>
-      <value>no valid phone number</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No valid sales contract</name>
-      <value>No valid sales contract</value>
-    </stringEntry>
-    <stringEntry>
-      <name>None</name>
-      <value>None</value>
-    </stringEntry>
-    <stringEntry>
-      <name>NONE</name>
-      <value>NONE</value>
-    </stringEntry>
-    <stringEntry>
-      <name>None, individual count</name>
-      <value>None, individual count</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Norfolk Island</name>
-      <value>Norfolk Island</value>
-    </stringEntry>
-    <stringEntry>
-      <name>normal</name>
-      <value>normal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>NORMAL</name>
-      <value>NORMAL</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Northern Mariana Islands</name>
-      <value>Northern Mariana Islands</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Norway</name>
-      <value>Norway</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Not enough room in campaignstep</name>
-      <value>Not enough room in campaignstep</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Not enough slots for %0/%1 participant(s)</name>
-      <value>Not enough slots for %0/%1 participant(s)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Not sent</name>
-      <value>Not sent</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Not signed yet</name>
-      <value>Not signed yet</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Not subscribed</name>
-      <value>Not subscribed</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Note</name>
-      <value>Note</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Notes</name>
-      <value>Notes</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Notice</name>
-      <value>Notice</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Notification</name>
-      <value>Notification</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Notifications</name>
-      <value>Notifications</value>
-    </stringEntry>
-    <stringEntry>
-      <name>November</name>
-      <value>November</value>
-    </stringEntry>
-    <stringEntry>
-      <name>NPO</name>
-      <value>NPO</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Number</name>
-      <value>Number</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Number of activities</name>
-      <value>Number of activities</value>
-    </stringEntry>
-    <stringEntry>
-      <name>number of connections</name>
-      <value>number of connections</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Number of Tickets (Mail)</name>
-      <value>Number of Tickets (Mail)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Number of Tickets (Medium)</name>
-      <value>Number of Tickets (Medium)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Number of Tickets (Status)</name>
-      <value>Number of Tickets (Status)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Number value</name>
-      <value>Number value</value>
-    </stringEntry>
-    <stringEntry>
-      <name>NUMBER VALUE</name>
-      <value>NUMBER VALUE</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Numeric value</name>
-      <value>Numeric value</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Object</name>
-      <value>Object</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Object 1 row Id</name>
-      <value>Object 1 row Id</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Object 2 row Id</name>
-      <value>Object 2 row Id</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Object Id</name>
-      <value>Object Id</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Object not found</name>
-      <value>Object not found</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Object relation</name>
-      <value>Object relation</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Object Relation Type</name>
-      <value>Object Relation Type</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Object relation type 1</name>
-      <value>Object relation type 1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Object relation type 2</name>
-      <value>Object relation type 2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Object row Id</name>
-      <value>Object row Id</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Object selection</name>
-      <value>Object selection</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Object type</name>
-      <value>Object type</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Object Type</name>
-      <value>Object Type</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Object type 1</name>
-      <value>Object type 1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Object type 2</name>
-      <value>Object type 2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Observation</name>
-      <value>Observation</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Observation Type</name>
-      <value>Observation Type</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ObservationID</name>
-      <value>ObservationID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Observations</name>
-      <value>Observations</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Observe</name>
-      <value>Observe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Observe Filter</name>
-      <value>Observe Filter</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Observe ID</name>
-      <value>Observe dataset</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Observe IDs</name>
-      <value>Observe IDs</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Observer</name>
-      <value>Observer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Occupation</name>
-      <value>Occupation</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Occurrences</name>
-      <value>Occurrences</value>
-    </stringEntry>
-    <stringEntry>
-      <name>October</name>
-      <value>October</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Offer</name>
-      <value>Offer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Offer exists</name>
-      <value>Offer exists</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Offer Footer Text</name>
-      <value>Offer Footer Text</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Offer Header Text</name>
-      <value>Offer Header Text</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Offer Id</name>
-      <value>Offer Id</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Offer item Id</name>
-      <value>Offer item Id</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Offer No.</name>
-      <value>Offer No.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Offer number</name>
-      <value>Offer number</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Offer sent</name>
-      <value>Offer sent</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Offer status changed</name>
-      <value>Offer status changed</value>
-    </stringEntry>
-    <stringEntry>
-      <name>OFFER_ID</name>
-      <value>OFFER_ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>OFFERID (UID)</name>
-      <value>OFFERID (UID)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Offeritem</name>
-      <value>Offeritem</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Offeritems</name>
-      <value>Offeritems</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Offerrequest</name>
-      <value>Offerrequest</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Offers</name>
-      <value>Offers</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Offers / Receipts</name>
-      <value>Offers / Receipts</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Office address</name>
-      <value>Office address</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Office Duty</name>
-      <value>Office Duty</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Office staff</name>
-      <value>Office staff</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Oman</name>
-      <value>Oman</value>
-    </stringEntry>
-    <stringEntry>
-      <name>On site</name>
-      <value>On site</value>
-    </stringEntry>
-    <stringEntry>
-      <name>On Site</name>
-      <value>On Site</value>
-    </stringEntry>
-    <stringEntry>
-      <name>On time</name>
-      <value>On time</value>
-    </stringEntry>
-    <stringEntry>
-      <name>one actitiy from mail created</name>
-      <value>one actitiy from mail created</value>
-    </stringEntry>
-    <stringEntry>
-      <name>one file ignored</name>
-      <value>one file ignored</value>
-    </stringEntry>
-    <stringEntry>
-      <name>one file imported</name>
-      <value>one file imported</value>
-    </stringEntry>
-    <stringEntry>
-      <name>one mail could not be linked automatically</name>
-      <value>one mail could not be linked automatically</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Online-Meeting</name>
-      <value>Online-Meeting</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Only </name>
-      <value>Only </value>
-    </stringEntry>
-    <stringEntry>
-      <name>Only .odt files are supported for bulkletters.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Only .odt, .docx and .docm files are supported for letters.</name>
-      <value>Only .odt, .docx and .docm files are supported for letters.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>only filter using the specified indicatorfield</name>
-      <value>only filter using the specified indicatorfield</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Only Integers allowed</name>
-      <value>Only Integers allowed</value>
-    </stringEntry>
-    <stringEntry>
-      <name>only use simple filters</name>
-      <value>only use simple filters</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Open</name>
-      <value>Open</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Open admin view</name>
-      <value>Open admin view</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Open Admin View</name>
-      <value>Open Admin View</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Open Contacts</name>
-      <value>Open Contacts</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Open in mosaico</name>
-      <value>Open in mosaico</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Open Location</name>
-      <value>Open Location</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Open modeler</name>
-      <value>Open modeler</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Open MS Teams</name>
-      <value>Open MS Teams</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Open new mosaico template</name>
-      <value>Open new mosaico template</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Open route</name>
-      <value>Open route</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Open Route</name>
-      <value>Open Route</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Open Route of the day</name>
-      <value>Open Route of the day</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Open Salesprojects</name>
-      <value>Open Opportunities</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Open tasks</name>
-      <value>Open tasks</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Open Turnover</name>
-      <value>Open Turnover</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Open Visitrecommendation</name>
-      <value>Open Operationrecommendation</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Opener rate (in %)</name>
-      <value>Opener rate (in %)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Openers</name>
-      <value>Openers</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Opening Date</name>
-      <value>Opening Date</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Operating System</name>
-      <value>Operating System</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Optional</name>
-      <value>Optional</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Order</name>
-      <value>Order</value>
-    </stringEntry>
-    <stringEntry>
-      <name>order</name>
-      <value>order</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Order amount</name>
-      <value>Order amount</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Order confirmation</name>
-      <value>Order confirmation</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Order date</name>
-      <value>Order date</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Order executed</name>
-      <value>Order executed</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Order number</name>
-      <value>Order number</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Order Type</name>
-      <value>Order Type</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Orderitem</name>
-      <value>Orderitem</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Orderitems</name>
-      <value>Orderitems</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ORG</name>
-      <value>ORG</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation</name>
-      <value>Organisation</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation: Address</name>
-      <value>Organisation: Address</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation: City</name>
-      <value>Organisation: City</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation: Classification</name>
-      <value>Organisation: Classification</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation: Country</name>
-      <value>Organisation: Country</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation: District</name>
-      <value>Organisation: District</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation: Id</name>
-      <value>Organisation: Id</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation: Language</name>
-      <value>Organisation: Language</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation: Region</name>
-      <value>Organisation: Region</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation: State</name>
-      <value>Organisation: State</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation: Type</name>
-      <value>Organisation: Type</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ORGANISATION_ID</name>
-      <value>ORGANISATION_ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ORGANISATIONID (UID)</name>
-      <value>ORGANISATIONID (UID)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisationname</name>
-      <value>Organisationname</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Origin</name>
-      <value>Origin</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Original editor</name>
-      <value>Original editor</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Other</name>
-      <value>Other</value>
-    </stringEntry>
-    <stringEntry>
-      <name>other</name>
-      <value>other</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Other (WV)</name>
-      <value>Other (WV)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Other Contactroles</name>
-      <value>Other Contactroles</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Other versions</name>
-      <value>Other versions</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Other_existing Customer</name>
-      <value>Other_existing Customer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Other_unknown</name>
-      <value>Other_unknown</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Others</name>
-      <value>Others</value>
-    </stringEntry>
-    <stringEntry>
-      <name>OUT</name>
-      <value>OUT</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Outgoing</name>
-      <value>Outgoing</value>
-    </stringEntry>
-    <stringEntry>
-      <name>OutOfOffice</name>
-      <value>OutOfOffice</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Output value</name>
-      <value>Output value</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Outstanding Amount</name>
-      <value>Outstanding Amount</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Overdue tasks</name>
-      <value>Overdue tasks</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Overview</name>
-      <value>Overview</value>
-    </stringEntry>
-    <stringEntry>
-      <name>own company</name>
-      <value>own company</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Own website</name>
-      <value>Own website</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Owner</name>
-      <value>Owner</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Paid</name>
-      <value>Paid</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Paid (%0)</name>
-      <value>Paid (%0)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Pakistan</name>
-      <value>Pakistan</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Palau</name>
-      <value>Palau</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Panama</name>
-      <value>Panama</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Papua New Guinea</name>
-      <value>Papua New Guinea</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Paraguay</name>
-      <value>Paraguay</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Parallel gateway</name>
-      <value>Parallel gateway</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Parent</name>
-      <value>Parent</value>
-    </stringEntry>
-    <stringEntry>
-      <name>parent company</name>
-      <value>parent company</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Parent context</name>
-      <value>Parent context</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Parent Filter</name>
-      <value>Parent Filter</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Parent Id</name>
-      <value>Parent Id</value>
-    </stringEntry>
-    <stringEntry>
-      <name>parent of</name>
-      <value>parent of</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Parent Role</name>
-      <value>Parent Role</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Parent Roles</name>
-      <value>Parent Roles</value>
-    </stringEntry>
-    <stringEntry>
-      <name>PARENT_CONTEXT</name>
-      <value>PARENT_CONTEXT</value>
-    </stringEntry>
-    <stringEntry>
-      <name>PARENT_ID</name>
-      <value>PARENT_ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Partial calculation</name>
-      <value>Partial calculation</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Partial order</name>
-      <value>Partial order</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Participant</name>
-      <value>Participant</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Participants</name>
-      <value>Participants</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Participated</name>
-      <value>Participated</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Partner</name>
-      <value>Partner</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Parts list</name>
-      <value>Parts list</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Password</name>
-      <value>Password</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Password and confirmation must be the same!</name>
-      <value>Password and confirmation must be the same!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Paste</name>
-      <value>Paste</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Paste as Top Topic</name>
-      <value>Paste as Top Topic</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Pay date</name>
-      <value>Pay date</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Pay due date</name>
-      <value>Pay due date</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Payment address</name>
-      <value>Payment address</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Payment Address</name>
-      <value>Payment Address</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Payment method</name>
-      <value>Payment method</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Payment problem customer</name>
-      <value>Payment problem customer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Payment term</name>
-      <value>Payment term</value>
-    </stringEntry>
-    <stringEntry>
-      <name>pCallbackFn is not a function</name>
-      <value>pCallbackFn is not a function</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Pending</name>
-      <value>Pending</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Pending datasets</name>
-      <value>Pending datasets</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Pending synchronizations to Outlook</name>
-      <value>Pending synchronizations to Outlook</value>
-    </stringEntry>
-    <stringEntry>
-      <name>per</name>
-      <value>per</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Per participant</name>
-      <value>Per participant</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Percent</name>
-      <value>Percent</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Permission</name>
-      <value>Permission</value>
-    </stringEntry>
-    <stringEntry>
-      <name>permission</name>
-      <value>permission</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Permission  Overview</name>
-      <value>Permission  Overview</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Permission Action</name>
-      <value>Permission Action</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Permission Dealer</name>
-      <value>Permission Dealer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Permission Dealer Department</name>
-      <value>Permission Dealer Department</value>
-    </stringEntry>
-    <stringEntry>
-      <name>permission dealer type</name>
-      <value>permission dealer type</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Permission Dealer User</name>
-      <value>Permission Dealer User</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Permission Detail</name>
-      <value>Permission Detail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Permission Details</name>
-      <value>Permission Details</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Permission Overview</name>
-      <value>Permission Overview</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Permission procurer</name>
-      <value>Permission procurer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Permission Procurer Department</name>
-      <value>Permission Procurer Department</value>
-    </stringEntry>
-    <stringEntry>
-      <name>permission procurer type</name>
-      <value>permission procurer type</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Permission Procurer User</name>
-      <value>Permission Procurer User</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Permission received</name>
-      <value>Permission received</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Permission Set ID</name>
-      <value>Permission Set ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>PermissionId</name>
-      <value>PermissionId</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Permissions</name>
-      <value>Permissions</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Permissions without actions are invalid!</name>
-      <value>Permissions without actions are invalid!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>PERS</name>
-      <value>PERS</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Person</name>
-      <value>Person</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Person duplicate</name>
-      <value>Person duplicate</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Person Id</name>
-      <value>Person Id</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Person in charge</name>
-      <value>Person in charge</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Person in Charge</name>
-      <value>Person in Charge</value>
-    </stringEntry>
-    <stringEntry>
-      <name>PERSON_ID</name>
-      <value>PERSON_ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>personal</name>
-      <value>personal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Personal appearance</name>
-      <value>Personal appearance</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Personal estimation</name>
-      <value>Personal estimation</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Peru</name>
-      <value>Peru</value>
-    </stringEntry>
-    <stringEntry>
-      <name>pExecuteOnlyIfConditionExists has to be of type boolean. This parameter controls what happens if the condition is empty (select / delete all or nothing)</name>
-      <value>pExecuteOnlyIfConditionExists has to be of type boolean. This parameter controls what happens if the condition is empty (select / delete all or nothing)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Phase</name>
-      <value>Phase</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Phase progression</name>
-      <value>Phase progression</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Phases</name>
-      <value>Phases</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Philippines</name>
-      <value>Philippines</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Phone</name>
-      <value>Phone</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Phone number (Organisation)</name>
-      <value>Phone number (Organisation)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Phone number (Person)</name>
-      <value>Phone number (Person)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Phone of contact</name>
-      <value>Phone of contact</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Picture</name>
-      <value>Picture</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Pieces</name>
-      <value>Pieces</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Pitcairn</name>
-      <value>Pitcairn</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Place of use</name>
-      <value>Place of use</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Place of Use</name>
-      <value>Place of Use</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Place Of Use</name>
-      <value>Place Of Use</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Placeholder</name>
-      <value>Placeholder</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Planned</name>
-      <value>Planned</value>
-    </stringEntry>
-    <stringEntry>
-      <name>planned</name>
-      <value>planned</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Planning</name>
-      <value>Planning</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Plannings</name>
-      <value>Plannings</value>
-    </stringEntry>
-    <stringEntry>
-      <name>please only filter using 'equal'</name>
-      <value>please only filter using 'equal'</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Please pay the outstanding amount, this is your first/second reminder.</name>
-      <value>Please pay the outstanding amount, this is your first/second reminder.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Please select a documenttemplate or upload a new file.</name>
-      <value>Please select a documenttemplate or upload a new file.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Plus Salestax</name>
-      <value>Plus Salestax</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Point of Contact</name>
-      <value>Point of Contact</value>
-    </stringEntry>
-    <stringEntry>
-      <name>points</name>
-      <value>points</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Points</name>
-      <value>Points</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Poland</name>
-      <value>Poland</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Portugal</name>
-      <value>Portugal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Pos.</name>
-      <value>Pos.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Position</name>
-      <value>Position</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Position Id</name>
-      <value>Position Id</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Possibility to search for terms</name>
-      <value>Possibility to search for terms</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Possible Value</name>
-      <value>Possible Value</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Possible Values</name>
-      <value>Possible Values</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Post office box</name>
-      <value>Post office box</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Post office box number</name>
-      <value>Post office box number</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Postcode</name>
-      <value>Postcode</value>
-    </stringEntry>
-    <stringEntry>
-      <name>postcode</name>
-      <value>postcode</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Postponed</name>
-      <value>Postponed</value>
-    </stringEntry>
-    <stringEntry>
-      <name>PP</name>
-      <value>PP</value>
-    </stringEntry>
-    <stringEntry>
-      <name>PP/SP</name>
-      <value>PP/SP</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Predecessor</name>
-      <value>Predecessor</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Preparation</name>
-      <value>Preparation</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Preselection</name>
-      <value>Preselection</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Presentation</name>
-      <value>Presentation</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Prev</name>
-      <value>Prev</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Preview</name>
-      <value>Preview</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Price</name>
-      <value>Price</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Price (%0)</name>
-      <value>Price (%0)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Price Condition</name>
-      <value>Price Condition</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Price in </name>
-      <value>Price in </value>
-    </stringEntry>
-    <stringEntry>
-      <name>Price list</name>
-      <value>Price list</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Price list / Company</name>
-      <value>Price list / Company</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Price policy</name>
-      <value>Price policy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Pricelist</name>
-      <value>Pricelist</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Prices</name>
-      <value>Prices</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Pricing policy</name>
-      <value>Pricing policy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Print media</name>
-      <value>Print media</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Print order</name>
-      <value>Print order</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Print reminder</name>
-      <value>Print reminder</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Printing costs</name>
-      <value>Printing costs</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Prioritization based on segmentation parameters</name>
-      <value>Prioritization based on segmentation parameters</value>
-    </stringEntry>
-    <stringEntry>
-      <name>priority</name>
-      <value>priority</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Priority</name>
-      <value>Priority</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Priority Source</name>
-      <value>Priority Source</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Privacy agreement</name>
-      <value>Privacy agreement</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Privacy Notice</name>
-      <value>Privacy Notice</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Private</name>
-      <value>Private</value>
-    </stringEntry>
-    <stringEntry>
-      <name>private</name>
-      <value>private</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Private person</name>
-      <value>Private person</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Private persons</name>
-      <value>Private persons</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Probability</name>
-      <value>Probability</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Probability AI</name>
-      <value>Probability AI</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Probability Chart</name>
-      <value>Probability Chart</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Probability in %</name>
-      <value>Probability in %</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Probablity: 100%</name>
-      <value>Probablity: 100%</value>
-    </stringEntry>
-    <stringEntry>
-      <name>processed %0/%1:</name>
-      <value>processed %0/%1:</value>
-    </stringEntry>
-    <stringEntry>
-      <name>processing %0/%1</name>
-      <value>processing %0/%1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>processing time</name>
-      <value>processing time</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product</name>
-      <value>Product</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product A1</name>
-      <value>Product A1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product A2</name>
-      <value>Product A2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product B1</name>
-      <value>Product B1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product B2</name>
-      <value>Product B2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product content</name>
-      <value>Product content</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product group</name>
-      <value>Product group</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product Group</name>
-      <value>Product Group</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product Id</name>
-      <value>Product Id</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product interest</name>
-      <value>Product interest</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product name</name>
-      <value>Product name</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product number</name>
-      <value>Product number</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product price Id</name>
-      <value>Product price Id</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product relationship</name>
-      <value>Product relationship</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product type</name>
-      <value>Product type</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product_flexibility</name>
-      <value>Product_flexibility</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product_functionality</name>
-      <value>Product_functionality</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product_GUI</name>
-      <value>Product_GUI</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product_industry knowhow</name>
-      <value>Product_industry knowhow</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product_mobile use</name>
-      <value>Product_mobile use</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product_technic</name>
-      <value>Product_technic</value>
-    </stringEntry>
-    <stringEntry>
-      <name>PRODUCTID (UID)</name>
-      <value>PRODUCTID (UID)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Production</name>
-      <value>Production</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Production manager</name>
-      <value>Production manager</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Products</name>
-      <value>Products</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Progress</name>
-      <value>Progress</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project assistant</name>
-      <value>Project assistant</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project management</name>
-      <value>Project management</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project Management</name>
-      <value>Project Management</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project manager</name>
-      <value>Project manager</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project number</name>
-      <value>Project number</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project planned?</name>
-      <value>Project planned?</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project planning open</name>
-      <value>Project planning open</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project shift customer</name>
-      <value>Project shift customer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project start</name>
-      <value>Project start</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project start within next 12 months</name>
-      <value>Project start within next 12 months</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project team</name>
-      <value>Project team</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project team roles</name>
-      <value>Project team roles</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project team: \"Internal distribution\"</name>
-      <value>Project team: \"Internal distribution\"</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project team: \"Project manager\"</name>
-      <value>Project team: \"Project manager\"</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project title</name>
-      <value>Project title</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project type</name>
-      <value>Type</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project_duration</name>
-      <value>Project_duration</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project_reference</name>
-      <value>Project_reference</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project_volume</name>
-      <value>Project_volume</value>
-    </stringEntry>
-    <stringEntry>
-      <name>promotion target of</name>
-      <value>promotion target of</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Properties</name>
-      <value>Properties</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Propkey</name>
-      <value>Propkey</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Pros</name>
-      <value>Pros</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Prospect</name>
-      <value>Prospect</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Prospective customer</name>
-      <value>Prospective customer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Protected</name>
-      <value>Protected</value>
-    </stringEntry>
-    <stringEntry>
-      <name>pSqlQuery must be of type SqlBuilder</name>
-      <value>pSqlQuery must be of type SqlBuilder</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Public</name>
-      <value>Public</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Publishing level</name>
-      <value>Publishing level</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Puerto Rico</name>
-      <value>Puerto Rico</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Pull next ticket</name>
-      <value>Pull next ticket</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Pull next ticket or create new ones</name>
-      <value>Pull next ticket or create new ones</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Pull Ticket</name>
-      <value>Pull Ticket</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Pull Tickets</name>
-      <value>Pull Tickets</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Pull tickets</name>
-      <value>Pull tickets</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Purchasing manager</name>
-      <value>Purchasing manager</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Qatar</name>
-      <value>Qatar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Quality complaint</name>
-      <value>Quality complaint</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Quality problem customer</name>
-      <value>Quality problem customer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Quantity</name>
-      <value>Quantity</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Quarterly</name>
-      <value>Quarterly</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Query</name>
-      <value>Query</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Questions</name>
-      <value>Questions</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Quick Entry</name>
-      <value>Quick Entry</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Quick entry</name>
-      <value>Quick entry</value>
-    </stringEntry>
-    <stringEntry>
-      <name>quotation mark</name>
-      <value>quotation mark</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Racing bike</name>
-      <value>Racing bike</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Radius in km</name>
-      <value>Radius in km</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Radius Search</name>
-      <value>Radius Search</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Re-Open</name>
-      <value>Re-Open</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Re-open</name>
-      <value>Re-open</value>
-    </stringEntry>
-    <stringEntry>
-      <name>re-open</name>
-      <value>re-open</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Read</name>
-      <value>Read</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Read and Write Permission</name>
-      <value>Read and Write Permission</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Reason</name>
-      <value>Reason</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Rebuild all duplicates from the selected scanners</name>
-      <value>Rebuild all duplicates from the selected scanners</value>
-    </stringEntry>
-    <stringEntry>
-      <name>rebuild Index</name>
-      <value>rebuild Index</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Rebuild selected entries</name>
-      <value>Rebuild selected entries</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Recalculate all Classifications</name>
-      <value>Recalculate all Classifications</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Receipt</name>
-      <value>Receipt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Receipt Footer Text</name>
-      <value>Receipt Footer Text</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Receipt Header Text</name>
-      <value>Receipt Header Text</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Receipt number</name>
-      <value>Receipt number</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Receipts</name>
-      <value>Receipts</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Receive new Department Permission</name>
-      <value>Receive new Department Permission</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Receive new User Permission</name>
-      <value>Receive new User Permission</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Receive task</name>
-      <value>Receive task</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Received</name>
-      <value>Received</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Received Bulk Mail</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Recipient</name>
-      <value>Recipient</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Recipient address</name>
-      <value>Recipient address</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Recipient status</name>
-      <value>Recipient status</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Recipients</name>
-      <value>Recipients</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Recipients after adding</name>
-      <value>Recipients after adding</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Recipients: %0</name>
-      <value>Recipients: %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Recipt</name>
-      <value>Recipt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Reclamation</name>
-      <value>Reclamation</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Recommendation</name>
-      <value>Recommendation</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Record separator</name>
-      <value>Record separator</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Redirect</name>
-      <value>Redirect</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Redirect needs a full URL with http/https</name>
-      <value>Redirect needs a full URL with http/https</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Reference</name>
-      <value>Reference</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Reference customer</name>
-      <value>Reference customer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Refresh %0 Values</name>
-      <value>Refresh %0 Values</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Refresh Currency Rate</name>
-      <value>Refresh Currency Rate</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Region</name>
-      <value>Region</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Region Manager</name>
-      <value>Region Manager</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Regulation</name>
-      <value>Regulation</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Rejected</name>
-      <value>Rejected</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Relation Title</name>
-      <value>Relation Title</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Relation Type</name>
-      <value>Relation Type</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Relation type</name>
-      <value>Relation type</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Relation Type 1</name>
-      <value>Relation Type 1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Relation type 1</name>
-      <value>Relation type 1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Relation Type 2</name>
-      <value>Relation Type 2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Relation type 2</name>
-      <value>Relation type 2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Relation types</name>
-      <value>Relation types</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Relational</name>
-      <value>Relational</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Relations</name>
-      <value>Relations</value>
-    </stringEntry>
-    <stringEntry>
-      <name>relations</name>
-      <value>relations</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Relationtype</name>
-      <value>Relationtype</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Release</name>
-      <value>Release</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Remaining Runtime</name>
-      <value>Remaining Runtime</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Remaining tasks and appointments</name>
-      <value>Remaining tasks and appointments</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Remark</name>
-      <value>Remark</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Reminder</name>
-      <value>Reminder</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Remove any usage of the interest</name>
-      <value>Remove any usage of the interest</value>
-    </stringEntry>
-    <stringEntry>
-      <name>remove Contact from Sync</name>
-      <value>remove Contact from Sync</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Remove from Campaign</name>
-      <value>Remove from Campaign</value>
-    </stringEntry>
-    <stringEntry>
-      <name>remove from sync</name>
-      <value>remove from sync</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Remove from synchronization</name>
-      <value>Remove from synchronization</value>
-    </stringEntry>
-    <stringEntry>
-      <name>remove hashtags from favorite titles</name>
-      <value>remove hashtags from favorite titles</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Remove Like</name>
-      <value>Remove Like</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Remove recipients with advertising ban</name>
-      <value>Remove recipients with advertising ban</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Reopen delay</name>
-      <value>Reopen delay</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Repeat password</name>
-      <value>Repeat password</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Replacement name</name>
-      <value>Replacement name</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Reply</name>
-      <value>Reply</value>
-    </stringEntry>
-    <stringEntry>
-      <name>reply</name>
-      <value>reply</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Reply Mail</name>
-      <value>Reply Mail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Reply Template</name>
-      <value>Reply Template</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Reply to</name>
-      <value>Reply to</value>
-    </stringEntry>
-    <stringEntry>
-      <name>reports to</name>
-      <value>reports to</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Reports to</name>
-      <value>Reports to</value>
-    </stringEntry>
-    <stringEntry>
-      <name>request</name>
-      <value>request</value>
-    </stringEntry>
-    <stringEntry>
-      <name>requested</name>
-      <value>requested</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Required fields</name>
-      <value>Required fields</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Resigned</name>
-      <value>Resigned</value>
-    </stringEntry>
-    <stringEntry>
-      <name>responsible</name>
-      <value>responsible</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Responsible</name>
-      <value>Responsible</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Responsible Department</name>
-      <value>Responsible Department</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Responsible Districts</name>
-      <value>Responsible Districts</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Responsibles</name>
-      <value>Responsibles</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Restore Team</name>
-      <value>Restore Team</value>
-    </stringEntry>
-    <stringEntry>
-      <name>restrict</name>
-      <value>restrict</value>
-    </stringEntry>
-    <stringEntry>
-      <name>resubmitted</name>
-      <value>resubmitted</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Resume</name>
-      <value>Resume</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Retour</name>
-      <value>Retour</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Return ticket</name>
-      <value>Return ticket</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Return Ticket</name>
-      <value>Return Ticket</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Reveal the price in the offer</name>
-      <value>Reveal the price in the offer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Review</name>
-      <value>Review</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Revolution speed (rpm)</name>
-      <value>Revolution speed (rpm)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>rights of access</name>
-      <value>rights of access</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Rights of access</name>
-      <value>Rights of access</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Risk</name>
-      <value>Risk</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Role</name>
-      <value>Role</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Roles</name>
-      <value>Roles</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Rollout</name>
-      <value>Rollout</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Romania</name>
-      <value>Romania</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Rule editor</name>
-      <value>Rule editor</value>
-    </stringEntry>
-    <stringEntry>
-      <name>rule editor</name>
-      <value>rule editor</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Rulegroup already selected</name>
-      <value>Rulegroup already selected</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Runtime</name>
-      <value>Runtime</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Rwanda</name>
-      <value>Rwanda</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Réunion</name>
-      <value>Réunion</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sailing</name>
-      <value>Sailing</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Saint Barthélemy</name>
-      <value>Saint Barthélemy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Saint Helena, Ascension and Tristan da Cunha</name>
-      <value>Saint Helena, Ascension and Tristan da Cunha</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Saint Kitts and Nevis</name>
-      <value>Saint Kitts and Nevis</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Saint Lucia</name>
-      <value>Saint Lucia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Saint Martin (French part)</name>
-      <value>Saint Martin (French part)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Saint Pierre and Miquelon</name>
-      <value>Saint Pierre and Miquelon</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Saint Vincent and the Grenadines</name>
-      <value>Saint Vincent and the Grenadines</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sales</name>
-      <value>Sales</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sales area</name>
-      <value>Sales area</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sales Dashboard</name>
-      <value>Sales Dashboard</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sales forecast</name>
-      <value>Sales forecast</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sales manager</name>
-      <value>Sales manager</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sales Manager</name>
-      <value>Sales Manager</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sales Project</name>
-      <value>Opportunity</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sales Project Analyses</name>
-      <value>Opportunity Analyses</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sales Project Id</name>
-      <value>Opportunity Id</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sales Project milestone Id</name>
-      <value>Opportunity milestone Id</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sales Project Phases</name>
-      <value>Opportunity phases</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sales project responsibility set</name>
-      <value>Opportunity responsibility set</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sales Projects</name>
-      <value>Opportunities</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sales Staff Activity</name>
-      <value>Sales Staff Activity</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Salesorder Id</name>
-      <value>Salesorder Id</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Salesorder item Id</name>
-      <value>Salesorder item Id</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SALESORDER_ID</name>
-      <value>SALESORDER_ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SALESORDERID (UID)</name>
-      <value>SALESORDERID (UID)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Salesproject</name>
-      <value>Opportunity</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Salesproject: Created on</name>
-      <value>Opportunity: Created on</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Salesproject: Responsible</name>
-      <value>Opportunity: Responsible</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Salesproject: Phase</name>
-      <value>Opportunity: Phase</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Salesproject: Project start</name>
-      <value>Opportunity: Project start</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Salesproject: Role</name>
-      <value>Opportunity: Role</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Salesproject: Status</name>
-      <value>Opportunity: Status</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Salesproject: Type</name>
-      <value>Opportunity: Type</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Salesproject: Title</name>
-      <value>Opportunity: Projecttitel</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SALESPROJECTID (UID)</name>
-      <value>Opportunitiy (UID)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Salesprojects</name>
-      <value>Opportunities</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Salutation</name>
-      <value>Salutation</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Salutation Id</name>
-      <value>Salutation Id</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Salutations</name>
-      <value>Salutations</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Samoa</name>
-      <value>Samoa</value>
-    </stringEntry>
-    <stringEntry>
-      <name>San Marino</name>
-      <value>San Marino</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sao Tome and Principe</name>
-      <value>Sao Tome and Principe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Saudi Arabia</name>
-      <value>Saudi Arabia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Save</name>
-      <value>Save</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Save changes</name>
-      <value>Save changes</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Save settings</name>
-      <value>Save settings</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Scan pattern</name>
-      <value>Scan pattern</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Scope</name>
-      <value>Scope</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Script task</name>
-      <value>Script task</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Search</name>
-      <value>Search</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Search component</name>
-      <value>Search component</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Search for new Entries</name>
-      <value>Search for new Entries</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Search synchronisation</name>
-      <value>Search synchronisation</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Search Synchronisation</name>
-      <value>Search Synchronisation</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Search term</name>
-      <value>Search term</value>
-    </stringEntry>
-    <stringEntry>
-      <name>second</name>
-      <value>second</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Second Approval</name>
-      <value>Second Approval</value>
-    </stringEntry>
-    <stringEntry>
-      <name>seconds</name>
-      <value>seconds</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Selection</name>
-      <value>Selection</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Selection ignore case</name>
-      <value>Selection ignore case</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Selection placeholder</name>
-      <value>Selection placeholder</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Selection value</name>
-      <value>Selection value</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SELECTION_BOTH</name>
-      <value>SELECTION_BOTH</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SELECTION_NEITHER</name>
-      <value>SELECTION_NEITHER</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SELECTION_NULL</name>
-      <value>SELECTION_NULL</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SELECTION_POSTFIX</name>
-      <value>SELECTION_POSTFIX</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SELECTION_PREFIX</name>
-      <value>SELECTION_PREFIX</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Semiannually</name>
-      <value>Semiannually</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Semicolon</name>
-      <value>Semicolon</value>
-    </stringEntry>
-    <stringEntry>
-      <name>semicolon</name>
-      <value>semicolon</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Send</name>
-      <value>Send</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Send Answer</name>
-      <value>Send Answer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>send as mail</name>
-      <value>send as mail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Send brochure (WV)</name>
-      <value>Send brochure (WV)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Send Date</name>
-      <value>Send Date</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Send digital Advertising materials &amp; complete Workflow Task</name>
-      <value>Send digital Advertising materials &amp; complete Workflow Task</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Send documents</name>
-      <value>Send documents</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Send documents (WV)</name>
-      <value>Send documents (WV)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Send email</name>
-      <value>Send email</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Send information</name>
-      <value>Send information</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Send workflow signal</name>
-      <value>Send workflow signal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sender</name>
-      <value>Sender</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sender address</name>
-      <value>Sender address</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sender: %0</name>
-      <value>Sender: %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Senegal</name>
-      <value>Senegal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sent</name>
-      <value>Sent</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sent Offers</name>
-      <value>Sent offers</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sent offers</name>
-      <value>Sent offers</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sent Receipts</name>
-      <value>Sent receipts</value>
-    </stringEntry>
-    <stringEntry>
-      <name>September</name>
-      <value>September</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sequence flow</name>
-      <value>Sequence flow</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Serbia</name>
-      <value>Serbia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Serial</name>
-      <value>Serial</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Serial action</name>
-      <value>Serial action</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Serial Actions</name>
-      <value>Serial Actions</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Serial letter</name>
-      <value>Serial letter</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Serial Letter</name>
-      <value>Serial Letter</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Serial letter \"%0\" can now be downloaded</name>
-      <value>Serial letter \"%0\" can now be downloaded</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Serial letters</name>
-      <value>Serial letters</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Serverprocess has been started</name>
-      <value>Serverprocess has been started</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Service</name>
-      <value>Service</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Service Administration</name>
-      <value>Service Administration</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Service categories</name>
-      <value>Service categories</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Service category</name>
-      <value>Service category</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Service contract</name>
-      <value>Service contract</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Service Dashboard</name>
-      <value>Service Dashboard</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Service Manager</name>
-      <value>Service Manager</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Service task</name>
-      <value>Service task</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Service ticket</name>
-      <value>Service ticket</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Service ticket categories</name>
-      <value>Service ticket categories</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Service ticket category</name>
-      <value>Service ticket category</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Service ticket template</name>
-      <value>Service ticket template</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Service ticket templates</name>
-      <value>Service ticket templates</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Service tickets</name>
-      <value>Service tickets</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Service-Admin</name>
-      <value>Service-Admin</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Serviceagent</name>
-      <value>Serviceagent</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set active</name>
-      <value>Set active</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set all address locations</name>
-      <value>Set all address locations</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set as default signature</name>
-      <value>Set as default signature</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set attribute</name>
-      <value>Set attribute</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set auto assignment</name>
-      <value>Set auto assignment</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set campaign step</name>
-      <value>Set campaign step</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set Campaign Step</name>
-      <value>Set Campaign Step</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set completed</name>
-      <value>Set completed</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set dunning</name>
-      <value>Set dunning</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set inactive</name>
-      <value>Set inactive</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set missing address locations</name>
-      <value>Set missing address locations</value>
-    </stringEntry>
-    <stringEntry>
-      <name>set New</name>
-      <value>set New</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set not completed</name>
-      <value>Set not completed</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set paid amount</name>
-      <value>Set paid amount</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set parent district</name>
-      <value>Set parent district</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set password</name>
-      <value>Set password</value>
-    </stringEntry>
-    <stringEntry>
-      <name>set Read</name>
-      <value>set Read</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set salesproject phase</name>
-      <value>Set Opportunitiy phase</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set status</name>
-      <value>Set status</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set status to active</name>
-      <value>Set status to active</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set status to inactive</name>
-      <value>Set status to inactive</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set to sent</name>
-      <value>Set to sent</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set workflow</name>
-      <value>Set workflow</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set workflow for selected e-mail filter</name>
-      <value>Set workflow for selected e-mail filter</value>
-    </stringEntry>
-    <stringEntry>
-      <name>setRead</name>
-      <value>setRead</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Settings</name>
-      <value>Settings</value>
-    </stringEntry>
-    <stringEntry>
-      <name>setUnread</name>
-      <value>setUnread</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sex</name>
-      <value>Sex</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Seychelles</name>
-      <value>Seychelles</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Shipping costs</name>
-      <value>Shipping costs</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Should a test email be sent to you instead?</name>
-      <value>Should a test email be sent to you instead?</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Should the mail be sent now?</name>
-      <value>Should the mail be sent now?</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all activities</name>
-      <value>Show all activities</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all companies</name>
-      <value>Show all companies</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all contacts</name>
-      <value>Show all contacts</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all contracts</name>
-      <value>Show all contracts</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all Facebook posts of a user</name>
-      <value>Show all Facebook posts of a user</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all Facebook posts of ADITO</name>
-      <value>Show all Facebook posts of ADITO</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all Favorites</name>
-      <value>Show all Favorites</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all offers</name>
-      <value>Show all offers</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all offers with first approval</name>
-      <value>Show all offers with first approval</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all offers with second approval</name>
-      <value>Show all offers with second approval</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all products</name>
-      <value>Show all products</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all receipts</name>
-      <value>Show all receipts</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all salesprojects</name>
-      <value>Show all opportunities</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all sent offers</name>
-      <value>Show all sent offers</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all sent receipts</name>
-      <value>Show all sent receipts</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all tweets of a user</name>
-      <value>Show all tweets of a user</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show Classification</name>
-      <value>Show Classification</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show filter result</name>
-      <value>Show filter result</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show how many sales projects are in the various sales phases</name>
-      <value>Show how many opportunities are in the various sales phases</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show inboxes</name>
-      <value>Show inboxes</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show my activities</name>
-      <value>Show my activities</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show my bulk mails</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show my campaigns</name>
-      <value>Show my campaigns</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show my contacts</name>
-      <value>Show my contacts</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show my district assignments with status review</name>
-      <value>Show my district assignments with status review</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show my Forecast and Turnover for the current year</name>
-      <value>Show my forecast and turnover for the current year</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show my organisations</name>
-      <value>Show my organisations</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show my tickets that are in process.</name>
-      <value>Show my tickets that are in process.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show offer</name>
-      <value>Show offer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show only own</name>
-      <value>Show only own</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show open salesprojects</name>
-      <value>Show open opportunities</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show the finished Tickets in the last 4 weeks</name>
-      <value>Show the finished Tickets in the last 4 weeks</value>
-    </stringEntry>
-    <stringEntry>
-      <name>show visit planning of the week</name>
-      <value>show operation planning of the week</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all campaigns</name>
-      <value>Show all campaigns</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all synchronized datasets</name>
-      <value>Show all synchronized datasets</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all synchronized searches of the users</name>
-      <value>Show all synchronized searches of the users</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all users which still have a pending synchronization to Outlook</name>
-      <value>Show all users which still have a pending synchronization to Outlook</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all your Observations</name>
-      <value>Show all your Observations</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show campaing costs graphically processed</name>
-      <value>Show campaing costs graphically processed</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show complete news articles</name>
-      <value>Show complete news articles</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show device types used by bulk mail recipients</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show my synchronized datasets</name>
-      <value>Show my synchronized datasets</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show the different conversion rates of the sales project phases</name>
-      <value>Show the different conversion rates of the opportunity phases</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show the global Covid Cases in a Table</name>
-      <value>Show the global Covid Cases in a Table</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show the new daily Covid Cases</name>
-      <value>Show the new daily Covid Cases</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show the number of activities of the grouped fields</name>
-      <value>Show the number of activities of the grouped fields</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show the number of datasets still to be synchronized</name>
-      <value>Show the number of datasets still to be synchronized</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show the organisations turnover and forecast in a 3 year time-span</name>
-      <value>Show the organisations turnover and forecast in a 3 year time-span</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show the organisations turnover in a 3 year time-span</name>
-      <value>Show the organisations turnover in a 3 year time-span</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show the organisations turnover, forecast and planing in a 3 year time-span</name>
-      <value>Show the organisations turnover, forecast and planing in a 3 year time-span</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show unread notifications about different content, e.g. Appointments, serial mails, ...</name>
-      <value>Show unread notifications about different content, e.g. Appointments, serial mails, ...</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Side</name>
-      <value>Side</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sierra Leone</name>
-      <value>Sierra Leone</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Signal</name>
-      <value>Signal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Signals</name>
-      <value>Signals</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Signature</name>
-      <value>Signature</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Signature to set default</name>
-      <value>Signature to set default</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Singapore</name>
-      <value>Singapore</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Single</name>
-      <value>Single</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Single (Service/All)</name>
-      <value>Single (Service/All)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Single (Service/External)</name>
-      <value>Single (Service/External)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Single (Service/Internal)</name>
-      <value>Single (Service/Internal)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sint Maarten (Dutch part)</name>
-      <value>Sint Maarten (Dutch part)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Site visit</name>
-      <value>on Site operation</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Slave administration</name>
-      <value>Slave administration</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Slave administration '%0' is '%1'</name>
-      <value>Slave administration '%0' is '%1'</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Slave UID</name>
-      <value>Slave UID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Slovakia</name>
-      <value>Slovakia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Slovenia</name>
-      <value>Slovenia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Smart TV</name>
-      <value>Smart TV</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SMS</name>
-      <value>SMS</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Soccer</name>
-      <value>Soccer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Social</name>
-      <value>Social</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Social Media</name>
-      <value>Social Media</value>
-    </stringEntry>
-    <stringEntry>
-      <name>society</name>
-      <value>society</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Soft Bounce</name>
-      <value>Soft Bounce</value>
-    </stringEntry>
-    <stringEntry>
-      <name>solicits</name>
-      <value>solicits</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Solomon Islands</name>
-      <value>Solomon Islands</value>
-    </stringEntry>
-    <stringEntry>
-      <name>solution</name>
-      <value>solution</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Somalia</name>
-      <value>Somalia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Someone liked one of your articles</name>
-      <value>Someone liked one of your articles</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sort</name>
-      <value>Sort</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sorting</name>
-      <value>Sorting</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sorting by</name>
-      <value>Sorting by</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sorting direction</name>
-      <value>Sorting direction</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Source</name>
-      <value>Source</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Source / origin of the generation of contacts</name>
-      <value>Source / origin of the generation of contacts</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Source Currency</name>
-      <value>Source Currency</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Source Currency and Target Currency cannot be the same Currency.</name>
-      <value>Source Currency and Target Currency cannot be the same Currency.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Source tablename</name>
-      <value>Source tablename</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Source tablename Id</name>
-      <value>Source tablename Id</value>
-    </stringEntry>
-    <stringEntry>
-      <name>South Africa</name>
-      <value>South Africa</value>
-    </stringEntry>
-    <stringEntry>
-      <name>South Georgia and the South Sandwich Islands</name>
-      <value>South Georgia and the South Sandwich Islands</value>
-    </stringEntry>
-    <stringEntry>
-      <name>South Sudan</name>
-      <value>South Sudan</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SP</name>
-      <value>SP</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Spain</name>
-      <value>Spain</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Spanish</name>
-      <value>Spanish</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Spare part</name>
-      <value>Spare part</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Spare parts</name>
-      <value>Spare parts</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Special price list</name>
-      <value>Special price list</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sport</name>
-      <value>Sport</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder must be instanciated with 'new' or one of the factory methods (newSelect, newWhere, newWhereIfSet)</name>
-      <value>SqlBuilder must be instanciated with 'new' or one of the factory methods (newSelect, newWhere, newWhereIfSet)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder.deleteDat/updateData: You have to specify a tablename</name>
-      <value>SqlBuilder.deleteDat/updateData: You have to specify a tablename</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: .where has to be called before following and/or.</name>
-      <value>SqlBuilder: .where has to be called before following and/or.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: .where has to be called only one time. Use and/or for further conditions.</name>
-      <value>SqlBuilder: .where has to be called only one time. Use and/or for further conditions.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: If pFieldOrCond is a SqlBuilder &amp; pValue is provided, pFieldOrCond has to be a full SqlBuilder which will be used as subselect</name>
-      <value>SqlBuilder: If pFieldOrCond is a SqlBuilder &amp; pValue is provided, pFieldOrCond has to be a full SqlBuilder which will be used as subselect</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: If pFieldOrCond is a SqlBuilder &amp; pValue is provided, you have to provide also pFieldType, as the type cannot be calculated from pFieldOrCond because it is a subselect</name>
-      <value>SqlBuilder: If pFieldOrCond is a SqlBuilder &amp; pValue is provided, you have to provide also pFieldType, as the type cannot be calculated from pFieldOrCond because it is a subselect</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: if you use a subQuery (e.g. SqlBuilder) you have to provide pCondition (e.g. \"exists ?\")</name>
-      <value>SqlBuilder: if you use a subQuery (e.g. SqlBuilder) you have to provide pCondition (e.g. \"exists ?\")</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: invalid value-type for pCondition</name>
-      <value>SqlBuilder: invalid value-type for pCondition</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: invalid value-type for pFieldOrCond. It can be a fully qualified SqlBuilder (e.g. select, from, ... have to be set) or an jdito-prepared-statement array</name>
-      <value>SqlBuilder: invalid value-type for pFieldOrCond. It can be a fully qualified SqlBuilder (e.g. select, from, ... have to be set) or an jdito-prepared-statement array</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: pValue (or pFieldOrCond if only one param) is not allowed to be null, undefined or []. (use *IfSet functions if you need optional conditions which are just ignored if value is null or undefined)</name>
-      <value>SqlBuilder: pValue (or pFieldOrCond if only one param) is not allowed to be null, undefined or []. (use *IfSet functions if you need optional conditions which are just ignored if value is null or undefined)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: pValue has to be a jdito variable which returns something different than null. (use *IfSet functions if you need optional conditions which are just ignored if value is null or undefined)</name>
-      <value>SqlBuilder: pValue has to be a jdito variable which returns something different than null. (use *IfSet functions if you need optional conditions which are just ignored if value is null or undefined)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: select and from were expected, but not provided.</name>
-      <value>SqlBuilder: select and from were expected, but not provided.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: The '#' in pCondition has to occur before the '?' and '?' has to occur 1 time, '#' has to occur 1 or 0 times.</name>
-      <value>SqlBuilder: The '#' in pCondition has to occur before the '?' and '?' has to occur 1 time, '#' has to occur 1 or 0 times.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: The pagesize is not set or is not a number.</name>
-      <value>SqlBuilder: The pagesize is not set or is not a number.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: The provided callback function is not a function.</name>
-      <value>SqlBuilder: The provided callback function is not a function.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: The provided values object for updateFields is invalid or is not an object.</name>
-      <value>SqlBuilder: The provided values object for updateFields is invalid or is not an object.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: unsupportet parameter combination</name>
-      <value>SqlBuilder: unsupportet parameter combination</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: You have to provide a subquery as SqlBuilder, prepared-array or string</name>
-      <value>SqlBuilder: You have to provide a subquery as SqlBuilder, prepared-array or string</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: You have to specify at least one parameter</name>
-      <value>SqlBuilder: You have to specify at least one parameter</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlUtils.getSqlInStatement: if pAsPrepared is true, pPreparedDbType has to be filld with the correct db type</name>
-      <value>SqlUtils.getSqlInStatement: if pAsPrepared is true, pPreparedDbType has to be filld with the correct db type</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlUtils.getSqlInStatement: WARNING: You should not create in-statements with more than 1000 values. As this has a very bad performance.</name>
-      <value>SqlUtils.getSqlInStatement: WARNING: You should not create in-statements with more than 1000 values. As this has a very bad performance.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sri Lanka</name>
-      <value>Sri Lanka</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Standard</name>
-      <value>Standard</value>
-    </stringEntry>
-    <stringEntry>
-      <name>standard address</name>
-      <value>standard address</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Standard city</name>
-      <value>Standard city</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Standard City</name>
-      <value>Standard City</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Standard Country</name>
-      <value>Standard Country</value>
-    </stringEntry>
-    <stringEntry>
-      <name>standard email</name>
-      <value>standard email</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Standard workflow</name>
-      <value>Standard workflow</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Standard workflows</name>
-      <value>Standard workflows</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Standard zip</name>
-      <value>Standard zip</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Standard Zip</name>
-      <value>Standard Zip</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Start</name>
-      <value>Start</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Start advertising material workflow</name>
-      <value>Start advertising material workflow</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Start date</name>
-      <value>Start date</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Start event</name>
-      <value>Start event</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Start Serveprocess</name>
-      <value>Start Serveprocess</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Start time</name>
-      <value>Start time</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Start workflow</name>
-      <value>Start workflow</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Start Workflow</name>
-      <value>Start Workflow</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Start workflows</name>
-      <value>Start workflows</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Starts the server process manually, which will recalculate all (potentially) outdated classifications. This process should be executed after changes to the classification configuration.</name>
-      <value>Starts the server process manually, which will recalculate all (potentially) outdated classifications. This process should be executed after changes to the classification configuration.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>State</name>
-      <value>State</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Statistic</name>
-      <value>Statistic</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Status</name>
-      <value>Status</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Status (Mailbridge)</name>
-      <value>Status (Mailbridge)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Status Appointment</name>
-      <value>Status Appointment</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Status can't be changed to confirmed if no appointment exists!</name>
-      <value>Status can't be changed to confirmed if no appointment exists!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Status change skipped!</name>
-      <value>Status change skipped!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Status changes skipped!</name>
-      <value>Status changes skipped!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Status: \"won\"</name>
-      <value>Status: \"won\"</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Step</name>
-      <value>Step</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Step costs</name>
-      <value>Step costs</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Steps</name>
-      <value>Steps</value>
-    </stringEntry>
-    <stringEntry>
-      <name>still incorrect</name>
-      <value>still incorrect</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Stock</name>
-      <value>Stock</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Stock Id</name>
-      <value>Stock Id</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Stop costs</name>
-      <value>Stop costs</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Street</name>
-      <value>Street</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Strength</name>
-      <value>Strength</value>
-    </stringEntry>
-    <stringEntry>
-      <name>String value</name>
-      <value>String value</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Subcategory</name>
-      <value>Subcategory</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Subject</name>
-      <value>Subject</value>
-    </stringEntry>
-    <stringEntry>
-      <name>subject</name>
-      <value>subject</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Subject and Body</name>
-      <value>Subject and Body</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Subordinate campaign of</name>
-      <value>Subordinate campaign of</value>
-    </stringEntry>
-    <stringEntry>
-      <name>subordinate context</name>
-      <value>subordinate context</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Subscribed</name>
-      <value>Subscribed</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Subscription model</name>
-      <value>Subscription model</value>
-    </stringEntry>
-    <stringEntry>
-      <name>subsidiary</name>
-      <value>subsidiary</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Success</name>
-      <value>Success</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Successful</name>
-      <value>Successful</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sudan</name>
-      <value>Sudan</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sufficient guarantees</name>
-      <value>Sufficient guarantees</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sum</name>
-      <value>Sum</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sum (%0)</name>
-      <value>Sum (%0)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sum Chart</name>
-      <value>Sum Chart</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Summary</name>
-      <value>Summary</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Superordinate Attribute</name>
-      <value>Superordinate Attribute</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Superordinate campaign of</name>
-      <value>Superordinate campaign of</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Superordinate Topic</name>
-      <value>Superordinate Topic</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Supervisor</name>
-      <value>Supervisor</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Supervisor assignment</name>
-      <value>Supervisor assignment</value>
-    </stringEntry>
-    <stringEntry>
-      <name>supervisor of</name>
-      <value>supervisor of</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Supervisors</name>
-      <value>Supervisors</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Supervisory board</name>
-      <value>Supervisory board</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Supplier</name>
-      <value>Supplier</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Support</name>
-      <value>Support</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Support Ticket</name>
-      <value>Support Ticket</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Support ticket</name>
-      <value>Support ticket</value>
-    </stringEntry>
-    <stringEntry>
-      <name>supported by</name>
-      <value>supported by</value>
-    </stringEntry>
-    <stringEntry>
-      <name>supports</name>
-      <value>supports</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Supportticket</name>
-      <value>Supportticket</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Suriname</name>
-      <value>Suriname</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Svalbard and Jan Mayen</name>
-      <value>Svalbard and Jan Mayen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Swaziland</name>
-      <value>Swaziland</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sweden</name>
-      <value>Sweden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Swiss franc</name>
-      <value>Swiss franc</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Swiss Franc</name>
-      <value>Swiss Franc</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Switzerland</name>
-      <value>Switzerland</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sync Exchange Contacts</name>
-      <value>Sync Exchange Contacts</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Synced searches</name>
-      <value>Synced searches</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Synchronisation status</name>
-      <value>Synchronisation status</value>
-    </stringEntry>
-    <stringEntry>
-      <name>synchronize</name>
-      <value>synchronize</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Synchronize</name>
-      <value>Synchronize</value>
-    </stringEntry>
-    <stringEntry>
-      <name>synchronize Appointment to Plan</name>
-      <value>synchronize Appointment to Plan</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Synchronize calendar permissions from Exchange to ADITO</name>
-      <value>Synchronize calendar permissions from Exchange to ADITO</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Synchronize documents</name>
-      <value>Synchronize documents</value>
-    </stringEntry>
-    <stringEntry>
-      <name>synchronize Plan to Appointment</name>
-      <value>synchronize Plan to Appointment</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Synchronized searches</name>
-      <value>Synchronized searches</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Synchronized with Outlook</name>
-      <value>Synchronized with Outlook</value>
-    </stringEntry>
-    <stringEntry>
-      <name>System</name>
-      <value>System</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tablename</name>
-      <value>Tablename</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tablename Id</name>
-      <value>Tablename Id</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tablet</name>
-      <value>Tablet</value>
-    </stringEntry>
-    <stringEntry>
-      <name>tabulator</name>
-      <value>tabulator</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tag</name>
-      <value>Tag</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tags</name>
-      <value>Tags</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Taiwan</name>
-      <value>Taiwan</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tajikistan</name>
-      <value>Tajikistan</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Take price</name>
-      <value>Take price</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Take Ticket</name>
-      <value>Take Ticket</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Talk data</name>
-      <value>Talk data</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Target Amount</name>
-      <value>Target Amount</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Target amount</name>
-      <value>Target amount</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Target Amount (%0)</name>
-      <value>Target Amount (%0)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Target Entity</name>
-      <value>Target Entity</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Target group</name>
-      <value>Target group</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Task</name>
-      <value>Task</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Task Attendees</name>
-      <value>Task Attendees</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Task Id</name>
-      <value>Task Id</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Task link Id</name>
-      <value>Task link Id</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Task maturity date</name>
-      <value>Task maturity date</value>
-    </stringEntry>
-    <stringEntry>
-      <name>TASKID (UID)</name>
-      <value>TASKID (UID)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tasks</name>
-      <value>Tasks</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Team</name>
-      <value>Team</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Team leader dashboard</name>
-      <value>Team leader dashboard</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Team role</name>
-      <value>Team role</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Technical email</name>
-      <value>Technical email</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Technical requirement</name>
-      <value>Technical requirement</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Technical specifications</name>
-      <value>Technical specifications</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Technology</name>
-      <value>Technology</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Template No.</name>
-      <value>Template No.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Templatename</name>
-      <value>Templatename</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tentative</name>
-      <value>Tentative</value>
-    </stringEntry>
-    <stringEntry>
-      <name>tentative</name>
-      <value>tentative</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Test</name>
-      <value>Test</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Test email</name>
-      <value>Test email</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Test Recipient</name>
-      <value>Test Recipient</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Test Recipients</name>
-      <value>Test Recipients</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Test Run</name>
-      <value>Test Run</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Test Run Actions</name>
-      <value>Test Run Actions</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Text</name>
-      <value>Text</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Text content</name>
-      <value>Text content</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Text Modular</name>
-      <value>Text Modular</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Thailand</name>
-      <value>Thailand</value>
-    </stringEntry>
-    <stringEntry>
-      <name>the \"%0\" table is configured to get logged but this is the logging-stoarge itself and cannot be monitored</name>
-      <value>the \"%0\" table is configured to get logged but this is the logging-stoarge itself and cannot be monitored</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The attribute \"%0\" couldn't be set for %1 %2, because %3.</name>
-      <value>The attribute \"%0\" couldn't be set for %1 %2, because %3.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The chosen attribute was successfully set for %0 %1</name>
-      <value>The chosen attribute was successfully set for %0 %1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The chosen attributes were successfully set for %0 %1</name>
-      <value>The chosen attributes were successfully set for %0 %1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The code number is not a valid number.</name>
-      <value>The code number is not a valid number.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The combination of organisation, product group and year already exists.</name>
-      <value>The combination of organisation, product group and year already exists.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The contact has an advertising ban for emails!</name>
-      <value>The contact has an advertising ban for emails!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The contact has an advertising ban for letters!</name>
-      <value>The contact has an advertising ban for letters!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The contact is already a recipient!</name>
-      <value>The contact is already a recipient!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The contract number already exists!</name>
-      <value>The contract number already exists!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The data is transmitted to the following recipients:</name>
-      <value>The data is transmitted to the following recipients:</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The data of this Leadimport has already been transfered. Do you want to transfer it again?</name>
-      <value>The data of this Leadimport has already been transfered. Do you want to transfer it again?</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The district no has to be bigger than %0</name>
-      <value>The district no has to be bigger than %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The duplicate row corrosponding to %0 has been rebuild</name>
-      <value>The duplicate row corrosponding to %0 has been rebuild</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The end date has to be after the start.</name>
-      <value>The end date has to be after the start.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The endtime can't be before begintime!</name>
-      <value>The endtime can't be before begintime!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The expiry date must be after the start date!</name>
-      <value>The expiry date must be after the start date!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The file did not contain any data</name>
-      <value>The file did not contain any data</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The file must be a XML</name>
-      <value>The file must be a XML</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The following Topics have been set more than once:</name>
-      <value>The following Topics have been set more than once:</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The function could not be deleted because it has links to other objects. The status of the function was set to inactive.</name>
-      <value>The function could not be deleted because it has links to other objects. The status of the function was set to inactive.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The given Keyword Category Name is already used but needs to be unique</name>
-      <value>The given Keyword Category Name is already used but needs to be unique</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The given starting location is empty. An area search can not be performed.</name>
-      <value>The given starting location is empty. An area search can not be performed.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>the high complexity of your application</name>
-      <value>the high complexity of your application</value>
-    </stringEntry>
-    <stringEntry>
-      <name>the max amount of this attribute has been reached</name>
-      <value>the max amount of this attribute has been reached</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The max participants count can not be equal or less then 0</name>
-      <value>The max participants count can not be equal or less then 0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The max participants count has to be equal or greater than the count of the current participants!</name>
-      <value>The max participants count has to be equal or greater than the count of the current participants!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The minimal count can't be larger than the maximal count!</name>
-      <value>The minimal count can't be larger than the maximal count!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The next due date must be after the start of the contract and before the expiry of the contract!</name>
-      <value>The next due date must be after the start of the contract and before the expiry of the contract!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>the number of your applications</name>
-      <value>the number of your applications</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The offer number already exists!</name>
-      <value>The offer number already exists!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The order number already exists!</name>
-      <value>The order number already exists!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The person is already associated with another employee!</name>
-      <value>The person is already associated with another employee!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The product number already exists!</name>
-      <value>The product number already exists!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The radius has to be %0 or lesser.</name>
-      <value>The radius has to be %0 or lesser.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The radius has to be at least %0.</name>
-      <value>The radius has to be at least %0.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The replacement name has to be unique.</name>
-      <value>The replacement name has to be unique.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The roll out date must be after the project start!</name>
-      <value>The roll out date must be after the project start!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The Salesproject can only be filled when a company has been specified</name>
-      <value>The Opportunity can only be filled when a company has been specified</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The selected Contact doesn't have an address set.</name>
-      <value>The selected Contact doesn't have an address set.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>the specified key has to be unique for that container but does already exist</name>
-      <value>the specified key has to be unique for that container but does already exist</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The status of the offer was changed to \"sent\".</name>
-      <value>The status of the offer was changed to \"sent\".</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The status of the offer was changed to \"Sent\".</name>
-      <value>The status of the offer was changed to \"Sent\".</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The status of the order was changed to \"sent\".</name>
-      <value>The status of the order was changed to \"sent\".</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The status-change of the ticket was skipped. Any other changes were carried out.</name>
-      <value>The status-change of the ticket was skipped. Any other changes were carried out.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The status-change of these tickets was skipped. Any other changes were carried out.</name>
-      <value>The status-change of these tickets was skipped. Any other changes were carried out.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The team must have at least one owner</name>
-      <value>The team must have at least one owner</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The test run is not properly configured.</name>
-      <value>The test run is not properly configured.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The transfer of data to recipients located in a third country is based on the following guarantees:</name>
-      <value>The transfer of data to recipients located in a third country is based on the following guarantees:</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The Value has to be in the 0-100% range</name>
-      <value>The Value has to be in the 0-100% range</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The workflow could not be deployed</name>
-      <value>The workflow could not be deployed</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The ZIP code does not match the format of the country.</name>
-      <value>The ZIP code does not match the format of the country.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Their Permissions</name>
-      <value>Their Permissions</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Theme</name>
-      <value>Theme</value>
-    </stringEntry>
-    <stringEntry>
-      <name>There already exists a %0 price with the same type of pricelist, quantity and currency in the defined range.</name>
-      <value>There already exists a %0 price with the same type of pricelist, quantity and currency in the defined range.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>There are no test recipients.</name>
-      <value>There are no test recipients.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>There is already a permission existing!</name>
-      <value>There is already a permission existing!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>this attribute with the same value exists already</name>
-      <value>this attribute with the same value exists already</value>
-    </stringEntry>
-    <stringEntry>
-      <name>This cannot be undone!</name>
-      <value>This cannot be undone!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>This combination of person and organisation does already exist and can not be created once more.</name>
-      <value>This combination of person and organisation does already exist and can not be created once more.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>This error should never appear - contact administrator (PermissionDetail_entity.PermissionAction.onValidation).</name>
-      <value>This error should never appear - contact administrator (PermissionDetail_entity.PermissionAction.onValidation).</value>
-    </stringEntry>
-    <stringEntry>
-      <name>This month</name>
-      <value>This month</value>
-    </stringEntry>
-    <stringEntry>
-      <name>This overwrites the mapping structure</name>
-      <value>This overwrites the mapping structure</value>
-    </stringEntry>
-    <stringEntry>
-      <name>This priority is already assigned.</name>
-      <value>This priority is already assigned.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>This private person doeas already exist and can not be created once more.</name>
-      <value>This private person doeas already exist and can not be created once more.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>This year</name>
-      <value>This year</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket</name>
-      <value>Ticket</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket categories</name>
-      <value>Ticket categories</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket category</name>
-      <value>Ticket category</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket closure</name>
-      <value>Ticket closure</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket Closure</name>
-      <value>Ticket Closure</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket closure (days)</name>
-      <value>Ticket closure (days)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket Control Center</name>
-      <value>Ticket Control Center</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket duplicated (duplicate)</name>
-      <value>Ticket duplicated (duplicate)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket duplicated (original)</name>
-      <value>Ticket duplicated (original)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket filter</name>
-      <value>Ticket filter</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ticket no.</name>
-      <value>ticket no.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket no.</name>
-      <value>Ticket no.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket number of the created ticket</name>
-      <value>Ticket number of the created ticket</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket number of the original ticket</name>
-      <value>Ticket number of the original ticket</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket reopen</name>
-      <value>Ticket reopen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket reopen delay</name>
-      <value>Ticket reopen delay</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket reopen delay (days)</name>
-      <value>Ticket reopen delay (days)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket resubmission</name>
-      <value>Ticket resubmission</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket resubmitted</name>
-      <value>Ticket resubmitted</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket return</name>
-      <value>Ticket return</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket returned</name>
-      <value>Ticket returned</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket returned to pool</name>
-      <value>Ticket returned to pool</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket template</name>
-      <value>Ticket template</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket type</name>
-      <value>Ticket type</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tickets in process</name>
-      <value>Tickets in process</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Time</name>
-      <value>Time</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Time expenses</name>
-      <value>Time expenses</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Time in minutes</name>
-      <value>Time in minutes</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Timetracking</name>
-      <value>Timetracking</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Timetracking entries</name>
-      <value>Timetracking entries</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Timetracking Id</name>
-      <value>Timetracking Id</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Timor-Leste</name>
-      <value>Timor-Leste</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Titel</name>
-      <value>Titel</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Title</name>
-      <value>Title</value>
-    </stringEntry>
-    <stringEntry>
-      <name>title</name>
-      <value>title</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Title suffix</name>
-      <value>Title suffix</value>
-    </stringEntry>
-    <stringEntry>
-      <name>To</name>
-      <value>To</value>
-    </stringEntry>
-    <stringEntry>
-      <name>To check</name>
-      <value>To check</value>
-    </stringEntry>
-    <stringEntry>
-      <name>To Delete</name>
-      <value>To Delete</value>
-    </stringEntry>
-    <stringEntry>
-      <name>To re-open tickets, please use the corresponding action.</name>
-      <value>To re-open tickets, please use the corresponding action.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>today</name>
-      <value>today</value>
-    </stringEntry>
-    <stringEntry>
-      <name>today | %0 - %1 o'clock</name>
-      <value>today | %0 - %1 o'clock</value>
-    </stringEntry>
-    <stringEntry>
-      <name>TODELETE</name>
-      <value>TODELETE</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ToDo</name>
-      <value>ToDo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Todo</name>
-      <value>Todo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ToDos</name>
-      <value>ToDos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Toggle status</name>
-      <value>Toggle status</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Toggles the status of  selected discussion between open and closed</name>
-      <value>Toggles the status of  selected discussion between open and closed</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Togo</name>
-      <value>Togo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tokelau</name>
-      <value>Tokelau</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Token</name>
-      <value>Token</value>
-    </stringEntry>
-    <stringEntry>
-      <name>tomorrow</name>
-      <value>tomorrow</value>
-    </stringEntry>
-    <stringEntry>
-      <name>tomorrow | %0 - %1 o'clock</name>
-      <value>tomorrow | %0 - %1 o'clock</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tonga</name>
-      <value>Tonga</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tool changer</name>
-      <value>Tool changer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Topic</name>
-      <value>Topic</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Topic (incl. Subtopics)</name>
-      <value>Topic (incl. Subtopics)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Topic Tree</name>
-      <value>Topic Tree</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Topics</name>
-      <value>Topics</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Total</name>
-      <value>Total</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Total costs</name>
-      <value>Total costs</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Total gross</name>
-      <value>Total gross</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Total gross (%0)</name>
-      <value>Total gross (%0)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Total in euros</name>
-      <value>Total in euros</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Total net</name>
-      <value>Total net</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Total net (%0)</name>
-      <value>Total net (%0)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Total Net (%0)</name>
-      <value>Total Net (%0)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Total of Forecasts</name>
-      <value>Total of Forecasts</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Total time</name>
-      <value>Total time</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Total VAT</name>
-      <value>Total VAT</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Total VAT (%0)</name>
-      <value>Total VAT (%0)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Touchpoint</name>
-      <value>Touchpoint</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Touchpoints</name>
-      <value>Touchpoints</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tourism</name>
-      <value>Tourism</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Trade</name>
-      <value>Trade</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Trade fair</name>
-      <value>Trade fair</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Transfer data</name>
-      <value>Transfer data</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Transfer to delivery note</name>
-      <value>Transfer to delivery note</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Transfer to Invoice</name>
-      <value>Transfer to Invoice</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Transfered data</name>
-      <value>Transfered data</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Transmission</name>
-      <value>Transmission</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Transport damage</name>
-      <value>Transport damage</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Treat</name>
-      <value>Treat</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tree</name>
-      <value>Tree</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Trigger</name>
-      <value>Trigger</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Trinidad and Tobago</name>
-      <value>Trinidad and Tobago</value>
-    </stringEntry>
-    <stringEntry>
-      <name>True</name>
-      <value>True</value>
-    </stringEntry>
-    <stringEntry>
-      <name>true</name>
-      <value>true</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Try to create activity automatically and ask for more information if necessary</name>
-      <value>Try to create activity automatically and ask for more information if necessary</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tunisia</name>
-      <value>Tunisia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Turkey</name>
-      <value>Turkey</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Turkmenistan</name>
-      <value>Turkmenistan</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Turks and Caicos Islands</name>
-      <value>Turks and Caicos Islands</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Turnover</name>
-      <value>Turnover</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Turnover and Forecast</name>
-      <value>Turnover and Forecast</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Turnover change</name>
-      <value>Turnover change</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Turnover Current Year</name>
-      <value>Turnover Current Year</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Turnover Last Year</name>
-      <value>Turnover Last Year</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Turnover, Forecast and Planning</name>
-      <value>Turnover, Forecast and Planning</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tuvalu</name>
-      <value>Tuvalu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Twitter</name>
-      <value>Twitter</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Twitter Feed</name>
-      <value>Twitter Feed</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Typ</name>
-      <value>Typ</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Type</name>
-      <value>Type</value>
-    </stringEntry>
-    <stringEntry>
-      <name>type</name>
-      <value>type</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Type changed to %0</name>
-      <value>Type changed to %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Type of contract</name>
-      <value>Type of contract</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Type of damage</name>
-      <value>Type of damage</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Uganda</name>
-      <value>Uganda</value>
-    </stringEntry>
-    <stringEntry>
-      <name>UID</name>
-      <value>UID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ukraine</name>
-      <value>Ukraine</value>
-    </stringEntry>
-    <stringEntry>
-      <name>unassigned</name>
-      <value>unassigned</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Unchanged plan values</name>
-      <value>Unchanged plan values</value>
-    </stringEntry>
-    <stringEntry>
-      <name>undefined</name>
-      <value>undefined</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Undefined</name>
-      <value>Undefined</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Unique click rate (in %)</name>
-      <value>Unique click rate (in %)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Unique Clicks</name>
-      <value>Unique Clicks</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Unit</name>
-      <value>Unit</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Unit price</name>
-      <value>Unit price</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Unit price (%0)</name>
-      <value>Unit price (%0)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>United Arab Emirates</name>
-      <value>United Arab Emirates</value>
-    </stringEntry>
-    <stringEntry>
-      <name>United States dollar</name>
-      <value>United States dollar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>United States Minor Outlying Islands</name>
-      <value>United States Minor Outlying Islands</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Unitprice</name>
-      <value>Unitprice</value>
-    </stringEntry>
-    <stringEntry>
-      <name>unknown</name>
-      <value>unknown</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Unknown accepted call from %0 to %1, duration: %2</name>
-      <value>Unknown accepted call from %0 to %1, duration: %2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Unknown incoming call from %0 to %1</name>
-      <value>Unknown incoming call from %0 to %1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Unlinked e-mail</name>
-      <value>Unlinked e-mail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Unlinked e-mails</name>
-      <value>Unlinked e-mails</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Unread</name>
-      <value>Unread</value>
-    </stringEntry>
-    <stringEntry>
-      <name>unsubscribe</name>
-      <value>unsubscribe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Unsubscribes</name>
-      <value>Unsubscribes</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Until</name>
-      <value>until</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Travel expenses</name>
-      <value>Travel expenses</value>
-    </stringEntry>
-    <stringEntry>
-      <name>up to date</name>
-      <value>up to date</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Update</name>
-      <value>Update</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Update Advertising</name>
-      <value>Update Advertising</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Update AdvertisingItem</name>
-      <value>Update AdvertisingItem</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Update all Classification entries in the system</name>
-      <value>Update all Classification entries in the system</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Update campaign step</name>
-      <value>Update campaign step</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Update data privacy information</name>
-      <value>Update data privacy information</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Update offer</name>
-      <value>Update offer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>updated</name>
-      <value>updated</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Upload new file</name>
-      <value>Upload new file</value>
-    </stringEntry>
-    <stringEntry>
-      <name>URL</name>
-      <value>URL</value>
-    </stringEntry>
-    <stringEntry>
-      <name>URL must be unique</name>
-      <value>URL must be unique</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Uruguay</name>
-      <value>Uruguay</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Usage</name>
-      <value>Usage</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Use all categories</name>
-      <value>Use all categories</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Use all inboxes</name>
-      <value>Use all inboxes</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Use all service ticket categories</name>
-      <value>Use all service ticket categories</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Use external Scanservice</name>
-      <value>Use external Scanservice</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Use for test run</name>
-      <value>Use for test run</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Use selection for test mailing</name>
-      <value>Use selection for test mailing</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Use template attachments</name>
-      <value>Use template attachments</value>
-    </stringEntry>
-    <stringEntry>
-      <name>User</name>
-      <value>User</value>
-    </stringEntry>
-    <stringEntry>
-      <name>User Administration</name>
-      <value>User Administration</value>
-    </stringEntry>
-    <stringEntry>
-      <name>User Currency</name>
-      <value>User Currency</value>
-    </stringEntry>
-    <stringEntry>
-      <name>User error</name>
-      <value>User error</value>
-    </stringEntry>
-    <stringEntry>
-      <name>User task</name>
-      <value>User task</value>
-    </stringEntry>
-    <stringEntry>
-      <name>User token</name>
-      <value>User token</value>
-    </stringEntry>
-    <stringEntry>
-      <name>User tokens</name>
-      <value>User tokens</value>
-    </stringEntry>
-    <stringEntry>
-      <name>USER_EDIT</name>
-      <value>USER_EDIT</value>
-    </stringEntry>
-    <stringEntry>
-      <name>USER_NEW</name>
-      <value>USER_NEW</value>
-    </stringEntry>
-    <stringEntry>
-      <name>USER_NEW_CONTACT</name>
-      <value>USER_NEW_CONTACT</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Userhelp Ressources</name>
-      <value>Userhelp Ressources</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Username</name>
-      <value>Username</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Username already exists!</name>
-      <value>Username already exists!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Uzbekistan</name>
-      <value>Uzbekistan</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Vacation approval by</name>
-      <value>Vacation approval by</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Vacation examination by</name>
-      <value>Vacation examination by</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Valid</name>
-      <value>Valid</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Valid district contacts</name>
-      <value>Valid district contacts</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Valid from</name>
-      <value>Valid from</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Valid from (as %0)</name>
-      <value>Valid from (as %0)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Valid from quantity</name>
-      <value>Valid from quantity</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Valid to</name>
-      <value>Valid to</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Valid until</name>
-      <value>Valid until</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Valid, limited</name>
-      <value>Valid, limited</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Valid, unlimited</name>
-      <value>Valid, unlimited</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Valuation</name>
-      <value>Valuation</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Value</name>
-      <value>Value</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Value is too big, the maximum is %0</name>
-      <value>Value is too big, the maximum is %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Value is too small, the minimum is %0</name>
-      <value>Value is too small, the minimum is %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Value must be an integer</name>
-      <value>Value must be an integer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Values</name>
-      <value>Values</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Vanuatu</name>
-      <value>Vanuatu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Variable</name>
-      <value>Variable</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Variable costs</name>
-      <value>Variable costs</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Variables</name>
-      <value>Variables</value>
-    </stringEntry>
-    <stringEntry>
-      <name>VAT</name>
-      <value>VAT</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Vat</name>
-      <value>Vat</value>
-    </stringEntry>
-    <stringEntry>
-      <name>VAT in %</name>
-      <value>VAT in %</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Vers. no.</name>
-      <value>Vers. no.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Version</name>
-      <value>Version</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Version %0</name>
-      <value>Version %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>very high</name>
-      <value>Lead quick acquisition</value>
-    </stringEntry>
-    <stringEntry>
-      <name>via mail</name>
-      <value>via mail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>via post</name>
-      <value>via post</value>
-    </stringEntry>
-    <stringEntry>
-      <name>View</name>
-      <value>View</value>
-    </stringEntry>
-    <stringEntry>
-      <name>View all duplicates from this scanner</name>
-      <value>View all duplicates from this scanner</value>
-    </stringEntry>
-    <stringEntry>
-      <name>View duplicates</name>
-      <value>View duplicates</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Virgin Islands (British)</name>
-      <value>Virgin Islands (British)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Virgin Islands (U.S.)</name>
-      <value>Virgin Islands (U.S.)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Visit</name>
-      <value>Operation</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Visit frequency</name>
-      <value>Operation frequency</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Visit Frequency</name>
-      <value>Operation Frequency</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Visit Planning</name>
-      <value>Operation Planning</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Visit Recommendation</name>
-      <value>Operation Recommendation</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Visit Recommendations</name>
-      <value>Operation Recommendations</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Visit request</name>
-      <value>Visit request</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Visitplan Entry</name>
-      <value>Operation Entry</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Visitplan Weekly Overview</name>
-      <value>Operationplan Weekly Overview</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Visitreport created</name>
-      <value>Operationreport created</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Volume</name>
-      <value>Volume</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Volume (%0)</name>
-      <value>Volume (%0)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Volume Weighted(%0)</name>
-      <value>Volume Weighted(%0)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>waiting</name>
-      <value>waiting</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Wallis and Futuna</name>
-      <value>Wallis and Futuna</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Warehouse</name>
-      <value>Warehouse</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Warehouse 1</name>
-      <value>Warehouse 1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Warehouse 2</name>
-      <value>Warehouse 2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Warehouse 3</name>
-      <value>Warehouse 3</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Warning</name>
-      <value>Warning</value>
-    </stringEntry>
-    <stringEntry>
-      <name>was missed</name>
-      <value>was missed</value>
-    </stringEntry>
-    <stringEntry>
-      <name>was set to</name>
-      <value>was set to</value>
-    </stringEntry>
-    <stringEntry>
-      <name>We hereby comply with your request within the statutory period of one month.</name>
-      <value>We hereby comply with your request within the statutory period of one month.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>We received data from</name>
-      <value>We received data from</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Weakness</name>
-      <value>Weakness</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Wear part</name>
-      <value>Wear part</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Weblink</name>
-      <value>Weblink</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Weblinks</name>
-      <value>Weblinks</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Website</name>
-      <value>Website</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Week</name>
-      <value>Week</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Weekly</name>
-      <value>Weekly</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Weekplan</name>
-      <value>Weekplan</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Weekplan already exists!</name>
-      <value>Weekplan already exists!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Weekplan Info</name>
-      <value>Weekplan Info</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Weight (kg)</name>
-      <value>Weight (kg)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Western Sahara</name>
-      <value>Western Sahara</value>
-    </stringEntry>
-    <stringEntry>
-      <name>White</name>
-      <value>White</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Will be deleted</name>
-      <value>Will be deleted</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Will be inserted</name>
-      <value>Will be inserted</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Will be updated</name>
-      <value>Will be updated</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Wine</name>
-      <value>Wine</value>
-    </stringEntry>
-    <stringEntry>
-      <name>within one Month</name>
-      <value>within one Month</value>
-    </stringEntry>
-    <stringEntry>
-      <name>within the last Month</name>
-      <value>within the last Month</value>
-    </stringEntry>
-    <stringEntry>
-      <name>within the last six Months</name>
-      <value>within the last six Months</value>
-    </stringEntry>
-    <stringEntry>
-      <name>within the last year</name>
-      <value>within the last year</value>
-    </stringEntry>
-    <stringEntry>
-      <name>within the next six Months</name>
-      <value>within the next six Months</value>
-    </stringEntry>
-    <stringEntry>
-      <name>within the next year</name>
-      <value>within the next year</value>
-    </stringEntry>
-    <stringEntry>
-      <name>without Vat</name>
-      <value>without Vat</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Won</name>
-      <value>Won</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Workflow</name>
-      <value>Workflow</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Workflow already started</name>
-      <value>Workflow already started</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Workflow definition</name>
-      <value>Workflow definition</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Workflow Definition</name>
-      <value>Workflow Definition</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Workflow definitions</name>
-      <value>Workflow definitions</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Workflow deploy failed</name>
-      <value>Workflow deploy failed</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Workflow instance</name>
-      <value>Workflow instance</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Workflow instances</name>
-      <value>Workflow instances</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Workflow management</name>
-      <value>Workflow management</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Workflow Model</name>
-      <value>Workflow Model</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Workflow signal</name>
-      <value>Workflow signal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Worklow started</name>
-      <value>Worklow started</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Would you really like to clear the forecast and set the state to '%0'?</name>
-      <value>Would you really like to clear the forecast and set the state to '%0'?</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Write bulk mail</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Write email</name>
-      <value>Write email</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Writes for</name>
-      <value>Writes for</value>
-    </stringEntry>
-    <stringEntry>
-      <name>wrong configuration for '%0'</name>
-      <value>wrong configuration for '%0'</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Xing</name>
-      <value>Xing</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Xing (Organisation)</name>
-      <value>Xing (Organisation)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Xing (Person)</name>
-      <value>Xing (Person)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Year</name>
-      <value>Year</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Yearly</name>
-      <value>Yearly</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Yemen</name>
-      <value>Yemen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Yes</name>
-      <value>Yes</value>
-    </stringEntry>
-    <stringEntry>
-      <name>You can't set a permission to yourself!</name>
-      <value>You can't set a permission to yourself!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>You don't have permission for this view.</name>
-      <value>You don't have permission for this view.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>You have to add at least one recipient.</name>
-      <value>You have to add at least one recipient.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>You tried to change the status of \"%0\" tickets from 'ended' to another status.</name>
-      <value>You tried to change the status of \"%0\" tickets from 'ended' to another status.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>You tried to change the status of a ticket from 'ended' to another status.</name>
-      <value>You tried to change the status of a ticket from 'ended' to another status.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>You were assigned as new district contact to district %0 and %1 organisation(s).</name>
-      <value>You were assigned as new district contact to district %0 and %1 organisation(s).</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Your changes may have an impact on the data privacy information (GDPR).\n Please update these.</name>
-      <value>Your changes may have an impact on the data privacy information (GDPR).\n Please update these.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>yyyy-MM-dd HH:mm:ss</name>
-      <value>yyyy-MM-dd HH:mm:ss</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Zambia</name>
-      <value>Zambia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Zimbabwe</name>
-      <value>Zimbabwe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ZIP</name>
-      <value>ZIP</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Zip</name>
-      <value>Zip</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ZIP regex</name>
-      <value>ZIP regex</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$ADDRESS_IDENTIFIER}</name>
-      <value>Identifier</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$DISTRICT_NO}</name>
-      <value>District Number</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$DISTRICT_NUMBER}</name>
-      <value>District Number</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$DISTRICT_PARENT_DISTRICT}</name>
-      <value>Parent District</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$DISTRICT_RESPONSIBLE}</name>
-      <value>Responsible</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$DISTRICT_TOTAL_TURNOVER}</name>
-      <value>Total Turnover</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$DISTRICT}</name>
-      <value>District</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$OBJECTLINK_OBJECT}</name>
-      <value>Object</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$OBJECTLINK_TYPE}</name>
-      <value>Type</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$QUICK_ENTRY_LEAD_QUICK_ACQUISITION}</name>
-      <value>Lead quick acquisition</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$TASK_PRIORITY_HIGH}</name>
-      <value>High</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$TASK_PRIORITY_LOW}</name>
-      <value>Low</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$TASK_PRIORITY_NONE}</name>
-      <value>None</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$TASK_PRIORITY_NORMAL}</name>
-      <value>Normal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$TASK_REQUESTOR}</name>
-      <value>Requestor</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$TASK_STATUS}</name>
-      <value>Status</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$TICKET_EDITOR}</name>
-      <value>Editor
-</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$TICKET_REQUESTOR}</name>
-      <value>Requestor</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$TICKET_STATUS}</name>
-      <value>Status</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{SEARCH_INDEX_TITLE}</name>
-      <value>Search</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{SEND_MAIL}</name>
-      <value>Send mail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ã…land Islands</name>
-      <value>Ã…land Islands</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ø Probability</name>
-      <value>Ø Probability</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Total opt. item gross</name>
-      <value>Total opt. item gross</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Previous phase</name>
-      <value>Previous phase</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Changed on</name>
-      <value>Changed on</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Total opt. item net</name>
-      <value>Total opt. item net</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Phase mandatory</name>
-      <value>Phase mandatory</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Next phase</name>
-      <value>Next phase</value>
-    </stringEntry>
-    <stringEntry>
-      <name>There is already a activity from the same email existing!</name>
-      <value>There is already a activity from the same email existing!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>excl. opt. items</name>
-      <value>excl. opt. items</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Business Fairs</name>
-      <value>Business Fairs</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Indv Reply Tmpl</name>
-      <value>Indv Reply Tmpl</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Your newsletter registration</name>
-      <value>Your newsletter registration</value>
-    </stringEntry>
-    <stringEntry>
-      <name>An error occured during converting the msg file into an standardized mail.</name>
-      <value>An error occured during converting the msg file into an standardized mail.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No role(s) selected</name>
-      <value>No role(s) selected</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Over due</name>
-      <value>Over due</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Streetmap</name>
-      <value>Streetmap</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The Import Fields \"Lastname\" or \"Organisation\" have to be mapped!</name>
-      <value>The Import Fields \"Lastname\" or \"Organisation\" have to be mapped!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>&lt;p&gt;eml.send error!</name>
-      <value>&lt;p&gt;eml.send error!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show the opening hours of bulk mail recipients.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New organisation created: %0</name>
-      <value>New organisation created: %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Please select only one element</name>
-      <value>Please select only one element</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Business Fair Talk</name>
-      <value>Business Fair Talk</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No Permission</name>
-      <value>No Permission</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sender full address</name>
-      <value>Sender full address</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Maximum</name>
-      <value>Maximum</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Like</name>
-      <value>Like</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sender phone</name>
-      <value>Sender phone</value>
-    </stringEntry>
-    <stringEntry>
-      <name>End time must be later than start time</name>
-      <value>End time must be later than start time</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Original message</name>
-      <value>Original message</value>
-    </stringEntry>
-    <stringEntry>
-      <name>There are no valid employees in the department.</name>
-      <value>There are no valid employees in the department.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>FILE NOT CHANGED</name>
-      <value>FILE NOT CHANGED</value>
-    </stringEntry>
-    <stringEntry>
-      <name>To-Do's</name>
-      <value>To-Do's</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Remove Inbox and it's occurance in Tickets.</name>
-      <value>Remove Inbox and it's occurance in Tickets.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaignstep in campaign \"%0\" changed from \"%1\" to \"%2\"</name>
-      <value>Campaignstep in campaign \"%0\" changed from \"%1\" to \"%2\"</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[ZippingUtil.renameDuplicateFilenamesForZip]Limit for max length of filename iteration reached.</name>
-      <value>[ZippingUtil.renameDuplicateFilenamesForZip]Limit for max length of filename iteration reached.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>An error occured during getting recipients contact data.</name>
-      <value>An error occured during getting recipients contact data.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cancel IDs Observations</name>
-      <value>Cancel IDs Observations</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Views</name>
-      <value>Views</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Categories</name>
-      <value>Categories</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Regular expression</name>
-      <value>Regular expression</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sender name</name>
-      <value>Sender name</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sendet</name>
-      <value>Sendet</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Number has to be unique</name>
-      <value>Number has to be unique</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaignstep changed</name>
-      <value>Campaignstep changed</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket was duplicated</name>
-      <value>Ticket was duplicated</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 already activities from the same email existing!</name>
-      <value>%0 already activities from the same email existing!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Minimum</name>
-      <value>Minimum</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Salesorder</name>
-      <value>Salesorder</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sender organisation name</name>
-      <value>Sender organisation name</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sender email</name>
-      <value>Sender email</value>
-    </stringEntry>
-    <stringEntry>
-      <name>dd.MM.YYYY HH:mm</name>
-      <value>dd.MM.YYYY HH:mm</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Upload</name>
-      <value>Upload</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bulk Mail Opening Hours</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Business fair</name>
-      <value>Business fair</value>
-    </stringEntry>
-    <stringEntry>
-      <name>An</name>
-      <value>An</value>
-    </stringEntry>
-    <stringEntry>
-      <name>An error occured during getting contact data.</name>
-      <value>An error occured during getting contact data.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sender country - zip - city</name>
-      <value>Sender country - zip - city</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Target Currency</name>
-      <value>Target Currency</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Discount in (%0)</name>
-      <value>Discount in (%0)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Conclusion (MB)</name>
-      <value>Conclusion (MB)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[ZippingUtil.constructor]Cannot instantiate a static class.</name>
-      <value>[ZippingUtil.constructor]Cannot instantiate a static class.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Start time must be earlier than end time</name>
-      <value>Start time must be earlier than end time</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Deleted</name>
-      <value>Deleted</value>
-    </stringEntry>
-    <stringEntry>
-      <name>added on</name>
-      <value>added on</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No new tickets available at this moment.</name>
-      <value>No new tickets available at this moment.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set Status</name>
-      <value>Set Status</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New password must not be the same as the current password</name>
-      <value>New password must not be the same as the current password</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[ZippingUtil.renameDuplicateFilenamesForZip]FileNames type is invalid. An Array of filenames is required.</name>
-      <value>[ZippingUtil.renameDuplicateFilenamesForZip]FileNames type is invalid. An Array of filenames is required.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tags can't be assigned more than once!</name>
-      <value>Tags can't be assigned more than once!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Wrong password</name>
-      <value>Wrong password</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Passwords do not match</name>
-      <value>Passwords do not match</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 out of %1 records were changed to \"%2\".</name>
-      <value>%0 out of %1 records were changed to \"%2\".</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 record/s could not be updated.</name>
-      <value>%0 record/s could not be updated.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Status (MB)</name>
-      <value>Status (MB)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Talks</name>
-      <value>Talks</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Talk</name>
-      <value>Talk</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Editor changed to</name>
-      <value>Editor changed to</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Reopen delay (days)</name>
-      <value>Reopen delay (days)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation: Zip</name>
-      <value>Organisation: Zip</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket created through duplication</name>
-      <value>Ticket created through duplication</value>
-    </stringEntry>
-    <stringEntry>
-      <name>EMAIL ERROR</name>
-      <value>EMAIL ERROR</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Likes</name>
-      <value>Likes</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Conversion to Deal Rate</name>
-      <value>Conversion to Deal Rate</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Conversion Rate Targets</name>
-      <value>Conversion Rate Targets</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Target Conversion to Deal Rate in %</name>
-      <value>Target Conversion to Deal Rate in %</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Please change prices</name>
-      <value>Please change prices</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Conversion Rate Target</name>
-      <value>Conversion Rate Target</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Target Conversion Rate in %</name>
-      <value>Target Conversion Rate in %</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation: Industry</name>
-      <value>Organisation: Industry</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy mosaico template</name>
-      <value>Copy mosaico template</value>
-    </stringEntry>
-    <stringEntry>
-      <name>allow all channels</name>
-      <value>allow all channels</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Not rejected</name>
-      <value>Not rejected</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Filters are only possible without logical conjunctions!</name>
-      <value>Filters are only possible without logical conjunctions!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 of the chosen records are already recipients, don't have an e-mail set or don't fullfill the communicationsettings requirements</name>
-      <value>%0 of the chosen records are already recipients, don't have an e-mail set or don't fullfill the communicationsettings requirements</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ignore</name>
-      <value>Ignore</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No advertising by %0</name>
-      <value>No advertising by %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Allowed only</name>
-      <value>Allowed only</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Remove invalid recipients</name>
-      <value>Remove invalid recipients</value>
-    </stringEntry>
-    <stringEntry>
-      <name>reject all channels</name>
-      <value>reject all channels</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create a document template based on the mosaico template</name>
-      <value>Create a document template based on the mosaico template</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Last activity</name>
-      <value>Last activity</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create a bulk mail with the selection as recipients</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New organisation</name>
-      <value>New organisation</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Web visits</name>
-      <value>Web visits</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Visit date</name>
-      <value>Visit date</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Page title</name>
-      <value>Page title</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Linked organisation</name>
-      <value>Linked organisation</value>
-    </stringEntry>
-    <stringEntry>
-      <name>This week</name>
-      <value>This week</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Banner</name>
-      <value>Banner</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Fee(k EUR)</name>
-      <value>Fee(k EUR)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ungrouped</name>
-      <value>ungrouped</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all tweets of Handelsblatt</name>
-      <value>Show all tweets of Handelsblatt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>dd.MM.yyyy.HH:mm:ss</name>
-      <value>dd.MM.yyyy.HH:mm:ss</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Opportunity Conversion Rates to Deal</name>
-      <value>Opportunity Conversion Rates to Deal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show the different conversion rates to deal of the sales project phases</name>
-      <value>Show the different conversion rates to deal of the opportunity phases</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Conversion Rates</name>
-      <value>Conversion Rates</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Opportunity Conversion Rates</name>
-      <value>Opportunity Conversion Rates</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Address/Number</name>
-      <value>Address/Number</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My responsible Organisations</name>
-      <value>My responsible Organisations</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show my responsible organisations</name>
-      <value>Show my responsible organisations</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Events</name>
-      <value>Events</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Message type</name>
-      <value>Message type</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Digital Products cannot be delivered %0</name>
-      <value>Digital Products cannot be delivered %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Send type</name>
-      <value>Send type</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Invited</name>
-      <value>Invited</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Participants with status</name>
-      <value>Participants with status</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Registration deadline</name>
-      <value>Registration deadline</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Send status</name>
-      <value>Send status</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Reminder mail</name>
-      <value>Reminder mail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Lecture</name>
-      <value>Lecture</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy event</name>
-      <value>Copy event</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Break</name>
-      <value>Break</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add the selection to a event</name>
-      <value>Add the selection to a event</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Declined</name>
-      <value>Declined</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Confirmation</name>
-      <value>Confirmation</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Change the status of selected participants</name>
-      <value>Change the status of selected participants</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0/%1 of the chosen records will be added to the event</name>
-      <value>%0/%1 of the chosen records will be added to the event</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add to event</name>
-      <value>Add to event</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Welcome</name>
-      <value>Welcome</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Match phone number</name>
-      <value>Match phone number</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Extended connection</name>
-      <value>Extended connection</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Extended connections</name>
-      <value>Extended connections</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sender email address</name>
-      <value>Sender email address</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Physical Products cannot be delivered via Email</name>
-      <value>Physical Products cannot be delivered via Email</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Please adjust existing forecast</name>
-      <value>Please adjust existing forecast</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Please select a maximum of 50 organisations</name>
-      <value>Please select a maximum of 50 organisations</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Check status of Salesproject %0</name>
-      <value>Check status of Opportunity %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Merge Duplicates</name>
-      <value>Merge Duplicates</value>
-    </stringEntry>
-    <stringEntry>
-      <name>resolve duplicates</name>
-      <value>resolve duplicates</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Original</name>
-      <value>Original</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Resolve Duplicates</name>
-      <value>Resolve Duplicates</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Swap</name>
-      <value>Swap</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Merge</name>
-      <value>Merge</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Original Value</name>
-      <value>Original Value</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Take over duplicate value</name>
-      <value>Take over duplicate value</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Duplicate Value</name>
-      <value>Duplicate Value</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Fields/Linking</name>
-      <value>Fields/Linking</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Merge duplicate in original</name>
-      <value>Merge duplicate in original</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Webtracking</name>
-      <value>Webtracking</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Swap duplicates and originals</name>
-      <value>Swap duplicates and originals</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Voicemail</name>
-      <value>Voicemail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Event planning</name>
-      <value>Event planning</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Training</name>
-      <value>Training</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Page number</name>
-      <value>Page number</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Incoming Call</name>
-      <value>Incoming Call</value>
-    </stringEntry>
-    <stringEntry>
-      <name>new Event</name>
-      <value>new Event</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Chosen record is already in the event</name>
-      <value>Chosen record is already in the event</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Not enough room in event</name>
-      <value>Not enough room in event</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Countdown</name>
-      <value>Countdown</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Web Tracking</name>
-      <value>Web Tracking</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Eventparticipantstatus</name>
-      <value>Eventparticipantstatus</value>
-    </stringEntry>
-    <stringEntry>
-      <name>EVENTID (UID)</name>
-      <value>EVENTID (UID)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No action</name>
-      <value>No action</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Deal</name>
-      <value>Deal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>User_new</name>
-      <value>User_new</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Inhouse</name>
-      <value>Inhouse</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Save the date</name>
-      <value>Save the date</value>
-    </stringEntry>
-    <stringEntry>
-      <name>BusinessID</name>
-      <value>BusinessID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Incoming Calls</name>
-      <value>Incoming Calls</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Called</name>
-      <value>Called</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Keywords</name>
-      <value>Keywords</value>
-    </stringEntry>
-    <stringEntry>
-      <name>EventMessageStatus</name>
-      <value>EventMessageStatus</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Remove from event</name>
-      <value>Remove from event</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Serviceticket</name>
-      <value>Serviceticket</value>
-    </stringEntry>
-    <stringEntry>
-      <name>EventSlot</name>
-      <value>EventSlot</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Call context</name>
-      <value>Call context</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Eventmessageid</name>
-      <value>Eventmessageid</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Follow up</name>
-      <value>Follow up</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Seminar</name>
-      <value>Seminar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Eventslotid</name>
-      <value>Eventslotid</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Webinar</name>
-      <value>Webinar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Agenda</name>
-      <value>Agenda</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Multi</name>
-      <value>Multi</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Event_id</name>
-      <value>Event_id</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Eventmessage_id</name>
-      <value>Eventmessage_id</value>
-    </stringEntry>
-    <stringEntry>
-      <name>EventMessage</name>
-      <value>EventMessage</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Caller</name>
-      <value>Caller</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Eventmessagestatusid</name>
-      <value>Eventmessagestatusid</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Referrer name</name>
-      <value>Referrer name</value>
-    </stringEntry>
-    <stringEntry>
-      <name>User_edit</name>
-      <value>User_edit</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Online</name>
-      <value>Online</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No Tag</name>
-      <value>No Tag</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$SKILL}</name>
-      <value>Skill</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$TASK_EDITORS}</name>
-      <value>Editors</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$TASK_EDITOR}</name>
-      <value>Editor</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 liked your knowledge article %1.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Event participation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Keyword Category Description</name>
-      <value>Keyword Category Description</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Process history</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Touchscreen</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Browserinformation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Open Error Message</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Stop drain mode</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sessions</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Send message</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resolution</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Session</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Timezone</name>
-    </stringEntry>
-    <stringEntry>
-      <name>License edition</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Data directory</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Major version</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ManagerServerStatisticss</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Short message</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ManagerServerStatistics</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Keep JDito instance</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ManagerVMProperties</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Process</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Execution date</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Start intervall</name>
-    </stringEntry>
-    <stringEntry>
-      <name>VM properties</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Server</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Servers</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Activate drain mode</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ManagerDrainMode</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Duration in MS</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ProcessHistory</name>
-    </stringEntry>
-    <stringEntry>
-      <name>View VM properties</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Login user</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ProcessInterval</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Minor version</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Weeks</name>
-    </stringEntry>
-    <stringEntry>
-      <name>SessionMessage</name>
-    </stringEntry>
-    <stringEntry>
-      <name>License id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Startdate</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Run immediately</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Processmanagement</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Cache cleared</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Send message </name>
-    </stringEntry>
-    <stringEntry>
-      <name>Log directory</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Interval</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Server Runtime</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ProcessIntervals</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Interval has been started</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Shutdown Session</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Drain mode</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Client IP</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Abort</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Free Memory</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Timertype</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Process executed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Last Action</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Session ID</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Process failed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Months</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Run garbage collection</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy Class Path</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Completion date</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Statuscode</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Build</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Useragent</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Login Time</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Startup time</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Long message</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Serverprocess has been executed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Total CPU usage</name>
-    </stringEntry>
-    <stringEntry>
-      <name>user(s)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Drain Message</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Total Memory</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Activate</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Very low</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy error message</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Internal name</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Thread priority</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Last execution time</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Garbage Collection started</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Interval configuration</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Last execution status</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Process histories</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Session Message</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Execution time</name>
-    </stringEntry>
-    <stringEntry>
-      <name>execute manually</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Serverprocess failed. Check serverlog for further information</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Started by</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Home directory</name>
-    </stringEntry>
-    <stringEntry>
-      <name>VM property</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Process started</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Manager drain mode</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Locale</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Garbage Collection</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Send message to user</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Stop intervall</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Processname</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Cluster</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Session Messages</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Clear cache</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Edit intervall</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Shutdown Session(s)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Special regulation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Next increase</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Last increase</name>
-    </stringEntry>
-    <stringEntry>
-      <name>To generate the report, the table columns \"Data privacy right, \"Data privacy use\", \"Valid to\" must be maintained.</name>
-      <value>To generate the report, the table columns \"Data privacy right, \"Data privacy use\", \"Valid to\" must be maintained.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Kind</name>
-    </stringEntry>
-    <stringEntry>
-      <name>District Number</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Assessment / Industry</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Confirmation Volume</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Order Volume</name>
-    </stringEntry>
-    <stringEntry>
-      <name>There already is an ad hoc message for participants with status %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Target participant status</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The following participant status have been set multiple times: %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation: Supervisor assignment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Order status changed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Negative prices are only allowed for cancellations</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaignstep in campaign \"%0\" changed to \"%1\"</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Waiting list</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Change date</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Registered</name>
-    </stringEntry>
-    <stringEntry>
-      <name>${TOUCHPOINTS}</name>
-      <value>Touchpoints</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Target acquisition</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Target turnover</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New salesproject</name>
-      <value>New opportunity</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Quarter</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Turnover goal in thousand (%0)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Salesproject: Classification</name>
-      <value>Opportunity: Classification</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tickets merged</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Follow up ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket created as follow up ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>With the following ticket(s)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Close</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Merged ticket %0 into ticket %1</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Confirm merge</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Attachment information</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket closed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Merge this ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Do you really want to merge the selected tickets? Merge cannot be undone!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>advanced signature</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Signature:</name>
-    </stringEntry>
-    <stringEntry>
-      <name>simple signature</name>
-    </stringEntry>
-    <stringEntry>
-      <name>refused</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Simple Signature</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Digital Signature</name>
-    </stringEntry>
-    <stringEntry>
-      <name>started</name>
-    </stringEntry>
-    <stringEntry>
-      <name>expired</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Digital Signature Signer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>draft</name>
-    </stringEntry>
-    <stringEntry>
-      <name>pending</name>
-    </stringEntry>
-    <stringEntry>
-      <name>terminated</name>
-    </stringEntry>
-    <stringEntry>
-      <name>You have to add atleast one signer in order to start the signing workflow.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Request Signature</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Digital Signing Signer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Digital Signing</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Emails</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy Signinglink</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Selected month or year does not match with the selected expense date</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket was duplicated.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket created as follow up ticket.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket was split.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 visitplan entries were created.</name>
-      <value>%0 operationplan entries were created.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket created through duplication.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket created through splitting.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket number of the original ticket: %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket has a follow up ticket.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket number of the created ticket: %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Notification Description</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Escalation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Split Ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>You have to add at least one responsible.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket split (new Ticket)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Notification Title</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket split (original)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Follow up ticket created</name>
-    </stringEntry>
-    <stringEntry>
-      <name>EmployeeGroup</name>
-    </stringEntry>
-    <stringEntry>
-      <name>We save your data until</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Approver</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>A %0nd approval was considered necessary by \"%1\"</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 is waiting for your approval</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Start approval process</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The approval process was started by \"%0\"</name>
-    </stringEntry>
-    <stringEntry>
-      <name>No instance definded</name>
-    </stringEntry>
-    <stringEntry>
-      <name>has been %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Approval request</name>
-    </stringEntry>
-    <stringEntry>
-      <name>User to send</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Update description with the last approver task</name>
-    </stringEntry>
-    <stringEntry>
-      <name>service ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New approval request</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Approval activity</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Cancel approval process</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Request approval again</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Last approver</name>
-    </stringEntry>
-    <stringEntry>
-      <name>You have a new approval request</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Approval count</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Link to the</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The approval process has been %0 by \"%1\"</name>
-    </stringEntry>
-    <stringEntry>
-      <name>offer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>canceled</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Update approver</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Approve/deny</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Request approval</name>
-    </stringEntry>
-    <stringEntry>
-      <name>approval levels</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Approval process was canceled</name>
-    </stringEntry>
-    <stringEntry>
-      <name>declined</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Status category</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Approval workflow started</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Request %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0. approval</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Bevorzugter Genehmiger</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Offer doesn't have any items</name>
-    </stringEntry>
-    <stringEntry>
-      <name>All day</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Cal. Reminder</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Place</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Apply to series</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Series</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Every year on %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Decline</name>
-    </stringEntry>
-    <stringEntry>
-      <name>1 hour</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Monthly on %0. %1</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Daily</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Custom...</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 minutes</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Accept</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Weekly on %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>At the start of the appointment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Days</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Every%0year</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Monthly on last %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ends</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sunday</name>
-    </stringEntry>
-    <stringEntry>
-      <name>On</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Tuesday</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Day</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Thursday</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Friday</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Repeat every</name>
-    </stringEntry>
-    <stringEntry>
-      <name>on</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Monthly on %0. day</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Every%0week</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Day(s)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Monday</name>
-    </stringEntry>
-    <stringEntry>
-      <name>After</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Every%0day</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 times</name>
-    </stringEntry>
-    <stringEntry>
-      <name>until</name>
-    </stringEntry>
-    <stringEntry>
-      <name>2 hours</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Wednesday</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Saturday</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Never</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Every%0month</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Years</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Purpose</name>
-    </stringEntry>
-    <stringEntry>
-      <name>in process</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Absences</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Selected absence date cannot be more than 3 years in the past</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Rule active</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New Absence</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Follow up 2</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Follow up 1</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Busy</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Departure</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Absence</name>
-      <value>Absence</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Meal allowance (%0)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Payout</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Lunch incl.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>set 'Creation'</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Absence Day</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Settled</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create multiple days</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show Meal Allowance</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Skip next visit</name>
-      <value>Skip next operation</value>
-    </stringEntry>
-    <stringEntry>
-      <name>settled up</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Absences should be submitted until the 10th of the next month.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Dinner incl.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Arrival</name>
-    </stringEntry>
-    <stringEntry>
-      <name>1 day</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Settle</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Several days - Departure</name>
-    </stringEntry>
-    <stringEntry>
-      <name>set 'Settled'</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Selected receipt date cannot be more than 3 years in the past</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Period</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Last Absence</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Absence already exists for this date and user</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Absence Days</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Next visit</name>
-      <value>Next operation</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Lump sum</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Receipts (%0)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>No.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>receipt</name>
-    </stringEntry>
-    <stringEntry>
-      <name>1 week</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Expense report</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Total Kilometer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>One day - more than 8 hours</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Several days - Day of arrival</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Last visit</name>
-      <value>Last operation</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Refuse message</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Expense</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Several days - 24 hours</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Created</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New Expense</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Expenses</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Total Absences</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Submit absence</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show Traveling Expenses</name>
-    </stringEntry>
-    <stringEntry>
-      <name>First Absence</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Costs</name>
-    </stringEntry>
-    <stringEntry>
-      <name>One day - 8 hours and less</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Expense from %0 to %1 from %2</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Breakfast incl.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>set 'to be settled'</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Costs in (%0)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New Receipt</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Companycard</name>
-    </stringEntry>
-    <stringEntry>
-      <name>in Creation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Traveling Expenses</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Kilometer (own car)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>new travel reservation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Date has to be within the travel period</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Overnight stay</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Work equipment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Special expenses</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Taxi</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Parking fees</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Negative prices are only allowed for discounts</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Hospitality</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ride costs</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Rental car</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Already existing activities</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Refuel</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete from role</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Add to role</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Add employee</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Phone number</name>
-    </stringEntry>
-    <stringEntry>
-      <name>from \"%0\" to \"%1\" modified.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sum (Foreign currency)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 visit recommendations were ignored.</name>
-      <value>%0 operation recommendations were ignored.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Temporary until</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Enddate cannot be earlier or the same as Startdate</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Shows all tickets which have been escalated.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>#,##0.00 '\u20ac'</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Search greater %0, sync not possible.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>optional</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Selected date cannot be more than 3 years in the past</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Payment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Approval requester</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Turnover target</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Keywordentry multiple Days</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Approval: Create activity</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Approval: Update (status, appoval)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>MMM d, yyyy</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Employee-Group has to be unique</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Newsletter registration</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Event registration</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Rebuild Index of Employee</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Employee has to be unique</name>
-    </stringEntry>
-    <stringEntry>
-      <name>set "Creation"</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Approval: Create notification</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Escalated Tickets</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Turnover targets</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket escalated</name>
-    </stringEntry>
-    <stringEntry>
-      <name>km</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation Id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Preferred approver</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Target acquisitions</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Merged</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Approve / deny</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Opportunities</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Calculation of the visit recommendation dates</name>
-      <value>Calculation of the operation recommendation dates</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The dates of %0 visit recommendations were recalculated.</name>
-      <value>The dates of %0 operation recommendations were recalculated.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tickets can't be double selected</name>
-    </stringEntry>
-    <stringEntry>
-      <name>CW</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Denied</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Temporary from</name>
-    </stringEntry>
-    <stringEntry>
-      <name>to be settled</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 visit recommendations were deleted.</name>
-      <value>%0 operation recommendations were deleted.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Catering</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket escelated by process. Responsible person(s) informed.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Article Description</name>
-    </stringEntry>
-    <stringEntry>
-      <name>To check (1.Empl)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Duplicate and original can't be identical.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>To check (2.Empl)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>File format must be '.csv'.</name>
-    </stringEntry>
-    <stringEntry>
-      <name> User</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Add employees</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Transparent</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all tickets which have been escalated.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>12 hours</name>
-    </stringEntry>
-    <stringEntry>
-      <name>dd.MM.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Inserted</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show Expense report</name>
-    </stringEntry>
-    <stringEntry>
-      <name>incl. Dependencies</name>
-    </stringEntry>
-    <stringEntry>
-      <name>30%</name>
-    </stringEntry>
-    <stringEntry>
-      <name>There already exists a price of this type in the selected range. Be aware that the date will change accordingly!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Some prereserved EntityFields which are necessary for 360° are not available. Context: %0 Data: %1 \nNeeded EntityFields are: #UID, #TITLE, #MAPPING, #CONTENTDESCRIPTION, #CONTENTTITLE, DATE_NEW, ACTIVE.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>You have to add an e-mail documenttempalte with the classification 'digital signature' for the offerContext in order to start the signing worfklow.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Project Permissions</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Project Permission</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticket Attribute</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Count of Uses</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ProjectticketType</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projecttickettypes</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticket Comments</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticket Comment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticket Attributes</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Description Template</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projecttickettype</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticket Comment Text</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticket Comment Template</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ProjectticketTypes</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticket Comment Templates</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set Standard</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Multiple</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Tickettype</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticket Type</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket Documenttemplate</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Read comment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Solution Mandatory</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Read project</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Mandatory</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ProjectType</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Allow booking times</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Controle time</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Comment Template</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Allow adding comments</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Project Type Relation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Edit comment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Read ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete project</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Move ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket Documenttemplates</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Edit ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Allow adding Comments</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Not a Projectmember</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create comment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Edit project</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ProjectTypes</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Attributevalues</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete projectticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Status Reason</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete comment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Alphabetical sorting</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projecttype</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projecttitle</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Project</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Last Comment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>billable</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Date due</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectname</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Offered Hours</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>minutes worked</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Requester</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Planned Hours</name>
-    </stringEntry>
-    <stringEntry>
-      <name>2. Quarter</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Available</name>
-    </stringEntry>
-    <stringEntry>
-      <name>1. Quarter</name>
-    </stringEntry>
-    <stringEntry>
-      <name>3. Quarter</name>
-    </stringEntry>
-    <stringEntry>
-      <name># k</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Cancellation Amount</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Cancellation Rate</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Required for Mailing</name>
-    </stringEntry>
-    <stringEntry>
-      <name>#.## '%'</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Cancellationrate Count</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Presence</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Away</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Cancellation Amount </name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all cancellation rates of the last years</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Cancellationrate Amount</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Cancellation Rates</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Cancellation Count</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Parent Task</name>
-    </stringEntry>
-    <stringEntry>
-      <name>At least one of the operation tasks doesn't have an estimated time set.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>estimated time</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Operations</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resource</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resource plannings</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resource planning</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Operation Task</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Operation Tasks</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resources</name>
-    </stringEntry>
-    <stringEntry>
-      <name>carried out</name>
-    </stringEntry>
-    <stringEntry>
-      <name>open</name>
-    </stringEntry>
-    <stringEntry>
-      <name>assign to this operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>planned Tasks</name>
-    </stringEntry>
-    <stringEntry>
-      <name>service operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>to plan</name>
-    </stringEntry>
-    <stringEntry>
-      <name>assortment registration</name>
-    </stringEntry>
-    <stringEntry>
-      <name>prospective Tasks</name>
-    </stringEntry>
-    <stringEntry>
-      <name>open Tasks</name>
-    </stringEntry>
-    <stringEntry>
-      <name>area registration</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Previous Task</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Operationbegin</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Proficent</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Customer Service experience</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Expert</name>
-    </stringEntry>
-    <stringEntry>
-      <name>drivers license</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Competent</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Beginner</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Advanced</name>
-    </stringEntry>
-    <stringEntry>
-      <name>negotiation ability</name>
-    </stringEntry>
-    <stringEntry>
-      <name>it knowledge</name>
-    </stringEntry>
-    <stringEntry>
-      <name>product knowledge</name>
-    </stringEntry>
-    <stringEntry>
-      <name>insert group task</name>
-    </stringEntry>
-    <stringEntry>
-      <name>insert operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Color</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The selected range is outside the visit recommendation range: %0-%1</name>
-      <value>The selected range is outside the operation recommendation range: %0-%1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create operation task</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Invalid input format</name>
-    </stringEntry>
-    <stringEntry>
-      <name>incoming Operations</name>
-    </stringEntry>
-    <stringEntry>
-      <name>this Operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>unplanned Tasks</name>
-    </stringEntry>
-    <stringEntry>
-      <name>assign to operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>unassign from this operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Operation Task Templates</name>
-    </stringEntry>
-    <stringEntry>
-      <name>insert using template</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Operation Task Template</name>
-    </stringEntry>
-    <stringEntry>
-      <name>insert tasks</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Comment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>not estimated</name>
-    </stringEntry>
-    <stringEntry>
-      <name>amount of tasks</name>
-    </stringEntry>
-    <stringEntry>
-      <name>blocked</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete sub tasks</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Operationreport</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Do you want to delete the linked tasks?</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete tasks</name>
-    </stringEntry>
-    <stringEntry>
-      <name>booked Time</name>
-    </stringEntry>
-    <stringEntry>
-      <name>superordinate task</name>
-    </stringEntry>
-    <stringEntry>
-      <name>This task has subordinate tasks. Should these also be deleted?</name>
-    </stringEntry>
-    <stringEntry>
-      <name>choose Operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Should all linked tasks be deleted?</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Should all subtasks be deleted?</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Assign Operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Operations/Tasks</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Position and Signer count don't match</name>
-    </stringEntry>
-    <stringEntry>
-      <name>create workflow dataset</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Supervision</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The valid until date can't be before valid to!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New District assignment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>You were assigned as new district contact to district '%0' and %1 %2.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Assign all Companies of the selected districts</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Assignment of the companies of all selected districts is completed!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Assign companies</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 companies were newley assigned. \n%1 companies are no longer assigned (these assignments got the status 'review'). \n%2 valid assignments were unchanged. \nThe Process took %3 seconds.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Supervisor Archive</name>
-    </stringEntry>
-    <stringEntry>
-      <name>company</name>
-    </stringEntry>
-    <stringEntry>
-      <name>companies</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 Supervisors were newley assigned. \n%1 Supervisor assignments were updated. \n%2 valid assignments were unchanged. \n%3 invalid assignments should probably no longer be assigned (these assignments got the status 'review'). \n%4 assignments got deleted. \n%5 Archived Supervisors were newley assigned. \n%6 Supervisor Archive assignments were updated. \n%7 valid Archive assignments were unchanged. \n%8 invalid Archive assignments should probably no longer be assigned (these assignments got the status 'review'). \n%9 Archive assignments got deleted. \nThe Status of %10 responsibles were updated. \nThe Process took %11 seconds.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>There already exists a dataset for the selected Context.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Filter selection</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Dependent Context</name>
-    </stringEntry>
-    <stringEntry>
-      <name>inkl. dependent contexts</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Dependent Contexts</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Some prereserved EntityFields which are necessary for 360° are not available. Context: %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Choose an event and status to add the contact to the event</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Some prereserved EntityFields which are necessary fot 360° are not available. Context:</name>
-    </stringEntry>
-    <stringEntry>
-      <name>blocker</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Studies</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Prototypes</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Business</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Incorrect file format for the selected type and classification</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectmembers</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projecttimes</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Email Notification</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projecttickets</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Role Preset</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New district assignment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Template</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Incl. Meals</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Waiting notification</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Required For Mailing</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set to 'billed'</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set to 'in creation'</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set to 'to be settled'</name>
-    </stringEntry>
-    <stringEntry>
-      <name>in creation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>billed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Meal Allowance</name>
-      <value> Meal Allowance </value>
-    </stringEntry>
-    <stringEntry>
-      <name>Further Information</name>
-    </stringEntry>
-    <stringEntry>
-      <name>report</name>
-    </stringEntry>
-    <stringEntry>
-      <name>settlement</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show Expenses report</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Target Projecttickettype</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Memory</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Red</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Telemetry Type</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Free Connections</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Normal</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Blue</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Peer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Stop interval</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Alias</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Connection Time</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Used Connections</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy Classpaths</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Clear Cache</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Copies the classpaths to your clipboard</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Process Execution</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Edit interval</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Host</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Low</name>
-    </stringEntry>
-    <stringEntry>
-      <name>CPUs</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Auto Order by Id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Port</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Yellow</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Database Name</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Database Detail</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Peers</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Service URL</name>
-    </stringEntry>
-    <stringEntry>
-      <name>High</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Database Details</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Paths</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Record Container Caching</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Additional Information</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Open Message</name>
-    </stringEntry>
-    <stringEntry>
-      <name>DatabaseDetails</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Start interval</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Collation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Close Connection</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Seconds</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Green</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Database</name>
-    </stringEntry>
-    <stringEntry>
-      <name>No other contexts are subordinated to the selected context</name>
-      <value>No other contexts are subordinated to the selected context</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Very high</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Black</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Master</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Interval(s) have been started</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Grey</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Databases</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Shows all Projecttickets</name>
-    </stringEntry>
-    <stringEntry>
-      <name>All projects that can (potentially) be billed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Shows all Projects</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Controlling Cockpit</name>
-    </stringEntry>
-    <stringEntry>
-      <name>o'clock</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Plan operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>preplanned</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Replan operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete plannings</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create operation report</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Remove from operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0/%1 operation task(s) will be unassigned.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>simple task</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Business hours: to</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Open resource planning</name>
-    </stringEntry>
-    <stringEntry>
-      <name>There already exists a resource dataset for %0.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Assign operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Business hours</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Business hours: from</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Due date cannot be in the past.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Clear link</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The businesshours to must be after the businesshours from</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Operation tasks of this operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Not assigned operation tasks</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Operation tasks of prospective operations</name>
-    </stringEntry>
-    <stringEntry>
-      <name>This Operation has linked tasks. Should these also be deleted?</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Assigned operation tasks</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Clear operation link</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Clear organisation link</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Clear contact link</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set Attributes</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set Project</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Clears the preset from the Context</name>
-    </stringEntry>
-    <stringEntry>
-      <name>SerialActions</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy tickets</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set Tickettype</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set Beginn</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Other Links</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set Progress</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticket Links 3.0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set Due</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set Priority</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Lower Level Projecttickets</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set Editor</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resubmit ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Merge Ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resubmit</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Re-open ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Close ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket Multi Select</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Default mail groomed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 test mails sent sucessfully, %1 test mails failed. Process took %2 s.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Test bulk mail \"%0\" was sent!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Are you sure you want to remove all invalid recipients?</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Default phone groomed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Default address groomed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Choose dunning text</name>
-      <value>Choose dunning text</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Usages</name>
-    </stringEntry>
-    <stringEntry>
-      <name>usages</name>
-    </stringEntry>
-    <stringEntry>
-      <name>usage</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Issue credit</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Credit issued</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribute cannot be added twice with the same value.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Credit for Invoice %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>no valid url format</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Operation tasks not yet estimated.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Template for Comment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Template for Ticket Description</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Template for Project Description</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Project Description Template</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket Description Template</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Classification:</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 merged.</name>
-      <value>%0 merged.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Referrer link</name>
-    </stringEntry>
-    <stringEntry>
-      <name>visit recommendations</name>
-      <value>operation recommendations</value>
-    </stringEntry>
-    <stringEntry>
-      <name>District organisation assignment will start now!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Temporary start date</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Temporary end date</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribute is already defined</name>
-    </stringEntry>
-    <stringEntry>
-      <name>A Salesproject can only be linked to one Project</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ProjectTime</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Status won't be set for tickets with missing editor.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Preset</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The Projectticket Comment Template '%0' is duplicated</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Project Member</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The Project Type '%0' is duplicated</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Not definet error</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create lower Ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Liste Schlüsselwort</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Abrechenbar</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 entries are already billed and cannot be moved. Do you want to continue with %1 entries?</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectmember</name>
-    </stringEntry>
-    <stringEntry>
-      <name>TopicTreeUsage</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Only open Tickets</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Abgeschlossen</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Combo Value Type</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Billed entries</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Status 'in Progress' not allowed due to missing editor</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Seite</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket(s) effected)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>booked (PT)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete Attributes</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Priority: show-stopper</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Land</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Predecessor from</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Textfeld lang</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Project Memberrole</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Missing frequency</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Importer_lib: Condition could not be build because the Keycolumn %0 is not in the OutputRecord.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Anforderer prüft</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projecttime: Billingstatus</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ResourceOperatingStatus</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Signaterequest</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Extern Billable times</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New Resourceoperationtask %0 created by %1</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show device types used by bulkmail recipients</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Mandatory filter</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Subtask</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Just 10 hours per day will be added to your flextime account.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projecttime: Date</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ResourceOperationTaskTemplateUsage</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Maintainer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribute Values</name>
-    </stringEntry>
-    <stringEntry>
-      <name>billable (minutes)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>edit operation Report</name>
-    </stringEntry>
-    <stringEntry>
-      <name>offered</name>
-    </stringEntry>
-    <stringEntry>
-      <name>original Time</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Billing status</name>
-    </stringEntry>
-    <stringEntry>
-      <name>beendet</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Generate weekplanentry</name>
-    </stringEntry>
-    <stringEntry>
-      <name>move Ticket Times</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Insert/Update Attributes</name>
-    </stringEntry>
-    <stringEntry>
-      <name>set extern time null</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create new Ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Time booking</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectresponsible</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Value has to be positiv</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Value Lookup</name>
-    </stringEntry>
-    <stringEntry>
-      <name>kein Auftrag</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Liste Projekt</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Summe Verpflegungsmehraufwand</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Assign operations</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ordered from</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ResourcePlanningOperation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticket 3.0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>This Action will insert %0 and update </name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show my bulkmails</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Protected by default</name>
-    </stringEntry>
-    <stringEntry>
-      <name>show-stopper</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Verpflegungsmehraufwand</name>
-    </stringEntry>
-    <stringEntry>
-      <name>billable (PT)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Status won't be set for tickets with missing mandatory solution.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Bulk mail recipient</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ResourceOperationTaskSerial</name>
-    </stringEntry>
-    <stringEntry>
-      <name>change away</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Priority: low</name>
-    </stringEntry>
-    <stringEntry>
-      <name>no TITLE for USER</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ResourceOperationSerialContainer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>An error occured during checking whether recipient (recipient: </name>
-    </stringEntry>
-    <stringEntry>
-      <name>Project 3.0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>booked</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Product Owner</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Alle Verknüpfungen</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New Resourceoperation %0 created</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New Resourceoperationtask %0 created</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Pauschale</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projects</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Only values in 0.25 Steps are allowed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Days without new comment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set in Process</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Billing description</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Roles can't be assigned more than once!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Firmenauswahl</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticketeigenschaften</name>
-    </stringEntry>
-    <stringEntry>
-      <name>abgeschlossen</name>
-    </stringEntry>
-    <stringEntry>
-      <name>District Organisation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Dest</name>
-    </stringEntry>
-    <stringEntry>
-      <name>new follow up ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Entwickler</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projekteinstellungen</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projektname</name>
-    </stringEntry>
-    <stringEntry>
-      <name>niedrig</name>
-    </stringEntry>
-    <stringEntry>
-      <name>A RecordsRecipe is empty but required.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy Serviceclient Link</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Only own Tickets</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Bed and Breakfast</name>
-      <value> Bed and Breakfast </value>
-    </stringEntry>
-    <stringEntry>
-      <name>Booked Times</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Agile Coach</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Error while retrieving binary contents. Missmatch of requtesd and delivered entries. </name>
-    </stringEntry>
-    <stringEntry>
-      <name>set checked</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Today booked</name>
-    </stringEntry>
-    <stringEntry>
-      <name>A RecordsRecipe was given but no records could be loaded. RecordsRecipe: %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Inaktiv</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Date_new1</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Spalten</name>
-    </stringEntry>
-    <stringEntry>
-      <name>${OrderedTimes}</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New comment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Forecast: Status</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Liste</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sorting_value</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ordered</name>
-    </stringEntry>
-    <stringEntry>
-      <name>sick</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resourcecampaign_id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket excelated</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Copied from</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resource Operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>nicht zugeordnet</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Presets</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Admin View öffnen</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New time</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Nein</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Copied to</name>
-    </stringEntry>
-    <stringEntry>
-      <name>change feecode</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Isserial</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resourceplanningid</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The end date must be within the validity period.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The start date must be within the validity period.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Boolean</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Some prereserved EntityFields which are necessary fot 360° are not available. Context: </name>
-    </stringEntry>
-    <stringEntry>
-      <name>New Resourceoperation %0 created by %1</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectspecific</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resourcesid</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Key User</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Reason for Status</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Tagegeld</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Field or Seperator were empty function: %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>invoiced</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticketinformation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The Attribute '%0' is duplicated</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Frühstück</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Tasks in Operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ResourceOperationTaskSerials</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Templatenumber</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Kontaktauswahl</name>
-    </stringEntry>
-    <stringEntry>
-      <name>from Percent</name>
-    </stringEntry>
-    <stringEntry>
-      <name>This Action will delete %0 Attribute Datasets. Continue?</name>
-    </stringEntry>
-    <stringEntry>
-      <name>--:--</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Beitrag</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Duplicate from</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticket Relations</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Mandatory input missing</name>
-    </stringEntry>
-    <stringEntry>
-      <name>mittel</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Kreis</name>
-    </stringEntry>
-    <stringEntry>
-      <name>change extern Time</name>
-    </stringEntry>
-    <stringEntry>
-      <name>move Ticket Time</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Linktype</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Knowledge Consultant</name>
-    </stringEntry>
-    <stringEntry>
-      <name>User_edit1</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Build- und Releasemanager</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Priority: critical</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Textfeld</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Forecast: Planned</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ja</name>
-    </stringEntry>
-    <stringEntry>
-      <name>new extern time</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Feecode</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Auftrag</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Teams</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Error while assigning the recipient</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Solution</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Mandatory solution contribution is missing</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New Campaign</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticket 2.0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Eventeee</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Objectselection</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Forecast: No forecast (Year)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Balken</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticket Type Relation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Leistungsnachweis</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Topic Tree Favorites</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resourceoperationtasktemplateid</name>
-    </stringEntry>
-    <stringEntry>
-      <name>In Relation with</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Error while sending mail as an unkown user.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resourceoperationtasktemplate_id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>No duplicate entries possible</name>
-    </stringEntry>
-    <stringEntry>
-      <name>create new Ressource Operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>remove settled</name>
-    </stringEntry>
-    <stringEntry>
-      <name>report sick</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sort alphabetically</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Liste Projekttyp </name>
-    </stringEntry>
-    <stringEntry>
-      <name>Controlling</name>
-    </stringEntry>
-    <stringEntry>
-      <name>kritisch</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Project: billable</name>
-    </stringEntry>
-    <stringEntry>
-      <name>set settled</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Topictree</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Operationreport %0 %1</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Project Members</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Bearbeiter prüft</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticketauswahl</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Informationen</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Topic Tree Presets</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Successor from</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Only for following Projecttypes</name>
-    </stringEntry>
-    <stringEntry>
-      <name>hoch</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Date_edit1</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Open Customer System</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Project Member Preview</name>
-    </stringEntry>
-    <stringEntry>
-      <name>booked (minutes)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Updated</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projektcontrolling</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Beschreibung</name>
-    </stringEntry>
-    <stringEntry>
-      <name>in Bearbeitung</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Duplicate From</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Illegal Parent Operator in buildFilterObj-Function: </name>
-    </stringEntry>
-    <stringEntry>
-      <name>Handelsblatt Twitter Feed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Project Member Edit</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticket Relation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Priority: high</name>
-    </stringEntry>
-    <stringEntry>
-      <name>set unchecked</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The end date can't be before begin date!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Card Table view</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ResourceOperationTaskTemplate</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Subtask from</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Tester</name>
-    </stringEntry>
-    <stringEntry>
-      <name>erfasst</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ProjectID</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Dauer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>User_new1</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Further Informations</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Numerisches Feld</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Aktiv</name>
-    </stringEntry>
-    <stringEntry>
-      <name>selected resources</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Error while retrieving binary contents. No binaries where found. requested UID(s): \"%0\"</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Workingtime details</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create weekplanentry manually</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 companies were newley assigned. \n</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ProjectDescription</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribut</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket-Nr.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resourceoperationid</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Some Attribtues could not be inserted/updated due to not being available in that corresponding Tickettype</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 Supervisors were newley assigned. \n</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Intern</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Liste selbstlernend</name>
-    </stringEntry>
-    <stringEntry>
-      <name>dd.MM.yyyy HH:mm</name>
-    </stringEntry>
-    <stringEntry>
-      <name>General Information</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribute Value</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Mark as duplicate</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Product Communication</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Quality Assistant</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy For Commit</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Collaboration</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticketattribute Relation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Pillar diagram: Priority</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Priority: medium</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ordered ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Multiple filter</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy bulkmail</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Bulk Mail</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Temporary date start</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Add to Bulkmail</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The begin date has to be in the selected calendar week!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Please define a frequency so the date can change accordingly</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Bulk Mail Device Types</name>
-    </stringEntry>
-    <stringEntry>
-      <name>My Bulkmails</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create new activity</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Please define a frequency</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Split this ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Split ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Take</name>
-    </stringEntry>
-    <stringEntry>
-      <name>duplicate</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Added to campaign</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create follow-up ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Added to campagin \"%0\" with campaign step \"%1\"</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Split</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create new ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create new ticket &amp; contact</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Follow-up</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Take ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Merge ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Return</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Duplicate ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create new letter</name>
-    </stringEntry>
-    <stringEntry>
-      <name>at the follwing activity</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create new task</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Number of tickets (mail)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets total (mail)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Shows the number of tickets from this and last month grouped by priority. Data is shown in day-resolution by clicking on a month. Using this dashlet may lead to a performance loss with high ticketnumbers.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets total (status)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Number of tickets (priority)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Number of tickets (medium)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>At least one inbox has to be selected.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets total (priority) per day</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets total (mail) per day</name>
-    </stringEntry>
-    <stringEntry>
-      <name>At least one ticket category has to be selected.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Shows the number of tickets from this and last month grouped by category</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Shows the number of tickets from this and last month grouped by category. Data is shown in day-resolution by clicking on a month. Using this dashlet may lead to a performance loss with high ticketnumbers.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Shows the number of tickets from this and last month grouped by status. Data is shown in day-resolution by clicking on a month. Using this dashlet may lead to a performance loss with high ticketnumbers.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets total (category)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Shows the number of tickets from this and last month grouped by status.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Shows the number of tickets from this and last month grouped by medium.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets total (status) per day</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets total (category) per day</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets total (medium) per day</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Reset mosaico template data</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Shows the number of tickets from this and last month grouped by mailsignature. Data is shown in day-resolution by clicking on a month. Using this dashlet may lead to a performance loss with high ticketnumbers.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets total (medium)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Visibility</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Export mosaico metadata</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Shows the number of tickets from this and last month grouped by mailsignature.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Import mosaico metadata</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Number of tickets (category)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Shows the number of tickets from this and last month grouped by priority.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets total (priority)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Number of tickets (status)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Shows the number of tickets from this and last month grouped by medium. Data is shown in day-resolution by clicking on a month. Using this dashlet may lead to a performance loss with high ticketnumbers.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>This resource has %0 planned operations in this timeframe that might need to be replanned.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Clear visit recommendation link</name>
-      <value>Clear operation recommendation link</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Operation visit</name>
-    </stringEntry>
-    <stringEntry>
-      <name>You can only link one resource operation to a appointment.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 resources were created.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete ticket comment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Responsible for the visit recommendation not available as a resource.</name>
-      <value>Responsible for the operation recommendation not available as a resource.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create operation manually</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create responsible person as resource</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Assign directly</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Last Ticket Comment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 operations were created.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Generate operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 operations were added to the resource planning.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sick</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create appointment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>sickness</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Edit ticket comment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>booked time</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create ticket comment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Template for Ticket Comment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The contact is not part of the selected organisation.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Read ticket comment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Clear resource link</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Relevant documents</name>
-      <value>Relevant documents</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show in PreviewView</name>
-      <value>Show in PreviewView</value>
-    </stringEntry>
-    <stringEntry>
-      <name>not done</name>
-      <value>not done</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Expires at</name>
-      <value>Expires at</value>
-    </stringEntry>
-    <stringEntry>
-      <name>North Macedonia</name>
-      <value>North Macedonia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Vatican</name>
-      <value>Vatican</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bolivia</name>
-      <value>Bolivia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Brunei</name>
-      <value>Brunei</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Iran</name>
-      <value>Iran</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ivory Coast</name>
-      <value>Ivory Coast</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Kosovo</name>
-      <value>Kosovo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Laos</name>
-      <value>Laos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Micronesia</name>
-      <value>Micronesia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Moldova</name>
-      <value>Moldova</value>
-    </stringEntry>
-    <stringEntry>
-      <name>North Korea</name>
-      <value>North Korea</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Palestine</name>
-      <value>Palestine</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Russia</name>
-      <value>Russia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>South Korea</name>
-      <value>South Korea</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Syria</name>
-      <value>Syria</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tanzania</name>
-      <value>Tanzania</value>
-    </stringEntry>
-    <stringEntry>
-      <name>United Kingdom</name>
-      <value>United Kingdom</value>
-    </stringEntry>
-    <stringEntry>
-      <name>United States</name>
-      <value>United States</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Vietnam</name>
-      <value>Vietnam</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Falkland Islands</name>
-      <value>Falkland Islands</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Venezuela</name>
-      <value>Venezuela</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Graphical evaluation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set not done</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Original E-Mail</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Device type</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Serial action | Change planning</name>
-    </stringEntry>
-    <stringEntry>
-      <name>E-mail as .eml-file not found</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete the metadata and content of the template?</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Dataset count</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The following resources have been planned more than once:</name>
-    </stringEntry>
-    <stringEntry>
-      <name>calendar week</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Operation title</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Opening hours</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Unique Views</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Turnover planning</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Lookup keyword</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Servicetickets</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Left</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Default value</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Allow multiple submissions</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Download answers as CSV</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Target field</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Private stay</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket Selection</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show question numbers</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sending mails not active for inbox %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Privacy</name>
-    </stringEntry>
-    <stringEntry>
-      <name>UniqueView</name>
-    </stringEntry>
-    <stringEntry>
-      <name>getQuestionnaireJson</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Form description page</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Values cannot be assigned repeatedly!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Hidden</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Target table</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Column count</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Form title</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Max length</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Dropdown</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Web Form</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Anonym</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy questionnaire</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Pages</name>
-    </stringEntry>
-    <stringEntry>
-      <name>QuestionnaireLookup</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Survey</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Top</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Questionnaireid</name>
-    </stringEntry>
-    <stringEntry>
-      <name>QuestionnaireAnswer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Eventcode</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Logo file</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 contacts selected</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Completion page text</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Read only</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resourceoperationtask_id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>getDemoUserPassword</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Mosaico export file</name>
-    </stringEntry>
-    <stringEntry>
-      <name>MEws</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 of the chosen records will be added to the event, because %1 are already participants</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Visible condition</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Beginn</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Question</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show progress bar</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Answer type</name>
-    </stringEntry>
-    <stringEntry>
-      <name>QuestionnaireQuestion</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Foreign keytype</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Datetime</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Form subtitle</name>
-    </stringEntry>
-    <stringEntry>
-      <name>This survey has already been completed.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>At least one lookupvalue must be added!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Questionnaireanswerid</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Panel</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Changed because of mailfilter \"%0\" - \"%1\"</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket has to inbox</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Expression</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Questionnairequestion_id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sorting Layer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Covid Information</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Questionnaire</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Technical user</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart Number of tickets per inbox (status)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resourceoperationtasklinkid</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Website address</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Checkbox</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resourceoperation_id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Min description</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Value max</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resourceoperationlinkid</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Questionnairelookupvalueid</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Technical user for inbox %0 not found</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Radiogroup</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Question type</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Range</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Send e-mails</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Value min</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Bottom</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Value_number</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy questionnaire link</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Questionnairequestionid</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Complete button text</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Rating</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Title location</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Newsletter unsubscribe</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Default language</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Row break</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Newsletter SelfService</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Eventtype</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Negative prices are only allowed for credits</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Required</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Skills</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Lookup type</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Download HTML</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Outgoing payment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ResourceOperationLink</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Available in Webservices</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Answers</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Logo URL</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Parent node</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The survey could not be found.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Answer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Input type</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Foreign key</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ResourceOperationTaskLink</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Max description</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Moldova (Republic of)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Côte d'Ivoire</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Lao People's Democratic Republic</name>
-    </stringEntry>
-    <stringEntry>
-      <name>United Kingdom of Great Britain and Northern Ireland</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Falkland Islands (Malvinas)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Republic of Kosovo</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Korea (Republic of)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>No technical user set for inbox %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Venezuela (Bolivarian Republic of)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Macedonia (the former Yugoslav Republic of)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Viet Nam</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Tanzania, United Republic of</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Iran (Islamic Republic of)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Russian Federation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Syrian Arab Republic</name>
-    </stringEntry>
-    <stringEntry>
-      <name>United States of America</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Palestine, State of</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Korea (Democratic People's Republic of)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Holy See</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Micronesia (Federated States of)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Brunei Darussalam</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Bolivia (Plurinational State of)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>An error occurred while creating the export. Please download and send the added error message to your administrator.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>4. Quarter</name>
-      <value>4. Quarter</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Terms of payment</name>
-      <value>Terms of payment</value>
-    </stringEntry>
-    <stringEntry>
-      <name>KM allowance</name>
-      <value>KM allowance</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Kilometer allowance (%0)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Intervall</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Intervall setzen</name>
-    </stringEntry>
-    <stringEntry>
-      <name>von</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The date of the next operation could only be set for %0 of the %1 selected data sets, as no operation frequency was stored for the other data sets.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>LastSync zurücksetzen</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Datum</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all audits</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Group task</name>
-      <value>Group task</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Name of an attached document is too long</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Spesenabrechnung</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Service signatures require a {@Service@} placeholder</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ÃœN</name>
-    </stringEntry>
-    <stringEntry>
-      <name>${Conditions}</name>
-      <value>Conditions</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${Condition}</name>
-      <value>Condition</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${SQL_LIB_UNSUPPORTED_DBTYPE} function: %0, db-type: %1</name>
-      <value>The DBTYPE %1 is not supported by function %0.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 changed the address of your resource dataset.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 contact selected</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 Operation recommendations were deleted.</name>
-      <value>%0 operation recommendations were deleted.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 Operation recommendations were ignored.</name>
-      <value>%0 operation recommendations were ignored.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>(empty)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Add Attribute</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Address source</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Always</name>
-    </stringEntry>
-    <stringEntry>
-      <name>At least one place of use has to be given</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Attention, start and end address not maintained</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Calculation of the Operation recommendation dates</name>
-      <value>Calculation of the operation recommendation dates</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cancel timetracking</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Change address</name>
-    </stringEntry>
-    <stringEntry>
-      <name>checklist for selected phase</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Choose a department</name>
-      <value>Choose a department</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Choose an enployee</name>
-      <value>Choose an enployee</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Clear Operation recommendation link</name>
-      <value>Clear operation recommendation link</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Completion mandatory</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Content of original ticket %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create operationreport</name>
-      <value>Create Operationreport</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create Task</name>
-    </stringEntry>
-    <stringEntry>
-      <name>CRM notification</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Details of the selected touchpoint</name>
-    </stringEntry>
-    <stringEntry>
-      <name>E-Mail Cycle</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Email must be unique per usage</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Essential</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Export error</name>
-    </stringEntry>
-    <stringEntry>
-      <name>File needs to be uploaded</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Get mail notifications</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Hello</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Here are your notifications from the CRM system:</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Last operation</name>
-      <value>Last operation</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Manager_external</name>
-      <value>external</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Manager_internal</name>
-      <value>internal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Manager_Last status message</name>
-      <value>Last status message</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Manager_no status message available</name>
-      <value>no status message available</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Manager_no type specified</name>
-      <value>no type specified</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Manager_Service status</name>
-      <value>Service status</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Manager_Service type</name>
-      <value>Service type</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mandatory specification in checklist open</name>
+      <name>root.Enter current password to verify</name>
+      <value>Enter current password to verify</value>
     </stringEntry>
     <stringEntry>
-      <name>My operation Planning</name>
-      <value>My Operation Planning</value>
+      <name>root.False</name>
+      <value>False</value>
     </stringEntry>
     <stringEntry>
-      <name>Navigate to Url after completion</name>
+      <name>root.hour</name>
+      <value>hour</value>
     </stringEntry>
     <stringEntry>
-      <name>New operation recommendation</name>
-      <value>New Operation Recommendation</value>
+      <name>root.hours</name>
+      <value>hours</value>
     </stringEntry>
     <stringEntry>
-      <name>Next operation</name>
-      <value>Next operation</value>
+      <name>root.No consumer found for context '%0'</name>
+      <value>No consumer found for context '%0'</value>
     </stringEntry>
     <stringEntry>
-      <name>Open operationrecommendation</name>
-      <value>Open Operationrecommendation</value>
+      <name>root.Password and confirmation must be the same!</name>
+      <value>Password and confirmation must be the same!</value>
     </stringEntry>
     <stringEntry>
-      <name>Operation entry</name>
-      <value>Operation Entry</value>
+      <name>root.SELECTION_BOTH</name>
+      <value>SELECTION_BOTH</value>
     </stringEntry>
     <stringEntry>
-      <name>Operation frequency</name>
-      <value>Operation frequency</value>
+      <name>root.SELECTION_NEITHER</name>
+      <value>SELECTION_NEITHER</value>
     </stringEntry>
     <stringEntry>
-      <name>Operation planning</name>
-      <value>Operation Planning</value>
+      <name>root.SELECTION_NULL</name>
+      <value>SELECTION_NULL</value>
     </stringEntry>
     <stringEntry>
-      <name>Operation recommendation</name>
-      <value>Operation Recommendation</value>
+      <name>root.SELECTION_POSTFIX</name>
+      <value>SELECTION_POSTFIX</value>
     </stringEntry>
     <stringEntry>
-      <name>Operation recommendations</name>
-      <value>Operation Recommendations</value>
+      <name>root.SELECTION_PREFIX</name>
+      <value>SELECTION_PREFIX</value>
     </stringEntry>
     <stringEntry>
-      <name>Organisation of the resource</name>
+      <name>root.True</name>
+      <value>True</value>
     </stringEntry>
     <stringEntry>
-      <name>Other active Contactroles</name>
-      <value>Other active Contactroles</value>
+      <name>root.You don't have permission for this view.</name>
+      <value>You don't have permission for this view.</value>
     </stringEntry>
     <stringEntry>
-      <name>Own time recording running</name>
+      <name>root.End time must be later than start time</name>
+      <value>End time must be later than start time</value>
     </stringEntry>
     <stringEntry>
-      <name>Remove logo</name>
+      <name>root.Start time must be earlier than end time</name>
+      <value>Start time must be earlier than end time</value>
     </stringEntry>
     <stringEntry>
-      <name>Responsible Employee</name>
+      <name>root.New password must not be the same as the current password</name>
+      <value>New password must not be the same as the current password</value>
     </stringEntry>
     <stringEntry>
-      <name>Responsible for the Operation recommendation not available as a resource.</name>
-      <value>Responsible for the operation recommendation not available as a resource.</value>
+      <name>root.Wrong password</name>
+      <value>Wrong password</value>
     </stringEntry>
     <stringEntry>
-      <name>Sensitive</name>
+      <name>root.Some prereserved EntityFields which are necessary for 360° are not available. Context: %0 Data: %1 \nNeeded EntityFields are: #UID, #TITLE, #MAPPING, #CONTENTDESCRIPTION, #CONTENTTITLE, DATE_NEW, ACTIVE.</name>
     </stringEntry>
     <stringEntry>
-      <name>Sensitive attributes</name>
+      <name>root.Some prereserved EntityFields which are necessary for 360° are not available. Context: %0</name>
     </stringEntry>
     <stringEntry>
-      <name>Service ticket details</name>
-      <value>Service ticket details</value>
+      <name>root.Context_entity.title</name>
+      <value>Context</value>
     </stringEntry>
     <stringEntry>
-      <name>Set Responsible</name>
+      <name>root.Context_entity.titlePlural</name>
+      <value>Contexts</value>
     </stringEntry>
     <stringEntry>
-      <name>Set Responsible Employee</name>
+      <name>root.Context_entity.UID.title</name>
+      <value>Context id</value>
     </stringEntry>
     <stringEntry>
-      <name>Sets a responsible person for the participants within the selected step</name>
+      <name>root.Context_entity.CONTEXT_NAME.title</name>
+      <value>Context name</value>
     </stringEntry>
     <stringEntry>
-      <name>Sets a responsible person for the selected participants</name>
+      <name>root.DefaultAdminView_entity.ENTITY.title</name>
+      <value>Entity</value>
     </stringEntry>
     <stringEntry>
-      <name>show operation planning of the week</name>
-      <value>show operation planning of the week</value>
+      <name>root.Usersettings_entity.title</name>
+      <value>Settings</value>
     </stringEntry>
     <stringEntry>
-      <name>Silent</name>
+      <name>root.Usersettings_entity.titlePlural</name>
+      <value>Settings</value>
     </stringEntry>
     <stringEntry>
-      <name>Skip Next operation</name>
-      <value>Skip next operation</value>
+      <name>root.Usersettings_entity.calHourdivider.title</name>
+      <value>Calendar hour divider</value>
     </stringEntry>
     <stringEntry>
-      <name>Start timetracking</name>
+      <name>root.Usersettings_entity.calMaintimeEnd.title</name>
+      <value>Calendar maintime end</value>
     </stringEntry>
     <stringEntry>
-      <name>Stop timetracking</name>
+      <name>root.Usersettings_entity.calMaintimeStart.title</name>
+      <value>Calendar maintime start</value>
     </stringEntry>
     <stringEntry>
-      <name>The address of your resource dataset has been changed</name>
+      <name>root.Usersettings_entity.UID.title</name>
+      <value>UID</value>
     </stringEntry>
     <stringEntry>
-      <name>The addresses of the following resources couldn't be changed:</name>
+      <name>root.Usersettings_entity.selectionIgnoreCase.title</name>
+      <value>Selection ignore case</value>
     </stringEntry>
     <stringEntry>
-      <name>The dates of %0 Operation recommendations were recalculated.</name>
-      <value>The dates of %0 operation recommendations were recalculated.</value>
+      <name>root.Usersettings_entity.selectionPlaceholder.title</name>
+      <value>Selection placeholder</value>
     </stringEntry>
     <stringEntry>
-      <name>The follow-up date cannot be in the past</name>
+      <name>root.Usersettings_entity.jPassword.title</name>
+      <value>New password</value>
     </stringEntry>
     <stringEntry>
-      <name>The following organisations don't have a address set: %0</name>
+      <name>root.Usersettings_entity.jPasswordRepeat.title</name>
+      <value>Repeat password</value>
     </stringEntry>
     <stringEntry>
-      <name>The selected range is outside the operation  recommendation range: %0-%1</name>
-      <value>The selected range is outside the operation recommendation range: %0-%1</value>
+      <name>root.Usersettings_entity.currentPassword.title</name>
+      <value>Current password</value>
     </stringEntry>
     <stringEntry>
-      <name>There already exists a %0 price with the same type of pricelist in the defined range.</name>
-      <value>There already exists a %0 price with the same type of pricelist in the defined range.</value>
+      <name>root.Usersettings_entity.userCurrency.title</name>
+      <value>User Currency</value>
     </stringEntry>
     <stringEntry>
-      <name>This is an automatically generated email from a system email address.&lt;br&gt;Please do not reply to this email.&lt;br&gt;If you have any questions, please contact your CRM administrator directly.&lt;br&gt;&lt;br&gt;Thank you.</name>
+      <name>root.Usersettings_entity.incomingCallContext.title</name>
+      <value>Call context</value>
     </stringEntry>
     <stringEntry>
-      <name>Title (original language)</name>
-      <value>Title (original language)</value>
+      <name>root.Usersettings_entity.prefferredApprover.title</name>
+      <value>Preferred approver</value>
     </stringEntry>
     <stringEntry>
-      <name>Title (translated)</name>
-      <value>Title (translated)</value>
+      <name>root.Usersettings_entity.sendNotificationAsMail.title</name>
+      <value>Get mail notifications</value>
     </stringEntry>
     <stringEntry>
-      <name>TO</name>
+      <name>root.Usersettings.title</name>
+      <value>Settings</value>
     </stringEntry>
     <stringEntry>
-      <name>To:</name>
+      <name>root.IndexSearchView.IndexSearchDashlet.title</name>
+      <value>Search</value>
     </stringEntry>
     <stringEntry>
-      <name>You have %0 notifications.</name>
+      <name>root.IndexSearchView.indexsearch.title</name>
+      <value>Search</value>
     </stringEntry>
     <stringEntry>
-      <name>{$PERMISSION_CONDITION}</name>
-      <value>Condition</value>
+      <name>root.UsersettingsEdit_view.title</name>
+      <value>Settings</value>
     </stringEntry>
     <stringEntry>
-      <name>{$PERMISSION_HAS_CONDITION}</name>
-      <value>Has condition</value>
+      <name>root.UsersettingsEdit_view.PasswordEdit.drawerCaption</name>
+      <value>Password</value>
     </stringEntry>
     <stringEntry>
-      <name>{$Remarks}</name>
-      <value>Remarks</value>
+      <name>root.UsersettingsEdit_view.PasswordEdit.title</name>
+      <value>Settings</value>
     </stringEntry>
     <stringEntry>
-      <name>Currency_GBP</name>
-      <value>British Pound Sterling</value>
+      <name>root.UsersettingsEdit_view.CurrencyEdit.drawerCaption</name>
+      <value>Currency</value>
     </stringEntry>
     <stringEntry>
-      <name>Currency_CHF</name>
-      <value>Swiss franc</value>
+      <name>root.UsersettingsEdit_view.CurrencyEdit.title</name>
+      <value>Settings</value>
     </stringEntry>
     <stringEntry>
-      <name>Currency_CAD</name>
-      <value>Canadian Dollar</value>
+      <name>root.UsersettingsEdit_view.PhoneEdit.drawerCaption</name>
+      <value>Phone</value>
     </stringEntry>
     <stringEntry>
-      <name>Currency_EUR</name>
-      <value>Euro</value>
+      <name>root.UsersettingsEdit_view.Notification.drawerCaption</name>
+      <value>Notification</value>
     </stringEntry>
     <stringEntry>
-      <name>Currency_USD</name>
-      <value>US-Dollar</value>
+      <name>root.UsersettingsEdit_view.Notification.title</name>
+      <value>Notification</value>
     </stringEntry>
   </keyValueMap>
 </language>
diff --git a/language/_____LANGUAGE_es/_____LANGUAGE_es.aod b/language/_____LANGUAGE_es/_____LANGUAGE_es.aod
index a4f67b3..121f0ee 100644
--- a/language/_____LANGUAGE_es/_____LANGUAGE_es.aod
+++ b/language/_____LANGUAGE_es/_____LANGUAGE_es.aod
@@ -7,16982 +7,202 @@
   <variant></variant>
   <keyValueMap>
     <stringEntry>
-      <name>Resigned</name>
-      <value>Renunciar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The contract number already exists!</name>
-      <value>¡El número de contrato ya existe!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Search term</name>
-      <value>Término de búsqueda</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Generate letter</name>
-      <value>Generar carta</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Gender</name>
-      <value>Género</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$TASK_PRIORITY_HIGH}</name>
-      <value>Alto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create new note</name>
-      <value>Crear nueva nota</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create new campaign step</name>
-      <value>Crear nuevo paso de campaña</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Solomon Islands</name>
-      <value>Islas Salomón</value>
-    </stringEntry>
-    <stringEntry>
-      <name>approved</name>
-      <value>aprobado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Montserrat</name>
-      <value>Montserrat</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Guadeloupe</name>
-      <value>Guadalupe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Make offer (WV)</name>
-      <value>Hacer oferta (VM)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>very high</name>
-      <value>Adquisición rápida de clientes potenciales</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Approval</name>
-      <value>Aprobación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bulk Mail Key Figures</name>
-      <value>Cifras clave del correo masivo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Landingpage</name>
-      <value>Página de destino</value>
-    </stringEntry>
-    <stringEntry>
-      <name>BCC</name>
-      <value>CCO</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Moldova (Republic of)</name>
-      <value>Moldavia, República de)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Category Name</name>
-      <value>nombre de la categoría</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Seychelles</name>
-      <value>Seychelles</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Low price strategy</name>
-      <value>Estrategia de precios bajos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Address changed to %0 %1 %2 %3 %4</name>
-      <value>Dirección cambiada a %0 %1 %2 %3 %4</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Order executed</name>
-      <value>Orden ejecutada</value>
-    </stringEntry>
-    <stringEntry>
-      <name>1</name>
-      <value>1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>2</name>
-      <value>2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>rebuild Index</name>
-      <value>índice de reconstrucción</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Employee</name>
-      <value>Empleado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all offers with second approval</name>
-      <value>Mostrar todas las ofertas con segunda aprobación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Company_internationality</name>
-      <value>Empresa_internacionalidad</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Event Data</name>
-      <value>Datos de eventos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Remove from Campaign</name>
-      <value>Eliminar de la campaña</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Event gateway</name>
-      <value>Pasarela de eventos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>A</name>
-      <value>A</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Support Ticket</name>
-      <value>Ticket de soporte</value>
-    </stringEntry>
-    <stringEntry>
-      <name>B</name>
-      <value>B</value>
-    </stringEntry>
-    <stringEntry>
-      <name>100%</name>
-      <value>100%</value>
-    </stringEntry>
-    <stringEntry>
-      <name>C</name>
-      <value>C</value>
-    </stringEntry>
-    <stringEntry>
-      <name>D</name>
-      <value>D</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Selection</name>
-      <value>Selección</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Last change</name>
-      <value>Ultimo cambio</value>
-    </stringEntry>
-    <stringEntry>
-      <name>no inbox</name>
-      <value>sin bandeja de entrada</value>
-    </stringEntry>
-    <stringEntry>
-      <name>one actitiy from mail created</name>
-      <value>una actividad del correo creado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cocos (Keeling) Islands</name>
-      <value>Islas Cocos (Keeling)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Liechtenstein</name>
-      <value>Liechtenstein</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contract number</name>
-      <value>Número de contrato</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Jordan</name>
-      <value>Jordán</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Remaining Runtime</name>
-      <value>Tiempo de ejecución restante</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Forecasts</name>
-      <value>Pronósticos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Reminder</name>
-      <value>Recordatorio</value>
-    </stringEntry>
-    <stringEntry>
-      <name>parent company</name>
-      <value>empresa matriz</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Côte d'Ivoire</name>
-      <value>costa de marfil</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Presentation</name>
-      <value>Presentación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Field delimiter</name>
-      <value>delimitador de campo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>French Polynesia</name>
-      <value>Polinesia francés</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Their Permissions</name>
-      <value>Sus permisos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Created through business fair lead</name>
-      <value>Creado a través del líder de la feria de negocios</value>
-    </stringEntry>
-    <stringEntry>
-      <name>AB_KEYWORD_ENTRYID (UID)</name>
-      <value>AB_KEYWORD_ENTRYID (UID)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mobil</name>
-      <value>móvil</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Is an active Employee</name>
-      <value>es un empleado activo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Service ticket category</name>
-      <value>Categoría de ticket de servicio</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Vers. no.</name>
-      <value>verso No.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Clicks</name>
-      <value>Clics</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Is an active employee</name>
-      <value>es un empleado activo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Object type</name>
-      <value>Tipo de objeto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Single (Service/External)</name>
-      <value>Individual (Servicio/Externo)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>good</name>
-      <value>bien</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Maximal count has to be a whole number</name>
-      <value>El conteo máximo tiene que ser un número entero</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Caimpaignsteps</name>
-      <value>Pasos de la campaña</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Armenia</name>
-      <value>Armenia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>DSGVO Information</name>
-      <value>Información DSGVO</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sales manager</name>
-      <value>Gerente de ventas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No recipient is marked for test run replacement.</name>
-      <value>No se marca ningún destinatario para el reemplazo de la ejecución de prueba.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>export</name>
-      <value>exportar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Decision maker</name>
-      <value>Tomador de decisiones</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sorting direction</name>
-      <value>dirección de clasificación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Approved</name>
-      <value>Aprobado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Discount in %0</name>
-      <value>Descuento en %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Lao People's Democratic Republic</name>
-      <value>República Democrática Popular Lao</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 1</name>
-      <value>columna 1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Event Type</name>
-      <value>Tipo de evento</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 3</name>
-      <value>columna 3</value>
-    </stringEntry>
-    <stringEntry>
-      <name>All of the chosen records are already in the campaign</name>
-      <value>Todos los registros elegidos ya están en la campaña.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 2</name>
-      <value>columna 2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show inboxes</name>
-      <value>Mostrar bandejas de entrada</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 5</name>
-      <value>columna 5</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 4</name>
-      <value>columna 4</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 7</name>
-      <value>columna 7</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 6</name>
-      <value>columna 6</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 9</name>
-      <value>columna 9</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: pValue (or pFieldOrCond if only one param) is not allowed to be null, undefined or []. (use *IfSet functions if you need optional conditions which are just ignored if value is null or undefined)</name>
-      <value>SqlBuilder: pValue (o pFieldOrCond si solo hay un parámetro) no puede ser nulo, indefinido o []. (use las funciones *IfSet si necesita condiciones opcionales que simplemente se ignoran si el valor es nulo o indefinido)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 8</name>
-      <value>columna 8</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Receive new Department Permission</name>
-      <value>Recibir nuevo permiso de departamento</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Afghanistan</name>
-      <value>Afganistán</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${ADDRESS_STATE}</name>
-      <value>Expresar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>society</name>
-      <value>sociedad</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Move down</name>
-      <value>Mover hacia abajo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>DSGVO - relevant attributes</name>
-      <value>DSGVO - atributos relevantes</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Quick Entry</name>
-      <value>Entrada rápida</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Employee Group</name>
-      <value>Grupo de empleados</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No new recipients found that can be added to the serial letter.</name>
-      <value>No se encontraron nuevos destinatarios que se puedan agregar a la carta serial.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>November</name>
-      <value>noviembre</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show the organisations turnover, forecast and planing in a 3 year time-span</name>
-      <value>Muestra la facturación, el pronóstico y la planificación de la organización en un período de 3 años.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Timetracking Id</name>
-      <value>ID de seguimiento de tiempo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Place of use</name>
-      <value>lugar de uso</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New time tracking</name>
-      <value>Nuevo seguimiento de tiempo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Commodity group</name>
-      <value>grupo de productos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Missed call from %0 (%1) to %2</name>
-      <value>Llamada perdida de %0 (%1) a %2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No file selected.</name>
-      <value>Ningún archivo seleccionado.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>pExecuteOnlyIfConditionExists has to be of type boolean. This parameter controls what happens if the condition is empty (select / delete all or nothing)</name>
-      <value>pExecuteOnlyIfConditionExists tiene que ser de tipo booleano. Este parámetro controla lo que sucede si la condición está vacía (seleccionar/eliminar todo o nada)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>processing time</name>
-      <value>Tiempo de procesamiento</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Benin</name>
-      <value>Benín</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show the opening hours of bulk mail recipients.</name>
-      <value>Muestra el horario de apertura de los destinatarios de correo masivo.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Virgin Islands (British)</name>
-      <value>Islas Vírgenes (británicas)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Autoresponder</name>
-      <value>Respuesta automática</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mongolia</name>
-      <value>Mongolia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>was set to</name>
-      <value>se fijó en</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Morocco</name>
-      <value>Marruecos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Employee group already selected</name>
-      <value>Grupo de empleados ya seleccionado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Import source</name>
-      <value>Fuente de importación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>FILE NOT CHANGED</name>
-      <value>ARCHIVO NO CAMBIADO</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Signals</name>
-      <value>Señales</value>
-    </stringEntry>
-    <stringEntry>
-      <name>order</name>
-      <value>pedido</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Download letter</name>
-      <value>Descargar carta</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The code number is not a valid number.</name>
-      <value>El número de código no es un número válido.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Send Answer</name>
-      <value>Enviar respuesta</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product type</name>
-      <value>Tipo de producto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Channel type</name>
-      <value>Tipo de canal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Device Type</name>
-      <value>Tipo de dispositivo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ghana</name>
-      <value>Ghana</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets per inbox (Medium)</name>
-      <value>Gráfico de número de tickets por bandeja de entrada (Medio)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$TASK_PRIORITY_LOW}</name>
-      <value>Bajo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Maldives</name>
-      <value>Maldivas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Existing customer</name>
-      <value>Cliente existente</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Service ticket template</name>
-      <value>Plantilla de ticket de servicio</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SMS</name>
-      <value>SMS</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create and open in editor</name>
-      <value>Crear y abrir en el editor</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Move selection up</name>
-      <value>Mover selección hacia arriba</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Data transfered</name>
-      <value>Datos transferidos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Warning</name>
-      <value>Advertencia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show my contacts</name>
-      <value>mostrar mis contactos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Newsfeed (Preview)</name>
-      <value>Suministro de noticias (vista previa)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 of the chosen records are already recipients.</name>
-      <value>%0 de los registros elegidos ya son destinatarios.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>United Kingdom of Great Britain and Northern Ireland</name>
-      <value>Reino Unido de Gran Bretaña e Irlanda del Norte</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Equatorial Guinea</name>
-      <value>Guinea Ecuatorial</value>
-    </stringEntry>
-    <stringEntry>
-      <name>add to sync</name>
-      <value>agregar para sincronizar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Comma</name>
-      <value>Coma</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Spare part</name>
-      <value>Pieza de recambio</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Only </name>
-      <value>Solo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No more than %0 records can be exported.</name>
-      <value>No se pueden exportar más de %0 registros.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Done by</name>
-      <value>Realizado por</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Salesproject: Created on</name>
-      <value>Oportunidad: Creado el</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add participants to Campaign</name>
-      <value>Agregar participantes a la campaña</value>
-    </stringEntry>
-    <stringEntry>
-      <name>subordinate context</name>
-      <value>contexto subordinado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ascending</name>
-      <value>ascendente</value>
-    </stringEntry>
-    <stringEntry>
-      <name>You were assigned as new district contact to district %0 and %1 organisation(s).</name>
-      <value>Se le asignó como nuevo contacto de distrito al distrito %0 y %1 organización(es).</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Type changed to %0</name>
-      <value>Tipo cambiado a %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Date Clicked</name>
-      <value>Fecha en la que se hizo clic</value>
-    </stringEntry>
-    <stringEntry>
-      <name>End event</name>
-      <value>Fin del evento</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Minimal count must be a positive whole number</name>
-      <value>El recuento mínimo debe ser un número entero positivo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Theme</name>
-      <value>Tema</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Importer created</name>
-      <value>Importador creado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My Bulkmails</name>
-      <value>Mis correos masivos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Estonia</name>
-      <value>Estonia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>synchronize Appointment to Plan</name>
-      <value>sincronizar cita para planificar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>solicits</name>
-      <value>solicita</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Only .odt files are supported for bulkletters.</name>
-      <value>Solo se admiten archivos .odt para bulkletters.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Archived</name>
-      <value>Archivado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Templatename</name>
-      <value>Nombre de la plantilla</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sent Receipts</name>
-      <value>Recibos enviados</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Edited on</name>
-      <value>Editado el</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Adviser Contact</name>
-      <value>Contacto del asesor</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Private persons</name>
-      <value>personas privadas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Further information</name>
-      <value>Más información</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Relation Title</name>
-      <value>Título de la relación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Conclusion</name>
-      <value>Conclusión</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Western Sahara</name>
-      <value>Sahara Occidental</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Email content</name>
-      <value>Contenido del correo electrónico</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Receive new User Permission</name>
-      <value>Recibir nuevo permiso de usuario</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0/%1 participant(s) will be added to the selected campaign step</name>
-      <value>Se agregarán %0/%1 participantes al paso de campaña seleccionado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add Attributes </name>
-      <value>Agregar atributos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>In review</name>
-      <value>En revisión</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Offer No.</name>
-      <value>Oferta No.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Days inactive</name>
-      <value>Días inactivo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Total costs</name>
-      <value>Costos totales</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Function</name>
-      <value>Función</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertisingitem Id</name>
-      <value>ID del artículo publicitario</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show my tickets that are in process.</name>
-      <value>Mostrar mis tickets que están en proceso.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Clear forecast and set state to '%0'?</name>
-      <value>¿Borrar pronóstico y establecer el estado en '%0'?</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Salesproject: Type</name>
-      <value>Oportunidad: Tipo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Configurations</name>
-      <value>Configuraciones</value>
-    </stringEntry>
-    <stringEntry>
-      <name>semicolon</name>
-      <value>punto y coma</value>
-    </stringEntry>
-    <stringEntry>
-      <name>360 Degree</name>
-      <value>360 grados</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Lead Import Reset</name>
-      <value>Restablecimiento de importación de clientes potenciales</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket returned</name>
-      <value>Billete devuelto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Valid from (as %0)</name>
-      <value>Válido desde (como %0)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket Closure</name>
-      <value>Cierre de entradas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertising item</name>
-      <value>artículo publicitario</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Valid from</name>
-      <value>Válida desde</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Interfaces</name>
-      <value>Interfaces</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Touchpoints</name>
-      <value>Puntos de contacto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Relation Type</name>
-      <value>Tipo de relación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Transfer to Invoice</name>
-      <value>Transferir a Factura</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Person duplicate</name>
-      <value>Persona duplicada</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product group</name>
-      <value>Grupo de productos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Offeritems</name>
-      <value>Oferta de artículos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Permission received</name>
-      <value>permiso recibido</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Synchronized with Outlook</name>
-      <value>Sincronizado con Outlook</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The expiry date must be after the start date!</name>
-      <value>¡La fecha de caducidad debe ser posterior a la fecha de inicio!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Edit</name>
-      <value>Editar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Overdue tasks</name>
-      <value>Tareas atrasadas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Document</name>
-      <value>Documento</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mosaico template</name>
-      <value>Plantilla mosaico</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Weekplan already exists!</name>
-      <value>¡El plan de semana ya existe!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Payment method</name>
-      <value>Método de pago</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${SALESPROJECT_PROSPECT}</name>
-      <value>Perspectiva</value>
-    </stringEntry>
-    <stringEntry>
-      <name>carriage free</name>
-      <value>libre de transporte</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Appointment checkup</name>
-      <value>Chequeo de citas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>new Email</name>
-      <value>Nuevo Email</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Import errors</name>
-      <value>Errores de importación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Condition Type</name>
-      <value>Tipo de condición</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add to serial letter</name>
-      <value>Agregar a la carta de serie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Code</name>
-      <value>Código</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Stock</name>
-      <value>Valores</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contract Id</name>
-      <value>Identificación del contrato</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Checklist entry</name>
-      <value>entrada de la lista de verificación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Group</name>
-      <value>Grupo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>25%</name>
-      <value>25%</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Object 2 row Id</name>
-      <value>Id. de fila de objeto 2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Parent Role</name>
-      <value>Rol principal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Only .odt, .docx and .docm files are supported for letters.</name>
-      <value>Solo se admiten archivos .odt, .docx y .docm para letras.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sweden</name>
-      <value>Suecia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Statistic</name>
-      <value>Estadística</value>
-    </stringEntry>
-    <stringEntry>
-      <name>MS Teams</name>
-      <value>Equipos de EM</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Grant new Department Permission</name>
-      <value>Otorgar nuevo permiso de departamento</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New child product</name>
-      <value>Nuevo producto infantil</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket</name>
-      <value>Boleto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Technical specifications</name>
-      <value>Especificaciones técnicas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Default ticket template</name>
-      <value>Plantilla de ticket predeterminada</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Customer Base Sheet</name>
-      <value>Hoja base de clientes</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Status: \"won\"</name>
-      <value>Estado: \"ganado\"</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Date (Month)</name>
-      <value>Fecha (Mes)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New appointment</name>
-      <value>Nueva cita</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 recipient will be added to the serial letter.</name>
-      <value>Se agregará %0 destinatario a la carta de serie.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>dataset</name>
-      <value>conjunto de datos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>within the next year</name>
-      <value>dentro del próximo año</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all offers with first approval</name>
-      <value>Mostrar todas las ofertas con primera aprobación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sales area</name>
-      <value>Area de ventas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Companies</name>
-      <value>Compañías</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mature after days</name>
-      <value>Maduro después de días</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Limited details</name>
-      <value>Detalles limitados</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Special price list</name>
-      <value>lista de precios especiales</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Search</name>
-      <value>Búsqueda</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Retour</name>
-      <value>Retorno</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Test Run</name>
-      <value>Prueba de funcionamiento</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Slovenia</name>
-      <value>Eslovenia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Permission  Overview</name>
-      <value>Resumen de permisos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Creation</name>
-      <value>Creación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sender name</name>
-      <value>Nombre del remitente</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set parent district</name>
-      <value>Establecer distrito principal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contacts selected</name>
-      <value>Contactos seleccionados</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${CONDITION}</name>
-      <value>Condición</value>
-    </stringEntry>
-    <stringEntry>
-      <name>decrease priority</name>
-      <value>disminuir la prioridad</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Valid, limited</name>
-      <value>Válido, limitado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Supervisors</name>
-      <value>supervisores</value>
-    </stringEntry>
-    <stringEntry>
-      <name>To check</name>
-      <value>Verificar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Region</name>
-      <value>Región</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Nauru</name>
-      <value>Nauru</value>
-    </stringEntry>
-    <stringEntry>
-      <name>District</name>
-      <value>Distrito</value>
-    </stringEntry>
-    <stringEntry>
-      <name>2 big</name>
-      <value>alto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>via post</name>
-      <value>por correo postal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>French Guiana</name>
-      <value>Guayana Francesa</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Service ticket</name>
-      <value>boleto de servicio</value>
-    </stringEntry>
-    <stringEntry>
-      <name>URL must be unique</name>
-      <value>La URL debe ser única</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Payment term</name>
-      <value>Plazo de pago</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Start time must be earlier than end time</name>
-      <value>La hora de inicio debe ser anterior a la hora de finalización</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Keyword attribute Id</name>
-      <value>ID de atributo de palabra clave</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Will be inserted</name>
-      <value>será insertado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Saint Pierre and Miquelon</name>
-      <value>San Pedro y Miquelón</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bulk mail</name>
-      <value>correo masivo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Others</name>
-      <value>Otros</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bhutan</name>
-      <value>Bután</value>
-    </stringEntry>
-    <stringEntry>
-      <name>hours</name>
-      <value>horas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Falkland Islands (Malvinas)</name>
-      <value>Islas Malvinas (Malvinas)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Username already exists!</name>
-      <value>¡Nombre de usuario ya existe!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>TASKID (UID)</name>
-      <value>ID DE TAREA (UID)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Home address</name>
-      <value>Direccion de casa</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder must be instanciated with 'new' or one of the factory methods (newSelect, newWhere, newWhereIfSet)</name>
-      <value>SqlBuilder debe instanciarse con 'nuevo' o uno de los métodos de fábrica (newSelect, newwhere, newwhereifset)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>the max amount of this attribute has been reached</name>
-      <value>se ha alcanzado la cantidad máxima de este atributo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Montenegro</name>
-      <value>montenegro</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Quarterly</name>
-      <value>Trimestral</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My Activities</name>
-      <value>Mis actividades</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Invoice</name>
-      <value>Factura</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Support</name>
-      <value>Apoyo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribute determination</name>
-      <value>Determinación de atributos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Support ticket</name>
-      <value>ticket de soporte</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Starts the server process manually, which will recalculate all (potentially) outdated classifications. This process should be executed after changes to the classification configuration.</name>
-      <value>Inicia el proceso del servidor manualmente, que volverá a calcular todas las clasificaciones (potencialmente) obsoletas. Este proceso debe ejecutarse después de cambios en la configuración de clasificación.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Count</name>
-      <value>Contar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Greece</name>
-      <value>Grecia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>DOCUMENT</name>
-      <value>DOCUMENTO</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Partial order</name>
-      <value>Orden parcial</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Object row Id</name>
-      <value>ID de fila de objeto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Appointment Confirmed</name>
-      <value>Cita confirmada</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New offer</name>
-      <value>Nueva oferta</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${PRICELIST_DEFAULT}</name>
-      <value>Estándar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Total opt. item gross</name>
-      <value>Opción total. artículo bruto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add all</name>
-      <value>Añadir todo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>within the last Month</name>
-      <value>en el último mes</value>
-    </stringEntry>
-    <stringEntry>
-      <name>priority</name>
-      <value>prioridad</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Euro</name>
-      <value>Euro</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product_GUI</name>
-      <value>Producto_GUI</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 activities from mails created</name>
-      <value>%0 actividades de correos creados</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Edit defaults</name>
-      <value>Editar valores predeterminados</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Propkey</name>
-      <value>Clave de propiedad</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Object</name>
-      <value>Objeto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Reopen delay</name>
-      <value>Retraso de reapertura</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart Number of tickets total (Status)</name>
-      <value>Gráfico Número de tickets totales (Estado)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Audit Logs</name>
-      <value>Registros de auditoría</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Workflow Model</name>
-      <value>Modelo de flujo de trabajo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tokelau</name>
-      <value>Tokelau</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The next due date must be after the start of the contract and before the expiry of the contract!</name>
-      <value>¡La próxima fecha de vencimiento debe ser posterior al inicio del contrato y antes del vencimiento del contrato!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>planned</name>
-      <value>planificado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$TASK_PRIORITY_NONE}</name>
-      <value>Ninguna</value>
-    </stringEntry>
-    <stringEntry>
-      <name>unknown</name>
-      <value>desconocido</value>
-    </stringEntry>
-    <stringEntry>
-      <name>undefined</name>
-      <value>indefinido</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Names</name>
-      <value>nombres</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: The '#' in pCondition has to occur before the '?' and '?' has to occur 1 time, '#' has to occur 1 or 0 times.</name>
-      <value>SqlBuilder: El '#' en pCondition tiene que ocurrir antes del '?' y '?' tiene que ocurrir 1 vez, '#' tiene que ocurrir 1 o 0 veces.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>approve/deny (2nd approval)</name>
-      <value>aprobar/denegar (2da aprobación)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>District Responsible</name>
-      <value>Responsable del Distrito</value>
-    </stringEntry>
-    <stringEntry>
-      <name>low</name>
-      <value>bajo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Fullfilled</name>
-      <value>cumplido</value>
-    </stringEntry>
-    <stringEntry>
-      <name>approve/deny</name>
-      <value>aprobar/rechazar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Export</name>
-      <value>Exportar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertising received</name>
-      <value>Publicidad recibida</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Total gross (%0)</name>
-      <value>Total bruto (%0)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Kuwait</name>
-      <value>Kuwait</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Croatia</name>
-      <value>Croacia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Administration</name>
-      <value>Administración</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Balancing of interests</name>
-      <value>Equilibrio de intereses</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Article title</name>
-      <value>Descripción del articulo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Internal responsible</name>
-      <value>Responsable interno</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Serial letters</name>
-      <value>cartas seriales</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contract start date</name>
-      <value>Fecha de inicio del contrato</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cons</name>
-      <value>Contras</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Previous phase</name>
-      <value>Fase anterior</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Type</name>
-      <value>Escribe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Swaziland</name>
-      <value>Suazilandia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New sales project created</name>
-      <value>Nuevo proyecto de ventas creado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Saint Barthélemy</name>
-      <value>San Bartolomé</value>
-    </stringEntry>
-    <stringEntry>
-      <name>First Approval</name>
-      <value>Primera Aprobación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>None</name>
-      <value>Ninguna</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Company Addresses</name>
-      <value>Direcciones de la empresa</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Invalid value</name>
-      <value>valor no válido</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Filesize</name>
-      <value>Tamaño del archivo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Unique click rate (in %)</name>
-      <value>Tasa de clics únicos (en %)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Person Id</name>
-      <value>identificación de la persona</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Either or both a contact and a company must be specified</name>
-      <value>Se debe especificar un contacto y una empresa o ambos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Send</name>
-      <value>Enviar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Input</name>
-      <value>Aporte</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Like</name>
-      <value>Me gusta</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Do you really want to delete all usages of \"%0\"?</name>
-      <value>¿Realmente desea eliminar todos los usos de \"%0\"?</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Manufacturer</name>
-      <value>Fabricante</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add the selection to a bulk mail</name>
-      <value>Agregar la selección a un correo masivo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>day</name>
-      <value>día</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sent</name>
-      <value>Enviado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>#,##0.00</name>
-      <value>#,##0.00</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[TEST] KeywordAttribute_lib</name>
-      <value>[PRUEBA] KeywordAttribute_lib</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sales Project Phases</name>
-      <value>Fases del Proyecto de Ventas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Priority</name>
-      <value>Prioridad</value>
-    </stringEntry>
-    <stringEntry>
-      <name>minutes</name>
-      <value>minutos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>You can't set a permission to yourself!</name>
-      <value>¡No puedes establecer un permiso para ti mismo!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>created</name>
-      <value>creado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The data of this Leadimport has already been transfered. Do you want to transfer it again?</name>
-      <value>Los datos de este Leadimport ya han sido transferidos. ¿Quieres transferirlo de nuevo?</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Send documents (WV)</name>
-      <value>Enviar documentos (WV)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>done</name>
-      <value>hecho</value>
-    </stringEntry>
-    <stringEntry>
-      <name>August</name>
-      <value>agosto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Albania</name>
-      <value>Albania</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Virgin Islands (U.S.)</name>
-      <value>Islas Vírgenes (EE. UU.)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New Zealand</name>
-      <value>Nueva Zelanda</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy</name>
-      <value>Dupdo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sales forecast</name>
-      <value>Pronóstico de ventas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${ACTION_DO_OPEN}</name>
-      <value>Abierto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>critical</name>
-      <value>crítico</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Digital</name>
-      <value>Digital</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Version %0</name>
-      <value>Versión %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Standard Country</name>
-      <value>País estándar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mitterbeitergruppe Postkorb</name>
-      <value>Mitterbeitergruppe Postkorb</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cost</name>
-      <value>Costo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Saudi Arabia</name>
-      <value>Arabia Saudita</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Done on</name>
-      <value>Hecho en</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Qatar</name>
-      <value>Katar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[%0]%1 has to be a string or array but it is %2</name>
-      <value>[%0]%1 tiene que ser una cadena o matriz pero es %2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Choose Header</name>
-      <value>Elija encabezado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Name \"%0\" already used for container \"%1\"</name>
-      <value>Nombre \"%0\" ya utilizado para el contenedor \"%1\"</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Serbia</name>
-      <value>Serbia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Blog</name>
-      <value>Blog</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Receipt Footer Text</name>
-      <value>Texto del pie de página del recibo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The status of the offer was changed to \"sent\".</name>
-      <value>El estado de la oferta se cambió a \"enviado\".</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New contact created: %0 %1 %2 %3</name>
-      <value>Nuevo contacto creado: %0 %1 %2 %3</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Rwanda</name>
-      <value>Ruanda</value>
-    </stringEntry>
-    <stringEntry>
-      <name>French Southern Territories</name>
-      <value>Territorios Franceses del Sur</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Linkmanagement</name>
-      <value>Gestión de enlaces</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Date</name>
-      <value>Fecha</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Business Card Language</name>
-      <value>Idioma de la tarjeta de presentación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ø Probability</name>
-      <value>Probabilidad</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Barbados</name>
-      <value>barbados</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Device ID</name>
-      <value>Identificación del dispositivo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Single</name>
-      <value>Único</value>
-    </stringEntry>
-    <stringEntry>
-      <name>You tried to change the status of \"%0\" tickets from 'ended' to another status.</name>
-      <value>Intentó cambiar el estado de los tickets \"%0\" de 'finalizados' a otro estado.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Office Duty</name>
-      <value>Deber de oficina</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Customer</name>
-      <value>Cliente</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Knowledgebase</name>
-      <value>Base de conocimientos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Please select only one element</name>
-      <value>Por favor seleccione solo un elemento</value>
-    </stringEntry>
-    <stringEntry>
-      <name>increase priority</name>
-      <value>aumentar la prioridad</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Paraguay</name>
-      <value>Paraguay</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Success</name>
-      <value>Éxito</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Print reminder</name>
-      <value>Imprimir recordatorio</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The duplicate row corrosponding to %0 has been rebuild</name>
-      <value>La fila duplicada que corresponde a %0 ha sido reconstruida</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Salutations</name>
-      <value>Saludos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set Campaign Step</name>
-      <value>Establecer paso de campaña</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product_technic</name>
-      <value>Product_technic</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No valid sales contract</name>
-      <value>Sin contrato de venta válido</value>
-    </stringEntry>
-    <stringEntry>
-      <name>synchronize</name>
-      <value>sincronizar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>All Unlinked Mails</name>
-      <value>Todos los correos no vinculados</value>
-    </stringEntry>
-    <stringEntry>
-      <name>District: Number</name>
-      <value>Distrito: Número</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Open Admin View</name>
-      <value>Abrir vista de administrador</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Start Serveprocess</name>
-      <value>Iniciar proceso de servicio</value>
-    </stringEntry>
-    <stringEntry>
-      <name>CEO</name>
-      <value>CEO</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Note</name>
-      <value>Nota</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Comoros</name>
-      <value>Comoras</value>
-    </stringEntry>
-    <stringEntry>
-      <name>assigned</name>
-      <value>asignado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Link</name>
-      <value>Enlace</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Write email</name>
-      <value>Escribe email</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add to offer</name>
-      <value>Añadir a la oferta</value>
-    </stringEntry>
-    <stringEntry>
-      <name>file '%0' cannot be read</name>
-      <value>el archivo '%0' no se puede leer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: If pFieldOrCond is a SqlBuilder &amp; pValue is provided, you have to provide also pFieldType, as the type cannot be calculated from pFieldOrCond because it is a subselect</name>
-      <value>SqlBuilder: si pFieldOrCond es un SqlBuilder y se proporciona pValue, debe proporcionar también pFieldType, ya que el tipo no se puede calcular a partir de pFieldOrCond porque es una subselección</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sex</name>
-      <value>Sexo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Migrate Probabilities</name>
-      <value>Probabilidades de migración</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Import date</name>
-      <value>Fecha de importación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>October</name>
-      <value>octubre</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New Notifications</name>
-      <value>Nuevas notificaciones</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Appointment planned</name>
-      <value>Cita planeada</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product_functionality</name>
-      <value>Producto_funcionalidad</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaign participation</name>
-      <value>Participación en la campaña</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ACTIVITYID (UID)</name>
-      <value>ID DE ACTIVIDAD (UID)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set Status</name>
-      <value>Establecer estado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: If pFieldOrCond is a SqlBuilder &amp; pValue is provided, pFieldOrCond has to be a full SqlBuilder which will be used as subselect</name>
-      <value>SqlBuilder: si pFieldOrCond es un SqlBuilder y se proporciona pValue, pFieldOrCond tiene que ser un SqlBuilder completo que se utilizará como subselección</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Accepted call from %0 (%1) to %2, duration: %3</name>
-      <value>Llamada aceptada de %0 (%1) a %2, duración: %3</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Global Cases Table</name>
-      <value>Tabla de casos globales</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Saint Lucia</name>
-      <value>Santa Lucía</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Birthday list</name>
-      <value>lista de cumpleaños</value>
-    </stringEntry>
-    <stringEntry>
-      <name>District assigned</name>
-      <value>distrito asignado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Holiday</name>
-      <value>Vacaciones</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Custom template</name>
-      <value>Plantilla personalizada</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New Service ticket</name>
-      <value>Nuevo billete de servicio</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Reply Template</name>
-      <value>Plantilla de respuesta</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Entity id field name</name>
-      <value>Nombre del campo de identificación de la entidad</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No role(s) selected</name>
-      <value>Ningún rol(s) seleccionado(s)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project management</name>
-      <value>Gestión de proyectos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy bulkmail</name>
-      <value>Copiar correo masivo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project team roles</name>
-      <value>Roles del equipo del proyecto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Update AdvertisingItem</name>
-      <value>Actualizar elemento publicitario</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Object relation type 2</name>
-      <value>Relación de objeto tipo 2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Object relation type 1</name>
-      <value>Relación de objeto tipo 1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Customer code</name>
-      <value>Código de cliente</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Receive task</name>
-      <value>Recibir tarea</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Turks and Caicos Islands</name>
-      <value>Islas Turcas y Caicos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Duplicates have been found</name>
-      <value>Se han encontrado duplicados</value>
-    </stringEntry>
-    <stringEntry>
-      <name>A communication setting for this channel already exists!</name>
-      <value>¡Ya existe una configuración de comunicación para este canal!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Object not found</name>
-      <value>objeto no encontrado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cancel IDs Observations</name>
-      <value>Cancelar DNIs Observaciones</value>
-    </stringEntry>
-    <stringEntry>
-      <name>CIF</name>
-      <value>C.I.F.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribute \"%0\" can't be used more than %1.</name>
-      <value>El atributo \"%0\" no se puede usar más de %1.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>During processing the e-mail an error has occurred.\nPlease contact an administrator.</name>
-      <value>Se ha producido un error durante el procesamiento del correo electrónico.\nPor favor, póngase en contacto con un administrador.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The given Keyword Category Name is already used but needs to be unique</name>
-      <value>El nombre de categoría de palabra clave dado ya se usa, pero debe ser único</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Export CSV</name>
-      <value>Exportar CSV</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Task maturity date</name>
-      <value>Fecha de vencimiento de la tarea</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Exporttempalte Selection</name>
-      <value>Selección de plantilla de exportación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Native Name</name>
-      <value>Nombre nativo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Last process start: synchronize in ADITO</name>
-      <value>Inicio del último proceso: sincronizar en ADITO</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Confirmed</name>
-      <value>Confirmado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Loyalty</name>
-      <value>Lealtad</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Weblinks</name>
-      <value>Enlaces web</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contacting</name>
-      <value>Contactando</value>
-    </stringEntry>
-    <stringEntry>
-      <name>title</name>
-      <value>título</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attachments</name>
-      <value>Archivos adjuntos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Daily Cases</name>
-      <value>Casos diarios</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all users which still have a pending synchronization to Outlook</name>
-      <value>Muestra todos los usuarios que aún tienen una sincronización pendiente con Outlook</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ignore</name>
-      <value>ignorar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket no.</name>
-      <value>Boleto no.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Other_existing Customer</name>
-      <value>Otro_cliente existente</value>
-    </stringEntry>
-    <stringEntry>
-      <name>permission</name>
-      <value>permiso</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Technical requirement</name>
-      <value>Requerimiento técnico</value>
-    </stringEntry>
-    <stringEntry>
-      <name>IT manager</name>
-      <value>Gerente de TI</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Adito dark blue</name>
-      <value>Adito azul oscuro</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mark to Delete</name>
-      <value>Marcar para eliminar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertising material</name>
-      <value>Material publicitario</value>
-    </stringEntry>
-    <stringEntry>
-      <name>First customer conversation</name>
-      <value>Primera conversación con el cliente</value>
-    </stringEntry>
-    <stringEntry>
-      <name>DATE_NEW</name>
-      <value>FECHA_NUEVO</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Total VAT</name>
-      <value>IVA global</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Wear part</name>
-      <value>Parte desgastada</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Relation types</name>
-      <value>Tipos de relación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Weblink</name>
-      <value>Enlace web</value>
-    </stringEntry>
-    <stringEntry>
-      <name>still incorrect</name>
-      <value>sigue siendo incorrecto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Birthday</name>
-      <value>Cumpleaños</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Is being sent</name>
-      <value>Está siendo enviado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket reopen delay</name>
-      <value>Retraso en la reapertura del boleto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>December</name>
-      <value>diciembre</value>
-    </stringEntry>
-    <stringEntry>
-      <name>CONFIRMED</name>
-      <value>CONFIRMADO</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mails</name>
-      <value>Correos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all companies</name>
-      <value>Mostrar todas las empresas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Total in euros</name>
-      <value>totales en euros</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Buying center and internal project team</name>
-      <value>Centro de compras y equipo de proyecto interno</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set workflow</name>
-      <value>Establecer flujo de trabajo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Commodity group B</name>
-      <value>Grupo de productos B</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Commodity group A</name>
-      <value>Grupo de productos A</value>
-    </stringEntry>
-    <stringEntry>
-      <name>insertTicket</name>
-      <value>insertTicket</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Activity: Topic (incl. Subtopics)</name>
-      <value>Actividad: Tema (incluidos subtemas)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Keyword Attribute</name>
-      <value>Atributo de palabra clave</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Lock granted</name>
-      <value>Bloqueo concedido</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cancel ID Observation</name>
-      <value>Cancelar observación de identificación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Commodity group A (WV)</name>
-      <value>Grupo de productos A (WV)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Changed on</name>
-      <value>cambiado en</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all your Observations</name>
-      <value>Muestra todas sus observaciones</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Due date</name>
-      <value>Fecha de vencimiento</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Use for test run</name>
-      <value>Usar para la ejecución de prueba</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Canada</name>
-      <value>Canadá</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My Turnover</name>
-      <value>mi facturación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>field</name>
-      <value>campo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>the \"%0\" table is configured to get logged but this is the logging-stoarge itself and cannot be monitored</name>
-      <value>la tabla \"%0\" está configurada para registrarse, pero este es el almacenamiento de registro en sí mismo y no se puede monitorear</value>
-    </stringEntry>
-    <stringEntry>
-      <name>one file ignored</name>
-      <value>un archivo ignorado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project planned?</name>
-      <value>¿Proyecto planeado?</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribute usage Id</name>
-      <value>ID de uso de atributo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SALESPROJECTID (UID)</name>
-      <value>Oportunidad (UID)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Minimum</name>
-      <value>Mínimo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$OBJECTLINK_TYPE}</name>
-      <value>Escribe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Responsible Districts</name>
-      <value>Distritos Responsables</value>
-    </stringEntry>
-    <stringEntry>
-      <name>inserted</name>
-      <value>insertado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The endtime can't be before begintime!</name>
-      <value>¡El tiempo del fin no puede ser antes del tiempo de comienzo!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Date (Year)</name>
-      <value>Fecha (año)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>All of the chosen records are already in the campaignstep</name>
-      <value>Todos los registros elegidos ya están en el paso de la campaña.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart Number of tickets per inbox (Medium)</name>
-      <value>Gráfico Número de tickets por bandeja de entrada (Medio)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Relationtype</name>
-      <value>tipo de relación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Timor-Leste</name>
-      <value>Timor Oriental</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Commodity group 3</name>
-      <value>Grupo de productos 3</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Commodity group 2</name>
-      <value>Grupo de productos 2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Commodity group 1</name>
-      <value>Grupo de productos 1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Spain</name>
-      <value>España</value>
-    </stringEntry>
-    <stringEntry>
-      <name>All synchronized datasets</name>
-      <value>Todos los conjuntos de datos sincronizados</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Export columns using a exporttemplate</name>
-      <value>Exportar columnas usando una plantilla de exportación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Favoritegroup</name>
-      <value>grupofavorito</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Visit Recommendations</name>
-      <value>Visitar Recomendaciones</value>
-    </stringEntry>
-    <stringEntry>
-      <name>subject</name>
-      <value>sujeto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>You don't have permission for this view.</name>
-      <value>No tienes permiso para esta vista.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mapping</name>
-      <value>Cartografía</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all Facebook posts of ADITO</name>
-      <value>Mostrar todas las publicaciones de Facebook de ADITO</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Trade</name>
-      <value>Comercio</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sender phone</name>
-      <value>Teléfono del remitente</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Desciption</name>
-      <value>Descripción</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mozambique</name>
-      <value>Mozambique</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[%0]it was necessary to create a file from a blob-field but no lob-file-path was specified.</name>
-      <value>[%0]era necesario crear un archivo a partir de un campo blob pero no se especificó ninguna ruta de archivo lob.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Remove Inbox and it's occurance in Tickets.</name>
-      <value>Retire la bandeja de entrada y su ocurrencia en Tickets.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Republic of Kosovo</name>
-      <value>República de Kosovo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Export CSV \"%0\" can now be downloaded</name>
-      <value>Exportar CSV \"%0\" ahora se puede descargar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Possibility to search for terms</name>
-      <value>Posibilidad de buscar términos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Assignment for all selected districts will start now!</name>
-      <value>¡La asignación para todos los distritos seleccionados comenzará ahora!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Export structure</name>
-      <value>Exportar estructura</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Receipt number</name>
-      <value>Número de recibo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Price</name>
-      <value>Precio</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlUtils.getSqlInStatement: if pAsPrepared is true, pPreparedDbType has to be filld with the correct db type</name>
-      <value>SqlUtils.getSqlInStatement: si pAsPrepared es verdadero, pPreparedDbType debe completarse con el tipo de base de datos correcto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Value</name>
-      <value>Valor</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Unit price</name>
-      <value>Precio unitario</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Should a test email be sent to you instead?</name>
-      <value>¿Debería enviarse un correo electrónico de prueba en su lugar?</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Alternative phone</name>
-      <value>Telefono alternativo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Information</name>
-      <value>Información</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Inmob name</name>
-      <value>Nombre de Inmob</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Service Dashboard</name>
-      <value>Panel de servicio</value>
-    </stringEntry>
-    <stringEntry>
-      <name>remove from sync</name>
-      <value>eliminar de la sincronización</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project_volume</name>
-      <value>volumen_proyecto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Full Read Permission</name>
-      <value>Permiso de lectura completo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Inactive</name>
-      <value>Inactivo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Salutation Id</name>
-      <value>Identificación de saludo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Lithuania</name>
-      <value>Lituania</value>
-    </stringEntry>
-    <stringEntry>
-      <name>CSO</name>
-      <value>OSC</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Korea (Republic of)</name>
-      <value>Corea, república de)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket closure (days)</name>
-      <value>Cierre de entradas (días)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tags can't be assigned more than once!</name>
-      <value>¡Las etiquetas no se pueden asignar más de una vez!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Email Filter</name>
-      <value>Filtro de correo electrónico</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Additional data</name>
-      <value>Datos adicionales</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Error</name>
-      <value>Error</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Fulladdress</name>
-      <value>Dirección completa</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Send documents</name>
-      <value>Enviar documentos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Data privacy entries</name>
-      <value>Entradas de privacidad de datos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Norway</name>
-      <value>Noruega</value>
-    </stringEntry>
-    <stringEntry>
-      <name>0%</name>
-      <value>0%</value>
-    </stringEntry>
-    <stringEntry>
-      <name>District No.:</name>
-      <value>Número de distrito:</value>
-    </stringEntry>
-    <stringEntry>
-      <name>CONTACTID (UID)</name>
-      <value>ID DE CONTACTO (UID)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>2 Weeks</name>
-      <value>2 semanas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Resume</name>
-      <value>Reanudar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Offer sent</name>
-      <value>Oferta enviada</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[TEST] Sql_lib - SqlMaskingUtils</name>
-      <value>[PRUEBA] Sql_lib - SqlMaskingUtils</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Owner</name>
-      <value>Dueño</value>
-    </stringEntry>
-    <stringEntry>
-      <name>E-Mail</name>
-      <value>Email</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Email address</name>
-      <value>Dirección de correo electrónico</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${ATTRIBUTE_VOID}</name>
-      <value>Etiqueta</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Facebook Feed</name>
-      <value>Fuente de Facebook</value>
-    </stringEntry>
-    <stringEntry>
-      <name>History</name>
-      <value>Historia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attributes must be unique!</name>
-      <value>¡Los atributos deben ser únicos!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ã…land Islands</name>
-      <value>Islas Aland</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Marshall Islands</name>
-      <value>Islas Marshall</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Weakness</name>
-      <value>Debilidad</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Offerrequest</name>
-      <value>Solicitud de oferta</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Valid to</name>
-      <value>Válido hasta</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Classifications</name>
-      <value>Clasificaciones</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Argentina</name>
-      <value>Argentina</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Boolean value</name>
-      <value>valor booleano</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Categories</name>
-      <value>Categorías</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 Values updated using the current rate: %1</name>
-      <value>%0 Valores actualizados usando la tasa actual: %1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sum</name>
-      <value>Suma</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Zambia</name>
-      <value>Zambia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Belize</name>
-      <value>Belice</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Congo</name>
-      <value>Congo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Participant</name>
-      <value>Partícipe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Service Manager</name>
-      <value>Supervisor</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Georgia</name>
-      <value>Georgia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New offer version</name>
-      <value>Nueva versión de oferta</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Key</name>
-      <value>Llave</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Update all Classification entries in the system</name>
-      <value>Actualizar todas las entradas de Clasificación en el sistema</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Fields of Dependency</name>
-      <value>Campos de Dependencia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>March</name>
-      <value>marcha</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Recalculate all Classifications</name>
-      <value>Recalcular todas las clasificaciones</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Permissions without actions are invalid!</name>
-      <value>¡Los permisos sin acciones no son válidos!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Address Search</name>
-      <value>Búsqueda de direcciones</value>
-    </stringEntry>
-    <stringEntry>
-      <name>supports</name>
-      <value>apoya</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Printing costs</name>
-      <value>Costos de impresión</value>
-    </stringEntry>
-    <stringEntry>
-      <name>30</name>
-      <value>30</value>
-    </stringEntry>
-    <stringEntry>
-      <name>own company</name>
-      <value>propia empresa</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Enter new Ticket &amp; Contact</name>
-      <value>Ingrese nuevo boleto y contacto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Calendar</name>
-      <value>Calendario</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Subscribed</name>
-      <value>Suscrito</value>
-    </stringEntry>
-    <stringEntry>
-      <name>We hereby comply with your request within the statutory period of one month.</name>
-      <value>Por la presente damos cumplimiento a su solicitud en el plazo legal de un mes.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The minimal count can't be larger than the maximal count!</name>
-      <value>¡El conteo mínimo no puede ser mayor que el conteo máximo!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Azerbaijan</name>
-      <value>Azerbaiyán</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${UNLINKEDMAILMAPPING_ADDITIONAL_LINK}</name>
-      <value>${UNLINKEDMAILMAPPING_ADDITIONAL_LINK}</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Groupname</name>
-      <value>Nombre del grupo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cust.-No.</name>
-      <value>Cust.-No.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contacts</name>
-      <value>Contactos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Kgs</name>
-      <value>kilos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Text content</name>
-      <value>Contenido del texto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Reply</name>
-      <value>Respuesta</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Event</name>
-      <value>Evento</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Australia</name>
-      <value>Australia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Service ticket templates</name>
-      <value>Plantillas de tickets de servicio</value>
-    </stringEntry>
-    <stringEntry>
-      <name>contract of sale</name>
-      <value>contrato de venta</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Transfer data</name>
-      <value>Transferir datos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bottom spacing</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Top spacing</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Right spacing</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Left spacing</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Signature Templates</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Page</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Signature Template</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Signer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>E-mail Document Template</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Iceland</name>
-      <value>Islandia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Last</name>
-      <value>Ultimo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Original message</name>
-      <value>Mensaje original</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set as default signature</name>
-      <value>Establecer como firma predeterminada</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Permission Procurer Department</name>
-      <value>Departamento de obtención de permisos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>From no. of units</name>
-      <value>Desde el n. de unidades</value>
-    </stringEntry>
-    <stringEntry>
-      <name>First</name>
-      <value>Primero</value>
-    </stringEntry>
-    <stringEntry>
-      <name>All selected participants already are in the campaign</name>
-      <value>Todos los participantes seleccionados ya están en la campaña</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project_reference</name>
-      <value>Referencia del proyecto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Output value</name>
-      <value>Valor de salida</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Customer counting</name>
-      <value>conteo de clientes</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Changed by</name>
-      <value>Cambiado por</value>
-    </stringEntry>
-    <stringEntry>
-      <name>1 Month</name>
-      <value>1 mes</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Currency Rates</name>
-      <value>Tipos de cambio</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete Team</name>
-      <value>Eliminar equipo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 mails sent sucessfully, %1 mails failed. Process took %2 s.</name>
-      <value>%0 correos enviados con éxito, %1 correos fallidos. El proceso tomó %2 s.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Lead Import</name>
-      <value>Importación de clientes potenciales</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaign response</name>
-      <value>Respuesta de la campaña</value>
-    </stringEntry>
-    <stringEntry>
-      <name>60</name>
-      <value>60</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 status was/were changed</name>
-      <value>%0 estado fue/fueron cambiados</value>
-    </stringEntry>
-    <stringEntry>
-      <name>allow</name>
-      <value>permitir</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Burundi</name>
-      <value>Burundi</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Order number</name>
-      <value>Número de orden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Serviceagent</name>
-      <value>Agente de servicio</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Time</name>
-      <value>Hora</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bulk Mail Opening Hours</name>
-      <value>Horario de apertura de correo masivo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contexts</name>
-      <value>Contextos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Open tasks</name>
-      <value>Tareas abiertas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>China</name>
-      <value>China</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Console</name>
-      <value>Consola</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create only person</name>
-      <value>Crear única persona</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Percent</name>
-      <value>Por ciento</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Philippines</name>
-      <value>Filipinas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>User Administration</name>
-      <value>Administración de Usuario</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Buttons</name>
-      <value>Botones</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${CHECK SALESPROJECT \"%0\"}</name>
-      <value>comprobar estado Oportunidad \"%0\</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all campaigns</name>
-      <value>Muestra todas las campañas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Total time</name>
-      <value>Tiempo Total</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Field and Position</name>
-      <value>Campo y Posición</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Pending datasets</name>
-      <value>Conjuntos de datos pendientes</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Rejected</name>
-      <value>Rechazado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sales Project Id</name>
-      <value>Identificación de oportunidad</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ticket no.</name>
-      <value>boleto no.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New Caledonia</name>
-      <value>Nueva Caledonia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New step</name>
-      <value>Nuevo paso</value>
-    </stringEntry>
-    <stringEntry>
-      <name>90</name>
-      <value>90</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Iraq</name>
-      <value>Irak</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sales project responsibility set</name>
-      <value>Conjunto de responsabilidad de oportunidad</value>
-    </stringEntry>
-    <stringEntry>
-      <name>NONE</name>
-      <value>NINGUNA</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Chile</name>
-      <value>Chile</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Nepal</name>
-      <value>Nepal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>District Responsibles</name>
-      <value>Responsables Distritales</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Unchanged plan values</name>
-      <value>Valores plan sin modificar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Other_unknown</name>
-      <value>Otro_desconocido</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Isle of Man</name>
-      <value>Isla del hombre</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Curaçao</name>
-      <value>curazao</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Minimal</name>
-      <value>Mínimo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[TEST] Util_lib</name>
-      <value>[PRUEBA] Util_lib</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy offer</name>
-      <value>Copiar oferta</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Checklists</name>
-      <value>listas de verificación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Belgium</name>
-      <value>Bélgica</value>
-    </stringEntry>
-    <stringEntry>
-      <name>LOW</name>
-      <value>BAJO</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The contact has an advertising ban for letters!</name>
-      <value>¡El contacto tiene una prohibición de publicidad para cartas!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Peru</name>
-      <value>Perú</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Favorites</name>
-      <value>Favoritos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>30 days net</name>
-      <value>30 días neto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Chad</name>
-      <value>Chad</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Employee group rule groups</name>
-      <value>Grupos de reglas de grupos de empleados</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Salesorder item Id</name>
-      <value>Id. de artículo de pedido de ventas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Inclusive gateway</name>
-      <value>Pasarela inclusiva</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket resubmission</name>
-      <value>Reenvío de entradas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Descriptions</name>
-      <value>Descripciones</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Supervisor Assign all selected districts</name>
-      <value>Asignar todos los distritos seleccionados</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Please select a documenttemplate or upload a new file.</name>
-      <value>Seleccione una plantilla de documento o cargue un nuevo archivo.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Email address has to be unique</name>
-      <value>La dirección de correo electrónico tiene que ser única.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Milestones Phase</name>
-      <value>Fase de hitos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Partner</name>
-      <value>Compañero</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My synchronized datasets</name>
-      <value>Mis conjuntos de datos sincronizados</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Keyword</name>
-      <value>Palabra clave</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribute relation Id</name>
-      <value>ID de relación de atributo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Will be updated</name>
-      <value>Será actualizado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Employee Groups</name>
-      <value>Grupos de empleados</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaign Costs</name>
-      <value>Costos de campaña</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Field separator</name>
-      <value>separador de campo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>by title</name>
-      <value>por titulo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tag</name>
-      <value>Etiqueta</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribute filters</name>
-      <value>Filtros de atributos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Classification: </name>
-      <value>Clasificación:</value>
-    </stringEntry>
-    <stringEntry>
-      <name>inbox</name>
-      <value>bandeja de entrada</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Title suffix</name>
-      <value>sufijo del título</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Business Fair Talk</name>
-      <value>Charla de negocios</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Wallis and Futuna</name>
-      <value>Wallis y Futuna</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Hierarchy</name>
-      <value>Jerarquía</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket returned to pool</name>
-      <value>Boleto devuelto a la piscina</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cause</name>
-      <value>Porque</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tree</name>
-      <value>Árbol</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Start workflows</name>
-      <value>Iniciar flujos de trabajo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Aborted</name>
-      <value>Abortado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>resubmitted</name>
-      <value>reenviado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Senegal</name>
-      <value>Senegal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Dunning level</name>
-      <value>nivel de reclamación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Layout costs</name>
-      <value>Costos de diseño</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$DISTRICT_NUMBER}</name>
-      <value>Número de distrito</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Step costs</name>
-      <value>Costos de paso</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Newsletter dispatch</name>
-      <value>Envío de boletín</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Steps</name>
-      <value>Pasos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Category</name>
-      <value>Categoría</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Social Media</name>
-      <value>Redes sociales</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Print order</name>
-      <value>Orden de impresión</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My workflow tasks</name>
-      <value>Mis tareas de flujo de trabajo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Assessment</name>
-      <value>Evaluación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Stock Id</name>
-      <value>Identificación de existencias</value>
-    </stringEntry>
-    <stringEntry>
-      <name>discounted Price</name>
-      <value>Precio descontado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Source</name>
-      <value>Fuente</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Points</name>
-      <value>Puntos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mobile number (Person)</name>
-      <value>Número de móvil (Persona)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: The provided values object for updateFields is invalid or is not an object.</name>
-      <value>SqlBuilder: el objeto de valores proporcionado para updateFields no es válido o no es un objeto.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>synchronize Plan to Appointment</name>
-      <value>sincronizar Plan a Cita</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Missed</name>
-      <value>Omitido</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Slovakia</name>
-      <value>Eslovaquia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>February</name>
-      <value>febrero</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Reply Mail</name>
-      <value>Responder correo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Parent context</name>
-      <value>Contexto principal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${SALESPROJECT_LEAD}</name>
-      <value>Calificación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Service</name>
-      <value>Servicio</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Conversion Rate</name>
-      <value>Tasa de conversión</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Change</name>
-      <value>Cambio</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sorting</name>
-      <value>Clasificación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contact</name>
-      <value>Contacto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Individual Answer</name>
-      <value>Respuesta individual</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Price policy</name>
-      <value>Política de precios</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Desktop</name>
-      <value>Escritorio</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Blog (Organisation)</name>
-      <value>Blog (Organización)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Service task</name>
-      <value>tarea de servicio</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete</name>
-      <value>Borrar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Appointment</name>
-      <value>Cita</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Company duplicate</name>
-      <value>Duplicado de empresa</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Maximal Count</name>
-      <value>Recuento máximo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Boss of</name>
-      <value>jefe de</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mappingfield</name>
-      <value>campo de mapeo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Account Manager</name>
-      <value>Gerente de cuentas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>unsubscribe</name>
-      <value>darse de baja</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Street</name>
-      <value>calle</value>
-    </stringEntry>
-    <stringEntry>
-      <name>July</name>
-      <value>mes de julio</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Serverprocess has been started</name>
-      <value>Se ha iniciado el proceso del servidor</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tags</name>
-      <value>Etiquetas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Do you really want to anonymize all marked persons?</name>
-      <value>¿Realmente desea anonimizar a todas las personas marcadas?</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Status</name>
-      <value>Estado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Lead import</name>
-      <value>Importación de clientes potenciales</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Download e-mail</name>
-      <value>Descargar correo electrónico</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertising material count</name>
-      <value>Recuento de material publicitario</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The offer number already exists!</name>
-      <value>¡El número de oferta ya existe!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No risk</name>
-      <value>Sin riesgo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Confirmation dialog</name>
-      <value>Diálogo de confirmación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>End time</name>
-      <value>Hora de finalización</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ExportTemplate Selection</name>
-      <value>Selección de plantilla de exportación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Liquibase</name>
-      <value>Liquibase</value>
-    </stringEntry>
-    <stringEntry>
-      <name>UID</name>
-      <value>UID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New status</name>
-      <value>Nuevo estado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Observe</name>
-      <value>Observar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Finland</name>
-      <value>Finlandia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Faroe Islands</name>
-      <value>Islas Faroe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Number value</name>
-      <value>Valor numérico</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Import canceled</name>
-      <value>Importación cancelada</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Choose address</name>
-      <value>Elige la dirección</value>
-    </stringEntry>
-    <stringEntry>
-      <name>June</name>
-      <value>junio</value>
-    </stringEntry>
-    <stringEntry>
-      <name>please only filter using 'equal'</name>
-      <value>por favor solo filtre usando 'igual'</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Position Id</name>
-      <value>Identificación de la posición</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Search Synchronisation</name>
-      <value>Sincronización de búsqueda</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Charts</name>
-      <value>Gráficos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${UNIGNORE_DUPLICATE}</name>
-      <value>El registro es un duplicado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>An</name>
-      <value>Un</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Permission Action</name>
-      <value>Acción de permiso</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Parts list</name>
-      <value>Lista de partes</value>
-    </stringEntry>
-    <stringEntry>
-      <name>User tokens</name>
-      <value>Fichas de usuario</value>
-    </stringEntry>
-    <stringEntry>
-      <name>internal reply</name>
-      <value>respuesta interna</value>
-    </stringEntry>
-    <stringEntry>
-      <name>CC</name>
-      <value>CC</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No new tickets available at this moment.</name>
-      <value>No hay entradas nuevas disponibles en este momento.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Fix costs</name>
-      <value>Costos fijos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Take price</name>
-      <value>tomar precio</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Wrong password</name>
-      <value>Contraseña incorrecta</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contribute map data</name>
-      <value>Contribuir con datos de mapas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>United Arab Emirates</name>
-      <value>Emiratos Árabes Unidos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Addresstype</name>
-      <value>Tipo de dirección</value>
-    </stringEntry>
-    <stringEntry>
-      <name>None, individual count</name>
-      <value>Ninguno, recuento individual</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cover letter</name>
-      <value>Carta de presentación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaign Step</name>
-      <value>Paso de campaña</value>
-    </stringEntry>
-    <stringEntry>
-      <name>7 days net</name>
-      <value>7 días netos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product content</name>
-      <value>Contenido del producto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Move up</name>
-      <value>Ascender</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Unread</name>
-      <value>No leído</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Recipients after adding</name>
-      <value>Destinatarios después de agregar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cyprus</name>
-      <value>Chipre</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Discussions</name>
-      <value>Discusiones</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Single (Service/Internal)</name>
-      <value>Individual (Servicio/Interno)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attendees</name>
-      <value>asistentes</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Enter current password to verify</name>
-      <value>Ingrese la contraseña actual para verificar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Use all service ticket categories</name>
-      <value>Usar todas las categorías de boletos de servicio</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket number of the created ticket</name>
-      <value>Número de ticket del ticket creado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Existing contact</name>
-      <value>Contacto existente</value>
-    </stringEntry>
-    <stringEntry>
-      <name>by translated title</name>
-      <value>por título traducido</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Brazil</name>
-      <value>Brasil</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cabo Verde</name>
-      <value>Cabo Verde</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Map data © %0 contributors | %1 | %2</name>
-      <value>Datos del mapa © %0 colaboradores | %1 | %2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ecuador</name>
-      <value>Ecuador</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set campaign step</name>
-      <value>Establecer paso de campaña</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Rule editor</name>
-      <value>editor de reglas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>User task</name>
-      <value>Tarea de usuario</value>
-    </stringEntry>
-    <stringEntry>
-      <name>date of birth must not be in the future</name>
-      <value>fecha de nacimiento no debe ser en el futuro</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Supervisor assignment</name>
-      <value>Asignación de supervisor</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Appointments</name>
-      <value>Equipo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Salesorder Id</name>
-      <value>Id. de pedido de ventas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Keyword Categories</name>
-      <value>Categorías de palabras clave</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Do you really want to resynchronize the user completely?\nThe synchronisation in ADITO will be deleted.\nThe outlook contacts must be cleared manually.</name>
-      <value>¿Realmente desea volver a sincronizar al usuario por completo?\nSe eliminará la sincronización en ADITO.\nLos contactos de Outlook deben borrarse manualmente.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Editorial</name>
-      <value>Editorial</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: The provided callback function is not a function.</name>
-      <value>SqlBuilder: la función de devolución de llamada proporcionada no es una función.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Logistics</name>
-      <value>Logística</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Complete task</name>
-      <value>Tarea completa</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Haiti</name>
-      <value>Haití</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${ORGTYPE_OTHER}</name>
-      <value>Otro</value>
-    </stringEntry>
-    <stringEntry>
-      <name>private</name>
-      <value>privado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The max participants count has to be equal or greater than the count of the current participants!</name>
-      <value>¡El número máximo de participantes debe ser igual o mayor que el número de participantes actuales!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>AsysAudit Clean Up</name>
-      <value>Limpieza de AsysAudit</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Appointment Id</name>
-      <value>Identificación de la cita</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My Permissions</name>
-      <value>Mis permisos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Exchange Rate </name>
-      <value>Tipo de cambio</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Intermediate catching event</name>
-      <value>Evento de captura intermedia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Away travel</name>
-      <value>viaje lejos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sales Projects</name>
-      <value>Oportunidades</value>
-    </stringEntry>
-    <stringEntry>
-      <name>responsible</name>
-      <value>responsable</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Open MS Teams</name>
-      <value>Equipos abiertos de EM</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Activities</name>
-      <value>Ocupaciones</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Condition</name>
-      <value>Condición</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Knowledge Management</name>
-      <value>Conocimiento administrativo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Download template</name>
-      <value>Descargar plantilla</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Adito light blue</name>
-      <value>Adito azul claro</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Talk</name>
-      <value>Hablar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sufficient guarantees</name>
-      <value>Garantías suficientes</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Checked</name>
-      <value>Comprobado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>View duplicates</name>
-      <value>Ver duplicados</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Exec type</name>
-      <value>tipo ejecutivo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The status of the offer was changed to \"Sent\".</name>
-      <value>El estado de la oferta se cambió a \"Enviado\".</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The max participants count can not be equal or less then 0</name>
-      <value>El número máximo de participantes no puede ser igual o inferior a 0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>#rememberme</name>
-      <value>#Recuérdame</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Date value</name>
-      <value>Valor de fecha</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Total opt. item net</name>
-      <value>Opción total. artículo neto</value>
-    </stringEntry>
-    <stringEntry>
-      <name> Info</name>
-      <value>Información</value>
-    </stringEntry>
-    <stringEntry>
-      <name>NUMBER VALUE</name>
-      <value>VALOR NÚMERO</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Reveal the price in the offer</name>
-      <value>Revelar el precio en la oferta.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Filter can't be empty</name>
-      <value>El filtro no puede estar vacío</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets total (Status)</name>
-      <value>Gráfico número de tickets total (Estado)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>History Phases and States</name>
-      <value>Historia Fases y Estados</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Area Manager</name>
-      <value>Gerente de área</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ID</name>
-      <value>IDENTIFICACIÓN</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The workflow could not be deployed</name>
-      <value>No se pudo implementar el flujo de trabajo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>processing %0/%1</name>
-      <value>procesando %0/%1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>IN</name>
-      <value>EN</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Regular expression</name>
-      <value>Expresión regular</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Visit Planning</name>
-      <value>Planificación de visitas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bulk Mail</name>
-      <value>Correo masivo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>IT</name>
-      <value>ESO</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New created plan values</name>
-      <value>Nuevos valores plan creados</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: You have to specify at least one parameter</name>
-      <value>SqlBuilder: debe especificar al menos un parámetro</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Distribution</name>
-      <value>Distribución</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket filter</name>
-      <value>Filtro de entradas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Id</name>
-      <value>Identificación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Person</name>
-      <value>Persona</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Fiji</name>
-      <value>Fiyi</value>
-    </stringEntry>
-    <stringEntry>
-      <name>MAX</name>
-      <value>MÁX.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Guinea</name>
-      <value>Guinea</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create subordinate relationship</name>
-      <value>Crear relación subordinada</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Opener rate (in %)</name>
-      <value>Tasa de apertura (en %)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Found a duplicate member</name>
-      <value>Encontré un miembro duplicado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>URL</name>
-      <value>URL</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Openers</name>
-      <value>Abridores</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Signal</name>
-      <value>Señal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Nigeria</name>
-      <value>Nigeria</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Grading</name>
-      <value>calificación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Enable relation type 2</name>
-      <value>Habilitar relación tipo 2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product Id</name>
-      <value>ID del Producto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Usage</name>
-      <value>Uso</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Amount</name>
-      <value>Monto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Text Modular</name>
-      <value>Texto modular</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Order Type</name>
-      <value>Tipo de orden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Currencies</name>
-      <value>Monedas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>District definition</name>
-      <value>Definición de distrito</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Workflow definition</name>
-      <value>Definición de flujo de trabajo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create Team</name>
-      <value>Crear equipo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>DSGVO - mark + delete prozess</name>
-      <value>DSGVO - marcar + eliminar proceso</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Import name</name>
-      <value>Importar nombre</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Memo</name>
-      <value>Memorándum</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Task</name>
-      <value>Tarea</value>
-    </stringEntry>
-    <stringEntry>
-      <name>CAMPAIGNID (UID)</name>
-      <value>ID DE CAMPAÑA (UID)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>For this report</name>
-      <value>para este informe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Synchronize</name>
-      <value>Sincronizar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>True</name>
-      <value>Cierto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Fair lead created</name>
-      <value>Cliente potencial justo creado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Communication: Mail</name>
-      <value>Comunicación: Correo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${QUANTITY_LOWER_THAN_1}</name>
-      <value>La cantidad debe ser mayor que 0.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Trigger</name>
-      <value>Desencadenar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Notice</name>
-      <value>Aviso</value>
-    </stringEntry>
-    <stringEntry>
-      <name>no attachments</name>
-      <value>sin adjuntos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Swiss Franc</name>
-      <value>Franco suizo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Guam</name>
-      <value>Guam</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sort</name>
-      <value>Clasificar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 \"%1\"</name>
-      <value>%0 \"%1\"</value>
-    </stringEntry>
-    <stringEntry>
-      <name>new</name>
-      <value>nuevo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Receipt</name>
-      <value>Recibo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Adviser</name>
-      <value>Asesor</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Company_size</name>
-      <value>Tamaño de la empresa</value>
-    </stringEntry>
-    <stringEntry>
-      <name>South Sudan</name>
-      <value>Sudán del Sur</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Standard City</name>
-      <value>Ciudad estándar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Decision-maker changed</name>
-      <value>El tomador de decisiones cambió</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${SALESPROJECT_MST_STATUS_CHANGE}</name>
-      <value>El estado de la oportunidad '%0' se cambió a '%1'.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${COUNT_PREPOSITION_SINGLE}</name>
-      <value>hora</value>
-    </stringEntry>
-    <stringEntry>
-      <name>child of</name>
-      <value>niño de</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sint Maarten (Dutch part)</name>
-      <value>Sint Maarten (parte holandesa)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Team role</name>
-      <value>Rol de equipo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$DISTRICT_NO}</name>
-      <value>Número de distrito</value>
-    </stringEntry>
-    <stringEntry>
-      <name>File</name>
-      <value>Archivo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Payment problem customer</name>
-      <value>cliente con problema de pago</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Employee account</name>
-      <value>cuenta de empleado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Malta</name>
-      <value>Malta</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Observe Filter</name>
-      <value>Observar filtro</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Phone</name>
-      <value>Teléfono</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ireland</name>
-      <value>Irlanda</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show the organisations turnover and forecast in a 3 year time-span</name>
-      <value>Muestra la facturación y el pronóstico de la organización en un lapso de tiempo de 3 años.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>To re-open tickets, please use the corresponding action.</name>
-      <value>Para reabrir tickets, utilice la acción correspondiente.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>France</name>
-      <value>Francia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Synchronize documents</name>
-      <value>Sincronizar documentos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No</name>
-      <value>No</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The Value has to be in the 0-100% range</name>
-      <value>El valor tiene que estar en el rango de 0-100%</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertising count</name>
-      <value>Recuento de publicidad</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all contracts</name>
-      <value>Mostrar todos los contratos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all receipts</name>
-      <value>Mostrar todos los recibos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Document templates</name>
-      <value>Plantillas de documentos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Filter set</name>
-      <value>Conjunto de filtros</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show my synchronized datasets</name>
-      <value>Muestra mis conjuntos de datos sincronizados</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Dumping price competition</name>
-      <value>Dumping competencia de precios</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set status</name>
-      <value>Establecer estado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Error: The Importfile could not be found anymore.</name>
-      <value>Error: Ya no se pudo encontrar el archivo de importación.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>PP</name>
-      <value>PÁGINAS</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Edit Team</name>
-      <value>Editar equipo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Export Template Field</name>
-      <value>Exportar campo de plantilla</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Automatically</name>
-      <value>Automáticamente</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Synchronize calendar permissions from Exchange to ADITO</name>
-      <value>Sincronizar permisos de calendario de Exchange a ADITO</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Competitions/Competitor</name>
-      <value>Competiciones/Competidor</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bahamas</name>
-      <value>bahamas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Permission Details</name>
-      <value>Detalles del permiso</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Salesprojects</name>
-      <value>Oportunidades</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Assign supervisors</name>
-      <value>Asignar distrito</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bonaire, Sint Eustatius and Saba</name>
-      <value>Bonaire, San Eustaquio y Saba</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Selection value</name>
-      <value>Valor de selección</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Export Template Fields</name>
-      <value>Exportar campos de plantilla</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Inbox filters</name>
-      <value>Filtros de bandeja de entrada</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cut</name>
-      <value>Cortar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Import Logs</name>
-      <value>Importar registros</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket Control Center</name>
-      <value>Centro de control de boletos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New campaign step</name>
-      <value>Nuevo paso de campaña</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Will be deleted</name>
-      <value>Será borrado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Is unlinked activity</name>
-      <value>Es actividad no vinculada</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Item sort</name>
-      <value>Tipo de artículo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Details</name>
-      <value>Detalles</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Volume</name>
-      <value>Volumen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all Favorites</name>
-      <value>Mostrar todos los favoritos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Observations</name>
-      <value>Observaciones</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Saint Kitts and Nevis</name>
-      <value>San Cristóbal y Nieves</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Xing (Person)</name>
-      <value>Xing (Persona)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Placeholder</name>
-      <value>Marcador de posición</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Open Route</name>
-      <value>Ruta abierta</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${WORKFLOW_SUSPEND}</name>
-      <value>Suspender</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Source tablename Id</name>
-      <value>ID de nombre de tabla de origen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product A1</name>
-      <value>Producto A1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product A2</name>
-      <value>Producto A2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Phase mandatory</name>
-      <value>Fase obligatoria</value>
-    </stringEntry>
-    <stringEntry>
-      <name>default</name>
-      <value>defecto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My Contacts</name>
-      <value>Mis contactos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Malawi</name>
-      <value>Malaui</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Conclusion (MB)</name>
-      <value>Conclusión (MB)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SP</name>
-      <value>SP</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tunisia</name>
-      <value>Túnez</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Designation</name>
-      <value>Designacion</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Preselection</name>
-      <value>Preselección</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Article Number</name>
-      <value>Número de artículo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Target Amount</name>
-      <value>Importe objetivo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Knowledge Role</name>
-      <value>Rol de conocimiento</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Typ</name>
-      <value>tipo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product B2</name>
-      <value>Producto B2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product B1</name>
-      <value>Producto B1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Firstname</name>
-      <value>Nombre de pila</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add Participants</name>
-      <value>Añadir participantes</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Max Points</name>
-      <value>Puntos máximos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket created through duplication</name>
-      <value>Ticket creado a través de la duplicación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Exports the knowledge entry as a html file</name>
-      <value>Exporta la entrada de conocimiento como un archivo html</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Other</name>
-      <value>Otro</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Workflow deploy failed</name>
-      <value>No se pudo implementar el flujo de trabajo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribute \"%0\" has to be used at least %1.</name>
-      <value>El atributo \"%0\" debe usarse al menos %1.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Occurrences</name>
-      <value>Ocurrencias</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Prices</name>
-      <value>Precios</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Initiator</name>
-      <value>Iniciador</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Delivery problems</name>
-      <value>problemas de entrega</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Task link Id</name>
-      <value>ID de enlace de tarea</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Algeria</name>
-      <value>Argelia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>To</name>
-      <value>A</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Object type 1</name>
-      <value>Objeto tipo 1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Object type 2</name>
-      <value>Tipo de objeto 2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Evaluation</name>
-      <value>Evaluación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertising shipment</name>
-      <value>Envío de publicidad</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Receipt Header Text</name>
-      <value>Texto del encabezado del recibo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Free</name>
-      <value>Gratis</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${CONTEXT}</name>
-      <value>Contexto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Observation</name>
-      <value>Observación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Internal forwarding via mailing</name>
-      <value>Reenvío interno vía mailing</value>
-    </stringEntry>
-    <stringEntry>
-      <name>EWS - Manage Synctable</name>
-      <value>EWS - Administrar tabla sincronizable</value>
-    </stringEntry>
-    <stringEntry>
-      <name>September</name>
-      <value>septiembre</value>
-    </stringEntry>
-    <stringEntry>
-      <name>System</name>
-      <value>Sistema</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Netherlands</name>
-      <value>Países Bajos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>PERS</name>
-      <value>PERSONAS</value>
-    </stringEntry>
-    <stringEntry>
-      <name>supervisor of</name>
-      <value>supervisor de</value>
-    </stringEntry>
-    <stringEntry>
-      <name>delivery</name>
-      <value>entrega</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Paste</name>
-      <value>Pegar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The roll out date must be after the project start!</name>
-      <value>¡La fecha de lanzamiento debe ser posterior al inicio del proyecto!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Superordinate Topic</name>
-      <value>Tema superior</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Scope</name>
-      <value>Alcance</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mappings</name>
-      <value>Asignaciones</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Filter</name>
-      <value>Filtrar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation: Address</name>
-      <value>Dirección de la organización</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Receipts</name>
-      <value>Ingresos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>An error occured during converting the msg file into an standardized mail.</name>
-      <value>Ocurrió un error al convertir el archivo msg en un correo estandarizado.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Monthly</name>
-      <value>Mensual</value>
-    </stringEntry>
-    <stringEntry>
-      <name>DATE_EDIT</name>
-      <value>FECHA_EDITAR</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Status (Mailbridge)</name>
-      <value>Estado (Puente de correo)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>VAT</name>
-      <value>IVA</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sales Project Analyses</name>
-      <value>Análisis de oportunidades</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Interests</name>
-      <value>Intereses</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cayman Islands</name>
-      <value>Islas Caimán</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The data is transmitted to the following recipients:</name>
-      <value>Los datos se transmiten a los siguientes destinatarios:</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Number of Tickets (Status)</name>
-      <value>Número de Tickets (Estado)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Log</name>
-      <value>Tronco</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create receipt</name>
-      <value>Crear recibo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Rulegroup already selected</name>
-      <value>Grupo de reglas ya seleccionado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Labels</name>
-      <value>Etiquetas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Market situation</name>
-      <value>Situacion del mercado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets per inbox (Status)</name>
-      <value>Gráfico número de tickets por bandeja de entrada (Estado)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Event End</name>
-      <value>Fin del evento</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Alt. Phone</name>
-      <value>alternativa Teléfono</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Follow-Up</name>
-      <value>Hacer un seguimiento</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Treat</name>
-      <value>Tratar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Second Approval</name>
-      <value>Segunda Aprobación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>is DSGVO Relevant</name>
-      <value>es DSGVO relevante</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product interest</name>
-      <value>Producto de interés</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Hong Kong</name>
-      <value>Hong Kong</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 new participants will be added to the campaign.</name>
-      <value>Se agregarán %0 nuevos participantes a la campaña.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Thailand</name>
-      <value>Tailandia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>An error occured during getting contact data.</name>
-      <value>Ocurrió un error al obtener los datos de contacto.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Possible Value</name>
-      <value>Valor posible</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Begin</name>
-      <value>Comenzar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>1. Classification</name>
-      <value>1. Clasificación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Delivery specification</name>
-      <value>Especificación de entrega</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Inboxes</name>
-      <value>Bandejas de entrada</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Creation date</name>
-      <value>Fecha de creación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Open Location</name>
-      <value>Abrir ubicación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Orderitem</name>
-      <value>Articulo ordenado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cook Islands</name>
-      <value>Islas Cook</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Fair</name>
-      <value>Justo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Open Salesprojects</name>
-      <value>Oportunidades Abiertas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>tentative</name>
-      <value>tentativo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sales Project milestone Id</name>
-      <value>Id. de hito de oportunidad</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Dunning text</name>
-      <value>Texto de reclamación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Activity Id</name>
-      <value>Identificación de actividad</value>
-    </stringEntry>
-    <stringEntry>
-      <name>MS-Teams Message</name>
-      <value>Mensaje de MS-Teams</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Business Fair Leads</name>
-      <value>Clientes potenciales de la feria de negocios</value>
-    </stringEntry>
-    <stringEntry>
-      <name>1. Target group</name>
-      <value>1. Grupo objetivo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Auto assignment</name>
-      <value>Asignación automática</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Over due</name>
-      <value>Atrasado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Opening Date</name>
-      <value>Fecha de apertura</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attributes</name>
-      <value>Atributos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Availability only</name>
-      <value>Solo disponibilidad</value>
-    </stringEntry>
-    <stringEntry>
-      <name>OFFERID (UID)</name>
-      <value>ID DE OFERTA (UID)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Name changed to %0</name>
-      <value>Nombre cambiado a %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Current participants</name>
-      <value>Participantes actuales</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create Visitreport</name>
-      <value>Crear informe de visita</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Redirect needs a full URL with http/https</name>
-      <value>El redireccionamiento necesita una URL completa con http/https</value>
-    </stringEntry>
-    <stringEntry>
-      <name>within one Month</name>
-      <value>En un mes</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Offer Id</name>
-      <value>Identificación de la oferta</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Connection Type</name>
-      <value>Tipo de conección</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Status change skipped!</name>
-      <value>¡Cambio de estado omitido!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Assistance</name>
-      <value>Asistencia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>pSqlQuery must be of type SqlBuilder</name>
-      <value>pSqlQuery debe ser del tipo SqlBuilder</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Recipient status</name>
-      <value>Estado del destinatario</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Name native</name>
-      <value>Nombre nativo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Postcode</name>
-      <value>Código postal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Marketing Dashboard</name>
-      <value>Panel de marketing</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Download Mail</name>
-      <value>Descargar Correo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Address Id</name>
-      <value>Identificación de la dirección</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create new Appointment</name>
-      <value>Crear nueva cita</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The status-change of the ticket was skipped. Any other changes were carried out.</name>
-      <value>Se omitió el cambio de estado del ticket. Cualquier otro cambio se llevó a cabo.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Message</name>
-      <value>Mensaje</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Deleting the dependency also deletes its fields.</name>
-      <value>Eliminar la dependencia también elimina sus campos.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[TEST] .All</name>
-      <value>[PRUEBA] .Todos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Per participant</name>
-      <value>por participante</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mechanical engineering</name>
-      <value>Ingeniería Mecánica</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add Dependency</name>
-      <value>Agregar dependencia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 responsilbe/s was/were changed</name>
-      <value>%0 responsilbe/s fue/fueron cambiados</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Default mail</name>
-      <value>Correo predeterminado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Last process start: synchronize to Outlook</name>
-      <value>Inicio del último proceso: sincronizar con Outlook</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Turnover and Forecast</name>
-      <value>Facturación y Pronóstico</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Until</name>
-      <value>Hasta</value>
-    </stringEntry>
-    <stringEntry>
-      <name>area manager</name>
-      <value>gerente de área</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Preview</name>
-      <value>Avance</value>
-    </stringEntry>
-    <stringEntry>
-      <name>From</name>
-      <value>Desde</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Office address</name>
-      <value>Dirección de la oficina</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: You have to provide a subquery as SqlBuilder, prepared-array or string</name>
-      <value>SqlBuilder: debe proporcionar una subconsulta como SqlBuilder, matriz preparada o cadena</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Weekplan</name>
-      <value>Plan de semana</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${COUNT_PREPOSITION_MULTIPLE}</name>
-      <value>veces</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Name latin</name>
-      <value>Nombre latino</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Classification fields</name>
-      <value>Campos de clasificación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${WEBSERVICE_ERROR} url:%0 status:%1</name>
-      <value>Servicio web no disponible. URL: %0 %1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Remaining tasks and appointments</name>
-      <value>Tareas pendientes y citas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Denmark</name>
-      <value>Dinamarca</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Angebot</name>
-      <value>angebot</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Summary</name>
-      <value>Resumen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all synchronized datasets</name>
-      <value>Muestra todos los conjuntos de datos sincronizados</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Entity</name>
-      <value>Entidad</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: unsupportet parameter combination</name>
-      <value>SqlBuilder: combinación de parámetros no compatible</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Query</name>
-      <value>Consulta</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Employee group rule group</name>
-      <value>grupo de reglas de grupo de empleados</value>
-    </stringEntry>
-    <stringEntry>
-      <name>High price strategy</name>
-      <value>Estrategia de precio alto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Insert</name>
-      <value>Insertar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Handbook</name>
-      <value>Manual</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sailing</name>
-      <value>Navegación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Questions</name>
-      <value>Preguntas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Move Up</name>
-      <value>Ascender</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bulk mail sent</name>
-      <value>correo masivo enviado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 of the chosen records are already in the campaign</name>
-      <value>%0 de los registros elegidos ya están en la campaña</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Continue mailing</name>
-      <value>Continuar enviando correos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Offeritem</name>
-      <value>Artículo de oferta</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add the selection to a serial letter</name>
-      <value>Añadir la selección a una carta de serie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Forward Ticket</name>
-      <value>Billete de reenvío</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Email must be unique!</name>
-      <value>¡El correo electrónico debe ser único!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Send Date</name>
-      <value>Fecha de envio</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Limited Read Permission</name>
-      <value>Permiso de lectura limitado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket was duplicated</name>
-      <value>El boleto fue duplicado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Workflow already started</name>
-      <value>Flujo de trabajo ya iniciado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add selected workflow</name>
-      <value>Agregar flujo de trabajo seleccionado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Puerto Rico</name>
-      <value>Puerto Rico</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Eritrea</name>
-      <value>Eritrea</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${SQL_LIB_FIELD_WRONG_FORMAT}</name>
-      <value>El campo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Valuation</name>
-      <value>Valuación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Header text</name>
-      <value>Texto de cabecera</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Goodwill</name>
-      <value>Buena voluntad</value>
-    </stringEntry>
-    <stringEntry>
-      <name>8 days 2% discount, 30 days net</name>
-      <value>8 días 2% de descuento, 30 días neto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 added.</name>
-      <value>%0 añadido.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Pos.</name>
-      <value>pos.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket resubmitted</name>
-      <value>Boleto reenviado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Building no.</name>
-      <value>Edificio número.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Test Recipient</name>
-      <value>Destinatario de prueba</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Drop area for creating activities from mails</name>
-      <value>Área de entrega para crear actividades a partir de correos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>deleted</name>
-      <value>eliminado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Open new mosaico template</name>
-      <value>Abrir nueva plantilla de mosaico</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mayotte</name>
-      <value>Mayotte</value>
-    </stringEntry>
-    <stringEntry>
-      <name>San Marino</name>
-      <value>San Marino</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sales Manager</name>
-      <value>Gerente de ventas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>increase Priority</name>
-      <value>aumentar la prioridad</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tajikistan</name>
-      <value>Tayikistán</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Warehouse 2</name>
-      <value>Almacén 2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Warehouse 1</name>
-      <value>Almacén 1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Value must be an integer</name>
-      <value>El valor debe ser un número entero</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My tasks</name>
-      <value>Mis tareas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Fieldname</name>
-      <value>Nombre del campo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Warehouse 3</name>
-      <value>Almacén 3</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My Forecast and Turnover</name>
-      <value>Mi Pronóstico y Facturación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>setUnread</name>
-      <value>establecerUnread</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Actual amount</name>
-      <value>cantidad real</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Version</name>
-      <value>Versión</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Permission Procurer User</name>
-      <value>Usuario Procurador de Permisos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set status to inactive</name>
-      <value>Establecer el estado en inactivo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Search synchronisation</name>
-      <value>Sincronización de búsqueda</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add to Bulkmail</name>
-      <value>Añadir a correo masivo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Only Integers allowed</name>
-      <value>Solo se permiten números enteros</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Maintenance</name>
-      <value>Mantenimiento</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New password</name>
-      <value>Nueva contraseña</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Approval denied</name>
-      <value>Aprobación denegada</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Vacation examination by</name>
-      <value>Examen de vacaciones por</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Italy</name>
-      <value>Italia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Type of damage</name>
-      <value>tipo de daño</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Finished tasks</name>
-      <value>tareas terminadas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Company/Person duplicate</name>
-      <value>Empresa/Persona duplicada</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Days remaining</name>
-      <value>Días restantes</value>
-    </stringEntry>
-    <stringEntry>
-      <name>End date</name>
-      <value>Fecha final</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Content to forward</name>
-      <value>Contenido para reenviar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Number of activities</name>
-      <value>Número de actividades</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Office staff</name>
-      <value>Personal de oficina</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ex works</name>
-      <value>ex fábrica</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mail (Organisation)</name>
-      <value>Correo (Organización)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>MD5 Sum</name>
-      <value>Suma MD5</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Date new</name>
-      <value>Fecha nueva</value>
-    </stringEntry>
-    <stringEntry>
-      <name>District contact assigned</name>
-      <value>Contacto del distrito asignado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Number</name>
-      <value>Número</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Rollout</name>
-      <value>Desenrollar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Kyrgyzstan</name>
-      <value>Kirguistán</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Filter Name</name>
-      <value>Nombre del filtro</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Standard workflow</name>
-      <value>Flujo de trabajo estándar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Appointment Start</name>
-      <value>Inicio de cita</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New note</name>
-      <value>Nueva nota</value>
-    </stringEntry>
-    <stringEntry>
-      <name>50%</name>
-      <value>50%</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Faulty delivery</name>
-      <value>Entrega defectuosa</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Permission Detail</name>
-      <value>Detalle del permiso</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Due on</name>
-      <value>Debido a</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Address</name>
-      <value>Habla a</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Token</name>
-      <value>Simbólico</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Count template attachments</name>
-      <value>Contar archivos adjuntos de plantilla</value>
-    </stringEntry>
-    <stringEntry>
-      <name>False</name>
-      <value>Falso</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Save changes</name>
-      <value>Guardar cambios</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Linked Appointments</name>
-      <value>Citas vinculadas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The status of the order was changed to \"sent\".</name>
-      <value>El estado del pedido se cambió a \"enviado\".</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bulk mail \"%0\" sent</name>
-      <value>Correo masivo \"%0\" enviado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Price list</name>
-      <value>Lista de precios</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Private</name>
-      <value>Privado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Re-Open</name>
-      <value>Reabrir</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Datasets are exported</name>
-      <value>Los conjuntos de datos se exportan</value>
-    </stringEntry>
-    <stringEntry>
-      <name>All mails that could not automatically linked are displayed here</name>
-      <value>Todos los correos que no se pudieron vincular automáticamente se muestran aquí</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Slave UID</name>
-      <value>UID esclavo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Heard Island and McDonald Islands</name>
-      <value>Islas Heard y McDonald</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Messages</name>
-      <value>Mensajes</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Position</name>
-      <value>Posición</value>
-    </stringEntry>
-    <stringEntry>
-      <name>in</name>
-      <value>en</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Interest already assigned to contact</name>
-      <value>Interés ya asignado al contacto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${PRODUCT_LIB_NO_PRODUCT_ID} function: %0</name>
-      <value>Falta productId en la función %0.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Recommendation</name>
-      <value>Recomendación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project start within next 12 months</name>
-      <value>Inicio del proyecto dentro de los próximos 12 meses</value>
-    </stringEntry>
-    <stringEntry>
-      <name>supported by</name>
-      <value>Apoyado por</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Address addition</name>
-      <value>Adición de dirección</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show how many sales projects are in the various sales phases</name>
-      <value>Mostrar cuántas Oportunidades hay en las distintas fases de venta</value>
-    </stringEntry>
-    <stringEntry>
-      <name>getTicketDetails</name>
-      <value>obtener detalles del boleto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Duplicate Configuration</name>
-      <value>Configuración duplicada</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Duplicate configuration</name>
-      <value>Configuración duplicada</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart Number of tickets total (Medium)</name>
-      <value>Gráfico Número de entradas total (Medio)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Discount</name>
-      <value>Descuento</value>
-    </stringEntry>
-    <stringEntry>
-      <name>May</name>
-      <value>Mayo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cancel</name>
-      <value>Cancelar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Upload</name>
-      <value>Subir</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Serial letter \"%0\" can now be downloaded</name>
-      <value>Ya se puede descargar la letra de serie \"%0\"</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertising Id</name>
-      <value>Identificación de publicidad</value>
-    </stringEntry>
-    <stringEntry>
-      <name>pCallbackFn is not a function</name>
-      <value>pCallbackFn no es una función</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Open in mosaico</name>
-      <value>Abrir en mosaico</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Min. stock</name>
-      <value>mín. valores</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Serial Letter</name>
-      <value>Carta de serie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New child attribute</name>
-      <value>Nuevo atributo secundario</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Reports to</name>
-      <value>Informes a</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Time in minutes</name>
-      <value>Tiempo en minutos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>MM/dd/yyyy</name>
-      <value>MM/dd/yyyy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaign steps </name>
-      <value>Pasos de la campaña</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 | %1 - %2 o'clock</name>
-      <value>%0 | %12 en punto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Diagram</name>
-      <value>Diagrama</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Entities</name>
-      <value>Entidades</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[%0]the tableAlias is not a string after interpreting</name>
-      <value>[%0]tableAlias no es una cadena después de interpretar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New Currencyrate</name>
-      <value>Nueva tasa de cambio</value>
-    </stringEntry>
-    <stringEntry>
-      <name>change selected</name>
-      <value>cambiar seleccionado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>CONTRACTID (UID)</name>
-      <value>CONTRACTID (UID)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Import Documents</name>
-      <value>Importar Documentos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Unit</name>
-      <value>Unidad</value>
-    </stringEntry>
-    <stringEntry>
-      <name>change DSGVO Relevance</name>
-      <value>cambiar DSGVO Relevancia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Niue</name>
-      <value>Niue</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Conditions</name>
-      <value>Condiciones</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Pricelist</name>
-      <value>Lista de precios</value>
-    </stringEntry>
-    <stringEntry>
-      <name>second</name>
-      <value>segundo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Read</name>
-      <value>Leer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy Recipients</name>
-      <value>Copiar destinatarios</value>
-    </stringEntry>
-    <stringEntry>
-      <name>El Salvador</name>
-      <value>El Salvador</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No duplicate</name>
-      <value>sin duplicado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Standard zip</name>
-      <value>Cremallera estándar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Take Ticket</name>
-      <value>tomar boleto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribute \"%0\" can only be inserted once with the same value.</name>
-      <value>El atributo \"%0\" solo se puede insertar una vez con el mismo valor.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Invitation</name>
-      <value>Invitación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set not completed</name>
-      <value>Conjunto no completado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Open admin view</name>
-      <value>Abrir vista de administrador</value>
-    </stringEntry>
-    <stringEntry>
-      <name>City</name>
-      <value>Ciudad</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mauritius</name>
-      <value>Mauricio</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Successful</name>
-      <value>Exitoso</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bouvet Island</name>
-      <value>Isla Bouvet</value>
-    </stringEntry>
-    <stringEntry>
-      <name>no keyword attribute \"%0\" found in keyword container \"%1\"</name>
-      <value>no se encontró ningún atributo de palabra clave \"%0\" en el contenedor de palabras clave \"%1\"</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Norfolk Island</name>
-      <value>Isla Norfolk</value>
-    </stringEntry>
-    <stringEntry>
-      <name>entry</name>
-      <value>entrada</value>
-    </stringEntry>
-    <stringEntry>
-      <name>DSGVO</name>
-      <value>RGPD</value>
-    </stringEntry>
-    <stringEntry>
-      <name>loves sociability</name>
-      <value>ama la sociabilidad</value>
-    </stringEntry>
-    <stringEntry>
-      <name>standard email</name>
-      <value>correo electrónico estándar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Topic Tree</name>
-      <value>Árbol de temas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Rebuild selected entries</name>
-      <value>Reconstruir entradas seleccionadas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set to sent</name>
-      <value>Establecer como enviado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Should the mail be sent now?</name>
-      <value>¿Se debe enviar el correo ahora?</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Visitreport created</name>
-      <value>Informe de visita creado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Appointment End</name>
-      <value>Fin de la cita</value>
-    </stringEntry>
-    <stringEntry>
-      <name>An error occured during decoding the mails content.</name>
-      <value>Ocurrió un error durante la decodificación del contenido de los correos.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Update data privacy information</name>
-      <value>Actualizar información de privacidad de datos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Boundary event</name>
-      <value>Evento límite</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Due</name>
-      <value>Vencer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[%0]it was necessary to create a text-file from a clob-field but no lob-file-path was specified.</name>
-      <value>[%0]era necesario crear un archivo de texto a partir de un campo clob pero no se especificó ninguna ruta de archivo lob.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${MIN_MAX_ERROR} field: %0, value: %1, min: %2, max: %3</name>
-      <value>%0 tiene que estar entre %2 y %3.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Body</name>
-      <value>Cuerpo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Departments</name>
-      <value>Departamentos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>This month</name>
-      <value>Este mes</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[ZippingUtil.renameDuplicateFilenamesForZip]FileNames type is invalid. An Array of filenames is required.</name>
-      <value>[ZippingUtil.renameDuplicateFilenamesForZip]El tipo de nombre de archivo no es válido. Se requiere una matriz de nombres de archivo.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$QUICK_ENTRY_LEAD_QUICK_ACQUISITION}</name>
-      <value>Adquisición rápida de clientes potenciales</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$TASK_STATUS}</name>
-      <value>Estado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Status (MB)</name>
-      <value>Estado (MB)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation: City</name>
-      <value>Organización: Ciudad</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Region Manager</name>
-      <value>Gerente de Región</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product name</name>
-      <value>Nombre del producto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Macao</name>
-      <value>Macao</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertising Item</name>
-      <value>Artículo publicitario</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${SALESPROJECT_MST_PHASE_CHANGE}</name>
-      <value>La fase de la oportunidad '%0' se cambió a '%1'.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Indv Reply Tmpl</name>
-      <value>Tiempo de respuesta de indv</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Date edit</name>
-      <value>Editar fecha</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Archive</name>
-      <value>Archivo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Slave administration '%0' is '%1'</name>
-      <value>La administración del esclavo '%0' es '%1'</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Calendar hour divider</name>
-      <value>Divisor de horas del calendario</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${SALESPROJECT_OFFER}</name>
-      <value>Oferta</value>
-    </stringEntry>
-    <stringEntry>
-      <name>DataPrivacy Right</name>
-      <value>Derecho de privacidad de datos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>District Filter</name>
-      <value>Filtro de distrito</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Kazakhstan</name>
-      <value>Kazajstán</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$ADDRESS_IDENTIFIER}</name>
-      <value>identificador</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Grant new User Permission</name>
-      <value>Otorgar nuevo permiso de usuario</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Incomplete delivery</name>
-      <value>Entrega incompleta</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Blacklist</name>
-      <value>Lista negra</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaignstep in campaign \"%0\" changed from \"%1\" to \"%2\"</name>
-      <value>El paso de campaña en la campaña \"%0\" cambió de \"%1\" a \"%2\"</value>
-    </stringEntry>
-    <stringEntry>
-      <name>January</name>
-      <value>enero</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Offer status changed</name>
-      <value>El estado de la oferta cambió</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all salesprojects</name>
-      <value>Mostrar todas las oportunidades</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Filename</name>
-      <value>Nombre del archivo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Header</name>
-      <value>Encabezamiento</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Event Planer</name>
-      <value>Planificador de eventos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Pay date</name>
-      <value>Fecha de pago</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Target Amount (%0)</name>
-      <value>Importe objetivo (%0)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Predecessor</name>
-      <value>Predecesor</value>
-    </stringEntry>
-    <stringEntry>
-      <name>All tasks that are not completed and assigned to me</name>
-      <value>Todas las tareas que no se completan y me asignan</value>
-    </stringEntry>
-    <stringEntry>
-      <name>today | %0 - %1 o'clock</name>
-      <value>hoy | %0 - %1 en punto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Aruba</name>
-      <value>Aruba</value>
-    </stringEntry>
-    <stringEntry>
-      <name>South Georgia and the South Sandwich Islands</name>
-      <value>Georgia del sur y las islas Sandwich del sur</value>
-    </stringEntry>
-    <stringEntry>
-      <name>DELETE</name>
-      <value>ELIMINAR</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project type</name>
-      <value>Tipo de proyecto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My Forecast</name>
-      <value>Mi Pronóstico</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Observer</name>
-      <value>Observador</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The radius has to be at least %0.</name>
-      <value>El radio tiene que ser al menos %0.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Extend - complexity</name>
-      <value>Extender - complejidad</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Files</name>
-      <value>archivos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contracts</name>
-      <value>Contratos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>DocumentPlaceOfUseId</name>
-      <value>DocumentPlaceOfUseId</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Visitplan Weekly Overview</name>
-      <value>Resumen semanal de Visitplan</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Communication</name>
-      <value>Comunicación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0: %1/%2 points = %3</name>
-      <value>%0: %1/%2 puntos = %3</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Call</name>
-      <value>Llamar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Progress</name>
-      <value>Progreso</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertising consent</name>
-      <value>Consentimiento publicitario</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mailing</name>
-      <value>Envío</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Import from MS Teams</name>
-      <value>Importar desde MS Teams</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Redirect</name>
-      <value>redirigir</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Worklow started</name>
-      <value>Flujo de trabajo iniciado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Place Of Use</name>
-      <value>Lugar de uso</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Supportticket</name>
-      <value>Boleto de soporte</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$TASK_EDITOR}</name>
-      <value>Editor</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Topic (incl. Subtopics)</name>
-      <value>Tema (incluidos subtemas)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Keyword entry Id</name>
-      <value>ID de entrada de palabra clave</value>
-    </stringEntry>
-    <stringEntry>
-      <name>closed</name>
-      <value>cerrado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Consultant</name>
-      <value>Consultor</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Search for new Entries</name>
-      <value>Buscar nuevas entradas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cameroon</name>
-      <value>Camerún</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Target group</name>
-      <value>Grupo objetivo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>&lt;p&gt;eml.send error!</name>
-      <value>&lt;p&gt;eml.enviar error!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SELECTION_BOTH</name>
-      <value>SELECCIÓN_AMBOS</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Oman</name>
-      <value>Omán</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Name</name>
-      <value>Nombre</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Industry</name>
-      <value>Industria</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Interest</name>
-      <value>Interesar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Shipping costs</name>
-      <value>Costos de envío</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Send workflow signal</name>
-      <value>Enviar señal de flujo de trabajo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>details</name>
-      <value>detalles</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Count Usage</name>
-      <value>Contar uso</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Script task</name>
-      <value>Tarea de guión</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Click rate (in %)</name>
-      <value>Tasa de clics (en %)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Views</name>
-      <value>Puntos de vista</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set auto assignment</name>
-      <value>Establecer asignación automática</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Actual Amount (%0)</name>
-      <value>Importe real (%0)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Original editor</name>
-      <value>editor original</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Timetracking</name>
-      <value>Seguimiento del tiempo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Vanuatu</name>
-      <value>Vanuatu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Offer</name>
-      <value>Oferta</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{SEND_MAIL}</name>
-      <value>Enviar correo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Workflow instances</name>
-      <value>Instancias de flujo de trabajo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Reclamation</name>
-      <value>Recuperación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contact or company</name>
-      <value>Contacto o empresa</value>
-    </stringEntry>
-    <stringEntry>
-      <name>(or drop files here)</name>
-      <value>(o suelte archivos aquí)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Transfer to delivery note</name>
-      <value>Transferir a albarán</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Date (Day)</name>
-      <value>Dia de cita)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>changed</name>
-      <value>cambió</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Executive board</name>
-      <value>junta ejecutiva</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Failure (customer)</name>
-      <value>Fracaso (cliente)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Twitter</name>
-      <value>Gorjeo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>This year</name>
-      <value>Este año</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Adviser contact</name>
-      <value>Contacto del asesor</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show the number of datasets still to be synchronized</name>
-      <value>Muestra el número de conjuntos de datos que quedan por sincronizar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>NPO</name>
-      <value>OSFL</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Supervisory board</name>
-      <value>Consejo de Supervisión</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Manual resynchronization</name>
-      <value>Resincronización manual</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Assigned to</name>
-      <value>Asignado a</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show my organisations</name>
-      <value>mostrar mis organizaciones</value>
-    </stringEntry>
-    <stringEntry>
-      <name>no keyword attribute \"%0\" found in keyword \"%1\" from container \"%2\"</name>
-      <value>no se encontró ningún atributo de palabra clave \"%0\" en la palabra clave \"%1\" del contenedor \"%2\"</value>
-    </stringEntry>
-    <stringEntry>
-      <name>District: Name</name>
-      <value>Nombre del distrito</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Employee count</name>
-      <value>Número de empleados</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Visitplan Entry</name>
-      <value>Entrada al plan de visitas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The file did not contain any data</name>
-      <value>El archivo no contenía ningún dato.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Writes for</name>
-      <value>escribe para</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${WEBLINK_SCORE}</name>
-      <value>${WEBLINK_SCORE}</value>
-    </stringEntry>
-    <stringEntry>
-      <name>file '%0' does not exist or you have got no permission on this file</name>
-      <value>el archivo '%0' no existe o no tiene permiso en este archivo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New date due</name>
-      <value>Nueva fecha de vencimiento</value>
-    </stringEntry>
-    <stringEntry>
-      <name>View</name>
-      <value>Vista</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 mails could not be linked automatically</name>
-      <value>%0 correos no se pudieron vincular automáticamente</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Integer</name>
-      <value>Entero</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Confirm password</name>
-      <value>Confirmar contraseña</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Outstanding Amount</name>
-      <value>Importe pendiente</value>
-    </stringEntry>
-    <stringEntry>
-      <name>British Indian Ocean Territory</name>
-      <value>Territorio Británico del Océano Índico</value>
-    </stringEntry>
-    <stringEntry>
-      <name>set New</name>
-      <value>establecer nuevo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Business Fairs</name>
-      <value>Ferias de Negocios</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Connections</name>
-      <value>Conexiones</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Angola</name>
-      <value>angola</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Internal</name>
-      <value>Interno</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Vat</name>
-      <value>IVA</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Standard workflows</name>
-      <value>Flujos de trabajo estándar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Keyword Entry</name>
-      <value>Entrada de palabra clave</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Edited by</name>
-      <value>Editado por</value>
-    </stringEntry>
-    <stringEntry>
-      <name>type</name>
-      <value>escribe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Apply changes for all</name>
-      <value>Aplicar cambios para todos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Date end</name>
-      <value>Fecha de finalización</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Action mail</name>
-      <value>Correo de acción</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Creation user</name>
-      <value>Usuario de creación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show Classification</name>
-      <value>Mostrar clasificación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Exclude existing workflows</name>
-      <value>Excluir flujos de trabajo existentes</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket duplicated (duplicate)</name>
-      <value>Boleto duplicado (duplicado)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Customer recommendation</name>
-      <value>recomendación del cliente</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Point of Contact</name>
-      <value>Punto de contacto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Not enough room in campaignstep</name>
-      <value>No hay suficiente espacio en el paso de la campaña</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SELECTION_POSTFIX</name>
-      <value>SELECCIÓN_POSTFIX</value>
-    </stringEntry>
-    <stringEntry>
-      <name>change valid from</name>
-      <value>cambio válido desde</value>
-    </stringEntry>
-    <stringEntry>
-      <name>User token</name>
-      <value>token de usuario</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Anguilla</name>
-      <value>anguila</value>
-    </stringEntry>
-    <stringEntry>
-      <name>jdito</name>
-      <value>jdito</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Minimal Count</name>
-      <value>Recuento mínimo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Price list / Company</name>
-      <value>Lista de precios / Empresa</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Number has to be unique</name>
-      <value>El número tiene que ser único.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>South Africa</name>
-      <value>Sudáfrica</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contact synchronisation</name>
-      <value>sincronización de contactos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Is active</name>
-      <value>Está activo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Venezuela (Bolivarian Republic of)</name>
-      <value>Venezuela (República Bolivariana de)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product relationship</name>
-      <value>Relación de productos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Browser</name>
-      <value>Navegador</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Move selection down</name>
-      <value>Mover la selección hacia abajo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets total (Medium)</name>
-      <value>Gráfico número de entradas total (Medio)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Custody agreement</name>
-      <value>acuerdo de custodia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>the specified key has to be unique for that container but does already exist</name>
-      <value>la clave especificada tiene que ser única para ese contenedor pero ya existe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>German</name>
-      <value>alemán</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Field Type</name>
-      <value>Tipo de campo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Salutation</name>
-      <value>Saludo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Turnover change</name>
-      <value>cambio de facturación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Saint Martin (French part)</name>
-      <value>San Martín (parte francesa)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Person in Charge</name>
-      <value>Persona a cargo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Economy</name>
-      <value>Economía</value>
-    </stringEntry>
-    <stringEntry>
-      <name>add  contact to ewssync</name>
-      <value>agregar contacto a ewssync</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Approval started</name>
-      <value>Aprobación iniciada</value>
-    </stringEntry>
-    <stringEntry>
-      <name>copy</name>
-      <value>Copiar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Test email</name>
-      <value>Email de prueba</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${FREE}</name>
-      <value>Gratis</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Char value</name>
-      <value>valor de carácter</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy receipt</name>
-      <value>Copiar recibo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Uruguay</name>
-      <value>Uruguay</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show campaing costs graphically processed</name>
-      <value>Muestra costos de campaña procesados gráficamente</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{SEARCH_INDEX_TITLE}</name>
-      <value>Búsqueda</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Burkina Faso</name>
-      <value>Burkina Faso</value>
-    </stringEntry>
-    <stringEntry>
-      <name>news@adito.de</name>
-      <value>noticias@adito.de</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project team: \"Project manager\"</name>
-      <value>Equipo de proyecto: \"Jefe de proyecto\"</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SALESORDERID (UID)</name>
-      <value>IDENTIFICADOR DE PEDIDO DE VENTA (UID)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Source Currency and Target Currency cannot be the same Currency.</name>
-      <value>La moneda de origen y la moneda de destino no pueden ser la misma moneda.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bulkmail Device Types</name>
-      <value>Tipos de dispositivos de correo masivo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaign status</name>
-      <value>Estado de la campaña</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Start workflow</name>
-      <value>Iniciar flujo de trabajo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Company</name>
-      <value>Compañía</value>
-    </stringEntry>
-    <stringEntry>
-      <name>data</name>
-      <value>datos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Recipients</name>
-      <value>Destinatarios</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mark all to delete</name>
-      <value>Marcar todo para borrar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$DISTRICT_RESPONSIBLE}</name>
-      <value>Responsable</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Company_industry knowhow</name>
-      <value>Know-how empresa_industria</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Assembly</name>
-      <value>Montaje</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Download ready</name>
-      <value>Descarga lista</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tasks</name>
-      <value>Tareas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>As stated in our letter of %0, we have made use of the possibility to extend the deadline to three months due to %1.</name>
-      <value>Como se indica en nuestra carta de %0, hemos hecho uso de la posibilidad de ampliar el plazo a tres meses debido a %1.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Plus Salestax</name>
-      <value>Más impuestos de venta</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Offer exists</name>
-      <value>La oferta existe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Latin Name</name>
-      <value>Nombre latino</value>
-    </stringEntry>
-    <stringEntry>
-      <name>You tried to change the status of a ticket from 'ended' to another status.</name>
-      <value>Intentó cambiar el estado de un ticket de 'finalizado' a otro estado.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>District Contact</name>
-      <value>Contacto del distrito</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Belarus</name>
-      <value>Bielorrusia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attendees cannot be assigned repeatedly!</name>
-      <value>¡Los asistentes no se pueden asignar repetidamente!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Object relation</name>
-      <value>relación de objeto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Export Templates</name>
-      <value>Plantillas de exportación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Internet (Person)</name>
-      <value>internet (persona)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Current Currencyrate</name>
-      <value>Tipo de cambio actual</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Pull Ticket</name>
-      <value>Tirar boleto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Favorite</name>
-      <value>Favorito</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Macedonia (the former Yugoslav Republic of)</name>
-      <value>Macedonia (la ex República Yugoslava de)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Variable</name>
-      <value>Variable</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Object selection</name>
-      <value>Selección de objetos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Superordinate Attribute</name>
-      <value>Atributo superior</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Reason</name>
-      <value>Razón</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Variables</name>
-      <value>Variables</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Credit</name>
-      <value>Crédito</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Move</name>
-      <value>Muevete</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Target Entity</name>
-      <value>Entidad objetivo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Refresh %0 Values</name>
-      <value>Actualizar %0 valores</value>
-    </stringEntry>
-    <stringEntry>
-      <name>An error occured during checking whether the sender is an internal user or not.</name>
-      <value>Ocurrió un error al verificar si el remitente es un usuario interno o no.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>CHAR VALUE</name>
-      <value>VALOR DE CARÁCTER</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tablename Id</name>
-      <value>ID de nombre de tabla</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Audit Log</name>
-      <value>Registro de auditoría</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No Datasets selected</name>
-      <value>No se seleccionaron conjuntos de datos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>External Datasource</name>
-      <value>Fuente de datos externa</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Imminent appointments for today</name>
-      <value>Citas inminentes para hoy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Botswana</name>
-      <value>Botsuana</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Total</name>
-      <value>Total</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Signature</name>
-      <value>Firma</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Dominican Republic</name>
-      <value>República Dominicana</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Do you really want to delete \"%0\"? If tickets still use this inbox, this might cause problems.</name>
-      <value>¿Realmente desea eliminar \"%0\"? Si los boletos aún usan esta bandeja de entrada, esto podría causar problemas.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Outgoing</name>
-      <value>Saliente</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Addresses</name>
-      <value>direcciones</value>
-    </stringEntry>
-    <stringEntry>
-      <name>A Phase filter has to be set when creating a checklistentry for the Salesproject context.</name>
-      <value>Se debe establecer un filtro de Fase al crear una entrada de lista de verificación para el contexto de Oportunidad.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Parent Filter</name>
-      <value>Filtro principal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Recipt</name>
-      <value>recibo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Appointment checkup for the selected day</name>
-      <value>Consulta de cita para el día seleccionado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>discounted Price (%0)</name>
-      <value>Precio con descuento (%0)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Salesproject: Role</name>
-      <value>Oportunidad: Rol</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The replacement name has to be unique.</name>
-      <value>El nombre de reemplazo tiene que ser único.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Id value</name>
-      <value>valor de identificación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>An error occured during getting recipients contact data.</name>
-      <value>Se produjo un error al obtener los datos de contacto de los destinatarios.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Import Date</name>
-      <value>Fecha de importación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${DISPLAY_AND_OPEN_ONE_HIT}</name>
-      <value>Se muestra un resultado y se abrirá.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ADITO Facebook Feed</name>
-      <value>Feed de Facebook de ADITO</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${MIN_MAX_ERROR_MIN_INT_VALUE} field: %0, value: %1, max: %2</name>
-      <value>%0 tiene que ser menor/igual a %2.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Canadian dollar</name>
-      <value>Dolar canadiense</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show open salesprojects</name>
-      <value>Mostrar oportunidades abiertas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>within the last six Months</name>
-      <value>dentro de los últimos seis meses</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Import Data</name>
-      <value>Datos de importacion</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mosaico</name>
-      <value>Mosaico</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My responsible Districts</name>
-      <value>Mis distritos responsables</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Permission procurer</name>
-      <value>Procurador de permisos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Soft Bounce</name>
-      <value>Rebote suave</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Online-Meeting</name>
-      <value>Reunión en línea</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Test Run Actions</name>
-      <value>Acciones de ejecución de prueba</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Signature to set default</name>
-      <value>Firma para establecer por defecto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Viet Nam</name>
-      <value>Vietnam</value>
-    </stringEntry>
-    <stringEntry>
-      <name>On Site</name>
-      <value>En el sitio</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Communication Setting: %0</name>
-      <value>Configuración de comunicación: %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show the global Covid Cases in a Table</name>
-      <value>Muestra los casos globales de Covid en una tabla</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Analyses</name>
-      <value>Análisis</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ISO3</name>
-      <value>ISO3</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Libya</name>
-      <value>Libia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Scan pattern</name>
-      <value>patrón de escaneo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Notification</name>
-      <value>Notificación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ISO2</name>
-      <value>ISO2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisationname</name>
-      <value>Nombre de la organización</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add to Campaign</name>
-      <value>Agregar a la campaña</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Communication Id</name>
-      <value>Identificación de comunicación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Smart TV</name>
-      <value>Televisión inteligente</value>
-    </stringEntry>
-    <stringEntry>
-      <name>I / O</name>
-      <value>E/S</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all products</name>
-      <value>mostrar todos los productos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>E-Mail Adresse</name>
-      <value>Direccion de correo electronico</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[ZippingUtil.constructor]Cannot instantiate a static class.</name>
-      <value>[ZippingUtil.constructor]No se puede crear una instancia de una clase estática.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project start</name>
-      <value>Inicio del proyecto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>A Phase filter has to be set when creating a checklistentry for the Salesproject Context.</name>
-      <value>Se debe establecer un filtro de Fase al crear una entrada de lista de verificación para el contexto de Oportunidad.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Social</name>
-      <value>Social</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation: Language</name>
-      <value>Organización: Idioma</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No consumer found for context '%0'</name>
-      <value>No se encontró ningún consumidor para el contexto '%0'</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The transfer of data to recipients located in a third country is based on the following guarantees:</name>
-      <value>La transferencia de datos a destinatarios ubicados en un tercer país se basa en las siguientes garantías:</value>
-    </stringEntry>
-    <stringEntry>
-      <name>LinkedIn (Organisation)</name>
-      <value>LinkedIn (Organización)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Twitter Feed</name>
-      <value>Feed de Twitter</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Phone number (Person)</name>
-      <value>Número de teléfono (Persona)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Djibouti</name>
-      <value>Yibuti</value>
-    </stringEntry>
-    <stringEntry>
-      <name>External Service</name>
-      <value>Servicio Externo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>DATE_NEW_CONTACT</name>
-      <value>FECHA_NUEVO_CONTACTO</value>
-    </stringEntry>
-    <stringEntry>
-      <name>days</name>
-      <value>días</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Forward</name>
-      <value>Adelante</value>
-    </stringEntry>
-    <stringEntry>
-      <name>FullAddress</name>
-      <value>Dirección completa</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Forecast weighted</name>
-      <value>Pronóstico ponderado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Price in </name>
-      <value>Precio en</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Start</name>
-      <value>Comienzo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Do you want to delete the flags of the already maked Persons?</name>
-      <value>¿Quieres eliminar las banderas de las Personas ya creadas?</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New organisation created: %0</name>
-      <value>Nueva organización creada: %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Semiannually</name>
-      <value>Semi anualmente</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Time expenses</name>
-      <value>Gastos de tiempo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Print media</name>
-      <value>Medios de comunicación impresos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Price Condition</name>
-      <value>Precio Condición</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Modification user</name>
-      <value>Usuario de modificación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Complete tasks</name>
-      <value>Tareas completas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Headline</name>
-      <value>Titular</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Document Templates</name>
-      <value>Plantillas de documentos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Your changes may have an impact on the data privacy information (GDPR).\n Please update these.</name>
-      <value>Sus cambios pueden tener un impacto en la información de privacidad de datos (GDPR).\n Actualícelos.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>EXPORTTEMPLATEPLACEOFUSEID</name>
-      <value>EXPORTAR PLANTILLA PLACEOFUSEID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Optional</name>
-      <value>Opcional</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Change responsible</name>
-      <value>Cambiar responsable</value>
-    </stringEntry>
-    <stringEntry>
-      <name>no valid phone number</name>
-      <value>sin número de teléfono válido</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Characters to use</name>
-      <value>Caracteres a utilizar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No project planned</name>
-      <value>Ningún proyecto planeado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>United States Minor Outlying Islands</name>
-      <value>Islas ultramarinas menores de los Estados Unidos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>State</name>
-      <value>Expresar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>End</name>
-      <value>Fin</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Icon</name>
-      <value>Icono</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Unlinked e-mails</name>
-      <value>Correos electrónicos desvinculados</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Data Privacy</name>
-      <value>Privacidad de datos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>KnowledgeRoles</name>
-      <value>ConocimientoRoles</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${TASK_PROTECTIONLEVEL}</name>
-      <value>tarea privada</value>
-    </stringEntry>
-    <stringEntry>
-      <name>An error occured while processing the business card.\nPlease contact an administrator.</name>
-      <value>Se produjo un error al procesar la tarjeta de visita.\nPor favor, póngase en contacto con un administrador.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete Inbox</name>
-      <value>Eliminar bandeja de entrada</value>
-    </stringEntry>
-    <stringEntry>
-      <name>American Samoa</name>
-      <value>Samoa Americana</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Default phone</name>
-      <value>Teléfono predeterminado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Standard</name>
-      <value>Estándar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>medium</name>
-      <value>medio</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Workflow signal</name>
-      <value>Señal de flujo de trabajo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add the selection to a campaign</name>
-      <value>Agregar la selección a una campaña</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Internet (Organisation)</name>
-      <value>Internet (Organización)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Know How</name>
-      <value>Saber como</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project planning open</name>
-      <value>Planificación de proyectos abierta</value>
-    </stringEntry>
-    <stringEntry>
-      <name>1 medium</name>
-      <value>medio</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Created by</name>
-      <value>Creado por</value>
-    </stringEntry>
-    <stringEntry>
-      <name>File from this template could not be found anymore. </name>
-      <value>Ya no se pudo encontrar el archivo de esta plantilla.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Topics</name>
-      <value>Temas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation</name>
-      <value>Organización</value>
-    </stringEntry>
-    <stringEntry>
-      <name>inboxEmail</name>
-      <value>bandeja de entradaCorreo electrónico</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mobile number (Organisation)</name>
-      <value>Número de móvil (Organización)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Admin</name>
-      <value>Administración</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Indicator</name>
-      <value>Indicador</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Variable costs</name>
-      <value>Costos variables</value>
-    </stringEntry>
-    <stringEntry>
-      <name>On time</name>
-      <value>A tiempo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>complaint</name>
-      <value>queja</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Days running</name>
-      <value>Días corriendo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[TEST] UnitTest_lib</name>
-      <value>[PRUEBA] UnitTest_lib</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Knowledge entries</name>
-      <value>Entradas de conocimiento</value>
-    </stringEntry>
-    <stringEntry>
-      <name>show visit planning of the week</name>
-      <value>mostrar la planificación de la visita de la semana</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Phase progression</name>
-      <value>Progresión de fase</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Additional Contacts</name>
-      <value>Contactos adicionales</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Liter</name>
-      <value>Litro</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Plannings</name>
-      <value>Planeaciones</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Inbox filter group</name>
-      <value>Grupo de filtros de la bandeja de entrada</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Values</name>
-      <value>Valores</value>
-    </stringEntry>
-    <stringEntry>
-      <name>License</name>
-      <value>Licencia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Parallel gateway</name>
-      <value>Puerta de enlace paralela</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Grenada</name>
-      <value>Granada</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Assignment</name>
-      <value>Asignación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The person is already associated with another employee!</name>
-      <value>¡La persona ya está asociada con otro empleado!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Turnover</name>
-      <value>Rotación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Other Contactroles</name>
-      <value>Otras funciones de contacto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>per</name>
-      <value>por</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Value is too small, the minimum is %0</name>
-      <value>El valor es demasiado pequeño, el mínimo es %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Footer text</name>
-      <value>Texto de pie de página</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Pieces</name>
-      <value>Piezas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Keyword attribute relation Id</name>
-      <value>ID de relación de atributo de palabra clave</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contact type</name>
-      <value>Tipo de Contacto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>OFFER_ID</name>
-      <value>OFERTA_ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Offers</name>
-      <value>ofertas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Documenttemplate Places Of Usage</name>
-      <value>Plantilla de documento Lugares de uso</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Intermediate throwing event</name>
-      <value>Evento de lanzamiento intermedio</value>
-    </stringEntry>
-    <stringEntry>
-      <name>is assignable</name>
-      <value>es asignable</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Service-Admin</name>
-      <value>Administrador de servicios</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New organisation address created: %0 %1 %2 %3 %4</name>
-      <value>Nueva dirección de organización creada: %0 %1 %2 %3 %4</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Call back (WV)</name>
-      <value>Devolución de llamada (VM)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Next due date</name>
-      <value>Fecha de vencimiento Siguiente</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Selection placeholder</name>
-      <value>Marcador de posición de selección</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Start date</name>
-      <value>Fecha de inicio</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Single (Service/All)</name>
-      <value>Individual (Servicio/Todos)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Test Recipients</name>
-      <value>Destinatarios de prueba</value>
-    </stringEntry>
-    <stringEntry>
-      <name>restrict</name>
-      <value>restringir</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Side</name>
-      <value>Lado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Email body (Regular expression)</name>
-      <value>Cuerpo del correo electrónico (expresión regular)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Send information</name>
-      <value>Enviar información</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Number of Tickets (Medium)</name>
-      <value>Número de Entradas (Mediano)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all sent receipts</name>
-      <value>Mostrar todos los recibos enviados</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Duplicate Ticket</name>
-      <value>Boleto duplicado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show my district assignments with status review</name>
-      <value>Mostrar las asignaciones de mi distrito con revisión de estado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The chosen attributes were successfully set for %0 %1</name>
-      <value>Los atributos elegidos se establecieron correctamente para %0 %1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Relation type 1</name>
-      <value>Relación tipo 1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribute filter</name>
-      <value>Filtro de atributo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Default</name>
-      <value>Defecto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My Campaigns</name>
-      <value>Mis campañas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Relation type 2</name>
-      <value>Relación tipo 2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Radius in km</name>
-      <value>Radio en km</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Datasets in Outlook</name>
-      <value>Conjuntos de datos en Outlook</value>
-    </stringEntry>
-    <stringEntry>
-      <name>entity</name>
-      <value>entidad</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New</name>
-      <value>Nuevo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>tomorrow | %0 - %1 o'clock</name>
-      <value>mañana | %0 - %1 en punto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Date must not be in the future</name>
-      <value>La fecha no debe ser en el futuro</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Export letter for selection</name>
-      <value>Exportar carta para selección</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tonga</name>
-      <value>tonga</value>
-    </stringEntry>
-    <stringEntry>
-      <name>executives</name>
-      <value>ejecutivos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>View all duplicates from this scanner</name>
-      <value>Ver todos los duplicados de este escáner</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Public</name>
-      <value>Público</value>
-    </stringEntry>
-    <stringEntry>
-      <name>You have to add at least one recipient.</name>
-      <value>Tienes que añadir al menos un destinatario.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Visit frequency</name>
-      <value>Frecuencia de visita</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Observe ID</name>
-      <value>Observar conjunto de datos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Upload new file</name>
-      <value>Subir archivo nuevo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Forecast</name>
-      <value>Pronóstico</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Count Chart</name>
-      <value>Tabla de conteo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation: Classification</name>
-      <value>Organización: Clasificación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>EWS - Sync to Exchange</name>
-      <value>EWS - Sincronización con Exchange</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Gradings in Percent</name>
-      <value>Calificaciones en porcentaje</value>
-    </stringEntry>
-    <stringEntry>
-      <name>AddAction</name>
-      <value>AñadirAcción</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[TEST] Keyword_lib</name>
-      <value>[PRUEBA] Keyword_lib</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Insert subnode</name>
-      <value>Insertar subnodo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>English</name>
-      <value>inglés</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Nicaragua</name>
-      <value>Nicaragua</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Private person</name>
-      <value>Persona privada</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Return ticket</name>
-      <value>Billete de ida y vuelta</value>
-    </stringEntry>
-    <stringEntry>
-      <name>carriage return and line feed</name>
-      <value>retorno de carro y avance de línea</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Change selected</name>
-      <value>Cambiar seleccionado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Action '</name>
-      <value>acción '</value>
-    </stringEntry>
-    <stringEntry>
-      <name>2. Customer value</name>
-      <value>2. Valor para el cliente</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tool changer</name>
-      <value>cambiador de herramientas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Papua New Guinea</name>
-      <value>Papúa Nueva Guinea</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Use all categories</name>
-      <value>Usar todas las categorías</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Currency</name>
-      <value>Divisa</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SALESORDER_ID</name>
-      <value>VENTAS_ID_ORDEN</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Last status change</name>
-      <value>último cambio de estado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Finished Tickets last 4 weeks</name>
-      <value>Boletos terminados últimas 4 semanas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Pay due date</name>
-      <value>Fecha de vencimiento del pago</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tanzania, United Republic of</name>
-      <value>Tanzanía, República Unida de</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mark all cached record containers as invalid</name>
-      <value>Marcar todos los contenedores de registros almacenados en caché como no válidos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Business Fair</name>
-      <value>Feria de Negocios</value>
-    </stringEntry>
-    <stringEntry>
-      <name>edited</name>
-      <value>editado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Namibia</name>
-      <value>Namibia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>CRLF</name>
-      <value>CRLF</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart Number of tickets per inbox (Mail)</name>
-      <value>Gráfico Número de tickets por bandeja de entrada (Correo)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Appointments/Tasks</name>
-      <value>Citas/Tareas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Use all inboxes</name>
-      <value>Usar todas las bandejas de entrada</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Access type</name>
-      <value>Tipo de acceso</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Int value</name>
-      <value>valor entero</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Created on</name>
-      <value>Creado en</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ExportTemplateID</name>
-      <value>ID de plantilla de exportación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contactperson</name>
-      <value>Persona de contacto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribute</name>
-      <value>Atributo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>(optional) E-Mail to store in contact</name>
-      <value>(opcional) E-Mail para almacenar en contacto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Buyer</name>
-      <value>Comprador</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Evaluation type</name>
-      <value>Tipo de evaluación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Datenew</name>
-      <value>Fechanueva</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Newsfeed Timeline</name>
-      <value>Cronología del suministro de noticias</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Company address</name>
-      <value>Dirección de la empresa</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Andorra</name>
-      <value>Andorra</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set missing address locations</name>
-      <value>Establecer ubicaciones de direcciones que faltan</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sender address</name>
-      <value>Dirección del remitente</value>
-    </stringEntry>
-    <stringEntry>
-      <name>added on</name>
-      <value>añadido</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Inland</name>
-      <value>Interior</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Entriescount</name>
-      <value>Recuento de entradas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Connection</name>
-      <value>Conexión</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Open modeler</name>
-      <value>Modelador abierto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Default Signature</name>
-      <value>Firma predeterminada</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Observation Type</name>
-      <value>Tipo de observación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Remove any usage of the interest</name>
-      <value>Eliminar cualquier uso del interés</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Total net (%0)</name>
-      <value>Total neto (%0)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Occupation</name>
-      <value>Ocupación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Czech Republic</name>
-      <value>Republica checa</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Start time</name>
-      <value>Hora de inicio</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The end date has to be after the start.</name>
-      <value>La fecha de finalización tiene que ser posterior a la de inicio.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Hint</name>
-      <value>Insinuación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Countries</name>
-      <value>Los paises</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Partial calculation</name>
-      <value>Cálculo parcial</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Parent Id</name>
-      <value>Identificación de los padres</value>
-    </stringEntry>
-    <stringEntry>
-      <name>no USER for inboxEmail</name>
-      <value>sin USUARIO para bandeja de entradaEmail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Personal appearance</name>
-      <value>Apariencia personal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket duplicated (original)</name>
-      <value>Billete duplicado (original)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${BINARY_LIB_TOO_MANY_BINARIES}</name>
-      <value>Para este campo binario solo se permite un elemento de datos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Total Net (%0)</name>
-      <value>Neto Total (%0)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Lettersalutation</name>
-      <value>saludo de letras</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Container</name>
-      <value>Envase</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Update Advertising</name>
-      <value>Actualizar Publicidad</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bounce (Hard)</name>
-      <value>Rebote (Duro)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ARCHIVE</name>
-      <value>ARCHIVO</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Frame contract (WV)</name>
-      <value>Contrato marco (WV)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Competitors</name>
-      <value>Competidores</value>
-    </stringEntry>
-    <stringEntry>
-      <name>has</name>
-      <value>posee</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Inserted rows</name>
-      <value>filas insertadas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Colombia</name>
-      <value>Colombia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Knowledge category</name>
-      <value>Categoría de conocimiento</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Medium</name>
-      <value>Medio</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tentative</name>
-      <value>Tentativo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Honduras</name>
-      <value>Honduras</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Antarctica</name>
-      <value>Antártida</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 files ignored</name>
-      <value>%0 archivos ignorados</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set all address locations</name>
-      <value>Establecer todas las ubicaciones de direcciones</value>
-    </stringEntry>
-    <stringEntry>
-      <name>updated</name>
-      <value>actualizado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>BOOL VALUE</name>
-      <value>VALOR BOOL</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Paste as Top Topic</name>
-      <value>Pegar como tema principal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>add Contact to Sync</name>
-      <value>agregar contacto para sincronizar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets total (Mail)</name>
-      <value>Gráfico número de entradas total (Correo)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project manager</name>
-      <value>Gerente de proyecto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Data protection agreement</name>
-      <value>Acuerdo de protección de datos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${DISPLAY_AND_OPEN_%0_OF_%1_HITS}</name>
-      <value>Se muestran %0 de %1 resultados y se abrirán.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Document actions</name>
-      <value>Acciones de documentos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Hours</name>
-      <value>Horas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ORG</name>
-      <value>ORG.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Filetype</name>
-      <value>Tipo de archivo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Christmas Island</name>
-      <value>Isla de Navidad</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Current password</name>
-      <value>Contraseña actual</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Review</name>
-      <value>Revisar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Workflow instance</name>
-      <value>Instancia de flujo de trabajo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Maillog</name>
-      <value>Registro electrónico</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Anonymization</name>
-      <value>anonimización</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy Participants</name>
-      <value>Copiar participantes</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Martinique</name>
-      <value>Martinica</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No duplicates allowed: action '</name>
-      <value>No se permiten duplicados: acción '</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Log type</name>
-      <value>Tipo de registro</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Password</name>
-      <value>Contraseña</value>
-    </stringEntry>
-    <stringEntry>
-      <name>AuditLogs</name>
-      <value>Registros de auditoría</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Overview</name>
-      <value>Descripción general</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 attachments:</name>
-      <value>%0 archivos adjuntos:</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets per inbox (Mail)</name>
-      <value>Gráfico número de tickets por bandeja de entrada (Correo)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Quick entry</name>
-      <value>Entrada rápida</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The attribute \"%0\" couldn't be set for %1 %2, because %3.</name>
-      <value>No se pudo establecer el atributo \"%0\" para %1 %2 porque %3.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Invoice Discount</name>
-      <value>Descuento de factura</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Business Fair Lead</name>
-      <value>Lider de feria de negocios</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Zimbabwe</name>
-      <value>Zimbabue</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Regulation</name>
-      <value>Regulación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>up to date</name>
-      <value>A hoy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Fax</name>
-      <value>Fax</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Update campaign step</name>
-      <value>Actualizar paso de campaña</value>
-    </stringEntry>
-    <stringEntry>
-      <name>quotation mark</name>
-      <value>comillas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Phone number (Organisation)</name>
-      <value>Número de teléfono (Organización)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Deparment</name>
-      <value>departamento</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Grandchild of</name>
-      <value>nieto de</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Payment address</name>
-      <value>Dirección de Pago</value>
-    </stringEntry>
-    <stringEntry>
-      <name>End time must be later than start time</name>
-      <value>La hora de finalización debe ser posterior a la hora de inicio</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Guyana</name>
-      <value>Guayana</value>
-    </stringEntry>
-    <stringEntry>
-      <name>There are no valid employees in the department.</name>
-      <value>No hay empleados válidos en el departamento.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Probability Chart</name>
-      <value>Gráfico de probabilidad</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show the number of activities of the grouped fields</name>
-      <value>Muestra el número de Actividades de los Campos Agrupados</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Added</name>
-      <value>Adicional</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Write bulk mail</name>
-      <value>Escribir correo masivo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ukraine</name>
-      <value>Ucrania</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Relations</name>
-      <value>Relaciones</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Subordinate campaign of</name>
-      <value>campaña subordinada de</value>
-    </stringEntry>
-    <stringEntry>
-      <name>OUT</name>
-      <value>FUERA</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Extension letter date</name>
-      <value>Fecha de la carta de prórroga</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 deleted.</name>
-      <value>%0 eliminado.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Liquidity</name>
-      <value>Liquidez</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Country</name>
-      <value>País</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bermuda</name>
-      <value>islas Bermudas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Jamaica</name>
-      <value>Jamaica</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all offers</name>
-      <value>Mostrar todas las ofertas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Blog (Person)</name>
-      <value>Blog (Persona)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Commrestrictions</name>
-      <value>restricciones comerciales</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Article</name>
-      <value>Artículo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Excreted can't be in the future</name>
-      <value>Excretado no puede ser en el futuro</value>
-    </stringEntry>
-    <stringEntry>
-      <name>confirmed</name>
-      <value>confirmado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Transfered data</name>
-      <value>Datos transferidos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Choose Footer</name>
-      <value>Elegir pie de página</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Lead</name>
-      <value>Guiar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Deletion</name>
-      <value>Supresión</value>
-    </stringEntry>
-    <stringEntry>
-      <name>one mail could not be linked automatically</name>
-      <value>un correo no se pudo vincular automáticamente</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Salesproject: Responsible</name>
-      <value>Oportunidad: Responsable</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Privacy agreement</name>
-      <value>Acuerdo de privacidad</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add to order</name>
-      <value>Agregar a la orden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Fixed</name>
-      <value>Reparado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>delete linked permissions and hierarchies</name>
-      <value>eliminar permisos y jerarquías vinculados</value>
-    </stringEntry>
-    <stringEntry>
-      <name>This priority is already assigned.</name>
-      <value>Esta prioridad ya está asignada.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Error when reading the file!</name>
-      <value>¡Error al leer el archivo!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Transport damage</name>
-      <value>Daños de transporte</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product Group</name>
-      <value>Grupo de productos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Start advertising material workflow</name>
-      <value>Iniciar flujo de trabajo de material publicitario</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Update</name>
-      <value>Actualizar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Responsibles</name>
-      <value>Responsables</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete this Function</name>
-      <value>Eliminar esta función</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Austria</name>
-      <value>Austria</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sport</name>
-      <value>Deporte</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Offer item Id</name>
-      <value>ID de artículo de oferta</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Technology</name>
-      <value>Tecnología</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Production</name>
-      <value>Producción</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No Restrictions</name>
-      <value>Sin restricciones</value>
-    </stringEntry>
-    <stringEntry>
-      <name>number of connections</name>
-      <value>número de conexiones</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: .where has to be called before following and/or.</name>
-      <value>SqlBuilder: .where debe llamarse antes de seguir y/o.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Trade fair</name>
-      <value>feria</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Order</name>
-      <value>Pedido</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Superordinate campaign of</name>
-      <value>Campaña superior de</value>
-    </stringEntry>
-    <stringEntry>
-      <name>manually</name>
-      <value>a mano</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Pricing policy</name>
-      <value>Política de precios</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Calendar maintime start</name>
-      <value>Inicio del horario principal del calendario</value>
-    </stringEntry>
-    <stringEntry>
-      <name>archive</name>
-      <value>archivo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Participated</name>
-      <value>participó</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Flag</name>
-      <value>Bandera</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Created from</name>
-      <value>Creado a partir de</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Atmosphere</name>
-      <value>Atmósfera</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Manually</name>
-      <value>A mano</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Rebuild all duplicates from the selected scanners</name>
-      <value>Reconstruir todos los duplicados de los escáneres seleccionados</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ethiopia</name>
-      <value>Etiopía</value>
-    </stringEntry>
-    <stringEntry>
-      <name>request</name>
-      <value>solicitud</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${NUMBER}</name>
-      <value>Número</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Follow up (WV)</name>
-      <value>Seguimiento (VM)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>grandchild of</name>
-      <value>nieto de</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sierra Leone</name>
-      <value>Sierra Leona</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Communication: Link</name>
-      <value>Enlace de comunicación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Target Currency</name>
-      <value>Divisa objetivo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>general</name>
-      <value>general</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Pakistan</name>
-      <value>Pakistán</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Duplicates</name>
-      <value>Duplicados</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ended (abandoned)</name>
-      <value>terminado (abandonado)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New document template</name>
-      <value>Nueva plantilla de documento</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Districts</name>
-      <value>Distritos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bosnia and Herzegovina</name>
-      <value>Bosnia y Herzegovina</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Company name</name>
-      <value>Nombre de empresa</value>
-    </stringEntry>
-    <stringEntry>
-      <name>This cannot be undone!</name>
-      <value>¡Esto no se puede deshacer!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No contacts selected</name>
-      <value>No hay contactos seleccionados</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[TEST] Util_lib - ArrayUtils</name>
-      <value>[PRUEBA] Util_lib - ArrayUtils</value>
-    </stringEntry>
-    <stringEntry>
-      <name>consent pending</name>
-      <value>consentimiento pendiente</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bangladesh</name>
-      <value>bangladesh</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[TEST] Observation_lib</name>
-      <value>[PRUEBA] Observation_lib</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Subcategory</name>
-      <value>Subcategoría</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Saint Vincent and the Grenadines</name>
-      <value>San Vicente y las Granadinas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Duplicate</name>
-      <value>Duplicar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>PermissionId</name>
-      <value>ID de permiso</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Move Down</name>
-      <value>Mover hacia abajo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product</name>
-      <value>Producto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>customer checks</name>
-      <value>cheques de clientes</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Picture</name>
-      <value>Imagen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Commodity group B (WV)</name>
-      <value>Grupo de productos B (WV)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Free or Busy Permission</name>
-      <value>Permiso libre u ocupado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>FavoriteGroup</name>
-      <value>grupofavorito</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create planning</name>
-      <value>Crear planificación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>active</name>
-      <value>activo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>subsidiary</name>
-      <value>subsidiario</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sales Dashboard</name>
-      <value>Panel de ventas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>flexible</name>
-      <value>flexible</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Date of request</name>
-      <value>Fecha de solicitud</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project_duration</name>
-      <value>Duración del proyecto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Handcraft</name>
-      <value>artesanía</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Week</name>
-      <value>Semana</value>
-    </stringEntry>
-    <stringEntry>
-      <name>PP/SP</name>
-      <value>PP/SP</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 attachment:</name>
-      <value>%0 archivo adjunto:</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Adviser Role</name>
-      <value>Rol del asesor</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Website</name>
-      <value>Sitio web</value>
-    </stringEntry>
-    <stringEntry>
-      <name>User error</name>
-      <value>Error de usuario</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product price Id</name>
-      <value>Identificación del precio del producto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Full calculation</name>
-      <value>Cálculo completo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 files imported</name>
-      <value>%0 archivos importados</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ended (done)</name>
-      <value>terminado (hecho)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Marketing manager</name>
-      <value>gerente de mercadotecnia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Download</name>
-      <value>Descargar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Total VAT (%0)</name>
-      <value>Total IVA (%0)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Open Route of the day</name>
-      <value>Ruta Abierta del día</value>
-    </stringEntry>
-    <stringEntry>
-      <name>export using the selected template</name>
-      <value>exportar utilizando la plantilla seleccionada</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add Manual Delete Flag</name>
-      <value>Agregar indicador de eliminación manual</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No new recipients found that can be added to the bulk mail.</name>
-      <value>No se encontraron nuevos destinatarios que se puedan agregar al correo masivo.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: The pagesize is not set or is not a number.</name>
-      <value>SqlBuilder: el tamaño de página no está establecido o no es un número.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Editor changed to</name>
-      <value>Redactor cambiado a</value>
-    </stringEntry>
-    <stringEntry>
-      <name>It lists all areas that the user has to take care of.</name>
-      <value>Enumera todas las áreas que el usuario debe cuidar.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>CHAR_VALUE</name>
-      <value>CHAR_VALUE</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Won</name>
-      <value>Ganado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all activities</name>
-      <value>Mostrar todas las actividades</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$DISTRICT_PARENT_DISTRICT}</name>
-      <value>Distrito principal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Use external Scanservice</name>
-      <value>Usar servicio de escaneo externo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Child Roles</name>
-      <value>Roles secundarios</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sales Staff Activity</name>
-      <value>Actividad del personal de ventas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Employee group filter group</name>
-      <value>grupo de filtro de grupo de empleados</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Gibraltar</name>
-      <value>Gibraltar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>wrong configuration for '%0'</name>
-      <value>configuración incorrecta para '%0'</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Choose a campaign and a step to add the contact to a  campaign</name>
-      <value>Elija una campaña y un paso para agregar el contacto a una campaña</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 15</name>
-      <value>columna 15</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 16</name>
-      <value>columna 16</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attachment</name>
-      <value>Adjunto archivo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 13</name>
-      <value>columna 13</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 14</name>
-      <value>columna 14</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Auto probability</name>
-      <value>Probabilidad automática</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 11</name>
-      <value>columna 11</value>
-    </stringEntry>
-    <stringEntry>
-      <name>CONTACTID</name>
-      <value>ID DE CONTACTO</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 12</name>
-      <value>columna 12</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Object Relation Type</name>
-      <value>Tipo de relación de objeto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 10</name>
-      <value>columna 10</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 19</name>
-      <value>columna 19</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 17</name>
-      <value>Columna 17</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 18</name>
-      <value>columna 18</value>
-    </stringEntry>
-    <stringEntry>
-      <name>To-Do's</name>
-      <value>Tareas pendientes</value>
-    </stringEntry>
-    <stringEntry>
-      <name>reply</name>
-      <value>respuesta</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Event Begin</name>
-      <value>Comienzo del evento</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[ZippingUtil.renameDuplicateFilenamesForZip]Limit for max length of filename iteration reached.</name>
-      <value>[ZippingUtil.renameDuplicateFilenamesForZip]Se alcanzó el límite de longitud máxima de iteración de nombre de archivo.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Modification date</name>
-      <value>Fecha de modificación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Iran (Islamic Republic of)</name>
-      <value>Irán (República Islámica de)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Golf</name>
-      <value>Golf</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Delivery note</name>
-      <value>Nota de entrega</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 26</name>
-      <value>columna 26</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 27</name>
-      <value>columna 27</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 24</name>
-      <value>columna 24</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 25</name>
-      <value>columna 25</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 22</name>
-      <value>columna 22</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 23</name>
-      <value>columna 23</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 20</name>
-      <value>columna 20</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 21</name>
-      <value>columna 21</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Role</name>
-      <value>Papel</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Maintenance contract</name>
-      <value>Contrato de mantenimiento</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Alt. E-Mail</name>
-      <value>alternativa Email</value>
-    </stringEntry>
-    <stringEntry>
-      <name>We received data from</name>
-      <value>Recibimos datos de</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 28</name>
-      <value>columna 28</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 29</name>
-      <value>columna 29</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Object Type</name>
-      <value>Tipo de objeto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket return</name>
-      <value>devolución de billetes</value>
-    </stringEntry>
-    <stringEntry>
-      <name>File can't be edited here. You can download, edit and reupload the template to change the content.</name>
-      <value>El archivo no se puede editar aquí. Puede descargar, editar y volver a cargar la plantilla para cambiar el contenido.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 from \"%1\" to \"%2\"</name>
-      <value>%0 de \"%1\" a \"%2\"</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Current Recipients</name>
-      <value>Destinatarios actuales</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Discussion</name>
-      <value>Discusión</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${IGNORE_DUPLICATE}</name>
-      <value>El registro no es un duplicado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 30</name>
-      <value>columna 30</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Russian Federation</name>
-      <value>Federación Rusa</value>
-    </stringEntry>
-    <stringEntry>
-      <name>waiting</name>
-      <value>espera</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Closure</name>
-      <value>Cierre</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sender organisation name</name>
-      <value>Nombre de la organización del remitente</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Conveyor</name>
-      <value>Transportador</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Field</name>
-      <value>Campo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket closure</name>
-      <value>cierre de entradas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[%0]has now an incorrect length; estimated 2 or 3 elements but got %1</name>
-      <value>[%0]tiene ahora una longitud incorrecta; estimó 2 o 3 elementos pero obtuvo %1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Language</name>
-      <value>Idioma</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Manually set</name>
-      <value>Establecer manualmente</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New service ticket</name>
-      <value>Nuevo boleto de servicio</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sent Offers</name>
-      <value>Ofertas enviadas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New Ticket</name>
-      <value>Nuevo boleto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Value is too big, the maximum is %0</name>
-      <value>El valor es demasiado grande, el máximo es %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attendee</name>
-      <value>asistente</value>
-    </stringEntry>
-    <stringEntry>
-      <name>getKeyword</name>
-      <value>obtenerpalabra clave</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Interested person</name>
-      <value>Persona interesada</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$TICKET_STATUS}</name>
-      <value>Estado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mailbridge failed: user '%0' is unknown, contact an administrator.</name>
-      <value>Mailbridge falló: el usuario '%0' es desconocido, comuníquese con un administrador.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Dominica</name>
-      <value>Dominica</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Unit price (%0)</name>
-      <value>Precio unitario (%0)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sudan</name>
-      <value>Sudán</value>
-    </stringEntry>
-    <stringEntry>
-      <name>75%</name>
-      <value>75%</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Order date</name>
-      <value>Fecha de orden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Developer</name>
-      <value>Desarrollador</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Newsfeed (Full)</name>
-      <value>Suministro de noticias (completo)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Pull next ticket or create new ones</name>
-      <value>Extraiga el siguiente boleto o cree otros nuevos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Subject and Body</name>
-      <value>Asunto y Cuerpo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Incoming</name>
-      <value>Entrante</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Extend - request count</name>
-      <value>Ampliar - recuento de solicitudes</value>
-    </stringEntry>
-    <stringEntry>
-      <name>within the last year</name>
-      <value>dentro del último año</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sender</name>
-      <value>Remitente</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Service contract</name>
-      <value>Contrato de servicios</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sendet</name>
-      <value>Sendet</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Search component</name>
-      <value>Componente de búsqueda</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Taiwan</name>
-      <value>Taiwán</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Offer number</name>
-      <value>Número de oferta</value>
-    </stringEntry>
-    <stringEntry>
-      <name>cancelled</name>
-      <value>cancelado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Central African Republic</name>
-      <value>República Centroafricana</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Maturity</name>
-      <value>Madurez</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Full Permissions</name>
-      <value>Permisos completos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Documents handed over</name>
-      <value>Documentos entregados</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaign costs</name>
-      <value>Costos de campaña</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Transmission</name>
-      <value>Transmisión</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Topictreefavoriteid</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Only favorite topics</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The topic is already set as a favorite</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Topic favorites</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Add favorite</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Topic favorite</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The max favorite count has been reached. No more topics can be added.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Remaining count</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Include child topics</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Topic Tree Configuration</name>
-    </stringEntry>
-    <stringEntry>
-      <name>manage Topic Tree Favorites</name>
-    </stringEntry>
-    <stringEntry>
-      <name>manage Topic Tree Presets</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Display Topic Tree</name>
-    </stringEntry>
-    <stringEntry>
-      <name> %1 already exists.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>This preset</name>
-    </stringEntry>
-    <stringEntry>
-      <name>This favorite</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 already exists.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Invalid Filter</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Add preset</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Migrate keyword containers</name>
-      <value>Migrar contenedores de palabras clave</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Somalia</name>
-      <value>Somalia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My Workflow Tasks</name>
-      <value>Mis tareas de flujo de trabajo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Guarantees</name>
-      <value>Garantías</value>
-    </stringEntry>
-    <stringEntry>
-      <name>was missed</name>
-      <value>fue extrañado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show my Forecast and Turnover for the current year</name>
-      <value>Mostrar mi Pronóstico y Facturación para el año en curso</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Turnover Last Year</name>
-      <value>Facturación el año pasado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mail (Person)</name>
-      <value>Correo (Persona)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>member</name>
-      <value>miembro</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[%0]the columnName is not a string after interpreting</name>
-      <value>[%0]el nombre de la columna no es una cadena después de la interpretación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>LogHistory</name>
-      <value>Historial de registro</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Appointment CheckUp</name>
-      <value>Revisión de citas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>12 Months</name>
-      <value>12 meses</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Syrian Arab Republic</name>
-      <value>República Árabe Siria</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Unknown incoming call from %0 to %1</name>
-      <value>Llamada entrante desconocida de %0 a %1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Dataset</name>
-      <value>conjunto de datos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>no valid mail-address format</name>
-      <value>formato de dirección de correo no válido</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all sent offers</name>
-      <value>Mostrar todas las ofertas enviadas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Reopen delay (days)</name>
-      <value>Retraso de reapertura (días)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mobile</name>
-      <value>Móvil</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Allowed</name>
-      <value>Permitido</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show unread notifications about different content, e.g. Appointments, serial mails, ...</name>
-      <value>Muestra notificaciones no leídas sobre diferentes contenidos, por ejemplo, citas, correos en serie, ...</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Choose Team</name>
-      <value>Elige equipo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Don't use for test run</name>
-      <value>No utilizar para la ejecución de prueba</value>
-    </stringEntry>
-    <stringEntry>
-      <name>InboxRelation</name>
-      <value>Relación de bandeja de entrada</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Palau</name>
-      <value>palaos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Most important Sales key figures</name>
-      <value>Cifras clave de ventas más importantes</value>
-    </stringEntry>
-    <stringEntry>
-      <name>E-mail processing error</name>
-      <value>Error de procesamiento de correo electrónico</value>
-    </stringEntry>
-    <stringEntry>
-      <name>HIGH</name>
-      <value>ALTO</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Open Turnover</name>
-      <value>Rotación abierta</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Relation type</name>
-      <value>tipo de relación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Dates</name>
-      <value>fechas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: if you use a subQuery (e.g. SqlBuilder) you have to provide pCondition (e.g. \"exists ?\")</name>
-      <value>SqlBuilder: si usa una subconsulta (por ejemplo, SqlBuilder), debe proporcionar pCondition (por ejemplo, \"exists?\")</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Subscription model</name>
-      <value>modelo de suscripción</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Person in charge</name>
-      <value>Persona a cargo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>solution</name>
-      <value>solución</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Probability AI</name>
-      <value>IA de probabilidad</value>
-    </stringEntry>
-    <stringEntry>
-      <name>External Work</name>
-      <value>Trabajo externo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Total gross</name>
-      <value>Bruto total</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Lesotho</name>
-      <value>Lesoto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bounces</name>
-      <value>rebotes</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaigns</name>
-      <value>Campañas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Order amount</name>
-      <value>Total de la orden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Maindocuments</name>
-      <value>Documentos principales</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Fix cost</name>
-      <value>Costo fijo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Employee already selected</name>
-      <value>Empleado ya seleccionado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${UNLINKEDMAILMAPPING_ADDITIONAL_LINKS}</name>
-      <value>${UNLINKEDMAILMAPPING_ADDITIONAL_LINKS}</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Titel</name>
-      <value>Título</value>
-    </stringEntry>
-    <stringEntry>
-      <name>true</name>
-      <value>cierto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Save</name>
-      <value>Ahorrar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Permission Set ID</name>
-      <value>ID de conjunto de permisos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>United States of America</name>
-      <value>Estados Unidos de América</value>
-    </stringEntry>
-    <stringEntry>
-      <name>remove Contact from Sync</name>
-      <value>eliminar contacto de sincronización</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Address purchase</name>
-      <value>Dirección de compra</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Marketing</name>
-      <value>Márketing</value>
-    </stringEntry>
-    <stringEntry>
-      <name>0 low</name>
-      <value>bajo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>hour</name>
-      <value>hora</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Communication data</name>
-      <value>Datos de comunicación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create</name>
-      <value>Crear</value>
-    </stringEntry>
-    <stringEntry>
-      <name>competitor</name>
-      <value>competidor</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Type of contract</name>
-      <value>tipo de contrato</value>
-    </stringEntry>
-    <stringEntry>
-      <name>rule editor</name>
-      <value>editor de reglas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>rights of access</name>
-      <value>derechos de acceso</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Entrydate</name>
-      <value>Fecha de entrada</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Unlinked e-mail</name>
-      <value>Correo electrónico desvinculado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Talks</name>
-      <value>Negociaciones</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Permission Dealer Department</name>
-      <value>Departamento de concesionario de permisos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 | %1 o'clock - %2 | %3 o'clock</name>
-      <value>%0 | %1 en punto - %2 | %3 en punto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Choose payment address</name>
-      <value>Elige la dirección de pago</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Service category</name>
-      <value>Categoría de servicio</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mailing to customer</name>
-      <value>Envío al cliente</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Closed</name>
-      <value>Cerrado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Completed</name>
-      <value>Terminado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Uganda</name>
-      <value>Uganda</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Suriname</name>
-      <value>Surinam</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Greenland</name>
-      <value>Groenlandia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Standard Zip</name>
-      <value>Cremallera estándar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Weight (kg)</name>
-      <value>Peso (kg)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Competitor</name>
-      <value>Competidor</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Origin</name>
-      <value>Origen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Industry changed to %0</name>
-      <value>Industria cambiada a %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${ORDER_CANCELLED}</name>
-      <value>cancelado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>inboxes</name>
-      <value>bandejas de entrada</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Is contact without a contract</name>
-      <value>Es contacto sin contrato</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Activity</name>
-      <value>Actividad</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Rights of access</name>
-      <value>Derechos de acceso</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Month</name>
-      <value>Mes</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Department</name>
-      <value>Departamento</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Next phase</name>
-      <value>Siguiente fase</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Permission</name>
-      <value>Permiso</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Use selection for test mailing</name>
-      <value>Usar la selección para el envío de prueba</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Source Currency</name>
-      <value>Moneda de origen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>no valid format</name>
-      <value>ningún formato válido</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Unitprice</name>
-      <value>Precio unitario</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 new recipients will be added to the bulk mail.</name>
-      <value>Se agregarán %0 nuevos destinatarios al correo masivo.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Duplicate status</name>
-      <value>Estado duplicado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Priority Source</name>
-      <value>Fuente prioritaria</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Longitude</name>
-      <value>Longitud</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Guinea-Bissau</name>
-      <value>Guinea-Bisáu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation: Type</name>
-      <value>Organización: Tipo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Permission Overview</name>
-      <value>Resumen de permisos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Expand</name>
-      <value>Expandir</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project title</name>
-      <value>Título del Proyecto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Category determination</name>
-      <value>Determinación de categoría</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Valid, unlimited</name>
-      <value>Válido, ilimitado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Svalbard and Jan Mayen</name>
-      <value>Svalbard y Jan Mayen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Newsfeed (Complete Article)</name>
-      <value>Suministro de noticias (artículo completo)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Download letter and create Activity</name>
-      <value>Descargar carta y crear Actividad</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Task Attendees</name>
-      <value>Asistentes a la tarea</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Team</name>
-      <value>Equipo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create activities</name>
-      <value>Crear actividades</value>
-    </stringEntry>
-    <stringEntry>
-      <name>free</name>
-      <value>gratis</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Annual holidays</name>
-      <value>Vacaciones anuales</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Inbox</name>
-      <value>Bandeja de entrada</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New task</name>
-      <value>Nueva tarea</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Context</name>
-      <value>Contexto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$TICKET_EDITOR}</name>
-      <value>Editor
-</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Full permissions already assigned</name>
-      <value>Permisos completos ya asignados</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Documenttemplate Place Of Use</name>
-      <value>Plantilla de documento Lugar de uso</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Probability</name>
-      <value>Probabilidad</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Charset</name>
-      <value>juego de caracteres</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Communication: Phone</name>
-      <value>Comunicación: Teléfono</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Followed up</name>
-      <value>Seguimiento</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Privacy Notice</name>
-      <value>Aviso de Privacidad</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Lebanon</name>
-      <value>Líbano</value>
-    </stringEntry>
-    <stringEntry>
-      <name>BPMN</name>
-      <value>BPMN</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mauritania</name>
-      <value>Mauritania</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Prev</name>
-      <value>Anterior</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sync Exchange Contacts</name>
-      <value>Sincronizar contactos de intercambio</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy template</name>
-      <value>Copiar plantilla</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Interest (subscribed)</name>
-      <value>Interés (suscrito)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Streetmap</name>
-      <value>Mapa de la calle</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete all usage</name>
-      <value>Eliminar todo el uso</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Missed call from %0 to %1</name>
-      <value>Llamada perdida de %0 a %1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The ZIP code does not match the format of the country.</name>
-      <value>El código postal no coincide con el formato del país.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>grandparents of</name>
-      <value>abuelos de</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Indicator Type</name>
-      <value>Tipo de indicador</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Click</name>
-      <value>Hacer clic</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Adito red</name>
-      <value>adito rojo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Valid district contacts</name>
-      <value>Contactos de distrito válidos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Weekly</name>
-      <value>Semanalmente</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Luxembourg</name>
-      <value>luxemburgo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Responsible Department</name>
-      <value>Departamento responsable</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Jersey</name>
-      <value>Jersey</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Context name</name>
-      <value>Nombre de contexto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Permission Dealer</name>
-      <value>distribuidor autorizado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set status to active</name>
-      <value>Establecer el estado en activo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show my bulkmails</name>
-      <value>Mostrar mis correos masivos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project number</name>
-      <value>Número de proyecto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[%0]%1 is an object but seems not to be a valid array or array-like</name>
-      <value>[%0]%1 es un objeto pero parece no ser una matriz válida o similar a una matriz</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Building industry</name>
-      <value>Industria de la construcción</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Canadian Dollar</name>
-      <value>Dolar canadiense</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Recipient address</name>
-      <value>Dirección del receptor</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Link e-mail addresses to contacts</name>
-      <value>Vincular direcciones de correo electrónico a contactos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Stop costs</name>
-      <value>Detener los costos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Incoming call from %0 (%1) to %2</name>
-      <value>Llamada entrante de %0 (%1) a %2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contact Management</name>
-      <value>Gestión de contactos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>6 Months</name>
-      <value>6 meses</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Paid</name>
-      <value>Pagado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Empty actions are not allowed!</name>
-      <value>¡No se permiten acciones vacías!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Properties</name>
-      <value>Propiedades</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No customer since creation &gt; 3 years</name>
-      <value>Ningún cliente desde la creación &gt; 3 años</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket type</name>
-      <value>tipo de billete</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product_flexibility</name>
-      <value>Producto_flexibilidad</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 from \"%1\" to %2 \"%3\"</name>
-      <value>%0 de \"%1\" a %2 \"%3\"</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Valid from quantity</name>
-      <value>Válido desde cantidad</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Own website</name>
-      <value>Sitio web propio</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show the finished Tickets in the last 4 weeks</name>
-      <value>Mostrar los Tickets terminados en las últimas 4 semanas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaignstep has already ended</name>
-      <value>Campaignstep ya ha finalizado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Enter new Ticket</name>
-      <value>Introducir nuevo billete</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Calculate sum</name>
-      <value>Calcular suma</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Email subject</name>
-      <value>Asunto del email</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Date start</name>
-      <value>fecha de inicio</value>
-    </stringEntry>
-    <stringEntry>
-      <name>acquainted with</name>
-      <value>familiarizado con</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Title</name>
-      <value>Título</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No permissions</name>
-      <value>no permisos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create notification</name>
-      <value>Crear notificación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Pitcairn</name>
-      <value>pitcairn</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation: Zip</name>
-      <value>Organización: Postal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertising ban</name>
-      <value>Prohibición de publicidad</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Deployment Id</name>
-      <value>Id. de implementación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Editor</name>
-      <value>Editor</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The combination of organisation, product group and year already exists.</name>
-      <value>La combinación de organización, grupo de productos y año ya existe.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Indonesia</name>
-      <value>Indonesia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Location</name>
-      <value>Ubicación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The Import Fields \"Lastname\" or \"Organisation\" have to be mapped!</name>
-      <value>¡Los campos de importación \"Apellido\" u \"Organización\" tienen que ser mapeados!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Appointment Status</name>
-      <value>Estado de la cita</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Key account</name>
-      <value>Contraseña</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${VOLUME_MONEY}</name>
-      <value>Volumen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Alternative email</name>
-      <value>Email alternativo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show the organisations turnover in a 3 year time-span</name>
-      <value>Muestra la facturación de la organización en un lapso de tiempo de 3 años.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Import Fields</name>
-      <value>Importar campos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Congo (Democratic Republic of the)</name>
-      <value>Congo (República Democrática del)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Activity link Id</name>
-      <value>ID de enlace de actividad</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set attribute</name>
-      <value>Establecer atributo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bulk mails</name>
-      <value>correos masivos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Timetracking entries</name>
-      <value>Entradas de seguimiento de tiempo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The chosen attribute was successfully set for %0 %1</name>
-      <value>El atributo elegido se estableció correctamente para %0 %1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My campaigns</name>
-      <value>mis campañas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>dd.MM.yyyy</name>
-      <value>MM/dd/yyyy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Unknown accepted call from %0 to %1, duration: %2</name>
-      <value>Llamada desconocida aceptada de %0 a %1, duración: %2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>determined in</name>
-      <value>determinado en</value>
-    </stringEntry>
-    <stringEntry>
-      <name>collaboration with</name>
-      <value>colaboración con</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Letter</name>
-      <value>Carta</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Turkey</name>
-      <value>pavo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Forward ticket</name>
-      <value>Billete de reenvío</value>
-    </stringEntry>
-    <stringEntry>
-      <name>User Currency</name>
-      <value>Moneda del usuario</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Trinidad and Tobago</name>
-      <value>Trinidad y Tobago</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Phone of contact</name>
-      <value>Teléfono de contacto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contract</name>
-      <value>Contrato</value>
-    </stringEntry>
-    <stringEntry>
-      <name>favorite</name>
-      <value>favorito</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Description</name>
-      <value>Descripción</value>
-    </stringEntry>
-    <stringEntry>
-      <name>DataPrivacy Use</name>
-      <value>Uso de privacidad de datos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${SALESPROJECT_NEGOTIATION}</name>
-      <value>Negociación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Xing (Organisation)</name>
-      <value>Xing (Organización)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Repeat password</name>
-      <value>repite la contraseña</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Palestine, State of</name>
-      <value>Palestina, Estado de</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sri Lanka</name>
-      <value>Sri Lanka</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Exclusive gateway</name>
-      <value>Pasarela exclusiva</value>
-    </stringEntry>
-    <stringEntry>
-      <name>All Knowledge Entries</name>
-      <value>Todas las entradas de conocimiento</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Team leader dashboard</name>
-      <value>Panel de control del líder del equipo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Communication Settings</name>
-      <value>Configuración de comunicación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>This combination of person and organisation does already exist and can not be created once more.</name>
-      <value>Esta combinación de persona y organización ya existe y no se puede volver a crear.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>comma</name>
-      <value>coma</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaign Planning</name>
-      <value>Planificación de campañas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Export HTML</name>
-      <value>Exportar HTML</value>
-    </stringEntry>
-    <stringEntry>
-      <name>processed %0/%1:</name>
-      <value>procesado %0/%1:</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Read and Write Permission</name>
-      <value>Permiso de lectura y escritura</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Main document</name>
-      <value>Documento principal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Keyword Entries</name>
-      <value>Entradas de palabras clave</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Inbox filter groups</name>
-      <value>Grupos de filtros de la bandeja de entrada</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New Weekplanentry</name>
-      <value>New Weekplanentry</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Parent Roles</name>
-      <value>Funciones de los padres</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mail Address</name>
-      <value>Correo Electronico</value>
-    </stringEntry>
-    <stringEntry>
-      <name>unassigned</name>
-      <value>no asignado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>descending</name>
-      <value>descendiendo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete appointment</name>
-      <value>Eliminar cita</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Do you really want to delete this recurring appointment?</name>
-      <value>¿Realmente desea eliminar esta cita periódica?</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Keyword Category</name>
-      <value>Categoría de palabra clave</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Spanish</name>
-      <value>español</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertising</name>
-      <value>Publicidad</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Dokument template usage</name>
-      <value>Uso de plantillas de documentos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Pros</name>
-      <value>ventajas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The radius has to be %0 or lesser.</name>
-      <value>El radio tiene que ser %0 o menor.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Refresh Currency Rate</name>
-      <value>Actualizar tipo de cambio</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Max participants</name>
-      <value>Número máximo de participantes</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Japan</name>
-      <value>Japón</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Quality complaint</name>
-      <value>queja de calidad</value>
-    </stringEntry>
-    <stringEntry>
-      <name>finished</name>
-      <value>terminado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Internal sales manager</name>
-      <value>Gerente de ventas internas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Import Daten</name>
-      <value>Fecha de importación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>getAllTickets</name>
-      <value>obtener todos los boletos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Fields</name>
-      <value>Campos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Content</name>
-      <value>Contenido</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Export workflow</name>
-      <value>Flujo de trabajo de exportación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>INSERT</name>
-      <value>INSERTAR</value>
-    </stringEntry>
-    <stringEntry>
-      <name>only use simple filters</name>
-      <value>solo usa filtros simples</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket categories</name>
-      <value>Categorías de entradas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>This error should never appear - contact administrator (PermissionDetail_entity.PermissionAction.onValidation).</name>
-      <value>Este error nunca debería aparecer: póngase en contacto con el administrador (PermissionDetail_entity.PermissionAction.onValidation).</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Start Workflow</name>
-      <value>Iniciar flujo de trabajo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sender email</name>
-      <value>Correo electrónico del remitente</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all synchronized searches of the users</name>
-      <value>Muestra todas las búsquedas sincronizadas de los usuarios.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sender country - zip - city</name>
-      <value>País del remitente - código postal - ciudad</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Feedback</name>
-      <value>Reacción</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Actual Amount</name>
-      <value>Importe real</value>
-    </stringEntry>
-    <stringEntry>
-      <name>There already exists a %0 price with the same type of pricelist, quantity and currency in the defined range.</name>
-      <value>Ya existe un precio %0 con el mismo tipo de lista de precios, cantidad y moneda en el rango definido.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${SQL_LIB_UNDEFINED_VALUE} field: %0</name>
-      <value>El valor del campo %0 no está definido.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation: Id</name>
-      <value>Identificación de la organización</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Change status</name>
-      <value>Cambiar Estado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Niger</name>
-      <value>Níger</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Passwords do not match</name>
-      <value>Las contraseñas no coinciden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Email Template</name>
-      <value>Plantilla de correo electrónico</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Milestones</name>
-      <value>Hitos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>check offer again</name>
-      <value>consultar oferta de nuevo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contact synchronisations</name>
-      <value>Sincronizaciones de contactos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Likes</name>
-      <value>Gustos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Participants</name>
-      <value>Participantes</value>
-    </stringEntry>
-    <stringEntry>
-      <name>House number</name>
-      <value>número de casa</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation: District</name>
-      <value>Distrito de organización</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Runtime</name>
-      <value>tiempo de ejecución</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Documenttemplate_Id</name>
-      <value>Documenttemplate_Id</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Data table</name>
-      <value>Tabla de datos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Publishing level</name>
-      <value>Nivel de publicación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Knowledge categories</name>
-      <value>Categorías de conocimiento</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Delivery term</name>
-      <value>Plazo de entrega</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The selected Contact doesn't have an address set.</name>
-      <value>El contacto seleccionado no tiene una dirección configurada.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Entries</name>
-      <value>Entradas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Dataset in Outlook</name>
-      <value>Conjunto de datos en Outlook</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Acquisition</name>
-      <value>Adquisición</value>
-    </stringEntry>
-    <stringEntry>
-      <name>anonymize Persons</name>
-      <value>anonimizar personas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Failure (employee)</name>
-      <value>Incumplimiento (empleado)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>A person can only have one private Contact.</name>
-      <value>Una persona solo puede tener un contacto privado.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Invalid file type; only .html, .eml and .txt are allowed</name>
-      <value>Tipo de archivo invalido; solo se permiten .html, .eml y .txt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Author</name>
-      <value>Autor</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Someone liked one of your articles</name>
-      <value>A alguien le gustó uno de tus artículos.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Planning</name>
-      <value>Planificación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show my campaigns</name>
-      <value>mostrar mis campañas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>duplicate Ticket</name>
-      <value>Boleto duplicado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Motor cycle</name>
-      <value>Motocicleta</value>
-    </stringEntry>
-    <stringEntry>
-      <name>dd.MM.YYYY HH:mm</name>
-      <value>dd.MM.YYYY HH:mm</value>
-    </stringEntry>
-    <stringEntry>
-      <name>manual</name>
-      <value>manual</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Link unlinked e-mail</name>
-      <value>Enlace de correo electrónico desvinculado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Newsletter</name>
-      <value>Boletin informativo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>French</name>
-      <value>francés</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Discount in (%0)</name>
-      <value>Descuento en (%0)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Status changes skipped!</name>
-      <value>¡Se han saltado los cambios de estado!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Saint Helena, Ascension and Tristan da Cunha</name>
-      <value>Santa Elena, Ascensión y Tristan da Cunha</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show the different conversion rates of the sales project phases</name>
-      <value>Muestra las diferentes tasas de conversión de las fases de Oportunidad</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create offer</name>
-      <value>Crear oferta</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Deleted</name>
-      <value>Eliminado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[TEST] Importer</name>
-      <value>[PRUEBA] Importador</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ISO 3166-1 alpha-3</name>
-      <value>ISO 3166-1 alfa-3</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ISO 3166-1 alpha-2</name>
-      <value>ISO 3166-1 alfa-2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Restore Team</name>
-      <value>Equipo de restauración</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Group name</name>
-      <value>Nombre del grupo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set active</name>
-      <value>Establecer activo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Pull Tickets</name>
-      <value>Tirar boletos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribute Id</name>
-      <value>Identificación de atributo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Semicolon</name>
-      <value>Punto y coma</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cuba</name>
-      <value>Cuba</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sent offers</name>
-      <value>ofertas enviadas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Document template</name>
-      <value>Documento ejemplar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Automatically generates an defaulttitle if left Blank</name>
-      <value>Genera automáticamente un título predeterminado si se deja en blanco</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Payment Address</name>
-      <value>Dirección de Pago</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Save settings</name>
-      <value>Guardar ajustes</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Document Template</name>
-      <value>Documento ejemplar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy Campaign</name>
-      <value>Copiar campaña</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Email</name>
-      <value>Correo electrónico</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all Facebook posts of a user</name>
-      <value>Mostrar todas las publicaciones de Facebook de un usuario</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Serial Actions</name>
-      <value>Acciones en serie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Volume Weighted(%0)</name>
-      <value>Volumen ponderado (%0)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Creator</name>
-      <value>Creador</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Use template attachments</name>
-      <value>Usar archivos adjuntos de plantilla</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[%0]the tableName is not a string after interpreting</name>
-      <value>[%0]tableName no es una cadena después de interpretar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tourism</name>
-      <value>Turismo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>IP Address</name>
-      <value>Dirección IP</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Status Appointment</name>
-      <value>Cita de estado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Test</name>
-      <value>Prueba</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Personal estimation</name>
-      <value>Estimación personal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Order confirmation</name>
-      <value>Confirmación del pedido</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Undefined</name>
-      <value>Indefinido</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ToDo</name>
-      <value>Hacer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Protected</name>
-      <value>Protegido</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Xing</name>
-      <value>Xing</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ExportTemplateDependency</name>
-      <value>Dependencia de plantilla de exportación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>consent</name>
-      <value>consentimiento</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Information Report</name>
-      <value>Informe de información</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Adviser role</name>
-      <value>Rol de asesor</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Errorlogs</name>
-      <value>Registros de errores</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Post office box</name>
-      <value>Apartado de correos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mail activities</name>
-      <value>Actividades de correo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${SALESPROJECT_MEMBER}</name>
-      <value>miembro del proyecto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Import user</name>
-      <value>Importar usuario</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Korea (Democratic People's Republic of)</name>
-      <value>República de Corea, Popular Democrática de)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Locked</name>
-      <value>bloqueado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>There are no test recipients.</name>
-      <value>No hay destinatarios de prueba.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Service ticket categories</name>
-      <value>Categorías de boletos de servicio</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Component</name>
-      <value>Componente</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 new recipients will be added to the serial letter.</name>
-      <value>Se agregarán %0 nuevos destinatarios a la carta serial.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create Child Topic</name>
-      <value>Crear tema secundario</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Numeric value</name>
-      <value>Valor numérico</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Employee group rules</name>
-      <value>Reglas del grupo de empleados</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ExportTemplateFieldID</name>
-      <value>ExportTemplateFieldID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Info</name>
-      <value>Información</value>
-    </stringEntry>
-    <stringEntry>
-      <name>within the next six Months</name>
-      <value>dentro de los próximos seis meses</value>
-    </stringEntry>
-    <stringEntry>
-      <name>White</name>
-      <value>blanco</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Username</name>
-      <value>Nombre de usuario</value>
-    </stringEntry>
-    <stringEntry>
-      <name>in progress</name>
-      <value>en curso</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${CONTRACT_STATUS}</name>
-      <value>Estado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Conclusion (Mailbridge)</name>
-      <value>Conclusión (Mailbridge)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>PARENT_CONTEXT</name>
-      <value>PADRE_CONTEXTO</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Visit Frequency</name>
-      <value>Frecuencia de visitas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Delivery block</name>
-      <value>bloque de entrega</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bulkmail Key Figures</name>
-      <value>Cifras clave de correo masivo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Place of Use</name>
-      <value>Lugar de uso</value>
-    </stringEntry>
-    <stringEntry>
-      <name>(drop mails here)</name>
-      <value>(dejar correos aquí)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No activity</name>
-      <value>Ninguna actividad</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The function could not be deleted because it has links to other objects. The status of the function was set to inactive.</name>
-      <value>No se pudo eliminar la función porque tiene enlaces a otros objetos. El estado de la función se estableció en inactivo.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New module</name>
-      <value>Nuevo módulo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sum Chart</name>
-      <value>Gráfico de suma</value>
-    </stringEntry>
-    <stringEntry>
-      <name>decline</name>
-      <value>disminución</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attributes of attribute group \"%0\" have to be used at least %1.</name>
-      <value>Los atributos del grupo de atributos \"%0\" deben usarse al menos %1.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Settings</name>
-      <value>Ajustes</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Changed because of mailfilter \"%0\"</name>
-      <value>Cambiado debido al filtro de correo \"%0\"</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Orderitems</name>
-      <value>Encargar artículos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Child Role</name>
-      <value>Papel secundario</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Holy See</name>
-      <value>Santa Sede</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set completed</name>
-      <value>Conjunto completado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Minimal count</name>
-      <value>recuento mínimo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Indv. Answer</name>
-      <value>inv. Respuesta</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Manual resynchronization of user</name>
-      <value>Resincronización manual de usuario</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The following Topics have been set more than once:</name>
-      <value>Los siguientes temas se han establecido más de una vez:</value>
-    </stringEntry>
-    <stringEntry>
-      <name>other</name>
-      <value>otro</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Re-open</name>
-      <value>Reabrir</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Object 1 row Id</name>
-      <value>Id. de fila de objeto 1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${COMM_ADDRESS}</name>
-      <value>Habla a</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Direction</name>
-      <value>Dirección</value>
-    </stringEntry>
-    <stringEntry>
-      <name>An error occured during checking whether at least one of the recipients is an internal user or not.</name>
-      <value>Ocurrió un error al verificar si al menos uno de los destinatarios es un usuario interno o no.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The test run is not properly configured.</name>
-      <value>La ejecución de prueba no está configurada correctamente.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Workflow management</name>
-      <value>Gestión de flujo de trabajo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Site visit</name>
-      <value>Visita al sitio</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Send digital Advertising materials &amp; complete Workflow Task</name>
-      <value>Envíe materiales publicitarios digitales y complete la tarea de flujo de trabajo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>FavoriteFilter_view</name>
-      <value>Vista_filtro_favorito</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Touchpoint</name>
-      <value>Punto de contacto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New password must not be the same as the current password</name>
-      <value>La nueva contraseña no debe ser la misma que la contraseña actual</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Text</name>
-      <value>Texto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Delivery address</name>
-      <value>Dirección de entrega</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Samoa</name>
-      <value>samoa</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertising materials</name>
-      <value>Materiales de publicidad</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Serial</name>
-      <value>De serie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SELECTION_NULL</name>
-      <value>SELECCIÓN_NULL</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The given starting location is empty. An area search can not be performed.</name>
-      <value>La ubicación inicial dada está vacía. No se puede realizar una búsqueda de área.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>NORMAL</name>
-      <value>NORMAL</value>
-    </stringEntry>
-    <stringEntry>
-      <name>tabulator</name>
-      <value>tabulador</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket category</name>
-      <value>Categoría de entrada</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attributes of attribute group \"%0\" can't be used more than %1.</name>
-      <value>Los atributos del grupo de atributos \"%0\" no se pueden usar más de %1.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>EVENT</name>
-      <value>EVENTO</value>
-    </stringEntry>
-    <stringEntry>
-      <name>points</name>
-      <value>puntos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Remove from synchronization</name>
-      <value>Eliminar de la sincronización</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contactrole</name>
-      <value>Rol de contacto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Child Attributes</name>
-      <value>Atributos secundarios</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add participant to Campaign</name>
-      <value>Agregar participante a la campaña</value>
-    </stringEntry>
-    <stringEntry>
-      <name>There is already a permission existing!</name>
-      <value>¡Ya existe un permiso!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Feed</name>
-      <value>Alimentación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show only own</name>
-      <value>Mostrar solo propio</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Known because</name>
-      <value>Conocido porque</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Maximal count</name>
-      <value>Recuento máximo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Guest</name>
-      <value>Invitado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Visit request</name>
-      <value>Solicitud de visita</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show my activities</name>
-      <value>mostrar mis actividades</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Recipient</name>
-      <value>Recipiente</value>
-    </stringEntry>
-    <stringEntry>
-      <name>April</name>
-      <value>abril</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Empty actions are invalid!</name>
-      <value>¡Las acciones vacías no son válidas!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>PARENT_ID</name>
-      <value>IDENTIFICACIÓN DE LOS PADRES</value>
-    </stringEntry>
-    <stringEntry>
-      <name>There is already a activity from the same email existing!</name>
-      <value>¡Ya existe una actividad del mismo correo electrónico!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ObservationID</name>
-      <value>ID de observación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Micronesia (Federated States of)</name>
-      <value>Micronesia (Estados Federados de)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Business rule task</name>
-      <value>Tarea de regla de negocio</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product_industry knowhow</name>
-      <value>Producto_conocimiento de la industria</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Data executed</name>
-      <value>Datos ejecutados</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Permission Dealer User</name>
-      <value>Usuario de distribuidor autorizado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Pending synchronizations to Outlook</name>
-      <value>Sincronizaciones pendientes con Outlook</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Visit</name>
-      <value>Visita</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaign Period</name>
-      <value>Período de campaña</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Location of the Event</name>
-      <value>Ubicación del evento</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Workflow definitions</name>
-      <value>Definiciones de flujo de trabajo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>and</name>
-      <value>y</value>
-    </stringEntry>
-    <stringEntry>
-      <name>today</name>
-      <value>hoy dia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Claim task</name>
-      <value>Reclamar tarea</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Number of Tickets (Mail)</name>
-      <value>Número de boletos (correo)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Topic</name>
-      <value>Tema</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Due Date</name>
-      <value>Fecha de vencimiento</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Dflt. ticket temp.</name>
-      <value>Dflt. temperatura del boleto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Logs</name>
-      <value>Registros</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Open Contacts</name>
-      <value>Abrir contactos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>minute</name>
-      <value>minuto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Appointment link Id</name>
-      <value>ID de enlace de cita</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Would you really like to clear the forecast and set the state to '%0'?</name>
-      <value>¿Realmente le gustaría borrar el pronóstico y establecer el estado en '%0'?</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mail</name>
-      <value>Correo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project Management</name>
-      <value>Gestión de proyectos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mexico</name>
-      <value>México</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Device/Machine</name>
-      <value>Dispositivo/Máquina</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$DISTRICT}</name>
-      <value>Distrito</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Update offer</name>
-      <value>Actualizar oferta</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Male</name>
-      <value>Masculino</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${SQL_LIB_FIELD_WRONG_FORMAT} field: %0</name>
-      <value>"%0" tiene un formato incorrecto. El campo de la base de datos tiene que ser como "nombretabla.nombrecolumna" ("ORGANIZACIÓN.NOMBRE") o como una matriz con alias de columna: ["ORGANIZACIÓN", "NOMBRE", "miorgAlias"]</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Valid until</name>
-      <value>Válido hasta</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Feature</name>
-      <value>Característica</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Talk data</name>
-      <value>Datos de conversación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ORGANISATIONID (UID)</name>
-      <value>ID DE ORGANIZACIÓN (UID)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Administrator</name>
-      <value>Administrador</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mali</name>
-      <value>Malí</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Panama</name>
-      <value>Panamá</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Roles</name>
-      <value>roles</value>
-    </stringEntry>
-    <stringEntry>
-      <name>completed</name>
-      <value>terminado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Email body</name>
-      <value>Cuerpo del correo electronico</value>
-    </stringEntry>
-    <stringEntry>
-      <name>LinkedIn</name>
-      <value>LinkedIn</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Date Edit</name>
-      <value>Fecha Editar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Call from unknown</name>
-      <value>Llamada desde desconocido</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Dispatch as mail</name>
-      <value>Envío como correo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket number of the original ticket</name>
-      <value>Número de billete del billete original</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cost overview</name>
-      <value>Resumen de costos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertising Shipment</name>
-      <value>Envío de publicidad</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 modified.</name>
-      <value>%0 modificado.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaignstep changed</name>
-      <value>Paso de campaña cambiado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Declaration of acceptance</name>
-      <value>Declaración de aceptación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>HH:mm</name>
-      <value>HH:mm</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Madagascar</name>
-      <value>Madagascar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New Visit Recommendation</name>
-      <value>Nueva recomendación de visita</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Open</name>
-      <value>Abierto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Total net</name>
-      <value>Neto total</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Groups</name>
-      <value>Grupos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Poland</name>
-      <value>Polonia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Slave administration</name>
-      <value>administración de esclavos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Female</name>
-      <value>Mujer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Userhelp Ressources</name>
-      <value>Recursos de ayuda al usuario</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Toggles the status of  selected discussion between open and closed</name>
-      <value>Alterna el estado de la discusión seleccionada entre abierta y cerrada</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Password and confirmation must be the same!</name>
-      <value>¡La contraseña y la confirmación deben ser las mismas!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket reopen</name>
-      <value>Reapertura de boletos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 out of %1 records were changed to \"%2\".</name>
-      <value>%0 de %1 registros se cambiaron a \"%2\".</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 record/s could not be updated.</name>
-      <value>%0 registros no se pudieron actualizar.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tuvalu</name>
-      <value>Tuvalu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Human Resources</name>
-      <value>Recursos humanos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>permission dealer type</name>
-      <value>tipo de distribuidor autorizado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Source tablename</name>
-      <value>nombre de la tabla de origen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Adito grey</name>
-      <value>adito gris</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contact Id</name>
-      <value>Identificación de contacto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>relations</name>
-      <value>relaciones</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Probability in %</name>
-      <value>Probabilidad en %</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Selection ignore case</name>
-      <value>Caso de ignorar selección</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Directly responsible:</name>
-      <value>Responsable directo:</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder.deleteDat/updateData: You have to specify a tablename</name>
-      <value>SqlBuilder.deleteDat/updateData: debe especificar un nombre de tabla</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set salesproject phase</name>
-      <value>Establecer fase de oportunidad</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Permissions</name>
-      <value>permisos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Milestones Status</name>
-      <value>Estado de hitos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete Delay in Days</name>
-      <value>Eliminar retraso en días</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Managing director</name>
-      <value>Director general</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Annually</name>
-      <value>Anualmente</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ad hoc</name>
-      <value>Ad hoc</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Lastname</name>
-      <value>Apellido</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set inactive</name>
-      <value>Establecer inactivo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Appointment Subject</name>
-      <value>Asunto de la cita</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New Cases</name>
-      <value>Casos nuevos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Existing default signature</name>
-      <value>Firma predeterminada existente</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Calendar maintime end</name>
-      <value>Fin del tiempo principal del calendario</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Info (Company)</name>
-      <value>Información (Empresa)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>PERSON_ID</name>
-      <value>PERSON_ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contract expiry date</name>
-      <value>Fecha de vencimiento del contrato</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Not sent</name>
-      <value>No enviado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Warehouse</name>
-      <value>Depósito</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Parent</name>
-      <value>Padre</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Yes</name>
-      <value>sí</value>
-    </stringEntry>
-    <stringEntry>
-      <name>description</name>
-      <value>descripción</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Step</name>
-      <value>Paso</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Further customer meetings</name>
-      <value>Más reuniones con clientes</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create model</name>
-      <value>Crear modelo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Production manager</name>
-      <value>Jefe de producción</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Racing bike</name>
-      <value>Bicicleta de carreras</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Notes</name>
-      <value>notas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contact synchronisation dashboard</name>
-      <value>Panel de sincronización de contactos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contact &amp; Serviceticket</name>
-      <value>Ticket de contacto y servicio</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$TICKET_REQUESTOR}</name>
-      <value>Solicitante</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Billable</name>
-      <value>facturable</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cancelled</name>
-      <value>Cancelado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete recurring appointment</name>
-      <value>Eliminar cita recurrente</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Interested</name>
-      <value>Interesado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My Tasks</name>
-      <value>Mis tareas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project shift customer</name>
-      <value>Cliente de turno de proyecto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlUtils.getSqlInStatement: WARNING: You should not create in-statements with more than 1000 values. As this has a very bad performance.</name>
-      <value>SqlUtils.getSqlInStatement: ADVERTENCIA: No debe crear declaraciones internas con más de 1000 valores. Como esto tiene un rendimiento muy malo.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Post office box number</name>
-      <value>Número de apartado de correos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Email of contact</name>
-      <value>Email de contacto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Strength</name>
-      <value>Fuerza</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Serial letter</name>
-      <value>carta de serie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ZIP</name>
-      <value>CÓDIGO POSTAL</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Service tickets</name>
-      <value>Boletos de servicio</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New campaign</name>
-      <value>Nueva campaña</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Manual</name>
-      <value>Manual</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Brunei Darussalam</name>
-      <value>Brunei Darussalam</value>
-    </stringEntry>
-    <stringEntry>
-      <name>TODELETE</name>
-      <value>BORRAR</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Individual Reply Template</name>
-      <value>Plantilla de respuesta individual</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart 2</name>
-      <value>Cuadro 2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Import Mails</name>
-      <value>Importar correos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Classification</name>
-      <value>Clasificación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project assistant</name>
-      <value>Asistente de Proyecto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show complete news articles</name>
-      <value>Muestra noticias completas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create new campaign</name>
-      <value>Crear nueva campaña</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Neglect selection for test mailing</name>
-      <value>Descuidar la selección para el envío de prueba</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New letter</name>
-      <value>Nueva letra</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sequence flow</name>
-      <value>Flujo de secuencia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Record separator</name>
-      <value>Separador de registros</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Valid</name>
-      <value>Válido</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Yearly</name>
-      <value>Anual</value>
-    </stringEntry>
-    <stringEntry>
-      <name>check offer</name>
-      <value>consultar oferta</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Module</name>
-      <value>Módulo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Turkmenistan</name>
-      <value>turkmenistán</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Export fields of this table</name>
-      <value>Exportar campos de esta tabla</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Members</name>
-      <value>miembros</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 already activities from the same email existing!</name>
-      <value>¡%0 ya actividades del mismo correo electrónico existente!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tickets in process</name>
-      <value>Boletos en proceso</value>
-    </stringEntry>
-    <stringEntry>
-      <name>change valid to</name>
-      <value>cambio válido para</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Load older messages</name>
-      <value>Cargar mensajes antiguos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Observe IDs</name>
-      <value>Observar identificaciones</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Export Template</name>
-      <value>Plantilla de exportación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>reports to</name>
-      <value>informes a</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Lost</name>
-      <value>Perdió</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all contacts</name>
-      <value>Mostrar todos los contactos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${SALESPROJECT_CONTACT}</name>
-      <value>Contacto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Turnover, Forecast and Planning</name>
-      <value>Facturación, Previsión y Planificación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Choose delivery address</name>
-      <value>Elige la dirección de entrega</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Swiss franc</name>
-      <value>Franco suizo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Preparation</name>
-      <value>Preparación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Volume (%0)</name>
-      <value>Volumen (%0)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Default address</name>
-      <value>Dirección predeterminada</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mail address</name>
-      <value>Correo Electronico</value>
-    </stringEntry>
-    <stringEntry>
-      <name>EMAIL ERROR</name>
-      <value>ERROR DE CORREO ELECTRÓNICO</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My district assignments to check</name>
-      <value>Mis asignaciones de distrito para verificar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Recipients: %0</name>
-      <value>Destinatarios: %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Weekplan Info</name>
-      <value>Información del plan de semana</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Offer Header Text</name>
-      <value>Texto del encabezado de la oferta</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Competition</name>
-      <value>Competencia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation: Country</name>
-      <value>Organización País</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Assignment of district \"%0\" is completed!</name>
-      <value>¡Se completó la asignación del distrito \"%0\"!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Call from %0</name>
-      <value>Llamar desde %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Service Administration</name>
-      <value>Administración de servicios</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Download e-mail as .eml-file</name>
-      <value>Descargar correo electrónico como archivo .eml</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Knowledge</name>
-      <value>Conocimiento</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ExportTemplate</name>
-      <value>Plantilla de exportación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Maximum</name>
-      <value>Máximo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My Dashboard</name>
-      <value>Mi tablero</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Monaco</name>
-      <value>Mónaco</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The contact has an advertising ban for emails!</name>
-      <value>¡El contacto tiene una prohibición de publicidad para correos electrónicos!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bulk mail \"%0\" was sent!</name>
-      <value>¡Se envió un correo masivo \"%0\"!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sum (%0)</name>
-      <value>Suma (%0)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Creditworthiness</name>
-      <value>solvencia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: select and from were expected, but not provided.</name>
-      <value>SqlBuilder: se esperaba seleccionar y de, pero no se proporcionaron.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Informations</name>
-      <value>Informaciones</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Channel</name>
-      <value>Canal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>postcode</name>
-      <value>código postal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Prospective customer</name>
-      <value>Cliente posible</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Serial action</name>
-      <value>acción en serie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Duplicaterow rebuild</name>
-      <value>Reconstrucción de fila duplicada</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Revolution speed (rpm)</name>
-      <value>Velocidad de revolución (rpm)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Deleted all usages of \"%0\".</name>
-      <value>Se eliminaron todos los usos de \"%0\".</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket template</name>
-      <value>Plantilla de boleto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: .where has to be called only one time. Use and/or for further conditions.</name>
-      <value>SqlBuilder: .where tiene que ser llamado solo una vez. Uso y/o para otras condiciones.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>VAT in %</name>
-      <value>IVA en %</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Internal Sales</name>
-      <value>Ventas internas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Employees</name>
-      <value>Empleados</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Total of Forecasts</name>
-      <value>Total de pronósticos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${SQL_LIB_UNSUPPORTED_DBTYPE} function: %0</name>
-      <value>DBTYPE no es compatible con la función %0.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>HTML template - Only for .html</name>
-      <value>Plantilla HTML: solo para .html</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Activity: Topic</name>
-      <value>Actividad: Tema</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Remove Like</name>
-      <value>Quitar Me Gusta</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Gambia</name>
-      <value>Gambia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Offers / Receipts</name>
-      <value>Ofertas / Recibos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cancellation</name>
-      <value>Cancelación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Middlename</name>
-      <value>Segundo nombre</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Release</name>
-      <value>Liberar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${FILTER_DYNAMIC_VALUE_ME}</name>
-      <value>yo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Relational</name>
-      <value>Relacional</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all audits</name>
-      <value>Mostrar todas las auditorías</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set workflow for selected e-mail filter</name>
-      <value>Establecer el flujo de trabajo para el filtro de correo electrónico seleccionado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New activity</name>
-      <value>Nueva actividad</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Links</name>
-      <value>Enlaces</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${EURO_SIGN}</name>
-      <value>€</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Pending</name>
-      <value>Pendiente</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SELECTION_NEITHER</name>
-      <value>SELECCIÓN_NI</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cambodia</name>
-      <value>Camboya</value>
-    </stringEntry>
-    <stringEntry>
-      <name>bad</name>
-      <value>malo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>promotion target of</name>
-      <value>objetivo de promoción de</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Field Service</name>
-      <value>Servicio de campo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>DSGVO Disclosure</name>
-      <value>Divulgación del RGPD</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New tasks</name>
-      <value>Nuevas tareas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Manual task</name>
-      <value>tarea manual</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sender full address</name>
-      <value>Dirección completa del remitente</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Phases</name>
-      <value>Etapas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Try to create activity automatically and ask for more information if necessary</name>
-      <value>Intenta crear actividad automáticamente y pide más información si es necesario</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sender: %0</name>
-      <value>Remitente: %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Destination Id</name>
-      <value>Identificación de destino</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: pValue has to be a jdito variable which returns something different than null. (use *IfSet functions if you need optional conditions which are just ignored if value is null or undefined)</name>
-      <value>SqlBuilder: pValue tiene que ser una variable jdito que devuelve algo diferente a nulo. (use las funciones *IfSet si necesita condiciones opcionales que simplemente se ignoran si el valor es nulo o indefinido)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Synchronisation status</name>
-      <value>Estado de sincronización</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sales Project</name>
-      <value>Oportunidad</value>
-    </stringEntry>
-    <stringEntry>
-      <name>personal</name>
-      <value>personal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>re-open</name>
-      <value>reabrir</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bahrain</name>
-      <value>Baréin</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: invalid value-type for pCondition</name>
-      <value>SqlBuilder: tipo de valor no válido para pCondition</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Chosen record is already in the campaign</name>
-      <value>El registro elegido ya está en la campaña</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Todo</name>
-      <value>Hacer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>This private person doeas already exist and can not be created once more.</name>
-      <value>Esta persona privada ya existe y no se puede volver a crear.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Load data</name>
-      <value>Cargar datos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Workflow Definition</name>
-      <value>Definición de flujo de trabajo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Exporttemplate</name>
-      <value>Plantilla de exportación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set dunning</name>
-      <value>Establecer reclamación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Purchasing manager</name>
-      <value>Gerente de compras</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Price (%0)</name>
-      <value>Precio (%0)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Entry</name>
-      <value>Entrada</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sales</name>
-      <value>Ventas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bulgaria</name>
-      <value>Bulgaria</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create salesproject</name>
-      <value>Crear oportunidad</value>
-    </stringEntry>
-    <stringEntry>
-      <name>granted permission</name>
-      <value>permiso concedido</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation: Region</name>
-      <value>Organización: Región</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Disclosure Report</name>
-      <value>Informe de divulgación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Planned</name>
-      <value>Planificado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Kenya</name>
-      <value>Kenia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Pull next ticket</name>
-      <value>Sacar el siguiente boleto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Unsubscribes</name>
-      <value>Darse de baja</value>
-    </stringEntry>
-    <stringEntry>
-      <name>On site</name>
-      <value>En el sitio</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Return Ticket</name>
-      <value>Billete de vuelta</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[%0]%1 has to be a string without empty spaces, (, ), =, &lt;, &gt;  but it contains at least one of them</name>
-      <value>[%0]%1 tiene que ser una cadena sin espacios vacíos, (, ), =, &lt;, &gt; pero contiene al menos uno de ellos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Year</name>
-      <value>Año</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Footer</name>
-      <value>Pie de página</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Israel</name>
-      <value>Israel</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Quality problem customer</name>
-      <value>Cliente con problema de calidad</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ToDos</name>
-      <value>Tareas pendientes</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation: State</name>
-      <value>Estado de la organización</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Issue</name>
-      <value>Asunto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Edit workflow</name>
-      <value>Editar flujo de trabajo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Northern Mariana Islands</name>
-      <value>Islas Marianas del Norte</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Malaysia</name>
-      <value>Malasia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>remove hashtags from favorite titles</name>
-      <value>eliminar hashtags de títulos favoritos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Influencer</name>
-      <value>Hombre de influencia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Failed</name>
-      <value>Fallido</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Duration</name>
-      <value>Duración</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Entrydate has to be in the selected calendar week!</name>
-      <value>¡La fecha de entrada tiene que estar en la semana del calendario seleccionada!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cost entries</name>
-      <value>Entradas de costos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The product number already exists!</name>
-      <value>¡El número de producto ya existe!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Knowledge Roles</name>
-      <value>Roles de conocimiento</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all tweets of a user</name>
-      <value>Mostrar todos los tweets de un usuario</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Link Type</name>
-      <value>Tipo de enlace</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Name has to be unique</name>
-      <value>El nombre tiene que ser único.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>An error occured during parsing imported mail.</name>
-      <value>Ocurrió un error durante el análisis del correo importado.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Adito Versafix</name>
-      <value>Adito Versafix</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create new</name>
-      <value>Crear nuevo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Offer Footer Text</name>
-      <value>Texto del pie de página de la oferta</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 recipient will be added to the bulk mail.</name>
-      <value>Se agregará %0 destinatario al correo masivo.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>contact formular</name>
-      <value>formulario de contacto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 leads imported, %1 errors</name>
-      <value>%0 prospectos importados, %1 errores</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Long string value</name>
-      <value>Valor de cadena larga</value>
-    </stringEntry>
-    <stringEntry>
-      <name>United States dollar</name>
-      <value>dólar de los Estados Unidos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Letter salutation</name>
-      <value>saludo de la carta</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Agency</name>
-      <value>Agencia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Togo</name>
-      <value>Ir</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Relation Type 1</name>
-      <value>Relación Tipo 1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Uzbekistan</name>
-      <value>Uzbekistán</value>
-    </stringEntry>
-    <stringEntry>
-      <name>false</name>
-      <value>falso</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertising_lib</name>
-      <value>Publicidad_lib</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Employee groups</name>
-      <value>Grupos de empleados</value>
-    </stringEntry>
-    <stringEntry>
-      <name>First contact</name>
-      <value>Primer contacto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Paid (%0)</name>
-      <value>Pagado (%0)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Relation Type 2</name>
-      <value>Relación Tipo 2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Device ID Reset</name>
-      <value>Restablecimiento de ID de dispositivo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Toggle status</name>
-      <value>Cambiar estado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Pull tickets</name>
-      <value>Sacar boletos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Import</name>
-      <value>Importar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Change Validity Dates</name>
-      <value>Cambiar fechas de validez</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Portugal</name>
-      <value>Portugal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show the new daily Covid Cases</name>
-      <value>Muestra los nuevos casos diarios de Covid</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Hard Bounce</name>
-      <value>Rebote duro</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Latvia</name>
-      <value>letonia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>standard address</name>
-      <value>dirección estándar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>inactive</name>
-      <value>inactivo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Download selected workflow</name>
-      <value>Descargar el flujo de trabajo seleccionado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Guatemala</name>
-      <value>Guatemala</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Actions</name>
-      <value>Comportamiento</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Inbox Name</name>
-      <value>Nombre de la bandeja de entrada</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Required fields</name>
-      <value>Campos requeridos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>tomorrow</name>
-      <value>mañana</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New Appointment</name>
-      <value>Nueva cita</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart Inbox Tickets</name>
-      <value>Boletos de la bandeja de entrada del gráfico</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Checklist entries</name>
-      <value>Entradas de la lista de verificación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>India</name>
-      <value>India</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Curr. sales price</name>
-      <value>actual precio de venta</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Documents</name>
-      <value>Documentos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create salesproject touchpoint</name>
-      <value>Crear puntos de contacto de oportunidad</value>
-    </stringEntry>
-    <stringEntry>
-      <name>OutOfOffice</name>
-      <value>Fuera de la oficina</value>
-    </stringEntry>
-    <stringEntry>
-      <name>via mail</name>
-      <value>por correo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Germany</name>
-      <value>Alemania</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Curr. purchase price</name>
-      <value>actual precio de compra</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Current ticket</name>
-      <value>Boleto actual</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sao Tome and Principe</name>
-      <value>Santo Tomé y Príncipe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$TASK_PRIORITY_NORMAL}</name>
-      <value>Normal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The district no has to be bigger than %0</name>
-      <value>El distrito no tiene que ser mayor que %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Kiribati</name>
-      <value>Kiribati</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Costa Rica</name>
-      <value>Costa Rica</value>
-    </stringEntry>
-    <stringEntry>
-      <name>To Delete</name>
-      <value>Borrar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Supplier</name>
-      <value>Proveedor</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Locked by</name>
-      <value>bloqueado por</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Reference customer</name>
-      <value>Cliente de referencia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Inbox \"%0\" has been deleted.</name>
-      <value>Se eliminó la bandeja de entrada \"%0\".</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Open route</name>
-      <value>Abrir ruta</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Start event</name>
-      <value>Evento de inicio</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ORGANISATION_ID</name>
-      <value>ORGANISATION_ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product_mobile use</name>
-      <value>Producto_uso móvil</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Switzerland</name>
-      <value>Suiza</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project team</name>
-      <value>Grupo de proyecto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project team: \"Internal distribution\"</name>
-      <value>Equipo de proyecto: \"Distribución interna\"</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Unique Clicks</name>
-      <value>Clics únicos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>excl. opt. items</name>
-      <value>excluido optar. elementos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Key Figures</name>
-      <value>Figuras claves</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show filter result</name>
-      <value>Mostrar resultado del filtro</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Received Bulk Mail</name>
-      <value>Correo masivo recibido</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The contact is already a recipient!</name>
-      <value>¡El contacto ya es un destinatario!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Prospect</name>
-      <value>Perspectiva</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Your newsletter registration</name>
-      <value>Su registro de boletín</value>
-    </stringEntry>
-    <stringEntry>
-      <name>auto</name>
-      <value>auto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Products</name>
-      <value>productos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>employee checks</name>
-      <value>cheques de empleados</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Not signed yet</name>
-      <value>Aún no firmado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart Number of tickets total (Mail)</name>
-      <value>Gráfico Número de tickets totales (Correo)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>2. Classification</name>
-      <value>2. Clasificación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bounce (Soft)</name>
-      <value>Rebote (Suave)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Lead preview</name>
-      <value>Vista previa de clientes potenciales</value>
-    </stringEntry>
-    <stringEntry>
-      <name>high</name>
-      <value>alto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Standard city</name>
-      <value>Ciudad estándar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Are you sure you want to recalculate all classifications using the current classificationgradings? This can take some time, since ALL classifications will get freshly calculated and updated if needed.</name>
-      <value>¿Está seguro de que desea volver a calcular todas las clasificaciones utilizando las calificaciones de clasificación actuales? Esto puede llevar algún tiempo, ya que TODAS las clasificaciones se calcularán y actualizarán nuevamente si es necesario.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Customercode</name>
-      <value>Código de cliente</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Base Template</name>
-      <value>Plantilla base</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Date of birth</name>
-      <value>Fecha de nacimiento</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Vacation approval by</name>
-      <value>Aprobación de vacaciones por</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Visit Recommendation</name>
-      <value>Visitar Recomendación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Field staff</name>
-      <value>Personal de campo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Probablity: 100%</name>
-      <value>Probabilidad: 100%</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Received</name>
-      <value>Recibió</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Radius Search</name>
-      <value>Búsqueda por radio</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Send brochure (WV)</name>
-      <value>Enviar folleto (WV)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Postponed</name>
-      <value>pospuesto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Reply to</name>
-      <value>Responder a</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bolivia (Plurinational State of)</name>
-      <value>Bolivia (Estado Plurinacional de)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show offer</name>
-      <value>Mostrar oferta</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add to synchronisation</name>
-      <value>Añadir a la sincronización</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Employee group rule</name>
-      <value>Regla de grupo de empleados</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Detail</name>
-      <value>Detalle</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Phase</name>
-      <value>Fase</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add %0 Observations</name>
-      <value>Añadir %0 Observaciones</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Industry of Organisation</name>
-      <value>Industria de la Organización</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$OBJECTLINK_OBJECT}</name>
-      <value>Objeto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Consultation</name>
-      <value>Consulta</value>
-    </stringEntry>
-    <stringEntry>
-      <name>USER_NEW</name>
-      <value>USUARIO_NUEVO</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Comments</name>
-      <value>Comentarios</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set paid amount</name>
-      <value>Establecer cantidad pagada</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sorting by</name>
-      <value>Ordenar por</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Other versions</name>
-      <value>Otras versiones</value>
-    </stringEntry>
-    <stringEntry>
-      <name>USER_EDIT</name>
-      <value>USUARIO_EDITAR</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${PRICELIST_SERVICE}</name>
-      <value>Servicio</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Task Id</name>
-      <value>identificación de la tarea</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Maximal</name>
-      <value>Máximo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add Recipients</name>
-      <value>Agregar recipientes</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contact by phone</name>
-      <value>Contacto por teléfono</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$TASK_REQUESTOR}</name>
-      <value>Solicitante</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Remark</name>
-      <value>Observación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Deliveryspecification</name>
-      <value>Especificación de entrega</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Excreted</name>
-      <value>excretado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Keyword Attribute Values</name>
-      <value>Valores de atributo de palabra clave</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[TEST] Sql_lib - SqlBuilder</name>
-      <value>[PRUEBA] Sql_lib - SqlBuilder</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ZIP regex</name>
-      <value>expresión regular ZIP</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Supervisor</name>
-      <value>Supervisor</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Full details</name>
-      <value>Todos los detalles</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attachment count</name>
-      <value>Recuento de archivos adjuntos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>no inboxEmail for inbox</name>
-      <value>sin bandeja de entradaCorreo electrónico para bandeja de entrada</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mailing missed</name>
-      <value>Envío perdido</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Workflow</name>
-      <value>flujo de trabajo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>accept</name>
-      <value>aceptar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>requested</name>
-      <value>solicitado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create activity</name>
-      <value>Crear actividad</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The Salesproject can only be filled when a company has been specified</name>
-      <value>La Oportunidad solo se puede completar cuando se ha especificado una empresa.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The file must be a XML</name>
-      <value>El archivo debe ser un XML</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Yemen</name>
-      <value>Yemen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>This overwrites the mapping structure</name>
-      <value>Esto sobrescribe la estructura de mapeo.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>permission procurer type</name>
-      <value>tipo de proveedor de permisos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${MIN_MAX_ERROR_MAX_INT_VALUE} field: %0, value: %1, min: %2</name>
-      <value>%0 tiene que ser mayor/igual que %2.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Leadimport</name>
-      <value>Importación de plomo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>only filter using the specified indicatorfield</name>
-      <value>solo filtrar usando el campo de indicador especificado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Import logs</name>
-      <value>Importar registros</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tablet</name>
-      <value>Tableta</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Salesproject</name>
-      <value>Oportunidad</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Data loaded</name>
-      <value>datos cargados</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Template No.</name>
-      <value>Nº de plantilla</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Inbox filter</name>
-      <value>Filtro de bandeja de entrada</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${DISPLAY_AND_OPEN_%0_HITS}</name>
-      <value>Se muestran %0 resultados y se abrirán.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Soccer</name>
-      <value>Fútbol</value>
-    </stringEntry>
-    <stringEntry>
-      <name>parent of</name>
-      <value>padre de</value>
-    </stringEntry>
-    <stringEntry>
-      <name>one file imported</name>
-      <value>un archivo importado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>set Read</name>
-      <value>establecer Leer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>District assignment status</name>
-      <value>Estado de la asignación del distrito</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Context id</name>
-      <value>ID de contexto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Adviser status</name>
-      <value>Condición de asesor</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Spare parts</name>
-      <value>Piezas de repuesto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Guernsey</name>
-      <value>Guernesey</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Modul group</name>
-      <value>Grupo de módulos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Financial service</name>
-      <value>Servicios financieros</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Global Cases </name>
-      <value>Casos globales</value>
-    </stringEntry>
-    <stringEntry>
-      <name>PRODUCTID (UID)</name>
-      <value>ID DE PRODUCTO (UID)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Myanmar</name>
-      <value>Birmania</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contact Info</name>
-      <value>Datos de contacto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Latitude</name>
-      <value>Latitud</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Gabon</name>
-      <value>Gabón</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Remove recipients with advertising ban</name>
-      <value>Eliminar destinatarios con prohibición de publicidad</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[TEST] ZippingUtil_lib</name>
-      <value>[PRUEBA] ZippingUtil_lib</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Antigua and Barbuda</name>
-      <value>Antigua y Barbuda</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Channel Name</name>
-      <value>Nombre del Canal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Not enough slots for %0/%1 participant(s)</name>
-      <value>No hay suficientes espacios para %0/%1 participante(s)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>DSGVO Configuration</name>
-      <value>Configuración del RGPD</value>
-    </stringEntry>
-    <stringEntry>
-      <name>send as mail</name>
-      <value>enviar como correo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Answer Address</name>
-      <value>Dirección de respuesta</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaign</name>
-      <value>Campaña</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Next contact?</name>
-      <value>¿Próximo contacto?</value>
-    </stringEntry>
-    <stringEntry>
-      <name>District assignment will start now!</name>
-      <value>¡La asignación de distrito comenzará ahora!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Turnover Current Year</name>
-      <value>Facturación Año Actual</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Please pay the outstanding amount, this is your first/second reminder.</name>
-      <value>Pague el monto pendiente, este es su primer / segundo recordatorio.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Checklist</name>
-      <value>Lista de Verificación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>General</name>
-      <value>General</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The status-change of these tickets was skipped. Any other changes were carried out.</name>
-      <value>Se omitió el cambio de estado de estos tickets. Cualquier otro cambio se llevó a cabo.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Calendar Permission</name>
-      <value>Permiso de calendario</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cancel Filter Observation</name>
-      <value>Cancelar Filtrar Observación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Foreign country</name>
-      <value>País extranjero</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Action</name>
-      <value>Acción</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Singapore</name>
-      <value>Singapur</value>
-    </stringEntry>
-    <stringEntry>
-      <name>dd/MM/yyyy HH:mm</name>
-      <value>dd/MM/yyyy HH:mm</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Duration (in days)</name>
-      <value>Duración (en días)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Risk</name>
-      <value>Riesgo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Departments cannot be assigned repeatedly!</name>
-      <value>¡Los departamentos no se pueden asignar repetidamente!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Business fair</name>
-      <value>feria de negocios</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Channels</name>
-      <value>Canales</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Adds an answer to the selected discussion</name>
-      <value>Agrega una respuesta a la discusión seleccionada</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertising items</name>
-      <value>Artículos publicitarios</value>
-    </stringEntry>
-    <stringEntry>
-      <name>yyyy-MM-dd HH:mm:ss</name>
-      <value>yyyy-MM-dd HH:mm:ss</value>
-    </stringEntry>
-    <stringEntry>
-      <name>News</name>
-      <value>Noticias</value>
-    </stringEntry>
-    <stringEntry>
-      <name>normal</name>
-      <value>normal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Romania</name>
-      <value>Rumania</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Answered</name>
-      <value>Contestada</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Subject</name>
-      <value>Sujeto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Dunning date</name>
-      <value>Fecha de reclamación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Technical email</name>
-      <value>Correo electrónico técnico</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Assignment of all selected districts is completed!</name>
-      <value>¡Se completó la asignación de todos los distritos seleccionados!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Send email</name>
-      <value>Enviar correo electrónico</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Zip</name>
-      <value>Cremallera</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Keyword Attributes</name>
-      <value>Atributos de palabras clave</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mark selection to delete</name>
-      <value>Marcar selección para borrar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Address format</name>
-      <value>Formato de dirección</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No Permission</name>
-      <value>Sin autorización</value>
-    </stringEntry>
-    <stringEntry>
-      <name>seconds</name>
-      <value>segundos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Lead Imports</name>
-      <value>Importaciones de plomo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Operating System</name>
-      <value>Sistema operativo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Finished</name>
-      <value>Terminado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Not subscribed</name>
-      <value>No suscrito</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Synchronized searches</name>
-      <value>Búsquedas sincronizadas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${GENDER_OTHER}</name>
-      <value>Diverso</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Next</name>
-      <value>próximo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Object Id</name>
-      <value>Identificación del objeto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Input value</name>
-      <value>Valor de entrada</value>
-    </stringEntry>
-    <stringEntry>
-      <name>download ready</name>
-      <value>descargar listo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Maillogs</name>
-      <value>Registros de correo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>LinkedIn (Person)</name>
-      <value>LinkedIn (Persona)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>setRead</name>
-      <value>establecerLeer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Complaint</name>
-      <value>Queja</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Responsible</name>
-      <value>Responsable</value>
-    </stringEntry>
-    <stringEntry>
-      <name>this attribute with the same value exists already</name>
-      <value>este atributo con el mismo valor ya existe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Marked for deletion</name>
-      <value>Marcado para borrar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Reference</name>
-      <value>Referencia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>In planning</name>
-      <value>en la planificación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>String value</name>
-      <value>Valor de cadena</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Other (WV)</name>
-      <value>Otro (VM)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>without Vat</name>
-      <value>Sin IVA</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaign planning</name>
-      <value>Planificación de campañas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Liberia</name>
-      <value>Liberia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart Number of tickets per inbox (Status)</name>
-      <value>Gráfico Número de tickets por bandeja de entrada (Estado)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Service categories</name>
-      <value>Categorías de servicio</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Synced searches</name>
-      <value>Búsquedas sincronizadas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Prioritization based on segmentation parameters</name>
-      <value>Priorización basada en parámetros de segmentación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket reopen delay (days)</name>
-      <value>Retraso en la reapertura del ticket (días)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Last synchronized</name>
-      <value>Última sincronización</value>
-    </stringEntry>
-    <stringEntry>
-      <name>HTML</name>
-      <value>HTML</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[TEST] Calendar_lib</name>
-      <value>[PRUEBA] Calendar_lib</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set password</name>
-      <value>Configurar la clave</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Status can't be changed to confirmed if no appointment exists!</name>
-      <value>¡El estado no se puede cambiar a confirmado si no existe una cita!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product number</name>
-      <value>Número de producto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: invalid value-type for pFieldOrCond. It can be a fully qualified SqlBuilder (e.g. select, from, ... have to be set) or an jdito-prepared-statement array</name>
-      <value>SqlBuilder: tipo de valor no válido para pFieldOrCond. Puede ser un SqlBuilder completamente calificado (por ejemplo, seleccionar, de, ... debe configurarse) o una matriz de declaraciones preparadas por jdito</value>
-    </stringEntry>
-    <stringEntry>
-      <name>the high complexity of your application</name>
-      <value>la alta complejidad de su aplicación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Target amount</name>
-      <value>Cantidad objetivo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Facebook</name>
-      <value>Facebook</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Member</name>
-      <value>Miembro</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My Organisations</name>
-      <value>Mis organizaciones</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Source / origin of the generation of contacts</name>
-      <value>Fuente / origen de la generación de contactos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Action not supported</name>
-      <value>Acción no admitida</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribute groups can't be selected</name>
-      <value>Los grupos de atributos no se pueden seleccionar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Hungary</name>
-      <value>Hungría</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Réunion</name>
-      <value>Reunión</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Deadline</name>
-      <value>Plazo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Possible Values</name>
-      <value>Valores posibles</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SELECTION_PREFIX</name>
-      <value>SELECCIÓN_PREFIX</value>
-    </stringEntry>
-    <stringEntry>
-      <name>HTML Editor</name>
-      <value>Editor HTML</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The order number already exists!</name>
-      <value>¡El número de pedido ya existe!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Active</name>
-      <value>Activo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Control editor</name>
-      <value>Editor de controles</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Min. Stock</name>
-      <value>mín. Valores</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Next steps</name>
-      <value>Próximos pasos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Notifications</name>
-      <value>Notificaciones</value>
-    </stringEntry>
-    <stringEntry>
-      <name>favorites</name>
-      <value>favoritos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$DISTRICT_TOTAL_TURNOVER}</name>
-      <value>Facturación total</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Salesorder</name>
-      <value>Órdenes de venta</value>
-    </stringEntry>
-    <stringEntry>
-      <name>User</name>
-      <value>Usuario</value>
-    </stringEntry>
-    <stringEntry>
-      <name>USER_NEW_CONTACT</name>
-      <value>USUARIO_NUEVO_CONTACTO</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Egypt</name>
-      <value>Egipto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My Visit Planning</name>
-      <value>Planificación de mi visita</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Last Click</name>
-      <value>Último clic</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tablename</name>
-      <value>Nombre de la tabla</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Open Visitrecommendation</name>
-      <value>Recomendación de visita abierta</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Replacement name</name>
-      <value>Nombre de reemplazo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>the number of your applications</name>
-      <value>el número de sus aplicaciones</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show device types used by bulkmail recipients</name>
-      <value>Muestra los tipos de dispositivos utilizados por los destinatarios de correo masivo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Framework contract</name>
-      <value>contrato marco</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Quantity</name>
-      <value>Cantidad</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Management</name>
-      <value>Gestión</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Affected rows</name>
-      <value>filas afectadas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Discount %</name>
-      <value>% de descuento</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Maximal count must be one or higher</name>
-      <value>El conteo máximo debe ser uno o más</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Claim date</name>
-      <value>Fecha de reclamo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The team must have at least one owner</name>
-      <value>El equipo debe tener al menos un dueño.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Conversion to Deal Rate</name>
-      <value>Conversion to Deal Rate</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Conversion Rate Targets</name>
-      <value>Conversion Rate Targets</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Target Conversion to Deal Rate in %</name>
-      <value>Target Conversion to Deal Rate in %</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Please change prices</name>
-      <value>Please change prices</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Conversion Rate Target</name>
-      <value>Conversion Rate Target</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Target Conversion Rate in %</name>
-      <value>Target Conversion Rate in %</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation: Industry</name>
-      <value>Organisation: Industry</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy mosaico template</name>
-      <value>Copy mosaico template</value>
-    </stringEntry>
-    <stringEntry>
-      <name>allow all channels</name>
-      <value>allow all channels</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Not rejected</name>
-      <value>Not rejected</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Filters are only possible without logical conjunctions!</name>
-      <value>Filters are only possible without logical conjunctions!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 of the chosen records are already recipients, don't have an e-mail set or don't fullfill the communicationsettings requirements</name>
-      <value>%0 of the chosen records are already recipients, don't have an e-mail set or don't fullfill the communicationsettings requirements</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ignore</name>
-      <value>Ignore</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No advertising by %0</name>
-      <value>No advertising by %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Allowed only</name>
-      <value>Allowed only</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Remove invalid recipients</name>
-      <value>Remove invalid recipients</value>
-    </stringEntry>
-    <stringEntry>
-      <name>reject all channels</name>
-      <value>reject all channels</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Check status of Salesproject %0</name>
-      <value>Check status of Salesproject %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create a document template based on the mosaico template</name>
-      <value>Create a document template based on the mosaico template</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Last activity</name>
-      <value>Last activity</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create a bulk mail with the selection as recipients</name>
-      <value>Create a bulk mail with the selection as recipients</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New organisation</name>
-      <value>New organisation</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Web visits</name>
-      <value>Web visits</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Visit date</name>
-      <value>Visit date</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Page title</name>
-      <value>Page title</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Linked organisation</name>
-      <value>Linked organisation</value>
-    </stringEntry>
-    <stringEntry>
-      <name>This week</name>
-      <value>This week</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Fee(k EUR)</name>
-      <value>Fee(k EUR)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ungrouped</name>
-      <value>ungrouped</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all tweets of Handelsblatt</name>
-      <value>Show all tweets of Handelsblatt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>dd.MM.yyyy.HH:mm:ss</name>
-      <value>dd.MM.yyyy.HH:mm:ss</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Opportunity Conversion Rates to Deal</name>
-      <value>Opportunity Conversion Rates to Deal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show the different conversion rates to deal of the sales project phases</name>
-      <value>Show the different conversion rates to deal of the sales project phases</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Conversion Rates</name>
-      <value>Conversion Rates</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Opportunity Conversion Rates</name>
-      <value>Opportunity Conversion Rates</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Address/Number</name>
-      <value>Address/Number</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My responsible Organisations</name>
-      <value>My responsible Organisations</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show my responsible organisations</name>
-      <value>Show my responsible organisations</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Banner</name>
-      <value>Banner</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Match phone number</name>
-      <value>Match phone number</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Extended connection</name>
-      <value>Extended connection</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Extended connections</name>
-      <value>Extended connections</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sender email address</name>
-      <value>Sender email address</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Events</name>
-      <value>Events</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Message type</name>
-      <value>Message type</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Physical Products cannot be delivered via Email</name>
-      <value>Physical Products cannot be delivered via Email</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Digital Products cannot be delivered %0</name>
-      <value>Digital Products cannot be delivered %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Send type</name>
-      <value>Send type</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Invited</name>
-      <value>Invited</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Participants with status</name>
-      <value>Participants with status</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Registration deadline</name>
-      <value>Registration deadline</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Send status</name>
-      <value>Send status</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Reminder mail</name>
-      <value>Reminder mail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Lecture</name>
-      <value>Lecture</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy event</name>
-      <value>Copy event</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Break</name>
-      <value>Break</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add the selection to a event</name>
-      <value>Add the selection to a event</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Declined</name>
-      <value>Declined</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Confirmation</name>
-      <value>Confirmation</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Change the status of selected participants</name>
-      <value>Change the status of selected participants</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0/%1 of the chosen records will be added to the event</name>
-      <value>%0/%1 of the chosen records will be added to the event</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add to event</name>
-      <value>Add to event</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Welcome</name>
-      <value>Welcome</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Please adjust existing forecast</name>
-      <value>Please adjust existing forecast</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Please select a maximum of 50 organisations</name>
-      <value>Please select a maximum of 50 organisations</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Merge Duplicates</name>
-      <value>Merge Duplicates</value>
-    </stringEntry>
-    <stringEntry>
-      <name>resolve duplicates</name>
-      <value>resolve duplicates</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Original</name>
-      <value>Original</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Resolve Duplicates</name>
-      <value>Resolve Duplicates</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Swap</name>
-      <value>Swap</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Merge</name>
-      <value>Merge</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Original Value</name>
-      <value>Original Value</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Take over duplicate value</name>
-      <value>Take over duplicate value</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Duplicate Value</name>
-      <value>Duplicate Value</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Fields/Linking</name>
-      <value>Fields/Linking</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Merge duplicate in original</name>
-      <value>Merge duplicate in original</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create single tasks</name>
-      <value>Create single tasks</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Webtracking</name>
-      <value>Webtracking</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Swap duplicates and originals</name>
-      <value>Swap duplicates and originals</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Voicemail</name>
-      <value>Voicemail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Event planning</name>
-      <value>Event planning</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Training</name>
-      <value>Training</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Page number</name>
-      <value>Page number</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Incoming Call</name>
-      <value>Incoming Call</value>
-    </stringEntry>
-    <stringEntry>
-      <name>new Event</name>
-      <value>new Event</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Chosen record is already in the event</name>
-      <value>Chosen record is already in the event</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Not enough room in event</name>
-      <value>Not enough room in event</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Countdown</name>
-      <value>Countdown</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Web Tracking</name>
-      <value>Web Tracking</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Eventparticipantstatus</name>
-      <value>Eventparticipantstatus</value>
-    </stringEntry>
-    <stringEntry>
-      <name>EVENTID (UID)</name>
-      <value>EVENTID (UID)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No action</name>
-      <value>No action</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Deal</name>
-      <value>Deal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>User_new</name>
-      <value>User_new</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Inhouse</name>
-      <value>Inhouse</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Save the date</name>
-      <value>Save the date</value>
-    </stringEntry>
-    <stringEntry>
-      <name>BusinessID</name>
-      <value>BusinessID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Incoming Calls</name>
-      <value>Incoming Calls</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Called</name>
-      <value>Called</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Keywords</name>
-      <value>Keywords</value>
-    </stringEntry>
-    <stringEntry>
-      <name>EventMessageStatus</name>
-      <value>EventMessageStatus</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Remove from event</name>
-      <value>Remove from event</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Serviceticket</name>
-      <value>Serviceticket</value>
-    </stringEntry>
-    <stringEntry>
-      <name>EventSlot</name>
-      <value>EventSlot</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Call context</name>
-      <value>Call context</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Eventmessageid</name>
-      <value>Eventmessageid</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Follow up</name>
-      <value>Follow up</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Seminar</name>
-      <value>Seminar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Eventslotid</name>
-      <value>Eventslotid</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Webinar</name>
-      <value>Seminario web</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Agenda</name>
-      <value>Agenda</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Multi</name>
-      <value>Multi</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Event_id</name>
-      <value>Event_id</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Eventmessage_id</name>
-      <value>Eventmessage_id</value>
-    </stringEntry>
-    <stringEntry>
-      <name>EventMessage</name>
-      <value>EventMessage</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Caller</name>
-      <value>Caller</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Eventmessagestatusid</name>
-      <value>Eventmessagestatusid</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Referrer name</name>
-      <value>Referrer name</value>
-    </stringEntry>
-    <stringEntry>
-      <name>User_edit</name>
-      <value>User_edit</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Online</name>
-      <value>Online</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No Tag</name>
-      <value>No Tag</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Already existing activities</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 liked your knowledge article %1.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Event participation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Keyword Category Description</name>
-      <value>Categoría de palabras clave descripción</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Process history</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Touchscreen</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Browserinformation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Open Error Message</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Stop drain mode</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sessions</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Send message</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resolution</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Session</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Timezone</name>
-    </stringEntry>
-    <stringEntry>
-      <name>License edition</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Data directory</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Major version</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ManagerServerStatisticss</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Short message</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ManagerServerStatistics</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Keep JDito instance</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ManagerVMProperties</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Process</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Execution date</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Start intervall</name>
-    </stringEntry>
-    <stringEntry>
-      <name>VM properties</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Server</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Servers</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Activate drain mode</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ManagerDrainMode</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Duration in MS</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ProcessHistory</name>
-    </stringEntry>
-    <stringEntry>
-      <name>View VM properties</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Login user</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ProcessInterval</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Minor version</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Weeks</name>
-    </stringEntry>
-    <stringEntry>
-      <name>SessionMessage</name>
-    </stringEntry>
-    <stringEntry>
-      <name>License id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Startdate</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Run immediately</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Processmanagement</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Cache cleared</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Send message </name>
-    </stringEntry>
-    <stringEntry>
-      <name>Log directory</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Interval</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Server Runtime</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ProcessIntervals</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Interval has been started</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Shutdown Session</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Drain mode</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Client IP</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Abort</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Free Memory</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Timertype</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Process executed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Last Action</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Session ID</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Process failed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Months</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Run garbage collection</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy Class Path</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Completion date</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Statuscode</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Build</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Useragent</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Login Time</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Startup time</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Long message</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Serverprocess has been executed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Total CPU usage</name>
-    </stringEntry>
-    <stringEntry>
-      <name>user(s)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Drain Message</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Total Memory</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Activate</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Very low</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy error message</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Internal name</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Thread priority</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Last execution time</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Garbage Collection started</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Interval configuration</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Last execution status</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Process histories</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Session Message</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Execution time</name>
-    </stringEntry>
-    <stringEntry>
-      <name>execute manually</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Serverprocess failed. Check serverlog for further information</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Started by</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Home directory</name>
-    </stringEntry>
-    <stringEntry>
-      <name>VM property</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Process started</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Manager drain mode</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Locale</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Garbage Collection</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Send message to user</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Stop intervall</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Processname</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Cluster</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Session Messages</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Clear cache</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Edit intervall</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Shutdown Session(s)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Special regulation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Next increase</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Last increase</name>
-    </stringEntry>
-    <stringEntry>
-      <name>To generate the report, the table columns \"Data privacy right, \"Data privacy use\", \"Valid to\" must be maintained.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Order status changed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Negative prices are only allowed for cancellations</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Kind</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Salesproject: Title</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Salesproject: Phase</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Salesproject: Project start</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Salesproject: Status</name>
-    </stringEntry>
-    <stringEntry>
-      <name>District Number</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Assessment / Industry</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Confirmation Volume</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Order Volume</name>
-    </stringEntry>
-    <stringEntry>
-      <name>There already is an ad hoc message for participants with status %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Target participant status</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The following participant status have been set multiple times: %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation: Supervisor assignment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaignstep in campaign \"%0\" changed to \"%1\"</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Waiting list</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Change date</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Registered</name>
-    </stringEntry>
-    <stringEntry>
-      <name>${TOUCHPOINTS}</name>
-      <value>Touchpoints</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Target acquisition</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Target turnover</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New salesproject</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Quarter</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Turnover goal in thousand (%0)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>All day</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Cal. Reminder</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Place</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Apply to series</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Series</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Every year on %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Decline</name>
-    </stringEntry>
-    <stringEntry>
-      <name>1 hour</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Monthly on %0. %1</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Daily</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Custom...</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 minutes</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Accept</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Weekly on %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>At the start of the appointment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Days</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Every%0year</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Monthly on last %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ends</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sunday</name>
-    </stringEntry>
-    <stringEntry>
-      <name>On</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Tuesday</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Day</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Thursday</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Friday</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Repeat every</name>
-    </stringEntry>
-    <stringEntry>
-      <name>on</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Monthly on %0. day</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Every%0week</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Day(s)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Monday</name>
-    </stringEntry>
-    <stringEntry>
-      <name>After</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Every%0day</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 times</name>
-    </stringEntry>
-    <stringEntry>
-      <name>until</name>
-    </stringEntry>
-    <stringEntry>
-      <name>2 hours</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Wednesday</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Saturday</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Never</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Every%0month</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Years</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Salesproject: Classification</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Tickets merged</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Do you really want to merge the selected tickets? Merge cannot be undone!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Follow up ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket created as follow up ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>With the following ticket(s)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Close</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Merged ticket %0 into ticket %1</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Confirm merge</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Attachment information</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket closed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Merge this ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>advanced signature</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Signature:</name>
-    </stringEntry>
-    <stringEntry>
-      <name>simple signature</name>
-    </stringEntry>
-    <stringEntry>
-      <name>refused</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Simple Signature</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Digital Signature</name>
-    </stringEntry>
-    <stringEntry>
-      <name>started</name>
-    </stringEntry>
-    <stringEntry>
-      <name>expired</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Digital Signature Signer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>draft</name>
-    </stringEntry>
-    <stringEntry>
-      <name>pending</name>
-    </stringEntry>
-    <stringEntry>
-      <name>terminated</name>
-    </stringEntry>
-    <stringEntry>
-      <name>You have to add atleast one signer in order to start the signing workflow.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Request Signature</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Digital Signing Signer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Digital Signing</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Emails</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy Signinglink</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket was duplicated.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket created as follow up ticket.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket was split.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 visitplan entries were created.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket created through duplication.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket created through splitting.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket number of the original ticket: %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket has a follow up ticket.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket number of the created ticket: %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Notification Description</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Escalation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Split Ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>You have to add at least one responsible.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket split (new Ticket)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Notification Title</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket split (original)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Follow up ticket created</name>
-    </stringEntry>
-    <stringEntry>
-      <name>EmployeeGroup</name>
-    </stringEntry>
-    <stringEntry>
-      <name>from \"%0\" to \"%1\" modified.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>We save your data until</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Approver</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>A %0nd approval was considered necessary by \"%1\"</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 is waiting for your approval</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Start approval process</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The approval process was started by \"%0\"</name>
-    </stringEntry>
-    <stringEntry>
-      <name>No instance definded</name>
-    </stringEntry>
-    <stringEntry>
-      <name>has been %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Approval request</name>
-    </stringEntry>
-    <stringEntry>
-      <name>User to send</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Update description with the last approver task</name>
-    </stringEntry>
-    <stringEntry>
-      <name>service ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New approval request</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Approval activity</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Cancel approval process</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Request approval again</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Last approver</name>
-    </stringEntry>
-    <stringEntry>
-      <name>You have a new approval request</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Approval count</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Link to the</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The approval process has been %0 by \"%1\"</name>
-    </stringEntry>
-    <stringEntry>
-      <name>offer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>canceled</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Update approver</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Approve/deny</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Request approval</name>
-    </stringEntry>
-    <stringEntry>
-      <name>approval levels</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Approval process was canceled</name>
-    </stringEntry>
-    <stringEntry>
-      <name>declined</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Status category</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Approval workflow started</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Request %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0. approval</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Bevorzugter Genehmiger</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Offer doesn't have any items</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Selected month or year does not match with the selected expense date</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Purpose</name>
-    </stringEntry>
-    <stringEntry>
-      <name>in process</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Absences</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Selected absence date cannot be more than 3 years in the past</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Rule active</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New Absence</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Follow up 2</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Follow up 1</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Busy</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Departure</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Absence</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Meal allowance (%0)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Payout</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Lunch incl.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>set 'Creation'</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Absence Day</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Settled</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create multiple days</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show Meal Allowance</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Skip next visit</name>
-    </stringEntry>
-    <stringEntry>
-      <name>settled up</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Absences should be submitted until the 10th of the next month.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Dinner incl.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Arrival</name>
-    </stringEntry>
-    <stringEntry>
-      <name>1 day</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Settle</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Several days - Departure</name>
-    </stringEntry>
-    <stringEntry>
-      <name>set 'Settled'</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Selected receipt date cannot be more than 3 years in the past</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Period</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Last Absence</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Absence already exists for this date and user</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Absence Days</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Next visit</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Lump sum</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Receipts (%0)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>No.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>receipt</name>
-    </stringEntry>
-    <stringEntry>
-      <name>1 week</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Expense report</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Total Kilometer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>One day - more than 8 hours</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Several days - Day of arrival</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Last visit</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Expense</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Several days - 24 hours</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Created</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New Expense</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Expenses</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Total Absences</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Submit absence</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show Traveling Expenses</name>
-    </stringEntry>
-    <stringEntry>
-      <name>First Absence</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Costs</name>
-    </stringEntry>
-    <stringEntry>
-      <name>One day - 8 hours and less</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Expense from %0 to %1 from %2</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Breakfast incl.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>set 'to be settled'</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Costs in (%0)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New Receipt</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Companycard</name>
-    </stringEntry>
-    <stringEntry>
-      <name>in Creation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Traveling Expenses</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Kilometer (own car)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>new travel reservation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Date has to be within the travel period</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Refuse message</name>
-    </stringEntry>
-    <stringEntry>
-      <name>{$TASK_EDITORS}</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Overnight stay</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Phone number</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Work equipment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Special expenses</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Taxi</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Parking fees</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Negative prices are only allowed for discounts</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Hospitality</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ride costs</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Rental car</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sum (Foreign currency)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Refuel</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete from role</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Add to role</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Add employee</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The dates of %0 visit recommendations were recalculated.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket escelated by process. Responsible person(s) informed.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Temporary until</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Article Description</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Enddate cannot be earlier or the same as Startdate</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 visit recommendations were ignored.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Merged</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Search greater %0, sync not possible.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Escalated Tickets</name>
-    </stringEntry>
-    <stringEntry>
-      <name>CW</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Preferred approver</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Rebuild Index of Employee</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Approval: Update (status, appoval)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>set "Creation"</name>
-    </stringEntry>
-    <stringEntry>
-      <name>To check (2.Empl)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Catering</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Approval: Create activity</name>
-    </stringEntry>
-    <stringEntry>
-      <name>km</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Temporary from</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Approve / deny</name>
-    </stringEntry>
-    <stringEntry>
-      <name>optional</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Turnover target</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Event registration</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Opportunities</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 visit recommendations were deleted.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>#,##0.00 '\u20ac'</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Approval: Create notification</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Turnover targets</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Target acquisitions</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Newsletter registration</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket escalated</name>
-    </stringEntry>
-    <stringEntry>
-      <name>File format must be '.csv'.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Employee-Group has to be unique</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Approval requester</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation Id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>to be settled</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Calculation of the visit recommendation dates</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Shows all tickets which have been escalated.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Keywordentry multiple Days</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Employee has to be unique</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Payment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>MMM d, yyyy</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Denied</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Duplicate and original can't be identical.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>To check (1.Empl)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Tickets can't be double selected</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Selected date cannot be more than 3 years in the past</name>
-    </stringEntry>
-    <stringEntry>
-      <name> User</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Add employees</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Transparent</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all tickets which have been escalated.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>12 hours</name>
-    </stringEntry>
-    <stringEntry>
-      <name>dd.MM.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Inserted</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Incl. Meals</name>
-    </stringEntry>
-    <stringEntry>
-      <name>30%</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Template</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Cancellation Amount</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Cancellation Count</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Cancellationrate Count</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Cancellationrate Amount</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all cancellation rates of the last years</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Cancellation Rates</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Cancellation Rate</name>
-    </stringEntry>
-    <stringEntry>
-      <name>2. Quarter</name>
-    </stringEntry>
-    <stringEntry>
-      <name>1. Quarter</name>
-    </stringEntry>
-    <stringEntry>
-      <name>3. Quarter</name>
-    </stringEntry>
-    <stringEntry>
-      <name>#.## '%'</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Cancellation Amount </name>
-    </stringEntry>
-    <stringEntry>
-      <name># k</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Waiting notification</name>
-    </stringEntry>
-    <stringEntry>
-      <name>There already exists a price of this type in the selected range. Be aware that the date will change accordingly!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Required For Mailing</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show Expense report</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Some prereserved EntityFields which are necessary fot 360° are not available. Context:</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Some prereserved EntityFields which are necessary for 360° are not available. Context: %0 Data: %1 \nNeeded EntityFields are: #UID, #TITLE, #MAPPING, #CONTENTDESCRIPTION, #CONTENTTITLE, DATE_NEW, ACTIVE.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>You have to add an e-mail documenttempalte with the classification 'digital signature' for the offerContext in order to start the signing worfklow.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Project Permissions</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Project Permission</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticket Attribute</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Count of Uses</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ProjectticketType</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projecttickettypes</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticket Comments</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticket Comment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticket Attributes</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Description Template</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projecttickettype</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticket Comment Text</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticket Comment Template</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ProjectticketTypes</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticket Comment Templates</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set Standard</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Multiple</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Tickettype</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticket Type</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket Documenttemplate</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Read comment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Solution Mandatory</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Read project</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Mandatory</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ProjectType</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Allow booking times</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Controle time</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Comment Template</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Allow adding comments</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Project Type Relation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Edit comment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Read ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete project</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Move ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket Documenttemplates</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Edit ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Allow adding Comments</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Not a Projectmember</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create comment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Edit project</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ProjectTypes</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Attributevalues</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete projectticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Status Reason</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete comment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Alphabetical sorting</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projecttype</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projecttitle</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Project</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Last Comment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>billable</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Date due</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectname</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Offered Hours</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>minutes worked</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Requester</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Planned Hours</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Required for Mailing</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Available</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Presence</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Away</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Parent Task</name>
-    </stringEntry>
-    <stringEntry>
-      <name>At least one of the operation tasks doesn't have an estimated time set.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>estimated time</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Operations</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resource</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resource plannings</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resource planning</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Operation Task</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Operation Tasks</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resources</name>
-    </stringEntry>
-    <stringEntry>
-      <name>carried out</name>
-    </stringEntry>
-    <stringEntry>
-      <name>open</name>
-    </stringEntry>
-    <stringEntry>
-      <name>assign to this operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>planned Tasks</name>
-    </stringEntry>
-    <stringEntry>
-      <name>service operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>to plan</name>
-    </stringEntry>
-    <stringEntry>
-      <name>assortment registration</name>
-    </stringEntry>
-    <stringEntry>
-      <name>prospective Tasks</name>
-    </stringEntry>
-    <stringEntry>
-      <name>open Tasks</name>
-    </stringEntry>
-    <stringEntry>
-      <name>area registration</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Previous Task</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Operationbegin</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Proficent</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Customer Service experience</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Expert</name>
-    </stringEntry>
-    <stringEntry>
-      <name>drivers license</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Competent</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Beginner</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Advanced</name>
-    </stringEntry>
-    <stringEntry>
-      <name>negotiation ability</name>
-    </stringEntry>
-    <stringEntry>
-      <name>it knowledge</name>
-    </stringEntry>
-    <stringEntry>
-      <name>product knowledge</name>
-    </stringEntry>
-    <stringEntry>
-      <name>insert group task</name>
-    </stringEntry>
-    <stringEntry>
-      <name>insert operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Color</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create operation task</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Invalid input format</name>
-    </stringEntry>
-    <stringEntry>
-      <name>incoming Operations</name>
-    </stringEntry>
-    <stringEntry>
-      <name>this Operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>unplanned Tasks</name>
-    </stringEntry>
-    <stringEntry>
-      <name>assign to operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>unassign from this operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Operation Task Templates</name>
-    </stringEntry>
-    <stringEntry>
-      <name>insert using template</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Operation Task Template</name>
-    </stringEntry>
-    <stringEntry>
-      <name>insert tasks</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Comment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>not estimated</name>
-    </stringEntry>
-    <stringEntry>
-      <name>amount of tasks</name>
-    </stringEntry>
-    <stringEntry>
-      <name>blocked</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete sub tasks</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Operationreport</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Do you want to delete the linked tasks?</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete tasks</name>
-    </stringEntry>
-    <stringEntry>
-      <name>booked Time</name>
-    </stringEntry>
-    <stringEntry>
-      <name>superordinate task</name>
-    </stringEntry>
-    <stringEntry>
-      <name>This task has subordinate tasks. Should these also be deleted?</name>
-    </stringEntry>
-    <stringEntry>
-      <name>choose Operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Should all linked tasks be deleted?</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Should all subtasks be deleted?</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Assign Operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Operations/Tasks</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Position and Signer count don't match</name>
-    </stringEntry>
-    <stringEntry>
-      <name>create workflow dataset</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Supervision</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The valid until date can't be before valid to!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New District assignment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>You were assigned as new district contact to district '%0' and %1 %2.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Assign all Companies of the selected districts</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Assignment of the companies of all selected districts is completed!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Assign companies</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 companies were newley assigned. \n%1 companies are no longer assigned (these assignments got the status 'review'). \n%2 valid assignments were unchanged. \nThe Process took %3 seconds.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Supervisor Archive</name>
-    </stringEntry>
-    <stringEntry>
-      <name>company</name>
-    </stringEntry>
-    <stringEntry>
-      <name>companies</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 Supervisors were newley assigned. \n%1 Supervisor assignments were updated. \n%2 valid assignments were unchanged. \n%3 invalid assignments should probably no longer be assigned (these assignments got the status 'review'). \n%4 assignments got deleted. \n%5 Archived Supervisors were newley assigned. \n%6 Supervisor Archive assignments were updated. \n%7 valid Archive assignments were unchanged. \n%8 invalid Archive assignments should probably no longer be assigned (these assignments got the status 'review'). \n%9 Archive assignments got deleted. \nThe Status of %10 responsibles were updated. \nThe Process took %11 seconds.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>There already exists a dataset for the selected Context.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>incl. dependent contexts</name>
-    </stringEntry>
-    <stringEntry>
-      <name>incl. Dependencies</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Filter selection</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Dependent Context</name>
-    </stringEntry>
-    <stringEntry>
-      <name>inkl. dependent contexts</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Dependent Contexts</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Some prereserved EntityFields which are necessary for 360° are not available. Context: %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Choose an event and status to add the contact to the event</name>
-    </stringEntry>
-    <stringEntry>
-      <name>blocker</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Interval(s) have been started</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Memory</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Port</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Clear Cache</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Black</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Auto Order by Id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Free Connections</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Database</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Database Detail</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Start interval</name>
-    </stringEntry>
-    <stringEntry>
-      <name>DatabaseDetails</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Process Execution</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Service URL</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Peer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Peers</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Edit interval</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Copies the classpaths to your clipboard</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Low</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Yellow</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Open Message</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Close Connection</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Record Container Caching</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Stop interval</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Additional Information</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Databases</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Database Name</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Paths</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Telemetry Type</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Grey</name>
-    </stringEntry>
-    <stringEntry>
-      <name>High</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy Classpaths</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Connection Time</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Very high</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Blue</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Host</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Used Connections</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Collation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Normal</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Master</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Red</name>
-    </stringEntry>
-    <stringEntry>
-      <name>CPUs</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Alias</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Database Details</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Seconds</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Green</name>
-    </stringEntry>
-    <stringEntry>
-      <name>No other contexts are subordinated to the selected context</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Incorrect file format for the selected type and classification</name>
-      <value>Formato de archivo incorrecto para el tipo y la clasificación seleccionados</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectmembers</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projecttimes</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Email Notification</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projecttickets</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Role Preset</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New district assignment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set to 'billed'</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set to 'in creation'</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set to 'to be settled'</name>
-    </stringEntry>
-    <stringEntry>
-      <name>in creation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>billed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Meal Allowance</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Further Information</name>
-    </stringEntry>
-    <stringEntry>
-      <name>report</name>
-    </stringEntry>
-    <stringEntry>
-      <name>settlement</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show Expenses report</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Target Projecttickettype</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Shows all Projecttickets</name>
-    </stringEntry>
-    <stringEntry>
-      <name>All projects that can (potentially) be billed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Shows all Projects</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Controlling Cockpit</name>
-    </stringEntry>
-    <stringEntry>
-      <name>o'clock</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Plan operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>preplanned</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Replan operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete plannings</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create operation report</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Remove from operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0/%1 operation task(s) will be unassigned.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>simple task</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Business hours: to</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Open resource planning</name>
-    </stringEntry>
-    <stringEntry>
-      <name>There already exists a resource dataset for %0.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Assign operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Business hours</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Business hours: from</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Due date cannot be in the past.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Clear link</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The businesshours to must be after the businesshours from</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Operation tasks of this operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Not assigned operation tasks</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Operation tasks of prospective operations</name>
-    </stringEntry>
-    <stringEntry>
-      <name>This Operation has linked tasks. Should these also be deleted?</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Assigned operation tasks</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Clear operation link</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Clear organisation link</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Clear contact link</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Studies</name>
-      <value>Estudio</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Prototypes</name>
-      <value>Prototipo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Business</name>
-      <value>Comercial</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set Attributes</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set Project</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Clears the preset from the Context</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Wine</name>
-    </stringEntry>
-    <stringEntry>
-      <name>SerialActions</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy tickets</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set Tickettype</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Beer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set Beginn</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Other Links</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set Progress</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticket Links 3.0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set Due</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set Priority</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Cigars</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Lower Level Projecttickets</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set Editor</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resubmit ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Merge Ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resubmit</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Re-open ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Close ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket Multi Select</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Default mail groomed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 test mails sent sucessfully, %1 test mails failed. Process took %2 s.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Test bulk mail \"%0\" was sent!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Are you sure you want to remove all invalid recipients?</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Default phone groomed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Default address groomed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Choose dunning text</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Usages</name>
-    </stringEntry>
-    <stringEntry>
-      <name>usages</name>
-    </stringEntry>
-    <stringEntry>
-      <name>usage</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Issue credit</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Credit issued</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribute cannot be added twice with the same value.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Credit for Invoice %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>no valid url format</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Operation tasks not yet estimated.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Template for Comment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Template for Ticket Description</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Template for Project Description</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Project Description Template</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket Description Template</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Classification:</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 merged.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Referrer link</name>
-    </stringEntry>
-    <stringEntry>
-      <name>visit recommendations</name>
-    </stringEntry>
-    <stringEntry>
-      <name>District organisation assignment will start now!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Temporary start date</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Temporary end date</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribute is already defined</name>
-    </stringEntry>
-    <stringEntry>
-      <name>A Salesproject can only be linked to one Project</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ProjectTime</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Status won't be set for tickets with missing editor.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Preset</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The Projectticket Comment Template '%0' is duplicated</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Project Member</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The Project Type '%0' is duplicated</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Not definet error</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create lower Ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Liste Schlüsselwort</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Abrechenbar</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 entries are already billed and cannot be moved. Do you want to continue with %1 entries?</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectmember</name>
-    </stringEntry>
-    <stringEntry>
-      <name>TopicTreeUsage</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Only open Tickets</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Abgeschlossen</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Combo Value Type</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Billed entries</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Status 'in Progress' not allowed due to missing editor</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Seite</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket(s) effected)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>booked (PT)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete Attributes</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Priority: show-stopper</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Land</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Predecessor from</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Textfeld lang</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Project Memberrole</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Missing frequency</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Importer_lib: Condition could not be build because the Keycolumn %0 is not in the OutputRecord.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Anforderer prüft</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projecttime: Billingstatus</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ResourceOperatingStatus</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Signaterequest</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Extern Billable times</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New Resourceoperationtask %0 created by %1</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Mandatory filter</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Subtask</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Just 10 hours per day will be added to your flextime account.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projecttime: Date</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ResourceOperationTaskTemplateUsage</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Maintainer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribute Values</name>
-    </stringEntry>
-    <stringEntry>
-      <name>billable (minutes)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>edit operation Report</name>
-    </stringEntry>
-    <stringEntry>
-      <name>offered</name>
-    </stringEntry>
-    <stringEntry>
-      <name>original Time</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Billing status</name>
-    </stringEntry>
-    <stringEntry>
-      <name>beendet</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Generate weekplanentry</name>
-    </stringEntry>
-    <stringEntry>
-      <name>move Ticket Times</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Insert/Update Attributes</name>
-    </stringEntry>
-    <stringEntry>
-      <name>set extern time null</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create new Ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Time booking</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectresponsible</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Value has to be positiv</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Value Lookup</name>
-    </stringEntry>
-    <stringEntry>
-      <name>kein Auftrag</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Liste Projekt</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Summe Verpflegungsmehraufwand</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Assign operations</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ordered from</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ResourcePlanningOperation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticket 3.0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>This Action will insert %0 and update </name>
-    </stringEntry>
-    <stringEntry>
-      <name>Protected by default</name>
-    </stringEntry>
-    <stringEntry>
-      <name>show-stopper</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Verpflegungsmehraufwand</name>
-    </stringEntry>
-    <stringEntry>
-      <name>billable (PT)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Status won't be set for tickets with missing mandatory solution.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Bulk mail recipient</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ResourceOperationTaskSerial</name>
-    </stringEntry>
-    <stringEntry>
-      <name>change away</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Priority: low</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Add to bulk mail</name>
-    </stringEntry>
-    <stringEntry>
-      <name>no TITLE for USER</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ResourceOperationSerialContainer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>An error occured during checking whether recipient (recipient: </name>
-    </stringEntry>
-    <stringEntry>
-      <name>Project 3.0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>booked</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Product Owner</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Alle Verknüpfungen</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New Resourceoperation %0 created</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New Resourceoperationtask %0 created</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Pauschale</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projects</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Only values in 0.25 Steps are allowed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Days without new comment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set in Process</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Billing description</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Roles can't be assigned more than once!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Firmenauswahl</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticketeigenschaften</name>
-    </stringEntry>
-    <stringEntry>
-      <name>abgeschlossen</name>
-    </stringEntry>
-    <stringEntry>
-      <name>District Organisation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Dest</name>
-    </stringEntry>
-    <stringEntry>
-      <name>new follow up ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Entwickler</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projekteinstellungen</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projektname</name>
-    </stringEntry>
-    <stringEntry>
-      <name>niedrig</name>
-    </stringEntry>
-    <stringEntry>
-      <name>A RecordsRecipe is empty but required.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy Serviceclient Link</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Only own Tickets</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ÃœN</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Booked Times</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Agile Coach</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Error while retrieving binary contents. Missmatch of requtesd and delivered entries. </name>
-    </stringEntry>
-    <stringEntry>
-      <name>set checked</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Today booked</name>
-    </stringEntry>
-    <stringEntry>
-      <name>A RecordsRecipe was given but no records could be loaded. RecordsRecipe: %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Inaktiv</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Date_new1</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Spalten</name>
-    </stringEntry>
-    <stringEntry>
-      <name>${OrderedTimes}</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New comment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Forecast: Status</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Liste</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sorting_value</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ordered</name>
-    </stringEntry>
-    <stringEntry>
-      <name>sick</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resourcecampaign_id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket excelated</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Copied from</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resource Operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>nicht zugeordnet</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Presets</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Admin View öffnen</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New time</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Nein</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Copied to</name>
-    </stringEntry>
-    <stringEntry>
-      <name>change feecode</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Isserial</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resourceplanningid</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The end date must be within the validity period.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The start date must be within the validity period.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Boolean</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Some prereserved EntityFields which are necessary fot 360° are not available. Context: </name>
-    </stringEntry>
-    <stringEntry>
-      <name>New Resourceoperation %0 created by %1</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectspecific</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resourcesid</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Key User</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Reason for Status</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Tagegeld</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Field or Seperator were empty function: %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>invoiced</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticketinformation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The Attribute '%0' is duplicated</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Frühstück</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Tasks in Operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ResourceOperationTaskSerials</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Templatenumber</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Kontaktauswahl</name>
-    </stringEntry>
-    <stringEntry>
-      <name>from Percent</name>
-    </stringEntry>
-    <stringEntry>
-      <name>This Action will delete %0 Attribute Datasets. Continue?</name>
-    </stringEntry>
-    <stringEntry>
-      <name>--:--</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Beitrag</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Duplicate from</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticket Relations</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Mandatory input missing</name>
-    </stringEntry>
-    <stringEntry>
-      <name>mittel</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Kreis</name>
-    </stringEntry>
-    <stringEntry>
-      <name>change extern Time</name>
-    </stringEntry>
-    <stringEntry>
-      <name>move Ticket Time</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Linktype</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Knowledge Consultant</name>
-    </stringEntry>
-    <stringEntry>
-      <name>User_edit1</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Build- und Releasemanager</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Priority: critical</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Textfeld</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Forecast: Planned</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ja</name>
-    </stringEntry>
-    <stringEntry>
-      <name>new extern time</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Feecode</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Auftrag</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Teams</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Error while assigning the recipient</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Solution</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Mandatory solution contribution is missing</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New Campaign</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticket 2.0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Eventeee</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Objectselection</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Forecast: No forecast (Year)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Balken</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticket Type Relation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Leistungsnachweis</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Topic Tree Favorites</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resourceoperationtasktemplateid</name>
-    </stringEntry>
-    <stringEntry>
-      <name>In Relation with</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Error while sending mail as an unkown user.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resourceoperationtasktemplate_id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>No duplicate entries possible</name>
-    </stringEntry>
-    <stringEntry>
-      <name>create new Ressource Operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>remove settled</name>
-    </stringEntry>
-    <stringEntry>
-      <name>report sick</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sort alphabetically</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Liste Projekttyp </name>
-    </stringEntry>
-    <stringEntry>
-      <name>Controlling</name>
-    </stringEntry>
-    <stringEntry>
-      <name>kritisch</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Project: billable</name>
-    </stringEntry>
-    <stringEntry>
-      <name>set settled</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Topictree</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Operationreport %0 %1</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Project Members</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Bearbeiter prüft</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticketauswahl</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Informationen</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Topic Tree Presets</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Successor from</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Only for following Projecttypes</name>
-    </stringEntry>
-    <stringEntry>
-      <name>hoch</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy bulk mail</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Date_edit1</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Open Customer System</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Project Member Preview</name>
-    </stringEntry>
-    <stringEntry>
-      <name>booked (minutes)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Updated</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projektcontrolling</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Beschreibung</name>
-    </stringEntry>
-    <stringEntry>
-      <name>in Bearbeitung</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Duplicate From</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Illegal Parent Operator in buildFilterObj-Function: </name>
-    </stringEntry>
-    <stringEntry>
-      <name>Handelsblatt Twitter Feed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Project Member Edit</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticket Relation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Priority: high</name>
-    </stringEntry>
-    <stringEntry>
-      <name>set unchecked</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The end date can't be before begin date!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Card Table view</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ResourceOperationTaskTemplate</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Subtask from</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Tester</name>
-    </stringEntry>
-    <stringEntry>
-      <name>erfasst</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ProjectID</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Dauer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>User_new1</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Further Informations</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Numerisches Feld</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Aktiv</name>
-    </stringEntry>
-    <stringEntry>
-      <name>selected resources</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Error while retrieving binary contents. No binaries where found. requested UID(s): \"%0\"</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Workingtime details</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create weekplanentry manually</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 companies were newley assigned. \n</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ProjectDescription</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribut</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket-Nr.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resourceoperationid</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Some Attribtues could not be inserted/updated due to not being available in that corresponding Tickettype</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 Supervisors were newley assigned. \n</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Intern</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Liste selbstlernend</name>
-    </stringEntry>
-    <stringEntry>
-      <name>dd.MM.yyyy HH:mm</name>
-    </stringEntry>
-    <stringEntry>
-      <name>General Information</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribute Value</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Mark as duplicate</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Product Communication</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Quality Assistant</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy For Commit</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Collaboration</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticketattribute Relation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Pillar diagram: Priority</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Priority: medium</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ordered ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Multiple filter</name>
-    </stringEntry>
-    <stringEntry>
-      <name>My Bulk Mails</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Temporary date start</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The begin date has to be in the selected calendar week!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Please define a frequency so the date can change accordingly</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Bulk Mail Device Types</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show device types used by bulk mail recipients</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create new activity</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Please define a frequency</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Split this ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show my bulk mails</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Split ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Take</name>
-    </stringEntry>
-    <stringEntry>
-      <name>duplicate</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Added to campaign</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create follow-up ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Added to campagin \"%0\" with campaign step \"%1\"</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Split</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create new ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create new ticket &amp; contact</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Follow-up</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Take ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Merge ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Return</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Duplicate ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create new letter</name>
-    </stringEntry>
-    <stringEntry>
-      <name>at the follwing activity</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create new task</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Number of tickets (mail)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets total (mail)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Shows the number of tickets from this and last month grouped by priority. Data is shown in day-resolution by clicking on a month. Using this dashlet may lead to a performance loss with high ticketnumbers.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets total (status)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Number of tickets (priority)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Number of tickets (medium)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>At least one inbox has to be selected.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets total (priority) per day</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets total (mail) per day</name>
-    </stringEntry>
-    <stringEntry>
-      <name>At least one ticket category has to be selected.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Shows the number of tickets from this and last month grouped by category</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Shows the number of tickets from this and last month grouped by category. Data is shown in day-resolution by clicking on a month. Using this dashlet may lead to a performance loss with high ticketnumbers.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Shows the number of tickets from this and last month grouped by status. Data is shown in day-resolution by clicking on a month. Using this dashlet may lead to a performance loss with high ticketnumbers.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets total (category)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Shows the number of tickets from this and last month grouped by status.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Shows the number of tickets from this and last month grouped by medium.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets total (status) per day</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets total (category) per day</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets total (medium) per day</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Reset mosaico template data</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Shows the number of tickets from this and last month grouped by mailsignature. Data is shown in day-resolution by clicking on a month. Using this dashlet may lead to a performance loss with high ticketnumbers.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets total (medium)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Visibility</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Export mosaico metadata</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Shows the number of tickets from this and last month grouped by mailsignature.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Import mosaico metadata</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Number of tickets (category)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Shows the number of tickets from this and last month grouped by priority.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets total (priority)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Number of tickets (status)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Shows the number of tickets from this and last month grouped by medium. Data is shown in day-resolution by clicking on a month. Using this dashlet may lead to a performance loss with high ticketnumbers.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>This resource has %0 planned operations in this timeframe that might need to be replanned.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Clear visit recommendation link</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Operation visit</name>
-    </stringEntry>
-    <stringEntry>
-      <name>You can only link one resource operation to a appointment.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 resources were created.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete ticket comment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Responsible for the visit recommendation not available as a resource.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create operation manually</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create responsible person as resource</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Assign directly</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Last Ticket Comment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 operations were created.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Generate operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 operations were added to the resource planning.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sick</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create appointment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>sickness</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Edit ticket comment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>booked time</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create ticket comment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Template for Ticket Comment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The contact is not part of the selected organisation.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Read ticket comment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Clear resource link</name>
-    </stringEntry>
-    <stringEntry>
-      <name>{$MAIL_SENT}</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Graphical evaluation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set not done</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Original E-Mail</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Device type</name>
-    </stringEntry>
-    <stringEntry>
-      <name>not done</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Serial action | Change planning</name>
-    </stringEntry>
-    <stringEntry>
-      <name>E-mail as .eml-file not found</name>
-    </stringEntry>
-    <stringEntry>
-      <name>{$SKILL}</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete the metadata and content of the template?</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Dataset count</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The following resources have been planned more than once:</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Expires at</name>
-    </stringEntry>
-    <stringEntry>
-      <name>calendar week</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Operation title</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Opening hours</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show in PreviewView</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Unique Views</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Turnover planning</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Relevant documents</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Lookup keyword</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Servicetickets</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Left</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Default value</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Allow multiple submissions</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Download answers as CSV</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Target field</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Private stay</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket Selection</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show question numbers</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sending mails not active for inbox %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Syria</name>
-    </stringEntry>
-    <stringEntry>
-      <name>North Korea</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Privacy</name>
-    </stringEntry>
-    <stringEntry>
-      <name>UniqueView</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Iran</name>
-    </stringEntry>
-    <stringEntry>
-      <name>getQuestionnaireJson</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Form description page</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Values cannot be assigned repeatedly!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Hidden</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Target table</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Laos</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Column count</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Form title</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Vatican</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Falkland Islands</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Max length</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Tanzania</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Dropdown</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Web Form</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Anonym</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy questionnaire</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Pages</name>
-    </stringEntry>
-    <stringEntry>
-      <name>QuestionnaireLookup</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Survey</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Top</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Questionnaireid</name>
-    </stringEntry>
-    <stringEntry>
-      <name>North Macedonia</name>
-    </stringEntry>
-    <stringEntry>
-      <name>QuestionnaireAnswer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Eventcode</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Logo file</name>
-    </stringEntry>
-    <stringEntry>
-      <name>United States</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 contacts selected</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Completion page text</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ivory Coast</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Read only</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resourceoperationtask_id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>getDemoUserPassword</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Mosaico export file</name>
-    </stringEntry>
-    <stringEntry>
-      <name>MEws</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Vietnam</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 of the chosen records will be added to the event, because %1 are already participants</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Visible condition</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Beginn</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Question</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show progress bar</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Answer type</name>
-    </stringEntry>
-    <stringEntry>
-      <name>QuestionnaireQuestion</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Foreign keytype</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Datetime</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Form subtitle</name>
-    </stringEntry>
-    <stringEntry>
-      <name>This survey has already been completed.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>United Kingdom</name>
-    </stringEntry>
-    <stringEntry>
-      <name>At least one lookupvalue must be added!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Questionnaireanswerid</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Palestine</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Brunei</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Panel</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Venezuela</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Changed because of mailfilter \"%0\" - \"%1\"</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket has to inbox</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Expression</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Questionnairequestion_id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sorting Layer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Covid Information</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Questionnaire</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Technical user</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart Number of tickets per inbox (status)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resourceoperationtasklinkid</name>
-    </stringEntry>
-    <stringEntry>
-      <name>South Korea</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Website address</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Checkbox</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resourceoperation_id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Min description</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Value max</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resourceoperationlinkid</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Questionnairelookupvalueid</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Technical user for inbox %0 not found</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Radiogroup</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Question type</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Moldova</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Range</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Send e-mails</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Value min</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Bottom</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Value_number</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy questionnaire link</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Questionnairequestionid</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Complete button text</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Rating</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Title location</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Newsletter unsubscribe</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Bolivia</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Russia</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Default language</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Row break</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Newsletter SelfService</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Eventtype</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Negative prices are only allowed for credits</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Required</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Kosovo</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Skills</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Lookup type</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Download HTML</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Outgoing payment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ResourceOperationLink</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Available in Webservices</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Answers</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Logo URL</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Parent node</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The survey could not be found.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Answer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Input type</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Foreign key</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ResourceOperationTaskLink</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Micronesia</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Max description</name>
-    </stringEntry>
-    <stringEntry>
-      <name>No technical user set for inbox %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>An error occurred while creating the export. Please download and send the added error message to your administrator.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>${CANCEL}</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 changed the address of your resource dataset.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 contact selected</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 Operation recommendations were deleted.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 Operation recommendations were ignored.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>(empty)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>4. Quarter</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Add Attribute</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Address source</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Always</name>
-    </stringEntry>
-    <stringEntry>
-      <name>At least one place of use has to be given</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Attention, start and end address not maintained</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Bed and Breakfast</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Calculation of the Operation recommendation dates</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Cancel timetracking</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Change address</name>
-    </stringEntry>
-    <stringEntry>
-      <name>checklist for selected phase</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Clear Operation recommendation link</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Completion mandatory</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Content of original ticket %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create operationreport</name>
-      <value>Crear informe de operación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create Task</name>
-    </stringEntry>
-    <stringEntry>
-      <name>CRM notification</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Datum</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Details of the selected touchpoint</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Display for new creation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>E-Mail Cycle</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Email must be unique per usage</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Essential</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Export error</name>
-    </stringEntry>
-    <stringEntry>
-      <name>File needs to be uploaded</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Get mail notifications</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Group task</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Hello</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Here are your notifications from the CRM system:</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Intervall</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Intervall setzen</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Kilometer allowance (%0)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>KM allowance</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Last operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>LastSync zurücksetzen</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Manager_external</name>
-      <value>externo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Manager_internal</name>
-      <value>interno</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Manager_Last status message</name>
-      <value>Último mensaje de estado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Manager_no status message available</name>
-      <value>no hay mensaje de estado disponible</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Manager_no type specified</name>
-      <value>ningún tipo especificado</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Manager_Service status</name>
-      <value>Estado del servicio</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Manager_Service type</name>
-      <value>Tipo de servicio</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mandatory specification in checklist open</name>
-    </stringEntry>
-    <stringEntry>
-      <name>My operation Planning</name>
-      <value>Mi operación Planificación</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Name of an attached document is too long</name>
+      <name>root.Start time must be earlier than end time</name>
+      <value>La hora de inicio debe ser anterior a la hora de finalización</value>
     </stringEntry>
     <stringEntry>
-      <name>Navigate to Url after completion</name>
+      <name>root.hours</name>
+      <value>horas</value>
     </stringEntry>
     <stringEntry>
-      <name>New operation recommendation</name>
-      <value>Nueva recomendación de funcionamiento</value>
+      <name>root.You don't have permission for this view.</name>
+      <value>No tienes permiso para esta vista.</value>
     </stringEntry>
     <stringEntry>
-      <name>Next operation</name>
+      <name>root.Wrong password</name>
+      <value>Contraseña incorrecta</value>
     </stringEntry>
     <stringEntry>
-      <name>Open operationrecommendation</name>
-      <value>Operación abiertarecomendación</value>
+      <name>root.Enter current password to verify</name>
+      <value>Ingrese la contraseña actual para verificar</value>
     </stringEntry>
     <stringEntry>
-      <name>Operation entry</name>
-      <value>Entrada de operaciones</value>
+      <name>root.True</name>
+      <value>Cierto</value>
     </stringEntry>
     <stringEntry>
-      <name>Operation frequency</name>
-      <value>Frecuencia de funcionamiento</value>
+      <name>root.False</name>
+      <value>Falso</value>
     </stringEntry>
     <stringEntry>
-      <name>Operation planning</name>
-      <value>planificación de la peración</value>
+      <name>root.SELECTION_BOTH</name>
+      <value>SELECCIÓN_AMBOS</value>
     </stringEntry>
     <stringEntry>
-      <name>Operation recommendation</name>
-      <value>Recomendación de funcionamiento</value>
+      <name>root.SELECTION_POSTFIX</name>
+      <value>SELECCIÓN_POSTFIX</value>
     </stringEntry>
     <stringEntry>
-      <name>Operation recommendations</name>
-      <value>Recomendaciones de funcionamiento</value>
+      <name>root.No consumer found for context '%0'</name>
+      <value>No se encontró ningún consumidor para el contexto '%0'</value>
     </stringEntry>
     <stringEntry>
-      <name>Organisation of the resource</name>
+      <name>root.End time must be later than start time</name>
+      <value>La hora de finalización debe ser posterior a la hora de inicio</value>
     </stringEntry>
     <stringEntry>
-      <name>Own time recording running</name>
+      <name>root.hour</name>
+      <value>hora</value>
     </stringEntry>
     <stringEntry>
-      <name>Remove logo</name>
+      <name>root.New password must not be the same as the current password</name>
+      <value>La nueva contraseña no debe ser la misma que la contraseña actual</value>
     </stringEntry>
     <stringEntry>
-      <name>Responsible Employee</name>
+      <name>root.SELECTION_NULL</name>
+      <value>SELECCIÓN_NULL</value>
     </stringEntry>
     <stringEntry>
-      <name>Responsible for the Operation recommendation not available as a resource.</name>
+      <name>root.Password and confirmation must be the same!</name>
+      <value>¡La contraseña y la confirmación deben ser las mismas!</value>
     </stringEntry>
     <stringEntry>
-      <name>Sensitive</name>
+      <name>root.SELECTION_NEITHER</name>
+      <value>SELECCIÓN_NI</value>
     </stringEntry>
     <stringEntry>
-      <name>Sensitive attributes</name>
+      <name>root.SELECTION_PREFIX</name>
+      <value>SELECCIÓN_PREFIX</value>
     </stringEntry>
     <stringEntry>
-      <name>Service signatures require a {@Service@} placeholder</name>
+      <name>root.Some prereserved EntityFields which are necessary for 360° are not available. Context: %0 Data: %1 \nNeeded EntityFields are: #UID, #TITLE, #MAPPING, #CONTENTDESCRIPTION, #CONTENTTITLE, DATE_NEW, ACTIVE.</name>
     </stringEntry>
     <stringEntry>
-      <name>Set Responsible</name>
+      <name>root.Some prereserved EntityFields which are necessary for 360° are not available. Context: %0</name>
     </stringEntry>
     <stringEntry>
-      <name>Set Responsible Employee</name>
+      <name>root.Context_entity.title</name>
+      <value>Contexto</value>
     </stringEntry>
     <stringEntry>
-      <name>Sets a responsible person for the participants within the selected step</name>
+      <name>root.Context_entity.titlePlural</name>
+      <value>Contextos</value>
     </stringEntry>
     <stringEntry>
-      <name>Sets a responsible person for the selected participants</name>
+      <name>root.Context_entity.UID.title</name>
+      <value>ID de contexto</value>
     </stringEntry>
     <stringEntry>
-      <name>show operation planning of the week</name>
-      <value>mostrar la planificación operativa de la semana</value>
+      <name>root.Context_entity.CONTEXT_NAME.title</name>
+      <value>Nombre de contexto</value>
     </stringEntry>
     <stringEntry>
-      <name>Silent</name>
+      <name>root.DefaultAdminView_entity.ENTITY.title</name>
+      <value>Entidad</value>
     </stringEntry>
     <stringEntry>
-      <name>Skip Next operation</name>
+      <name>root.Usersettings_entity.title</name>
+      <value>Ajustes</value>
     </stringEntry>
     <stringEntry>
-      <name>Spesenabrechnung</name>
+      <name>root.Usersettings_entity.titlePlural</name>
+      <value>Ajustes</value>
     </stringEntry>
     <stringEntry>
-      <name>Start timetracking</name>
+      <name>root.Usersettings_entity.calHourdivider.title</name>
+      <value>Divisor de horas del calendario</value>
     </stringEntry>
     <stringEntry>
-      <name>Stop timetracking</name>
+      <name>root.Usersettings_entity.calMaintimeEnd.title</name>
+      <value>Fin del tiempo principal del calendario</value>
     </stringEntry>
     <stringEntry>
-      <name>Terms of payment</name>
+      <name>root.Usersettings_entity.calMaintimeStart.title</name>
+      <value>Inicio del horario principal del calendario</value>
     </stringEntry>
     <stringEntry>
-      <name>The address of your resource dataset has been changed</name>
+      <name>root.Usersettings_entity.UID.title</name>
+      <value>UID</value>
     </stringEntry>
     <stringEntry>
-      <name>The addresses of the following resources couldn't be changed:</name>
+      <name>root.Usersettings_entity.selectionIgnoreCase.title</name>
+      <value>Caso de ignorar selección</value>
     </stringEntry>
     <stringEntry>
-      <name>The date of the next operation could only be set for %0 of the %1 selected data sets, as no operation frequency was stored for the other data sets.</name>
+      <name>root.Usersettings_entity.selectionPlaceholder.title</name>
+      <value>Marcador de posición de selección</value>
     </stringEntry>
     <stringEntry>
-      <name>The dates of %0 Operation recommendations were recalculated.</name>
+      <name>root.Usersettings_entity.jPassword.title</name>
+      <value>Nueva contraseña</value>
     </stringEntry>
     <stringEntry>
-      <name>The follow-up date cannot be in the past</name>
+      <name>root.Usersettings_entity.jPasswordRepeat.title</name>
+      <value>repite la contraseña</value>
     </stringEntry>
     <stringEntry>
-      <name>The following organisations don't have a address set: %0</name>
+      <name>root.Usersettings_entity.currentPassword.title</name>
+      <value>Contraseña actual</value>
     </stringEntry>
     <stringEntry>
-      <name>The selected range is outside the operation  recommendation range: %0-%1</name>
+      <name>root.Usersettings_entity.userCurrency.title</name>
+      <value>Moneda del usuario</value>
     </stringEntry>
     <stringEntry>
-      <name>The selected range is outside the visit recommendation range: %0-%1</name>
+      <name>root.Usersettings_entity.incomingCallContext.title</name>
+      <value>Call context</value>
     </stringEntry>
     <stringEntry>
-      <name>There already exists a %0 price with the same type of pricelist in the defined range.</name>
-      <value>Ya existe un precio %0 con el mismo tipo de lista de precios, cantidad y moneda en el rango definido.</value>
+      <name>root.Usersettings_entity.prefferredApprover.title</name>
+      <value></value>
     </stringEntry>
     <stringEntry>
-      <name>This is an automatically generated email from a system email address.&lt;br&gt;Please do not reply to this email.&lt;br&gt;If you have any questions, please contact your CRM administrator directly.&lt;br&gt;&lt;br&gt;Thank you.</name>
+      <name>root.Usersettings_entity.sendNotificationAsMail.title</name>
+      <value></value>
     </stringEntry>
     <stringEntry>
-      <name>Title (original language)</name>
-      <value>Título (idioma original)</value>
+      <name>root.Usersettings.title</name>
+      <value>Ajustes</value>
     </stringEntry>
     <stringEntry>
-      <name>Title (translated)</name>
-      <value>Título (traducido)</value>
+      <name>root.IndexSearchView.IndexSearchDashlet.title</name>
+      <value>Búsqueda</value>
     </stringEntry>
     <stringEntry>
-      <name>TO</name>
+      <name>root.IndexSearchView.indexsearch.title</name>
+      <value>Búsqueda</value>
     </stringEntry>
     <stringEntry>
-      <name>To:</name>
+      <name>root.UsersettingsEdit_view.title</name>
+      <value>Ajustes</value>
     </stringEntry>
     <stringEntry>
-      <name>TopictreeTaskAttendee</name>
+      <name>root.UsersettingsEdit_view.PasswordEdit.drawerCaption</name>
+      <value>Contraseña</value>
     </stringEntry>
     <stringEntry>
-      <name>TopictreeTaskAttendees</name>
+      <name>root.UsersettingsEdit_view.PasswordEdit.title</name>
+      <value>Ajustes</value>
     </stringEntry>
     <stringEntry>
-      <name>Travel expenses</name>
+      <name>root.UsersettingsEdit_view.CurrencyEdit.drawerCaption</name>
+      <value>Divisa</value>
     </stringEntry>
     <stringEntry>
-      <name>von</name>
+      <name>root.UsersettingsEdit_view.CurrencyEdit.title</name>
+      <value>Ajustes</value>
     </stringEntry>
     <stringEntry>
-      <name>You have %0 notifications.</name>
+      <name>root.UsersettingsEdit_view.PhoneEdit.drawerCaption</name>
+      <value>Teléfono</value>
     </stringEntry>
     <stringEntry>
-      <name>{$PERMISSION_CONDITION}</name>
-      <value>Condición</value>
+      <name>root.UsersettingsEdit_view.Notification.drawerCaption</name>
+      <value>Notificación</value>
     </stringEntry>
     <stringEntry>
-      <name>{$PERMISSION_HAS_CONDITION}</name>
+      <name>root.UsersettingsEdit_view.Notification.title</name>
+      <value>Notificación</value>
     </stringEntry>
   </keyValueMap>
 </language>
diff --git a/language/_____LANGUAGE_nl/_____LANGUAGE_nl.aod b/language/_____LANGUAGE_nl/_____LANGUAGE_nl.aod
index ab6d412..3828815 100644
--- a/language/_____LANGUAGE_nl/_____LANGUAGE_nl.aod
+++ b/language/_____LANGUAGE_nl/_____LANGUAGE_nl.aod
@@ -7,16980 +7,202 @@
   <variant></variant>
   <keyValueMap>
     <stringEntry>
-      <name>Resigned</name>
-      <value>Ontslag genomen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The contract number already exists!</name>
-      <value>Het contractnummer bestaat al!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Search term</name>
-      <value>Zoekterm</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Generate letter</name>
-      <value>Genereer brief</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Gender</name>
-      <value>Geslacht</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$TASK_PRIORITY_HIGH}</name>
-      <value>Hoog</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create new note</name>
-      <value>Nieuwe notitie maken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create new campaign step</name>
-      <value>Nieuwe campagnestap maken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Solomon Islands</name>
-      <value>Solomon eilanden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>approved</name>
-      <value>goedgekeurd</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Montserrat</name>
-      <value>Montserrat</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Guadeloupe</name>
-      <value>Guadeloupe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Make offer (WV)</name>
-      <value>Doe een bod (WV)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>very high</name>
-      <value>Snelle acquisitie leiden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Approval</name>
-      <value>Goedkeuring</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bulk Mail Key Figures</name>
-      <value>Kerncijfers Bulkpost</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Landingpage</name>
-      <value>Bestemmingspagina</value>
-    </stringEntry>
-    <stringEntry>
-      <name>BCC</name>
-      <value>BCC</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Moldova (Republic of)</name>
-      <value>Moldavië (Republiek)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Category Name</name>
-      <value>categorie naam</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Seychelles</name>
-      <value>Seychellen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Low price strategy</name>
-      <value>Lage prijs strategie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Address changed to %0 %1 %2 %3 %4</name>
-      <value>Adres gewijzigd in %0 %1 %2 %3 %4</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Order executed</name>
-      <value>Bestelling uitgevoerd</value>
-    </stringEntry>
-    <stringEntry>
-      <name>1</name>
-      <value>1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>2</name>
-      <value>2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>rebuild Index</name>
-      <value>index opnieuw opbouwen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Employee</name>
-      <value>Medewerker</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all offers with second approval</name>
-      <value>Toon alle aanbiedingen met tweede goedkeuring</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Company_internationality</name>
-      <value>Company_internationality</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Event Data</name>
-      <value>Gebeurtenisgegevens</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Remove from Campaign</name>
-      <value>Verwijderen uit campagne</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Event gateway</name>
-      <value>Evenement gateway</value>
-    </stringEntry>
-    <stringEntry>
-      <name>A</name>
-      <value>EEN</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Support Ticket</name>
-      <value>Ondersteuningsticket</value>
-    </stringEntry>
-    <stringEntry>
-      <name>B</name>
-      <value>B</value>
-    </stringEntry>
-    <stringEntry>
-      <name>100%</name>
-      <value>100%</value>
-    </stringEntry>
-    <stringEntry>
-      <name>C</name>
-      <value>C</value>
-    </stringEntry>
-    <stringEntry>
-      <name>D</name>
-      <value>D</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Selection</name>
-      <value>Selectie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Last change</name>
-      <value>Laatste wijziging</value>
-    </stringEntry>
-    <stringEntry>
-      <name>no inbox</name>
-      <value>geen inbox</value>
-    </stringEntry>
-    <stringEntry>
-      <name>one actitiy from mail created</name>
-      <value>één handeling uit aangemaakte e-mail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cocos (Keeling) Islands</name>
-      <value>Cocos (Keeling) Eilanden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Liechtenstein</name>
-      <value>Liechtenstein</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contract number</name>
-      <value>Contract nummer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Jordan</name>
-      <value>Jordanië</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Remaining Runtime</name>
-      <value>Resterende looptijd</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Forecasts</name>
-      <value>Prognoses</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Reminder</name>
-      <value>Herinnering</value>
-    </stringEntry>
-    <stringEntry>
-      <name>parent company</name>
-      <value>moeder bedrijf</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Côte d'Ivoire</name>
-      <value>Ivoorkust</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Presentation</name>
-      <value>Presentatie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Field delimiter</name>
-      <value>Veldscheidingsteken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>French Polynesia</name>
-      <value>Frans-Polynesië</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Their Permissions</name>
-      <value>hun toestemmingen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Created through business fair lead</name>
-      <value>Gemaakt door middel van zakelijke eerlijke lead</value>
-    </stringEntry>
-    <stringEntry>
-      <name>AB_KEYWORD_ENTRYID (UID)</name>
-      <value>AB_KEYWORD_ENTRYID (UID)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mobil</name>
-      <value>mobiel</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Is an active Employee</name>
-      <value>Is een actieve werknemer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Service ticket category</name>
-      <value>Categorie serviceticket</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Vers. no.</name>
-      <value>vers. Nee.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Clicks</name>
-      <value>Klikken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Is an active employee</name>
-      <value>Is een actieve medewerker</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Object type</name>
-      <value>Object type</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Single (Service/External)</name>
-      <value>Enkel (Service/Extern)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>good</name>
-      <value>goed</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Maximal count has to be a whole number</name>
-      <value>Maximaal aantal moet een geheel getal zijn</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Caimpaignsteps</name>
-      <value>Campagnestappen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Armenia</name>
-      <value>Armenië</value>
-    </stringEntry>
-    <stringEntry>
-      <name>DSGVO Information</name>
-      <value>DSGVO-informatie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sales manager</name>
-      <value>Verkoopsmanager</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No recipient is marked for test run replacement.</name>
-      <value>Er is geen ontvanger gemarkeerd voor vervanging van de testrun.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>export</name>
-      <value>exporteren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Decision maker</name>
-      <value>Beslisser</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sorting direction</name>
-      <value>Sorteerrichting</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Approved</name>
-      <value>Goedgekeurd</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Discount in %0</name>
-      <value>Korting in %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Lao People's Democratic Republic</name>
-      <value>Lao Democratische Volksrepubliek</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 1</name>
-      <value>Kolom 1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Event Type</name>
-      <value>Evenementtype</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 3</name>
-      <value>Kolom 3</value>
-    </stringEntry>
-    <stringEntry>
-      <name>All of the chosen records are already in the campaign</name>
-      <value>Alle gekozen records zitten al in de campagne</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 2</name>
-      <value>Kolom 2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show inboxes</name>
-      <value>Postvakken IN weergeven</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 5</name>
-      <value>Kolom 5</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 4</name>
-      <value>Kolom 4</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 7</name>
-      <value>Kolom 7</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 6</name>
-      <value>Kolom 6</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 9</name>
-      <value>Kolom 9</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: pValue (or pFieldOrCond if only one param) is not allowed to be null, undefined or []. (use *IfSet functions if you need optional conditions which are just ignored if value is null or undefined)</name>
-      <value>SqlBuilder: pValue (of pFieldOrCond als er maar één parameter is) mag niet null, undefined of [] zijn. (gebruik *IfSet-functies als u optionele voorwaarden nodig hebt die alleen worden genegeerd als de waarde null of ongedefinieerd is)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 8</name>
-      <value>Kolom 8</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Receive new Department Permission</name>
-      <value>Nieuwe afdelingstoestemming ontvangen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Afghanistan</name>
-      <value>Afghanistan</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${ADDRESS_STATE}</name>
-      <value>Staat</value>
-    </stringEntry>
-    <stringEntry>
-      <name>society</name>
-      <value>samenleving</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Move down</name>
-      <value>Naar beneden verplaatsen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>DSGVO - relevant attributes</name>
-      <value>DSGVO - relevante attributen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Quick Entry</name>
-      <value>Snelle invoer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Employee Group</name>
-      <value>Werknemersgroep</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No new recipients found that can be added to the serial letter.</name>
-      <value>Geen nieuwe ontvangers gevonden die aan de seriebrief kunnen worden toegevoegd.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>November</name>
-      <value>november</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show the organisations turnover, forecast and planing in a 3 year time-span</name>
-      <value>Toont de omzet, prognose en planning van de organisatie in een tijdspanne van 3 jaar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Timetracking Id</name>
-      <value>Tijdregistratie-ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Place of use</name>
-      <value>plaats van gebruik</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New time tracking</name>
-      <value>Nieuwe tijdregistratie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Commodity group</name>
-      <value>Goederengroep</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Missed call from %0 (%1) to %2</name>
-      <value>Gemiste oproep van %0 (%1) tot %2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No file selected.</name>
-      <value>Geen bestand geselecteerd.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>pExecuteOnlyIfConditionExists has to be of type boolean. This parameter controls what happens if the condition is empty (select / delete all or nothing)</name>
-      <value>pExecuteOnlyIfConditionExists moet van het type boolean zijn. Deze parameter bepaalt wat er gebeurt als de voorwaarde leeg is (selecteer / verwijder alles of niets)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>processing time</name>
-      <value>verwerkingstijd</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Benin</name>
-      <value>Benin</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show the opening hours of bulk mail recipients.</name>
-      <value>Toont de openingstijden van ontvangers van bulkmail.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Virgin Islands (British)</name>
-      <value>Maagdeneilanden (Brits)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Autoresponder</name>
-      <value>Autoresponder</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mongolia</name>
-      <value>Mongolië</value>
-    </stringEntry>
-    <stringEntry>
-      <name>was set to</name>
-      <value>was ingesteld op</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Morocco</name>
-      <value>Marokko</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Employee group already selected</name>
-      <value>Werknemersgroep al geselecteerd</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Import source</name>
-      <value>Bron importeren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>FILE NOT CHANGED</name>
-      <value>BESTAND NIET GEWIJZIGD</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Signals</name>
-      <value>signalen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>order</name>
-      <value>volgorde</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Download letter</name>
-      <value>Brief downloaden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The code number is not a valid number.</name>
-      <value>Het codenummer is geen geldig nummer.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Send Answer</name>
-      <value>Stuur antwoord</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product type</name>
-      <value>Product type</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Channel type</name>
-      <value>Kanaaltype</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Device Type</name>
-      <value>Soort apparaat</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ghana</name>
-      <value>Ghana</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets per inbox (Medium)</name>
-      <value>Grafiek aantal tickets per inbox (Medium)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$TASK_PRIORITY_LOW}</name>
-      <value>Laag</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Maldives</name>
-      <value>Maldiven</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Existing customer</name>
-      <value>Bestaande klant</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Service ticket template</name>
-      <value>Sjabloon voor servicetickets</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SMS</name>
-      <value>sms</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create and open in editor</name>
-      <value>Maken en openen in editor</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Move selection up</name>
-      <value>Selectie omhoog verplaatsen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Data transfered</name>
-      <value>Gegevens overgedragen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Warning</name>
-      <value>Waarschuwing</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show my contacts</name>
-      <value>Toon mijn contacten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Newsfeed (Preview)</name>
-      <value>Nieuwsfeed (preview)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 of the chosen records are already recipients.</name>
-      <value>%0 van de gekozen records zijn al ontvangers.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>United Kingdom of Great Britain and Northern Ireland</name>
-      <value>Verenigd Koninkrijk van Groot-Brittannië en Noord-Ierland</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Equatorial Guinea</name>
-      <value>Equatoriaal-Guinea</value>
-    </stringEntry>
-    <stringEntry>
-      <name>add to sync</name>
-      <value>toevoegen aan synchronisatie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Comma</name>
-      <value>Komma</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Spare part</name>
-      <value>Reserveonderdeel</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Only </name>
-      <value>Alleen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No more than %0 records can be exported.</name>
-      <value>Er kunnen niet meer dan %0 records worden geëxporteerd.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Done by</name>
-      <value>Gedaan door</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Salesproject: Created on</name>
-      <value>Opportuniteit: Gemaakt op</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add participants to Campaign</name>
-      <value>Deelnemers toevoegen aan campagne</value>
-    </stringEntry>
-    <stringEntry>
-      <name>subordinate context</name>
-      <value>ondergeschikte context</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ascending</name>
-      <value>oplopend</value>
-    </stringEntry>
-    <stringEntry>
-      <name>You were assigned as new district contact to district %0 and %1 organisation(s).</name>
-      <value>U bent als nieuwe districtscontactpersoon toegewezen aan district %0 en %1 organisatie(s).</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Type changed to %0</name>
-      <value>Type gewijzigd in %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Date Clicked</name>
-      <value>Datum geklikt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>End event</name>
-      <value>Einde evenement</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Minimal count must be a positive whole number</name>
-      <value>Minimale telling moet een positief geheel getal zijn</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Theme</name>
-      <value>Thema</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Importer created</name>
-      <value>Importeur aangemaakt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My Bulkmails</name>
-      <value>Mijn Bulkmails</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Estonia</name>
-      <value>Estland</value>
-    </stringEntry>
-    <stringEntry>
-      <name>synchronize Appointment to Plan</name>
-      <value>Afspraak synchroniseren met Plan</value>
-    </stringEntry>
-    <stringEntry>
-      <name>solicits</name>
-      <value>verzoekt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Only .odt files are supported for bulkletters.</name>
-      <value>Alleen .odt-bestanden worden ondersteund voor bulkletters.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Archived</name>
-      <value>gearchiveerd</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Templatename</name>
-      <value>Sjabloonnaam</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sent Receipts</name>
-      <value>Verzonden ontvangsten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Edited on</name>
-      <value>Bewerkt op</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Adviser Contact</name>
-      <value>Contactpersoon adviseur</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Private persons</name>
-      <value>Particulieren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Further information</name>
-      <value>Verdere informatie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Relation Title</name>
-      <value>Relatie titel</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Conclusion</name>
-      <value>Gevolgtrekking</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Western Sahara</name>
-      <value>Westelijke Sahara</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Email content</name>
-      <value>E-mail inhoud</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Receive new User Permission</name>
-      <value>Nieuwe gebruikerstoestemming ontvangen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0/%1 participant(s) will be added to the selected campaign step</name>
-      <value>%0/%1 deelnemer(s) worden toegevoegd aan de geselecteerde campagnestap</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add Attributes </name>
-      <value>Attributen toevoegen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>In review</name>
-      <value>In beoordeling</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Offer No.</name>
-      <value>Aanbieding nr.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Days inactive</name>
-      <value>Dagen inactief</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Total costs</name>
-      <value>Totale kosten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Function</name>
-      <value>Functie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertisingitem Id</name>
-      <value>Advertentieitem-ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show my tickets that are in process.</name>
-      <value>Toon mijn tickets die in behandeling zijn.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Clear forecast and set state to '%0'?</name>
-      <value>Voorspelling wissen en status instellen op '%0'?</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Salesproject: Type</name>
-      <value>Gelegenheid: Type</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Configurations</name>
-      <value>Configuraties</value>
-    </stringEntry>
-    <stringEntry>
-      <name>semicolon</name>
-      <value>puntkomma</value>
-    </stringEntry>
-    <stringEntry>
-      <name>360 Degree</name>
-      <value>360 graden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Lead Import Reset</name>
-      <value>Lead import resetten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket returned</name>
-      <value>Ticket geretourneerd</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Valid from (as %0)</name>
-      <value>Geldig vanaf (als %0)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket Closure</name>
-      <value>Ticket sluiting</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertising item</name>
-      <value>Advertentie-item</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Valid from</name>
-      <value>Geldig vanaf</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Interfaces</name>
-      <value>Interfaces</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Touchpoints</name>
-      <value>Aanraak punten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Relation Type</name>
-      <value>Relatietype</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Transfer to Invoice</name>
-      <value>Overboeken naar factuur</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Person duplicate</name>
-      <value>Persoon duplicaat</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product group</name>
-      <value>Productgroep</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Offeritems</name>
-      <value>Aanbiedingsitems</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Permission received</name>
-      <value>Toestemming ontvangen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Synchronized with Outlook</name>
-      <value>Gesynchroniseerd met Outlook</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The expiry date must be after the start date!</name>
-      <value>De vervaldatum moet na de startdatum liggen!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Edit</name>
-      <value>Bewerk</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Overdue tasks</name>
-      <value>Achterstallige taken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Document</name>
-      <value>Document</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mosaico template</name>
-      <value>Mosaico-sjabloon</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Weekplan already exists!</name>
-      <value>Weekplan bestaat al!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Payment method</name>
-      <value>Betalingsmiddel</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${SALESPROJECT_PROSPECT}</name>
-      <value>Verwachting</value>
-    </stringEntry>
-    <stringEntry>
-      <name>carriage free</name>
-      <value>koetsvrij</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Appointment checkup</name>
-      <value>Afspraak checkup</value>
-    </stringEntry>
-    <stringEntry>
-      <name>new Email</name>
-      <value>nieuwe e-mail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Import errors</name>
-      <value>Fouten importeren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Condition Type</name>
-      <value>Conditietype:</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add to serial letter</name>
-      <value>Toevoegen aan seriebrief</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Code</name>
-      <value>Code</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Stock</name>
-      <value>Voorraad</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contract Id</name>
-      <value>Contract-ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Checklist entry</name>
-      <value>Checklist invoer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Group</name>
-      <value>Groep</value>
-    </stringEntry>
-    <stringEntry>
-      <name>25%</name>
-      <value>25%</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Object 2 row Id</name>
-      <value>Object 2 rij-ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Parent Role</name>
-      <value>Ouderrol</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Only .odt, .docx and .docm files are supported for letters.</name>
-      <value>Alleen .odt-, .docx- en .docm-bestanden worden ondersteund voor brieven.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sweden</name>
-      <value>Zweden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Statistic</name>
-      <value>statistiek</value>
-    </stringEntry>
-    <stringEntry>
-      <name>MS Teams</name>
-      <value>MS-teams</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Grant new Department Permission</name>
-      <value>Nieuwe afdelingstoestemming verlenen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New child product</name>
-      <value>Nieuw kinderproduct</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket</name>
-      <value>Ticket</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Technical specifications</name>
-      <value>Technische specificaties</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Default ticket template</name>
-      <value>Standaard ticketsjabloon</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Customer Base Sheet</name>
-      <value>Klantenbasisblad</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Status: \"won\"</name>
-      <value>Status: \"won\"</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Date (Month)</name>
-      <value>Datum (Maand)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New appointment</name>
-      <value>Nieuwe afspraak</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 recipient will be added to the serial letter.</name>
-      <value>%0 ontvanger wordt toegevoegd aan de seriebrief.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>dataset</name>
-      <value>gegevensset</value>
-    </stringEntry>
-    <stringEntry>
-      <name>within the next year</name>
-      <value>binnen het volgende jaar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all offers with first approval</name>
-      <value>Toon alle aanbiedingen met eerste goedkeuring</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sales area</name>
-      <value>Verkoopgebied</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Companies</name>
-      <value>bedrijven</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mature after days</name>
-      <value>Rijp na dagen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Limited details</name>
-      <value>Beperkte details</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Special price list</name>
-      <value>Speciale prijslijst</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Search</name>
-      <value>Zoekopdracht</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Retour</name>
-      <value>Terugreis</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Test Run</name>
-      <value>Test uitvoeren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Slovenia</name>
-      <value>Slovenië</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Permission  Overview</name>
-      <value>Toestemmingsoverzicht</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Creation</name>
-      <value>creatie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sender name</name>
-      <value>Naam afzender</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set parent district</name>
-      <value>Bovenliggend district instellen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contacts selected</name>
-      <value>Geselecteerde contacten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${CONDITION}</name>
-      <value>Voorwaarde</value>
-    </stringEntry>
-    <stringEntry>
-      <name>decrease priority</name>
-      <value>prioriteit verlagen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Valid, limited</name>
-      <value>Geldig, beperkt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Supervisors</name>
-      <value>Supervisors</value>
-    </stringEntry>
-    <stringEntry>
-      <name>To check</name>
-      <value>Controleren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Region</name>
-      <value>Regio</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Nauru</name>
-      <value>Nauru</value>
-    </stringEntry>
-    <stringEntry>
-      <name>District</name>
-      <value>Wijk</value>
-    </stringEntry>
-    <stringEntry>
-      <name>2 big</name>
-      <value>hoog</value>
-    </stringEntry>
-    <stringEntry>
-      <name>via post</name>
-      <value>via de post</value>
-    </stringEntry>
-    <stringEntry>
-      <name>French Guiana</name>
-      <value>Frans Guyana</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Service ticket</name>
-      <value>Serviceticket</value>
-    </stringEntry>
-    <stringEntry>
-      <name>URL must be unique</name>
-      <value>URL moet uniek zijn</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Payment term</name>
-      <value>Betalingstermijn</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Start time must be earlier than end time</name>
-      <value>Starttijd moet eerder zijn dan eindtijd</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Keyword attribute Id</name>
-      <value>Zoekwoordkenmerk-ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Will be inserted</name>
-      <value>Wordt ingevoegd</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Saint Pierre and Miquelon</name>
-      <value>Saint Pierre en Miquelon</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bulk mail</name>
-      <value>Bulkpost</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Others</name>
-      <value>anderen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bhutan</name>
-      <value>Bhutan</value>
-    </stringEntry>
-    <stringEntry>
-      <name>hours</name>
-      <value>uur</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Falkland Islands (Malvinas)</name>
-      <value>Falklandeilanden (Malvinas)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Username already exists!</name>
-      <value>Gebruikersnaam bestaat al!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>TASKID (UID)</name>
-      <value>TASKID (UID)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Home address</name>
-      <value>Thuisadres</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder must be instanciated with 'new' or one of the factory methods (newSelect, newWhere, newWhereIfSet)</name>
-      <value>SqlBuilder moet worden geïnstancieerd met 'new' of een van de fabrieksmethoden (newSelect, newWhere, newWhereIfSet)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>the max amount of this attribute has been reached</name>
-      <value>het maximale aantal van dit kenmerk is bereikt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Montenegro</name>
-      <value>Montenegro</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Quarterly</name>
-      <value>Per kwartaal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My Activities</name>
-      <value>Mijn activiteiten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Invoice</name>
-      <value>Factuur</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Support</name>
-      <value>Steun</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribute determination</name>
-      <value>Attribuutbepaling</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Support ticket</name>
-      <value>Ondersteuningsticket</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Starts the server process manually, which will recalculate all (potentially) outdated classifications. This process should be executed after changes to the classification configuration.</name>
-      <value>Start het serverproces handmatig, waarbij alle (potentieel) verouderde classificaties opnieuw worden berekend. Dit proces moet worden uitgevoerd na wijzigingen in de classificatieconfiguratie.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Count</name>
-      <value>Graaf</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Greece</name>
-      <value>Griekenland</value>
-    </stringEntry>
-    <stringEntry>
-      <name>DOCUMENT</name>
-      <value>DOCUMENT</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Partial order</name>
-      <value>Gedeeltelijke bestelling</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Object row Id</name>
-      <value>ID van objectrij</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Appointment Confirmed</name>
-      <value>Afspraak bevestigd</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New offer</name>
-      <value>Nieuwe aanbieding</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${PRICELIST_DEFAULT}</name>
-      <value>Standaard</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Total opt. item gross</name>
-      <value>Totaal opt. item bruto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add all</name>
-      <value>Voeg alles toe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>within the last Month</name>
-      <value>in de afgelopen maand</value>
-    </stringEntry>
-    <stringEntry>
-      <name>priority</name>
-      <value>prioriteit</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Euro</name>
-      <value>Euro</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product_GUI</name>
-      <value>Product_GUI</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 activities from mails created</name>
-      <value>%0 activiteiten van aangemaakte mails</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Edit defaults</name>
-      <value>Standaardinstellingen bewerken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Propkey</name>
-      <value>Propkey</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Object</name>
-      <value>Object</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Reopen delay</name>
-      <value>Vertraging voor heropening</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart Number of tickets total (Status)</name>
-      <value>Grafiek Totaal aantal tickets (Status)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Audit Logs</name>
-      <value>Auditlogboeken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Workflow Model</name>
-      <value>Werkstroommodel</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tokelau</name>
-      <value>Tokelau</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The next due date must be after the start of the contract and before the expiry of the contract!</name>
-      <value>De eerstvolgende vervaldatum moet na de start van het contract en voor het verstrijken van het contract zijn!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>planned</name>
-      <value>gepland</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$TASK_PRIORITY_NONE}</name>
-      <value>Geen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>unknown</name>
-      <value>onbekend</value>
-    </stringEntry>
-    <stringEntry>
-      <name>undefined</name>
-      <value>ongedefinieerd</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Names</name>
-      <value>namen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: The '#' in pCondition has to occur before the '?' and '?' has to occur 1 time, '#' has to occur 1 or 0 times.</name>
-      <value>SqlBuilder: De '#' in pCondition moet vóór de '?' en '?' moet 1 keer voorkomen, '#' moet 1 of 0 keer voorkomen.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>approve/deny (2nd approval)</name>
-      <value>goedkeuren/weigeren (2e goedkeuring)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>District Responsible</name>
-      <value>Districtsverantwoordelijke</value>
-    </stringEntry>
-    <stringEntry>
-      <name>low</name>
-      <value>laag</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Fullfilled</name>
-      <value>Vervuld</value>
-    </stringEntry>
-    <stringEntry>
-      <name>approve/deny</name>
-      <value>goedkeuren/weigeren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Export</name>
-      <value>Exporteren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertising received</name>
-      <value>Advertentie ontvangen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Total gross (%0)</name>
-      <value>Totaal bruto (%0)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Kuwait</name>
-      <value>Koeweit</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Croatia</name>
-      <value>Kroatië</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Administration</name>
-      <value>Administratie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Balancing of interests</name>
-      <value>Belangenafweging</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Article Description</name>
-      <value>Artikelomschrijving</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Internal responsible</name>
-      <value>Intern verantwoordelijk</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Serial letters</name>
-      <value>serie letters</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contract start date</name>
-      <value>Startdatum contract</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cons</name>
-      <value>nadelen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Previous phase</name>
-      <value>Vorige fase</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Type</name>
-      <value>Type</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Swaziland</name>
-      <value>Swaziland</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New sales project created</name>
-      <value>Nieuw verkoopproject aangemaakt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Saint Barthélemy</name>
-      <value>Sint-Bartholomeus</value>
-    </stringEntry>
-    <stringEntry>
-      <name>First Approval</name>
-      <value>Eerste goedkeuring</value>
-    </stringEntry>
-    <stringEntry>
-      <name>None</name>
-      <value>Geen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Company Addresses</name>
-      <value>Bedrijfsadressen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Invalid value</name>
-      <value>ongeldige waarde</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Filesize</name>
-      <value>Bestandsgrootte</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Unique click rate (in %)</name>
-      <value>Unieke klikfrequentie (in %)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Person Id</name>
-      <value>Persoons-ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Either or both a contact and a company must be specified</name>
-      <value>Een of beide een contactpersoon en een bedrijf moeten worden opgegeven</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Send</name>
-      <value>Versturen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Input</name>
-      <value>Invoer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Like</name>
-      <value>Leuk vinden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Do you really want to delete all usages of \"%0\"?</name>
-      <value>Wilt u echt alle vormen van gebruik van \"%0\" verwijderen?</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Manufacturer</name>
-      <value>Fabrikant</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add the selection to a bulk mail</name>
-      <value>Voeg de selectie toe aan een bulkmail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>day</name>
-      <value>dag</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sent</name>
-      <value>Verstuurd</value>
-    </stringEntry>
-    <stringEntry>
-      <name>#,##0.00</name>
-      <value>#,##0.00</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[TEST] KeywordAttribute_lib</name>
-      <value>[TEST] KeywordAttribute_lib</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sales Project Phases</name>
-      <value>Verkoopprojectfasen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Priority</name>
-      <value>Prioriteit</value>
-    </stringEntry>
-    <stringEntry>
-      <name>minutes</name>
-      <value>minuten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>You can't set a permission to yourself!</name>
-      <value>U kunt geen toestemming voor uzelf instellen!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>created</name>
-      <value>gemaakt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The data of this Leadimport has already been transfered. Do you want to transfer it again?</name>
-      <value>De gegevens van deze Leadimport zijn al overgedragen. Wil je het nog een keer overzetten?</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Send documents (WV)</name>
-      <value>Documenten opsturen (WV)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>done</name>
-      <value>gedaan</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation: District</name>
-      <value>Organisatie: District</value>
-    </stringEntry>
-    <stringEntry>
-      <name>August</name>
-      <value>augustus</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Albania</name>
-      <value>Albanië</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Virgin Islands (U.S.)</name>
-      <value>Maagdeneilanden (VS)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New Zealand</name>
-      <value>Nieuw-Zeeland</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy</name>
-      <value>Kopiëren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sales forecast</name>
-      <value>Verkoopprognose</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation: Country</name>
-      <value>Organisatie: Land</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${ACTION_DO_OPEN}</name>
-      <value>Open</value>
-    </stringEntry>
-    <stringEntry>
-      <name>critical</name>
-      <value>kritisch</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Digital</name>
-      <value>Digitaal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Version %0</name>
-      <value>Versie %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Standard Country</name>
-      <value>Standaard land</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mitterbeitergruppe Postkorb</name>
-      <value>Mitterbeitergruppe Postkorb</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cost</name>
-      <value>Kosten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Saudi Arabia</name>
-      <value>Saoedi-Arabië</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Done on</name>
-      <value>klaar op</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Qatar</name>
-      <value>Qatar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[%0]%1 has to be a string or array but it is %2</name>
-      <value>[%0]%1 moet een tekenreeks of array zijn, maar het is %2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Choose Header</name>
-      <value>Kies koptekst</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Name \"%0\" already used for container \"%1\"</name>
-      <value>Naam \"%0\" al gebruikt voor container \"%1\"</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Serbia</name>
-      <value>Servië</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Blog</name>
-      <value>Blog</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Receipt Footer Text</name>
-      <value>Voettekst ontvangstbewijs</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The status of the offer was changed to \"sent\".</name>
-      <value>De status van de aanbieding is gewijzigd in \"verzonden\".</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New contact created: %0 %1 %2 %3</name>
-      <value>Nieuw contact aangemaakt: %0 %1 %2 %3</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Rwanda</name>
-      <value>Rwanda</value>
-    </stringEntry>
-    <stringEntry>
-      <name>French Southern Territories</name>
-      <value>Franse zuidelijke gebieden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Linkmanagement</name>
-      <value>Linkbeheer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Date</name>
-      <value>Datum</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Business Card Language</name>
-      <value>Taal voor visitekaartjes</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ø Probability</name>
-      <value>Ø Waarschijnlijkheid</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Barbados</name>
-      <value>Barbados</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Device ID</name>
-      <value>Apparaat ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Single</name>
-      <value>Enkel</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Topictreefavoriteid</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Only favorite topics</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The topic is already set as a favorite</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Topic favorites</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Add favorite</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Topic favorite</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The max favorite count has been reached. No more topics can be added.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Remaining count</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Include child topics</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Topic Tree Configuration</name>
-    </stringEntry>
-    <stringEntry>
-      <name>manage Topic Tree Favorites</name>
-    </stringEntry>
-    <stringEntry>
-      <name>manage Topic Tree Presets</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Display Topic Tree</name>
-    </stringEntry>
-    <stringEntry>
-      <name> %1 already exists.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>This preset</name>
-    </stringEntry>
-    <stringEntry>
-      <name>This favorite</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 already exists.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Invalid Filter</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Add preset</name>
-    </stringEntry>
-    <stringEntry>
-      <name>You tried to change the status of \"%0\" tickets from 'ended' to another status.</name>
-      <value>U heeft geprobeerd de status van \"%0\" tickets te wijzigen van 'beëindigd' naar een andere status.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Office Duty</name>
-      <value>Kantoorplicht</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Customer</name>
-      <value>Klant</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Knowledgebase</name>
-      <value>Kennis basis</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Please select only one element</name>
-      <value>Selecteer slechts één element</value>
-    </stringEntry>
-    <stringEntry>
-      <name>increase priority</name>
-      <value>prioriteit verhogen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Paraguay</name>
-      <value>Paraguay</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Success</name>
-      <value>Succes</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Print reminder</name>
-      <value>Herinnering afdrukken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The duplicate row corrosponding to %0 has been rebuild</name>
-      <value>De dubbele rij die overeenkomt met %0 is opnieuw opgebouwd</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Salutations</name>
-      <value>groeten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set Campaign Step</name>
-      <value>Campagnestap instellen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product_technic</name>
-      <value>Product_techniek</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No valid sales contract</name>
-      <value>Geen geldig verkoopcontract</value>
-    </stringEntry>
-    <stringEntry>
-      <name>synchronize</name>
-      <value>synchroniseren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>All Unlinked Mails</name>
-      <value>Alle niet-gekoppelde e-mails</value>
-    </stringEntry>
-    <stringEntry>
-      <name>District: Number</name>
-      <value>District: Nummer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Open Admin View</name>
-      <value>Beheerdersweergave openen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Start Serveprocess</name>
-      <value>Start serveproces</value>
-    </stringEntry>
-    <stringEntry>
-      <name>CEO</name>
-      <value>Directeur</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Note</name>
-      <value>Opmerking</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Comoros</name>
-      <value>Comoren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>assigned</name>
-      <value>toegewezen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Link</name>
-      <value>Koppeling</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Write email</name>
-      <value>Email schrijven</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add to offer</name>
-      <value>Toevoegen aan aanbieding</value>
-    </stringEntry>
-    <stringEntry>
-      <name>file '%0' cannot be read</name>
-      <value>bestand '%0' kan niet worden gelezen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: If pFieldOrCond is a SqlBuilder &amp; pValue is provided, you have to provide also pFieldType, as the type cannot be calculated from pFieldOrCond because it is a subselect</name>
-      <value>SqlBuilder: als pFieldOrCond een SqlBuilder is en pValue wordt geleverd, moet u ook pFieldType opgeven, omdat het type niet kan worden berekend op basis van pFieldOrCond omdat het een subselect is</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sex</name>
-      <value>Seks</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Migrate Probabilities</name>
-      <value>Kansen migreren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Import date</name>
-      <value>Datum importeren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>October</name>
-      <value>oktober</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New Notifications</name>
-      <value>Nieuwe meldingen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Appointment planned</name>
-      <value>Afspraak gepland</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product_functionality</name>
-      <value>Product_functionaliteit</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaign participation</name>
-      <value>Campagne deelname</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ACTIVITYID (UID)</name>
-      <value>ACTIVITEIT-ID (UID)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set Status</name>
-      <value>Status instellen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: If pFieldOrCond is a SqlBuilder &amp; pValue is provided, pFieldOrCond has to be a full SqlBuilder which will be used as subselect</name>
-      <value>SqlBuilder: als pFieldOrCond een SqlBuilder is en pValue wordt geleverd, moet pFieldOrCond een volledige SqlBuilder zijn die als subselectie wordt gebruikt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Accepted call from %0 (%1) to %2, duration: %3</name>
-      <value>Geaccepteerde oproep van %0 (%1) tot %2, duur: %3</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Global Cases Table</name>
-      <value>Tabel globale gevallen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Saint Lucia</name>
-      <value>Sint Lucia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Birthday list</name>
-      <value>Verjaardagslijst</value>
-    </stringEntry>
-    <stringEntry>
-      <name>District assigned</name>
-      <value>toegewezen district</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Holiday</name>
-      <value>Vakantie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Custom template</name>
-      <value>Aangepaste sjabloon</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New Service ticket</name>
-      <value>Nieuw Serviceticket</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Reply Template</name>
-      <value>Antwoordsjabloon</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Entity id field name</name>
-      <value>Entiteits-ID veldnaam</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No role(s) selected</name>
-      <value>Geen rol(len) geselecteerd</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project management</name>
-      <value>Project management</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy bulkmail</name>
-      <value>Bulkmail kopiëren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project team roles</name>
-      <value>Rollen van projectteams</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Update AdvertisingItem</name>
-      <value>Advertentieitem bijwerken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Object relation type 2</name>
-      <value>Objectrelatie type 2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Object relation type 1</name>
-      <value>Objectrelatie type 1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Customer code</name>
-      <value>Klantencode</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Receive task</name>
-      <value>Taak ontvangen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Turks and Caicos Islands</name>
-      <value>Turks- en Caicoseilanden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Duplicates have been found</name>
-      <value>Er zijn duplicaten gevonden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>A communication setting for this channel already exists!</name>
-      <value>Er bestaat al een communicatie-instelling voor dit kanaal!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Object not found</name>
-      <value>Object niet gevonden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cancel IDs Observations</name>
-      <value>Annuleer ID's Observaties</value>
-    </stringEntry>
-    <stringEntry>
-      <name>CIF</name>
-      <value>CIF</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribute \"%0\" can't be used more than %1.</name>
-      <value>Kenmerk \"%0\" kan niet meer dan %1 worden gebruikt.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>During processing the e-mail an error has occurred.\nPlease contact an administrator.</name>
-      <value>Tijdens het verwerken van de e-mail is er een fout opgetreden.\nNeem contact op met een beheerder.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The given Keyword Category Name is already used but needs to be unique</name>
-      <value>De opgegeven naam van de trefwoordcategorie wordt al gebruikt, maar moet uniek zijn</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Export CSV</name>
-      <value>CSV exporteren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Task maturity date</name>
-      <value>Vervaldatum taak</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Exporttempalte Selection</name>
-      <value>Selectie exportsjabloon</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Native Name</name>
-      <value>Inheemse naam</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Last process start: synchronize in ADITO</name>
-      <value>Laatste processtart: synchroniseren in ADITO</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Confirmed</name>
-      <value>Bevestigd</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Loyalty</name>
-      <value>Loyaliteit</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Weblinks</name>
-      <value>Web links</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contacting</name>
-      <value>Contact opnemen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>title</name>
-      <value>titel</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attachments</name>
-      <value>Bijlagen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Daily Cases</name>
-      <value>Dagelijkse zaken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all users which still have a pending synchronization to Outlook</name>
-      <value>Toont alle gebruikers die nog een synchronisatie met Outlook in behandeling hebben</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ignore</name>
-      <value>negeren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket no.</name>
-      <value>Ticket nr.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Other_existing Customer</name>
-      <value>Andere_bestaande klant</value>
-    </stringEntry>
-    <stringEntry>
-      <name>permission</name>
-      <value>toestemming</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Technical requirement</name>
-      <value>Technische eis:</value>
-    </stringEntry>
-    <stringEntry>
-      <name>IT manager</name>
-      <value>IT-manager</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Adito dark blue</name>
-      <value>Adito donkerblauw</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mark to Delete</name>
-      <value>Markeren om te verwijderen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertising material</name>
-      <value>Reclame materiaal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>First customer conversation</name>
-      <value>Eerste klantgesprek</value>
-    </stringEntry>
-    <stringEntry>
-      <name>DATE_NEW</name>
-      <value>DATE_NEW</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Total VAT</name>
-      <value>Totaal btw</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Wear part</name>
-      <value>Slijtage onderdeel</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Relation types</name>
-      <value>Soorten relaties</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Weblink</name>
-      <value>Web link</value>
-    </stringEntry>
-    <stringEntry>
-      <name>still incorrect</name>
-      <value>nog steeds onjuist</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Birthday</name>
-      <value>Verjaardag</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Is being sent</name>
-      <value>Wordt verzonden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket reopen delay</name>
-      <value>Vertraging ticket heropenen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>December</name>
-      <value>december</value>
-    </stringEntry>
-    <stringEntry>
-      <name>CONFIRMED</name>
-      <value>BEVESTIGD</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mails</name>
-      <value>E-mails</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all companies</name>
-      <value>Toon alle bedrijven</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Total in euros</name>
-      <value>Totaal in euro's</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Buying center and internal project team</name>
-      <value>Inkoopcentrum en intern projectteam</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set workflow</name>
-      <value>Werkstroom instellen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Commodity group B</name>
-      <value>Goederengroep B</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Commodity group A</name>
-      <value>Goederengroep A</value>
-    </stringEntry>
-    <stringEntry>
-      <name>insertTicket</name>
-      <value>invoegenTicket</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Activity: Topic (incl. Subtopics)</name>
-      <value>Activiteit: Onderwerp (incl. Subonderwerpen)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Keyword Attribute</name>
-      <value>Trefwoordkenmerk</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Lock granted</name>
-      <value>Slot verleend</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cancel ID Observation</name>
-      <value>ID-observatie annuleren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Commodity group A (WV)</name>
-      <value>Goederengroep A (WV)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Changed on</name>
-      <value>Gewijzigd op</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all your Observations</name>
-      <value>Toont al uw waarnemingen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Due date</name>
-      <value>Deadline</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Use for test run</name>
-      <value>Gebruik voor proefdraaien</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Canada</name>
-      <value>Canada</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My Turnover</name>
-      <value>Mijn omzet</value>
-    </stringEntry>
-    <stringEntry>
-      <name>field</name>
-      <value>veld</value>
-    </stringEntry>
-    <stringEntry>
-      <name>the \"%0\" table is configured to get logged but this is the logging-stoarge itself and cannot be monitored</name>
-      <value>de tabel \"%0\" is geconfigureerd om gelogd te worden, maar dit is de logging-opslag zelf en kan niet worden gecontroleerd</value>
-    </stringEntry>
-    <stringEntry>
-      <name>one file ignored</name>
-      <value>één bestand genegeerd</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project planned?</name>
-      <value>Project gepland?</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribute usage Id</name>
-      <value>Kenmerk gebruiks-ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SALESPROJECTID (UID)</name>
-      <value>Opportuniteit (UID)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Minimum</name>
-      <value>Minimum</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$OBJECTLINK_TYPE}</name>
-      <value>Type</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Responsible Districts</name>
-      <value>Verantwoordelijke districten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>inserted</name>
-      <value>ingevoegd</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The endtime can't be before begintime!</name>
-      <value>De eindtijd kan niet voor de begintijd zijn!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Date (Year)</name>
-      <value>Datum (Jaar)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>All of the chosen records are already in the campaignstep</name>
-      <value>Alle gekozen records bevinden zich al in de campagnestap</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart Number of tickets per inbox (Medium)</name>
-      <value>Grafiek Aantal tickets per inbox (Medium)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Relationtype</name>
-      <value>Relatietype</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Timor-Leste</name>
-      <value>Oost-Timor</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Commodity group 3</name>
-      <value>Goederengroep 3</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Commodity group 2</name>
-      <value>Goederengroep 2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Commodity group 1</name>
-      <value>Goederengroep 1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Spain</name>
-      <value>Spanje</value>
-    </stringEntry>
-    <stringEntry>
-      <name>All synchronized datasets</name>
-      <value>Alle gesynchroniseerde datasets</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Export columns using a exporttemplate</name>
-      <value>Kolommen exporteren met een exportsjabloon</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Favoritegroup</name>
-      <value>Favoriete groep</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Visit Recommendations</name>
-      <value>Bezoek Aanbevelingen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>subject</name>
-      <value>onderwerp</value>
-    </stringEntry>
-    <stringEntry>
-      <name>You don't have permission for this view.</name>
-      <value>U heeft geen rechten voor deze weergave.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mapping</name>
-      <value>In kaart brengen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all Facebook posts of ADITO</name>
-      <value>Toon alle Facebook-berichten van ADITO</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Trade</name>
-      <value>Handel</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sender phone</name>
-      <value>afzender telefoon</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Desciption</name>
-      <value>Beschrijving</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mozambique</name>
-      <value>Mozambique</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[%0]it was necessary to create a file from a blob-field but no lob-file-path was specified.</name>
-      <value>[%0]het was nodig om een bestand te maken van een blob-veld, maar er is geen lob-bestandspad opgegeven.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Remove Inbox and it's occurance in Tickets.</name>
-      <value>Verwijder Inbox en het komt voor in Tickets.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Republic of Kosovo</name>
-      <value>Republiek Kosovo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Export CSV \"%0\" can now be downloaded</name>
-      <value>Export CSV \"%0\" kan nu worden gedownload</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Possibility to search for terms</name>
-      <value>Mogelijkheid om op termen te zoeken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Assignment for all selected districts will start now!</name>
-      <value>De toewijzing voor alle geselecteerde districten begint nu!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Export structure</name>
-      <value>Structuur exporteren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Receipt number</name>
-      <value>Ontvangstnummer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Price</name>
-      <value>Prijs</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlUtils.getSqlInStatement: if pAsPrepared is true, pPreparedDbType has to be filld with the correct db type</name>
-      <value>SqlUtils.getSqlInStatement: als pAsPrepared waar is, moet pPreparedDbType worden gevuld met het juiste db-type</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Value</name>
-      <value>Waarde</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Unit price</name>
-      <value>Eenheid prijs</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Should a test email be sent to you instead?</name>
-      <value>Moet er in plaats daarvan een test-e-mail naar u worden verzonden?</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Alternative phone</name>
-      <value>Alternatieve telefoon</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Information</name>
-      <value>Informatie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Inmob name</name>
-      <value>Naam inmob</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Service Dashboard</name>
-      <value>Servicedashboard</value>
-    </stringEntry>
-    <stringEntry>
-      <name>remove from sync</name>
-      <value>verwijderen uit synchronisatie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project_volume</name>
-      <value>Project_volume</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Full Read Permission</name>
-      <value>Volledige leesmachtiging</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Inactive</name>
-      <value>Inactief</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Salutation Id</name>
-      <value>aanhef Id</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Lithuania</name>
-      <value>Litouwen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>CSO</name>
-      <value>CSO</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Korea (Republic of)</name>
-      <value>Korea, republiek van)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket closure (days)</name>
-      <value>Ticket sluiting (dagen)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tags can't be assigned more than once!</name>
-      <value>Tags kunnen niet meer dan één keer worden toegewezen!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Email Filter</name>
-      <value>E-mailfilter</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Additional data</name>
-      <value>Aanvullende gegevens</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Error</name>
-      <value>Fout</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Fulladdress</name>
-      <value>Volledig adres</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Send documents</name>
-      <value>Documenten verzenden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Data privacy entries</name>
-      <value>Gegevensprivacy-items</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Norway</name>
-      <value>Noorwegen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>0%</name>
-      <value>0%</value>
-    </stringEntry>
-    <stringEntry>
-      <name>District No.:</name>
-      <value>District nr.:</value>
-    </stringEntry>
-    <stringEntry>
-      <name>CONTACTID (UID)</name>
-      <value>CONTACT-ID (UID)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>2 Weeks</name>
-      <value>2 weken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Resume</name>
-      <value>CV</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Offer sent</name>
-      <value>Aanbieding verzonden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[TEST] Sql_lib - SqlMaskingUtils</name>
-      <value>[TEST] Sql_lib - SqlMaskingUtils</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Owner</name>
-      <value>Baasje</value>
-    </stringEntry>
-    <stringEntry>
-      <name>E-Mail</name>
-      <value>E-mail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Email address</name>
-      <value>E-mailadres</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${ATTRIBUTE_VOID}</name>
-      <value>Label</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Facebook Feed</name>
-      <value>Facebook-feed</value>
-    </stringEntry>
-    <stringEntry>
-      <name>History</name>
-      <value>Geschiedenis</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attributes must be unique!</name>
-      <value>Attributen moeten uniek zijn!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ã…land Islands</name>
-      <value>Aland-eilanden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Marshall Islands</name>
-      <value>Marshall eilanden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Weakness</name>
-      <value>Zwakheid</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Offerrequest</name>
-      <value>Offerteaanvraag</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Valid to</name>
-      <value>Geldig tot</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Classifications</name>
-      <value>Classificaties</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Argentina</name>
-      <value>Argentinië</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Boolean value</name>
-      <value>Booleaanse waarde</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Categories</name>
-      <value>Categorieën</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 Values updated using the current rate: %1</name>
-      <value>%0 Waarden bijgewerkt met de huidige snelheid: %1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sum</name>
-      <value>Som</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Zambia</name>
-      <value>Zambia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Belize</name>
-      <value>Belize</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Congo</name>
-      <value>Congo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Participant</name>
-      <value>Deelnemer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Service Manager</name>
-      <value>Service Manager</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Georgia</name>
-      <value>Georgië</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New offer version</name>
-      <value>Nieuwe aanbiedingsversie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Key</name>
-      <value>Sleutel</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Update all Classification entries in the system</name>
-      <value>Werk alle classificatievermeldingen in het systeem bij</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Fields of Dependency</name>
-      <value>Afhankelijkheidsvelden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>March</name>
-      <value>maart</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Recalculate all Classifications</name>
-      <value>Herbereken alle classificaties</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Permissions without actions are invalid!</name>
-      <value>Rechten zonder acties zijn ongeldig!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Address Search</name>
-      <value>Adres zoeken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>supports</name>
-      <value>ondersteunt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Printing costs</name>
-      <value>Afdrukkosten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>30</name>
-      <value>30</value>
-    </stringEntry>
-    <stringEntry>
-      <name>own company</name>
-      <value>eigen bedrijf</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Enter new Ticket &amp; Contact</name>
-      <value>Voer een nieuw ticket en contact in</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Calendar</name>
-      <value>Kalender</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Subscribed</name>
-      <value>Geabonneerd</value>
-    </stringEntry>
-    <stringEntry>
-      <name>We hereby comply with your request within the statutory period of one month.</name>
-      <value>Hierbij voldoen wij binnen de wettelijke termijn van één maand aan uw verzoek.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The minimal count can't be larger than the maximal count!</name>
-      <value>Het minimale aantal kan niet groter zijn dan het maximale aantal!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Azerbaijan</name>
-      <value>Azerbeidzjan</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${UNLINKEDMAILMAPPING_ADDITIONAL_LINK}</name>
-      <value>${UNLINKEDMAILMAPPING_ADDITIONAL_LINK}</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Groupname</name>
-      <value>Groepsnaam</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cust.-No.</name>
-      <value>Klant-nr.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contacts</name>
-      <value>Contacten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Kgs</name>
-      <value>kg</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Text content</name>
-      <value>Tekst inhoud</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Reply</name>
-      <value>Antwoord</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Event</name>
-      <value>Evenement</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Australia</name>
-      <value>Australië</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Service ticket templates</name>
-      <value>Sjablonen voor servicetickets</value>
-    </stringEntry>
-    <stringEntry>
-      <name>contract of sale</name>
-      <value>koopovereenkomst</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Transfer data</name>
-      <value>Gegevensoverdracht</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Iceland</name>
-      <value>IJsland</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Last</name>
-      <value>Laatst</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Original message</name>
-      <value>Originele bericht</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set as default signature</name>
-      <value>Instellen als standaard handtekening</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Permission Procurer Department</name>
-      <value>Afdeling Toestemming Inkoper</value>
-    </stringEntry>
-    <stringEntry>
-      <name>From no. of units</name>
-      <value>Vanaf nr. van eenheden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>First</name>
-      <value>Eerste</value>
-    </stringEntry>
-    <stringEntry>
-      <name>All selected participants already are in the campaign</name>
-      <value>Alle geselecteerde deelnemers zitten al in de campagne</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project_reference</name>
-      <value>Project referentie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Output value</name>
-      <value>Uitgangswaarde:</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Customer counting</name>
-      <value>Klanten tellen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Changed by</name>
-      <value>Veranderd door</value>
-    </stringEntry>
-    <stringEntry>
-      <name>1 Month</name>
-      <value>1 maand</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Currency Rates</name>
-      <value>Wisselkoersen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete Team</name>
-      <value>Team verwijderen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 mails sent sucessfully, %1 mails failed. Process took %2 s.</name>
-      <value>%0 e-mails zijn met succes verzonden, %1 e-mails zijn mislukt. Het proces duurde %2 s.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Lead Import</name>
-      <value>Importeren van leads</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaign response</name>
-      <value>Campagnereactie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>60</name>
-      <value>60</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 status was/were changed</name>
-      <value>%0 status is/waren gewijzigd</value>
-    </stringEntry>
-    <stringEntry>
-      <name>allow</name>
-      <value>toestaan</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Burundi</name>
-      <value>Burundi</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Order number</name>
-      <value>Bestelnummer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Serviceagent</name>
-      <value>Monteur</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Time</name>
-      <value>Tijd</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bulk Mail Opening Hours</name>
-      <value>Openingstijden Partijenpost</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contexts</name>
-      <value>contexten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Open tasks</name>
-      <value>Openstaande taken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>China</name>
-      <value>China</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Console</name>
-      <value>Troosten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create only person</name>
-      <value>Alleen persoon aanmaken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Percent</name>
-      <value>procent</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Philippines</name>
-      <value>Filippijnen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>User Administration</name>
-      <value>Gebruikersadministratie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Buttons</name>
-      <value>Toetsen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${CHECK SALESPROJECT \"%0\"}</name>
-      <value>controleer de status Verkoopkans \"%0\</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all campaigns</name>
-      <value>Toont alle campagnes</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Total time</name>
-      <value>Totale tijd</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Field and Position</name>
-      <value>Veld en positie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Pending datasets</name>
-      <value>Gegevenssets in behandeling</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Rejected</name>
-      <value>Afgewezen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sales Project Id</name>
-      <value>Opportunity-ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ticket no.</name>
-      <value>kaartje nr.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New Caledonia</name>
-      <value>Nieuw-Caledonië</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New step</name>
-      <value>Nieuwe stap</value>
-    </stringEntry>
-    <stringEntry>
-      <name>90</name>
-      <value>90</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Iraq</name>
-      <value>Irak</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sales project responsibility set</name>
-      <value>Gelegenheid verantwoordelijkheid set</value>
-    </stringEntry>
-    <stringEntry>
-      <name>NONE</name>
-      <value>GEEN</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Chile</name>
-      <value>Chili</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Nepal</name>
-      <value>Nepal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>District Responsibles</name>
-      <value>Districtsverantwoordelijken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Unchanged plan values</name>
-      <value>Ongewijzigde abonnementswaarden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Other_unknown</name>
-      <value>Andere_onbekend</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Isle of Man</name>
-      <value>eiland Man</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Curaçao</name>
-      <value>Curacao</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Minimal</name>
-      <value>Minimaal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[TEST] Util_lib</name>
-      <value>[TEST] Util_lib</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy offer</name>
-      <value>Aanbieding kopiëren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Checklists</name>
-      <value>Controle lijsten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Belgium</name>
-      <value>België</value>
-    </stringEntry>
-    <stringEntry>
-      <name>LOW</name>
-      <value>LAAG</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The contact has an advertising ban for letters!</name>
-      <value>De contactpersoon heeft een reclameverbod voor brieven!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Peru</name>
-      <value>Peru</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Favorites</name>
-      <value>Favorieten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>30 days net</name>
-      <value>30 dagen netto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Chad</name>
-      <value>Tsjaad</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Employee group rule groups</name>
-      <value>Groepsregelgroepen voor werknemers</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Salesorder item Id</name>
-      <value>Id van verkooporderitem</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Inclusive gateway</name>
-      <value>Inclusief toegangspoort</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket resubmission</name>
-      <value>Ticket opnieuw indienen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Descriptions</name>
-      <value>Beschrijvingen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Supervisor Assign all selected districts</name>
-      <value>Wijs alle geselecteerde districten toe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Please select a documenttemplate or upload a new file.</name>
-      <value>Selecteer een documentsjabloon of upload een nieuw bestand.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Email address has to be unique</name>
-      <value>E-mailadres moet uniek zijn</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Milestones Phase</name>
-      <value>Mijlpalen fase</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Partner</name>
-      <value>Partner</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My synchronized datasets</name>
-      <value>Mijn gesynchroniseerde datasets</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Keyword</name>
-      <value>trefwoord</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribute relation Id</name>
-      <value>Attribuut relatie Id</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Will be updated</name>
-      <value>Zal geüpdatet worden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Employee Groups</name>
-      <value>Werknemersgroepen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaign Costs</name>
-      <value>Campagnekosten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Field separator</name>
-      <value>Veldscheidingsteken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>by title</name>
-      <value>op titel</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tag</name>
-      <value>Label</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribute filters</name>
-      <value>Attribuutfilters</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Classification: </name>
-      <value>Classificatie:</value>
-    </stringEntry>
-    <stringEntry>
-      <name>inbox</name>
-      <value>postvak IN</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Title suffix</name>
-      <value>Titelachtervoegsel</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Business Fair Talk</name>
-      <value>Zakelijk eerlijk gesprek</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Wallis and Futuna</name>
-      <value>Wallis en Futuna</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Hierarchy</name>
-      <value>Hiërarchie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket returned to pool</name>
-      <value>Ticket terug naar zwembad</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cause</name>
-      <value>Oorzaak</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tree</name>
-      <value>Boom</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Start workflows</name>
-      <value>Werkstromen starten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Aborted</name>
-      <value>afgebroken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>resubmitted</name>
-      <value>opnieuw ingediend</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Senegal</name>
-      <value>Senegal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Dunning level</name>
-      <value>Aanmaanniveau</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Layout costs</name>
-      <value>Opmaakkosten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$DISTRICT_NUMBER}</name>
-      <value>District nummer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Step costs</name>
-      <value>Stap kosten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Newsletter dispatch</name>
-      <value>Verzending nieuwsbrief</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Steps</name>
-      <value>Stappen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Category</name>
-      <value>Categorie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Social Media</name>
-      <value>Sociale media</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Print order</name>
-      <value>Printopdracht</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My workflow tasks</name>
-      <value>Mijn workflowtaken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Assessment</name>
-      <value>Onderzoek</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Stock Id</name>
-      <value>Voorraad-ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>discounted Price</name>
-      <value>gereduceerde prijs</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Source</name>
-      <value>Bron</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Points</name>
-      <value>Punten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mobile number (Person)</name>
-      <value>Mobiel nummer (Persoon)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: The provided values object for updateFields is invalid or is not an object.</name>
-      <value>SqlBuilder: het opgegeven waardenobject voor updateFields is ongeldig of is geen object.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>synchronize Plan to Appointment</name>
-      <value>synchroniseer Plan naar Afspraak</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Missed</name>
-      <value>gemist</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Slovakia</name>
-      <value>Slowakije</value>
-    </stringEntry>
-    <stringEntry>
-      <name>February</name>
-      <value>februari</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Reply Mail</name>
-      <value>Antwoord Mail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Parent context</name>
-      <value>bovenliggende context</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${SALESPROJECT_LEAD}</name>
-      <value>Kwalificatie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Service</name>
-      <value>Dienst</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Conversion Rate</name>
-      <value>Conversieratio</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Change</name>
-      <value>Wijziging</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sorting</name>
-      <value>Sorteren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contact</name>
-      <value>Contact</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Individual Answer</name>
-      <value>Individueel antwoord</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Price policy</name>
-      <value>Prijsbeleid</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Desktop</name>
-      <value>Bureaublad</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Blog (Organisation)</name>
-      <value>Blog (Organisatie)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Service task</name>
-      <value>Servicetaak</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete</name>
-      <value>Verwijderen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Appointment</name>
-      <value>Afspraak</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Company duplicate</name>
-      <value>Bedrijf duplicaat</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Maximal Count</name>
-      <value>Maximaal aantal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Boss of</name>
-      <value>baas van</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mappingfield</name>
-      <value>Kaartveld</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Account Manager</name>
-      <value>Account Manager</value>
-    </stringEntry>
-    <stringEntry>
-      <name>unsubscribe</name>
-      <value>uitschrijven</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Street</name>
-      <value>Straat</value>
-    </stringEntry>
-    <stringEntry>
-      <name>July</name>
-      <value>juli-</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Serverprocess has been started</name>
-      <value>Serverproces is gestart</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tags</name>
-      <value>Tags</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Do you really want to anonymize all marked persons?</name>
-      <value>Wilt u echt alle gemarkeerde personen anonimiseren?</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Status</name>
-      <value>Toestand</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Lead import</name>
-      <value>Lead import</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Download e-mail</name>
-      <value>E-mail downloaden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertising material count</name>
-      <value>Aantal advertentiemateriaal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The offer number already exists!</name>
-      <value>Het aanbiedingsnummer bestaat al!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No risk</name>
-      <value>Geen risico</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Confirmation dialog</name>
-      <value>Bevestigingsdialoogvenster</value>
-    </stringEntry>
-    <stringEntry>
-      <name>End time</name>
-      <value>Eindtijd</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ExportTemplate Selection</name>
-      <value>Selectie van exportsjabloon</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Liquibase</name>
-      <value>Liquibase</value>
-    </stringEntry>
-    <stringEntry>
-      <name>UID</name>
-      <value>UID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New status</name>
-      <value>Nieuwe status</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Observe</name>
-      <value>observeren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Finland</name>
-      <value>Finland</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Faroe Islands</name>
-      <value>Faeröer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Number value</name>
-      <value>Getalwaarde</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Import canceled</name>
-      <value>Import geannuleerd</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Choose address</name>
-      <value>Kies adres</value>
-    </stringEntry>
-    <stringEntry>
-      <name>June</name>
-      <value>juni-</value>
-    </stringEntry>
-    <stringEntry>
-      <name>please only filter using 'equal'</name>
-      <value>filter alleen met 'gelijk'</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Position Id</name>
-      <value>Positie-ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Search Synchronisation</name>
-      <value>Zoeksynchronisatie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Charts</name>
-      <value>Grafieken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${UNIGNORE_DUPLICATE}</name>
-      <value>Record is een duplicaat</value>
-    </stringEntry>
-    <stringEntry>
-      <name>An</name>
-      <value>Een</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Permission Action</name>
-      <value>Toestemmingsactie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Parts list</name>
-      <value>Onderdelen lijst</value>
-    </stringEntry>
-    <stringEntry>
-      <name>User tokens</name>
-      <value>Gebruikerstokens</value>
-    </stringEntry>
-    <stringEntry>
-      <name>internal reply</name>
-      <value>intern antwoord</value>
-    </stringEntry>
-    <stringEntry>
-      <name>CC</name>
-      <value>CC</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No new tickets available at this moment.</name>
-      <value>Op dit moment zijn er geen nieuwe tickets beschikbaar.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Fix costs</name>
-      <value>Vaste kosten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Take price</name>
-      <value>Prijs nemen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Wrong password</name>
-      <value>Verkeerd wachtwoord</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contribute map data</name>
-      <value>Kaartgegevens bijdragen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>United Arab Emirates</name>
-      <value>Verenigde Arabische Emiraten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Addresstype</name>
-      <value>Adrestype</value>
-    </stringEntry>
-    <stringEntry>
-      <name>None, individual count</name>
-      <value>Geen, individuele telling</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cover letter</name>
-      <value>Voorblad</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaign Step</name>
-      <value>Campagnestap</value>
-    </stringEntry>
-    <stringEntry>
-      <name>7 days net</name>
-      <value>7 dagen netto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product content</name>
-      <value>Productinhoud</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Move up</name>
-      <value>Omhoog gaan</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Unread</name>
-      <value>Ongelezen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Recipients after adding</name>
-      <value>Ontvangers na toevoeging</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cyprus</name>
-      <value>Cyprus</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Discussions</name>
-      <value>Discussies</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Single (Service/Internal)</name>
-      <value>Enkel (Service/Intern)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attendees</name>
-      <value>deelnemers</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Enter current password to verify</name>
-      <value>Voer het huidige wachtwoord in om te verifiëren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Use all service ticket categories</name>
-      <value>Gebruik alle categorieën servicetickets</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket number of the created ticket</name>
-      <value>Ticketnummer van het aangemaakte ticket</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Existing contact</name>
-      <value>Bestaande contactpersoon</value>
-    </stringEntry>
-    <stringEntry>
-      <name>by translated title</name>
-      <value>door vertaalde titel</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Brazil</name>
-      <value>Brazilië</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cabo Verde</name>
-      <value>Kaapverdië</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Map data © %0 contributors | %1 | %2</name>
-      <value>Kaartgegevens © %0 bijdragers | %1 | %2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ecuador</name>
-      <value>Ecuador</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set campaign step</name>
-      <value>Campagnestap instellen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Rule editor</name>
-      <value>Regeleditor</value>
-    </stringEntry>
-    <stringEntry>
-      <name>User task</name>
-      <value>Gebruikerstaak</value>
-    </stringEntry>
-    <stringEntry>
-      <name>date of birth must not be in the future</name>
-      <value>geboortedatum mag niet in de toekomst liggen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Supervisor assignment</name>
-      <value>Toewijzing van supervisor</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Appointments</name>
-      <value>Afspraken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Salesorder Id</name>
-      <value>Verkooporder-ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Keyword Categories</name>
-      <value>Trefwoordcategorieën</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Do you really want to resynchronize the user completely?\nThe synchronisation in ADITO will be deleted.\nThe outlook contacts must be cleared manually.</name>
-      <value>Wil je de gebruiker echt volledig opnieuw synchroniseren?\nDe synchronisatie in ADITO wordt verwijderd.\nDe Outlook-contacten moeten handmatig worden gewist.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Editorial</name>
-      <value>redactie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: The provided callback function is not a function.</name>
-      <value>SqlBuilder: de geleverde callback-functie is geen functie.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Logistics</name>
-      <value>Logistiek</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Complete task</name>
-      <value>Taak voltooien</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Haiti</name>
-      <value>Haïti</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${ORGTYPE_OTHER}</name>
-      <value>Ander</value>
-    </stringEntry>
-    <stringEntry>
-      <name>private</name>
-      <value>privaat</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The max participants count has to be equal or greater than the count of the current participants!</name>
-      <value>Het maximale aantal deelnemers moet gelijk zijn aan of groter zijn dan het aantal huidige deelnemers!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>AsysAudit Clean Up</name>
-      <value>AsysAudit opruimen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Appointment Id</name>
-      <value>Afspraak-ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My Permissions</name>
-      <value>Mijn machtigingen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Exchange Rate </name>
-      <value>Wisselkoers</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Intermediate catching event</name>
-      <value>Tussentijdse vangst</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Away travel</name>
-      <value>weg reizen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sales Projects</name>
-      <value>Kansen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>responsible</name>
-      <value>verantwoordelijk</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Open MS Teams</name>
-      <value>MS Teams openen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Activities</name>
-      <value>Activiteiten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Condition</name>
-      <value>Voorwaarde</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Knowledge Management</name>
-      <value>Kennisbeheer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Download template</name>
-      <value>Sjabloon downloaden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Adito light blue</name>
-      <value>Adito lichtblauw</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Talk</name>
-      <value>Praten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sufficient guarantees</name>
-      <value>Voldoende garanties</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Checked</name>
-      <value>Gecontroleerd</value>
-    </stringEntry>
-    <stringEntry>
-      <name>View duplicates</name>
-      <value>Duplicaten bekijken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Exec type</name>
-      <value>Exec-type</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The status of the offer was changed to \"Sent\".</name>
-      <value>De status van de aanbieding is gewijzigd in \"Verzonden\".</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The max participants count can not be equal or less then 0</name>
-      <value>Het maximale aantal deelnemers kan niet gelijk zijn aan of kleiner zijn dan 0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>#rememberme</name>
-      <value>#Onthoud me</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Date value</name>
-      <value>Datumwaarde</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Total opt. item net</name>
-      <value>Totaal opt. item netto</value>
-    </stringEntry>
-    <stringEntry>
-      <name> Info</name>
-      <value>Info</value>
-    </stringEntry>
-    <stringEntry>
-      <name>NUMBER VALUE</name>
-      <value>AANTAL WAARDE</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Reveal the price in the offer</name>
-      <value>Vermeld de prijs in de aanbieding</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Filter can't be empty</name>
-      <value>Filter mag niet leeg zijn</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets total (Status)</name>
-      <value>Grafiek aantal tickets totaal (Status)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>History Phases and States</name>
-      <value>Geschiedenis Fasen en Staten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Area Manager</name>
-      <value>Regionale manager</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ID</name>
-      <value>ID kaart</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The workflow could not be deployed</name>
-      <value>De werkstroom kan niet worden geïmplementeerd</value>
-    </stringEntry>
-    <stringEntry>
-      <name>processing %0/%1</name>
-      <value>%0/%1 verwerken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>IN</name>
-      <value>IN</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Regular expression</name>
-      <value>Reguliere expressie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Visit Planning</name>
-      <value>Bezoek Planning</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bulk Mail</name>
-      <value>Bulkpost</value>
-    </stringEntry>
-    <stringEntry>
-      <name>IT</name>
-      <value>HET</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New created plan values</name>
-      <value>Nieuw gemaakte abonnementswaarden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: You have to specify at least one parameter</name>
-      <value>SqlBuilder: u moet ten minste één parameter opgeven</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Distribution</name>
-      <value>Verdeling</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket filter</name>
-      <value>Ticketfilter</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Id</name>
-      <value>ID kaart</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Person</name>
-      <value>Persoon</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Fiji</name>
-      <value>Fiji</value>
-    </stringEntry>
-    <stringEntry>
-      <name>MAX</name>
-      <value>MAX</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Guinea</name>
-      <value>Guinea</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create subordinate relationship</name>
-      <value>Ondergeschikte relatie creëren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Opener rate (in %)</name>
-      <value>Openerpercentage (in %)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Found a duplicate member</name>
-      <value>Een dubbel lid gevonden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>URL</name>
-      <value>URL</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Openers</name>
-      <value>openers</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Signal</name>
-      <value>Signaal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Nigeria</name>
-      <value>Nigeria</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Grading</name>
-      <value>Beoordeling</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Enable relation type 2</name>
-      <value>Schakel relatietype 2 . in</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product Id</name>
-      <value>Product-ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Usage</name>
-      <value>Gebruik</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Amount</name>
-      <value>Hoeveelheid</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Text Modular</name>
-      <value>Tekst modulair</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Order Type</name>
-      <value>Order type</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Currencies</name>
-      <value>Valuta's</value>
-    </stringEntry>
-    <stringEntry>
-      <name>District definition</name>
-      <value>District definitie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Workflow definition</name>
-      <value>Werkstroomdefinitie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create Team</name>
-      <value>Team maken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>DSGVO - mark + delete prozess</name>
-      <value>DSGVO - markeer + verwijder prozess</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Import name</name>
-      <value>Naam importeren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Memo</name>
-      <value>Memo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Task</name>
-      <value>Taak</value>
-    </stringEntry>
-    <stringEntry>
-      <name>CAMPAIGNID (UID)</name>
-      <value>CAMPAGNE (UID)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>For this report</name>
-      <value>Voor dit rapport</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Synchronize</name>
-      <value>Synchroniseren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>True</name>
-      <value>Waar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Fair lead created</name>
-      <value>Eerlijke voorsprong gecreëerd</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Communication: Mail</name>
-      <value>Communicatie: Mail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${QUANTITY_LOWER_THAN_1}</name>
-      <value>Hoeveelheid moet groter zijn dan 0.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Trigger</name>
-      <value>Op gang brengen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Notice</name>
-      <value>Merk op</value>
-    </stringEntry>
-    <stringEntry>
-      <name>no attachments</name>
-      <value>geen bijlagen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Swiss Franc</name>
-      <value>Zwitserse frank</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Guam</name>
-      <value>Guam</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sort</name>
-      <value>Soort</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 \"%1\"</name>
-      <value>%0 \"%1\"</value>
-    </stringEntry>
-    <stringEntry>
-      <name>new</name>
-      <value>nieuwe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Receipt</name>
-      <value>Bon</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Adviser</name>
-      <value>adviseur</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Company_size</name>
-      <value>Bedrijfsomvang</value>
-    </stringEntry>
-    <stringEntry>
-      <name>South Sudan</name>
-      <value>Zuid Soedan</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Standard City</name>
-      <value>Standaard stad</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Decision-maker changed</name>
-      <value>Beslisser veranderd</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${SALESPROJECT_MST_STATUS_CHANGE}</name>
-      <value>De status van de verkoopkans '%0' is gewijzigd in '%1'.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${COUNT_PREPOSITION_SINGLE}</name>
-      <value>tijd</value>
-    </stringEntry>
-    <stringEntry>
-      <name>child of</name>
-      <value>kind van</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sint Maarten (Dutch part)</name>
-      <value>Sint Maarten (Nederlands deel)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Team role</name>
-      <value>Teamrol</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$DISTRICT_NO}</name>
-      <value>District nummer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>File</name>
-      <value>Bestand</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Payment problem customer</name>
-      <value>Betalingsprobleem klant</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Employee account</name>
-      <value>Werknemersaccount</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Malta</name>
-      <value>Malta</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Observe Filter</name>
-      <value>Observeer filter</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Phone</name>
-      <value>Telefoon</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ireland</name>
-      <value>Ierland</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show the organisations turnover and forecast in a 3 year time-span</name>
-      <value>Toont de omzet en prognose van de organisatie in een tijdspanne van 3 jaar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>To re-open tickets, please use the corresponding action.</name>
-      <value>Gebruik de bijbehorende actie om tickets opnieuw te openen.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>France</name>
-      <value>Frankrijk</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Synchronize documents</name>
-      <value>Documenten synchroniseren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No</name>
-      <value>Nee</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The Value has to be in the 0-100% range</name>
-      <value>De waarde moet in het bereik van 0-100% liggen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertising count</name>
-      <value>Aantal advertenties</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all contracts</name>
-      <value>Toon alle contracten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all receipts</name>
-      <value>Toon alle bonnen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Document templates</name>
-      <value>Documentsjablonen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Filter set</name>
-      <value>Filterset</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show my synchronized datasets</name>
-      <value>Toont mijn gesynchroniseerde datasets</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Dumping price competition</name>
-      <value>Dumping prijsconcurrentie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set status</name>
-      <value>Status instellen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Error: The Importfile could not be found anymore.</name>
-      <value>Fout: Het importbestand kon niet meer worden gevonden.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>PP</name>
-      <value>PP</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Edit Team</name>
-      <value>Team bewerken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Export Template Field</name>
-      <value>Sjabloonveld exporteren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Automatically</name>
-      <value>automatisch</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Synchronize calendar permissions from Exchange to ADITO</name>
-      <value>Synchroniseer agendarechten van Exchange naar ADITO</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Competitions/Competitor</name>
-      <value>Competities/Concurrent</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bahamas</name>
-      <value>Bahamas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Permission Details</name>
-      <value>Toestemmingsdetails</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Salesprojects</name>
-      <value>Kansen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Assign supervisors</name>
-      <value>Wijs district toe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bonaire, Sint Eustatius and Saba</name>
-      <value>Bonaire, Sint Eustatius en Saba</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Selection value</name>
-      <value>Selectiewaarde</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Export Template Fields</name>
-      <value>Sjabloonvelden exporteren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Inbox filters</name>
-      <value>Postvak IN-filters</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cut</name>
-      <value>Snee</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Import Logs</name>
-      <value>Logboeken importeren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket Control Center</name>
-      <value>Ticketcontrolecentrum</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New campaign step</name>
-      <value>Nieuwe campagnestap</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Will be deleted</name>
-      <value>Zal worden verwijderd</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Is unlinked activity</name>
-      <value>Is niet-gekoppelde activiteit</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Item sort</name>
-      <value>Artikel sorteren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Details</name>
-      <value>Details</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Volume</name>
-      <value>Volume</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all Favorites</name>
-      <value>Toon alle favorieten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Observations</name>
-      <value>waarnemingen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Saint Kitts and Nevis</name>
-      <value>Saint Kitts en Nevis</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Xing (Person)</name>
-      <value>Xing (persoon)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Placeholder</name>
-      <value>Tijdelijke aanduiding</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Open Route</name>
-      <value>Route openen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${WORKFLOW_SUSPEND}</name>
-      <value>Opschorten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Source tablename Id</name>
-      <value>Bron tabelnaam Id</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product A1</name>
-      <value>Product A1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product A2</name>
-      <value>Product A2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Phase mandatory</name>
-      <value>Fase verplicht</value>
-    </stringEntry>
-    <stringEntry>
-      <name>default</name>
-      <value>standaard</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My Contacts</name>
-      <value>Mijn contacten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Malawi</name>
-      <value>Malawi</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Conclusion (MB)</name>
-      <value>Conclusie (MB)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SP</name>
-      <value>SP</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tunisia</name>
-      <value>Tunesië</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Designation</name>
-      <value>Aanwijzing</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Preselection</name>
-      <value>Voorselectie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Article Number</name>
-      <value>Artikel nummer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Target Amount</name>
-      <value>Streefbedrag</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Knowledge Role</name>
-      <value>Kennisrol</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Typ</name>
-      <value>Typ</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product B2</name>
-      <value>Product B2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product B1</name>
-      <value>Product B1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Firstname</name>
-      <value>Voornaam</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add Participants</name>
-      <value>Voeg deelnemers toe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Max Points</name>
-      <value>Max aantal punten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket created through duplication</name>
-      <value>Ticket gemaakt via duplicatie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Exports the knowledge entry as a html file</name>
-      <value>Exporteert de kennisinvoer als een html-bestand</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Other</name>
-      <value>Ander</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Workflow deploy failed</name>
-      <value>Implementatie van workflow mislukt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribute \"%0\" has to be used at least %1.</name>
-      <value>Kenmerk \"%0\" moet ten minste %1 worden gebruikt.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Occurrences</name>
-      <value>Voorvallen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Prices</name>
-      <value>Prijzen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Initiator</name>
-      <value>Initiatiefnemer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Delivery problems</name>
-      <value>Leveringsproblemen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Task link Id</name>
-      <value>Taaklink-ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Algeria</name>
-      <value>Algerije</value>
-    </stringEntry>
-    <stringEntry>
-      <name>To</name>
-      <value>Naar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Object type 1</name>
-      <value>Objecttype 1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Object type 2</name>
-      <value>Objecttype 2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Evaluation</name>
-      <value>Evaluatie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertising shipment</name>
-      <value>Reclame verzending</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Receipt Header Text</name>
-      <value>Koptekst ontvangstbewijs</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Free</name>
-      <value>Vrij</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${CONTEXT}</name>
-      <value>Context</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Observation</name>
-      <value>observatie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Internal forwarding via mailing</name>
-      <value>Intern doorsturen via mailing</value>
-    </stringEntry>
-    <stringEntry>
-      <name>EWS - Manage Synctable</name>
-      <value>EWS - Synchronisatietabel beheren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>September</name>
-      <value>september</value>
-    </stringEntry>
-    <stringEntry>
-      <name>System</name>
-      <value>Systeem</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Netherlands</name>
-      <value>Nederland</value>
-    </stringEntry>
-    <stringEntry>
-      <name>PERS</name>
-      <value>PERS</value>
-    </stringEntry>
-    <stringEntry>
-      <name>supervisor of</name>
-      <value>begeleider van</value>
-    </stringEntry>
-    <stringEntry>
-      <name>delivery</name>
-      <value>levering</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Paste</name>
-      <value>Plakken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The roll out date must be after the project start!</name>
-      <value>De uitroldatum moet na de start van het project zijn!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Superordinate Topic</name>
-      <value>Bovengeschikt onderwerp</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Scope</name>
-      <value>Domein</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mappings</name>
-      <value>toewijzingen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Filter</name>
-      <value>Filter</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation: Address</name>
-      <value>Adres van de organisatie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Receipts</name>
-      <value>Ontvangsten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>An error occured during converting the msg file into an standardized mail.</name>
-      <value>Er is een fout opgetreden tijdens het converteren van het msg-bestand naar een gestandaardiseerde e-mail.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Monthly</name>
-      <value>Maandelijks</value>
-    </stringEntry>
-    <stringEntry>
-      <name>DATE_EDIT</name>
-      <value>DATE_EDIT</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Status (Mailbridge)</name>
-      <value>Status (Mailbridge)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>VAT</name>
-      <value>VAT</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sales Project Analyses</name>
-      <value>Opportuniteitsanalyses</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Interests</name>
-      <value>interesses</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cayman Islands</name>
-      <value>Kaaiman Eilanden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The data is transmitted to the following recipients:</name>
-      <value>De gegevens worden doorgegeven aan de volgende ontvangers:</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Number of Tickets (Status)</name>
-      <value>Aantal tickets (status)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Log</name>
-      <value>Logboek</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create receipt</name>
-      <value>Ontvangstbewijs maken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Rulegroup already selected</name>
-      <value>Regelgroep al geselecteerd</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Labels</name>
-      <value>Etiketten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Market situation</name>
-      <value>Marktsituatie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets per inbox (Status)</name>
-      <value>Grafiek aantal tickets per inbox (Status)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Event End</name>
-      <value>Einde evenement</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Alt. Phone</name>
-      <value>Alt. Telefoon</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Follow-Up</name>
-      <value>Opvolgen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Treat</name>
-      <value>Traktatie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Second Approval</name>
-      <value>Tweede goedkeuring</value>
-    </stringEntry>
-    <stringEntry>
-      <name>is DSGVO Relevant</name>
-      <value>is DSGVO Relevant</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product interest</name>
-      <value>Productinteresse</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Hong Kong</name>
-      <value>Hongkong</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 new participants will be added to the campaign.</name>
-      <value>%0 nieuwe deelnemers worden aan de campagne toegevoegd.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Thailand</name>
-      <value>Thailand</value>
-    </stringEntry>
-    <stringEntry>
-      <name>An error occured during getting contact data.</name>
-      <value>Er is een fout opgetreden bij het ophalen van contactgegevens.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Possible Value</name>
-      <value>Mogelijke waarde:</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Begin</name>
-      <value>Beginnen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>1. Classification</name>
-      <value>1. Classificatie:</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Delivery specification</name>
-      <value>Leveringsspecificatie:</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Inboxes</name>
-      <value>Postvakken IN</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Creation date</name>
-      <value>Aanmaakdatum</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Open Location</name>
-      <value>Locatie openen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Orderitem</name>
-      <value>Bestel item</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cook Islands</name>
-      <value>Cook Eilanden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Fair</name>
-      <value>Eerlijk</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Open Salesprojects</name>
-      <value>Mogelijkheden openen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>tentative</name>
-      <value>voorlopig</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sales Project milestone Id</name>
-      <value>Opportunity mijlpaal-ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Dunning text</name>
-      <value>Aanmaantekst</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Activity Id</name>
-      <value>Activiteit-ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>MS-Teams Message</name>
-      <value>MS-Teams-bericht</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Business Fair Leads</name>
-      <value>Zakelijke eerlijke leads</value>
-    </stringEntry>
-    <stringEntry>
-      <name>1. Target group</name>
-      <value>1. Doelgroep</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Auto assignment</name>
-      <value>Automatische toewijzing</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Over due</name>
-      <value>Achterstallig</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Opening Date</name>
-      <value>Openingsdatum</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attributes</name>
-      <value>attributen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Availability only</name>
-      <value>Alleen beschikbaarheid</value>
-    </stringEntry>
-    <stringEntry>
-      <name>OFFERID (UID)</name>
-      <value>AANBIEDING-ID (UID)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Name changed to %0</name>
-      <value>Naam veranderd in %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Current participants</name>
-      <value>huidige deelnemers</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create Visitreport</name>
-      <value>Bezoekrapport maken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Redirect needs a full URL with http/https</name>
-      <value>Omleiding heeft een volledige URL nodig met http/https</value>
-    </stringEntry>
-    <stringEntry>
-      <name>within one Month</name>
-      <value>binnen een maand</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Offer Id</name>
-      <value>Aanbiedings-ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Connection Type</name>
-      <value>Connectie type</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Status change skipped!</name>
-      <value>Statuswijziging overgeslagen!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Assistance</name>
-      <value>Bijstand</value>
-    </stringEntry>
-    <stringEntry>
-      <name>pSqlQuery must be of type SqlBuilder</name>
-      <value>pSqlQuery moet van het type SqlBuilder zijn</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Recipient status</name>
-      <value>Ontvangerstatus</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Name native</name>
-      <value>Naam inheems</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Postcode</name>
-      <value>postcode</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Marketing Dashboard</name>
-      <value>Marketingdashboard</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Download Mail</name>
-      <value>E-mail downloaden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Address Id</name>
-      <value>Adres-ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create new Appointment</name>
-      <value>Nieuwe afspraak maken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The status-change of the ticket was skipped. Any other changes were carried out.</name>
-      <value>De statuswijziging van het ticket is overgeslagen. Alle andere wijzigingen zijn doorgevoerd.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Message</name>
-      <value>Bericht</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Deleting the dependency also deletes its fields.</name>
-      <value>Als u de afhankelijkheid verwijdert, worden ook de bijbehorende velden verwijderd.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[TEST] .All</name>
-      <value>[TEST] .Alles</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Per participant</name>
-      <value>Per deelnemer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mechanical engineering</name>
-      <value>Machinebouw</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add Dependency</name>
-      <value>Afhankelijkheid toevoegen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 responsilbe/s was/were changed</name>
-      <value>%0 responsilbe/s is/werden gewijzigd</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Default mail</name>
-      <value>Standaard e-mail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Last process start: synchronize to Outlook</name>
-      <value>Laatste processtart: synchroniseren met Outlook</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Turnover and Forecast</name>
-      <value>Omzet en prognose</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Until</name>
-      <value>Tot</value>
-    </stringEntry>
-    <stringEntry>
-      <name>area manager</name>
-      <value>regionale manager</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Preview</name>
-      <value>Voorbeeld</value>
-    </stringEntry>
-    <stringEntry>
-      <name>From</name>
-      <value>Van</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Office address</name>
-      <value>Kantoor adres</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: You have to provide a subquery as SqlBuilder, prepared-array or string</name>
-      <value>SqlBuilder: u moet een subquery opgeven als SqlBuilder, ready-array of string</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Weekplan</name>
-      <value>Weekplan</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${COUNT_PREPOSITION_MULTIPLE}</name>
-      <value>keer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Name latin</name>
-      <value>naam latijn</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Classification fields</name>
-      <value>Classificatie velden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${WEBSERVICE_ERROR} url:%0 status:%1</name>
-      <value>Webservice niet beschikbaar. URL: %0 %1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Remaining tasks and appointments</name>
-      <value>Overige taken en afspraken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Denmark</name>
-      <value>Denemarken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Angebot</name>
-      <value>Angebot</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Summary</name>
-      <value>Overzicht</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all synchronized datasets</name>
-      <value>Toont alle gesynchroniseerde datasets</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Entity</name>
-      <value>Entiteit</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: unsupportet parameter combination</name>
-      <value>SqlBuilder: niet-ondersteunde parametercombinatie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Query</name>
-      <value>Vraag</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Employee group rule group</name>
-      <value>Groep regelgroep voor werknemers</value>
-    </stringEntry>
-    <stringEntry>
-      <name>High price strategy</name>
-      <value>Hoge prijsstrategie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Insert</name>
-      <value>Invoegen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Handbook</name>
-      <value>Handboek</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sailing</name>
-      <value>Het zeilen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Questions</name>
-      <value>Vragen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Move Up</name>
-      <value>Omhoog gaan</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bulk mail sent</name>
-      <value>Bulkmail verzonden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 of the chosen records are already in the campaign</name>
-      <value>%0 van de gekozen records zit al in de campagne</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Continue mailing</name>
-      <value>Doorgaan met mailen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Offeritem</name>
-      <value>Aanbiedingsitem</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add the selection to a serial letter</name>
-      <value>Voeg de selectie toe aan een serieletter</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Forward Ticket</name>
-      <value>Ticket doorsturen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Email must be unique!</name>
-      <value>E-mail moet uniek zijn!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Send Date</name>
-      <value>Verstuur datum</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Limited Read Permission</name>
-      <value>Beperkte leestoestemming</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket was duplicated</name>
-      <value>Ticket is gedupliceerd</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Workflow already started</name>
-      <value>Workflow al gestart</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add selected workflow</name>
-      <value>Geselecteerde workflow toevoegen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Puerto Rico</name>
-      <value>Puerto Rico</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Eritrea</name>
-      <value>Eritrea</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${SQL_LIB_FIELD_WRONG_FORMAT}</name>
-      <value>Het veld</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Valuation</name>
-      <value>waardering</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Header text</name>
-      <value>Koptekst</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Goodwill</name>
-      <value>welwillendheid</value>
-    </stringEntry>
-    <stringEntry>
-      <name>8 days 2% discount, 30 days net</name>
-      <value>8 dagen 2% korting, 30 dagen netto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 added.</name>
-      <value>%0 toegevoegd.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Pos.</name>
-      <value>Pos.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket resubmitted</name>
-      <value>Ticket opnieuw ingediend</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Building no.</name>
-      <value>Gebouw nr.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Test Recipient</name>
-      <value>Testontvanger</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Drop area for creating activities from mails</name>
-      <value>Drop-gebied voor het maken van activiteiten vanuit e-mails</value>
-    </stringEntry>
-    <stringEntry>
-      <name>deleted</name>
-      <value>verwijderd</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Open new mosaico template</name>
-      <value>Nieuwe mozaïeko-sjabloon openen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mayotte</name>
-      <value>Mayotte</value>
-    </stringEntry>
-    <stringEntry>
-      <name>San Marino</name>
-      <value>San Marino</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sales Manager</name>
-      <value>Verkoopsmanager</value>
-    </stringEntry>
-    <stringEntry>
-      <name>increase Priority</name>
-      <value>prioriteit verhogen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tajikistan</name>
-      <value>Tadzjikistan</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Warehouse 2</name>
-      <value>Magazijn 2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Warehouse 1</name>
-      <value>Magazijn 1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Value must be an integer</name>
-      <value>Waarde moet een geheel getal zijn</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My tasks</name>
-      <value>Mijn taken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Fieldname</name>
-      <value>Veldnaam</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Warehouse 3</name>
-      <value>Magazijn 3</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My Forecast and Turnover</name>
-      <value>Mijn prognose en omzet</value>
-    </stringEntry>
-    <stringEntry>
-      <name>setUnread</name>
-      <value>setOngelezen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Actual amount</name>
-      <value>Werkelijke bedrag</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Version</name>
-      <value>Versie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Permission Procurer User</name>
-      <value>Toestemming Inkoper Gebruiker</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set status to inactive</name>
-      <value>Status op inactief zetten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Search synchronisation</name>
-      <value>Zoeksynchronisatie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add to Bulkmail</name>
-      <value>Toevoegen aan Bulkmail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Only Integers allowed</name>
-      <value>Alleen gehele getallen toegestaan</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Maintenance</name>
-      <value>Onderhoud</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New password</name>
-      <value>Nieuw paswoord</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Approval denied</name>
-      <value>Goedkeuring geweigerd</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Vacation examination by</name>
-      <value>Vakantie-examen door</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Italy</name>
-      <value>Italië</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Type of damage</name>
-      <value>Soort schade</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Finished tasks</name>
-      <value>Voltooide taken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Company/Person duplicate</name>
-      <value>Bedrijf/persoon duplicaat</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Days remaining</name>
-      <value>Resterende dagen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>End date</name>
-      <value>Einddatum</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Content to forward</name>
-      <value>Inhoud om door te sturen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Number of activities</name>
-      <value>Aantal activiteiten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Office staff</name>
-      <value>Kantoorpersoneel</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ex works</name>
-      <value>af fabriek</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mail (Organisation)</name>
-      <value>Post (organisatie)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>MD5 Sum</name>
-      <value>MD5 Som</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Date new</name>
-      <value>Datum nieuw</value>
-    </stringEntry>
-    <stringEntry>
-      <name>District contact assigned</name>
-      <value>District contactpersoon toegewezen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Number</name>
-      <value>Nummer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Rollout</name>
-      <value>Uitrollen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Kyrgyzstan</name>
-      <value>Kirgizië</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Filter Name</name>
-      <value>Filternaam</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Standard workflow</name>
-      <value>Standaard werkstroom</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Appointment Start</name>
-      <value>Afspraak start</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New note</name>
-      <value>Nieuwe notitie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>50%</name>
-      <value>50%</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Faulty delivery</name>
-      <value>Verkeerde levering</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Permission Detail</name>
-      <value>Toestemmingsdetail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Due on</name>
-      <value>Verschuldigd op</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Address</name>
-      <value>Adres</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Token</name>
-      <value>token</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Count template attachments</name>
-      <value>Tel sjabloonbijlagen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>False</name>
-      <value>niet waar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Save changes</name>
-      <value>Wijzigingen opslaan</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Linked Appointments</name>
-      <value>Gelinkte afspraken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The status of the order was changed to \"sent\".</name>
-      <value>De status van de bestelling is gewijzigd in \"verzonden\".</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bulk mail \"%0\" sent</name>
-      <value>Bulkmail \"%0\" verzonden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Price list</name>
-      <value>Prijslijst</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Private</name>
-      <value>Privaat</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Re-Open</name>
-      <value>Opnieuw openen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Datasets are exported</name>
-      <value>Gegevenssets worden geëxporteerd</value>
-    </stringEntry>
-    <stringEntry>
-      <name>All mails that could not automatically linked are displayed here</name>
-      <value>Alle e-mails die niet automatisch konden worden gelinkt, worden hier weergegeven</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Slave UID</name>
-      <value>Slaven-UID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Heard Island and McDonald Islands</name>
-      <value>Heard- en McDonaldeilanden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Messages</name>
-      <value>Berichten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Position</name>
-      <value>Positie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>in</name>
-      <value>in</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Interest already assigned to contact</name>
-      <value>Interesse al toegewezen aan contact</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${PRODUCT_LIB_NO_PRODUCT_ID} function: %0</name>
-      <value>Product-ID ontbreekt in functie %0.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Recommendation</name>
-      <value>Aanbeveling</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project start within next 12 months</name>
-      <value>Start van het project binnen de komende 12 maanden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>supported by</name>
-      <value>gesteund door</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Address addition</name>
-      <value>Adres toevoeging</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show how many sales projects are in the various sales phases</name>
-      <value>Laat zien hoeveel kansen er in de verschillende verkoopfasen zijn</value>
-    </stringEntry>
-    <stringEntry>
-      <name>getTicketDetails</name>
-      <value>getTicketDetails</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Duplicate Configuration</name>
-      <value>Dubbele configuratie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Duplicate configuration</name>
-      <value>Dubbele configuratie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart Number of tickets total (Medium)</name>
-      <value>Grafiek Totaal aantal tickets (Medium)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Discount</name>
-      <value>Korting</value>
-    </stringEntry>
-    <stringEntry>
-      <name>May</name>
-      <value>Kunnen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cancel</name>
-      <value>Annuleren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Upload</name>
-      <value>Uploaden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Serial letter \"%0\" can now be downloaded</name>
-      <value>Serieletter \"%0\" kan nu worden gedownload</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertising Id</name>
-      <value>Advertentie-ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>pCallbackFn is not a function</name>
-      <value>pCallbackFn is geen functie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Open in mosaico</name>
-      <value>Open in mozaïek</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Min. stock</name>
-      <value>Min. voorraad</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Serial Letter</name>
-      <value>seriële brief</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New child attribute</name>
-      <value>Nieuw kindkenmerk</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Reports to</name>
-      <value>Rapporteert aan</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Time in minutes</name>
-      <value>Tijd in minuten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>MM/dd/yyyy</name>
-      <value>MM/dd/yyyy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaign steps </name>
-      <value>Campagnestappen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 | %1 - %2 o'clock</name>
-      <value>%0 | %12 uur</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Diagram</name>
-      <value>Diagram</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Entities</name>
-      <value>Entiteiten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[%0]the tableAlias is not a string after interpreting</name>
-      <value>[%0]de tableAlias is geen string na interpretatie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New Currencyrate</name>
-      <value>Nieuwe valutakoers</value>
-    </stringEntry>
-    <stringEntry>
-      <name>change selected</name>
-      <value>geselecteerde wijzigen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>CONTRACTID (UID)</name>
-      <value>CONTRACTID (UID)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Import Documents</name>
-      <value>Documenten importeren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Unit</name>
-      <value>Eenheid</value>
-    </stringEntry>
-    <stringEntry>
-      <name>change DSGVO Relevance</name>
-      <value>DSGVO-relevantie wijzigen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Niue</name>
-      <value>Niue</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Conditions</name>
-      <value>Conditie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Pricelist</name>
-      <value>Prijslijst</value>
-    </stringEntry>
-    <stringEntry>
-      <name>second</name>
-      <value>seconde</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Read</name>
-      <value>Lezen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy Recipients</name>
-      <value>Ontvangers kopiëren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>El Salvador</name>
-      <value>El Salvador</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No duplicate</name>
-      <value>Geen duplicaat</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Standard zip</name>
-      <value>Standaard rits</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Take Ticket</name>
-      <value>Ticket nemen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribute \"%0\" can only be inserted once with the same value.</name>
-      <value>Attribuut \"%0\" kan slechts één keer met dezelfde waarde worden ingevoegd.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Invitation</name>
-      <value>Uitnodiging</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set not completed</name>
-      <value>Instellen niet voltooid</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Open admin view</name>
-      <value>Beheerdersweergave openen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>City</name>
-      <value>Stad</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mauritius</name>
-      <value>Mauritius</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Successful</name>
-      <value>Succesvol</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bouvet Island</name>
-      <value>Bouvet-eiland</value>
-    </stringEntry>
-    <stringEntry>
-      <name>no keyword attribute \"%0\" found in keyword container \"%1\"</name>
-      <value>geen trefwoordkenmerk \"%0\" gevonden in trefwoordcontainer \"%1\"</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Norfolk Island</name>
-      <value>Norfolkeiland</value>
-    </stringEntry>
-    <stringEntry>
-      <name>entry</name>
-      <value>binnenkomst</value>
-    </stringEntry>
-    <stringEntry>
-      <name>DSGVO</name>
-      <value>DSGVO</value>
-    </stringEntry>
-    <stringEntry>
-      <name>loves sociability</name>
-      <value>houdt van gezelligheid</value>
-    </stringEntry>
-    <stringEntry>
-      <name>standard email</name>
-      <value>standaard e-mail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Topic Tree</name>
-      <value>Onderwerpboom</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Rebuild selected entries</name>
-      <value>Geselecteerde vermeldingen opnieuw opbouwen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set to sent</name>
-      <value>Instellen op verzonden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Should the mail be sent now?</name>
-      <value>Moet de post nu verzonden worden?</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Visitreport created</name>
-      <value>Bezoekrapport aangemaakt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Appointment End</name>
-      <value>Afspraak einde</value>
-    </stringEntry>
-    <stringEntry>
-      <name>An error occured during decoding the mails content.</name>
-      <value>Er is een fout opgetreden tijdens het decoderen van de inhoud van de e-mail.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Update data privacy information</name>
-      <value>Gegevensprivacygegevens bijwerken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Boundary event</name>
-      <value>grensgebeurtenis</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Due</name>
-      <value>Ten gevolge</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[%0]it was necessary to create a text-file from a clob-field but no lob-file-path was specified.</name>
-      <value>[%0]het was nodig om een tekstbestand te maken van een clob-veld, maar er is geen lob-bestandspad opgegeven.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${MIN_MAX_ERROR} field: %0, value: %1, min: %2, max: %3</name>
-      <value>%0 moet tussen %2 en %3 liggen.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Body</name>
-      <value>Lichaam</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Departments</name>
-      <value>afdelingen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>This month</name>
-      <value>Deze maand</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[ZippingUtil.renameDuplicateFilenamesForZip]FileNames type is invalid. An Array of filenames is required.</name>
-      <value>[ZippingUtil.renameDuplicateFilenamesForZip]Type bestandsnamen is ongeldig. Een array van bestandsnamen is vereist.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$QUICK_ENTRY_LEAD_QUICK_ACQUISITION}</name>
-      <value>Snelle acquisitie leiden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$TASK_STATUS}</name>
-      <value>Toestand</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Status (MB)</name>
-      <value>Status (MB)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation: City</name>
-      <value>Organisatie: Stad</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Region Manager</name>
-      <value>Regiomanager</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product name</name>
-      <value>Productnaam</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Macao</name>
-      <value>Macau</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertising Item</name>
-      <value>Advertentie-item</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${SALESPROJECT_MST_PHASE_CHANGE}</name>
-      <value>De fase van de Opportunity '%0' is gewijzigd in '%1'.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Indv Reply Tmpl</name>
-      <value>Indv Antwoord Tmpl</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Date edit</name>
-      <value>Datum bewerken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Archive</name>
-      <value>Archief</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Slave administration '%0' is '%1'</name>
-      <value>Slavenbeheer '%0' is '%1'</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Calendar hour divider</name>
-      <value>Kalender uur scheidingsteken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${SALESPROJECT_OFFER}</name>
-      <value>Bieden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>DataPrivacy Right</name>
-      <value>Rechten op gegevensprivacy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>District Filter</name>
-      <value>Wijkfilter</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Kazakhstan</name>
-      <value>Kazachstan</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$ADDRESS_IDENTIFIER}</name>
-      <value>ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Grant new User Permission</name>
-      <value>Nieuwe gebruikerstoestemming verlenen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Incomplete delivery</name>
-      <value>onvolledige levering</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Blacklist</name>
-      <value>Zwarte lijst</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaignstep in campaign \"%0\" changed from \"%1\" to \"%2\"</name>
-      <value>Campagnestap in campagne \"%0\" gewijzigd van \"%1\" in \"%2\"</value>
-    </stringEntry>
-    <stringEntry>
-      <name>January</name>
-      <value>januari</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Offer status changed</name>
-      <value>Aanbiedingsstatus gewijzigd</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all salesprojects</name>
-      <value>Toon alle kansen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Filename</name>
-      <value>Bestandsnaam</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Header</name>
-      <value>koptekst</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Event Planer</name>
-      <value>Evenement Planer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Pay date</name>
-      <value>Betalingsdatum</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Target Amount (%0)</name>
-      <value>Doelbedrag (%0)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Predecessor</name>
-      <value>Voorganger</value>
-    </stringEntry>
-    <stringEntry>
-      <name>All tasks that are not completed and assigned to me</name>
-      <value>Alle taken die niet zijn voltooid en aan mij zijn toegewezen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>today | %0 - %1 o'clock</name>
-      <value>vandaag | %0 - %1 uur</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Aruba</name>
-      <value>Aruba</value>
-    </stringEntry>
-    <stringEntry>
-      <name>South Georgia and the South Sandwich Islands</name>
-      <value>Zuid-Georgia en de Zuidelijke Sandwicheilanden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>DELETE</name>
-      <value>VERWIJDEREN</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project type</name>
-      <value>Project type</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My Forecast</name>
-      <value>Mijn voorspelling</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Observer</name>
-      <value>Waarnemer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The radius has to be at least %0.</name>
-      <value>De straal moet minimaal %0 zijn.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Extend - complexity</name>
-      <value>Uitbreiden - complexiteit</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Files</name>
-      <value>Bestanden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contracts</name>
-      <value>contracten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>DocumentPlaceOfUseId</name>
-      <value>DocumentGebruiksplaatsId</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Visitplan Weekly Overview</name>
-      <value>Wekelijks overzicht van Visitplan</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Communication</name>
-      <value>Communicatie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0: %1/%2 points = %3</name>
-      <value>%0: %1/%2 punten = %3</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Call</name>
-      <value>Telefoongesprek</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Progress</name>
-      <value>Voortgang</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertising consent</name>
-      <value>Advertentietoestemming</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mailing</name>
-      <value>Mailing</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Import from MS Teams</name>
-      <value>Importeren uit MS Teams</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Redirect</name>
-      <value>omleiden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Worklow started</name>
-      <value>Werkzaamheden begonnen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Place Of Use</name>
-      <value>Plaats van gebruik</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Supportticket</name>
-      <value>Supportticket</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$TASK_EDITOR}</name>
-      <value>Editor</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Topic (incl. Subtopics)</name>
-      <value>Onderwerp (incl. Subonderwerpen)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Keyword entry Id</name>
-      <value>Id voor trefwoordinvoer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>closed</name>
-      <value>gesloten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Consultant</name>
-      <value>Consultant</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Search for new Entries</name>
-      <value>Zoeken naar nieuwe inzendingen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cameroon</name>
-      <value>Kameroen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Target group</name>
-      <value>Doelgroep</value>
-    </stringEntry>
-    <stringEntry>
-      <name>&lt;p&gt;eml.send error!</name>
-      <value>&lt;p&gt;eml.send fout!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SELECTION_BOTH</name>
-      <value>SELECTION_BOTH</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Oman</name>
-      <value>Oman</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Name</name>
-      <value>Naam</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Industry</name>
-      <value>Industrie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Interest</name>
-      <value>Interesse</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Shipping costs</name>
-      <value>Verzendkosten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Send workflow signal</name>
-      <value>Werkstroomsignaal verzenden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>details</name>
-      <value>details</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Count Usage</name>
-      <value>Gebruik tellen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Script task</name>
-      <value>Scripttaak</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Click rate (in %)</name>
-      <value>Klikfrequentie (in %)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Views</name>
-      <value>Keer bekeken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set auto assignment</name>
-      <value>Automatische toewijzing instellen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Actual Amount (%0)</name>
-      <value>Werkelijk bedrag (%0)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Original editor</name>
-      <value>Oorspronkelijke redacteur</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Timetracking</name>
-      <value>Tijdregistratie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Vanuatu</name>
-      <value>Vanuatu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Offer</name>
-      <value>Bieden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{SEND_MAIL}</name>
-      <value>Verzend mail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Workflow instances</name>
-      <value>Workflow-instanties</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Reclamation</name>
-      <value>terugwinning</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contact or company</name>
-      <value>Contact of bedrijf</value>
-    </stringEntry>
-    <stringEntry>
-      <name>(or drop files here)</name>
-      <value>(of zet bestanden hier neer)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Transfer to delivery note</name>
-      <value>Overboeken naar pakbon</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Date (Day)</name>
-      <value>Datum (Dag)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>changed</name>
-      <value>veranderd</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Executive board</name>
-      <value>Raad van bestuur</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Failure (customer)</name>
-      <value>Storing (klant)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Twitter</name>
-      <value>Twitter</value>
-    </stringEntry>
-    <stringEntry>
-      <name>This year</name>
-      <value>Dit jaar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Adviser contact</name>
-      <value>Adviseur contact</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show the number of datasets still to be synchronized</name>
-      <value>Toont het aantal datasets dat nog moet worden gesynchroniseerd</value>
-    </stringEntry>
-    <stringEntry>
-      <name>NPO</name>
-      <value>NPO</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Supervisory board</name>
-      <value>Raad van Toezicht</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Manual resynchronization</name>
-      <value>Handmatige hersynchronisatie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Assigned to</name>
-      <value>Toegewezen aan</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show my organisations</name>
-      <value>Toon mijn organisaties</value>
-    </stringEntry>
-    <stringEntry>
-      <name>no keyword attribute \"%0\" found in keyword \"%1\" from container \"%2\"</name>
-      <value>geen trefwoordkenmerk \"%0\" gevonden in trefwoord \"%1\" uit container \"%2\"</value>
-    </stringEntry>
-    <stringEntry>
-      <name>District: Name</name>
-      <value>Wijk: Naam</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Employee count</name>
-      <value>Aantal medewerkers</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Visitplan Entry</name>
-      <value>Bezoekplan Toegang</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The file did not contain any data</name>
-      <value>Het bestand bevatte geen gegevens</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Writes for</name>
-      <value>schrijft voor</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${WEBLINK_SCORE}</name>
-      <value>${WEBLINK_SCORE}</value>
-    </stringEntry>
-    <stringEntry>
-      <name>file '%0' does not exist or you have got no permission on this file</name>
-      <value>bestand '%0' bestaat niet of je hebt geen toestemming voor dit bestand</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New date due</name>
-      <value>Nieuwe vervaldatum</value>
-    </stringEntry>
-    <stringEntry>
-      <name>View</name>
-      <value>Visie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 mails could not be linked automatically</name>
-      <value>%0 e-mails konden niet automatisch worden gekoppeld</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Integer</name>
-      <value>Geheel getal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Confirm password</name>
-      <value>Bevestig wachtwoord</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Outstanding Amount</name>
-      <value>Uitstaand bedrag</value>
-    </stringEntry>
-    <stringEntry>
-      <name>British Indian Ocean Territory</name>
-      <value>Brits-Indisch oceaan gebied</value>
-    </stringEntry>
-    <stringEntry>
-      <name>set New</name>
-      <value>set Nieuw</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Business Fairs</name>
-      <value>Zakelijke beurzen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Connections</name>
-      <value>verbindingen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Angola</name>
-      <value>Angola</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Internal</name>
-      <value>intern</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Vat</name>
-      <value>Vat</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Standard workflows</name>
-      <value>Standaard workflows</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Keyword Entry</name>
-      <value>Trefwoordinvoer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Edited by</name>
-      <value>Bewerkt door</value>
-    </stringEntry>
-    <stringEntry>
-      <name>type</name>
-      <value>type</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Apply changes for all</name>
-      <value>Wijzigingen voor iedereen toepassen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Date end</name>
-      <value>Datum einde</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Action mail</name>
-      <value>Actiemail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Creation user</name>
-      <value>Aanmaak gebruiker</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show Classification</name>
-      <value>Classificatie weergeven</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Exclude existing workflows</name>
-      <value>Bestaande workflows uitsluiten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket duplicated (duplicate)</name>
-      <value>Ticket gedupliceerd (duplicaat)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Customer recommendation</name>
-      <value>Aanbeveling van de klant:</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Point of Contact</name>
-      <value>Contactpunt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Not enough room in campaignstep</name>
-      <value>Niet genoeg ruimte in campagnestap</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SELECTION_POSTFIX</name>
-      <value>SELECTION_POSTFIX</value>
-    </stringEntry>
-    <stringEntry>
-      <name>change valid from</name>
-      <value>wijziging geldig van</value>
-    </stringEntry>
-    <stringEntry>
-      <name>User token</name>
-      <value>Gebruikerstoken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Anguilla</name>
-      <value>Anguilla</value>
-    </stringEntry>
-    <stringEntry>
-      <name>jdito</name>
-      <value>jdito</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Minimal Count</name>
-      <value>Minimale telling</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Price list / Company</name>
-      <value>Prijslijst / Bedrijf</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Number has to be unique</name>
-      <value>Nummer moet uniek zijn</value>
-    </stringEntry>
-    <stringEntry>
-      <name>South Africa</name>
-      <value>Zuid-Afrika</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contact synchronisation</name>
-      <value>Contactsynchronisatie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Is active</name>
-      <value>Is actief</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Venezuela (Bolivarian Republic of)</name>
-      <value>Venezuela (Bolivariaanse Republiek)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product relationship</name>
-      <value>Productrelatie:</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Browser</name>
-      <value>Browser</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Move selection down</name>
-      <value>Selectie omlaag verplaatsen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets total (Medium)</name>
-      <value>Grafiek aantal tickets totaal (Medium)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Custody agreement</name>
-      <value>voogdijovereenkomst</value>
-    </stringEntry>
-    <stringEntry>
-      <name>the specified key has to be unique for that container but does already exist</name>
-      <value>de opgegeven sleutel moet uniek zijn voor die container, maar bestaat al</value>
-    </stringEntry>
-    <stringEntry>
-      <name>German</name>
-      <value>Duits</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Field Type</name>
-      <value>Veld soort</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Salutation</name>
-      <value>Begroeting</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Turnover change</name>
-      <value>Omzetverandering</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Saint Martin (French part)</name>
-      <value>Sint Maarten (Frans gedeelte)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Person in Charge</name>
-      <value>Leidinggevende</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Economy</name>
-      <value>Economie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>add  contact to ewssync</name>
-      <value>contact toevoegen aan ewssync</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Approval started</name>
-      <value>Goedkeuring gestart</value>
-    </stringEntry>
-    <stringEntry>
-      <name>copy</name>
-      <value>kopiëren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Test email</name>
-      <value>Test e-mail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${FREE}</name>
-      <value>Vrij</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Char value</name>
-      <value>Char-waarde</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy receipt</name>
-      <value>Kopie factuur</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Uruguay</name>
-      <value>Uruguay</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show campaing costs graphically processed</name>
-      <value>Toont de campagnekosten grafisch verwerkt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{SEARCH_INDEX_TITLE}</name>
-      <value>Zoekopdracht</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Burkina Faso</name>
-      <value>Burkina Faso</value>
-    </stringEntry>
-    <stringEntry>
-      <name>news@adito.de</name>
-      <value>nieuws@adito.de</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project team: \"Project manager\"</name>
-      <value>Projectteam: \"Projectmanager\"</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SALESORDERID (UID)</name>
-      <value>VERKOOPSORDER-ID (UID)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Source Currency and Target Currency cannot be the same Currency.</name>
-      <value>Bronvaluta en doelvaluta kunnen niet dezelfde valuta zijn.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bulkmail Device Types</name>
-      <value>Soorten bulkmail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaign status</name>
-      <value>Campagnestatus</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Start workflow</name>
-      <value>Werkstroom starten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Company</name>
-      <value>Bedrijf</value>
-    </stringEntry>
-    <stringEntry>
-      <name>data</name>
-      <value>gegevens</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Recipients</name>
-      <value>ontvangers</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mark all to delete</name>
-      <value>Alles markeren om te verwijderen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$DISTRICT_RESPONSIBLE}</name>
-      <value>Verantwoordelijk</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Company_industry knowhow</name>
-      <value>Bedrijf_industrie knowhow</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Assembly</name>
-      <value>bijeenkomst</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Download ready</name>
-      <value>Klaar voor downloaden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tasks</name>
-      <value>Taken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>As stated in our letter of %0, we have made use of the possibility to extend the deadline to three months due to %1.</name>
-      <value>Zoals vermeld in onze brief van %0 hebben we gebruik gemaakt van de mogelijkheid om de deadline te verlengen naar drie maanden vanwege %1.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Plus Salestax</name>
-      <value>Plus omzetbelasting</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Offer exists</name>
-      <value>Aanbieding bestaat</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Latin Name</name>
-      <value>Latijnse naam</value>
-    </stringEntry>
-    <stringEntry>
-      <name>You tried to change the status of a ticket from 'ended' to another status.</name>
-      <value>U heeft geprobeerd de status van een ticket te wijzigen van 'beëindigd' naar een andere status.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>District Contact</name>
-      <value>Wijkcontact</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Belarus</name>
-      <value>Wit-Rusland</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attendees cannot be assigned repeatedly!</name>
-      <value>Deelnemers kunnen niet herhaaldelijk worden toegewezen!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Object relation</name>
-      <value>Objectrelatie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Export Templates</name>
-      <value>Sjablonen exporteren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Internet (Person)</name>
-      <value>Internet (persoon)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Current Currencyrate</name>
-      <value>Huidige valutakoers</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Pull Ticket</name>
-      <value>Trek ticket</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Favorite</name>
-      <value>Favoriet</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Macedonia (the former Yugoslav Republic of)</name>
-      <value>Macedonië (de voormalige Joegoslavische Republiek)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Variable</name>
-      <value>Variabele</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Object selection</name>
-      <value>Objectselectie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Superordinate Attribute</name>
-      <value>Bovengeschikt kenmerk</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Reason</name>
-      <value>Reden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Variables</name>
-      <value>Variabelen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Credit</name>
-      <value>Credit</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Move</name>
-      <value>Beweging</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Target Entity</name>
-      <value>Doelentiteit</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Refresh %0 Values</name>
-      <value>Vernieuw %0 waarden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>An error occured during checking whether the sender is an internal user or not.</name>
-      <value>Er is een fout opgetreden tijdens het controleren of de afzender een interne gebruiker is of niet.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>CHAR VALUE</name>
-      <value>CHAR WAARDE</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tablename Id</name>
-      <value>Tabelnaam-ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Audit Log</name>
-      <value>Auditlogboek</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No Datasets selected</name>
-      <value>Geen datasets geselecteerd</value>
-    </stringEntry>
-    <stringEntry>
-      <name>External Datasource</name>
-      <value>Externe gegevensbron</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Imminent appointments for today</name>
-      <value>Binnenkort afspraken voor vandaag</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Botswana</name>
-      <value>Botswana</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Total</name>
-      <value>Totaal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Signature</name>
-      <value>Handtekening</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Dominican Republic</name>
-      <value>Dominicaanse Republiek</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Do you really want to delete \"%0\"? If tickets still use this inbox, this might cause problems.</name>
-      <value>Wilt u echt \"%0\" verwijderen? Als tickets nog steeds deze inbox gebruiken, kan dit problemen veroorzaken.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Outgoing</name>
-      <value>uitgaand</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Addresses</name>
-      <value>Adressen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>A Phase filter has to be set when creating a checklistentry for the Salesproject context.</name>
-      <value>Een Fasefilter moet worden ingesteld bij het maken van een checklistitem voor de Opportunity-context.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Parent Filter</name>
-      <value>Bovenliggende filter</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Recipt</name>
-      <value>Ontvangst</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Appointment checkup for the selected day</name>
-      <value>Afspraak checkup voor de geselecteerde dag</value>
-    </stringEntry>
-    <stringEntry>
-      <name>discounted Price (%0)</name>
-      <value>gereduceerde prijs (%0)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Salesproject: Role</name>
-      <value>Mogelijkheid: rol</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The replacement name has to be unique.</name>
-      <value>De vervangende naam moet uniek zijn.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Id value</name>
-      <value>ID-waarde</value>
-    </stringEntry>
-    <stringEntry>
-      <name>An error occured during getting recipients contact data.</name>
-      <value>Er is een fout opgetreden bij het ophalen van de contactgegevens van de ontvanger.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Import Date</name>
-      <value>Datum importeren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${DISPLAY_AND_OPEN_ONE_HIT}</name>
-      <value>Eén resultaat wordt weergegeven en wordt geopend.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ADITO Facebook Feed</name>
-      <value>ADITO Facebook-feed</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${MIN_MAX_ERROR_MIN_INT_VALUE} field: %0, value: %1, max: %2</name>
-      <value>%0 moet kleiner/gelijk aan %2 zijn.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Canadian dollar</name>
-      <value>Canadese dollar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show open salesprojects</name>
-      <value>Toon openstaande kansen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>within the last six Months</name>
-      <value>in de afgelopen zes maanden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Import Data</name>
-      <value>Data importeren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mosaico</name>
-      <value>Mozaïek</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My responsible Districts</name>
-      <value>Mijn verantwoordelijke districten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Permission procurer</name>
-      <value>Toestemmingsinkoper</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Soft Bounce</name>
-      <value>Zacht stuiteren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Online-Meeting</name>
-      <value>Online-Vergadering</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Test Run Actions</name>
-      <value>Acties test uitvoeren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Signature to set default</name>
-      <value>Handtekening om standaard in te stellen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Viet Nam</name>
-      <value>Vietnam</value>
-    </stringEntry>
-    <stringEntry>
-      <name>On Site</name>
-      <value>Ter plekke</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Communication Setting: %0</name>
-      <value>Communicatie-instelling: %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show the global Covid Cases in a Table</name>
-      <value>Toont de wereldwijde Covid-gevallen in een tabel</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Analyses</name>
-      <value>analyses</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ISO3</name>
-      <value>ISO3</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Libya</name>
-      <value>Libië</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Scan pattern</name>
-      <value>Scanpatroon</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Notification</name>
-      <value>Kennisgeving</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ISO2</name>
-      <value>ISO2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisationname</name>
-      <value>Naam van de organisatie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add to Campaign</name>
-      <value>Toevoegen aan campagne</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Communication Id</name>
-      <value>Communicatie-ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Smart TV</name>
-      <value>Smart TV</value>
-    </stringEntry>
-    <stringEntry>
-      <name>I / O</name>
-      <value>ik / O</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all products</name>
-      <value>Toon alle producten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>E-Mail Adresse</name>
-      <value>E-mailadres</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[ZippingUtil.constructor]Cannot instantiate a static class.</name>
-      <value>[ZippingUtil.constructor]Kan geen statische klasse instantiëren.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project start</name>
-      <value>Project start</value>
-    </stringEntry>
-    <stringEntry>
-      <name>A Phase filter has to be set when creating a checklistentry for the Salesproject Context.</name>
-      <value>Een Fasefilter moet worden ingesteld bij het maken van een checklistitem voor de Opportunity-context.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Social</name>
-      <value>sociaal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation: Language</name>
-      <value>Organisatie: Taal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No consumer found for context '%0'</name>
-      <value>Geen consument gevonden voor context '%0'</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The transfer of data to recipients located in a third country is based on the following guarantees:</name>
-      <value>De doorgifte van gegevens aan ontvangers in een derde land is gebaseerd op de volgende garanties:</value>
-    </stringEntry>
-    <stringEntry>
-      <name>LinkedIn (Organisation)</name>
-      <value>LinkedIn (Organisatie)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Twitter Feed</name>
-      <value>Twitter-feed</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Phone number (Person)</name>
-      <value>Telefoonnummer (Persoon)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Djibouti</name>
-      <value>Djibouti</value>
-    </stringEntry>
-    <stringEntry>
-      <name>External Service</name>
-      <value>Externe Dienst</value>
-    </stringEntry>
-    <stringEntry>
-      <name>DATE_NEW_CONTACT</name>
-      <value>DATE_NEW_CONTACT</value>
-    </stringEntry>
-    <stringEntry>
-      <name>days</name>
-      <value>dagen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Forward</name>
-      <value>Vooruit</value>
-    </stringEntry>
-    <stringEntry>
-      <name>FullAddress</name>
-      <value>Volledig adres</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Forecast weighted</name>
-      <value>Prognose gewogen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Price in </name>
-      <value>Prijs in</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Start</name>
-      <value>Begin</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Do you want to delete the flags of the already maked Persons?</name>
-      <value>Wilt u de vlaggen van de reeds aangemaakte Personen verwijderen?</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New organisation created: %0</name>
-      <value>Nieuwe organisatie gemaakt: %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Semiannually</name>
-      <value>Halfjaarlijks</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Time expenses</name>
-      <value>Tijdskosten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Print media</name>
-      <value>Drukwerk</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Price Condition</name>
-      <value>Prijs Conditie:</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Modification user</name>
-      <value>Wijziging gebruiker</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Complete tasks</name>
-      <value>Taken voltooien</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Headline</name>
-      <value>kop</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Document Templates</name>
-      <value>Documentsjablonen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Your changes may have an impact on the data privacy information (GDPR).\n Please update these.</name>
-      <value>Uw wijzigingen kunnen van invloed zijn op de gegevensprivacy-informatie (AVG).\n Werk deze bij.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>EXPORTTEMPLATEPLACEOFUSEID</name>
-      <value>EXPORTTEMPLATEPLACEOFUSEID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Optional</name>
-      <value>Optioneel</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Change responsible</name>
-      <value>Verander verantwoordelijke</value>
-    </stringEntry>
-    <stringEntry>
-      <name>no valid phone number</name>
-      <value>geen geldig telefoonnummer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Characters to use</name>
-      <value>Tekens om te gebruiken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No project planned</name>
-      <value>Geen project gepland</value>
-    </stringEntry>
-    <stringEntry>
-      <name>United States Minor Outlying Islands</name>
-      <value>Kleine afgelegen eilanden van de Verenigde Staten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>State</name>
-      <value>Staat</value>
-    </stringEntry>
-    <stringEntry>
-      <name>End</name>
-      <value>Einde</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Icon</name>
-      <value>Icoon</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Unlinked e-mails</name>
-      <value>Niet-gekoppelde e-mails</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Data Privacy</name>
-      <value>Data Privacy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>KnowledgeRoles</name>
-      <value>KennisRollen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${TASK_PROTECTIONLEVEL}</name>
-      <value>privé taak</value>
-    </stringEntry>
-    <stringEntry>
-      <name>An error occured while processing the business card.\nPlease contact an administrator.</name>
-      <value>Er is een fout opgetreden tijdens het verwerken van het visitekaartje.\nNeem contact op met een beheerder.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete Inbox</name>
-      <value>Postvak IN verwijderen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>American Samoa</name>
-      <value>Amerikaans Samoa</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Default phone</name>
-      <value>Standaard telefoon</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Standard</name>
-      <value>Standaard</value>
-    </stringEntry>
-    <stringEntry>
-      <name>medium</name>
-      <value>medium</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Workflow signal</name>
-      <value>Workflow-signaal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add the selection to a campaign</name>
-      <value>Voeg de selectie toe aan een campagne</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Internet (Organisation)</name>
-      <value>Internet (Organisatie)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Know How</name>
-      <value>Weet hoe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project planning open</name>
-      <value>Projectplanning geopend</value>
-    </stringEntry>
-    <stringEntry>
-      <name>1 medium</name>
-      <value>medium</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Created by</name>
-      <value>Gemaakt door</value>
-    </stringEntry>
-    <stringEntry>
-      <name>File from this template could not be found anymore. </name>
-      <value>Bestand van dit sjabloon kon niet meer worden gevonden.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Topics</name>
-      <value>Onderwerpen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation</name>
-      <value>Organisatie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>inboxEmail</name>
-      <value>inboxE-mail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mobile number (Organisation)</name>
-      <value>Mobiel nummer (Organisatie)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Admin</name>
-      <value>beheerder</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Indicator</name>
-      <value>Indicator</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Variable costs</name>
-      <value>Variabele kosten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>On time</name>
-      <value>Op tijd</value>
-    </stringEntry>
-    <stringEntry>
-      <name>complaint</name>
-      <value>klacht</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Days running</name>
-      <value>Dagen lopen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[TEST] UnitTest_lib</name>
-      <value>[TEST] UnitTest_lib</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Knowledge entries</name>
-      <value>Kennisinvoer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>show visit planning of the week</name>
-      <value>toon bezoek planning van de week</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Phase progression</name>
-      <value>Faseprogressie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Additional Contacts</name>
-      <value>Extra contacten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Liter</name>
-      <value>Liter</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Plannings</name>
-      <value>planningen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Inbox filter group</name>
-      <value>Inbox filtergroep</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Values</name>
-      <value>Waarden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>License</name>
-      <value>Vergunning</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Parallel gateway</name>
-      <value>Parallelle gateway</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Grenada</name>
-      <value>Grenada</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Assignment</name>
-      <value>Opdracht</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The person is already associated with another employee!</name>
-      <value>De persoon is al gekoppeld aan een andere medewerker!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Turnover</name>
-      <value>Afzet</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Other Contactroles</name>
-      <value>Andere contactrollen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>per</name>
-      <value>per</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Value is too small, the minimum is %0</name>
-      <value>Waarde is te klein, het minimum is %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Footer text</name>
-      <value>Voettekst</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Pieces</name>
-      <value>stukken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Keyword attribute relation Id</name>
-      <value>Trefwoord attribuut relatie-ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contact type</name>
-      <value>Contact type</value>
-    </stringEntry>
-    <stringEntry>
-      <name>OFFER_ID</name>
-      <value>OFFER_ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Offers</name>
-      <value>Aanbiedingen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Documenttemplate Places Of Usage</name>
-      <value>Documentsjabloon Plaatsen van gebruik</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Intermediate throwing event</name>
-      <value>Intermediair werpevenement</value>
-    </stringEntry>
-    <stringEntry>
-      <name>is assignable</name>
-      <value>is toewijsbaar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Service-Admin</name>
-      <value>Service-beheerder</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New organisation address created: %0 %1 %2 %3 %4</name>
-      <value>Nieuw organisatieadres aangemaakt: %0 %1 %2 %3 %4</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Call back (WV)</name>
-      <value>Terugbellen (WV)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Next due date</name>
-      <value>Volgende vervaldatum</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Selection placeholder</name>
-      <value>Tijdelijke aanduiding voor selectie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Start date</name>
-      <value>Begin datum</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Single (Service/All)</name>
-      <value>Enkel (Service/Alle)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Test Recipients</name>
-      <value>Testontvangers</value>
-    </stringEntry>
-    <stringEntry>
-      <name>restrict</name>
-      <value>beperken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Side</name>
-      <value>Kant</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Email body (Regular expression)</name>
-      <value>Hoofdtekst van e-mail (reguliere expressie)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Send information</name>
-      <value>Verstuur informatie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Number of Tickets (Medium)</name>
-      <value>Aantal tickets (gemiddeld)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all sent receipts</name>
-      <value>Toon alle verzonden ontvangstbewijzen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Duplicate Ticket</name>
-      <value>Dubbel ticket</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show my district assignments with status review</name>
-      <value>Toon mijn districtsopdrachten met statusoverzicht</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The chosen attributes were successfully set for %0 %1</name>
-      <value>De gekozen attributen zijn succesvol ingesteld voor %0 %1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Relation type 1</name>
-      <value>Relatietype 1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribute filter</name>
-      <value>Attribuutfilter</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Default</name>
-      <value>Standaard</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My Campaigns</name>
-      <value>Mijn campagnes</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Relation type 2</name>
-      <value>Relatietype 2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Radius in km</name>
-      <value>Straal in km</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Datasets in Outlook</name>
-      <value>Gegevenssets in Outlook</value>
-    </stringEntry>
-    <stringEntry>
-      <name>entity</name>
-      <value>entiteit</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New</name>
-      <value>Nieuw</value>
-    </stringEntry>
-    <stringEntry>
-      <name>tomorrow | %0 - %1 o'clock</name>
-      <value>morgen | %0 - %1 uur</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Date must not be in the future</name>
-      <value>Datum mag niet in de toekomst liggen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Export letter for selection</name>
-      <value>Brief exporteren voor selectie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tonga</name>
-      <value>Tonga</value>
-    </stringEntry>
-    <stringEntry>
-      <name>executives</name>
-      <value>leidinggevenden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>View all duplicates from this scanner</name>
-      <value>Bekijk alle duplicaten van deze scanner</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Public</name>
-      <value>Openbaar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>You have to add at least one recipient.</name>
-      <value>U moet minimaal één ontvanger toevoegen.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Visit frequency</name>
-      <value>Bezoekfrequentie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Observe ID</name>
-      <value>Observeer dataset</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Upload new file</name>
-      <value>Nieuw bestand uploaden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Forecast</name>
-      <value>Voorspelling</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Count Chart</name>
-      <value>Tel grafiek</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation: Classification</name>
-      <value>Organisatie: Classificatie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>EWS - Sync to Exchange</name>
-      <value>EWS - Synchroniseren met Exchange</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Gradings in Percent</name>
-      <value>Beoordelingen in procent</value>
-    </stringEntry>
-    <stringEntry>
-      <name>AddAction</name>
-      <value>Actie toevoegen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[TEST] Keyword_lib</name>
-      <value>[TEST] Trefwoord_lib</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Insert subnode</name>
-      <value>Subknooppunt invoegen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>English</name>
-      <value>Engels</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Nicaragua</name>
-      <value>Nicaragua</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Private person</name>
-      <value>Prive persoon</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Return ticket</name>
-      <value>Retour ticket</value>
-    </stringEntry>
-    <stringEntry>
-      <name>carriage return and line feed</name>
-      <value>regelterugloop en regelinvoer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Change selected</name>
-      <value>Geselecteerde wijzigen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Action '</name>
-      <value>actie '</value>
-    </stringEntry>
-    <stringEntry>
-      <name>2. Customer value</name>
-      <value>2. Klantwaarde</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tool changer</name>
-      <value>Gereedschapswisselaar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Papua New Guinea</name>
-      <value>Papoea-Nieuw-Guinea</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Use all categories</name>
-      <value>Gebruik alle categorieën</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Currency</name>
-      <value>Munteenheid</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SALESORDER_ID</name>
-      <value>SALESORDER_ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Last status change</name>
-      <value>Laatste statuswijziging</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Finished Tickets last 4 weeks</name>
-      <value>Tickets afgelopen 4 weken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Pay due date</name>
-      <value>Betaal vervaldatum</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tanzania, United Republic of</name>
-      <value>Tanzania, Verenigde Republiek</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mark all cached record containers as invalid</name>
-      <value>Markeer alle recordcontainers in de cache als ongeldig</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Business Fair</name>
-      <value>Zakelijke beurs</value>
-    </stringEntry>
-    <stringEntry>
-      <name>edited</name>
-      <value>bewerkt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Namibia</name>
-      <value>Namibië</value>
-    </stringEntry>
-    <stringEntry>
-      <name>CRLF</name>
-      <value>CRLF</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart Number of tickets per inbox (Mail)</name>
-      <value>Grafiek Aantal tickets per inbox (Mail)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Appointments/Tasks</name>
-      <value>Afspraken/Taken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Use all inboxes</name>
-      <value>Alle inboxen gebruiken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Access type</name>
-      <value>Toegangstype</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Int value</name>
-      <value>Int-waarde</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Created on</name>
-      <value>Gemaakt op</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ExportTemplateID</name>
-      <value>Exportsjabloon-ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contactperson</name>
-      <value>Contactpersoon</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribute</name>
-      <value>Attribuut</value>
-    </stringEntry>
-    <stringEntry>
-      <name>(optional) E-Mail to store in contact</name>
-      <value>(optioneel) E-mail om in contact op te slaan</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Buyer</name>
-      <value>Koper</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Evaluation type</name>
-      <value>Evaluatietype:</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Datenew</name>
-      <value>Datumnieuw</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Newsfeed Timeline</name>
-      <value>Nieuwsfeed-tijdlijn</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Company address</name>
-      <value>Bedrijfsadres</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Andorra</name>
-      <value>Andorra</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set missing address locations</name>
-      <value>Stel ontbrekende adreslocaties in</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sender address</name>
-      <value>Zender adres</value>
-    </stringEntry>
-    <stringEntry>
-      <name>added on</name>
-      <value>toegevoegd</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Inland</name>
-      <value>binnenland</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Entriescount</name>
-      <value>Inzendingen tellen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Connection</name>
-      <value>Verbinding</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Open modeler</name>
-      <value>Modeler openen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Default Signature</name>
-      <value>Standaardhandtekening</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Observation Type</name>
-      <value>Observatietype:</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Remove any usage of the interest</name>
-      <value>Verwijder elk gebruik van de rente</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Total net (%0)</name>
-      <value>Totaal netto (%0)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Occupation</name>
-      <value>Bezigheid</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Czech Republic</name>
-      <value>Tsjechië</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Start time</name>
-      <value>Starttijd</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The end date has to be after the start.</name>
-      <value>De einddatum moet na de start zijn.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Hint</name>
-      <value>Tip:</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Countries</name>
-      <value>Landen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Partial calculation</name>
-      <value>Gedeeltelijke berekening</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Parent Id</name>
-      <value>Ouder ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>no USER for inboxEmail</name>
-      <value>geen GEBRUIKER voor inboxE-mail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Personal appearance</name>
-      <value>persoonlijke verschijning</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket duplicated (original)</name>
-      <value>Ticket gedupliceerd (origineel)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${BINARY_LIB_TOO_MANY_BINARIES}</name>
-      <value>Voor dit binaire veld is slechts één data-item toegestaan</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Total Net (%0)</name>
-      <value>Totaal netto (%0)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Lettersalutation</name>
-      <value>Brievenbegroeting</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Container</name>
-      <value>container</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Update Advertising</name>
-      <value>Advertentie bijwerken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bounce (Hard)</name>
-      <value>Stuiteren (moeilijk)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ARCHIVE</name>
-      <value>ARCHIEF</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Frame contract (WV)</name>
-      <value>Raamovereenkomst (WV)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Competitors</name>
-      <value>concurrenten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>has</name>
-      <value>heeft</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Inserted rows</name>
-      <value>Ingevoegde rijen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Colombia</name>
-      <value>Colombia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Knowledge category</name>
-      <value>Kennis categorie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Medium</name>
-      <value>Medium</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tentative</name>
-      <value>Voorlopig</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Honduras</name>
-      <value>Honduras</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Antarctica</name>
-      <value>Antarctica</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 files ignored</name>
-      <value>%0 bestanden genegeerd</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set all address locations</name>
-      <value>Alle adreslocaties instellen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>updated</name>
-      <value>bijgewerkt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>BOOL VALUE</name>
-      <value>BOOL WAARDE</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Paste as Top Topic</name>
-      <value>Plakken als Toponderwerp</value>
-    </stringEntry>
-    <stringEntry>
-      <name>add Contact to Sync</name>
-      <value>contact toevoegen aan synchronisatie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets total (Mail)</name>
-      <value>Grafiek aantal tickets totaal (Mail)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project manager</name>
-      <value>Projectleider</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Data protection agreement</name>
-      <value>Gegevensbeschermingsovereenkomst</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${DISPLAY_AND_OPEN_%0_OF_%1_HITS}</name>
-      <value>%0 van %1 resultaten worden weergegeven en worden geopend.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Document actions</name>
-      <value>Documentacties</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Hours</name>
-      <value>Uren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ORG</name>
-      <value>ORG</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Filetype</name>
-      <value>Bestandstype</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Christmas Island</name>
-      <value>Kersteiland</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Current password</name>
-      <value>Huidig wachtwoord</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Review</name>
-      <value>Beoordeling</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Workflow instance</name>
-      <value>Workflow-instantie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Maillog</name>
-      <value>Mail logboek</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Anonymization</name>
-      <value>Anonimisering</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy Participants</name>
-      <value>Kopieer deelnemers</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Martinique</name>
-      <value>Martinique</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No duplicates allowed: action '</name>
-      <value>Geen duplicaten toegestaan: actie '</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Log type</name>
-      <value>Logtype:</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Password</name>
-      <value>Wachtwoord</value>
-    </stringEntry>
-    <stringEntry>
-      <name>AuditLogs</name>
-      <value>Auditlogboeken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Overview</name>
-      <value>Overzicht</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 attachments:</name>
-      <value>%0 bijlagen:</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets per inbox (Mail)</name>
-      <value>Grafiek aantal tickets per inbox (Mail)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Quick entry</name>
-      <value>Snelle invoer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The attribute \"%0\" couldn't be set for %1 %2, because %3.</name>
-      <value>Het kenmerk \"%0\" kan niet worden ingesteld voor %1 %2, omdat %3.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Invoice Discount</name>
-      <value>Factuurkorting</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Business Fair Lead</name>
-      <value>Business Fair Lead</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Zimbabwe</name>
-      <value>Zimbabwe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Regulation</name>
-      <value>Regulatie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>up to date</name>
-      <value>actueel</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Fax</name>
-      <value>Fax</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Update campaign step</name>
-      <value>Campagnestap bijwerken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>quotation mark</name>
-      <value>aanhalingsteken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Phone number (Organisation)</name>
-      <value>Telefoonnummer (Organisatie)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Deparment</name>
-      <value>afdeling</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Grandchild of</name>
-      <value>Kleinkind van</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Payment address</name>
-      <value>Betaal adres</value>
-    </stringEntry>
-    <stringEntry>
-      <name>End time must be later than start time</name>
-      <value>Eindtijd moet later zijn dan begintijd</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Guyana</name>
-      <value>Guyana</value>
-    </stringEntry>
-    <stringEntry>
-      <name>There are no valid employees in the department.</name>
-      <value>Er zijn geen geldige medewerkers op de afdeling.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Probability Chart</name>
-      <value>Kansgrafiek</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show the number of activities of the grouped fields</name>
-      <value>Toont het aantal activiteiten van de gegroepeerde velden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Added</name>
-      <value>Toegevoegd</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Write bulk mail</name>
-      <value>Bulkmail schrijven</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ukraine</name>
-      <value>Oekraïne</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Relations</name>
-      <value>Relaties</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Subordinate campaign of</name>
-      <value>Ondergeschikte campagne van</value>
-    </stringEntry>
-    <stringEntry>
-      <name>OUT</name>
-      <value>UIT</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Extension letter date</name>
-      <value>Verlenging brief datum</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 deleted.</name>
-      <value>%0 verwijderd.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Liquidity</name>
-      <value>Liquiditeit</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Country</name>
-      <value>Land</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bermuda</name>
-      <value>Bermuda</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Jamaica</name>
-      <value>Jamaica</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all offers</name>
-      <value>Toon alle aanbiedingen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Blog (Person)</name>
-      <value>Blog (persoon)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Commrestrictions</name>
-      <value>Commrestricties</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Article</name>
-      <value>Artikel</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Excreted can't be in the future</name>
-      <value>Uitgescheiden kan niet in de toekomst zijn</value>
-    </stringEntry>
-    <stringEntry>
-      <name>confirmed</name>
-      <value>bevestigd</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Transfered data</name>
-      <value>Overgedragen gegevens</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Choose Footer</name>
-      <value>Kies voettekst</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Lead</name>
-      <value>Lood</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Deletion</name>
-      <value>Verwijdering</value>
-    </stringEntry>
-    <stringEntry>
-      <name>one mail could not be linked automatically</name>
-      <value>één e-mail kon niet automatisch worden gekoppeld</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Salesproject: Responsible</name>
-      <value>Kans: Verantwoordelijk</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Privacy agreement</name>
-      <value>Privacyovereenkomst</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add to order</name>
-      <value>Aan bestelling toevoegen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Fixed</name>
-      <value>Gemaakt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>delete linked permissions and hierarchies</name>
-      <value>verwijder gekoppelde machtigingen en hiërarchieën</value>
-    </stringEntry>
-    <stringEntry>
-      <name>This priority is already assigned.</name>
-      <value>Deze prioriteit is al toegewezen.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Error when reading the file!</name>
-      <value>Fout bij het lezen van het bestand!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Transport damage</name>
-      <value>Transportschade</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product Group</name>
-      <value>Productgroep</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Start advertising material workflow</name>
-      <value>Start de workflow voor reclamemateriaal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Update</name>
-      <value>Bijwerken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Responsibles</name>
-      <value>Verantwoordelijken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete this Function</name>
-      <value>Deze functie verwijderen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Austria</name>
-      <value>Oostenrijk</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sport</name>
-      <value>Sport</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Offer item Id</name>
-      <value>Aanbieding item-ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Technology</name>
-      <value>Technologie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Production</name>
-      <value>Productie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No Restrictions</name>
-      <value>Geen beperkingen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>number of connections</name>
-      <value>aantal aansluitingen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: .where has to be called before following and/or.</name>
-      <value>SqlBuilder: .where moet worden aangeroepen voor het volgen en/of.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Trade fair</name>
-      <value>Beurs</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Order</name>
-      <value>Volgorde</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Superordinate campaign of</name>
-      <value>Overkoepelende campagne van</value>
-    </stringEntry>
-    <stringEntry>
-      <name>manually</name>
-      <value>handmatig</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Pricing policy</name>
-      <value>Prijsbeleid</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Calendar maintime start</name>
-      <value>Start kalender maintime</value>
-    </stringEntry>
-    <stringEntry>
-      <name>archive</name>
-      <value>archief</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Participated</name>
-      <value>Deelgenomen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Flag</name>
-      <value>Vlag</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Created from</name>
-      <value>Gemaakt van</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Atmosphere</name>
-      <value>Atmosfeer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Manually</name>
-      <value>handmatig</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Rebuild all duplicates from the selected scanners</name>
-      <value>Herbouw alle duplicaten van de geselecteerde scanners</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ethiopia</name>
-      <value>Ethiopië</value>
-    </stringEntry>
-    <stringEntry>
-      <name>request</name>
-      <value>verzoek</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${NUMBER}</name>
-      <value>Nummer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Follow up (WV)</name>
-      <value>Opvolging (WV)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>grandchild of</name>
-      <value>kleinkind van</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sierra Leone</name>
-      <value>Sierra Leone</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Communication: Link</name>
-      <value>Communicatie: Link</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Target Currency</name>
-      <value>Doelvaluta</value>
-    </stringEntry>
-    <stringEntry>
-      <name>general</name>
-      <value>algemeen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Pakistan</name>
-      <value>Pakistan</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Duplicates</name>
-      <value>Duplicaten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ended (abandoned)</name>
-      <value>eindigde (verlaten)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New document template</name>
-      <value>Nieuw documentsjabloon</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Districts</name>
-      <value>districten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bosnia and Herzegovina</name>
-      <value>Bosnië-Herzegovina</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Company name</name>
-      <value>Bedrijfsnaam</value>
-    </stringEntry>
-    <stringEntry>
-      <name>This cannot be undone!</name>
-      <value>Dit kan niet ongedaan gemaakt worden!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No contacts selected</name>
-      <value>Geen contacten geselecteerd</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[TEST] Util_lib - ArrayUtils</name>
-      <value>[TEST] Util_lib - ArrayUtils</value>
-    </stringEntry>
-    <stringEntry>
-      <name>consent pending</name>
-      <value>in afwachting van toestemming</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bangladesh</name>
-      <value>Bangladesh</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[TEST] Observation_lib</name>
-      <value>[TEST] Observation_lib</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Subcategory</name>
-      <value>subcategorie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Saint Vincent and the Grenadines</name>
-      <value>Saint Vincent en de Grenadines</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Duplicate</name>
-      <value>Duplicaat</value>
-    </stringEntry>
-    <stringEntry>
-      <name>PermissionId</name>
-      <value>PermissionId</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Move Down</name>
-      <value>Naar beneden verplaatsen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product</name>
-      <value>Product</value>
-    </stringEntry>
-    <stringEntry>
-      <name>customer checks</name>
-      <value>klanten cheques</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Picture</name>
-      <value>Afbeelding</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Commodity group B (WV)</name>
-      <value>Goederengroep B (WV)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Free or Busy Permission</name>
-      <value>Toestemming vrij of bezet</value>
-    </stringEntry>
-    <stringEntry>
-      <name>FavoriteGroup</name>
-      <value>Favoriete groep</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create planning</name>
-      <value>Maak planning</value>
-    </stringEntry>
-    <stringEntry>
-      <name>active</name>
-      <value>actief</value>
-    </stringEntry>
-    <stringEntry>
-      <name>subsidiary</name>
-      <value>dochteronderneming</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sales Dashboard</name>
-      <value>Verkoopdashboard</value>
-    </stringEntry>
-    <stringEntry>
-      <name>flexible</name>
-      <value>flexibel</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Date of request</name>
-      <value>Datum van verzoek</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project_duration</name>
-      <value>Projectduur</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Handcraft</name>
-      <value>Handgemaakt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Week</name>
-      <value>Week</value>
-    </stringEntry>
-    <stringEntry>
-      <name>PP/SP</name>
-      <value>PP/SP</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 attachment:</name>
-      <value>%0 bijlage:</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Adviser Role</name>
-      <value>Adviseur rol</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Website</name>
-      <value>Website</value>
-    </stringEntry>
-    <stringEntry>
-      <name>User error</name>
-      <value>Gebruikersfout</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product price Id</name>
-      <value>Productprijs-ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Full calculation</name>
-      <value>Volledige berekening</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 files imported</name>
-      <value>%0 bestanden geïmporteerd</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ended (done)</name>
-      <value>geëindigd (klaar)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Marketing manager</name>
-      <value>Marketingmanager</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Download</name>
-      <value>Downloaden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Total VAT (%0)</name>
-      <value>Totaal btw (%0)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Open Route of the day</name>
-      <value>Open Route van de dag</value>
-    </stringEntry>
-    <stringEntry>
-      <name>export using the selected template</name>
-      <value>exporteren met de geselecteerde sjabloon</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add Manual Delete Flag</name>
-      <value>Handmatige markering toevoegen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No new recipients found that can be added to the bulk mail.</name>
-      <value>Geen nieuwe ontvangers gevonden die aan de bulkmail kunnen worden toegevoegd.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: The pagesize is not set or is not a number.</name>
-      <value>SqlBuilder: De paginagrootte is niet ingesteld of is geen getal.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Editor changed to</name>
-      <value>Editor gewijzigd in</value>
-    </stringEntry>
-    <stringEntry>
-      <name>It lists all areas that the user has to take care of.</name>
-      <value>Het somt alle gebieden op waar de gebruiker voor moet zorgen.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>CHAR_VALUE</name>
-      <value>CHAR_VALUE</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Won</name>
-      <value>Won</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all activities</name>
-      <value>Toon alle activiteiten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$DISTRICT_PARENT_DISTRICT}</name>
-      <value>ouder district</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Use external Scanservice</name>
-      <value>Externe Scanservice gebruiken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Child Roles</name>
-      <value>Kinderrollen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sales Staff Activity</name>
-      <value>Activiteit verkooppersoneel</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Employee group filter group</name>
-      <value>Groepsfiltergroep voor werknemers</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Gibraltar</name>
-      <value>Gibraltar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>wrong configuration for '%0'</name>
-      <value>verkeerde configuratie voor '%0'</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Choose a campaign and a step to add the contact to a  campaign</name>
-      <value>Kies een campagne en een stap om de contactpersoon aan een campagne toe te voegen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 15</name>
-      <value>Kolom 15</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 16</name>
-      <value>Kolom 16</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attachment</name>
-      <value>Bijlage</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 13</name>
-      <value>Kolom 13</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 14</name>
-      <value>Kolom 14</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Auto probability</name>
-      <value>Automatische waarschijnlijkheid</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 11</name>
-      <value>Kolom 11</value>
-    </stringEntry>
-    <stringEntry>
-      <name>CONTACTID</name>
-      <value>CONTACTID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 12</name>
-      <value>Kolom 12</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Object Relation Type</name>
-      <value>Objectrelatietype</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 10</name>
-      <value>Kolom 10</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 19</name>
-      <value>Kolom 19</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 17</name>
-      <value>Kolom 17</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 18</name>
-      <value>Kolom 18</value>
-    </stringEntry>
-    <stringEntry>
-      <name>To-Do's</name>
-      <value>Taken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>reply</name>
-      <value>antwoord</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Event Begin</name>
-      <value>Evenement begint</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[ZippingUtil.renameDuplicateFilenamesForZip]Limit for max length of filename iteration reached.</name>
-      <value>[ZippingUtil.renameDuplicateFilenamesForZip]Limiet voor maximale lengte van bestandsnaamiteratie bereikt.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Modification date</name>
-      <value>Wijzigingsdatum:</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Iran (Islamic Republic of)</name>
-      <value>Iran (Islamitische Republiek)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Golf</name>
-      <value>Golf</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Delivery note</name>
-      <value>Afleveringsbon</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 26</name>
-      <value>Kolom 26</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 27</name>
-      <value>Kolom 27</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 24</name>
-      <value>Kolom 24</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 25</name>
-      <value>Kolom 25</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 22</name>
-      <value>Kolom 22</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 23</name>
-      <value>Kolom 23</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 20</name>
-      <value>Kolom 20</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 21</name>
-      <value>Kolom 21</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Role</name>
-      <value>Rol</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Maintenance contract</name>
-      <value>Onderhoudscontract</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Alt. E-Mail</name>
-      <value>Alt. E-mail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>We received data from</name>
-      <value>We hebben gegevens ontvangen van:</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 28</name>
-      <value>Kolom 28</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 29</name>
-      <value>Kolom 29</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Object Type</name>
-      <value>Object type</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket return</name>
-      <value>Ticket retour</value>
-    </stringEntry>
-    <stringEntry>
-      <name>File can't be edited here. You can download, edit and reupload the template to change the content.</name>
-      <value>Bestand kan hier niet worden bewerkt. U kunt de sjabloon downloaden, bewerken en opnieuw uploaden om de inhoud te wijzigen.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 from \"%1\" to \"%2\"</name>
-      <value>%0 van \"%1\" naar \"%2\"</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Current Recipients</name>
-      <value>Huidige ontvangers</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Discussion</name>
-      <value>Discussie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${IGNORE_DUPLICATE}</name>
-      <value>Record is geen duplicaat</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 30</name>
-      <value>Kolom 30</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Russian Federation</name>
-      <value>Russische Federatie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>waiting</name>
-      <value>aan het wachten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Closure</name>
-      <value>Sluiting</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sender organisation name</name>
-      <value>Naam afzenderorganisatie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Conveyor</name>
-      <value>transportband</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Field</name>
-      <value>Veld</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket closure</name>
-      <value>Ticket sluiting</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[%0]has now an incorrect length; estimated 2 or 3 elements but got %1</name>
-      <value>[%0]heeft nu een onjuiste lengte; geschatte 2 of 3 elementen maar kreeg %1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Language</name>
-      <value>Taal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Manually set</name>
-      <value>Handmatig instellen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New service ticket</name>
-      <value>Nieuw serviceticket</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sent Offers</name>
-      <value>Verzonden aanbiedingen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New Ticket</name>
-      <value>Nieuw kaartje</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Value is too big, the maximum is %0</name>
-      <value>Waarde is te groot, het maximum is %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attendee</name>
-      <value>deelnemer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>getKeyword</name>
-      <value>getTrefwoord</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Interested person</name>
-      <value>Geïnteresseerde persoon</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$TICKET_STATUS}</name>
-      <value>Toestand</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mailbridge failed: user '%0' is unknown, contact an administrator.</name>
-      <value>Mailbridge mislukt: gebruiker '%0' is onbekend, neem contact op met een beheerder.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Dominica</name>
-      <value>Dominica</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Unit price (%0)</name>
-      <value>Eenheidsprijs (%0)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sudan</name>
-      <value>Soedan</value>
-    </stringEntry>
-    <stringEntry>
-      <name>75%</name>
-      <value>75%</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Order date</name>
-      <value>Besteldatum</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Developer</name>
-      <value>Ontwikkelaar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Newsfeed (Full)</name>
-      <value>Nieuwsfeed (Volledig)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Pull next ticket or create new ones</name>
-      <value>Trek het volgende ticket of maak nieuwe aan</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Subject and Body</name>
-      <value>Onderwerp en lichaam</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Incoming</name>
-      <value>inkomend</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Extend - request count</name>
-      <value>Verlengen - aantal verzoeken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>within the last year</name>
-      <value>in het afgelopen jaar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sender</name>
-      <value>Afzender</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Service contract</name>
-      <value>Servicecontract</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sendet</name>
-      <value>Sendet</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Search component</name>
-      <value>Zoekcomponent</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Taiwan</name>
-      <value>Taiwan</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Offer number</name>
-      <value>Aanbiedingsnummer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>cancelled</name>
-      <value>geannuleerd</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Central African Republic</name>
-      <value>Centraal Afrikaanse Republiek</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Maturity</name>
-      <value>Volwassenheid</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Full Permissions</name>
-      <value>Volledige machtigingen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Documents handed over</name>
-      <value>Overhandigde documenten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaign costs</name>
-      <value>Campagnekosten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Transmission</name>
-      <value>Overdragen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Migrate keyword containers</name>
-      <value>Zoekwoordcontainers migreren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Somalia</name>
-      <value>Somalië</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My Workflow Tasks</name>
-      <value>Mijn werkstroomtaken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Guarantees</name>
-      <value>garanties</value>
-    </stringEntry>
-    <stringEntry>
-      <name>was missed</name>
-      <value>werd gemist</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show my Forecast and Turnover for the current year</name>
-      <value>Toon mijn prognose en omzet voor het lopende jaar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Turnover Last Year</name>
-      <value>Omzet vorig jaar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mail (Person)</name>
-      <value>Post (persoon)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>member</name>
-      <value>lid</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[%0]the columnName is not a string after interpreting</name>
-      <value>[%0]de kolomnaam is geen tekenreeks na interpretatie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>LogHistory</name>
-      <value>LogGeschiedenis</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Appointment CheckUp</name>
-      <value>Afspraak CheckUp</value>
-    </stringEntry>
-    <stringEntry>
-      <name>12 Months</name>
-      <value>12 maanden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Syrian Arab Republic</name>
-      <value>Syrische Arabische Republiek</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Unknown incoming call from %0 to %1</name>
-      <value>Onbekende inkomende oproep van %0 tot %1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Dataset</name>
-      <value>Gegevensset</value>
-    </stringEntry>
-    <stringEntry>
-      <name>no valid mail-address format</name>
-      <value>geen geldig e-mailadresformaat</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all sent offers</name>
-      <value>Toon alle verzonden aanbiedingen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Reopen delay (days)</name>
-      <value>Vertraging voor heropening (dagen)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mobile</name>
-      <value>mobiel</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Allowed</name>
-      <value>Toegestaan</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show unread notifications about different content, e.g. Appointments, serial mails, ...</name>
-      <value>Toont ongelezen notificaties over verschillende inhoud, bv. Afspraken, seriële mails, ...</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Choose Team</name>
-      <value>Kies team</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Don't use for test run</name>
-      <value>Niet gebruiken voor proefdraaien</value>
-    </stringEntry>
-    <stringEntry>
-      <name>InboxRelation</name>
-      <value>InboxRelatie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Palau</name>
-      <value>Palau</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Most important Sales key figures</name>
-      <value>Belangrijkste verkoopkerncijfers</value>
-    </stringEntry>
-    <stringEntry>
-      <name>E-mail processing error</name>
-      <value>E-mailverwerkingsfout</value>
-    </stringEntry>
-    <stringEntry>
-      <name>HIGH</name>
-      <value>HOOG</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Open Turnover</name>
-      <value>Open omzet</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Relation type</name>
-      <value>Relatietype</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Dates</name>
-      <value>data</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: if you use a subQuery (e.g. SqlBuilder) you have to provide pCondition (e.g. \"exists ?\")</name>
-      <value>SqlBuilder: als u een subQuery (bijv. SqlBuilder) gebruikt, moet u pCondition opgeven (bijv. \"bestaat ?\")</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Subscription model</name>
-      <value>abonnementsmodel</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Person in charge</name>
-      <value>Leidinggevende</value>
-    </stringEntry>
-    <stringEntry>
-      <name>solution</name>
-      <value>oplossing</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Probability AI</name>
-      <value>Waarschijnlijkheid AI</value>
-    </stringEntry>
-    <stringEntry>
-      <name>External Work</name>
-      <value>Extern werk</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Total gross</name>
-      <value>Totaal bruto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Lesotho</name>
-      <value>Lesotho</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bounces</name>
-      <value>Stuitert</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaigns</name>
-      <value>Campagnes</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Order amount</name>
-      <value>Bestelbedrag</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Maindocuments</name>
-      <value>Hoofddocumenten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Fix cost</name>
-      <value>Vaste kosten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Employee already selected</name>
-      <value>Medewerker al geselecteerd</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${UNLINKEDMAILMAPPING_ADDITIONAL_LINKS}</name>
-      <value>${UNLINKEDMAILMAPPING_ADDITIONAL_LINKS}</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Titel</name>
-      <value>Titel</value>
-    </stringEntry>
-    <stringEntry>
-      <name>true</name>
-      <value>waar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Save</name>
-      <value>Sparen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Permission Set ID</name>
-      <value>ID machtigingenset</value>
-    </stringEntry>
-    <stringEntry>
-      <name>United States of America</name>
-      <value>de Verenigde Staten van Amerika</value>
-    </stringEntry>
-    <stringEntry>
-      <name>remove Contact from Sync</name>
-      <value>verwijder Contact uit Sync</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Address purchase</name>
-      <value>Adres aankoop</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Marketing</name>
-      <value>marketing</value>
-    </stringEntry>
-    <stringEntry>
-      <name>0 low</name>
-      <value>laag</value>
-    </stringEntry>
-    <stringEntry>
-      <name>hour</name>
-      <value>uur</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Communication data</name>
-      <value>Communicatiegegevens</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create</name>
-      <value>Creëren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>competitor</name>
-      <value>concurrent</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Type of contract</name>
-      <value>type contract</value>
-    </stringEntry>
-    <stringEntry>
-      <name>rule editor</name>
-      <value>regel editor</value>
-    </stringEntry>
-    <stringEntry>
-      <name>rights of access</name>
-      <value>toegangsrechten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Entrydate</name>
-      <value>ingangsdatum</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Unlinked e-mail</name>
-      <value>Niet-gekoppelde e-mail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Talks</name>
-      <value>gesprekken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Permission Dealer Department</name>
-      <value>Toestemming Dealerafdeling</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 | %1 o'clock - %2 | %3 o'clock</name>
-      <value>%0 | %1 uur - %2 | %3 uur</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Choose payment address</name>
-      <value>Kies betalingsadres</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Service category</name>
-      <value>Servicecategorie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mailing to customer</name>
-      <value>Mailing naar klant</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Closed</name>
-      <value>Gesloten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Completed</name>
-      <value>Voltooid</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Uganda</name>
-      <value>Oeganda</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Suriname</name>
-      <value>Suriname</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Greenland</name>
-      <value>Groenland</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Standard Zip</name>
-      <value>Standaard Zip</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Weight (kg)</name>
-      <value>Gewicht (kg)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Competitor</name>
-      <value>Concurrent</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Origin</name>
-      <value>Oorsprong</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Industry changed to %0</name>
-      <value>Industrie gewijzigd in %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${ORDER_CANCELLED}</name>
-      <value>geannuleerd</value>
-    </stringEntry>
-    <stringEntry>
-      <name>inboxes</name>
-      <value>inbox</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Is contact without a contract</name>
-      <value>Is contact zonder contract</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Activity</name>
-      <value>Activiteit</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Rights of access</name>
-      <value>Toegangsrechten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Month</name>
-      <value>Maand</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Department</name>
-      <value>afdeling</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Next phase</name>
-      <value>Volgende fase</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Permission</name>
-      <value>Toestemming</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Use selection for test mailing</name>
-      <value>Gebruik selectie voor testmailing</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Source Currency</name>
-      <value>Bronvaluta</value>
-    </stringEntry>
-    <stringEntry>
-      <name>no valid format</name>
-      <value>geen geldig formaat</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Unitprice</name>
-      <value>Eenheid prijs</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 new recipients will be added to the bulk mail.</name>
-      <value>%0 nieuwe ontvangers worden toegevoegd aan de bulkmail.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Duplicate status</name>
-      <value>Dubbele status</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Priority Source</name>
-      <value>Prioriteitsbron</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Longitude</name>
-      <value>Lengtegraad</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Guinea-Bissau</name>
-      <value>Guinee-Bissau</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation: Type</name>
-      <value>Organisatie: Type</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Permission Overview</name>
-      <value>Toestemmingsoverzicht</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Expand</name>
-      <value>Uitbreiden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project title</name>
-      <value>Project titel</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Category determination</name>
-      <value>Categoriebepaling</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Valid, unlimited</name>
-      <value>Geldig, onbeperkt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Svalbard and Jan Mayen</name>
-      <value>Svalbard en Jan Mayen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Newsfeed (Complete Article)</name>
-      <value>Nieuwsfeed (compleet artikel)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Download letter and create Activity</name>
-      <value>Download brief en maak activiteit aan</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Task Attendees</name>
-      <value>Taakdeelnemers</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Team</name>
-      <value>Team</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create activities</name>
-      <value>Activiteiten maken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>free</name>
-      <value>vrij</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Annual holidays</name>
-      <value>Jaarlijkse vakantie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Inbox</name>
-      <value>Postvak IN</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New task</name>
-      <value>Nieuwe taak</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Context</name>
-      <value>Context</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$TICKET_EDITOR}</name>
-      <value>Editor
-</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Full permissions already assigned</name>
-      <value>Volledige rechten al toegewezen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Documenttemplate Place Of Use</name>
-      <value>Documentsjabloon Plaats van gebruik</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Probability</name>
-      <value>Waarschijnlijkheid</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Charset</name>
-      <value>Tekenset</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Communication: Phone</name>
-      <value>Communicatie: Telefoon</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Followed up</name>
-      <value>Gevolgd</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Privacy Notice</name>
-      <value>Privacyverklaring</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Lebanon</name>
-      <value>Libanon</value>
-    </stringEntry>
-    <stringEntry>
-      <name>BPMN</name>
-      <value>BPMN</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mauritania</name>
-      <value>Mauritanië</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Prev</name>
-      <value>Vorige</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sync Exchange Contacts</name>
-      <value>Exchange-contacten synchroniseren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy template</name>
-      <value>Kopieer sjabloon</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Interest (subscribed)</name>
-      <value>Interesse (ingeschreven)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Streetmap</name>
-      <value>Plattegrond</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete all usage</name>
-      <value>Al het gebruik verwijderen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Missed call from %0 to %1</name>
-      <value>Gemiste oproep van %0 tot %1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The ZIP code does not match the format of the country.</name>
-      <value>De postcode komt niet overeen met het formaat van het land.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>grandparents of</name>
-      <value>grootouders van</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Indicator Type</name>
-      <value>Indicatortype:</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Click</name>
-      <value>Klik</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Adito red</name>
-      <value>Adito rood</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Valid district contacts</name>
-      <value>Geldige wijkcontacten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Weekly</name>
-      <value>Wekelijks</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Luxembourg</name>
-      <value>Luxemburg</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Responsible Department</name>
-      <value>Verantwoordelijke afdeling</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Jersey</name>
-      <value>Jersey</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Context name</name>
-      <value>Contextnaam</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Permission Dealer</name>
-      <value>Toestemming dealer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set status to active</name>
-      <value>Zet status op actief</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show my bulkmails</name>
-      <value>Toon mijn bulkmails</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project number</name>
-      <value>Projectnummer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[%0]%1 is an object but seems not to be a valid array or array-like</name>
-      <value>[%0]%1 is een object maar lijkt geen geldige array of array-achtig te zijn</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Building industry</name>
-      <value>Bouw Industrie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Canadian Dollar</name>
-      <value>Canadese dollar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Recipient address</name>
-      <value>Adres van de ontvanger</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Link e-mail addresses to contacts</name>
-      <value>E-mailadressen koppelen aan contacten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Stop costs</name>
-      <value>Stop kosten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Incoming call from %0 (%1) to %2</name>
-      <value>Inkomende oproep van %0 (%1) tot %2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contact Management</name>
-      <value>Contactbeheer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>6 Months</name>
-      <value>6 maanden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Paid</name>
-      <value>Betaald</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Empty actions are not allowed!</name>
-      <value>Lege acties zijn niet toegestaan!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Properties</name>
-      <value>Eigenschappen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No customer since creation &gt; 3 years</name>
-      <value>Geen klant sinds oprichting &gt; 3 jaar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket type</name>
-      <value>Tickettype</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product_flexibility</name>
-      <value>Product_flexibiliteit</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 from \"%1\" to %2 \"%3\"</name>
-      <value>%0 van \"%1\" naar %2 \"%3\"</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Valid from quantity</name>
-      <value>Geldig vanaf aantal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Own website</name>
-      <value>Eigen website</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show the finished Tickets in the last 4 weeks</name>
-      <value>Toon de voltooide Tickets van de afgelopen 4 weken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaignstep has already ended</name>
-      <value>Campagnestap is al afgelopen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Enter new Ticket</name>
-      <value>Nieuw ticket invoeren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Calculate sum</name>
-      <value>Bereken som</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Email subject</name>
-      <value>E-mail onderwerp</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Date start</name>
-      <value>Datum start</value>
-    </stringEntry>
-    <stringEntry>
-      <name>acquainted with</name>
-      <value>kennisgemaakt met</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Title</name>
-      <value>Titel</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No permissions</name>
-      <value>geen toestemming</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create notification</name>
-      <value>Melding maken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Pitcairn</name>
-      <value>Pitcairn</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation: Zip</name>
-      <value>Organisatie: Zip</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertising ban</name>
-      <value>Reclameverbod</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Deployment Id</name>
-      <value>Implementatie-ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Editor</name>
-      <value>Editor</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The combination of organisation, product group and year already exists.</name>
-      <value>De combinatie van organisatie, productgroep en jaar bestaat al.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Indonesia</name>
-      <value>Indonesië</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Location</name>
-      <value>Plaats</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The Import Fields \"Lastname\" or \"Organisation\" have to be mapped!</name>
-      <value>De importvelden \"Achternaam\" of \"Organisatie\" moeten worden toegewezen!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Appointment Status</name>
-      <value>Afspraakstatus</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Key account</name>
-      <value>Sleutelaccount</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${VOLUME_MONEY}</name>
-      <value>Volume</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Alternative email</name>
-      <value>Alternatieve e-mail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show the organisations turnover in a 3 year time-span</name>
-      <value>Toont de omzet van de organisatie in een tijdspanne van 3 jaar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Import Fields</name>
-      <value>Velden importeren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Congo (Democratic Republic of the)</name>
-      <value>Congo (Democratische Republiek)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Activity link Id</name>
-      <value>Id van activiteitslink</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set attribute</name>
-      <value>Attribuut instellen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bulk mails</name>
-      <value>Bulkmails</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Timetracking entries</name>
-      <value>Tijdregistratie-items</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The chosen attribute was successfully set for %0 %1</name>
-      <value>Het gekozen kenmerk is met succes ingesteld voor %0 %1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My campaigns</name>
-      <value>Mijn campagnes</value>
-    </stringEntry>
-    <stringEntry>
-      <name>dd.MM.yyyy</name>
-      <value>MM/dd/yyyy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Unknown accepted call from %0 to %1, duration: %2</name>
-      <value>Onbekende geaccepteerde oproep van %0 tot %1, duur: %2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>determined in</name>
-      <value>bepaald in</value>
-    </stringEntry>
-    <stringEntry>
-      <name>collaboration with</name>
-      <value>samenwerking met</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Letter</name>
-      <value>Brief</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Turkey</name>
-      <value>kalkoen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Forward ticket</name>
-      <value>Ticket doorsturen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>User Currency</name>
-      <value>Gebruikersvaluta</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Trinidad and Tobago</name>
-      <value>Trinidad en Tobago</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Phone of contact</name>
-      <value>Telefoon van contact</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contract</name>
-      <value>Contract</value>
-    </stringEntry>
-    <stringEntry>
-      <name>favorite</name>
-      <value>favoriet</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Description</name>
-      <value>Beschrijving</value>
-    </stringEntry>
-    <stringEntry>
-      <name>DataPrivacy Use</name>
-      <value>Gebruik van gegevensprivacy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${SALESPROJECT_NEGOTIATION}</name>
-      <value>Onderhandeling</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Xing (Organisation)</name>
-      <value>Xing (organisatie)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Repeat password</name>
-      <value>herhaal wachtwoord</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Palestine, State of</name>
-      <value>Palestina, Staat</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sri Lanka</name>
-      <value>Sri Lanka</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Exclusive gateway</name>
-      <value>Exclusieve toegangspoort</value>
-    </stringEntry>
-    <stringEntry>
-      <name>All Knowledge Entries</name>
-      <value>Alle kennisinvoer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Team leader dashboard</name>
-      <value>Teamleider dashboard</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Communication Settings</name>
-      <value>Communicatie-instellingen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>This combination of person and organisation does already exist and can not be created once more.</name>
-      <value>Deze combinatie van persoon en organisatie bestaat al en kan niet nog een keer gemaakt worden.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>comma</name>
-      <value>komma</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaign Planning</name>
-      <value>Campagneplanning</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Export HTML</name>
-      <value>HTML exporteren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>processed %0/%1:</name>
-      <value>verwerkt %0/%1:</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Read and Write Permission</name>
-      <value>Lees- en schrijftoestemming</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Main document</name>
-      <value>Hoofd document</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Keyword Entries</name>
-      <value>Trefwoordinvoer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Inbox filter groups</name>
-      <value>Filtergroepen voor Postvak IN</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New Weekplanentry</name>
-      <value>Nieuwe weekplaninvoer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Parent Roles</name>
-      <value>Ouderrollen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mail Address</name>
-      <value>Mail adres</value>
-    </stringEntry>
-    <stringEntry>
-      <name>unassigned</name>
-      <value>niet toegewezen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>descending</name>
-      <value>aflopend</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete appointment</name>
-      <value>Afspraak verwijderen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Do you really want to delete this recurring appointment?</name>
-      <value>Wil je deze terugkerende afspraak echt verwijderen?</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Keyword Category</name>
-      <value>Zoekwoordcategorie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Spanish</name>
-      <value>Spaans</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertising</name>
-      <value>Adverteren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Dokument template usage</name>
-      <value>Gebruik van documentsjabloon</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Pros</name>
-      <value>Pluspunten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The radius has to be %0 or lesser.</name>
-      <value>De straal moet %0 of kleiner zijn.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Refresh Currency Rate</name>
-      <value>Valutakoers vernieuwen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Max participants</name>
-      <value>Max. deelnemers</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Japan</name>
-      <value>Japan</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Quality complaint</name>
-      <value>Kwaliteitsklacht</value>
-    </stringEntry>
-    <stringEntry>
-      <name>finished</name>
-      <value>afgerond</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Internal sales manager</name>
-      <value>Interne verkoopmanager</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Import Daten</name>
-      <value>Gegevens importeren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>getAllTickets</name>
-      <value>getAllTickets</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Fields</name>
-      <value>Velden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Content</name>
-      <value>Inhoud</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Export workflow</name>
-      <value>Werkstroom exporteren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>INSERT</name>
-      <value>INSERT</value>
-    </stringEntry>
-    <stringEntry>
-      <name>only use simple filters</name>
-      <value>gebruik alleen eenvoudige filters</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket categories</name>
-      <value>Ticketcategorieën</value>
-    </stringEntry>
-    <stringEntry>
-      <name>This error should never appear - contact administrator (PermissionDetail_entity.PermissionAction.onValidation).</name>
-      <value>Deze fout mag nooit verschijnen - neem contact op met de beheerder (PermissionDetail_entity.PermissionAction.onValidation).</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Start Workflow</name>
-      <value>Werkstroom starten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sender email</name>
-      <value>E-mail afzender</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all synchronized searches of the users</name>
-      <value>Toont alle gesynchroniseerde zoekopdrachten van de gebruikers</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sender country - zip - city</name>
-      <value>Afzender land - postcode - stad</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Feedback</name>
-      <value>Feedback</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Actual Amount</name>
-      <value>Werkelijke bedrag</value>
-    </stringEntry>
-    <stringEntry>
-      <name>There already exists a %0 price with the same type of pricelist, quantity and currency in the defined range.</name>
-      <value>Er bestaat al een %0-prijs met hetzelfde type prijslijst, hoeveelheid en valuta in het gedefinieerde bereik.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${SQL_LIB_UNDEFINED_VALUE} field: %0</name>
-      <value>De waarde voor het veld %0 is niet gedefinieerd.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation: Id</name>
-      <value>Organisatie-ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Change status</name>
-      <value>Verander status</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Niger</name>
-      <value>Niger</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Passwords do not match</name>
-      <value>Wachtwoorden komen niet overeen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Email Template</name>
-      <value>Email sjabloon</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Milestones</name>
-      <value>Mijlpalen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>check offer again</name>
-      <value>check aanbieding opnieuw</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contact synchronisations</name>
-      <value>Contactsynchronisaties</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Likes</name>
-      <value>Vind ik leuk</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Participants</name>
-      <value>Deelnemers</value>
-    </stringEntry>
-    <stringEntry>
-      <name>House number</name>
-      <value>huisnummer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Runtime</name>
-      <value>looptijd</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Documenttemplate_Id</name>
-      <value>Documenttemplate_Id</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Data table</name>
-      <value>Data tafel</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Publishing level</name>
-      <value>Publicatieniveau</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Knowledge categories</name>
-      <value>Kennis categorieën</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Delivery term</name>
-      <value>Levertijd</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The selected Contact doesn't have an address set.</name>
-      <value>De geselecteerde contactpersoon heeft geen adres ingesteld.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Entries</name>
-      <value>Inzendingen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Dataset in Outlook</name>
-      <value>Gegevensset in Outlook</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Acquisition</name>
-      <value>Acquisitie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>anonymize Persons</name>
-      <value>personen anonimiseren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Failure (employee)</name>
-      <value>Falen (werknemer)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>A person can only have one private Contact.</name>
-      <value>Een persoon kan maar één privé contactpersoon hebben.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Invalid file type; only .html, .eml and .txt are allowed</name>
-      <value>Ongeldig bestandstype; alleen .html, .eml en .txt zijn toegestaan</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Author</name>
-      <value>Auteur</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Someone liked one of your articles</name>
-      <value>Iemand vond een van je artikelen leuk</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Planning</name>
-      <value>Planning</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show my campaigns</name>
-      <value>Mijn campagnes weergeven</value>
-    </stringEntry>
-    <stringEntry>
-      <name>duplicate Ticket</name>
-      <value>duplicaat ticket</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Motor cycle</name>
-      <value>motorfiets</value>
-    </stringEntry>
-    <stringEntry>
-      <name>dd.MM.YYYY HH:mm</name>
-      <value>dd.MM.YYYY UU:mm</value>
-    </stringEntry>
-    <stringEntry>
-      <name>manual</name>
-      <value>handleiding</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Link unlinked e-mail</name>
-      <value>Link niet-gelinkte e-mail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Newsletter</name>
-      <value>Nieuwsbrief</value>
-    </stringEntry>
-    <stringEntry>
-      <name>French</name>
-      <value>Frans</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Discount in (%0)</name>
-      <value>Korting over (%0)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Status changes skipped!</name>
-      <value>Statuswijzigingen overgeslagen!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Saint Helena, Ascension and Tristan da Cunha</name>
-      <value>Sint-Helena, Ascension en Tristan da Cunha</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show the different conversion rates of the sales project phases</name>
-      <value>Toont de verschillende conversieratio's van de Opportunity-fasen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create offer</name>
-      <value>Aanbieding maken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Deleted</name>
-      <value>verwijderd</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[TEST] Importer</name>
-      <value>[TEST] Importeur</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ISO 3166-1 alpha-3</name>
-      <value>ISO 3166-1 alfa-3</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ISO 3166-1 alpha-2</name>
-      <value>ISO 3166-1 alfa-2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Restore Team</name>
-      <value>Team herstellen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Group name</name>
-      <value>Groepsnaam</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set active</name>
-      <value>Activeren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Pull Tickets</name>
-      <value>Trek tickets</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribute Id</name>
-      <value>Kenmerk-ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Semicolon</name>
-      <value>Puntkomma</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cuba</name>
-      <value>Cuba</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sent offers</name>
-      <value>Verzonden aanbiedingen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Document template</name>
-      <value>Documentsjabloon</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Automatically generates an defaulttitle if left Blank</name>
-      <value>Genereert automatisch een standaardtitel indien leeg gelaten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Payment Address</name>
-      <value>betaal adres</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Save settings</name>
-      <value>Instellingen opslaan</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Document Template</name>
-      <value>Documentsjabloon</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy Campaign</name>
-      <value>Campagne kopiëren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Email</name>
-      <value>E-mail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all Facebook posts of a user</name>
-      <value>Toon alle Facebook-berichten van een gebruiker</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Serial Actions</name>
-      <value>Seriële acties</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Volume Weighted(%0)</name>
-      <value>Volumegewogen (%0)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Creator</name>
-      <value>Schepper</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Use template attachments</name>
-      <value>Sjabloonbijlagen gebruiken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[%0]the tableName is not a string after interpreting</name>
-      <value>[%0]de tabelnaam is geen tekenreeks na interpretatie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tourism</name>
-      <value>Toerisme</value>
-    </stringEntry>
-    <stringEntry>
-      <name>IP Address</name>
-      <value>IP adres</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Status Appointment</name>
-      <value>Status Afspraak</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Test</name>
-      <value>Test</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Personal estimation</name>
-      <value>Persoonlijke schatting</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Order confirmation</name>
-      <value>Order bevestiging</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Undefined</name>
-      <value>Niet gedefinieerd</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ToDo</name>
-      <value>Te doen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Protected</name>
-      <value>beschermd</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Xing</name>
-      <value>Xing</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ExportTemplateDependency</name>
-      <value>Afhankelijkheid van exportsjabloon</value>
-    </stringEntry>
-    <stringEntry>
-      <name>consent</name>
-      <value>toestemming</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Information Report</name>
-      <value>Informatierapport</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Adviser role</name>
-      <value>Adviseur rol</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Errorlogs</name>
-      <value>foutenlogboeken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Post office box</name>
-      <value>Postbus</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mail activities</name>
-      <value>Mailactiviteiten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${SALESPROJECT_MEMBER}</name>
-      <value>Projectlid</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Import user</name>
-      <value>Gebruiker importeren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Korea (Democratic People's Republic of)</name>
-      <value>Korea, Democratische Volksrepubliek)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Locked</name>
-      <value>Op slot</value>
-    </stringEntry>
-    <stringEntry>
-      <name>There are no test recipients.</name>
-      <value>Er zijn geen testontvangers.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Service ticket categories</name>
-      <value>Categorieën servicetickets</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Component</name>
-      <value>onderdeel</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 new recipients will be added to the serial letter.</name>
-      <value>%0 nieuwe ontvangers worden toegevoegd aan de seriebrief.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create Child Topic</name>
-      <value>Onderliggend onderwerp maken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Numeric value</name>
-      <value>Numerieke waarde</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Employee group rules</name>
-      <value>Groepsregels voor medewerkers</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ExportTemplateFieldID</name>
-      <value>ExportTemplateVeldID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Info</name>
-      <value>Info</value>
-    </stringEntry>
-    <stringEntry>
-      <name>within the next six Months</name>
-      <value>binnen de komende zes maanden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>White</name>
-      <value>wit</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Username</name>
-      <value>gebruikersnaam</value>
-    </stringEntry>
-    <stringEntry>
-      <name>in progress</name>
-      <value>bezig</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${CONTRACT_STATUS}</name>
-      <value>Toestand</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Conclusion (Mailbridge)</name>
-      <value>Conclusie (Mailbridge)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>PARENT_CONTEXT</name>
-      <value>PARENT_CONTEXT</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Visit Frequency</name>
-      <value>Bezoekfrequentie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Delivery block</name>
-      <value>Levering blok</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bulkmail Key Figures</name>
-      <value>Kerncijfers Bulkpost</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Place of Use</name>
-      <value>Plaats van gebruik</value>
-    </stringEntry>
-    <stringEntry>
-      <name>(drop mails here)</name>
-      <value>(drop hier e-mails)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No activity</name>
-      <value>Geen activiteit</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The function could not be deleted because it has links to other objects. The status of the function was set to inactive.</name>
-      <value>De functie kan niet worden verwijderd omdat deze koppelingen naar andere objecten heeft. De status van de functie is op inactief gezet.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New module</name>
-      <value>Nieuwe module</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sum Chart</name>
-      <value>Somdiagram</value>
-    </stringEntry>
-    <stringEntry>
-      <name>decline</name>
-      <value>afwijzen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attributes of attribute group \"%0\" have to be used at least %1.</name>
-      <value>Attributen van attributengroep \"%0\" moeten ten minste %1 worden gebruikt.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Settings</name>
-      <value>Instellingen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Changed because of mailfilter \"%0\"</name>
-      <value>Gewijzigd vanwege mailfilter \"%0\"</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Orderitems</name>
-      <value>Bestelitems</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Child Role</name>
-      <value>Kinderrol</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Holy See</name>
-      <value>Heilige Stoel</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set completed</name>
-      <value>Set voltooid</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Minimal count</name>
-      <value>Minimale telling</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Indv. Answer</name>
-      <value>Ind. Antwoord</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Manual resynchronization of user</name>
-      <value>Handmatige hersynchronisatie van gebruiker</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The following Topics have been set more than once:</name>
-      <value>De volgende onderwerpen zijn meer dan eens ingesteld:</value>
-    </stringEntry>
-    <stringEntry>
-      <name>other</name>
-      <value>ander</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Re-open</name>
-      <value>Opnieuw openen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Object 1 row Id</name>
-      <value>Object 1 rij-ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${COMM_ADDRESS}</name>
-      <value>Adres</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Direction</name>
-      <value>Richting</value>
-    </stringEntry>
-    <stringEntry>
-      <name>An error occured during checking whether at least one of the recipients is an internal user or not.</name>
-      <value>Er is een fout opgetreden tijdens het controleren of ten minste één van de ontvangers een interne gebruiker is of niet.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The test run is not properly configured.</name>
-      <value>De testrun is niet correct geconfigureerd.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Workflow management</name>
-      <value>Workflow management</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Site visit</name>
-      <value>Bezoek ter plaatse</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Send digital Advertising materials &amp; complete Workflow Task</name>
-      <value>Stuur digitaal advertentiemateriaal en voltooi de workflow-taak</value>
-    </stringEntry>
-    <stringEntry>
-      <name>FavoriteFilter_view</name>
-      <value>FavorietFilter_view</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Touchpoint</name>
-      <value>Aanraakpunt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New password must not be the same as the current password</name>
-      <value>Nieuw wachtwoord mag niet hetzelfde zijn als het huidige wachtwoord</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Text</name>
-      <value>Tekst</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Delivery address</name>
-      <value>Bezorgadres</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Samoa</name>
-      <value>Samoa</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertising materials</name>
-      <value>Reclamemateriaal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Serial</name>
-      <value>serieel</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SELECTION_NULL</name>
-      <value>SELECTION_NULL</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The given starting location is empty. An area search can not be performed.</name>
-      <value>De opgegeven startlocatie is leeg. Er kan geen gebiedsonderzoek worden uitgevoerd.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>NORMAL</name>
-      <value>NORMAAL</value>
-    </stringEntry>
-    <stringEntry>
-      <name>tabulator</name>
-      <value>tabulator</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket category</name>
-      <value>Ticket categorie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attributes of attribute group \"%0\" can't be used more than %1.</name>
-      <value>Kenmerken van kenmerkgroep \"%0\" kunnen niet meer dan %1 worden gebruikt.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>EVENT</name>
-      <value>EVENEMENT</value>
-    </stringEntry>
-    <stringEntry>
-      <name>points</name>
-      <value>punten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Remove from synchronization</name>
-      <value>Verwijderen uit synchronisatie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contactrole</name>
-      <value>Contactrol</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Child Attributes</name>
-      <value>Kenmerken van kinderen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add participant to Campaign</name>
-      <value>Deelnemer toevoegen aan campagne</value>
-    </stringEntry>
-    <stringEntry>
-      <name>There is already a permission existing!</name>
-      <value>Er bestaat al een toestemming!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Feed</name>
-      <value>Voer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show only own</name>
-      <value>Toon alleen eigen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Known because</name>
-      <value>bekend omdat</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Maximal count</name>
-      <value>Maximaal aantal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Guest</name>
-      <value>Gast</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Visit request</name>
-      <value>Bezoek aanvraag</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show my activities</name>
-      <value>Toon mijn activiteiten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Recipient</name>
-      <value>Ontvanger</value>
-    </stringEntry>
-    <stringEntry>
-      <name>April</name>
-      <value>april</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Empty actions are invalid!</name>
-      <value>Lege acties zijn ongeldig!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>PARENT_ID</name>
-      <value>OUDER ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>There is already a activity from the same email existing!</name>
-      <value>Er bestaat al een activiteit uit dezelfde e-mail!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ObservationID</name>
-      <value>Observatie-ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Micronesia (Federated States of)</name>
-      <value>Micronesië (Federale Staten van)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Business rule task</name>
-      <value>Zakelijke regel taak</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product_industry knowhow</name>
-      <value>Product_industrie knowhow</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Data executed</name>
-      <value>Gegevens uitgevoerd</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Permission Dealer User</name>
-      <value>Toestemming Dealer Gebruiker</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Pending synchronizations to Outlook</name>
-      <value>Synchronisaties in behandeling met Outlook</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Visit</name>
-      <value>Op bezoek komen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaign Period</name>
-      <value>Campagneperiode</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Location of the Event</name>
-      <value>Locatie van het evenement</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Workflow definitions</name>
-      <value>Werkstroomdefinities</value>
-    </stringEntry>
-    <stringEntry>
-      <name>and</name>
-      <value>en</value>
-    </stringEntry>
-    <stringEntry>
-      <name>today</name>
-      <value>vandaag</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Claim task</name>
-      <value>Taak claimen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Number of Tickets (Mail)</name>
-      <value>Aantal Tickets (Mail)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Topic</name>
-      <value>Onderwerp</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Due Date</name>
-      <value>Deadline</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Dflt. ticket temp.</name>
-      <value>Dflt. kaartje temp.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Logs</name>
-      <value>Logboeken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Open Contacts</name>
-      <value>Contacten openen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>minute</name>
-      <value>minuut</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Appointment link Id</name>
-      <value>Afspraaklink-ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Would you really like to clear the forecast and set the state to '%0'?</name>
-      <value>Wilt u echt de prognose wissen en de status op '%0' zetten?</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mail</name>
-      <value>Mail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project Management</name>
-      <value>Project management</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mexico</name>
-      <value>Mexico</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Device/Machine</name>
-      <value>Apparaat/Machine</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$DISTRICT}</name>
-      <value>Wijk</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Update offer</name>
-      <value>Aanbieding bijwerken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Male</name>
-      <value>Mannelijk</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${SQL_LIB_FIELD_WRONG_FORMAT} field: %0</name>
-      <value>"%0" heeft een onjuist formaat. Het databaseveld moet zijn als "tabelnaam.kolomnaam" ("ORGANISATION.NAME") of als array met kolomalias: ["ORGANISATIE", "NAAM", "mijnorgalias"]</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Valid until</name>
-      <value>Geldig tot</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Feature</name>
-      <value>Voorzien zijn van</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Talk data</name>
-      <value>Overleg gegevens</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ORGANISATIONID (UID)</name>
-      <value>ORGANISATIE-ID (UID)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Administrator</name>
-      <value>Beheerder</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mali</name>
-      <value>Mali</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Panama</name>
-      <value>Panama</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Roles</name>
-      <value>Rollen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>completed</name>
-      <value>voltooid</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Email body</name>
-      <value>E-mailtekst</value>
-    </stringEntry>
-    <stringEntry>
-      <name>LinkedIn</name>
-      <value>LinkedIn</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Date Edit</name>
-      <value>Datum bewerken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Call from unknown</name>
-      <value>Oproep van onbekend</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Dispatch as mail</name>
-      <value>Verzending als post</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket number of the original ticket</name>
-      <value>Ticketnummer van het originele ticket</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cost overview</name>
-      <value>Kostenoverzicht</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertising Shipment</name>
-      <value>Advertentieverzending:</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 modified.</name>
-      <value>%0 gewijzigd.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaignstep changed</name>
-      <value>Campagnestap gewijzigd</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Declaration of acceptance</name>
-      <value>Verklaring van aanvaarding</value>
-    </stringEntry>
-    <stringEntry>
-      <name>HH:mm</name>
-      <value>HH:mm</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Madagascar</name>
-      <value>Madagascar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New Visit Recommendation</name>
-      <value>Nieuwe bezoekaanbeveling</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Open</name>
-      <value>Open</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Total net</name>
-      <value>Totaal netto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Groups</name>
-      <value>Groepen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Poland</name>
-      <value>Polen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Slave administration</name>
-      <value>Slavenadministratie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Female</name>
-      <value>Vrouwelijk</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Userhelp Ressources</name>
-      <value>Hulpbronnen voor gebruikers</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Toggles the status of  selected discussion between open and closed</name>
-      <value>Schakelt de status van de geselecteerde discussie tussen open en gesloten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Password and confirmation must be the same!</name>
-      <value>Wachtwoord en bevestiging moeten hetzelfde zijn!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket reopen</name>
-      <value>Ticket heropenen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 out of %1 records were changed to \"%2\".</name>
-      <value>%0 van %1 records zijn gewijzigd in \"%2\".</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 record/s could not be updated.</name>
-      <value>%0 record/s konden niet worden bijgewerkt.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tuvalu</name>
-      <value>Tuvalu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Human Resources</name>
-      <value>Personeelszaken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>permission dealer type</name>
-      <value>type toestemming dealer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Source tablename</name>
-      <value>Bron tabelnaam</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Adito grey</name>
-      <value>Adito grijs</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contact Id</name>
-      <value>Contact ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>relations</name>
-      <value>relaties</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Probability in %</name>
-      <value>Waarschijnlijkheid in %</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Selection ignore case</name>
-      <value>Selectie negeer hoofdletter</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Directly responsible:</name>
-      <value>Direct verantwoordelijk:</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder.deleteDat/updateData: You have to specify a tablename</name>
-      <value>SqlBuilder.deleteDat/updateData: u moet een tabelnaam opgeven</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set salesproject phase</name>
-      <value>Opportunity-fase instellen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Permissions</name>
-      <value>Rechten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Milestones Status</name>
-      <value>Mijlpalenstatus</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete Delay in Days</name>
-      <value>Vertraging verwijderen in dagen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Managing director</name>
-      <value>Directeur</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Annually</name>
-      <value>jaarlijks</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ad hoc</name>
-      <value>AD hoc</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Lastname</name>
-      <value>Achternaam</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set inactive</name>
-      <value>Inactief zetten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Appointment Subject</name>
-      <value>Afspraak onderwerp</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New Cases</name>
-      <value>Nieuwe gevallen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Existing default signature</name>
-      <value>Bestaande standaardhandtekening</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Calendar maintime end</name>
-      <value>Einde agenda maintime</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Info (Company)</name>
-      <value>Info (Bedrijf)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>PERSON_ID</name>
-      <value>PERSON_ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contract expiry date</name>
-      <value>Contractvervaldatum</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Not sent</name>
-      <value>Niet verzonden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Warehouse</name>
-      <value>Magazijn</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Parent</name>
-      <value>Ouder</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Yes</name>
-      <value>Ja</value>
-    </stringEntry>
-    <stringEntry>
-      <name>description</name>
-      <value>Beschrijving</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Step</name>
-      <value>Stap</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Further customer meetings</name>
-      <value>Verdere klantbijeenkomsten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create model</name>
-      <value>Model maken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Production manager</name>
-      <value>Productie Manager</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Racing bike</name>
-      <value>Race fiets</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Notes</name>
-      <value>Opmerkingen:</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contact synchronisation dashboard</name>
-      <value>Dashboard voor contactsynchronisatie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contact &amp; Serviceticket</name>
-      <value>Contact &amp; Serviceticket</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$TICKET_REQUESTOR}</name>
-      <value>Aanvrager</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Billable</name>
-      <value>Factureerbaar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cancelled</name>
-      <value>Geannuleerd</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete recurring appointment</name>
-      <value>Terugkerende afspraak verwijderen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Interested</name>
-      <value>Geïnteresseerd</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My Tasks</name>
-      <value>Mijn taken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project shift customer</name>
-      <value>Project shift klant</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlUtils.getSqlInStatement: WARNING: You should not create in-statements with more than 1000 values. As this has a very bad performance.</name>
-      <value>SqlUtils.getSqlInStatement: WAARSCHUWING: U mag geen in-statements maken met meer dan 1000 waarden. Omdat dit een zeer slechte prestatie heeft.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Post office box number</name>
-      <value>Postbusnummer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Email of contact</name>
-      <value>E-mail van contact</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Strength</name>
-      <value>Kracht</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Serial letter</name>
-      <value>Serieletter</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ZIP</name>
-      <value>ZIP</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Service tickets</name>
-      <value>Servicetickets</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New campaign</name>
-      <value>Nieuwe campagne</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Manual</name>
-      <value>Handleiding</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Brunei Darussalam</name>
-      <value>Brunei Darussalam</value>
-    </stringEntry>
-    <stringEntry>
-      <name>TODELETE</name>
-      <value>VERWIJDEREN</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Individual Reply Template</name>
-      <value>Individueel antwoordsjabloon</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart 2</name>
-      <value>Grafiek 2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Import Mails</name>
-      <value>E-mails importeren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Classification</name>
-      <value>Classificatie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project assistant</name>
-      <value>Project assistent</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show complete news articles</name>
-      <value>Toont volledige nieuwsartikelen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create new campaign</name>
-      <value>Nieuwe campagne maken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Neglect selection for test mailing</name>
-      <value>Selectie verwaarlozen voor testmailing</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New letter</name>
-      <value>Nieuwe brief</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sequence flow</name>
-      <value>Volgorde stroom</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Record separator</name>
-      <value>Recordscheidingsteken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Valid</name>
-      <value>Geldig</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Yearly</name>
-      <value>Jaarlijks</value>
-    </stringEntry>
-    <stringEntry>
-      <name>check offer</name>
-      <value>bekijk aanbieding</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Module</name>
-      <value>module</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Turkmenistan</name>
-      <value>Turkmenistan</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Export fields of this table</name>
-      <value>Velden van deze tabel exporteren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Members</name>
-      <value>Leden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 already activities from the same email existing!</name>
-      <value>%0 reeds activiteiten van dezelfde bestaande e-mail!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tickets in process</name>
-      <value>Tickets in behandeling</value>
-    </stringEntry>
-    <stringEntry>
-      <name>change valid to</name>
-      <value>wijzigen geldig naar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Load older messages</name>
-      <value>Oudere berichten laden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Observe IDs</name>
-      <value>Identiteitsbewijzen in acht nemen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Export Template</name>
-      <value>Sjabloon exporteren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>reports to</name>
-      <value>rapporteert aan</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Lost</name>
-      <value>Kwijt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all contacts</name>
-      <value>Laat alle contacten zien</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${SALESPROJECT_CONTACT}</name>
-      <value>Contact</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Turnover, Forecast and Planning</name>
-      <value>Omzet, prognose en planning</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Choose delivery address</name>
-      <value>Kies afleveradres</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Swiss franc</name>
-      <value>Zwitserse frank</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Preparation</name>
-      <value>Voorbereiding</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Volume (%0)</name>
-      <value>Volume (%0)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Default address</name>
-      <value>Standaard adres</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mail address</name>
-      <value>Mail adres</value>
-    </stringEntry>
-    <stringEntry>
-      <name>EMAIL ERROR</name>
-      <value>E-MAILFOUT</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My district assignments to check</name>
-      <value>Mijn districtsopdrachten om te controleren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Recipients: %0</name>
-      <value>Ontvangers: %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Weekplan Info</name>
-      <value>Weekplan Info</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Offer Header Text</name>
-      <value>Aanbieding koptekst</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Competition</name>
-      <value>Concurrentie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Assignment of district \"%0\" is completed!</name>
-      <value>Opdracht van district \"%0\" is voltooid!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Call from %0</name>
-      <value>Bellen vanaf %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Service Administration</name>
-      <value>Servicebeheer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Download e-mail as .eml-file</name>
-      <value>E-mail downloaden als .eml-bestand</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Knowledge</name>
-      <value>Kennis</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ExportTemplate</name>
-      <value>Exportsjabloon</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Maximum</name>
-      <value>maximaal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My Dashboard</name>
-      <value>mijn dashboard</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Monaco</name>
-      <value>Monaco</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The contact has an advertising ban for emails!</name>
-      <value>De contactpersoon heeft een reclameverbod voor e-mails!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bulk mail \"%0\" was sent!</name>
-      <value>Bulkmail \"%0\" is verzonden!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sum (%0)</name>
-      <value>Som (%0)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Creditworthiness</name>
-      <value>kredietwaardigheid</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: select and from were expected, but not provided.</name>
-      <value>SqlBuilder: selecteren en van werden verwacht, maar niet verstrekt.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Informations</name>
-      <value>Informatie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Channel</name>
-      <value>Kanaal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>postcode</name>
-      <value>postcode</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Prospective customer</name>
-      <value>Potentiële klant</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Serial action</name>
-      <value>Seriële actie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Duplicaterow rebuild</name>
-      <value>Dubbele rij opnieuw opbouwen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Revolution speed (rpm)</name>
-      <value>Omwentelingssnelheid (rpm)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Deleted all usages of \"%0\".</name>
-      <value>Alle gebruik van \"%0\" verwijderd.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket template</name>
-      <value>Ticketsjabloon</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: .where has to be called only one time. Use and/or for further conditions.</name>
-      <value>SqlBuilder: .where hoeft maar één keer aangeroepen te worden. Gebruik en/of voor nadere voorwaarden.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>VAT in %</name>
-      <value>btw in %</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Internal Sales</name>
-      <value>Interne verkoop</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Employees</name>
-      <value>Medewerkers</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Total of Forecasts</name>
-      <value>Totaal prognoses</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${SQL_LIB_UNSUPPORTED_DBTYPE} function: %0</name>
-      <value>Het DBTYPE wordt niet ondersteund door functie %0.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>HTML template - Only for .html</name>
-      <value>HTML-sjabloon - Alleen voor .html</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Activity: Topic</name>
-      <value>Activiteit: Onderwerp</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Remove Like</name>
-      <value>Like verwijderen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Gambia</name>
-      <value>Gambia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Offers / Receipts</name>
-      <value>Aanbiedingen / Ontvangsten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cancellation</name>
-      <value>Annulering</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Middlename</name>
-      <value>Midden-naam</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Release</name>
-      <value>Vrijlating</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${FILTER_DYNAMIC_VALUE_ME}</name>
-      <value>mij</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Relational</name>
-      <value>relationeel</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all audits</name>
-      <value>Toon alle audits</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set workflow for selected e-mail filter</name>
-      <value>Workflow instellen voor geselecteerde e-mailfilter</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New activity</name>
-      <value>Nieuwe activiteit</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Links</name>
-      <value>Links</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${EURO_SIGN}</name>
-      <value>€</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Pending</name>
-      <value>In behandeling</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SELECTION_NEITHER</name>
-      <value>SELECTION_NEITHER</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cambodia</name>
-      <value>Cambodja</value>
-    </stringEntry>
-    <stringEntry>
-      <name>bad</name>
-      <value>slechte</value>
-    </stringEntry>
-    <stringEntry>
-      <name>promotion target of</name>
-      <value>promotiedoel van</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Field Service</name>
-      <value>buitendienst</value>
-    </stringEntry>
-    <stringEntry>
-      <name>DSGVO Disclosure</name>
-      <value>DSGVO-openbaarmaking</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New tasks</name>
-      <value>Nieuwe taken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Manual task</name>
-      <value>Handmatige taak</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sender full address</name>
-      <value>Volledig adres afzender</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Phases</name>
-      <value>fasen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Try to create activity automatically and ask for more information if necessary</name>
-      <value>Probeer automatisch een activiteit aan te maken en vraag indien nodig om meer informatie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sender: %0</name>
-      <value>Afzender: %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Destination Id</name>
-      <value>Bestemmings-ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: pValue has to be a jdito variable which returns something different than null. (use *IfSet functions if you need optional conditions which are just ignored if value is null or undefined)</name>
-      <value>SqlBuilder: pValue moet een jdito-variabele zijn die iets anders retourneert dan null. (gebruik *IfSet-functies als u optionele voorwaarden nodig hebt die alleen worden genegeerd als de waarde null of ongedefinieerd is)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Synchronisation status</name>
-      <value>Synchronisatiestatus</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sales Project</name>
-      <value>Mogelijkheid</value>
-    </stringEntry>
-    <stringEntry>
-      <name>personal</name>
-      <value>persoonlijk</value>
-    </stringEntry>
-    <stringEntry>
-      <name>re-open</name>
-      <value>heropenen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bahrain</name>
-      <value>Bahrein</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: invalid value-type for pCondition</name>
-      <value>SqlBuilder: ongeldig waardetype voor pCondition</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Chosen record is already in the campaign</name>
-      <value>Gekozen record zit al in de campagne</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Todo</name>
-      <value>Te doen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>This private person doeas already exist and can not be created once more.</name>
-      <value>Deze privépersoon bestaat al en kan niet meer worden aangemaakt.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Load data</name>
-      <value>Gegevens laden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Workflow Definition</name>
-      <value>Werkstroomdefinitie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Exporttemplate</name>
-      <value>Exportsjabloon</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set dunning</name>
-      <value>Aanmaan instellen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Purchasing manager</name>
-      <value>Inkoopmanager</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Price (%0)</name>
-      <value>Prijs (%0)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Entry</name>
-      <value>binnenkomst</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sales</name>
-      <value>verkoop</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bulgaria</name>
-      <value>Bulgarije</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create salesproject</name>
-      <value>Creëer een kans</value>
-    </stringEntry>
-    <stringEntry>
-      <name>granted permission</name>
-      <value>toestemming gegeven</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation: Region</name>
-      <value>Organisatie: Regio</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Disclosure Report</name>
-      <value>Openbaarmakingsrapport</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Planned</name>
-      <value>Gepland</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Kenya</name>
-      <value>Kenia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Pull next ticket</name>
-      <value>Volgende kaartje trekken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Unsubscribes</name>
-      <value>Afmelden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>On site</name>
-      <value>Ter plekke</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Return Ticket</name>
-      <value>Retour ticket</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[%0]%1 has to be a string without empty spaces, (, ), =, &lt;, &gt;  but it contains at least one of them</name>
-      <value>[%0]%1 moet een tekenreeks zijn zonder spaties, (, ), =, &lt;, &gt; maar het bevat er minstens één</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Year</name>
-      <value>Jaar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Footer</name>
-      <value>voettekst</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Israel</name>
-      <value>Israël</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Quality problem customer</name>
-      <value>Kwaliteitsprobleem klant:</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ToDos</name>
-      <value>Taken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation: State</name>
-      <value>organisatie staat</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Issue</name>
-      <value>Probleem</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Edit workflow</name>
-      <value>Werkstroom bewerken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Northern Mariana Islands</name>
-      <value>noordelijke Mariana eilanden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Malaysia</name>
-      <value>Maleisië</value>
-    </stringEntry>
-    <stringEntry>
-      <name>remove hashtags from favorite titles</name>
-      <value>verwijder hashtags van favoriete titels</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Influencer</name>
-      <value>Influencer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Failed</name>
-      <value>mislukt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Duration</name>
-      <value>Looptijd</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Entrydate has to be in the selected calendar week!</name>
-      <value>De ingangsdatum moet in de geselecteerde kalenderweek zijn!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cost entries</name>
-      <value>Kosteninvoer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The product number already exists!</name>
-      <value>Het productnummer bestaat al!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Knowledge Roles</name>
-      <value>Kennisrollen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all tweets of a user</name>
-      <value>Toon alle tweets van een gebruiker</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Link Type</name>
-      <value>Linktype</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Name has to be unique</name>
-      <value>Naam moet uniek zijn</value>
-    </stringEntry>
-    <stringEntry>
-      <name>An error occured during parsing imported mail.</name>
-      <value>Er is een fout opgetreden tijdens het parseren van geïmporteerde e-mail.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Adito Versafix</name>
-      <value>Adito Versafix</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create new</name>
-      <value>Maak nieuw</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Offer Footer Text</name>
-      <value>Voettekst aanbieden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 recipient will be added to the bulk mail.</name>
-      <value>%0 ontvanger wordt toegevoegd aan de bulkmail.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>contact formular</name>
-      <value>contact formulier</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 leads imported, %1 errors</name>
-      <value>%0 leads geïmporteerd, %1 fouten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Long string value</name>
-      <value>Lange tekenreekswaarde</value>
-    </stringEntry>
-    <stringEntry>
-      <name>United States dollar</name>
-      <value>Verenigde Staten Dollar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Letter salutation</name>
-      <value>Aanhef brief</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Agency</name>
-      <value>Bureau</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Togo</name>
-      <value>Gaan</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Relation Type 1</name>
-      <value>Relatietype 1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Uzbekistan</name>
-      <value>Oezbekistan</value>
-    </stringEntry>
-    <stringEntry>
-      <name>false</name>
-      <value>vals</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertising_lib</name>
-      <value>Advertising_lib</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Employee groups</name>
-      <value>Werknemersgroepen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>First contact</name>
-      <value>Eerste contact</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Paid (%0)</name>
-      <value>Betaald (%0)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Relation Type 2</name>
-      <value>Relatietype 2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Device ID Reset</name>
-      <value>Apparaat-ID resetten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Toggle status</name>
-      <value>Schakelstatus</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Pull tickets</name>
-      <value>Trek tickets</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Import</name>
-      <value>Importeren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Change Validity Dates</name>
-      <value>Geldigheidsdata wijzigen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Portugal</name>
-      <value>Portugal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show the new daily Covid Cases</name>
-      <value>Toont de nieuwe dagelijkse Covid Cases</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Hard Bounce</name>
-      <value>Hard stuiteren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Latvia</name>
-      <value>Letland</value>
-    </stringEntry>
-    <stringEntry>
-      <name>standard address</name>
-      <value>standaard adres</value>
-    </stringEntry>
-    <stringEntry>
-      <name>inactive</name>
-      <value>inactief</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Download selected workflow</name>
-      <value>Geselecteerde workflow downloaden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Guatemala</name>
-      <value>Guatemala</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Actions</name>
-      <value>Acties</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Inbox Name</name>
-      <value>Naam Postvak IN</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Required fields</name>
-      <value>Verplichte velden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>tomorrow</name>
-      <value>morgen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New Appointment</name>
-      <value>Nieuwe afspraak</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart Inbox Tickets</name>
-      <value>Kaart Inbox Tickets</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Checklist entries</name>
-      <value>Checklist-items</value>
-    </stringEntry>
-    <stringEntry>
-      <name>India</name>
-      <value>India</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Curr. sales price</name>
-      <value>Curr. verkoopprijs</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Documents</name>
-      <value>Documenten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create salesproject touchpoint</name>
-      <value>Opportunity-contactpunten creëren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>OutOfOffice</name>
-      <value>Niet op kantoor</value>
-    </stringEntry>
-    <stringEntry>
-      <name>via mail</name>
-      <value>via de mail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Germany</name>
-      <value>Duitsland</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Curr. purchase price</name>
-      <value>Curr. aankoopprijs</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Current ticket</name>
-      <value>Huidig ticket</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sao Tome and Principe</name>
-      <value>Sao Tomé en Principe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$TASK_PRIORITY_NORMAL}</name>
-      <value>normaal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The district no has to be bigger than %0</name>
-      <value>Het district nr moet groter zijn dan %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Kiribati</name>
-      <value>Kiribati</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Costa Rica</name>
-      <value>Costa Rica</value>
-    </stringEntry>
-    <stringEntry>
-      <name>To Delete</name>
-      <value>Verwijderen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Supplier</name>
-      <value>Leverancier</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Locked by</name>
-      <value>Opgesloten door</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Reference customer</name>
-      <value>Referentie klant:</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Inbox \"%0\" has been deleted.</name>
-      <value>Postvak IN \"%0\" is verwijderd.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Open route</name>
-      <value>Open route</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Start event</name>
-      <value>evenement starten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ORGANISATION_ID</name>
-      <value>ORGANISATION_ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product_mobile use</name>
-      <value>Product_mobiel gebruik</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Switzerland</name>
-      <value>Zwitserland</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project team</name>
-      <value>Project team</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project team: \"Internal distribution\"</name>
-      <value>Projectteam: \"Interne distributie\"</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Unique Clicks</name>
-      <value>Unieke klikken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>excl. opt. items</name>
-      <value>excl. opt. artikelen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Key Figures</name>
-      <value>Sleutel figuren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show filter result</name>
-      <value>Toon filterresultaat</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Received Bulk Mail</name>
-      <value>Bulkpost ontvangen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The contact is already a recipient!</name>
-      <value>De contactpersoon is al een ontvanger!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Prospect</name>
-      <value>Verwachting</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Your newsletter registration</name>
-      <value>Uw nieuwsbriefregistratie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>auto</name>
-      <value>auto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Products</name>
-      <value>Producten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>employee checks</name>
-      <value>werknemer cheques</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Not signed yet</name>
-      <value>Nog niet getekend</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart Number of tickets total (Mail)</name>
-      <value>Grafiek Totaal aantal tickets (Mail)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>2. Classification</name>
-      <value>2. Classificatie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bounce (Soft)</name>
-      <value>Stuiteren (zacht)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Lead preview</name>
-      <value>Leadvoorbeeld</value>
-    </stringEntry>
-    <stringEntry>
-      <name>high</name>
-      <value>hoog</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Standard city</name>
-      <value>Standaard stad</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Are you sure you want to recalculate all classifications using the current classificationgradings? This can take some time, since ALL classifications will get freshly calculated and updated if needed.</name>
-      <value>Weet je zeker dat je alle classificaties opnieuw wilt berekenen met de huidige classificatiegradaties? Dit kan enige tijd duren, aangezien ALLE classificaties opnieuw worden berekend en indien nodig worden bijgewerkt.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Customercode</name>
-      <value>Klantencode</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Base Template</name>
-      <value>Basissjabloon</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Date of birth</name>
-      <value>Geboortedatum</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Vacation approval by</name>
-      <value>Vakantie goedkeuring door</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Visit Recommendation</name>
-      <value>Bezoek Aanbeveling</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Field staff</name>
-      <value>Veld medewerkers</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Probablity: 100%</name>
-      <value>Waarschijnlijkheid: 100%</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Received</name>
-      <value>Hebben ontvangen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Radius Search</name>
-      <value>Straal zoeken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Send brochure (WV)</name>
-      <value>Brochure versturen (WV)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Postponed</name>
-      <value>Uitgesteld</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Reply to</name>
-      <value>Antwoord aan</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bolivia (Plurinational State of)</name>
-      <value>Bolivia (Plurinationale Staat)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show offer</name>
-      <value>Toon aanbod</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add to synchronisation</name>
-      <value>Toevoegen aan synchronisatie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Employee group rule</name>
-      <value>Regel voor werknemersgroep</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Detail</name>
-      <value>Detail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Phase</name>
-      <value>Fase</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add %0 Observations</name>
-      <value>%0 waarnemingen toevoegen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Industry of Organisation</name>
-      <value>Industrie van organisatie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$OBJECTLINK_OBJECT}</name>
-      <value>Object</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Consultation</name>
-      <value>Overleg</value>
-    </stringEntry>
-    <stringEntry>
-      <name>USER_NEW</name>
-      <value>USER_NEW</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Comments</name>
-      <value>Opmerkingen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set paid amount</name>
-      <value>Betaald bedrag instellen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sorting by</name>
-      <value>Sorteren op</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Other versions</name>
-      <value>andere versies</value>
-    </stringEntry>
-    <stringEntry>
-      <name>USER_EDIT</name>
-      <value>USER_EDIT</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${PRICELIST_SERVICE}</name>
-      <value>Dienst</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Task Id</name>
-      <value>Taak-ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Maximal</name>
-      <value>maximaal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add Recipients</name>
-      <value>Ontvangers toevoegen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contact by phone</name>
-      <value>Telefonisch contact</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$TASK_REQUESTOR}</name>
-      <value>Aanvrager</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Remark</name>
-      <value>Opmerking</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Deliveryspecification</name>
-      <value>Leveringsspecificatie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Excreted</name>
-      <value>uitgescheiden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Keyword Attribute Values</name>
-      <value>Trefwoordkenmerkwaarden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[TEST] Sql_lib - SqlBuilder</name>
-      <value>[TEST] Sql_lib - SqlBuilder</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ZIP regex</name>
-      <value>ZIP-regex</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Supervisor</name>
-      <value>Leidinggevende</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Full details</name>
-      <value>Alle details</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attachment count</name>
-      <value>Aantal bijlagen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>no inboxEmail for inbox</name>
-      <value>geen inboxE-mail voor inbox</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mailing missed</name>
-      <value>Mailing gemist</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Workflow</name>
-      <value>Werkstroom</value>
-    </stringEntry>
-    <stringEntry>
-      <name>accept</name>
-      <value>aanvaarden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>requested</name>
-      <value>aangevraagd</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create activity</name>
-      <value>Activiteit maken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The Salesproject can only be filled when a company has been specified</name>
-      <value>De Opportunity kan alleen worden ingevuld als een bedrijf is opgegeven</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The file must be a XML</name>
-      <value>Het bestand moet een XML zijn</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Yemen</name>
-      <value>Jemen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>This overwrites the mapping structure</name>
-      <value>Dit overschrijft de toewijzingsstructuur</value>
-    </stringEntry>
-    <stringEntry>
-      <name>permission procurer type</name>
-      <value>type toestemmingsverkrijger</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${MIN_MAX_ERROR_MAX_INT_VALUE} field: %0, value: %1, min: %2</name>
-      <value>%0 moet groter/gelijk aan %2 zijn.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Leadimport</name>
-      <value>Loodimport</value>
-    </stringEntry>
-    <stringEntry>
-      <name>only filter using the specified indicatorfield</name>
-      <value>filter alleen met het opgegeven indicatorveld</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Import logs</name>
-      <value>Logboeken importeren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tablet</name>
-      <value>Tablet</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Salesproject</name>
-      <value>Mogelijkheid</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Data loaded</name>
-      <value>Gegevens geladen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Template No.</name>
-      <value>Sjabloon nr.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Inbox filter</name>
-      <value>Postvak IN-filter</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${DISPLAY_AND_OPEN_%0_HITS}</name>
-      <value>%0 resultaten worden weergegeven en worden geopend.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Soccer</name>
-      <value>Voetbal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>parent of</name>
-      <value>ouder van</value>
-    </stringEntry>
-    <stringEntry>
-      <name>one file imported</name>
-      <value>één bestand geïmporteerd</value>
-    </stringEntry>
-    <stringEntry>
-      <name>set Read</name>
-      <value>stel Lezen in</value>
-    </stringEntry>
-    <stringEntry>
-      <name>District assignment status</name>
-      <value>Status van districtstoewijzing</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Context id</name>
-      <value>Context-ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Adviser status</name>
-      <value>Adviseur status</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Spare parts</name>
-      <value>Reserveonderdelen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Guernsey</name>
-      <value>Guernsey</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Modul group</name>
-      <value>Module groep</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Financial service</name>
-      <value>Financiële dienst</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Global Cases </name>
-      <value>Wereldwijde zaken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>PRODUCTID (UID)</name>
-      <value>PRODUCTID (UID)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Myanmar</name>
-      <value>Myanmar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contact Info</name>
-      <value>Contact informatie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Latitude</name>
-      <value>Breedtegraad</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Gabon</name>
-      <value>Gabon</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Remove recipients with advertising ban</name>
-      <value>Ontvangers met advertentieverbod verwijderen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[TEST] ZippingUtil_lib</name>
-      <value>[TEST] ZippingUtil_lib</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Antigua and Barbuda</name>
-      <value>Antigua en Barbuda</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Channel Name</name>
-      <value>kanaal naam</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Not enough slots for %0/%1 participant(s)</name>
-      <value>Niet genoeg slots voor %0/%1 deelnemer(s)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>DSGVO Configuration</name>
-      <value>DSGVO-configuratie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>send as mail</name>
-      <value>verzenden als e-mail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Answer Address</name>
-      <value>Antwoord adres:</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaign</name>
-      <value>Campagne</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Next contact?</name>
-      <value>Volgende contactpersoon?</value>
-    </stringEntry>
-    <stringEntry>
-      <name>District assignment will start now!</name>
-      <value>Wijkopdracht gaat nu van start!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Turnover Current Year</name>
-      <value>Omzet lopend jaar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Please pay the outstanding amount, this is your first/second reminder.</name>
-      <value>Gelieve het openstaande bedrag te betalen, dit is uw eerste/tweede herinnering.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Checklist</name>
-      <value>Controlelijst</value>
-    </stringEntry>
-    <stringEntry>
-      <name>General</name>
-      <value>Algemeen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The status-change of these tickets was skipped. Any other changes were carried out.</name>
-      <value>De statuswijziging van deze tickets is overgeslagen. Alle andere wijzigingen zijn doorgevoerd.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Calendar Permission</name>
-      <value>Agendatoestemming</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cancel Filter Observation</name>
-      <value>Filter observatie annuleren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Foreign country</name>
-      <value>Buitenland</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Action</name>
-      <value>Actie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Singapore</name>
-      <value>Singapore</value>
-    </stringEntry>
-    <stringEntry>
-      <name>dd/MM/yyyy HH:mm</name>
-      <value>dd/MM/yyyy UU:mm</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Duration (in days)</name>
-      <value>Duur (in dagen)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Risk</name>
-      <value>Risico</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Departments cannot be assigned repeatedly!</name>
-      <value>Afdelingen kunnen niet herhaaldelijk worden toegewezen!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Business fair</name>
-      <value>Zakelijke beurs</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Channels</name>
-      <value>Kanalen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Adds an answer to the selected discussion</name>
-      <value>Voegt een antwoord toe aan de geselecteerde discussie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertising items</name>
-      <value>Advertentieartikelen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>yyyy-MM-dd HH:mm:ss</name>
-      <value>yyyy-MM-dd UU:mm:ss</value>
-    </stringEntry>
-    <stringEntry>
-      <name>News</name>
-      <value>Nieuws</value>
-    </stringEntry>
-    <stringEntry>
-      <name>normal</name>
-      <value>normaal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Romania</name>
-      <value>Roemenië</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Answered</name>
-      <value>beantwoord</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Subject</name>
-      <value>Onderwerp</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Dunning date</name>
-      <value>Aanmaandatum</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Technical email</name>
-      <value>Technische e-mail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Assignment of all selected districts is completed!</name>
-      <value>De toewijzing van alle geselecteerde districten is voltooid!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Send email</name>
-      <value>E-mail verzenden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Zip</name>
-      <value>Zip</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Keyword Attributes</name>
-      <value>Trefwoordkenmerken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mark selection to delete</name>
-      <value>Markeer selectie om te verwijderen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Address format</name>
-      <value>Adres formaat</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No Permission</name>
-      <value>Geen toestemming</value>
-    </stringEntry>
-    <stringEntry>
-      <name>seconds</name>
-      <value>seconden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Lead Imports</name>
-      <value>Invoer van lood</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Operating System</name>
-      <value>Besturingssysteem</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Finished</name>
-      <value>Afgerond</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Not subscribed</name>
-      <value>Niet geabonneerd</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Synchronized searches</name>
-      <value>Gesynchroniseerde zoekopdrachten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${GENDER_OTHER}</name>
-      <value>Verschillend</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Next</name>
-      <value>Volgende</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Object Id</name>
-      <value>Object-ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Input value</name>
-      <value>Invoerwaarde</value>
-    </stringEntry>
-    <stringEntry>
-      <name>download ready</name>
-      <value>klaar om te downloaden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Maillogs</name>
-      <value>Maillogs</value>
-    </stringEntry>
-    <stringEntry>
-      <name>LinkedIn (Person)</name>
-      <value>LinkedIn (persoon)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>setRead</name>
-      <value>setRead</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Complaint</name>
-      <value>Klacht</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Responsible</name>
-      <value>Verantwoordelijk</value>
-    </stringEntry>
-    <stringEntry>
-      <name>this attribute with the same value exists already</name>
-      <value>dit attribuut met dezelfde waarde bestaat al</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Marked for deletion</name>
-      <value>Gemarkeerd voor verwijdering</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Reference</name>
-      <value>Referentie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>In planning</name>
-      <value>in de planning</value>
-    </stringEntry>
-    <stringEntry>
-      <name>String value</name>
-      <value>Tekenreekswaarde</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Other (WV)</name>
-      <value>Overig (WV)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>without Vat</name>
-      <value>zonder BTW</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaign planning</name>
-      <value>Campagneplanning</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Liberia</name>
-      <value>Liberia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart Number of tickets per inbox (Status)</name>
-      <value>Grafiek Aantal tickets per inbox (Status)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Service categories</name>
-      <value>Servicecategorieën</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Synced searches</name>
-      <value>Gesynchroniseerde zoekopdrachten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Prioritization based on segmentation parameters</name>
-      <value>Prioritering op basis van segmentatieparameters</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket reopen delay (days)</name>
-      <value>Vertraging ticket heropening (dagen)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Last synchronized</name>
-      <value>Laatst gesynchroniseerd</value>
-    </stringEntry>
-    <stringEntry>
-      <name>HTML</name>
-      <value>HTML</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[TEST] Calendar_lib</name>
-      <value>[TEST] Calendar_lib</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set password</name>
-      <value>Stel een wachtwoord in</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Status can't be changed to confirmed if no appointment exists!</name>
-      <value>Status kan niet worden gewijzigd in bevestigd als er geen afspraak bestaat!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product number</name>
-      <value>Productnummer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: invalid value-type for pFieldOrCond. It can be a fully qualified SqlBuilder (e.g. select, from, ... have to be set) or an jdito-prepared-statement array</name>
-      <value>SqlBuilder: ongeldig waardetype voor pFieldOrCond. Het kan een volledig gekwalificeerde SqlBuilder zijn (bijv. select, from, ... moet worden ingesteld) of een jdito-voorbereide-statement array</value>
-    </stringEntry>
-    <stringEntry>
-      <name>the high complexity of your application</name>
-      <value>de hoge complexiteit van uw toepassing</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Target amount</name>
-      <value>streefbedrag</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Facebook</name>
-      <value>Facebook</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Member</name>
-      <value>Lid</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My Organisations</name>
-      <value>Mijn organisaties</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Source / origin of the generation of contacts</name>
-      <value>Bron / oorsprong van het genereren van contacten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Action not supported</name>
-      <value>Actie niet ondersteund</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribute groups can't be selected</name>
-      <value>Kenmerkgroepen kunnen niet worden geselecteerd</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Hungary</name>
-      <value>Hongarije</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Réunion</name>
-      <value>Bijeenkomst</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Deadline</name>
-      <value>Deadline</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bottom spacing</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Top spacing</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Right spacing</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Left spacing</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Signature Templates</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Page</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Signature Template</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Signer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>E-mail Document Template</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Position and Signer count don't match</name>
-    </stringEntry>
-    <stringEntry>
-      <name>create workflow dataset</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Possible Values</name>
-      <value>Mogelijke waarden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SELECTION_PREFIX</name>
-      <value>SELECTION_PREFIX</value>
-    </stringEntry>
-    <stringEntry>
-      <name>HTML Editor</name>
-      <value>HTML-editor</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The order number already exists!</name>
-      <value>Het bestelnummer bestaat al!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Active</name>
-      <value>Actief</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Control editor</name>
-      <value>Besturingseditor</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Min. Stock</name>
-      <value>Min. Voorraad</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Next steps</name>
-      <value>Volgende stappen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Notifications</name>
-      <value>Meldingen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>favorites</name>
-      <value>favorieten</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$DISTRICT_TOTAL_TURNOVER}</name>
-      <value>Totale omzet</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Salesorder</name>
-      <value>Verkooporder</value>
-    </stringEntry>
-    <stringEntry>
-      <name>User</name>
-      <value>Gebruiker</value>
-    </stringEntry>
-    <stringEntry>
-      <name>USER_NEW_CONTACT</name>
-      <value>USER_NEW_CONTACT</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Egypt</name>
-      <value>Egypte</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My Visit Planning</name>
-      <value>Mijn bezoekplanning</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Last Click</name>
-      <value>Laatste klik</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tablename</name>
-      <value>Tafel naam</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Open Visitrecommendation</name>
-      <value>Open bezoekaanbeveling</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Replacement name</name>
-      <value>Vervangende naam:</value>
-    </stringEntry>
-    <stringEntry>
-      <name>the number of your applications</name>
-      <value>het aantal van uw toepassingen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show device types used by bulkmail recipients</name>
-      <value>Toont apparaattypen die worden gebruikt door ontvangers van bulkmail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Framework contract</name>
-      <value>Raamcontract</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Quantity</name>
-      <value>Hoeveelheid</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Management</name>
-      <value>Beheer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Affected rows</name>
-      <value>Betrokken rijen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Discount %</name>
-      <value>Korting %</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Maximal count must be one or higher</name>
-      <value>Maximaal aantal moet één of hoger zijn</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Claim date</name>
-      <value>Claimdatum</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The team must have at least one owner</name>
-      <value>Het team moet minimaal één eigenaar hebben</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Conversion to Deal Rate</name>
-      <value>Conversie naar dealpercentage</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Conversion Rate Targets</name>
-      <value>Conversieratiodoelen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Target Conversion to Deal Rate in %</name>
-      <value>Doelconversie naar dealpercentage in %</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Please change prices</name>
-      <value>Gelieve de prijzen te wijzigen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Conversion Rate Target</name>
-      <value>Conversieratiodoel</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Target Conversion Rate in %</name>
-      <value>Doelconversiepercentage in %</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation: Industry</name>
-      <value>Organisatie: Industrie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy mosaico template</name>
-      <value>Mozaïeksjabloon kopiëren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>allow all channels</name>
-      <value>alle kanalen toestaan</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Not rejected</name>
-      <value>niet afgewezen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Filters are only possible without logical conjunctions!</name>
-      <value>Filters zijn alleen mogelijk zonder logische voegwoorden!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 of the chosen records are already recipients, don't have an e-mail set or don't fullfill the communicationsettings requirements</name>
-      <value>%0 van de gekozen records zijn al ontvangers, hebben geen e-mailset of voldoen niet aan de vereisten voor communicatie-instellingen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ignore</name>
-      <value>Negeren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No advertising by %0</name>
-      <value>Geen reclame door %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Allowed only</name>
-      <value>Alleen toegestaan</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Remove invalid recipients</name>
-      <value>Ongeldige ontvangers verwijderen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>reject all channels</name>
-      <value>alle kanalen weigeren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Check status of Salesproject %0</name>
-      <value>Status van Salesproject %0 . controleren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create a document template based on the mosaico template</name>
-      <value>Maak een documentsjabloon op basis van de mozaïeksjabloon</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Last activity</name>
-      <value>Laatste Activiteit</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create a bulk mail with the selection as recipients</name>
-      <value>Maak een bulkmail met de selectie als ontvangers</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New organisation</name>
-      <value>Nieuwe organisatie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Web visits</name>
-      <value>Webbezoeken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Visit date</name>
-      <value>Bezoekdatum</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Page title</name>
-      <value>Pagina titel</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Linked organisation</name>
-      <value>Gelinkte organisatie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>This week</name>
-      <value>Deze week</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Fee(k EUR)</name>
-      <value>Vergoeding (k EUR)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ungrouped</name>
-      <value>gedegroepeerd</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all tweets of Handelsblatt</name>
-      <value>Toon alle tweets van Handelsblatt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>dd.MM.yyyy.HH:mm:ss</name>
-      <value>dd.MM.yyyy.UU:mm:ss</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Opportunity Conversion Rates to Deal</name>
-      <value>Opportuniteitsconversiepercentages voor deals</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show the different conversion rates to deal of the sales project phases</name>
-      <value>Toont de verschillende conversiepercentages voor de verkoopprojectfasen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Conversion Rates</name>
-      <value>Conversiepercentages</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Opportunity Conversion Rates</name>
-      <value>Opportuniteitsconversiepercentages</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Address/Number</name>
-      <value>Adres/Nummer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My responsible Organisations</name>
-      <value>Mijn verantwoordelijke organisaties</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show my responsible organisations</name>
-      <value>Toon mijn verantwoordelijke organisaties</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Banner</name>
-      <value>spandoek</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Match phone number</name>
-      <value>Overeenkomen met telefoonnummer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Extended connection</name>
-      <value>Uitgebreide verbinding</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Extended connections</name>
-      <value>Uitgebreide verbindingen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sender email address</name>
-      <value>E-mailadres afzender</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Events</name>
-      <value>Evenementen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Message type</name>
-      <value>Berichttype:</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Physical Products cannot be delivered via Email</name>
-      <value>Fysieke producten kunnen niet via e-mail worden geleverd</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Digital Products cannot be delivered %0</name>
-      <value>Digitale producten kunnen niet worden geleverd %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Send type</name>
-      <value>Verzendtype</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Invited</name>
-      <value>Uitgenodigd</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Participants with status</name>
-      <value>Deelnemers met status</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Registration deadline</name>
-      <value>Registratie deadline</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Send status</name>
-      <value>Status verzenden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Reminder mail</name>
-      <value>Herinneringsmail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Lecture</name>
-      <value>Lezing</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy event</name>
-      <value>Evenement kopiëren</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Break</name>
-      <value>Pauze</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add the selection to a event</name>
-      <value>Voeg de selectie toe aan een evenement</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Declined</name>
-      <value>Afgewezen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Confirmation</name>
-      <value>Bevestiging</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Change the status of selected participants</name>
-      <value>De status van geselecteerde deelnemers wijzigen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0/%1 of the chosen records will be added to the event</name>
-      <value>%0/%1 van de gekozen records wordt toegevoegd aan de gebeurtenis</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add to event</name>
-      <value>Toevoegen aan evenement</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Welcome</name>
-      <value>Welkom</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Please adjust existing forecast</name>
-      <value>Pas bestaande prognose aan</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Please select a maximum of 50 organisations</name>
-      <value>Selecteer maximaal 50 organisaties</value>
-    </stringEntry>
-    <stringEntry>
-      <name>resolve duplicates</name>
-      <value>dubbele problemen oplossen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Original</name>
-      <value>Origineel</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Resolve Duplicates</name>
-      <value>Duplicaten oplossen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Swap</name>
-      <value>Ruil</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Merge</name>
-      <value>Samenvoegen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Original Value</name>
-      <value>Originele waarde</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Take over duplicate value</name>
-      <value>Dubbele waarde overnemen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Duplicate Value</name>
-      <value>Dubbele waarde</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Fields/Linking</name>
-      <value>Velden/koppeling</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Merge Duplicates</name>
-      <value>Duplicaten samenvoegen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Merge duplicate in original</name>
-      <value>Duplicaat in origineel samenvoegen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create single tasks</name>
-      <value>Enkele taken maken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Webtracking</name>
-      <value>Webtracking</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Swap duplicates and originals</name>
-      <value>Duplicaten en originelen omwisselen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Voicemail</name>
-      <value>voicemail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Event planning</name>
-      <value>Evenement planning</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Training</name>
-      <value>Opleiding</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Page number</name>
-      <value>Paginanummer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Incoming Call</name>
-      <value>Binnenkomend telefoongesprek</value>
-    </stringEntry>
-    <stringEntry>
-      <name>new Event</name>
-      <value>nieuw evenement</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Chosen record is already in the event</name>
-      <value>Gekozen record staat al in het evenement</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Not enough room in event</name>
-      <value>Niet genoeg ruimte in evenement</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Countdown</name>
-      <value>Aftellen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Web Tracking</name>
-      <value>Webtracking</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Eventparticipantstatus</name>
-      <value>Deelnemerstatus evenement</value>
-    </stringEntry>
-    <stringEntry>
-      <name>EVENTID (UID)</name>
-      <value>EVENEMENT (UID)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No action</name>
-      <value>Geen actie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Deal</name>
-      <value>Overeenkomst</value>
-    </stringEntry>
-    <stringEntry>
-      <name>User_new</name>
-      <value>Gebruiker_nieuw</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Inhouse</name>
-      <value>Inhouse</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Save the date</name>
-      <value>Bewaar de datum</value>
-    </stringEntry>
-    <stringEntry>
-      <name>BusinessID</name>
-      <value>Bedrijfs-ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Incoming Calls</name>
-      <value>Inkomende oproepen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Called</name>
-      <value>Genaamd</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Keywords</name>
-      <value>Trefwoorden</value>
-    </stringEntry>
-    <stringEntry>
-      <name>EventMessageStatus</name>
-      <value>GebeurtenisBerichtstatus</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Remove from event</name>
-      <value>Verwijderen uit evenement</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Serviceticket</name>
-      <value>Serviceticket</value>
-    </stringEntry>
-    <stringEntry>
-      <name>EventSlot</name>
-      <value>EventSlot</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Call context</name>
-      <value>Oproepcontext</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Eventmessageid</name>
-      <value>Evenementbericht</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Follow up</name>
-      <value>Opvolgen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Seminar</name>
-      <value>seminarie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Eventslotid</name>
-      <value>Evenementenslotid</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Webinar</name>
-      <value>webinar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Agenda</name>
-      <value>Agenda</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Multi</name>
-      <value>Multi</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Event_id</name>
-      <value>Event_id</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Eventmessage_id</name>
-      <value>Eventmessage_id</value>
-    </stringEntry>
-    <stringEntry>
-      <name>EventMessage</name>
-      <value>Evenementbericht</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Caller</name>
-      <value>Beller</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Eventmessagestatusid</name>
-      <value>Gebeurtenisberichtstatusid</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Referrer name</name>
-      <value>Naam verwijzer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>User_edit</name>
-      <value>User_edit</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Online</name>
-      <value>Online</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No Tag</name>
-      <value>Geen tag</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Already existing activities</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Event participation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Keyword Category Description</name>
-      <value>Zoekwoordcategorie Omschrijving</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 liked your knowledge article %1.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Process history</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Touchscreen</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Browserinformation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Open Error Message</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Stop drain mode</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sessions</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Send message</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resolution</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Session</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Timezone</name>
-    </stringEntry>
-    <stringEntry>
-      <name>License edition</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Data directory</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Major version</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ManagerServerStatisticss</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Short message</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ManagerServerStatistics</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Keep JDito instance</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ManagerVMProperties</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Process</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Execution date</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Start intervall</name>
-    </stringEntry>
-    <stringEntry>
-      <name>VM properties</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Server</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Servers</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Activate drain mode</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ManagerDrainMode</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Duration in MS</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ProcessHistory</name>
-    </stringEntry>
-    <stringEntry>
-      <name>View VM properties</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Login user</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ProcessInterval</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Minor version</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Weeks</name>
-    </stringEntry>
-    <stringEntry>
-      <name>SessionMessage</name>
-    </stringEntry>
-    <stringEntry>
-      <name>License id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Startdate</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Run immediately</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Processmanagement</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Cache cleared</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Send message </name>
-    </stringEntry>
-    <stringEntry>
-      <name>Log directory</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Interval</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Server Runtime</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ProcessIntervals</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Interval has been started</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Shutdown Session</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Drain mode</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Client IP</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Abort</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Free Memory</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Timertype</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Process executed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Last Action</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Session ID</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Process failed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Months</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Run garbage collection</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy Class Path</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Completion date</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Statuscode</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Build</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Useragent</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Login Time</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Startup time</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Long message</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Serverprocess has been executed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Total CPU usage</name>
-    </stringEntry>
-    <stringEntry>
-      <name>user(s)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Drain Message</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Total Memory</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Activate</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Very low</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy error message</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Internal name</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Thread priority</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Last execution time</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Garbage Collection started</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Interval configuration</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Last execution status</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Process histories</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Session Message</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Execution time</name>
-    </stringEntry>
-    <stringEntry>
-      <name>execute manually</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Serverprocess failed. Check serverlog for further information</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Started by</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Home directory</name>
-    </stringEntry>
-    <stringEntry>
-      <name>VM property</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Process started</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Manager drain mode</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Locale</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Garbage Collection</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Send message to user</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Stop intervall</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Processname</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Cluster</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Session Messages</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Clear cache</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Edit intervall</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Shutdown Session(s)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Special regulation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Next increase</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Last increase</name>
-    </stringEntry>
-    <stringEntry>
-      <name>To generate the report, the table columns \"Data privacy right, \"Data privacy use\", \"Valid to\" must be maintained.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Kind</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Salesproject: Title</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Salesproject: Phase</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Salesproject: Project start</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Salesproject: Status</name>
-    </stringEntry>
-    <stringEntry>
-      <name>District Number</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Assessment / Industry</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Confirmation Volume</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Order Volume</name>
-    </stringEntry>
-    <stringEntry>
-      <name>There already is an ad hoc message for participants with status %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Target participant status</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The following participant status have been set multiple times: %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation: Supervisor assignment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Order status changed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Negative prices are only allowed for cancellations</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaignstep in campaign \"%0\" changed to \"%1\"</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Waiting list</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Change date</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Registered</name>
-    </stringEntry>
-    <stringEntry>
-      <name>${TOUCHPOINTS}</name>
-      <value>Touchpoints</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Target acquisition</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Target turnover</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New salesproject</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Quarter</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Turnover goal in thousand (%0)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Salesproject: Classification</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Tickets merged</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Follow up ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket created as follow up ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>With the following ticket(s)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Close</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Merged ticket %0 into ticket %1</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Confirm merge</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Attachment information</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket closed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Merge this ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Do you really want to merge the selected tickets? Merge cannot be undone!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>advanced signature</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Signature:</name>
-    </stringEntry>
-    <stringEntry>
-      <name>simple signature</name>
-    </stringEntry>
-    <stringEntry>
-      <name>refused</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Simple Signature</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Digital Signature</name>
-    </stringEntry>
-    <stringEntry>
-      <name>started</name>
-    </stringEntry>
-    <stringEntry>
-      <name>expired</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Digital Signature Signer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>draft</name>
-    </stringEntry>
-    <stringEntry>
-      <name>pending</name>
-    </stringEntry>
-    <stringEntry>
-      <name>terminated</name>
-    </stringEntry>
-    <stringEntry>
-      <name>You have to add atleast one signer in order to start the signing workflow.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Request Signature</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Digital Signing Signer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Digital Signing</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Emails</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy Signinglink</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket was duplicated.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket created as follow up ticket.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket was split.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 visitplan entries were created.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket created through duplication.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket created through splitting.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket number of the original ticket: %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket has a follow up ticket.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket number of the created ticket: %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Notification Description</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Escalation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Split Ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>You have to add at least one responsible.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket split (new Ticket)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Notification Title</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket split (original)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Follow up ticket created</name>
-    </stringEntry>
-    <stringEntry>
-      <name>EmployeeGroup</name>
-    </stringEntry>
-    <stringEntry>
-      <name>from \"%0\" to \"%1\" modified.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>We save your data until</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Approver</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>A %0nd approval was considered necessary by \"%1\"</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 is waiting for your approval</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Start approval process</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The approval process was started by \"%0\"</name>
-    </stringEntry>
-    <stringEntry>
-      <name>No instance definded</name>
-    </stringEntry>
-    <stringEntry>
-      <name>has been %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Approval request</name>
-    </stringEntry>
-    <stringEntry>
-      <name>User to send</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Update description with the last approver task</name>
-    </stringEntry>
-    <stringEntry>
-      <name>service ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New approval request</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Approval activity</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Cancel approval process</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Request approval again</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Last approver</name>
-    </stringEntry>
-    <stringEntry>
-      <name>You have a new approval request</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Approval count</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Link to the</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The approval process has been %0 by \"%1\"</name>
-    </stringEntry>
-    <stringEntry>
-      <name>offer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>canceled</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Update approver</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Approve/deny</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Request approval</name>
-    </stringEntry>
-    <stringEntry>
-      <name>approval levels</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Approval process was canceled</name>
-    </stringEntry>
-    <stringEntry>
-      <name>declined</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Status category</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Approval workflow started</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Request %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0. approval</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Bevorzugter Genehmiger</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Offer doesn't have any items</name>
-    </stringEntry>
-    <stringEntry>
-      <name>All day</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Cal. Reminder</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Place</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Apply to series</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Series</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Every year on %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Decline</name>
-    </stringEntry>
-    <stringEntry>
-      <name>1 hour</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Monthly on %0. %1</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Daily</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Custom...</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 minutes</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Accept</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Weekly on %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>At the start of the appointment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Days</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Every%0year</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Monthly on last %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ends</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sunday</name>
-    </stringEntry>
-    <stringEntry>
-      <name>On</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Tuesday</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Day</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Thursday</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Friday</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Repeat every</name>
-    </stringEntry>
-    <stringEntry>
-      <name>on</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Monthly on %0. day</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Every%0week</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Day(s)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Monday</name>
-    </stringEntry>
-    <stringEntry>
-      <name>After</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Every%0day</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 times</name>
-    </stringEntry>
-    <stringEntry>
-      <name>until</name>
-    </stringEntry>
-    <stringEntry>
-      <name>2 hours</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Wednesday</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Saturday</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Never</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Every%0month</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Years</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Selected month or year does not match with the selected expense date</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Purpose</name>
-    </stringEntry>
-    <stringEntry>
-      <name>in process</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Absences</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Selected absence date cannot be more than 3 years in the past</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Rule active</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New Absence</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Follow up 2</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Follow up 1</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Busy</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Departure</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Absence</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Meal allowance (%0)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Payout</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Lunch incl.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>set 'Creation'</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Absence Day</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Settled</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create multiple days</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show Meal Allowance</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Skip next visit</name>
-    </stringEntry>
-    <stringEntry>
-      <name>settled up</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Absences should be submitted until the 10th of the next month.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Dinner incl.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Arrival</name>
-    </stringEntry>
-    <stringEntry>
-      <name>1 day</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Settle</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Several days - Departure</name>
-    </stringEntry>
-    <stringEntry>
-      <name>set 'Settled'</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Selected receipt date cannot be more than 3 years in the past</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Period</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Last Absence</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Absence already exists for this date and user</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Absence Days</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Next visit</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Lump sum</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Receipts (%0)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>No.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>receipt</name>
-    </stringEntry>
-    <stringEntry>
-      <name>1 week</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Expense report</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Total Kilometer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>One day - more than 8 hours</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Several days - Day of arrival</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Last visit</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Expense</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Several days - 24 hours</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Created</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New Expense</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Expenses</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Total Absences</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Submit absence</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show Traveling Expenses</name>
-    </stringEntry>
-    <stringEntry>
-      <name>First Absence</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Costs</name>
-    </stringEntry>
-    <stringEntry>
-      <name>One day - 8 hours and less</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Expense from %0 to %1 from %2</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Breakfast incl.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>set 'to be settled'</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Costs in (%0)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New Receipt</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Companycard</name>
-    </stringEntry>
-    <stringEntry>
-      <name>in Creation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Traveling Expenses</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Kilometer (own car)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>new travel reservation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Date has to be within the travel period</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Refuse message</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Overnight stay</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Work equipment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Special expenses</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Taxi</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Parking fees</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Hospitality</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ride costs</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Rental car</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Refuel</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete from role</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Add to role</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Add employee</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Phone number</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sum (Foreign currency)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 visit recommendations were ignored.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Temporary until</name>
-    </stringEntry>
-    <stringEntry>
-      <name>To check (1.Empl)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Enddate cannot be earlier or the same as Startdate</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Shows all tickets which have been escalated.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>#,##0.00 '\u20ac'</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Search greater %0, sync not possible.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>optional</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Selected date cannot be more than 3 years in the past</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Payment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Approval requester</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Turnover target</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Keywordentry multiple Days</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Approval: Create activity</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Approval: Update (status, appoval)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>MMM d, yyyy</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Employee-Group has to be unique</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Newsletter registration</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Event registration</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Rebuild Index of Employee</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Employee has to be unique</name>
-    </stringEntry>
-    <stringEntry>
-      <name>set "Creation"</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Approval: Create notification</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Escalated Tickets</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Turnover targets</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket escalated</name>
-    </stringEntry>
-    <stringEntry>
-      <name>km</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation Id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Preferred approver</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Target acquisitions</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Merged</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Approve / deny</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Opportunities</name>
-    </stringEntry>
-    <stringEntry>
-      <name>To check (2.Empl)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Calculation of the visit recommendation dates</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The dates of %0 visit recommendations were recalculated.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Tickets can't be double selected</name>
-    </stringEntry>
-    <stringEntry>
-      <name>CW</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Denied</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Temporary from</name>
-    </stringEntry>
-    <stringEntry>
-      <name>to be settled</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 visit recommendations were deleted.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Catering</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket escelated by process. Responsible person(s) informed.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>File format must be '.csv'.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Article title</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Negative prices are only allowed for discounts</name>
-    </stringEntry>
-    <stringEntry>
-      <name>{$TASK_EDITORS}</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Duplicate and original can't be identical.</name>
-    </stringEntry>
-    <stringEntry>
-      <name> User</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Add employees</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Transparent</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all tickets which have been escalated.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>12 hours</name>
-    </stringEntry>
-    <stringEntry>
-      <name>dd.MM.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Inserted</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Incl. Meals</name>
-    </stringEntry>
-    <stringEntry>
-      <name>30%</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Template</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Cancellation Amount</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Cancellation Count</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Cancellationrate Count</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Cancellationrate Amount</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all cancellation rates of the last years</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Cancellation Rates</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Cancellation Rate</name>
-    </stringEntry>
-    <stringEntry>
-      <name>2. Quarter</name>
-    </stringEntry>
-    <stringEntry>
-      <name>1. Quarter</name>
-    </stringEntry>
-    <stringEntry>
-      <name>3. Quarter</name>
-    </stringEntry>
-    <stringEntry>
-      <name>#.## '%'</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Cancellation Amount </name>
-    </stringEntry>
-    <stringEntry>
-      <name># k</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Waiting notification</name>
-    </stringEntry>
-    <stringEntry>
-      <name>There already exists a price of this type in the selected range. Be aware that the date will change accordingly!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Required For Mailing</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show Expense report</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Some prereserved EntityFields which are necessary fot 360° are not available. Context:</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Some prereserved EntityFields which are necessary for 360° are not available. Context: %0 Data: %1 \nNeeded EntityFields are: #UID, #TITLE, #MAPPING, #CONTENTDESCRIPTION, #CONTENTTITLE, DATE_NEW, ACTIVE.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>You have to add an e-mail documenttempalte with the classification 'digital signature' for the offerContext in order to start the signing worfklow.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Project Permissions</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Project Permission</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticket Attribute</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Count of Uses</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ProjectticketType</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projecttickettypes</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticket Comments</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticket Comment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticket Attributes</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Description Template</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projecttickettype</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticket Comment Text</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticket Comment Template</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ProjectticketTypes</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticket Comment Templates</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set Standard</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Multiple</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Tickettype</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticket Type</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket Documenttemplate</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Read comment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Solution Mandatory</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Read project</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Mandatory</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ProjectType</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Allow booking times</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Controle time</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Comment Template</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Allow adding comments</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Project Type Relation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Edit comment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Read ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete project</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Move ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket Documenttemplates</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Edit ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Allow adding Comments</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Not a Projectmember</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create comment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Edit project</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ProjectTypes</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Attributevalues</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete projectticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Status Reason</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete comment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Alphabetical sorting</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projecttype</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projecttitle</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Project</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Last Comment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>billable</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Date due</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectname</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Offered Hours</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>minutes worked</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Requester</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Planned Hours</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Required for Mailing</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Available</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Presence</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Away</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Parent Task</name>
-    </stringEntry>
-    <stringEntry>
-      <name>At least one of the operation tasks doesn't have an estimated time set.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>estimated time</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Operations</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resource</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resource plannings</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resource planning</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Operation Task</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Operation Tasks</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resources</name>
-    </stringEntry>
-    <stringEntry>
-      <name>carried out</name>
-    </stringEntry>
-    <stringEntry>
-      <name>open</name>
-    </stringEntry>
-    <stringEntry>
-      <name>assign to this operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>planned Tasks</name>
-    </stringEntry>
-    <stringEntry>
-      <name>service operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>to plan</name>
-    </stringEntry>
-    <stringEntry>
-      <name>assortment registration</name>
-    </stringEntry>
-    <stringEntry>
-      <name>prospective Tasks</name>
-    </stringEntry>
-    <stringEntry>
-      <name>open Tasks</name>
-    </stringEntry>
-    <stringEntry>
-      <name>area registration</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Previous Task</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Operationbegin</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Proficent</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Customer Service experience</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Expert</name>
-    </stringEntry>
-    <stringEntry>
-      <name>drivers license</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Competent</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Beginner</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Advanced</name>
-    </stringEntry>
-    <stringEntry>
-      <name>negotiation ability</name>
-    </stringEntry>
-    <stringEntry>
-      <name>it knowledge</name>
-    </stringEntry>
-    <stringEntry>
-      <name>product knowledge</name>
-    </stringEntry>
-    <stringEntry>
-      <name>insert group task</name>
-    </stringEntry>
-    <stringEntry>
-      <name>insert operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Color</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create operation task</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Invalid input format</name>
-    </stringEntry>
-    <stringEntry>
-      <name>incoming Operations</name>
-    </stringEntry>
-    <stringEntry>
-      <name>this Operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>unplanned Tasks</name>
-    </stringEntry>
-    <stringEntry>
-      <name>assign to operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>unassign from this operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Operation Task Templates</name>
-    </stringEntry>
-    <stringEntry>
-      <name>insert using template</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Operation Task Template</name>
-    </stringEntry>
-    <stringEntry>
-      <name>insert tasks</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Comment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>not estimated</name>
-    </stringEntry>
-    <stringEntry>
-      <name>amount of tasks</name>
-    </stringEntry>
-    <stringEntry>
-      <name>blocked</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete sub tasks</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Operationreport</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Do you want to delete the linked tasks?</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete tasks</name>
-    </stringEntry>
-    <stringEntry>
-      <name>booked Time</name>
-    </stringEntry>
-    <stringEntry>
-      <name>superordinate task</name>
-    </stringEntry>
-    <stringEntry>
-      <name>This task has subordinate tasks. Should these also be deleted?</name>
-    </stringEntry>
-    <stringEntry>
-      <name>choose Operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Should all linked tasks be deleted?</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Should all subtasks be deleted?</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Assign Operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Operations/Tasks</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Supervision</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The valid until date can't be before valid to!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New District assignment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>You were assigned as new district contact to district '%0' and %1 %2.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Assign all Companies of the selected districts</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Assignment of the companies of all selected districts is completed!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Assign companies</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 companies were newley assigned. \n%1 companies are no longer assigned (these assignments got the status 'review'). \n%2 valid assignments were unchanged. \nThe Process took %3 seconds.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Supervisor Archive</name>
-    </stringEntry>
-    <stringEntry>
-      <name>company</name>
-    </stringEntry>
-    <stringEntry>
-      <name>companies</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 Supervisors were newley assigned. \n%1 Supervisor assignments were updated. \n%2 valid assignments were unchanged. \n%3 invalid assignments should probably no longer be assigned (these assignments got the status 'review'). \n%4 assignments got deleted. \n%5 Archived Supervisors were newley assigned. \n%6 Supervisor Archive assignments were updated. \n%7 valid Archive assignments were unchanged. \n%8 invalid Archive assignments should probably no longer be assigned (these assignments got the status 'review'). \n%9 Archive assignments got deleted. \nThe Status of %10 responsibles were updated. \nThe Process took %11 seconds.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>There already exists a dataset for the selected Context.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>incl. dependent contexts</name>
-    </stringEntry>
-    <stringEntry>
-      <name>incl. Dependencies</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Filter selection</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Dependent Context</name>
-    </stringEntry>
-    <stringEntry>
-      <name>inkl. dependent contexts</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Dependent Contexts</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Some prereserved EntityFields which are necessary for 360° are not available. Context: %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Choose an event and status to add the contact to the event</name>
-    </stringEntry>
-    <stringEntry>
-      <name>blocker</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Interval(s) have been started</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Memory</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Port</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Clear Cache</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Black</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Auto Order by Id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Free Connections</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Database</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Database Detail</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Start interval</name>
-    </stringEntry>
-    <stringEntry>
-      <name>DatabaseDetails</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Process Execution</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Service URL</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Peer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Peers</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Edit interval</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Copies the classpaths to your clipboard</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Low</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Yellow</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Open Message</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Close Connection</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Record Container Caching</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Stop interval</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Additional Information</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Databases</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Database Name</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Paths</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Telemetry Type</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Grey</name>
-    </stringEntry>
-    <stringEntry>
-      <name>High</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy Classpaths</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Connection Time</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Very high</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Blue</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Host</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Used Connections</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Collation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Normal</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Master</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Red</name>
-    </stringEntry>
-    <stringEntry>
-      <name>CPUs</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Alias</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Database Details</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Seconds</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Green</name>
-    </stringEntry>
-    <stringEntry>
-      <name>No other contexts are subordinated to the selected context</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Incorrect file format for the selected type and classification</name>
-      <value>
-Onjuist bestandsformaat voor het geselecteerde type en classificatie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectmembers</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projecttimes</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Email Notification</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projecttickets</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Role Preset</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New district assignment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set to 'billed'</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set to 'in creation'</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set to 'to be settled'</name>
-    </stringEntry>
-    <stringEntry>
-      <name>in creation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>billed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Meal Allowance</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Further Information</name>
-    </stringEntry>
-    <stringEntry>
-      <name>settlement</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show Expenses report</name>
-    </stringEntry>
-    <stringEntry>
-      <name>report</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Target Projecttickettype</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Shows all Projecttickets</name>
-    </stringEntry>
-    <stringEntry>
-      <name>All projects that can (potentially) be billed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Shows all Projects</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Controlling Cockpit</name>
-    </stringEntry>
-    <stringEntry>
-      <name>o'clock</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Plan operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>preplanned</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Replan operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete plannings</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create operation report</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Remove from operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0/%1 operation task(s) will be unassigned.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>simple task</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Business hours: to</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Open resource planning</name>
-    </stringEntry>
-    <stringEntry>
-      <name>There already exists a resource dataset for %0.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Assign operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Business hours</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Business hours: from</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Due date cannot be in the past.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Clear link</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The businesshours to must be after the businesshours from</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Operation tasks of this operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Not assigned operation tasks</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Operation tasks of prospective operations</name>
-    </stringEntry>
-    <stringEntry>
-      <name>This Operation has linked tasks. Should these also be deleted?</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Assigned operation tasks</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Clear operation link</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Clear organisation link</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Clear contact link</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Studies</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Prototypes</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Business</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set Attributes</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set Project</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Clears the preset from the Context</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Wine</name>
-    </stringEntry>
-    <stringEntry>
-      <name>SerialActions</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy tickets</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set Tickettype</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Beer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set Beginn</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Other Links</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set Progress</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticket Links 3.0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set Due</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set Priority</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Cigars</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Lower Level Projecttickets</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set Editor</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resubmit ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Merge Ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resubmit</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Re-open ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Close ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket Multi Select</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Default mail groomed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 test mails sent sucessfully, %1 test mails failed. Process took %2 s.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Test bulk mail \"%0\" was sent!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Are you sure you want to remove all invalid recipients?</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Default phone groomed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Default address groomed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Choose dunning text</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Usages</name>
-    </stringEntry>
-    <stringEntry>
-      <name>usages</name>
-    </stringEntry>
-    <stringEntry>
-      <name>usage</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Issue credit</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Credit issued</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribute cannot be added twice with the same value.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Credit for Invoice %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>no valid url format</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Operation tasks not yet estimated.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Template for Comment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Template for Ticket Description</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Template for Project Description</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Project Description Template</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket Description Template</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Classification:</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 merged.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Referrer link</name>
-    </stringEntry>
-    <stringEntry>
-      <name>visit recommendations</name>
-    </stringEntry>
-    <stringEntry>
-      <name>District organisation assignment will start now!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Temporary start date</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Temporary end date</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribute is already defined</name>
-    </stringEntry>
-    <stringEntry>
-      <name>A Salesproject can only be linked to one Project</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ProjectTime</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Status won't be set for tickets with missing editor.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Preset</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The Projectticket Comment Template '%0' is duplicated</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Project Member</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The Project Type '%0' is duplicated</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Not definet error</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create lower Ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Liste Schlüsselwort</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Abrechenbar</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 entries are already billed and cannot be moved. Do you want to continue with %1 entries?</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectmember</name>
-    </stringEntry>
-    <stringEntry>
-      <name>TopicTreeUsage</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Only open Tickets</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Abgeschlossen</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Combo Value Type</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Billed entries</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Status 'in Progress' not allowed due to missing editor</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Seite</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket(s) effected)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>booked (PT)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete Attributes</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Priority: show-stopper</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Land</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Predecessor from</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Textfeld lang</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Project Memberrole</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Missing frequency</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Importer_lib: Condition could not be build because the Keycolumn %0 is not in the OutputRecord.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Anforderer prüft</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projecttime: Billingstatus</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ResourceOperatingStatus</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Signaterequest</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Extern Billable times</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New Resourceoperationtask %0 created by %1</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Mandatory filter</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Subtask</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Just 10 hours per day will be added to your flextime account.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projecttime: Date</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ResourceOperationTaskTemplateUsage</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Maintainer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribute Values</name>
-    </stringEntry>
-    <stringEntry>
-      <name>billable (minutes)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>edit operation Report</name>
-    </stringEntry>
-    <stringEntry>
-      <name>offered</name>
-    </stringEntry>
-    <stringEntry>
-      <name>original Time</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Billing status</name>
-    </stringEntry>
-    <stringEntry>
-      <name>beendet</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Generate weekplanentry</name>
-    </stringEntry>
-    <stringEntry>
-      <name>move Ticket Times</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Insert/Update Attributes</name>
-    </stringEntry>
-    <stringEntry>
-      <name>set extern time null</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create new Ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Time booking</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectresponsible</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Value has to be positiv</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Value Lookup</name>
-    </stringEntry>
-    <stringEntry>
-      <name>kein Auftrag</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Liste Projekt</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Summe Verpflegungsmehraufwand</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Assign operations</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ordered from</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ResourcePlanningOperation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticket 3.0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>This Action will insert %0 and update </name>
-    </stringEntry>
-    <stringEntry>
-      <name>Protected by default</name>
-    </stringEntry>
-    <stringEntry>
-      <name>show-stopper</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Verpflegungsmehraufwand</name>
-    </stringEntry>
-    <stringEntry>
-      <name>billable (PT)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Status won't be set for tickets with missing mandatory solution.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Bulk mail recipient</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ResourceOperationTaskSerial</name>
-    </stringEntry>
-    <stringEntry>
-      <name>change away</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Priority: low</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Add to bulk mail</name>
-    </stringEntry>
-    <stringEntry>
-      <name>no TITLE for USER</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ResourceOperationSerialContainer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>An error occured during checking whether recipient (recipient: </name>
-    </stringEntry>
-    <stringEntry>
-      <name>Project 3.0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>booked</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Product Owner</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Alle Verknüpfungen</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New Resourceoperation %0 created</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New Resourceoperationtask %0 created</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Pauschale</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projects</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Only values in 0.25 Steps are allowed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Days without new comment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set in Process</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Billing description</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Roles can't be assigned more than once!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Firmenauswahl</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticketeigenschaften</name>
-    </stringEntry>
-    <stringEntry>
-      <name>abgeschlossen</name>
-    </stringEntry>
-    <stringEntry>
-      <name>District Organisation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Dest</name>
-    </stringEntry>
-    <stringEntry>
-      <name>new follow up ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Entwickler</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projekteinstellungen</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projektname</name>
-    </stringEntry>
-    <stringEntry>
-      <name>niedrig</name>
-    </stringEntry>
-    <stringEntry>
-      <name>A RecordsRecipe is empty but required.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy Serviceclient Link</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Only own Tickets</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ÃœN</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Booked Times</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Agile Coach</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Error while retrieving binary contents. Missmatch of requtesd and delivered entries. </name>
-    </stringEntry>
-    <stringEntry>
-      <name>set checked</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Today booked</name>
-    </stringEntry>
-    <stringEntry>
-      <name>A RecordsRecipe was given but no records could be loaded. RecordsRecipe: %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Inaktiv</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Date_new1</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Spalten</name>
-    </stringEntry>
-    <stringEntry>
-      <name>${OrderedTimes}</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New comment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Forecast: Status</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Liste</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sorting_value</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ordered</name>
-    </stringEntry>
-    <stringEntry>
-      <name>sick</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resourcecampaign_id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket excelated</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Copied from</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resource Operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>nicht zugeordnet</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Presets</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Admin View öffnen</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New time</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Nein</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Copied to</name>
-    </stringEntry>
-    <stringEntry>
-      <name>change feecode</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Isserial</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resourceplanningid</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The end date must be within the validity period.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The start date must be within the validity period.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Boolean</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Some prereserved EntityFields which are necessary fot 360° are not available. Context: </name>
-    </stringEntry>
-    <stringEntry>
-      <name>New Resourceoperation %0 created by %1</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectspecific</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resourcesid</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Key User</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Reason for Status</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Tagegeld</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Field or Seperator were empty function: %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>invoiced</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticketinformation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The Attribute '%0' is duplicated</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Frühstück</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Tasks in Operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ResourceOperationTaskSerials</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Templatenumber</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Kontaktauswahl</name>
-    </stringEntry>
-    <stringEntry>
-      <name>from Percent</name>
-    </stringEntry>
-    <stringEntry>
-      <name>This Action will delete %0 Attribute Datasets. Continue?</name>
-    </stringEntry>
-    <stringEntry>
-      <name>--:--</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Beitrag</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Duplicate from</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticket Relations</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Mandatory input missing</name>
-    </stringEntry>
-    <stringEntry>
-      <name>mittel</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Kreis</name>
-    </stringEntry>
-    <stringEntry>
-      <name>change extern Time</name>
-    </stringEntry>
-    <stringEntry>
-      <name>move Ticket Time</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Linktype</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Knowledge Consultant</name>
-    </stringEntry>
-    <stringEntry>
-      <name>User_edit1</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Build- und Releasemanager</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Priority: critical</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Textfeld</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Forecast: Planned</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ja</name>
-    </stringEntry>
-    <stringEntry>
-      <name>new extern time</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Feecode</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Auftrag</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Teams</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Error while assigning the recipient</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Solution</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Mandatory solution contribution is missing</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New Campaign</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticket 2.0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Eventeee</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Objectselection</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Forecast: No forecast (Year)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Balken</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticket Type Relation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Leistungsnachweis</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Topic Tree Favorites</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resourceoperationtasktemplateid</name>
-    </stringEntry>
-    <stringEntry>
-      <name>In Relation with</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Error while sending mail as an unkown user.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resourceoperationtasktemplate_id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>No duplicate entries possible</name>
-    </stringEntry>
-    <stringEntry>
-      <name>create new Ressource Operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>remove settled</name>
-    </stringEntry>
-    <stringEntry>
-      <name>report sick</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sort alphabetically</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Liste Projekttyp </name>
-    </stringEntry>
-    <stringEntry>
-      <name>Controlling</name>
-    </stringEntry>
-    <stringEntry>
-      <name>kritisch</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Project: billable</name>
-    </stringEntry>
-    <stringEntry>
-      <name>set settled</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Topictree</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Operationreport %0 %1</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Project Members</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Bearbeiter prüft</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticketauswahl</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Informationen</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Topic Tree Presets</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Successor from</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Only for following Projecttypes</name>
-    </stringEntry>
-    <stringEntry>
-      <name>hoch</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Please define a frequency</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy bulk mail</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Date_edit1</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Open Customer System</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Project Member Preview</name>
-    </stringEntry>
-    <stringEntry>
-      <name>booked (minutes)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Updated</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projektcontrolling</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Beschreibung</name>
-    </stringEntry>
-    <stringEntry>
-      <name>in Bearbeitung</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Duplicate From</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Illegal Parent Operator in buildFilterObj-Function: </name>
-    </stringEntry>
-    <stringEntry>
-      <name>Handelsblatt Twitter Feed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Project Member Edit</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticket Relation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Priority: high</name>
-    </stringEntry>
-    <stringEntry>
-      <name>set unchecked</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The end date can't be before begin date!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Card Table view</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ResourceOperationTaskTemplate</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Subtask from</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Tester</name>
-    </stringEntry>
-    <stringEntry>
-      <name>erfasst</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ProjectID</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Dauer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>User_new1</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Further Informations</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Numerisches Feld</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Aktiv</name>
-    </stringEntry>
-    <stringEntry>
-      <name>selected resources</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Error while retrieving binary contents. No binaries where found. requested UID(s): \"%0\"</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Workingtime details</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create weekplanentry manually</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 companies were newley assigned. \n</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ProjectDescription</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribut</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket-Nr.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resourceoperationid</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Some Attribtues could not be inserted/updated due to not being available in that corresponding Tickettype</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 Supervisors were newley assigned. \n</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Intern</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Liste selbstlernend</name>
-    </stringEntry>
-    <stringEntry>
-      <name>dd.MM.yyyy HH:mm</name>
-    </stringEntry>
-    <stringEntry>
-      <name>General Information</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribute Value</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Mark as duplicate</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Product Communication</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Quality Assistant</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy For Commit</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Collaboration</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticketattribute Relation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Pillar diagram: Priority</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Priority: medium</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ordered ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Multiple filter</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show my bulk mails</name>
-    </stringEntry>
-    <stringEntry>
-      <name>My Bulk Mails</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Temporary date start</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The begin date has to be in the selected calendar week!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Bulk Mail Device Types</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show device types used by bulk mail recipients</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create new activity</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Split this ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Split ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Take</name>
-    </stringEntry>
-    <stringEntry>
-      <name>duplicate</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Added to campaign</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create follow-up ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Added to campagin \"%0\" with campaign step \"%1\"</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Split</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create new ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Please define a frequency so the date can change accordingly</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create new ticket &amp; contact</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Follow-up</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Take ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Merge ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Return</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Duplicate ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create new letter</name>
-    </stringEntry>
-    <stringEntry>
-      <name>at the follwing activity</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create new task</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Number of tickets (mail)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets total (mail)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Shows the number of tickets from this and last month grouped by priority. Data is shown in day-resolution by clicking on a month. Using this dashlet may lead to a performance loss with high ticketnumbers.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets total (status)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Number of tickets (priority)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Number of tickets (medium)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>At least one inbox has to be selected.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets total (priority) per day</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets total (mail) per day</name>
-    </stringEntry>
-    <stringEntry>
-      <name>At least one ticket category has to be selected.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Shows the number of tickets from this and last month grouped by category</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Shows the number of tickets from this and last month grouped by category. Data is shown in day-resolution by clicking on a month. Using this dashlet may lead to a performance loss with high ticketnumbers.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Shows the number of tickets from this and last month grouped by status. Data is shown in day-resolution by clicking on a month. Using this dashlet may lead to a performance loss with high ticketnumbers.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets total (category)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Shows the number of tickets from this and last month grouped by status.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Shows the number of tickets from this and last month grouped by medium.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets total (status) per day</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets total (category) per day</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets total (medium) per day</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Reset mosaico template data</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Shows the number of tickets from this and last month grouped by mailsignature. Data is shown in day-resolution by clicking on a month. Using this dashlet may lead to a performance loss with high ticketnumbers.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets total (medium)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Visibility</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Export mosaico metadata</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Shows the number of tickets from this and last month grouped by mailsignature.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Import mosaico metadata</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Number of tickets (category)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Shows the number of tickets from this and last month grouped by priority.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets total (priority)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Number of tickets (status)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Shows the number of tickets from this and last month grouped by medium. Data is shown in day-resolution by clicking on a month. Using this dashlet may lead to a performance loss with high ticketnumbers.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>This resource has %0 planned operations in this timeframe that might need to be replanned.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Clear visit recommendation link</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Operation visit</name>
-    </stringEntry>
-    <stringEntry>
-      <name>You can only link one resource operation to a appointment.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 resources were created.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete ticket comment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Responsible for the visit recommendation not available as a resource.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create operation manually</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create responsible person as resource</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Assign directly</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Last Ticket Comment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 operations were created.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Generate operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 operations were added to the resource planning.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sick</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create appointment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>sickness</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Edit ticket comment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>booked time</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create ticket comment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Template for Ticket Comment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The contact is not part of the selected organisation.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Read ticket comment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Clear resource link</name>
-    </stringEntry>
-    <stringEntry>
-      <name>{$MAIL_SENT}</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Graphical evaluation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set not done</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Original E-Mail</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Device type</name>
-    </stringEntry>
-    <stringEntry>
-      <name>not done</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Serial action | Change planning</name>
-    </stringEntry>
-    <stringEntry>
-      <name>E-mail as .eml-file not found</name>
-    </stringEntry>
-    <stringEntry>
-      <name>{$SKILL}</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete the metadata and content of the template?</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Dataset count</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The following resources have been planned more than once:</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Expires at</name>
-    </stringEntry>
-    <stringEntry>
-      <name>calendar week</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Operation title</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Opening hours</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show in PreviewView</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Unique Views</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Turnover planning</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Relevant documents</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Lookup keyword</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Servicetickets</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Left</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Default value</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Allow multiple submissions</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Download answers as CSV</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Target field</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Private stay</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket Selection</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show question numbers</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sending mails not active for inbox %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Syria</name>
-    </stringEntry>
-    <stringEntry>
-      <name>North Korea</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Privacy</name>
-    </stringEntry>
-    <stringEntry>
-      <name>UniqueView</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Iran</name>
-    </stringEntry>
-    <stringEntry>
-      <name>getQuestionnaireJson</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Form description page</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Values cannot be assigned repeatedly!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Hidden</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Target table</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Laos</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Column count</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Form title</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Vatican</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Falkland Islands</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Max length</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Tanzania</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Dropdown</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Web Form</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Anonym</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy questionnaire</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Pages</name>
-    </stringEntry>
-    <stringEntry>
-      <name>QuestionnaireLookup</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Survey</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Top</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Questionnaireid</name>
-    </stringEntry>
-    <stringEntry>
-      <name>North Macedonia</name>
-    </stringEntry>
-    <stringEntry>
-      <name>QuestionnaireAnswer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Eventcode</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Logo file</name>
-    </stringEntry>
-    <stringEntry>
-      <name>United States</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 contacts selected</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Completion page text</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ivory Coast</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Read only</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resourceoperationtask_id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>getDemoUserPassword</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Mosaico export file</name>
-    </stringEntry>
-    <stringEntry>
-      <name>MEws</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Vietnam</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 of the chosen records will be added to the event, because %1 are already participants</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Visible condition</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Beginn</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Question</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show progress bar</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Answer type</name>
-    </stringEntry>
-    <stringEntry>
-      <name>QuestionnaireQuestion</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Foreign keytype</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Datetime</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Form subtitle</name>
-    </stringEntry>
-    <stringEntry>
-      <name>This survey has already been completed.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>United Kingdom</name>
-    </stringEntry>
-    <stringEntry>
-      <name>At least one lookupvalue must be added!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Questionnaireanswerid</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Palestine</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Brunei</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Panel</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Venezuela</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Changed because of mailfilter \"%0\" - \"%1\"</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket has to inbox</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Expression</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Questionnairequestion_id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sorting Layer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Covid Information</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Questionnaire</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Technical user</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart Number of tickets per inbox (status)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resourceoperationtasklinkid</name>
-    </stringEntry>
-    <stringEntry>
-      <name>South Korea</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Website address</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Checkbox</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resourceoperation_id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Min description</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Value max</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resourceoperationlinkid</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Questionnairelookupvalueid</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Technical user for inbox %0 not found</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Radiogroup</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Question type</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Moldova</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Range</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Send e-mails</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Value min</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Bottom</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Value_number</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy questionnaire link</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Questionnairequestionid</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Complete button text</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Rating</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Title location</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Newsletter unsubscribe</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Bolivia</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Russia</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Default language</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Row break</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Newsletter SelfService</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Eventtype</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Negative prices are only allowed for credits</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Required</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Kosovo</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Skills</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Lookup type</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Download HTML</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Outgoing payment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ResourceOperationLink</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Available in Webservices</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Answers</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Logo URL</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Parent node</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The survey could not be found.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Answer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Input type</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Foreign key</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ResourceOperationTaskLink</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Micronesia</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Max description</name>
-    </stringEntry>
-    <stringEntry>
-      <name>No technical user set for inbox %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>An error occurred while creating the export. Please download and send the added error message to your administrator.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>${CANCEL}</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 changed the address of your resource dataset.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 contact selected</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 Operation recommendations were deleted.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 Operation recommendations were ignored.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>(empty)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>4. Quarter</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Add Attribute</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Address source</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Always</name>
-    </stringEntry>
-    <stringEntry>
-      <name>At least one place of use has to be given</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Attention, start and end address not maintained</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Bed and Breakfast</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Calculation of the Operation recommendation dates</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Cancel timetracking</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Change address</name>
-    </stringEntry>
-    <stringEntry>
-      <name>checklist for selected phase</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Clear Operation recommendation link</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Completion mandatory</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Content of original ticket %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create operationreport</name>
-      <value>Operatieverslag maken</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create Task</name>
-    </stringEntry>
-    <stringEntry>
-      <name>CRM notification</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Datum</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Details of the selected touchpoint</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Display for new creation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>E-Mail Cycle</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Email must be unique per usage</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Essential</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Export error</name>
-    </stringEntry>
-    <stringEntry>
-      <name>File needs to be uploaded</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Get mail notifications</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Group task</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Hello</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Here are your notifications from the CRM system:</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Intervall</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Intervall setzen</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Kilometer allowance (%0)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>KM allowance</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Last operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>LastSync zurücksetzen</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Manager_external</name>
-      <value>extern</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Manager_internal</name>
-      <value>intern</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Manager_Last status message</name>
-      <value>Laatste statusbericht</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Manager_no status message available</name>
-      <value>geen statusbericht beschikbaar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Manager_no type specified</name>
-      <value>geen type opgegeven</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Manager_Service status</name>
-      <value>Dienst toestand</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Manager_Service type</name>
-      <value>Dienst Type</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mandatory specification in checklist open</name>
-    </stringEntry>
-    <stringEntry>
-      <name>My operation Planning</name>
-      <value>Mijn operatie Planning</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Name of an attached document is too long</name>
+      <name>root.Start time must be earlier than end time</name>
+      <value>Starttijd moet eerder zijn dan eindtijd</value>
     </stringEntry>
     <stringEntry>
-      <name>Navigate to Url after completion</name>
+      <name>root.hours</name>
+      <value>uur</value>
     </stringEntry>
     <stringEntry>
-      <name>New operation recommendation</name>
-      <value>Aanbeveling voor nieuwe bewerking</value>
+      <name>root.You don't have permission for this view.</name>
+      <value>U heeft geen rechten voor deze weergave.</value>
     </stringEntry>
     <stringEntry>
-      <name>Next operation</name>
+      <name>root.Wrong password</name>
+      <value>Verkeerd wachtwoord</value>
     </stringEntry>
     <stringEntry>
-      <name>Open operationrecommendation</name>
-      <value>Open operatie-aanbeveling</value>
+      <name>root.Enter current password to verify</name>
+      <value>Voer het huidige wachtwoord in om te verifiëren</value>
     </stringEntry>
     <stringEntry>
-      <name>Operation entry</name>
-      <value>Bediening invoer</value>
+      <name>root.True</name>
+      <value>Waar</value>
     </stringEntry>
     <stringEntry>
-      <name>Operation frequency</name>
-      <value>Werkingsfrequentie</value>
+      <name>root.False</name>
+      <value>niet waar</value>
     </stringEntry>
     <stringEntry>
-      <name>Operation planning</name>
-      <value>Operationele planning</value>
+      <name>root.SELECTION_BOTH</name>
+      <value>SELECTION_BOTH</value>
     </stringEntry>
     <stringEntry>
-      <name>Operation recommendation</name>
-      <value>Aanbevolen werking</value>
+      <name>root.SELECTION_POSTFIX</name>
+      <value>SELECTION_POSTFIX</value>
     </stringEntry>
     <stringEntry>
-      <name>Operation recommendations</name>
-      <value>Aanbevelingen voor gebruik</value>
+      <name>root.No consumer found for context '%0'</name>
+      <value>Geen consument gevonden voor context '%0'</value>
     </stringEntry>
     <stringEntry>
-      <name>Organisation of the resource</name>
+      <name>root.End time must be later than start time</name>
+      <value>Eindtijd moet later zijn dan begintijd</value>
     </stringEntry>
     <stringEntry>
-      <name>Own time recording running</name>
+      <name>root.hour</name>
+      <value>uur</value>
     </stringEntry>
     <stringEntry>
-      <name>Remove logo</name>
+      <name>root.New password must not be the same as the current password</name>
+      <value>Nieuw wachtwoord mag niet hetzelfde zijn als het huidige wachtwoord</value>
     </stringEntry>
     <stringEntry>
-      <name>Responsible Employee</name>
+      <name>root.SELECTION_NULL</name>
+      <value>SELECTION_NULL</value>
     </stringEntry>
     <stringEntry>
-      <name>Responsible for the Operation recommendation not available as a resource.</name>
+      <name>root.Password and confirmation must be the same!</name>
+      <value>Wachtwoord en bevestiging moeten hetzelfde zijn!</value>
     </stringEntry>
     <stringEntry>
-      <name>Sensitive</name>
+      <name>root.SELECTION_NEITHER</name>
+      <value>SELECTION_NEITHER</value>
     </stringEntry>
     <stringEntry>
-      <name>Sensitive attributes</name>
+      <name>root.SELECTION_PREFIX</name>
+      <value>SELECTION_PREFIX</value>
     </stringEntry>
     <stringEntry>
-      <name>Service signatures require a {@Service@} placeholder</name>
+      <name>root.Some prereserved EntityFields which are necessary for 360° are not available. Context: %0 Data: %1 \nNeeded EntityFields are: #UID, #TITLE, #MAPPING, #CONTENTDESCRIPTION, #CONTENTTITLE, DATE_NEW, ACTIVE.</name>
     </stringEntry>
     <stringEntry>
-      <name>Set Responsible</name>
+      <name>root.Some prereserved EntityFields which are necessary for 360° are not available. Context: %0</name>
     </stringEntry>
     <stringEntry>
-      <name>Set Responsible Employee</name>
+      <name>root.Context_entity.title</name>
+      <value>Context</value>
     </stringEntry>
     <stringEntry>
-      <name>Sets a responsible person for the participants within the selected step</name>
+      <name>root.Context_entity.titlePlural</name>
+      <value>contexten</value>
     </stringEntry>
     <stringEntry>
-      <name>Sets a responsible person for the selected participants</name>
+      <name>root.Context_entity.UID.title</name>
+      <value>Context-ID</value>
     </stringEntry>
     <stringEntry>
-      <name>show operation planning of the week</name>
-      <value>show operatie planning van de week</value>
+      <name>root.Context_entity.CONTEXT_NAME.title</name>
+      <value>Contextnaam</value>
     </stringEntry>
     <stringEntry>
-      <name>Silent</name>
+      <name>root.DefaultAdminView_entity.ENTITY.title</name>
+      <value>Entiteit</value>
     </stringEntry>
     <stringEntry>
-      <name>Skip Next operation</name>
+      <name>root.Usersettings_entity.title</name>
+      <value>Instellingen</value>
     </stringEntry>
     <stringEntry>
-      <name>Spesenabrechnung</name>
+      <name>root.Usersettings_entity.titlePlural</name>
+      <value>Instellingen</value>
     </stringEntry>
     <stringEntry>
-      <name>Start timetracking</name>
+      <name>root.Usersettings_entity.calHourdivider.title</name>
+      <value>Kalender uur scheidingsteken</value>
     </stringEntry>
     <stringEntry>
-      <name>Stop timetracking</name>
+      <name>root.Usersettings_entity.calMaintimeEnd.title</name>
+      <value>Einde agenda maintime</value>
     </stringEntry>
     <stringEntry>
-      <name>Terms of payment</name>
+      <name>root.Usersettings_entity.calMaintimeStart.title</name>
+      <value>Start kalender maintime</value>
     </stringEntry>
     <stringEntry>
-      <name>The address of your resource dataset has been changed</name>
+      <name>root.Usersettings_entity.UID.title</name>
+      <value>UID</value>
     </stringEntry>
     <stringEntry>
-      <name>The addresses of the following resources couldn't be changed:</name>
+      <name>root.Usersettings_entity.selectionIgnoreCase.title</name>
+      <value>Selectie negeer hoofdletter</value>
     </stringEntry>
     <stringEntry>
-      <name>The date of the next operation could only be set for %0 of the %1 selected data sets, as no operation frequency was stored for the other data sets.</name>
+      <name>root.Usersettings_entity.selectionPlaceholder.title</name>
+      <value>Tijdelijke aanduiding voor selectie</value>
     </stringEntry>
     <stringEntry>
-      <name>The dates of %0 Operation recommendations were recalculated.</name>
+      <name>root.Usersettings_entity.jPassword.title</name>
+      <value>Nieuw paswoord</value>
     </stringEntry>
     <stringEntry>
-      <name>The follow-up date cannot be in the past</name>
+      <name>root.Usersettings_entity.jPasswordRepeat.title</name>
+      <value>herhaal wachtwoord</value>
     </stringEntry>
     <stringEntry>
-      <name>The following organisations don't have a address set: %0</name>
+      <name>root.Usersettings_entity.currentPassword.title</name>
+      <value>Huidig wachtwoord</value>
     </stringEntry>
     <stringEntry>
-      <name>The selected range is outside the operation  recommendation range: %0-%1</name>
+      <name>root.Usersettings_entity.userCurrency.title</name>
+      <value>Gebruikersvaluta</value>
     </stringEntry>
     <stringEntry>
-      <name>The selected range is outside the visit recommendation range: %0-%1</name>
+      <name>root.Usersettings_entity.incomingCallContext.title</name>
+      <value>Oproepcontext</value>
     </stringEntry>
     <stringEntry>
-      <name>There already exists a %0 price with the same type of pricelist in the defined range.</name>
-      <value>Er bestaat al een %0-prijs met hetzelfde type prijslijst, hoeveelheid en valuta in het gedefinieerde bereik.</value>
+      <name>root.Usersettings_entity.prefferredApprover.title</name>
+      <value></value>
     </stringEntry>
     <stringEntry>
-      <name>This is an automatically generated email from a system email address.&lt;br&gt;Please do not reply to this email.&lt;br&gt;If you have any questions, please contact your CRM administrator directly.&lt;br&gt;&lt;br&gt;Thank you.</name>
+      <name>root.Usersettings_entity.sendNotificationAsMail.title</name>
+      <value></value>
     </stringEntry>
     <stringEntry>
-      <name>Title (original language)</name>
-      <value>Titel (oorspronkelijke taal)</value>
+      <name>root.Usersettings.title</name>
+      <value>Instellingen</value>
     </stringEntry>
     <stringEntry>
-      <name>Title (translated)</name>
-      <value>Titel (vertaald)</value>
+      <name>root.IndexSearchView.IndexSearchDashlet.title</name>
+      <value>Zoekopdracht</value>
     </stringEntry>
     <stringEntry>
-      <name>TO</name>
+      <name>root.IndexSearchView.indexsearch.title</name>
+      <value>Zoekopdracht</value>
     </stringEntry>
     <stringEntry>
-      <name>To:</name>
+      <name>root.UsersettingsEdit_view.title</name>
+      <value>Instellingen</value>
     </stringEntry>
     <stringEntry>
-      <name>TopictreeTaskAttendee</name>
+      <name>root.UsersettingsEdit_view.PasswordEdit.drawerCaption</name>
+      <value>Wachtwoord</value>
     </stringEntry>
     <stringEntry>
-      <name>TopictreeTaskAttendees</name>
+      <name>root.UsersettingsEdit_view.PasswordEdit.title</name>
+      <value>Instellingen</value>
     </stringEntry>
     <stringEntry>
-      <name>Travel expenses</name>
+      <name>root.UsersettingsEdit_view.CurrencyEdit.drawerCaption</name>
+      <value>Munteenheid</value>
     </stringEntry>
     <stringEntry>
-      <name>von</name>
+      <name>root.UsersettingsEdit_view.CurrencyEdit.title</name>
+      <value>Instellingen</value>
     </stringEntry>
     <stringEntry>
-      <name>You have %0 notifications.</name>
+      <name>root.UsersettingsEdit_view.PhoneEdit.drawerCaption</name>
+      <value>Telefoon</value>
     </stringEntry>
     <stringEntry>
-      <name>{$PERMISSION_CONDITION}</name>
-      <value>Voorwaarde</value>
+      <name>root.UsersettingsEdit_view.Notification.drawerCaption</name>
+      <value>Kennisgeving</value>
     </stringEntry>
     <stringEntry>
-      <name>{$PERMISSION_HAS_CONDITION}</name>
+      <name>root.UsersettingsEdit_view.Notification.title</name>
+      <value>Kennisgeving</value>
     </stringEntry>
   </keyValueMap>
 </language>
diff --git a/language/_____LANGUAGE_pl/_____LANGUAGE_pl.aod b/language/_____LANGUAGE_pl/_____LANGUAGE_pl.aod
index 5771345..a6fa258 100644
--- a/language/_____LANGUAGE_pl/_____LANGUAGE_pl.aod
+++ b/language/_____LANGUAGE_pl/_____LANGUAGE_pl.aod
@@ -7,16659 +7,202 @@
   <variant></variant>
   <keyValueMap>
     <stringEntry>
-      <name>Resigned</name>
-      <value>Zrezygnowany</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The contract number already exists!</name>
-      <value>Numer umowy już istnieje!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Search term</name>
-      <value>Szukany termin</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Generate letter</name>
-      <value>Wygeneruj list</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Gender</name>
-      <value>Płeć</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$TASK_PRIORITY_HIGH}</name>
-      <value>Wysoki</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create new note</name>
-      <value>Utwórz nową notatkę</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create new campaign step</name>
-      <value>Utwórz nowy krok kampanii</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Solomon Islands</name>
-      <value>Wyspy Salomona</value>
-    </stringEntry>
-    <stringEntry>
-      <name>approved</name>
-      <value>zatwierdzony</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Montserrat</name>
-      <value>Montserrat</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Guadeloupe</name>
-      <value>Gwadelupa</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Make offer (WV)</name>
-      <value>Złóż ofertę (WV)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>very high</name>
-      <value>Prowadzić szybkie pozyskiwanie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Approval</name>
-      <value>Aprobata</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bulk Mail Key Figures</name>
-      <value>Kluczowe dane dotyczÄ…ce poczty zbiorczej</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Landingpage</name>
-      <value>Wstęp</value>
-    </stringEntry>
-    <stringEntry>
-      <name>BCC</name>
-      <value>UDW</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Moldova (Republic of)</name>
-      <value>Mołdawia (Republika)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Category Name</name>
-      <value>Nazwa Kategorii</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Seychelles</name>
-      <value>Seszele</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Low price strategy</name>
-      <value>Strategia niskiej ceny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Address changed to %0 %1 %2 %3 %4</name>
-      <value>Adres zmieniono na % 0 % 1 % 2 % 3 % 4</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Order executed</name>
-      <value>Zamówienie zrealizowane</value>
-    </stringEntry>
-    <stringEntry>
-      <name>1</name>
-      <value>1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>2</name>
-      <value>2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>rebuild Index</name>
-      <value>odbuduj indeks</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Employee</name>
-      <value>Pracownik</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all offers with second approval</name>
-      <value>Pokaż wszystkie oferty z drugim zatwierdzeniem</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Company_internationality</name>
-      <value>Firma_międzynarodowość</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Event Data</name>
-      <value>Dane zdarzenia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Remove from Campaign</name>
-      <value>Usuń z kampanii</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Event gateway</name>
-      <value>Bramka zdarzeń</value>
-    </stringEntry>
-    <stringEntry>
-      <name>A</name>
-      <value>A</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Support Ticket</name>
-      <value>Zgłoszenie serwisowe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>B</name>
-      <value>b</value>
-    </stringEntry>
-    <stringEntry>
-      <name>100%</name>
-      <value>100%</value>
-    </stringEntry>
-    <stringEntry>
-      <name>C</name>
-      <value>C</value>
-    </stringEntry>
-    <stringEntry>
-      <name>D</name>
-      <value>D</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Selection</name>
-      <value>Wybór</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Last change</name>
-      <value>Ostatnia zmiana</value>
-    </stringEntry>
-    <stringEntry>
-      <name>no inbox</name>
-      <value>brak skrzynki odbiorczej</value>
-    </stringEntry>
-    <stringEntry>
-      <name>one actitiy from mail created</name>
-      <value>utworzono jedno działanie z poczty</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cocos (Keeling) Islands</name>
-      <value>Wyspy Kokosowe (Keelinga)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Liechtenstein</name>
-      <value>Liechtenstein</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contract number</name>
-      <value>Numer kontaktowy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Jordan</name>
-      <value>Jordania</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Remaining Runtime</name>
-      <value>Pozostały czas pracy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Forecasts</name>
-      <value>Prognozy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Reminder</name>
-      <value>Przypomnienie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>parent company</name>
-      <value>Przedsiębiorstwo macierzyste</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Côte d'Ivoire</name>
-      <value>Wybrzeże Kości Słoniowej</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Presentation</name>
-      <value>Prezentacja</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Field delimiter</name>
-      <value>Ogranicznik pól</value>
-    </stringEntry>
-    <stringEntry>
-      <name>French Polynesia</name>
-      <value>Polinezja Francuska</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Their Permissions</name>
-      <value>Ich uprawnienia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Created through business fair lead</name>
-      <value>Stworzony poprzez prowadzenie targów biznesowych</value>
-    </stringEntry>
-    <stringEntry>
-      <name>AB_KEYWORD_ENTRYID (UID)</name>
-      <value>AB_KEYWORD_ENTRYID (UID)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mobil</name>
-      <value>Mobilny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Is an active Employee</name>
-      <value>jest aktywnym pracownikiem</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Service ticket category</name>
-      <value>Kategoria biletu serwisowego</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Vers. no.</name>
-      <value>Wers. nie.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Clicks</name>
-      <value>Kliknięcia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Is an active employee</name>
-      <value>jest aktywnym pracownikiem</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Object type</name>
-      <value>Rodzaj obiektu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Single (Service/External)</name>
-      <value>Pojedynczy (usługowy/zewnętrzny)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>good</name>
-      <value>dobry</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Maximal count has to be a whole number</name>
-      <value>Maksymalna liczba musi być liczbą całkowitą</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Caimpaignsteps</name>
-      <value>Kroki kampanii</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Armenia</name>
-      <value>Armenia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>DSGVO Information</name>
-      <value>Informacje DSGVO</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sales manager</name>
-      <value>Kierownik Sprzedaży</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No recipient is marked for test run replacement.</name>
-      <value>Żaden odbiorca nie jest oznaczony do wymiany w trybie testowym.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>export</name>
-      <value>eksport</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Decision maker</name>
-      <value>PodejmujÄ…cy decyzjÄ™</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sorting direction</name>
-      <value>Kierunek sortowania</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Approved</name>
-      <value>Zatwierdzony</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Discount in %0</name>
-      <value>Rabat w %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Lao People's Democratic Republic</name>
-      <value>Laotańska Republika Ludowo-Demokratyczna</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 1</name>
-      <value>Kolumna 1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Event Type</name>
-      <value>Typ wydarzenia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 3</name>
-      <value>Kolumna 3</value>
-    </stringEntry>
-    <stringEntry>
-      <name>All of the chosen records are already in the campaign</name>
-      <value>Wszystkie wybrane rekordy są już w kampanii</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 2</name>
-      <value>Kolumna 2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show inboxes</name>
-      <value>Pokaż skrzynki odbiorcze</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 5</name>
-      <value>Kolumna 5</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 4</name>
-      <value>Kolumna 4</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 7</name>
-      <value>Kolumna 7</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 6</name>
-      <value>Kolumna 6</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 9</name>
-      <value>Kolumna 9</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: pValue (or pFieldOrCond if only one param) is not allowed to be null, undefined or []. (use *IfSet functions if you need optional conditions which are just ignored if value is null or undefined)</name>
-      <value>SqlBuilder: pValue (lub pFieldOrCond, jeśli tylko jeden parametr) nie może mieć wartości NULL, undefined lub []. (użyj funkcji *IfSet, jeśli potrzebujesz opcjonalnych warunków, które są ignorowane, jeśli wartość jest pusta lub niezdefiniowana)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 8</name>
-      <value>Kolumna 8</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Receive new Department Permission</name>
-      <value>Uzyskaj nowe pozwolenie działu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Afghanistan</name>
-      <value>Afganistan</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${ADDRESS_STATE}</name>
-      <value>Państwo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>society</name>
-      <value>społeczeństwo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Move down</name>
-      <value>Padnij</value>
-    </stringEntry>
-    <stringEntry>
-      <name>DSGVO - relevant attributes</name>
-      <value>DSGVO - istotne atrybuty</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Quick Entry</name>
-      <value>Szybki wpis</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Employee Group</name>
-      <value>Grupa pracowników</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No new recipients found that can be added to the serial letter.</name>
-      <value>Nie znaleziono nowych adresatów, których można dodać do listu seryjnego.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>November</name>
-      <value>listopad</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show the organisations turnover, forecast and planing in a 3 year time-span</name>
-      <value>Pokazuje obroty organizacji, prognozy i planowanie w okresie 3 lat</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Timetracking Id</name>
-      <value>Identyfikator śledzenia czasu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Place of use</name>
-      <value>Miejsce użytkowania</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New time tracking</name>
-      <value>Nowe śledzenie czasu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Commodity group</name>
-      <value>Grupa towarowa</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Missed call from %0 (%1) to %2</name>
-      <value>Nieodebrane połączenie od %0 (%1) do %2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No file selected.</name>
-      <value>Nie wybrano pliku.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>pExecuteOnlyIfConditionExists has to be of type boolean. This parameter controls what happens if the condition is empty (select / delete all or nothing)</name>
-      <value>pExecuteOnlyIfConditionExists musi być typu logicznego. Ten parametr kontroluje, co się stanie, jeśli warunek jest pusty (wybierz / usuń wszystko lub nic)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>processing time</name>
-      <value>czas przetwarzania</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Benin</name>
-      <value>Benin</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show the opening hours of bulk mail recipients.</name>
-      <value>Pokazuje godziny otwarcia odbiorców poczty zbiorczej.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Virgin Islands (British)</name>
-      <value>Wyspy Dziewicze (Brytyjskie)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Autoresponder</name>
-      <value>Autoresponder</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mongolia</name>
-      <value>Mongolia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>was set to</name>
-      <value>był ustawiony na</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Morocco</name>
-      <value>Maroko</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Employee group already selected</name>
-      <value>Wybrano już grupę pracowników</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Import source</name>
-      <value>Źródło importu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>FILE NOT CHANGED</name>
-      <value>PLIK NIE ZMIENIONY</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Signals</name>
-      <value>Sygnały</value>
-    </stringEntry>
-    <stringEntry>
-      <name>order</name>
-      <value>zamówienie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Download letter</name>
-      <value>Pobierz list</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The code number is not a valid number.</name>
-      <value>Numer kodu nie jest prawidłowym numerem.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Send Answer</name>
-      <value>Wyślij odpowiedź</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product type</name>
-      <value>Rodzaj produktu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Channel type</name>
-      <value>Typ kanału</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Device Type</name>
-      <value>Rodzaj urzÄ…dzenia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ghana</name>
-      <value>Ghana</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets per inbox (Medium)</name>
-      <value>Wykres liczby biletów w skrzynce odbiorczej (średni)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$TASK_PRIORITY_LOW}</name>
-      <value>Niski</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Maldives</name>
-      <value>Malediwy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Existing customer</name>
-      <value>IstniejÄ…cy klient</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Service ticket template</name>
-      <value>Szablon zgłoszenia serwisowego</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SMS</name>
-      <value>SMS</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create and open in editor</name>
-      <value>Utwórz i otwórz w edytorze</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Move selection up</name>
-      <value>Przenieś zaznaczenie w górę</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Data transfered</name>
-      <value>Przesłane dane</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Warning</name>
-      <value>Ostrzeżenie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show my contacts</name>
-      <value>Pokaż moje kontakty</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Newsfeed (Preview)</name>
-      <value>Kanał aktualności (podgląd)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 of the chosen records are already recipients.</name>
-      <value>%0 wybranych rekordów jest już odbiorcami.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>United Kingdom of Great Britain and Northern Ireland</name>
-      <value>Zjednoczone Królestwo Wielkiej Brytanii i Irlandii Północnej</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Equatorial Guinea</name>
-      <value>Gwinea Równikowa</value>
-    </stringEntry>
-    <stringEntry>
-      <name>add to sync</name>
-      <value>dodaj do synchronizacji</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Comma</name>
-      <value>Przecinek</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Spare part</name>
-      <value>Część zapasowa</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Only </name>
-      <value>Tylko</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No more than %0 records can be exported.</name>
-      <value>Nie można wyeksportować więcej niż %0 rekordów.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Done by</name>
-      <value>Zrobione przez</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Salesproject: Created on</name>
-      <value>Okazja: Utworzono dnia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add participants to Campaign</name>
-      <value>Dodaj uczestników do Kampanii</value>
-    </stringEntry>
-    <stringEntry>
-      <name>subordinate context</name>
-      <value>kontekst podrzędny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ascending</name>
-      <value>rosnÄ…co</value>
-    </stringEntry>
-    <stringEntry>
-      <name>You were assigned as new district contact to district %0 and %1 organisation(s).</name>
-      <value>Zostałeś przydzielony jako nowy kontakt dystryktu do organizacji dystryktu %0 i %1.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Type changed to %0</name>
-      <value>Zmieniono typ na %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Date Clicked</name>
-      <value>Data kliknięcia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>End event</name>
-      <value>Wydarzenie końcowe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Minimal count must be a positive whole number</name>
-      <value>Minimalna liczba musi być dodatnią liczbą całkowitą</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Theme</name>
-      <value>Temat</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Importer created</name>
-      <value>Utworzono importera</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My Bulkmails</name>
-      <value>Moje masowe wiadomości</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Estonia</name>
-      <value>Estonia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>synchronize Appointment to Plan</name>
-      <value>zsynchronizuj spotkanie z planem</value>
-    </stringEntry>
-    <stringEntry>
-      <name>solicits</name>
-      <value>zabiega</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Only .odt files are supported for bulkletters.</name>
-      <value>W przypadku listów zbiorczych obsługiwane są tylko pliki .odt.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Archived</name>
-      <value>Zarchiwizowane</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Templatename</name>
-      <value>Nazwa szablonu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sent Receipts</name>
-      <value>Wysłane rachunki</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Edited on</name>
-      <value>Edytowano dnia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Adviser Contact</name>
-      <value>Kontakt z doradcÄ…</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Private persons</name>
-      <value>Osoby prywatne</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Further information</name>
-      <value>Dalsza informacja</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Relation Title</name>
-      <value>Tytuł relacji</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Conclusion</name>
-      <value>Wniosek</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Western Sahara</name>
-      <value>Sahara Zachodnia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Email content</name>
-      <value>Treść e-maila</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Receive new User Permission</name>
-      <value>Uzyskaj nowe uprawnienia użytkownika</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0/%1 participant(s) will be added to the selected campaign step</name>
-      <value>%0/%1 uczestników zostanie dodanych do wybranego kroku kampanii</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add Attributes </name>
-      <value>Dodaj atrybuty</value>
-    </stringEntry>
-    <stringEntry>
-      <name>In review</name>
-      <value>W recenzji</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Offer No.</name>
-      <value>Nr oferty</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Days inactive</name>
-      <value>Dni nieaktywne</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Total costs</name>
-      <value>Koszty całkowite</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Function</name>
-      <value>Funkcjonować</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertisingitem Id</name>
-      <value>Identyfikator elementu reklamowego</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show my tickets that are in process.</name>
-      <value>Pokaż moje bilety, które są w toku.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Clear forecast and set state to '%0'?</name>
-      <value>Wyczyścić prognozę i ustawić stan na „%0”?</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Salesproject: Type</name>
-      <value>Okazja: Typ</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Configurations</name>
-      <value>Konfiguracje</value>
-    </stringEntry>
-    <stringEntry>
-      <name>semicolon</name>
-      <value>średnik</value>
-    </stringEntry>
-    <stringEntry>
-      <name>360 Degree</name>
-      <value>360 stopni</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Lead Import Reset</name>
-      <value>Resetowanie importu potencjalnych klientów</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket returned</name>
-      <value>Bilet zwrócony</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Valid from (as %0)</name>
-      <value>Ważny od (jako %0)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket Closure</name>
-      <value>Zamknięcie biletu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertising item</name>
-      <value>Przedmiot reklamowy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Valid from</name>
-      <value>ObowiÄ…zuje od</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Interfaces</name>
-      <value>Interfejsy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Touchpoints</name>
-      <value>Punkty dotykowe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Relation Type</name>
-      <value>Typ relacji</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Transfer to Invoice</name>
-      <value>Przelew na fakturÄ™</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Person duplicate</name>
-      <value>Duplikat osoby</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product group</name>
-      <value>Grupa produktów</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Offeritems</name>
-      <value>Pozycje oferty</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Permission received</name>
-      <value>Otrzymano pozwolenie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Synchronized with Outlook</name>
-      <value>Zsynchronizowany z Outlookiem</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The expiry date must be after the start date!</name>
-      <value>Data wygaśnięcia musi przypadać po dacie rozpoczęcia!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Edit</name>
-      <value>Edytować</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Overdue tasks</name>
-      <value>Zaległe zadania</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Document</name>
-      <value>Dokument</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mosaico template</name>
-      <value>Szablon mozaiki</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Weekplan already exists!</name>
-      <value>Plan tygodniowy już istnieje!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Payment method</name>
-      <value>Metoda płatności</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${SALESPROJECT_PROSPECT}</name>
-      <value>Perspektywa</value>
-    </stringEntry>
-    <stringEntry>
-      <name>carriage free</name>
-      <value>przewóz wolny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Appointment checkup</name>
-      <value>Kontrola wizyty</value>
-    </stringEntry>
-    <stringEntry>
-      <name>new Email</name>
-      <value>nowy e-mail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Import errors</name>
-      <value>Błędy importu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Condition Type</name>
-      <value>Rodzaj warunku</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add to serial letter</name>
-      <value>Dodaj do listu seryjnego</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Code</name>
-      <value>Kod</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Stock</name>
-      <value>Magazyn</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contract Id</name>
-      <value>Identyfikator umowy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Checklist entry</name>
-      <value>Wpis listy kontrolnej</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Group</name>
-      <value>Grupa</value>
-    </stringEntry>
-    <stringEntry>
-      <name>25%</name>
-      <value>25%</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Object 2 row Id</name>
-      <value>Identyfikator wiersza obiektu 2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Parent Role</name>
-      <value>Rola rodzica</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Only .odt, .docx and .docm files are supported for letters.</name>
-      <value>W przypadku listów obsługiwane są tylko pliki .odt, .docx i .docm.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sweden</name>
-      <value>Szwecja</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Statistic</name>
-      <value>Statystyczny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>MS Teams</name>
-      <value>Zespoły MS</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Grant new Department Permission</name>
-      <value>Przyznaj nowe uprawnienia działu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New child product</name>
-      <value>Nowy produkt dla dzieci</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket</name>
-      <value>Bilet</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Technical specifications</name>
-      <value>Specyfikacja techniczna</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Default ticket template</name>
-      <value>Domyślny szablon biletu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Customer Base Sheet</name>
-      <value>Arkusz podstawowy klienta</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Status: \"won\"</name>
-      <value>Status: \"wygrany\"</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Date (Month)</name>
-      <value>Data (miesiÄ…c)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New appointment</name>
-      <value>Nowe spotkanie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 recipient will be added to the serial letter.</name>
-      <value>Odbiorca %0 zostanie dodany do listu seryjnego.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>dataset</name>
-      <value>zbiór danych</value>
-    </stringEntry>
-    <stringEntry>
-      <name>within the next year</name>
-      <value>w ciągu najbliższego roku</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all offers with first approval</name>
-      <value>Pokaż wszystkie oferty z pierwszym zatwierdzeniem</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sales area</name>
-      <value>Obszar sprzedaży</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Companies</name>
-      <value>Firmy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mature after days</name>
-      <value>Dojrzałe po dniach</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Limited details</name>
-      <value>Ograniczone szczegóły</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Special price list</name>
-      <value>Cennik specjalny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Search</name>
-      <value>Szukaj</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Retour</name>
-      <value>Powrót</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Test Run</name>
-      <value>Testowe uruchomienie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Slovenia</name>
-      <value>SÅ‚owenia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Permission  Overview</name>
-      <value>Przegląd uprawnień</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Creation</name>
-      <value>kreacja</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sender name</name>
-      <value>ImiÄ™ nadawcy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set parent district</name>
-      <value>Ustaw okręg nadrzędny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contacts selected</name>
-      <value>Wybrane kontakty</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${CONDITION}</name>
-      <value>Stan: schorzenie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>decrease priority</name>
-      <value>zmniejsz priorytet</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Valid, limited</name>
-      <value>Ważny, ograniczony</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Supervisors</name>
-      <value>Nadzorcy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>To check</name>
-      <value>Sprawdzić</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Region</name>
-      <value>Region</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Nauru</name>
-      <value>Nauru</value>
-    </stringEntry>
-    <stringEntry>
-      <name>District</name>
-      <value>Dzielnica</value>
-    </stringEntry>
-    <stringEntry>
-      <name>2 big</name>
-      <value>wysoki</value>
-    </stringEntry>
-    <stringEntry>
-      <name>via post</name>
-      <value>pocztÄ…</value>
-    </stringEntry>
-    <stringEntry>
-      <name>French Guiana</name>
-      <value>Gujana Francuska</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Service ticket</name>
-      <value>Bilet serwisowy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>URL must be unique</name>
-      <value>URL musi być unikalny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Payment term</name>
-      <value>Termin płatności</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Start time must be earlier than end time</name>
-      <value>Czas rozpoczęcia musi być wcześniejszy niż czas zakończenia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Keyword attribute Id</name>
-      <value>Identyfikator atrybutu słowa kluczowego</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Will be inserted</name>
-      <value>Zostanie wstawiony</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Saint Pierre and Miquelon</name>
-      <value>Saint-Pierre i Miquelon</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bulk mail</name>
-      <value>Poczta zbiorcza</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Others</name>
-      <value>Inni</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bhutan</name>
-      <value>Bhutan</value>
-    </stringEntry>
-    <stringEntry>
-      <name>hours</name>
-      <value>godziny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Falkland Islands (Malvinas)</name>
-      <value>Falklandy (Malwiny)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Username already exists!</name>
-      <value>Nazwa użytkownika już istnieje!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>TASKID (UID)</name>
-      <value>ZADANIE (UID)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Home address</name>
-      <value>Adres domowy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder must be instanciated with 'new' or one of the factory methods (newSelect, newWhere, newWhereIfSet)</name>
-      <value>SqlBuilder musi być wywoływany za pomocą „new” lub jednej z metod fabrycznych (newSelect, newWhere, newWhereIfSet)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>the max amount of this attribute has been reached</name>
-      <value>maksymalna ilość tego atrybutu została osiągnięta</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Montenegro</name>
-      <value>Czarnogóra</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Quarterly</name>
-      <value>Kwartalny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My Activities</name>
-      <value>Moje zajęcia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Invoice</name>
-      <value>Faktura</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Support</name>
-      <value>Wsparcie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribute determination</name>
-      <value>Określanie atrybutów</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Support ticket</name>
-      <value>Zgłoszenie serwisowe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Starts the server process manually, which will recalculate all (potentially) outdated classifications. This process should be executed after changes to the classification configuration.</name>
-      <value>Uruchamia proces serwera ręcznie, co spowoduje ponowne obliczenie wszystkich (potencjalnie) nieaktualnych klasyfikacji. Proces ten należy wykonać po zmianach w konfiguracji klasyfikacji.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Count</name>
-      <value>Liczyć</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Greece</name>
-      <value>Grecja</value>
-    </stringEntry>
-    <stringEntry>
-      <name>DOCUMENT</name>
-      <value>DOKUMENT</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Partial order</name>
-      <value>Częściowe zamówienie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Object row Id</name>
-      <value>Identyfikator wiersza obiektu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Appointment Confirmed</name>
-      <value>Spotkanie potwierdzone</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New offer</name>
-      <value>Nowa oferta</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${PRICELIST_DEFAULT}</name>
-      <value>Standard</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Total opt. item gross</name>
-      <value>Razem opt. pozycja brutto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add all</name>
-      <value>Dodać wszystko</value>
-    </stringEntry>
-    <stringEntry>
-      <name>within the last Month</name>
-      <value>w ciÄ…gu ostatniego miesiÄ…ca</value>
-    </stringEntry>
-    <stringEntry>
-      <name>priority</name>
-      <value>priorytet</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Euro</name>
-      <value>Euro</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product_GUI</name>
-      <value>Produkt_GUI</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 activities from mails created</name>
-      <value>%0 aktywności z utworzonych e-maili</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Edit defaults</name>
-      <value>Edytuj ustawienia domyślne</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Propkey</name>
-      <value>Propkey</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Object</name>
-      <value>Obiekt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Reopen delay</name>
-      <value>Opóźnienie ponownego otwarcia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart Number of tickets total (Status)</name>
-      <value>Wykres Łączna liczba biletów (Status)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Audit Logs</name>
-      <value>Dzienniki audytu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Workflow Model</name>
-      <value>Model przepływu pracy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tokelau</name>
-      <value>Tokelau</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The next due date must be after the start of the contract and before the expiry of the contract!</name>
-      <value>Kolejny termin płatności musi przypadać po rozpoczęciu umowy i przed wygaśnięciem umowy!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>planned</name>
-      <value>zaplanowany</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$TASK_PRIORITY_NONE}</name>
-      <value>Nic</value>
-    </stringEntry>
-    <stringEntry>
-      <name>unknown</name>
-      <value>nieznany</value>
-    </stringEntry>
-    <stringEntry>
-      <name>undefined</name>
-      <value>nieokreślony</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Names</name>
-      <value>Nazwy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: The '#' in pCondition has to occur before the '?' and '?' has to occur 1 time, '#' has to occur 1 or 0 times.</name>
-      <value>SqlBuilder: „#” w pCondition musi wystąpić przed „?” oraz '?' musi wystąpić 1 raz, „#” musi wystąpić 1 lub 0 razy.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>approve/deny (2nd approval)</name>
-      <value>zatwierdź/odrzuć (2. zatwierdzenie)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>District Responsible</name>
-      <value>Odpowiedzialny okręgowy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>low</name>
-      <value>niski</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Fullfilled</name>
-      <value>Spełnione</value>
-    </stringEntry>
-    <stringEntry>
-      <name>approve/deny</name>
-      <value>zatwierdź/odrzuć</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Export</name>
-      <value>Eksport</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertising received</name>
-      <value>Otrzymane reklamy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Total gross (%0)</name>
-      <value>Razem brutto (%0)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Kuwait</name>
-      <value>Kuwejt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Croatia</name>
-      <value>Chorwacja</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Administration</name>
-      <value>Administracja</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Balancing of interests</name>
-      <value>Równoważenie interesów</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Article title</name>
-      <value>Opis artykułu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Internal responsible</name>
-      <value>Odpowiedzialny wewnętrzny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Serial letters</name>
-      <value>Litery seryjne</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contract start date</name>
-      <value>Data rozpoczęcia umowy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cons</name>
-      <value>Cons</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Previous phase</name>
-      <value>Poprzednia faza</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Type</name>
-      <value>Rodzaj</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Swaziland</name>
-      <value>Suazi</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New sales project created</name>
-      <value>Utworzono nowy projekt sprzedażowy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Saint Barthélemy</name>
-      <value>Saint Barthelemy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>First Approval</name>
-      <value>Pierwsze zatwierdzenie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>None</name>
-      <value>Nic</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Company Addresses</name>
-      <value>Adresy firm</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Invalid value</name>
-      <value>niewłaściwa wartość</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Filesize</name>
-      <value>Rozmiar pliku</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Unique click rate (in %)</name>
-      <value>Współczynnik unikalnych kliknięć (w %)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Person Id</name>
-      <value>Identyfikator osoby</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Either or both a contact and a company must be specified</name>
-      <value>Należy określić kontakt i firmę</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Send</name>
-      <value>Wysłać</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Input</name>
-      <value>Wejście</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Like</name>
-      <value>Lubić</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Do you really want to delete all usages of \"%0\"?</name>
-      <value>Czy na pewno chcesz usunąć wszystkie zastosowania \"%0\"?</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Manufacturer</name>
-      <value>Producent</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add the selection to a bulk mail</name>
-      <value>Dodaj zaznaczenie do wiadomości zbiorczej</value>
-    </stringEntry>
-    <stringEntry>
-      <name>day</name>
-      <value>dzień</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sent</name>
-      <value>Wysłano</value>
-    </stringEntry>
-    <stringEntry>
-      <name>#,##0.00</name>
-      <value>#,##0.00</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[TEST] KeywordAttribute_lib</name>
-      <value>[TEST] SÅ‚owo kluczoweAtrybut_lib</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sales Project Phases</name>
-      <value>Fazy projektu sprzedaży</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Priority</name>
-      <value>Priorytet</value>
-    </stringEntry>
-    <stringEntry>
-      <name>minutes</name>
-      <value>minuty</value>
-    </stringEntry>
-    <stringEntry>
-      <name>You can't set a permission to yourself!</name>
-      <value>Nie możesz ustawić uprawnień dla siebie!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>created</name>
-      <value>Utworzony</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The data of this Leadimport has already been transfered. Do you want to transfer it again?</name>
-      <value>Dane tego Leadimportu zostały już przeniesione. Czy chcesz go ponownie przenieść?</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Send documents (WV)</name>
-      <value>Wyślij dokumenty (WV)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>done</name>
-      <value>Gotowe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation: District</name>
-      <value>Organizacja: Dystrykt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>August</name>
-      <value>sierpień</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Albania</name>
-      <value>Albania</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Virgin Islands (U.S.)</name>
-      <value>Wyspy Dziewicze (USA)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New Zealand</name>
-      <value>Nowa Zelandia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy</name>
-      <value>Kopiuj</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sales forecast</name>
-      <value>Prognoza sprzedaży</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation: Country</name>
-      <value>Organizacja: Kraj</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${ACTION_DO_OPEN}</name>
-      <value>otwarty</value>
-    </stringEntry>
-    <stringEntry>
-      <name>critical</name>
-      <value>krytyczny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Digital</name>
-      <value>Cyfrowy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Version %0</name>
-      <value>Wersja %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Standard Country</name>
-      <value>Kraj standardowy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mitterbeitergruppe Postkorb</name>
-      <value>Mitterbeitergruppe Postkorb</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cost</name>
-      <value>Koszt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Saudi Arabia</name>
-      <value>Arabia Saudyjska</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Done on</name>
-      <value>SporzÄ…dzono dnia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Qatar</name>
-      <value>Katar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[%0]%1 has to be a string or array but it is %2</name>
-      <value>[%0]% 1 musi być ciągiem lub tablicą, ale to % 2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Choose Header</name>
-      <value>Wybierz nagłówek</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Name \"%0\" already used for container \"%1\"</name>
-      <value>Nazwa \"%0\" jest już używana dla kontenera \"%1\"</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Serbia</name>
-      <value>Serbia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Blog</name>
-      <value>Blog</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Receipt Footer Text</name>
-      <value>Tekst stopki paragonu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The status of the offer was changed to \"sent\".</name>
-      <value>Status oferty został zmieniony na \"wysłana\".</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New contact created: %0 %1 %2 %3</name>
-      <value>Utworzono nowy kontakt: %0 %1 %2 %3</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Rwanda</name>
-      <value>Rwanda</value>
-    </stringEntry>
-    <stringEntry>
-      <name>French Southern Territories</name>
-      <value>Francuskie Terytoria Południowe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Linkmanagement</name>
-      <value>Zarządzanie połączeniami</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Date</name>
-      <value>Data</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Business Card Language</name>
-      <value>Język wizytówki</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ø Probability</name>
-      <value>Ø Prawdopodobieństwo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Barbados</name>
-      <value>Barbados</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Device ID</name>
-      <value>Identyfikator urzadzenia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Single</name>
-      <value>Pojedynczy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>You tried to change the status of \"%0\" tickets from 'ended' to another status.</name>
-      <value>Próbowałeś zmienić status biletów \"%0\" z 'zakończonych' na inny.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Office Duty</name>
-      <value>ObowiÄ…zek biurowy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Customer</name>
-      <value>Klient</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Knowledgebase</name>
-      <value>Baza wiedzy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Please select only one element</name>
-      <value>Proszę wybrać tylko jeden element</value>
-    </stringEntry>
-    <stringEntry>
-      <name>increase priority</name>
-      <value>zwiększ priorytet</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Paraguay</name>
-      <value>Paragwaj</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Success</name>
-      <value>Powodzenie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Print reminder</name>
-      <value>Wydrukuj przypomnienie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The duplicate row corrosponding to %0 has been rebuild</name>
-      <value>Zduplikowany wiersz odpowiadający %0 został przebudowany</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Salutations</name>
-      <value>Pozdrowienia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set Campaign Step</name>
-      <value>Ustaw krok kampanii</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product_technic</name>
-      <value>Technika produktu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No valid sales contract</name>
-      <value>Brak ważnej umowy sprzedaży</value>
-    </stringEntry>
-    <stringEntry>
-      <name>synchronize</name>
-      <value>synchronizować</value>
-    </stringEntry>
-    <stringEntry>
-      <name>All Unlinked Mails</name>
-      <value>Wszystkie niepowiązane wiadomości e-mail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>District: Number</name>
-      <value>Dzielnica: Numer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Open Admin View</name>
-      <value>Otwórz widok administratora</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Start Serveprocess</name>
-      <value>Rozpocznij proces obsługi</value>
-    </stringEntry>
-    <stringEntry>
-      <name>CEO</name>
-      <value>CEO</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Note</name>
-      <value>Notatka</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Comoros</name>
-      <value>Komory</value>
-    </stringEntry>
-    <stringEntry>
-      <name>assigned</name>
-      <value>przydzielony</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Link</name>
-      <value>Połączyć</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Write email</name>
-      <value>Pisać email</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add to offer</name>
-      <value>Dodaj do oferty</value>
-    </stringEntry>
-    <stringEntry>
-      <name>file '%0' cannot be read</name>
-      <value>nie można odczytać pliku '%0'</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: If pFieldOrCond is a SqlBuilder &amp; pValue is provided, you have to provide also pFieldType, as the type cannot be calculated from pFieldOrCond because it is a subselect</name>
-      <value>SqlBuilder: Jeśli pFieldOrCond jest SqlBuilder i podano pValue, należy podać również pFieldType, ponieważ typ nie może zostać obliczony na podstawie pFieldOrCond, ponieważ jest to podselekcji</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sex</name>
-      <value>Seks</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Migrate Probabilities</name>
-      <value>Migracja prawdopodobieństw</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Import date</name>
-      <value>Data importu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>October</name>
-      <value>październik</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New Notifications</name>
-      <value>Nowe powiadomienia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Appointment planned</name>
-      <value>Planowane spotkanie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product_functionality</name>
-      <value>Produkt_funkcjonalność</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaign participation</name>
-      <value>Udział w kampanii</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ACTIVITYID (UID)</name>
-      <value>IDCZYNNOÅšCI (UID)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set Status</name>
-      <value>Ustaw status</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: If pFieldOrCond is a SqlBuilder &amp; pValue is provided, pFieldOrCond has to be a full SqlBuilder which will be used as subselect</name>
-      <value>SqlBuilder: Jeśli pFieldOrCond jest SqlBuilder i pValue jest podana, pFieldOrCond musi być pełnym SqlBuilder, który będzie używany jako podselekcji</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Accepted call from %0 (%1) to %2, duration: %3</name>
-      <value>Odebrane połączenie od %0 (%1) do %2, czas trwania: %3</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Global Cases Table</name>
-      <value>Globalna tabela przypadków</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Saint Lucia</name>
-      <value>święta Lucia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Birthday list</name>
-      <value>Lista urodzin</value>
-    </stringEntry>
-    <stringEntry>
-      <name>District assigned</name>
-      <value>Dystrykt wyznaczony</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Holiday</name>
-      <value>Święto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Custom template</name>
-      <value>Szablon niestandardowy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New Service ticket</name>
-      <value>Nowy bilet serwisowy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Reply Template</name>
-      <value>Szablon odpowiedzi</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Entity id field name</name>
-      <value>Nazwa pola identyfikatora jednostki</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No role(s) selected</name>
-      <value>Nie wybrano ról</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project management</name>
-      <value>ZarzÄ…dzanie projektami</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy bulkmail</name>
-      <value>Kopiuj pocztÄ™ zbiorczÄ…</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project team roles</name>
-      <value>Role zespołu projektowego</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Update AdvertisingItem</name>
-      <value>Zaktualizuj element reklamowy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Object relation type 2</name>
-      <value>Relacja z obiektem typ 2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Object relation type 1</name>
-      <value>Typ relacji z obiektem 1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Customer code</name>
-      <value>Kod klienta</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Receive task</name>
-      <value>Odbierz zadanie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Turks and Caicos Islands</name>
-      <value>Wyspy Turks i Caicos</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Duplicates have been found</name>
-      <value>Znaleziono duplikaty</value>
-    </stringEntry>
-    <stringEntry>
-      <name>A communication setting for this channel already exists!</name>
-      <value>Ustawienie komunikacji dla tego kanału już istnieje!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Object not found</name>
-      <value>Obiekt nie znaleziony</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cancel IDs Observations</name>
-      <value>Anuluj obserwacje identyfikatorów</value>
-    </stringEntry>
-    <stringEntry>
-      <name>CIF</name>
-      <value>CIF</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribute \"%0\" can't be used more than %1.</name>
-      <value>Atrybutu \"%0\" nie można używać więcej niż %1.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>During processing the e-mail an error has occurred.\nPlease contact an administrator.</name>
-      <value>Podczas przetwarzania wiadomości e-mail wystąpił błąd.\nSkontaktuj się z administratorem.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The given Keyword Category Name is already used but needs to be unique</name>
-      <value>Podana nazwa kategorii słowa kluczowego jest już używana, ale musi być unikalna</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Export CSV</name>
-      <value>Eksportuj CSV</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Task maturity date</name>
-      <value>Termin zapadalności zadania</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Exporttempalte Selection</name>
-      <value>Wybór szablonu eksportu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Native Name</name>
-      <value>ImiÄ™ ojczyste</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Last process start: synchronize in ADITO</name>
-      <value>Rozpoczęcie ostatniego procesu: synchronizacja w ADITO</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Confirmed</name>
-      <value>Potwierdzony</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Loyalty</name>
-      <value>Lojalność</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Weblinks</name>
-      <value>Linki internetowe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contacting</name>
-      <value>Kontakt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>title</name>
-      <value>tytuł</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attachments</name>
-      <value>Załączniki</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Daily Cases</name>
-      <value>Sprawy codzienne</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all users which still have a pending synchronization to Outlook</name>
-      <value>Pokazuje wszystkich użytkowników, którzy wciąż oczekują na synchronizację z Outlookiem</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ignore</name>
-      <value>ignorować</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket no.</name>
-      <value>Numer biletu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Other_existing Customer</name>
-      <value>Inny_istniejÄ…cy klient</value>
-    </stringEntry>
-    <stringEntry>
-      <name>permission</name>
-      <value>pozwolenie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Technical requirement</name>
-      <value>Wymaganie techniczne</value>
-    </stringEntry>
-    <stringEntry>
-      <name>IT manager</name>
-      <value>Kierownik działu IT</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Adito dark blue</name>
-      <value>Adito ciemnoniebieski</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mark to Delete</name>
-      <value>Zaznacz do usunięcia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertising material</name>
-      <value>Materiał reklamowy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>First customer conversation</name>
-      <value>Pierwsza rozmowa z klientem</value>
-    </stringEntry>
-    <stringEntry>
-      <name>DATE_NEW</name>
-      <value>DATA_NOWOŚĆ</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Total VAT</name>
-      <value>Całkowity podatek VAT</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Wear part</name>
-      <value>Część eksploatacyjna</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Relation types</name>
-      <value>Typy relacji</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Weblink</name>
-      <value>Link do strony internetowej</value>
-    </stringEntry>
-    <stringEntry>
-      <name>still incorrect</name>
-      <value>nadal niepoprawny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Birthday</name>
-      <value>Urodziny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Is being sent</name>
-      <value>jest wysyłany</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket reopen delay</name>
-      <value>Opóźnienie ponownego otwarcia biletu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>December</name>
-      <value>grudzień</value>
-    </stringEntry>
-    <stringEntry>
-      <name>CONFIRMED</name>
-      <value>POTWIERDZONY</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mails</name>
-      <value>Poczta</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all companies</name>
-      <value>Pokaż wszystkie firmy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Total in euros</name>
-      <value>Razem w euro</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Buying center and internal project team</name>
-      <value>Centrum zakupów i wewnętrzny zespół projektowy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set workflow</name>
-      <value>Ustaw przepływ pracy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Commodity group B</name>
-      <value>Grupa towarowa B</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Commodity group A</name>
-      <value>Grupa towarowa A</value>
-    </stringEntry>
-    <stringEntry>
-      <name>insertTicket</name>
-      <value>wstaw bilet</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Activity: Topic (incl. Subtopics)</name>
-      <value>Aktywność: Temat (w tym podtematy)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Keyword Attribute</name>
-      <value>Atrybut słowa kluczowego</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Lock granted</name>
-      <value>Blokada przyznana</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cancel ID Observation</name>
-      <value>Anuluj obserwację tożsamości</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Commodity group A (WV)</name>
-      <value>Grupa towarowa A (WV)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Changed on</name>
-      <value>Zmieniono na</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all your Observations</name>
-      <value>Pokazuje wszystkie twoje obserwacje</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Due date</name>
-      <value>Termin płatności</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Use for test run</name>
-      <value>Użyj do uruchomienia testowego</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Canada</name>
-      <value>Kanada</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My Turnover</name>
-      <value>Mój obrót</value>
-    </stringEntry>
-    <stringEntry>
-      <name>field</name>
-      <value>pole</value>
-    </stringEntry>
-    <stringEntry>
-      <name>the \"%0\" table is configured to get logged but this is the logging-stoarge itself and cannot be monitored</name>
-      <value>tabela \"%0\" jest skonfigurowana tak, aby była rejestrowana, ale jest to sam magazyn rejestrowania i nie może być monitorowany</value>
-    </stringEntry>
-    <stringEntry>
-      <name>one file ignored</name>
-      <value>jeden plik zignorowany</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project planned?</name>
-      <value>Planowany projekt?</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribute usage Id</name>
-      <value>Identyfikator użycia atrybutu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SALESPROJECTID (UID)</name>
-      <value>Możliwość (UID)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Minimum</name>
-      <value>Minimum</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$OBJECTLINK_TYPE}</name>
-      <value>Rodzaj</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Responsible Districts</name>
-      <value>Odpowiedzialne Okręgi</value>
-    </stringEntry>
-    <stringEntry>
-      <name>inserted</name>
-      <value>włożony</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The endtime can't be before begintime!</name>
-      <value>Koniec nie może być przed czasem rozpoczęcia!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Date (Year)</name>
-      <value>Data (rok)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>All of the chosen records are already in the campaignstep</name>
-      <value>Wszystkie wybrane rekordy są już na etapie kampanii</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart Number of tickets per inbox (Medium)</name>
-      <value>Wykres Liczba biletów w skrzynce odbiorczej (średni)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Relationtype</name>
-      <value>Typ relacji</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Timor-Leste</name>
-      <value>Timor Wschodni</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Commodity group 3</name>
-      <value>Grupa towarowa 3</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Commodity group 2</name>
-      <value>Grupa towarowa 2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Commodity group 1</name>
-      <value>Grupa towarowa 1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Spain</name>
-      <value>Hiszpania</value>
-    </stringEntry>
-    <stringEntry>
-      <name>All synchronized datasets</name>
-      <value>Wszystkie zsynchronizowane zbiory danych</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Export columns using a exporttemplate</name>
-      <value>Eksportuj kolumny za pomocÄ… szablonu eksportu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Favoritegroup</name>
-      <value>Ulubiona grupa</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Visit Recommendations</name>
-      <value>Odwiedź Rekomendacje</value>
-    </stringEntry>
-    <stringEntry>
-      <name>subject</name>
-      <value>Przedmiot</value>
-    </stringEntry>
-    <stringEntry>
-      <name>You don't have permission for this view.</name>
-      <value>Nie masz uprawnień do tego widoku.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mapping</name>
-      <value>Mapowanie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all Facebook posts of ADITO</name>
-      <value>Pokaż wszystkie posty ADITO na Facebooku</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Trade</name>
-      <value>Handel</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sender phone</name>
-      <value>Telefon nadawcy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Desciption</name>
-      <value>Opis</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mozambique</name>
-      <value>Mozambik</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[%0]it was necessary to create a file from a blob-field but no lob-file-path was specified.</name>
-      <value>[%0]konieczne było utworzenie pliku z pola lob, ale nie określono ścieżki do pliku lob.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Remove Inbox and it's occurance in Tickets.</name>
-      <value>Usuń skrzynkę odbiorczą i jej występowanie w biletach.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Republic of Kosovo</name>
-      <value>Republika Kosowa</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Export CSV \"%0\" can now be downloaded</name>
-      <value>Można teraz pobrać eksport CSV \"%0\"</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Possibility to search for terms</name>
-      <value>Możliwość wyszukiwania terminów</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Assignment for all selected districts will start now!</name>
-      <value>Przydział dla wszystkich wybranych dzielnic rozpocznie się teraz!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Export structure</name>
-      <value>Struktura eksportu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Receipt number</name>
-      <value>Numer paragonu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Price</name>
-      <value>Cena £</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlUtils.getSqlInStatement: if pAsPrepared is true, pPreparedDbType has to be filld with the correct db type</name>
-      <value>SqlUtils.getSqlInStatement: jeśli pAsPrepared ma wartość true, pPreparedDbType należy wypełnić prawidłowym typem bazy danych</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Value</name>
-      <value>Wartość</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Unit price</name>
-      <value>Cena jednostkowa</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Should a test email be sent to you instead?</name>
-      <value>Czy zamiast tego powinien zostać wysłany testowy e-mail?</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Alternative phone</name>
-      <value>Telefon alternatywny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Information</name>
-      <value>Informacja</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Inmob name</name>
-      <value>Nazwa Inmob</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Service Dashboard</name>
-      <value>Pulpit serwisowy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>remove from sync</name>
-      <value>usuń z synchronizacji</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project_volume</name>
-      <value>Project_volume</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Full Read Permission</name>
-      <value>Pełne uprawnienie do odczytu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Inactive</name>
-      <value>Nieaktywny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Salutation Id</name>
-      <value>Identyfikator grzecznościowy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Lithuania</name>
-      <value>Litwa</value>
-    </stringEntry>
-    <stringEntry>
-      <name>CSO</name>
-      <value>GUS</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Korea (Republic of)</name>
-      <value>Republika Korei)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket closure (days)</name>
-      <value>Zamknięcie biletu (dni)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tags can't be assigned more than once!</name>
-      <value>Tagi nie mogą być przypisane więcej niż raz!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Email Filter</name>
-      <value>Filtr poczty e-mail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Additional data</name>
-      <value>Dodatkowe dane</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Error</name>
-      <value>BÅ‚Ä…d</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Fulladdress</name>
-      <value>Pełny adres</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Send documents</name>
-      <value>Wyślij dokumenty</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Data privacy entries</name>
-      <value>Wpisy dotyczące prywatności danych</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Norway</name>
-      <value>Norwegia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>0%</name>
-      <value>0%</value>
-    </stringEntry>
-    <stringEntry>
-      <name>District No.:</name>
-      <value>Nr okręgu:</value>
-    </stringEntry>
-    <stringEntry>
-      <name>CONTACTID (UID)</name>
-      <value>KONTAKT (UID)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>2 Weeks</name>
-      <value>2 tygodnie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Resume</name>
-      <value>Wznawianie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Offer sent</name>
-      <value>Oferta wysłana</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[TEST] Sql_lib - SqlMaskingUtils</name>
-      <value>[TEST] Sql_lib — SqlMaskingUtils</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Owner</name>
-      <value>Właściciel</value>
-    </stringEntry>
-    <stringEntry>
-      <name>E-Mail</name>
-      <value>E-mail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Email address</name>
-      <value>Adres e-mail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${ATTRIBUTE_VOID}</name>
-      <value>Etykietka</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Facebook Feed</name>
-      <value>Kanał na Facebooku</value>
-    </stringEntry>
-    <stringEntry>
-      <name>History</name>
-      <value>Historia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attributes must be unique!</name>
-      <value>Atrybuty muszą być unikalne!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ã…land Islands</name>
-      <value>Wyspy Alandzkie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Marshall Islands</name>
-      <value>Wyspy Marshalla</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Weakness</name>
-      <value>Słabość</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Offerrequest</name>
-      <value>Zapytanie ofertowe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Valid to</name>
-      <value>Ważne do</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Classifications</name>
-      <value>Klasyfikacje</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Argentina</name>
-      <value>Argentyna</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Boolean value</name>
-      <value>Wartość logiczna</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Categories</name>
-      <value>Kategorie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 Values updated using the current rate: %1</name>
-      <value>%0 Wartości zaktualizowane według aktualnego kursu: %1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sum</name>
-      <value>Suma</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Zambia</name>
-      <value>Zambia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Belize</name>
-      <value>Belize</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Congo</name>
-      <value>Kongo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Participant</name>
-      <value>Uczestnik</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Service Manager</name>
-      <value>Kierownik serwisu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Georgia</name>
-      <value>Gruzja</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New offer version</name>
-      <value>Nowa wersja oferty</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Key</name>
-      <value>Klucz</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Update all Classification entries in the system</name>
-      <value>Zaktualizuj wszystkie wpisy klasyfikacji w systemie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Fields of Dependency</name>
-      <value>Pola zależności</value>
-    </stringEntry>
-    <stringEntry>
-      <name>March</name>
-      <value>Marsz</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Recalculate all Classifications</name>
-      <value>Przelicz wszystkie klasyfikacje</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Permissions without actions are invalid!</name>
-      <value>Uprawnienia bez działań są nieważne!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Address Search</name>
-      <value>Wyszukiwanie adresu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>supports</name>
-      <value>obsługuje</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Printing costs</name>
-      <value>Koszty druku</value>
-    </stringEntry>
-    <stringEntry>
-      <name>30</name>
-      <value>30</value>
-    </stringEntry>
-    <stringEntry>
-      <name>own company</name>
-      <value>własna firma</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Enter new Ticket &amp; Contact</name>
-      <value>Wprowadź nowy bilet i kontakt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Calendar</name>
-      <value>Kalendarz</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Subscribed</name>
-      <value>Subskrybowany</value>
-    </stringEntry>
-    <stringEntry>
-      <name>We hereby comply with your request within the statutory period of one month.</name>
-      <value>Niniejszym spełniamy Twoje żądanie w ustawowym terminie jednego miesiąca.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The minimal count can't be larger than the maximal count!</name>
-      <value>Minimalna liczba nie może być większa niż maksymalna!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Azerbaijan</name>
-      <value>Azerbejdżan</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${UNLINKEDMAILMAPPING_ADDITIONAL_LINK}</name>
-      <value>${UNLINKEDMAILMAPPING_ADDITIONAL_LINK}</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Groupname</name>
-      <value>Nazwa grupy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cust.-No.</name>
-      <value>Nr klienta</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contacts</name>
-      <value>Łączność</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Kgs</name>
-      <value>Kgs</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Text content</name>
-      <value>Treść tekstu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Reply</name>
-      <value>Odpowiedź</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Event</name>
-      <value>Wydarzenie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Australia</name>
-      <value>Australia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Service ticket templates</name>
-      <value>Szablony zgłoszeń serwisowych</value>
-    </stringEntry>
-    <stringEntry>
-      <name>contract of sale</name>
-      <value>umowa sprzedaży</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Transfer data</name>
-      <value>Transfer danych</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Iceland</name>
-      <value>Islandia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Last</name>
-      <value>Ostatni, ubiegły, zeszły</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Original message</name>
-      <value>Wiadomość oryginalna</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set as default signature</name>
-      <value>Ustaw jako podpis domyślny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Permission Procurer Department</name>
-      <value>Dział Zamówień Uprawnień</value>
-    </stringEntry>
-    <stringEntry>
-      <name>From no. of units</name>
-      <value>Od nr. jednostek</value>
-    </stringEntry>
-    <stringEntry>
-      <name>First</name>
-      <value>Pierwszy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>All selected participants already are in the campaign</name>
-      <value>Wszyscy wybrani uczestnicy są już w kampanii</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project_reference</name>
-      <value>Odniesienie_projektu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Output value</name>
-      <value>Wartość wyjściowa</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Customer counting</name>
-      <value>Liczenie klientów</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Changed by</name>
-      <value>Zmienione przez</value>
-    </stringEntry>
-    <stringEntry>
-      <name>1 Month</name>
-      <value>1 miesiÄ…c</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Currency Rates</name>
-      <value>Kursy walut</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete Team</name>
-      <value>Usuń drużynę</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 mails sent sucessfully, %1 mails failed. Process took %2 s.</name>
-      <value>%0 wiadomości wysłano pomyślnie, %1 wiadomości nie powiodło się. Proces trwał %2 s.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Lead Import</name>
-      <value>Import potencjalnych klientów</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaign response</name>
-      <value>Odpowiedź na kampanię</value>
-    </stringEntry>
-    <stringEntry>
-      <name>60</name>
-      <value>60</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 status was/were changed</name>
-      <value>Status %0 został/został zmieniony</value>
-    </stringEntry>
-    <stringEntry>
-      <name>allow</name>
-      <value>pozwalać na</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Burundi</name>
-      <value>Burundi</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Order number</name>
-      <value>Numer zamówienia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Serviceagent</name>
-      <value>Agent serwisowy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Time</name>
-      <value>Czas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bulk Mail Opening Hours</name>
-      <value>Godziny otwarcia poczty zbiorczej</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contexts</name>
-      <value>Konteksty</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Open tasks</name>
-      <value>Otwarte zadania</value>
-    </stringEntry>
-    <stringEntry>
-      <name>China</name>
-      <value>Chiny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Console</name>
-      <value>Konsola</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create only person</name>
-      <value>Utwórz tylko osobę</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Percent</name>
-      <value>Procent</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Philippines</name>
-      <value>Filipiny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>User Administration</name>
-      <value>Administracja użytkownika</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Buttons</name>
-      <value>guziki</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${CHECK SALESPROJECT \"%0\"}</name>
-      <value>sprawdź stan Szansa \"%0\</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all campaigns</name>
-      <value>Pokazuje wszystkie kampanie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Total time</name>
-      <value>Czas całkowity</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Field and Position</name>
-      <value>Pole i pozycja</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Pending datasets</name>
-      <value>OczekujÄ…ce zbiory danych</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Rejected</name>
-      <value>Odrzucony</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sales Project Id</name>
-      <value>Identyfikator możliwości</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ticket no.</name>
-      <value>bilet nr.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New Caledonia</name>
-      <value>Nowa Kaledonia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New step</name>
-      <value>Nowy krok</value>
-    </stringEntry>
-    <stringEntry>
-      <name>90</name>
-      <value>90</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Iraq</name>
-      <value>Irak</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sales project responsibility set</name>
-      <value>Zestaw odpowiedzialności za możliwość</value>
-    </stringEntry>
-    <stringEntry>
-      <name>NONE</name>
-      <value>ŻADEN</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Chile</name>
-      <value>Chile</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Nepal</name>
-      <value>Nepal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>District Responsibles</name>
-      <value>Odpowiedzialni Okręgu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Unchanged plan values</name>
-      <value>Niezmienione wartości planu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Other_unknown</name>
-      <value>Inne_nieznane</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Isle of Man</name>
-      <value>Wyspa Man</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Curaçao</name>
-      <value>Curaçao</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Minimal</name>
-      <value>Minimalny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[TEST] Util_lib</name>
-      <value>[TEST] Util_lib</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy offer</name>
-      <value>Kopiuj ofertÄ™</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Checklists</name>
-      <value>Listy kontrolne</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Belgium</name>
-      <value>Belgia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>LOW</name>
-      <value>NISKI</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The contact has an advertising ban for letters!</name>
-      <value>Kontakt ma zakaz reklamowania listów!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Peru</name>
-      <value>Peru</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Favorites</name>
-      <value>Ulubione</value>
-    </stringEntry>
-    <stringEntry>
-      <name>30 days net</name>
-      <value>30 dni netto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Chad</name>
-      <value>Czad</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Employee group rule groups</name>
-      <value>Grupy reguł grupy pracowników</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Salesorder item Id</name>
-      <value>Identyfikator pozycji w zamówieniu sprzedaży</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Inclusive gateway</name>
-      <value>Brama integracyjna</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket resubmission</name>
-      <value>Ponowne przesłanie biletu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Descriptions</name>
-      <value>Opisy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Supervisor Assign all selected districts</name>
-      <value>Przypisz wszystkie wybrane dzielnice</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Please select a documenttemplate or upload a new file.</name>
-      <value>Wybierz szablon dokumentu lub prześlij nowy plik.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Email address has to be unique</name>
-      <value>Adres e-mail musi być unikalny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Milestones Phase</name>
-      <value>Faza kamieni milowych</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Partner</name>
-      <value>Partner</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My synchronized datasets</name>
-      <value>Moje zsynchronizowane zbiory danych</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Keyword</name>
-      <value>SÅ‚owo kluczowe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribute relation Id</name>
-      <value>Id relacji atrybutu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Will be updated</name>
-      <value>Zostanie zaktualizowany</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Employee Groups</name>
-      <value>Grupy pracownicze</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaign Costs</name>
-      <value>Koszty kampanii</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Field separator</name>
-      <value>Separator pól</value>
-    </stringEntry>
-    <stringEntry>
-      <name>by title</name>
-      <value>po tytule</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tag</name>
-      <value>Etykietka</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribute filters</name>
-      <value>Filtry atrybutów</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Classification: </name>
-      <value>Klasyfikacja:</value>
-    </stringEntry>
-    <stringEntry>
-      <name>inbox</name>
-      <value>w pudełku</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Title suffix</name>
-      <value>Przyrostek tytułu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Business Fair Talk</name>
-      <value>Dyskusja na temat targów biznesowych</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Wallis and Futuna</name>
-      <value>Wallis i Futuna</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Hierarchy</name>
-      <value>Hierarchia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket returned to pool</name>
-      <value>Bilet zwrócony do puli</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cause</name>
-      <value>Przyczyna</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tree</name>
-      <value>Drzewo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Start workflows</name>
-      <value>Rozpocznij przepływy pracy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Aborted</name>
-      <value>Niedonoszony</value>
-    </stringEntry>
-    <stringEntry>
-      <name>resubmitted</name>
-      <value>ponownie przesłano</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Senegal</name>
-      <value>Senegal</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Dunning level</name>
-      <value>Poziom monitowania</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Layout costs</name>
-      <value>Koszty układu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$DISTRICT_NUMBER}</name>
-      <value>Numer okręgowy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Step costs</name>
-      <value>Koszty kroków</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Newsletter dispatch</name>
-      <value>Wysyłka biuletynu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Steps</name>
-      <value>Kroki</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Category</name>
-      <value>Kategoria</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Social Media</name>
-      <value>Media społecznościowe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Print order</name>
-      <value>Wydrukuj zamówienie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My workflow tasks</name>
-      <value>Moje zadania przepływu pracy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Assessment</name>
-      <value>Oszacowanie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Stock Id</name>
-      <value>Identyfikator zapasów</value>
-    </stringEntry>
-    <stringEntry>
-      <name>discounted Price</name>
-      <value>obniżona cena</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Source</name>
-      <value>Źródło</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Points</name>
-      <value>Zwrotnica</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mobile number (Person)</name>
-      <value>Numer telefonu komórkowego (osoba)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: The provided values object for updateFields is invalid or is not an object.</name>
-      <value>SqlBuilder: podany obiekt wartości dla updateFields jest nieprawidłowy lub nie jest obiektem.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>synchronize Plan to Appointment</name>
-      <value>zsynchronizuj plan z wizytÄ…</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Missed</name>
-      <value>Pominięty</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Slovakia</name>
-      <value>SÅ‚owacja</value>
-    </stringEntry>
-    <stringEntry>
-      <name>February</name>
-      <value>luty</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Reply Mail</name>
-      <value>Odpowiedz na pocztÄ™</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Parent context</name>
-      <value>Kontekst rodzicielski</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${SALESPROJECT_LEAD}</name>
-      <value>Kwalifikacja</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Service</name>
-      <value>Usługa</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Conversion Rate</name>
-      <value>Współczynnik konwersji</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Change</name>
-      <value>Zmiana</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sorting</name>
-      <value>Sortowanie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contact</name>
-      <value>Kontakt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Individual Answer</name>
-      <value>Indywidualna odpowiedź</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Price policy</name>
-      <value>Polityka cenowa</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Desktop</name>
-      <value>Pulpit</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Blog (Organisation)</name>
-      <value>Blog (organizacja)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Service task</name>
-      <value>Zadanie serwisowe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete</name>
-      <value>Kasować</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Appointment</name>
-      <value>Wizyta, umówione spotkanie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Company duplicate</name>
-      <value>Duplikat firmy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Maximal Count</name>
-      <value>Maksymalna liczba</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Boss of</name>
-      <value>szef</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mappingfield</name>
-      <value>Pole mapowania</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Account Manager</name>
-      <value>Menadżer konta</value>
-    </stringEntry>
-    <stringEntry>
-      <name>unsubscribe</name>
-      <value>wypisz siÄ™</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Street</name>
-      <value>Ulica</value>
-    </stringEntry>
-    <stringEntry>
-      <name>July</name>
-      <value>lipiec</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Serverprocess has been started</name>
-      <value>Proces serwera został uruchomiony</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tags</name>
-      <value>Tagi</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Do you really want to anonymize all marked persons?</name>
-      <value>Czy na pewno chcesz anonimizować wszystkie oznaczone osoby?</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Status</name>
-      <value>Status</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Lead import</name>
-      <value>Import ołowiu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Download e-mail</name>
-      <value>Pobierz e-mail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertising material count</name>
-      <value>Ilość materiałów reklamowych</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The offer number already exists!</name>
-      <value>Numer oferty już istnieje!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No risk</name>
-      <value>Bez ryzyka</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Confirmation dialog</name>
-      <value>Okno dialogowe potwierdzenia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>End time</name>
-      <value>Koniec czasu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ExportTemplate Selection</name>
-      <value>Eksportuj wybór szablonu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Liquibase</name>
-      <value>Liquibase</value>
-    </stringEntry>
-    <stringEntry>
-      <name>UID</name>
-      <value>UID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New status</name>
-      <value>Nowy status</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Observe</name>
-      <value>Przestrzegać</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Finland</name>
-      <value>Finlandia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Faroe Islands</name>
-      <value>Wyspy Owcze</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Number value</name>
-      <value>Wartość liczbowa</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Import canceled</name>
-      <value>Anulowano import</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Choose address</name>
-      <value>Wybierz adres</value>
-    </stringEntry>
-    <stringEntry>
-      <name>June</name>
-      <value>czerwiec</value>
-    </stringEntry>
-    <stringEntry>
-      <name>please only filter using 'equal'</name>
-      <value>filtruj tylko za pomocą „równe”</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Position Id</name>
-      <value>Identyfikator pozycji</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Search Synchronisation</name>
-      <value>Synchronizacja wyszukiwania</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Charts</name>
-      <value>Wykresy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${UNIGNORE_DUPLICATE}</name>
-      <value>Rekord jest duplikatem</value>
-    </stringEntry>
-    <stringEntry>
-      <name>An</name>
-      <value>jakiÅ›</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Permission Action</name>
-      <value>Akcja zezwolenia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Parts list</name>
-      <value>Lista części</value>
-    </stringEntry>
-    <stringEntry>
-      <name>User tokens</name>
-      <value>Tokeny użytkownika</value>
-    </stringEntry>
-    <stringEntry>
-      <name>internal reply</name>
-      <value>odpowiedź wewnętrzna</value>
-    </stringEntry>
-    <stringEntry>
-      <name>CC</name>
-      <value>CC</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No new tickets available at this moment.</name>
-      <value>W tej chwili nie ma nowych biletów.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Fix costs</name>
-      <value>Napraw koszty</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Take price</name>
-      <value>Weź cenę</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Wrong password</name>
-      <value>Złe hasło</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contribute map data</name>
-      <value>Przesyłaj dane mapy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>United Arab Emirates</name>
-      <value>Zjednoczone Emiraty Arabskie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Addresstype</name>
-      <value>Typ adresu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>None, individual count</name>
-      <value>Brak, indywidualne liczenie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cover letter</name>
-      <value>List motywacyjny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaign Step</name>
-      <value>Etap kampanii</value>
-    </stringEntry>
-    <stringEntry>
-      <name>7 days net</name>
-      <value>7 dni netto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product content</name>
-      <value>Zawartość produktu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Move up</name>
-      <value>Podnieść</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Unread</name>
-      <value>nieprzeczytane</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Recipients after adding</name>
-      <value>Odbiorcy po dodaniu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cyprus</name>
-      <value>Cypr</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Discussions</name>
-      <value>Dyskusje</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Single (Service/Internal)</name>
-      <value>Pojedynczy (Serwis/Wewnętrzny)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attendees</name>
-      <value>Uczestnicy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Enter current password to verify</name>
-      <value>Wprowadź aktualne hasło do weryfikacji</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Use all service ticket categories</name>
-      <value>Skorzystaj ze wszystkich kategorii biletów serwisowych</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket number of the created ticket</name>
-      <value>Numer biletu utworzonego biletu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Existing contact</name>
-      <value>IstniejÄ…cy kontakt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>by translated title</name>
-      <value>przez przetłumaczony tytuł</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Brazil</name>
-      <value>Brazylia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cabo Verde</name>
-      <value>Cabo Verde</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Map data © %0 contributors | %1 | %2</name>
-      <value>Dane mapy © %0 współtwórców | % 1 | % 2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ecuador</name>
-      <value>Ekwador</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set campaign step</name>
-      <value>Ustaw krok kampanii</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Rule editor</name>
-      <value>Edytor reguł</value>
-    </stringEntry>
-    <stringEntry>
-      <name>User task</name>
-      <value>Zadanie użytkownika</value>
-    </stringEntry>
-    <stringEntry>
-      <name>date of birth must not be in the future</name>
-      <value>data urodzenia nie może przypadać w przyszłości</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Supervisor assignment</name>
-      <value>Przypisanie opiekuna</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Appointments</name>
-      <value>Spotkania</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Salesorder Id</name>
-      <value>Identyfikator zamówienia sprzedaży</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Keyword Categories</name>
-      <value>Kategorie słów kluczowych</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Do you really want to resynchronize the user completely?\nThe synchronisation in ADITO will be deleted.\nThe outlook contacts must be cleared manually.</name>
-      <value>Czy na pewno chcesz całkowicie zsynchronizować użytkownika ponownie?\nSynchronizacja w ADITO zostanie usunięta.\nKontakty programu Outlook muszą zostać wyczyszczone ręcznie.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Editorial</name>
-      <value>Redakcyjny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: The provided callback function is not a function.</name>
-      <value>SqlBuilder: podana funkcja wywołania zwrotnego nie jest funkcją.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Logistics</name>
-      <value>Logistyka</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Complete task</name>
-      <value>Ukończ zadanie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Haiti</name>
-      <value>Haiti</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${ORGTYPE_OTHER}</name>
-      <value>Inny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>private</name>
-      <value>prywatny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The max participants count has to be equal or greater than the count of the current participants!</name>
-      <value>Maksymalna liczba uczestników musi być równa lub większa niż liczba obecnych uczestników!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>AsysAudit Clean Up</name>
-      <value>Oczyszczanie AsysAudit</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Appointment Id</name>
-      <value>Identyfikator spotkania</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My Permissions</name>
-      <value>Moje uprawnienia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Exchange Rate </name>
-      <value>Kurs wymiany</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Intermediate catching event</name>
-      <value>Pośrednie wydarzenie łowienia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Away travel</name>
-      <value>Podróże dalekobieżne</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sales Projects</name>
-      <value>Możliwości</value>
-    </stringEntry>
-    <stringEntry>
-      <name>responsible</name>
-      <value>odpowiedzialny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Open MS Teams</name>
-      <value>Otwarte zespoły MS</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Activities</name>
-      <value>Zajęcia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Condition</name>
-      <value>Stan: schorzenie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Knowledge Management</name>
-      <value>ZarzÄ…dzanie wiedzÄ…</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Download template</name>
-      <value>Pobierz szablon</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Adito light blue</name>
-      <value>Adito jasnoniebieski</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Talk</name>
-      <value>Rozmawiać</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sufficient guarantees</name>
-      <value>WystarczajÄ…ce gwarancje</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Checked</name>
-      <value>W kratkÄ™</value>
-    </stringEntry>
-    <stringEntry>
-      <name>View duplicates</name>
-      <value>Wyświetl duplikaty</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Exec type</name>
-      <value>Typ wykonawczy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The status of the offer was changed to \"Sent\".</name>
-      <value>Status oferty został zmieniony na \"Wysłane\".</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The max participants count can not be equal or less then 0</name>
-      <value>Maksymalna liczba uczestników nie może być równa lub mniejsza niż 0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>#rememberme</name>
-      <value>#Zapamiętaj mnie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Date value</name>
-      <value>Wartość daty</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Total opt. item net</name>
-      <value>Razem opt. pozycja netto</value>
-    </stringEntry>
-    <stringEntry>
-      <name> Info</name>
-      <value>Informacje</value>
-    </stringEntry>
-    <stringEntry>
-      <name>NUMBER VALUE</name>
-      <value>LICZBA WARTOŚĆ</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Reveal the price in the offer</name>
-      <value>Ujawnij cenÄ™ w ofercie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Filter can't be empty</name>
-      <value>Filtr nie może być pusty</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets total (Status)</name>
-      <value>Wykres liczby biletów ogółem (Status)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>History Phases and States</name>
-      <value>Fazy i stany historii</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Area Manager</name>
-      <value>Dyrektor Regionalny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ID</name>
-      <value>ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The workflow could not be deployed</name>
-      <value>Nie można wdrożyć przepływu pracy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>processing %0/%1</name>
-      <value>przetwarzanie %0/%1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>IN</name>
-      <value>W</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Regular expression</name>
-      <value>Wyrażenie regularne</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Visit Planning</name>
-      <value>Odwiedź Planowanie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bulk Mail</name>
-      <value>Poczta zbiorcza</value>
-    </stringEntry>
-    <stringEntry>
-      <name>IT</name>
-      <value>TO</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New created plan values</name>
-      <value>Nowo utworzone wartości planu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: You have to specify at least one parameter</name>
-      <value>SqlBuilder: Musisz określić co najmniej jeden parametr</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Distribution</name>
-      <value>Dystrybucja</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket filter</name>
-      <value>Filtr biletów</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Id</name>
-      <value>ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Person</name>
-      <value>Osoba</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Fiji</name>
-      <value>Fidżi</value>
-    </stringEntry>
-    <stringEntry>
-      <name>MAX</name>
-      <value>MAX</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Guinea</name>
-      <value>Gwinea</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create subordinate relationship</name>
-      <value>Utwórz relację z podwładnymi</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Opener rate (in %)</name>
-      <value>Wskaźnik otwierającego (w %)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Found a duplicate member</name>
-      <value>Znaleziono zduplikowanego członka</value>
-    </stringEntry>
-    <stringEntry>
-      <name>URL</name>
-      <value>URL</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Openers</name>
-      <value>Otwieracze</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Signal</name>
-      <value>Sygnał</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Nigeria</name>
-      <value>Nigeria</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Grading</name>
-      <value>Cieniowanie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Enable relation type 2</name>
-      <value>WÅ‚Ä…cz typ relacji 2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product Id</name>
-      <value>ID produktu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Usage</name>
-      <value>Stosowanie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Amount</name>
-      <value>Kwota</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Text Modular</name>
-      <value>Tekst modułowy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Order Type</name>
-      <value>Typ zamówienia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Currencies</name>
-      <value>Waluty</value>
-    </stringEntry>
-    <stringEntry>
-      <name>District definition</name>
-      <value>Definicja okręgu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Workflow definition</name>
-      <value>Definicja przepływu pracy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create Team</name>
-      <value>Utwórz zespół</value>
-    </stringEntry>
-    <stringEntry>
-      <name>DSGVO - mark + delete prozess</name>
-      <value>DSGVO - zaznacz + usuń proces</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Import name</name>
-      <value>Importuj nazwÄ™</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Memo</name>
-      <value>Notatka</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Task</name>
-      <value>Zadanie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>CAMPAIGNID (UID)</name>
-      <value>ID KAMPANII (UID)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>For this report</name>
-      <value>Do tego raportu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Synchronize</name>
-      <value>Synchronizować</value>
-    </stringEntry>
-    <stringEntry>
-      <name>True</name>
-      <value>Prawdziwe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Fair lead created</name>
-      <value>Utworzono uczciwy lead</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Communication: Mail</name>
-      <value>Komunikacja: poczta</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${QUANTITY_LOWER_THAN_1}</name>
-      <value>Ilość powinna być większa niż 0.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Trigger</name>
-      <value>Cyngiel</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Notice</name>
-      <value>Ogłoszenie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>no attachments</name>
-      <value>bez załączników</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Swiss Franc</name>
-      <value>Frank szwajcarski</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Guam</name>
-      <value>Guam</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sort</name>
-      <value>Sortować</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 \"%1\"</name>
-      <value>%0 \"%1\"</value>
-    </stringEntry>
-    <stringEntry>
-      <name>new</name>
-      <value>Nowy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Receipt</name>
-      <value>Paragon fiskalny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Adviser</name>
-      <value>Doradca</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Company_size</name>
-      <value>Wielkość firmy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>South Sudan</name>
-      <value>Południowy Sudan</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Standard City</name>
-      <value>Miasto standardowe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Decision-maker changed</name>
-      <value>Zmiana decydenta</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${SALESPROJECT_MST_STATUS_CHANGE}</name>
-      <value>Status możliwości „%0” został zmieniony na „%1”.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${COUNT_PREPOSITION_SINGLE}</name>
-      <value>czas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>child of</name>
-      <value>dziecko</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sint Maarten (Dutch part)</name>
-      <value>Sint Maarten (część holenderska)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Team role</name>
-      <value>Rola zespołowa</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$DISTRICT_NO}</name>
-      <value>Numer okręgowy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>File</name>
-      <value>Plik</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Payment problem customer</name>
-      <value>Klient mający problem z płatnością</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Employee account</name>
-      <value>Konto pracownika</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Malta</name>
-      <value>Malta</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Observe Filter</name>
-      <value>Obserwuj filtr</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Phone</name>
-      <value>Telefon</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ireland</name>
-      <value>Irlandia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show the organisations turnover and forecast in a 3 year time-span</name>
-      <value>Pokazuje obroty organizacji i prognozÄ™ w okresie 3 lat</value>
-    </stringEntry>
-    <stringEntry>
-      <name>To re-open tickets, please use the corresponding action.</name>
-      <value>Aby ponownie otworzyć bilety, użyj odpowiedniej akcji.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>France</name>
-      <value>Francja</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Synchronize documents</name>
-      <value>Synchronizuj dokumenty</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No</name>
-      <value>Nie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The Value has to be in the 0-100% range</name>
-      <value>Wartość musi mieścić się w zakresie 0-100%</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertising count</name>
-      <value>Liczba reklam</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all contracts</name>
-      <value>Pokaż wszystkie umowy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all receipts</name>
-      <value>Pokaż wszystkie rachunki</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Document templates</name>
-      <value>Szablony dokumentów</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Filter set</name>
-      <value>Zestaw filtrów</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show my synchronized datasets</name>
-      <value>Pokazuje moje zsynchronizowane zbiory danych</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Dumping price competition</name>
-      <value>Konkurencja cenowa dumpingu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set status</name>
-      <value>Ustaw status</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Error: The Importfile could not be found anymore.</name>
-      <value>Błąd: nie można już znaleźć pliku Importfile.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>PP</name>
-      <value>PP</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Edit Team</name>
-      <value>Edytuj zespół</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Export Template Field</name>
-      <value>Eksportuj pole szablonu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Automatically</name>
-      <value>Automatycznie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Synchronize calendar permissions from Exchange to ADITO</name>
-      <value>Synchronizuj uprawnienia kalendarza z Exchange do ADITO</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Competitions/Competitor</name>
-      <value>Zawody/zawodnik</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bahamas</name>
-      <value>Bahamy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Permission Details</name>
-      <value>Szczegóły uprawnień</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Salesprojects</name>
-      <value>Możliwości</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Assign supervisors</name>
-      <value>Przypisz dzielnicÄ™</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bonaire, Sint Eustatius and Saba</name>
-      <value>Bonaire, Sint Eustatius i Saba</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Selection value</name>
-      <value>Wartość wyboru</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Export Template Fields</name>
-      <value>Eksportuj pola szablonu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Inbox filters</name>
-      <value>Filtry skrzynki odbiorczej</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cut</name>
-      <value>Skaleczenie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Import Logs</name>
-      <value>Dzienniki importu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket Control Center</name>
-      <value>Centrum kontroli biletów</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New campaign step</name>
-      <value>Nowy etap kampanii</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Will be deleted</name>
-      <value>Zostanie usunięty</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Is unlinked activity</name>
-      <value>Czy aktywność niepołączona</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Item sort</name>
-      <value>Sortuj przedmiot</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Details</name>
-      <value>Detale</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Volume</name>
-      <value>Tom</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all Favorites</name>
-      <value>Pokaż wszystkie Ulubione</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Observations</name>
-      <value>Obserwacje</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Saint Kitts and Nevis</name>
-      <value>Saint Kitts i Nevis</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Xing (Person)</name>
-      <value>Xing (osoba)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Placeholder</name>
-      <value>Symbol zastępczy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Open Route</name>
-      <value>Otwarta trasa</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${WORKFLOW_SUSPEND}</name>
-      <value>Zawieszać</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Source tablename Id</name>
-      <value>Identyfikator tabeli źródłowej</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product A1</name>
-      <value>Produkt A1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product A2</name>
-      <value>Produkt A2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Phase mandatory</name>
-      <value>Faza obowiÄ…zkowa</value>
-    </stringEntry>
-    <stringEntry>
-      <name>default</name>
-      <value>domyślna</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My Contacts</name>
-      <value>Moje kontakty</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Malawi</name>
-      <value>Malawi</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Conclusion (MB)</name>
-      <value>Wniosek (MB)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SP</name>
-      <value>SP</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tunisia</name>
-      <value>Tunezja</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Designation</name>
-      <value>Przeznaczenie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Preselection</name>
-      <value>Preselekcja</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Article Number</name>
-      <value>Numer artykułu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Target Amount</name>
-      <value>Kwota docelowa</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Knowledge Role</name>
-      <value>Rola wiedzy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Typ</name>
-      <value>Typ</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product B2</name>
-      <value>Produkt B2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product B1</name>
-      <value>Produkt B1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Firstname</name>
-      <value>ImiÄ™</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add Participants</name>
-      <value>Dodaj uczestników</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Max Points</name>
-      <value>Maksymalna liczba punktów</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket created through duplication</name>
-      <value>Bilet utworzony przez duplikacjÄ™</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Exports the knowledge entry as a html file</name>
-      <value>Eksportuje wpis wiedzy jako plik html</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Other</name>
-      <value>Inny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Workflow deploy failed</name>
-      <value>Nie udało się wdrożyć przepływu pracy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribute \"%0\" has to be used at least %1.</name>
-      <value>Atrybut \"%0\" musi być użyty co najmniej %1.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Occurrences</name>
-      <value>Zdarzenia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Prices</name>
-      <value>Ceny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Initiator</name>
-      <value>Inicjator</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Delivery problems</name>
-      <value>Problemy z dostawÄ…</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Task link Id</name>
-      <value>Identyfikator Å‚Ä…cza zadania</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Algeria</name>
-      <value>Algieria</value>
-    </stringEntry>
-    <stringEntry>
-      <name>To</name>
-      <value>Do</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Object type 1</name>
-      <value>Typ obiektu 1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Object type 2</name>
-      <value>Typ obiektu 2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Evaluation</name>
-      <value>Ocena</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertising shipment</name>
-      <value>Przesyłka reklamowa</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Receipt Header Text</name>
-      <value>Tekst nagłówka rachunku</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Free</name>
-      <value>Bezpłatny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${CONTEXT}</name>
-      <value>Kontekst</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Observation</name>
-      <value>Obserwacja</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Internal forwarding via mailing</name>
-      <value>Przekazywanie wewnętrzne za pośrednictwem poczty</value>
-    </stringEntry>
-    <stringEntry>
-      <name>EWS - Manage Synctable</name>
-      <value>EWS — Zarządzaj tabelą synchronizacji</value>
-    </stringEntry>
-    <stringEntry>
-      <name>September</name>
-      <value>wrzesień</value>
-    </stringEntry>
-    <stringEntry>
-      <name>System</name>
-      <value>System</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Netherlands</name>
-      <value>Holandia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>PERS</name>
-      <value>PERS</value>
-    </stringEntry>
-    <stringEntry>
-      <name>supervisor of</name>
-      <value>przełożony</value>
-    </stringEntry>
-    <stringEntry>
-      <name>delivery</name>
-      <value>Dostawa</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Paste</name>
-      <value>Pasta</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The roll out date must be after the project start!</name>
-      <value>Data wprowadzenia musi przypadać po rozpoczęciu projektu!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Superordinate Topic</name>
-      <value>Nadrzędny temat</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Scope</name>
-      <value>Zakres</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mappings</name>
-      <value>Mapowania</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Topictreefavoriteid</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Only favorite topics</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The topic is already set as a favorite</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Topic favorites</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Add favorite</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Topic favorite</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The max favorite count has been reached. No more topics can be added.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Remaining count</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Include child topics</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Topic Tree Configuration</name>
-    </stringEntry>
-    <stringEntry>
-      <name>manage Topic Tree Favorites</name>
-    </stringEntry>
-    <stringEntry>
-      <name>manage Topic Tree Presets</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Display Topic Tree</name>
-    </stringEntry>
-    <stringEntry>
-      <name> %1 already exists.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>This preset</name>
-    </stringEntry>
-    <stringEntry>
-      <name>This favorite</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 already exists.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Invalid Filter</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Add preset</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Filter</name>
-      <value>Filtr</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation: Address</name>
-      <value>Adres organizacji</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Receipts</name>
-      <value>Wpływy kasowe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>An error occured during converting the msg file into an standardized mail.</name>
-      <value>Wystąpił błąd podczas konwertowania pliku msg na ustandaryzowaną pocztę.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Monthly</name>
-      <value>Miesięczny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>DATE_EDIT</name>
-      <value>DATE_EDIT</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Status (Mailbridge)</name>
-      <value>Stan (Mailbridge)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>VAT</name>
-      <value>faktura VAT</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sales Project Analyses</name>
-      <value>Analizy szans</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Interests</name>
-      <value>Zainteresowania</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cayman Islands</name>
-      <value>Kajmany</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The data is transmitted to the following recipients:</name>
-      <value>Dane przekazywane są następującym odbiorcom:</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Number of Tickets (Status)</name>
-      <value>Liczba biletów (stan)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Log</name>
-      <value>Dziennik</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create receipt</name>
-      <value>Utwórz rachunek</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Rulegroup already selected</name>
-      <value>Grupa reguł została już wybrana</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Labels</name>
-      <value>Etykiety</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Market situation</name>
-      <value>Sytuacja rynkowa</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets per inbox (Status)</name>
-      <value>Wykres liczby biletów w skrzynce odbiorczej (stan)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Event End</name>
-      <value>Koniec wydarzenia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Alt. Phone</name>
-      <value>Alt. Telefon</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Follow-Up</name>
-      <value>Podejmować właściwe kroki</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Treat</name>
-      <value>Traktować</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Second Approval</name>
-      <value>Drugie zatwierdzenie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>is DSGVO Relevant</name>
-      <value>ma znaczenie DSGVO</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product interest</name>
-      <value>Zainteresowanie produktem</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Hong Kong</name>
-      <value>Hongkong</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 new participants will be added to the campaign.</name>
-      <value>Do kampanii zostanie dodanych %0 nowych uczestników.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Thailand</name>
-      <value>Tajlandia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>An error occured during getting contact data.</name>
-      <value>Wystąpił błąd podczas pobierania danych kontaktowych.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Possible Value</name>
-      <value>Możliwa wartość</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Begin</name>
-      <value>Zaczynać</value>
-    </stringEntry>
-    <stringEntry>
-      <name>1. Classification</name>
-      <value>1. Klasyfikacja</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Delivery specification</name>
-      <value>Specyfikacja dostawy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Inboxes</name>
-      <value>Skrzynki odbiorcze</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Creation date</name>
-      <value>Data utworzenia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Open Location</name>
-      <value>Otwórz lokalizację</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Orderitem</name>
-      <value>Pozycja zamówienia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cook Islands</name>
-      <value>Wyspy Cooka</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Fair</name>
-      <value>Sprawiedliwy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Open Salesprojects</name>
-      <value>Otwarte możliwości</value>
-    </stringEntry>
-    <stringEntry>
-      <name>tentative</name>
-      <value>niepewny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sales Project milestone Id</name>
-      <value>Identyfikator kamienia milowego możliwości</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Dunning text</name>
-      <value>Tekst monitujÄ…cy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Activity Id</name>
-      <value>Identyfikator aktywności</value>
-    </stringEntry>
-    <stringEntry>
-      <name>MS-Teams Message</name>
-      <value>Wiadomość MS-Teams</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Business Fair Leads</name>
-      <value>Prowadzi Targi Biznesowe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>1. Target group</name>
-      <value>1. Grupa docelowa</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Auto assignment</name>
-      <value>Automatyczne przydzielanie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Over due</name>
-      <value>Zaległy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Opening Date</name>
-      <value>Data otwarcia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attributes</name>
-      <value>Atrybuty</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Availability only</name>
-      <value>Tylko dostępność</value>
-    </stringEntry>
-    <stringEntry>
-      <name>OFFERID (UID)</name>
-      <value>OFERTA (UID)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Name changed to %0</name>
-      <value>Nazwa zmieniona na %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Current participants</name>
-      <value>Obecni uczestnicy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create Visitreport</name>
-      <value>Utwórz raport odwiedzin</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Redirect needs a full URL with http/https</name>
-      <value>Przekierowanie wymaga pełnego adresu URL z http/https</value>
-    </stringEntry>
-    <stringEntry>
-      <name>within one Month</name>
-      <value>w ciÄ…gu jednego miesiÄ…ca</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Offer Id</name>
-      <value>Identyfikator oferty</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Connection Type</name>
-      <value>Rodzaj połączenia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Status change skipped!</name>
-      <value>Zmiana statusu pominięta!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Assistance</name>
-      <value>Wsparcie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>pSqlQuery must be of type SqlBuilder</name>
-      <value>pSqlQuery musi być typu SqlBuilder</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Recipient status</name>
-      <value>Status odbiorcy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Name native</name>
-      <value>Nazwij tubylca</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Postcode</name>
-      <value>Kod pocztowy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Marketing Dashboard</name>
-      <value>Pulpit marketingowy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Download Mail</name>
-      <value>Pobierz pocztÄ™</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Address Id</name>
-      <value>Identyfikator adresu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create new Appointment</name>
-      <value>Utwórz nowe spotkanie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The status-change of the ticket was skipped. Any other changes were carried out.</name>
-      <value>Zmiana statusu biletu została pominięta. Wszelkie inne zmiany zostały przeprowadzone.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Message</name>
-      <value>Wiadomość</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Deleting the dependency also deletes its fields.</name>
-      <value>Usunięcie zależności powoduje również usunięcie jej pól.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[TEST] .All</name>
-      <value>[TEST] .Wszystkie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Per participant</name>
-      <value>Na uczestnika</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mechanical engineering</name>
-      <value>Inżynieria mechaniczna</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add Dependency</name>
-      <value>Dodaj zależność</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 responsilbe/s was/were changed</name>
-      <value>%0 responsilbe/s zostało/zostało zmienione</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Default mail</name>
-      <value>Domyślna poczta</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Last process start: synchronize to Outlook</name>
-      <value>Rozpoczęcie ostatniego procesu: synchronizacja z Outlookiem</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Turnover and Forecast</name>
-      <value>Obrót i prognoza</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Until</name>
-      <value>Dopóki</value>
-    </stringEntry>
-    <stringEntry>
-      <name>area manager</name>
-      <value>dyrektor Regionalny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Preview</name>
-      <value>Zapowiedź</value>
-    </stringEntry>
-    <stringEntry>
-      <name>From</name>
-      <value>Z</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Office address</name>
-      <value>Adres biura</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: You have to provide a subquery as SqlBuilder, prepared-array or string</name>
-      <value>SqlBuilder: musisz podać podzapytanie jako SqlBuilder, przygotowaną tablicę lub ciąg</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Weekplan</name>
-      <value>Plan tygodniowy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${COUNT_PREPOSITION_MULTIPLE}</name>
-      <value>czasy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Name latin</name>
-      <value>Nazwa Å‚acina</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Classification fields</name>
-      <value>Pola klasyfikacyjne</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${WEBSERVICE_ERROR} url:%0 status:%1</name>
-      <value>Usługa sieciowa niedostępna. URL: %0 %1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Remaining tasks and appointments</name>
-      <value>Pozostałe zadania i spotkania</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Denmark</name>
-      <value>Dania</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Angebot</name>
-      <value>Angebot</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Summary</name>
-      <value>Streszczenie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all synchronized datasets</name>
-      <value>Pokazuje wszystkie zsynchronizowane zbiory danych</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Entity</name>
-      <value>Podmiot</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: unsupportet parameter combination</name>
-      <value>SqlBuilder: nieobsługiwana kombinacja parametrów</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Query</name>
-      <value>Zapytanie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Employee group rule group</name>
-      <value>Grupa reguł grupy pracowników</value>
-    </stringEntry>
-    <stringEntry>
-      <name>High price strategy</name>
-      <value>Strategia wysokiej ceny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Insert</name>
-      <value>Wstawić</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Handbook</name>
-      <value>Podręcznik</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sailing</name>
-      <value>Żeglarstwo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Questions</name>
-      <value>pytania</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Move Up</name>
-      <value>Podnieść</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bulk mail sent</name>
-      <value>Wysłano masową pocztę</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 of the chosen records are already in the campaign</name>
-      <value>%0 wybranych rekordów jest już w kampanii</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Continue mailing</name>
-      <value>Kontynuuj wysyłanie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Offeritem</name>
-      <value>Pozycja oferty</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add the selection to a serial letter</name>
-      <value>Dodaj zaznaczenie do listu seryjnego</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Forward Ticket</name>
-      <value>Bilet w przód</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Email must be unique!</name>
-      <value>E-mail musi być unikalny!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Send Date</name>
-      <value>Przyślij datę</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Limited Read Permission</name>
-      <value>Ograniczone uprawnienia do odczytu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket was duplicated</name>
-      <value>Bilet został zduplikowany</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Workflow already started</name>
-      <value>Workflow już się rozpoczął</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add selected workflow</name>
-      <value>Dodaj wybrany przepływ pracy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Puerto Rico</name>
-      <value>Portoryko</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Eritrea</name>
-      <value>Erytrea</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${SQL_LIB_FIELD_WRONG_FORMAT}</name>
-      <value>Pole</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Valuation</name>
-      <value>Wycena</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Header text</name>
-      <value>Tekst nagłówka</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Goodwill</name>
-      <value>Życzliwość</value>
-    </stringEntry>
-    <stringEntry>
-      <name>8 days 2% discount, 30 days net</name>
-      <value>8 dni 2% rabatu, 30 dni netto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 added.</name>
-      <value>Dodano %0.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Pos.</name>
-      <value>Poz.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket resubmitted</name>
-      <value>Bilet ponownie przesłany</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Building no.</name>
-      <value>Budynek numer.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Test Recipient</name>
-      <value>Odbiorca testu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Drop area for creating activities from mails</name>
-      <value>Obszar upuszczania do tworzenia działań z wiadomości e-mail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>deleted</name>
-      <value>usunięty</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Open new mosaico template</name>
-      <value>Otwórz nowy szablon mozaiki</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mayotte</name>
-      <value>Majotta</value>
-    </stringEntry>
-    <stringEntry>
-      <name>San Marino</name>
-      <value>San Marino</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sales Manager</name>
-      <value>Kierownik Sprzedaży</value>
-    </stringEntry>
-    <stringEntry>
-      <name>increase Priority</name>
-      <value>zwiększ priorytet</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tajikistan</name>
-      <value>Tadżykistan</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Warehouse 2</name>
-      <value>Magazyn 2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Warehouse 1</name>
-      <value>Magazyn 1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Value must be an integer</name>
-      <value>Wartość musi być liczbą całkowitą</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My tasks</name>
-      <value>Moje zadania</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Fieldname</name>
-      <value>Nazwa pola</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Warehouse 3</name>
-      <value>Magazyn 3</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My Forecast and Turnover</name>
-      <value>Moja prognoza i obrót</value>
-    </stringEntry>
-    <stringEntry>
-      <name>setUnread</name>
-      <value>ustaw nieprzeczytane</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Actual amount</name>
-      <value>Rzeczywista kwota</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Version</name>
-      <value>Wersja</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Permission Procurer User</name>
-      <value>Użytkownik zamawiający uprawnienia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set status to inactive</name>
-      <value>Ustaw status na nieaktywny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Search synchronisation</name>
-      <value>Wyszukaj synchronizacjÄ™</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add to Bulkmail</name>
-      <value>Dodaj do poczty zbiorczej</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Only Integers allowed</name>
-      <value>Dozwolone tylko liczby całkowite</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Maintenance</name>
-      <value>Utrzymanie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New password</name>
-      <value>Nowe hasło</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Approval denied</name>
-      <value>Odmowa zatwierdzenia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Vacation examination by</name>
-      <value>Egzamin urlopowy przez</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Italy</name>
-      <value>WÅ‚ochy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Type of damage</name>
-      <value>Rodzaj uszkodzenia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Finished tasks</name>
-      <value>Zakończone zadania</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Company/Person duplicate</name>
-      <value>Duplikat firmy/osoby</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Days remaining</name>
-      <value>Pozostało Dni</value>
-    </stringEntry>
-    <stringEntry>
-      <name>End date</name>
-      <value>Data zakonczenia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Content to forward</name>
-      <value>Treść do przekazania</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Number of activities</name>
-      <value>Liczba czynności</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Office staff</name>
-      <value>Personel biurowy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ex works</name>
-      <value>poprzednie prace</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mail (Organisation)</name>
-      <value>Poczta (organizacja)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>MD5 Sum</name>
-      <value>Suma MD5</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Date new</name>
-      <value>Data nowa</value>
-    </stringEntry>
-    <stringEntry>
-      <name>District contact assigned</name>
-      <value>Przypisano kontakt okręgowy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Number</name>
-      <value>Numer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Rollout</name>
-      <value>Wdrażanie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Kyrgyzstan</name>
-      <value>Kirgistan</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Filter Name</name>
-      <value>Nazwa filtra</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Standard workflow</name>
-      <value>Standardowy przepływ pracy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Appointment Start</name>
-      <value>PoczÄ…tek spotkania</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New note</name>
-      <value>Nowa notatka</value>
-    </stringEntry>
-    <stringEntry>
-      <name>50%</name>
-      <value>50%</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Faulty delivery</name>
-      <value>Wadliwa dostawa</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Permission Detail</name>
-      <value>Szczegóły uprawnień</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Due on</name>
-      <value>Termin w dniu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Address</name>
-      <value>Adres</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Token</name>
-      <value>Znak</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Count template attachments</name>
-      <value>Policz załączniki szablonu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>False</name>
-      <value>Fałszywy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Save changes</name>
-      <value>Zapisz zmiany</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Linked Appointments</name>
-      <value>Połączone spotkania</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The status of the order was changed to \"sent\".</name>
-      <value>Status zamówienia został zmieniony na „wysłane”.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bulk mail \"%0\" sent</name>
-      <value>Poczta zbiorcza \"%0\" wysłana</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Price list</name>
-      <value>Cennik</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Private</name>
-      <value>Prywatny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Re-Open</name>
-      <value>Otworzyć na nowo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Datasets are exported</name>
-      <value>Zbiory danych sÄ… eksportowane</value>
-    </stringEntry>
-    <stringEntry>
-      <name>All mails that could not automatically linked are displayed here</name>
-      <value>Wszystkie e-maile, których nie można było automatycznie połączyć, są tutaj wyświetlane</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Slave UID</name>
-      <value>UID niewolnika</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Heard Island and McDonald Islands</name>
-      <value>Wyspy Heard i McDonalda</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Messages</name>
-      <value>Wiadomości</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Position</name>
-      <value>Pozycja</value>
-    </stringEntry>
-    <stringEntry>
-      <name>in</name>
-      <value>w</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Interest already assigned to contact</name>
-      <value>Zainteresowanie już przypisane do kontaktu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${PRODUCT_LIB_NO_PRODUCT_ID} function: %0</name>
-      <value>Brak identyfikatora produktu w funkcji %0.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Recommendation</name>
-      <value>Rekomendacje</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project start within next 12 months</name>
-      <value>Rozpoczęcie projektu w ciągu najbliższych 12 miesięcy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>supported by</name>
-      <value>wspierany przez</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Address addition</name>
-      <value>Dodawanie adresu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show how many sales projects are in the various sales phases</name>
-      <value>Pokaż, ile Szans znajduje się w różnych fazach sprzedaży</value>
-    </stringEntry>
-    <stringEntry>
-      <name>getTicketDetails</name>
-      <value>pobierzSzczegółyBiletu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Duplicate Configuration</name>
-      <value>Zduplikowana konfiguracja</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Duplicate configuration</name>
-      <value>Zduplikowana konfiguracja</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart Number of tickets total (Medium)</name>
-      <value>Wykres Liczba biletów ogółem (średni)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Discount</name>
-      <value>Zniżka</value>
-    </stringEntry>
-    <stringEntry>
-      <name>May</name>
-      <value>Móc</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cancel</name>
-      <value>Anuluj</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Upload</name>
-      <value>Wgrywać</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Serial letter \"%0\" can now be downloaded</name>
-      <value>Można teraz pobrać list seryjny \"%0\"</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertising Id</name>
-      <value>Identyfikator reklamy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>pCallbackFn is not a function</name>
-      <value>pCallbackFn nie jest funkcjÄ…</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Open in mosaico</name>
-      <value>Otwórz mozaikę</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Min. stock</name>
-      <value>Min. Zbiory</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Serial Letter</name>
-      <value>List seryjny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New child attribute</name>
-      <value>Nowy atrybut podrzędny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Reports to</name>
-      <value>Raporty do</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Time in minutes</name>
-      <value>Czas w minutach</value>
-    </stringEntry>
-    <stringEntry>
-      <name>MM/dd/yyyy</name>
-      <value>MM/dd/yyyy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaign steps </name>
-      <value>Kroki kampanii</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 | %1 - %2 o'clock</name>
-      <value>%0 | %godzina 12</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Diagram</name>
-      <value>Diagram</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Entities</name>
-      <value>Podmioty</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[%0]the tableAlias is not a string after interpreting</name>
-      <value>[%0]tableAlias nie jest ciągiem znaków po interpretacji</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New Currencyrate</name>
-      <value>Nowy kurs walut</value>
-    </stringEntry>
-    <stringEntry>
-      <name>change selected</name>
-      <value>zmień wybrane</value>
-    </stringEntry>
-    <stringEntry>
-      <name>CONTRACTID (UID)</name>
-      <value>UMOWA (UID)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Import Documents</name>
-      <value>Importuj dokumenty</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Unit</name>
-      <value>Jednostka</value>
-    </stringEntry>
-    <stringEntry>
-      <name>change DSGVO Relevance</name>
-      <value>zmień trafność DSGVO</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Niue</name>
-      <value>Niue</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Conditions</name>
-      <value>Warunki</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Pricelist</name>
-      <value>Cennik</value>
-    </stringEntry>
-    <stringEntry>
-      <name>second</name>
-      <value>druga</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Read</name>
-      <value>Czytać</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy Recipients</name>
-      <value>Kopiuj odbiorców</value>
-    </stringEntry>
-    <stringEntry>
-      <name>El Salvador</name>
-      <value>Salwador</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No duplicate</name>
-      <value>Brak duplikatów</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Standard zip</name>
-      <value>Zamek standardowy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Take Ticket</name>
-      <value>Weź bilet</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribute \"%0\" can only be inserted once with the same value.</name>
-      <value>Atrybut \"%0\" można wstawić tylko raz z tą samą wartością.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Invitation</name>
-      <value>Zaproszenie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set not completed</name>
-      <value>Zestaw nie został ukończony</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Open admin view</name>
-      <value>Otwórz widok administratora</value>
-    </stringEntry>
-    <stringEntry>
-      <name>City</name>
-      <value>Miasto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mauritius</name>
-      <value>Mauritius</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Successful</name>
-      <value>Udany</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bouvet Island</name>
-      <value>Wyspa Bouveta</value>
-    </stringEntry>
-    <stringEntry>
-      <name>no keyword attribute \"%0\" found in keyword container \"%1\"</name>
-      <value>nie znaleziono atrybutu słowa kluczowego \"%0\" w kontenerze słów kluczowych \"%1\"</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Norfolk Island</name>
-      <value>Wyspa Norfolk</value>
-    </stringEntry>
-    <stringEntry>
-      <name>entry</name>
-      <value>wejście</value>
-    </stringEntry>
-    <stringEntry>
-      <name>DSGVO</name>
-      <value>DSGVO</value>
-    </stringEntry>
-    <stringEntry>
-      <name>loves sociability</name>
-      <value>kocha towarzyskość</value>
-    </stringEntry>
-    <stringEntry>
-      <name>standard email</name>
-      <value>standardowy e-mail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Topic Tree</name>
-      <value>Drzewo tematów</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Rebuild selected entries</name>
-      <value>Przebuduj wybrane wpisy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set to sent</name>
-      <value>Ustaw do wysłania</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Should the mail be sent now?</name>
-      <value>Czy wiadomość powinna zostać wysłana teraz?</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Visitreport created</name>
-      <value>Utworzono raport odwiedzin</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Appointment End</name>
-      <value>Koniec spotkania</value>
-    </stringEntry>
-    <stringEntry>
-      <name>An error occured during decoding the mails content.</name>
-      <value>Wystąpił błąd podczas dekodowania treści e-maili.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Update data privacy information</name>
-      <value>Zaktualizuj informacje o prywatności danych</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Boundary event</name>
-      <value>Wydarzenie graniczne</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Due</name>
-      <value>Z powodu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[%0]it was necessary to create a text-file from a clob-field but no lob-file-path was specified.</name>
-      <value>[%0]konieczne było utworzenie pliku tekstowego z pola clob, ale nie określono ścieżki pliku lob.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${MIN_MAX_ERROR} field: %0, value: %1, min: %2, max: %3</name>
-      <value>%0 musi mieścić się w zakresie od %2 do %3.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Body</name>
-      <value>Ciało</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Departments</name>
-      <value>Działy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>This month</name>
-      <value>Ten miesiÄ…c</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[ZippingUtil.renameDuplicateFilenamesForZip]FileNames type is invalid. An Array of filenames is required.</name>
-      <value>Typ [ZippingUtil.renameDuplicateFilenamesForZip]FileNames jest nieprawidłowy. Wymagana jest tablica nazw plików.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$QUICK_ENTRY_LEAD_QUICK_ACQUISITION}</name>
-      <value>Prowadzić szybkie pozyskiwanie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$TASK_STATUS}</name>
-      <value>Status</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Status (MB)</name>
-      <value>Stan (MB)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation: City</name>
-      <value>Organizacja: Miasto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Region Manager</name>
-      <value>Menedżer Regionu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product name</name>
-      <value>Nazwa produktu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Macao</name>
-      <value>Makao</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertising Item</name>
-      <value>Przedmiot reklamowy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${SALESPROJECT_MST_PHASE_CHANGE}</name>
-      <value>Faza możliwości „%0” została zmieniona na „%1”.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Indv Reply Tmpl</name>
-      <value>Indv Odpowiedz Tmpl</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Date edit</name>
-      <value>Edycja daty</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Archive</name>
-      <value>Archiwum</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Slave administration '%0' is '%1'</name>
-      <value>Administracja podrzędna '%0' to '%1'</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Calendar hour divider</name>
-      <value>Dzielnik godzin kalendarza</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${SALESPROJECT_OFFER}</name>
-      <value>Oferta</value>
-    </stringEntry>
-    <stringEntry>
-      <name>DataPrivacy Right</name>
-      <value>Prawo do prywatności danych</value>
-    </stringEntry>
-    <stringEntry>
-      <name>District Filter</name>
-      <value>Filtr okręgowy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Kazakhstan</name>
-      <value>Kazachstan</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$ADDRESS_IDENTIFIER}</name>
-      <value>Identyfikator</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Grant new User Permission</name>
-      <value>Przyznaj nowe uprawnienia użytkownika</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Incomplete delivery</name>
-      <value>Niekompletna dostawa</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Blacklist</name>
-      <value>Czarna lista</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaignstep in campaign \"%0\" changed from \"%1\" to \"%2\"</name>
-      <value>Krok kampanii w kampanii \"%0\" został zmieniony z \"%1\" na \"%2\"</value>
-    </stringEntry>
-    <stringEntry>
-      <name>January</name>
-      <value>Styczeń</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Offer status changed</name>
-      <value>Zmieniono status oferty</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all salesprojects</name>
-      <value>Pokaż wszystkie możliwości</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Filename</name>
-      <value>Nazwa pliku</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Header</name>
-      <value>nagłówek</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Event Planer</name>
-      <value>Planowanie wydarzeń</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Pay date</name>
-      <value>Dzień wypłaty</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Target Amount (%0)</name>
-      <value>Kwota docelowa (%0)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Predecessor</name>
-      <value>Poprzednik</value>
-    </stringEntry>
-    <stringEntry>
-      <name>All tasks that are not completed and assigned to me</name>
-      <value>Wszystkie zadania, które nie zostały ukończone i przydzielone do mnie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>today | %0 - %1 o'clock</name>
-      <value>dzisiaj | % 0 - % 1 godzina</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Aruba</name>
-      <value>Aruba</value>
-    </stringEntry>
-    <stringEntry>
-      <name>South Georgia and the South Sandwich Islands</name>
-      <value>Georgia Południowa i Sandwich Południowy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>DELETE</name>
-      <value>KASOWAĆ</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project type</name>
-      <value>Typ projektu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My Forecast</name>
-      <value>Moja prognoza</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Observer</name>
-      <value>Obserwator</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The radius has to be at least %0.</name>
-      <value>Promień musi wynosić co najmniej %0.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Extend - complexity</name>
-      <value>Rozszerz - złożoność</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Files</name>
-      <value>Pliki</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contracts</name>
-      <value>Kontrakty</value>
-    </stringEntry>
-    <stringEntry>
-      <name>DocumentPlaceOfUseId</name>
-      <value>Identyfikator miejsca użycia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Visitplan Weekly Overview</name>
-      <value>PrzeglÄ…d tygodniowy planu odwiedzin</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Communication</name>
-      <value>Komunikacja</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0: %1/%2 points = %3</name>
-      <value>%0: %1/%2 punkty = %3</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Call</name>
-      <value>Połączenie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Progress</name>
-      <value>Postęp</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertising consent</name>
-      <value>Zgoda na reklamÄ™</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mailing</name>
-      <value>Poczta</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Import from MS Teams</name>
-      <value>Importuj z zespołów MS</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Redirect</name>
-      <value>Przeadresować</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Worklow started</name>
-      <value>Rozpoczęto pracę</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Place Of Use</name>
-      <value>Miejsce użytkowania</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Supportticket</name>
-      <value>Zgłoszenie serwisowe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$TASK_EDITOR}</name>
-      <value>Redaktor</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Topic (incl. Subtopics)</name>
-      <value>Temat (w tym podtematy)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Keyword entry Id</name>
-      <value>Identyfikator wpisu słowa kluczowego</value>
-    </stringEntry>
-    <stringEntry>
-      <name>closed</name>
-      <value>Zamknięte</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Consultant</name>
-      <value>Konsultant</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Search for new Entries</name>
-      <value>Szukaj nowych wpisów</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cameroon</name>
-      <value>Kamerun</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Target group</name>
-      <value>Grupa docelowa</value>
-    </stringEntry>
-    <stringEntry>
-      <name>&lt;p&gt;eml.send error!</name>
-      <value>&lt;p&gt;eml.wyślij błąd!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SELECTION_BOTH</name>
-      <value>SELECTION_BOTH</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Oman</name>
-      <value>Oman</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Name</name>
-      <value>Nazwa</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Industry</name>
-      <value>Przemysł</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Interest</name>
-      <value>Zainteresowanie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Shipping costs</name>
-      <value>Koszty wysyłki</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Send workflow signal</name>
-      <value>Wyślij sygnał przepływu pracy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>details</name>
-      <value>Detale</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Count Usage</name>
-      <value>Policz użycie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Script task</name>
-      <value>Zadanie skryptu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Click rate (in %)</name>
-      <value>Współczynnik klikalności (w %)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Views</name>
-      <value>Wyświetlenia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set auto assignment</name>
-      <value>Ustaw automatyczne przypisanie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Actual Amount (%0)</name>
-      <value>Rzeczywista kwota (%0)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Original editor</name>
-      <value>Oryginalny edytor</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Timetracking</name>
-      <value>Åšledzenie czasu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Vanuatu</name>
-      <value>Vanuatu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Offer</name>
-      <value>Oferta</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{SEND_MAIL}</name>
-      <value>Wyślij maila</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Workflow instances</name>
-      <value>Instancje przepływu pracy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Reclamation</name>
-      <value>Regeneracja</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contact or company</name>
-      <value>Kontakt lub firma</value>
-    </stringEntry>
-    <stringEntry>
-      <name>(or drop files here)</name>
-      <value>(lub upuść pliki tutaj)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Transfer to delivery note</name>
-      <value>Przelew na dowód dostawy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Date (Day)</name>
-      <value>Data dnia)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>changed</name>
-      <value>zmieniony</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Executive board</name>
-      <value>ZarzÄ…d</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Failure (customer)</name>
-      <value>Awaria (klient)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Twitter</name>
-      <value>Åšwiergot</value>
-    </stringEntry>
-    <stringEntry>
-      <name>This year</name>
-      <value>W tym roku</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Adviser contact</name>
-      <value>Kontakt doradcy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show the number of datasets still to be synchronized</name>
-      <value>Pokazuje liczbę zestawów danych do zsynchronizowania</value>
-    </stringEntry>
-    <stringEntry>
-      <name>NPO</name>
-      <value>NPO</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Supervisory board</name>
-      <value>Rada nadzorcza</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Manual resynchronization</name>
-      <value>Ręczna resynchronizacja</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Assigned to</name>
-      <value>Przypisane do</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show my organisations</name>
-      <value>Pokaż moje organizacje</value>
-    </stringEntry>
-    <stringEntry>
-      <name>no keyword attribute \"%0\" found in keyword \"%1\" from container \"%2\"</name>
-      <value>nie znaleziono atrybutu słowa kluczowego \"%0\" w słowie kluczowym \"%1\" z kontenera \"%2\"</value>
-    </stringEntry>
-    <stringEntry>
-      <name>District: Name</name>
-      <value>Dzielnica: Nazwa</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Employee count</name>
-      <value>Liczba pracowników</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Visitplan Entry</name>
-      <value>Wejście do planu wizyt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The file did not contain any data</name>
-      <value>Plik nie zawierał żadnych danych</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Writes for</name>
-      <value>Pisze dla</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${WEBLINK_SCORE}</name>
-      <value>${WEBLINK_SCORE}</value>
-    </stringEntry>
-    <stringEntry>
-      <name>file '%0' does not exist or you have got no permission on this file</name>
-      <value>plik '%0' nie istnieje lub nie masz uprawnień do tego pliku</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New date due</name>
-      <value>Nowy termin do wykonania</value>
-    </stringEntry>
-    <stringEntry>
-      <name>View</name>
-      <value>PoglÄ…d</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 mails could not be linked automatically</name>
-      <value>Nie można automatycznie połączyć %0 wiadomości e-mail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Integer</name>
-      <value>Liczba całkowita</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Confirm password</name>
-      <value>Potwierdź hasło</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Outstanding Amount</name>
-      <value>Zaległa kwota</value>
-    </stringEntry>
-    <stringEntry>
-      <name>British Indian Ocean Territory</name>
-      <value>Brytyjskie Terytorium Oceanu Indyjskiego</value>
-    </stringEntry>
-    <stringEntry>
-      <name>set New</name>
-      <value>ustaw nowy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Business Fairs</name>
-      <value>Targi Biznesowe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Connections</name>
-      <value>Znajomości</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Angola</name>
-      <value>Angola</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Internal</name>
-      <value>Wewnętrzny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Vat</name>
-      <value>Faktura VAT</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Standard workflows</name>
-      <value>Standardowe przepływy pracy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Keyword Entry</name>
-      <value>Wpis słowa kluczowego</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Edited by</name>
-      <value>Edytowany przez</value>
-    </stringEntry>
-    <stringEntry>
-      <name>type</name>
-      <value>rodzaj</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Apply changes for all</name>
-      <value>Zastosuj zmiany dla wszystkich</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Date end</name>
-      <value>Data zakończenia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Action mail</name>
-      <value>Poczta akcji</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Creation user</name>
-      <value>Użytkownik tworzenia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show Classification</name>
-      <value>Pokaż klasyfikację</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Exclude existing workflows</name>
-      <value>Wyklucz istniejące przepływy pracy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket duplicated (duplicate)</name>
-      <value>Duplikat biletu (duplikat)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Customer recommendation</name>
-      <value>Rekomendacja klienta</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Point of Contact</name>
-      <value>Punktem kontaktowym</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Not enough room in campaignstep</name>
-      <value>Za mało miejsca na etapie kampanii</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SELECTION_POSTFIX</name>
-      <value>SELECTION_POSTFIX</value>
-    </stringEntry>
-    <stringEntry>
-      <name>change valid from</name>
-      <value>zmień ważny z</value>
-    </stringEntry>
-    <stringEntry>
-      <name>User token</name>
-      <value>Token użytkownika</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Anguilla</name>
-      <value>Anguilla</value>
-    </stringEntry>
-    <stringEntry>
-      <name>jdito</name>
-      <value>jdito</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Minimal Count</name>
-      <value>Minimalna liczba</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Price list / Company</name>
-      <value>Cennik / Firma</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Number has to be unique</name>
-      <value>Numer musi być niepowtarzalny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>South Africa</name>
-      <value>Afryka Południowa</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contact synchronisation</name>
-      <value>Synchronizacja kontaktów</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Is active</name>
-      <value>Jest aktywny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Venezuela (Bolivarian Republic of)</name>
-      <value>Wenezuela (Republika Boliwariańska)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product relationship</name>
-      <value>Relacja produktowa</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Browser</name>
-      <value>PrzeglÄ…darka</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Move selection down</name>
-      <value>Przesuń zaznaczenie w dół</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets total (Medium)</name>
-      <value>Wykres liczby biletów ogółem (średni)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Custody agreement</name>
-      <value>Umowa o opiekÄ™</value>
-    </stringEntry>
-    <stringEntry>
-      <name>the specified key has to be unique for that container but does already exist</name>
-      <value>podany klucz musi być unikalny dla tego kontenera, ale już istnieje</value>
-    </stringEntry>
-    <stringEntry>
-      <name>German</name>
-      <value>Niemiecki</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Field Type</name>
-      <value>Typ pola</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Salutation</name>
-      <value>Pozdrowienie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Turnover change</name>
-      <value>Zmiana obrotów</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Saint Martin (French part)</name>
-      <value>Święty Marcin (część francuska)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Person in Charge</name>
-      <value>Osoba dowodzÄ…ca</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Economy</name>
-      <value>Gospodarka</value>
-    </stringEntry>
-    <stringEntry>
-      <name>add  contact to ewssync</name>
-      <value>dodaj kontakt do ewssync</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Approval started</name>
-      <value>Rozpoczęto zatwierdzanie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>copy</name>
-      <value>Kopiuj</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Test email</name>
-      <value>Testowy e-mail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${FREE}</name>
-      <value>Bezpłatny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Char value</name>
-      <value>Wartość znaku</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy receipt</name>
-      <value>Skopiuj paragon</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Uruguay</name>
-      <value>Urugwaj</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show campaing costs graphically processed</name>
-      <value>Pokazuje przetworzone graficznie koszty kampanii</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{SEARCH_INDEX_TITLE}</name>
-      <value>Szukaj</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Burkina Faso</name>
-      <value>Burkina Faso</value>
-    </stringEntry>
-    <stringEntry>
-      <name>news@adito.de</name>
-      <value>news@adito.de</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project team: \"Project manager\"</name>
-      <value>Zespół projektowy: \"Kierownik projektu\"</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SALESORDERID (UID)</name>
-      <value>SALESORDERID (UID)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Source Currency and Target Currency cannot be the same Currency.</name>
-      <value>Waluta źródłowa i Waluta docelowa nie mogą być tą samą walutą.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bulkmail Device Types</name>
-      <value>Typy urządzeń poczty zbiorczej</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaign status</name>
-      <value>Stan kampanii</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Start workflow</name>
-      <value>Rozpocznij przepływ pracy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Company</name>
-      <value>Spółka</value>
-    </stringEntry>
-    <stringEntry>
-      <name>data</name>
-      <value>dane</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Recipients</name>
-      <value>Odbiorcy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mark all to delete</name>
-      <value>Zaznacz wszystko do usunięcia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$DISTRICT_RESPONSIBLE}</name>
-      <value>Odpowiedzialny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Company_industry knowhow</name>
-      <value>Firma_industry know-how</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Assembly</name>
-      <value>montaż</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Download ready</name>
-      <value>Gotowe do pobrania</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tasks</name>
-      <value>Zadania</value>
-    </stringEntry>
-    <stringEntry>
-      <name>As stated in our letter of %0, we have made use of the possibility to extend the deadline to three months due to %1.</name>
-      <value>Jak stwierdzono w naszym liście %0, skorzystaliśmy z możliwości przedłużenia terminu do trzech miesięcy ze względu na %1.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Plus Salestax</name>
-      <value>Plus podatek od sprzedaży</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Offer exists</name>
-      <value>Oferta istnieje</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Latin Name</name>
-      <value>Nazwa łacińska</value>
-    </stringEntry>
-    <stringEntry>
-      <name>You tried to change the status of a ticket from 'ended' to another status.</name>
-      <value>Próbowałeś zmienić status biletu z „zakończony” na inny.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>District Contact</name>
-      <value>Kontakt z dystryktem</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Belarus</name>
-      <value>Białoruś</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attendees cannot be assigned repeatedly!</name>
-      <value>Uczestników nie można przypisywać wielokrotnie!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Object relation</name>
-      <value>Relacja z obiektem</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Export Templates</name>
-      <value>Eksportuj szablony</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Internet (Person)</name>
-      <value>Internet (osoba)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Current Currencyrate</name>
-      <value>Aktualny kurs walut</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Pull Ticket</name>
-      <value>PociÄ…gnij bilet</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Favorite</name>
-      <value>Ulubiony</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Macedonia (the former Yugoslav Republic of)</name>
-      <value>Macedonia (była jugosłowiańska republika)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Variable</name>
-      <value>Zmienny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Object selection</name>
-      <value>Wybór obiektu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Superordinate Attribute</name>
-      <value>Atrybut nadrzędny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Reason</name>
-      <value>Powód</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Variables</name>
-      <value>Zmienne</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Credit</name>
-      <value>Kredyt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Move</name>
-      <value>Ruszaj siÄ™</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Target Entity</name>
-      <value>Jednostka docelowa</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Refresh %0 Values</name>
-      <value>Odśwież wartości %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>An error occured during checking whether the sender is an internal user or not.</name>
-      <value>Wystąpił błąd podczas sprawdzania, czy nadawca jest użytkownikiem wewnętrznym, czy nie.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>CHAR VALUE</name>
-      <value>WARTOŚĆ ZNAKU</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tablename Id</name>
-      <value>Identyfikator nazwy tabeli</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Audit Log</name>
-      <value>Dziennik kontroli</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No Datasets selected</name>
-      <value>Nie wybrano żadnych zbiorów danych</value>
-    </stringEntry>
-    <stringEntry>
-      <name>External Datasource</name>
-      <value>Zewnętrzne źródło danych</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Imminent appointments for today</name>
-      <value>Zbliżające się spotkania na dziś</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Botswana</name>
-      <value>Botswana</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Total</name>
-      <value>Całkowity</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Signature</name>
-      <value>Podpis</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Dominican Republic</name>
-      <value>Republika Dominikany</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Do you really want to delete \"%0\"? If tickets still use this inbox, this might cause problems.</name>
-      <value>Czy na pewno chcesz usunąć \"%0\"? Jeśli bilety nadal korzystają z tej skrzynki odbiorczej, może to powodować problemy.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Outgoing</name>
-      <value>Towarzyski</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Addresses</name>
-      <value>Adresy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>A Phase filter has to be set when creating a checklistentry for the Salesproject context.</name>
-      <value>Podczas tworzenia listy kontrolnej dla kontekstu możliwości należy ustawić filtr fazy.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Parent Filter</name>
-      <value>Filtr nadrzędny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Recipt</name>
-      <value>Odbiór</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Appointment checkup for the selected day</name>
-      <value>Wizyta kontrolna na wybrany dzień</value>
-    </stringEntry>
-    <stringEntry>
-      <name>discounted Price (%0)</name>
-      <value>obniżona cena (%0)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Salesproject: Role</name>
-      <value>Szansa: Rola</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The replacement name has to be unique.</name>
-      <value>Nazwa zastępcza musi być unikalna.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Id value</name>
-      <value>Wartość identyfikatora</value>
-    </stringEntry>
-    <stringEntry>
-      <name>An error occured during getting recipients contact data.</name>
-      <value>Wystąpił błąd podczas pobierania danych kontaktowych odbiorców.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Import Date</name>
-      <value>Data importu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${DISPLAY_AND_OPEN_ONE_HIT}</name>
-      <value>Wyświetlany jest jeden wynik, który zostanie otwarty.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ADITO Facebook Feed</name>
-      <value>Kanał ADITO na Facebooku</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${MIN_MAX_ERROR_MIN_INT_VALUE} field: %0, value: %1, max: %2</name>
-      <value>%0 musi być mniejsze/równe %2.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Canadian dollar</name>
-      <value>dolar kanadyjski</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show open salesprojects</name>
-      <value>Pokaż otwarte możliwości</value>
-    </stringEntry>
-    <stringEntry>
-      <name>within the last six Months</name>
-      <value>w ciągu ostatnich sześciu miesięcy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Import Data</name>
-      <value>Zaimportować dane</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mosaico</name>
-      <value>Mozaika</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My responsible Districts</name>
-      <value>Moje odpowiedzialne dystrykty</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Permission procurer</name>
-      <value>ZamawiajÄ…cy pozwolenie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Soft Bounce</name>
-      <value>Miękkie odbicie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Online-Meeting</name>
-      <value>Spotkanie online</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Test Run Actions</name>
-      <value>Akcje uruchomienia testowego</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Signature to set default</name>
-      <value>Podpis do ustawienia domyślnego</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Viet Nam</name>
-      <value>Wietnam</value>
-    </stringEntry>
-    <stringEntry>
-      <name>On Site</name>
-      <value>Na miejscu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Communication Setting: %0</name>
-      <value>Ustawienia komunikacji: %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show the global Covid Cases in a Table</name>
-      <value>Pokazuje globalne przypadki Covid w tabeli</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Analyses</name>
-      <value>Ćwiczenie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ISO3</name>
-      <value>ISO3</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Libya</name>
-      <value>Libia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Scan pattern</name>
-      <value>Wzór skanowania</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Notification</name>
-      <value>Powiadomienie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ISO2</name>
-      <value>ISO2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisationname</name>
-      <value>Nazwa organizacji</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add to Campaign</name>
-      <value>Dodaj do kampanii</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Communication Id</name>
-      <value>Identyfikator komunikacji</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Smart TV</name>
-      <value>Smart TV</value>
-    </stringEntry>
-    <stringEntry>
-      <name>I / O</name>
-      <value>ja / ja</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all products</name>
-      <value>Pokaż wszystkie produkty</value>
-    </stringEntry>
-    <stringEntry>
-      <name>E-Mail Adresse</name>
-      <value>Adres e-mail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[ZippingUtil.constructor]Cannot instantiate a static class.</name>
-      <value>[ZippingUtil.constructor] Nie można utworzyć wystąpienia klasy statycznej.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project start</name>
-      <value>Rozpoczęcie projektu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>A Phase filter has to be set when creating a checklistentry for the Salesproject Context.</name>
-      <value>Podczas tworzenia listy kontrolnej dla kontekstu możliwości należy ustawić filtr fazy.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Social</name>
-      <value>Społeczny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation: Language</name>
-      <value>Organizacja: Język</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No consumer found for context '%0'</name>
-      <value>Nie znaleziono konsumenta dla kontekstu „%0”</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The transfer of data to recipients located in a third country is based on the following guarantees:</name>
-      <value>Przekazywanie danych do odbiorców znajdujących się w państwie trzecim odbywa się w oparciu o następujące gwarancje:</value>
-    </stringEntry>
-    <stringEntry>
-      <name>LinkedIn (Organisation)</name>
-      <value>LinkedIn (organizacja)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Twitter Feed</name>
-      <value>Kanał na Twitterze</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Phone number (Person)</name>
-      <value>Numer telefonu (osoba)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Djibouti</name>
-      <value>Dżibuti</value>
-    </stringEntry>
-    <stringEntry>
-      <name>External Service</name>
-      <value>Usługa zewnętrzna</value>
-    </stringEntry>
-    <stringEntry>
-      <name>DATE_NEW_CONTACT</name>
-      <value>DATE_NEW_CONTACT</value>
-    </stringEntry>
-    <stringEntry>
-      <name>days</name>
-      <value>dni</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Forward</name>
-      <value>Do przodu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>FullAddress</name>
-      <value>Pełny adres</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Forecast weighted</name>
-      <value>Prognoza ważona</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Price in </name>
-      <value>Cena w</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Start</name>
-      <value>PoczÄ…tek</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Do you want to delete the flags of the already maked Persons?</name>
-      <value>Czy chcesz usunąć flagi już utworzonych Osób?</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New organisation created: %0</name>
-      <value>Utworzono nowÄ… organizacjÄ™: %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Semiannually</name>
-      <value>Półrocznie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Time expenses</name>
-      <value>Wydatki czasowe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Print media</name>
-      <value>Media drukowane</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Price Condition</name>
-      <value>Warunek ceny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Modification user</name>
-      <value>Użytkownik modyfikacji</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Complete tasks</name>
-      <value>Wykonuj zadania</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Headline</name>
-      <value>Nagłówek</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Document Templates</name>
-      <value>Szablony dokumentów</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Your changes may have an impact on the data privacy information (GDPR).\n Please update these.</name>
-      <value>Twoje zmiany mogą mieć wpływ na informacje o prywatności danych (RODO).\n Zaktualizuj je.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>EXPORTTEMPLATEPLACEOFUSEID</name>
-      <value>SZABLONEKSPORTUMIEJSCEIDUŻYCIA</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Optional</name>
-      <value>Opcjonalny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Change responsible</name>
-      <value>Zmiana odpowiedzialna</value>
-    </stringEntry>
-    <stringEntry>
-      <name>no valid phone number</name>
-      <value>brak prawidłowego numeru telefonu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Characters to use</name>
-      <value>Znaki do użycia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No project planned</name>
-      <value>Nie planowany projekt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>United States Minor Outlying Islands</name>
-      <value>Stany Zjednoczone Dalekie Wyspy Mniejsze</value>
-    </stringEntry>
-    <stringEntry>
-      <name>State</name>
-      <value>Państwo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>End</name>
-      <value>Kończyć się</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Icon</name>
-      <value>Ikona</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Unlinked e-mails</name>
-      <value>Niepołączone e-maile</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Data Privacy</name>
-      <value>Prywatność danych</value>
-    </stringEntry>
-    <stringEntry>
-      <name>KnowledgeRoles</name>
-      <value>Role wiedzy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${TASK_PROTECTIONLEVEL}</name>
-      <value>Prywatne zadanie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>An error occured while processing the business card.\nPlease contact an administrator.</name>
-      <value>Wystąpił błąd podczas przetwarzania wizytówki.\nSkontaktuj się z administratorem.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete Inbox</name>
-      <value>Usuń skrzynkę odbiorczą</value>
-    </stringEntry>
-    <stringEntry>
-      <name>American Samoa</name>
-      <value>Samoa Amerykańskie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Default phone</name>
-      <value>Telefon domyślny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Standard</name>
-      <value>Standard</value>
-    </stringEntry>
-    <stringEntry>
-      <name>medium</name>
-      <value>średni</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Workflow signal</name>
-      <value>Sygnał przepływu pracy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add the selection to a campaign</name>
-      <value>Dodaj wybór do kampanii</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Internet (Organisation)</name>
-      <value>Internet (Organizacja)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Know How</name>
-      <value>Wiedzieć jak</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project planning open</name>
-      <value>Planowanie projektu otwarte</value>
-    </stringEntry>
-    <stringEntry>
-      <name>1 medium</name>
-      <value>średni</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Created by</name>
-      <value>Stworzone przez</value>
-    </stringEntry>
-    <stringEntry>
-      <name>File from this template could not be found anymore. </name>
-      <value>Nie można już znaleźć pliku z tego szablonu.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Topics</name>
-      <value>Tematy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation</name>
-      <value>Organizacja</value>
-    </stringEntry>
-    <stringEntry>
-      <name>inboxEmail</name>
-      <value>skrzynka odbiorczaE-mail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mobile number (Organisation)</name>
-      <value>Numer komórkowy (Organizacja)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Admin</name>
-      <value>Administrator</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Indicator</name>
-      <value>Wskaźnik</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Variable costs</name>
-      <value>Koszty zmienne</value>
-    </stringEntry>
-    <stringEntry>
-      <name>On time</name>
-      <value>Na czas</value>
-    </stringEntry>
-    <stringEntry>
-      <name>complaint</name>
-      <value>skarga</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Days running</name>
-      <value>Dni biegania</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[TEST] UnitTest_lib</name>
-      <value>[TEST] UnitTest_lib</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Knowledge entries</name>
-      <value>Wpisy wiedzy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>show visit planning of the week</name>
-      <value>pokaż planowanie wizyt w tygodniu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Phase progression</name>
-      <value>Postęp fazowy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Additional Contacts</name>
-      <value>Dodatkowe kontakty</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Liter</name>
-      <value>Litr</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Plannings</name>
-      <value>Plany</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Inbox filter group</name>
-      <value>Grupa filtrów skrzynki odbiorczej</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Values</name>
-      <value>Wartości</value>
-    </stringEntry>
-    <stringEntry>
-      <name>License</name>
-      <value>Licencja</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Parallel gateway</name>
-      <value>Brama równoległa</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Grenada</name>
-      <value>Grenada</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Assignment</name>
-      <value>Zadanie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The person is already associated with another employee!</name>
-      <value>Osoba jest już powiązana z innym pracownikiem!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Turnover</name>
-      <value>Obrót</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Other Contactroles</name>
-      <value>Inne role kontaktowe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>per</name>
-      <value>za</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Value is too small, the minimum is %0</name>
-      <value>Wartość jest za mała, minimalna wartość to %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Footer text</name>
-      <value>Tekst stopki</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Pieces</name>
-      <value>Sztuki</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Keyword attribute relation Id</name>
-      <value>Identyfikator relacji atrybutu słowa kluczowego</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contact type</name>
-      <value>Typ kontaktu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>OFFER_ID</name>
-      <value>OFERTA_ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Offers</name>
-      <value>Oferuje</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Documenttemplate Places Of Usage</name>
-      <value>Miejsca użycia szablonu dokumentu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Intermediate throwing event</name>
-      <value>Pośrednie wydarzenie rzucania</value>
-    </stringEntry>
-    <stringEntry>
-      <name>is assignable</name>
-      <value>można przypisać</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Service-Admin</name>
-      <value>Administrator usługi</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New organisation address created: %0 %1 %2 %3 %4</name>
-      <value>Utworzono nowy adres organizacji: %0 %1 %2 %3 %4</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Call back (WV)</name>
-      <value>Oddzwoń (WV)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Next due date</name>
-      <value>Następny termin</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Selection placeholder</name>
-      <value>Symbol zastępczy wyboru</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Start date</name>
-      <value>Data rozpoczęcia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Single (Service/All)</name>
-      <value>Pojedynczy (usługa/wszystkie)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Test Recipients</name>
-      <value>Odbiorcy testu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>restrict</name>
-      <value>ograniczać</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Side</name>
-      <value>Bok</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Email body (Regular expression)</name>
-      <value>Treść wiadomości e-mail (wyrażenie regularne)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Send information</name>
-      <value>Wyślij informację</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Number of Tickets (Medium)</name>
-      <value>Liczba biletów (średnia)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all sent receipts</name>
-      <value>Pokaż wszystkie wysłane rachunki</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Duplicate Ticket</name>
-      <value>Zduplikowany bilet</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show my district assignments with status review</name>
-      <value>Pokaż moje zadania okręgowe ze sprawdzeniem stanu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The chosen attributes were successfully set for %0 %1</name>
-      <value>Wybrane atrybuty zostały pomyślnie ustawione dla % 0 % 1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Relation type 1</name>
-      <value>Typ relacji 1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribute filter</name>
-      <value>Filtr atrybutów</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Default</name>
-      <value>Domyślna</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My Campaigns</name>
-      <value>Moje kampanie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Relation type 2</name>
-      <value>Typ relacji 2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Radius in km</name>
-      <value>Promień w km</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Datasets in Outlook</name>
-      <value>Zbiory danych w Outlooku</value>
-    </stringEntry>
-    <stringEntry>
-      <name>entity</name>
-      <value>podmiot</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New</name>
-      <value>Nowy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>tomorrow | %0 - %1 o'clock</name>
-      <value>jutro | % 0 - % 1 godzina</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Date must not be in the future</name>
-      <value>Data nie może być w przyszłości</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Export letter for selection</name>
-      <value>Eksportuj list do wyboru</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tonga</name>
-      <value>Tonga</value>
-    </stringEntry>
-    <stringEntry>
-      <name>executives</name>
-      <value>dyrektorzy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>View all duplicates from this scanner</name>
-      <value>Wyświetl wszystkie duplikaty z tego skanera</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Public</name>
-      <value>Publiczny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>You have to add at least one recipient.</name>
-      <value>Musisz dodać co najmniej jednego odbiorcę.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Visit frequency</name>
-      <value>Częstotliwość odwiedzin</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Observe ID</name>
-      <value>Obserwuj zbiór danych</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Upload new file</name>
-      <value>Prześlij nowy plik</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Forecast</name>
-      <value>Prognoza</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Count Chart</name>
-      <value>Wykres liczenia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation: Classification</name>
-      <value>Organizacja: Klasyfikacja</value>
-    </stringEntry>
-    <stringEntry>
-      <name>EWS - Sync to Exchange</name>
-      <value>EWS — synchronizacja z Exchange</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Gradings in Percent</name>
-      <value>Oceny w procentach</value>
-    </stringEntry>
-    <stringEntry>
-      <name>AddAction</name>
-      <value>DodajAkcjÄ™</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[TEST] Keyword_lib</name>
-      <value>[TEST] Biblioteka słów kluczowych</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Insert subnode</name>
-      <value>Wstaw podwęzeł</value>
-    </stringEntry>
-    <stringEntry>
-      <name>English</name>
-      <value>język angielski</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Nicaragua</name>
-      <value>Nikaragua</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Private person</name>
-      <value>Osoba prywatna</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Return ticket</name>
-      <value>Bilet powrotny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>carriage return and line feed</name>
-      <value>powrót karetki i wysuw wiersza</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Change selected</name>
-      <value>Zmień wybrane</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Action '</name>
-      <value>Akcja '</value>
-    </stringEntry>
-    <stringEntry>
-      <name>2. Customer value</name>
-      <value>2. Wartość klienta</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tool changer</name>
-      <value>Zmieniacz narzędzi</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Papua New Guinea</name>
-      <value>Papua Nowa Gwinea</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Use all categories</name>
-      <value>Użyj wszystkich kategorii</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Currency</name>
-      <value>Waluta</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SALESORDER_ID</name>
-      <value>SALESORDER_ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Last status change</name>
-      <value>Ostatnia zmiana statusu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Finished Tickets last 4 weeks</name>
-      <value>Gotowe bilety trwajÄ… 4 tygodnie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Pay due date</name>
-      <value>Termin płatności</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tanzania, United Republic of</name>
-      <value>Tanzania, Zjednoczona Republika</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mark all cached record containers as invalid</name>
-      <value>Oznacz wszystkie buforowane kontenery rekordów jako nieprawidłowe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Business Fair</name>
-      <value>Targi Biznesowe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>edited</name>
-      <value>edytowane</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Namibia</name>
-      <value>Namibia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>CRLF</name>
-      <value>CRLF</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart Number of tickets per inbox (Mail)</name>
-      <value>Wykres Liczba biletów w skrzynce odbiorczej (poczta)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Appointments/Tasks</name>
-      <value>Spotkania/Zadania</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Use all inboxes</name>
-      <value>Użyj wszystkich skrzynek odbiorczych</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Access type</name>
-      <value>Typ dostępu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Int value</name>
-      <value>Wartość wewnętrzna</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Created on</name>
-      <value>Utworzono dnia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ExportTemplateID</name>
-      <value>EksportujIdSzablonu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contactperson</name>
-      <value>Osoba kontaktowa</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribute</name>
-      <value>Atrybut</value>
-    </stringEntry>
-    <stringEntry>
-      <name>(optional) E-Mail to store in contact</name>
-      <value>(opcjonalnie) E-mail do przechowywania w kontakcie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Buyer</name>
-      <value>KupujÄ…cy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Evaluation type</name>
-      <value>Rodzaj oceny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Datenew</name>
-      <value>Datanowy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Newsfeed Timeline</name>
-      <value>Oś czasu kanału informacyjnego</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Company address</name>
-      <value>Adres spółki</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Andorra</name>
-      <value>Andora</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set missing address locations</name>
-      <value>Ustaw brakujące lokalizacje adresów</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sender address</name>
-      <value>Adres nadawcy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>added on</name>
-      <value>dodane na</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Inland</name>
-      <value>Śródlądowy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Entriescount</name>
-      <value>Liczba wpisów</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Connection</name>
-      <value>Połączenie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Open modeler</name>
-      <value>Otwórz modelarza</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Default Signature</name>
-      <value>Domyślny podpis</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Observation Type</name>
-      <value>Rodzaj obserwacji</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Remove any usage of the interest</name>
-      <value>Usuń jakiekolwiek wykorzystanie zainteresowania</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Total net (%0)</name>
-      <value>Razem netto (%0)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Occupation</name>
-      <value>Zawód</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Czech Republic</name>
-      <value>Republika Czeska</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Start time</name>
-      <value>Czas rozpoczęcia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The end date has to be after the start.</name>
-      <value>Data zakończenia musi przypadać po rozpoczęciu.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Hint</name>
-      <value>Wskazówka</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Countries</name>
-      <value>Państwa</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Partial calculation</name>
-      <value>Obliczenia częściowe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Parent Id</name>
-      <value>ID rodzica</value>
-    </stringEntry>
-    <stringEntry>
-      <name>no USER for inboxEmail</name>
-      <value>brak UŻYTKOWNIKA dla skrzynki odbiorczejEmail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Personal appearance</name>
-      <value>Wygląd zewnętrzny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket duplicated (original)</name>
-      <value>Bilet duplikat (oryginalny)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${BINARY_LIB_TOO_MANY_BINARIES}</name>
-      <value>Dla tego pola binarnego dozwolony jest tylko jeden element danych</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Total Net (%0)</name>
-      <value>Suma netto (%0)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Lettersalutation</name>
-      <value>Pozdrowienia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Container</name>
-      <value>Pojemnik</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Update Advertising</name>
-      <value>Zaktualizuj reklamy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bounce (Hard)</name>
-      <value>Odbicie (twarde)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ARCHIVE</name>
-      <value>ARCHIWUM</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Frame contract (WV)</name>
-      <value>Umowa ramowa (WV)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Competitors</name>
-      <value>Zawodnicy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>has</name>
-      <value>ma</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Inserted rows</name>
-      <value>Wstawione wiersze</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Colombia</name>
-      <value>Kolumbia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Knowledge category</name>
-      <value>Kategoria wiedzy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Medium</name>
-      <value>Åšredni</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tentative</name>
-      <value>Niepewny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Honduras</name>
-      <value>Honduras</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Antarctica</name>
-      <value>Antarktyda</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 files ignored</name>
-      <value>Zignorowano %0 plików</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set all address locations</name>
-      <value>Ustaw wszystkie lokalizacje adresów</value>
-    </stringEntry>
-    <stringEntry>
-      <name>updated</name>
-      <value>zaktualizowany</value>
-    </stringEntry>
-    <stringEntry>
-      <name>BOOL VALUE</name>
-      <value>WARTOŚĆ BOOLA</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Paste as Top Topic</name>
-      <value>Wklej jako główny temat</value>
-    </stringEntry>
-    <stringEntry>
-      <name>add Contact to Sync</name>
-      <value>dodaj kontakt do synchronizacji</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets total (Mail)</name>
-      <value>Wykres liczby biletów ogółem (Mail)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project manager</name>
-      <value>Menadżer projektu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Data protection agreement</name>
-      <value>Umowa o ochronie danych</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${DISPLAY_AND_OPEN_%0_OF_%1_HITS}</name>
-      <value>%0 z %1 wyników jest wyświetlanych i zostanie otwartych.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Document actions</name>
-      <value>Czynności dotyczące dokumentów</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Hours</name>
-      <value>godziny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ORG</name>
-      <value>ORG</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Filetype</name>
-      <value>Typ pliku</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Christmas Island</name>
-      <value>Wyspa Bożego Narodzenia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Current password</name>
-      <value>Aktualne hasło</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Review</name>
-      <value>Recenzja</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Workflow instance</name>
-      <value>Instancja przepływu pracy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Maillog</name>
-      <value>Dziennik poczty</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Anonymization</name>
-      <value>Anonimizacja</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy Participants</name>
-      <value>Kopiuj uczestników</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Martinique</name>
-      <value>Martynika</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No duplicates allowed: action '</name>
-      <value>Niedozwolone duplikaty: działanie '</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Log type</name>
-      <value>Typ dziennika</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Password</name>
-      <value>Hasło</value>
-    </stringEntry>
-    <stringEntry>
-      <name>AuditLogs</name>
-      <value>Dzienniki audytu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Overview</name>
-      <value>PrzeglÄ…d</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 attachments:</name>
-      <value>%0 załączników:</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets per inbox (Mail)</name>
-      <value>Wykres liczby biletów w skrzynce odbiorczej (Mail)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Quick entry</name>
-      <value>Szybki wpis</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The attribute \"%0\" couldn't be set for %1 %2, because %3.</name>
-      <value>Nie można ustawić atrybutu \"%0\" dla %1 %2, ponieważ %3.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Invoice Discount</name>
-      <value>Rabat na fakturÄ™</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Business Fair Lead</name>
-      <value>Kierownik Targów Biznesowych</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Zimbabwe</name>
-      <value>Zimbabwe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Regulation</name>
-      <value>RozporzÄ…dzenie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>up to date</name>
-      <value>aktualny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Fax</name>
-      <value>Faks</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Update campaign step</name>
-      <value>Zaktualizuj krok kampanii</value>
-    </stringEntry>
-    <stringEntry>
-      <name>quotation mark</name>
-      <value>cudzysłów</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Phone number (Organisation)</name>
-      <value>Numer telefonu (Organizacja)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Deparment</name>
-      <value>Wydział</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Grandchild of</name>
-      <value>wnuk</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Payment address</name>
-      <value>Adres do płatności</value>
-    </stringEntry>
-    <stringEntry>
-      <name>End time must be later than start time</name>
-      <value>Czas zakończenia musi być późniejszy niż czas rozpoczęcia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Guyana</name>
-      <value>Gujana</value>
-    </stringEntry>
-    <stringEntry>
-      <name>There are no valid employees in the department.</name>
-      <value>W dziale nie ma ważnych pracowników.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Probability Chart</name>
-      <value>Wykres prawdopodobieństwa</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show the number of activities of the grouped fields</name>
-      <value>Pokazuje liczbę działań zgrupowanych pól</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Added</name>
-      <value>Dodany</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Write bulk mail</name>
-      <value>Napisz masowÄ… pocztÄ™</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ukraine</name>
-      <value>Ukraina</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Relations</name>
-      <value>Relacje</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Subordinate campaign of</name>
-      <value>Kampania podrzędna</value>
-    </stringEntry>
-    <stringEntry>
-      <name>OUT</name>
-      <value>NA ZEWNÄ„TRZ</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Extension letter date</name>
-      <value>Data listu uzupełniającego</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 deleted.</name>
-      <value>Usunięto %0.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Liquidity</name>
-      <value>Płynność</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Country</name>
-      <value>Kraj</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bermuda</name>
-      <value>Bermudy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Jamaica</name>
-      <value>Jamajka</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all offers</name>
-      <value>Pokaż wszystkie oferty</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Blog (Person)</name>
-      <value>Blog (osoba)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Commrestrictions</name>
-      <value>Ograniczenia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Article</name>
-      <value>Artykuł</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Excreted can't be in the future</name>
-      <value>Wydalany nie może być w przyszłości</value>
-    </stringEntry>
-    <stringEntry>
-      <name>confirmed</name>
-      <value>Potwierdzony</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Transfered data</name>
-      <value>Przeniesione dane</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Choose Footer</name>
-      <value>Wybierz stopkÄ™</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Lead</name>
-      <value>Prowadzić</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Deletion</name>
-      <value>Usunięcie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>one mail could not be linked automatically</name>
-      <value>jeden e-mail nie mógł zostać połączony automatycznie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Salesproject: Responsible</name>
-      <value>Okazja: Odpowiedzialny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Privacy agreement</name>
-      <value>Umowa o ochronie prywatności</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add to order</name>
-      <value>Dodać do zamówienia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Fixed</name>
-      <value>Naprawiony</value>
-    </stringEntry>
-    <stringEntry>
-      <name>delete linked permissions and hierarchies</name>
-      <value>usuń połączone uprawnienia i hierarchie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>This priority is already assigned.</name>
-      <value>Ten priorytet jest już przypisany.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Error when reading the file!</name>
-      <value>BÅ‚Ä…d podczas odczytu pliku!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Transport damage</name>
-      <value>Uszkodzenia transportowe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product Group</name>
-      <value>Grupa produktów</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Start advertising material workflow</name>
-      <value>Rozpocznij obieg materiałów reklamowych</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Update</name>
-      <value>Aktualizacja</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Responsibles</name>
-      <value>Odpowiedzialni</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete this Function</name>
-      <value>Usuń tę funkcję</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Austria</name>
-      <value>Austria</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sport</name>
-      <value>Sport</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Offer item Id</name>
-      <value>Identyfikator przedmiotu oferty</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Technology</name>
-      <value>Technologia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Production</name>
-      <value>Produkcja</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No Restrictions</name>
-      <value>Bez ograniczeń</value>
-    </stringEntry>
-    <stringEntry>
-      <name>number of connections</name>
-      <value>liczba połączeń</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: .where has to be called before following and/or.</name>
-      <value>SqlBuilder: .where należy wywołać przed wykonaniem i/lub.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Trade fair</name>
-      <value>Targi</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Order</name>
-      <value>Zamówienie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Superordinate campaign of</name>
-      <value>Nadrzędna kampania</value>
-    </stringEntry>
-    <stringEntry>
-      <name>manually</name>
-      <value>ręcznie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Pricing policy</name>
-      <value>Polityka cenowa</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Calendar maintime start</name>
-      <value>Początek głównego kalendarza</value>
-    </stringEntry>
-    <stringEntry>
-      <name>archive</name>
-      <value>archiwum</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Participated</name>
-      <value>Uczestniczył</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Flag</name>
-      <value>Flaga</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Created from</name>
-      <value>Utworzono z</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Atmosphere</name>
-      <value>Atmosfera</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Manually</name>
-      <value>Ręcznie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Rebuild all duplicates from the selected scanners</name>
-      <value>Odbuduj wszystkie duplikaty z wybranych skanerów</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ethiopia</name>
-      <value>Etiopia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>request</name>
-      <value>wniosek</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${NUMBER}</name>
-      <value>Numer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Follow up (WV)</name>
-      <value>Kontynuacja (WV)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>grandchild of</name>
-      <value>wnuk</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sierra Leone</name>
-      <value>Sierra Leone</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Communication: Link</name>
-      <value>Komunikacja: Link</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Target Currency</name>
-      <value>Waluta docelowa</value>
-    </stringEntry>
-    <stringEntry>
-      <name>general</name>
-      <value>ogólny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Pakistan</name>
-      <value>Pakistan</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Duplicates</name>
-      <value>Duplikaty</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ended (abandoned)</name>
-      <value>zakończony (opuszczony)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New document template</name>
-      <value>Nowy szablon dokumentu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Districts</name>
-      <value>Dzielnice</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bosnia and Herzegovina</name>
-      <value>Bośnia i Hercegowina</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Company name</name>
-      <value>Nazwa firmy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>This cannot be undone!</name>
-      <value>Tego nie da się cofnąć!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No contacts selected</name>
-      <value>Nie wybrano kontaktów</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[TEST] Util_lib - ArrayUtils</name>
-      <value>[TEST] Util_lib - ArrayUtils</value>
-    </stringEntry>
-    <stringEntry>
-      <name>consent pending</name>
-      <value>Oczekiwanie na zgodÄ™</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bangladesh</name>
-      <value>Bangladesz</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[TEST] Observation_lib</name>
-      <value>[TEST] Obserwacja_lib</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Subcategory</name>
-      <value>Podkategoria</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Saint Vincent and the Grenadines</name>
-      <value>Saint Vincent i Grenadyny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Duplicate</name>
-      <value>Duplikować</value>
-    </stringEntry>
-    <stringEntry>
-      <name>PermissionId</name>
-      <value>Identyfikator zezwolenia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Move Down</name>
-      <value>Padnij</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product</name>
-      <value>Produkt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>customer checks</name>
-      <value>kontrole klientów</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Picture</name>
-      <value>Obrazek</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Commodity group B (WV)</name>
-      <value>Grupa towarowa B (WV)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Free or Busy Permission</name>
-      <value>Pozwolenie Wolny lub Zajęty</value>
-    </stringEntry>
-    <stringEntry>
-      <name>FavoriteGroup</name>
-      <value>Ulubiona grupa</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create planning</name>
-      <value>Utwórz planowanie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>active</name>
-      <value>aktywny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>subsidiary</name>
-      <value>pomocniczy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sales Dashboard</name>
-      <value>Panel sprzedaży</value>
-    </stringEntry>
-    <stringEntry>
-      <name>flexible</name>
-      <value>elastyczny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Date of request</name>
-      <value>Data zamówienia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project_duration</name>
-      <value>Czas trwania projektu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Handcraft</name>
-      <value>Rzemiosło</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Week</name>
-      <value>Tydzień</value>
-    </stringEntry>
-    <stringEntry>
-      <name>PP/SP</name>
-      <value>PP/SP</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 attachment:</name>
-      <value>%0 załącznik:</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Adviser Role</name>
-      <value>Rola doradcy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Website</name>
-      <value>Stronie internetowej</value>
-    </stringEntry>
-    <stringEntry>
-      <name>User error</name>
-      <value>Błąd użytkownika</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product price Id</name>
-      <value>Identyfikator ceny produktu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Full calculation</name>
-      <value>Pełna kalkulacja</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 files imported</name>
-      <value>Zaimportowano %0 plików</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ended (done)</name>
-      <value>zakończone (skończone)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Marketing manager</name>
-      <value>Menadżer marketingu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Download</name>
-      <value>ÅšciÄ…gnij</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Total VAT (%0)</name>
-      <value>Całkowity podatek VAT (%0)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Open Route of the day</name>
-      <value>Otwarta Trasa dnia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>export using the selected template</name>
-      <value>eksportuj za pomocÄ… wybranego szablonu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add Manual Delete Flag</name>
-      <value>Dodaj flagę ręcznego usuwania</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No new recipients found that can be added to the bulk mail.</name>
-      <value>Nie znaleziono nowych adresatów, których można dodać do poczty zbiorczej.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: The pagesize is not set or is not a number.</name>
-      <value>SqlBuilder: rozmiar strony nie jest ustawiony lub nie jest liczbÄ….</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Editor changed to</name>
-      <value>Zmieniono edytor na</value>
-    </stringEntry>
-    <stringEntry>
-      <name>It lists all areas that the user has to take care of.</name>
-      <value>Zawiera listę wszystkich obszarów, którymi użytkownik musi się zająć.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>CHAR_VALUE</name>
-      <value>CHAR_VALUE</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Won</name>
-      <value>Wygrał</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all activities</name>
-      <value>Pokaż wszystkie aktywności</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$DISTRICT_PARENT_DISTRICT}</name>
-      <value>Dzielnica nadrzędna</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Use external Scanservice</name>
-      <value>Użyj zewnętrznego Scanservice</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Child Roles</name>
-      <value>Role dzieci</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sales Staff Activity</name>
-      <value>Aktywność pracowników sprzedaży</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Employee group filter group</name>
-      <value>Grupa filtrów grupy pracowników</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Gibraltar</name>
-      <value>Gibraltar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>wrong configuration for '%0'</name>
-      <value>zła konfiguracja dla '%0'</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Choose a campaign and a step to add the contact to a  campaign</name>
-      <value>Wybierz kampanię i krok, aby dodać kontakt do kampanii</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 15</name>
-      <value>Kolumna 15</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 16</name>
-      <value>Kolumna 16</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attachment</name>
-      <value>Załącznik</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 13</name>
-      <value>Kolumna 13</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 14</name>
-      <value>Kolumna 14</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Auto probability</name>
-      <value>Automatyczne prawdopodobieństwo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 11</name>
-      <value>Kolumna 11</value>
-    </stringEntry>
-    <stringEntry>
-      <name>CONTACTID</name>
-      <value>KONTAKT</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 12</name>
-      <value>Kolumna 12</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Object Relation Type</name>
-      <value>Typ relacji z obiektem</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 10</name>
-      <value>Kolumna 10</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 19</name>
-      <value>Kolumna 19</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 17</name>
-      <value>Kolumna 17</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 18</name>
-      <value>Kolumna 18</value>
-    </stringEntry>
-    <stringEntry>
-      <name>To-Do's</name>
-      <value>Zadania</value>
-    </stringEntry>
-    <stringEntry>
-      <name>reply</name>
-      <value>Odpowiadać</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Event Begin</name>
-      <value>Rozpoczęcie wydarzenia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[ZippingUtil.renameDuplicateFilenamesForZip]Limit for max length of filename iteration reached.</name>
-      <value>[ZippingUtil.renameDuplicateFilenamesForZip] Osiągnięto limit maksymalnej długości iteracji nazwy pliku.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Modification date</name>
-      <value>Data modyfikacji</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Iran (Islamic Republic of)</name>
-      <value>Iran (Islamska Republika)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Golf</name>
-      <value>Golf</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Delivery note</name>
-      <value>Dowód dostawy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 26</name>
-      <value>Kolumna 26</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 27</name>
-      <value>Kolumna 27</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 24</name>
-      <value>Kolumna 24</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 25</name>
-      <value>Kolumna 25</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 22</name>
-      <value>Kolumna 22</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 23</name>
-      <value>Kolumna 23</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 20</name>
-      <value>Kolumna 20</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 21</name>
-      <value>Kolumna 21</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Role</name>
-      <value>Rola</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Maintenance contract</name>
-      <value>Umowa serwisowa</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Alt. E-Mail</name>
-      <value>Alt. E-mail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>We received data from</name>
-      <value>Otrzymaliśmy dane z</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 28</name>
-      <value>Kolumna 28</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 29</name>
-      <value>Kolumna 29</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Object Type</name>
-      <value>Rodzaj obiektu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket return</name>
-      <value>Zwrot biletu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>File can't be edited here. You can download, edit and reupload the template to change the content.</name>
-      <value>Nie można tutaj edytować pliku. Możesz pobrać, edytować i ponownie przesłać szablon, aby zmienić zawartość.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 from \"%1\" to \"%2\"</name>
-      <value>%0 od \"%1\" do \"%2\"</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Current Recipients</name>
-      <value>Obecni odbiorcy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Discussion</name>
-      <value>Dyskusja</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${IGNORE_DUPLICATE}</name>
-      <value>Rekord nie jest duplikatem</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Column 30</name>
-      <value>Kolumna 30</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Russian Federation</name>
-      <value>Federacja Rosyjska</value>
-    </stringEntry>
-    <stringEntry>
-      <name>waiting</name>
-      <value>Czekanie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Closure</name>
-      <value>Zamknięcie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sender organisation name</name>
-      <value>Nazwa organizacji nadawcy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Conveyor</name>
-      <value>Przenośnik</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Field</name>
-      <value>Pole</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket closure</name>
-      <value>Zamknięcie biletu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[%0]has now an incorrect length; estimated 2 or 3 elements but got %1</name>
-      <value>[%0]ma teraz nieprawidłową długość; oszacowałem 2 lub 3 elementy, ale otrzymałem % 1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Language</name>
-      <value>Język</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Manually set</name>
-      <value>Ustaw ręcznie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New service ticket</name>
-      <value>Nowy bilet serwisowy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sent Offers</name>
-      <value>Wysłane oferty</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New Ticket</name>
-      <value>Nowy bilet</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Value is too big, the maximum is %0</name>
-      <value>Wartość jest za duża, maksymalna to %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attendee</name>
-      <value>Uczestnik</value>
-    </stringEntry>
-    <stringEntry>
-      <name>getKeyword</name>
-      <value>pobierz słowo kluczowe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Interested person</name>
-      <value>Zainteresowana osoba</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$TICKET_STATUS}</name>
-      <value>Status</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mailbridge failed: user '%0' is unknown, contact an administrator.</name>
-      <value>Mailbridge nie powiodło się: użytkownik '%0' jest nieznany, skontaktuj się z administratorem.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Dominica</name>
-      <value>Dominika</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Unit price (%0)</name>
-      <value>Cena jednostkowa (%0)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sudan</name>
-      <value>Sudan</value>
-    </stringEntry>
-    <stringEntry>
-      <name>75%</name>
-      <value>75%</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Order date</name>
-      <value>Data zamówienia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Developer</name>
-      <value>Deweloper</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Newsfeed (Full)</name>
-      <value>Kanał wiadomości (pełny)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Pull next ticket or create new ones</name>
-      <value>Wyciągnij następny bilet lub utwórz nowe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Subject and Body</name>
-      <value>Temat i ciało</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Incoming</name>
-      <value>PrzychodzÄ…ce</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Extend - request count</name>
-      <value>Rozszerz - liczba żądań</value>
-    </stringEntry>
-    <stringEntry>
-      <name>within the last year</name>
-      <value>w ciÄ…gu ostatniego roku</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sender</name>
-      <value>Nadawca</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Service contract</name>
-      <value>Umowa o świadczenie usług</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sendet</name>
-      <value>Sendet</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Search component</name>
-      <value>Komponent wyszukiwania</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Taiwan</name>
-      <value>Tajwan</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Offer number</name>
-      <value>Numer oferty</value>
-    </stringEntry>
-    <stringEntry>
-      <name>cancelled</name>
-      <value>odwołany</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Central African Republic</name>
-      <value>Republika Środkowoafrykańska</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Maturity</name>
-      <value>Dojrzałość</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Full Permissions</name>
-      <value>Pełne uprawnienia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Documents handed over</name>
-      <value>Przekazane dokumenty</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaign costs</name>
-      <value>Koszty kampanii</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Transmission</name>
-      <value>Transmisja</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Migrate keyword containers</name>
-      <value>Przenieś kontenery słów kluczowych</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Somalia</name>
-      <value>Somali</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My Workflow Tasks</name>
-      <value>Moje zadania przepływu pracy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Guarantees</name>
-      <value>Gwarancje</value>
-    </stringEntry>
-    <stringEntry>
-      <name>was missed</name>
-      <value>brakowało</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show my Forecast and Turnover for the current year</name>
-      <value>Pokaż moją prognozę i obrót na bieżący rok</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Turnover Last Year</name>
-      <value>Obrót w zeszłym roku</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mail (Person)</name>
-      <value>Poczta (osoba)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>member</name>
-      <value>członek</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[%0]the columnName is not a string after interpreting</name>
-      <value>[%0]nazwakolumny nie jest ciÄ…giem po interpretacji</value>
-    </stringEntry>
-    <stringEntry>
-      <name>LogHistory</name>
-      <value>Historia dziennika</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Appointment CheckUp</name>
-      <value>Kontrola wizyty</value>
-    </stringEntry>
-    <stringEntry>
-      <name>12 Months</name>
-      <value>12 miesięcy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Syrian Arab Republic</name>
-      <value>Republika Syryjsko-Arabska</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Unknown incoming call from %0 to %1</name>
-      <value>Nieznane połączenie przychodzące od % 0 do % 1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Dataset</name>
-      <value>Zbiór danych</value>
-    </stringEntry>
-    <stringEntry>
-      <name>no valid mail-address format</name>
-      <value>brak prawidłowego formatu adresu e-mail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all sent offers</name>
-      <value>Pokaż wszystkie wysłane oferty</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Reopen delay (days)</name>
-      <value>Opóźnienie ponownego otwarcia (dni)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mobile</name>
-      <value>mobilny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Allowed</name>
-      <value>Dozwolony</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show unread notifications about different content, e.g. Appointments, serial mails, ...</name>
-      <value>Pokazuje nieprzeczytane powiadomienia o różnych treściach, np. Spotkaniach, wiadomościach seryjnych, ...</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Choose Team</name>
-      <value>Wybierz drużynę</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Don't use for test run</name>
-      <value>Nie używaj do uruchomienia testowego</value>
-    </stringEntry>
-    <stringEntry>
-      <name>InboxRelation</name>
-      <value>Skrzynka odbiorczaRelacja</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Palau</name>
-      <value>Palau</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Most important Sales key figures</name>
-      <value>Najważniejsze dane kluczowe sprzedaży</value>
-    </stringEntry>
-    <stringEntry>
-      <name>E-mail processing error</name>
-      <value>Błąd przetwarzania wiadomości e-mail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>HIGH</name>
-      <value>WYSOKI</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Open Turnover</name>
-      <value>Otwarty obrót</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Relation type</name>
-      <value>Typ relacji</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Dates</name>
-      <value>Daktyle</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: if you use a subQuery (e.g. SqlBuilder) you have to provide pCondition (e.g. \"exists ?\")</name>
-      <value>SqlBuilder: jeśli używasz subQuery (np. SqlBuilder), musisz podać pCondition (np. \"istnieje ?\")</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Subscription model</name>
-      <value>Model subskrypcji</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Person in charge</name>
-      <value>Osoba dowodzÄ…ca</value>
-    </stringEntry>
-    <stringEntry>
-      <name>solution</name>
-      <value>rozwiÄ…zanie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Probability AI</name>
-      <value>Sztuczna inteligencja prawdopodobieństwa</value>
-    </stringEntry>
-    <stringEntry>
-      <name>External Work</name>
-      <value>Zewnętrzna praca</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Total gross</name>
-      <value>Łączna brutto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Lesotho</name>
-      <value>Lesoto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bounces</name>
-      <value>odbija</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaigns</name>
-      <value>Kampanie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Order amount</name>
-      <value>Kwota zamówienia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Maindocuments</name>
-      <value>Dokumenty główne</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Fix cost</name>
-      <value>Napraw koszt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Employee already selected</name>
-      <value>Pracownik już wybrany</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${UNLINKEDMAILMAPPING_ADDITIONAL_LINKS}</name>
-      <value>${UNLINKEDMAILMAPPING_ADDITIONAL_LINKS}</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Titel</name>
-      <value>Tytuł</value>
-    </stringEntry>
-    <stringEntry>
-      <name>true</name>
-      <value>prawda</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Save</name>
-      <value>Zapisać</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Permission Set ID</name>
-      <value>Identyfikator zestawu uprawnień</value>
-    </stringEntry>
-    <stringEntry>
-      <name>United States of America</name>
-      <value>Stany Zjednoczone Ameryki</value>
-    </stringEntry>
-    <stringEntry>
-      <name>remove Contact from Sync</name>
-      <value>usuń kontakt z synchronizacji</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Address purchase</name>
-      <value>Zakup adresu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Marketing</name>
-      <value>Marketing</value>
-    </stringEntry>
-    <stringEntry>
-      <name>0 low</name>
-      <value>niski</value>
-    </stringEntry>
-    <stringEntry>
-      <name>hour</name>
-      <value>godzina</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Communication data</name>
-      <value>Dane komunikacyjne</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create</name>
-      <value>Tworzyć</value>
-    </stringEntry>
-    <stringEntry>
-      <name>competitor</name>
-      <value>konkurent</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Type of contract</name>
-      <value>typ kontraktu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>rule editor</name>
-      <value>edytor reguł</value>
-    </stringEntry>
-    <stringEntry>
-      <name>rights of access</name>
-      <value>prawa dostępu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Entrydate</name>
-      <value>Wprowadź dane</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Unlinked e-mail</name>
-      <value>Niepołączony e-mail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Talks</name>
-      <value>Rozmowy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Permission Dealer Department</name>
-      <value>Dział Dystrybutorów Uprawnień</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 | %1 o'clock - %2 | %3 o'clock</name>
-      <value>%0 | % 1 godzina - % 2 | %godzina 3</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Choose payment address</name>
-      <value>Wybierz adres płatności</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Service category</name>
-      <value>Kategoria usług</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mailing to customer</name>
-      <value>Mailing do klienta</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Closed</name>
-      <value>Zamknięte</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Completed</name>
-      <value>Zakończony</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Uganda</name>
-      <value>Uganda</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Suriname</name>
-      <value>Surinam</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Greenland</name>
-      <value>Grenlandia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Standard Zip</name>
-      <value>Standardowy kod pocztowy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Weight (kg)</name>
-      <value>waga (kg)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Origin</name>
-      <value>Pochodzenie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Competitor</name>
-      <value>Konkurent</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Industry changed to %0</name>
-      <value>Branża zmieniona na %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${ORDER_CANCELLED}</name>
-      <value>odwołany</value>
-    </stringEntry>
-    <stringEntry>
-      <name>inboxes</name>
-      <value>skrzynki odbiorcze</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Is contact without a contract</name>
-      <value>Czy kontakt bez umowy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Activity</name>
-      <value>Czynność</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Rights of access</name>
-      <value>Prawa dostępu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Month</name>
-      <value>MiesiÄ…c</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Department</name>
-      <value>dział</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Next phase</name>
-      <value>Następna faza</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Permission</name>
-      <value>Pozwolenie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Use selection for test mailing</name>
-      <value>Użyj wyboru do wysyłki testowej</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Source Currency</name>
-      <value>Waluta źródłowa</value>
-    </stringEntry>
-    <stringEntry>
-      <name>no valid format</name>
-      <value>brak prawidłowego formatu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Unitprice</name>
-      <value>Cena jednostkowa</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 new recipients will be added to the bulk mail.</name>
-      <value>Do poczty zbiorczej zostanie dodanych %0 nowych adresatów.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Duplicate status</name>
-      <value>Status duplikatu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Priority Source</name>
-      <value>Źródło priorytetowe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Longitude</name>
-      <value>Długość geograficzna</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Guinea-Bissau</name>
-      <value>Gwinea Bissau</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation: Type</name>
-      <value>Organizacja: Typ</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Permission Overview</name>
-      <value>Przegląd uprawnień</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Expand</name>
-      <value>Zwiększać</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project title</name>
-      <value>Tytuł Projektu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Category determination</name>
-      <value>Określenie kategorii</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Valid, unlimited</name>
-      <value>Ważny, nieograniczony</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Svalbard and Jan Mayen</name>
-      <value>Svalbard i Jan Mayen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Newsfeed (Complete Article)</name>
-      <value>Kanał informacyjny (pełny artykuł)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Download letter and create Activity</name>
-      <value>Pobierz list i utwórz Aktywność</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Task Attendees</name>
-      <value>Uczestnicy zadania</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Team</name>
-      <value>Zespół</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create activities</name>
-      <value>Twórz działania</value>
-    </stringEntry>
-    <stringEntry>
-      <name>free</name>
-      <value>wolny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Annual holidays</name>
-      <value>Roczne święta</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Inbox</name>
-      <value>W pudełku</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New task</name>
-      <value>Nowe zadanie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Context</name>
-      <value>Kontekst</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$TICKET_EDITOR}</name>
-      <value>Redaktor
-</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Full permissions already assigned</name>
-      <value>Pełne uprawnienia już przypisane</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Documenttemplate Place Of Use</name>
-      <value>Szablon dokumentu Miejsce użytkowania</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Probability</name>
-      <value>Prawdopodobieństwo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Charset</name>
-      <value>Zestaw znaków</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Communication: Phone</name>
-      <value>Komunikacja: telefon</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Followed up</name>
-      <value>Kontynuacja</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Privacy Notice</name>
-      <value>Informacja o prywatności</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Lebanon</name>
-      <value>Liban</value>
-    </stringEntry>
-    <stringEntry>
-      <name>BPMN</name>
-      <value>BPMN</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mauritania</name>
-      <value>Mauretania</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Prev</name>
-      <value>Poprzednia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sync Exchange Contacts</name>
-      <value>Synchronizuj kontakty Exchange</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy template</name>
-      <value>Kopiuj szablon</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Interest (subscribed)</name>
-      <value>Odsetki (subskrybowane)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Streetmap</name>
-      <value>Mapa ulic</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete all usage</name>
-      <value>Usuń całe użycie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Missed call from %0 to %1</name>
-      <value>Nieodebrane połączenie od %0 do %1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The ZIP code does not match the format of the country.</name>
-      <value>Kod pocztowy nie odpowiada formatowi kraju.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>grandparents of</name>
-      <value>dziadkowie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Indicator Type</name>
-      <value>Typ wskaźnika</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Click</name>
-      <value>Kliknij</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Adito red</name>
-      <value>Adito czerwony</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Valid district contacts</name>
-      <value>Prawidłowe kontakty okręgowe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Weekly</name>
-      <value>Tygodniowo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Luxembourg</name>
-      <value>Luksemburg</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Responsible Department</name>
-      <value>Dział Odpowiedzialny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Jersey</name>
-      <value>Golf</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Context name</name>
-      <value>Nazwa kontekstu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Permission Dealer</name>
-      <value>Sprzedawca uprawnień</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set status to active</name>
-      <value>Ustaw status na aktywny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show my bulkmails</name>
-      <value>Pokaż moje wiadomości zbiorcze</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project number</name>
-      <value>Numer projektu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[%0]%1 is an object but seems not to be a valid array or array-like</name>
-      <value>[%0]% 1 jest obiektem, ale wydaje się nie być prawidłową tablicą lub tablicą podobną do tablicy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Building industry</name>
-      <value>Budownictwo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Canadian Dollar</name>
-      <value>Dolar kanadyjski</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Recipient address</name>
-      <value>Adres odbiorcy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Link e-mail addresses to contacts</name>
-      <value>Połącz adresy e-mail z kontaktami</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Stop costs</name>
-      <value>Zatrzymaj koszty</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Incoming call from %0 (%1) to %2</name>
-      <value>Połączenie przychodzące od %0 (%1) do %2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contact Management</name>
-      <value>ZarzÄ…dzanie kontaktami</value>
-    </stringEntry>
-    <stringEntry>
-      <name>6 Months</name>
-      <value>6 miesięcy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Paid</name>
-      <value>PÅ‚atny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Empty actions are not allowed!</name>
-      <value>Puste akcje sÄ… niedozwolone!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Properties</name>
-      <value>Nieruchomości</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No customer since creation &gt; 3 years</name>
-      <value>Brak klienta od momentu powstania &gt; 3 lata</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket type</name>
-      <value>Typ biletu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product_flexibility</name>
-      <value>Produkt_elastyczność</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 from \"%1\" to %2 \"%3\"</name>
-      <value>%0 od \"%1\" do %2 \"%3\"</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Valid from quantity</name>
-      <value>Obowiązuje od ilości</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Own website</name>
-      <value>WÅ‚asna strona internetowa</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show the finished Tickets in the last 4 weeks</name>
-      <value>Pokaż gotowe Bilety z ostatnich 4 tygodni</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaignstep has already ended</name>
-      <value>Etap kampanii już się zakończył</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Enter new Ticket</name>
-      <value>Wprowadź nowy bilet</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Calculate sum</name>
-      <value>Oblicz sumÄ™</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Email subject</name>
-      <value>Temat emaila</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Date start</name>
-      <value>Data rozpoczęcia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>acquainted with</name>
-      <value>zaznajomiony z</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Title</name>
-      <value>Tytuł</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No permissions</name>
-      <value>Brak uprawnień</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create notification</name>
-      <value>Utwórz powiadomienie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Pitcairn</name>
-      <value>Pitcairn</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation: Zip</name>
-      <value>Organizacja: Zip</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertising ban</name>
-      <value>Zakaz reklamy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Deployment Id</name>
-      <value>Identyfikator wdrożenia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Editor</name>
-      <value>Redaktor</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The combination of organisation, product group and year already exists.</name>
-      <value>Połączenie organizacji, grupy produktów i roku już istnieje.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Indonesia</name>
-      <value>Indonezja</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Location</name>
-      <value>Lokalizacja</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The Import Fields \"Lastname\" or \"Organisation\" have to be mapped!</name>
-      <value>Pola importu \"Nazwisko\" lub \"Organizacja\" muszą być zmapowane!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Appointment Status</name>
-      <value>Status spotkania</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Key account</name>
-      <value>Klucz do konta</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${VOLUME_MONEY}</name>
-      <value>Tom</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Alternative email</name>
-      <value>Email Alternatywny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show the organisations turnover in a 3 year time-span</name>
-      <value>Pokazuje obroty organizacji w okresie 3 lat</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Import Fields</name>
-      <value>Importuj pola</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Congo (Democratic Republic of the)</name>
-      <value>Kongo (Demokratyczna Republika)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Activity link Id</name>
-      <value>Identyfikator linku aktywności</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set attribute</name>
-      <value>Ustaw atrybut</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bulk mails</name>
-      <value>Maile masowe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Timetracking entries</name>
-      <value>Wpisy do śledzenia czasu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The chosen attribute was successfully set for %0 %1</name>
-      <value>Wybrany atrybut został pomyślnie ustawiony dla % 0 % 1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My campaigns</name>
-      <value>Moje kampanie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>dd.MM.yyyy</name>
-      <value>MM/dd/yyy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Unknown accepted call from %0 to %1, duration: %2</name>
-      <value>Nieznane odebrane połączenie od %0 do %1, czas trwania: %2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>determined in</name>
-      <value>określone w</value>
-    </stringEntry>
-    <stringEntry>
-      <name>collaboration with</name>
-      <value>Współpraca z</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Letter</name>
-      <value>List</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Turkey</name>
-      <value>indyk</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Forward ticket</name>
-      <value>Bilet w przód</value>
-    </stringEntry>
-    <stringEntry>
-      <name>User Currency</name>
-      <value>Waluta użytkownika</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Trinidad and Tobago</name>
-      <value>Trynidad i Tobago</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Phone of contact</name>
-      <value>Telefon kontaktowy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contract</name>
-      <value>Kontrakt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>favorite</name>
-      <value>ulubiony</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Description</name>
-      <value>Opis</value>
-    </stringEntry>
-    <stringEntry>
-      <name>DataPrivacy Use</name>
-      <value>Korzystanie z prywatności danych</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${SALESPROJECT_NEGOTIATION}</name>
-      <value>Negocjacja</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Xing (Organisation)</name>
-      <value>Xing (Organizacja)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Repeat password</name>
-      <value>Powtórz hasło</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Palestine, State of</name>
-      <value>Palestyna, stan</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sri Lanka</name>
-      <value>Sri Lanka</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Exclusive gateway</name>
-      <value>Ekskluzywna brama</value>
-    </stringEntry>
-    <stringEntry>
-      <name>All Knowledge Entries</name>
-      <value>Wszystkie wpisy wiedzy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Team leader dashboard</name>
-      <value>Pulpit lidera zespołu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Communication Settings</name>
-      <value>Ustawienia komunikacji</value>
-    </stringEntry>
-    <stringEntry>
-      <name>This combination of person and organisation does already exist and can not be created once more.</name>
-      <value>Ta kombinacja osoby i organizacji już istnieje i nie może być ponownie stworzona.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>comma</name>
-      <value>przecinek</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaign Planning</name>
-      <value>Planowanie kampanii</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Export HTML</name>
-      <value>Eksportuj HTML</value>
-    </stringEntry>
-    <stringEntry>
-      <name>processed %0/%1:</name>
-      <value>przetworzone %0/%1:</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Read and Write Permission</name>
-      <value>Uprawnienia do odczytu i zapisu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Main document</name>
-      <value>Główny dokument</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Keyword Entries</name>
-      <value>Wpisy słów kluczowych</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Inbox filter groups</name>
-      <value>Grupy filtrów skrzynki odbiorczej</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New Weekplanentry</name>
-      <value>Nowy Weekplanentry</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Parent Roles</name>
-      <value>Role rodzicielskie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mail Address</name>
-      <value>Adres mailowy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>unassigned</name>
-      <value>nieprzypisany</value>
-    </stringEntry>
-    <stringEntry>
-      <name>descending</name>
-      <value>malejÄ…co</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete appointment</name>
-      <value>Usuń spotkanie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Do you really want to delete this recurring appointment?</name>
-      <value>Czy na pewno chcesz usunąć to cykliczne spotkanie?</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Keyword Category</name>
-      <value>Kategoria słów kluczowych</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Spanish</name>
-      <value>hiszpański</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertising</name>
-      <value>Reklama</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Dokument template usage</name>
-      <value>Korzystanie z szablonu dokumentu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Pros</name>
-      <value>Plusy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The radius has to be %0 or lesser.</name>
-      <value>Promień musi wynosić %0 lub mniej.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Refresh Currency Rate</name>
-      <value>Odśwież kurs waluty</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Max participants</name>
-      <value>Maksymalna liczba uczestników</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Japan</name>
-      <value>Japonia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Quality complaint</name>
-      <value>Reklamacja jakościowa</value>
-    </stringEntry>
-    <stringEntry>
-      <name>finished</name>
-      <value>skończone</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Internal sales manager</name>
-      <value>Wewnętrzny kierownik sprzedaży</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Import Daten</name>
-      <value>Importuj dane</value>
-    </stringEntry>
-    <stringEntry>
-      <name>getAllTickets</name>
-      <value>pobierz wszystkie bilety</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Fields</name>
-      <value>Pola</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Content</name>
-      <value>Zawartość</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Export workflow</name>
-      <value>Eksportuj przepływ pracy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>INSERT</name>
-      <value>WSTAWIĆ</value>
-    </stringEntry>
-    <stringEntry>
-      <name>only use simple filters</name>
-      <value>używaj tylko prostych filtrów</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket categories</name>
-      <value>Kategorie biletów</value>
-    </stringEntry>
-    <stringEntry>
-      <name>This error should never appear - contact administrator (PermissionDetail_entity.PermissionAction.onValidation).</name>
-      <value>Ten błąd nigdy nie powinien się pojawić - skontaktuj się z administratorem (PermissionDetail_entity.PermissionAction.onValidation).</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Start Workflow</name>
-      <value>Uruchom przepływ pracy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sender email</name>
-      <value>E-mail nadawcy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all synchronized searches of the users</name>
-      <value>Pokazuje wszystkie zsynchronizowane wyszukiwania użytkowników</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sender country - zip - city</name>
-      <value>Kraj nadawcy - kod pocztowy - miasto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Feedback</name>
-      <value>Sprzężenie zwrotne</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Actual Amount</name>
-      <value>Rzeczywista kwota</value>
-    </stringEntry>
-    <stringEntry>
-      <name>There already exists a %0 price with the same type of pricelist, quantity and currency in the defined range.</name>
-      <value>Istnieje już cena %0 z tym samym typem cennika, ilości i waluty w zdefiniowanym zakresie.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${SQL_LIB_UNDEFINED_VALUE} field: %0</name>
-      <value>Wartość pola %0 jest niezdefiniowana.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation: Id</name>
-      <value>Identyfikator organizacji</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Change status</name>
-      <value>Zmień status</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Niger</name>
-      <value>Niger</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Passwords do not match</name>
-      <value>Hasła nie pasują do siebie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Email Template</name>
-      <value>Szablon e-maila</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Milestones</name>
-      <value>Kamienie milowe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>check offer again</name>
-      <value>sprawdź ofertę ponownie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contact synchronisations</name>
-      <value>Synchronizacja kontaktów</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Likes</name>
-      <value>Lubi</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Participants</name>
-      <value>Uczestnicy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>House number</name>
-      <value>numer domu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Runtime</name>
-      <value>Czas pracy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Documenttemplate_Id</name>
-      <value>Documenttemplate_Id</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Data table</name>
-      <value>Tabela danych</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Publishing level</name>
-      <value>Poziom publikacji</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Knowledge categories</name>
-      <value>Kategorie wiedzy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Delivery term</name>
-      <value>Termin dostawy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The selected Contact doesn't have an address set.</name>
-      <value>Wybrany kontakt nie ma ustawionego adresu.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Entries</name>
-      <value>Wpisy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Dataset in Outlook</name>
-      <value>Zbiór danych w Outlooku</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Acquisition</name>
-      <value>Nabytek</value>
-    </stringEntry>
-    <stringEntry>
-      <name>anonymize Persons</name>
-      <value>anonimizować osoby</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Failure (employee)</name>
-      <value>Awaria (pracownik)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>A person can only have one private Contact.</name>
-      <value>Osoba może mieć tylko jeden kontakt prywatny.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Invalid file type; only .html, .eml and .txt are allowed</name>
-      <value>Nieprawidłowy typ pliku; dozwolone są tylko .html, .eml i .txt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Author</name>
-      <value>Autor</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Someone liked one of your articles</name>
-      <value>Ktoś polubił jeden z Twoich artykułów</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Planning</name>
-      <value>Planowanie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show my campaigns</name>
-      <value>Pokaż moje kampanie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>duplicate Ticket</name>
-      <value>duplikat biletu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Motor cycle</name>
-      <value>Motocykl</value>
-    </stringEntry>
-    <stringEntry>
-      <name>dd.MM.YYYY HH:mm</name>
-      <value>dd.MM.YYYY GG:mm</value>
-    </stringEntry>
-    <stringEntry>
-      <name>manual</name>
-      <value>podręcznik</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Link unlinked e-mail</name>
-      <value>Połącz niepowiązany e-mail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Newsletter</name>
-      <value>Biuletyn Informacyjny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>French</name>
-      <value>Francuski</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Discount in (%0)</name>
-      <value>Rabat w (%0)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Status changes skipped!</name>
-      <value>Zmiany statusu pominięte!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Saint Helena, Ascension and Tristan da Cunha</name>
-      <value>Święta Helena, Wniebowstąpienie i Tristan da Cunha</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show the different conversion rates of the sales project phases</name>
-      <value>Pokazuje różne współczynniki konwersji w fazach możliwości</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create offer</name>
-      <value>Utwórz ofertę</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Deleted</name>
-      <value>Usunięto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[TEST] Importer</name>
-      <value>[TEST] Importer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ISO 3166-1 alpha-3</name>
-      <value>ISO 3166-1 alfa-3</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ISO 3166-1 alpha-2</name>
-      <value>ISO 3166-1 alfa-2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Restore Team</name>
-      <value>Zespół przywracania</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Group name</name>
-      <value>Nazwa grupy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set active</name>
-      <value>Ustaw aktywny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Pull Tickets</name>
-      <value>PociÄ…gnij bilety</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribute Id</name>
-      <value>Identyfikator atrybutu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Semicolon</name>
-      <value>Åšrednik</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cuba</name>
-      <value>Kuba</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sent offers</name>
-      <value>Wysłane oferty</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Document template</name>
-      <value>Szablon dokumentu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Automatically generates an defaulttitle if left Blank</name>
-      <value>Automatycznie generuje domyślny tytuł, jeśli pozostanie pusty</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Payment Address</name>
-      <value>Adres do płatności</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Save settings</name>
-      <value>Zapisz ustawienia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Document Template</name>
-      <value>Szablon dokumentu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy Campaign</name>
-      <value>Kopiuj kampaniÄ™</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Email</name>
-      <value>E-mail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all Facebook posts of a user</name>
-      <value>Pokaż wszystkie posty użytkownika na Facebooku</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Serial Actions</name>
-      <value>Działania seryjne</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Volume Weighted(%0)</name>
-      <value>Ważona objętość (%0)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Creator</name>
-      <value>Twórca</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Use template attachments</name>
-      <value>Użyj załączników szablonu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[%0]the tableName is not a string after interpreting</name>
-      <value>[%0]nazwa_tabeli nie jest ciągiem znaków po interpretacji</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tourism</name>
-      <value>Turystyka</value>
-    </stringEntry>
-    <stringEntry>
-      <name>IP Address</name>
-      <value>Adres IP</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Status Appointment</name>
-      <value>Spotkanie statusu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Test</name>
-      <value>Test</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Personal estimation</name>
-      <value>Ocena osobista</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Order confirmation</name>
-      <value>Potwierdzenie zamówienia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Undefined</name>
-      <value>Nieokreślony</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ToDo</name>
-      <value>Do zrobienia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Protected</name>
-      <value>Chroniony</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Xing</name>
-      <value>Xing</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ExportTemplateDependency</name>
-      <value>Eksportuj zależność szablonu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>consent</name>
-      <value>zgoda</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Information Report</name>
-      <value>Raport informacyjny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Adviser role</name>
-      <value>Rola doradcy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Errorlogs</name>
-      <value>Dzienniki błędów</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Post office box</name>
-      <value>Skrzynka pocztowa</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mail activities</name>
-      <value>Działania pocztowe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${SALESPROJECT_MEMBER}</name>
-      <value>Członek projektu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Import user</name>
-      <value>Importuj użytkownika</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Korea (Democratic People's Republic of)</name>
-      <value>Korea (Republika Ludowo-Demokratyczna)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Locked</name>
-      <value>Zablokowany</value>
-    </stringEntry>
-    <stringEntry>
-      <name>There are no test recipients.</name>
-      <value>Brak odbiorców testowych.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Service ticket categories</name>
-      <value>Kategorie biletów serwisowych</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Component</name>
-      <value>Składnik</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 new recipients will be added to the serial letter.</name>
-      <value>Do listu seryjnego zostanie dodanych %0 nowych adresatów.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create Child Topic</name>
-      <value>Utwórz temat podrzędny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Numeric value</name>
-      <value>Wartość numeryczna</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Employee group rules</name>
-      <value>Zasady grupy pracowników</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ExportTemplateFieldID</name>
-      <value>ExportTemplateFieldID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Info</name>
-      <value>Informacje</value>
-    </stringEntry>
-    <stringEntry>
-      <name>within the next six Months</name>
-      <value>w ciągu najbliższych sześciu miesięcy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>White</name>
-      <value>biały</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Username</name>
-      <value>Nazwa użytkownika</value>
-    </stringEntry>
-    <stringEntry>
-      <name>in progress</name>
-      <value>w trakcie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${CONTRACT_STATUS}</name>
-      <value>Status</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Conclusion (Mailbridge)</name>
-      <value>Wniosek (Mailbridge)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>PARENT_CONTEXT</name>
-      <value>KONTEKST NARZĘDZIA</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Visit Frequency</name>
-      <value>Częstotliwość wizyt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Delivery block</name>
-      <value>Blok dostawy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bulkmail Key Figures</name>
-      <value>Kluczowe dane dotyczÄ…ce poczty zbiorczej</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Place of Use</name>
-      <value>Miejsce użytkowania</value>
-    </stringEntry>
-    <stringEntry>
-      <name>(drop mails here)</name>
-      <value>(upuść maile tutaj)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No activity</name>
-      <value>Brak aktywności</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The function could not be deleted because it has links to other objects. The status of the function was set to inactive.</name>
-      <value>Nie można usunąć funkcji, ponieważ zawiera łącza do innych obiektów. Status funkcji został ustawiony na nieaktywny.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New module</name>
-      <value>Nowy moduł</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sum Chart</name>
-      <value>Wykres sumy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>decline</name>
-      <value>spadek</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attributes of attribute group \"%0\" have to be used at least %1.</name>
-      <value>Atrybuty grupy atrybutów \"%0\" muszą być użyte co najmniej %1.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Settings</name>
-      <value>Ustawienia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Changed because of mailfilter \"%0\"</name>
-      <value>Zmieniono z powodu filtra poczty \"%0\"</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Orderitems</name>
-      <value>Zamawiać rzeczy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Child Role</name>
-      <value>Rola dziecka</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Holy See</name>
-      <value>Stolica Apostolska</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set completed</name>
-      <value>Zestaw ukończony</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Minimal count</name>
-      <value>Minimalna liczba</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Indv. Answer</name>
-      <value>Poz. Odpowiedź</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Manual resynchronization of user</name>
-      <value>Ręczna resynchronizacja użytkownika</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The following Topics have been set more than once:</name>
-      <value>Następujące tematy zostały ustawione więcej niż jeden raz:</value>
-    </stringEntry>
-    <stringEntry>
-      <name>other</name>
-      <value>inny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Re-open</name>
-      <value>Otworzyć na nowo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Object 1 row Id</name>
-      <value>Identyfikator wiersza obiektu 1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${COMM_ADDRESS}</name>
-      <value>Adres</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Direction</name>
-      <value>Kierunek</value>
-    </stringEntry>
-    <stringEntry>
-      <name>An error occured during checking whether at least one of the recipients is an internal user or not.</name>
-      <value>Wystąpił błąd podczas sprawdzania, czy przynajmniej jeden z odbiorców jest użytkownikiem wewnętrznym, czy nie.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The test run is not properly configured.</name>
-      <value>Przebieg testowy nie jest poprawnie skonfigurowany.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Workflow management</name>
-      <value>Zarządzanie przepływem pracy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Site visit</name>
-      <value>Wizyta na miejscu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Send digital Advertising materials &amp; complete Workflow Task</name>
-      <value>Wyślij cyfrowe materiały reklamowe i wykonaj zadanie Workflow</value>
-    </stringEntry>
-    <stringEntry>
-      <name>FavoriteFilter_view</name>
-      <value>FavoriteFilter_view</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Touchpoint</name>
-      <value>Punkt dotknięcia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New password must not be the same as the current password</name>
-      <value>Nowe hasło nie może być takie samo jak obecne</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Text</name>
-      <value>Tekst</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Delivery address</name>
-      <value>Adres dostawy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Samoa</name>
-      <value>Samoa</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertising materials</name>
-      <value>Materiały reklamowe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Serial</name>
-      <value>Seryjny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SELECTION_NULL</name>
-      <value>SELECTION_NULL</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The given starting location is empty. An area search can not be performed.</name>
-      <value>Podana lokalizacja początkowa jest pusta. Nie można przeprowadzić wyszukiwania obszaru.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>NORMAL</name>
-      <value>NORMALNA</value>
-    </stringEntry>
-    <stringEntry>
-      <name>tabulator</name>
-      <value>tabulator</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket category</name>
-      <value>Kategoria biletu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attributes of attribute group \"%0\" can't be used more than %1.</name>
-      <value>Atrybuty grupy atrybutów \"%0\" nie mogą być używane więcej niż %1.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>EVENT</name>
-      <value>WYDARZENIE</value>
-    </stringEntry>
-    <stringEntry>
-      <name>points</name>
-      <value>zwrotnica</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Remove from synchronization</name>
-      <value>Usuń z synchronizacji</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contactrole</name>
-      <value>Rola kontaktu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Child Attributes</name>
-      <value>Atrybuty potomne</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add participant to Campaign</name>
-      <value>Dodaj uczestnika do Kampanii</value>
-    </stringEntry>
-    <stringEntry>
-      <name>There is already a permission existing!</name>
-      <value>Istnieje już pozwolenie!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Feed</name>
-      <value>Karmić</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show only own</name>
-      <value>Pokaż tylko własne</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Known because</name>
-      <value>Znany, ponieważ</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Maximal count</name>
-      <value>Maksymalna liczba</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Guest</name>
-      <value>Gość</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Visit request</name>
-      <value>Prośba o wizytę</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show my activities</name>
-      <value>Pokaż moje działania</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Recipient</name>
-      <value>Odbiorca</value>
-    </stringEntry>
-    <stringEntry>
-      <name>April</name>
-      <value>kwiecień</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Empty actions are invalid!</name>
-      <value>Puste akcje są nieprawidłowe!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>PARENT_ID</name>
-      <value>ID RODZICA</value>
-    </stringEntry>
-    <stringEntry>
-      <name>There is already a activity from the same email existing!</name>
-      <value>Istnieje już aktywność z tego samego e-maila!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ObservationID</name>
-      <value>Obserwacja ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Micronesia (Federated States of)</name>
-      <value>Mikronezja (Sfederowane Stany)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Business rule task</name>
-      <value>Zadanie reguły biznesowej</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product_industry knowhow</name>
-      <value>Wiedza o produkcie_branży</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Data executed</name>
-      <value>Dane wykonane</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Permission Dealer User</name>
-      <value>Użytkownik z uprawnieniami dealera</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Pending synchronizations to Outlook</name>
-      <value>OczekujÄ…ce synchronizacje z Outlookiem</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Visit</name>
-      <value>Wizyta</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaign Period</name>
-      <value>Okres kampanii</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Location of the Event</name>
-      <value>Miejsce wydarzenia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Workflow definitions</name>
-      <value>Definicje przepływu pracy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>and</name>
-      <value>oraz</value>
-    </stringEntry>
-    <stringEntry>
-      <name>today</name>
-      <value>DziÅ›</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Claim task</name>
-      <value>Odbierz zadanie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Number of Tickets (Mail)</name>
-      <value>Liczba biletów (poczta)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Topic</name>
-      <value>Temat</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Due Date</name>
-      <value>Termin płatności</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Dflt. ticket temp.</name>
-      <value>Dfl. temp. biletu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Logs</name>
-      <value>Dzienniki</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Open Contacts</name>
-      <value>Otwórz kontakty</value>
-    </stringEntry>
-    <stringEntry>
-      <name>minute</name>
-      <value>minuta</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Appointment link Id</name>
-      <value>Identyfikator linku do spotkania</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Would you really like to clear the forecast and set the state to '%0'?</name>
-      <value>Czy na pewno chcesz wyczyścić prognozę i ustawić stan na „%0”?</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mail</name>
-      <value>Poczta</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project Management</name>
-      <value>ZarzÄ…dzanie projektami</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mexico</name>
-      <value>Meksyk</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Device/Machine</name>
-      <value>UrzÄ…dzenie/Maszyna</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$DISTRICT}</name>
-      <value>Dzielnica</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Update offer</name>
-      <value>Zaktualizuj ofertÄ™</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Male</name>
-      <value>Mężczyzna</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${SQL_LIB_FIELD_WRONG_FORMAT} field: %0</name>
-      <value>„%0” ma nieprawidłowy format. Pole bazy danych musi mieć postać „tablename.columnname” („ORGANISATION.NAME”) lub tablicę z aliasem kolumny: [„ORGANISATION”, „NAME”, „myorgAlias”]</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Valid until</name>
-      <value>Ważne do</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bottom spacing</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Top spacing</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Right spacing</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Left spacing</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Signature Templates</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Page</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Signature Template</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Signer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>E-mail Document Template</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Feature</name>
-      <value>Funkcja</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Talk data</name>
-      <value>Dyskusja danych</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ORGANISATIONID (UID)</name>
-      <value>ID ORGANIZACJI (UID)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Administrator</name>
-      <value>Administrator</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mali</name>
-      <value>Mali</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Panama</name>
-      <value>Panama</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Roles</name>
-      <value>Role</value>
-    </stringEntry>
-    <stringEntry>
-      <name>completed</name>
-      <value>zakończony</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Email body</name>
-      <value>Treść e-maila</value>
-    </stringEntry>
-    <stringEntry>
-      <name>LinkedIn</name>
-      <value>LinkedIn</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Date Edit</name>
-      <value>Edytuj datÄ™</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Call from unknown</name>
-      <value>Zadzwoń od nieznanego</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Dispatch as mail</name>
-      <value>Wyślij jako poczta</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket number of the original ticket</name>
-      <value>Numer biletu oryginalnego biletu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cost overview</name>
-      <value>Przegląd kosztów</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertising Shipment</name>
-      <value>Przesyłka reklamowa</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 modified.</name>
-      <value>Zmodyfikowano %0.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaignstep changed</name>
-      <value>Zmieniono krok kampanii</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Declaration of acceptance</name>
-      <value>Oświadczenie o przyjęciu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>HH:mm</name>
-      <value>GG:mm</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Madagascar</name>
-      <value>Madagaskar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New Visit Recommendation</name>
-      <value>Nowa rekomendacja wizyty</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Open</name>
-      <value>otwarty</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Total net</name>
-      <value>Łączna kwota netto</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Groups</name>
-      <value>Grupy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Poland</name>
-      <value>Polska</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Slave administration</name>
-      <value>Administracja niewolników</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Female</name>
-      <value>Kobieta</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Userhelp Ressources</name>
-      <value>Zasoby pomocy użytkownika</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Toggles the status of  selected discussion between open and closed</name>
-      <value>Przełącza status wybranej dyskusji między otwartą a zamkniętą</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Password and confirmation must be the same!</name>
-      <value>Hasło i potwierdzenie muszą być takie same!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket reopen</name>
-      <value>Ponowne otwarcie biletu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 out of %1 records were changed to \"%2\".</name>
-      <value>%0 z %1 rekordów zostało zmienionych na \"%2\".</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 record/s could not be updated.</name>
-      <value>Nie można zaktualizować %0 rekordów.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tuvalu</name>
-      <value>Tuvalu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Human Resources</name>
-      <value>Zasoby ludzkie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>permission dealer type</name>
-      <value>typ sprzedawcy pozwolenia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Source tablename</name>
-      <value>Nazwa tabeli źródłowej</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Adito grey</name>
-      <value>Szary Adito</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contact Id</name>
-      <value>Identyfikator kontaktu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>relations</name>
-      <value>relacje</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Probability in %</name>
-      <value>Prawdopodobieństwo w %</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Selection ignore case</name>
-      <value>Wybór ignoruj wielkość liter</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Directly responsible:</name>
-      <value>Bezpośrednio odpowiedzialny:</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder.deleteDat/updateData: You have to specify a tablename</name>
-      <value>SqlBuilder.deleteDat/updateData: Musisz podać nazwę tabeli</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set salesproject phase</name>
-      <value>Ustaw fazÄ™ okazji</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Permissions</name>
-      <value>Uprawnienia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Milestones Status</name>
-      <value>Status kamieni milowych</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete Delay in Days</name>
-      <value>Usuń opóźnienie w dniach</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Managing director</name>
-      <value>Dyrektor ZarzÄ…dzajÄ…cy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Annually</name>
-      <value>Rocznie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ad hoc</name>
-      <value>Doraźnie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Lastname</name>
-      <value>Nazwisko</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set inactive</name>
-      <value>Ustaw nieaktywne</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Appointment Subject</name>
-      <value>Temat spotkania</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New Cases</name>
-      <value>Nowe przypadki</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Existing default signature</name>
-      <value>Istniejący podpis domyślny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Calendar maintime end</name>
-      <value>Koniec głównego kalendarza</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Info (Company)</name>
-      <value>Informacje (firma)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>PERSON_ID</name>
-      <value>PERSON_ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contract expiry date</name>
-      <value>Data wygaśnięcia umowy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Not sent</name>
-      <value>Nie wysłane</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Warehouse</name>
-      <value>Magazyn</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Parent</name>
-      <value>Rodzic</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Yes</name>
-      <value>tak</value>
-    </stringEntry>
-    <stringEntry>
-      <name>description</name>
-      <value>opis</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Step</name>
-      <value>Krok</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Further customer meetings</name>
-      <value>Dalsze spotkania z klientami</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create model</name>
-      <value>Utwórz model</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Production manager</name>
-      <value>Kierownik produkcji</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Racing bike</name>
-      <value>Rower wyścigowy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Notes</name>
-      <value>Uwagi</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contact synchronisation dashboard</name>
-      <value>Pulpit synchronizacji kontaktów</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contact &amp; Serviceticket</name>
-      <value>Kontakt i bilet serwisowy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$TICKET_REQUESTOR}</name>
-      <value>Zleceniodawca</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Billable</name>
-      <value>PÅ‚atne</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cancelled</name>
-      <value>Odwołany</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete recurring appointment</name>
-      <value>Usuń spotkanie cykliczne</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Interested</name>
-      <value>Zainteresowany</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My Tasks</name>
-      <value>Moje zadania</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project shift customer</name>
-      <value>Klient zmiany projektu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlUtils.getSqlInStatement: WARNING: You should not create in-statements with more than 1000 values. As this has a very bad performance.</name>
-      <value>SqlUtils.getSqlInStatement: OSTRZEŻENIE: Nie należy tworzyć instrukcji zawierających więcej niż 1000 wartości. Ponieważ ma to bardzo złą wydajność.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Post office box number</name>
-      <value>Numer skrytki pocztowej</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Email of contact</name>
-      <value>E-mail kontaktu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Strength</name>
-      <value>Wytrzymałość</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Serial letter</name>
-      <value>List seryjny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ZIP</name>
-      <value>zamek błyskawiczny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Service tickets</name>
-      <value>Bilety serwisowe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New campaign</name>
-      <value>Nowa kampania</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Manual</name>
-      <value>podręcznik</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Brunei Darussalam</name>
-      <value>Brunei Darussalam</value>
-    </stringEntry>
-    <stringEntry>
-      <name>TODELETE</name>
-      <value>USUNĄĆ</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Individual Reply Template</name>
-      <value>Indywidualny szablon odpowiedzi</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart 2</name>
-      <value>Wykres 2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Import Mails</name>
-      <value>Importuj pocztÄ™</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Classification</name>
-      <value>Klasyfikacja</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project assistant</name>
-      <value>Asystent projektu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show complete news articles</name>
-      <value>Pokazuje pełne artykuły z wiadomościami</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create new campaign</name>
-      <value>Utwórz nową kampanię</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Neglect selection for test mailing</name>
-      <value>Zaniedbanie wyboru do wysyłki testowej</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New letter</name>
-      <value>Nowy list</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sequence flow</name>
-      <value>Przepływ sekwencji</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Record separator</name>
-      <value>Separator rekordów</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Valid</name>
-      <value>Ważny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Yearly</name>
-      <value>Rocznie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>check offer</name>
-      <value>sprawdź ofertę</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Module</name>
-      <value>Moduł</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Turkmenistan</name>
-      <value>Turkmenia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Export fields of this table</name>
-      <value>Eksportuj pola tej tabeli</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Members</name>
-      <value>Członkowie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 already activities from the same email existing!</name>
-      <value>Istnieje już %0 działań z tego samego e-maila!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tickets in process</name>
-      <value>Bilety w trakcie realizacji</value>
-    </stringEntry>
-    <stringEntry>
-      <name>change valid to</name>
-      <value>zmień ważne na</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Load older messages</name>
-      <value>Załaduj starsze wiadomości</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Observe IDs</name>
-      <value>Obserwuj identyfikatory</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Export Template</name>
-      <value>Eksportuj szablon</value>
-    </stringEntry>
-    <stringEntry>
-      <name>reports to</name>
-      <value>raporty do</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Lost</name>
-      <value>Zaginiony</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all contacts</name>
-      <value>Pokaż wszystkie kontakty</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${SALESPROJECT_CONTACT}</name>
-      <value>Kontakt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Turnover, Forecast and Planning</name>
-      <value>Obroty, prognozy i planowanie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Choose delivery address</name>
-      <value>Wybierz adres dostawy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Swiss franc</name>
-      <value>Frank szwajcarski</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Preparation</name>
-      <value>Przygotowanie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Volume (%0)</name>
-      <value>Objętość (%0)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Default address</name>
-      <value>Adres domyślny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mail address</name>
-      <value>Adres mailowy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>EMAIL ERROR</name>
-      <value>BŁĄD E-MAILA</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My district assignments to check</name>
-      <value>Moje zadania okręgowe do sprawdzenia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Recipients: %0</name>
-      <value>Odbiorcy: %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Weekplan Info</name>
-      <value>Informacje o planie tygodnia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Offer Header Text</name>
-      <value>Tekst nagłówka oferty</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Competition</name>
-      <value>Konkurencja</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Assignment of district \"%0\" is completed!</name>
-      <value>Przypisanie dzielnicy \"%0\" zakończone!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Call from %0</name>
-      <value>Zadzwoń od %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Service Administration</name>
-      <value>Administracja usług</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Download e-mail as .eml-file</name>
-      <value>Pobierz e-mail jako plik .eml</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Knowledge</name>
-      <value>Wiedza, umiejętności</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ExportTemplate</name>
-      <value>Eksportuj szablon</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Maximum</name>
-      <value>Maksymalny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My Dashboard</name>
-      <value>moja tablica</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Monaco</name>
-      <value>Monako</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The contact has an advertising ban for emails!</name>
-      <value>Kontakt ma zakaz reklamowania e-maili!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bulk mail \"%0\" was sent!</name>
-      <value>Poczta zbiorcza \"%0\" została wysłana!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sum (%0)</name>
-      <value>Suma (%0)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Creditworthiness</name>
-      <value>Zdolność kredytowa</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: select and from were expected, but not provided.</name>
-      <value>SqlBuilder: oczekiwano wyboru i od, ale nie podano.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Informations</name>
-      <value>Informacje</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Channel</name>
-      <value>Kanał</value>
-    </stringEntry>
-    <stringEntry>
-      <name>postcode</name>
-      <value>kod pocztowy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Prospective customer</name>
-      <value>Potencjalny klient</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Serial action</name>
-      <value>Akcja seryjna</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Duplicaterow rebuild</name>
-      <value>Odbudowa duplikatów</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Revolution speed (rpm)</name>
-      <value>Prędkość obrotowa (obr/min)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Deleted all usages of \"%0\".</name>
-      <value>Usunięto wszystkie zastosowania \"%0\".</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket template</name>
-      <value>Szablon biletu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: .where has to be called only one time. Use and/or for further conditions.</name>
-      <value>SqlBuilder: .where należy wywołać tylko raz. Użyj i/lub dla dalszych warunków.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>VAT in %</name>
-      <value>VAT w %</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Internal Sales</name>
-      <value>Sprzedaż wewnętrzna</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Employees</name>
-      <value>Pracowników</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Total of Forecasts</name>
-      <value>Suma prognoz</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${SQL_LIB_UNSUPPORTED_DBTYPE} function: %0</name>
-      <value>DBTYPE nie jest obsługiwany przez funkcję %0.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>HTML template - Only for .html</name>
-      <value>Szablon HTML — tylko dla .html</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Activity: Topic</name>
-      <value>Aktywność: Temat</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Remove Like</name>
-      <value>Usuń polubienie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Gambia</name>
-      <value>Gambia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Offers / Receipts</name>
-      <value>Oferty / Rachunki</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cancellation</name>
-      <value>Anulowanie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Middlename</name>
-      <value>Drugie imiÄ™</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Release</name>
-      <value>Uwolnienie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${FILTER_DYNAMIC_VALUE_ME}</name>
-      <value>ja</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Relational</name>
-      <value>Relacyjny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all audits</name>
-      <value>Pokaż wszystkie audyty</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set workflow for selected e-mail filter</name>
-      <value>Ustaw przepływ pracy dla wybranego filtra e-mail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New activity</name>
-      <value>Nowe zajęcie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Links</name>
-      <value>Spinki do mankietów</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${EURO_SIGN}</name>
-      <value>€</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Pending</name>
-      <value>Aż do</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SELECTION_NEITHER</name>
-      <value>SELECTION_NEITHER</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cambodia</name>
-      <value>Kambodża</value>
-    </stringEntry>
-    <stringEntry>
-      <name>bad</name>
-      <value>zły</value>
-    </stringEntry>
-    <stringEntry>
-      <name>promotion target of</name>
-      <value>cel promocji</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Field Service</name>
-      <value>Służba terenowa</value>
-    </stringEntry>
-    <stringEntry>
-      <name>DSGVO Disclosure</name>
-      <value>Ujawnienie DSGVO</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New tasks</name>
-      <value>Nowe zadania</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Manual task</name>
-      <value>Zadanie ręczne</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sender full address</name>
-      <value>Pełny adres nadawcy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Phases</name>
-      <value>Fazy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Try to create activity automatically and ask for more information if necessary</name>
-      <value>Spróbuj utworzyć aktywność automatycznie i w razie potrzeby poproś o więcej informacji</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sender: %0</name>
-      <value>Nadawca: %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Destination Id</name>
-      <value>Identyfikator docelowy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: pValue has to be a jdito variable which returns something different than null. (use *IfSet functions if you need optional conditions which are just ignored if value is null or undefined)</name>
-      <value>SqlBuilder: pValue musi być zmienną jdito, która zwraca coś innego niż null. (użyj funkcji *IfSet, jeśli potrzebujesz opcjonalnych warunków, które są ignorowane, jeśli wartość jest pusta lub niezdefiniowana)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Synchronisation status</name>
-      <value>Stan synchronizacji</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sales Project</name>
-      <value>Możliwość</value>
-    </stringEntry>
-    <stringEntry>
-      <name>personal</name>
-      <value>osobisty</value>
-    </stringEntry>
-    <stringEntry>
-      <name>re-open</name>
-      <value>otworzyć na nowo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bahrain</name>
-      <value>Bahrajn</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: invalid value-type for pCondition</name>
-      <value>SqlBuilder: nieprawidłowy typ wartości dla pCondition</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Chosen record is already in the campaign</name>
-      <value>Wybrany rekord jest już w kampanii</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Todo</name>
-      <value>Do zrobienia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>This private person doeas already exist and can not be created once more.</name>
-      <value>Ta osoba prywatna już istnieje i nie może zostać ponownie utworzona.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Load data</name>
-      <value>Załaduj dane</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Workflow Definition</name>
-      <value>Definicja przepływu pracy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Exporttemplate</name>
-      <value>Eksportuj szablon</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set dunning</name>
-      <value>Ustaw monitowanie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Purchasing manager</name>
-      <value>Kierownik ds. zakupów</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Price (%0)</name>
-      <value>Cena (%0)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Entry</name>
-      <value>Wejście</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sales</name>
-      <value>Obroty</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bulgaria</name>
-      <value>Bułgaria</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create salesproject</name>
-      <value>Stwórz okazję</value>
-    </stringEntry>
-    <stringEntry>
-      <name>granted permission</name>
-      <value>udzielone pozwolenie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation: Region</name>
-      <value>Organizacja: Region</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Disclosure Report</name>
-      <value>Raport ujawnienia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Planned</name>
-      <value>Zaplanowany</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Kenya</name>
-      <value>Kenia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Pull next ticket</name>
-      <value>Pociągnij następny bilet</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Unsubscribes</name>
-      <value>Rezygnacja z subskrypcji</value>
-    </stringEntry>
-    <stringEntry>
-      <name>On site</name>
-      <value>Na miejscu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Return Ticket</name>
-      <value>Bilet powrotny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[%0]%1 has to be a string without empty spaces, (, ), =, &lt;, &gt;  but it contains at least one of them</name>
-      <value>[%0]%1 musi być ciągiem bez pustych spacji, (, ), =, &lt;, &gt; ale zawiera przynajmniej jeden z nich</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Year</name>
-      <value>Rok</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Footer</name>
-      <value>Stopka</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Israel</name>
-      <value>Izrael</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Quality problem customer</name>
-      <value>Klient mający problem z jakością</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ToDos</name>
-      <value>Zadania</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation: State</name>
-      <value>Stan organizacji</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Issue</name>
-      <value>Wydanie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Edit workflow</name>
-      <value>Edytuj przepływ pracy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Northern Mariana Islands</name>
-      <value>Mariany Północne</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Malaysia</name>
-      <value>Malezja</value>
-    </stringEntry>
-    <stringEntry>
-      <name>remove hashtags from favorite titles</name>
-      <value>usuń hashtagi z ulubionych tytułów</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Influencer</name>
-      <value>Influencer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Failed</name>
-      <value>Przegrany</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Duration</name>
-      <value>Czas trwania</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Entrydate has to be in the selected calendar week!</name>
-      <value>Data wpisu musi przypadać w wybranym tygodniu kalendarzowym!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cost entries</name>
-      <value>Wpisy kosztów</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The product number already exists!</name>
-      <value>Numer produktu już istnieje!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Knowledge Roles</name>
-      <value>Role wiedzy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all tweets of a user</name>
-      <value>Pokaż wszystkie tweety użytkownika</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Link Type</name>
-      <value>Typ Å‚Ä…cza</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Name has to be unique</name>
-      <value>Imię musi być niepowtarzalne</value>
-    </stringEntry>
-    <stringEntry>
-      <name>An error occured during parsing imported mail.</name>
-      <value>Wystąpił błąd podczas analizowania importowanej poczty.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Adito Versafix</name>
-      <value>Adito Versafix</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create new</name>
-      <value>Tworzyć nowe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Offer Footer Text</name>
-      <value>Tekst stopki oferty</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 recipient will be added to the bulk mail.</name>
-      <value>Odbiorca %0 zostanie dodany do poczty zbiorczej.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>contact formular</name>
-      <value>formularz kontaktowy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 leads imported, %1 errors</name>
-      <value>Zaimportowano %0 potencjalnych klientów, %1 błędów</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Long string value</name>
-      <value>Wartość długiego ciągu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>United States dollar</name>
-      <value>dolar amerykański</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Letter salutation</name>
-      <value>Pozdrowienie listowe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Agency</name>
-      <value>Agencja</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Togo</name>
-      <value>Iść</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Relation Type 1</name>
-      <value>Typ relacji 1</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Uzbekistan</name>
-      <value>Uzbekistan</value>
-    </stringEntry>
-    <stringEntry>
-      <name>false</name>
-      <value>fałszywy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertising_lib</name>
-      <value>Reklama_lib</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Employee groups</name>
-      <value>Grupy pracowników</value>
-    </stringEntry>
-    <stringEntry>
-      <name>First contact</name>
-      <value>Pierwszy kontakt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Paid (%0)</name>
-      <value>Zapłacone (%0)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Relation Type 2</name>
-      <value>Typ relacji 2</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Device ID Reset</name>
-      <value>Resetowanie identyfikatora urzÄ…dzenia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Toggle status</name>
-      <value>Przełącz stan</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Pull tickets</name>
-      <value>PociÄ…gnij bilety</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Import</name>
-      <value>Import</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Change Validity Dates</name>
-      <value>Zmień daty ważności</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Portugal</name>
-      <value>Portugalia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show the new daily Covid Cases</name>
-      <value>Pokazuje nowe codzienne przypadki Covid</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Hard Bounce</name>
-      <value>Twarde odbicie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Latvia</name>
-      <value>Łotwa</value>
-    </stringEntry>
-    <stringEntry>
-      <name>standard address</name>
-      <value>standardowy adres</value>
-    </stringEntry>
-    <stringEntry>
-      <name>inactive</name>
-      <value>nieaktywny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Download selected workflow</name>
-      <value>Pobierz wybrany przepływ pracy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Guatemala</name>
-      <value>Gwatemala</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Actions</name>
-      <value>działania</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Inbox Name</name>
-      <value>Nazwa skrzynki odbiorczej</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Required fields</name>
-      <value>Wymagane pola</value>
-    </stringEntry>
-    <stringEntry>
-      <name>tomorrow</name>
-      <value>jutro</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New Appointment</name>
-      <value>Nowe spotkanie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart Inbox Tickets</name>
-      <value>Bilety w skrzynce odbiorczej wykresów</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Checklist entries</name>
-      <value>Wpisy na liście kontrolnej</value>
-    </stringEntry>
-    <stringEntry>
-      <name>India</name>
-      <value>Indie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Curr. sales price</name>
-      <value>Aktualn. Cena sprzedaży</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Documents</name>
-      <value>Dokumenty</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create salesproject touchpoint</name>
-      <value>Utwórz punkty styku z szansą</value>
-    </stringEntry>
-    <stringEntry>
-      <name>OutOfOffice</name>
-      <value>Nie funkcjonuje</value>
-    </stringEntry>
-    <stringEntry>
-      <name>via mail</name>
-      <value>przez mail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Germany</name>
-      <value>Niemcy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Curr. purchase price</name>
-      <value>Aktualn. Cena zakupu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Current ticket</name>
-      <value>Aktualny bilet</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sao Tome and Principe</name>
-      <value>Wyspy Świętego Tomasza i Książęca</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$TASK_PRIORITY_NORMAL}</name>
-      <value>Normalna</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The district no has to be bigger than %0</name>
-      <value>Dzielnica nr musi być większa niż %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Kiribati</name>
-      <value>Kiribati</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Costa Rica</name>
-      <value>Kostaryka</value>
-    </stringEntry>
-    <stringEntry>
-      <name>To Delete</name>
-      <value>Usunąć</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Supplier</name>
-      <value>Dostawca</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Locked by</name>
-      <value>Zablokowany przez</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Reference customer</name>
-      <value>Klient referencyjny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Inbox \"%0\" has been deleted.</name>
-      <value>Skrzynka odbiorcza \"%0\" została usunięta.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Open route</name>
-      <value>Otwarta trasa</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Start event</name>
-      <value>Rozpocznij wydarzenie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ORGANISATION_ID</name>
-      <value>ORGANISATION_ID</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product_mobile use</name>
-      <value>Produkt_użytkowanie mobilne</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Switzerland</name>
-      <value>Szwajcaria</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project team</name>
-      <value>Grupa projektowa</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Project team: \"Internal distribution\"</name>
-      <value>Zespół projektowy: \"Dystrybucja wewnętrzna\"</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Unique Clicks</name>
-      <value>Unikalne kliknięcia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>excl. opt. items</name>
-      <value>wył. optować. przedmiotów</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Key Figures</name>
-      <value>Kluczowe dane</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show filter result</name>
-      <value>Pokaż wyniki filtra</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Received Bulk Mail</name>
-      <value>Otrzymano pocztÄ™ masowÄ…</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The contact is already a recipient!</name>
-      <value>Kontakt jest już odbiorcą!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Prospect</name>
-      <value>Perspektywa</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Your newsletter registration</name>
-      <value>Twoja rejestracja do newslettera</value>
-    </stringEntry>
-    <stringEntry>
-      <name>auto</name>
-      <value>automatyczny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Products</name>
-      <value>Produkty</value>
-    </stringEntry>
-    <stringEntry>
-      <name>employee checks</name>
-      <value>czeki pracownicze</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Not signed yet</name>
-      <value>Jeszcze nie podpisano</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart Number of tickets total (Mail)</name>
-      <value>Wykres Liczba biletów ogółem (Mail)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>2. Classification</name>
-      <value>2. Klasyfikacja</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bounce (Soft)</name>
-      <value>Odbicie (miękkie)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Lead preview</name>
-      <value>Podgląd ołowiu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>high</name>
-      <value>wysoki</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Standard city</name>
-      <value>Miasto standardowe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Are you sure you want to recalculate all classifications using the current classificationgradings? This can take some time, since ALL classifications will get freshly calculated and updated if needed.</name>
-      <value>Czy na pewno chcesz ponownie obliczyć wszystkie klasyfikacje przy użyciu bieżących ocen klasyfikacji? Może to zająć trochę czasu, ponieważ WSZYSTKIE klasyfikacje zostaną w razie potrzeby obliczone i zaktualizowane.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Customercode</name>
-      <value>Kod klienta</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Base Template</name>
-      <value>Szablon podstawowy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Date of birth</name>
-      <value>Data urodzenia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Vacation approval by</name>
-      <value>Zatwierdzenie urlopu przez</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Visit Recommendation</name>
-      <value>Odwiedź rekomendację</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Field staff</name>
-      <value>Pracownicy terenowi</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Probablity: 100%</name>
-      <value>Prawdopodobieństwo: 100%</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Received</name>
-      <value>Otrzymane</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Radius Search</name>
-      <value>Wyszukiwanie promienia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Send brochure (WV)</name>
-      <value>Wyślij broszurę (WV)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Postponed</name>
-      <value>Odłożony</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Reply to</name>
-      <value>Odpowiedź do</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Bolivia (Plurinational State of)</name>
-      <value>Boliwia (wielonarodowe państwo)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show offer</name>
-      <value>Pokaż ofertę</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add to synchronisation</name>
-      <value>Dodaj do synchronizacji</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Employee group rule</name>
-      <value>Zasada grupy pracowników</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Detail</name>
-      <value>Szczegół</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Phase</name>
-      <value>Faza</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add %0 Observations</name>
-      <value>Dodaj %0 obserwacji</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Industry of Organisation</name>
-      <value>Przemysł Organizacji</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$OBJECTLINK_OBJECT}</name>
-      <value>Obiekt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Consultation</name>
-      <value>Konsultacja</value>
-    </stringEntry>
-    <stringEntry>
-      <name>USER_NEW</name>
-      <value>USER_NOWOŚĆ</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Comments</name>
-      <value>Uwagi</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set paid amount</name>
-      <value>Ustaw zapłaconą kwotę</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sorting by</name>
-      <value>Sortowanie według</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Other versions</name>
-      <value>Inne wersje</value>
-    </stringEntry>
-    <stringEntry>
-      <name>USER_EDIT</name>
-      <value>USER_EDIT</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${PRICELIST_SERVICE}</name>
-      <value>Usługa</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Task Id</name>
-      <value>Identyfikator zadania</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Maximal</name>
-      <value>Maksymalny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add Recipients</name>
-      <value>Dodaj odbiorców</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contact by phone</name>
-      <value>Kontakt telefoniczny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$TASK_REQUESTOR}</name>
-      <value>Zleceniodawca</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Remark</name>
-      <value>Uwaga</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Deliveryspecification</name>
-      <value>Specyfikacja dostawy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Excreted</name>
-      <value>Wydalany</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Keyword Attribute Values</name>
-      <value>Wartości atrybutów słów kluczowych</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[TEST] Sql_lib - SqlBuilder</name>
-      <value>[TEST] Sql_lib — SqlBuilder</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ZIP regex</name>
-      <value>Wyrażenie regularne ZIP</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Supervisor</name>
-      <value>Kierownik</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Full details</name>
-      <value>Pełne szczegóły</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attachment count</name>
-      <value>Liczba załączników</value>
-    </stringEntry>
-    <stringEntry>
-      <name>no inboxEmail for inbox</name>
-      <value>brak skrzynki odbiorczejE-mail do skrzynki odbiorczej</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mailing missed</name>
-      <value>Brak mailingu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Workflow</name>
-      <value>Przepływ pracy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>accept</name>
-      <value>zaakceptować</value>
-    </stringEntry>
-    <stringEntry>
-      <name>requested</name>
-      <value>wymagany</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create activity</name>
-      <value>Utwórz aktywność</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The Salesproject can only be filled when a company has been specified</name>
-      <value>Szansę można wypełnić tylko wtedy, gdy określono firmę</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The file must be a XML</name>
-      <value>Plik musi być w formacie XML</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Yemen</name>
-      <value>Jemen</value>
-    </stringEntry>
-    <stringEntry>
-      <name>This overwrites the mapping structure</name>
-      <value>To nadpisuje strukturÄ™ mapowania</value>
-    </stringEntry>
-    <stringEntry>
-      <name>permission procurer type</name>
-      <value>typ nabywcy pozwolenia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${MIN_MAX_ERROR_MAX_INT_VALUE} field: %0, value: %1, min: %2</name>
-      <value>%0 musi być większe/równe %2.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Leadimport</name>
-      <value>Leadimport</value>
-    </stringEntry>
-    <stringEntry>
-      <name>only filter using the specified indicatorfield</name>
-      <value>filtruj tylko przy użyciu określonego pola wskaźnika</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Import logs</name>
-      <value>Importuj dzienniki</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tablet</name>
-      <value>Tablet</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Salesproject</name>
-      <value>Możliwość</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Data loaded</name>
-      <value>Dane załadowane</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Template No.</name>
-      <value>Nr szablonu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Inbox filter</name>
-      <value>Filtr skrzynki odbiorczej</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${DISPLAY_AND_OPEN_%0_HITS}</name>
-      <value>%0 wyników jest wyświetlanych i otwieranych.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Soccer</name>
-      <value>Piłka nożna</value>
-    </stringEntry>
-    <stringEntry>
-      <name>parent of</name>
-      <value>rodzic</value>
-    </stringEntry>
-    <stringEntry>
-      <name>one file imported</name>
-      <value>jeden plik zaimportowany</value>
-    </stringEntry>
-    <stringEntry>
-      <name>set Read</name>
-      <value>ustaw Czytaj</value>
-    </stringEntry>
-    <stringEntry>
-      <name>District assignment status</name>
-      <value>Status przydziału dystryktu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Context id</name>
-      <value>Identyfikator kontekstu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Adviser status</name>
-      <value>Status doradcy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Spare parts</name>
-      <value>Części zamienne</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Guernsey</name>
-      <value>Guernsey</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Modul group</name>
-      <value>Grupa modułów</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Financial service</name>
-      <value>Usługi finansowe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Global Cases </name>
-      <value>Sprawy globalne</value>
-    </stringEntry>
-    <stringEntry>
-      <name>PRODUCTID (UID)</name>
-      <value>ID PRODUKTU (UID)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Myanmar</name>
-      <value>Myanmar</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Contact Info</name>
-      <value>Informacje kontaktowe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Latitude</name>
-      <value>Szerokość</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Gabon</name>
-      <value>Gabon</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Remove recipients with advertising ban</name>
-      <value>Usuń odbiorców z zakazem reklam</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[TEST] ZippingUtil_lib</name>
-      <value>[TEST] ZippingUtil_lib</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Antigua and Barbuda</name>
-      <value>Antigua i Barbuda</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Channel Name</name>
-      <value>Nazwa kanału</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Not enough slots for %0/%1 participant(s)</name>
-      <value>Za mało miejsc dla %0/%1 uczestników</value>
-    </stringEntry>
-    <stringEntry>
-      <name>DSGVO Configuration</name>
-      <value>Konfiguracja DSGVO</value>
-    </stringEntry>
-    <stringEntry>
-      <name>send as mail</name>
-      <value>wyślij jako pocztę</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Answer Address</name>
-      <value>Adres odpowiedzi</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaign</name>
-      <value>Kampania</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Next contact?</name>
-      <value>Następny kontakt?</value>
-    </stringEntry>
-    <stringEntry>
-      <name>District assignment will start now!</name>
-      <value>Przydział okręgowy rozpocznie się teraz!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Turnover Current Year</name>
-      <value>Obrót w bieżącym roku</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Please pay the outstanding amount, this is your first/second reminder.</name>
-      <value>Zapłać zaległą kwotę, to jest pierwsze/drugie przypomnienie.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Checklist</name>
-      <value>Lista kontrolna</value>
-    </stringEntry>
-    <stringEntry>
-      <name>General</name>
-      <value>Ogólny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The status-change of these tickets was skipped. Any other changes were carried out.</name>
-      <value>Zmiana statusu tych biletów została pominięta. Wszelkie inne zmiany zostały przeprowadzone.</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Calendar Permission</name>
-      <value>Uprawnienie kalendarza</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Cancel Filter Observation</name>
-      <value>Anuluj obserwacjÄ™ filtra</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Foreign country</name>
-      <value>Obcy kraj</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Action</name>
-      <value>Akcja</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Singapore</name>
-      <value>Singapur</value>
-    </stringEntry>
-    <stringEntry>
-      <name>dd/MM/yyyy HH:mm</name>
-      <value>dd/MM/yyyy GG:mm</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Duration (in days)</name>
-      <value>Czas trwania (w dniach)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Risk</name>
-      <value>Ryzyko</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Departments cannot be assigned repeatedly!</name>
-      <value>Działy nie mogą być przypisywane wielokrotnie!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Business fair</name>
-      <value>Targi biznesowe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Channels</name>
-      <value>Kanały</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Adds an answer to the selected discussion</name>
-      <value>Dodaje odpowiedź do wybranej dyskusji</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Advertising items</name>
-      <value>Artykuły reklamowe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>yyyy-MM-dd HH:mm:ss</name>
-      <value>yyyy-MM-dd GG:mm:ss</value>
-    </stringEntry>
-    <stringEntry>
-      <name>News</name>
-      <value>Aktualności</value>
-    </stringEntry>
-    <stringEntry>
-      <name>normal</name>
-      <value>normalna</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Romania</name>
-      <value>Rumunia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Answered</name>
-      <value>Odebrano</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Subject</name>
-      <value>Przedmiot</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Dunning date</name>
-      <value>Data monitowania</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Technical email</name>
-      <value>E-mail techniczny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Assignment of all selected districts is completed!</name>
-      <value>Przydział wszystkich wybranych dzielnic zakończony!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Send email</name>
-      <value>Wysłać email</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Zip</name>
-      <value>Zamek błyskawiczny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Keyword Attributes</name>
-      <value>Atrybuty słów kluczowych</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Mark selection to delete</name>
-      <value>Zaznacz wybór do usunięcia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Address format</name>
-      <value>Format adresu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No Permission</name>
-      <value>Brak pozwolenia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>seconds</name>
-      <value>sekundy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Lead Imports</name>
-      <value>Import potencjalnych klientów</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Operating System</name>
-      <value>System operacyjny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Finished</name>
-      <value>Skończone</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Not subscribed</name>
-      <value>Nie subskrybowany</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Synchronized searches</name>
-      <value>Zsynchronizowane wyszukiwania</value>
-    </stringEntry>
-    <stringEntry>
-      <name>${GENDER_OTHER}</name>
-      <value>Różnorodny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Next</name>
-      <value>Następny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Object Id</name>
-      <value>Identyfikator obiektu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Input value</name>
-      <value>Wartość wejściowa</value>
-    </stringEntry>
-    <stringEntry>
-      <name>download ready</name>
-      <value>gotowe do pobrania</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Maillogs</name>
-      <value>Dzienniki pocztowe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>LinkedIn (Person)</name>
-      <value>LinkedIn (osoba)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>setRead</name>
-      <value>ustawCzytaj</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Complaint</name>
-      <value>Skarga</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Responsible</name>
-      <value>Odpowiedzialny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>this attribute with the same value exists already</name>
-      <value>ten atrybut o tej samej wartości już istnieje</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Marked for deletion</name>
-      <value>Oznaczono do usunięcia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Reference</name>
-      <value>Odniesienie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>In planning</name>
-      <value>Podczas planowania</value>
-    </stringEntry>
-    <stringEntry>
-      <name>String value</name>
-      <value>Wartość ciągu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Other (WV)</name>
-      <value>Inne (WV)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>without Vat</name>
-      <value>bez VAT</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaign planning</name>
-      <value>Planowanie kampanii</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Liberia</name>
-      <value>Liberia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart Number of tickets per inbox (Status)</name>
-      <value>Wykres Liczba biletów w skrzynce odbiorczej (stan)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Service categories</name>
-      <value>Kategorie usług</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Synced searches</name>
-      <value>Zsynchronizowane wyszukiwania</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Prioritization based on segmentation parameters</name>
-      <value>Priorytetyzacja na podstawie parametrów segmentacji</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket reopen delay (days)</name>
-      <value>Opóźnienie ponownego otwarcia biletu (dni)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Last synchronized</name>
-      <value>Ostatnia synchronizacja</value>
-    </stringEntry>
-    <stringEntry>
-      <name>HTML</name>
-      <value>HTML</value>
-    </stringEntry>
-    <stringEntry>
-      <name>[TEST] Calendar_lib</name>
-      <value>[TEST] Kalendarz_lib</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Set password</name>
-      <value>Ustaw hasło</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Status can't be changed to confirmed if no appointment exists!</name>
-      <value>Nie można zmienić statusu na potwierdzony, jeśli nie ma spotkania!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Product number</name>
-      <value>Numer produktu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SqlBuilder: invalid value-type for pFieldOrCond. It can be a fully qualified SqlBuilder (e.g. select, from, ... have to be set) or an jdito-prepared-statement array</name>
-      <value>SqlBuilder: nieprawidłowy typ wartości dla pFieldOrCond. Może to być w pełni kwalifikowany SqlBuilder (np. select, from, ... musi być ustawiony) lub tablica jdito-prepared-statement</value>
-    </stringEntry>
-    <stringEntry>
-      <name>the high complexity of your application</name>
-      <value>wysoka złożoność Twojej aplikacji</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Target amount</name>
-      <value>Kwota docelowa</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Facebook</name>
-      <value>Facebook</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Member</name>
-      <value>Członek</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My Organisations</name>
-      <value>Moje organizacje</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Source / origin of the generation of contacts</name>
-      <value>Źródło / pochodzenie generowania kontaktów</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Action not supported</name>
-      <value>Akcja nie jest obsługiwana</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribute groups can't be selected</name>
-      <value>Nie można wybrać grup atrybutów</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Hungary</name>
-      <value>Węgry</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Réunion</name>
-      <value>Zjazd</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Deadline</name>
-      <value>Ostateczny termin</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Possible Values</name>
-      <value>Możliwa wartość</value>
-    </stringEntry>
-    <stringEntry>
-      <name>SELECTION_PREFIX</name>
-      <value>SELECTION_PREFIX</value>
-    </stringEntry>
-    <stringEntry>
-      <name>HTML Editor</name>
-      <value>Edytor HTML</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The order number already exists!</name>
-      <value>Numer zamówienia już istnieje!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Active</name>
-      <value>Aktywny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Control editor</name>
-      <value>Edytor kontroli</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Min. Stock</name>
-      <value>Min. Magazyn</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Next steps</name>
-      <value>Następne kroki</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Notifications</name>
-      <value>Powiadomienia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>favorites</name>
-      <value>ulubione</value>
-    </stringEntry>
-    <stringEntry>
-      <name>{$DISTRICT_TOTAL_TURNOVER}</name>
-      <value>Całkowity obrót</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Salesorder</name>
-      <value>Zamówienie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>User</name>
-      <value>Użytkownik</value>
-    </stringEntry>
-    <stringEntry>
-      <name>USER_NEW_CONTACT</name>
-      <value>USER_NEW_CONTACT</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Egypt</name>
-      <value>Egipt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My Visit Planning</name>
-      <value>Planowanie mojej wizyty</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Last Click</name>
-      <value>Ostatnie kliknięcie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Tablename</name>
-      <value>Nazwa tabeli</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Open Visitrecommendation</name>
-      <value>Otwórz rekomendację dla odwiedzających</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Replacement name</name>
-      <value>Nazwa zastępcza</value>
-    </stringEntry>
-    <stringEntry>
-      <name>the number of your applications</name>
-      <value>liczba twoich aplikacji</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show device types used by bulkmail recipients</name>
-      <value>Pokazuje typy urządzeń używane przez odbiorców poczty zbiorczej</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Framework contract</name>
-      <value>Umowa ramowa</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Quantity</name>
-      <value>Ilość</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Management</name>
-      <value>Kierownictwo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Affected rows</name>
-      <value>Dotyczy wierszy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Discount %</name>
-      <value>Zniżka %</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Maximal count must be one or higher</name>
-      <value>Maksymalna liczba musi wynosić jeden lub więcej</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Claim date</name>
-      <value>Data roszczenia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>The team must have at least one owner</name>
-      <value>Zespół musi mieć co najmniej jednego właściciela</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Conversion to Deal Rate</name>
-      <value>Konwersja na stawkÄ™ transakcji</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Conversion Rate Targets</name>
-      <value>Cele współczynnika konwersji</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Target Conversion to Deal Rate in %</name>
-      <value>Docelowa konwersja na stawkÄ™ transakcji w %</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Please change prices</name>
-      <value>Proszę zmienić ceny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Conversion Rate Target</name>
-      <value>Docelowy współczynnik konwersji</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Target Conversion Rate in %</name>
-      <value>Docelowy współczynnik konwersji w %</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation: Industry</name>
-      <value>Organizacja: Przemysł</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy mosaico template</name>
-      <value>Skopiuj szablon mozaiki</value>
-    </stringEntry>
-    <stringEntry>
-      <name>allow all channels</name>
-      <value>zezwól na wszystkie kanały</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Not rejected</name>
-      <value>Nie odrzucono</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Filters are only possible without logical conjunctions!</name>
-      <value>Filtry są możliwe tylko bez spójników logicznych!</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 of the chosen records are already recipients, don't have an e-mail set or don't fullfill the communicationsettings requirements</name>
-      <value>%0 wybranych rekordów jest już odbiorcami, nie ma ustawionego adresu e-mail lub nie spełnia wymagań dotyczących ustawień komunikacji</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Ignore</name>
-      <value>Ignorować</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No advertising by %0</name>
-      <value>Brak reklam przez %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Allowed only</name>
-      <value>Tylko dozwolone</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Remove invalid recipients</name>
-      <value>Usuń nieprawidłowych odbiorców</value>
-    </stringEntry>
-    <stringEntry>
-      <name>reject all channels</name>
-      <value>odrzuć wszystkie kanały</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Check status of Salesproject %0</name>
-      <value>Sprawdź status projektu sprzedaży %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create a document template based on the mosaico template</name>
-      <value>Utwórz szablon dokumentu na podstawie szablonu mosaico</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Last activity</name>
-      <value>Ostatnia aktywność</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create a bulk mail with the selection as recipients</name>
-      <value>Utwórz masową pocztę z zaznaczonymi adresatami</value>
-    </stringEntry>
-    <stringEntry>
-      <name>New organisation</name>
-      <value>Nowa organizacja</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Web visits</name>
-      <value>Wizyty w sieci</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Visit date</name>
-      <value>Data wizyty</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Page title</name>
-      <value>Tytuł strony</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Linked organisation</name>
-      <value>Połączona organizacja</value>
-    </stringEntry>
-    <stringEntry>
-      <name>This week</name>
-      <value>W tym tygodniu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Fee(k EUR)</name>
-      <value>Opłata (tys. EUR)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>ungrouped</name>
-      <value>niezgrupowane</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all tweets of Handelsblatt</name>
-      <value>Pokaż wszystkie tweety Handelsblatt</value>
-    </stringEntry>
-    <stringEntry>
-      <name>dd.MM.yyyy.HH:mm:ss</name>
-      <value>dd.MM.yyyy.GG:mm:ss</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Opportunity Conversion Rates to Deal</name>
-      <value>Współczynniki konwersji okazji do zawarcia transakcji</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show the different conversion rates to deal of the sales project phases</name>
-      <value>Pokazuje różne współczynniki konwersji, aby poradzić sobie z fazami projektu sprzedaży</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Conversion Rates</name>
-      <value>Współczynniki przeliczeniowe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Opportunity Conversion Rates</name>
-      <value>Współczynniki konwersji okazji</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Address/Number</name>
-      <value>Adres/Numer</value>
-    </stringEntry>
-    <stringEntry>
-      <name>My responsible Organisations</name>
-      <value>Moje odpowiedzialne organizacje</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Show my responsible organisations</name>
-      <value>Pokaż moje odpowiedzialne organizacje</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Match phone number</name>
-      <value>Dopasuj numer telefonu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Extended connection</name>
-      <value>Rozszerzone połączenie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Extended connections</name>
-      <value>Połączenia rozszerzone</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Sender email address</name>
-      <value>Adres e-mail nadawcy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Banner</name>
-      <value>Transparent</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Events</name>
-      <value>Wydarzenia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Message type</name>
-      <value>Typ wiadomości</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Physical Products cannot be delivered via Email</name>
-      <value>Produkty fizyczne nie mogą być dostarczane za pośrednictwem poczty e-mail</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Digital Products cannot be delivered %0</name>
-      <value>Produkty cyfrowe nie mogą być dostarczone %0</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Send type</name>
-      <value>Wyślij typ</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Invited</name>
-      <value>Zaproszony</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Participants with status</name>
-      <value>Uczestnicy ze statusem</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Registration deadline</name>
-      <value>Ostateczny termin rejestracji</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Send status</name>
-      <value>Wyślij status</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Reminder mail</name>
-      <value>Poczta z przypomnieniem</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Lecture</name>
-      <value>Wykład</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy event</name>
-      <value>Kopiuj wydarzenie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Break</name>
-      <value>Zepsuć</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add the selection to a event</name>
-      <value>Dodaj zaznaczenie do wydarzenia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Declined</name>
-      <value>Odrzucony</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Confirmation</name>
-      <value>Potwierdzenie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Change the status of selected participants</name>
-      <value>Zmień status wybranych uczestników</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0/%1 of the chosen records will be added to the event</name>
-      <value>%0/%1 wybranych rekordów zostanie dodanych do wydarzenia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Add to event</name>
-      <value>Dodaj do wydarzenia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Welcome</name>
-      <value>Witamy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Please adjust existing forecast</name>
-      <value>Dostosuj istniejÄ…cÄ… prognozÄ™</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Please select a maximum of 50 organisations</name>
-      <value>Wybierz maksymalnie 50 organizacji</value>
-    </stringEntry>
-    <stringEntry>
-      <name>resolve duplicates</name>
-      <value>rozwiązać duplikaty</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Original</name>
-      <value>Oryginalny</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Resolve Duplicates</name>
-      <value>Rozwiąż duplikaty</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Swap</name>
-      <value>Zamiana</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Merge</name>
-      <value>Łączyć</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Original Value</name>
-      <value>Oryginalna wartość</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Take over duplicate value</name>
-      <value>Przejmij zduplikowaną wartość</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Duplicate Value</name>
-      <value>Zduplikowana wartość</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Fields/Linking</name>
-      <value>Pola/Łączenie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Merge Duplicates</name>
-      <value>Scal duplikaty</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Merge duplicate in original</name>
-      <value>Scal duplikat w oryginale</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Create single tasks</name>
-      <value>Twórz pojedyncze zadania</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Webtracking</name>
-      <value>Åšledzenie sieci</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Swap duplicates and originals</name>
-      <value>Zamień duplikaty i oryginały</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Voicemail</name>
-      <value>Poczta głosowa</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Event planning</name>
-      <value>Planowanie wydarzenia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Training</name>
-      <value>Szkolenie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Page number</name>
-      <value>Numer strony</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Incoming Call</name>
-      <value>Połączenie przychodzące</value>
-    </stringEntry>
-    <stringEntry>
-      <name>new Event</name>
-      <value>nowe wydarzenie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Chosen record is already in the event</name>
-      <value>Wybrany rekord jest już w wydarzeniu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Not enough room in event</name>
-      <value>Za mało miejsca na wypadek</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Countdown</name>
-      <value>Odliczanie</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Web Tracking</name>
-      <value>Åšledzenie sieci</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Eventparticipantstatus</name>
-      <value>Statusuczestnika wydarzenia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>EVENTID (UID)</name>
-      <value>IDENTYFIKATOR ZDARZENIA (UID)</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No action</name>
-      <value>Bez akcji</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Deal</name>
-      <value>Rozdać</value>
-    </stringEntry>
-    <stringEntry>
-      <name>User_new</name>
-      <value>Użytkownik_nowy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Inhouse</name>
-      <value>Wewnętrzna</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Save the date</name>
-      <value>Zapisz datÄ™</value>
-    </stringEntry>
-    <stringEntry>
-      <name>BusinessID</name>
-      <value>Identyfikator firmy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Incoming Calls</name>
-      <value>Połączenia przychodzące</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Called</name>
-      <value>Nazywa siÄ™</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Keywords</name>
-      <value>SÅ‚owa kluczowe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>EventMessageStatus</name>
-      <value>EventMessage Status</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Remove from event</name>
-      <value>Usuń z wydarzenia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Serviceticket</name>
-      <value>Bilet serwisowy</value>
-    </stringEntry>
-    <stringEntry>
-      <name>EventSlot</name>
-      <value>EventSlot</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Call context</name>
-      <value>Kontekst połączenia</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Eventmessageid</name>
-      <value>Identyfikator wiadomości o wydarzeniu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Follow up</name>
-      <value>Podejmować właściwe kroki</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Seminar</name>
-      <value>Seminarium</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Eventslotid</name>
-      <value>Wydarzenialotid</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Webinar</name>
-      <value>Seminarium internetowe</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Agenda</name>
-      <value>PorzÄ…dek obrad</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Multi</name>
-      <value>Wielo</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Event_id</name>
-      <value>Event_id</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Eventmessage_id</name>
-      <value>Eventmessage_id</value>
-    </stringEntry>
-    <stringEntry>
-      <name>EventMessage</name>
-      <value>Wiadomość o wydarzeniu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Caller</name>
-      <value>Gość</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Eventmessagestatusid</name>
-      <value>Identyfikator statusu wiadomości o wydarzeniu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Referrer name</name>
-      <value>Nazwisko polecajÄ…cego</value>
-    </stringEntry>
-    <stringEntry>
-      <name>User_edit</name>
-      <value>Edycja_użytkownika</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Online</name>
-      <value>online</value>
-    </stringEntry>
-    <stringEntry>
-      <name>No Tag</name>
-      <value>Brak tagu</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Already existing activities</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Keyword Category Description</name>
-      <value>Kategoria słów kluczowych opis</value>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 liked your knowledge article %1.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Event participation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Process history</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Touchscreen</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Browserinformation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Open Error Message</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Stop drain mode</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sessions</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Send message</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resolution</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Session</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Timezone</name>
-    </stringEntry>
-    <stringEntry>
-      <name>License edition</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Data directory</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Major version</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ManagerServerStatisticss</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Short message</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ManagerServerStatistics</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Keep JDito instance</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ManagerVMProperties</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Process</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Execution date</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Start intervall</name>
-    </stringEntry>
-    <stringEntry>
-      <name>VM properties</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Server</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Servers</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Activate drain mode</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ManagerDrainMode</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Duration in MS</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ProcessHistory</name>
-    </stringEntry>
-    <stringEntry>
-      <name>View VM properties</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Login user</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ProcessInterval</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Minor version</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Weeks</name>
-    </stringEntry>
-    <stringEntry>
-      <name>SessionMessage</name>
-    </stringEntry>
-    <stringEntry>
-      <name>License id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Startdate</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Run immediately</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Processmanagement</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Cache cleared</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Send message </name>
-    </stringEntry>
-    <stringEntry>
-      <name>Log directory</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Interval</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Server Runtime</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ProcessIntervals</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Interval has been started</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Shutdown Session</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Drain mode</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Client IP</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Abort</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Free Memory</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Timertype</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Process executed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Last Action</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Session ID</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Process failed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Months</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Run garbage collection</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy Class Path</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Completion date</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Statuscode</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Build</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Useragent</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Login Time</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Startup time</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Long message</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Serverprocess has been executed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Total CPU usage</name>
-    </stringEntry>
-    <stringEntry>
-      <name>user(s)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Drain Message</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Total Memory</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Activate</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Very low</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy error message</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Internal name</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Thread priority</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Last execution time</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Garbage Collection started</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Interval configuration</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Last execution status</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Process histories</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Session Message</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Execution time</name>
-    </stringEntry>
-    <stringEntry>
-      <name>execute manually</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Serverprocess failed. Check serverlog for further information</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Started by</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Home directory</name>
-    </stringEntry>
-    <stringEntry>
-      <name>VM property</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Process started</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Manager drain mode</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Locale</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Garbage Collection</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Send message to user</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Stop intervall</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Processname</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Cluster</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Session Messages</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Clear cache</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Edit intervall</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Shutdown Session(s)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Special regulation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Next increase</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Last increase</name>
-    </stringEntry>
-    <stringEntry>
-      <name>To generate the report, the table columns \"Data privacy right, \"Data privacy use\", \"Valid to\" must be maintained.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Kind</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Salesproject: Title</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Salesproject: Phase</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Salesproject: Project start</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Salesproject: Status</name>
-    </stringEntry>
-    <stringEntry>
-      <name>District Number</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Assessment / Industry</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Confirmation Volume</name>
-    </stringEntry>
-    <stringEntry>
-      <name>There already is an ad hoc message for participants with status %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Target participant status</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The following participant status have been set multiple times: %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Order Volume</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Order status changed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation: Supervisor assignment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Negative prices are only allowed for cancellations</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Campaignstep in campaign \"%0\" changed to \"%1\"</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Waiting list</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Change date</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Registered</name>
-    </stringEntry>
-    <stringEntry>
-      <name>${TOUCHPOINTS}</name>
-      <value>Touchpoints</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Target acquisition</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Target turnover</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New salesproject</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Quarter</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Turnover goal in thousand (%0)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Salesproject: Classification</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Tickets merged</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Follow up ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket created as follow up ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>With the following ticket(s)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Close</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Merged ticket %0 into ticket %1</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Confirm merge</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Attachment information</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket closed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Merge this ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Do you really want to merge the selected tickets? Merge cannot be undone!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>advanced signature</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Signature:</name>
-    </stringEntry>
-    <stringEntry>
-      <name>simple signature</name>
-    </stringEntry>
-    <stringEntry>
-      <name>refused</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Simple Signature</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Digital Signature</name>
-    </stringEntry>
-    <stringEntry>
-      <name>started</name>
-    </stringEntry>
-    <stringEntry>
-      <name>expired</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Digital Signature Signer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>draft</name>
-    </stringEntry>
-    <stringEntry>
-      <name>pending</name>
-    </stringEntry>
-    <stringEntry>
-      <name>terminated</name>
-    </stringEntry>
-    <stringEntry>
-      <name>You have to add atleast one signer in order to start the signing workflow.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Request Signature</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Digital Signing Signer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Digital Signing</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Emails</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy Signinglink</name>
-    </stringEntry>
-    <stringEntry>
-      <name>We save your data until</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket was duplicated.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket created as follow up ticket.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket was split.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 visitplan entries were created.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket created through duplication.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket created through splitting.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket number of the original ticket: %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket has a follow up ticket.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket number of the created ticket: %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Notification Description</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Escalation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Split Ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>You have to add at least one responsible.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket split (new Ticket)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Notification Title</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket split (original)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Follow up ticket created</name>
-    </stringEntry>
-    <stringEntry>
-      <name>EmployeeGroup</name>
-    </stringEntry>
-    <stringEntry>
-      <name>from \"%0\" to \"%1\" modified.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Approver</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>A %0nd approval was considered necessary by \"%1\"</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 is waiting for your approval</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Start approval process</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The approval process was started by \"%0\"</name>
-    </stringEntry>
-    <stringEntry>
-      <name>No instance definded</name>
-    </stringEntry>
-    <stringEntry>
-      <name>has been %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Approval request</name>
-    </stringEntry>
-    <stringEntry>
-      <name>User to send</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Update description with the last approver task</name>
-    </stringEntry>
-    <stringEntry>
-      <name>service ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New approval request</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Approval activity</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Cancel approval process</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Request approval again</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Last approver</name>
-    </stringEntry>
-    <stringEntry>
-      <name>You have a new approval request</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Approval count</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Link to the</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The approval process has been %0 by \"%1\"</name>
-    </stringEntry>
-    <stringEntry>
-      <name>offer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>canceled</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Update approver</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Approve/deny</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Request approval</name>
-    </stringEntry>
-    <stringEntry>
-      <name>approval levels</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Approval process was canceled</name>
-    </stringEntry>
-    <stringEntry>
-      <name>declined</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Status category</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Approval workflow started</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Request %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0. approval</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Bevorzugter Genehmiger</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Offer doesn't have any items</name>
-    </stringEntry>
-    <stringEntry>
-      <name>All day</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Cal. Reminder</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Place</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Apply to series</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Series</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Every year on %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Decline</name>
-    </stringEntry>
-    <stringEntry>
-      <name>1 hour</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Monthly on %0. %1</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Daily</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Custom...</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 minutes</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Accept</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Weekly on %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>At the start of the appointment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Days</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Every%0year</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Monthly on last %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ends</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sunday</name>
-    </stringEntry>
-    <stringEntry>
-      <name>On</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Tuesday</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Day</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Thursday</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Friday</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Repeat every</name>
-    </stringEntry>
-    <stringEntry>
-      <name>on</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Monthly on %0. day</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Every%0week</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Day(s)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Monday</name>
-    </stringEntry>
-    <stringEntry>
-      <name>After</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Every%0day</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 times</name>
-    </stringEntry>
-    <stringEntry>
-      <name>until</name>
-    </stringEntry>
-    <stringEntry>
-      <name>2 hours</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Wednesday</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Saturday</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Never</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Every%0month</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Years</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Selected month or year does not match with the selected expense date</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Purpose</name>
-    </stringEntry>
-    <stringEntry>
-      <name>in process</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Absences</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Selected absence date cannot be more than 3 years in the past</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Rule active</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New Absence</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Follow up 2</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Follow up 1</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Busy</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Departure</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Absence</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Meal allowance (%0)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Payout</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Lunch incl.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>set 'Creation'</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Absence Day</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Settled</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create multiple days</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show Meal Allowance</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Skip next visit</name>
-    </stringEntry>
-    <stringEntry>
-      <name>settled up</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Absences should be submitted until the 10th of the next month.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Dinner incl.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Arrival</name>
-    </stringEntry>
-    <stringEntry>
-      <name>1 day</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Settle</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Several days - Departure</name>
-    </stringEntry>
-    <stringEntry>
-      <name>set 'Settled'</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Selected receipt date cannot be more than 3 years in the past</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Period</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Last Absence</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Absence already exists for this date and user</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Absence Days</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Next visit</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Lump sum</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Receipts (%0)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>No.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>receipt</name>
-    </stringEntry>
-    <stringEntry>
-      <name>1 week</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Expense report</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Total Kilometer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>One day - more than 8 hours</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Several days - Day of arrival</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Last visit</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Expense</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Several days - 24 hours</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Created</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New Expense</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Expenses</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Total Absences</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Submit absence</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show Traveling Expenses</name>
-    </stringEntry>
-    <stringEntry>
-      <name>First Absence</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Costs</name>
-    </stringEntry>
-    <stringEntry>
-      <name>One day - 8 hours and less</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Expense from %0 to %1 from %2</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Breakfast incl.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>set 'to be settled'</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Costs in (%0)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New Receipt</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Companycard</name>
-    </stringEntry>
-    <stringEntry>
-      <name>in Creation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Traveling Expenses</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Kilometer (own car)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>new travel reservation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Date has to be within the travel period</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Overnight stay</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Work equipment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Special expenses</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Taxi</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Parking fees</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Negative prices are only allowed for discounts</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Hospitality</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ride costs</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Rental car</name>
-    </stringEntry>
-    <stringEntry>
-      <name>{$TASK_EDITORS}</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Refuel</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete from role</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Add to role</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Add employee</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Phone number</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Refuse message</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sum (Foreign currency)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 visit recommendations were ignored.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Temporary until</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Enddate cannot be earlier or the same as Startdate</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Shows all tickets which have been escalated.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>#,##0.00 '\u20ac'</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Search greater %0, sync not possible.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>optional</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Selected date cannot be more than 3 years in the past</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Payment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Approval requester</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Turnover target</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Keywordentry multiple Days</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Approval: Create activity</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Approval: Update (status, appoval)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>MMM d, yyyy</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Employee-Group has to be unique</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Newsletter registration</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Event registration</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Rebuild Index of Employee</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Employee has to be unique</name>
-    </stringEntry>
-    <stringEntry>
-      <name>set "Creation"</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Approval: Create notification</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Escalated Tickets</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Turnover targets</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket escalated</name>
-    </stringEntry>
-    <stringEntry>
-      <name>km</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Organisation Id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Preferred approver</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Target acquisitions</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Merged</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Approve / deny</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Opportunities</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Calculation of the visit recommendation dates</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The dates of %0 visit recommendations were recalculated.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Tickets can't be double selected</name>
-    </stringEntry>
-    <stringEntry>
-      <name>CW</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Denied</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Temporary from</name>
-    </stringEntry>
-    <stringEntry>
-      <name>to be settled</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 visit recommendations were deleted.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Catering</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket escelated by process. Responsible person(s) informed.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Article Description</name>
-    </stringEntry>
-    <stringEntry>
-      <name>To check (1.Empl)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Duplicate and original can't be identical.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>To check (2.Empl)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>File format must be '.csv'.</name>
-    </stringEntry>
-    <stringEntry>
-      <name> User</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Add employees</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Transparent</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all tickets which have been escalated.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>12 hours</name>
-    </stringEntry>
-    <stringEntry>
-      <name>dd.MM.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Inserted</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Incl. Meals</name>
-    </stringEntry>
-    <stringEntry>
-      <name>30%</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Template</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Cancellation Amount</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Cancellation Count</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Cancellationrate Count</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Cancellationrate Amount</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show all cancellation rates of the last years</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Cancellation Rates</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Cancellation Rate</name>
-    </stringEntry>
-    <stringEntry>
-      <name>2. Quarter</name>
-    </stringEntry>
-    <stringEntry>
-      <name>1. Quarter</name>
-    </stringEntry>
-    <stringEntry>
-      <name>3. Quarter</name>
-    </stringEntry>
-    <stringEntry>
-      <name>#.## '%'</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Cancellation Amount </name>
-    </stringEntry>
-    <stringEntry>
-      <name># k</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Waiting notification</name>
-    </stringEntry>
-    <stringEntry>
-      <name>There already exists a price of this type in the selected range. Be aware that the date will change accordingly!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Required For Mailing</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show Expense report</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Some prereserved EntityFields which are necessary fot 360° are not available. Context:</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Some prereserved EntityFields which are necessary for 360° are not available. Context: %0 Data: %1 \nNeeded EntityFields are: #UID, #TITLE, #MAPPING, #CONTENTDESCRIPTION, #CONTENTTITLE, DATE_NEW, ACTIVE.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>You have to add an e-mail documenttempalte with the classification 'digital signature' for the offerContext in order to start the signing worfklow.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Project Permissions</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Project Permission</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticket Attribute</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Count of Uses</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ProjectticketType</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projecttickettypes</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticket Comments</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticket Comment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticket Attributes</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Description Template</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projecttickettype</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticket Comment Text</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticket Comment Template</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ProjectticketTypes</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticket Comment Templates</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set Standard</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Multiple</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Tickettype</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticket Type</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket Documenttemplate</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Read comment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Solution Mandatory</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Read project</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Mandatory</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ProjectType</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Allow booking times</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Controle time</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Comment Template</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Allow adding comments</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Project Type Relation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Edit comment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Read ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete project</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Move ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket Documenttemplates</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Edit ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Allow adding Comments</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Not a Projectmember</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create comment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Edit project</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ProjectTypes</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Attributevalues</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete projectticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Status Reason</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete comment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Alphabetical sorting</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projecttype</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projecttitle</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Project</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Last Comment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>billable</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Date due</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectname</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Offered Hours</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>minutes worked</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Requester</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Planned Hours</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Required for Mailing</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Available</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Presence</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Away</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Parent Task</name>
-    </stringEntry>
-    <stringEntry>
-      <name>At least one of the operation tasks doesn't have an estimated time set.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>estimated time</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Operations</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resource</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resource plannings</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resource planning</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Operation Task</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Operation Tasks</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resources</name>
-    </stringEntry>
-    <stringEntry>
-      <name>carried out</name>
-    </stringEntry>
-    <stringEntry>
-      <name>open</name>
-    </stringEntry>
-    <stringEntry>
-      <name>assign to this operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>planned Tasks</name>
-    </stringEntry>
-    <stringEntry>
-      <name>service operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>to plan</name>
-    </stringEntry>
-    <stringEntry>
-      <name>assortment registration</name>
-    </stringEntry>
-    <stringEntry>
-      <name>prospective Tasks</name>
-    </stringEntry>
-    <stringEntry>
-      <name>open Tasks</name>
-    </stringEntry>
-    <stringEntry>
-      <name>area registration</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Previous Task</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Operationbegin</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Proficent</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Customer Service experience</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Expert</name>
-    </stringEntry>
-    <stringEntry>
-      <name>drivers license</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Competent</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Beginner</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Advanced</name>
-    </stringEntry>
-    <stringEntry>
-      <name>negotiation ability</name>
-    </stringEntry>
-    <stringEntry>
-      <name>it knowledge</name>
-    </stringEntry>
-    <stringEntry>
-      <name>product knowledge</name>
-    </stringEntry>
-    <stringEntry>
-      <name>insert group task</name>
-    </stringEntry>
-    <stringEntry>
-      <name>insert operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Color</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create operation task</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Invalid input format</name>
-    </stringEntry>
-    <stringEntry>
-      <name>incoming Operations</name>
-    </stringEntry>
-    <stringEntry>
-      <name>this Operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>unplanned Tasks</name>
-    </stringEntry>
-    <stringEntry>
-      <name>assign to operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>unassign from this operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Operation Task Templates</name>
-    </stringEntry>
-    <stringEntry>
-      <name>insert using template</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Operation Task Template</name>
-    </stringEntry>
-    <stringEntry>
-      <name>insert tasks</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Comment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>not estimated</name>
-    </stringEntry>
-    <stringEntry>
-      <name>amount of tasks</name>
-    </stringEntry>
-    <stringEntry>
-      <name>blocked</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete sub tasks</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Operationreport</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Do you want to delete the linked tasks?</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete tasks</name>
-    </stringEntry>
-    <stringEntry>
-      <name>booked Time</name>
-    </stringEntry>
-    <stringEntry>
-      <name>superordinate task</name>
-    </stringEntry>
-    <stringEntry>
-      <name>This task has subordinate tasks. Should these also be deleted?</name>
-    </stringEntry>
-    <stringEntry>
-      <name>choose Operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Should all linked tasks be deleted?</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Should all subtasks be deleted?</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Assign Operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Operations/Tasks</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Position and Signer count don't match</name>
-    </stringEntry>
-    <stringEntry>
-      <name>create workflow dataset</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Supervision</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The valid until date can't be before valid to!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New District assignment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>You were assigned as new district contact to district '%0' and %1 %2.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Assign all Companies of the selected districts</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Assignment of the companies of all selected districts is completed!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Assign companies</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 companies were newley assigned. \n%1 companies are no longer assigned (these assignments got the status 'review'). \n%2 valid assignments were unchanged. \nThe Process took %3 seconds.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Supervisor Archive</name>
-    </stringEntry>
-    <stringEntry>
-      <name>company</name>
-    </stringEntry>
-    <stringEntry>
-      <name>companies</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 Supervisors were newley assigned. \n%1 Supervisor assignments were updated. \n%2 valid assignments were unchanged. \n%3 invalid assignments should probably no longer be assigned (these assignments got the status 'review'). \n%4 assignments got deleted. \n%5 Archived Supervisors were newley assigned. \n%6 Supervisor Archive assignments were updated. \n%7 valid Archive assignments were unchanged. \n%8 invalid Archive assignments should probably no longer be assigned (these assignments got the status 'review'). \n%9 Archive assignments got deleted. \nThe Status of %10 responsibles were updated. \nThe Process took %11 seconds.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>There already exists a dataset for the selected Context.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>incl. dependent contexts</name>
-    </stringEntry>
-    <stringEntry>
-      <name>incl. Dependencies</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Filter selection</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Dependent Context</name>
-    </stringEntry>
-    <stringEntry>
-      <name>inkl. dependent contexts</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Dependent Contexts</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Some prereserved EntityFields which are necessary for 360° are not available. Context: %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Choose an event and status to add the contact to the event</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Interval(s) have been started</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Memory</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Port</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Clear Cache</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Black</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Auto Order by Id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Free Connections</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Database</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Database Detail</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Start interval</name>
-    </stringEntry>
-    <stringEntry>
-      <name>DatabaseDetails</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Process Execution</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Service URL</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Peer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Peers</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Edit interval</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Copies the classpaths to your clipboard</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Low</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Yellow</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Open Message</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Close Connection</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Record Container Caching</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Stop interval</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Additional Information</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Databases</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Database Name</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Paths</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Telemetry Type</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Grey</name>
-    </stringEntry>
-    <stringEntry>
-      <name>High</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy Classpaths</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Connection Time</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Very high</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Blue</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Host</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Used Connections</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Collation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Normal</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Master</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Red</name>
-    </stringEntry>
-    <stringEntry>
-      <name>CPUs</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Alias</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Database Details</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Seconds</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Green</name>
-    </stringEntry>
-    <stringEntry>
-      <name>No other contexts are subordinated to the selected context</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Incorrect file format for the selected type and classification</name>
-      <value>
-Nieprawidłowy format pliku dla wybranego typu i klasyfikacji</value>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectmembers</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projecttimes</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Email Notification</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projecttickets</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Role Preset</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New district assignment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set to 'billed'</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set to 'in creation'</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set to 'to be settled'</name>
-    </stringEntry>
-    <stringEntry>
-      <name>in creation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>billed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Meal Allowance</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Further Information</name>
-    </stringEntry>
-    <stringEntry>
-      <name>report</name>
-    </stringEntry>
-    <stringEntry>
-      <name>settlement</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show Expenses report</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Target Projecttickettype</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Shows all Projecttickets</name>
-    </stringEntry>
-    <stringEntry>
-      <name>All projects that can (potentially) be billed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Shows all Projects</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Controlling Cockpit</name>
-    </stringEntry>
-    <stringEntry>
-      <name>o'clock</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Plan operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>preplanned</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Replan operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete plannings</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create operation report</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Remove from operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0/%1 operation task(s) will be unassigned.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>simple task</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Business hours: to</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Open resource planning</name>
-    </stringEntry>
-    <stringEntry>
-      <name>There already exists a resource dataset for %0.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Assign operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Business hours</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Business hours: from</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Due date cannot be in the past.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Clear link</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The businesshours to must be after the businesshours from</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Operation tasks of this operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Not assigned operation tasks</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Operation tasks of prospective operations</name>
-    </stringEntry>
-    <stringEntry>
-      <name>This Operation has linked tasks. Should these also be deleted?</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Assigned operation tasks</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Clear operation link</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Clear organisation link</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Clear contact link</name>
-    </stringEntry>
-    <stringEntry>
-      <name>blocker</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Studies</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Prototypes</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Business</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set Attributes</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set Project</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Clears the preset from the Context</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Wine</name>
-    </stringEntry>
-    <stringEntry>
-      <name>SerialActions</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy tickets</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set Tickettype</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Beer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set Beginn</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Other Links</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set Progress</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticket Links 3.0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set Due</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set Priority</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Cigars</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Lower Level Projecttickets</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set Editor</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resubmit ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Merge Ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resubmit</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Re-open ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Close ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket Multi Select</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Default mail groomed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 test mails sent sucessfully, %1 test mails failed. Process took %2 s.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Test bulk mail \"%0\" was sent!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Are you sure you want to remove all invalid recipients?</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Default phone groomed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Default address groomed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Choose dunning text</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Usages</name>
-    </stringEntry>
-    <stringEntry>
-      <name>usages</name>
-    </stringEntry>
-    <stringEntry>
-      <name>usage</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Issue credit</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Credit issued</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribute cannot be added twice with the same value.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Credit for Invoice %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>no valid url format</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Operation tasks not yet estimated.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Template for Comment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Template for Ticket Description</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Template for Project Description</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Project Description Template</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket Description Template</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Classification:</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 merged.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Referrer link</name>
-    </stringEntry>
-    <stringEntry>
-      <name>visit recommendations</name>
-    </stringEntry>
-    <stringEntry>
-      <name>District organisation assignment will start now!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Temporary start date</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Temporary end date</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribute is already defined</name>
-    </stringEntry>
-    <stringEntry>
-      <name>A Salesproject can only be linked to one Project</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ProjectTime</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Status won't be set for tickets with missing editor.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Preset</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The Projectticket Comment Template '%0' is duplicated</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Project Member</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The Project Type '%0' is duplicated</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Not definet error</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create lower Ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Liste Schlüsselwort</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Abrechenbar</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 entries are already billed and cannot be moved. Do you want to continue with %1 entries?</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectmember</name>
-    </stringEntry>
-    <stringEntry>
-      <name>TopicTreeUsage</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Only open Tickets</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Abgeschlossen</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Combo Value Type</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Billed entries</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Status 'in Progress' not allowed due to missing editor</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Seite</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket(s) effected)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>booked (PT)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete Attributes</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Priority: show-stopper</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Land</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Predecessor from</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Textfeld lang</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Project Memberrole</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Missing frequency</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Importer_lib: Condition could not be build because the Keycolumn %0 is not in the OutputRecord.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Anforderer prüft</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projecttime: Billingstatus</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ResourceOperatingStatus</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Signaterequest</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Extern Billable times</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New Resourceoperationtask %0 created by %1</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Mandatory filter</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Subtask</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Just 10 hours per day will be added to your flextime account.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projecttime: Date</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ResourceOperationTaskTemplateUsage</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Maintainer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribute Values</name>
-    </stringEntry>
-    <stringEntry>
-      <name>billable (minutes)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>edit operation Report</name>
-    </stringEntry>
-    <stringEntry>
-      <name>offered</name>
-    </stringEntry>
-    <stringEntry>
-      <name>original Time</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Billing status</name>
-    </stringEntry>
-    <stringEntry>
-      <name>beendet</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Generate weekplanentry</name>
-    </stringEntry>
-    <stringEntry>
-      <name>move Ticket Times</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Insert/Update Attributes</name>
-    </stringEntry>
-    <stringEntry>
-      <name>set extern time null</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create new Ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Time booking</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectresponsible</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Value has to be positiv</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Value Lookup</name>
-    </stringEntry>
-    <stringEntry>
-      <name>kein Auftrag</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Liste Projekt</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Summe Verpflegungsmehraufwand</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Assign operations</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ordered from</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ResourcePlanningOperation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticket 3.0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>This Action will insert %0 and update </name>
-    </stringEntry>
-    <stringEntry>
-      <name>Protected by default</name>
-    </stringEntry>
-    <stringEntry>
-      <name>show-stopper</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Verpflegungsmehraufwand</name>
-    </stringEntry>
-    <stringEntry>
-      <name>billable (PT)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Status won't be set for tickets with missing mandatory solution.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Bulk mail recipient</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ResourceOperationTaskSerial</name>
-    </stringEntry>
-    <stringEntry>
-      <name>change away</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Priority: low</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Add to bulk mail</name>
-    </stringEntry>
-    <stringEntry>
-      <name>no TITLE for USER</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ResourceOperationSerialContainer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>An error occured during checking whether recipient (recipient: </name>
-    </stringEntry>
-    <stringEntry>
-      <name>Project 3.0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>booked</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Product Owner</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Alle Verknüpfungen</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New Resourceoperation %0 created</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New Resourceoperationtask %0 created</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Pauschale</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projects</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Only values in 0.25 Steps are allowed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Days without new comment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set in Process</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Billing description</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Roles can't be assigned more than once!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Firmenauswahl</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticketeigenschaften</name>
-    </stringEntry>
-    <stringEntry>
-      <name>abgeschlossen</name>
-    </stringEntry>
-    <stringEntry>
-      <name>District Organisation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Dest</name>
-    </stringEntry>
-    <stringEntry>
-      <name>new follow up ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Entwickler</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projekteinstellungen</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projektname</name>
-    </stringEntry>
-    <stringEntry>
-      <name>niedrig</name>
-    </stringEntry>
-    <stringEntry>
-      <name>A RecordsRecipe is empty but required.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy Serviceclient Link</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Only own Tickets</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ÃœN</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Booked Times</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Agile Coach</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Error while retrieving binary contents. Missmatch of requtesd and delivered entries. </name>
-    </stringEntry>
-    <stringEntry>
-      <name>set checked</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Today booked</name>
-    </stringEntry>
-    <stringEntry>
-      <name>A RecordsRecipe was given but no records could be loaded. RecordsRecipe: %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Inaktiv</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Date_new1</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Spalten</name>
-    </stringEntry>
-    <stringEntry>
-      <name>${OrderedTimes}</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New comment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Forecast: Status</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Liste</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sorting_value</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ordered</name>
-    </stringEntry>
-    <stringEntry>
-      <name>sick</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resourcecampaign_id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket excelated</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Copied from</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resource Operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>nicht zugeordnet</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Presets</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Admin View öffnen</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New time</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Nein</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Copied to</name>
-    </stringEntry>
-    <stringEntry>
-      <name>change feecode</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Isserial</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resourceplanningid</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The end date must be within the validity period.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The start date must be within the validity period.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Boolean</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Some prereserved EntityFields which are necessary fot 360° are not available. Context: </name>
-    </stringEntry>
-    <stringEntry>
-      <name>New Resourceoperation %0 created by %1</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectspecific</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resourcesid</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Key User</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Reason for Status</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Tagegeld</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Field or Seperator were empty function: %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>invoiced</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticketinformation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The Attribute '%0' is duplicated</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Frühstück</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Tasks in Operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ResourceOperationTaskSerials</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Templatenumber</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Kontaktauswahl</name>
-    </stringEntry>
-    <stringEntry>
-      <name>from Percent</name>
-    </stringEntry>
-    <stringEntry>
-      <name>This Action will delete %0 Attribute Datasets. Continue?</name>
-    </stringEntry>
-    <stringEntry>
-      <name>--:--</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Beitrag</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Duplicate from</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticket Relations</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Mandatory input missing</name>
-    </stringEntry>
-    <stringEntry>
-      <name>mittel</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Kreis</name>
-    </stringEntry>
-    <stringEntry>
-      <name>change extern Time</name>
-    </stringEntry>
-    <stringEntry>
-      <name>move Ticket Time</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Linktype</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Knowledge Consultant</name>
-    </stringEntry>
-    <stringEntry>
-      <name>User_edit1</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Build- und Releasemanager</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Priority: critical</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Textfeld</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Forecast: Planned</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ja</name>
-    </stringEntry>
-    <stringEntry>
-      <name>new extern time</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Feecode</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Auftrag</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Teams</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Error while assigning the recipient</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Solution</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Mandatory solution contribution is missing</name>
-    </stringEntry>
-    <stringEntry>
-      <name>New Campaign</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticket 2.0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Eventeee</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Objectselection</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Forecast: No forecast (Year)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Balken</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticket Type Relation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Leistungsnachweis</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Topic Tree Favorites</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resourceoperationtasktemplateid</name>
-    </stringEntry>
-    <stringEntry>
-      <name>In Relation with</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Error while sending mail as an unkown user.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resourceoperationtasktemplate_id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>No duplicate entries possible</name>
-    </stringEntry>
-    <stringEntry>
-      <name>create new Ressource Operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>remove settled</name>
-    </stringEntry>
-    <stringEntry>
-      <name>report sick</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sort alphabetically</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Liste Projekttyp </name>
-    </stringEntry>
-    <stringEntry>
-      <name>Controlling</name>
-    </stringEntry>
-    <stringEntry>
-      <name>kritisch</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Project: billable</name>
-    </stringEntry>
-    <stringEntry>
-      <name>set settled</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Topictree</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Operationreport %0 %1</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Project Members</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Bearbeiter prüft</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticketauswahl</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Informationen</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Topic Tree Presets</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Successor from</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Only for following Projecttypes</name>
-    </stringEntry>
-    <stringEntry>
-      <name>hoch</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy bulk mail</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Date_edit1</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Open Customer System</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Project Member Preview</name>
-    </stringEntry>
-    <stringEntry>
-      <name>booked (minutes)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Updated</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projektcontrolling</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Beschreibung</name>
-    </stringEntry>
-    <stringEntry>
-      <name>in Bearbeitung</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Duplicate From</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Illegal Parent Operator in buildFilterObj-Function: </name>
-    </stringEntry>
-    <stringEntry>
-      <name>Handelsblatt Twitter Feed</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Project Member Edit</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticket Relation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Priority: high</name>
-    </stringEntry>
-    <stringEntry>
-      <name>set unchecked</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The end date can't be before begin date!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Card Table view</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ResourceOperationTaskTemplate</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Subtask from</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Tester</name>
-    </stringEntry>
-    <stringEntry>
-      <name>erfasst</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ProjectID</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Dauer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>User_new1</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Further Informations</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Numerisches Feld</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Aktiv</name>
-    </stringEntry>
-    <stringEntry>
-      <name>selected resources</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Error while retrieving binary contents. No binaries where found. requested UID(s): \"%0\"</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Workingtime details</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create weekplanentry manually</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 companies were newley assigned. \n</name>
-    </stringEntry>
-    <stringEntry>
-      <name>ProjectDescription</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribut</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket-Nr.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resourceoperationid</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Some Attribtues could not be inserted/updated due to not being available in that corresponding Tickettype</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 Supervisors were newley assigned. \n</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Intern</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Liste selbstlernend</name>
-    </stringEntry>
-    <stringEntry>
-      <name>dd.MM.yyyy HH:mm</name>
-    </stringEntry>
-    <stringEntry>
-      <name>General Information</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Attribute Value</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Mark as duplicate</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Product Communication</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Quality Assistant</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy For Commit</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Collaboration</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Projectticketattribute Relation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Pillar diagram: Priority</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Priority: medium</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ordered ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Multiple filter</name>
-    </stringEntry>
-    <stringEntry>
-      <name>My Bulk Mails</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Temporary date start</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The begin date has to be in the selected calendar week!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Please define a frequency so the date can change accordingly</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Bulk Mail Device Types</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show device types used by bulk mail recipients</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create new activity</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Please define a frequency</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Split this ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show my bulk mails</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Split ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Take</name>
-    </stringEntry>
-    <stringEntry>
-      <name>duplicate</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Added to campaign</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create follow-up ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Added to campagin \"%0\" with campaign step \"%1\"</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Split</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create new ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create new ticket &amp; contact</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Follow-up</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Take ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Merge ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Return</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Duplicate ticket</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create new letter</name>
-    </stringEntry>
-    <stringEntry>
-      <name>at the follwing activity</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create new task</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Number of tickets (mail)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets total (mail)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Shows the number of tickets from this and last month grouped by priority. Data is shown in day-resolution by clicking on a month. Using this dashlet may lead to a performance loss with high ticketnumbers.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets total (status)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Number of tickets (priority)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Number of tickets (medium)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>At least one inbox has to be selected.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets total (priority) per day</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets total (mail) per day</name>
-    </stringEntry>
-    <stringEntry>
-      <name>At least one ticket category has to be selected.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Shows the number of tickets from this and last month grouped by category</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Shows the number of tickets from this and last month grouped by category. Data is shown in day-resolution by clicking on a month. Using this dashlet may lead to a performance loss with high ticketnumbers.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Shows the number of tickets from this and last month grouped by status. Data is shown in day-resolution by clicking on a month. Using this dashlet may lead to a performance loss with high ticketnumbers.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets total (category)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Shows the number of tickets from this and last month grouped by status.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Shows the number of tickets from this and last month grouped by medium.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets total (status) per day</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets total (category) per day</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets total (medium) per day</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Reset mosaico template data</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Shows the number of tickets from this and last month grouped by mailsignature. Data is shown in day-resolution by clicking on a month. Using this dashlet may lead to a performance loss with high ticketnumbers.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets total (medium)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Visibility</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Export mosaico metadata</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Shows the number of tickets from this and last month grouped by mailsignature.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Import mosaico metadata</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Number of tickets (category)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Shows the number of tickets from this and last month grouped by priority.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart number of tickets total (priority)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Number of tickets (status)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Shows the number of tickets from this and last month grouped by medium. Data is shown in day-resolution by clicking on a month. Using this dashlet may lead to a performance loss with high ticketnumbers.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>This resource has %0 planned operations in this timeframe that might need to be replanned.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Clear visit recommendation link</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Operation visit</name>
-    </stringEntry>
-    <stringEntry>
-      <name>You can only link one resource operation to a appointment.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 resources were created.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete ticket comment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Responsible for the visit recommendation not available as a resource.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create operation manually</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create responsible person as resource</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Assign directly</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Last Ticket Comment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 operations were created.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Generate operation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 operations were added to the resource planning.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sick</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create appointment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>sickness</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Edit ticket comment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>booked time</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Create ticket comment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Template for Ticket Comment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The contact is not part of the selected organisation.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Read ticket comment</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Clear resource link</name>
-    </stringEntry>
-    <stringEntry>
-      <name>{$MAIL_SENT}</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Graphical evaluation</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Set not done</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Original E-Mail</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Device type</name>
-    </stringEntry>
-    <stringEntry>
-      <name>not done</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Serial action | Change planning</name>
-    </stringEntry>
-    <stringEntry>
-      <name>E-mail as .eml-file not found</name>
-    </stringEntry>
-    <stringEntry>
-      <name>{$SKILL}</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Delete the metadata and content of the template?</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Dataset count</name>
-    </stringEntry>
-    <stringEntry>
-      <name>The following resources have been planned more than once:</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Expires at</name>
-    </stringEntry>
-    <stringEntry>
-      <name>calendar week</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Operation title</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Opening hours</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show in PreviewView</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Unique Views</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Turnover planning</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Relevant documents</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Lookup keyword</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Servicetickets</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Left</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Default value</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Allow multiple submissions</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Download answers as CSV</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Target field</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Private stay</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket Selection</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show question numbers</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sending mails not active for inbox %0</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Syria</name>
-    </stringEntry>
-    <stringEntry>
-      <name>North Korea</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Privacy</name>
-    </stringEntry>
-    <stringEntry>
-      <name>UniqueView</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Iran</name>
-    </stringEntry>
-    <stringEntry>
-      <name>getQuestionnaireJson</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Form description page</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Values cannot be assigned repeatedly!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Hidden</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Target table</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Laos</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Column count</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Form title</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Vatican</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Falkland Islands</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Max length</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Tanzania</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Dropdown</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Web Form</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Anonym</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Copy questionnaire</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Pages</name>
-    </stringEntry>
-    <stringEntry>
-      <name>QuestionnaireLookup</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Survey</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Top</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Questionnaireid</name>
-    </stringEntry>
-    <stringEntry>
-      <name>North Macedonia</name>
-    </stringEntry>
-    <stringEntry>
-      <name>QuestionnaireAnswer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Eventcode</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Logo file</name>
-    </stringEntry>
-    <stringEntry>
-      <name>United States</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 contacts selected</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Completion page text</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ivory Coast</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Read only</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resourceoperationtask_id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>getDemoUserPassword</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Mosaico export file</name>
-    </stringEntry>
-    <stringEntry>
-      <name>MEws</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Vietnam</name>
-    </stringEntry>
-    <stringEntry>
-      <name>%0 of the chosen records will be added to the event, because %1 are already participants</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Visible condition</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Beginn</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Question</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Show progress bar</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Answer type</name>
-    </stringEntry>
-    <stringEntry>
-      <name>QuestionnaireQuestion</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Foreign keytype</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Datetime</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Form subtitle</name>
-    </stringEntry>
-    <stringEntry>
-      <name>This survey has already been completed.</name>
-    </stringEntry>
-    <stringEntry>
-      <name>United Kingdom</name>
-    </stringEntry>
-    <stringEntry>
-      <name>At least one lookupvalue must be added!</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Questionnaireanswerid</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Palestine</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Brunei</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Panel</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Venezuela</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Changed because of mailfilter \"%0\" - \"%1\"</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Ticket has to inbox</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Expression</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Questionnairequestion_id</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Sorting Layer</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Covid Information</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Questionnaire</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Technical user</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Chart Number of tickets per inbox (status)</name>
-    </stringEntry>
-    <stringEntry>
-      <name>Resourceoperationtasklinkid</name>
-    </stringEntry>
-    <stringEntry>
-      <name>South Korea</name>
+      <name>root.Start time must be earlier than end time</name>
+      <value>Czas rozpoczęcia musi być wcześniejszy niż czas zakończenia</value>
     </stringEntry>
     <stringEntry>
-      <name>Website address</name>
+      <name>root.hours</name>
+      <value>godziny</value>
     </stringEntry>
     <stringEntry>
-      <name>Checkbox</name>
+      <name>root.You don't have permission for this view.</name>
+      <value>Nie masz uprawnień do tego widoku.</value>
     </stringEntry>
     <stringEntry>
-      <name>Resourceoperation_id</name>
+      <name>root.Wrong password</name>
+      <value>Złe hasło</value>
     </stringEntry>
     <stringEntry>
-      <name>Min description</name>
+      <name>root.Enter current password to verify</name>
+      <value>Wprowadź aktualne hasło do weryfikacji</value>
     </stringEntry>
     <stringEntry>
-      <name>Value max</name>
+      <name>root.True</name>
+      <value>Prawdziwe</value>
     </stringEntry>
     <stringEntry>
-      <name>Resourceoperationlinkid</name>
+      <name>root.False</name>
+      <value>Fałszywy</value>
     </stringEntry>
     <stringEntry>
-      <name>Questionnairelookupvalueid</name>
+      <name>root.SELECTION_BOTH</name>
+      <value>SELECTION_BOTH</value>
     </stringEntry>
     <stringEntry>
-      <name>Technical user for inbox %0 not found</name>
+      <name>root.SELECTION_POSTFIX</name>
+      <value>SELECTION_POSTFIX</value>
     </stringEntry>
     <stringEntry>
-      <name>Radiogroup</name>
+      <name>root.No consumer found for context '%0'</name>
+      <value>Nie znaleziono konsumenta dla kontekstu „%0”</value>
     </stringEntry>
     <stringEntry>
-      <name>Question type</name>
+      <name>root.End time must be later than start time</name>
+      <value>Czas zakończenia musi być późniejszy niż czas rozpoczęcia</value>
     </stringEntry>
     <stringEntry>
-      <name>Moldova</name>
+      <name>root.hour</name>
+      <value>godzina</value>
     </stringEntry>
     <stringEntry>
-      <name>Range</name>
+      <name>root.New password must not be the same as the current password</name>
+      <value>Nowe hasło nie może być takie samo jak obecne</value>
     </stringEntry>
     <stringEntry>
-      <name>Send e-mails</name>
+      <name>root.SELECTION_NULL</name>
+      <value>SELECTION_NULL</value>
     </stringEntry>
     <stringEntry>
-      <name>Value min</name>
+      <name>root.Password and confirmation must be the same!</name>
+      <value>Hasło i potwierdzenie muszą być takie same!</value>
     </stringEntry>
     <stringEntry>
-      <name>Bottom</name>
+      <name>root.SELECTION_NEITHER</name>
+      <value>SELECTION_NEITHER</value>
     </stringEntry>
     <stringEntry>
-      <name>Value_number</name>
+      <name>root.SELECTION_PREFIX</name>
+      <value>SELECTION_PREFIX</value>
     </stringEntry>
     <stringEntry>
-      <name>Copy questionnaire link</name>
+      <name>root.Some prereserved EntityFields which are necessary for 360° are not available. Context: %0 Data: %1 \nNeeded EntityFields are: #UID, #TITLE, #MAPPING, #CONTENTDESCRIPTION, #CONTENTTITLE, DATE_NEW, ACTIVE.</name>
     </stringEntry>
     <stringEntry>
-      <name>Questionnairequestionid</name>
+      <name>root.Some prereserved EntityFields which are necessary for 360° are not available. Context: %0</name>
     </stringEntry>
     <stringEntry>
-      <name>Complete button text</name>
+      <name>root.Context_entity.title</name>
+      <value>Kontekst</value>
     </stringEntry>
     <stringEntry>
-      <name>Rating</name>
+      <name>root.Context_entity.titlePlural</name>
+      <value>Konteksty</value>
     </stringEntry>
     <stringEntry>
-      <name>Title location</name>
+      <name>root.Context_entity.UID.title</name>
+      <value>Identyfikator kontekstu</value>
     </stringEntry>
     <stringEntry>
-      <name>Newsletter unsubscribe</name>
+      <name>root.Context_entity.CONTEXT_NAME.title</name>
+      <value>Nazwa kontekstu</value>
     </stringEntry>
     <stringEntry>
-      <name>Bolivia</name>
+      <name>root.DefaultAdminView_entity.ENTITY.title</name>
+      <value>Podmiot</value>
     </stringEntry>
     <stringEntry>
-      <name>Russia</name>
+      <name>root.Usersettings_entity.title</name>
+      <value>Ustawienia</value>
     </stringEntry>
     <stringEntry>
-      <name>Default language</name>
+      <name>root.Usersettings_entity.titlePlural</name>
+      <value>Ustawienia</value>
     </stringEntry>
     <stringEntry>
-      <name>Row break</name>
+      <name>root.Usersettings_entity.calHourdivider.title</name>
+      <value>Dzielnik godzin kalendarza</value>
     </stringEntry>
     <stringEntry>
-      <name>Newsletter SelfService</name>
+      <name>root.Usersettings_entity.calMaintimeEnd.title</name>
+      <value>Koniec głównego kalendarza</value>
     </stringEntry>
     <stringEntry>
-      <name>Eventtype</name>
+      <name>root.Usersettings_entity.calMaintimeStart.title</name>
+      <value>Początek głównego kalendarza</value>
     </stringEntry>
     <stringEntry>
-      <name>Negative prices are only allowed for credits</name>
+      <name>root.Usersettings_entity.UID.title</name>
+      <value>UID</value>
     </stringEntry>
     <stringEntry>
-      <name>Required</name>
+      <name>root.Usersettings_entity.selectionIgnoreCase.title</name>
+      <value>Wybór ignoruj wielkość liter</value>
     </stringEntry>
     <stringEntry>
-      <name>Kosovo</name>
+      <name>root.Usersettings_entity.selectionPlaceholder.title</name>
+      <value>Symbol zastępczy wyboru</value>
     </stringEntry>
     <stringEntry>
-      <name>Skills</name>
+      <name>root.Usersettings_entity.jPassword.title</name>
+      <value>Nowe hasło</value>
     </stringEntry>
     <stringEntry>
-      <name>Lookup type</name>
+      <name>root.Usersettings_entity.jPasswordRepeat.title</name>
+      <value>Powtórz hasło</value>
     </stringEntry>
     <stringEntry>
-      <name>Download HTML</name>
+      <name>root.Usersettings_entity.currentPassword.title</name>
+      <value>Aktualne hasło</value>
     </stringEntry>
     <stringEntry>
-      <name>Outgoing payment</name>
+      <name>root.Usersettings_entity.userCurrency.title</name>
+      <value>Waluta użytkownika</value>
     </stringEntry>
     <stringEntry>
-      <name>ResourceOperationLink</name>
+      <name>root.Usersettings_entity.incomingCallContext.title</name>
+      <value>Kontekst połączenia</value>
     </stringEntry>
     <stringEntry>
-      <name>Available in Webservices</name>
+      <name>root.Usersettings_entity.prefferredApprover.title</name>
+      <value></value>
     </stringEntry>
     <stringEntry>
-      <name>Answers</name>
+      <name>root.Usersettings_entity.sendNotificationAsMail.title</name>
+      <value></value>
     </stringEntry>
     <stringEntry>
-      <name>Logo URL</name>
+      <name>root.Usersettings.title</name>
+      <value>Ustawienia</value>
     </stringEntry>
     <stringEntry>
-      <name>Parent node</name>
+      <name>root.IndexSearchView.IndexSearchDashlet.title</name>
+      <value>Szukaj</value>
     </stringEntry>
     <stringEntry>
-      <name>The survey could not be found.</name>
+      <name>root.IndexSearchView.indexsearch.title</name>
+      <value>Szukaj</value>
     </stringEntry>
     <stringEntry>
-      <name>Answer</name>
+      <name>root.UsersettingsEdit_view.title</name>
+      <value>Ustawienia</value>
     </stringEntry>
     <stringEntry>
-      <name>Input type</name>
+      <name>root.UsersettingsEdit_view.PasswordEdit.drawerCaption</name>
+      <value>Hasło</value>
     </stringEntry>
     <stringEntry>
-      <name>Foreign key</name>
+      <name>root.UsersettingsEdit_view.PasswordEdit.title</name>
+      <value>Ustawienia</value>
     </stringEntry>
     <stringEntry>
-      <name>ResourceOperationTaskLink</name>
+      <name>root.UsersettingsEdit_view.CurrencyEdit.drawerCaption</name>
+      <value>Waluta</value>
     </stringEntry>
     <stringEntry>
-      <name>Micronesia</name>
+      <name>root.UsersettingsEdit_view.CurrencyEdit.title</name>
+      <value>Ustawienia</value>
     </stringEntry>
     <stringEntry>
-      <name>Max description</name>
+      <name>root.UsersettingsEdit_view.PhoneEdit.drawerCaption</name>
+      <value>Telefon</value>
     </stringEntry>
     <stringEntry>
-      <name>No technical user set for inbox %0</name>
+      <name>root.UsersettingsEdit_view.Notification.drawerCaption</name>
+      <value>Powiadomienie</value>
     </stringEntry>
     <stringEntry>
-      <name>An error occurred while creating the export. Please download and send the added error message to your administrator.</name>
+      <name>root.UsersettingsEdit_view.Notification.title</name>
+      <value>Powiadomienie</value>
     </stringEntry>
   </keyValueMap>
 </language>
diff --git a/neonContext/Usersettings/Usersettings.aod b/neonContext/Usersettings/Usersettings.aod
index 4bbf480..db93699 100644
--- a/neonContext/Usersettings/Usersettings.aod
+++ b/neonContext/Usersettings/Usersettings.aod
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <neonContext xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.2.0" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonContext/1.2.0">
   <name>Usersettings</name>
-  <title>Settings</title>
+  <title>root.Usersettings.title</title>
   <majorModelMode>DISTRIBUTED</majorModelMode>
   <documentation>%aditoprj%/neonContext/Usersettings/documentation.adoc</documentation>
   <editView>UsersettingsEdit_view</editView>
diff --git a/neonView/IndexSearchView/IndexSearchView.aod b/neonView/IndexSearchView/IndexSearchView.aod
index 70b4357..4f3a7a9 100644
--- a/neonView/IndexSearchView/IndexSearchView.aod
+++ b/neonView/IndexSearchView/IndexSearchView.aod
@@ -5,7 +5,7 @@
   <dashletConfigurations>
     <neonDashletConfiguration>
       <name>IndexSearchDashlet</name>
-      <title>{SEARCH_INDEX_TITLE}</title>
+      <title>root.IndexSearchView.IndexSearchDashlet.title</title>
       <description>Possibility to search for terms</description>
       <fragment>IndexSearchContext/full</fragment>
       <storeRoles />
@@ -13,7 +13,7 @@
       <categories>
         <neonDashletCategory>
           <name>indexsearch</name>
-          <title>{SEARCH_INDEX_TITLE}</title>
+          <title>root.IndexSearchView.indexsearch.title</title>
         </neonDashletCategory>
       </categories>
     </neonDashletConfiguration>
diff --git a/neonView/UsersettingsEdit_view/UsersettingsEdit_view.aod b/neonView/UsersettingsEdit_view/UsersettingsEdit_view.aod
index b5fe9a9..bb1e219 100644
--- a/neonView/UsersettingsEdit_view/UsersettingsEdit_view.aod
+++ b/neonView/UsersettingsEdit_view/UsersettingsEdit_view.aod
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <neonView xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.2.3" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonView/1.2.3">
   <name>UsersettingsEdit_view</name>
-  <title>Settings</title>
+  <title>root.UsersettingsEdit_view.title</title>
   <majorModelMode>DISTRIBUTED</majorModelMode>
   <documentation>%aditoprj%/neonView/UsersettingsEdit_view/documentation.adoc</documentation>
   <layout>
@@ -12,12 +12,12 @@
       <name>PasswordEdit</name>
       <editMode v="true" />
       <showDrawer v="true" />
-      <drawerCaption>Password</drawerCaption>
+      <drawerCaption>root.UsersettingsEdit_view.PasswordEdit.drawerCaption</drawerCaption>
       <fixedDrawer v="true" />
       <hideEmptyFields v="false" />
       <entityField>#ENTITY</entityField>
       <isEditable v="true" />
-      <title>Settings</title>
+      <title>root.UsersettingsEdit_view.PasswordEdit.title</title>
       <fields>
         <entityFieldLink>
           <name>f1f04b31-7ca3-4183-9b26-1726caf3e0b8</name>
@@ -37,11 +37,11 @@
       <name>CurrencyEdit</name>
       <editMode v="true" />
       <showDrawer v="true" />
-      <drawerCaption>Currency</drawerCaption>
+      <drawerCaption>root.UsersettingsEdit_view.CurrencyEdit.drawerCaption</drawerCaption>
       <fixedDrawer v="true" />
       <hideLabels v="false" />
       <hideEmptyFields v="false" />
-      <title>Settings</title>
+      <title>root.UsersettingsEdit_view.CurrencyEdit.title</title>
       <fields>
         <entityFieldLink>
           <name>06e4af54-9604-4139-9be1-ba7a7025d231</name>
@@ -57,7 +57,7 @@
       <name>PhoneEdit</name>
       <editMode v="true" />
       <showDrawer v="true" />
-      <drawerCaption>Phone</drawerCaption>
+      <drawerCaption>root.UsersettingsEdit_view.PhoneEdit.drawerCaption</drawerCaption>
       <fixedDrawer v="true" />
       <hideEmptyFields v="false" />
       <fields>
@@ -71,10 +71,10 @@
       <name>Notification</name>
       <editMode v="true" />
       <showDrawer v="true" />
-      <drawerCaption>Notification</drawerCaption>
+      <drawerCaption>root.UsersettingsEdit_view.Notification.drawerCaption</drawerCaption>
       <fixedDrawer v="true" />
       <hideEmptyFields v="false" />
-      <title>Notification</title>
+      <title>root.UsersettingsEdit_view.Notification.title</title>
       <fields>
         <entityFieldLink>
           <name>4dec2e2f-cd6a-46c9-a08a-5379947289ca</name>
diff --git a/process/ContextUtils_lib/process.js b/process/ContextUtils_lib/process.js
index 4eb0e4c..013f3e3 100644
--- a/process/ContextUtils_lib/process.js
+++ b/process/ContextUtils_lib/process.js
@@ -142,7 +142,7 @@ ContextUtils.getContextConsumer = function(pContextId)
     let consumer = consumerMapping[pContextId];
     if (pContextId == undefined)
     {
-        throw new Error(translate.withArguments("No consumer found for context '%0'", [pContextId]));
+        throw new Error(translate.withArguments("root.No consumer found for context '%0'", [pContextId]));
     }
     return consumer;
 };
@@ -429,7 +429,7 @@ ContextUtils.getContextDataViaReadEntity = function(pContextId, pContextConfig,
             if(res[0]["#UID"] == undefined || res[0]["#TITLE"] == undefined || res[0]["#MAPPING"] == undefined || res[0]["#CONTENTDESCRIPTION"] == undefined 
                 || res[0]["#CONTENTTITLE"] == undefined || res[0]["DATE_NEW"] == undefined || res[0]["ACTIVE"] == undefined)
             {
-                throw new Error(translate.withArguments("Some prereserved EntityFields which are necessary for 360° are not available. Context: %0"
+                throw new Error(translate.withArguments("root.Some prereserved EntityFields which are necessary for 360° are not available. Context: %0"
                     + +" Data: %1 \nNeeded EntityFields are: #UID, #TITLE, #MAPPING, #CONTENTDESCRIPTION, #CONTENTTITLE, DATE_NEW, ACTIVE.", [pContextId, JSON.stringify(res)] ));
             }
         }
-- 
GitLab