mshtml: Convert string table resources to po files.
diff --git a/configure b/configure
index 53e2931..1987e07 100755
--- a/configure
+++ b/configure
@@ -15049,7 +15049,7 @@
 wine_fn_config_dll msg711.acm enable_msg711_acm
 wine_fn_config_dll msgsm32.acm enable_msgsm32_acm
 wine_fn_config_dll mshtml.tlb enable_mshtml_tlb
-wine_fn_config_dll mshtml enable_mshtml implib
+wine_fn_config_dll mshtml enable_mshtml po,implib
 wine_fn_config_test dlls/mshtml/tests mshtml_test
 wine_fn_config_dll msi enable_msi po,implib
 wine_fn_config_test dlls/msi/tests msi_test
diff --git a/configure.ac b/configure.ac
index daa97b5..c064da4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2578,7 +2578,7 @@
 WINE_CONFIG_DLL(msg711.acm)
 WINE_CONFIG_DLL(msgsm32.acm)
 WINE_CONFIG_DLL(mshtml.tlb)
-WINE_CONFIG_DLL(mshtml,,[implib])
+WINE_CONFIG_DLL(mshtml,,[po,implib])
 WINE_CONFIG_TEST(dlls/mshtml/tests)
 WINE_CONFIG_DLL(msi,,[po,implib])
 WINE_CONFIG_TEST(dlls/msi/tests)
diff --git a/dlls/mshtml/Bg.rc b/dlls/mshtml/Bg.rc
deleted file mode 100644
index c774e8c..0000000
--- a/dlls/mshtml/Bg.rc
+++ /dev/null
@@ -1,27 +0,0 @@
-/*
- * Copyright 2005 Milko Krachounov
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
- */
-
-#include "resource.h"
-
-LANGUAGE LANG_BULGARIAN, SUBLANG_DEFAULT
-
-STRINGTABLE
-{
-    IDS_HTMLDISABLED    "HTML èçîáðàçÿâàíåòî å èçêëþ÷åíî."
-    IDS_HTMLDOCUMENT    "HTML äîêóìåíò"
-}
diff --git a/dlls/mshtml/Da.rc b/dlls/mshtml/Da.rc
index eb606ae..2d345bc 100644
--- a/dlls/mshtml/Da.rc
+++ b/dlls/mshtml/Da.rc
@@ -25,12 +25,6 @@
 
 LANGUAGE LANG_DANISH, SUBLANG_DEFAULT
 
-STRINGTABLE
-{
-    IDS_HTMLDISABLED    "HTML optegning er i øjeblikket deaktiveret."
-    IDS_HTMLDOCUMENT    "HTML dokument"
-}
-
 IDD_HYPERLINK DIALOG 0, 0, 250, 65
 STYLE DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
 CAPTION "Hyperlink"
diff --git a/dlls/mshtml/De.rc b/dlls/mshtml/De.rc
index 6207051..e823abf 100644
--- a/dlls/mshtml/De.rc
+++ b/dlls/mshtml/De.rc
@@ -25,18 +25,6 @@
 
 #pragma code_page(65001)
 
-STRINGTABLE
-{
-    IDS_STATUS_DONE            "Fertig"
-    IDS_STATUS_DOWNLOADINGFROM "Herunterladen von %s..."
-}
-
-STRINGTABLE
-{
-    IDS_HTMLDISABLED  "Die HTML-Darstellung ist zur Zeit ausgeschaltet."
-    IDS_HTMLDOCUMENT  "HTML-Dokument"
-}
-
 IDD_HYPERLINK DIALOG 0, 0, 250, 65
 STYLE DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
 CAPTION "Hyperlink"
diff --git a/dlls/mshtml/En.rc b/dlls/mshtml/En.rc
index 85fb488..6a5c3e9 100644
--- a/dlls/mshtml/En.rc
+++ b/dlls/mshtml/En.rc
@@ -20,18 +20,6 @@
 
 LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
 
-STRINGTABLE
-{
-    IDS_STATUS_DONE            "Done"
-    IDS_STATUS_DOWNLOADINGFROM "Downloading from %s..."
-}
-
-STRINGTABLE
-{
-    IDS_HTMLDISABLED    "HTML rendering is currently disabled."
-    IDS_HTMLDOCUMENT    "HTML Document"
-}
-
 IDD_HYPERLINK DIALOG 0, 0, 250, 65
 STYLE DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
 CAPTION "Hyperlink"
diff --git a/dlls/mshtml/Es.rc b/dlls/mshtml/Es.rc
index 4258c21..8d6cdf0 100644
--- a/dlls/mshtml/Es.rc
+++ b/dlls/mshtml/Es.rc
@@ -23,18 +23,6 @@
 
 LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
 
-STRINGTABLE
-{
-    IDS_STATUS_DONE            "Listo"
-    IDS_STATUS_DOWNLOADINGFROM "Descargando desde %s..."
-}
-
-STRINGTABLE
-{
-    IDS_HTMLDISABLED    "El renderizado HTML está actualmente deshabilitado."
-    IDS_HTMLDOCUMENT    "Documento HTML"
-}
-
 IDD_HYPERLINK DIALOG 0, 0, 250, 65
 STYLE DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
 CAPTION "Enlace"
diff --git a/dlls/mshtml/Fi.rc b/dlls/mshtml/Fi.rc
deleted file mode 100644
index f59a826..0000000
--- a/dlls/mshtml/Fi.rc
+++ /dev/null
@@ -1,29 +0,0 @@
-/*
- * Finnish resources for mshtml 
- *
- * Copyright 2005 Kimmo Myllyvirta
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
- */
-
-#include "resource.h"
-
-LANGUAGE LANG_FINNISH, SUBLANG_DEFAULT
-
-STRINGTABLE
-{
-    IDS_HTMLDISABLED    "HTML:n näyttäminen on tällähetkellä poistettu käytöstä."
-    IDS_HTMLDOCUMENT    "HTML Dokumentti"
-}
diff --git a/dlls/mshtml/Fr.rc b/dlls/mshtml/Fr.rc
index d777750..1d377d3 100644
--- a/dlls/mshtml/Fr.rc
+++ b/dlls/mshtml/Fr.rc
@@ -27,18 +27,6 @@
 
 LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
 
-STRINGTABLE
-{
-    IDS_STATUS_DONE            "Terminé"
-    IDS_STATUS_DOWNLOADINGFROM "Téléchargement depuis %s..."
-}
-
-STRINGTABLE
-{
-    IDS_HTMLDISABLED    "Le rendu HTML est actuellement désactivé."
-    IDS_HTMLDOCUMENT    "Document HTML"
-}
-
 IDD_HYPERLINK DIALOG 0, 0, 250, 65
 STYLE DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
 CAPTION "Hyperlien"
diff --git a/dlls/mshtml/He.rc b/dlls/mshtml/He.rc
index c325aee..0516fa4 100644
--- a/dlls/mshtml/He.rc
+++ b/dlls/mshtml/He.rc
@@ -23,18 +23,6 @@
 
 LANGUAGE LANG_HEBREW, SUBLANG_DEFAULT
 
