From dfdb8a6de3b737fcfdee6c3ca836c730e2ef83a6 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Mon, 6 Jan 2014 02:24:46 +0100 Subject: Rename kdebugdialog -> tdedebugdialog --- tde-i18n-en_GB/configure.in | 2 +- .../docs/tdebase/kdebugdialog/CMakeLists.txt | 6 - .../docs/tdebase/kdebugdialog/Makefile.am | 4 - .../docs/tdebase/kdebugdialog/index.docbook | 206 --------------------- .../docs/tdebase/tdedebugdialog/CMakeLists.txt | 6 + .../docs/tdebase/tdedebugdialog/Makefile.am | 4 + .../docs/tdebase/tdedebugdialog/index.docbook | 206 +++++++++++++++++++++ tde-i18n-en_GB/messages/tdebase/kdebugdialog.po | 93 ---------- tde-i18n-en_GB/messages/tdebase/tdedebugdialog.po | 93 ++++++++++ 9 files changed, 310 insertions(+), 310 deletions(-) delete mode 100644 tde-i18n-en_GB/docs/tdebase/kdebugdialog/CMakeLists.txt delete mode 100644 tde-i18n-en_GB/docs/tdebase/kdebugdialog/Makefile.am delete mode 100644 tde-i18n-en_GB/docs/tdebase/kdebugdialog/index.docbook create mode 100644 tde-i18n-en_GB/docs/tdebase/tdedebugdialog/CMakeLists.txt create mode 100644 tde-i18n-en_GB/docs/tdebase/tdedebugdialog/Makefile.am create mode 100644 tde-i18n-en_GB/docs/tdebase/tdedebugdialog/index.docbook delete mode 100644 tde-i18n-en_GB/messages/tdebase/kdebugdialog.po create mode 100644 tde-i18n-en_GB/messages/tdebase/tdedebugdialog.po (limited to 'tde-i18n-en_GB') diff --git a/tde-i18n-en_GB/configure.in b/tde-i18n-en_GB/configure.in index 4aa68567819..7019fe0bfc5 100644 --- a/tde-i18n-en_GB/configure.in +++ b/tde-i18n-en_GB/configure.in @@ -72,7 +72,7 @@ AC_CONFIG_FILES([ docs/tdebase/kcontrol/smb/Makefile ]) AC_CONFIG_FILES([ docs/tdebase/kcontrol/spellchecking/Makefile ]) AC_CONFIG_FILES([ docs/tdebase/kcontrol/useragent/Makefile ]) AC_CONFIG_FILES([ docs/tdebase/kcontrol/windowmanagement/Makefile ]) -AC_CONFIG_FILES([ docs/tdebase/kdebugdialog/Makefile ]) +AC_CONFIG_FILES([ docs/tdebase/tdedebugdialog/Makefile ]) AC_CONFIG_FILES([ docs/tdebase/tdeprint/Makefile ]) AC_CONFIG_FILES([ docs/tdebase/tdesu/Makefile ]) AC_CONFIG_FILES([ docs/tdebase/tdm/Makefile ]) diff --git a/tde-i18n-en_GB/docs/tdebase/kdebugdialog/CMakeLists.txt b/tde-i18n-en_GB/docs/tdebase/kdebugdialog/CMakeLists.txt deleted file mode 100644 index 4a29dabb5e7..00000000000 --- a/tde-i18n-en_GB/docs/tdebase/kdebugdialog/CMakeLists.txt +++ /dev/null @@ -1,6 +0,0 @@ -# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer - -tde_create_handbook( - DESTINATION kdebugdialog - LANG en_GB -) diff --git a/tde-i18n-en_GB/docs/tdebase/kdebugdialog/Makefile.am b/tde-i18n-en_GB/docs/tdebase/kdebugdialog/Makefile.am deleted file mode 100644 index 9ad90741fb7..00000000000 --- a/tde-i18n-en_GB/docs/tdebase/kdebugdialog/Makefile.am +++ /dev/null @@ -1,4 +0,0 @@ -KDE_LANG = en_GB -SUBDIRS = $(AUTODIRS) -KDE_DOCS = kdebugdialog -KDE_MANS = AUTO diff --git a/tde-i18n-en_GB/docs/tdebase/kdebugdialog/index.docbook b/tde-i18n-en_GB/docs/tdebase/kdebugdialog/index.docbook deleted file mode 100644 index 085fd300c1f..00000000000 --- a/tde-i18n-en_GB/docs/tdebase/kdebugdialog/index.docbook +++ /dev/null @@ -1,206 +0,0 @@ - -KDebugDialog"> - - - - - -]> - - - -The &kdebugdialog; Handbook - - -&David.Faure; &David.Faure.mail; -MalcolmHunter
malcolm.hunter@gmx.co.uk
Conversion to British English
-
- -2001-02-13 -0.03.00 - - -This document describes &kdebugdialog;. - - - -KDE -KDebugdialog - -
- - -What is KDebugDialog? - -It is a dialogue box for managing diagnostic messages at runtime. - -If you simply start kdebugdialog, you will see a list of areas, that can be disabled or enabled. A kdDebug(area) call in the code will show something in the debug output only if the area is enabled. - -Note that kdWarning, kdError and kdFatal always appear, they are NOT controlled by this setting. - - - -Area - -The areas which should only be output. Every message that is not mentioned here will simply not be output (unless this field remains empty, which is the default, and means that all messages should be output). You can enter several areas separated by commas here, and you can also use area ranges with the syntax start-end. Thus a valid entry could be: 117,214-289,356-359,221. Do not use whitespaces. - - - - -If you start kdebugdialog , then for every severity level you can define separately what should be done with the diagnostic messages of that level, and the same for each debug area. - -In full mode, first you should select the debug area you are interested in from the drop down list at the top. - -You may independently set the output for various types of messages: - - -Information -Warning -Error -Fatal Error - - -For each of these types, you can set the following: - - - -Output to: - -In this Combobox, you can choose where the messages should be output. The choices are: File, Message Box, Shell (meaning stderr) and Syslog. Please do not direct fatal messages to syslog unless you are the system administrator yourself. The default is Message Box. - - - - -Filename: -This is only enabled when you have chosen File as the output and provides the name of that file (which is interpreted as relative to the current folder). The default is kdebug.dbg. - - - - -Apart from this, you can also tick the checkbox Abort on fatal errors. In this case, if a diagnostic message with the severity level KDEBUG_FATAL is output, the application aborts with a SIGABRT after outputting the message. - -When you close the dialogue by pressing OK, your entries apply immediately and are saved in kdebugrc. When you press Cancel, your entries are discarded and the old ones are restored. - -Credits to Kalle Dalheimer for the original version of &kdebugdialog; - - - -&documentation.index; -
- - - diff --git a/tde-i18n-en_GB/docs/tdebase/tdedebugdialog/CMakeLists.txt b/tde-i18n-en_GB/docs/tdebase/tdedebugdialog/CMakeLists.txt new file mode 100644 index 00000000000..60ce1f4b375 --- /dev/null +++ b/tde-i18n-en_GB/docs/tdebase/tdedebugdialog/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION tdedebugdialog + LANG en_GB +) diff --git a/tde-i18n-en_GB/docs/tdebase/tdedebugdialog/Makefile.am b/tde-i18n-en_GB/docs/tdebase/tdedebugdialog/Makefile.am new file mode 100644 index 00000000000..b70758c2245 --- /dev/null +++ b/tde-i18n-en_GB/docs/tdebase/tdedebugdialog/Makefile.am @@ -0,0 +1,4 @@ +KDE_LANG = en_GB +SUBDIRS = $(AUTODIRS) +KDE_DOCS = tdedebugdialog +KDE_MANS = AUTO diff --git a/tde-i18n-en_GB/docs/tdebase/tdedebugdialog/index.docbook b/tde-i18n-en_GB/docs/tdebase/tdedebugdialog/index.docbook new file mode 100644 index 00000000000..da8a975e139 --- /dev/null +++ b/tde-i18n-en_GB/docs/tdebase/tdedebugdialog/index.docbook @@ -0,0 +1,206 @@ + +TDEDebugDialog"> + + + + + +]> + + + +The &tdedebugdialog; Handbook + + +&David.Faure; &David.Faure.mail; +MalcolmHunter
malcolm.hunter@gmx.co.uk
Conversion to British English
+
+ +2001-02-13 +0.03.00 + + +This document describes &tdedebugdialog;. + + + +KDE +TDEDebugdialog + +
+ + +What is TDEDebugDialog? + +It is a dialogue box for managing diagnostic messages at runtime. + +If you simply start tdedebugdialog, you will see a list of areas, that can be disabled or enabled. A kdDebug(area) call in the code will show something in the debug output only if the area is enabled. + +Note that kdWarning, kdError and kdFatal always appear, they are NOT controlled by this setting. + + + +Area + +The areas which should only be output. Every message that is not mentioned here will simply not be output (unless this field remains empty, which is the default, and means that all messages should be output). You can enter several areas separated by commas here, and you can also use area ranges with the syntax start-end. Thus a valid entry could be: 117,214-289,356-359,221. Do not use whitespaces. + + + + +If you start tdedebugdialog , then for every severity level you can define separately what should be done with the diagnostic messages of that level, and the same for each debug area. + +In full mode, first you should select the debug area you are interested in from the drop down list at the top. + +You may independently set the output for various types of messages: + + +Information +Warning +Error +Fatal Error + + +For each of these types, you can set the following: + + + +Output to: + +In this Combobox, you can choose where the messages should be output. The choices are: File, Message Box, Shell (meaning stderr) and Syslog. Please do not direct fatal messages to syslog unless you are the system administrator yourself. The default is Message Box. + + + + +Filename: +This is only enabled when you have chosen File as the output and provides the name of that file (which is interpreted as relative to the current folder). The default is kdebug.dbg. + + + + +Apart from this, you can also tick the checkbox Abort on fatal errors. In this case, if a diagnostic message with the severity level KDEBUG_FATAL is output, the application aborts with a SIGABRT after outputting the message. + +When you close the dialogue by pressing OK, your entries apply immediately and are saved in kdebugrc. When you press Cancel, your entries are discarded and the old ones are restored. + +Credits to Kalle Dalheimer for the original version of &tdedebugdialog; + + + +&documentation.index; +
+ + + diff --git a/tde-i18n-en_GB/messages/tdebase/kdebugdialog.po b/tde-i18n-en_GB/messages/tdebase/kdebugdialog.po deleted file mode 100644 index 6905295a8e3..00000000000 --- a/tde-i18n-en_GB/messages/tdebase/kdebugdialog.po +++ /dev/null @@ -1,93 +0,0 @@ -# translation of kdebugdialog.po to British English -# Copyright (C) 2004 Free Software Foundation, Inc. -# Andrew Coles , 2004. -# -msgid "" -msgstr "" -"Project-Id-Version: kdebugdialog\n" -"POT-Creation-Date: 2005-05-18 21:24+0200\n" -"PO-Revision-Date: 2004-07-14 11:10+0100\n" -"Last-Translator: Andrew Coles \n" -"Language-Team: British English \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: KBabel 1.9\n" - -#: _translatorinfo.cpp:1 -msgid "" -"_: NAME OF TRANSLATORS\n" -"Your names" -msgstr "Aston Clulow & John Knight" - -#: _translatorinfo.cpp:3 -msgid "" -"_: EMAIL OF TRANSLATORS\n" -"Your emails" -msgstr "clulow@upnaway.com & anarchist_tomato@herzeleid.net" - -#: kdebugdialog.cpp:46 tdelistdebugdialog.cpp:37 -msgid "Debug Settings" -msgstr "Debug Settings" - -#: kdebugdialog.cpp:51 -msgid "Debug area:" -msgstr "Debug area:" - -#: kdebugdialog.cpp:67 -msgid "Message Box" -msgstr "Message Box" - -#: kdebugdialog.cpp:68 -msgid "Shell" -msgstr "Shell" - -#: kdebugdialog.cpp:69 -msgid "Syslog" -msgstr "Syslog" - -#: kdebugdialog.cpp:70 -msgid "None" -msgstr "None" - -#: kdebugdialog.cpp:79 kdebugdialog.cpp:104 kdebugdialog.cpp:129 -#: kdebugdialog.cpp:154 -msgid "Output to:" -msgstr "Output to:" - -#: kdebugdialog.cpp:86 kdebugdialog.cpp:111 kdebugdialog.cpp:136 -#: kdebugdialog.cpp:161 -msgid "Filename:" -msgstr "File name:" - -#: kdebugdialog.cpp:150 -msgid "Fatal Error" -msgstr "Fatal Error" - -#: kdebugdialog.cpp:173 -msgid "Abort on fatal errors" -msgstr "Abort on fatal errors" - -#: tdelistdebugdialog.cpp:56 -msgid "&Select All" -msgstr "&Select All" - -#: tdelistdebugdialog.cpp:57 -msgid "&Deselect All" -msgstr "&Deselect All" - -#: main.cpp:72 -msgid "Show the fully-fledged dialog instead of the default list dialog" -msgstr "Show the fully-fledged dialogue instead of the default list dialogue" - -#: main.cpp:80 -msgid "KDebugDialog" -msgstr "KDebugDialogue" - -#: main.cpp:81 -msgid "A dialog box for setting preferences for debug output" -msgstr "A dialogue box for setting preferences for debug output" - -#: main.cpp:83 -msgid "Maintainer" -msgstr "Maintainer" diff --git a/tde-i18n-en_GB/messages/tdebase/tdedebugdialog.po b/tde-i18n-en_GB/messages/tdebase/tdedebugdialog.po new file mode 100644 index 00000000000..b4d805d6a7a --- /dev/null +++ b/tde-i18n-en_GB/messages/tdebase/tdedebugdialog.po @@ -0,0 +1,93 @@ +# translation of tdedebugdialog.po to British English +# Copyright (C) 2004 Free Software Foundation, Inc. +# Andrew Coles , 2004. +# +msgid "" +msgstr "" +"Project-Id-Version: tdedebugdialog\n" +"POT-Creation-Date: 2005-05-18 21:24+0200\n" +"PO-Revision-Date: 2004-07-14 11:10+0100\n" +"Last-Translator: Andrew Coles \n" +"Language-Team: British English \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.9\n" + +#: _translatorinfo.cpp:1 +msgid "" +"_: NAME OF TRANSLATORS\n" +"Your names" +msgstr "Aston Clulow & John Knight" + +#: _translatorinfo.cpp:3 +msgid "" +"_: EMAIL OF TRANSLATORS\n" +"Your emails" +msgstr "clulow@upnaway.com & anarchist_tomato@herzeleid.net" + +#: tdedebugdialog.cpp:46 tdelistdebugdialog.cpp:37 +msgid "Debug Settings" +msgstr "Debug Settings" + +#: tdedebugdialog.cpp:51 +msgid "Debug area:" +msgstr "Debug area:" + +#: tdedebugdialog.cpp:67 +msgid "Message Box" +msgstr "Message Box" + +#: tdedebugdialog.cpp:68 +msgid "Shell" +msgstr "Shell" + +#: tdedebugdialog.cpp:69 +msgid "Syslog" +msgstr "Syslog" + +#: tdedebugdialog.cpp:70 +msgid "None" +msgstr "None" + +#: tdedebugdialog.cpp:79 tdedebugdialog.cpp:104 tdedebugdialog.cpp:129 +#: tdedebugdialog.cpp:154 +msgid "Output to:" +msgstr "Output to:" + +#: tdedebugdialog.cpp:86 tdedebugdialog.cpp:111 tdedebugdialog.cpp:136 +#: tdedebugdialog.cpp:161 +msgid "Filename:" +msgstr "File name:" + +#: tdedebugdialog.cpp:150 +msgid "Fatal Error" +msgstr "Fatal Error" + +#: tdedebugdialog.cpp:173 +msgid "Abort on fatal errors" +msgstr "Abort on fatal errors" + +#: tdelistdebugdialog.cpp:56 +msgid "&Select All" +msgstr "&Select All" + +#: tdelistdebugdialog.cpp:57 +msgid "&Deselect All" +msgstr "&Deselect All" + +#: main.cpp:72 +msgid "Show the fully-fledged dialog instead of the default list dialog" +msgstr "Show the fully-fledged dialogue instead of the default list dialogue" + +#: main.cpp:80 +msgid "TDEDebugDialog" +msgstr "TDEDebugDialogue" + +#: main.cpp:81 +msgid "A dialog box for setting preferences for debug output" +msgstr "A dialogue box for setting preferences for debug output" + +#: main.cpp:83 +msgid "Maintainer" +msgstr "Maintainer" -- cgit v1.2.1