Move and rename all rc files of rosapps according to our standards.

svn path=/trunk/; revision=32142
This commit is contained in:
Daniel Reimer 2008-02-05 17:00:30 +00:00
parent 03ef60712e
commit f74b6fd4f4
33 changed files with 29 additions and 29 deletions

View file

@ -13,13 +13,13 @@
/* Language specific */ /* Language specific */
#include "cz.rc" #include "lang/cs-CZ.rc"
#include "de.rc" #include "lang/de-DE.rc"
#include "en.rc" #include "lang/en-US.rc"
#include "es.rc" #include "lang/es-ES.rc"
#include "fr.rc" #include "lang/fr-FR.rc"
#include "pl.rc" #include "lang/pl-PL.rc"
#include "ru.rc" #include "lang/ru-RU.rc"
#include "uk.rc" #include "lang/uk-UA.rc"
/* EOF */ /* EOF */

View file

@ -10,13 +10,13 @@
/* Language specific */ /* Language specific */
#include "cz.rc" #include "lang/cs-CZ.rc"
#include "de.rc" #include "lang/de-DE.rc"
#include "en.rc" #include "lang/en-US.rc"
#include "es.rc" #include "lang/es-ES.rc"
#include "fr.rc" #include "lang/fr-FR.rc"
#include "pl.rc" #include "lang/pl-PL.rc"
#include "ru.rc" #include "lang/ru-RU.rc"
#include "uk.rc" #include "lang/uk-UA.rc"
/* EOF */ /* EOF */

View file

@ -9,9 +9,9 @@
#define REACTOS_STR_ORIGINAL_COPYRIGHT "2003, Aleksey Bragin\0" #define REACTOS_STR_ORIGINAL_COPYRIGHT "2003, Aleksey Bragin\0"
#include <reactos/version.rc> #include <reactos/version.rc>
#include "En.rc" #include "lang/en-US.rc"
#include "Fr.rc" #include "lang/fr-FR.rc"
#include "De.rc" #include "lang/de-DE.rc"
#include "Gr.rc" #include "lang/el-GR.rc"
#include "Uk.rc" #include "lang/uk-UA.rc"
#include "Ru.rc" #include "lang/ru-RU.rc"

View file

@ -23,10 +23,10 @@
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#include "De.rc" #include "lang/de-DE.rc"
#include "En.rc" #include "lang/en-US.rc"
#include "Fr.rc" #include "lang/fr-FR.rc"
#include "Ko.rc" #include "lang/ko-KO.rc"
#include "Pl.rc" #include "lang/pl-PL.rc"
#include "Sk.rc" #include "lang/sk-SK.rc"
#include "Uk.rc" #include "lang/uk-UA.rc"