Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
4f103ef7
Commit
4f103ef7
authored
Jan 10, 2011
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winedbg: Convert menu and string table resources to po files.
parent
389f0e77
Hide whitespace changes
Inline
Side-by-side
Showing
66 changed files
with
631 additions
and
371 deletions
+631
-371
configure
configure
+1
-1
configure.ac
configure.ac
+1
-1
ar.po
po/ar.po
+13
-1
bg.po
po/bg.po
+13
-1
cs.po
po/cs.po
+13
-1
da.po
po/da.po
+14
-2
de.po
po/de.po
+14
-2
el.po
po/el.po
+13
-1
en.po
po/en.po
+13
-1
en_US.po
po/en_US.po
+13
-1
eo.po
po/eo.po
+13
-1
es.po
po/es.po
+15
-4
fa.po
po/fa.po
+13
-1
fi.po
po/fi.po
+13
-1
fr.po
po/fr.po
+13
-1
he.po
po/he.po
+14
-2
hi.po
po/hi.po
+13
-1
hu.po
po/hu.po
+14
-2
it.po
po/it.po
+14
-2
ja.po
po/ja.po
+13
-1
ko.po
po/ko.po
+14
-2
lt.po
po/lt.po
+13
-1
ml.po
po/ml.po
+13
-1
nb_NO.po
po/nb_NO.po
+14
-2
nl.po
po/nl.po
+13
-1
or.po
po/or.po
+13
-1
pa.po
po/pa.po
+13
-1
pl.po
po/pl.po
+14
-2
pt_BR.po
po/pt_BR.po
+19
-2
pt_PT.po
po/pt_PT.po
+19
-2
ro.po
po/ro.po
+14
-2
ru.po
po/ru.po
+14
-2
sk.po
po/sk.po
+13
-1
sl.po
po/sl.po
+14
-2
sr_RS@cyrillic.po
po/sr_RS@cyrillic.po
+14
-2
sr_RS@latin.po
po/sr_RS@latin.po
+14
-2
sv.po
po/sv.po
+13
-1
te.po
po/te.po
+13
-1
th.po
po/th.po
+13
-1
tr.po
po/tr.po
+13
-1
uk.po
po/uk.po
+14
-2
wa.po
po/wa.po
+13
-1
wine.pot
po/wine.pot
+13
-1
zh_CN.po
po/zh_CN.po
+13
-1
zh_TW.po
po/zh_TW.po
+13
-1
Makefile.in
programs/winedbg/Makefile.in
+4
-1
rsrc_Da.rc
programs/winedbg/rsrc_Da.rc
+0
-15
rsrc_De.rc
programs/winedbg/rsrc_De.rc
+0
-15
rsrc_En.rc
programs/winedbg/rsrc_En.rc
+0
-15
rsrc_Es.rc
programs/winedbg/rsrc_Es.rc
+0
-15
rsrc_Fr.rc
programs/winedbg/rsrc_Fr.rc
+0
-15
rsrc_He.rc
programs/winedbg/rsrc_He.rc
+0
-15
rsrc_It.rc
programs/winedbg/rsrc_It.rc
+0
-15
rsrc_Ko.rc
programs/winedbg/rsrc_Ko.rc
+0
-15
rsrc_Lt.rc
programs/winedbg/rsrc_Lt.rc
+0
-15
rsrc_Nl.rc
programs/winedbg/rsrc_Nl.rc
+0
-15
rsrc_No.rc
programs/winedbg/rsrc_No.rc
+0
-15
rsrc_Pl.rc
programs/winedbg/rsrc_Pl.rc
+0
-15
rsrc_Pt.rc
programs/winedbg/rsrc_Pt.rc
+0
-21
rsrc_Ro.rc
programs/winedbg/rsrc_Ro.rc
+0
-15
rsrc_Ru.rc
programs/winedbg/rsrc_Ru.rc
+0
-15
rsrc_Si.rc
programs/winedbg/rsrc_Si.rc
+0
-15
rsrc_Sr.rc
programs/winedbg/rsrc_Sr.rc
+0
-30
rsrc_Sv.rc
programs/winedbg/rsrc_Sv.rc
+0
-15
rsrc_Uk.rc
programs/winedbg/rsrc_Uk.rc
+0
-15
winedbg.rc
programs/winedbg/winedbg.rc
+38
-0
No files found.
configure
View file @
4f103ef7
...
...
@@ -15374,7 +15374,7 @@ wine_fn_config_program wineboot enable_wineboot install,installbin
wine_fn_config_program winebrowser enable_winebrowser
install
wine_fn_config_program winecfg enable_winecfg
install
,installbin
wine_fn_config_program wineconsole enable_wineconsole po,install,installbin
wine_fn_config_program winedbg enable_winedbg
install
,installbin
wine_fn_config_program winedbg enable_winedbg
po,
install,installbin
wine_fn_config_program winedevice enable_winedevice
install
wine_fn_config_program winefile enable_winefile
install
,installbin
wine_fn_config_program winemenubuilder enable_winemenubuilder
install
...
...
configure.ac
View file @
4f103ef7
...
...
@@ -2903,7 +2903,7 @@ WINE_CONFIG_PROGRAM(wineboot,,[install,installbin])
WINE_CONFIG_PROGRAM(winebrowser,,[install])
WINE_CONFIG_PROGRAM(winecfg,,[install,installbin])
WINE_CONFIG_PROGRAM(wineconsole,,[po,install,installbin])
WINE_CONFIG_PROGRAM(winedbg,,[install,installbin])
WINE_CONFIG_PROGRAM(winedbg,,[
po,
install,installbin])
WINE_CONFIG_PROGRAM(winedevice,,[install])
WINE_CONFIG_PROGRAM(winefile,,[install,installbin])
WINE_CONFIG_PROGRAM(winemenubuilder,,[install])
...
...
po/ar.po
View file @
4f103ef7
...
...
@@ -3683,7 +3683,7 @@ msgstr ""
msgid "End Process &Tree"
msgstr ""
#: taskmgr.rc:153
#: taskmgr.rc:153
winedbg.rc:29
msgid "&Debug"
msgstr ""
...
...
@@ -4236,6 +4236,18 @@ msgid ""
"\n"
msgstr ""
#: winedbg.rc:35
msgid "Wine program crash"
msgstr ""
#: winedbg.rc:36
msgid "Internal errors - invalid parameters received"
msgstr ""
#: winedbg.rc:37
msgid "(unidentified)"
msgstr ""
#: write.rc:27
msgid "Starting Wordpad failed"
msgstr ""
...
...
po/bg.po
View file @
4f103ef7
...
...
@@ -3697,7 +3697,7 @@ msgstr ""
msgid "End Process &Tree"
msgstr ""
#: taskmgr.rc:153
#: taskmgr.rc:153
winedbg.rc:29
#, fuzzy
msgid "&Debug"
msgstr "Debug"
...
...
@@ -4261,6 +4261,18 @@ msgid ""
"\n"
msgstr ""
#: winedbg.rc:35
msgid "Wine program crash"
msgstr ""
#: winedbg.rc:36
msgid "Internal errors - invalid parameters received"
msgstr ""
#: winedbg.rc:37
msgid "(unidentified)"
msgstr ""
#: write.rc:27
msgid "Starting Wordpad failed"
msgstr ""
...
...
po/cs.po
View file @
4f103ef7
...
...
@@ -4000,7 +4000,7 @@ msgstr ""
msgid "End Process &Tree"
msgstr ""
#: taskmgr.rc:153
#: taskmgr.rc:153
winedbg.rc:29
msgid "&Debug"
msgstr ""
...
...
@@ -4556,6 +4556,18 @@ msgid ""
"\n"
msgstr ""
#: winedbg.rc:35
msgid "Wine program crash"
msgstr ""
#: winedbg.rc:36
msgid "Internal errors - invalid parameters received"
msgstr ""
#: winedbg.rc:37
msgid "(unidentified)"
msgstr ""
#: write.rc:27
msgid "Starting Wordpad failed"
msgstr ""
...
...
po/da.po
View file @
4f103ef7
...
...
@@ -1339,7 +1339,7 @@ msgstr "Udskr&iv"
msgid "&Refresh"
msgstr "Opdate&r"
#: shdoclc.rc:59 clock.rc:28
#: shdoclc.rc:59 clock.rc:28
wineconsole.rc:27
#, fuzzy
msgid "&Properties"
msgstr ""
...
...
@@ -4063,7 +4063,7 @@ msgstr "Afslut proc&ess"
msgid "End Process &Tree"
msgstr "Afslu&t processtræ"
#: taskmgr.rc:153
#: taskmgr.rc:153
winedbg.rc:29
msgid "&Debug"
msgstr "&Fejlsøg"
...
...
@@ -4640,6 +4640,18 @@ msgstr ""
"Starter Wine kommandoprompten i en Wine konsol\n"
"\n"
#: winedbg.rc:35
msgid "Wine program crash"
msgstr "Wine Program Nedbrud"
#: winedbg.rc:36
msgid "Internal errors - invalid parameters received"
msgstr "Interne fejl - ugyldige parametre modtaget."
#: winedbg.rc:37
msgid "(unidentified)"
msgstr "(Uidentificerede)"
#: write.rc:27
msgid "Starting Wordpad failed"
msgstr "Kunne ikke starte Wordpad"
...
...
po/de.po
View file @
4f103ef7
...
...
@@ -1345,7 +1345,7 @@ msgstr "&Drucken"
msgid "&Refresh"
msgstr "A&ktualisieren"
#: shdoclc.rc:59 clock.rc:28
#: shdoclc.rc:59 clock.rc:28
wineconsole.rc:27
#, fuzzy
msgid "&Properties"
msgstr ""
...
...
@@ -4146,7 +4146,7 @@ msgstr "Prozess &beenden"
msgid "End Process &Tree"
msgstr "Beende Prozess&baum"
#: taskmgr.rc:153
#: taskmgr.rc:153
winedbg.rc:29
msgid "&Debug"
msgstr "&Debuggen"
...
...
@@ -4732,6 +4732,18 @@ msgstr ""
"Startet die Wine-Befehlszeile in einer Wine-Konsole\n"
"\n"
#: winedbg.rc:35
msgid "Wine program crash"
msgstr "Wine Programm Absturz"
#: winedbg.rc:36
msgid "Internal errors - invalid parameters received"
msgstr "Interne Fehler - ungültige Parameter empfangen"
#: winedbg.rc:37
msgid "(unidentified)"
msgstr "(unbekannt)"
#: write.rc:27
msgid "Starting Wordpad failed"
msgstr "Der Start von Wordpad ist fehlgeschlagen"
...
...
po/el.po
View file @
4f103ef7
...
...
@@ -3650,7 +3650,7 @@ msgstr ""
msgid "End Process &Tree"
msgstr ""
#: taskmgr.rc:153
#: taskmgr.rc:153
winedbg.rc:29
msgid "&Debug"
msgstr ""
...
...
@@ -4202,6 +4202,18 @@ msgid ""
"\n"
msgstr ""
#: winedbg.rc:35
msgid "Wine program crash"
msgstr ""
#: winedbg.rc:36
msgid "Internal errors - invalid parameters received"
msgstr ""
#: winedbg.rc:37
msgid "(unidentified)"
msgstr ""
#: write.rc:27
msgid "Starting Wordpad failed"
msgstr ""
...
...
po/en.po
View file @
4f103ef7
...
...
@@ -4036,7 +4036,7 @@ msgstr ""
msgid "End Process &Tree"
msgstr ""
#: taskmgr.rc:153
#: taskmgr.rc:153
winedbg.rc:29
#, fuzzy
msgid "&Debug"
msgstr "Debug"
...
...
@@ -4610,6 +4610,18 @@ msgid ""
"\n"
msgstr ""
#: winedbg.rc:35
msgid "Wine program crash"
msgstr ""
#: winedbg.rc:36
msgid "Internal errors - invalid parameters received"
msgstr ""
#: winedbg.rc:37
msgid "(unidentified)"
msgstr ""
#: write.rc:27
msgid "Starting Wordpad failed"
msgstr "Starting Wordpad failed"
...
...
po/en_US.po
View file @
4f103ef7
...
...
@@ -4027,7 +4027,7 @@ msgstr "&End Process"
msgid "End Process &Tree"
msgstr "End Process &Tree"
#: taskmgr.rc:153
#: taskmgr.rc:153
winedbg.rc:29
msgid "&Debug"
msgstr "&Debug"
...
...
@@ -4606,6 +4606,18 @@ msgstr ""
"Starts the Wine command prompt in a Wine console\n"
"\n"
#: winedbg.rc:35
msgid "Wine program crash"
msgstr "Wine program crash"
#: winedbg.rc:36
msgid "Internal errors - invalid parameters received"
msgstr "Internal errors - invalid parameters received"
#: winedbg.rc:37
msgid "(unidentified)"
msgstr "(unidentified)"
#: write.rc:27
msgid "Starting Wordpad failed"
msgstr "Starting Wordpad failed"
...
...
po/eo.po
View file @
4f103ef7
...
...
@@ -3718,7 +3718,7 @@ msgstr ""
msgid "End Process &Tree"
msgstr ""
#: taskmgr.rc:153
#: taskmgr.rc:153
winedbg.rc:29
msgid "&Debug"
msgstr ""
...
...
@@ -4271,6 +4271,18 @@ msgid ""
"\n"
msgstr ""
#: winedbg.rc:35
msgid "Wine program crash"
msgstr ""
#: winedbg.rc:36
msgid "Internal errors - invalid parameters received"
msgstr ""
#: winedbg.rc:37
msgid "(unidentified)"
msgstr ""
#: write.rc:27
msgid "Starting Wordpad failed"
msgstr ""
...
...
po/es.po
View file @
4f103ef7
...
...
@@ -1345,7 +1345,7 @@ msgstr "I&mprimir"
msgid "&Refresh"
msgstr "&Recargar"
#: shdoclc.rc:59 clock.rc:28
#: shdoclc.rc:59 clock.rc:28
wineconsole.rc:27
#, fuzzy
msgid "&Properties"
msgstr ""
...
...
@@ -4110,10 +4110,9 @@ msgstr ""
msgid "End Process &Tree"
msgstr ""
#: taskmgr.rc:153
#, fuzzy
#: taskmgr.rc:153 winedbg.rc:29
msgid "&Debug"
msgstr "
Debug
"
msgstr "
&Depurar
"
#: taskmgr.rc:155
msgid "Set &Priority"
...
...
@@ -4697,6 +4696,18 @@ msgstr ""
"Inicia el simbolo del sistema de Wine en una consola Wine\n"
"\n"
#: winedbg.rc:35
msgid "Wine program crash"
msgstr "Caida del programa Wine"
#: winedbg.rc:36
msgid "Internal errors - invalid parameters received"
msgstr "Errores internos - parámetros invalidos recibidos"
#: winedbg.rc:37
msgid "(unidentified)"
msgstr "(no identificado)"
#: write.rc:27
msgid "Starting Wordpad failed"
msgstr "Fallo inicio Wordpad"
...
...
po/fa.po
View file @
4f103ef7
...
...
@@ -3686,7 +3686,7 @@ msgstr ""
msgid "End Process &Tree"
msgstr ""
#: taskmgr.rc:153
#: taskmgr.rc:153
winedbg.rc:29
msgid "&Debug"
msgstr ""
...
...
@@ -4239,6 +4239,18 @@ msgid ""
"\n"
msgstr ""
#: winedbg.rc:35
msgid "Wine program crash"
msgstr ""
#: winedbg.rc:36
msgid "Internal errors - invalid parameters received"
msgstr ""
#: winedbg.rc:37
msgid "(unidentified)"
msgstr ""
#: write.rc:27
msgid "Starting Wordpad failed"
msgstr ""
...
...
po/fi.po
View file @
4f103ef7
...
...
@@ -3720,7 +3720,7 @@ msgstr ""
msgid "End Process &Tree"
msgstr ""
#: taskmgr.rc:153
#: taskmgr.rc:153
winedbg.rc:29
#, fuzzy
msgid "&Debug"
msgstr "Debug"
...
...
@@ -4284,6 +4284,18 @@ msgid ""
"\n"
msgstr ""
#: winedbg.rc:35
msgid "Wine program crash"
msgstr ""
#: winedbg.rc:36
msgid "Internal errors - invalid parameters received"
msgstr ""
#: winedbg.rc:37
msgid "(unidentified)"
msgstr ""
#: write.rc:27
msgid "Starting Wordpad failed"
msgstr ""
...
...
po/fr.po
View file @
4f103ef7
...
...
@@ -4119,7 +4119,7 @@ msgstr "&Terminer le processus"
msgid "End Process &Tree"
msgstr "Terminer l'&arborescence du processus"
#: taskmgr.rc:153
#: taskmgr.rc:153
winedbg.rc:29
msgid "&Debug"
msgstr "&Déboguer"
...
...
@@ -4706,6 +4706,18 @@ msgstr ""
"dans une console Wine\n"
"\n"
#: winedbg.rc:35
msgid "Wine program crash"
msgstr "Plantage du programme Wine"
#: winedbg.rc:36
msgid "Internal errors - invalid parameters received"
msgstr "Erreurs internes - paramètres invalides reçus"
#: winedbg.rc:37
msgid "(unidentified)"
msgstr "(non identifié)"
#: write.rc:27
msgid "Starting Wordpad failed"
msgstr "Wordpad n'a pas pu être démarré"
...
...
po/he.po
View file @
4f103ef7
...
...
@@ -1300,7 +1300,7 @@ msgstr "ה&דפסה"
msgid "&Refresh"
msgstr "&רענון"
#: shdoclc.rc:59 clock.rc:28
#: shdoclc.rc:59 clock.rc:28
wineconsole.rc:27
#, fuzzy
msgid "&Properties"
msgstr ""
...
...
@@ -3676,7 +3676,7 @@ msgstr "&סיום תהליך"
msgid "End Process &Tree"
msgstr "סיום ע&ץ התהליך"
#: taskmgr.rc:153
#: taskmgr.rc:153
winedbg.rc:29
msgid "&Debug"
msgstr "&ניפוי שגיאות"
...
...
@@ -4252,6 +4252,18 @@ msgstr ""
"Starts the Wine command prompt in a Wine console\n"
"\n"
#: winedbg.rc:35
msgid "Wine program crash"
msgstr "Wine program crash"
#: winedbg.rc:36
msgid "Internal errors - invalid parameters received"
msgstr "Internal errors - invalid parameters received"
#: winedbg.rc:37
msgid "(unidentified)"
msgstr "(unidentified)"
#: write.rc:27
msgid "Starting Wordpad failed"
msgstr "הפעלת הכתבן נכשלה"
...
...
po/hi.po
View file @
4f103ef7
...
...
@@ -3642,7 +3642,7 @@ msgstr ""
msgid "End Process &Tree"
msgstr ""
#: taskmgr.rc:153
#: taskmgr.rc:153
winedbg.rc:29
msgid "&Debug"
msgstr ""
...
...
@@ -4191,6 +4191,18 @@ msgid ""
"\n"
msgstr ""
#: winedbg.rc:35
msgid "Wine program crash"
msgstr ""
#: winedbg.rc:36
msgid "Internal errors - invalid parameters received"
msgstr ""
#: winedbg.rc:37
msgid "(unidentified)"
msgstr ""
#: write.rc:27
msgid "Starting Wordpad failed"
msgstr ""
...
...
po/hu.po
View file @
4f103ef7
...
...
@@ -1342,7 +1342,7 @@ msgstr "&Nyomtatás"
msgid "&Refresh"
msgstr "F&rissítés"
#: shdoclc.rc:59 clock.rc:28
#: shdoclc.rc:59 clock.rc:28
wineconsole.rc:27
#, fuzzy
msgid "&Properties"
msgstr ""
...
...
@@ -3743,7 +3743,7 @@ msgstr ""
msgid "End Process &Tree"
msgstr ""
#: taskmgr.rc:153
#: taskmgr.rc:153
winedbg.rc:29
#, fuzzy
msgid "&Debug"
msgstr "Debug"
...
...
@@ -4312,6 +4312,18 @@ msgid ""
"\n"
msgstr ""
#: winedbg.rc:35
msgid "Wine program crash"
msgstr ""
#: winedbg.rc:36
msgid "Internal errors - invalid parameters received"
msgstr ""
#: winedbg.rc:37
msgid "(unidentified)"
msgstr ""
#: write.rc:27
msgid "Starting Wordpad failed"
msgstr ""
...
...
po/it.po
View file @
4f103ef7
...
...
@@ -1345,7 +1345,7 @@ msgstr "S&tampa"
msgid "&Refresh"
msgstr "A&ggiorna"
#: shdoclc.rc:59 clock.rc:28
#: shdoclc.rc:59 clock.rc:28
wineconsole.rc:27
#, fuzzy
msgid "&Properties"
msgstr ""
...
...
@@ -4121,7 +4121,7 @@ msgstr "&Termina il processo"
msgid "End Process &Tree"
msgstr "Termina la &famiglia dei processi"
#: taskmgr.rc:153
#: taskmgr.rc:153
winedbg.rc:29
msgid "&Debug"
msgstr "&Debug"
...
...
@@ -4709,6 +4709,18 @@ msgstr ""
"Avvia il prompt dei comandi di Wine in una console Wine\n"
"\n"
#: winedbg.rc:35
msgid "Wine program crash"
msgstr "Crash di Wine"
#: winedbg.rc:36
msgid "Internal errors - invalid parameters received"
msgstr "Errori interni - ricevuti parametri non validi"
#: winedbg.rc:37
msgid "(unidentified)"
msgstr "(non identificato)"
#: write.rc:27
msgid "Starting Wordpad failed"
msgstr "Impossibile avviare WordPad"
...
...
po/ja.po
View file @
4f103ef7
...
...
@@ -4016,7 +4016,7 @@ msgstr "プロセスの終了(&E)"
msgid "End Process &Tree"
msgstr "プロセスツリーの終了(&T)"
#: taskmgr.rc:153
#: taskmgr.rc:153
winedbg.rc:29
msgid "&Debug"
msgstr "デバッグ(&D)"
...
...
@@ -4586,6 +4586,18 @@ msgid ""
"\n"
msgstr ""
#: winedbg.rc:35
msgid "Wine program crash"
msgstr ""
#: winedbg.rc:36
msgid "Internal errors - invalid parameters received"
msgstr ""
#: winedbg.rc:37
msgid "(unidentified)"
msgstr ""
#: write.rc:27
msgid "Starting Wordpad failed"
msgstr "Wordpad の起動に失敗しました"
...
...
po/ko.po
View file @
4f103ef7
...
...
@@ -1328,7 +1328,7 @@ msgstr "인쇄(&I)"
msgid "&Refresh"
msgstr "다시 읽기(&R)"
#: shdoclc.rc:59 clock.rc:28
#: shdoclc.rc:59 clock.rc:28
wineconsole.rc:27
#, fuzzy
msgid "&Properties"
msgstr ""
...
...
@@ -4024,7 +4024,7 @@ msgstr "작업 끝(&E)"
msgid "End Process &Tree"
msgstr "작업 트리 끝(&T)"
#: taskmgr.rc:153
#: taskmgr.rc:153
winedbg.rc:29
msgid "&Debug"
msgstr "디버그(&D)"
...
...
@@ -4600,6 +4600,18 @@ msgstr ""
"Wine 콘솔에서 Wine 명령 프롬프트 시작\n"
"\n"
#: winedbg.rc:35
msgid "Wine program crash"
msgstr "Wine 프로그램 충돌"
#: winedbg.rc:36
msgid "Internal errors - invalid parameters received"
msgstr "내부 에러 -올바르지 않은 매개변수가 들어옴"
#: winedbg.rc:37
msgid "(unidentified)"
msgstr "(알수 없음)"
#: write.rc:27
msgid "Starting Wordpad failed"
msgstr "워드패드 시작 실패함"
...
...
po/lt.po
View file @
4f103ef7
...
...
@@ -4055,7 +4055,7 @@ msgstr "&Baigti procesą"
msgid "End Process &Tree"
msgstr "Baigti procesų &medį"
#: taskmgr.rc:153
#: taskmgr.rc:153
winedbg.rc:29
msgid "&Debug"
msgstr "&Derinti"
...
...
@@ -4636,6 +4636,18 @@ msgstr ""
"Paleidžia Wine komandų interpretatorių Wine pulte\n"
"\n"
#: winedbg.rc:35
msgid "Wine program crash"
msgstr "Wine programos strigtis"
#: winedbg.rc:36
msgid "Internal errors - invalid parameters received"
msgstr "Vidinės klaidos - gauti neteisingi parametrai"
#: winedbg.rc:37
msgid "(unidentified)"
msgstr "(nenustatytas)"
#: write.rc:27
msgid "Starting Wordpad failed"
msgstr "Nepavyko paleisti Wordpad"
...
...
po/ml.po
View file @
4f103ef7
...
...
@@ -3642,7 +3642,7 @@ msgstr ""
msgid "End Process &Tree"
msgstr ""
#: taskmgr.rc:153
#: taskmgr.rc:153
winedbg.rc:29
msgid "&Debug"
msgstr ""
...
...
@@ -4191,6 +4191,18 @@ msgid ""
"\n"
msgstr ""
#: winedbg.rc:35
msgid "Wine program crash"
msgstr ""
#: winedbg.rc:36
msgid "Internal errors - invalid parameters received"
msgstr ""
#: winedbg.rc:37
msgid "(unidentified)"
msgstr ""
#: write.rc:27
msgid "Starting Wordpad failed"
msgstr ""
...
...
po/nb_NO.po
View file @
4f103ef7
...
...
@@ -1330,7 +1330,7 @@ msgstr "Skr&iv ut"
msgid "&Refresh"
msgstr "Oppdate&r"
#: shdoclc.rc:59 clock.rc:28
#: shdoclc.rc:59 clock.rc:28
wineconsole.rc:27
#, fuzzy
msgid "&Properties"
msgstr ""
...
...
@@ -4042,7 +4042,7 @@ msgstr "Avslutt pros&ess"
msgid "End Process &Tree"
msgstr "Avslu&tt prosesstre"
#: taskmgr.rc:153
#: taskmgr.rc:153
winedbg.rc:29
msgid "&Debug"
msgstr "&Feilsøk"
...
...
@@ -4622,6 +4622,18 @@ msgstr ""
"Starter Wine-ledeteksten i et Wine-konsoll\n"
"\n"
#: winedbg.rc:35
msgid "Wine program crash"
msgstr "Wine programfeil"
#: winedbg.rc:36
msgid "Internal errors - invalid parameters received"
msgstr "Interne feil - mottok ugyldig parameter"
#: winedbg.rc:37
msgid "(unidentified)"
msgstr "(uidentifisert)"
#: write.rc:27
msgid "Starting Wordpad failed"
msgstr "Klarte ikke starte Wordpad"
...
...
po/nl.po
View file @
4f103ef7
...
...
@@ -4088,7 +4088,7 @@ msgstr "Proces b&eëindigen"
msgid "End Process &Tree"
msgstr "&Beëindig procesboom"
#: taskmgr.rc:153
#: taskmgr.rc:153
winedbg.rc:29
msgid "&Debug"
msgstr "&Debuggen"
...
...
@@ -4672,6 +4672,18 @@ msgstr ""
"Start de Wine command prompt in een Wine console\n"
"\n"
#: winedbg.rc:35
msgid "Wine program crash"
msgstr "Wine programma crash"
#: winedbg.rc:36
msgid "Internal errors - invalid parameters received"
msgstr "Interne fouten - foutieve parameters ontvangen"
#: winedbg.rc:37
msgid "(unidentified)"
msgstr "(onbekend)"
#: write.rc:27
msgid "Starting Wordpad failed"
msgstr "Starten van Wordpad mislukt"
...
...
po/or.po
View file @
4f103ef7
...
...
@@ -3642,7 +3642,7 @@ msgstr ""
msgid "End Process &Tree"
msgstr ""
#: taskmgr.rc:153
#: taskmgr.rc:153
winedbg.rc:29
msgid "&Debug"
msgstr ""
...
...
@@ -4191,6 +4191,18 @@ msgid ""
"\n"
msgstr ""
#: winedbg.rc:35
msgid "Wine program crash"
msgstr ""
#: winedbg.rc:36
msgid "Internal errors - invalid parameters received"
msgstr ""
#: winedbg.rc:37
msgid "(unidentified)"
msgstr ""
#: write.rc:27
msgid "Starting Wordpad failed"
msgstr ""
...
...
po/pa.po
View file @
4f103ef7
...
...
@@ -3642,7 +3642,7 @@ msgstr ""
msgid "End Process &Tree"
msgstr ""
#: taskmgr.rc:153
#: taskmgr.rc:153
winedbg.rc:29
msgid "&Debug"
msgstr ""
...
...
@@ -4191,6 +4191,18 @@ msgid ""
"\n"
msgstr ""
#: winedbg.rc:35
msgid "Wine program crash"
msgstr ""
#: winedbg.rc:36
msgid "Internal errors - invalid parameters received"
msgstr ""
#: winedbg.rc:37
msgid "(unidentified)"
msgstr ""
#: write.rc:27
msgid "Starting Wordpad failed"
msgstr ""
...
...
po/pl.po
View file @
4f103ef7
...
...
@@ -1341,7 +1341,7 @@ msgstr "D&rukuj"
msgid "&Refresh"
msgstr "&Odśwież"
#: shdoclc.rc:59 clock.rc:28
#: shdoclc.rc:59 clock.rc:28
wineconsole.rc:27
#, fuzzy
msgid "&Properties"
msgstr ""
...
...
@@ -4081,7 +4081,7 @@ msgstr "&Zakończ proces"
msgid "End Process &Tree"
msgstr "Zamknij &drzewo procesów"
#: taskmgr.rc:153
#: taskmgr.rc:153
winedbg.rc:29
msgid "&Debug"
msgstr "&Debuguj"
...
...
@@ -4660,6 +4660,18 @@ msgstr ""
"Uruchamia wiersz poleceń Wine w konsoli Wine\n"
"\n"
#: winedbg.rc:35
msgid "Wine program crash"
msgstr "Awaria programu Wine"
#: winedbg.rc:36
msgid "Internal errors - invalid parameters received"
msgstr "Wewnętrzne błędy – otrzymano niewłaściwe parametry"
#: winedbg.rc:37
msgid "(unidentified)"
msgstr "(nieznane)"
#: write.rc:27
msgid "Starting Wordpad failed"
msgstr "Nie udało się uruchomić programu Wordpad"
...
...
po/pt_BR.po
View file @
4f103ef7
...
...
@@ -4102,9 +4102,14 @@ msgstr "&Terminar Processo"
msgid "End Process &Tree"
msgstr "Terminar Árvore de &Processo"
#: taskmgr.rc:153
#: taskmgr.rc:153 winedbg.rc:29
#, fuzzy
msgid "&Debug"
msgstr "&Depurar"
msgstr ""
"#-#-#-#-# pt_BR.po (Wine) #-#-#-#-#\n"
"&Depurar\n"
"#-#-#-#-# pt_BR.po (Wine) #-#-#-#-#\n"
"&Depuração"
#: taskmgr.rc:155
msgid "Set &Priority"
...
...
@@ -4685,6 +4690,18 @@ msgstr ""
"Inicializa a linha de comandos do Wine numa console do Wine\n"
"\n"
#: winedbg.rc:35
msgid "Wine program crash"
msgstr "Erro num programa no Wine"
#: winedbg.rc:36
msgid "Internal errors - invalid parameters received"
msgstr "Erros Internos - recebidos parâmetros inválidos"
#: winedbg.rc:37
msgid "(unidentified)"
msgstr "(não identificado)"
#: write.rc:27
msgid "Starting Wordpad failed"
msgstr "Falhou ao iniciar o Wordpad"
...
...
po/pt_PT.po
View file @
4f103ef7
...
...
@@ -4107,9 +4107,14 @@ msgstr "&Terminar Processo"
msgid "End Process &Tree"
msgstr "Terminar Árvore de &Processo"
#: taskmgr.rc:153
#: taskmgr.rc:153 winedbg.rc:29
#, fuzzy
msgid "&Debug"
msgstr "&Depurar"
msgstr ""
"#-#-#-#-# pt_PT.po (Wine) #-#-#-#-#\n"
"&Depurar\n"
"#-#-#-#-# pt_PT.po (Wine) #-#-#-#-#\n"
"&Depuração"
#: taskmgr.rc:155
msgid "Set &Priority"
...
...
@@ -4691,6 +4696,18 @@ msgstr ""
"Arranca a linha de comandos do Wine numa consola Wine\n"
"\n"
#: winedbg.rc:35
msgid "Wine program crash"
msgstr "Erro num programa no Wine"
#: winedbg.rc:36
msgid "Internal errors - invalid parameters received"
msgstr "Erros Internos - recebidos parâmetros inválidos"
#: winedbg.rc:37
msgid "(unidentified)"
msgstr "(não identificado)"
#: write.rc:27
msgid "Starting Wordpad failed"
msgstr "Falhou ao iniciar o Wordpad"
...
...
po/ro.po
View file @
4f103ef7
...
...
@@ -1346,7 +1346,7 @@ msgstr "&Tipărește"
msgid "&Refresh"
msgstr "&Actualizează"
#: shdoclc.rc:59 clock.rc:28
#: shdoclc.rc:59 clock.rc:28
wineconsole.rc:27
#, fuzzy
msgid "&Properties"
msgstr ""
...
...
@@ -4115,7 +4115,7 @@ msgstr "T&ermină procesul"
msgid "End Process &Tree"
msgstr "&Termină arborele procesului"
#: taskmgr.rc:153
#: taskmgr.rc:153
winedbg.rc:29
msgid "&Debug"
msgstr "&Depanează"
...
...
@@ -4700,6 +4700,18 @@ msgstr ""
"Pornește caseta de comandă pentru Wine într-o consolă Wine\n"
"\n"
#: winedbg.rc:35
msgid "Wine program crash"
msgstr "Avarie program Wine"
#: winedbg.rc:36
msgid "Internal errors - invalid parameters received"
msgstr "Erori interne - s-au recepționat parametri nevalizi"
#: winedbg.rc:37
msgid "(unidentified)"
msgstr "(neidentificat)"
#: write.rc:27
msgid "Starting Wordpad failed"
msgstr "Execuția Wordpad a eșuat"
...
...
po/ru.po
View file @
4f103ef7
...
...
@@ -1345,7 +1345,7 @@ msgstr "Пе&чать"
msgid "&Refresh"
msgstr "О&бновить"
#: shdoclc.rc:59 clock.rc:28
#: shdoclc.rc:59 clock.rc:28
wineconsole.rc:27
#, fuzzy
msgid "&Properties"
msgstr ""
...
...
@@ -4080,7 +4080,7 @@ msgstr "&Завершить процесс"
msgid "End Process &Tree"
msgstr "Завершить &дерево процессов"
#: taskmgr.rc:153
#: taskmgr.rc:153
winedbg.rc:29
msgid "&Debug"
msgstr "&Отладка"
...
...
@@ -4661,6 +4661,18 @@ msgstr ""
"Запустить командный процессор Wine в консоли Wine\n"
"\n"
#: winedbg.rc:35
msgid "Wine program crash"
msgstr "Ошибка Wine"
#: winedbg.rc:36
msgid "Internal errors - invalid parameters received"
msgstr "Внутренние ошибки - получены неверные параметры"
#: winedbg.rc:37
msgid "(unidentified)"
msgstr "(неопределено)"
#: write.rc:27
msgid "Starting Wordpad failed"
msgstr "Не удалось запустить Wordpad"
...
...
po/sk.po
View file @
4f103ef7
...
...
@@ -3759,7 +3759,7 @@ msgstr ""
msgid "End Process &Tree"
msgstr ""
#: taskmgr.rc:153
#: taskmgr.rc:153
winedbg.rc:29
msgid "&Debug"
msgstr ""
...
...
@@ -4308,6 +4308,18 @@ msgid ""
"\n"
msgstr ""
#: winedbg.rc:35
msgid "Wine program crash"
msgstr ""
#: winedbg.rc:36
msgid "Internal errors - invalid parameters received"
msgstr ""
#: winedbg.rc:37
msgid "(unidentified)"
msgstr ""
#: write.rc:27
msgid "Starting Wordpad failed"
msgstr ""
...
...
po/sl.po
View file @
4f103ef7
...
...
@@ -1340,7 +1340,7 @@ msgstr "Na&tisni"
msgid "&Refresh"
msgstr "&Osveži"
#: shdoclc.rc:59 clock.rc:28
#: shdoclc.rc:59 clock.rc:28
wineconsole.rc:27
#, fuzzy
msgid "&Properties"
msgstr ""
...
...
@@ -4064,7 +4064,7 @@ msgstr "Za&ključi proces"
msgid "End Process &Tree"
msgstr "Zaključi procesno &drevo"
#: taskmgr.rc:153
#: taskmgr.rc:153
winedbg.rc:29
msgid "&Debug"
msgstr "&Razhroščevanje"
...
...
@@ -4645,6 +4645,18 @@ msgstr ""
"Zagon Wine ukaznega poziva (cmd) v Wine konzoli.\n"
"\n"
#: winedbg.rc:35
msgid "Wine program crash"
msgstr "Program Wine je naletel na napako"
#: winedbg.rc:36
msgid "Internal errors - invalid parameters received"
msgstr "Interne napake - prejeti nepravilni parametri"
#: winedbg.rc:37
msgid "(unidentified)"
msgstr "(nedefinirano)"
#: write.rc:27
msgid "Starting Wordpad failed"
msgstr "Zagon programa Wordpad ni uspel"
...
...
po/sr_RS@cyrillic.po
View file @
4f103ef7
...
...
@@ -3717,10 +3717,10 @@ msgstr ""
msgid "End Process &Tree"
msgstr ""
#: taskmgr.rc:153
#: taskmgr.rc:153
winedbg.rc:29
#, fuzzy
msgid "&Debug"
msgstr "Отклањач грешака"
msgstr "
&
Отклањач грешака"
#: taskmgr.rc:155
msgid "Set &Priority"
...
...
@@ -4286,6 +4286,18 @@ msgid ""
"\n"
msgstr ""
#: winedbg.rc:35
msgid "Wine program crash"
msgstr "Пад Wine програма"
#: winedbg.rc:36
msgid "Internal errors - invalid parameters received"
msgstr "Унутрашње грешке — примљени су неисправни параметри"
#: winedbg.rc:37
msgid "(unidentified)"
msgstr "(неидентификовано)"
#: write.rc:27
msgid "Starting Wordpad failed"
msgstr "Покретање Писанке није успело"
...
...
po/sr_RS@latin.po
View file @
4f103ef7
...
...
@@ -3717,10 +3717,10 @@ msgstr ""
msgid "End Process &Tree"
msgstr ""
#: taskmgr.rc:153
#: taskmgr.rc:153
winedbg.rc:29
#, fuzzy
msgid "&Debug"
msgstr "Otklanjač grešaka"
msgstr "
&
Otklanjač grešaka"
#: taskmgr.rc:155
msgid "Set &Priority"
...
...
@@ -4286,6 +4286,18 @@ msgid ""
"\n"
msgstr ""
#: winedbg.rc:35
msgid "Wine program crash"
msgstr "Pad Wine programa"
#: winedbg.rc:36
msgid "Internal errors - invalid parameters received"
msgstr "Unutrašnje greške — primljeni su neispravni parametri"
#: winedbg.rc:37
msgid "(unidentified)"
msgstr "(neidentifikovano)"
#: write.rc:27
msgid "Starting Wordpad failed"
msgstr "Pokretanje Pisanke nije uspelo"
...
...
po/sv.po
View file @
4f103ef7
...
...
@@ -4067,7 +4067,7 @@ msgstr "Avsluta proc&ess"
msgid "End Process &Tree"
msgstr "Avslu&ta processträd"
#: taskmgr.rc:153
#: taskmgr.rc:153
winedbg.rc:29
msgid "&Debug"
msgstr "&Felsök"
...
...
@@ -4645,6 +4645,18 @@ msgstr ""
"Startar Wines kommandoprompt i en Wine-konsoll\n"
"\n"
#: winedbg.rc:35
msgid "Wine program crash"
msgstr "Krasch i Wine-program"
#: winedbg.rc:36
msgid "Internal errors - invalid parameters received"
msgstr "Interna fel - ogiltiga parametrar mottogs"
#: winedbg.rc:37
msgid "(unidentified)"
msgstr "(oidentifierad)"
#: write.rc:27
msgid "Starting Wordpad failed"
msgstr "Kunde inte starta Wordpad"
...
...
po/te.po
View file @
4f103ef7
...
...
@@ -3642,7 +3642,7 @@ msgstr ""
msgid "End Process &Tree"
msgstr ""
#: taskmgr.rc:153
#: taskmgr.rc:153
winedbg.rc:29
msgid "&Debug"
msgstr ""
...
...
@@ -4191,6 +4191,18 @@ msgid ""
"\n"
msgstr ""
#: winedbg.rc:35
msgid "Wine program crash"
msgstr ""
#: winedbg.rc:36
msgid "Internal errors - invalid parameters received"
msgstr ""
#: winedbg.rc:37
msgid "(unidentified)"
msgstr ""
#: write.rc:27
msgid "Starting Wordpad failed"
msgstr ""
...
...
po/th.po
View file @
4f103ef7
...
...
@@ -3663,7 +3663,7 @@ msgstr ""
msgid "End Process &Tree"
msgstr ""
#: taskmgr.rc:153
#: taskmgr.rc:153
winedbg.rc:29
msgid "&Debug"
msgstr ""
...
...
@@ -4214,6 +4214,18 @@ msgid ""
"\n"
msgstr ""
#: winedbg.rc:35
msgid "Wine program crash"
msgstr ""
#: winedbg.rc:36
msgid "Internal errors - invalid parameters received"
msgstr ""
#: winedbg.rc:37
msgid "(unidentified)"
msgstr ""
#: write.rc:27
msgid "Starting Wordpad failed"
msgstr ""
...
...
po/tr.po
View file @
4f103ef7
...
...
@@ -4033,7 +4033,7 @@ msgstr "Süreci &Sonlandır"
msgid "End Process &Tree"
msgstr "Süreç A&ğacını Sonlandır"
#: taskmgr.rc:153
#: taskmgr.rc:153
winedbg.rc:29
msgid "&Debug"
msgstr "&Hata Ayıkla"
...
...
@@ -4601,6 +4601,18 @@ msgid ""
"\n"
msgstr ""
#: winedbg.rc:35
msgid "Wine program crash"
msgstr ""
#: winedbg.rc:36
msgid "Internal errors - invalid parameters received"
msgstr ""
#: winedbg.rc:37
msgid "(unidentified)"
msgstr ""
#: write.rc:27
msgid "Starting Wordpad failed"
msgstr ""
...
...
po/uk.po
View file @
4f103ef7
...
...
@@ -1328,7 +1328,7 @@ msgstr "&Друк"
msgid "&Refresh"
msgstr "О&новити"
#: shdoclc.rc:59 clock.rc:28
#: shdoclc.rc:59 clock.rc:28
wineconsole.rc:27
#, fuzzy
msgid "&Properties"
msgstr ""
...
...
@@ -4053,7 +4053,7 @@ msgstr "&Завершити процес"
msgid "End Process &Tree"
msgstr "Завершити &дерево процесів"
#: taskmgr.rc:153
#: taskmgr.rc:153
winedbg.rc:29
msgid "&Debug"
msgstr "&Налагодження"
...
...
@@ -4632,6 +4632,18 @@ msgstr ""
"Запуск командного рядка Wine в консолі Wine\n"
"\n"
#: winedbg.rc:35
msgid "Wine program crash"
msgstr "Крах програми Wine"
#: winedbg.rc:36
msgid "Internal errors - invalid parameters received"
msgstr "Внутрішні помилки - отримані невірні параметри"
#: winedbg.rc:37
msgid "(unidentified)"
msgstr "(не визначено)"
#: write.rc:27
msgid "Starting Wordpad failed"
msgstr "Не вдалось запустити Wordpad"
...
...
po/wa.po
View file @
4f103ef7
...
...
@@ -3666,7 +3666,7 @@ msgstr ""
msgid "End Process &Tree"
msgstr ""
#: taskmgr.rc:153
#: taskmgr.rc:153
winedbg.rc:29
msgid "&Debug"
msgstr ""
...
...
@@ -4217,6 +4217,18 @@ msgid ""
"\n"
msgstr ""
#: winedbg.rc:35
msgid "Wine program crash"
msgstr ""
#: winedbg.rc:36
msgid "Internal errors - invalid parameters received"
msgstr ""
#: winedbg.rc:37
msgid "(unidentified)"
msgstr ""
#: write.rc:27
msgid "Starting Wordpad failed"
msgstr ""
...
...
po/wine.pot
View file @
4f103ef7
...
...
@@ -3633,7 +3633,7 @@ msgstr ""
msgid "End Process &Tree"
msgstr ""
#: taskmgr.rc:153
#: taskmgr.rc:153
winedbg.rc:29
msgid "&Debug"
msgstr ""
...
...
@@ -4182,6 +4182,18 @@ msgid ""
"\n"
msgstr ""
#: winedbg.rc:35
msgid "Wine program crash"
msgstr ""
#: winedbg.rc:36
msgid "Internal errors - invalid parameters received"
msgstr ""
#: winedbg.rc:37
msgid "(unidentified)"
msgstr ""
#: write.rc:27
msgid "Starting Wordpad failed"
msgstr ""
...
...
po/zh_CN.po
View file @
4f103ef7
...
...
@@ -3698,7 +3698,7 @@ msgstr "结束进程(&E)"
msgid "End Process &Tree"
msgstr "结束进程树(&T)"
#: taskmgr.rc:153
#: taskmgr.rc:153
winedbg.rc:29
msgid "&Debug"
msgstr "调试(&D)"
...
...
@@ -4273,6 +4273,18 @@ msgstr ""
"在 Wine 控制台中运行 Wine 命令行\n"
"\n"
#: winedbg.rc:35
msgid "Wine program crash"
msgstr ""
#: winedbg.rc:36
msgid "Internal errors - invalid parameters received"
msgstr ""
#: winedbg.rc:37
msgid "(unidentified)"
msgstr ""
#: write.rc:27
msgid "Starting Wordpad failed"
msgstr "启动写字板失败"
...
...
po/zh_TW.po
View file @
4f103ef7
...
...
@@ -3708,7 +3708,7 @@ msgstr "結束進程(&E)"
msgid "End Process &Tree"
msgstr "結束進程樹(&T)"
#: taskmgr.rc:153
#: taskmgr.rc:153
winedbg.rc:29
msgid "&Debug"
msgstr "調試(&D)"
...
...
@@ -4269,6 +4269,18 @@ msgid ""
"\n"
msgstr ""
#: winedbg.rc:35
msgid "Wine program crash"
msgstr ""
#: winedbg.rc:36
msgid "Internal errors - invalid parameters received"
msgstr ""
#: winedbg.rc:37
msgid "(unidentified)"
msgstr ""
#: write.rc:27
msgid "Starting Wordpad failed"
msgstr ""
...
...
programs/winedbg/Makefile.in
View file @
4f103ef7
...
...
@@ -49,7 +49,10 @@ RC_SRCS = \
rsrc_Si.rc
\
rsrc_Sr.rc
\
rsrc_Sv.rc
\
rsrc_Uk.rc
rsrc_Uk.rc
\
winedbg.rc
PO_SRCS
=
winedbg.rc
LEX_SRCS
=
debug.l
BISON_SRCS
=
dbg.y
...
...
programs/winedbg/rsrc_Da.rc
View file @
4f103ef7
...
...
@@ -25,14 +25,6 @@
LANGUAGE LANG_DANISH, SUBLANG_DEFAULT
IDM_DEBUG_POPUP MENU
BEGIN
POPUP ""
BEGIN
MENUITEM "&Debug", ID_DEBUG
END
END
IDD_CRASH_DLG DIALOGEX 100, 100, 273, 175
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Program Fejl"
...
...
@@ -48,10 +40,3 @@ BEGIN
endnu, kan du indberette det til http://bugs.winehq.org.",IDC_STATIC_TXT2,27,60,224,100
DEFPUSHBUTTON "Luk", IDOK, 205, 151, 60, 16, WS_TABSTOP
END
STRINGTABLE
BEGIN
IDS_AUTO_CAPTION "Wine Program Nedbrud"
IDS_INVALID_PARAMS "Interne fejl - ugyldige parametre modtaget."
IDS_UNIDENTIFIED "(Uidentificerede)"
END
programs/winedbg/rsrc_De.rc
View file @
4f103ef7
...
...
@@ -24,14 +24,6 @@
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
IDM_DEBUG_POPUP MENU
BEGIN
POPUP ""
BEGIN
MENUITEM "&Debug", ID_DEBUG
END
END
IDD_CRASH_DLG DIALOGEX 100, 100, 273, 175
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Programm Fehler"
...
...
@@ -48,10 +40,3 @@ BEGIN
gemeldet, können Sie unter http://bugs.winehq.org einen Eintrag hinterlassen.",IDC_STATIC_TXT2,27,60,224,100
DEFPUSHBUTTON "Schließen", IDOK, 205, 151, 60, 16, WS_TABSTOP
END
STRINGTABLE
BEGIN
IDS_AUTO_CAPTION "Wine Programm Absturz"
IDS_INVALID_PARAMS "Interne Fehler - ungültige Parameter empfangen"
IDS_UNIDENTIFIED "(unbekannt)"
END
programs/winedbg/rsrc_En.rc
View file @
4f103ef7
...
...
@@ -22,14 +22,6 @@
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
IDM_DEBUG_POPUP MENU
BEGIN
POPUP ""
BEGIN
MENUITEM "&Debug", ID_DEBUG
END
END
IDD_CRASH_DLG DIALOGEX 100, 100, 273, 175
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Program Error"
...
...
@@ -46,10 +38,3 @@ BEGIN
yet, you can report it at http://bugs.winehq.org.",IDC_STATIC_TXT2,27,60,224,100
DEFPUSHBUTTON "Close", IDOK, 205, 151, 60, 16, WS_TABSTOP
END
STRINGTABLE
BEGIN
IDS_AUTO_CAPTION "Wine program crash"
IDS_INVALID_PARAMS "Internal errors - invalid parameters received"
IDS_UNIDENTIFIED "(unidentified)"
END
programs/winedbg/rsrc_Es.rc
View file @
4f103ef7
...
...
@@ -25,14 +25,6 @@
LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
IDM_DEBUG_POPUP MENU
BEGIN
POPUP ""
BEGIN
MENUITEM "&Depurar", ID_DEBUG
END
END
IDD_CRASH_DLG DIALOGEX 100, 100, 273, 175
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Error del programa"
...
...
@@ -49,10 +41,3 @@ BEGIN
todavía, lo puedes reportar en http://bugs.winehq.org.",IDC_STATIC_TXT2,27,60,224,100
DEFPUSHBUTTON "Cerrar", IDOK, 205, 151, 60, 16, WS_TABSTOP
END
STRINGTABLE
BEGIN
IDS_AUTO_CAPTION "Caida del programa Wine"
IDS_INVALID_PARAMS "Errores internos - parámetros invalidos recibidos"
IDS_UNIDENTIFIED "(no identificado)"
END
programs/winedbg/rsrc_Fr.rc
View file @
4f103ef7
...
...
@@ -25,14 +25,6 @@
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
IDM_DEBUG_POPUP MENU
BEGIN
POPUP ""
BEGIN
MENUITEM "&Déboguer", ID_DEBUG
END
END
IDD_CRASH_DLG DIALOGEX 100, 100, 273, 175
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Erreur du programme"
...
...
@@ -49,10 +41,3 @@ BEGIN
vous pouvez le rapporter sur http://bugs.winehq.org.",IDC_STATIC_TXT2,27,60,224,100
DEFPUSHBUTTON "Fermer", IDOK, 205, 151, 60, 16, WS_TABSTOP
END
STRINGTABLE
BEGIN
IDS_AUTO_CAPTION "Plantage du programme Wine"
IDS_INVALID_PARAMS "Erreurs internes - paramètres invalides reçus"
IDS_UNIDENTIFIED "(non identifié)"
END
programs/winedbg/rsrc_He.rc
View file @
4f103ef7
...
...
@@ -25,14 +25,6 @@
LANGUAGE LANG_HEBREW, SUBLANG_DEFAULT
IDM_DEBUG_POPUP MENU
BEGIN
POPUP ""
BEGIN
MENUITEM "&ניפוי שגיאות", ID_DEBUG
END
END
IDD_CRASH_DLG DIALOGEX 100, 100, 273, 175
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
EXSTYLE WS_EX_LAYOUTRTL
...
...
@@ -50,10 +42,3 @@ BEGIN
ניתן לדווח עליה בכתובת http://bugs.winehq.org.",IDC_STATIC_TXT2,27,60,224,100
DEFPUSHBUTTON "סגירה", IDOK, 205, 151, 60, 16, WS_TABSTOP
END
STRINGTABLE
BEGIN
IDS_AUTO_CAPTION "Wine program crash"
IDS_INVALID_PARAMS "Internal errors - invalid parameters received"
IDS_UNIDENTIFIED "(unidentified)"
END
programs/winedbg/rsrc_It.rc
View file @
4f103ef7
...
...
@@ -25,14 +25,6 @@
LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
IDM_DEBUG_POPUP MENU
BEGIN
POPUP ""
BEGIN
MENUITEM "&Debug", ID_DEBUG
END
END
IDD_CRASH_DLG DIALOGEX 100, 100, 273, 175
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Errore del programma"
...
...
@@ -49,10 +41,3 @@ BEGIN
puoi segnalarlo su http://bugs.winehq.org.",IDC_STATIC_TXT2,27,60,224,100
DEFPUSHBUTTON "Chiudi", IDOK, 205, 151, 60, 16, WS_TABSTOP
END
STRINGTABLE
BEGIN
IDS_AUTO_CAPTION "Crash di Wine"
IDS_INVALID_PARAMS "Errori interni - ricevuti parametri non validi"
IDS_UNIDENTIFIED "(non identificato)"
END
programs/winedbg/rsrc_Ko.rc
View file @
4f103ef7
...
...
@@ -25,14 +25,6 @@
LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
IDM_DEBUG_POPUP MENU
BEGIN
POPUP ""
BEGIN
MENUITEM "디버그(&D)", ID_DEBUG
END
END
IDD_CRASH_DLG DIALOGEX 100, 100, 273, 175
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "프로그램 에러"
...
...
@@ -49,10 +41,3 @@ BEGIN
, 당신은 http://bugs.winehq.org에 버그로 보고할 수 있습니다.",IDC_STATIC_TXT2,27,60,224,100
DEFPUSHBUTTON "닫기", IDOK, 205, 151, 60, 16, WS_TABSTOP
END
STRINGTABLE
BEGIN
IDS_AUTO_CAPTION "Wine 프로그램 충돌"
IDS_INVALID_PARAMS "내부 에러 -올바르지 않은 매개변수가 들어옴"
IDS_UNIDENTIFIED "(알수 없음)"
END
programs/winedbg/rsrc_Lt.rc
View file @
4f103ef7
...
...
@@ -25,14 +25,6 @@
LANGUAGE LANG_LITHUANIAN, SUBLANG_NEUTRAL
IDM_DEBUG_POPUP MENU
BEGIN
POPUP ""
BEGIN
MENUITEM "&Derinti", ID_DEBUG
END
END
IDD_CRASH_DLG DIALOGEX 100, 100, 273, 175
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Programos klaida"
...
...
@@ -49,10 +41,3 @@ BEGIN
galite pranešti http://bugs.winehq.org.",IDC_STATIC_TXT2,27,60,224,100
DEFPUSHBUTTON "Užverti", IDOK, 205, 151, 60, 16, WS_TABSTOP
END
STRINGTABLE
BEGIN
IDS_AUTO_CAPTION "Wine programos strigtis"
IDS_INVALID_PARAMS "Vidinės klaidos - gauti neteisingi parametrai"
IDS_UNIDENTIFIED "(nenustatytas)"
END
programs/winedbg/rsrc_Nl.rc
View file @
4f103ef7
...
...
@@ -22,14 +22,6 @@
LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
IDM_DEBUG_POPUP MENU
BEGIN
POPUP ""
BEGIN
MENUITEM "&Debug", ID_DEBUG
END
END
IDD_CRASH_DLG DIALOGEX 100, 100, 273, 175
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Programma Fout"
...
...
@@ -46,10 +38,3 @@ BEGIN
dan kunt u het rapporteren op http://bugs.winehq.org.",IDC_STATIC_TXT2,27,60,224,100
DEFPUSHBUTTON "Sluiten", IDOK, 205, 151, 60, 16, WS_TABSTOP
END
STRINGTABLE
BEGIN
IDS_AUTO_CAPTION "Wine programma crash"
IDS_INVALID_PARAMS "Interne fouten - foutieve parameters ontvangen"
IDS_UNIDENTIFIED "(onbekend)"
END
programs/winedbg/rsrc_No.rc
View file @
4f103ef7
...
...
@@ -25,14 +25,6 @@
LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL
IDM_DEBUG_POPUP MENU
BEGIN
POPUP ""
BEGIN
MENUITEM "&Debug", ID_DEBUG
END
END
IDD_CRASH_DLG DIALOGEX 100, 100, 273, 175
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Programfeil"
...
...
@@ -49,10 +41,3 @@ BEGIN
ikke oppstår i Windows.",IDC_STATIC_TXT2,27,60,224,100
DEFPUSHBUTTON "Lukk", IDOK, 205, 151, 60, 16, WS_TABSTOP
END
STRINGTABLE
BEGIN
IDS_AUTO_CAPTION "Wine programfeil"
IDS_INVALID_PARAMS "Interne feil - mottok ugyldig parameter"
IDS_UNIDENTIFIED "(uidentifisert)"
END
programs/winedbg/rsrc_Pl.rc
View file @
4f103ef7
...
...
@@ -22,14 +22,6 @@
LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
IDM_DEBUG_POPUP MENU
BEGIN
POPUP ""
BEGIN
MENUITEM "&Debug", ID_DEBUG
END
END
IDD_CRASH_DLG DIALOGEX 100, 100, 273, 175
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Bd programu"
...
...
@@ -46,10 +38,3 @@ BEGIN
to moesz poinformowa o tym pod adresem http://bugs.winehq.org.",IDC_STATIC_TXT2,27,60,224,100
DEFPUSHBUTTON "Zamknij", IDOK, 205, 151, 60, 16, WS_TABSTOP
END
STRINGTABLE
BEGIN
IDS_AUTO_CAPTION "Awaria programu Wine"
IDS_INVALID_PARAMS "Wewntrzne bdy otrzymano niewaciwe parametry"
IDS_UNIDENTIFIED "(nieznane)"
END
programs/winedbg/rsrc_Pt.rc
View file @
4f103ef7
...
...
@@ -23,17 +23,6 @@
#pragma code_page(65001)
LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
IDM_DEBUG_POPUP MENU
BEGIN
POPUP ""
BEGIN
MENUITEM "&Depuração", ID_DEBUG
END
END
LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN
IDD_CRASH_DLG DIALOGEX 100, 100, 273, 175
...
...
@@ -71,13 +60,3 @@ BEGIN
você pode fazê-lo em http://bugs.winehq.org.",IDC_STATIC_TXT2,27,60,224,100
DEFPUSHBUTTON "Fechar", IDOK, 205, 151, 60, 16, WS_TABSTOP
END
LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
STRINGTABLE
BEGIN
IDS_AUTO_CAPTION "Erro num programa no Wine"
IDS_INVALID_PARAMS "Erros Internos - recebidos parâmetros inválidos"
IDS_UNIDENTIFIED "(não identificado)"
END
programs/winedbg/rsrc_Ro.rc
View file @
4f103ef7
...
...
@@ -24,14 +24,6 @@ LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
#pragma code_page(65001)
IDM_DEBUG_POPUP MENU
BEGIN
POPUP ""
BEGIN
MENUITEM "&Depanează", ID_DEBUG
END
END
IDD_CRASH_DLG DIALOGEX 100, 100, 273, 175
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Eroare de program"
...
...
@@ -49,10 +41,3 @@ BEGIN
http://bugs.winehq.org.",IDC_STATIC_TXT2,27,60,224,100
DEFPUSHBUTTON "Închide", IDOK, 205, 151, 60, 16, WS_TABSTOP
END
STRINGTABLE
BEGIN
IDS_AUTO_CAPTION "Avarie program Wine"
IDS_INVALID_PARAMS "Erori interne - s-au recepționat parametri nevalizi"
IDS_UNIDENTIFIED "(neidentificat)"
END
programs/winedbg/rsrc_Ru.rc
View file @
4f103ef7
...
...
@@ -25,14 +25,6 @@
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
IDM_DEBUG_POPUP MENU
BEGIN
POPUP ""
BEGIN
MENUITEM "&Отладка", ID_DEBUG
END
END
IDD_CRASH_DLG DIALOGEX 100, 100, 273, 175
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Ошибка программы"
...
...
@@ -49,10 +41,3 @@ BEGIN
вы можете сообщить о ней на http://bugs.winehq.org.",IDC_STATIC_TXT2,27,60,224,100
DEFPUSHBUTTON "Закрыть", IDOK, 205, 151, 60, 16, WS_TABSTOP
END
STRINGTABLE
BEGIN
IDS_AUTO_CAPTION "Ошибка Wine"
IDS_INVALID_PARAMS "Внутренние ошибки - получены неверные параметры"
IDS_UNIDENTIFIED "(неопределено)"
END
programs/winedbg/rsrc_Si.rc
View file @
4f103ef7
...
...
@@ -24,14 +24,6 @@
LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
IDM_DEBUG_POPUP MENU
BEGIN
POPUP ""
BEGIN
MENUITEM "&Debug", ID_DEBUG
END
END
IDD_CRASH_DLG DIALOGEX 100, 100, 273, 175
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Napaka v programu"
...
...
@@ -48,10 +40,3 @@ BEGIN
na http://bugs.winehq.org, prosim napišite prijavo.",IDC_STATIC_TXT2,27,60,224,100
DEFPUSHBUTTON "Zapri", IDOK, 205, 151, 60, 16, WS_TABSTOP
END
STRINGTABLE
BEGIN
IDS_AUTO_CAPTION "Program Wine je naletel na napako"
IDS_INVALID_PARAMS "Interne napake - prejeti nepravilni parametri"
IDS_UNIDENTIFIED "(nedefinirano)"
END
programs/winedbg/rsrc_Sr.rc
View file @
4f103ef7
...
...
@@ -26,14 +26,6 @@
LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_CYRILLIC
IDM_DEBUG_POPUP MENU
BEGIN
POPUP ""
BEGIN
MENUITEM "&Отклањач грешака", ID_DEBUG
END
END
IDD_CRASH_DLG DIALOGEX 100, 100, 273, 175
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Програмска грешка"
...
...
@@ -51,23 +43,8 @@ BEGIN
DEFPUSHBUTTON "Затвори", IDOK, 205, 151, 60, 16, WS_TABSTOP
END
STRINGTABLE
BEGIN
IDS_AUTO_CAPTION "Пад Wine програма"
IDS_INVALID_PARAMS "Унутрашње грешке — примљени су неисправни параметри"
IDS_UNIDENTIFIED "(неидентификовано)"
END
LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_LATIN
IDM_DEBUG_POPUP MENU
BEGIN
POPUP ""
BEGIN
MENUITEM "&Otklanjač grešaka", ID_DEBUG
END
END
IDD_CRASH_DLG DIALOGEX 100, 100, 273, 175
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Programska greška"
...
...
@@ -84,10 +61,3 @@ BEGIN
prijavljen, prijavite ga na http://bugs.winehq.org.",IDC_STATIC_TXT2,27,60,224,100
DEFPUSHBUTTON "Zatvori", IDOK, 205, 151, 60, 16, WS_TABSTOP
END
STRINGTABLE
BEGIN
IDS_AUTO_CAPTION "Pad Wine programa"
IDS_INVALID_PARAMS "Unutrašnje greške — primljeni su neispravni parametri"
IDS_UNIDENTIFIED "(neidentifikovano)"
END
programs/winedbg/rsrc_Sv.rc
View file @
4f103ef7
...
...
@@ -25,14 +25,6 @@
LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
IDM_DEBUG_POPUP MENU
BEGIN
POPUP ""
BEGIN
MENUITEM "&Felsök", ID_DEBUG
END
END
IDD_CRASH_DLG DIALOGEX 100, 100, 273, 175
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Programfel"
...
...
@@ -49,10 +41,3 @@ BEGIN
så kan du rapportera det på http://bugs.winehq.org.",IDC_STATIC_TXT2,27,60,224,100
DEFPUSHBUTTON "Stäng", IDOK, 205, 151, 60, 16, WS_TABSTOP
END
STRINGTABLE
BEGIN
IDS_AUTO_CAPTION "Krasch i Wine-program"
IDS_INVALID_PARAMS "Interna fel - ogiltiga parametrar mottogs"
IDS_UNIDENTIFIED "(oidentifierad)"
END
programs/winedbg/rsrc_Uk.rc
View file @
4f103ef7
...
...
@@ -26,14 +26,6 @@
LANGUAGE LANG_UKRAINIAN, SUBLANG_DEFAULT
IDM_DEBUG_POPUP MENU
BEGIN
POPUP ""
BEGIN
MENUITEM "&Налагодження", ID_DEBUG
END
END
IDD_CRASH_DLG DIALOGEX 100, 100, 273, 175
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Помилка програми"
...
...
@@ -50,10 +42,3 @@ BEGIN
ви можете повідомити про неї на http://bugs.winehq.org.",IDC_STATIC_TXT2,27,60,224,100
DEFPUSHBUTTON "Закрити", IDOK, 205, 151, 60, 16, WS_TABSTOP
END
STRINGTABLE
BEGIN
IDS_AUTO_CAPTION "Крах програми Wine"
IDS_INVALID_PARAMS "Внутрішні помилки - отримані невірні параметри"
IDS_UNIDENTIFIED "(не визначено)"
END
programs/winedbg/winedbg.rc
0 → 100644
View file @
4f103ef7
/*
* Winedbg resources
*
* Copyright 2008 Mikolaj Zalewski
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
IDM_DEBUG_POPUP MENU
BEGIN
POPUP ""
BEGIN
MENUITEM "&Debug", ID_DEBUG
END
END
STRINGTABLE
BEGIN
IDS_AUTO_CAPTION "Wine program crash"
IDS_INVALID_PARAMS "Internal errors - invalid parameters received"
IDS_UNIDENTIFIED "(unidentified)"
END
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