From 4cca7eb4259a7b0949fe9714e439b9e4ec2336ba Mon Sep 17 00:00:00 2001 From: James Cook Date: Wed, 9 Dec 2009 18:26:34 -0800 Subject: EXT-299 "Mute" still showing in menu_pie_avatar.xml although label says "Block" --- indra/newview/skins/default/xui/en/strings.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'indra/newview/skins/default/xui/en/strings.xml') diff --git a/indra/newview/skins/default/xui/en/strings.xml b/indra/newview/skins/default/xui/en/strings.xml index d5022de089..4d507a4a61 100644 --- a/indra/newview/skins/default/xui/en/strings.xml +++ b/indra/newview/skins/default/xui/en/strings.xml @@ -2112,6 +2112,10 @@ this texture in your inventory Unknown file extension .%s Expected .wav, .tga, .bmp, .jpg, .jpeg, or .bvh + Block + Block + Unblock + Unblock Add to My Landmarks... Edit my Landmark... -- cgit v1.2.3 From 08c0d3876bcddb2beeabb6fb2cd1a620eeb02576 Mon Sep 17 00:00:00 2001 From: Mike Antipov Date: Thu, 10 Dec 2009 14:45:41 +0200 Subject: Work on major task EXT-2808 (Add speakers moderation (both voice and text) to the Voice Control Panel (Active Speakers List)) -- Implemented Actions to Mute/Unmute Participants without using Agent's Block List -- Updated missing strings to show error while moderating --HG-- branch : product-engine --- indra/newview/skins/default/xui/en/strings.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'indra/newview/skins/default/xui/en/strings.xml') diff --git a/indra/newview/skins/default/xui/en/strings.xml b/indra/newview/skins/default/xui/en/strings.xml index c3650c71c3..8ac4ca95b9 100644 --- a/indra/newview/skins/default/xui/en/strings.xml +++ b/indra/newview/skins/default/xui/en/strings.xml @@ -2900,6 +2900,9 @@ If you continue to receive this message, contact the [SUPPORT_SITE]. Unable to send your message to the chat session with [RECIPIENT]. + + Error while moderating. + You have been removed from the group. -- cgit v1.2.3 From f446e2b94d05315a09e3068b258a606986ec8872 Mon Sep 17 00:00:00 2001 From: Mike Antipov Date: Mon, 14 Dec 2009 12:49:48 +0200 Subject: Fixed Normal bug EXT-3115 ("Unable to start new chat session" MissingString(generic)) -- added string with name="generic" with the same value as "generic_request_error" into strings.xml (because "generic" is a part of server's response body) --HG-- branch : product-engine --- indra/newview/skins/default/xui/en/strings.xml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'indra/newview/skins/default/xui/en/strings.xml') diff --git a/indra/newview/skins/default/xui/en/strings.xml b/indra/newview/skins/default/xui/en/strings.xml index 8ac4ca95b9..00bbe71447 100644 --- a/indra/newview/skins/default/xui/en/strings.xml +++ b/indra/newview/skins/default/xui/en/strings.xml @@ -2873,6 +2873,14 @@ If you continue to receive this message, contact the [SUPPORT_SITE]. You have blocked this resident. Sending a message will automatically unblock them. + + + Error making request, please try again later. + Error making request, please try again later. -- cgit v1.2.3 From ffcf4dee5268f34e0e2782bc85509cdcf4c3810b Mon Sep 17 00:00:00 2001 From: Andrew Dyukov Date: Wed, 16 Dec 2009 17:11:41 +0200 Subject: Fixed low bug EXT-3188 ("There are no picks/classfields here" message should appear in "Picks" tab after the server response and not to). - added "Loading..." message - changed condition on which "There are no picks/classfields here" is shown and moved message string to strings.xml --HG-- branch : product-engine --- indra/newview/skins/default/xui/en/strings.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'indra/newview/skins/default/xui/en/strings.xml') diff --git a/indra/newview/skins/default/xui/en/strings.xml b/indra/newview/skins/default/xui/en/strings.xml index 2f50c5ee6c..0aefc15090 100644 --- a/indra/newview/skins/default/xui/en/strings.xml +++ b/indra/newview/skins/default/xui/en/strings.xml @@ -2074,6 +2074,10 @@ this texture in your inventory Clicks: [TELEPORT] teleport, [MAP] map, [PROFILE] profile (will update after publish) + + + There are no picks/classifieds here + Loading... Preview -- cgit v1.2.3 From a0ddd6877bfab939b7b68a338637276783601a09 Mon Sep 17 00:00:00 2001 From: Vadim Savchuk Date: Wed, 16 Dec 2009 17:08:03 +0200 Subject: Un-hardcoded a couple of strings. --HG-- branch : product-engine --- indra/newview/skins/default/xui/en/strings.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'indra/newview/skins/default/xui/en/strings.xml') diff --git a/indra/newview/skins/default/xui/en/strings.xml b/indra/newview/skins/default/xui/en/strings.xml index 0aefc15090..ec4723bd55 100644 --- a/indra/newview/skins/default/xui/en/strings.xml +++ b/indra/newview/skins/default/xui/en/strings.xml @@ -2846,6 +2846,10 @@ If you continue to receive this message, contact the [SUPPORT_SITE]. To (Moderator) + + Started a voice call + Joined the voice call + Joining Voice Chat... -- cgit v1.2.3