From 261e76458a493ab7702bcc2c013e30404f8ff1df Mon Sep 17 00:00:00 2001 From: yuri Date: Wed, 25 Nov 2015 12:45:36 +0200 Subject: [PATCH] fix lang --- application/Espo/Resources/i18n/de_DE/Email.json | 8 ++++---- application/Espo/Resources/i18n/en_US/Email.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/application/Espo/Resources/i18n/de_DE/Email.json b/application/Espo/Resources/i18n/de_DE/Email.json index 7597b4d4e0..3e87306a53 100644 --- a/application/Espo/Resources/i18n/de_DE/Email.json +++ b/application/Espo/Resources/i18n/de_DE/Email.json @@ -26,9 +26,7 @@ "isRead": "Ist gelesen", "isImportant": "Ist wichtig", "isUsers": "Gehört Benutzer", - "inTrash": "Im Papierkorb", - "Move to Trash": "In den Papierkorb verschieben", - "Retrieve from Trash": "Aus dem Papierkorb hervorholen" + "inTrash": "Im Papierkorb" }, "links": { "replied": "Beantwortet", @@ -65,7 +63,9 @@ "Mark all as read": "Als gelesen markieren", "Show Plain Text": "Als Text zeigen", "Mark as Important": "Als wichtig markieren", - "Unmark Importance": "Wichtig Markierung entfernen" + "Unmark Importance": "Wichtig Markierung entfernen", + "Move to Trash": "In den Papierkorb verschieben", + "Retrieve from Trash": "Aus dem Papierkorb hervorholen" }, "messages": { "noSmtpSetup": "Keine SMTP Einstellungen {link}.", diff --git a/application/Espo/Resources/i18n/en_US/Email.json b/application/Espo/Resources/i18n/en_US/Email.json index bd56f9b9b3..d37df3e489 100644 --- a/application/Espo/Resources/i18n/en_US/Email.json +++ b/application/Espo/Resources/i18n/en_US/Email.json @@ -26,9 +26,7 @@ "isRead": "Is Read", "isImportant": "Is Important", "isUsers": "Is User's", - "inTrash": "In Trash", - "Move to Trash": "Move to Trash", - "Retrieve from Trash": "Retrieve from Trash" + "inTrash": "In Trash" }, "links": { "replied": "Replied", @@ -65,7 +63,9 @@ "Mark all as read": "Mark all as read", "Show Plain Text": "Show Plain Text", "Mark as Important": "Mark as Important", - "Unmark Importance": "Unmark Importance" + "Unmark Importance": "Unmark Importance", + "Move to Trash": "Move to Trash", + "Retrieve from Trash": "Retrieve from Trash" }, "messages": { "noSmtpSetup": "No SMTP setup. {link}.",