mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:05:41 +00:00
- Add german resources.
- Use SUBLANG_DEFAULT by default. - Fix control panel description. svn path=/trunk/; revision=18240
This commit is contained in:
parent
7a6054e30a
commit
5a455c2aa3
4 changed files with 11 additions and 3 deletions
7
reactos/lib/cpl/hdwwiz/De.rc
Normal file
7
reactos/lib/cpl/hdwwiz/De.rc
Normal file
|
@ -0,0 +1,7 @@
|
|||
LANGUAGE LANG_GERMAN, SUBLANG_DEFAULT
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
IDS_CPLNAME "Hardware"
|
||||
IDS_CPLDESCRIPTION "Installiert neue Hardwarekomponenten."
|
||||
END
|
|
@ -1,4 +1,4 @@
|
|||
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
||||
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
|
||||
LANGUAGE LANG_FRENCH, SUBLANG_DEFAULT
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
||||
|
||||
#define REACTOS_VERSION_DLL
|
||||
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Software Control Panel\0"
|
||||
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Hardware Control Panel\0"
|
||||
#define REACTOS_STR_INTERNAL_NAME "hdwwiz\0"
|
||||
#define REACTOS_STR_ORIGINAL_FILENAME "hdwwiz.cpl\0"
|
||||
|
||||
|
@ -17,5 +17,6 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
|||
|
||||
IDI_CPLICON ICON "resources/applet.ico"
|
||||
|
||||
#include "De.rc"
|
||||
#include "En.rc"
|
||||
#include "Fr.rc"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue