Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-fonts
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Aleksandr Isakov
wine-fonts
Commits
af55e7dc
Commit
af55e7dc
authored
Jun 07, 2012
by
Lucas Zawacki
Committed by
Alexandre Julliard
Jun 07, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
joy.cpl: Added a Graphical Axis test.
parent
fd951a7e
Hide whitespace changes
Inline
Side-by-side
Showing
48 changed files
with
646 additions
and
45 deletions
+646
-45
joy.h
dlls/joy.cpl/joy.h
+11
-0
joy.rc
dlls/joy.cpl/joy.rc
+3
-0
main.c
dlls/joy.cpl/main.c
+47
-0
ar.po
po/ar.po
+13
-1
bg.po
po/bg.po
+13
-1
ca.po
po/ca.po
+13
-1
cs.po
po/cs.po
+13
-1
da.po
po/da.po
+13
-1
de.po
po/de.po
+13
-1
el.po
po/el.po
+13
-1
en.po
po/en.po
+13
-1
en_US.po
po/en_US.po
+13
-1
eo.po
po/eo.po
+13
-1
es.po
po/es.po
+13
-1
fa.po
po/fa.po
+13
-1
fi.po
po/fi.po
+13
-1
fr.po
po/fr.po
+13
-1
he.po
po/he.po
+13
-1
hi.po
po/hi.po
+13
-1
hu.po
po/hu.po
+13
-1
it.po
po/it.po
+13
-1
ja.po
po/ja.po
+13
-1
ko.po
po/ko.po
+13
-1
lt.po
po/lt.po
+13
-1
ml.po
po/ml.po
+13
-1
nb_NO.po
po/nb_NO.po
+13
-1
nl.po
po/nl.po
+13
-1
or.po
po/or.po
+13
-1
pa.po
po/pa.po
+13
-1
pl.po
po/pl.po
+13
-1
pt_BR.po
po/pt_BR.po
+13
-1
pt_PT.po
po/pt_PT.po
+13
-1
rm.po
po/rm.po
+13
-1
ro.po
po/ro.po
+13
-1
ru.po
po/ru.po
+13
-1
sk.po
po/sk.po
+13
-1
sl.po
po/sl.po
+13
-1
sr_RS@cyrillic.po
po/sr_RS@cyrillic.po
+13
-1
sr_RS@latin.po
po/sr_RS@latin.po
+13
-1
sv.po
po/sv.po
+13
-1
te.po
po/te.po
+13
-1
th.po
po/th.po
+13
-1
tr.po
po/tr.po
+13
-1
uk.po
po/uk.po
+13
-1
wa.po
po/wa.po
+13
-1
wine.pot
po/wine.pot
+13
-1
zh_CN.po
po/zh_CN.po
+13
-1
zh_TW.po
po/zh_TW.po
+13
-1
No files found.
dlls/joy.cpl/joy.h
View file @
af55e7dc
...
...
@@ -37,6 +37,7 @@ struct Joystick {
};
#define TEST_MAX_BUTTONS 32
#define TEST_MAX_AXES 3
struct
JoystickData
{
IDirectInput8W
*
di
;
...
...
@@ -45,6 +46,7 @@ struct JoystickData {
int
cur_joystick
;
int
chosen_joystick
;
HWND
buttons
[
TEST_MAX_BUTTONS
];
HWND
axes
[
TEST_MAX_AXES
];
BOOL
stop
;
};
...
...
@@ -68,6 +70,7 @@ struct JoystickData {
#define IDC_TESTSELECTCOMBO 2004
#define IDC_JOYSTICKBUTTON 3000
#define IDC_JOYSTICKAXES 4000
/* constants */
#define TEST_POLL_TIME 100
...
...
@@ -80,4 +83,12 @@ struct JoystickData {
#define TEST_BUTTON_SIZE_X 30
#define TEST_BUTTON_SIZE_Y 25
#define TEST_AXIS_X 65
#define TEST_AXIS_Y 98
#define TEST_NEXT_AXIS_X 115
#define TEST_AXIS_SIZE_X 5
#define TEST_AXIS_SIZE_Y 5
#define TEST_AXIS_MIN -40
#define TEST_AXIS_MAX 40
#endif
dlls/joy.cpl/joy.rc
View file @
af55e7dc
...
...
@@ -48,6 +48,9 @@ FONT 8, "Ms Shell Dlg"
{
COMBOBOX IDC_TESTSELECTCOMBO, 5, 5, 100, 30, CBS_DROPDOWNLIST | CBS_HASSTRINGS
GROUPBOX "Buttons", IDC_STATIC, 0, 110, 250, 90
GROUPBOX "X,Y", IDC_STATIC, 15, 30, 60, 60
GROUPBOX "Rx,Ry", IDC_STATIC, 92, 30, 60, 60
GROUPBOX "Z, Rz", IDC_STATIC, 169, 30, 60, 60
}
IDD_FORCEFEEDBACK DIALOG 0, 0, 250, 200
...
...
dlls/joy.cpl/main.c
View file @
af55e7dc
...
...
@@ -194,6 +194,7 @@ static void poll_input(const struct Joystick *joy, DIJOYSTATE *state)
static
DWORD
WINAPI
input_thread
(
void
*
param
)
{
int
axes_pos
[
TEST_MAX_AXES
][
2
];
DIJOYSTATE
state
;
struct
JoystickData
*
data
=
param
;
...
...
@@ -209,6 +210,20 @@ static DWORD WINAPI input_thread(void *param)
if
(
state
.
rgbButtons
[
i
])
SendMessageW
(
data
->
buttons
[
i
],
BM_SETSTATE
,
TRUE
,
0
);
/* Indicate axis positions, axes showing are hardcoded for now */
axes_pos
[
0
][
0
]
=
state
.
lX
;
axes_pos
[
0
][
1
]
=
state
.
lY
;
axes_pos
[
1
][
0
]
=
state
.
lRx
;
axes_pos
[
1
][
1
]
=
state
.
lRy
;
axes_pos
[
2
][
0
]
=
state
.
lZ
;
axes_pos
[
2
][
1
]
=
state
.
lRz
;
for
(
i
=
0
;
i
<
TEST_MAX_AXES
;
i
++
)
SetWindowPos
(
data
->
axes
[
i
],
0
,
TEST_AXIS_X
+
TEST_NEXT_AXIS_X
*
i
+
axes_pos
[
i
][
0
],
TEST_AXIS_Y
+
axes_pos
[
i
][
1
],
0
,
0
,
SWP_NOZORDER
|
SWP_NOSIZE
);
Sleep
(
TEST_POLL_TIME
);
/* Reset button state */
...
...
@@ -271,6 +286,37 @@ static void draw_joystick_buttons(HWND hwnd, struct JoystickData* data)
}
}
static
void
draw_joystick_axes
(
HWND
hwnd
,
struct
JoystickData
*
data
)
{
int
i
;
struct
Joystick
*
joy
;
DIPROPRANGE
propRange
;
HINSTANCE
hinst
=
(
HINSTANCE
)
GetWindowLongPtrW
(
hwnd
,
GWLP_HINSTANCE
);
static
WCHAR
button_class
[]
=
{
'B'
,
'u'
,
't'
,
't'
,
'o'
,
'n'
,
'\0'
};
/* Set axis range to ease the GUI visualization */
for
(
i
=
0
;
i
<
data
->
num_joysticks
;
i
++
)
{
joy
=
&
data
->
joysticks
[
i
];
propRange
.
diph
.
dwSize
=
sizeof
(
DIPROPRANGE
);
propRange
.
diph
.
dwHeaderSize
=
sizeof
(
DIPROPHEADER
);
propRange
.
diph
.
dwHow
=
DIPH_DEVICE
;
propRange
.
diph
.
dwObj
=
0
;
propRange
.
lMin
=
TEST_AXIS_MIN
;
propRange
.
lMax
=
TEST_AXIS_MAX
;
IDirectInputDevice_SetProperty
(
joy
->
device
,
DIPROP_RANGE
,
&
propRange
.
diph
);
}
for
(
i
=
0
;
i
<
TEST_MAX_AXES
;
i
++
)
{
data
->
axes
[
i
]
=
CreateWindowW
(
button_class
,
NULL
,
WS_CHILD
|
WS_VISIBLE
,
TEST_AXIS_X
+
TEST_NEXT_AXIS_X
*
i
,
TEST_AXIS_Y
,
TEST_AXIS_SIZE_X
,
TEST_AXIS_SIZE_Y
,
hwnd
,
(
HMENU
)
IDC_JOYSTICKAXES
+
i
,
NULL
,
hinst
);
}
}
/*********************************************************************
* test_dlgproc [internal]
*
...
...
@@ -297,6 +343,7 @@ static INT_PTR CALLBACK test_dlgproc(HWND hwnd, UINT msg, WPARAM wparam, LPARAM
}
draw_joystick_buttons
(
hwnd
,
data
);
draw_joystick_axes
(
hwnd
,
data
);
return
TRUE
;
}
...
...
po/ar.po
View file @
af55e7dc
...
...
@@ -3424,7 +3424,19 @@ msgstr ""
msgid "Buttons"
msgstr ""
#: joy.rc:55
#: joy.rc:51
msgid "X,Y"
msgstr ""
#: joy.rc:52
msgid "Rx,Ry"
msgstr ""
#: joy.rc:53
msgid "Z, Rz"
msgstr ""
#: joy.rc:58
msgid "Test Force Feedback"
msgstr ""
...
...
po/bg.po
View file @
af55e7dc
...
...
@@ -3450,7 +3450,19 @@ msgstr ""
msgid "Buttons"
msgstr ""
#: joy.rc:55
#: joy.rc:51
msgid "X,Y"
msgstr ""
#: joy.rc:52
msgid "Rx,Ry"
msgstr ""
#: joy.rc:53
msgid "Z, Rz"
msgstr ""
#: joy.rc:58
msgid "Test Force Feedback"
msgstr ""
...
...
po/ca.po
View file @
af55e7dc
...
...
@@ -3494,7 +3494,19 @@ msgstr ""
msgid "Buttons"
msgstr ""
#: joy.rc:55
#: joy.rc:51
msgid "X,Y"
msgstr ""
#: joy.rc:52
msgid "Rx,Ry"
msgstr ""
#: joy.rc:53
msgid "Z, Rz"
msgstr ""
#: joy.rc:58
msgid "Test Force Feedback"
msgstr ""
...
...
po/cs.po
View file @
af55e7dc
...
...
@@ -3498,7 +3498,19 @@ msgstr ""
msgid "Buttons"
msgstr ""
#: joy.rc:55
#: joy.rc:51
msgid "X,Y"
msgstr ""
#: joy.rc:52
msgid "Rx,Ry"
msgstr ""
#: joy.rc:53
msgid "Z, Rz"
msgstr ""
#: joy.rc:58
msgid "Test Force Feedback"
msgstr ""
...
...
po/da.po
View file @
af55e7dc
...
...
@@ -3470,7 +3470,19 @@ msgstr ""
msgid "Buttons"
msgstr ""
#: joy.rc:55
#: joy.rc:51
msgid "X,Y"
msgstr ""
#: joy.rc:52
msgid "Rx,Ry"
msgstr ""
#: joy.rc:53
msgid "Z, Rz"
msgstr ""
#: joy.rc:58
msgid "Test Force Feedback"
msgstr ""
...
...
po/de.po
View file @
af55e7dc
...
...
@@ -3457,7 +3457,19 @@ msgstr "Joystick testen"
msgid "Buttons"
msgstr ""
#: joy.rc:55
#: joy.rc:51
msgid "X,Y"
msgstr ""
#: joy.rc:52
msgid "Rx,Ry"
msgstr ""
#: joy.rc:53
msgid "Z, Rz"
msgstr ""
#: joy.rc:58
msgid "Test Force Feedback"
msgstr "Force Feedback testen"
...
...
po/el.po
View file @
af55e7dc
...
...
@@ -3384,7 +3384,19 @@ msgstr ""
msgid "Buttons"
msgstr ""
#: joy.rc:55
#: joy.rc:51
msgid "X,Y"
msgstr ""
#: joy.rc:52
msgid "Rx,Ry"
msgstr ""
#: joy.rc:53
msgid "Z, Rz"
msgstr ""
#: joy.rc:58
msgid "Test Force Feedback"
msgstr ""
...
...
po/en.po
View file @
af55e7dc
...
...
@@ -3448,7 +3448,19 @@ msgstr "Test Joystick"
msgid "Buttons"
msgstr "Buttons"
#: joy.rc:55
#: joy.rc:51
msgid "X,Y"
msgstr "X,Y"
#: joy.rc:52
msgid "Rx,Ry"
msgstr "Rx,Ry"
#: joy.rc:53
msgid "Z, Rz"
msgstr "Z, Rz"
#: joy.rc:58
msgid "Test Force Feedback"
msgstr "Test Force Feedback"
...
...
po/en_US.po
View file @
af55e7dc
...
...
@@ -3450,7 +3450,19 @@ msgstr "Test Joystick"
msgid "Buttons"
msgstr "Buttons"
#: joy.rc:55
#: joy.rc:51
msgid "X,Y"
msgstr "X,Y"
#: joy.rc:52
msgid "Rx,Ry"
msgstr "Rx,Ry"
#: joy.rc:53
msgid "Z, Rz"
msgstr "Z, Rz"
#: joy.rc:58
msgid "Test Force Feedback"
msgstr "Test Force Feedback"
...
...
po/eo.po
View file @
af55e7dc
...
...
@@ -3360,7 +3360,19 @@ msgstr ""
msgid "Buttons"
msgstr ""
#: joy.rc:55
#: joy.rc:51
msgid "X,Y"
msgstr ""
#: joy.rc:52
msgid "Rx,Ry"
msgstr ""
#: joy.rc:53
msgid "Z, Rz"
msgstr ""
#: joy.rc:58
msgid "Test Force Feedback"
msgstr ""
...
...
po/es.po
View file @
af55e7dc
...
...
@@ -3484,7 +3484,19 @@ msgstr ""
msgid "Buttons"
msgstr ""
#: joy.rc:55
#: joy.rc:51
msgid "X,Y"
msgstr ""
#: joy.rc:52
msgid "Rx,Ry"
msgstr ""
#: joy.rc:53
msgid "Z, Rz"
msgstr ""
#: joy.rc:58
msgid "Test Force Feedback"
msgstr ""
...
...
po/fa.po
View file @
af55e7dc
...
...
@@ -3424,7 +3424,19 @@ msgstr ""
msgid "Buttons"
msgstr ""
#: joy.rc:55
#: joy.rc:51
msgid "X,Y"
msgstr ""
#: joy.rc:52
msgid "Rx,Ry"
msgstr ""
#: joy.rc:53
msgid "Z, Rz"
msgstr ""
#: joy.rc:58
msgid "Test Force Feedback"
msgstr ""
...
...
po/fi.po
View file @
af55e7dc
...
...
@@ -3445,7 +3445,19 @@ msgstr "Testaa joystickia"
msgid "Buttons"
msgstr ""
#: joy.rc:55
#: joy.rc:51
msgid "X,Y"
msgstr ""
#: joy.rc:52
msgid "Rx,Ry"
msgstr ""
#: joy.rc:53
msgid "Z, Rz"
msgstr ""
#: joy.rc:58
msgid "Test Force Feedback"
msgstr "Testaa voimapalautetta"
...
...
po/fr.po
View file @
af55e7dc
...
...
@@ -3480,7 +3480,19 @@ msgstr ""
msgid "Buttons"
msgstr ""
#: joy.rc:55
#: joy.rc:51
msgid "X,Y"
msgstr ""
#: joy.rc:52
msgid "Rx,Ry"
msgstr ""
#: joy.rc:53
msgid "Z, Rz"
msgstr ""
#: joy.rc:58
msgid "Test Force Feedback"
msgstr ""
...
...
po/he.po
View file @
af55e7dc
...
...
@@ -3447,7 +3447,19 @@ msgstr ""
msgid "Buttons"
msgstr ""
#: joy.rc:55
#: joy.rc:51
msgid "X,Y"
msgstr ""
#: joy.rc:52
msgid "Rx,Ry"
msgstr ""
#: joy.rc:53
msgid "Z, Rz"
msgstr ""
#: joy.rc:58
msgid "Test Force Feedback"
msgstr ""
...
...
po/hi.po
View file @
af55e7dc
...
...
@@ -3362,7 +3362,19 @@ msgstr ""
msgid "Buttons"
msgstr ""
#: joy.rc:55
#: joy.rc:51
msgid "X,Y"
msgstr ""
#: joy.rc:52
msgid "Rx,Ry"
msgstr ""
#: joy.rc:53
msgid "Z, Rz"
msgstr ""
#: joy.rc:58
msgid "Test Force Feedback"
msgstr ""
...
...
po/hu.po
View file @
af55e7dc
...
...
@@ -3486,7 +3486,19 @@ msgstr ""
msgid "Buttons"
msgstr ""
#: joy.rc:55
#: joy.rc:51
msgid "X,Y"
msgstr ""
#: joy.rc:52
msgid "Rx,Ry"
msgstr ""
#: joy.rc:53
msgid "Z, Rz"
msgstr ""
#: joy.rc:58
msgid "Test Force Feedback"
msgstr ""
...
...
po/it.po
View file @
af55e7dc
...
...
@@ -3494,7 +3494,19 @@ msgstr ""
msgid "Buttons"
msgstr ""
#: joy.rc:55
#: joy.rc:51
msgid "X,Y"
msgstr ""
#: joy.rc:52
msgid "Rx,Ry"
msgstr ""
#: joy.rc:53
msgid "Z, Rz"
msgstr ""
#: joy.rc:58
msgid "Test Force Feedback"
msgstr ""
...
...
po/ja.po
View file @
af55e7dc
...
...
@@ -3442,7 +3442,19 @@ msgstr "ジョイスティックのテスト"
msgid "Buttons"
msgstr ""
#: joy.rc:55
#: joy.rc:51
msgid "X,Y"
msgstr ""
#: joy.rc:52
msgid "Rx,Ry"
msgstr ""
#: joy.rc:53
msgid "Z, Rz"
msgstr ""
#: joy.rc:58
msgid "Test Force Feedback"
msgstr "フォース フィードバックのテスト"
...
...
po/ko.po
View file @
af55e7dc
...
...
@@ -3446,7 +3446,19 @@ msgstr ""
msgid "Buttons"
msgstr ""
#: joy.rc:55
#: joy.rc:51
msgid "X,Y"
msgstr ""
#: joy.rc:52
msgid "Rx,Ry"
msgstr ""
#: joy.rc:53
msgid "Z, Rz"
msgstr ""
#: joy.rc:58
msgid "Test Force Feedback"
msgstr ""
...
...
po/lt.po
View file @
af55e7dc
...
...
@@ -3464,7 +3464,19 @@ msgstr ""
msgid "Buttons"
msgstr ""
#: joy.rc:55
#: joy.rc:51
msgid "X,Y"
msgstr ""
#: joy.rc:52
msgid "Rx,Ry"
msgstr ""
#: joy.rc:53
msgid "Z, Rz"
msgstr ""
#: joy.rc:58
msgid "Test Force Feedback"
msgstr ""
...
...
po/ml.po
View file @
af55e7dc
...
...
@@ -3362,7 +3362,19 @@ msgstr ""
msgid "Buttons"
msgstr ""
#: joy.rc:55
#: joy.rc:51
msgid "X,Y"
msgstr ""
#: joy.rc:52
msgid "Rx,Ry"
msgstr ""
#: joy.rc:53
msgid "Z, Rz"
msgstr ""
#: joy.rc:58
msgid "Test Force Feedback"
msgstr ""
...
...
po/nb_NO.po
View file @
af55e7dc
...
...
@@ -3619,7 +3619,19 @@ msgstr ""
msgid "Buttons"
msgstr ""
#: joy.rc:55
#: joy.rc:51
msgid "X,Y"
msgstr ""
#: joy.rc:52
msgid "Rx,Ry"
msgstr ""
#: joy.rc:53
msgid "Z, Rz"
msgstr ""
#: joy.rc:58
msgid "Test Force Feedback"
msgstr ""
...
...
po/nl.po
View file @
af55e7dc
...
...
@@ -3511,7 +3511,19 @@ msgstr ""
msgid "Buttons"
msgstr ""
#: joy.rc:55
#: joy.rc:51
msgid "X,Y"
msgstr ""
#: joy.rc:52
msgid "Rx,Ry"
msgstr ""
#: joy.rc:53
msgid "Z, Rz"
msgstr ""
#: joy.rc:58
msgid "Test Force Feedback"
msgstr ""
...
...
po/or.po
View file @
af55e7dc
...
...
@@ -3362,7 +3362,19 @@ msgstr ""
msgid "Buttons"
msgstr ""
#: joy.rc:55
#: joy.rc:51
msgid "X,Y"
msgstr ""
#: joy.rc:52
msgid "Rx,Ry"
msgstr ""
#: joy.rc:53
msgid "Z, Rz"
msgstr ""
#: joy.rc:58
msgid "Test Force Feedback"
msgstr ""
...
...
po/pa.po
View file @
af55e7dc
...
...
@@ -3362,7 +3362,19 @@ msgstr ""
msgid "Buttons"
msgstr ""
#: joy.rc:55
#: joy.rc:51
msgid "X,Y"
msgstr ""
#: joy.rc:52
msgid "Rx,Ry"
msgstr ""
#: joy.rc:53
msgid "Z, Rz"
msgstr ""
#: joy.rc:58
msgid "Test Force Feedback"
msgstr ""
...
...
po/pl.po
View file @
af55e7dc
...
...
@@ -3488,7 +3488,19 @@ msgstr ""
msgid "Buttons"
msgstr ""
#: joy.rc:55
#: joy.rc:51
msgid "X,Y"
msgstr ""
#: joy.rc:52
msgid "Rx,Ry"
msgstr ""
#: joy.rc:53
msgid "Z, Rz"
msgstr ""
#: joy.rc:58
msgid "Test Force Feedback"
msgstr ""
...
...
po/pt_BR.po
View file @
af55e7dc
...
...
@@ -3492,7 +3492,19 @@ msgstr ""
msgid "Buttons"
msgstr ""
#: joy.rc:55
#: joy.rc:51
msgid "X,Y"
msgstr ""
#: joy.rc:52
msgid "Rx,Ry"
msgstr ""
#: joy.rc:53
msgid "Z, Rz"
msgstr ""
#: joy.rc:58
msgid "Test Force Feedback"
msgstr ""
...
...
po/pt_PT.po
View file @
af55e7dc
...
...
@@ -3491,7 +3491,19 @@ msgstr ""
msgid "Buttons"
msgstr ""
#: joy.rc:55
#: joy.rc:51
msgid "X,Y"
msgstr ""
#: joy.rc:52
msgid "Rx,Ry"
msgstr ""
#: joy.rc:53
msgid "Z, Rz"
msgstr ""
#: joy.rc:58
msgid "Test Force Feedback"
msgstr ""
...
...
po/rm.po
View file @
af55e7dc
...
...
@@ -3390,7 +3390,19 @@ msgstr ""
msgid "Buttons"
msgstr ""
#: joy.rc:55
#: joy.rc:51
msgid "X,Y"
msgstr ""
#: joy.rc:52
msgid "Rx,Ry"
msgstr ""
#: joy.rc:53
msgid "Z, Rz"
msgstr ""
#: joy.rc:58
msgid "Test Force Feedback"
msgstr ""
...
...
po/ro.po
View file @
af55e7dc
...
...
@@ -3451,7 +3451,19 @@ msgstr ""
msgid "Buttons"
msgstr ""
#: joy.rc:55
#: joy.rc:51
msgid "X,Y"
msgstr ""
#: joy.rc:52
msgid "Rx,Ry"
msgstr ""
#: joy.rc:53
msgid "Z, Rz"
msgstr ""
#: joy.rc:58
msgid "Test Force Feedback"
msgstr ""
...
...
po/ru.po
View file @
af55e7dc
...
...
@@ -3463,7 +3463,19 @@ msgstr ""
msgid "Buttons"
msgstr ""
#: joy.rc:55
#: joy.rc:51
msgid "X,Y"
msgstr ""
#: joy.rc:52
msgid "Rx,Ry"
msgstr ""
#: joy.rc:53
msgid "Z, Rz"
msgstr ""
#: joy.rc:58
msgid "Test Force Feedback"
msgstr ""
...
...
po/sk.po
View file @
af55e7dc
...
...
@@ -3393,7 +3393,19 @@ msgstr ""
msgid "Buttons"
msgstr ""
#: joy.rc:55
#: joy.rc:51
msgid "X,Y"
msgstr ""
#: joy.rc:52
msgid "Rx,Ry"
msgstr ""
#: joy.rc:53
msgid "Z, Rz"
msgstr ""
#: joy.rc:58
msgid "Test Force Feedback"
msgstr ""
...
...
po/sl.po
View file @
af55e7dc
...
...
@@ -3483,7 +3483,19 @@ msgstr ""
msgid "Buttons"
msgstr ""
#: joy.rc:55
#: joy.rc:51
msgid "X,Y"
msgstr ""
#: joy.rc:52
msgid "Rx,Ry"
msgstr ""
#: joy.rc:53
msgid "Z, Rz"
msgstr ""
#: joy.rc:58
msgid "Test Force Feedback"
msgstr ""
...
...
po/sr_RS@cyrillic.po
View file @
af55e7dc
...
...
@@ -3481,7 +3481,19 @@ msgstr ""
msgid "Buttons"
msgstr ""
#: joy.rc:55
#: joy.rc:51
msgid "X,Y"
msgstr ""
#: joy.rc:52
msgid "Rx,Ry"
msgstr ""
#: joy.rc:53
msgid "Z, Rz"
msgstr ""
#: joy.rc:58
msgid "Test Force Feedback"
msgstr ""
...
...
po/sr_RS@latin.po
View file @
af55e7dc
...
...
@@ -3559,7 +3559,19 @@ msgstr ""
msgid "Buttons"
msgstr ""
#: joy.rc:55
#: joy.rc:51
msgid "X,Y"
msgstr ""
#: joy.rc:52
msgid "Rx,Ry"
msgstr ""
#: joy.rc:53
msgid "Z, Rz"
msgstr ""
#: joy.rc:58
msgid "Test Force Feedback"
msgstr ""
...
...
po/sv.po
View file @
af55e7dc
...
...
@@ -3440,7 +3440,19 @@ msgstr "Testa joysticken"
msgid "Buttons"
msgstr ""
#: joy.rc:55
#: joy.rc:51
msgid "X,Y"
msgstr ""
#: joy.rc:52
msgid "Rx,Ry"
msgstr ""
#: joy.rc:53
msgid "Z, Rz"
msgstr ""
#: joy.rc:58
msgid "Test Force Feedback"
msgstr "Testa kraftåterkoppling"
...
...
po/te.po
View file @
af55e7dc
...
...
@@ -3362,7 +3362,19 @@ msgstr ""
msgid "Buttons"
msgstr ""
#: joy.rc:55
#: joy.rc:51
msgid "X,Y"
msgstr ""
#: joy.rc:52
msgid "Rx,Ry"
msgstr ""
#: joy.rc:53
msgid "Z, Rz"
msgstr ""
#: joy.rc:58
msgid "Test Force Feedback"
msgstr ""
...
...
po/th.po
View file @
af55e7dc
...
...
@@ -3401,7 +3401,19 @@ msgstr ""
msgid "Buttons"
msgstr ""
#: joy.rc:55
#: joy.rc:51
msgid "X,Y"
msgstr ""
#: joy.rc:52
msgid "Rx,Ry"
msgstr ""
#: joy.rc:53
msgid "Z, Rz"
msgstr ""
#: joy.rc:58
msgid "Test Force Feedback"
msgstr ""
...
...
po/tr.po
View file @
af55e7dc
...
...
@@ -3355,7 +3355,19 @@ msgstr ""
msgid "Buttons"
msgstr ""
#: joy.rc:55
#: joy.rc:51
msgid "X,Y"
msgstr ""
#: joy.rc:52
msgid "Rx,Ry"
msgstr ""
#: joy.rc:53
msgid "Z, Rz"
msgstr ""
#: joy.rc:58
msgid "Test Force Feedback"
msgstr ""
...
...
po/uk.po
View file @
af55e7dc
...
...
@@ -3477,7 +3477,19 @@ msgstr ""
msgid "Buttons"
msgstr ""
#: joy.rc:55
#: joy.rc:51
msgid "X,Y"
msgstr ""
#: joy.rc:52
msgid "Rx,Ry"
msgstr ""
#: joy.rc:53
msgid "Z, Rz"
msgstr ""
#: joy.rc:58
msgid "Test Force Feedback"
msgstr ""
...
...
po/wa.po
View file @
af55e7dc
...
...
@@ -3409,7 +3409,19 @@ msgstr ""
msgid "Buttons"
msgstr ""
#: joy.rc:55
#: joy.rc:51
msgid "X,Y"
msgstr ""
#: joy.rc:52
msgid "Rx,Ry"
msgstr ""
#: joy.rc:53
msgid "Z, Rz"
msgstr ""
#: joy.rc:58
msgid "Test Force Feedback"
msgstr ""
...
...
po/wine.pot
View file @
af55e7dc
...
...
@@ -3324,7 +3324,19 @@ msgstr ""
msgid "Buttons"
msgstr ""
#: joy.rc:55
#: joy.rc:51
msgid "X,Y"
msgstr ""
#: joy.rc:52
msgid "Rx,Ry"
msgstr ""
#: joy.rc:53
msgid "Z, Rz"
msgstr ""
#: joy.rc:58
msgid "Test Force Feedback"
msgstr ""
...
...
po/zh_CN.po
View file @
af55e7dc
...
...
@@ -3370,7 +3370,19 @@ msgstr ""
msgid "Buttons"
msgstr ""
#: joy.rc:55
#: joy.rc:51
msgid "X,Y"
msgstr ""
#: joy.rc:52
msgid "Rx,Ry"
msgstr ""
#: joy.rc:53
msgid "Z, Rz"
msgstr ""
#: joy.rc:58
msgid "Test Force Feedback"
msgstr ""
...
...
po/zh_TW.po
View file @
af55e7dc
...
...
@@ -3374,7 +3374,19 @@ msgstr ""
msgid "Buttons"
msgstr ""
#: joy.rc:55
#: joy.rc:51
msgid "X,Y"
msgstr ""
#: joy.rc:52
msgid "Rx,Ry"
msgstr ""
#: joy.rc:53
msgid "Z, Rz"
msgstr ""
#: joy.rc:58
msgid "Test Force Feedback"
msgstr ""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment