mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 07:00:19 +00:00
771911b3ab
- More russian translations, this time in rosapps. svn path=/trunk/; revision=27422
23 lines
446 B
Text
23 lines
446 B
Text
|
|
#include <windows.h>
|
|
#include "resource.h"
|
|
|
|
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Package Manager\0"
|
|
#define REACTOS_STR_INTERNAL_NAME "packmgr\0"
|
|
#define REACTOS_STR_ORIGINAL_FILENAME "packmgr.exe\0"
|
|
|
|
#include <reactos/version.rc>
|
|
|
|
/* For all langs */
|
|
#include "generic.rc"
|
|
|
|
/* Language specific */
|
|
|
|
#include "cz.rc"
|
|
#include "de.rc"
|
|
#include "en.rc"
|
|
#include "es.rc"
|
|
#include "fr.rc"
|
|
#include "ru.rc"
|
|
|
|
/* EOF */
|