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
f9c8e465
Commit
f9c8e465
authored
Apr 03, 2011
by
Andrew Nguyen
Committed by
Alexandre Julliard
Apr 04, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dxdiagn: Add language properties to the DxDiag_SystemInfo container.
parent
8aaf3233
Hide whitespace changes
Inline
Side-by-side
Showing
52 changed files
with
287 additions
and
3 deletions
+287
-3
configure
configure
+1
-1
configure.ac
configure.ac
+1
-1
Makefile.in
dlls/dxdiagn/Makefile.in
+2
-1
dxdiag_private.h
dlls/dxdiagn/dxdiag_private.h
+1
-0
dxdiagn.rc
dlls/dxdiagn/dxdiagn.rc
+9
-0
provider.c
dlls/dxdiagn/provider.c
+38
-0
resource.h
dlls/dxdiagn/resource.h
+23
-0
ar.po
po/ar.po
+4
-0
bg.po
po/bg.po
+5
-0
ca.po
po/ca.po
+4
-0
cs.po
po/cs.po
+5
-0
da.po
po/da.po
+5
-0
de.po
po/de.po
+5
-0
el.po
po/el.po
+4
-0
en.po
po/en.po
+4
-0
en_US.po
po/en_US.po
+4
-0
eo.po
po/eo.po
+5
-0
es.po
po/es.po
+5
-0
fa.po
po/fa.po
+4
-0
fi.po
po/fi.po
+5
-0
fr.po
po/fr.po
+5
-0
he.po
po/he.po
+5
-0
hi.po
po/hi.po
+4
-0
hu.po
po/hu.po
+5
-0
it.po
po/it.po
+5
-0
ja.po
po/ja.po
+5
-0
ko.po
po/ko.po
+5
-0
lt.po
po/lt.po
+5
-0
ml.po
po/ml.po
+4
-0
nb_NO.po
po/nb_NO.po
+5
-0
nl.po
po/nl.po
+5
-0
or.po
po/or.po
+4
-0
pa.po
po/pa.po
+4
-0
pl.po
po/pl.po
+5
-0
pt_BR.po
po/pt_BR.po
+5
-0
pt_PT.po
po/pt_PT.po
+5
-0
rm.po
po/rm.po
+5
-0
ro.po
po/ro.po
+5
-0
ru.po
po/ru.po
+5
-0
sk.po
po/sk.po
+5
-0
sl.po
po/sl.po
+5
-0
sr_RS@cyrillic.po
po/sr_RS@cyrillic.po
+5
-0
sr_RS@latin.po
po/sr_RS@latin.po
+5
-0
sv.po
po/sv.po
+5
-0
te.po
po/te.po
+4
-0
th.po
po/th.po
+4
-0
tr.po
po/tr.po
+5
-0
uk.po
po/uk.po
+5
-0
wa.po
po/wa.po
+5
-0
wine.pot
po/wine.pot
+4
-0
zh_CN.po
po/zh_CN.po
+5
-0
zh_TW.po
po/zh_TW.po
+5
-0
No files found.
configure
View file @
f9c8e465
...
...
@@ -15046,7 +15046,7 @@ wine_fn_config_test dlls/dsound/tests dsound_test
wine_fn_config_dll dssenh enable_dssenh
wine_fn_config_dll dswave enable_dswave
wine_fn_config_dll dwmapi enable_dwmapi implib
wine_fn_config_dll dxdiagn enable_dxdiagn
wine_fn_config_dll dxdiagn enable_dxdiagn
po
wine_fn_config_test dlls/dxdiagn/tests dxdiagn_test
wine_fn_config_lib dxerr8
wine_fn_config_lib dxerr9
...
...
configure.ac
View file @
f9c8e465
...
...
@@ -2514,7 +2514,7 @@ WINE_CONFIG_TEST(dlls/dsound/tests)
WINE_CONFIG_DLL(dssenh)
WINE_CONFIG_DLL(dswave)
WINE_CONFIG_DLL(dwmapi,,[implib])
WINE_CONFIG_DLL(dxdiagn)
WINE_CONFIG_DLL(dxdiagn
,,[po]
)
WINE_CONFIG_TEST(dlls/dxdiagn/tests)
WINE_CONFIG_LIB(dxerr8)
WINE_CONFIG_LIB(dxerr9)
...
...
dlls/dxdiagn/Makefile.in
View file @
f9c8e465
...
...
@@ -6,7 +6,8 @@ C_SRCS = \
dxdiag_main.c
\
provider.c
RC_SRCS
=
version.rc
RC_SRCS
=
dxdiagn.rc
PO_SRCS
=
dxdiagn.rc
IDL_H_SRCS
=
fil_data.idl
...
...
dlls/dxdiagn/dxdiag_private.h
View file @
f9c8e465
...
...
@@ -29,6 +29,7 @@
#include "wine/list.h"
#include "dxdiag.h"
#include "resource.h"
/* DXDiag Interfaces: */
typedef
struct
IDxDiagProviderImpl
IDxDiagProviderImpl
;
...
...
dlls/dxdiagn/
versio
n.rc
→
dlls/dxdiagn/
dxdiag
n.rc
View file @
f9c8e465
...
...
@@ -16,6 +16,15 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
STRINGTABLE
{
IDS_REGIONAL_SETTING "Regional Setting"
}
#define WINE_FILEDESCRIPTION_STR "Wine DxDiag 8"
#define WINE_FILENAME_STR "dxdiagn.dll"
#define WINE_FILEVERSION 5,3,1,904
...
...
dlls/dxdiagn/provider.c
View file @
f9c8e465
...
...
@@ -346,6 +346,40 @@ static inline HRESULT add_ull_as_bstr_property(IDxDiagContainerImpl_Container *n
return
S_OK
;
}
static
HRESULT
fill_language_information
(
IDxDiagContainerImpl_Container
*
node
)
{
static
const
WCHAR
regional_setting_engW
[]
=
{
'R'
,
'e'
,
'g'
,
'i'
,
'o'
,
'n'
,
'a'
,
'l'
,
' '
,
'S'
,
'e'
,
't'
,
't'
,
'i'
,
'n'
,
'g'
,
0
};
static
const
WCHAR
languages_fmtW
[]
=
{
'%'
,
's'
,
' '
,
'('
,
'%'
,
's'
,
':'
,
' '
,
'%'
,
's'
,
')'
,
0
};
static
const
WCHAR
szLanguagesLocalized
[]
=
{
's'
,
'z'
,
'L'
,
'a'
,
'n'
,
'g'
,
'u'
,
'a'
,
'g'
,
'e'
,
's'
,
'L'
,
'o'
,
'c'
,
'a'
,
'l'
,
'i'
,
'z'
,
'e'
,
'd'
,
0
};
static
const
WCHAR
szLanguagesEnglish
[]
=
{
's'
,
'z'
,
'L'
,
'a'
,
'n'
,
'g'
,
'u'
,
'a'
,
'g'
,
'e'
,
's'
,
'E'
,
'n'
,
'g'
,
'l'
,
'i'
,
's'
,
'h'
,
0
};
WCHAR
system_lang
[
80
],
regional_setting
[
100
],
user_lang
[
80
],
language_str
[
300
];
HRESULT
hr
;
/* szLanguagesLocalized */
GetLocaleInfoW
(
LOCALE_SYSTEM_DEFAULT
,
LOCALE_SNATIVELANGNAME
,
system_lang
,
sizeof
(
system_lang
)
/
sizeof
(
WCHAR
));
LoadStringW
(
dxdiagn_instance
,
IDS_REGIONAL_SETTING
,
regional_setting
,
sizeof
(
regional_setting
)
/
sizeof
(
WCHAR
));
GetLocaleInfoW
(
LOCALE_USER_DEFAULT
,
LOCALE_SNATIVELANGNAME
,
user_lang
,
sizeof
(
user_lang
)
/
sizeof
(
WCHAR
));
snprintfW
(
language_str
,
sizeof
(
language_str
)
/
sizeof
(
WCHAR
),
languages_fmtW
,
system_lang
,
regional_setting
,
user_lang
);
hr
=
add_bstr_property
(
node
,
szLanguagesLocalized
,
language_str
);
if
(
FAILED
(
hr
))
return
hr
;
/* szLanguagesEnglish */
GetLocaleInfoW
(
LOCALE_SYSTEM_DEFAULT
,
LOCALE_SENGLANGUAGE
,
system_lang
,
sizeof
(
system_lang
)
/
sizeof
(
WCHAR
));
GetLocaleInfoW
(
LOCALE_USER_DEFAULT
,
LOCALE_SENGLANGUAGE
,
user_lang
,
sizeof
(
user_lang
)
/
sizeof
(
WCHAR
));
snprintfW
(
language_str
,
sizeof
(
language_str
)
/
sizeof
(
WCHAR
),
languages_fmtW
,
system_lang
,
regional_setting_engW
,
user_lang
);
hr
=
add_bstr_property
(
node
,
szLanguagesEnglish
,
language_str
);
if
(
FAILED
(
hr
))
return
hr
;
return
S_OK
;
}
static
HRESULT
build_systeminfo_tree
(
IDxDiagContainerImpl_Container
*
node
)
{
static
const
WCHAR
dwDirectXVersionMajor
[]
=
{
'd'
,
'w'
,
'D'
,
'i'
,
'r'
,
'e'
,
'c'
,
't'
,
'X'
,
'V'
,
'e'
,
'r'
,
's'
,
'i'
,
'o'
,
'n'
,
'M'
,
'a'
,
'j'
,
'o'
,
'r'
,
0
};
...
...
@@ -455,6 +489,10 @@ static HRESULT build_systeminfo_tree(IDxDiagContainerImpl_Container *node)
if
(
FAILED
(
hr
))
return
hr
;
hr
=
fill_language_information
(
node
);
if
(
FAILED
(
hr
))
return
hr
;
return
S_OK
;
}
...
...
dlls/dxdiagn/resource.h
0 → 100644
View file @
f9c8e465
/*
* Resource identifiers for dxdiagn
*
* Copyright 2011 Andrew Nguyen
*
* 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 <windef.h>
#define IDS_REGIONAL_SETTING 1
po/ar.po
View file @
f9c8e465
...
...
@@ -1968,6 +1968,10 @@ msgstr ""
msgid "Default MidiOut Device"
msgstr ""
#: dxdiagn.rc:25
msgid "Regional Setting"
msgstr ""
#: hhctrl.rc:67 hhctrl.rc:47 wordpad.rc:155
msgid "Options"
msgstr ""
...
...
po/bg.po
View file @
f9c8e465
...
...
@@ -1977,6 +1977,11 @@ msgstr ""
msgid "Default MidiOut Device"
msgstr ""
#: dxdiagn.rc:25
#, fuzzy
msgid "Regional Setting"
msgstr "Default Settings"
#: hhctrl.rc:67 hhctrl.rc:47 wordpad.rc:155
msgid "Options"
msgstr ""
...
...
po/ca.po
View file @
f9c8e465
...
...
@@ -1944,6 +1944,10 @@ msgstr ""
msgid "Default MidiOut Device"
msgstr ""
#: dxdiagn.rc:25
msgid "Regional Setting"
msgstr ""
#: hhctrl.rc:67 hhctrl.rc:47 wordpad.rc:155
msgid "Options"
msgstr ""
...
...
po/cs.po
View file @
f9c8e465
...
...
@@ -2022,6 +2022,11 @@ msgstr "Standardní zařízení WaveOut"
msgid "Default MidiOut Device"
msgstr "Standardní zařízení MidiOut"
#: dxdiagn.rc:25
#, fuzzy
msgid "Regional Setting"
msgstr "Standardní nastavení"
#: hhctrl.rc:67 hhctrl.rc:47 wordpad.rc:155
msgid "Options"
msgstr "Volby"
...
...
po/da.po
View file @
f9c8e465
...
...
@@ -2027,6 +2027,11 @@ msgstr "Standard WaveOut Enhed"
msgid "Default MidiOut Device"
msgstr "Standard MidiOut Enhed"
#: dxdiagn.rc:25
#, fuzzy
msgid "Regional Setting"
msgstr "Standard indstillinger"
#: hhctrl.rc:67 hhctrl.rc:47 wordpad.rc:155
#, fuzzy
msgid "Options"
...
...
po/de.po
View file @
f9c8e465
...
...
@@ -2024,6 +2024,11 @@ msgstr "Standard WaveOut - Gerät"
msgid "Default MidiOut Device"
msgstr "Standard MidiOut - Gerät"
#: dxdiagn.rc:25
#, fuzzy
msgid "Regional Setting"
msgstr "Standardeinstellungen"
#: hhctrl.rc:67 hhctrl.rc:47 wordpad.rc:155
msgid "Options"
msgstr "Einstellungen"
...
...
po/el.po
View file @
f9c8e465
...
...
@@ -1967,6 +1967,10 @@ msgstr ""
msgid "Default MidiOut Device"
msgstr ""
#: dxdiagn.rc:25
msgid "Regional Setting"
msgstr ""
#: hhctrl.rc:67 hhctrl.rc:47 wordpad.rc:155
msgid "Options"
msgstr "Επιλογές"
...
...
po/en.po
View file @
f9c8e465
...
...
@@ -1946,6 +1946,10 @@ msgstr "Default WaveOut Device"
msgid "Default MidiOut Device"
msgstr "Default MidiOut Device"
#: dxdiagn.rc:25
msgid "Regional Setting"
msgstr "Regional Setting"
#: hhctrl.rc:67 hhctrl.rc:47 wordpad.rc:155
msgid "Options"
msgstr "Options"
...
...
po/en_US.po
View file @
f9c8e465
...
...
@@ -2010,6 +2010,10 @@ msgstr "Default WaveOut Device"
msgid "Default MidiOut Device"
msgstr "Default MidiOut Device"
#: dxdiagn.rc:25
msgid "Regional Setting"
msgstr "Regional Setting"
#: hhctrl.rc:67 hhctrl.rc:47 wordpad.rc:155
msgid "Options"
msgstr "Options"
...
...
po/eo.po
View file @
f9c8e465
...
...
@@ -1987,6 +1987,11 @@ msgstr ""
msgid "Default MidiOut Device"
msgstr ""
#: dxdiagn.rc:25
#, fuzzy
msgid "Regional Setting"
msgstr "Defaýltaj Agordoj"
#: hhctrl.rc:67 hhctrl.rc:47 wordpad.rc:155
msgid "Options"
msgstr ""
...
...
po/es.po
View file @
f9c8e465
...
...
@@ -2017,6 +2017,11 @@ msgstr "Dispositivo WaveOut por defecto"
msgid "Default MidiOut Device"
msgstr "Dispositivo MidiOut por defecto"
#: dxdiagn.rc:25
#, fuzzy
msgid "Regional Setting"
msgstr "Configuración por defecto"
#: hhctrl.rc:67 hhctrl.rc:47 wordpad.rc:155
msgid "Options"
msgstr "Opciones"
...
...
po/fa.po
View file @
f9c8e465
...
...
@@ -1968,6 +1968,10 @@ msgstr ""
msgid "Default MidiOut Device"
msgstr ""
#: dxdiagn.rc:25
msgid "Regional Setting"
msgstr ""
#: hhctrl.rc:67 hhctrl.rc:47 wordpad.rc:155
msgid "Options"
msgstr ""
...
...
po/fi.po
View file @
f9c8e465
...
...
@@ -1983,6 +1983,11 @@ msgstr ""
msgid "Default MidiOut Device"
msgstr ""
#: dxdiagn.rc:25
#, fuzzy
msgid "Regional Setting"
msgstr "Default Settings"
#: hhctrl.rc:67 hhctrl.rc:47 wordpad.rc:155
msgid "Options"
msgstr "Valinnat"
...
...
po/fr.po
View file @
f9c8e465
...
...
@@ -2024,6 +2024,11 @@ msgstr "Périphérique WaveOut par défaut"
msgid "Default MidiOut Device"
msgstr "Périphérique MidiOut par défaut"
#: dxdiagn.rc:25
#, fuzzy
msgid "Regional Setting"
msgstr "Paramètres par défaut"
#: hhctrl.rc:67 hhctrl.rc:47 wordpad.rc:155
msgid "Options"
msgstr "Options"
...
...
po/he.po
View file @
f9c8e465
...
...
@@ -1976,6 +1976,11 @@ msgstr "התקן ה־WaveOut כבררת מחדל"
msgid "Default MidiOut Device"
msgstr "התקן ה־MidiOut כבררת מחדל"
#: dxdiagn.rc:25
#, fuzzy
msgid "Regional Setting"
msgstr "תצורה - הגדרות בררת המחדל"
#: hhctrl.rc:67 hhctrl.rc:47 wordpad.rc:155
msgid "Options"
msgstr "אפשרויות"
...
...
po/hi.po
View file @
f9c8e465
...
...
@@ -1948,6 +1948,10 @@ msgstr ""
msgid "Default MidiOut Device"
msgstr ""
#: dxdiagn.rc:25
msgid "Regional Setting"
msgstr ""
#: hhctrl.rc:67 hhctrl.rc:47 wordpad.rc:155
msgid "Options"
msgstr ""
...
...
po/hu.po
View file @
f9c8e465
...
...
@@ -2039,6 +2039,11 @@ msgstr "Alapértelmezett WaveOut eszköz"
msgid "Default MidiOut Device"
msgstr "Alapértelmezett MidiOut eszköz"
#: dxdiagn.rc:25
#, fuzzy
msgid "Regional Setting"
msgstr "Default Settings"
#: hhctrl.rc:67 hhctrl.rc:47 wordpad.rc:155
msgid "Options"
msgstr "Opciók"
...
...
po/it.po
View file @
f9c8e465
...
...
@@ -2114,6 +2114,11 @@ msgstr "Dispositivo WaveOut predefinito"
msgid "Default MidiOut Device"
msgstr "Dispositivo MidiOut predefinito"
#: dxdiagn.rc:25
#, fuzzy
msgid "Regional Setting"
msgstr "Impostazioni predefinite"
#: hhctrl.rc:67 hhctrl.rc:47 wordpad.rc:155
msgid "Options"
msgstr "Opzioni"
...
...
po/ja.po
View file @
f9c8e465
...
...
@@ -2004,6 +2004,11 @@ msgstr "デフォルト WaveOut デバイス"
msgid "Default MidiOut Device"
msgstr "デフォルト MidiOut デバイス"
#: dxdiagn.rc:25
#, fuzzy
msgid "Regional Setting"
msgstr "既定の設定"
#: hhctrl.rc:67 hhctrl.rc:47 wordpad.rc:155
msgid "Options"
msgstr "オプション"
...
...
po/ko.po
View file @
f9c8e465
...
...
@@ -2005,6 +2005,11 @@ msgstr "기본 웨이브 출력 장치"
msgid "Default MidiOut Device"
msgstr "기본 미디출력 장치"
#: dxdiagn.rc:25
#, fuzzy
msgid "Regional Setting"
msgstr "기본 설정"
#: hhctrl.rc:67 hhctrl.rc:47 wordpad.rc:155
msgid "Options"
msgstr "옵션"
...
...
po/lt.po
View file @
f9c8e465
...
...
@@ -2015,6 +2015,11 @@ msgstr "Numatytasis WaveOut įrenginys"
msgid "Default MidiOut Device"
msgstr "Numatytasis MidiOut įrenginys"
#: dxdiagn.rc:25
#, fuzzy
msgid "Regional Setting"
msgstr "Numatytosios nuostatos"
#: hhctrl.rc:67 hhctrl.rc:47 wordpad.rc:155
msgid "Options"
msgstr "Parinktys"
...
...
po/ml.po
View file @
f9c8e465
...
...
@@ -1948,6 +1948,10 @@ msgstr ""
msgid "Default MidiOut Device"
msgstr ""
#: dxdiagn.rc:25
msgid "Regional Setting"
msgstr ""
#: hhctrl.rc:67 hhctrl.rc:47 wordpad.rc:155
msgid "Options"
msgstr ""
...
...
po/nb_NO.po
View file @
f9c8e465
...
...
@@ -2101,6 +2101,11 @@ msgstr "Standard enhet for lydavspilling"
msgid "Default MidiOut Device"
msgstr "Standard enhet for MIDI-avspilling"
#: dxdiagn.rc:25
#, fuzzy
msgid "Regional Setting"
msgstr "Globale innstillinger"
#: hhctrl.rc:67 hhctrl.rc:47 wordpad.rc:155
#, fuzzy
msgid "Options"
...
...
po/nl.po
View file @
f9c8e465
...
...
@@ -2018,6 +2018,11 @@ msgstr "Standaardapparaat WaveOut"
msgid "Default MidiOut Device"
msgstr "Standaardapparaat MidiOut"
#: dxdiagn.rc:25
#, fuzzy
msgid "Regional Setting"
msgstr "Standaardinstellingen"
#: hhctrl.rc:67 hhctrl.rc:47 wordpad.rc:155
msgid "Options"
msgstr "Instellingen"
...
...
po/or.po
View file @
f9c8e465
...
...
@@ -1948,6 +1948,10 @@ msgstr ""
msgid "Default MidiOut Device"
msgstr ""
#: dxdiagn.rc:25
msgid "Regional Setting"
msgstr ""
#: hhctrl.rc:67 hhctrl.rc:47 wordpad.rc:155
msgid "Options"
msgstr ""
...
...
po/pa.po
View file @
f9c8e465
...
...
@@ -1948,6 +1948,10 @@ msgstr ""
msgid "Default MidiOut Device"
msgstr ""
#: dxdiagn.rc:25
msgid "Regional Setting"
msgstr ""
#: hhctrl.rc:67 hhctrl.rc:47 wordpad.rc:155
msgid "Options"
msgstr ""
...
...
po/pl.po
View file @
f9c8e465
...
...
@@ -2014,6 +2014,11 @@ msgstr "Standardowe urządzenie WaveOut"
msgid "Default MidiOut Device"
msgstr "Standardowe urządzenie Device"
#: dxdiagn.rc:25
#, fuzzy
msgid "Regional Setting"
msgstr "Ustawienia standardowe"
#: hhctrl.rc:67 hhctrl.rc:47 wordpad.rc:155
msgid "Options"
msgstr "Opcje"
...
...
po/pt_BR.po
View file @
f9c8e465
...
...
@@ -2098,6 +2098,11 @@ msgstr "Dispositivo padrão WaveOut"
msgid "Default MidiOut Device"
msgstr "Dispositivo padrão MidiOut"
#: dxdiagn.rc:25
#, fuzzy
msgid "Regional Setting"
msgstr "Configurações Padrão"
#: hhctrl.rc:67 hhctrl.rc:47 wordpad.rc:155
msgid "Options"
msgstr "Opções"
...
...
po/pt_PT.po
View file @
f9c8e465
...
...
@@ -2112,6 +2112,11 @@ msgstr "Dispositivo padrão WaveOut"
msgid "Default MidiOut Device"
msgstr "Dispositivo padrão MidiOut"
#: dxdiagn.rc:25
#, fuzzy
msgid "Regional Setting"
msgstr "Definições Predefinidas"
#: hhctrl.rc:67 hhctrl.rc:47 wordpad.rc:155
msgid "Options"
msgstr "Opções"
...
...
po/rm.po
View file @
f9c8e465
...
...
@@ -1960,6 +1960,11 @@ msgstr ""
msgid "Default MidiOut Device"
msgstr ""
#: dxdiagn.rc:25
#, fuzzy
msgid "Regional Setting"
msgstr "Default"
#: hhctrl.rc:67 hhctrl.rc:47 wordpad.rc:155
#, fuzzy
msgid "Options"
...
...
po/ro.po
View file @
f9c8e465
...
...
@@ -2157,6 +2157,11 @@ msgstr "Dispozitiv WaveOut implicit"
msgid "Default MidiOut Device"
msgstr "Dispozitiv MidiOut implicit"
#: dxdiagn.rc:25
#, fuzzy
msgid "Regional Setting"
msgstr "Setări implicite"
#: hhctrl.rc:67 hhctrl.rc:47 wordpad.rc:155
msgid "Options"
msgstr "Opțiuni"
...
...
po/ru.po
View file @
f9c8e465
...
...
@@ -2007,6 +2007,11 @@ msgstr "Звуковое устройство вывода по умолчани
msgid "Default MidiOut Device"
msgstr "Устройство вывода MIDI по умолчанию"
#: dxdiagn.rc:25
#, fuzzy
msgid "Regional Setting"
msgstr "Установки по умолчанию"
#: hhctrl.rc:67 hhctrl.rc:47 wordpad.rc:155
msgid "Options"
msgstr "Настройки"
...
...
po/sk.po
View file @
f9c8e465
...
...
@@ -1968,6 +1968,11 @@ msgstr ""
msgid "Default MidiOut Device"
msgstr ""
#: dxdiagn.rc:25
#, fuzzy
msgid "Regional Setting"
msgstr "Default"
#: hhctrl.rc:67 hhctrl.rc:47 wordpad.rc:155
msgid "Options"
msgstr ""
...
...
po/sl.po
View file @
f9c8e465
...
...
@@ -2019,6 +2019,11 @@ msgstr "Privzeta WaveOut naprava"
msgid "Default MidiOut Device"
msgstr "Privzeta MidiOut naprava"
#: dxdiagn.rc:25
#, fuzzy
msgid "Regional Setting"
msgstr "Privzete (sistemske) nastavitve"
#: hhctrl.rc:67 hhctrl.rc:47 wordpad.rc:155
msgid "Options"
msgstr "Možnosti"
...
...
po/sr_RS@cyrillic.po
View file @
f9c8e465
...
...
@@ -1996,6 +1996,11 @@ msgstr "Подразумевани WaveOut уређај"
msgid "Default MidiOut Device"
msgstr "Подразумевани MidiOut уређај"
#: dxdiagn.rc:25
#, fuzzy
msgid "Regional Setting"
msgstr "Поставке интернета"
#: hhctrl.rc:67 hhctrl.rc:47 wordpad.rc:155
msgid "Options"
msgstr "Опције"
...
...
po/sr_RS@latin.po
View file @
f9c8e465
...
...
@@ -2020,6 +2020,11 @@ msgstr "Podrazumevani WaveOut uređaj"
msgid "Default MidiOut Device"
msgstr "Podrazumevani MidiOut uređaj"
#: dxdiagn.rc:25
#, fuzzy
msgid "Regional Setting"
msgstr "Osnovno podešavanje"
#: hhctrl.rc:67 hhctrl.rc:47 wordpad.rc:155
msgid "Options"
msgstr "Opcije"
...
...
po/sv.po
View file @
f9c8e465
...
...
@@ -2010,6 +2010,11 @@ msgstr "Förvald WaveOut-enhet"
msgid "Default MidiOut Device"
msgstr "Förvald MidiOut-enhet"
#: dxdiagn.rc:25
#, fuzzy
msgid "Regional Setting"
msgstr "Standardinställningar"
#: hhctrl.rc:67 hhctrl.rc:47 wordpad.rc:155
msgid "Options"
msgstr "Alternativ"
...
...
po/te.po
View file @
f9c8e465
...
...
@@ -1948,6 +1948,10 @@ msgstr ""
msgid "Default MidiOut Device"
msgstr ""
#: dxdiagn.rc:25
msgid "Regional Setting"
msgstr ""
#: hhctrl.rc:67 hhctrl.rc:47 wordpad.rc:155
msgid "Options"
msgstr ""
...
...
po/th.po
View file @
f9c8e465
...
...
@@ -1967,6 +1967,10 @@ msgstr ""
msgid "Default MidiOut Device"
msgstr ""
#: dxdiagn.rc:25
msgid "Regional Setting"
msgstr ""
#: hhctrl.rc:67 hhctrl.rc:47 wordpad.rc:155
msgid "Options"
msgstr ""
...
...
po/tr.po
View file @
f9c8e465
...
...
@@ -2007,6 +2007,11 @@ msgstr ""
msgid "Default MidiOut Device"
msgstr ""
#: dxdiagn.rc:25
#, fuzzy
msgid "Regional Setting"
msgstr "Öntanımlı Ayarlar"
#: hhctrl.rc:67 hhctrl.rc:47 wordpad.rc:155
msgid "Options"
msgstr "Seçenekler"
...
...
po/uk.po
View file @
f9c8e465
...
...
@@ -2011,6 +2011,11 @@ msgstr "Звуковий пристрій виводу по замовчуван
msgid "Default MidiOut Device"
msgstr "Пристрій виводу Midi по замовчуванні"
#: dxdiagn.rc:25
#, fuzzy
msgid "Regional Setting"
msgstr "Стандартні налаштування"
#: hhctrl.rc:67 hhctrl.rc:47 wordpad.rc:155
msgid "Options"
msgstr "Параметри"
...
...
po/wa.po
View file @
f9c8e465
...
...
@@ -1974,6 +1974,11 @@ msgstr ""
msgid "Default MidiOut Device"
msgstr ""
#: dxdiagn.rc:25
#, fuzzy
msgid "Regional Setting"
msgstr "Default"
#: hhctrl.rc:67 hhctrl.rc:47 wordpad.rc:155
msgid "Options"
msgstr ""
...
...
po/wine.pot
View file @
f9c8e465
...
...
@@ -1941,6 +1941,10 @@ msgstr ""
msgid "Default MidiOut Device"
msgstr ""
#: dxdiagn.rc:25
msgid "Regional Setting"
msgstr ""
#: hhctrl.rc:67 hhctrl.rc:47 wordpad.rc:155
msgid "Options"
msgstr ""
...
...
po/zh_CN.po
View file @
f9c8e465
...
...
@@ -1987,6 +1987,11 @@ msgstr ""
msgid "Default MidiOut Device"
msgstr ""
#: dxdiagn.rc:25
#, fuzzy
msgid "Regional Setting"
msgstr "默认设置"
#: hhctrl.rc:67 hhctrl.rc:47 wordpad.rc:155
msgid "Options"
msgstr "选项"
...
...
po/zh_TW.po
View file @
f9c8e465
...
...
@@ -1998,6 +1998,11 @@ msgstr ""
msgid "Default MidiOut Device"
msgstr ""
#: dxdiagn.rc:25
#, fuzzy
msgid "Regional Setting"
msgstr "預設設定"
#: hhctrl.rc:67 hhctrl.rc:47 wordpad.rc:155
msgid "Options"
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