From ca067076c18b961ab68a0f1bb88ff252850181dd Mon Sep 17 00:00:00 2001 From: maxim_productengine Date: Wed, 26 Jun 2019 15:22:12 +0300 Subject: SL-11489 Add new "preexisting_tport" message to viewer --- indra/newview/skins/default/xui/en/notifications.xml | 7 +++++++ indra/newview/skins/default/xui/en/teleport_strings.xml | 3 +++ 2 files changed, 10 insertions(+) (limited to 'indra/newview/skins') diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index f72767cceb..72efb4921a 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -2477,6 +2477,13 @@ Sorry, but the system was unable to complete your teleport request in a timely f type="alertmodal"> fail Sorry, but the system was unable to complete your region crossing in a timely fashion. Please try again in a few minutes. + + + fail +Sorry, but the system was unable to start your teleport. Please try again in a few minutes. Sorry, but the system was unable to complete your region crossing in a timely fashion. Please try again in a few minutes. + + Sorry, but the system was unable to start your teleport. Please try again in a few minutes. + Unable to find teleport destination. The destination may be temporarily unavailable or no longer exists. Please try again in a few minutes. -- cgit v1.2.3 From 22c58368315de9ed3112339e633d61d3427b80ba Mon Sep 17 00:00:00 2001 From: maxim_productengine Date: Thu, 27 Jun 2019 13:48:14 +0300 Subject: SL-11492 Create a keyboard shortcut for Me->Appearance --- indra/newview/skins/default/xui/en/menu_viewer.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'indra/newview/skins') diff --git a/indra/newview/skins/default/xui/en/menu_viewer.xml b/indra/newview/skins/default/xui/en/menu_viewer.xml index 87a0bb7d70..e52ef2a877 100644 --- a/indra/newview/skins/default/xui/en/menu_viewer.xml +++ b/indra/newview/skins/default/xui/en/menu_viewer.xml @@ -17,9 +17,11 @@ + name="ChangeOutfit" + shortcut="control|O"> + function="Floater.ToggleOrBringToFront" + parameter="appearance" /> -- cgit v1.2.3 From dbb613a2d88fda507b7e3ac46e938f4258a70ec8 Mon Sep 17 00:00:00 2001 From: maxim_productengine Date: Tue, 2 Jul 2019 16:52:21 +0300 Subject: SL-11456 Allow scaling of HUD attachments --- .../default/xui/en/panel_preferences_advanced.xml | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'indra/newview/skins') diff --git a/indra/newview/skins/default/xui/en/panel_preferences_advanced.xml b/indra/newview/skins/default/xui/en/panel_preferences_advanced.xml index 4f0bb9d3b7..8296438d4c 100644 --- a/indra/newview/skins/default/xui/en/panel_preferences_advanced.xml +++ b/indra/newview/skins/default/xui/en/panel_preferences_advanced.xml @@ -142,6 +142,32 @@ min_val="0.75" name="ui_scale_slider" top_pad="-14" + width="250" /> + + HUD Scale: + + Date: Thu, 18 Jul 2019 18:37:45 +0300 Subject: SL-11592 [Win] Ability to bind extra mouse buttons for push to talk --- indra/newview/skins/default/xui/en/panel_preferences_sound.xml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'indra/newview/skins') diff --git a/indra/newview/skins/default/xui/en/panel_preferences_sound.xml b/indra/newview/skins/default/xui/en/panel_preferences_sound.xml index 8f2e81b9f7..649403184d 100644 --- a/indra/newview/skins/default/xui/en/panel_preferences_sound.xml +++ b/indra/newview/skins/default/xui/en/panel_preferences_sound.xml @@ -13,6 +13,14 @@ name="middle_mouse"> Middle Mouse + + Mouse Button 4 + + + Mouse Button 5 + Date: Mon, 22 Jul 2019 20:51:14 +0300 Subject: SL-10453 Unhelpful error message when trying to join a group you are already a member of --- indra/newview/skins/default/xui/en/strings.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'indra/newview/skins') diff --git a/indra/newview/skins/default/xui/en/strings.xml b/indra/newview/skins/default/xui/en/strings.xml index 71ab490547..2bf3f96ea7 100644 --- a/indra/newview/skins/default/xui/en/strings.xml +++ b/indra/newview/skins/default/xui/en/strings.xml @@ -2634,6 +2634,7 @@ If you continue to receive this message, please contact Second Life support for Debits Total No group data found for group + You are already in this group -- cgit v1.2.3 From a28386b93472f7881b6d75a06f4ecf5fbd456a17 Mon Sep 17 00:00:00 2001 From: maxim_productengine Date: Mon, 29 Jul 2019 17:42:44 +0300 Subject: SL-9189 Add ability to rename gesture in Gesture list --- .../skins/default/xui/en/menu_gesture_gear.xml | 10 ++++++++++ .../newview/skins/default/xui/en/notifications.xml | 23 ++++++++++++++++++++++ 2 files changed, 33 insertions(+) (limited to 'indra/newview/skins') diff --git a/indra/newview/skins/default/xui/en/menu_gesture_gear.xml b/indra/newview/skins/default/xui/en/menu_gesture_gear.xml index c1458977ca..5cae643e44 100644 --- a/indra/newview/skins/default/xui/en/menu_gesture_gear.xml +++ b/indra/newview/skins/default/xui/en/menu_gesture_gear.xml @@ -11,6 +11,16 @@ + + + + + + New gesture name: + confirm +
+ + [NAME] + +
+ -- cgit v1.2.3 From cd25ae3e083e34acfa659ac78c0ae3fb246ee630 Mon Sep 17 00:00:00 2001 From: maxim_productengine Date: Tue, 13 Aug 2019 12:40:32 +0300 Subject: SL-11707 FIXED [Maint] Incorrect sound length limit referenced. --- indra/newview/skins/default/xui/en/notifications.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/newview/skins') diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 30e8f7cedc..ab80e0fc46 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -2180,7 +2180,7 @@ Wrong chunk size in WAV file: icon="alertmodal.tga" name="SoundFileInvalidTooLong" type="alertmodal"> -Audio file is too long (10 second maximum): +Audio file is too long (30 second maximum): [FILE] fail
-- cgit v1.2.3 From 6897ad72ff1774f286acd3ddebdc11fc2e0b5f23 Mon Sep 17 00:00:00 2001 From: maxim_productengine Date: Thu, 29 Aug 2019 16:51:27 +0300 Subject: SL-11675 Don't show identical error messages more then once --- indra/newview/skins/default/xui/en/notifications.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'indra/newview/skins') diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index ab80e0fc46..fd9a3f12e8 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -2259,6 +2259,7 @@ Unable to create output file: [FILE] icon="alertmodal.tga" name="DoNotSupportBulkAnimationUpload" type="alertmodal"> + [APP_NAME] does not currently support bulk upload of BVH format animation files. fail @@ -3440,6 +3441,9 @@ Display settings have been set to recommended levels because of a change to the icon="alertmodal.tga" name="ErrorMessage" type="alertmodal"> + + ERROR_MESSAGE + [ERROR_MESSAGE] fail Date: Wed, 4 Sep 2019 17:39:26 +0300 Subject: SL-11217 Show confirmation when replacing skin,shape,eyes or hairbase with item which doesn't match the type. --- indra/newview/skins/default/xui/en/notifications.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'indra/newview/skins') diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index fd9a3f12e8..874fbe19fd 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -6166,6 +6166,20 @@ Are you sure you want to permanently delete the contents of your Lost And Found? yestext="Yes"/> + +You're about to replace '[TYPE]' body part link with the item which doesn't match the type. +Are you sure you want to proceed? + confirm + + + Date: Thu, 5 Sep 2019 12:04:11 +0300 Subject: =?UTF-8?q?SL-11867=20FIXED=20[ES][FR][IT]=20The=20text=20?= =?UTF-8?q?=E2=80=9CUnable=20to=20buy=E2=80=9D=20goes=20beyond=20the=20des?= =?UTF-8?q?cription=20area?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- indra/newview/skins/default/xui/es/floater_buy_currency.xml | 2 +- indra/newview/skins/default/xui/fr/floater_buy_currency.xml | 2 +- indra/newview/skins/default/xui/it/floater_buy_currency.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'indra/newview/skins') diff --git a/indra/newview/skins/default/xui/es/floater_buy_currency.xml b/indra/newview/skins/default/xui/es/floater_buy_currency.xml index 2c8848265f..dbff3fcf0e 100644 --- a/indra/newview/skins/default/xui/es/floater_buy_currency.xml +++ b/indra/newview/skins/default/xui/es/floater_buy_currency.xml @@ -60,7 +60,7 @@ no el objeto. - - - - [http://community.secondlife.com/t5/English-Knowledge-Base/Second-Life-Share-Flickr/ta-p/2435609 Learn about posting to Flickr] - - - diff --git a/indra/newview/skins/default/xui/en/panel_flickr_photo.xml b/indra/newview/skins/default/xui/en/panel_flickr_photo.xml deleted file mode 100644 index 7fb2291423..0000000000 --- a/indra/newview/skins/default/xui/en/panel_flickr_photo.xml +++ /dev/null @@ -1,259 +0,0 @@ - - - - - - - - - - - - - - Refreshing... - - - - - - Title: - - - - - Description: - - - - - - Tags: - - -Separate tags with spaces -Use "" for multi-word tags - - - - - - - - - - - diff --git a/indra/newview/skins/default/xui/en/panel_snapshot_options.xml b/indra/newview/skins/default/xui/en/panel_snapshot_options.xml index 981b9ab881..2fe4cf8183 100644 --- a/indra/newview/skins/default/xui/en/panel_snapshot_options.xml +++ b/indra/newview/skins/default/xui/en/panel_snapshot_options.xml @@ -56,40 +56,6 @@ - - - - - - [http://community.secondlife.com/t5/English-Knowledge-Base/Second-Life-Share-Twitter/ta-p/2435453 Learn about posting to Twitter] - - - diff --git a/indra/newview/skins/default/xui/en/panel_twitter_photo.xml b/indra/newview/skins/default/xui/en/panel_twitter_photo.xml deleted file mode 100644 index 8774d09a03..0000000000 --- a/indra/newview/skins/default/xui/en/panel_twitter_photo.xml +++ /dev/null @@ -1,196 +0,0 @@ - - - What's happening? - - - 140 - - - - - - - - - - - - - - - - - - Refreshing... - - - - - - - diff --git a/indra/newview/skins/default/xui/en/strings.xml b/indra/newview/skins/default/xui/en/strings.xml index 292c2a6293..454616340a 100644 --- a/indra/newview/skins/default/xui/en/strings.xml +++ b/indra/newview/skins/default/xui/en/strings.xml @@ -201,21 +201,7 @@ Please try logging in again in a minute. You have been disconnected from the region you were in. You were sent to an invalid region. Testing viewer disconnect - - - Connecting to Flickr... - Posting... - Disconnecting from Flickr... - Problem connecting to Flickr - Problem posting to Flickr - Problem disconnecting from Flickr - Connecting to Twitter... - Posting... - Disconnecting from Twitter... - Problem connecting to Twitter - Problem posting to Twitter - Problem disconnecting from Twitter - + Black & White 1970's Colors @@ -3656,13 +3642,6 @@ If you continue to receive this message, contact the [SUPPORT_SITE]. Drag items from inventory here - - You posted to Flickr. - - - You posted to Twitter. - - (IM Session Doesn't Exist) @@ -4088,7 +4067,6 @@ Try enclosing path to the editor with double quotes. Conversations Compass Destinations - Flickr Gestures Grid status How to @@ -4108,7 +4086,6 @@ Try enclosing path to the editor with double quotes. Search Snapshot Speak - Twitter Camera controls Voice settings @@ -4120,7 +4097,6 @@ Try enclosing path to the editor with double quotes. Converse with everyone Compass Destinations of interest - Upload to Flickr Gestures for your avatar Show current Grid status How to do common tasks @@ -4140,7 +4116,6 @@ Try enclosing path to the editor with double quotes. Find places, events, people Take a picture Speak with people nearby using your microphone - Twitter Changing camera angle Volume controls for calls and people near you in world -- cgit v1.2.3 From a4d1af489fda6be225f15ed73d664d40056fd3e8 Mon Sep 17 00:00:00 2001 From: andreykproductengine Date: Thu, 19 Dec 2019 20:05:38 +0200 Subject: SL-11315 Updated labels and notification --- indra/newview/skins/default/xui/en/notifications.xml | 4 ++-- indra/newview/skins/default/xui/en/panel_preferences_sound.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'indra/newview/skins') diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 1c72aec700..669d6a40c6 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -6062,7 +6062,7 @@ Would you like to turn off Do Not Disturb before completing this transaction? name="ParcelPlayingMedia" persist="false" type="notify"> -This land has media: +This location plays media: [URL] Would you like to play it? confirm @@ -6080,7 +6080,7 @@ Would you like to play it? ignore="Ignore Media" index="0" name="No" - text="Ignore"/> + text="Don't play"/> diff --git a/indra/newview/skins/default/xui/en/panel_preferences_sound.xml b/indra/newview/skins/default/xui/en/panel_preferences_sound.xml index 90f2ca2713..c2defdd772 100644 --- a/indra/newview/skins/default/xui/en/panel_preferences_sound.xml +++ b/indra/newview/skins/default/xui/en/panel_preferences_sound.xml @@ -344,11 +344,11 @@ name="media_auto_play_combo" width="100"> Date: Thu, 19 Dec 2019 22:25:33 +0200 Subject: SL-209 Removed obsolete localization files --- .../default/xui/de/floater_merchant_outbox.xml | 32 ---------------------- .../default/xui/de/panel_outbox_inventory.xml | 2 -- .../default/xui/es/floater_merchant_outbox.xml | 32 ---------------------- .../default/xui/es/panel_outbox_inventory.xml | 2 -- .../default/xui/fr/floater_merchant_outbox.xml | 32 ---------------------- .../default/xui/fr/panel_outbox_inventory.xml | 2 -- .../default/xui/it/floater_merchant_outbox.xml | 32 ---------------------- .../default/xui/it/panel_outbox_inventory.xml | 2 -- .../default/xui/ja/floater_merchant_outbox.xml | 32 ---------------------- .../default/xui/ja/panel_outbox_inventory.xml | 2 -- .../default/xui/pl/floater_merchant_outbox.xml | 29 -------------------- .../default/xui/pl/panel_outbox_inventory.xml | 2 -- .../default/xui/pt/floater_merchant_outbox.xml | 32 ---------------------- .../default/xui/pt/panel_outbox_inventory.xml | 2 -- .../default/xui/ru/floater_merchant_outbox.xml | 32 ---------------------- .../default/xui/ru/panel_outbox_inventory.xml | 2 -- .../default/xui/tr/floater_merchant_outbox.xml | 32 ---------------------- .../default/xui/tr/panel_outbox_inventory.xml | 2 -- .../default/xui/zh/floater_merchant_outbox.xml | 32 ---------------------- .../default/xui/zh/panel_outbox_inventory.xml | 2 -- 20 files changed, 337 deletions(-) delete mode 100644 indra/newview/skins/default/xui/de/floater_merchant_outbox.xml delete mode 100644 indra/newview/skins/default/xui/de/panel_outbox_inventory.xml delete mode 100644 indra/newview/skins/default/xui/es/floater_merchant_outbox.xml delete mode 100644 indra/newview/skins/default/xui/es/panel_outbox_inventory.xml delete mode 100644 indra/newview/skins/default/xui/fr/floater_merchant_outbox.xml delete mode 100644 indra/newview/skins/default/xui/fr/panel_outbox_inventory.xml delete mode 100644 indra/newview/skins/default/xui/it/floater_merchant_outbox.xml delete mode 100644 indra/newview/skins/default/xui/it/panel_outbox_inventory.xml delete mode 100644 indra/newview/skins/default/xui/ja/floater_merchant_outbox.xml delete mode 100644 indra/newview/skins/default/xui/ja/panel_outbox_inventory.xml delete mode 100644 indra/newview/skins/default/xui/pl/floater_merchant_outbox.xml delete mode 100644 indra/newview/skins/default/xui/pl/panel_outbox_inventory.xml delete mode 100644 indra/newview/skins/default/xui/pt/floater_merchant_outbox.xml delete mode 100644 indra/newview/skins/default/xui/pt/panel_outbox_inventory.xml delete mode 100644 indra/newview/skins/default/xui/ru/floater_merchant_outbox.xml delete mode 100644 indra/newview/skins/default/xui/ru/panel_outbox_inventory.xml delete mode 100644 indra/newview/skins/default/xui/tr/floater_merchant_outbox.xml delete mode 100644 indra/newview/skins/default/xui/tr/panel_outbox_inventory.xml delete mode 100644 indra/newview/skins/default/xui/zh/floater_merchant_outbox.xml delete mode 100644 indra/newview/skins/default/xui/zh/panel_outbox_inventory.xml (limited to 'indra/newview/skins') diff --git a/indra/newview/skins/default/xui/de/floater_merchant_outbox.xml b/indra/newview/skins/default/xui/de/floater_merchant_outbox.xml deleted file mode 100644 index 4070dee84c..0000000000 --- a/indra/newview/skins/default/xui/de/floater_merchant_outbox.xml +++ /dev/null @@ -1,32 +0,0 @@ - - - - 1 Ordner - - - [NUM] Ordner - - - Ordner übertragen... - - - Initialisieren... - - - - - - Laden... - - - - - - - Artikel hierher ziehen, um Ordner zu erstellen - - -