From ec547500f2785232ea2c2b6fb5513512b88c871a Mon Sep 17 00:00:00 2001
From: Alexandre Julliard <julliard@winehq.org>
Date: Wed, 12 Jan 2011 18:03:56 +0100
Subject: [PATCH] wininet: Convert string table resources to po files.

---
 configure                               |  2 +-
 configure.ac                            |  2 +-
 dlls/wininet/Makefile.in                |  4 +++-
 dlls/wininet/{version.rc => wininet.rc} | 17 ++++++++++++++---
 dlls/wininet/wininet_Bg.rc              |  5 -----
 dlls/wininet/wininet_Da.rc              |  5 -----
 dlls/wininet/wininet_De.rc              |  9 ---------
 dlls/wininet/wininet_En.rc              |  9 ---------
 dlls/wininet/wininet_Eo.rc              |  5 -----
 dlls/wininet/wininet_Es.rc              |  5 -----
 dlls/wininet/wininet_Fi.rc              |  5 -----
 dlls/wininet/wininet_Fr.rc              |  9 ---------
 dlls/wininet/wininet_He.rc              |  9 ---------
 dlls/wininet/wininet_Hu.rc              |  5 -----
 dlls/wininet/wininet_It.rc              |  9 ---------
 dlls/wininet/wininet_Ja.rc              |  5 -----
 dlls/wininet/wininet_Ko.rc              | 10 ----------
 dlls/wininet/wininet_Lt.rc              |  9 ---------
 dlls/wininet/wininet_Nl.rc              |  9 ---------
 dlls/wininet/wininet_No.rc              |  5 -----
 dlls/wininet/wininet_Pl.rc              |  9 ---------
 dlls/wininet/wininet_Pt.rc              | 15 ---------------
 dlls/wininet/wininet_Ro.rc              |  5 -----
 dlls/wininet/wininet_Ru.rc              |  5 -----
 dlls/wininet/wininet_Si.rc              |  5 -----
 dlls/wininet/wininet_Sr.rc              | 10 ----------
 dlls/wininet/wininet_Sv.rc              |  9 ---------
 dlls/wininet/wininet_Tr.rc              |  5 -----
 dlls/wininet/wininet_Uk.rc              |  5 -----
 dlls/wininet/wininet_Zh.rc              | 10 ----------
 po/ar.po                                | 21 +++++++++++++++++++++
 po/bg.po                                | 21 +++++++++++++++++++++
 po/cs.po                                | 22 ++++++++++++++++++++++
 po/da.po                                | 22 ++++++++++++++++++++++
 po/de.po                                | 24 ++++++++++++++++++++++++
 po/el.po                                | 21 +++++++++++++++++++++
 po/en.po                                | 22 ++++++++++++++++++++++
 po/en_US.po                             | 22 ++++++++++++++++++++++
 po/eo.po                                | 21 +++++++++++++++++++++
 po/es.po                                | 22 ++++++++++++++++++++++
 po/fa.po                                | 21 +++++++++++++++++++++
 po/fi.po                                | 21 +++++++++++++++++++++
 po/fr.po                                | 21 +++++++++++++++++++++
 po/he.po                                | 21 +++++++++++++++++++++
 po/hi.po                                | 21 +++++++++++++++++++++
 po/hu.po                                | 22 ++++++++++++++++++++++
 po/it.po                                | 23 +++++++++++++++++++++++
 po/ja.po                                | 22 ++++++++++++++++++++++
 po/ko.po                                | 21 +++++++++++++++++++++
 po/lt.po                                | 21 +++++++++++++++++++++
 po/ml.po                                | 21 +++++++++++++++++++++
 po/nb_NO.po                             | 23 +++++++++++++++++++++++
 po/nl.po                                | 23 +++++++++++++++++++++++
 po/or.po                                | 21 +++++++++++++++++++++
 po/pa.po                                | 21 +++++++++++++++++++++
 po/pl.po                                | 21 +++++++++++++++++++++
 po/pt_BR.po                             | 22 ++++++++++++++++++++++
 po/pt_PT.po                             | 22 ++++++++++++++++++++++
 po/rm.po                                | 21 +++++++++++++++++++++
 po/ro.po                                | 22 ++++++++++++++++++++++
 po/ru.po                                | 22 ++++++++++++++++++++++
 po/sk.po                                | 22 ++++++++++++++++++++++
 po/sl.po                                | 22 ++++++++++++++++++++++
 po/sr_RS@cyrillic.po                    | 21 +++++++++++++++++++++
 po/sr_RS@latin.po                       | 21 +++++++++++++++++++++
 po/sv.po                                | 21 +++++++++++++++++++++
 po/te.po                                | 21 +++++++++++++++++++++
 po/th.po                                | 21 +++++++++++++++++++++
 po/tr.po                                | 22 ++++++++++++++++++++++
 po/uk.po                                | 23 +++++++++++++++++++++++
 po/wa.po                                | 21 +++++++++++++++++++++
 po/wine.pot                             | 21 +++++++++++++++++++++
 po/zh_CN.po                             | 21 +++++++++++++++++++++
 po/zh_TW.po                             | 21 +++++++++++++++++++++
 74 files changed, 968 insertions(+), 197 deletions(-)
 rename dlls/wininet/{version.rc => wininet.rc} (67%)

diff --git a/configure b/configure
index 4a8ed4fc705..eaa44daf773 100755
--- a/configure
+++ b/configure
@@ -15278,7 +15278,7 @@ wine_fn_config_dll wing.dll16 enable_win16
 wine_fn_config_dll wing32 enable_wing32
 wine_fn_config_dll winhttp enable_winhttp implib
 wine_fn_config_test dlls/winhttp/tests winhttp_test
-wine_fn_config_dll wininet enable_wininet implib
+wine_fn_config_dll wininet enable_wininet po,implib
 wine_fn_config_test dlls/wininet/tests wininet_test
 wine_fn_config_dll winmm enable_winmm po,implib
 wine_fn_config_test dlls/winmm/tests winmm_test
diff --git a/configure.ac b/configure.ac
index a3e463579e9..dd75ebd6b8f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2807,7 +2807,7 @@ WINE_CONFIG_DLL(wing.dll16,enable_win16)
 WINE_CONFIG_DLL(wing32)
 WINE_CONFIG_DLL(winhttp,,[implib])
 WINE_CONFIG_TEST(dlls/winhttp/tests)
-WINE_CONFIG_DLL(wininet,,[implib])
+WINE_CONFIG_DLL(wininet,,[po,implib])
 WINE_CONFIG_TEST(dlls/wininet/tests)
 WINE_CONFIG_DLL(winmm,,[po,implib])
 WINE_CONFIG_TEST(dlls/winmm/tests)
diff --git a/dlls/wininet/Makefile.in b/dlls/wininet/Makefile.in
index 9ddca9eb90a..1e705a3d14d 100644
--- a/dlls/wininet/Makefile.in
+++ b/dlls/wininet/Makefile.in
@@ -18,7 +18,7 @@ C_SRCS = \
 	wininet_main.c
 
 RC_SRCS = \
-	version.rc \
+	wininet.rc \
 	wininet_Bg.rc \
 	wininet_Cs.rc \
 	wininet_Da.rc \
@@ -47,4 +47,6 @@ RC_SRCS = \
 	wininet_Uk.rc \
 	wininet_Zh.rc
 
+PO_SRCS = wininet.rc
+
 @MAKE_DLL_RULES@
