mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
Use separate directory for language-specific files.
svn path=/trunk/; revision=26288
This commit is contained in:
parent
b594d9eacb
commit
871e05ab78
28 changed files with 26 additions and 26 deletions
|
@ -16,20 +16,20 @@ IDI_MAIN ICON "res/reactos.ico"
|
|||
|
||||
|
||||
/* Language-specific resources */
|
||||
#include "cs-CZ.rc"
|
||||
#include "de-DE.rc"
|
||||
#include "en-US.rc"
|
||||
#include "fi-FI.rc"
|
||||
#include "fr-FR.rc"
|
||||
#include "hu-HU.rc"
|
||||
#include "id-ID.rc"
|
||||
#include "it-IT.rc"
|
||||
#include "ja-JP.rc"
|
||||
#include "nl-NL.rc"
|
||||
#include "nb-NO.rc"
|
||||
#include "ru-RU.rc"
|
||||
#include "sv-SE.rc"
|
||||
#include "th-TH.rc"
|
||||
#include "uk-UA.rc"
|
||||
#include "lang/cs-CZ.rc"
|
||||
#include "lang/de-DE.rc"
|
||||
#include "lang/en-US.rc"
|
||||
#include "lang/fi-FI.rc"
|
||||
#include "lang/fr-FR.rc"
|
||||
#include "lang/hu-HU.rc"
|
||||
#include "lang/id-ID.rc"
|
||||
#include "lang/it-IT.rc"
|
||||
#include "lang/ja-JP.rc"
|
||||
#include "lang/nl-NL.rc"
|
||||
#include "lang/nb-NO.rc"
|
||||
#include "lang/ru-RU.rc"
|
||||
#include "lang/sv-SE.rc"
|
||||
#include "lang/th-TH.rc"
|
||||
#include "lang/uk-UA.rc"
|
||||
|
||||
/* EOF */
|
||||
|
|
|
@ -8,17 +8,17 @@
|
|||
#define REACTOS_STR_LEGAL_COPYRIGHT "Copyright (C) 1998-2006 Eric Kohl and others\0"
|
||||
|
||||
#include <reactos/version.rc>
|
||||
#include "de-DE.rc"
|
||||
#include "en-US.rc"
|
||||
#include "es-ES.rc"
|
||||
#include "fr-FR.rc"
|
||||
#include "hu-HU.rc"
|
||||
#include "id-ID.rc"
|
||||
#include "it-IT.rc"
|
||||
#include "ja-JP.rc"
|
||||
#include "nb-NO.rc"
|
||||
#include "ru-RU.rc"
|
||||
#include "uk-UA.rc"
|
||||
#include "lang/de-DE.rc"
|
||||
#include "lang/en-US.rc"
|
||||
#include "lang/es-ES.rc"
|
||||
#include "lang/fr-FR.rc"
|
||||
#include "lang/hu-HU.rc"
|
||||
#include "lang/id-ID.rc"
|
||||
#include "lang/it-IT.rc"
|
||||
#include "lang/ja-JP.rc"
|
||||
#include "lang/nb-NO.rc"
|
||||
#include "lang/ru-RU.rc"
|
||||
#include "lang/uk-UA.rc"
|
||||
|
||||
STRINGTABLE DISCARDABLE
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue