Skip to content

Commit

Permalink
import & README
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchen committed Nov 21, 2019
1 parent af9de22 commit 9f7ea14
Show file tree
Hide file tree
Showing 201 changed files with 35,812 additions and 35,319 deletions.
2 changes: 2 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ko_fi: tomchen
patreon: tomchen
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# eMule Misc

Inactive semi-archived. Imported from three Google Code projects:

[emule-mods-chinese-translation](https://code.google.com/archive/p/emule-mods-chinese-translation/). Check out the [download page](https://code.google.com/archive/p/emule-mods-chinese-translation/downloads) for the files not imported here.

[emule-edit](https://code.google.com/archive/p/emule-edit/). Check out the [download page](https://code.google.com/archive/p/emule-edit/downloads) for the files not imported here.

[emule-skin](https://code.google.com/archive/p/emule-skin/). Fully imported here.

Maintained by [eMuleFans.com](https://emulefans.com/) / [@tomchen](https://github.com/tomchen) and others.
File renamed without changes.
File renamed without changes.
100 changes: 50 additions & 50 deletions magicangel-zh_cn/lang.rc2 → emule-mods-zh/magicangel-zh_cn/lang.rc2
Original file line number Diff line number Diff line change
@@ -1,50 +1,50 @@
//
// lang.RC2 - Ressourcen, die Microsoft Visual C++ nicht direkt bearbeitet
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
// F�gen Sie hier manuell bearbeitete Ressourcen hinzu...
/////////////////////////////////////////////////////////////////////////////
//
// Version
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION VERSION_MJR,VERSION_MIN,VERSION_UPDATE,VERSION_BUILD
PRODUCTVERSION VERSION_MJR,VERSION_MIN,VERSION_UPDATE,VERSION_BUILD
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
#ifdef _DEBUG
FILEFLAGS VS_FF_DEBUG | VS_FF_PRIVATEBUILD | VS_FF_PRERELEASE
#else
FILEFLAGS 0x0L // final version
#endif
FILEOS VOS__WINDOWS32
FILETYPE VFT_DLL
FILESUBTYPE 0x0L // not used
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904B0" // Lang=US English, CharSet=Unicode
BEGIN
VALUE "CompanyName", "http://emulemorph.sourceforge.net"
VALUE "FileDescription", "eMule morph Language DLL"
VALUE "FileVersion", SZ_VERSION_NAME
VALUE "LegalCopyright", "Copyright � 2002-2006 Merkur - read license.txt for more infos"
VALUE "ProductName", "eMule"
VALUE "ProductVersion", SZ_VERSION_NAME
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x409, 1200 // Lang=US English, CharSet=Unicode
END
END
/////////////////////////////////////////////////////////////////////////////
//
// lang.RC2 - Ressourcen, die Microsoft Visual C++ nicht direkt bearbeitet
//

#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED


/////////////////////////////////////////////////////////////////////////////
// F�gen Sie hier manuell bearbeitete Ressourcen hinzu...

/////////////////////////////////////////////////////////////////////////////
//
// Version
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION VERSION_MJR,VERSION_MIN,VERSION_UPDATE,VERSION_BUILD
PRODUCTVERSION VERSION_MJR,VERSION_MIN,VERSION_UPDATE,VERSION_BUILD
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
#ifdef _DEBUG
FILEFLAGS VS_FF_DEBUG | VS_FF_PRIVATEBUILD | VS_FF_PRERELEASE
#else
FILEFLAGS 0x0L // final version
#endif

FILEOS VOS__WINDOWS32
FILETYPE VFT_DLL
FILESUBTYPE 0x0L // not used
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904B0" // Lang=US English, CharSet=Unicode
BEGIN
VALUE "CompanyName", "http://emulemorph.sourceforge.net"
VALUE "FileDescription", "eMule morph Language DLL"
VALUE "FileVersion", SZ_VERSION_NAME
VALUE "LegalCopyright", "Copyright � 2002-2006 Merkur - read license.txt for more infos"
VALUE "ProductName", "eMule"
VALUE "ProductVersion", SZ_VERSION_NAME
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x409, 1200 // Lang=US English, CharSet=Unicode
END
END

/////////////////////////////////////////////////////////////////////////////
30 changes: 15 additions & 15 deletions scarangel-zh_cn/zh_CN.h → emule-mods-zh/magicangel-zh_cn/zh_CN.h
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by zh_CN.rc
//

// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 101
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1001
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by zh_CN.rc
//

// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 101
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1001
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
Loading

0 comments on commit 9f7ea14

Please sign in to comment.