mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 15:10:53 +00:00
771911b3ab
- More russian translations, this time in rosapps. svn path=/trunk/; revision=27422
16 lines
398 B
Text
16 lines
398 B
Text
/* $Id$ */
|
|
|
|
#include <windows.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"
|
|
#include "De.rc"
|
|
#include "Gr.rc"
|
|
#include "Ru.rc"
|