Rename resource files to match the locale names

svn path=/trunk/; revision=24896
This commit is contained in:
Thomas Bluemel 2006-11-27 21:33:31 +00:00
parent 8d2259c84e
commit c427824f3c
16 changed files with 20 additions and 20 deletions

View file

@ -20,7 +20,7 @@
*/
LANGUAGE LANG_BULGARIAN, SUBLANG_NEUTRAL
LANGUAGE LANG_BULGARIAN, SUBLANG_DEFAULT
/* String Tables */

View file

@ -1,6 +1,6 @@
/* $Id$ */
LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
LANGUAGE LANG_SPANISH, SUBLANG_SPANISH_MODERN
/* String Tables */

View file

@ -1,6 +1,6 @@
/* $Id: En.rc 21325 2006-03-17 22:07:04Z fireball $ */
LANGUAGE LANG_NORWEGIAN, SUBLANG_NEUTRAL
LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL
/* String Tables */

View file

@ -1,4 +1,4 @@
LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
LANGUAGE LANG_DUTCH, SUBLANG_DUTCH
/* String Tables */

View file

@ -18,7 +18,7 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
LANGUAGE LANG_SWEDISH, SUBLANG_SWEDISH
/* String Tables */

View file

@ -47,20 +47,20 @@ END
/* Language-specific resources */
#include "Bg.rc"
#include "Cz.rc"
#include "De.rc"
#include "Dk.rc"
#include "En.rc"
#include "Es.rc"
#include "Fr.rc"
#include "Hu.rc"
#include "Ja.rc"
#include "Nl.rc"
#include "Sv.rc"
#include "Ru.rc"
#include "Uk.rc"
#include "It.rc"
#include "No.rc"
#include "bg-BG.rc"
#include "cs-CZ.rc"
#include "de-DE.rc"
#include "da-DK.rc"
#include "en-US.rc"
#include "es-ES.rc"
#include "fr-FR.rc"
#include "hu-HU.rc"
#include "ja-JP.rc"
#include "nl-NL.rc"
#include "sv-SE.rc"
#include "ru-RU.rc"
#include "uk-UA.rc"
#include "it-IT.rc"
#include "nb-NO.rc"
/* EOF */