From b1986e5f7cc2a47108e42be2d75609d68fa6b6ec Mon Sep 17 00:00:00 2001 From: Hagen Tasche Date: Thu, 30 Nov 2017 14:01:46 +0100 Subject: [PATCH] Update lang.en.php Translation from german to english --- data/web/lang/lang.en.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/web/lang/lang.en.php b/data/web/lang/lang.en.php index 6b404862..95516286 100644 --- a/data/web/lang/lang.en.php +++ b/data/web/lang/lang.en.php @@ -174,8 +174,8 @@ $lang['user']['tag_handling'] = 'Set handling for tagged mail'; $lang['user']['tag_in_subfolder'] = 'In subfolder'; $lang['user']['tag_in_subject'] = 'In subject'; $lang['user']['tag_help_explain'] = 'In subfolder: a new subfolder named after the tag will be created below INBOX ("INBOX/Facebook").
-In subject: the tags name will be prepended to the mails subject, example: "[Facebook] Meine Neuigkeiten".'; -$lang['user']['tag_help_example'] = 'Example for a tagged email address: ich+Facebook@example.org'; +In subject: the tags name will be prepended to the mails subject, example: "[Facebook] My News".'; +$lang['user']['tag_help_example'] = 'Example for a tagged email address: me+Facebook@example.org'; $lang['user']['eas_reset'] = 'Reset ActiveSync device cache'; $lang['user']['eas_reset_now'] = 'Reset now'; $lang['user']['eas_reset_help'] = 'In many cases a device cache reset will help to recover a broken ActiveSync profile.
Attention: All elements will be redownloaded!';