@@ -34,9 +34,8 @@ void change_language(language lang)
34
34
MIenglish . Header = "English" ;
35
35
MIpolish . Header = "Polish" ;
36
36
MIhelp . Header = "Help" ;
37
- MImanual . Header = "Instructions " ;
37
+ MImanual . Header = "User Guide " ;
38
38
MIabout . Header = "About" ;
39
- MIupdate . Header = "Update" ;
40
39
GBmain_settings . Header = "Main Settings" ;
41
40
CHBLMB . Content = "LMB click" ;
42
41
CHBRMB . Content = "RMB click" ;
@@ -51,6 +50,7 @@ void change_language(language lang)
51
50
CHBrun_at_startup . Content = "Run when computer starts" ;
52
51
CHBstart_minimized . Content = "Start minimized" ;
53
52
CHBminimize_to_tray . Content = "Minimize to system tray" ;
53
+ CHBcheck_for_updates . Content = "Check for updates automatically" ;
54
54
GBsquare_settings . Header = "Squares Settings" ;
55
55
Lsquare_size . Content = "Size [px]:" ;
56
56
Lsquare_border . Content = "Border width [px]:" ;
@@ -95,7 +95,6 @@ void change_language(language lang)
95
95
MIhelp . Header = "Pomoc" ;
96
96
MImanual . Header = "Instrukcja obsługi" ;
97
97
MIabout . Header = "O programie" ;
98
- MIupdate . Header = "Aktualizuj" ;
99
98
GBmain_settings . Header = "Ustawienia główne" ;
100
99
CHBLMB . Content = "Klik LPM" ;
101
100
CHBRMB . Content = "Klik PPM" ;
@@ -112,6 +111,7 @@ void change_language(language lang)
112
111
CHBrun_at_startup . Content = "Uruchom przy starcie komputera" ;
113
112
CHBstart_minimized . Content = "Uruchom zminimalizowany" ;
114
113
CHBminimize_to_tray . Content = "Minimalizuj do zasobnika systemowego" ;
114
+ CHBcheck_for_updates . Content = "Automatycznie sprawdzaj aktualizacje" ;
115
115
GBsquare_settings . Header = "Ustawienia kwadratów" ;
116
116
Lsquare_size . Content = "Rozmiar [px]:" ;
117
117
Lsquare_border . Content = "Szerokość krawędzi [px]:" ;
@@ -151,16 +151,16 @@ void set_instructions(language lang)
151
151
{
152
152
if ( lang == language . en )
153
153
{
154
- wm . Title = "Instructions " ;
154
+ wm . Title = "User Guide " ;
155
155
156
156
FlowDocument fd = new FlowDocument ( ) ;
157
157
Paragraph p1 = new Paragraph ( ) ;
158
158
p1 . Inlines . Add ( new Run ( "Clickless Mouse makes using a computer easier for people with"
159
159
+ " repetitive strain injury, carpal tunnel syndrome, some motor disabilities and"
160
160
+ " other health problems."
161
- + "\n \n This application allows to use a mouse without clicking - by moving it only."
162
- + "\n By reacting to user mouse movements this program simulates left/right mouse"
163
- + " click, double left mouse click and left/right mouse button holding."
161
+ + "\n \n This application allows using a mouse without clicking - by moving it only."
162
+ + "\n By reacting to user mouse movements this program simulates left/right mouse button "
163
+ + " click, double left mouse button click and left/right mouse button holding."
164
164
+ "\n \n Clickless Mouse can be used with a virtual keyboard to type by moving mouse" +
165
165
" (e.g. Free Virtual Keyboard: " ) ) ;
166
166
@@ -172,8 +172,7 @@ void set_instructions(language lang)
172
172
p1 . Inlines . Add ( link ) ;
173
173
174
174
p1 . Inlines . Add ( new Run ( ").\n \n By using Clickless Mouse with a virtual keyboard " +
175
- "the user "
176
- + "can fully control a computer by moving mouse with a palm."
175
+ "a user can fully control a computer by moving a mouse."
177
176
+ "\n \n When you want to click/hold a mouse button: stop moving the mouse"
178
177
+ ", wait for the squares to appear and move the mouse cursor to the chosen square:" ) ) ;
179
178
@@ -213,7 +212,7 @@ void set_instructions(language lang)
213
212
+ "\n Squares size don't decrease if the mouse cursor is so close to the edge" +
214
213
" of the screen that smallest size isn't enough to show a square."
215
214
+ "\n \n The squares that aren't needed can be disabled."
216
- + "\n \n Screen panning - when this mode is on, moving the mouse curor to the " +
215
+ + "\n \n Screen panning - when this mode is on, moving the mouse cursor to the " +
217
216
"edges of" +
218
217
" the screen presses keys: up at top edge, down at bottom edge, " +
219
218
"left at left edge, " +
@@ -301,8 +300,7 @@ void set_instructions(language lang)
301
300
p1 . Inlines . Add ( link ) ;
302
301
303
302
p1 . Inlines . Add ( new Run ( ").\n \n Używając Clickless Mouse wraz z wirtualną klawiaturą"
304
- + " użytkownik może w pełni kontrolować komputer poprzez poruszanie myszką za " +
305
- "pomocą dłoni."
303
+ + " użytkownik może w pełni kontrolować komputer poprzez poruszanie myszką."
306
304
+ "\n \n Kiedy chcesz kliknąć/przytrzymać przycisk myszy:"
307
305
+ " zatrzymaj myszkę, poczekaj aż pojawią się kwadraty, a następnie przesuń"
308
306
+ " kursor do wybranego kwadratu:" ) ) ;
0 commit comments