Samuel Lidén Borell : mshtml: Update Swedish translation.

Alexandre Julliard julliard at winehq.org
Thu Mar 20 09:48:13 CDT 2008


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

Author: Samuel Lidén Borell <samuel at slbdata.se>
Date:   Tue Mar 18 22:59:25 2008 +0100

mshtml: Update Swedish translation.

---

 dlls/mshtml/Sv.rc |   17 ++++++++++++++++-
 1 files changed, 16 insertions(+), 1 deletions(-)

diff --git a/dlls/mshtml/Sv.rc b/dlls/mshtml/Sv.rc
index 9a07bb8..1a93f0e 100644
--- a/dlls/mshtml/Sv.rc
+++ b/dlls/mshtml/Sv.rc
@@ -1,5 +1,5 @@
 /*
- * Copyright 2006 Samuel Lidén Borell
+ * Copyright 2006-2008 Samuel Lidén Borell
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -39,3 +39,18 @@ FONT 8, "MS Shell Dlg"
     DEFPUSHBUTTON "&Installera", ID_DWL_INSTALL, 200, 60, 50, 15, WS_GROUP | WS_TABSTOP
     PUSHBUTTON "&Avbryt", IDCANCEL, 140, 60, 50, 15, WS_GROUP | WS_TABSTOP
 }
+
+
+IDD_HYPERLINK DIALOG LOADONCALL MOVEABLE DISCARDABLE 0, 0, 250, 65
+STYLE DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
+CAPTION "Hyperlänk"
+FONT 8, "MS Shell Dlg"
+{
+    GROUPBOX "Länkinformation", IDC_STATIC, 5, 5, 190, 55
+    LTEXT "&Typ:", IDC_STATIC, 10, 22, 20, 10
+    COMBOBOX IDC_TYPE, 35, 20, 45, 100, WS_TABSTOP | WS_GROUP | WS_VSCROLL | CBS_DROPDOWNLIST | CBS_HASSTRINGS
+    LTEXT "&URL:", IDC_STATIC, 10, 42, 20, 10
+    EDITTEXT IDC_URL, 35, 40, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP
+    PUSHBUTTON "Ok", IDOK, 200, 10, 45, 14, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP
+    PUSHBUTTON "Avbryt", IDCANCEL, 200, 28, 45, 14, WS_GROUP | WS_TABSTOP
+}




More information about the wine-cvs mailing list