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 | 254 |
1 files changed, 127 insertions, 127 deletions
diff --git a/indra/newview/skins/default/xui/da/floater_snapshot.xml b/indra/newview/skins/default/xui/da/floater_snapshot.xml index 5db963cc6f..8fc98220db 100644 --- a/indra/newview/skins/default/xui/da/floater_snapshot.xml +++ b/indra/newview/skins/default/xui/da/floater_snapshot.xml @@ -1,127 +1,127 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
-<floater name="Snapshot" title="Se foto">
- <text name="type_label">
- Hvor skal foto hen?
- </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 i din beholdning (L$[AMOUNT])
- </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 foto" name="new_snapshot_btn" />
- <button label="Send" name="send_btn" />
- <button label="Gem (L$[AMOUNT])" name="upload_btn" />
- <flyout_button label="Gem" name="save_btn" />
- <button label="Annullér" name="discard_btn" />
- <button label="Mere >>" name="more_btn" />
- <button label="<< Mindre" name="less_btn" />
- <text name="type_label2">
- Størrelse
- </text>
- <text name="format_label">
- Format
- </text>
- <combo_box label="Opløsning" 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="Opløsning" 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)">
- Medium (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">
- Manuelt
- </combo_item>
- </combo_box>
- <combo_box label="Fil-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="Fasthold proportioner" name="keep_aspect_check" />
- <slider label="Billed-kvalitet" name="image_quality_slider" />
- <text name="layer_type_label">
- Benyt:
- </text>
- <combo_box label="Billedlag" 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 brugerflade på foto" name="ui_check" />
- <check_box label="Vis HUD objekter på foto" name="hud_check" />
- <check_box label="Luk ikke vindue ved gemning" name="keep_open_check" />
- <check_box label="Frys billede og vis" name="freeze_frame_check" />
- <check_box label="Auto-opdater" name="auto_snapshot_check" />
-</floater>
+<?xml version="1.0" encoding="utf-8" standalone="yes" ?> +<floater name="Snapshot" title="Se foto"> + <text name="type_label"> + Hvor skal foto hen? + </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 i din beholdning (L$[AMOUNT]) + </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 foto" name="new_snapshot_btn" /> + <button label="Send" name="send_btn" /> + <button label="Gem (L$[AMOUNT])" name="upload_btn" /> + <flyout_button label="Gem" name="save_btn" /> + <button label="Annullér" name="discard_btn" /> + <button label="Mere >>" name="more_btn" /> + <button label="<< Mindre" name="less_btn" /> + <text name="type_label2"> + Størrelse + </text> + <text name="format_label"> + Format + </text> + <combo_box label="Opløsning" 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="Opløsning" 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)"> + Medium (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"> + Manuelt + </combo_item> + </combo_box> + <combo_box label="Fil-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="Fasthold proportioner" name="keep_aspect_check" /> + <slider label="Billed-kvalitet" name="image_quality_slider" /> + <text name="layer_type_label"> + Benyt: + </text> + <combo_box label="Billedlag" 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 brugerflade på foto" name="ui_check" /> + <check_box label="Vis HUD objekter på foto" name="hud_check" /> + <check_box label="Luk ikke vindue ved gemning" name="keep_open_check" /> + <check_box label="Frys billede og vis" name="freeze_frame_check" /> + <check_box label="Auto-opdater" name="auto_snapshot_check" /> +</floater> |