-STRINGTABLE
-{
-    IDS_STATUS_DONE            "הסתיימה"
-    IDS_STATUS_DOWNLOADINGFROM "הורדה מהכתובת %s..."
-}
-
-STRINGTABLE
-{
-    IDS_HTMLDISABLED    "עיבוד HTML מנוטרל כעת."
-    IDS_HTMLDOCUMENT    "מסמך HTML"
-}
-
 IDD_HYPERLINK DIALOG 0, 0, 250, 65
 STYLE DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
 EXSTYLE WS_EX_LAYOUTRTL
diff --git a/dlls/mshtml/Hu.rc b/dlls/mshtml/Hu.rc
index 04c036a..e26ce3c 100644
--- a/dlls/mshtml/Hu.rc
+++ b/dlls/mshtml/Hu.rc
@@ -23,12 +23,6 @@
 
 LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
 
-STRINGTABLE
-{
-    IDS_HTMLDISABLED    "A HTML renderelés jelenleg le van tiltva."
-    IDS_HTMLDOCUMENT    "HTML dokumentum"
-}
-
 IDD_HYPERLINK DIALOG 0, 0, 250, 65
 STYLE DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
 CAPTION "Hiperhivatkozás"
diff --git a/dlls/mshtml/It.rc b/dlls/mshtml/It.rc
index 340bdcf..0eb2a77 100644
--- a/dlls/mshtml/It.rc
+++ b/dlls/mshtml/It.rc
@@ -23,18 +23,6 @@
 
 LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
 
-STRINGTABLE
-{
-    IDS_STATUS_DONE            "Fatto"
-    IDS_STATUS_DOWNLOADINGFROM "Scaricando da %s..."
-}
-
-STRINGTABLE
-{
-    IDS_HTMLDISABLED    "Il rendering HTML è attualmente disattivato."
-    IDS_HTMLDOCUMENT    "Documento HTML"
-}
-
 IDD_HYPERLINK DIALOG 0, 0, 250, 65
 STYLE DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
 CAPTION "Hyperlink"
diff --git a/dlls/mshtml/Ja.rc b/dlls/mshtml/Ja.rc
index 7f04af3..6cb8707 100644
--- a/dlls/mshtml/Ja.rc
+++ b/dlls/mshtml/Ja.rc
@@ -23,18 +23,6 @@
 
 LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
 
-STRINGTABLE
-{
-    IDS_STATUS_DONE            "完了"
-    IDS_STATUS_DOWNLOADINGFROM "%s からダウンロード中..."
-}
-
-STRINGTABLE
-{
-    IDS_HTMLDISABLED    "HTML レンダリングは現在、無効です。"
-    IDS_HTMLDOCUMENT    "HTML 文書"
-}
-
 IDD_HYPERLINK DIALOG 0, 0, 250, 65
 STYLE DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
 CAPTION "ハイパーリンク"
diff --git a/dlls/mshtml/Ko.rc b/dlls/mshtml/Ko.rc
index 641f2b2..fcc9ffd 100644
--- a/dlls/mshtml/Ko.rc
+++ b/dlls/mshtml/Ko.rc
@@ -23,18 +23,6 @@
 
 LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
 
- STRINGTABLE
- {
-    IDS_STATUS_DONE            "끝남"
-    IDS_STATUS_DOWNLOADINGFROM "%s로부터 다운로드중..."
-}
-
-STRINGTABLE
-{
-    IDS_HTMLDISABLED    "HTML 렌더링은 현재 가능하지 않음."
-    IDS_HTMLDOCUMENT    "HTML 문서"
-}
-
 IDD_HYPERLINK DIALOG 0, 0, 250, 65
 STYLE DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
 CAPTION "하이퍼링크"
diff --git a/dlls/mshtml/Lt.rc b/dlls/mshtml/Lt.rc
index e4221fc..bdf349e 100644
--- a/dlls/mshtml/Lt.rc
+++ b/dlls/mshtml/Lt.rc
@@ -23,18 +23,6 @@
 
 LANGUAGE LANG_LITHUANIAN, SUBLANG_NEUTRAL
 
- STRINGTABLE
- {
-    IDS_STATUS_DONE            "Baigta"
-    IDS_STATUS_DOWNLOADINGFROM "Atsiunčiama iš %s..."
-}
-
-STRINGTABLE
-{
-    IDS_HTMLDISABLED    "HTML atvaizdavimas yra išjungtas."
-    IDS_HTMLDOCUMENT    "HTML dokumentas"
-}
-
 IDD_HYPERLINK DIALOG 0, 0, 250, 65
 STYLE DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
 CAPTION "Saitas"
diff --git a/dlls/mshtml/Makefile.in b/dlls/mshtml/Makefile.in
index 58ef16c..2093eb6 100644
--- a/dlls/mshtml/Makefile.in
+++ b/dlls/mshtml/Makefile.in
@@ -74,12 +74,10 @@
 	view.c
 
 RC_SRCS = \
-	Bg.rc \
 	Da.rc \
 	De.rc \
 	En.rc \
 	Es.rc \
-	Fi.rc \
 	Fr.rc \
 	He.rc \
 	Hu.rc \
@@ -96,10 +94,11 @@
 	Si.rc \
 	Sr.rc \
 	Sv.rc \
-	Tr.rc \
 	Uk.rc \
 	Zh.rc \
-	rsrc.rc
+	mshtml.rc
+
+PO_SRCS = mshtml.rc
 
 IDL_H_SRCS = nsiface.idl
 
diff --git a/dlls/mshtml/Nl.rc b/dlls/mshtml/Nl.rc
index cd8f2be..afe4e48 100644
--- a/dlls/mshtml/Nl.rc
+++ b/dlls/mshtml/Nl.rc
@@ -22,18 +22,6 @@
 
 LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
 
-STRINGTABLE
-{
-    IDS_STATUS_DONE            "Klaar"
-    IDS_STATUS_DOWNLOADINGFROM "Downloaden van %s..."
-}
-
-STRINGTABLE
-{
-    IDS_HTMLDISABLED  "De HTML weergave is op dit moment uitgeschakeld."
-    IDS_HTMLDOCUMENT  "HTML document"
-}
-
 IDD_HYPERLINK DIALOG 0, 0, 250, 65
 STYLE DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
 CAPTION "Webverwijzing"
diff --git a/dlls/mshtml/No.rc b/dlls/mshtml/No.rc
index daf5799..1a9fb84 100644
--- a/dlls/mshtml/No.rc
+++ b/dlls/mshtml/No.rc
@@ -24,12 +24,6 @@
 
 LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL
 
-STRINGTABLE
-{
-    IDS_HTMLDISABLED    "HTML-tegning er for øyeblikket deaktivert."
-    IDS_HTMLDOCUMENT    "HTML-dokument"
-}
-
 IDD_HYPERLINK DIALOG 0, 0, 250, 65
 STYLE DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
 CAPTION "Hyperkobling"
