mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
Rename resource files to match the locale names
svn path=/trunk/; revision=24900
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
* German language file by Klemens Friedl 2005-06-03
|
||||
*/
|
||||
|
||||
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
|
||||
LANGUAGE LANG_GERMAN, SUBLANG_GERMAN
|
||||
STRINGTABLE DISCARDABLE
|
||||
{
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
* Translation made by Jerome Signouret, 2005.
|
||||
*/
|
||||
|
||||
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
|
||||
LANGUAGE LANG_FRENCH, SUBLANG_FRENCH
|
||||
STRINGTABLE DISCARDABLE
|
||||
{
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
* By Magnus Olsen 2005 [email protected]
|
||||
*/
|
||||
|
||||
LANGUAGE LANG_NORWEGIAN, SUBLANG_NEUTRAL
|
||||
LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL
|
||||
STRINGTABLE DISCARDABLE
|
||||
{
|
||||
|
||||
@@ -6,10 +6,10 @@
|
||||
#define REACTOS_STR_ORIGINAL_FILENAME "regsvr32.exe\0"
|
||||
#include <reactos/version.rc>
|
||||
|
||||
#include "De.rc"
|
||||
#include "En.rc"
|
||||
#include "Fr.rc"
|
||||
#include "Hu.rc"
|
||||
#include "Ru.rc"
|
||||
#include "Ja.rc"
|
||||
#include "No.rc"
|
||||
#include "de-DE.rc"
|
||||
#include "en-US.rc"
|
||||
#include "fr-FR.rc"
|
||||
#include "hu-HU.rc"
|
||||
#include "ru-RU.rc"
|
||||
#include "ja-JP.rc"
|
||||
#include "nb-NO.rc"
|
||||
|
||||
Reference in New Issue
Block a user