mirror of
https://github.com/reactos/reactos.git
synced 2025-04-21 20:50:29 +00:00
Move and rename all rc files of rosapps according to our standards.
svn path=/trunk/; revision=32142
This commit is contained in:
parent
03ef60712e
commit
f74b6fd4f4
33 changed files with 29 additions and 29 deletions
|
@ -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 */
|
||||||
|
|
|
@ -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 */
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue