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
4e733f98
Commit
4e733f98
authored
Jan 23, 2009
by
Anders Jonsson
Committed by
Alexandre Julliard
Jan 23, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winhlp32: Update Swedish translation.
parent
2ddcb295
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
44 additions
and
4 deletions
+44
-4
Sv.rc
programs/winhlp32/Sv.rc
+44
-4
No files found.
programs/winhlp32/Sv.rc
View file @
4e733f98
...
...
@@ -5,6 +5,7 @@
* Swedish language by Karl Backstrm <karl_b@geocities.com>
* Copyright 2002 Sylvain Petreolle <spetreolle@yahoo.fr>
* Copyright 2007, 2008 Daniel Nylander <po@danielnylander.se>
* Copyright 2009 Anders Jonsson
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
@@ -51,9 +52,9 @@ MAIN_MENU MENU LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
MENUITEM "Historik", MNID_OPTS_HISTORY
POPUP "Typsnitt"
BEGIN
MENUITEM "Lite
n
", MNID_OPTS_FONTS_SMALL
MENUITEM "Normal", MNID_OPTS_FONTS_NORMAL
MENUITEM "Stor", MNID_OPTS_FONTS_LARGE
MENUITEM "Lite
t
", MNID_OPTS_FONTS_SMALL
MENUITEM "Normal
t
", MNID_OPTS_FONTS_NORMAL
MENUITEM "Stor
t
", MNID_OPTS_FONTS_LARGE
END
MENUITEM "Anvnd systemfrger", MNID_OPTS_SYSTEM_COLORS
}
...
...
@@ -68,10 +69,26 @@ MAIN_MENU MENU LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
}
}
IDD_INDEX DIALOG DISCARDABLE 0, 0, 200, 190 LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
FONT 8, "MS Shell Dlg"
CAPTION "Index"
{
LISTBOX IDC_INDEXLIST, 10, 10, 180, 150, LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_BORDER
}
IDD_SEARCH DIALOG DISCARDABLE 0, 0, 200, 190 LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
FONT 8, "MS Shell Dlg"
CAPTION "Sk"
{
LTEXT "Inte implementerat nnu", -1, 10, 10, 180, 150
}
/* Strings */
STRINGTABLE DISCARDABLE LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
{
STID_WINE_HELP, "W
INE
Hjlp"
STID_WINE_HELP, "W
ine
Hjlp"
STID_WHERROR, "FEL"
STID_WARNING, "VARNING"
STID_INFO, "Information"
...
...
@@ -86,3 +103,26 @@ STID_FILE_NOT_FOUND_s "Kan inte hitta '%s'. Vill du ska efter denna fil?"
STID_NO_RICHEDIT "Kan inte hitta en implementation av richedit... Avslutar"
STID_PSH_INDEX, "Hjlprubriker: "
}
CONTEXT_MENU MENU LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
BEGIN
POPUP ""
BEGIN
MENUITEM "Kommentar...", MNID_CTXT_ANNOTATE
MENUITEM "Kopiera", MNID_CTXT_COPY
MENUITEM "Skriv ut...", MNID_CTXT_PRINT
POPUP "Typsnitt"
BEGIN
MENUITEM "Litet", MNID_CTXT_FONTS_SMALL
MENUITEM "Normalt", MNID_CTXT_FONTS_NORMAL
MENUITEM "Stort", MNID_CTXT_FONTS_LARGE
END
POPUP "Hjlp alltid synlig"
BEGIN
MENUITEM "Standard", MNID_CTXT_HELP_DEFAULT
MENUITEM "Synlig", MNID_CTXT_HELP_VISIBLE
MENUITEM "Ej synlig", MNID_CTXT_HELP_NONVISIBLE
END
MENUITEM "Anvnd systemfrger", MNID_CTXT_SYSTEM_COLORS
END
END
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