Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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
wine
wine-winehq
Commits
0ae47109
Commit
0ae47109
authored
Sep 01, 2011
by
Lucas Fialho Zawacki
Committed by
Alexandre Julliard
Sep 06, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dinput: Added ConfigureDevices dialog.
parent
27e1d5ad
Hide whitespace changes
Inline
Side-by-side
Showing
54 changed files
with
559 additions
and
5 deletions
+559
-5
configure
configure
+1
-1
configure.ac
configure.ac
+1
-1
Makefile.in
dlls/dinput/Makefile.in
+7
-2
config.c
dlls/dinput/config.c
+40
-0
dinput.rc
dlls/dinput/dinput.rc
+10
-0
dinput_En.rc
dlls/dinput/dinput_En.rc
+40
-0
dinput_main.c
dlls/dinput/dinput_main.c
+2
-1
dinput_private.h
dlls/dinput/dinput_private.h
+2
-0
resource.h
dlls/dinput/resource.h
+35
-0
ar.po
po/ar.po
+9
-0
bg.po
po/bg.po
+9
-0
ca.po
po/ca.po
+8
-0
cs.po
po/cs.po
+9
-0
da.po
po/da.po
+10
-0
de.po
po/de.po
+10
-0
el.po
po/el.po
+9
-0
en.po
po/en.po
+8
-0
en_US.po
po/en_US.po
+8
-0
eo.po
po/eo.po
+9
-0
es.po
po/es.po
+10
-0
fa.po
po/fa.po
+9
-0
fi.po
po/fi.po
+9
-0
fr.po
po/fr.po
+10
-0
he.po
po/he.po
+10
-0
hi.po
po/hi.po
+8
-0
hu.po
po/hu.po
+10
-0
it.po
po/it.po
+10
-0
ja.po
po/ja.po
+10
-0
ko.po
po/ko.po
+10
-0
lt.po
po/lt.po
+10
-0
ml.po
po/ml.po
+8
-0
nb_NO.po
po/nb_NO.po
+10
-0
nl.po
po/nl.po
+10
-0
or.po
po/or.po
+8
-0
pa.po
po/pa.po
+8
-0
pl.po
po/pl.po
+10
-0
pt_BR.po
po/pt_BR.po
+10
-0
pt_PT.po
po/pt_PT.po
+10
-0
rm.po
po/rm.po
+9
-0
ro.po
po/ro.po
+10
-0
ru.po
po/ru.po
+10
-0
sk.po
po/sk.po
+9
-0
sl.po
po/sl.po
+10
-0
sr_RS@cyrillic.po
po/sr_RS@cyrillic.po
+10
-0
sr_RS@latin.po
po/sr_RS@latin.po
+10
-0
sv.po
po/sv.po
+10
-0
te.po
po/te.po
+8
-0
th.po
po/th.po
+9
-0
tr.po
po/tr.po
+10
-0
uk.po
po/uk.po
+10
-0
wa.po
po/wa.po
+9
-0
wine.pot
po/wine.pot
+8
-0
zh_CN.po
po/zh_CN.po
+10
-0
zh_TW.po
po/zh_TW.po
+10
-0
No files found.
configure
View file @
0ae47109
...
...
@@ -14774,7 +14774,7 @@ wine_fn_config_test dlls/ddraw/tests ddraw_test
wine_fn_config_dll ddrawex enable_ddrawex
wine_fn_config_test dlls/ddrawex/tests ddrawex_test
wine_fn_config_dll devenum enable_devenum po
wine_fn_config_dll dinput enable_dinput implib,staticimplib
wine_fn_config_dll dinput enable_dinput implib,
po,
staticimplib
wine_fn_config_test dlls/dinput/tests dinput_test
wine_fn_config_dll dinput8 enable_dinput8 implib
wine_fn_config_test dlls/dinput8/tests dinput8_test
...
...
configure.ac
View file @
0ae47109
...
...
@@ -2467,7 +2467,7 @@ WINE_CONFIG_TEST(dlls/ddraw/tests)
WINE_CONFIG_DLL(ddrawex)
WINE_CONFIG_TEST(dlls/ddrawex/tests)
WINE_CONFIG_DLL(devenum,,[po])
WINE_CONFIG_DLL(dinput,,[implib,staticimplib])
WINE_CONFIG_DLL(dinput,,[implib,
po,
staticimplib])
WINE_CONFIG_TEST(dlls/dinput/tests)
WINE_CONFIG_DLL(dinput8,,[implib])
WINE_CONFIG_TEST(dlls/dinput8/tests)
...
...
dlls/dinput/Makefile.in
View file @
0ae47109
MODULE
=
dinput.dll
IMPORTLIB
=
dinput
IMPORTS
=
dxguid uuid ole32 user32 advapi32
IMPORTS
=
dxguid uuid
comctl32
ole32 user32 advapi32
EXTRALIBS
=
@IOKITLIB@
C_SRCS
=
\
config.c
\
data_formats.c
\
device.c
\
dinput_main.c
\
...
...
@@ -19,6 +20,10 @@ IMPLIB_SRCS = data_formats.c
IDL_R_SRCS
=
dinput_classes.idl
RC_SRCS
=
version.rc
PO_SRCS
=
dinput.rc
RC_SRCS
=
\
dinput.rc
\
dinput_En.rc
@MAKE_DLL_RULES@
dlls/dinput/config.c
0 → 100644
View file @
0ae47109
/*
* Copyright (c) 2011 Lucas Fialho Zawacki
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "wine/debug.h"
#include "wine/unicode.h"
#include "objbase.h"
#include "dinput_private.h"
#include "device_private.h"
#include "resource.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
dinput
);
HRESULT
_configure_devices
(
IDirectInput8W
*
iface
,
LPDICONFIGUREDEVICESCALLBACK
lpdiCallback
,
LPDICONFIGUREDEVICESPARAMSW
lpdiCDParams
,
DWORD
dwFlags
,
LPVOID
pvRefData
)
{
InitCommonControls
();
DialogBoxParamW
(
GetModuleHandleA
(
"dinput.dll"
),
(
LPCWSTR
)
MAKEINTRESOURCE
(
IDD_CONFIGUREDEVICES
),
lpdiCDParams
->
hwnd
,
0
,
0
);
return
DI_OK
;
}
dlls/dinput/
version
.rc
→
dlls/dinput/
dinput
.rc
View file @
0ae47109
...
...
@@ -16,6 +16,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
#define WINE_FILEDESCRIPTION_STR "Wine DirectInput"
#define WINE_FILENAME_STR "dinput.dll"
#define WINE_FILEVERSION 5,1,2600,881
...
...
@@ -24,3 +26,11 @@
#define WINE_PRODUCTVERSION_STR "5.1"
#include "wine/wine_common_ver.rc"
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
STRINGTABLE
BEGIN
IDS_ACTIONCOLUMN "Action"
IDS_OBJECTCOLUMN "Object"
END
dlls/dinput/dinput_En.rc
0 → 100644
View file @
0ae47109
/*
* Copyright (c) 2011 Lucas Fialho Zawacki
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
IDD_CONFIGUREDEVICES DIALOG 0, 0, 270, 260
STYLE DS_CENTER | DS_MODALFRAME | DS_SHELLFONT | WS_CAPTION | WS_VISIBLE
CAPTION "Configure Devices"
FONT 8, "Ms Shell Dlg"
{
DEFPUSHBUTTON "OK", IDOK, 10, 236, 50, 14
DEFPUSHBUTTON "Cancel", IDCANCEL, 65, 236, 50, 14
DEFPUSHBUTTON "Reset", IDC_RESET, 210, 236, 50, 14
COMBOBOX IDC_PLAYERCOMBO, 10, 50, 90, 30, CBS_DROPDOWNLIST | CBS_HASSTRINGS
COMBOBOX IDC_CONTROLLERCOMBO, 10, 20, 90, 30, CBS_DROPDOWNLIST | CBS_HASSTRINGS
LTEXT "Player", IDC_PLAYERTEXT, 10, 40, 21, 8, SS_LEFT
LTEXT "Device", IDC_DEVICETEXT, 10, 10, 22, 8, SS_LEFT
LTEXT "Actions", IDC_ACTIONTEXT, 10, 70, 24, 8, SS_LEFT
LTEXT "Mapping", IDC_MAPPINGTEXT, 120, 8, 28, 8, SS_LEFT
LISTBOX IDC_ACTIONLIST, 10, 80, 90, 130, WS_TABSTOP | WS_VSCROLL | LBS_NOINTEGRALHEIGHT | LBS_NOTIFY
AUTOCHECKBOX "Sort Assigned", IDC_CHECKBOXSORT, 120, 215, 60, 8
CONTROL "Listview", IDC_DEVICEOBJECTSLIST, "SysListView32", LVS_REPORT | LVS_AUTOARRANGE | LVS_ALIGNLEFT | LVS_SHOWSELALWAYS | LVS_SINGLESEL | WS_BORDER | WS_TABSTOP, 120, 20, 140, 190
}
dlls/dinput/dinput_main.c
View file @
0ae47109
...
...
@@ -1008,7 +1008,8 @@ static HRESULT WINAPI IDirectInput8WImpl_ConfigureDevices(
FIXME
(
"(this=%p,%p,%p,%04x,%p): stub
\n
"
,
This
,
lpdiCallback
,
lpdiCDParams
,
dwFlags
,
pvRefData
);
return
DI_OK
;
/* Call helper function in config.c to do the real work */
return
_configure_devices
(
iface
,
lpdiCallback
,
lpdiCDParams
,
dwFlags
,
pvRefData
);
}
static
HRESULT
WINAPI
IDirectInput8AImpl_ConfigureDevices
(
...
...
dlls/dinput/dinput_private.h
View file @
0ae47109
...
...
@@ -66,6 +66,8 @@ typedef int (*DI_EVENT_PROC)(LPDIRECTINPUTDEVICE8A, WPARAM, LPARAM);
extern
void
_copy_diactionformatAtoW
(
LPDIACTIONFORMATW
,
LPDIACTIONFORMATA
)
DECLSPEC_HIDDEN
;
extern
void
_copy_diactionformatWtoA
(
LPDIACTIONFORMATA
,
LPDIACTIONFORMATW
)
DECLSPEC_HIDDEN
;
extern
HRESULT
_configure_devices
(
IDirectInput8W
*
iface
,
LPDICONFIGUREDEVICESCALLBACK
lpdiCallback
,
LPDICONFIGUREDEVICESPARAMSW
lpdiCDParams
,
DWORD
dwFlags
,
LPVOID
pvRefData
)
DECLSPEC_HIDDEN
;
#define IS_DIPROP(x) (((ULONG_PTR)(x) >> 16) == 0)
#define DIKEYBOARD_MASK 0x81000000
...
...
dlls/dinput/resource.h
0 → 100644
View file @
0ae47109
/*
* Copyright (c) 2011 Lucas Fialho Zawacki
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "shlobj.h"
#define IDD_CONFIGUREDEVICES 1
#define IDC_DEVICETEXT 20
#define IDC_RESET 21
#define IDC_ACTIONTEXT 22
#define IDC_PLAYERTEXT 23
#define IDC_DEVICEOBJECTSTEXT 24
#define IDC_CONTROLLERCOMBO 25
#define IDC_PLAYERCOMBO 26
#define IDC_ACTIONLIST 27
#define IDC_DEVICEOBJECTSLIST 28
#define IDC_CHECKBOXSORT 29
#define IDC_MAPPINGTEXT 30
#define IDS_ACTIONCOLUMN 31
#define IDS_OBJECTCOLUMN 32
po/ar.po
View file @
0ae47109
...
...
@@ -1975,6 +1975,15 @@ msgstr ""
msgid "Default MidiOut Device"
msgstr ""
#: dinput.rc:34
#, fuzzy
msgid "Action"
msgstr "معلومات"
#: dinput.rc:35
msgid "Object"
msgstr ""
#: dxdiagn.rc:25
msgid "Regional Setting"
msgstr ""
...
...
po/bg.po
View file @
0ae47109
...
...
@@ -1990,6 +1990,15 @@ msgstr ""
msgid "Default MidiOut Device"
msgstr ""
#: dinput.rc:34
#, fuzzy
msgid "Action"
msgstr "LAN връзка"
#: dinput.rc:35
msgid "Object"
msgstr ""
#: dxdiagn.rc:25
#, fuzzy
msgid "Regional Setting"
...
...
po/ca.po
View file @
0ae47109
...
...
@@ -1951,6 +1951,14 @@ msgstr ""
msgid "Default MidiOut Device"
msgstr ""
#: dinput.rc:34
msgid "Action"
msgstr ""
#: dinput.rc:35
msgid "Object"
msgstr ""
#: dxdiagn.rc:25
msgid "Regional Setting"
msgstr ""
...
...
po/cs.po
View file @
0ae47109
...
...
@@ -2037,6 +2037,15 @@ msgstr "Standardní zařízení WaveOut"
msgid "Default MidiOut Device"
msgstr "Standardní zařízení MidiOut"
#: dinput.rc:34
#, fuzzy
msgid "Action"
msgstr "Volby"
#: dinput.rc:35
msgid "Object"
msgstr ""
#: dxdiagn.rc:25
#, fuzzy
msgid "Regional Setting"
...
...
po/da.po
View file @
0ae47109
...
...
@@ -2042,6 +2042,16 @@ msgstr "Standard WaveOut Enhed"
msgid "Default MidiOut Device"
msgstr "Standard MidiOut Enhed"
#: dinput.rc:34
#, fuzzy
msgid "Action"
msgstr "Aktivering"
#: dinput.rc:35
#, fuzzy
msgid "Object"
msgstr "&Objekt"
#: dxdiagn.rc:25
#, fuzzy
msgid "Regional Setting"
...
...
po/de.po
View file @
0ae47109
...
...
@@ -2019,6 +2019,16 @@ msgstr "Standard WaveOut - Gerät"
msgid "Default MidiOut Device"
msgstr "Standard MidiOut - Gerät"
#: dinput.rc:34
#, fuzzy
msgid "Action"
msgstr "Aktivierung"
#: dinput.rc:35
#, fuzzy
msgid "Object"
msgstr "&Objekt"
#: dxdiagn.rc:25
msgid "Regional Setting"
msgstr "Regionale Einstellungen"
...
...
po/el.po
View file @
0ae47109
...
...
@@ -1979,6 +1979,15 @@ msgstr ""
msgid "Default MidiOut Device"
msgstr ""
#: dinput.rc:34
#, fuzzy
msgid "Action"
msgstr "Επιλογές"
#: dinput.rc:35
msgid "Object"
msgstr ""
#: dxdiagn.rc:25
msgid "Regional Setting"
msgstr ""
...
...
po/en.po
View file @
0ae47109
...
...
@@ -1953,6 +1953,14 @@ msgstr "Default WaveOut Device"
msgid "Default MidiOut Device"
msgstr "Default MidiOut Device"
#: dinput.rc:34
msgid "Action"
msgstr "Action"
#: dinput.rc:35
msgid "Object"
msgstr "Object"
#: dxdiagn.rc:25
msgid "Regional Setting"
msgstr "Regional Setting"
...
...
po/en_US.po
View file @
0ae47109
...
...
@@ -2017,6 +2017,14 @@ msgstr "Default WaveOut Device"
msgid "Default MidiOut Device"
msgstr "Default MidiOut Device"
#: dinput.rc:34
msgid "Action"
msgstr "Action"
#: dinput.rc:35
msgid "Object"
msgstr "Object"
#: dxdiagn.rc:25
msgid "Regional Setting"
msgstr "Regional Setting"
...
...
po/eo.po
View file @
0ae47109
...
...
@@ -2000,6 +2000,15 @@ msgstr ""
msgid "Default MidiOut Device"
msgstr ""
#: dinput.rc:34
#, fuzzy
msgid "Action"
msgstr "LAN Interkonekto"
#: dinput.rc:35
msgid "Object"
msgstr ""
#: dxdiagn.rc:25
#, fuzzy
msgid "Regional Setting"
...
...
po/es.po
View file @
0ae47109
...
...
@@ -2033,6 +2033,16 @@ msgstr "Dispositivo WaveOut por defecto"
msgid "Default MidiOut Device"
msgstr "Dispositivo MidiOut por defecto"
#: dinput.rc:34
#, fuzzy
msgid "Action"
msgstr "Ubicación"
#: dinput.rc:35
#, fuzzy
msgid "Object"
msgstr "No existe dicho objeto"
#: dxdiagn.rc:25
#, fuzzy
msgid "Regional Setting"
...
...
po/fa.po
View file @
0ae47109
...
...
@@ -1975,6 +1975,15 @@ msgstr ""
msgid "Default MidiOut Device"
msgstr ""
#: dinput.rc:34
#, fuzzy
msgid "Action"
msgstr "اطلاعات"
#: dinput.rc:35
msgid "Object"
msgstr ""
#: dxdiagn.rc:25
msgid "Regional Setting"
msgstr ""
...
...
po/fi.po
View file @
0ae47109
...
...
@@ -1993,6 +1993,15 @@ msgstr ""
msgid "Default MidiOut Device"
msgstr ""
#: dinput.rc:34
#, fuzzy
msgid "Action"
msgstr "Sijainti"
#: dinput.rc:35
msgid "Object"
msgstr ""
#: dxdiagn.rc:25
#, fuzzy
msgid "Regional Setting"
...
...
po/fr.po
View file @
0ae47109
...
...
@@ -2028,6 +2028,16 @@ msgstr "Périphérique WaveOut par défaut"
msgid "Default MidiOut Device"
msgstr "Périphérique MidiOut par défaut"
#: dinput.rc:34
#, fuzzy
msgid "Action"
msgstr "Activation"
#: dinput.rc:35
#, fuzzy
msgid "Object"
msgstr "&Objet"
#: dxdiagn.rc:25
msgid "Regional Setting"
msgstr "Paramètres régionaux"
...
...
po/he.po
View file @
0ae47109
...
...
@@ -1984,6 +1984,16 @@ msgstr "התקן ה־WaveOut כבררת מחדל"
msgid "Default MidiOut Device"
msgstr "התקן ה־MidiOut כבררת מחדל"
#: dinput.rc:34
#, fuzzy
msgid "Action"
msgstr "הפעלה"
#: dinput.rc:35
#, fuzzy
msgid "Object"
msgstr "&עצם"
#: dxdiagn.rc:25
msgid "Regional Setting"
msgstr "הגדרות אזוריות"
...
...
po/hi.po
View file @
0ae47109
...
...
@@ -1955,6 +1955,14 @@ msgstr ""
msgid "Default MidiOut Device"
msgstr ""
#: dinput.rc:34
msgid "Action"
msgstr ""
#: dinput.rc:35
msgid "Object"
msgstr ""
#: dxdiagn.rc:25
msgid "Regional Setting"
msgstr ""
...
...
po/hu.po
View file @
0ae47109
...
...
@@ -2060,6 +2060,16 @@ msgstr "Alapértelmezett WaveOut eszköz"
msgid "Default MidiOut Device"
msgstr "Alapértelmezett MidiOut eszköz"
#: dinput.rc:34
#, fuzzy
msgid "Action"
msgstr "Hely"
#: dinput.rc:35
#, fuzzy
msgid "Object"
msgstr "Tárgy típus="
#: dxdiagn.rc:25
msgid "Regional Setting"
msgstr ""
...
...
po/it.po
View file @
0ae47109
...
...
@@ -2131,6 +2131,16 @@ msgstr "Dispositivo WaveOut predefinito"
msgid "Default MidiOut Device"
msgstr "Dispositivo MidiOut predefinito"
#: dinput.rc:34
#, fuzzy
msgid "Action"
msgstr "Attivazione"
#: dinput.rc:35
#, fuzzy
msgid "Object"
msgstr "&Elemento"
#: dxdiagn.rc:25
#, fuzzy
msgid "Regional Setting"
...
...
po/ja.po
View file @
0ae47109
...
...
@@ -2015,6 +2015,16 @@ msgstr "デフォルト WaveOut デバイス"
msgid "Default MidiOut Device"
msgstr "デフォルト MidiOut デバイス"
#: dinput.rc:34
#, fuzzy
msgid "Action"
msgstr "Activation"
#: dinput.rc:35
#, fuzzy
msgid "Object"
msgstr "オブジェクト(&O)"
#: dxdiagn.rc:25
msgid "Regional Setting"
msgstr "地域の設定"
...
...
po/ko.po
View file @
0ae47109
...
...
@@ -2015,6 +2015,16 @@ msgstr "기본 웨이브 출력 장치"
msgid "Default MidiOut Device"
msgstr "기본 미디출력 장치"
#: dinput.rc:34
#, fuzzy
msgid "Action"
msgstr "Activation"
#: dinput.rc:35
#, fuzzy
msgid "Object"
msgstr "객체(&O)"
#: dxdiagn.rc:25
msgid "Regional Setting"
msgstr "지역 설정"
...
...
po/lt.po
View file @
0ae47109
...
...
@@ -2025,6 +2025,16 @@ msgstr "Numatytasis WaveOut įrenginys"
msgid "Default MidiOut Device"
msgstr "Numatytasis MidiOut įrenginys"
#: dinput.rc:34
#, fuzzy
msgid "Action"
msgstr "Aktyvinimas"
#: dinput.rc:35
#, fuzzy
msgid "Object"
msgstr "&Objektas"
#: dxdiagn.rc:25
msgid "Regional Setting"
msgstr "Regiono nuostatos"
...
...
po/ml.po
View file @
0ae47109
...
...
@@ -1955,6 +1955,14 @@ msgstr ""
msgid "Default MidiOut Device"
msgstr ""
#: dinput.rc:34
msgid "Action"
msgstr ""
#: dinput.rc:35
msgid "Object"
msgstr ""
#: dxdiagn.rc:25
msgid "Regional Setting"
msgstr ""
...
...
po/nb_NO.po
View file @
0ae47109
...
...
@@ -2119,6 +2119,16 @@ msgstr "Standard enhet for lydavspilling"
msgid "Default MidiOut Device"
msgstr "Standard enhet for MIDI-avspilling"
#: dinput.rc:34
#, fuzzy
msgid "Action"
msgstr "Aktivering"
#: dinput.rc:35
#, fuzzy
msgid "Object"
msgstr "&Objekt"
#: dxdiagn.rc:25
#, fuzzy
msgid "Regional Setting"
...
...
po/nl.po
View file @
0ae47109
...
...
@@ -2036,6 +2036,16 @@ msgstr "Standaardapparaat WaveOut"
msgid "Default MidiOut Device"
msgstr "Standaardapparaat MidiOut"
#: dinput.rc:34
#, fuzzy
msgid "Action"
msgstr "Activatie"
#: dinput.rc:35
#, fuzzy
msgid "Object"
msgstr "&Object"
#: dxdiagn.rc:25
#, fuzzy
msgid "Regional Setting"
...
...
po/or.po
View file @
0ae47109
...
...
@@ -1955,6 +1955,14 @@ msgstr ""
msgid "Default MidiOut Device"
msgstr ""
#: dinput.rc:34
msgid "Action"
msgstr ""
#: dinput.rc:35
msgid "Object"
msgstr ""
#: dxdiagn.rc:25
msgid "Regional Setting"
msgstr ""
...
...
po/pa.po
View file @
0ae47109
...
...
@@ -1955,6 +1955,14 @@ msgstr ""
msgid "Default MidiOut Device"
msgstr ""
#: dinput.rc:34
msgid "Action"
msgstr ""
#: dinput.rc:35
msgid "Object"
msgstr ""
#: dxdiagn.rc:25
msgid "Regional Setting"
msgstr ""
...
...
po/pl.po
View file @
0ae47109
...
...
@@ -2026,6 +2026,16 @@ msgstr "Standardowe urządzenie WaveOut"
msgid "Default MidiOut Device"
msgstr "Standardowe urządzenie Device"
#: dinput.rc:34
#, fuzzy
msgid "Action"
msgstr "Aktywacja"
#: dinput.rc:35
#, fuzzy
msgid "Object"
msgstr "&Obiekt"
#: dxdiagn.rc:25
msgid "Regional Setting"
msgstr "Ustawienia regionalne"
...
...
po/pt_BR.po
View file @
0ae47109
...
...
@@ -2118,6 +2118,16 @@ msgstr "Dispositivo padrão WaveOut"
msgid "Default MidiOut Device"
msgstr "Dispositivo padrão MidiOut"
#: dinput.rc:34
#, fuzzy
msgid "Action"
msgstr "Ativação"
#: dinput.rc:35
#, fuzzy
msgid "Object"
msgstr "&Objeto"
#: dxdiagn.rc:25
#, fuzzy
msgid "Regional Setting"
...
...
po/pt_PT.po
View file @
0ae47109
...
...
@@ -2132,6 +2132,16 @@ msgstr "Dispositivo padrão WaveOut"
msgid "Default MidiOut Device"
msgstr "Dispositivo padrão MidiOut"
#: dinput.rc:34
#, fuzzy
msgid "Action"
msgstr "Activação"
#: dinput.rc:35
#, fuzzy
msgid "Object"
msgstr "&Objecto"
#: dxdiagn.rc:25
#, fuzzy
msgid "Regional Setting"
...
...
po/rm.po
View file @
0ae47109
...
...
@@ -1967,6 +1967,15 @@ msgstr ""
msgid "Default MidiOut Device"
msgstr ""
#: dinput.rc:34
#, fuzzy
msgid "Action"
msgstr "&Options"
#: dinput.rc:35
msgid "Object"
msgstr ""
#: dxdiagn.rc:25
#, fuzzy
msgid "Regional Setting"
...
...
po/ro.po
View file @
0ae47109
...
...
@@ -2177,6 +2177,16 @@ msgstr "Dispozitiv WaveOut implicit"
msgid "Default MidiOut Device"
msgstr "Dispozitiv MidiOut implicit"
#: dinput.rc:34
#, fuzzy
msgid "Action"
msgstr "Activare"
#: dinput.rc:35
#, fuzzy
msgid "Object"
msgstr "&Obiect"
#: dxdiagn.rc:25
#, fuzzy
msgid "Regional Setting"
...
...
po/ru.po
View file @
0ae47109
...
...
@@ -2021,6 +2021,16 @@ msgstr "Звуковое устройство вывода по умолчани
msgid "Default MidiOut Device"
msgstr "Устройство вывода MIDI по умолчанию"
#: dinput.rc:34
#, fuzzy
msgid "Action"
msgstr "Activation"
#: dinput.rc:35
#, fuzzy
msgid "Object"
msgstr "&Объект"
#: dxdiagn.rc:25
msgid "Regional Setting"
msgstr "Региональные настройки"
...
...
po/sk.po
View file @
0ae47109
...
...
@@ -1981,6 +1981,15 @@ msgstr ""
msgid "Default MidiOut Device"
msgstr ""
#: dinput.rc:34
#, fuzzy
msgid "Action"
msgstr "Informácie"
#: dinput.rc:35
msgid "Object"
msgstr ""
#: dxdiagn.rc:25
#, fuzzy
msgid "Regional Setting"
...
...
po/sl.po
View file @
0ae47109
...
...
@@ -2030,6 +2030,16 @@ msgstr "Privzeta naprava WaveIzh"
msgid "Default MidiOut Device"
msgstr "Privzeta naprava MidiIzh"
#: dinput.rc:34
#, fuzzy
msgid "Action"
msgstr "Omogočenje"
#: dinput.rc:35
#, fuzzy
msgid "Object"
msgstr "&Predmet"
#: dxdiagn.rc:25
#, fuzzy
msgid "Regional Setting"
...
...
po/sr_RS@cyrillic.po
View file @
0ae47109
...
...
@@ -2010,6 +2010,16 @@ msgstr "Подразумевани WaveOut уређај"
msgid "Default MidiOut Device"
msgstr "Подразумевани MidiOut уређај"
#: dinput.rc:34
#, fuzzy
msgid "Action"
msgstr "Локација"
#: dinput.rc:35
#, fuzzy
msgid "Object"
msgstr "Не постоји такав објекат"
#: dxdiagn.rc:25
#, fuzzy
msgid "Regional Setting"
...
...
po/sr_RS@latin.po
View file @
0ae47109
...
...
@@ -2037,6 +2037,16 @@ msgstr "Podrazumevani WaveOut uređaj"
msgid "Default MidiOut Device"
msgstr "Podrazumevani MidiOut uređaj"
#: dinput.rc:34
#, fuzzy
msgid "Action"
msgstr "Lokacija"
#: dinput.rc:35
#, fuzzy
msgid "Object"
msgstr "Ne postoji takav objekat"
#: dxdiagn.rc:25
#, fuzzy
msgid "Regional Setting"
...
...
po/sv.po
View file @
0ae47109
...
...
@@ -2028,6 +2028,16 @@ msgstr "Förvald WaveOut-enhet"
msgid "Default MidiOut Device"
msgstr "Förvald MidiOut-enhet"
#: dinput.rc:34
#, fuzzy
msgid "Action"
msgstr "Aktivering"
#: dinput.rc:35
#, fuzzy
msgid "Object"
msgstr "&Objekt"
#: dxdiagn.rc:25
msgid "Regional Setting"
msgstr "Regional inställning"
...
...
po/te.po
View file @
0ae47109
...
...
@@ -1955,6 +1955,14 @@ msgstr ""
msgid "Default MidiOut Device"
msgstr ""
#: dinput.rc:34
msgid "Action"
msgstr ""
#: dinput.rc:35
msgid "Object"
msgstr ""
#: dxdiagn.rc:25
msgid "Regional Setting"
msgstr ""
...
...
po/th.po
View file @
0ae47109
...
...
@@ -1979,6 +1979,15 @@ msgstr ""
msgid "Default MidiOut Device"
msgstr ""
#: dinput.rc:34
#, fuzzy
msgid "Action"
msgstr "รายละเอียด"
#: dinput.rc:35
msgid "Object"
msgstr ""
#: dxdiagn.rc:25
msgid "Regional Setting"
msgstr ""
...
...
po/tr.po
View file @
0ae47109
...
...
@@ -2019,6 +2019,16 @@ msgstr ""
msgid "Default MidiOut Device"
msgstr ""
#: dinput.rc:34
#, fuzzy
msgid "Action"
msgstr "LAN Bağlantısı"
#: dinput.rc:35
#, fuzzy
msgid "Object"
msgstr "Böyle Bir Nesne Yok"
#: dxdiagn.rc:25
#, fuzzy
msgid "Regional Setting"
...
...
po/uk.po
View file @
0ae47109
...
...
@@ -2020,6 +2020,16 @@ msgstr "Звуковий пристрій виводу по замовчуван
msgid "Default MidiOut Device"
msgstr "Пристрій виводу Midi по замовчуванні"
#: dinput.rc:34
#, fuzzy
msgid "Action"
msgstr "Активація"
#: dinput.rc:35
#, fuzzy
msgid "Object"
msgstr "&Об'єкт"
#: dxdiagn.rc:25
msgid "Regional Setting"
msgstr "Регіональні Налаштування"
...
...
po/wa.po
View file @
0ae47109
...
...
@@ -1981,6 +1981,15 @@ msgstr ""
msgid "Default MidiOut Device"
msgstr ""
#: dinput.rc:34
#, fuzzy
msgid "Action"
msgstr "Informåcion"
#: dinput.rc:35
msgid "Object"
msgstr ""
#: dxdiagn.rc:25
#, fuzzy
msgid "Regional Setting"
...
...
po/wine.pot
View file @
0ae47109
...
...
@@ -1948,6 +1948,14 @@ msgstr ""
msgid "Default MidiOut Device"
msgstr ""
#: dinput.rc:34
msgid "Action"
msgstr ""
#: dinput.rc:35
msgid "Object"
msgstr ""
#: dxdiagn.rc:25
msgid "Regional Setting"
msgstr ""
...
...
po/zh_CN.po
View file @
0ae47109
...
...
@@ -2003,6 +2003,16 @@ msgstr ""
msgid "Default MidiOut Device"
msgstr ""
#: dinput.rc:34
#, fuzzy
msgid "Action"
msgstr "激活"
#: dinput.rc:35
#, fuzzy
msgid "Object"
msgstr "对象(&O)"
#: dxdiagn.rc:25
#, fuzzy
msgid "Regional Setting"
...
...
po/zh_TW.po
View file @
0ae47109
...
...
@@ -2014,6 +2014,16 @@ msgstr ""
msgid "Default MidiOut Device"
msgstr ""
#: dinput.rc:34
#, fuzzy
msgid "Action"
msgstr "激活"
#: dinput.rc:35
#, fuzzy
msgid "Object"
msgstr "對象(&O)"
#: dxdiagn.rc:25
#, fuzzy
msgid "Regional Setting"
...
...
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