diff options
author | Logue <logue@hotmail.co.jp> | 2023-05-31 07:05:03 +0900 |
---|---|---|
committer | Logue <logue@hotmail.co.jp> | 2023-05-31 07:05:03 +0900 |
commit | b586e6a9c2ab8b2efb48039738751ffeb3e85dee (patch) | |
tree | 215dfe4a0bc9e30eb15c81f84795bd7aa25b0534 /indra/newview/skins/default/xui/ja/panel_notification.xml | |
parent | 5ffe1353a777455bb788d4851215ae272f6f0df6 (diff) |
Merged DRTVWR-577 Japanese Translation.
Diffstat (limited to 'indra/newview/skins/default/xui/ja/panel_notification.xml')
-rw-r--r-- | indra/newview/skins/default/xui/ja/panel_notification.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/ja/panel_notification.xml b/indra/newview/skins/default/xui/ja/panel_notification.xml new file mode 100644 index 0000000000..ec3bc6a2b4 --- /dev/null +++ b/indra/newview/skins/default/xui/ja/panel_notification.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<panel label="通知パネル" name="notification_panel"> + <!-- THIS PANEL CONTROLS TOAST HEIGHT? --> + <panel label="情報パネル" name="info_panel"> + <text name="text_box" /> + <text name="caution_text_box" /> + <text_editor name="text_editor_box" /> + </panel> + <panel label="コントロールパネル" name="control_panel"> + <!-- + Notes: + This panel holds buttons of notification. Change of its size can affect the layout of buttons. + --> + </panel> +</panel>
\ No newline at end of file |