Ansariel 2021-08-02 09:28:56 +02:00
commit 2251bbbce7
24 changed files with 121 additions and 380 deletions

View File

@ -1008,11 +1008,11 @@
<key>archive</key>
<map>
<key>hash</key>
<string>729a2844a0de06d454f8de47d3a9cb10</string>
<string>1e176ba9a76fe209ce4703db2026ad85</string>
<key>hash_algorithm</key>
<string>md5</string>
<key>url</key>
<string>file:///opt/firestorm/fmodstudio-2.02.01-linux64-211941750.tar.bz2</string>
<string>file:///opt/firestorm/fmodstudio-2.02.02-linux64-212130644.tar.bz2</string>
</map>
<key>name</key>
<string>linux64</string>
@ -1022,11 +1022,11 @@
<key>archive</key>
<map>
<key>hash</key>
<string>d8139acbaf2961a466244f39989f2b5b</string>
<string>0335fa6ca762097c85b3090ce2614c3c</string>
<key>hash_algorithm</key>
<string>md5</string>
<key>url</key>
<string>file:///c:/cygwin/opt/firestorm/fmodstudio-2.02.01-windows-211941202.tar.bz2</string>
<string>file:///c:/cygwin/opt/firestorm/fmodstudio-2.02.02-windows-212102333.tar.bz2</string>
</map>
<key>name</key>
<string>windows</string>
@ -1036,18 +1036,18 @@
<key>archive</key>
<map>
<key>hash</key>
<string>4704da8c560610e7c5329cdc05c2fec3</string>
<string>793ba69b7a5ea8fa12ec1a86d5ebd9e2</string>
<key>hash_algorithm</key>
<string>md5</string>
<key>url</key>
<string>file:///c:/cygwin/opt/firestorm/fmodstudio-2.02.01-windows64-211941203.tar.bz2</string>
<string>file:///c:/cygwin/opt/firestorm/fmodstudio-2.02.02-windows64-212102335.tar.bz2</string>
</map>
<key>name</key>
<string>windows64</string>
</map>
</map>
<key>version</key>
<string>2.02.01</string>
<string>2.02.02</string>
</map>
<key>fontconfig</key>
<map>

View File

@ -326,6 +326,10 @@ void LLViewerTextureList::shutdown()
mLoadingStreamList.clear();
mCreateTextureList.clear();
mFastCacheList.clear();
// <FS:ND> FIRE-30851, need to clear this cache too, so static dtor will not do it
mImagesWithChangedPriorities.clear();
// </FS:ND>
mUUIDMap.clear();

View File

@ -261,6 +261,7 @@
<menu_item_call label="Firestorm Support-Gruppe beitreten" name="firestorm_support_group"/>
<menu_item_call label="Stundenplan Firestorm-Klassen" name="Firestorm Classes Schedule"/>
<menu_item_call label="Firestorm-Eventkalender" name="Firestorm Events Calendar"/>
<menu_item_call label="Anweisungen..." name="How To"/>
<menu_item_call label="[CURRENT_GRID]-Hilfe" name="current_grid_help"/>
<menu_item_call label="Über [CURRENT_GRID]" name="current_grid_about"/>
<menu_item_call label="Grid-Status prüfen" name="Grid Status"/>

View File

@ -640,7 +640,8 @@ Hinweis: Der Cache wird dabei gelöscht/geleert.
</notification>
<notification name="ChangeSkin">
Das neue Oberflächendesign wird nach einem Neustart von [APP_NAME] angezeigt.
<usetemplate name="okcancelbuttons" notext="OK" yestext="Neustart"/>
Möchten Sie den Viewer schließen und anschließend manuell neu starten, um die Änderung wirksam werden zu lassen?
<usetemplate name="okcancelbuttons" notext="Später" yestext="Jetzt beenden"/>
</notification>
<notification name="ChangeLanguage">
Die Sprachänderung tritt nach Neustart von [APP_NAME] in Kraft.

View File

@ -8,6 +8,7 @@
layout="topleft"
name="floater_how_to"
single_instance="true"
help_topic="fs_floater_guidebook"
save_visibility="true"
save_rect="true"
title="Welcome Island Guidebook"

View File