diff --git a/dlls/mshtml/Pl.rc b/dlls/mshtml/Pl.rc
index aa9d280..bcea464 100644
--- a/dlls/mshtml/Pl.rc
+++ b/dlls/mshtml/Pl.rc
@@ -22,18 +22,6 @@
 
 LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
 
-STRINGTABLE
-{
-    IDS_STATUS_DONE            "Skoñczone"
-    IDS_STATUS_DOWNLOADINGFROM "Pobieranie od %s..."
-}
-
-STRINGTABLE
-{
-    IDS_HTMLDISABLED    "Wyœwietlanie HTML jest aktualnie wy³¹czone."
-    IDS_HTMLDOCUMENT    "Dokument HTML"
-}
-
 IDD_HYPERLINK DIALOG 0, 0, 250, 65
 STYLE DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
 CAPTION "Hiper³¹cze"
diff --git a/dlls/mshtml/Pt.rc b/dlls/mshtml/Pt.rc
index 2af05f0..0473d4f 100644
--- a/dlls/mshtml/Pt.rc
+++ b/dlls/mshtml/Pt.rc
@@ -23,38 +23,6 @@
 
 LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN
 
-LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN
-
-STRINGTABLE
-{
-    IDS_STATUS_DONE            "Concluído"
-    IDS_STATUS_DOWNLOADINGFROM "Fazendo o download de %s..."
-}
-
-STRINGTABLE
-{
-    IDS_HTMLDISABLED    "A interpretação de HTML está desativada."
-    IDS_HTMLDOCUMENT    "Documento HTML"
-}
-
-LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE
-
-STRINGTABLE
-{
-    IDS_STATUS_DONE            "Concluído"
-    IDS_STATUS_DOWNLOADINGFROM "A descarregar de %s..."
-}
-
-LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE
-
-STRINGTABLE
-{
-    IDS_HTMLDISABLED    "A interpretação de HTML está desactivada."
-    IDS_HTMLDOCUMENT    "Documento HTML"
-}
-
-LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN
-
 IDD_HYPERLINK DIALOG 0, 0, 250, 65
 STYLE DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
 CAPTION "Hiperlink"
diff --git a/dlls/mshtml/Ro.rc b/dlls/mshtml/Ro.rc
index 15454ab..fe7c788 100644
--- a/dlls/mshtml/Ro.rc
+++ b/dlls/mshtml/Ro.rc
@@ -23,12 +23,6 @@
 
 #pragma code_page(65001)
 
-STRINGTABLE
-{
-    IDS_HTMLDISABLED    "Afișarea de pagini HTML este în prezent dezactivată."
-    IDS_HTMLDOCUMENT    "Document HTML"
-}
-
 IDD_HYPERLINK DIALOG 0, 0, 250, 65
 STYLE DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
 CAPTION "Hiperlegătură"
diff --git a/dlls/mshtml/Ru.rc b/dlls/mshtml/Ru.rc
index c357beb..1275c8c 100644
--- a/dlls/mshtml/Ru.rc
+++ b/dlls/mshtml/Ru.rc
@@ -23,12 +23,6 @@
 
 LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
 
-STRINGTABLE
-{
-    IDS_HTMLDISABLED    "В настоящее время отображение HTML выключено."
-    IDS_HTMLDOCUMENT    "Документ HTML"
-}
-
 IDD_HYPERLINK DIALOG 0, 0, 250, 65
 STYLE DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
 CAPTION "Ссылка"
diff --git a/dlls/mshtml/Si.rc b/dlls/mshtml/Si.rc
index 0fe8dd7..75ead0c 100644
--- a/dlls/mshtml/Si.rc
+++ b/dlls/mshtml/Si.rc
@@ -22,18 +22,6 @@
 
 LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
 
-STRINGTABLE
-{
-    IDS_STATUS_DONE            "Končano"
-    IDS_STATUS_DOWNLOADINGFROM "Prenašam iz %s ..."
-}
-
-STRINGTABLE
-{
-    IDS_HTMLDISABLED    "Prikazovanje HTML dokumentov je trenutno onemogočeno."
-    IDS_HTMLDOCUMENT    "HTML dokument"
-}
-
 IDD_HYPERLINK DIALOG 0, 0, 250, 65
 STYLE DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
 CAPTION "Hiperpovezava"
diff --git a/dlls/mshtml/Sr.rc b/dlls/mshtml/Sr.rc
index ddf9851..2c7efd1 100644
--- a/dlls/mshtml/Sr.rc
+++ b/dlls/mshtml/Sr.rc
@@ -23,18 +23,6 @@
 
 LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_CYRILLIC
 
-STRINGTABLE
-{
-    IDS_STATUS_DONE            "Завршено"
-    IDS_STATUS_DOWNLOADINGFROM "Преузимање из %s..."
-}
-
-STRINGTABLE
-{
-    IDS_HTMLDISABLED    "HTML исцртавање је онемогућено."
-    IDS_HTMLDOCUMENT    "HTML документ"
-}
-
 IDD_HYPERLINK DIALOG 0, 0, 250, 65
 STYLE DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
 CAPTION "Хипервеза"
diff --git a/dlls/mshtml/Sv.rc b/dlls/mshtml/Sv.rc
index 831b50d..a68012e 100644
--- a/dlls/mshtml/Sv.rc
+++ b/dlls/mshtml/Sv.rc
@@ -20,18 +20,6 @@
 
 LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
 
-STRINGTABLE
-{
-    IDS_STATUS_DONE            "Klar"
-    IDS_STATUS_DOWNLOADINGFROM "Hämtar från %s..."
-}
-
-STRINGTABLE
-{
-    IDS_HTMLDISABLED    "HTML-visning är inte aktiverad."
-    IDS_HTMLDOCUMENT    "HTML-dokument"
-}
-
 IDD_HYPERLINK DIALOG 0, 0, 250, 65
 STYLE DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
 CAPTION "Hyperlänk"
diff --git a/dlls/mshtml/Tr.rc b/dlls/mshtml/Tr.rc
deleted file mode 100644
index cf15288..0000000
--- a/dlls/mshtml/Tr.rc
+++ /dev/null
@@ -1,27 +0,0 @@
-/*
- * Copyright 2006 Fatih Aþýcý
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
- */
-
-#include "resource.h"
-
-LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT
-
-STRINGTABLE
-{
-    IDS_HTMLDISABLED    "HTML motoru þu an devre dýþý."
-    IDS_HTMLDOCUMENT    "HTML Belgesi"
-}
diff --git a/dlls/mshtml/Uk.rc b/dlls/mshtml/Uk.rc
index 9bd886b..3b37988 100644
--- a/dlls/mshtml/Uk.rc
+++ b/dlls/mshtml/Uk.rc
@@ -24,18 +24,6 @@
 
 LANGUAGE LANG_UKRAINIAN, SUBLANG_DEFAULT
 
- STRINGTABLE
- {
-    IDS_STATUS_DONE            "Готово"
-    IDS_STATUS_DOWNLOADINGFROM "Завантаження з %s..."
-}
-
-STRINGTABLE
-{
-    IDS_HTMLDISABLED    "В даний момент відображення HTML вимкнено."
-    IDS_HTMLDOCUMENT    "Документ HTML"
-}
-
 IDD_HYPERLINK DIALOG 0, 0, 250, 65
 STYLE DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
 CAPTION "Гіперпосилання"
