diff options
author | Oz Linden <oz@lindenlab.com> | 2015-07-07 17:06:09 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2015-07-07 17:06:09 -0400 |
commit | f7d94905db3f39785863b91f75daf612dc6c3c48 (patch) | |
tree | ca958ce0a621c0ed8012336fbdb03867409c1f17 /indra/newview/skins/default/xui/ja/floater_live_lsleditor.xml | |
parent | fa1913ea679fd895d709da5c5782b26c7d03a40a (diff) | |
parent | 4aa64b99dbe6cafdccf0c25501feaef5ba3445c4 (diff) |
merge changes for 3.8.0-release
Diffstat (limited to 'indra/newview/skins/default/xui/ja/floater_live_lsleditor.xml')
-rwxr-xr-x | indra/newview/skins/default/xui/ja/floater_live_lsleditor.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/ja/floater_live_lsleditor.xml b/indra/newview/skins/default/xui/ja/floater_live_lsleditor.xml index 5a155c9f12..864feef8cc 100755 --- a/indra/newview/skins/default/xui/ja/floater_live_lsleditor.xml +++ b/indra/newview/skins/default/xui/ja/floater_live_lsleditor.xml @@ -9,7 +9,24 @@ <floater.string name="Title"> スクリプト: [NAME] </floater.string> + <floater.string name="experience_enabled"> + オフにして、現在の体験を削除する + </floater.string> + <floater.string name="no_experiences"> + どの体験にも権限がありません + </floater.string> + <floater.string name="add_experiences"> + 選択して、体験を追加する + </floater.string> + <floater.string name="show_experience_profile"> + クリックして、体験プロフィールを表示する + </floater.string> + <floater.string name="loading"> + ロード中... + </floater.string> <button label="リセット" label_selected="リセット" name="Reset"/> <check_box initial_value="true" label="実行中" name="running"/> <check_box initial_value="true" label="Mono" name="mono"/> + <check_box label="次の体験を使用:" name="enable_xp"/> + <button label=">" name="view_profile"/> </floater> |