@ -73,16 +73,14 @@
name="wiki_troubleshooting_url"
parameter="WebLaunchExternalTarget,https://wiki.firestormviewer.org/firestorm_troubleshooting" />
</menu_item_call>
<!--
<menu_item_separator />
<menu_item_call
label="How to..."
name="How To"
shortcut="F1">
label="Guidebook"
name="How To">
<menu_item_call.on_click
function="Help.ToggleHowTo"
parameter="" />
</menu_item_call>
<!--
<menu_item_separator/>
<menu_item_call
label="Knowledge Base"

View File

@ -2391,6 +2391,14 @@
parameter="WebLaunchExternalTarget,https://teamup.com/ksxdajnbw9mvw7cbwz" />
</menu_item_call>
<menu_item_call
label="Guidebook"
name="How To">
<menu_item_call.on_click
function="Help.ToggleHowTo"
parameter="" />
</menu_item_call>
<!-- <menu_item_call
label="Second Life Help"
name="Second Life Help">

View File

@ -1639,10 +1639,11 @@ This debug setting change will take effect after you restart [APP_NAME].
name="ChangeSkin"
type="alertmodal">
The new skin will appear after restarting [APP_NAME].
Would you like to shutdown the viewer and launch it manually again in order to apply this change?
<usetemplate
name="okcancelbuttons"
notext="OK"
yestext="Restart"/>
notext="Later"
yestext="Shutdown now"/>
</notification>
<notification

View File

@ -208,7 +208,7 @@
height="16"
increment="0.25"
label="Floating text fade distance (in m):"
tool_tip="Sets the distance where floating text starts to fade"
tool_tip="Sets the distance where floating text (hovertext) starts to fade"
label_width="200"
layout="topleft"
left="10"
@ -224,7 +224,7 @@
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"
tool_tip="Sets the range it takes for a floating text (hovertext) to fade from fully visible to completely invisible"
label_width="200"
layout="topleft"
left="10"

View File

@ -221,6 +221,7 @@
<menu_item_call label="Firestorm Wiki" name="Firestorm Wiki"/>
<menu_item_call label="Solución de problemas" name="Troubleshooting"/>
<menu_item_call label="Unirse al Grupo de Soporte de Firestorm" name="firestorm_support_group"/>
<menu_item_call label="Cómo..." name="How To"/>
<menu_item_call label="Ayuda de [CURRENT_GRID]" name="current_grid_help"/>
<menu_item_call label="Acerca de [CURRENT_GRID]" name="current_grid_about"/>
<menu_item_call label="Tutorial" name="Tutorial"/>

View File

@ -612,6 +612,8 @@ Remarque : cela videra le cache.
</notification>
<notification name="ChangeSkin">
Le nouveau thème apparaîtra après le redémarrage de [APP_NAME].
Voulez-vous arrêter le visualiseur et le relancer manuellement afin d'appliquer cette modification ?
<usetemplate name="okcancelbuttons" notext="Plus tard" yestext="Quitter maintenant"/>
</notification>
<notification name="ChangeLanguage">
Le changement de langue sera effectué au redémarrage de [APP_NAME].

View File

@ -9,8 +9,8 @@
<menu label="Aiuto" name="Help">
<menu_item_call label="Wiki di Firestorm" name="Firestorm Wiki"/>
<menu_item_call label="Soluzione problemi" name="Troubleshooting"/>
<!-- <menu_item_call label="How To..." name="How To"/>
<menu_item_call label="Quickstart" name="Quickstart"/>
<menu_item_call label="Guida" name="How To"/>
<!-- <menu_item_call label="Quickstart" name="Quickstart"/>
<menu_item_call label="Knowledge Base" name="Knowledge Base"/>
<menu_item_call label="Wiki" name="Wiki"/>
<menu_item_call label="Community Forums" name="Community Forums"/>

View File

@ -243,6 +243,7 @@
<menu_item_call label="Iscriviti a Firestorm Support Group" name="firestorm_support_group"/>
<menu_item_call label="Calendario lezioni su Firestorm" name="Firestorm Classes Schedule"/>
<menu_item_call label="Calendario eventi Firestorm" name="Firestorm Events Calendar"/>
<menu_item_call label="Guida" name="How To"/>
<menu_item_call label="Aiuto su [CURRENT_GRID]" name="current_grid_help"/>
<menu_item_call label="A proposito di [CURRENT_GRID]" name="current_grid_about"/>
<menu_item_check label="Controlla stato grid" name="Grid Status"/>

