Divide Prefs -> General to two separate tabs
Also altered in all currently supported translations; Just a bit more breathing space in panels - feel free to change tabs labels, if you find better replacements for the names.master
parent
10257013e2
commit
2b2c20143d
|
|
@ -2,11 +2,8 @@
|
|||
<panel label="UI-Pref" name="Display panel">
|
||||
<tab_container label="Firestorm Prefs" name="tabs">
|
||||
|
||||
<!--General-->
|
||||
<panel label="Allgemein" name="UI Prefs Panel">
|
||||
<text name="UI Size:" width="220">
|
||||
UI-Skalierung (Nebeneffekte möglich):
|
||||
</text>
|
||||
<!--3D World-->
|
||||
<panel label="3D-Welt" name="UI Prefs Panel">
|
||||
<text name="HoverTipText">
|
||||
Schwebe-Tipps:
|
||||
</text>
|
||||
|
|
@ -30,7 +27,15 @@
|
|||
<text name="ObjectInspectorTooltipDelay_text">
|
||||
Sekunden
|
||||
</text>
|
||||
<check_box label="Pie-Menü aktivieren" name="UsePieMenu" tool_tip="Aktiviert das klassische V1-Kontextmenü in Kuchenform anstelle des standardmäßigen Kontextmenüs."/>
|
||||
<slider label_width="230" label="Schwebetext-Ausblendentfernung (in m):" tool_tip="Legt die Entfernung fest, ab der Schwebetext ausgeblendet wird." name="FSHudTextFadeDistance"/>
|
||||
<slider label_width="230" label="Schwebetext-Ausblendbereich (in m):" tool_tip="Legt die Entfernung fest, auf der ein Schwebetext von vollständig sichtbar bis komplett unsichtbar ausgeblendet wird." name="FSHudTextFadeRange"/>
|
||||
</panel>
|
||||
|
||||
<!--2D Overlay-->
|
||||
<panel label="2D-Overlay" name="ui-2d-overlay">
|
||||
<text name="UI Size:" width="220">
|
||||
UI-Skalierung (Nebeneffekte möglich):
|
||||
</text>
|
||||
<text name="ScriptDialogsPerObjectLabel">
|
||||
Skriptdialoge pro Objekt:
|
||||
</text>
|
||||
|
|
@ -53,6 +58,7 @@
|
|||
</combo_box>
|
||||
<check_box label="Animierte Skript-Dialoge" name="FSAnimatedScriptDialogs" tool_tip="Aktivieren, um Skript-Dialoge animiert einzublenden (Klassisches V1.x-Verhalten)."/>
|
||||
<slider label_width="190" width="430" label="Sichtbare Zeilen pro Skriptdialog:" name="FSRowsPerScriptDialog" tool_tip="Die maximale Anzahl an Zeilen in einem Skriptdialog, die gleichzeitig sichtbar sind."/>
|
||||
<check_box label="Pie-Menü aktivieren" name="UsePieMenu" tool_tip="Aktiviert das klassische V1-Kontextmenü in Kuchenform anstelle des standardmäßigen Kontextmenüs."/>
|
||||
<check_box label="Gruppenmitteilungen und Chiclets oben rechts" name="ShowGroupNoticesTopRight" tool_tip="Aktivieren, um Gruppenmitteilungen in der oberen rechten Ecke des Bildschirms anzuzeigen (Klassisches V1.x-Verhalten)."/>
|
||||
<text name="GroupTopRightRequiresRestart" left_delta="280">
|
||||
(Erfordert Neustart)
|
||||
|
|
@ -67,8 +73,6 @@
|
|||
<text name="ButtonFlashRateText">
|
||||
Sek.
|
||||
</text>
|
||||
<slider label_width="230" label="Schwebetext-Ausblendentfernung (in m):" tool_tip="Legt die Entfernung fest, ab der Schwebetext ausgeblendet wird." name="FSHudTextFadeDistance"/>
|
||||
<slider label_width="230" label="Schwebetext-Ausblendbereich (in m):" tool_tip="Legt die Entfernung fest, auf der ein Schwebetext von vollständig sichtbar bis komplett unsichtbar ausgeblendet wird." name="FSHudTextFadeRange"/>
|
||||
</panel>
|
||||
|
||||
<!--Top Bars-->
|
||||
|
|
|
|||
|
|
@ -21,43 +21,16 @@
|
|||
tab_min_width="50"
|
||||
tab_position="top" >
|
||||
|
||||
<!--General-->
|
||||
<!--3D World-->
|
||||
<panel
|
||||
top_pad="5"
|
||||
bottom="-1"
|
||||
left="1"
|
||||
right="-1"
|
||||
follows="all"
|
||||
label="General"
|
||||
label="3D World"
|
||||
name="UI Prefs Panel" >
|
||||
|
||||
<text
|
||||
type="string"
|
||||
length="1"
|
||||
follows="left|top"
|
||||
height="12"
|
||||
layout="topleft"
|
||||
left="10"
|
||||
name="UI Size:"
|
||||
top_pad="8"
|
||||
width="200">
|
||||
UI Scaling (may cause side effects):
|
||||
</text>
|
||||
<slider
|
||||
control_name="UIScaleFactor"
|
||||
decimal_digits="2"
|
||||
follows="left|top"
|
||||
height="17"
|
||||
increment="0.025"
|
||||
initial_value="1"
|
||||
layout="topleft"
|
||||
left_pad="0"
|
||||
max_val="1.4"
|
||||
min_val="0.75"
|
||||
name="ui_scale_slider"
|
||||
top_pad="-14"
|
||||
width="250" />
|
||||
|
||||
<text
|
||||
type="string"
|
||||
left="10"
|
||||
|
|
@ -132,7 +105,7 @@
|
|||
layout="topleft"
|
||||
left="265"
|
||||
name="tooltip_textbox"
|
||||
top="31"
|
||||
top="8"
|
||||
width="200">
|
||||
Hovertip Trigger Delays:
|
||||
</text>
|
||||
|
|
@ -229,23 +202,81 @@
|
|||
width="80">
|
||||
seconds
|
||||
</text>
|
||||
<slider
|
||||
control_name="FSHudTextFadeDistance"
|
||||
decimal_digits="2"
|
||||
follows="left|top"
|
||||
height="16"
|
||||
increment="0.25"
|
||||
label="Floating text fade distance (in m):"
|
||||
tool_tip="Sets the distance where floating text starts to fade"
|
||||
label_width="200"
|
||||
layout="topleft"
|
||||
left="10"
|
||||
min_val="0"
|
||||
max_val="64"
|
||||
name="FSHudTextFadeDistance"
|
||||
top="130"
|
||||
width="481" />
|
||||
<slider
|
||||
control_name="FSHudTextFadeRange"
|
||||
decimal_digits="2"
|
||||
follows="left|top"
|
||||
height="16"
|
||||
increment="0.25"
|
||||
label="Floating text fade range (in m):"
|
||||
tool_tip="Sets the range it takes for a floating text to fade from fully visible to completely invisible"
|
||||
label_width="200"
|
||||
layout="topleft"
|
||||
left="10"
|
||||
min_val="0.25"
|
||||
max_val="32"
|
||||
name="FSHudTextFadeRange"
|
||||
top_pad="2"
|
||||
width="474" />
|
||||
</panel>
|
||||
|
||||
<check_box
|
||||
control_name="UsePieMenu"
|
||||
height="16"
|
||||
initial_value="true"
|
||||
label="Use Pie Menu"
|
||||
layout="topleft"
|
||||
left="10"
|
||||
name="UsePieMenu"
|
||||
tool_tip="Use the classic V1 ring menu instead of rectangular context menus when right clicking on land, avatars, objects or attachments."
|
||||
top="150"
|
||||
width="256" />
|
||||
<!--2D Overlay-->
|
||||
<panel
|
||||
top_pad="5"
|
||||
bottom="-1"
|
||||
left="1"
|
||||
right="-1"
|
||||
follows="all"
|
||||
label="2D Overlay"
|
||||
name="ui-2d-overlay" >
|
||||
|
||||
<text
|
||||
type="string"
|
||||
length="1"
|
||||
follows="left|top"
|
||||
height="12"
|
||||
layout="topleft"
|
||||
left="10"
|
||||
name="UI Size:"
|
||||
top_pad="8"
|
||||
width="200">
|
||||
UI Scaling (may cause side effects):
|
||||
</text>
|
||||
<slider
|
||||
control_name="UIScaleFactor"
|
||||
decimal_digits="2"
|
||||
follows="left|top"
|
||||
height="17"
|
||||
increment="0.025"
|
||||
initial_value="1"
|
||||
layout="topleft"
|
||||
left_pad="0"
|
||||
max_val="1.4"
|
||||
min_val="0.75"
|
||||
name="ui_scale_slider"
|
||||
top_pad="-14"
|
||||
width="250" />
|
||||
|
||||
<text
|
||||
type="string"
|
||||
left="10"
|
||||
top_pad="12"
|
||||
top_pad="20"
|
||||
width="140"
|
||||
follows="left|top"
|
||||
height="16"
|
||||
|
|
@ -363,16 +394,26 @@
|
|||
left="10"
|
||||
width="400" />
|
||||
|
||||
<check_box
|
||||
control_name="UsePieMenu"
|
||||
height="16"
|
||||
initial_value="true"
|
||||
label="Use Pie Menu"
|
||||
layout="topleft"
|
||||
left="5"
|
||||
name="UsePieMenu"
|
||||
tool_tip="Use the classic V1 ring menu instead of rectangular context menus when right clicking on land, avatars, objects or attachments."
|
||||
top_pad="12"
|
||||
width="256" />
|
||||
<check_box
|
||||
control_name="ShowGroupNoticesTopRight"
|
||||
height="16"
|
||||
initial_value="true"
|
||||
label="Group Notices and chiclets in Top Right"
|
||||
layout="topleft"
|
||||
left="5"
|
||||
name="ShowGroupNoticesTopRight"
|
||||
tool_tip="Set this to move group notifications and chiclet icons to the top right corner of the screen (Classic V1.x behavior)."
|
||||
top_pad="16"
|
||||
top_pad="3"
|
||||
width="256" />
|
||||
<text
|
||||
type="string"
|
||||
|
|
@ -433,7 +474,7 @@
|
|||
min_val="0"
|
||||
max_val="16"
|
||||
name="ButtonsFlashCount"
|
||||
top_pad="12"
|
||||
top_pad="14"
|
||||
width="471" />
|
||||
<slider
|
||||
control_name="FlashPeriod"
|
||||
|
|
@ -463,39 +504,8 @@
|
|||
width="50">
|
||||
sec
|
||||
</text>
|
||||
<slider
|
||||
control_name="FSHudTextFadeDistance"
|
||||
decimal_digits="2"
|
||||
follows="left|top"
|
||||
height="16"
|
||||
increment="0.25"
|
||||
label="Floating text fade distance (in m):"
|
||||
tool_tip="Sets the distance where floating text starts to fade"
|
||||
label_width="200"
|
||||
layout="topleft"
|
||||
left="10"
|
||||
min_val="0"
|
||||
max_val="64"
|
||||
name="FSHudTextFadeDistance"
|
||||
top_pad="8"
|
||||
width="481" />
|
||||
<slider
|
||||
control_name="FSHudTextFadeRange"
|
||||
decimal_digits="2"
|
||||
follows="left|top"
|
||||
height="16"
|
||||
increment="0.25"
|
||||
label="Floating text fade range (in m):"
|
||||
tool_tip="Sets the range it takes for a floating text to fade from fully visible to completely invisible"
|
||||
label_width="200"
|
||||
layout="topleft"
|
||||
left="10"
|
||||
min_val="0.25"
|
||||
max_val="32"
|
||||
name="FSHudTextFadeRange"
|
||||
top_pad="2"
|
||||
width="474" />
|
||||
</panel>
|
||||
|
||||
</panel>
|
||||
|
||||
<!--Top Bars-->
|
||||
<panel
|
||||
|
|
|
|||
|
|
@ -1,11 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||
<panel label="UI-Pref" name="Display panel">
|
||||
<tab_container label="Prefs Firestorm" name="tabs">
|
||||
<panel label="General" name="UI Prefs Panel">
|
||||
<text name="UI Size:" left="5" width="290">
|
||||
Escalado de la IU (puede tener efectos inesperados):
|
||||
</text>
|
||||
<slider name="ui_scale_slider" width="230"/>
|
||||
<panel label="3D mundo" name="UI Prefs Panel">
|
||||
<text name="HoverTipText">
|
||||
Bulas:
|
||||
</text>
|
||||
|
|
@ -29,7 +25,12 @@
|
|||
</text>
|
||||
<check_box name="FSAdvancedTooltips" label="Mostrar información extendida en las bulas (estilo clásico de Phoenix)"/>
|
||||
<check_box name="FSShowGroupTitleInTooltip" label="Mostrar títulos de grupo del avatar en las bulas"/>
|
||||
<check_box label="Usar menús circulares" name="UsePieMenu" tool_tip="Usar los clásicos menús circulares V1.x (tipo 'tarta') en vez de los menús contextuales rectangulares cuando hagas clic con el botón derecho sobre el terreno, avatares, objetos o accesorios"/>
|
||||
</panel>
|
||||
<panel label="2D cubrir" name="ui-2d-overlay">
|
||||
<text name="UI Size:" left="5" width="290">
|
||||
Escalado de la IU (puede tener efectos inesperados):
|
||||
</text>
|
||||
<slider name="ui_scale_slider" width="230"/>
|
||||
<text name="ScriptDialogsPerObjectLabel" width="180">
|
||||
Diálogos de script por objeto:
|
||||
</text>
|
||||
|
|
@ -51,8 +52,9 @@
|
|||
<combo_box.item label="Abajo a la derecha" name="ScriptDialogPositionOption_5"/>
|
||||
</combo_box>
|
||||
<check_box label="Animados" name="FSAnimatedScriptDialogs" tool_tip="Actívalo para que los diálogos de script se abran con animación (comportamiento clásico de v1.x). Sólo funciona si los diálogos se abren desde arriba hacia abajo." width="256"/>
|
||||
<check_box label="Usar menús circulares" name="UsePieMenu" tool_tip="Usar los clásicos menús circulares V1.x (tipo 'tarta') en vez de los menús contextuales rectangulares cuando hagas clic con el botón derecho sobre el terreno, avatares, objetos o accesorios"/>
|
||||
<check_box label="Avisos de grupo en esquina superior derecha" name="ShowGroupNoticesTopRight" tool_tip="Activa para mover los avisos de grupo a la esquina superior derecha de la pantalla (comportamiento clásico V1.x)" width="256"/>
|
||||
<text name="GroupTopRightRequiresRestart" left_delta="267" top_pad="-17">
|
||||
<text name="GroupTopRightRequiresRestart" left_delta="267">
|
||||
(requiere reiniciar)
|
||||
</text>
|
||||
<check_box label="Ocultar los iconos de notificación de chat de grupo y MI" name="FSDisableIMChiclets" tool_tip="Si se activa, Firestorm no mostrará ningún icono de notificación de chat de grupo / MI (el sobre de los avisos de grupo y la suma de MIs permanecerán en pantalla)."/>
|
||||
|
|
|
|||
|
|
@ -1,16 +1,15 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||
<panel label="Interfaccia Utente" name="Display panel">
|
||||
<tab_container label="Interfaccia" name="tabs">
|
||||
<panel label="Generale" name="UI Prefs Panel">
|
||||
<text name="UI Size:" width="250">
|
||||
Grandezza UI (può avere effetti collaterali):
|
||||
</text>
|
||||
<panel label="Mondo 3D" name="UI Prefs Panel">
|
||||
<text name="HoverTipText" width="270">
|
||||
Suggerimenti al passaggio del mouse (Hovertip):
|
||||
</text>
|
||||
<check_box label="Hover Tips di base (Setta prima questa)" name="ShowHoverTips" tool_tip="Impostando questa spunta, passando col mouse su un'avatar o altre cose, compariranno dei suggerimenti. (Impostare questa per prima)" />
|
||||
<check_box label="Su tutti gli oggetti" tool_tip="Zaznacz, aby włączyć chmurki na obiektach w świecie" name="ShowAllHoverTips" />
|
||||
<check_box label="Sul terreno" tool_tip="Zaznacz, aby włączyć chmurki na terenie" name="ShowLandHoverTips" />
|
||||
<check_box label="Su tutti gli oggetti" name="ShowAllHoverTips" />
|
||||
<check_box label="Sul terreno" name="ShowLandHoverTips" />
|
||||
<check_box name="FSAdvancedTooltips" label="Mostra informazioni estese in hovertips (stile Phoenix)"/>
|
||||
<check_box name="FSShowGroupTitleInTooltip" label="Mostra il titolo del gruppo in hovertips"/>
|
||||
<text name="tooltip_textbox" left="288">
|
||||
Tempo comparsa degli Hovertip:
|
||||
</text>
|
||||
|
|
@ -26,9 +25,11 @@
|
|||
<text name="ObjectInspectorTooltipDelay_text">
|
||||
Secondi
|
||||
</text>
|
||||
<check_box name="FSAdvancedTooltips" label="Mostra informazioni estese in hovertips (stile Phoenix)"/>
|
||||
<check_box name="FSShowGroupTitleInTooltip" label="Mostra il titolo del gruppo in hovertips"/>
|
||||
<check_box label="Usa Menu a torta (pie menu)" name="UsePieMenu" tool_tip="Utilizza il menu circolare (a torta) come quello del Viewer 1.x invece dei menu contestuali rettangolari del Viewer 2/3" />
|
||||
</panel>
|
||||
<panel label="Coprire 2D" name="ui-2d-overlay">
|
||||
<text name="UI Size:" width="250">
|
||||
Grandezza UI (può avere effetti collaterali):
|
||||
</text>
|
||||
<text name="ScriptDialogsPerObjectLabel" width="180">
|
||||
Quanti menu Script per oggetto:
|
||||
</text>
|
||||
|
|
@ -37,6 +38,7 @@
|
|||
<combo_box.item label="Uno per oggetto e canale" name="ScriptDialogOption_1" />
|
||||
<combo_box.item label="Nessun limite" name="ScriptDialogOption_2" />
|
||||
</combo_box>
|
||||
<check_box label="Usa Menu a torta (pie menu)" name="UsePieMenu" tool_tip="Utilizza il menu circolare (a torta) come quello del Viewer 1.x invece dei menu contestuali rettangolari del Viewer 2/3" />
|
||||
<check_box label="Menu script in alto a destra" name="ShowScriptDialogsTopRight" tool_tip="Selezionare per spostare i menu degli script in alto a destra dello schermo (Stile Viewer 1.x)." />
|
||||
<check_box label="Notice dei gruppi e notifiche in alto a destra" name="ShowGroupNoticesTopRight" tool_tip="Selezionare per impostare tutte le notifiche in alto a destra (Stile Viewer 1.x)." />
|
||||
<text name="GroupTopRightRequiresRestart" left_delta="280">
|
||||
|
|
|
|||
|
|
@ -2,15 +2,9 @@
|
|||
<panel label="UI-Pref" name="Display panel">
|
||||
<tab_container label="Firestorm Prefs" name="tabs" >
|
||||
|
||||
|
||||
<!-- 一般 -->
|
||||
<!-- 3D World -->
|
||||
|
||||
<panel label="一般" name="UI Prefs Panel" >
|
||||
|
||||
<text name="UI Size:" >
|
||||
UIサイズ(副作用の可能性あり):
|
||||
</text>
|
||||
<slider name="ui_scale_slider" />
|
||||
<panel label="3D 世界" name="UI Prefs Panel" >
|
||||
|
||||
<text name="HoverTipText">
|
||||
ヒント:
|
||||
|
|
@ -42,7 +36,16 @@
|
|||
<check_box name="FSAdvancedTooltips" label="ヒントに詳細情報を表示(Phoenixスタイル)" />
|
||||
<check_box name="FSShowGroupTitleInTooltip" label="ヒントにアバターのグループタイトルを表示" />
|
||||
|
||||
<check_box label="パイメニューを使用" name="UsePieMenu" tool_tip="土地や中バー、オブジェクト、装着物を右クリックした時に、諜報兼のコンテキストメニューでなく、1系の丸いメニューを使用します。" />
|
||||
</panel>
|
||||
|
||||
<!-- 2D Overlay -->
|
||||
|
||||
<panel label="2D オーバーレイ" name="ui-2d-overlay" >
|
||||
|
||||
<text name="UI Size:" >
|
||||
UIサイズ(副作用の可能性あり):
|
||||
</text>
|
||||
<slider name="ui_scale_slider" />
|
||||
|
||||
<text name="ScriptDialogsPerObjectLabel" width="200">
|
||||
オブジェクトあたりのスクリプト情報表示:
|
||||
|
|
@ -65,8 +68,8 @@
|
|||
<combo_box.item label="右下" name="ScriptDialogPositionOption_5"/>
|
||||
</combo_box>
|
||||
<check_box label="スクリプトダイアログのアニメーションを再生" name="FSAnimatedScriptDialogs" tool_tip="ここにチェックを入れると、スクリプトダイアログが開く時にアニメーションが再生されます。(旧式の1系スタイル)ダイアログが上から下に開く時のみ有効になります。" />
|
||||
|
||||
<check_box label="スクリプトダイアログを右上に表示" name="ShowScriptDialogsTopRight" tool_tip="ここにチェックを入れると、スクリプトが出すダイアログ通知を画面の右上に表示します。(旧式の1系スタイル)" />
|
||||
|
||||
<check_box label="パイメニューを使用" name="UsePieMenu" tool_tip="土地や中バー、オブジェクト、装着物を右クリックした時に、諜報兼のコンテキストメニューでなく、1系の丸いメニューを使用します。" />
|
||||
<check_box label="グループ通知や支払い通知を右上に表示" name="ShowGroupNoticesTopRight" tool_tip="ここにチェックを入れると、グループ通知や支払い通知などを画面の右上に表示します。(旧式の1系スタイル)" />
|
||||
<text name="GroupTopRightRequiresRestart">
|
||||
(再起動が必要)
|
||||
|
|
|
|||
|
|
@ -1,10 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||
<panel label="Ustawienia interfejsu" name="Display panel">
|
||||
<tab_container label="Ust. Firestorma" name="tabs">
|
||||
<panel label="Ogólne" name="UI Prefs Panel">
|
||||
<text name="UI Size:">
|
||||
Skalowanie interfejsu (ostrożnie):
|
||||
</text>
|
||||
<panel label="Świat 3D" name="UI Prefs Panel">
|
||||
<text name="HoverTipText">
|
||||
Chmurki pomocy:
|
||||
</text>
|
||||
|
|
@ -28,7 +25,13 @@
|
|||
<text name="ObjectInspectorTooltipDelay_text">
|
||||
sek.
|
||||
</text>
|
||||
<check_box label="Użyj menu kołowego (pie menu)" name="UsePieMenu" tool_tip="Używaj klasycznego, okrągłego menu znanego z 1.x po kliknięciu na awatary, obiekty, teren lub dodatki - zamiast prostokątnych menu kontekstowych." />
|
||||
<slider label_width="330" label="Tekst unoszący się nad primami ma zacząć zanikać od (m):" tool_tip="Odległość, po jakiej tekst unoszący się nad primami ma zacząć zanikać" name="FSHudTextFadeDistance" />
|
||||
<slider label_width="330" label="Tekst unoszący się nad primami ma całkiem zniknąć po (m):" tool_tip="Odległość, podczas której tekst unoszący się nad primami stanie się całkiem niewidzialny po tym, jak zacznie zanikać" name="FSHudTextFadeRange" />
|
||||
</panel>
|
||||
<panel label="Nakładka 2D" name="ui-2d-overlay">
|
||||
<text name="UI Size:">
|
||||
Skalowanie interfejsu (ostrożnie):
|
||||
</text>
|
||||
<text name="ScriptDialogsPerObjectLabel" width="185">
|
||||
Komunikatów skryptów na obiekt:
|
||||
</text>
|
||||
|
|
@ -51,6 +54,7 @@
|
|||
</combo_box>
|
||||
<check_box label="Animuj komunikaty" name="FSAnimatedScriptDialogs" tool_tip="Zaznacz, aby komunikaty skryptów animowały się przy otwieraniu (klasyczne zachowanie V1.x). Działa tylko wtedy, gdy komunikaty skryptów otwierają się z góry na dół." />
|
||||
<slider label_width="220" width="460" label="Wiersze tekstu widoczne w komunikacie:" name="FSRowsPerScriptDialog" tool_tip="Maksymalna ilość wierszy widoczna jednocześnie w pojedynczym komunikacie skryptów." />
|
||||
<check_box label="Użyj menu kołowego (pie menu)" name="UsePieMenu" tool_tip="Używaj klasycznego, okrągłego menu znanego z 1.x po kliknięciu na awatary, obiekty, teren lub dodatki - zamiast prostokątnych menu kontekstowych." />
|
||||
<check_box label="Ikony i ogł. grup w prawym górnym rogu" name="ShowGroupNoticesTopRight" tool_tip="Zaznacz, aby przenieść ogłoszenia grup oraz inne ikonki w prawy górny narożnik ekranu (klasyczne zachowanie 1.x)" />
|
||||
<text name="GroupTopRightRequiresRestart">
|
||||
(wymaga restartu)
|
||||
|
|
@ -65,8 +69,6 @@
|
|||
<text name="ButtonFlashRateText">
|
||||
sek
|
||||
</text>
|
||||
<slider label_width="330" label="Tekst unoszący się nad primami ma zacząć zanikać od (m):" tool_tip="Odległość, po jakiej tekst unoszący się nad primami ma zacząć zanikać" name="FSHudTextFadeDistance" />
|
||||
<slider label_width="330" label="Tekst unoszący się nad primami ma całkiem zniknąć po (m):" tool_tip="Odległość, podczas której tekst unoszący się nad primami stanie się całkiem niewidzialny po tym, jak zacznie zanikać" name="FSHudTextFadeRange" />
|
||||
</panel>
|
||||
<panel label="Górne paski" name="UI-interface-top-bars">
|
||||
<text name="statusbar_textbox">
|
||||
|
|
|
|||
|
|
@ -1,10 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||
<panel label="Настройки интерфейса" name="Display panel">
|
||||
<tab_container label="Настройки Firestorm" name="tabs">
|
||||
<panel label="Общее" name="UI Prefs Panel">
|
||||
<text name="UI Size:">
|
||||
Масштабирование интерфейса:
|
||||
</text>
|
||||
<panel label="3D мир" name="UI Prefs Panel">
|
||||
<text name="HoverTipText" width="150">
|
||||
Всплывающие подсказки:
|
||||
</text>
|
||||
|
|
@ -28,11 +25,12 @@
|
|||
<text name="ObjectInspectorTooltipDelay_text">
|
||||
секунд.
|
||||
</text>
|
||||
</panel>
|
||||
<panel label="2D наложение" name="ui-2d-overlay">
|
||||
<text name="UI Size:">
|
||||
Масштабирование интерфейса:
|
||||
</text>
|
||||
<check_box label="Использовать круглое меню" name="UsePieMenu" tool_tip="Использовать стиль V1 для отображения круглого меню при нажатии правой кнопкой мыши на объекты, аватары и землю" />
|
||||
|
||||
<check_box label="Использовать старое отображение значений для измерителя лагов" name="FSStatbarLegacyMeanPerSec" tool_tip="Если опция включена, Firestorm будет использовать традиционный способ отображения данных" />
|
||||
<check_box label="Показывать управление медиа в верхнем меню" name="FSEnableVolumeControls" tool_tip="Отображает справа наверху возможность управления включением и отключением потокового аудию, медиа." />
|
||||
<check_box label="Показать канал симулятора в верхней панели" name="FSStatusbarShowSimulatorVersion" tool_tip="Показать канал симулятора (RC Magnum, RC Le Tigre, RC BlueSteel etc.) в верхней панели "/>
|
||||
<text name="ScriptDialogsPerObjectLabel" width="185">
|
||||
Диалогов скрипта на объект:
|
||||
</text>
|
||||
|
|
@ -55,7 +53,7 @@
|
|||
</combo_box>
|
||||
<check_box label="Анимация диалогов" name="FSAnimatedScriptDialogs" tool_tip="Показывает анимацио диалогового окна при его открытии (Разворачивается сверху вниз)" />
|
||||
<check_box label="Уведомления групп и ЛС справа наверху" width="250" name="ShowGroupNoticesTopRight" tool_tip="Отображение иконок ЛС и уведомлений групп справа наверху вашего экрана ." />
|
||||
<text name="GroupTopRightRequiresRestart">
|
||||
<text name="GroupTopRightRequiresRestart" left_delta="270" width="150">
|
||||
(Необходим перезапуск)
|
||||
</text>
|
||||
<check_box label="Скрыть иконки чатов групп и ЛС" name="FSDisableIMChiclets" tool_tip="Будут убраны иконки личных сообщений и чатов групп (Уведомления по прежнему будут отображаться)." />
|
||||
|
|
|
|||
Loading…
Reference in New Issue