diff --git a/dlls/mshtml/Zh.rc b/dlls/mshtml/Zh.rc
index 1d712cc..81ac831 100644
--- a/dlls/mshtml/Zh.rc
+++ b/dlls/mshtml/Zh.rc
@@ -26,12 +26,6 @@
 
 LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
 
-STRINGTABLE
-{
-    IDS_HTMLDISABLED    "HTML 功能目前已被停用."
-    IDS_HTMLDOCUMENT    "HTML 文件"
-}
-
 IDD_HYPERLINK DIALOG 0, 0, 250, 65
 STYLE DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
 CAPTION "超链接"
@@ -59,12 +53,6 @@
 
 LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL
 
-STRINGTABLE
-{
-    IDS_HTMLDISABLED    "HTML 功能目前已被停用."
-    IDS_HTMLDOCUMENT    "HTML 檔案"
-}
-
 IDD_HYPERLINK DIALOG 0, 0, 250, 65
 STYLE DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
 CAPTION "超鏈接"
diff --git a/dlls/mshtml/rsrc.rc b/dlls/mshtml/mshtml.rc
similarity index 78%
rename from dlls/mshtml/rsrc.rc
rename to dlls/mshtml/mshtml.rc
index db76227..e0686fc 100644
--- a/dlls/mshtml/rsrc.rc
+++ b/dlls/mshtml/mshtml.rc
@@ -16,6 +16,24 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
+#include "resource.h"
+
+LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
+
+STRINGTABLE
+{
+    IDS_STATUS_DONE            "Done"
+    IDS_STATUS_DOWNLOADINGFROM "Downloading from %s..."
+}
+
+STRINGTABLE
+{
+    IDS_HTMLDISABLED    "HTML rendering is currently disabled."
+    IDS_HTMLDOCUMENT    "HTML Document"
+}
+
+LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
+
 #define WINE_FILEDESCRIPTION_STR "Wine HTML Viewer"
 #define WINE_FILENAME_STR "mshtml.dll"
 #define WINE_FILEVERSION 6,0,2800,1106
diff --git a/po/ar.po b/po/ar.po
index 3c696c7..64a834b 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -1729,6 +1729,22 @@
 msgid "Entire Network"
 msgstr ""
 
+#: mshtml.rc:31
+msgid "HTML rendering is currently disabled."
+msgstr ""
+
+#: mshtml.rc:32
+msgid "HTML Document"
+msgstr ""
+
+#: mshtml.rc:26
+msgid "Downloading from %s..."
+msgstr ""
+
+#: mshtml.rc:25
+msgid "Done"
+msgstr ""
+
 #: msi.rc:27
 msgid ""
 "The specified installation package could not be opened.  Please check the "
diff --git a/po/bg.po b/po/bg.po
index 8a0f289..67a025b 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -1729,6 +1729,22 @@
 msgid "Entire Network"
 msgstr "Цялата мрежа"
 
+#: mshtml.rc:31
+msgid "HTML rendering is currently disabled."
+msgstr "HTML изобразяването е изключено."
+
+#: mshtml.rc:32
+msgid "HTML Document"
+msgstr "HTML документ"
+
+#: mshtml.rc:26
+msgid "Downloading from %s..."
+msgstr ""
+
+#: mshtml.rc:25
+msgid "Done"
+msgstr ""
+
 #: msi.rc:27
 msgid ""
 "The specified installation package could not be opened.  Please check the "
diff --git a/po/cs.po b/po/cs.po
index 1c4b4e4..da3b684 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -1771,6 +1771,23 @@
 msgid "Entire Network"
 msgstr "Celá síť"
 
+#: mshtml.rc:31
+msgid "HTML rendering is currently disabled."
+msgstr ""
+
+#: mshtml.rc:32
+#, fuzzy
+msgid "HTML Document"
+msgstr "Argument missing\n"
+
+#: mshtml.rc:26
+msgid "Downloading from %s..."
+msgstr ""
+
+#: mshtml.rc:25
+msgid "Done"
+msgstr ""
+
 #: msi.rc:27
 msgid ""
 "The specified installation package could not be opened.  Please check the "
diff --git a/po/da.po b/po/da.po
index b12d81c..ab42115 100644
--- a/po/da.po
+++ b/po/da.po
@@ -1775,6 +1775,22 @@
 msgid "Entire Network"
 msgstr "Hele netværket"
 
+#: mshtml.rc:31
+msgid "HTML rendering is currently disabled."
+msgstr "HTML optegning er i øjeblikket deaktiveret."
+
+#: mshtml.rc:32
+msgid "HTML Document"
+msgstr "HTML dokument"
+
+#: mshtml.rc:26
+msgid "Downloading from %s..."
+msgstr ""
+
+#: mshtml.rc:25
+msgid "Done"
+msgstr ""
+
 #: msi.rc:27
 msgid ""
 "The specified installation package could not be opened.  Please check the "
diff --git a/po/de.po b/po/de.po
index 80b11c3..85d2b01 100644
--- a/po/de.po
+++ b/po/de.po
@@ -1817,6 +1817,22 @@
 msgid "Entire Network"
 msgstr "Gesamtes Netzwerk"
 
+#: mshtml.rc:31
+msgid "HTML rendering is currently disabled."
+msgstr "Die HTML-Darstellung ist zur Zeit ausgeschaltet."
+
+#: mshtml.rc:32
+msgid "HTML Document"
+msgstr "HTML-Dokument"
+
+#: mshtml.rc:26
+msgid "Downloading from %s..."
+msgstr "Herunterladen von %s..."
+
+#: mshtml.rc:25
+msgid "Done"
+msgstr "Fertig"
+
 #: msi.rc:27
 msgid ""
 "The specified installation package could not be opened.  Please check the "
diff --git a/po/el.po b/po/el.po
index 13ca7dc..5f741ee 100644
--- a/po/el.po
+++ b/po/el.po
@@ -1726,6 +1726,22 @@
 msgid "Entire Network"
 msgstr ""
 
+#: mshtml.rc:31
+msgid "HTML rendering is currently disabled."
+msgstr ""
+
+#: mshtml.rc:32
+msgid "HTML Document"
+msgstr ""
+
+#: mshtml.rc:26
+msgid "Downloading from %s..."
+msgstr ""
+
+#: mshtml.rc:25
+msgid "Done"
+msgstr ""
+
 #: msi.rc:27
 msgid ""
 "The specified installation package could not be opened.  Please check the "
diff --git a/po/en.po b/po/en.po
index 5ca88cf..49af322 100644
--- a/po/en.po
+++ b/po/en.po
@@ -1755,6 +1755,23 @@
 msgid "Entire Network"
 msgstr ""
 
