browseui: Build language resource files separately.

Instead of including them from an other rc file.
This commit is contained in:
Michael Stefaniuc 2009-06-30 01:15:38 +02:00 committed by Alexandre Julliard
parent e17af8082b
commit 69411faf4d
19 changed files with 41 additions and 53 deletions

View File

@ -14,7 +14,24 @@ C_SRCS = \
progressdlg.c \
regsvr.c
RC_SRCS = rsrc.rc
RC_SRCS = \
rsrc_De.rc \
rsrc_En.rc \
rsrc_Es.rc \
rsrc_Fr.rc \
rsrc_Ja.rc \
rsrc_Ko.rc \
rsrc_Lt.rc \
rsrc_Nl.rc \
rsrc_No.rc \
rsrc_Pl.rc \
rsrc_Pt.rc \
rsrc_Ro.rc \
rsrc_Ru.rc \
rsrc_Si.rc \
rsrc_Sv.rc \
rsrc_Zh.rc \
version.rc
@MAKE_DLL_RULES@

View File

@ -16,6 +16,10 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "windef.h"
#include "winuser.h"
#include "commctrl.h"
#define IDS_CANCELLING 16
#define IDC_ANIMATION 100

View File

@ -1,42 +0,0 @@
/*
* Copyright 2007 Mikolaj Zalewski
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "windef.h"
#include "winuser.h"
#include "commctrl.h"
#include "resids.h"
#include "version.rc"
#include "rsrc_De.rc"
#include "rsrc_En.rc"
#include "rsrc_Es.rc"
#include "rsrc_Fr.rc"
#include "rsrc_Ja.rc"
#include "rsrc_Ko.rc"
#include "rsrc_Lt.rc"
#include "rsrc_Nl.rc"
#include "rsrc_No.rc"
#include "rsrc_Pl.rc"
#include "rsrc_Pt.rc"
#include "rsrc_Ro.rc"
#include "rsrc_Ru.rc"
#include "rsrc_Si.rc"
#include "rsrc_Sv.rc"
#include "rsrc_Zh.rc"

View File

@ -17,6 +17,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resids.h"
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL

View File

@ -16,6 +16,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resids.h"
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT

View File

@ -16,6 +16,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resids.h"
LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL

View File

@ -16,6 +16,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resids.h"
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL

View File

@ -16,6 +16,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resids.h"
/* UTF-8 */
#pragma code_page(65001)
@ -38,5 +40,3 @@ FONT 8, "MS Shell Dlg"
PUSHBUTTON "キャンセル(&C)", IDCANCEL, 205, 65, 40, 15, WS_GROUP | WS_TABSTOP | WS_VISIBLE
LTEXT "", IDC_TEXT_LINE + 2, 7, 75, 190, 10, SS_LEFT|SS_NOPREFIX
}
#pragma code_page(default)

View File

@ -17,6 +17,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resids.h"
LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT

View File

@ -16,6 +16,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resids.h"
/* UTF-8 */
#pragma code_page(65001)
@ -38,5 +40,3 @@ FONT 8, "MS Shell Dlg"
PUSHBUTTON "&Atsisakyti", IDCANCEL, 205, 65, 40, 15, WS_GROUP | WS_TABSTOP | WS_VISIBLE
LTEXT "", IDC_TEXT_LINE + 2, 7, 75, 190, 10, SS_LEFT|SS_NOPREFIX
}
#pragma code_page(default)

View File

@ -16,6 +16,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resids.h"
LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL

View File

@ -18,6 +18,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resids.h"
LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL

View File

@ -16,6 +16,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resids.h"
LANGUAGE LANG_POLISH, SUBLANG_DEFAULT

View File

@ -16,6 +16,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resids.h"
LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL

View File

@ -17,6 +17,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resids.h"
LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
@ -39,5 +40,3 @@ FONT 8, "MS Shell Dlg"
PUSHBUTTON "&Renunță", IDCANCEL, 205, 65, 40, 15, WS_GROUP | WS_TABSTOP | WS_VISIBLE
LTEXT "", IDC_TEXT_LINE + 2, 7, 75, 190, 10, SS_LEFT|SS_NOPREFIX
}
#pragma code_page(default)

View File

@ -16,6 +16,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resids.h"
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT

View File

@ -16,6 +16,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resids.h"
#pragma code_page(65001)
LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
@ -37,5 +39,3 @@ FONT 8, "MS Shell Dlg"
PUSHBUTTON "&Prekliči", IDCANCEL, 205, 65, 40, 15, WS_GROUP | WS_TABSTOP | WS_VISIBLE
LTEXT "", IDC_TEXT_LINE + 2, 7, 75, 190, 10, SS_LEFT|SS_NOPREFIX
}
#pragma code_page(default)

View File

@ -18,6 +18,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resids.h"
LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL

View File

@ -18,6 +18,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resids.h"
/* Chinese text is encoded in UTF-8 */
#pragma code_page(65001)
@ -61,5 +62,3 @@ FONT 9, "MS Shell Dlg"
PUSHBUTTON "取消(&C)", IDCANCEL, 205, 65, 40, 15, WS_GROUP | WS_TABSTOP | WS_VISIBLE
LTEXT "", IDC_TEXT_LINE + 2, 7, 75, 190, 10, SS_LEFT|SS_NOPREFIX
}
#pragma code_page(default)