winemine: Fix Dutch translation.
This commit is contained in:
parent
4dae774893
commit
08a956b92b
|
@ -24,7 +24,7 @@ LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
|
||||||
|
|
||||||
STRINGTABLE {
|
STRINGTABLE {
|
||||||
IDS_APPNAME, "WineMine"
|
IDS_APPNAME, "WineMine"
|
||||||
IDS_NOBODY, "Nobody"
|
IDS_NOBODY, "Niemand"
|
||||||
IDS_ABOUT, "Copyright 2000 Joshua Thielen"
|
IDS_ABOUT, "Copyright 2000 Joshua Thielen"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -38,13 +38,13 @@ MENU_WINEMINE MENU DISCARDABLE
|
||||||
MENUITEM "&Beginner", IDM_BEGINNER
|
MENUITEM "&Beginner", IDM_BEGINNER
|
||||||
MENUITEM "&Gevorderde", IDM_ADVANCED
|
MENUITEM "&Gevorderde", IDM_ADVANCED
|
||||||
MENUITEM "&Expert", IDM_EXPERT
|
MENUITEM "&Expert", IDM_EXPERT
|
||||||
MENUITEM "Aa&ngepast spel", IDM_CUSTOM
|
MENUITEM "Aange&past spel", IDM_CUSTOM
|
||||||
MENUITEM SEPARATOR
|
MENUITEM SEPARATOR
|
||||||
MENUITEM "&Afsluiten\tAlt+X", IDM_EXIT
|
MENUITEM "&Afsluiten\tAlt+X", IDM_EXIT
|
||||||
}
|
}
|
||||||
POPUP "&Info" {
|
POPUP "&Info" {
|
||||||
MENUITEM "&Snelste tijden", IDM_TIMES
|
MENUITEM "&Snelste tijden...", IDM_TIMES
|
||||||
MENUITEM "&Info", IDM_ABOUT
|
MENUITEM "&Over WineMine", IDM_ABOUT
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue