Alexander N. Sørnes : wineboot: Update Norwegian Bokmål translation .

Alexandre Julliard julliard at winehq.org
Mon May 10 11:59:11 CDT 2010


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

Author: Alexander N. Sørnes <alex at thehandofagony.com>
Date:   Sun May  9 23:02:32 2010 +0200

wineboot: Update Norwegian Bokmål translation.

---

 programs/wineboot/wineboot_No.rc |   20 ++++++++++++++++----
 1 files changed, 16 insertions(+), 4 deletions(-)

diff --git a/programs/wineboot/wineboot_No.rc b/programs/wineboot/wineboot_No.rc
index d821945..1e7b90a 100644
--- a/programs/wineboot/wineboot_No.rc
+++ b/programs/wineboot/wineboot_No.rc
@@ -1,7 +1,7 @@
 /*
- * WineBoot Norwegian Bokmål resources
+ * WineBoot Norwegian Bokmål resources
  *
- * Copyright (C) 2007 Alexander N. Sørnes <alex at thehandofagony.com>
+ * Copyright (C) 2007-2010 Alexander N. Sørnes <alex at thehandofagony.com>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -21,17 +21,29 @@
 
 #include "resource.h"
 
+#pragma code_page(65001)
+
 LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL
 
 IDD_ENDTASK DIALOG DISCARDABLE  0, 0, 186, 71
 STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
-CAPTION "Venter på program"
+CAPTION "Venter på program"
 FONT 8, "MS Shell Dlg"
 BEGIN
     DEFPUSHBUTTON   "Avbryt",IDCANCEL,129,49,50,15
     PUSHBUTTON      "Avslutt programmet",IDOK,51,49,71,15
     LTEXT           "En simulert avlogging eller avslutting har startet, men dette programmet svarer ikke.",
                     IDC_STATIC,7,7,172,19
-    LTEXT           "Hvis du avslutter programmet kan all ulagret data gå tapt.",
+    LTEXT           "Hvis du avslutter programmet kan all ulagret data gå tapt.",
                     IDC_STATIC,7,28,172,15
 END
+
+IDD_WAITDLG DIALOG 0, 0, 200, 50
+STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_DISABLED
+CAPTION "Wine"
+FONT 8, "MS Shell Dlg"
+BEGIN
+    ICON "", IDC_WAITICON, 3, 3, 10, 10
+    LTEXT "Vent mes Wine-oppsettet i «%s» blir oppdatert ...",
+          IDC_WAITTEXT, 40, 5, 150, 40, SS_NOPREFIX
+END




More information about the wine-cvs mailing list