summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/es/panel_preferences_graphics1.xml
diff options
context:
space:
mode:
authorRamzi Ramey <ramzi@lindenlab.com>2009-09-15 20:21:05 +0000
committerRamzi Ramey <ramzi@lindenlab.com>2009-09-15 20:21:05 +0000
commit9bcace0608c79ae881a33b0bcc6d6ea701021147 (patch)
tree8febb1ee80d4c369926eff828e77448eff8ba353 /indra/newview/skins/default/xui/es/panel_preferences_graphics1.xml
parenta4486b258cbd5e560cf7bec05e515e1ed56179fb (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/es/panel_preferences_graphics1.xml')
-rw-r--r--indra/newview/skins/default/xui/es/panel_preferences_graphics1.xml16
1 files changed, 9 insertions, 7 deletions
diff --git a/indra/newview/skins/default/xui/es/panel_preferences_graphics1.xml b/indra/newview/skins/default/xui/es/panel_preferences_graphics1.xml
index 7e19c6dd6b..4038940256 100644
--- a/indra/newview/skins/default/xui/es/panel_preferences_graphics1.xml
+++ b/indra/newview/skins/default/xui/es/panel_preferences_graphics1.xml
@@ -23,10 +23,10 @@
Proporción:
</text>
<combo_box left="124" name="aspect_ratio" tool_tip="ancho / alto">
- <combo_box.item length="1" name="4:3(StandardCRT)" type="string" label="4:3 (Standard CRT)"/>
- <combo_box.item length="1" name="5:4(1280x1024LCD)" type="string" label="5:4 (1280x1024 LCD)"/>
+ <combo_box.item name="4:3(StandardCRT)" label="4:3 (Standard CRT)"/>
+ <combo_box.item name="5:4(1280x1024LCD)" label="5:4 (1280x1024 LCD)"/>
<combo_box.item name="8:5(Widescreen)" label="8:5 (Widescreen)"/>
- <combo_box.item length="1" name="16:9(Widescreen)" type="string" label="16:9 (Widescreen)"/>
+ <combo_box.item name="16:9(Widescreen)" label="16:9 (Widescreen)"/>
</combo_box>
<check_box label="Detectar automáticamente &#10;la proporción" name="aspect_auto_detect" left="295" />
<text name="HigherText">
@@ -57,6 +57,7 @@
calidad
</text>
<check_box label="Personalizar" name="CustomSettings"/>
+ <panel name="CustomGraphics Panel">
<text name="ShadersText">
Shaders:
</text>
@@ -133,12 +134,13 @@
<radio_item name="0" label="Bajo" />
<radio_item name="2" label="Alto" />
</radio_group>
+ </panel>
<button label="Configuraciones recomendadas" name="Defaults" width="195" left="110"/>
<button label="Opciones del hardware" label_selected="Opciones del hardware" name="GraphicsHardwareButton" left="315"/>
- <string name="resolution_format">
+ <panel.string name="resolution_format">
[RES_X] x [RES_Y]
- </string>
- <string name="aspect_ratio_text">
+ </panel.string>
+ <panel.string name="aspect_ratio_text">
[NUM]:[DEN]
- </string>
+ </panel.string>
</panel>