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
f7ec0476
Commit
f7ec0476
authored
Jul 07, 2009
by
Anders Jonsson
Committed by
Alexandre Julliard
Jul 08, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winedbg: Add Swedish translation.
parent
a83f1c93
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
62 additions
and
1 deletion
+62
-1
Makefile.in
programs/winedbg/Makefile.in
+2
-1
rsrc_Sv.rc
programs/winedbg/rsrc_Sv.rc
+60
-0
No files found.
programs/winedbg/Makefile.in
View file @
f7ec0476
...
...
@@ -37,7 +37,8 @@ RC_SRCS = \
rsrc_Ko.rc
\
rsrc_Lt.rc
\
rsrc_Nl.rc
\
rsrc_Ru.rc
rsrc_Ru.rc
\
rsrc_Sv.rc
LEX_SRCS
=
debug.l
BISON_SRCS
=
dbg.y
...
...
programs/winedbg/rsrc_Sv.rc
0 → 100644
View file @
f7ec0476
/*
* Swedish Language Support
*
* Copyright 2008 Anders Jonsson
*
* 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 "resource.h"
/* UTF-8 */
#pragma code_page(65001)
LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
IDM_DEBUG_POPUP MENU
BEGIN
POPUP ""
BEGIN
MENUITEM "&Felsök", ID_DEBUG
END
END
IDD_CRASH_DLG DIALOGEX 100, 100, 273, 175
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Programfel"
FONT 8, "Tahoma"
BEGIN
LTEXT "",IDC_STATIC_BG,0,0,273,52,WS_BORDER,0
LTEXT "Programmet %s har stött på ett allvarligt problem och \
måste avslutas. Vi ber om ursäkt för besväret.",
IDC_STATIC_TXT1,27,10,224,30
LTEXT "Detta kan ha orsakats av ett fel i programmet eller en brist i Wine. \
Du kan söka på http://appdb.winehq.org efter tips om hur man kör \
detta program.\n\n\
Om problemet inte uppstår i Windows och ännu inte har rapporterats \
så kan du rapportera det på http://bugs.winehq.org.",IDC_STATIC_TXT2,27,60,224,100
DEFPUSHBUTTON "Stäng", IDOK, 205, 151, 60, 16, WS_TABSTOP
END
STRINGTABLE
BEGIN
IDS_AUTO_CAPTION "Krasch i Wine-program"
IDS_INVALID_PARAMS "Interna fel - ogiltiga parametrar mottogs"
IDS_UNIDENTIFIED "(oidentifierad)"
END
#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