Module: wine Branch: master Commit: 33d586d4243c64488a6f23db4889b1a96b5deb87 URL: http://source.winehq.org/git/wine.git/?a=commit;h=33d586d4243c64488a6f23db48...
Author: Frans Kool Frans.Kool@gmail.com Date: Wed May 7 22:44:56 2008 +0200
winhelp: Added missing Dutch translations.
---
programs/winhelp/Nl.rc | 23 +++++++++++++++++++++++ 1 files changed, 23 insertions(+), 0 deletions(-)
diff --git a/programs/winhelp/Nl.rc b/programs/winhelp/Nl.rc index 8890a8e..ead97e7 100644 --- a/programs/winhelp/Nl.rc +++ b/programs/winhelp/Nl.rc @@ -79,3 +79,26 @@ STID_HELP_FILES_HLP, "Helpbestanden (*.hlp)" STID_FILE_NOT_FOUND_s "Kan '%s' niet openen. Wilt u zelf dit bestand zoeken?" STID_NO_RICHEDIT "Cannot find a richedit implementation... Aborting" } + +CONTEXT_MENU MENU LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL +BEGIN + POPUP "" + BEGIN + MENUITEM "Annotering...", MNID_CTXT_ANNOTATE + MENUITEM "Kopi�ren", MNID_CTXT_COPY + MENUITEM "Print...", MNID_CTXT_PRINT + POPUP "Lettertypes" + BEGIN + MENUITEM "Klein", MNID_CTXT_FONTS_SMALL + MENUITEM "Normaal", MNID_CTXT_FONTS_NORMAL + MENUITEM "Groot", MNID_CTXT_FONTS_LARGE + END + POPUP "Help altijd zichtbaar" + BEGIN + MENUITEM "Standaard", MNID_CTXT_HELP_DEFAULT + MENUITEM "Zichtbaar", MNID_CTXT_HELP_VISIBLE + MENUITEM "Onzichtbaar", MNID_CTXT_HELP_NONVISIBLE + END + MENUITEM "Gebruik systeem kleuren", MNID_CTXT_SYSTEM_COLORS + END +END