mirror of
https://github.com/reactos/reactos.git
synced 2025-01-02 20:43:18 +00:00
[GETUNAME]: Translation update by Sergey Stopkin.
CORE-13222 #resolve svn path=/trunk/; revision=75335
This commit is contained in:
parent
00d7ab957b
commit
41f2eb6c3e
8 changed files with 250325 additions and 49349 deletions
|
@ -1,20 +1,32 @@
|
|||
#include <windef.h>
|
||||
|
||||
#define REACTOS_VERSION_DLL
|
||||
#define REACTOS_STR_FILE_DESCRIPTION "Unicode name DLL"
|
||||
#define REACTOS_STR_INTERNAL_NAME "getuname"
|
||||
#define REACTOS_STR_ORIGINAL_FILENAME "getuname.dll"
|
||||
#define REACTOS_STR_FILE_DESCRIPTION "Unicode name DLL"
|
||||
#define REACTOS_STR_INTERNAL_NAME "getuname"
|
||||
#define REACTOS_STR_ORIGINAL_FILENAME "getuname.dll"
|
||||
#include <reactos/version.rc>
|
||||
|
||||
/* UTF-8 */
|
||||
#pragma code_page(65001)
|
||||
|
||||
#ifdef LANGUAGE_DE_DE
|
||||
#include "lang/de-DE.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_EN_US
|
||||
#include "lang/en-US.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_FR_FR
|
||||
#include "lang/fr-FR.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_RO_RO
|
||||
#include "lang/ro-RO.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_RU_RU
|
||||
#include "lang/ru-RU.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_SQ_AL
|
||||
#include "lang/sq-AL.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_ZH_CN
|
||||
#include "lang/zh-CN.rc"
|
||||
#endif
|
||||
|
|
37978
reactos/dll/win32/getuname/lang/de-DE.rc
Normal file
37978
reactos/dll/win32/getuname/lang/de-DE.rc
Normal file
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
37978
reactos/dll/win32/getuname/lang/fr-FR.rc
Normal file
37978
reactos/dll/win32/getuname/lang/fr-FR.rc
Normal file
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
37978
reactos/dll/win32/getuname/lang/ru-RU.rc
Normal file
37978
reactos/dll/win32/getuname/lang/ru-RU.rc
Normal file
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
65548
reactos/dll/win32/getuname/lang/zh-CN.rc
Normal file
65548
reactos/dll/win32/getuname/lang/zh-CN.rc
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue