Eliminado el soporte de discord.

Corrección de nombres y typos.
Eliminación de código innecesario.
Depuración archivos de idiomas.
This commit is contained in:
2025-05-27 23:21:12 -03:00
parent 0afac26523
commit def51d532e
112 changed files with 72 additions and 2293 deletions
@@ -1,201 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<floater
positioning="cascading"
can_close="true"
can_resize="false"
help_topic="floater_discord"
layout="topleft"
name="floater_discord"
save_rect="true"
single_instance="true"
reuse_instance="true"
title="Discord"
height="485"
width="272">
<string name="discord_connected">You are connected to Discord as:</string>
<string name="discord_disconnected">Not connected to Discord.</string>
<string name="SocialDiscordConnecting">Connecting to Discord...</string>
<string name="SocialDiscordErrorConnecting">Problem connecting to Discord</string>
<string name="SocialDiscordDisconnecting">Disconnecting from Discord...</string>
<text
layout="topleft"
length="1"
follows="top|left"
font="SansSerif"
height="16"
left="10"
name="account_caption_label"
top="5"
type="string">
Not connected to Discord.
</text>
<text
layout="topleft"
top_pad="2"
length="1"
follows="top|left"
font="SansSerif"
height="16"
left="10"
name="account_name_label"
parse_urls="true"
type="string"/>
<check_box
control_name="FSEnableDiscordIntegration"
layout="topleft"
follows="left|top|right"
top_pad="9"
left="10"
right="-10"
visible="true"
height="23"
label="Automatically connect on login"
name="startup_check"
width="210"/>
<check_box
control_name="FSShareNameToDiscord"
layout="topleft"
follows="left|top|right"
left="10"
right="-10"
visible="true"
height="23"
label="Share username"
name="name_check"
width="210"/>
<button
layout="topleft"
follows="left|top|right"
top_pad="9"
left="10"
right="-10"
visible="true"
height="23"
label="Connect..."
name="connect_btn"
width="210">
<commit_callback function="FSDiscord.Connect"/>
</button>
<button
layout="topleft"
follows="left|top|right"
top_delta="0"
left="10"
right="-10"
height="23"
label="Disconnect"
name="disconnect_btn"
width="210"
visible="false">
<commit_callback function="FSDiscord.Disconnect"/>
</button>
<text
layout="topleft"
length="1"
follows="top|left"
font="SansSerif"
height="26"
word_wrap="true"
left="10"
right="-10"
name="rating_label"
top_pad="5"
type="string">
Share name of regions with following content rating to Discord:
</text>
<combo_box
control_name="FSMaxSharedMaturity"
follows="left|top"
height="23"
layout="topleft"
name="maturity_desired_combobox"
width="200">
<combo_box.item
label="General, Moderate, Adult"
name="Desired_Adult"
value="42" />
<combo_box.item
label="General and Moderate"
name="Desired_Mature"
value="21" />
<combo_box.item
label="General"
name="Desired_PG"
value="13" />
<combo_box.item
label="Don't share"
name="Desired_None"
value="0" />
</combo_box>
<text
layout="topleft"
length="1"
follows="top|left"
font="SansSerif"
height="26"
word_wrap="true"
left="10"
right="-10"
name="dont_names_label"
top_pad="5"
type="string">
Don't share region names to Discord if they are listed below:
</text>
<scroll_list
follows="top|left|right"
height="215"
layout="topleft"
left="10"
multi_select="true"
name="blacklisted_names"
sort_column="0"
sort_ascending="true"
width="250" />
<line_editor
follows="left|top"
bottom_delta="24"
height="20"
max_length_chars="256"
name="blacklist_entry"
width="202">
<commit_callback function="FSDiscord.Add"/>
</line_editor>
<button
follows="left|top"
height="20"
image_overlay="AddItem_Off"
layout="topleft"
left_pad="4"
name="blacklist_entry_add"
scale_image="true"
width="20">
<commit_callback function="FSDiscord.Add"/>
</button>
<button
follows="left|top"
height="20"
image_overlay="MinusItem_Off"
layout="topleft"
left_pad="4"
name="blacklist_entry_rem"
scale_image="true"
width="20">
<commit_callback function="FSDiscord.Rem"/>
</button>
<text
name="connection_status_text"
type="string"
follows="left|bottom|right"
bottom_delta="20"
left="-262"
width="223"
height="20"
wrap="true"
halign="left"
valign="center"
text_color="EmphasisColor"
font="SansSerif">
Loading...
</text>
</floater>
@@ -852,13 +852,6 @@
<menu_item_call.on_click
function="Floater.Toggle"
parameter="flickr"/>
</menu_item_call>
<menu_item_call
label="Discord..."
name="Discord">
<menu_item_call.on_click
function="Floater.Toggle"
parameter="pm_discord"/>
</menu_item_call>
<menu_item_separator/>
<menu_item_check
@@ -96,22 +96,6 @@
>
[DISPLAY_NAME]
</string>
<string
name="FSDev"
value=" Developer"
/>
<string
name="FSSupp"
value=" Support"
/>
<string
name="FSQualityAssurance"
value=" Bug Hunter"
/>
<string
name="FSGW"
value=" Gateway"
/>
<string
name="texture_picker_label"
value="Profile Picture"
@@ -2842,9 +2842,6 @@ name="Command_360_Capture_Tooltip">Capture a 360° equirectangular image</string
<string name="Command_Stop_Animations_Label">Stop Animations</string>
<string name="Command_Stop_Animations_Tooltip">Stop Animating my Avatar</string>
<string name="Command_Discord_Label">Discord</string>
<string name="Command_Discord_Tooltip">Discord</string>
<!-- Mesh UI terms -->
<string name="Retain%">Retain%</string>
<string name="Detail">Detail</string>