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
5b9a7eda
Commit
5b9a7eda
authored
Jul 02, 2009
by
Michael Stefaniuc
Committed by
Alexandre Julliard
Jul 02, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shlwapi: Build language resource files separately.
Do not include them from an other rc file.
parent
47965508
Hide whitespace changes
Inline
Side-by-side
Showing
27 changed files
with
76 additions
and
62 deletions
+76
-62
Makefile.in
dlls/shlwapi/Makefile.in
+25
-1
resource.h
dlls/shlwapi/resource.h
+3
-0
shlwapi.rc
dlls/shlwapi/shlwapi.rc
+0
-51
shlwapi_Da.rc
dlls/shlwapi/shlwapi_Da.rc
+2
-0
shlwapi_De.rc
dlls/shlwapi/shlwapi_De.rc
+2
-0
shlwapi_En.rc
dlls/shlwapi/shlwapi_En.rc
+2
-0
shlwapi_Eo.rc
dlls/shlwapi/shlwapi_Eo.rc
+2
-0
shlwapi_Es.rc
dlls/shlwapi/shlwapi_Es.rc
+2
-0
shlwapi_Fi.rc
dlls/shlwapi/shlwapi_Fi.rc
+2
-0
shlwapi_Fr.rc
dlls/shlwapi/shlwapi_Fr.rc
+2
-0
shlwapi_Hu.rc
dlls/shlwapi/shlwapi_Hu.rc
+2
-0
shlwapi_It.rc
dlls/shlwapi/shlwapi_It.rc
+2
-0
shlwapi_Ja.rc
dlls/shlwapi/shlwapi_Ja.rc
+2
-2
shlwapi_Ko.rc
dlls/shlwapi/shlwapi_Ko.rc
+2
-0
shlwapi_Lt.rc
dlls/shlwapi/shlwapi_Lt.rc
+2
-2
shlwapi_Nl.rc
dlls/shlwapi/shlwapi_Nl.rc
+2
-0
shlwapi_No.rc
dlls/shlwapi/shlwapi_No.rc
+2
-0
shlwapi_Pl.rc
dlls/shlwapi/shlwapi_Pl.rc
+2
-0
shlwapi_Pt.rc
dlls/shlwapi/shlwapi_Pt.rc
+2
-0
shlwapi_Ro.rc
dlls/shlwapi/shlwapi_Ro.rc
+2
-2
shlwapi_Ru.rc
dlls/shlwapi/shlwapi_Ru.rc
+2
-0
shlwapi_Si.rc
dlls/shlwapi/shlwapi_Si.rc
+2
-2
shlwapi_Sk.rc
dlls/shlwapi/shlwapi_Sk.rc
+2
-0
shlwapi_Sv.rc
dlls/shlwapi/shlwapi_Sv.rc
+2
-0
shlwapi_Tr.rc
dlls/shlwapi/shlwapi_Tr.rc
+2
-0
shlwapi_Uk.rc
dlls/shlwapi/shlwapi_Uk.rc
+2
-0
shlwapi_Zh.rc
dlls/shlwapi/shlwapi_Zh.rc
+2
-2
No files found.
dlls/shlwapi/Makefile.in
View file @
5b9a7eda
...
...
@@ -25,7 +25,31 @@ C_SRCS = \
wsprintf.c
RC_SRCS
=
\
shlwapi.rc
shlwapi_Da.rc
\
shlwapi_De.rc
\
shlwapi_En.rc
\
shlwapi_Eo.rc
\
shlwapi_Es.rc
\
shlwapi_Fi.rc
\
shlwapi_Fr.rc
\
shlwapi_Hu.rc
\
shlwapi_It.rc
\
shlwapi_Ja.rc
\
shlwapi_Ko.rc
\
shlwapi_Lt.rc
\
shlwapi_Nl.rc
\
shlwapi_No.rc
\
shlwapi_Pl.rc
\
shlwapi_Pt.rc
\
shlwapi_Ro.rc
\
shlwapi_Ru.rc
\
shlwapi_Si.rc
\
shlwapi_Sk.rc
\
shlwapi_Sv.rc
\
shlwapi_Tr.rc
\
shlwapi_Uk.rc
\
shlwapi_Zh.rc
\
version.rc
@MAKE_DLL_RULES@
...
...
dlls/shlwapi/resource.h
View file @
5b9a7eda
...
...
@@ -20,6 +20,9 @@
#ifndef WINE_SHLWAPI_RESOURCE_H
#define WINE_SHLWAPI_RESOURCE_H
#include <windef.h>
#include <winuser.h>
#define IDS_BYTES_FORMAT 64
#define IDS_TIME_INTERVAL_HOURS 65
#define IDS_TIME_INTERVAL_MINUTES 66
...
...
dlls/shlwapi/shlwapi.rc
deleted
100644 → 0
View file @
47965508
/*
* Top level resource file for shlwapi
*
* Copyright 2004 Jon Griffiths
*
* 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 "resource.h"
#include "version.rc"
#include "shlwapi_Da.rc"
#include "shlwapi_De.rc"
#include "shlwapi_En.rc"
#include "shlwapi_Eo.rc"
#include "shlwapi_Es.rc"
#include "shlwapi_Fi.rc"
#include "shlwapi_Fr.rc"
#include "shlwapi_Hu.rc"
#include "shlwapi_It.rc"
#include "shlwapi_Ja.rc"
#include "shlwapi_Ko.rc"
#include "shlwapi_Lt.rc"
#include "shlwapi_Nl.rc"
#include "shlwapi_No.rc"
#include "shlwapi_Pl.rc"
#include "shlwapi_Pt.rc"
#include "shlwapi_Ro.rc"
#include "shlwapi_Ru.rc"
#include "shlwapi_Si.rc"
#include "shlwapi_Sk.rc"
#include "shlwapi_Sv.rc"
#include "shlwapi_Tr.rc"
#include "shlwapi_Uk.rc"
#include "shlwapi_Zh.rc"
dlls/shlwapi/shlwapi_Da.rc
View file @
5b9a7eda
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
LANGUAGE LANG_DANISH, SUBLANG_DEFAULT
IDD_ERR_DIALOG DIALOG MOVEABLE DISCARDABLE 0, 0, 220, 60
...
...
dlls/shlwapi/shlwapi_De.rc
View file @
5b9a7eda
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
IDD_ERR_DIALOG DIALOG MOVEABLE DISCARDABLE 0, 0, 220, 60
...
...
dlls/shlwapi/shlwapi_En.rc
View file @
5b9a7eda
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
IDD_ERR_DIALOG DIALOG MOVEABLE DISCARDABLE 0, 0, 220, 60
...
...
dlls/shlwapi/shlwapi_Eo.rc
View file @
5b9a7eda
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
LANGUAGE LANG_ESPERANTO, SUBLANG_DEFAULT
IDD_ERR_DIALOG DIALOG MOVEABLE DISCARDABLE 0, 0, 220, 60
...
...
dlls/shlwapi/shlwapi_Es.rc
View file @
5b9a7eda
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
IDD_ERR_DIALOG DIALOG MOVEABLE DISCARDABLE 0, 0, 220, 60
...
...
dlls/shlwapi/shlwapi_Fi.rc
View file @
5b9a7eda
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
LANGUAGE LANG_FINNISH, SUBLANG_DEFAULT
IDD_ERR_DIALOG DIALOG MOVEABLE DISCARDABLE 0, 0, 220, 60
...
...
dlls/shlwapi/shlwapi_Fr.rc
View file @
5b9a7eda
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
IDD_ERR_DIALOG DIALOG MOVEABLE DISCARDABLE 0, 0, 220, 60
...
...
dlls/shlwapi/shlwapi_Hu.rc
View file @
5b9a7eda
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
IDD_ERR_DIALOG DIALOG MOVEABLE DISCARDABLE 0, 0, 220, 60
...
...
dlls/shlwapi/shlwapi_It.rc
View file @
5b9a7eda
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
IDD_ERR_DIALOG DIALOG MOVEABLE DISCARDABLE 0, 0, 220, 60
...
...
dlls/shlwapi/shlwapi_Ja.rc
View file @
5b9a7eda
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
/* UTF-8 */
#pragma code_page(65001)
...
...
@@ -44,5 +46,3 @@ STRINGTABLE DISCARDABLE
IDS_TIME_INTERVAL_MINUTES " min"
IDS_TIME_INTERVAL_SECONDS " sec"
}
#pragma code_page(default)
dlls/shlwapi/shlwapi_Ko.rc
View file @
5b9a7eda
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
IDD_ERR_DIALOG DIALOG MOVEABLE DISCARDABLE 0, 0, 220, 60
...
...
dlls/shlwapi/shlwapi_Lt.rc
View file @
5b9a7eda
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
/* UTF-8 */
#pragma code_page(65001)
...
...
@@ -44,5 +46,3 @@ STRINGTABLE DISCARDABLE
IDS_TIME_INTERVAL_MINUTES " min"
IDS_TIME_INTERVAL_SECONDS " sek"
}
#pragma code_page(default)
dlls/shlwapi/shlwapi_Nl.rc
View file @
5b9a7eda
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
IDD_ERR_DIALOG DIALOG MOVEABLE DISCARDABLE 0, 0, 220, 60
...
...
dlls/shlwapi/shlwapi_No.rc
View file @
5b9a7eda
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL
IDD_ERR_DIALOG DIALOG MOVEABLE DISCARDABLE 0, 0, 220, 60
...
...
dlls/shlwapi/shlwapi_Pl.rc
View file @
5b9a7eda
...
...
@@ -19,6 +19,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
IDD_ERR_DIALOG DIALOG MOVEABLE DISCARDABLE 0, 0, 220, 60
...
...
dlls/shlwapi/shlwapi_Pt.rc
View file @
5b9a7eda
...
...
@@ -19,6 +19,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN
IDD_ERR_DIALOG DIALOG MOVEABLE DISCARDABLE 0, 0, 220, 60
...
...
dlls/shlwapi/shlwapi_Ro.rc
View file @
5b9a7eda
...
...
@@ -17,6 +17,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)
...
...
@@ -42,5 +44,3 @@ STRINGTABLE DISCARDABLE
IDS_TIME_INTERVAL_MINUTES " min"
IDS_TIME_INTERVAL_SECONDS " sec"
}
#pragma code_page(default)
dlls/shlwapi/shlwapi_Ru.rc
View file @
5b9a7eda
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
IDD_ERR_DIALOG DIALOG MOVEABLE DISCARDABLE 0, 0, 220, 60
...
...
dlls/shlwapi/shlwapi_Si.rc
View file @
5b9a7eda
...
...
@@ -18,6 +18,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
...
...
@@ -43,5 +45,3 @@ STRINGTABLE DISCARDABLE
IDS_TIME_INTERVAL_MINUTES " min"
IDS_TIME_INTERVAL_SECONDS " sek"
}
#pragma code_page(default)
dlls/shlwapi/shlwapi_Sk.rc
View file @
5b9a7eda
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
LANGUAGE LANG_SLOVAK, SUBLANG_DEFAULT
IDD_ERR_DIALOG DIALOG MOVEABLE DISCARDABLE 0, 0, 220, 60
...
...
dlls/shlwapi/shlwapi_Sv.rc
View file @
5b9a7eda
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
IDD_ERR_DIALOG DIALOG MOVEABLE DISCARDABLE 0, 0, 220, 60
...
...
dlls/shlwapi/shlwapi_Tr.rc
View file @
5b9a7eda
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT
IDD_ERR_DIALOG DIALOG MOVEABLE DISCARDABLE 0, 0, 220, 60
...
...
dlls/shlwapi/shlwapi_Uk.rc
View file @
5b9a7eda
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
LANGUAGE LANG_UKRAINIAN, SUBLANG_DEFAULT
IDD_ERR_DIALOG DIALOG MOVEABLE DISCARDABLE 0, 0, 220, 60
...
...
dlls/shlwapi/shlwapi_Zh.rc
View file @
5b9a7eda
...
...
@@ -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)
...
...
@@ -68,5 +70,3 @@ STRINGTABLE DISCARDABLE
IDS_TIME_INTERVAL_MINUTES " 分"
IDS_TIME_INTERVAL_SECONDS " 秒"
}
#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