From 461dca557f6e1382ed52207842eb2df86c566a9d Mon Sep 17 00:00:00 2001 From: Eric Kohl Date: Sun, 27 May 2007 15:37:33 +0000 Subject: [PATCH] Move language-specific files to the lang folder. svn path=/trunk/; revision=26925 --- reactos/boot/freeldr/fdebug/fdebug.rc | 20 ++++++++++---------- reactos/boot/freeldr/fdebug/{ => lang}/De.rc | 0 reactos/boot/freeldr/fdebug/{ => lang}/En.rc | 0 reactos/boot/freeldr/fdebug/{ => lang}/Fr.rc | 0 reactos/boot/freeldr/fdebug/{ => lang}/Hu.rc | 0 reactos/boot/freeldr/fdebug/{ => lang}/Id.rc | 0 reactos/boot/freeldr/fdebug/{ => lang}/It.rc | 0 reactos/boot/freeldr/fdebug/{ => lang}/Ja.rc | 0 reactos/boot/freeldr/fdebug/{ => lang}/No.rc | 0 reactos/boot/freeldr/fdebug/{ => lang}/Pl.rc | 0 reactos/boot/freeldr/fdebug/{ => lang}/Tr.rc | 0 11 files changed, 10 insertions(+), 10 deletions(-) rename reactos/boot/freeldr/fdebug/{ => lang}/De.rc (100%) rename reactos/boot/freeldr/fdebug/{ => lang}/En.rc (100%) rename reactos/boot/freeldr/fdebug/{ => lang}/Fr.rc (100%) rename reactos/boot/freeldr/fdebug/{ => lang}/Hu.rc (100%) rename reactos/boot/freeldr/fdebug/{ => lang}/Id.rc (100%) rename reactos/boot/freeldr/fdebug/{ => lang}/It.rc (100%) rename reactos/boot/freeldr/fdebug/{ => lang}/Ja.rc (100%) rename reactos/boot/freeldr/fdebug/{ => lang}/No.rc (100%) rename reactos/boot/freeldr/fdebug/{ => lang}/Pl.rc (100%) rename reactos/boot/freeldr/fdebug/{ => lang}/Tr.rc (100%) diff --git a/reactos/boot/freeldr/fdebug/fdebug.rc b/reactos/boot/freeldr/fdebug/fdebug.rc index 6bc9db168d0..2fa6ab85090 100644 --- a/reactos/boot/freeldr/fdebug/fdebug.rc +++ b/reactos/boot/freeldr/fdebug/fdebug.rc @@ -5,14 +5,14 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US IDI_FDEBUG ICON "fdebug.ico" -#include "De.rc" -#include "En.rc" -#include "Fr.rc" -#include "Hu.rc" -#include "Id.rc" -#include "It.rc" -#include "Ja.rc" -#include "No.rc" -#include "Pl.rc" -#include "Tr.rc" +#include "lang/De.rc" +#include "lang/En.rc" +#include "lang/Fr.rc" +#include "lang/Hu.rc" +#include "lang/Id.rc" +#include "lang/It.rc" +#include "lang/Ja.rc" +#include "lang/No.rc" +#include "lang/Pl.rc" +#include "lang/Tr.rc" diff --git a/reactos/boot/freeldr/fdebug/De.rc b/reactos/boot/freeldr/fdebug/lang/De.rc similarity index 100% rename from reactos/boot/freeldr/fdebug/De.rc rename to reactos/boot/freeldr/fdebug/lang/De.rc diff --git a/reactos/boot/freeldr/fdebug/En.rc b/reactos/boot/freeldr/fdebug/lang/En.rc similarity index 100% rename from reactos/boot/freeldr/fdebug/En.rc rename to reactos/boot/freeldr/fdebug/lang/En.rc diff --git a/reactos/boot/freeldr/fdebug/Fr.rc b/reactos/boot/freeldr/fdebug/lang/Fr.rc similarity index 100% rename from reactos/boot/freeldr/fdebug/Fr.rc rename to reactos/boot/freeldr/fdebug/lang/Fr.rc diff --git a/reactos/boot/freeldr/fdebug/Hu.rc b/reactos/boot/freeldr/fdebug/lang/Hu.rc similarity index 100% rename from reactos/boot/freeldr/fdebug/Hu.rc rename to reactos/boot/freeldr/fdebug/lang/Hu.rc diff --git a/reactos/boot/freeldr/fdebug/Id.rc b/reactos/boot/freeldr/fdebug/lang/Id.rc similarity index 100% rename from reactos/boot/freeldr/fdebug/Id.rc rename to reactos/boot/freeldr/fdebug/lang/Id.rc diff --git a/reactos/boot/freeldr/fdebug/It.rc b/reactos/boot/freeldr/fdebug/lang/It.rc similarity index 100% rename from reactos/boot/freeldr/fdebug/It.rc rename to reactos/boot/freeldr/fdebug/lang/It.rc diff --git a/reactos/boot/freeldr/fdebug/Ja.rc b/reactos/boot/freeldr/fdebug/lang/Ja.rc similarity index 100% rename from reactos/boot/freeldr/fdebug/Ja.rc rename to reactos/boot/freeldr/fdebug/lang/Ja.rc diff --git a/reactos/boot/freeldr/fdebug/No.rc b/reactos/boot/freeldr/fdebug/lang/No.rc similarity index 100% rename from reactos/boot/freeldr/fdebug/No.rc rename to reactos/boot/freeldr/fdebug/lang/No.rc diff --git a/reactos/boot/freeldr/fdebug/Pl.rc b/reactos/boot/freeldr/fdebug/lang/Pl.rc similarity index 100% rename from reactos/boot/freeldr/fdebug/Pl.rc rename to reactos/boot/freeldr/fdebug/lang/Pl.rc diff --git a/reactos/boot/freeldr/fdebug/Tr.rc b/reactos/boot/freeldr/fdebug/lang/Tr.rc similarity index 100% rename from reactos/boot/freeldr/fdebug/Tr.rc rename to reactos/boot/freeldr/fdebug/lang/Tr.rc