diff --git a/dlls/appwiz.cpl/addons.c b/dlls/appwiz.cpl/addons.c
index 0e3591bc577..4987ea399c8 100644
--- a/dlls/appwiz.cpl/addons.c
+++ b/dlls/appwiz.cpl/addons.c
@@ -436,12 +436,25 @@ static DWORD WINAPI download_proc(PVOID arg)
static INT_PTR CALLBACK installer_proc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)
{
+ static const WCHAR openW[] = {'o','p','e','n',0};
+
switch(msg) {
case WM_INITDIALOG:
ShowWindow(GetDlgItem(hwnd, ID_DWL_PROGRESS), SW_HIDE);
install_dialog = hwnd;
return TRUE;
+ case WM_NOTIFY:
+ switch (((NMHDR *)lParam)->code)
+ {
+ case NM_CLICK:
+ case NM_RETURN:
+ if (wParam == ID_DWL_STATUS)
+ ShellExecuteW( NULL, openW, ((NMLINK *)lParam)->item.szUrl, NULL, NULL, SW_SHOW );
+ break;
+ }
+ break;
+
case WM_COMMAND:
switch(wParam) {
case IDCANCEL:
diff --git a/dlls/appwiz.cpl/appwiz.c b/dlls/appwiz.cpl/appwiz.c
index 48aee458e9f..99732c578bb 100644
--- a/dlls/appwiz.cpl/appwiz.c
+++ b/dlls/appwiz.cpl/appwiz.c
@@ -1000,7 +1000,7 @@ LONG CALLBACK CPlApplet(HWND hwndCPL, UINT message, LPARAM lParam1, LPARAM lPara
{
case CPL_INIT:
iccEx.dwSize = sizeof(iccEx);
- iccEx.dwICC = ICC_LISTVIEW_CLASSES | ICC_TAB_CLASSES;
+ iccEx.dwICC = ICC_LISTVIEW_CLASSES | ICC_TAB_CLASSES | ICC_LINK_CLASS;
InitCommonControlsEx(&iccEx);
diff --git a/dlls/appwiz.cpl/appwiz.rc b/dlls/appwiz.cpl/appwiz.rc
index b4ed7b499ab..00c08cad307 100644
--- a/dlls/appwiz.cpl/appwiz.rc
+++ b/dlls/appwiz.cpl/appwiz.rc
@@ -97,11 +97,11 @@ STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMEN
CAPTION "Wine Gecko Installer"
FONT 8, "MS Shell Dlg"
{
- LTEXT "Wine could not find a Gecko package which is needed for applications embedding HTML " \
+ CONTROL "Wine could not find a Gecko package which is needed for applications embedding HTML " \
"to work correctly. Wine can automatically download and install it for you.\n\n" \
"Note: it is recommended to use your distribution's packages instead. " \
- "See http://wiki.winehq.org/Gecko for details.",
- ID_DWL_STATUS, 10, 10, 240, 65, SS_LEFT
+ "See http://wiki.winehq.org/Gecko for details.",
+ ID_DWL_STATUS, "SysLink", 0, 10, 10, 240, 65
CONTROL "", ID_DWL_PROGRESS, PROGRESS_CLASSA, WS_BORDER|PBS_SMOOTH, 10, 40, 240, 12
DEFPUSHBUTTON "&Install", ID_DWL_INSTALL, 200, 76, 50, 14, WS_GROUP | WS_TABSTOP
PUSHBUTTON "Cancel", IDCANCEL, 144, 76, 50, 14, WS_GROUP | WS_TABSTOP
diff --git a/po/ar.po b/po/ar.po
index 8a8466185e3..111fa74a024 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -115,8 +115,9 @@ msgid ""
"embedding HTML to work correctly. Wine can automatically download and "
"install it for you.\n"
"\n"
-"Note: it is recommended to use your distribution's packages instead. See "
-"http://wiki.winehq.org/Gecko for details."
+"Note: it is recommended to use your distribution's packages instead. See http://wiki.winehq.org/Gecko for "
+"details."
msgstr ""
#: appwiz.rc:106
diff --git a/po/bg.po b/po/bg.po
index 6e407f7fd9c..839d3781309 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -114,13 +114,15 @@ msgid "Wine Gecko Installer"
msgstr "Wine Gecko Installer"
#: appwiz.rc:100
+#, fuzzy
msgid ""
"Wine could not find a Gecko package which is needed for applications "
"embedding HTML to work correctly. Wine can automatically download and "
"install it for you.\n"
"\n"
-"Note: it is recommended to use your distribution's packages instead. See "
-"http://wiki.winehq.org/Gecko for details."
+"Note: it is recommended to use your distribution's packages instead. See http://wiki.winehq.org/Gecko for "
+"details."
msgstr ""
"Wine could not find a Gecko package which is needed for applications "
"embedding HTML to work correctly. Wine can automatically download and "
diff --git a/po/ca.po b/po/ca.po
index ed1a79f9689..bea8ff47dfb 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -112,13 +112,15 @@ msgid "Wine Gecko Installer"
msgstr "Instal·lador del Wine Gecko"
#: appwiz.rc:100
+#, fuzzy
msgid ""
"Wine could not find a Gecko package which is needed for applications "
"embedding HTML to work correctly. Wine can automatically download and "
"install it for you.\n"
"\n"
-"Note: it is recommended to use your distribution's packages instead. See "
-"http://wiki.winehq.org/Gecko for details."
+"Note: it is recommended to use your distribution's packages instead. See http://wiki.winehq.org/Gecko for "
+"details."
msgstr ""
"El Wine no ha pogut trobar un paquet del Gecko que es necessita perquè les "
"aplicacions que inclouen HTML funcionin correctament. El Wine el pot "
diff --git a/po/cs.po b/po/cs.po
index 68906d6c2ad..15714aa0dd4 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -119,8 +119,9 @@ msgid ""
"embedding HTML to work correctly. Wine can automatically download and "
"install it for you.\n"
"\n"
-"Note: it is recommended to use your distribution's packages instead. See "
-"http://wiki.winehq.org/Gecko for details."
+"Note: it is recommended to use your distribution's packages instead. See http://wiki.winehq.org/Gecko for "
+"details."
msgstr ""
#: appwiz.rc:106
diff --git a/po/da.po b/po/da.po
index 89fed66735d..7fcd9ac1a80 100644
--- a/po/da.po
+++ b/po/da.po
@@ -111,13 +111,15 @@ msgid "Wine Gecko Installer"
msgstr "Installere Wine Gecko"
#: appwiz.rc:100
+#, fuzzy
msgid ""
"Wine could not find a Gecko package which is needed for applications "
"embedding HTML to work correctly. Wine can automatically download and "
"install it for you.\n"
"\n"
-"Note: it is recommended to use your distribution's packages instead. See "
-"http://wiki.winehq.org/Gecko for details."
+"Note: it is recommended to use your distribution's packages instead. See http://wiki.winehq.org/Gecko for "
+"details."
msgstr ""
"Wine kunne ikke finde Gecko Pakken, som er nødvendig for at få "
"applikationers indlejringaf HTML til at fungere korrekt. Wine kan automatisk "
diff --git a/po/de.po b/po/de.po
index 3fd1cca8bdb..ac7f0432769 100644
--- a/po/de.po
+++ b/po/de.po
@@ -113,13 +113,15 @@ msgid "Wine Gecko Installer"
msgstr "Wine-Gecko-Installation"
#: appwiz.rc:100
+#, fuzzy
msgid ""
"Wine could not find a Gecko package which is needed for applications "
"embedding HTML to work correctly. Wine can automatically download and "
"install it for you.\n"
"\n"
-"Note: it is recommended to use your distribution's packages instead. See "
-"http://wiki.winehq.org/Gecko for details."
+"Note: it is recommended to use your distribution's packages instead. See http://wiki.winehq.org/Gecko for "
+"details."
msgstr ""
"Wine kann das Gecko-Paket nicht finden. Es wird von Programmen mit "
"eingebettetem HTML benötigt, damit diese richtig funktionieren.\n"
diff --git a/po/el.po b/po/el.po
index 927c178e6fc..e24afb8e996 100644
--- a/po/el.po
+++ b/po/el.po
@@ -115,8 +115,9 @@ msgid ""
"embedding HTML to work correctly. Wine can automatically download and "
"install it for you.\n"
"\n"
-"Note: it is recommended to use your distribution's packages instead. See "
-"http://wiki.winehq.org/Gecko for details."
+"Note: it is recommended to use your distribution's packages instead. See http://wiki.winehq.org/Gecko for "
+"details."
msgstr ""
#: appwiz.rc:106
diff --git a/po/en.po b/po/en.po
index e6a4deeb050..1b648758d3f 100644
--- a/po/en.po
+++ b/po/en.po
@@ -111,8 +111,9 @@ msgid ""
"embedding HTML to work correctly. Wine can automatically download and "
"install it for you.\n"
"\n"
-"Note: it is recommended to use your distribution's packages instead. See "
-"http://wiki.winehq.org/Gecko for details."
+"Note: it is recommended to use your distribution's packages instead. See http://wiki.winehq.org/Gecko for "
+"details."
msgstr ""
#: appwiz.rc:106
diff --git a/po/en_US.po b/po/en_US.po
index a38529fc475..48e528395b7 100644
--- a/po/en_US.po
+++ b/po/en_US.po
@@ -116,15 +116,17 @@ msgid ""
"embedding HTML to work correctly. Wine can automatically download and "
"install it for you.\n"
"\n"
-"Note: it is recommended to use your distribution's packages instead. See "
-"http://wiki.winehq.org/Gecko for details."
+"Note: it is recommended to use your distribution's packages instead. See http://wiki.winehq.org/Gecko for "
+"details."
msgstr ""
"Wine could not find a Gecko package which is needed for applications "
"embedding HTML to work correctly. Wine can automatically download and "
"install it for you.\n"
"\n"
-"Note: it is recommended to use your distribution's packages instead. See "
-"http://wiki.winehq.org/Gecko for details."
+"Note: it is recommended to use your distribution's packages instead. See http://wiki.winehq.org/Gecko for "
+"details."
#: appwiz.rc:106
msgid "&Install"
diff --git a/po/eo.po b/po/eo.po
index fb8dfade506..81c18fd681a 100644
--- a/po/eo.po
+++ b/po/eo.po
@@ -120,8 +120,9 @@ msgid ""
"embedding HTML to work correctly. Wine can automatically download and "
"install it for you.\n"
"\n"
-"Note: it is recommended to use your distribution's packages instead. See "
-"http://wiki.winehq.org/Gecko for details."
+"Note: it is recommended to use your distribution's packages instead. See http://wiki.winehq.org/Gecko for "
+"details."
msgstr ""
#: appwiz.rc:106
diff --git a/po/es.po b/po/es.po
index 2bf7ec43886..309fbe10755 100644
--- a/po/es.po
+++ b/po/es.po
@@ -113,13 +113,15 @@ msgid "Wine Gecko Installer"
msgstr "Wine Gecko Installer"
#: appwiz.rc:100
+#, fuzzy
msgid ""
"Wine could not find a Gecko package which is needed for applications "
"embedding HTML to work correctly. Wine can automatically download and "
"install it for you.\n"
"\n"
-"Note: it is recommended to use your distribution's packages instead. See "
-"http://wiki.winehq.org/Gecko for details."
+"Note: it is recommended to use your distribution's packages instead. See http://wiki.winehq.org/Gecko for "
+"details."
msgstr ""
"Wine no pudo encontrar el paquete de Gecko, el cual es necesario para que "
"las aplicaciones que embeban HTML funcionen correctamente. Wine puede "
diff --git a/po/fa.po b/po/fa.po
index 5886289cfb2..e0037bf8d44 100644
--- a/po/fa.po
+++ b/po/fa.po
@@ -115,8 +115,9 @@ msgid ""
"embedding HTML to work correctly. Wine can automatically download and "
"install it for you.\n"
"\n"
-"Note: it is recommended to use your distribution's packages instead. See "
-"http://wiki.winehq.org/Gecko for details."
+"Note: it is recommended to use your distribution's packages instead. See http://wiki.winehq.org/Gecko for "
+"details."
msgstr ""
#: appwiz.rc:106
diff --git a/po/fi.po b/po/fi.po
index a194cd1dae2..c0fa3d57697 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -127,8 +127,9 @@ msgid ""
"embedding HTML to work correctly. Wine can automatically download and "
"install it for you.\n"
"\n"
-"Note: it is recommended to use your distribution's packages instead. See "
-"http://wiki.winehq.org/Gecko for details."
+"Note: it is recommended to use your distribution's packages instead. See http://wiki.winehq.org/Gecko for "
+"details."
msgstr ""
#: appwiz.rc:106
diff --git a/po/fr.po b/po/fr.po
index ab9efb04777..173c3308384 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -113,13 +113,15 @@ msgid "Wine Gecko Installer"
msgstr "Programme d'installation de Gecko pour Wine"
#: appwiz.rc:100
+#, fuzzy
msgid ""
"Wine could not find a Gecko package which is needed for applications "
"embedding HTML to work correctly. Wine can automatically download and "
"install it for you.\n"
"\n"
-"Note: it is recommended to use your distribution's packages instead. See "
-"http://wiki.winehq.org/Gecko for details."
+"Note: it is recommended to use your distribution's packages instead. See http://wiki.winehq.org/Gecko for "
+"details."
msgstr ""
"Wine n'a pu trouver de paquet Gecko, qui est nécessaire pour que les "
"applications incorporant du HTML puissent fonctionner correctement.\n"
diff --git a/po/he.po b/po/he.po
index bf11417f5d8..e850dba7fa2 100644
--- a/po/he.po
+++ b/po/he.po
@@ -112,13 +112,15 @@ msgid "Wine Gecko Installer"
msgstr "התקנת Gecko על Wine"
#: appwiz.rc:100
+#, fuzzy
msgid ""
"Wine could not find a Gecko package which is needed for applications "
"embedding HTML to work correctly. Wine can automatically download and "
"install it for you.\n"
"\n"
-"Note: it is recommended to use your distribution's packages instead. See "
-"http://wiki.winehq.org/Gecko for details."
+"Note: it is recommended to use your distribution's packages instead. See http://wiki.winehq.org/Gecko for "
+"details."
msgstr ""
"אין באפשרות Wine למצוא את החבילה של Gecko הדרושה לצורך פעולה תקינה של "
"יישומים המפענחים HTML.באפשרות Wine להוריד ולהתקין אותה אוטומטית עבורך.\n"
diff --git a/po/hi.po b/po/hi.po
index 8df5840dcd8..93fff22ed11 100644
--- a/po/hi.po
+++ b/po/hi.po
@@ -112,8 +112,9 @@ msgid ""
"embedding HTML to work correctly. Wine can automatically download and "
"install it for you.\n"
"\n"
-"Note: it is recommended to use your distribution's packages instead. See "
-"http://wiki.winehq.org/Gecko for details."
+"Note: it is recommended to use your distribution's packages instead. See http://wiki.winehq.org/Gecko for "
+"details."
msgstr ""
#: appwiz.rc:106
diff --git a/po/hu.po b/po/hu.po
index 09419e669ec..a7e31301a54 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -113,13 +113,15 @@ msgid "Wine Gecko Installer"
msgstr "Wine Gecko Installer"
#: appwiz.rc:100
+#, fuzzy
msgid ""
"Wine could not find a Gecko package which is needed for applications "
"embedding HTML to work correctly. Wine can automatically download and "
"install it for you.\n"
"\n"
-"Note: it is recommended to use your distribution's packages instead. See "
-"http://wiki.winehq.org/Gecko for details."
+"Note: it is recommended to use your distribution's packages instead. See http://wiki.winehq.org/Gecko for "
+"details."
msgstr ""
"A Wine nem talált Gecko csomagot, ami ahhoz szükséges hogy a HTML-t beágyazó "
"alkalmazások megfelelően működjenek. A Wine ezt automatikusan letöltheti és "
diff --git a/po/it.po b/po/it.po
index 69b5c2e396c..087876611e5 100644
--- a/po/it.po
+++ b/po/it.po
@@ -113,13 +113,15 @@ msgid "Wine Gecko Installer"
msgstr "Installer di Wine Gecko"
#: appwiz.rc:100
+#, fuzzy
msgid ""
"Wine could not find a Gecko package which is needed for applications "
"embedding HTML to work correctly. Wine can automatically download and "
"install it for you.\n"
"\n"
-"Note: it is recommended to use your distribution's packages instead. See "
-"http://wiki.winehq.org/Gecko for details."
+"Note: it is recommended to use your distribution's packages instead. See http://wiki.winehq.org/Gecko for "
+"details."
msgstr ""
"Wine non ha trovato un pacchetto Gecko, necessario ad applicazioni che "
"incorporano HTML per funzionare correttamente. Wine lo può scaricare e "
diff --git a/po/ja.po b/po/ja.po
index 86e6d70679a..b5614b9b842 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -111,13 +111,15 @@ msgid "Wine Gecko Installer"
msgstr "Wine Gecko インストーラ"
#: appwiz.rc:100
+#, fuzzy
msgid ""
"Wine could not find a Gecko package which is needed for applications "
"embedding HTML to work correctly. Wine can automatically download and "
"install it for you.\n"
"\n"
-"Note: it is recommended to use your distribution's packages instead. See "
-"http://wiki.winehq.org/Gecko for details."
+"Note: it is recommended to use your distribution's packages instead. See http://wiki.winehq.org/Gecko for "
+"details."
msgstr ""
"Gecko パッケージが見つかりません。このパッケージは、HTML を組み込んだアプリ"
"ケーションが正しく動作するために必要です。 Wine で Gecko パッケージを自動的に"
diff --git a/po/ko.po b/po/ko.po
index 9dbe813350c..ca4d40481fb 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -110,13 +110,15 @@ msgid "Wine Gecko Installer"
msgstr "Wine Gecko 설치관리자"
#: appwiz.rc:100
+#, fuzzy
msgid ""
"Wine could not find a Gecko package which is needed for applications "
"embedding HTML to work correctly. Wine can automatically download and "
"install it for you.\n"
"\n"
-"Note: it is recommended to use your distribution's packages instead. See "
-"http://wiki.winehq.org/Gecko for details."
+"Note: it is recommended to use your distribution's packages instead. See http://wiki.winehq.org/Gecko for "
+"details."
msgstr ""
"Wine은 HTML 임베딩 프로그램이 정상적으로 작동하기 위해서 필요로 하는 Gecko 패"
"키지를 찾을 수 없습니다. WIne은 당신을 위해 자동으로 다운로드하고 설치할 것입"
diff --git a/po/lt.po b/po/lt.po
index d7ad5cdc07f..0d5ef9dd2b8 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -114,13 +114,15 @@ msgid "Wine Gecko Installer"
msgstr "Wine Gecko diegimo programa"
#: appwiz.rc:100
+#, fuzzy
msgid ""
"Wine could not find a Gecko package which is needed for applications "
"embedding HTML to work correctly. Wine can automatically download and "
"install it for you.\n"
"\n"
-"Note: it is recommended to use your distribution's packages instead. See "
-"http://wiki.winehq.org/Gecko for details."
+"Note: it is recommended to use your distribution's packages instead. See http://wiki.winehq.org/Gecko for "
+"details."
msgstr ""
"Wine nepavyko rasti Gecko paketo reikalingo programoms įterpiančioms HTML "
"teisingai veikti. Wine gali automatiškai atsiųsti ir įdiegti šį paketą.\n"
diff --git a/po/ml.po b/po/ml.po
index 777abe76a51..3a84ec84266 100644
--- a/po/ml.po
+++ b/po/ml.po
@@ -112,8 +112,9 @@ msgid ""
"embedding HTML to work correctly. Wine can automatically download and "
"install it for you.\n"
"\n"
-"Note: it is recommended to use your distribution's packages instead. See "
-"http://wiki.winehq.org/Gecko for details."
+"Note: it is recommended to use your distribution's packages instead. See http://wiki.winehq.org/Gecko for "
+"details."
msgstr ""
#: appwiz.rc:106
diff --git a/po/nb_NO.po b/po/nb_NO.po
index fad817ec3e4..f175108b6e2 100644
--- a/po/nb_NO.po
+++ b/po/nb_NO.po
@@ -110,13 +110,15 @@ msgid "Wine Gecko Installer"
msgstr "Installere Wine Gecko"
#: appwiz.rc:100
+#, fuzzy
msgid ""
"Wine could not find a Gecko package which is needed for applications "
"embedding HTML to work correctly. Wine can automatically download and "
"install it for you.\n"
"\n"
-"Note: it is recommended to use your distribution's packages instead. See "
-"http://wiki.winehq.org/Gecko for details."
+"Note: it is recommended to use your distribution's packages instead. See http://wiki.winehq.org/Gecko for "
+"details."
msgstr ""
"Wine could not find a Gecko package which is needed for applications "
"embedding HTML to work correctly. Wine can automatically download and "
diff --git a/po/nl.po b/po/nl.po
index c538888d9ae..99eb84037a8 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -113,13 +113,15 @@ msgid "Wine Gecko Installer"
msgstr "Wine-Gecko-Installatie"
#: appwiz.rc:100
+#, fuzzy
msgid ""
"Wine could not find a Gecko package which is needed for applications "
"embedding HTML to work correctly. Wine can automatically download and "
"install it for you.\n"
"\n"
-"Note: it is recommended to use your distribution's packages instead. See "
-"http://wiki.winehq.org/Gecko for details."
+"Note: it is recommended to use your distribution's packages instead. See http://wiki.winehq.org/Gecko for "
+"details."
msgstr ""
"Wine kon geen Gecko pakket vinden. Gecko is nodig voor programma's die "
"gebruik maken van embedded HTML. Wine kan het automatisch voor u downloaden "
diff --git a/po/or.po b/po/or.po
index 9dd9ad23d5d..38b4ddb0b8d 100644
--- a/po/or.po
+++ b/po/or.po
@@ -112,8 +112,9 @@ msgid ""
"embedding HTML to work correctly. Wine can automatically download and "
"install it for you.\n"
"\n"
-"Note: it is recommended to use your distribution's packages instead. See "
-"http://wiki.winehq.org/Gecko for details."
+"Note: it is recommended to use your distribution's packages instead. See http://wiki.winehq.org/Gecko for "
+"details."
msgstr ""
#: appwiz.rc:106
diff --git a/po/pa.po b/po/pa.po
index 08a4040204b..acaa9321994 100644
--- a/po/pa.po
+++ b/po/pa.po
@@ -112,8 +112,9 @@ msgid ""
"embedding HTML to work correctly. Wine can automatically download and "
"install it for you.\n"
"\n"
-"Note: it is recommended to use your distribution's packages instead. See "
-"http://wiki.winehq.org/Gecko for details."
+"Note: it is recommended to use your distribution's packages instead. See http://wiki.winehq.org/Gecko for "
+"details."
msgstr ""
#: appwiz.rc:106
diff --git a/po/pl.po b/po/pl.po
index 5fc0c26de2f..c849c3e5013 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -113,13 +113,15 @@ msgid "Wine Gecko Installer"
msgstr "Instalator Wine Gecko"
#: appwiz.rc:100
+#, fuzzy
msgid ""
"Wine could not find a Gecko package which is needed for applications "
"embedding HTML to work correctly. Wine can automatically download and "
"install it for you.\n"
"\n"
-"Note: it is recommended to use your distribution's packages instead. See "
-"http://wiki.winehq.org/Gecko for details."
+"Note: it is recommended to use your distribution's packages instead. See http://wiki.winehq.org/Gecko for "
+"details."
msgstr ""
"Nie znaleziono paczki Gecko potrzebnej do prawidłowego działania aplikacji "
"zawierających kod HTML . Wine może automatycznie pobrać i zainstalować tą "
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 3aef40c15e5..b335752bdf0 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -112,13 +112,15 @@ msgid "Wine Gecko Installer"
msgstr "Instalador Wine Gecko"
#: appwiz.rc:100
+#, fuzzy
msgid ""
"Wine could not find a Gecko package which is needed for applications "
"embedding HTML to work correctly. Wine can automatically download and "
"install it for you.\n"
"\n"
-"Note: it is recommended to use your distribution's packages instead. See "
-"http://wiki.winehq.org/Gecko for details."
+"Note: it is recommended to use your distribution's packages instead. See http://wiki.winehq.org/Gecko for "
+"details."
msgstr ""
"O Wine não pôde encontrar o pacote Gecko que é necessário para aplicações "
"com HTML embutido funcionarem corretamente. O Wine pode automaticamente "
diff --git a/po/pt_PT.po b/po/pt_PT.po
index 53b24797fae..497cce83639 100644
--- a/po/pt_PT.po
+++ b/po/pt_PT.po
@@ -112,13 +112,15 @@ msgid "Wine Gecko Installer"
msgstr "Instalador Wine Gecko"
#: appwiz.rc:100
+#, fuzzy
msgid ""
"Wine could not find a Gecko package which is needed for applications "
"embedding HTML to work correctly. Wine can automatically download and "
"install it for you.\n"
"\n"
-"Note: it is recommended to use your distribution's packages instead. See "
-"http://wiki.winehq.org/Gecko for details."
+"Note: it is recommended to use your distribution's packages instead. See http://wiki.winehq.org/Gecko for "
+"details."
msgstr ""
"O Wine não conseguiu encontrar o pacote Gecko que é necessário para "
"aplicações com HTML embutido funcionarem corretamente. O Wine pode "
diff --git a/po/rm.po b/po/rm.po
index ff14fcaffda..37f9d00dd6a 100644
--- a/po/rm.po
+++ b/po/rm.po
@@ -116,8 +116,9 @@ msgid ""
"embedding HTML to work correctly. Wine can automatically download and "
"install it for you.\n"
"\n"
-"Note: it is recommended to use your distribution's packages instead. See "
-"http://wiki.winehq.org/Gecko for details."
+"Note: it is recommended to use your distribution's packages instead. See http://wiki.winehq.org/Gecko for "
+"details."
msgstr ""
#: appwiz.rc:106
diff --git a/po/ro.po b/po/ro.po
index 37fe36d39db..d794fac049b 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -113,13 +113,15 @@ msgid "Wine Gecko Installer"
msgstr "Instalator Wine Gecko"
#: appwiz.rc:100
+#, fuzzy
msgid ""
"Wine could not find a Gecko package which is needed for applications "
"embedding HTML to work correctly. Wine can automatically download and "
"install it for you.\n"
"\n"
-"Note: it is recommended to use your distribution's packages instead. See "
-"http://wiki.winehq.org/Gecko for details."
+"Note: it is recommended to use your distribution's packages instead. See http://wiki.winehq.org/Gecko for "
+"details."
msgstr ""
"Wine could not find a Gecko package which is needed for applications "
"embedding HTML to work correctly. Wine can automatically download and "
diff --git a/po/ru.po b/po/ru.po
index 826358ea728..5d1a6d4af79 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -113,13 +113,15 @@ msgid "Wine Gecko Installer"
msgstr "Установка Wine Gecko"
#: appwiz.rc:100
+#, fuzzy
msgid ""
"Wine could not find a Gecko package which is needed for applications "
"embedding HTML to work correctly. Wine can automatically download and "
"install it for you.\n"
"\n"
-"Note: it is recommended to use your distribution's packages instead. See "
-"http://wiki.winehq.org/Gecko for details."
+"Note: it is recommended to use your distribution's packages instead. See http://wiki.winehq.org/Gecko for "
+"details."
msgstr ""
"Wine не может найти пакет Gecko, который необходим для корректной работы "
"приложений с поддержкой HTML. Wine может автоматически загрузить и "
diff --git a/po/sk.po b/po/sk.po
index 330f80a8113..86e7e6f7640 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -118,8 +118,9 @@ msgid ""
"embedding HTML to work correctly. Wine can automatically download and "
"install it for you.\n"
"\n"
-"Note: it is recommended to use your distribution's packages instead. See "
-"http://wiki.winehq.org/Gecko for details."
+"Note: it is recommended to use your distribution's packages instead. See http://wiki.winehq.org/Gecko for "
+"details."
msgstr ""
#: appwiz.rc:106
diff --git a/po/sl.po b/po/sl.po
index 4dcf6d5f7d0..a26182a2b9d 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -113,13 +113,15 @@ msgid "Wine Gecko Installer"
msgstr "Namestitev Wine Gecko"
#: appwiz.rc:100
+#, fuzzy
msgid ""
"Wine could not find a Gecko package which is needed for applications "
"embedding HTML to work correctly. Wine can automatically download and "
"install it for you.\n"
"\n"
-"Note: it is recommended to use your distribution's packages instead. See "
-"http://wiki.winehq.org/Gecko for details."
+"Note: it is recommended to use your distribution's packages instead. See http://wiki.winehq.org/Gecko for "
+"details."
msgstr ""
"Wine ni našel paketa Gecko, ki ga aplikacije, ki uporabljajo HTML "
"potrebujejo, da delujejo pravilno. Wine ga lahko avtomatsko prenese in "
diff --git a/po/sr_RS@cyrillic.po b/po/sr_RS@cyrillic.po
index 5eaa805a2db..81aa7c830f6 100644
--- a/po/sr_RS@cyrillic.po
+++ b/po/sr_RS@cyrillic.po
@@ -110,13 +110,15 @@ msgid "Wine Gecko Installer"
msgstr "Wine Gecko инсталациони програм"
#: appwiz.rc:100
+#, fuzzy
msgid ""
"Wine could not find a Gecko package which is needed for applications "
"embedding HTML to work correctly. Wine can automatically download and "
"install it for you.\n"
"\n"
-"Note: it is recommended to use your distribution's packages instead. See "
-"http://wiki.winehq.org/Gecko for details."
+"Note: it is recommended to use your distribution's packages instead. See http://wiki.winehq.org/Gecko for "
+"details."
msgstr ""
"Wine није успео да пронађе Gecko пакет који је неопходан за исправно "
"функционисање HTML програма. Wine је у могућности да аутоматски преузме и "
diff --git a/po/sr_RS@latin.po b/po/sr_RS@latin.po
index 4039ef45a1f..622c35c9127 100644
--- a/po/sr_RS@latin.po
+++ b/po/sr_RS@latin.po
@@ -110,13 +110,15 @@ msgid "Wine Gecko Installer"
msgstr "Wine Gecko instalacioni program"
#: appwiz.rc:100
+#, fuzzy
msgid ""
"Wine could not find a Gecko package which is needed for applications "
"embedding HTML to work correctly. Wine can automatically download and "
"install it for you.\n"
"\n"
-"Note: it is recommended to use your distribution's packages instead. See "
-"http://wiki.winehq.org/Gecko for details."
+"Note: it is recommended to use your distribution's packages instead. See http://wiki.winehq.org/Gecko for "
+"details."
msgstr ""
"Wine nije uspeo da pronađe Gecko paket koji je neophodan za ispravno "
"funkcionisanje HTML programa. Wine je u mogućnosti da automatski preuzme i "
diff --git a/po/sv.po b/po/sv.po
index f8f6fb68f86..9d2c04948f8 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -111,13 +111,15 @@ msgid "Wine Gecko Installer"
msgstr "Wine Gecko Installationsprogram"
#: appwiz.rc:100
+#, fuzzy
msgid ""
"Wine could not find a Gecko package which is needed for applications "
"embedding HTML to work correctly. Wine can automatically download and "
"install it for you.\n"
"\n"
-"Note: it is recommended to use your distribution's packages instead. See "
-"http://wiki.winehq.org/Gecko for details."
+"Note: it is recommended to use your distribution's packages instead. See http://wiki.winehq.org/Gecko for "
+"details."
msgstr ""
"Wine kunde inte hitta paketet Gecko vilket krävs för att program med "
"inbäddad HTML ska fungera korrekt. Wine kan hämta och installera det "
diff --git a/po/te.po b/po/te.po
index e7500cf8e83..03803d06fd7 100644
--- a/po/te.po
+++ b/po/te.po
@@ -112,8 +112,9 @@ msgid ""
"embedding HTML to work correctly. Wine can automatically download and "
"install it for you.\n"
"\n"
-"Note: it is recommended to use your distribution's packages instead. See "
-"http://wiki.winehq.org/Gecko for details."
+"Note: it is recommended to use your distribution's packages instead. See http://wiki.winehq.org/Gecko for "
+"details."
msgstr ""
#: appwiz.rc:106
diff --git a/po/th.po b/po/th.po
index 227a24530c1..4c371e726e1 100644
--- a/po/th.po
+++ b/po/th.po
@@ -116,8 +116,9 @@ msgid ""
"embedding HTML to work correctly. Wine can automatically download and "
"install it for you.\n"
"\n"
-"Note: it is recommended to use your distribution's packages instead. See "
-"http://wiki.winehq.org/Gecko for details."
+"Note: it is recommended to use your distribution's packages instead. See http://wiki.winehq.org/Gecko for "
+"details."
msgstr ""
#: appwiz.rc:106
diff --git a/po/tr.po b/po/tr.po
index 0b676933d78..22fe0b1f8d8 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -114,13 +114,15 @@ msgid "Wine Gecko Installer"
msgstr "Wine Gecko Kurucusu"
#: appwiz.rc:100
+#, fuzzy
msgid ""
"Wine could not find a Gecko package which is needed for applications "
"embedding HTML to work correctly. Wine can automatically download and "
"install it for you.\n"
"\n"
-"Note: it is recommended to use your distribution's packages instead. See "
-"http://wiki.winehq.org/Gecko for details."
+"Note: it is recommended to use your distribution's packages instead. See http://wiki.winehq.org/Gecko for "
+"details."
msgstr ""
"Wine could not find a Gecko package which is needed for applications "
"embedding HTML to work correctly. Wine can automatically download and "
diff --git a/po/uk.po b/po/uk.po
index dc601eacf8f..17084b4bd91 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -110,13 +110,15 @@ msgid "Wine Gecko Installer"
msgstr "Встановлювач Wine Gecko"
#: appwiz.rc:100
+#, fuzzy
msgid ""
"Wine could not find a Gecko package which is needed for applications "
"embedding HTML to work correctly. Wine can automatically download and "
"install it for you.\n"
"\n"
-"Note: it is recommended to use your distribution's packages instead. See "
-"http://wiki.winehq.org/Gecko for details."
+"Note: it is recommended to use your distribution's packages instead. See http://wiki.winehq.org/Gecko for "
+"details."
msgstr ""
"Wine не може знайти пакунок Gecko, який потрібний для коректної роботи "
"додатків з підтримкою HTML. Wine може автоматично завантажити та встановити "
diff --git a/po/wa.po b/po/wa.po
index 2084f958583..f1d64ff389f 100644
--- a/po/wa.po
+++ b/po/wa.po
@@ -118,8 +118,9 @@ msgid ""
"embedding HTML to work correctly. Wine can automatically download and "
"install it for you.\n"
"\n"
-"Note: it is recommended to use your distribution's packages instead. See "
-"http://wiki.winehq.org/Gecko for details."
+"Note: it is recommended to use your distribution's packages instead. See http://wiki.winehq.org/Gecko for "
+"details."
msgstr ""
#: appwiz.rc:106
diff --git a/po/wine.pot b/po/wine.pot
index eab3e82ad5e..f645f6dab16 100644
--- a/po/wine.pot
+++ b/po/wine.pot
@@ -108,8 +108,9 @@ msgid ""
"embedding HTML to work correctly. Wine can automatically download and "
"install it for you.\n"
"\n"
-"Note: it is recommended to use your distribution's packages instead. See "
-"http://wiki.winehq.org/Gecko for details."
+"Note: it is recommended to use your distribution's packages instead. See http://wiki.winehq.org/Gecko for "
+"details."
msgstr ""
#: appwiz.rc:106
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 90a776eddbe..ffd8dfd39e1 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -106,13 +106,15 @@ msgid "Wine Gecko Installer"
msgstr "Wine Gecko 安装"
#: appwiz.rc:100
+#, fuzzy
msgid ""
"Wine could not find a Gecko package which is needed for applications "
"embedding HTML to work correctly. Wine can automatically download and "
"install it for you.\n"
"\n"
-"Note: it is recommended to use your distribution's packages instead. See "
-"http://wiki.winehq.org/Gecko for details."
+"Note: it is recommended to use your distribution's packages instead. See http://wiki.winehq.org/Gecko for "
+"details."
msgstr ""
"Wine 未找到到用于支持嵌入 HTML 的 Gecko 引擎。Wine 可以自动并下载安装它。\n"
"\n"
diff --git a/po/zh_TW.po b/po/zh_TW.po
index 1d32eb058ec..3628b4a359a 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -106,13 +106,15 @@ msgid "Wine Gecko Installer"
msgstr "Wine Gecko 安裝"
#: appwiz.rc:100
+#, fuzzy
msgid ""
"Wine could not find a Gecko package which is needed for applications "
"embedding HTML to work correctly. Wine can automatically download and "
"install it for you.\n"
"\n"
-"Note: it is recommended to use your distribution's packages instead. See "
-"http://wiki.winehq.org/Gecko for details."
+"Note: it is recommended to use your distribution's packages instead. See http://wiki.winehq.org/Gecko for "
+"details."
msgstr ""
"這個運用程式要顯示一個HTML 網頁. Wine 需要裝上 Gecko (Mozilla HTML engine)才"
"能顯示HTML網頁. 如果你想自動下載和安裝Gecko,請按'安裝'."