diff options
Diffstat (limited to 'indra/newview/skins/default/xui/da/floater_snapshot.xml')
-rw-r--r-- | indra/newview/skins/default/xui/da/floater_snapshot.xml | 137 |
1 files changed, 137 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/da/floater_snapshot.xml b/indra/newview/skins/default/xui/da/floater_snapshot.xml new file mode 100644 index 0000000000..2dd0f9d916 --- /dev/null +++ b/indra/newview/skins/default/xui/da/floater_snapshot.xml @@ -0,0 +1,137 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?>
+<floater name="Snapshot" title="Snapshot Preview">
+ <text name="type_label">
+ Billede sti
+ </text>
+ <radio_group label="Snapshot type" name="snapshot_type_radio">
+ <radio_item name="postcard">
+ Send via e-mail
+ </radio_item>
+ <radio_item name="texture">
+ Gem til beholdning (L$10)
+ </radio_item>
+ <radio_item name="local">
+ Gem på din computer
+ </radio_item>
+ </radio_group>
+ <text name="file_size_label">
+ Fil Størrelse: [SIZE] KB
+ </text>
+ <button label="Tag nyt Billede" name="new_snapshot_btn"/>
+ <button label="Send" name="send_btn"/>
+ <button label="Gem (L$10)" name="upload_btn"/>
+ <flyout_button label="Gem" name="save_btn" tool_tip="Gem billede til fil">
+ <flyout_button_item name="save_item">
+ Gem
+ </flyout_button_item>
+ <flyout_button_item name="saveas_item">
+ Gem som...
+ </flyout_button_item>
+ </flyout_button>
+ <button label="Annuller" name="discard_btn"/>
+ <button label="Normal >>" name="more_btn" tool_tip="Advanced Options"/>
+ <button label="<< Avanceret" name="less_btn" tool_tip="Advanced Options"/>
+ <text name="type_label2">
+ Størrelse
+ </text>
+ <text name="format_label">
+ Format
+ </text>
+ <combo_box label="Resolution" name="postcard_size_combo">
+ <combo_item name="CurrentWindow">
+ Aktuelle vindue
+ </combo_item>
+ <combo_item name="640x480">
+ 640x480
+ </combo_item>
+ <combo_item name="800x600">
+ 800x600
+ </combo_item>
+ <combo_item name="1024x768">
+ 1024x768
+ </combo_item>
+ <combo_item name="Custom">
+ Manuel
+ </combo_item>
+ </combo_box>
+ <combo_box label="Resolution" name="texture_size_combo">
+ <combo_item name="CurrentWindow">
+ Aktuelle Vindue
+ </combo_item>
+ <combo_item name="Small(128x128)">
+ Lille (128x128)
+ </combo_item>
+ <combo_item name="Medium(256x256)">
+ Mellem (256x256)
+ </combo_item>
+ <combo_item name="Large(512x512)">
+ Stor (512x512)
+ </combo_item>
+ <combo_item name="Custom">
+ Manuel
+ </combo_item>
+ </combo_box>
+ <combo_box label="Opløsning" name="local_size_combo">
+ <combo_item name="CurrentWindow">
+ Aktuelle Vindue
+ </combo_item>
+ <combo_item name="320x240">
+ 320x240
+ </combo_item>
+ <combo_item name="640x480">
+ 640x480
+ </combo_item>
+ <combo_item name="800x600">
+ 800x600
+ </combo_item>
+ <combo_item name="1024x768">
+ 1024x768
+ </combo_item>
+ <combo_item name="1280x1024">
+ 1280x1024
+ </combo_item>
+ <combo_item name="1600x1200">
+ 1600x1200
+ </combo_item>
+ <combo_item name="Custom">
+ Manuel
+ </combo_item>
+ </combo_box>
+ <combo_box label="Format" name="local_format_combo">
+ <combo_item name="PNG">
+ PNG
+ </combo_item>
+ <combo_item name="JPEG">
+ JPEG
+ </combo_item>
+ <combo_item name="BMP">
+ BMP
+ </combo_item>
+ </combo_box>
+ <spinner label="Bredde" name="snapshot_width"/>
+ <spinner label="Højde" name="snapshot_height"/>
+ <check_box label="Låst størrelse" name="keep_aspect_check"/>
+ <slider label="Billedkvalitet" name="image_quality_slider"/>
+ <text name="layer_type_label">
+ Fang:
+ </text>
+ <combo_box label="Image Layers" name="layer_types">
+ <combo_item name="Colors">
+ Farver
+ </combo_item>
+ <combo_item name="Depth">
+ Dybde
+ </combo_item>
+ <combo_item name="ObjectMattes">
+ Materinger
+ </combo_item>
+ </combo_box>
+ <check_box label="Vis grænseflade i billedet" name="ui_check"/>
+ <check_box label="Vis HUD objekter i billedet" name="hud_check"/>
+ <check_box label="Hold denne menu åben" name="keep_open_check"/>
+ <check_box label="Frys billede (Fuldskærms visning )" name="freeze_frame_check"/>
+ <check_box label="Auto-opdater" name="auto_snapshot_check"/>
+ <string name="unknown">
+ unknown
+ </string>
+</floater>
|