+#: mshtml.rc:31
+msgid "HTML rendering is currently disabled."
+msgstr ""
+
+#: mshtml.rc:32
+#, fuzzy
+msgid "HTML Document"
+msgstr "Document Signing"
+
+#: mshtml.rc:26
+msgid "Downloading from %s..."
+msgstr ""
+
+#: mshtml.rc:25
+msgid "Done"
+msgstr ""
+
 #: msi.rc:27
 msgid ""
 "The specified installation package could not be opened.  Please check the "
diff --git a/po/en_US.po b/po/en_US.po
index 75e4f90..303514c 100644
--- a/po/en_US.po
+++ b/po/en_US.po
@@ -1765,6 +1765,22 @@
 msgid "Entire Network"
 msgstr "Entire Network"
 
+#: mshtml.rc:31
+msgid "HTML rendering is currently disabled."
+msgstr "HTML rendering is currently disabled."
+
+#: mshtml.rc:32
+msgid "HTML Document"
+msgstr "HTML Document"
+
+#: mshtml.rc:26
+msgid "Downloading from %s..."
+msgstr "Downloading from %s..."
+
+#: mshtml.rc:25
+msgid "Done"
+msgstr "Done"
+
 #: msi.rc:27
 msgid ""
 "The specified installation package could not be opened.  Please check the "
diff --git a/po/eo.po b/po/eo.po
index 80f0fcc..73f4535 100644
--- a/po/eo.po
+++ b/po/eo.po
@@ -1738,6 +1738,22 @@
 msgid "Entire Network"
 msgstr "Tuta Reto"
 
+#: mshtml.rc:31
+msgid "HTML rendering is currently disabled."
+msgstr ""
+
+#: mshtml.rc:32
+msgid "HTML Document"
+msgstr ""
+
+#: mshtml.rc:26
+msgid "Downloading from %s..."
+msgstr ""
+
+#: mshtml.rc:25
+msgid "Done"
+msgstr ""
+
 #: msi.rc:27
 msgid ""
 "The specified installation package could not be opened.  Please check the "
diff --git a/po/es.po b/po/es.po
index 2be7c39..6812f6b 100644
--- a/po/es.po
+++ b/po/es.po
@@ -1781,6 +1781,22 @@
 msgid "Entire Network"
 msgstr "Toda la red"
 
+#: mshtml.rc:31
+msgid "HTML rendering is currently disabled."
+msgstr "El renderizado HTML está actualmente deshabilitado."
+
+#: mshtml.rc:32
+msgid "HTML Document"
+msgstr "Documento HTML"
+
+#: mshtml.rc:26
+msgid "Downloading from %s..."
+msgstr "Descargando desde %s..."
+
+#: mshtml.rc:25
+msgid "Done"
+msgstr "Listo"
+
 #: msi.rc:27
 msgid ""
 "The specified installation package could not be opened.  Please check the "
diff --git a/po/fa.po b/po/fa.po
index b8b3dcc..acb07e4 100644
--- a/po/fa.po
+++ b/po/fa.po
@@ -1729,6 +1729,22 @@
 msgid "Entire Network"
 msgstr ""
 
+#: mshtml.rc:31
+msgid "HTML rendering is currently disabled."
+msgstr ""
+
+#: mshtml.rc:32
+msgid "HTML Document"
+msgstr ""
+
+#: mshtml.rc:26
+msgid "Downloading from %s..."
+msgstr ""
+
+#: mshtml.rc:25
+msgid "Done"
+msgstr ""
+
 #: msi.rc:27
 msgid ""
 "The specified installation package could not be opened.  Please check the "
diff --git a/po/fi.po b/po/fi.po
index 195dbc0..569dedb 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -1751,6 +1751,22 @@
 msgid "Entire Network"
 msgstr ""
 
+#: mshtml.rc:31
+msgid "HTML rendering is currently disabled."
+msgstr "HTML:n näyttäminen on tällähetkellä poistettu käytöstä."
+
+#: mshtml.rc:32
+msgid "HTML Document"
+msgstr "HTML Dokumentti"
+
+#: mshtml.rc:26
+msgid "Downloading from %s..."
+msgstr ""
+
+#: mshtml.rc:25
+msgid "Done"
+msgstr ""
+
 #: msi.rc:27
 msgid ""
 "The specified installation package could not be opened.  Please check the "
diff --git a/po/fr.po b/po/fr.po
index 56af3bb..3eb0bbb 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -1806,6 +1806,22 @@
 msgid "Entire Network"
 msgstr "Le réseau entier"
 
+#: mshtml.rc:31
+msgid "HTML rendering is currently disabled."
+msgstr "Le rendu HTML est actuellement désactivé."
+
+#: mshtml.rc:32
+msgid "HTML Document"
+msgstr "Document HTML"
+
+#: mshtml.rc:26
+msgid "Downloading from %s..."
+msgstr "Téléchargement depuis %s..."
+
+#: mshtml.rc:25
+msgid "Done"
+msgstr "Terminé"
+
 #: msi.rc:27
 msgid ""
 "The specified installation package could not be opened.  Please check the "
diff --git a/po/he.po b/po/he.po
index 8e888ea..3dc0c86 100644
--- a/po/he.po
+++ b/po/he.po
@@ -1752,6 +1752,22 @@
 msgid "Entire Network"
 msgstr "הרשת כולה"
 
+#: mshtml.rc:31
+msgid "HTML rendering is currently disabled."
+msgstr "עיבוד HTML מנוטרל כעת."
+
+#: mshtml.rc:32
+msgid "HTML Document"
+msgstr "מסמך HTML"
+
+#: mshtml.rc:26
+msgid "Downloading from %s..."
+msgstr "הורדה מהכתובת %s..."
+
+#: mshtml.rc:25
+msgid "Done"
+msgstr "הסתיימה"
+
 #: msi.rc:27
 msgid ""
 "The specified installation package could not be opened.  Please check the "
diff --git a/po/hi.po b/po/hi.po
index 28fc874..9c389a1 100644
--- a/po/hi.po
+++ b/po/hi.po
@@ -1722,6 +1722,22 @@
 msgid "Entire Network"
 msgstr ""
 
+#: mshtml.rc:31
+msgid "HTML rendering is currently disabled."
+msgstr ""
+
+#: mshtml.rc:32
+msgid "HTML Document"
+msgstr ""
+
+#: mshtml.rc:26
+msgid "Downloading from %s..."
+msgstr ""
+
+#: mshtml.rc:25
+msgid "Done"
+msgstr ""
+
 #: msi.rc:27
 msgid ""
 "The specified installation package could not be opened.  Please check the "
diff --git a/po/hu.po b/po/hu.po
index 9585b7b..47d3bbb 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -1791,6 +1791,22 @@
 msgid "Entire Network"
 msgstr "Teljes hálózat"
 
+#: mshtml.rc:31
+msgid "HTML rendering is currently disabled."
+msgstr "A HTML renderelés jelenleg le van tiltva."
+
+#: mshtml.rc:32
+msgid "HTML Document"
+msgstr "HTML dokumentum"
+
+#: mshtml.rc:26
+msgid "Downloading from %s..."
+msgstr ""
+
+#: mshtml.rc:25
+msgid "Done"
+msgstr ""
+
 #: msi.rc:27
 msgid ""
 "The specified installation package could not be opened.  Please check the "
