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髇 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鋒iverkkoyhteys" -} 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筽i przynajmniej jeden nieokre渓ony 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 鋜 utf鋜dat av en ok鋘d eller ej betrodd utgivare." - IDS_CERT_DATE_INVALID "Certifikatets datum 鋜 ogiltigt." - IDS_CERT_CN_INVALID "Namnet p certifikatet matchar inte sitens namn." - IDS_CERT_ERRORS "Certifikatet har minst ett ospecificerat s鋕erhetsproblem." -} 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 "輕tal", IDCANCEL, 158, 126, 56, 14, WS_GROUP | WS_TABSTOP } - -STRINGTABLE -{ - IDS_LANCONNECTION "LAN Ba餷ant齭" -} 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 "鍗鍩熺恫璺g窔" -} 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 "鍗鍩熺恫璺g窔" + +#: 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 ""