Skip to content

Commit 5e0e76e

Browse files
committed
Change translation key
1 parent 6687e26 commit 5e0e76e

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
@@ -485,7 +485,7 @@ protected function showFolder(): void
485485
if ($this->folder->isInbox()) {
486486
$mail_options = new ilMailOptions($this->user->getId());
487487
if ($mail_options->getIncomingType() === ilMailOptions::INCOMING_EMAIL) {
488-
$message_box = $this->ui_factory->messageBox()->info($this->lng->txt('incoming_local_no_new_mails_inbox'));
488+
$message_box = $this->ui_factory->messageBox()->info($this->lng->txt('mail_inbox_external_delivery_only_info'));
489489
$components = [$message_box, ...$components];
490490
}
491491
}

lang/ilias_de.lang

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11498,7 +11498,6 @@ mail#:#deleteTemplate#:#Löschen
1149811498
mail#:#first_email_missing_info#:#Auswahl nicht möglich, da keine E-Mail-Adresse eingetragen wurde
1149911499
mail#:#forward#:#Weiterleiten
1150011500
mail#:#goto_invitation_chat#:#Chatraum öffnen
11501-
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.
1150211501
mail#:#invite_to_chat#:#in Chat einladen
1150311502
mail#:#link_check_affected_links#:#Betroffene Links
1150411503
mail#:#link_check_introduction#:#die folgenden Externen Links sind ungültig:
@@ -11603,6 +11602,7 @@ mail#:#mail_global_reply_to_addr#:#Reply-To
1160311602
mail#:#mail_global_reply_to_addr_info#:#Bitte tragen Sie hier die gewünschte 'Reply-To'-E-Mail-Adresse ein.
1160411603
mail#:#mail_grp_roles#:#alle Personen mit folgenden lokalen Rollen. Label is now generalised for all components that support ‘mail to members‘
1160511604
mail#:#mail_hint_add_placeholder_x#:#Füge Platzhalter „%s“ in den Textkörper der Nachricht ein.
11605+
mail#:#mail_inbox_external_delivery_only_info#:#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.
1160611606
mail#:#mail_incoming#:#Maileingang
1160711607
mail#:#mail_incoming_both#:#Lokal und Weiterleitung an E-Mail
1160811608
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
@@ -11499,7 +11499,6 @@ mail#:#deleteTemplate#:#Delete
1149911499
mail#:#first_email_missing_info#:#Selection not possible because no e-mail address has been entered
1150011500
mail#:#forward#:#Forward
1150111501
mail#:#goto_invitation_chat#:#Open Chat Room
11502-
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.
1150311502
mail#:#invite_to_chat#:#Invite to Chat
1150411503
mail#:#link_check_affected_links#:#Affected Links
1150511504
mail#:#link_check_introduction#:#the following weblinks are invalid:
@@ -11604,6 +11603,7 @@ mail#:#mail_global_reply_to_addr#:#Reply-To
1160411603
mail#:#mail_global_reply_to_addr_info#:#Please enter the desired 'Reply-To' address.
1160511604
mail#:#mail_grp_roles#:#Send Mail to Group Roles
1160611605
mail#:#mail_hint_add_placeholder_x#:#Add the placeholder '%s' to the message body.
11606+
mail#:#mail_inbox_external_delivery_only_info#:#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.
1160711607
mail#:#mail_incoming#:#Incoming Mail
1160811608
mail#:#mail_incoming_both#:#Receive Mail Locally and Forward to:
1160911609
mail#:#mail_incoming_local#:#Receive Mail Locally Only
@@ -15095,7 +15095,7 @@ rep#:#rep_fav_intro1#:#You have not yet selected any favourites. To do so, there
1509515095
rep#:#rep_fav_intro2#:#Click on '%s' and select a learning object from those available, for example a learning module or a forum.
1509615096
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>".
1509715097
rep#:#rep_favourites#:#Favourites
15098-
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.
15098+
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.
1509915099
rep#:#rep_input_not_empty#:#This field must not be empty, please provide a value.
1510015100
rep#:#rep_intro#:#Welcome to the Repository!
1510115101
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)