Merge remote-tracking branch 'Liru/master'
This commit is contained in:
@@ -26,11 +26,11 @@
|
||||
left="0" name="step_1" width="64" />
|
||||
<text bottom_delta="38" follows="top|left" height="16" left="72" name="contacting"
|
||||
right="-20" >
|
||||
Contacting LindeX...
|
||||
Contacting currency exchange...
|
||||
</text>
|
||||
<text bottom_delta="0" follows="top|left" height="16" left="72"
|
||||
name="buy_action_unknown" right="-20" >
|
||||
Buy [CURRENCY] on the LindeX currency exchange
|
||||
Buy [CURRENCY] on the currency exchange
|
||||
</text>
|
||||
<text bottom_delta="0" follows="top|left" height="16" left="72" name="buy_action"
|
||||
right="-20" >
|
||||
|
||||
@@ -0,0 +1,81 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||
<floater
|
||||
height="140"
|
||||
width="360"
|
||||
layout="topleft"
|
||||
name="region_restarting"
|
||||
help_topic="floater_region_restarting"
|
||||
single_instance="true"
|
||||
reuse_instance="false"
|
||||
title="Region Restarting">
|
||||
<string name="RegionName">
|
||||
The region you are in now
|
||||
([NAME]) is about to restart.
|
||||
|
||||
If you stay here, you'll be logged out.
|
||||
</string>
|
||||
<string name="RestartSeconds">
|
||||
Seconds Until Restart:
|
||||
[SECONDS]
|
||||
</string>
|
||||
<panel
|
||||
name="layout_panel_1"
|
||||
height="140"
|
||||
width="360"
|
||||
follows="right|top"
|
||||
bottom="-140"
|
||||
left="0"
|
||||
mouse_opaque="false"
|
||||
background_visible="true"
|
||||
bg_opaque_color="NotifyCautionBoxColor"
|
||||
bg_alpha_color="NotifyCautionBoxColor">
|
||||
|
||||
<icon color="1.0 1.0 1.0 1.0"
|
||||
tab_stop="false"
|
||||
mouse_opaque="false"
|
||||
name="icon"
|
||||
width="32"
|
||||
height="32"
|
||||
bottom="-40"
|
||||
left="8"
|
||||
image_name="notify_caution_icon.tga"
|
||||
follows="left|top">
|
||||
</icon>
|
||||
|
||||
<text
|
||||
type="string"
|
||||
length="1"
|
||||
follows="top|left"
|
||||
layout="topleft"
|
||||
name="region_name"
|
||||
text_color="0 0 0 1"
|
||||
font="SansSerifBold"
|
||||
word_wrap="true"
|
||||
height="100"
|
||||
bottom="-110"
|
||||
left="48"
|
||||
width="320">
|
||||
The region you are in now
|
||||
(-The longest region name-) is about to restart.
|
||||
|
||||
If you stay here, you'll be logged out.
|
||||
</text>
|
||||
<text
|
||||
type="string"
|
||||
length="1"
|
||||
follows="top|left"
|
||||
layout="topleft"
|
||||
name="restart_seconds"
|
||||
text_color="0 0 0 1"
|
||||
font="SansSerifBold"
|
||||
height="40"
|
||||
bottom_delta="-25"
|
||||
left="0"
|
||||
halign="center"
|
||||
width="360">
|
||||
Seconds Until Restart:
|
||||
32767
|
||||
</text>
|
||||
</panel>
|
||||
</floater>
|
||||
|
||||
@@ -351,7 +351,7 @@
|
||||
mouse_opaque="true" name="WLGlowB" show_text="true" value="1.0" width="200" />
|
||||
<slider bottom_delta="-11" can_edit_text="false" control_name="WLGlowR"
|
||||
decimal_digits="2" follows="left" height="10" increment="0.01"
|
||||
initial_val="0.25" label="Size " left="494" max_val="1.99" min_val="1"
|
||||
initial_val="0.25" label="Size " left="494" max_val="1.99" min_val="0.01"
|
||||
mouse_opaque="true" name="WLGlowR" show_text="true" value="1.0" width="200" />
|
||||
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom="-67" drop_shadow_visible="true" follows="left|top|right"
|
||||
|
||||
@@ -44,7 +44,20 @@
|
||||
<on_enable function="Object.EnableReturn" />
|
||||
</menu_item_call>
|
||||
<pie_menu more="true" label="More" name="Rate Menu">
|
||||
<menu_item_separator />
|
||||
<pie_menu label="Export" name="Export Menu">
|
||||
<menu_item_call label="XML" mouse_opaque="true" name="XML">
|
||||
<on_click function="Object.Export" />
|
||||
<on_enable function="Object.EnableExport" />
|
||||
</menu_item_call>
|
||||
<menu_item_call label="OBJ..." mouse_opaque="true" name="Save OBJ...">
|
||||
<on_click function="Object.SaveAsOBJ" />
|
||||
<on_enable function="Object.EnableExport" />
|
||||
</menu_item_call>
|
||||
<menu_item_call label="DAE..." mouse_opaque="true" name="Save DAE...">
|
||||
<on_click function="Object.SaveAsDAE" />
|
||||
<on_enable function="Object.EnableExport" />
|
||||
</menu_item_call>
|
||||
</pie_menu>
|
||||
<pie_menu label="Tools" name="Rate Menu">
|
||||
<menu_item_call enabled="false" label="Destroy" mouse_opaque="true" name="Destroy">
|
||||
<on_click function="Object.Destroy" />
|
||||
@@ -60,18 +73,9 @@
|
||||
<menu_item_call enabled="true" hidden="false" label="Data" mouse_opaque="true" name="Data">
|
||||
<on_click function="Object.Data" />
|
||||
</menu_item_call>
|
||||
<menu_item_call label="Export" mouse_opaque="true" name="Export">
|
||||
<on_click function="Object.Export" />
|
||||
<on_enable function="Object.EnableExport" />
|
||||
</menu_item_call>
|
||||
<menu_item_call label="Save OBJ..." mouse_opaque="true" name="Save OBJ...">
|
||||
<on_click function="Object.SaveAsOBJ" />
|
||||
<on_enable function="Object.EnableExport" />
|
||||
</menu_item_call>
|
||||
<menu_item_call label="Save DAE..." mouse_opaque="true" name="Save DAE...">
|
||||
<on_click function="Object.SaveAsDAE" />
|
||||
<on_enable function="Object.EnableExport" />
|
||||
</menu_item_call>
|
||||
<menu_item_separator />
|
||||
<menu_item_separator />
|
||||
<menu_item_separator />
|
||||
<menu_item_call enabled="true" label="Reload" mouse_opaque="true" name="Reload Textures">
|
||||
<on_click function="Object.ReloadTextures" />
|
||||
</menu_item_call>
|
||||
|
||||
@@ -321,8 +321,8 @@
|
||||
mouse_opaque="true" name="separator" width="211" />
|
||||
<menu_item_check bottom="-113" enabled="true" height="19" label="Toolbar" left="0"
|
||||
mouse_opaque="true" name="Toolbar" width="211">
|
||||
<on_click function="ShowFloater" userdata="toolbar" />
|
||||
<on_check function="FloaterVisible" userdata="toolbar" />
|
||||
<on_click function="ToggleControl" userdata="ShowToolBar"/>
|
||||
<on_check control="ShowToolBar"/>
|
||||
</menu_item_check>
|
||||
<menu_item_call label="Change toolbar buttons" name="toolbar_prefs">
|
||||
<on_click function="ShowFloater" userdata="floater_toolbar_prefs.xml"/>
|
||||
|
||||
@@ -6942,20 +6942,20 @@ This will add a bookmark in your inventory so you can quickly IM this resident.
|
||||
<notification
|
||||
icon="notify.tga"
|
||||
name="RegionRestartMinutes"
|
||||
show_toast="false"
|
||||
priority="high"
|
||||
sound="UISndAlert"
|
||||
type="notify">
|
||||
Region is restarting in [MINUTES] minutes.
|
||||
This region will restart in [MINUTES] minutes.
|
||||
If you remain in this region you will be logged out.
|
||||
</notification>
|
||||
|
||||
<notification
|
||||
icon="notify.tga"
|
||||
name="RegionRestartSeconds"
|
||||
show_toast="false"
|
||||
priority="high"
|
||||
sound="UISndAlert"
|
||||
type="notify">
|
||||
Region is restarting in [SECONDS] seconds.
|
||||
This region will restart in [SECONDS] seconds.
|
||||
If you remain in this region you will be logged out.
|
||||
</notification>
|
||||
|
||||
|
||||
@@ -94,7 +94,7 @@
|
||||
<check_box bottom_delta="-24" left="10" control_name="UseConciseIMButtons" follows="top" height="16" label="Buttons on the same line as name for IMs (Affects new IMs)" name="im_concise_butt"/>
|
||||
<check_box bottom_delta="-20" control_name="UseConciseGroupChatButtons" follows="top" height="16" label="Buttons on group chat name line (Affects new group chats)" name="group_concise_butt"/>
|
||||
<check_box bottom_delta="-20" control_name="UseConciseConferenceButtons" follows="top" height="16" label="Buttons on conference title line (Affects new conferences)" name="conf_concise_butt"/>
|
||||
<check_box bottom_delta="-20" follows="top" height="16" control_name="LiruLegacyLogLaunch" label="Log button opens external text editor (Windows only)" name="legacy_log_launch"/>
|
||||
<check_box bottom_delta="-20" follows="top" height="16" control_name="LiruLegacyLogLaunch" label="Log button opens external text editor (Windows and Mac only)" name="legacy_log_launch"/>
|
||||
<check_box bottom_delta="-20" follows="top" height="16" initial_value="false" label="Disallow communicate shortcut opening detached friends list" control_name="CommunicateSpecificShortcut" name="only_comm"/>
|
||||
<check_box bottom_delta="-20" follows="top" height="16" control_name="LiruItalicizeActions" label="Italicize action messages (/me)" name="italicize_actions"/>
|
||||
</panel>
|
||||
|
||||
@@ -87,6 +87,7 @@
|
||||
<check_box bottom_delta="-20" control_name="DisablePointAtAndBeam" follows="top" initial_value="true" label="Disable Point At And Beam" tool_tip="Don't point at or show your edit beam when selecting an object." name="disable_point_at_and_beams_check"/>
|
||||
<check_box bottom_delta="-20" control_name="PrivateLookAt" follows="top" initial_value="false" label="Do not Look At objects and/or avatars" tool_tip="Disables headturns and lookat beacons, causing your avatar to look straight ahead (unless scripted to do otherwise)." name="private_look_at_check"/>
|
||||
<check_box bottom_delta="-20" control_name="AscentShowLookAt" follows="top" initial_value="false" label="Show others' LookAt beacons" tool_tip="Shows you where others are looking." name="show_look_at_check"/>
|
||||
<check_box bottom_delta="-20" control_name="AnnounceBumps" follows="top" label="Announce in chat when people bump you" name="announce_bumps"/>
|
||||
<check_box bottom_delta="-20" control_name="SGDetachBridge" follows="top" initial_value="false" label="Auto detach LSL Bridge" tool_tip="Automatically detach LSL Bridge of Phoenix or Firestorm viewer." name="detach_bridge"/>
|
||||
<check_box bottom_delta="-20" control_name="QuietSnapshotsToDisk" follows="top" initial_value="false" label="Quiet Snapshots to Disk" tool_tip="Doesn't make a camera sound nor alert everyone when you take a snapshot to your computer." name="quiet_snapshots_check"/>
|
||||
<check_box bottom_delta="-20" control_name="RevokePermsOnStandUp" follows="top" initial_value="false" label="On standing up, revoke perms for the object your avatar was sitting on" tool_tip="Objects generally retain Take Control and Trigger Animation permissions until reset or given permission by another user. Enabling this will make sure you revoke these permissions immediately." name="revoke_perms_on_stand_up_check"/>
|
||||
@@ -95,6 +96,8 @@
|
||||
<check_box bottom_delta="-20" left="10" follows="top" initial_value="false" label="Display Total Script Count changes:" name="totalscriptjumps" control_name="AscentDisplayTotalScriptJumps" tool_tip="Displays script count changes in your region, dependant on the threshold you choose to the right."/>
|
||||
<spinner bottom_delta="0" decimal_digits="0" follows="top" height="16" increment="1" left_delta="210" max_val="9999" min_val="1" name="ScriptJumpCount" width="50" control_name="Ascentnumscriptdiff" tool_tip="Threshold for the script jump message [Default: 100]"/>
|
||||
<check_box bottom_delta="-20" left="10" follows="top" label="Restrained Love API Support (RLVa)" name="RestrainedLove" control_name="RestrainedLove" tool_tip="Allows scripts to take greater control of the viewer, if you wear compliant objects."/>
|
||||
<text name="EmergencyTeleportDesc" left="14" bottom_delta="-12" follows="top">Drop a landmark below to autoteleport there in the last 20 seconds before region restarts</text>
|
||||
<drop_target control_name="EmergencyTeleportLandmark" bottom_delta="-8" left="15" height="17" name="emergency_teleport_landmark_drop" width="430"/>
|
||||
</panel>
|
||||
|
||||
<panel border="true" left="1" bottom="-408" height="408" width="500" label="Building" name="Building">
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
</layout_panel>
|
||||
<layout_panel name="panelgrouptitles" height="24" width="50" user_resize="false" visibility_control="ToolbarVisibleGroupTitles">
|
||||
<button bottom="0" height="24" label="Group Titles" image_overlay="icn_toolbar_group_titles.tga" image_overlay_alignment="left" image_selected="toolbar_btn_selected.tga" image_unselected="toolbar_btn_enabled.tga" image_disabled="toolbar_btn_disabled.tga" scale_image="true" name="group_titles_btn" width="50" follows="left|right">
|
||||
<button.commit_callback function="ShowFloater" parameter="group_titles"/>
|
||||
<button.commit_callback function="ShowFloater" parameter="group titles"/>
|
||||
</button>
|
||||
</layout_panel>
|
||||
<layout_panel name="panelchathistory" height="24" width="50" user_resize="false" visibility_control="ToolbarVisibleChatHistory">
|
||||
@@ -401,7 +401,7 @@
|
||||
</layout_panel>
|
||||
<layout_panel name="panelpreferences" height="24" width="50" user_resize="false" visibility_control="ToolbarVisiblePreferences">
|
||||
<button bottom="0" height="24" label="Preferences" name="preferences_btn" tool_tip="Ctrl-P" image_overlay="icn_toolbar_preferences.tga" image_overlay_alignment="left" image_selected="toolbar_btn_selected.tga" image_unselected="toolbar_btn_enabled.tga" image_disabled="toolbar_btn_disabled.tga" scale_image="true" width="50" follows="left|right">
|
||||
<button.commit_callback function="ShowFloater" parameter="Preferences"/>
|
||||
<button.commit_callback function="ShowFloater" parameter="preferences"/>
|
||||
</button>
|
||||
</layout_panel>
|
||||
<layout_panel name="panelautoreplace" height="24" width="50" user_resize="false" visibility_control="ToolbarVisibleAutoReplace">
|
||||
|
||||
@@ -352,6 +352,15 @@ Make sure you entered the correct Login URI. An example of a Login URI is: \"htt
|
||||
<string name="ScriptReturnObjects">Return objects on your behalf</string>
|
||||
<string name="UnknownScriptPermission">(unknown)!</string>
|
||||
|
||||
<!-- Bumps in chat -->
|
||||
<string name="BumpedYou">[NAME] [ACT] with magnitude [MAG]</string>
|
||||
<!-- [ACT]s -->
|
||||
<string name="bump">bumped you</string>
|
||||
<string name="llpushobject">pushed you with a script</string>
|
||||
<string name="selected_object_collide">hit you with an object</string>
|
||||
<string name="scripted_object_collide">hit you with a scripted object</string>
|
||||
<string name="physical_object_collide">hit you with a physical object</string>
|
||||
|
||||
|
||||
<!-- Sim Access labels -->
|
||||
<string name="SIM_ACCESS_PG">PG</string>
|
||||
@@ -3058,10 +3067,10 @@ Where tag = tag string to match. Removes bot's matching the tag.
|
||||
<!-- *** END OF OpenSimulator & Aurora-Sim syntax section *** -->
|
||||
|
||||
<!-- Strings needed by drop targets -->
|
||||
<string name="CurrentlyNotSet">Currently not set</string>
|
||||
<string name="CurrentlySetTo">Currently set to: [ITEM]</string>
|
||||
<string name="CurrentlyNotSet">Item currently not set</string>
|
||||
<string name="CurrentlySetTo">Item currently set to: [ITEM]</string>
|
||||
<string name="CurrentlySetToAnItemNotOnThisAccount">Currently set to an item not on this account</string>
|
||||
<string name="NotLoggedIn">Not logged in</string>
|
||||
<string name="NotLoggedIn">Not logged in, item display unavailable</string>
|
||||
|
||||
<!-- Non-standard LLChat strings -->
|
||||
<string name="ScriptCounting">Counting scripts, please wait...</string>
|
||||
|
||||
@@ -71,7 +71,7 @@
|
||||
<check_box label="Colocar los Botones en la misma línea del nombre en los IMs (Sólo afecta en Nuevos MIs)" name="im_concise_butt"/>
|
||||
<check_box label="Botones en chat de grupo en la línea del nombre del grupo (Afecta nuevos chats de grupo)" name="group_concise_butt"/>
|
||||
<check_box label="Botones en la misma línea de título de conferencia (Afecta nuevas conferencias de Chat)" name="conf_concise_butt"/>
|
||||
<check_box label="Botón Historial abre editor externo (Solo en Windows)" name="legacy_log_launch"/>
|
||||
<check_box label="Botón Historial abre editor externo (Solo en Windows y Mac)" name="legacy_log_launch"/>
|
||||
<check_box label="Deshabilitar apertura atajo de Comunicación fuera de la lista de amigos" name="only_comm"/>
|
||||
<check_box label="Mensajes de acción en Itálica (/me)" name="italicize_actions"/>
|
||||
</panel>
|
||||
|
||||
93
indra/newview/skins/default/xui/fr/floater_toolbar_prefs.xml
Normal file
93
indra/newview/skins/default/xui/fr/floater_toolbar_prefs.xml
Normal file
@@ -0,0 +1,93 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||
<floater name="floater_toolbar_prefs.xml">
|
||||
<check_box label="Barre de Chat" name="chat_btn"/>
|
||||
<check_box label="Communiquer 1" name="communicate_flyout"/>
|
||||
<check_box label="Communiquer 2" name="communicate_btn"/>
|
||||
<check_box label="Amis" name="friends_btn"/>
|
||||
<check_box label="Groupes" name="groups_btn"/>
|
||||
<check_box label="Titres de Groupes" name="group_titles_btn"/>
|
||||
<check_box label="Chat local" name="chat_history_btn"/>
|
||||
<check_box label="Intervenants Actifs" name="active_speakers_btn"/>
|
||||
<check_box label="Liste des mutes" name="mute_list_btn"/>
|
||||
<check_box label="Asset Blacklist" name="black_list_btn"/>
|
||||
<check_box label="Voice FX" name="voice_effects_btn"/>
|
||||
<check_box label="Gestures" name="gestures_btn"/>
|
||||
<check_box label="Balises" name="beacons_btn"/>
|
||||
<check_box label="Radar" name="radar_list_btn"/>
|
||||
<check_box label="contrôles de la cam" name="camera_controls_btn"/>
|
||||
<check_box label="contrôles des déplacements" name="movement_controls_btn"/>
|
||||
<check_box label="Mouselook" name="look_btn"/>
|
||||
<check_box label="Voler" name="fly_btn"/>
|
||||
<check_box label="S'assoir" name="sit_btn"/>
|
||||
<check_box label="Courir" name="run_btn"/>
|
||||
<check_box label="Velocity" name="velocity_btn"/>
|
||||
<check_box label="Bumps" name="bumps_btn"/>
|
||||
<check_box label="Stream Display" name="media_ticker_btn"/>
|
||||
<check_box label="Filtre des médias" name="media_filter_btn"/>
|
||||
<check_box label="Photo" name="snapshot_btn"/>
|
||||
<check_box label="Apparence" name="appearance_btn"/>
|
||||
<check_box label="Recherche" name="directory_btn"/>
|
||||
<check_box label="Web Browser" name="web_browser_btn"/>
|
||||
<check_box label="AO Settings" name="ao_btn"/>
|
||||
<check_box label="Debug Settings" name="debug_settings_btn"/>
|
||||
<check_box label="Debug Avatar" name="debug_avatar_btn"/>
|
||||
<check_box label="Anims Explorer" name="anims_explorer_btn"/>
|
||||
<check_box label="Sound Explorer" name="sound_explorer_btn"/>
|
||||
<check_box label="Area Search" name="areasearch_btn"/>
|
||||
<check_box label="Inspecter" name="inspect_btn"/>
|
||||
<check_box label="Characters" name="pathing_characters_btn"/>
|
||||
<check_box label="Linksets" name="pathing_linksets_btn"/>
|
||||
<check_box label="construire" name="build_btn"/>
|
||||
<check_box label="Grid Options" name="grid_options_btn"/>
|
||||
<check_box label="Local Textures" name="local_textures_btn"/>
|
||||
<check_box label="Upload Perms" name="perm_prefs_btn"/>
|
||||
<check_box label="Script Errors" name="script_errors_btn"/>
|
||||
<check_box label="Environment Editor" name="env_editor_btn"/>
|
||||
<check_box label="Day Cycle Editor" name="day_cycle_editor_btn"/>
|
||||
<check_box label="Windlight" name="windlight_btn"/>
|
||||
<check_box label="Water Editor" name="water_editor_btn"/>
|
||||
<check_box label="Post-Process FX" name="post_process_btn"/>
|
||||
<check_box label="Acheter [CURRENCY]" name="buy_currency_btn"/>
|
||||
<check_box label="Acheter un terrain" name="buy_land_btn"/>
|
||||
<check_box label="Mon terrain" name="my_land_btn"/>
|
||||
<check_box label="A propos du terrain" name="about_land_btn"/>
|
||||
<check_box label="Script Info" name="script_info_btn"/>
|
||||
<check_box label="Region/Estate" name="about_region_btn"/>
|
||||
<check_box label="God Tools" name="god_tools_btn"/>
|
||||
<check_box label="Historique des TP" name="teleport_history_btn"/>
|
||||
<check_box label="Carte" name="map_btn"/>
|
||||
<check_box label="Mini carte" name="minimap_btn"/>
|
||||
<!-- [RLVa:LF] -->
|
||||
<check_box label="RLVa Restrictions" name="rlv_restrictions_btn"/>
|
||||
<check_box label="RLVa Locks" name="rlv_locks_btn"/>
|
||||
<check_box label="RLVa Strings" name="rlv_strings_btn"/>
|
||||
<!-- [/RLVa:LF] -->
|
||||
<check_box label="Memory Leak" name="memleak_btn"/>
|
||||
<check_box label="Message Log" name="message_log_btn"/>
|
||||
<check_box label="Statistiques" name="stats_btn"/>
|
||||
<check_box label="Notifications Console" name="notifications_console_btn"/>
|
||||
<check_box label="Debug Console" name="debug_console_btn"/>
|
||||
<check_box label="Region Console" name="region_console_btn"/>
|
||||
<check_box label="Fast Timers" name="fast_timers_btn"/>
|
||||
<check_box label="Frame Console" name="frame_console_btn"/>
|
||||
<check_box label="HTTP Console" name="http_console_btn"/>
|
||||
<check_box label="Texture Console" name="texture_console_btn"/>
|
||||
<check_box label="Texture Category Console" name="texture_category_console_btn"/>
|
||||
<check_box label="Texture Size Console" name="texture_size_console_btn"/>
|
||||
<check_box label="Inventaire" name="directory_btn"/>
|
||||
<check_box label="Créer un ensemble" name="make_outfit_btn"/>
|
||||
<check_box label="Ensembles" name="outfits_btn"/>
|
||||
<check_box label="Favoris" name="favs_btn"/>
|
||||
<check_box label="Outbox" name="outbox_btn"/>
|
||||
<check_box label="Preferences" name="preferences_btn"/>
|
||||
<check_box label="Autoreplace" name="auto_replace_btn"/>
|
||||
<check_box label="Display Name" name="display_name_btn"/>
|
||||
<check_box label="Floater Test" name="floater_test_btn"/>
|
||||
<check_box label="Edit UI" name="edit_ui_btn"/>
|
||||
<check_box label="Font Test" name="font_test_btn"/>
|
||||
<check_box label="Lag Meter" name="lag_meter_btn"/>
|
||||
<check_box label="Report Abuse" name="abuse_btn"/>
|
||||
<check_box label="Tuto" name="tutorial_btn"/>
|
||||
<check_box label="A propos de [SHORT_APP_NAME]" name="about_btn"/>
|
||||
<check_box label="Changer les boutons" name="change_buttons_btn"/>
|
||||
</floater>
|
||||
@@ -76,6 +76,7 @@
|
||||
<menu_item_call label="Regarder le dernier intervenant" name="Look at Last Chatter"/>
|
||||
<menu_item_separator label="-----------" name="separator"/>
|
||||
<menu_item_check label="Barre d'outils" name="Toolbar"/>
|
||||
<menu_item_call label="Customiser la barre d'outils" name="toolbar_prefs"/>
|
||||
<menu_item_check label="Chat local" name="Chat History"/>
|
||||
<menu_item_check label="Communiquer" name="Instant Message"/>
|
||||
<menu_item_check label="Inventaire" name="Inventory"/>
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
<check_box label="Boutons sur la même ligne que les noms pour les IMs" name="im_concise_butt"/>
|
||||
<check_box label="Boutons sur la ligne des noms des chats de groupe" name="group_concise_butt"/>
|
||||
<check_box label="Boutons sur la ligne de titre des conférences" name="conf_concise_butt"/>
|
||||
<check_box label="Ouvre les logs avec un éditeur de texte externe (windows)" name="legacy_log_launch"/>
|
||||
<check_box label="Ouvre les logs avec un éditeur de texte externe (windows/mac)" name="legacy_log_launch"/>
|
||||
<check_box label="Désactive le raccourci ouvrant détacher la liste d'amis" name="only_comm"/>
|
||||
<check_box label="Ecrit en Italiques le /me" name="italicize_actions"/>
|
||||
</panel>
|
||||
|
||||
@@ -1,11 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<panel name="toolbar">
|
||||
<string name="Redock Windows">
|
||||
Rétablir les fenêtres
|
||||
</string>
|
||||
<layout_stack name="toolbar_stack">
|
||||
<string name="Redock Windows">établir les fenêtres</string>
|
||||
<layout_stack name="toolbar_stack">
|
||||
<layout_panel name="panel2">
|
||||
<button label="" name="chat_btn" tool_tip="Affiche la barre de chat.(Entrée)"/>
|
||||
<button name="chat_btn" tool_tip="Affiche la barre de chat.(Entrée)"/>
|
||||
</layout_panel>
|
||||
<layout_panel name="panel4">
|
||||
<flyout_button label="Communiquer" name="communicate_btn" tool_tip="Communiquez (valable pour les amis et groupes."/>
|
||||
@@ -31,5 +29,87 @@
|
||||
<layout_panel name="panel13">
|
||||
<button label="Inventaire" name="inventory_btn" tool_tip="Vos objets (Ctrl-I)"/>
|
||||
</layout_panel>
|
||||
</layout_stack>
|
||||
<layout_panel name="panelim">
|
||||
<button label="Communiquer" name="communicate_im_btn"/>
|
||||
</layout_panel>
|
||||
<layout_panel name="panelfriends">
|
||||
<button label="Amis" name="friends_btn"/>
|
||||
</layout_panel>
|
||||
<layout_panel name="panelgroups">
|
||||
<button label="Groupes" name="groups_btn"/>
|
||||
</layout_panel>
|
||||
<layout_panel name="panelgrouptitles">
|
||||
<button label="Titres GR" name="group_titles_btn"/>
|
||||
</layout_panel>
|
||||
<layout_panel name="panelchathistory">
|
||||
<button label="Chat local" name="chat_history_btn"/>
|
||||
</layout_panel>
|
||||
<layout_panel name="panelactivespeakers">
|
||||
<button label="Int. Actifs" name="active_speakers_btn"/>
|
||||
</layout_panel>
|
||||
<layout_panel name="panelmutelist">
|
||||
<button label="Liste des mutes" name="mute_list_btn"/>
|
||||
</layout_panel>
|
||||
<layout_panel name="panelbeacons">
|
||||
<button label="Balises" name="beacons_btn"/>
|
||||
</layout_panel>
|
||||
<layout_panel name="panelcameracontrols">
|
||||
<button label="Ctrl Camera" name="camera_controls_btn"/>
|
||||
</layout_panel>
|
||||
<layout_panel name="panelmessagelog">
|
||||
<button label="Ctrl déplacements" name="movement_controls_btn"/>
|
||||
</layout_panel>
|
||||
<layout_panel name="panelsit">
|
||||
<button label="S'assoir" label_selected="Stand" name="sit_btn"/>
|
||||
</layout_panel>
|
||||
<layout_panel name="panelrun">
|
||||
<button label="Courir" label_selected="Stop Running" name="run_btn"/>
|
||||
</layout_panel>
|
||||
<layout_panel name="panelmediafilter">
|
||||
<button label="Filtre médias" name="media_filter_btn"/>
|
||||
</layout_panel>
|
||||
<layout_panel name="panelappearance">
|
||||
<button label="Apparence" name="appearance_btn"/>
|
||||
</layout_panel>
|
||||
<layout_panel name="panelinspect">
|
||||
<button label="Inspecter" name="inspect_btn"/>
|
||||
</layout_panel>
|
||||
<layout_panel name="panelbuycurrency">
|
||||
<button label="Acheter [CURRENCY]" name="buy_currency_btn"/>
|
||||
</layout_panel>
|
||||
<layout_panel name="panelbuyland">
|
||||
<button label="Achat terrain" name="buy_land_btn"/>
|
||||
</layout_panel>
|
||||
<layout_panel name="panelmyland">
|
||||
<button label="Mon terrain" name="my_land_btn"/>
|
||||
</layout_panel>
|
||||
<layout_panel name="panelaboutland">
|
||||
<button label="A propos du terrain" name="about_land_btn"/>
|
||||
</layout_panel>
|
||||
<layout_panel name="panelteleporthistory">
|
||||
<button label="Hist. TP" name="teleport_history_btn"/>
|
||||
</layout_panel>
|
||||
<layout_panel name="panelstats">
|
||||
<button label="Statistiques" name="stats_btn"/>
|
||||
</layout_panel>
|
||||
<layout_panel name="paneloutfit">
|
||||
<button label="Créer un ensemble" name="make_outfit_btn"/>
|
||||
</layout_panel>
|
||||
<layout_panel name="paneloutfits">
|
||||
<button label="Ensembles" name="outfits_btn"/>
|
||||
</layout_panel>
|
||||
<layout_panel name="panelfavs">
|
||||
<button label="Favoris" name="favs_btn"/>
|
||||
</layout_panel>
|
||||
<layout_panel name="panelhelptutorial">
|
||||
<button label="Tuto" name="tutorial_btn"/>
|
||||
</layout_panel>
|
||||
<layout_panel name="panelabout">
|
||||
<button label="A propos de [SHORT_APP_NAME]" name="about_btn"/>
|
||||
</layout_panel>
|
||||
<layout_panel name="paneltoolbarprefs">
|
||||
<button label="Changer les boutons" name="change_buttons_btn"/>
|
||||
</layout_panel>
|
||||
</layout_stack>
|
||||
</panel>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user