Module: wine Branch: master Commit: 94daf32000dea8edee842dc66bb2b1319910e95f URL: http://source.winehq.org/git/wine.git/?a=commit;h=94daf32000dea8edee842dc66b...
Author: Jens Albretsen jens@albretsen.dk Date: Sun May 11 21:30:53 2008 +0200
winhelp: Danish translation additions, fixes.
---
programs/winhelp/Da.rc | 21 +++++++++++++++------ 1 files changed, 15 insertions(+), 6 deletions(-)
diff --git a/programs/winhelp/Da.rc b/programs/winhelp/Da.rc index 7f713a6..77569cd 100644 --- a/programs/winhelp/Da.rc +++ b/programs/winhelp/Da.rc @@ -3,6 +3,7 @@ * * Copyright 1997 Henrik Olsen * Copyright 2002 Sylvain Petreolle spetreolle@yahoo.fr + * Copyright 2008 Jens Albretsenjens@albretsen.dk * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -24,7 +25,7 @@ MAIN_MENU MENU LANGUAGE LANG_DANISH, SUBLANG_DEFAULT { POPUP "&Filer" { - MENUITEM "�&bn...", MNID_FILE_OPEN + MENUITEM "�&ben...", MNID_FILE_OPEN MENUITEM SEPARATOR MENUITEM "&Udskriv emne", MNID_FILE_PRINT MENUITEM "&Indstil printer", MNID_FILE_SETUP @@ -43,16 +44,24 @@ MAIN_MENU MENU LANGUAGE LANG_DANISH, SUBLANG_DEFAULT MENUITEM "&Brug af Hj�lp", MNID_HELP_HELPON MENUITEM "Altid &�verst", MNID_HELP_HELPTOP MENUITEM SEPARATOR - MENUITEM "&Info...", MNID_HELP_ABOUT + MENUITEM "&Information...", MNID_HELP_ABOUT #ifdef WINELIB MENUITEM "Om &WINE", MNID_HELP_WINE #endif } }
+IDD_INDEX DIALOG DISCARDABLE 0, 0, 200, 190 LANGUAGE LANG_DANISH, SUBLANG_DEFAULT +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 + PUSHBUTTON "&OK", IDOK, 40, 170, 50, 12 + PUSHBUTTON "&Annuller", IDCANCEL, 120, 170, 50, 12 +}
/* Strings */ - STRINGTABLE DISCARDABLE LANGUAGE LANG_DANISH, SUBLANG_DEFAULT { STID_WINE_HELP, "WINE Hj�lp" @@ -65,9 +74,9 @@ STID_CONTENTS, "&Indhold" STID_SEARCH, "&S�g" STID_BACK, "&Tilbage" STID_HISTORY, "&Oversigt" -STID_TOPICS, "To&pics" +STID_TOPICS, "&Emner" STID_ALL_FILES, "Alle filer (*.*)" STID_HELP_FILES_HLP, "Hj�lpe filer (*.hlp)" -STID_FILE_NOT_FOUND_s "Cannot find '%s'. Do you want to find this file yourself?" -STID_NO_RICHEDIT "Cannot find a richedit implementation... Aborting" +STID_FILE_NOT_FOUND_s "Kan ikke finde '%s'. Vil du selv finde filen?" +STID_NO_RICHEDIT "Kan ikke finde en 'richedit' implementering... Afbryder" }