diff options
author | Ramzi Ramey <ramzi@lindenlab.com> | 2009-09-15 20:21:05 +0000 |
---|---|---|
committer | Ramzi Ramey <ramzi@lindenlab.com> | 2009-09-15 20:21:05 +0000 |
commit | 9bcace0608c79ae881a33b0bcc6d6ea701021147 (patch) | |
tree | 8febb1ee80d4c369926eff828e77448eff8ba353 /indra/newview/skins/default/xui/da/floater_moveview.xml | |
parent | a4486b258cbd5e560cf7bec05e515e1ed56179fb (diff) |
Merging revisions 132612-133369 of svn+ssh://svn.lindenlab.com/svn/linden/branches/skinning/skinning-22
DEV-38453 Conversion to 2.0: Modernize and rearrange the nodes of the localized XUI; NO CHANGES TO ENGLISH.
- match the new structures/widget language of the post-skinning work
- restore some strings.xml entries from the former ui_strings.xml file
- copy the Low/Mid/High translations into strings.xml
- strip out all superfluous length= and type= parameters; these default to the EN value anyway
I intentionally did not yet rearrange menu_viewer.xml, since it is still in flux in English
Diffstat (limited to 'indra/newview/skins/default/xui/da/floater_moveview.xml')
-rw-r--r-- | indra/newview/skins/default/xui/da/floater_moveview.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/da/floater_moveview.xml b/indra/newview/skins/default/xui/da/floater_moveview.xml index 70f3d9e3fd..2b50528881 100644 --- a/indra/newview/skins/default/xui/da/floater_moveview.xml +++ b/indra/newview/skins/default/xui/da/floater_moveview.xml @@ -1,5 +1,6 @@ <?xml version="1.0" encoding="utf-8" standalone="yes" ?> -<floater name="move floater" title=""> +<floater name="move_floater"> +<panel name="panel_actions"> <button label="" label_selected="" name="turn left btn" tool_tip="Drej til venstre" /> <button label="" label_selected="" name="turn right btn" tool_tip="Drej til højre" /> <button label="" label_selected="" name="move up btn" tool_tip="Hop eller flyv op" /> @@ -8,4 +9,5 @@ <joystick_slide name="slide right btn" tool_tip="Gå til højre" /> <joystick_turn name="forward btn" tool_tip="Gå fremad" /> <joystick_turn name="backward btn" tool_tip="Gå bagud" /> +</panel> </floater> |