Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
c135e063
Commit
c135e063
authored
Jul 02, 2009
by
Michael Stefaniuc
Committed by
Alexandre Julliard
Jul 02, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
view: Build language resource files separately.
Do not include them from an other rc file.
parent
4149385b
Hide whitespace changes
Inline
Side-by-side
Showing
24 changed files
with
66 additions
and
60 deletions
+66
-60
Cs.rc
programs/view/Cs.rc
+2
-0
Da.rc
programs/view/Da.rc
+2
-0
De.rc
programs/view/De.rc
+2
-0
En.rc
programs/view/En.rc
+2
-0
Eo.rc
programs/view/Eo.rc
+2
-0
Es.rc
programs/view/Es.rc
+2
-0
Fr.rc
programs/view/Fr.rc
+2
-0
It.rc
programs/view/It.rc
+2
-0
Ja.rc
programs/view/Ja.rc
+2
-2
Ko.rc
programs/view/Ko.rc
+2
-0
Lt.rc
programs/view/Lt.rc
+2
-2
Makefile.in
programs/view/Makefile.in
+22
-1
Nl.rc
programs/view/Nl.rc
+2
-0
No.rc
programs/view/No.rc
+2
-0
Pl.rc
programs/view/Pl.rc
+2
-0
Pt.rc
programs/view/Pt.rc
+2
-0
Ro.rc
programs/view/Ro.rc
+2
-2
Ru.rc
programs/view/Ru.rc
+2
-0
Si.rc
programs/view/Si.rc
+2
-2
Sv.rc
programs/view/Sv.rc
+2
-0
Tr.rc
programs/view/Tr.rc
+2
-0
Zh.rc
programs/view/Zh.rc
+2
-2
resource.h
programs/view/resource.h
+2
-0
viewrc.rc
programs/view/viewrc.rc
+0
-49
No files found.
programs/view/Cs.rc
View file @
c135e063
...
...
@@ -22,6 +22,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
/* Czech strings in CP1250 */
...
...
programs/view/Da.rc
View file @
c135e063
...
...
@@ -19,6 +19,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
LANGUAGE LANG_DANISH, SUBLANG_DEFAULT
/*
...
...
programs/view/De.rc
View file @
c135e063
...
...
@@ -19,6 +19,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
/*
...
...
programs/view/En.rc
View file @
c135e063
...
...
@@ -20,6 +20,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
/*
...
...
programs/view/Eo.rc
View file @
c135e063
...
...
@@ -19,6 +19,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
LANGUAGE LANG_ESPERANTO, SUBLANG_DEFAULT
/*
...
...
programs/view/Es.rc
View file @
c135e063
...
...
@@ -19,6 +19,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
/*
...
...
programs/view/Fr.rc
View file @
c135e063
...
...
@@ -21,6 +21,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
/*
...
...
programs/view/It.rc
View file @
c135e063
...
...
@@ -21,6 +21,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
/*
...
...
programs/view/Ja.rc
View file @
c135e063
...
...
@@ -20,6 +20,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
/* UTF-8 */
#pragma code_page(65001)
...
...
@@ -72,5 +74,3 @@ STRINGTABLE DISCARDABLE
BEGIN
IDS_DESCRIPTION "標準メタファイル ビュアー"
END
#pragma code_page(default)
programs/view/Ko.rc
View file @
c135e063
...
...
@@ -21,6 +21,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
/*
...
...
programs/view/Lt.rc
View file @
c135e063
...
...
@@ -19,6 +19,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
/* UTF-8 */
#pragma code_page(65001)
...
...
@@ -71,5 +73,3 @@ STRINGTABLE DISCARDABLE
BEGIN
IDS_DESCRIPTION "Įprastinė metafailų žiūryklė"
END
#pragma code_page(default)
programs/view/Makefile.in
View file @
c135e063
...
...
@@ -11,7 +11,28 @@ C_SRCS = \
view.c
\
winmain.c
RC_SRCS
=
viewrc.rc
RC_SRCS
=
\
Cs.rc
\
Da.rc
\
De.rc
\
En.rc
\
Eo.rc
\
Es.rc
\
Fr.rc
\
It.rc
\
Ja.rc
\
Ko.rc
\
Lt.rc
\
Nl.rc
\
No.rc
\
Pl.rc
\
Pt.rc
\
Ro.rc
\
Ru.rc
\
Si.rc
\
Sv.rc
\
Tr.rc
\
Zh.rc
@MAKE_PROG_RULES@
...
...
programs/view/Nl.rc
View file @
c135e063
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
/*
...
...
programs/view/No.rc
View file @
c135e063
...
...
@@ -19,6 +19,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL
/*
...
...
programs/view/Pl.rc
View file @
c135e063
...
...
@@ -20,6 +20,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
/*
...
...
programs/view/Pt.rc
View file @
c135e063
...
...
@@ -20,6 +20,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
/*
*
* Menu
...
...
programs/view/Ro.rc
View file @
c135e063
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
#pragma code_page(65001)
...
...
@@ -69,5 +71,3 @@ STRINGTABLE DISCARDABLE
BEGIN
IDS_DESCRIPTION "Vizualizator de fișiere metafile normale"
END
#pragma code_page(default)
programs/view/Ru.rc
View file @
c135e063
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
/*
...
...
programs/view/Si.rc
View file @
c135e063
...
...
@@ -19,6 +19,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
#pragma code_page(65001)
LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
...
...
@@ -70,5 +72,3 @@ STRINGTABLE DISCARDABLE
BEGIN
IDS_DESCRIPTION "Program za ogled Metafile slik"
END
#pragma code_page(default)
programs/view/Sv.rc
View file @
c135e063
...
...
@@ -19,6 +19,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
/*
...
...
programs/view/Tr.rc
View file @
c135e063
...
...
@@ -19,6 +19,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT
/*
...
...
programs/view/Zh.rc
View file @
c135e063
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
/* Chinese text is encoded in UTF-8 */
#pragma code_page(65001)
...
...
@@ -120,5 +122,3 @@ STRINGTABLE DISCARDABLE
BEGIN
IDS_DESCRIPTION "普通 Metafile 閱讀器"
END
#pragma code_page(default)
programs/view/resource.h
View file @
c135e063
...
...
@@ -16,6 +16,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include <windef.h>
#define IDS_DESCRIPTION 2
#define IDI_APPICON 101
#define IDM_EXIT 1000
...
...
programs/view/viewrc.rc
deleted
100644 → 0
View file @
4149385b
/*
* Copyright 1998 Douglas Ridgway
*
* 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 "resource.h"
#include "Cs.rc"
#include "Da.rc"
#include "De.rc"
#include "En.rc"
#include "Eo.rc"
#include "Es.rc"
#include "Fr.rc"
#include "It.rc"
#include "Ja.rc"
#include "Ko.rc"
#include "Lt.rc"
#include "Nl.rc"
#include "No.rc"
#include "Pl.rc"
#include "Pt.rc"
#include "Ro.rc"
#include "Ru.rc"
#include "Si.rc"
#include "Sv.rc"
#include "Tr.rc"
#include "Zh.rc"
/*
* Icon
*/
/*IDI_APPICON ICON DISCARDABLE "view.ico"*/
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment