Sven Baars : wineps.drv: Fix Dutch translation.
Module: wine Branch: master Commit: 141875c84aa0dac61d8a588a44213578161e317e URL: http://source.winehq.org/git/wine.git/?a=commit;h=141875c84aa0dac61d8a588a44... Author: Sven Baars <sven.wine(a)gmail.com> Date: Mon May 17 19:04:02 2010 +0200 wineps.drv: Fix Dutch translation. --- dlls/wineps.drv/wps_Nl.rc | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dlls/wineps.drv/wps_Nl.rc b/dlls/wineps.drv/wps_Nl.rc index e5b1f9c..c6b5345 100644 --- a/dlls/wineps.drv/wps_Nl.rc +++ b/dlls/wineps.drv/wps_Nl.rc @@ -31,11 +31,11 @@ FONT 8, "MS Shell Dlg" LISTBOX IDD_PAPERS, 10, 15, 200, 45, LBS_STANDARD | LBS_HASSTRINGS | WS_TABSTOP GROUPBOX "Ori�ntatie", -1, 10, 80, 200, 50 - CONTROL "&Portret", IDD_ORIENT_PORTRAIT, "Button", BS_AUTORADIOBUTTON | + CONTROL "&Staand", IDD_ORIENT_PORTRAIT, "Button", BS_AUTORADIOBUTTON | WS_TABSTOP, 20, 90, 60, 10 - CONTROL "&Landschap", IDD_ORIENT_LANDSCAPE, "Button", BS_AUTORADIOBUTTON, + CONTROL "&Liggend", IDD_ORIENT_LANDSCAPE, "Button", BS_AUTORADIOBUTTON, 20, 110, 60, 10 - LTEXT "Duplex:", IDD_DUPLEX_NAME, 10, 140, 100, 8 + LTEXT "Dubbelzijdig:", IDD_DUPLEX_NAME, 10, 140, 100, 8 COMBOBOX IDD_DUPLEX, 10, 151, 200, 20, CBS_DROPDOWNLIST | CBS_HASSTRINGS | WS_TABSTOP }
participants (1)
-
Alexandre Julliard