diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2014-01-06 02:24:46 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2014-01-06 02:24:46 +0100 |
commit | dfdb8a6de3b737fcfdee6c3ca836c730e2ef83a6 (patch) | |
tree | b57b616e3936211458d566e3fc208e2e6e988e0d /tde-i18n-en_GB | |
parent | bf754acc132242bfabe165be4e2cb9e556068e8d (diff) | |
download | tde-i18n-dfdb8a6de3b737fcfdee6c3ca836c730e2ef83a6.tar.gz tde-i18n-dfdb8a6de3b737fcfdee6c3ca836c730e2ef83a6.zip |
Rename kdebugdialog -> tdedebugdialog
Diffstat (limited to 'tde-i18n-en_GB')
-rw-r--r-- | tde-i18n-en_GB/configure.in | 2 | ||||
-rw-r--r-- | tde-i18n-en_GB/docs/tdebase/tdedebugdialog/CMakeLists.txt (renamed from tde-i18n-en_GB/docs/tdebase/kdebugdialog/CMakeLists.txt) | 2 | ||||
-rw-r--r-- | tde-i18n-en_GB/docs/tdebase/tdedebugdialog/Makefile.am (renamed from tde-i18n-en_GB/docs/tdebase/kdebugdialog/Makefile.am) | 2 | ||||
-rw-r--r-- | tde-i18n-en_GB/docs/tdebase/tdedebugdialog/index.docbook (renamed from tde-i18n-en_GB/docs/tdebase/kdebugdialog/index.docbook) | 20 | ||||
-rw-r--r-- | tde-i18n-en_GB/messages/tdebase/tdedebugdialog.po (renamed from tde-i18n-en_GB/messages/tdebase/kdebugdialog.po) | 32 |
5 files changed, 29 insertions, 29 deletions
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/tdedebugdialog/CMakeLists.txt index 4a29dabb5e7..60ce1f4b375 100644 --- a/tde-i18n-en_GB/docs/tdebase/kdebugdialog/CMakeLists.txt +++ b/tde-i18n-en_GB/docs/tdebase/tdedebugdialog/CMakeLists.txt @@ -1,6 +1,6 @@ # This file is genereted by triniy-automake-cmake-convert script by Fat-Zer tde_create_handbook( - DESTINATION kdebugdialog + DESTINATION tdedebugdialog LANG en_GB ) diff --git a/tde-i18n-en_GB/docs/tdebase/kdebugdialog/Makefile.am b/tde-i18n-en_GB/docs/tdebase/tdedebugdialog/Makefile.am index 9ad90741fb7..b70758c2245 100644 --- a/tde-i18n-en_GB/docs/tdebase/kdebugdialog/Makefile.am +++ b/tde-i18n-en_GB/docs/tdebase/tdedebugdialog/Makefile.am @@ -1,4 +1,4 @@ KDE_LANG = en_GB SUBDIRS = $(AUTODIRS) -KDE_DOCS = kdebugdialog +KDE_DOCS = tdedebugdialog KDE_MANS = AUTO diff --git a/tde-i18n-en_GB/docs/tdebase/kdebugdialog/index.docbook b/tde-i18n-en_GB/docs/tdebase/tdedebugdialog/index.docbook index 085fd300c1f..da8a975e139 100644 --- a/tde-i18n-en_GB/docs/tdebase/kdebugdialog/index.docbook +++ b/tde-i18n-en_GB/docs/tdebase/tdedebugdialog/index.docbook @@ -1,10 +1,10 @@ <?xml version="1.0" ?> <!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [ - <!ENTITY kdebugdialog "<application ->KDebugDialog</application + <!ENTITY tdedebugdialog "<application +>TDEDebugDialog</application >"> - <!ENTITY kappname "&kdebugdialog;"> + <!ENTITY kappname "&tdedebugdialog;"> <!ENTITY % addindex "IGNORE"> <!ENTITY % British-English "INCLUDE" > <!-- change language only here --> @@ -15,7 +15,7 @@ <book lang="&language;"> <bookinfo> <title ->The &kdebugdialog; Handbook</title> +>The &tdedebugdialog; Handbook</title> <authorgroup> <author @@ -44,27 +44,27 @@ <abstract> <para ->This document describes &kdebugdialog;.</para> +>This document describes &tdedebugdialog;.</para> </abstract> <keywordset> <keyword >KDE</keyword> <keyword ->KDebugdialog</keyword> +>TDEDebugdialog</keyword> </keywordset> </bookinfo> <chapter id="Introduction"> <title ->What is KDebugDialog?</title> +>What is TDEDebugDialog?</title> <para >It is a dialogue box for managing diagnostic messages at runtime. </para> <para >If you simply start <command ->kdebugdialog</command +>tdedebugdialog</command >, you will see a list of <quote >areas</quote >, that can be disabled or enabled. A <function @@ -91,7 +91,7 @@ <para >If you start <command ->kdebugdialog</command +>tdedebugdialog</command > <option >--fullmode</option >, 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.</para> @@ -188,7 +188,7 @@ >, your entries are discarded and the old ones are restored.</para> <para ->Credits to Kalle Dalheimer for the original version of &kdebugdialog;</para> +>Credits to Kalle Dalheimer for the original version of &tdedebugdialog;</para> </chapter> diff --git a/tde-i18n-en_GB/messages/tdebase/kdebugdialog.po b/tde-i18n-en_GB/messages/tdebase/tdedebugdialog.po index 6905295a8e3..b4d805d6a7a 100644 --- a/tde-i18n-en_GB/messages/tdebase/kdebugdialog.po +++ b/tde-i18n-en_GB/messages/tdebase/tdedebugdialog.po @@ -1,10 +1,10 @@ -# translation of kdebugdialog.po to British English +# translation of tdedebugdialog.po to British English # Copyright (C) 2004 Free Software Foundation, Inc. # Andrew Coles <andrew_coles@yahoo.co.uk>, 2004. # msgid "" msgstr "" -"Project-Id-Version: kdebugdialog\n" +"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 <andrew_coles@yahoo.co.uk>\n" @@ -26,45 +26,45 @@ msgid "" "Your emails" msgstr "clulow@upnaway.com & anarchist_tomato@herzeleid.net" -#: kdebugdialog.cpp:46 tdelistdebugdialog.cpp:37 +#: tdedebugdialog.cpp:46 tdelistdebugdialog.cpp:37 msgid "Debug Settings" msgstr "Debug Settings" -#: kdebugdialog.cpp:51 +#: tdedebugdialog.cpp:51 msgid "Debug area:" msgstr "Debug area:" -#: kdebugdialog.cpp:67 +#: tdedebugdialog.cpp:67 msgid "Message Box" msgstr "Message Box" -#: kdebugdialog.cpp:68 +#: tdedebugdialog.cpp:68 msgid "Shell" msgstr "Shell" -#: kdebugdialog.cpp:69 +#: tdedebugdialog.cpp:69 msgid "Syslog" msgstr "Syslog" -#: kdebugdialog.cpp:70 +#: tdedebugdialog.cpp:70 msgid "None" msgstr "None" -#: kdebugdialog.cpp:79 kdebugdialog.cpp:104 kdebugdialog.cpp:129 -#: kdebugdialog.cpp:154 +#: tdedebugdialog.cpp:79 tdedebugdialog.cpp:104 tdedebugdialog.cpp:129 +#: tdedebugdialog.cpp:154 msgid "Output to:" msgstr "Output to:" -#: kdebugdialog.cpp:86 kdebugdialog.cpp:111 kdebugdialog.cpp:136 -#: kdebugdialog.cpp:161 +#: tdedebugdialog.cpp:86 tdedebugdialog.cpp:111 tdedebugdialog.cpp:136 +#: tdedebugdialog.cpp:161 msgid "Filename:" msgstr "File name:" -#: kdebugdialog.cpp:150 +#: tdedebugdialog.cpp:150 msgid "Fatal Error" msgstr "Fatal Error" -#: kdebugdialog.cpp:173 +#: tdedebugdialog.cpp:173 msgid "Abort on fatal errors" msgstr "Abort on fatal errors" @@ -81,8 +81,8 @@ 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" +msgid "TDEDebugDialog" +msgstr "TDEDebugDialogue" #: main.cpp:81 msgid "A dialog box for setting preferences for debug output" |