mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
Rename resource files to match the locale names
svn path=/trunk/; revision=24875
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@
|
||||
#include "resource.h"
|
||||
#include "winecalc.h"
|
||||
|
||||
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
|
||||
LANGUAGE LANG_GERMAN, SUBLANG_GERMAN
|
||||
|
||||
STRINGTABLE DISCARDABLE
|
||||
{
|
||||
+1
-1
@@ -22,7 +22,7 @@
|
||||
#include "resource.h"
|
||||
#include "winecalc.h"
|
||||
|
||||
LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
|
||||
LANGUAGE LANG_SPANISH, SUBLANG_SPANISH_MODERN
|
||||
|
||||
STRINGTABLE DISCARDABLE
|
||||
{
|
||||
+1
-1
@@ -24,7 +24,7 @@
|
||||
#include "resource.h"
|
||||
#include "winecalc.h"
|
||||
|
||||
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
|
||||
LANGUAGE LANG_FRENCH, SUBLANG_FRENCH
|
||||
|
||||
STRINGTABLE DISCARDABLE
|
||||
{
|
||||
+1
-1
@@ -22,7 +22,7 @@
|
||||
#include "resource.h"
|
||||
#include "winecalc.h"
|
||||
|
||||
LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
|
||||
LANGUAGE LANG_ITALIAN, SUBLANG_ITALIAN
|
||||
|
||||
STRINGTABLE DISCARDABLE
|
||||
{
|
||||
+1
-1
@@ -22,7 +22,7 @@
|
||||
#include "resource.h"
|
||||
#include "winecalc.h"
|
||||
|
||||
LANGUAGE LANG_NORWEGIAN, SUBLANG_NEUTRAL
|
||||
LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL
|
||||
|
||||
STRINGTABLE DISCARDABLE
|
||||
{
|
||||
+1
-1
@@ -22,7 +22,7 @@
|
||||
#include "resource.h"
|
||||
#include "winecalc.h"
|
||||
|
||||
LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL //vertaald door Lionel Lowie
|
||||
LANGUAGE LANG_DUTCH, SUBLANG_DUTCH //vertaald door Lionel Lowie
|
||||
|
||||
STRINGTABLE DISCARDABLE
|
||||
{
|
||||
+1
-1
@@ -22,7 +22,7 @@
|
||||
#include "resource.h"
|
||||
#include "winecalc.h"
|
||||
|
||||
LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
|
||||
LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE
|
||||
|
||||
STRINGTABLE DISCARDABLE
|
||||
{
|
||||
+1
-1
@@ -22,7 +22,7 @@
|
||||
#include "resource.h"
|
||||
#include "winecalc.h"
|
||||
|
||||
LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
|
||||
LANGUAGE LANG_SWEDISH, SUBLANG_SWEDISH
|
||||
|
||||
STRINGTABLE DISCARDABLE
|
||||
{
|
||||
@@ -23,20 +23,20 @@
|
||||
|
||||
IDI_CALCICON ICON "calculator.ico"
|
||||
|
||||
#include "lang/En.rc"
|
||||
#include "lang/Cz.rc"
|
||||
#include "lang/De.rc"
|
||||
#include "lang/Es.rc"
|
||||
#include "lang/Fr.rc"
|
||||
#include "lang/It.rc"
|
||||
#include "lang/Ja.rc"
|
||||
#include "lang/Nl.rc"
|
||||
#include "lang/Pt.rc"
|
||||
#include "lang/Ru.rc"
|
||||
#include "lang/Sv.rc"
|
||||
#include "lang/Hu.rc"
|
||||
#include "lang/Uk.rc"
|
||||
#include "lang/Gr.rc"
|
||||
#include "lang/No.rc"
|
||||
#include "lang/en-US.rc"
|
||||
#include "lang/cz-CZ.rc"
|
||||
#include "lang/de-DE.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/pt-PT.rc"
|
||||
#include "lang/ru-RU.rc"
|
||||
#include "lang/sv-SE.rc"
|
||||
#include "lang/hu-HU.rc"
|
||||
#include "lang/uk-UA.rc"
|
||||
#include "lang/el-GR.rc"
|
||||
#include "lang/nb-NO.rc"
|
||||
|
||||
LANGUAGE LANG_NEUTRAL,SUBLANG_NEUTRAL
|
||||
|
||||
Reference in New Issue
Block a user