diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 19:59:21 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 20:45:30 +0200 |
commit | f1d570183a654b6dba86f463d96931399757e11e (patch) | |
tree | bee0cf53d8ce4a4bb0394b1daf3a210aa342ea6d /tde-i18n-ss | |
parent | 4b6e7a349ae63502f0b50c9be255ec4356bec1f4 (diff) | |
download | tde-i18n-f1d570183a654b6dba86f463d96931399757e11e.tar.gz tde-i18n-f1d570183a654b6dba86f463d96931399757e11e.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'tde-i18n-ss')
33 files changed, 2352 insertions, 2352 deletions
diff --git a/tde-i18n-ss/acinclude.m4 b/tde-i18n-ss/acinclude.m4 index 0d1ecb5ac3c..d16ff72c577 100644 --- a/tde-i18n-ss/acinclude.m4 +++ b/tde-i18n-ss/acinclude.m4 @@ -602,11 +602,11 @@ AC_DEFUN([KDE_SUBST_PROGRAMS], fi if test -n "$kde32ornewer"; then - KDE_FIND_PATH(kconfig_compiler, KCONFIG_COMPILER, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kconfig_compiler)]) + KDE_FIND_PATH(tdeconfig_compiler, KCONFIG_COMPILER, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tdeconfig_compiler)]) KDE_FIND_PATH(dcopidlng, DCOPIDLNG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(dcopidlng)]) fi if test -n "$kde33ornewer"; then - KDE_FIND_PATH(makekdewidgets, MAKEKDEWIDGETS, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(makekdewidgets)]) + KDE_FIND_PATH(maketdewidgets, MAKEKDEWIDGETS, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(maketdewidgets)]) AC_SUBST(MAKEKDEWIDGETS) fi KDE_FIND_PATH(xmllint, XMLLINT, [${prefix}/bin ${exec_prefix}/bin], [XMLLINT=""]) @@ -1812,7 +1812,7 @@ if test "$kde_qtver" = 1; then kde_check_lib="libtdecore.la" else kde_check_header="ksharedptr.h" - kde_check_lib="libkio.la" + kde_check_lib="libtdeio.la" fi if test -z "$1"; then @@ -2094,41 +2094,41 @@ if test $kde_qtver = 3; then AC_SUBST(LIB_KDED, $lib_kded) AC_SUBST(LIB_TDECORE, "-ltdecore") AC_SUBST(LIB_TDEUI, "-ltdeui") - AC_SUBST(LIB_KIO, "-ltdeio") + AC_SUBST(LIB_TDEIO, "-ltdeio") AC_SUBST(LIB_KJS, "-lkjs") AC_SUBST(LIB_SMB, "-lsmb") AC_SUBST(LIB_KAB, "-lkab") - AC_SUBST(LIB_KABC, "-lkabc") - AC_SUBST(LIB_KHTML, "-lkhtml") - AC_SUBST(LIB_KSPELL, "-lkspell") - AC_SUBST(LIB_KPARTS, "-lkparts") + AC_SUBST(LIB_KABC, "-ltdeabc") + AC_SUBST(LIB_TDEHTML, "-ltdehtml") + AC_SUBST(LIB_TDESPELL, "-ltdespell") + AC_SUBST(LIB_TDEPARTS, "-ltdeparts") AC_SUBST(LIB_TDEPRINT, "-ltdeprint") - AC_SUBST(LIB_KUTILS, "-lkutils") + AC_SUBST(LIB_TDEUTILS, "-ltdeutils") AC_SUBST(LIB_TDEPIM, "-ltdepim") - AC_SUBST(LIB_KIMPROXY, "-lkimproxy") + AC_SUBST(LIB_TDEIMPROXY, "-ltdeimproxy") AC_SUBST(LIB_KNEWSTUFF, "-lknewstuff") - AC_SUBST(LIB_KDNSSD, "-lkdnssd") - AC_SUBST(LIB_KUNITTEST, "-lkunittest") + AC_SUBST(LIB_TDEDNSSD, "-ltdednssd") + AC_SUBST(LIB_TDEUNITTEST, "-ltdeunittest") # these are for backward compatibility - AC_SUBST(LIB_KSYCOCA, "-ltdeio") + AC_SUBST(LIB_TDESYCOCA, "-ltdeio") AC_SUBST(LIB_KFILE, "-ltdeio") elif test $kde_qtver = 2; then AC_SUBST(LIB_TDECORE, "-ltdecore") AC_SUBST(LIB_TDEUI, "-ltdeui") - AC_SUBST(LIB_KIO, "-ltdeio") - AC_SUBST(LIB_KSYCOCA, "-lksycoca") + AC_SUBST(LIB_TDEIO, "-ltdeio") + AC_SUBST(LIB_TDESYCOCA, "-ltdesycoca") AC_SUBST(LIB_SMB, "-lsmb") - AC_SUBST(LIB_KFILE, "-lkfile") + AC_SUBST(LIB_KFILE, "-ltdefile") AC_SUBST(LIB_KAB, "-lkab") - AC_SUBST(LIB_KHTML, "-lkhtml") - AC_SUBST(LIB_KSPELL, "-lkspell") - AC_SUBST(LIB_KPARTS, "-lkparts") + AC_SUBST(LIB_TDEHTML, "-ltdehtml") + AC_SUBST(LIB_TDESPELL, "-ltdespell") + AC_SUBST(LIB_TDEPARTS, "-ltdeparts") AC_SUBST(LIB_TDEPRINT, "-ltdeprint") else AC_SUBST(LIB_TDECORE, "-ltdecore -lXext $(LIB_QT)") AC_SUBST(LIB_TDEUI, "-ltdeui $(LIB_TDECORE)") AC_SUBST(LIB_KFM, "-lkfm $(LIB_TDECORE)") - AC_SUBST(LIB_KFILE, "-lkfile $(LIB_KFM) $(LIB_TDEUI)") + AC_SUBST(LIB_KFILE, "-ltdefile $(LIB_KFM) $(LIB_TDEUI)") AC_SUBST(LIB_KAB, "-lkab $(LIB_KIMGIO) $(LIB_TDECORE)") fi ]) @@ -2571,7 +2571,7 @@ AC_FIND_FILE(jpeglib.h, $jpeg_incdirs, jpeg_incdir) test "x$jpeg_incdir" = xNO && jpeg_incdir= dnl if headers _and_ libraries are missing, this is no error, and we -dnl continue with a warning (the user will get no jpeg support in khtml) +dnl continue with a warning (the user will get no jpeg support in tdehtml) dnl if only one is missing, it means a configuration error, but we still dnl only warn if test -n "$jpeg_incdir" && test -n "$LIBJPEG" ; then @@ -3514,7 +3514,7 @@ LIBTOOL_SHELL="/bin/sh ./libtool" KDE_PLUGIN="-avoid-version -module -no-undefined \$(KDE_NO_UNDEFINED) \$(KDE_RPATH) \$(KDE_MT_LDFLAGS)" AC_SUBST(KDE_PLUGIN) -# This hack ensures that libtool creates shared libs for kunittest plugins. By default check_LTLIBRARIES makes static libs. +# This hack ensures that libtool creates shared libs for tdeunittest plugins. By default check_LTLIBRARIES makes static libs. KDE_CHECK_PLUGIN="\$(KDE_PLUGIN) -rpath \$(libdir)" AC_SUBST(KDE_CHECK_PLUGIN) diff --git a/tde-i18n-ss/messages/tdebase/kcmcgi.po b/tde-i18n-ss/messages/tdebase/kcmcgi.po index 2b0d3d642af..956bf176c7b 100644 --- a/tde-i18n-ss/messages/tdebase/kcmcgi.po +++ b/tde-i18n-ss/messages/tdebase/kcmcgi.po @@ -39,8 +39,8 @@ msgid "kcmcgi" msgstr "kcmcgi" #: kcmcgi.cpp:72 -msgid "CGI KIO Slave Control Module" -msgstr "Sahluko sekulawula sesigcila se CGI KIO " +msgid "CGI TDEIO Slave Control Module" +msgstr "Sahluko sekulawula sesigcila se CGI TDEIO " #: kcmcgi.cpp:74 msgid "(c) 2002 Cornelius Schumacher" @@ -49,10 +49,10 @@ msgstr "(c) 2002 Cornelius Schumacher" #: kcmcgi.cpp:147 #, fuzzy msgid "" -"<h1>CGI Scripts</h1> The CGI KIO slave lets you execute local CGI programs " +"<h1>CGI Scripts</h1> The CGI TDEIO slave lets you execute local CGI programs " "without the need to run a web server. In this control module you can configure " "the paths that are searched for CGI scripts." msgstr "" -"<h1>Luhlelo lwe CGI</h1> Sigcila se CGI KIO sikuvumela kutsi uchube tinhlelo " +"<h1>Luhlelo lwe CGI</h1> Sigcila se CGI TDEIO sikuvumela kutsi uchube tinhlelo " "teCGI yangekhatsi ngaphandle kwesidzingo sekusebentisa sigcini se-web. " "Kulesahluko sekulawula ungahlela tindlela letiseshiwe temabhuku yhe CGI." diff --git a/tde-i18n-ss/messages/tdebase/kcmkonqhtml.po b/tde-i18n-ss/messages/tdebase/kcmkonqhtml.po index 742c83f0c0c..f5b0aa86020 100644 --- a/tde-i18n-ss/messages/tdebase/kcmkonqhtml.po +++ b/tde-i18n-ss/messages/tdebase/kcmkonqhtml.po @@ -486,7 +486,7 @@ msgid "&Use security manager" msgstr "&Sebentisa kuphepha kwesiphatsi" #: javaopts.cpp:89 -msgid "Use &KIO" +msgid "Use &TDEIO" msgstr "" #: javaopts.cpp:93 @@ -557,7 +557,7 @@ msgid "" msgstr "" #: javaopts.cpp:161 -msgid "Enabling this will cause the jvm to use KIO for network transport " +msgid "Enabling this will cause the jvm to use TDEIO for network transport " msgstr "" #: javaopts.cpp:163 diff --git a/tde-i18n-ss/messages/tdebase/kcmkurifilt.po b/tde-i18n-ss/messages/tdebase/kcmkurifilt.po index cb715a3339b..ad1c7e16262 100644 --- a/tde-i18n-ss/messages/tdebase/kcmkurifilt.po +++ b/tde-i18n-ss/messages/tdebase/kcmkurifilt.po @@ -316,20 +316,20 @@ msgstr "" msgid "Keep It" msgstr "Kugcine" -#: plugins/shorturi/kshorturifilter.cpp:277 +#: plugins/shorturi/tdeshorturifilter.cpp:277 #, fuzzy msgid "<qt><b>%1</b> does not have a home folder.</qt>" msgstr "<qt><b>%1</b> alinayo i-directory yasekhaya!</qt>" -#: plugins/shorturi/kshorturifilter.cpp:278 +#: plugins/shorturi/tdeshorturifilter.cpp:278 msgid "<qt>There is no user called <b>%1</b>.</qt>" msgstr "<qt>Akukho msebentisi lobitwa <b>%1</b>.</qt>" -#: plugins/shorturi/kshorturifilter.cpp:504 +#: plugins/shorturi/tdeshorturifilter.cpp:504 msgid "<qt>The file or folder <b>%1</b> does not exist." msgstr "" -#: plugins/shorturi/kshorturifilter.cpp:521 +#: plugins/shorturi/tdeshorturifilter.cpp:521 msgid "&ShortURLs" msgstr "&ShortURLs" diff --git a/tde-i18n-ss/messages/tdebase/kcmkio.po b/tde-i18n-ss/messages/tdebase/kcmtdeio.po index d0847e21362..77dbb670533 100644 --- a/tde-i18n-ss/messages/tdebase/kcmkio.po +++ b/tde-i18n-ss/messages/tdebase/kcmtdeio.po @@ -1642,13 +1642,13 @@ msgstr "" msgid "Delete all identifiers." msgstr "" -#. i18n: file kio_ftprc.kcfg line 10 +#. i18n: file tdeio_ftprc.kcfg line 10 #: rc.cpp:692 #, no-c-format msgid "Disable Passive FTP" msgstr "" -#. i18n: file kio_ftprc.kcfg line 11 +#. i18n: file tdeio_ftprc.kcfg line 11 #: rc.cpp:695 #, no-c-format msgid "" @@ -1657,13 +1657,13 @@ msgid "" "may not support Passive FTP though." msgstr "" -#. i18n: file kio_ftprc.kcfg line 16 +#. i18n: file tdeio_ftprc.kcfg line 16 #: rc.cpp:698 #, no-c-format msgid "Mark partially uploaded files" msgstr "" -#. i18n: file kio_ftprc.kcfg line 17 +#. i18n: file tdeio_ftprc.kcfg line 17 #: rc.cpp:701 #, no-c-format msgid "" diff --git a/tde-i18n-ss/messages/tdebase/kdebugdialog.po b/tde-i18n-ss/messages/tdebase/kdebugdialog.po index 00d8d05708f..f44fbe4d33d 100644 --- a/tde-i18n-ss/messages/tdebase/kdebugdialog.po +++ b/tde-i18n-ss/messages/tdebase/kdebugdialog.po @@ -26,7 +26,7 @@ msgid "" "Your emails" msgstr "adam@translate.org.za" -#: kdebugdialog.cpp:46 klistdebugdialog.cpp:37 +#: kdebugdialog.cpp:46 tdelistdebugdialog.cpp:37 msgid "Debug Settings" msgstr "Kuhleleka kwekususa ema bug" @@ -69,11 +69,11 @@ msgstr "Liphutsa lelibi" msgid "Abort on fatal errors" msgstr "Bulala kumaphutsa lamabi" -#: klistdebugdialog.cpp:56 +#: tdelistdebugdialog.cpp:56 msgid "&Select All" msgstr "&Khetsa konkhe" -#: klistdebugdialog.cpp:57 +#: tdelistdebugdialog.cpp:57 msgid "&Deselect All" msgstr "&Buyisela emuva konkhe" diff --git a/tde-i18n-ss/messages/tdebase/ktip.po b/tde-i18n-ss/messages/tdebase/ktip.po index dc740b65bb0..3493085fff3 100644 --- a/tde-i18n-ss/messages/tdebase/ktip.po +++ b/tde-i18n-ss/messages/tdebase/ktip.po @@ -49,7 +49,7 @@ msgid "" "also useful sites for major applications like\n" "<A HREF=\"http://www.konqueror.org/\">Konqueror</A>,\n" "<A HREF=\"http://www.koffice.org/\">KOffice</A> and\n" -"<A HREF=\"http://www.tdevelop.org/\">KDevelop</A>, or important\n" +"<A HREF=\"http://www.kdevelop.org/\">KDevelop</A>, or important\n" "TDE utilities like\n" "<A HREF=\"http://printing.kde.org/\">TDEPrint</A>,\n" "which can be put to its full usage even outside TDE...\n" @@ -65,7 +65,7 @@ msgstr "" "futsi emacala lanemsebenti lomkhulu etukweticelo letikhulu njenge\n" "<A HREF=\"http://www.konqueror.org/\">Konqueror</A>, \n" "<A HREF=\"http://www.koffice.org/\">KOffice</A> futsi\n" -"<A HREF=\"http://www.tdevelop.org/\">KDevelop</A>, kumbe lokubalulekile\n" +"<A HREF=\"http://www.kdevelop.org/\">KDevelop</A>, kumbe lokubalulekile\n" "TDE tisetjentiswa njenge\n" "<A HREF=\"http://printing.kde.org/\">TDEPrint</A>,\n" "lokungafakwa ekusebenteni kwako lokugcwele ngisho nangaphandle kwe TDE...\n" diff --git a/tde-i18n-ss/messages/tdebase/tdefontinst.po b/tde-i18n-ss/messages/tdebase/tdefontinst.po index daea0880407..dcd0f000c5b 100644 --- a/tde-i18n-ss/messages/tdebase/tdefontinst.po +++ b/tde-i18n-ss/messages/tdebase/tdefontinst.po @@ -1,10 +1,10 @@ -# translation of kfontviewpart.po to Siswati +# translation of tdefontviewpart.po to Siswati # Copyright (C) 2002 Free Software Foundation, Inc. # Adam Mathebula <adam@translate.org.za>, 2002 # msgid "" msgstr "" -"Project-Id-Version: kfontviewpart\n" +"Project-Id-Version: tdefontviewpart\n" "POT-Creation-Date: 2008-06-16 02:37+0200\n" "PO-Revision-Date: 2002-11-02 08:56+0200\n" "Last-Translator: Adam Mathebula <adam@translate.org.za>\n" @@ -188,7 +188,7 @@ msgstr "" #: kcmfontinst/PrintDialog.cpp:49 #, fuzzy msgid "Font size:" -msgstr "KFontViewPart" +msgstr "TDEFontViewPart" #: kcmfontinst/PrintDialog.cpp:51 msgid "Waterfall" @@ -267,76 +267,76 @@ msgstr "" msgid "Do Not Update" msgstr "" -#: kfile-plugin/KFileFont.cpp:287 +#: tdefile-plugin/KFileFont.cpp:287 msgid "General" msgstr "Lokuvamile" -#: kfile-plugin/KFileFont.cpp:289 +#: tdefile-plugin/KFileFont.cpp:289 msgid "Full Name" msgstr "Ligama leligcwele" -#: kfile-plugin/KFileFont.cpp:290 +#: tdefile-plugin/KFileFont.cpp:290 msgid "Family" msgstr "Umndeni" -#: kfile-plugin/KFileFont.cpp:291 +#: tdefile-plugin/KFileFont.cpp:291 msgid "Foundry" msgstr "I-Foundry" -#: kfile-plugin/KFileFont.cpp:292 +#: tdefile-plugin/KFileFont.cpp:292 msgid "Weight" msgstr "Sisindvo" -#: kfile-plugin/KFileFont.cpp:297 +#: tdefile-plugin/KFileFont.cpp:297 msgid "Slant" msgstr "Ngacacile" -#: kio/KioFonts.cpp:905 kio/KioFonts.cpp:2371 +#: tdeio/KioFonts.cpp:905 tdeio/KioFonts.cpp:2371 msgid "Please specify \"%1\" or \"%2\"." msgstr "" -#: kio/KioFonts.cpp:1101 kio/KioFonts.cpp:1153 kio/KioFonts.cpp:1168 -#: kio/KioFonts.cpp:1393 kio/KioFonts.cpp:1598 kio/KioFonts.cpp:1659 +#: tdeio/KioFonts.cpp:1101 tdeio/KioFonts.cpp:1153 tdeio/KioFonts.cpp:1168 +#: tdeio/KioFonts.cpp:1393 tdeio/KioFonts.cpp:1598 tdeio/KioFonts.cpp:1659 msgid "Could not access \"%1\" folder." msgstr "" -#: kio/KioFonts.cpp:1515 +#: tdeio/KioFonts.cpp:1515 msgid "Sorry, fonts cannot be renamed." msgstr "" -#: kio/KioFonts.cpp:1920 +#: tdeio/KioFonts.cpp:1920 msgid "" "Incorrect password.\n" msgstr "" -#: kio/KioFonts.cpp:1963 +#: tdeio/KioFonts.cpp:1963 msgid "" "Do you wish to install the font into \"%1\" (in which case the font will only " "be usable by you), or \"%2\" (the font will be usable by all users - but you " "will need to know the administrator's password)?" msgstr "" -#: kio/KioFonts.cpp:1968 +#: tdeio/KioFonts.cpp:1968 #, fuzzy msgid "Where to Install" msgstr "Faka..." -#: kio/KioFonts.cpp:2067 +#: tdeio/KioFonts.cpp:2067 msgid "Internal fontconfig error." msgstr "" -#: kio/KioFonts.cpp:2102 +#: tdeio/KioFonts.cpp:2102 msgid "Could not access \"%1\"." msgstr "" -#: kio/KioFonts.cpp:2146 +#: tdeio/KioFonts.cpp:2146 msgid "" "<p>Only fonts may be installed.</p>" "<p>If installing a fonts package (*%1), then extract the components, and " "install individually.</p>" msgstr "" -#: kio/KioFonts.cpp:2309 +#: tdeio/KioFonts.cpp:2309 msgid "" "<p>This font is located in a file alongside other fonts; in order to proceed " "with the moving they will all have to be moved. The other affected fonts " @@ -346,7 +346,7 @@ msgid "" " Do you wish to move all of these?</p>" msgstr "" -#: kio/KioFonts.cpp:2314 +#: tdeio/KioFonts.cpp:2314 msgid "" "<p>This font is located in a file alongside other fonts; in order to proceed " "with the copying they will all have to be copied. The other affected fonts " @@ -356,7 +356,7 @@ msgid "" " Do you wish to copy all of these?</p>" msgstr "" -#: kio/KioFonts.cpp:2318 +#: tdeio/KioFonts.cpp:2318 msgid "" "<p>This font is located in a file alongside other fonts; in order to proceed " "with the deleting they will all have to be deleted. The other affected fonts " @@ -366,7 +366,7 @@ msgid "" " Do you wish to delete all of these?</p>" msgstr "" -#: kio/KioFonts.cpp:2391 +#: tdeio/KioFonts.cpp:2391 msgid "" "Sorry, you cannot rename, move, copy, or delete either \"%1\" or \"%2\"." msgstr "" @@ -456,7 +456,7 @@ msgstr "" #: viewpart/FontViewPartFactory.cpp:78 #, fuzzy msgid "CFontViewPart" -msgstr "KFontViewPart" +msgstr "TDEFontViewPart" #: viewpart/FontViewerApp.cpp:96 msgid "Select Font to View" @@ -469,7 +469,7 @@ msgstr "" #: viewpart/FontViewerApp.cpp:115 #, fuzzy msgid "Font Viewer" -msgstr "KFontViewPart" +msgstr "TDEFontViewPart" #: viewpart/FontViewerApp.cpp:115 msgid "Simple font viewer" diff --git a/tde-i18n-ss/messages/tdebase/tdeio_finger.po b/tde-i18n-ss/messages/tdebase/tdeio_finger.po index e1b43d973b2..a51b6918724 100644 --- a/tde-i18n-ss/messages/tdebase/tdeio_finger.po +++ b/tde-i18n-ss/messages/tdebase/tdeio_finger.po @@ -1,10 +1,10 @@ -# translation of kio_finger.po to Siswati +# translation of tdeio_finger.po to Siswati # Copyright (C) 2002 Free Software Foundation, Inc. # Adam Mathebula <adam@translate.org.za>, 2002 # msgid "" msgstr "" -"Project-Id-Version: kio_finger\n" +"Project-Id-Version: tdeio_finger\n" "POT-Creation-Date: 2005-05-18 21:24+0200\n" "PO-Revision-Date: 2002-11-02 10:50+0200\n" "Last-Translator: Adam Mathebula <adam@translate.org.za>\n" @@ -14,21 +14,21 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.0beta2\n" -#: kio_finger.cpp:180 +#: tdeio_finger.cpp:180 msgid "Could not find the Perl program on your system, please install." msgstr "" "Akukhonakali kutfola luhlelo lwe Perl kumshini wakho, uyacelwa kutsi uyifake." -#: kio_finger.cpp:193 +#: tdeio_finger.cpp:193 msgid "Could not find the Finger program on your system, please install." msgstr "" "Akukhonakali kutfola luhlelo le Finger kumshini wakho, uyacelwa kutsi uyifake." -#: kio_finger.cpp:206 -msgid "kio_finger Perl script not found." -msgstr "Libhuku le kio_finger Perl alitfolakalanga." +#: tdeio_finger.cpp:206 +msgid "tdeio_finger Perl script not found." +msgstr "Libhuku le tdeio_finger Perl alitfolakalanga." -#: kio_finger.cpp:218 -msgid "kio_finger CSS script not found. Output will look ugly." +#: tdeio_finger.cpp:218 +msgid "tdeio_finger CSS script not found. Output will look ugly." msgstr "" -"libhuku le kio_finger CSS alitfolakalanga. Umphumela wutawubukeka kabi." +"libhuku le tdeio_finger CSS alitfolakalanga. Umphumela wutawubukeka kabi." diff --git a/tde-i18n-ss/messages/tdebase/tdeio_floppy.po b/tde-i18n-ss/messages/tdebase/tdeio_floppy.po index 554f860a03a..a70cc85d13f 100644 --- a/tde-i18n-ss/messages/tdebase/tdeio_floppy.po +++ b/tde-i18n-ss/messages/tdebase/tdeio_floppy.po @@ -1,10 +1,10 @@ -# translation of kio_floppy.po to Siswati +# translation of tdeio_floppy.po to Siswati # Copyright (C) 2002 Free Software Foundation, Inc. # Adam Mathebula <adam@translate.org.za>, 2002 # msgid "" msgstr "" -"Project-Id-Version: kio_floppy\n" +"Project-Id-Version: tdeio_floppy\n" "POT-Creation-Date: 2005-09-21 02:57+0200\n" "PO-Revision-Date: 2002-11-13 14:17+0200\n" "Last-Translator: Adam Mathebula <adam@translate.org.za>\n" @@ -14,7 +14,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.0beta2\n" -#: kio_floppy.cpp:200 +#: tdeio_floppy.cpp:200 #, fuzzy msgid "" "Could not access drive %1.\n" @@ -25,7 +25,7 @@ msgstr "" "Sishayeli sisasemshikashikeni.\n" "Yima kuze kube ngulapho sekumile kusebenta bese uyazama futsi." -#: kio_floppy.cpp:204 kio_floppy.cpp:1144 +#: tdeio_floppy.cpp:204 tdeio_floppy.cpp:1144 #, fuzzy msgid "" "Could not write to file %1.\n" @@ -34,7 +34,7 @@ msgstr "" "\n" "Idiski kusishayeli %1 kunekwenteka kutsi yigcwele." -#: kio_floppy.cpp:214 +#: tdeio_floppy.cpp:214 #, fuzzy msgid "" "Could not access %1.\n" @@ -43,14 +43,14 @@ msgstr "" "\n" "Kunekwenteka kutsi akukho idiski kusishayheli %1" -#: kio_floppy.cpp:218 +#: tdeio_floppy.cpp:218 msgid "" "Could not access %1.\n" "There is probably no disk in the drive %2 or you do not have enough permissions " "to access the drive." msgstr "" -#: kio_floppy.cpp:222 +#: tdeio_floppy.cpp:222 #, fuzzy msgid "" "Could not access %1.\n" @@ -59,7 +59,7 @@ msgstr "" "\n" "Sishayeli %1 kasincedzisiwe." -#: kio_floppy.cpp:227 +#: tdeio_floppy.cpp:227 #, fuzzy msgid "" "Could not access %1.\n" @@ -73,7 +73,7 @@ msgstr "" "nekutsi imvumo yelifayela lesisetjentiswa (sib: /dev/fd0) yitfoliwe " "ngalokulungile (e.g. rwxrwxrwx)." -#: kio_floppy.cpp:231 +#: tdeio_floppy.cpp:231 #, fuzzy msgid "" "Could not access %1.\n" @@ -83,7 +83,7 @@ msgstr "" "Idiski kusishayeli %1 kunekwenteka kutsi kakusiyo idiski letsambile lehlelwe " "nge DOS." -#: kio_floppy.cpp:235 +#: tdeio_floppy.cpp:235 #, fuzzy msgid "" "Access denied.\n" @@ -93,7 +93,7 @@ msgstr "" "\n" "Idiski kusishayeli %1 kunekwenteka kutsi yivinjelwe kutsi yibhalwe." -#: kio_floppy.cpp:244 +#: tdeio_floppy.cpp:244 #, fuzzy msgid "" "Could not read boot sector for %1.\n" @@ -102,7 +102,7 @@ msgstr "" "\n" "Kunekwenteka kutsi akukho idiski kusishayheli %1" -#: kio_floppy.cpp:368 +#: tdeio_floppy.cpp:368 #, fuzzy msgid "" "Could not start program \"%1\".\n" diff --git a/tde-i18n-ss/messages/tdebase/tdeio_mac.po b/tde-i18n-ss/messages/tdebase/tdeio_mac.po index 5d11617f92f..c242e767ead 100644 --- a/tde-i18n-ss/messages/tdebase/tdeio_mac.po +++ b/tde-i18n-ss/messages/tdebase/tdeio_mac.po @@ -1,10 +1,10 @@ -# translation of kio_mac.po to Siswati +# translation of tdeio_mac.po to Siswati # Copyright (C) 2002 Free Software Foundation, Inc. # Adam Mathebula <adam@translate.org.za>, 2002 # msgid "" msgstr "" -"Project-Id-Version: kio_mac\n" +"Project-Id-Version: tdeio_mac\n" "POT-Creation-Date: 2005-09-21 02:57+0200\n" "PO-Revision-Date: 2002-11-03 03:19+0200\n" "Last-Translator: Adam Mathebula <adam@translate.org.za>\n" @@ -14,30 +14,30 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.0beta2\n" -#: kio_mac.cpp:94 +#: tdeio_mac.cpp:94 msgid "Unknown mode" msgstr "Simo lesingatiwa" -#: kio_mac.cpp:115 +#: tdeio_mac.cpp:115 msgid "There was an error with hpcopy - please ensure it is installed" msgstr "Bekuneliphutsa nge hpcopy - uyacelwa kutsi ucinisekise kutsi sifakiwe" -#: kio_mac.cpp:131 +#: tdeio_mac.cpp:131 #, fuzzy msgid "No filename was found" msgstr "Akukho gama lelifayela lelitfoliwe" -#: kio_mac.cpp:144 +#: tdeio_mac.cpp:144 #, fuzzy msgid "There was an error with hpls - please ensure it is installed" msgstr "Bekuneliphutsa nge hpls - uyacelwa kutsi ucinisekise kutsi yifakiwe" -#: kio_mac.cpp:187 +#: tdeio_mac.cpp:187 #, fuzzy msgid "No filename was found in the URL" msgstr "Akukho ligama lelifayhela lelitfoliwe ku URL" -#: kio_mac.cpp:201 +#: tdeio_mac.cpp:201 #, fuzzy msgid "" "hpls did not exit normally - please ensure you have installed the hfsplus tools" @@ -45,7 +45,7 @@ msgstr "" "I-hpls ayizange yibe khona ngalokujwayelekile - uyacelwa kutsi ucinisekise " "kutsi uwafakile emathulusi ye hfsplus" -#: kio_mac.cpp:288 +#: tdeio_mac.cpp:288 msgid "" "hpmount did not exit normally - please ensure that hfsplus utils are " "installed,\n" @@ -59,21 +59,21 @@ msgstr "" "nekutsi ubalule sehlukanisi lesilungile.\n" "Ungabalula kuhlujkaniswa ngekungeta ?dev=/dev/hda2 ku URL." -#: kio_mac.cpp:320 +#: tdeio_mac.cpp:320 #, fuzzy msgid "hpcd did not exit normally - please ensure it is installed" msgstr "" "I-hpcd ayizange yibe khona ngalokujwayelekile - uyacelwa kutsi ucinisekise " "kutsi yifakiwedid not exit normally - please ensure it is installed" -#: kio_mac.cpp:407 +#: tdeio_mac.cpp:407 msgid "hpls output was not matched" msgstr "" -#: kio_mac.cpp:450 +#: tdeio_mac.cpp:450 msgid "Month output from hpls -l not matched" msgstr "" -#: kio_mac.cpp:479 +#: tdeio_mac.cpp:479 msgid "Could not parse a valid date from hpls" msgstr "" diff --git a/tde-i18n-ss/messages/tdebase/tdeio_man.po b/tde-i18n-ss/messages/tdebase/tdeio_man.po index d33982039d5..8e0174d1bd1 100644 --- a/tde-i18n-ss/messages/tdebase/tdeio_man.po +++ b/tde-i18n-ss/messages/tdebase/tdeio_man.po @@ -1,10 +1,10 @@ -# translation of kio_man.po to Siswati +# translation of tdeio_man.po to Siswati # Copyright (C) 2002 Free Software Foundation, Inc. # Adam Mathebula <adam@translate.org.za>, 2002 # msgid "" msgstr "" -"Project-Id-Version: kio_man\n" +"Project-Id-Version: tdeio_man\n" "POT-Creation-Date: 2007-05-29 02:15+0200\n" "PO-Revision-Date: 2002-11-09 16:03+0200\n" "Last-Translator: Adam Mathebula <adam@translate.org.za>\n" @@ -26,7 +26,7 @@ msgid "" "Your emails" msgstr "adam@translate.org.za" -#: kio_man.cpp:465 +#: tdeio_man.cpp:465 msgid "" "No man page matching to %1 found." "<br>" @@ -37,96 +37,96 @@ msgid "" "file in the directory /etc ." msgstr "" -#: kio_man.cpp:496 +#: tdeio_man.cpp:496 msgid "Open of %1 failed." msgstr "Kuvual kwe %1 kwehlulekile." -#: kio_man.cpp:600 kio_man.cpp:618 +#: tdeio_man.cpp:600 tdeio_man.cpp:618 msgid "Man output" msgstr "Umphumela wendvodza" -#: kio_man.cpp:604 +#: tdeio_man.cpp:604 #, fuzzy msgid "<body><h1>TDE Man Viewer Error</h1>" msgstr "<body bgcolor=#ffffff><h1>Liphutsa lekubona indvodza ku TDE</h1>" -#: kio_man.cpp:622 +#: tdeio_man.cpp:622 msgid "There is more than one matching man page." msgstr "Kukhona emakhasi langetulu kwalinye lahambisana nelikhasi lendvodza." -#: kio_man.cpp:633 +#: tdeio_man.cpp:633 msgid "" "Note: if you read a man page in your language, be aware it can contain some " "mistakes or be obsolete. In case of doubt, you should have a look at the " "English version." msgstr "" -#: kio_man.cpp:723 +#: tdeio_man.cpp:723 msgid "User Commands" msgstr "Imiyalo yemsebentisi" -#: kio_man.cpp:725 +#: tdeio_man.cpp:725 msgid "System Calls" msgstr "Kutsindvwa kwemshini" -#: kio_man.cpp:727 +#: tdeio_man.cpp:727 msgid "Subroutines" msgstr "Inhlalayenteka lengaphansana" -#: kio_man.cpp:729 +#: tdeio_man.cpp:729 msgid "Perl Modules" msgstr "Tahluko te Perl" -#: kio_man.cpp:731 +#: tdeio_man.cpp:731 msgid "Network Functions" msgstr "Imisebenti yeluchungechunge" -#: kio_man.cpp:733 +#: tdeio_man.cpp:733 msgid "Devices" msgstr "Tisetjentiswa" -#: kio_man.cpp:735 +#: tdeio_man.cpp:735 msgid "File Formats" msgstr "Takhiwo telifayela" -#: kio_man.cpp:737 +#: tdeio_man.cpp:737 msgid "Games" msgstr "Emagemu" -#: kio_man.cpp:741 +#: tdeio_man.cpp:741 msgid "System Administration" msgstr "Kucondziswa kwemshini" -#: kio_man.cpp:743 +#: tdeio_man.cpp:743 msgid "Kernel" msgstr "Kernel" -#: kio_man.cpp:745 +#: tdeio_man.cpp:745 msgid "Local Documentation" msgstr "Kugcinwa kwangekhatsi" -#: kio_man.cpp:747 +#: tdeio_man.cpp:747 msgid "New" msgstr "Lokusha" -#: kio_man.cpp:782 kio_man.cpp:786 kio_man.cpp:1209 +#: tdeio_man.cpp:782 tdeio_man.cpp:786 tdeio_man.cpp:1209 msgid "UNIX Manual Index" msgstr "" -#: kio_man.cpp:801 +#: tdeio_man.cpp:801 msgid "Section " msgstr "Sicephu" -#: kio_man.cpp:1214 +#: tdeio_man.cpp:1214 #, fuzzy msgid "Index for Section %1: %2" msgstr "<body bgcolor=#ffffff><h1>i-Index yencenye %1: %2</h1>" -#: kio_man.cpp:1219 +#: tdeio_man.cpp:1219 msgid "Generating Index" msgstr "Kucalisa i-index" -#: kio_man.cpp:1529 +#: tdeio_man.cpp:1529 msgid "" "Could not find the sgml2roff program on your system. Please install it, if " "necessary, and extend the search path by adjusting the environment variable " diff --git a/tde-i18n-ss/messages/tdebase/tdeio_media.po b/tde-i18n-ss/messages/tdebase/tdeio_media.po index ce96a5ee04a..f9a426d8c97 100644 --- a/tde-i18n-ss/messages/tdebase/tdeio_media.po +++ b/tde-i18n-ss/messages/tdebase/tdeio_media.po @@ -1,10 +1,10 @@ -# translation of kio_devices.po to Siswati +# translation of tdeio_devices.po to Siswati # Copyright (C) 2002 Free Software Foundation, Inc. # Adam Mathebula <adam@translate.org.za>, 2002 # msgid "" msgstr "" -"Project-Id-Version: kio_devices\n" +"Project-Id-Version: tdeio_devices\n" "POT-Creation-Date: 2008-07-08 01:18+0200\n" "PO-Revision-Date: 2002-11-09 21:10+0200\n" "Last-Translator: Adam Mathebula <adam@translate.org.za>\n" @@ -26,17 +26,17 @@ msgid "" "Your emails" msgstr "" -#: kio_media.cpp:35 +#: tdeio_media.cpp:35 msgid "Protocol name" msgstr "" -#: kio_media.cpp:36 kio_media.cpp:37 +#: tdeio_media.cpp:36 tdeio_media.cpp:37 msgid "Socket name" msgstr "" #: mediaimpl.cpp:86 mediaimpl.cpp:113 mediaimpl.cpp:139 mediaimpl.cpp:173 #: mediaimpl.cpp:193 mediaimpl.cpp:214 -#: mounthelper/kio_media_mounthelper.cpp:45 +#: mounthelper/tdeio_media_mounthelper.cpp:45 msgid "The TDE mediamanager is not running." msgstr "" @@ -50,7 +50,7 @@ msgstr "" #: mediaimpl.cpp:259 mediamanager/halbackend.cpp:972 #: mediamanager/halbackend.cpp:981 mediamanager/halbackend.cpp:1285 -#: mediamanager/halbackend.cpp:1296 mounthelper/kio_media_mounthelper.cpp:53 +#: mediamanager/halbackend.cpp:1296 mounthelper/tdeio_media_mounthelper.cpp:53 msgid "Internal Error" msgstr "" @@ -291,45 +291,45 @@ msgstr "" msgid "Filesystem: iso9660" msgstr "" -#: kfile-plugin/kfilemediaplugin.cpp:173 +#: tdefile-plugin/tdefilemediaplugin.cpp:173 #, fuzzy msgid "Medium Information" msgstr "Sisetjentiswa kasikhushulwanga" -#: kfile-plugin/kfilemediaplugin.cpp:176 +#: tdefile-plugin/tdefilemediaplugin.cpp:176 msgid "Free" msgstr "" -#: kfile-plugin/kfilemediaplugin.cpp:179 +#: tdefile-plugin/tdefilemediaplugin.cpp:179 msgid "Used" msgstr "" -#: kfile-plugin/kfilemediaplugin.cpp:182 +#: tdefile-plugin/tdefilemediaplugin.cpp:182 msgid "Total" msgstr "" -#: kfile-plugin/kfilemediaplugin.cpp:185 +#: tdefile-plugin/tdefilemediaplugin.cpp:185 msgid "Base URL" msgstr "" -#: kfile-plugin/kfilemediaplugin.cpp:186 +#: tdefile-plugin/tdefilemediaplugin.cpp:186 msgid "Mount Point" msgstr "" -#: kfile-plugin/kfilemediaplugin.cpp:187 +#: tdefile-plugin/tdefilemediaplugin.cpp:187 #, fuzzy msgid "Device Node" msgstr "Sisetjentiswa kasikhushulwanga" -#: kfile-plugin/kfilemediaplugin.cpp:189 +#: tdefile-plugin/tdefilemediaplugin.cpp:189 msgid "Medium Summary" msgstr "" -#: kfile-plugin/kfilemediaplugin.cpp:191 +#: tdefile-plugin/tdefilemediaplugin.cpp:191 msgid "Usage" msgstr "" -#: kfile-plugin/kfilemediaplugin.cpp:193 +#: tdefile-plugin/tdefilemediaplugin.cpp:193 msgid "Bar Graph" msgstr "" @@ -450,41 +450,41 @@ msgstr "" msgid "Feature only available with HAL" msgstr "" -#: mounthelper/kio_media_mounthelper.cpp:74 +#: mounthelper/tdeio_media_mounthelper.cpp:74 msgid "%1 cannot be found." msgstr "" -#: mounthelper/kio_media_mounthelper.cpp:81 +#: mounthelper/tdeio_media_mounthelper.cpp:81 #, fuzzy msgid "%1 is not a mountable media." msgstr "%1%2 (ngakhuphukanga)" -#: mounthelper/kio_media_mounthelper.cpp:166 +#: mounthelper/tdeio_media_mounthelper.cpp:166 msgid "The device was successfully unmounted, but the tray could not be opened" msgstr "" -#: mounthelper/kio_media_mounthelper.cpp:168 +#: mounthelper/tdeio_media_mounthelper.cpp:168 msgid "The device was successfully unmounted, but could not be ejected" msgstr "" -#: mounthelper/kio_media_mounthelper.cpp:182 +#: mounthelper/tdeio_media_mounthelper.cpp:182 msgid "Unmount given URL" msgstr "Kungakhuphuki lokuniketwe i-URL" -#: mounthelper/kio_media_mounthelper.cpp:183 +#: mounthelper/tdeio_media_mounthelper.cpp:183 #, fuzzy msgid "Mount given URL (default)" msgstr "Kukhuphuka kuniketiwe (kwehluleka" -#: mounthelper/kio_media_mounthelper.cpp:184 +#: mounthelper/tdeio_media_mounthelper.cpp:184 msgid "Eject given URL via kdeeject" msgstr "" -#: mounthelper/kio_media_mounthelper.cpp:185 +#: mounthelper/tdeio_media_mounthelper.cpp:185 msgid "Unmount and Eject given URL (necessary for some USB devices)" msgstr "" -#: mounthelper/kio_media_mounthelper.cpp:186 +#: mounthelper/tdeio_media_mounthelper.cpp:186 #, fuzzy msgid "media:/ URL to mount/unmount/eject/remove" msgstr "sisetjentiswa:/ i-url lekufanele yikhuphuke/yingakhuphulwa." diff --git a/tde-i18n-ss/messages/tdebase/tdeio_nfs.po b/tde-i18n-ss/messages/tdebase/tdeio_nfs.po index ac0268dfc49..f13d185a8fa 100644 --- a/tde-i18n-ss/messages/tdebase/tdeio_nfs.po +++ b/tde-i18n-ss/messages/tdebase/tdeio_nfs.po @@ -1,10 +1,10 @@ -# translation of kio_nfs.po to Siswati +# translation of tdeio_nfs.po to Siswati # Copyright (C) 2002 Free Software Foundation, Inc. # Adam Mathebula <adam@translate.org.za>, 2002 # msgid "" msgstr "" -"Project-Id-Version: kio_nfs\n" +"Project-Id-Version: tdeio_nfs\n" "POT-Creation-Date: 2005-06-10 01:24+0200\n" "PO-Revision-Date: 2002-10-22 18:16+0200\n" "Last-Translator: Adam Mathebula <adam@translate.org.za>\n" @@ -14,23 +14,23 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.0beta2\n" -#: kio_nfs.cpp:1020 +#: tdeio_nfs.cpp:1020 msgid "An RPC error occurred." msgstr "Liphutsa le RPC lentekile." -#: kio_nfs.cpp:1064 +#: tdeio_nfs.cpp:1064 msgid "No space left on device" msgstr "Akukho ndzawo lesele kusisetjentiswa" -#: kio_nfs.cpp:1067 +#: tdeio_nfs.cpp:1067 msgid "Read only file system" msgstr "Luhlele lelifayela lekufundza kuphela" -#: kio_nfs.cpp:1070 +#: tdeio_nfs.cpp:1070 #, fuzzy msgid "Filename too long" msgstr "Ligama lelifayela lindze kakhulu" -#: kio_nfs.cpp:1077 +#: tdeio_nfs.cpp:1077 msgid "Disk quota exceeded" msgstr "Ikota yediski yeciwe" diff --git a/tde-i18n-ss/messages/tdebase/tdeio_nntp.po b/tde-i18n-ss/messages/tdebase/tdeio_nntp.po index e4269e2b71a..1b894620b90 100644 --- a/tde-i18n-ss/messages/tdebase/tdeio_nntp.po +++ b/tde-i18n-ss/messages/tdebase/tdeio_nntp.po @@ -1,10 +1,10 @@ -# translation of kio_nntp.po to Siswati +# translation of tdeio_nntp.po to Siswati # Copyright (C) 2002 Free Software Foundation, Inc. # Adam Mathebula <adam@translate.org.za>, 2002 # msgid "" msgstr "" -"Project-Id-Version: kio_nntp\n" +"Project-Id-Version: tdeio_nntp\n" "POT-Creation-Date: 2005-06-20 01:29+0200\n" "PO-Revision-Date: 2002-11-02 01:50+0200\n" "Last-Translator: Adam Mathebula <adam@translate.org.za>\n" diff --git a/tde-i18n-ss/messages/tdebase/tdeio_print.po b/tde-i18n-ss/messages/tdebase/tdeio_print.po index 56f7f741b6f..a3b34477b0f 100644 --- a/tde-i18n-ss/messages/tdebase/tdeio_print.po +++ b/tde-i18n-ss/messages/tdebase/tdeio_print.po @@ -1,10 +1,10 @@ -# translation of kio_print.po to Siswati +# translation of tdeio_print.po to Siswati # Copyright (C) 2002 Free Software Foundation, Inc. # Adam Mathebula <adam@translate.org.za>, 2002 # msgid "" msgstr "" -"Project-Id-Version: kio_print\n" +"Project-Id-Version: tdeio_print\n" "POT-Creation-Date: 2005-05-18 21:24+0200\n" "PO-Revision-Date: 2002-11-06 06:04+0200\n" "Last-Translator: Adam Mathebula <adam@translate.org.za>\n" @@ -26,205 +26,205 @@ msgid "" "Your emails" msgstr "" -#: kio_print.cpp:243 kio_print.cpp:399 +#: tdeio_print.cpp:243 tdeio_print.cpp:399 msgid "Classes" msgstr "Emaklilasi" -#: kio_print.cpp:247 kio_print.cpp:401 +#: tdeio_print.cpp:247 tdeio_print.cpp:401 msgid "Printers" msgstr "Tishiceleli" -#: kio_print.cpp:251 kio_print.cpp:403 +#: tdeio_print.cpp:251 tdeio_print.cpp:403 msgid "Specials" msgstr "Tipesheli" -#: kio_print.cpp:256 kio_print.cpp:405 +#: tdeio_print.cpp:256 tdeio_print.cpp:405 msgid "Manager" msgstr "Umphatsi" -#: kio_print.cpp:260 kio_print.cpp:407 +#: tdeio_print.cpp:260 tdeio_print.cpp:407 msgid "Jobs" msgstr "Imisebenti" -#: kio_print.cpp:365 +#: tdeio_print.cpp:365 msgid "Empty data received (%1)." msgstr "" -#: kio_print.cpp:367 +#: tdeio_print.cpp:367 msgid "Corrupted/incomplete data or server error (%1)." msgstr "" -#: kio_print.cpp:395 +#: tdeio_print.cpp:395 msgid "Print System" msgstr "Umshini wekushicelela" -#: kio_print.cpp:439 +#: tdeio_print.cpp:439 #, fuzzy msgid "Printer driver" msgstr "Sishiceleli" -#: kio_print.cpp:441 +#: tdeio_print.cpp:441 msgid "On-line printer driver database" msgstr "" -#: kio_print.cpp:621 +#: tdeio_print.cpp:621 #, c-format msgid "Unable to determine object type for %1." msgstr "Akukhonakali kwehlukanisa luhlobo lwentfo ye %1." -#: kio_print.cpp:626 +#: tdeio_print.cpp:626 #, c-format msgid "Unable to determine source type for %1." msgstr "Akukhonakali kwehlukanisa luhlobo lwesisusa se %1." -#: kio_print.cpp:632 +#: tdeio_print.cpp:632 #, c-format msgid "Unable to retrieve printer information for %1." msgstr "Akukhonakali kusesha imininingwane yesishiceleli se %1." -#: kio_print.cpp:640 kio_print.cpp:681 kio_print.cpp:724 kio_print.cpp:825 -#: kio_print.cpp:896 +#: tdeio_print.cpp:640 tdeio_print.cpp:681 tdeio_print.cpp:724 tdeio_print.cpp:825 +#: tdeio_print.cpp:896 #, c-format msgid "Unable to load template %1" msgstr "Akukhonakali kulayisha luhlaka %1" -#: kio_print.cpp:645 kio_print.cpp:646 kio_print.cpp:696 kio_print.cpp:697 -#: kio_print.cpp:735 kio_print.cpp:736 +#: tdeio_print.cpp:645 tdeio_print.cpp:646 tdeio_print.cpp:696 tdeio_print.cpp:697 +#: tdeio_print.cpp:735 tdeio_print.cpp:736 #, c-format msgid "Properties of %1" msgstr "Bunjalo be %1" -#: kio_print.cpp:647 kio_print.cpp:838 kio_print.cpp:904 +#: tdeio_print.cpp:647 tdeio_print.cpp:838 tdeio_print.cpp:904 msgid "General|Driver|Active jobs|Completed jobs" msgstr "Lokuvamile|Sihambisi|Imisebenti lesebentako|Imisebenti lecedziwe" -#: kio_print.cpp:653 kio_print.cpp:704 kio_print.cpp:743 +#: tdeio_print.cpp:653 tdeio_print.cpp:704 tdeio_print.cpp:743 msgid "General Properties" msgstr "Bunjalo lobuvamile" -#: kio_print.cpp:654 kio_print.cpp:705 +#: tdeio_print.cpp:654 tdeio_print.cpp:705 msgid "Type" msgstr "Luhlobo" -#: kio_print.cpp:654 kio_print.cpp:693 +#: tdeio_print.cpp:654 tdeio_print.cpp:693 msgid "Remote" msgstr "Bucalu" -#: kio_print.cpp:654 kio_print.cpp:693 +#: tdeio_print.cpp:654 tdeio_print.cpp:693 msgid "Local" msgstr "Kwangekhatsi" -#: kio_print.cpp:655 kio_print.cpp:706 kio_print.cpp:855 +#: tdeio_print.cpp:655 tdeio_print.cpp:706 tdeio_print.cpp:855 msgid "State" msgstr "Simo" -#: kio_print.cpp:656 kio_print.cpp:707 kio_print.cpp:744 +#: tdeio_print.cpp:656 tdeio_print.cpp:707 tdeio_print.cpp:744 msgid "Location" msgstr "Indzawo" -#: kio_print.cpp:657 kio_print.cpp:708 kio_print.cpp:745 +#: tdeio_print.cpp:657 tdeio_print.cpp:708 tdeio_print.cpp:745 msgid "Description" msgstr "Sichasiso" -#: kio_print.cpp:658 kio_print.cpp:709 +#: tdeio_print.cpp:658 tdeio_print.cpp:709 msgid "URI" msgstr "SURI" -#: kio_print.cpp:659 +#: tdeio_print.cpp:659 msgid "Interface (Backend)" msgstr "Sichumanisi (Backend)" -#: kio_print.cpp:660 +#: tdeio_print.cpp:660 msgid "Driver" msgstr "Sihambisi" -#: kio_print.cpp:661 +#: tdeio_print.cpp:661 msgid "Manufacturer" msgstr "Umkhandi" -#: kio_print.cpp:662 +#: tdeio_print.cpp:662 msgid "Model" msgstr "Sakhiwo" -#: kio_print.cpp:663 +#: tdeio_print.cpp:663 msgid "Driver Information" msgstr "Imininingwane yesihambisi" -#: kio_print.cpp:673 +#: tdeio_print.cpp:673 #, c-format msgid "Unable to retrieve class information for %1." msgstr "Akukhonakali kusesha imininingwane yeliklilasi ye %1." -#: kio_print.cpp:693 +#: tdeio_print.cpp:693 msgid "Implicit" msgstr "Ngabonakali" -#: kio_print.cpp:698 kio_print.cpp:835 +#: tdeio_print.cpp:698 tdeio_print.cpp:835 msgid "General|Active jobs|Completed jobs" msgstr "Lokuvamile|Imisebenti lesebentako|Imisebenti lecedziwe" -#: kio_print.cpp:710 +#: tdeio_print.cpp:710 msgid "Members" msgstr "Emalunga" -#: kio_print.cpp:737 +#: tdeio_print.cpp:737 msgid "General" msgstr "Lokuvamile" -#: kio_print.cpp:746 +#: tdeio_print.cpp:746 msgid "Requirements" msgstr "Timfuneko" -#: kio_print.cpp:747 +#: tdeio_print.cpp:747 msgid "Command Properties" msgstr "Bunjalo bemyalo" -#: kio_print.cpp:748 +#: tdeio_print.cpp:748 msgid "Command" msgstr "Umyalo" -#: kio_print.cpp:749 +#: tdeio_print.cpp:749 msgid "Use Output File" msgstr "Sebentis alifayhela lemphumela" -#: kio_print.cpp:750 +#: tdeio_print.cpp:750 msgid "Default Extension" msgstr "Kuchubekiswa kwekwehluleka" -#: kio_print.cpp:832 kio_print.cpp:833 +#: tdeio_print.cpp:832 tdeio_print.cpp:833 #, c-format msgid "Jobs of %1" msgstr "Misebenti ye %1" -#: kio_print.cpp:848 kio_print.cpp:853 +#: tdeio_print.cpp:848 tdeio_print.cpp:853 msgid "All jobs" msgstr "Yonkhe imisebenti" -#: kio_print.cpp:849 +#: tdeio_print.cpp:849 msgid "Active jobs|Completed jobs" msgstr "Imisebenti lesebentako|Imisebenti lecedziwe" -#: kio_print.cpp:855 +#: tdeio_print.cpp:855 msgid "ID" msgstr "ID" -#: kio_print.cpp:855 +#: tdeio_print.cpp:855 msgid "Owner" msgstr "Umnikati" -#: kio_print.cpp:855 +#: tdeio_print.cpp:855 msgid "Printer" msgstr "Sishiceleli" -#: kio_print.cpp:855 +#: tdeio_print.cpp:855 msgid "Name" msgstr "Ligama" -#: kio_print.cpp:902 kio_print.cpp:903 +#: tdeio_print.cpp:902 tdeio_print.cpp:903 #, c-format msgid "Driver of %1" msgstr "Sihambisi se %1" -#: kio_print.cpp:909 +#: tdeio_print.cpp:909 msgid "No driver found" msgstr "Akukho sihambisi lesitfoliwe" diff --git a/tde-i18n-ss/messages/tdebase/tdeio_sftp.po b/tde-i18n-ss/messages/tdebase/tdeio_sftp.po index 49261b1723f..993e01ef4d0 100644 --- a/tde-i18n-ss/messages/tdebase/tdeio_sftp.po +++ b/tde-i18n-ss/messages/tdebase/tdeio_sftp.po @@ -1,10 +1,10 @@ -# translation of kio_sftp.po to Siswati +# translation of tdeio_sftp.po to Siswati # Copyright (C) 2002 Free Software Foundation, Inc. # Adam Mathebula <adam@translate.org.za>, 2002 # msgid "" msgstr "" -"Project-Id-Version: kio_sftp\n" +"Project-Id-Version: tdeio_sftp\n" "POT-Creation-Date: 2005-05-18 21:24+0200\n" "PO-Revision-Date: 2002-11-13 05:59+0200\n" "Last-Translator: Adam Mathebula <adam@translate.org.za>\n" @@ -14,126 +14,126 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.0beta2\n" -#: kio_sftp.cpp:427 +#: tdeio_sftp.cpp:427 msgid "An internal error occurred. Please retry the request again." msgstr "" -#: kio_sftp.cpp:510 +#: tdeio_sftp.cpp:510 msgid "Opening SFTP connection to host <b>%1:%2</b>" msgstr "Kuvula luchumano lwe SFTP kusamukeli <b>%1:%2</b>" -#: kio_sftp.cpp:514 +#: tdeio_sftp.cpp:514 #, fuzzy msgid "No hostname specified" msgstr "Akukho ligama lesamukeli lebaluliwe" -#: kio_sftp.cpp:526 +#: tdeio_sftp.cpp:526 msgid "SFTP Login" msgstr "Kungena kwe SFTP" -#: kio_sftp.cpp:528 +#: tdeio_sftp.cpp:528 msgid "site:" msgstr "licadzi:" -#: kio_sftp.cpp:629 +#: tdeio_sftp.cpp:629 #, fuzzy msgid "Please enter your username and key passphrase." msgstr "Uyacelwa kutsi ufake ligama lemsebentisi kanye nesishosekundlula." -#: kio_sftp.cpp:631 +#: tdeio_sftp.cpp:631 #, fuzzy msgid "Please enter your username and password." msgstr "Uyacelwa kutsi ufake libito lemsebentisi kanye nelibitomfihlo." -#: kio_sftp.cpp:639 +#: tdeio_sftp.cpp:639 #, fuzzy msgid "Incorrect username or password" msgstr "Ligama lemsebentisi kumbe libitomfihlo lelingakalungi" -#: kio_sftp.cpp:644 +#: tdeio_sftp.cpp:644 #, fuzzy msgid "Please enter a username and password" msgstr "Uyacelwa kutsi ufake libito lemsebentisi kanye nelibitomfihlo" -#: kio_sftp.cpp:703 +#: tdeio_sftp.cpp:703 #, fuzzy msgid "Warning: Cannot verify host's identity." msgstr "Sicwayiso: Akukhonakali kuhlatiya batisi besamukeli!" -#: kio_sftp.cpp:714 +#: tdeio_sftp.cpp:714 #, fuzzy msgid "Warning: Host's identity changed." msgstr "Sicwayiso: Batisi besamukeli butjintjile!" -#: kio_sftp.cpp:725 kio_sftp.cpp:726 +#: tdeio_sftp.cpp:725 tdeio_sftp.cpp:726 msgid "Authentication failed." msgstr "Sicinisekiso sehlulekile." -#: kio_sftp.cpp:740 kio_sftp.cpp:755 +#: tdeio_sftp.cpp:740 tdeio_sftp.cpp:755 msgid "Connection failed." msgstr "Luchumano lwehlulekile." -#: kio_sftp.cpp:741 ksshprocess.cpp:810 ksshprocess.cpp:957 +#: tdeio_sftp.cpp:741 ksshprocess.cpp:810 ksshprocess.cpp:957 msgid "Connection closed by remote host." msgstr "Luchumano luvalwe samukeli lesibucalu." -#: kio_sftp.cpp:756 +#: tdeio_sftp.cpp:756 #, c-format msgid "Unexpected SFTP error: %1" msgstr "Liphutsa lelingakalindzeleki le SFTP: %1" -#: kio_sftp.cpp:800 +#: tdeio_sftp.cpp:800 #, c-format msgid "SFTP version %1" msgstr "Sibuyeketo SFTP %1" -#: kio_sftp.cpp:806 +#: tdeio_sftp.cpp:806 msgid "Protocol error." msgstr "Liphutsa lemitsetfo yekutfumela." -#: kio_sftp.cpp:812 +#: tdeio_sftp.cpp:812 #, c-format msgid "Successfully connected to %1" msgstr "Ngalokuphumelele chumene ku %1" -#: kio_sftp.cpp:1047 +#: tdeio_sftp.cpp:1047 msgid "An internal error occurred. Please try again." msgstr "" -#: kio_sftp.cpp:1068 +#: tdeio_sftp.cpp:1068 msgid "" "Unknown error was encountered while copying the file to '%1'. Please try again." msgstr "" -#: kio_sftp.cpp:1318 +#: tdeio_sftp.cpp:1318 msgid "The remote host does not support renaming files." msgstr "" -#: kio_sftp.cpp:1367 +#: tdeio_sftp.cpp:1367 msgid "The remote host does not support creating symbolic links." msgstr "" -#: kio_sftp.cpp:1492 +#: tdeio_sftp.cpp:1492 msgid "Connection closed" msgstr "Luchumano luvaliwe" -#: kio_sftp.cpp:1494 +#: tdeio_sftp.cpp:1494 msgid "Could not read SFTP packet" msgstr "Akukhonakali kufundza liphakethi le SFTP" -#: kio_sftp.cpp:1611 +#: tdeio_sftp.cpp:1611 msgid "SFTP command failed for an unknown reason." msgstr "Umyalo we SFTP wehlulekile ngetizatfu letingatiwa." -#: kio_sftp.cpp:1615 +#: tdeio_sftp.cpp:1615 msgid "The SFTP server received a bad message." msgstr "Sigcini se SFTP semukele umbiko lomubi." -#: kio_sftp.cpp:1619 +#: tdeio_sftp.cpp:1619 msgid "You attempted an operation unsupported by the SFTP server." msgstr "Uzame kwenta ngalenye indlela lokungahambisani nesigcini se SFTP." -#: kio_sftp.cpp:1623 +#: tdeio_sftp.cpp:1623 #, fuzzy, c-format msgid "Error code: %1" msgstr "Ikhodi yeliphutsa:" diff --git a/tde-i18n-ss/messages/tdebase/tdeio_smb.po b/tde-i18n-ss/messages/tdebase/tdeio_smb.po index 3d8ef7d517d..f64ba2eb7ed 100644 --- a/tde-i18n-ss/messages/tdebase/tdeio_smb.po +++ b/tde-i18n-ss/messages/tdebase/tdeio_smb.po @@ -1,10 +1,10 @@ -# translation of kio_smb.po to Siswati +# translation of tdeio_smb.po to Siswati # Copyright (C) 2002 Free Software Foundation, Inc. # Adam Mathebula <adam@translate.org.za>, 2002 # msgid "" msgstr "" -"Project-Id-Version: kio_smb\n" +"Project-Id-Version: tdeio_smb\n" "POT-Creation-Date: 2005-11-08 02:45+0100\n" "PO-Revision-Date: 2002-11-09 21:10+0200\n" "Last-Translator: Adam Mathebula <adam@translate.org.za>\n" @@ -14,7 +14,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.0beta2\n" -#: kio_smb_auth.cpp:131 +#: tdeio_smb_auth.cpp:131 #, fuzzy msgid "<qt>Please enter authentication information for <b>%1</b></qt>" msgstr "" @@ -23,7 +23,7 @@ msgstr "" "Sigcini = %2\n" "Yabelana = %3" -#: kio_smb_auth.cpp:135 +#: tdeio_smb_auth.cpp:135 #, fuzzy msgid "" "Please enter authentication information for:\n" @@ -35,66 +35,66 @@ msgstr "" "Sigcini = %2\n" "Yabelana = %3" -#: kio_smb_auth.cpp:175 +#: tdeio_smb_auth.cpp:175 msgid "libsmbclient failed to initialize" msgstr "" -#: kio_smb_auth.cpp:181 +#: tdeio_smb_auth.cpp:181 msgid "libsmbclient failed to create context" msgstr "" -#: kio_smb_auth.cpp:191 +#: tdeio_smb_auth.cpp:191 msgid "libsmbclient failed to initialize context" msgstr "" -#: kio_smb_browse.cpp:67 +#: tdeio_smb_browse.cpp:67 msgid "" "%1:\n" "Unknown file type, neither directory or file." msgstr "" -#: kio_smb_browse.cpp:126 +#: tdeio_smb_browse.cpp:126 #, c-format msgid "File does not exist: %1" msgstr "" -#: kio_smb_browse.cpp:242 +#: tdeio_smb_browse.cpp:242 msgid "" "Unable to find any workgroups in your local network. This might be caused by an " "enabled firewall." msgstr "" -#: kio_smb_browse.cpp:249 +#: tdeio_smb_browse.cpp:249 #, c-format msgid "No media in device for %1" msgstr "" -#: kio_smb_browse.cpp:257 +#: tdeio_smb_browse.cpp:257 #, c-format msgid "Could not connect to host for %1" msgstr "" -#: kio_smb_browse.cpp:273 +#: tdeio_smb_browse.cpp:273 #, c-format msgid "Error while connecting to server responsible for %1" msgstr "" -#: kio_smb_browse.cpp:281 +#: tdeio_smb_browse.cpp:281 msgid "Share could not be found on given server" msgstr "" -#: kio_smb_browse.cpp:284 +#: tdeio_smb_browse.cpp:284 msgid "BAD File descriptor" msgstr "" -#: kio_smb_browse.cpp:291 +#: tdeio_smb_browse.cpp:291 msgid "" "The given name could not be resolved to a unique server. Make sure your network " "is setup without any name conflicts between names used by Windows and by UNIX " "name resolution." msgstr "" -#: kio_smb_browse.cpp:297 +#: tdeio_smb_browse.cpp:297 msgid "" "libsmbclient reported an error, but did not specify what the problem is. This " "might indicate a severe problem with your network - but also might indicate a " @@ -105,24 +105,24 @@ msgid "" "if they ask for it)" msgstr "" -#: kio_smb_browse.cpp:308 +#: tdeio_smb_browse.cpp:308 #, c-format msgid "Unknown error condition in stat: %1" msgstr "" -#: kio_smb_mount.cpp:125 kio_smb_mount.cpp:166 +#: tdeio_smb_mount.cpp:125 tdeio_smb_mount.cpp:166 msgid "" "\n" "Make sure that the samba package is installed properly on your system." msgstr "" -#: kio_smb_mount.cpp:135 +#: tdeio_smb_mount.cpp:135 msgid "" "Mounting of share \"%1\" from host \"%2\" by user \"%3\" failed.\n" "%4" msgstr "" -#: kio_smb_mount.cpp:176 +#: tdeio_smb_mount.cpp:176 msgid "" "Unmounting of mountpoint \"%1\" failed.\n" "%2" diff --git a/tde-i18n-ss/messages/tdebase/tdeio_smtp.po b/tde-i18n-ss/messages/tdebase/tdeio_smtp.po index 36ca285c075..18c48442fe4 100644 --- a/tde-i18n-ss/messages/tdebase/tdeio_smtp.po +++ b/tde-i18n-ss/messages/tdebase/tdeio_smtp.po @@ -1,10 +1,10 @@ -# translation of kio_smtp.po to Siswati +# translation of tdeio_smtp.po to Siswati # Copyright (C) 2002 Free Software Foundation, Inc. # Adam Mathebula <adam@translate.org.za>, 2002 # msgid "" msgstr "" -"Project-Id-Version: kio_smtp\n" +"Project-Id-Version: tdeio_smtp\n" "POT-Creation-Date: 2007-07-17 01:45+0200\n" "PO-Revision-Date: 2002-11-07 10:51+0200\n" "Last-Translator: Adam Mathebula <adam@translate.org.za>\n" @@ -49,7 +49,7 @@ msgid "Connection Failed" msgstr "Luchumano lihlulekile" #: command.cc:242 -msgid "Authentication support is not compiled into kio_smtp." +msgid "Authentication support is not compiled into tdeio_smtp." msgstr "" #: command.cc:271 diff --git a/tde-i18n-ss/messages/tdebase/tdescreensaver.po b/tde-i18n-ss/messages/tdebase/tdescreensaver.po index 8ac47ddbd13..0e6812a1e88 100644 --- a/tde-i18n-ss/messages/tdebase/tdescreensaver.po +++ b/tde-i18n-ss/messages/tdebase/tdescreensaver.po @@ -1,10 +1,10 @@ -# translation of kscreensaver.po to Siswati +# translation of tdescreensaver.po to Siswati # Copyright (C) 2002 Free Software Foundation, Inc. # Adam Mathebula <adam@translate.org.za>, 2002 # msgid "" msgstr "" -"Project-Id-Version: kscreensaver\n" +"Project-Id-Version: tdescreensaver\n" "POT-Creation-Date: 2007-01-26 02:37+0100\n" "PO-Revision-Date: 2002-11-15 00:06+0200\n" "Last-Translator: Adam Mathebula <adam@translate.org.za>\n" diff --git a/tde-i18n-ss/messages/tdelibs/kabc_dir.po b/tde-i18n-ss/messages/tdelibs/tdeabc_dir.po index b05d937c07f..67af65e7993 100644 --- a/tde-i18n-ss/messages/tdelibs/kabc_dir.po +++ b/tde-i18n-ss/messages/tdelibs/tdeabc_dir.po @@ -1,10 +1,10 @@ -# translation of kabc_dir.po to Siswati +# translation of tdeabc_dir.po to Siswati # Copyright (C) 2002 Free Software Foundation, Inc. # Adam Mathebula <adam@translate.org.za>, 2002 # msgid "" msgstr "" -"Project-Id-Version: kabc_dir\n" +"Project-Id-Version: tdeabc_dir\n" "POT-Creation-Date: 2005-05-18 21:23+0200\n" "PO-Revision-Date: 2002-10-23 14:36+0200\n" "Last-Translator: Adam Mathebula <adam@translate.org.za>\n" diff --git a/tde-i18n-ss/messages/tdelibs/kabc_ldapkio.po b/tde-i18n-ss/messages/tdelibs/tdeabc_ldaptdeio.po index db5b05ad11b..34812424192 100644 --- a/tde-i18n-ss/messages/tdelibs/kabc_ldapkio.po +++ b/tde-i18n-ss/messages/tdelibs/tdeabc_ldaptdeio.po @@ -1,10 +1,10 @@ -# translation of kabc_ldap.po to Siswati +# translation of tdeabc_ldap.po to Siswati # Copyright (C) 2002 Free Software Foundation, Inc. # Adam Mathebula <adam@translate.org.za>, 2002 # msgid "" msgstr "" -"Project-Id-Version: kabc_ldap\n" +"Project-Id-Version: tdeabc_ldap\n" "POT-Creation-Date: 2005-05-18 21:23+0200\n" "PO-Revision-Date: 2002-10-23 14:45+0200\n" "Last-Translator: Adam Mathebula <adam@translate.org.za>\n" diff --git a/tde-i18n-ss/messages/tdelibs/kabc_net.po b/tde-i18n-ss/messages/tdelibs/tdeabc_net.po index b0abc55c777..e29b2144a5b 100644 --- a/tde-i18n-ss/messages/tdelibs/kabc_net.po +++ b/tde-i18n-ss/messages/tdelibs/tdeabc_net.po @@ -1,10 +1,10 @@ -# translation of kabc_net.po to Siswati +# translation of tdeabc_net.po to Siswati # Copyright (C) 2002 Free Software Foundation, Inc. # Adam Mathebula <adam@translate.org.za>, 2002 # msgid "" msgstr "" -"Project-Id-Version: kabc_net\n" +"Project-Id-Version: tdeabc_net\n" "POT-Creation-Date: 2007-03-05 02:37+0100\n" "PO-Revision-Date: 2002-10-23 15:21+0200\n" "Last-Translator: Adam Mathebula <adam@translate.org.za>\n" diff --git a/tde-i18n-ss/messages/tdelibs/kabc_sql.po b/tde-i18n-ss/messages/tdelibs/tdeabc_sql.po index d57df381818..18e0d35e737 100644 --- a/tde-i18n-ss/messages/tdelibs/kabc_sql.po +++ b/tde-i18n-ss/messages/tdelibs/tdeabc_sql.po @@ -1,10 +1,10 @@ -# translation of kabc_sql.po to Siswati +# translation of tdeabc_sql.po to Siswati # Copyright (C) 2002 Free Software Foundation, Inc. # Adam Mathebula <adam@translate.org.za>, 2002 # msgid "" msgstr "" -"Project-Id-Version: kabc_sql\n" +"Project-Id-Version: tdeabc_sql\n" "POT-Creation-Date: 2005-05-18 21:23+0200\n" "PO-Revision-Date: 2002-10-23 15:34+0200\n" "Last-Translator: Adam Mathebula <adam@translate.org.za>\n" diff --git a/tde-i18n-ss/messages/tdelibs/kabcformat_binary.po b/tde-i18n-ss/messages/tdelibs/tdeabcformat_binary.po index 37b4d5e4f1b..50b28f9c9d3 100644 --- a/tde-i18n-ss/messages/tdelibs/kabcformat_binary.po +++ b/tde-i18n-ss/messages/tdelibs/tdeabcformat_binary.po @@ -1,10 +1,10 @@ -# translation of kabcformat_binary.po to Siswati +# translation of tdeabcformat_binary.po to Siswati # Copyright (C) 2002 Free Software Foundation, Inc. # Adam Mathebula <adam@translate.org.za>, 2002 # msgid "" msgstr "" -"Project-Id-Version: kabcformat_binary\n" +"Project-Id-Version: tdeabcformat_binary\n" "POT-Creation-Date: 2005-05-18 21:23+0200\n" "PO-Revision-Date: 2002-10-23 14:37+0200\n" "Last-Translator: Adam Mathebula <adam@translate.org.za>\n" diff --git a/tde-i18n-ss/messages/tdelibs/kio.po b/tde-i18n-ss/messages/tdelibs/tdeio.po index 54e3c02b7b1..865aaa989a4 100644 --- a/tde-i18n-ss/messages/tdelibs/kio.po +++ b/tde-i18n-ss/messages/tdelibs/tdeio.po @@ -15,74 +15,74 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.0beta2\n" -#: kio/netaccess.cpp:67 +#: tdeio/netaccess.cpp:67 msgid "File '%1' is not readable" msgstr "Lifayela '%1' alifundzeki" -#: kio/netaccess.cpp:438 +#: tdeio/netaccess.cpp:438 #, fuzzy msgid "ERROR: Unknown protocol '%1'" msgstr "" "Umtsetfo wekutfumela longa '%1'.\n" -#: kio/global.cpp:729 kio/job.cpp:1761 kio/job.cpp:3228 kio/job.cpp:3745 -#: kio/paste.cpp:65 +#: tdeio/global.cpp:729 tdeio/job.cpp:1761 tdeio/job.cpp:3228 tdeio/job.cpp:3745 +#: tdeio/paste.cpp:65 msgid "File Already Exists" msgstr "Lifayela likhona kakadze" -#: kio/global.cpp:739 kio/job.cpp:2938 +#: tdeio/global.cpp:739 tdeio/job.cpp:2938 #, fuzzy msgid "Folder Already Exists" msgstr "Lifayela likhona kakadze" -#: kio/job.cpp:3228 kio/job.cpp:3745 +#: tdeio/job.cpp:3228 tdeio/job.cpp:3745 #, fuzzy msgid "Already Exists as Folder" msgstr "Kukhona kakadze njenge directory" -#: kio/kimageio.cpp:231 +#: tdeio/kimageio.cpp:231 #, fuzzy msgid "All Pictures" msgstr "titfombe tonkhe" -#: kio/pastedialog.cpp:49 +#: tdeio/pastedialog.cpp:49 #, fuzzy msgid "Data format:" msgstr "Sakhiwo selifayela:" -#: kio/renamedlg.cpp:119 +#: tdeio/renamedlg.cpp:119 msgid "&Rename" msgstr "&Niketa ligama lelisha" -#: kio/renamedlg.cpp:121 +#: tdeio/renamedlg.cpp:121 msgid "Suggest New &Name" msgstr "" -#: kio/renamedlg.cpp:127 +#: tdeio/renamedlg.cpp:127 msgid "&Skip" msgstr "&Yeca" -#: kio/renamedlg.cpp:130 +#: tdeio/renamedlg.cpp:130 msgid "&Auto Skip" msgstr "&Yeca ngalokutitjintjako" -#: kio/renamedlg.cpp:135 +#: tdeio/renamedlg.cpp:135 msgid "&Overwrite" msgstr "&Phula umtfetfo" -#: kio/renamedlg.cpp:139 +#: tdeio/renamedlg.cpp:139 msgid "O&verwrite All" msgstr "Y&ephula umtstfo wako konkhe" -#: kio/renamedlg.cpp:145 +#: tdeio/renamedlg.cpp:145 msgid "&Resume" msgstr "&Sungula" -#: kio/renamedlg.cpp:150 +#: tdeio/renamedlg.cpp:150 msgid "R&esume All" msgstr "S&ungula konkhe" -#: kio/renamedlg.cpp:161 +#: tdeio/renamedlg.cpp:161 #, fuzzy msgid "" "This action would overwrite '%1' with itself.\n" @@ -91,43 +91,43 @@ msgstr "" "Lesento sitawephula umtsetfo '%1' ngaso ngekwaso.\n" "Ingabe ufuna kusiniketa ligama lelisha esikhundleni saloko?" -#: kio/renamedlg.cpp:163 +#: tdeio/renamedlg.cpp:163 msgid "C&ontinue" msgstr "C&hubeka" -#: kio/renamedlg.cpp:232 kio/renamedlg.cpp:311 +#: tdeio/renamedlg.cpp:232 tdeio/renamedlg.cpp:311 msgid "An older item named '%1' already exists." msgstr "Intfo lendzla lebitwa '%1' kadze ikhona." -#: kio/renamedlg.cpp:234 kio/renamedlg.cpp:313 +#: tdeio/renamedlg.cpp:234 tdeio/renamedlg.cpp:313 msgid "A similar file named '%1' already exists." msgstr "Lifayela lelifanako lelibitwa '%1' kadze likhona." -#: kio/renamedlg.cpp:236 kio/renamedlg.cpp:315 +#: tdeio/renamedlg.cpp:236 tdeio/renamedlg.cpp:315 msgid "A newer item named '%1' already exists." msgstr "Intfo lensha lebitwa '%1' kadze ikhona." -#: kio/renamedlg.cpp:248 kio/renamedlg.cpp:284 +#: tdeio/renamedlg.cpp:248 tdeio/renamedlg.cpp:284 #, c-format msgid "size %1" msgstr "Bukhulu %1" -#: kio/renamedlg.cpp:256 kio/renamedlg.cpp:291 +#: tdeio/renamedlg.cpp:256 tdeio/renamedlg.cpp:291 #, c-format msgid "created on %1" msgstr "Kucaliswe nge %1" -#: kio/renamedlg.cpp:263 kio/renamedlg.cpp:298 +#: tdeio/renamedlg.cpp:263 tdeio/renamedlg.cpp:298 #, c-format msgid "modified on %1" msgstr "Kulungiswe nge %1" -#: kio/renamedlg.cpp:273 +#: tdeio/renamedlg.cpp:273 msgid "The source file is '%1'" msgstr "Lifayela lekusukela yi '%1'" -#: kio/kdirlister.cpp:282 kio/kdirlister.cpp:293 kio/krun.cpp:864 -#: kio/paste.cpp:213 kio/renamedlg.cpp:431 +#: tdeio/kdirlister.cpp:282 tdeio/kdirlister.cpp:293 tdeio/krun.cpp:864 +#: tdeio/paste.cpp:213 tdeio/renamedlg.cpp:431 #, c-format msgid "" "Malformed URL\n" @@ -136,27 +136,27 @@ msgstr "" "I-URL eyakheke kabi\n" "%1" -#: kio/paste.cpp:49 kio/paste.cpp:115 +#: tdeio/paste.cpp:49 tdeio/paste.cpp:115 #, fuzzy msgid "Filename for clipboard content:" msgstr "Ligama lelifayela lalokucuketfwe ku-clipboard:" -#: kio/paste.cpp:108 +#: tdeio/paste.cpp:108 #, fuzzy msgid "%1 (%2)" msgstr "%1 (sikhungo %2)" -#: kio/paste.cpp:123 +#: tdeio/paste.cpp:123 msgid "" "The clipboard has changed since you used 'paste': the chosen data format is no " "longer applicable. Please copy again what you wanted to paste." msgstr "" -#: kio/paste.cpp:201 kio/paste.cpp:224 kio/paste.cpp:251 +#: tdeio/paste.cpp:201 tdeio/paste.cpp:224 tdeio/paste.cpp:251 msgid "The clipboard is empty" msgstr "I-klipboard ayinalutfo" -#: kio/paste.cpp:299 +#: tdeio/paste.cpp:299 #, fuzzy, c-format msgid "" "_n: &Paste File\n" @@ -165,27 +165,27 @@ msgstr "" "%n lifayela\n" "%n emafayela" -#: kio/paste.cpp:301 +#: tdeio/paste.cpp:301 #, c-format msgid "" "_n: &Paste URL\n" "&Paste %n URLs" msgstr "" -#: kio/paste.cpp:303 +#: tdeio/paste.cpp:303 #, fuzzy msgid "&Paste Clipboard Contents" msgstr "Ligama lelifayela lalokucuketfwe ku-clipboard:" -#: kio/observer.cpp:332 misc/uiserver.cpp:1218 +#: tdeio/observer.cpp:332 misc/uiserver.cpp:1218 msgid "The peer SSL certificate appears to be corrupt." msgstr "Sithifikethi sebangani se SSL sibonakala sikhohlakele." -#: kio/observer.cpp:332 kio/tcpslavebase.cpp:706 misc/uiserver.cpp:1218 +#: tdeio/observer.cpp:332 tdeio/tcpslavebase.cpp:706 misc/uiserver.cpp:1218 msgid "SSL" msgstr "SSL" -#: kio/chmodjob.cpp:173 +#: tdeio/chmodjob.cpp:173 #, fuzzy msgid "" "<qt>Could not modify the ownership of file <b>%1</b>" @@ -195,69 +195,69 @@ msgstr "" ".Unelilungelo lelingakaphneleli lekungena kulifayela kutsi utakwenta " "lutjintjo.</qt>" -#: kio/chmodjob.cpp:173 +#: tdeio/chmodjob.cpp:173 #, fuzzy msgid "&Skip File" msgstr "&Lifayela" -#: kio/kfilemetainfo.cpp:844 +#: tdeio/tdefilemetainfo.cpp:844 msgid "s" msgstr "s" -#: kio/kfilemetainfo.cpp:847 +#: tdeio/tdefilemetainfo.cpp:847 msgid "ms" msgstr "ms" -#: kio/kfilemetainfo.cpp:850 +#: tdeio/tdefilemetainfo.cpp:850 msgid "bps" msgstr "bps" -#: kio/kfilemetainfo.cpp:853 +#: tdeio/tdefilemetainfo.cpp:853 msgid "pixels" msgstr "ema-pixels" -#: kio/kfilemetainfo.cpp:856 +#: tdeio/tdefilemetainfo.cpp:856 msgid "in" msgstr "ekhatsi" -#: kio/kfilemetainfo.cpp:859 +#: tdeio/tdefilemetainfo.cpp:859 msgid "cm" msgstr "cm" -#: kio/kfilemetainfo.cpp:862 +#: tdeio/tdefilemetainfo.cpp:862 msgid "B" msgstr "B" -#: kio/kfilemetainfo.cpp:865 +#: tdeio/tdefilemetainfo.cpp:865 msgid "KB" msgstr "KB" -#: kio/kfilemetainfo.cpp:868 +#: tdeio/tdefilemetainfo.cpp:868 msgid "fps" msgstr "fps" -#: kio/kfilemetainfo.cpp:871 +#: tdeio/tdefilemetainfo.cpp:871 msgid "dpi" msgstr "dpi" -#: kio/kfilemetainfo.cpp:874 +#: tdeio/tdefilemetainfo.cpp:874 msgid "bpp" msgstr "bpp" -#: kio/kfilemetainfo.cpp:877 +#: tdeio/tdefilemetainfo.cpp:877 msgid "Hz" msgstr "" -#: kio/kfilemetainfo.cpp:880 +#: tdeio/tdefilemetainfo.cpp:880 msgid "mm" msgstr "" -#: kio/kmimetype.cpp:110 +#: tdeio/kmimetype.cpp:110 #, fuzzy msgid "No mime types installed." msgstr "Akukho tinhlobo te mime letifakiwe!" -#: kio/kmimetype.cpp:136 +#: tdeio/kmimetype.cpp:136 #, c-format msgid "" "Could not find mime type\n" @@ -266,11 +266,11 @@ msgstr "" "Akukhonakalanga kutfola luhlobo lwe mime\n" "%1" -#: kio/kmimetype.cpp:796 +#: tdeio/kmimetype.cpp:796 msgid "The desktop entry file %1 has no Type=... entry." msgstr "Lifayela lekungena ledesktop %1 alulunalo luhlobo=... lokungenisiwe." -#: kio/kmimetype.cpp:817 +#: tdeio/kmimetype.cpp:817 msgid "" "The desktop entry of type\n" "%1\n" @@ -280,7 +280,7 @@ msgstr "" "%1\n" "asatiwa." -#: kio/kmimetype.cpp:831 kio/kmimetype.cpp:933 kio/kmimetype.cpp:1115 +#: tdeio/kmimetype.cpp:831 tdeio/kmimetype.cpp:933 tdeio/kmimetype.cpp:1115 msgid "" "The desktop entry file\n" "%1\n" @@ -290,7 +290,7 @@ msgstr "" "%1\n" "seluhlobo lentfo ye-FS kodvwa ayina Dev=... singeniso." -#: kio/kmimetype.cpp:877 +#: tdeio/kmimetype.cpp:877 msgid "" "The desktop entry file\n" "%1\n" @@ -300,19 +300,19 @@ msgstr "" "%1\n" "seluhlobo Luchumano kodvwa asina URL=...lokungeniswako." -#: kio/kmimetype.cpp:943 +#: tdeio/kmimetype.cpp:943 msgid "Mount" msgstr "Khuphula" -#: kio/kmimetype.cpp:954 +#: tdeio/kmimetype.cpp:954 msgid "Eject" msgstr "Khipha" -#: kio/kmimetype.cpp:956 +#: tdeio/kmimetype.cpp:956 msgid "Unmount" msgstr "Ungakhuphuli" -#: kio/kmimetype.cpp:1073 +#: tdeio/kmimetype.cpp:1073 msgid "" "The desktop entry file\n" "%1\n" @@ -324,7 +324,7 @@ msgstr "" "line menyu yekungena lengekho emtsetfweni\n" "%2." -#: kio/tcpslavebase.cpp:319 +#: tdeio/tcpslavebase.cpp:319 msgid "" "You are about to leave secure mode. Transmissions will no longer be encrypted.\n" "This means that a third party could observe your data in transit." @@ -334,34 +334,34 @@ msgstr "" "Loku kusho kutsi umuntfu wesitsatfu angakhona kubuka imininingwane " "lengakahlutwa lesendleleni." -#: kio/tcpslavebase.cpp:325 kio/tcpslavebase.cpp:1087 +#: tdeio/tcpslavebase.cpp:325 tdeio/tcpslavebase.cpp:1087 msgid "Security Information" msgstr "Imininingwane ngekuphepha" -#: kio/tcpslavebase.cpp:326 +#: tdeio/tcpslavebase.cpp:326 #, fuzzy msgid "C&ontinue Loading" msgstr "Chubeka nekulayisha" -#: kio/tcpslavebase.cpp:677 +#: tdeio/tcpslavebase.cpp:677 msgid "Enter the certificate password:" msgstr "Faka libitomfihlo lesithifikethi:" -#: kio/tcpslavebase.cpp:678 +#: tdeio/tcpslavebase.cpp:678 msgid "SSL Certificate Password" msgstr "Libitomfihlo lesithifikethi se SSL" -#: kio/tcpslavebase.cpp:691 +#: tdeio/tcpslavebase.cpp:691 #, fuzzy msgid "Unable to open the certificate. Try a new password?" msgstr "Akukhonakali kuvula sithifikethi. Zama libitomfihlo lelisha?" -#: kio/tcpslavebase.cpp:704 +#: tdeio/tcpslavebase.cpp:704 msgid "The procedure to set the client certificate for the session failed." msgstr "" "Indlela lehleliwe yesigceme yekuhlela sithifikethi selikhasimende yehlulekile." -#: kio/tcpslavebase.cpp:875 +#: tdeio/tcpslavebase.cpp:875 msgid "" "The IP address of the host %1 does not match the one the certificate was issued " "to." @@ -369,40 +369,40 @@ msgstr "" "Likheli lesamukeli se IP %1 alihambisani naleli sithifikethi lesakhishelwa " "kulo." -#: kio/tcpslavebase.cpp:880 kio/tcpslavebase.cpp:888 kio/tcpslavebase.cpp:923 -#: kio/tcpslavebase.cpp:997 kio/tcpslavebase.cpp:1009 -#: kio/tcpslavebase.cpp:1018 kio/tcpslavebase.cpp:1049 +#: tdeio/tcpslavebase.cpp:880 tdeio/tcpslavebase.cpp:888 tdeio/tcpslavebase.cpp:923 +#: tdeio/tcpslavebase.cpp:997 tdeio/tcpslavebase.cpp:1009 +#: tdeio/tcpslavebase.cpp:1018 tdeio/tcpslavebase.cpp:1049 msgid "Server Authentication" msgstr "Sifungo sesigcini" -#: kio/tcpslavebase.cpp:881 kio/tcpslavebase.cpp:889 kio/tcpslavebase.cpp:1019 +#: tdeio/tcpslavebase.cpp:881 tdeio/tcpslavebase.cpp:889 tdeio/tcpslavebase.cpp:1019 msgid "&Details" msgstr "&imininingwane" -#: kio/tcpslavebase.cpp:882 kio/tcpslavebase.cpp:890 +#: tdeio/tcpslavebase.cpp:882 tdeio/tcpslavebase.cpp:890 msgid "Co&ntinue" msgstr "Ch&hubeka" -#: kio/tcpslavebase.cpp:884 kio/tcpslavebase.cpp:1014 +#: tdeio/tcpslavebase.cpp:884 tdeio/tcpslavebase.cpp:1014 msgid "The server certificate failed the authenticity test (%1)." msgstr "" "Sithifikethi sesigcini sehlulekile kuphumelela eluhlolweni lwesifungo (%1)." -#: kio/tcpslavebase.cpp:920 kio/tcpslavebase.cpp:1046 +#: tdeio/tcpslavebase.cpp:920 tdeio/tcpslavebase.cpp:1046 msgid "" "Would you like to accept this certificate forever without being prompted?" msgstr "" "Ungatsandza yini kwemukela lesithifikethi phakadze ngaphandle kwekutsi ucelwe?" -#: kio/tcpslavebase.cpp:924 kio/tcpslavebase.cpp:1050 +#: tdeio/tcpslavebase.cpp:924 tdeio/tcpslavebase.cpp:1050 msgid "&Forever" msgstr "&Phakadve" -#: kio/tcpslavebase.cpp:925 kio/tcpslavebase.cpp:1051 +#: tdeio/tcpslavebase.cpp:925 tdeio/tcpslavebase.cpp:1051 msgid "&Current Sessions Only" msgstr "&Sigceme sanyalo kuphela" -#: kio/tcpslavebase.cpp:996 +#: tdeio/tcpslavebase.cpp:996 msgid "" "You have indicated that you wish to accept this certificate, but it is not " "issued to the server who is presenting it. Do you wish to continue loading?" @@ -410,7 +410,7 @@ msgstr "" "Ukhombise kutsi utsandza kwemukela lesithifikethi, kodvwa asikakhishelwa " "umgcini losiniketako. Ingabe uyatsandza kuchubeka ulayishe?" -#: kio/tcpslavebase.cpp:1008 +#: tdeio/tcpslavebase.cpp:1008 msgid "" "SSL certificate is being rejected as requested. You can disable this in the TDE " "Control Center." @@ -418,12 +418,12 @@ msgstr "" "Sithifikethi se SSL silahliwe njengobe kuceliwe. Ungakhwalisa loku Esikhungweni " "Sekulawula seTDE." -#: kio/tcpslavebase.cpp:1020 +#: tdeio/tcpslavebase.cpp:1020 #, fuzzy msgid "Co&nnect" msgstr "Ch&hubeka" -#: kio/tcpslavebase.cpp:1076 +#: tdeio/tcpslavebase.cpp:1076 msgid "" "You are about to enter secure mode. All transmissions will be encrypted unless " "otherwise noted.\n" @@ -435,55 +435,55 @@ msgstr "" "Loku kusho kutsi umuntfu wesitsatfu utawukhona kubuka malula imininingwane " "lengakahlutwa lesendleleni." -#: kio/tcpslavebase.cpp:1088 +#: tdeio/tcpslavebase.cpp:1088 #, fuzzy msgid "Display SSL &Information" msgstr "Bokisa imininingwane ye SSL" -#: kio/tcpslavebase.cpp:1090 +#: tdeio/tcpslavebase.cpp:1090 #, fuzzy msgid "C&onnect" msgstr "C&hubeka" -#: kio/kdcopservicestarter.cpp:64 +#: tdeio/kdcopservicestarter.cpp:64 #, c-format msgid "No service implementing %1" msgstr "" -#: kio/kscan.cpp:52 +#: tdeio/kscan.cpp:52 msgid "Acquire Image" msgstr "Tfola umfanekiso" -#: kio/kscan.cpp:95 +#: tdeio/kscan.cpp:95 msgid "OCR Image" msgstr "Umfanekiso we OCR" -#: kio/defaultprogress.cpp:104 +#: tdeio/defaultprogress.cpp:104 msgid "Source:" msgstr "Sisusa:" -#: kio/defaultprogress.cpp:111 kio/defaultprogress.cpp:433 +#: tdeio/defaultprogress.cpp:111 tdeio/defaultprogress.cpp:433 msgid "Destination:" msgstr "Lakuyiwa khona:" -#: kio/defaultprogress.cpp:149 +#: tdeio/defaultprogress.cpp:149 #, fuzzy msgid "&Keep this window open after transfer is complete" msgstr "&Gcina leliwindi livulekile ngemva kwekucedza kutfulula." -#: kio/defaultprogress.cpp:157 +#: tdeio/defaultprogress.cpp:157 msgid "Open &File" msgstr "Vula &lifayela" -#: kio/defaultprogress.cpp:163 +#: tdeio/defaultprogress.cpp:163 msgid "Open &Destination" msgstr "Vula &indzawo yekufikela" -#: kio/defaultprogress.cpp:179 misc/uiserver.cpp:632 +#: tdeio/defaultprogress.cpp:179 misc/uiserver.cpp:632 msgid "Progress Dialog" msgstr "Inkhulumo mphendvulwano yenchubo" -#: kio/defaultprogress.cpp:226 +#: tdeio/defaultprogress.cpp:226 #, fuzzy, no-c-format msgid "" "_n: %n folder\n" @@ -492,7 +492,7 @@ msgstr "" "%n lifayela\n" "%n emafayela" -#: kio/defaultprogress.cpp:228 +#: tdeio/defaultprogress.cpp:228 #, no-c-format msgid "" "_n: %n file\n" @@ -501,11 +501,11 @@ msgstr "" "%n lifayela\n" "%n emafayela" -#: kio/defaultprogress.cpp:239 +#: tdeio/defaultprogress.cpp:239 msgid "%1 % of %2 " msgstr "%1 % ye %2 " -#: kio/defaultprogress.cpp:241 +#: tdeio/defaultprogress.cpp:241 #, fuzzy msgid "" "_n: %1 % of 1 file\n" @@ -514,37 +514,37 @@ msgstr "" "%1 / %n lifayela\n" "%1 / %n emafayela" -#: kio/defaultprogress.cpp:243 +#: tdeio/defaultprogress.cpp:243 #, fuzzy msgid "%1 %" msgstr "%1" -#: kio/defaultprogress.cpp:252 +#: tdeio/defaultprogress.cpp:252 msgid " (Copying)" msgstr " (Kushicelela)" -#: kio/defaultprogress.cpp:255 +#: tdeio/defaultprogress.cpp:255 msgid " (Moving)" msgstr "(Kunyakata)" -#: kio/defaultprogress.cpp:258 +#: tdeio/defaultprogress.cpp:258 msgid " (Deleting)" msgstr " (Kubulala)" -#: kio/defaultprogress.cpp:261 +#: tdeio/defaultprogress.cpp:261 msgid " (Creating)" msgstr "(Kucalisa)" -#: kio/defaultprogress.cpp:264 +#: tdeio/defaultprogress.cpp:264 #, fuzzy msgid " (Done)" msgstr "&Cedziwe" -#: kio/defaultprogress.cpp:285 +#: tdeio/defaultprogress.cpp:285 msgid "%1 of %2 complete" msgstr "%1 ye %2 yiphelele" -#: kio/defaultprogress.cpp:299 kio/defaultprogress.cpp:314 +#: tdeio/defaultprogress.cpp:299 tdeio/defaultprogress.cpp:314 #, fuzzy msgid "" "_n: %1 / %n folder\n" @@ -553,7 +553,7 @@ msgstr "" "%1 / %n lifayela\n" "%1 / %n emafayela" -#: kio/defaultprogress.cpp:301 kio/defaultprogress.cpp:317 +#: tdeio/defaultprogress.cpp:301 tdeio/defaultprogress.cpp:317 msgid "" "_n: %1 / %n file\n" "%1 / %n files" @@ -561,108 +561,108 @@ msgstr "" "%1 / %n lifayela\n" "%1 / %n emafayela" -#: kio/defaultprogress.cpp:325 misc/uiserver.cpp:288 +#: tdeio/defaultprogress.cpp:325 misc/uiserver.cpp:288 msgid "Stalled" msgstr "Fakiwe" -#: kio/defaultprogress.cpp:327 +#: tdeio/defaultprogress.cpp:327 msgid "%1/s ( %2 remaining )" msgstr "%1/s ( %2 lesele )" -#: kio/defaultprogress.cpp:336 +#: tdeio/defaultprogress.cpp:336 msgid "Copy File(s) Progress" msgstr "Kuchubeka kwetsatsisa ema/lifayela" -#: kio/defaultprogress.cpp:350 +#: tdeio/defaultprogress.cpp:350 msgid "Move File(s) Progress" msgstr "Kuchubeka nekukhweshisa ema/lifayela" -#: kio/defaultprogress.cpp:364 +#: tdeio/defaultprogress.cpp:364 #, fuzzy msgid "Creating Folder" msgstr "Kucalisa" -#: kio/defaultprogress.cpp:376 +#: tdeio/defaultprogress.cpp:376 msgid "Delete File(s) Progress" msgstr "Kuchubeka kwekubulala ema/lifayela" -#: kio/defaultprogress.cpp:387 +#: tdeio/defaultprogress.cpp:387 msgid "Loading Progress" msgstr "Kuchubeka nekulayisha" -#: kio/defaultprogress.cpp:396 +#: tdeio/defaultprogress.cpp:396 msgid "Examining File Progress" msgstr "Kuchubeka kwekuhlola lifayela" -#: kio/defaultprogress.cpp:403 +#: tdeio/defaultprogress.cpp:403 #, c-format msgid "Mounting %1" msgstr "Kukhuphuka %1" -#: kio/defaultprogress.cpp:410 misc/uiserver.cpp:378 +#: tdeio/defaultprogress.cpp:410 misc/uiserver.cpp:378 msgid "Unmounting" msgstr "Kungakhuphuki" -#: kio/defaultprogress.cpp:418 +#: tdeio/defaultprogress.cpp:418 #, c-format msgid "Resuming from %1" msgstr "Kusungula ku %1" -#: kio/defaultprogress.cpp:420 +#: tdeio/defaultprogress.cpp:420 msgid "Not resumable" msgstr "Akucaleki" -#: kio/defaultprogress.cpp:456 +#: tdeio/defaultprogress.cpp:456 #, fuzzy msgid "%1/s (done)" msgstr "%1 (Luchumano)" -#: kio/kservice.cpp:837 +#: tdeio/kservice.cpp:837 #, fuzzy msgid "Updating System Configuration" msgstr "Kuhlela sishicileli" -#: kio/kservice.cpp:838 +#: tdeio/kservice.cpp:838 #, fuzzy msgid "Updating system configuration." msgstr "Yakha kuhleleka kwe-cache yemshini." -#: kio/global.cpp:48 kio/global.cpp:81 +#: tdeio/global.cpp:48 tdeio/global.cpp:81 msgid "%1 B" msgstr "%1 B" -#: kio/global.cpp:62 +#: tdeio/global.cpp:62 msgid "%1 TB" msgstr "%1 TB" -#: kio/global.cpp:64 +#: tdeio/global.cpp:64 msgid "%1 GB" msgstr "%1 GB" -#: kio/global.cpp:70 +#: tdeio/global.cpp:70 msgid "%1 MB" msgstr "%1 MB" -#: kio/global.cpp:76 +#: tdeio/global.cpp:76 msgid "%1 KB" msgstr "%1 KB" -#: kio/global.cpp:86 +#: tdeio/global.cpp:86 msgid "0 B" msgstr "" -#: kio/global.cpp:122 +#: tdeio/global.cpp:122 msgid "" "_n: 1 day %1\n" "%n days %1" msgstr "" -#: kio/global.cpp:152 +#: tdeio/global.cpp:152 #, fuzzy msgid "No Items" msgstr "Inothi" -#: kio/global.cpp:152 +#: tdeio/global.cpp:152 #, c-format msgid "" "_n: One Item\n" @@ -671,12 +671,12 @@ msgstr "" "Yinye intfo\n" "%n Tintfo" -#: kio/global.cpp:154 +#: tdeio/global.cpp:154 #, fuzzy msgid "No Files" msgstr "Emafayela" -#: kio/global.cpp:154 +#: tdeio/global.cpp:154 #, c-format msgid "" "_n: One File\n" @@ -685,16 +685,16 @@ msgstr "" "Linye lifayela\n" "%n Emafayela" -#: kio/global.cpp:158 +#: tdeio/global.cpp:158 msgid "(%1 Total)" msgstr "(%1 Konkhe)" -#: kio/global.cpp:161 +#: tdeio/global.cpp:161 #, fuzzy msgid "No Folders" msgstr "Sigcini mafayela lesiha:" -#: kio/global.cpp:161 +#: tdeio/global.cpp:161 #, fuzzy, c-format msgid "" "_n: One Folder\n" @@ -703,22 +703,22 @@ msgstr "" "Linye lifayela\n" "%n Emafayela" -#: kio/global.cpp:220 +#: tdeio/global.cpp:220 #, fuzzy, c-format msgid "Could not read %1." msgstr "Akukhonakali kufundza %1" -#: kio/global.cpp:223 +#: tdeio/global.cpp:223 #, fuzzy, c-format msgid "Could not write to %1." msgstr "Akukhonakali kubhala %1" -#: kio/global.cpp:226 +#: tdeio/global.cpp:226 #, fuzzy, c-format msgid "Could not start process %1." msgstr "Akukhonakali kucala inchubo %1" -#: kio/global.cpp:229 +#: tdeio/global.cpp:229 #, c-format msgid "" "Internal Error\n" @@ -729,59 +729,59 @@ msgstr "" "Uyacelwa kutsi utfumele umbiko nge-bug ku http://bugs.kde.org\n" "%1" -#: kio/global.cpp:232 +#: tdeio/global.cpp:232 #, fuzzy, c-format msgid "Malformed URL %1." msgstr "I-URL leyakheke kabi %1" -#: kio/global.cpp:235 +#: tdeio/global.cpp:235 msgid "The protocol %1 is not supported." msgstr "Umtsetfo-mgomo wekutfumela %1 awukancedziswa." -#: kio/global.cpp:238 +#: tdeio/global.cpp:238 msgid "The protocol %1 is only a filter protocol." msgstr "Imitsetfo yekutfumela %1 kumitsetfo yekutfumela leyisisefo." -#: kio/global.cpp:245 +#: tdeio/global.cpp:245 #, fuzzy msgid "%1 is a folder, but a file was expected." msgstr "%1 yi directory, kodvwa lifayela belilindzelwe." -#: kio/global.cpp:248 +#: tdeio/global.cpp:248 #, fuzzy msgid "%1 is a file, but a folder was expected." msgstr "%1 lifayela, kodvwa i-directory beyilindzelwe." -#: kio/global.cpp:251 +#: tdeio/global.cpp:251 #, fuzzy msgid "The file or folder %1 does not exist." msgstr "Lifayela kumbe i-directory %1 ayikho." -#: kio/global.cpp:254 +#: tdeio/global.cpp:254 msgid "A file named %1 already exists." msgstr "Ligama lelifayela %1 kadze likhona." -#: kio/global.cpp:257 +#: tdeio/global.cpp:257 #, fuzzy msgid "A folder named %1 already exists." msgstr "Ligama lelifayela %1 kadze likhona." -#: kio/global.cpp:260 +#: tdeio/global.cpp:260 #, fuzzy msgid "No hostname specified." msgstr "Akukho samukeli lesibaluliwe!" -#: kio/global.cpp:260 +#: tdeio/global.cpp:260 #, c-format msgid "Unknown host %1" msgstr "Samukeli lesingatiwa %1" -#: kio/global.cpp:263 +#: tdeio/global.cpp:263 #, fuzzy, c-format msgid "Access denied to %1." msgstr "Kungena kwaliwe ku %1" -#: kio/global.cpp:266 +#: tdeio/global.cpp:266 #, fuzzy, c-format msgid "" "Access denied.\n" @@ -790,47 +790,47 @@ msgstr "" "Lilungelo lekungena laliwe\n" "Akukhonakali kubhalela ku %1" -#: kio/global.cpp:269 +#: tdeio/global.cpp:269 #, fuzzy, c-format msgid "Could not enter folder %1." msgstr "akukhonakali kufaka i-directory %1" -#: kio/global.cpp:272 +#: tdeio/global.cpp:272 #, fuzzy msgid "The protocol %1 does not implement a folder service." msgstr "Umtsetfo wekutfumela %1 awusebentisi lusito lwe-directory." -#: kio/global.cpp:275 +#: tdeio/global.cpp:275 #, fuzzy, c-format msgid "Found a cyclic link in %1." msgstr "Kutfolakale luchumano lolujikeletako ku %1" -#: kio/global.cpp:281 +#: tdeio/global.cpp:281 #, fuzzy, c-format msgid "Found a cyclic link while copying %1." msgstr "Kutfolakale luchumano lolujikeletako kusatsatsiswa %1" -#: kio/global.cpp:284 +#: tdeio/global.cpp:284 #, fuzzy, c-format msgid "Could not create socket for accessing %1." msgstr "Akukhonakali kucalisa isokethi yekutfola %1" -#: kio/global.cpp:287 +#: tdeio/global.cpp:287 #, fuzzy, c-format msgid "Could not connect to host %1." msgstr "Akukhonakali kuchumanisa nesamukeli %1" -#: kio/global.cpp:290 +#: tdeio/global.cpp:290 #, fuzzy msgid "Connection to host %1 is broken." msgstr "Luchumano nesamukeli %1 luphukile" -#: kio/global.cpp:293 +#: tdeio/global.cpp:293 #, fuzzy msgid "The protocol %1 is not a filter protocol." msgstr "Imitsetfo yekutfumela %1 akusiyo imitsetfo yekutfumela leyisisefo." -#: kio/global.cpp:296 +#: tdeio/global.cpp:296 #, c-format msgid "" "Could not mount device.\n" @@ -841,7 +841,7 @@ msgstr "" "Liphutsa lelibikiwe beku:\n" "%1" -#: kio/global.cpp:299 +#: tdeio/global.cpp:299 #, c-format msgid "" "Could not unmount device.\n" @@ -852,76 +852,76 @@ msgstr "" "Liphutsa lelibikiwe beku:\n" "%1" -#: kio/global.cpp:302 +#: tdeio/global.cpp:302 #, fuzzy, c-format msgid "Could not read file %1." msgstr "Akukhonakali kufundza lifayela %1" -#: kio/global.cpp:305 +#: tdeio/global.cpp:305 #, fuzzy, c-format msgid "Could not write to file %1." msgstr "Akukhonakali kubhala kulifayela %1" -#: kio/global.cpp:308 +#: tdeio/global.cpp:308 #, fuzzy, c-format msgid "Could not bind %1." msgstr "Akukhonakali kubopha %1" -#: kio/global.cpp:311 +#: tdeio/global.cpp:311 #, fuzzy, c-format msgid "Could not listen %1." msgstr "Akukhonakali kulalela %1" -#: kio/global.cpp:314 +#: tdeio/global.cpp:314 #, fuzzy, c-format msgid "Could not accept %1." msgstr "Akukhonakali kwamukela %1" -#: kio/global.cpp:320 +#: tdeio/global.cpp:320 #, fuzzy, c-format msgid "Could not access %1." msgstr "Akukhonakali kutfola %1" -#: kio/global.cpp:323 +#: tdeio/global.cpp:323 #, fuzzy, c-format msgid "Could not terminate listing %1." msgstr "Akukhonakali kuyekelisa kulalela %1" -#: kio/global.cpp:326 +#: tdeio/global.cpp:326 #, fuzzy, c-format msgid "Could not make folder %1." msgstr "Akukhonakali kwenta i-directory %1" -#: kio/global.cpp:329 +#: tdeio/global.cpp:329 #, fuzzy, c-format msgid "Could not remove folder %1." msgstr "Akukhonakali kuniketa lifayela ligama lelisha %1" -#: kio/global.cpp:332 +#: tdeio/global.cpp:332 #, fuzzy, c-format msgid "Could not resume file %1." msgstr "Akukhonakali kusungula lifayhela %1" -#: kio/global.cpp:335 +#: tdeio/global.cpp:335 #, fuzzy, c-format msgid "Could not rename file %1." msgstr "Akukhonakali kuniketa lifayela ligama lelisha %1" -#: kio/global.cpp:338 +#: tdeio/global.cpp:338 #, fuzzy, c-format msgid "Could not change permissions for %1." msgstr "Akukhonakali kutjintja imvumo ye %1" -#: kio/global.cpp:341 +#: tdeio/global.cpp:341 #, fuzzy, c-format msgid "Could not delete file %1." msgstr "Akukhonakali kubulala lifayela %1" -#: kio/global.cpp:344 +#: tdeio/global.cpp:344 msgid "The process for the %1 protocol died unexpectedly." msgstr "Inchubo ye %1 mitstfo yekutfumela yaliwe ngalokungakalindzeleki." -#: kio/global.cpp:347 +#: tdeio/global.cpp:347 #, fuzzy, c-format msgid "" "Error. Out of memory.\n" @@ -930,7 +930,7 @@ msgstr "" "Liphutsa. Ngaphandle kwe memory.\n" "%1" -#: kio/global.cpp:350 +#: tdeio/global.cpp:350 #, c-format msgid "" "Unknown proxy host\n" @@ -939,11 +939,11 @@ msgstr "" "Samukeli se proxy lesingatiwa\n" "%1" -#: kio/global.cpp:353 +#: tdeio/global.cpp:353 msgid "Authorization failed, %1 authentication not supported" msgstr "Sifungo sehlulekile, %1 sifungo asikalekelewla" -#: kio/global.cpp:356 +#: tdeio/global.cpp:356 #, c-format msgid "" "User canceled action\n" @@ -952,7 +952,7 @@ msgstr "" "Msebentisi ucishe sento\n" "%1" -#: kio/global.cpp:359 +#: tdeio/global.cpp:359 #, c-format msgid "" "Internal error in server\n" @@ -961,7 +961,7 @@ msgstr "" "Liphutsa langekhatsi kwesigcini\n" "%1" -#: kio/global.cpp:362 +#: tdeio/global.cpp:362 #, c-format msgid "" "Timeout on server\n" @@ -970,7 +970,7 @@ msgstr "" "Kuphele sikhatsi kusigcini\n" "%1" -#: kio/global.cpp:365 +#: tdeio/global.cpp:365 #, c-format msgid "" "Unknown error\n" @@ -979,7 +979,7 @@ msgstr "" "Liphutsa lelingatiwa\n" "%1" -#: kio/global.cpp:368 +#: tdeio/global.cpp:368 #, c-format msgid "" "Unknown interrupt\n" @@ -988,7 +988,7 @@ msgstr "" "Kuphazanyisw lokungatiwa\n" "%1" -#: kio/global.cpp:379 +#: tdeio/global.cpp:379 msgid "" "Could not delete original file %1.\n" "Please check permissions." @@ -996,7 +996,7 @@ msgstr "" "Akukhonakalanga kubulala lifayela lekusukela %1.\n" "Uyacelwa kutsi uhlole imvumo." -#: kio/global.cpp:382 +#: tdeio/global.cpp:382 msgid "" "Could not delete partial file %1.\n" "Please check permissions." @@ -1004,7 +1004,7 @@ msgstr "" "Akukhonakali kubulala lifayela ngalokungakapheleli %1.\n" "Uyacelwa kutsi uhlole imvumo." -#: kio/global.cpp:385 +#: tdeio/global.cpp:385 msgid "" "Could not rename original file %1.\n" "Please check permissions." @@ -1012,7 +1012,7 @@ msgstr "" "Akukhonakali kuniketa lifayela lekusukela ligama lelisha %1.\n" "Uyacelwa kutsi uhlole imvumo." -#: kio/global.cpp:388 +#: tdeio/global.cpp:388 msgid "" "Could not rename partial file %1.\n" "Please check permissions." @@ -1020,7 +1020,7 @@ msgstr "" "Akukhonakali kuniketa lifayela lelingakapheleli ligama lelisha %1.\n" "Uyacelwa kutsi uhlole imvumo." -#: kio/global.cpp:391 +#: tdeio/global.cpp:391 msgid "" "Could not create symlink %1.\n" "Please check permissions." @@ -1028,7 +1028,7 @@ msgstr "" "Akukhonakalanga kucalisa i-symlink %1.\n" "Uyacelwa kutsi uhlole imvumo." -#: kio/global.cpp:397 +#: tdeio/global.cpp:397 msgid "" "Could not write file %1.\n" "Disk full." @@ -1036,7 +1036,7 @@ msgstr "" "Akukhonakali kubhala lifayela %1.\n" "I-diski igcwele." -#: kio/global.cpp:400 +#: tdeio/global.cpp:400 #, c-format msgid "" "The source and destination are the same file.\n" @@ -1045,16 +1045,16 @@ msgstr "" "Sisusa nendzawo yekufikela kulifayela lelifanako.\n" "%1" -#: kio/global.cpp:406 +#: tdeio/global.cpp:406 msgid "%1 is required by the server, but is not available." msgstr "%1 kufunwa sigcini, kodvwa akukho." -#: kio/global.cpp:409 +#: tdeio/global.cpp:409 #, fuzzy msgid "Access to restricted port in POST denied." msgstr "Lilungelo lekungena kusikhungo lesingavunyelwe ku POST saliwe" -#: kio/global.cpp:412 +#: tdeio/global.cpp:412 msgid "" "Unknown error code %1\n" "%2\n" @@ -1064,136 +1064,136 @@ msgstr "" "%2\n" "Uyacelwa kutsi utfumele iripoti ye-bug lephelele ku http://bugs.kde.org." -#: kio/global.cpp:422 +#: tdeio/global.cpp:422 #, fuzzy, c-format msgid "Opening connections is not supported with the protocol %1." msgstr "Luchumano lwekuvula aluncedziswanga ngumtsetfo wekutfumela %1" -#: kio/global.cpp:424 +#: tdeio/global.cpp:424 #, fuzzy, c-format msgid "Closing connections is not supported with the protocol %1." msgstr "Luchumano lwekuvula aluncedziswanga ngumtsetfo wekutfumela %1" -#: kio/global.cpp:426 +#: tdeio/global.cpp:426 #, fuzzy, c-format msgid "Accessing files is not supported with the protocol %1." msgstr "Kutfolwa kwemafayela akuncedziswanga mitsetfo yekutfumela %1" -#: kio/global.cpp:428 +#: tdeio/global.cpp:428 #, fuzzy msgid "Writing to %1 is not supported." msgstr "Kubhala ku %1 akukasekelwa" -#: kio/global.cpp:430 +#: tdeio/global.cpp:430 #, fuzzy, c-format msgid "There are no special actions available for protocol %1." msgstr "Akukho tento letitsite letikhona temtsetfo %1" -#: kio/global.cpp:432 +#: tdeio/global.cpp:432 #, fuzzy, c-format msgid "Listing folders is not supported for protocol %1." msgstr "Kuniketa ema-directory akukancedzwa kwentela umtsetfo wekutfumela %1" -#: kio/global.cpp:434 +#: tdeio/global.cpp:434 #, fuzzy msgid "Retrieving data from %1 is not supported." msgstr "Kuzama kutfola imininingwane lengakahlutwa lebuya ku %1 akukancedvwa" -#: kio/global.cpp:436 +#: tdeio/global.cpp:436 #, fuzzy msgid "Retrieving mime type information from %1 is not supported." msgstr "Kuzama kutfola imininingwane lengakahlutwa lebuya ku %1 akukancedvwa" -#: kio/global.cpp:438 +#: tdeio/global.cpp:438 #, fuzzy msgid "Renaming or moving files within %1 is not supported." msgstr "" "Kuniketa emafayela emagama lamasha kumbe kuwakhweshisa ngekhatsi %1 " "akusekelwanga" -#: kio/global.cpp:440 +#: tdeio/global.cpp:440 #, fuzzy, c-format msgid "Creating symlinks is not supported with protocol %1." msgstr "Kucalisa i-symlinks akukancedziswa ngumtsetfo wekutfumela %1" -#: kio/global.cpp:442 +#: tdeio/global.cpp:442 #, fuzzy msgid "Copying files within %1 is not supported." msgstr "Kutsatsisa emafayela ngekhatsi kwe %1 akukasekelwa" -#: kio/global.cpp:444 +#: tdeio/global.cpp:444 #, fuzzy msgid "Deleting files from %1 is not supported." msgstr "Kubulala emafayela labuya ku %1 akusekelwanga" -#: kio/global.cpp:446 +#: tdeio/global.cpp:446 #, fuzzy, c-format msgid "Creating folders is not supported with protocol %1." msgstr "Kucalisa ema-directory akukancedvwa mtsetfo yekutfumela %1" -#: kio/global.cpp:448 +#: tdeio/global.cpp:448 #, fuzzy, c-format msgid "Changing the attributes of files is not supported with protocol %1." msgstr "futjintja bunjalo bemafayela akukancedvwa mtsetfo wekutfumela %1" -#: kio/global.cpp:450 +#: tdeio/global.cpp:450 #, fuzzy msgid "Using sub-URLs with %1 is not supported." msgstr "Kusebentisa i-URL lengaphansana ne %1 akukancedvwa" -#: kio/global.cpp:452 +#: tdeio/global.cpp:452 #, fuzzy, c-format msgid "Multiple get is not supported with protocol %1." msgstr "Lokuphindvwaphindziwe akukancedziswa ngumtsetfo wekutfumela %1" -#: kio/global.cpp:454 +#: tdeio/global.cpp:454 #, fuzzy msgid "Protocol %1 does not support action %2." msgstr "Umtsetfo-mgomo wekutfumela %1 awukancedziswa." -#: kio/global.cpp:474 kio/global.cpp:556 +#: tdeio/global.cpp:474 tdeio/global.cpp:556 msgid "(unknown)" msgstr "(ngatiwa)" -#: kio/global.cpp:486 +#: tdeio/global.cpp:486 #, fuzzy msgid "<b>Technical reason</b>: " msgstr "<b>Sizatfu lesibonakalako</b>: " -#: kio/global.cpp:487 +#: tdeio/global.cpp:487 #, fuzzy msgid "</p><p><b>Details of the request</b>:" msgstr "</p><p><b>Imininingwane yesicelo</b>:" -#: kio/global.cpp:488 +#: tdeio/global.cpp:488 msgid "</p><ul><li>URL: %1</li>" msgstr "</p><ul><li>URL: %1</li>" -#: kio/global.cpp:490 +#: tdeio/global.cpp:490 msgid "<li>Protocol: %1</li>" msgstr "<li>imigomo-mtsetfo yekutfumela: %1</li>" -#: kio/global.cpp:492 +#: tdeio/global.cpp:492 #, fuzzy msgid "<li>Date and time: %1</li>" msgstr "<li>Lilanga nesikhatsi: %1</li>" -#: kio/global.cpp:493 +#: tdeio/global.cpp:493 #, fuzzy msgid "<li>Additional information: %1</li></ul>" msgstr "<li>Imininingwane lengetiwe: %1</li></ul>" -#: kio/global.cpp:495 +#: tdeio/global.cpp:495 #, fuzzy msgid "<p><b>Possible causes</b>:</p><ul><li>" msgstr "<p><b>Tizatfu letinekwenteka</b>:</p><ul><li>" -#: kio/global.cpp:500 +#: tdeio/global.cpp:500 #, fuzzy msgid "<p><b>Possible solutions</b>:</p><ul><li>" msgstr "<p><b>Tisombululo lesinekwenteka</b>:</p><ul><li>" -#: kio/global.cpp:566 +#: tdeio/global.cpp:566 msgid "" "Contact your appropriate computer support system, whether the system " "administrator, or technical support group for further assistance." @@ -1202,15 +1202,15 @@ msgstr "" "wemshini, kumbe licembu lelisita ngalokudzinga kukwetiwa ngetandla kutfola " "lusito lolwengetiwe." -#: kio/global.cpp:569 +#: tdeio/global.cpp:569 msgid "Contact the administrator of the server for further assistance." msgstr "Tsindzana nemcondzisi wesigcini kuze utfole luncedvo lolungetiwe." -#: kio/global.cpp:572 +#: tdeio/global.cpp:572 msgid "Check your access permissions on this resource." msgstr "Hlola imvumo yakho yekungena kulesisetjentiswa." -#: kio/global.cpp:573 +#: tdeio/global.cpp:573 msgid "" "Your access permissions may be inadequate to perform the requested operation on " "this resource." @@ -1218,14 +1218,14 @@ msgstr "" "Imvumo yakho yekungena kungenteka kutsi yingaphelele kutsi yingenta sento " "lesicelwe kulesisetjentiswa." -#: kio/global.cpp:575 +#: tdeio/global.cpp:575 msgid "" "The file may be in use (and thus locked) by another user or application." msgstr "" "Kungenteka kutsi lifayela liyasetjentiswa (ngaloko likhiyelwe) ngulomunye " "umsebentisi kumbe sicelo." -#: kio/global.cpp:577 +#: tdeio/global.cpp:577 msgid "" "Check to make sure that no other application or user is using the file or has " "locked the file." @@ -1233,15 +1233,15 @@ msgstr "" "Hlola kuze ucinisekise kutsi akukho lesinye sicelo kumbe umsebentisi " "losebentisa lifayela kumbe lokhiyele lifayela." -#: kio/global.cpp:579 +#: tdeio/global.cpp:579 msgid "Although unlikely, a hardware error may have occurred." msgstr "Nakuba kungakavami, liphutsa ngemshini lentekile." -#: kio/global.cpp:581 +#: tdeio/global.cpp:581 msgid "You may have encountered a bug in the program." msgstr "Kungenteka kutsi uhlangabetane ne-bug eluhlelweni." -#: kio/global.cpp:582 +#: tdeio/global.cpp:582 msgid "" "This is most likely to be caused by a bug in the program. Please consider " "submitting a full bug report as detailed below." @@ -1249,7 +1249,7 @@ msgstr "" "Loku ngalokuvamile kubangelwa yi-bug eluhlelweni. Uyacelwa kutsi ubukete " "kumikisa umbiko logcwele nge-bug njengobe kubekiwe ngentasi." -#: kio/global.cpp:584 +#: tdeio/global.cpp:584 msgid "" "Update your software to the latest version. Your distribution should provide " "tools to update your software." @@ -1257,7 +1257,7 @@ msgstr "" "Lungisa i-software yakho yibe kusibuyeketo lesisha. Kusabalalisa kwakho " "kufanele kunikete emathulusi yekulungisa i-software yakho." -#: kio/global.cpp:586 +#: tdeio/global.cpp:586 msgid "" "When all else fails, please consider helping the TDE team or the third party " "maintainer of this software by submitting a high quality bug report. If the " @@ -1277,11 +1277,11 @@ msgstr "" "salamagama laniketwe ngenhla, bese uyawafaka embikweni wakho nge-bug, kanye " "naleminye imininingwane ngebunyenti bayo locabanga kutsi itawusita." -#: kio/global.cpp:594 +#: tdeio/global.cpp:594 msgid "There may have been a problem with your network connection." msgstr "Kungenteka kutsi bekunenkinga ngeluchumano lwakho lweluchungechunge." -#: kio/global.cpp:597 +#: tdeio/global.cpp:597 msgid "" "There may have been a problem with your network configuration. If you have been " "accessing the Internet with no problems recently, this is unlikely." @@ -1290,7 +1290,7 @@ msgstr "" "Nangabe bewukhona kutfola internet ngaphandle kwenkinga kungasikudzala, loku " "akukavami." -#: kio/global.cpp:600 +#: tdeio/global.cpp:600 msgid "" "There may have been a problem at some point along the network path between the " "server and this computer." @@ -1298,43 +1298,43 @@ msgstr "" "Kungenteka kutsi kube nenkinga esigabeni lesitsite endleleni yelichungechunge " "emkhatsini wesigcini nalongcondvomshini." -#: kio/global.cpp:602 +#: tdeio/global.cpp:602 msgid "Try again, either now or at a later time." msgstr "Zama futsi, kwanyalo kumbe esikhatsini lesitako." -#: kio/global.cpp:603 +#: tdeio/global.cpp:603 msgid "A protocol error or incompatibility may have occurred." msgstr "" "Liphutsa ngemitsetfo yekutfumela kumbe kungahambisani kungenteka kutsi " "kwentekule." -#: kio/global.cpp:604 +#: tdeio/global.cpp:604 msgid "Ensure that the resource exists, and try again." msgstr "Cinisekisa kutsi lesisetjentiswa sikhona, bese uyazama futsi." -#: kio/global.cpp:605 +#: tdeio/global.cpp:605 msgid "The specified resource may not exist." msgstr "Sisetjentiswa lesikhonjisiwe kungenteka kutsi asikho." -#: kio/global.cpp:606 +#: tdeio/global.cpp:606 msgid "You may have incorrectly typed the location." msgstr "Kungenteka kutsi uthayiphe kabi indzawo." -#: kio/global.cpp:607 +#: tdeio/global.cpp:607 msgid "Double-check that you have entered the correct location and try again." msgstr "" "Hlola kwesibili kuze ucinisekise kutsi ufake indzawo lelungile bese uyazama " "futsi." -#: kio/global.cpp:609 +#: tdeio/global.cpp:609 msgid "Check your network connection status." msgstr "Hlola simo seluchumano kuluchungechunge lwakho." -#: kio/global.cpp:613 +#: tdeio/global.cpp:613 msgid "Cannot Open Resource For Reading" msgstr "Akukhonakali kuvula sisetjentiswa kwentela kufundza" -#: kio/global.cpp:614 +#: tdeio/global.cpp:614 #, fuzzy msgid "" "This means that the contents of the requested file or folder <strong>%1</strong> " @@ -1344,16 +1344,16 @@ msgstr "" "<khutsele>%1</khutsele> akukhonakali kutfolakala, njengobe nje imvumo " "yekufundza ingeke itfolakale." -#: kio/global.cpp:617 +#: tdeio/global.cpp:617 #, fuzzy msgid "You may not have permissions to read the file or open the folder." msgstr "Kungbenteka kutsi unemvumo yhekufundza kumbe kuvula i-directory." -#: kio/global.cpp:623 +#: tdeio/global.cpp:623 msgid "Cannot Open Resource For Writing" msgstr "Akukhonakali kuvula sisetjentiswa kwentela kubhala" -#: kio/global.cpp:624 +#: tdeio/global.cpp:624 msgid "" "This means that the file, <strong>%1</strong>, could not be written to as " "requested, because access with permission to write could not be obtained." @@ -1362,15 +1362,15 @@ msgstr "" "kubhalwe njengob e bekuceliwe, ngobe kungena ngemvumo kwentela kubhala " "akutfolwanga." -#: kio/global.cpp:632 +#: tdeio/global.cpp:632 msgid "Cannot Initiate the %1 Protocol" msgstr "Akukhonakali kusungula %1 ye mitsetfo yekutfumela" -#: kio/global.cpp:633 +#: tdeio/global.cpp:633 msgid "Unable to Launch Process" msgstr "Akukhonakali kusungula inchubo" -#: kio/global.cpp:634 +#: tdeio/global.cpp:634 msgid "" "The program on your computer which provides access to the <strong>%1</strong> " "protocol could not be started. This is usually due to technical reasons." @@ -1379,7 +1379,7 @@ msgstr "" "%1</ khutsele> umtsetfo wekutfumela akukhonakalanga kutgsi ucalwe. Loku " "kungenca yetiztfu letibonakalako." -#: kio/global.cpp:637 +#: tdeio/global.cpp:637 msgid "" "The program which provides compatibility with this protocol may not have been " "updated with your last update of TDE. This can cause the program to be " @@ -1389,11 +1389,11 @@ msgstr "" "kukalungiswe nawulungisa i-TDE kwanyalo ekugcineni. Loku kungabangela kutsi " "luhlelo lungabi nebudlelwano nesibuyeketo sanyalo ngaloko lungacali." -#: kio/global.cpp:645 +#: tdeio/global.cpp:645 msgid "Internal Error" msgstr "Liphutsa langekhatsi" -#: kio/global.cpp:646 +#: tdeio/global.cpp:646 msgid "" "The program on your computer which provides access to the <strong>%1</strong> " "protocol has reported an internal error." @@ -1401,12 +1401,12 @@ msgstr "" "Luhlelo kungcondvomshini wakho loluniketa lilungelo lekungena <khutsele>" "%1</ khutsele> umtsetfo wekutfumela wubike liphutsa lasekhaya." -#: kio/global.cpp:654 +#: tdeio/global.cpp:654 #, fuzzy msgid "Improperly Formatted URL" msgstr "I-URL lengahlelekanga kahle" -#: kio/global.cpp:655 +#: tdeio/global.cpp:655 #, fuzzy msgid "" "The <strong>U</strong>niform <strong>R</strong>esource <strong>L</strong>" @@ -1422,12 +1422,12 @@ msgstr "" "wekutfumela://msebentisi@libitomfihlo:www.sibonelo.org:sikhungo/directory/ligama" "lelifayela.singetelo?sikhalo=linani</khutsele></blockquote>" -#: kio/global.cpp:664 +#: tdeio/global.cpp:664 #, c-format msgid "Unsupported Protocol %1" msgstr "Umtsetfo wekutfumela longakasekelwa %1" -#: kio/global.cpp:665 +#: tdeio/global.cpp:665 msgid "" "The protocol <strong>%1</strong> is not supported by the TDE programs currently " "installed on this computer." @@ -1435,11 +1435,11 @@ msgstr "" "Umtsetfo wekutfumela <khutsele>%1</khutsele> awusekelwanga tinhlelo te TDE " "letifakiwe kwanyalo kulongcondvomshini." -#: kio/global.cpp:668 +#: tdeio/global.cpp:668 msgid "The requested protocol may not be supported." msgstr "Umtsetfo wekutfumela loceliwe kungentgeka kutgsi awusekelwanga." -#: kio/global.cpp:669 +#: tdeio/global.cpp:669 msgid "" "The versions of the %1 protocol supported by this computer and the server may " "be incompatible." @@ -1447,7 +1447,7 @@ msgstr "" "Sibuyeketo se %1 mtsetfo wekutfumela loncedziswa ngulencondvomshini kanye " "nesigcini kungenteka akuhambelani." -#: kio/global.cpp:671 +#: tdeio/global.cpp:671 #, fuzzy msgid "" "You may perform a search on the Internet for a TDE program (called a tdeioslave " @@ -1461,15 +1461,15 @@ msgstr "" "http://apps.kde.com/</a> kanye ne <a href=\"http://freshmeat.net/\">" "http://inyamalefuleshi.net/</a>." -#: kio/global.cpp:680 +#: tdeio/global.cpp:680 msgid "URL Does Not Refer to a Resource." msgstr "I-URL ayikhombisi luchumano nesisetjentiswa." -#: kio/global.cpp:681 +#: tdeio/global.cpp:681 msgid "Protocol is a Filter Protocol" msgstr "Umtsetfo wekutfumela usisefo semtsetfo wekutfumela" -#: kio/global.cpp:682 +#: tdeio/global.cpp:682 msgid "" "The <strong>U</strong>niform <strong>R</strong>esource <strong>L</strong>" "ocator (URL) that you entered did not refer to a specific resource." @@ -1477,7 +1477,7 @@ msgstr "" "I <cinile>U</cinile>niform <cinile>R</cinile>esource <cinile>L</cinile>" "ocator (URL) loyifakile ayikhombisi kuchumana nesisetjentiswa lesitsite." -#: kio/global.cpp:685 +#: tdeio/global.cpp:685 msgid "" "TDE is able to communicate through a protocol within a protocol; the protocol " "specified is only for use in such situations, however this is not one of these " @@ -1489,12 +1489,12 @@ msgstr "" "kutigameko letifana naleti kuphela, nobe kunjalo loku akusiko kwaletigameko. " "Lesi sigameko lesingakavami, futsi siv amile kukhombisa liphutsa ekuhlelekeni. " -#: kio/global.cpp:693 +#: tdeio/global.cpp:693 #, c-format msgid "Unsupported Action: %1" msgstr "Sento lesingakasekelwa: %1" -#: kio/global.cpp:694 +#: tdeio/global.cpp:694 msgid "" "The requested action is not supported by the TDE program which is implementing " "the <strong>%1</strong> protocol." @@ -1502,7 +1502,7 @@ msgstr "" "Sento lesiceliwe asikancedziswa luhlelo lwe TDE lolusebentisa <khutsele>" "%1</khutsele>umtsetfo wekutfumela." -#: kio/global.cpp:697 +#: tdeio/global.cpp:697 msgid "" "This error is very much dependent on the TDE program. The additional " "information should give you more information than is available to the TDE " @@ -1512,15 +1512,15 @@ msgstr "" "kufanele yikunikete mniningwane kwendlula lekhona kusakhiwo " "salokungenisiwe/mphumela we TDE. " -#: kio/global.cpp:700 +#: tdeio/global.cpp:700 msgid "Attempt to find another way to accomplish the same outcome." msgstr "Zama kutfola lenye indlela kuze utfole uphumela lofanako." -#: kio/global.cpp:705 +#: tdeio/global.cpp:705 msgid "File Expected" msgstr "Lifayela lilindzelwe" -#: kio/global.cpp:706 +#: tdeio/global.cpp:706 #, fuzzy msgid "" "The request expected a file, however the folder <strong>%1</strong> " @@ -1529,16 +1529,16 @@ msgstr "" "Sicelo silindzele lifayela, nob ekunjalo i-directory <khutsele>%1</khutsele> " "yitfolwe yifakiwe." -#: kio/global.cpp:708 +#: tdeio/global.cpp:708 msgid "This may be an error on the server side." msgstr "Loku kungaba liphutsa ecadzini lesigcini." -#: kio/global.cpp:713 +#: tdeio/global.cpp:713 #, fuzzy msgid "Folder Expected" msgstr "Lifayela lilindzelwe" -#: kio/global.cpp:714 +#: tdeio/global.cpp:714 #, fuzzy msgid "" "The request expected a folder, however the file <strong>%1</strong> " @@ -1547,18 +1547,18 @@ msgstr "" "Sicelo silindzele i directory, nobe kunjalo lifayela <khutsele>%1</khutsele> " "litfoliwe esikhundleni." -#: kio/global.cpp:721 +#: tdeio/global.cpp:721 #, fuzzy msgid "File or Folder Does Not Exist" msgstr "LIfayela kumbe i-directory ayikho" -#: kio/global.cpp:722 +#: tdeio/global.cpp:722 #, fuzzy msgid "The specified file or folder <strong>%1</strong> does not exist." msgstr "" "Lifayela lelikhonjisiwe kumbe i-directory <khutsele>%1</khutsele> akukho." -#: kio/global.cpp:730 +#: tdeio/global.cpp:730 msgid "" "The requested file could not be created because a file with the same name " "already exists." @@ -1566,20 +1566,20 @@ msgstr "" "Lifayela leliceliwe akukhonakalanga kutsi licaliswe ngobe lifayela lelineligama " "lelifanako kadze likhona." -#: kio/global.cpp:732 +#: tdeio/global.cpp:732 msgid "Try moving the current file out of the way first, and then try again." msgstr "" "Zama kukhweshisa lifayela lanyalo endleleni kucala, bese uyazama futsi." -#: kio/global.cpp:734 +#: tdeio/global.cpp:734 msgid "Delete the current file and try again." msgstr "Bulala lifayhela lanyalo bese uyazama futsi." -#: kio/global.cpp:735 +#: tdeio/global.cpp:735 msgid "Choose an alternate filename for the new file." msgstr "Khetsa ligama lelinye lelifayela kwentela lifayela lelisha." -#: kio/global.cpp:740 +#: tdeio/global.cpp:740 #, fuzzy msgid "" "The requested folder could not be created because a folder with the same name " @@ -1588,27 +1588,27 @@ msgstr "" "Lifayela leliceliwe akukhonakalanga kutsi licaliswe ngobe lifayela lelineligama " "lelifanako kadze likhona." -#: kio/global.cpp:742 +#: tdeio/global.cpp:742 #, fuzzy msgid "Try moving the current folder out of the way first, and then try again." msgstr "" "Zama kukhweshisa lifayela lanyalo endleleni kucala, bese uyazama futsi." -#: kio/global.cpp:744 +#: tdeio/global.cpp:744 #, fuzzy msgid "Delete the current folder and try again." msgstr "Bulala lifayhela lanyalo bese uyazama futsi." -#: kio/global.cpp:745 +#: tdeio/global.cpp:745 #, fuzzy msgid "Choose an alternate name for the new folder." msgstr "Khetsa ligama lelinye lelifayela kwentela lifayela lelisha." -#: kio/global.cpp:749 +#: tdeio/global.cpp:749 msgid "Unknown Host" msgstr "Samukeli lesingatiwa" -#: kio/global.cpp:750 +#: tdeio/global.cpp:750 msgid "" "An unknown host error indicates that the server with the requested name, " "<strong>%1</strong>, could not be located on the Internet." @@ -1617,58 +1617,58 @@ msgstr "" "leliceliwe, <khutsele>%1</khutsele>, akukhonakalanga kutsi libalulwe ku " "Internet." -#: kio/global.cpp:753 +#: tdeio/global.cpp:753 msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." msgstr "" "Ligama lolithayiphile, %1, kungenteka kutsi alikho: kungenteka kutsi " "lithayishwe ngalokungasiko." -#: kio/global.cpp:760 +#: tdeio/global.cpp:760 msgid "Access Denied" msgstr "Lilungelo lekungena laliwe" -#: kio/global.cpp:761 +#: tdeio/global.cpp:761 msgid "Access was denied to the specified resource, <strong>%1</strong>." msgstr "" "Lilungelo lekungena belaliwe kusisetjentiswa lesitsite, <cinile>%1</cinile>." -#: kio/global.cpp:763 kio/global.cpp:979 +#: tdeio/global.cpp:763 tdeio/global.cpp:979 msgid "You may have supplied incorrect authentication details or none at all." msgstr "" "Kungenteka kutsi unikete imininingwane yesifungo lengakalungi kumbe " "awuniketanga kwasanhlobo." -#: kio/global.cpp:765 kio/global.cpp:981 +#: tdeio/global.cpp:765 tdeio/global.cpp:981 msgid "Your account may not have permission to access the specified resource." msgstr "" "Ikhawundi yakho kungenta kutsi ayinalo lilungelo lekungena esisetjentisweni " "lesitsite." -#: kio/global.cpp:767 kio/global.cpp:983 kio/global.cpp:995 +#: tdeio/global.cpp:767 tdeio/global.cpp:983 tdeio/global.cpp:995 msgid "" "Retry the request and ensure your authentication details are entered correctly." msgstr "" "Zama kucela kabusha bese ucinisekisa kutsi iminingwane yakho yesifungo yifakwe " "ngalokulungile." -#: kio/global.cpp:773 +#: tdeio/global.cpp:773 msgid "Write Access Denied" msgstr "Lilungelo lekubhala laliwe" -#: kio/global.cpp:774 +#: tdeio/global.cpp:774 msgid "" "This means that an attempt to write to the file <strong>%1</strong> " "was rejected." msgstr "" "Loku kusho kutsi umzamo wekubhala efayelini <khutsele>%1</khutsele>wulahliwe." -#: kio/global.cpp:781 +#: tdeio/global.cpp:781 #, fuzzy msgid "Unable to Enter Folder" msgstr "Akukhonakali kungena i-directory" -#: kio/global.cpp:782 +#: tdeio/global.cpp:782 #, fuzzy msgid "" "This means that an attempt to enter (in other words, to open) the requested " @@ -1677,16 +1677,16 @@ msgstr "" "Loku kusho kutsi umzamo wekungena (ngalamanye emagama, kuvula) i-directory " "leceliwe <khutsele>%1</khutsele> yilahliwe." -#: kio/global.cpp:790 +#: tdeio/global.cpp:790 #, fuzzy msgid "Folder Listing Unavailable" msgstr "Luhlu lwalokuku-directory alikho" -#: kio/global.cpp:791 +#: tdeio/global.cpp:791 msgid "Protocol %1 is not a Filesystem" msgstr "Umtsetfo wekutfumela %1 akusiyindlela yekufayela" -#: kio/global.cpp:792 +#: tdeio/global.cpp:792 #, fuzzy msgid "" "This means that a request was made which requires determining the contents of " @@ -1696,11 +1696,11 @@ msgstr "" "sentiwe, neluhlelo lwe TDE loluncedzisa lomtsetfo wekutfumela alukhoni kwenta " "loku." -#: kio/global.cpp:800 +#: tdeio/global.cpp:800 msgid "Cyclic Link Detected" msgstr "Luchumano lolujikeletako luseshiwe" -#: kio/global.cpp:801 +#: tdeio/global.cpp:801 #, fuzzy msgid "" "UNIX environments are commonly able to link a file or folder to a separate name " @@ -1713,7 +1713,7 @@ msgstr "" "kumbe luhla lweluchumano leligcina ngekuba nejikeleto lengagcini - lokusho " "kutsi lifayela (mhlawumbe ngendlela lejiketelako) belichumene nalo ngekwalo." -#: kio/global.cpp:805 kio/global.cpp:827 +#: tdeio/global.cpp:805 tdeio/global.cpp:827 msgid "" "Delete one part of the loop in order that it does not cause an infinite loop, " "and try again." @@ -1721,23 +1721,23 @@ msgstr "" "Bulala incenye yinye yemjikeleto kuze kutsi ingabangeli umjikeleto longagcini, " "bese uyazama futsi." -#: kio/global.cpp:814 +#: tdeio/global.cpp:814 msgid "Request Aborted By User" msgstr "Sicelo sibulewe ngumsebentisi" -#: kio/global.cpp:815 kio/global.cpp:1108 +#: tdeio/global.cpp:815 tdeio/global.cpp:1108 msgid "The request was not completed because it was aborted." msgstr "Sicelo asicedzelwanga ngobe sibulewe." -#: kio/global.cpp:817 kio/global.cpp:1011 kio/global.cpp:1110 +#: tdeio/global.cpp:817 tdeio/global.cpp:1011 tdeio/global.cpp:1110 msgid "Retry the request." msgstr "Zama kucela kabusha." -#: kio/global.cpp:821 +#: tdeio/global.cpp:821 msgid "Cyclic Link Detected During Copy" msgstr "Luchumano lolujikeletako luseshiwe ngalesikhatsi kutsatsiswa" -#: kio/global.cpp:822 +#: tdeio/global.cpp:822 #, fuzzy msgid "" "UNIX environments are commonly able to link a file or folder to a separate name " @@ -1751,15 +1751,15 @@ msgstr "" "leligcina ngekubanemjikeleto longagcini - lokusho kutsi lifayela (mhlawumbe " "ngendlela lejiketelako) belichumene nalo ngekwalo." -#: kio/global.cpp:832 +#: tdeio/global.cpp:832 msgid "Could Not Create Network Connection" msgstr "Akukhonakali kucalisa luchumano lwelichungechunge" -#: kio/global.cpp:833 +#: tdeio/global.cpp:833 msgid "Could Not Create Socket" msgstr "Akukhanakalanga kucalisa isokethi" -#: kio/global.cpp:834 +#: tdeio/global.cpp:834 msgid "" "This is a fairly technical error in which a required device for network " "communications (a socket) could not be created." @@ -1767,7 +1767,7 @@ msgstr "" "Ecinisweni leli liphutsa lelidzinga tandla lapho intfo yeluchungechunge " "lwekuchumana lefunekako (isokethi) ingeke icaliswe." -#: kio/global.cpp:836 kio/global.cpp:949 kio/global.cpp:960 kio/global.cpp:969 +#: tdeio/global.cpp:836 tdeio/global.cpp:949 tdeio/global.cpp:960 tdeio/global.cpp:969 msgid "" "The network connection may be incorrectly configured, or the network interface " "may not be enabled." @@ -1775,11 +1775,11 @@ msgstr "" "Luchumano lweluchungechunge kungentgeka kutgsi lilungiswe ngalokungasiko, kumbe " "sichumanisi selichungechunge kungenteka abukalekelelwa." -#: kio/global.cpp:842 +#: tdeio/global.cpp:842 msgid "Connection to Server Refused" msgstr "Luchumano nesigcini lwaliwe" -#: kio/global.cpp:843 +#: tdeio/global.cpp:843 msgid "" "The server <strong>%1</strong> refused to allow this computer to make a " "connection." @@ -1787,7 +1787,7 @@ msgstr "" "Sigcini <khutsele>%1</khutsele> salile kuvumela longcondvomshini kutsi wente " "luchumano. " -#: kio/global.cpp:845 +#: tdeio/global.cpp:845 msgid "" "The server, while currently connected to the Internet, may not be configured to " "allow requests." @@ -1795,7 +1795,7 @@ msgstr "" "Sigcini, sisachumene ne internet kwanyalo, kungenteka kutsi yilungiwe kutsi " "yivumele ticelo." -#: kio/global.cpp:847 +#: tdeio/global.cpp:847 msgid "" "The server, while currently connected to the Internet, may not be running the " "requested service (%1)." @@ -1803,7 +1803,7 @@ msgstr "" "Sigcini, sisachumene ne internet kwanyalo, kungenteka kutsi ayisebentisi lusito " "loluceliwe (%1)." -#: kio/global.cpp:849 +#: tdeio/global.cpp:849 msgid "" "A network firewall (a device which restricts Internet requests), either " "protecting your network or the network of the server, may have intervened, " @@ -1813,11 +1813,11 @@ msgstr "" "lokungenani kuvikela luchungechunge lwakho kumbe luchungechunge lwesigcini, " "kungenteka yingenelile, ekuvikeleni lesicelo. " -#: kio/global.cpp:856 +#: tdeio/global.cpp:856 msgid "Connection to Server Closed Unexpectedly" msgstr "Luchumano nesigcini luvaliwe kungakalindzeleki" -#: kio/global.cpp:857 +#: tdeio/global.cpp:857 msgid "" "Although a connection was established to <strong>%1</strong>" ", the connection was closed at an unexpected point in the communication." @@ -1825,7 +1825,7 @@ msgstr "" "Nanobe luchumano belutfoliwe ku <khutsele>%1</khutsele>" ", luchumano beluvinjelwe esigabeni lesilindzelekile ekuchumaneni." -#: kio/global.cpp:860 +#: tdeio/global.cpp:860 msgid "" "A protocol error may have occurred, causing the server to close the connection " "as a response to the error." @@ -1833,16 +1833,16 @@ msgstr "" "Liphutsa lemtsetfo wekutfumela kungenteka lentekile, libangela sigcini kutgsi " "sivale luchumano njengemphendvulo ephutseni." -#: kio/global.cpp:866 +#: tdeio/global.cpp:866 #, fuzzy msgid "URL Resource Invalid" msgstr "I-URL yesisetjentiswa ayikho emtsetfweni." -#: kio/global.cpp:867 +#: tdeio/global.cpp:867 msgid "Protocol %1 is not a Filter Protocol" msgstr "Umtsetfo wekutfumela %1 awusimtsetfo wesisefo" -#: kio/global.cpp:868 +#: tdeio/global.cpp:868 msgid "" "The <strong>U</strong>niform <strong>R</strong>esource <strong>L</strong>" "ocator (URL) that you entered did not refer to a valid mechanism of accessing " @@ -1852,7 +1852,7 @@ msgstr "" "ocator (URL) loyifakile ayikhombisanga luchumano nendlela lesemtsetfweni " "yekungena esisetjentisweni lesitsite, <cinile>%1%2</cinile>." -#: kio/global.cpp:873 +#: tdeio/global.cpp:873 msgid "" "TDE is able to communicate through a protocol within a protocol. This request " "specified a protocol be used as such, however this protocol is not capable of " @@ -1865,15 +1865,15 @@ msgstr "" "lesento. Lesi simo lesingakajwayeleki, futsi kunekwenteka kutgsi yikhombise " "liphutsa lekuprogrema. " -#: kio/global.cpp:881 +#: tdeio/global.cpp:881 msgid "Unable to Initialize Input/Output Device" msgstr "Akukhonakali kuhlela lokuniketiwe/umphumela wesisetjentiswa" -#: kio/global.cpp:882 +#: tdeio/global.cpp:882 msgid "Could Not Mount Device" msgstr "Akukhonakali kukhuphukisa intfo" -#: kio/global.cpp:883 +#: tdeio/global.cpp:883 msgid "" "The requested device could not be initialized (\"mounted\"). The reported error " "was: <strong>%1</strong>" @@ -1881,7 +1881,7 @@ msgstr "" "Sisetjentiswa lesiceliwe akukhonakalanga kutsi sihlelwe (\"khuphukile\"). " "Liphutsa lelibikiwe beli: <khutsele>%1</khutsele>" -#: kio/global.cpp:886 +#: tdeio/global.cpp:886 msgid "" "The device may not be ready, for example there may be no media in a removable " "media device (i.e. no CD-ROM in a CD drive), or in the case of a " @@ -1892,7 +1892,7 @@ msgstr "" "CD), kumbe nakukhulunywa ngetintfo tangaphandle/intfo lesetjentiswako, " "sisetjentiswa kungenteka kutsi asikachunyaniswa ngalokulungile." -#: kio/global.cpp:890 +#: tdeio/global.cpp:890 msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " "systems, often system administrator privileges are required to initialize a " @@ -1902,7 +1902,7 @@ msgstr "" "Kutinhlelo te UNIX, ngasikhatsi emalungelo yemcondzisi wemshini ayadzingeka " "kuze kuhleleke sisetjentiswa. " -#: kio/global.cpp:894 +#: tdeio/global.cpp:894 msgid "" "Check that the device is ready; removable drives must contain media, and " "portable devices must be connected and powered on.; and try again." @@ -1911,15 +1911,15 @@ msgstr "" "netindzaba, katsi tisentjentiswa letibambekako kufanele tichunyaniswe tibuye " "tiniketwe emandla.; bese uyazama futsi. " -#: kio/global.cpp:900 +#: tdeio/global.cpp:900 msgid "Unable to Uninitialize Input/Output Device" msgstr "Akukhonakali kuhlela lokufakiwe/umphumela wesisetjentiswa" -#: kio/global.cpp:901 +#: tdeio/global.cpp:901 msgid "Could Not Unmount Device" msgstr "Akukhonakali kungakhuphukisi intfo" -#: kio/global.cpp:902 +#: tdeio/global.cpp:902 msgid "" "The requested device could not be uninitialized (\"unmounted\"). The reported " "error was: <strong>%1</strong>" @@ -1927,7 +1927,7 @@ msgstr "" "Sisetjentiswa lesiceliwe akukhonakalanga kutsi singahlelwa " "(\"ngakhuphukanga\"). Liphutsa lelibikiwe beli: <khutsele>%1</khutsele>" -#: kio/global.cpp:905 +#: tdeio/global.cpp:905 msgid "" "The device may be busy, that is, still in use by another application or user. " "Even such things as having an open browser window on a location on this device " @@ -1938,7 +1938,7 @@ msgstr "" "lekubrawuza endzaweni leku lesisetjentiswa kutawubangela kutsi lesisetjentiswa " "sihlale sisetjentiswa." -#: kio/global.cpp:909 +#: tdeio/global.cpp:909 msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On UNIX " "systems, system administrator privileges are often required to uninitialize a " @@ -1948,16 +1948,16 @@ msgstr "" "Etinhlelweni te UNIX, emalungelo yemcondzisi wemshini ayafuneka ngasikhatsi " "kuze kungahlelwa sisetjentiswa." -#: kio/global.cpp:913 +#: tdeio/global.cpp:913 msgid "Check that no applications are accessing the device, and try again." msgstr "" "Hlola kutsi akukho sicelo lesikhon a kutfola sisetjentiswa, bese uyazama futsi." -#: kio/global.cpp:918 +#: tdeio/global.cpp:918 msgid "Cannot Read From Resource" msgstr "Akukhonakali kufundza kusukela kusisetjentiswa" -#: kio/global.cpp:919 +#: tdeio/global.cpp:919 msgid "" "This means that although the resource, <strong>%1</strong>" ", was able to be opened, an error occurred while reading the contents of the " @@ -1967,15 +1967,15 @@ msgstr "" ", kukhoniwe kutsi sivulwe, liphutsa lentekile kusafundvwa lokucuketfwe " "sisetjentiswa." -#: kio/global.cpp:922 +#: tdeio/global.cpp:922 msgid "You may not have permissions to read from the resource." msgstr "Kungenteka kutsi awunayo imvumo yekufundza kusukela kusisetjentiswa." -#: kio/global.cpp:931 +#: tdeio/global.cpp:931 msgid "Cannot Write to Resource" msgstr "Akukhonakali kubhala kusisetjentiswa" -#: kio/global.cpp:932 +#: tdeio/global.cpp:932 msgid "" "This means that although the resource, <strong>%1</strong>" ", was able to be opened, an error occurred while writing to the resource." @@ -1983,19 +1983,19 @@ msgstr "" "Loku kusho kutsi nanobe sisetjentiswa, <cinile>%1</cinile>" ", kukhoniwe kusivula, liphutsa lentekile kusabhalelwa sisetjentiswa." -#: kio/global.cpp:935 +#: tdeio/global.cpp:935 msgid "You may not have permissions to write to the resource." msgstr "Kungenteka kutsi awunayo imvumo yekubhala kusisetjentiswa." -#: kio/global.cpp:944 kio/global.cpp:955 +#: tdeio/global.cpp:944 tdeio/global.cpp:955 msgid "Could Not Listen for Network Connections" msgstr "Akukhonakali kulalela luchumano nelichungechunge" -#: kio/global.cpp:945 +#: tdeio/global.cpp:945 msgid "Could Not Bind" msgstr "Akukhonakali kuhlanganisa" -#: kio/global.cpp:946 kio/global.cpp:957 +#: tdeio/global.cpp:946 tdeio/global.cpp:957 msgid "" "This is a fairly technical error in which a required device for network " "communications (a socket) could not be established to listen for incoming " @@ -2005,15 +2005,15 @@ msgstr "" "ekuchumaneni kulichungechunge (i sokethi) akukhonakalanga kuyitfola kuze " "kulalelwe luchumano lwe luchungechunge lolutako. " -#: kio/global.cpp:956 +#: tdeio/global.cpp:956 msgid "Could Not Listen" msgstr "Akukhonakali kulalela" -#: kio/global.cpp:966 +#: tdeio/global.cpp:966 msgid "Could Not Accept Network Connection" msgstr "Akukhonakali kwemukela luchumano nelichungechunge" -#: kio/global.cpp:967 +#: tdeio/global.cpp:967 msgid "" "This is a fairly technical error in which an error occurred while attempting to " "accept an incoming network connection." @@ -2021,29 +2021,29 @@ msgstr "" "Leli liphutsa lelitsintsa tandla lapho liphutsa lenteke khona kusazanywa " "kwemukela luchumano lweluchumano lolutako." -#: kio/global.cpp:971 +#: tdeio/global.cpp:971 msgid "You may not have permissions to accept the connection." msgstr "Kungenteka kutsi awunayo imvumo yekwemukela luchumano." -#: kio/global.cpp:976 +#: tdeio/global.cpp:976 #, c-format msgid "Could Not Login: %1" msgstr "Akukhonakali kungena: %1" -#: kio/global.cpp:977 +#: tdeio/global.cpp:977 msgid "" "An attempt to login to perform the requested operation was unsuccessful." msgstr "Umzamo wekungena kuze kwentiwe sento lesiceliwe awuzange uphumelele." -#: kio/global.cpp:988 +#: tdeio/global.cpp:988 msgid "Could Not Determine Resource Status" msgstr "Akukhonakali kutfola simo sesisetjentiswa" -#: kio/global.cpp:989 +#: tdeio/global.cpp:989 msgid "Could Not Stat Resource" msgstr "Akokhonakali kucala sisetjentiswa" -#: kio/global.cpp:990 +#: tdeio/global.cpp:990 msgid "" "An attempt to determine information about the status of the resource <strong>" "%1</strong>, such as the resource name, type, size, etc., was unsuccessful." @@ -2052,68 +2052,68 @@ msgstr "" "%%1<khutsele>, njengeligama lesisetjentiswa, luhlobo, bukhulu, njll., " "akuphumelelanga." -#: kio/global.cpp:993 +#: tdeio/global.cpp:993 msgid "The specified resource may not have existed or may not be accessible." msgstr "" "Sisetjentiswa lesibaluliwe kungenteka kutsi asizange nje sibe khona kumbe ngeke " "sitfolakale." -#: kio/global.cpp:1001 +#: tdeio/global.cpp:1001 msgid "Could Not Cancel Listing" msgstr "Akukhonakalanga kucisha luhlu" -#: kio/global.cpp:1002 +#: tdeio/global.cpp:1002 msgid "FIXME: Document this" msgstr "FIXME: Gcina loku" -#: kio/global.cpp:1006 +#: tdeio/global.cpp:1006 #, fuzzy msgid "Could Not Create Folder" msgstr "Akukhanakalanga kucalisa isokethi" -#: kio/global.cpp:1007 +#: tdeio/global.cpp:1007 #, fuzzy msgid "An attempt to create the requested folder failed." msgstr "Umzamo wekucalisa i-directory leceliwe wehlulekile." -#: kio/global.cpp:1008 +#: tdeio/global.cpp:1008 #, fuzzy msgid "The location where the folder was to be created may not exist." msgstr "" "Indzawo lapho i-directory kufanele icaliswe khona kungenteka kutsi ayikho." -#: kio/global.cpp:1015 +#: tdeio/global.cpp:1015 #, fuzzy msgid "Could Not Remove Folder" msgstr "Akukhonakalanga kususa i-directory" -#: kio/global.cpp:1016 +#: tdeio/global.cpp:1016 #, fuzzy msgid "An attempt to remove the specified folder, <strong>%1</strong>, failed." msgstr "" "Umzamo wekususa i-directory letsite, <khutsele>%1</khutsele>, awukaphumeleli." -#: kio/global.cpp:1018 +#: tdeio/global.cpp:1018 #, fuzzy msgid "The specified folder may not exist." msgstr "I-directory lekhonjisiwe kungenteka kutsi ayikho." -#: kio/global.cpp:1019 +#: tdeio/global.cpp:1019 #, fuzzy msgid "The specified folder may not be empty." msgstr "I-directory lekhonjisiwe ngeke kwenteke kutsi ingabi nalutfo." -#: kio/global.cpp:1022 +#: tdeio/global.cpp:1022 #, fuzzy msgid "Ensure that the folder exists and is empty, and try again." msgstr "" "Cinisekisa kutsi i-directory yikhona nekutsi ayinalutfo, bese uyazama futsi." -#: kio/global.cpp:1027 +#: tdeio/global.cpp:1027 msgid "Could Not Resume File Transfer" msgstr "Akukhonakalanga kusungula kutfumela kwelifayela" -#: kio/global.cpp:1028 +#: tdeio/global.cpp:1028 msgid "" "The specified request asked that the transfer of file <strong>%1</strong> " "be resumed at a certain point of the transfer. This was not possible." @@ -2121,31 +2121,31 @@ msgstr "" "Sicelo lesikhonjisiwe sicele kutsi kutfunyelwe kwelifayela <khutsele>" "%1</khutsele> kucalwe endzaweni letsite yekutfumela. Loku akuzange kwenteke." -#: kio/global.cpp:1031 +#: tdeio/global.cpp:1031 msgid "The protocol, or the server, may not support file resuming." msgstr "" "Umtsetfo wekutfumela, kumbe sigcini, kungenteka kungancedzisi lifayela " "lelisungulako." -#: kio/global.cpp:1033 +#: tdeio/global.cpp:1033 msgid "Retry the request without attempting to resume transfer." msgstr "Zama kucela kabusha ngaphandle kwekuzama kusungula kutfumela. " -#: kio/global.cpp:1038 +#: tdeio/global.cpp:1038 msgid "Could Not Rename Resource" msgstr "Akukhonakali kuniketa sisetjentiswa ligama lelisha" -#: kio/global.cpp:1039 +#: tdeio/global.cpp:1039 msgid "An attempt to rename the specified resource <strong>%1</strong> failed." msgstr "" "Umzamo wekuniketa sisetjentiswa lesitsite ligama lelisha <cinile>%1</cinile> " "kuhlulekile." -#: kio/global.cpp:1047 +#: tdeio/global.cpp:1047 msgid "Could Not Alter Permissions of Resource" msgstr "Akukhonakalanga kutjintja imvumo yesisetjentiswa" -#: kio/global.cpp:1048 +#: tdeio/global.cpp:1048 msgid "" "An attempt to alter the permissions on the specified resource <strong>" "%1</strong> failed." @@ -2153,20 +2153,20 @@ msgstr "" "Umzamo wekutjintja imvumo kusisetjentiswa lesibaluliwe <cinile>%1</ cinile> " "asiphumelelanga." -#: kio/global.cpp:1055 +#: tdeio/global.cpp:1055 msgid "Could Not Delete Resource" msgstr "Akukhonali kubulala sisetjentiswa" -#: kio/global.cpp:1056 +#: tdeio/global.cpp:1056 msgid "An attempt to delete the specified resource <strong>%1</strong> failed." msgstr "" "Umzamo wekubulala sisetjentiswa lesibaluliwe <cinile>%1</cinile> kwehlulekile." -#: kio/global.cpp:1063 +#: tdeio/global.cpp:1063 msgid "Unexpected Program Termination" msgstr "Kupheliswa kweluhlelo lokungakalindzeleki" -#: kio/global.cpp:1064 +#: tdeio/global.cpp:1064 msgid "" "The program on your computer which provides access to the <strong>%1</strong> " "protocol has unexpectedly terminated." @@ -2174,11 +2174,11 @@ msgstr "" "Luhlelo kungcondvomshini wakho loluniketa lilungelo lekungena ku <khutsele>" "%1</ khutsele> mtsetfo wekutfumela lubulewe ngalokungakalindzeleki." -#: kio/global.cpp:1072 +#: tdeio/global.cpp:1072 msgid "Out of Memory" msgstr "Ngaphandle kwenkhumbuko" -#: kio/global.cpp:1073 +#: tdeio/global.cpp:1073 msgid "" "The program on your computer which provides access to the <strong>%1</strong> " "protocol could not obtain the memory required to continue." @@ -2187,11 +2187,11 @@ msgstr "" "%1</ khutsele> umtsetfo wekutfumela akukhonakalanga kutgsi wutfole inkhumbulo " "ledzingekile kutsi wuchubeke." -#: kio/global.cpp:1081 +#: tdeio/global.cpp:1081 msgid "Unknown Proxy Host" msgstr "Samukeli se-proxy lesingatiwa" -#: kio/global.cpp:1082 +#: tdeio/global.cpp:1082 msgid "" "While retrieving information about the specified proxy host, <strong>%1</strong>" ", an Unknown Host error was encountered. An unknown host error indicates that " @@ -2202,7 +2202,7 @@ msgstr "" "lesigcini lesingatiwa likhomba kutsi ligama leliceliwe akukhonakali kutsi " "libekwe ku Internet." -#: kio/global.cpp:1086 +#: tdeio/global.cpp:1086 #, fuzzy msgid "" "There may have been a problem with your network configuration, specifically " @@ -2213,15 +2213,15 @@ msgstr "" "ligama lesamujkeli seproxy yakho. Nangabe bewuloku utfola i Internet ngaphandle " "kwenkinga kwamanje, loku akukavami." -#: kio/global.cpp:1090 +#: tdeio/global.cpp:1090 msgid "Double-check your proxy settings and try again." msgstr " Hlolisisa kuhleleka kwe-proxy bese uyazama futsi. " -#: kio/global.cpp:1095 +#: tdeio/global.cpp:1095 msgid "Authentication Failed: Method %1 Not Supported" msgstr "Sifungo sehlulekile: Indlela %1 ayincedvwanga" -#: kio/global.cpp:1097 +#: tdeio/global.cpp:1097 #, c-format msgid "" "Although you may have supplied the correct authentication details, the " @@ -2232,7 +2232,7 @@ msgstr "" "ngobe indlela sigcini lesiyisebentisako ayincedziswanga luhlelo lwe TDE " "lolusebentisa umtsetfo wekutfumela %1" -#: kio/global.cpp:1101 +#: tdeio/global.cpp:1101 msgid "" "Please file a bug at <a href=\"http://bugs.kde.org/\">http://bugs.kde.org/</a> " "to inform the TDE team of the unsupported authentication method." @@ -2241,15 +2241,15 @@ msgstr "" "http://bugs.kde.org/</a> kwatisa licembu le TDE mayelana nendlela yesifungo " "lengakancedziswa." -#: kio/global.cpp:1107 +#: tdeio/global.cpp:1107 msgid "Request Aborted" msgstr "Sicelo sibulewe" -#: kio/global.cpp:1114 +#: tdeio/global.cpp:1114 msgid "Internal Error in Server" msgstr "Liphutsa langekhatsi kwesigcini" -#: kio/global.cpp:1115 +#: tdeio/global.cpp:1115 msgid "" "The program on the server which provides access to the <strong>%1</strong> " "protocol has reported an internal error: %0." @@ -2257,7 +2257,7 @@ msgstr "" "Loluhlelo kusigcini lesiniketa lilungelo lekungena ku <khutsele>%1</khutsele> " "umtsetfo wekutfumela ubike liphutsa langekhatsi: %0" -#: kio/global.cpp:1118 +#: tdeio/global.cpp:1118 msgid "" "This is most likely to be caused by a bug in the server program. Please " "consider submitting a full bug report as detailed below." @@ -2265,11 +2265,11 @@ msgstr "" "Loku kuvamise kubangelwa yi bug kusigcini seluhlelo. Uyacelwa kutsi ubukete " "kumikisa umbiko logcwele nge bujg njengobe kukhonjiswe ngentansi." -#: kio/global.cpp:1121 +#: tdeio/global.cpp:1121 msgid "Contact the administrator of the server to advise them of the problem." msgstr "Tsindzana nemcondzisi wesigcini kuze ubatise ngalenkinga." -#: kio/global.cpp:1123 +#: tdeio/global.cpp:1123 #, fuzzy msgid "" "If you know who the authors of the server software are, submit the bug report " @@ -2278,11 +2278,11 @@ msgstr "" "Nangab ewati kutgsi babhnali ngubobani balesigcini sesoftware, mikisa umbiko " "nge-bug kubo ngalokucondzile." -#: kio/global.cpp:1128 +#: tdeio/global.cpp:1128 msgid "Timeout Error" msgstr "Liphutsa lekuphelelwa sikhatsi" -#: kio/global.cpp:1129 +#: tdeio/global.cpp:1129 msgid "" "Although contact was made with the server, a response was not received within " "the amount of time allocated for the request as follows:" @@ -2302,16 +2302,16 @@ msgstr "" "Uyacelwa kutsi ucaphele kutsi ungatjintja lokuhleleka kwekuphela kwesikhatsi " "kusikhungo sekulawula se TDE, ngekukhetsa Luchungechunge -> Lokuncotwako." -#: kio/global.cpp:1140 +#: tdeio/global.cpp:1140 msgid "The server was too busy responding to other requests to respond." msgstr "" "Sigcini besimatasatasa siphendvula letinyhe ticelo letidzinga kuphendvulwa." -#: kio/global.cpp:1146 +#: tdeio/global.cpp:1146 msgid "Unknown Error" msgstr "Liphutsa lelingatiwa" -#: kio/global.cpp:1147 +#: tdeio/global.cpp:1147 msgid "" "The program on your computer which provides access to the <strong>%1</strong> " "protocol has reported an unknown error: %2." @@ -2319,11 +2319,11 @@ msgstr "" "Loluhlelo kusigcini lesiniketa lilungelo lekungena ku <khutsele>%1</khutsele> " "umtsetfo wekutfumela ubike liphutsa lelingatiwa: %2" -#: kio/global.cpp:1155 +#: tdeio/global.cpp:1155 msgid "Unknown Interruption" msgstr "Kuphazanyiswa lokungatiwa" -#: kio/global.cpp:1156 +#: tdeio/global.cpp:1156 msgid "" "The program on your computer which provides access to the <strong>%1</strong> " "protocol has reported an interruption of an unknown type: %2." @@ -2331,11 +2331,11 @@ msgstr "" "Loluhlelo kusigcini lesiniketa lilungelo lekungena ku <khutsele>%1</khutsele> " "umtsetfo wekutfumela ubike kuphazanyiswa kweluhlobo lolungatiwa: %2." -#: kio/global.cpp:1164 +#: tdeio/global.cpp:1164 msgid "Could Not Delete Original File" msgstr "Akukhonakalanga kubulala lifayela lekusukela" -#: kio/global.cpp:1165 +#: tdeio/global.cpp:1165 msgid "" "The requested operation required the deleting of the original file, most likely " "at the end of a file move operation. The original file <strong>%1</strong> " @@ -2345,11 +2345,11 @@ msgstr "" "ngalokunekwenteka ekugcineni kwesento se khweshisa lifayela. Lifayela " "lekusukela <khutsele>%1</ khutsele> akukhonakalanga kutsi libulawe." -#: kio/global.cpp:1174 +#: tdeio/global.cpp:1174 msgid "Could Not Delete Temporary File" msgstr "Akukhonakalanga kubulala lifayela lesikhashane" -#: kio/global.cpp:1175 +#: tdeio/global.cpp:1175 msgid "" "The requested operation required the creation of a temporary file in which to " "save the new file while being downloaded. This temporary file <strong>" @@ -2359,11 +2359,11 @@ msgstr "" "kulo lifayela lelisha nakusatfululwa. Lelifayela lesikhashane <khutsele>" "%1</ khutsele> akukhonakalanga kutsi libulawe." -#: kio/global.cpp:1184 +#: tdeio/global.cpp:1184 msgid "Could Not Rename Original File" msgstr "Akukhanakalanga kuniketa lifayela lekusukela ligama lelisha" -#: kio/global.cpp:1185 +#: tdeio/global.cpp:1185 msgid "" "The requested operation required the renaming of the original file <strong>" "%1</strong>, however it could not be renamed." @@ -2372,11 +2372,11 @@ msgstr "" "<khutsele>%1</ khutsele>, nakuba kunjalo akukhonakalanga kutsi kuniketwe ligama " "kabusha." -#: kio/global.cpp:1193 +#: tdeio/global.cpp:1193 msgid "Could Not Rename Temporary File" msgstr "Akukhanakalanga kuniketa lifayela lesikhashane ligama lelisha" -#: kio/global.cpp:1194 +#: tdeio/global.cpp:1194 msgid "" "The requested operation required the creation of a temporary file <strong>" "%1</strong>, however it could not be created." @@ -2384,27 +2384,27 @@ msgstr "" "Sento lesiceliwe besidzinga kucaliswa kwelifayela lesikhashane <khutsele>" "%1</ khutsele>, nakuba kunjalo akukhonakalanga kutsi licalwe." -#: kio/global.cpp:1202 +#: tdeio/global.cpp:1202 msgid "Could Not Create Link" msgstr "Akukhanakalanga kucalisa luchumano" -#: kio/global.cpp:1203 +#: tdeio/global.cpp:1203 msgid "Could Not Create Symbolic Link" msgstr "Akukhanakalanga kucalisa luchumano lolusimeleli" -#: kio/global.cpp:1204 +#: tdeio/global.cpp:1204 msgid "The requested symbolic link %1 could not be created." msgstr "Luchumano loluceliwe lweluphawu %1 akukhonakalanga kutgsi lucaliswe." -#: kio/global.cpp:1211 +#: tdeio/global.cpp:1211 msgid "No Content" msgstr "Akukho lokucuketfwe" -#: kio/global.cpp:1216 +#: tdeio/global.cpp:1216 msgid "Disk Full" msgstr "Idiski igcwele" -#: kio/global.cpp:1217 +#: tdeio/global.cpp:1217 msgid "" "The requested file <strong>%1</strong> could not be written to as there is " "inadequate disk space." @@ -2412,7 +2412,7 @@ msgstr "" "Lifayela leliceliwe <khutsele>%1</khutsele> akukhonakalanga kutsi lingabhalwa " "njengobe kunendzawo lencane kudiski." -#: kio/global.cpp:1219 +#: tdeio/global.cpp:1219 msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " "archiving files to removable media storage such as CD-Recordable discs; or 3) " @@ -2423,11 +2423,11 @@ msgstr "" "njengemadiski ye CD-Lerokhodekako; kumbe 3) tfola indzawo yekugcina " "leyengetiwe." -#: kio/global.cpp:1226 +#: tdeio/global.cpp:1226 msgid "Source and Destination Files Identical" msgstr "Sisusa kanye nendzawo yekufikela yemafayela iyafana" -#: kio/global.cpp:1227 +#: tdeio/global.cpp:1227 msgid "" "The operation could not be completed because the source and destination files " "are the same file." @@ -2435,51 +2435,51 @@ msgstr "" "Sento akukhonakalanga kutsi sicedzelwe ngobe sisusa kanye nemafayela yekufikela " "kumafayela lafanako." -#: kio/global.cpp:1229 +#: tdeio/global.cpp:1229 #, fuzzy msgid "Choose a different filename for the destination file." msgstr "Khetsa ligama lelifayela lelihlukile kwentela lifayela lufikela." -#: kio/global.cpp:1240 +#: tdeio/global.cpp:1240 msgid "Undocumented Error" msgstr "Liphutsa lelingakagcinwa" -#: kio/statusbarprogress.cpp:132 +#: tdeio/statusbarprogress.cpp:132 msgid " Stalled " msgstr "Valela" -#: kio/statusbarprogress.cpp:134 misc/uiserver.cpp:1102 +#: tdeio/statusbarprogress.cpp:134 misc/uiserver.cpp:1102 msgid " %1/s " msgstr " %1/s " -#: kio/passdlg.cpp:57 +#: tdeio/passdlg.cpp:57 msgid "Password" msgstr "Libitomfihlo" -#: kio/passdlg.cpp:98 +#: tdeio/passdlg.cpp:98 #, fuzzy msgid "You need to supply a username and a password" msgstr "Udzinga kuniketa ligama lemsebentisi kanye nelibitomfihlo" -#. i18n: file ./kfile/kpropertiesdesktopadvbase.ui line 134 -#: kfile/kpropertiesdialog.cpp:3699 kio/passdlg.cpp:108 rc.cpp:105 +#. i18n: file ./tdefile/kpropertiesdesktopadvbase.ui line 134 +#: tdefile/kpropertiesdialog.cpp:3699 tdeio/passdlg.cpp:108 rc.cpp:105 #, fuzzy, no-c-format msgid "&Username:" msgstr "&Ligama lemsebentisi:" -#: kio/passdlg.cpp:125 +#: tdeio/passdlg.cpp:125 msgid "&Password:" msgstr "&Libitomfihlo:" -#: kio/passdlg.cpp:147 +#: tdeio/passdlg.cpp:147 msgid "&Keep password" msgstr "&Gcina libitomfihlo" -#: kio/passdlg.cpp:345 kpasswdserver/kpasswdserver.cpp:371 +#: tdeio/passdlg.cpp:345 kpasswdserver/kpasswdserver.cpp:371 msgid "Authorization Dialog" msgstr "Inkhulumomphendvulwano yekuniketa imvumo" -#: kio/krun.cpp:120 +#: tdeio/krun.cpp:120 msgid "" "<qt>Unable to enter <b>%1</b>.\n" "You do not have access rights to this location.</qt>" @@ -2487,39 +2487,39 @@ msgstr "" "<qt>akukhonakali kungena <b>%1</b>.\n" "Awunayo emalungelo yekungena kulendzawo.</qt>" -#: kio/krun.cpp:159 +#: tdeio/krun.cpp:159 msgid "" "<qt>The file <b>%1</b> is an executable program. For safety it will not be " "started.</qt>" msgstr "" -#: kio/krun.cpp:166 +#: tdeio/krun.cpp:166 msgid "<qt>You do not have permission to run <b>%1</b>.</qt>" msgstr "<qt>Awunayo imvumo yekusebentisa <b>%1</b>.</qt>" -#: kio/krun.cpp:203 +#: tdeio/krun.cpp:203 #, fuzzy msgid "You are not authorized to open this file." msgstr "Awuvumelekanga kuchuba lelifayela." -#: kfile/kopenwith.cpp:835 kio/krun.cpp:207 +#: tdefile/kopenwith.cpp:835 tdeio/krun.cpp:207 msgid "Open with:" msgstr "Vula nge:" -#: kio/krun.cpp:545 +#: tdeio/krun.cpp:545 msgid "You are not authorized to execute this file." msgstr "Awuvumelekanga kuchuba lelifayela." -#: kio/krun.cpp:565 +#: tdeio/krun.cpp:565 #, fuzzy, c-format msgid "Launching %1" msgstr "Kukhuphuka %1" -#: kio/krun.cpp:746 +#: tdeio/krun.cpp:746 msgid "You are not authorized to execute this service." msgstr "Awukavunyelwa kuchuba lolusito." -#: kio/krun.cpp:900 +#: tdeio/krun.cpp:900 #, fuzzy msgid "" "<qt>Unable to run the command specified. The file or folder <b>%1</b> " @@ -2528,109 +2528,109 @@ msgstr "" "<qt>Akukhonakali kusebentisa umyalo lokhonjisiwe. Lifayela kumbe i-directory " "<b>%1</b> ayikho.</qt>" -#: kio/krun.cpp:1400 +#: tdeio/krun.cpp:1400 #, fuzzy msgid "Could not find the program '%1'" msgstr "Akukhonakalanga kutfola luhlelo '%1'" -#: kio/kfileitem.cpp:730 +#: tdeio/tdefileitem.cpp:730 msgid "Symbolic Link" msgstr "Luchumano lolusamfanekiso" -#: kio/kfileitem.cpp:732 +#: tdeio/tdefileitem.cpp:732 msgid "%1 (Link)" msgstr "%1 (Luchumano)" #: ../tdeioslave/http/kcookiejar/kcookiewin.cpp:270 -#: bookmarks/kbookmarkmenu.cc:791 kfile/kpropertiesdialog.cpp:3930 -#: kio/kfileitem.cpp:774 +#: bookmarks/kbookmarkmenu.cc:791 tdefile/kpropertiesdialog.cpp:3930 +#: tdeio/tdefileitem.cpp:774 msgid "Name:" msgstr "Ligama:" -#: kfile/kpropertiesdialog.cpp:927 kio/kfileitem.cpp:775 +#: tdefile/kpropertiesdialog.cpp:927 tdeio/tdefileitem.cpp:775 msgid "Type:" msgstr "Luhlobo:" -#: kio/kfileitem.cpp:779 +#: tdeio/tdefileitem.cpp:779 #, fuzzy msgid "Link to %1 (%2)" msgstr "Chumanisa ne %1" -#: kfile/kpropertiesdialog.cpp:977 kio/kfileitem.cpp:787 +#: tdefile/kpropertiesdialog.cpp:977 tdeio/tdefileitem.cpp:787 msgid "Size:" msgstr "Bukhulu:" -#: kfile/kpropertiesdialog.cpp:1045 kio/kfileitem.cpp:792 +#: tdefile/kpropertiesdialog.cpp:1045 tdeio/tdefileitem.cpp:792 msgid "Modified:" msgstr "Lungisiwe:" -#: kio/kfileitem.cpp:798 +#: tdeio/tdefileitem.cpp:798 msgid "Owner:" msgstr "Umnikati:" -#: kio/kfileitem.cpp:799 +#: tdeio/tdefileitem.cpp:799 msgid "Permissions:" msgstr "Imvumo:" -#: kio/skipdlg.cpp:63 +#: tdeio/skipdlg.cpp:63 msgid "Skip" msgstr "Yeca" -#: kio/skipdlg.cpp:66 +#: tdeio/skipdlg.cpp:66 msgid "Auto Skip" msgstr "Yeca ngalokutitjintjako" -#: kio/kshred.cpp:212 +#: tdeio/kshred.cpp:212 msgid "Shredding: pass %1 of 35" msgstr "Kujujelelwa: ndlula %1 ye 35" -#: kio/slave.cpp:370 +#: tdeio/slave.cpp:370 #, c-format msgid "Unable to create io-slave: %1" msgstr "Akukhonakali kucalisa io-sigcila: %1" -#: kio/slave.cpp:401 +#: tdeio/slave.cpp:401 #, fuzzy msgid "Unknown protocol '%1'." msgstr "" "Umtsetfo wekutfumela longa '%1'.\n" -#: kio/slave.cpp:409 +#: tdeio/slave.cpp:409 msgid "Can not find io-slave for protocol '%1'." msgstr "Akukhonakali kutfola io-sidzila semtstfo wekutfumela '%1'." -#: kio/slave.cpp:437 +#: tdeio/slave.cpp:437 #, fuzzy -msgid "Cannot talk to klauncher" -msgstr "Ngeke ukhulume na klauncher" +msgid "Cannot talk to tdelauncher" +msgstr "Ngeke ukhulume na tdelauncher" -#: kio/slave.cpp:448 +#: tdeio/slave.cpp:448 #, c-format msgid "" "Unable to create io-slave:\n" -"klauncher said: %1" +"tdelauncher said: %1" msgstr "" "Akukhonakali kucalisa io-sigcila:\n" -"klauncher: %1" +"tdelauncher: %1" -#: kfile/kpropertiesdialog.cpp:2686 kio/kmimetypechooser.cpp:75 +#: tdefile/kpropertiesdialog.cpp:2686 tdeio/kmimetypechooser.cpp:75 msgid "Mime Type" msgstr "Luhlobo lwekukhuluma ngetitfo temtimba" -#: kfile/kpropertiesdialog.cpp:2697 kio/kmimetypechooser.cpp:80 +#: tdefile/kpropertiesdialog.cpp:2697 tdeio/kmimetypechooser.cpp:80 msgid "Comment" msgstr "Kuphawula" -#: kio/kmimetypechooser.cpp:84 +#: tdeio/kmimetypechooser.cpp:84 #, fuzzy msgid "Patterns" msgstr "Tishiceleli" -#: kio/kmimetypechooser.cpp:94 +#: tdeio/kmimetypechooser.cpp:94 msgid "&Edit..." msgstr "&Hlela..." -#: kio/kmimetypechooser.cpp:104 +#: tdeio/kmimetypechooser.cpp:104 #, fuzzy msgid "Click this button to display the familiar TDE mime type editor." msgstr "Gcivita lenkhinobho kucalisa i-directory lensha." @@ -2890,7 +2890,7 @@ msgstr "Umkhokhi:" msgid "IP address:" msgstr "Likheli le IP:" -#: kfile/kpropertiesdialog.cpp:2565 kssl/ksslinfodlg.cc:227 +#: tdefile/kpropertiesdialog.cpp:2565 kssl/ksslinfodlg.cc:227 msgid "URL:" msgstr "URL:" @@ -2996,12 +2996,12 @@ msgstr "Akukhonakali kucalisa lifayela lelisha lekulungisa." msgid "Could not find a usable proxy configuration script" msgstr "Akukhonakali kucalisa lifayela lelisha lekulungisa." -#: misc/kfile/fileprops.cpp:200 +#: misc/tdefile/fileprops.cpp:200 #, fuzzy msgid "Do not print the mimetype of the given file(s)" msgstr "Shicelela luhlobo lwe-mime lwema/lifayela laniketiwe" -#: misc/kfile/fileprops.cpp:204 +#: misc/tdefile/fileprops.cpp:204 msgid "" "List all supported metadata keys of the given file(s). If mimetype is not " "specified, the mimetype of the given files is used." @@ -3010,7 +3010,7 @@ msgstr "" "Nangabe luhlobo lwe-mime alukakhonjiwsa, luhlobo lwe-mime lwelifayela " "leliniketiwe luyasetjentiswa." -#: misc/kfile/fileprops.cpp:210 +#: misc/tdefile/fileprops.cpp:210 msgid "" "List all preferred metadata keys of the given file(s). If mimetype is not " "specified, the mimetype of the given files is used." @@ -3019,16 +3019,16 @@ msgstr "" "Nangabe luhlobo lwe-mime alukakhonjiwsa, luhlobo lwe-mime lwelifayela " "leliniketiwe luyasetjentiswa." -#: misc/kfile/fileprops.cpp:216 +#: misc/tdefile/fileprops.cpp:216 msgid "List all metadata keys which have a value in the given file(s)." msgstr "Niketa tonkhe tikhiye metadata letinesisindvo kuma/lifayela." -#: misc/kfile/fileprops.cpp:221 +#: misc/tdefile/fileprops.cpp:221 msgid "Prints all mimetypes for which metadata support is available." msgstr "" "Shicilela tonkhe tinhlobo tema-mime lapho luncedvo lwe-metadata lukhona khona." -#: misc/kfile/fileprops.cpp:226 +#: misc/tdefile/fileprops.cpp:226 #, fuzzy msgid "" "Do not print a warning when more than one file was given and they do not all " @@ -3037,18 +3037,18 @@ msgstr "" "Ungashiceleli secwayiso nangabe lifayela lelingetulu kwalinye beliniketiwe " "kantsi futgsi wonkhe akanalo luhlobo lwe-mime lolufanako." -#: misc/kfile/fileprops.cpp:231 +#: misc/tdefile/fileprops.cpp:231 msgid "Prints all metadata values, available in the given file(s)." msgstr "" "Yishicelela womkhe emanani ye-metadata, lakhona kuma/lifayela la/leliniketiwe" -#: misc/kfile/fileprops.cpp:236 +#: misc/tdefile/fileprops.cpp:236 msgid "Prints the preferred metadata values, available in the given file(s)." msgstr "" "Yishicelela emanani lanconotwako ye-metadata, lakhona kuma/lifayela " "la/leliniketiwe." -#: misc/kfile/fileprops.cpp:240 +#: misc/tdefile/fileprops.cpp:240 msgid "" "Opens a TDE properties dialog to allow viewing and modifying of metadata of the " "given file(s)" @@ -3057,7 +3057,7 @@ msgstr "" "nekulungisa imininingwane lengakahlutwa ye-meta yemama/lifayela " "laka/leliniketiwe" -#: misc/kfile/fileprops.cpp:244 +#: misc/tdefile/fileprops.cpp:244 msgid "" "Prints the value for 'key' of the given file(s). 'key' may also be a " "comma-separated list of keys" @@ -3065,44 +3065,44 @@ msgstr "" "Yishicelela linani le 'sikhiya' sema/lifayela laka/leliniketiwe. 'sikhiya' " "kungaba luhlu lwetikhiya letihlukanisiwe-telikhefu" -#: misc/kfile/fileprops.cpp:248 +#: misc/tdefile/fileprops.cpp:248 msgid "" "Attempts to set the value 'value' for the metadata key 'key' for the given " "file(s)" msgstr "" "Yizama kuhlela linani 'linani' lesikhiya 'skhiya' sema/lifayela la/leliniketiwe" -#: misc/kfile/fileprops.cpp:251 +#: misc/tdefile/fileprops.cpp:251 msgid "The group to get values from or set values to" msgstr "" -#: misc/kfile/fileprops.cpp:255 +#: misc/tdefile/fileprops.cpp:255 msgid "The file (or a number of files) to operate on." msgstr "Lifayela (kumbe linana lemafayela) lekulivula." -#: misc/kfile/fileprops.cpp:270 +#: misc/tdefile/fileprops.cpp:270 msgid "No support for metadata extraction found." msgstr "Akukho luncedvo lolutfoliwe ekuzephuleni imetadata." -#: misc/kfile/fileprops.cpp:275 +#: misc/tdefile/fileprops.cpp:275 msgid "Supported MimeTypes:" msgstr "Tinhlobo tema-mime letisekelwe:" -#: misc/kfile/fileprops.cpp:410 -msgid "kfile" +#: misc/tdefile/fileprops.cpp:410 +msgid "tdefile" msgstr "Lifayela k" -#: misc/kfile/fileprops.cpp:411 +#: misc/tdefile/fileprops.cpp:411 msgid "A commandline tool to read and modify metadata of files." msgstr "" "Lithulusi lemugca wemyalo lekufundza kanye nekulungisa imininingwane " "lengakahlutwa yhe-meta yemafayela." -#: misc/kfile/fileprops.cpp:438 +#: misc/tdefile/fileprops.cpp:438 msgid "No files specified" msgstr "Akukho mafayela lakhonjisiwe" -#: misc/kfile/fileprops.cpp:467 +#: misc/tdefile/fileprops.cpp:467 msgid "Cannot determine metadata" msgstr "Akukhonakali kutfola imetadata" @@ -3118,7 +3118,7 @@ msgid "" "'. Please enter the password for this wallet below." msgstr "" -#: kfile/kfiledialog.cpp:1833 misc/tdewalletd/tdewalletd.cpp:405 +#: tdefile/tdefiledialog.cpp:1833 misc/tdewalletd/tdewalletd.cpp:405 #: misc/tdewalletd/tdewalletd.cpp:419 msgid "&Open" msgstr "&Vula" @@ -3217,15 +3217,15 @@ msgstr "Libitomfihlo" msgid "Passwords do not match." msgstr "Libitomfihlo" -#: misc/ktelnetservice.cpp:41 +#: misc/tdetelnetservice.cpp:41 msgid "telnet service" msgstr "Lusito lwe-telnet" -#: misc/ktelnetservice.cpp:42 +#: misc/tdetelnetservice.cpp:42 msgid "telnet protocol handler" msgstr "Siphatsi semtsetfo wekutfumela we-telnet" -#: misc/ktelnetservice.cpp:76 +#: misc/tdetelnetservice.cpp:76 #, fuzzy msgid "You do not have permission to access the %1 protocol." msgstr "Kungenteka kutsi awunayo imvumo yekwemukela luchumano." @@ -3286,7 +3286,7 @@ msgstr "" msgid "Speed" msgstr "Lijubane" -#: kfile/kfiledetailview.cpp:67 misc/uiserver.cpp:146 misc/uiserver.cpp:471 +#: tdefile/tdefiledetailview.cpp:67 misc/uiserver.cpp:146 misc/uiserver.cpp:471 msgid "Size" msgstr "Bukhulu" @@ -3398,97 +3398,97 @@ msgstr "Sigcini se UI semniningwane yenchubo ye TDE" msgid "Developer" msgstr "Mdlondlobalisi" -#: misc/ksendbugmail/main.cpp:22 +#: misc/tdesendbugmail/main.cpp:22 msgid "Subject line" msgstr "Layini wesihloko" -#: misc/ksendbugmail/main.cpp:23 +#: misc/tdesendbugmail/main.cpp:23 msgid "Recipient" msgstr "Mamukeli" -#: misc/ksendbugmail/main.cpp:33 +#: misc/tdesendbugmail/main.cpp:33 msgid "Error connecting to server." msgstr "Liphutsa ekuchuniseni nesigcini." -#: misc/ksendbugmail/main.cpp:36 +#: misc/tdesendbugmail/main.cpp:36 msgid "Not connected." msgstr "Akukachunyaniswa." -#: misc/ksendbugmail/main.cpp:39 +#: misc/tdesendbugmail/main.cpp:39 msgid "Connection timed out." msgstr "Luchumano luphelelwe sikhatsi." -#: misc/ksendbugmail/main.cpp:42 +#: misc/tdesendbugmail/main.cpp:42 msgid "Time out waiting for server interaction." msgstr "Kuphela kwesikhatsi ekumeleni kuhlangana kwesigcini." -#: misc/ksendbugmail/main.cpp:46 +#: misc/tdesendbugmail/main.cpp:46 msgid "Server said: \"%1\"" msgstr "Sigcini sikhulume kutsi: \"%1\"" -#: misc/ksendbugmail/main.cpp:62 +#: misc/tdesendbugmail/main.cpp:62 msgid "KSendBugMail" msgstr "KtfumelaBugLiposi" -#: misc/ksendbugmail/main.cpp:63 +#: misc/tdesendbugmail/main.cpp:63 msgid "Sends a short bug report to submit@bugs.kde.org" msgstr "Tfumela umbiko lomfisha nge-bug ku mikisa@bugs.kde.org" -#: misc/ksendbugmail/main.cpp:65 +#: misc/tdesendbugmail/main.cpp:65 msgid "Author" msgstr "Umbhali" -#: misc/kmailservice.cpp:32 +#: misc/tdemailservice.cpp:32 #, fuzzy msgid "KMailService" msgstr "Lusito lweliposi" -#: misc/kmailservice.cpp:32 +#: misc/tdemailservice.cpp:32 #, fuzzy msgid "Mail service" msgstr "Lusito lweliposi" -#: kioexec/main.cpp:50 -msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" +#: tdeioexec/main.cpp:50 +msgid "TDEIO Exec - Opens remote files, watches modifications, asks for upload" msgstr "" -#: kioexec/main.cpp:54 +#: tdeioexec/main.cpp:54 msgid "Treat URLs as local files and delete them afterwards" msgstr "" -#: kioexec/main.cpp:55 +#: tdeioexec/main.cpp:55 #, fuzzy msgid "Suggested file name for the downloaded file" msgstr "Khetsa ligama lelinye lelifayela kwentela lifayela lelisha." -#: kioexec/main.cpp:56 +#: tdeioexec/main.cpp:56 #, fuzzy msgid "Command to execute" msgstr "LIgama lekulawula" -#: kioexec/main.cpp:57 +#: tdeioexec/main.cpp:57 msgid "URL(s) or local file(s) used for 'command'" msgstr "" -#: kioexec/main.cpp:73 +#: tdeioexec/main.cpp:73 msgid "" "'command' expected.\n" msgstr "" -#: kioexec/main.cpp:102 +#: tdeioexec/main.cpp:102 #, fuzzy msgid "" "The URL %1\n" "is malformed" msgstr "Lusito '%1' lwakheke baki." -#: kioexec/main.cpp:104 +#: tdeioexec/main.cpp:104 msgid "" "Remote URL %1\n" "not allowed with --tempfiles switch" msgstr "" -#: kioexec/main.cpp:237 +#: tdeioexec/main.cpp:237 #, fuzzy msgid "" "The supposedly temporary file\n" @@ -3499,17 +3499,17 @@ msgstr "" "Lidokumente \"%1\" lilungisiwe.\n" "INgabe ufuna kuligcina?" -#: kioexec/main.cpp:238 kioexec/main.cpp:245 +#: tdeioexec/main.cpp:238 tdeioexec/main.cpp:245 #, fuzzy msgid "File Changed" msgstr "Lifayela ligciniwe." -#: kioexec/main.cpp:238 +#: tdeioexec/main.cpp:238 #, fuzzy msgid "Do Not Delete" msgstr "Akukho lokungabulawa" -#: kioexec/main.cpp:244 +#: tdeioexec/main.cpp:244 #, fuzzy msgid "" "The file\n" @@ -3520,101 +3520,101 @@ msgstr "" "Lidokumente \"%1\" lilungisiwe.\n" "INgabe ufuna kuligcina?" -#: kioexec/main.cpp:245 +#: tdeioexec/main.cpp:245 #, fuzzy msgid "Upload" msgstr "Kulayisha ngetulu %1" -#: kioexec/main.cpp:245 +#: tdeioexec/main.cpp:245 msgid "Do Not Upload" msgstr "" -#: kioexec/main.cpp:274 +#: tdeioexec/main.cpp:274 #, fuzzy msgid "KIOExec" msgstr "Exec" -#: kfile/kimagefilepreview.cpp:53 +#: tdefile/kimagefilepreview.cpp:53 msgid "&Automatic preview" msgstr "&Siboniso lesititjintjako" -#: kfile/kimagefilepreview.cpp:58 +#: tdefile/kimagefilepreview.cpp:58 msgid "&Preview" msgstr "&Siboniso" -#: kfile/kfileview.cpp:77 +#: tdefile/tdefileview.cpp:77 msgid "Unknown View" msgstr "Mbukiso longatiwa" -#: kfile/kpreviewprops.cpp:49 +#: tdefile/kpreviewprops.cpp:49 #, fuzzy msgid "P&review" msgstr "Siboniso" -#: kfile/kfilespeedbar.cpp:46 +#: tdefile/tdefilespeedbar.cpp:46 msgid "Desktop" msgstr "Desktop" -#: kfile/kfilespeedbar.cpp:53 +#: tdefile/tdefilespeedbar.cpp:53 msgid "Documents" msgstr "Emadokhumente" -#: kfile/kdiroperator.cpp:1264 kfile/kfilespeedbar.cpp:57 +#: tdefile/tdediroperator.cpp:1264 tdefile/tdefilespeedbar.cpp:57 #, fuzzy msgid "Home Folder" msgstr "Lucingo lwasekhaya" -#: kfile/kfilespeedbar.cpp:62 +#: tdefile/tdefilespeedbar.cpp:62 msgid "Storage Media" msgstr "" -#: kfile/kfilespeedbar.cpp:67 +#: tdefile/tdefilespeedbar.cpp:67 #, fuzzy msgid "Network Folders" msgstr "Sigcini mafayela lesiha:" -#: kfile/kcustommenueditor.cpp:88 +#: tdefile/kcustommenueditor.cpp:88 msgid "Menu Editor" msgstr "Sihleli menyu" -#: kfile/kcustommenueditor.cpp:94 kfile/kdiroperator.cpp:1258 +#: tdefile/kcustommenueditor.cpp:94 tdefile/tdediroperator.cpp:1258 msgid "Menu" msgstr "Imenyu" -#: kfile/kcustommenueditor.cpp:98 +#: tdefile/kcustommenueditor.cpp:98 msgid "New..." msgstr "Lokusha..." -#: kfile/kcustommenueditor.cpp:100 +#: tdefile/kcustommenueditor.cpp:100 msgid "Move Up" msgstr "Kwheshela etulu" -#: kfile/kcustommenueditor.cpp:101 +#: tdefile/kcustommenueditor.cpp:101 msgid "Move Down" msgstr "Khweshela phansi" -#: kfile/kfiledialog.cpp:1676 kfile/kfilefiltercombo.cpp:32 +#: tdefile/tdefiledialog.cpp:1676 tdefile/tdefilefiltercombo.cpp:32 msgid "*|All Files" msgstr "*|Wonkhe emafayela" -#: kfile/kfilefiltercombo.cpp:164 +#: tdefile/tdefilefiltercombo.cpp:164 #, fuzzy msgid "All Supported Files" msgstr "Wonkhe emafayela lalekelelwe" -#: kfile/kopenwith.cpp:150 +#: tdefile/kopenwith.cpp:150 msgid "Known Applications" msgstr "Ticelo letatiwako" -#: kfile/kicondialog.cpp:332 kfile/kopenwith.cpp:296 +#: tdefile/kicondialog.cpp:332 tdefile/kopenwith.cpp:296 msgid "Applications" msgstr "Ticelo" -#: kfile/kopenwith.cpp:322 +#: tdefile/kopenwith.cpp:322 msgid "Open With" msgstr "Vula nge" -#: kfile/kopenwith.cpp:326 +#: tdefile/kopenwith.cpp:326 msgid "" "<qt>Select the program that should be used to open <b>%1</b>" ". If the program is not listed, enter the name or click the browse button.</qt>" @@ -3623,16 +3623,16 @@ msgstr "" ". Nangabe luhlelo lungekho eluhleni, faka ligama kumbe ungcivite inkhinobho " "yekubrawuza.</qt> " -#: kfile/kopenwith.cpp:332 +#: tdefile/kopenwith.cpp:332 msgid "Choose the name of the program with which to open the selected files." msgstr "Khetsa ligama leluhlelo lofuna kuvula ngalo emafayela lakhetsiwe." -#: kfile/kopenwith.cpp:353 +#: tdefile/kopenwith.cpp:353 #, c-format msgid "Choose Application for %1" msgstr "Khetsa sicelo se %1 " -#: kfile/kopenwith.cpp:354 +#: tdefile/kopenwith.cpp:354 msgid "" "<qt>Select the program for the file type: <b>%1</b>. If the program is not " "listed, enter the name or click the browse button.</qt>" @@ -3640,11 +3640,11 @@ msgstr "" "<qt>Khetsa luhlelo leluhlobo lwelifayela: <b>%1</b>. Nangabe luhlelo lungekho " "eluhleni, faka ligama kumbe ungcivite inkhinobho yekubrawuza.</qt> " -#: kfile/kopenwith.cpp:366 +#: tdefile/kopenwith.cpp:366 msgid "Choose Application" msgstr "Khetsa sicelo" -#: kfile/kopenwith.cpp:367 +#: tdefile/kopenwith.cpp:367 msgid "" "<qt>Select a program. If the program is not listed, enter the name or click the " "browse button.</qt>" @@ -3652,11 +3652,11 @@ msgstr "" "<qt>Khetsa luhlelo. Nangabe luhlelo lungangekho eluhlelweni, faka ligama kumbe " " gcivita inkhinobho ye brawuza.</qt>" -#: kfile/kopenwith.cpp:406 +#: tdefile/kopenwith.cpp:406 msgid "Clear input field" msgstr "Cacisa umkhakha walokuniketiwe" -#: kfile/kopenwith.cpp:436 +#: tdefile/kopenwith.cpp:436 msgid "" "Following the command, you can have several place holders which will be " "replaced with the actual values when the actual program is run:\n" @@ -3672,342 +3672,342 @@ msgid "" "%c - the comment" msgstr "" -#: kfile/kopenwith.cpp:469 +#: tdefile/kopenwith.cpp:469 msgid "Run in &terminal" msgstr "Sebentisa ku &sikhungo" -#: kfile/kopenwith.cpp:480 +#: tdefile/kopenwith.cpp:480 msgid "&Do not close when command exits" msgstr "" -#: kfile/kopenwith.cpp:497 +#: tdefile/kopenwith.cpp:497 msgid "&Remember application association for this type of file" msgstr "&Khumbula sicelo lesichumene naloluhlobo lwelifayela" -#: kfile/kicondialog.cpp:241 kfile/kicondialog.cpp:250 +#: tdefile/kicondialog.cpp:241 tdefile/kicondialog.cpp:250 msgid "Select Icon" msgstr "Khetsa simeleli" -#: kfile/kicondialog.cpp:270 +#: tdefile/kicondialog.cpp:270 msgid "Icon Source" msgstr "Sicalo sesimeleli" -#: kfile/kicondialog.cpp:276 +#: tdefile/kicondialog.cpp:276 #, fuzzy msgid "S&ystem icons:" msgstr "&Timeleli temshini:" -#: kfile/kicondialog.cpp:281 +#: tdefile/kicondialog.cpp:281 msgid "O&ther icons:" msgstr "L&etinye timeleli:" -#. i18n: file ./kfile/kpropertiesdesktopbase.ui line 213 -#: kfile/kicondialog.cpp:283 kfile/kpropertiesdialog.cpp:3615 rc.cpp:288 +#. i18n: file ./tdefile/kpropertiesdesktopbase.ui line 213 +#: tdefile/kicondialog.cpp:283 tdefile/kpropertiesdialog.cpp:3615 rc.cpp:288 #, no-c-format msgid "&Browse..." msgstr "&Brawuza..." -#: kfile/kicondialog.cpp:293 +#: tdefile/kicondialog.cpp:293 #, fuzzy msgid "Clear Search" msgstr "Lusito lwe-telnet" -#: kfile/kicondialog.cpp:297 +#: tdefile/kicondialog.cpp:297 #, fuzzy msgid "&Search:" msgstr "(sesha)" -#: kfile/kicondialog.cpp:308 +#: tdefile/kicondialog.cpp:308 msgid "Search interactively for icon names (e.g. folder)." msgstr "" -#. i18n: file ./kfile/knotifywidgetbase.ui line 204 -#: kfile/kicondialog.cpp:330 rc.cpp:165 +#. i18n: file ./tdefile/knotifywidgetbase.ui line 204 +#: tdefile/kicondialog.cpp:330 rc.cpp:165 #, no-c-format msgid "Actions" msgstr "Tento" -#: kfile/kicondialog.cpp:331 +#: tdefile/kicondialog.cpp:331 #, fuzzy msgid "Animations" msgstr "Gcinisa kuboniswa kwetintfo ungatsi tiyaphila" -#: kfile/kicondialog.cpp:333 +#: tdefile/kicondialog.cpp:333 msgid "Categories" msgstr "Tigaba" -#: kfile/kicondialog.cpp:334 +#: tdefile/kicondialog.cpp:334 msgid "Devices" msgstr "Tisetjentiswa" -#: kfile/kicondialog.cpp:335 +#: tdefile/kicondialog.cpp:335 #, fuzzy msgid "Emblems" msgstr "hambako" -#: kfile/kicondialog.cpp:336 +#: tdefile/kicondialog.cpp:336 #, fuzzy msgid "Emotes" msgstr "Citsa lokucuketfwe" -#: kfile/kicondialog.cpp:337 +#: tdefile/kicondialog.cpp:337 msgid "Filesystems" msgstr "Tinhlelo temafayela" -#: kfile/kicondialog.cpp:338 +#: tdefile/kicondialog.cpp:338 msgid "International" msgstr "Mhlabawonkhe" -#: kfile/kicondialog.cpp:339 +#: tdefile/kicondialog.cpp:339 msgid "Mimetypes" msgstr "Tinhlobo teMime" -#: kfile/kicondialog.cpp:340 +#: tdefile/kicondialog.cpp:340 #, fuzzy msgid "Places" msgstr "Likhasi" -#: kfile/kicondialog.cpp:341 +#: tdefile/kicondialog.cpp:341 #, fuzzy msgid "Status" msgstr "&Cala" -#: kfile/kicondialog.cpp:589 +#: tdefile/kicondialog.cpp:589 #, fuzzy msgid "*.png *.xpm *.svg *.svgz|Icon Files (*.png *.xpm *.svg *.svgz)" msgstr "*.png *.xpm|Icon Files (*.png *.xpm)" -#: kfile/kfilemetainfowidget.cpp:111 +#: tdefile/tdefilemetainfowidget.cpp:111 msgid "<Error>" msgstr "<Liphutsa>" -#: kfile/kfilepreview.cpp:63 +#: tdefile/tdefilepreview.cpp:63 msgid "Preview" msgstr "Siboniso" -#: kfile/kfilepreview.cpp:69 +#: tdefile/tdefilepreview.cpp:69 msgid "No preview available." msgstr "Akukho mbukisonlokhona." -#: kfile/kacleditwidget.cpp:63 kfile/kacleditwidget.cpp:421 -#: kfile/kfiledetailview.cpp:70 +#: tdefile/kacleditwidget.cpp:63 tdefile/kacleditwidget.cpp:421 +#: tdefile/tdefiledetailview.cpp:70 msgid "Owner" msgstr "Umnikati" -#: kfile/kacleditwidget.cpp:64 kfile/kacleditwidget.cpp:423 +#: tdefile/kacleditwidget.cpp:64 tdefile/kacleditwidget.cpp:423 #, fuzzy msgid "Owning Group" msgstr "Licembu lelisha" -#: kfile/kacleditwidget.cpp:65 kfile/kacleditwidget.cpp:425 -#: kfile/kpropertiesdialog.cpp:1980 +#: tdefile/kacleditwidget.cpp:65 tdefile/kacleditwidget.cpp:425 +#: tdefile/kpropertiesdialog.cpp:1980 msgid "Others" msgstr "Lokunye" -#: kfile/kacleditwidget.cpp:66 kfile/kacleditwidget.cpp:427 +#: tdefile/kacleditwidget.cpp:66 tdefile/kacleditwidget.cpp:427 msgid "Mask" msgstr "" -#: kfile/kacleditwidget.cpp:67 kfile/kacleditwidget.cpp:429 +#: tdefile/kacleditwidget.cpp:67 tdefile/kacleditwidget.cpp:429 #, fuzzy msgid "Named User" msgstr "Basebentisi labayalelwe" -#: kfile/kacleditwidget.cpp:68 kfile/kacleditwidget.cpp:431 +#: tdefile/kacleditwidget.cpp:68 tdefile/kacleditwidget.cpp:431 #, fuzzy msgid "Named Group" msgstr "Licembu lelisha" -#: kfile/kacleditwidget.cpp:81 +#: tdefile/kacleditwidget.cpp:81 #, fuzzy msgid "Add Entry..." msgstr "&Ngeta lokungeniswako..." -#: kfile/kacleditwidget.cpp:83 +#: tdefile/kacleditwidget.cpp:83 #, fuzzy msgid "Edit Entry..." msgstr "&Hlela lokungeniswako..." -#: kfile/kacleditwidget.cpp:85 +#: tdefile/kacleditwidget.cpp:85 #, fuzzy msgid "Delete Entry" msgstr "Bulala intfo" -#: kfile/kacleditwidget.cpp:280 +#: tdefile/kacleditwidget.cpp:280 #, fuzzy msgid " (Default)" msgstr "(Kwehluleka)" -#: kfile/kacleditwidget.cpp:397 +#: tdefile/kacleditwidget.cpp:397 #, fuzzy msgid "Edit ACL Entry" msgstr "&Hlela lokungeniswako..." -#: kfile/kacleditwidget.cpp:407 +#: tdefile/kacleditwidget.cpp:407 #, fuzzy msgid "Entry Type" msgstr "Luhlobo lwesishiceleli:" -#: kfile/kacleditwidget.cpp:410 +#: tdefile/kacleditwidget.cpp:410 msgid "Default for new files in this folder" msgstr "" -#: kfile/kacleditwidget.cpp:446 +#: tdefile/kacleditwidget.cpp:446 #, fuzzy msgid "User: " msgstr "Umsebentisi:" -#: kfile/kacleditwidget.cpp:450 +#: tdefile/kacleditwidget.cpp:450 #, fuzzy msgid "Group: " msgstr "Licembu" -#: kfile/kacleditwidget.cpp:563 +#: tdefile/kacleditwidget.cpp:563 msgid "Type" msgstr "Thayipha" -#: kfile/kacleditwidget.cpp:564 kfile/kfiledetailview.cpp:66 +#: tdefile/kacleditwidget.cpp:564 tdefile/tdefiledetailview.cpp:66 msgid "Name" msgstr "Ligama" -#: kfile/kacleditwidget.cpp:565 +#: tdefile/kacleditwidget.cpp:565 #, fuzzy msgid "" "_: read permission\n" "r" msgstr "Gcina liwindi ngalokungagucuki" -#: kfile/kacleditwidget.cpp:566 +#: tdefile/kacleditwidget.cpp:566 #, fuzzy msgid "" "_: write permission\n" "w" msgstr "Gcina liwindi ngalokungagucuki" -#: kfile/kacleditwidget.cpp:567 +#: tdefile/kacleditwidget.cpp:567 #, fuzzy msgid "" "_: execute permission\n" "x" msgstr "Gcina liwindi ngalokungagucuki" -#: kfile/kacleditwidget.cpp:568 +#: tdefile/kacleditwidget.cpp:568 #, fuzzy msgid "Effective" msgstr "imiphumela" -#: kfile/kdirselectdialog.cpp:90 +#: tdefile/kdirselectdialog.cpp:90 #, fuzzy msgid "Select Folder" msgstr "Bulala lifayela" -#: kfile/kdiroperator.cpp:1269 kfile/kdirselectdialog.cpp:92 -#: kfile/kdirselectdialog.cpp:125 +#: tdefile/tdediroperator.cpp:1269 tdefile/kdirselectdialog.cpp:92 +#: tdefile/kdirselectdialog.cpp:125 #, fuzzy msgid "New Folder..." msgstr "Sigcini mafayela lesiha:" -#: kfile/kdirselectdialog.cpp:109 +#: tdefile/kdirselectdialog.cpp:109 #, fuzzy msgid "Folders" msgstr "Sisefo" -#: kfile/kdirselectdialog.cpp:128 +#: tdefile/kdirselectdialog.cpp:128 #, fuzzy msgid "Show Hidden Folders" msgstr "Khombisa emafayela lafihlakele" -#: kfile/kdiroperator.cpp:389 kfile/kdiroperator.cpp:393 -#: kfile/kdirselectdialog.cpp:407 kfile/kdirselectdialog.cpp:411 +#: tdefile/tdediroperator.cpp:389 tdefile/tdediroperator.cpp:393 +#: tdefile/kdirselectdialog.cpp:407 tdefile/kdirselectdialog.cpp:411 #, fuzzy msgid "New Folder" msgstr "Sigcini mafayela lesiha:" -#: kfile/kdiroperator.cpp:394 kfile/kdirselectdialog.cpp:412 +#: tdefile/tdediroperator.cpp:394 tdefile/kdirselectdialog.cpp:412 #, fuzzy, c-format msgid "" "Create new folder in:\n" "%1" msgstr "Calisa i-directory lensha e:" -#: kfile/kdiroperator.cpp:422 kfile/kdirselectdialog.cpp:435 +#: tdefile/tdediroperator.cpp:422 tdefile/kdirselectdialog.cpp:435 #, fuzzy msgid "A file or folder named %1 already exists." msgstr "I-directory yeligama %1 kadze yikhona." -#: kfile/kdiroperator.cpp:426 kfile/kdirselectdialog.cpp:439 +#: tdefile/tdediroperator.cpp:426 tdefile/kdirselectdialog.cpp:439 #, fuzzy msgid "You do not have permission to create that folder." msgstr "Awunayo imvumo yekucala leyo directory." -#: bookmarks/kbookmarkmenu.cc:797 kfile/kpropertiesdialog.cpp:968 -#: kfile/kurlrequesterdlg.cpp:47 +#: bookmarks/kbookmarkmenu.cc:797 tdefile/kpropertiesdialog.cpp:968 +#: tdefile/kurlrequesterdlg.cpp:47 msgid "Location:" msgstr "Indzawo:" -#: kfile/knotifydialog.cpp:81 +#: tdefile/knotifydialog.cpp:81 msgid "Sounds" msgstr "Misindvo" -#: kfile/knotifydialog.cpp:82 +#: tdefile/knotifydialog.cpp:82 msgid "Logging" msgstr "Kungena" -#: kfile/knotifydialog.cpp:83 +#: tdefile/knotifydialog.cpp:83 msgid "Program Execution" msgstr "Kusetjentiswa kweluhlelo" -#: kfile/knotifydialog.cpp:84 +#: tdefile/knotifydialog.cpp:84 msgid "Message Windows" msgstr "Emawindi yemibiko" -#: kfile/knotifydialog.cpp:85 +#: tdefile/knotifydialog.cpp:85 msgid "Passive Windows" msgstr "Emawindi langasebenti" -#: kfile/knotifydialog.cpp:86 +#: tdefile/knotifydialog.cpp:86 msgid "Standard Error Output" msgstr "Umphumela weliphutsa lelivamile" -#: kfile/knotifydialog.cpp:87 +#: tdefile/knotifydialog.cpp:87 #, fuzzy msgid "Taskbar" msgstr "Umsebenti" -#: kfile/knotifydialog.cpp:121 +#: tdefile/knotifydialog.cpp:121 #, fuzzy msgid "Execute a program" msgstr "C&ala luhlelo:" -#: kfile/knotifydialog.cpp:122 +#: tdefile/knotifydialog.cpp:122 #, fuzzy msgid "Print to Standard error output" msgstr "Shicelela umbiko ezingeni lelifanele &umphumele loliphutsa" -#: kfile/knotifydialog.cpp:123 +#: tdefile/knotifydialog.cpp:123 #, fuzzy msgid "Display a messagebox" msgstr "Bonisa umbiko wekucwayisa" -#: kfile/knotifydialog.cpp:124 +#: tdefile/knotifydialog.cpp:124 #, fuzzy msgid "Log to a file" msgstr "&Yani efayelini:" -#: kfile/knotifydialog.cpp:125 +#: tdefile/knotifydialog.cpp:125 #, fuzzy msgid "Play a sound" msgstr "Dlala &umsindvo:" -#: kfile/knotifydialog.cpp:126 +#: tdefile/knotifydialog.cpp:126 msgid "Flash the taskbar entry" msgstr "" -#: kfile/knotifydialog.cpp:163 +#: tdefile/knotifydialog.cpp:163 msgid "Notification Settings" msgstr "Kuhleleka kwekwatisa" -#: kfile/knotifydialog.cpp:309 +#: tdefile/knotifydialog.cpp:309 msgid "" "<qt>You may use the following macros" "<br>in the commandline:" @@ -4018,82 +4018,82 @@ msgid "" "<br><b>%i</b>: for the numeric event ID." msgstr "" -#: kfile/knotifydialog.cpp:339 +#: tdefile/knotifydialog.cpp:339 #, fuzzy msgid "Advanced <<" msgstr "Kwentangandlatsite lokusembili" -#: kfile/knotifydialog.cpp:340 +#: tdefile/knotifydialog.cpp:340 msgid "Hide advanced options" msgstr "Fihla kwenta ngalenye indlela lokuphambili" -#: kfile/knotifydialog.cpp:356 +#: tdefile/knotifydialog.cpp:356 #, fuzzy msgid "Advanced >>" msgstr "Kwentangandlatsite lokusembili" -#: kfile/knotifydialog.cpp:357 +#: tdefile/knotifydialog.cpp:357 msgid "Show advanced options" msgstr "Khombisa kwenta ngalenye indlela lokuphambili" -#: kfile/knotifydialog.cpp:782 +#: tdefile/knotifydialog.cpp:782 #, fuzzy msgid "This will cause the notifications to be reset to their defaults." msgstr "Loku kutawubangela tatiso kutsi tihleleke kabusha ekuhlulekeni kwato!" -#: kfile/knotifydialog.cpp:784 +#: tdefile/knotifydialog.cpp:784 #, fuzzy msgid "Are You Sure?" msgstr "Ingabe ucinisekile?" -#: kfile/knotifydialog.cpp:785 +#: tdefile/knotifydialog.cpp:785 #, fuzzy msgid "&Reset" msgstr "Hlela kabusha" -#: kfile/knotifydialog.cpp:858 +#: tdefile/knotifydialog.cpp:858 msgid "Select Sound File" msgstr "Khetsa kulawula" -#: kfile/knotifydialog.cpp:894 +#: tdefile/knotifydialog.cpp:894 msgid "Select Log File" msgstr "Bulala emafayela" -#: kfile/knotifydialog.cpp:908 +#: tdefile/knotifydialog.cpp:908 msgid "Select File to Execute" msgstr "Khetsa lifayela longalisebentisa" -#: kfile/knotifydialog.cpp:942 +#: tdefile/knotifydialog.cpp:942 #, fuzzy msgid "The specified file does not exist." msgstr "I-directory lekhonjisiwe kungenteka kutsi ayikho." -#: kfile/knotifydialog.cpp:1012 +#: tdefile/knotifydialog.cpp:1012 msgid "No description available" msgstr "Akukho inchazelo lekhona" -#: kfile/kfiledialog.cpp:347 +#: tdefile/tdefiledialog.cpp:347 #, fuzzy msgid "Please specify the filename to save to." msgstr "<qt>Leli ligama longagcina lifayela ngalo." -#: kfile/kfiledialog.cpp:349 +#: tdefile/tdefiledialog.cpp:349 #, fuzzy msgid "Please select the file to open." msgstr "<qt>Leli ligama lelifayela longalivula." -#: kfile/kfiledialog.cpp:410 kfile/kfiledialog.cpp:453 -#: kfile/kfiledialog.cpp:1550 +#: tdefile/tdefiledialog.cpp:410 tdefile/tdefiledialog.cpp:453 +#: tdefile/tdefiledialog.cpp:1550 msgid "You can only select local files." msgstr "Ungakhetsa kuphela emafayela angekhatsi." -#: kfile/kfiledialog.cpp:411 kfile/kfiledialog.cpp:454 -#: kfile/kfiledialog.cpp:1551 +#: tdefile/tdefiledialog.cpp:411 tdefile/tdefiledialog.cpp:454 +#: tdefile/tdefiledialog.cpp:1551 #, fuzzy msgid "Remote Files Not Accepted" msgstr "Susa emafayela langakemukeleki" -#: kfile/kfiledialog.cpp:445 +#: tdefile/tdefiledialog.cpp:445 msgid "" "%1\n" "does not appear to be a valid URL.\n" @@ -4101,11 +4101,11 @@ msgstr "" "%1\n" "akubonakali kuyi-URL lesemtsetfweni.\n" -#: kfile/kfiledialog.cpp:445 +#: tdefile/tdefiledialog.cpp:445 msgid "Invalid URL" msgstr "I-URL lengekho emtsetfweni" -#: kfile/kfiledialog.cpp:782 +#: tdefile/tdefiledialog.cpp:782 msgid "" "<p>While typing in the text area, you may be presented with possible matches. " "This feature can be controlled by clicking with the right mouse button and " @@ -4116,12 +4116,12 @@ msgstr "" "ngenkhinobho yeligundwane lesokudla bese ukhetsa simo losifunako ku <b> " "Kucedzelwa kwembhalo</b>imenyu." -#: kfile/kfiledialog.cpp:791 +#: tdefile/tdefiledialog.cpp:791 #, fuzzy msgid "This is the name to save the file as." msgstr "<qt>Leli ligama longagcina lifayela ngalo." -#: kfile/kfiledialog.cpp:796 +#: tdefile/tdefiledialog.cpp:796 #, fuzzy msgid "" "This is the list of files to open. More than one file can be specified by " @@ -4130,17 +4130,17 @@ msgstr "" "<qt>Lolu luhlu lwemafayela langavulwa. Emafayela langetulu kwalinye angakhonjwa " "ngekuniketa luhlu lwemafayela latsite, lahlukaniswe tikhala." -#: kfile/kfiledialog.cpp:803 +#: tdefile/tdefiledialog.cpp:803 #, fuzzy msgid "This is the name of the file to open." msgstr "<qt>Leli ligama lelifayela longalivula." -#: kfile/kfiledialog.cpp:841 +#: tdefile/tdefiledialog.cpp:841 #, fuzzy msgid "Current location" msgstr "Tento tany&alo:" -#: kfile/kfiledialog.cpp:842 +#: tdefile/tdefiledialog.cpp:842 #, fuzzy msgid "" "This is the currently listed location. The drop-down list also lists commonly " @@ -4151,27 +4151,27 @@ msgstr "" "tindzawo letisesimweni lesifanele, njenge directory yasekhaya lakho, " "kanyenetindzawo letivakashelwe kwamanje." -#: kfile/kfiledialog.cpp:849 +#: tdefile/tdefiledialog.cpp:849 #, fuzzy, c-format msgid "Root Folder: %1" msgstr "I-directory leyimphandze: %1" -#: kfile/kfiledialog.cpp:855 +#: tdefile/tdefiledialog.cpp:855 #, fuzzy, c-format msgid "Home Folder: %1" msgstr "I-directory yasekhaya: %1" -#: kfile/kfiledialog.cpp:864 +#: tdefile/tdefiledialog.cpp:864 #, c-format msgid "Documents: %1" msgstr "Emadokhumente: %1" -#: kfile/kfiledialog.cpp:871 +#: tdefile/tdefiledialog.cpp:871 #, c-format msgid "Desktop: %1" msgstr "Desktop: %1" -#: kfile/kfiledialog.cpp:912 +#: tdefile/tdefiledialog.cpp:912 #, fuzzy msgid "" "<qt>Click this button to enter the parent folder." @@ -4182,46 +4182,46 @@ msgstr "" "<p>Ngekwesibonelo, nangabeindzawo yamanje kulifayela:/likhaya/%1 kugcivita " "lenkhinobho kutakutsatsakukuyise kulifayela:/likhaya.</qt>" -#: kfile/kfiledialog.cpp:916 +#: tdefile/tdefiledialog.cpp:916 msgid "Click this button to move backwards one step in the browsing history." msgstr "" "Gcivita lenkhinobho kuze uyekhweshele emuva lunyawo lunye kumlandvo wekubrawuza" -#: kfile/kfiledialog.cpp:918 +#: tdefile/tdefiledialog.cpp:918 msgid "Click this button to move forward one step in the browsing history." msgstr "" "Gcivita lenkhinobho kuze ukhweshele phambili lunyawo lunye kumlandvo " "wekubrawuza." -#: kfile/kfiledialog.cpp:920 +#: tdefile/tdefiledialog.cpp:920 msgid "Click this button to reload the contents of the current location." msgstr "Gcivita lenkhinobho kulayisha lokucuketfwe kulendzawo yamanje." -#: kfile/kfiledialog.cpp:923 +#: tdefile/tdefiledialog.cpp:923 #, fuzzy msgid "Click this button to create a new folder." msgstr "Gcivita lenkhinobho kucalisa i-directory lensha." -#: kfile/kfiledialog.cpp:926 +#: tdefile/tdefiledialog.cpp:926 msgid "Show Quick Access Navigation Panel" msgstr "Khombisa i-phanela yeQuick Access Navigation" -#: kfile/kfiledialog.cpp:927 +#: tdefile/tdefiledialog.cpp:927 #, fuzzy msgid "Hide Quick Access Navigation Panel" msgstr "Khombisa i-phanela yeQuick Access Navigation" -#: kfile/kfiledialog.cpp:932 +#: tdefile/tdefiledialog.cpp:932 #, fuzzy msgid "Show Bookmarks" msgstr "Tikhombakhasi" -#: kfile/kfiledialog.cpp:933 +#: tdefile/tdefiledialog.cpp:933 #, fuzzy msgid "Hide Bookmarks" msgstr "Tikhombakhasi" -#: kfile/kfiledialog.cpp:938 +#: tdefile/tdefiledialog.cpp:938 #, fuzzy msgid "" "<qt>This is the configuration menu for the file dialog. Various options can be " @@ -4244,11 +4244,11 @@ msgstr "" "<li>sibiniso sangaphambilini selifayela</li>" "<li>lesehlukanisa emadirectory kumafayela</li></ul></qt>" -#: kfile/kfiledialog.cpp:992 +#: tdefile/tdefiledialog.cpp:992 msgid "&Location:" msgstr "&Indzawo:" -#: kfile/kfiledialog.cpp:1017 +#: tdefile/tdefiledialog.cpp:1017 msgid "" "<qt>This is the filter to apply to the file list. File names that do not match " "the filter will not be shown." @@ -4262,11 +4262,11 @@ msgstr "" "selisiko ngalokucondzile endzaweni yembhalo." "<p> Ema-wildcards lanjenge * kanye ne ? avunyelwe.</qt>" -#: kfile/kfiledialog.cpp:1023 +#: tdefile/tdefiledialog.cpp:1023 msgid "&Filter:" msgstr "&Sisefo:" -#: kfile/kfiledialog.cpp:1480 +#: tdefile/tdefiledialog.cpp:1480 #, fuzzy msgid "" "The chosen filenames do not\n" @@ -4275,12 +4275,12 @@ msgstr "" "Ligama leli/mafayela leli/lakhetsiwe aka\n" "bonakali angulawa lasemtsetfweni." -#: kfile/kfiledialog.cpp:1482 +#: tdefile/tdefiledialog.cpp:1482 #, fuzzy msgid "Invalid Filenames" msgstr "Li/emagama eli/emafayela langekho emtsetfweni" -#: kfile/kfiledialog.cpp:1512 +#: tdefile/tdefiledialog.cpp:1512 #, fuzzy msgid "" "The requested filenames\n" @@ -4293,35 +4293,35 @@ msgstr "" "akabonakali angulawa lasemtsetfweni kimi.\n" "Cininsekisa kutsi ngulelo nalelo fayela livaleleke kuticatjunwa letimbili." -#: kfile/kfiledialog.cpp:1516 +#: tdefile/tdefiledialog.cpp:1516 msgid "Filename Error" msgstr "Liphutsa egameni lelifayela" -#: kfile/kfiledialog.cpp:1673 +#: tdefile/tdefiledialog.cpp:1673 #, fuzzy msgid "*|All Folders" msgstr "*|Wonkhe emafayela" -#: kfile/kfiledialog.cpp:1973 +#: tdefile/tdefiledialog.cpp:1973 msgid "Automatically select filename e&xtension (%1)" msgstr "" -#: kfile/kfiledialog.cpp:1974 +#: tdefile/tdefiledialog.cpp:1974 #, fuzzy msgid "the extension <b>%1</b>" msgstr "Chumene nesamukeli <b>%1</b>" -#: kfile/kfiledialog.cpp:1982 +#: tdefile/tdefiledialog.cpp:1982 #, fuzzy msgid "Automatically select filename e&xtension" msgstr "Ngasosonkhe sikhatsi sebentisa &kungetwa kwelifayela:" -#: kfile/kfiledialog.cpp:1983 +#: tdefile/tdefiledialog.cpp:1983 #, fuzzy msgid "a suitable extension" msgstr "Ngasosonkhe sikhatsi sebentisa &kungetwa kwelifayela:" -#: kfile/kfiledialog.cpp:1994 +#: tdefile/tdefiledialog.cpp:1994 msgid "" "This option enables some convenient features for saving files with extensions:" "<br>" @@ -4341,7 +4341,7 @@ msgid "" "If unsure, keep this option enabled as it makes your files more manageable." msgstr "" -#: kfile/kfiledialog.cpp:2268 +#: tdefile/tdefiledialog.cpp:2268 msgid "" "<qt>This button allows you to bookmark specific locations. Click on this button " "to open the bookmark menu where you may add, edit or select a bookmark." @@ -4354,38 +4354,38 @@ msgstr "" "<p>Letikhombakhasi talenkhulumo-mphendvulwano kuphela, kodvwa nobe kunjalo " "tisebenta njengetikhombakhasi kuletinye tindzawo ku TDE.</qt>" -#: kfile/kfileiconview.cpp:62 +#: tdefile/tdefileiconview.cpp:62 msgid "Small Icons" msgstr "Timeleli letincane " -#: kfile/kfileiconview.cpp:67 +#: tdefile/tdefileiconview.cpp:67 msgid "Large Icons" msgstr "Timeleli letikhulu" -#: kfile/kfileiconview.cpp:75 +#: tdefile/tdefileiconview.cpp:75 msgid "Thumbnail Previews" msgstr "Siboniso se-thumbnail" -#: kfile/kfileiconview.cpp:119 +#: tdefile/tdefileiconview.cpp:119 msgid "Icon View" msgstr "Kubukwa kwesimeleli" -#: kfile/kurlrequester.cpp:213 +#: tdefile/kurlrequester.cpp:213 #, fuzzy msgid "Open file dialog" msgstr "Vula inkhulumo-mphendvulwano yelifayela" -#: kfile/kdiroperator.cpp:448 +#: tdefile/tdediroperator.cpp:448 #, fuzzy msgid "You did not select a file to delete." msgstr "Awukakhetsi lifayela lekulibulala." -#: kfile/kdiroperator.cpp:449 +#: tdefile/tdediroperator.cpp:449 #, fuzzy msgid "Nothing to Delete" msgstr "Akukho lokungabulawa" -#: kfile/kdiroperator.cpp:471 +#: tdefile/tdediroperator.cpp:471 msgid "" "<qt>Do you really want to delete\n" " <b>'%1'</b>?</qt>" @@ -4393,11 +4393,11 @@ msgstr "" "<qt>Ingabe ucinisekisile ufuna kubulala\n" " <b>'%1'</b>?</qt>" -#: kfile/kdiroperator.cpp:473 +#: tdefile/tdediroperator.cpp:473 msgid "Delete File" msgstr "Bulala lifayela" -#: kfile/kdiroperator.cpp:478 +#: tdefile/tdediroperator.cpp:478 #, fuzzy, c-format msgid "" "_n: Do you really want to delete this item?\n" @@ -4406,21 +4406,21 @@ msgstr "" "bahumushi: anibitelwanga n == 1\n" "Ingabe ufuna kubulala le %n tintfo?" -#: kfile/kdiroperator.cpp:480 +#: tdefile/tdediroperator.cpp:480 msgid "Delete Files" msgstr "Bulala emafayela" -#: kfile/kdiroperator.cpp:511 +#: tdefile/tdediroperator.cpp:511 #, fuzzy msgid "You did not select a file to trash." msgstr "Awukakhetsi lifayela lekulibulala." -#: kfile/kdiroperator.cpp:512 +#: tdefile/tdediroperator.cpp:512 #, fuzzy msgid "Nothing to Trash" msgstr "Akukho lokungabulawa" -#: kfile/kdiroperator.cpp:534 +#: tdefile/tdediroperator.cpp:534 #, fuzzy msgid "" "<qt>Do you really want to trash\n" @@ -4429,18 +4429,18 @@ msgstr "" "<qt>Ingabe ucinisekisile ufuna kubulala\n" " <b>'%1'</b>?</qt>" -#: kfile/kdiroperator.cpp:536 +#: tdefile/tdediroperator.cpp:536 #, fuzzy msgid "Trash File" msgstr "Lokungasasebenti" -#: kfile/kdiroperator.cpp:537 kfile/kdiroperator.cpp:544 +#: tdefile/tdediroperator.cpp:537 tdefile/tdediroperator.cpp:544 msgid "" "_: to trash\n" "&Trash" msgstr "" -#: kfile/kdiroperator.cpp:541 +#: tdefile/tdediroperator.cpp:541 #, fuzzy, c-format msgid "" "_n: translators: not called for n == 1\n" @@ -4449,176 +4449,176 @@ msgstr "" "bahumushi: anibitelwanga n == 1\n" "Ingabe ufuna kubulala le %n tintfo?" -#: kfile/kdiroperator.cpp:543 +#: tdefile/tdediroperator.cpp:543 #, fuzzy msgid "Trash Files" msgstr "Emafayela yesikhashane" -#: kfile/kdiroperator.cpp:658 kfile/kdiroperator.cpp:726 +#: tdefile/tdediroperator.cpp:658 tdefile/tdediroperator.cpp:726 #, fuzzy msgid "The specified folder does not exist or was not readable." msgstr "I-dirctory lebaluliwe ayikho kumbe beyingafundzeki." -#: kfile/kdiroperator.cpp:920 kfile/kdiroperator.cpp:1321 -#: kfile/kfiledetailview.cpp:64 +#: tdefile/tdediroperator.cpp:920 tdefile/tdediroperator.cpp:1321 +#: tdefile/tdefiledetailview.cpp:64 msgid "Detailed View" msgstr "Umbukiso locuketse" -#: kfile/kdiroperator.cpp:925 kfile/kdiroperator.cpp:1319 +#: tdefile/tdediroperator.cpp:925 tdefile/tdediroperator.cpp:1319 msgid "Short View" msgstr "Umbukiso lomfisha" -#: kfile/kdiroperator.cpp:1260 +#: tdefile/tdediroperator.cpp:1260 #, fuzzy msgid "Parent Folder" msgstr "Bulala lifayela" -#: kfile/kdiroperator.cpp:1271 +#: tdefile/tdediroperator.cpp:1271 #, fuzzy msgid "Move to Trash" msgstr "Khweshela ku %1" -#: kfile/kdiroperator.cpp:1282 +#: tdefile/tdediroperator.cpp:1282 msgid "Sorting" msgstr "Kuhlela" -#: kfile/kdiroperator.cpp:1283 +#: tdefile/tdediroperator.cpp:1283 msgid "By Name" msgstr "Ngeligama" -#: kfile/kdiroperator.cpp:1286 +#: tdefile/tdediroperator.cpp:1286 msgid "By Date" msgstr "Ngelusuku" -#: kfile/kdiroperator.cpp:1289 +#: tdefile/tdediroperator.cpp:1289 msgid "By Size" msgstr "Ngebukhulu" -#: kfile/kdiroperator.cpp:1292 +#: tdefile/tdediroperator.cpp:1292 msgid "Reverse" msgstr "Kuyemuva" -#: kfile/kdiroperator.cpp:1302 +#: tdefile/tdediroperator.cpp:1302 #, fuzzy msgid "Folders First" msgstr "Ema-directory kucala" -#: kfile/kdiroperator.cpp:1304 +#: tdefile/tdediroperator.cpp:1304 msgid "Case Insensitive" msgstr "Lokungavelani nesimo " -#: kfile/kdiroperator.cpp:1324 +#: tdefile/tdediroperator.cpp:1324 msgid "Show Hidden Files" msgstr "Khombisa emafayela lafihlakele" -#: kfile/kdiroperator.cpp:1327 +#: tdefile/tdediroperator.cpp:1327 #, fuzzy msgid "Separate Folders" msgstr "Bulala lifayela" -#: kfile/kdiroperator.cpp:1331 +#: tdefile/tdediroperator.cpp:1331 msgid "Show Preview" msgstr "Khombisa siboniso " -#: kfile/kdiroperator.cpp:1335 +#: tdefile/tdediroperator.cpp:1335 #, fuzzy msgid "Hide Preview" msgstr "Siboniso" -#: kfile/kfiledetailview.cpp:68 +#: tdefile/tdefiledetailview.cpp:68 msgid "Date" msgstr "Lusuku" -#: kfile/kfiledetailview.cpp:69 +#: tdefile/tdefiledetailview.cpp:69 msgid "Permissions" msgstr "Imvumo" -#: kfile/kfiledetailview.cpp:71 kfile/kpropertiesdialog.cpp:1976 +#: tdefile/tdefiledetailview.cpp:71 tdefile/kpropertiesdialog.cpp:1976 msgid "Group" msgstr "Licembu" -#: kfile/kmetaprops.cpp:130 +#: tdefile/kmetaprops.cpp:130 msgid "&Meta Info" msgstr "&Imininingwane ye-meta" -#: kfile/kpropertiesdialog.cpp:177 kfile/kpropertiesdialog.cpp:193 -#: kfile/kpropertiesdialog.cpp:209 kfile/kpropertiesdialog.cpp:232 -#: kfile/kpropertiesdialog.cpp:252 kfile/kpropertiesdialog.cpp:272 +#: tdefile/kpropertiesdialog.cpp:177 tdefile/kpropertiesdialog.cpp:193 +#: tdefile/kpropertiesdialog.cpp:209 tdefile/kpropertiesdialog.cpp:232 +#: tdefile/kpropertiesdialog.cpp:252 tdefile/kpropertiesdialog.cpp:272 #, c-format msgid "Properties for %1" msgstr "Bunjalo be %1" -#: kfile/kpropertiesdialog.cpp:208 +#: tdefile/kpropertiesdialog.cpp:208 #, fuzzy, c-format msgid "" "_n: <never used>\n" "Properties for %n Selected Items" msgstr "Bunjalo be %1" -#: kfile/kpropertiesdialog.cpp:740 +#: tdefile/kpropertiesdialog.cpp:740 msgid "&General" msgstr "&Ngalokuvamile" -#: kfile/kpropertiesdialog.cpp:944 +#: tdefile/kpropertiesdialog.cpp:944 #, fuzzy msgid "Create new file type" msgstr "Calisa i-directory lensha e:" -#: kfile/kpropertiesdialog.cpp:946 +#: tdefile/kpropertiesdialog.cpp:946 #, fuzzy msgid "Edit file type" msgstr "Luhlobo lwelifayela:" -#: kfile/kpropertiesdialog.cpp:959 +#: tdefile/kpropertiesdialog.cpp:959 msgid "Contents:" msgstr "Lokucuketfwe:" -#: kfile/kpropertiesdialog.cpp:1001 +#: tdefile/kpropertiesdialog.cpp:1001 msgid "Calculate" msgstr "Bala" -#: kfile/kpropertiesdialog.cpp:1012 kfile/kpropertiesdialog.cpp:1239 +#: tdefile/kpropertiesdialog.cpp:1012 tdefile/kpropertiesdialog.cpp:1239 msgid "Refresh" msgstr "Buyeketa" -#: kfile/kpropertiesdialog.cpp:1020 +#: tdefile/kpropertiesdialog.cpp:1020 msgid "Points to:" msgstr "Emapoyinti ke:" -#: kfile/kpropertiesdialog.cpp:1034 +#: tdefile/kpropertiesdialog.cpp:1034 msgid "Created:" msgstr "Caliwe:" -#: kfile/kpropertiesdialog.cpp:1056 +#: tdefile/kpropertiesdialog.cpp:1056 msgid "Accessed:" msgstr "Ngeniwe:" -#: kfile/kpropertiesdialog.cpp:1075 +#: tdefile/kpropertiesdialog.cpp:1075 #, fuzzy msgid "Mounted on:" msgstr "Khuphukisa lipoyinti:" -#: kfile/kpropertiesdialog.cpp:1082 kfile/kpropertiesdialog.cpp:2888 +#: tdefile/kpropertiesdialog.cpp:1082 tdefile/kpropertiesdialog.cpp:2888 #, fuzzy msgid "Free disk space:" msgstr "Indzawo lengenalutfo etukwe %1:" -#: kfile/kpropertiesdialog.cpp:1189 kfile/kpropertiesdialog.cpp:1204 -#: kfile/kpropertiesdialog.cpp:3031 +#: tdefile/kpropertiesdialog.cpp:1189 tdefile/kpropertiesdialog.cpp:1204 +#: tdefile/kpropertiesdialog.cpp:3031 #, fuzzy, no-c-format msgid "" "_: Available space out of total partition size (percent used)\n" "%1 out of %2 (%3% used)" msgstr "%1/%2 (%3% yisebentile)" -#: kfile/kpropertiesdialog.cpp:1215 +#: tdefile/kpropertiesdialog.cpp:1215 #, fuzzy msgid "" "Calculating... %1 (%2)\n" "%3, %4" msgstr "Kubala..." -#: kfile/kpropertiesdialog.cpp:1218 kfile/kpropertiesdialog.cpp:1234 +#: tdefile/kpropertiesdialog.cpp:1218 tdefile/kpropertiesdialog.cpp:1234 #, fuzzy, c-format msgid "" "_n: 1 file\n" @@ -4627,7 +4627,7 @@ msgstr "" "%n lifayela\n" "%n emafayela" -#: kfile/kpropertiesdialog.cpp:1219 kfile/kpropertiesdialog.cpp:1235 +#: tdefile/kpropertiesdialog.cpp:1219 tdefile/kpropertiesdialog.cpp:1235 #, fuzzy, c-format msgid "" "_n: 1 sub-folder\n" @@ -4636,23 +4636,23 @@ msgstr "" "%n lifayela\n" "%n emafayela" -#: kfile/kpropertiesdialog.cpp:1248 +#: tdefile/kpropertiesdialog.cpp:1248 msgid "Calculating..." msgstr "Kubala..." -#: kfile/kpropertiesdialog.cpp:1282 +#: tdefile/kpropertiesdialog.cpp:1282 msgid "Stopped" msgstr "Yimisiwe" -#: kfile/kpropertiesdialog.cpp:1322 +#: tdefile/kpropertiesdialog.cpp:1322 #, fuzzy msgid "The new file name is empty." msgstr "Ligama lelifayela lelisha alinalutfo!" -#: kfile/kpropertiesdialog.cpp:1460 kfile/kpropertiesdialog.cpp:2621 -#: kfile/kpropertiesdialog.cpp:2778 kfile/kpropertiesdialog.cpp:3059 -#: kfile/kpropertiesdialog.cpp:3340 kfile/kpropertiesdialog.cpp:3836 -#: kfile/kpropertiesdialog.cpp:4079 +#: tdefile/kpropertiesdialog.cpp:1460 tdefile/kpropertiesdialog.cpp:2621 +#: tdefile/kpropertiesdialog.cpp:2778 tdefile/kpropertiesdialog.cpp:3059 +#: tdefile/kpropertiesdialog.cpp:3340 tdefile/kpropertiesdialog.cpp:3836 +#: tdefile/kpropertiesdialog.cpp:4079 msgid "" "<qt>Could not save properties. You do not have sufficient access to write to <b>" "%1</b>.</qt>" @@ -4660,143 +4660,143 @@ msgstr "" "<qt>Akukhonakali kugcina bunjalo. Awunayo imvumo leyanele yekubhala ku <b>%1</b>" ".</qt>" -#: kfile/kpropertiesdialog.cpp:1534 kfile/kpropertiesdialog.cpp:1538 -#: kfile/kpropertiesdialog.cpp:1543 +#: tdefile/kpropertiesdialog.cpp:1534 tdefile/kpropertiesdialog.cpp:1538 +#: tdefile/kpropertiesdialog.cpp:1543 msgid "Forbidden" msgstr "" -#: kfile/kpropertiesdialog.cpp:1535 +#: tdefile/kpropertiesdialog.cpp:1535 #, fuzzy msgid "Can Read" msgstr "Fundza" -#: kfile/kpropertiesdialog.cpp:1536 +#: tdefile/kpropertiesdialog.cpp:1536 msgid "Can Read & Write" msgstr "" -#: kfile/kpropertiesdialog.cpp:1539 +#: tdefile/kpropertiesdialog.cpp:1539 #, fuzzy msgid "Can View Content" msgstr "Akukho lokucuketfwe" -#: kfile/kpropertiesdialog.cpp:1540 +#: tdefile/kpropertiesdialog.cpp:1540 msgid "Can View & Modify Content" msgstr "" -#: kfile/kpropertiesdialog.cpp:1544 +#: tdefile/kpropertiesdialog.cpp:1544 msgid "Can View Content & Read" msgstr "" -#: kfile/kpropertiesdialog.cpp:1545 +#: tdefile/kpropertiesdialog.cpp:1545 msgid "Can View/Read & Modify/Write" msgstr "" -#: kfile/kpropertiesdialog.cpp:1639 +#: tdefile/kpropertiesdialog.cpp:1639 msgid "&Permissions" msgstr "&Imvumo" -#: kfile/kpropertiesdialog.cpp:1650 kfile/kpropertiesdialog.cpp:1904 +#: tdefile/kpropertiesdialog.cpp:1650 tdefile/kpropertiesdialog.cpp:1904 msgid "Access Permissions" msgstr "Imvumo yekungena" -#: kfile/kpropertiesdialog.cpp:1661 +#: tdefile/kpropertiesdialog.cpp:1661 msgid "" "_n: This file is a link and does not have permissions.\n" "All files are links and do not have permissions." msgstr "" -#: kfile/kpropertiesdialog.cpp:1664 +#: tdefile/kpropertiesdialog.cpp:1664 #, fuzzy msgid "Only the owner can change permissions." msgstr "" "Akukhonakalanga kutjintja imvumo ye\n" "%1" -#: kfile/kpropertiesdialog.cpp:1667 +#: tdefile/kpropertiesdialog.cpp:1667 #, fuzzy msgid "O&wner:" msgstr "Umnikati:" -#: kfile/kpropertiesdialog.cpp:1673 +#: tdefile/kpropertiesdialog.cpp:1673 msgid "Specifies the actions that the owner is allowed to do." msgstr "" -#: kfile/kpropertiesdialog.cpp:1675 +#: tdefile/kpropertiesdialog.cpp:1675 #, fuzzy msgid "Gro&up:" msgstr "Licembu:" -#: kfile/kpropertiesdialog.cpp:1681 +#: tdefile/kpropertiesdialog.cpp:1681 msgid "Specifies the actions that the members of the group are allowed to do." msgstr "" -#: kfile/kpropertiesdialog.cpp:1683 +#: tdefile/kpropertiesdialog.cpp:1683 #, fuzzy msgid "O&thers:" msgstr "Lokunye" -#: kfile/kpropertiesdialog.cpp:1689 +#: tdefile/kpropertiesdialog.cpp:1689 msgid "" "Specifies the actions that all users, who are neither owner nor in the group, " "are allowed to do." msgstr "" -#: kfile/kpropertiesdialog.cpp:1694 +#: tdefile/kpropertiesdialog.cpp:1694 msgid "Only own&er can rename and delete folder content" msgstr "" -#: kfile/kpropertiesdialog.cpp:1695 +#: tdefile/kpropertiesdialog.cpp:1695 #, fuzzy msgid "Is &executable" msgstr "C&alisa" -#: kfile/kpropertiesdialog.cpp:1699 +#: tdefile/kpropertiesdialog.cpp:1699 msgid "" "Enable this option to allow only the folder's owner to delete or rename the " "contained files and folders. Other users can only add new files, which requires " "the 'Modify Content' permission." msgstr "" -#: kfile/kpropertiesdialog.cpp:1703 +#: tdefile/kpropertiesdialog.cpp:1703 msgid "" "Enable this option to mark the file as executable. This only makes sense for " "programs and scripts. It is required when you want to execute them." msgstr "" -#: kfile/kpropertiesdialog.cpp:1710 +#: tdefile/kpropertiesdialog.cpp:1710 #, fuzzy msgid "A&dvanced Permissions" msgstr "Imvumo yekungena" -#: kfile/kpropertiesdialog.cpp:1719 +#: tdefile/kpropertiesdialog.cpp:1719 msgid "Ownership" msgstr "Bunikati" -#: kfile/kpropertiesdialog.cpp:1728 +#: tdefile/kpropertiesdialog.cpp:1728 msgid "User:" msgstr "Umsebentisi:" -#: kfile/kpropertiesdialog.cpp:1814 +#: tdefile/kpropertiesdialog.cpp:1814 msgid "Group:" msgstr "Licembu:" -#: kfile/kpropertiesdialog.cpp:1856 +#: tdefile/kpropertiesdialog.cpp:1856 #, fuzzy msgid "Apply changes to all subfolders and their contents" msgstr "" "Sebentisa lutjintjo kuwo wonkhe ema-directories lamancane kanye nalokucuketfwe " "ngiwo" -#: kfile/kpropertiesdialog.cpp:1894 +#: tdefile/kpropertiesdialog.cpp:1894 #, fuzzy msgid "Advanced Permissions" msgstr "Imvumo yekungena" -#: kfile/kpropertiesdialog.cpp:1913 +#: tdefile/kpropertiesdialog.cpp:1913 msgid "Class" msgstr "Liklilasi" -#: kfile/kpropertiesdialog.cpp:1918 +#: tdefile/kpropertiesdialog.cpp:1918 msgid "" "Show\n" "Entries" @@ -4804,20 +4804,20 @@ msgstr "" "Khombisa\n" "Tingeniso" -#: kfile/kpropertiesdialog.cpp:1920 +#: tdefile/kpropertiesdialog.cpp:1920 msgid "Read" msgstr "Fundza" -#: kfile/kpropertiesdialog.cpp:1925 +#: tdefile/kpropertiesdialog.cpp:1925 #, fuzzy msgid "This flag allows viewing the content of the folder." msgstr "Khetsa ligama lelinye ukhetsele i-directory lensha." -#: kfile/kpropertiesdialog.cpp:1927 +#: tdefile/kpropertiesdialog.cpp:1927 msgid "The Read flag allows viewing the content of the file." msgstr "" -#: kfile/kpropertiesdialog.cpp:1931 +#: tdefile/kpropertiesdialog.cpp:1931 msgid "" "Write\n" "Entries" @@ -4825,222 +4825,222 @@ msgstr "" "Bhala\n" "Tingeniso" -#: kfile/kpropertiesdialog.cpp:1933 +#: tdefile/kpropertiesdialog.cpp:1933 msgid "Write" msgstr "Bhala" -#: kfile/kpropertiesdialog.cpp:1938 +#: tdefile/kpropertiesdialog.cpp:1938 msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting and " "renaming can be limited using the Sticky flag." msgstr "" -#: kfile/kpropertiesdialog.cpp:1941 +#: tdefile/kpropertiesdialog.cpp:1941 msgid "The Write flag allows modifying the content of the file." msgstr "" -#: kfile/kpropertiesdialog.cpp:1946 +#: tdefile/kpropertiesdialog.cpp:1946 #, fuzzy msgid "" "_: Enter folder\n" "Enter" msgstr "Faka" -#: kfile/kpropertiesdialog.cpp:1947 +#: tdefile/kpropertiesdialog.cpp:1947 #, fuzzy msgid "Enable this flag to allow entering the folder." msgstr "Gcivita lenkhinobho kucalisa i-directory lensha." -#: kfile/kpropertiesdialog.cpp:1950 +#: tdefile/kpropertiesdialog.cpp:1950 msgid "Exec" msgstr "Exec" -#: kfile/kpropertiesdialog.cpp:1951 +#: tdefile/kpropertiesdialog.cpp:1951 msgid "Enable this flag to allow executing the file as a program." msgstr "" -#: kfile/kpropertiesdialog.cpp:1961 +#: tdefile/kpropertiesdialog.cpp:1961 msgid "Special" msgstr "Spesheli" -#: kfile/kpropertiesdialog.cpp:1965 +#: tdefile/kpropertiesdialog.cpp:1965 msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can be " "seen in the right hand column." msgstr "" -#: kfile/kpropertiesdialog.cpp:1968 +#: tdefile/kpropertiesdialog.cpp:1968 msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " "column." msgstr "" -#. i18n: file ./kfile/kpropertiesdesktopadvbase.ui line 95 -#: kfile/kpropertiesdialog.cpp:1972 rc.cpp:96 +#. i18n: file ./tdefile/kpropertiesdesktopadvbase.ui line 95 +#: tdefile/kpropertiesdialog.cpp:1972 rc.cpp:96 #, no-c-format msgid "User" msgstr "Msebentisi" -#: kfile/kpropertiesdialog.cpp:1984 +#: tdefile/kpropertiesdialog.cpp:1984 msgid "Set UID" msgstr "Hlela i-UID" -#: kfile/kpropertiesdialog.cpp:1988 +#: tdefile/kpropertiesdialog.cpp:1988 msgid "" "If this flag is set, the owner of this folder will be the owner of all new " "files." msgstr "" -#: kfile/kpropertiesdialog.cpp:1991 +#: tdefile/kpropertiesdialog.cpp:1991 msgid "" "If this file is an executable and the flag is set, it will be executed with the " "permissions of the owner." msgstr "" -#: kfile/kpropertiesdialog.cpp:1995 +#: tdefile/kpropertiesdialog.cpp:1995 msgid "Set GID" msgstr "Hlela i-GID" -#: kfile/kpropertiesdialog.cpp:1999 +#: tdefile/kpropertiesdialog.cpp:1999 msgid "" "If this flag is set, the group of this folder will be set for all new files." msgstr "" -#: kfile/kpropertiesdialog.cpp:2002 +#: tdefile/kpropertiesdialog.cpp:2002 msgid "" "If this file is an executable and the flag is set, it will be executed with the " "permissions of the group." msgstr "" -#: kfile/kpropertiesdialog.cpp:2006 +#: tdefile/kpropertiesdialog.cpp:2006 #, fuzzy msgid "" "_: File permission\n" "Sticky" msgstr "Gcina liwindi ngalokungagucuki" -#: kfile/kpropertiesdialog.cpp:2010 +#: tdefile/kpropertiesdialog.cpp:2010 msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " "rename files. Otherwise everybody with write permissions can do this." msgstr "" -#: kfile/kpropertiesdialog.cpp:2014 +#: tdefile/kpropertiesdialog.cpp:2014 msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some systems" msgstr "" -#: kfile/kpropertiesdialog.cpp:2193 +#: tdefile/kpropertiesdialog.cpp:2193 #, fuzzy msgid "Link" msgstr "ekhatsi" -#: kfile/kpropertiesdialog.cpp:2209 +#: tdefile/kpropertiesdialog.cpp:2209 msgid "Varying (No Change)" msgstr "" -#: kfile/kpropertiesdialog.cpp:2308 +#: tdefile/kpropertiesdialog.cpp:2308 msgid "" "_n: This file uses advanced permissions\n" "These files use advanced permissions." msgstr "" -#: kfile/kpropertiesdialog.cpp:2329 +#: tdefile/kpropertiesdialog.cpp:2329 msgid "" "_n: This folder uses advanced permissions.\n" "These folders use advanced permissions." msgstr "" -#: kfile/kpropertiesdialog.cpp:2344 +#: tdefile/kpropertiesdialog.cpp:2344 msgid "These files use advanced permissions." msgstr "" -#: kfile/kpropertiesdialog.cpp:2560 +#: tdefile/kpropertiesdialog.cpp:2560 msgid "U&RL" msgstr "U&RL" -#: kfile/kpropertiesdialog.cpp:2665 +#: tdefile/kpropertiesdialog.cpp:2665 msgid "A&ssociation" msgstr "I&nhlangano" -#: kfile/kpropertiesdialog.cpp:2674 +#: tdefile/kpropertiesdialog.cpp:2674 msgid "Pattern ( example: *.html;*.htm )" msgstr "Indlela ( sibonelo:*.html;*.htm )" -#: kfile/kpropertiesdialog.cpp:2707 +#: tdefile/kpropertiesdialog.cpp:2707 msgid "Left click previews" msgstr "Gcivita ngasebuncele tiboniso" -#: kfile/kpropertiesdialog.cpp:2826 +#: tdefile/kpropertiesdialog.cpp:2826 msgid "De&vice" msgstr "In&tfo" -#: kfile/kpropertiesdialog.cpp:2856 +#: tdefile/kpropertiesdialog.cpp:2856 msgid "Device (/dev/fd0):" msgstr "Intfo (/dev/fd0):" -#: kfile/kpropertiesdialog.cpp:2857 +#: tdefile/kpropertiesdialog.cpp:2857 msgid "Device:" msgstr "Intfo:" -#: kfile/kpropertiesdialog.cpp:2867 +#: tdefile/kpropertiesdialog.cpp:2867 msgid "Read only" msgstr "Fundza kuphela" -#: kfile/kpropertiesdialog.cpp:2871 +#: tdefile/kpropertiesdialog.cpp:2871 #, fuzzy msgid "File system:" msgstr "Tinhlelo temafayela" -#: kfile/kpropertiesdialog.cpp:2879 +#: tdefile/kpropertiesdialog.cpp:2879 msgid "Mount point (/mnt/floppy):" msgstr "Khuphukisa lipoyinti (/mnt/floppy):" -#: kfile/kpropertiesdialog.cpp:2880 +#: tdefile/kpropertiesdialog.cpp:2880 msgid "Mount point:" msgstr "Khuphukisa lipoyinti:" -#: kfile/kpropertiesdialog.cpp:2911 +#: tdefile/kpropertiesdialog.cpp:2911 msgid "Unmounted Icon" msgstr "Simeleli lesingakakhuphukiswa" -#: kfile/kpropertiesdialog.cpp:3091 kfile/kpropertiesdialog.cpp:3896 +#: tdefile/kpropertiesdialog.cpp:3091 tdefile/kpropertiesdialog.cpp:3896 msgid "&Application" msgstr "&Sicelo" -#: kfile/kpropertiesdialog.cpp:3213 +#: tdefile/kpropertiesdialog.cpp:3213 #, c-format msgid "Add File Type for %1" msgstr "" -#: bookmarks/kbookmarkmenu.cc:829 kfile/kpropertiesdialog.cpp:3216 +#: bookmarks/kbookmarkmenu.cc:829 tdefile/kpropertiesdialog.cpp:3216 msgid "&Add" msgstr "&Ngeta" -#: kfile/kpropertiesdialog.cpp:3217 kfile/kpropertiesdialog.cpp:3218 +#: tdefile/kpropertiesdialog.cpp:3217 tdefile/kpropertiesdialog.cpp:3218 msgid "" "Add the selected file types to\n" "the list of supported file types." msgstr "" -#: kfile/kpropertiesdialog.cpp:3412 kfile/kpropertiesdialog.cpp:3868 +#: tdefile/kpropertiesdialog.cpp:3412 tdefile/kpropertiesdialog.cpp:3868 msgid "Only executables on local file systems are supported." msgstr "Kuphela lokucalisekako kutinhlelo telifayela langekhatsi lelincedziwe." -#: kfile/kpropertiesdialog.cpp:3424 +#: tdefile/kpropertiesdialog.cpp:3424 #, fuzzy, c-format msgid "Advanced Options for %1" msgstr "Kwentangandlatsite lokusembili" -#: kfile/kpropertiesdialog.cpp:3583 +#: tdefile/kpropertiesdialog.cpp:3583 msgid "E&xecute" msgstr "C&alisa" -#: kfile/kpropertiesdialog.cpp:3590 +#: tdefile/kpropertiesdialog.cpp:3590 msgid "Comman&d:" msgstr "Umtsetf&o:" -#: kfile/kpropertiesdialog.cpp:3599 +#: tdefile/kpropertiesdialog.cpp:3599 msgid "" "Following the command, you can have several place holders which will be " "replaced with the actual values when the actual program is run:\n" @@ -5056,73 +5056,73 @@ msgid "" "%c - the caption" msgstr "" -#: kfile/kpropertiesdialog.cpp:3620 +#: tdefile/kpropertiesdialog.cpp:3620 msgid "Panel Embedding" msgstr "Iphaneli lehlalisa" -#: kfile/kpropertiesdialog.cpp:3629 +#: tdefile/kpropertiesdialog.cpp:3629 msgid "&Execute on click:" msgstr "&Calisa ekugciviteni:" -#: kfile/kpropertiesdialog.cpp:3637 +#: tdefile/kpropertiesdialog.cpp:3637 msgid "&Window title:" msgstr "&sihloko seliwindi:" -#. i18n: file ./kfile/kpropertiesdesktopadvbase.ui line 55 -#: kfile/kpropertiesdialog.cpp:3657 rc.cpp:81 +#. i18n: file ./tdefile/kpropertiesdesktopadvbase.ui line 55 +#: tdefile/kpropertiesdialog.cpp:3657 rc.cpp:81 #, no-c-format msgid "&Run in terminal" msgstr "&Sebentisa kusikhungo" -#. i18n: file ./kfile/kpropertiesdesktopadvbase.ui line 77 -#: kfile/kpropertiesdialog.cpp:3672 rc.cpp:90 +#. i18n: file ./tdefile/kpropertiesdesktopadvbase.ui line 77 +#: tdefile/kpropertiesdialog.cpp:3672 rc.cpp:90 #, no-c-format msgid "Do not &close when command exits" msgstr "" -#. i18n: file ./kfile/kpropertiesdesktopadvbase.ui line 66 -#: kfile/kpropertiesdialog.cpp:3676 rc.cpp:87 +#. i18n: file ./tdefile/kpropertiesdesktopadvbase.ui line 66 +#: tdefile/kpropertiesdialog.cpp:3676 rc.cpp:87 #, no-c-format msgid "&Terminal options:" msgstr "&Kwenta ngalenye indlela kusikhungo:" -#. i18n: file ./kfile/kpropertiesdesktopadvbase.ui line 106 -#: kfile/kpropertiesdialog.cpp:3696 rc.cpp:99 +#. i18n: file ./tdefile/kpropertiesdesktopadvbase.ui line 106 +#: tdefile/kpropertiesdialog.cpp:3696 rc.cpp:99 #, no-c-format msgid "Ru&n as a different user" msgstr "Sebentis&a njengemsebentisa lohlukile" -#: kfile/kpropertiesdialog.cpp:3937 +#: tdefile/kpropertiesdialog.cpp:3937 msgid "Description:" msgstr "Sichasiso:" -#: kfile/kpropertiesdialog.cpp:3943 +#: tdefile/kpropertiesdialog.cpp:3943 msgid "Comment:" msgstr "Kuphawula:" -#: kfile/kpropertiesdialog.cpp:3949 +#: tdefile/kpropertiesdialog.cpp:3949 msgid "File types:" msgstr "Luhlobo lwelifayela:" -#: kfile/kfilesharedlg.cpp:56 +#: tdefile/tdefilesharedlg.cpp:56 #, fuzzy msgid "&Share" msgstr "Hlukanisiwe" -#: kfile/kfilesharedlg.cpp:128 +#: tdefile/tdefilesharedlg.cpp:128 #, fuzzy msgid "Only folders in your home folder can be shared." msgstr "Ema-directories ekhaya lakho angahlukaniselwa." -#: kfile/kfilesharedlg.cpp:139 +#: tdefile/tdefilesharedlg.cpp:139 msgid "Not shared" msgstr "Ngahlukaniselwanga" -#: kfile/kfilesharedlg.cpp:144 +#: tdefile/tdefilesharedlg.cpp:144 msgid "Shared" msgstr "Hlukanisiwe" -#: kfile/kfilesharedlg.cpp:156 +#: tdefile/tdefilesharedlg.cpp:156 #, fuzzy msgid "" "Sharing this folder makes it available under Linux/UNIX (NFS) and Windows " @@ -5131,53 +5131,53 @@ msgstr "" "Kusebentiselana ngale-directory kwenta kutsi kutfolakale ngaphansi kwe " "Linux/UNIX (NFS) ne Windows (Samba). " -#: kfile/kfilesharedlg.cpp:162 +#: tdefile/tdefilesharedlg.cpp:162 msgid "You can also reconfigure file sharing authorization." msgstr "Ungahle uhlele kuniketa siciniseko ekuhlukaniselana kwemafayela." -#: kfile/kfilesharedlg.cpp:165 kfile/kfilesharedlg.cpp:189 +#: tdefile/tdefilesharedlg.cpp:165 tdefile/tdefilesharedlg.cpp:189 #, fuzzy msgid "Configure File Sharing..." msgstr "Hlela kuhlukaniswa kwelifayela" -#: kfile/kfilesharedlg.cpp:174 +#: tdefile/tdefilesharedlg.cpp:174 msgid "" "Error running 'filesharelist'. Check if installed and in $PATH or /usr/sbin." msgstr "" "Liphutsa ekusebentiseni 'luhla lekusebentiselana lemafayela'. Hlola kutsi " "lifakiwe nekutsi liku $Indlela kumbe /usr/sbin." -#: kfile/kfilesharedlg.cpp:181 +#: tdefile/tdefilesharedlg.cpp:181 #, fuzzy msgid "You need to be authorized to share folders." msgstr "Udzinga kutsi uvunyelwe kuniketwa incenye kuma-directories." -#: kfile/kfilesharedlg.cpp:184 +#: tdefile/tdefilesharedlg.cpp:184 #, fuzzy msgid "File sharing is disabled." msgstr "Kuhlela kukhubatiwe" -#: kfile/kfilesharedlg.cpp:249 +#: tdefile/tdefilesharedlg.cpp:249 msgid "Sharing folder '%1' failed." msgstr "" -#: kfile/kfilesharedlg.cpp:250 +#: tdefile/tdefilesharedlg.cpp:250 msgid "" "An error occurred while trying to share folder '%1'. Make sure that the Perl " "script 'fileshareset' is set suid root." msgstr "" -#: kfile/kfilesharedlg.cpp:255 +#: tdefile/tdefilesharedlg.cpp:255 msgid "Unsharing folder '%1' failed." msgstr "" -#: kfile/kfilesharedlg.cpp:256 +#: tdefile/tdefilesharedlg.cpp:256 msgid "" "An error occurred while trying to unshare folder '%1'. Make sure that the Perl " "script 'fileshareset' is set suid root." msgstr "" -#: kfile/kurlbar.cpp:348 +#: tdefile/kurlbar.cpp:348 msgid "" "<qt>The <b>Quick Access</b> panel provides easy access to commonly used file " "locations." @@ -5191,35 +5191,35 @@ msgstr "" "<p>Ngekugcivita kwesekudla ungangeta, uhlele ubuye ususe tindlela " "letifunshane.</qt>" -#: kfile/kurlbar.cpp:730 +#: tdefile/kurlbar.cpp:730 msgid "&Large Icons" msgstr "&Timeleli letikhulu" -#: kfile/kurlbar.cpp:730 +#: tdefile/kurlbar.cpp:730 msgid "&Small Icons" msgstr "&Timeleli letincane" -#: kfile/kurlbar.cpp:736 +#: tdefile/kurlbar.cpp:736 msgid "&Edit Entry..." msgstr "&Hlela lokungeniswako..." -#: kfile/kurlbar.cpp:740 +#: tdefile/kurlbar.cpp:740 msgid "&Add Entry..." msgstr "&Ngeta lokungeniswako..." -#: kfile/kurlbar.cpp:744 +#: tdefile/kurlbar.cpp:744 msgid "&Remove Entry" msgstr "&Susa lokungeniswako" -#: kfile/kurlbar.cpp:776 +#: tdefile/kurlbar.cpp:776 msgid "Enter a description" msgstr "Faka sichachaso" -#: kfile/kurlbar.cpp:922 +#: tdefile/kurlbar.cpp:922 msgid "Edit Quick Access Entry" msgstr "Hlela lokungeniswako kwe Kutfola Lokusheshako" -#: kfile/kurlbar.cpp:925 +#: tdefile/kurlbar.cpp:925 msgid "" "<qt><b>Please provide a description, URL and icon for this Quick Access " "entry.</b></br></qt>" @@ -5227,7 +5227,7 @@ msgstr "" "<qt><b>Uyacelwa kutsi unikete inchazelo, i-URL kanye nesimeleli saleQuick " "Access" -#: kfile/kurlbar.cpp:932 +#: tdefile/kurlbar.cpp:932 msgid "" "<qt>This is the text that will appear in the Quick Access panel." "<p>The description should consist of one or two words that will help you " @@ -5237,13 +5237,13 @@ msgstr "" "<p>Inchazelo kufanele yifake ekhatsi linye kumbe mabili emagama latokuncedza " "kutsi ukhumbule kutsi loku lokufakiwe kumeleni.</qt>" -#. i18n: file ./kfile/kpropertiesdesktopbase.ui line 125 -#: kfile/kurlbar.cpp:935 rc.cpp:239 +#. i18n: file ./tdefile/kpropertiesdesktopbase.ui line 125 +#: tdefile/kurlbar.cpp:935 rc.cpp:239 #, no-c-format msgid "&Description:" msgstr "&Sichachiso:" -#: kfile/kurlbar.cpp:942 +#: tdefile/kurlbar.cpp:942 msgid "" "<qt>This is the location associated with the entry. Any valid URL may be used. " "For example:" @@ -5261,11 +5261,11 @@ msgstr "" "<p>Ngekugcivita enkhinobheni eceleni kwelibhokisi lekuhlela umbhalo " "ungabrawuza ku URL lengiyo.</qt>" -#: kfile/kurlbar.cpp:946 +#: tdefile/kurlbar.cpp:946 msgid "&URL:" msgstr "&URL:" -#: kfile/kurlbar.cpp:953 +#: tdefile/kurlbar.cpp:953 msgid "" "<qt>This is the icon that will appear in the Quick Access panel." "<p>Click on the button to select a different icon.</qt>" @@ -5273,15 +5273,15 @@ msgstr "" "<qt>Lesi simeleli lesitovela kupaneli yeKungena Lokusheshako." "<p>Gcivita enkhinobheni kutsi ukhetse simeleli lesehlukile.</qt>" -#: kfile/kurlbar.cpp:955 +#: tdefile/kurlbar.cpp:955 msgid "Choose an &icon:" msgstr "Khetsa &simeleli:" -#: kfile/kurlbar.cpp:971 +#: tdefile/kurlbar.cpp:971 msgid "&Only show when using this application (%1)" msgstr "&Khombisa kuphela nangabe usebentisa lesicelo lesi (%1)" -#: kfile/kurlbar.cpp:974 +#: tdefile/kurlbar.cpp:974 msgid "" "<qt>Select this setting if you want this entry to show only when using the " "current application (%1)." @@ -5494,13 +5494,13 @@ msgstr "&Phansi" msgid "Deny &Forever" msgstr "&Phakadve" -#. i18n: file ./kfile/kpropertiesdesktopadvbase.ui line 27 +#. i18n: file ./tdefile/kpropertiesdesktopadvbase.ui line 27 #: rc.cpp:78 #, fuzzy, no-c-format msgid "Terminal" msgstr "Landzelanako" -#. i18n: file ./kfile/kpropertiesdesktopadvbase.ui line 58 +#. i18n: file ./tdefile/kpropertiesdesktopadvbase.ui line 58 #: rc.cpp:84 #, no-c-format msgid "" @@ -5509,7 +5509,7 @@ msgid "" "window." msgstr "" -#. i18n: file ./kfile/kpropertiesdesktopadvbase.ui line 80 +#. i18n: file ./tdefile/kpropertiesdesktopadvbase.ui line 80 #: rc.cpp:93 #, no-c-format msgid "" @@ -5518,7 +5518,7 @@ msgid "" "information." msgstr "" -#. i18n: file ./kfile/kpropertiesdesktopadvbase.ui line 109 +#. i18n: file ./tdefile/kpropertiesdesktopadvbase.ui line 109 #: rc.cpp:102 #, no-c-format msgid "" @@ -5528,31 +5528,31 @@ msgid "" "required to use this option." msgstr "" -#. i18n: file ./kfile/kpropertiesdesktopadvbase.ui line 140 +#. i18n: file ./tdefile/kpropertiesdesktopadvbase.ui line 140 #: rc.cpp:108 #, no-c-format msgid "Enter the user name you want to run the application as." msgstr "" -#. i18n: file ./kfile/kpropertiesdesktopadvbase.ui line 148 +#. i18n: file ./tdefile/kpropertiesdesktopadvbase.ui line 148 #: rc.cpp:111 #, no-c-format msgid "Enter the user name you want to run the application as here." msgstr "" -#. i18n: file ./kfile/kpropertiesdesktopadvbase.ui line 158 +#. i18n: file ./tdefile/kpropertiesdesktopadvbase.ui line 158 #: rc.cpp:114 #, fuzzy, no-c-format msgid "Startup" msgstr "&Cala" -#. i18n: file ./kfile/kpropertiesdesktopadvbase.ui line 169 +#. i18n: file ./tdefile/kpropertiesdesktopadvbase.ui line 169 #: rc.cpp:117 #, no-c-format msgid "Enable &launch feedback" msgstr "" -#. i18n: file ./kfile/kpropertiesdesktopadvbase.ui line 172 +#. i18n: file ./tdefile/kpropertiesdesktopadvbase.ui line 172 #: rc.cpp:120 #, no-c-format msgid "" @@ -5560,13 +5560,13 @@ msgid "" "This visual feedback may appear as a busy cursor or in the taskbar." msgstr "" -#. i18n: file ./kfile/kpropertiesdesktopadvbase.ui line 180 +#. i18n: file ./tdefile/kpropertiesdesktopadvbase.ui line 180 #: rc.cpp:123 #, fuzzy, no-c-format msgid "&Place in system tray" msgstr "Mshini wekushicelela" -#. i18n: file ./kfile/kpropertiesdesktopadvbase.ui line 183 +#. i18n: file ./tdefile/kpropertiesdesktopadvbase.ui line 183 #: rc.cpp:126 #, no-c-format msgid "" @@ -5574,152 +5574,152 @@ msgid "" "application." msgstr "" -#. i18n: file ./kfile/kpropertiesdesktopadvbase.ui line 191 +#. i18n: file ./tdefile/kpropertiesdesktopadvbase.ui line 191 #: rc.cpp:129 #, fuzzy, no-c-format msgid "&DCOP registration:" msgstr "Inhlangano" -#. i18n: file ./kfile/kpropertiesdesktopadvbase.ui line 200 +#. i18n: file ./tdefile/kpropertiesdesktopadvbase.ui line 200 #: rc.cpp:132 #, no-c-format msgid "None" msgstr "Kute" -#. i18n: file ./kfile/kpropertiesdesktopadvbase.ui line 205 +#. i18n: file ./tdefile/kpropertiesdesktopadvbase.ui line 205 #: rc.cpp:135 #, fuzzy, no-c-format msgid "Multiple Instances" msgstr "Tehlakalo" -#. i18n: file ./kfile/kpropertiesdesktopadvbase.ui line 210 +#. i18n: file ./tdefile/kpropertiesdesktopadvbase.ui line 210 #: rc.cpp:138 #, fuzzy, no-c-format msgid "Single Instance" msgstr "Tehlakalo" -#. i18n: file ./kfile/kpropertiesdesktopadvbase.ui line 215 +#. i18n: file ./tdefile/kpropertiesdesktopadvbase.ui line 215 #: rc.cpp:141 #, fuzzy, no-c-format msgid "Run Until Finished" msgstr "&Cedza" -#. i18n: file ./kfile/knotifywidgetbase.ui line 91 +#. i18n: file ./tdefile/knotifywidgetbase.ui line 91 #: rc.cpp:144 #, no-c-format msgid "Events" msgstr "Tigameko" -#. i18n: file ./kfile/knotifywidgetbase.ui line 117 +#. i18n: file ./tdefile/knotifywidgetbase.ui line 117 #: rc.cpp:147 #, no-c-format msgid "Quick Controls" msgstr "Tilawuli letisheshako" -#. i18n: file ./kfile/knotifywidgetbase.ui line 128 +#. i18n: file ./tdefile/knotifywidgetbase.ui line 128 #: rc.cpp:150 #, fuzzy, no-c-format msgid "Apply to &all applications" msgstr "Sebentisa kuto tonkhe ti&celo" -#. i18n: file ./kfile/knotifywidgetbase.ui line 170 +#. i18n: file ./tdefile/knotifywidgetbase.ui line 170 #: rc.cpp:153 #, no-c-format msgid "Turn O&ff All" msgstr "Vala k&ungasebenti konkhe" -#. i18n: file ./kfile/knotifywidgetbase.ui line 173 +#. i18n: file ./tdefile/knotifywidgetbase.ui line 173 #: rc.cpp:156 rc.cpp:162 #, no-c-format msgid "Allows you to change the behavior for all events at once" msgstr "" "Kukuvumela kutsi utjintje kutiphatsa kwato tonkhe tigameko ngasikhatsi sinye" -#. i18n: file ./kfile/knotifywidgetbase.ui line 181 +#. i18n: file ./tdefile/knotifywidgetbase.ui line 181 #: rc.cpp:159 #, no-c-format msgid "Turn O&n All" msgstr "Vula k&usebente konkhe" -#. i18n: file ./kfile/knotifywidgetbase.ui line 215 +#. i18n: file ./tdefile/knotifywidgetbase.ui line 215 #: rc.cpp:168 #, no-c-format msgid "Print a message to standard &error output" msgstr "Shicelela umbiko ezingeni lelifanele &umphumele loliphutsa" -#. i18n: file ./kfile/knotifywidgetbase.ui line 223 +#. i18n: file ./tdefile/knotifywidgetbase.ui line 223 #: rc.cpp:171 #, no-c-format msgid "Show a &message in a pop-up window" msgstr "Khombisa &umbiko ewindini leliticalako" -#. i18n: file ./kfile/knotifywidgetbase.ui line 231 +#. i18n: file ./tdefile/knotifywidgetbase.ui line 231 #: rc.cpp:174 #, no-c-format msgid "E&xecute a program:" msgstr "C&ala luhlelo:" -#. i18n: file ./kfile/knotifywidgetbase.ui line 247 +#. i18n: file ./tdefile/knotifywidgetbase.ui line 247 #: rc.cpp:177 #, no-c-format msgid "Play a &sound:" msgstr "Dlala &umsindvo:" -#. i18n: file ./kfile/knotifywidgetbase.ui line 258 +#. i18n: file ./tdefile/knotifywidgetbase.ui line 258 #: rc.cpp:180 #, no-c-format msgid "Test the Sound" msgstr "Hlola umsindvo" -#. i18n: file ./kfile/knotifywidgetbase.ui line 268 +#. i18n: file ./tdefile/knotifywidgetbase.ui line 268 #: rc.cpp:183 #, no-c-format msgid "Mark &taskbar entry" msgstr "" -#. i18n: file ./kfile/knotifywidgetbase.ui line 276 +#. i18n: file ./tdefile/knotifywidgetbase.ui line 276 #: rc.cpp:186 #, no-c-format msgid "&Log to a file:" msgstr "&Yani efayelini:" -#. i18n: file ./kfile/knotifywidgetbase.ui line 352 +#. i18n: file ./tdefile/knotifywidgetbase.ui line 352 #: rc.cpp:189 #, no-c-format msgid "&Use a passive window that does not interrupt other work" msgstr "&sebentisa liwindi lelingaphazamisi leminye misebenti" -#. i18n: file ./kfile/knotifywidgetbase.ui line 378 +#. i18n: file ./tdefile/knotifywidgetbase.ui line 378 #: rc.cpp:192 #, no-c-format msgid "Less Options" msgstr "Kwenta ngalenye indlela lokungesikunyenti" -#. i18n: file ./kfile/knotifywidgetbase.ui line 406 +#. i18n: file ./tdefile/knotifywidgetbase.ui line 406 #: rc.cpp:195 #, fuzzy, no-c-format msgid "Player Settings" msgstr "Kuhleleka kwemshini wekudlala..." -#. i18n: file ./kfile/kpropertiesmimetypebase.ui line 27 +#. i18n: file ./tdefile/kpropertiesmimetypebase.ui line 27 #: rc.cpp:198 #, no-c-format msgid "Select one or more file types to add:" msgstr "" -#. i18n: file ./kfile/kpropertiesmimetypebase.ui line 36 +#. i18n: file ./tdefile/kpropertiesmimetypebase.ui line 36 #: rc.cpp:201 rc.cpp:219 #, fuzzy, no-c-format msgid "Mimetype" msgstr "Tinhlobo teMime" -#. i18n: file ./kfile/kpropertiesmimetypebase.ui line 47 +#. i18n: file ./tdefile/kpropertiesmimetypebase.ui line 47 #: rc.cpp:204 rc.cpp:222 #, no-c-format msgid "Description" msgstr "Sichachiso" -#. i18n: file ./kfile/kpropertiesmimetypebase.ui line 61 +#. i18n: file ./tdefile/kpropertiesmimetypebase.ui line 61 #: rc.cpp:207 #, no-c-format msgid "" @@ -5735,13 +5735,13 @@ msgid "" "mimetypes.</p>" msgstr "" -#. i18n: file ./kfile/kpropertiesdesktopbase.ui line 44 +#. i18n: file ./tdefile/kpropertiesdesktopbase.ui line 44 #: rc.cpp:211 #, fuzzy, no-c-format msgid "&Supported file types:" msgstr "Tinhlobo tema-mime letisekelwe:" -#. i18n: file ./kfile/kpropertiesdesktopbase.ui line 52 +#. i18n: file ./tdefile/kpropertiesdesktopbase.ui line 52 #: rc.cpp:214 rc.cpp:225 #, no-c-format msgid "" @@ -5762,13 +5762,13 @@ msgid "" "below.</p></qt>" msgstr "" -#. i18n: file ./kfile/kpropertiesdesktopbase.ui line 103 +#. i18n: file ./tdefile/kpropertiesdesktopbase.ui line 103 #: rc.cpp:230 #, no-c-format msgid "&Name:" msgstr "&Ligama:" -#. i18n: file ./kfile/kpropertiesdesktopbase.ui line 109 +#. i18n: file ./tdefile/kpropertiesdesktopbase.ui line 109 #: rc.cpp:233 rc.cpp:236 #, no-c-format msgid "" @@ -5776,7 +5776,7 @@ msgid "" "appear under this name in the applications menu and in the panel." msgstr "" -#. i18n: file ./kfile/kpropertiesdesktopbase.ui line 131 +#. i18n: file ./tdefile/kpropertiesdesktopbase.ui line 131 #: rc.cpp:242 rc.cpp:245 #, no-c-format msgid "" @@ -5784,25 +5784,25 @@ msgid "" "dial up application (KPPP) would be \"Dial up tool\"." msgstr "" -#. i18n: file ./kfile/kpropertiesdesktopbase.ui line 147 +#. i18n: file ./tdefile/kpropertiesdesktopbase.ui line 147 #: rc.cpp:248 #, fuzzy, no-c-format msgid "Comm&ent:" msgstr "Kuphawula:" -#. i18n: file ./kfile/kpropertiesdesktopbase.ui line 153 +#. i18n: file ./tdefile/kpropertiesdesktopbase.ui line 153 #: rc.cpp:251 rc.cpp:254 #, no-c-format msgid "Type any comment you think is useful here." msgstr "" -#. i18n: file ./kfile/kpropertiesdesktopbase.ui line 169 +#. i18n: file ./tdefile/kpropertiesdesktopbase.ui line 169 #: rc.cpp:257 #, no-c-format msgid "Co&mmand:" msgstr "La&wula:" -#. i18n: file ./kfile/kpropertiesdesktopbase.ui line 186 +#. i18n: file ./tdefile/kpropertiesdesktopbase.ui line 186 #: rc.cpp:260 rc.cpp:274 #, no-c-format msgid "" @@ -5822,32 +5822,32 @@ msgid "" "%c - the caption" msgstr "" -#. i18n: file ./kfile/kpropertiesdesktopbase.ui line 216 +#. i18n: file ./tdefile/kpropertiesdesktopbase.ui line 216 #: rc.cpp:291 #, no-c-format msgid "" "Click here to browse your file system in order to find the desired executable." msgstr "" -#. i18n: file ./kfile/kpropertiesdesktopbase.ui line 224 +#. i18n: file ./tdefile/kpropertiesdesktopbase.ui line 224 #: rc.cpp:294 #, fuzzy, no-c-format msgid "&Work path:" msgstr "&Sakhiwo:" -#. i18n: file ./kfile/kpropertiesdesktopbase.ui line 230 +#. i18n: file ./tdefile/kpropertiesdesktopbase.ui line 230 #: rc.cpp:297 rc.cpp:300 #, fuzzy, no-c-format msgid "Sets the working directory for your application." msgstr "Bulala i directory yanyalo bese uyazama futsi." -#. i18n: file ./kfile/kpropertiesdesktopbase.ui line 246 +#. i18n: file ./tdefile/kpropertiesdesktopbase.ui line 246 #: rc.cpp:303 #, fuzzy, no-c-format msgid "Add..." msgstr "&Ngeta..." -#. i18n: file ./kfile/kpropertiesdesktopbase.ui line 249 +#. i18n: file ./tdefile/kpropertiesdesktopbase.ui line 249 #: rc.cpp:306 #, no-c-format msgid "" @@ -5855,7 +5855,7 @@ msgid "" "application can handle." msgstr "" -#. i18n: file ./kfile/kpropertiesdesktopbase.ui line 277 +#. i18n: file ./tdefile/kpropertiesdesktopbase.ui line 277 #: rc.cpp:312 #, no-c-format msgid "" @@ -5863,13 +5863,13 @@ msgid "" "handle, select the mimetype in the list above and click on this button." msgstr "" -#. i18n: file ./kfile/kpropertiesdesktopbase.ui line 302 +#. i18n: file ./tdefile/kpropertiesdesktopbase.ui line 302 #: rc.cpp:315 #, fuzzy, no-c-format msgid "Ad&vanced Options" msgstr "Kwentangandlatsite lokusembili" -#. i18n: file ./kfile/kpropertiesdesktopbase.ui line 305 +#. i18n: file ./tdefile/kpropertiesdesktopbase.ui line 305 #: rc.cpp:318 #, no-c-format msgid "" @@ -7656,8 +7656,8 @@ msgstr "Akukho metainfo ye %1" #~ msgid "Confidential" #~ msgstr "Ngasese" -#~ msgid "Error in libkabc" -#~ msgstr "Liphutsa ekhatsi kwe libkabc" +#~ msgid "Error in libtdeabc" +#~ msgstr "Liphutsa ekhatsi kwe libtdeabc" #~ msgid "Show distribution list with name <listname>" #~ msgstr "Khombisa luhlu lekusabalalisa lelineligama <ligama leluhlu>" @@ -8122,7 +8122,7 @@ msgstr "Akukho metainfo ye %1" #~ msgid "Could not register with DCOP.\n" #~ msgstr "Akukhonakalanga kurejista ne DCOP.\n" -#~ msgid "KLauncher could not be reached via DCOP.\n" +#~ msgid "TDELauncher could not be reached via DCOP.\n" #~ msgstr "Sisungili K ngeke sifinyelelwe ngekusebentisa i-DCOP.\n" #~ msgid "Desktop %1" @@ -10135,8 +10135,8 @@ msgstr "Akukho metainfo ye %1" #~ msgid "Print %1" #~ msgstr "Shicelela" -#~ msgid "KHTML" -#~ msgstr "KHTML" +#~ msgid "TDEHTML" +#~ msgstr "TDEHTML" #~ msgid "Embeddable HTML component" #~ msgstr "Lilunga lelinamatselisekako le HTML" @@ -10224,10 +10224,10 @@ msgstr "Akukho metainfo ye %1" #~ msgstr "Khwalisa" #~ msgid "" -#~ "A script on this page is causing KHTML to freeze. If it continues to run, other applications may become less responsive.\n" +#~ "A script on this page is causing TDEHTML to freeze. If it continues to run, other applications may become less responsive.\n" #~ "Do you want to abort the script?" #~ msgstr "" -#~ "Libhuku lelikulelikhasi lenta i-KHTML kutsi yome. Nangabe uchubeka nekuyisebentisa,letinye teticelo tingahle tingaphendvuli ngalokujwayelekile.\n" +#~ "Libhuku lelikulelikhasi lenta i-TDEHTML kutsi yome. Nangabe uchubeka nekuyisebentisa,letinye teticelo tingahle tingaphendvuli ngalokujwayelekile.\n" #~ "Ingabe ufuna kubulala lelibhuku?" #~ msgid "JavaScript" diff --git a/tde-i18n-ss/messages/tdelibs/tdeioexec.po b/tde-i18n-ss/messages/tdelibs/tdeioexec.po index 28d9bef5bc3..1b6005c2415 100644 --- a/tde-i18n-ss/messages/tdelibs/tdeioexec.po +++ b/tde-i18n-ss/messages/tdelibs/tdeioexec.po @@ -16,7 +16,7 @@ msgstr "" #: main.cpp:50 #, fuzzy -msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" +msgid "TDEIO Exec - Opens remote files, watches modifications, asks for upload" msgstr "" "KFM Exec - Yivula emafayela labucalu, yicaphela tilungiso, yicela kulayisha" diff --git a/tde-i18n-ss/messages/tdelibs/tdelibs.po b/tde-i18n-ss/messages/tdelibs/tdelibs.po index 3836946fa42..3d802ed2d9b 100644 --- a/tde-i18n-ss/messages/tdelibs/tdelibs.po +++ b/tde-i18n-ss/messages/tdelibs/tdelibs.po @@ -15,13 +15,13 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.0beta2\n" -#. i18n: file ./interfaces/ktexteditor/editorchooser_ui.ui line 16 +#. i18n: file ./interfaces/tdetexteditor/editorchooser_ui.ui line 16 #: rc.cpp:3 #, no-c-format msgid "Editor Chooser" msgstr "Sikhetsi sesihleli" -#. i18n: file ./interfaces/ktexteditor/editorchooser_ui.ui line 41 +#. i18n: file ./interfaces/tdetexteditor/editorchooser_ui.ui line 41 #: rc.cpp:6 #, no-c-format msgid "" @@ -35,56 +35,56 @@ msgstr "" ", sicelo sitawuwemukela lutjintjo lwakho endzaweni yekucondzisa. Konkhe lokunye " "lokukhetsile kutawephula kuhleleka." -#. i18n: file ./kcert/kcertpart.rc line 4 +#. i18n: file ./tdecert/tdecertpart.rc line 4 #: rc.cpp:9 #, no-c-format msgid "&Certificate" msgstr "&Sithifikethi" -#. i18n: file ./tdeui/kshortcutdialog_advanced.ui line 58 +#. i18n: file ./tdeui/tdeshortcutdialog_advanced.ui line 58 #: rc.cpp:12 #, fuzzy, no-c-format msgid "Alternate shortcut:" msgstr "Cacisa indlela lemfushane" -#. i18n: file ./tdeui/kshortcutdialog_advanced.ui line 69 +#. i18n: file ./tdeui/tdeshortcutdialog_advanced.ui line 69 #: rc.cpp:15 #, fuzzy, no-c-format msgid "Primary shortcut:" msgstr "Cacisa indlela lemfushane" -#. i18n: file ./tdeui/kshortcutdialog_advanced.ui line 155 +#. i18n: file ./tdeui/tdeshortcutdialog_advanced.ui line 155 #: rc.cpp:18 #, no-c-format msgid "" "The currently set shortcut or the shortcut you are entering will show up here." msgstr "" -#. i18n: file ./tdeui/kshortcutdialog_advanced.ui line 182 +#. i18n: file ./tdeui/tdeshortcutdialog_advanced.ui line 182 #: rc.cpp:21 rc.cpp:27 rc.cpp:84 #, no-c-format msgid "x" msgstr "" -#. i18n: file ./tdeui/kshortcutdialog_advanced.ui line 188 +#. i18n: file ./tdeui/tdeshortcutdialog_advanced.ui line 188 #: rc.cpp:24 rc.cpp:30 rc.cpp:87 #, no-c-format msgid "Clear shortcut" msgstr "Cacisa indlela lemfushane" -#. i18n: file ./tdeui/kshortcutdialog_advanced.ui line 213 +#. i18n: file ./tdeui/tdeshortcutdialog_advanced.ui line 213 #: rc.cpp:33 #, fuzzy, no-c-format msgid "Multi-key mode" msgstr "Tinkhinobho-letinyenti" -#. i18n: file ./tdeui/kshortcutdialog_advanced.ui line 216 +#. i18n: file ./tdeui/tdeshortcutdialog_advanced.ui line 216 #: rc.cpp:36 #, no-c-format msgid "Enable the entry of multi-key shortcuts" msgstr "" -#. i18n: file ./tdeui/kshortcutdialog_advanced.ui line 219 +#. i18n: file ./tdeui/tdeshortcutdialog_advanced.ui line 219 #: rc.cpp:39 #, no-c-format msgid "" @@ -155,25 +155,25 @@ msgstr "&Kuhleleka" msgid "Main Toolbar" msgstr "I-bar leyinhloko" -#. i18n: file ./tdeui/kshortcutdialog_simple.ui line 27 +#. i18n: file ./tdeui/tdeshortcutdialog_simple.ui line 27 #: rc.cpp:78 #, fuzzy, no-c-format msgid "Shortcut:" msgstr "Indlela lemfushane" -#. i18n: file ./tdeui/kshortcutdialog_simple.ui line 65 +#. i18n: file ./tdeui/tdeshortcutdialog_simple.ui line 65 #: rc.cpp:81 #, fuzzy, no-c-format msgid "Alt+Tab" msgstr "Tjintja" -#. i18n: file ./tdeui/kspellui.ui line 38 +#. i18n: file ./tdeui/tdespellui.ui line 38 #: rc.cpp:90 rc.cpp:307 #, fuzzy, no-c-format msgid "Unknown word:" msgstr "Liphutsa lelingatiwa" -#. i18n: file ./tdeui/kspellui.ui line 44 +#. i18n: file ./tdeui/tdespellui.ui line 44 #: rc.cpp:93 rc.cpp:105 rc.cpp:310 rc.cpp:322 #, no-c-format msgid "" @@ -192,25 +192,25 @@ msgid "" "</qt>" msgstr "" -#. i18n: file ./tdeui/kspellui.ui line 52 +#. i18n: file ./tdeui/tdespellui.ui line 52 #: rc.cpp:99 rc.cpp:316 #, fuzzy, no-c-format msgid "<b>misspelled</b>" msgstr "<b>Umsebentisi</b>" -#. i18n: file ./tdeui/kspellui.ui line 55 +#. i18n: file ./tdeui/tdespellui.ui line 55 #: rc.cpp:102 rc.cpp:319 #, fuzzy, no-c-format msgid "Unknown word" msgstr "Liphutsa lelingatiwa" -#. i18n: file ./tdeui/kspellui.ui line 69 +#. i18n: file ./tdeui/tdespellui.ui line 69 #: rc.cpp:111 rc.cpp:328 #, fuzzy, no-c-format msgid "&Language:" msgstr "&Kwakhekha kwemhlaba" -#. i18n: file ./tdeui/kspellui.ui line 77 +#. i18n: file ./tdeui/tdespellui.ui line 77 #: rc.cpp:114 rc.cpp:209 rc.cpp:331 rc.cpp:389 #, no-c-format msgid "" @@ -219,19 +219,19 @@ msgid "" "</qt>" msgstr "" -#. i18n: file ./tdeui/kspellui.ui line 88 +#. i18n: file ./tdeui/tdespellui.ui line 88 #: rc.cpp:119 rc.cpp:336 #, no-c-format msgid "... the <b>misspelled</b> word shown in context ..." msgstr "" -#. i18n: file ./tdeui/kspellui.ui line 94 +#. i18n: file ./tdeui/tdespellui.ui line 94 #: rc.cpp:122 rc.cpp:339 #, no-c-format msgid "Text excerpt showing the unknown word in its context." msgstr "" -#. i18n: file ./tdeui/kspellui.ui line 99 +#. i18n: file ./tdeui/tdespellui.ui line 99 #: rc.cpp:125 rc.cpp:342 #, no-c-format msgid "" @@ -243,13 +243,13 @@ msgid "" "</qt>" msgstr "" -#. i18n: file ./tdeui/kspellui.ui line 107 +#. i18n: file ./tdeui/tdespellui.ui line 107 #: rc.cpp:130 rc.cpp:347 #, fuzzy, no-c-format msgid "<< Add to Dictionary" msgstr "Sichazamagama:" -#. i18n: file ./tdeui/kspellui.ui line 113 +#. i18n: file ./tdeui/tdespellui.ui line 113 #: rc.cpp:133 rc.cpp:350 #, no-c-format msgid "" @@ -264,13 +264,13 @@ msgid "" "</qt>" msgstr "" -#. i18n: file ./tdeui/kspellui.ui line 138 +#. i18n: file ./tdeui/tdespellui.ui line 138 #: rc.cpp:139 rc.cpp:405 #, fuzzy, no-c-format msgid "R&eplace All" msgstr "Valela &konkhe" -#. i18n: file ./tdeui/kspellui.ui line 143 +#. i18n: file ./tdeui/tdespellui.ui line 143 #: rc.cpp:142 rc.cpp:408 #, no-c-format msgid "" @@ -280,19 +280,19 @@ msgid "" "</qt>" msgstr "" -#. i18n: file ./tdeui/kspellui.ui line 149 +#. i18n: file ./tdeui/tdespellui.ui line 149 #: rc.cpp:147 rc.cpp:356 #, fuzzy, no-c-format msgid "Suggested Words" msgstr "Imibono:" -#. i18n: file ./tdeui/kspellui.ui line 165 +#. i18n: file ./tdeui/tdespellui.ui line 165 #: rc.cpp:150 rc.cpp:359 #, fuzzy, no-c-format msgid "Suggestion List" msgstr "Luhlu lwekusabalalisa" -#. i18n: file ./tdeui/kspellui.ui line 171 +#. i18n: file ./tdeui/tdespellui.ui line 171 #: rc.cpp:153 rc.cpp:362 #, no-c-format msgid "" @@ -305,13 +305,13 @@ msgid "" "</qt>" msgstr "" -#. i18n: file ./tdeui/kspellui.ui line 179 -#: tdeui/keditcl2.cpp:833 kutils/kfinddialog.cpp:231 rc.cpp:159 rc.cpp:397 +#. i18n: file ./tdeui/tdespellui.ui line 179 +#: tdeui/keditcl2.cpp:833 tdeutils/kfinddialog.cpp:231 rc.cpp:159 rc.cpp:397 #, no-c-format msgid "&Replace" msgstr "&Valela" -#. i18n: file ./tdeui/kspellui.ui line 184 +#. i18n: file ./tdeui/tdespellui.ui line 184 #: rc.cpp:162 rc.cpp:400 #, no-c-format msgid "" @@ -321,13 +321,13 @@ msgid "" "</qt>" msgstr "" -#. i18n: file ./tdeui/kspellui.ui line 192 +#. i18n: file ./tdeui/tdespellui.ui line 192 #: rc.cpp:167 rc.cpp:368 #, fuzzy, no-c-format msgid "Replace &with:" msgstr "Valela nge:" -#. i18n: file ./tdeui/kspellui.ui line 201 +#. i18n: file ./tdeui/tdespellui.ui line 201 #: rc.cpp:170 rc.cpp:194 rc.cpp:371 rc.cpp:377 #, no-c-format msgid "" @@ -340,13 +340,13 @@ msgid "" "</qt>" msgstr "" -#. i18n: file ./tdeui/kspellui.ui line 209 +#. i18n: file ./tdeui/tdespellui.ui line 209 #: rc.cpp:176 rc.cpp:413 #, no-c-format msgid "&Ignore" msgstr "&Nganaki" -#. i18n: file ./tdeui/kspellui.ui line 215 +#. i18n: file ./tdeui/tdespellui.ui line 215 #: rc.cpp:179 rc.cpp:416 #, no-c-format msgid "" @@ -357,13 +357,13 @@ msgid "" "</qt>" msgstr "" -#. i18n: file ./tdeui/kspellui.ui line 223 +#. i18n: file ./tdeui/tdespellui.ui line 223 #: rc.cpp:185 rc.cpp:422 #, no-c-format msgid "I&gnore All" msgstr "N&ganaki konkhe" -#. i18n: file ./tdeui/kspellui.ui line 229 +#. i18n: file ./tdeui/tdespellui.ui line 229 #: rc.cpp:188 rc.cpp:425 rc.cpp:434 #, no-c-format msgid "" @@ -375,37 +375,37 @@ msgid "" "</qt>" msgstr "" -#. i18n: file ./tdeui/kspellui.ui line 248 +#. i18n: file ./tdeui/tdespellui.ui line 248 #: rc.cpp:200 rc.cpp:394 #, fuzzy, no-c-format msgid "S&uggest" msgstr "Imibono:" -#. i18n: file ./tdeui/kspellui.ui line 254 +#. i18n: file ./tdeui/tdespellui.ui line 254 #: tdeui/ksconfig.cpp:294 rc.cpp:203 rc.cpp:383 #, no-c-format msgid "English" msgstr "Singisi" -#. i18n: file ./tdeui/kspellui.ui line 261 +#. i18n: file ./tdeui/tdespellui.ui line 261 #: rc.cpp:206 rc.cpp:386 #, fuzzy, no-c-format msgid "Language Selection" msgstr "Kukhetfwa kwelifayela" -#. i18n: file ./khtml/khtml_popupmenu.rc line 11 +#. i18n: file ./tdehtml/tdehtml_popupmenu.rc line 11 #: rc.cpp:214 #, fuzzy, no-c-format msgid "Frame" msgstr "Ligama lekucala" -#. i18n: file ./khtml/kjserrordlg.ui line 17 +#. i18n: file ./tdehtml/kjserrordlg.ui line 17 #: rc.cpp:217 #, fuzzy, no-c-format msgid "JavaScript Errors" msgstr "Liphutsa lelibhuku K" -#. i18n: file ./khtml/kjserrordlg.ui line 20 +#. i18n: file ./tdehtml/kjserrordlg.ui line 20 #: rc.cpp:220 #, no-c-format msgid "" @@ -418,67 +418,67 @@ msgid "" "problem will be appreciated." msgstr "" -#. i18n: file ./khtml/kjserrordlg.ui line 39 +#. i18n: file ./tdehtml/kjserrordlg.ui line 39 #: tdeui/kstdaction_p.h:58 tdeui/kstdguiitem.cpp:161 rc.cpp:226 #, no-c-format msgid "C&lear" msgstr "C&acisa" -#. i18n: file ./khtml/htmlpageinfo.ui line 26 +#. i18n: file ./tdehtml/htmlpageinfo.ui line 26 #: rc.cpp:232 #, fuzzy, no-c-format msgid "Document Information" msgstr "Buka imininingwane yelidokhumente" -#. i18n: file ./khtml/htmlpageinfo.ui line 37 +#. i18n: file ./tdehtml/htmlpageinfo.ui line 37 #: rc.cpp:235 #, no-c-format msgid "General" msgstr "Ngalokujwayelekile" -#. i18n: file ./khtml/htmlpageinfo.ui line 64 +#. i18n: file ./tdehtml/htmlpageinfo.ui line 64 #: rc.cpp:238 #, no-c-format msgid "URL:" msgstr "URL:" -#. i18n: file ./khtml/htmlpageinfo.ui line 122 +#. i18n: file ./tdehtml/htmlpageinfo.ui line 122 #: rc.cpp:241 #, no-c-format msgid "Title:" msgstr "Sihloko:" -#. i18n: file ./khtml/htmlpageinfo.ui line 141 +#. i18n: file ./tdehtml/htmlpageinfo.ui line 141 #: rc.cpp:244 #, no-c-format msgid "Last modified:" msgstr "Kulungiswa kwekugcina:" -#. i18n: file ./khtml/htmlpageinfo.ui line 160 +#. i18n: file ./tdehtml/htmlpageinfo.ui line 160 #: rc.cpp:247 #, fuzzy, no-c-format msgid "Document encoding:" msgstr "Buka imininingwane yelidokhumente" -#. i18n: file ./khtml/htmlpageinfo.ui line 188 +#. i18n: file ./tdehtml/htmlpageinfo.ui line 188 #: rc.cpp:250 #, fuzzy, no-c-format msgid "HTTP Headers" msgstr "Tihloko te HTTP:" -#. i18n: file ./khtml/htmlpageinfo.ui line 197 +#. i18n: file ./tdehtml/htmlpageinfo.ui line 197 #: rc.cpp:253 #, no-c-format msgid "Property" msgstr "Bunjalo" -#. i18n: file ./khtml/htmlpageinfo.ui line 208 -#: khtml/java/kjavaappletviewer.cpp:132 rc.cpp:256 +#. i18n: file ./tdehtml/htmlpageinfo.ui line 208 +#: tdehtml/java/kjavaappletviewer.cpp:132 rc.cpp:256 #, no-c-format msgid "Value" msgstr "Linani" -#. i18n: file ./kspell2/ui/configui.ui line 26 +#. i18n: file ./tdespell2/ui/configui.ui line 26 #: rc.cpp:274 #, no-c-format msgid "" @@ -486,20 +486,20 @@ msgid "" "will list all of the dictionaries of your existing languages." msgstr "" -#. i18n: file ./kspell2/ui/configui.ui line 34 +#. i18n: file ./tdespell2/ui/configui.ui line 34 #: common_texts.cpp:118 tdeui/keditcl2.cpp:723 tdeui/keditcl2.cpp:862 -#: kutils/kfinddialog.cpp:161 rc.cpp:277 +#: tdeutils/kfinddialog.cpp:161 rc.cpp:277 #, no-c-format msgid "Options" msgstr "Kwenta ngalenye indlela" -#. i18n: file ./kspell2/ui/configui.ui line 45 +#. i18n: file ./tdespell2/ui/configui.ui line 45 #: rc.cpp:280 #, no-c-format msgid "Enable &background spellchecking" msgstr "" -#. i18n: file ./kspell2/ui/configui.ui line 48 +#. i18n: file ./tdespell2/ui/configui.ui line 48 #: rc.cpp:283 #, no-c-format msgid "" @@ -507,13 +507,13 @@ msgid "" "are immediately highlighted." msgstr "" -#. i18n: file ./kspell2/ui/configui.ui line 56 +#. i18n: file ./tdespell2/ui/configui.ui line 56 #: rc.cpp:286 #, no-c-format msgid "Skip all &uppercase words" msgstr "" -#. i18n: file ./kspell2/ui/configui.ui line 59 +#. i18n: file ./tdespell2/ui/configui.ui line 59 #: rc.cpp:289 #, no-c-format msgid "" @@ -521,13 +521,13 @@ msgid "" "This is useful if you have a lot of acronyms, such as TDE for example." msgstr "" -#. i18n: file ./kspell2/ui/configui.ui line 67 +#. i18n: file ./tdespell2/ui/configui.ui line 67 #: rc.cpp:292 #, no-c-format msgid "S&kip run-together words" msgstr "" -#. i18n: file ./kspell2/ui/configui.ui line 70 +#. i18n: file ./tdespell2/ui/configui.ui line 70 #: rc.cpp:295 #, no-c-format msgid "" @@ -535,19 +535,19 @@ msgid "" "This is useful in some languages." msgstr "" -#. i18n: file ./kspell2/ui/configui.ui line 80 +#. i18n: file ./tdespell2/ui/configui.ui line 80 #: rc.cpp:298 #, fuzzy, no-c-format msgid "Default language:" msgstr "Kwehluleka &linani:" -#. i18n: file ./kspell2/ui/configui.ui line 91 +#. i18n: file ./tdespell2/ui/configui.ui line 91 #: rc.cpp:301 #, fuzzy, no-c-format msgid "Ignore These Words" msgstr "Imibono:" -#. i18n: file ./kspell2/ui/configui.ui line 97 +#. i18n: file ./tdespell2/ui/configui.ui line 97 #: rc.cpp:304 #, no-c-format msgid "" @@ -555,31 +555,31 @@ msgid "" "To remove a word, highlight it in the list and click Remove." msgstr "" -#. i18n: file ./kspell2/ui/kspell2ui.ui line 282 +#. i18n: file ./tdespell2/ui/tdespell2ui.ui line 282 #: rc.cpp:431 #, fuzzy, no-c-format msgid "Autocorrect" msgstr "Kutivala" -#. i18n: file ./dnssd/kcm_kdnssd.kcfg line 9 +#. i18n: file ./dnssd/kcm_tdednssd.kcfg line 9 #: rc.cpp:440 #, no-c-format msgid "Additional domains for browsing" msgstr "" -#. i18n: file ./dnssd/kcm_kdnssd.kcfg line 10 +#. i18n: file ./dnssd/kcm_tdednssd.kcfg line 10 #: rc.cpp:443 #, no-c-format msgid "List of 'wide-area' (non link-local) domains that should be browsed." msgstr "" -#. i18n: file ./dnssd/kcm_kdnssd.kcfg line 13 +#. i18n: file ./dnssd/kcm_tdednssd.kcfg line 13 #: rc.cpp:446 #, no-c-format msgid "Browse local network" msgstr "" -#. i18n: file ./dnssd/kcm_kdnssd.kcfg line 14 +#. i18n: file ./dnssd/kcm_tdednssd.kcfg line 14 #: rc.cpp:449 #, no-c-format msgid "" @@ -587,19 +587,19 @@ msgid "" "DNS." msgstr "" -#. i18n: file ./dnssd/kcm_kdnssd.kcfg line 18 +#. i18n: file ./dnssd/kcm_tdednssd.kcfg line 18 #: rc.cpp:452 #, fuzzy, no-c-format msgid "Recursive search for domains" msgstr "Susa emakokisi kwentela indzawo." -#. i18n: file ./dnssd/kcm_kdnssd.kcfg line 19 +#. i18n: file ./dnssd/kcm_tdednssd.kcfg line 19 #: rc.cpp:455 #, no-c-format msgid "Removed in TDE 3.5.0" msgstr "" -#. i18n: file ./dnssd/kcm_kdnssd.kcfg line 25 +#. i18n: file ./dnssd/kcm_tdednssd.kcfg line 25 #: rc.cpp:458 #, no-c-format msgid "" @@ -607,7 +607,7 @@ msgid "" "server)" msgstr "" -#. i18n: file ./dnssd/kcm_kdnssd.kcfg line 26 +#. i18n: file ./dnssd/kcm_tdednssd.kcfg line 26 #: rc.cpp:461 #, no-c-format msgid "" @@ -615,13 +615,13 @@ msgid "" "(LAN) or 'wide-area' using normal DNS server (WAN)." msgstr "" -#. i18n: file ./dnssd/kcm_kdnssd.kcfg line 34 +#. i18n: file ./dnssd/kcm_tdednssd.kcfg line 34 #: rc.cpp:464 #, no-c-format msgid "Name of default publishing domain for WAN" msgstr "" -#. i18n: file ./dnssd/kcm_kdnssd.kcfg line 36 +#. i18n: file ./dnssd/kcm_tdednssd.kcfg line 36 #: rc.cpp:467 #, no-c-format msgid "" @@ -642,8 +642,8 @@ msgid "" "Your emails" msgstr "" -#: common_texts.cpp:24 tdeui/kconfigdialog.cpp:56 kutils/kcmultidialog.cpp:59 -#: kutils/kcmultidialog.h:104 kutils/ksettings/dialog.cpp:571 +#: common_texts.cpp:24 tdeui/tdeconfigdialog.cpp:56 tdeutils/kcmultidialog.cpp:59 +#: tdeutils/kcmultidialog.h:104 tdeutils/ksettings/dialog.cpp:571 msgid "Configure" msgstr "Hlela" @@ -675,7 +675,7 @@ msgstr "Likhasi" msgid "Border" msgstr "Lucecemo" -#: common_texts.cpp:32 tdeui/ktoolbar.cpp:2116 +#: common_texts.cpp:32 tdeui/tdetoolbar.cpp:2116 msgid "Orientation" msgstr "Kujwayelanisa" @@ -759,9 +759,9 @@ msgstr "Popola" msgid "&Zoom" msgstr "&Popola" -#: arts/message/artsmessage.cc:89 common_texts.cpp:54 kabc/lock.cpp:132 -#: tdeui/kmessagebox.cpp:760 tdeui/kmessagebox.cpp:790 kjs/object.cpp:493 -#: kutils/kpluginselector.cpp:248 +#: arts/message/artsmessage.cc:89 common_texts.cpp:54 tdeabc/lock.cpp:132 +#: tdeui/tdemessagebox.cpp:760 tdeui/tdemessagebox.cpp:790 kjs/object.cpp:493 +#: tdeutils/kpluginselector.cpp:248 msgid "Error" msgstr "Liphutsa" @@ -774,8 +774,8 @@ msgid "Charset:" msgstr "I-charset:" #: arts/message/artsmessage.cc:83 common_texts.cpp:59 -#: tdeui/kmessagebox.cpp:561 tdeui/kmessagebox.cpp:633 -#: tdeui/kmessagebox.cpp:709 +#: tdeui/tdemessagebox.cpp:561 tdeui/tdemessagebox.cpp:633 +#: tdeui/tdemessagebox.cpp:709 msgid "Warning" msgstr "Sicwayiso" @@ -791,8 +791,8 @@ msgstr "Lokucuketfwe" msgid "About" msgstr "Mayelana ne" -#: common_texts.cpp:63 common_texts.cpp:176 tdeui/kaboutapplication.cpp:64 -#: tdeui/kaboutapplication.cpp:88 +#: common_texts.cpp:63 common_texts.cpp:176 tdeui/tdeaboutapplication.cpp:64 +#: tdeui/tdeaboutapplication.cpp:88 msgid "&About" msgstr "&Mayelana ne" @@ -800,13 +800,13 @@ msgstr "&Mayelana ne" msgid "A&bout" msgstr "M&ayelana ne" -#: common_texts.cpp:65 kparts/part.cpp:489 +#: common_texts.cpp:65 tdeparts/part.cpp:489 msgid "Untitled" msgstr "Ngabalulwanga" -#: common_texts.cpp:67 tdecore/kapplication.cpp:1417 -#: tdecore/kapplication.cpp:2245 tdecore/kapplication.cpp:2280 -#: tdecore/kapplication.cpp:2551 tdecore/kapplication.cpp:2573 +#: common_texts.cpp:67 tdecore/tdeapplication.cpp:1417 +#: tdecore/tdeapplication.cpp:2245 tdecore/tdeapplication.cpp:2280 +#: tdecore/tdeapplication.cpp:2551 tdecore/tdeapplication.cpp:2573 #: tdecore/kdebug.cpp:295 tdeui/kdialogbase.cpp:908 tdeui/kstdguiitem.cpp:99 msgid "&OK" msgstr "&Kulungile" @@ -823,7 +823,7 @@ msgstr "Ngasebenti" msgid "&Apply" msgstr "&Sebentisa" -#: common_texts.cpp:74 tdecore/kstdaccel.cpp:52 +#: common_texts.cpp:74 tdecore/tdestdaccel.cpp:52 msgid "File" msgstr "Lifayela" @@ -835,7 +835,7 @@ msgstr "&Lahla" msgid "Discard" msgstr "Lahla" -#: common_texts.cpp:80 tdecore/kstdaccel.cpp:59 +#: common_texts.cpp:80 tdecore/tdestdaccel.cpp:59 msgid "Edit" msgstr "Hlela" @@ -851,7 +851,7 @@ msgstr "Buka" msgid "E&xit" msgstr "P&huma" -#: common_texts.cpp:86 tdecore/kstdaccel.cpp:58 +#: common_texts.cpp:86 tdecore/tdestdaccel.cpp:58 msgid "Quit" msgstr "Shiya" @@ -859,11 +859,11 @@ msgstr "Shiya" msgid "&Quit" msgstr "&Shiya" -#: common_texts.cpp:88 tdecore/kstdaccel.cpp:88 kded/kbuildsycoca.cpp:753 +#: common_texts.cpp:88 tdecore/tdestdaccel.cpp:88 kded/tdebuildsycoca.cpp:753 msgid "Reload" msgstr "Layisha kabusha" -#: common_texts.cpp:89 tdecore/kstdaccel.cpp:86 +#: common_texts.cpp:89 tdecore/tdestdaccel.cpp:86 msgid "Back" msgstr "Emuva" @@ -887,7 +887,7 @@ msgstr "Umdlalo lomusha" msgid "&New Game" msgstr "&Umdlalo lomusha" -#: common_texts.cpp:99 tdecore/kkeyserver_x11.cpp:133 tdecore/kstdaccel.cpp:53 +#: common_texts.cpp:99 tdecore/kkeyserver_x11.cpp:133 tdecore/tdestdaccel.cpp:53 msgid "Open" msgstr "Vula" @@ -911,7 +911,7 @@ msgstr "&Juba" msgid "C&ut" msgstr "J&uba" -#: common_texts.cpp:106 tdeui/kfontdialog.cpp:132 +#: common_texts.cpp:106 tdeui/tdefontdialog.cpp:132 msgid "Font" msgstr "Bukhulu betinhlamvu temagama" @@ -923,7 +923,7 @@ msgstr "&Umbala wasembili" msgid "&Background Color" msgstr "&Umbala wengemuva" -#: common_texts.cpp:109 tdecore/kstdaccel.cpp:56 +#: common_texts.cpp:109 tdecore/tdestdaccel.cpp:56 msgid "Save" msgstr "Gcina" @@ -931,8 +931,8 @@ msgstr "Gcina" msgid "&Save" msgstr "&Gcina" -#: common_texts.cpp:111 khtml/khtml_part.cpp:3937 khtml/khtml_part.cpp:4141 -#: khtml/khtml_part.cpp:4462 khtml/khtml_run.cpp:83 kparts/browserrun.cpp:419 +#: common_texts.cpp:111 tdehtml/tdehtml_part.cpp:3937 tdehtml/tdehtml_part.cpp:4141 +#: tdehtml/tdehtml_part.cpp:4462 tdehtml/tdehtml_run.cpp:83 tdeparts/browserrun.cpp:419 msgid "Save As" msgstr "Gcina njenge" @@ -948,7 +948,7 @@ msgstr "G&cina njenge..." msgid "&Print..." msgstr "&Shicilela..." -#: common_texts.cpp:117 tdeui/kmessagebox.cpp:837 tdeui/kmessagebox.cpp:867 +#: common_texts.cpp:117 tdeui/tdemessagebox.cpp:837 tdeui/tdemessagebox.cpp:867 msgid "Sorry" msgstr "Ncesi" @@ -969,7 +969,7 @@ msgstr "Tjintja" msgid "&Delete" msgstr "&Bulala" -#: common_texts.cpp:125 tdeui/kfontdialog.cpp:225 tdeui/kfontdialog.cpp:477 +#: common_texts.cpp:125 tdeui/tdefontdialog.cpp:225 tdeui/tdefontdialog.cpp:477 msgid "Italic" msgstr "Tjekile" @@ -977,7 +977,7 @@ msgstr "Tjekile" msgid "Roman" msgstr "SiRoma" -#: common_texts.cpp:132 tdeui/kmessagebox.cpp:913 +#: common_texts.cpp:132 tdeui/tdemessagebox.cpp:913 msgid "Information" msgstr "Imininingwane" @@ -1000,12 +1000,12 @@ msgstr "Brawuza..." #: common_texts.cpp:137 tdecore/kkeyserver_x11.cpp:127 tdeui/keditcl2.cpp:107 #: tdeui/keditcl2.cpp:120 tdeui/keditcl2.cpp:377 tdeui/keditcl2.cpp:390 #: tdeui/keditcl2.cpp:456 tdeui/keditcl2.cpp:469 tdeui/kstdguiitem.cpp:259 -#: khtml/ecma/kjs_debugwin.cpp:466 kutils/kreplace.cpp:319 +#: tdehtml/ecma/kjs_debugwin.cpp:466 tdeutils/kreplace.cpp:319 msgid "Stop" msgstr "Yima" #: common_texts.cpp:138 tdeui/keditlistbox.cpp:136 -#: kresources/configpage.cpp:127 +#: tderesources/configpage.cpp:127 msgid "&Remove" msgstr "&Susa" @@ -1021,7 +1021,7 @@ msgstr "Bunjalo" msgid "&Start" msgstr "&Cala" -#: common_texts.cpp:142 khtml/ecma/kjs_debugwin.cpp:457 +#: common_texts.cpp:142 tdehtml/ecma/kjs_debugwin.cpp:457 msgid "St&op" msgstr "Yi&ma" @@ -1049,11 +1049,11 @@ msgstr "&Layisha kabusha" msgid "Files" msgstr "Emafayela" -#: common_texts.cpp:149 khtml/ecma/kjs_debugwin.cpp:465 +#: common_texts.cpp:149 tdehtml/ecma/kjs_debugwin.cpp:465 msgid "Continue" msgstr "Chubeka" -#: common_texts.cpp:150 kmdi/kmdimainfrm.cpp:995 +#: common_texts.cpp:150 tdemdi/tdemdimainfrm.cpp:995 msgid "Restore" msgstr "Buyisela emuva" @@ -1062,7 +1062,7 @@ msgid "Appearance" msgstr "Kuvela" #: common_texts.cpp:152 tdecore/kkeyserver_x11.cpp:137 -#: tdecore/kstdaccel.cpp:57 +#: tdecore/tdestdaccel.cpp:57 msgid "Print" msgstr "Shicelela" @@ -1120,9 +1120,9 @@ msgstr "" msgid "&Previous" msgstr "&Ngaphambilini" -#: common_texts.cpp:170 kcert/kcertpart.cc:730 kcert/kcertpart.cc:746 -#: tdecore/kstdaccel.cpp:73 tdeui/keditcl2.cpp:456 tdeui/keditcl2.cpp:469 -#: tdeui/keditcl2.cpp:830 kutils/kreplace.cpp:45 kutils/kreplace.cpp:49 +#: common_texts.cpp:170 tdecert/tdecertpart.cc:730 tdecert/tdecertpart.cc:746 +#: tdecore/tdestdaccel.cpp:73 tdeui/keditcl2.cpp:456 tdeui/keditcl2.cpp:469 +#: tdeui/keditcl2.cpp:830 tdeutils/kreplace.cpp:45 tdeutils/kreplace.cpp:49 msgid "Replace" msgstr "Valela" @@ -1130,9 +1130,9 @@ msgstr "Valela" msgid "&Replace..." msgstr "&Valela..." -#: common_texts.cpp:173 kabc/ldapconfigwidget.cpp:156 -#: kabc/ldapconfigwidget.cpp:168 tdeui/klineedit.cpp:914 -#: tdeui/ktoolbar.cpp:2058 +#: common_texts.cpp:173 tdeabc/ldapconfigwidget.cpp:156 +#: tdeabc/ldapconfigwidget.cpp:168 tdeui/klineedit.cpp:914 +#: tdeui/tdetoolbar.cpp:2058 msgid "Default" msgstr "Kwehluleka" @@ -1152,7 +1152,7 @@ msgstr "Vula kwanyalo" msgid "Open &Recent" msgstr "Vula &Kwanyalo" -#: common_texts.cpp:179 tdeui/kstdaction_p.h:61 khtml/khtml_part.cpp:4258 +#: common_texts.cpp:179 tdeui/kstdaction_p.h:61 tdehtml/tdehtml_part.cpp:4258 msgid "&Find..." msgstr "&Tfola..." @@ -1197,7 +1197,7 @@ msgstr "Hlela &Tihlanganisi letibalulekile..." msgid "&Preferences..." msgstr "&Tinconoto..." -#: common_texts.cpp:193 tdeui/kmessagebox.cpp:928 +#: common_texts.cpp:193 tdeui/tdemessagebox.cpp:928 msgid "Do not show this message again" msgstr "Ungakhombisi lombiko futsi" @@ -1523,28 +1523,28 @@ msgstr "Sicalo akusiyo intfo" msgid "Syntax error in parameter list" msgstr "Liphutsa ekwakhekeni kwetinhlamvu temagama eluhleni lwemigomo" -#: interfaces/ktexteditor/editorchooser.cpp:60 +#: interfaces/tdetexteditor/editorchooser.cpp:60 #, fuzzy msgid "System Default (%1)" msgstr "Kwehluleka kwemshini (%1)" -#: interfaces/kscript/scriptmanager.cpp:106 +#: interfaces/tdescript/scriptmanager.cpp:106 #, fuzzy msgid "Unable to get KScript Runner for type \"%1\"." msgstr "Akukhonakali kutfola i-KScript Runner yeluhlobo lwe" -#: interfaces/kscript/scriptmanager.cpp:106 -#: interfaces/kscript/scriptmanager.cpp:129 +#: interfaces/tdescript/scriptmanager.cpp:106 +#: interfaces/tdescript/scriptmanager.cpp:129 #, fuzzy msgid "KScript Error" msgstr "Liphutsa lelibhuku K" -#: interfaces/kscript/scriptmanager.cpp:129 +#: interfaces/tdescript/scriptmanager.cpp:129 #, fuzzy msgid "Unable find script \"%1\"." msgstr "Akukhonakali kutfola sishiceleli %1" -#: interfaces/kscript/scriptloader.cpp:40 +#: interfaces/tdescript/scriptloader.cpp:40 msgid "TDE Scripts" msgstr "Emabhuku ye TDE" @@ -1568,808 +1568,808 @@ msgstr "&Bukhulu lobujwayelekile" msgid "&Double Size" msgstr "&Bukhulu lobuphindziwe" -#: kabc/addressbook.cpp:346 kabc/addressbook.cpp:365 +#: tdeabc/addressbook.cpp:346 tdeabc/addressbook.cpp:365 msgid "Unable to load resource '%1'" msgstr "Akukhonakali kulayisha sisetjentiswa '%1'" -#: kabc/key.cpp:127 +#: tdeabc/key.cpp:127 msgid "X509" msgstr "X509" -#: kabc/key.cpp:130 +#: tdeabc/key.cpp:130 msgid "PGP" msgstr "PGP" -#: kab/addressbook.cc:335 kabc/field.cpp:217 kabc/key.cpp:133 -#: kabc/scripts/field.src.cpp:110 +#: kab/addressbook.cc:335 tdeabc/field.cpp:217 tdeabc/key.cpp:133 +#: tdeabc/scripts/field.src.cpp:110 msgid "Custom" msgstr "Lisiko" -#: kabc/key.cpp:136 kabc/secrecy.cpp:80 +#: tdeabc/key.cpp:136 tdeabc/secrecy.cpp:80 msgid "Unknown type" msgstr "Luhlobo lelingatiwa" -#: kabc/field.cpp:192 kabc/scripts/field.src.cpp:85 +#: tdeabc/field.cpp:192 tdeabc/scripts/field.src.cpp:85 msgid "Unknown Field" msgstr "Umkhakha longatiwa" -#: kabc/field.cpp:205 kabc/scripts/field.src.cpp:98 +#: tdeabc/field.cpp:205 tdeabc/scripts/field.src.cpp:98 msgid "All" msgstr "Konkhe" -#: kabc/field.cpp:207 kabc/scripts/field.src.cpp:100 +#: tdeabc/field.cpp:207 tdeabc/scripts/field.src.cpp:100 msgid "Frequent" msgstr "Ngasosonkhe sikhatsi" -#: kab/addressbook.cc:192 kabc/field.cpp:209 kabc/scripts/field.src.cpp:102 +#: kab/addressbook.cc:192 tdeabc/field.cpp:209 tdeabc/scripts/field.src.cpp:102 msgid "" "_: street/postal\n" "Address" msgstr "" -#: kabc/addresseedialog.cpp:71 kabc/addresseedialog.cpp:101 -#: kabc/distributionlistdialog.cpp:190 kabc/distributionlisteditor.cpp:143 -#: kabc/field.cpp:211 kabc/scripts/field.src.cpp:104 tdeui/kaboutdialog.cpp:91 +#: tdeabc/addresseedialog.cpp:71 tdeabc/addresseedialog.cpp:101 +#: tdeabc/distributionlistdialog.cpp:190 tdeabc/distributionlisteditor.cpp:143 +#: tdeabc/field.cpp:211 tdeabc/scripts/field.src.cpp:104 tdeui/tdeaboutdialog.cpp:91 msgid "Email" msgstr "I-email" -#: kabc/field.cpp:213 kabc/scripts/field.src.cpp:106 +#: tdeabc/field.cpp:213 tdeabc/scripts/field.src.cpp:106 msgid "Personal" msgstr "Kwamuntfu-sicu" -#: kab/addressbook.cc:176 kabc/addressee.cpp:727 kabc/field.cpp:215 -#: kabc/scripts/field.src.cpp:108 +#: kab/addressbook.cc:176 tdeabc/addressee.cpp:727 tdeabc/field.cpp:215 +#: tdeabc/scripts/field.src.cpp:108 msgid "Organization" msgstr "Inhlangano" -#: kabc/field.cpp:219 kabc/scripts/field.src.cpp:112 +#: tdeabc/field.cpp:219 tdeabc/scripts/field.src.cpp:112 msgid "Undefined" msgstr "Ngachazeki" -#: kabc/kab2kabc.cpp:42 +#: tdeabc/tdeab2tdeabc.cpp:42 #, fuzzy msgid "Disable automatic startup on login" msgstr "Khwalisa sicalo sekutitjintja nawungena." -#: kabc/kab2kabc.cpp:45 +#: tdeabc/tdeab2tdeabc.cpp:45 #, fuzzy msgid "Override existing entries" msgstr "Yephula tingeniso letikhona." -#: kabc/kab2kabc.cpp:287 +#: tdeabc/tdeab2tdeabc.cpp:287 msgid "" "Address book file <b>%1</b> not found! Make sure the old address book is " "located there and you have read permission for this file." msgstr "" -#: kabc/kab2kabc.cpp:435 +#: tdeabc/tdeab2tdeabc.cpp:435 msgid "Kab to Kabc Converter" msgstr "Sitjintjji se Kab kuya ku Kabc " -#: kabc/resource.cpp:332 +#: tdeabc/resource.cpp:332 msgid "Loading resource '%1' failed!" msgstr "" -#: kabc/resource.cpp:343 +#: tdeabc/resource.cpp:343 msgid "Saving resource '%1' failed!" msgstr "" -#: kabc/resourceselectdialog.cpp:39 kresources/selectdialog.cpp:42 +#: tdeabc/resourceselectdialog.cpp:39 tderesources/selectdialog.cpp:42 msgid "Resource Selection" msgstr "Kukhetfwa kwesisetjentiswa" -#: kabc/resourceselectdialog.cpp:46 kresources/configpage.cpp:107 -#: kresources/selectdialog.cpp:49 +#: tdeabc/resourceselectdialog.cpp:46 tderesources/configpage.cpp:107 +#: tderesources/selectdialog.cpp:49 msgid "Resources" msgstr "Tisetjentiswa" -#: kabc/secrecy.cpp:71 +#: tdeabc/secrecy.cpp:71 msgid "Public" msgstr "Mphakatsi" -#: kab/addressbook.cc:1950 kabc/secrecy.cpp:74 +#: kab/addressbook.cc:1950 tdeabc/secrecy.cpp:74 msgid "Private" msgstr "Ngasese" -#: kabc/secrecy.cpp:77 +#: tdeabc/secrecy.cpp:77 msgid "Confidential" msgstr "Ngasese" -#: kabc/errorhandler.cpp:42 -msgid "Error in libkabc" -msgstr "Liphutsa ekhatsi kwe libkabc" +#: tdeabc/errorhandler.cpp:42 +msgid "Error in libtdeabc" +msgstr "Liphutsa ekhatsi kwe libtdeabc" -#: kabc/ldifconverter.cpp:475 +#: tdeabc/ldifconverter.cpp:475 msgid "List of Emails" msgstr "" -#: kabc/locknull.cpp:60 +#: tdeabc/locknull.cpp:60 msgid "LockNull: All locks succeed but no actual locking is done." msgstr "" -#: kabc/locknull.cpp:62 +#: tdeabc/locknull.cpp:62 msgid "LockNull: All locks fail." msgstr "" -#: kabc/phonenumber.cpp:147 +#: tdeabc/phonenumber.cpp:147 msgid "" "_: Preferred phone\n" "Preferred" msgstr "" -#: kabc/phonenumber.cpp:151 +#: tdeabc/phonenumber.cpp:151 msgid "" "_: Home phone\n" "Home" msgstr "Likhaya" -#: kabc/phonenumber.cpp:154 +#: tdeabc/phonenumber.cpp:154 msgid "" "_: Work phone\n" "Work" msgstr "Msebenti" -#: kabc/phonenumber.cpp:157 +#: tdeabc/phonenumber.cpp:157 msgid "Messenger" msgstr "Sitfunywa" -#: kabc/phonenumber.cpp:160 +#: tdeabc/phonenumber.cpp:160 msgid "Preferred Number" msgstr "Inamba lenconotwako" -#: kabc/phonenumber.cpp:163 +#: tdeabc/phonenumber.cpp:163 msgid "Voice" msgstr "Livi" -#: kabc/phonenumber.cpp:166 +#: tdeabc/phonenumber.cpp:166 msgid "Fax" msgstr "I-fax" -#: kabc/phonenumber.cpp:169 +#: tdeabc/phonenumber.cpp:169 msgid "" "_: Mobile Phone\n" "Mobile" msgstr "Hambako" -#: kabc/phonenumber.cpp:172 +#: tdeabc/phonenumber.cpp:172 msgid "Video" msgstr "I-Video" -#: kabc/phonenumber.cpp:175 +#: tdeabc/phonenumber.cpp:175 msgid "Mailbox" msgstr "Libhokisi leliposi" -#: kabc/phonenumber.cpp:178 +#: tdeabc/phonenumber.cpp:178 msgid "Modem" msgstr "Modem" -#: kabc/phonenumber.cpp:181 +#: tdeabc/phonenumber.cpp:181 msgid "" "_: Car Phone\n" "Car" msgstr "Imoto" -#: kabc/addressee.cpp:601 kabc/phonenumber.cpp:184 +#: tdeabc/addressee.cpp:601 tdeabc/phonenumber.cpp:184 msgid "ISDN" msgstr "ISDN" -#: kabc/phonenumber.cpp:187 +#: tdeabc/phonenumber.cpp:187 msgid "PCS" msgstr "PCS" -#: kabc/addressee.cpp:607 kabc/phonenumber.cpp:190 +#: tdeabc/addressee.cpp:607 tdeabc/phonenumber.cpp:190 msgid "Pager" msgstr "Sivulakhasi" -#: kabc/addressee.cpp:583 kabc/phonenumber.cpp:193 +#: tdeabc/addressee.cpp:583 tdeabc/phonenumber.cpp:193 msgid "Home Fax" msgstr "I-fax yasekhaya" -#: kabc/phonenumber.cpp:196 +#: tdeabc/phonenumber.cpp:196 msgid "Work Fax" msgstr "I-fax yemsebenti" -#: kabc/address.cpp:312 kabc/phonenumber.cpp:199 tdecore/kcharsets.cpp:43 +#: tdeabc/address.cpp:312 tdeabc/phonenumber.cpp:199 tdecore/kcharsets.cpp:43 msgid "Other" msgstr "Lokunye" -#: kabc/distributionlistdialog.cpp:44 +#: tdeabc/distributionlistdialog.cpp:44 msgid "Configure Distribution Lists" msgstr "Hlela luhlu lwekusabalalisa" -#: kabc/distributionlistdialog.cpp:61 kabc/distributionlisteditor.cpp:43 +#: tdeabc/distributionlistdialog.cpp:61 tdeabc/distributionlisteditor.cpp:43 msgid "Select Email Address" msgstr "Khetsa likheli le-email" -#: kab/addressbook.cc:303 kabc/distributionlistdialog.cpp:69 -#: kabc/distributionlisteditor.cpp:49 +#: kab/addressbook.cc:303 tdeabc/distributionlistdialog.cpp:69 +#: tdeabc/distributionlisteditor.cpp:49 msgid "Email Addresses" msgstr "Emakheli ye-email" -#: kabc/distributionlistdialog.cpp:152 +#: tdeabc/distributionlistdialog.cpp:152 msgid "New List..." msgstr "Luhlu lolusha..." -#: kabc/distributionlistdialog.cpp:156 +#: tdeabc/distributionlistdialog.cpp:156 msgid "Rename List..." msgstr "Niketa luhlu ligama lelisha..." -#: kabc/distributionlistdialog.cpp:160 kabc/distributionlisteditor.cpp:137 +#: tdeabc/distributionlistdialog.cpp:160 tdeabc/distributionlisteditor.cpp:137 msgid "Remove List" msgstr "Susa luhla" -#: kabc/distributionlistdialog.cpp:167 +#: tdeabc/distributionlistdialog.cpp:167 msgid "Available addresses:" msgstr "Emakheli lakhona:" -#: kabc/addressee.cpp:335 kabc/addresseedialog.cpp:70 -#: kabc/addresseedialog.cpp:100 kabc/distributionlistdialog.cpp:174 -#: kabc/distributionlistdialog.cpp:189 kabc/distributionlisteditor.cpp:142 -#: kabc/distributionlisteditor.cpp:161 knewstuff/downloaddialog.cpp:270 +#: tdeabc/addressee.cpp:335 tdeabc/addresseedialog.cpp:70 +#: tdeabc/addresseedialog.cpp:100 tdeabc/distributionlistdialog.cpp:174 +#: tdeabc/distributionlistdialog.cpp:189 tdeabc/distributionlisteditor.cpp:142 +#: tdeabc/distributionlisteditor.cpp:161 knewstuff/downloaddialog.cpp:270 #: knewstuff/downloaddialog.cpp:276 knewstuff/downloaddialog.cpp:282 -#: knewstuff/providerdialog.cpp:65 kresources/configpage.cpp:119 -#: kutils/kpluginselector.cpp:200 +#: knewstuff/providerdialog.cpp:65 tderesources/configpage.cpp:119 +#: tdeutils/kpluginselector.cpp:200 msgid "Name" msgstr "Ligama" -#: kabc/distributionlistdialog.cpp:175 kabc/distributionlisteditor.cpp:162 +#: tdeabc/distributionlistdialog.cpp:175 tdeabc/distributionlisteditor.cpp:162 msgid "Preferred Email" msgstr "I-email lenconotwako" -#: kabc/distributionlistdialog.cpp:183 kabc/distributionlisteditor.cpp:156 +#: tdeabc/distributionlistdialog.cpp:183 tdeabc/distributionlisteditor.cpp:156 msgid "Add Entry" msgstr "Ngeta lokungeniswako" -#: kabc/distributionlistdialog.cpp:191 kabc/distributionlisteditor.cpp:144 +#: tdeabc/distributionlistdialog.cpp:191 tdeabc/distributionlisteditor.cpp:144 msgid "Use Preferred" msgstr "Sebentisa lokunconotwako" -#: kabc/distributionlistdialog.cpp:198 +#: tdeabc/distributionlistdialog.cpp:198 msgid "Change Email..." msgstr "Tjintja i-email..." -#: kabc/distributionlistdialog.cpp:202 kabc/distributionlisteditor.cpp:152 +#: tdeabc/distributionlistdialog.cpp:202 tdeabc/distributionlisteditor.cpp:152 msgid "Remove Entry" msgstr "Susa lokungeniswako" -#: kabc/distributionlistdialog.cpp:237 kabc/distributionlisteditor.cpp:196 +#: tdeabc/distributionlistdialog.cpp:237 tdeabc/distributionlisteditor.cpp:196 msgid "New Distribution List" msgstr "Luhlu lwekusabalalisa lelisha" -#: kabc/distributionlistdialog.cpp:238 +#: tdeabc/distributionlistdialog.cpp:238 #, fuzzy msgid "Please enter &name:" msgstr "Uyacelwa kutsi ufake ligama:" -#: kabc/distributionlistdialog.cpp:255 +#: tdeabc/distributionlistdialog.cpp:255 msgid "Distribution List" msgstr "Luhlu lwekusabalalisa" -#: kabc/distributionlistdialog.cpp:256 +#: tdeabc/distributionlistdialog.cpp:256 #, fuzzy msgid "Please change &name:" msgstr "Uyacelwa kutsi utjintje ligama:" -#: kabc/distributionlistdialog.cpp:273 +#: tdeabc/distributionlistdialog.cpp:273 #, fuzzy msgid "Delete distribution list '%1'?" msgstr "Bulala luhlulu lwekusabalalisa '%1'?" -#: kabc/distributionlistdialog.cpp:339 +#: tdeabc/distributionlistdialog.cpp:339 msgid "Selected addressees:" msgstr "Emakheli lakhetsiwe:" -#: kabc/distributionlistdialog.cpp:341 +#: tdeabc/distributionlistdialog.cpp:341 msgid "Selected addresses in '%1':" msgstr "Emakheli lakhetsiwe ekhatsi kwe '%1':" -#: kabc/addresseehelper.cpp:67 +#: tdeabc/addresseehelper.cpp:67 msgid "Dr." msgstr "Dok." -#: kabc/addresseehelper.cpp:68 +#: tdeabc/addresseehelper.cpp:68 msgid "Miss" msgstr "Nkht." -#: kabc/addresseehelper.cpp:69 +#: tdeabc/addresseehelper.cpp:69 msgid "Mr." msgstr "Mnu." -#: kabc/addresseehelper.cpp:70 +#: tdeabc/addresseehelper.cpp:70 msgid "Mrs." msgstr "Nkhk." -#: kabc/addresseehelper.cpp:71 +#: tdeabc/addresseehelper.cpp:71 msgid "Ms." msgstr "Nkht." -#: kabc/addresseehelper.cpp:72 +#: tdeabc/addresseehelper.cpp:72 msgid "Prof." msgstr "Mhlon." -#: kabc/addresseehelper.cpp:74 +#: tdeabc/addresseehelper.cpp:74 msgid "I" msgstr "I" -#: kabc/addresseehelper.cpp:75 +#: tdeabc/addresseehelper.cpp:75 msgid "II" msgstr "II" -#: kabc/addresseehelper.cpp:76 +#: tdeabc/addresseehelper.cpp:76 msgid "III" msgstr "III" -#: kabc/addresseehelper.cpp:77 +#: tdeabc/addresseehelper.cpp:77 msgid "Jr." msgstr "Jr." -#: kabc/addresseehelper.cpp:78 +#: tdeabc/addresseehelper.cpp:78 msgid "Sr." msgstr "Sr." -#: kabc/ldapconfigwidget.cpp:83 +#: tdeabc/ldapconfigwidget.cpp:83 msgid "User:" msgstr "Umsebentisi:" -#: kabc/ldapconfigwidget.cpp:92 +#: tdeabc/ldapconfigwidget.cpp:92 #, fuzzy msgid "Bind DN:" msgstr "Tfola:" -#: kabc/ldapconfigwidget.cpp:101 +#: tdeabc/ldapconfigwidget.cpp:101 #, fuzzy msgid "Realm:" msgstr "&Niketa ligama lelisha" -#: kabc/ldapconfigwidget.cpp:110 +#: tdeabc/ldapconfigwidget.cpp:110 #, fuzzy msgid "Password:" msgstr "Libito&mfihlo:" -#: kabc/ldapconfigwidget.cpp:120 +#: tdeabc/ldapconfigwidget.cpp:120 msgid "Host:" msgstr "Samukeli:" -#: kabc/ldapconfigwidget.cpp:130 +#: tdeabc/ldapconfigwidget.cpp:130 msgid "Port:" msgstr "Sikhungo:" -#: kabc/ldapconfigwidget.cpp:141 +#: tdeabc/ldapconfigwidget.cpp:141 #, fuzzy msgid "LDAP version:" msgstr "Sibuyeketo:" -#: kabc/ldapconfigwidget.cpp:152 +#: tdeabc/ldapconfigwidget.cpp:152 #, fuzzy msgid "Size limit:" msgstr "&Mkhawulo webukhulu (KB):" -#: kabc/ldapconfigwidget.cpp:163 +#: tdeabc/ldapconfigwidget.cpp:163 #, fuzzy msgid "Time limit:" msgstr "&Mkhawulo welikhasi:" -#: kabc/ldapconfigwidget.cpp:167 +#: tdeabc/ldapconfigwidget.cpp:167 msgid " sec" msgstr "lisekhondi" -#: kabc/ldapconfigwidget.cpp:175 +#: tdeabc/ldapconfigwidget.cpp:175 msgid "" "_: Distinguished Name\n" "DN:" msgstr "" -#: kabc/ldapconfigwidget.cpp:182 kabc/ldapconfigwidget.cpp:231 +#: tdeabc/ldapconfigwidget.cpp:182 tdeabc/ldapconfigwidget.cpp:231 #, fuzzy msgid "Query Server" msgstr "&Sebentisa sigcini seproxy" -#: kabc/ldapconfigwidget.cpp:190 +#: tdeabc/ldapconfigwidget.cpp:190 #, fuzzy msgid "Filter:" msgstr "&Sisefo:" -#: kabc/ldapconfigwidget.cpp:199 +#: tdeabc/ldapconfigwidget.cpp:199 #, fuzzy msgid "Security" msgstr "Kuphepha..." -#: kabc/ldapconfigwidget.cpp:201 +#: tdeabc/ldapconfigwidget.cpp:201 msgid "TLS" msgstr "" -#: kabc/ldapconfigwidget.cpp:202 +#: tdeabc/ldapconfigwidget.cpp:202 msgid "SSL" msgstr "SSL" -#: kabc/ldapconfigwidget.cpp:216 +#: tdeabc/ldapconfigwidget.cpp:216 msgid "Authentication" msgstr "Sifungo" -#: kabc/ldapconfigwidget.cpp:218 +#: tdeabc/ldapconfigwidget.cpp:218 msgid "Anonymous" msgstr "" -#: kabc/ldapconfigwidget.cpp:219 +#: tdeabc/ldapconfigwidget.cpp:219 #, fuzzy msgid "Simple" msgstr "Sibonelo" -#: kabc/ldapconfigwidget.cpp:220 +#: tdeabc/ldapconfigwidget.cpp:220 #, fuzzy msgid "SASL" msgstr "SSL" -#: kabc/ldapconfigwidget.cpp:222 +#: tdeabc/ldapconfigwidget.cpp:222 msgid "SASL mechanism:" msgstr "" -#: kabc/ldapconfigwidget.cpp:302 +#: tdeabc/ldapconfigwidget.cpp:302 #, fuzzy msgid "LDAP Query" msgstr "Sibuyeketo:" -#: kabc/address.cpp:145 +#: tdeabc/address.cpp:145 msgid "Post Office Box" msgstr "Libhokisi laseposini lekuposa" -#: kabc/address.cpp:163 +#: tdeabc/address.cpp:163 msgid "Extended Address Information" msgstr "Iminingwane yelikheli lengetiwe" -#: kabc/address.cpp:181 +#: tdeabc/address.cpp:181 msgid "Street" msgstr "Sitaladi" -#: kabc/address.cpp:199 +#: tdeabc/address.cpp:199 msgid "Locality" msgstr "Sekhatsi" -#: kabc/address.cpp:217 tdeui/ktimezonewidget.cpp:46 +#: tdeabc/address.cpp:217 tdeui/ktimezonewidget.cpp:46 msgid "Region" msgstr "Sifundza" -#: kabc/address.cpp:235 +#: tdeabc/address.cpp:235 msgid "Postal Code" msgstr "Likhodi lekuposa" -#: kab/addressbook.cc:204 kabc/address.cpp:253 +#: kab/addressbook.cc:204 tdeabc/address.cpp:253 msgid "Country" msgstr "Live" -#: kab/addressbook.cc:188 kabc/address.cpp:271 +#: kab/addressbook.cc:188 tdeabc/address.cpp:271 msgid "Delivery Label" msgstr "Ilebulu yekwehlisa" -#: kabc/address.cpp:287 +#: tdeabc/address.cpp:287 #, fuzzy msgid "" "_: Preferred address\n" "Preferred" msgstr "Likheli lelinconotwako" -#: kabc/address.cpp:291 +#: tdeabc/address.cpp:291 msgid "Domestic" msgstr "Kwasekhaya" -#: kabc/address.cpp:294 +#: tdeabc/address.cpp:294 msgid "International" msgstr "Mhlabawonkhe" -#: kabc/address.cpp:297 +#: tdeabc/address.cpp:297 msgid "Postal" msgstr "Kweliposi" -#: kabc/address.cpp:300 +#: tdeabc/address.cpp:300 msgid "Parcel" msgstr "Liphasela" -#: kabc/address.cpp:303 +#: tdeabc/address.cpp:303 msgid "" "_: Home Address\n" "Home" msgstr "Likhaya" -#: kabc/address.cpp:306 +#: tdeabc/address.cpp:306 msgid "" "_: Work Address\n" "Work" msgstr "Msebenti" -#: kabc/address.cpp:309 +#: tdeabc/address.cpp:309 msgid "Preferred Address" msgstr "Likheli lelinconotwako" -#: kabc/lock.cpp:93 +#: tdeabc/lock.cpp:93 #, fuzzy msgid "Unable to open lock file." msgstr "Akukhonakali kuvula lifayela '%1'." -#: kabc/lock.cpp:106 +#: tdeabc/lock.cpp:106 msgid "" "The address book '%1' is locked by application '%2'.\n" "If you believe this is incorrect, just remove the lock file from '%3'" msgstr "" -#: kabc/lock.cpp:146 +#: tdeabc/lock.cpp:146 msgid "Unlock failed. Lock file is owned by other process: %1 (%2)" msgstr "" -#: kabc/stdaddressbook.cpp:148 +#: tdeabc/stdaddressbook.cpp:148 #, fuzzy msgid "Unable to save to resource '%1'. It is locked." msgstr "Akukhonakali ku %1 ngobe sisetjentiswa sivalelwe." -#: kabc/addresseedialog.cpp:60 +#: tdeabc/addresseedialog.cpp:60 msgid "Select Addressee" msgstr "Khetsa babhalelwa " -#: kabc/addresseedialog.cpp:95 +#: tdeabc/addresseedialog.cpp:95 #, fuzzy msgid "Selected" msgstr "Khetsiwe:" -#: kabc/addresseedialog.cpp:107 +#: tdeabc/addresseedialog.cpp:107 msgid "Unselect" msgstr "Ngakhetfwanga" -#: kabc/distributionlisteditor.cpp:133 +#: tdeabc/distributionlisteditor.cpp:133 msgid "New List" msgstr "Luhla lolusha" -#: kabc/distributionlisteditor.cpp:148 +#: tdeabc/distributionlisteditor.cpp:148 msgid "Change Email" msgstr "Tjintja i-email" -#: kabc/distributionlisteditor.cpp:197 +#: tdeabc/distributionlisteditor.cpp:197 msgid "Please enter name:" msgstr "Uyacelwa kutsi ufake ligama:" -#: kabc/formatfactory.cpp:55 kabc/formatfactory.cpp:119 +#: tdeabc/formatfactory.cpp:55 tdeabc/formatfactory.cpp:119 msgid "vCard" msgstr "Likhadiv" -#: kabc/formatfactory.cpp:56 kabc/formatfactory.cpp:120 +#: tdeabc/formatfactory.cpp:56 tdeabc/formatfactory.cpp:120 msgid "vCard Format" msgstr "Sakhiwo selikhadiv" -#: kabc/formatfactory.cpp:75 +#: tdeabc/formatfactory.cpp:75 msgid "No description available." msgstr "Akusichachiso lesikhona." -#: kabc/addressee.cpp:317 kabc/scripts/addressee.src.cpp:180 +#: tdeabc/addressee.cpp:317 tdeabc/scripts/addressee.src.cpp:180 msgid "Unique Identifier" msgstr "Kwekuhlukanisa tintfo lokungafani nnalokunye" -#: kab/addressbook.cc:271 kabc/addressee.cpp:354 +#: kab/addressbook.cc:271 tdeabc/addressee.cpp:354 msgid "Formatted Name" msgstr "Ligama lelakhiwe" -#: kabc/addressee.cpp:373 +#: tdeabc/addressee.cpp:373 msgid "Family Name" msgstr "Ligama lemndeni" -#: kabc/addressee.cpp:392 +#: tdeabc/addressee.cpp:392 msgid "Given Name" msgstr "Ligama leliniketiwe" -#: kabc/addressee.cpp:411 +#: tdeabc/addressee.cpp:411 msgid "Additional Names" msgstr "Emagama langetiwe" -#: kabc/addressee.cpp:430 +#: tdeabc/addressee.cpp:430 msgid "Honorific Prefixes" msgstr "Ticalo letikhomba inhlonipho" -#: kabc/addressee.cpp:449 +#: tdeabc/addressee.cpp:449 msgid "Honorific Suffixes" msgstr "Tigcino letikhombisa inhlonipho" -#: kabc/addressee.cpp:468 +#: tdeabc/addressee.cpp:468 msgid "Nick Name" msgstr "Libitohlaya" -#: kab/addressbook.cc:291 kabc/addressee.cpp:487 +#: kab/addressbook.cc:291 tdeabc/addressee.cpp:487 msgid "Birthday" msgstr "Lusuku lekutalwa" -#: kabc/addressee.cpp:493 +#: tdeabc/addressee.cpp:493 msgid "Home Address Street" msgstr "Likheli lesitaladi sasekhaya" -#: kabc/addressee.cpp:499 +#: tdeabc/addressee.cpp:499 #, fuzzy msgid "Home Address City" msgstr "Likheli lasekhaya lelive" -#: kabc/addressee.cpp:505 +#: tdeabc/addressee.cpp:505 #, fuzzy msgid "Home Address State" msgstr "Likheli lesitaladi sasekhaya" -#: kabc/addressee.cpp:511 +#: tdeabc/addressee.cpp:511 #, fuzzy msgid "Home Address Zip Code" msgstr "Ikhodi yeliposi yelikheli lasekhaya" -#: kabc/addressee.cpp:517 +#: tdeabc/addressee.cpp:517 msgid "Home Address Country" msgstr "Likheli lasekhaya lelive" -#: kabc/addressee.cpp:523 +#: tdeabc/addressee.cpp:523 msgid "Home Address Label" msgstr "Ilebulu yelikheli lasekhaya" -#: kabc/addressee.cpp:529 +#: tdeabc/addressee.cpp:529 msgid "Business Address Street" msgstr "Sitaladi selikheli lelibhisimisi " -#: kabc/addressee.cpp:535 +#: tdeabc/addressee.cpp:535 #, fuzzy msgid "Business Address City" msgstr "Likheli lelibhisimisi lelive" -#: kabc/addressee.cpp:541 +#: tdeabc/addressee.cpp:541 #, fuzzy msgid "Business Address State" msgstr "Sitaladi selikheli lelibhisimisi " -#: kabc/addressee.cpp:547 +#: tdeabc/addressee.cpp:547 #, fuzzy msgid "Business Address Zip Code" msgstr "Likheli lelibhisimisi lelkhodi yeliposi" -#: kabc/addressee.cpp:553 +#: tdeabc/addressee.cpp:553 msgid "Business Address Country" msgstr "Likheli lelibhisimisi lelive" -#: kabc/addressee.cpp:559 +#: tdeabc/addressee.cpp:559 msgid "Business Address Label" msgstr "Ilebulu yelikheli lelibhisimisi " -#: kabc/addressee.cpp:565 +#: tdeabc/addressee.cpp:565 msgid "Home Phone" msgstr "Lucingo lwasekhaya" -#: kabc/addressee.cpp:571 +#: tdeabc/addressee.cpp:571 msgid "Business Phone" msgstr "Lucingo lebhusimisi" -#: kabc/addressee.cpp:577 +#: tdeabc/addressee.cpp:577 msgid "Mobile Phone" msgstr "Lucingo loluhambako" -#: kabc/addressee.cpp:589 +#: tdeabc/addressee.cpp:589 msgid "Business Fax" msgstr "I-fax yasemsebentini" -#: kabc/addressee.cpp:595 +#: tdeabc/addressee.cpp:595 #, fuzzy msgid "Car Phone" msgstr "Imoto" -#: kabc/addressee.cpp:613 +#: tdeabc/addressee.cpp:613 msgid "Email Address" msgstr "Likheli le-email" -#: kabc/addressee.cpp:632 +#: tdeabc/addressee.cpp:632 msgid "Mail Client" msgstr "Khela likhasimende" -#: kabc/addressee.cpp:651 +#: tdeabc/addressee.cpp:651 msgid "Time Zone" msgstr "Sikhatsi sendzawo" -#: kabc/addressee.cpp:670 +#: tdeabc/addressee.cpp:670 msgid "Geographic Position" msgstr "Indzawo kumabalave" -#: kab/addressbook.cc:263 kabc/addressee.cpp:689 +#: kab/addressbook.cc:263 tdeabc/addressee.cpp:689 #, fuzzy msgid "" "_: person\n" "Title" msgstr "Si-Tamil" -#: kabc/addressee.cpp:708 +#: tdeabc/addressee.cpp:708 msgid "" "_: person in organization\n" "Role" msgstr "" -#: kab/addressbook.cc:180 kabc/addressee.cpp:746 +#: kab/addressbook.cc:180 tdeabc/addressee.cpp:746 msgid "Department" msgstr "Umnyango" -#: kabc/addressee.cpp:765 +#: tdeabc/addressee.cpp:765 msgid "Note" msgstr "Inothi" -#: kabc/addressee.cpp:784 +#: tdeabc/addressee.cpp:784 msgid "Product Identifier" msgstr "Kwekuhlukanisa umkhicito" -#: kabc/addressee.cpp:803 +#: tdeabc/addressee.cpp:803 msgid "Revision Date" msgstr "Lusuku lwesibuyeketo" -#: kabc/addressee.cpp:822 +#: tdeabc/addressee.cpp:822 msgid "Sort String" msgstr "Hlela imigca" -#: kabc/addressee.cpp:841 tdeui/kaboutdialog.cpp:92 +#: tdeabc/addressee.cpp:841 tdeui/tdeaboutdialog.cpp:92 msgid "Homepage" msgstr "Likhasi lasekhaya" -#: kabc/addressee.cpp:860 +#: tdeabc/addressee.cpp:860 msgid "Security Class" msgstr "Liklilasi lekuphepha" -#: kabc/addressee.cpp:879 +#: tdeabc/addressee.cpp:879 msgid "Logo" msgstr "I-logo" -#: kabc/addressee.cpp:898 +#: tdeabc/addressee.cpp:898 msgid "Photo" msgstr "Sitfombe" -#: kabc/addressee.cpp:917 +#: tdeabc/addressee.cpp:917 msgid "Sound" msgstr "Msindvo" -#: kabc/addressee.cpp:936 +#: tdeabc/addressee.cpp:936 #, fuzzy msgid "Agent" msgstr "Sitfunywa" -#: kabc/vcard/testwrite.cpp:11 +#: tdeabc/vcard/testwrite.cpp:11 msgid "TestWritevCard" msgstr "HlolaLikhadivBhala" -#: kabc/vcardparser/testread.cpp:38 +#: tdeabc/vcardparser/testread.cpp:38 #, fuzzy msgid "vCard 2.1" msgstr "Likhadiv" -#: kabc/vcardparser/testread.cpp:39 kdewidgets/makekdewidgets.cpp:112 +#: tdeabc/vcardparser/testread.cpp:39 kdewidgets/maketdewidgets.cpp:112 #, fuzzy msgid "Input file" msgstr "&Lokufakiwe lokubuya" -#: kded/kde-menu.cpp:36 +#: kded/tde-menu.cpp:36 msgid "Output data in UTF-8 instead of local encoding" msgstr "" -#: kded/kde-menu.cpp:37 +#: kded/tde-menu.cpp:37 msgid "" "Print menu-id of the menu that contains\n" "the application" msgstr "" -#: kded/kde-menu.cpp:38 +#: kded/tde-menu.cpp:38 msgid "" "Print menu name (caption) of the menu that\n" "contains the application" msgstr "" -#: kded/kde-menu.cpp:39 +#: kded/tde-menu.cpp:39 msgid "Highlight the entry in the menu" msgstr "" -#: kded/kde-menu.cpp:40 +#: kded/tde-menu.cpp:40 #, fuzzy msgid "Do not check if sycoca database is up to date" msgstr "Hlola silulu semniningwane se Sycoca kanye kuphela." -#: kded/kde-menu.cpp:41 +#: kded/tde-menu.cpp:41 msgid "The id of the menu entry to locate" msgstr "" -#: kded/kde-menu.cpp:99 +#: kded/tde-menu.cpp:99 msgid "Menu item '%1' could not be highlighted." msgstr "" -#: kded/kde-menu.cpp:111 +#: kded/tde-menu.cpp:111 msgid "" "TDE Menu query tool.\n" "This tool can be used to find in which menu a specific application is shown.\n" @@ -2377,31 +2377,31 @@ msgid "" "in the TDE menu a specific application is located." msgstr "" -#: kded/kde-menu.cpp:116 -msgid "kde-menu" +#: kded/tde-menu.cpp:116 +msgid "tde-menu" msgstr "" -#: kded/kbuildsycoca.cpp:724 kded/kbuildsycoca.cpp:725 kded/kde-menu.cpp:119 -#: kded/khostname.cpp:362 tdeui/kaboutdialog.cpp:90 +#: kded/tdebuildsycoca.cpp:724 kded/tdebuildsycoca.cpp:725 kded/tde-menu.cpp:119 +#: kded/khostname.cpp:362 tdeui/tdeaboutdialog.cpp:90 msgid "Author" msgstr "Umbhali" -#: kded/kde-menu.cpp:133 +#: kded/tde-menu.cpp:133 msgid "You must specify an application-id such as 'tde-konsole.desktop'" msgstr "" -#: kded/kde-menu.cpp:142 +#: kded/tde-menu.cpp:142 msgid "" "You must specify at least one of --print-menu-id, --print-menu-name or " "--highlight" msgstr "" -#: kded/kde-menu.cpp:164 +#: kded/tde-menu.cpp:164 #, fuzzy msgid "No menu item '%1'." msgstr "Vula '%1'?" -#: kded/kde-menu.cpp:168 +#: kded/tde-menu.cpp:168 #, fuzzy msgid "Menu item '%1' not found in menu." msgstr "Samukeli asikatfolwa" @@ -2452,291 +2452,291 @@ msgid "TDE Daemon - triggers Sycoca database updates when needed" msgstr "" "I-TDE Daemon - yiholela etilungisweni tesilulu semniningwane ye Sycoca." -#: kded/kbuildsycoca.cpp:483 +#: kded/tdebuildsycoca.cpp:483 msgid "" "Error creating database '%1'.\n" "Check that the permissions are correct on the directory and the disk is not " "full.\n" msgstr "" -#: kded/kbuildsycoca.cpp:483 kded/kbuildsycoca.cpp:512 -#: kded/kbuildsycoca.cpp:721 +#: kded/tdebuildsycoca.cpp:483 kded/tdebuildsycoca.cpp:512 +#: kded/tdebuildsycoca.cpp:721 msgid "KBuildSycoca" msgstr "KBuildSycoca" -#: kded/kbuildsycoca.cpp:512 +#: kded/tdebuildsycoca.cpp:512 msgid "" "Error writing database '%1'.\n" "Check that the permissions are correct on the directory and the disk is not " "full.\n" msgstr "" -#: kded/kbuildsycoca.cpp:695 +#: kded/tdebuildsycoca.cpp:695 #, fuzzy msgid "Do not signal applications to update" msgstr "Ungatjengisi ticelo." -#: kded/kbuildsycoca.cpp:696 +#: kded/tdebuildsycoca.cpp:696 msgid "Disable incremental update, re-read everything" msgstr "" -#: kded/kbuildsycoca.cpp:697 +#: kded/tdebuildsycoca.cpp:697 #, fuzzy msgid "Check file timestamps" msgstr "Hlola titembu tesikhatsi telifayela." -#: kded/kbuildsycoca.cpp:698 +#: kded/tdebuildsycoca.cpp:698 msgid "Disable checking files (dangerous)" msgstr "" -#: kded/kbuildsycoca.cpp:699 +#: kded/tdebuildsycoca.cpp:699 msgid "Create global database" msgstr "" -#: kded/kbuildsycoca.cpp:700 +#: kded/tdebuildsycoca.cpp:700 msgid "Perform menu generation test run only" msgstr "" -#: kded/kbuildsycoca.cpp:701 +#: kded/tdebuildsycoca.cpp:701 msgid "Track menu id for debug purposes" msgstr "" -#: kded/kbuildsycoca.cpp:703 +#: kded/tdebuildsycoca.cpp:703 msgid "Silent - work without windows and stderr" msgstr "" -#: kded/kbuildsycoca.cpp:704 +#: kded/tdebuildsycoca.cpp:704 msgid "Show progress information (even if 'silent' mode is on)" msgstr "" -#: kded/kbuildsycoca.cpp:722 +#: kded/tdebuildsycoca.cpp:722 msgid "Rebuilds the system configuration cache." msgstr "Yakha kuhleleka kwe-cache yemshini." -#: kded/kbuildsycoca.cpp:750 +#: kded/tdebuildsycoca.cpp:750 #, fuzzy msgid "Reloading TDE configuration, please wait..." msgstr "Layisha kabusha lifayela lekulungisa." -#: kded/kbuildsycoca.cpp:751 +#: kded/tdebuildsycoca.cpp:751 #, fuzzy msgid "TDE Configuration Manager" msgstr "Kuhlelwa kwesisetjentiswa" -#: kded/kbuildsycoca.cpp:753 +#: kded/tdebuildsycoca.cpp:753 #, fuzzy msgid "Do you want to reload TDE configuration?" msgstr "Ingabe ufuna kuchubeka nekushicilela?" -#: kded/kbuildsycoca.cpp:753 +#: kded/tdebuildsycoca.cpp:753 #, fuzzy msgid "Do Not Reload" msgstr "&Ungagcini" -#: kded/kbuildsycoca.cpp:953 +#: kded/tdebuildsycoca.cpp:953 #, fuzzy msgid "Configuration information reloaded successfully." msgstr "Lifayela lekulungisa lilayishiwe kabusha." -#: kmdi/kmdi/guiclient.cpp:79 kmdi/kmdiguiclient.cpp:139 +#: tdemdi/tdemdi/guiclient.cpp:79 tdemdi/tdemdiguiclient.cpp:139 #, fuzzy msgid "Tool &Views" msgstr "Kubukwa kwesimeleli" -#: kmdi/kmdiguiclient.cpp:142 +#: tdemdi/tdemdiguiclient.cpp:142 #, fuzzy msgid "MDI Mode" msgstr "Modem" -#: kmdi/kmdiguiclient.cpp:144 kmdi/kmdimainfrm.cpp:2594 +#: tdemdi/tdemdiguiclient.cpp:144 tdemdi/tdemdimainfrm.cpp:2594 #, fuzzy msgid "&Toplevel Mode" msgstr "&Lubisa imisebenti lecedziwe" -#: kmdi/kmdiguiclient.cpp:144 kmdi/kmdimainfrm.cpp:2595 +#: tdemdi/tdemdiguiclient.cpp:144 tdemdi/tdemdimainfrm.cpp:2595 #, fuzzy msgid "C&hildframe Mode" msgstr "Simo sembala" -#: kmdi/kmdiguiclient.cpp:144 kmdi/kmdimainfrm.cpp:2596 +#: tdemdi/tdemdiguiclient.cpp:144 tdemdi/tdemdimainfrm.cpp:2596 #, fuzzy msgid "Ta&b Page Mode" msgstr "Likhasi lilayishiwe." -#: kmdi/kmdiguiclient.cpp:144 kmdi/kmdimainfrm.cpp:2597 +#: tdemdi/tdemdiguiclient.cpp:144 tdemdi/tdemdimainfrm.cpp:2597 #, fuzzy msgid "I&DEAl Mode" msgstr "Modem" -#: kmdi/kmdi/guiclient.cpp:81 kmdi/kmdiguiclient.cpp:154 +#: tdemdi/tdemdi/guiclient.cpp:81 tdemdi/tdemdiguiclient.cpp:154 #, fuzzy msgid "Tool &Docks" msgstr "&Emathulusi" -#: kmdi/kmdi/guiclient.cpp:82 kmdi/kmdiguiclient.cpp:155 +#: tdemdi/tdemdi/guiclient.cpp:82 tdemdi/tdemdiguiclient.cpp:155 msgid "Switch Top Dock" msgstr "" -#: kmdi/kmdi/guiclient.cpp:84 kmdi/kmdiguiclient.cpp:157 +#: tdemdi/tdemdi/guiclient.cpp:84 tdemdi/tdemdiguiclient.cpp:157 msgid "Switch Left Dock" msgstr "" -#: kmdi/kmdi/guiclient.cpp:86 kmdi/kmdiguiclient.cpp:159 +#: tdemdi/tdemdi/guiclient.cpp:86 tdemdi/tdemdiguiclient.cpp:159 msgid "Switch Right Dock" msgstr "" -#: kmdi/kmdi/guiclient.cpp:88 kmdi/kmdiguiclient.cpp:161 +#: tdemdi/tdemdi/guiclient.cpp:88 tdemdi/tdemdiguiclient.cpp:161 msgid "Switch Bottom Dock" msgstr "" -#: kmdi/kmdi/guiclient.cpp:91 kmdi/kmdiguiclient.cpp:164 +#: tdemdi/tdemdi/guiclient.cpp:91 tdemdi/tdemdiguiclient.cpp:164 #, fuzzy msgid "Previous Tool View" msgstr "Umnyaka lophelile" -#: kmdi/kmdi/guiclient.cpp:93 kmdi/kmdiguiclient.cpp:166 +#: tdemdi/tdemdi/guiclient.cpp:93 tdemdi/tdemdiguiclient.cpp:166 #, fuzzy msgid "Next Tool View" msgstr "Kubukwa kwesimeleli" -#: tdeui/kdockwidget.cpp:2945 kmdi/kmdi/guiclient.cpp:148 -#: kmdi/kmdiguiclient.cpp:260 +#: tdeui/kdockwidget.cpp:2945 tdemdi/tdemdi/guiclient.cpp:148 +#: tdemdi/tdemdiguiclient.cpp:260 #, c-format msgid "Show %1" msgstr "Khomba %1" -#: tdeui/kdockwidget.cpp:2939 kmdi/kmdi/guiclient.cpp:152 -#: kmdi/kmdiguiclient.cpp:265 +#: tdeui/kdockwidget.cpp:2939 tdemdi/tdemdi/guiclient.cpp:152 +#: tdemdi/tdemdiguiclient.cpp:265 #, c-format msgid "Hide %1" msgstr "Fihla %1" -#: kmdi/kmdimainfrm.cpp:979 +#: tdemdi/tdemdimainfrm.cpp:979 #, fuzzy msgid "Window" msgstr "&Liwindi lelisha" -#: kmdi/kmdimainfrm.cpp:992 +#: tdemdi/tdemdimainfrm.cpp:992 #, fuzzy msgid "Undock" msgstr "Buyisela emuva" -#: kmdi/kmdimainfrm.cpp:1002 +#: tdemdi/tdemdimainfrm.cpp:1002 msgid "Dock" msgstr "" -#: kmdi/kmdimainfrm.cpp:1007 +#: tdemdi/tdemdimainfrm.cpp:1007 #, fuzzy msgid "Operations" msgstr "Sento" -#: kmdi/kmdimainfrm.cpp:2577 +#: tdemdi/tdemdimainfrm.cpp:2577 #, fuzzy msgid "Close &All" msgstr "Cacisa konkhe" -#: kmdi/kmdimainfrm.cpp:2586 +#: tdemdi/tdemdimainfrm.cpp:2586 #, fuzzy msgid "&Minimize All" msgstr "Nciphisa" -#: kmdi/kmdimainfrm.cpp:2592 +#: tdemdi/tdemdimainfrm.cpp:2592 #, fuzzy msgid "&MDI Mode" msgstr "Modem" -#: kmdi/kmdimainfrm.cpp:2619 +#: tdemdi/tdemdimainfrm.cpp:2619 #, fuzzy msgid "&Tile" msgstr "&Lifayela" -#: kmdi/kmdimainfrm.cpp:2621 +#: tdemdi/tdemdimainfrm.cpp:2621 #, fuzzy msgid "Ca&scade Windows" msgstr "Ndlala emawindi" -#: kmdi/kmdimainfrm.cpp:2622 +#: tdemdi/tdemdimainfrm.cpp:2622 #, fuzzy msgid "Cascade &Maximized" msgstr "Khulisa" -#: kmdi/kmdimainfrm.cpp:2623 +#: tdemdi/tdemdimainfrm.cpp:2623 #, fuzzy msgid "Expand &Vertically" msgstr "Mile" -#: kmdi/kmdimainfrm.cpp:2624 +#: tdemdi/tdemdimainfrm.cpp:2624 #, fuzzy msgid "Expand &Horizontally" msgstr "Vundlile" -#: kmdi/kmdimainfrm.cpp:2625 +#: tdemdi/tdemdimainfrm.cpp:2625 #, fuzzy msgid "Tile &Non-Overlapped" msgstr "Lifayela lilayishiwe kabusha." -#: kmdi/kmdimainfrm.cpp:2626 +#: tdemdi/tdemdimainfrm.cpp:2626 #, fuzzy msgid "Tile Overla&pped" msgstr "Lifayela lilayishiwe kabusha." -#: kmdi/kmdimainfrm.cpp:2627 +#: tdemdi/tdemdimainfrm.cpp:2627 #, fuzzy msgid "Tile V&ertically" msgstr "Mile" -#: kmdi/kmdimainfrm.cpp:2633 +#: tdemdi/tdemdimainfrm.cpp:2633 #, fuzzy msgid "&Dock/Undock" msgstr "&Buyisela emuva" -#: kmdi/kmdichildfrmcaption.cpp:71 kmdi/kmdichildview.cpp:63 -#: kmdi/kmdichildview.cpp:89 +#: tdemdi/tdemdichildfrmcaption.cpp:71 tdemdi/tdemdichildview.cpp:63 +#: tdemdi/tdemdichildview.cpp:89 #, fuzzy msgid "Unnamed" msgstr "-ngabalulwanga-" -#: kmdi/kmdichildfrm.cpp:1239 +#: tdemdi/tdemdichildfrm.cpp:1239 #, fuzzy msgid "R&esize" msgstr "Bu&yisela emuva" -#: kmdi/kmdichildfrm.cpp:1240 +#: tdemdi/tdemdichildfrm.cpp:1240 #, fuzzy msgid "M&inimize" msgstr "Nciphisa" -#: kmdi/kmdichildfrm.cpp:1241 +#: tdemdi/tdemdichildfrm.cpp:1241 #, fuzzy msgid "M&aximize" msgstr "Khulisa" -#: kmdi/kmdichildfrm.cpp:1261 +#: tdemdi/tdemdichildfrm.cpp:1261 #, fuzzy msgid "&Maximize" msgstr "Khulisa" -#: tdeui/ksystemtray.cpp:155 kmdi/kmdichildfrm.cpp:1263 +#: tdeui/ksystemtray.cpp:155 tdemdi/tdemdichildfrm.cpp:1263 #, fuzzy msgid "&Minimize" msgstr "Nciphisa" -#: kmdi/kmdichildfrm.cpp:1265 +#: tdemdi/tdemdichildfrm.cpp:1265 #, fuzzy msgid "M&ove" msgstr "Khwesha" -#: kmdi/kmdichildfrm.cpp:1267 +#: tdemdi/tdemdichildfrm.cpp:1267 #, fuzzy msgid "&Resize" msgstr "Hlela kabusha" -#: kmdi/kmdichildfrm.cpp:1270 +#: tdemdi/tdemdichildfrm.cpp:1270 #, fuzzy msgid "&Undock" msgstr "&Buyisela emuva" -#: kmdi/kmdi/dockcontainer.cpp:196 kmdi/kmdidockcontainer.cpp:218 +#: tdemdi/tdemdi/dockcontainer.cpp:196 tdemdi/tdemdidockcontainer.cpp:218 msgid "" "_: Switch between overlap and side by side mode\n" "Overlap" @@ -2755,14 +2755,14 @@ msgstr "" msgid "Library files for \"%1\" not found in paths." msgstr "Emafayela yase-library ye \"%1\" akatfolakanga etindleni" -#: tdecore/kapplication.cpp:931 +#: tdecore/tdeapplication.cpp:931 msgid "" "_: Dear Translator! Translate this string to the string 'LTR' in left-to-right " "languages (as english) or to 'RTL' in right-to-left languages (such as Hebrew " "and Arabic) to get proper widget layout." msgstr "LTR" -#: tdecore/kapplication.cpp:1404 +#: tdecore/tdeapplication.cpp:1404 #, fuzzy msgid "" "There was an error setting up inter-process communications for TDE. The message " @@ -2774,7 +2774,7 @@ msgstr "" "ngumshini bewu:\n" "\n" -#: tdecore/kapplication.cpp:1408 +#: tdecore/tdeapplication.cpp:1408 msgid "" "\n" "\n" @@ -2784,26 +2784,26 @@ msgstr "" "\n" "Uyacelwa kutsi uhlole kutsi \"dcopserver\" luhlelo luyasebenta!" -#: tdecore/kapplication.cpp:1415 +#: tdecore/tdeapplication.cpp:1415 msgid "DCOP communications error (%1)" msgstr "Liphutsa ekuchumaneni kwe DCOP (%1)" -#: tdecore/kapplication.cpp:1433 +#: tdecore/tdeapplication.cpp:1433 #, fuzzy msgid "Use the X-server display 'displayname'" msgstr "Sebentisa sigcini-X kubonisa 'bonisaligama' " -#: tdecore/kapplication.cpp:1435 +#: tdecore/tdeapplication.cpp:1435 #, fuzzy msgid "Use the QWS display 'displayname'" msgstr "Sebentisa siboniso QWS kubonisa 'bonisaligama'." -#: tdecore/kapplication.cpp:1437 +#: tdecore/tdeapplication.cpp:1437 #, fuzzy msgid "Restore the application for the given 'sessionId'" msgstr "Buyisela sicelo salokuniketiwe 'seeionld'." -#: tdecore/kapplication.cpp:1438 +#: tdecore/tdeapplication.cpp:1438 #, fuzzy msgid "" "Causes the application to install a private color\n" @@ -2812,7 +2812,7 @@ msgstr "" "Yibangela sicelo kutsi sifake umbala wangasese\n" " wemepu kumboniso wemabhithi langu-8." -#: tdecore/kapplication.cpp:1439 +#: tdecore/tdeapplication.cpp:1439 #, fuzzy msgid "" "Limits the number of colors allocated in the color\n" @@ -2825,12 +2825,12 @@ msgstr "" "sebentisa sicelo seQA::Mibala leminyenti umbala\n" "mibandzela." -#: tdecore/kapplication.cpp:1440 +#: tdecore/tdeapplication.cpp:1440 #, fuzzy msgid "tells Qt to never grab the mouse or the keyboard" msgstr "yitjela Qt kutsi angabambi ligundwane kumbe i-keyboard." -#: tdecore/kapplication.cpp:1441 +#: tdecore/tdeapplication.cpp:1441 #, fuzzy msgid "" "running under a debugger can cause an implicit\n" @@ -2839,18 +2839,18 @@ msgstr "" "kusebenta ngaphansi kwesilungisi-maphutsa kungabangela\n" "i-nograb, sebentisa -dograb lokungabonakali kuphula umtstfo." -#: tdecore/kapplication.cpp:1442 +#: tdecore/tdeapplication.cpp:1442 #, fuzzy msgid "switches to synchronous mode for debugging" msgstr "" "yintjintjela esimweni sekwenteka ngasikhatsi sinye ekulungiseni emaphutsa." -#: tdecore/kapplication.cpp:1444 +#: tdecore/tdeapplication.cpp:1444 #, fuzzy msgid "defines the application font" msgstr "yichaza simo tetinhlamvu tesicelo." -#: tdecore/kapplication.cpp:1446 +#: tdecore/tdeapplication.cpp:1446 #, fuzzy msgid "" "sets the default background color and an\n" @@ -2861,27 +2861,27 @@ msgstr "" "sicelo se-palette (titfunti letikhanyako kanye naletimnyamana ti\n" "baliwe)." -#: tdecore/kapplication.cpp:1448 +#: tdecore/tdeapplication.cpp:1448 #, fuzzy msgid "sets the default foreground color" msgstr "yihlela umbala wangemuva phambili wekuhluleka." -#: tdecore/kapplication.cpp:1450 +#: tdecore/tdeapplication.cpp:1450 #, fuzzy msgid "sets the default button color" msgstr "yihlela umbala wenkhinobho yekuhluleka." -#: tdecore/kapplication.cpp:1451 +#: tdecore/tdeapplication.cpp:1451 #, fuzzy msgid "sets the application name" msgstr "yihlela ligama lesicelo." -#: tdecore/kapplication.cpp:1452 +#: tdecore/tdeapplication.cpp:1452 #, fuzzy msgid "sets the application title (caption)" msgstr "yihlela sihloko sesicelo (kucaphuna)." -#: tdecore/kapplication.cpp:1454 +#: tdecore/tdeapplication.cpp:1454 #, fuzzy msgid "" "forces the application to use a TrueColor visual on\n" @@ -2890,7 +2890,7 @@ msgstr "" "yiphocelela sicelo kutsi sisebentise kwemehlo kwe MbalaWeliciniso etukwe\n" "mboniso wemabhithi langu-8." -#: tdecore/kapplication.cpp:1455 +#: tdecore/tdeapplication.cpp:1455 #, fuzzy msgid "" "sets XIM (X Input Method) input style. Possible\n" @@ -2903,89 +2903,89 @@ msgstr "" "kanye\n" "imphandze. " -#: tdecore/kapplication.cpp:1456 +#: tdecore/tdeapplication.cpp:1456 #, fuzzy msgid "set XIM server" msgstr "hlela sigcini se XIM." -#: tdecore/kapplication.cpp:1457 +#: tdecore/tdeapplication.cpp:1457 #, fuzzy msgid "disable XIM" msgstr "Khwalisa i XIM." -#: tdecore/kapplication.cpp:1460 +#: tdecore/tdeapplication.cpp:1460 #, fuzzy msgid "forces the application to run as QWS Server" msgstr "kuphocelela sicelo kutsi sisebente njengesigcini se QWS." -#: tdecore/kapplication.cpp:1462 +#: tdecore/tdeapplication.cpp:1462 #, fuzzy msgid "mirrors the whole layout of widgets" msgstr "yitsatsisa kwakheka konkhe kwetisetjentiswa." -#: tdecore/kapplication.cpp:1468 +#: tdecore/tdeapplication.cpp:1468 #, fuzzy msgid "Use 'caption' as name in the titlebar" msgstr "Sebentisa 'indvuna' njengeligama ku-bar yesihloko." -#: tdecore/kapplication.cpp:1469 +#: tdecore/tdeapplication.cpp:1469 #, fuzzy msgid "Use 'icon' as the application icon" msgstr "Sebentisa 'simeleli' njengesimeleli sesicelo." -#: tdecore/kapplication.cpp:1470 +#: tdecore/tdeapplication.cpp:1470 #, fuzzy msgid "Use 'icon' as the icon in the titlebar" msgstr "Sebentisa 'simeleli' njengesimeleli se-bar yesihloko." -#: tdecore/kapplication.cpp:1471 +#: tdecore/tdeapplication.cpp:1471 #, fuzzy msgid "Use alternative configuration file" msgstr "Sebentisa lifayela lendlela lenye yekulungisa." -#: tdecore/kapplication.cpp:1472 +#: tdecore/tdeapplication.cpp:1472 #, fuzzy msgid "Use the DCOP Server specified by 'server'" msgstr "Sebentisa sigcini se DCOP lesibalulwe 'sigcini'." -#: tdecore/kapplication.cpp:1473 +#: tdecore/tdeapplication.cpp:1473 #, fuzzy msgid "Disable crash handler, to get core dumps" msgstr "Khwalisa losebenta ngekungcubuza, kutfola ema-dump layinhloko." -#: tdecore/kapplication.cpp:1474 +#: tdecore/tdeapplication.cpp:1474 #, fuzzy msgid "Waits for a WM_NET compatible windowmanager" msgstr "Yimela siphatsi-mawindi lesihambelana ne WM_NET." -#: tdecore/kapplication.cpp:1475 +#: tdecore/tdeapplication.cpp:1475 #, fuzzy msgid "sets the application GUI style" msgstr "yihlela sitayela sesicelo se GUI." -#: tdecore/kapplication.cpp:1476 +#: tdecore/tdeapplication.cpp:1476 #, fuzzy msgid "" "sets the client geometry of the main widget - see man X for the argument format" msgstr "yihlela i-geometry yelikhasimende yesisetjentiswa lesiyinhloko." -#: tdecore/kapplication.cpp:1516 +#: tdecore/tdeapplication.cpp:1516 msgid "" "The style %1 was not found\n" msgstr "" "Sitayela %1 asitfolakalanga\n" -#: tdecore/kapplication.cpp:1978 kstyles/klegacy/klegacystyle.cpp:3044 +#: tdecore/tdeapplication.cpp:1978 kstyles/klegacy/klegacystyle.cpp:3044 #: kstyles/web/webstyle.cpp:1604 msgid "modified" msgstr "lungisa" -#: tdecore/kapplication.cpp:2244 tdecore/kapplication.cpp:2279 +#: tdecore/tdeapplication.cpp:2244 tdecore/tdeapplication.cpp:2279 #, fuzzy msgid "Could not Launch Help Center" msgstr "Akukhonakali kwamukela %1" -#: tdecore/kapplication.cpp:2245 tdecore/kapplication.cpp:2280 +#: tdecore/tdeapplication.cpp:2245 tdecore/tdeapplication.cpp:2280 #, fuzzy, c-format msgid "" "Could not launch the TDE Help Center:\n" @@ -2993,12 +2993,12 @@ msgid "" "%1" msgstr "Akukhonakali kwamukela %1" -#: tdecore/kapplication.cpp:2550 +#: tdecore/tdeapplication.cpp:2550 #, fuzzy msgid "Could not Launch Mail Client" msgstr "Akukhonakali kwamukela %1" -#: tdecore/kapplication.cpp:2551 +#: tdecore/tdeapplication.cpp:2551 #, fuzzy, c-format msgid "" "Could not launch the mail client:\n" @@ -3006,12 +3006,12 @@ msgid "" "%1" msgstr "Akukhonakali kwamukela %1" -#: tdecore/kapplication.cpp:2572 +#: tdecore/tdeapplication.cpp:2572 #, fuzzy msgid "Could not Launch Browser" msgstr "Akukhonakali kwamukela %1" -#: tdecore/kapplication.cpp:2573 +#: tdecore/tdeapplication.cpp:2573 #, fuzzy, c-format msgid "" "Could not launch the browser:\n" @@ -3019,15 +3019,15 @@ msgid "" "%1" msgstr "Akukhonakali kwamukela %1" -#: tdecore/kapplication.cpp:2637 +#: tdecore/tdeapplication.cpp:2637 msgid "" "Could not register with DCOP.\n" msgstr "" "Akukhonakalanga kurejista ne DCOP.\n" -#: tdecore/kapplication.cpp:2672 +#: tdecore/tdeapplication.cpp:2672 msgid "" -"KLauncher could not be reached via DCOP.\n" +"TDELauncher could not be reached via DCOP.\n" msgstr "" "Sisungili K ngeke sifinyelelwe ngekusebentisa i-DCOP.\n" @@ -3036,31 +3036,31 @@ msgstr "" msgid "Desktop %1" msgstr "Desktop %1" -#: tdecore/kconfigbackend.cpp:1107 tdecore/kconfigbackend.cpp:1116 +#: tdecore/tdeconfigbackend.cpp:1107 tdecore/tdeconfigbackend.cpp:1116 #, fuzzy msgid "" "Will not save configuration.\n" msgstr "Kuhlela sishicileli" -#: tdecore/kconfigbackend.cpp:1109 tdecore/kconfigbackend.cpp:1117 +#: tdecore/tdeconfigbackend.cpp:1109 tdecore/tdeconfigbackend.cpp:1117 #, fuzzy msgid "" "Configuration file \"%1\" not writable.\n" msgstr "Lifayela lekulungisa lilayishiwe kabusha." -#: tdecore/kconfigbackend.cpp:1124 +#: tdecore/tdeconfigbackend.cpp:1124 msgid "Please contact your system administrator." msgstr "" -#: tdecore/kcmdlineargs.cpp:500 tdecore/kcmdlineargs.cpp:516 +#: tdecore/tdecmdlineargs.cpp:500 tdecore/tdecmdlineargs.cpp:516 msgid "Unknown option '%1'." msgstr "Kwenta ngalenye indlela lokungatiwa '%1'." -#: tdecore/kcmdlineargs.cpp:524 +#: tdecore/tdecmdlineargs.cpp:524 msgid "'%1' missing." msgstr "'%1'kuyashoda." -#: tdecore/kcmdlineargs.cpp:619 +#: tdecore/tdecmdlineargs.cpp:619 msgid "" "_: the 2nd argument is a list of name+address, one on each line\n" "%1 was written by\n" @@ -3069,12 +3069,12 @@ msgstr "" "%1 beyibhalwe ngu\n" "%2" -#: tdecore/kcmdlineargs.cpp:622 +#: tdecore/tdecmdlineargs.cpp:622 #, fuzzy msgid "This application was written by somebody who wants to remain anonymous." msgstr "%1 beyibhalwa ngulotsite lofuna kuhlala angatiwa." -#: tdecore/kcmdlineargs.cpp:629 +#: tdecore/tdecmdlineargs.cpp:629 #, fuzzy msgid "" "Please use http://bugs.kde.org to report bugs.\n" @@ -3082,7 +3082,7 @@ msgstr "" "Uyacelwa kutsi usebentise i http://bugs.kde.org kubika ema-bug, ungatfumeleli " "babhali ngalokucondzile.\n" -#: tdecore/kcmdlineargs.cpp:632 tdecore/kcmdlineargs.cpp:634 +#: tdecore/tdecmdlineargs.cpp:632 tdecore/tdecmdlineargs.cpp:634 #, fuzzy msgid "" "Please report bugs to %1.\n" @@ -3090,17 +3090,17 @@ msgstr "" "Uyacelwa kutsi usebentise i http://bugs.kde.org kubika ema-bug, ungatfumeleli " "babhali ngalokucondzile.\n" -#: tdecore/kcmdlineargs.cpp:660 +#: tdecore/tdecmdlineargs.cpp:660 msgid "Unexpected argument '%1'." msgstr "Imphikiswano lengakalindzeleki '%1'." -#: tdecore/kcmdlineargs.cpp:765 +#: tdecore/tdecmdlineargs.cpp:765 msgid "Use --help to get a list of available command line options." msgstr "" "Sebentisa --lusito kutfola luhlu lwelilayini lemyalo lokhona wekwenta ngalenye " "indlela." -#: tdecore/kcmdlineargs.cpp:780 +#: tdecore/tdecmdlineargs.cpp:780 msgid "" "\n" "%1:\n" @@ -3108,57 +3108,57 @@ msgstr "" "\n" "%1:\n" -#: tdecore/kcmdlineargs.cpp:789 +#: tdecore/tdecmdlineargs.cpp:789 msgid "[options] " msgstr "[kwenta ngalenye indlela]" -#: tdecore/kcmdlineargs.cpp:796 +#: tdecore/tdecmdlineargs.cpp:796 msgid "[%1-options]" msgstr "[%1-kwenta ngalenye indlela]" -#: tdecore/kcmdlineargs.cpp:816 +#: tdecore/tdecmdlineargs.cpp:816 msgid "" "Usage: %1 %2\n" msgstr "" "Kusebentisa: %1 %2\n" -#: tdecore/kcmdlineargs.cpp:819 +#: tdecore/tdecmdlineargs.cpp:819 msgid "Generic options" msgstr "Kwenta ngalenye indlela lokutsite" -#: tdecore/kcmdlineargs.cpp:820 +#: tdecore/tdecmdlineargs.cpp:820 msgid "Show help about options" msgstr "Khombisa lusito mayelana nekwenta ngalenye indlela" -#: tdecore/kcmdlineargs.cpp:828 +#: tdecore/tdecmdlineargs.cpp:828 msgid "Show %1 specific options" msgstr "Khombisa %1 kwenta ngalenye indlela lokutsite" -#: tdecore/kcmdlineargs.cpp:835 +#: tdecore/tdecmdlineargs.cpp:835 msgid "Show all options" msgstr "Khombisa konkhe kwenta ngalenye indlela" -#: tdecore/kcmdlineargs.cpp:836 +#: tdecore/tdecmdlineargs.cpp:836 msgid "Show author information" msgstr "Khombisa imininingwane ngembhali" -#: tdecore/kcmdlineargs.cpp:837 +#: tdecore/tdecmdlineargs.cpp:837 msgid "Show version information" msgstr "Khombisa imininingwane yesibuyeketo" -#: tdecore/kcmdlineargs.cpp:838 +#: tdecore/tdecmdlineargs.cpp:838 msgid "Show license information" msgstr "Khombisa imininingwane yeliyisense" -#: tdecore/kcmdlineargs.cpp:839 +#: tdecore/tdecmdlineargs.cpp:839 msgid "End of options" msgstr "Kuphela kwekwenta ngalenye indlela" -#: tdecore/kcmdlineargs.cpp:861 +#: tdecore/tdecmdlineargs.cpp:861 msgid "%1 options" msgstr "%1 kwenta ngalenye indlela" -#: tdecore/kcmdlineargs.cpp:863 +#: tdecore/tdecmdlineargs.cpp:863 msgid "" "\n" "Options:\n" @@ -3166,7 +3166,7 @@ msgstr "" "\n" "Kwenta ngalenye indlela:\n" -#: tdecore/kcmdlineargs.cpp:920 +#: tdecore/tdecmdlineargs.cpp:920 msgid "" "\n" "Arguments:\n" @@ -3174,7 +3174,7 @@ msgstr "" "\n" "Imphikiswano:\n" -#: tdecore/kcmdlineargs.cpp:1282 +#: tdecore/tdecmdlineargs.cpp:1282 msgid "The files/URLs opened by the application will be deleted after use" msgstr "" @@ -3216,157 +3216,157 @@ msgstr "" msgid "<h2>Accelerators added (just for your info)</h2>" msgstr "" -#: tdecore/kstdaccel.cpp:54 +#: tdecore/tdestdaccel.cpp:54 msgid "New" msgstr "Lokusha" -#: tdecore/kstdaccel.cpp:65 +#: tdecore/tdestdaccel.cpp:65 #, fuzzy msgid "Paste Selection" msgstr "Kukhetfwa kwe banner" -#: tdecore/kstdaccel.cpp:67 +#: tdecore/tdestdaccel.cpp:67 msgid "Deselect" msgstr "Ungakhetsi" -#: tdecore/kstdaccel.cpp:68 +#: tdecore/tdestdaccel.cpp:68 msgid "Delete Word Backwards" msgstr "Bulala ligama kuyemuva" -#: tdecore/kstdaccel.cpp:69 +#: tdecore/tdestdaccel.cpp:69 msgid "Delete Word Forward" msgstr "Bulala ligama kuyaphambili" -#: tdecore/kkeyserver_x11.cpp:135 tdecore/kstdaccel.cpp:70 +#: tdecore/kkeyserver_x11.cpp:135 tdecore/tdestdaccel.cpp:70 #: tdeui/keditcl2.cpp:107 tdeui/keditcl2.cpp:120 tdeui/keditcl2.cpp:377 -#: tdeui/keditcl2.cpp:390 tdeui/keditcl2.cpp:700 kutils/kfinddialog.cpp:119 +#: tdeui/keditcl2.cpp:390 tdeui/keditcl2.cpp:700 tdeutils/kfinddialog.cpp:119 msgid "Find" msgstr "Tfola" -#: tdecore/kstdaccel.cpp:71 kutils/kfind.cpp:47 +#: tdecore/tdestdaccel.cpp:71 tdeutils/kfind.cpp:47 msgid "Find Next" msgstr "Tfola lokulandzelako" -#: tdecore/kstdaccel.cpp:72 +#: tdecore/tdestdaccel.cpp:72 msgid "Find Prev" msgstr "Tfola kwasekucaleni" -#: tdecore/kstdaccel.cpp:74 +#: tdecore/tdestdaccel.cpp:74 msgid "Navigation" msgstr "Navigation" -#: tdecore/kstdaccel.cpp:75 +#: tdecore/tdestdaccel.cpp:75 #, fuzzy msgid "" "_: Opposite to End\n" "Home" msgstr "Likhaya" -#: tdecore/kstdaccel.cpp:76 +#: tdecore/tdestdaccel.cpp:76 msgid "End" msgstr "Gcina" -#: tdecore/kstdaccel.cpp:77 +#: tdecore/tdestdaccel.cpp:77 #, fuzzy msgid "Beginning of Line" msgstr "&Likhaya" -#: tdecore/kstdaccel.cpp:78 kutils/kfinddialog.cpp:451 +#: tdecore/tdestdaccel.cpp:78 tdeutils/kfinddialog.cpp:451 msgid "End of Line" msgstr "Kuphetsa kwalayini" -#: tdecore/kstdaccel.cpp:79 +#: tdecore/tdestdaccel.cpp:79 msgid "Prior" msgstr "Ngaphambilini" -#: tdecore/kstdaccel.cpp:80 +#: tdecore/tdestdaccel.cpp:80 msgid "" "_: Opposite to Prior\n" "Next" msgstr "" -#: tdecore/kstdaccel.cpp:81 tdeui/keditcl2.cpp:976 +#: tdecore/tdestdaccel.cpp:81 tdeui/keditcl2.cpp:976 msgid "Go to Line" msgstr "Yana elayinini" -#: tdecore/kstdaccel.cpp:82 +#: tdecore/tdestdaccel.cpp:82 msgid "Add Bookmark" msgstr "Ngeta sikhombakhasi" -#: tdecore/kstdaccel.cpp:83 +#: tdecore/tdestdaccel.cpp:83 msgid "Zoom In" msgstr "Nciphisa" -#: tdecore/kstdaccel.cpp:84 +#: tdecore/tdestdaccel.cpp:84 msgid "Zoom Out" msgstr "Khulisa " -#: tdecore/kstdaccel.cpp:85 +#: tdecore/tdestdaccel.cpp:85 msgid "Up" msgstr "Etulu" -#: tdecore/kstdaccel.cpp:87 +#: tdecore/tdestdaccel.cpp:87 msgid "Forward" msgstr "Phambili" -#: tdecore/kstdaccel.cpp:89 +#: tdecore/tdestdaccel.cpp:89 msgid "Popup Menu Context" msgstr "Luhlangotsi lwemenyu letivulako" -#: tdecore/kstdaccel.cpp:90 +#: tdecore/tdestdaccel.cpp:90 msgid "Show Menu Bar" msgstr "Khombisa i-bar yemenyu" -#: tdecore/kstdaccel.cpp:91 +#: tdecore/tdestdaccel.cpp:91 #, fuzzy msgid "Backward Word" msgstr "&Umbala wengemuva" -#: tdecore/kstdaccel.cpp:92 +#: tdecore/tdestdaccel.cpp:92 #, fuzzy msgid "Forward Word" msgstr "Phambili" -#: tdecore/kstdaccel.cpp:93 +#: tdecore/tdestdaccel.cpp:93 #, fuzzy msgid "Activate Next Tab" msgstr "Umnyaka lotako" -#: tdecore/kstdaccel.cpp:94 +#: tdecore/tdestdaccel.cpp:94 #, fuzzy msgid "Activate Previous Tab" msgstr "Umnyaka lophelile" -#: tdecore/kstdaccel.cpp:95 +#: tdecore/tdestdaccel.cpp:95 #, fuzzy msgid "Full Screen Mode" msgstr "Simo &lesigcweleskrini" -#: tdecore/kstdaccel.cpp:98 +#: tdecore/tdestdaccel.cpp:98 msgid "What's This" msgstr "Yini loku" -#: tdecore/kstdaccel.cpp:99 tdecore/kstdaccel.cpp:100 tdeui/klineedit.cpp:886 +#: tdecore/tdestdaccel.cpp:99 tdecore/tdestdaccel.cpp:100 tdeui/klineedit.cpp:886 msgid "Text Completion" msgstr "Kucedzelwa kwembhalo" -#: tdecore/kstdaccel.cpp:101 +#: tdecore/tdestdaccel.cpp:101 msgid "Previous Completion Match" msgstr "Kucatsanisa kwekucedzela kwangaphambilini" -#: tdecore/kstdaccel.cpp:102 +#: tdecore/tdestdaccel.cpp:102 msgid "Next Completion Match" msgstr "Kucatsaniswa kwekucedzela lokulandzelako" -#: tdecore/kstdaccel.cpp:103 +#: tdecore/tdestdaccel.cpp:103 msgid "Substring Completion" msgstr "Kugcwaliswa kweluhlu lelincane" -#: tdecore/kstdaccel.cpp:104 +#: tdecore/tdestdaccel.cpp:104 msgid "Previous Item in List" msgstr "Intfo yangaphambilini eluhlwini" -#: tdecore/kstdaccel.cpp:105 +#: tdecore/tdestdaccel.cpp:105 msgid "Next Item in List" msgstr "Intfo lelandzelako eluhlwini" @@ -3578,7 +3578,7 @@ msgstr "" msgid "Yaum al-Ahad" msgstr "" -#: tdecore/klocale.cpp:217 +#: tdecore/tdelocale.cpp:217 msgid "" "_: Dear translator, please do not translate this string in any form, but pick " "the _right_ value out of NoPlural/TwoForms/French... If not sure what to do " @@ -3587,265 +3587,265 @@ msgid "" "Definition of PluralForm - to be set by the translator of tdelibs.po" msgstr "TwoForms" -#: tdecore/kcalendarsystemgregorian.cpp:91 tdecore/klocale.cpp:553 +#: tdecore/kcalendarsystemgregorian.cpp:91 tdecore/tdelocale.cpp:553 msgid "" "_: January\n" "Jan" msgstr "Bhimbidvwane" -#: tdecore/kcalendarsystemgregorian.cpp:93 tdecore/klocale.cpp:554 +#: tdecore/kcalendarsystemgregorian.cpp:93 tdecore/tdelocale.cpp:554 msgid "" "_: February\n" "Feb" msgstr "Indlovana" -#: tdecore/kcalendarsystemgregorian.cpp:95 tdecore/klocale.cpp:555 +#: tdecore/kcalendarsystemgregorian.cpp:95 tdecore/tdelocale.cpp:555 msgid "" "_: March\n" "Mar" msgstr "Indlovulenkhulu" -#: tdecore/kcalendarsystemgregorian.cpp:97 tdecore/klocale.cpp:556 +#: tdecore/kcalendarsystemgregorian.cpp:97 tdecore/tdelocale.cpp:556 msgid "" "_: April\n" "Apr" msgstr "Mabasa" -#: tdecore/kcalendarsystemgregorian.cpp:99 tdecore/klocale.cpp:557 +#: tdecore/kcalendarsystemgregorian.cpp:99 tdecore/tdelocale.cpp:557 msgid "" "_: May short\n" "May" msgstr "Inkhwenkhweti" -#: tdecore/kcalendarsystemgregorian.cpp:101 tdecore/klocale.cpp:558 +#: tdecore/kcalendarsystemgregorian.cpp:101 tdecore/tdelocale.cpp:558 msgid "" "_: June\n" "Jun" msgstr "Inhlaba" -#: tdecore/kcalendarsystemgregorian.cpp:103 tdecore/klocale.cpp:559 +#: tdecore/kcalendarsystemgregorian.cpp:103 tdecore/tdelocale.cpp:559 msgid "" "_: July\n" "Jul" msgstr "Kholwane" -#: tdecore/kcalendarsystemgregorian.cpp:105 tdecore/klocale.cpp:560 +#: tdecore/kcalendarsystemgregorian.cpp:105 tdecore/tdelocale.cpp:560 msgid "" "_: August\n" "Aug" msgstr "Ingci" -#: tdecore/kcalendarsystemgregorian.cpp:107 tdecore/klocale.cpp:561 +#: tdecore/kcalendarsystemgregorian.cpp:107 tdecore/tdelocale.cpp:561 msgid "" "_: September\n" "Sep" msgstr "Inyoni" -#: tdecore/kcalendarsystemgregorian.cpp:109 tdecore/klocale.cpp:562 +#: tdecore/kcalendarsystemgregorian.cpp:109 tdecore/tdelocale.cpp:562 msgid "" "_: October\n" "Oct" msgstr "Imphala" -#: tdecore/kcalendarsystemgregorian.cpp:111 tdecore/klocale.cpp:563 +#: tdecore/kcalendarsystemgregorian.cpp:111 tdecore/tdelocale.cpp:563 msgid "" "_: November\n" "Nov" msgstr "Lweti" -#: tdecore/kcalendarsystemgregorian.cpp:113 tdecore/klocale.cpp:564 +#: tdecore/kcalendarsystemgregorian.cpp:113 tdecore/tdelocale.cpp:564 msgid "" "_: December\n" "Dec" msgstr "Ingongoni" -#: tdecore/kcalendarsystemgregorian.cpp:119 tdecore/klocale.cpp:569 +#: tdecore/kcalendarsystemgregorian.cpp:119 tdecore/tdelocale.cpp:569 msgid "January" msgstr "Bhimbidvwane" -#: tdecore/kcalendarsystemgregorian.cpp:121 tdecore/klocale.cpp:570 +#: tdecore/kcalendarsystemgregorian.cpp:121 tdecore/tdelocale.cpp:570 msgid "February" msgstr "Indlovana " -#: tdecore/kcalendarsystemgregorian.cpp:123 tdecore/klocale.cpp:571 +#: tdecore/kcalendarsystemgregorian.cpp:123 tdecore/tdelocale.cpp:571 msgid "March" msgstr "Indlovu lenkhulu" -#: tdecore/kcalendarsystemgregorian.cpp:125 tdecore/klocale.cpp:572 +#: tdecore/kcalendarsystemgregorian.cpp:125 tdecore/tdelocale.cpp:572 msgid "April" msgstr "Mabasa" -#: tdecore/kcalendarsystemgregorian.cpp:127 tdecore/klocale.cpp:573 +#: tdecore/kcalendarsystemgregorian.cpp:127 tdecore/tdelocale.cpp:573 msgid "" "_: May long\n" "May" msgstr "Inkhwenkhweti" -#: tdecore/kcalendarsystemgregorian.cpp:129 tdecore/klocale.cpp:574 +#: tdecore/kcalendarsystemgregorian.cpp:129 tdecore/tdelocale.cpp:574 msgid "June" msgstr "Inhlaba" -#: tdecore/kcalendarsystemgregorian.cpp:131 tdecore/klocale.cpp:575 +#: tdecore/kcalendarsystemgregorian.cpp:131 tdecore/tdelocale.cpp:575 msgid "July" msgstr "Kholwane" -#: tdecore/kcalendarsystemgregorian.cpp:133 tdecore/klocale.cpp:576 +#: tdecore/kcalendarsystemgregorian.cpp:133 tdecore/tdelocale.cpp:576 msgid "August" msgstr "Ingci" -#: tdecore/kcalendarsystemgregorian.cpp:135 tdecore/klocale.cpp:577 +#: tdecore/kcalendarsystemgregorian.cpp:135 tdecore/tdelocale.cpp:577 msgid "September" msgstr "Inyoni" -#: tdecore/kcalendarsystemgregorian.cpp:137 tdecore/klocale.cpp:578 +#: tdecore/kcalendarsystemgregorian.cpp:137 tdecore/tdelocale.cpp:578 msgid "October" msgstr "Imphala" -#: tdecore/kcalendarsystemgregorian.cpp:139 tdecore/klocale.cpp:579 +#: tdecore/kcalendarsystemgregorian.cpp:139 tdecore/tdelocale.cpp:579 msgid "November" msgstr "Lweti" -#: tdecore/kcalendarsystemgregorian.cpp:141 tdecore/klocale.cpp:580 +#: tdecore/kcalendarsystemgregorian.cpp:141 tdecore/tdelocale.cpp:580 msgid "December" msgstr "Ingongoni" -#: tdecore/kcalendarsystemgregorian.cpp:156 tdecore/klocale.cpp:591 +#: tdecore/kcalendarsystemgregorian.cpp:156 tdecore/tdelocale.cpp:591 msgid "" "_: of January\n" "of Jan" msgstr "kwaBhimbidvwane" -#: tdecore/kcalendarsystemgregorian.cpp:158 tdecore/klocale.cpp:592 +#: tdecore/kcalendarsystemgregorian.cpp:158 tdecore/tdelocale.cpp:592 msgid "" "_: of February\n" "of Feb" msgstr "kweNdlovana" -#: tdecore/kcalendarsystemgregorian.cpp:160 tdecore/klocale.cpp:593 +#: tdecore/kcalendarsystemgregorian.cpp:160 tdecore/tdelocale.cpp:593 msgid "" "_: of March\n" "of Mar" msgstr "kweNdlovu lenkhulu" -#: tdecore/kcalendarsystemgregorian.cpp:162 tdecore/klocale.cpp:594 +#: tdecore/kcalendarsystemgregorian.cpp:162 tdecore/tdelocale.cpp:594 msgid "" "_: of April\n" "of Apr" msgstr "kwaMabasa" -#: tdecore/kcalendarsystemgregorian.cpp:164 tdecore/klocale.cpp:595 +#: tdecore/kcalendarsystemgregorian.cpp:164 tdecore/tdelocale.cpp:595 msgid "" "_: of May short\n" "of May" msgstr "kweNkhwenkhweti" -#: tdecore/kcalendarsystemgregorian.cpp:166 tdecore/klocale.cpp:596 +#: tdecore/kcalendarsystemgregorian.cpp:166 tdecore/tdelocale.cpp:596 msgid "" "_: of June\n" "of Jun" msgstr "kweNhlaba" -#: tdecore/kcalendarsystemgregorian.cpp:168 tdecore/klocale.cpp:597 +#: tdecore/kcalendarsystemgregorian.cpp:168 tdecore/tdelocale.cpp:597 msgid "" "_: of July\n" "of Jul" msgstr "kwaKholwane" -#: tdecore/kcalendarsystemgregorian.cpp:170 tdecore/klocale.cpp:598 +#: tdecore/kcalendarsystemgregorian.cpp:170 tdecore/tdelocale.cpp:598 msgid "" "_: of August\n" "of Aug" msgstr "kweNgci" -#: tdecore/kcalendarsystemgregorian.cpp:172 tdecore/klocale.cpp:599 +#: tdecore/kcalendarsystemgregorian.cpp:172 tdecore/tdelocale.cpp:599 msgid "" "_: of September\n" "of Sep" msgstr "kweNyoni" -#: tdecore/kcalendarsystemgregorian.cpp:174 tdecore/klocale.cpp:600 +#: tdecore/kcalendarsystemgregorian.cpp:174 tdecore/tdelocale.cpp:600 msgid "" "_: of October\n" "of Oct" msgstr "kweMphala" -#: tdecore/kcalendarsystemgregorian.cpp:176 tdecore/klocale.cpp:601 +#: tdecore/kcalendarsystemgregorian.cpp:176 tdecore/tdelocale.cpp:601 msgid "" "_: of November\n" "of Nov" msgstr "kweLweti" -#: tdecore/kcalendarsystemgregorian.cpp:178 tdecore/klocale.cpp:602 +#: tdecore/kcalendarsystemgregorian.cpp:178 tdecore/tdelocale.cpp:602 msgid "" "_: of December\n" "of Dec" msgstr "KweNgongoni" -#: tdecore/kcalendarsystemgregorian.cpp:184 tdecore/klocale.cpp:607 +#: tdecore/kcalendarsystemgregorian.cpp:184 tdecore/tdelocale.cpp:607 msgid "of January" msgstr "kwaBhimbidvwane" -#: tdecore/kcalendarsystemgregorian.cpp:186 tdecore/klocale.cpp:608 +#: tdecore/kcalendarsystemgregorian.cpp:186 tdecore/tdelocale.cpp:608 msgid "of February" msgstr "kweNdlovana" -#: tdecore/kcalendarsystemgregorian.cpp:188 tdecore/klocale.cpp:609 +#: tdecore/kcalendarsystemgregorian.cpp:188 tdecore/tdelocale.cpp:609 msgid "of March" msgstr "kweNdlovu lenkhulu" -#: tdecore/kcalendarsystemgregorian.cpp:190 tdecore/klocale.cpp:610 +#: tdecore/kcalendarsystemgregorian.cpp:190 tdecore/tdelocale.cpp:610 msgid "of April" msgstr "kwaMabasa" -#: tdecore/kcalendarsystemgregorian.cpp:192 tdecore/klocale.cpp:611 +#: tdecore/kcalendarsystemgregorian.cpp:192 tdecore/tdelocale.cpp:611 msgid "" "_: of May long\n" "of May" msgstr "kweNkhwenkhweti" -#: tdecore/kcalendarsystemgregorian.cpp:194 tdecore/klocale.cpp:612 +#: tdecore/kcalendarsystemgregorian.cpp:194 tdecore/tdelocale.cpp:612 msgid "of June" msgstr "kweNhlaba" -#: tdecore/kcalendarsystemgregorian.cpp:196 tdecore/klocale.cpp:613 +#: tdecore/kcalendarsystemgregorian.cpp:196 tdecore/tdelocale.cpp:613 msgid "of July" msgstr "KwaKholwane" -#: tdecore/kcalendarsystemgregorian.cpp:198 tdecore/klocale.cpp:614 +#: tdecore/kcalendarsystemgregorian.cpp:198 tdecore/tdelocale.cpp:614 msgid "of August" msgstr "KweNgci" -#: tdecore/kcalendarsystemgregorian.cpp:200 tdecore/klocale.cpp:615 +#: tdecore/kcalendarsystemgregorian.cpp:200 tdecore/tdelocale.cpp:615 msgid "of September" msgstr "kweNyoni" -#: tdecore/kcalendarsystemgregorian.cpp:202 tdecore/klocale.cpp:616 +#: tdecore/kcalendarsystemgregorian.cpp:202 tdecore/tdelocale.cpp:616 msgid "of October" msgstr "kweMphala" -#: tdecore/kcalendarsystemgregorian.cpp:204 tdecore/klocale.cpp:617 +#: tdecore/kcalendarsystemgregorian.cpp:204 tdecore/tdelocale.cpp:617 msgid "of November" msgstr "kweLweti" -#: tdecore/kcalendarsystemgregorian.cpp:206 tdecore/klocale.cpp:618 +#: tdecore/kcalendarsystemgregorian.cpp:206 tdecore/tdelocale.cpp:618 msgid "of December" msgstr "kweNgongoni" -#: tdecore/klocale.cpp:1773 tdecore/klocale.cpp:1913 +#: tdecore/tdelocale.cpp:1773 tdecore/tdelocale.cpp:1913 msgid "pm" msgstr "pm" -#: tdecore/klocale.cpp:1782 tdecore/klocale.cpp:1915 +#: tdecore/tdelocale.cpp:1782 tdecore/tdelocale.cpp:1915 msgid "am" msgstr "am" -#: tdecore/klocale.cpp:1956 +#: tdecore/tdelocale.cpp:1956 msgid "" "_: concatenation of dates and time\n" "%1 %2" msgstr "%1 %2" -#: tdecore/klocale.cpp:2447 +#: tdecore/tdelocale.cpp:2447 msgid "&Next" msgstr "&Lokulandzelako" @@ -4102,15 +4102,15 @@ msgstr "&Shela" msgid "Front" msgstr "Bukhulu betinhlamvu temagama" -#: tdecore/kcharsets.cpp:44 khtml/khtml_part.cpp:280 +#: tdecore/kcharsets.cpp:44 tdehtml/tdehtml_part.cpp:280 msgid "Arabic" msgstr "Si-Arabhu" -#: tdecore/kcharsets.cpp:45 khtml/khtml_part.cpp:281 +#: tdecore/kcharsets.cpp:45 tdehtml/tdehtml_part.cpp:281 msgid "Baltic" msgstr "Si-Baltiki" -#: tdecore/kcharsets.cpp:46 khtml/khtml_part.cpp:282 +#: tdecore/kcharsets.cpp:46 tdehtml/tdehtml_part.cpp:282 msgid "Central European" msgstr "Kwangekhatsi neYuropu" @@ -4126,16 +4126,16 @@ msgstr "Sishayina semdzabu" msgid "Cyrillic" msgstr "SiCyrillic" -#: tdecore/kcharsets.cpp:50 khtml/khtml_part.cpp:284 +#: tdecore/kcharsets.cpp:50 tdehtml/tdehtml_part.cpp:284 msgid "Greek" msgstr "SiGriki" #: tdecore/kcharsets.cpp:51 tdeui/ksconfig.cpp:235 tdeui/ksconfig.cpp:395 -#: tdeui/ksconfig.cpp:656 khtml/khtml_part.cpp:285 +#: tdeui/ksconfig.cpp:656 tdehtml/tdehtml_part.cpp:285 msgid "Hebrew" msgstr "SiHebheru" -#: tdecore/kcharsets.cpp:52 khtml/khtml_part.cpp:286 +#: tdecore/kcharsets.cpp:52 tdehtml/tdehtml_part.cpp:286 msgid "Japanese" msgstr "SiJapane" @@ -4148,11 +4148,11 @@ msgid "Thai" msgstr "SiThayi" #: tdecore/kcharsets.cpp:55 tdeui/ksconfig.cpp:240 tdeui/ksconfig.cpp:400 -#: tdeui/ksconfig.cpp:661 khtml/khtml_part.cpp:290 +#: tdeui/ksconfig.cpp:661 tdehtml/tdehtml_part.cpp:290 msgid "Turkish" msgstr "SiThekishi" -#: tdecore/kcharsets.cpp:56 khtml/khtml_part.cpp:293 +#: tdecore/kcharsets.cpp:56 tdehtml/tdehtml_part.cpp:293 msgid "Western European" msgstr "KwaseYuropu lesenshonalanga" @@ -4184,7 +4184,7 @@ msgid "" "%1 ( %2 )" msgstr "" -#: tdecore/kglobalsettings.cpp:494 +#: tdecore/tdeglobalsettings.cpp:494 msgid "Trash" msgstr "Lokungasasebenti" @@ -4271,7 +4271,7 @@ msgstr "" msgid "Adar II" msgstr "" -#: tdecore/kaboutdata.cpp:388 +#: tdecore/tdeaboutdata.cpp:388 #, fuzzy msgid "" "_: replace this with information about your translation team\n" @@ -4285,7 +4285,7 @@ msgstr "" "<p>Kutfola imininingwane lengetiwe nge kusabalaliswa mhlabawonkhe kwe TDE " "vakashela http://i18n.kde.org</p>" -#: tdecore/kaboutdata.cpp:444 +#: tdecore/tdeaboutdata.cpp:444 msgid "" "No licensing terms for this program have been specified.\n" "Please check the documentation or the source for any\n" @@ -4295,7 +4295,7 @@ msgstr "" "Uyacelwa kutsi uhlole kugcinwa kumbe sisetjentiswa sanobe nguyiphi\n" "imigomo yekuniketa imvumo.\n" -#: tdecore/kaboutdata.cpp:451 +#: tdecore/tdeaboutdata.cpp:451 #, c-format msgid "This program is distributed under the terms of the %1." msgstr "Loluhlelo lusabalaliswe ngaphansi kwemibandzela ye %1." @@ -4350,27 +4350,27 @@ msgstr "Likhasimende le NEC SOCKS" msgid "Dante SOCKS client" msgstr "Likhasimende le Dante SOCKS " -#: tdecore/kconfig_compiler/kconfig_compiler.cpp:45 +#: tdecore/tdeconfig_compiler/tdeconfig_compiler.cpp:45 #, fuzzy msgid "Directory to generate files in" msgstr "I-directory ayikho!" -#: tdecore/kconfig_compiler/kconfig_compiler.cpp:46 +#: tdecore/tdeconfig_compiler/tdeconfig_compiler.cpp:46 #, fuzzy msgid "Input kcfg XML file" msgstr "&Lokufakiwe lokubuya" -#: tdecore/kconfig_compiler/kconfig_compiler.cpp:47 +#: tdecore/tdeconfig_compiler/tdeconfig_compiler.cpp:47 #, fuzzy msgid "Code generation options file" msgstr "Kwenta ngalenye indlela lokutsite" -#: tdecore/kconfig_compiler/kconfig_compiler.cpp:955 +#: tdecore/tdeconfig_compiler/tdeconfig_compiler.cpp:955 #, fuzzy msgid "TDE .kcfg compiler" msgstr "Hlela sisefo" -#: tdecore/kconfig_compiler/kconfig_compiler.cpp:956 +#: tdecore/tdeconfig_compiler/tdeconfig_compiler.cpp:956 #, fuzzy msgid "TDEConfig Compiler" msgstr "Hlela sisefo" @@ -4524,7 +4524,7 @@ msgid "Share Hot New Stuff" msgstr "" #: tdeui/kcolordialog.cpp:1133 knewstuff/uploaddialog.cpp:58 -#: kresources/configdialog.cpp:53 +#: tderesources/configdialog.cpp:53 msgid "Name:" msgstr "Ligama:" @@ -4601,7 +4601,7 @@ msgstr "" "Lifayela leliniketwe ligama \"%1\" kadze likhona. Ingabe ucinisekile kutsi " "ufuna kweca umtsetfo?" -#: khtml/khtml_ext.cpp:828 knewstuff/knewstuffgeneric.cpp:141 +#: tdehtml/tdehtml_ext.cpp:828 knewstuff/knewstuffgeneric.cpp:141 msgid "Overwrite" msgstr "Phula umtfetfo" @@ -4657,7 +4657,7 @@ msgstr "Lusuku lwesibuyeketo" msgid "Install" msgstr "Tehlakalo" -#: tdeui/kmessagebox.cpp:246 knewstuff/downloaddialog.cpp:295 +#: tdeui/tdemessagebox.cpp:246 knewstuff/downloaddialog.cpp:295 #: knewstuff/downloaddialog.cpp:505 #, fuzzy msgid "Details" @@ -4899,11 +4899,11 @@ msgstr "" msgid "Get hot new stuff:" msgstr "" -#: knewstuff/khotnewstuff.cpp:31 +#: knewstuff/tdehotnewstuff.cpp:31 msgid "Display only media of this type" msgstr "" -#: knewstuff/khotnewstuff.cpp:32 +#: knewstuff/tdehotnewstuff.cpp:32 msgid "Provider list to use" msgstr "" @@ -5241,7 +5241,7 @@ msgstr "Si-Norwegian" msgid "Polish" msgstr "SiPolishi" -#: tdeui/ksconfig.cpp:324 khtml/khtml_part.cpp:288 +#: tdeui/ksconfig.cpp:324 tdehtml/tdehtml_part.cpp:288 msgid "Russian" msgstr "SiRashiya" @@ -5265,7 +5265,7 @@ msgstr "SiSwidi" msgid "Swiss German" msgstr "SiSwidi sasejalimane" -#: tdeui/ksconfig.cpp:342 khtml/khtml_part.cpp:291 +#: tdeui/ksconfig.cpp:342 tdehtml/tdehtml_part.cpp:291 msgid "Ukrainian" msgstr "SiYukreni" @@ -5312,42 +5312,42 @@ msgid "" "Default - %1" msgstr "Kwehluleka - %1" -#: tdeui/kfontrequester.cpp:38 +#: tdeui/tdefontrequester.cpp:38 #, fuzzy msgid "Choose..." msgstr "Tjintja..." -#: tdeui/kfontrequester.cpp:102 +#: tdeui/tdefontrequester.cpp:102 #, fuzzy msgid "Click to select a font" msgstr "Khetsa inyanga" -#: tdeui/kfontrequester.cpp:109 +#: tdeui/tdefontrequester.cpp:109 msgid "Preview of the selected font" msgstr "" -#: tdeui/kfontrequester.cpp:111 +#: tdeui/tdefontrequester.cpp:111 msgid "" "This is a preview of the selected font. You can change it by clicking the " "\"Choose...\" button." msgstr "" -#: tdeui/kfontrequester.cpp:117 +#: tdeui/tdefontrequester.cpp:117 msgid "Preview of the \"%1\" font" msgstr "" -#: tdeui/kfontrequester.cpp:119 +#: tdeui/tdefontrequester.cpp:119 msgid "" "This is a preview of the \"%1\" font. You can change it by clicking the " "\"Choose...\" button." msgstr "" #. i18n "??" is displayed as (pseudo-)version when no data is known about the application -#: tdeui/kaboutapplication.cpp:63 +#: tdeui/tdeaboutapplication.cpp:63 msgid "??" msgstr "??" -#: tdeui/kaboutapplication.cpp:67 +#: tdeui/tdeaboutapplication.cpp:67 msgid "" "No information available.\n" "The supplied TDEAboutData object does not exist." @@ -5355,15 +5355,15 @@ msgstr "" "Akukho iminingwane lekhona.\n" "Intfo ye KMayelana nemniningwane leletsiwe ayikho." -#: tdeui/kaboutapplication.cpp:107 +#: tdeui/tdeaboutapplication.cpp:107 msgid "A&uthor" msgstr "U&mbhali" -#: tdeui/kaboutapplication.cpp:107 +#: tdeui/tdeaboutapplication.cpp:107 msgid "A&uthors" msgstr "B&hali" -#: tdeui/kaboutapplication.cpp:117 +#: tdeui/tdeaboutapplication.cpp:117 #, fuzzy msgid "" "Please use <a href=\"http://bugs.kde.org\">http://bugs.kde.org</a> " @@ -5372,7 +5372,7 @@ msgstr "" "Uyacelwa kutsi usebentise i http://bugs.kde.org kubika ema-bug, ungatfumeleli " "babhali ngalokucondzile.\n" -#: tdeui/kaboutapplication.cpp:121 tdeui/kaboutapplication.cpp:124 +#: tdeui/tdeaboutapplication.cpp:121 tdeui/tdeaboutapplication.cpp:124 #, fuzzy msgid "" "Please report bugs to <a href=\"mailto:%1\">%2</a>.\n" @@ -5380,113 +5380,113 @@ msgstr "" "Uyacelwa kutsi usebentise i http://bugs.kde.org kubika ema-bug, ungatfumeleli " "babhali ngalokucondzile.\n" -#: tdeui/kaboutapplication.cpp:149 +#: tdeui/tdeaboutapplication.cpp:149 msgid "&Thanks To" msgstr "&Kubonga ku" -#: tdeui/kaboutapplication.cpp:176 +#: tdeui/tdeaboutapplication.cpp:176 msgid "T&ranslation" msgstr "K&uhumusha" -#: tdeui/kaboutapplication.cpp:181 +#: tdeui/tdeaboutapplication.cpp:181 msgid "&License Agreement" msgstr "&Sivumelwano selayisense" -#: tdeui/kfontdialog.cpp:101 +#: tdeui/tdefontdialog.cpp:101 msgid "Here you can choose the font to be used." msgstr "Lapha ungakhetsa simo setinhlamvu temagama letingasetjentiswa." -#: tdeui/kfontdialog.cpp:113 +#: tdeui/tdefontdialog.cpp:113 msgid "Requested Font" msgstr "Simo setinhlamvu temagama leticeliwe" -#: tdeui/kfontdialog.cpp:136 +#: tdeui/tdefontdialog.cpp:136 msgid "Change font family?" msgstr "Tjintja simo setinhlamvu temagama yemndeni?" -#: tdeui/kfontdialog.cpp:138 +#: tdeui/tdefontdialog.cpp:138 msgid "Enable this checkbox to change the font family settings." msgstr "" "Yelekelela lelibhokisi lekuhlola kutjintja simo setinhlamvu temagama " "sekuhleleka kwemndeni." -#: tdeui/kcharselect.cpp:383 tdeui/kfontdialog.cpp:144 +#: tdeui/kcharselect.cpp:383 tdeui/tdefontdialog.cpp:144 msgid "Font:" msgstr "Simo setinhlamvu temagama:" -#: tdeui/kfontdialog.cpp:151 +#: tdeui/tdefontdialog.cpp:151 msgid "Font style" msgstr "Sitayela sesimo setimnhlamvu temagama" -#: tdeui/kfontdialog.cpp:155 +#: tdeui/tdefontdialog.cpp:155 msgid "Change font style?" msgstr "Tjintja sitayela lwesimo setinhlamvu temagama?" -#: tdeui/kfontdialog.cpp:157 +#: tdeui/tdefontdialog.cpp:157 msgid "Enable this checkbox to change the font style settings." msgstr "" "Yelekelela lelibhokisi lekuhlola kutjintja sitayela sesimo setinhlamvu temagama " "sekuhleleka kwemndeni." -#: tdeui/kfontdialog.cpp:163 +#: tdeui/tdefontdialog.cpp:163 msgid "Font style:" msgstr "Sitayela sesimo setinhlamvu temagama:" -#: tdeui/kfontdialog.cpp:171 +#: tdeui/tdefontdialog.cpp:171 msgid "Size" msgstr "Bukhulu" -#: tdeui/kfontdialog.cpp:175 +#: tdeui/tdefontdialog.cpp:175 msgid "Change font size?" msgstr "Tjintja simo setinhlamvu temagama?" -#: tdeui/kfontdialog.cpp:177 +#: tdeui/tdefontdialog.cpp:177 msgid "Enable this checkbox to change the font size settings." msgstr "" "Yelekelela lelibhokisi lekuhlola kutjintja simo setinhlamvu temagama " "sekuhleleka kwemndeni." -#: tdeui/kfontdialog.cpp:183 +#: tdeui/tdefontdialog.cpp:183 msgid "Size:" msgstr "Bukhulu:" -#: tdeui/kfontdialog.cpp:199 +#: tdeui/tdefontdialog.cpp:199 msgid "Here you can choose the font family to be used." msgstr "" "Lapha ungakhetsa simo setinhlamvu temagama yemdeni lafanele kutsi asetjentiswe." -#: tdeui/kfontdialog.cpp:221 +#: tdeui/tdefontdialog.cpp:221 msgid "Here you can choose the font style to be used." msgstr "" "Lapha ungakhetsa sitayela sesimo setinhlamvu temagama lafanele kutsi " "asetjentiswe." -#: tdeui/kfontdialog.cpp:224 tdeui/kfontdialog.cpp:473 -#: tdeui/kfontdialog.cpp:475 tdeui/kfontdialog.cpp:484 -#: tdeui/kfontdialog.cpp:485 +#: tdeui/tdefontdialog.cpp:224 tdeui/tdefontdialog.cpp:473 +#: tdeui/tdefontdialog.cpp:475 tdeui/tdefontdialog.cpp:484 +#: tdeui/tdefontdialog.cpp:485 msgid "Regular" msgstr "Ngasosonkhe sikhatsi" -#: tdeui/kfontdialog.cpp:226 +#: tdeui/tdefontdialog.cpp:226 msgid "Bold" msgstr "Gcamile" -#: tdeui/kfontdialog.cpp:227 +#: tdeui/tdefontdialog.cpp:227 msgid "Bold Italic" msgstr "Gcamile ngalokutjekile" -#: tdeui/kfontdialog.cpp:244 +#: tdeui/tdefontdialog.cpp:244 #, fuzzy msgid "Relative" msgstr "buhlobo" -#: tdeui/kfontdialog.cpp:246 +#: tdeui/tdefontdialog.cpp:246 msgid "Font size<br><i>fixed</i> or <i>relative</i><br>to environment" msgstr "" "Simo sebukhulu betinhlamvu temagama><i>ngagucuki </i> kumbe <i>budlelwane</i>" "<br>endzaweni" -#: tdeui/kfontdialog.cpp:248 +#: tdeui/tdefontdialog.cpp:248 msgid "" "Here you can switch between fixed font size and font size to be calculated " "dynamically and adjusted to changing environment (e.g. widget dimensions, paper " @@ -5497,17 +5497,17 @@ msgstr "" "ngemandla bese tiyalungiswa ngekuya ngekutjintja kwendzawo (sib. bunjalo " "besisetjentiswa, bukhulu belikhasi)." -#: tdeui/kfontdialog.cpp:272 +#: tdeui/tdefontdialog.cpp:272 msgid "Here you can choose the font size to be used." msgstr "" "Lapha ungakhetsa bukhulu besimo setinhlamvu temagama letingasetjentiswa." #. i18n: This is a classical test phrase. (It contains all letters from A to Z.) -#: tdeui/kfontdialog.cpp:296 +#: tdeui/tdefontdialog.cpp:296 msgid "The Quick Brown Fox Jumps Over The Lazy Dog" msgstr "I-Fox Leluphuti Lesheshako Yizubela Etulu Kwenja Levilaphako" -#: tdeui/kfontdialog.cpp:301 +#: tdeui/tdefontdialog.cpp:301 msgid "" "This sample text illustrates the current settings. You may edit it to test " "special characters." @@ -5515,16 +5515,16 @@ msgstr "" "Lesibonelo sembhalo sitjengisa kuhleleka kwanyalo. Ungakuhlela kuhlola " "tinhlamvu temagama letisipesheli. " -#: tdeui/kfontdialog.cpp:310 tdeui/kfontdialog.cpp:320 +#: tdeui/tdefontdialog.cpp:310 tdeui/tdefontdialog.cpp:320 msgid "Actual Font" msgstr "Simo setinhlamvu temagama lekungiso" -#: tdeui/kactionselector.cpp:69 +#: tdeui/tdeactionselector.cpp:69 #, fuzzy msgid "&Available:" msgstr "Tishicileli letikhona:" -#: tdeui/kactionselector.cpp:84 +#: tdeui/tdeactionselector.cpp:84 #, fuzzy msgid "&Selected:" msgstr "Khetsiwe:" @@ -5547,19 +5547,19 @@ msgstr "Lithebulu:" msgid "&Unicode code point:" msgstr "" -#: tdeui/kmessagebox.cpp:428 tdeui/kmessagebox.cpp:479 +#: tdeui/tdemessagebox.cpp:428 tdeui/tdemessagebox.cpp:479 msgid "Question" msgstr "Umbuto" -#: tdeui/kmessagebox.cpp:442 tdeui/kmessagebox.cpp:494 -#: tdeui/kmessagebox.cpp:575 tdeui/kmessagebox.cpp:647 -#: tdeui/kmessagebox.cpp:723 +#: tdeui/tdemessagebox.cpp:442 tdeui/tdemessagebox.cpp:494 +#: tdeui/tdemessagebox.cpp:575 tdeui/tdemessagebox.cpp:647 +#: tdeui/tdemessagebox.cpp:723 #, fuzzy msgid "Do not ask again" msgstr "&Ungabuti futgsi" -#: tdeui/kaboutdialog.cpp:1535 tdeui/khelpmenu.cpp:227 -#: tdeui/kmessagebox.cpp:975 +#: tdeui/tdeaboutdialog.cpp:1535 tdeui/khelpmenu.cpp:227 +#: tdeui/tdemessagebox.cpp:975 #, c-format msgid "About %1" msgstr "Mayelana ne %1" @@ -5585,7 +5585,7 @@ msgstr "Kutitjintja lokufushane" msgid "Dropdown List && Automatic" msgstr "Luhlu loluyaphansi" -#: tdeui/kaboutkde.cpp:34 +#: tdeui/tdeabouttde.cpp:34 #, fuzzy msgid "" "The <b>K Desktop Environment</b> is written and maintained by the TDE Team, a " @@ -5609,7 +5609,7 @@ msgstr "" "<br> Vakashela <A HREF=\"http://www.kde.org/\">http://www.kde.org/</A> " "kutfola imininingwane lengetiwe nge-project ye TDE." -#: tdeui/kaboutkde.cpp:43 +#: tdeui/tdeabouttde.cpp:43 #, fuzzy msgid "" "Software can always be improved, and the TDE Team is ready to do so. However, " @@ -5637,7 +5637,7 @@ msgstr "" "wekutfungatsa ema-bug kurejista sifiso sakho. Cinisekisa kutsi usebentisa " "bunzulu lobubitwa \"Wishlist\"." -#: tdeui/kaboutkde.cpp:54 +#: tdeui/tdeabouttde.cpp:54 #, fuzzy msgid "" "You do not have to be a software developer to be a member of the TDE team. You " @@ -5663,7 +5663,7 @@ msgstr "" "kuvakashela i <A HREF=\"http://developer.kde.org/\">http://msunguli.kde.org/</A> " "utawuniketwa lokufunako." -#: tdeui/kaboutkde.cpp:67 +#: tdeui/tdeabouttde.cpp:67 #, fuzzy msgid "" "TDE is available free of charge, but making it is not free." @@ -5699,35 +5699,35 @@ msgstr "" "<br>" "<br>Siyakubonga kakhulu ngaphambilini ngeluncedvo lwakho." -#: tdeui/kaboutkde.cpp:81 +#: tdeui/tdeabouttde.cpp:81 #, c-format msgid "K Desktop Environment. Release %1" msgstr "Simonhlalo se K Desktop. Khulula %1" -#: tdeui/kaboutkde.cpp:83 +#: tdeui/tdeabouttde.cpp:83 msgid "" "_: About TDE\n" "&About" msgstr "&Mayelana ne" -#: tdeui/kaboutkde.cpp:84 +#: tdeui/tdeabouttde.cpp:84 msgid "&Report Bugs or Wishes" msgstr "&Bika ema-bug kumbe tilokotfo" -#: tdeui/kaboutkde.cpp:85 +#: tdeui/tdeabouttde.cpp:85 msgid "&Join the TDE Team" msgstr "&Hlanganyela nelicembu le TDE" -#: tdeui/kaboutkde.cpp:86 +#: tdeui/tdeabouttde.cpp:86 #, fuzzy msgid "&Support TDE" msgstr "&kulekelela i TDE" -#: tdeui/kstdguiitem.cpp:110 khtml/java/kjavaappletserver.cpp:804 +#: tdeui/kstdguiitem.cpp:110 tdehtml/java/kjavaappletserver.cpp:804 msgid "&Yes" msgstr "&Yebo" -#: tdeui/kstdguiitem.cpp:115 khtml/java/kjavaappletserver.cpp:797 +#: tdeui/kstdguiitem.cpp:115 tdehtml/java/kjavaappletserver.cpp:797 msgid "&No" msgstr "&Hhayi" @@ -5889,7 +5889,7 @@ msgid "Confi&gure..." msgstr "&Hlela..." #: tdeui/keditcl2.cpp:701 tdeui/keditcl2.cpp:833 tdeui/kstdguiitem.cpp:254 -#: kutils/kfinddialog.cpp:239 +#: tdeutils/kfinddialog.cpp:239 msgid "&Find" msgstr "&Tfola" @@ -5936,16 +5936,16 @@ msgstr "Kuhlela kukhubatiwe" msgid "Editing enabled" msgstr "Kuhlela kulekelelwe" -#: tdeui/ktoolbarhandler.cpp:86 +#: tdeui/tdetoolbarhandler.cpp:86 msgid "Show Toolbar" msgstr "Khombisa i-bar yethulusi" -#: tdeui/ktoolbarhandler.cpp:87 +#: tdeui/tdetoolbarhandler.cpp:87 #, fuzzy msgid "Hide Toolbar" msgstr "I-bar yethulusi ye video" -#: tdeui/ktoolbarhandler.cpp:91 +#: tdeui/tdetoolbarhandler.cpp:91 msgid "Toolbars" msgstr "Ema-bar yethulusi" @@ -5995,12 +5995,12 @@ msgid "" "href=\"submit-whatsthis\">send us your own \"What's This?\" help</a> for it." msgstr "" -#: tdeui/kshortcutdialog.cpp:68 +#: tdeui/tdeshortcutdialog.cpp:68 #, fuzzy msgid "Configure Shortcut" msgstr "Hlela tindlela letifushane" -#: tdeui/kshortcutdialog.cpp:71 +#: tdeui/tdeshortcutdialog.cpp:71 #, fuzzy msgid "Advanced" msgstr "Kwentangandlatsite lokusembili" @@ -6030,8 +6030,8 @@ msgstr "" msgid "Reset Toolbars" msgstr "Ema-bar yethulusi" -#: tdeui/kedittoolbar.cpp:447 khtml/html/html_formimpl.cpp:2129 -#: khtml/khtmlview.cpp:2541 khtml/khtmlview.cpp:2574 +#: tdeui/kedittoolbar.cpp:447 tdehtml/html/html_formimpl.cpp:2129 +#: tdehtml/tdehtmlview.cpp:2541 tdehtml/tdehtmlview.cpp:2574 msgid "Reset" msgstr "Hlela kabusha" @@ -6290,17 +6290,17 @@ msgstr "" msgid "Passwords match" msgstr "Libitomfihlo" -#: tdeui/kspelldlg.cpp:53 kspell2/ui/dialog.cpp:62 +#: tdeui/tdespelldlg.cpp:53 tdespell2/ui/dialog.cpp:62 #, fuzzy msgid "Check Spelling" msgstr "Hlola kupelwa kwemagama" -#: tdeui/kspelldlg.cpp:54 kspell2/ui/dialog.cpp:64 +#: tdeui/tdespelldlg.cpp:54 tdespell2/ui/dialog.cpp:64 #, fuzzy msgid "&Finished" msgstr "&Cedza" -#: tdeui/kcombobox.cpp:444 khtml/rendering/render_form.cpp:388 +#: tdeui/kcombobox.cpp:444 tdehtml/rendering/render_form.cpp:388 #, fuzzy msgid "Clear &History" msgstr "Cacisa indlela lemfushane" @@ -6660,33 +6660,33 @@ msgstr "&Mayelana ne %1" msgid "About &TDE" msgstr "Mayelana ne&TDE" -#: tdeui/kactionclasses.cpp:2072 +#: tdeui/tdeactionclasses.cpp:2072 #, fuzzy msgid "Exit F&ull Screen Mode" msgstr "Simo &lesigcweleskrini" -#: tdeui/kactionclasses.cpp:2077 tdeui/kstdaction_p.h:98 +#: tdeui/tdeactionclasses.cpp:2077 tdeui/kstdaction_p.h:98 #, fuzzy msgid "F&ull Screen Mode" msgstr "Simo &lesigcweleskrini" -#: tdeui/klistviewsearchline.cpp:243 +#: tdeui/tdelistviewsearchline.cpp:243 #, fuzzy msgid "Search Columns" msgstr "E&makholomu:" -#: tdeui/klistviewsearchline.cpp:245 +#: tdeui/tdelistviewsearchline.cpp:245 #, fuzzy msgid "All Visible Columns" msgstr "E&makholomu:" -#: tdeui/klistviewsearchline.cpp:260 +#: tdeui/tdelistviewsearchline.cpp:260 msgid "" "_: Column number %1\n" "Column No. %1" msgstr "" -#: tdeui/klistviewsearchline.cpp:455 +#: tdeui/tdelistviewsearchline.cpp:455 #, fuzzy msgid "S&earch:" msgstr "(sesha)" @@ -6705,109 +6705,109 @@ msgstr "" msgid "&Show tips on startup" msgstr "&Khombisa teluleko ekucaleni" -#: tdeui/ktoolbar.cpp:2040 +#: tdeui/tdetoolbar.cpp:2040 msgid "Toolbar Menu" msgstr "Imenyu ye-bar yethulusi" -#: tdeui/ktoolbar.cpp:2043 +#: tdeui/tdetoolbar.cpp:2043 msgid "" "_: toolbar position string\n" "Top" msgstr "Ngenhla" -#: tdeui/ktoolbar.cpp:2044 +#: tdeui/tdetoolbar.cpp:2044 msgid "" "_: toolbar position string\n" "Left" msgstr "Sebuncele" -#: tdeui/ktoolbar.cpp:2045 +#: tdeui/tdetoolbar.cpp:2045 msgid "" "_: toolbar position string\n" "Right" msgstr "Sokudla" -#: tdeui/ktoolbar.cpp:2046 +#: tdeui/tdetoolbar.cpp:2046 msgid "" "_: toolbar position string\n" "Bottom" msgstr "Phansi" -#: tdeui/ktoolbar.cpp:2048 +#: tdeui/tdetoolbar.cpp:2048 #, fuzzy msgid "" "_: toolbar position string\n" "Floating" msgstr "Sokudla" -#: tdeui/ktoolbar.cpp:2049 +#: tdeui/tdetoolbar.cpp:2049 msgid "" "_: min toolbar\n" "Flat" msgstr "Bekile" -#: tdeui/ktoolbar.cpp:2052 +#: tdeui/tdetoolbar.cpp:2052 msgid "Icons Only" msgstr "Timeleli kuphela" -#: tdeui/ktoolbar.cpp:2053 +#: tdeui/tdetoolbar.cpp:2053 msgid "Text Only" msgstr "Umbhalo kuphela" -#: tdeui/ktoolbar.cpp:2054 +#: tdeui/tdetoolbar.cpp:2054 msgid "Text Alongside Icons" msgstr "Umbhalo emaceleni yetimeleli" -#: tdeui/ktoolbar.cpp:2055 +#: tdeui/tdetoolbar.cpp:2055 msgid "Text Under Icons" msgstr "Umbhalo ngaphansi kwetimeleli" -#: tdeui/ktoolbar.cpp:2080 tdeui/ktoolbar.cpp:2101 +#: tdeui/tdetoolbar.cpp:2080 tdeui/tdetoolbar.cpp:2101 msgid "Small (%1x%2)" msgstr "Lokuncane (%1x%2)" -#: tdeui/ktoolbar.cpp:2082 tdeui/ktoolbar.cpp:2103 +#: tdeui/tdetoolbar.cpp:2082 tdeui/tdetoolbar.cpp:2103 msgid "Medium (%1x%2)" msgstr "Semkhatsini(%1x%2)" -#: tdeui/ktoolbar.cpp:2084 tdeui/ktoolbar.cpp:2105 +#: tdeui/tdetoolbar.cpp:2084 tdeui/tdetoolbar.cpp:2105 msgid "Large (%1x%2)" msgstr "Lokukhulu (%1x%2)" -#: tdeui/ktoolbar.cpp:2086 tdeui/ktoolbar.cpp:2107 +#: tdeui/tdetoolbar.cpp:2086 tdeui/tdetoolbar.cpp:2107 #, fuzzy msgid "Huge (%1x%2)" msgstr "Lokukhulu (%1x%2)" -#: tdeui/ktoolbar.cpp:2118 +#: tdeui/tdetoolbar.cpp:2118 msgid "Text Position" msgstr "Indzawo lakunembhalo" -#: tdeui/ktoolbar.cpp:2120 +#: tdeui/tdetoolbar.cpp:2120 msgid "Icon Size" msgstr "Bukhulu besimeleli" -#: tdeui/kaboutdialog.cpp:93 +#: tdeui/tdeaboutdialog.cpp:93 msgid "Task" msgstr "Umsebenti" -#: tdeui/kaboutdialog.cpp:704 +#: tdeui/tdeaboutdialog.cpp:704 msgid "%1 %2 (Using TDE %3)" msgstr "%1 %2 (Kusenentisa TDE %3)" -#: tdeui/kaboutdialog.cpp:706 +#: tdeui/tdeaboutdialog.cpp:706 msgid "%1 %2, %3" msgstr "%1 %2, %3" -#: tdeui/kaboutdialog.cpp:1326 +#: tdeui/tdeaboutdialog.cpp:1326 msgid "Other Contributors:" msgstr "Labanye banikeli:" -#: tdeui/kaboutdialog.cpp:1327 +#: tdeui/tdeaboutdialog.cpp:1327 msgid "(No logo available)" msgstr "(akukho logo lekhona)" -#: tdeui/kaboutdialog.cpp:1772 +#: tdeui/tdeaboutdialog.cpp:1772 msgid "Image missing" msgstr "Umfanekiso uyashoda" @@ -6844,7 +6844,7 @@ msgstr "Tfola:" msgid "Case &sensitive" msgstr "Sigameko &tsambile" -#: tdeui/keditcl2.cpp:730 tdeui/keditcl2.cpp:870 kutils/kfinddialog.cpp:171 +#: tdeui/keditcl2.cpp:730 tdeui/keditcl2.cpp:870 tdeutils/kfinddialog.cpp:171 msgid "Find &backwards" msgstr "Tfola &kuyemuva" @@ -6894,16 +6894,16 @@ msgstr "Kwekuhlola kupelwa" msgid "Allow Tabulations" msgstr "Tento l&etikhona:" -#: tdeui/ktextedit.cpp:353 khtml/rendering/render_form.cpp:331 +#: tdeui/ktextedit.cpp:353 tdehtml/rendering/render_form.cpp:331 #, fuzzy msgid "Spell Checking" msgstr "Kwekuhlola kupelwa" -#: tdeui/kspell.cpp:1176 +#: tdeui/tdespell.cpp:1176 msgid "You have to restart the dialog for changes to take effect" msgstr "" -#: tdeui/kspell.cpp:1402 +#: tdeui/tdespell.cpp:1402 msgid "Spell Checker" msgstr "Kwekuhlola kupelwa" @@ -6928,171 +6928,171 @@ msgstr "Buyisela emuva: %1" msgid "Redo: %1" msgstr "Yenta kabusha: %1" -#: khtml/khtmlimage.cpp:199 +#: tdehtml/tdehtmlimage.cpp:199 #, fuzzy msgid "%1 (%2 - %3x%4 Pixels)" msgstr "%1 - %2x%3 ema-pixels" -#: khtml/khtmlimage.cpp:201 +#: tdehtml/tdehtmlimage.cpp:201 msgid "%1 - %2x%3 Pixels" msgstr "%1 - %2x%3 ema-pixels" -#: khtml/khtmlimage.cpp:206 +#: tdehtml/tdehtmlimage.cpp:206 #, fuzzy msgid "%1 (%2x%3 Pixels)" msgstr "%1 - %2x%3 ema-pixels" -#: khtml/khtmlimage.cpp:208 +#: tdehtml/tdehtmlimage.cpp:208 #, fuzzy msgid "Image - %1x%2 Pixels" msgstr "Emapixels ye - %2x%3 mfanekiso" -#: khtml/khtmlimage.cpp:214 +#: tdehtml/tdehtmlimage.cpp:214 msgid "Done." msgstr "Cedziwe." -#: khtml/khtml_ext.cpp:434 +#: tdehtml/tdehtml_ext.cpp:434 #, fuzzy msgid "&Copy Text" msgstr "&Tsatsisa" -#: khtml/khtml_ext.cpp:480 +#: tdehtml/tdehtml_ext.cpp:480 #, fuzzy msgid "Search for '%1' with %2" msgstr "Valela '%1' nge '%2'?" -#: khtml/khtml_ext.cpp:489 +#: tdehtml/tdehtml_ext.cpp:489 #, fuzzy msgid "Search for '%1' with" msgstr "Valela '%1' nge '%2'?" -#: khtml/khtml_ext.cpp:518 +#: tdehtml/tdehtml_ext.cpp:518 #, fuzzy msgid "Open '%1'" msgstr "Vula '%1'?" -#: khtml/khtml_ext.cpp:525 khtml/khtml_ext.cpp:582 +#: tdehtml/tdehtml_ext.cpp:525 tdehtml/tdehtml_ext.cpp:582 msgid "Stop Animations" msgstr "Gcinisa kuboniswa kwetintfo ungatsi tiyaphila" -#: khtml/khtml_ext.cpp:533 +#: tdehtml/tdehtml_ext.cpp:533 #, fuzzy msgid "Copy Email Address" msgstr "Likheli le-email" -#: khtml/khtml_ext.cpp:538 +#: tdehtml/tdehtml_ext.cpp:538 msgid "&Save Link As..." msgstr "&Gcina luchumano njenge..." -#: khtml/khtml_ext.cpp:540 +#: tdehtml/tdehtml_ext.cpp:540 #, fuzzy msgid "Copy &Link Address" msgstr "Likheli le-email" -#: khtml/khtml_ext.cpp:550 +#: tdehtml/tdehtml_ext.cpp:550 #, fuzzy msgid "Open in New &Window" msgstr "&Liwindi lelisha" -#: khtml/khtml_ext.cpp:552 +#: tdehtml/tdehtml_ext.cpp:552 #, fuzzy msgid "Open in &This Window" msgstr "&Liwindi lelisha" -#: khtml/khtml_ext.cpp:554 +#: tdehtml/tdehtml_ext.cpp:554 msgid "Open in &New Tab" msgstr "" -#: khtml/khtml_ext.cpp:556 +#: tdehtml/tdehtml_ext.cpp:556 msgid "Reload Frame" msgstr "Layisha kabusha lifulemu" -#: khtml/khtml_ext.cpp:561 +#: tdehtml/tdehtml_ext.cpp:561 #, fuzzy msgid "Block IFrame..." msgstr "Umfanekiso we OCR" -#: khtml/khtml_ext.cpp:564 khtml/khtml_part.cpp:256 +#: tdehtml/tdehtml_ext.cpp:564 tdehtml/tdehtml_part.cpp:256 msgid "View Frame Source" msgstr "Buka sisusa selifulemu" -#: khtml/khtml_ext.cpp:566 +#: tdehtml/tdehtml_ext.cpp:566 msgid "View Frame Information" msgstr "Buka imininingwane ngelifulemu" -#: khtml/khtml_ext.cpp:570 khtml/khtml_part.cpp:404 +#: tdehtml/tdehtml_ext.cpp:570 tdehtml/tdehtml_part.cpp:404 msgid "Print Frame..." msgstr "Shicelela lifulemu..." -#: khtml/khtml_ext.cpp:571 khtml/khtml_part.cpp:262 +#: tdehtml/tdehtml_ext.cpp:571 tdehtml/tdehtml_part.cpp:262 msgid "Save &Frame As..." msgstr "Gcina &lifulemu njenge..." -#: khtml/khtml_ext.cpp:601 +#: tdehtml/tdehtml_ext.cpp:601 msgid "Save Image As..." msgstr "Gcina umfanekiso njenge..." -#: khtml/khtml_ext.cpp:603 +#: tdehtml/tdehtml_ext.cpp:603 #, fuzzy msgid "Send Image..." msgstr "Gcina umfanekiso njenge" -#: khtml/khtml_ext.cpp:608 +#: tdehtml/tdehtml_ext.cpp:608 #, fuzzy msgid "Copy Image" msgstr "Umfanekiso we OCR" -#: khtml/khtml_ext.cpp:613 +#: tdehtml/tdehtml_ext.cpp:613 msgid "Copy Image Location" msgstr "Tsatsisa indzawo yemfanekiso" -#: khtml/khtml_ext.cpp:618 +#: tdehtml/tdehtml_ext.cpp:618 msgid "View Image (%1)" msgstr "Buka umfanekiso (%1)" -#: khtml/khtml_ext.cpp:623 +#: tdehtml/tdehtml_ext.cpp:623 #, fuzzy msgid "Block Image..." msgstr "Umfanekiso we OCR" -#: khtml/khtml_ext.cpp:629 +#: tdehtml/tdehtml_ext.cpp:629 #, c-format msgid "Block Images From %1" msgstr "" -#: khtml/khtml_ext.cpp:653 +#: tdehtml/tdehtml_ext.cpp:653 msgid "Save Link As" msgstr "Gcina luchumano njenge" -#: khtml/khtml_ext.cpp:673 +#: tdehtml/tdehtml_ext.cpp:673 msgid "Save Image As" msgstr "Gcina umfanekiso njenge" -#: khtml/khtml_ext.cpp:687 khtml/khtml_ext.cpp:700 +#: tdehtml/tdehtml_ext.cpp:687 tdehtml/tdehtml_ext.cpp:700 #, fuzzy msgid "Add URL to Filter" msgstr "Ngeta sisefo" -#: khtml/khtml_ext.cpp:688 khtml/khtml_ext.cpp:701 +#: tdehtml/tdehtml_ext.cpp:688 tdehtml/tdehtml_ext.cpp:701 msgid "Enter the URL:" msgstr "" -#: khtml/khtml_ext.cpp:828 +#: tdehtml/tdehtml_ext.cpp:828 msgid "" "A file named \"%1\" already exists. Are you sure you want to overwrite it?" msgstr "" "Lifayela leliniketwe ligama \"%1\" kadze likhona. Ingabe ucinisekile kutsi " "ufuna kweca umtsetfo?" -#: khtml/khtml_ext.cpp:828 +#: tdehtml/tdehtml_ext.cpp:828 msgid "Overwrite File?" msgstr "Yephula umtsetfo welifayela?" -#: khtml/khtml_ext.cpp:889 kparts/browserrun.cpp:390 +#: tdehtml/tdehtml_ext.cpp:889 tdeparts/browserrun.cpp:390 msgid "The Download Manager (%1) could not be found in your $PATH " msgstr "Siphatsi kutfulula (%1) asitfolwanga endleleni yakho $PATH" -#: khtml/khtml_ext.cpp:890 kparts/browserrun.cpp:391 +#: tdehtml/tdehtml_ext.cpp:890 tdeparts/browserrun.cpp:391 msgid "" "Try to reinstall it \n" "\n" @@ -7102,17 +7102,17 @@ msgstr "" "\n" "I-integration nge Konqueror kutawukhwaliswa!" -#: khtml/khtml_ext.cpp:983 +#: tdehtml/tdehtml_ext.cpp:983 #, fuzzy, no-c-format msgid "Default Font Size (100%)" msgstr "Kwehluleka kwebukhulu besimo setinhlamvu temagama" -#: khtml/khtml_ext.cpp:996 +#: tdehtml/tdehtml_ext.cpp:996 #, fuzzy, no-c-format msgid "%1%" msgstr "%1" -#: khtml/khtml_printsettings.cpp:31 +#: tdehtml/tdehtml_printsettings.cpp:31 msgid "" "<qt>" "<p><strong>'Print images'</strong></p>" @@ -7123,7 +7123,7 @@ msgid "" "or toner.</p> </qt>" msgstr "" -#: khtml/khtml_printsettings.cpp:43 +#: tdehtml/tdehtml_printsettings.cpp:43 msgid "" "<qt>" "<p><strong>'Print header'</strong></p>" @@ -7134,7 +7134,7 @@ msgid "" "contain such a header line.</p> </qt>" msgstr "" -#: khtml/khtml_printsettings.cpp:56 +#: tdehtml/tdehtml_printsettings.cpp:56 msgid "" "<qt>" "<p><strong>'Printerfriendly mode'</strong></p>" @@ -7148,40 +7148,40 @@ msgid "" "ink.</p> </qt>" msgstr "" -#: khtml/khtml_printsettings.cpp:71 +#: tdehtml/tdehtml_printsettings.cpp:71 msgid "HTML Settings" msgstr "Kuhleleka kwe HTML" -#: khtml/khtml_printsettings.cpp:73 +#: tdehtml/tdehtml_printsettings.cpp:73 msgid "Printer friendly mode (black text, no background)" msgstr "Simo lesihambelana nesishiceleli (umbhalo lomnyama, akukho lingemuva)" -#: khtml/khtml_printsettings.cpp:76 +#: tdehtml/tdehtml_printsettings.cpp:76 msgid "Print images" msgstr "Shicelela imifanekiso" -#: khtml/khtml_printsettings.cpp:79 +#: tdehtml/tdehtml_printsettings.cpp:79 msgid "Print header" msgstr "Shicelela sihloko" -#: khtml/khtml_part.cpp:255 +#: tdehtml/tdehtml_part.cpp:255 #, fuzzy msgid "View Do&cument Source" msgstr "Buka sicalo selidokhumente" -#: khtml/khtml_part.cpp:257 +#: tdehtml/tdehtml_part.cpp:257 msgid "View Document Information" msgstr "Buka imininingwane yelidokhumente" -#: khtml/khtml_part.cpp:258 +#: tdehtml/tdehtml_part.cpp:258 msgid "Save &Background Image As..." msgstr "Gcina &umfanekiso wangemuva njenge..." -#: khtml/khtml_part.cpp:263 +#: tdehtml/tdehtml_part.cpp:263 msgid "Security..." msgstr "Kuphepha..." -#: khtml/khtml_part.cpp:264 +#: tdehtml/tdehtml_part.cpp:264 msgid "" "Security Settings" "<p>Shows the certificate of the displayed page. Only pages that have been " @@ -7190,207 +7190,207 @@ msgid "" "a secure connection." msgstr "" -#: khtml/khtml_part.cpp:270 +#: tdehtml/tdehtml_part.cpp:270 msgid "Print Rendering Tree to STDOUT" msgstr "" -#: khtml/khtml_part.cpp:271 +#: tdehtml/tdehtml_part.cpp:271 msgid "Print DOM Tree to STDOUT" msgstr "" -#: khtml/khtml_part.cpp:272 +#: tdehtml/tdehtml_part.cpp:272 msgid "Stop Animated Images" msgstr "Gcinisa imifanekiso leyentiwe ungatsi iyaphila" -#: khtml/khtml_part.cpp:274 +#: tdehtml/tdehtml_part.cpp:274 msgid "Set &Encoding" msgstr "Hlela &kubhalwa ngemakhodi" -#: khtml/khtml_part.cpp:279 +#: tdehtml/tdehtml_part.cpp:279 #, fuzzy msgid "Semi-Automatic" msgstr "Ngekutitjintja" -#: khtml/khtml_part.cpp:297 khtml/khtml_part.cpp:2298 +#: tdehtml/tdehtml_part.cpp:297 tdehtml/tdehtml_part.cpp:2298 #, fuzzy msgid "Automatic Detection" msgstr "&Siboniso lesititjintjako" -#: khtml/khtml_part.cpp:302 +#: tdehtml/tdehtml_part.cpp:302 #, fuzzy msgid "" "_: short for Manual Detection\n" "Manual" msgstr "Kukhetfwa kwe banner" -#: khtml/khtml_part.cpp:357 +#: tdehtml/tdehtml_part.cpp:357 msgid "Use S&tylesheet" msgstr "Sebentisa l&ikhasilesitayela" -#: khtml/khtml_part.cpp:361 +#: tdehtml/tdehtml_part.cpp:361 #, fuzzy msgid "Enlarge Font" msgstr "Khulisabukhulu besimo setinhlamvu temagama" -#: khtml/khtml_part.cpp:363 +#: tdehtml/tdehtml_part.cpp:363 msgid "" "Enlarge Font" "<p>Make the font in this window bigger. Click and hold down the mouse button " "for a menu with all available font sizes." msgstr "" -#: khtml/khtml_part.cpp:367 +#: tdehtml/tdehtml_part.cpp:367 #, fuzzy msgid "Shrink Font" msgstr "Shicelela sakhiwo" -#: khtml/khtml_part.cpp:369 +#: tdehtml/tdehtml_part.cpp:369 msgid "" "Shrink Font" "<p>Make the font in this window smaller. Click and hold down the mouse button " "for a menu with all available font sizes." msgstr "" -#: khtml/khtml_part.cpp:375 +#: tdehtml/tdehtml_part.cpp:375 msgid "" "Find text" "<p>Shows a dialog that allows you to find text on the displayed page." msgstr "" -#: khtml/khtml_part.cpp:379 +#: tdehtml/tdehtml_part.cpp:379 msgid "" "Find next" "<p>Find the next occurrence of the text that you have found using the <b>" "Find Text</b> function" msgstr "" -#: khtml/khtml_part.cpp:384 +#: tdehtml/tdehtml_part.cpp:384 msgid "" "Find previous" "<p>Find the previous occurrence of the text that you have found using the <b>" "Find Text</b> function" msgstr "" -#: khtml/khtml_part.cpp:388 +#: tdehtml/tdehtml_part.cpp:388 #, fuzzy msgid "Find Text as You Type" msgstr "Tfola umbhalo" -#: khtml/khtml_part.cpp:390 +#: tdehtml/tdehtml_part.cpp:390 msgid "Find Links as You Type" msgstr "" -#: khtml/khtml_part.cpp:405 +#: tdehtml/tdehtml_part.cpp:405 msgid "" "Print Frame" "<p>Some pages have several frames. To print only a single frame, click on it " "and then use this function." msgstr "" -#: khtml/khtml_part.cpp:413 +#: tdehtml/tdehtml_part.cpp:413 #, fuzzy msgid "Toggle Caret Mode" msgstr "&Lubisa imisebenti lecedziwe" -#: khtml/khtml_part.cpp:618 +#: tdehtml/tdehtml_part.cpp:618 msgid "The fake user-agent '%1' is in use." msgstr "" -#: khtml/khtml_part.cpp:1081 +#: tdehtml/tdehtml_part.cpp:1081 msgid "This web page contains coding errors." msgstr "" -#: khtml/khtml_part.cpp:1123 +#: tdehtml/tdehtml_part.cpp:1123 #, fuzzy msgid "&Hide Errors" msgstr "Liphutsa ngelifayela" -#: khtml/khtml_part.cpp:1124 +#: tdehtml/tdehtml_part.cpp:1124 #, fuzzy msgid "&Disable Error Reporting" msgstr "&Khwalisa ku-spooler msebenti" -#: khtml/khtml_part.cpp:1164 +#: tdehtml/tdehtml_part.cpp:1164 #, fuzzy msgid "<b>Error</b>: %1: %2" msgstr "<b>Luhlobo lolutsite</b>: %1<br>" -#: khtml/khtml_part.cpp:1208 +#: tdehtml/tdehtml_part.cpp:1208 msgid "<b>Error</b>: node %1: %2" msgstr "" -#: khtml/khtml_part.cpp:1351 +#: tdehtml/tdehtml_part.cpp:1351 msgid "Display Images on Page" msgstr "Bonisa imifanekiso ekhasini" -#: khtml/khtml_part.cpp:1539 khtml/khtml_part.cpp:1629 +#: tdehtml/tdehtml_part.cpp:1539 tdehtml/tdehtml_part.cpp:1629 #, fuzzy msgid "Session is secured with %1 bit %2." msgstr "Luchumano lwanyalo luphephiswe nge SSL." -#: khtml/khtml_part.cpp:1540 khtml/khtml_part.cpp:1631 +#: tdehtml/tdehtml_part.cpp:1540 tdehtml/tdehtml_part.cpp:1631 #, fuzzy msgid "Session is not secured." msgstr "Luchumano lwanyalo alukaphephiswa nge SSL." -#: khtml/khtml_part.cpp:1727 +#: tdehtml/tdehtml_part.cpp:1727 #, c-format msgid "Error while loading %1" msgstr "Liphutsa kusalayishwa %1" -#: khtml/khtml_part.cpp:1729 +#: tdehtml/tdehtml_part.cpp:1729 #, fuzzy msgid "An error occurred while loading <B>%1</B>:" msgstr "Liphutsa lentekile kusalayishwa <B>%1</B>:" -#: khtml/khtml_part.cpp:1764 +#: tdehtml/tdehtml_part.cpp:1764 msgid "Error: " msgstr "Liphutsa:" -#: khtml/khtml_part.cpp:1767 +#: tdehtml/tdehtml_part.cpp:1767 msgid "The requested operation could not be completed" msgstr "Sento lesiceliwe akukhonakalanga kutsi sicedvwe" -#: khtml/khtml_part.cpp:1773 +#: tdehtml/tdehtml_part.cpp:1773 msgid "Technical Reason: " msgstr "Sizatfu lesibonakalako:" -#: khtml/khtml_part.cpp:1778 +#: tdehtml/tdehtml_part.cpp:1778 msgid "Details of the Request:" msgstr "Imininingwane yesicelo:" -#: khtml/khtml_part.cpp:1780 +#: tdehtml/tdehtml_part.cpp:1780 #, c-format msgid "URL: %1" msgstr "URL: %1" -#: khtml/khtml_part.cpp:1787 +#: tdehtml/tdehtml_part.cpp:1787 #, c-format msgid "Date and Time: %1" msgstr "Lusuku nesikhatsi: %1" -#: khtml/khtml_part.cpp:1789 +#: tdehtml/tdehtml_part.cpp:1789 #, c-format msgid "Additional Information: %1" msgstr "Imininingwane lengetiwe: %1" -#: khtml/khtml_part.cpp:1791 +#: tdehtml/tdehtml_part.cpp:1791 msgid "Description:" msgstr "Sichasiso:" -#: khtml/khtml_part.cpp:1797 +#: tdehtml/tdehtml_part.cpp:1797 msgid "Possible Causes:" msgstr "Imbangela lekungahle kub ngiyo:" -#: khtml/khtml_part.cpp:1804 +#: tdehtml/tdehtml_part.cpp:1804 msgid "Possible Solutions:" msgstr "Sisombululo lokungenteka sibe ngiso:" -#: khtml/khtml_part.cpp:2135 +#: tdehtml/tdehtml_part.cpp:2135 msgid "Page loaded." msgstr "Likhasi lilayishiwe." -#: khtml/khtml_part.cpp:2137 +#: tdehtml/tdehtml_part.cpp:2137 msgid "" "_n: %n Image of %1 loaded.\n" "%n Images of %1 loaded." @@ -7398,49 +7398,49 @@ msgstr "" "%n Ufanekiso we %1 ulayishiwe.\n" "%n Imifanekiso ye %1yilayishiwe." -#: khtml/khtml_part.cpp:3738 khtml/khtml_part.cpp:3825 -#: khtml/khtml_part.cpp:3836 +#: tdehtml/tdehtml_part.cpp:3738 tdehtml/tdehtml_part.cpp:3825 +#: tdehtml/tdehtml_part.cpp:3836 msgid " (In new window)" msgstr "(Ewindini lelisha)" -#: khtml/khtml_part.cpp:3777 +#: tdehtml/tdehtml_part.cpp:3777 msgid "Symbolic Link" msgstr "Luchumano lolusamfanekiso" -#: khtml/khtml_part.cpp:3779 +#: tdehtml/tdehtml_part.cpp:3779 msgid "%1 (Link)" msgstr "%1 (Luchumano)" -#: khtml/khtml_part.cpp:3799 +#: tdehtml/tdehtml_part.cpp:3799 msgid "%2 (%1 bytes)" msgstr "%2 (%1 yemabhayithi)" -#: khtml/khtml_part.cpp:3803 +#: tdehtml/tdehtml_part.cpp:3803 #, fuzzy msgid "%2 (%1 K)" msgstr "%1 (%2 K)" -#: khtml/khtml_part.cpp:3838 +#: tdehtml/tdehtml_part.cpp:3838 msgid " (In other frame)" msgstr "(Efulemini lelinye)" -#: khtml/khtml_part.cpp:3843 +#: tdehtml/tdehtml_part.cpp:3843 msgid "Email to: " msgstr "I-email ya:" -#: khtml/khtml_part.cpp:3849 +#: tdehtml/tdehtml_part.cpp:3849 msgid " - Subject: " msgstr " - Sihloko:" -#: khtml/khtml_part.cpp:3851 +#: tdehtml/tdehtml_part.cpp:3851 msgid " - CC: " msgstr " - CC: " -#: khtml/khtml_part.cpp:3853 +#: tdehtml/tdehtml_part.cpp:3853 msgid " - BCC: " msgstr " - BCC: " -#: khtml/khtml_part.cpp:3942 +#: tdehtml/tdehtml_part.cpp:3942 #, fuzzy msgid "" "<qt>This untrusted page links to<BR><B>%1</B>.<BR>Do you want to follow the " @@ -7449,33 +7449,33 @@ msgstr "" "<qt>Lelikhasi lelingakatsembeki licuketse luchumano<BR><B>%1</B><BR>" "kufayela lakho lasekhatsi" -#: khtml/khtml_part.cpp:3943 +#: tdehtml/tdehtml_part.cpp:3943 msgid "Follow" msgstr "Landzela" -#: khtml/khtml_part.cpp:4043 +#: tdehtml/tdehtml_part.cpp:4043 msgid "Frame Information" msgstr "Imininingwane ngelifulemu" -#: khtml/khtml_part.cpp:4049 +#: tdehtml/tdehtml_part.cpp:4049 msgid " <a href=\"%1\">[Properties]</a>" msgstr " <a href=\"%1\">[Bunjalo]</a>" -#: khtml/khtml_part.cpp:4129 +#: tdehtml/tdehtml_part.cpp:4129 #, fuzzy msgid "Save Background Image As" msgstr "Gcina &umfanekiso wangemuva njenge..." -#: khtml/khtml_part.cpp:4216 +#: tdehtml/tdehtml_part.cpp:4216 #, fuzzy msgid "Save Frame As" msgstr "Gcina &lifulemu njenge..." -#: khtml/khtml_part.cpp:4256 +#: tdehtml/tdehtml_part.cpp:4256 msgid "&Find in Frame..." msgstr "&Tfola kulifulemu..." -#: khtml/khtml_part.cpp:4763 +#: tdehtml/tdehtml_part.cpp:4763 msgid "" "Warning: This is a secure form but it is attempting to send your data back " "unencrypted.\n" @@ -7487,17 +7487,17 @@ msgstr "" "Umuntfu wesitsatfu angakhona kungenela abuye abine lomniningwane.\n" "Ingabe ucinisekile ufuna kuchubeka?" -#: khtml/khtml_part.cpp:4766 khtml/khtml_part.cpp:4775 -#: khtml/khtml_part.cpp:4799 +#: tdehtml/tdehtml_part.cpp:4766 tdehtml/tdehtml_part.cpp:4775 +#: tdehtml/tdehtml_part.cpp:4799 #, fuzzy msgid "Network Transmission" msgstr "Sishiceleli selichungechunge" -#: khtml/khtml_part.cpp:4766 khtml/khtml_part.cpp:4776 +#: tdehtml/tdehtml_part.cpp:4766 tdehtml/tdehtml_part.cpp:4776 msgid "&Send Unencrypted" msgstr "" -#: khtml/khtml_part.cpp:4773 +#: tdehtml/tdehtml_part.cpp:4773 msgid "" "Warning: Your data is about to be transmitted across the network unencrypted.\n" "Are you sure you wish to continue?" @@ -7506,7 +7506,7 @@ msgstr "" "ingakabhalwa ngemakhodi.\n" " Ingabe ucinisekile ufuna kuchubeka?" -#: khtml/khtml_part.cpp:4797 +#: tdehtml/tdehtml_part.cpp:4797 msgid "" "This site is attempting to submit form data via email.\n" "Do you want to continue?" @@ -7515,12 +7515,12 @@ msgstr "" "i-email.\n" "Ingabe ufuna kuchubeka?" -#: khtml/khtml_part.cpp:4800 +#: tdehtml/tdehtml_part.cpp:4800 #, fuzzy msgid "&Send Email" msgstr "Gcina umfanekiso njenge" -#: khtml/khtml_part.cpp:4821 +#: tdehtml/tdehtml_part.cpp:4821 msgid "" "<qt>The form will be submitted to <BR><B>%1</B><BR>on your local filesystem.<BR>" "Do you want to submit the form?" @@ -7528,12 +7528,12 @@ msgstr "" "<qt>Lifomu litawumikiswa ku <BR><B>%1</B><BR>kumshini wakho wemafayela " "wangekhatsi. <BR>Ingabe ufuna kumikisa lelifomo?" -#: khtml/html/html_formimpl.cpp:1531 khtml/html/html_formimpl.cpp:2137 -#: khtml/khtml_part.cpp:4822 khtml/khtmlview.cpp:2527 khtml/khtmlview.cpp:2569 +#: tdehtml/html/html_formimpl.cpp:1531 tdehtml/html/html_formimpl.cpp:2137 +#: tdehtml/tdehtml_part.cpp:4822 tdehtml/tdehtmlview.cpp:2527 tdehtml/tdehtmlview.cpp:2569 msgid "Submit" msgstr "Mikisa" -#: khtml/khtml_part.cpp:4870 +#: tdehtml/tdehtml_part.cpp:4870 msgid "" "This site attempted to attach a file from your computer in the form submission. " "The attachment was removed for your protection." @@ -7541,44 +7541,44 @@ msgstr "" "Lelicala lizame kunamatselisa lifayela lelibuya kungcondvomshini wakho " "kusakhiwo sekumikisa. Lokunamatsiselwe bekususiwe kwentela kuphepha kwakho." -#: khtml/khtml_part.cpp:4870 +#: tdehtml/tdehtml_part.cpp:4870 msgid "TDE" msgstr "TDE" -#: khtml/khtml_part.cpp:5776 +#: tdehtml/tdehtml_part.cpp:5776 msgid "(%1/s)" msgstr "(%1/s)" -#: khtml/khtml_part.cpp:6829 +#: tdehtml/tdehtml_part.cpp:6829 msgid "Security Warning" msgstr "Sicwayiso sekuphepha" -#: khtml/khtml_part.cpp:6835 +#: tdehtml/tdehtml_part.cpp:6835 #, fuzzy msgid "<qt>Access by untrusted page to<BR><B>%1</B><BR> denied." msgstr "" "<qt>Lelikhasi lelingakatsembeki licuketse luchumano<BR><B>%1</B><BR>" "kufayela lakho lasekhatsi" -#: khtml/java/kjavaappletserver.cpp:784 khtml/khtml_part.cpp:6836 +#: tdehtml/java/kjavaappletserver.cpp:784 tdehtml/tdehtml_part.cpp:6836 msgid "Security Alert" msgstr "Sicwayiso sekuphepha" -#: khtml/khtml_part.cpp:7261 +#: tdehtml/tdehtml_part.cpp:7261 msgid "The wallet '%1' is open and being used for form data and passwords." msgstr "" -#: khtml/khtml_part.cpp:7315 +#: tdehtml/tdehtml_part.cpp:7315 #, fuzzy msgid "&Close Wallet" msgstr "&Vala" -#: khtml/khtml_part.cpp:7358 +#: tdehtml/tdehtml_part.cpp:7358 #, fuzzy msgid "JavaScript &Debugger" msgstr "Silungisi maphutsa selibhuku leJava" -#: khtml/khtml_part.cpp:7393 +#: tdehtml/tdehtml_part.cpp:7393 #, fuzzy msgid "This page was prevented from opening a new window via JavaScript." msgstr "" @@ -7586,155 +7586,155 @@ msgstr "" "leJava.\n" "Ingabe ufuna kukuvumela loku?" -#: khtml/khtml_part.cpp:7399 +#: tdehtml/tdehtml_part.cpp:7399 msgid "Popup Window Blocked" msgstr "" -#: khtml/khtml_part.cpp:7399 +#: tdehtml/tdehtml_part.cpp:7399 msgid "" "This page has attempted to open a popup window but was blocked.\n" "You can click on this icon in the status bar to control this behavior\n" "or to open the popup." msgstr "" -#: khtml/khtml_part.cpp:7413 +#: tdehtml/tdehtml_part.cpp:7413 #, c-format msgid "" "_n: &Show Blocked Popup Window\n" "Show %n Blocked Popup Windows" msgstr "" -#: khtml/khtml_part.cpp:7414 +#: tdehtml/tdehtml_part.cpp:7414 msgid "Show Blocked Window Passive Popup &Notification" msgstr "" -#: khtml/khtml_part.cpp:7416 +#: tdehtml/tdehtml_part.cpp:7416 msgid "&Configure JavaScript New Window Policies..." msgstr "" -#: khtml/khtmlview.cpp:1625 +#: tdehtml/tdehtmlview.cpp:1625 #, fuzzy msgid "Find stopped." msgstr "Lifayela livuliwe." -#: khtml/khtmlview.cpp:1636 +#: tdehtml/tdehtmlview.cpp:1636 msgid "Starting -- find links as you type" msgstr "" -#: khtml/khtmlview.cpp:1642 +#: tdehtml/tdehtmlview.cpp:1642 msgid "Starting -- find text as you type" msgstr "" -#: khtml/khtmlview.cpp:1663 +#: tdehtml/tdehtmlview.cpp:1663 #, fuzzy msgid "Link found: \"%1\"." msgstr "Chumanisa ne %1" -#: khtml/khtmlview.cpp:1668 +#: tdehtml/tdehtmlview.cpp:1668 #, fuzzy msgid "Link not found: \"%1\"." msgstr "Sishiceleli asikatfolwa." -#: khtml/khtmlview.cpp:1676 +#: tdehtml/tdehtmlview.cpp:1676 msgid "Text found: \"%1\"." msgstr "" -#: khtml/khtmlview.cpp:1681 +#: tdehtml/tdehtmlview.cpp:1681 #, fuzzy msgid "Text not found: \"%1\"." msgstr "&Umbhalo lokufanele utfolwe:" -#: khtml/khtmlview.cpp:1725 +#: tdehtml/tdehtmlview.cpp:1725 #, fuzzy msgid "Access Keys activated" msgstr "Lilungelo lekungena laliwe" -#: khtml/khtmlview.cpp:2756 +#: tdehtml/tdehtmlview.cpp:2756 #, fuzzy, c-format msgid "Print %1" msgstr "Shicelela" -#: khtml/khtml_factory.cpp:177 -msgid "KHTML" -msgstr "KHTML" +#: tdehtml/tdehtml_factory.cpp:177 +msgid "TDEHTML" +msgstr "TDEHTML" -#: khtml/khtml_factory.cpp:178 +#: tdehtml/tdehtml_factory.cpp:178 msgid "Embeddable HTML component" msgstr "Lilunga lelinamatselisekako le HTML" -#: khtml/xml/xml_tokenizer.cpp:312 +#: tdehtml/xml/xml_tokenizer.cpp:312 msgid "the document is not in the correct file format" msgstr "lidokhumente alikho esakhiweni selifayela lesikahle" -#: khtml/xml/xml_tokenizer.cpp:318 +#: tdehtml/xml/xml_tokenizer.cpp:318 msgid "fatal parsing error: %1 in line %2, column %3" msgstr "liphutsa lelibi ekucilongeni: %1 elayinini %2, likholomu %3" -#: khtml/xml/xml_tokenizer.cpp:477 +#: tdehtml/xml/xml_tokenizer.cpp:477 msgid "XML parsing error" msgstr "Liphutsa ekucilongeni i-XML" -#: khtml/xml/dom_docimpl.cpp:2077 +#: tdehtml/xml/dom_docimpl.cpp:2077 msgid "Basic Page Style" msgstr "" -#: khtml/ecma/kjs_debugwin.cpp:291 +#: tdehtml/ecma/kjs_debugwin.cpp:291 #, fuzzy msgid "JavaScript Error" msgstr "Liphutsa lelibhuku K" -#: khtml/ecma/kjs_debugwin.cpp:305 +#: tdehtml/ecma/kjs_debugwin.cpp:305 msgid "&Do not show this message again" msgstr "&Ungakhombisi lombiko futsi" -#: khtml/ecma/kjs_debugwin.cpp:369 +#: tdehtml/ecma/kjs_debugwin.cpp:369 msgid "JavaScript Debugger" msgstr "Silungisi maphutsa selibhuku leJava" -#: khtml/ecma/kjs_debugwin.cpp:383 +#: tdehtml/ecma/kjs_debugwin.cpp:383 msgid "Call stack" msgstr "" -#: khtml/ecma/kjs_debugwin.cpp:418 +#: tdehtml/ecma/kjs_debugwin.cpp:418 #, fuzzy msgid "JavaScript console" msgstr "LibhukuleJava" -#: khtml/ecma/kjs_debugwin.cpp:448 +#: tdehtml/ecma/kjs_debugwin.cpp:448 msgid "" "_: Next breakpoint\n" "&Next" msgstr "" -#: khtml/ecma/kjs_debugwin.cpp:450 +#: tdehtml/ecma/kjs_debugwin.cpp:450 msgid "&Step" msgstr "&Sinyatselo" -#: khtml/ecma/kjs_debugwin.cpp:455 +#: tdehtml/ecma/kjs_debugwin.cpp:455 msgid "&Continue" msgstr "&Chubeka" -#: khtml/ecma/kjs_debugwin.cpp:459 +#: tdehtml/ecma/kjs_debugwin.cpp:459 #, fuzzy msgid "&Break at Next Statement" msgstr "&Likhefu enkhulumeni lelandzelako" -#: khtml/ecma/kjs_debugwin.cpp:463 +#: tdehtml/ecma/kjs_debugwin.cpp:463 msgid "" "_: Next breakpoint\n" "Next" msgstr "" -#: khtml/ecma/kjs_debugwin.cpp:464 +#: tdehtml/ecma/kjs_debugwin.cpp:464 #, fuzzy msgid "Step" msgstr "&Sinyatselo" -#: khtml/ecma/kjs_debugwin.cpp:826 +#: tdehtml/ecma/kjs_debugwin.cpp:826 msgid "Parse error at %1 line %2" msgstr "" -#: khtml/ecma/kjs_debugwin.cpp:837 +#: tdehtml/ecma/kjs_debugwin.cpp:837 #, fuzzy, c-format msgid "" "An error occurred while attempting to run a script on this page.\n" @@ -7742,7 +7742,7 @@ msgid "" "%1" msgstr "Liphutsa lentekile kusazanywa ku %1, %2. ngaphansi.<ul>" -#: khtml/ecma/kjs_debugwin.cpp:846 +#: tdehtml/ecma/kjs_debugwin.cpp:846 #, fuzzy msgid "" "An error occurred while attempting to run a script on this page.\n" @@ -7751,12 +7751,12 @@ msgid "" "%3" msgstr "Liphutsa lentekile kusazanywa ku %1, %2. ngaphansi.<ul>" -#: khtml/ecma/kjs_html.cpp:2160 khtml/ecma/kjs_window.cpp:1562 +#: tdehtml/ecma/kjs_html.cpp:2160 tdehtml/ecma/kjs_window.cpp:1562 #, fuzzy msgid "Confirmation: JavaScript Popup" msgstr "Siciniseko: libhuku leJava lelitivulako" -#: khtml/ecma/kjs_window.cpp:1565 +#: tdehtml/ecma/kjs_window.cpp:1565 #, fuzzy msgid "" "This site is requesting to open up a new browser window via JavaScript.\n" @@ -7766,7 +7766,7 @@ msgstr "" "leJava.\n" "Ingabe ufuna kukuvumela loku?" -#: khtml/ecma/kjs_window.cpp:1568 +#: tdehtml/ecma/kjs_window.cpp:1568 #, fuzzy msgid "" "<qt>This site is requesting to open" @@ -7777,64 +7777,64 @@ msgstr "" "leJava.\n" "Ingabe ufuna kukuvumela loku?" -#: khtml/ecma/kjs_html.cpp:2167 khtml/ecma/kjs_window.cpp:1570 +#: tdehtml/ecma/kjs_html.cpp:2167 tdehtml/ecma/kjs_window.cpp:1570 #, fuzzy msgid "Allow" msgstr "Konkhe" -#: khtml/ecma/kjs_html.cpp:2167 khtml/ecma/kjs_window.cpp:1570 +#: tdehtml/ecma/kjs_html.cpp:2167 tdehtml/ecma/kjs_window.cpp:1570 #, fuzzy msgid "Do Not Allow" msgstr "Thumela ngekhatsi &konkhe" -#: khtml/ecma/kjs_window.cpp:1862 +#: tdehtml/ecma/kjs_window.cpp:1862 msgid "Close window?" msgstr "Vala liwindi?" -#: khtml/ecma/kjs_window.cpp:1862 +#: tdehtml/ecma/kjs_window.cpp:1862 msgid "Confirmation Required" msgstr "Siciniseko siyadzingeka" -#: khtml/ecma/kjs_window.cpp:2744 +#: tdehtml/ecma/kjs_window.cpp:2744 msgid "" "Do you want a bookmark pointing to the location \"%1\" to be added to your " "collection?" msgstr "" -#: khtml/ecma/kjs_window.cpp:2747 +#: tdehtml/ecma/kjs_window.cpp:2747 msgid "" "Do you want a bookmark pointing to the location \"%1\" titled \"%2\" to be " "added to your collection?" msgstr "" -#: khtml/ecma/kjs_window.cpp:2755 +#: tdehtml/ecma/kjs_window.cpp:2755 msgid "JavaScript Attempted Bookmark Insert" msgstr "" -#: khtml/ecma/kjs_window.cpp:2759 +#: tdehtml/ecma/kjs_window.cpp:2759 #, fuzzy msgid "Disallow" msgstr "Khwalisa" -#: khtml/ecma/kjs_proxy.cpp:405 +#: tdehtml/ecma/kjs_proxy.cpp:405 msgid "" -"A script on this page is causing KHTML to freeze. If it continues to run, other " +"A script on this page is causing TDEHTML to freeze. If it continues to run, other " "applications may become less responsive.\n" "Do you want to abort the script?" msgstr "" -"Libhuku lelikulelikhasi lenta i-KHTML kutsi yome. Nangabe uchubeka " +"Libhuku lelikulelikhasi lenta i-TDEHTML kutsi yome. Nangabe uchubeka " "nekuyisebentisa,letinye teticelo tingahle tingaphendvuli ngalokujwayelekile.\n" "Ingabe ufuna kubulala lelibhuku?" -#: khtml/ecma/kjs_proxy.cpp:405 +#: tdehtml/ecma/kjs_proxy.cpp:405 msgid "JavaScript" msgstr "LibhukuleJava" -#: khtml/ecma/kjs_proxy.cpp:405 +#: tdehtml/ecma/kjs_proxy.cpp:405 msgid "&Abort" msgstr "&Bulala" -#: khtml/ecma/kjs_html.cpp:2162 +#: tdehtml/ecma/kjs_html.cpp:2162 #, fuzzy msgid "" "This site is submitting a form which will open up a new browser window via " @@ -7845,7 +7845,7 @@ msgstr "" "leJava.\n" "Ingabe ufuna kukuvumela loku?" -#: khtml/ecma/kjs_html.cpp:2165 +#: tdehtml/ecma/kjs_html.cpp:2165 #, fuzzy msgid "" "<qt>This site is submitting a form which will open " @@ -7856,27 +7856,27 @@ msgstr "" "leJava.\n" "Ingabe ufuna kukuvumela loku?" -#: khtml/html/htmlparser.cpp:1709 +#: tdehtml/html/htmlparser.cpp:1709 msgid "This is a searchable index. Enter search keywords: " msgstr "Lesi sicalomagama lesiseshekeko. Faka emagama layinhloko yekusesha:" -#: khtml/html/html_formimpl.cpp:353 +#: tdehtml/html/html_formimpl.cpp:353 msgid "" "The following files will not be uploaded because they could not be found.\n" "Do you want to continue?" msgstr "" -#: khtml/html/html_formimpl.cpp:357 +#: tdehtml/html/html_formimpl.cpp:357 #, fuzzy msgid "Submit Confirmation" msgstr "Siciniseko" -#: khtml/html/html_formimpl.cpp:357 +#: tdehtml/html/html_formimpl.cpp:357 #, fuzzy msgid "&Submit Anyway" msgstr "Mikisa" -#: khtml/html/html_formimpl.cpp:368 +#: tdehtml/html/html_formimpl.cpp:368 msgid "" "You're about to transfer the following files from your local computer to the " "Internet.\n" @@ -7886,213 +7886,213 @@ msgstr "" "wangekhatsi kuya ku-Internet.\n" "Ingabe ufuna kuchubeka?" -#: khtml/html/html_formimpl.cpp:372 +#: tdehtml/html/html_formimpl.cpp:372 #, fuzzy msgid "Send Confirmation" msgstr "Siciniseko" -#: khtml/html/html_formimpl.cpp:372 +#: tdehtml/html/html_formimpl.cpp:372 #, fuzzy msgid "&Send Files" msgstr "Emafayela" -#: khtml/html/html_formimpl.cpp:609 +#: tdehtml/html/html_formimpl.cpp:609 #, fuzzy msgid "Save Login Information" msgstr "Kutfumela imininingwane yekungena" -#: khtml/html/html_formimpl.cpp:613 +#: tdehtml/html/html_formimpl.cpp:613 #, fuzzy msgid "Store" msgstr "Sitaladi" -#: khtml/html/html_formimpl.cpp:613 +#: tdehtml/html/html_formimpl.cpp:613 msgid "Ne&ver for This Site" msgstr "" -#: khtml/html/html_formimpl.cpp:613 +#: tdehtml/html/html_formimpl.cpp:613 #, fuzzy msgid "Do Not Store" msgstr "&Ungagcini" -#: khtml/html/html_formimpl.cpp:618 +#: tdehtml/html/html_formimpl.cpp:618 msgid "" "Konqueror has the ability to store the password in an encrypted wallet. When " "the wallet is unlocked, it can then automatically restore the login information " "next time you submit this form. Do you want to store the information now?" msgstr "" -#: khtml/html/html_formimpl.cpp:623 +#: tdehtml/html/html_formimpl.cpp:623 msgid "" "Konqueror has the ability to store the password in an encrypted wallet. When " "the wallet is unlocked, it can then automatically restore the login information " "next time you visit %1. Do you want to store the information now?" msgstr "" -#: khtml/java/kjavaappletviewer.cpp:122 +#: tdehtml/java/kjavaappletviewer.cpp:122 #, fuzzy msgid "Applet Parameters" msgstr "Tonkhe tishiceleli" -#: khtml/java/kjavaappletviewer.cpp:131 +#: tdehtml/java/kjavaappletviewer.cpp:131 #, fuzzy msgid "Parameter" msgstr "Ngasese" -#: khtml/java/kjavaappletviewer.cpp:133 +#: tdehtml/java/kjavaappletviewer.cpp:133 msgid "Class" msgstr "Liklilasi" -#: khtml/java/kjavaappletviewer.cpp:137 +#: tdehtml/java/kjavaappletviewer.cpp:137 msgid "Base URL" msgstr "" -#: khtml/java/kjavaappletviewer.cpp:141 +#: tdehtml/java/kjavaappletviewer.cpp:141 msgid "Archives" msgstr "" -#: khtml/java/kjavaappletviewer.cpp:451 +#: tdehtml/java/kjavaappletviewer.cpp:451 msgid "TDE Java Applet Plugin" msgstr "" -#: khtml/java/kjavaapplet.cpp:225 +#: tdehtml/java/kjavaapplet.cpp:225 #, fuzzy msgid "Initializing Applet \"%1\"..." msgstr "Mphatsi wekuhlela..." -#: khtml/java/kjavaapplet.cpp:232 +#: tdehtml/java/kjavaapplet.cpp:232 #, fuzzy msgid "Starting Applet \"%1\"..." msgstr "Mphatsi wekuhlela..." -#: khtml/java/kjavaapplet.cpp:239 +#: tdehtml/java/kjavaapplet.cpp:239 #, fuzzy msgid "Applet \"%1\" started" msgstr "Tonkhe tishiceleli" -#: khtml/java/kjavaapplet.cpp:245 +#: tdehtml/java/kjavaapplet.cpp:245 msgid "Applet \"%1\" stopped" msgstr "" -#: khtml/java/kjavaappletserver.cpp:145 +#: tdehtml/java/kjavaappletserver.cpp:145 msgid "Loading Applet" msgstr "Kulayisha i-Applet" -#: khtml/java/kjavaappletserver.cpp:149 +#: tdehtml/java/kjavaappletserver.cpp:149 msgid "Error: java executable not found" msgstr "Liphutsa: i-java lecalisekako ayitfolakalanga" -#: khtml/java/kjavaappletserver.cpp:633 +#: tdehtml/java/kjavaappletserver.cpp:633 msgid "Signed by (validation: " msgstr "" -#: khtml/java/kjavaappletserver.cpp:635 +#: tdehtml/java/kjavaappletserver.cpp:635 #, fuzzy msgid "Certificate (validation: " msgstr "Simo sesithifikethi:" -#: khtml/java/kjavaappletserver.cpp:638 +#: tdehtml/java/kjavaappletserver.cpp:638 msgid "Ok" msgstr "" -#: khtml/java/kjavaappletserver.cpp:640 +#: tdehtml/java/kjavaappletserver.cpp:640 msgid "NoCARoot" msgstr "" -#: khtml/java/kjavaappletserver.cpp:642 +#: tdehtml/java/kjavaappletserver.cpp:642 msgid "InvalidPurpose" msgstr "" -#: khtml/java/kjavaappletserver.cpp:644 +#: tdehtml/java/kjavaappletserver.cpp:644 msgid "PathLengthExceeded" msgstr "" -#: khtml/java/kjavaappletserver.cpp:646 +#: tdehtml/java/kjavaappletserver.cpp:646 #, fuzzy msgid "InvalidCA" msgstr "I-URL lengekho emtsetfweni" -#: khtml/java/kjavaappletserver.cpp:648 +#: tdehtml/java/kjavaappletserver.cpp:648 #, fuzzy msgid "Expired" msgstr "Kuphupha:" -#: khtml/java/kjavaappletserver.cpp:650 +#: tdehtml/java/kjavaappletserver.cpp:650 #, fuzzy msgid "SelfSigned" msgstr "ngachazeki" -#: khtml/java/kjavaappletserver.cpp:652 +#: tdehtml/java/kjavaappletserver.cpp:652 msgid "ErrorReadingRoot" msgstr "" -#: khtml/java/kjavaappletserver.cpp:654 +#: tdehtml/java/kjavaappletserver.cpp:654 #, fuzzy msgid "Revoked" msgstr "Layisha kabusha" -#: khtml/java/kjavaappletserver.cpp:656 +#: tdehtml/java/kjavaappletserver.cpp:656 #, fuzzy msgid "Untrusted" msgstr "Ngabalulwanga" -#: khtml/java/kjavaappletserver.cpp:658 +#: tdehtml/java/kjavaappletserver.cpp:658 #, fuzzy msgid "SignatureFailed" msgstr "Luhlolo lwesifungo lwehlulekile." -#: khtml/java/kjavaappletserver.cpp:660 +#: tdehtml/java/kjavaappletserver.cpp:660 #, fuzzy msgid "Rejected" msgstr "Ngamukeli" -#: khtml/java/kjavaappletserver.cpp:662 +#: tdehtml/java/kjavaappletserver.cpp:662 #, fuzzy msgid "PrivateKeyFailed" msgstr "Luhlolo lwesikhiya sangasese alukaphumeleli." -#: khtml/java/kjavaappletserver.cpp:664 +#: tdehtml/java/kjavaappletserver.cpp:664 #, fuzzy msgid "InvalidHost" msgstr "I-URL lengekho emtsetfweni" -#: khtml/java/kjavaappletserver.cpp:667 +#: tdehtml/java/kjavaappletserver.cpp:667 msgid "Unknown" msgstr "Lokungatiwa" -#: khtml/java/kjavaappletserver.cpp:788 +#: tdehtml/java/kjavaappletserver.cpp:788 msgid "Do you grant Java applet with certificate(s):" msgstr "" -#: khtml/java/kjavaappletserver.cpp:790 +#: tdehtml/java/kjavaappletserver.cpp:790 #, fuzzy msgid "the following permission" msgstr "" "Akukhonakalanga kutjintja imvumo ye\n" "%1" -#: khtml/java/kjavaappletserver.cpp:801 +#: tdehtml/java/kjavaappletserver.cpp:801 #, fuzzy msgid "&Reject All" msgstr "&Lahla" -#: khtml/java/kjavaappletserver.cpp:807 +#: tdehtml/java/kjavaappletserver.cpp:807 msgid "&Grant All" msgstr "" -#: khtml/kmultipart/kmultipart.cpp:320 +#: tdehtml/tdemultipart/tdemultipart.cpp:320 msgid "No handler found for %1!" msgstr "Akukho sibambi lesitfoliwe se %1!" -#: khtml/kmultipart/kmultipart.cpp:576 +#: tdehtml/tdemultipart/tdemultipart.cpp:576 msgid "KMultiPart" msgstr "Tincenye letinyenti ta K" -#: khtml/kmultipart/kmultipart.cpp:578 +#: tdehtml/tdemultipart/tdemultipart.cpp:578 msgid "Embeddable component for multipart/mixed" msgstr "Lilunga lelinamatsiselekako lemalunga lamanyenti/lahlangane" -#: khtml/rendering/render_frames.cpp:944 +#: tdehtml/rendering/render_frames.cpp:944 msgid "" "No plugin found for '%1'.\n" "Do you want to download one from %2?" @@ -8100,16 +8100,16 @@ msgstr "" "Akukho ma-plugin latfoliwe '%1'.\n" "Ingabe ufuna kutfulula yinye kubuya e %2?" -#: khtml/rendering/render_frames.cpp:945 +#: tdehtml/rendering/render_frames.cpp:945 msgid "Missing Plugin" msgstr "I-plugin leshodako" -#: khtml/rendering/render_frames.cpp:945 +#: tdehtml/rendering/render_frames.cpp:945 #, fuzzy msgid "Download" msgstr "Khweshela phansi" -#: khtml/rendering/render_frames.cpp:945 +#: tdehtml/rendering/render_frames.cpp:945 #, fuzzy msgid "Do Not Download" msgstr "Khweshela phansi" @@ -8156,8 +8156,8 @@ msgstr "" #: tdeinit/tdelauncher_main.cpp:58 msgid "" -"klauncher: This program is not supposed to be started manually.\n" -"klauncher: It is started automatically by tdeinit.\n" +"tdelauncher: This program is not supposed to be started manually.\n" +"tdelauncher: It is started automatically by tdeinit.\n" msgstr "" #: tdeinit/tdelauncher.cpp:743 @@ -8190,59 +8190,59 @@ msgid "" msgstr "" "Liphutsa ekulayisheni '%1'.\n" -#: kconf_update/kconf_update.cpp:43 +#: tdeconf_update/tdeconf_update.cpp:43 msgid "Keep output results from scripts" msgstr "" -#: kconf_update/kconf_update.cpp:44 +#: tdeconf_update/tdeconf_update.cpp:44 msgid "Check whether config file itself requires updating" msgstr "Hlola kutsi kulungiswa kwelifayela ngekwalo kudzinga kulungiswa" -#: kconf_update/kconf_update.cpp:45 +#: tdeconf_update/tdeconf_update.cpp:45 msgid "File to read update instructions from" msgstr "Lifayela lekufanele lifundze timiso tekulungiswa letibuya ku" -#: kconf_update/kconf_update.cpp:142 +#: tdeconf_update/tdeconf_update.cpp:142 msgid "Only local files are supported." msgstr "Emafayela yangekhatsi kuphela lasekeliwe." -#: kconf_update/kconf_update.cpp:943 +#: tdeconf_update/tdeconf_update.cpp:943 msgid "KConf Update" msgstr "Kulungiswa kwe KConf" -#: kconf_update/kconf_update.cpp:945 +#: tdeconf_update/tdeconf_update.cpp:945 msgid "TDE Tool for updating user configuration files" msgstr "" "Lithulusi le TDE lekwenta tilungiso kumafayela yekulungiisa yemsebentisi" -#: kspell2/ui/configdialog.cpp:38 +#: tdespell2/ui/configdialog.cpp:38 #, fuzzy msgid "KSpell2 Configuration" msgstr "Kulungiswa kwekuskena" -#: kdewidgets/makekdewidgets.cpp:15 +#: kdewidgets/maketdewidgets.cpp:15 msgid "Builds Qt widget plugins from an ini style description file." msgstr "" -#: kdewidgets/makekdewidgets.cpp:113 +#: kdewidgets/maketdewidgets.cpp:113 #, fuzzy msgid "Output file" msgstr "L&ifayela lemphumela:" -#: kdewidgets/makekdewidgets.cpp:114 +#: kdewidgets/maketdewidgets.cpp:114 msgid "Name of the plugin class to generate" msgstr "" -#: kdewidgets/makekdewidgets.cpp:115 +#: kdewidgets/maketdewidgets.cpp:115 msgid "Default widget group name to display in designer" msgstr "" -#: kdewidgets/makekdewidgets.cpp:116 +#: kdewidgets/maketdewidgets.cpp:116 msgid "Embed pixmaps from a source directory" msgstr "" -#: kdewidgets/makekdewidgets.cpp:129 -msgid "makekdewidgets" +#: kdewidgets/maketdewidgets.cpp:129 +msgid "maketdewidgets" msgstr "" #: kstyles/web/plugin.cpp:9 @@ -8264,47 +8264,47 @@ msgstr "" msgid "KInstalltheme" msgstr "Tehlakalo" -#: kunittest/modrunner.cpp:36 +#: tdeunittest/modrunner.cpp:36 msgid "A command-line application that can be used to run KUnitTest modules." msgstr "" -#: kunittest/modrunner.cpp:42 +#: tdeunittest/modrunner.cpp:42 msgid "Only run modules whose filenames match the regexp." msgstr "" -#: kunittest/modrunner.cpp:43 +#: tdeunittest/modrunner.cpp:43 msgid "" "Only run tests modules which are found in the folder. Use the query option to " "select modules." msgstr "" -#: kunittest/modrunner.cpp:44 +#: tdeunittest/modrunner.cpp:44 msgid "" "Disables debug capturing. You typically use this option when you use the GUI." msgstr "" -#: kunittest/modrunner.cpp:53 +#: tdeunittest/modrunner.cpp:53 msgid "KUnitTest ModRunner" msgstr "" -#: kparts/browserextension.cpp:485 +#: tdeparts/browserextension.cpp:485 #, fuzzy msgid "<qt>Do you want to search the Internet for <b>%1</b>?" msgstr "" "<qt>Ingabe ucinisekisile ufuna kubulala\n" " <b>'%1'</b>?</qt>" -#: kparts/browserextension.cpp:486 +#: tdeparts/browserextension.cpp:486 #, fuzzy msgid "Internet Search" msgstr "Lusito lwe-telnet" -#: kparts/browserextension.cpp:486 +#: tdeparts/browserextension.cpp:486 #, fuzzy msgid "&Search" msgstr "(sesha)" -#: kparts/part.cpp:492 +#: tdeparts/part.cpp:492 #, fuzzy msgid "" "The document \"%1\" has been modified.\n" @@ -8313,33 +8313,33 @@ msgstr "" "Lidokumente \"%1\" lilungisiwe.\n" "INgabe ufuna kuligcina?" -#: kparts/part.cpp:494 +#: tdeparts/part.cpp:494 #, fuzzy msgid "Close Document" msgstr "Gcina lifayela?" -#: kparts/browserrun.cpp:275 +#: tdeparts/browserrun.cpp:275 msgid "Do you really want to execute '%1'? " msgstr "Ingabe imphela ufuna kuchuba '%1'?" -#: kparts/browserrun.cpp:276 +#: tdeparts/browserrun.cpp:276 #, fuzzy msgid "Execute File?" msgstr "C&alisa" -#: kparts/browserrun.cpp:276 +#: tdeparts/browserrun.cpp:276 #, fuzzy msgid "Execute" msgstr "C&alisa" -#: kparts/browserrun.cpp:294 +#: tdeparts/browserrun.cpp:294 #, fuzzy msgid "" "Open '%2'?\n" "Type: %1" msgstr "Vula '%1' (%2)?" -#: kparts/browserrun.cpp:296 +#: tdeparts/browserrun.cpp:296 #, fuzzy msgid "" "Open '%3'?\n" @@ -8347,122 +8347,122 @@ msgid "" "Type: %1" msgstr "Vula '%1' (%2)?" -#: kparts/browserrun.cpp:310 +#: tdeparts/browserrun.cpp:310 #, fuzzy msgid "&Open with '%1'" msgstr "Vula '%1'?" -#: kparts/browserrun.cpp:311 +#: tdeparts/browserrun.cpp:311 #, fuzzy msgid "&Open With..." msgstr "Vula nge:" -#: kparts/browserrun.cpp:353 +#: tdeparts/browserrun.cpp:353 msgid "&Open" msgstr "&Vula" -#: kutils/kfinddialog.cpp:55 kutils/kfinddialog.cpp:66 +#: tdeutils/kfinddialog.cpp:55 tdeutils/kfinddialog.cpp:66 msgid "Find Text" msgstr "Tfola umbhalo" -#: kutils/kfinddialog.cpp:77 +#: tdeutils/kfinddialog.cpp:77 msgid "Replace Text" msgstr "Valela umbhalo" -#: kutils/kfinddialog.cpp:126 +#: tdeutils/kfinddialog.cpp:126 msgid "&Text to find:" msgstr "&Umbhalo lokufanele utfolwe:" -#: kutils/kfinddialog.cpp:130 +#: tdeutils/kfinddialog.cpp:130 #, fuzzy msgid "Regular e&xpression" msgstr "&Kubukeka lokungagucuki" -#: kresources/configpage.cpp:129 kutils/kfinddialog.cpp:131 +#: tderesources/configpage.cpp:129 tdeutils/kfinddialog.cpp:131 msgid "&Edit..." msgstr "&Hlela..." -#: kutils/kfinddialog.cpp:140 +#: tdeutils/kfinddialog.cpp:140 msgid "Replace With" msgstr "Valela nge" -#: kutils/kfinddialog.cpp:147 +#: tdeutils/kfinddialog.cpp:147 #, fuzzy msgid "Replace&ment text:" msgstr "&Umbhalo wekuvalela:" -#: kutils/kfinddialog.cpp:151 +#: tdeutils/kfinddialog.cpp:151 #, fuzzy msgid "Use p&laceholders" msgstr "Se&bentisa titsatsandzawo" -#: kutils/kfinddialog.cpp:152 +#: tdeutils/kfinddialog.cpp:152 msgid "Insert Place&holder" msgstr "Ngenisa titsatsa&ndzawo" -#: kutils/kfinddialog.cpp:168 +#: tdeutils/kfinddialog.cpp:168 msgid "C&ase sensitive" msgstr "Lokuvelana n&esimo" -#: kutils/kfinddialog.cpp:169 +#: tdeutils/kfinddialog.cpp:169 msgid "&Whole words only" msgstr "&Emagama ngalokugcwele kuphele" -#: kutils/kfinddialog.cpp:170 +#: tdeutils/kfinddialog.cpp:170 #, fuzzy msgid "From c&ursor" msgstr "&Kubuya etulu kwenkhomba" -#: kutils/kfinddialog.cpp:172 +#: tdeutils/kfinddialog.cpp:172 msgid "&Selected text" msgstr "&Umbhalo lokhetgsiwe" -#: kutils/kfinddialog.cpp:179 +#: tdeutils/kfinddialog.cpp:179 msgid "&Prompt on replace" msgstr "&Ngekungacitsi sikhatsi ekubuyiseleni" -#: kutils/kfinddialog.cpp:232 +#: tdeutils/kfinddialog.cpp:232 #, fuzzy msgid "Start replace" msgstr "&Ngekungacitsi sikhatsi ekubuyiseleni" -#: kutils/kfinddialog.cpp:233 +#: tdeutils/kfinddialog.cpp:233 msgid "" "<qt>If you press the <b>Replace</b> button, the text you entered above is " "searched for within the document and any occurrence is replaced with the " "replacement text.</qt>" msgstr "" -#: kutils/kfinddialog.cpp:240 +#: tdeutils/kfinddialog.cpp:240 #, fuzzy msgid "Start searching" msgstr "&Calisa sishiceleli" -#: kutils/kfinddialog.cpp:241 +#: tdeutils/kfinddialog.cpp:241 msgid "" "<qt>If you press the <b>Find</b> button, the text you entered above is searched " "for within the document.</qt>" msgstr "" -#: kutils/kfinddialog.cpp:247 +#: tdeutils/kfinddialog.cpp:247 msgid "" "Enter a pattern to search for, or select a previous pattern from the list." msgstr "" -#: kutils/kfinddialog.cpp:250 +#: tdeutils/kfinddialog.cpp:250 #, fuzzy msgid "If enabled, search for a regular expression." msgstr "Kubukeka lokungagucuki lokungekho emtsetfwni." -#: kutils/kfinddialog.cpp:252 +#: tdeutils/kfinddialog.cpp:252 msgid "Click here to edit your regular expression using a graphical editor." msgstr "" -#: kutils/kfinddialog.cpp:254 +#: tdeutils/kfinddialog.cpp:254 msgid "Enter a replacement string, or select a previous one from the list." msgstr "" -#: kutils/kfinddialog.cpp:256 +#: tdeutils/kfinddialog.cpp:256 msgid "" "<qt>If enabled, any occurrence of <code><b>\\N</b></code>, where <code><b>N</b>" "</code> is a integer number, will be replaced with the corresponding capture " @@ -8471,103 +8471,103 @@ msgid "" "extra backslash in front of it, like <code><b>\\\\N</b></code>.</qt>" msgstr "" -#: kutils/kfinddialog.cpp:263 +#: tdeutils/kfinddialog.cpp:263 msgid "Click for a menu of available captures." msgstr "" -#: kutils/kfinddialog.cpp:265 +#: tdeutils/kfinddialog.cpp:265 msgid "Require word boundaries in both ends of a match to succeed." msgstr "" -#: kutils/kfinddialog.cpp:267 +#: tdeutils/kfinddialog.cpp:267 msgid "Start searching at the current cursor location rather than at the top." msgstr "" -#: kutils/kfinddialog.cpp:269 +#: tdeutils/kfinddialog.cpp:269 msgid "Only search within the current selection." msgstr "" -#: kutils/kfinddialog.cpp:271 +#: tdeutils/kfinddialog.cpp:271 msgid "" "Perform a case sensitive search: entering the pattern 'Joe' will not match " "'joe' or 'JOE', only 'Joe'." msgstr "" -#: kutils/kfinddialog.cpp:274 +#: tdeutils/kfinddialog.cpp:274 #, fuzzy msgid "Search backwards." msgstr "Tfola &kuyemuva" -#: kutils/kfinddialog.cpp:276 +#: tdeutils/kfinddialog.cpp:276 msgid "Ask before replacing each match found." msgstr "" -#: kutils/kfinddialog.cpp:449 +#: tdeutils/kfinddialog.cpp:449 msgid "Any Character" msgstr "Nobe nguwuphi umbhalo" -#: kutils/kfinddialog.cpp:450 +#: tdeutils/kfinddialog.cpp:450 msgid "Start of Line" msgstr "Kucala kwalayini" -#: kutils/kfinddialog.cpp:452 +#: tdeutils/kfinddialog.cpp:452 msgid "Set of Characters" msgstr "Emasethi yemibhalo" -#: kutils/kfinddialog.cpp:453 +#: tdeutils/kfinddialog.cpp:453 msgid "Repeats, Zero or More Times" msgstr "Kuphindza, ziro kumbe mahlandla lamanyenti" -#: kutils/kfinddialog.cpp:454 +#: tdeutils/kfinddialog.cpp:454 msgid "Repeats, One or More Times" msgstr "Kuphindza, kanye kumbe mahlandla lamanyhenti" -#: kutils/kfinddialog.cpp:455 +#: tdeutils/kfinddialog.cpp:455 msgid "Optional" msgstr "Ngekutsandza" -#: kutils/kfinddialog.cpp:456 +#: tdeutils/kfinddialog.cpp:456 msgid "Escape" msgstr "Sindza" -#: kutils/kfinddialog.cpp:457 +#: tdeutils/kfinddialog.cpp:457 msgid "TAB" msgstr "TAB" -#: kutils/kfinddialog.cpp:458 +#: tdeutils/kfinddialog.cpp:458 msgid "Newline" msgstr "Lilayini lelisha" -#: kutils/kfinddialog.cpp:459 +#: tdeutils/kfinddialog.cpp:459 msgid "Carriage Return" msgstr "Kubuyisela emuva kwenkhalishi" -#: kutils/kfinddialog.cpp:460 +#: tdeutils/kfinddialog.cpp:460 msgid "White Space" msgstr "Indzawo lemhlophe" -#: kutils/kfinddialog.cpp:461 +#: tdeutils/kfinddialog.cpp:461 msgid "Digit" msgstr "Lidijiti" -#: kutils/kfinddialog.cpp:510 +#: tdeutils/kfinddialog.cpp:510 #, fuzzy msgid "Complete Match" msgstr "Cedziwe" -#: kutils/kfinddialog.cpp:515 +#: tdeutils/kfinddialog.cpp:515 msgid "Captured Text (%1)" msgstr "" -#: kutils/kfinddialog.cpp:523 +#: tdeutils/kfinddialog.cpp:523 msgid "You must enter some text to search for." msgstr "Kufanele ufake umbhalo lotowusesha." -#: kutils/kfinddialog.cpp:534 +#: tdeutils/kfinddialog.cpp:534 msgid "Invalid regular expression." msgstr "Kubukeka lokungagucuki lokungekho emtsetfwni." -#: kutils/kcmoduleloader.cpp:98 +#: tdeutils/tdecmoduleloader.cpp:98 msgid "" "<qt>There was an error when loading the module '%1'." "<br>" @@ -8576,46 +8576,46 @@ msgid "" "wrong, or the create_* function was missing.</qt>" msgstr "" -#: kutils/kcmoduleloader.cpp:111 +#: tdeutils/tdecmoduleloader.cpp:111 #, fuzzy msgid "The specified library %1 could not be found." msgstr "Sihambisi sesishiceleli <b>%1</b> akukhonakalanga kutsi sitfolwe." -#: kutils/kcmoduleloader.cpp:132 +#: tdeutils/tdecmoduleloader.cpp:132 #, fuzzy msgid "The module %1 could not be found." msgstr "Sihambisi sesishiceleli <b>%1</b> akukhonakalanga kutsi sitfolwe." -#: kutils/kcmoduleloader.cpp:133 +#: tdeutils/tdecmoduleloader.cpp:133 msgid "" "<qt>" "<p>The diagnostics is:" "<br>The desktop file %1 could not be found.</qt>" msgstr "" -#: kutils/kcmoduleloader.cpp:152 +#: tdeutils/tdecmoduleloader.cpp:152 #, fuzzy msgid "The module %1 could not be loaded." msgstr "Singeniso lesisha akukhonakalanga kutsi singangetwa." -#: kutils/kcmoduleloader.cpp:171 +#: tdeutils/tdecmoduleloader.cpp:171 #, fuzzy msgid "The module %1 is not a valid configuration module." msgstr "Simo sekuhleleka kwelibhuku lemakheli" -#: kutils/kcmoduleloader.cpp:172 +#: tdeutils/tdecmoduleloader.cpp:172 msgid "" "<qt>" "<p>The diagnostics is:" "<br>The desktop file %1 does not specify a library.</qt>" msgstr "" -#: kutils/kcmoduleloader.cpp:206 +#: tdeutils/tdecmoduleloader.cpp:206 #, fuzzy msgid "There was an error loading the module." msgstr "Loku kungaba liphutsa ecadzini lesigcini." -#: kutils/kcmoduleloader.cpp:206 kutils/kcmoduleloader.cpp:274 +#: tdeutils/tdecmoduleloader.cpp:206 tdeutils/tdecmoduleloader.cpp:274 msgid "" "<qt>" "<p>The diagnostics is:" @@ -8630,23 +8630,23 @@ msgid "" "packager.</p></qt>" msgstr "" -#: kutils/kreplace.cpp:49 +#: tdeutils/kreplace.cpp:49 msgid "&All" msgstr "&Konkhe" -#: kutils/kreplace.cpp:49 +#: tdeutils/kreplace.cpp:49 msgid "&Skip" msgstr "&Yeca" -#: kutils/kreplace.cpp:58 +#: tdeutils/kreplace.cpp:58 msgid "Replace '%1' with '%2'?" msgstr "Valela '%1' nge '%2'?" -#: kutils/kreplace.cpp:105 kutils/kreplace.cpp:300 +#: tdeutils/kreplace.cpp:105 tdeutils/kreplace.cpp:300 msgid "No text was replaced." msgstr "Akukho mbhalo lobuyiselwe." -#: kutils/kreplace.cpp:107 kutils/kreplace.cpp:302 +#: tdeutils/kreplace.cpp:107 tdeutils/kreplace.cpp:302 #, c-format msgid "" "_n: 1 replacement done.\n" @@ -8655,34 +8655,34 @@ msgstr "" "1 kubuyisela kwentiwe.\n" "%n kubuyiselwa kwentekile." -#: kutils/kfind.cpp:650 kutils/kreplace.cpp:307 +#: tdeutils/kfind.cpp:650 tdeutils/kreplace.cpp:307 #, fuzzy msgid "Beginning of document reached." msgstr "" "Kucala lidokhumente kufinyelelwe.\n" "Chubeka kusukela ekugcineni?" -#: kutils/kfind.cpp:652 kutils/kreplace.cpp:309 +#: tdeutils/kfind.cpp:652 tdeutils/kreplace.cpp:309 #, fuzzy msgid "End of document reached." msgstr "" "Siphetfo selidokhumente sifinyelelwe.\n" "Chubeka kusukela ekucaleni?" -#: kutils/kreplace.cpp:316 +#: tdeutils/kreplace.cpp:316 #, fuzzy msgid "Do you want to restart search from the end?" msgstr "Ingabe ufuna kucala kabusha kusesha ekucaleni?" -#: kutils/kreplace.cpp:317 +#: tdeutils/kreplace.cpp:317 msgid "Do you want to restart search at the beginning?" msgstr "Ingabe ufuna kucala kabusha kusesha ekucaleni?" -#: kutils/kreplace.cpp:319 +#: tdeutils/kreplace.cpp:319 msgid "Restart" msgstr "Calisa kabusha" -#: kutils/kpluginselector.cpp:111 +#: tdeutils/kpluginselector.cpp:111 msgid "" "<qt>" "<table>" @@ -8700,37 +8700,37 @@ msgid "" "<td>%4</td></tr></table></qt>" msgstr "" -#: kutils/kpluginselector.cpp:536 +#: tdeutils/kpluginselector.cpp:536 #, fuzzy msgid "(This plugin is not configurable)" msgstr "Kulungiswa kwekuskena" -#: kutils/kreplacedialog.cpp:142 +#: tdeutils/kreplacedialog.cpp:142 msgid "Your replacement string is referencing a capture greater than '\\%1', " msgstr "" -#: kutils/kreplacedialog.cpp:145 +#: tdeutils/kreplacedialog.cpp:145 #, c-format msgid "" "_n: but your pattern only defines 1 capture.\n" "but your pattern only defines %n captures." msgstr "" -#: kutils/kreplacedialog.cpp:146 +#: tdeutils/kreplacedialog.cpp:146 msgid "but your pattern defines no captures." msgstr "" -#: kutils/kreplacedialog.cpp:147 +#: tdeutils/kreplacedialog.cpp:147 msgid "" "\n" "Please correct." msgstr "" -#: kutils/kfind.cpp:53 +#: tdeutils/kfind.cpp:53 msgid "<qt>Find next occurrence of '<b>%1</b>'?</qt>" msgstr "<qt>Tfola kwenteka lokulandzelako kwe '<b>%1</b>'?</qt>" -#: kutils/kfind.cpp:623 kutils/kfind.cpp:643 +#: tdeutils/kfind.cpp:623 tdeutils/kfind.cpp:643 #, c-format msgid "" "_n: 1 match found.\n" @@ -8739,34 +8739,34 @@ msgstr "" "1 kuhambelana kutfoliwe.\n" "%n lokuhambelanako kutfoliwe." -#: kutils/kfind.cpp:625 +#: tdeutils/kfind.cpp:625 msgid "<qt>No matches found for '<b>%1</b>'.</qt>" msgstr "<qt>Akukho kuhambelana lokutfoliwe kwe '<b>%1</b>'.</qt>" -#: kutils/kfind.cpp:645 +#: tdeutils/kfind.cpp:645 #, fuzzy msgid "No matches found for '<b>%1</b>'." msgstr "<qt>Akukho kuhambelana lokutfoliwe kwe '<b>%1</b>'.</qt>" -#: kutils/kfind.cpp:659 +#: tdeutils/kfind.cpp:659 #, fuzzy msgid "Continue from the end?" msgstr "Chubekisa sento" -#: kutils/kfind.cpp:660 +#: tdeutils/kfind.cpp:660 #, fuzzy msgid "Continue from the beginning?" msgstr "" "Siphetfo selidokhumente sifinyelelwe.\n" "Chubeka kusukela ekucaleni?" -#: kutils/kcmoduleproxy.cpp:212 +#: tdeutils/tdecmoduleproxy.cpp:212 msgid "" "<b>Changes in this section requires root access.</b><br />" "Click the \"Administrator Mode\" button to allow modifications." msgstr "" -#: kutils/kcmoduleproxy.cpp:219 +#: tdeutils/tdecmoduleproxy.cpp:219 msgid "" "This section requires special permissions, probably for system-wide changes; " "therefore, it is required that you provide the root password to be able to " @@ -8774,108 +8774,108 @@ msgid "" "will be disabled." msgstr "" -#: kutils/kcmoduleproxy.cpp:251 +#: tdeutils/tdecmoduleproxy.cpp:251 #, c-format msgid "" "_: Argument is application name\n" "This configuration section is already opened in %1" msgstr "" -#: kutils/kcmoduleproxy.cpp:324 +#: tdeutils/tdecmoduleproxy.cpp:324 #, fuzzy msgid "<big>Loading...</big>" msgstr "Kulayisha..." -#: kutils/ksettings/componentsdialog.cpp:48 +#: tdeutils/ksettings/componentsdialog.cpp:48 #, fuzzy msgid "Select Components" msgstr "Khetsa simo setinhlamvu temagama" -#: kutils/ksettings/dialog.cpp:590 +#: tdeutils/ksettings/dialog.cpp:590 #, fuzzy msgid "Select Components..." msgstr "Khetsa simo setinhlamvu temagama" -#: kresources/resource.cpp:61 +#: tderesources/resource.cpp:61 #, fuzzy msgid "resource" msgstr "Tisetjentiswa" -#: kresources/selectdialog.cpp:95 +#: tderesources/selectdialog.cpp:95 #, fuzzy msgid "There is no resource available!" msgstr "" "Akukho intfo lehambisanako lekhona.\n" -#: kresources/kcmkresources.cpp:44 +#: tderesources/kcmkresources.cpp:44 #, fuzzy msgid "kcmkresources" msgstr "Tisetjentiswa" -#: kresources/kcmkresources.cpp:45 +#: tderesources/kcmkresources.cpp:45 #, fuzzy msgid "TDE Resources configuration module" msgstr "Kuhlelwa kwesisetjentiswa" -#: kresources/kcmkresources.cpp:47 +#: tderesources/kcmkresources.cpp:47 #, fuzzy msgid "(c) 2003 Tobias Koenig" msgstr "(c), 2002 Tobias Koenig" -#: kresources/configdialog.cpp:40 kresources/configpage.cpp:103 -#: kresources/configpage.cpp:297 +#: tderesources/configdialog.cpp:40 tderesources/configpage.cpp:103 +#: tderesources/configpage.cpp:297 msgid "Resource Configuration" msgstr "Kuhlelwa kwesisetjentiswa" -#: kresources/configdialog.cpp:51 +#: tderesources/configdialog.cpp:51 msgid "General Settings" msgstr "Kuhleleka lokujwayelekile" -#: kresources/configdialog.cpp:57 +#: tderesources/configdialog.cpp:57 msgid "Read-only" msgstr "Fundza-kuphela" -#: kresources/configdialog.cpp:66 +#: tderesources/configdialog.cpp:66 #, fuzzy msgid "%1 Resource Settings" msgstr "Kuhleleka kwesisetjentiswa" -#: kresources/configdialog.cpp:107 +#: tderesources/configdialog.cpp:107 #, fuzzy msgid "Please enter a resource name." msgstr "Uyacelwa kutsi ufake ligama lesisetjentiswa" -#: kresources/configpage.cpp:120 +#: tderesources/configpage.cpp:120 msgid "Type" msgstr "Thayipha" -#: kresources/configpage.cpp:121 +#: tderesources/configpage.cpp:121 msgid "Standard" msgstr "Lizinga" -#: kresources/configpage.cpp:126 +#: tderesources/configpage.cpp:126 msgid "&Add..." msgstr "&Ngeta..." -#: kresources/configpage.cpp:131 +#: tderesources/configpage.cpp:131 msgid "&Use as Standard" msgstr "&Sebentisa njengendlela lefanele" -#: kresources/configpage.cpp:283 +#: tderesources/configpage.cpp:283 msgid "There is no standard resource! Please select one." msgstr "" "Akukho sisetjentiswa lesesimweni lesifanele! Uyacelwa kutsi ukhetse kunye." -#: kresources/configpage.cpp:298 +#: tderesources/configpage.cpp:298 msgid "Please select type of the new resource:" msgstr "Uyacelwa kutsi ukhetse luhlobo lelisha lwesisetjentiswa:" -#: kresources/configpage.cpp:308 +#: tderesources/configpage.cpp:308 #, fuzzy msgid "Unable to create resource of type '%1'." msgstr "Akukhonakali kucala sisetjentiswa eluhlobeni lwe '%1'." -#: kresources/configpage.cpp:360 +#: tderesources/configpage.cpp:360 msgid "" "You cannot remove your standard resource! Please select a new standard resource " "first." @@ -8883,16 +8883,16 @@ msgstr "" "Ngeke ukhone kususa sisetjentiswa lesesimweni lesifanele! Uyacelwa kutsi " "ukhetse kucala intfo lesesimweni lesifanele lesisha." -#: kresources/configpage.cpp:394 kresources/configpage.cpp:413 +#: tderesources/configpage.cpp:394 tderesources/configpage.cpp:413 msgid "You cannot use a read-only resource as standard!" msgstr "" "Ngeke usebentise sisetjentiswa sekufundza kuphela njengalesesimweni lesifanele!" -#: kresources/configpage.cpp:418 +#: tderesources/configpage.cpp:418 msgid "You cannot use an inactive resource as standard!" msgstr "Ngeke usebentise sisetjentiswa lesingasebentiswa njengentfo lefanele!" -#: kresources/configpage.cpp:498 +#: tderesources/configpage.cpp:498 #, fuzzy msgid "" "You cannot deactivate the standard resource. Choose another standard resource " @@ -8901,7 +8901,7 @@ msgstr "" "Ngeke ukhone kususa sisetjentiswa lesesimweni lesifanele! Uyacelwa kutsi " "ukhetse kucala intfo lesesimweni lesifanele lesisha." -#: kresources/configpage.cpp:528 +#: tderesources/configpage.cpp:528 msgid "" "There is no valid standard resource! Please select one which is neither " "read-only nor inactive." @@ -9314,157 +9314,157 @@ msgstr "Sisetjentiswa sekubonisa mibiko yeliphutsa le aRts." msgid "Informational" msgstr "Lokunemininingwane" -#: kcert/kcertpart.cc:90 kcert/kcertpart.cc:113 +#: tdecert/tdecertpart.cc:90 tdecert/tdecertpart.cc:113 msgid "Invalid certificate!" msgstr "Sithifikethi lesingekho emtsetfweni!" -#: kcert/kcertpart.cc:160 +#: tdecert/tdecertpart.cc:160 msgid "Certificates" msgstr "Tithifikethi" -#: kcert/kcertpart.cc:161 +#: tdecert/tdecertpart.cc:161 msgid "Signers" msgstr "Basayini" -#: kcert/kcertpart.cc:164 +#: tdecert/tdecertpart.cc:164 msgid "Client" msgstr "Likhasimende" -#: kcert/kcertpart.cc:170 +#: tdecert/tdecertpart.cc:170 msgid "Import &All" msgstr "Thumela ngekhatsi &konkhe" -#: kcert/kcertpart.cc:183 kcert/kcertpart.cc:274 kcert/kcertpart.cc:359 +#: tdecert/tdecertpart.cc:183 tdecert/tdecertpart.cc:274 tdecert/tdecertpart.cc:359 msgid "TDE Secure Certificate Import" msgstr "Sithifikethi lesiphephile sekutfumela ngekhatsi se TDE" -#: kcert/kcertpart.cc:184 +#: tdecert/tdecertpart.cc:184 msgid "Chain:" msgstr "Libhandi:" -#: kcert/kcertpart.cc:189 kcert/kcertpart.cc:276 +#: tdecert/tdecertpart.cc:189 tdecert/tdecertpart.cc:276 msgid "Subject:" msgstr "Sihloko:" -#: kcert/kcertpart.cc:190 kcert/kcertpart.cc:277 +#: tdecert/tdecertpart.cc:190 tdecert/tdecertpart.cc:277 msgid "Issued by:" msgstr "Ikhishwe ngu:" -#: kcert/kcertpart.cc:196 kcert/kcertpart.cc:283 +#: tdecert/tdecertpart.cc:196 tdecert/tdecertpart.cc:283 msgid "File:" msgstr "Lifayela:" -#: kcert/kcertpart.cc:199 kcert/kcertpart.cc:286 +#: tdecert/tdecertpart.cc:199 tdecert/tdecertpart.cc:286 msgid "File format:" msgstr "Sakhiwo selifayela:" -#: kcert/kcertpart.cc:212 kcert/kcertpart.cc:299 +#: tdecert/tdecertpart.cc:212 tdecert/tdecertpart.cc:299 msgid "State:" msgstr "Livekati:" -#: kcert/kcertpart.cc:216 kcert/kcertpart.cc:303 +#: tdecert/tdecertpart.cc:216 tdecert/tdecertpart.cc:303 msgid "Valid from:" msgstr "Semtsetfweni kusukela:" -#: kcert/kcertpart.cc:220 kcert/kcertpart.cc:307 +#: tdecert/tdecertpart.cc:220 tdecert/tdecertpart.cc:307 msgid "Valid until:" msgstr "Semtsetfweni kuze kube:" -#: kcert/kcertpart.cc:224 kcert/kcertpart.cc:311 +#: tdecert/tdecertpart.cc:224 tdecert/tdecertpart.cc:311 msgid "Serial number:" msgstr "I-serial namba:" -#: kcert/kcertpart.cc:227 kcert/kcertpart.cc:314 +#: tdecert/tdecertpart.cc:227 tdecert/tdecertpart.cc:314 msgid "State" msgstr "Livekati" -#: kcert/kcertpart.cc:236 kcert/kcertpart.cc:323 +#: tdecert/tdecertpart.cc:236 tdecert/tdecertpart.cc:323 msgid "MD5 digest:" msgstr "Sicubungulo seMD5:" -#: kcert/kcertpart.cc:239 kcert/kcertpart.cc:326 +#: tdecert/tdecertpart.cc:239 tdecert/tdecertpart.cc:326 msgid "Signature:" msgstr "Sifungo:" -#: kcert/kcertpart.cc:244 kcert/kcertpart.cc:331 +#: tdecert/tdecertpart.cc:244 tdecert/tdecertpart.cc:331 msgid "Signature" msgstr "Sifungo" -#: kcert/kcertpart.cc:253 kcert/kcertpart.cc:340 +#: tdecert/tdecertpart.cc:253 tdecert/tdecertpart.cc:340 msgid "Public key:" msgstr "Sikhiya semphakatsi:" -#: kcert/kcertpart.cc:259 kcert/kcertpart.cc:346 +#: tdecert/tdecertpart.cc:259 tdecert/tdecertpart.cc:346 msgid "Public Key" msgstr "Sikhiye semphakatsi" -#: kcert/kcertpart.cc:368 +#: tdecert/tdecertpart.cc:368 msgid "&Crypto Manager..." msgstr "&Umphatsi we-crypto..." -#: kcert/kcertpart.cc:369 +#: tdecert/tdecertpart.cc:369 msgid "&Import" msgstr "&Tfumela ngekhatsi" -#: kcert/kcertpart.cc:370 +#: tdecert/tdecertpart.cc:370 msgid "&Save..." msgstr "&Gcina..." -#: kcert/kcertpart.cc:371 +#: tdecert/tdecertpart.cc:371 msgid "&Done" msgstr "&Cedziwe" -#: kcert/kcertpart.cc:418 kcert/kcertpart.cc:440 +#: tdecert/tdecertpart.cc:418 tdecert/tdecertpart.cc:440 msgid "Save failed." msgstr "Kugcina kwehlulekile." -#: kcert/kcertpart.cc:418 kcert/kcertpart.cc:440 kcert/kcertpart.cc:455 -#: kcert/kcertpart.cc:460 kcert/kcertpart.cc:496 kcert/kcertpart.cc:532 -#: kcert/kcertpart.cc:566 kcert/kcertpart.cc:600 kcert/kcertpart.cc:730 -#: kcert/kcertpart.cc:741 kcert/kcertpart.cc:746 kcert/kcertpart.cc:759 -#: kcert/kcertpart.cc:873 +#: tdecert/tdecertpart.cc:418 tdecert/tdecertpart.cc:440 tdecert/tdecertpart.cc:455 +#: tdecert/tdecertpart.cc:460 tdecert/tdecertpart.cc:496 tdecert/tdecertpart.cc:532 +#: tdecert/tdecertpart.cc:566 tdecert/tdecertpart.cc:600 tdecert/tdecertpart.cc:730 +#: tdecert/tdecertpart.cc:741 tdecert/tdecertpart.cc:746 tdecert/tdecertpart.cc:759 +#: tdecert/tdecertpart.cc:873 msgid "Certificate Import" msgstr "Kutfujmenyelwa ngekhatsi kwesithifikethi" -#: kcert/kcertpart.cc:455 +#: tdecert/tdecertpart.cc:455 #, fuzzy msgid "You do not seem to have compiled TDE with SSL support." msgstr "Awubonakali umuntfu lohlele i TDE neluncedvo lwe SSL." -#: kcert/kcertpart.cc:460 +#: tdecert/tdecertpart.cc:460 #, fuzzy msgid "Certificate file is empty." msgstr "Kutfujmenyelwa ngekhatsi kwesithifikethi" -#: kcert/kcertpart.cc:490 +#: tdecert/tdecertpart.cc:490 #, fuzzy msgid "Certificate Password" msgstr "Libitomfihlo lesithifikethi" -#: kcert/kcertpart.cc:496 +#: tdecert/tdecertpart.cc:496 msgid "The certificate file could not be loaded. Try a different password?" msgstr "" "Lifayela lesithifikethi akukhonakalanga kusti lilayishwe. Zama ibitomfihlo " "lelihlukile?" -#: kcert/kcertpart.cc:496 +#: tdecert/tdecertpart.cc:496 msgid "Try Different" msgstr "" -#: kcert/kcertpart.cc:532 kcert/kcertpart.cc:566 +#: tdecert/tdecertpart.cc:532 tdecert/tdecertpart.cc:566 msgid "This file cannot be opened." msgstr "Lelifayela ngeke kukhonakala kutsi livulwe." -#: kcert/kcertpart.cc:599 +#: tdecert/tdecertpart.cc:599 #, fuzzy msgid "I do not know how to handle this type of file." msgstr "Ingati kuphatsa loluhlobo lwelifayela." -#: kcert/kcertpart.cc:619 +#: tdecert/tdecertpart.cc:619 msgid "0 - Site Certificate" msgstr "Sithifikethi selicala - 0" -#: kcert/kcertpart.cc:729 kcert/kcertpart.cc:745 +#: tdecert/tdecertpart.cc:729 tdecert/tdecertpart.cc:745 msgid "" "A certificate with that name already exists. Are you sure that you wish to " "replace it?" @@ -9472,7 +9472,7 @@ msgstr "" "Sithifikethi lesinalelogama kadze sikhona. Ingabe ucinisekile kutsi ufuna " "kusivalela?" -#: kcert/kcertpart.cc:741 kcert/kcertpart.cc:759 +#: tdecert/tdecertpart.cc:741 tdecert/tdecertpart.cc:759 msgid "" "Certificate has been successfully imported into TDE.\n" "You can manage your certificate settings from the TDE Control Center." @@ -9481,7 +9481,7 @@ msgstr "" "Ungaphatsa kuhleleka kwesithifikethi sakho lesibuyha kusikhungo sekulawula se " "TDE." -#: kcert/kcertpart.cc:873 +#: tdecert/tdecertpart.cc:873 msgid "" "Certificates have been successfully imported into TDE.\n" "You can manage your certificate settings from the TDE Control Center." @@ -9490,19 +9490,19 @@ msgstr "" "Ungaphatsa kuhleleka kwesithifikethi sakho lesibuyha kusikhungo sekulawula se " "TDE." -#: kcert/kcertpart.cc:879 +#: tdecert/tdecertpart.cc:879 msgid "TDE Certificate Part" msgstr "Incenye yesithifikethi se TDE" -#: khtml/khtml_settings.cc:152 +#: tdehtml/tdehtml_settings.cc:152 msgid "Accept" msgstr "Mukela" -#: khtml/khtml_settings.cc:153 +#: tdehtml/tdehtml_settings.cc:153 msgid "Reject" msgstr "Ngamukeli" -#: khtml/khtml_settings.cc:779 +#: tdehtml/tdehtml_settings.cc:779 #, fuzzy msgid "Filter error" msgstr "Liphutsa ngelifayela" @@ -9769,7 +9769,7 @@ msgid "Includes/Headers" msgstr "" #: tdecore/tde-config.cpp.in:178 -msgid "Translation files for KLocale" +msgid "Translation files for TDELocale" msgstr "" #: tdecore/tde-config.cpp.in:179 @@ -13019,15 +13019,15 @@ msgstr "Liphutsa ekumemeteleni umbhalo wemtimba wangaphandle" #~ msgid "Can not find io-slave for protocol '%1'." #~ msgstr "Akukhonakali kutfola io-sidzila semtstfo wekutfumela '%1'." -#~ msgid "Can't talk to klauncher" -#~ msgstr "Ngeke ukhulume na klauncher" +#~ msgid "Can't talk to tdelauncher" +#~ msgstr "Ngeke ukhulume na tdelauncher" #~ msgid "" #~ "Unable to create io-slave:\n" -#~ "klauncher said: %1" +#~ "tdelauncher said: %1" #~ msgstr "" #~ "Akukhonakali kucalisa io-sigcila:\n" -#~ "klauncher: %1" +#~ "tdelauncher: %1" #~ msgid "telnet service" #~ msgstr "Lusito lwe-telnet" @@ -13203,7 +13203,7 @@ msgstr "Liphutsa ekumemeteleni umbhalo wemtimba wangaphandle" #~ msgid "Supported MimeTypes:" #~ msgstr "Tinhlobo tema-mime letisekelwe:" -#~ msgid "kfile" +#~ msgid "tdefile" #~ msgstr "Lifayela k" #~ msgid "A commandline tool to read and modify metadata of files." diff --git a/tde-i18n-ss/messages/tdelibs/tdeprint.po b/tde-i18n-ss/messages/tdelibs/tdeprint.po index 2227f8ec553..9d2e9ebeca8 100644 --- a/tde-i18n-ss/messages/tdelibs/tdeprint.po +++ b/tde-i18n-ss/messages/tdelibs/tdeprint.po @@ -1574,7 +1574,7 @@ msgstr "" msgid "Additional Tags" msgstr "Ema-tag langetiwe" -#: cups/kptagspage.cpp:82 kfilelist.cpp:101 kpfilterpage.cpp:406 +#: cups/kptagspage.cpp:82 tdefilelist.cpp:101 kpfilterpage.cpp:406 #: management/kmjobviewer.cpp:237 management/kmwend.cpp:51 #: management/kxmlcommanddlg.cpp:141 management/kxmlcommanddlg.cpp:545 msgid "Name" @@ -3526,7 +3526,7 @@ msgstr "Kuphawula" msgid "Confirmation" msgstr "Siciniseko" -#: kfilelist.cpp:102 management/kmwend.cpp:50 management/kmwend.cpp:106 +#: tdefilelist.cpp:102 management/kmwend.cpp:50 management/kmwend.cpp:106 #: management/kmwend.cpp:109 msgid "Type" msgstr "Thayipha" @@ -3758,12 +3758,12 @@ msgstr "Ngeta kwenta ngalenye indlela" msgid "Delete item" msgstr "Bulala intfo" -#: kfilelist.cpp:135 management/kxmlcommanddlg.cpp:157 +#: tdefilelist.cpp:135 management/kxmlcommanddlg.cpp:157 #, fuzzy msgid "Move up" msgstr "Kwheshela etulu" -#: kfilelist.cpp:142 management/kxmlcommanddlg.cpp:158 +#: tdefilelist.cpp:142 management/kxmlcommanddlg.cpp:158 #, fuzzy msgid "Move down" msgstr "Khweshela phansi" @@ -4489,7 +4489,7 @@ msgstr "Kuhleleka lokungekho emtsetfweni. %1." msgid "Configuring %1" msgstr "Kulungisa %1" -#: kfilelist.cpp:42 +#: tdefilelist.cpp:42 msgid "" " <qt> <b>Add File button</b> " "<p>This button calls the <em>'File Open'</em> dialog to let you select a file " @@ -4501,14 +4501,14 @@ msgid "" "\"multi-file job\" to the printing system. </ul> </qt>" msgstr "" -#: kfilelist.cpp:54 +#: tdefilelist.cpp:54 msgid "" " <qt> <b>Remove File button</b> " "<p>This button removes the highlighted file from the list of to-be-printed " "files. </qt>" msgstr "" -#: kfilelist.cpp:59 +#: tdefilelist.cpp:59 msgid "" " <qt> <b>Move File Up button</b> " "<p>This button moves the highlighted file up in the list of files to be " @@ -4516,7 +4516,7 @@ msgid "" "<p>In effect, this changes the order of the files' printout.</p> </qt>" msgstr "" -#: kfilelist.cpp:66 +#: tdefilelist.cpp:66 msgid "" " <qt> <b>Move File Down button</b> " "<p>This button moves the highlighted file down in the list of files to be " @@ -4524,7 +4524,7 @@ msgid "" "<p>In effect, this changes the order of the files' printout.</p> </qt>" msgstr "" -#: kfilelist.cpp:73 +#: tdefilelist.cpp:73 msgid "" " <qt> <b>File Open button</b> " "<p>This button tries to open the highlighted file, so you can view or edit it " @@ -4533,7 +4533,7 @@ msgid "" "of the file.</p> </qt>" msgstr "" -#: kfilelist.cpp:82 +#: tdefilelist.cpp:82 msgid "" " <qt> <b>File List view</b> " "<p>This list displays all the files you selected for printing. You can see the " @@ -4550,26 +4550,26 @@ msgid "" "</qt>" msgstr "" -#: kfilelist.cpp:103 +#: tdefilelist.cpp:103 msgid "Path" msgstr "Indlela" -#: kfilelist.cpp:115 +#: tdefilelist.cpp:115 #, fuzzy msgid "Add file" msgstr "Ngeta sisefo" -#: kfilelist.cpp:121 +#: tdefilelist.cpp:121 #, fuzzy msgid "Remove file" msgstr "Susa sisefo" -#: kfilelist.cpp:128 +#: tdefilelist.cpp:128 #, fuzzy msgid "Open file" msgstr "Vula lifayela" -#: kfilelist.cpp:149 +#: tdefilelist.cpp:149 msgid "" "Drag file(s) here or use the button to open a file dialog. Leave empty for <b>" "<STDIN></b>." @@ -8339,15 +8339,15 @@ msgstr "Lo&kunye" #~ msgid "Can not find io-slave for protocol '%1'." #~ msgstr "Akukhonakali kutfola io-sidzila semtstfo wekutfumela '%1'." -#~ msgid "Can't talk to klauncher" -#~ msgstr "Ngeke ukhulume na klauncher" +#~ msgid "Can't talk to tdelauncher" +#~ msgstr "Ngeke ukhulume na tdelauncher" #~ msgid "" #~ "Unable to create io-slave:\n" -#~ "klauncher said: %1" +#~ "tdelauncher said: %1" #~ msgstr "" #~ "Akukhonakali kucalisa io-sigcila:\n" -#~ "klauncher: %1" +#~ "tdelauncher: %1" #~ msgid "telnet service" #~ msgstr "Lusito lwe-telnet" @@ -8539,7 +8539,7 @@ msgstr "Lo&kunye" #~ msgid "Supported MimeTypes:" #~ msgstr "Tinhlobo tema-mime letisekelwe:" -#~ msgid "kfile" +#~ msgid "tdefile" #~ msgstr "Lifayela k" #~ msgid "A commandline tool to read and modify metadata of files." @@ -9396,8 +9396,8 @@ msgstr "Lo&kunye" #~ msgid "Private" #~ msgstr "Ngasese" -#~ msgid "Error in libkabc" -#~ msgstr "Liphutsa ekhatsi kwe libkabc" +#~ msgid "Error in libtdeabc" +#~ msgstr "Liphutsa ekhatsi kwe libtdeabc" #~ msgid "Show distribution list with name <listname>" #~ msgstr "Khombisa luhlu lekusabalalisa lelineligama <ligama leluhlu>" @@ -9871,7 +9871,7 @@ msgstr "Lo&kunye" #~ msgid "Could not register with DCOP.\n" #~ msgstr "Akukhonakalanga kurejista ne DCOP.\n" -#~ msgid "KLauncher could not be reached via DCOP.\n" +#~ msgid "TDELauncher could not be reached via DCOP.\n" #~ msgstr "Sisungili K ngeke sifinyelelwe ngekusebentisa i-DCOP.\n" #~ msgid "Desktop %1" @@ -11903,8 +11903,8 @@ msgstr "Lo&kunye" #~ msgid "Print %1" #~ msgstr "Shicelela" -#~ msgid "KHTML" -#~ msgstr "KHTML" +#~ msgid "TDEHTML" +#~ msgstr "TDEHTML" #~ msgid "Embeddable HTML component" #~ msgstr "Lilunga lelinamatselisekako le HTML" @@ -11992,10 +11992,10 @@ msgstr "Lo&kunye" #~ msgstr "Khwalisa" #~ msgid "" -#~ "A script on this page is causing KHTML to freeze. If it continues to run, other applications may become less responsive.\n" +#~ "A script on this page is causing TDEHTML to freeze. If it continues to run, other applications may become less responsive.\n" #~ "Do you want to abort the script?" #~ msgstr "" -#~ "Libhuku lelikulelikhasi lenta i-KHTML kutsi yome. Nangabe uchubeka nekuyisebentisa,letinye teticelo tingahle tingaphendvuli ngalokujwayelekile.\n" +#~ "Libhuku lelikulelikhasi lenta i-TDEHTML kutsi yome. Nangabe uchubeka nekuyisebentisa,letinye teticelo tingahle tingaphendvuli ngalokujwayelekile.\n" #~ "Ingabe ufuna kubulala lelibhuku?" #~ msgid "JavaScript" diff --git a/tde-i18n-ss/messages/tdelibs/tdetexteditor_insertfile.po b/tde-i18n-ss/messages/tdelibs/tdetexteditor_insertfile.po index ce1d9dcf106..706f0a47fbc 100644 --- a/tde-i18n-ss/messages/tdelibs/tdetexteditor_insertfile.po +++ b/tde-i18n-ss/messages/tdelibs/tdetexteditor_insertfile.po @@ -1,10 +1,10 @@ -# translation of ktexteditor_insertfile.po to Siswati +# translation of tdetexteditor_insertfile.po to Siswati # Copyright (C) 2002 Free Software Foundation, Inc. # Adam Mathebula <adam@translate.org.za>, 2002 # msgid "" msgstr "" -"Project-Id-Version: ktexteditor_insertfile\n" +"Project-Id-Version: tdetexteditor_insertfile\n" "POT-Creation-Date: 2005-06-14 01:24+0200\n" "PO-Revision-Date: 2002-10-23 16:13+0200\n" "Last-Translator: Adam Mathebula <adam@translate.org.za>\n" diff --git a/tde-i18n-ss/messages/tdelibs/tdetexteditor_isearch.po b/tde-i18n-ss/messages/tdelibs/tdetexteditor_isearch.po index bac6f836365..b5caa9de387 100644 --- a/tde-i18n-ss/messages/tdelibs/tdetexteditor_isearch.po +++ b/tde-i18n-ss/messages/tdelibs/tdetexteditor_isearch.po @@ -1,10 +1,10 @@ -# translation of ktexteditor_isearch.po to Siswati +# translation of tdetexteditor_isearch.po to Siswati # Copyright (C) 2002 Free Software Foundation, Inc. # Adam Mathebula <adam@translate.org.za>, 2002 # msgid "" msgstr "" -"Project-Id-Version: ktexteditor_isearch\n" +"Project-Id-Version: tdetexteditor_isearch\n" "POT-Creation-Date: 2007-05-29 02:14+0200\n" "PO-Revision-Date: 2002-11-14 20:19+0200\n" "Last-Translator: Adam Mathebula <adam@translate.org.za>\n" @@ -121,7 +121,7 @@ msgstr "Kucatsaniswa kwesesha ngalokukhuphukako lokulandzelako " msgid "Previous Incremental Search Match" msgstr "Kucatsaniswa kwekusesha lokukhuphukako kwangaphambilini" -#. i18n: file ktexteditor_isearchui.rc line 9 +#. i18n: file tdetexteditor_isearchui.rc line 9 #: rc.cpp:6 #, no-c-format msgid "Search Toolbar" diff --git a/tde-i18n-ss/messages/tdelibs/tdetexteditor_kdatatool.po b/tde-i18n-ss/messages/tdelibs/tdetexteditor_kdatatool.po index 10f6d959d29..ad574f70701 100644 --- a/tde-i18n-ss/messages/tdelibs/tdetexteditor_kdatatool.po +++ b/tde-i18n-ss/messages/tdelibs/tdetexteditor_kdatatool.po @@ -1,10 +1,10 @@ -# translation of ktexteditor_kdatatool.po to Siswati +# translation of tdetexteditor_kdatatool.po to Siswati # Copyright (C) 2002 Free Software Foundation, Inc. # Adam Mathebula <adam@translate.org.za>, 2002 # msgid "" msgstr "" -"Project-Id-Version: ktexteditor_kdatatool\n" +"Project-Id-Version: tdetexteditor_kdatatool\n" "POT-Creation-Date: 2005-05-18 21:23+0200\n" "PO-Revision-Date: 2002-11-02 21:18+0200\n" "Last-Translator: Adam Mathebula <adam@translate.org.za>\n" diff --git a/tde-i18n-ss/messages/tdepim/tdeio_imap4.po b/tde-i18n-ss/messages/tdepim/tdeio_imap4.po index dc812add7bf..54176e6c37f 100644 --- a/tde-i18n-ss/messages/tdepim/tdeio_imap4.po +++ b/tde-i18n-ss/messages/tdepim/tdeio_imap4.po @@ -1,10 +1,10 @@ -# translation of kio_imap4.po to Siswati +# translation of tdeio_imap4.po to Siswati # Copyright (C) 2002 Free Software Foundation, Inc. # Adam Mathebula <adam@translate.org.za>, 2002 # msgid "" msgstr "" -"Project-Id-Version: kio_imap4\n" +"Project-Id-Version: tdeio_imap4\n" "POT-Creation-Date: 2008-01-26 01:19+0100\n" "PO-Revision-Date: 2002-11-10 16:26+0200\n" "Last-Translator: Adam Mathebula <adam@translate.org.za>\n" @@ -162,7 +162,7 @@ msgstr "" "%2" #: imap4.cc:2147 -msgid "SASL authentication is not compiled into kio_imap4." +msgid "SASL authentication is not compiled into tdeio_imap4." msgstr "" #: imap4.cc:2691 |