diff --git a/po/it.po b/po/it.po
index fec3d5b..e7a696d 100644
--- a/po/it.po
+++ b/po/it.po
@@ -1850,6 +1850,22 @@
 msgid "Entire Network"
 msgstr "Tutta la rete"
 
+#: mshtml.rc:31
+msgid "HTML rendering is currently disabled."
+msgstr "Il rendering HTML è attualmente disattivato."
+
+#: mshtml.rc:32
+msgid "HTML Document"
+msgstr "Documento HTML"
+
+#: mshtml.rc:26
+msgid "Downloading from %s..."
+msgstr "Scaricando da %s..."
+
+#: mshtml.rc:25
+msgid "Done"
+msgstr "Fatto"
+
 #: msi.rc:27
 msgid ""
 "The specified installation package could not be opened.  Please check the "
diff --git a/po/ja.po b/po/ja.po
index a257757..c61958c 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -1774,6 +1774,22 @@
 msgid "Entire Network"
 msgstr "ネットワーク全体"
 
+#: mshtml.rc:31
+msgid "HTML rendering is currently disabled."
+msgstr "HTML レンダリングは現在、無効です。"
+
+#: mshtml.rc:32
+msgid "HTML Document"
+msgstr "HTML 文書"
+
+#: mshtml.rc:26
+msgid "Downloading from %s..."
+msgstr "%s からダウンロード中..."
+
+#: mshtml.rc:25
+msgid "Done"
+msgstr "完了"
+
 #: msi.rc:27
 msgid ""
 "The specified installation package could not be opened.  Please check the "
diff --git a/po/ko.po b/po/ko.po
index bc320d1..5421a97 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -1830,6 +1830,22 @@
 msgid "Entire Network"
 msgstr "전체 네트워크"
 
+#: mshtml.rc:31
+msgid "HTML rendering is currently disabled."
+msgstr "HTML 렌더링은 현재 가능하지 않음."
+
+#: mshtml.rc:32
+msgid "HTML Document"
+msgstr "HTML 문서"
+
+#: mshtml.rc:26
+msgid "Downloading from %s..."
+msgstr "%s로부터 다운로드중..."
+
+#: mshtml.rc:25
+msgid "Done"
+msgstr "끝남"
+
 #: msi.rc:27
 msgid ""
 "The specified installation package could not be opened.  Please check the "
diff --git a/po/lt.po b/po/lt.po
index c1c9261..9bd6002 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -1777,6 +1777,22 @@
 msgid "Entire Network"
 msgstr "Visas tinklas"
 
+#: mshtml.rc:31
+msgid "HTML rendering is currently disabled."
+msgstr "HTML atvaizdavimas yra išjungtas."
+
+#: mshtml.rc:32
+msgid "HTML Document"
+msgstr "HTML dokumentas"
+
+#: mshtml.rc:26
+msgid "Downloading from %s..."
+msgstr "Atsiunčiama iš %s..."
+
+#: mshtml.rc:25
+msgid "Done"
+msgstr "Baigta"
+
 #: msi.rc:27
 msgid ""
 "The specified installation package could not be opened.  Please check the "
diff --git a/po/ml.po b/po/ml.po
index b6f5aae..4990eec 100644
--- a/po/ml.po
+++ b/po/ml.po
@@ -1722,6 +1722,22 @@
 msgid "Entire Network"
 msgstr ""
 
+#: mshtml.rc:31
+msgid "HTML rendering is currently disabled."
+msgstr ""
+
+#: mshtml.rc:32
+msgid "HTML Document"
+msgstr ""
+
+#: mshtml.rc:26
+msgid "Downloading from %s..."
+msgstr ""
+
+#: mshtml.rc:25
+msgid "Done"
+msgstr ""
+
 #: msi.rc:27
 msgid ""
 "The specified installation package could not be opened.  Please check the "
diff --git a/po/nb_NO.po b/po/nb_NO.po
index d9d4812..f4f5ff3 100644
--- a/po/nb_NO.po
+++ b/po/nb_NO.po
@@ -1847,6 +1847,22 @@
 msgid "Entire Network"
 msgstr "Hele nettverket"
 
+#: mshtml.rc:31
+msgid "HTML rendering is currently disabled."
+msgstr "HTML-tegning er for øyeblikket deaktivert."
+
+#: mshtml.rc:32
+msgid "HTML Document"
+msgstr "HTML-dokument"
+
+#: mshtml.rc:26
+msgid "Downloading from %s..."
+msgstr ""
+
+#: mshtml.rc:25
+msgid "Done"
+msgstr ""
+
 #: msi.rc:27
 msgid ""
 "The specified installation package could not be opened.  Please check the "
diff --git a/po/nl.po b/po/nl.po
index acbc38a..2a69c47 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -1865,6 +1865,22 @@
 msgid "Entire Network"
 msgstr "Gehele netwerk"
 
+#: mshtml.rc:31
+msgid "HTML rendering is currently disabled."
+msgstr "De HTML weergave is op dit moment uitgeschakeld."
+
+#: mshtml.rc:32
+msgid "HTML Document"
+msgstr "HTML document"
+
+#: mshtml.rc:26
+msgid "Downloading from %s..."
+msgstr "Downloaden van %s..."
+
+#: mshtml.rc:25
+msgid "Done"
+msgstr "Klaar"
+
 #: msi.rc:27
 msgid ""
 "The specified installation package could not be opened.  Please check the "
diff --git a/po/or.po b/po/or.po
index de640f3..243b739 100644
--- a/po/or.po
+++ b/po/or.po
@@ -1722,6 +1722,22 @@
 msgid "Entire Network"
 msgstr ""
 
+#: mshtml.rc:31
+msgid "HTML rendering is currently disabled."
+msgstr ""
+
+#: mshtml.rc:32
+msgid "HTML Document"
+msgstr ""
+
+#: mshtml.rc:26
+msgid "Downloading from %s..."
+msgstr ""
+
+#: mshtml.rc:25
+msgid "Done"
+msgstr ""
+
 #: msi.rc:27
 msgid ""
 "The specified installation package could not be opened.  Please check the "
diff --git a/po/pa.po b/po/pa.po
index a60316a..edd732c 100644
--- a/po/pa.po
+++ b/po/pa.po
@@ -1722,6 +1722,22 @@
 msgid "Entire Network"
 msgstr ""
 
+#: mshtml.rc:31
+msgid "HTML rendering is currently disabled."
+msgstr ""
+
+#: mshtml.rc:32
+msgid "HTML Document"
+msgstr ""
+
+#: mshtml.rc:26
+msgid "Downloading from %s..."
+msgstr ""
+
+#: mshtml.rc:25
+msgid "Done"
+msgstr ""
+
 #: msi.rc:27
 msgid ""
 "The specified installation package could not be opened.  Please check the "
diff --git a/po/pl.po b/po/pl.po
index 7f2e235..ccffb2f 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -1802,6 +1802,22 @@
 msgid "Entire Network"
 msgstr "Cała sieć"
 
