Skip to content

Commit 5f4ac89

Browse files
mBeymmjansenDatabay
authored andcommitted
Change translation key
1 parent e13ad5c commit 5f4ac89

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

components/ILIAS/Mail/classes/class.ilMailFolderGUI.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ protected function showFolder(): void
491491
if ($this->folder->isInbox()) {
492492
$mail_options = new ilMailOptions($this->user->getId());
493493
if ($mail_options->getIncomingType() === ilMailOptions::INCOMING_EMAIL) {
494-
$message_box = $this->ui_factory->messageBox()->info($this->lng->txt('incoming_local_no_new_mails_inbox'));
494+
$message_box = $this->ui_factory->messageBox()->info($this->lng->txt('mail_inbox_external_delivery_only_info'));
495495
$components = [$message_box, ...$components];
496496
}
497497
}

lang/ilias_de.lang

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11581,7 +11581,6 @@ mail#:#edit_attachments#:#Anhänge bearbeiten
1158111581
mail#:#first_email_missing_info#:#Auswahl nicht möglich, da keine E-Mail-Adresse eingetragen wurde
1158211582
mail#:#forward#:#Weiterleiten
1158311583
mail#:#goto_invitation_chat#:#Chatraum öffnen
11584-
mail#:#incoming_local_no_new_mails_inbox#:#Ihr Konto ist so konfiguriert, dass E-Mails an Ihre E-Mail-Adresse empfangen werden. <br>Sie können E-Mails in diesem Posteingang nur sehen, wenn Ihr Konto so konfiguriert ist, dass diese lokal empfangen werden.
1158511584
mail#:#invite_to_chat#:#in Chat einladen
1158611585
mail#:#link_check_affected_links#:#Betroffene Links
1158711586
mail#:#link_check_introduction#:#die folgenden Externen Links sind ungültig:
@@ -11686,6 +11685,7 @@ mail#:#mail_global_reply_to_addr#:#Reply-To
1168611685
mail#:#mail_global_reply_to_addr_info#:#Bitte tragen Sie hier die gewünschte 'Reply-To'-E-Mail-Adresse ein.
1168711686
mail#:#mail_grp_roles#:#alle Personen mit folgenden lokalen Rollen. Label is now generalised for all components that support ‘mail to members‘
1168811687
mail#:#mail_hint_add_placeholder_x#:#Füge Platzhalter „%s“ in den Textkörper der Nachricht ein.
11688+
mail#:#mail_inbox_external_delivery_only_info#:#Ihr Konto ist so konfiguriert, dass E-Mails an Ihre E-Mail-Adresse gesendet werden. <br>Sie können E-Mails in diesem Posteingang nur sehen, wenn Ihr Konto so konfiguriert ist, dass diese (auch) lokal empfangen werden.
1168911689
mail#:#mail_incoming#:#Maileingang
1169011690
mail#:#mail_incoming_both#:#Lokal und Weiterleitung an E-Mail
1169111691
mail#:#mail_incoming_local#:#Nur lokal empfangen

lang/ilias_en.lang

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11582,7 +11582,6 @@ mail#:#edit_attachments#:#Edit Attachments
1158211582
mail#:#first_email_missing_info#:#Selection not possible because no e-mail address has been entered
1158311583
mail#:#forward#:#Forward
1158411584
mail#:#goto_invitation_chat#:#Open Chat Room
11585-
mail#:#incoming_local_no_new_mails_inbox#:#Your account is configured to receive mails to your mail address. <br>You can only see mails in this inbox if your account is configured to receive them locally.
1158611585
mail#:#invite_to_chat#:#Invite to Chat
1158711586
mail#:#link_check_affected_links#:#Affected Links
1158811587
mail#:#link_check_introduction#:#the following weblinks are invalid:
@@ -11687,6 +11686,7 @@ mail#:#mail_global_reply_to_addr#:#Reply-To
1168711686
mail#:#mail_global_reply_to_addr_info#:#Please enter the desired 'Reply-To' address.
1168811687
mail#:#mail_grp_roles#:#Send Mail to Group Roles
1168911688
mail#:#mail_hint_add_placeholder_x#:#Add the placeholder '%s' to the message body.
11689+
mail#:#mail_inbox_external_delivery_only_info#:#Your account is configured to receive messages at an external email address.<br>You can only see mails in this inbox if your account is configured to (also) receive them locally.
1169011690
mail#:#mail_incoming#:#Incoming Mail
1169111691
mail#:#mail_incoming_both#:#Receive Mail Locally and Forward to:
1169211692
mail#:#mail_incoming_local#:#Receive Mail Locally Only
@@ -15183,7 +15183,7 @@ rep#:#rep_fav_intro1#:#You have not yet selected any favourites. To do so, there
1518315183
rep#:#rep_fav_intro2#:#Click on '%s' and select a learning object from those available, for example a learning module or a forum.
1518415184
rep#:#rep_fav_intro3#:#When you have found something that interests you, you can easily add it to your favourites. Select the desired item in the <i>Actions</i> menu and select "<i>Add to favourites</i>".
1518515185
rep#:#rep_favourites#:#Favourites
15186-
rep#:#rep_favourites_info#:#Users can mark individual repository items as favourites. A 'Favourites' list can be activated for the dashboard and the main menu.
15186+
rep#:#rep_favourites_info#:#Users can mark individual repository items as favourites. A 'Favourites' list can be activated for the dashboard and the main menu.
1518715187
rep#:#rep_input_not_empty#:#This field must not be empty, please provide a value.
1518815188
rep#:#rep_intro#:#Welcome to the Repository!
1518915189
rep#:#rep_intro1#:#In this area you can create learning and working resources for all users. All resources are organised in categories. Categories can reflect the structure of your organisation (e.g. departments), a hierarchy of disciplines, or classes of a school.

0 commit comments

Comments
 (0)