File: gdbmistringconstants.pot

package info (click to toggle)
lazarus 4.0%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 275,760 kB
  • sloc: pascal: 2,341,904; xml: 509,420; makefile: 348,726; cpp: 93,608; sh: 3,387; java: 609; perl: 297; sql: 222; ansic: 137
file content (205 lines) | stat: -rw-r--r-- 7,318 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
msgid ""
msgstr "Content-Type: text/plain; charset=UTF-8"

#: gdbmistringconstants.dlggroupdebugger
msgid "Debugger"
msgstr ""

#: gdbmistringconstants.gdbmibreakpointerroronruncommand
#, object-pascal-format
msgid "The debugger encountered an error when trying to run/step the application:%0:s%0:s%1:s%0:s%0:sPress \"Ok\" to remove the breakpoints and continue debugging (paused), and correct the problem, or choose an alternative run command.%0:sPress \"Stop\" to end the debug session."
msgstr ""

#: gdbmistringconstants.gdbmicommandstartapplicationerror
#, object-pascal-format
msgid "The application could not be started:%0:s%1s"
msgstr ""

#: gdbmistringconstants.gdbmicommandstartmainbreakerror
#, object-pascal-format
msgid "The debugger could not set a breakpoint on the application's entry point.%0:sThis may be caused by missing debug info."
msgstr ""

#: gdbmistringconstants.gdbmicommandstartmainrunerror
#, object-pascal-format
msgid "The debugger could not run the application.%0:sThis may be caused by missing debug info."
msgstr ""

#: gdbmistringconstants.gdbmicommandstartmainrunnopiderror
#, object-pascal-format
msgid "The debugger failed to get the application's PID.%0:sThis may be caused by missing debug info."
msgstr ""

#: gdbmistringconstants.gdbmicommandstartmainruntostoperror
#, object-pascal-format
msgid "The debugger was unable to initialize itself.%0:sThe application did run (and terminated) before the debugger could set any breakpoints. %0:sThis may be caused by missing debug info."
msgstr ""

#: gdbmistringconstants.gdbmierroronruncommand
#, object-pascal-format
msgid "The debugger encountered an error when trying to run/step the application:%0:s%0:s%1:s%0:s%0:sPress \"Ok\" to continue debugging (paused), and correct the problem, or choose an alternative run command.%0:sPress \"Stop\" to end the debug session."
msgstr ""

#: gdbmistringconstants.gdbmierroronruncommandwithwarning
#, object-pascal-format
msgid "%0:s%0:sIn addition to the error the following warning was encountered:%0:s%0:s%1:s"
msgstr ""

#: gdbmistringconstants.gdbmierrorstategenericinfo
#, object-pascal-format
msgid "Error in: %1:s %0:s"
msgstr ""

#: gdbmistringconstants.gdbmierrorstateinfocommanderror
#, object-pascal-format
msgid "%0:sThe GDB command:%0:s\"%1:s\"%0:sreturned the error:%0:s\"%2:s\"%0:s"
msgstr ""

#: gdbmistringconstants.gdbmierrorstateinfocommandnoresult
#, object-pascal-format
msgid "%0:sThe GDB command:%0:s\"%1:s\"%0:sdid not return any result.%0:s"
msgstr ""

#: gdbmistringconstants.gdbmierrorstateinfofailedread
#, object-pascal-format
msgid "%0:sCould not read output from GDB.%0:s"
msgstr ""

#: gdbmistringconstants.gdbmierrorstateinfofailedwrite
#, object-pascal-format
msgid "%0:sCould not send a command to GDB.%0:s"
msgstr ""

#: gdbmistringconstants.gdbmierrorstateinfogdbgone
#, object-pascal-format
msgid "%0:sThe GDB process is no longer running.%0:s"
msgstr ""

#: gdbmistringconstants.gdbmieventlogdebugoutput
#, object-pascal-format
msgid "Debug Output: %s"
msgstr ""

#: gdbmistringconstants.gdbmieventloggdbinternalerror
#, object-pascal-format
msgid "GDB has encountered an internal error: %s"
msgstr ""

#: gdbmistringconstants.gdbmieventlognosymbols
#, object-pascal-format
msgid "File '%s' has no debug symbols"
msgstr ""

#: gdbmistringconstants.gdbmieventlogprocessexitcode
#, object-pascal-format
msgid "Process Exit: %s"
msgstr ""

#: gdbmistringconstants.gdbmieventlogprocessexitnormally
msgid "Process Exit: normally"
msgstr ""