View File

@ -310,6 +310,7 @@
<menu_item_call label="Firestormサポートグループに参加" name="firestorm_support_group"/>
<menu_item_call label="Firestorm 勉強会スケジュール" name="Firestorm Classes Schedule" />
<menu_item_call label="Firestorm イベントカレンダー" name="Firestorm Events Calendar" />
<menu_item_call label="ハウツー..." name="How To" />
<menu_item_call label="[CURRENT_GRID] ヘルプ" name="current_grid_help"/>
<menu_item_call label="[CURRENT_GRID] について" name="current_grid_about"/>
<menu_item_call label="Grid status をチェック" name="Grid Status"/>

View File

@ -9,8 +9,8 @@
<menu label="Pomoc" name="Help">
<menu_item_call label="Wiki Firestorma" name="Firestorm Wiki"/>
<menu_item_call label="Rozwiązywanie problemów" name="Troubleshooting"/>
<!-- <menu_item_call label="Samouczek" name="How To"/>
<menu_item_call label="Baza wiedzy" name="Knowledge Base"/>
<menu_item_call label="Samouczek" name="How To"/>
<!-- <menu_item_call label="Baza wiedzy" name="Knowledge Base"/>
<menu_item_call label="Wiki Second Life" name="Wiki"/>
<menu_item_call label="Forum społecznościowe" name="Community Forums"/>
<menu_item_call label="Portal wsparcia" name="Support portal"/>

View File

@ -269,6 +269,7 @@
<menu_item_call label="Dołącz do Grupy Wsparcia Firestorma" name="firestorm_support_group"/>
<menu_item_call label="Harmonogram lekcji Firestorma" name="Firestorm Classes Schedule"/>
<menu_item_call label="Kalendarz wydarzeń Firestorma" name="Firestorm Events Calendar"/>
<menu_item_call label="Samouczek" name="How To"/>
<!-- <menu_item_call label="Pomoc Second Life" name="Second Life Help"/> -->
<menu_item_call label="Pomoc: [CURRENT_GRID]" name="current_grid_help"/>
<menu_item_call label="Na temat [CURRENT_GRID]" name="current_grid_about"/>

View File

@ -542,7 +542,8 @@ Pamiętaj: Opcja ta wyczyszcza bufor danych.
</notification>
<notification name="ChangeSkin">
Nowa skórka pojawi się po restarcie aplikacji [APP_NAME].
<usetemplate name="okcancelbuttons" yestext="Restartuj"/>
Czy chcesz zamknąć przeglądarkę i uruchomić ją ponownie, ręcznie, aby zastosować tę zmianę?
<usetemplate name="okcancelbuttons" notext="Później" yestext="Zamknij teraz"/>
</notification>
<notification name="ChangeLanguage">
Zmiana języka zadziała po restarcie [APP_NAME].
@ -1136,7 +1137,7 @@ Zazwyczaj jest to tymczasowy problem. Możesz kontynuować modyfikacje i zapisa
<notification name="YouHaveBeenLoggedOut">
Nastąpiło wylogowanie z [CURRENT_GRID]
[MESSAGE]
<usetemplate name="okcancelbuttons" notext="Wyłącz" yestext="Pokaż IM/czat"/>
<usetemplate name="okcancelbuttons" notext="Zakończ" yestext="Pokaż IM/czat"/>
</notification>
<notification name="OnlyOfficerCanBuyLand">
Nie możesz kupić działek dla grupy.
@ -2304,8 +2305,8 @@ Przenieść obiekty szafy?
<usetemplate ignoretext="Potwierdź dodanie uczestników rozmowy" name="okcancelignore" notext="Anuluj" />
</notification>
<notification name="ConfirmQuit">
Na pewno chcesz zakończyć?
<usetemplate ignoretext="Na pewno chcesz zakończyć?" name="okcancelignore" notext="Nie kończ" yestext="Wyłącz"/>
Na pewno chcesz zakończyć sesję i wyłączyć przeglądarkę?
<usetemplate ignoretext="Na pewno chcesz zakończyć sesję?" name="okcancelignore" notext="Anuluj" yestext="Zakończ"/>
</notification>
<notification name="ConfirmRestoreToybox">
Ta akcja przywróci domyślny układ przycisków i pasków.

View File

