mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 06:05:48 +00:00
Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys.
This commit is contained in:
parent
b94e2d8ca0
commit
c2c66aff7d
24198 changed files with 0 additions and 37285 deletions
7
dll/win32/mycomput/CMakeLists.txt
Normal file
7
dll/win32/mycomput/CMakeLists.txt
Normal file
|
@ -0,0 +1,7 @@
|
|||
|
||||
add_library(mycomput SHARED
|
||||
mycomput.rc)
|
||||
|
||||
set_module_type(mycomput win32dll UNICODE ENTRYPOINT 0)
|
||||
|
||||
add_cd_file(TARGET mycomput DESTINATION reactos/system32 FOR all)
|
11
dll/win32/mycomput/lang/cs-CZ.rc
Normal file
11
dll/win32/mycomput/lang/cs-CZ.rc
Normal file
|
@ -0,0 +1,11 @@
|
|||
/* FILE: dll/win32/mycomput/lang/cs-CZ.rc
|
||||
* TRANSLATOR: Radek Liska aka Black_Fox (radekliska at gmail dot com)
|
||||
* UPDATED: 2015-04-12
|
||||
*/
|
||||
|
||||
LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
IDS_MANAGE "Spravovat"
|
||||
END
|
6
dll/win32/mycomput/lang/de-DE.rc
Normal file
6
dll/win32/mycomput/lang/de-DE.rc
Normal file
|
@ -0,0 +1,6 @@
|
|||
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
IDS_MANAGE "Verwalten"
|
||||
END
|
6
dll/win32/mycomput/lang/en-US.rc
Normal file
6
dll/win32/mycomput/lang/en-US.rc
Normal file
|
@ -0,0 +1,6 @@
|
|||
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
IDS_MANAGE "Manage"
|
||||
END
|
6
dll/win32/mycomput/lang/es-ES.rc
Normal file
6
dll/win32/mycomput/lang/es-ES.rc
Normal file
|
@ -0,0 +1,6 @@
|
|||
LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
IDS_MANAGE "Administrar"
|
||||
END
|
6
dll/win32/mycomput/lang/fr-FR.rc
Normal file
6
dll/win32/mycomput/lang/fr-FR.rc
Normal file
|
@ -0,0 +1,6 @@
|
|||
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
IDS_MANAGE "Administrer"
|
||||
END
|
6
dll/win32/mycomput/lang/it-IT.rc
Normal file
6
dll/win32/mycomput/lang/it-IT.rc
Normal file
|
@ -0,0 +1,6 @@
|
|||
LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
IDS_MANAGE "Gestione"
|
||||
END
|
6
dll/win32/mycomput/lang/ja-JP.rc
Normal file
6
dll/win32/mycomput/lang/ja-JP.rc
Normal file
|
@ -0,0 +1,6 @@
|
|||
LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
IDS_MANAGE "管理"
|
||||
END
|
6
dll/win32/mycomput/lang/pl-PL.rc
Normal file
6
dll/win32/mycomput/lang/pl-PL.rc
Normal file
|
@ -0,0 +1,6 @@
|
|||
LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
IDS_MANAGE "Zarządzaj"
|
||||
END
|
7
dll/win32/mycomput/lang/ro-RO.rc
Normal file
7
dll/win32/mycomput/lang/ro-RO.rc
Normal file
|
@ -0,0 +1,7 @@
|
|||
/* Transl. Ștefan Fulea (stefan dot fulea at mail dot md) */
|
||||
LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
IDS_MANAGE "Gestionează"
|
||||
END
|
8
dll/win32/mycomput/lang/ru-RU.rc
Normal file
8
dll/win32/mycomput/lang/ru-RU.rc
Normal file
|
@ -0,0 +1,8 @@
|
|||
/* Russian language resource file by Kudratov Olimjon (olim98@bk.ru) */
|
||||
|
||||
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
IDS_MANAGE "Управление"
|
||||
END
|
6
dll/win32/mycomput/lang/sv-SE.rc
Normal file
6
dll/win32/mycomput/lang/sv-SE.rc
Normal file
|
@ -0,0 +1,6 @@
|
|||
LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
IDS_MANAGE "Hantera"
|
||||
END
|
8
dll/win32/mycomput/lang/tr-TR.rc
Normal file
8
dll/win32/mycomput/lang/tr-TR.rc
Normal file
|
@ -0,0 +1,8 @@
|
|||
/* TRANSLATOR: 2015 Erdem Ersoy (eersoy93) (erdemersoy@live.com) */
|
||||
|
||||
LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
IDS_MANAGE "Yönet"
|
||||
END
|
8
dll/win32/mycomput/lang/zh-CN.rc
Normal file
8
dll/win32/mycomput/lang/zh-CN.rc
Normal file
|
@ -0,0 +1,8 @@
|
|||
/* Simplified Chinese translation by Henry Tang Ih 2015 (henrytang2@hotmail.com) */
|
||||
|
||||
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
IDS_MANAGE "管理"
|
||||
END
|
8
dll/win32/mycomput/lang/zh-TW.rc
Normal file
8
dll/win32/mycomput/lang/zh-TW.rc
Normal file
|
@ -0,0 +1,8 @@
|
|||
/* Traditional Chinese translation by Henry Tang Ih 2016 (henrytang2@hotmail.com) */
|
||||
|
||||
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
IDS_MANAGE "管理"
|
||||
END
|
53
dll/win32/mycomput/mycomput.rc
Normal file
53
dll/win32/mycomput/mycomput.rc
Normal file
|
@ -0,0 +1,53 @@
|
|||
#include <windef.h>
|
||||
#include <winuser.h>
|
||||
|
||||
#include "resource.h"
|
||||
|
||||
|
||||
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
||||
|
||||
/* UTF-8 */
|
||||
#pragma code_page(65001)
|
||||
|
||||
#ifdef LANGUAGE_CS_CZ
|
||||
#include "lang/cs-CZ.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_DE_DE
|
||||
#include "lang/de-DE.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_EN_US
|
||||
#include "lang/en-US.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_ES_ES
|
||||
#include "lang/es-ES.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_FR_FR
|
||||
#include "lang/fr-FR.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_IT_IT
|
||||
#include "lang/it-IT.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_JA_JP
|
||||
#include "lang/ja-JP.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_PL_PL
|
||||
#include "lang/pl-PL.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_RO_RO
|
||||
#include "lang/ro-RO.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_RU_RU
|
||||
#include "lang/ru-RU.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_SV_SE
|
||||
#include "lang/sv-SE.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_TR_TR
|
||||
#include "lang/tr-TR.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_ZH_CN
|
||||
#include "lang/zh-CN.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_ZH_TW
|
||||
#include "lang/zh-TW.rc"
|
||||
#endif
|
3
dll/win32/mycomput/resource.h
Normal file
3
dll/win32/mycomput/resource.h
Normal file
|
@ -0,0 +1,3 @@
|
|||
#pragma once
|
||||
|
||||
#define IDS_MANAGE 400
|
Loading…
Add table
Add a link
Reference in a new issue