diff options
Diffstat (limited to 'linden/indra/newview/skins/default/xui/hu/floater_snapshot.xml')
-rw-r--r-- | linden/indra/newview/skins/default/xui/hu/floater_snapshot.xml | 137 |
1 files changed, 137 insertions, 0 deletions
diff --git a/linden/indra/newview/skins/default/xui/hu/floater_snapshot.xml b/linden/indra/newview/skins/default/xui/hu/floater_snapshot.xml new file mode 100644 index 0000000..4aba05c --- /dev/null +++ b/linden/indra/newview/skins/default/xui/hu/floater_snapshot.xml | |||
@@ -0,0 +1,137 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes"?> | ||
2 | <floater name="Snapshot" title="Fénykép előnézet"> | ||
3 | <text name="type_label"> | ||
4 | Fénykép készítése | ||
5 | </text> | ||
6 | <radio_group label="Snapshot type" name="snapshot_type_radio"> | ||
7 | <radio_item name="postcard"> | ||
8 | Kép küldése e-mailen | ||
9 | </radio_item> | ||
10 | <radio_item name="texture"> | ||
11 | Készlettárba ment ([AMOUNT] L$) | ||
12 | </radio_item> | ||
13 | <radio_item name="local"> | ||
14 | Merevlemezre ment | ||
15 | </radio_item> | ||
16 | </radio_group> | ||
17 | <text name="file_size_label"> | ||
18 | Fájl mérete: [SIZE] KB | ||
19 | </text> | ||
20 | <button label="Kép frissítése" name="new_snapshot_btn"/> | ||
21 | <button label="Elküld" name="send_btn"/> | ||
22 | <button label="Elment ([AMOUNT] L$)" name="upload_btn"/> | ||
23 | <flyout_button label="Elment" name="save_btn" tool_tip="Kép mentése fájlként"> | ||
24 | <flyout_button_item name="save_item"> | ||
25 | Elment | ||
26 | </flyout_button_item> | ||
27 | <flyout_button_item name="saveas_item"> | ||
28 | Mentés másként... | ||
29 | </flyout_button_item> | ||
30 | </flyout_button> | ||
31 | <button label="Mégsemm" name="discard_btn"/> | ||
32 | <button label="Kinyit >>" name="more_btn" tool_tip="További beállítások"/> | ||
33 | <button label="<< Bezár" name="less_btn" tool_tip="További beállítások"/> | ||
34 | <text name="type_label2"> | ||
35 | Méret | ||
36 | </text> | ||
37 | <text name="format_label"> | ||
38 | Formátum | ||
39 | </text> | ||
40 | <combo_box label="Felbontás" name="postcard_size_combo"> | ||
41 | <combo_item name="CurrentWindow"> | ||
42 | Jelenlegi ablak | ||
43 | </combo_item> | ||
44 | <combo_item name="640x480"> | ||
45 | 640x480 | ||
46 | </combo_item> | ||
47 | <combo_item name="800x600"> | ||
48 | 800x600 | ||
49 | </combo_item> | ||
50 | <combo_item name="1024x768"> | ||
51 | 1024x768 | ||
52 | </combo_item> | ||
53 | <combo_item name="Custom"> | ||
54 | Egyedi | ||
55 | </combo_item> | ||
56 | </combo_box> | ||
57 | <combo_box label="Felbontás" name="texture_size_combo"> | ||
58 | <combo_item name="CurrentWindow"> | ||
59 | Jelenlegi ablak | ||
60 | </combo_item> | ||
61 | <combo_item name="Small(128x128)"> | ||
62 | Kicsi (128x128) | ||
63 | </combo_item> | ||
64 | <combo_item name="Medium(256x256)"> | ||
65 | Közepes (256x256) | ||
66 | </combo_item> | ||
67 | <combo_item name="Large(512x512)"> | ||
68 | Nagy (512x512) | ||
69 | </combo_item> | ||
70 | <combo_item name="Custom"> | ||
71 | Egyedi | ||
72 | </combo_item> | ||
73 | </combo_box> | ||
74 | <combo_box label="Felbontás" name="local_size_combo"> | ||
75 | <combo_item name="CurrentWindow"> | ||
76 | Jelenlegi ablak | ||
77 | </combo_item> | ||
78 | <combo_item name="320x240"> | ||
79 | 320x240 | ||
80 | </combo_item> | ||
81 | <combo_item name="640x480"> | ||
82 | 640x480 | ||
83 | </combo_item> | ||
84 | <combo_item name="800x600"> | ||
85 | 800x600 | ||
86 | </combo_item> | ||
87 | <combo_item name="1024x768"> | ||
88 | 1024x768 | ||
89 | </combo_item> | ||
90 | <combo_item name="1280x1024"> | ||
91 | 1280x1024 | ||
92 | </combo_item> | ||
93 | <combo_item name="1600x1200"> | ||
94 | 1600x1200 | ||
95 | </combo_item> | ||
96 | <combo_item name="Custom"> | ||
97 | Egyedi | ||
98 | </combo_item> | ||
99 | </combo_box> | ||
100 | <combo_box label="Formátum" name="local_format_combo" width="74"> | ||
101 | <combo_item name="PNG"> | ||
102 | PNG | ||
103 | </combo_item> | ||
104 | <combo_item name="JPEG"> | ||
105 | JPEG | ||
106 | </combo_item> | ||
107 | <combo_item name="BMP"> | ||
108 | BMP | ||
109 | </combo_item> | ||
110 | </combo_box> | ||
111 | <spinner label="Szél." name="snapshot_width"/> | ||
112 | <spinner label="Mag." name="snapshot_height"/> | ||
113 | <check_box label="Rögzített méretarány" name="keep_aspect_check"/> | ||
114 | <slider label="Kép minősége" name="image_quality_slider"/> | ||
115 | <text name="layer_type_label"> | ||
116 | Fotózás: | ||
117 | </text> | ||
118 | <combo_box label="Kép rétegek" name="layer_types"> | ||
119 | <combo_item name="Colors"> | ||
120 | Színek | ||
121 | </combo_item> | ||
122 | <combo_item name="Depth"> | ||
123 | Mélység | ||
124 | </combo_item> | ||
125 | <combo_item name="ObjectMattes"> | ||
126 | Maszkok | ||
127 | </combo_item> | ||
128 | </combo_box> | ||
129 | <check_box label="Felület megjelenítése" name="ui_check"/> | ||
130 | <check_box label="HUD tárgyak megjelenítése" name="hud_check"/> | ||
131 | <check_box label="Mentés után nyitva hagy" name="keep_open_check"/> | ||
132 | <check_box label="Teljesképernyős változat" name="freeze_frame_check"/> | ||
133 | <check_box label="Automatikus frissítés" name="auto_snapshot_check"/> | ||
134 | <string name="unknown"> | ||
135 | ismeretlen | ||
136 | </string> | ||
137 | </floater> | ||