mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 00:34:39 +00:00
e3ea6fc396
Add localization to ctm svn path=/trunk/; revision=13057
13 lines
347 B
Text
13 lines
347 B
Text
/* $Id$ */
|
|
|
|
#include <defines.h>
|
|
#include "resource.h"
|
|
|
|
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Console Task Manager\0"
|
|
#define REACTOS_STR_INTERNAL_NAME "ctm\0"
|
|
#define REACTOS_STR_ORIGINAL_FILENAME "ctm.exe\0"
|
|
#define REACTOS_STR_ORIGINAL_COPYRIGHT "2003, Aleksey Bragin\0"
|
|
#include <reactos/version.rc>
|
|
|
|
#include "En.rc"
|
|
#include "Fr.rc"
|