#: gdbmistringconstants.gdbmieventlogprocessstart
#, object-pascal-format
msgid "Process Start: %s"
msgstr ""

#: gdbmistringconstants.gdbmifailedtolaunchexternaldbg
msgid "Failed to create process for GDB"
msgstr ""

#: gdbmistringconstants.gdbmifailedtoterminategdb
#, object-pascal-format
msgid "The IDE was unable to terminate the GDB process. This process may be left running outside the control of IDE.%0:sTo ensure the process is not affecting your System, you should locate and terminate it yourself."
msgstr ""

#: gdbmistringconstants.gdbmifailedtoterminategdbtitle
msgid "GDB did not terminate"
msgstr ""

#: gdbmistringconstants.gdbmifatalerroroccurred
#, object-pascal-format
msgid "Unrecoverable error: \"%s\""
msgstr ""

#: gdbmistringconstants.gdbmigdbinternalerror
#, object-pascal-format
msgid "GDB has encountered an internal error: %0:sPress \"Ok\" to continue debugging. This may NOT be safe.%0:sPress \"Stop\" to end the debug session."
msgstr ""

#: gdbmistringconstants.gdbmigdbinternalerrorinfo
#, object-pascal-format
msgid "While executing the command: %0:s\"%2:s\"%0:sgdb reported:%0:s\"%1:s\"%0:s"
msgstr ""

#: gdbmistringconstants.gdbmipressignoretocontinuedebuggingthismaynotbesafepres
#, object-pascal-format
msgid "Press \"Ignore\" to continue debugging. This may NOT be safe. Press \"Abort\" to stop the debugger.%0:sException: %1:s with message \"%2:s\"%0:sContext: %4:s. State: %5:s %0:s%0:s%3:s"
msgstr ""

#: gdbmistringconstants.gdbmisfailedinitproc
msgid "Failed to execute the initialization process"
msgstr ""

#: gdbmistringconstants.gdbmisfailedinitprocwaitonexit
#, object-pascal-format
msgid "Failed on wait on exit. Status: %d Code: %d"
msgstr ""

#: gdbmistringconstants.gdbmisnoasyncmode
msgid "GDB does not support async mode"
msgstr ""

#: gdbmistringconstants.gdbmithedebuggerexperiencedanunknowncondition
msgid "The debugger experienced an unknown condition"
msgstr ""

#: gdbmistringconstants.gdbmitimeoutforcmd
#, object-pascal-format
msgid "Time-out for command: \"%s\""
msgstr ""

#: gdbmistringconstants.gdbmiwarningunknowbreakpoint
#, object-pascal-format
msgid "The debugger reached an unexpected %1:s%0:s%0:sPress \"Ok\" to continue debugging (paused).%0:sPress \"Stop\" to end the debug session."
msgstr ""

#: gdbmistringconstants.lisnewthegnudebuggerthroughsshallowstoremotedebugviaassh
msgid "The GNU debugger through SSH allows to remote debug via a SSH connection. See docs/RemoteDebugging.txt for details. The path must contain the SSH client. Use SSH_Startup_Options for the hostname and optional username. Use Remote_GDB_Exe for the filename of GDB on the remote computer."
msgstr ""

#: gdbmistringconstants.lisresponsecontinue
#, object-pascal-format
msgid "Response: %sContinue?"
msgstr ""

#: gdbmistringconstants.lissshdebuggertimeout
msgid "Timeout has occurred:"
msgstr ""

#: gdbmistringconstants.lisunexpectedresultthedebuggerwillterminate
#, object-pascal-format
msgid "Unexpected result:%sThe debugger will terminate."
msgstr ""

#: gdbmistringconstants.synffailedtodownloadapplicationexecutable
msgid "Failed to download application executable"
msgstr ""

#: gdbmistringconstants.synffailedtoinitializedebugger
msgid "Failed to initialize debugger"
msgstr ""

#: gdbmistringconstants.synffailedtoinitializethedebuggersetpascalfailed
msgid "Failed to initialize the debugger (set pascal failed)"
msgstr ""

#: gdbmistringconstants.synffailedtoloadapplicationexecutable
msgid "Failed to load application executable"
msgstr ""

#: gdbmistringconstants.synfthedebuggerwasunabletosetallbreakpointsduringiniti
#, object-pascal-format
msgid "The debugger was unable to set all breakpoints during initialization.%0:sYou may wish to check if all sources were compiled with debug-info.%0:sPress OK to ignore this and continue."
msgstr ""