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:
Colin Finck 2007-09-20 20:57:28 +00:00
parent c75d21f350
commit eb2bd45e2a
18 changed files with 10 additions and 10 deletions

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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 |

View file

@ -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"