Anders Jonsson : setupapi: Update Swedish translation.

Alexandre Julliard julliard at winehq.org
Wed Oct 6 14:38:27 CDT 2010


Module: wine
Branch: stable
Commit: 064bfb9702e5479264493a7670cde9d13b8d2dfa
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=064bfb9702e5479264493a7670cde9d13b8d2dfa

Author: Anders Jonsson <anders.jonsson at norsjonet.se>
Date:   Tue Aug 10 11:06:22 2010 +0200

setupapi: Update Swedish translation.
(cherry picked from commit daea0852d853a76306d4ed52207db90347967f16)

---

 dlls/setupapi/Sv.rc |   24 +++++++++++++++++++++++-
 1 files changed, 23 insertions(+), 1 deletions(-)

diff --git a/dlls/setupapi/Sv.rc b/dlls/setupapi/Sv.rc
index e8cdd4b..5d6da23 100644
--- a/dlls/setupapi/Sv.rc
+++ b/dlls/setupapi/Sv.rc
@@ -22,7 +22,15 @@
 
 LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
 
-COPYFILEDLGORD DIALOG LOADONCALL MOVEABLE DISCARDABLE 20, 20, 208, 105
+STRINGTABLE
+{
+        IDS_PROMPTDISK   "Filen '%s' på %s behövs"
+        IDS_UNKNOWN      "Okänd"
+        IDS_COPYFROM     "Kopiera filer från:"
+        IDS_INFO         "Skriv sökvägen där filen finns och klicka sedan OK."
+}
+
+COPYFILEDLGORD DIALOG 20, 20, 208, 105
 STYLE DS_MODALFRAME | DS_SETFONT | WS_POPUP | WS_VISIBLE | WS_CAPTION
 CAPTION "Kopierar filer..."
 FONT 8, "MS Shell Dlg"
@@ -34,3 +42,17 @@ BEGIN
 	LTEXT "", DESTSTRORD, 7, 41, 194, 22, WS_CHILD | WS_VISIBLE | WS_GROUP
 	CONTROL "", PROGRESSORD, "setupx_progress", 7, 63, 194, 13, WS_CHILD | WS_VISIBLE | WS_TABSTOP
 END
+
+IDPROMPTFORDISK DIALOG 0, 0, 250, 120
+STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
+CAPTION "Filer behövs"
+FONT 8, "MS Shell Dlg"
+BEGIN
+	LTEXT "Sätt i tillverkarens installationsdisk och\nkontrollera att rätt disk är vald nedan", IDC_FILENEEDED, 10, 10, 175, 22, WS_CHILD | WS_VISIBLE | WS_GROUP
+	LTEXT "", IDC_INFO, 10, 50, 175, 22, WS_CHILD | WS_VISIBLE | WS_GROUP
+	LTEXT "Kopiera tillverkarens filer från:", IDC_COPYFROM, 10, 90, 175, 11, WS_CHILD | WS_VISIBLE | WS_GROUP
+	CONTROL "", IDC_PATH, "COMBOBOX", WS_TABSTOP | WS_GROUP | WS_VSCROLL | WS_VISIBLE | CBS_DISABLENOSCROLL | CBS_AUTOHSCROLL | CBS_DROPDOWN, 10, 100, 175, 14
+	PUSHBUTTON "OK", IDOK, 195, 10, 50, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
+	PUSHBUTTON "Avbryt", IDCANCEL, 195, 30, 50, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
+	PUSHBUTTON "Bläddra...", IDC_RUNDLG_BROWSE, 195, 100, 50, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
+END




More information about the wine-cvs mailing list