diff options
Diffstat (limited to 'indra/newview/skins/default/xui/nl/floater_snapshot.xml')
-rw-r--r-- | indra/newview/skins/default/xui/nl/floater_snapshot.xml | 274 |
1 files changed, 137 insertions, 137 deletions
diff --git a/indra/newview/skins/default/xui/nl/floater_snapshot.xml b/indra/newview/skins/default/xui/nl/floater_snapshot.xml index 810ceda46c..44447dd153 100644 --- a/indra/newview/skins/default/xui/nl/floater_snapshot.xml +++ b/indra/newview/skins/default/xui/nl/floater_snapshot.xml @@ -1,137 +1,137 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?>
-<floater name="Snapshot" title="Fotovoorbeeld">
- <text name="type_label">
- Fotobestemming
- </text>
- <radio_group label="Fototype" name="snapshot_type_radio">
- <radio_item name="postcard">
- Verzend via e-mail
- </radio_item>
- <radio_item name="texture">
- Opslaan in uw inventaris (L$[AMOUNT])
- </radio_item>
- <radio_item name="local">
- Opslaan op uw harde schijf
- </radio_item>
- </radio_group>
- <text name="file_size_label">
- Bestandsgrootte: [SIZE] KB
- </text>
- <button label="Ververs foto" name="new_snapshot_btn"/>
- <button label="Verzenden" name="send_btn"/>
- <button label="Opslaan (L$[AMOUNT])" name="upload_btn"/>
- <flyout_button label="Opslaan" name="save_btn" tool_tip="Afbeelding in een bestand opslaan">
- <flyout_button_item name="save_item">
- Opslaan
- </flyout_button_item>
- <flyout_button_item name="saveas_item">
- Opslaan als...
- </flyout_button_item>
- </flyout_button>
- <button label="Annuleren" name="discard_btn"/>
- <button label="Meer >>" name="more_btn" tool_tip="Geavanceerde opties"/>
- <button label="<< Minder" name="less_btn" tool_tip="Geavanceerde opties"/>
- <text name="type_label2">
- Grootte
- </text>
- <text name="format_label">
- Formaat
- </text>
- <combo_box label="Resolutie" name="postcard_size_combo">
- <combo_item name="CurrentWindow">
- Huidig venster
- </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">
- Aangepast
- </combo_item>
- </combo_box>
- <combo_box label="Resolutie" name="texture_size_combo">
- <combo_item name="CurrentWindow">
- Huidig venster
- </combo_item>
- <combo_item name="Small(128x128)">
- Klein (128x128)
- </combo_item>
- <combo_item name="Medium(256x256)">
- Middel (256x256)
- </combo_item>
- <combo_item name="Large(512x512)">
- Groot (512x512)
- </combo_item>
- <combo_item name="Custom">
- Aangepast
- </combo_item>
- </combo_box>
- <combo_box label="Resolutie" name="local_size_combo">
- <combo_item name="CurrentWindow">
- Huidig venster
- </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">
- Aangepast
- </combo_item>
- </combo_box>
- <combo_box label="Formaat" 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="Breedte" name="snapshot_width"/>
- <spinner label="Hoogte" name="snapshot_height"/>
- <check_box label="Beperk verhoudingen" name="keep_aspect_check"/>
- <slider label="Afbeeldingkwaliteit" name="image_quality_slider"/>
- <text name="layer_type_label">
- Vastleggen:
- </text>
- <combo_box label="Afbeeldingslagen" name="layer_types">
- <combo_item name="Colors">
- Kleuren
- </combo_item>
- <combo_item name="Depth">
- Diepte
- </combo_item>
- <combo_item name="ObjectMattes">
- Object matheid
- </combo_item>
- </combo_box>
- <check_box label="Toon interface in foto" name="ui_check"/>
- <check_box label="Toon HUD objecten in foto" name="hud_check"/>
- <check_box label="Open houden na opslaan" name="keep_open_check"/>
- <check_box label="Frame bevriezen (volledig scherm voorbeeld)" name="freeze_frame_check"/>
- <check_box label="Automatisch verversen" name="auto_snapshot_check"/>
- <string name="unknown">
- onbekend
- </string>
-</floater>
+<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<floater name="Snapshot" title="Fotovoorbeeld"> + <text name="type_label"> + Fotobestemming + </text> + <radio_group label="Fototype" name="snapshot_type_radio"> + <radio_item name="postcard"> + Verzend via e-mail + </radio_item> + <radio_item name="texture"> + Opslaan in uw inventaris (L$[AMOUNT]) + </radio_item> + <radio_item name="local"> + Opslaan op uw harde schijf + </radio_item> + </radio_group> + <text name="file_size_label"> + Bestandsgrootte: [SIZE] KB + </text> + <button label="Ververs foto" name="new_snapshot_btn"/> + <button label="Verzenden" name="send_btn"/> + <button label="Opslaan (L$[AMOUNT])" name="upload_btn"/> + <flyout_button label="Opslaan" name="save_btn" tool_tip="Afbeelding in een bestand opslaan"> + <flyout_button_item name="save_item"> + Opslaan + </flyout_button_item> + <flyout_button_item name="saveas_item"> + Opslaan als... + </flyout_button_item> + </flyout_button> + <button label="Annuleren" name="discard_btn"/> + <button label="Meer >>" name="more_btn" tool_tip="Geavanceerde opties"/> + <button label="<< Minder" name="less_btn" tool_tip="Geavanceerde opties"/> + <text name="type_label2"> + Grootte + </text> + <text name="format_label"> + Formaat + </text> + <combo_box label="Resolutie" name="postcard_size_combo"> + <combo_item name="CurrentWindow"> + Huidig venster + </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"> + Aangepast + </combo_item> + </combo_box> + <combo_box label="Resolutie" name="texture_size_combo"> + <combo_item name="CurrentWindow"> + Huidig venster + </combo_item> + <combo_item name="Small(128x128)"> + Klein (128x128) + </combo_item> + <combo_item name="Medium(256x256)"> + Middel (256x256) + </combo_item> + <combo_item name="Large(512x512)"> + Groot (512x512) + </combo_item> + <combo_item name="Custom"> + Aangepast + </combo_item> + </combo_box> + <combo_box label="Resolutie" name="local_size_combo"> + <combo_item name="CurrentWindow"> + Huidig venster + </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"> + Aangepast + </combo_item> + </combo_box> + <combo_box label="Formaat" 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="Breedte" name="snapshot_width"/> + <spinner label="Hoogte" name="snapshot_height"/> + <check_box label="Beperk verhoudingen" name="keep_aspect_check"/> + <slider label="Afbeeldingkwaliteit" name="image_quality_slider"/> + <text name="layer_type_label"> + Vastleggen: + </text> + <combo_box label="Afbeeldingslagen" name="layer_types"> + <combo_item name="Colors"> + Kleuren + </combo_item> + <combo_item name="Depth"> + Diepte + </combo_item> + <combo_item name="ObjectMattes"> + Object matheid + </combo_item> + </combo_box> + <check_box label="Toon interface in foto" name="ui_check"/> + <check_box label="Toon HUD objecten in foto" name="hud_check"/> + <check_box label="Open houden na opslaan" name="keep_open_check"/> + <check_box label="Frame bevriezen (volledig scherm voorbeeld)" name="freeze_frame_check"/> + <check_box label="Automatisch verversen" name="auto_snapshot_check"/> + <string name="unknown"> + onbekend + </string> +</floater> |