Rename resource files to match the locale names

svn path=/trunk/; revision=24886
This commit is contained in:
Thomas Bluemel 2006-11-27 21:12:39 +00:00
parent 9b839341b4
commit c4f03d4578
20 changed files with 26 additions and 27 deletions

View file

@ -1,9 +1,9 @@
LANGUAGE LANG_NORWEGIAN, SUBLANG_NEUTRAL
LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL
IDD_COLUMNLISTBOXSTYLES DIALOGEX 0, 0, 227, 215
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Column List Box Styles"
LANGUAGE LANG_NORWEGIAN, SUBLANG_NEUTRAL
LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
GROUPBOX "kolonne liste Boks Stiler", -1, 6, 7, 158, 71

View file

@ -29,8 +29,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
/* include localised resources */
#include "lang/En.rc"
#include "lang/Ja.rc"
#include "lang/No.rc"
#include "lang/en-US.rc"
#include "lang/ja-JP.rc"
#include "lang/nb-NO.rc"

View file

@ -20,7 +20,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
LANGUAGE LANG_SPANISH, SUBLANG_SPANISH_MODERN
ID_ACCEL ACCELERATORS
{

View file

@ -20,7 +20,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
LANGUAGE LANG_FRENCH, SUBLANG_FRENCH
ID_ACCEL ACCELERATORS
{

View file

@ -20,7 +20,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
LANGUAGE LANG_ITALIAN, SUBLANG_ITALIAN
ID_ACCEL ACCELERATORS
{

View file

@ -18,7 +18,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
LANGUAGE LANG_DUTCH, SUBLANG_DUTCH
ID_ACCEL ACCELERATORS
{

View file

@ -19,7 +19,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE
ID_ACCEL ACCELERATORS
{

View file

@ -18,7 +18,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
LANGUAGE LANG_SWEDISH, SUBLANG_SWEDISH
ID_ACCEL ACCELERATORS
{

View file

@ -28,19 +28,19 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
/* include localised resources */
#include "lang/Cz.rc"
#include "lang/De.rc"
#include "lang/En.rc"
#include "lang/Es.rc"
#include "lang/Fr.rc"
#include "lang/It.rc"
#include "lang/Ja.rc"
#include "lang/Nl.rc"
#include "lang/Pl.rc"
#include "lang/Pt.rc"
#include "lang/Ru.rc"
#include "lang/Si.rc"
#include "lang/Sv.rc"
#include "lang/Hu.rc"
#include "lang/Uk.rc"
#include "lang/cs-CZ.rc"
#include "lang/de-DE.rc"
#include "lang/en-US.rc"
#include "lang/es-ES.rc"
#include "lang/fr-FR.rc"
#include "lang/it-IT.rc"
#include "lang/ja-JP.rc"
#include "lang/nl-NL.rc"
#include "lang/pl-PL.rc"
#include "lang/pt-PT.rc"
#include "lang/ru-RU.rc"
#include "lang/sl-SI.rc"
#include "lang/sv-SE.rc"
#include "lang/hu-HU.rc"
#include "lang/uk-UA.rc"