kde-l10n/en_GB/messages/applications/kategdbplugin.po

302 lines
6.5 KiB
Text

# Copyright (C) YEAR This_file_is_part_of_KDE
# This file is distributed under the same license as the PACKAGE package.
#
# Andrew Coles <andrew_coles@yahoo.co.uk>, 2010, 2011.
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
"POT-Creation-Date: 2014-07-04 01:41+0000\n"
"PO-Revision-Date: 2011-02-05 17:21+0000\n"
"Last-Translator: Andrew Coles <andrew_coles@yahoo.co.uk>\n"
"Language-Team: British English <kde-i18n-doc@kde.org>\n"
"Language: en_GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
msgctxt "NAME OF TRANSLATORS"
msgid "Your names"
msgstr "Andrew Coles, Steve Allewell"
msgctxt "EMAIL OF TRANSLATORS"
msgid "Your emails"
msgstr "andrew_coles@yahoo.co.uk, steve.allewell@gmail.com"
#. i18n: ectx: property (text), widget (QLabel, u_gdbLabel)
#: advanced_settings.ui:9
msgid "GDB command"
msgstr "GDB command"
#. i18n: ectx: property (text), widget (QToolButton, u_gdbBrowse)
#: advanced_settings.ui:25
msgid "..."
msgstr "..."
#. i18n: ectx: property (text), widget (QLabel, u_soAbsPrefixLabel)
#: advanced_settings.ui:34
msgid "solib-absolute-prefix"
msgstr "solib-absolute-prefix"
#. i18n: ectx: property (text), widget (QLabel, u_soSearchLabel)
#: advanced_settings.ui:48
msgid "solib-search-path"
msgstr "solib-search-path"
#. i18n: ectx: property (title), widget (QGroupBox, u_customInitGroup)
#: advanced_settings.ui:62
msgid "Custom Startup Commands"
msgstr "Custom Startup Commands"
#. i18n: ectx: property (text), item, widget (KComboBox, u_localRemote)
#: advanced_settings.ui:79
msgid "Local application"
msgstr "Local application"
#. i18n: ectx: property (text), item, widget (KComboBox, u_localRemote)
#: advanced_settings.ui:84
msgid "Remote TCP"
msgstr "Remote TCP"
#. i18n: ectx: property (text), item, widget (KComboBox, u_localRemote)
#: advanced_settings.ui:89
msgid "Remote Serial Port"
msgstr "Remote Serial Port"
#. i18n: ectx: property (text), widget (QLabel, u_hostLabel)
#: advanced_settings.ui:114
msgid "Host"
msgstr "Host"
#. i18n: ectx: property (text), widget (QLabel, u_tcpPortLabel)
#. i18n: ectx: property (text), widget (QLabel, u_ttyLabel)
#: advanced_settings.ui:128 advanced_settings.ui:153
msgid "Port"
msgstr "Port"
#. i18n: ectx: property (text), widget (QLabel, u_ttyBaudLabel)
#: advanced_settings.ui:170
msgid "Baud"
msgstr "Baud"
#: configview.cpp:52
msgid "Add new target"
msgstr "Add new target"
#: configview.cpp:56
msgid "Copy target"
msgstr "Copy target"
#: configview.cpp:60
msgid "Delete target"
msgstr "Delete target"
#: configview.cpp:65
msgid "Executable:"
msgstr "Executable:"
#: configview.cpp:83
msgid "Working Directory:"
msgstr "Working Directory:"
#: configview.cpp:90
msgctxt "Program argument list"
msgid "Arguments:"
msgstr "Arguments:"
#: configview.cpp:94
msgctxt "Checkbox to for keeping focus on the command line"
msgid "Keep focus"
msgstr "Keep focus"
#: configview.cpp:95
msgid "Keep the focus on the command line"
msgstr "Keep the focus on the command line"
#: configview.cpp:97
msgid "Redirect IO"
msgstr "Redirect IO"
#: configview.cpp:98
msgid "Redirect the debugged programs IO to a separate tab"
msgstr "Redirect the debugged programs IO to a separate tab"
#: configview.cpp:100
msgid "Advanced Settings"
msgstr "Advanced Settings"
#: configview.cpp:134
msgid "Targets"
msgstr "Targets"
#: configview.cpp:308 configview.cpp:324
#, kde-format
msgid "Target %1"
msgstr "Target %1"
#: debugview.cpp:154
msgid "Could not start debugger process"
msgstr "Could not start debugger process"
#: debugview.cpp:195
msgid "*** gdb exited normally ***"
msgstr "*** gdb exited normally ***"
#: localsview.cpp:30
msgid "Symbol"
msgstr "Symbol"
#: localsview.cpp:31
msgid "Value"
msgstr "Value"
#: plugin_kategdb.cpp:58
msgid "GDB Integration"
msgstr "GDB Integration"
#: plugin_kategdb.cpp:60
msgid "Kate GDB Integration"
msgstr "Kate GDB Integration"
#: plugin_kategdb.cpp:88 plugin_kategdb.cpp:91
msgid "Debug View"
msgstr "Debug View"
#: plugin_kategdb.cpp:93 plugin_kategdb.cpp:96
msgid "Locals and Stack"
msgstr "Locals and Stack"
#: plugin_kategdb.cpp:141
msgctxt "Column label (frame number)"
msgid "Nr"
msgstr "Nr"
#: plugin_kategdb.cpp:141
msgctxt "Column label"
msgid "Frame"
msgstr "Frame"
#: plugin_kategdb.cpp:168
msgctxt "Tab label"
msgid "GDB Output"
msgstr "GDB Output"
#: plugin_kategdb.cpp:169
msgctxt "Tab label"
msgid "Settings"
msgstr "Settings"
#: plugin_kategdb.cpp:221
msgid "Start Debugging"
msgstr "Start Debugging"
#: plugin_kategdb.cpp:227
msgid "Kill / Stop Debugging"
msgstr "Kill / Stop Debugging"
#: plugin_kategdb.cpp:233
msgid "Restart Debugging"
msgstr "Restart Debugging"
#: plugin_kategdb.cpp:239
msgid "Toggle Breakpoint / Break"
msgstr "Toggle Breakpoint / Break"
#: plugin_kategdb.cpp:245
msgid "Step In"
msgstr "Step In"
#: plugin_kategdb.cpp:251
msgid "Step Over"
msgstr "Step Over"
#: plugin_kategdb.cpp:257
msgid "Step Out"
msgstr "Step Out"
#: plugin_kategdb.cpp:263 plugin_kategdb.cpp:298
msgctxt "Move Program Counter (next execution)"
msgid "Move PC"
msgstr "Move PC"
#: plugin_kategdb.cpp:268 plugin_kategdb.cpp:295
msgid "Run To Cursor"
msgstr "Run To Cursor"
#: plugin_kategdb.cpp:274
msgid "Continue"
msgstr "Continue"
#: plugin_kategdb.cpp:280
msgid "Print Value"
msgstr "Print Value"
#: plugin_kategdb.cpp:286
msgid "Debug"
msgstr "Debug"
#: plugin_kategdb.cpp:290
msgid "popup_breakpoint"
msgstr "popup_breakpoint"
#: plugin_kategdb.cpp:293
msgid "popup_run_to_cursor"
msgstr "popup_run_to_cursor"
#: plugin_kategdb.cpp:370 plugin_kategdb.cpp:387
msgid "Insert breakpoint"
msgstr "Insert breakpoint"
#: plugin_kategdb.cpp:384
msgid "Remove breakpoint"
msgstr "Remove breakpoint"
#: plugin_kategdb.cpp:411
msgid "Breakpoint"
msgstr "Breakpoint"
#: plugin_kategdb.cpp:510
msgid "Execution point"
msgstr "Execution point"
#: plugin_kategdb.cpp:625 plugin_kategdb.cpp:629
#, kde-format
msgid "Thread %1"
msgstr "Thread %1"
#: plugin_kategdb.cpp:722
msgid "IO"
msgstr "IO"
#. i18n: ectx: Menu (debug)
#: ui.rc:4
msgid "&Debug"
msgstr "&Debug"
#. i18n: ectx: ToolBar (gdbplugin)
#: ui.rc:29
msgid "GDB Plugin"
msgstr "GDB Plugin"
#~ msgid "Locals"
#~ msgstr "Locals"
#~ msgid "&Target:"
#~ msgstr "&Target:"
#~ msgctxt "Program argument list"
#~ msgid "&Arg List:"
#~ msgstr "&Arg List:"
#, fuzzy
#~| msgctxt "Program argument list"
#~| msgid "&Arg List:"
#~ msgid "Arg Lists"
#~ msgstr "&Arg List:"
#~ msgid "Add Working Directory"
#~ msgstr "Add Working Directory"
#~ msgid "Remove Working Directory"
#~ msgstr "Remove Working Directory"