mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 00:35:40 +00:00
Rename resource files to match the locale names
svn path=/trunk/; revision=24879
This commit is contained in:
parent
cd76482b2b
commit
b4d2f5f827
8 changed files with 11 additions and 11 deletions
|
@ -1,6 +1,6 @@
|
|||
#include "resource.h"
|
||||
|
||||
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
|
||||
LANGUAGE LANG_GERMAN, SUBLANG_GERMAN
|
||||
|
||||
STRINGTABLE {
|
||||
IDS_APPNAME, "WineMine"
|
|
@ -6,7 +6,7 @@
|
|||
* Revision : 85
|
||||
*/
|
||||
|
||||
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
|
||||
LANGUAGE LANG_FRENCH, SUBLANG_FRENCH
|
||||
|
||||
STRINGTABLE {
|
||||
IDS_APPNAME, "WineMine"
|
|
@ -1,6 +1,6 @@
|
|||
#include "resource.h"
|
||||
|
||||
LANGUAGE LANG_NORWEGIAN, SUBLANG_NEUTRAL
|
||||
LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL
|
||||
|
||||
STRINGTABLE {
|
||||
IDS_APPNAME, "Minesveiper"
|
|
@ -1,6 +1,6 @@
|
|||
#include "resource.h"
|
||||
|
||||
LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
|
||||
LANGUAGE LANG_DUTCH, SUBLANG_DUTCH
|
||||
|
||||
STRINGTABLE {
|
||||
IDS_APPNAME, "WineMine"
|
|
@ -21,13 +21,13 @@
|
|||
#include <windows.h>
|
||||
#include "resource.h"
|
||||
|
||||
#include "De.rc"
|
||||
#include "En.rc"
|
||||
#include "Fr.rc"
|
||||
#include "Pl.rc"
|
||||
#include "Nl.rc"
|
||||
#include "Uk.rc"
|
||||
#include "No.rc"
|
||||
#include "de-DE.rc"
|
||||
#include "en-US.rc"
|
||||
#include "fr-FR.rc"
|
||||
#include "pl-PL.rc"
|
||||
#include "nl-NL.rc"
|
||||
#include "uk-UA.rc"
|
||||
#include "nb-NO.rc"
|
||||
|
||||
IDI_WINEMINE ICON MOVEABLE "rc/winemine.ico"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue