diff options
author | Rider Linden <rider@lindenlab.com> | 2024-10-21 16:35:23 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2024-10-21 16:35:23 -0700 |
commit | b8da1259ba9fa9b2afc0a2b6050b147dbf13ccb8 (patch) | |
tree | b75fc66abd8e859ce5a37b6c1fd6898bdd68ec82 /indra/newview/skins/default/xui/da | |
parent | 99937bf3d4c68fa32cdc888b8cd9b9ed9d43fdbf (diff) |
Issue #2907: Process metadata sent along with chats of type IM_NOTHING_SPECIAL, The metadata can contain information about the bot status of the sender. It may also contain a system-injected notification that is displayed to the agent as part of the 1:1 chat window.
Diffstat (limited to 'indra/newview/skins/default/xui/da')
-rw-r--r-- | indra/newview/skins/default/xui/da/strings.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/da/strings.xml b/indra/newview/skins/default/xui/da/strings.xml index e4f99d14e9..c4275d43f7 100644 --- a/indra/newview/skins/default/xui/da/strings.xml +++ b/indra/newview/skins/default/xui/da/strings.xml @@ -3723,6 +3723,10 @@ Hvis du bliver ved med at modtage denne besked, kontakt venligst [SUPPORT_SITE]. <string name="conference-title-incoming"> Konference med [AGENT_NAME] </string> + <string name="bot_warning"> +Du chatter med en bot, [NAME]. Del ikke personlige oplysninger. +Læs mere på https://second.life/scripted-agents. + </string> <string name="no_session_message"> (IM session eksisterer ikke) </string> |