summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/ja/menu_viewer.xml
diff options
context:
space:
mode:
authorJames Cook <james@lindenlab.com>2009-08-28 16:51:34 +0000
committerJames Cook <james@lindenlab.com>2009-08-28 16:51:34 +0000
commiteda3831041a176ae11116bd0c33077d121dc62e2 (patch)
treede4f3e33490cd7f18853296bc06be8c211bb0a47 /indra/newview/skins/default/xui/ja/menu_viewer.xml
parent9e2cb2f4a00a6acc48738f9df788ad5adfc7d62a (diff)
skinning-22 -> viewer-2 trunk to pick up bug fixes, including crash on script compile when cursor is at the end of the script editor window. Replaced panel_pick_info.xml and panel_profile_view.xml with our versions, which stomped some PE changes. Panels still work, however, and Kurt is still working on layout.
CHANGES: minor layout change: "start location" and "remember password" weren't on the same horizontal line. DEV-35120 image_unselected art was "transparent.j2c" - switched it out for PushButton_Off I18N: more things are missing a.. you guessed it, a name= parameter. Breaks localization. forgot to check this in earlier...fixes off-by-one crash when editing a script DEV-36740 change the displayed string per Erica's request re 'You can only set your Home Location...' VIEWER-SIDE text change. This does not change the actual message coming from the server EXT-689 Odd spinner behaviour - For Sale Price -- reviewed by james DEV-26973 Internationalize the server msg Youcan'tset this place as home -- reviewed by james EXT-618 Low/Mid/High response is broken in Preferences > Graphics -- reviewed by james EXT-618 Low/Mid/High response is broken in Preferences > Graphics -- to be reviewed EXT-655 Cannot choose Both logging options in Preferences -- to be reviewed Changes to notifications.xml text to fit Style Guide and some renamed menu items EXT-147 Ongoing revisions to new gestures layout. DEV-35097 catch more instances of 'SLURL' and make them 'SLurl' Removed Info Displays and Buy Currency Test from top menus. Clean up code to use proper childGetFoo and childSetFoo calls, as well as setCommitCallback using slots. De-inlined LLAvatarIconCtrl paramblock constructor because I was doing a full rebuild anyhow. Commented about use of childSetCommitCallback(). De-inlined LocalizedString paramblock constructor. eliminated memory leak I18N: more things are missing a name= parameter, breaks localization. EXT-714 Updated panels in sidetray that were not using the scroll_container element to adjust for viewer heights. fix for llmessage_test crash in Windows Release builds DEV-11254 I18N: replace all string instances of "Second Life" - do this in the foreign languages too DEV-11254 I18N: replace all string instances of "Second Life" - found new instances from merged code potential fix for unit test crash on parabuild, moved statics into singleton member variables to get around potential dual instantation of statics on different modules DEV-36809 Click target for slider handles is too small -- reviewed by steve EXT-403 change getChild<LLSpiner> to LLUICtrl to make it generic -- reviewed by richard DEV-35938 Horizontal scroll thumb too high -- to be reviewed EXT-386 clean up warnings - initCommitCallback... Rename Product Engine's LLFloaterMiniInspector to LLInspectAvatar, clean up XUI XML, clean up construction code, move refresh method to postBuild() so widgets are constructed before refresh, fixed a member variable in llavatarlistitem.cpp. Reviewed with Leyla. Login menu > Debug > Avatar Inspector shows test avatar inspector. Also added to main menu > Debug > XUI > Avatar Inspector. Changed text/layout of dummy inspector. Not reviewed. Merging revisions 131558-131975 of svn+ssh://svn.lindenlab.com/svn/linden/branches/skinning/skinning-22 into D:\viewer-2.0.0-3, respecting ancestry
Diffstat (limited to 'indra/newview/skins/default/xui/ja/menu_viewer.xml')
-rw-r--r--indra/newview/skins/default/xui/ja/menu_viewer.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/indra/newview/skins/default/xui/ja/menu_viewer.xml b/indra/newview/skins/default/xui/ja/menu_viewer.xml
index c994995ed2..bb33a14be4 100644
--- a/indra/newview/skins/default/xui/ja/menu_viewer.xml
+++ b/indra/newview/skins/default/xui/ja/menu_viewer.xml
@@ -169,7 +169,9 @@
<menu_item_separator label="-----------" name="separator4"/>
<menu_item_call label="選択対象に視点移動" name="Focus on Selection"/>
<menu_item_call label="選択範囲にズームイン" name="Zoom to Selection"/>
- <menu_item_call label="オブジェクトを購入" name="Menu Object Take"/>
+ <menu_item_call label="オブジェクトを購入" name="Menu Object Take">
+ <on_enable userdata="購入,取る" name="EnableBuyOrTake"/>
+ </menu_item_call>
<menu_item_call label="コピーを取る" name="Take Copy"/>
<menu_item_call label="オブジェクトをオブジェクト・コンテンツに戻して保存" name="Save Object Back to Object Contents"/>
<menu_item_separator label="-----------" name="separator6"/>
@@ -183,7 +185,7 @@
<menu_item_call label="選択したオブジェクトの中のスクリプトを停止する" name="Set Scripts to Not Running in Selection"/>
</menu>
<menu label="ヘルプ" name="Help">
- <menu_item_call label="Second Life ヘルプ" name="Second Life Help"/>
+ <menu_item_call label="[SECOND_LIFE] ヘルプ" name="Second Life Help"/>
<menu_item_call label="チュートリアル" name="Tutorial"/>
<menu_item_separator label="-----------" name="separator"/>
<menu_item_call label="Linden公式ブログ..." name="Official Linden Blog..."/>
@@ -212,6 +214,6 @@
<menu_item_separator label="-----------" name="separator9"/>
<menu_item_call label="バグの報告..." name="Report Bug..."/>
</menu>
- <menu_item_call label="Second Lifeについて" name="About Second Life..."/>
+ <menu_item_call label="[APP_NAME]について" name="About Second Life..."/>
</menu>
</menu_bar>