mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 05:43:30 +00:00
451afd1750
- Italian translations and various fixes to Magnify (fixes part of bug #3241 as well) Changes by me: - Shorten the german dialog string a bit, so that it won't be truncated. Strings for Static controls can only be 256 characters long. A french translator should change the text as well, because it's longer than 256 characters. See issue #3245 for more details. svn path=/trunk/; revision=33513
13 lines
294 B
Text
13 lines
294 B
Text
#include <windows.h>
|
|
#include "resource.h"
|
|
|
|
#include "lang/bg-BG.rc"
|
|
#include "lang/en-US.rc"
|
|
#include "lang/es-ES.rc"
|
|
#include "lang/de-DE.rc"
|
|
#include "lang/fr-FR.rc"
|
|
#include "lang/it-IT.rc"
|
|
#include "lang/pl-PL.rc"
|
|
#include "lang/ru-RU.rc"
|
|
#include "lang/sk-SK.rc"
|
|
#include "lang/uk-UA.rc"
|