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=24892
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@
|
||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
|
||||
LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
|
||||
LANGUAGE LANG_SPANISH, SUBLANG_SPANISH_MODERN
|
||||
|
||||
/* Menu */
|
||||
|
||||
+1
-1
@@ -23,7 +23,7 @@
|
||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
|
||||
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
|
||||
LANGUAGE LANG_FRENCH, SUBLANG_FRENCH
|
||||
|
||||
/* Menu */
|
||||
|
||||
+1
-1
@@ -22,7 +22,7 @@
|
||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
|
||||
LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
|
||||
LANGUAGE LANG_ITALIAN, SUBLANG_ITALIAN
|
||||
|
||||
/* Menu */
|
||||
|
||||
+1
-1
@@ -21,7 +21,7 @@
|
||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
|
||||
LANGUAGE LANG_NORWEGIAN, SUBLANG_NEUTRAL
|
||||
LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL
|
||||
#pragma code_page(850)
|
||||
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
/* Menu */
|
||||
|
||||
+1
-1
@@ -272,7 +272,7 @@ IDM_WINEFILE MENU FIXED IMPURE
|
||||
}
|
||||
|
||||
|
||||
LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
|
||||
LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE
|
||||
|
||||
IDD_EXECUTE DIALOG FIXED IMPURE 15, 13, 210, 63
|
||||
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
+1
-1
@@ -19,7 +19,7 @@
|
||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
|
||||
LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
|
||||
LANGUAGE LANG_SWEDISH, SUBLANG_SWEDISH
|
||||
#pragma code_page(1252)
|
||||
|
||||
|
||||
@@ -27,18 +27,18 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
||||
|
||||
/* include localised resources */
|
||||
|
||||
#include "lang/En.rc"
|
||||
#include "lang/Cs.rc"
|
||||
#include "lang/De.rc"
|
||||
#include "lang/Es.rc"
|
||||
#include "lang/Fr.rc"
|
||||
#include "lang/Hu.rc"
|
||||
#include "lang/It.rc"
|
||||
#include "lang/Nl.rc"
|
||||
#include "lang/Pl.rc"
|
||||
#include "lang/Pt.rc"
|
||||
#include "lang/Ru.rc"
|
||||
#include "lang/Si.rc"
|
||||
#include "lang/Zh.rc"
|
||||
#include "lang/Sv.rc"
|
||||
#include "lang/No.rc"
|
||||
#include "lang/en-US.rc"
|
||||
#include "lang/cs-CZ.rc"
|
||||
#include "lang/de-DE.rc"
|
||||
#include "lang/es-ES.rc"
|
||||
#include "lang/fr-FR.rc"
|
||||
#include "lang/hu-HU.rc"
|
||||
#include "lang/it-IT.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/zh-CN.rc"
|
||||
#include "lang/sv-SE.rc"
|
||||
#include "lang/nb-NO.rc"
|
||||
|
||||
Reference in New Issue
Block a user