mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2024-11-21 16:46:54 -08:00
Added patch to change winedbg bug reporting URL to bugs.wine-staging.com.
This commit is contained in:
parent
4afa857aee
commit
bb57db5f98
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -16,6 +16,7 @@ wine-compholio (1.7.32) UNRELEASED; urgency=low
|
||||
* Added patch to add additional format conversions for DXT1 and DXT3.
|
||||
* Added patch to implement stubs for additional api-ms-win-core-* dlls.
|
||||
* Added patch to fix copy and paste error recently introduced in ws2_32 tests.
|
||||
* Added patch to change bug reporting URL in winedbg.
|
||||
* Removed patch to close server fd is there is no space in thread inflight fd list (accepted upstream).
|
||||
* Removed patch to fix bugs in StrStr functions (accepted upstream).
|
||||
* Removed patches to avoid sending messages in FindWindowExW (accepted upstream).
|
||||
|
@ -231,16 +231,23 @@ Pipelight.ok:
|
||||
# |
|
||||
# | Modified files:
|
||||
# | * dlls/kernel32/process.c, dlls/ntdll/misc.c, dlls/ntdll/ntdll.spec, include/wine/library.h, libs/wine/Makefile.in,
|
||||
# | libs/wine/config.c, libs/wine/loader.c, libs/wine/wine.def, libs/wine/wine.map, loader/main.c
|
||||
# | libs/wine/config.c, libs/wine/loader.c, libs/wine/wine.def, libs/wine/wine.map, loader/main.c, po/ar.po, po/bg.po,
|
||||
# | po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/en.po, po/en_US.po, po/eo.po, po/es.po, po/fa.po, po/fi.po,
|
||||
# | po/fr.po, po/he.po, po/hi.po, po/hr.po, po/hu.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/ml.po, po/nb_NO.po,
|
||||
# | po/nl.po, po/or.po, po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/rm.po, po/ro.po, po/ru.po, po/sk.po, po/sl.po,
|
||||
# | po/sr_RS@cyrillic.po, po/sr_RS@latin.po, po/sv.po, po/te.po, po/th.po, po/tr.po, po/uk.po, po/wa.po, po/wine.pot,
|
||||
# | po/zh_CN.po, po/zh_TW.po, programs/winedbg/winedbg.rc
|
||||
# |
|
||||
.INTERMEDIATE: Staging.ok
|
||||
Staging.ok:
|
||||
$(call APPLY_FILE,Staging/0001-kernel32-Add-winediag-message-to-show-warning-that-t.patch)
|
||||
$(call APPLY_FILE,Staging/0002-winelib-Append-Staging-at-the-end-of-the-version-s.patch)
|
||||
$(call APPLY_FILE,Staging/0003-loader-Add-commandline-option-patches-to-show-the-pa.patch)
|
||||
$(call APPLY_FILE,Staging/0004-loader-Add-commandline-option-check-libs.patch)
|
||||
$(call APPLY_FILE,Staging/0002-winedbg-Change-bug-reporting-URL-to-Wine-Staging.patch)
|
||||
$(call APPLY_FILE,Staging/0003-winelib-Append-Staging-at-the-end-of-the-version-s.patch)
|
||||
$(call APPLY_FILE,Staging/0004-loader-Add-commandline-option-patches-to-show-the-pa.patch)
|
||||
$(call APPLY_FILE,Staging/0005-loader-Add-commandline-option-check-libs.patch)
|
||||
@( \
|
||||
echo '+ { "Sebastian Lackner", "kernel32: Add winediag message to show warning, that this isn'\''t vanilla wine.", 1 },'; \
|
||||
echo '+ { "Sebastian Lackner", "winedbg: Change bug reporting URL to Wine Staging.", 1 },'; \
|
||||
echo '+ { "Sebastian Lackner", "winelib: Append '\''(Staging)'\'' at the end of the version string.", 1 },'; \
|
||||
echo '+ { "Sebastian Lackner", "loader: Add commandline option --patches to show the patch list.", 1 },'; \
|
||||
echo '+ { "Michael Müller", "loader: Add commandline option --check-libs.", 1 },'; \
|
||||
|
@ -1,15 +1,15 @@
|
||||
From 3e4695fd4eab3f7666cd5361f98f2ace34c43739 Mon Sep 17 00:00:00 2001
|
||||
From 948a8706d6045fb6f8f624072bfa6ab97e91dc16 Mon Sep 17 00:00:00 2001
|
||||
From: Sebastian Lackner <sebastian@fds-team.de>
|
||||
Date: Thu, 2 Oct 2014 19:44:31 +0200
|
||||
Subject: kernel32: Add winediag message to show warning, that this isn't
|
||||
vanilla wine.
|
||||
|
||||
---
|
||||
dlls/kernel32/process.c | 11 +++++++++++
|
||||
1 file changed, 11 insertions(+)
|
||||
dlls/kernel32/process.c | 10 ++++++++++
|
||||
1 file changed, 10 insertions(+)
|
||||
|
||||
diff --git a/dlls/kernel32/process.c b/dlls/kernel32/process.c
|
||||
index 301c64a..5c5be22 100644
|
||||
index 0a087ab..1052a79 100644
|
||||
--- a/dlls/kernel32/process.c
|
||||
+++ b/dlls/kernel32/process.c
|
||||
@@ -65,6 +65,7 @@
|
||||
@ -20,23 +20,22 @@ index 301c64a..5c5be22 100644
|
||||
|
||||
#ifdef __APPLE__
|
||||
extern char **__wine_get_main_environment(void);
|
||||
@@ -1092,6 +1093,16 @@ static DWORD WINAPI start_process( PEB *peb )
|
||||
@@ -1099,6 +1100,15 @@ static DWORD WINAPI start_process( PEB *peb )
|
||||
DPRINTF( "%04x:Starting process %s (entryproc=%p)\n", GetCurrentThreadId(),
|
||||
debugstr_w(peb->ProcessParameters->ImagePathName.Buffer), entry );
|
||||
|
||||
+ /* Wine developers don't like it, when bug are reported with Wine versions containing our patches. */
|
||||
+ if (CreateEventA(0, 0, 0, "__winestaging_warn_event") && GetLastError() != ERROR_ALREADY_EXISTS)
|
||||
+ {
|
||||
+ FIXME_(winediag)("Wine Staging is a Wine testing version containing experimental patches.\n");
|
||||
+ FIXME_(winediag)("Please don't report bugs at winehq.org and use our issue tracker instead:\n");
|
||||
+ FIXME_(winediag)("https://github.com/wine-compholio/wine-staging/issues\n");
|
||||
+ FIXME_(winediag)("Wine Staging is a testing version containing experimental patches.\n");
|
||||
+ FIXME_(winediag)("Please report bugs at http://bugs.wine-staging.com (instead of winehq.org).\n");
|
||||
+ }
|
||||
+ else
|
||||
+ WARN_(winediag)("Wine Staging is a Wine testing version containing experimental patches.\n");
|
||||
+ WARN_(winediag)("Wine Staging is a testing version containing experimental patches.\n");
|
||||
+
|
||||
SetLastError( 0 ); /* clear error code */
|
||||
if (peb->BeingDebugged) DbgBreakPoint();
|
||||
return call_process_entry( peb, entry );
|
||||
--
|
||||
2.1.1
|
||||
2.1.3
|
||||
|
||||
|
@ -0,0 +1,867 @@
|
||||
From f1bd4d7ee8a8ecdbea7db01d74c214f4408e0cda Mon Sep 17 00:00:00 2001
|
||||
From: Sebastian Lackner <sebastian@fds-team.de>
|
||||
Date: Sat, 29 Nov 2014 21:02:57 +0100
|
||||
Subject: winedbg: Change bug reporting URL to Wine Staging.
|
||||
|
||||
---
|
||||
po/ar.po | 4 ++--
|
||||
po/bg.po | 2 +-
|
||||
po/ca.po | 4 ++--
|
||||
po/cs.po | 4 ++--
|
||||
po/da.po | 2 +-
|
||||
po/de.po | 4 ++--
|
||||
po/el.po | 2 +-
|
||||
po/en.po | 4 ++--
|
||||
po/en_US.po | 4 ++--
|
||||
po/eo.po | 2 +-
|
||||
po/es.po | 4 ++--
|
||||
po/fa.po | 2 +-
|
||||
po/fi.po | 6 +++---
|
||||
po/fr.po | 6 +++---
|
||||
po/he.po | 4 ++--
|
||||
po/hi.po | 2 +-
|
||||
po/hr.po | 2 +-
|
||||
po/hu.po | 4 ++--
|
||||
po/it.po | 4 ++--
|
||||
po/ja.po | 6 +++---
|
||||
po/ko.po | 4 ++--
|
||||
po/lt.po | 6 +++---
|
||||
po/ml.po | 2 +-
|
||||
po/nb_NO.po | 4 ++--
|
||||
po/nl.po | 6 +++---
|
||||
po/or.po | 2 +-
|
||||
po/pa.po | 2 +-
|
||||
po/pl.po | 4 ++--
|
||||
po/pt_BR.po | 6 +++---
|
||||
po/pt_PT.po | 2 +-
|
||||
po/rm.po | 2 +-
|
||||
po/ro.po | 2 +-
|
||||
po/ru.po | 6 +++---
|
||||
po/sk.po | 2 +-
|
||||
po/sl.po | 6 +++---
|
||||
po/sr_RS@cyrillic.po | 4 ++--
|
||||
po/sr_RS@latin.po | 4 ++--
|
||||
po/sv.po | 4 ++--
|
||||
po/te.po | 2 +-
|
||||
po/th.po | 2 +-
|
||||
po/tr.po | 4 ++--
|
||||
po/uk.po | 4 ++--
|
||||
po/wa.po | 2 +-
|
||||
po/wine.pot | 2 +-
|
||||
po/zh_CN.po | 4 ++--
|
||||
po/zh_TW.po | 4 ++--
|
||||
programs/winedbg/winedbg.rc | 2 +-
|
||||
47 files changed, 83 insertions(+), 83 deletions(-)
|
||||
|
||||
diff --git a/po/ar.po b/po/ar.po
|
||||
index 2588606..89000c0 100644
|
||||
--- a/po/ar.po
|
||||
+++ b/po/ar.po
|
||||
@@ -13676,12 +13676,12 @@ msgstr "تفاصيل خطأ البرنامج"
|
||||
msgid ""
|
||||
"If this problem is not present under Windows and has not been reported yet, "
|
||||
"you can save the detailed information to a file using the \"Save As\" "
|
||||
-"button, then <a href=\"http://wiki.winehq.org/Bugs\">file a bug report</a> "
|
||||
+"button, then <a href=\"http://bugs.wine-staging.com\">file a bug report</a> "
|
||||
"and attach that file to the report."
|
||||
msgstr ""
|
||||
"إذا كانت المشكلة غير موجودة عند تشغيل البرنامج في بيئة وندوز ، وفي حال لم "
|
||||
"يتم التبليغ عنها مسبقًا يمكنك حفظ التفاصيل بالضغط على زر \"الحفظ كـ\" ثمّ <a "
|
||||
-"href=\"http://wiki.winehq.org/Bugs\">أبلغ عن العلّة</a> وأرفق الملف الذي "
|
||||
+"href=\"http://bugs.wine-staging.com\">أبلغ عن العلّة</a> وأرفق الملف الذي "
|
||||
"حفظته في إبلاغك."
|
||||
|
||||
#: winedbg.rc:38
|
||||
diff --git a/po/bg.po b/po/bg.po
|
||||
index daf8562..2c5c2fa 100644
|
||||
--- a/po/bg.po
|
||||
+++ b/po/bg.po
|
||||
@@ -13528,7 +13528,7 @@ msgstr "Program Files"
|
||||
msgid ""
|
||||
"If this problem is not present under Windows and has not been reported yet, "
|
||||
"you can save the detailed information to a file using the \"Save As\" "
|
||||
-"button, then <a href=\"http://wiki.winehq.org/Bugs\">file a bug report</a> "
|
||||
+"button, then <a href=\"http://bugs.wine-staging.com\">file a bug report</a> "
|
||||
"and attach that file to the report."
|
||||
msgstr ""
|
||||
|
||||
diff --git a/po/ca.po b/po/ca.po
|
||||
index 7aefc76..2d77355 100644
|
||||
--- a/po/ca.po
|
||||
+++ b/po/ca.po
|
||||
@@ -13937,12 +13937,12 @@ msgstr "Detalls d'Error de Programa"
|
||||
msgid ""
|
||||
"If this problem is not present under Windows and has not been reported yet, "
|
||||
"you can save the detailed information to a file using the \"Save As\" "
|
||||
-"button, then <a href=\"http://wiki.winehq.org/Bugs\">file a bug report</a> "
|
||||
+"button, then <a href=\"http://bugs.wine-staging.com\">file a bug report</a> "
|
||||
"and attach that file to the report."
|
||||
msgstr ""
|
||||
"Si aquest problema no està present en el Windows i encara no s'ha reportat, "
|
||||
"podeu desar la informació detallada a un fitxer mediant el botó \"Anomenar i "
|
||||
-"Desar\", després <a href=\"http://wiki.winehq.org/Bugs\">presentar un "
|
||||
+"Desar\", després <a href=\"http://bugs.wine-staging.com\">presentar un "
|
||||
"informe d'error</a> i ajuntar aquest fitxer a l'informe."
|
||||
|
||||
#: winedbg.rc:38
|
||||
diff --git a/po/cs.po b/po/cs.po
|
||||
index d46a797..d56ee9e 100644
|
||||
--- a/po/cs.po
|
||||
+++ b/po/cs.po
|
||||
@@ -13569,12 +13569,12 @@ msgstr "Podrobnosti chyby programu"
|
||||
msgid ""
|
||||
"If this problem is not present under Windows and has not been reported yet, "
|
||||
"you can save the detailed information to a file using the \"Save As\" "
|
||||
-"button, then <a href=\"http://wiki.winehq.org/Bugs\">file a bug report</a> "
|
||||
+"button, then <a href=\"http://bugs.wine-staging.com\">file a bug report</a> "
|
||||
"and attach that file to the report."
|
||||
msgstr ""
|
||||
"Pokud se tento problém v Microsoft Windows neprojevuje a nebyl doposud "
|
||||
"nahlášen, je možné uložit podrobné informace do souboru kliknutím na "
|
||||
-"tlačítko „Uložit jako“ a následně <a href=\"http://wiki.winehq.org/Bugs"
|
||||
+"tlačítko „Uložit jako“ a následně <a href=\"http://bugs.wine-staging.com"
|
||||
"\">vyplnit hlášení o chybě</a> a tento soubor k němu připojit."
|
||||
|
||||
#: winedbg.rc:38
|
||||
diff --git a/po/da.po b/po/da.po
|
||||
index 5a0ad65..e9883ca 100644
|
||||
--- a/po/da.po
|
||||
+++ b/po/da.po
|
||||
@@ -13826,7 +13826,7 @@ msgstr "Programfejl detaljer"
|
||||
msgid ""
|
||||
"If this problem is not present under Windows and has not been reported yet, "
|
||||
"you can save the detailed information to a file using the \"Save As\" "
|
||||
-"button, then <a href=\"http://wiki.winehq.org/Bugs\">file a bug report</a> "
|
||||
+"button, then <a href=\"http://bugs.wine-staging.com\">file a bug report</a> "
|
||||
"and attach that file to the report."
|
||||
msgstr ""
|
||||
"Hvis dette problem ikke er til stede under Windows, og det endnu ikke er "
|
||||
diff --git a/po/de.po b/po/de.po
|
||||
index c13802d..aa05fcd 100644
|
||||
--- a/po/de.po
|
||||
+++ b/po/de.po
|
||||
@@ -13777,12 +13777,12 @@ msgstr "Programmfehler-Details"
|
||||
msgid ""
|
||||
"If this problem is not present under Windows and has not been reported yet, "
|
||||
"you can save the detailed information to a file using the \"Save As\" "
|
||||
-"button, then <a href=\"http://wiki.winehq.org/Bugs\">file a bug report</a> "
|
||||
+"button, then <a href=\"http://bugs.wine-staging.com\">file a bug report</a> "
|
||||
"and attach that file to the report."
|
||||
msgstr ""
|
||||
"Tritt dieses Problem unter Windows nicht auf und wurde es noch nicht "
|
||||
"gemeldet, können Sie mit \"Speichern unter\" die detaillierten Informationen "
|
||||
-"in einer Datei speichern, danach <a href=\"http://wiki.winehq.org/Bugs"
|
||||
+"in einer Datei speichern, danach <a href=\"http://bugs.wine-staging.com"
|
||||
"\">einen Fehlerbericht hinterlassen</a> und die Datei dort anhängen."
|
||||
|
||||
#: winedbg.rc:38
|
||||
diff --git a/po/el.po b/po/el.po
|
||||
index 09de8a9..92b764d 100644
|
||||
--- a/po/el.po
|
||||
+++ b/po/el.po
|
||||
@@ -13275,7 +13275,7 @@ msgstr ""
|
||||
msgid ""
|
||||
"If this problem is not present under Windows and has not been reported yet, "
|
||||
"you can save the detailed information to a file using the \"Save As\" "
|
||||
-"button, then <a href=\"http://wiki.winehq.org/Bugs\">file a bug report</a> "
|
||||
+"button, then <a href=\"http://bugs.wine-staging.com\">file a bug report</a> "
|
||||
"and attach that file to the report."
|
||||
msgstr ""
|
||||
|
||||
diff --git a/po/en.po b/po/en.po
|
||||
index 5e66e7d..4c7c54d 100644
|
||||
--- a/po/en.po
|
||||
+++ b/po/en.po
|
||||
@@ -13683,12 +13683,12 @@ msgstr "Program Error Details"
|
||||
msgid ""
|
||||
"If this problem is not present under Windows and has not been reported yet, "
|
||||
"you can save the detailed information to a file using the \"Save As\" "
|
||||
-"button, then <a href=\"http://wiki.winehq.org/Bugs\">file a bug report</a> "
|
||||
+"button, then <a href=\"http://bugs.wine-staging.com\">file a bug report</a> "
|
||||
"and attach that file to the report."
|
||||
msgstr ""
|
||||
"If this problem is not present under Windows and has not been reported yet, "
|
||||
"you can save the detailed information to a file using the \"Save As\" "
|
||||
-"button, then <a href=\"http://wiki.winehq.org/Bugs\">file a bug report</a> "
|
||||
+"button, then <a href=\"http://bugs.wine-staging.com\">file a bug report</a> "
|
||||
"and attach that file to the report."
|
||||
|
||||
#: winedbg.rc:38
|
||||
diff --git a/po/en_US.po b/po/en_US.po
|
||||
index d48f5ce..3866623 100644
|
||||
--- a/po/en_US.po
|
||||
+++ b/po/en_US.po
|
||||
@@ -13683,12 +13683,12 @@ msgstr "Program Error Details"
|
||||
msgid ""
|
||||
"If this problem is not present under Windows and has not been reported yet, "
|
||||
"you can save the detailed information to a file using the \"Save As\" "
|
||||
-"button, then <a href=\"http://wiki.winehq.org/Bugs\">file a bug report</a> "
|
||||
+"button, then <a href=\"http://bugs.wine-staging.com\">file a bug report</a> "
|
||||
"and attach that file to the report."
|
||||
msgstr ""
|
||||
"If this problem is not present under Windows and has not been reported yet, "
|
||||
"you can save the detailed information to a file using the \"Save As\" "
|
||||
-"button, then <a href=\"http://wiki.winehq.org/Bugs\">file a bug report</a> "
|
||||
+"button, then <a href=\"http://bugs.wine-staging.com\">file a bug report</a> "
|
||||
"and attach that file to the report."
|
||||
|
||||
#: winedbg.rc:38
|
||||
diff --git a/po/eo.po b/po/eo.po
|
||||
index 2f227f1..2c6c709 100644
|
||||
--- a/po/eo.po
|
||||
+++ b/po/eo.po
|
||||
@@ -13139,7 +13139,7 @@ msgstr "Detaloj pri programa eraro"
|
||||
msgid ""
|
||||
"If this problem is not present under Windows and has not been reported yet, "
|
||||
"you can save the detailed information to a file using the \"Save As\" "
|
||||
-"button, then <a href=\"http://wiki.winehq.org/Bugs\">file a bug report</a> "
|
||||
+"button, then <a href=\"http://bugs.wine-staging.com\">file a bug report</a> "
|
||||
"and attach that file to the report."
|
||||
msgstr ""
|
||||
|
||||
diff --git a/po/es.po b/po/es.po
|
||||
index 169ad25..52bd3ea 100644
|
||||
--- a/po/es.po
|
||||
+++ b/po/es.po
|
||||
@@ -13927,12 +13927,12 @@ msgstr "Detalles del error de programa"
|
||||
msgid ""
|
||||
"If this problem is not present under Windows and has not been reported yet, "
|
||||
"you can save the detailed information to a file using the \"Save As\" "
|
||||
-"button, then <a href=\"http://wiki.winehq.org/Bugs\">file a bug report</a> "
|
||||
+"button, then <a href=\"http://bugs.wine-staging.com\">file a bug report</a> "
|
||||
"and attach that file to the report."
|
||||
msgstr ""
|
||||
"Si este problema no esta presente en Windows y no ha sido informado todavía, "
|
||||
"puedes salvar la información detallada usando el botón \"Salvar Como\", "
|
||||
-"entonces podrás <a href=\"http://wiki.winehq.org/Bugs\">informar de un "
|
||||
+"entonces podrás <a href=\"http://bugs.wine-staging.com\">informar de un "
|
||||
"error</a> y adjuntar ese archivo al informe de fallo."
|
||||
|
||||
#: winedbg.rc:38
|
||||
diff --git a/po/fa.po b/po/fa.po
|
||||
index d946db2..48a404c 100644
|
||||
--- a/po/fa.po
|
||||
+++ b/po/fa.po
|
||||
@@ -13285,7 +13285,7 @@ msgstr ""
|
||||
msgid ""
|
||||
"If this problem is not present under Windows and has not been reported yet, "
|
||||
"you can save the detailed information to a file using the \"Save As\" "
|
||||
-"button, then <a href=\"http://wiki.winehq.org/Bugs\">file a bug report</a> "
|
||||
+"button, then <a href=\"http://bugs.wine-staging.com\">file a bug report</a> "
|
||||
"and attach that file to the report."
|
||||
msgstr ""
|
||||
|
||||
diff --git a/po/fi.po b/po/fi.po
|
||||
index 88fd213..ba1fa4c 100644
|
||||
--- a/po/fi.po
|
||||
+++ b/po/fi.po
|
||||
@@ -13656,13 +13656,13 @@ msgstr "Ohjelman virhetiedot"
|
||||
msgid ""
|
||||
"If this problem is not present under Windows and has not been reported yet, "
|
||||
"you can save the detailed information to a file using the \"Save As\" "
|
||||
-"button, then <a href=\"http://wiki.winehq.org/Bugs\">file a bug report</a> "
|
||||
+"button, then <a href=\"http://bugs.wine-staging.com\">file a bug report</a> "
|
||||
"and attach that file to the report."
|
||||
msgstr ""
|
||||
"Jos tätä ongelmaa ei esiinny Windowsin kanssa eikä sitä ole vielä "
|
||||
"raportoitu, voit tallentaa yksityiskohtaisemmat tiedot tiedostoon Tallenna "
|
||||
-"nimellä -kohdassa ja sitten <a href=\"http://wiki.winehq.org/Bugs\">lähettää "
|
||||
-"virheraportin</a> ja liittää tiedoston raporttiin."
|
||||
+"nimellä -kohdassa ja sitten <a href=\"http://bugs.wine-staging.com"
|
||||
+"\">lähettää virheraportin</a> ja liittää tiedoston raporttiin."
|
||||
|
||||
#: winedbg.rc:38
|
||||
msgid "Wine program crash"
|
||||
diff --git a/po/fr.po b/po/fr.po
|
||||
index 29e5942..e7b63f7 100644
|
||||
--- a/po/fr.po
|
||||
+++ b/po/fr.po
|
||||
@@ -13855,13 +13855,13 @@ msgstr "Détails de l'erreur du programme"
|
||||
msgid ""
|
||||
"If this problem is not present under Windows and has not been reported yet, "
|
||||
"you can save the detailed information to a file using the \"Save As\" "
|
||||
-"button, then <a href=\"http://wiki.winehq.org/Bugs\">file a bug report</a> "
|
||||
+"button, then <a href=\"http://bugs.wine-staging.com\">file a bug report</a> "
|
||||
"and attach that file to the report."
|
||||
msgstr ""
|
||||
"Si ce problème ne se produit pas sous Windows et n'a pas déjà été rapporté, "
|
||||
"vous pouvez enregistrer les informations détaillées dans un fichier en "
|
||||
-"utilisant le bouton « Enregistrer sous », et ensuite <a href=\"http://wiki."
|
||||
-"winehq.org/Bugs\">soumettre un rapport d'anomalie</a> en y attachant ledit "
|
||||
+"utilisant le bouton « Enregistrer sous », et ensuite <a href=\"http://bugs."
|
||||
+"wine-staging.com\">soumettre un rapport d'anomalie</a> en y attachant ledit "
|
||||
"fichier."
|
||||
|
||||
#: winedbg.rc:38
|
||||
diff --git a/po/he.po b/po/he.po
|
||||
index 0fbc004..e8f870b 100644
|
||||
--- a/po/he.po
|
||||
+++ b/po/he.po
|
||||
@@ -13971,7 +13971,7 @@ msgstr ""
|
||||
"לכתובת http://appdb.winehq.org לקבלת עצות להרצת יישום זה.\n"
|
||||
"\n"
|
||||
"אם תקלה זו אינה קיימת בעת הרצת Windows ולא דווח עליה עדיין, ניתן לדווח עליה "
|
||||
-"בכתובת http://bugs.winehq.org."
|
||||
+"בכתובת http://bugs.wine-staging.com."
|
||||
|
||||
#: winedbg.rc:61
|
||||
#, fuzzy
|
||||
@@ -13987,7 +13987,7 @@ msgstr "שגיאה בתכנית"
|
||||
msgid ""
|
||||
"If this problem is not present under Windows and has not been reported yet, "
|
||||
"you can save the detailed information to a file using the \"Save As\" "
|
||||
-"button, then <a href=\"http://wiki.winehq.org/Bugs\">file a bug report</a> "
|
||||
+"button, then <a href=\"http://bugs.wine-staging.com\">file a bug report</a> "
|
||||
"and attach that file to the report."
|
||||
msgstr ""
|
||||
|
||||
diff --git a/po/hi.po b/po/hi.po
|
||||
index 12ff530..9c53c1f 100644
|
||||
--- a/po/hi.po
|
||||
+++ b/po/hi.po
|
||||
@@ -13055,7 +13055,7 @@ msgstr "सूचना (&o)"
|
||||
msgid ""
|
||||
"If this problem is not present under Windows and has not been reported yet, "
|
||||
"you can save the detailed information to a file using the \"Save As\" "
|
||||
-"button, then <a href=\"http://wiki.winehq.org/Bugs\">file a bug report</a> "
|
||||
+"button, then <a href=\"http://bugs.wine-staging.com\">file a bug report</a> "
|
||||
"and attach that file to the report."
|
||||
msgstr ""
|
||||
|
||||
diff --git a/po/hr.po b/po/hr.po
|
||||
index 8fabba4..8213684 100644
|
||||
--- a/po/hr.po
|
||||
+++ b/po/hr.po
|
||||
@@ -13365,7 +13365,7 @@ msgstr "Detalji greške programa"
|
||||
msgid ""
|
||||
"If this problem is not present under Windows and has not been reported yet, "
|
||||
"you can save the detailed information to a file using the \"Save As\" "
|
||||
-"button, then <a href=\"http://wiki.winehq.org/Bugs\">file a bug report</a> "
|
||||
+"button, then <a href=\"http://bugs.wine-staging.com\">file a bug report</a> "
|
||||
"and attach that file to the report."
|
||||
msgstr ""
|
||||
|
||||
diff --git a/po/hu.po b/po/hu.po
|
||||
index 96dac97..b4019b2 100644
|
||||
--- a/po/hu.po
|
||||
+++ b/po/hu.po
|
||||
@@ -13835,12 +13835,12 @@ msgstr "Program hibarészletező"
|
||||
msgid ""
|
||||
"If this problem is not present under Windows and has not been reported yet, "
|
||||
"you can save the detailed information to a file using the \"Save As\" "
|
||||
-"button, then <a href=\"http://wiki.winehq.org/Bugs\">file a bug report</a> "
|
||||
+"button, then <a href=\"http://bugs.wine-staging.com\">file a bug report</a> "
|
||||
"and attach that file to the report."
|
||||
msgstr ""
|
||||
"Ha ez a probléma még nincs jelen Windows alatt és nem lett lejelentve, "
|
||||
"lementheti a részletes információt egy fájlba a Mentés másként nyomógomb "
|
||||
-"használatával, azután <a href=\"http://wiki.winehq.org/Bugs\">fájl "
|
||||
+"használatával, azután <a href=\"http://bugs.wine-staging.com\">fájl "
|
||||
"hibajelentéshez</a> és csatolja azt a fájlt a jelentéshez."
|
||||
|
||||
#: winedbg.rc:38
|
||||
diff --git a/po/it.po b/po/it.po
|
||||
index 86ca03e..e823b0d 100644
|
||||
--- a/po/it.po
|
||||
+++ b/po/it.po
|
||||
@@ -13931,12 +13931,12 @@ msgstr "Dettagli dell'errore del programma"
|
||||
msgid ""
|
||||
"If this problem is not present under Windows and has not been reported yet, "
|
||||
"you can save the detailed information to a file using the \"Save As\" "
|
||||
-"button, then <a href=\"http://wiki.winehq.org/Bugs\">file a bug report</a> "
|
||||
+"button, then <a href=\"http://bugs.wine-staging.com\">file a bug report</a> "
|
||||
"and attach that file to the report."
|
||||
msgstr ""
|
||||
"Se questo problema non è presente sotto Windows e non è stato ancora "
|
||||
"riportato, puoi salvare le informazioni dettagliate su un file usando il "
|
||||
-"pulsante \"Salva con nome\", poi <a href=\"http://wiki.winehq.org/Bugs"
|
||||
+"pulsante \"Salva con nome\", poi <a href=\"http://bugs.wine-staging.com"
|
||||
"\">segnalalo</a> e allega quel file al report del bug."
|
||||
|
||||
#: winedbg.rc:38
|
||||
diff --git a/po/ja.po b/po/ja.po
|
||||
index fe43416..b2df2c4 100644
|
||||
--- a/po/ja.po
|
||||
+++ b/po/ja.po
|
||||
@@ -13677,12 +13677,12 @@ msgstr "プログラム エラーの詳細"
|
||||
msgid ""
|
||||
"If this problem is not present under Windows and has not been reported yet, "
|
||||
"you can save the detailed information to a file using the \"Save As\" "
|
||||
-"button, then <a href=\"http://wiki.winehq.org/Bugs\">file a bug report</a> "
|
||||
+"button, then <a href=\"http://bugs.wine-staging.com\">file a bug report</a> "
|
||||
"and attach that file to the report."
|
||||
msgstr ""
|
||||
"この問題が Windows 上で発生することがなくまだ報告されていない場合は、[保存す"
|
||||
-"る]ボタンを利用して詳細情報を保存した上で、 <a href=\"http://wiki.winehq.org/"
|
||||
-"Bugs\">バグ レポートを作成</a>し、そのファイルをレポートに添付できます。"
|
||||
+"る]ボタンを利用して詳細情報を保存した上で、 <a href=\"http://bugs.wine-staging"
|
||||
+".com\">バグ レポートを作成</a>し、そのファイルをレポートに添付できます。"
|
||||
|
||||
#: winedbg.rc:38
|
||||
msgid "Wine program crash"
|
||||
diff --git a/po/ko.po b/po/ko.po
|
||||
index 9ab294e..663a64c 100644
|
||||
--- a/po/ko.po
|
||||
+++ b/po/ko.po
|
||||
@@ -13706,12 +13706,12 @@ msgstr "자세한 프로그램 에러"
|
||||
msgid ""
|
||||
"If this problem is not present under Windows and has not been reported yet, "
|
||||
"you can save the detailed information to a file using the \"Save As\" "
|
||||
-"button, then <a href=\"http://wiki.winehq.org/Bugs\">file a bug report</a> "
|
||||
+"button, then <a href=\"http://bugs.wine-staging.com\">file a bug report</a> "
|
||||
"and attach that file to the report."
|
||||
msgstr ""
|
||||
"만약 이 문제가 윈도우즈에는 존재하지 않고 아직 보고되지 않았다면,당신은 \"다"
|
||||
"른 이름으로 저장\" 버튼을 사용해서 자세한 정보를 파일로 저장해서, <a href="
|
||||
-"\"http://wiki.winehq.org/Bugs\">버그 보고 파일</a>로 가서보고서에 파일을 같"
|
||||
+"\"http://bugs.wine-staging.com\">버그 보고 파일</a>로 가서보고서에 파일을 같"
|
||||
"이 올리수 있습니다."
|
||||
|
||||
#: winedbg.rc:38
|
||||
diff --git a/po/lt.po b/po/lt.po
|
||||
index 2ee9944..ad252ad 100644
|
||||
--- a/po/lt.po
|
||||
+++ b/po/lt.po
|
||||
@@ -13697,13 +13697,13 @@ msgstr "Išsamiau apie programos klaidą"
|
||||
msgid ""
|
||||
"If this problem is not present under Windows and has not been reported yet, "
|
||||
"you can save the detailed information to a file using the \"Save As\" "
|
||||
-"button, then <a href=\"http://wiki.winehq.org/Bugs\">file a bug report</a> "
|
||||
+"button, then <a href=\"http://bugs.wine-staging.com\">file a bug report</a> "
|
||||
"and attach that file to the report."
|
||||
msgstr ""
|
||||
"Jei šios problemos nėra „Windows“ sistemoje ir apie ją dar nebuvo pranešta, "
|
||||
"galite išsaugoti išsamią informaciją į failą naudodami mygtuką „Išsaugoti "
|
||||
-"kaip“, tada <a href=\"http://wiki.winehq.org/Bugs\">užregistruoti klaidą</a> "
|
||||
-"ir prikabinti tą failą prie pranešimo."
|
||||
+"kaip“, tada <a href=\"http://bugs.wine-staging.com\">užregistruoti klaidą</"
|
||||
+"a> ir prikabinti tą failą prie pranešimo."
|
||||
|
||||
#: winedbg.rc:38
|
||||
msgid "Wine program crash"
|
||||
diff --git a/po/ml.po b/po/ml.po
|
||||
index 5e262a7..a1beeab 100644
|
||||
--- a/po/ml.po
|
||||
+++ b/po/ml.po
|
||||
@@ -13055,7 +13055,7 @@ msgstr "വി_വരം"
|
||||
msgid ""
|
||||
"If this problem is not present under Windows and has not been reported yet, "
|
||||
"you can save the detailed information to a file using the \"Save As\" "
|
||||
-"button, then <a href=\"http://wiki.winehq.org/Bugs\">file a bug report</a> "
|
||||
+"button, then <a href=\"http://bugs.wine-staging.com\">file a bug report</a> "
|
||||
"and attach that file to the report."
|
||||
msgstr ""
|
||||
|
||||
diff --git a/po/nb_NO.po b/po/nb_NO.po
|
||||
index 058f6de..4cd7f91 100644
|
||||
--- a/po/nb_NO.po
|
||||
+++ b/po/nb_NO.po
|
||||
@@ -13729,12 +13729,12 @@ msgstr "Detaljer for programfeil"
|
||||
msgid ""
|
||||
"If this problem is not present under Windows and has not been reported yet, "
|
||||
"you can save the detailed information to a file using the \"Save As\" "
|
||||
-"button, then <a href=\"http://wiki.winehq.org/Bugs\">file a bug report</a> "
|
||||
+"button, then <a href=\"http://bugs.wine-staging.com\">file a bug report</a> "
|
||||
"and attach that file to the report."
|
||||
msgstr ""
|
||||
"Hvis dette problemet ikke oppstår i Windows og ikke har blitt rapportert "
|
||||
"ennå, så kan du lagre detaljert informasjon til en fil ved å trykke på "
|
||||
-"«Lagre som»-knappen. Deretter kan du <a href=\"http://wiki.winehq.org/Bugs"
|
||||
+"«Lagre som»-knappen. Deretter kan du <a href=\"http://bugs.wine-staging.com"
|
||||
"\">opprette en feilrapport</a> og legge ved loggfilen."
|
||||
|
||||
#: winedbg.rc:38
|
||||
diff --git a/po/nl.po b/po/nl.po
|
||||
index dd3e095..74aa74e 100644
|
||||
--- a/po/nl.po
|
||||
+++ b/po/nl.po
|
||||
@@ -13886,7 +13886,7 @@ msgstr ""
|
||||
"Database</a> naar tips voor dit programma.\n"
|
||||
"\n"
|
||||
"Als dit probleem niet optreedt onder Windows en nog niet is gerapporteerd, "
|
||||
-"dan kunt u <a href=\"http://wiki.winehq.org/Bugs\">een bug rapporteren</a>."
|
||||
+"dan kunt u <a href=\"http://bugs.wine-staging.com\">een bug rapporteren</a>."
|
||||
|
||||
#: winedbg.rc:61
|
||||
msgid "Show &Details"
|
||||
@@ -13900,13 +13900,13 @@ msgstr "Programmafout details"
|
||||
msgid ""
|
||||
"If this problem is not present under Windows and has not been reported yet, "
|
||||
"you can save the detailed information to a file using the \"Save As\" "
|
||||
-"button, then <a href=\"http://wiki.winehq.org/Bugs\">file a bug report</a> "
|
||||
+"button, then <a href=\"http://bugs.wine-staging.com\">file a bug report</a> "
|
||||
"and attach that file to the report."
|
||||
msgstr ""
|
||||
"Indien dit probleem zich niet voordoet onder Windows en het probleem is nog "
|
||||
"niet gerapporteed, dan kunt U gedetailleerde informatie in een bestand "
|
||||
"opslaan met de \"Opslaan als\" knop. Dit bestand kunt U via <a href=\"http://"
|
||||
-"wiki.winehq.org/Bugs\">file a bug report</a> versturen."
|
||||
+"bugs.wine-staging.com\">file a bug report</a> versturen."
|
||||
|
||||
#: winedbg.rc:38
|
||||
msgid "Wine program crash"
|
||||
diff --git a/po/or.po b/po/or.po
|
||||
index 890364b..0867876 100644
|
||||
--- a/po/or.po
|
||||
+++ b/po/or.po
|
||||
@@ -13055,7 +13055,7 @@ msgstr "ସୂଚନା (&o)"
|
||||
msgid ""
|
||||
"If this problem is not present under Windows and has not been reported yet, "
|
||||
"you can save the detailed information to a file using the \"Save As\" "
|
||||
-"button, then <a href=\"http://wiki.winehq.org/Bugs\">file a bug report</a> "
|
||||
+"button, then <a href=\"http://bugs.wine-staging.com\">file a bug report</a> "
|
||||
"and attach that file to the report."
|
||||
msgstr ""
|
||||
|
||||
diff --git a/po/pa.po b/po/pa.po
|
||||
index 935d299..bad7dd9 100644
|
||||
--- a/po/pa.po
|
||||
+++ b/po/pa.po
|
||||
@@ -13055,7 +13055,7 @@ msgstr "ਜਾਣਕਾਰੀ(&o)"
|
||||
msgid ""
|
||||
"If this problem is not present under Windows and has not been reported yet, "
|
||||
"you can save the detailed information to a file using the \"Save As\" "
|
||||
-"button, then <a href=\"http://wiki.winehq.org/Bugs\">file a bug report</a> "
|
||||
+"button, then <a href=\"http://bugs.wine-staging.com\">file a bug report</a> "
|
||||
"and attach that file to the report."
|
||||
msgstr ""
|
||||
|
||||
diff --git a/po/pl.po b/po/pl.po
|
||||
index aa9a3cb..f9fed41 100644
|
||||
--- a/po/pl.po
|
||||
+++ b/po/pl.po
|
||||
@@ -13791,12 +13791,12 @@ msgstr "Szczegóły błędu programu"
|
||||
msgid ""
|
||||
"If this problem is not present under Windows and has not been reported yet, "
|
||||
"you can save the detailed information to a file using the \"Save As\" "
|
||||
-"button, then <a href=\"http://wiki.winehq.org/Bugs\">file a bug report</a> "
|
||||
+"button, then <a href=\"http://bugs.wine-staging.com\">file a bug report</a> "
|
||||
"and attach that file to the report."
|
||||
msgstr ""
|
||||
"Jeżeli problem ten nie występuje w systemie Windows i nie został jeszcze "
|
||||
"zgłoszony, to możesz zapisać szczegółowe informacje do pliku używając "
|
||||
-"przycisku \"Zapisz jako\", a następnie <a href=\"http://wiki.winehq.org/Bugs"
|
||||
+"przycisku \"Zapisz jako\", a następnie <a href=\"http://bugs.wine-staging.com"
|
||||
"\">wypełnić zgłoszenie o błędzie</a> i dołączyć ten plik do zgłoszenia."
|
||||
|
||||
#: winedbg.rc:38
|
||||
diff --git a/po/pt_BR.po b/po/pt_BR.po
|
||||
index 628abf2..bd95001 100644
|
||||
--- a/po/pt_BR.po
|
||||
+++ b/po/pt_BR.po
|
||||
@@ -13757,13 +13757,13 @@ msgstr "Detalhes do Erro do Programa"
|
||||
msgid ""
|
||||
"If this problem is not present under Windows and has not been reported yet, "
|
||||
"you can save the detailed information to a file using the \"Save As\" "
|
||||
-"button, then <a href=\"http://wiki.winehq.org/Bugs\">file a bug report</a> "
|
||||
+"button, then <a href=\"http://bugs.wine-staging.com\">file a bug report</a> "
|
||||
"and attach that file to the report."
|
||||
msgstr ""
|
||||
"Se este problema não está presente no Windows e não foi reportado ainda, "
|
||||
"você pode salvar a informação detalhada do arquivo usando o botão \"Salvar "
|
||||
-"Como\", <a href=\"http://wiki.winehq.org/Bugs\">enviar um relatório de erro</"
|
||||
-"a> e anexar o arquivo ao relatório."
|
||||
+"Como\", <a href=\"http://bugs.wine-staging.com\">enviar um relatório de "
|
||||
+"erro</a> e anexar o arquivo ao relatório."
|
||||
|
||||
#: winedbg.rc:38
|
||||
msgid "Wine program crash"
|
||||
diff --git a/po/pt_PT.po b/po/pt_PT.po
|
||||
index 4e4625e..7848b9e 100644
|
||||
--- a/po/pt_PT.po
|
||||
+++ b/po/pt_PT.po
|
||||
@@ -13806,7 +13806,7 @@ msgstr "Detalhes do erro no programa"
|
||||
msgid ""
|
||||
"If this problem is not present under Windows and has not been reported yet, "
|
||||
"you can save the detailed information to a file using the \"Save As\" "
|
||||
-"button, then <a href=\"http://wiki.winehq.org/Bugs\">file a bug report</a> "
|
||||
+"button, then <a href=\"http://bugs.wine-staging.com\">file a bug report</a> "
|
||||
"and attach that file to the report."
|
||||
msgstr ""
|
||||
|
||||
diff --git a/po/rm.po b/po/rm.po
|
||||
index 554cc4f..76b6859 100644
|
||||
--- a/po/rm.po
|
||||
+++ b/po/rm.po
|
||||
@@ -13152,7 +13152,7 @@ msgstr ""
|
||||
msgid ""
|
||||
"If this problem is not present under Windows and has not been reported yet, "
|
||||
"you can save the detailed information to a file using the \"Save As\" "
|
||||
-"button, then <a href=\"http://wiki.winehq.org/Bugs\">file a bug report</a> "
|
||||
+"button, then <a href=\"http://bugs.wine-staging.com\">file a bug report</a> "
|
||||
"and attach that file to the report."
|
||||
msgstr ""
|
||||
|
||||
diff --git a/po/ro.po b/po/ro.po
|
||||
index 7e91c75..fa48c79 100644
|
||||
--- a/po/ro.po
|
||||
+++ b/po/ro.po
|
||||
@@ -13926,7 +13926,7 @@ msgstr "Detalii eroare de program"
|
||||
msgid ""
|
||||
"If this problem is not present under Windows and has not been reported yet, "
|
||||
"you can save the detailed information to a file using the \"Save As\" "
|
||||
-"button, then <a href=\"http://wiki.winehq.org/Bugs\">file a bug report</a> "
|
||||
+"button, then <a href=\"http://bugs.wine-staging.com\">file a bug report</a> "
|
||||
"and attach that file to the report."
|
||||
msgstr ""
|
||||
|
||||
diff --git a/po/ru.po b/po/ru.po
|
||||
index 2edc019..f314afb 100644
|
||||
--- a/po/ru.po
|
||||
+++ b/po/ru.po
|
||||
@@ -13691,13 +13691,13 @@ msgstr "Подробности об ошибке"
|
||||
msgid ""
|
||||
"If this problem is not present under Windows and has not been reported yet, "
|
||||
"you can save the detailed information to a file using the \"Save As\" "
|
||||
-"button, then <a href=\"http://wiki.winehq.org/Bugs\">file a bug report</a> "
|
||||
+"button, then <a href=\"http://bugs.wine-staging.com\">file a bug report</a> "
|
||||
"and attach that file to the report."
|
||||
msgstr ""
|
||||
"Если эта проблема отсутствует в Windows и о ней ещё никто не сообщил, вы "
|
||||
"можете сохранить подробную информация в файл с помощью кнопки «Сохранить "
|
||||
-"как», затем <a href=\"http://wiki.winehq.org/Bugs\">сообщить об ошибке</a> и "
|
||||
-"приложить этот файл к отчету."
|
||||
+"как», затем <a href=\"http://bugs.wine-staging.com\">сообщить об ошибке</a> "
|
||||
+"и приложить этот файл к отчету."
|
||||
|
||||
#: winedbg.rc:38
|
||||
msgid "Wine program crash"
|
||||
diff --git a/po/sk.po b/po/sk.po
|
||||
index 6fc277e..22b83d9 100644
|
||||
--- a/po/sk.po
|
||||
+++ b/po/sk.po
|
||||
@@ -13317,7 +13317,7 @@ msgstr ""
|
||||
msgid ""
|
||||
"If this problem is not present under Windows and has not been reported yet, "
|
||||
"you can save the detailed information to a file using the \"Save As\" "
|
||||
-"button, then <a href=\"http://wiki.winehq.org/Bugs\">file a bug report</a> "
|
||||
+"button, then <a href=\"http://bugs.wine-staging.com\">file a bug report</a> "
|
||||
"and attach that file to the report."
|
||||
msgstr ""
|
||||
|
||||
diff --git a/po/sl.po b/po/sl.po
|
||||
index a2abdb6..c9b1627 100644
|
||||
--- a/po/sl.po
|
||||
+++ b/po/sl.po
|
||||
@@ -13861,13 +13861,13 @@ msgstr "Podrobnosti napake v programu"
|
||||
msgid ""
|
||||
"If this problem is not present under Windows and has not been reported yet, "
|
||||
"you can save the detailed information to a file using the \"Save As\" "
|
||||
-"button, then <a href=\"http://wiki.winehq.org/Bugs\">file a bug report</a> "
|
||||
+"button, then <a href=\"http://bugs.wine-staging.com\">file a bug report</a> "
|
||||
"and attach that file to the report."
|
||||
msgstr ""
|
||||
"Če ta težava ni prisotna na sistemu Windows in še ni bila prijavljena, vas "
|
||||
"prosimo, da shranite podrobnosti napake v datoteko preko gumba \"Shrani kot"
|
||||
-"\", nato pa <a href=\"http://bugs.winehq.org\">prijavite napako</a> in ji "
|
||||
-"priložite ravno ustvarjeno datoteko."
|
||||
+"\", nato pa <a href=\"http://bugs.wine-staging.com\">prijavite napako</a> in "
|
||||
+"ji priložite ravno ustvarjeno datoteko."
|
||||
|
||||
#: winedbg.rc:38
|
||||
msgid "Wine program crash"
|
||||
diff --git a/po/sr_RS@cyrillic.po b/po/sr_RS@cyrillic.po
|
||||
index e2a31e4..af5eef8 100644
|
||||
--- a/po/sr_RS@cyrillic.po
|
||||
+++ b/po/sr_RS@cyrillic.po
|
||||
@@ -13821,7 +13821,7 @@ msgstr ""
|
||||
"http://appdb.winehq.org за савете о покретању овог програма.\n"
|
||||
"\n"
|
||||
"Ако овај проблем није присутан под Windows-ом и још увек није пријављен, "
|
||||
-"пријавите га на http://bugs.winehq.org."
|
||||
+"пријавите га на http://bugs.wine-staging.com."
|
||||
|
||||
#: winedbg.rc:61
|
||||
#, fuzzy
|
||||
@@ -13837,7 +13837,7 @@ msgstr "Програмска грешка"
|
||||
msgid ""
|
||||
"If this problem is not present under Windows and has not been reported yet, "
|
||||
"you can save the detailed information to a file using the \"Save As\" "
|
||||
-"button, then <a href=\"http://wiki.winehq.org/Bugs\">file a bug report</a> "
|
||||
+"button, then <a href=\"http://bugs.wine-staging.com\">file a bug report</a> "
|
||||
"and attach that file to the report."
|
||||
msgstr ""
|
||||
|
||||
diff --git a/po/sr_RS@latin.po b/po/sr_RS@latin.po
|
||||
index 87868db..7f88b61 100644
|
||||
--- a/po/sr_RS@latin.po
|
||||
+++ b/po/sr_RS@latin.po
|
||||
@@ -13963,7 +13963,7 @@ msgstr ""
|
||||
"http://appdb.winehq.org za savete o pokretanju ovog programa.\n"
|
||||
"\n"
|
||||
"Ako ovaj problem nije prisutan pod Windows-om i još uvek nije prijavljen, "
|
||||
-"prijavite ga na http://bugs.winehq.org."
|
||||
+"prijavite ga na http://bugs.wine-staging.com."
|
||||
|
||||
#: winedbg.rc:61
|
||||
#, fuzzy
|
||||
@@ -13979,7 +13979,7 @@ msgstr "Programska greška"
|
||||
msgid ""
|
||||
"If this problem is not present under Windows and has not been reported yet, "
|
||||
"you can save the detailed information to a file using the \"Save As\" "
|
||||
-"button, then <a href=\"http://wiki.winehq.org/Bugs\">file a bug report</a> "
|
||||
+"button, then <a href=\"http://bugs.wine-staging.com\">file a bug report</a> "
|
||||
"and attach that file to the report."
|
||||
msgstr ""
|
||||
|
||||
diff --git a/po/sv.po b/po/sv.po
|
||||
index edff0bc..8cd031b 100644
|
||||
--- a/po/sv.po
|
||||
+++ b/po/sv.po
|
||||
@@ -13615,12 +13615,12 @@ msgstr "Detaljer om programfel"
|
||||
msgid ""
|
||||
"If this problem is not present under Windows and has not been reported yet, "
|
||||
"you can save the detailed information to a file using the \"Save As\" "
|
||||
-"button, then <a href=\"http://wiki.winehq.org/Bugs\">file a bug report</a> "
|
||||
+"button, then <a href=\"http://bugs.wine-staging.com\">file a bug report</a> "
|
||||
"and attach that file to the report."
|
||||
msgstr ""
|
||||
"Om denna problem inte presenterar sig i Windows och ännu inte har "
|
||||
"rapporterats, kan du spara detaljerna till ett fil med knappen \"Spara som\" "
|
||||
-"och <a href=\"http://wiki.winehq.org/Bugs\">skicka en bugrapport</a> med "
|
||||
+"och <a href=\"http://bugs.wine-staging.com\">skicka en bugrapport</a> med "
|
||||
"filet som en bilaga."
|
||||
|
||||
#: winedbg.rc:38
|
||||
diff --git a/po/te.po b/po/te.po
|
||||
index 8efc913..4ede310 100644
|
||||
--- a/po/te.po
|
||||
+++ b/po/te.po
|
||||
@@ -13055,7 +13055,7 @@ msgstr "సమాచారము (&o)"
|
||||
msgid ""
|
||||
"If this problem is not present under Windows and has not been reported yet, "
|
||||
"you can save the detailed information to a file using the \"Save As\" "
|
||||
-"button, then <a href=\"http://wiki.winehq.org/Bugs\">file a bug report</a> "
|
||||
+"button, then <a href=\"http://bugs.wine-staging.com\">file a bug report</a> "
|
||||
"and attach that file to the report."
|
||||
msgstr ""
|
||||
|
||||
diff --git a/po/th.po b/po/th.po
|
||||
index 8661bf8..7cab7f0 100644
|
||||
--- a/po/th.po
|
||||
+++ b/po/th.po
|
||||
@@ -13320,7 +13320,7 @@ msgstr "ปรับแต่งนาฬิกา"
|
||||
msgid ""
|
||||
"If this problem is not present under Windows and has not been reported yet, "
|
||||
"you can save the detailed information to a file using the \"Save As\" "
|
||||
-"button, then <a href=\"http://wiki.winehq.org/Bugs\">file a bug report</a> "
|
||||
+"button, then <a href=\"http://bugs.wine-staging.com\">file a bug report</a> "
|
||||
"and attach that file to the report."
|
||||
msgstr ""
|
||||
|
||||
diff --git a/po/tr.po b/po/tr.po
|
||||
index b8d7f16..845c630 100644
|
||||
--- a/po/tr.po
|
||||
+++ b/po/tr.po
|
||||
@@ -13672,12 +13672,12 @@ msgstr "Program Hata Detayları"
|
||||
msgid ""
|
||||
"If this problem is not present under Windows and has not been reported yet, "
|
||||
"you can save the detailed information to a file using the \"Save As\" "
|
||||
-"button, then <a href=\"http://wiki.winehq.org/Bugs\">file a bug report</a> "
|
||||
+"button, then <a href=\"http://bugs.wine-staging.com\">file a bug report</a> "
|
||||
"and attach that file to the report."
|
||||
msgstr ""
|
||||
"Eğer bu problem Windows altında yoksa ve henüz rapor edilmemişse, \"Farklı "
|
||||
"Kaydet\" düğmesi kullanarak ayrıntılı bilgiyi bir dosyaya kaydedebilir; "
|
||||
-"ardından bu dosyayı ekleyerek bir <a href=\"http://wiki.winehq.org/Bugs"
|
||||
+"ardından bu dosyayı ekleyerek bir <a href=\"http://bugs.wine-staging.com"
|
||||
"\">dosya hatası raporu</a> gönderebilirsiniz."
|
||||
|
||||
#: winedbg.rc:38
|
||||
diff --git a/po/uk.po b/po/uk.po
|
||||
index 87f234f..1629445 100644
|
||||
--- a/po/uk.po
|
||||
+++ b/po/uk.po
|
||||
@@ -13772,12 +13772,12 @@ msgstr "Дані про помилку програми"
|
||||
msgid ""
|
||||
"If this problem is not present under Windows and has not been reported yet, "
|
||||
"you can save the detailed information to a file using the \"Save As\" "
|
||||
-"button, then <a href=\"http://wiki.winehq.org/Bugs\">file a bug report</a> "
|
||||
+"button, then <a href=\"http://bugs.wine-staging.com\">file a bug report</a> "
|
||||
"and attach that file to the report."
|
||||
msgstr ""
|
||||
"Якщо ця проблема відсутня з-під Windows, і про неї ще не повідомлено, Ви "
|
||||
"можете зберегти детальну інформацію у файл, використовуючи кнопку \"Save As"
|
||||
-"\", і потім <a href=\"http://wiki.winehq.org/Bugs\">відзвітувати про "
|
||||
+"\", і потім <a href=\"http://bugs.wine-staging.com\">відзвітувати про "
|
||||
"помилку</a>, долучивши збережений файл до звіту."
|
||||
|
||||
#: winedbg.rc:38
|
||||
diff --git a/po/wa.po b/po/wa.po
|
||||
index 0dcc7cc..52a168a 100644
|
||||
--- a/po/wa.po
|
||||
+++ b/po/wa.po
|
||||
@@ -13222,7 +13222,7 @@ msgstr "&Propietés"
|
||||
msgid ""
|
||||
"If this problem is not present under Windows and has not been reported yet, "
|
||||
"you can save the detailed information to a file using the \"Save As\" "
|
||||
-"button, then <a href=\"http://wiki.winehq.org/Bugs\">file a bug report</a> "
|
||||
+"button, then <a href=\"http://bugs.wine-staging.com\">file a bug report</a> "
|
||||
"and attach that file to the report."
|
||||
msgstr ""
|
||||
|
||||
diff --git a/po/wine.pot b/po/wine.pot
|
||||
index d3a68ea..9289e7f 100644
|
||||
--- a/po/wine.pot
|
||||
+++ b/po/wine.pot
|
||||
@@ -12987,7 +12987,7 @@ msgstr ""
|
||||
msgid ""
|
||||
"If this problem is not present under Windows and has not been reported yet, "
|
||||
"you can save the detailed information to a file using the \"Save As\" "
|
||||
-"button, then <a href=\"http://wiki.winehq.org/Bugs\">file a bug report</a> "
|
||||
+"button, then <a href=\"http://bugs.wine-staging.com\">file a bug report</a> "
|
||||
"and attach that file to the report."
|
||||
msgstr ""
|
||||
|
||||
diff --git a/po/zh_CN.po b/po/zh_CN.po
|
||||
index 1f442d1..6bdf7ec 100644
|
||||
--- a/po/zh_CN.po
|
||||
+++ b/po/zh_CN.po
|
||||
@@ -13191,11 +13191,11 @@ msgstr "程序错误详情"
|
||||
msgid ""
|
||||
"If this problem is not present under Windows and has not been reported yet, "
|
||||
"you can save the detailed information to a file using the \"Save As\" "
|
||||
-"button, then <a href=\"http://wiki.winehq.org/Bugs\">file a bug report</a> "
|
||||
+"button, then <a href=\"http://bugs.wine-staging.com\">file a bug report</a> "
|
||||
"and attach that file to the report."
|
||||
msgstr ""
|
||||
"若该问题在 Windows 不会出现并且未曾被报告过,您可以使用“另存为”按钮将详细信息"
|
||||
-"保存为一个文件,然后<a href=\"http://wiki.winehq.org/Bugs\">新建一个错误报告"
|
||||
+"保存为一个文件,然后<a href=\"http://bugs.wine-staging.com\">新建一个错误报告"
|
||||
"</a>并且附带上该文件。"
|
||||
|
||||
#: winedbg.rc:38
|
||||
diff --git a/po/zh_TW.po b/po/zh_TW.po
|
||||
index e6ca7f8..5bbf37b 100644
|
||||
--- a/po/zh_TW.po
|
||||
+++ b/po/zh_TW.po
|
||||
@@ -13578,11 +13578,11 @@ msgstr "程式錯誤詳細資訊"
|
||||
msgid ""
|
||||
"If this problem is not present under Windows and has not been reported yet, "
|
||||
"you can save the detailed information to a file using the \"Save As\" "
|
||||
-"button, then <a href=\"http://wiki.winehq.org/Bugs\">file a bug report</a> "
|
||||
+"button, then <a href=\"http://bugs.wine-staging.com\">file a bug report</a> "
|
||||
"and attach that file to the report."
|
||||
msgstr ""
|
||||
"如果這個問題在 Windows 之下不會出現且未曾被報告,您可以使用「另存新檔」 按鈕"
|
||||
-"將詳細的資訊儲存到檔案,然後<a href=\"http://wiki.winehq.org/Bugs\">發送錯誤"
|
||||
+"將詳細的資訊儲存到檔案,然後<a href=\"http://bugs.wine-staging.com\">發送錯誤"
|
||||
"報告</a>並附加該檔案到報告中。"
|
||||
|
||||
#: winedbg.rc:38
|
||||
diff --git a/programs/winedbg/winedbg.rc b/programs/winedbg/winedbg.rc
|
||||
index 7514f9d..11de95d 100644
|
||||
--- a/programs/winedbg/winedbg.rc
|
||||
+++ b/programs/winedbg/winedbg.rc
|
||||
@@ -68,7 +68,7 @@ BEGIN
|
||||
EDITTEXT IDC_CRASH_TXT, 4, 4, 392, 272, ES_MULTILINE | ES_READONLY | WS_HSCROLL | WS_VSCROLL, WS_TABSTOP
|
||||
CONTROL "If this problem is not present under Windows and has not been reported yet, \
|
||||
you can save the detailed information to a file using the \"Save As\" button, \
|
||||
- then <a href=\"http://wiki.winehq.org/Bugs\">file a bug report</a> \
|
||||
+ then <a href=\"http://bugs.wine-staging.com\">file a bug report</a> \
|
||||
and attach that file to the report.",
|
||||
IDC_STATIC_TXT2,"SysLink",0,6,285,388,32
|
||||
DEFPUSHBUTTON "Close", IDOK, 326, 320, 70, 16, WS_TABSTOP
|
||||
--
|
||||
2.1.3
|
||||
|
Loading…
Reference in New Issue
Block a user