diff --git a/dlls/kernel32/tests/format_msg.c b/dlls/kernel32/tests/format_msg.c index 7fd9d55377a..a0b1e4eef03 100644 --- a/dlls/kernel32/tests/format_msg.c +++ b/dlls/kernel32/tests/format_msg.c @@ -1743,6 +1743,25 @@ static void test_message_from_64bit_number(void) } } +static void test_message_system_errors(void) +{ + static const DWORD error_codes[] = + { + E_NOTIMPL, + }; + + char buffer[256]; + unsigned int i; + DWORD len; + + for (i = 0; i < ARRAY_SIZE(error_codes); ++i) + { + len = FormatMessageA(FORMAT_MESSAGE_FROM_SYSTEM | FORMAT_MESSAGE_IGNORE_INSERTS, NULL, error_codes[i], + LANG_USER_DEFAULT, buffer, ARRAY_SIZE(buffer), NULL); + ok(len, "Got zero len, code %#x.\n", error_codes[i]); + } +} + START_TEST(format_msg) { DWORD ret; @@ -1771,4 +1790,5 @@ START_TEST(format_msg) test_message_allocate_buffer_wide(); test_message_invalid_flags_wide(); test_message_from_64bit_number(); + test_message_system_errors(); } diff --git a/dlls/kernel32/winerror.mc b/dlls/kernel32/winerror.mc index 258b2d6a31d..3d01db9541f 100644 --- a/dlls/kernel32/winerror.mc +++ b/dlls/kernel32/winerror.mc @@ -3757,3 +3757,10 @@ SymbolicName=TRUST_E_NOSIGNATURE Language=ENU No Signature found in file. . +MessageId=0x4001 +Severity=CoError +Facility=Null +SymbolicName=E_NOTIMPL +Language=ENU +Not implemented. +. diff --git a/po/ar.po b/po/ar.po index 28c4f173967..b6a04665092 100644 --- a/po/ar.po +++ b/po/ar.po @@ -6834,6 +6834,12 @@ msgstr "الموقع غير موجود.\n" msgid "Connection reset by peer.\n" msgstr "تم رفض الاتصال.\n" +#: winerror.mc:3767 +#, fuzzy +#| msgid "Not implemented" +msgid "Not implemented.\n" +msgstr "لم تنفّذ" + #: winerror.mc:3760 #, fuzzy #| msgid "Message 0x%1 not found in file %2.\n" diff --git a/po/ast.po b/po/ast.po index b6d576401b5..b8e863ccdb4 100644 --- a/po/ast.po +++ b/po/ast.po @@ -6705,6 +6705,12 @@ msgstr "" msgid "Connection reset by peer.\n" msgstr "" +#: winerror.mc:3767 +#, fuzzy +#| msgid "Not implemented" +msgid "Not implemented.\n" +msgstr "Nun s'implementó" + #: winerror.mc:3760 msgid "No Signature found in file.\n" msgstr "" diff --git a/po/bg.po b/po/bg.po index de635f13016..fbf9d75bc31 100644 --- a/po/bg.po +++ b/po/bg.po @@ -6957,6 +6957,12 @@ msgstr "Файлът не съществува.\n" msgid "Connection reset by peer.\n" msgstr "LAN връзка.\n" +#: winerror.mc:3767 +#, fuzzy +#| msgid "Not implemented" +msgid "Not implemented.\n" +msgstr "Не е реализирано" + #: winerror.mc:3760 msgid "No Signature found in file.\n" msgstr "" diff --git a/po/ca.po b/po/ca.po index a87a235cd2d..351f93bc2d7 100644 --- a/po/ca.po +++ b/po/ca.po @@ -6824,6 +6824,12 @@ msgstr "Aquesta connexió de xarxa no existeix.\n" msgid "Connection reset by peer.\n" msgstr "Un igual ha restablert la connexió.\n" +#: winerror.mc:3767 +#, fuzzy +#| msgid "Not implemented" +msgid "Not implemented.\n" +msgstr "No implementat" + #: winerror.mc:3760 msgid "No Signature found in file.\n" msgstr "No s'ha trobat cap signatura en el fitxer.\n" diff --git a/po/cs.po b/po/cs.po index c0e91ce3cd7..2a7b673f69e 100644 --- a/po/cs.po +++ b/po/cs.po @@ -6771,6 +6771,12 @@ msgstr "Toto síťové připojení neexistuje.\n" msgid "Connection reset by peer.\n" msgstr "Spojení zrušeno druhou stranou.\n" +#: winerror.mc:3767 +#, fuzzy +#| msgid "Not implemented" +msgid "Not implemented.\n" +msgstr "Neimplementováno" + #: winerror.mc:3760 msgid "No Signature found in file.\n" msgstr "" diff --git a/po/da.po b/po/da.po index 80c1869dda3..5b9f81ef014 100644 --- a/po/da.po +++ b/po/da.po @@ -6876,6 +6876,12 @@ msgstr "Stedet eksisterer ikke.\n" msgid "Connection reset by peer.\n" msgstr "Forbindelse nægtet.\n" +#: winerror.mc:3767 +#, fuzzy +#| msgid "Not implemented" +msgid "Not implemented.\n" +msgstr "Ikke implementeret" + #: winerror.mc:3760 #, fuzzy #| msgid "Message 0x%1 not found in file %2.\n" diff --git a/po/de.po b/po/de.po index 5a7a627c722..7dd56b5b30f 100644 --- a/po/de.po +++ b/po/de.po @@ -6808,6 +6808,12 @@ msgstr "Diese Netzwerkverbindung existiert nicht.\n" msgid "Connection reset by peer.\n" msgstr "Verbindung von Gegenstelle zurückgesetzt.\n" +#: winerror.mc:3767 +#, fuzzy +#| msgid "Not implemented" +msgid "Not implemented.\n" +msgstr "Nicht implementiert" + #: winerror.mc:3760 msgid "No Signature found in file.\n" msgstr "Keine Signatur in Datei gefunden.\n" diff --git a/po/el.po b/po/el.po index 60e60c04ab5..8eaf23b491f 100644 --- a/po/el.po +++ b/po/el.po @@ -6838,6 +6838,11 @@ msgstr "Το αρχείο δεν υπάρχει.\n" msgid "Connection reset by peer.\n" msgstr "ΜΗ διαθέσιμος; .\n" +#: winerror.mc:3767 +#, fuzzy +msgid "Not implemented.\n" +msgstr "Το αρχείο δε βρέθηκε" + #: winerror.mc:3760 msgid "No Signature found in file.\n" msgstr "" diff --git a/po/en.po b/po/en.po index a87cb0423f8..dc613ea0d86 100644 --- a/po/en.po +++ b/po/en.po @@ -6797,6 +6797,10 @@ msgstr "This network connection does not exist.\n" msgid "Connection reset by peer.\n" msgstr "Connection reset by peer.\n" +#: winerror.mc:3767 +msgid "Not implemented.\n" +msgstr "Not implemented.\n" + #: winerror.mc:3760 msgid "No Signature found in file.\n" msgstr "No Signature found in file.\n" diff --git a/po/en_US.po b/po/en_US.po index 59fa70de98e..8c71cfb1e2e 100644 --- a/po/en_US.po +++ b/po/en_US.po @@ -6797,6 +6797,10 @@ msgstr "This network connection does not exist.\n" msgid "Connection reset by peer.\n" msgstr "Connection reset by peer.\n" +#: winerror.mc:3767 +msgid "Not implemented.\n" +msgstr "Not implemented.\n" + #: winerror.mc:3760 msgid "No Signature found in file.\n" msgstr "No Signature found in file.\n" diff --git a/po/eo.po b/po/eo.po index 2a64986404c..7283b3d1889 100644 --- a/po/eo.po +++ b/po/eo.po @@ -6751,6 +6751,12 @@ msgstr "Ejo estas neekzistanta.\n" msgid "Connection reset by peer.\n" msgstr "Konekto rifuzita.\n" +#: winerror.mc:3767 +#, fuzzy +#| msgid "Not implemented" +msgid "Not implemented.\n" +msgstr "Ne realigita" + #: winerror.mc:3760 msgid "No Signature found in file.\n" msgstr "" diff --git a/po/es.po b/po/es.po index 6d22894d49f..39dc22cf9b6 100644 --- a/po/es.po +++ b/po/es.po @@ -6885,6 +6885,12 @@ msgstr "El sitio no existe.\n" msgid "Connection reset by peer.\n" msgstr "Conexión rechazada.\n" +#: winerror.mc:3767 +#, fuzzy +#| msgid "Not implemented" +msgid "Not implemented.\n" +msgstr "No implementado" + #: winerror.mc:3760 #, fuzzy #| msgid "Message 0x%1 not found in file %2.\n" diff --git a/po/fa.po b/po/fa.po index 7dba9f26bc8..2072a8260fe 100644 --- a/po/fa.po +++ b/po/fa.po @@ -6813,6 +6813,10 @@ msgstr "" msgid "Connection reset by peer.\n" msgstr "اطلاعات.\n" +#: winerror.mc:3767 +msgid "Not implemented.\n" +msgstr "" + #: winerror.mc:3760 msgid "No Signature found in file.\n" msgstr "" diff --git a/po/fi.po b/po/fi.po index 3be22912c89..b814acb829f 100644 --- a/po/fi.po +++ b/po/fi.po @@ -6790,6 +6790,12 @@ msgstr "Tätä verkkoyhteyttä ei ole.\n" msgid "Connection reset by peer.\n" msgstr "Vastapuoli nollasi yhteyden.\n" +#: winerror.mc:3767 +#, fuzzy +#| msgid "Not implemented" +msgid "Not implemented.\n" +msgstr "Ei toteutettu" + #: winerror.mc:3760 msgid "No Signature found in file.\n" msgstr "Tiedostosta ei löytynyt allekirjoitusta.\n" diff --git a/po/fr.po b/po/fr.po index 75990803754..656be6bfda7 100644 --- a/po/fr.po +++ b/po/fr.po @@ -6860,6 +6860,12 @@ msgstr "Cette connexion réseau n'existe pas.\n" msgid "Connection reset by peer.\n" msgstr "Connexion fermée par le pair.\n" +#: winerror.mc:3767 +#, fuzzy +#| msgid "Not implemented" +msgid "Not implemented.\n" +msgstr "Non implémenté" + #: winerror.mc:3760 #, fuzzy #| msgid "Message 0x%1 not found in file %2.\n" diff --git a/po/he.po b/po/he.po index 6627115e6a6..f2c75ed9187 100644 --- a/po/he.po +++ b/po/he.po @@ -7089,6 +7089,12 @@ msgstr "הקובץ אינו קיים.\n" msgid "Connection reset by peer.\n" msgstr "בהליכי התחברות אל %s.\n" +#: winerror.mc:3767 +#, fuzzy +#| msgid "Not implemented" +msgid "Not implemented.\n" +msgstr "לא מוטמע" + #: winerror.mc:3760 msgid "No Signature found in file.\n" msgstr "" diff --git a/po/hi.po b/po/hi.po index 2bbd5e55e2d..d14bb05242f 100644 --- a/po/hi.po +++ b/po/hi.po @@ -6709,6 +6709,10 @@ msgstr "" msgid "Connection reset by peer.\n" msgstr "" +#: winerror.mc:3767 +msgid "Not implemented.\n" +msgstr "" + #: winerror.mc:3760 msgid "No Signature found in file.\n" msgstr "" diff --git a/po/hr.po b/po/hr.po index cd1b3d1bf30..bf032317297 100644 --- a/po/hr.po +++ b/po/hr.po @@ -6839,6 +6839,12 @@ msgstr "Mjesto ne postoji.\n" msgid "Connection reset by peer.\n" msgstr "Povezivanje odbijeno.\n" +#: winerror.mc:3767 +#, fuzzy +#| msgid "Not implemented" +msgid "Not implemented.\n" +msgstr "Nije još implementirano" + #: winerror.mc:3760 #, fuzzy #| msgid "Message 0x%1 not found in file %2.\n" diff --git a/po/hu.po b/po/hu.po index 5339513d797..0ac05d0db52 100644 --- a/po/hu.po +++ b/po/hu.po @@ -6893,6 +6893,12 @@ msgstr "Az oldal nem létezik.\n" msgid "Connection reset by peer.\n" msgstr "Kapcsolódás megtagadva.\n" +#: winerror.mc:3767 +#, fuzzy +#| msgid "Not implemented" +msgid "Not implemented.\n" +msgstr "Nincs implementálva" + #: winerror.mc:3760 #, fuzzy #| msgid "Message 0x%1 not found in file %2.\n" diff --git a/po/it.po b/po/it.po index 28b38afb244..7be98b7bc8d 100644 --- a/po/it.po +++ b/po/it.po @@ -6902,6 +6902,12 @@ msgstr "Sito inesistente.\n" msgid "Connection reset by peer.\n" msgstr "Connessione rifiutata.\n" +#: winerror.mc:3767 +#, fuzzy +#| msgid "Not implemented" +msgid "Not implemented.\n" +msgstr "Non implementato" + #: winerror.mc:3760 #, fuzzy #| msgid "Message 0x%1 not found in file %2.\n" diff --git a/po/ja.po b/po/ja.po index e9ab1e32d23..2f9a0a4eb54 100644 --- a/po/ja.po +++ b/po/ja.po @@ -6796,6 +6796,12 @@ msgstr "このネットワーク接続は存在しません。\n" msgid "Connection reset by peer.\n" msgstr "相手側により接続がリセットされました。\n" +#: winerror.mc:3767 +#, fuzzy +#| msgid "Not implemented" +msgid "Not implemented.\n" +msgstr "未実装" + #: winerror.mc:3760 msgid "No Signature found in file.\n" msgstr "ファイルにデジタル署名がありません。\n" diff --git a/po/ko.po b/po/ko.po index c4aabc76fc8..58dbd101c47 100644 --- a/po/ko.po +++ b/po/ko.po @@ -6788,6 +6788,12 @@ msgstr "네트워크 연결이 없습니다.\n" msgid "Connection reset by peer.\n" msgstr "피어가 연결을 초기화 했습니다.\n" +#: winerror.mc:3767 +#, fuzzy +#| msgid "Not implemented" +msgid "Not implemented.\n" +msgstr "구현되지 않음" + #: winerror.mc:3760 msgid "No Signature found in file.\n" msgstr "서명 또는 인증서를 찾을 수 없습니다.\n" diff --git a/po/lt.po b/po/lt.po index 937d64fff87..df830130b9b 100644 --- a/po/lt.po +++ b/po/lt.po @@ -6802,6 +6802,12 @@ msgstr "Šis tinklo ryšys neegzistuoja.\n" msgid "Connection reset by peer.\n" msgstr "Sujungimas nutrauktas kito serverio.\n" +#: winerror.mc:3767 +#, fuzzy +#| msgid "Not implemented" +msgid "Not implemented.\n" +msgstr "Nerealizuota" + #: winerror.mc:3760 msgid "No Signature found in file.\n" msgstr "Joks parašas nerastas faile.\n" diff --git a/po/ml.po b/po/ml.po index a8475c61f03..3963648c1fb 100644 --- a/po/ml.po +++ b/po/ml.po @@ -6711,6 +6711,10 @@ msgstr "" msgid "Connection reset by peer.\n" msgstr "" +#: winerror.mc:3767 +msgid "Not implemented.\n" +msgstr "" + #: winerror.mc:3760 msgid "No Signature found in file.\n" msgstr "" diff --git a/po/nb_NO.po b/po/nb_NO.po index 7f2c4b185ec..089f00e2163 100644 --- a/po/nb_NO.po +++ b/po/nb_NO.po @@ -6809,6 +6809,12 @@ msgstr "Denne nettverksforbindelsen finnes ikke.\n" msgid "Connection reset by peer.\n" msgstr "Tilkobling nullstilt av likemann.\n" +#: winerror.mc:3767 +#, fuzzy +#| msgid "Not implemented" +msgid "Not implemented.\n" +msgstr "Ikke implementert" + #: winerror.mc:3760 msgid "No Signature found in file.\n" msgstr "Fant ingen signatur i filen.\n" diff --git a/po/nl.po b/po/nl.po index 9772cc99bf3..e4c5d9132a1 100644 --- a/po/nl.po +++ b/po/nl.po @@ -6876,6 +6876,12 @@ msgstr "De plek bestaat niet.\n" msgid "Connection reset by peer.\n" msgstr "Verbinding geweigerd.\n" +#: winerror.mc:3767 +#, fuzzy +#| msgid "Not implemented" +msgid "Not implemented.\n" +msgstr "Niet geïmplementeerd" + #: winerror.mc:3760 #, fuzzy #| msgid "Message 0x%1 not found in file %2.\n" diff --git a/po/or.po b/po/or.po index b758acd2500..5d023ba8e8e 100644 --- a/po/or.po +++ b/po/or.po @@ -6709,6 +6709,10 @@ msgstr "" msgid "Connection reset by peer.\n" msgstr "" +#: winerror.mc:3767 +msgid "Not implemented.\n" +msgstr "" + #: winerror.mc:3760 msgid "No Signature found in file.\n" msgstr "" diff --git a/po/pa.po b/po/pa.po index 2cfc83eb73c..7cbacbc847a 100644 --- a/po/pa.po +++ b/po/pa.po @@ -6709,6 +6709,10 @@ msgstr "" msgid "Connection reset by peer.\n" msgstr "" +#: winerror.mc:3767 +msgid "Not implemented.\n" +msgstr "" + #: winerror.mc:3760 msgid "No Signature found in file.\n" msgstr "" diff --git a/po/pl.po b/po/pl.po index 1cc0c2fe99b..583a17d101a 100644 --- a/po/pl.po +++ b/po/pl.po @@ -6847,6 +6847,12 @@ msgstr "Połączenie sieciowe nie istnieje.\n" msgid "Connection reset by peer.\n" msgstr "Połączenie wyzerowane przez uczestnika.\n" +#: winerror.mc:3767 +#, fuzzy +#| msgid "Not implemented" +msgid "Not implemented.\n" +msgstr "Nie zaimplementowane" + #: winerror.mc:3760 #, fuzzy #| msgid "Message 0x%1 not found in file %2.\n" diff --git a/po/pt_BR.po b/po/pt_BR.po index 6ca69045d26..c90fb87317b 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -6821,6 +6821,12 @@ msgstr "Esta conexão de rede não existe.\n" msgid "Connection reset by peer.\n" msgstr "Conexão redefinida pelo cliente.\n" +#: winerror.mc:3767 +#, fuzzy +#| msgid "Not implemented" +msgid "Not implemented.\n" +msgstr "Não implementado" + #: winerror.mc:3760 msgid "No Signature found in file.\n" msgstr "Nenhuma Assinatura encontrada no arquivo.\n" diff --git a/po/pt_PT.po b/po/pt_PT.po index 2796dedadf4..3d716bda221 100644 --- a/po/pt_PT.po +++ b/po/pt_PT.po @@ -6851,6 +6851,12 @@ msgstr "Esta conexão de rede não existe.\n" msgid "Connection reset by peer.\n" msgstr "Conexão cancelada pelo cliente.\n" +#: winerror.mc:3767 +#, fuzzy +#| msgid "Not implemented" +msgid "Not implemented.\n" +msgstr "Não implementado" + #: winerror.mc:3760 #, fuzzy #| msgid "Message 0x%1 not found in file %2.\n" diff --git a/po/rm.po b/po/rm.po index ea998dbad49..a3dda56231f 100644 --- a/po/rm.po +++ b/po/rm.po @@ -6759,6 +6759,12 @@ msgstr "" msgid "Connection reset by peer.\n" msgstr "INFUORMAZIUN.\n" +#: winerror.mc:3767 +#, fuzzy +#| msgid "Not implemented" +msgid "Not implemented.\n" +msgstr "Na implementa" + #: winerror.mc:3760 msgid "No Signature found in file.\n" msgstr "" diff --git a/po/ro.po b/po/ro.po index 160aaa5107d..3d0c7e3c2e9 100644 --- a/po/ro.po +++ b/po/ro.po @@ -6894,6 +6894,12 @@ msgstr "Această conexiune de rețea nu există.\n" msgid "Connection reset by peer.\n" msgstr "Conexiune refuzată.\n" +#: winerror.mc:3767 +#, fuzzy +#| msgid "Not implemented" +msgid "Not implemented.\n" +msgstr "Neimplementat" + #: winerror.mc:3760 #, fuzzy #| msgid "Message 0x%1 not found in file %2.\n" diff --git a/po/ru.po b/po/ru.po index 5d5660f185c..ae46f10895e 100644 --- a/po/ru.po +++ b/po/ru.po @@ -6814,6 +6814,12 @@ msgstr "Указанное сетевое соединение не сущест msgid "Connection reset by peer.\n" msgstr "Соединение закрыто удалённым узлом.\n" +#: winerror.mc:3767 +#, fuzzy +#| msgid "Not implemented" +msgid "Not implemented.\n" +msgstr "Не реализовано" + #: winerror.mc:3760 msgid "No Signature found in file.\n" msgstr "Подпись файла не обнаружена.\n" diff --git a/po/si.po b/po/si.po index 4dfb0663be5..2f498395c68 100644 --- a/po/si.po +++ b/po/si.po @@ -6747,6 +6747,12 @@ msgstr "" msgid "Connection reset by peer.\n" msgstr "" +#: winerror.mc:3767 +#, fuzzy +#| msgid "Not implemented" +msgid "Not implemented.\n" +msgstr "හදල නැහැ" + #: winerror.mc:3760 msgid "No Signature found in file.\n" msgstr "ගොනුවේ අත්සනයක් නැහැ.\n" diff --git a/po/sk.po b/po/sk.po index 5662998cbe5..33e9be5654b 100644 --- a/po/sk.po +++ b/po/sk.po @@ -6835,6 +6835,12 @@ msgstr "Súbor neexistuje.\n" msgid "Connection reset by peer.\n" msgstr "Pripojenie je aktícne.\n" +#: winerror.mc:3767 +#, fuzzy +#| msgid "Not implemented" +msgid "Not implemented.\n" +msgstr "Neimplementované" + #: winerror.mc:3760 msgid "No Signature found in file.\n" msgstr "" diff --git a/po/sl.po b/po/sl.po index 919349480e0..56394915d52 100644 --- a/po/sl.po +++ b/po/sl.po @@ -6895,6 +6895,12 @@ msgstr "Stran ne obstaja.\n" msgid "Connection reset by peer.\n" msgstr "Povezava je bila zavrnjena.\n" +#: winerror.mc:3767 +#, fuzzy +#| msgid "Not implemented" +msgid "Not implemented.\n" +msgstr "Ni podprto" + #: winerror.mc:3760 #, fuzzy #| msgid "Message 0x%1 not found in file %2.\n" diff --git a/po/sr_RS@cyrillic.po b/po/sr_RS@cyrillic.po index fe27d5b142b..6770cf344de 100644 --- a/po/sr_RS@cyrillic.po +++ b/po/sr_RS@cyrillic.po @@ -7108,6 +7108,11 @@ msgstr "Датотека не постоји.\n" msgid "Connection reset by peer.\n" msgstr "Повезивање на %s.\n" +#: winerror.mc:3767 +#, fuzzy +msgid "Not implemented.\n" +msgstr "Датотека није пронађена" + #: winerror.mc:3760 msgid "No Signature found in file.\n" msgstr "" diff --git a/po/sr_RS@latin.po b/po/sr_RS@latin.po index 0d04a3846c3..1d26d5b8f45 100644 --- a/po/sr_RS@latin.po +++ b/po/sr_RS@latin.po @@ -7204,6 +7204,12 @@ msgstr "Datoteka ne postoji.\n" msgid "Connection reset by peer.\n" msgstr "Povezivanje na %s.\n" +#: winerror.mc:3767 +#, fuzzy +#| msgid "Not implemented" +msgid "Not implemented.\n" +msgstr "Nije jos u programu" + #: winerror.mc:3760 msgid "No Signature found in file.\n" msgstr "" diff --git a/po/sv.po b/po/sv.po index ddbfa9ab826..63768791d78 100644 --- a/po/sv.po +++ b/po/sv.po @@ -6830,6 +6830,12 @@ msgstr "Nätverksanslutningen existerar inte.\n" msgid "Connection reset by peer.\n" msgstr "Anslutningen återställdes.\n" +#: winerror.mc:3767 +#, fuzzy +#| msgid "Not implemented" +msgid "Not implemented.\n" +msgstr "Ej implementerat" + #: winerror.mc:3760 #, fuzzy #| msgid "Message 0x%1 not found in file %2.\n" diff --git a/po/ta.po b/po/ta.po index e3059b385a4..42858641f5c 100644 --- a/po/ta.po +++ b/po/ta.po @@ -6671,6 +6671,10 @@ msgstr "" msgid "Connection reset by peer.\n" msgstr "" +#: winerror.mc:3767 +msgid "Not implemented.\n" +msgstr "" + #: winerror.mc:3760 msgid "No Signature found in file.\n" msgstr "" diff --git a/po/te.po b/po/te.po index 3104b13577a..6039d6bfed9 100644 --- a/po/te.po +++ b/po/te.po @@ -6709,6 +6709,10 @@ msgstr "" msgid "Connection reset by peer.\n" msgstr "" +#: winerror.mc:3767 +msgid "Not implemented.\n" +msgstr "" + #: winerror.mc:3760 msgid "No Signature found in file.\n" msgstr "" diff --git a/po/th.po b/po/th.po index 3c67dfc40aa..36b256890f1 100644 --- a/po/th.po +++ b/po/th.po @@ -6852,6 +6852,11 @@ msgstr "ไม่พบแฟ้ม.\n" msgid "Connection reset by peer.\n" msgstr "ใช้ไม่ได้ตอนนี้; .\n" +#: winerror.mc:3767 +#, fuzzy +msgid "Not implemented.\n" +msgstr "ไม่พบแฟ้ม" + #: winerror.mc:3760 msgid "No Signature found in file.\n" msgstr "" diff --git a/po/tr.po b/po/tr.po index 30cc44c8a4c..441e5913b92 100644 --- a/po/tr.po +++ b/po/tr.po @@ -6806,6 +6806,12 @@ msgstr "Ağ bağlantısı mevcut değil.\n" msgid "Connection reset by peer.\n" msgstr "Bağlantı eş tarafından sıfırlandı.\n" +#: winerror.mc:3767 +#, fuzzy +#| msgid "Not implemented" +msgid "Not implemented.\n" +msgstr "Eklenmedi/Geliştirilmedi" + #: winerror.mc:3760 msgid "No Signature found in file.\n" msgstr "Dosyada imza bulunamadı.\n" diff --git a/po/uk.po b/po/uk.po index b526594d9cf..22b82253dd8 100644 --- a/po/uk.po +++ b/po/uk.po @@ -6818,6 +6818,12 @@ msgstr "Цього мережевого з'єднання не існує.\n" msgid "Connection reset by peer.\n" msgstr "У з'єднанні відмовлено.\n" +#: winerror.mc:3767 +#, fuzzy +#| msgid "Not implemented" +msgid "Not implemented.\n" +msgstr "Не реалізовано" + #: winerror.mc:3760 msgid "No Signature found in file.\n" msgstr "Відсутній підпис файла.\n" diff --git a/po/wa.po b/po/wa.po index 0c9f96f1890..447d90da705 100644 --- a/po/wa.po +++ b/po/wa.po @@ -6796,6 +6796,12 @@ msgstr "" msgid "Connection reset by peer.\n" msgstr "" +#: winerror.mc:3767 +#, fuzzy +#| msgid "Not implemented" +msgid "Not implemented.\n" +msgstr "Nén co possibe" + #: winerror.mc:3760 msgid "No Signature found in file.\n" msgstr "" diff --git a/po/wine.pot b/po/wine.pot index bb5748d3180..6f6cd874e6a 100644 --- a/po/wine.pot +++ b/po/wine.pot @@ -6664,6 +6664,10 @@ msgstr "" msgid "Connection reset by peer.\n" msgstr "" +#: winerror.mc:3767 +msgid "Not implemented.\n" +msgstr "" + #: winerror.mc:3760 msgid "No Signature found in file.\n" msgstr "" diff --git a/po/zh_CN.po b/po/zh_CN.po index 37a0d36f78e..3fdd886bb2e 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -6748,6 +6748,12 @@ msgstr "该网络链接不存在。\n" msgid "Connection reset by peer.\n" msgstr "连接被重置。\n" +#: winerror.mc:3767 +#, fuzzy +#| msgid "Not implemented" +msgid "Not implemented.\n" +msgstr "尚未实现" + #: winerror.mc:3760 msgid "No Signature found in file.\n" msgstr "未在文件内找到签名。\n" diff --git a/po/zh_TW.po b/po/zh_TW.po index eb15f94e260..e22fd56cbf5 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -6804,6 +6804,12 @@ msgstr "站臺不存在。\n" msgid "Connection reset by peer.\n" msgstr "連線被拒。\n" +#: winerror.mc:3767 +#, fuzzy +#| msgid "Not implemented" +msgid "Not implemented.\n" +msgstr "未實作" + #: winerror.mc:3760 #, fuzzy #| msgid "Message 0x%1 not found in file %2.\n"