+#: mshtml.rc:31
+msgid "HTML rendering is currently disabled."
+msgstr "Wyświetlanie HTML jest aktualnie wyłączone."
+
+#: mshtml.rc:32
+msgid "HTML Document"
+msgstr "Dokument HTML"
+
+#: mshtml.rc:26
+msgid "Downloading from %s..."
+msgstr "Pobieranie od %s..."
+
+#: mshtml.rc:25
+msgid "Done"
+msgstr "Skończone"
+
 #: msi.rc:27
 msgid ""
 "The specified installation package could not be opened.  Please check the "
diff --git a/po/pt_BR.po b/po/pt_BR.po
index c87c9c8..40f3af0 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -1861,6 +1861,22 @@
 msgid "Entire Network"
 msgstr "Toda a rede"
 
+#: mshtml.rc:31
+msgid "HTML rendering is currently disabled."
+msgstr "A interpretação de HTML está desativada."
+
+#: mshtml.rc:32
+msgid "HTML Document"
+msgstr "Documento HTML"
+
+#: mshtml.rc:26
+msgid "Downloading from %s..."
+msgstr "Fazendo o download de %s..."
+
+#: mshtml.rc:25
+msgid "Done"
+msgstr "Concluído"
+
 #: msi.rc:27
 msgid ""
 "The specified installation package could not be opened.  Please check the "
diff --git a/po/pt_PT.po b/po/pt_PT.po
index 91f2cbe..6e834a7 100644
--- a/po/pt_PT.po
+++ b/po/pt_PT.po
@@ -1865,6 +1865,22 @@
 msgid "Entire Network"
 msgstr "Toda a rede"
 
+#: mshtml.rc:31
+msgid "HTML rendering is currently disabled."
+msgstr "A interpretação de HTML está desactivada."
+
+#: mshtml.rc:32
+msgid "HTML Document"
+msgstr "Documento HTML"
+
+#: mshtml.rc:26
+msgid "Downloading from %s..."
+msgstr "A descarregar de %s..."
+
+#: mshtml.rc:25
+msgid "Done"
+msgstr "Concluído"
+
 #: msi.rc:27
 msgid ""
 "The specified installation package could not be opened.  Please check the "
diff --git a/po/rm.po b/po/rm.po
index 3143460..85c00fa 100644
--- a/po/rm.po
+++ b/po/rm.po
@@ -1731,6 +1731,22 @@
 msgid "Entire Network"
 msgstr ""
 
+#: mshtml.rc:31
+msgid "HTML rendering is currently disabled."
+msgstr ""
+
+#: mshtml.rc:32
+msgid "HTML Document"
+msgstr ""
+
+#: mshtml.rc:26
+msgid "Downloading from %s..."
+msgstr ""
+
+#: mshtml.rc:25
+msgid "Done"
+msgstr ""
+
 #: msi.rc:27
 msgid ""
 "The specified installation package could not be opened.  Please check the "
diff --git a/po/ro.po b/po/ro.po
index d79e38d..6fd6775 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -1862,6 +1862,22 @@
 msgid "Entire Network"
 msgstr "Toată rețeaua"
 
+#: mshtml.rc:31
+msgid "HTML rendering is currently disabled."
+msgstr "Afișarea de pagini HTML este în prezent dezactivată."
+
+#: mshtml.rc:32
+msgid "HTML Document"
+msgstr "Document HTML"
+
+#: mshtml.rc:26
+msgid "Downloading from %s..."
+msgstr ""
+
+#: mshtml.rc:25
+msgid "Done"
+msgstr ""
+
 #: msi.rc:27
 msgid ""
 "The specified installation package could not be opened.  Please check the "
diff --git a/po/ru.po b/po/ru.po
index 5e526d8..2334d54 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -1771,6 +1771,22 @@
 msgid "Entire Network"
 msgstr "Вся сеть"
 
+#: mshtml.rc:31
+msgid "HTML rendering is currently disabled."
+msgstr "В настоящее время отображение HTML выключено."
+
+#: mshtml.rc:32
+msgid "HTML Document"
+msgstr "Документ HTML"
+
+#: mshtml.rc:26
+msgid "Downloading from %s..."
+msgstr ""
+
+#: mshtml.rc:25
+msgid "Done"
+msgstr ""
+
 #: msi.rc:27
 msgid ""
 "The specified installation package could not be opened.  Please check the "
diff --git a/po/sk.po b/po/sk.po
index d70082a..8fdd657 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -1729,6 +1729,22 @@
 msgid "Entire Network"
 msgstr ""
 
+#: mshtml.rc:31
+msgid "HTML rendering is currently disabled."
+msgstr ""
+
+#: mshtml.rc:32
+msgid "HTML Document"
+msgstr ""
+
+#: mshtml.rc:26
+msgid "Downloading from %s..."
+msgstr ""
+
+#: mshtml.rc:25
+msgid "Done"
+msgstr ""
+
 #: msi.rc:27
 msgid ""
 "The specified installation package could not be opened.  Please check the "
diff --git a/po/sl.po b/po/sl.po
index ee169f4..b4d2c79 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -1771,6 +1771,22 @@
 msgid "Entire Network"
 msgstr "Celotno omrežje"
 
+#: mshtml.rc:31
+msgid "HTML rendering is currently disabled."
+msgstr "Prikazovanje HTML dokumentov je trenutno onemogočeno."
+
+#: mshtml.rc:32
+msgid "HTML Document"
+msgstr "HTML dokument"
+
+#: mshtml.rc:26
+msgid "Downloading from %s..."
+msgstr "Prenašam iz %s ..."
+
+#: mshtml.rc:25
+msgid "Done"
+msgstr "Končano"
+
 #: msi.rc:27
 msgid ""
 "The specified installation package could not be opened.  Please check the "
diff --git a/po/sr_RS@cyrillic.po b/po/sr_RS@cyrillic.po
index e1f81e8..f60c31d 100644
--- a/po/sr_RS@cyrillic.po
+++ b/po/sr_RS@cyrillic.po
@@ -1752,6 +1752,22 @@
 msgid "Entire Network"
 msgstr "Цела мрежа"
 
+#: mshtml.rc:31
+msgid "HTML rendering is currently disabled."
+msgstr "HTML исцртавање је онемогућено."
+
+#: mshtml.rc:32
+msgid "HTML Document"
+msgstr "HTML документ"
+
+#: mshtml.rc:26
+msgid "Downloading from %s..."
+msgstr "Преузимање из %s..."
+
+#: mshtml.rc:25
+msgid "Done"
+msgstr "Завршено"
+
 #: msi.rc:27
 msgid ""
 "The specified installation package could not be opened.  Please check the "
diff --git a/po/sr_RS@latin.po b/po/sr_RS@latin.po
index ae2a2c6..fd44d69 100644
--- a/po/sr_RS@latin.po
+++ b/po/sr_RS@latin.po
@@ -1764,6 +1764,22 @@
 msgid "Entire Network"
 msgstr "Cela mreža"
 
