Louis Lenders : regedit: Update Dutch resources.

Alexandre Julliard julliard at wine.codeweavers.com
Thu Jan 4 04:45:14 CST 2007


Module: wine
Branch: master
Commit: 46c463398cc29d75ec909a53b2d772c5bf41c998
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=46c463398cc29d75ec909a53b2d772c5bf41c998

Author: Louis Lenders <xerox_xerox2000 at yahoo.co.uk>
Date:   Thu Jan  4 09:43:33 2007 +0000

regedit: Update Dutch resources.

---

 programs/regedit/Nl.rc |   27 +++++++++++++++++++++++++++
 1 files changed, 27 insertions(+), 0 deletions(-)

diff --git a/programs/regedit/Nl.rc b/programs/regedit/Nl.rc
index cc2a92e..91d6f11 100644
--- a/programs/regedit/Nl.rc
+++ b/programs/regedit/Nl.rc
@@ -139,6 +139,17 @@ BEGIN
     DEFPUSHBUTTON   "OK",IDOK,195,6,30,11,WS_GROUP
 END
 
+IDD_EXPORT_TEMPLATE DIALOG DISCARDABLE  50, 50, 278, 54
+STYLE DS_3DLOOK | DS_CONTROL | WS_CHILD | WS_VISIBLE | WS_CLIPSIBLINGS |
+    WS_BORDER
+FONT 8, "MS Shell Dlg"
+BEGIN
+    GROUPBOX "Registerbestand &exporteren", IDC_EXPORT_BASE, 6, 6, 266, 42, WS_GROUP
+    AUTORADIOBUTTON "&Alles", IDC_EXPORT_ALL, 12, 15, 244, 12
+    AUTORADIOBUTTON "&Gekozen subsleutel:", IDC_EXPORT_SELECTED, 12, 30, 90, 12
+    EDITTEXT IDC_EXPORT_PATH, 102, 30, 164, 12
+END
+
 IDD_FIND DIALOG DISCARDABLE  22, 17, 210, 85
 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
 CAPTION "Zoeken"
@@ -295,6 +306,22 @@ BEGIN
     IDS_NOTFOUND            "Tekenreeks '%s' niet gevonden"
 END
 
+STRINGTABLE DISCARDABLE
+BEGIN
+    IDS_FILEDIALOG_IMPORT_TITLE   "Registerbestand importeren"
+    IDS_FILEDIALOG_EXPORT_TITLE   "Registerbestand exporteren"
+    IDS_FILEDIALOG_FILTER         "Register Bestanden\0*.reg\0Win9x/NT4 Register Bestanden (REGEDIT4)\0*.reg\0Alle Bestanden (*.*)\0*.*\0\0"
+END
+
+STRINGTABLE DISCARDABLE
+BEGIN
+    IDS_REGISTRY_ROOT_NAME           "Deze Computer"
+    IDS_REGISTRY_DEFAULT_VALUE       "(Standaard)"
+    IDS_REGISTRY_VALUE_NOT_SET       "(Geen waarde ingesteld)"
+    IDS_REGISTRY_VALUE_CANT_DISPLAY  "(kan waarde niet weergeven)"
+    IDS_REGISTRY_UNKNOWN_TYPE        "(onbekend %d)"
+END
+
 /*****************************************************************/
 
 /*




More information about the wine-cvs mailing list