wininet: Convert string table resources to po files.
diff --git a/configure b/configure
index 4a8ed4f..eaa44da 100755
--- a/configure
+++ b/configure
@@ -15278,7 +15278,7 @@
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 a3e4635..dd75ebd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2807,7 +2807,7 @@
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 9ddca9e..1e705a3 100644
--- a/dlls/wininet/Makefile.in
+++ b/dlls/wininet/Makefile.in
@@ -18,7 +18,7 @@
wininet_main.c
RC_SRCS = \
- version.rc \
+ wininet.rc \
wininet_Bg.rc \
wininet_Cs.rc \
wininet_Da.rc \
@@ -47,4 +47,6 @@
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 bc37bd8..8ef32e1 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 188cece..e44e99f 100644
--- a/dlls/wininet/wininet_Bg.rc
+++ b/dlls/wininet/wininet_Bg.rc
@@ -39,8 +39,3 @@
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 b0107be..9499adb 100644
--- a/dlls/wininet/wininet_Da.rc
+++ b/dlls/wininet/wininet_Da.rc
@@ -62,8 +62,3 @@
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 36784d1..5292bb9 100644
--- a/dlls/wininet/wininet_De.rc
+++ b/dlls/wininet/wininet_De.rc
@@ -74,12 +74,3 @@
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 5566859..853bb39 100644
--- a/dlls/wininet/wininet_En.rc
+++ b/dlls/wininet/wininet_En.rc
@@ -71,12 +71,3 @@
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 4477560..8426071 100644
--- a/dlls/wininet/wininet_Eo.rc
+++ b/dlls/wininet/wininet_Eo.rc
@@ -41,8 +41,3 @@
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 e429912..0cffa20 100644
--- a/dlls/wininet/wininet_Es.rc
+++ b/dlls/wininet/wininet_Es.rc
@@ -59,8 +59,3 @@
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 1738329..c391b2c 100644
--- a/dlls/wininet/wininet_Fi.rc
+++ b/dlls/wininet/wininet_Fi.rc
@@ -39,8 +39,3 @@
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 0cb2a02..bb3dea1 100644
--- a/dlls/wininet/wininet_Fr.rc
+++ b/dlls/wininet/wininet_Fr.rc
@@ -80,12 +80,3 @@
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 1fca4e4..cb91130 100644
--- a/dlls/wininet/wininet_He.rc
+++ b/dlls/wininet/wininet_He.rc
@@ -77,12 +77,3 @@
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 fe57189..8991aa6 100644
--- a/dlls/wininet/wininet_Hu.rc
+++ b/dlls/wininet/wininet_Hu.rc
@@ -62,8 +62,3 @@
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 b3bc9a4..d9a9cdf 100644
--- a/dlls/wininet/wininet_It.rc
+++ b/dlls/wininet/wininet_It.rc
@@ -77,12 +77,3 @@
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 dc26953..476e32f 100644
--- a/dlls/wininet/wininet_Ja.rc
+++ b/dlls/wininet/wininet_Ja.rc
@@ -62,8 +62,3 @@
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 9bbd489..7764e63 100644
--- a/dlls/wininet/wininet_Ko.rc
+++ b/dlls/wininet/wininet_Ko.rc
@@ -74,13 +74,3 @@
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 bc0749a..fd69997 100644
--- a/dlls/wininet/wininet_Lt.rc
+++ b/dlls/wininet/wininet_Lt.rc
@@ -74,12 +74,3 @@
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 31f75cc..fe4a0f8 100644
--- a/dlls/wininet/wininet_Nl.rc
+++ b/dlls/wininet/wininet_Nl.rc
@@ -75,12 +75,3 @@
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 172bf2b..e2e2aa5 100644
--- a/dlls/wininet/wininet_No.rc
+++ b/dlls/wininet/wininet_No.rc
@@ -61,8 +61,3 @@
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 2cf0e3c..cb79bda 100644
--- a/dlls/wininet/wininet_Pl.rc
+++ b/dlls/wininet/wininet_Pl.rc
@@ -73,12 +73,3 @@
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 nieokrelony problem z tym certyfikatem."
-}
diff --git a/dlls/wininet/wininet_Pt.rc b/dlls/wininet/wininet_Pt.rc
index ccd7101..f41b7d7 100644
--- a/dlls/wininet/wininet_Pt.rc
+++ b/dlls/wininet/wininet_Pt.rc
@@ -111,18 +111,3 @@
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 7ed165a..0dfa370 100644
--- a/dlls/wininet/wininet_Ro.rc
+++ b/dlls/wininet/wininet_Ro.rc
@@ -62,8 +62,3 @@
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 f6fe674..604586c 100644
--- a/dlls/wininet/wininet_Ru.rc
+++ b/dlls/wininet/wininet_Ru.rc
@@ -64,8 +64,3 @@
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 6dffb92..853af50 100644
--- a/dlls/wininet/wininet_Si.rc
+++ b/dlls/wininet/wininet_Si.rc
@@ -61,8 +61,3 @@
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 343b671..1731068 100644
--- a/dlls/wininet/wininet_Sr.rc
+++ b/dlls/wininet/wininet_Sr.rc
@@ -63,11 +63,6 @@
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 @@
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 cc97d6e..fcd5d55 100644
--- a/dlls/wininet/wininet_Sv.rc
+++ b/dlls/wininet/wininet_Sv.rc
@@ -71,12 +71,3 @@
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 1ea6df2..73c1faa 100644
--- a/dlls/wininet/wininet_Tr.rc
+++ b/dlls/wininet/wininet_Tr.rc
@@ -41,8 +41,3 @@
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 145a3cd..8154427 100644
--- a/dlls/wininet/wininet_Uk.rc
+++ b/dlls/wininet/wininet_Uk.rc
@@ -62,8 +62,3 @@
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 94d1c06..1dbf0eb 100644
--- a/dlls/wininet/wininet_Zh.rc
+++ b/dlls/wininet/wininet_Zh.rc
@@ -46,11 +46,6 @@
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 @@
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 69b77d0..335c0c3 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -2354,6 +2354,27 @@
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 3b03d3b..2af73f1 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -2384,6 +2384,27 @@
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 c5b5435..e7ae667 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -2415,6 +2415,28 @@
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 798dc7f..a6deeab 100644
--- a/po/da.po
+++ b/po/da.po
@@ -2471,6 +2471,28 @@
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 aad79b4..dc87da4 100644
--- a/po/de.po
+++ b/po/de.po
@@ -2481,6 +2481,30 @@
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 67438db..9a9ecb2 100644
--- a/po/el.po
+++ b/po/el.po
@@ -2344,6 +2344,27 @@
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 2b5eae9..2e2634b 100644
--- a/po/en.po
+++ b/po/en.po
@@ -2407,6 +2407,28 @@
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 4a0af7c..4b4a1b6 100644
--- a/po/en_US.po
+++ b/po/en_US.po
@@ -2404,6 +2404,28 @@
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 672eeee..fc1c68b 100644
--- a/po/eo.po
+++ b/po/eo.po
@@ -2399,6 +2399,27 @@
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 0dbdfe0..f119f01 100644
--- a/po/es.po
+++ b/po/es.po
@@ -2436,6 +2436,28 @@
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 0df7cc5..d78b0f0 100644
--- a/po/fa.po
+++ b/po/fa.po
@@ -2354,6 +2354,27 @@
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 f7bd8ec..f876df4 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -2427,6 +2427,27 @@
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 183941a..7af0bbd 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -2501,6 +2501,27 @@
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 f248c79..596df30 100644
--- a/po/he.po
+++ b/po/he.po
@@ -2396,6 +2396,27 @@
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 3af0799..214c56a 100644
--- a/po/hi.po
+++ b/po/hi.po
@@ -2336,6 +2336,27 @@
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 d6538d7..2fe2c95 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -2490,6 +2490,28 @@
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 4461877..e0ef2d0 100644
--- a/po/it.po
+++ b/po/it.po
@@ -2529,6 +2529,29 @@
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 9bc30dd..638bfd8 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -2395,6 +2395,28 @@
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 9495651..b7edbfa 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -2488,6 +2488,27 @@
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 c02e79b..2c104d1 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -2431,6 +2431,27 @@
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 3aaa5af..80c97d8 100644
--- a/po/ml.po
+++ b/po/ml.po
@@ -2336,6 +2336,27 @@
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 cfebd7d..7ab9f4a 100644
--- a/po/nb_NO.po
+++ b/po/nb_NO.po
@@ -2517,6 +2517,29 @@
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 702a76a..e2d2d1e 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -2524,6 +2524,29 @@
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 fe98023..dcf82cf 100644
--- a/po/or.po
+++ b/po/or.po
@@ -2336,6 +2336,27 @@
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 5b787d8..9984f71 100644
--- a/po/pa.po
+++ b/po/pa.po
@@ -2336,6 +2336,27 @@
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 c85d09e..49a93da 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -2501,6 +2501,27 @@
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 63d0de2..eeca13d 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -2525,6 +2525,28 @@
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 7c14791..a9673f1 100644
--- a/po/pt_PT.po
+++ b/po/pt_PT.po
@@ -2565,6 +2565,28 @@
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 9c2cf0e..7c4c868 100644
--- a/po/rm.po
+++ b/po/rm.po
@@ -2347,6 +2347,27 @@
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 3fbfc5b..7aa7889 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -2527,6 +2527,28 @@
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 5a256d0..d1684eb 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -2457,6 +2457,28 @@
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 041f62f..9ecf21f 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -2344,6 +2344,28 @@
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 8f0f43b..650175f 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -2445,6 +2445,28 @@
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 a413213..fc2da42 100644
--- a/po/sr_RS@cyrillic.po
+++ b/po/sr_RS@cyrillic.po
@@ -2397,6 +2397,27 @@
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 259c9a4..604cb36 100644
--- a/po/sr_RS@latin.po
+++ b/po/sr_RS@latin.po
@@ -2414,6 +2414,27 @@
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 0ac58ec..831a507 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -2481,6 +2481,27 @@
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 0f67553..bbfbe81 100644
--- a/po/te.po
+++ b/po/te.po
@@ -2336,6 +2336,27 @@
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 98cd8b8..d95478d 100644
--- a/po/th.po
+++ b/po/th.po
@@ -2343,6 +2343,27 @@
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 e018505..f16db3b 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -2461,6 +2461,28 @@
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 ca0e780..d06fec1 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -2434,6 +2434,29 @@
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 c168748..d49c990 100644
--- a/po/wa.po
+++ b/po/wa.po
@@ -2344,6 +2344,27 @@
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 9394b01..1d7d1a2 100644
--- a/po/wine.pot
+++ b/po/wine.pot
@@ -2322,6 +2322,27 @@
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 f34ae23..f3fc72f 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -2401,6 +2401,27 @@
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 5cc9439..bd5eba4 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -2400,6 +2400,27 @@
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 ""