diff --git a/dlls/wininet/version.rc b/dlls/wininet/wininet.rc
similarity index 67%
rename from dlls/wininet/version.rc
rename to dlls/wininet/wininet.rc
index bc37bd83e37..8ef32e1c1f4 100644
--- a/dlls/wininet/version.rc
+++ b/dlls/wininet/wininet.rc
@@ -1,7 +1,5 @@
 /*
- * Copyright 2002 CodeWeavers
- *
- * Aric Stewart
+ * Copyright 2003 Mike McCormack for CodeWeavers
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -18,6 +16,19 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
+#include "resource.h"
+
+LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
+
+STRINGTABLE
+{
+  IDS_LANCONNECTION "LAN Connection"
+  IDS_CERT_CA_INVALID   "The certificate is issued by an unknown or untrusted publisher."
+  IDS_CERT_DATE_INVALID "The date on the certificate is invalid."
+  IDS_CERT_CN_INVALID   "The name on the certificate does not match the site."
+  IDS_CERT_ERRORS       "There is at least one unspecified security problem with this certificate."
+}
+
 #define WINE_FILEDESCRIPTION_STR "Wine Internet Connectivity"
 #define WINE_FILENAME_STR "wininet.dll"
 #define WINE_FILEVERSION 6,0,2800,1106
diff --git a/dlls/wininet/wininet_Bg.rc b/dlls/wininet/wininet_Bg.rc
index 188cecefcfc..e44e99ff4c6 100644
--- a/dlls/wininet/wininet_Bg.rc
+++ b/dlls/wininet/wininet_Bg.rc
@@ -39,8 +39,3 @@ FONT 8, "MS Shell Dlg"
  PUSHBUTTON "OK", IDOK, 98, 126, 56, 14, WS_GROUP | WS_TABSTOP | BS_DEFPUSHBUTTON
  PUSHBUTTON "Îòìåíè", IDCANCEL, 158, 126, 56, 14, WS_GROUP | WS_TABSTOP
 }
-
-STRINGTABLE
-{
-  IDS_LANCONNECTION "LAN âðúçêà"
-}
diff --git a/dlls/wininet/wininet_Da.rc b/dlls/wininet/wininet_Da.rc
index b0107bee587..9499adbe88c 100644
--- a/dlls/wininet/wininet_Da.rc
+++ b/dlls/wininet/wininet_Da.rc
@@ -62,8 +62,3 @@ FONT 8, "MS Shell Dlg"
  PUSHBUTTON "OK", IDOK, 98, 126, 56, 14, WS_GROUP | WS_TABSTOP | BS_DEFPUSHBUTTON
  PUSHBUTTON "Annuller", IDCANCEL, 158, 126, 56, 14, WS_GROUP | WS_TABSTOP
 }
-
-STRINGTABLE
-{
-  IDS_LANCONNECTION "Lokal netværksforbindelse"
-}
diff --git a/dlls/wininet/wininet_De.rc b/dlls/wininet/wininet_De.rc
index 36784d14804..5292bb9f79d 100644
--- a/dlls/wininet/wininet_De.rc
+++ b/dlls/wininet/wininet_De.rc
@@ -74,12 +74,3 @@ FONT 8, "MS Shell Dlg"
  PUSHBUTTON "Ja", IDOK, 40, 66, 56, 14, WS_GROUP | WS_TABSTOP | BS_DEFPUSHBUTTON
  PUSHBUTTON "Nein", IDCANCEL, 100, 66, 56, 14, WS_GROUP | WS_TABSTOP
 }
-
-STRINGTABLE
-{
-  IDS_LANCONNECTION "LAN Verbindung"
-  IDS_CERT_CA_INVALID   "Das Zertifikat wurde von einem unbekannten oder vertrauensunwürdigen Herausgeber ausgestellt."
-  IDS_CERT_DATE_INVALID "Das Datum des Zertifkats ist ungültig."
-  IDS_CERT_CN_INVALID   "Der Name auf dem Zertifikat entspricht nicht der Seite."
-  IDS_CERT_ERRORS       "Es gibt mindestens ein unbekanntes Sicherheitsproblem mit diesem Zertifikat."
-}
diff --git a/dlls/wininet/wininet_En.rc b/dlls/wininet/wininet_En.rc
index 5566859a548..853bb39b75e 100644
--- a/dlls/wininet/wininet_En.rc
+++ b/dlls/wininet/wininet_En.rc
@@ -71,12 +71,3 @@ FONT 8, "MS Shell Dlg"
  PUSHBUTTON "Yes", IDOK, 40, 66, 56, 14, WS_GROUP | WS_TABSTOP | BS_DEFPUSHBUTTON
  PUSHBUTTON "No", IDCANCEL, 100, 66, 56, 14, WS_GROUP | WS_TABSTOP
 }
-
-STRINGTABLE
-{
-  IDS_LANCONNECTION "LAN Connection"
-  IDS_CERT_CA_INVALID   "The certificate is issued by an unknown or untrusted publisher."
-  IDS_CERT_DATE_INVALID "The date on the certificate is invalid."
-  IDS_CERT_CN_INVALID   "The name on the certificate does not match the site."
-  IDS_CERT_ERRORS       "There is at least one unspecified security problem with this certificate."
-}
diff --git a/dlls/wininet/wininet_Eo.rc b/dlls/wininet/wininet_Eo.rc
index 44775606030..8426071ef88 100644
--- a/dlls/wininet/wininet_Eo.rc
+++ b/dlls/wininet/wininet_Eo.rc
@@ -41,8 +41,3 @@ FONT 8, "MS Shell Dlg"
  PUSHBUTTON "Bone", IDOK, 98, 126, 56, 14, WS_GROUP | WS_TABSTOP | BS_DEFPUSHBUTTON
  PUSHBUTTON "Rezigni", IDCANCEL, 158, 126, 56, 14, WS_GROUP | WS_TABSTOP
 }
-
-STRINGTABLE
-{
-  IDS_LANCONNECTION "LAN Interkonekto"
-}
diff --git a/dlls/wininet/wininet_Es.rc b/dlls/wininet/wininet_Es.rc
index e4299122036..0cffa205849 100644
--- a/dlls/wininet/wininet_Es.rc
+++ b/dlls/wininet/wininet_Es.rc
@@ -59,8 +59,3 @@ FONT 8, "MS Shell Dlg"
  PUSHBUTTON "Aceptar", IDOK, 98, 126, 56, 14, WS_GROUP | WS_TABSTOP | BS_DEFPUSHBUTTON
  PUSHBUTTON "Cancelar", IDCANCEL, 158, 126, 56, 14, WS_GROUP | WS_TABSTOP
 }
-
-STRINGTABLE
-{
-  IDS_LANCONNECTION "Conexión LAN"
-}
diff --git a/dlls/wininet/wininet_Fi.rc b/dlls/wininet/wininet_Fi.rc
index 1738329e32b..c391b2ce2ee 100644
--- a/dlls/wininet/wininet_Fi.rc
+++ b/dlls/wininet/wininet_Fi.rc
@@ -39,8 +39,3 @@ FONT 8, "MS Shell Dlg"
  PUSHBUTTON "OK", IDOK, 98, 126, 56, 14, WS_GROUP | WS_TABSTOP | BS_DEFPUSHBUTTON
  PUSHBUTTON "Peruuta", IDCANCEL, 158, 126, 56, 14, WS_GROUP | WS_TABSTOP
 }
-
-STRINGTABLE
-{
-  IDS_LANCONNECTION "Lähiverkkoyhteys"
-}
diff --git a/dlls/wininet/wininet_Fr.rc b/dlls/wininet/wininet_Fr.rc
index 0cb2a020397..bb3dea1b84b 100644
--- a/dlls/wininet/wininet_Fr.rc
+++ b/dlls/wininet/wininet_Fr.rc
@@ -80,12 +80,3 @@ FONT 8, "MS Shell Dlg"
  PUSHBUTTON "Oui", IDOK, 40, 66, 56, 14, WS_GROUP | WS_TABSTOP | BS_DEFPUSHBUTTON
  PUSHBUTTON "Non", IDCANCEL, 100, 66, 56, 14, WS_GROUP | WS_TABSTOP
 }
-
-STRINGTABLE
-{
-  IDS_LANCONNECTION "Connexion réseau local (LAN)"
-  IDS_CERT_CA_INVALID   "Le certificat est délivré par un éditeur inconnu ou non fiable."
-  IDS_CERT_DATE_INVALID "La date sur le certificat est invalide."
-  IDS_CERT_CN_INVALID   "Le nom sur le certificat ne correspond pas au nom du site."
-  IDS_CERT_ERRORS       "Ce certificat comporte au moins un problème de sécurité indéterminé."
-}
diff --git a/dlls/wininet/wininet_He.rc b/dlls/wininet/wininet_He.rc
index 1fca4e40d70..cb911309704 100644
--- a/dlls/wininet/wininet_He.rc
+++ b/dlls/wininet/wininet_He.rc
@@ -77,12 +77,3 @@ FONT 8, "MS Shell Dlg"
  PUSHBUTTON "כן", IDOK, 40, 66, 56, 14, WS_GROUP | WS_TABSTOP | BS_DEFPUSHBUTTON
  PUSHBUTTON "לא", IDCANCEL, 100, 66, 56, 14, WS_GROUP | WS_TABSTOP
 }
-
-STRINGTABLE
-{
-  IDS_LANCONNECTION "חיבור רשת מקומית"
-  IDS_CERT_CA_INVALID   "האישור הונפק על ידי מפיץ בלתי ידוע או בלתי מהימן."
-  IDS_CERT_DATE_INVALID "התאריך על האישור שגוי."
-  IDS_CERT_CN_INVALID   "השם על האישור אינו תואם את שם האתר."
-  IDS_CERT_ERRORS       "ישנה לפחות בעיית אבטחה אחת שלא צוינה עם אישור זה."
-}
diff --git a/dlls/wininet/wininet_Hu.rc b/dlls/wininet/wininet_Hu.rc
index fe57189e0a5..8991aa66419 100644
--- a/dlls/wininet/wininet_Hu.rc
+++ b/dlls/wininet/wininet_Hu.rc
@@ -62,8 +62,3 @@ FONT 8, "MS Shell Dlg"
  PUSHBUTTON "OK", IDOK, 98, 126, 56, 14, WS_GROUP | WS_TABSTOP | BS_DEFPUSHBUTTON
  PUSHBUTTON "Mégse", IDCANCEL, 158, 126, 56, 14, WS_GROUP | WS_TABSTOP
 }
-
-STRINGTABLE
-{
-  IDS_LANCONNECTION "LAN kapcsolat"
-}
diff --git a/dlls/wininet/wininet_It.rc b/dlls/wininet/wininet_It.rc
index b3bc9a4778c..d9a9cdff48f 100644
--- a/dlls/wininet/wininet_It.rc
+++ b/dlls/wininet/wininet_It.rc
@@ -77,12 +77,3 @@ FONT 8, "MS Shell Dlg"
  PUSHBUTTON "Sì", IDOK, 40, 66, 56, 14, WS_GROUP | WS_TABSTOP | BS_DEFPUSHBUTTON
  PUSHBUTTON "No", IDCANCEL, 100, 66, 56, 14, WS_GROUP | WS_TABSTOP
 }
-
-STRINGTABLE
-{
-  IDS_LANCONNECTION     "Connessione LAN"
-  IDS_CERT_CA_INVALID   "Il certificato è stato emesso da un editore sconosciuto o non fidato."
-  IDS_CERT_DATE_INVALID "La data sul certificato non è valida."
-  IDS_CERT_CN_INVALID   "Il nome sul certificato non corrisponde al sito."
-  IDS_CERT_ERRORS       "È presente almeno un problema di sicurezza non specificato con questo certificato."
-}
diff --git a/dlls/wininet/wininet_Ja.rc b/dlls/wininet/wininet_Ja.rc
index dc269536a94..476e32f2428 100644
--- a/dlls/wininet/wininet_Ja.rc
+++ b/dlls/wininet/wininet_Ja.rc
@@ -62,8 +62,3 @@ FONT 8, "MS Shell Dlg"
  PUSHBUTTON "OK", IDOK, 98, 126, 56, 14, WS_GROUP | WS_TABSTOP | BS_DEFPUSHBUTTON
  PUSHBUTTON "キャンセル", IDCANCEL, 158, 126, 56, 14, WS_GROUP | WS_TABSTOP
 }
-
-STRINGTABLE
-{
-  IDS_LANCONNECTION "LAN 接続"
-}
diff --git a/dlls/wininet/wininet_Ko.rc b/dlls/wininet/wininet_Ko.rc
index 9bbd4891e6a..7764e6361fc 100644
--- a/dlls/wininet/wininet_Ko.rc
+++ b/dlls/wininet/wininet_Ko.rc
@@ -74,13 +74,3 @@ FONT 8, "MS Shell Dlg"
  PUSHBUTTON "예", IDOK, 40, 66, 56, 14, WS_GROUP | WS_TABSTOP | BS_DEFPUSHBUTTON
  PUSHBUTTON "아니오", IDCANCEL, 100, 66, 56, 14, WS_GROUP | WS_TABSTOP
 }
-
-
-STRINGTABLE
-{
-  IDS_LANCONNECTION "랜 연결"
-  IDS_CERT_CA_INVALID   "이 인증서는 알 수 없거나 신뢰할 수없는 게시자에 의해 발행되었습니다."
-  IDS_CERT_DATE_INVALID "이 인증서의 날짜는 올바르지 않습니다."
-  IDS_CERT_CN_INVALID   "이 인증서의 이름이 사이트하고 일치 하지 않습니다."
-  IDS_CERT_ERRORS       "이 인증서에는 최소한 하나의 지정되지 않은 보안 문제가 있습니다."
-}
diff --git a/dlls/wininet/wininet_Lt.rc b/dlls/wininet/wininet_Lt.rc
index bc0749a7ece..fd69997f10d 100644
--- a/dlls/wininet/wininet_Lt.rc
+++ b/dlls/wininet/wininet_Lt.rc
@@ -74,12 +74,3 @@ FONT 8, "MS Shell Dlg"
  PUSHBUTTON "Taip", IDOK, 40, 66, 56, 14, WS_GROUP | WS_TABSTOP | BS_DEFPUSHBUTTON
  PUSHBUTTON "Ne", IDCANCEL, 100, 66, 56, 14, WS_GROUP | WS_TABSTOP
 }
-
-STRINGTABLE
-{
-  IDS_LANCONNECTION "Vietinio tinklo ryšys"
-  IDS_CERT_CA_INVALID   "Liudijimas yra išduotas nežinomo arba nepatikimo leidėjo."
-  IDS_CERT_DATE_INVALID "Liudijimo data yra neteisinga."
-  IDS_CERT_CN_INVALID   "Liudijimo pavadinimas neatitinka svetainÄ—s."
-  IDS_CERT_ERRORS       "Yra mažiausiai viena nenustatyta saugumo problema su šiuo liudijimu."
-}
diff --git a/dlls/wininet/wininet_Nl.rc b/dlls/wininet/wininet_Nl.rc
index 31f75ccec76..fe4a0f83720 100644
--- a/dlls/wininet/wininet_Nl.rc
+++ b/dlls/wininet/wininet_Nl.rc
@@ -75,12 +75,3 @@ FONT 8, "MS Shell Dlg"
  PUSHBUTTON "Ja", IDOK, 40, 66, 56, 14, WS_GROUP | WS_TABSTOP | BS_DEFPUSHBUTTON
  PUSHBUTTON "Nee", IDCANCEL, 100, 66, 56, 14, WS_GROUP | WS_TABSTOP
 }
-
-STRINGTABLE
-{
-  IDS_LANCONNECTION "LAN Verbinding"
-  IDS_CERT_CA_INVALID   "Het certificaat is uitgegeven door een onbekende on onbetrouwbare uitgever."
-  IDS_CERT_DATE_INVALID "De datum op het certificaat is ongeldig."
-  IDS_CERT_CN_INVALID   "De naam op het certificaat komt niet overeen met de site."
-  IDS_CERT_ERRORS       "Er is tenminste één ongespecificeerd veiligheidsprobleem met dit certificaat."
-}
diff --git a/dlls/wininet/wininet_No.rc b/dlls/wininet/wininet_No.rc
index 172bf2b07bc..e2e2aa5a157 100644
--- a/dlls/wininet/wininet_No.rc
+++ b/dlls/wininet/wininet_No.rc
@@ -61,8 +61,3 @@ FONT 8, "MS Shell Dlg"
  PUSHBUTTON "OK", IDOK, 98, 126, 56, 14, WS_GROUP | WS_TABSTOP | BS_DEFPUSHBUTTON
  PUSHBUTTON "Avbryt", IDCANCEL, 158, 126, 56, 14, WS_GROUP | WS_TABSTOP
 }
-
-STRINGTABLE
-{
-  IDS_LANCONNECTION "Lokal nettverksforbindelse"
-}
diff --git a/dlls/wininet/wininet_Pl.rc b/dlls/wininet/wininet_Pl.rc
index 2cf0e3c4096..cb79bda2046 100644
--- a/dlls/wininet/wininet_Pl.rc
+++ b/dlls/wininet/wininet_Pl.rc
@@ -73,12 +73,3 @@ FONT 8, "MS Shell Dlg"
  PUSHBUTTON "Tak", IDOK, 40, 66, 56, 14, WS_GROUP | WS_TABSTOP | BS_DEFPUSHBUTTON
  PUSHBUTTON "Nie", IDCANCEL, 100, 66, 56, 14, WS_GROUP | WS_TABSTOP
 }
-
-STRINGTABLE
-{
-  IDS_LANCONNECTION "Po³¹czenie LAN"
-  IDS_CERT_CA_INVALID   "Certyfikat jest wydany przez nieznanego lub niezaufanego wydawcê."
-  IDS_CERT_DATE_INVALID "Data na certyfikacie jest niepoprawna."
-  IDS_CERT_CN_INVALID   "Nazwa na certyfikacie nie zgadza siê z t¹ stron¹."
-  IDS_CERT_ERRORS       "Wyst¹pi³ przynajmniej jeden nieokreœlony problem z tym certyfikatem."
-}
diff --git a/dlls/wininet/wininet_Pt.rc b/dlls/wininet/wininet_Pt.rc
index ccd710134dd..f41b7d7f7e7 100644
--- a/dlls/wininet/wininet_Pt.rc
+++ b/dlls/wininet/wininet_Pt.rc
@@ -111,18 +111,3 @@ FONT 8, "MS Shell Dlg"
  PUSHBUTTON "OK", IDOK, 98, 126, 56, 14, WS_GROUP | WS_TABSTOP | BS_DEFPUSHBUTTON
  PUSHBUTTON "Cancelar", IDCANCEL, 158, 126, 56, 14, WS_GROUP | WS_TABSTOP
 }
-
-
-LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN
-
-STRINGTABLE
-{
-  IDS_LANCONNECTION "Conexão LAN"
-}
-
-LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE
-
-STRINGTABLE
-{
-  IDS_LANCONNECTION "Ligação LAN"
-}
diff --git a/dlls/wininet/wininet_Ro.rc b/dlls/wininet/wininet_Ro.rc
index 7ed165a4d6e..0dfa370cca8 100644
--- a/dlls/wininet/wininet_Ro.rc
+++ b/dlls/wininet/wininet_Ro.rc
@@ -62,8 +62,3 @@ FONT 8, "MS Shell Dlg"
  PUSHBUTTON "OK", IDOK, 98, 126, 56, 14, WS_GROUP | WS_TABSTOP | BS_DEFPUSHBUTTON
  PUSHBUTTON "Renunță", IDCANCEL, 158, 126, 56, 14, WS_GROUP | WS_TABSTOP
 }
-
-STRINGTABLE
-{
-  IDS_LANCONNECTION "Conexiune LAN"
-}
diff --git a/dlls/wininet/wininet_Ru.rc b/dlls/wininet/wininet_Ru.rc
index f6fe6740a32..604586ca177 100644
--- a/dlls/wininet/wininet_Ru.rc
+++ b/dlls/wininet/wininet_Ru.rc
@@ -64,8 +64,3 @@ FONT 8, "MS Shell Dlg"
  PUSHBUTTON "OK", IDOK, 98, 126, 56, 14, WS_GROUP | WS_TABSTOP | BS_DEFPUSHBUTTON
  PUSHBUTTON "Отмена", IDCANCEL, 158, 126, 56, 14, WS_GROUP | WS_TABSTOP
 }
-
-STRINGTABLE
-{
-  IDS_LANCONNECTION "Сетевое подключение"
-}
diff --git a/dlls/wininet/wininet_Si.rc b/dlls/wininet/wininet_Si.rc
index 6dffb927359..853af504008 100644
--- a/dlls/wininet/wininet_Si.rc
+++ b/dlls/wininet/wininet_Si.rc
@@ -61,8 +61,3 @@ FONT 8, "MS Shell Dlg"
  PUSHBUTTON "V redu", IDOK, 98, 126, 56, 14, WS_GROUP | WS_TABSTOP | BS_DEFPUSHBUTTON
  PUSHBUTTON "Prekliči", IDCANCEL, 158, 126, 56, 14, WS_GROUP | WS_TABSTOP
 }
-
-STRINGTABLE
-{
-  IDS_LANCONNECTION "LAN povezava"
-}
diff --git a/dlls/wininet/wininet_Sr.rc b/dlls/wininet/wininet_Sr.rc
index 343b67164e5..17310689365 100644
--- a/dlls/wininet/wininet_Sr.rc
+++ b/dlls/wininet/wininet_Sr.rc
@@ -63,11 +63,6 @@ FONT 8, "MS Shell Dlg"
  PUSHBUTTON "Откажи", IDCANCEL, 158, 126, 56, 14, WS_GROUP | WS_TABSTOP
 }
 
-STRINGTABLE
-{
-  IDS_LANCONNECTION "LAN веза"
-}
-
 LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_LATIN
 
 IDD_PROXYDLG DIALOG 36, 24, 250, 154
@@ -109,8 +104,3 @@ FONT 8, "MS Shell Dlg"
  PUSHBUTTON "U redu", IDOK, 98, 126, 56, 14, WS_GROUP | WS_TABSTOP | BS_DEFPUSHBUTTON
  PUSHBUTTON "Otkaži", IDCANCEL, 158, 126, 56, 14, WS_GROUP | WS_TABSTOP
 }
-
-STRINGTABLE
-{
-  IDS_LANCONNECTION "LAN veza"
-}
diff --git a/dlls/wininet/wininet_Sv.rc b/dlls/wininet/wininet_Sv.rc
index cc97d6e4d7f..fcd5d5513a1 100644
--- a/dlls/wininet/wininet_Sv.rc
+++ b/dlls/wininet/wininet_Sv.rc
@@ -71,12 +71,3 @@ FONT 8, "MS Shell Dlg"
  PUSHBUTTON "Ja", IDOK, 40, 66, 56, 14, WS_GROUP | WS_TABSTOP | BS_DEFPUSHBUTTON
  PUSHBUTTON "Nej", IDCANCEL, 100, 66, 56, 14, WS_GROUP | WS_TABSTOP
 }
-
-STRINGTABLE
-{
-  IDS_LANCONNECTION "LAN-anslutning"
-  IDS_CERT_CA_INVALID   "Certifikatet är utfärdat av en okänd eller ej betrodd utgivare."
-  IDS_CERT_DATE_INVALID "Certifikatets datum är ogiltigt."
-  IDS_CERT_CN_INVALID   "Namnet på certifikatet matchar inte sitens namn."
-  IDS_CERT_ERRORS       "Certifikatet har minst ett ospecificerat säkerhetsproblem."
-}
diff --git a/dlls/wininet/wininet_Tr.rc b/dlls/wininet/wininet_Tr.rc
index 1ea6df2adc4..73c1faaae4d 100644
--- a/dlls/wininet/wininet_Tr.rc
+++ b/dlls/wininet/wininet_Tr.rc
@@ -41,8 +41,3 @@ FONT 8, "MS Shell Dlg"
  PUSHBUTTON "Tamam", IDOK, 98, 126, 56, 14, WS_GROUP | WS_TABSTOP | BS_DEFPUSHBUTTON
  PUSHBUTTON "Ýptal", IDCANCEL, 158, 126, 56, 14, WS_GROUP | WS_TABSTOP
 }
-
-STRINGTABLE
-{
-  IDS_LANCONNECTION "LAN Baðlantýsý"
-}
diff --git a/dlls/wininet/wininet_Uk.rc b/dlls/wininet/wininet_Uk.rc
index 145a3cd65c4..81544271f1a 100644
--- a/dlls/wininet/wininet_Uk.rc
+++ b/dlls/wininet/wininet_Uk.rc
@@ -62,8 +62,3 @@ FONT 8, "MS Shell Dlg"
  PUSHBUTTON "OK", IDOK, 98, 126, 56, 14, WS_GROUP | WS_TABSTOP | BS_DEFPUSHBUTTON
  PUSHBUTTON "Ñêàñóâàòè", IDCANCEL, 158, 126, 56, 14, WS_GROUP | WS_TABSTOP
 }
-
-STRINGTABLE
-{
-  IDS_LANCONNECTION "ϳäêëþ÷åííÿ ïî ëîêàëüí³é ìåðåæ³"
-}
diff --git a/dlls/wininet/wininet_Zh.rc b/dlls/wininet/wininet_Zh.rc
index 94d1c064c4c..1dbf0eb8bae 100644
--- a/dlls/wininet/wininet_Zh.rc
+++ b/dlls/wininet/wininet_Zh.rc
@@ -46,11 +46,6 @@ FONT 9, "MS Shell Dlg"
  PUSHBUTTON "取消", IDCANCEL, 158, 126, 56, 14, WS_GROUP | WS_TABSTOP
 }
 
-STRINGTABLE
-{
-  IDS_LANCONNECTION "局域网连接"
-}
-
 LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL
 
 IDD_PROXYDLG DIALOG 36, 24, 250, 154
@@ -92,8 +87,3 @@ FONT 8, "MS Shell Dlg"
  PUSHBUTTON "OK", IDOK, 98, 126, 56, 14, WS_GROUP | WS_TABSTOP | BS_DEFPUSHBUTTON
  PUSHBUTTON "Cancel", IDCANCEL, 158, 126, 56, 14, WS_GROUP | WS_TABSTOP
 }
-
-STRINGTABLE
-{
-  IDS_LANCONNECTION "區域網路連線"
-}
diff --git a/po/ar.po b/po/ar.po
index 69b77d0bb30..335c0c33681 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -2354,6 +2354,27 @@ msgstr ""
 msgid " sec"
 msgstr ""
 
+#: wininet.rc:25
+msgid "LAN Connection"
+msgstr ""
+
+#: wininet.rc:26
+msgid "The certificate is issued by an unknown or untrusted publisher."
+msgstr ""
+
+#: wininet.rc:27
+msgid "The date on the certificate is invalid."
+msgstr ""
+
+#: wininet.rc:28
+msgid "The name on the certificate does not match the site."
+msgstr ""
+
+#: wininet.rc:29
+msgid ""
+"There is at least one unspecified security problem with this certificate."
+msgstr ""
+
 #: winmm.rc:28
 msgid "The specified command was carried out."
 msgstr ""
diff --git a/po/bg.po b/po/bg.po
index 3b03d3b1843..2af73f1b09a 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -2384,6 +2384,27 @@ msgstr ""
 msgid " sec"
 msgstr ""
 
+#: wininet.rc:25
+msgid "LAN Connection"
+msgstr "LAN връзка"
+
+#: wininet.rc:26
+msgid "The certificate is issued by an unknown or untrusted publisher."
+msgstr ""
+
+#: wininet.rc:27
+msgid "The date on the certificate is invalid."
+msgstr ""
+
+#: wininet.rc:28
+msgid "The name on the certificate does not match the site."
+msgstr ""
+
+#: wininet.rc:29
+msgid ""
+"There is at least one unspecified security problem with this certificate."
+msgstr ""
+
 #: winmm.rc:28
 msgid "The specified command was carried out."
 msgstr ""
diff --git a/po/cs.po b/po/cs.po
index c5b5435f5af..e7ae6675117 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -2415,6 +2415,28 @@ msgstr ""
 msgid " sec"
 msgstr ""
 
+#: wininet.rc:25
+msgid "LAN Connection"
+msgstr ""
+
+#: wininet.rc:26
+msgid "The certificate is issued by an unknown or untrusted publisher."
+msgstr ""
+
+#: wininet.rc:27
+#, fuzzy
+msgid "The date on the certificate is invalid."
+msgstr "Ukazatel na zařízení je neplatný."
+
+#: wininet.rc:28
+msgid "The name on the certificate does not match the site."
+msgstr ""
+
+#: wininet.rc:29
+msgid ""
+"There is at least one unspecified security problem with this certificate."
+msgstr ""
+
 #: winmm.rc:28
 msgid "The specified command was carried out."
 msgstr "Určený příkaz byl proveden."
diff --git a/po/da.po b/po/da.po
index 798dc7fccc2..a6deeabc154 100644
--- a/po/da.po
+++ b/po/da.po
@@ -2471,6 +2471,28 @@ msgstr " min"
 msgid " sec"
 msgstr " sec"
 
+#: wininet.rc:25
+msgid "LAN Connection"
+msgstr "Lokal netværksforbindelse"
+
+#: wininet.rc:26
+msgid "The certificate is issued by an unknown or untrusted publisher."
+msgstr ""
+
+#: wininet.rc:27
+#, fuzzy
+msgid "The date on the certificate is invalid."
+msgstr "Det specificerede enheds handle er ugyldigt."
+
+#: wininet.rc:28
+msgid "The name on the certificate does not match the site."
+msgstr ""
+
+#: wininet.rc:29
+msgid ""
+"There is at least one unspecified security problem with this certificate."
+msgstr ""
+
 #: winmm.rc:28
 msgid "The specified command was carried out."
 msgstr "Den specificerede kommando blev udført."
diff --git a/po/de.po b/po/de.po
index aad79b4e722..dc87da47efb 100644
--- a/po/de.po
+++ b/po/de.po
@@ -2481,6 +2481,30 @@ msgstr " Min"
 msgid " sec"
 msgstr " Sek"
 
+#: wininet.rc:25
+msgid "LAN Connection"
+msgstr "LAN Verbindung"
+
+#: wininet.rc:26
+msgid "The certificate is issued by an unknown or untrusted publisher."
+msgstr ""
+"Das Zertifikat wurde von einem unbekannten oder vertrauensunwürdigen "
+"Herausgeber ausgestellt."
+
+#: wininet.rc:27
+msgid "The date on the certificate is invalid."
+msgstr "Das Datum des Zertifkats ist ungültig."
+
+#: wininet.rc:28
+msgid "The name on the certificate does not match the site."
+msgstr "Der Name auf dem Zertifikat entspricht nicht der Seite."
+
+#: wininet.rc:29
+msgid ""
+"There is at least one unspecified security problem with this certificate."
+msgstr ""
+"Es gibt mindestens ein unbekanntes Sicherheitsproblem mit diesem Zertifikat."
+
 #: winmm.rc:28
 msgid "The specified command was carried out."
 msgstr "Der angeforderte Befehl wurde ausgeführt."
diff --git a/po/el.po b/po/el.po
index 67438dba6fa..9a9ecb236d4 100644
--- a/po/el.po
+++ b/po/el.po
@@ -2344,6 +2344,27 @@ msgstr ""
 msgid " sec"
 msgstr ""
 
+#: wininet.rc:25
+msgid "LAN Connection"
+msgstr ""
+
+#: wininet.rc:26
+msgid "The certificate is issued by an unknown or untrusted publisher."
+msgstr ""
+
+#: wininet.rc:27
+msgid "The date on the certificate is invalid."
+msgstr ""
+
+#: wininet.rc:28
+msgid "The name on the certificate does not match the site."
+msgstr ""
+
+#: wininet.rc:29
+msgid ""
+"There is at least one unspecified security problem with this certificate."
+msgstr ""
+
 #: winmm.rc:28
 msgid "The specified command was carried out."
 msgstr ""
diff --git a/po/en.po b/po/en.po
index 2b5eae984d8..2e2634b1ac9 100644
--- a/po/en.po
+++ b/po/en.po
@@ -2407,6 +2407,28 @@ msgstr ""
 msgid " sec"
 msgstr ""
 
+#: wininet.rc:25
+msgid "LAN Connection"
+msgstr ""
+
+#: wininet.rc:26
+msgid "The certificate is issued by an unknown or untrusted publisher."
+msgstr ""
+
+#: wininet.rc:27
+#, fuzzy
+msgid "The date on the certificate is invalid."
+msgstr "The specified device handle is invalid."
+
+#: wininet.rc:28
+msgid "The name on the certificate does not match the site."
+msgstr ""
+
+#: wininet.rc:29
+msgid ""
+"There is at least one unspecified security problem with this certificate."
+msgstr ""
+
 #: winmm.rc:28
 msgid "The specified command was carried out."
 msgstr "The specified command was carried out."
diff --git a/po/en_US.po b/po/en_US.po
index 4a0af7ce6cc..4b4a1b63fa4 100644
--- a/po/en_US.po
+++ b/po/en_US.po
@@ -2404,6 +2404,28 @@ msgstr " min"
 msgid " sec"
 msgstr " sec"
 
+#: wininet.rc:25
+msgid "LAN Connection"
+msgstr "LAN Connection"
+
+#: wininet.rc:26
+msgid "The certificate is issued by an unknown or untrusted publisher."
+msgstr "The certificate is issued by an unknown or untrusted publisher."
+
+#: wininet.rc:27
+msgid "The date on the certificate is invalid."
+msgstr "The date on the certificate is invalid."
+
+#: wininet.rc:28
+msgid "The name on the certificate does not match the site."
+msgstr "The name on the certificate does not match the site."
+
+#: wininet.rc:29
+msgid ""
+"There is at least one unspecified security problem with this certificate."
+msgstr ""
+"There is at least one unspecified security problem with this certificate."
+
 #: winmm.rc:28
 msgid "The specified command was carried out."
 msgstr "The specified command was carried out."
diff --git a/po/eo.po b/po/eo.po
index 672eeee6ead..fc1c68b0b53 100644
--- a/po/eo.po
+++ b/po/eo.po
@@ -2399,6 +2399,27 @@ msgstr " min"
 msgid " sec"
 msgstr " sec"
 
+#: wininet.rc:25
+msgid "LAN Connection"
+msgstr "LAN Interkonekto"
+
+#: wininet.rc:26
+msgid "The certificate is issued by an unknown or untrusted publisher."
+msgstr ""
+
+#: wininet.rc:27
+msgid "The date on the certificate is invalid."
+msgstr ""
+
+#: wininet.rc:28
+msgid "The name on the certificate does not match the site."
+msgstr ""
+
+#: wininet.rc:29
+msgid ""
+"There is at least one unspecified security problem with this certificate."
+msgstr ""
+
 #: winmm.rc:28
 msgid "The specified command was carried out."
 msgstr ""
diff --git a/po/es.po b/po/es.po
index 0dbdfe04c51..f119f0146f9 100644
--- a/po/es.po
+++ b/po/es.po
@@ -2436,6 +2436,28 @@ msgstr " min"
 msgid " sec"
 msgstr " sec"
 
+#: wininet.rc:25
+msgid "LAN Connection"
+msgstr "Conexión LAN"
+
+#: wininet.rc:26
+msgid "The certificate is issued by an unknown or untrusted publisher."
+msgstr ""
+
+#: wininet.rc:27
+#, fuzzy
+msgid "The date on the certificate is invalid."
+msgstr "El handle de dispositivo especificado es inválido."
+
+#: wininet.rc:28
+msgid "The name on the certificate does not match the site."
+msgstr ""
+
+#: wininet.rc:29
+msgid ""
+"There is at least one unspecified security problem with this certificate."
+msgstr ""
+
 #: winmm.rc:28
 msgid "The specified command was carried out."
 msgstr "El comando especificado fue ejecutado."
diff --git a/po/fa.po b/po/fa.po
index 0df7cc5b58c..d78b0f02a5f 100644
--- a/po/fa.po
+++ b/po/fa.po
@@ -2354,6 +2354,27 @@ msgstr ""
 msgid " sec"
 msgstr ""
 
+#: wininet.rc:25
+msgid "LAN Connection"
+msgstr ""
+
+#: wininet.rc:26
+msgid "The certificate is issued by an unknown or untrusted publisher."
+msgstr ""
+
+#: wininet.rc:27
+msgid "The date on the certificate is invalid."
+msgstr ""
+
+#: wininet.rc:28
+msgid "The name on the certificate does not match the site."
+msgstr ""
+
+#: wininet.rc:29
+msgid ""
+"There is at least one unspecified security problem with this certificate."
+msgstr ""
+
 #: winmm.rc:28
 msgid "The specified command was carried out."
 msgstr ""
diff --git a/po/fi.po b/po/fi.po
index f7bd8ec5296..f876df4500f 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -2427,6 +2427,27 @@ msgstr " min"
 msgid " sec"
 msgstr " s"
 
+#: wininet.rc:25
+msgid "LAN Connection"
+msgstr "Lähiverkkoyhteys"
+
+#: wininet.rc:26
+msgid "The certificate is issued by an unknown or untrusted publisher."
+msgstr ""
+
+#: wininet.rc:27
+msgid "The date on the certificate is invalid."
+msgstr ""
+
+#: wininet.rc:28
+msgid "The name on the certificate does not match the site."
+msgstr ""
+
+#: wininet.rc:29
+msgid ""
+"There is at least one unspecified security problem with this certificate."
+msgstr ""
+
 #: winmm.rc:28
 msgid "The specified command was carried out."
 msgstr ""
diff --git a/po/fr.po b/po/fr.po
index 183941a36fd..7af0bbd5c94 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -2501,6 +2501,27 @@ msgstr " min"
 msgid " sec"
 msgstr " s"
 
+#: wininet.rc:25
+msgid "LAN Connection"
+msgstr "Connexion réseau local (LAN)"
+
+#: wininet.rc:26
+msgid "The certificate is issued by an unknown or untrusted publisher."
+msgstr "Le certificat est délivré par un éditeur inconnu ou non fiable."
+
+#: wininet.rc:27
+msgid "The date on the certificate is invalid."
+msgstr "La date sur le certificat est invalide."
+
+#: wininet.rc:28
+msgid "The name on the certificate does not match the site."
+msgstr "Le nom sur le certificat ne correspond pas au nom du site."
+
+#: wininet.rc:29
+msgid ""
+"There is at least one unspecified security problem with this certificate."
+msgstr "Ce certificat comporte au moins un problème de sécurité indéterminé."
+
 #: winmm.rc:28
 msgid "The specified command was carried out."
 msgstr "La commande spécifiée a été exécutée."
diff --git a/po/he.po b/po/he.po
index f248c790ee2..596df30f874 100644
--- a/po/he.po
+++ b/po/he.po
@@ -2396,6 +2396,27 @@ msgstr " דקות"
 msgid " sec"
 msgstr " שניות"
 
+#: wininet.rc:25
+msgid "LAN Connection"
+msgstr "חיבור רשת מקומית"
+
+#: wininet.rc:26
+msgid "The certificate is issued by an unknown or untrusted publisher."
+msgstr "האישור הונפק על ידי מפיץ בלתי ידוע או בלתי מהימן."
+
+#: wininet.rc:27
+msgid "The date on the certificate is invalid."
+msgstr "התאריך על האישור שגוי."
+
+#: wininet.rc:28
+msgid "The name on the certificate does not match the site."
+msgstr "השם על האישור אינו תואם את שם האתר."
+
+#: wininet.rc:29
+msgid ""
+"There is at least one unspecified security problem with this certificate."
+msgstr "ישנה לפחות בעיית אבטחה אחת שלא צוינה עם אישור זה."
+
 #: winmm.rc:28
 msgid "The specified command was carried out."
 msgstr ""
diff --git a/po/hi.po b/po/hi.po
index 3af0799cc09..214c56a264d 100644
--- a/po/hi.po
+++ b/po/hi.po
@@ -2336,6 +2336,27 @@ msgstr ""
 msgid " sec"
 msgstr ""
 
+#: wininet.rc:25
+msgid "LAN Connection"
+msgstr ""
+
+#: wininet.rc:26
+msgid "The certificate is issued by an unknown or untrusted publisher."
+msgstr ""
+
+#: wininet.rc:27
+msgid "The date on the certificate is invalid."
+msgstr ""
+
+#: wininet.rc:28
+msgid "The name on the certificate does not match the site."
+msgstr ""
+
+#: wininet.rc:29
+msgid ""
+"There is at least one unspecified security problem with this certificate."
+msgstr ""
+
 #: winmm.rc:28
 msgid "The specified command was carried out."
 msgstr ""
diff --git a/po/hu.po b/po/hu.po
index d6538d73546..2fe2c95f9dc 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -2490,6 +2490,28 @@ msgstr " perc"
 msgid " sec"
 msgstr " mp"
 
+#: wininet.rc:25
+msgid "LAN Connection"
+msgstr "LAN kapcsolat"
+
+#: wininet.rc:26
+msgid "The certificate is issued by an unknown or untrusted publisher."
+msgstr ""
+
+#: wininet.rc:27
+#, fuzzy
+msgid "The date on the certificate is invalid."
+msgstr "Tanusítvány szabályok"
+
+#: wininet.rc:28
+msgid "The name on the certificate does not match the site."
+msgstr ""
+
+#: wininet.rc:29
+msgid ""
+"There is at least one unspecified security problem with this certificate."
+msgstr ""
+
 #: winmm.rc:28
 msgid "The specified command was carried out."
 msgstr ""
diff --git a/po/it.po b/po/it.po
index 4461877ee74..e0ef2d00fde 100644
--- a/po/it.po
+++ b/po/it.po
@@ -2529,6 +2529,29 @@ msgstr " min"
 msgid " sec"
 msgstr " sec"
 
+#: wininet.rc:25
+msgid "LAN Connection"
+msgstr "Connessione LAN"
+
+#: wininet.rc:26
+msgid "The certificate is issued by an unknown or untrusted publisher."
+msgstr "Il certificato è stato emesso da un editore sconosciuto o non fidato."
+
+#: wininet.rc:27
+msgid "The date on the certificate is invalid."
+msgstr "La data sul certificato non è valida."
+
+#: wininet.rc:28
+msgid "The name on the certificate does not match the site."
+msgstr "Il nome sul certificato non corrisponde al sito."
+
+#: wininet.rc:29
+msgid ""
+"There is at least one unspecified security problem with this certificate."
+msgstr ""
+"È presente almeno un problema di sicurezza non specificato con questo "
+"certificato."
+
 #: winmm.rc:28
 msgid "The specified command was carried out."
 msgstr "Il comando specificato è stato eseguito."
diff --git a/po/ja.po b/po/ja.po
index 9bc30ddff48..638bfd8797e 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -2395,6 +2395,28 @@ msgstr " min"
 msgid " sec"
 msgstr " sec"
 
+#: wininet.rc:25
+msgid "LAN Connection"
+msgstr "LAN 接続"
+
+#: wininet.rc:26
+msgid "The certificate is issued by an unknown or untrusted publisher."
+msgstr ""
+
+#: wininet.rc:27
+#, fuzzy
+msgid "The date on the certificate is invalid."
+msgstr "注意: この証明書の秘密鍵はエクスポートできません。"
+
+#: wininet.rc:28
+msgid "The name on the certificate does not match the site."
+msgstr ""
+
+#: wininet.rc:29
+msgid ""
+"There is at least one unspecified security problem with this certificate."
+msgstr ""
+
 #: winmm.rc:28
 msgid "The specified command was carried out."
 msgstr "指定されたコマンドを実行できませんでした。"
diff --git a/po/ko.po b/po/ko.po
index 94956516aee..b7edbfafd60 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -2488,6 +2488,27 @@ msgstr " 분"
 msgid " sec"
 msgstr " ì´ˆ"
 
+#: wininet.rc:25
+msgid "LAN Connection"
+msgstr "랜 연결"
+
+#: wininet.rc:26
+msgid "The certificate is issued by an unknown or untrusted publisher."
+msgstr "이 인증서는 알 수 없거나 신뢰할 수없는 게시자에 의해 발행되었습니다."
+
+#: wininet.rc:27
+msgid "The date on the certificate is invalid."
+msgstr "이 인증서의 날짜는 올바르지 않습니다."
+
+#: wininet.rc:28
+msgid "The name on the certificate does not match the site."
+msgstr "이 인증서의 이름이 사이트하고 일치 하지 않습니다."
+
+#: wininet.rc:29
+msgid ""
+"There is at least one unspecified security problem with this certificate."
+msgstr "이 인증서에는 최소한 하나의 지정되지 않은 보안 문제가 있습니다."
+
 #: winmm.rc:28
 msgid "The specified command was carried out."
 msgstr "지정된 명령이 실행되었습니다."
diff --git a/po/lt.po b/po/lt.po
index c02e79b4426..2c104d1efba 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -2431,6 +2431,27 @@ msgstr " min"
 msgid " sec"
 msgstr " sek"
 
+#: wininet.rc:25
+msgid "LAN Connection"
+msgstr "Vietinio tinklo ryšys"
+
+#: wininet.rc:26
+msgid "The certificate is issued by an unknown or untrusted publisher."
+msgstr "Liudijimas yra išduotas nežinomo arba nepatikimo leidėjo."
+
+#: wininet.rc:27
+msgid "The date on the certificate is invalid."
+msgstr "Liudijimo data yra neteisinga."
+
+#: wininet.rc:28
+msgid "The name on the certificate does not match the site."
+msgstr "Liudijimo pavadinimas neatitinka svetainÄ—s."
+
+#: wininet.rc:29
+msgid ""
+"There is at least one unspecified security problem with this certificate."
+msgstr "Yra mažiausiai viena nenustatyta saugumo problema su šiuo liudijimu."
+
 #: winmm.rc:28
 msgid "The specified command was carried out."
 msgstr "Nurodyta komanda buvo atlikta."
diff --git a/po/ml.po b/po/ml.po
index 3aaa5af9fd2..80c97d8167a 100644
--- a/po/ml.po
+++ b/po/ml.po
@@ -2336,6 +2336,27 @@ msgstr ""
 msgid " sec"
 msgstr ""
 
+#: wininet.rc:25
+msgid "LAN Connection"
+msgstr ""
+
+#: wininet.rc:26
+msgid "The certificate is issued by an unknown or untrusted publisher."
+msgstr ""
+
+#: wininet.rc:27
+msgid "The date on the certificate is invalid."
+msgstr ""
+
+#: wininet.rc:28
+msgid "The name on the certificate does not match the site."
+msgstr ""
+
+#: wininet.rc:29
+msgid ""
+"There is at least one unspecified security problem with this certificate."
+msgstr ""
+
 #: winmm.rc:28
 msgid "The specified command was carried out."
 msgstr ""
diff --git a/po/nb_NO.po b/po/nb_NO.po
index cfebd7df46a..7ab9f4ab7d3 100644
--- a/po/nb_NO.po
+++ b/po/nb_NO.po
@@ -2517,6 +2517,29 @@ msgstr " min"
 msgid " sec"
 msgstr " sec"
 
+#: wininet.rc:25
+msgid "LAN Connection"
+msgstr "Lokal nettverksforbindelse"
+
+#: wininet.rc:26
+msgid "The certificate is issued by an unknown or untrusted publisher."
+msgstr ""
+
+#: wininet.rc:27
+#, fuzzy
+msgid "The date on the certificate is invalid."
+msgstr ""
+"Merk: Den private nøkkelen for dette sertifikatet kan ikke eksporteres."
+
+#: wininet.rc:28
+msgid "The name on the certificate does not match the site."
+msgstr ""
+
+#: wininet.rc:29
+msgid ""
+"There is at least one unspecified security problem with this certificate."
+msgstr ""
+
 #: winmm.rc:28
 msgid "The specified command was carried out."
 msgstr "Den oppgitte kommandoen ble utført."
diff --git a/po/nl.po b/po/nl.po
index 702a76aa7a9..e2d2d1e29dc 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -2524,6 +2524,29 @@ msgstr " min"
 msgid " sec"
 msgstr " sec"
 
+#: wininet.rc:25
+msgid "LAN Connection"
+msgstr "LAN Verbinding"
+
+#: wininet.rc:26
+msgid "The certificate is issued by an unknown or untrusted publisher."
+msgstr ""
+"Het certificaat is uitgegeven door een onbekende on onbetrouwbare uitgever."
+
+#: wininet.rc:27
+msgid "The date on the certificate is invalid."
+msgstr "De datum op het certificaat is ongeldig."
+
+#: wininet.rc:28
+msgid "The name on the certificate does not match the site."
+msgstr "De naam op het certificaat komt niet overeen met de site."
+
+#: wininet.rc:29
+msgid ""
+"There is at least one unspecified security problem with this certificate."
+msgstr ""
+"Er is tenminste één ongespecificeerd veiligheidsprobleem met dit certificaat."
+
 #: winmm.rc:28
 msgid "The specified command was carried out."
 msgstr "De gespecificeerde opdracht is uitgevoerd."
diff --git a/po/or.po b/po/or.po
index fe98023cd4d..dcf82cff5d0 100644
--- a/po/or.po
+++ b/po/or.po
@@ -2336,6 +2336,27 @@ msgstr ""
 msgid " sec"
 msgstr ""
 
+#: wininet.rc:25
+msgid "LAN Connection"
+msgstr ""
+
+#: wininet.rc:26
+msgid "The certificate is issued by an unknown or untrusted publisher."
+msgstr ""
+
+#: wininet.rc:27
+msgid "The date on the certificate is invalid."
+msgstr ""
+
+#: wininet.rc:28
+msgid "The name on the certificate does not match the site."
+msgstr ""
+
+#: wininet.rc:29
+msgid ""
+"There is at least one unspecified security problem with this certificate."
+msgstr ""
+
 #: winmm.rc:28
 msgid "The specified command was carried out."
 msgstr ""
diff --git a/po/pa.po b/po/pa.po
index 5b787d87fe2..9984f71c234 100644
--- a/po/pa.po
+++ b/po/pa.po
@@ -2336,6 +2336,27 @@ msgstr ""
 msgid " sec"
 msgstr ""
 
+#: wininet.rc:25
+msgid "LAN Connection"
+msgstr ""
+
+#: wininet.rc:26
+msgid "The certificate is issued by an unknown or untrusted publisher."
+msgstr ""
+
+#: wininet.rc:27
+msgid "The date on the certificate is invalid."
+msgstr ""
+
+#: wininet.rc:28
+msgid "The name on the certificate does not match the site."
+msgstr ""
+
+#: wininet.rc:29
+msgid ""
+"There is at least one unspecified security problem with this certificate."
+msgstr ""
+
 #: winmm.rc:28
 msgid "The specified command was carried out."
 msgstr ""
diff --git a/po/pl.po b/po/pl.po
index c85d09eb1ed..49a93da5e1c 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -2501,6 +2501,27 @@ msgstr " min."
 msgid " sec"
 msgstr " s"
 
+#: wininet.rc:25
+msgid "LAN Connection"
+msgstr "Połączenie LAN"
+
+#: wininet.rc:26
+msgid "The certificate is issued by an unknown or untrusted publisher."
+msgstr "Certyfikat jest wydany przez nieznanego lub niezaufanego wydawcÄ™."
+
+#: wininet.rc:27
+msgid "The date on the certificate is invalid."
+msgstr "Data na certyfikacie jest niepoprawna."
+
+#: wininet.rc:28
+msgid "The name on the certificate does not match the site."
+msgstr "Nazwa na certyfikacie nie zgadza siÄ™ z tÄ… stronÄ…."
+
+#: wininet.rc:29
+msgid ""
+"There is at least one unspecified security problem with this certificate."
+msgstr "Wystąpił przynajmniej jeden nieokreślony problem z tym certyfikatem."
+
 #: winmm.rc:28
 msgid "The specified command was carried out."
 msgstr "Wykonano podane polecenie."
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 63d0de2662a..eeca13d3dd8 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -2525,6 +2525,28 @@ msgstr " min"
 msgid " sec"
 msgstr " seg"
 
+#: wininet.rc:25
+msgid "LAN Connection"
+msgstr "Conexão LAN"
+
+#: wininet.rc:26
+msgid "The certificate is issued by an unknown or untrusted publisher."
+msgstr ""
+
+#: wininet.rc:27
+#, fuzzy
+msgid "The date on the certificate is invalid."
+msgstr "Nota: A chave privada para este certificado não é exportável."
+
+#: wininet.rc:28
+msgid "The name on the certificate does not match the site."
+msgstr ""
+
+#: wininet.rc:29
+msgid ""
+"There is at least one unspecified security problem with this certificate."
+msgstr ""
+
 #: winmm.rc:28
 msgid "The specified command was carried out."
 msgstr "O comando especificado foi descarregado."
diff --git a/po/pt_PT.po b/po/pt_PT.po
index 7c147915390..a9673f140e6 100644
--- a/po/pt_PT.po
+++ b/po/pt_PT.po
@@ -2565,6 +2565,28 @@ msgstr " min"
 msgid " sec"
 msgstr " seg"
 
+#: wininet.rc:25
+msgid "LAN Connection"
+msgstr "Ligação LAN"
+
+#: wininet.rc:26
+msgid "The certificate is issued by an unknown or untrusted publisher."
+msgstr ""
+
+#: wininet.rc:27
+#, fuzzy
+msgid "The date on the certificate is invalid."
+msgstr "Nota: A chave privada para este certificado não é exportável."
+
+#: wininet.rc:28
+msgid "The name on the certificate does not match the site."
+msgstr ""
+
+#: wininet.rc:29
+msgid ""
+"There is at least one unspecified security problem with this certificate."
+msgstr ""
+
 #: winmm.rc:28
 msgid "The specified command was carried out."
 msgstr "O comando indicado foi realizado."
diff --git a/po/rm.po b/po/rm.po
index 9c2cf0eb16d..7c4c8680fb6 100644
--- a/po/rm.po
+++ b/po/rm.po
@@ -2347,6 +2347,27 @@ msgstr ""
 msgid " sec"
 msgstr ""
 
+#: wininet.rc:25
+msgid "LAN Connection"
+msgstr ""
+
+#: wininet.rc:26
+msgid "The certificate is issued by an unknown or untrusted publisher."
+msgstr ""
+
+#: wininet.rc:27
+msgid "The date on the certificate is invalid."
+msgstr ""
+
+#: wininet.rc:28
+msgid "The name on the certificate does not match the site."
+msgstr ""
+
+#: wininet.rc:29
+msgid ""
+"There is at least one unspecified security problem with this certificate."
+msgstr ""
+
 #: winmm.rc:28
 msgid "The specified command was carried out."
 msgstr ""
diff --git a/po/ro.po b/po/ro.po
index 3fbfc5b415c..7aa78898964 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -2527,6 +2527,28 @@ msgstr " min"
 msgid " sec"
 msgstr " sec"
 
+#: wininet.rc:25
+msgid "LAN Connection"
+msgstr "Conexiune LAN"
+
+#: wininet.rc:26
+msgid "The certificate is issued by an unknown or untrusted publisher."
+msgstr ""
+
+#: wininet.rc:27
+#, fuzzy
+msgid "The date on the certificate is invalid."
+msgstr "Notă: Cheia privată pentru acest certificat nu este exportabilă."
+
+#: wininet.rc:28
+msgid "The name on the certificate does not match the site."
+msgstr ""
+
+#: wininet.rc:29
+msgid ""
+"There is at least one unspecified security problem with this certificate."
+msgstr ""
+
 #: winmm.rc:28
 msgid "The specified command was carried out."
 msgstr "Comanda specificată a fost executată."
diff --git a/po/ru.po b/po/ru.po
index 5a256d09527..d1684eb4f13 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -2457,6 +2457,28 @@ msgstr " мин"
 msgid " sec"
 msgstr " сек"
 
+#: wininet.rc:25
+msgid "LAN Connection"
+msgstr "Сетевое подключение"
+
+#: wininet.rc:26
+msgid "The certificate is issued by an unknown or untrusted publisher."
+msgstr ""
+
+#: wininet.rc:27
+#, fuzzy
+msgid "The date on the certificate is invalid."
+msgstr "Указанный идентификатор устройства (device handle) неверен."
+
+#: wininet.rc:28
+msgid "The name on the certificate does not match the site."
+msgstr ""
+
+#: wininet.rc:29
+msgid ""
+"There is at least one unspecified security problem with this certificate."
+msgstr ""
+
 #: winmm.rc:28
 msgid "The specified command was carried out."
 msgstr "Нет ошибки."
diff --git a/po/sk.po b/po/sk.po
index 041f62fdf19..9ecf21ffcaf 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -2344,6 +2344,28 @@ msgstr " min."
 msgid " sec"
 msgstr " s"
 
+#: wininet.rc:25
+msgid "LAN Connection"
+msgstr ""
+
+#: wininet.rc:26
+msgid "The certificate is issued by an unknown or untrusted publisher."
+msgstr ""
+
+#: wininet.rc:27
+#, fuzzy
+msgid "The date on the certificate is invalid."
+msgstr "The specified device handle is invalid."
+
+#: wininet.rc:28
+msgid "The name on the certificate does not match the site."
+msgstr ""
+
+#: wininet.rc:29
+msgid ""
+"There is at least one unspecified security problem with this certificate."
+msgstr ""
+
 #: winmm.rc:28
 msgid "The specified command was carried out."
 msgstr "Špecifikovaný príkaz bol vykonaný."
diff --git a/po/sl.po b/po/sl.po
index 8f0f43bddd5..650175fc0f0 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -2445,6 +2445,28 @@ msgstr " min"
 msgid " sec"
 msgstr " sek"
 
+#: wininet.rc:25
+msgid "LAN Connection"
+msgstr "LAN povezava"
+
+#: wininet.rc:26
+msgid "The certificate is issued by an unknown or untrusted publisher."
+msgstr ""
+
+#: wininet.rc:27
+#, fuzzy
+msgid "The date on the certificate is invalid."
+msgstr "Navedena koda za dostop do naprave je neveljavna."
+
+#: wininet.rc:28
+msgid "The name on the certificate does not match the site."
+msgstr ""
+
+#: wininet.rc:29
+msgid ""
+"There is at least one unspecified security problem with this certificate."
+msgstr ""
+
 #: winmm.rc:28
 msgid "The specified command was carried out."
 msgstr "Navedeni ukaz je bil uspešno izveden."
diff --git a/po/sr_RS@cyrillic.po b/po/sr_RS@cyrillic.po
index a413213c45e..fc2da42a1cc 100644
--- a/po/sr_RS@cyrillic.po
+++ b/po/sr_RS@cyrillic.po
@@ -2397,6 +2397,27 @@ msgstr " мин."
 msgid " sec"
 msgstr " сек."
 
+#: wininet.rc:25
+msgid "LAN Connection"
+msgstr "LAN веза"
+
+#: wininet.rc:26
+msgid "The certificate is issued by an unknown or untrusted publisher."
+msgstr ""
+
+#: wininet.rc:27
+msgid "The date on the certificate is invalid."
+msgstr ""
+
+#: wininet.rc:28
+msgid "The name on the certificate does not match the site."
+msgstr ""
+
+#: wininet.rc:29
+msgid ""
+"There is at least one unspecified security problem with this certificate."
+msgstr ""
+
 #: winmm.rc:28
 msgid "The specified command was carried out."
 msgstr ""
diff --git a/po/sr_RS@latin.po b/po/sr_RS@latin.po
index 259c9a4aeaf..604cb3667d9 100644
--- a/po/sr_RS@latin.po
+++ b/po/sr_RS@latin.po
@@ -2414,6 +2414,27 @@ msgstr " min."
 msgid " sec"
 msgstr " sek."
 
+#: wininet.rc:25
+msgid "LAN Connection"
+msgstr "LAN veza"
+
+#: wininet.rc:26
+msgid "The certificate is issued by an unknown or untrusted publisher."
+msgstr ""
+
+#: wininet.rc:27
+msgid "The date on the certificate is invalid."
+msgstr ""
+
+#: wininet.rc:28
+msgid "The name on the certificate does not match the site."
+msgstr ""
+
+#: wininet.rc:29
+msgid ""
+"There is at least one unspecified security problem with this certificate."
+msgstr ""
+
 #: winmm.rc:28
 msgid "The specified command was carried out."
 msgstr ""
diff --git a/po/sv.po b/po/sv.po
index 0ac58ec1d14..831a507f89c 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -2481,6 +2481,27 @@ msgstr " min"
 msgid " sec"
 msgstr " s"
 
+#: wininet.rc:25
+msgid "LAN Connection"
+msgstr "LAN-anslutning"
+
+#: wininet.rc:26
+msgid "The certificate is issued by an unknown or untrusted publisher."
+msgstr "Certifikatet är utfärdat av en okänd eller ej betrodd utgivare."
+
+#: wininet.rc:27
+msgid "The date on the certificate is invalid."
+msgstr "Certifikatets datum är ogiltigt."
+
+#: wininet.rc:28
+msgid "The name on the certificate does not match the site."
+msgstr "Namnet på certifikatet matchar inte sitens namn."
+
+#: wininet.rc:29
+msgid ""
+"There is at least one unspecified security problem with this certificate."
+msgstr "Certifikatet har minst ett ospecificerat säkerhetsproblem."
+
 #: winmm.rc:28
 msgid "The specified command was carried out."
 msgstr "Det angivna kommandot utfördes."
diff --git a/po/te.po b/po/te.po
index 0f675531ffd..bbfbe81f9e6 100644
--- a/po/te.po
+++ b/po/te.po
@@ -2336,6 +2336,27 @@ msgstr ""
 msgid " sec"
 msgstr ""
 
+#: wininet.rc:25
+msgid "LAN Connection"
+msgstr ""
+
+#: wininet.rc:26
+msgid "The certificate is issued by an unknown or untrusted publisher."
+msgstr ""
+
+#: wininet.rc:27
+msgid "The date on the certificate is invalid."
+msgstr ""
+
+#: wininet.rc:28
+msgid "The name on the certificate does not match the site."
+msgstr ""
+
+#: wininet.rc:29
+msgid ""
+"There is at least one unspecified security problem with this certificate."
+msgstr ""
+
 #: winmm.rc:28
 msgid "The specified command was carried out."
 msgstr ""
diff --git a/po/th.po b/po/th.po
index 98cd8b8f184..d95478d7722 100644
--- a/po/th.po
+++ b/po/th.po
@@ -2343,6 +2343,27 @@ msgstr ""
 msgid " sec"
 msgstr ""
 
+#: wininet.rc:25
+msgid "LAN Connection"
+msgstr ""
+
+#: wininet.rc:26
+msgid "The certificate is issued by an unknown or untrusted publisher."
+msgstr ""
+
+#: wininet.rc:27
+msgid "The date on the certificate is invalid."
+msgstr ""
+
+#: wininet.rc:28
+msgid "The name on the certificate does not match the site."
+msgstr ""
+
+#: wininet.rc:29
+msgid ""
+"There is at least one unspecified security problem with this certificate."
+msgstr ""
+
 #: winmm.rc:28
 msgid "The specified command was carried out."
 msgstr ""
diff --git a/po/tr.po b/po/tr.po
index e0185057e45..f16db3b3a3f 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -2461,6 +2461,28 @@ msgstr " min"
 msgid " sec"
 msgstr " sec"
 
+#: wininet.rc:25
+msgid "LAN Connection"
+msgstr "LAN Bağlantısı"
+
+#: wininet.rc:26
+msgid "The certificate is issued by an unknown or untrusted publisher."
+msgstr ""
+
+#: wininet.rc:27
+#, fuzzy
+msgid "The date on the certificate is invalid."
+msgstr "Belirtilen aygıt işleyici geçersiz."
+
+#: wininet.rc:28
+msgid "The name on the certificate does not match the site."
+msgstr ""
+
+#: wininet.rc:29
+msgid ""
+"There is at least one unspecified security problem with this certificate."
+msgstr ""
+
 #: winmm.rc:28
 msgid "The specified command was carried out."
 msgstr "Belirtilen komut gerçekleştirildi."
diff --git a/po/uk.po b/po/uk.po
index ca0e7805ee4..d06fec1cbe1 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -2434,6 +2434,29 @@ msgstr " хв"
 msgid " sec"
 msgstr " сек."
 
+#: wininet.rc:25
+msgid "LAN Connection"
+msgstr "Підключення по локальній мережі"
+
+#: wininet.rc:26
+msgid "The certificate is issued by an unknown or untrusted publisher."
+msgstr ""
+
+#: wininet.rc:27
+#, fuzzy
+msgid "The date on the certificate is invalid."
+msgstr ""
+"Увага: Приватний ключ для цього сертифікату не може бути експортований."
+
+#: wininet.rc:28
+msgid "The name on the certificate does not match the site."
+msgstr ""
+
+#: wininet.rc:29
+msgid ""
+"There is at least one unspecified security problem with this certificate."
+msgstr ""
+
 #: winmm.rc:28
 msgid "The specified command was carried out."
 msgstr "Вказану команду виконано."
diff --git a/po/wa.po b/po/wa.po
index c1687480fb5..d49c9902ec8 100644
--- a/po/wa.po
+++ b/po/wa.po
@@ -2344,6 +2344,27 @@ msgstr ""
 msgid " sec"
 msgstr ""
 
+#: wininet.rc:25
+msgid "LAN Connection"
+msgstr ""
+
+#: wininet.rc:26
+msgid "The certificate is issued by an unknown or untrusted publisher."
+msgstr ""
+
+#: wininet.rc:27
+msgid "The date on the certificate is invalid."
+msgstr ""
+
+#: wininet.rc:28
+msgid "The name on the certificate does not match the site."
+msgstr ""
+
+#: wininet.rc:29
+msgid ""
+"There is at least one unspecified security problem with this certificate."
+msgstr ""
+
 #: winmm.rc:28
 msgid "The specified command was carried out."
 msgstr ""
diff --git a/po/wine.pot b/po/wine.pot
index 9394b01f016..1d7d1a2fdd2 100644
--- a/po/wine.pot
+++ b/po/wine.pot
@@ -2322,6 +2322,27 @@ msgstr ""
 msgid " sec"
 msgstr ""
 
+#: wininet.rc:25
+msgid "LAN Connection"
+msgstr ""
+
+#: wininet.rc:26
+msgid "The certificate is issued by an unknown or untrusted publisher."
+msgstr ""
+
+#: wininet.rc:27
+msgid "The date on the certificate is invalid."
+msgstr ""
+
+#: wininet.rc:28
+msgid "The name on the certificate does not match the site."
+msgstr ""
+
+#: wininet.rc:29
+msgid ""
+"There is at least one unspecified security problem with this certificate."
+msgstr ""
+
 #: winmm.rc:28
 msgid "The specified command was carried out."
 msgstr ""
diff --git a/po/zh_CN.po b/po/zh_CN.po
index f34ae23100a..f3fc72f3693 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -2401,6 +2401,27 @@ msgstr " 分"
 msgid " sec"
 msgstr " 秒"
 
+#: wininet.rc:25
+msgid "LAN Connection"
+msgstr "局域网连接"
+
+#: wininet.rc:26
+msgid "The certificate is issued by an unknown or untrusted publisher."
+msgstr ""
+
+#: wininet.rc:27
+msgid "The date on the certificate is invalid."
+msgstr ""
+
+#: wininet.rc:28
+msgid "The name on the certificate does not match the site."
+msgstr ""
+
+#: wininet.rc:29
+msgid ""
+"There is at least one unspecified security problem with this certificate."
+msgstr ""
+
 #: winmm.rc:28
 msgid "The specified command was carried out."
 msgstr ""
diff --git a/po/zh_TW.po b/po/zh_TW.po
index 5cc94397fbf..bd5eba47f45 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -2400,6 +2400,27 @@ msgstr " 分"
 msgid " sec"
 msgstr " 秒"
 
+#: wininet.rc:25
+msgid "LAN Connection"
+msgstr "區域網路連線"
+
+#: wininet.rc:26
+msgid "The certificate is issued by an unknown or untrusted publisher."
+msgstr ""
+
+#: wininet.rc:27
+msgid "The date on the certificate is invalid."
+msgstr ""
+
+#: wininet.rc:28
+msgid "The name on the certificate does not match the site."
+msgstr ""
+
+#: wininet.rc:29
+msgid ""
+"There is at least one unspecified security problem with this certificate."
+msgstr ""
+
 #: winmm.rc:28
 msgid "The specified command was carried out."
 msgstr ""
-- 
GitLab