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
6f4b74de
Commit
6f4b74de
authored
Jul 02, 2009
by
Michael Stefaniuc
Committed by
Alexandre Julliard
Jul 02, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sane.ds: Build language resource files separately.
Do not include them from an other rc file.
parent
ece4f64e
Show whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
56 additions
and
55 deletions
+56
-55
Makefile.in
dlls/sane.ds/Makefile.in
+17
-1
resource.h
dlls/sane.ds/resource.h
+4
-0
rsrc.rc
dlls/sane.ds/rsrc.rc
+0
-44
sane_Da.rc
dlls/sane.ds/sane_Da.rc
+2
-0
sane_De.rc
dlls/sane.ds/sane_De.rc
+2
-0
sane_En.rc
dlls/sane.ds/sane_En.rc
+2
-0
sane_Es.rc
dlls/sane.ds/sane_Es.rc
+3
-2
sane_Fi.rc
dlls/sane.ds/sane_Fi.rc
+2
-0
sane_Fr.rc
dlls/sane.ds/sane_Fr.rc
+2
-0
sane_Ko.rc
dlls/sane.ds/sane_Ko.rc
+2
-0
sane_Lt.rc
dlls/sane.ds/sane_Lt.rc
+2
-2
sane_Nl.rc
dlls/sane.ds/sane_Nl.rc
+2
-0
sane_No.rc
dlls/sane.ds/sane_No.rc
+2
-0
sane_Pl.rc
dlls/sane.ds/sane_Pl.rc
+2
-0
sane_Pt.rc
dlls/sane.ds/sane_Pt.rc
+2
-0
sane_Ro.rc
dlls/sane.ds/sane_Ro.rc
+2
-2
sane_Ru.rc
dlls/sane.ds/sane_Ru.rc
+2
-0
sane_Si.rc
dlls/sane.ds/sane_Si.rc
+2
-2
sane_Sv.rc
dlls/sane.ds/sane_Sv.rc
+2
-0
sane_Zh.rc
dlls/sane.ds/sane_Zh.rc
+2
-2
No files found.
dlls/sane.ds/Makefile.in
View file @
6f4b74de
...
@@ -15,7 +15,23 @@ C_SRCS = \
...
@@ -15,7 +15,23 @@ C_SRCS = \
ui.c
ui.c
RC_SRCS
=
\
RC_SRCS
=
\
rsrc.rc
sane_Da.rc
\
sane_De.rc
\
sane_En.rc
\
sane_Es.rc
\
sane_Fi.rc
\
sane_Fr.rc
\
sane_Ko.rc
\
sane_Lt.rc
\
sane_Nl.rc
\
sane_No.rc
\
sane_Pl.rc
\
sane_Pt.rc
\
sane_Ro.rc
\
sane_Ru.rc
\
sane_Si.rc
\
sane_Sv.rc
\
sane_Zh.rc
@MAKE_DLL_RULES@
@MAKE_DLL_RULES@
...
...
dlls/sane.ds/resource.h
View file @
6f4b74de
...
@@ -18,6 +18,10 @@
...
@@ -18,6 +18,10 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
*/
#include <windef.h>
#include <winbase.h>
#include <winuser.h>
#define IDD_DIALOG1 0x400
#define IDD_DIALOG1 0x400
#define IDC_STATIC 0x401
#define IDC_STATIC 0x401
dlls/sane.ds/rsrc.rc
deleted
100644 → 0
View file @
ece4f64e
/*
* Top level resource file for Twain
*
* Copyright 2006 CodeWeavers, Aric Stewart
*
* 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 "winbase.h"
#include "winuser.h"
#include "winnls.h"
#include "resource.h"
#include "sane_Da.rc"
#include "sane_De.rc"
#include "sane_En.rc"
#include "sane_Es.rc"
#include "sane_Fi.rc"
#include "sane_Fr.rc"
#include "sane_Ko.rc"
#include "sane_Lt.rc"
#include "sane_Nl.rc"
#include "sane_No.rc"
#include "sane_Pl.rc"
#include "sane_Pt.rc"
#include "sane_Ro.rc"
#include "sane_Ru.rc"
#include "sane_Si.rc"
#include "sane_Sv.rc"
#include "sane_Zh.rc"
dlls/sane.ds/sane_Da.rc
View file @
6f4b74de
...
@@ -18,6 +18,8 @@
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
*/
#include "resource.h"
LANGUAGE LANG_DANISH, SUBLANG_DEFAULT
LANGUAGE LANG_DANISH, SUBLANG_DEFAULT
IDD_DIALOG1 DIALOG DISCARDABLE 0, 0, 186, 46
IDD_DIALOG1 DIALOG DISCARDABLE 0, 0, 186, 46
...
...
dlls/sane.ds/sane_De.rc
View file @
6f4b74de
...
@@ -18,6 +18,8 @@
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
*/
#include "resource.h"
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
IDD_DIALOG1 DIALOG DISCARDABLE 0, 0, 186, 46
IDD_DIALOG1 DIALOG DISCARDABLE 0, 0, 186, 46
...
...
dlls/sane.ds/sane_En.rc
View file @
6f4b74de
...
@@ -18,6 +18,8 @@
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
*/
#include "resource.h"
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
IDD_DIALOG1 DIALOG DISCARDABLE 0, 0, 186, 46
IDD_DIALOG1 DIALOG DISCARDABLE 0, 0, 186, 46
...
...
dlls/sane.ds/sane_Es.rc
View file @
6f4b74de
...
@@ -17,6 +17,9 @@
...
@@ -17,6 +17,9 @@
* License along with this library; if not, write to the Free Software
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
*/
#include "resource.h"
#pragma code_page(65001)
#pragma code_page(65001)
LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
...
@@ -39,5 +42,3 @@ STRINGTABLE DISCARDABLE
...
@@ -39,5 +42,3 @@ STRINGTABLE DISCARDABLE
5 "%"
5 "%"
6 "ns"
6 "ns"
}
}
#pragma code_page(default)
dlls/sane.ds/sane_Fi.rc
View file @
6f4b74de
...
@@ -18,6 +18,8 @@
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
*/
#include "resource.h"
LANGUAGE LANG_FINNISH, SUBLANG_DEFAULT
LANGUAGE LANG_FINNISH, SUBLANG_DEFAULT
IDD_DIALOG1 DIALOG DISCARDABLE 0, 0, 186, 46
IDD_DIALOG1 DIALOG DISCARDABLE 0, 0, 186, 46
...
...
dlls/sane.ds/sane_Fr.rc
View file @
6f4b74de
...
@@ -18,6 +18,8 @@
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
*/
#include "resource.h"
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
IDD_DIALOG1 DIALOG DISCARDABLE 0, 0, 186, 46
IDD_DIALOG1 DIALOG DISCARDABLE 0, 0, 186, 46
...
...
dlls/sane.ds/sane_Ko.rc
View file @
6f4b74de
...
@@ -19,6 +19,8 @@
...
@@ -19,6 +19,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
*/
#include "resource.h"
LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
IDD_DIALOG1 DIALOG DISCARDABLE 0, 0, 186, 46
IDD_DIALOG1 DIALOG DISCARDABLE 0, 0, 186, 46
...
...
dlls/sane.ds/sane_Lt.rc
View file @
6f4b74de
...
@@ -18,6 +18,8 @@
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
*/
#include "resource.h"
/* UTF-8 */
/* UTF-8 */
#pragma code_page(65001)
#pragma code_page(65001)
...
@@ -41,5 +43,3 @@ STRINGTABLE DISCARDABLE
...
@@ -41,5 +43,3 @@ STRINGTABLE DISCARDABLE
5 "%"
5 "%"
6 "ns"
6 "ns"
}
}
#pragma code_page(default)
dlls/sane.ds/sane_Nl.rc
View file @
6f4b74de
...
@@ -18,6 +18,8 @@
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
*/
#include "resource.h"
LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
IDD_DIALOG1 DIALOG DISCARDABLE 0, 0, 186, 46
IDD_DIALOG1 DIALOG DISCARDABLE 0, 0, 186, 46
...
...
dlls/sane.ds/sane_No.rc
View file @
6f4b74de
...
@@ -18,6 +18,8 @@
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
*/
#include "resource.h"
LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL
LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL
IDD_DIALOG1 DIALOG DISCARDABLE 0, 0, 186, 46
IDD_DIALOG1 DIALOG DISCARDABLE 0, 0, 186, 46
...
...
dlls/sane.ds/sane_Pl.rc
View file @
6f4b74de
...
@@ -19,6 +19,8 @@
...
@@ -19,6 +19,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
*/
#include "resource.h"
LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
IDD_DIALOG1 DIALOG DISCARDABLE 0, 0, 186, 46
IDD_DIALOG1 DIALOG DISCARDABLE 0, 0, 186, 46
...
...
dlls/sane.ds/sane_Pt.rc
View file @
6f4b74de
...
@@ -18,6 +18,8 @@
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
*/
#include "resource.h"
LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
IDD_DIALOG1 DIALOG DISCARDABLE 0, 0, 186, 46
IDD_DIALOG1 DIALOG DISCARDABLE 0, 0, 186, 46
...
...
dlls/sane.ds/sane_Ro.rc
View file @
6f4b74de
...
@@ -17,6 +17,8 @@
...
@@ -17,6 +17,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
*/
#include "resource.h"
LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
#pragma code_page(65001)
#pragma code_page(65001)
...
@@ -39,5 +41,3 @@ STRINGTABLE DISCARDABLE
...
@@ -39,5 +41,3 @@ STRINGTABLE DISCARDABLE
5 "%"
5 "%"
6 "ns"
6 "ns"
}
}
#pragma code_page(default)
dlls/sane.ds/sane_Ru.rc
View file @
6f4b74de
...
@@ -18,6 +18,8 @@
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
*/
#include "resource.h"
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
IDD_DIALOG1 DIALOG DISCARDABLE 0, 0, 186, 46
IDD_DIALOG1 DIALOG DISCARDABLE 0, 0, 186, 46
...
...
dlls/sane.ds/sane_Si.rc
View file @
6f4b74de
...
@@ -18,6 +18,8 @@
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
*/
#include "resource.h"
#pragma code_page(65001)
#pragma code_page(65001)
LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
...
@@ -40,5 +42,3 @@ STRINGTABLE DISCARDABLE
...
@@ -40,5 +42,3 @@ STRINGTABLE DISCARDABLE
5 "%"
5 "%"
6 "ns"
6 "ns"
}
}
#pragma code_page(default)
dlls/sane.ds/sane_Sv.rc
View file @
6f4b74de
...
@@ -18,6 +18,8 @@
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
*/
#include "resource.h"
LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
IDD_DIALOG1 DIALOG DISCARDABLE 0, 0, 186, 46
IDD_DIALOG1 DIALOG DISCARDABLE 0, 0, 186, 46
...
...
dlls/sane.ds/sane_Zh.rc
View file @
6f4b74de
...
@@ -18,6 +18,8 @@
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
*/
#include "resource.h"
/* Chinese text is encoded in UTF-8 */
/* Chinese text is encoded in UTF-8 */
#pragma code_page(65001)
#pragma code_page(65001)
...
@@ -62,5 +64,3 @@ STRINGTABLE DISCARDABLE
...
@@ -62,5 +64,3 @@ STRINGTABLE DISCARDABLE
5 "%"
5 "%"
6 "ns"
6 "ns"
}
}
#pragma code_page(default)
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