mirror of
https://github.com/reactos/reactos.git
synced 2025-01-11 16:51:06 +00:00
Change the file names of the Catalan resource files from "ca-CA" to "ca-ES". Thanks to Marc Piulachs for noticing this.
Also fixed the sublang in the catalan "msconfig" resource file (thx to EmuandCo :-P) See issue #2662 for more details. svn path=/trunk/; revision=29125
This commit is contained in:
parent
c75d21f350
commit
eb2bd45e2a
18 changed files with 10 additions and 10 deletions
|
@ -9,7 +9,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
|||
|
||||
/* include localised resources */
|
||||
#include "lang/bg-BG.rc"
|
||||
#include "lang/ca-CA.rc"
|
||||
#include "lang/ca-ES.rc"
|
||||
#include "lang/de-DE.rc"
|
||||
#include "lang/el-GR.rc"
|
||||
#include "lang/en-US.rc"
|
||||
|
|
|
@ -26,7 +26,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
|||
IDI_CALCICON ICON "calculator.ico"
|
||||
|
||||
#include "lang/bg-BG.rc"
|
||||
#include "lang/ca-CA.rc"
|
||||
#include "lang/ca-ES.rc"
|
||||
#include "lang/cs-CZ.rc"
|
||||
#include "lang/de-DE.rc"
|
||||
#include "lang/el-GR.rc"
|
||||
|
|
|
@ -8,7 +8,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
|||
IDI_ICON ICON "res/charmap.ico"
|
||||
|
||||
#include "lang/bg-BG.rc"
|
||||
#include "lang/ca-CA.rc"
|
||||
#include "lang/ca-ES.rc"
|
||||
#include "lang/en-US.rc"
|
||||
#include "lang/de-DE.rc"
|
||||
#include "lang/es-ES.rc"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#include <windows.h>
|
||||
#include "resource.h"
|
||||
|
||||
#include "lang/ca-CA.rc"
|
||||
#include "lang/ca-ES.rc"
|
||||
#include "lang/de-DE.rc"
|
||||
#include "lang/en-US.rc"
|
||||
#include "lang/ru-RU.rc"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#include <windows.h>
|
||||
#include "resource.h"
|
||||
|
||||
#include "lang/ca-CA.rc"
|
||||
#include "lang/ca-ES.rc"
|
||||
#include "lang/de-DE.rc"
|
||||
#include "lang/en-US.rc"
|
||||
#include "lang/fr-FR.rc"
|
||||
|
|
|
@ -9,7 +9,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
|||
|
||||
/* include localised resources */
|
||||
#include "lang/bg-BG.rc"
|
||||
#include "lang/ca-CA.rc"
|
||||
#include "lang/ca-ES.rc"
|
||||
#include "lang/cs-CZ.rc"
|
||||
#include "lang/da-DK.rc"
|
||||
#include "lang/de-DE.rc"
|
||||
|
|
|
@ -6,7 +6,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
|||
IDI_SOLITAIRE ICON DISCARDABLE "solitaire.ico"
|
||||
|
||||
#include "lang/bg-BG.rc"
|
||||
#include "lang/ca-CA.rc"
|
||||
#include "lang/ca-ES.rc"
|
||||
#include "lang/de-DE.rc"
|
||||
#include "lang/el-GR.rc"
|
||||
#include "lang/en-US.rc"
|
||||
|
|
|
@ -12,7 +12,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
|||
|
||||
/* include localised resources */
|
||||
#include "lang/bg-BG.rc"
|
||||
#include "lang/ca-CA.rc"
|
||||
#include "lang/ca-ES.rc"
|
||||
#include "lang/de-DE.rc"
|
||||
#include "lang/el-GR.rc"
|
||||
#include "lang/en-US.rc"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
LANGUAGE LANG_CATALAN, SUBLANG_NEUTRAL
|
||||
LANGUAGE LANG_CATALAN, SUBLANG_DEFAULT
|
||||
|
||||
IDD_MSCONFIG_DIALOG DIALOG DISCARDABLE 0, 0, 378, 220
|
||||
STYLE DS_CENTER | WS_MINIMIZEBOX | WS_POPUP |
|
|
@ -10,7 +10,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
|||
/* include localised resources */
|
||||
|
||||
#include "lang/bg-BG.rc"
|
||||
#include "lang/ca-CA.rc"
|
||||
#include "lang/ca-ES.rc"
|
||||
#include "lang/cs-CZ.rc"
|
||||
#include "lang/de-DE.rc"
|
||||
#include "lang/en-US.rc"
|
||||
|
|
Loading…
Reference in a new issue