mirror of
https://github.com/reactos/reactos.git
synced 2024-11-06 06:33:08 +00:00
847279d106
Czech translation of Package Manager (with minor corrections by myself). svn path=/trunk/; revision=14865
21 lines
410 B
Text
21 lines
410 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 "en.rc"
|
|
#include "cz.rc"
|
|
#include "de.rc"
|
|
#include "es.rc"
|
|
|
|
/* EOF */
|