diff options
Diffstat (limited to 'indra/newview/skins/default/xui/ja/floater_bumps.xml')
-rw-r--r-- | indra/newview/skins/default/xui/ja/floater_bumps.xml | 31 |
1 files changed, 17 insertions, 14 deletions
diff --git a/indra/newview/skins/default/xui/ja/floater_bumps.xml b/indra/newview/skins/default/xui/ja/floater_bumps.xml index cbd6a2f9e2..8a1e19b852 100644 --- a/indra/newview/skins/default/xui/ja/floater_bumps.xml +++ b/indra/newview/skins/default/xui/ja/floater_bumps.xml @@ -1,21 +1,24 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes" ?> -<floater name="floater_bumps" title="衝突の記録"> - <text name="none_detected"> +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<floater name="floater_bumps" title="衝突・プッシュ・打撃"> + <floater.string name="none_detected"> 検出なし - </text> - <text name="bump"> + </floater.string> + <floater.string name="bump"> [TIME] [FIRST] [LAST]が、あなたにぶつかりました。 - </text> - <text name="llpushobject"> + </floater.string> + <floater.string name="llpushobject"> [TIME] [FIRST] [LAST]が、スクリプトであなたをプッシュしました。 - </text> - <text name="selected_object_collide"> + </floater.string> + <floater.string name="selected_object_collide"> [TIME] [FIRST] [LAST]が、オブジェクトをあなたに当てました。 - </text> - <text name="scripted_object_collide"> + </floater.string> + <floater.string name="scripted_object_collide"> [TIME] [FIRST] [LAST]が、スクリプト・オブジェクトをあなたに当てました。 - </text> - <text name="physical_object_collide"> + </floater.string> + <floater.string name="physical_object_collide"> [TIME] [FIRST] [LAST]が、物理オブジェクトをあなたに当てました。 - </text> + </floater.string> + <floater.string name="timeStr"> + [[hour,datetime,slt]:[min,datetime,slt]] + </floater.string> </floater> |