Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
53c1914e
Commit
53c1914e
authored
Aug 25, 2020
by
Paul Gofman
Committed by
Alexandre Julliard
Aug 25, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
kernel32: Add string for E_NOTIMPL error.
Fixes a crash in Horizon Zero Dawn. Signed-off-by:
Paul Gofman
<
pgofman@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
2255a21b
Hide whitespace changes
Inline
Side-by-side
Showing
51 changed files
with
298 additions
and
0 deletions
+298
-0
format_msg.c
dlls/kernel32/tests/format_msg.c
+20
-0
winerror.mc
dlls/kernel32/winerror.mc
+7
-0
ar.po
po/ar.po
+6
-0
ast.po
po/ast.po
+6
-0
bg.po
po/bg.po
+6
-0
ca.po
po/ca.po
+6
-0
cs.po
po/cs.po
+6
-0
da.po
po/da.po
+6
-0
de.po
po/de.po
+6
-0
el.po
po/el.po
+5
-0
en.po
po/en.po
+4
-0
en_US.po
po/en_US.po
+4
-0
eo.po
po/eo.po
+6
-0
es.po
po/es.po
+6
-0
fa.po
po/fa.po
+4
-0
fi.po
po/fi.po
+6
-0
fr.po
po/fr.po
+6
-0
he.po
po/he.po
+6
-0
hi.po
po/hi.po
+4
-0
hr.po
po/hr.po
+6
-0
hu.po
po/hu.po
+6
-0
it.po
po/it.po
+6
-0
ja.po
po/ja.po
+6
-0
ko.po
po/ko.po
+6
-0
lt.po
po/lt.po
+6
-0
ml.po
po/ml.po
+4
-0
nb_NO.po
po/nb_NO.po
+6
-0
nl.po
po/nl.po
+6
-0
or.po
po/or.po
+4
-0
pa.po
po/pa.po
+4
-0
pl.po
po/pl.po
+6
-0
pt_BR.po
po/pt_BR.po
+6
-0
pt_PT.po
po/pt_PT.po
+6
-0
rm.po
po/rm.po
+6
-0
ro.po
po/ro.po
+6
-0
ru.po
po/ru.po
+6
-0
si.po
po/si.po
+6
-0
sk.po
po/sk.po
+6
-0
sl.po
po/sl.po
+6
-0
sr_RS@cyrillic.po
po/sr_RS@cyrillic.po
+5
-0
sr_RS@latin.po
po/sr_RS@latin.po
+6
-0
sv.po
po/sv.po
+6
-0
ta.po
po/ta.po
+4
-0
te.po
po/te.po
+4
-0
th.po
po/th.po
+5
-0
tr.po
po/tr.po
+6
-0
uk.po
po/uk.po
+6
-0
wa.po
po/wa.po
+6
-0
wine.pot
po/wine.pot
+4
-0
zh_CN.po
po/zh_CN.po
+6
-0
zh_TW.po
po/zh_TW.po
+6
-0
No files found.
dlls/kernel32/tests/format_msg.c
View file @
53c1914e
...
...
@@ -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
();
}
dlls/kernel32/winerror.mc
View file @
53c1914e
...
...
@@ -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.
.
po/ar.po
View file @
53c1914e
...
...
@@ -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"
...
...
po/ast.po
View file @
53c1914e
...
...
@@ -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 ""
...
...
po/bg.po
View file @
53c1914e
...
...
@@ -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 ""
...
...
po/ca.po
View file @
53c1914e
...
...
@@ -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"
...
...
po/cs.po
View file @
53c1914e
...
...
@@ -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 ""
...
...
po/da.po
View file @
53c1914e
...
...
@@ -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"
...
...
po/de.po
View file @
53c1914e
...
...
@@ -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"
...
...
po/el.po
View file @
53c1914e
...
...
@@ -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 ""
...
...
po/en.po
View file @
53c1914e
...
...
@@ -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"
...
...
po/en_US.po
View file @
53c1914e
...
...
@@ -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"
...
...
po/eo.po
View file @
53c1914e
...
...
@@ -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 ""
...
...
po/es.po
View file @
53c1914e
...
...
@@ -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"
...
...
po/fa.po
View file @
53c1914e
...
...
@@ -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 ""
...
...
po/fi.po
View file @
53c1914e
...
...
@@ -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"
...
...
po/fr.po
View file @
53c1914e
...
...
@@ -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"
...
...
po/he.po
View file @
53c1914e
...
...
@@ -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 ""
...
...
po/hi.po
View file @
53c1914e
...
...
@@ -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 ""
...
...
po/hr.po
View file @
53c1914e
...
...
@@ -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"
...
...
po/hu.po
View file @
53c1914e
...
...
@@ -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"
...
...
po/it.po
View file @
53c1914e
...
...
@@ -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"
...
...
po/ja.po
View file @
53c1914e
...
...
@@ -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"
...
...
po/ko.po
View file @
53c1914e
...
...
@@ -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"
...
...
po/lt.po
View file @
53c1914e
...
...
@@ -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"
...
...
po/ml.po
View file @
53c1914e
...
...
@@ -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 ""
...
...
po/nb_NO.po
View file @
53c1914e
...
...
@@ -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"
...
...
po/nl.po
View file @
53c1914e
...
...
@@ -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"
...
...
po/or.po
View file @
53c1914e
...
...
@@ -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 ""
...
...
po/pa.po
View file @
53c1914e
...
...
@@ -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 ""
...
...
po/pl.po
View file @
53c1914e
...
...
@@ -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"
...
...
po/pt_BR.po
View file @
53c1914e
...
...
@@ -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"
...
...
po/pt_PT.po
View file @
53c1914e
...
...
@@ -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"
...
...
po/rm.po
View file @
53c1914e
...
...
@@ -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 ""
...
...
po/ro.po
View file @
53c1914e
...
...
@@ -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"
...
...
po/ru.po
View file @
53c1914e
...
...
@@ -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"
...
...
po/si.po
View file @
53c1914e
...
...
@@ -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"
...
...
po/sk.po
View file @
53c1914e
...
...
@@ -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 ""
...
...
po/sl.po
View file @
53c1914e
...
...
@@ -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"
...
...
po/sr_RS@cyrillic.po
View file @
53c1914e
...
...
@@ -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 ""
...
...
po/sr_RS@latin.po
View file @
53c1914e
...
...
@@ -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 ""
...
...
po/sv.po
View file @
53c1914e
...
...
@@ -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"
...
...
po/ta.po
View file @
53c1914e
...
...
@@ -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 ""
...
...
po/te.po
View file @
53c1914e
...
...
@@ -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 ""
...
...
po/th.po
View file @
53c1914e
...
...
@@ -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 ""
...
...
po/tr.po
View file @
53c1914e
...
...
@@ -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"
...
...
po/uk.po
View file @
53c1914e
...
...
@@ -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"
...
...
po/wa.po
View file @
53c1914e
...
...
@@ -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 ""
...
...
po/wine.pot
View file @
53c1914e
...
...
@@ -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 ""
...
...
po/zh_CN.po
View file @
53c1914e
...
...
@@ -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"
...
...
po/zh_TW.po
View file @
53c1914e
...
...
@@ -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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment