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