blob: 540aa4686e123430a4bac118ffc78a8bd5635650 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="Snapshot" title="ZDJĘCIE">
<floater.string name="unknown">
nieznany
</floater.string>
<string name="postcard_progress_str">
Wysyłanie maila
</string>
<string name="facebook_progress_str">
Wysyłanie na Facebooka
</string>
<string name="profile_progress_str">
Wysyłanie
</string>
<string name="inventory_progress_str">
Zapisywanie do Szafy
</string>
<string name="local_progress_str">
Zapisywanie na komputer
</string>
<string name="facebook_succeeded_str">
Obraz załadowany
</string>
<string name="profile_succeeded_str">
Obraz załadowany
</string>
<string name="postcard_succeeded_str">
Mail wysłany!
</string>
<string name="inventory_succeeded_str">
Zapisano do Szafy!
</string>
<string name="local_succeeded_str">
Zapisano na dysku!
</string>
<string name="facebook_failed_str">
Publikacja nie powiodła się.
</string>
<string name="profile_failed_str">
Publikacja nie powiodła się.
</string>
<string name="postcard_failed_str">
Wysyłanie maila nieudane.
</string>
<string name="inventory_failed_str">
Zapis do Szafy nieudany.
</string>
<string name="local_failed_str">
Zapis na dysku nieudany.
</string>
<button label="ODŚWIEŻ" name="new_snapshot_btn" />
<panel name="advanced_options_panel">
<text name="layer_type_label">
Uchwyć:
</text>
<combo_box label="Warstwy obrazu" name="layer_types">
<combo_box.item label="Kolory" name="Colors" />
<combo_box.item label="Głębia" name="Depth" />
</combo_box>
<check_box label="Interfejs" name="ui_check" />
<check_box label="Obiekty HUD" name="hud_check" />
<check_box label="Wstrzymaj (pełny ekran)" name="freeze_frame_check" />
<check_box label="Autoodświeżanie" name="auto_snapshot_check" />
<text name="filter_list_label">
Filtr:
</text>
<combo_box name="filters_combobox" tool_tip="Filtry obrazu">
<combo_box.item label="Brak filtra" name="NoFilter" />
</combo_box>
</panel>
<panel name="succeeded_panel">
<text name="succeeded_lbl">
Powodzenie
</text>
</panel>
<panel name="failed_panel">
<text name="failed_lbl">
Niepowodzenie
</text>
</panel>
<text name="working_lbl">
Pracuję
</text>
<text name="refresh_lbl">
Zrób na nowo
</text>
<text name="image_res_text">
[WIDTH]px (szerokość) x [HEIGHT]px (wysokość)
</text>
</floater>
|