@ -9,8 +9,8 @@
<menu label="Помощь" name="Help">
<menu_item_call label="Firestorm Wiki" name="Firestorm Wiki"/>
<menu_item_call label="Решение проблем" name="Troubleshooting"/>
<!-- <menu_item_call label="Обучение" name="How To"/>
<menu_item_call label="Быстрый старт" name="Quickstart"/>
<menu_item_call label="Обучение" name="How To"/>
<!-- <menu_item_call label="Быстрый старт" name="Quickstart"/>
<menu_item_call label="База знаний" name="Knowledge Base"/>
<menu_item_call label="Wiki Second Life" name="Wiki"/>
<menu_item_call label="Forum сообщества" name="Community Forums"/>

View File

@ -307,6 +307,7 @@
<menu_item_call label="Вступить в группу поддержки Firestorm" name="firestorm_support_group"/>
<menu_item_call label="Расписание обучений Firestorm" name="Firestorm Classes Schedule"/>
<menu_item_call label="Календарь Событий Firestorm" name="Firestorm Events Calendar"/>
<menu_item_call label="Обучение" name="How To"/>
<!-- <menu_item_call label="Second Life Help" name="Second Life Help"/> -->
<menu_item_call label="[CURRENT_GRID] помощь" name="current_grid_help"/>
<menu_item_call label="О [CURRENT_GRID]" name="current_grid_about"/>

View File