+#: mshtml.rc:31
+msgid "HTML rendering is currently disabled."
+msgstr "HTML iscrtavanje je onemogućeno."
+
+#: mshtml.rc:32
+msgid "HTML Document"
+msgstr "HTML dokument"
+
+#: mshtml.rc:26
+msgid "Downloading from %s..."
+msgstr "Preuzimanje iz %s..."
+
+#: mshtml.rc:25
+msgid "Done"
+msgstr "Završeno"
+
 #: msi.rc:27
 msgid ""
 "The specified installation package could not be opened.  Please check the "
diff --git a/po/sv.po b/po/sv.po
index 0348d8a..a192bee 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -1802,6 +1802,22 @@
 msgid "Entire Network"
 msgstr "Hela nätverket"
 
+#: mshtml.rc:31
+msgid "HTML rendering is currently disabled."
+msgstr "HTML-visning är inte aktiverad."
+
+#: mshtml.rc:32
+msgid "HTML Document"
+msgstr "HTML-dokument"
+
+#: mshtml.rc:26
+msgid "Downloading from %s..."
+msgstr "Hämtar från %s..."
+
+#: mshtml.rc:25
+msgid "Done"
+msgstr "Klar"
+
 #: msi.rc:27
 msgid ""
 "The specified installation package could not be opened.  Please check the "
diff --git a/po/te.po b/po/te.po
index 1cb6b6c..546c9e8 100644
--- a/po/te.po
+++ b/po/te.po
@@ -1722,6 +1722,22 @@
 msgid "Entire Network"
 msgstr ""
 
+#: mshtml.rc:31
+msgid "HTML rendering is currently disabled."
+msgstr ""
+
+#: mshtml.rc:32
+msgid "HTML Document"
+msgstr ""
+
+#: mshtml.rc:26
+msgid "Downloading from %s..."
+msgstr ""
+
+#: mshtml.rc:25
+msgid "Done"
+msgstr ""
+
 #: msi.rc:27
 msgid ""
 "The specified installation package could not be opened.  Please check the "
diff --git a/po/th.po b/po/th.po
index d1984ef..66fb544 100644
--- a/po/th.po
+++ b/po/th.po
@@ -1728,6 +1728,22 @@
 msgid "Entire Network"
 msgstr ""
 
+#: mshtml.rc:31
+msgid "HTML rendering is currently disabled."
+msgstr ""
+
+#: mshtml.rc:32
+msgid "HTML Document"
+msgstr ""
+
+#: mshtml.rc:26
+msgid "Downloading from %s..."
+msgstr ""
+
+#: mshtml.rc:25
+msgid "Done"
+msgstr ""
+
 #: msi.rc:27
 msgid ""
 "The specified installation package could not be opened.  Please check the "
diff --git a/po/tr.po b/po/tr.po
index fd96642..e503587 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -1768,6 +1768,22 @@
 msgid "Entire Network"
 msgstr "Tüm Ağ"
 
+#: mshtml.rc:31
+msgid "HTML rendering is currently disabled."
+msgstr "HTML motoru şu an devre dışı."
+
+#: mshtml.rc:32
+msgid "HTML Document"
+msgstr "HTML Belgesi"
+
+#: mshtml.rc:26
+msgid "Downloading from %s..."
+msgstr ""
+
+#: mshtml.rc:25
+msgid "Done"
+msgstr ""
+
 #: msi.rc:27
 msgid ""
 "The specified installation package could not be opened.  Please check the "
diff --git a/po/uk.po b/po/uk.po
index 7007231..4e669e3 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -1774,6 +1774,22 @@
 msgid "Entire Network"
 msgstr "Вся Мережа"
 
+#: mshtml.rc:31
+msgid "HTML rendering is currently disabled."
+msgstr "В даний момент відображення HTML вимкнено."
+
+#: mshtml.rc:32
+msgid "HTML Document"
+msgstr "Документ HTML"
+
+#: mshtml.rc:26
+msgid "Downloading from %s..."
+msgstr "Завантаження з %s..."
+
+#: mshtml.rc:25
+msgid "Done"
+msgstr "Готово"
+
 #: msi.rc:27
 msgid ""
 "The specified installation package could not be opened.  Please check the "
diff --git a/po/wa.po b/po/wa.po
index 1a75e05..feb6e9cd 100644
--- a/po/wa.po
+++ b/po/wa.po
@@ -1729,6 +1729,22 @@
 msgid "Entire Network"
 msgstr ""
 
+#: mshtml.rc:31
+msgid "HTML rendering is currently disabled."
+msgstr ""
+
+#: mshtml.rc:32
+msgid "HTML Document"
+msgstr ""
+
+#: mshtml.rc:26
+msgid "Downloading from %s..."
+msgstr ""
+
+#: mshtml.rc:25
+msgid "Done"
+msgstr ""
+
 #: msi.rc:27
 msgid ""
 "The specified installation package could not be opened.  Please check the "
diff --git a/po/wine.pot b/po/wine.pot
index a6de765..1b57e66 100644
--- a/po/wine.pot
+++ b/po/wine.pot
@@ -1716,6 +1716,22 @@
 msgid "Entire Network"
 msgstr ""
 
+#: mshtml.rc:31
+msgid "HTML rendering is currently disabled."
+msgstr ""
+
+#: mshtml.rc:32
+msgid "HTML Document"
+msgstr ""
+
+#: mshtml.rc:26
+msgid "Downloading from %s..."
+msgstr ""
+
+#: mshtml.rc:25
+msgid "Done"
+msgstr ""
+
 #: msi.rc:27
 msgid ""
 "The specified installation package could not be opened.  Please check the "
diff --git a/po/zh_CN.po b/po/zh_CN.po
index f964fef..30f11bf 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -1747,6 +1747,22 @@
 msgid "Entire Network"
 msgstr "整个网络"
 
+#: mshtml.rc:31
+msgid "HTML rendering is currently disabled."
+msgstr "HTML 功能目前已被停用."
+
+#: mshtml.rc:32
+msgid "HTML Document"
+msgstr "HTML 文件"
+
+#: mshtml.rc:26
+msgid "Downloading from %s..."
+msgstr ""
+
+#: mshtml.rc:25
+msgid "Done"
+msgstr ""
+
 #: msi.rc:27
 msgid ""
 "The specified installation package could not be opened.  Please check the "
diff --git a/po/zh_TW.po b/po/zh_TW.po
index bc41a52..7612d06 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -1746,6 +1746,22 @@
 msgid "Entire Network"
 msgstr "整個網路"
 
+#: mshtml.rc:31
+msgid "HTML rendering is currently disabled."
+msgstr "HTML 功能目前已被停用."
+
+#: mshtml.rc:32
+msgid "HTML Document"
+msgstr "HTML 檔案"
+
+#: mshtml.rc:26
+msgid "Downloading from %s..."
+msgstr ""
+
+#: mshtml.rc:25
+msgid "Done"
+msgstr ""
+
 #: msi.rc:27
 msgid ""
 "The specified installation package could not be opened.  Please check the "