@ -559,7 +559,7 @@
</notification>
<notification name="ChangeSkin">
Смена темы вступит в силу после перезапуска [APP_NAME].
<usetemplate name="okcancelbuttons" notext="Ok" yestext="Перезапуск"/>
<usetemplate name="okcancelbuttons" notext="Позже" yestext="Перезапуск"/>
</notification>
<notification name="ChangeLanguage">
Смена языка вступит в силу после перезапуска [APP_NAME].
@ -1807,7 +1807,7 @@
</notification>
<notification name="GroupLimitInfoPlus">
Резиденты с Базовым аккаунтом могут присоединиться к [MAX_BASIC] группам.
Премиум аккаунт разрешает до [MAX_PREMIUM]. Премиум Плюс аккаунт разрешает до [MAX_PREMIUM_PLUS].
Премиум аккаунт разрешает до [MAX_PREMIUM]. Премиум Плюс аккаунт разрешает до [MAX_PREMIUM_PLUS].
[https://secondlife.com/my/account/membership.php? Узнайте больше или расширьте свой аккаунт]
<usetemplate name="okbutton" yestext="Закрыть"/>
</notification>

View File

@ -51,6 +51,9 @@
<layout_panel name="save_btn_lp">
<button label="Сохранить" name="save_btn"/>
</layout_panel>
<layout_panel name="save_as_btn_lp">
<button label="Сохранить как..." name="save_as_btn"/>
</layout_panel>
<layout_panel name="revert_btn_lp">
<button label="Отменить изменения" name="revert_btn" tool_tip="Вернуться к последней сохраненной версии"/>
</layout_panel>

View File

@ -1888,6 +1888,7 @@ https://www.firestormviewer.org/support за помощь в решении эт
<string name="Scripts" value=" Скрипты,"/>
<string name="Sounds" value=" Звуки,"/>
<string name="Textures" value=" Текстуры,"/>
<string name="Settings" value=" Настройки,"/>
<string name="Snapshots" value=" Снимки,"/>
<string name="No Filters" value="Нет "/>
<string name="Since Logoff" value=" - с выхода"/>
@ -2922,9 +2923,6 @@ https://www.firestormviewer.org/support за помощь в решении эт
<string name="UploadingCosts">
Загрузка [NAME] стоит L$ [AMOUNT]
</string>
<string name="BuyingCosts">
Покупка этого стоит L$ [AMOUNT]
</string>
<string name="UnknownFileExtension">
Неизвестное расширение файла .%s
Используйте .wav, .tga, .bmp, .jpg, .jpeg, или .anim
@ -2947,27 +2945,7 @@ https://www.firestormviewer.org/support за помощь в решении эт
<string name="EditLandmarkNavBarMenu">
Редактировать закладку...
</string>
<string name="accel-mac-control">
&#8963;
</string>
<string name="accel-mac-command">
&#8984;
</string>
<string name="accel-mac-option">
&#8997;
</string>
<string name="accel-mac-shift">
&#8679;
</string>
<string name="accel-win-control">
Ctrl+
</string>
<string name="accel-win-alt">
Alt+
</string>
<string name="accel-win-shift">
Shift+
</string>
<string name="FileSaved">
Файл сохранен
</string>
@ -3029,7 +3007,7 @@ https://www.firestormviewer.org/support за помощь в решении эт
Аренда недвижимости
</string>
<string name="Special Attraction">
Ообое событие
Особое событие
</string>
<string name="New Products">
Новые продукты
@ -3094,33 +3072,7 @@ https://www.firestormviewer.org/support за помощь в решении эт
<string name="You">
Вы
</string>
<string name=":">
:
</string>
<string name=",">
,
</string>
<string name="...">
...
</string>
<string name="***">
***
</string>
<string name="(">
(
</string>
<string name=")">
)
</string>
<string name=".">
.
</string>
<string name="'">
'
</string>
<string name="---">
---
</string>
<string name="Multiple Media">
Несколько медиа
</string>
@ -3383,7 +3335,7 @@ https://www.firestormviewer.org/support за помощь в решении эт
Динамика груди
</string>
<string name="Breast Physics InOut Max Effect">
Верхняя граница
Макс. эффект
</string>
<string name="Breast Physics InOut Spring">
Упругость
@ -3395,7 +3347,7 @@ https://www.firestormviewer.org/support за помощь в решении эт
Затухание
</string>
<string name="Breast Physics UpDown Max Effect">
Верхняя граница
Макс. эффект
</string>
<string name="Breast Physics UpDown Spring">
Упругость
@ -3407,7 +3359,7 @@ https://www.firestormviewer.org/support за помощь в решении эт
Затухание
</string>
<string name="Breast Physics LeftRight Max Effect">
Верхняя граница
Макс. эффект
</string>
<string name="Breast Physics LeftRight Spring">
Упругость
@ -3431,7 +3383,7 @@ https://www.firestormviewer.org/support за помощь в решении эт
Инертность живота
</string>
<string name="Belly Physics UpDown Max Effect">
Верхняя граница
Макс. эффект
</string>
<string name="Belly Physics UpDown Spring">
Упругость
@ -3455,7 +3407,7 @@ https://www.firestormviewer.org/support за помощь в решении эт
Инертность зада
</string>
<string name="Butt Physics UpDown Max Effect">
Верхняя граница
Макс. эффект
</string>
<string name="Butt Physics UpDown Spring">
Упругость
@ -3467,7 +3419,7 @@ https://www.firestormviewer.org/support за помощь в решении эт
Затухание
</string>
<string name="Butt Physics LeftRight Max Effect">
Верхняя граница
Макс. эффект
</string>
<string name="Butt Physics LeftRight Spring">
Упругость
@ -4789,6 +4741,12 @@ https://www.firestormviewer.org/support за помощь в решении эт
<string name="OfflineStatus">
не в сети
</string>
<string name="not_online_msg">
Пользователь не в сети - сообщение будет сохранено и доставлено позже.
</string>
<string name="not_online_inventory">
Пользователь не в сети - инвентарь сохранен.
</string>
<string name="IM_announce_incoming">
Входящее сообщение от [NAME]
</string>
@ -4798,12 +4756,6 @@ https://www.firestormviewer.org/support за помощь в решении эт
<string name="IM_autoresponse_item_sent">
Элемент [ITEM_NAME] отправлен автоответом
</string>
<string name="not_online_msg">
Пользователь не в сети - сообщение будет сохранено и доставлено позже.
</string>
<string name="not_online_inventory">
Пользователь не в сети - инвентарь сохранен.
</string>
<string name="answered_call">
На ваш звонок ответили
</string>
@ -4923,6 +4875,9 @@ https://www.firestormviewer.org/support за помощь в решении эт
<string name="unread_chat_multiple">
[SOURCES] сказал что-то новое
</string>
<string name="teleport_preamble_compact_chat">
Теперь вы в
</string>
<string name="session_initialization_timed_out_error">
Истекло время ожидания инициализации сеанса
</string>
@ -4993,9 +4948,6 @@ https://www.firestormviewer.org/support за помощь в решении эт
<string name="to publish a classified ad">
за публикацию рекламы
</string>
<string name="giving">
Дать L$[AMOUNT]
</string>
<string name="uploading_costs">
Загрузка стоит L$[AMOUNT]
</string>
@ -5003,10 +4955,13 @@ https://www.firestormviewer.org/support за помощь в решении эт
Это стоит L$[AMOUNT]
</string>
<string name="buying_selected_land">
Покупка выбранной земли за L$[AMOUNT]
Эта земля стоит
</string>
<string name="this_object_costs">
Этот объект стоит L$[AMOUNT]
Этот объект стоит
</string>
<string name="giving">
Вы хотите дать
</string>
<string name="group_role_everyone">
Все
@ -5091,7 +5046,7 @@ https://www.firestormviewer.org/support за помощь в решении эт
Новая папка
</string>
<string name="Contents">
Контент
Содержимое
</string>
<string name="Gesture">
Жест
@ -5392,6 +5347,12 @@ https://www.firestormviewer.org/support за помощь в решении эт
<string name="Premium PlusMembership">
Премиум Плюс
</string>
<string name="MembershipUpgradeText">
Перейти на Премиум
</string>
<string name="MembershipPremiumText">
Мое Премиум-членство
</string>
<string name="DeleteItems">
Удалить выбранные объекты?
</string>
@ -5475,42 +5436,7 @@ https://www.firestormviewer.org/support за помощь в решении эт
<string name="PgDn">
PgDn
</string>
<string name="F1">
F1
</string>
<string name="F2">
F2
</string>
<string name="F3">
F3
</string>
<string name="F4">
F4
</string>
<string name="F5">
F5
</string>
<string name="F6">
F6
</string>
<string name="F7">
F7
</string>
<string name="F8">
F8
</string>
<string name="F9">
F9
</string>
<string name="F10">
F10
</string>
<string name="F11">
F11
</string>
<string name="F12">
F12
</string>
<string name="Add">
Добавить
</string>
@ -5523,222 +5449,7 @@ https://www.firestormviewer.org/support за помощь в решении эт
<string name="Divide">
Разделить
</string>
<string name="PAD_DIVIDE">
PAD_DIVIDE
</string>
<string name="PAD_LEFT">
PAD_LEFT
</string>
<string name="PAD_RIGHT">
PAD_RIGHT
</string>
<string name="PAD_DOWN">
PAD_DOWN
</string>
<string name="PAD_UP">
PAD_UP
</string>
<string name="PAD_HOME">
PAD_HOME
</string>
<string name="PAD_END">
PAD_END
</string>
<string name="PAD_PGUP">
PAD_PGUP
</string>
<string name="PAD_PGDN">
PAD_PGDN
</string>
<string name="PAD_CENTER">
PAD_CENTER
</string>
<string name="PAD_INS">
PAD_INS
</string>
<string name="PAD_DEL">
PAD_DEL
</string>
<string name="PAD_Enter">
PAD_Enter
</string>
<string name="PAD_BUTTON0">
PAD_BUTTON0
</string>
<string name="PAD_BUTTON1">
PAD_BUTTON1
</string>
<string name="PAD_BUTTON2">
PAD_BUTTON2
</string>
<string name="PAD_BUTTON3">
PAD_BUTTON3
</string>
<string name="PAD_BUTTON4">
PAD_BUTTON4
</string>
<string name="PAD_BUTTON5">
PAD_BUTTON5
</string>
<string name="PAD_BUTTON6">
PAD_BUTTON6
</string>
<string name="PAD_BUTTON7">
PAD_BUTTON7
</string>
<string name="PAD_BUTTON8">
PAD_BUTTON8
</string>
<string name="PAD_BUTTON9">
PAD_BUTTON9
</string>
<string name="PAD_BUTTON10">
PAD_BUTTON10
</string>
<string name="PAD_BUTTON11">
PAD_BUTTON11
</string>
<string name="PAD_BUTTON12">
PAD_BUTTON12
</string>
<string name="PAD_BUTTON13">
PAD_BUTTON13
</string>
<string name="PAD_BUTTON14">
PAD_BUTTON14
</string>
<string name="PAD_BUTTON15">
PAD_BUTTON15
</string>
<string name="-">
-
</string>
<string name="=">
=
</string>
<string name="`">
`
</string>
<string name=";">
;
</string>
<string name="[">
[
</string>
<string name="]">
]
</string>
<string name="\">
\
</string>
<string name="0">
0
</string>
<string name="1">
1
</string>
<string name="2">
2
</string>
<string name="3">
3
</string>
<string name="4">
4
</string>
<string name="5">
5
</string>
<string name="6">
6
</string>
<string name="7">
7
</string>
<string name="8">
8
</string>
<string name="9">
9
</string>
<string name="A">
A
</string>
<string name="B">
B
</string>
<string name="C">
C
</string>
<string name="D">
D
</string>
<string name="E">
E
</string>
<string name="F">
F
</string>
<string name="G">
G
</string>
<string name="H">
H
</string>
<string name="I">
I
</string>
<string name="J">
J
</string>
<string name="K">
K
</string>
<string name="L">
L
</string>
<string name="M">
M
</string>
<string name="N">
N
</string>
<string name="O">
O
</string>
<string name="P">
P
</string>
<string name="Q">
Q
</string>
<string name="R">
R
</string>
<string name="S">
S
</string>
<string name="T">
T
</string>
<string name="U">
U
</string>
<string name="V">
V
</string>
<string name="W">
W
</string>
<string name="X">
X
</string>
<string name="Y">
Y
</string>
<string name="Z">
Z
</string>
<string name="LMB">ЛКМ</string>
<string name="MMB">СКМ</string>
@ -5868,7 +5579,7 @@ https://www.firestormviewer.org/support за помощь в решении эт
Быстрые настройки
</string>
<string name="Command_AO_Label">
АО
Диспетчер анимаций
</string>
<string name="Command_Webbrowser_Label">
Web браузер
@ -6123,7 +5834,7 @@ https://www.firestormviewer.org/support за помощь в решении эт
Отслеживать статус различных регионов
</string>
<string name="Command_Group_Titles_Tooltip">
Изменить активный тег группы
Изменить активный титул группы
</string>
<string name="Command_Wearable_Favorites_Tooltip">
Открыть список избранных одежд
@ -6820,9 +6531,6 @@ ID объекта: [INSPECTING_KEY]
<string name="fs_preprocessor_settings_list_prefix">
Настройки:
</string>
<string name="fs_preprocessor_wave_exception">
[ERR_NAME] ([LINENUMBER]): [ERR_DESC]
</string>
<string name="fs_preprocessor_exception">
[ERR_NAME] ([LINENUMBER]): найдено исключение: [ERR_DESC]
</string>

View File

@ -549,21 +549,25 @@ It is calculated as border_size + 2*UIResizeBarOverlap
name="save_btn"
top="0"
width="155" />
</layout_panel>
<layout_panel
follows="bottom|left|right"
height="23"
layout="bottomleft"
left_pad="3"
mouse_opaque="false"
name="save_as_btn_lp"
auto_resize="true"
width="156">
<button
follows="bottom|right"
follows="bottom|left|right"
height="23"
name="save_flyout_btn"
label=""
layout="topleft"
left_pad="-20"
tab_stop="false"
label="Save as..."
left="1"
right="-1"
top="0"
image_selected="SegmentedBtn_Right_Selected_Press"
image_unselected="SegmentedBtn_Right_Off"
image_pressed="SegmentedBtn_Right_Press"
image_pressed_selected="SegmentedBtn_Right_Selected_Press"
image_overlay="Arrow_Small_Up"
width="20"/>
layout="topleft"
name="save_as_btn" />
</layout_panel>
<layout_panel
follows="bottom|left|right"

View File

@ -549,21 +549,25 @@ It is calculated as border_size + 2*UIResizeBarOverlap
name="save_btn"
top="0"
width="155" />
</layout_panel>
<layout_panel
follows="bottom|left|right"
height="23"
layout="bottomleft"
left_pad="3"
mouse_opaque="false"
name="save_as_btn_lp"
auto_resize="true"
width="156">
<button
follows="bottom|right"
follows="bottom|left|right"
height="23"
name="save_flyout_btn"
label=""
layout="topleft"
left_pad="-20"
tab_stop="false"
label="Save as..."
left="1"
right="-1"
top="0"
image_selected="SegmentedBtn_Right_Selected_Press"
image_unselected="SegmentedBtn_Right_Off"
image_pressed="SegmentedBtn_Right_Press"
image_pressed_selected="SegmentedBtn_Right_Selected_Press"
image_overlay="Arrow_Small_Up"
width="20"/>
layout="topleft"
name="save_as_btn" />
</layout_panel>
<layout_panel
follows="bottom|left|right"