diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2001-04-09 20:48:48 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2001-04-09 20:48:48 +0000 |
commit | 57e80bd6396e8d9fcfb07fd6c36c9431889db0be (patch) | |
tree | 5d36940f5a6979ffb94c903b5b307a6e5a48dfe1 | |
parent | Do not build the profile-versions of the libraries by explicitly defining (diff) |
Add the ability to select which languages to install via dialog(1)-based
menu.
Sort pkg-plist.
Notes
Notes:
svn path=/head/; revision=41146
167 files changed, 21982 insertions, 14794 deletions
diff --git a/arabic/kde3-i18n/Makefile b/arabic/kde3-i18n/Makefile index 55d6f1ea7887..893cd73b4beb 100644 --- a/arabic/kde3-i18n/Makefile +++ b/arabic/kde3-i18n/Makefile @@ -21,4 +21,10 @@ USE_GMAKE= yes GNU_CONFIGURE= yes +PLIST= ${WRKDIR}/PLIST +SCRIPTS_ENV+= PLIST=${PLIST} + +pre-configure: + @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure + .include <bsd.port.mk> diff --git a/arabic/kde3-i18n/scripts/Configure b/arabic/kde3-i18n/scripts/Configure new file mode 100644 index 000000000000..3d8958d60472 --- /dev/null +++ b/arabic/kde3-i18n/scripts/Configure @@ -0,0 +1,81 @@ +#! /bin/sh +# $FreeBSD$ + +/bin/rm -f ${PLIST} ${PLIST}.dirs + +if [ "${BATCH}" ]; then + set \"ca\" \"cs\" \"da\" \"de\" \"el\" \"eo\" \"es\" \"et\" \"fi\" \"fr\" \"he\" \"hu\" \"ja\" \"is\" \"ko\" \"it\" \"nl\" \"no\" \"no_NY\" \"pl\" \"pt\" \"pt_BR\" \"ro\" \"ru\" \"sk\" \"sl\" \"sr\" \"sv\" \"tr\" \"uk\" \"zh_CN.GB2312\" \"zh_TW.Big5\" +else +if [ "${LINGUAS}" ]; then + set `echo $LINGUAS` +else + /usr/bin/dialog --title "Select languages" --clear \ + --checklist "\n\ +Please select desired languages:" -1 -1 16 \ +ca "Canada" OFF \ +cs "Czech" OFF \ +da "Danish" OFF \ +de "German" ON \ +el "Greek" OFF \ +eo "Esperanto" OFF \ +es "Spanish" OFF \ +et "Estonian" OFF \ +fi "Finnish" ON \ +fr "French" ON \ +he "Hebrew" OFF \ +hu "Hungarian" OFF \ +ja "Japanese" ON \ +is "Icelandic" OFF \ +ko "Korean" ON \ +it "Italian" OFF \ +nl "Dutch" OFF \ +no "Norwegian (Bokmaal)" OFF \ +no_NY "Norwegian (Nynorsk)" OFF \ +pl "Polish" OFF \ +pt "Portuguese" OFF \ +pt_BR "Brazil portuguese" OFF \ +ro "Romanian" OFF \ +ru "Russian" ON \ +sk "Slovak" OFF \ +sl "Slovenian" OFF \ +sr "Serbian" OFF \ +sv "Swedish" OFF \ +tr "Turkish" OFF \ +uk "Ukrainian" OFF \ +zh_CN.GB2312 "Simplified Chinese" ON \ +zh_TW.Big5 "Chinese" ON \ +2> /tmp/chklist.tmp.$$ + + retval=$? + + if [ -s /tmp/chklist.tmp.$$ ]; then + set `cat /tmp/chklist.tmp.$$` + fi + rm -f /tmp/chklist.tmp.$$ + + case $retval in + 0) if [ -z "$*" ]; then + echo "Nothing selected" + fi + ;; + 1) echo "Cancel pressed." + exit 1 + ;; + esac +fi +fi + +/bin/rm -f ${WRKSRC}/subdirs +/usr/bin/grep "^[^@].*/en/.*" ${CURDIR}/pkg-plist > ${PLIST} +/usr/bin/grep "^@.*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}.dirs + +while [ "$1" ]; do + a=`echo -n $1 | /usr/bin/sed -e 's#\"##g'` + echo $a >> ${WRKSRC}/subdirs + /usr/bin/grep "^[^@].*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^[^@].*-$a\$" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^@.*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST}.dirs + shift +done + +/bin/cat ${PLIST}.dirs >> ${PLIST} diff --git a/arabic/kde4-l10n/Makefile b/arabic/kde4-l10n/Makefile index 55d6f1ea7887..893cd73b4beb 100644 --- a/arabic/kde4-l10n/Makefile +++ b/arabic/kde4-l10n/Makefile @@ -21,4 +21,10 @@ USE_GMAKE= yes GNU_CONFIGURE= yes +PLIST= ${WRKDIR}/PLIST +SCRIPTS_ENV+= PLIST=${PLIST} + +pre-configure: + @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure + .include <bsd.port.mk> diff --git a/arabic/kde4-l10n/scripts/Configure b/arabic/kde4-l10n/scripts/Configure new file mode 100644 index 000000000000..3d8958d60472 --- /dev/null +++ b/arabic/kde4-l10n/scripts/Configure @@ -0,0 +1,81 @@ +#! /bin/sh +# $FreeBSD$ + +/bin/rm -f ${PLIST} ${PLIST}.dirs + +if [ "${BATCH}" ]; then + set \"ca\" \"cs\" \"da\" \"de\" \"el\" \"eo\" \"es\" \"et\" \"fi\" \"fr\" \"he\" \"hu\" \"ja\" \"is\" \"ko\" \"it\" \"nl\" \"no\" \"no_NY\" \"pl\" \"pt\" \"pt_BR\" \"ro\" \"ru\" \"sk\" \"sl\" \"sr\" \"sv\" \"tr\" \"uk\" \"zh_CN.GB2312\" \"zh_TW.Big5\" +else +if [ "${LINGUAS}" ]; then + set `echo $LINGUAS` +else + /usr/bin/dialog --title "Select languages" --clear \ + --checklist "\n\ +Please select desired languages:" -1 -1 16 \ +ca "Canada" OFF \ +cs "Czech" OFF \ +da "Danish" OFF \ +de "German" ON \ +el "Greek" OFF \ +eo "Esperanto" OFF \ +es "Spanish" OFF \ +et "Estonian" OFF \ +fi "Finnish" ON \ +fr "French" ON \ +he "Hebrew" OFF \ +hu "Hungarian" OFF \ +ja "Japanese" ON \ +is "Icelandic" OFF \ +ko "Korean" ON \ +it "Italian" OFF \ +nl "Dutch" OFF \ +no "Norwegian (Bokmaal)" OFF \ +no_NY "Norwegian (Nynorsk)" OFF \ +pl "Polish" OFF \ +pt "Portuguese" OFF \ +pt_BR "Brazil portuguese" OFF \ +ro "Romanian" OFF \ +ru "Russian" ON \ +sk "Slovak" OFF \ +sl "Slovenian" OFF \ +sr "Serbian" OFF \ +sv "Swedish" OFF \ +tr "Turkish" OFF \ +uk "Ukrainian" OFF \ +zh_CN.GB2312 "Simplified Chinese" ON \ +zh_TW.Big5 "Chinese" ON \ +2> /tmp/chklist.tmp.$$ + + retval=$? + + if [ -s /tmp/chklist.tmp.$$ ]; then + set `cat /tmp/chklist.tmp.$$` + fi + rm -f /tmp/chklist.tmp.$$ + + case $retval in + 0) if [ -z "$*" ]; then + echo "Nothing selected" + fi + ;; + 1) echo "Cancel pressed." + exit 1 + ;; + esac +fi +fi + +/bin/rm -f ${WRKSRC}/subdirs +/usr/bin/grep "^[^@].*/en/.*" ${CURDIR}/pkg-plist > ${PLIST} +/usr/bin/grep "^@.*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}.dirs + +while [ "$1" ]; do + a=`echo -n $1 | /usr/bin/sed -e 's#\"##g'` + echo $a >> ${WRKSRC}/subdirs + /usr/bin/grep "^[^@].*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^[^@].*-$a\$" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^@.*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST}.dirs + shift +done + +/bin/cat ${PLIST}.dirs >> ${PLIST} diff --git a/hebrew/kde3-i18n/Makefile b/hebrew/kde3-i18n/Makefile index 55d6f1ea7887..893cd73b4beb 100644 --- a/hebrew/kde3-i18n/Makefile +++ b/hebrew/kde3-i18n/Makefile @@ -21,4 +21,10 @@ USE_GMAKE= yes GNU_CONFIGURE= yes +PLIST= ${WRKDIR}/PLIST +SCRIPTS_ENV+= PLIST=${PLIST} + +pre-configure: + @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure + .include <bsd.port.mk> diff --git a/hebrew/kde3-i18n/scripts/Configure b/hebrew/kde3-i18n/scripts/Configure new file mode 100644 index 000000000000..3d8958d60472 --- /dev/null +++ b/hebrew/kde3-i18n/scripts/Configure @@ -0,0 +1,81 @@ +#! /bin/sh +# $FreeBSD$ + +/bin/rm -f ${PLIST} ${PLIST}.dirs + +if [ "${BATCH}" ]; then + set \"ca\" \"cs\" \"da\" \"de\" \"el\" \"eo\" \"es\" \"et\" \"fi\" \"fr\" \"he\" \"hu\" \"ja\" \"is\" \"ko\" \"it\" \"nl\" \"no\" \"no_NY\" \"pl\" \"pt\" \"pt_BR\" \"ro\" \"ru\" \"sk\" \"sl\" \"sr\" \"sv\" \"tr\" \"uk\" \"zh_CN.GB2312\" \"zh_TW.Big5\" +else +if [ "${LINGUAS}" ]; then + set `echo $LINGUAS` +else + /usr/bin/dialog --title "Select languages" --clear \ + --checklist "\n\ +Please select desired languages:" -1 -1 16 \ +ca "Canada" OFF \ +cs "Czech" OFF \ +da "Danish" OFF \ +de "German" ON \ +el "Greek" OFF \ +eo "Esperanto" OFF \ +es "Spanish" OFF \ +et "Estonian" OFF \ +fi "Finnish" ON \ +fr "French" ON \ +he "Hebrew" OFF \ +hu "Hungarian" OFF \ +ja "Japanese" ON \ +is "Icelandic" OFF \ +ko "Korean" ON \ +it "Italian" OFF \ +nl "Dutch" OFF \ +no "Norwegian (Bokmaal)" OFF \ +no_NY "Norwegian (Nynorsk)" OFF \ +pl "Polish" OFF \ +pt "Portuguese" OFF \ +pt_BR "Brazil portuguese" OFF \ +ro "Romanian" OFF \ +ru "Russian" ON \ +sk "Slovak" OFF \ +sl "Slovenian" OFF \ +sr "Serbian" OFF \ +sv "Swedish" OFF \ +tr "Turkish" OFF \ +uk "Ukrainian" OFF \ +zh_CN.GB2312 "Simplified Chinese" ON \ +zh_TW.Big5 "Chinese" ON \ +2> /tmp/chklist.tmp.$$ + + retval=$? + + if [ -s /tmp/chklist.tmp.$$ ]; then + set `cat /tmp/chklist.tmp.$$` + fi + rm -f /tmp/chklist.tmp.$$ + + case $retval in + 0) if [ -z "$*" ]; then + echo "Nothing selected" + fi + ;; + 1) echo "Cancel pressed." + exit 1 + ;; + esac +fi +fi + +/bin/rm -f ${WRKSRC}/subdirs +/usr/bin/grep "^[^@].*/en/.*" ${CURDIR}/pkg-plist > ${PLIST} +/usr/bin/grep "^@.*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}.dirs + +while [ "$1" ]; do + a=`echo -n $1 | /usr/bin/sed -e 's#\"##g'` + echo $a >> ${WRKSRC}/subdirs + /usr/bin/grep "^[^@].*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^[^@].*-$a\$" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^@.*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST}.dirs + shift +done + +/bin/cat ${PLIST}.dirs >> ${PLIST} diff --git a/hebrew/kde4-l10n/Makefile b/hebrew/kde4-l10n/Makefile index 55d6f1ea7887..893cd73b4beb 100644 --- a/hebrew/kde4-l10n/Makefile +++ b/hebrew/kde4-l10n/Makefile @@ -21,4 +21,10 @@ USE_GMAKE= yes GNU_CONFIGURE= yes +PLIST= ${WRKDIR}/PLIST +SCRIPTS_ENV+= PLIST=${PLIST} + +pre-configure: + @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure + .include <bsd.port.mk> diff --git a/hebrew/kde4-l10n/scripts/Configure b/hebrew/kde4-l10n/scripts/Configure new file mode 100644 index 000000000000..3d8958d60472 --- /dev/null +++ b/hebrew/kde4-l10n/scripts/Configure @@ -0,0 +1,81 @@ +#! /bin/sh +# $FreeBSD$ + +/bin/rm -f ${PLIST} ${PLIST}.dirs + +if [ "${BATCH}" ]; then + set \"ca\" \"cs\" \"da\" \"de\" \"el\" \"eo\" \"es\" \"et\" \"fi\" \"fr\" \"he\" \"hu\" \"ja\" \"is\" \"ko\" \"it\" \"nl\" \"no\" \"no_NY\" \"pl\" \"pt\" \"pt_BR\" \"ro\" \"ru\" \"sk\" \"sl\" \"sr\" \"sv\" \"tr\" \"uk\" \"zh_CN.GB2312\" \"zh_TW.Big5\" +else +if [ "${LINGUAS}" ]; then + set `echo $LINGUAS` +else + /usr/bin/dialog --title "Select languages" --clear \ + --checklist "\n\ +Please select desired languages:" -1 -1 16 \ +ca "Canada" OFF \ +cs "Czech" OFF \ +da "Danish" OFF \ +de "German" ON \ +el "Greek" OFF \ +eo "Esperanto" OFF \ +es "Spanish" OFF \ +et "Estonian" OFF \ +fi "Finnish" ON \ +fr "French" ON \ +he "Hebrew" OFF \ +hu "Hungarian" OFF \ +ja "Japanese" ON \ +is "Icelandic" OFF \ +ko "Korean" ON \ +it "Italian" OFF \ +nl "Dutch" OFF \ +no "Norwegian (Bokmaal)" OFF \ +no_NY "Norwegian (Nynorsk)" OFF \ +pl "Polish" OFF \ +pt "Portuguese" OFF \ +pt_BR "Brazil portuguese" OFF \ +ro "Romanian" OFF \ +ru "Russian" ON \ +sk "Slovak" OFF \ +sl "Slovenian" OFF \ +sr "Serbian" OFF \ +sv "Swedish" OFF \ +tr "Turkish" OFF \ +uk "Ukrainian" OFF \ +zh_CN.GB2312 "Simplified Chinese" ON \ +zh_TW.Big5 "Chinese" ON \ +2> /tmp/chklist.tmp.$$ + + retval=$? + + if [ -s /tmp/chklist.tmp.$$ ]; then + set `cat /tmp/chklist.tmp.$$` + fi + rm -f /tmp/chklist.tmp.$$ + + case $retval in + 0) if [ -z "$*" ]; then + echo "Nothing selected" + fi + ;; + 1) echo "Cancel pressed." + exit 1 + ;; + esac +fi +fi + +/bin/rm -f ${WRKSRC}/subdirs +/usr/bin/grep "^[^@].*/en/.*" ${CURDIR}/pkg-plist > ${PLIST} +/usr/bin/grep "^@.*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}.dirs + +while [ "$1" ]; do + a=`echo -n $1 | /usr/bin/sed -e 's#\"##g'` + echo $a >> ${WRKSRC}/subdirs + /usr/bin/grep "^[^@].*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^[^@].*-$a\$" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^@.*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST}.dirs + shift +done + +/bin/cat ${PLIST}.dirs >> ${PLIST} diff --git a/hungarian/kde3-i18n/Makefile b/hungarian/kde3-i18n/Makefile index 55d6f1ea7887..893cd73b4beb 100644 --- a/hungarian/kde3-i18n/Makefile +++ b/hungarian/kde3-i18n/Makefile @@ -21,4 +21,10 @@ USE_GMAKE= yes GNU_CONFIGURE= yes +PLIST= ${WRKDIR}/PLIST +SCRIPTS_ENV+= PLIST=${PLIST} + +pre-configure: + @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure + .include <bsd.port.mk> diff --git a/hungarian/kde3-i18n/scripts/Configure b/hungarian/kde3-i18n/scripts/Configure new file mode 100644 index 000000000000..3d8958d60472 --- /dev/null +++ b/hungarian/kde3-i18n/scripts/Configure @@ -0,0 +1,81 @@ +#! /bin/sh +# $FreeBSD$ + +/bin/rm -f ${PLIST} ${PLIST}.dirs + +if [ "${BATCH}" ]; then + set \"ca\" \"cs\" \"da\" \"de\" \"el\" \"eo\" \"es\" \"et\" \"fi\" \"fr\" \"he\" \"hu\" \"ja\" \"is\" \"ko\" \"it\" \"nl\" \"no\" \"no_NY\" \"pl\" \"pt\" \"pt_BR\" \"ro\" \"ru\" \"sk\" \"sl\" \"sr\" \"sv\" \"tr\" \"uk\" \"zh_CN.GB2312\" \"zh_TW.Big5\" +else +if [ "${LINGUAS}" ]; then + set `echo $LINGUAS` +else + /usr/bin/dialog --title "Select languages" --clear \ + --checklist "\n\ +Please select desired languages:" -1 -1 16 \ +ca "Canada" OFF \ +cs "Czech" OFF \ +da "Danish" OFF \ +de "German" ON \ +el "Greek" OFF \ +eo "Esperanto" OFF \ +es "Spanish" OFF \ +et "Estonian" OFF \ +fi "Finnish" ON \ +fr "French" ON \ +he "Hebrew" OFF \ +hu "Hungarian" OFF \ +ja "Japanese" ON \ +is "Icelandic" OFF \ +ko "Korean" ON \ +it "Italian" OFF \ +nl "Dutch" OFF \ +no "Norwegian (Bokmaal)" OFF \ +no_NY "Norwegian (Nynorsk)" OFF \ +pl "Polish" OFF \ +pt "Portuguese" OFF \ +pt_BR "Brazil portuguese" OFF \ +ro "Romanian" OFF \ +ru "Russian" ON \ +sk "Slovak" OFF \ +sl "Slovenian" OFF \ +sr "Serbian" OFF \ +sv "Swedish" OFF \ +tr "Turkish" OFF \ +uk "Ukrainian" OFF \ +zh_CN.GB2312 "Simplified Chinese" ON \ +zh_TW.Big5 "Chinese" ON \ +2> /tmp/chklist.tmp.$$ + + retval=$? + + if [ -s /tmp/chklist.tmp.$$ ]; then + set `cat /tmp/chklist.tmp.$$` + fi + rm -f /tmp/chklist.tmp.$$ + + case $retval in + 0) if [ -z "$*" ]; then + echo "Nothing selected" + fi + ;; + 1) echo "Cancel pressed." + exit 1 + ;; + esac +fi +fi + +/bin/rm -f ${WRKSRC}/subdirs +/usr/bin/grep "^[^@].*/en/.*" ${CURDIR}/pkg-plist > ${PLIST} +/usr/bin/grep "^@.*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}.dirs + +while [ "$1" ]; do + a=`echo -n $1 | /usr/bin/sed -e 's#\"##g'` + echo $a >> ${WRKSRC}/subdirs + /usr/bin/grep "^[^@].*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^[^@].*-$a\$" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^@.*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST}.dirs + shift +done + +/bin/cat ${PLIST}.dirs >> ${PLIST} diff --git a/hungarian/kde4-l10n/Makefile b/hungarian/kde4-l10n/Makefile index 55d6f1ea7887..893cd73b4beb 100644 --- a/hungarian/kde4-l10n/Makefile +++ b/hungarian/kde4-l10n/Makefile @@ -21,4 +21,10 @@ USE_GMAKE= yes GNU_CONFIGURE= yes +PLIST= ${WRKDIR}/PLIST +SCRIPTS_ENV+= PLIST=${PLIST} + +pre-configure: + @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure + .include <bsd.port.mk> diff --git a/hungarian/kde4-l10n/scripts/Configure b/hungarian/kde4-l10n/scripts/Configure new file mode 100644 index 000000000000..3d8958d60472 --- /dev/null +++ b/hungarian/kde4-l10n/scripts/Configure @@ -0,0 +1,81 @@ +#! /bin/sh +# $FreeBSD$ + +/bin/rm -f ${PLIST} ${PLIST}.dirs + +if [ "${BATCH}" ]; then + set \"ca\" \"cs\" \"da\" \"de\" \"el\" \"eo\" \"es\" \"et\" \"fi\" \"fr\" \"he\" \"hu\" \"ja\" \"is\" \"ko\" \"it\" \"nl\" \"no\" \"no_NY\" \"pl\" \"pt\" \"pt_BR\" \"ro\" \"ru\" \"sk\" \"sl\" \"sr\" \"sv\" \"tr\" \"uk\" \"zh_CN.GB2312\" \"zh_TW.Big5\" +else +if [ "${LINGUAS}" ]; then + set `echo $LINGUAS` +else + /usr/bin/dialog --title "Select languages" --clear \ + --checklist "\n\ +Please select desired languages:" -1 -1 16 \ +ca "Canada" OFF \ +cs "Czech" OFF \ +da "Danish" OFF \ +de "German" ON \ +el "Greek" OFF \ +eo "Esperanto" OFF \ +es "Spanish" OFF \ +et "Estonian" OFF \ +fi "Finnish" ON \ +fr "French" ON \ +he "Hebrew" OFF \ +hu "Hungarian" OFF \ +ja "Japanese" ON \ +is "Icelandic" OFF \ +ko "Korean" ON \ +it "Italian" OFF \ +nl "Dutch" OFF \ +no "Norwegian (Bokmaal)" OFF \ +no_NY "Norwegian (Nynorsk)" OFF \ +pl "Polish" OFF \ +pt "Portuguese" OFF \ +pt_BR "Brazil portuguese" OFF \ +ro "Romanian" OFF \ +ru "Russian" ON \ +sk "Slovak" OFF \ +sl "Slovenian" OFF \ +sr "Serbian" OFF \ +sv "Swedish" OFF \ +tr "Turkish" OFF \ +uk "Ukrainian" OFF \ +zh_CN.GB2312 "Simplified Chinese" ON \ +zh_TW.Big5 "Chinese" ON \ +2> /tmp/chklist.tmp.$$ + + retval=$? + + if [ -s /tmp/chklist.tmp.$$ ]; then + set `cat /tmp/chklist.tmp.$$` + fi + rm -f /tmp/chklist.tmp.$$ + + case $retval in + 0) if [ -z "$*" ]; then + echo "Nothing selected" + fi + ;; + 1) echo "Cancel pressed." + exit 1 + ;; + esac +fi +fi + +/bin/rm -f ${WRKSRC}/subdirs +/usr/bin/grep "^[^@].*/en/.*" ${CURDIR}/pkg-plist > ${PLIST} +/usr/bin/grep "^@.*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}.dirs + +while [ "$1" ]; do + a=`echo -n $1 | /usr/bin/sed -e 's#\"##g'` + echo $a >> ${WRKSRC}/subdirs + /usr/bin/grep "^[^@].*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^[^@].*-$a\$" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^@.*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST}.dirs + shift +done + +/bin/cat ${PLIST}.dirs >> ${PLIST} diff --git a/misc/kde2-i18n/Makefile b/misc/kde2-i18n/Makefile index 55d6f1ea7887..893cd73b4beb 100644 --- a/misc/kde2-i18n/Makefile +++ b/misc/kde2-i18n/Makefile @@ -21,4 +21,10 @@ USE_GMAKE= yes GNU_CONFIGURE= yes +PLIST= ${WRKDIR}/PLIST +SCRIPTS_ENV+= PLIST=${PLIST} + +pre-configure: + @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure + .include <bsd.port.mk> diff --git a/misc/kde2-i18n/pkg-plist b/misc/kde2-i18n/pkg-plist index 65766741ce9d..c0fe99286b4f 100644 --- a/misc/kde2-i18n/pkg-plist +++ b/misc/kde2-i18n/pkg-plist @@ -1,793 +1,735 @@ -share/doc/HTML/en/khelpcenter/visualdict/.anchors -share/doc/HTML/en/khelpcenter/visualdict/credits.html -share/doc/HTML/en/khelpcenter/visualdict/index.html -share/doc/HTML/en/khelpcenter/visualdict/visual-dictionary.html -share/doc/HTML/en/khelpcenter/visualdict/common -share/doc/HTML/en/khelpcenter/visualdict/index.docbook -share/doc/HTML/en/khelpcenter/visualdict/pict1.png -share/doc/HTML/en/khelpcenter/visualdict/pict10.png -share/doc/HTML/en/khelpcenter/visualdict/pict11.png -share/doc/HTML/en/khelpcenter/visualdict/pict12.png -share/doc/HTML/en/khelpcenter/visualdict/pict13.png -share/doc/HTML/en/khelpcenter/visualdict/pict14.png -share/doc/HTML/en/khelpcenter/visualdict/pict15.png -share/doc/HTML/en/khelpcenter/visualdict/pict16.png -share/doc/HTML/en/khelpcenter/visualdict/pict17.png -share/doc/HTML/en/khelpcenter/visualdict/pict18.png -share/doc/HTML/en/khelpcenter/visualdict/pict19.png -share/doc/HTML/en/khelpcenter/visualdict/pict2.png -share/doc/HTML/en/khelpcenter/visualdict/pict20.png -share/doc/HTML/en/khelpcenter/visualdict/pict3.png -share/doc/HTML/en/khelpcenter/visualdict/pict4.png -share/doc/HTML/en/khelpcenter/visualdict/pict5.png -share/doc/HTML/en/khelpcenter/visualdict/pict6.png -share/doc/HTML/en/khelpcenter/visualdict/pict7.png -share/doc/HTML/en/khelpcenter/visualdict/pict8.png -share/doc/HTML/en/khelpcenter/visualdict/pict9.png -share/doc/HTML/en/kicker/.anchors -share/doc/HTML/en/kicker/applets.html -share/doc/HTML/en/kicker/application-group.html -share/doc/HTML/en/kicker/basics.html -share/doc/HTML/en/kicker/browsers.html -share/doc/HTML/en/kicker/child-panel-extension.html -share/doc/HTML/en/kicker/clock-applet.html -share/doc/HTML/en/kicker/commands.html -share/doc/HTML/en/kicker/compilation.html -share/doc/HTML/en/kicker/configuration.html -share/doc/HTML/en/kicker/configuring-apps.html -share/doc/HTML/en/kicker/configuring.html -share/doc/HTML/en/kicker/credits.html -share/doc/HTML/en/kicker/dock-application-bar-extension.html -share/doc/HTML/en/kicker/extensions.html -share/doc/HTML/en/kicker/faq.html -share/doc/HTML/en/kicker/index.html -share/doc/HTML/en/kicker/installation.html -share/doc/HTML/en/kicker/introduction.html -share/doc/HTML/en/kicker/k-menu.html -share/doc/HTML/en/kicker/kasbar-extension.html -share/doc/HTML/en/kicker/kfind-advanced.html -share/doc/HTML/en/kicker/kfind-date-range.html -share/doc/HTML/en/kicker/kfind.html -share/doc/HTML/en/kicker/launcher-applet.html -share/doc/HTML/en/kicker/most-recently-group.html -share/doc/HTML/en/kicker/naughty-applet.html -share/doc/HTML/en/kicker/pager-applet.html -share/doc/HTML/en/kicker/panel-applets.html -share/doc/HTML/en/kicker/panel-buttons.html -share/doc/HTML/en/kicker/panel-looknfeel.html -share/doc/HTML/en/kicker/panel-menus.html -share/doc/HTML/en/kicker/requirements.html -share/doc/HTML/en/kicker/run-applet.html -share/doc/HTML/en/kicker/run-command.html -share/doc/HTML/en/kicker/systemtray-applet.html -share/doc/HTML/en/kicker/using-kicker.html -share/doc/HTML/en/kicker/common -share/doc/HTML/en/kicker/index.docbook -share/doc/HTML/en/kicker/k_menu_icon.png -share/doc/HTML/en/kicker/screenshot_left.png -share/doc/HTML/en/kicker/screenshot_right.png -share/doc/HTML/en/kicker/windowlist_icon.png -share/doc/HTML/en/kicker/application-groupe.html -share/doc/HTML/en/kicker/barre-application-windowmaker-extension.html -share/doc/HTML/en/kicker/commandes.html -share/doc/HTML/en/kicker/conditions.html -share/doc/HTML/en/kicker/configurer-apps.html -share/doc/HTML/en/kicker/configurer.html -share/doc/HTML/en/kicker/essentiel.html -share/doc/HTML/en/kicker/executer-commande.html -share/doc/HTML/en/kicker/groupe-plus-recent.html -share/doc/HTML/en/kicker/horloge-applet.html -share/doc/HTML/en/kicker/navigue.html -share/doc/HTML/en/kicker/incorpore-applet.html -share/doc/HTML/en/kicker/kfind-avance.html -share/doc/HTML/en/kicker/kfind-intervalle-date.html -share/doc/HTML/en/kicker/lanceur-applet.html -share/doc/HTML/en/kicker/ligne-applet.html -share/doc/HTML/en/kicker/mini-tableau-extension.html -share/doc/HTML/en/kicker/paneau-applets.html -share/doc/HTML/en/kicker/paneau-boutons.html -share/doc/HTML/en/kicker/paneau-ergonomie.html -share/doc/HTML/en/kicker/paneau-menus.html -share/doc/HTML/en/kicker/processus-applet.html -share/doc/HTML/en/kicker/remerciements.html -share/doc/HTML/en/kicker/utiliser-kicker.html -share/doc/HTML/ru/common/kde-localised.css -share/doc/HTML/ru/common/logotp3.png -share/doc/HTML/ru/common/artistic-license.html -share/doc/HTML/ru/common/bsd-license.html -share/doc/HTML/ru/common/caution.png -share/doc/HTML/ru/common/fdl-license -share/doc/HTML/ru/common/fdl-license.html -share/doc/HTML/ru/common/gpl-license -share/doc/HTML/ru/common/gpl-license.html -share/doc/HTML/ru/common/home.png -share/doc/HTML/ru/common/important.png -share/doc/HTML/ru/common/kde-common.css -share/doc/HTML/ru/common/kde-default.css -share/doc/HTML/ru/common/lgpl-license -share/doc/HTML/ru/common/lgpl-license.html -share/doc/HTML/ru/common/logotp3-small.png -share/doc/HTML/ru/common/next.png -share/doc/HTML/ru/common/note.png -share/doc/HTML/ru/common/prev.png -share/doc/HTML/ru/common/qpl-license.html -share/doc/HTML/ru/common/tip.png -share/doc/HTML/ru/common/toc-blank.png -share/doc/HTML/ru/common/toc-minus.png -share/doc/HTML/ru/common/toc-plus.png -share/doc/HTML/ru/common/up.png -share/doc/HTML/ru/common/warning.png -share/doc/HTML/ru/common/x11-license.html -share/doc/HTML/ru/common/xml.dcl -share/doc/HTML/ru/kpackage/.anchors -share/doc/HTML/ru/kpackage/index.html -share/doc/HTML/ru/kpackage/kompilirovanie-i-ustanovka.html -share/doc/HTML/ru/kpackage/lineika-instrumentov.html -share/doc/HTML/ru/kpackage/meniu-kesh.html -share/doc/HTML/ru/kpackage/meniu-nastroiki.html -share/doc/HTML/ru/kpackage/meniu-pakety.html -share/doc/HTML/ru/kpackage/meniu.html -share/doc/HTML/ru/kpackage/osnovnye-elementy-ekrana.html -share/doc/HTML/ru/kpackage/rabota-s-neustanovlennymi-paketami.html -share/doc/HTML/ru/kpackage/rabota-s-ustanovlennymi-paketami.html -share/doc/HTML/ru/kpackage/trebovaniia.html -share/doc/HTML/ru/kpackage/udalenie-paketov.html -share/doc/HTML/ru/kpackage/ustanovka-paketov.html -share/doc/HTML/ru/kpackage/ustanovka.html -share/doc/HTML/ru/kpackage/common -share/doc/HTML/ru/kpackage/vvedenie.html -share/doc/HTML/ru/kpackage/index.docbook -share/doc/HTML/ru/kuser/.anchors -share/doc/HTML/ru/kuser/index.html -share/doc/HTML/ru/kuser/sec-cust.html -share/doc/HTML/ru/kuser/sec-doc.html -share/doc/HTML/ru/kuser/sec-epilogue.html -share/doc/HTML/ru/kuser/sec-intro.html -share/doc/HTML/ru/kuser/sec-start.html -share/doc/HTML/ru/kuser/sec-using.html -share/doc/HTML/ru/kuser/sec1-add.html -share/doc/HTML/ru/kuser/sec1-groupprops.html -share/doc/HTML/ru/kuser/sec1-userprops.html -share/doc/HTML/ru/kuser/common -share/doc/HTML/ru/kuser/index.docbook -share/doc/HTML/ru/kdm/.anchors -share/doc/HTML/ru/kdm/index.html -share/doc/HTML/ru/kdm/iuridicheskie-voprosy.html -share/doc/HTML/ru/kdm/kdmdesktop.html -share/doc/HTML/ru/kdm/locale.html -share/doc/HTML/ru/kdm/nastroika-kdm.html -share/doc/HTML/ru/kdm/raznye-menedzhery-okon-i-kdm-vybor-menedzher.html -share/doc/HTML/ru/kdm/ustanovka-i-nastroika-kdm.html -share/doc/HTML/ru/kdm/vvedenie.html -share/doc/HTML/ru/kdm/common -share/doc/HTML/ru/kdm/index.docbook -share/doc/HTML/ru/kfm/.anchors -share/doc/HTML/ru/kfm/avtor.html -share/doc/HTML/ru/kfm/avtorskie-prava.html -share/doc/HTML/ru/kfm/blagodarnosti.html -share/doc/HTML/ru/kfm/chastye-voprosy.html -share/doc/HTML/ru/kfm/faily-.kdelnk.html -share/doc/HTML/ru/kfm/index.html -share/doc/HTML/ru/kfm/internet.html -share/doc/HTML/ru/kfm/ispolzovanie.html -share/doc/HTML/ru/kfm/kak-otkryt-novoe-okno-s-dannym-katalogom.html -share/doc/HTML/ru/kfm/kak-pechatat.html -share/doc/HTML/ru/kfm/kak-pomestit-ssylku-na-url-na-rabochii-stol.html -share/doc/HTML/ru/kfm/kak-smontirovat-ustroistvo.html -share/doc/HTML/ru/kfm/kak-ustanovit-novoe-prilozhenie.html -share/doc/HTML/ru/kfm/shablony.html -share/doc/HTML/ru/kfm/kak-ustanovit-novye-tipy-dannykh.html -share/doc/HTML/ru/kfm/kak-vydelit-neskolko-failov.html -share/doc/HTML/ru/kfm/kak-zaglianut-vnutr-faila-tipa-tar.html -share/doc/HTML/ru/kfm/kak-zapustit-kfm-ne-otkryvaia-okna.html -share/doc/HTML/ru/kfm/mnogozadachnost.html -share/doc/HTML/ru/kfm/obshchie-printsipy.html -share/doc/HTML/ru/kfm/vid.html -share/doc/HTML/ru/kfm/vvedenie.html -share/doc/HTML/ru/kfm/zakladki.html -share/doc/HTML/ru/kfm/common -share/doc/HTML/ru/kfm/index.docbook -share/doc/HTML/ru/kfind/.anchors -share/doc/HTML/ru/kfind/avtory.html -share/doc/HTML/ru/kfind/dialog-zadaniia-parametrov-poiska.html -share/doc/HTML/ru/kfind/index.html -share/doc/HTML/ru/kfind/kompiliatsiia-i-ustanovka.html -share/doc/HTML/ru/kfind/meniu.html -share/doc/HTML/ru/kfind/nastroika.html -share/doc/HTML/ru/kfind/nastroiki.html -share/doc/HTML/ru/kfind/osnovy-graficheskogo-interfeisa.html -share/doc/HTML/ru/kfind/pomoshch.html -share/doc/HTML/ru/kfind/redaktirovat.html -share/doc/HTML/ru/kfind/trebovaniia.html -share/doc/HTML/ru/kfind/ustanovka.html -share/doc/HTML/ru/kfind/vvedenie.html -share/doc/HTML/ru/kfind/zakliuchenie.html -share/doc/HTML/ru/kfind/zona-prosmotra.html -share/doc/HTML/ru/kfind/common -share/doc/HTML/ru/kfind/index.docbook -share/doc/HTML/ru/khelpcenter/faq/.anchors -share/doc/HTML/ru/khelpcenter/faq/a-kak-naschet-kde-programm-kotorye-ne-imeiut.html -share/doc/HTML/ru/khelpcenter/faq/a-stoit-li-na-samom-dele-perekhodit-na-kde-1.html -share/doc/HTML/ru/khelpcenter/faq/bystroe-peremeshchenie-okon-ili-izmenenie-ik.html -share/doc/HTML/ru/khelpcenter/faq/bzip2.html -share/doc/HTML/ru/khelpcenter/faq/chto-ia-dolzhen-sdelat-chtoby-poluchit-mac-p.html -share/doc/HTML/ru/khelpcenter/faq/chto-ia-mogu-sdelat-dlia-sodeistviia-chzv.html -share/doc/HTML/ru/khelpcenter/faq/chto-mne-delat-esli-ia-ispolzuiu-mysh-s-dvum.html -share/doc/HTML/ru/khelpcenter/faq/chto-oznachaet-k-v-kde.html -share/doc/HTML/ru/khelpcenter/faq/chto-oznachaiut-i-i-m-v-stroke-vypolnit.html -share/doc/HTML/ru/khelpcenter/faq/chto-oznachaiut-vse-eti-akronimy-tipa-afaik.html -share/doc/HTML/ru/khelpcenter/faq/chto-takoe-prilipaiushchee-okno.html -share/doc/HTML/ru/khelpcenter/faq/chto-takoe-zatenenie-okna.html -share/doc/HTML/ru/khelpcenter/faq/cvs.html -share/doc/HTML/ru/khelpcenter/faq/dolzhen-li-ia-obnovit-iadro-do-2.2.html -share/doc/HTML/ru/khelpcenter/faq/dolzhen-li-ia-udalit-staruiu-versiiu-xyz-per.html -share/doc/HTML/ru/khelpcenter/faq/est-li-internatsionalnyi-perekliuchatel-klav.html -share/doc/HTML/ru/khelpcenter/faq/est-li-v-kfm-funktsiia-sokhranit-kak....html -share/doc/HTML/ru/khelpcenter/faq/fail-menedzher.html -share/doc/HTML/ru/khelpcenter/faq/gde-ia-dolzhen-sokhranit-moi-faily-esli-ia-k.html -share/doc/HTML/ru/khelpcenter/faq/how-to-start-kde.html -share/doc/HTML/ru/khelpcenter/faq/gde-ia-mogu-naiti-snapshoty-kde.html -share/doc/HTML/ru/khelpcenter/faq/gde-nakhodiatsia-piktogrammy.html -share/doc/HTML/ru/khelpcenter/faq/how-to-subscribe.html -share/doc/HTML/ru/khelpcenter/faq/ia-by-khotel-chtoby-shchelchok-levoi-knopki-.html -share/doc/HTML/ru/khelpcenter/faq/ia-khochu-programmirovat-dlia-kde.-chto-ia-d.html -share/doc/HTML/ru/khelpcenter/faq/ia-poigralsia-s-vyborom-shriftov-v-tsentre-u.html -share/doc/HTML/ru/khelpcenter/faq/ia-pytaius-skompilirovat-kde-ispolzuia-gcc-n.html -share/doc/HTML/ru/khelpcenter/faq/ia-ustanovil-kde-no-teper-mne-ne-nravitsia-c.html -share/doc/HTML/ru/khelpcenter/faq/ia-vsegda-poluchaiu-soobshchenie-ob-oshibke-.html -share/doc/HTML/ru/khelpcenter/faq/index.html -share/doc/HTML/ru/khelpcenter/faq/iavliaetsia-li-kde-klonom-cde-windows-95-mac.html -share/doc/HTML/ru/khelpcenter/faq/iavliaetsia-li-kde-menedzherom-okon.html -share/doc/HTML/ru/khelpcenter/faq/iavliaetsia-li-kde-svobodnym-programmnym-obe.html -share/doc/HTML/ru/khelpcenter/faq/imeet-li-kde-graficheskii-ftp-klient.html -share/doc/HTML/ru/khelpcenter/faq/imeiushchiesia-formaty-paketov.html -share/doc/HTML/ru/khelpcenter/faq/imeiutsia-li-zerkalnye-saity-cvs-dlia-kde.html -share/doc/HTML/ru/khelpcenter/faq/instruktsii-po-ustanovke-dlia-paketov-razlic.html -share/doc/HTML/ru/khelpcenter/faq/instruktsii-po-ustanovke.html -share/doc/HTML/ru/khelpcenter/faq/izvestnye-ispravleniia-oshibok-v-kde.html -share/doc/HTML/ru/khelpcenter/faq/kak-mne-ubrat-kwmpager.html -share/doc/HTML/ru/khelpcenter/faq/kak-izbavitsia-ot-piktogramm-trashtemplatesa.html -share/doc/HTML/ru/khelpcenter/faq/kak-mne-delat-kopirovat-i-vstavit-v-kde.html -share/doc/HTML/ru/khelpcenter/faq/kak-mne-delat-ne-anonimnuiu-ftp-transportiro.html -share/doc/HTML/ru/khelpcenter/faq/kak-mne-ispolzovat-khranitel-ekrana-kak-fon.html -share/doc/HTML/ru/khelpcenter/faq/kak-mne-ispolzovat-shrifty-truetype-v-kde.html -share/doc/HTML/ru/khelpcenter/faq/kak-mne-izmenit-sposob-otobrazheniia-togo-il.html -share/doc/HTML/ru/khelpcenter/faq/kak-mne-maksimizirovat-okna-tolko-vertikalno.html -share/doc/HTML/ru/khelpcenter/faq/kak-mne-montirovatrazmontirovat-ustroistvo-s.html -share/doc/HTML/ru/khelpcenter/faq/kak-vyiti-iz-kde.html -share/doc/HTML/ru/khelpcenter/faq/kak-mne-narisovat-piktogrammy-dlia-ne-kde-pr.html -share/doc/HTML/ru/khelpcenter/faq/kak-mne-otmenit-menedzhment-seansov.html -share/doc/HTML/ru/khelpcenter/faq/kak-mne-perevesti-prilozheniia-kde-na-moi-ro.html -share/doc/HTML/ru/khelpcenter/faq/kak-mne-poluchit-dostup-k-cvs.html -share/doc/HTML/ru/khelpcenter/faq/kak-mne-poluchit-prilipaiushchie-okna-ne-ime.html -share/doc/HTML/ru/khelpcenter/faq/kak-mne-poluchit-raznoobraznuiu-informatsiiu.html -share/doc/HTML/ru/khelpcenter/faq/kak-mne-poluchit-v-k-meniu-papki-kotorye-byl.html -share/doc/HTML/ru/khelpcenter/faq/kak-mne-poluchit-vozmozhnost-pisat-soobshche.html -share/doc/HTML/ru/khelpcenter/faq/kak-mne-sdelatustanovit-diff-faily.html -share/doc/HTML/ru/khelpcenter/faq/kak-mne-soobshchit-ob-oshibke.html -share/doc/HTML/ru/khelpcenter/faq/kak-mne-uznat-kakuiu-versiiu-kde-ia-ispolzui.html -share/doc/HTML/ru/khelpcenter/faq/kak-mne-zadat-nachalnyi-katalog-dlia-kfm.html -share/doc/HTML/ru/khelpcenter/faq/kak-mne-zakliuchit-prilozhenie-v-paneli.html -share/doc/HTML/ru/khelpcenter/faq/kak-mne-zamenit-kwm-na-drugoi-sovmestimyi-s-.html -share/doc/HTML/ru/khelpcenter/faq/kak-mne-zamenit-na-graficheskom-ekrane-regis.html -share/doc/HTML/ru/khelpcenter/faq/kak-mne-zamenit-traditsionnyi-linux-ekran-na.html -share/doc/HTML/ru/khelpcenter/faq/kak-mne-zamenit-x-ukazatel-myshi-na-strelku.html -share/doc/HTML/ru/khelpcenter/faq/kak-mne-zastavit-backspace-rabotat-pod-kde.html -share/doc/HTML/ru/khelpcenter/faq/kak-mne-zapustit-prilozhenie-na-sootvetstvui.html -share/doc/HTML/ru/khelpcenter/faq/kak-v-kde-montirovat-failovye-sistemy.html -share/doc/HTML/ru/khelpcenter/faq/kakaia-versiia-naibolee-novaia.html -share/doc/HTML/ru/khelpcenter/faq/kakie-faily-ia-mogu-udalit-iz-moego-kataloga.html -share/doc/HTML/ru/khelpcenter/faq/kazhdyi-raz-kogda-ia-zapuskaiu-kde-on-rugaet.html -share/doc/HTML/ru/khelpcenter/faq/kbiff.html -share/doc/HTML/ru/khelpcenter/faq/kde-mailing-lists.html -share/doc/HTML/ru/khelpcenter/faq/kde-na-aix.html -share/doc/HTML/ru/khelpcenter/faq/kde-na-portativnom-kompiutere.html -share/doc/HTML/ru/khelpcenter/faq/kde-newsgroups.html -share/doc/HTML/ru/khelpcenter/faq/kde-s-ne-kde-prilozheniiami.html -share/doc/HTML/ru/khelpcenter/faq/kmail.html -share/doc/HTML/ru/khelpcenter/faq/koffice.html -share/doc/HTML/ru/khelpcenter/faq/kogda-ia-minimiziruiu-okno-ono-ischezaet.-ku.html -share/doc/HTML/ru/khelpcenter/faq/kogda-ia-pytaius-dobavit-prilozhenie-na-pane.html -share/doc/HTML/ru/khelpcenter/faq/kompilirovanie-kdebase-vydaet-binsh-msgfmt-c.html -share/doc/HTML/ru/khelpcenter/faq/kscd.html -share/doc/HTML/ru/khelpcenter/faq/ktop.html -share/doc/HTML/ru/khelpcenter/faq/kuda-podevalsia-skript-configure-iz-snapshot.html -share/doc/HTML/ru/khelpcenter/faq/kvt.html -share/doc/HTML/ru/khelpcenter/faq/loopback-device.html -share/doc/HTML/ru/khelpcenter/faq/menedzher-okon.html -share/doc/HTML/ru/khelpcenter/faq/mikro-kaksdelat-kompilirovanie-kde-1.1-na-sg.html -share/doc/HTML/ru/khelpcenter/faq/mne-nuzhen-tolko-dostup-k-chteniiu-v-svs.-et.html -share/doc/HTML/ru/khelpcenter/faq/nastroika-kde.html -share/doc/HTML/ru/khelpcenter/faq/mogu-ia-vydelit-punkt-meniu-dazhe-esli-ia-ne.html -share/doc/HTML/ru/khelpcenter/faq/mogu-li-ia-ispolzovat-mysh-s-kolesom-prokrut.html -share/doc/HTML/ru/khelpcenter/faq/mogu-li-ia-izmenit-standartnye-punkty-meniu-.html -share/doc/HTML/ru/khelpcenter/faq/mogu-li-ia-zadavat-moi-sobstvennye-klaviatur.html -share/doc/HTML/ru/khelpcenter/faq/mozhet-li-kde-zapuskat-emuliatory-terminala-.html -share/doc/HTML/ru/khelpcenter/faq/mozhno-li-imet-kpanel-pri-ispolzovanii-mened.html -share/doc/HTML/ru/khelpcenter/faq/mozhno-li-rasshirit-meniu-piktogramm-raboche.html -share/doc/HTML/ru/khelpcenter/faq/mozhno-li-zadat-algoritmy-raspolozheniia-oko.html -share/doc/HTML/ru/khelpcenter/faq/netscape.html -share/doc/HTML/ru/khelpcenter/faq/mozhno-li-zamenit-izobrazhenie-na-k-knopke-p.html -share/doc/HTML/ru/khelpcenter/faq/no-ved-qt-ne-svoboden-pravda.html -share/doc/HTML/ru/khelpcenter/faq/nsbookmark.html -share/doc/HTML/ru/khelpcenter/faq/o-chzv.html -share/doc/HTML/ru/khelpcenter/faq/opisanie-paketov.html -share/doc/HTML/ru/khelpcenter/faq/panel.html -share/doc/HTML/ru/khelpcenter/faq/platform.html -share/doc/HTML/ru/khelpcenter/faq/pochemu-by-ne-sdelat-lgpl-lnyi-klon-qt.html -share/doc/HTML/ru/khelpcenter/faq/pochemu-chasy-na-paneli-pokazyvaiut-nepravil.html -share/doc/HTML/ru/khelpcenter/faq/pochemu-kde-ne-ispolzuet-gtk-xforms-xlib-cht.html -share/doc/HTML/ru/khelpcenter/faq/pochemu-kdm-ili-klock-ne-rabotaiut-v-redhat.html -share/doc/HTML/ru/khelpcenter/faq/podderzhivaet-li-kde-dvoinoi-ekran.html -share/doc/HTML/ru/khelpcenter/faq/pochemu-u-menia-ne-rabotaiut-sistemnye-zvuki.html -share/doc/HTML/ru/khelpcenter/faq/poleznye-podskazki.html -share/doc/HTML/ru/khelpcenter/faq/poluchenie-dalneishei-informatsii.html -share/doc/HTML/ru/khelpcenter/faq/poluchenie-kde.html -share/doc/HTML/ru/khelpcenter/faq/poteriaiu-li-ia-moi-nastroiki-pri-obnovlenii.html -share/doc/HTML/ru/khelpcenter/faq/prerequisites.html -share/doc/HTML/ru/khelpcenter/faq/pri-ustanovke-paketov-debian-s-dpkg-poiavlia.html -share/doc/HTML/ru/khelpcenter/faq/pri-ustanovke-paketov-dlia-redhat-voznikaet-.html -share/doc/HTML/ru/khelpcenter/faq/prilozheniia-kde.html -share/doc/HTML/ru/khelpcenter/faq/protsedury-posle-ustanovki.html -share/doc/HTML/ru/khelpcenter/faq/rabochii-stol.html -share/doc/HTML/ru/khelpcenter/faq/razlichnye-voprosy.html -share/doc/HTML/ru/khelpcenter/faq/staroffice-5.0-personalnyi-vypusk-dlia-linux.html -share/doc/HTML/ru/khelpcenter/faq/startkde-ne-mozhet-zagruzit-kde-soobshchaia-.html -share/doc/HTML/ru/khelpcenter/faq/sushchestvuet-li-programma-kotoraia-proveria.html -share/doc/HTML/ru/khelpcenter/faq/sushchestvuiut-li-arkhivy-spiskov-rassylki.html -share/doc/HTML/ru/khelpcenter/faq/sushchestvuiut-li-distributivy-linux-postavl.html -share/doc/HTML/ru/khelpcenter/faq/unichtozhenie-okon-v-kde..html -share/doc/HTML/ru/khelpcenter/faq/ustanovka-rpm-failov-s-suse-yast-vyvodit-iz-.html -share/doc/HTML/ru/khelpcenter/faq/v-deistvitelnosti-ne-sviazannoe-s-kde-no-vse.html -share/doc/HTML/ru/khelpcenter/faq/vklad.html -share/doc/HTML/ru/khelpcenter/faq/vvedenie.html -share/doc/HTML/ru/khelpcenter/faq/vozmozhno-li-ustanovit-kde-v-katalog-polzova.html -share/doc/HTML/ru/khelpcenter/faq/what-is-qt.html -share/doc/HTML/ru/khelpcenter/faq/where-to-get-qt.html -share/doc/HTML/ru/khelpcenter/faq/zachem-nuzhna-papka-templates.html -share/doc/HTML/ru/khelpcenter/faq/common -share/doc/HTML/ru/khelpcenter/faq/index.docbook -share/doc/HTML/ru/khelpcenter/quickguide/.anchors -share/doc/HTML/ru/khelpcenter/quickguide/configure.html -share/doc/HTML/ru/khelpcenter/quickguide/dopolnitelnye-razdely.html -share/doc/HTML/ru/khelpcenter/quickguide/index.html -share/doc/HTML/ru/khelpcenter/quickguide/ispolzovanie-paneli-zadach.html -share/doc/HTML/ru/khelpcenter/quickguide/kde-zamechatelnoe-puteshestvie.html -share/doc/HTML/ru/khelpcenter/quickguide/na-start-vnimanie-marsh.html -share/doc/HTML/ru/khelpcenter/quickguide/nastroechnye-moduli.html -share/doc/HTML/ru/khelpcenter/quickguide/obzor-kde.html -share/doc/HTML/ru/khelpcenter/quickguide/rabota-s-arkhivami-i-setiami.html -share/doc/HTML/ru/khelpcenter/quickguide/rabota-s-oknami.html -share/doc/HTML/ru/khelpcenter/quickguide/shablony-dlia-dostupa-k-prilozheniiam-i-ustr.html -share/doc/HTML/ru/khelpcenter/quickguide/upravlenie-failami.html -share/doc/HTML/ru/khelpcenter/quickguide/vklady.html -share/doc/HTML/ru/khelpcenter/quickguide/common -share/doc/HTML/ru/khelpcenter/quickguide/vernite-mne-moiu-komandnuiu-stroku.html -share/doc/HTML/ru/khelpcenter/quickguide/virtualnye-rabochie-stoly.html -share/doc/HTML/ru/khelpcenter/quickguide/vvedenie.html -share/doc/HTML/ru/khelpcenter/quickguide/zapusk-prilozhenii.html -share/doc/HTML/ru/khelpcenter/quickguide/zavershenie-seansa-raboty.html -share/doc/HTML/ru/khelpcenter/quickguide/index.docbook -share/doc/HTML/ru/khelpcenter/userguide/.anchors -share/doc/HTML/ru/khelpcenter/userguide/blagodarnosti.html -share/doc/HTML/ru/khelpcenter/userguide/chasto-zadavaemye-voprosy-o-kde.html -share/doc/HTML/ru/khelpcenter/userguide/chto-eshche-ne-sdelano.html -share/doc/HTML/ru/khelpcenter/userguide/dobavlenie-programm-ili-piktogramm-ssylok-na.html -share/doc/HTML/ru/khelpcenter/userguide/drugie-istochniki-informatsii.html -share/doc/HTML/ru/khelpcenter/userguide/epilog.html -share/doc/HTML/ru/khelpcenter/userguide/graphical-applications-graficheskie-prilozhe.html -share/doc/HTML/ru/khelpcenter/userguide/i-nam-vse-eshche-nuzhny-pomoshchniki.html -share/doc/HTML/ru/khelpcenter/userguide/ia-ne-mogu-skompilirovat-paket-xxx.html -share/doc/HTML/ru/khelpcenter/userguide/igrushki.html -share/doc/HTML/ru/khelpcenter/userguide/index.html -share/doc/HTML/ru/khelpcenter/userguide/informatsiia.html -share/doc/HTML/ru/khelpcenter/userguide/ispolzovanie-komandnoi-stroki-i-terminalov.html -share/doc/HTML/ru/khelpcenter/userguide/ispolzovanie-menedzhera-shriftov.html -share/doc/HTML/ru/khelpcenter/userguide/ispolzovanie-musornoi-korziny.html -share/doc/HTML/ru/khelpcenter/userguide/ispolzovanie-myshi.html -share/doc/HTML/ru/khelpcenter/userguide/ispolzovanie-neskolkikh-rabochikh-stolov.html -share/doc/HTML/ru/khelpcenter/userguide/ispolzovanie-tgz-dlia-ustanovki-poverkh-drug.html -share/doc/HTML/ru/khelpcenter/userguide/istochniki-informatsii-kotorye-byli-ispolzov.html -share/doc/HTML/ru/khelpcenter/userguide/istoriia-sozdaniia-kde.html -share/doc/HTML/ru/khelpcenter/userguide/iuridicheskaia-informatsiia.html -share/doc/HTML/ru/khelpcenter/userguide/iuridicheskoe-zaiavlenie.html -share/doc/HTML/ru/khelpcenter/userguide/kde-ne-stabilen.html -share/doc/HTML/ru/khelpcenter/userguide/kak-i-gde-naiti-novye-komponenty.html -share/doc/HTML/ru/khelpcenter/userguide/kmedia-proigryvatel-zvukovykh-failov.html -share/doc/HTML/ru/khelpcenter/userguide/knu-setevye-utility.html -share/doc/HTML/ru/khelpcenter/userguide/komponenty-rabochego-stola.html -share/doc/HTML/ru/khelpcenter/userguide/kontakty-s-avtorami.html -share/doc/HTML/ru/khelpcenter/userguide/kpoker-poker.html -share/doc/HTML/ru/khelpcenter/userguide/krn-klient-novostei.html -share/doc/HTML/ru/khelpcenter/userguide/ktetris-tetris.html -share/doc/HTML/ru/khelpcenter/userguide/kview-prosmotrshchik-izobrazhenii.html -share/doc/HTML/ru/khelpcenter/userguide/linux-ustanovka-poverkh-debiangnu-distributi.html -share/doc/HTML/ru/khelpcenter/userguide/linux-ustanovka-rpm-paketov-dlia-redhat-cald.html -share/doc/HTML/ru/khelpcenter/userguide/nastroika-paneli.html -share/doc/HTML/ru/khelpcenter/userguide/malenkie-khitrosti-i-triuki-v-vashei-ezhedne.html -share/doc/HTML/ru/khelpcenter/userguide/nastroika-kde-tsentr-upravleniia-kde.html -share/doc/HTML/ru/khelpcenter/userguide/network-applications-setevye-prilozheniia.html -share/doc/HTML/ru/khelpcenter/userguide/ob-etoi-versii-knigi.html -share/doc/HTML/ru/khelpcenter/userguide/peremeshchenie-failov-s-pomoshchiu-drag-and-.html -share/doc/HTML/ru/khelpcenter/userguide/pervye-vpechatleniia.html -share/doc/HTML/ru/khelpcenter/userguide/poisk-poteriannykh-failov.html -share/doc/HTML/ru/khelpcenter/userguide/prilozheniia-multimedia.html -share/doc/HTML/ru/khelpcenter/userguide/razmeshchenie-ssylok-na-vashem-rabochem-stol.html -share/doc/HTML/ru/khelpcenter/userguide/s-chego-nachat.html -share/doc/HTML/ru/khelpcenter/userguide/set.html -share/doc/HTML/ru/khelpcenter/userguide/ustanovka.html -share/doc/HTML/ru/khelpcenter/userguide/sozdanie-novykh-failov-na-vashem-rabochem-st.html -share/doc/HTML/ru/khelpcenter/userguide/standartnaia-publichnaia-litsenziia-gnu.html -share/doc/HTML/ru/khelpcenter/userguide/trebuemye-izmeneniia-v-failakh-nastroiki.html -share/doc/HTML/ru/khelpcenter/userguide/ustroistva-vvoda.html -share/doc/HTML/ru/khelpcenter/userguide/utility-applications-poleznye-prilozheniia.html -share/doc/HTML/ru/khelpcenter/userguide/v-chem-ia-silno-nuzhdaius.html -share/doc/HTML/ru/khelpcenter/userguide/vse-o-vashem-rabochem-stole.html -share/doc/HTML/ru/khelpcenter/userguide/vvedenie.html -share/doc/HTML/ru/khelpcenter/userguide/vykhod-iz-kde.html -share/doc/HTML/ru/khelpcenter/userguide/zapusk-khranitelia-ekrana-peredvizheniem-mys.html -share/doc/HTML/ru/khelpcenter/userguide/zvuk.html -share/doc/HTML/ru/khelpcenter/userguide/common -share/doc/HTML/ru/khelpcenter/userguide/index.docbook -share/doc/HTML/ru/khelpcenter/background.png -share/doc/HTML/ru/khelpcenter/bgtable.png -share/doc/HTML/ru/khelpcenter/kdelogo2.png -share/doc/HTML/ru/khelpcenter/khelpcenter.png -share/doc/HTML/ru/khelpcenter/konq.css -share/doc/HTML/ru/khelpcenter/lines.png -share/doc/HTML/ru/khelpcenter/lines2.png -share/doc/HTML/ru/khelpcenter/main.html -share/doc/HTML/ru/khelpcenter/no-html.html -share/doc/HTML/ru/khelpcenter/pointers.png -share/doc/HTML/ru/khelpcenter/shadow1.png -share/doc/HTML/ru/kikbd/.anchors -share/doc/HTML/ru/kikbd/advanced.html -share/doc/HTML/ru/kikbd/avtor.html -share/doc/HTML/ru/kikbd/bugs.html -share/doc/HTML/ru/kikbd/config.html -share/doc/HTML/ru/kikbd/create.html -share/doc/HTML/ru/kikbd/index.html -share/doc/HTML/ru/kikbd/khraniteli-ekrana.html -share/doc/HTML/ru/kikbd/natsionalnaia-klaviatura.html -share/doc/HTML/ru/kikbd/problemy.html -share/doc/HTML/ru/kikbd/stil.html -share/doc/HTML/ru/kikbd/ustanovka.html -share/doc/HTML/ru/kikbd/vstuplenie.html -share/doc/HTML/ru/kikbd/zapusk.html -share/doc/HTML/ru/kikbd/common -share/doc/HTML/ru/kikbd/advanced.png -share/doc/HTML/ru/kikbd/general.png -share/doc/HTML/ru/kikbd/index.docbook -share/doc/HTML/ru/kikbd/startup.png -share/doc/HTML/ru/kikbd/style.png -share/doc/HTML/ru/konsole/.anchors -share/doc/HTML/ru/konsole/bezopasnost.html -share/doc/HTML/ru/konsole/index.html -share/doc/HTML/ru/konsole/nastroika.html -share/doc/HTML/ru/konsole/nekorrektnaia-rabota-prilozhenii.html -share/doc/HTML/ru/konsole/obnaruzhennye-oshibki-dlia-versii-konsole-0..html -share/doc/HTML/ru/konsole/obnaruzhennye-oshibki-i-chzv-chasto-zadavaem.html -share/doc/HTML/ru/konsole/obzor.html -share/doc/HTML/ru/konsole/oshibochnye-bazy-dannykh-termcap-i-terminfo.html -share/doc/HTML/ru/konsole/problemy-s-backspace-delete-and-likely-keybo.html -share/doc/HTML/ru/konsole/shrifty.html -share/doc/HTML/ru/konsole/tsvetovye-skhemy.html -share/doc/HTML/ru/konsole/ustanovka.html -share/doc/HTML/ru/konsole/vozmozhnosti-kotorye-ne-planiruetsia-realizo.html -share/doc/HTML/ru/konsole/vvedenie.html -share/doc/HTML/ru/konsole/common -share/doc/HTML/ru/konsole/index.docbook -share/doc/HTML/ru/kpager/.anchors -share/doc/HTML/ru/kpager/chasto-zadavaemye-voprosy-chzv.html -share/doc/HTML/ru/kpager/globalnyi-rabochii-stol.html -share/doc/HTML/ru/kpager/index.html -share/doc/HTML/ru/kpager/izmenenie-razmerov-okna..html -share/doc/HTML/ru/kpager/kompiliatsiia-i-ustanovka.html -share/doc/HTML/ru/kpager/meniat-rabochii-stol-po-odnomu-shchelchku..html -share/doc/HTML/ru/kpager/meniu-svoistv-okna..html -share/doc/HTML/ru/kpager/nastroika-k-peidzhera-i-dopolnitelnye-vozmoz.html -share/doc/HTML/ru/kpager/rabota-s-k-peidzherom.html -share/doc/HTML/ru/kpager/riada.html -share/doc/HTML/ru/kpager/sistemnye-trebovaniia.html -share/doc/HTML/ru/kpager/ustanovka.html -share/doc/HTML/ru/kpager/common -share/doc/HTML/ru/kpager/vvedenie.html -share/doc/HTML/ru/kpager/index.docbook -share/doc/HTML/ru/kpanel/.anchors -share/doc/HTML/ru/kpanel/advanced.html -share/doc/HTML/ru/kpanel/avtory.html -share/doc/HTML/ru/kpanel/confmenu.html -share/doc/HTML/ru/kpanel/confpanelicons.html -share/doc/HTML/ru/kpanel/confvdesk.html -share/doc/HTML/ru/kpanel/elementy-kpanel-na-ekrane.html -share/doc/HTML/ru/kpanel/index.html -share/doc/HTML/ru/kpanel/kpanelrc.html -share/doc/HTML/ru/kpanel/nastroika-paneli.html -share/doc/HTML/ru/kpanel/panel.html -share/doc/HTML/ru/kpanel/v-rabote-prinimali-uchastie.html -share/doc/HTML/ru/kpanel/vvedenie.html -share/doc/HTML/ru/kpanel/common -share/doc/HTML/ru/kpanel/index.docbook -share/doc/HTML/ru/kwm/.anchors -share/doc/HTML/ru/kwm/avtory.html -share/doc/HTML/ru/kwm/chasto-zadavaemye-voprosy.html -share/doc/HTML/ru/kwm/epilog.html -share/doc/HTML/ru/kwm/index.html -share/doc/HTML/ru/kwm/ispolzovanie-kwm.html -share/doc/HTML/ru/kwm/komandy.html -share/doc/HTML/ru/kwm/mini-cli.html -share/doc/HTML/ru/kwm/mozhno-li-dobavit-dopolnitelnye-funktsii-kde.html -share/doc/HTML/ru/kwm/nastroika.html -share/doc/HTML/ru/kwm/pochemu-ia-ne-mogu-opredelit-novye-uskoritel.html -share/doc/HTML/ru/kwm/pochemu-vneshnii-vid-kwm-tak-silno-napominae.html -share/doc/HTML/ru/kwm/podderzhivaet-li-kwm-zatenennye-okna-a-la-op.html -share/doc/HTML/ru/kwm/shortcuts.html -share/doc/HTML/ru/kwm/upravlenie-myshiu..html -share/doc/HTML/ru/kwm/vvedenie.html -share/doc/HTML/ru/kwm/zvukovye-sobytiia.html -share/doc/HTML/ru/kwm/common -share/doc/HTML/ru/kwm/index.docbook -share/doc/HTML/ru/kabalone/.anchors -share/doc/HTML/ru/kabalone/avtory.html -share/doc/HTML/ru/kabalone/epilog.html -share/doc/HTML/ru/kabalone/index.html -share/doc/HTML/ru/kabalone/nastroiki.html -share/doc/HTML/ru/kabalone/prava-kopirovaniia.html -share/doc/HTML/ru/kabalone/pravila-igry.html -share/doc/HTML/ru/kabalone/vvedenie.html -share/doc/HTML/ru/kabalone/common -share/doc/HTML/ru/kabalone/index.docbook -share/doc/HTML/ru/kasteroids/.anchors -share/doc/HTML/ru/kasteroids/avtory.html -share/doc/HTML/ru/kasteroids/epilog.html -share/doc/HTML/ru/kasteroids/index.html -share/doc/HTML/ru/kasteroids/kontrolnye-klavishi.html -share/doc/HTML/ru/kasteroids/vvedenie.html -share/doc/HTML/ru/kasteroids/common -share/doc/HTML/ru/kasteroids/index.docbook -share/doc/HTML/ru/kblackbox/.anchors -share/doc/HTML/ru/kblackbox/chto-takoe-kblackbox.html -share/doc/HTML/ru/kblackbox/epilog.html -share/doc/HTML/ru/kblackbox/index.html -share/doc/HTML/ru/kblackbox/interfeis-s-polzovatelem.html -share/doc/HTML/ru/kblackbox/litsenziia.html -share/doc/HTML/ru/kblackbox/opisanie-graficheskogo-interfeisa-s-polzovat.html -share/doc/HTML/ru/kblackbox/opisanie-igry.html -share/doc/HTML/ru/kblackbox/pravila-igry.html -share/doc/HTML/ru/kblackbox/ustanovka.html -share/doc/HTML/ru/kblackbox/common -share/doc/HTML/ru/kblackbox/index.docbook -share/doc/HTML/ru/kjumpingcube/.anchors -share/doc/HTML/ru/kjumpingcube/avtorskie-prava.html -share/doc/HTML/ru/kjumpingcube/index.html -share/doc/HTML/ru/kjumpingcube/kak-igrat.html -share/doc/HTML/ru/kjumpingcube/kompilirovanie-i-ustanovka.html -share/doc/HTML/ru/kjumpingcube/trebovaniia.html -share/doc/HTML/ru/kjumpingcube/ustanovka.html -share/doc/HTML/ru/kjumpingcube/voprosy-otvety-podskazki.html -share/doc/HTML/ru/kjumpingcube/vvedenie.html -share/doc/HTML/ru/kjumpingcube/common -share/doc/HTML/ru/kjumpingcube/index.docbook -share/doc/HTML/ru/kmahjongg/.anchors -share/doc/HTML/ru/kmahjongg/avtory.html -share/doc/HTML/ru/kmahjongg/epilog.html -share/doc/HTML/ru/kmahjongg/index.html -share/doc/HTML/ru/kmahjongg/vvedenie.html -share/doc/HTML/ru/kmahjongg/common -share/doc/HTML/ru/kmahjongg/index.docbook -share/doc/HTML/ru/kmines/.anchors -share/doc/HTML/ru/kmines/avtory.html -share/doc/HTML/ru/kmines/epilog.html -share/doc/HTML/ru/kmines/index.html -share/doc/HTML/ru/kmines/kak-igrat.html -share/doc/HTML/ru/kmines/vvedenie.html -share/doc/HTML/ru/kmines/common -share/doc/HTML/ru/kmines/index.docbook -share/doc/HTML/ru/konquest/.anchors -share/doc/HTML/ru/konquest/epilog.html -share/doc/HTML/ru/konquest/index.html -share/doc/HTML/ru/konquest/kak-igrat.html -share/doc/HTML/ru/konquest/primechanie.html -share/doc/HTML/ru/konquest/common -share/doc/HTML/ru/konquest/index.docbook -share/doc/HTML/ru/kpoker/.anchors -share/doc/HTML/ru/kpoker/avtorskie-prava.html -share/doc/HTML/ru/kpoker/epilog.html -share/doc/HTML/ru/kpoker/gde-mne-vziat-samuiu-posledniuiu-versiiu-igr.html -share/doc/HTML/ru/kpoker/hands.html -share/doc/HTML/ru/kpoker/igra.html -share/doc/HTML/ru/kpoker/index.html -share/doc/HTML/ru/kpoker/scoring.html -share/doc/HTML/ru/kpoker/vvedenie.html -share/doc/HTML/ru/kpoker/common -share/doc/HTML/ru/kpoker/index.docbook -share/doc/HTML/ru/kreversi/.anchors -share/doc/HTML/ru/kreversi/avtorskie-prava.html -share/doc/HTML/ru/kreversi/avtory.html -share/doc/HTML/ru/kreversi/epilog.html -share/doc/HTML/ru/kreversi/index.html -share/doc/HTML/ru/kreversi/oznakomlenie-s-igroi.html -share/doc/HTML/ru/kreversi/podskazki-po-strategii.html -share/doc/HTML/ru/kreversi/pravila-igry.html -share/doc/HTML/ru/kreversi/vvedenie.html -share/doc/HTML/ru/kreversi/common -share/doc/HTML/ru/kreversi/index.docbook -share/doc/HTML/ru/ksame/.anchors -share/doc/HTML/ru/ksame/avtorskie-prava.html -share/doc/HTML/ru/ksame/avtory.html -share/doc/HTML/ru/ksame/epilog.html -share/doc/HTML/ru/ksame/index.html -share/doc/HTML/ru/ksame/podskazki-po-strategii.html -share/doc/HTML/ru/ksame/pravila-igry.html -share/doc/HTML/ru/ksame/vvedenie.html -share/doc/HTML/ru/ksame/common -share/doc/HTML/ru/ksame/index.docbook -share/doc/HTML/ru/kshisen/.anchors -share/doc/HTML/ru/kshisen/avtory.html -share/doc/HTML/ru/kshisen/epilog.html -share/doc/HTML/ru/kshisen/index.html -share/doc/HTML/ru/kshisen/vvedenie.html -share/doc/HTML/ru/kshisen/common -share/doc/HTML/ru/kshisen/index.docbook -share/doc/HTML/ru/ksirtet/.anchors -share/doc/HTML/ru/ksirtet/avtory.html -share/doc/HTML/ru/ksirtet/epilog.html -share/doc/HTML/ru/ksirtet/index.html -share/doc/HTML/ru/ksirtet/kak-igrat.html -share/doc/HTML/ru/ksirtet/kak-nabirat-ochki.html -share/doc/HTML/ru/ksirtet/neskolko-igrokov.html -share/doc/HTML/ru/ksirtet/vvedenie.html -share/doc/HTML/ru/ksirtet/common -share/doc/HTML/ru/ksirtet/index.docbook -share/doc/HTML/ru/ksmiletris/.anchors -share/doc/HTML/ru/ksmiletris/blagodarnosti.html -share/doc/HTML/ru/ksmiletris/epilog.html -share/doc/HTML/ru/ksmiletris/index.html -share/doc/HTML/ru/ksmiletris/izmeneniia.html -share/doc/HTML/ru/ksmiletris/litsenziia.html -share/doc/HTML/ru/ksmiletris/predstoit-sdelat.html -share/doc/HTML/ru/ksmiletris/razrabotka.html -share/doc/HTML/ru/ksmiletris/vvedenie.html -share/doc/HTML/ru/ksmiletris/common -share/doc/HTML/ru/ksmiletris/index.docbook -share/doc/HTML/ru/ksmiletris/ksmiletris.png -share/doc/HTML/ru/ksnake/.anchors -share/doc/HTML/ru/ksnake/avtory.html -share/doc/HTML/ru/ksnake/epilog.html -share/doc/HTML/ru/ksnake/index.html -share/doc/HTML/ru/ksnake/nastroika.html -share/doc/HTML/ru/ksnake/ochki.html -share/doc/HTML/ru/ksnake/pravila-igry.html -share/doc/HTML/ru/ksnake/vvedenie.html -share/doc/HTML/ru/ksnake/common -share/doc/HTML/ru/ksnake/index.docbook -share/doc/HTML/ru/ksokoban/.anchors -share/doc/HTML/ru/ksokoban/index-0.html -share/doc/HTML/ru/ksokoban/index-1.html -share/doc/HTML/ru/ksokoban/index-3.html -share/doc/HTML/ru/ksokoban/index-5.html -share/doc/HTML/ru/ksokoban/index-6.html -share/doc/HTML/ru/ksokoban/index-7.html -share/doc/HTML/ru/ksokoban/index.html -share/doc/HTML/ru/ksokoban/common -share/doc/HTML/ru/ksokoban/index.docbook -share/doc/HTML/ru/kiconedit/.anchors -share/doc/HTML/ru/kiconedit/edit.html -share/doc/HTML/ru/kiconedit/help.html -share/doc/HTML/ru/kiconedit/index.html -share/doc/HTML/ru/kiconedit/kompiliatsiia-i-ustanovka.html -share/doc/HTML/ru/kiconedit/koordinatnaia-setka.html -share/doc/HTML/ru/kiconedit/nastroika.html -share/doc/HTML/ru/kiconedit/opisanie-punktov-meniu..html -share/doc/HTML/ru/kiconedit/options.html -share/doc/HTML/ru/kiconedit/osnovy-graficheskogo-interfeisa.html -share/doc/HTML/ru/kiconedit/panel-instrumentov-redaktirovaniia-piktogram.html -share/doc/HTML/ru/kiconedit/panel-otobrazheniia-piktogrammy.html -share/doc/HTML/ru/kiconedit/tools.html -share/doc/HTML/ru/kiconedit/trebovaniia.html -share/doc/HTML/ru/kiconedit/ustanovka.html -share/doc/HTML/ru/kiconedit/common -share/doc/HTML/ru/kiconedit/view.html -share/doc/HTML/ru/kiconedit/vvedenie.html -share/doc/HTML/ru/kiconedit/index.docbook -share/doc/HTML/ru/kmix/.anchors -share/doc/HTML/ru/kmix/elementy-meniu.html -share/doc/HTML/ru/kmix/help.html -share/doc/HTML/ru/kmix/index.html -share/doc/HTML/ru/kmix/kompiliatsiia-i-ustanovka.html -share/doc/HTML/ru/kmix/neskolko-zvukovykh-plat..html -share/doc/HTML/ru/kmix/osnovy-graficheskogo-interfeisa.html -share/doc/HTML/ru/kmix/priviazka-k-klavisham.html -share/doc/HTML/ru/kmix/reguliator-balansa.html -share/doc/HTML/ru/kmix/trebovaniia.html -share/doc/HTML/ru/kmix/ustanovka.html -share/doc/HTML/ru/kmix/voprosy-i-otvety..html -share/doc/HTML/ru/kmix/vvedenie.html -share/doc/HTML/ru/kmix/common -share/doc/HTML/ru/kmix/index.docbook -share/doc/HTML/ru/knu/.anchors -share/doc/HTML/ru/knu/avtor.html -share/doc/HTML/ru/knu/epilog.html -share/doc/HTML/ru/knu/index.html -share/doc/HTML/ru/knu/istoriia.html -share/doc/HTML/ru/knu/nastroika-knu.html -share/doc/HTML/ru/knu/nastroiki-0.html -share/doc/HTML/ru/knu/nastroiki-1.html -share/doc/HTML/ru/knu/nastroiki-2.html -share/doc/HTML/ru/knu/nastroiki.html -share/doc/HTML/ru/knu/opisanie-0.html -share/doc/HTML/ru/knu/opisanie-1.html -share/doc/HTML/ru/knu/opisanie-2.html -share/doc/HTML/ru/knu/opisanie.html -share/doc/HTML/ru/knu/prava-kopirovaniia.html -share/doc/HTML/ru/knu/razdel-finger.html -share/doc/HTML/ru/knu/razdel-mtr.html -share/doc/HTML/ru/knu/razdel-ping.html -share/doc/HTML/ru/knu/razdel-preobrazovanie-imen.html -share/doc/HTML/ru/knu/razdel-traceroute.html -share/doc/HTML/ru/knu/vvedenie.html -share/doc/HTML/ru/knu/common -share/doc/HTML/ru/knu/index.docbook -share/doc/HTML/ru/knu/knu-config.png -share/doc/HTML/ru/knu/knu-finger.png -share/doc/HTML/ru/knu/knu-host.png -share/doc/HTML/ru/knu/knu-mtr.png -share/doc/HTML/ru/knu/knu-ping.png -share/doc/HTML/ru/knu/knu-traceroute.png -share/doc/HTML/ru/ark/.anchors -share/doc/HTML/ru/ark/index-0.html -share/doc/HTML/ru/ark/index-1.html -share/doc/HTML/ru/ark/index-16.html -share/doc/HTML/ru/ark/index-2.html -share/doc/HTML/ru/ark/index-20.html -share/doc/HTML/ru/ark/index-23.html -share/doc/HTML/ru/ark/index-3.html -share/doc/HTML/ru/ark/index-5.html -share/doc/HTML/ru/ark/index-6.html -share/doc/HTML/ru/ark/index-7.html -share/doc/HTML/ru/ark/index-8.html -share/doc/HTML/ru/ark/index-9.html -share/doc/HTML/ru/ark/index.html -share/doc/HTML/ru/ark/common -share/doc/HTML/ru/ark/index.docbook -share/doc/HTML/ru/kfloppy/.anchors -share/doc/HTML/ru/kfloppy/index-0.html -share/doc/HTML/ru/kfloppy/index-1.html -share/doc/HTML/ru/kfloppy/index-3.html -share/doc/HTML/ru/kfloppy/index-4.html -share/doc/HTML/ru/kfloppy/index-5.html -share/doc/HTML/ru/kfloppy/index-6.html -share/doc/HTML/ru/kfloppy/index.html -share/doc/HTML/ru/kfloppy/common -share/doc/HTML/ru/kfloppy/index.docbook -share/doc/HTML/ru/kjots/.anchors -share/doc/HTML/ru/kjots/index-0.html -share/doc/HTML/ru/kjots/index-1.html -share/doc/HTML/ru/kjots/index-3.html -share/doc/HTML/ru/kjots/index-4.html -share/doc/HTML/ru/kjots/index-5.html -share/doc/HTML/ru/kjots/index.html -share/doc/HTML/ru/kjots/common -share/doc/HTML/ru/kjots/index.docbook -share/doc/HTML/de/common/fdl-translated.html -share/doc/HTML/de/common/gpl-translated.html -share/doc/HTML/de/common/kde-localised.css -share/doc/HTML/de/common/lgpl-translated.html -share/doc/HTML/de/common/logotp3.png +share/apps/amor/tips-fr +share/apps/amor/tips-ro +share/apps/ktuberling/sounds/da/briller.wav +share/apps/ktuberling/sounds/da/cigar.wav +share/apps/ktuberling/sounds/da/hat.wav +share/apps/ktuberling/sounds/da/kartoffelfyr.wav +share/apps/ktuberling/sounds/da/mund.wav +share/apps/ktuberling/sounds/da/naese.wav +share/apps/ktuberling/sounds/da/oeje.wav +share/apps/ktuberling/sounds/da/oejenbryn.wav +share/apps/ktuberling/sounds/da/oere.wav +share/apps/ktuberling/sounds/da/oerering.wav +share/apps/ktuberling/sounds/da/overskaeg.wav +share/apps/ktuberling/sounds/da/politiskilt.wav +share/apps/ktuberling/sounds/da/slips.wav +share/apps/ktuberling/sounds/da/sloejfe.wav +share/apps/ktuberling/sounds/da/solbriller.wav +share/apps/ktuberling/sounds/da/ur.wav +share/apps/ktuberling/sounds/fr/bouche.wav +share/apps/ktuberling/sounds/fr/boucle-d-oreille.wav +share/apps/ktuberling/sounds/fr/chapeau.wav +share/apps/ktuberling/sounds/fr/cigare.wav +share/apps/ktuberling/sounds/fr/lunettes-de-soleil.wav +share/apps/ktuberling/sounds/fr/lunettes.wav +share/apps/ktuberling/sounds/fr/medaille.wav +share/apps/ktuberling/sounds/fr/monsieur-patate.wav +share/apps/ktuberling/sounds/fr/montre.wav +share/apps/ktuberling/sounds/fr/moustache.wav +share/apps/ktuberling/sounds/fr/nez.wav +share/apps/ktuberling/sounds/fr/noeud-papillon.wav +share/apps/ktuberling/sounds/fr/oeil.wav +share/apps/ktuberling/sounds/fr/oreille.wav +share/apps/ktuberling/sounds/fr/sourcil.wav +share/apps/ktuberling/sounds/nl/aardappelmannetje.wav +share/apps/ktuberling/sounds/nl/bril.wav +share/apps/ktuberling/sounds/nl/hoed.wav +share/apps/ktuberling/sounds/nl/horloge.wav +share/apps/ktuberling/sounds/nl/mond.wav +share/apps/ktuberling/sounds/nl/neus.wav +share/apps/ktuberling/sounds/nl/oog.wav +share/apps/ktuberling/sounds/nl/oor.wav +share/apps/ktuberling/sounds/nl/oorbel.wav +share/apps/ktuberling/sounds/nl/sigaar.wav +share/apps/ktuberling/sounds/nl/snor.wav +share/apps/ktuberling/sounds/nl/ster.wav +share/apps/ktuberling/sounds/nl/strik.wav +share/apps/ktuberling/sounds/nl/wenkbrauw.wav +share/apps/ktuberling/sounds/nl/zonnebril.wav +share/apps/ktuberling/sounds/ro/ceas.wav +share/apps/ktuberling/sounds/ro/cercel.wav +share/apps/ktuberling/sounds/ro/gura.wav +share/apps/ktuberling/sounds/ro/insigna.wav +share/apps/ktuberling/sounds/ro/mustata.wav +share/apps/ktuberling/sounds/ro/nas.wav +share/apps/ktuberling/sounds/ro/ochelari.wav +share/apps/ktuberling/sounds/ro/ochelaridesoare.wav +share/apps/ktuberling/sounds/ro/ochi.wav +share/apps/ktuberling/sounds/ro/palarie.wav +share/apps/ktuberling/sounds/ro/papion.wav +share/apps/ktuberling/sounds/ro/sprinceana.wav +share/apps/ktuberling/sounds/ro/tigara.wav +share/apps/ktuberling/sounds/ro/tuberling.wav +share/apps/ktuberling/sounds/ro/ureche.wav +share/doc/HTML/ca/faq/.anchors +share/doc/HTML/ca/faq/a-on-desen-los-icones.html +share/doc/HTML/ca/faq/acces-al-cvs.html +share/doc/HTML/ca/faq/acces-de-lectura-al-cvs.html +share/doc/HTML/ca/faq/actualitzar-el-nucli.html +share/doc/HTML/ca/faq/afaik.html +share/doc/HTML/ca/faq/aix.html +share/doc/HTML/ca/faq/altre-gestor-de-finestres.html +share/doc/HTML/ca/faq/aparenca-d-un-directori.html +share/doc/HTML/ca/faq/aplicacions-no-kde.html +share/doc/HTML/ca/faq/applications-del-kde.html +share/doc/HTML/ca/faq/bash-profile.html +share/doc/HTML/ca/faq/bzip2.html +share/doc/HTML/ca/faq/canviant-de-gestor-de-finestres-al-vol.html +share/doc/HTML/ca/faq/canviar-el-boto-k.html +share/doc/HTML/ca/faq/canviar-els-elements-dels-menus-estandards.html +share/doc/HTML/ca/faq/canviar-la-imatge-de-red-hat.html +share/doc/HTML/ca/faq/canviar-la-profunditat-de-color.html +share/doc/HTML/ca/faq/captures-de-pantalla.html +share/doc/HTML/ca/faq/carpeta-plantilles.html +share/doc/HTML/ca/faq/clicant-el-ratoli-mostres-el-menu-k.html +share/doc/HTML/ca/faq/cliente-ftp-grafic.html +share/doc/HTML/ca/faq/common +share/doc/HTML/ca/faq/configurant-el-kde.html +share/doc/HTML/ca/faq/contribuir.html +share/doc/HTML/ca/faq/copiar-i-enganxar.html +share/doc/HTML/ca/faq/cvs.html +share/doc/HTML/ca/faq/debian.html +share/doc/HTML/ca/faq/dependencies.html +share/doc/HTML/ca/faq/desar-com.html +share/doc/HTML/ca/faq/descripcio-dels-paquets-basics.html +share/doc/HTML/ca/faq/desctivar-la-gestio-de-sessions.html +share/doc/HTML/ca/faq/desfer-de-el-icones.html +share/doc/HTML/ca/faq/destribucio-de-teclat-erronia.html +share/doc/HTML/ca/faq/dibuixar-els-controls-com-el-windows-95.html +share/doc/HTML/ca/faq/diff.html +share/doc/HTML/ca/faq/directori-d-inici.html +share/doc/HTML/ca/faq/directori-per-defecte.html +share/doc/HTML/ca/faq/distribucions-que-vinguin-amb-el-kde.html +share/doc/HTML/ca/faq/du-df.html +share/doc/HTML/ca/faq/el-gestor-de-fitxers.html +share/doc/HTML/ca/faq/el-gestore-de-finestres.html +share/doc/HTML/ca/faq/el-kde-es-un-clonic.html +share/doc/HTML/ca/faq/el-kde-es-un-programari-gratuit.html +share/doc/HTML/ca/faq/el-pannell.html +share/doc/HTML/ca/faq/eliminar.html +share/doc/HTML/ca/faq/es-el-kde-un-gestor-de-finestres.html +share/doc/HTML/ca/faq/es-necessari-actualitzar-se.html +share/doc/HTML/ca/faq/escriure-programari-comercial.html +share/doc/HTML/ca/faq/esdeveni-un-dels-qui-mantenen-la-recopilacio.html +share/doc/HTML/ca/faq/estil-mac.html +share/doc/HTML/ca/faq/extendre-els-menus-d-icones.html +share/doc/HTML/ca/faq/fer-pagines-web.html +share/doc/HTML/ca/faq/finestra-apegolosa.html +share/doc/HTML/ca/faq/finestra-redueix.html +share/doc/HTML/ca/faq/finestra-sticky.html +share/doc/HTML/ca/faq/fitxers-directament-a-l-escriptori.html +share/doc/HTML/ca/faq/formats-de-paquets-disponibles.html +share/doc/HTML/ca/faq/formats-diferents-de-paquets.html +share/doc/HTML/ca/faq/ftp-no-anonimes.html +share/doc/HTML/ca/faq/howtostartkde.html +share/doc/HTML/ca/faq/howtosubscribe.html +share/doc/HTML/ca/faq/icones-en-el-menu-k.html +share/doc/HTML/ca/faq/index.docbook +share/doc/HTML/ca/faq/index.html +share/doc/HTML/ca/faq/inserir-aplicacio.html +share/doc/HTML/ca/faq/instal-lar-el-kde-en-un-directori-d-usuari.html +share/doc/HTML/ca/faq/instruccions-d-instal-lacio.html +share/doc/HTML/ca/faq/introduccio.html +share/doc/HTML/ca/faq/kbiff.html +share/doc/HTML/ca/faq/kde-core-devel.html +share/doc/HTML/ca/faq/kdemailinglists.html +share/doc/HTML/ca/faq/kdenewsgroups.html +share/doc/HTML/ca/faq/kdm-o-klock-in-red-hat.html +share/doc/HTML/ca/faq/kmail.html +share/doc/HTML/ca/faq/koffice.html +share/doc/HTML/ca/faq/korn-kbiff.html +share/doc/HTML/ca/faq/kpanel-en-gestor-de-finestres-no-compatible.html +share/doc/HTML/ca/faq/kscd.html +share/doc/HTML/ca/faq/kstart.html +share/doc/HTML/ca/faq/ktop.html +share/doc/HTML/ca/faq/kvt.html +share/doc/HTML/ca/faq/l-escriptori.html +share/doc/HTML/ca/faq/la-meva-configuracio-quan-actualtzi-el-kde.html +share/doc/HTML/ca/faq/leds.html +share/doc/HTML/ca/faq/llistes-de-distribucio.html +share/doc/HTML/ca/faq/loopbackdevice.html +share/doc/HTML/ca/faq/make-uninstall.html +share/doc/HTML/ca/faq/makefile-cvs.html +share/doc/HTML/ca/faq/marcador.html +share/doc/HTML/ca/faq/matar-el-kwmpager.html +share/doc/HTML/ca/faq/matar-finestres.html +share/doc/HTML/ca/faq/maximitzar-verticalment-o-horitzontalment.html +share/doc/HTML/ca/faq/menu-d-inici-del-red-hat.html +share/doc/HTML/ca/faq/menus-de-red-hat.html +share/doc/HTML/ca/faq/meu-conjunt-de-dreceres-de-teclat.html +share/doc/HTML/ca/faq/micro-com-fer.html +share/doc/HTML/ca/faq/miscel-lania.html +share/doc/HTML/ca/faq/msgfmt.html +share/doc/HTML/ca/faq/muntar-dos.html +share/doc/HTML/ca/faq/muntar-i-desmuntar.html +share/doc/HTML/ca/faq/muntar-sistemes-de-fitxers.html +share/doc/HTML/ca/faq/ncurses.html +share/doc/HTML/ca/faq/netscape.html +share/doc/HTML/ca/faq/obtenint-mes-informacio.html +share/doc/HTML/ca/faq/obtenir-el-kde.html +share/doc/HTML/ca/faq/obtenir-el-qt.html +share/doc/HTML/ca/faq/on-puc-trobar-instantanies-del-kde.html +share/doc/HTML/ca/faq/panel-es-queixa.html +share/doc/HTML/ca/faq/pantallas-dual.html +share/doc/HTML/ca/faq/per-que-no-gtk.html +share/doc/HTML/ca/faq/percent-i-i-percent-m.html +share/doc/HTML/ca/faq/platform.html +share/doc/HTML/ca/faq/portatil.html +share/doc/HTML/ca/faq/posicionament-de-finestres.html +share/doc/HTML/ca/faq/preguntes-no-relacionades-amb-el-kde.html +share/doc/HTML/ca/faq/prerequisites.html +share/doc/HTML/ca/faq/procediments-de-post-instal-lacio.html +share/doc/HTML/ca/faq/programar-per-al-kde.html +share/doc/HTML/ca/faq/programes-que-no-tenen-icones.html +share/doc/HTML/ca/faq/protector-de-pantalla-com-a-fons.html +share/doc/HTML/ca/faq/punter-del-ratoli.html +share/doc/HTML/ca/faq/qt-clonic.html +share/doc/HTML/ca/faq/qt-no-es-gratuit.html +share/doc/HTML/ca/faq/que-vol-dir-la-k-de-kde.html +share/doc/HTML/ca/faq/quina-es-la-versio-actual.html +share/doc/HTML/ca/faq/quina-versio-estic-utilitzant.html +share/doc/HTML/ca/faq/ratoli-de-2-botons.html +share/doc/HTML/ca/faq/redimensionar-les-finestres-rapidament.html +share/doc/HTML/ca/faq/rellotge.html +share/doc/HTML/ca/faq/replica-del-cvs.html +share/doc/HTML/ca/faq/rodeta.html +share/doc/HTML/ca/faq/sempre-que-engego-el-kde.html +share/doc/HTML/ca/faq/servidor-x-per-windows.html +share/doc/HTML/ca/faq/servidor-x.html +share/doc/HTML/ca/faq/shading.html +share/doc/HTML/ca/faq/simbol-de-l-euro.html +share/doc/HTML/ca/faq/sobre-esta-compilacio.html +share/doc/HTML/ca/faq/solaris.html +share/doc/HTML/ca/faq/soluciones-conegudes-de-problemes-del-kde.html +share/doc/HTML/ca/faq/sons-del-sistema.html +share/doc/HTML/ca/faq/sortir-del-kde.html +share/doc/HTML/ca/faq/sotmetre-l-informe-d-un-problema.html +share/doc/HTML/ca/faq/staroffice.html +share/doc/HTML/ca/faq/suport-gif.html +share/doc/HTML/ca/faq/tecla-de-retroces.html +share/doc/HTML/ca/faq/teclat-windows.html +share/doc/HTML/ca/faq/teclats-internacionals.html +share/doc/HTML/ca/faq/themes.html +share/doc/HTML/ca/faq/tipus-de-lettra.html +share/doc/HTML/ca/faq/tipus-mime.html +share/doc/HTML/ca/faq/traduccio.html +share/doc/HTML/ca/faq/transparens-emuladors-de-terminal.html +share/doc/HTML/ca/faq/trucs-utils.html +share/doc/HTML/ca/faq/truetype.html +share/doc/HTML/ca/faq/whatisqt.html +share/doc/HTML/ca/faq/xdm.html +share/doc/HTML/ca/faq/yast.html +share/doc/HTML/cs/common/artistic-license.html +share/doc/HTML/cs/common/bsd-license.html +share/doc/HTML/cs/common/caution.png +share/doc/HTML/cs/common/fdl-license +share/doc/HTML/cs/common/fdl-license.html +share/doc/HTML/cs/common/fdl-translated.html +share/doc/HTML/cs/common/gpl-license +share/doc/HTML/cs/common/gpl-license.html +share/doc/HTML/cs/common/gpl-translated.html +share/doc/HTML/cs/common/home.png +share/doc/HTML/cs/common/important.png +share/doc/HTML/cs/common/kde-common.css +share/doc/HTML/cs/common/kde-default.css +share/doc/HTML/cs/common/kde-localised.css +share/doc/HTML/cs/common/lgpl-license +share/doc/HTML/cs/common/lgpl-license.html +share/doc/HTML/cs/common/lgpl-translated.html +share/doc/HTML/cs/common/logotp3-small.png +share/doc/HTML/cs/common/logotp3.png +share/doc/HTML/cs/common/next.png +share/doc/HTML/cs/common/note.png +share/doc/HTML/cs/common/prev.png +share/doc/HTML/cs/common/qpl-license.html +share/doc/HTML/cs/common/tip.png +share/doc/HTML/cs/common/toc-blank.png +share/doc/HTML/cs/common/toc-minus.png +share/doc/HTML/cs/common/toc-plus.png +share/doc/HTML/cs/common/up.png +share/doc/HTML/cs/common/warning.png +share/doc/HTML/cs/common/x11-license.html +share/doc/HTML/cs/common/xml.dcl +share/doc/HTML/cs/kcontrol/.anchors +share/doc/HTML/cs/kcontrol/bell.html +share/doc/HTML/cs/kcontrol/borders.html +share/doc/HTML/cs/kcontrol/color.html +share/doc/HTML/cs/kcontrol/common +share/doc/HTML/cs/kcontrol/control-center-exiting.html +share/doc/HTML/cs/kcontrol/control-center-menus.html +share/doc/HTML/cs/kcontrol/control-center-run-indiv.html +share/doc/HTML/cs/kcontrol/control-center-screen.html +share/doc/HTML/cs/kcontrol/control-center.html +share/doc/HTML/cs/kcontrol/cookie.html +share/doc/HTML/cs/kcontrol/credits.html +share/doc/HTML/cs/kcontrol/crypto.html +share/doc/HTML/cs/kcontrol/datetime.html +share/doc/HTML/cs/kcontrol/devices.html +share/doc/HTML/cs/kcontrol/dma.html +share/doc/HTML/cs/kcontrol/fonts.html +share/doc/HTML/cs/kcontrol/iconstyle.html +share/doc/HTML/cs/kcontrol/index.docbook +share/doc/HTML/cs/kcontrol/index.html +share/doc/HTML/cs/kcontrol/interrupts.html +share/doc/HTML/cs/kcontrol/introduction.html +share/doc/HTML/cs/kcontrol/kblayout.html +share/doc/HTML/cs/kcontrol/kcmaction.docbook +share/doc/HTML/cs/kcontrol/kcmbell.docbook +share/doc/HTML/cs/kcontrol/kcmborders.docbook +share/doc/HTML/cs/kcontrol/kcmcolor.docbook +share/doc/HTML/cs/kcontrol/kcmcookie.docbook +share/doc/HTML/cs/kcontrol/kcmcrypto.docbook +share/doc/HTML/cs/kcontrol/kcmdatetime.docbook +share/doc/HTML/cs/kcontrol/kcmdeviceinfo.docbook +share/doc/HTML/cs/kcontrol/kcmdmainfo.docbook +share/doc/HTML/cs/kcontrol/kcmfonts.docbook +share/doc/HTML/cs/kcontrol/kcmiconstyle.docbook +share/doc/HTML/cs/kcontrol/kcmintinfo.docbook +share/doc/HTML/cs/kcontrol/kcmkblayout.docbook +share/doc/HTML/cs/kcontrol/kcmmidi.docbook +share/doc/HTML/cs/kcontrol/kcmmousebeh.docbook +share/doc/HTML/cs/kcontrol/kcmpciinfo.docbook +share/doc/HTML/cs/kcontrol/kcmpcmcia.docbook +share/doc/HTML/cs/kcontrol/kcmprocinfo.docbook +share/doc/HTML/cs/kcontrol/kcmsndinfo.docbook +share/doc/HTML/cs/kcontrol/laptop.html +share/doc/HTML/cs/kcontrol/midi.html +share/doc/HTML/cs/kcontrol/module.html +share/doc/HTML/cs/kcontrol/modules.html +share/doc/HTML/cs/kcontrol/mouse-behav.html +share/doc/HTML/cs/kcontrol/pci.html +share/doc/HTML/cs/kcontrol/pcmcia.html +share/doc/HTML/cs/kcontrol/processor.html +share/doc/HTML/cs/kcontrol/screenshot.png +share/doc/HTML/cs/kcontrol/soundinfo.html +share/doc/HTML/cs/khelpcenter/.anchors +share/doc/HTML/cs/khelpcenter/background.png +share/doc/HTML/cs/khelpcenter/bgtable.png +share/doc/HTML/cs/khelpcenter/common +share/doc/HTML/cs/khelpcenter/contact-developers.html +share/doc/HTML/cs/khelpcenter/contact-more-information.html +share/doc/HTML/cs/khelpcenter/contact-official.html +share/doc/HTML/cs/khelpcenter/contact-the-kde-team.html +share/doc/HTML/cs/khelpcenter/contact.docbook +share/doc/HTML/cs/khelpcenter/index.docbook +share/doc/HTML/cs/khelpcenter/index.html +share/doc/HTML/cs/khelpcenter/khelpcenter.png +share/doc/HTML/cs/khelpcenter/konq.css +share/doc/HTML/cs/khelpcenter/lines.png +share/doc/HTML/cs/khelpcenter/links.docbook +share/doc/HTML/cs/khelpcenter/main.html +share/doc/HTML/cs/khelpcenter/no-html.html +share/doc/HTML/cs/khelpcenter/pointers.png +share/doc/HTML/cs/khelpcenter/quickstart/.anchors +share/doc/HTML/cs/khelpcenter/quickstart/advanced-topics.html +share/doc/HTML/cs/khelpcenter/quickstart/an-overview-of-kde.html +share/doc/HTML/cs/khelpcenter/quickstart/archives-and-networks.html +share/doc/HTML/cs/khelpcenter/quickstart/common +share/doc/HTML/cs/khelpcenter/quickstart/configuration-modules.html +share/doc/HTML/cs/khelpcenter/quickstart/configure.html +share/doc/HTML/cs/khelpcenter/quickstart/credits.html +share/doc/HTML/cs/khelpcenter/quickstart/index.docbook +share/doc/HTML/cs/khelpcenter/quickstart/index.html +share/doc/HTML/cs/khelpcenter/quickstart/introduction.html +share/doc/HTML/cs/khelpcenter/quickstart/kde-an-exciting-journey.html +share/doc/HTML/cs/khelpcenter/quickstart/launching-applications.html +share/doc/HTML/cs/khelpcenter/quickstart/logging-out.html +share/doc/HTML/cs/khelpcenter/quickstart/managing-your-files.html +share/doc/HTML/cs/khelpcenter/quickstart/ready-set-go.html +share/doc/HTML/cs/khelpcenter/quickstart/using-taskbar.html +share/doc/HTML/cs/khelpcenter/quickstart/using-templates.html +share/doc/HTML/cs/khelpcenter/quickstart/using-v-desktops.html +share/doc/HTML/cs/khelpcenter/quickstart/want-command-line-back.html +share/doc/HTML/cs/khelpcenter/quickstart/working-with-windows.html +share/doc/HTML/cs/khelpcenter/shadow1.png +share/doc/HTML/cs/khelpcenter/support.docbook +share/doc/HTML/cs/khelpcenter/supporting-kde-financial-support.html +share/doc/HTML/cs/khelpcenter/supporting-kde-get-started.html +share/doc/HTML/cs/khelpcenter/supporting-kde.html +share/doc/HTML/cs/khelpcenter/web.html +share/doc/HTML/cs/khelpcenter/welcome-to-kde.html +share/doc/HTML/cs/khelpcenter/welcome.docbook +share/doc/HTML/cs/ksnapshot/index.html +share/doc/HTML/cs/ksnapshot/ksnapshot.png +share/doc/HTML/cs/ksnapshot/release.html +share/doc/HTML/cs/no-html.html +share/doc/HTML/da/common/artistic-license.html +share/doc/HTML/da/common/bsd-license.html +share/doc/HTML/da/common/caution.png +share/doc/HTML/da/common/fdl-license +share/doc/HTML/da/common/fdl-license.html +share/doc/HTML/da/common/fdl-translated.html +share/doc/HTML/da/common/gpl-license +share/doc/HTML/da/common/gpl-license.html +share/doc/HTML/da/common/gpl-translated.html +share/doc/HTML/da/common/home.png +share/doc/HTML/da/common/important.png +share/doc/HTML/da/common/kde-common.css +share/doc/HTML/da/common/kde-default.css +share/doc/HTML/da/common/kde-localised.css +share/doc/HTML/da/common/lgpl-license +share/doc/HTML/da/common/lgpl-license.html +share/doc/HTML/da/common/lgpl-translated.html +share/doc/HTML/da/common/logotp3-small.png +share/doc/HTML/da/common/logotp3.png +share/doc/HTML/da/common/next.png +share/doc/HTML/da/common/note.png +share/doc/HTML/da/common/prev.png +share/doc/HTML/da/common/qpl-license.html +share/doc/HTML/da/common/tip.png +share/doc/HTML/da/common/toc-blank.png +share/doc/HTML/da/common/toc-minus.png +share/doc/HTML/da/common/toc-plus.png +share/doc/HTML/da/common/up.png +share/doc/HTML/da/common/warning.png +share/doc/HTML/da/common/x11-license.html +share/doc/HTML/da/common/xml.dcl +share/doc/HTML/da/kabalone/.anchors +share/doc/HTML/da/kabalone/command-line-options.html +share/doc/HTML/da/kabalone/common +share/doc/HTML/da/kabalone/compilation.html +share/doc/HTML/da/kabalone/credits-and-licenses.html +share/doc/HTML/da/kabalone/edit-menu.html +share/doc/HTML/da/kabalone/index.docbook +share/doc/HTML/da/kabalone/index.html +share/doc/HTML/da/kabalone/installation.html +share/doc/HTML/da/kabalone/introduction.html +share/doc/HTML/da/kabalone/rules-of-the-game.html +share/doc/HTML/da/kabalone/settings-menu.html +share/doc/HTML/da/kabalone/the-user-interface.html +share/doc/HTML/da/kasteroids/.anchors +share/doc/HTML/da/kasteroids/authors.html +share/doc/HTML/da/kasteroids/common +share/doc/HTML/da/kasteroids/compilation.html +share/doc/HTML/da/kasteroids/controls.html +share/doc/HTML/da/kasteroids/credits.html +share/doc/HTML/da/kasteroids/index.docbook +share/doc/HTML/da/kasteroids/index.html +share/doc/HTML/da/kasteroids/installation.html +share/doc/HTML/da/kasteroids/introduction.html +share/doc/HTML/da/kasteroids/menu-reference.html +share/doc/HTML/da/kasteroids/settings-menu.html +share/doc/HTML/da/kasteroids/ship.html +share/doc/HTML/da/kasteroids/tips.html +share/doc/HTML/da/kasteroids/upgrades.html +share/doc/HTML/da/katomic/.anchors +share/doc/HTML/da/katomic/common +share/doc/HTML/da/katomic/compilation.html +share/doc/HTML/da/katomic/configuration.html +share/doc/HTML/da/katomic/credits.html +share/doc/HTML/da/katomic/help.html +share/doc/HTML/da/katomic/index.docbook +share/doc/HTML/da/katomic/index.html +share/doc/HTML/da/katomic/installation.html +share/doc/HTML/da/katomic/introduction.html +share/doc/HTML/da/katomic/keybindings.html +share/doc/HTML/da/katomic/playing-katomic.html +share/doc/HTML/da/katomic/requirements.html +share/doc/HTML/da/katomic/settings-menu.html +share/doc/HTML/da/kblackbox/.anchors +share/doc/HTML/da/kblackbox/common +share/doc/HTML/da/kblackbox/credits-and-license.html +share/doc/HTML/da/kblackbox/game-description.html +share/doc/HTML/da/kblackbox/game-rules.html +share/doc/HTML/da/kblackbox/gui-description.html +share/doc/HTML/da/kblackbox/help.html +share/doc/HTML/da/kblackbox/index.docbook +share/doc/HTML/da/kblackbox/index.html +share/doc/HTML/da/kblackbox/installation.html +share/doc/HTML/da/kblackbox/settings-menu.html +share/doc/HTML/da/kblackbox/toolbar.html +share/doc/HTML/da/kblackbox/user-interaction.html +share/doc/HTML/da/kblackbox/what-is-kblackbox.html +share/doc/HTML/da/kfouleggs/.anchors +share/doc/HTML/da/kfouleggs/aim-of-the-game.html +share/doc/HTML/da/kfouleggs/commands.html +share/doc/HTML/da/kfouleggs/common +share/doc/HTML/da/kfouleggs/credits.html +share/doc/HTML/da/kfouleggs/default-keybindings.html +share/doc/HTML/da/kfouleggs/gameplay.html +share/doc/HTML/da/kfouleggs/index.docbook +share/doc/HTML/da/kfouleggs/index.html +share/doc/HTML/da/kfouleggs/installation.html +share/doc/HTML/da/kfouleggs/introduction.html +share/doc/HTML/da/kfouleggs/multiplayer-and-network-play.html +share/doc/HTML/da/kfouleggs/playing-the-game.html +share/doc/HTML/da/kfouleggs/preferences.html +share/doc/HTML/da/kiconedit/.anchors +share/doc/HTML/da/kiconedit/common +share/doc/HTML/da/kiconedit/edit.html +share/doc/HTML/da/kiconedit/grid.html +share/doc/HTML/da/kiconedit/help.html +share/doc/HTML/da/kiconedit/index.cvlog +share/doc/HTML/da/kiconedit/index.docbook +share/doc/HTML/da/kiconedit/index.html +share/doc/HTML/da/kiconedit/installation.html +share/doc/HTML/da/kiconedit/introduktion.html +share/doc/HTML/da/kiconedit/kompilering-og-installering.html +share/doc/HTML/da/kiconedit/konfiguration.html +share/doc/HTML/da/kiconedit/onscreenfundamentals.html +share/doc/HTML/da/kiconedit/options.html +share/doc/HTML/da/kiconedit/statusbar.html +share/doc/HTML/da/kiconedit/systemkrav.html +share/doc/HTML/da/kiconedit/themenuentries.html +share/doc/HTML/da/kiconedit/tools-toolbar.html +share/doc/HTML/da/kiconedit/tools.html +share/doc/HTML/da/kiconedit/view.html +share/doc/HTML/da/kjumpingcube/.anchors +share/doc/HTML/da/kjumpingcube/common +share/doc/HTML/da/kjumpingcube/compilation.html +share/doc/HTML/da/kjumpingcube/credits.html +share/doc/HTML/da/kjumpingcube/index.docbook +share/doc/HTML/da/kjumpingcube/index.html +share/doc/HTML/da/kjumpingcube/installation.html +share/doc/HTML/da/kjumpingcube/introduction.html +share/doc/HTML/da/kjumpingcube/menu-reference.html +share/doc/HTML/da/kjumpingcube/playing-kjumpingcube.html +share/doc/HTML/da/kjumpingcube/questions-answers-tips.html +share/doc/HTML/da/kjumpingcube/requirements.html +share/doc/HTML/da/kjumpingcube/toolbars.html +share/doc/HTML/da/kmahjongg/.anchors +share/doc/HTML/da/kmahjongg/common +share/doc/HTML/da/kmahjongg/epilogue.html +share/doc/HTML/da/kmahjongg/index.docbook +share/doc/HTML/da/kmahjongg/index.html +share/doc/HTML/da/kmahjongg/introduction.html +share/doc/HTML/da/kmines/.anchors +share/doc/HTML/da/kmines/command.html +share/doc/HTML/da/kmines/common +share/doc/HTML/da/kmines/compilation.html +share/doc/HTML/da/kmines/credits.html +share/doc/HTML/da/kmines/help-menu.html +share/doc/HTML/da/kmines/how-to-play.html +share/doc/HTML/da/kmines/index.docbook +share/doc/HTML/da/kmines/index.html +share/doc/HTML/da/kmines/installation.html +share/doc/HTML/da/kmines/introduction.html +share/doc/HTML/da/kmines/keys.html +share/doc/HTML/da/kmines/prefs.html +share/doc/HTML/da/kmines/settings-menu.html +share/doc/HTML/da/kpat/.anchors +share/doc/HTML/da/kpat/calculation.html +share/doc/HTML/da/kpat/common +share/doc/HTML/da/kpat/compilation.html +share/doc/HTML/da/kpat/credits.html +share/doc/HTML/da/kpat/freecell.html +share/doc/HTML/da/kpat/game-menu.html +share/doc/HTML/da/kpat/grandfather.html +share/doc/HTML/da/kpat/help.html +share/doc/HTML/da/kpat/index.docbook +share/doc/HTML/da/kpat/index.html +share/doc/HTML/da/kpat/installation.html +share/doc/HTML/da/kpat/introduction.html +share/doc/HTML/da/kpat/menus.html +share/doc/HTML/da/kpat/microsolitaire.html +share/doc/HTML/da/kpat/mod3.html +share/doc/HTML/da/kpat/napoleon-s-tomb.html +share/doc/HTML/da/kpat/rules-of-the-game.html +share/doc/HTML/da/kpat/settings-menu.html +share/doc/HTML/da/kpat/ten.html +share/doc/HTML/da/kpat/the-idiot.html +share/doc/HTML/da/kpat/using-kpat.html +share/doc/HTML/da/kpoker/.anchors +share/doc/HTML/da/kpoker/command.html +share/doc/HTML/da/kpoker/common +share/doc/HTML/da/kpoker/compilation.html +share/doc/HTML/da/kpoker/credits.html +share/doc/HTML/da/kpoker/hands.html +share/doc/HTML/da/kpoker/help-menu.html +share/doc/HTML/da/kpoker/index.docbook +share/doc/HTML/da/kpoker/index.html +share/doc/HTML/da/kpoker/installation.html +share/doc/HTML/da/kpoker/introduction.html +share/doc/HTML/da/kpoker/keys.html +share/doc/HTML/da/kpoker/new-game.html +share/doc/HTML/da/kpoker/one-player-game.html +share/doc/HTML/da/kpoker/scoring.html +share/doc/HTML/da/kpoker/settings-menu.html +share/doc/HTML/da/kpoker/two-player-game.html +share/doc/HTML/da/kpoker/two-player-play.html +share/doc/HTML/da/kpoker/where-do-i-get-the-latest-version-of-kpoker.html +share/doc/HTML/da/kreversi/.anchors +share/doc/HTML/da/kreversi/common +share/doc/HTML/da/kreversi/credits-and-license.html +share/doc/HTML/da/kreversi/game-menu.html +share/doc/HTML/da/kreversi/help-menu.html +share/doc/HTML/da/kreversi/index.docbook +share/doc/HTML/da/kreversi/index.html +share/doc/HTML/da/kreversi/installation.html +share/doc/HTML/da/kreversi/introduction.html +share/doc/HTML/da/kreversi/object-of-the-game.html +share/doc/HTML/da/kreversi/playing.html +share/doc/HTML/da/kreversi/rules.html +share/doc/HTML/da/kreversi/settings-menu.html +share/doc/HTML/da/kreversi/tips.html +share/doc/HTML/da/kreversi/user-interface.html +share/doc/HTML/da/ksame/.anchors +share/doc/HTML/da/ksame/commands.html +share/doc/HTML/da/ksame/common +share/doc/HTML/da/ksame/compilation.html +share/doc/HTML/da/ksame/credits.html +share/doc/HTML/da/ksame/index.docbook +share/doc/HTML/da/ksame/index.html +share/doc/HTML/da/ksame/installation.html +share/doc/HTML/da/ksame/introduction.html +share/doc/HTML/da/ksame/requirements.html +share/doc/HTML/da/ksame/using-ksame.html +share/doc/HTML/da/kshisen/.anchors +share/doc/HTML/da/kshisen/common +share/doc/HTML/da/kshisen/compilation.html +share/doc/HTML/da/kshisen/configuration.html +share/doc/HTML/da/kshisen/credits.html +share/doc/HTML/da/kshisen/game-menu.html +share/doc/HTML/da/kshisen/index.docbook +share/doc/HTML/da/kshisen/index.html +share/doc/HTML/da/kshisen/installation.html +share/doc/HTML/da/kshisen/introduction.html +share/doc/HTML/da/kshisen/key-bindings.html +share/doc/HTML/da/kshisen/playing-kshisen.html +share/doc/HTML/da/kshisen/requirements.html +share/doc/HTML/da/ksirtet/.anchors +share/doc/HTML/da/ksirtet/authors.html +share/doc/HTML/da/ksirtet/common +share/doc/HTML/da/ksirtet/epilogue.html +share/doc/HTML/da/ksirtet/how-to-gain-points.html +share/doc/HTML/da/ksirtet/how-to-play.html +share/doc/HTML/da/ksirtet/index.docbook +share/doc/HTML/da/ksirtet/index.html +share/doc/HTML/da/ksirtet/introduction.html +share/doc/HTML/da/ksirtet/multiplayer.html +share/doc/HTML/da/ksirtet/options.html +share/doc/HTML/da/ksnake/.anchors +share/doc/HTML/da/ksnake/authors.html +share/doc/HTML/da/ksnake/common +share/doc/HTML/da/ksnake/customization.html +share/doc/HTML/da/ksnake/epilogue.html +share/doc/HTML/da/ksnake/index.docbook +share/doc/HTML/da/ksnake/index.html +share/doc/HTML/da/ksnake/introduction.html +share/doc/HTML/da/ksnake/rulesofthegame.html +share/doc/HTML/da/ksnake/scoring.html +share/doc/HTML/da/ksokoban/.anchors +share/doc/HTML/da/ksokoban/common +share/doc/HTML/da/ksokoban/credits.html +share/doc/HTML/da/ksokoban/howtoplay.html +share/doc/HTML/da/ksokoban/index.docbook +share/doc/HTML/da/ksokoban/index.html +share/doc/HTML/da/ksokoban/introduction.html +share/doc/HTML/da/ksokoban/loadingexternallevels.html +share/doc/HTML/da/lskat/.anchors +share/doc/HTML/da/lskat/common +share/doc/HTML/da/lskat/compilation.html +share/doc/HTML/da/lskat/credits.html +share/doc/HTML/da/lskat/help.html +share/doc/HTML/da/lskat/index.docbook +share/doc/HTML/da/lskat/index.html +share/doc/HTML/da/lskat/installation.html +share/doc/HTML/da/lskat/menus.html +share/doc/HTML/da/lskat/option-menu.html +share/doc/HTML/da/lskat/overview.html +share/doc/HTML/da/lskat/remote-connections.html +share/doc/HTML/da/lskat/requirements.html +share/doc/HTML/da/lskat/rules.html +share/doc/HTML/da/lskat/view-menu.html +share/doc/HTML/de/aktion/.anchors +share/doc/HTML/de/aktion/aktion-fullscreen.html +share/doc/HTML/de/aktion/aktion-setup.html +share/doc/HTML/de/aktion/aktion.png +share/doc/HTML/de/aktion/aktiontoolbar.png +share/doc/HTML/de/aktion/commands.html +share/doc/HTML/de/aktion/common +share/doc/HTML/de/aktion/compilation.html +share/doc/HTML/de/aktion/configuration.html +share/doc/HTML/de/aktion/credits.html +share/doc/HTML/de/aktion/developers.html +share/doc/HTML/de/aktion/faq.html +share/doc/HTML/de/aktion/index.docbook +share/doc/HTML/de/aktion/index.html +share/doc/HTML/de/aktion/installation.html +share/doc/HTML/de/aktion/introduction.html +share/doc/HTML/de/aktion/re-1007-kanim.html +share/doc/HTML/de/aktion/requirements.html +share/doc/HTML/de/aktion/toolbar.html +share/doc/HTML/de/aktion/using-kapp.html +share/doc/HTML/de/amor/.anchors +share/doc/HTML/de/amor/common +share/doc/HTML/de/amor/index.docbook +share/doc/HTML/de/amor/index.html +share/doc/HTML/de/amor/introduction.html +share/doc/HTML/de/ark/.anchors +share/doc/HTML/de/ark/actionmenu.html +share/doc/HTML/de/ark/ark-create.html +share/doc/HTML/de/ark/ark-extract.html +share/doc/HTML/de/ark/ark-work-files.html +share/doc/HTML/de/ark/commands.html +share/doc/HTML/de/ark/common +share/doc/HTML/de/ark/compilation.html +share/doc/HTML/de/ark/credits.html +share/doc/HTML/de/ark/editmenu.html +share/doc/HTML/de/ark/index.cvlog +share/doc/HTML/de/ark/index.docbook +share/doc/HTML/de/ark/index.html +share/doc/HTML/de/ark/installation.html +share/doc/HTML/de/ark/introduction.html +share/doc/HTML/de/ark/requirements.html +share/doc/HTML/de/ark/settingsmenu.html +share/doc/HTML/de/ark/using-ark.html +share/doc/HTML/de/caitoo/.anchors +share/doc/HTML/de/caitoo/automatisierung.html +share/doc/HTML/de/caitoo/bertragungsmodi.html +share/doc/HTML/de/caitoo/caitoo-tastaturbelegung.html +share/doc/HTML/de/caitoo/common +share/doc/HTML/de/caitoo/config.png +share/doc/HTML/de/caitoo/copyright.html +share/doc/HTML/de/caitoo/docked.png +share/doc/HTML/de/caitoo/dockwidget.html +share/doc/HTML/de/caitoo/droptarget.html +share/doc/HTML/de/caitoo/einfuehrung.html +share/doc/HTML/de/caitoo/einschrnkungen.html +share/doc/HTML/de/caitoo/erweitert.html +share/doc/HTML/de/caitoo/fragen-und-antworten.html +share/doc/HTML/de/caitoo/hauptmen.html +share/doc/HTML/de/caitoo/index.cvlog +share/doc/HTML/de/caitoo/index.docbook +share/doc/HTML/de/caitoo/index.html +share/doc/HTML/de/caitoo/individueller-fortschritt.html +share/doc/HTML/de/caitoo/installation.html +share/doc/HTML/de/caitoo/kompilation-und-installation.html +share/doc/HTML/de/caitoo/listbox.png +share/doc/HTML/de/caitoo/log-fenster.html +share/doc/HTML/de/caitoo/mit-caitoo-arbeiten.html +share/doc/HTML/de/caitoo/preferences.html +share/doc/HTML/de/caitoo/progress.png +share/doc/HTML/de/caitoo/proxies.html +share/doc/HTML/de/caitoo/rmb.png +share/doc/HTML/de/caitoo/screenfundamentals.html +share/doc/HTML/de/caitoo/statusleiste.html +share/doc/HTML/de/caitoo/system.html +share/doc/HTML/de/caitoo/toolbar.png +share/doc/HTML/de/caitoo/transferconfigdlg.html +share/doc/HTML/de/caitoo/verzeichnisse.html +share/doc/HTML/de/caitoo/vorraussetzungen.html +share/doc/HTML/de/caitoo/weitere-funktionen.html +share/doc/HTML/de/caitoo/werkzeugleiste.html share/doc/HTML/de/common/artistic-license.html share/doc/HTML/de/common/bsd-license.html share/doc/HTML/de/common/caution.png share/doc/HTML/de/common/fdl-license share/doc/HTML/de/common/fdl-license.html +share/doc/HTML/de/common/fdl-translated.html share/doc/HTML/de/common/gpl-license share/doc/HTML/de/common/gpl-license.html +share/doc/HTML/de/common/gpl-translated.html share/doc/HTML/de/common/home.png share/doc/HTML/de/common/important.png share/doc/HTML/de/common/kde-common.css share/doc/HTML/de/common/kde-default.css +share/doc/HTML/de/common/kde-localised.css share/doc/HTML/de/common/lgpl-license share/doc/HTML/de/common/lgpl-license.html +share/doc/HTML/de/common/lgpl-translated.html share/doc/HTML/de/common/logotp3-small.png +share/doc/HTML/de/common/logotp3.png share/doc/HTML/de/common/next.png share/doc/HTML/de/common/note.png share/doc/HTML/de/common/prev.png @@ -800,95 +742,128 @@ share/doc/HTML/de/common/up.png share/doc/HTML/de/common/warning.png share/doc/HTML/de/common/x11-license.html share/doc/HTML/de/common/xml.dcl -share/doc/HTML/de/kcron/.anchors -share/doc/HTML/de/kcron/commands.html -share/doc/HTML/de/kcron/compilation.html -share/doc/HTML/de/kcron/credits.html -share/doc/HTML/de/kcron/faq.html -share/doc/HTML/de/kcron/index.html -share/doc/HTML/de/kcron/installation.html -share/doc/HTML/de/kcron/introduction.html -share/doc/HTML/de/kcron/manage-tasks.html -share/doc/HTML/de/kcron/manage-variables.html -share/doc/HTML/de/kcron/new-task.html -share/doc/HTML/de/kcron/new-variable.html -share/doc/HTML/de/kcron/printing-crontab.html -share/doc/HTML/de/kcron/requirements.html -share/doc/HTML/de/kcron/saving-crontab.html -share/doc/HTML/de/kcron/using-kcron.html -share/doc/HTML/de/kcron/common -share/doc/HTML/de/kcron/index.docbook -share/doc/HTML/de/kcron/kcron.png -share/doc/HTML/de/kcron/kcronstart.png -share/doc/HTML/de/kcron/newtask.png -share/doc/HTML/de/kcron/newvariable.png -share/doc/HTML/de/kcron/print.png -share/doc/HTML/de/kdat/.anchors -share/doc/HTML/de/kdat/backing-up.html -share/doc/HTML/de/kdat/copyright.html -share/doc/HTML/de/kdat/formatting.html -share/doc/HTML/de/kdat/icon-reference.html -share/doc/HTML/de/kdat/index.html -share/doc/HTML/de/kdat/indexing.html -share/doc/HTML/de/kdat/introduction.html -share/doc/HTML/de/kdat/menu-reference.html -share/doc/HTML/de/kdat/prefs.html -share/doc/HTML/de/kdat/profile.html -share/doc/HTML/de/kdat/restoring.html -share/doc/HTML/de/kdat/tapeformat.html -share/doc/HTML/de/kdat/using-kdat.html -share/doc/HTML/de/kdat/verifying.html -share/doc/HTML/de/kdat/common -share/doc/HTML/de/kdat/index.cvlog -share/doc/HTML/de/kdat/index.docbook -share/doc/HTML/de/kpackage/.anchors -share/doc/HTML/de/kpackage/cache-menu.html -share/doc/HTML/de/kpackage/credits-and-licenses.html -share/doc/HTML/de/kpackage/help-menu.html -share/doc/HTML/de/kpackage/index.html -share/doc/HTML/de/kpackage/installation.html -share/doc/HTML/de/kpackage/installing-packages.html -share/doc/HTML/de/kpackage/integrating-available-packages-in-the-tree.html -share/doc/HTML/de/kpackage/introduction.html -share/doc/HTML/de/kpackage/menus.html -share/doc/HTML/de/kpackage/onscreen-fundamentals.html -share/doc/HTML/de/kpackage/package-information-panel.html -share/doc/HTML/de/kpackage/packages-menu.html -share/doc/HTML/de/kpackage/requirements.html -share/doc/HTML/de/kpackage/settings-menu.html -share/doc/HTML/de/kpackage/the-package-tree-panel.html -share/doc/HTML/de/kpackage/toolbar.html -share/doc/HTML/de/kpackage/uninstalling-packages.html -share/doc/HTML/de/kpackage/common -share/doc/HTML/de/kpackage/index.cvlog -share/doc/HTML/de/kpackage/index.docbook -share/doc/HTML/de/ksysv/.anchors -share/doc/HTML/de/ksysv/anhang.html -share/doc/HTML/de/ksysv/autoren.html -share/doc/HTML/de/ksysv/einfuehrung.html -share/doc/HTML/de/ksysv/grundlagenderbildschirmablaumlufe.html -share/doc/HTML/de/ksysv/index.html -share/doc/HTML/de/ksysv/konfiguration.html -share/doc/HTML/de/ksysv/lizenz.html -share/doc/HTML/de/ksysv/menue-eintraege.html -share/doc/HTML/de/ksysv/mitarbeiter.html -share/doc/HTML/de/ksysv/standardbedeutung-der-runlevel.html -share/doc/HTML/de/ksysv/tastatur.html -share/doc/HTML/de/ksysv/uebersetzer.html -share/doc/HTML/de/ksysv/common -share/doc/HTML/de/ksysv/index.cvlog -share/doc/HTML/de/ksysv/index.docbook -share/doc/HTML/de/kuser/.anchors -share/doc/HTML/de/kuser/add-user.html -share/doc/HTML/de/kuser/credits.html -share/doc/HTML/de/kuser/customizing.html -share/doc/HTML/de/kuser/group-properties.html -share/doc/HTML/de/kuser/index.html -share/doc/HTML/de/kuser/start.html -share/doc/HTML/de/kuser/user-properties.html -share/doc/HTML/de/kuser/using.html -share/doc/HTML/de/kuser/common -share/doc/HTML/de/kuser/index.docbook +share/doc/HTML/de/kab/.anchors +share/doc/HTML/de/kab/befehle.html +share/doc/HTML/de/kab/common +share/doc/HTML/de/kab/credits.html +share/doc/HTML/de/kab/faq.html +share/doc/HTML/de/kab/fehler.png +share/doc/HTML/de/kab/index.docbook +share/doc/HTML/de/kab/index.html +share/doc/HTML/de/kab/installation.html +share/doc/HTML/de/kab/introduction.html +share/doc/HTML/de/kab/kab-edit.html +share/doc/HTML/de/kab/kab-edit.png +share/doc/HTML/de/kab/kab-using.png +share/doc/HTML/de/kabalone/.anchors +share/doc/HTML/de/kabalone/commandolineoptions.html +share/doc/HTML/de/kabalone/common +share/doc/HTML/de/kabalone/credits.html +share/doc/HTML/de/kabalone/editmenu.html +share/doc/HTML/de/kabalone/index.docbook +share/doc/HTML/de/kabalone/index.html +share/doc/HTML/de/kabalone/introduction.html +share/doc/HTML/de/kabalone/optionsmenu.html +share/doc/HTML/de/kabalone/rulesofthegame.html +share/doc/HTML/de/kabalone/theuserinterface.html +share/doc/HTML/de/karm/.anchors +share/doc/HTML/de/karm/common +share/doc/HTML/de/karm/credits.html +share/doc/HTML/de/karm/general-use.html +share/doc/HTML/de/karm/index.cvlog +share/doc/HTML/de/karm/index.docbook +share/doc/HTML/de/karm/index.html +share/doc/HTML/de/karm/installation.html +share/doc/HTML/de/karm/interface.html +share/doc/HTML/de/karm/introduction.html +share/doc/HTML/de/karm/karm.png +share/doc/HTML/de/karm/menus.html +share/doc/HTML/de/karm/status-bar.html +share/doc/HTML/de/karm/tool-bar.html +share/doc/HTML/de/karm/using-karm.html +share/doc/HTML/de/kasteroids/.anchors +share/doc/HTML/de/kasteroids/common +share/doc/HTML/de/kasteroids/controls.html +share/doc/HTML/de/kasteroids/credits.html +share/doc/HTML/de/kasteroids/helpmenu.html +share/doc/HTML/de/kasteroids/index.docbook +share/doc/HTML/de/kasteroids/index.html +share/doc/HTML/de/kasteroids/introduction.html +share/doc/HTML/de/kasteroids/sectthemenus.html +share/doc/HTML/de/kasteroids/shortcuts.html +share/doc/HTML/de/katomic/.anchors +share/doc/HTML/de/katomic/common +share/doc/HTML/de/katomic/compilation.html +share/doc/HTML/de/katomic/configuration.html +share/doc/HTML/de/katomic/credits.html +share/doc/HTML/de/katomic/help.html +share/doc/HTML/de/katomic/index.docbook +share/doc/HTML/de/katomic/index.html +share/doc/HTML/de/katomic/installation.html +share/doc/HTML/de/katomic/introduction.html +share/doc/HTML/de/katomic/keybindings.html +share/doc/HTML/de/katomic/optmenu.html +share/doc/HTML/de/katomic/playingkatomic.html +share/doc/HTML/de/katomic/requirements.html +share/doc/HTML/de/kbiff/.anchors +share/doc/HTML/de/kbiff/andere-email-wchter-funktionieren-nicht-mehr.html +share/doc/HTML/de/kbiff/autoren-und-bersetzer.html +share/doc/HTML/de/kbiff/benutzung-von-kbiff.html +share/doc/HTML/de/kbiff/common +share/doc/HTML/de/kbiff/das-popup-men.html +share/doc/HTML/de/kbiff/die-email-adresse-des-autors-im-eintrag-ber-.html +share/doc/HTML/de/kbiff/einfhrung.html +share/doc/HTML/de/kbiff/einstellungen.html +share/doc/HTML/de/kbiff/einstellungsmen-0.html +share/doc/HTML/de/kbiff/einstellungsmen.html +share/doc/HTML/de/kbiff/fragen-antworten-und-tips.html +share/doc/HTML/de/kbiff/hilfe.html +share/doc/HTML/de/kbiff/index.cvlog +share/doc/HTML/de/kbiff/index.docbook +share/doc/HTML/de/kbiff/index.html +share/doc/HTML/de/kbiff/installation.html +share/doc/HTML/de/kbiff/ist-es-mglich-kbiff-ohne-sitzungs-management.html +share/doc/HTML/de/kbiff/jetzt-mail-lesen-.html +share/doc/HTML/de/kbiff/kann-kbiff-mit-netscape-mail-zusammenarbeite.html +share/doc/HTML/de/kbiff/kbiff-schneidet-den-ersten-im-imap-mode-ab.-.html +share/doc/HTML/de/kbiff/kommandozeilenparameter.html +share/doc/HTML/de/kbiff/kompilieren-und-installieren.html +share/doc/HTML/de/kbiff/nach-mail-sehen.html +share/doc/HTML/de/kbiff/stopstart.html +share/doc/HTML/de/kbiff/voraussetzungen.html +share/doc/HTML/de/kbiff/vorschlge-fr-neue-funktionen.html +share/doc/HTML/de/kbiff/warum-werden-manche-audiodateien-nicht-abges.html +share/doc/HTML/de/kbiff/was-genau-ist-der-unterschied-zwischen-einem.html +share/doc/HTML/de/kbiff/wie-lassen-sich-die-icons-fr-kbiff-auswhlen.html +share/doc/HTML/de/kbiff/wie-lt-sich-elm-oder-mutt-oder-pine-mit-kbif.html +share/doc/HTML/de/kblackbox/.anchors +share/doc/HTML/de/kblackbox/common +share/doc/HTML/de/kblackbox/epilogue.html +share/doc/HTML/de/kblackbox/gamedescription.html +share/doc/HTML/de/kblackbox/gamerules.html +share/doc/HTML/de/kblackbox/guidescription.html +share/doc/HTML/de/kblackbox/index.docbook +share/doc/HTML/de/kblackbox/index.html +share/doc/HTML/de/kblackbox/installation.html +share/doc/HTML/de/kblackbox/userinteraction.html +share/doc/HTML/de/kblackbox/whatiskblackbox.html +share/doc/HTML/de/kcalc/.anchors +share/doc/HTML/de/kcalc/and-or-xor.html +share/doc/HTML/de/kcalc/comments-on-specific-functions.html +share/doc/HTML/de/kcalc/common +share/doc/HTML/de/kcalc/copyright.html +share/doc/HTML/de/kcalc/enable-long-double-precision.html +share/doc/HTML/de/kcalc/index.cvlog +share/doc/HTML/de/kcalc/index.docbook +share/doc/HTML/de/kcalc/index.html +share/doc/HTML/de/kcalc/installation.html +share/doc/HTML/de/kcalc/introduction.html +share/doc/HTML/de/kcalc/key-accels.html +share/doc/HTML/de/kcalc/lsh-rsh.html +share/doc/HTML/de/kcalc/percent.html +share/doc/HTML/de/kcalc/questions-and-answers.html +share/doc/HTML/de/kcalc/trigonometric-mode.html +share/doc/HTML/de/kcalc/usage.html share/doc/HTML/de/kcontrol/.anchors share/doc/HTML/de/kcontrol/action.html share/doc/HTML/de/kcontrol/background.html @@ -897,6 +872,7 @@ share/doc/HTML/de/kcontrol/bell.html share/doc/HTML/de/kcontrol/blockdev.html share/doc/HTML/de/kcontrol/borders.html share/doc/HTML/de/kcontrol/color.html +share/doc/HTML/de/kcontrol/common share/doc/HTML/de/kcontrol/control-center-exiting.html share/doc/HTML/de/kcontrol/control-center-menus.html share/doc/HTML/de/kcontrol/control-center-run-indiv.html @@ -918,50 +894,14 @@ share/doc/HTML/de/kcontrol/fonts.html share/doc/HTML/de/kcontrol/help-index.html share/doc/HTML/de/kcontrol/icons.html share/doc/HTML/de/kcontrol/iconstyle.html +share/doc/HTML/de/kcontrol/index.cvlog +share/doc/HTML/de/kcontrol/index.docbook share/doc/HTML/de/kcontrol/index.html share/doc/HTML/de/kcontrol/interrupts.html share/doc/HTML/de/kcontrol/introduction.html share/doc/HTML/de/kcontrol/ioports.html share/doc/HTML/de/kcontrol/kbd.html share/doc/HTML/de/kcontrol/kblayout.html -share/doc/HTML/de/kcontrol/key-bindings.html -share/doc/HTML/de/kcontrol/konq-browsing.html -share/doc/HTML/de/kcontrol/laptop.html -share/doc/HTML/de/kcontrol/locale.html -share/doc/HTML/de/kcontrol/login-manager.html -share/doc/HTML/de/kcontrol/lowbatcrit.html -share/doc/HTML/de/kcontrol/lowbatwarn.html -share/doc/HTML/de/kcontrol/memory.html -share/doc/HTML/de/kcontrol/midi.html -share/doc/HTML/de/kcontrol/mixer.html -share/doc/HTML/de/kcontrol/module.html -share/doc/HTML/de/kcontrol/modules.html -share/doc/HTML/de/kcontrol/mouse-behav.html -share/doc/HTML/de/kcontrol/mouse.html -share/doc/HTML/de/kcontrol/numbername.html -share/doc/HTML/de/kcontrol/panel.html -share/doc/HTML/de/kcontrol/partitions.html -share/doc/HTML/de/kcontrol/passwords.html -share/doc/HTML/de/kcontrol/pci.html -share/doc/HTML/de/kcontrol/pcmcia.html -share/doc/HTML/de/kcontrol/powerctrl.html -share/doc/HTML/de/kcontrol/processor.html -share/doc/HTML/de/kcontrol/proxies.html -share/doc/HTML/de/kcontrol/sambastatus.html -share/doc/HTML/de/kcontrol/screensaver.html -share/doc/HTML/de/kcontrol/scsi.html -share/doc/HTML/de/kcontrol/sndserver.html -share/doc/HTML/de/kcontrol/soundinfo.html -share/doc/HTML/de/kcontrol/style.html -share/doc/HTML/de/kcontrol/sys-notify.html -share/doc/HTML/de/kcontrol/talk.html -share/doc/HTML/de/kcontrol/taskbar.html -share/doc/HTML/de/kcontrol/user-agent.html -share/doc/HTML/de/kcontrol/windows-shares.html -share/doc/HTML/de/kcontrol/xserver.html -share/doc/HTML/de/kcontrol/common -share/doc/HTML/de/kcontrol/index.cvlog -share/doc/HTML/de/kcontrol/index.docbook share/doc/HTML/de/kcontrol/kcmaccess.docbook share/doc/HTML/de/kcontrol/kcmaction.docbook share/doc/HTML/de/kcontrol/kcmbackgnd.docbook @@ -1022,37 +962,386 @@ share/doc/HTML/de/kcontrol/kcmtaskbar.docbook share/doc/HTML/de/kcontrol/kcmuseragent.docbook share/doc/HTML/de/kcontrol/kcmwinshare.docbook share/doc/HTML/de/kcontrol/kcmxservinfo.docbook +share/doc/HTML/de/kcontrol/key-bindings.html +share/doc/HTML/de/kcontrol/konq-browsing.html +share/doc/HTML/de/kcontrol/laptop.html +share/doc/HTML/de/kcontrol/locale.html +share/doc/HTML/de/kcontrol/login-manager.html +share/doc/HTML/de/kcontrol/lowbatcrit.html +share/doc/HTML/de/kcontrol/lowbatwarn.html +share/doc/HTML/de/kcontrol/memory.html +share/doc/HTML/de/kcontrol/midi.html +share/doc/HTML/de/kcontrol/mixer.html +share/doc/HTML/de/kcontrol/module.html +share/doc/HTML/de/kcontrol/modules.html +share/doc/HTML/de/kcontrol/mouse-behav.html +share/doc/HTML/de/kcontrol/mouse.html +share/doc/HTML/de/kcontrol/numbername.html +share/doc/HTML/de/kcontrol/panel.html +share/doc/HTML/de/kcontrol/partitions.html +share/doc/HTML/de/kcontrol/passwords.html +share/doc/HTML/de/kcontrol/pci.html +share/doc/HTML/de/kcontrol/pcmcia.html +share/doc/HTML/de/kcontrol/powerctrl.html +share/doc/HTML/de/kcontrol/processor.html +share/doc/HTML/de/kcontrol/proxies.html +share/doc/HTML/de/kcontrol/sambastatus.html +share/doc/HTML/de/kcontrol/screensaver.html +share/doc/HTML/de/kcontrol/scsi.html +share/doc/HTML/de/kcontrol/sndserver.html +share/doc/HTML/de/kcontrol/soundinfo.html +share/doc/HTML/de/kcontrol/style.html +share/doc/HTML/de/kcontrol/sys-notify.html +share/doc/HTML/de/kcontrol/talk.html +share/doc/HTML/de/kcontrol/taskbar.html +share/doc/HTML/de/kcontrol/user-agent.html +share/doc/HTML/de/kcontrol/windows-shares.html +share/doc/HTML/de/kcontrol/xserver.html +share/doc/HTML/de/kcron/.anchors +share/doc/HTML/de/kcron/commands.html +share/doc/HTML/de/kcron/common +share/doc/HTML/de/kcron/compilation.html +share/doc/HTML/de/kcron/credits.html +share/doc/HTML/de/kcron/faq.html +share/doc/HTML/de/kcron/index.docbook +share/doc/HTML/de/kcron/index.html +share/doc/HTML/de/kcron/installation.html +share/doc/HTML/de/kcron/introduction.html +share/doc/HTML/de/kcron/kcron.png +share/doc/HTML/de/kcron/kcronstart.png +share/doc/HTML/de/kcron/manage-tasks.html +share/doc/HTML/de/kcron/manage-variables.html +share/doc/HTML/de/kcron/new-task.html +share/doc/HTML/de/kcron/new-variable.html +share/doc/HTML/de/kcron/newtask.png +share/doc/HTML/de/kcron/newvariable.png +share/doc/HTML/de/kcron/print.png +share/doc/HTML/de/kcron/printing-crontab.html +share/doc/HTML/de/kcron/requirements.html +share/doc/HTML/de/kcron/saving-crontab.html +share/doc/HTML/de/kcron/using-kcron.html +share/doc/HTML/de/kdat/.anchors +share/doc/HTML/de/kdat/backing-up.html +share/doc/HTML/de/kdat/common +share/doc/HTML/de/kdat/copyright.html +share/doc/HTML/de/kdat/formatting.html +share/doc/HTML/de/kdat/icon-reference.html +share/doc/HTML/de/kdat/index.cvlog +share/doc/HTML/de/kdat/index.docbook +share/doc/HTML/de/kdat/index.html +share/doc/HTML/de/kdat/indexing.html +share/doc/HTML/de/kdat/introduction.html +share/doc/HTML/de/kdat/menu-reference.html +share/doc/HTML/de/kdat/prefs.html +share/doc/HTML/de/kdat/profile.html +share/doc/HTML/de/kdat/restoring.html +share/doc/HTML/de/kdat/tapeformat.html +share/doc/HTML/de/kdat/using-kdat.html +share/doc/HTML/de/kdat/verifying.html +share/doc/HTML/de/kdevelop/manual2/.anchors +share/doc/HTML/de/kdevelop/manual2/anforderungen.html +share/doc/HTML/de/kdevelop/manual2/arbeiten-mit-dem-editor.html +share/doc/HTML/de/kdevelop/manual2/arbeiten-mit-schnelltasten.html +share/doc/HTML/de/kdevelop/manual2/ausgabefenster.html +share/doc/HTML/de/kdevelop/manual2/autoren.html +share/doc/HTML/de/kdevelop/manual2/bearbeiten-eines-projekts.html +share/doc/HTML/de/kdevelop/manual2/befehle-der-menleiste.html +share/doc/HTML/de/kdevelop/manual2/benutzung-des-dokumentationsbrowsers.html +share/doc/HTML/de/kdevelop/manual2/ber-das-kdevelop-projekt.html +share/doc/HTML/de/kdevelop/manual2/ber-dieses-handbuch.html +share/doc/HTML/de/kdevelop/manual2/bersicht.html +share/doc/HTML/de/kdevelop/manual2/bibliotheken-und-system-probleme.html +share/doc/HTML/de/kdevelop/manual2/common +share/doc/HTML/de/kdevelop/manual2/compiler-optionen.html +share/doc/HTML/de/kdevelop/manual2/compiler-und-linker-schalter-fr-projekte.html +share/doc/HTML/de/kdevelop/manual2/compiler-warnungen.html +share/doc/HTML/de/kdevelop/manual2/compilierung-und-installation.html +share/doc/HTML/de/kdevelop/manual2/configure.html +share/doc/HTML/de/kdevelop/manual2/copyright.html +share/doc/HTML/de/kdevelop/manual2/cvs-integration.html +share/doc/HTML/de/kdevelop/manual2/dank.html +share/doc/HTML/de/kdevelop/manual2/das-hilfe-system.html +share/doc/HTML/de/kdevelop/manual2/das-installationsprogramm.html +share/doc/HTML/de/kdevelop/manual2/dateien-erzeugen.html +share/doc/HTML/de/kdevelop/manual2/debuggen.html +share/doc/HTML/de/kdevelop/manual2/debugger.html +share/doc/HTML/de/kdevelop/manual2/der-dialogeditor-0.html +share/doc/HTML/de/kdevelop/manual2/der-entwicklungsproze.html +share/doc/HTML/de/kdevelop/manual2/der-interne-debugger.html +share/doc/HTML/de/kdevelop/manual2/der-klassenbrowser-0.html +share/doc/HTML/de/kdevelop/manual2/der-klassenbrowser-und-die-dateiansichten.html +share/doc/HTML/de/kdevelop/manual2/der-widget-editor.html +share/doc/HTML/de/kdevelop/manual2/die-klassenwerkzeuge.html +share/doc/HTML/de/kdevelop/manual2/die-schwebende-werkzeugleiste.html +share/doc/HTML/de/kdevelop/manual2/die-statuszeilen-hilfe.html +share/doc/HTML/de/kdevelop/manual2/dokumentation.html +share/doc/HTML/de/kdevelop/manual2/drucken.html +share/doc/HTML/de/kdevelop/manual2/dynamische-bibliotheken-und-unterbrechungen.html +share/doc/HTML/de/kdevelop/manual2/eigenschaften-einstellen.html +share/doc/HTML/de/kdevelop/manual2/einfhrung.html +share/doc/HTML/de/kdevelop/manual2/einschalten-der-cvs-untersttzung.html +share/doc/HTML/de/kdevelop/manual2/einstellen-des-editors.html +share/doc/HTML/de/kdevelop/manual2/entwicklung-mit-kdevelop.html +share/doc/HTML/de/kdevelop/manual2/erstellungsoptionen.html +share/doc/HTML/de/kdevelop/manual2/erzeugen-eines-neuen-dialoges.html +share/doc/HTML/de/kdevelop/manual2/externe-projekte.html +share/doc/HTML/de/kdevelop/manual2/ffnen-und-schlieen-von-projekten.html +share/doc/HTML/de/kdevelop/manual2/fragen-und-antworten.html +share/doc/HTML/de/kdevelop/manual2/fragen-zur-verwendung.html +share/doc/HTML/de/kdevelop/manual2/gedruckte-versionen.html +share/doc/HTML/de/kdevelop/manual2/grundstzliche-konfiguration.html +share/doc/HTML/de/kdevelop/manual2/handhabung-von-klassen.html +share/doc/HTML/de/kdevelop/manual2/index.cvlog +share/doc/HTML/de/kdevelop/manual2/index.docbook +share/doc/HTML/de/kdevelop/manual2/index.html +share/doc/HTML/de/kdevelop/manual2/installation.html +share/doc/HTML/de/kdevelop/manual2/kdevelop-setup.html +share/doc/HTML/de/kdevelop/manual2/konfigurieren-des-html-browsers.html +share/doc/HTML/de/kdevelop/manual2/kurzbeschreibung-der-werkzeuge-von-kdevelop.html +share/doc/HTML/de/kdevelop/manual2/linker-einstellungen.html +share/doc/HTML/de/kdevelop/manual2/make-einstellungen.html +share/doc/HTML/de/kdevelop/manual2/make.html +share/doc/HTML/de/kdevelop/manual2/navigieren-innerhalb-von-dateien.html +share/doc/HTML/de/kdevelop/manual2/ndern-der-tastaturkrzel.html +share/doc/HTML/de/kdevelop/manual2/neue-projekte.html +share/doc/HTML/de/kdevelop/manual2/optionen-der-dateiansicht.html +share/doc/HTML/de/kdevelop/manual2/programme.html +share/doc/HTML/de/kdevelop/manual2/projekte.html +share/doc/HTML/de/kdevelop/manual2/schaltflchen-der-werkzeugleisten.html +share/doc/HTML/de/kdevelop/manual2/setzen-der-pfade.html +share/doc/HTML/de/kdevelop/manual2/starten-von-kdevelop.html +share/doc/HTML/de/kdevelop/manual2/suchen-und-ersetzen.html +share/doc/HTML/de/kdevelop/manual2/tastenbefehle.html +share/doc/HTML/de/kdevelop/manual2/verwendung-des-internen-debuggers.html +share/doc/HTML/de/kdevelop/manual2/verwendung-von-cvs-kommandos.html +share/doc/HTML/de/kdevelop/manual2/widgets-hinzufgen.html +share/doc/HTML/de/kdevelop/manual2/wo-sie-informationen-bekommen.html +share/doc/HTML/de/kdevelop/manual2/zustzliche-informationen.html +share/doc/HTML/de/kdevelop/programming2/.anchors +share/doc/HTML/de/kdevelop/programming2/about-this-handbook.html +share/doc/HTML/de/kdevelop/programming2/adding-a-language-to-your-project.html +share/doc/HTML/de/kdevelop/programming2/adding-a-new-menu.html +share/doc/HTML/de/kdevelop/programming2/adding-class-and-member-documentation.html +share/doc/HTML/de/kdevelop/programming2/adding-quick-help.html +share/doc/HTML/de/kdevelop/programming2/additional-contents-of-kdevelop-projects.html +share/doc/HTML/de/kdevelop/programming2/additional-information-0.html +share/doc/HTML/de/kdevelop/programming2/additional-information.html +share/doc/HTML/de/kdevelop/programming2/application-documentation.html +share/doc/HTML/de/kdevelop/programming2/application-view-design.html +share/doc/HTML/de/kdevelop/programming2/class-documentation-with-kdoc-kdoc.html +share/doc/HTML/de/kdevelop/programming2/common +share/doc/HTML/de/kdevelop/programming2/configuring-menubars-and-toolbars.html +share/doc/HTML/de/kdevelop/programming2/configuring-statusbars.html +share/doc/HTML/de/kdevelop/programming2/constructing-a-new-dialog.html +share/doc/HTML/de/kdevelop/programming2/copyright.html +share/doc/HTML/de/kdevelop/programming2/creating-new-applications.html +share/doc/HTML/de/kdevelop/programming2/creating-your-own-views.html +share/doc/HTML/de/kdevelop/programming2/credits.html +share/doc/HTML/de/kdevelop/programming2/directory-layout.html +share/doc/HTML/de/kdevelop/programming2/extending-the-documentation-with-sgml-sgml.html +share/doc/HTML/de/kdevelop/programming2/extending-the-statusbar-help.html +share/doc/HTML/de/kdevelop/programming2/file-system-usage-for-kdevelop-projects.html +share/doc/HTML/de/kdevelop/programming2/finding-errors.html +share/doc/HTML/de/kdevelop/programming2/help-functions.html +share/doc/HTML/de/kdevelop/programming2/how-kde-supports-internationalization.html +share/doc/HTML/de/kdevelop/programming2/how-to-call-help-in-dialogs.html +share/doc/HTML/de/kdevelop/programming2/index.docbook +share/doc/HTML/de/kdevelop/programming2/index.html +share/doc/HTML/de/kdevelop/programming2/integrating-the-dialog.html +share/doc/HTML/de/kdevelop/programming2/integrating-toolbar-buttons.html +share/doc/HTML/de/kdevelop/programming2/internationalization.html +share/doc/HTML/de/kdevelop/programming2/introduction.html +share/doc/HTML/de/kdevelop/programming2/kapplicationkapplication-methods.html +share/doc/HTML/de/kdevelop/programming2/kde-and-qt-licensing-issues.html +share/doc/HTML/de/kdevelop/programming2/kde-macros.html +share/doc/HTML/de/kdevelop/programming2/keyboard-accelerator-configuration.html +share/doc/HTML/de/kdevelop/programming2/kiconloader-methods.html +share/doc/HTML/de/kdevelop/programming2/licensing.html +share/doc/HTML/de/kdevelop/programming2/operating-system-dependencies.html +share/doc/HTML/de/kdevelop/programming2/organizing-project-data.html +share/doc/HTML/de/kdevelop/programming2/printing-support.html +share/doc/HTML/de/kdevelop/programming2/programming-guidelines.html +share/doc/HTML/de/kdevelop/programming2/properties-of-kde-supported-widgets.html +share/doc/HTML/de/kdevelop/programming2/properties-of-qt-qt-supported-widgets.html +share/doc/HTML/de/kdevelop/programming2/qt-qt-and-kde-widgets.html +share/doc/HTML/de/kdevelop/programming2/references.html +share/doc/HTML/de/kdevelop/programming2/setting-file-installation-properties.html +share/doc/HTML/de/kdevelop/programming2/setting-widget-properties.html +share/doc/HTML/de/kdevelop/programming2/special-tags.html +share/doc/HTML/de/kdevelop/programming2/the-dialogeditor-where-your-dialogs-are-buil.html +share/doc/HTML/de/kdevelop/programming2/the-first-build.html +share/doc/HTML/de/kdevelop/programming2/the-kde-and-qt-qt-libraries.html +share/doc/HTML/de/kdevelop/programming2/the-kde-file-system-standard.html +share/doc/HTML/de/kdevelop/programming2/the-kdelnk-file.html +share/doc/HTML/de/kdevelop/programming2/the-qpainter-class.html +share/doc/HTML/de/kdevelop/programming2/the-source-skeleton.html +share/doc/HTML/de/kdevelop/programming2/the-whats-this...-button.html +share/doc/HTML/de/kdevelop/programming2/translation-team-contacts.html +share/doc/HTML/de/kdevelop/programming2/what-does-this-mean-to-application-developer.html +share/doc/HTML/de/kdevelop/programming2/what-does-this-mean-to-library-developers.html +share/doc/HTML/de/kdevelop/programming2/what-kde-provides.html +share/doc/HTML/de/kdevelop/programming2/what-the-documentation-already-contains.html +share/doc/HTML/de/kdevelop/programming2/writing-sgml-documentation.html +share/doc/HTML/de/kdevelop/programming2/your-product-license.html +share/doc/HTML/de/kdevelop/tip.database +share/doc/HTML/de/kdevelop/tutorial2/.anchors +share/doc/HTML/de/kdevelop/tutorial2/adaptieren-der-ansicht.html +share/doc/HTML/de/kdevelop/tutorial2/anwendungskonzepte.html +share/doc/HTML/de/kdevelop/tutorial2/aufrufen-der-dialoge.html +share/doc/HTML/de/kdevelop/tutorial2/bersicht.html +share/doc/HTML/de/kdevelop/tutorial2/bilddateien-ffnen.html +share/doc/HTML/de/kdevelop/tutorial2/bung-7-14.html +share/doc/HTML/de/kdevelop/tutorial2/common +share/doc/HTML/de/kdevelop/tutorial2/copyright.html +share/doc/HTML/de/kdevelop/tutorial2/das-erstellen-der-qt-tutorials.html +share/doc/HTML/de/kdevelop/tutorial2/das-mdi-framework.html +share/doc/HTML/de/kdevelop/tutorial2/das-multiple-document-interface-mdi.html +share/doc/HTML/de/kdevelop/tutorial2/definition-der-ansicht.html +share/doc/HTML/de/kdevelop/tutorial2/definition-der-dokumente.html +share/doc/HTML/de/kdevelop/tutorial2/einleitung.html +share/doc/HTML/de/kdevelop/tutorial2/einrichten-der-kde-2-bibliotheken.html +share/doc/HTML/de/kdevelop/tutorial2/einrichten-von-kdevelop.html +share/doc/HTML/de/kdevelop/tutorial2/erste-schritte.html +share/doc/HTML/de/kdevelop/tutorial2/erweiterte-ansichten.html +share/doc/HTML/de/kdevelop/tutorial2/erweiterung-der-gui.html +share/doc/HTML/de/kdevelop/tutorial2/erzeugen-des-dialogs-fr-die-stiftweite.html +share/doc/HTML/de/kdevelop/tutorial2/hinzufgen-der-druckerfunktionalitt.html +share/doc/HTML/de/kdevelop/tutorial2/hinzufgen-von-knpfen-zur-werkzeugleiste.html +share/doc/HTML/de/kdevelop/tutorial2/implementierung-der-serialisation.html +share/doc/HTML/de/kdevelop/tutorial2/index.cvlog +share/doc/HTML/de/kdevelop/tutorial2/index.docbook +share/doc/HTML/de/kdevelop/tutorial2/index.html +share/doc/HTML/de/kdevelop/tutorial2/initialisierung-des-dokuments.html +share/doc/HTML/de/kdevelop/tutorial2/installation-von-kde-2.html +share/doc/HTML/de/kdevelop/tutorial2/kde-applikationen-erstellen.html +share/doc/HTML/de/kdevelop/tutorial2/kpenbrushdlg.cpp.html +share/doc/HTML/de/kdevelop/tutorial2/kpenbrushdlg.h.html +share/doc/HTML/de/kdevelop/tutorial2/kpenbrushdlgdata.cpp.html +share/doc/HTML/de/kdevelop/tutorial2/kscribble-1.0-beispiel-quellcode.html +share/doc/HTML/de/kdevelop/tutorial2/kscribble.cpp.html +share/doc/HTML/de/kdevelop/tutorial2/kscribble.h.html +share/doc/HTML/de/kdevelop/tutorial2/kscribbledoc.cpp.html +share/doc/HTML/de/kdevelop/tutorial2/kscribbledoc.h.html +share/doc/HTML/de/kdevelop/tutorial2/kscribbleview.cpp.html +share/doc/HTML/de/kdevelop/tutorial2/kscribbleview.h.html +share/doc/HTML/de/kdevelop/tutorial2/main.cpp.html +share/doc/HTML/de/kdevelop/tutorial2/registrierung-von-dateiformaten.html +share/doc/HTML/de/kdevelop/tutorial2/reimplementierung-von-event-handlern.html +share/doc/HTML/de/kdevelop/tutorial2/resource.h.html +share/doc/HTML/de/kdevelop/tutorial2/rollbare-ansichten.html +share/doc/HTML/de/kdevelop/tutorial2/schreiben-sie-ihre-eigenen-widgets.html +share/doc/HTML/de/kdevelop/tutorial2/schritt-2-und-3-erweiterungen.html +share/doc/HTML/de/kdevelop/tutorial2/setzen-von-dateifiltern-mit-kimageio.html +share/doc/HTML/de/kdevelop/tutorial2/verbinden-und-einstellen.html +share/doc/HTML/de/kdevelop/tutorial2/verwendung-von-kimageio-mit-kscribble.html +share/doc/HTML/de/kdevelop/tutorial2/wir-erweitern-die-widget-klasse.html +share/doc/HTML/de/kdevelop/tutorial2/wir-fgen-eine-neue-klasse-hinzu.html +share/doc/HTML/de/kdevelop/tutorial2/zeichnen-und-gre-des-dokuments-ndern..html +share/doc/HTML/de/kdevelop/welcome2/.anchors +share/doc/HTML/de/kdevelop/welcome2/common +share/doc/HTML/de/kdevelop/welcome2/index.cvlog +share/doc/HTML/de/kdevelop/welcome2/index.docbook +share/doc/HTML/de/kdevelop/welcome2/index.html +share/doc/HTML/de/kdevelop/welcome2/willkommen.html +share/doc/HTML/de/kdf/.anchors +share/doc/HTML/de/kdf/common +share/doc/HTML/de/kdf/credits.html +share/doc/HTML/de/kdf/index.docbook +share/doc/HTML/de/kdf/index.html +share/doc/HTML/de/kdf/installation.html +share/doc/HTML/de/kdf/introduction.html +share/doc/HTML/de/kdf/main-window.html +share/doc/HTML/de/kdf/the-menus.html +share/doc/HTML/de/kdf/using-kdf.html share/doc/HTML/de/kdisknav/.anchors share/doc/HTML/de/kdisknav/anhang.html share/doc/HTML/de/kdisknav/anmerkungen.html share/doc/HTML/de/kdisknav/besonderheitenamptips.html +share/doc/HTML/de/kdisknav/common share/doc/HTML/de/kdisknav/einfuumlhrung.html share/doc/HTML/de/kdisknav/feedback.html share/doc/HTML/de/kdisknav/hinzufuumlgenaumlndernundentfernen.html +share/doc/HTML/de/kdisknav/index.cvlog +share/doc/HTML/de/kdisknav/index.docbook share/doc/HTML/de/kdisknav/index.html share/doc/HTML/de/kdisknav/konfigurationsdatei.html share/doc/HTML/de/kdisknav/optionen.html -share/doc/HTML/de/kdisknav/common -share/doc/HTML/de/kdisknav/index.cvlog -share/doc/HTML/de/kdisknav/index.docbook share/doc/HTML/de/kdm/.anchors share/doc/HTML/de/kdm/building-and-installing-kdm.html +share/doc/HTML/de/kdm/common share/doc/HTML/de/kdm/configuring-kdm.html share/doc/HTML/de/kdm/configuring-your-system-for-kdm.html share/doc/HTML/de/kdm/credits.html share/doc/HTML/de/kdm/different-window-managers-with-kdm.html +share/doc/HTML/de/kdm/index.cvlog +share/doc/HTML/de/kdm/index.docbook share/doc/HTML/de/kdm/index.html share/doc/HTML/de/kdm/introduction.html share/doc/HTML/de/kdm/kdmdesktop.html share/doc/HTML/de/kdm/lilo.html share/doc/HTML/de/kdm/locale.html share/doc/HTML/de/kdm/other-information.html -share/doc/HTML/de/kdm/common -share/doc/HTML/de/kdm/index.cvlog -share/doc/HTML/de/kdm/index.docbook +share/doc/HTML/de/kdvi/.anchors +share/doc/HTML/de/kdvi/common +share/doc/HTML/de/kdvi/drucken.html +share/doc/HTML/de/kdvi/fehler.html +share/doc/HTML/de/kdvi/fragen-und-antworten.html +share/doc/HTML/de/kdvi/handhabung.html +share/doc/HTML/de/kdvi/index.cvlog +share/doc/HTML/de/kdvi/index.docbook +share/doc/HTML/de/kdvi/index.html +share/doc/HTML/de/kdvi/keyboard.html +share/doc/HTML/de/kdvi/navigation.html +share/doc/HTML/de/kdvi/ndern-der-vergrerung.html +share/doc/HTML/de/kdvi/noch-zu-tun.html +share/doc/HTML/de/kdvi/seiten-markieren.html +share/doc/HTML/de/kedit/.anchors +share/doc/HTML/de/kedit/command-line-options.html +share/doc/HTML/de/kedit/common +share/doc/HTML/de/kedit/credits.html +share/doc/HTML/de/kedit/edit.html +share/doc/HTML/de/kedit/go.html +share/doc/HTML/de/kedit/help.html +share/doc/HTML/de/kedit/index.cvlog +share/doc/HTML/de/kedit/index.docbook +share/doc/HTML/de/kedit/index.html +share/doc/HTML/de/kedit/installation.html +share/doc/HTML/de/kedit/introduction.html +share/doc/HTML/de/kedit/keybindings.html +share/doc/HTML/de/kedit/on-screen-fundamentals.html +share/doc/HTML/de/kedit/pref-dialog.html +share/doc/HTML/de/kedit/prefcolors.html +share/doc/HTML/de/kedit/prefmisc.html +share/doc/HTML/de/kedit/prefspellchecker.html +share/doc/HTML/de/kedit/settings.html +share/doc/HTML/de/kedit/the-menu-entries.html +share/doc/HTML/de/kedit/tools.html +share/doc/HTML/de/kfax/.anchors +share/doc/HTML/de/kfax/ansicht.html +share/doc/HTML/de/kfax/common +share/doc/HTML/de/kfax/copyright.html +share/doc/HTML/de/kfax/dateien-aus-dem-internet-benutzen.html +share/doc/HTML/de/kfax/die-meneintrge.html +share/doc/HTML/de/kfax/drucken.html +share/doc/HTML/de/kfax/einfhrung.html +share/doc/HTML/de/kfax/einstellungen.html +share/doc/HTML/de/kfax/fax-einstellungen.html +share/doc/HTML/de/kfax/fragen-und-anworten.html +share/doc/HTML/de/kfax/grundlegendes.html +share/doc/HTML/de/kfax/hilfe.html +share/doc/HTML/de/kfax/index.cvlog +share/doc/HTML/de/kfax/index.docbook +share/doc/HTML/de/kfax/index.html +share/doc/HTML/de/kfax/installation.html +share/doc/HTML/de/kfax/kfax-tastenbelegung.html +share/doc/HTML/de/kfax/kommandozeilen-optionen.html +share/doc/HTML/de/kfax/kompilierung-und-installation.html +share/doc/HTML/de/kfax/voraussetzungen.html +share/doc/HTML/de/kfax/wie-man-faxdateien-erzeugt.html share/doc/HTML/de/kfind/.anchors share/doc/HTML/de/kfind/anforderungen.html share/doc/HTML/de/kfind/bearbeiten.html +share/doc/HTML/de/kfind/common share/doc/HTML/de/kfind/dasprogrammfenster.html share/doc/HTML/de/kfind/diemenuumleintraumlge.html share/doc/HTML/de/kfind/einfuehrung.html @@ -1060,32 +1349,127 @@ share/doc/HTML/de/kfind/einstellungen.html share/doc/HTML/de/kfind/epilog.html share/doc/HTML/de/kfind/ergebnisanzeige.html share/doc/HTML/de/kfind/hilfe.html +share/doc/HTML/de/kfind/index.cvlog +share/doc/HTML/de/kfind/index.docbook share/doc/HTML/de/kfind/index.html share/doc/HTML/de/kfind/installation.html share/doc/HTML/de/kfind/kompilierung-und-installation.html share/doc/HTML/de/kfind/konfiguration.html share/doc/HTML/de/kfind/suchparameter-dialog.html -share/doc/HTML/de/kfind/common -share/doc/HTML/de/kfind/index.cvlog -share/doc/HTML/de/kfind/index.docbook +share/doc/HTML/de/kfloppy/.anchors +share/doc/HTML/de/kfloppy/buttons.html +share/doc/HTML/de/kfloppy/command-line.html +share/doc/HTML/de/kfloppy/common +share/doc/HTML/de/kfloppy/credits.html +share/doc/HTML/de/kfloppy/formatting-options.html +share/doc/HTML/de/kfloppy/index.cvlog +share/doc/HTML/de/kfloppy/index.docbook +share/doc/HTML/de/kfloppy/index.html +share/doc/HTML/de/kfloppy/installation.html +share/doc/HTML/de/kfloppy/introduction.html +share/doc/HTML/de/kfloppy/usingkfloppy.html share/doc/HTML/de/kfontmanager/.anchors +share/doc/HTML/de/kfontmanager/common share/doc/HTML/de/kfontmanager/einfuehrung.html share/doc/HTML/de/kfontmanager/fuumlrentwickler.html +share/doc/HTML/de/kfontmanager/index.cvlog +share/doc/HTML/de/kfontmanager/index.docbook share/doc/HTML/de/kfontmanager/index.html share/doc/HTML/de/kfontmanager/installation.html share/doc/HTML/de/kfontmanager/wiedasprogrammfunktioniert.html -share/doc/HTML/de/kfontmanager/common -share/doc/HTML/de/kfontmanager/index.cvlog -share/doc/HTML/de/kfontmanager/index.docbook +share/doc/HTML/de/kfract/.anchors +share/doc/HTML/de/kfract/common +share/doc/HTML/de/kfract/das-datei-men.html +share/doc/HTML/de/kfract/das-hilfe-men.html +share/doc/HTML/de/kfract/das-optionen-meu.html +share/doc/HTML/de/kfract/das-typen-men.html +share/doc/HTML/de/kfract/die-schaltflchenleiste.html +share/doc/HTML/de/kfract/einfuehrung.html +share/doc/HTML/de/kfract/grundlagen.html +share/doc/HTML/de/kfract/index.cvlog +share/doc/HTML/de/kfract/index.docbook +share/doc/HTML/de/kfract/index.html +share/doc/HTML/de/kfract/kfract.png +share/doc/HTML/de/kghostview/.anchors +share/doc/HTML/de/kghostview/ansicht.html +share/doc/HTML/de/kghostview/anzeigekontrolle.html +share/doc/HTML/de/kghostview/back.xpm +share/doc/HTML/de/kghostview/bildschirm-inhalte.html +share/doc/HTML/de/kghostview/common +share/doc/HTML/de/kghostview/compilierung-und-installation.html +share/doc/HTML/de/kghostview/configure.png +share/doc/HTML/de/kghostview/copyright.html +share/doc/HTML/de/kghostview/dialoge.html +share/doc/HTML/de/kghostview/einfuehrung.html +share/doc/HTML/de/kghostview/einstellungen.html +share/doc/HTML/de/kghostview/erste-schritte.html +share/doc/HTML/de/kghostview/filenew.xpm +share/doc/HTML/de/kghostview/fileopen.xpm +share/doc/HTML/de/kghostview/fileprint.xpm +share/doc/HTML/de/kghostview/finish.xpm +share/doc/HTML/de/kghostview/flag.xpm +share/doc/HTML/de/kghostview/forward.xpm +share/doc/HTML/de/kghostview/gehe-zu-seite.html +share/doc/HTML/de/kghostview/ghostscript-meldungen.html +share/doc/HTML/de/kghostview/hilfe.html +share/doc/HTML/de/kghostview/index.cvlog +share/doc/HTML/de/kghostview/index.docbook +share/doc/HTML/de/kghostview/index.html +share/doc/HTML/de/kghostview/info.html +share/doc/HTML/de/kghostview/info.png +share/doc/HTML/de/kghostview/installation.html +share/doc/HTML/de/kghostview/interpreter-einstellen.html +share/doc/HTML/de/kghostview/keybind.png +share/doc/HTML/de/kghostview/konfiguration.html +share/doc/HTML/de/kghostview/menubar.png +share/doc/HTML/de/kghostview/menufile.png +share/doc/HTML/de/kghostview/menugo.png +share/doc/HTML/de/kghostview/menuhelp.png +share/doc/HTML/de/kghostview/menumark.png +share/doc/HTML/de/kghostview/menuset.png +share/doc/HTML/de/kghostview/menuview.png +share/doc/HTML/de/kghostview/next.xpm +share/doc/HTML/de/kghostview/onscreen.png +share/doc/HTML/de/kghostview/page.xpm +share/doc/HTML/de/kghostview/print.png +share/doc/HTML/de/kghostview/printset.png +share/doc/HTML/de/kghostview/reload.xpm +share/doc/HTML/de/kghostview/sectthemenus.html +share/doc/HTML/de/kghostview/seitenliste.html +share/doc/HTML/de/kghostview/seitenmark.html +share/doc/HTML/de/kghostview/seitenmarkierungen.html +share/doc/HTML/de/kghostview/start.xpm +share/doc/HTML/de/kghostview/tastaturbelegung.html +share/doc/HTML/de/kghostview/tastenbelegung.html +share/doc/HTML/de/kghostview/topage.png +share/doc/HTML/de/kghostview/verdienste.html +share/doc/HTML/de/kghostview/viewcontrol.png +share/doc/HTML/de/kghostview/viewmag+.xpm +share/doc/HTML/de/kghostview/viewmag-.xpm +share/doc/HTML/de/kghostview/viewmag.xpm +share/doc/HTML/de/kghostview/vorraussetzungen.html +share/doc/HTML/de/khelpcenter/.anchors +share/doc/HTML/de/khelpcenter/background.png +share/doc/HTML/de/khelpcenter/bgtable.png +share/doc/HTML/de/khelpcenter/common +share/doc/HTML/de/khelpcenter/contact-developers.html +share/doc/HTML/de/khelpcenter/contact-more-information.html +share/doc/HTML/de/khelpcenter/contact-official.html +share/doc/HTML/de/khelpcenter/contact-the-kde-team.html +share/doc/HTML/de/khelpcenter/contact.docbook +share/doc/HTML/de/khelpcenter/credits.html share/doc/HTML/de/khelpcenter/faq/.anchors share/doc/HTML/de/khelpcenter/faq/about.html share/doc/HTML/de/khelpcenter/faq/applications.html +share/doc/HTML/de/khelpcenter/faq/common share/doc/HTML/de/khelpcenter/faq/configure.html share/doc/HTML/de/khelpcenter/faq/contribute.html share/doc/HTML/de/khelpcenter/faq/credits.html share/doc/HTML/de/khelpcenter/faq/desktop.html share/doc/HTML/de/khelpcenter/faq/filemanager.html share/doc/HTML/de/khelpcenter/faq/getting-kde.html +share/doc/HTML/de/khelpcenter/faq/index.cvlog +share/doc/HTML/de/khelpcenter/faq/index.docbook share/doc/HTML/de/khelpcenter/faq/index.html share/doc/HTML/de/khelpcenter/faq/install.html share/doc/HTML/de/khelpcenter/faq/introduction.html @@ -1096,36 +1480,51 @@ share/doc/HTML/de/khelpcenter/faq/not-kde.html share/doc/HTML/de/khelpcenter/faq/panel.html share/doc/HTML/de/khelpcenter/faq/tips.html share/doc/HTML/de/khelpcenter/faq/windowmanager.html -share/doc/HTML/de/khelpcenter/faq/common -share/doc/HTML/de/khelpcenter/faq/index.cvlog -share/doc/HTML/de/khelpcenter/faq/index.docbook +share/doc/HTML/de/khelpcenter/help-system-user-manual.html +share/doc/HTML/de/khelpcenter/help.docbook +share/doc/HTML/de/khelpcenter/index.docbook +share/doc/HTML/de/khelpcenter/index.html +share/doc/HTML/de/khelpcenter/interface-basics.html +share/doc/HTML/de/khelpcenter/invoking-help.html +share/doc/HTML/de/khelpcenter/khelpcenter.png +share/doc/HTML/de/khelpcenter/konq.css +share/doc/HTML/de/khelpcenter/lines.png +share/doc/HTML/de/khelpcenter/links.docbook +share/doc/HTML/de/khelpcenter/main.html +share/doc/HTML/de/khelpcenter/pointers.png share/doc/HTML/de/khelpcenter/quickstart/.anchors share/doc/HTML/de/khelpcenter/quickstart/anwendungen-starten.html share/doc/HTML/de/khelpcenter/quickstart/arbeiten-mit-fenstern.html share/doc/HTML/de/khelpcenter/quickstart/auf-die-plaetze-fertig-los.html +share/doc/HTML/de/khelpcenter/quickstart/common share/doc/HTML/de/khelpcenter/quickstart/configure.html share/doc/HTML/de/khelpcenter/quickstart/dateien-verwalten.html share/doc/HTML/de/khelpcenter/quickstart/die-befehlszeile-zurueckhaben.html share/doc/HTML/de/khelpcenter/quickstart/die-programmleiste-benutzen.html share/doc/HTML/de/khelpcenter/quickstart/einfuehrung.html share/doc/HTML/de/khelpcenter/quickstart/epilog.html +share/doc/HTML/de/khelpcenter/quickstart/index.cvlog +share/doc/HTML/de/khelpcenter/quickstart/index.docbook share/doc/HTML/de/khelpcenter/quickstart/index.html share/doc/HTML/de/khelpcenter/quickstart/kde-eine-aufregende-reise.html share/doc/HTML/de/khelpcenter/quickstart/kdebeenden.html share/doc/HTML/de/khelpcenter/quickstart/konfigurationsmodule.html -share/doc/HTML/de/khelpcenter/quickstart/themen-fuer-fortgeschrittene.html share/doc/HTML/de/khelpcenter/quickstart/mit-archiven-und-netzwerken-arbeiten.html +share/doc/HTML/de/khelpcenter/quickstart/themen-fuer-fortgeschrittene.html share/doc/HTML/de/khelpcenter/quickstart/ueberblick.html share/doc/HTML/de/khelpcenter/quickstart/virtuelle-arbeitsflaechen-benutzen.html share/doc/HTML/de/khelpcenter/quickstart/vorlagen-auf-anwendungen-und-geraete.html -share/doc/HTML/de/khelpcenter/quickstart/common -share/doc/HTML/de/khelpcenter/quickstart/index.cvlog -share/doc/HTML/de/khelpcenter/quickstart/index.docbook +share/doc/HTML/de/khelpcenter/shadow1.png +share/doc/HTML/de/khelpcenter/support.docbook +share/doc/HTML/de/khelpcenter/supporting-kde-financial-support.html +share/doc/HTML/de/khelpcenter/supporting-kde-get-started.html +share/doc/HTML/de/khelpcenter/supporting-kde.html share/doc/HTML/de/khelpcenter/userguide/.anchors share/doc/HTML/de/khelpcenter/userguide/addingprograms.html share/doc/HTML/de/khelpcenter/userguide/allesuumlberihrearbeitsflaumlche.html share/doc/HTML/de/khelpcenter/userguide/befehlszeile-und-terminals-benutzen.html share/doc/HTML/de/khelpcenter/userguide/bildschirmschoner.html +share/doc/HTML/de/khelpcenter/userguide/common share/doc/HTML/de/khelpcenter/userguide/contactingauthors.html share/doc/HTML/de/khelpcenter/userguide/den-papierkorb-benutzen.html share/doc/HTML/de/khelpcenter/userguide/den-schriftermanager-benutzen.html @@ -1134,7 +1533,6 @@ share/doc/HTML/de/khelpcenter/userguide/dienstprogramme.html share/doc/HTML/de/khelpcenter/userguide/drag-and-drop.html share/doc/HTML/de/khelpcenter/userguide/einfuehrung-rechtliche-hinweise.html share/doc/HTML/de/khelpcenter/userguide/einfuehrung.html -share/doc/HTML/de/khelpcenter/userguide/common share/doc/HTML/de/khelpcenter/userguide/eingabegeraete.html share/doc/HTML/de/khelpcenter/userguide/einstellungen-der-kontrolleiste.html share/doc/HTML/de/khelpcenter/userguide/epilog.html @@ -1144,6 +1542,8 @@ share/doc/HTML/de/khelpcenter/userguide/gnulicense.html share/doc/HTML/de/khelpcenter/userguide/gpl.html share/doc/HTML/de/khelpcenter/userguide/grafischeanwendungen.html share/doc/HTML/de/khelpcenter/userguide/ikde-ist-nicht-stabil.html +share/doc/HTML/de/khelpcenter/userguide/index.cvlog +share/doc/HTML/de/khelpcenter/userguide/index.docbook share/doc/HTML/de/khelpcenter/userguide/index.html share/doc/HTML/de/khelpcenter/userguide/informationsquellen-fuer-dieses-buch.html share/doc/HTML/de/khelpcenter/userguide/installation.html @@ -1151,10 +1551,10 @@ share/doc/HTML/de/khelpcenter/userguide/kde-beenden.html share/doc/HTML/de/khelpcenter/userguide/kdeanpassendaskontrollzentrum.html share/doc/HTML/de/khelpcenter/userguide/kmedia.html share/doc/HTML/de/khelpcenter/userguide/knu.html -share/doc/HTML/de/khelpcenter/userguide/kpoker.html share/doc/HTML/de/khelpcenter/userguide/kompilation-probleme.html share/doc/HTML/de/khelpcenter/userguide/komponenten-der-arbeitsflaeche.html share/doc/HTML/de/khelpcenter/userguide/kontakt-zu-den-autoren.html +share/doc/HTML/de/khelpcenter/userguide/kpoker.html share/doc/HTML/de/khelpcenter/userguide/krn.html share/doc/HTML/de/khelpcenter/userguide/ktetris.html share/doc/HTML/de/khelpcenter/userguide/kview.html @@ -1181,65 +1581,47 @@ share/doc/HTML/de/khelpcenter/userguide/verlorene-dateien-suchen.html share/doc/HTML/de/khelpcenter/userguide/was-ich-dringend-brauche.html share/doc/HTML/de/khelpcenter/userguide/was-noch-fehlt.html share/doc/HTML/de/khelpcenter/userguide/wir-brauchen-immer-noch-leute.html -share/doc/HTML/de/khelpcenter/userguide/index.cvlog -share/doc/HTML/de/khelpcenter/userguide/index.docbook -share/doc/HTML/de/khelpcenter/.anchors -share/doc/HTML/de/khelpcenter/contact-developers.html -share/doc/HTML/de/khelpcenter/contact-more-information.html -share/doc/HTML/de/khelpcenter/contact-official.html -share/doc/HTML/de/khelpcenter/contact-the-kde-team.html -share/doc/HTML/de/khelpcenter/credits.html -share/doc/HTML/de/khelpcenter/help-system-user-manual.html -share/doc/HTML/de/khelpcenter/index.html -share/doc/HTML/de/khelpcenter/interface-basics.html -share/doc/HTML/de/khelpcenter/invoking-help.html -share/doc/HTML/de/khelpcenter/supporting-kde-financial-support.html -share/doc/HTML/de/khelpcenter/supporting-kde-get-started.html -share/doc/HTML/de/khelpcenter/supporting-kde.html -share/doc/HTML/de/khelpcenter/common share/doc/HTML/de/khelpcenter/web.html share/doc/HTML/de/khelpcenter/welcome-to-kde.html +share/doc/HTML/de/khelpcenter/welcome.docbook share/doc/HTML/de/khelpcenter/what-is-kde-the-desktop.html share/doc/HTML/de/khelpcenter/what-is-kde-the-development-framework.html share/doc/HTML/de/khelpcenter/what-is-kde-the-office-suite.html share/doc/HTML/de/khelpcenter/what-is-kde.html -share/doc/HTML/de/khelpcenter/background.png -share/doc/HTML/de/khelpcenter/bgtable.png -share/doc/HTML/de/khelpcenter/contact.docbook -share/doc/HTML/de/khelpcenter/help.docbook -share/doc/HTML/de/khelpcenter/index.docbook -share/doc/HTML/de/khelpcenter/khelpcenter.png -share/doc/HTML/de/khelpcenter/konq.css -share/doc/HTML/de/khelpcenter/lines.png -share/doc/HTML/de/khelpcenter/links.docbook -share/doc/HTML/de/khelpcenter/main.html -share/doc/HTML/de/khelpcenter/pointers.png -share/doc/HTML/de/khelpcenter/shadow1.png -share/doc/HTML/de/khelpcenter/support.docbook -share/doc/HTML/de/khelpcenter/welcome.docbook share/doc/HTML/de/khelpcenter/whatiskde.docbook +share/doc/HTML/de/khexedit/.anchors +share/doc/HTML/de/khexedit/bookmarks.html +share/doc/HTML/de/khexedit/common +share/doc/HTML/de/khexedit/credits.html +share/doc/HTML/de/khexedit/document-menu.html +share/doc/HTML/de/khexedit/edit-menu.html +share/doc/HTML/de/khexedit/help-menu.html +share/doc/HTML/de/khexedit/index.docbook +share/doc/HTML/de/khexedit/index.html +share/doc/HTML/de/khexedit/installation.html +share/doc/HTML/de/khexedit/introduction.html +share/doc/HTML/de/khexedit/khexedit1.png +share/doc/HTML/de/khexedit/menu-commands.html +share/doc/HTML/de/khexedit/nutshell.html +share/doc/HTML/de/khexedit/settings-menu.html +share/doc/HTML/de/khexedit/starting-khexedit.html +share/doc/HTML/de/khexedit/toolbar.html +share/doc/HTML/de/khexedit/tools-menu.html +share/doc/HTML/de/khexedit/view-menu.html share/doc/HTML/de/kicker/.anchors +share/doc/HTML/de/kicker/access_config.png +share/doc/HTML/de/kicker/basic_icons.png share/doc/HTML/de/kicker/button-preferences.html +share/doc/HTML/de/kicker/common +share/doc/HTML/de/kicker/config_window.png share/doc/HTML/de/kicker/configuration-adding-icons.html share/doc/HTML/de/kicker/configuration-config-window.html share/doc/HTML/de/kicker/configuration.html share/doc/HTML/de/kicker/credits.html share/doc/HTML/de/kicker/drag-and-drop.html +share/doc/HTML/de/kicker/drag_applet.png share/doc/HTML/de/kicker/five-minute-course.html share/doc/HTML/de/kicker/glossary.html -share/doc/HTML/de/kicker/index.html -share/doc/HTML/de/kicker/installation.html -share/doc/HTML/de/kicker/introduction.html -share/doc/HTML/de/kicker/kicker-for-admins-symbolic-links.html -share/doc/HTML/de/kicker/kicker-for-admins.html -share/doc/HTML/de/kicker/kicker-panel-elements.html -share/doc/HTML/de/kicker/common -share/doc/HTML/de/kicker/other-features.html -share/doc/HTML/de/kicker/using-kicker.html -share/doc/HTML/de/kicker/access_config.png -share/doc/HTML/de/kicker/basic_icons.png -share/doc/HTML/de/kicker/config_window.png -share/doc/HTML/de/kicker/drag_applet.png share/doc/HTML/de/kicker/handles.png share/doc/HTML/de/kicker/hide_buttons.png share/doc/HTML/de/kicker/i_adv_editor.png @@ -1252,398 +1634,894 @@ share/doc/HTML/de/kicker/i_kandalfs_tips.png share/doc/HTML/de/kicker/i_shell.png share/doc/HTML/de/kicker/i_window_list.png share/doc/HTML/de/kicker/index.docbook +share/doc/HTML/de/kicker/index.html +share/doc/HTML/de/kicker/installation.html +share/doc/HTML/de/kicker/introduction.html +share/doc/HTML/de/kicker/kicker-for-admins-symbolic-links.html +share/doc/HTML/de/kicker/kicker-for-admins.html +share/doc/HTML/de/kicker/kicker-panel-elements.html share/doc/HTML/de/kicker/kicker_access_size.png -share/doc/HTML/de/kicker/qb_root.png share/doc/HTML/de/kicker/kicker_add_basic.png share/doc/HTML/de/kicker/kicker_basic_icons.png share/doc/HTML/de/kicker/kicker_basic_icons_2.png +share/doc/HTML/de/kicker/other-features.html +share/doc/HTML/de/kicker/qb_root.png +share/doc/HTML/de/kicker/using-kicker.html +share/doc/HTML/de/kiconedit/.anchors +share/doc/HTML/de/kiconedit/anforderungen.html +share/doc/HTML/de/kiconedit/anhang.html +share/doc/HTML/de/kiconedit/ansicht.html +share/doc/HTML/de/kiconedit/bearbeiten.html +share/doc/HTML/de/kiconedit/common +share/doc/HTML/de/kiconedit/die-meneintrge.html +share/doc/HTML/de/kiconedit/einfhrung.html +share/doc/HTML/de/kiconedit/einstellungen.html +share/doc/HTML/de/kiconedit/gitter.html +share/doc/HTML/de/kiconedit/grundlagen-der-benutzeroberflche.html +share/doc/HTML/de/kiconedit/hilfe.html +share/doc/HTML/de/kiconedit/index.cvlog +share/doc/HTML/de/kiconedit/index.docbook +share/doc/HTML/de/kiconedit/index.html +share/doc/HTML/de/kiconedit/installation.html +share/doc/HTML/de/kiconedit/kompilierung-und-installation.html +share/doc/HTML/de/kiconedit/konfiguration.html +share/doc/HTML/de/kiconedit/leiste-mit-zeichenwerkzeugen.html +share/doc/HTML/de/kiconedit/statusleiste.html +share/doc/HTML/de/kiconedit/werkzeuge.html share/doc/HTML/de/kikbd/.anchors share/doc/HTML/de/kikbd/advanced.html +share/doc/HTML/de/kikbd/advanced.png share/doc/HTML/de/kikbd/autorenunduumlbersetzer.html share/doc/HTML/de/kikbd/bildschirmschonerprobleme.html +share/doc/HTML/de/kikbd/common share/doc/HTML/de/kikbd/config.html share/doc/HTML/de/kikbd/create.html share/doc/HTML/de/kikbd/einfuehrung.html share/doc/HTML/de/kikbd/fehlerberichte.html +share/doc/HTML/de/kikbd/general.png +share/doc/HTML/de/kikbd/index.cvlog +share/doc/HTML/de/kikbd/index.docbook share/doc/HTML/de/kikbd/index.html share/doc/HTML/de/kikbd/installation.html share/doc/HTML/de/kikbd/laumlnderspezifischetastaturbelegungen.html share/doc/HTML/de/kikbd/problemeundloumlsungen.html share/doc/HTML/de/kikbd/programmstart.html -share/doc/HTML/de/kikbd/stil.html -share/doc/HTML/de/kikbd/common -share/doc/HTML/de/kikbd/advanced.png -share/doc/HTML/de/kikbd/general.png -share/doc/HTML/de/kikbd/index.cvlog -share/doc/HTML/de/kikbd/index.docbook share/doc/HTML/de/kikbd/startup.png +share/doc/HTML/de/kikbd/stil.html share/doc/HTML/de/kikbd/style.png +share/doc/HTML/de/killustrator/.anchors +share/doc/HTML/de/killustrator/Poly_set.png +share/doc/HTML/de/killustrator/anhang.html +share/doc/HTML/de/killustrator/ansicht-vergern-bzw.-verkleinern.html +share/doc/HTML/de/killustrator/anwendung.html +share/doc/HTML/de/killustrator/ausrichten.png +share/doc/HTML/de/killustrator/ber-das-handbuch.html +share/doc/HTML/de/killustrator/bersetzung-und-installation.html +share/doc/HTML/de/killustrator/bezier.png +share/doc/HTML/de/killustrator/blend_dialog.png +share/doc/HTML/de/killustrator/color.png +share/doc/HTML/de/killustrator/common +share/doc/HTML/de/killustrator/das-schichtenkonzept.html +share/doc/HTML/de/killustrator/einleitung.html +share/doc/HTML/de/killustrator/ellipse.png +share/doc/HTML/de/killustrator/export.png +share/doc/HTML/de/killustrator/fragen-und-antworten.html +share/doc/HTML/de/killustrator/freehand.png +share/doc/HTML/de/killustrator/geschichte-des-killustrators.html +share/doc/HTML/de/killustrator/index.cvlog +share/doc/HTML/de/killustrator/index.docbook +share/doc/HTML/de/killustrator/index.html +share/doc/HTML/de/killustrator/installation-der-vorbersetzen-pakete.html +share/doc/HTML/de/killustrator/installation.html +share/doc/HTML/de/killustrator/line.png +share/doc/HTML/de/killustrator/logo.png +share/doc/HTML/de/killustrator/movepoint.png +share/doc/HTML/de/killustrator/ndern-der-standardparameter.html +share/doc/HTML/de/killustrator/newpoint.png +share/doc/HTML/de/killustrator/open_dialog.png +share/doc/HTML/de/killustrator/pfeil.png +share/doc/HTML/de/killustrator/point.png +share/doc/HTML/de/killustrator/polygon.png +share/doc/HTML/de/killustrator/positionieren-von-objekten.html +share/doc/HTML/de/killustrator/rect.png +share/doc/HTML/de/killustrator/rmpoint.png +share/doc/HTML/de/killustrator/save_dialog.png +share/doc/HTML/de/killustrator/schichten.png +share/doc/HTML/de/killustrator/systemanforderungen.html +share/doc/HTML/de/killustrator/text.png +share/doc/HTML/de/killustrator/todo.html +share/doc/HTML/de/killustrator/transformationen-von-2d-primitiven.html +share/doc/HTML/de/killustrator/umgang-mit-dateien.html +share/doc/HTML/de/killustrator/umgang-mit-farben.html +share/doc/HTML/de/killustrator/undo-redo.html +share/doc/HTML/de/killustrator/verteilen.png +share/doc/HTML/de/killustrator/zeichnen-von-2d-primitiven.html +share/doc/HTML/de/killustrator/zoom.png +share/doc/HTML/de/kjots/.anchors +share/doc/HTML/de/kjots/commands.html +share/doc/HTML/de/kjots/common +share/doc/HTML/de/kjots/compilation.html +share/doc/HTML/de/kjots/configuration.html +share/doc/HTML/de/kjots/credits.html +share/doc/HTML/de/kjots/index.cvlog +share/doc/HTML/de/kjots/index.docbook +share/doc/HTML/de/kjots/index.html +share/doc/HTML/de/kjots/installation.html +share/doc/HTML/de/kjots/introduction.html +share/doc/HTML/de/kjots/kapp-revhistory.html +share/doc/HTML/de/kjots/kjots-pages.html +share/doc/HTML/de/kjots/menu-edit.html +share/doc/HTML/de/kjots/menu-help.html +share/doc/HTML/de/kjots/menu-hotlist.html +share/doc/HTML/de/kjots/menu-options.html +share/doc/HTML/de/kjots/requirements.html +share/doc/HTML/de/kjots/using-kjots.html +share/doc/HTML/de/kjumpingcube/.anchors +share/doc/HTML/de/kjumpingcube/common +share/doc/HTML/de/kjumpingcube/compilation.html +share/doc/HTML/de/kjumpingcube/credits.html +share/doc/HTML/de/kjumpingcube/einleitung.html +share/doc/HTML/de/kjumpingcube/index.docbook +share/doc/HTML/de/kjumpingcube/index.html +share/doc/HTML/de/kjumpingcube/installation.html +share/doc/HTML/de/kjumpingcube/playingkjumpingcube.html +share/doc/HTML/de/kjumpingcube/questionsanswersandtips.html +share/doc/HTML/de/kjumpingcube/requirements.html share/doc/HTML/de/klipper/.anchors share/doc/HTML/de/klipper/actions.html +share/doc/HTML/de/klipper/common share/doc/HTML/de/klipper/compilation.html share/doc/HTML/de/klipper/configuration.html share/doc/HTML/de/klipper/credits.html +share/doc/HTML/de/klipper/index.docbook share/doc/HTML/de/klipper/index.html share/doc/HTML/de/klipper/installation.html share/doc/HTML/de/klipper/introduction.html share/doc/HTML/de/klipper/requirements.html -share/doc/HTML/de/klipper/using-klipper.html -share/doc/HTML/de/klipper/common -share/doc/HTML/de/klipper/index.docbook share/doc/HTML/de/klipper/screenshot.png +share/doc/HTML/de/klipper/using-klipper.html +share/doc/HTML/de/kljettool/.anchors +share/doc/HTML/de/kljettool/common +share/doc/HTML/de/kljettool/compilation-and-installation.html +share/doc/HTML/de/kljettool/credits.html +share/doc/HTML/de/kljettool/getting-kljettool-to-work.html +share/doc/HTML/de/kljettool/index.cvlog +share/doc/HTML/de/kljettool/index.docbook +share/doc/HTML/de/kljettool/index.html +share/doc/HTML/de/kljettool/installation.html +share/doc/HTML/de/kljettool/introduction.html +share/doc/HTML/de/kljettool/note.png +share/doc/HTML/de/kljettool/requirements.html +share/doc/HTML/de/kljettool/screenshot.png +share/doc/HTML/de/kljettool/usage.html +share/doc/HTML/de/klpq/.anchors +share/doc/HTML/de/klpq/author.html +share/doc/HTML/de/klpq/common +share/doc/HTML/de/klpq/compilation-and-installation.html +share/doc/HTML/de/klpq/index.docbook +share/doc/HTML/de/klpq/index.html +share/doc/HTML/de/klpq/installation.html +share/doc/HTML/de/klpq/introduction.html +share/doc/HTML/de/klpq/mainwindow.html +share/doc/HTML/de/klpq/requirements.html +share/doc/HTML/de/klpq/spooler-dialog.html +share/doc/HTML/de/klpq/todo.html +share/doc/HTML/de/klpq/usage.html +share/doc/HTML/de/kmahjongg/.anchors +share/doc/HTML/de/kmahjongg/common +share/doc/HTML/de/kmahjongg/epilog.html +share/doc/HTML/de/kmahjongg/index.docbook +share/doc/HTML/de/kmahjongg/index.html +share/doc/HTML/de/kmahjongg/introduction.html +share/doc/HTML/de/kmail/.anchors +share/doc/HTML/de/kmail/anhang.html +share/doc/HTML/de/kmail/common +share/doc/HTML/de/kmail/copyright.html +share/doc/HTML/de/kmail/das-adressbuch.html +share/doc/HTML/de/kmail/das-fenster-nachrichten-erstellen.html +share/doc/HTML/de/kmail/diverses.html +share/doc/HTML/de/kmail/dokumentation.html +share/doc/HTML/de/kmail/einstellen-der-postfcher.html +share/doc/HTML/de/kmail/erscheinungsbild.html +share/doc/HTML/de/kmail/filter.html +share/doc/HTML/de/kmail/fragen-und-antworten.html +share/doc/HTML/de/kmail/index.cvlog +share/doc/HTML/de/kmail/index.docbook +share/doc/HTML/de/kmail/index.html +share/doc/HTML/de/kmail/nachrichten-erstellen-0.html +share/doc/HTML/de/kmail/nachrichten-erstellen.html +share/doc/HTML/de/kmail/netzwerk.html +share/doc/HTML/de/kmail/pgp.html +share/doc/HTML/de/kmail/sec-customizing.html +share/doc/HTML/de/kmail/sec-folders.html +share/doc/HTML/de/kmail/sec-gettingstarted.html +share/doc/HTML/de/kmail/sec-importing.html +share/doc/HTML/de/kmail/sec-intro.html +share/doc/HTML/de/kmail/sec-menus.html +share/doc/HTML/de/kmail/sec-multipleaccounts.html +share/doc/HTML/de/kmail/sec-pgp.html +share/doc/HTML/de/kmail/sec-usingkmail.html +share/doc/HTML/de/kmail/testen-der-einstellungen.html +share/doc/HTML/de/kmail/warum-frgt-kmail-mich-stndig-nach-einer-sign.html +share/doc/HTML/de/kmail/warum-funktioniert-der-zeilenumbruch-im-fens.html +share/doc/HTML/de/kmail/wie-kann-ich-automatisch-einen-text-am-ende-.html +share/doc/HTML/de/kmail/wie-kann-ich-die-nachrichten-auf-dem-server-.html +share/doc/HTML/de/kmedia/.anchors +share/doc/HTML/de/kmedia/bildschirmelemente.html +share/doc/HTML/de/kmedia/common +share/doc/HTML/de/kmedia/die-meneintrge.html +share/doc/HTML/de/kmedia/einleitung.html +share/doc/HTML/de/kmedia/einstellungen.html +share/doc/HTML/de/kmedia/hilfe.html +share/doc/HTML/de/kmedia/index.cvlog +share/doc/HTML/de/kmedia/index.docbook +share/doc/HTML/de/kmedia/index.html +share/doc/HTML/de/kmedia/installation.html +share/doc/HTML/de/kmedia/kompilierung-und-installation.html +share/doc/HTML/de/kmedia/mehrere-medienspieler.html +share/doc/HTML/de/kmedia/tastenbelegung.html +share/doc/HTML/de/kmedia/voraussetzungen.html share/doc/HTML/de/kmenuedit/.anchors share/doc/HTML/de/kmenuedit/anhang.html share/doc/HTML/de/kmenuedit/aufgaben.html +share/doc/HTML/de/kmenuedit/common share/doc/HTML/de/kmenuedit/einleitung.html share/doc/HTML/de/kmenuedit/filetypes.html +share/doc/HTML/de/kmenuedit/index.cvlog +share/doc/HTML/de/kmenuedit/index.docbook share/doc/HTML/de/kmenuedit/index.html share/doc/HTML/de/kmenuedit/konzept.html share/doc/HTML/de/kmenuedit/verwendung.html -share/doc/HTML/de/kmenuedit/common -share/doc/HTML/de/kmenuedit/index.cvlog -share/doc/HTML/de/kmenuedit/index.docbook +share/doc/HTML/de/kmid/.anchors +share/doc/HTML/de/kmid/abspielreihenfolge.html +share/doc/HTML/de/kmid/benutzung.html +share/doc/HTML/de/kmid/ber-den-autor.html +share/doc/HTML/de/kmid/brauche-ich-eine-midi-map.html +share/doc/HTML/de/kmid/common +share/doc/HTML/de/kmid/der-gebrauch-von-midi-maps.html +share/doc/HTML/de/kmid/die-tempo-lcd.html +share/doc/HTML/de/kmid/die-temporre-sammlung-temporary-collection.html +share/doc/HTML/de/kmid/ein-lied-aus-einer-sammlung-auswhlen.html +share/doc/HTML/de/kmid/einleitung.html +share/doc/HTML/de/kmid/entfernen-von-liedern-aus-einer-sammlung.html +share/doc/HTML/de/kmid/erstellen-einer-midi-map.html +share/doc/HTML/de/kmid/freunde-von-kmid.html +share/doc/HTML/de/kmid/hufig-gestellte-fragen-faq.html +share/doc/HTML/de/kmid/index.cvlog +share/doc/HTML/de/kmid/index.docbook +share/doc/HTML/de/kmid/index.html +share/doc/HTML/de/kmid/installation.html +share/doc/HTML/de/kmid/kompilierung-und-installation.html +share/doc/HTML/de/kmid/lieder-abspielen.html +share/doc/HTML/de/kmid/lieder-zu-einer-sammlung-hinzufgen.html +share/doc/HTML/de/kmid/liedtext-anzeigen.html +share/doc/HTML/de/kmid/lschen-einer-sammlung.html +share/doc/HTML/de/kmid/midi-maps.html +share/doc/HTML/de/kmid/sammlungen.html +share/doc/HTML/de/kmid/schlubemerkungen.html +share/doc/HTML/de/kmid/tastenbelegung.html +share/doc/HTML/de/kmid/voraussetzungen.html +share/doc/HTML/de/kmid/weitergehende-mglichkeiten.html +share/doc/HTML/de/kmidi/.anchors +share/doc/HTML/de/kmidi/command-line-options.html +share/doc/HTML/de/kmidi/common +share/doc/HTML/de/kmidi/compilation-and-installation.html +share/doc/HTML/de/kmidi/computation-issues.html +share/doc/HTML/de/kmidi/configuring.html +share/doc/HTML/de/kmidi/copyright.html +share/doc/HTML/de/kmidi/credits.html +share/doc/HTML/de/kmidi/design.html +share/doc/HTML/de/kmidi/effects.html +share/doc/HTML/de/kmidi/index.cvlog +share/doc/HTML/de/kmidi/index.docbook +share/doc/HTML/de/kmidi/index.html +share/doc/HTML/de/kmidi/installation.html +share/doc/HTML/de/kmidi/introduction.html +share/doc/HTML/de/kmidi/memory-issues.html +share/doc/HTML/de/kmidi/midi-filenames.html +share/doc/HTML/de/kmidi/midi-implementation.html +share/doc/HTML/de/kmidi/patches.html +share/doc/HTML/de/kmidi/patchsets.html +share/doc/HTML/de/kmidi/playlists.html +share/doc/HTML/de/kmidi/polyphony.html +share/doc/HTML/de/kmidi/questions-and-answers.html +share/doc/HTML/de/kmidi/requirements.html +share/doc/HTML/de/kmidi/synthesis-model.html +share/doc/HTML/de/kmidi/usage.html +share/doc/HTML/de/kmidi/volume.html +share/doc/HTML/de/kmines/.anchors +share/doc/HTML/de/kmines/common +share/doc/HTML/de/kmines/credits.html +share/doc/HTML/de/kmines/index.docbook +share/doc/HTML/de/kmines/index.html +share/doc/HTML/de/kmines/introduction.html +share/doc/HTML/de/kmines/rules.html +share/doc/HTML/de/kmix/.anchors +share/doc/HTML/de/kmix/common +share/doc/HTML/de/kmix/compilation.html +share/doc/HTML/de/kmix/configuration-options.html +share/doc/HTML/de/kmix/control-panel.html +share/doc/HTML/de/kmix/credits.html +share/doc/HTML/de/kmix/index.cvlog +share/doc/HTML/de/kmix/index.docbook +share/doc/HTML/de/kmix/index.html +share/doc/HTML/de/kmix/installation.html +share/doc/HTML/de/kmix/introduction.html +share/doc/HTML/de/kmix/panning-slider.html +share/doc/HTML/de/kmix/requirements.html +share/doc/HTML/de/kmix/working-with-kmix.html +share/doc/HTML/de/knode/.anchors +share/doc/HTML/de/knode/commands.html +share/doc/HTML/de/knode/common +share/doc/HTML/de/knode/compilation.html +share/doc/HTML/de/knode/configuration.html +share/doc/HTML/de/knode/credits.html +share/doc/HTML/de/knode/eyes.png +share/doc/HTML/de/knode/faq.html +share/doc/HTML/de/knode/glossary.html +share/doc/HTML/de/knode/greyball.png +share/doc/HTML/de/knode/greyballchk.png +share/doc/HTML/de/knode/index.docbook +share/doc/HTML/de/knode/index.html +share/doc/HTML/de/knode/infos-technical.html +share/doc/HTML/de/knode/infos-testgroups.html +share/doc/HTML/de/knode/infos-urls.html +share/doc/HTML/de/knode/installation.html +share/doc/HTML/de/knode/introduction.html +share/doc/HTML/de/knode/knode-cleanup.png +share/doc/HTML/de/knode/knode-colors-fonts.png +share/doc/HTML/de/knode/knode-composer-attachments.png +share/doc/HTML/de/knode/knode-composer-settings.png +share/doc/HTML/de/knode/knode-edit-filter.png +share/doc/HTML/de/knode/knode-edit-header1.png +share/doc/HTML/de/knode/knode-edit-header2.png +share/doc/HTML/de/knode/knode-editorwindow.html +share/doc/HTML/de/knode/knode-filters.png +share/doc/HTML/de/knode/knode-followup.png +share/doc/HTML/de/knode/knode-header-settings.png +share/doc/HTML/de/knode/knode-identity.png +share/doc/HTML/de/knode/knode-journey.html +share/doc/HTML/de/knode/knode-mail-account.png +share/doc/HTML/de/knode/knode-more-info.html +share/doc/HTML/de/knode/knode-new-article.png +share/doc/HTML/de/knode/knode-news-account.png +share/doc/HTML/de/knode/knode-post-settings.png +share/doc/HTML/de/knode/knode-read-news-appearance-dialog.png +share/doc/HTML/de/knode/knode-read-news-settings.png +share/doc/HTML/de/knode/knode-reply.png +share/doc/HTML/de/knode/knode-search.png +share/doc/HTML/de/knode/knode-start.png +share/doc/HTML/de/knode/knode-subscribe.png +share/doc/HTML/de/knode/knode-views.png +share/doc/HTML/de/knode/more-knode-features.html +share/doc/HTML/de/knode/nettiquette.html +share/doc/HTML/de/knode/newsubs.png +share/doc/HTML/de/knode/redball.png +share/doc/HTML/de/knode/redballchk.png +share/doc/HTML/de/knode/requirements.html +share/doc/HTML/de/knode/subscribing.html +share/doc/HTML/de/knode/update-installation.html +share/doc/HTML/de/knode/usenet-slang.html +share/doc/HTML/de/knode/using-knode.html +share/doc/HTML/de/knotes/.anchors +share/doc/HTML/de/knotes/common +share/doc/HTML/de/knotes/compilation.html +share/doc/HTML/de/knotes/configuration.html +share/doc/HTML/de/knotes/configuring-actions.html +share/doc/HTML/de/knotes/configuring-editor.html +share/doc/HTML/de/knotes/credits.html +share/doc/HTML/de/knotes/customizingactions.html +share/doc/HTML/de/knotes/customizingdisplay.html +share/doc/HTML/de/knotes/customizingeditor.html +share/doc/HTML/de/knotes/deleting-a-note.html +share/doc/HTML/de/knotes/desktop-functions.html +share/doc/HTML/de/knotes/displaying-notes.html +share/doc/HTML/de/knotes/hiding-a-note.html +share/doc/HTML/de/knotes/index.cvlog +share/doc/HTML/de/knotes/index.docbook +share/doc/HTML/de/knotes/index.html +share/doc/HTML/de/knotes/inserting-the-date.html +share/doc/HTML/de/knotes/installation.html +share/doc/HTML/de/knotes/introduction.html +share/doc/HTML/de/knotes/mailing-a-note.html +share/doc/HTML/de/knotes/printing-a-note.html +share/doc/HTML/de/knotes/quit-knotes.html +share/doc/HTML/de/knotes/renaming-a-note.html +share/doc/HTML/de/knotes/requirements.html +share/doc/HTML/de/knotes/typing-the-note.html +share/doc/HTML/de/knotes/using-knotes.html +share/doc/HTML/de/knu/.anchors +share/doc/HTML/de/knu/autoren-.html +share/doc/HTML/de/knu/beschreibung-0.html +share/doc/HTML/de/knu/beschreibung-1.html +share/doc/HTML/de/knu/beschreibung-2.html +share/doc/HTML/de/knu/beschreibung.html +share/doc/HTML/de/knu/common +share/doc/HTML/de/knu/copyright.html +share/doc/HTML/de/knu/die-finger-karte.html +share/doc/HTML/de/knu/die-mtr-karte.html +share/doc/HTML/de/knu/die-ping-karte.html +share/doc/HTML/de/knu/die-rechnernamen-karte.html +share/doc/HTML/de/knu/die-traceroute-karte.html +share/doc/HTML/de/knu/einfuehrung.html +share/doc/HTML/de/knu/epilog.html +share/doc/HTML/de/knu/geschichte.html +share/doc/HTML/de/knu/index.cvlog +share/doc/HTML/de/knu/index.docbook +share/doc/HTML/de/knu/index.html +share/doc/HTML/de/knu/knu-config.png +share/doc/HTML/de/knu/knu-finger.png +share/doc/HTML/de/knu/knu-host.png +share/doc/HTML/de/knu/knu-ping.png +share/doc/HTML/de/knu/knu-traceroute.png +share/doc/HTML/de/knu/konfiguration.html +share/doc/HTML/de/knu/optionen-0.html +share/doc/HTML/de/knu/optionen-1.html +share/doc/HTML/de/knu/optionen-2.html +share/doc/HTML/de/knu/optionen.html share/doc/HTML/de/konqueror/.anchors share/doc/HTML/de/konqueror/basics.html share/doc/HTML/de/konqueror/bookmarks.html share/doc/HTML/de/konqueror/browser.html share/doc/HTML/de/konqueror/bubble.html +share/doc/HTML/de/konqueror/cmndline.png share/doc/HTML/de/konqueror/commandline.html share/doc/HTML/de/konqueror/commands.html +share/doc/HTML/de/konqueror/common share/doc/HTML/de/konqueror/config-prox.html share/doc/HTML/de/konqueror/config.html share/doc/HTML/de/konqueror/configure-bars.html share/doc/HTML/de/konqueror/credits.html share/doc/HTML/de/konqueror/deleting.html +share/doc/HTML/de/konqueror/dirtree.png +share/doc/HTML/de/konqueror/dragdrop.png share/doc/HTML/de/konqueror/fileassoc.html share/doc/HTML/de/konqueror/filemanager.html +share/doc/HTML/de/konqueror/filetype1.png +share/doc/HTML/de/konqueror/filetype3.png +share/doc/HTML/de/konqueror/filetype4.png share/doc/HTML/de/konqueror/ftp.html +share/doc/HTML/de/konqueror/index.docbook share/doc/HTML/de/konqueror/index.html share/doc/HTML/de/konqueror/installation.html share/doc/HTML/de/konqueror/introduction.html +share/doc/HTML/de/konqueror/kfind.png +share/doc/HTML/de/konqueror/konqdoc5.png +share/doc/HTML/de/konqueror/konqdoc9.png +share/doc/HTML/de/konqueror/konqorg.png share/doc/HTML/de/konqueror/lmbmmb.html share/doc/HTML/de/konqueror/making.html -share/doc/HTML/de/konqueror/common share/doc/HTML/de/konqueror/miscbrowser.html share/doc/HTML/de/konqueror/moving.html share/doc/HTML/de/konqueror/multiple.html share/doc/HTML/de/konqueror/newname.html share/doc/HTML/de/konqueror/optionalbrowser.html share/doc/HTML/de/konqueror/parts.html +share/doc/HTML/de/konqueror/parts.png share/doc/HTML/de/konqueror/plugin.html share/doc/HTML/de/konqueror/rmb-menus.html share/doc/HTML/de/konqueror/samba.html +share/doc/HTML/de/konqueror/samba.png share/doc/HTML/de/konqueror/save-print-web.html share/doc/HTML/de/konqueror/surf.html -share/doc/HTML/de/konqueror/cmndline.png -share/doc/HTML/de/konqueror/dirtree.png -share/doc/HTML/de/konqueror/dragdrop.png -share/doc/HTML/de/konqueror/filetype1.png -share/doc/HTML/de/konqueror/filetype3.png -share/doc/HTML/de/konqueror/filetype4.png -share/doc/HTML/de/konqueror/index.docbook -share/doc/HTML/de/konqueror/kfind.png -share/doc/HTML/de/konqueror/konqdoc5.png -share/doc/HTML/de/konqueror/konqdoc9.png -share/doc/HTML/de/konqueror/konqorg.png -share/doc/HTML/de/konqueror/parts.png -share/doc/HTML/de/konqueror/samba.png share/doc/HTML/de/konsole/.anchors share/doc/HTML/de/konsole/command-line-options.html +share/doc/HTML/de/konsole/common share/doc/HTML/de/konsole/credits.html share/doc/HTML/de/konsole/history-option.html +share/doc/HTML/de/konsole/index.cvlog +share/doc/HTML/de/konsole/index.docbook share/doc/HTML/de/konsole/index.html share/doc/HTML/de/konsole/installation.html share/doc/HTML/de/konsole/introduction.html +share/doc/HTML/de/konsole/konsole.png share/doc/HTML/de/konsole/menubar.html share/doc/HTML/de/konsole/mousebuttons.html share/doc/HTML/de/konsole/toolbar.html share/doc/HTML/de/konsole/use-of-konsole.html -share/doc/HTML/de/konsole/common -share/doc/HTML/de/konsole/index.cvlog -share/doc/HTML/de/konsole/index.docbook -share/doc/HTML/de/konsole/konsole.png +share/doc/HTML/de/korganizer/.anchors +share/doc/HTML/de/korganizer/alarmd-panel.png +share/doc/HTML/de/korganizer/common +share/doc/HTML/de/korganizer/compilation.html +share/doc/HTML/de/korganizer/config.html +share/doc/HTML/de/korganizer/course-conclusion.html +share/doc/HTML/de/korganizer/course-entering-todos.html +share/doc/HTML/de/korganizer/course-event-types.html +share/doc/HTML/de/korganizer/course-rescheduling-events.html +share/doc/HTML/de/korganizer/course-rescheduling-todos.html +share/doc/HTML/de/korganizer/credits.html +share/doc/HTML/de/korganizer/datenavigator.png +share/doc/HTML/de/korganizer/entering-data-required-fields.html +share/doc/HTML/de/korganizer/entering-data-to-do.html +share/doc/HTML/de/korganizer/entering-data.html +share/doc/HTML/de/korganizer/examples.html +share/doc/HTML/de/korganizer/faq.html +share/doc/HTML/de/korganizer/five-minute-course.html +share/doc/HTML/de/korganizer/glossary.html +share/doc/HTML/de/korganizer/i_actions_new_event.png +share/doc/HTML/de/korganizer/i_copy.png +share/doc/HTML/de/korganizer/i_cut.png +share/doc/HTML/de/korganizer/i_edit_find.png +share/doc/HTML/de/korganizer/i_file_close.png +share/doc/HTML/de/korganizer/i_file_new.png +share/doc/HTML/de/korganizer/i_file_open.png +share/doc/HTML/de/korganizer/i_file_print.png +share/doc/HTML/de/korganizer/i_file_print_preview.png +share/doc/HTML/de/korganizer/i_file_quit.png +share/doc/HTML/de/korganizer/i_file_save.png +share/doc/HTML/de/korganizer/i_go_backward.png +share/doc/HTML/de/korganizer/i_go_forward.png +share/doc/HTML/de/korganizer/i_go_to_today.png +share/doc/HTML/de/korganizer/i_help_contents.png +share/doc/HTML/de/korganizer/i_paste.png +share/doc/HTML/de/korganizer/i_settings_prefs.png +share/doc/HTML/de/korganizer/i_view_day.png +share/doc/HTML/de/korganizer/i_view_list.png +share/doc/HTML/de/korganizer/i_view_month.png +share/doc/HTML/de/korganizer/i_view_todo_list.png +share/doc/HTML/de/korganizer/i_view_week.png +share/doc/HTML/de/korganizer/i_view_work_week.png +share/doc/HTML/de/korganizer/index.docbook +share/doc/HTML/de/korganizer/index.html +share/doc/HTML/de/korganizer/installation.html +share/doc/HTML/de/korganizer/introduction.html +share/doc/HTML/de/korganizer/kagenda-appointment.png +share/doc/HTML/de/korganizer/other-features-drag-and-drop.html +share/doc/HTML/de/korganizer/other-features-import.html +share/doc/HTML/de/korganizer/other-features-konqueror-interaction.html +share/doc/HTML/de/korganizer/other-features-merging-data.html +share/doc/HTML/de/korganizer/other-features-palm-sync.html +share/doc/HTML/de/korganizer/other-features.html +share/doc/HTML/de/korganizer/reference-action-buttons.html +share/doc/HTML/de/korganizer/reference-hotkey.html +share/doc/HTML/de/korganizer/reference-menus.html +share/doc/HTML/de/korganizer/reference.html +share/doc/HTML/de/korganizer/requirements.html +share/doc/HTML/de/korganizer/vcalendar-format.html +share/doc/HTML/de/kpackage/.anchors +share/doc/HTML/de/kpackage/cache-menu.html +share/doc/HTML/de/kpackage/common +share/doc/HTML/de/kpackage/credits-and-licenses.html +share/doc/HTML/de/kpackage/help-menu.html +share/doc/HTML/de/kpackage/index.cvlog +share/doc/HTML/de/kpackage/index.docbook +share/doc/HTML/de/kpackage/index.html +share/doc/HTML/de/kpackage/installation.html +share/doc/HTML/de/kpackage/installing-packages.html +share/doc/HTML/de/kpackage/integrating-available-packages-in-the-tree.html +share/doc/HTML/de/kpackage/introduction.html +share/doc/HTML/de/kpackage/menus.html +share/doc/HTML/de/kpackage/onscreen-fundamentals.html +share/doc/HTML/de/kpackage/package-information-panel.html +share/doc/HTML/de/kpackage/packages-menu.html +share/doc/HTML/de/kpackage/requirements.html +share/doc/HTML/de/kpackage/settings-menu.html +share/doc/HTML/de/kpackage/the-package-tree-panel.html +share/doc/HTML/de/kpackage/toolbar.html +share/doc/HTML/de/kpackage/uninstalling-packages.html share/doc/HTML/de/kpager/.anchors share/doc/HTML/de/kpager/commands.html +share/doc/HTML/de/kpager/common share/doc/HTML/de/kpager/compilation.html share/doc/HTML/de/kpager/credits.html share/doc/HTML/de/kpager/faq.html +share/doc/HTML/de/kpager/index.cvlog +share/doc/HTML/de/kpager/index.docbook share/doc/HTML/de/kpager/index.html share/doc/HTML/de/kpager/installation.html share/doc/HTML/de/kpager/introduction.html share/doc/HTML/de/kpager/kapp-settings.html share/doc/HTML/de/kpager/requirements.html share/doc/HTML/de/kpager/using-kapp.html -share/doc/HTML/de/kpager/common -share/doc/HTML/de/kpager/index.cvlog -share/doc/HTML/de/kpager/index.docbook -share/doc/HTML/de/kwm/.anchors -share/doc/HTML/de/kwm/autoren.html -share/doc/HTML/de/kwm/befehle.html -share/doc/HTML/de/kwm/diebenutzungvonemphasiskwmemphasis.html -share/doc/HTML/de/kwm/einfuumlhrung.html -share/doc/HTML/de/kwm/index.html -share/doc/HTML/de/kwm/kde-erweiterungen-zu-anderen-fenstermanagern.html -share/doc/HTML/de/kwm/konfiguration.html -share/doc/HTML/de/kwm/kwm-sieht-aehnlich-aus-wie-windows.html -share/doc/HTML/de/kwm/mauskontrolle.html -share/doc/HTML/de/kwm/minicli.html -share/doc/HTML/de/kwm/mitarbeiter.html -share/doc/HTML/de/kwm/neuen-tastenkombinationen.html -share/doc/HTML/de/kwm/oftgestelltefragen.html -share/doc/HTML/de/kwm/schattierte-fenster.html -share/doc/HTML/de/kwm/shortcuts.html -share/doc/HTML/de/kwm/soundereignisse.html -share/doc/HTML/de/kwm/uebersetzer.html -share/doc/HTML/de/kwm/common -share/doc/HTML/de/kwm/index.cvlog -share/doc/HTML/de/kwm/index.docbook -share/doc/HTML/de/kwrite/.anchors -share/doc/HTML/de/kwrite/command-line-options.html -share/doc/HTML/de/kwrite/credits.html -share/doc/HTML/de/kwrite/edit.html -share/doc/HTML/de/kwrite/go.html -share/doc/HTML/de/kwrite/help.html -share/doc/HTML/de/kwrite/index.html -share/doc/HTML/de/kwrite/installation.html -share/doc/HTML/de/kwrite/introduction.html -share/doc/HTML/de/kwrite/keybindings.html -share/doc/HTML/de/kwrite/on-screen-fundamentals.html -share/doc/HTML/de/kwrite/pref-dialog.html -share/doc/HTML/de/kwrite/pref-edit.html -share/doc/HTML/de/kwrite/pref-highlighting.html -share/doc/HTML/de/kwrite/pref-indent.html -share/doc/HTML/de/kwrite/pref-select.html -share/doc/HTML/de/kwrite/prefspellchecker.html -share/doc/HTML/de/kwrite/settings.html -share/doc/HTML/de/kwrite/common -share/doc/HTML/de/kwrite/the-menu-entries.html -share/doc/HTML/de/kwrite/tools.html -share/doc/HTML/de/kwrite/index.docbook -share/doc/HTML/de/kabalone/.anchors -share/doc/HTML/de/kabalone/commandolineoptions.html -share/doc/HTML/de/kabalone/credits.html -share/doc/HTML/de/kabalone/editmenu.html -share/doc/HTML/de/kabalone/index.html -share/doc/HTML/de/kabalone/introduction.html -share/doc/HTML/de/kabalone/optionsmenu.html -share/doc/HTML/de/kabalone/rulesofthegame.html -share/doc/HTML/de/kabalone/theuserinterface.html -share/doc/HTML/de/kabalone/common -share/doc/HTML/de/kabalone/index.docbook -share/doc/HTML/de/kasteroids/.anchors -share/doc/HTML/de/kasteroids/controls.html -share/doc/HTML/de/kasteroids/credits.html -share/doc/HTML/de/kasteroids/helpmenu.html -share/doc/HTML/de/kasteroids/index.html -share/doc/HTML/de/kasteroids/introduction.html -share/doc/HTML/de/kasteroids/sectthemenus.html -share/doc/HTML/de/kasteroids/shortcuts.html -share/doc/HTML/de/kasteroids/common -share/doc/HTML/de/kasteroids/index.docbook -share/doc/HTML/de/katomic/.anchors -share/doc/HTML/de/katomic/compilation.html -share/doc/HTML/de/katomic/configuration.html -share/doc/HTML/de/katomic/credits.html -share/doc/HTML/de/katomic/help.html -share/doc/HTML/de/katomic/index.html -share/doc/HTML/de/katomic/installation.html -share/doc/HTML/de/katomic/introduction.html -share/doc/HTML/de/katomic/keybindings.html -share/doc/HTML/de/katomic/optmenu.html -share/doc/HTML/de/katomic/playingkatomic.html -share/doc/HTML/de/katomic/requirements.html -share/doc/HTML/de/katomic/common -share/doc/HTML/de/katomic/index.docbook -share/doc/HTML/de/kblackbox/.anchors -share/doc/HTML/de/kblackbox/epilogue.html -share/doc/HTML/de/kblackbox/gamedescription.html -share/doc/HTML/de/kblackbox/gamerules.html -share/doc/HTML/de/kblackbox/guidescription.html -share/doc/HTML/de/kblackbox/index.html -share/doc/HTML/de/kblackbox/installation.html -share/doc/HTML/de/kblackbox/userinteraction.html -share/doc/HTML/de/kblackbox/whatiskblackbox.html -share/doc/HTML/de/kblackbox/common -share/doc/HTML/de/kblackbox/index.docbook -share/doc/HTML/de/kjumpingcube/.anchors -share/doc/HTML/de/kjumpingcube/compilation.html -share/doc/HTML/de/kjumpingcube/credits.html -share/doc/HTML/de/kjumpingcube/einleitung.html -share/doc/HTML/de/kjumpingcube/index.html -share/doc/HTML/de/kjumpingcube/installation.html -share/doc/HTML/de/kjumpingcube/playingkjumpingcube.html -share/doc/HTML/de/kjumpingcube/questionsanswersandtips.html -share/doc/HTML/de/kjumpingcube/requirements.html -share/doc/HTML/de/kjumpingcube/common -share/doc/HTML/de/kjumpingcube/index.docbook -share/doc/HTML/de/knu/.anchors -share/doc/HTML/de/knu/autoren-.html -share/doc/HTML/de/knu/beschreibung-0.html -share/doc/HTML/de/knu/beschreibung-1.html -share/doc/HTML/de/knu/beschreibung-2.html -share/doc/HTML/de/knu/beschreibung.html -share/doc/HTML/de/knu/copyright.html -share/doc/HTML/de/knu/die-finger-karte.html -share/doc/HTML/de/knu/die-mtr-karte.html -share/doc/HTML/de/knu/die-ping-karte.html -share/doc/HTML/de/knu/die-rechnernamen-karte.html -share/doc/HTML/de/knu/die-traceroute-karte.html -share/doc/HTML/de/knu/einfuehrung.html -share/doc/HTML/de/knu/epilog.html -share/doc/HTML/de/knu/geschichte.html -share/doc/HTML/de/knu/index.html -share/doc/HTML/de/knu/konfiguration.html -share/doc/HTML/de/knu/optionen-0.html -share/doc/HTML/de/knu/optionen-1.html -share/doc/HTML/de/knu/optionen-2.html -share/doc/HTML/de/knu/optionen.html -share/doc/HTML/de/knu/common -share/doc/HTML/de/knu/index.cvlog -share/doc/HTML/de/knu/index.docbook -share/doc/HTML/de/knu/knu-config.png -share/doc/HTML/de/knu/knu-finger.png -share/doc/HTML/de/knu/knu-host.png -share/doc/HTML/de/knu/knu-ping.png -share/doc/HTML/de/knu/knu-traceroute.png -share/doc/HTML/de/kmahjongg/.anchors -share/doc/HTML/de/kmahjongg/epilog.html -share/doc/HTML/de/kmahjongg/index.html -share/doc/HTML/de/kmahjongg/introduction.html -share/doc/HTML/de/kmahjongg/common -share/doc/HTML/de/kmahjongg/index.docbook -share/doc/HTML/de/kmines/.anchors -share/doc/HTML/de/kmines/credits.html -share/doc/HTML/de/kmines/index.html -share/doc/HTML/de/kmines/introduction.html -share/doc/HTML/de/kmines/rules.html -share/doc/HTML/de/kmines/common -share/doc/HTML/de/kmines/index.docbook +share/doc/HTML/de/kpaint/.anchors +share/doc/HTML/de/kpaint/Technic.png +share/doc/HTML/de/kpaint/common +share/doc/HTML/de/kpaint/einleitung.html +share/doc/HTML/de/kpaint/geplante-funktionen.html +share/doc/HTML/de/kpaint/index.cvlog +share/doc/HTML/de/kpaint/index.docbook +share/doc/HTML/de/kpaint/index.html share/doc/HTML/de/kpat/.anchors share/doc/HTML/de/kpat/aces_up.html share/doc/HTML/de/kpat/calculation.html +share/doc/HTML/de/kpat/common share/doc/HTML/de/kpat/credits.html share/doc/HTML/de/kpat/forty_and_eight.html share/doc/HTML/de/kpat/freecell.html share/doc/HTML/de/kpat/grandfather.html share/doc/HTML/de/kpat/grandfathers_clock.html share/doc/HTML/de/kpat/gypsy.html +share/doc/HTML/de/kpat/index.docbook share/doc/HTML/de/kpat/index.html share/doc/HTML/de/kpat/introduction.html share/doc/HTML/de/kpat/kings.html share/doc/HTML/de/kpat/klondike.html share/doc/HTML/de/kpat/mod3.html share/doc/HTML/de/kpat/napoleons_tomb.html +share/doc/HTML/de/kpat/playfield.png share/doc/HTML/de/kpat/rules.html share/doc/HTML/de/kpat/simple_simon.html share/doc/HTML/de/kpat/yukon.html -share/doc/HTML/de/kpat/common -share/doc/HTML/de/kpat/index.docbook -share/doc/HTML/de/kpat/playfield.png +share/doc/HTML/de/kpm/.anchors +share/doc/HTML/de/kpm/commands.html +share/doc/HTML/de/kpm/common +share/doc/HTML/de/kpm/compilation.html +share/doc/HTML/de/kpm/credits.html +share/doc/HTML/de/kpm/faq.html +share/doc/HTML/de/kpm/index.cvlog +share/doc/HTML/de/kpm/index.docbook +share/doc/HTML/de/kpm/index.html +share/doc/HTML/de/kpm/installation.html +share/doc/HTML/de/kpm/introduction.html +share/doc/HTML/de/kpm/kpmjobs.png +share/doc/HTML/de/kpm/kpmmemory.png +share/doc/HTML/de/kpm/kpmstart.png +share/doc/HTML/de/kpm/kpmtext.png +share/doc/HTML/de/kpm/managing-processes.html +share/doc/HTML/de/kpm/monitoring-processes.html +share/doc/HTML/de/kpm/monitoring-resources.html +share/doc/HTML/de/kpm/other-signale.html +share/doc/HTML/de/kpm/requirements.html +share/doc/HTML/de/kpm/signals.html +share/doc/HTML/de/kpm/using-kpm.html share/doc/HTML/de/kpoker/.anchors +share/doc/HTML/de/kpoker/common share/doc/HTML/de/kpoker/credits.html share/doc/HTML/de/kpoker/hands.html +share/doc/HTML/de/kpoker/index.docbook share/doc/HTML/de/kpoker/index.html share/doc/HTML/de/kpoker/introduction.html share/doc/HTML/de/kpoker/rules.html share/doc/HTML/de/kpoker/scoring.html share/doc/HTML/de/kpoker/wheretoget.html -share/doc/HTML/de/kpoker/common -share/doc/HTML/de/kpoker/index.docbook +share/doc/HTML/de/kppp/.anchors +share/doc/HTML/de/kppp/abrechnung.html +share/doc/HTML/de/kppp/anhang.html +share/doc/HTML/de/kppp/auto-configurehostname.html +share/doc/HTML/de/kppp/autoren.html +share/doc/HTML/de/kppp/ber-probleme-mit-kppp-berichten.html +share/doc/HTML/de/kppp/cb.html +share/doc/HTML/de/kppp/common +share/doc/HTML/de/kppp/das-modem-zum-auflegen-bewegen.html +share/doc/HTML/de/kppp/dateien-in-zusammenhang-mit-kppp.html +share/doc/HTML/de/kppp/dns.html +share/doc/HTML/de/kppp/einen-zugang-konfigurieren.html +share/doc/HTML/de/kppp/einfuehrung.html +share/doc/HTML/de/kppp/fragen-und-antworten.html +share/doc/HTML/de/kppp/gateway.html +share/doc/HTML/de/kppp/geraet.html +share/doc/HTML/de/kppp/gpl.html +share/doc/HTML/de/kppp/hayes.html +share/doc/HTML/de/kppp/index.cvlog +share/doc/HTML/de/kppp/index.docbook +share/doc/HTML/de/kppp/index.html +share/doc/HTML/de/kppp/installation.html +share/doc/HTML/de/kppp/kompilierung-und-installation.html +share/doc/HTML/de/kppp/kppp-einstellen.html +share/doc/HTML/de/kppp/kppp-hat-das-suid-bit-gesetzt.-wo-bleibt-die.html +share/doc/HTML/de/kppp/lizenz-und-garantie.html +share/doc/HTML/de/kppp/login-skript.html +share/doc/HTML/de/kppp/mehr-ueber-ppp-pppd.html +share/doc/HTML/de/kppp/modem-tricks-hinweise.html +share/doc/HTML/de/kppp/modem.html +share/doc/HTML/de/kppp/modemprofile.html +share/doc/HTML/de/kppp/pap-und-chap.html +share/doc/HTML/de/kppp/pap.html +share/doc/HTML/de/kppp/ppp.html +share/doc/HTML/de/kppp/security.html +share/doc/HTML/de/kppp/tonwahl-schneller-machen.html +share/doc/HTML/de/kppp/volumenberechnung.html +share/doc/HTML/de/kppp/voraussetzungen.html +share/doc/HTML/de/kppp/vorbereitung-fuer-eine-ppp-verbindung.html +share/doc/HTML/de/kppp/wie-man-das-system-log-interpretiert.html +share/doc/HTML/de/kppp/windows-nt-ras-rckrufverbindungen.html share/doc/HTML/de/kreversi/.anchors +share/doc/HTML/de/kreversi/common share/doc/HTML/de/kreversi/credits.html +share/doc/HTML/de/kreversi/index.docbook share/doc/HTML/de/kreversi/index.html share/doc/HTML/de/kreversi/introduction.html share/doc/HTML/de/kreversi/rules.html share/doc/HTML/de/kreversi/strategytips.html -share/doc/HTML/de/kreversi/common -share/doc/HTML/de/kreversi/index.docbook +share/doc/HTML/de/krn/.anchors +share/doc/HTML/de/krn/common +share/doc/HTML/de/krn/connected.xpm +share/doc/HTML/de/krn/das-artikel-fenster.html +share/doc/HTML/de/krn/disconnected.xpm +share/doc/HTML/de/krn/einleitung.html +share/doc/HTML/de/krn/groups.png +share/doc/HTML/de/krn/index.cvlog +share/doc/HTML/de/krn/index.docbook +share/doc/HTML/de/krn/index.html +share/doc/HTML/de/krn/krn-benutzen.html +share/doc/HTML/de/krn/wie-man-news-offline-liest..html share/doc/HTML/de/ksame/.anchors +share/doc/HTML/de/ksame/common share/doc/HTML/de/ksame/credits.html +share/doc/HTML/de/ksame/index.docbook share/doc/HTML/de/ksame/index.html share/doc/HTML/de/ksame/introduction.html share/doc/HTML/de/ksame/rules.html share/doc/HTML/de/ksame/strategytips.html -share/doc/HTML/de/ksame/common -share/doc/HTML/de/ksame/index.docbook +share/doc/HTML/de/kscd/.anchors +share/doc/HTML/de/kscd/about.html +share/doc/HTML/de/kscd/cddb-editor.html +share/doc/HTML/de/kscd/cddb-support.html +share/doc/HTML/de/kscd/cddb-tab.html +share/doc/HTML/de/kscd/common +share/doc/HTML/de/kscd/compilation-and-installation.html +share/doc/HTML/de/kscd/configuring-kscd.html +share/doc/HTML/de/kscd/credits-and-license.html +share/doc/HTML/de/kscd/index.cvlog +share/doc/HTML/de/kscd/index.docbook +share/doc/HTML/de/kscd/index.html +share/doc/HTML/de/kscd/installation.html +share/doc/HTML/de/kscd/introduction.html +share/doc/HTML/de/kscd/kscd-options-tab.html +share/doc/HTML/de/kscd/kscd.png +share/doc/HTML/de/kscd/kscd11.png +share/doc/HTML/de/kscd/kscd12.png +share/doc/HTML/de/kscd/kscd13.png +share/doc/HTML/de/kscd/kscd14.png +share/doc/HTML/de/kscd/kscd15.png +share/doc/HTML/de/kscd/kscd16.png +share/doc/HTML/de/kscd/kscd18.png +share/doc/HTML/de/kscd/kscd2.png +share/doc/HTML/de/kscd/kscd2a.png +share/doc/HTML/de/kscd/kscd3.png +share/doc/HTML/de/kscd/kscd4.png +share/doc/HTML/de/kscd/kscd5.png +share/doc/HTML/de/kscd/kscd6.png +share/doc/HTML/de/kscd/kscd7.png +share/doc/HTML/de/kscd/kscd8.png +share/doc/HTML/de/kscd/kscd9.png +share/doc/HTML/de/kscd/onscreen-fundamentals.html +share/doc/HTML/de/kscd/questions-and-answers.html +share/doc/HTML/de/kscd/requirements.html +share/doc/HTML/de/kscd/smtp-options.html +share/doc/HTML/de/kscd/using-kscd-in-the-panel.html share/doc/HTML/de/kshisen/.anchors +share/doc/HTML/de/kshisen/common share/doc/HTML/de/kshisen/compilation.html share/doc/HTML/de/kshisen/configuration.html share/doc/HTML/de/kshisen/credits.html share/doc/HTML/de/kshisen/game-menu.html +share/doc/HTML/de/kshisen/index.docbook share/doc/HTML/de/kshisen/index.html share/doc/HTML/de/kshisen/installation.html share/doc/HTML/de/kshisen/introduction.html share/doc/HTML/de/kshisen/key-bindings.html share/doc/HTML/de/kshisen/playing-kshisen.html share/doc/HTML/de/kshisen/requirements.html -share/doc/HTML/de/kshisen/common -share/doc/HTML/de/kshisen/index.docbook share/doc/HTML/de/ksirtet/.anchors +share/doc/HTML/de/ksirtet/common share/doc/HTML/de/ksirtet/epilogue.html share/doc/HTML/de/ksirtet/howtogainpoints.html share/doc/HTML/de/ksirtet/howtoplay.html +share/doc/HTML/de/ksirtet/index.docbook share/doc/HTML/de/ksirtet/index.html share/doc/HTML/de/ksirtet/introduction.html share/doc/HTML/de/ksirtet/multiplayer.html share/doc/HTML/de/ksirtet/options.html -share/doc/HTML/de/ksirtet/common -share/doc/HTML/de/ksirtet/index.docbook share/doc/HTML/de/ksmiletris/.anchors share/doc/HTML/de/ksmiletris/changes.html +share/doc/HTML/de/ksmiletris/common share/doc/HTML/de/ksmiletris/credits.html share/doc/HTML/de/ksmiletris/danksagung.html share/doc/HTML/de/ksmiletris/developement.html share/doc/HTML/de/ksmiletris/epilogue.html share/doc/HTML/de/ksmiletris/howtoplay.html +share/doc/HTML/de/ksmiletris/index.docbook share/doc/HTML/de/ksmiletris/index.html share/doc/HTML/de/ksmiletris/introduction.html +share/doc/HTML/de/ksmiletris/ksmiletris.png share/doc/HTML/de/ksmiletris/lizenz.html share/doc/HTML/de/ksmiletris/todo.html -share/doc/HTML/de/ksmiletris/common -share/doc/HTML/de/ksmiletris/index.docbook -share/doc/HTML/de/ksmiletris/ksmiletris.png share/doc/HTML/de/ksnake/.anchors +share/doc/HTML/de/ksnake/common share/doc/HTML/de/ksnake/credits.html +share/doc/HTML/de/ksnake/index.docbook share/doc/HTML/de/ksnake/index.html share/doc/HTML/de/ksnake/introduction.html share/doc/HTML/de/ksnake/options.html share/doc/HTML/de/ksnake/points.html share/doc/HTML/de/ksnake/rules.html -share/doc/HTML/de/ksnake/common -share/doc/HTML/de/ksnake/index.docbook +share/doc/HTML/de/ksnapshot/.anchors +share/doc/HTML/de/ksnapshot/additional-features.html +share/doc/HTML/de/ksnapshot/buttons.png +share/doc/HTML/de/ksnapshot/common +share/doc/HTML/de/ksnapshot/credits.html +share/doc/HTML/de/ksnapshot/delay_repeat.png +share/doc/HTML/de/ksnapshot/index.cvlog +share/doc/HTML/de/ksnapshot/index.docbook +share/doc/HTML/de/ksnapshot/index.html +share/doc/HTML/de/ksnapshot/installation.html +share/doc/HTML/de/ksnapshot/introduction.html +share/doc/HTML/de/ksnapshot/ksnapshot.png +share/doc/HTML/de/ksnapshot/ksnapshot_full.png +share/doc/HTML/de/ksnapshot/minicmd.png +share/doc/HTML/de/ksnapshot/options.png +share/doc/HTML/de/ksnapshot/preview.png +share/doc/HTML/de/ksnapshot/taking-snapshot.html +share/doc/HTML/de/ksnapshot/using-ksapshot.html share/doc/HTML/de/ksokoban/.anchors +share/doc/HTML/de/ksokoban/common share/doc/HTML/de/ksokoban/einleitung.html share/doc/HTML/de/ksokoban/epilog.html +share/doc/HTML/de/ksokoban/index.cvlog +share/doc/HTML/de/ksokoban/index.docbook share/doc/HTML/de/ksokoban/index.html share/doc/HTML/de/ksokoban/lizenz.html share/doc/HTML/de/ksokoban/raeume.html share/doc/HTML/de/ksokoban/raum-autoren.html share/doc/HTML/de/ksokoban/spielanleitung.html -share/doc/HTML/de/ksokoban/common -share/doc/HTML/de/ksokoban/index.cvlog -share/doc/HTML/de/ksokoban/index.docbook share/doc/HTML/de/kspaceduel/.anchors share/doc/HTML/de/kspaceduel/ai.html share/doc/HTML/de/kspaceduel/command.html +share/doc/HTML/de/kspaceduel/common share/doc/HTML/de/kspaceduel/compilation.html share/doc/HTML/de/kspaceduel/credits.html share/doc/HTML/de/kspaceduel/help-menu.html +share/doc/HTML/de/kspaceduel/index.docbook share/doc/HTML/de/kspaceduel/index.html share/doc/HTML/de/kspaceduel/installation.html share/doc/HTML/de/kspaceduel/introduction.html share/doc/HTML/de/kspaceduel/keys.html +share/doc/HTML/de/kspaceduel/kspaceduel1.png +share/doc/HTML/de/kspaceduel/kspaceduel3.png share/doc/HTML/de/kspaceduel/options.html share/doc/HTML/de/kspaceduel/settings-menu.html share/doc/HTML/de/kspaceduel/thegame.html -share/doc/HTML/de/kspaceduel/common -share/doc/HTML/de/kspaceduel/index.docbook -share/doc/HTML/de/kspaceduel/kspaceduel1.png -share/doc/HTML/de/kspaceduel/kspaceduel3.png +share/doc/HTML/de/ksysv/.anchors +share/doc/HTML/de/ksysv/anhang.html +share/doc/HTML/de/ksysv/autoren.html +share/doc/HTML/de/ksysv/common +share/doc/HTML/de/ksysv/einfuehrung.html +share/doc/HTML/de/ksysv/grundlagenderbildschirmablaumlufe.html +share/doc/HTML/de/ksysv/index.cvlog +share/doc/HTML/de/ksysv/index.docbook +share/doc/HTML/de/ksysv/index.html +share/doc/HTML/de/ksysv/konfiguration.html +share/doc/HTML/de/ksysv/lizenz.html +share/doc/HTML/de/ksysv/menue-eintraege.html +share/doc/HTML/de/ksysv/mitarbeiter.html +share/doc/HTML/de/ksysv/standardbedeutung-der-runlevel.html +share/doc/HTML/de/ksysv/tastatur.html +share/doc/HTML/de/ksysv/uebersetzer.html +share/doc/HTML/de/ktalkd/.anchors +share/doc/HTML/de/ktalkd/anforderungen.html +share/doc/HTML/de/ktalkd/benutzung.html +share/doc/HTML/de/ktalkd/common +share/doc/HTML/de/ktalkd/einleitung.html +share/doc/HTML/de/ktalkd/fragen-und-antworten.html +share/doc/HTML/de/ktalkd/index.cvlog +share/doc/HTML/de/ktalkd/index.docbook +share/doc/HTML/de/ktalkd/index.html +share/doc/HTML/de/ktalkd/installation.html +share/doc/HTML/de/ktalkd/kompilierung-und-installation.html +share/doc/HTML/de/ktalkd/lizenzbestimmungen.html +share/doc/HTML/de/ktalkd/untersttzte-plattformen.html +share/doc/HTML/de/ktalkd/warum-bekomme-ich-als-normaler-benutzer-kein.html +share/doc/HTML/de/ktalkd/wie-bekomme-ich-debug-informationen-von-ktal.html +share/doc/HTML/de/ktimemon/.anchors +share/doc/HTML/de/ktimemon/autoscaling.html +share/doc/HTML/de/ktimemon/common +share/doc/HTML/de/ktimemon/config.html +share/doc/HTML/de/ktimemon/fund.html +share/doc/HTML/de/ktimemon/index.docbook +share/doc/HTML/de/ktimemon/index.html +share/doc/HTML/de/ktimemon/installation.html +share/doc/HTML/de/ktimemon/introduction.html +share/doc/HTML/de/ktimemon/menu.html +share/doc/HTML/de/ktimemon/revisionhistory.html +share/doc/HTML/de/ktimemon/thanksandacknowledgements.html share/doc/HTML/de/ktron/.anchors +share/doc/HTML/de/ktron/common share/doc/HTML/de/ktron/compilation.html share/doc/HTML/de/ktron/config-behaviour.html share/doc/HTML/de/ktron/configuration.html share/doc/HTML/de/ktron/credits.html +share/doc/HTML/de/ktron/index.docbook share/doc/HTML/de/ktron/index.html share/doc/HTML/de/ktron/installation.html share/doc/HTML/de/ktron/introduction.html @@ -1653,316 +2531,73 @@ share/doc/HTML/de/ktron/playingktron.html share/doc/HTML/de/ktron/requirements.html share/doc/HTML/de/ktron/seccomputerplayer.html share/doc/HTML/de/ktron/usingkeyboard.html -share/doc/HTML/de/ktron/common -share/doc/HTML/de/ktron/index.docbook +share/doc/HTML/de/kuser/.anchors +share/doc/HTML/de/kuser/add-user.html +share/doc/HTML/de/kuser/common +share/doc/HTML/de/kuser/credits.html +share/doc/HTML/de/kuser/customizing.html +share/doc/HTML/de/kuser/group-properties.html +share/doc/HTML/de/kuser/index.docbook +share/doc/HTML/de/kuser/index.html +share/doc/HTML/de/kuser/start.html +share/doc/HTML/de/kuser/user-properties.html +share/doc/HTML/de/kuser/using.html +share/doc/HTML/de/kwm/.anchors +share/doc/HTML/de/kwm/autoren.html +share/doc/HTML/de/kwm/befehle.html +share/doc/HTML/de/kwm/common +share/doc/HTML/de/kwm/diebenutzungvonemphasiskwmemphasis.html +share/doc/HTML/de/kwm/einfuumlhrung.html +share/doc/HTML/de/kwm/index.cvlog +share/doc/HTML/de/kwm/index.docbook +share/doc/HTML/de/kwm/index.html +share/doc/HTML/de/kwm/kde-erweiterungen-zu-anderen-fenstermanagern.html +share/doc/HTML/de/kwm/konfiguration.html +share/doc/HTML/de/kwm/kwm-sieht-aehnlich-aus-wie-windows.html +share/doc/HTML/de/kwm/mauskontrolle.html +share/doc/HTML/de/kwm/minicli.html +share/doc/HTML/de/kwm/mitarbeiter.html +share/doc/HTML/de/kwm/neuen-tastenkombinationen.html +share/doc/HTML/de/kwm/oftgestelltefragen.html +share/doc/HTML/de/kwm/schattierte-fenster.html +share/doc/HTML/de/kwm/shortcuts.html +share/doc/HTML/de/kwm/soundereignisse.html +share/doc/HTML/de/kwm/uebersetzer.html +share/doc/HTML/de/kwrite/.anchors +share/doc/HTML/de/kwrite/command-line-options.html +share/doc/HTML/de/kwrite/common +share/doc/HTML/de/kwrite/credits.html +share/doc/HTML/de/kwrite/edit.html +share/doc/HTML/de/kwrite/go.html +share/doc/HTML/de/kwrite/help.html +share/doc/HTML/de/kwrite/index.docbook +share/doc/HTML/de/kwrite/index.html +share/doc/HTML/de/kwrite/installation.html +share/doc/HTML/de/kwrite/introduction.html +share/doc/HTML/de/kwrite/keybindings.html +share/doc/HTML/de/kwrite/on-screen-fundamentals.html +share/doc/HTML/de/kwrite/pref-dialog.html +share/doc/HTML/de/kwrite/pref-edit.html +share/doc/HTML/de/kwrite/pref-highlighting.html +share/doc/HTML/de/kwrite/pref-indent.html +share/doc/HTML/de/kwrite/pref-select.html +share/doc/HTML/de/kwrite/prefspellchecker.html +share/doc/HTML/de/kwrite/settings.html +share/doc/HTML/de/kwrite/the-menu-entries.html +share/doc/HTML/de/kwrite/tools.html share/doc/HTML/de/lskat/.anchors +share/doc/HTML/de/lskat/common +share/doc/HTML/de/lskat/index.docbook share/doc/HTML/de/lskat/index.html share/doc/HTML/de/lskat/menues.html share/doc/HTML/de/lskat/mitwirkende.html share/doc/HTML/de/lskat/netzwerkspiele.html share/doc/HTML/de/lskat/regeln.html share/doc/HTML/de/lskat/uebersicht.html -share/doc/HTML/de/lskat/common -share/doc/HTML/de/lskat/index.docbook -share/doc/HTML/de/kdvi/.anchors -share/doc/HTML/de/kdvi/drucken.html -share/doc/HTML/de/kdvi/fehler.html -share/doc/HTML/de/kdvi/fragen-und-antworten.html -share/doc/HTML/de/kdvi/handhabung.html -share/doc/HTML/de/kdvi/index.html -share/doc/HTML/de/kdvi/keyboard.html -share/doc/HTML/de/kdvi/navigation.html -share/doc/HTML/de/kdvi/ndern-der-vergrerung.html -share/doc/HTML/de/kdvi/noch-zu-tun.html -share/doc/HTML/de/kdvi/seiten-markieren.html -share/doc/HTML/de/kdvi/common -share/doc/HTML/de/kdvi/index.cvlog -share/doc/HTML/de/kdvi/index.docbook -share/doc/HTML/de/kfax/.anchors -share/doc/HTML/de/kfax/ansicht.html -share/doc/HTML/de/kfax/copyright.html -share/doc/HTML/de/kfax/dateien-aus-dem-internet-benutzen.html -share/doc/HTML/de/kfax/die-meneintrge.html -share/doc/HTML/de/kfax/drucken.html -share/doc/HTML/de/kfax/einfhrung.html -share/doc/HTML/de/kfax/einstellungen.html -share/doc/HTML/de/kfax/fax-einstellungen.html -share/doc/HTML/de/kfax/fragen-und-anworten.html -share/doc/HTML/de/kfax/grundlegendes.html -share/doc/HTML/de/kfax/hilfe.html -share/doc/HTML/de/kfax/index.html -share/doc/HTML/de/kfax/installation.html -share/doc/HTML/de/kfax/kfax-tastenbelegung.html -share/doc/HTML/de/kfax/kommandozeilen-optionen.html -share/doc/HTML/de/kfax/common -share/doc/HTML/de/kfax/kompilierung-und-installation.html -share/doc/HTML/de/kfax/voraussetzungen.html -share/doc/HTML/de/kfax/wie-man-faxdateien-erzeugt.html -share/doc/HTML/de/kfax/index.cvlog -share/doc/HTML/de/kfax/index.docbook -share/doc/HTML/de/kfract/.anchors -share/doc/HTML/de/kfract/das-datei-men.html -share/doc/HTML/de/kfract/das-hilfe-men.html -share/doc/HTML/de/kfract/das-optionen-meu.html -share/doc/HTML/de/kfract/das-typen-men.html -share/doc/HTML/de/kfract/die-schaltflchenleiste.html -share/doc/HTML/de/kfract/einfuehrung.html -share/doc/HTML/de/kfract/grundlagen.html -share/doc/HTML/de/kfract/index.html -share/doc/HTML/de/kfract/common -share/doc/HTML/de/kfract/index.cvlog -share/doc/HTML/de/kfract/index.docbook -share/doc/HTML/de/kfract/kfract.png -share/doc/HTML/de/kghostview/.anchors -share/doc/HTML/de/kghostview/ansicht.html -share/doc/HTML/de/kghostview/anzeigekontrolle.html -share/doc/HTML/de/kghostview/bildschirm-inhalte.html -share/doc/HTML/de/kghostview/compilierung-und-installation.html -share/doc/HTML/de/kghostview/copyright.html -share/doc/HTML/de/kghostview/dialoge.html -share/doc/HTML/de/kghostview/einfuehrung.html -share/doc/HTML/de/kghostview/einstellungen.html -share/doc/HTML/de/kghostview/erste-schritte.html -share/doc/HTML/de/kghostview/gehe-zu-seite.html -share/doc/HTML/de/kghostview/ghostscript-meldungen.html -share/doc/HTML/de/kghostview/hilfe.html -share/doc/HTML/de/kghostview/index.html -share/doc/HTML/de/kghostview/info.html -share/doc/HTML/de/kghostview/installation.html -share/doc/HTML/de/kghostview/interpreter-einstellen.html -share/doc/HTML/de/kghostview/common -share/doc/HTML/de/kghostview/konfiguration.html -share/doc/HTML/de/kghostview/sectthemenus.html -share/doc/HTML/de/kghostview/seitenliste.html -share/doc/HTML/de/kghostview/seitenmark.html -share/doc/HTML/de/kghostview/seitenmarkierungen.html -share/doc/HTML/de/kghostview/tastaturbelegung.html -share/doc/HTML/de/kghostview/tastenbelegung.html -share/doc/HTML/de/kghostview/verdienste.html -share/doc/HTML/de/kghostview/vorraussetzungen.html -share/doc/HTML/de/kghostview/back.xpm -share/doc/HTML/de/kghostview/configure.png -share/doc/HTML/de/kghostview/filenew.xpm -share/doc/HTML/de/kghostview/fileopen.xpm -share/doc/HTML/de/kghostview/fileprint.xpm -share/doc/HTML/de/kghostview/finish.xpm -share/doc/HTML/de/kghostview/flag.xpm -share/doc/HTML/de/kghostview/forward.xpm -share/doc/HTML/de/kghostview/index.cvlog -share/doc/HTML/de/kghostview/index.docbook -share/doc/HTML/de/kghostview/info.png -share/doc/HTML/de/kghostview/keybind.png -share/doc/HTML/de/kghostview/menubar.png -share/doc/HTML/de/kghostview/menufile.png -share/doc/HTML/de/kghostview/menugo.png -share/doc/HTML/de/kghostview/menuhelp.png -share/doc/HTML/de/kghostview/menumark.png -share/doc/HTML/de/kghostview/menuset.png -share/doc/HTML/de/kghostview/menuview.png -share/doc/HTML/de/kghostview/next.xpm -share/doc/HTML/de/kghostview/onscreen.png -share/doc/HTML/de/kghostview/page.xpm -share/doc/HTML/de/kghostview/print.png -share/doc/HTML/de/kghostview/printset.png -share/doc/HTML/de/kghostview/reload.xpm -share/doc/HTML/de/kghostview/start.xpm -share/doc/HTML/de/kghostview/topage.png -share/doc/HTML/de/kghostview/viewcontrol.png -share/doc/HTML/de/kghostview/viewmag+.xpm -share/doc/HTML/de/kghostview/viewmag-.xpm -share/doc/HTML/de/kghostview/viewmag.xpm -share/doc/HTML/de/kiconedit/.anchors -share/doc/HTML/de/kiconedit/anforderungen.html -share/doc/HTML/de/kiconedit/anhang.html -share/doc/HTML/de/kiconedit/ansicht.html -share/doc/HTML/de/kiconedit/bearbeiten.html -share/doc/HTML/de/kiconedit/die-meneintrge.html -share/doc/HTML/de/kiconedit/einfhrung.html -share/doc/HTML/de/kiconedit/einstellungen.html -share/doc/HTML/de/kiconedit/gitter.html -share/doc/HTML/de/kiconedit/grundlagen-der-benutzeroberflche.html -share/doc/HTML/de/kiconedit/hilfe.html -share/doc/HTML/de/kiconedit/index.html -share/doc/HTML/de/kiconedit/installation.html -share/doc/HTML/de/kiconedit/kompilierung-und-installation.html -share/doc/HTML/de/kiconedit/konfiguration.html -share/doc/HTML/de/kiconedit/leiste-mit-zeichenwerkzeugen.html -share/doc/HTML/de/kiconedit/statusleiste.html -share/doc/HTML/de/kiconedit/werkzeuge.html -share/doc/HTML/de/kiconedit/common -share/doc/HTML/de/kiconedit/index.cvlog -share/doc/HTML/de/kiconedit/index.docbook -share/doc/HTML/de/kpaint/.anchors -share/doc/HTML/de/kpaint/einleitung.html -share/doc/HTML/de/kpaint/geplante-funktionen.html -share/doc/HTML/de/kpaint/index.html -share/doc/HTML/de/kpaint/common -share/doc/HTML/de/kpaint/Technic.png -share/doc/HTML/de/kpaint/index.cvlog -share/doc/HTML/de/kpaint/index.docbook -share/doc/HTML/de/ksnapshot/.anchors -share/doc/HTML/de/ksnapshot/additional-features.html -share/doc/HTML/de/ksnapshot/credits.html -share/doc/HTML/de/ksnapshot/index.html -share/doc/HTML/de/ksnapshot/installation.html -share/doc/HTML/de/ksnapshot/introduction.html -share/doc/HTML/de/ksnapshot/taking-snapshot.html -share/doc/HTML/de/ksnapshot/using-ksapshot.html -share/doc/HTML/de/ksnapshot/common -share/doc/HTML/de/ksnapshot/buttons.png -share/doc/HTML/de/ksnapshot/delay_repeat.png -share/doc/HTML/de/ksnapshot/index.cvlog -share/doc/HTML/de/ksnapshot/index.docbook -share/doc/HTML/de/ksnapshot/ksnapshot.png -share/doc/HTML/de/ksnapshot/ksnapshot_full.png -share/doc/HTML/de/ksnapshot/minicmd.png -share/doc/HTML/de/ksnapshot/options.png -share/doc/HTML/de/ksnapshot/preview.png -share/doc/HTML/de/aktion/.anchors -share/doc/HTML/de/aktion/aktion-fullscreen.html -share/doc/HTML/de/aktion/aktion-setup.html -share/doc/HTML/de/aktion/commands.html -share/doc/HTML/de/aktion/compilation.html -share/doc/HTML/de/aktion/configuration.html -share/doc/HTML/de/aktion/credits.html -share/doc/HTML/de/aktion/developers.html -share/doc/HTML/de/aktion/faq.html -share/doc/HTML/de/aktion/index.html -share/doc/HTML/de/aktion/installation.html -share/doc/HTML/de/aktion/introduction.html -share/doc/HTML/de/aktion/re-1007-kanim.html -share/doc/HTML/de/aktion/requirements.html -share/doc/HTML/de/aktion/toolbar.html -share/doc/HTML/de/aktion/using-kapp.html -share/doc/HTML/de/aktion/common -share/doc/HTML/de/aktion/aktion.png -share/doc/HTML/de/aktion/aktiontoolbar.png -share/doc/HTML/de/aktion/index.docbook -share/doc/HTML/de/kmedia/.anchors -share/doc/HTML/de/kmedia/bildschirmelemente.html -share/doc/HTML/de/kmedia/die-meneintrge.html -share/doc/HTML/de/kmedia/einleitung.html -share/doc/HTML/de/kmedia/einstellungen.html -share/doc/HTML/de/kmedia/hilfe.html -share/doc/HTML/de/kmedia/index.html -share/doc/HTML/de/kmedia/installation.html -share/doc/HTML/de/kmedia/kompilierung-und-installation.html -share/doc/HTML/de/kmedia/mehrere-medienspieler.html -share/doc/HTML/de/kmedia/tastenbelegung.html -share/doc/HTML/de/kmedia/voraussetzungen.html -share/doc/HTML/de/kmedia/common -share/doc/HTML/de/kmedia/index.cvlog -share/doc/HTML/de/kmedia/index.docbook -share/doc/HTML/de/kmid/.anchors -share/doc/HTML/de/kmid/abspielreihenfolge.html -share/doc/HTML/de/kmid/benutzung.html -share/doc/HTML/de/kmid/ber-den-autor.html -share/doc/HTML/de/kmid/brauche-ich-eine-midi-map.html -share/doc/HTML/de/kmid/der-gebrauch-von-midi-maps.html -share/doc/HTML/de/kmid/die-tempo-lcd.html -share/doc/HTML/de/kmid/die-temporre-sammlung-temporary-collection.html -share/doc/HTML/de/kmid/ein-lied-aus-einer-sammlung-auswhlen.html -share/doc/HTML/de/kmid/einleitung.html -share/doc/HTML/de/kmid/entfernen-von-liedern-aus-einer-sammlung.html -share/doc/HTML/de/kmid/erstellen-einer-midi-map.html -share/doc/HTML/de/kmid/freunde-von-kmid.html -share/doc/HTML/de/kmid/common -share/doc/HTML/de/kmid/hufig-gestellte-fragen-faq.html -share/doc/HTML/de/kmid/index.html -share/doc/HTML/de/kmid/installation.html -share/doc/HTML/de/kmid/kompilierung-und-installation.html -share/doc/HTML/de/kmid/lieder-abspielen.html -share/doc/HTML/de/kmid/lieder-zu-einer-sammlung-hinzufgen.html -share/doc/HTML/de/kmid/liedtext-anzeigen.html -share/doc/HTML/de/kmid/lschen-einer-sammlung.html -share/doc/HTML/de/kmid/midi-maps.html -share/doc/HTML/de/kmid/sammlungen.html -share/doc/HTML/de/kmid/schlubemerkungen.html -share/doc/HTML/de/kmid/tastenbelegung.html -share/doc/HTML/de/kmid/voraussetzungen.html -share/doc/HTML/de/kmid/weitergehende-mglichkeiten.html -share/doc/HTML/de/kmid/index.cvlog -share/doc/HTML/de/kmid/index.docbook -share/doc/HTML/de/kmidi/.anchors -share/doc/HTML/de/kmidi/command-line-options.html -share/doc/HTML/de/kmidi/compilation-and-installation.html -share/doc/HTML/de/kmidi/computation-issues.html -share/doc/HTML/de/kmidi/configuring.html -share/doc/HTML/de/kmidi/copyright.html -share/doc/HTML/de/kmidi/credits.html -share/doc/HTML/de/kmidi/design.html -share/doc/HTML/de/kmidi/effects.html -share/doc/HTML/de/kmidi/index.html -share/doc/HTML/de/kmidi/installation.html -share/doc/HTML/de/kmidi/introduction.html -share/doc/HTML/de/kmidi/memory-issues.html -share/doc/HTML/de/kmidi/midi-filenames.html -share/doc/HTML/de/kmidi/midi-implementation.html -share/doc/HTML/de/kmidi/patches.html -share/doc/HTML/de/kmidi/patchsets.html -share/doc/HTML/de/kmidi/usage.html -share/doc/HTML/de/kmidi/playlists.html -share/doc/HTML/de/kmidi/polyphony.html -share/doc/HTML/de/kmidi/questions-and-answers.html -share/doc/HTML/de/kmidi/requirements.html -share/doc/HTML/de/kmidi/synthesis-model.html -share/doc/HTML/de/kmidi/volume.html -share/doc/HTML/de/kmidi/common -share/doc/HTML/de/kmidi/index.cvlog -share/doc/HTML/de/kmidi/index.docbook -share/doc/HTML/de/kmix/.anchors -share/doc/HTML/de/kmix/compilation.html -share/doc/HTML/de/kmix/configuration-options.html -share/doc/HTML/de/kmix/control-panel.html -share/doc/HTML/de/kmix/credits.html -share/doc/HTML/de/kmix/index.html -share/doc/HTML/de/kmix/installation.html -share/doc/HTML/de/kmix/introduction.html -share/doc/HTML/de/kmix/panning-slider.html -share/doc/HTML/de/kmix/requirements.html -share/doc/HTML/de/kmix/working-with-kmix.html -share/doc/HTML/de/kmix/common -share/doc/HTML/de/kmix/index.cvlog -share/doc/HTML/de/kmix/index.docbook -share/doc/HTML/de/kscd/.anchors -share/doc/HTML/de/kscd/about.html -share/doc/HTML/de/kscd/cddb-editor.html -share/doc/HTML/de/kscd/cddb-support.html -share/doc/HTML/de/kscd/cddb-tab.html -share/doc/HTML/de/kscd/compilation-and-installation.html -share/doc/HTML/de/kscd/configuring-kscd.html -share/doc/HTML/de/kscd/credits-and-license.html -share/doc/HTML/de/kscd/index.html -share/doc/HTML/de/kscd/installation.html -share/doc/HTML/de/kscd/introduction.html -share/doc/HTML/de/kscd/kscd-options-tab.html -share/doc/HTML/de/kscd/onscreen-fundamentals.html -share/doc/HTML/de/kscd/questions-and-answers.html -share/doc/HTML/de/kscd/requirements.html -share/doc/HTML/de/kscd/smtp-options.html -share/doc/HTML/de/kscd/common -share/doc/HTML/de/kscd/using-kscd-in-the-panel.html -share/doc/HTML/de/kscd/index.cvlog -share/doc/HTML/de/kscd/index.docbook -share/doc/HTML/de/kscd/kscd.png -share/doc/HTML/de/kscd/kscd11.png -share/doc/HTML/de/kscd/kscd12.png -share/doc/HTML/de/kscd/kscd13.png -share/doc/HTML/de/kscd/kscd14.png -share/doc/HTML/de/kscd/kscd15.png -share/doc/HTML/de/kscd/kscd16.png -share/doc/HTML/de/kscd/kscd18.png -share/doc/HTML/de/kscd/kscd2.png -share/doc/HTML/de/kscd/kscd2a.png -share/doc/HTML/de/kscd/kscd3.png -share/doc/HTML/de/kscd/kscd4.png -share/doc/HTML/de/kscd/kscd5.png -share/doc/HTML/de/kscd/kscd6.png -share/doc/HTML/de/kscd/kscd7.png -share/doc/HTML/de/kscd/kscd8.png -share/doc/HTML/de/kscd/kscd9.png share/doc/HTML/de/noatun/.anchors +share/doc/HTML/de/noatun/common share/doc/HTML/de/noatun/compilation-and-installation.html +share/doc/HTML/de/noatun/index.docbook share/doc/HTML/de/noatun/index.html share/doc/HTML/de/noatun/installation.html share/doc/HTML/de/noatun/introduction.html @@ -1971,1377 +2606,34 @@ share/doc/HTML/de/noatun/requirements.html share/doc/HTML/de/noatun/using-noatun-plugins.html share/doc/HTML/de/noatun/using-noatun.html share/doc/HTML/de/noatun/young-hickory.html -share/doc/HTML/de/noatun/common -share/doc/HTML/de/noatun/index.docbook -share/doc/HTML/de/caitoo/.anchors -share/doc/HTML/de/caitoo/automatisierung.html -share/doc/HTML/de/caitoo/bertragungsmodi.html -share/doc/HTML/de/caitoo/caitoo-tastaturbelegung.html -share/doc/HTML/de/caitoo/copyright.html -share/doc/HTML/de/caitoo/dockwidget.html -share/doc/HTML/de/caitoo/droptarget.html -share/doc/HTML/de/caitoo/einfuehrung.html -share/doc/HTML/de/caitoo/einschrnkungen.html -share/doc/HTML/de/caitoo/erweitert.html -share/doc/HTML/de/caitoo/fragen-und-antworten.html -share/doc/HTML/de/caitoo/hauptmen.html -share/doc/HTML/de/caitoo/index.html -share/doc/HTML/de/caitoo/individueller-fortschritt.html -share/doc/HTML/de/caitoo/installation.html -share/doc/HTML/de/caitoo/kompilation-und-installation.html -share/doc/HTML/de/caitoo/system.html -share/doc/HTML/de/caitoo/log-fenster.html -share/doc/HTML/de/caitoo/mit-caitoo-arbeiten.html -share/doc/HTML/de/caitoo/preferences.html -share/doc/HTML/de/caitoo/proxies.html -share/doc/HTML/de/caitoo/screenfundamentals.html -share/doc/HTML/de/caitoo/statusleiste.html -share/doc/HTML/de/caitoo/transferconfigdlg.html -share/doc/HTML/de/caitoo/verzeichnisse.html -share/doc/HTML/de/caitoo/vorraussetzungen.html -share/doc/HTML/de/caitoo/weitere-funktionen.html -share/doc/HTML/de/caitoo/werkzeugleiste.html -share/doc/HTML/de/caitoo/common -share/doc/HTML/de/caitoo/config.png -share/doc/HTML/de/caitoo/docked.png -share/doc/HTML/de/caitoo/index.cvlog -share/doc/HTML/de/caitoo/index.docbook -share/doc/HTML/de/caitoo/listbox.png -share/doc/HTML/de/caitoo/progress.png -share/doc/HTML/de/caitoo/rmb.png -share/doc/HTML/de/caitoo/toolbar.png -share/doc/HTML/de/kbiff/.anchors -share/doc/HTML/de/kbiff/andere-email-wchter-funktionieren-nicht-mehr.html -share/doc/HTML/de/kbiff/autoren-und-bersetzer.html -share/doc/HTML/de/kbiff/benutzung-von-kbiff.html -share/doc/HTML/de/kbiff/das-popup-men.html -share/doc/HTML/de/kbiff/die-email-adresse-des-autors-im-eintrag-ber-.html -share/doc/HTML/de/kbiff/einfhrung.html -share/doc/HTML/de/kbiff/einstellungen.html -share/doc/HTML/de/kbiff/einstellungsmen-0.html -share/doc/HTML/de/kbiff/einstellungsmen.html -share/doc/HTML/de/kbiff/fragen-antworten-und-tips.html -share/doc/HTML/de/kbiff/hilfe.html -share/doc/HTML/de/kbiff/index.html -share/doc/HTML/de/kbiff/installation.html -share/doc/HTML/de/kbiff/stopstart.html -share/doc/HTML/de/kbiff/ist-es-mglich-kbiff-ohne-sitzungs-management.html -share/doc/HTML/de/kbiff/jetzt-mail-lesen-.html -share/doc/HTML/de/kbiff/kann-kbiff-mit-netscape-mail-zusammenarbeite.html -share/doc/HTML/de/kbiff/kbiff-schneidet-den-ersten-im-imap-mode-ab.-.html -share/doc/HTML/de/kbiff/kommandozeilenparameter.html -share/doc/HTML/de/kbiff/kompilieren-und-installieren.html -share/doc/HTML/de/kbiff/nach-mail-sehen.html -share/doc/HTML/de/kbiff/voraussetzungen.html -share/doc/HTML/de/kbiff/vorschlge-fr-neue-funktionen.html -share/doc/HTML/de/kbiff/warum-werden-manche-audiodateien-nicht-abges.html -share/doc/HTML/de/kbiff/common -share/doc/HTML/de/kbiff/index.cvlog -share/doc/HTML/de/kbiff/was-genau-ist-der-unterschied-zwischen-einem.html -share/doc/HTML/de/kbiff/wie-lassen-sich-die-icons-fr-kbiff-auswhlen.html -share/doc/HTML/de/kbiff/wie-lt-sich-elm-oder-mutt-oder-pine-mit-kbif.html -share/doc/HTML/de/kbiff/index.docbook -share/doc/HTML/de/kmail/.anchors -share/doc/HTML/de/kmail/anhang.html -share/doc/HTML/de/kmail/copyright.html -share/doc/HTML/de/kmail/das-adressbuch.html -share/doc/HTML/de/kmail/das-fenster-nachrichten-erstellen.html -share/doc/HTML/de/kmail/diverses.html -share/doc/HTML/de/kmail/dokumentation.html -share/doc/HTML/de/kmail/einstellen-der-postfcher.html -share/doc/HTML/de/kmail/erscheinungsbild.html -share/doc/HTML/de/kmail/filter.html -share/doc/HTML/de/kmail/fragen-und-antworten.html -share/doc/HTML/de/kmail/index.html -share/doc/HTML/de/kmail/nachrichten-erstellen-0.html -share/doc/HTML/de/kmail/nachrichten-erstellen.html -share/doc/HTML/de/kmail/netzwerk.html -share/doc/HTML/de/kmail/pgp.html -share/doc/HTML/de/kmail/sec-folders.html -share/doc/HTML/de/kmail/sec-customizing.html -share/doc/HTML/de/kmail/sec-gettingstarted.html -share/doc/HTML/de/kmail/sec-importing.html -share/doc/HTML/de/kmail/sec-intro.html -share/doc/HTML/de/kmail/sec-menus.html -share/doc/HTML/de/kmail/sec-multipleaccounts.html -share/doc/HTML/de/kmail/sec-pgp.html -share/doc/HTML/de/kmail/sec-usingkmail.html -share/doc/HTML/de/kmail/testen-der-einstellungen.html -share/doc/HTML/de/kmail/warum-frgt-kmail-mich-stndig-nach-einer-sign.html -share/doc/HTML/de/kmail/warum-funktioniert-der-zeilenumbruch-im-fens.html -share/doc/HTML/de/kmail/wie-kann-ich-automatisch-einen-text-am-ende-.html -share/doc/HTML/de/kmail/wie-kann-ich-die-nachrichten-auf-dem-server-.html -share/doc/HTML/de/kmail/common -share/doc/HTML/de/kmail/index.cvlog -share/doc/HTML/de/kmail/index.docbook -share/doc/HTML/de/knode/.anchors -share/doc/HTML/de/knode/commands.html -share/doc/HTML/de/knode/compilation.html -share/doc/HTML/de/knode/configuration.html -share/doc/HTML/de/knode/credits.html -share/doc/HTML/de/knode/faq.html -share/doc/HTML/de/knode/glossary.html -share/doc/HTML/de/knode/index.html -share/doc/HTML/de/knode/infos-technical.html -share/doc/HTML/de/knode/infos-testgroups.html -share/doc/HTML/de/knode/infos-urls.html -share/doc/HTML/de/knode/installation.html -share/doc/HTML/de/knode/introduction.html -share/doc/HTML/de/knode/knode-editorwindow.html -share/doc/HTML/de/knode/knode-journey.html -share/doc/HTML/de/knode/knode-more-info.html -share/doc/HTML/de/knode/more-knode-features.html -share/doc/HTML/de/knode/nettiquette.html -share/doc/HTML/de/knode/requirements.html -share/doc/HTML/de/knode/subscribing.html -share/doc/HTML/de/knode/update-installation.html -share/doc/HTML/de/knode/usenet-slang.html -share/doc/HTML/de/knode/using-knode.html -share/doc/HTML/de/knode/common -share/doc/HTML/de/knode/eyes.png -share/doc/HTML/de/knode/greyball.png -share/doc/HTML/de/knode/greyballchk.png -share/doc/HTML/de/knode/index.docbook -share/doc/HTML/de/knode/knode-cleanup.png -share/doc/HTML/de/knode/knode-colors-fonts.png -share/doc/HTML/de/knode/knode-composer-attachments.png -share/doc/HTML/de/knode/knode-composer-settings.png -share/doc/HTML/de/knode/knode-edit-filter.png -share/doc/HTML/de/knode/knode-edit-header1.png -share/doc/HTML/de/knode/knode-edit-header2.png -share/doc/HTML/de/knode/knode-reply.png -share/doc/HTML/de/knode/knode-filters.png -share/doc/HTML/de/knode/knode-followup.png -share/doc/HTML/de/knode/knode-header-settings.png -share/doc/HTML/de/knode/knode-identity.png -share/doc/HTML/de/knode/knode-mail-account.png -share/doc/HTML/de/knode/knode-new-article.png -share/doc/HTML/de/knode/knode-news-account.png -share/doc/HTML/de/knode/knode-post-settings.png -share/doc/HTML/de/knode/knode-read-news-appearance-dialog.png -share/doc/HTML/de/knode/knode-read-news-settings.png -share/doc/HTML/de/knode/knode-search.png -share/doc/HTML/de/knode/knode-start.png -share/doc/HTML/de/knode/knode-subscribe.png -share/doc/HTML/de/knode/knode-views.png -share/doc/HTML/de/knode/newsubs.png -share/doc/HTML/de/knode/redball.png -share/doc/HTML/de/knode/redballchk.png -share/doc/HTML/de/kppp/.anchors -share/doc/HTML/de/kppp/abrechnung.html -share/doc/HTML/de/kppp/anhang.html -share/doc/HTML/de/kppp/auto-configurehostname.html -share/doc/HTML/de/kppp/autoren.html -share/doc/HTML/de/kppp/ber-probleme-mit-kppp-berichten.html -share/doc/HTML/de/kppp/cb.html -share/doc/HTML/de/kppp/das-modem-zum-auflegen-bewegen.html -share/doc/HTML/de/kppp/dateien-in-zusammenhang-mit-kppp.html -share/doc/HTML/de/kppp/dns.html -share/doc/HTML/de/kppp/einen-zugang-konfigurieren.html -share/doc/HTML/de/kppp/einfuehrung.html -share/doc/HTML/de/kppp/fragen-und-antworten.html -share/doc/HTML/de/kppp/gateway.html -share/doc/HTML/de/kppp/geraet.html -share/doc/HTML/de/kppp/gpl.html -share/doc/HTML/de/kppp/index.html -share/doc/HTML/de/kppp/installation.html -share/doc/HTML/de/kppp/kompilierung-und-installation.html -share/doc/HTML/de/kppp/kppp-einstellen.html -share/doc/HTML/de/kppp/kppp-hat-das-suid-bit-gesetzt.-wo-bleibt-die.html -share/doc/HTML/de/kppp/lizenz-und-garantie.html -share/doc/HTML/de/kppp/login-skript.html -share/doc/HTML/de/kppp/mehr-ueber-ppp-pppd.html -share/doc/HTML/de/kppp/modem-tricks-hinweise.html -share/doc/HTML/de/kppp/modem.html -share/doc/HTML/de/kppp/modemprofile.html -share/doc/HTML/de/kppp/pap-und-chap.html -share/doc/HTML/de/kppp/pap.html -share/doc/HTML/de/kppp/ppp.html -share/doc/HTML/de/kppp/security.html -share/doc/HTML/de/kppp/tonwahl-schneller-machen.html -share/doc/HTML/de/kppp/volumenberechnung.html -share/doc/HTML/de/kppp/voraussetzungen.html -share/doc/HTML/de/kppp/vorbereitung-fuer-eine-ppp-verbindung.html -share/doc/HTML/de/kppp/wie-man-das-system-log-interpretiert.html -share/doc/HTML/de/kppp/windows-nt-ras-rckrufverbindungen.html -share/doc/HTML/de/kppp/common -share/doc/HTML/de/kppp/hayes.html -share/doc/HTML/de/kppp/index.cvlog -share/doc/HTML/de/kppp/index.docbook -share/doc/HTML/de/krn/.anchors -share/doc/HTML/de/krn/das-artikel-fenster.html -share/doc/HTML/de/krn/einleitung.html -share/doc/HTML/de/krn/index.html -share/doc/HTML/de/krn/krn-benutzen.html -share/doc/HTML/de/krn/wie-man-news-offline-liest..html -share/doc/HTML/de/krn/common -share/doc/HTML/de/krn/connected.xpm -share/doc/HTML/de/krn/disconnected.xpm -share/doc/HTML/de/krn/groups.png -share/doc/HTML/de/krn/index.cvlog -share/doc/HTML/de/krn/index.docbook -share/doc/HTML/de/ktalkd/.anchors -share/doc/HTML/de/ktalkd/anforderungen.html -share/doc/HTML/de/ktalkd/benutzung.html -share/doc/HTML/de/ktalkd/einleitung.html -share/doc/HTML/de/ktalkd/fragen-und-antworten.html -share/doc/HTML/de/ktalkd/index.html -share/doc/HTML/de/ktalkd/installation.html -share/doc/HTML/de/ktalkd/kompilierung-und-installation.html -share/doc/HTML/de/ktalkd/lizenzbestimmungen.html -share/doc/HTML/de/ktalkd/untersttzte-plattformen.html -share/doc/HTML/de/ktalkd/warum-bekomme-ich-als-normaler-benutzer-kein.html -share/doc/HTML/de/ktalkd/wie-bekomme-ich-debug-informationen-von-ktal.html -share/doc/HTML/de/ktalkd/common -share/doc/HTML/de/ktalkd/index.cvlog -share/doc/HTML/de/ktalkd/index.docbook share/doc/HTML/de/pws/.anchors +share/doc/HTML/de/pws/common share/doc/HTML/de/pws/einleitung.html +share/doc/HTML/de/pws/index.cvlog +share/doc/HTML/de/pws/index.docbook share/doc/HTML/de/pws/index.html share/doc/HTML/de/pws/installation.html share/doc/HTML/de/pws/kompilierung-und-installation.html share/doc/HTML/de/pws/voraussetzungen.html -share/doc/HTML/de/pws/common -share/doc/HTML/de/pws/index.cvlog -share/doc/HTML/de/pws/index.docbook -share/doc/HTML/de/korganizer/.anchors -share/doc/HTML/de/korganizer/compilation.html -share/doc/HTML/de/korganizer/config.html -share/doc/HTML/de/korganizer/course-conclusion.html -share/doc/HTML/de/korganizer/course-entering-todos.html -share/doc/HTML/de/korganizer/course-event-types.html -share/doc/HTML/de/korganizer/course-rescheduling-events.html -share/doc/HTML/de/korganizer/course-rescheduling-todos.html -share/doc/HTML/de/korganizer/credits.html -share/doc/HTML/de/korganizer/entering-data-required-fields.html -share/doc/HTML/de/korganizer/entering-data-to-do.html -share/doc/HTML/de/korganizer/entering-data.html -share/doc/HTML/de/korganizer/examples.html -share/doc/HTML/de/korganizer/faq.html -share/doc/HTML/de/korganizer/five-minute-course.html -share/doc/HTML/de/korganizer/glossary.html -share/doc/HTML/de/korganizer/index.html -share/doc/HTML/de/korganizer/installation.html -share/doc/HTML/de/korganizer/introduction.html -share/doc/HTML/de/korganizer/other-features-drag-and-drop.html -share/doc/HTML/de/korganizer/other-features-import.html -share/doc/HTML/de/korganizer/other-features-konqueror-interaction.html -share/doc/HTML/de/korganizer/other-features-merging-data.html -share/doc/HTML/de/korganizer/other-features-palm-sync.html -share/doc/HTML/de/korganizer/other-features.html -share/doc/HTML/de/korganizer/reference-action-buttons.html -share/doc/HTML/de/korganizer/reference-hotkey.html -share/doc/HTML/de/korganizer/reference-menus.html -share/doc/HTML/de/korganizer/reference.html -share/doc/HTML/de/korganizer/requirements.html -share/doc/HTML/de/korganizer/vcalendar-format.html -share/doc/HTML/de/korganizer/common -share/doc/HTML/de/korganizer/alarmd-panel.png -share/doc/HTML/de/korganizer/datenavigator.png -share/doc/HTML/de/korganizer/i_actions_new_event.png -share/doc/HTML/de/korganizer/i_copy.png -share/doc/HTML/de/korganizer/i_cut.png -share/doc/HTML/de/korganizer/i_edit_find.png -share/doc/HTML/de/korganizer/i_file_close.png -share/doc/HTML/de/korganizer/i_file_new.png -share/doc/HTML/de/korganizer/i_file_open.png -share/doc/HTML/de/korganizer/i_file_print.png -share/doc/HTML/de/korganizer/i_file_print_preview.png -share/doc/HTML/de/korganizer/i_file_quit.png -share/doc/HTML/de/korganizer/i_file_save.png -share/doc/HTML/de/korganizer/i_go_backward.png -share/doc/HTML/de/korganizer/i_go_forward.png -share/doc/HTML/de/korganizer/i_go_to_today.png -share/doc/HTML/de/korganizer/i_help_contents.png -share/doc/HTML/de/korganizer/i_paste.png -share/doc/HTML/de/korganizer/i_view_day.png -share/doc/HTML/de/korganizer/i_settings_prefs.png -share/doc/HTML/de/korganizer/i_view_list.png -share/doc/HTML/de/korganizer/i_view_month.png -share/doc/HTML/de/korganizer/i_view_todo_list.png -share/doc/HTML/de/korganizer/i_view_week.png -share/doc/HTML/de/korganizer/i_view_work_week.png -share/doc/HTML/de/korganizer/index.docbook -share/doc/HTML/de/korganizer/kagenda-appointment.png -share/doc/HTML/de/amor/.anchors -share/doc/HTML/de/amor/index.html -share/doc/HTML/de/amor/introduction.html -share/doc/HTML/de/amor/common -share/doc/HTML/de/amor/index.docbook -share/doc/HTML/de/ark/.anchors -share/doc/HTML/de/ark/actionmenu.html -share/doc/HTML/de/ark/ark-create.html -share/doc/HTML/de/ark/ark-extract.html -share/doc/HTML/de/ark/ark-work-files.html -share/doc/HTML/de/ark/commands.html -share/doc/HTML/de/ark/compilation.html -share/doc/HTML/de/ark/credits.html -share/doc/HTML/de/ark/editmenu.html -share/doc/HTML/de/ark/index.html -share/doc/HTML/de/ark/installation.html -share/doc/HTML/de/ark/introduction.html -share/doc/HTML/de/ark/requirements.html -share/doc/HTML/de/ark/settingsmenu.html -share/doc/HTML/de/ark/using-ark.html -share/doc/HTML/de/ark/common -share/doc/HTML/de/ark/index.cvlog -share/doc/HTML/de/ark/index.docbook -share/doc/HTML/de/kab/.anchors -share/doc/HTML/de/kab/befehle.html -share/doc/HTML/de/kab/credits.html -share/doc/HTML/de/kab/faq.html -share/doc/HTML/de/kab/index.html -share/doc/HTML/de/kab/installation.html -share/doc/HTML/de/kab/introduction.html -share/doc/HTML/de/kab/kab-edit.html -share/doc/HTML/de/kab/common -share/doc/HTML/de/kab/fehler.png -share/doc/HTML/de/kab/index.docbook -share/doc/HTML/de/kab/kab-edit.png -share/doc/HTML/de/kab/kab-using.png -share/doc/HTML/de/karm/.anchors -share/doc/HTML/de/karm/credits.html -share/doc/HTML/de/karm/general-use.html -share/doc/HTML/de/karm/index.html -share/doc/HTML/de/karm/installation.html -share/doc/HTML/de/karm/interface.html -share/doc/HTML/de/karm/introduction.html -share/doc/HTML/de/karm/menus.html -share/doc/HTML/de/karm/status-bar.html -share/doc/HTML/de/karm/tool-bar.html -share/doc/HTML/de/karm/using-karm.html -share/doc/HTML/de/karm/common -share/doc/HTML/de/karm/index.cvlog -share/doc/HTML/de/karm/index.docbook -share/doc/HTML/de/karm/karm.png -share/doc/HTML/de/kcalc/.anchors -share/doc/HTML/de/kcalc/and-or-xor.html -share/doc/HTML/de/kcalc/comments-on-specific-functions.html -share/doc/HTML/de/kcalc/copyright.html -share/doc/HTML/de/kcalc/enable-long-double-precision.html -share/doc/HTML/de/kcalc/index.html -share/doc/HTML/de/kcalc/installation.html -share/doc/HTML/de/kcalc/introduction.html -share/doc/HTML/de/kcalc/key-accels.html -share/doc/HTML/de/kcalc/lsh-rsh.html -share/doc/HTML/de/kcalc/percent.html -share/doc/HTML/de/kcalc/questions-and-answers.html -share/doc/HTML/de/kcalc/trigonometric-mode.html -share/doc/HTML/de/kcalc/usage.html -share/doc/HTML/de/kcalc/common -share/doc/HTML/de/kcalc/index.cvlog -share/doc/HTML/de/kcalc/index.docbook -share/doc/HTML/de/kdf/.anchors -share/doc/HTML/de/kdf/credits.html -share/doc/HTML/de/kdf/index.html -share/doc/HTML/de/kdf/installation.html -share/doc/HTML/de/kdf/introduction.html -share/doc/HTML/de/kdf/main-window.html -share/doc/HTML/de/kdf/the-menus.html -share/doc/HTML/de/kdf/using-kdf.html -share/doc/HTML/de/kdf/common -share/doc/HTML/de/kdf/index.docbook -share/doc/HTML/de/kedit/.anchors -share/doc/HTML/de/kedit/command-line-options.html -share/doc/HTML/de/kedit/credits.html -share/doc/HTML/de/kedit/edit.html -share/doc/HTML/de/kedit/go.html -share/doc/HTML/de/kedit/help.html -share/doc/HTML/de/kedit/index.html -share/doc/HTML/de/kedit/installation.html -share/doc/HTML/de/kedit/introduction.html -share/doc/HTML/de/kedit/keybindings.html -share/doc/HTML/de/kedit/on-screen-fundamentals.html -share/doc/HTML/de/kedit/pref-dialog.html -share/doc/HTML/de/kedit/prefcolors.html -share/doc/HTML/de/kedit/prefmisc.html -share/doc/HTML/de/kedit/prefspellchecker.html -share/doc/HTML/de/kedit/settings.html -share/doc/HTML/de/kedit/the-menu-entries.html -share/doc/HTML/de/kedit/tools.html -share/doc/HTML/de/kedit/common -share/doc/HTML/de/kedit/index.cvlog -share/doc/HTML/de/kedit/index.docbook -share/doc/HTML/de/kfloppy/.anchors -share/doc/HTML/de/kfloppy/buttons.html -share/doc/HTML/de/kfloppy/command-line.html -share/doc/HTML/de/kfloppy/credits.html -share/doc/HTML/de/kfloppy/formatting-options.html -share/doc/HTML/de/kfloppy/index.html -share/doc/HTML/de/kfloppy/installation.html -share/doc/HTML/de/kfloppy/introduction.html -share/doc/HTML/de/kfloppy/usingkfloppy.html -share/doc/HTML/de/kfloppy/common -share/doc/HTML/de/kfloppy/index.cvlog -share/doc/HTML/de/kfloppy/index.docbook -share/doc/HTML/de/khexedit/.anchors -share/doc/HTML/de/khexedit/bookmarks.html -share/doc/HTML/de/khexedit/credits.html -share/doc/HTML/de/khexedit/document-menu.html -share/doc/HTML/de/khexedit/edit-menu.html -share/doc/HTML/de/khexedit/help-menu.html -share/doc/HTML/de/khexedit/index.html -share/doc/HTML/de/khexedit/installation.html -share/doc/HTML/de/khexedit/introduction.html -share/doc/HTML/de/khexedit/menu-commands.html -share/doc/HTML/de/khexedit/nutshell.html -share/doc/HTML/de/khexedit/settings-menu.html -share/doc/HTML/de/khexedit/starting-khexedit.html -share/doc/HTML/de/khexedit/toolbar.html -share/doc/HTML/de/khexedit/tools-menu.html -share/doc/HTML/de/khexedit/view-menu.html -share/doc/HTML/de/khexedit/common -share/doc/HTML/de/khexedit/index.docbook -share/doc/HTML/de/khexedit/khexedit1.png -share/doc/HTML/de/kjots/.anchors -share/doc/HTML/de/kjots/commands.html -share/doc/HTML/de/kjots/compilation.html -share/doc/HTML/de/kjots/configuration.html -share/doc/HTML/de/kjots/credits.html -share/doc/HTML/de/kjots/index.html -share/doc/HTML/de/kjots/installation.html -share/doc/HTML/de/kjots/introduction.html -share/doc/HTML/de/kjots/kapp-revhistory.html -share/doc/HTML/de/kjots/kjots-pages.html -share/doc/HTML/de/kjots/menu-edit.html -share/doc/HTML/de/kjots/menu-help.html -share/doc/HTML/de/kjots/menu-hotlist.html -share/doc/HTML/de/kjots/menu-options.html -share/doc/HTML/de/kjots/requirements.html -share/doc/HTML/de/kjots/using-kjots.html -share/doc/HTML/de/kjots/common -share/doc/HTML/de/kjots/index.cvlog -share/doc/HTML/de/kjots/index.docbook -share/doc/HTML/de/kljettool/.anchors -share/doc/HTML/de/kljettool/compilation-and-installation.html -share/doc/HTML/de/kljettool/credits.html -share/doc/HTML/de/kljettool/getting-kljettool-to-work.html -share/doc/HTML/de/kljettool/index.html -share/doc/HTML/de/kljettool/installation.html -share/doc/HTML/de/kljettool/introduction.html -share/doc/HTML/de/kljettool/requirements.html -share/doc/HTML/de/kljettool/usage.html -share/doc/HTML/de/kljettool/common -share/doc/HTML/de/kljettool/index.cvlog -share/doc/HTML/de/kljettool/index.docbook -share/doc/HTML/de/kljettool/note.png -share/doc/HTML/de/kljettool/screenshot.png -share/doc/HTML/de/klpq/.anchors -share/doc/HTML/de/klpq/author.html -share/doc/HTML/de/klpq/compilation-and-installation.html -share/doc/HTML/de/klpq/index.html -share/doc/HTML/de/klpq/installation.html -share/doc/HTML/de/klpq/introduction.html -share/doc/HTML/de/klpq/mainwindow.html -share/doc/HTML/de/klpq/requirements.html -share/doc/HTML/de/klpq/spooler-dialog.html -share/doc/HTML/de/klpq/todo.html -share/doc/HTML/de/klpq/usage.html -share/doc/HTML/de/klpq/common -share/doc/HTML/de/klpq/index.docbook -share/doc/HTML/de/knotes/.anchors -share/doc/HTML/de/knotes/compilation.html -share/doc/HTML/de/knotes/configuration.html -share/doc/HTML/de/knotes/configuring-actions.html -share/doc/HTML/de/knotes/configuring-editor.html -share/doc/HTML/de/knotes/credits.html -share/doc/HTML/de/knotes/customizingactions.html -share/doc/HTML/de/knotes/customizingdisplay.html -share/doc/HTML/de/knotes/customizingeditor.html -share/doc/HTML/de/knotes/deleting-a-note.html -share/doc/HTML/de/knotes/desktop-functions.html -share/doc/HTML/de/knotes/displaying-notes.html -share/doc/HTML/de/knotes/hiding-a-note.html -share/doc/HTML/de/knotes/index.html -share/doc/HTML/de/knotes/inserting-the-date.html -share/doc/HTML/de/knotes/installation.html -share/doc/HTML/de/knotes/common -share/doc/HTML/de/knotes/introduction.html -share/doc/HTML/de/knotes/mailing-a-note.html -share/doc/HTML/de/knotes/printing-a-note.html -share/doc/HTML/de/knotes/quit-knotes.html -share/doc/HTML/de/knotes/renaming-a-note.html -share/doc/HTML/de/knotes/requirements.html -share/doc/HTML/de/knotes/typing-the-note.html -share/doc/HTML/de/knotes/using-knotes.html -share/doc/HTML/de/knotes/index.cvlog -share/doc/HTML/de/knotes/index.docbook -share/doc/HTML/de/kpm/.anchors -share/doc/HTML/de/kpm/commands.html -share/doc/HTML/de/kpm/compilation.html -share/doc/HTML/de/kpm/credits.html -share/doc/HTML/de/kpm/faq.html -share/doc/HTML/de/kpm/index.html -share/doc/HTML/de/kpm/installation.html -share/doc/HTML/de/kpm/introduction.html -share/doc/HTML/de/kpm/managing-processes.html -share/doc/HTML/de/kpm/monitoring-processes.html -share/doc/HTML/de/kpm/monitoring-resources.html -share/doc/HTML/de/kpm/other-signale.html -share/doc/HTML/de/kpm/requirements.html -share/doc/HTML/de/kpm/signals.html -share/doc/HTML/de/kpm/using-kpm.html -share/doc/HTML/de/kpm/common -share/doc/HTML/de/kpm/index.cvlog -share/doc/HTML/de/kpm/index.docbook -share/doc/HTML/de/kpm/kpmjobs.png -share/doc/HTML/de/kpm/kpmmemory.png -share/doc/HTML/de/kpm/kpmstart.png -share/doc/HTML/de/kpm/kpmtext.png -share/doc/HTML/de/ktimemon/.anchors -share/doc/HTML/de/ktimemon/autoscaling.html -share/doc/HTML/de/ktimemon/config.html -share/doc/HTML/de/ktimemon/fund.html -share/doc/HTML/de/ktimemon/index.html -share/doc/HTML/de/ktimemon/installation.html -share/doc/HTML/de/ktimemon/introduction.html -share/doc/HTML/de/ktimemon/menu.html -share/doc/HTML/de/ktimemon/revisionhistory.html -share/doc/HTML/de/ktimemon/thanksandacknowledgements.html -share/doc/HTML/de/ktimemon/common -share/doc/HTML/de/ktimemon/index.docbook -share/doc/HTML/de/kdevelop/manual2/.anchors -share/doc/HTML/de/kdevelop/manual2/anforderungen.html -share/doc/HTML/de/kdevelop/manual2/arbeiten-mit-dem-editor.html -share/doc/HTML/de/kdevelop/manual2/arbeiten-mit-schnelltasten.html -share/doc/HTML/de/kdevelop/manual2/ausgabefenster.html -share/doc/HTML/de/kdevelop/manual2/autoren.html -share/doc/HTML/de/kdevelop/manual2/bearbeiten-eines-projekts.html -share/doc/HTML/de/kdevelop/manual2/befehle-der-menleiste.html -share/doc/HTML/de/kdevelop/manual2/benutzung-des-dokumentationsbrowsers.html -share/doc/HTML/de/kdevelop/manual2/ber-das-kdevelop-projekt.html -share/doc/HTML/de/kdevelop/manual2/ber-dieses-handbuch.html -share/doc/HTML/de/kdevelop/manual2/bersicht.html -share/doc/HTML/de/kdevelop/manual2/bibliotheken-und-system-probleme.html -share/doc/HTML/de/kdevelop/manual2/compiler-optionen.html -share/doc/HTML/de/kdevelop/manual2/compiler-und-linker-schalter-fr-projekte.html -share/doc/HTML/de/kdevelop/manual2/compiler-warnungen.html -share/doc/HTML/de/kdevelop/manual2/compilierung-und-installation.html -share/doc/HTML/de/kdevelop/manual2/configure.html -share/doc/HTML/de/kdevelop/manual2/copyright.html -share/doc/HTML/de/kdevelop/manual2/cvs-integration.html -share/doc/HTML/de/kdevelop/manual2/dank.html -share/doc/HTML/de/kdevelop/manual2/das-hilfe-system.html -share/doc/HTML/de/kdevelop/manual2/das-installationsprogramm.html -share/doc/HTML/de/kdevelop/manual2/dateien-erzeugen.html -share/doc/HTML/de/kdevelop/manual2/debuggen.html -share/doc/HTML/de/kdevelop/manual2/debugger.html -share/doc/HTML/de/kdevelop/manual2/der-dialogeditor-0.html -share/doc/HTML/de/kdevelop/manual2/der-entwicklungsproze.html -share/doc/HTML/de/kdevelop/manual2/der-interne-debugger.html -share/doc/HTML/de/kdevelop/manual2/drucken.html -share/doc/HTML/de/kdevelop/manual2/der-klassenbrowser-0.html -share/doc/HTML/de/kdevelop/manual2/der-klassenbrowser-und-die-dateiansichten.html -share/doc/HTML/de/kdevelop/manual2/der-widget-editor.html -share/doc/HTML/de/kdevelop/manual2/die-klassenwerkzeuge.html -share/doc/HTML/de/kdevelop/manual2/die-schwebende-werkzeugleiste.html -share/doc/HTML/de/kdevelop/manual2/die-statuszeilen-hilfe.html -share/doc/HTML/de/kdevelop/manual2/dokumentation.html -share/doc/HTML/de/kdevelop/manual2/dynamische-bibliotheken-und-unterbrechungen.html -share/doc/HTML/de/kdevelop/manual2/eigenschaften-einstellen.html -share/doc/HTML/de/kdevelop/manual2/einfhrung.html -share/doc/HTML/de/kdevelop/manual2/einschalten-der-cvs-untersttzung.html -share/doc/HTML/de/kdevelop/manual2/einstellen-des-editors.html -share/doc/HTML/de/kdevelop/manual2/erstellungsoptionen.html -share/doc/HTML/de/kdevelop/manual2/entwicklung-mit-kdevelop.html -share/doc/HTML/de/kdevelop/manual2/erzeugen-eines-neuen-dialoges.html -share/doc/HTML/de/kdevelop/manual2/externe-projekte.html -share/doc/HTML/de/kdevelop/manual2/ffnen-und-schlieen-von-projekten.html -share/doc/HTML/de/kdevelop/manual2/fragen-und-antworten.html -share/doc/HTML/de/kdevelop/manual2/fragen-zur-verwendung.html -share/doc/HTML/de/kdevelop/manual2/gedruckte-versionen.html -share/doc/HTML/de/kdevelop/manual2/grundstzliche-konfiguration.html -share/doc/HTML/de/kdevelop/manual2/handhabung-von-klassen.html -share/doc/HTML/de/kdevelop/manual2/index.html -share/doc/HTML/de/kdevelop/manual2/installation.html -share/doc/HTML/de/kdevelop/manual2/kdevelop-setup.html -share/doc/HTML/de/kdevelop/manual2/konfigurieren-des-html-browsers.html -share/doc/HTML/de/kdevelop/manual2/linker-einstellungen.html -share/doc/HTML/de/kdevelop/manual2/kurzbeschreibung-der-werkzeuge-von-kdevelop.html -share/doc/HTML/de/kdevelop/manual2/make-einstellungen.html -share/doc/HTML/de/kdevelop/manual2/make.html -share/doc/HTML/de/kdevelop/manual2/navigieren-innerhalb-von-dateien.html -share/doc/HTML/de/kdevelop/manual2/ndern-der-tastaturkrzel.html -share/doc/HTML/de/kdevelop/manual2/neue-projekte.html -share/doc/HTML/de/kdevelop/manual2/optionen-der-dateiansicht.html -share/doc/HTML/de/kdevelop/manual2/programme.html -share/doc/HTML/de/kdevelop/manual2/projekte.html -share/doc/HTML/de/kdevelop/manual2/schaltflchen-der-werkzeugleisten.html -share/doc/HTML/de/kdevelop/manual2/setzen-der-pfade.html -share/doc/HTML/de/kdevelop/manual2/starten-von-kdevelop.html -share/doc/HTML/de/kdevelop/manual2/suchen-und-ersetzen.html -share/doc/HTML/de/kdevelop/manual2/tastenbefehle.html -share/doc/HTML/de/kdevelop/manual2/common -share/doc/HTML/de/kdevelop/manual2/verwendung-des-internen-debuggers.html -share/doc/HTML/de/kdevelop/manual2/verwendung-von-cvs-kommandos.html -share/doc/HTML/de/kdevelop/manual2/widgets-hinzufgen.html -share/doc/HTML/de/kdevelop/manual2/wo-sie-informationen-bekommen.html -share/doc/HTML/de/kdevelop/manual2/zustzliche-informationen.html -share/doc/HTML/de/kdevelop/manual2/index.cvlog -share/doc/HTML/de/kdevelop/manual2/index.docbook -share/doc/HTML/de/kdevelop/programming2/.anchors -share/doc/HTML/de/kdevelop/programming2/about-this-handbook.html -share/doc/HTML/de/kdevelop/programming2/adding-a-language-to-your-project.html -share/doc/HTML/de/kdevelop/programming2/adding-a-new-menu.html -share/doc/HTML/de/kdevelop/programming2/adding-class-and-member-documentation.html -share/doc/HTML/de/kdevelop/programming2/adding-quick-help.html -share/doc/HTML/de/kdevelop/programming2/additional-contents-of-kdevelop-projects.html -share/doc/HTML/de/kdevelop/programming2/additional-information-0.html -share/doc/HTML/de/kdevelop/programming2/additional-information.html -share/doc/HTML/de/kdevelop/programming2/application-documentation.html -share/doc/HTML/de/kdevelop/programming2/application-view-design.html -share/doc/HTML/de/kdevelop/programming2/class-documentation-with-kdoc-kdoc.html -share/doc/HTML/de/kdevelop/programming2/configuring-menubars-and-toolbars.html -share/doc/HTML/de/kdevelop/programming2/configuring-statusbars.html -share/doc/HTML/de/kdevelop/programming2/constructing-a-new-dialog.html -share/doc/HTML/de/kdevelop/programming2/copyright.html -share/doc/HTML/de/kdevelop/programming2/creating-new-applications.html -share/doc/HTML/de/kdevelop/programming2/creating-your-own-views.html -share/doc/HTML/de/kdevelop/programming2/credits.html -share/doc/HTML/de/kdevelop/programming2/directory-layout.html -share/doc/HTML/de/kdevelop/programming2/extending-the-documentation-with-sgml-sgml.html -share/doc/HTML/de/kdevelop/programming2/extending-the-statusbar-help.html -share/doc/HTML/de/kdevelop/programming2/file-system-usage-for-kdevelop-projects.html -share/doc/HTML/de/kdevelop/programming2/finding-errors.html -share/doc/HTML/de/kdevelop/programming2/help-functions.html -share/doc/HTML/de/kdevelop/programming2/common -share/doc/HTML/de/kdevelop/programming2/how-kde-supports-internationalization.html -share/doc/HTML/de/kdevelop/programming2/how-to-call-help-in-dialogs.html -share/doc/HTML/de/kdevelop/programming2/index.html -share/doc/HTML/de/kdevelop/programming2/integrating-the-dialog.html -share/doc/HTML/de/kdevelop/programming2/integrating-toolbar-buttons.html -share/doc/HTML/de/kdevelop/programming2/internationalization.html -share/doc/HTML/de/kdevelop/programming2/introduction.html -share/doc/HTML/de/kdevelop/programming2/kapplicationkapplication-methods.html -share/doc/HTML/de/kdevelop/programming2/kde-and-qt-licensing-issues.html -share/doc/HTML/de/kdevelop/programming2/kde-macros.html -share/doc/HTML/de/kdevelop/programming2/keyboard-accelerator-configuration.html -share/doc/HTML/de/kdevelop/programming2/kiconloader-methods.html -share/doc/HTML/de/kdevelop/programming2/licensing.html -share/doc/HTML/de/kdevelop/programming2/references.html -share/doc/HTML/de/kdevelop/programming2/operating-system-dependencies.html -share/doc/HTML/de/kdevelop/programming2/organizing-project-data.html -share/doc/HTML/de/kdevelop/programming2/printing-support.html -share/doc/HTML/de/kdevelop/programming2/programming-guidelines.html -share/doc/HTML/de/kdevelop/programming2/properties-of-kde-supported-widgets.html -share/doc/HTML/de/kdevelop/programming2/properties-of-qt-qt-supported-widgets.html -share/doc/HTML/de/kdevelop/programming2/qt-qt-and-kde-widgets.html -share/doc/HTML/de/kdevelop/programming2/setting-file-installation-properties.html -share/doc/HTML/de/kdevelop/programming2/setting-widget-properties.html -share/doc/HTML/de/kdevelop/programming2/special-tags.html -share/doc/HTML/de/kdevelop/programming2/the-dialogeditor-where-your-dialogs-are-buil.html -share/doc/HTML/de/kdevelop/programming2/the-first-build.html -share/doc/HTML/de/kdevelop/programming2/the-kde-and-qt-qt-libraries.html -share/doc/HTML/de/kdevelop/programming2/the-kde-file-system-standard.html -share/doc/HTML/de/kdevelop/programming2/the-kdelnk-file.html -share/doc/HTML/de/kdevelop/programming2/the-qpainter-class.html -share/doc/HTML/de/kdevelop/programming2/the-source-skeleton.html -share/doc/HTML/de/kdevelop/programming2/the-whats-this...-button.html -share/doc/HTML/de/kdevelop/programming2/translation-team-contacts.html -share/doc/HTML/de/kdevelop/programming2/what-does-this-mean-to-application-developer.html -share/doc/HTML/de/kdevelop/programming2/what-does-this-mean-to-library-developers.html -share/doc/HTML/de/kdevelop/programming2/what-kde-provides.html -share/doc/HTML/de/kdevelop/programming2/what-the-documentation-already-contains.html -share/doc/HTML/de/kdevelop/programming2/writing-sgml-documentation.html -share/doc/HTML/de/kdevelop/programming2/your-product-license.html -share/doc/HTML/de/kdevelop/programming2/index.docbook -share/doc/HTML/de/kdevelop/tutorial2/.anchors -share/doc/HTML/de/kdevelop/tutorial2/adaptieren-der-ansicht.html -share/doc/HTML/de/kdevelop/tutorial2/anwendungskonzepte.html -share/doc/HTML/de/kdevelop/tutorial2/aufrufen-der-dialoge.html -share/doc/HTML/de/kdevelop/tutorial2/bersicht.html -share/doc/HTML/de/kdevelop/tutorial2/bilddateien-ffnen.html -share/doc/HTML/de/kdevelop/tutorial2/bung-7-14.html -share/doc/HTML/de/kdevelop/tutorial2/copyright.html -share/doc/HTML/de/kdevelop/tutorial2/das-erstellen-der-qt-tutorials.html -share/doc/HTML/de/kdevelop/tutorial2/das-mdi-framework.html -share/doc/HTML/de/kdevelop/tutorial2/das-multiple-document-interface-mdi.html -share/doc/HTML/de/kdevelop/tutorial2/definition-der-ansicht.html -share/doc/HTML/de/kdevelop/tutorial2/definition-der-dokumente.html -share/doc/HTML/de/kdevelop/tutorial2/einleitung.html -share/doc/HTML/de/kdevelop/tutorial2/erste-schritte.html -share/doc/HTML/de/kdevelop/tutorial2/einrichten-der-kde-2-bibliotheken.html -share/doc/HTML/de/kdevelop/tutorial2/einrichten-von-kdevelop.html -share/doc/HTML/de/kdevelop/tutorial2/erweiterte-ansichten.html -share/doc/HTML/de/kdevelop/tutorial2/erweiterung-der-gui.html -share/doc/HTML/de/kdevelop/tutorial2/erzeugen-des-dialogs-fr-die-stiftweite.html -share/doc/HTML/de/kdevelop/tutorial2/hinzufgen-der-druckerfunktionalitt.html -share/doc/HTML/de/kdevelop/tutorial2/hinzufgen-von-knpfen-zur-werkzeugleiste.html -share/doc/HTML/de/kdevelop/tutorial2/implementierung-der-serialisation.html -share/doc/HTML/de/kdevelop/tutorial2/index.html -share/doc/HTML/de/kdevelop/tutorial2/initialisierung-des-dokuments.html -share/doc/HTML/de/kdevelop/tutorial2/installation-von-kde-2.html -share/doc/HTML/de/kdevelop/tutorial2/kde-applikationen-erstellen.html -share/doc/HTML/de/kdevelop/tutorial2/kpenbrushdlg.cpp.html -share/doc/HTML/de/kdevelop/tutorial2/kpenbrushdlg.h.html -share/doc/HTML/de/kdevelop/tutorial2/kpenbrushdlgdata.cpp.html -share/doc/HTML/de/kdevelop/tutorial2/kscribble-1.0-beispiel-quellcode.html -share/doc/HTML/de/kdevelop/tutorial2/kscribble.cpp.html -share/doc/HTML/de/kdevelop/tutorial2/kscribble.h.html -share/doc/HTML/de/kdevelop/tutorial2/kscribbledoc.cpp.html -share/doc/HTML/de/kdevelop/tutorial2/kscribbledoc.h.html -share/doc/HTML/de/kdevelop/tutorial2/kscribbleview.cpp.html -share/doc/HTML/de/kdevelop/tutorial2/kscribbleview.h.html -share/doc/HTML/de/kdevelop/tutorial2/main.cpp.html -share/doc/HTML/de/kdevelop/tutorial2/registrierung-von-dateiformaten.html -share/doc/HTML/de/kdevelop/tutorial2/reimplementierung-von-event-handlern.html -share/doc/HTML/de/kdevelop/tutorial2/resource.h.html -share/doc/HTML/de/kdevelop/tutorial2/rollbare-ansichten.html -share/doc/HTML/de/kdevelop/tutorial2/schreiben-sie-ihre-eigenen-widgets.html -share/doc/HTML/de/kdevelop/tutorial2/schritt-2-und-3-erweiterungen.html -share/doc/HTML/de/kdevelop/tutorial2/setzen-von-dateifiltern-mit-kimageio.html -share/doc/HTML/de/kdevelop/tutorial2/verbinden-und-einstellen.html -share/doc/HTML/de/kdevelop/tutorial2/verwendung-von-kimageio-mit-kscribble.html -share/doc/HTML/de/kdevelop/tutorial2/wir-erweitern-die-widget-klasse.html -share/doc/HTML/de/kdevelop/tutorial2/wir-fgen-eine-neue-klasse-hinzu.html -share/doc/HTML/de/kdevelop/tutorial2/zeichnen-und-gre-des-dokuments-ndern..html -share/doc/HTML/de/kdevelop/tutorial2/common -share/doc/HTML/de/kdevelop/tutorial2/index.cvlog -share/doc/HTML/de/kdevelop/tutorial2/index.docbook -share/doc/HTML/de/kdevelop/welcome2/.anchors -share/doc/HTML/de/kdevelop/welcome2/index.html -share/doc/HTML/de/kdevelop/welcome2/willkommen.html -share/doc/HTML/de/kdevelop/welcome2/common -share/doc/HTML/de/kdevelop/welcome2/index.cvlog -share/doc/HTML/de/kdevelop/welcome2/index.docbook -share/doc/HTML/de/kdevelop/tip.database -share/doc/HTML/de/killustrator/.anchors -share/doc/HTML/de/killustrator/anhang.html -share/doc/HTML/de/killustrator/ansicht-vergern-bzw.-verkleinern.html -share/doc/HTML/de/killustrator/anwendung.html -share/doc/HTML/de/killustrator/ber-das-handbuch.html -share/doc/HTML/de/killustrator/bersetzung-und-installation.html -share/doc/HTML/de/killustrator/das-schichtenkonzept.html -share/doc/HTML/de/killustrator/einleitung.html -share/doc/HTML/de/killustrator/fragen-und-antworten.html -share/doc/HTML/de/killustrator/geschichte-des-killustrators.html -share/doc/HTML/de/killustrator/index.html -share/doc/HTML/de/killustrator/installation-der-vorbersetzen-pakete.html -share/doc/HTML/de/killustrator/installation.html -share/doc/HTML/de/killustrator/ndern-der-standardparameter.html -share/doc/HTML/de/killustrator/common -share/doc/HTML/de/killustrator/positionieren-von-objekten.html -share/doc/HTML/de/killustrator/systemanforderungen.html -share/doc/HTML/de/killustrator/todo.html -share/doc/HTML/de/killustrator/transformationen-von-2d-primitiven.html -share/doc/HTML/de/killustrator/umgang-mit-dateien.html -share/doc/HTML/de/killustrator/umgang-mit-farben.html -share/doc/HTML/de/killustrator/undo-redo.html -share/doc/HTML/de/killustrator/zeichnen-von-2d-primitiven.html -share/doc/HTML/de/killustrator/Poly_set.png -share/doc/HTML/de/killustrator/ausrichten.png -share/doc/HTML/de/killustrator/bezier.png -share/doc/HTML/de/killustrator/blend_dialog.png -share/doc/HTML/de/killustrator/color.png -share/doc/HTML/de/killustrator/ellipse.png -share/doc/HTML/de/killustrator/export.png -share/doc/HTML/de/killustrator/freehand.png -share/doc/HTML/de/killustrator/index.cvlog -share/doc/HTML/de/killustrator/index.docbook -share/doc/HTML/de/killustrator/line.png -share/doc/HTML/de/killustrator/logo.png -share/doc/HTML/de/killustrator/movepoint.png -share/doc/HTML/de/killustrator/newpoint.png -share/doc/HTML/de/killustrator/open_dialog.png -share/doc/HTML/de/killustrator/pfeil.png -share/doc/HTML/de/killustrator/point.png -share/doc/HTML/de/killustrator/polygon.png -share/doc/HTML/de/killustrator/rect.png -share/doc/HTML/de/killustrator/rmpoint.png -share/doc/HTML/de/killustrator/save_dialog.png -share/doc/HTML/de/killustrator/schichten.png -share/doc/HTML/de/killustrator/text.png -share/doc/HTML/de/killustrator/verteilen.png -share/doc/HTML/de/killustrator/zoom.png -share/doc/HTML/ca/faq/.anchors -share/doc/HTML/ca/faq/a-on-desen-los-icones.html -share/doc/HTML/ca/faq/acces-al-cvs.html -share/doc/HTML/ca/faq/acces-de-lectura-al-cvs.html -share/doc/HTML/ca/faq/actualitzar-el-nucli.html -share/doc/HTML/ca/faq/afaik.html -share/doc/HTML/ca/faq/aix.html -share/doc/HTML/ca/faq/altre-gestor-de-finestres.html -share/doc/HTML/ca/faq/aparenca-d-un-directori.html -share/doc/HTML/ca/faq/aplicacions-no-kde.html -share/doc/HTML/ca/faq/applications-del-kde.html -share/doc/HTML/ca/faq/bash-profile.html -share/doc/HTML/ca/faq/bzip2.html -share/doc/HTML/ca/faq/canviant-de-gestor-de-finestres-al-vol.html -share/doc/HTML/ca/faq/canviar-el-boto-k.html -share/doc/HTML/ca/faq/canviar-els-elements-dels-menus-estandards.html -share/doc/HTML/ca/faq/canviar-la-imatge-de-red-hat.html -share/doc/HTML/ca/faq/canviar-la-profunditat-de-color.html -share/doc/HTML/ca/faq/captures-de-pantalla.html -share/doc/HTML/ca/faq/carpeta-plantilles.html -share/doc/HTML/ca/faq/clicant-el-ratoli-mostres-el-menu-k.html -share/doc/HTML/ca/faq/cliente-ftp-grafic.html -share/doc/HTML/ca/faq/configurant-el-kde.html -share/doc/HTML/ca/faq/contribuir.html -share/doc/HTML/ca/faq/copiar-i-enganxar.html -share/doc/HTML/ca/faq/cvs.html -share/doc/HTML/ca/faq/debian.html -share/doc/HTML/ca/faq/dependencies.html -share/doc/HTML/ca/faq/desar-com.html -share/doc/HTML/ca/faq/diff.html -share/doc/HTML/ca/faq/descripcio-dels-paquets-basics.html -share/doc/HTML/ca/faq/desctivar-la-gestio-de-sessions.html -share/doc/HTML/ca/faq/desfer-de-el-icones.html -share/doc/HTML/ca/faq/destribucio-de-teclat-erronia.html -share/doc/HTML/ca/faq/dibuixar-els-controls-com-el-windows-95.html -share/doc/HTML/ca/faq/directori-d-inici.html -share/doc/HTML/ca/faq/directori-per-defecte.html -share/doc/HTML/ca/faq/distribucions-que-vinguin-amb-el-kde.html -share/doc/HTML/ca/faq/du-df.html -share/doc/HTML/ca/faq/el-gestor-de-fitxers.html -share/doc/HTML/ca/faq/el-gestore-de-finestres.html -share/doc/HTML/ca/faq/el-kde-es-un-clonic.html -share/doc/HTML/ca/faq/el-pannell.html -share/doc/HTML/ca/faq/el-kde-es-un-programari-gratuit.html -share/doc/HTML/ca/faq/eliminar.html -share/doc/HTML/ca/faq/es-el-kde-un-gestor-de-finestres.html -share/doc/HTML/ca/faq/es-necessari-actualitzar-se.html -share/doc/HTML/ca/faq/escriure-programari-comercial.html -share/doc/HTML/ca/faq/esdeveni-un-dels-qui-mantenen-la-recopilacio.html -share/doc/HTML/ca/faq/estil-mac.html -share/doc/HTML/ca/faq/extendre-els-menus-d-icones.html -share/doc/HTML/ca/faq/fer-pagines-web.html -share/doc/HTML/ca/faq/finestra-apegolosa.html -share/doc/HTML/ca/faq/finestra-redueix.html -share/doc/HTML/ca/faq/finestra-sticky.html -share/doc/HTML/ca/faq/fitxers-directament-a-l-escriptori.html -share/doc/HTML/ca/faq/formats-de-paquets-disponibles.html -share/doc/HTML/ca/faq/formats-diferents-de-paquets.html -share/doc/HTML/ca/faq/ftp-no-anonimes.html -share/doc/HTML/ca/faq/howtostartkde.html -share/doc/HTML/ca/faq/howtosubscribe.html -share/doc/HTML/ca/faq/icones-en-el-menu-k.html -share/doc/HTML/ca/faq/index.html -share/doc/HTML/ca/faq/inserir-aplicacio.html -share/doc/HTML/ca/faq/instal-lar-el-kde-en-un-directori-d-usuari.html -share/doc/HTML/ca/faq/instruccions-d-instal-lacio.html -share/doc/HTML/ca/faq/introduccio.html -share/doc/HTML/ca/faq/kbiff.html -share/doc/HTML/ca/faq/kde-core-devel.html -share/doc/HTML/ca/faq/kdemailinglists.html -share/doc/HTML/ca/faq/kdenewsgroups.html -share/doc/HTML/ca/faq/kdm-o-klock-in-red-hat.html -share/doc/HTML/ca/faq/kmail.html -share/doc/HTML/ca/faq/koffice.html -share/doc/HTML/ca/faq/korn-kbiff.html -share/doc/HTML/ca/faq/kpanel-en-gestor-de-finestres-no-compatible.html -share/doc/HTML/ca/faq/kscd.html -share/doc/HTML/ca/faq/kstart.html -share/doc/HTML/ca/faq/ktop.html -share/doc/HTML/ca/faq/kvt.html -share/doc/HTML/ca/faq/l-escriptori.html -share/doc/HTML/ca/faq/la-meva-configuracio-quan-actualtzi-el-kde.html -share/doc/HTML/ca/faq/leds.html -share/doc/HTML/ca/faq/llistes-de-distribucio.html -share/doc/HTML/ca/faq/loopbackdevice.html -share/doc/HTML/ca/faq/make-uninstall.html -share/doc/HTML/ca/faq/makefile-cvs.html -share/doc/HTML/ca/faq/marcador.html -share/doc/HTML/ca/faq/msgfmt.html -share/doc/HTML/ca/faq/matar-el-kwmpager.html -share/doc/HTML/ca/faq/matar-finestres.html -share/doc/HTML/ca/faq/maximitzar-verticalment-o-horitzontalment.html -share/doc/HTML/ca/faq/menu-d-inici-del-red-hat.html -share/doc/HTML/ca/faq/menus-de-red-hat.html -share/doc/HTML/ca/faq/meu-conjunt-de-dreceres-de-teclat.html -share/doc/HTML/ca/faq/micro-com-fer.html -share/doc/HTML/ca/faq/miscel-lania.html -share/doc/HTML/ca/faq/muntar-dos.html -share/doc/HTML/ca/faq/muntar-i-desmuntar.html -share/doc/HTML/ca/faq/muntar-sistemes-de-fitxers.html -share/doc/HTML/ca/faq/ncurses.html -share/doc/HTML/ca/faq/netscape.html -share/doc/HTML/ca/faq/obtenint-mes-informacio.html -share/doc/HTML/ca/faq/obtenir-el-kde.html -share/doc/HTML/ca/faq/obtenir-el-qt.html -share/doc/HTML/ca/faq/on-puc-trobar-instantanies-del-kde.html -share/doc/HTML/ca/faq/panel-es-queixa.html -share/doc/HTML/ca/faq/pantallas-dual.html -share/doc/HTML/ca/faq/per-que-no-gtk.html -share/doc/HTML/ca/faq/percent-i-i-percent-m.html -share/doc/HTML/ca/faq/platform.html -share/doc/HTML/ca/faq/portatil.html -share/doc/HTML/ca/faq/posicionament-de-finestres.html -share/doc/HTML/ca/faq/preguntes-no-relacionades-amb-el-kde.html -share/doc/HTML/ca/faq/prerequisites.html -share/doc/HTML/ca/faq/procediments-de-post-instal-lacio.html -share/doc/HTML/ca/faq/programar-per-al-kde.html -share/doc/HTML/ca/faq/programes-que-no-tenen-icones.html -share/doc/HTML/ca/faq/common -share/doc/HTML/ca/faq/protector-de-pantalla-com-a-fons.html -share/doc/HTML/ca/faq/punter-del-ratoli.html -share/doc/HTML/ca/faq/qt-clonic.html -share/doc/HTML/ca/faq/qt-no-es-gratuit.html -share/doc/HTML/ca/faq/que-vol-dir-la-k-de-kde.html -share/doc/HTML/ca/faq/quina-es-la-versio-actual.html -share/doc/HTML/ca/faq/quina-versio-estic-utilitzant.html -share/doc/HTML/ca/faq/ratoli-de-2-botons.html -share/doc/HTML/ca/faq/redimensionar-les-finestres-rapidament.html -share/doc/HTML/ca/faq/rellotge.html -share/doc/HTML/ca/faq/replica-del-cvs.html -share/doc/HTML/ca/faq/rodeta.html -share/doc/HTML/ca/faq/sempre-que-engego-el-kde.html -share/doc/HTML/ca/faq/servidor-x-per-windows.html -share/doc/HTML/ca/faq/servidor-x.html -share/doc/HTML/ca/faq/shading.html -share/doc/HTML/ca/faq/simbol-de-l-euro.html -share/doc/HTML/ca/faq/sobre-esta-compilacio.html -share/doc/HTML/ca/faq/solaris.html -share/doc/HTML/ca/faq/soluciones-conegudes-de-problemes-del-kde.html -share/doc/HTML/ca/faq/sons-del-sistema.html -share/doc/HTML/ca/faq/sortir-del-kde.html -share/doc/HTML/ca/faq/sotmetre-l-informe-d-un-problema.html -share/doc/HTML/ca/faq/staroffice.html -share/doc/HTML/ca/faq/suport-gif.html -share/doc/HTML/ca/faq/tecla-de-retroces.html -share/doc/HTML/ca/faq/teclat-windows.html -share/doc/HTML/ca/faq/teclats-internacionals.html -share/doc/HTML/ca/faq/themes.html -share/doc/HTML/ca/faq/tipus-de-lettra.html -share/doc/HTML/ca/faq/tipus-mime.html -share/doc/HTML/ca/faq/traduccio.html -share/doc/HTML/ca/faq/transparens-emuladors-de-terminal.html -share/doc/HTML/ca/faq/trucs-utils.html -share/doc/HTML/ca/faq/truetype.html -share/doc/HTML/ca/faq/whatisqt.html -share/doc/HTML/ca/faq/xdm.html -share/doc/HTML/ca/faq/yast.html -share/doc/HTML/ca/faq/index.docbook -share/doc/HTML/cs/common/fdl-translated.html -share/doc/HTML/cs/common/gpl-translated.html -share/doc/HTML/cs/common/kde-localised.css -share/doc/HTML/cs/common/lgpl-translated.html -share/doc/HTML/cs/common/logotp3.png -share/doc/HTML/cs/common/artistic-license.html -share/doc/HTML/cs/common/bsd-license.html -share/doc/HTML/cs/common/caution.png -share/doc/HTML/cs/common/fdl-license -share/doc/HTML/cs/common/fdl-license.html -share/doc/HTML/cs/common/gpl-license -share/doc/HTML/cs/common/gpl-license.html -share/doc/HTML/cs/common/home.png -share/doc/HTML/cs/common/important.png -share/doc/HTML/cs/common/kde-common.css -share/doc/HTML/cs/common/kde-default.css -share/doc/HTML/cs/common/lgpl-license -share/doc/HTML/cs/common/lgpl-license.html -share/doc/HTML/cs/common/logotp3-small.png -share/doc/HTML/cs/common/next.png -share/doc/HTML/cs/common/note.png -share/doc/HTML/cs/common/prev.png -share/doc/HTML/cs/common/qpl-license.html -share/doc/HTML/cs/common/tip.png -share/doc/HTML/cs/common/toc-blank.png -share/doc/HTML/cs/common/toc-minus.png -share/doc/HTML/cs/common/toc-plus.png -share/doc/HTML/cs/common/up.png -share/doc/HTML/cs/common/warning.png -share/doc/HTML/cs/common/x11-license.html -share/doc/HTML/cs/common/xml.dcl -share/doc/HTML/cs/kcontrol/.anchors -share/doc/HTML/cs/kcontrol/bell.html -share/doc/HTML/cs/kcontrol/borders.html -share/doc/HTML/cs/kcontrol/color.html -share/doc/HTML/cs/kcontrol/control-center-exiting.html -share/doc/HTML/cs/kcontrol/control-center-menus.html -share/doc/HTML/cs/kcontrol/control-center-run-indiv.html -share/doc/HTML/cs/kcontrol/control-center-screen.html -share/doc/HTML/cs/kcontrol/control-center.html -share/doc/HTML/cs/kcontrol/cookie.html -share/doc/HTML/cs/kcontrol/credits.html -share/doc/HTML/cs/kcontrol/crypto.html -share/doc/HTML/cs/kcontrol/datetime.html -share/doc/HTML/cs/kcontrol/devices.html -share/doc/HTML/cs/kcontrol/dma.html -share/doc/HTML/cs/kcontrol/fonts.html -share/doc/HTML/cs/kcontrol/iconstyle.html -share/doc/HTML/cs/kcontrol/index.html -share/doc/HTML/cs/kcontrol/interrupts.html -share/doc/HTML/cs/kcontrol/introduction.html -share/doc/HTML/cs/kcontrol/kblayout.html -share/doc/HTML/cs/kcontrol/laptop.html -share/doc/HTML/cs/kcontrol/midi.html -share/doc/HTML/cs/kcontrol/module.html -share/doc/HTML/cs/kcontrol/modules.html -share/doc/HTML/cs/kcontrol/mouse-behav.html -share/doc/HTML/cs/kcontrol/pci.html -share/doc/HTML/cs/kcontrol/pcmcia.html -share/doc/HTML/cs/kcontrol/processor.html -share/doc/HTML/cs/kcontrol/soundinfo.html -share/doc/HTML/cs/kcontrol/common -share/doc/HTML/cs/kcontrol/index.docbook -share/doc/HTML/cs/kcontrol/kcmaction.docbook -share/doc/HTML/cs/kcontrol/kcmbell.docbook -share/doc/HTML/cs/kcontrol/kcmborders.docbook -share/doc/HTML/cs/kcontrol/kcmcolor.docbook -share/doc/HTML/cs/kcontrol/kcmcookie.docbook -share/doc/HTML/cs/kcontrol/kcmcrypto.docbook -share/doc/HTML/cs/kcontrol/kcmdatetime.docbook -share/doc/HTML/cs/kcontrol/kcmdmainfo.docbook -share/doc/HTML/cs/kcontrol/kcmdeviceinfo.docbook -share/doc/HTML/cs/kcontrol/kcmfonts.docbook -share/doc/HTML/cs/kcontrol/kcmiconstyle.docbook -share/doc/HTML/cs/kcontrol/kcmintinfo.docbook -share/doc/HTML/cs/kcontrol/kcmkblayout.docbook -share/doc/HTML/cs/kcontrol/kcmmidi.docbook -share/doc/HTML/cs/kcontrol/kcmmousebeh.docbook -share/doc/HTML/cs/kcontrol/kcmpciinfo.docbook -share/doc/HTML/cs/kcontrol/kcmpcmcia.docbook -share/doc/HTML/cs/kcontrol/kcmprocinfo.docbook -share/doc/HTML/cs/kcontrol/kcmsndinfo.docbook -share/doc/HTML/cs/kcontrol/screenshot.png -share/doc/HTML/cs/khelpcenter/quickstart/.anchors -share/doc/HTML/cs/khelpcenter/quickstart/advanced-topics.html -share/doc/HTML/cs/khelpcenter/quickstart/an-overview-of-kde.html -share/doc/HTML/cs/khelpcenter/quickstart/archives-and-networks.html -share/doc/HTML/cs/khelpcenter/quickstart/configuration-modules.html -share/doc/HTML/cs/khelpcenter/quickstart/configure.html -share/doc/HTML/cs/khelpcenter/quickstart/credits.html -share/doc/HTML/cs/khelpcenter/quickstart/index.html -share/doc/HTML/cs/khelpcenter/quickstart/introduction.html -share/doc/HTML/cs/khelpcenter/quickstart/kde-an-exciting-journey.html -share/doc/HTML/cs/khelpcenter/quickstart/launching-applications.html -share/doc/HTML/cs/khelpcenter/quickstart/logging-out.html -share/doc/HTML/cs/khelpcenter/quickstart/managing-your-files.html -share/doc/HTML/cs/khelpcenter/quickstart/ready-set-go.html -share/doc/HTML/cs/khelpcenter/quickstart/using-taskbar.html -share/doc/HTML/cs/khelpcenter/quickstart/using-templates.html -share/doc/HTML/cs/khelpcenter/quickstart/using-v-desktops.html -share/doc/HTML/cs/khelpcenter/quickstart/want-command-line-back.html -share/doc/HTML/cs/khelpcenter/quickstart/working-with-windows.html -share/doc/HTML/cs/khelpcenter/quickstart/common -share/doc/HTML/cs/khelpcenter/quickstart/index.docbook -share/doc/HTML/cs/khelpcenter/.anchors -share/doc/HTML/cs/khelpcenter/contact-developers.html -share/doc/HTML/cs/khelpcenter/contact-more-information.html -share/doc/HTML/cs/khelpcenter/contact-official.html -share/doc/HTML/cs/khelpcenter/contact-the-kde-team.html -share/doc/HTML/cs/khelpcenter/index.html -share/doc/HTML/cs/khelpcenter/supporting-kde-financial-support.html -share/doc/HTML/cs/khelpcenter/supporting-kde-get-started.html -share/doc/HTML/cs/khelpcenter/supporting-kde.html -share/doc/HTML/cs/khelpcenter/web.html -share/doc/HTML/cs/khelpcenter/welcome-to-kde.html -share/doc/HTML/cs/khelpcenter/common -share/doc/HTML/cs/khelpcenter/background.png -share/doc/HTML/cs/khelpcenter/bgtable.png -share/doc/HTML/cs/khelpcenter/contact.docbook -share/doc/HTML/cs/khelpcenter/index.docbook -share/doc/HTML/cs/khelpcenter/khelpcenter.png -share/doc/HTML/cs/khelpcenter/konq.css -share/doc/HTML/cs/khelpcenter/lines.png -share/doc/HTML/cs/khelpcenter/links.docbook -share/doc/HTML/cs/khelpcenter/main.html -share/doc/HTML/cs/khelpcenter/no-html.html -share/doc/HTML/cs/khelpcenter/pointers.png -share/doc/HTML/cs/khelpcenter/shadow1.png -share/doc/HTML/cs/khelpcenter/support.docbook -share/doc/HTML/cs/khelpcenter/welcome.docbook -share/doc/HTML/cs/no-html.html -share/doc/HTML/cs/ksnapshot/index.html -share/doc/HTML/cs/ksnapshot/ksnapshot.png -share/doc/HTML/cs/ksnapshot/release.html -share/doc/HTML/da/common/fdl-translated.html -share/doc/HTML/da/common/gpl-translated.html -share/doc/HTML/da/common/kde-localised.css -share/doc/HTML/da/common/lgpl-translated.html -share/doc/HTML/da/common/logotp3.png -share/doc/HTML/da/common/artistic-license.html -share/doc/HTML/da/common/bsd-license.html -share/doc/HTML/da/common/caution.png -share/doc/HTML/da/common/fdl-license -share/doc/HTML/da/common/fdl-license.html -share/doc/HTML/da/common/gpl-license -share/doc/HTML/da/common/gpl-license.html -share/doc/HTML/da/common/home.png -share/doc/HTML/da/common/important.png -share/doc/HTML/da/common/kde-common.css -share/doc/HTML/da/common/kde-default.css -share/doc/HTML/da/common/lgpl-license -share/doc/HTML/da/common/lgpl-license.html -share/doc/HTML/da/common/logotp3-small.png -share/doc/HTML/da/common/next.png -share/doc/HTML/da/common/note.png -share/doc/HTML/da/common/prev.png -share/doc/HTML/da/common/qpl-license.html -share/doc/HTML/da/common/tip.png -share/doc/HTML/da/common/toc-blank.png -share/doc/HTML/da/common/toc-minus.png -share/doc/HTML/da/common/toc-plus.png -share/doc/HTML/da/common/up.png -share/doc/HTML/da/common/warning.png -share/doc/HTML/da/common/x11-license.html -share/doc/HTML/da/common/xml.dcl -share/doc/HTML/da/kabalone/.anchors -share/doc/HTML/da/kabalone/command-line-options.html -share/doc/HTML/da/kabalone/compilation.html -share/doc/HTML/da/kabalone/credits-and-licenses.html -share/doc/HTML/da/kabalone/edit-menu.html -share/doc/HTML/da/kabalone/index.html -share/doc/HTML/da/kabalone/installation.html -share/doc/HTML/da/kabalone/introduction.html -share/doc/HTML/da/kabalone/rules-of-the-game.html -share/doc/HTML/da/kabalone/settings-menu.html -share/doc/HTML/da/kabalone/the-user-interface.html -share/doc/HTML/da/kabalone/common -share/doc/HTML/da/kabalone/index.docbook -share/doc/HTML/da/kasteroids/.anchors -share/doc/HTML/da/kasteroids/authors.html -share/doc/HTML/da/kasteroids/compilation.html -share/doc/HTML/da/kasteroids/controls.html -share/doc/HTML/da/kasteroids/credits.html -share/doc/HTML/da/kasteroids/index.html -share/doc/HTML/da/kasteroids/installation.html -share/doc/HTML/da/kasteroids/introduction.html -share/doc/HTML/da/kasteroids/menu-reference.html -share/doc/HTML/da/kasteroids/settings-menu.html -share/doc/HTML/da/kasteroids/ship.html -share/doc/HTML/da/kasteroids/tips.html -share/doc/HTML/da/kasteroids/upgrades.html -share/doc/HTML/da/kasteroids/common -share/doc/HTML/da/kasteroids/index.docbook -share/doc/HTML/da/katomic/.anchors -share/doc/HTML/da/katomic/compilation.html -share/doc/HTML/da/katomic/configuration.html -share/doc/HTML/da/katomic/credits.html -share/doc/HTML/da/katomic/help.html -share/doc/HTML/da/katomic/index.html -share/doc/HTML/da/katomic/installation.html -share/doc/HTML/da/katomic/introduction.html -share/doc/HTML/da/katomic/keybindings.html -share/doc/HTML/da/katomic/playing-katomic.html -share/doc/HTML/da/katomic/requirements.html -share/doc/HTML/da/katomic/settings-menu.html -share/doc/HTML/da/katomic/common -share/doc/HTML/da/katomic/index.docbook -share/doc/HTML/da/kblackbox/.anchors -share/doc/HTML/da/kblackbox/credits-and-license.html -share/doc/HTML/da/kblackbox/game-description.html -share/doc/HTML/da/kblackbox/game-rules.html -share/doc/HTML/da/kblackbox/gui-description.html -share/doc/HTML/da/kblackbox/help.html -share/doc/HTML/da/kblackbox/index.html -share/doc/HTML/da/kblackbox/installation.html -share/doc/HTML/da/kblackbox/settings-menu.html -share/doc/HTML/da/kblackbox/toolbar.html -share/doc/HTML/da/kblackbox/user-interaction.html -share/doc/HTML/da/kblackbox/what-is-kblackbox.html -share/doc/HTML/da/kblackbox/common -share/doc/HTML/da/kblackbox/index.docbook -share/doc/HTML/da/kfouleggs/.anchors -share/doc/HTML/da/kfouleggs/aim-of-the-game.html -share/doc/HTML/da/kfouleggs/commands.html -share/doc/HTML/da/kfouleggs/credits.html -share/doc/HTML/da/kfouleggs/default-keybindings.html -share/doc/HTML/da/kfouleggs/gameplay.html -share/doc/HTML/da/kfouleggs/index.html -share/doc/HTML/da/kfouleggs/installation.html -share/doc/HTML/da/kfouleggs/introduction.html -share/doc/HTML/da/kfouleggs/multiplayer-and-network-play.html -share/doc/HTML/da/kfouleggs/playing-the-game.html -share/doc/HTML/da/kfouleggs/preferences.html -share/doc/HTML/da/kfouleggs/common -share/doc/HTML/da/kfouleggs/index.docbook -share/doc/HTML/da/kjumpingcube/.anchors -share/doc/HTML/da/kjumpingcube/compilation.html -share/doc/HTML/da/kjumpingcube/credits.html -share/doc/HTML/da/kjumpingcube/index.html -share/doc/HTML/da/kjumpingcube/installation.html -share/doc/HTML/da/kjumpingcube/introduction.html -share/doc/HTML/da/kjumpingcube/menu-reference.html -share/doc/HTML/da/kjumpingcube/playing-kjumpingcube.html -share/doc/HTML/da/kjumpingcube/questions-answers-tips.html -share/doc/HTML/da/kjumpingcube/requirements.html -share/doc/HTML/da/kjumpingcube/toolbars.html -share/doc/HTML/da/kjumpingcube/common -share/doc/HTML/da/kjumpingcube/index.docbook -share/doc/HTML/da/kmahjongg/.anchors -share/doc/HTML/da/kmahjongg/epilogue.html -share/doc/HTML/da/kmahjongg/index.html -share/doc/HTML/da/kmahjongg/introduction.html -share/doc/HTML/da/kmahjongg/common -share/doc/HTML/da/kmahjongg/index.docbook -share/doc/HTML/da/kmines/.anchors -share/doc/HTML/da/kmines/command.html -share/doc/HTML/da/kmines/compilation.html -share/doc/HTML/da/kmines/credits.html -share/doc/HTML/da/kmines/help-menu.html -share/doc/HTML/da/kmines/how-to-play.html -share/doc/HTML/da/kmines/index.html -share/doc/HTML/da/kmines/installation.html -share/doc/HTML/da/kmines/introduction.html -share/doc/HTML/da/kmines/keys.html -share/doc/HTML/da/kmines/prefs.html -share/doc/HTML/da/kmines/settings-menu.html -share/doc/HTML/da/kmines/common -share/doc/HTML/da/kmines/index.docbook -share/doc/HTML/da/kpat/.anchors -share/doc/HTML/da/kpat/calculation.html -share/doc/HTML/da/kpat/compilation.html -share/doc/HTML/da/kpat/credits.html -share/doc/HTML/da/kpat/freecell.html -share/doc/HTML/da/kpat/game-menu.html -share/doc/HTML/da/kpat/grandfather.html -share/doc/HTML/da/kpat/help.html -share/doc/HTML/da/kpat/index.html -share/doc/HTML/da/kpat/installation.html -share/doc/HTML/da/kpat/introduction.html -share/doc/HTML/da/kpat/menus.html -share/doc/HTML/da/kpat/microsolitaire.html -share/doc/HTML/da/kpat/mod3.html -share/doc/HTML/da/kpat/napoleon-s-tomb.html -share/doc/HTML/da/kpat/rules-of-the-game.html -share/doc/HTML/da/kpat/settings-menu.html -share/doc/HTML/da/kpat/ten.html -share/doc/HTML/da/kpat/the-idiot.html -share/doc/HTML/da/kpat/using-kpat.html -share/doc/HTML/da/kpat/common -share/doc/HTML/da/kpat/index.docbook -share/doc/HTML/da/kpoker/.anchors -share/doc/HTML/da/kpoker/command.html -share/doc/HTML/da/kpoker/compilation.html -share/doc/HTML/da/kpoker/credits.html -share/doc/HTML/da/kpoker/hands.html -share/doc/HTML/da/kpoker/help-menu.html -share/doc/HTML/da/kpoker/index.html -share/doc/HTML/da/kpoker/installation.html -share/doc/HTML/da/kpoker/introduction.html -share/doc/HTML/da/kpoker/keys.html -share/doc/HTML/da/kpoker/new-game.html -share/doc/HTML/da/kpoker/one-player-game.html -share/doc/HTML/da/kpoker/scoring.html -share/doc/HTML/da/kpoker/settings-menu.html -share/doc/HTML/da/kpoker/two-player-game.html -share/doc/HTML/da/kpoker/two-player-play.html -share/doc/HTML/da/kpoker/where-do-i-get-the-latest-version-of-kpoker.html -share/doc/HTML/da/kpoker/common -share/doc/HTML/da/kpoker/index.docbook -share/doc/HTML/da/kreversi/.anchors -share/doc/HTML/da/kreversi/credits-and-license.html -share/doc/HTML/da/kreversi/game-menu.html -share/doc/HTML/da/kreversi/help-menu.html -share/doc/HTML/da/kreversi/index.html -share/doc/HTML/da/kreversi/installation.html -share/doc/HTML/da/kreversi/introduction.html -share/doc/HTML/da/kreversi/object-of-the-game.html -share/doc/HTML/da/kreversi/playing.html -share/doc/HTML/da/kreversi/rules.html -share/doc/HTML/da/kreversi/settings-menu.html -share/doc/HTML/da/kreversi/tips.html -share/doc/HTML/da/kreversi/user-interface.html -share/doc/HTML/da/kreversi/common -share/doc/HTML/da/kreversi/index.docbook -share/doc/HTML/da/ksame/.anchors -share/doc/HTML/da/ksame/commands.html -share/doc/HTML/da/ksame/compilation.html -share/doc/HTML/da/ksame/credits.html -share/doc/HTML/da/ksame/index.html -share/doc/HTML/da/ksame/installation.html -share/doc/HTML/da/ksame/introduction.html -share/doc/HTML/da/ksame/requirements.html -share/doc/HTML/da/ksame/using-ksame.html -share/doc/HTML/da/ksame/common -share/doc/HTML/da/ksame/index.docbook -share/doc/HTML/da/kshisen/.anchors -share/doc/HTML/da/kshisen/compilation.html -share/doc/HTML/da/kshisen/configuration.html -share/doc/HTML/da/kshisen/credits.html -share/doc/HTML/da/kshisen/game-menu.html -share/doc/HTML/da/kshisen/index.html -share/doc/HTML/da/kshisen/installation.html -share/doc/HTML/da/kshisen/introduction.html -share/doc/HTML/da/kshisen/key-bindings.html -share/doc/HTML/da/kshisen/playing-kshisen.html -share/doc/HTML/da/kshisen/requirements.html -share/doc/HTML/da/kshisen/common -share/doc/HTML/da/kshisen/index.docbook -share/doc/HTML/da/ksirtet/.anchors -share/doc/HTML/da/ksirtet/authors.html -share/doc/HTML/da/ksirtet/epilogue.html -share/doc/HTML/da/ksirtet/how-to-gain-points.html -share/doc/HTML/da/ksirtet/how-to-play.html -share/doc/HTML/da/ksirtet/index.html -share/doc/HTML/da/ksirtet/introduction.html -share/doc/HTML/da/ksirtet/multiplayer.html -share/doc/HTML/da/ksirtet/options.html -share/doc/HTML/da/ksirtet/common -share/doc/HTML/da/ksirtet/index.docbook -share/doc/HTML/da/ksnake/.anchors -share/doc/HTML/da/ksnake/authors.html -share/doc/HTML/da/ksnake/customization.html -share/doc/HTML/da/ksnake/epilogue.html -share/doc/HTML/da/ksnake/index.html -share/doc/HTML/da/ksnake/introduction.html -share/doc/HTML/da/ksnake/rulesofthegame.html -share/doc/HTML/da/ksnake/scoring.html -share/doc/HTML/da/ksnake/common -share/doc/HTML/da/ksnake/index.docbook -share/doc/HTML/da/ksokoban/.anchors -share/doc/HTML/da/ksokoban/credits.html -share/doc/HTML/da/ksokoban/howtoplay.html -share/doc/HTML/da/ksokoban/index.html -share/doc/HTML/da/ksokoban/introduction.html -share/doc/HTML/da/ksokoban/loadingexternallevels.html -share/doc/HTML/da/ksokoban/common -share/doc/HTML/da/ksokoban/index.docbook -share/doc/HTML/da/lskat/.anchors -share/doc/HTML/da/lskat/compilation.html -share/doc/HTML/da/lskat/credits.html -share/doc/HTML/da/lskat/help.html -share/doc/HTML/da/lskat/index.html -share/doc/HTML/da/lskat/installation.html -share/doc/HTML/da/lskat/menus.html -share/doc/HTML/da/lskat/option-menu.html -share/doc/HTML/da/lskat/overview.html -share/doc/HTML/da/lskat/remote-connections.html -share/doc/HTML/da/lskat/requirements.html -share/doc/HTML/da/lskat/rules.html -share/doc/HTML/da/lskat/view-menu.html -share/doc/HTML/da/lskat/common -share/doc/HTML/da/lskat/index.docbook -share/doc/HTML/da/kiconedit/.anchors -share/doc/HTML/da/kiconedit/edit.html -share/doc/HTML/da/kiconedit/grid.html -share/doc/HTML/da/kiconedit/help.html -share/doc/HTML/da/kiconedit/index.html -share/doc/HTML/da/kiconedit/installation.html -share/doc/HTML/da/kiconedit/introduktion.html -share/doc/HTML/da/kiconedit/kompilering-og-installering.html -share/doc/HTML/da/kiconedit/konfiguration.html -share/doc/HTML/da/kiconedit/onscreenfundamentals.html -share/doc/HTML/da/kiconedit/options.html -share/doc/HTML/da/kiconedit/statusbar.html -share/doc/HTML/da/kiconedit/systemkrav.html -share/doc/HTML/da/kiconedit/themenuentries.html -share/doc/HTML/da/kiconedit/tools-toolbar.html -share/doc/HTML/da/kiconedit/tools.html -share/doc/HTML/da/kiconedit/view.html -share/doc/HTML/da/kiconedit/common -share/doc/HTML/da/kiconedit/index.cvlog -share/doc/HTML/da/kiconedit/index.docbook -share/doc/HTML/el/common/fdl-translated.html -share/doc/HTML/el/common/gpl-translated.html -share/doc/HTML/el/common/kde-localised.css -share/doc/HTML/el/common/lgpl-translated.html -share/doc/HTML/el/common/logotp3.png share/doc/HTML/el/common/artistic-license.html share/doc/HTML/el/common/bsd-license.html share/doc/HTML/el/common/caution.png share/doc/HTML/el/common/fdl-license share/doc/HTML/el/common/fdl-license.html +share/doc/HTML/el/common/fdl-translated.html share/doc/HTML/el/common/gpl-license share/doc/HTML/el/common/gpl-license.html +share/doc/HTML/el/common/gpl-translated.html share/doc/HTML/el/common/home.png share/doc/HTML/el/common/important.png share/doc/HTML/el/common/kde-common.css share/doc/HTML/el/common/kde-default.css +share/doc/HTML/el/common/kde-localised.css share/doc/HTML/el/common/lgpl-license share/doc/HTML/el/common/lgpl-license.html +share/doc/HTML/el/common/lgpl-translated.html share/doc/HTML/el/common/logotp3-small.png +share/doc/HTML/el/common/logotp3.png share/doc/HTML/el/common/next.png share/doc/HTML/el/common/note.png share/doc/HTML/el/common/prev.png @@ -3355,21 +2647,62 @@ share/doc/HTML/el/common/warning.png share/doc/HTML/el/common/x11-license.html share/doc/HTML/el/common/xml.dcl share/doc/HTML/el/kdm/.anchors +share/doc/HTML/el/kdm/common share/doc/HTML/el/kdm/diaphoretikoi-diacheiristes-parathyron-me-to.html share/doc/HTML/el/kdm/eisagoge.html share/doc/HTML/el/kdm/enkatastase-tou-kdm.html +share/doc/HTML/el/kdm/index.cvlog +share/doc/HTML/el/kdm/index.docbook share/doc/HTML/el/kdm/index.html share/doc/HTML/el/kdm/kdmdesktop.html share/doc/HTML/el/kdm/nomika-themata.html share/doc/HTML/el/kdm/rythmise-tou-kdm.html share/doc/HTML/el/kdm/topika-locale.html -share/doc/HTML/el/kdm/common -share/doc/HTML/el/kdm/index.cvlog -share/doc/HTML/el/kdm/index.docbook +share/doc/HTML/el/kedit/.anchors +share/doc/HTML/el/kedit/antistoichise-plektron-key-bindings.html +share/doc/HTML/el/kedit/apaiteseis.html +share/doc/HTML/el/kedit/common +share/doc/HTML/el/kedit/diorthose-archeion-sto-internet.html +share/doc/HTML/el/kedit/edit.html +share/doc/HTML/el/kedit/eisagoge.html +share/doc/HTML/el/kedit/ektypose.html +share/doc/HTML/el/kedit/enkatastase.html +share/doc/HTML/el/kedit/eroteseis-kai-apanteseis.html +share/doc/HTML/el/kedit/help.html +share/doc/HTML/el/kedit/index.cvlog +share/doc/HTML/el/kedit/index.docbook +share/doc/HTML/el/kedit/index.html +share/doc/HTML/el/kedit/metaglottise-kai-enkatastase.html +share/doc/HTML/el/kedit/oi-epiloges-tou-menou.html +share/doc/HTML/el/kedit/options.html +share/doc/HTML/el/kedit/vasika-charakteristika.html +share/doc/HTML/el/kfax/.anchors +share/doc/HTML/el/kfax/apaiteseis.html +share/doc/HTML/el/kfax/chresimopoiontas-archeia-apo-to-internet.html +share/doc/HTML/el/kfax/common +share/doc/HTML/el/kfax/eisagoge.html +share/doc/HTML/el/kfax/ektyposeis.html +share/doc/HTML/el/kfax/enkatastase.html +share/doc/HTML/el/kfax/epiloges-grammes-entolon.html +share/doc/HTML/el/kfax/epiloges-tou-fax.html +share/doc/HTML/el/kfax/eroteseis-kai-apanteseis.html +share/doc/HTML/el/kfax/help.html +share/doc/HTML/el/kfax/index.cvlog +share/doc/HTML/el/kfax/index.docbook +share/doc/HTML/el/kfax/index.html +share/doc/HTML/el/kfax/kfax-key-bindings.html +share/doc/HTML/el/kfax/metaglottise-kai-enkatastase.html +share/doc/HTML/el/kfax/oi-epiloges-tou-menou.html +share/doc/HTML/el/kfax/options.html +share/doc/HTML/el/kfax/pneumatike-idioktesia.html +share/doc/HTML/el/kfax/pos-na-demiourgesete-archeia-teleomoiotypias.html +share/doc/HTML/el/kfax/vasika.html +share/doc/HTML/el/kfax/view.html share/doc/HTML/el/khelpcenter/quickguide/.anchors share/doc/HTML/el/khelpcenter/quickguide/chresimopoiontas-eikonikes-epiphaneies-ergas.html share/doc/HTML/el/khelpcenter/quickguide/chresimopoiontas-protypa-templates-gia-ten-p.html share/doc/HTML/el/khelpcenter/quickguide/chresimopoiontas-te-mpara-ergasion.html +share/doc/HTML/el/khelpcenter/quickguide/common share/doc/HTML/el/khelpcenter/quickguide/configure.html share/doc/HTML/el/khelpcenter/quickguide/diacheirizontas-ta-archeia-sas.html share/doc/HTML/el/khelpcenter/quickguide/douleuontas-me-archeia-archives-kai-diktya.html @@ -3378,62 +2711,47 @@ share/doc/HTML/el/khelpcenter/quickguide/eisagoge.html share/doc/HTML/el/khelpcenter/quickguide/ekkinontas-epharmoges.html share/doc/HTML/el/khelpcenter/quickguide/etoimoi-pame-pyr.html share/doc/HTML/el/khelpcenter/quickguide/eucharisties.html -share/doc/HTML/el/khelpcenter/quickguide/common share/doc/HTML/el/khelpcenter/quickguide/exodos-apo-to-systema.html +share/doc/HTML/el/khelpcenter/quickguide/index.cvlog +share/doc/HTML/el/khelpcenter/quickguide/index.docbook share/doc/HTML/el/khelpcenter/quickguide/index.html share/doc/HTML/el/khelpcenter/quickguide/kde-ena-synarpastiko-taxidi.html share/doc/HTML/el/khelpcenter/quickguide/mia-epoptike-eikona-tou-kde.html share/doc/HTML/el/khelpcenter/quickguide/modules-rythmiseon.html share/doc/HTML/el/khelpcenter/quickguide/prochoremena-themata.html share/doc/HTML/el/khelpcenter/quickguide/thelo-piso-te-gramme-entolon.html -share/doc/HTML/el/khelpcenter/quickguide/index.cvlog -share/doc/HTML/el/khelpcenter/quickguide/index.docbook -share/doc/HTML/el/kfax/.anchors -share/doc/HTML/el/kfax/apaiteseis.html -share/doc/HTML/el/kfax/chresimopoiontas-archeia-apo-to-internet.html -share/doc/HTML/el/kfax/eisagoge.html -share/doc/HTML/el/kfax/ektyposeis.html -share/doc/HTML/el/kfax/enkatastase.html -share/doc/HTML/el/kfax/epiloges-grammes-entolon.html -share/doc/HTML/el/kfax/epiloges-tou-fax.html -share/doc/HTML/el/kfax/eroteseis-kai-apanteseis.html -share/doc/HTML/el/kfax/help.html -share/doc/HTML/el/kfax/index.html -share/doc/HTML/el/kfax/kfax-key-bindings.html -share/doc/HTML/el/kfax/metaglottise-kai-enkatastase.html -share/doc/HTML/el/kfax/oi-epiloges-tou-menou.html -share/doc/HTML/el/kfax/options.html -share/doc/HTML/el/kfax/vasika.html -share/doc/HTML/el/kfax/pneumatike-idioktesia.html -share/doc/HTML/el/kfax/pos-na-demiourgesete-archeia-teleomoiotypias.html -share/doc/HTML/el/kfax/view.html -share/doc/HTML/el/kfax/common -share/doc/HTML/el/kfax/index.cvlog -share/doc/HTML/el/kfax/index.docbook share/doc/HTML/el/kmail/.anchors share/doc/HTML/el/kmail/charakteristika-kai-leptomereies.html +share/doc/HTML/el/kmail/common share/doc/HTML/el/kmail/drag-and-drop.html share/doc/HTML/el/kmail/eisagoge.html share/doc/HTML/el/kmail/epilogos.html share/doc/HTML/el/kmail/eroteseis-kai-apanteseis.html +share/doc/HTML/el/kmail/index.cvlog +share/doc/HTML/el/kmail/index.docbook share/doc/HTML/el/kmail/index.html share/doc/HTML/el/kmail/oi-engraphesepiloges-tou-menou.html share/doc/HTML/el/kmail/pos-na-archisete....html share/doc/HTML/el/kmail/pretty-good-privacy.html share/doc/HTML/el/kmail/syngrapheis.html share/doc/HTML/el/kmail/to-parathyro-tou-synthete-composer.html -share/doc/HTML/el/kmail/common -share/doc/HTML/el/kmail/index.cvlog -share/doc/HTML/el/kmail/index.docbook share/doc/HTML/el/knu/.anchors +share/doc/HTML/el/knu/common share/doc/HTML/el/knu/eisagoge.html share/doc/HTML/el/knu/epiloges-0.html share/doc/HTML/el/knu/epiloges-1.html share/doc/HTML/el/knu/epiloges-2.html share/doc/HTML/el/knu/epiloges.html share/doc/HTML/el/knu/epilogos.html +share/doc/HTML/el/knu/index.cvlog +share/doc/HTML/el/knu/index.docbook share/doc/HTML/el/knu/index.html share/doc/HTML/el/knu/istoria.html +share/doc/HTML/el/knu/knu-config.png +share/doc/HTML/el/knu/knu-finger.png +share/doc/HTML/el/knu/knu-host.png +share/doc/HTML/el/knu/knu-ping.png +share/doc/HTML/el/knu/knu-traceroute.png share/doc/HTML/el/knu/perigraphe-0.html share/doc/HTML/el/knu/perigraphe-1.html share/doc/HTML/el/knu/perigraphe.html @@ -3443,32 +2761,27 @@ share/doc/HTML/el/knu/to-pinakidio-analyses-onomatos-host-resoluti.html share/doc/HTML/el/knu/to-pinakidio-finger.html share/doc/HTML/el/knu/to-pinakidio-ping.html share/doc/HTML/el/knu/to-pinakidio-traceroute.html -share/doc/HTML/el/knu/common -share/doc/HTML/el/knu/index.cvlog -share/doc/HTML/el/knu/index.docbook -share/doc/HTML/el/knu/knu-config.png -share/doc/HTML/el/knu/knu-finger.png -share/doc/HTML/el/knu/knu-host.png -share/doc/HTML/el/knu/knu-ping.png -share/doc/HTML/el/knu/knu-traceroute.png share/doc/HTML/el/kppp/.anchors share/doc/HTML/el/kppp/anaphora-provlematon-tou-kppp.html share/doc/HTML/el/kppp/apaiteseis.html share/doc/HTML/el/kppp/archeia-schetizomena-me-to-kppp.html share/doc/HTML/el/kppp/chresimopoiontas-to-kppp.html +share/doc/HTML/el/kppp/common share/doc/HTML/el/kppp/dns.html share/doc/HTML/el/kppp/enkatastase-tou-kppp.html share/doc/HTML/el/kppp/enkatastase.html share/doc/HTML/el/kppp/epilogos.html share/doc/HTML/el/kppp/eroteseis-kai-apanteseis.html share/doc/HTML/el/kppp/eucharisties.html +share/doc/HTML/el/kppp/index.cvlog +share/doc/HTML/el/kppp/index.docbook share/doc/HTML/el/kppp/index.html share/doc/HTML/el/kppp/introduction.html share/doc/HTML/el/kppp/ip.html share/doc/HTML/el/kppp/kanonike-chrese.html -share/doc/HTML/el/kppp/katagraphe-kostous.html share/doc/HTML/el/kppp/kanontas-to-modem-na-kleinei.html share/doc/HTML/el/kppp/kante-ten-tonike-klese-tone-dialing-tachyter.html +share/doc/HTML/el/kppp/katagraphe-kostous.html share/doc/HTML/el/kppp/kolpa-kai-ypodeixeis-gia-to-modem.html share/doc/HTML/el/kppp/metaglottise-kai-enkatastase.html share/doc/HTML/el/kppp/modem-profiles.html @@ -3483,61 +2796,149 @@ share/doc/HTML/el/kppp/proetoimazontas-to-systema-linux-sas-gia-mia.html share/doc/HTML/el/kppp/pyles-gateway.html share/doc/HTML/el/kppp/rythmise-enos-logarismou.html share/doc/HTML/el/kppp/script-syndeses-login-script.html -share/doc/HTML/el/kppp/common -share/doc/HTML/el/kppp/index.cvlog -share/doc/HTML/el/kppp/index.docbook share/doc/HTML/el/ktalkd/.anchors share/doc/HTML/el/ktalkd/apaiteseis.html share/doc/HTML/el/ktalkd/chrese.html +share/doc/HTML/el/ktalkd/common share/doc/HTML/el/ktalkd/eisagoge.html share/doc/HTML/el/ktalkd/enkatastase.html share/doc/HTML/el/ktalkd/eroteseis-kai-apanteseis.html share/doc/HTML/el/ktalkd/giati-den-lamvano-san-kanonikos-chrestes-eid.html +share/doc/HTML/el/ktalkd/index.cvlog +share/doc/HTML/el/ktalkd/index.docbook share/doc/HTML/el/ktalkd/index.html share/doc/HTML/el/ktalkd/metaglottise-kai-enkatastase.html share/doc/HTML/el/ktalkd/pneumatike-idioktesia.html share/doc/HTML/el/ktalkd/pos-mporo-na-echo-plerophories-aposphalmatos.html share/doc/HTML/el/ktalkd/yposterizomenes-platphormes.html -share/doc/HTML/el/ktalkd/common -share/doc/HTML/el/ktalkd/index.cvlog -share/doc/HTML/el/ktalkd/index.docbook -share/doc/HTML/el/kedit/.anchors -share/doc/HTML/el/kedit/antistoichise-plektron-key-bindings.html -share/doc/HTML/el/kedit/apaiteseis.html -share/doc/HTML/el/kedit/diorthose-archeion-sto-internet.html -share/doc/HTML/el/kedit/edit.html -share/doc/HTML/el/kedit/eisagoge.html -share/doc/HTML/el/kedit/ektypose.html -share/doc/HTML/el/kedit/enkatastase.html -share/doc/HTML/el/kedit/eroteseis-kai-apanteseis.html -share/doc/HTML/el/kedit/help.html -share/doc/HTML/el/kedit/index.html -share/doc/HTML/el/kedit/metaglottise-kai-enkatastase.html -share/doc/HTML/el/kedit/oi-epiloges-tou-menou.html -share/doc/HTML/el/kedit/options.html -share/doc/HTML/el/kedit/vasika-charakteristika.html -share/doc/HTML/el/kedit/common -share/doc/HTML/el/kedit/index.cvlog -share/doc/HTML/el/kedit/index.docbook -share/doc/HTML/es/common/fdl-translated.html -share/doc/HTML/es/common/gpl-translated.html -share/doc/HTML/es/common/kde-localised.css -share/doc/HTML/es/common/lgpl-translated.html -share/doc/HTML/es/common/logotp3.png +share/doc/HTML/en/khelpcenter/visualdict/.anchors +share/doc/HTML/en/khelpcenter/visualdict/common +share/doc/HTML/en/khelpcenter/visualdict/credits.html +share/doc/HTML/en/khelpcenter/visualdict/index.docbook +share/doc/HTML/en/khelpcenter/visualdict/index.html +share/doc/HTML/en/khelpcenter/visualdict/pict1.png +share/doc/HTML/en/khelpcenter/visualdict/pict10.png +share/doc/HTML/en/khelpcenter/visualdict/pict11.png +share/doc/HTML/en/khelpcenter/visualdict/pict12.png +share/doc/HTML/en/khelpcenter/visualdict/pict13.png +share/doc/HTML/en/khelpcenter/visualdict/pict14.png +share/doc/HTML/en/khelpcenter/visualdict/pict15.png +share/doc/HTML/en/khelpcenter/visualdict/pict16.png +share/doc/HTML/en/khelpcenter/visualdict/pict17.png +share/doc/HTML/en/khelpcenter/visualdict/pict18.png +share/doc/HTML/en/khelpcenter/visualdict/pict19.png +share/doc/HTML/en/khelpcenter/visualdict/pict2.png +share/doc/HTML/en/khelpcenter/visualdict/pict20.png +share/doc/HTML/en/khelpcenter/visualdict/pict3.png +share/doc/HTML/en/khelpcenter/visualdict/pict4.png +share/doc/HTML/en/khelpcenter/visualdict/pict5.png +share/doc/HTML/en/khelpcenter/visualdict/pict6.png +share/doc/HTML/en/khelpcenter/visualdict/pict7.png +share/doc/HTML/en/khelpcenter/visualdict/pict8.png +share/doc/HTML/en/khelpcenter/visualdict/pict9.png +share/doc/HTML/en/khelpcenter/visualdict/visual-dictionary.html +share/doc/HTML/en/kicker/.anchors +share/doc/HTML/en/kicker/applets.html +share/doc/HTML/en/kicker/application-group.html +share/doc/HTML/en/kicker/application-groupe.html +share/doc/HTML/en/kicker/barre-application-windowmaker-extension.html +share/doc/HTML/en/kicker/basics.html +share/doc/HTML/en/kicker/browsers.html +share/doc/HTML/en/kicker/child-panel-extension.html +share/doc/HTML/en/kicker/clock-applet.html +share/doc/HTML/en/kicker/commandes.html +share/doc/HTML/en/kicker/commands.html +share/doc/HTML/en/kicker/common +share/doc/HTML/en/kicker/compilation.html +share/doc/HTML/en/kicker/conditions.html +share/doc/HTML/en/kicker/configuration.html +share/doc/HTML/en/kicker/configurer-apps.html +share/doc/HTML/en/kicker/configurer.html +share/doc/HTML/en/kicker/configuring-apps.html +share/doc/HTML/en/kicker/configuring.html +share/doc/HTML/en/kicker/credits.html +share/doc/HTML/en/kicker/dock-application-bar-extension.html +share/doc/HTML/en/kicker/essentiel.html +share/doc/HTML/en/kicker/executer-commande.html +share/doc/HTML/en/kicker/extensions.html +share/doc/HTML/en/kicker/faq.html +share/doc/HTML/en/kicker/groupe-plus-recent.html +share/doc/HTML/en/kicker/horloge-applet.html +share/doc/HTML/en/kicker/incorpore-applet.html +share/doc/HTML/en/kicker/index.docbook +share/doc/HTML/en/kicker/index.html +share/doc/HTML/en/kicker/installation.html +share/doc/HTML/en/kicker/introduction.html +share/doc/HTML/en/kicker/k-menu.html +share/doc/HTML/en/kicker/k_menu_icon.png +share/doc/HTML/en/kicker/kasbar-extension.html +share/doc/HTML/en/kicker/kfind-advanced.html +share/doc/HTML/en/kicker/kfind-avance.html +share/doc/HTML/en/kicker/kfind-date-range.html +share/doc/HTML/en/kicker/kfind-intervalle-date.html +share/doc/HTML/en/kicker/kfind.html +share/doc/HTML/en/kicker/lanceur-applet.html +share/doc/HTML/en/kicker/launcher-applet.html +share/doc/HTML/en/kicker/ligne-applet.html +share/doc/HTML/en/kicker/mini-tableau-extension.html +share/doc/HTML/en/kicker/most-recently-group.html +share/doc/HTML/en/kicker/naughty-applet.html +share/doc/HTML/en/kicker/navigue.html +share/doc/HTML/en/kicker/pager-applet.html +share/doc/HTML/en/kicker/paneau-applets.html +share/doc/HTML/en/kicker/paneau-boutons.html +share/doc/HTML/en/kicker/paneau-ergonomie.html +share/doc/HTML/en/kicker/paneau-menus.html +share/doc/HTML/en/kicker/panel-applets.html +share/doc/HTML/en/kicker/panel-buttons.html +share/doc/HTML/en/kicker/panel-looknfeel.html +share/doc/HTML/en/kicker/panel-menus.html +share/doc/HTML/en/kicker/processus-applet.html +share/doc/HTML/en/kicker/remerciements.html +share/doc/HTML/en/kicker/requirements.html +share/doc/HTML/en/kicker/run-applet.html +share/doc/HTML/en/kicker/run-command.html +share/doc/HTML/en/kicker/screenshot_left.png +share/doc/HTML/en/kicker/screenshot_right.png +share/doc/HTML/en/kicker/systemtray-applet.html +share/doc/HTML/en/kicker/using-kicker.html +share/doc/HTML/en/kicker/utiliser-kicker.html +share/doc/HTML/en/kicker/windowlist_icon.png +share/doc/HTML/es/ark/.anchors +share/doc/HTML/es/ark/abriendo-y-viendo-archivos.html +share/doc/HTML/es/ark/ayuda.html +share/doc/HTML/es/ark/common +share/doc/HTML/es/ark/creando-y-aadiendo-ficheros-a-archivos.html +share/doc/HTML/es/ark/editar.html +share/doc/HTML/es/ark/eplogo.html +share/doc/HTML/es/ark/extrayendo-ficheros.html +share/doc/HTML/es/ark/fundamentos-en-pantalla.html +share/doc/HTML/es/ark/index.cvlog +share/doc/HTML/es/ark/index.docbook +share/doc/HTML/es/ark/index.html +share/doc/HTML/es/ark/introduccin.html +share/doc/HTML/es/ark/las-entradas-del-men.html +share/doc/HTML/es/ark/opciones.html +share/doc/HTML/es/ark/trabajando-con-archivos.html share/doc/HTML/es/common/artistic-license.html share/doc/HTML/es/common/bsd-license.html share/doc/HTML/es/common/caution.png share/doc/HTML/es/common/fdl-license share/doc/HTML/es/common/fdl-license.html +share/doc/HTML/es/common/fdl-translated.html share/doc/HTML/es/common/gpl-license share/doc/HTML/es/common/gpl-license.html +share/doc/HTML/es/common/gpl-translated.html share/doc/HTML/es/common/home.png share/doc/HTML/es/common/important.png share/doc/HTML/es/common/kde-common.css share/doc/HTML/es/common/kde-default.css +share/doc/HTML/es/common/kde-localised.css share/doc/HTML/es/common/lgpl-license share/doc/HTML/es/common/lgpl-license.html +share/doc/HTML/es/common/lgpl-translated.html share/doc/HTML/es/common/logotp3-small.png +share/doc/HTML/es/common/logotp3.png share/doc/HTML/es/common/next.png share/doc/HTML/es/common/note.png share/doc/HTML/es/common/prev.png @@ -3550,8 +2951,76 @@ share/doc/HTML/es/common/up.png share/doc/HTML/es/common/warning.png share/doc/HTML/es/common/x11-license.html share/doc/HTML/es/common/xml.dcl -share/doc/HTML/es/kuser/bugnet-member.png -share/doc/HTML/es/kuser/index.html +share/doc/HTML/es/kabalone/.anchors +share/doc/HTML/es/kabalone/common +share/doc/HTML/es/kabalone/creditos-licencias.html +share/doc/HTML/es/kabalone/index.cvlog +share/doc/HTML/es/kabalone/index.docbook +share/doc/HTML/es/kabalone/index.html +share/doc/HTML/es/kabalone/instalacion.html +share/doc/HTML/es/kabalone/introduccion.html +share/doc/HTML/es/kabalone/la-interfaz-de-usuario.html +share/doc/HTML/es/kabalone/menu-configuracion.html +share/doc/HTML/es/kabalone/menu-editar.html +share/doc/HTML/es/kabalone/opciones-linea-comandos.html +share/doc/HTML/es/kabalone/reglas-del-juego.html +share/doc/HTML/es/karm/.anchors +share/doc/HTML/es/karm/autores.html +share/doc/HTML/es/karm/common +share/doc/HTML/es/karm/errores.html +share/doc/HTML/es/karm/index.cvlog +share/doc/HTML/es/karm/index.docbook +share/doc/HTML/es/karm/index.html +share/doc/HTML/es/karm/introduccin.html +share/doc/HTML/es/karm/usando-el-gestor-de-tiempos.html +share/doc/HTML/es/kasteroids/.anchors +share/doc/HTML/es/kasteroids/autores.html +share/doc/HTML/es/kasteroids/common +share/doc/HTML/es/kasteroids/compilacion.html +share/doc/HTML/es/kasteroids/consejos.html +share/doc/HTML/es/kasteroids/controles.html +share/doc/HTML/es/kasteroids/creditos.html +share/doc/HTML/es/kasteroids/fuel.png +share/doc/HTML/es/kasteroids/index.cvlog +share/doc/HTML/es/kasteroids/index.docbook +share/doc/HTML/es/kasteroids/index.html +share/doc/HTML/es/kasteroids/instalacion.html +share/doc/HTML/es/kasteroids/introduccion.html +share/doc/HTML/es/kasteroids/mejoras.html +share/doc/HTML/es/kasteroids/menu-configuracion.html +share/doc/HTML/es/kasteroids/nave.html +share/doc/HTML/es/kasteroids/referencia-menu.html +share/doc/HTML/es/kasteroids/tranductores.html +share/doc/HTML/es/kbiff/.anchors +share/doc/HTML/es/kbiff/ayuda..html +share/doc/HTML/es/kbiff/caractersticas-planeadas..html +share/doc/HTML/es/kbiff/cmo-usar-el-correo-de-netscape-con-kbiff.html +share/doc/HTML/es/kbiff/cmo-uso-elm-o-mutt-o-pine-con-kbiff.html +share/doc/HTML/es/kbiff/cmo-uso-mis-propios-pixmaps.html +share/doc/HTML/es/kbiff/common +share/doc/HTML/es/kbiff/compilacin-e-instalacin..html +share/doc/HTML/es/kbiff/comprobar-si-hay-correo..html +share/doc/HTML/es/kbiff/configuracin..html +share/doc/HTML/es/kbiff/cuando-uso-kbiff-para-monitorizar-mi-buzn-la.html +share/doc/HTML/es/kbiff/el-cuadro-de-configuracin..html +share/doc/HTML/es/kbiff/etiquetas-de-preferencia..html +share/doc/HTML/es/kbiff/index.cvlog +share/doc/HTML/es/kbiff/index.docbook +share/doc/HTML/es/kbiff/index.html +share/doc/HTML/es/kbiff/instalacin..html +share/doc/HTML/es/kbiff/introduccin..html +share/doc/HTML/es/kbiff/leer-correo..html +share/doc/HTML/es/kbiff/licencia.html +share/doc/HTML/es/kbiff/men-desplegable..html +share/doc/HTML/es/kbiff/pararempezar..html +share/doc/HTML/es/kbiff/parmetros-de-la-lnea-de-comandos..html +share/doc/HTML/es/kbiff/por-qu-kbiff-funciona-sin-mantenimiento-de-s.html +share/doc/HTML/es/kbiff/por-qu-kbiff-no-puede-tocar-mi-fichero-newma.html +share/doc/HTML/es/kbiff/preguntas-respuestas-y-pistas..html +share/doc/HTML/es/kbiff/pulsando-en-tu-direccin-de-correo-en-sobre-n.html +share/doc/HTML/es/kbiff/qu-diferencia-hay-entre-perfil-y-buzn-otra-v.html +share/doc/HTML/es/kbiff/requisitos..html +share/doc/HTML/es/kbiff/usando-kbiff.html share/doc/HTML/es/kcontrol/.anchors share/doc/HTML/es/kcontrol/action.html share/doc/HTML/es/kcontrol/background.html @@ -3559,6 +3028,7 @@ share/doc/HTML/es/kcontrol/batmon.html share/doc/HTML/es/kcontrol/bell.html share/doc/HTML/es/kcontrol/borders.html share/doc/HTML/es/kcontrol/color.html +share/doc/HTML/es/kcontrol/common share/doc/HTML/es/kcontrol/control-center-exiting.html share/doc/HTML/es/kcontrol/control-center-menus.html share/doc/HTML/es/kcontrol/control-center-run-indiv.html @@ -3580,50 +3050,14 @@ share/doc/HTML/es/kcontrol/fonts.html share/doc/HTML/es/kcontrol/help-index.html share/doc/HTML/es/kcontrol/icons.html share/doc/HTML/es/kcontrol/iconstyle.html +share/doc/HTML/es/kcontrol/index.docbook share/doc/HTML/es/kcontrol/index.html +share/doc/HTML/es/kcontrol/instantanea.png share/doc/HTML/es/kcontrol/interrupts.html share/doc/HTML/es/kcontrol/introduction.html share/doc/HTML/es/kcontrol/ioports.html share/doc/HTML/es/kcontrol/kbd.html share/doc/HTML/es/kcontrol/kblayout.html -share/doc/HTML/es/kcontrol/key-bindings.html -share/doc/HTML/es/kcontrol/konq-browsing.html -share/doc/HTML/es/kcontrol/laptop.html -share/doc/HTML/es/kcontrol/locale.html -share/doc/HTML/es/kcontrol/login-manager.html -share/doc/HTML/es/kcontrol/lowbatcrit.html -share/doc/HTML/es/kcontrol/memory.html -share/doc/HTML/es/kcontrol/lowbatwarn.html -share/doc/HTML/es/kcontrol/midi.html -share/doc/HTML/es/kcontrol/mixer.html -share/doc/HTML/es/kcontrol/module.html -share/doc/HTML/es/kcontrol/modules.html -share/doc/HTML/es/kcontrol/mouse-behav.html -share/doc/HTML/es/kcontrol/mouse.html -share/doc/HTML/es/kcontrol/numbername.html -share/doc/HTML/es/kcontrol/panel.html -share/doc/HTML/es/kcontrol/partitions.html -share/doc/HTML/es/kcontrol/passwords.html -share/doc/HTML/es/kcontrol/pci.html -share/doc/HTML/es/kcontrol/pcmcia.html -share/doc/HTML/es/kcontrol/powerctrl.html -share/doc/HTML/es/kcontrol/processor.html -share/doc/HTML/es/kcontrol/proxies.html -share/doc/HTML/es/kcontrol/sambastatus.html -share/doc/HTML/es/kcontrol/screensaver.html -share/doc/HTML/es/kcontrol/scsi.html -share/doc/HTML/es/kcontrol/sndserver.html -share/doc/HTML/es/kcontrol/soundinfo.html -share/doc/HTML/es/kcontrol/style.html -share/doc/HTML/es/kcontrol/sys-notify.html -share/doc/HTML/es/kcontrol/talk.html -share/doc/HTML/es/kcontrol/taskbar.html -share/doc/HTML/es/kcontrol/user-agent.html -share/doc/HTML/es/kcontrol/windows-shares.html -share/doc/HTML/es/kcontrol/xserver.html -share/doc/HTML/es/kcontrol/common -share/doc/HTML/es/kcontrol/index.docbook -share/doc/HTML/es/kcontrol/instantanea.png share/doc/HTML/es/kcontrol/kcmaccess.docbook share/doc/HTML/es/kcontrol/kcmaction.docbook share/doc/HTML/es/kcontrol/kcmbackgnd.docbook @@ -3685,15 +3119,52 @@ share/doc/HTML/es/kcontrol/kcmtaskbar.docbook share/doc/HTML/es/kcontrol/kcmuseragent.docbook share/doc/HTML/es/kcontrol/kcmwinshare.docbook share/doc/HTML/es/kcontrol/kcmxservinfo.docbook +share/doc/HTML/es/kcontrol/key-bindings.html +share/doc/HTML/es/kcontrol/konq-browsing.html +share/doc/HTML/es/kcontrol/laptop.html +share/doc/HTML/es/kcontrol/locale.html +share/doc/HTML/es/kcontrol/login-manager.html +share/doc/HTML/es/kcontrol/lowbatcrit.html +share/doc/HTML/es/kcontrol/lowbatwarn.html +share/doc/HTML/es/kcontrol/memory.html +share/doc/HTML/es/kcontrol/midi.html +share/doc/HTML/es/kcontrol/mixer.html +share/doc/HTML/es/kcontrol/module.html +share/doc/HTML/es/kcontrol/modules.html +share/doc/HTML/es/kcontrol/mouse-behav.html +share/doc/HTML/es/kcontrol/mouse.html +share/doc/HTML/es/kcontrol/numbername.html +share/doc/HTML/es/kcontrol/panel.html +share/doc/HTML/es/kcontrol/partitions.html +share/doc/HTML/es/kcontrol/passwords.html +share/doc/HTML/es/kcontrol/pci.html +share/doc/HTML/es/kcontrol/pcmcia.html +share/doc/HTML/es/kcontrol/powerctrl.html +share/doc/HTML/es/kcontrol/processor.html +share/doc/HTML/es/kcontrol/proxies.html +share/doc/HTML/es/kcontrol/sambastatus.html +share/doc/HTML/es/kcontrol/screensaver.html +share/doc/HTML/es/kcontrol/scsi.html +share/doc/HTML/es/kcontrol/sndserver.html +share/doc/HTML/es/kcontrol/soundinfo.html +share/doc/HTML/es/kcontrol/style.html +share/doc/HTML/es/kcontrol/sys-notify.html +share/doc/HTML/es/kcontrol/talk.html +share/doc/HTML/es/kcontrol/taskbar.html +share/doc/HTML/es/kcontrol/user-agent.html +share/doc/HTML/es/kcontrol/windows-shares.html +share/doc/HTML/es/kcontrol/xserver.html share/doc/HTML/es/kdebugdialog/.anchors -share/doc/HTML/es/kdebugdialog/index.html -share/doc/HTML/es/kdebugdialog/introduction.html share/doc/HTML/es/kdebugdialog/common share/doc/HTML/es/kdebugdialog/index.docbook +share/doc/HTML/es/kdebugdialog/index.html +share/doc/HTML/es/kdebugdialog/introduction.html share/doc/HTML/es/kdesu/.anchors share/doc/HTML/es/kdesu/author.html +share/doc/HTML/es/kdesu/common share/doc/HTML/es/kdesu/compiling.html share/doc/HTML/es/kdesu/configuration.html +share/doc/HTML/es/kdesu/index.docbook share/doc/HTML/es/kdesu/index.html share/doc/HTML/es/kdesu/installation.html share/doc/HTML/es/kdesu/interface-to-su.html @@ -3702,8 +3173,70 @@ share/doc/HTML/es/kdesu/introduction.html share/doc/HTML/es/kdesu/password-checking.html share/doc/HTML/es/kdesu/sec-password-keeping.html share/doc/HTML/es/kdesu/using-kdesu.html -share/doc/HTML/es/kdesu/common -share/doc/HTML/es/kdesu/index.docbook +share/doc/HTML/es/kdevelop/tip.database +share/doc/HTML/es/kedit/.anchors +share/doc/HTML/es/kedit/ayuda.html +share/doc/HTML/es/kedit/common +share/doc/HTML/es/kedit/compilacin-e-instalacin.html +share/doc/HTML/es/kedit/editando-archivos-en-internet.html +share/doc/HTML/es/kedit/editar.html +share/doc/HTML/es/kedit/fundamentos-en-pantalla.html +share/doc/HTML/es/kedit/impresin.html +share/doc/HTML/es/kedit/index.cvlog +share/doc/HTML/es/kedit/index.docbook +share/doc/HTML/es/kedit/index.html +share/doc/HTML/es/kedit/instalacin.html +share/doc/HTML/es/kedit/introduccin.html +share/doc/HTML/es/kedit/las-entradas-de-men.html +share/doc/HTML/es/kedit/opciones.html +share/doc/HTML/es/kedit/preguntas-y-respuestas.html +share/doc/HTML/es/kedit/requerimientos.html +share/doc/HTML/es/kedit/teclas-de-enlace.html +share/doc/HTML/es/kfloppy/.anchors +share/doc/HTML/es/kfloppy/common +share/doc/HTML/es/kfloppy/compilacin-e-instalacin.html +share/doc/HTML/es/kfloppy/copyright.html +share/doc/HTML/es/kfloppy/index.cvlog +share/doc/HTML/es/kfloppy/index.docbook +share/doc/HTML/es/kfloppy/index.html +share/doc/HTML/es/kfloppy/instalacin.html +share/doc/HTML/es/kfloppy/introduccion.html +share/doc/HTML/es/kfloppy/requerimientos.html +share/doc/HTML/es/kfloppy/uso.html +share/doc/HTML/es/kghostview/.anchors +share/doc/HTML/es/kghostview/ayuda.html +share/doc/HTML/es/kghostview/barra-de-herramientas.html +share/doc/HTML/es/kghostview/cajasdedilogo.html +share/doc/HTML/es/kghostview/common +share/doc/HTML/es/kghostview/configurar-interprete.html +share/doc/HTML/es/kghostview/configurar-teclas-de-enlace.html +share/doc/HTML/es/kghostview/copyright.html +share/doc/HTML/es/kghostview/elementosdemensprimarios.html +share/doc/HTML/es/kghostview/eplogo.html +share/doc/HTML/es/kghostview/fundamentos.html +share/doc/HTML/es/kghostview/index.cvlog +share/doc/HTML/es/kghostview/index.docbook +share/doc/HTML/es/kghostview/index.html +share/doc/HTML/es/kghostview/informacin.html +share/doc/HTML/es/kghostview/introduccion.html +share/doc/HTML/es/kghostview/ir-a-pgina.html +share/doc/HTML/es/kghostview/ir.html +share/doc/HTML/es/kghostview/lista-de-pginas.html +share/doc/HTML/es/kghostview/mensajes-ghostscript.html +share/doc/HTML/es/kghostview/opciones.html +share/doc/HTML/es/kghostview/tutorial.html +share/doc/HTML/es/kghostview/ver-control.html +share/doc/HTML/es/kghostview/ver.html +share/doc/HTML/es/khelpcenter/.anchors +share/doc/HTML/es/khelpcenter/background.png +share/doc/HTML/es/khelpcenter/bgtable.png +share/doc/HTML/es/khelpcenter/common +share/doc/HTML/es/khelpcenter/contact-developers.html +share/doc/HTML/es/khelpcenter/contact-more-information.html +share/doc/HTML/es/khelpcenter/contact-official.html +share/doc/HTML/es/khelpcenter/contact-the-kde-team.html +share/doc/HTML/es/khelpcenter/contact.docbook +share/doc/HTML/es/khelpcenter/credits.html share/doc/HTML/es/khelpcenter/faq/.anchors share/doc/HTML/es/khelpcenter/faq/aboutthisfaq.html share/doc/HTML/es/khelpcenter/faq/acabar-con-kwmpager.html @@ -3720,11 +3253,12 @@ share/doc/HTML/es/khelpcenter/faq/bug-report.html share/doc/HTML/es/khelpcenter/faq/bzip2.html share/doc/HTML/es/khelpcenter/faq/cambiar-gestor-de-ventanas.html share/doc/HTML/es/khelpcenter/faq/cannot-connect.html -share/doc/HTML/es/khelpcenter/faq/cd-rom.html share/doc/HTML/es/khelpcenter/faq/carecen-de-iconos.html share/doc/HTML/es/khelpcenter/faq/carpeta-modelos.html +share/doc/HTML/es/khelpcenter/faq/cd-rom.html share/doc/HTML/es/khelpcenter/faq/cierre-de-ventanas.html share/doc/HTML/es/khelpcenter/faq/clon.html +share/doc/HTML/es/khelpcenter/faq/common share/doc/HTML/es/khelpcenter/faq/compilacion-mensajes.html share/doc/HTML/es/khelpcenter/faq/configuracion-perdida-al-actualizar.html share/doc/HTML/es/khelpcenter/faq/configuringkde.html @@ -3737,9 +3271,8 @@ share/doc/HTML/es/khelpcenter/faq/cvs-mirrors.html share/doc/HTML/es/khelpcenter/faq/cvs-readonly.html share/doc/HTML/es/khelpcenter/faq/cvs.html share/doc/HTML/es/khelpcenter/faq/definir-atajos.html -share/doc/HTML/es/khelpcenter/faq/diff.html -share/doc/HTML/es/khelpcenter/faq/euro.html share/doc/HTML/es/khelpcenter/faq/deshabilitar-gestion-sesiones.html +share/doc/HTML/es/khelpcenter/faq/diff.html share/doc/HTML/es/khelpcenter/faq/directorio-inicio-kfm.html share/doc/HTML/es/khelpcenter/faq/directorio-per-omision.html share/doc/HTML/es/khelpcenter/faq/directorio-usuario.html @@ -3751,11 +3284,11 @@ share/doc/HTML/es/khelpcenter/faq/empezar-a-programar.html share/doc/HTML/es/khelpcenter/faq/empotrar-aplicacion.html share/doc/HTML/es/khelpcenter/faq/escoger-escritorio.html share/doc/HTML/es/khelpcenter/faq/estilo-mac.html +share/doc/HTML/es/khelpcenter/faq/euro.html share/doc/HTML/es/khelpcenter/faq/floppy.html share/doc/HTML/es/khelpcenter/faq/fondo-transparente.html share/doc/HTML/es/khelpcenter/faq/ftp-grafico.html share/doc/HTML/es/khelpcenter/faq/ftp-no-anonimo.html -share/doc/HTML/es/khelpcenter/faq/common share/doc/HTML/es/khelpcenter/faq/fuentes.html share/doc/HTML/es/khelpcenter/faq/gestor-ventanas.html share/doc/HTML/es/khelpcenter/faq/gettingkde.html @@ -3769,6 +3302,8 @@ share/doc/HTML/es/khelpcenter/faq/howtostartkde.html share/doc/HTML/es/khelpcenter/faq/howtosubscribe.html share/doc/HTML/es/khelpcenter/faq/iconizar.html share/doc/HTML/es/khelpcenter/faq/imagen-k.html +share/doc/HTML/es/khelpcenter/faq/index.cvlog +share/doc/HTML/es/khelpcenter/faq/index.docbook share/doc/HTML/es/khelpcenter/faq/index.html share/doc/HTML/es/khelpcenter/faq/informacion-sobre-unidades.html share/doc/HTML/es/khelpcenter/faq/instalacion.html @@ -3826,10 +3361,10 @@ share/doc/HTML/es/khelpcenter/faq/redhat-broken.html share/doc/HTML/es/khelpcenter/faq/retroceso.html share/doc/HTML/es/khelpcenter/faq/salir-de-kde.html share/doc/HTML/es/khelpcenter/faq/salvapantallas-en-fondo.html -share/doc/HTML/es/khelpcenter/faq/snapshots.html share/doc/HTML/es/khelpcenter/faq/script-instantaneas.html share/doc/HTML/es/khelpcenter/faq/servidor-x-para-windows.html share/doc/HTML/es/khelpcenter/faq/shadow-passwords.html +share/doc/HTML/es/khelpcenter/faq/snapshots.html share/doc/HTML/es/khelpcenter/faq/software-comercial.html share/doc/HTML/es/khelpcenter/faq/software-libre.html share/doc/HTML/es/khelpcenter/faq/solaris.html @@ -3861,15 +3396,29 @@ share/doc/HTML/es/khelpcenter/faq/wheel.html share/doc/HTML/es/khelpcenter/faq/wheretogetqt.html share/doc/HTML/es/khelpcenter/faq/wrong-charset.html share/doc/HTML/es/khelpcenter/faq/yast.html -share/doc/HTML/es/khelpcenter/faq/index.cvlog -share/doc/HTML/es/khelpcenter/faq/index.docbook +share/doc/HTML/es/khelpcenter/help-system-user-manual.html +share/doc/HTML/es/khelpcenter/help.docbook +share/doc/HTML/es/khelpcenter/index.docbook +share/doc/HTML/es/khelpcenter/index.html +share/doc/HTML/es/khelpcenter/interface-basics.html +share/doc/HTML/es/khelpcenter/invoking-help.html +share/doc/HTML/es/khelpcenter/khelpcenter.png +share/doc/HTML/es/khelpcenter/konq.css +share/doc/HTML/es/khelpcenter/lines.png +share/doc/HTML/es/khelpcenter/links.docbook +share/doc/HTML/es/khelpcenter/main.html +share/doc/HTML/es/khelpcenter/no-html.html +share/doc/HTML/es/khelpcenter/pointers.png share/doc/HTML/es/khelpcenter/quickstart/.anchors share/doc/HTML/es/khelpcenter/quickstart/advanced-topics.html share/doc/HTML/es/khelpcenter/quickstart/an-overview-of-kde.html share/doc/HTML/es/khelpcenter/quickstart/archives-and-networks.html +share/doc/HTML/es/khelpcenter/quickstart/common share/doc/HTML/es/khelpcenter/quickstart/configuration-modules.html share/doc/HTML/es/khelpcenter/quickstart/configure.html share/doc/HTML/es/khelpcenter/quickstart/credits.html +share/doc/HTML/es/khelpcenter/quickstart/index.cvlog +share/doc/HTML/es/khelpcenter/quickstart/index.docbook share/doc/HTML/es/khelpcenter/quickstart/index.html share/doc/HTML/es/khelpcenter/quickstart/introduction.html share/doc/HTML/es/khelpcenter/quickstart/kde-an-exciting-journey.html @@ -3882,14 +3431,17 @@ share/doc/HTML/es/khelpcenter/quickstart/using-templates.html share/doc/HTML/es/khelpcenter/quickstart/using-v-desktops.html share/doc/HTML/es/khelpcenter/quickstart/want-command-line-back.html share/doc/HTML/es/khelpcenter/quickstart/working-with-windows.html -share/doc/HTML/es/khelpcenter/quickstart/common -share/doc/HTML/es/khelpcenter/quickstart/index.cvlog -share/doc/HTML/es/khelpcenter/quickstart/index.docbook +share/doc/HTML/es/khelpcenter/shadow1.png +share/doc/HTML/es/khelpcenter/support.docbook +share/doc/HTML/es/khelpcenter/supporting-kde-financial-support.html +share/doc/HTML/es/khelpcenter/supporting-kde-get-started.html +share/doc/HTML/es/khelpcenter/supporting-kde.html share/doc/HTML/es/khelpcenter/userguide/.anchors share/doc/HTML/es/khelpcenter/userguide/about-this-preview.html share/doc/HTML/es/khelpcenter/userguide/adding-programs.html share/doc/HTML/es/khelpcenter/userguide/all-about-your-desktop.html share/doc/HTML/es/khelpcenter/userguide/background-of-kde.html +share/doc/HTML/es/khelpcenter/userguide/common share/doc/HTML/es/khelpcenter/userguide/creating-new-files-on-your-desktop.html share/doc/HTML/es/khelpcenter/userguide/desktop-components.html share/doc/HTML/es/khelpcenter/userguide/docu-staff.html @@ -3899,8 +3451,9 @@ share/doc/HTML/es/khelpcenter/userguide/first-impressions.html share/doc/HTML/es/khelpcenter/userguide/frequently-asked-questions.html share/doc/HTML/es/khelpcenter/userguide/getting-kde.html share/doc/HTML/es/khelpcenter/userguide/getting-started.html -share/doc/HTML/es/khelpcenter/userguide/index.html share/doc/HTML/es/khelpcenter/userguide/graphical-applications.html +share/doc/HTML/es/khelpcenter/userguide/index.docbook +share/doc/HTML/es/khelpcenter/userguide/index.html share/doc/HTML/es/khelpcenter/userguide/installation.html share/doc/HTML/es/khelpcenter/userguide/installing-debian.html share/doc/HTML/es/khelpcenter/userguide/introduction.html @@ -3915,7 +3468,6 @@ share/doc/HTML/es/khelpcenter/userguide/more-help.html share/doc/HTML/es/khelpcenter/userguide/mouse-techniques.html share/doc/HTML/es/khelpcenter/userguide/moving-files-with-drag-and-drop.html share/doc/HTML/es/khelpcenter/userguide/multimedia-applications.html -share/doc/HTML/es/khelpcenter/userguide/common share/doc/HTML/es/khelpcenter/userguide/network-applications.html share/doc/HTML/es/khelpcenter/userguide/quitting-kde.html share/doc/HTML/es/khelpcenter/userguide/shortcuts.html @@ -3928,64 +3480,194 @@ share/doc/HTML/es/khelpcenter/userguide/using-templates.html share/doc/HTML/es/khelpcenter/userguide/using-the-trashcan.html share/doc/HTML/es/khelpcenter/userguide/utility-applications.html share/doc/HTML/es/khelpcenter/userguide/we-still-need-people.html -share/doc/HTML/es/khelpcenter/userguide/index.docbook -share/doc/HTML/es/khelpcenter/.anchors -share/doc/HTML/es/khelpcenter/contact-developers.html -share/doc/HTML/es/khelpcenter/contact-more-information.html -share/doc/HTML/es/khelpcenter/contact-official.html -share/doc/HTML/es/khelpcenter/contact-the-kde-team.html -share/doc/HTML/es/khelpcenter/credits.html -share/doc/HTML/es/khelpcenter/help-system-user-manual.html -share/doc/HTML/es/khelpcenter/index.html -share/doc/HTML/es/khelpcenter/interface-basics.html -share/doc/HTML/es/khelpcenter/invoking-help.html -share/doc/HTML/es/khelpcenter/supporting-kde-financial-support.html -share/doc/HTML/es/khelpcenter/supporting-kde-get-started.html -share/doc/HTML/es/khelpcenter/supporting-kde.html -share/doc/HTML/es/khelpcenter/common share/doc/HTML/es/khelpcenter/web.html share/doc/HTML/es/khelpcenter/welcome-to-kde.html +share/doc/HTML/es/khelpcenter/welcome.docbook share/doc/HTML/es/khelpcenter/what-is-kde-the-desktop.html share/doc/HTML/es/khelpcenter/what-is-kde-the-development-framework.html share/doc/HTML/es/khelpcenter/what-is-kde-the-office-suite.html share/doc/HTML/es/khelpcenter/what-is-kde.html -share/doc/HTML/es/khelpcenter/background.png -share/doc/HTML/es/khelpcenter/bgtable.png -share/doc/HTML/es/khelpcenter/contact.docbook -share/doc/HTML/es/khelpcenter/help.docbook -share/doc/HTML/es/khelpcenter/index.docbook -share/doc/HTML/es/khelpcenter/khelpcenter.png -share/doc/HTML/es/khelpcenter/konq.css -share/doc/HTML/es/khelpcenter/lines.png -share/doc/HTML/es/khelpcenter/links.docbook -share/doc/HTML/es/khelpcenter/main.html -share/doc/HTML/es/khelpcenter/no-html.html -share/doc/HTML/es/khelpcenter/pointers.png -share/doc/HTML/es/khelpcenter/shadow1.png -share/doc/HTML/es/khelpcenter/support.docbook -share/doc/HTML/es/khelpcenter/welcome.docbook share/doc/HTML/es/khelpcenter/whatiskde.docbook +share/doc/HTML/es/kjezz/.anchors +share/doc/HTML/es/kjezz/common +share/doc/HTML/es/kjezz/index.docbook +share/doc/HTML/es/kjezz/index.html +share/doc/HTML/es/kjezz/introduccion.html share/doc/HTML/es/klipper/.anchors share/doc/HTML/es/klipper/actions.html +share/doc/HTML/es/klipper/common share/doc/HTML/es/klipper/compilation.html share/doc/HTML/es/klipper/configuration.html share/doc/HTML/es/klipper/credits.html +share/doc/HTML/es/klipper/index.docbook share/doc/HTML/es/klipper/index.html share/doc/HTML/es/klipper/installation.html share/doc/HTML/es/klipper/introduction.html share/doc/HTML/es/klipper/requirements.html -share/doc/HTML/es/klipper/using-klipper.html -share/doc/HTML/es/klipper/common -share/doc/HTML/es/klipper/index.docbook share/doc/HTML/es/klipper/screenshot.png +share/doc/HTML/es/klipper/using-klipper.html +share/doc/HTML/es/kljettool/.anchors +share/doc/HTML/es/kljettool/autores.html +share/doc/HTML/es/kljettool/common +share/doc/HTML/es/kljettool/compilacin-e-instalacin.html +share/doc/HTML/es/kljettool/eplogo.html +share/doc/HTML/es/kljettool/index.cvlog +share/doc/HTML/es/kljettool/index.docbook +share/doc/HTML/es/kljettool/index.html +share/doc/HTML/es/kljettool/instalacin.html +share/doc/HTML/es/kljettool/introduccin.html +share/doc/HTML/es/kljettool/poner-kljettool-a-trabajar.html +share/doc/HTML/es/kljettool/requerimientos.html +share/doc/HTML/es/kljettool/uso.html +share/doc/HTML/es/kmahjongg/.anchors +share/doc/HTML/es/kmahjongg/common +share/doc/HTML/es/kmahjongg/epilogo.html +share/doc/HTML/es/kmahjongg/index.cvlog +share/doc/HTML/es/kmahjongg/index.docbook +share/doc/HTML/es/kmahjongg/index.html +share/doc/HTML/es/kmahjongg/introducion.html +share/doc/HTML/es/kmail/.anchors +share/doc/HTML/es/kmail/appearancetab.html +share/doc/HTML/es/kmail/common +share/doc/HTML/es/kmail/composertab.html +share/doc/HTML/es/kmail/copyright.html +share/doc/HTML/es/kmail/documentation.html +share/doc/HTML/es/kmail/epilogue.html +share/doc/HTML/es/kmail/faq.html +share/doc/HTML/es/kmail/filters.html +share/doc/HTML/es/kmail/index.cvlog +share/doc/HTML/es/kmail/index.docbook +share/doc/HTML/es/kmail/index.html +share/doc/HTML/es/kmail/misctab.html +share/doc/HTML/es/kmail/networktab.html +share/doc/HTML/es/kmail/seccustomizing.html +share/doc/HTML/es/kmail/secfolders.html +share/doc/HTML/es/kmail/secgettingstarted.html +share/doc/HTML/es/kmail/secimporting.html +share/doc/HTML/es/kmail/secintro.html +share/doc/HTML/es/kmail/secmenus.html +share/doc/HTML/es/kmail/secmultipleaccounts.html +share/doc/HTML/es/kmail/secpgp.html +share/doc/HTML/es/kmail/securitytab.html +share/doc/HTML/es/kmail/secusingkmail.html +share/doc/HTML/es/kmail/settingupyouraccount.html +share/doc/HTML/es/kmail/team.html +share/doc/HTML/es/kmail/testingyoursetup.html +share/doc/HTML/es/kmail/theaddressbook.html +share/doc/HTML/es/kmail/thecomposerwindow.html +share/doc/HTML/es/kmail/thecomposerwindow2.html +share/doc/HTML/es/kmedia/.anchors +share/doc/HTML/es/kmedia/autores.html +share/doc/HTML/es/kmedia/ayuda.html +share/doc/HTML/es/kmedia/common +share/doc/HTML/es/kmedia/compilacin-e-instalacin.html +share/doc/HTML/es/kmedia/eplogo.html +share/doc/HTML/es/kmedia/fundamentos-en-pantalla.html +share/doc/HTML/es/kmedia/index.cvlog +share/doc/HTML/es/kmedia/index.docbook +share/doc/HTML/es/kmedia/index.html +share/doc/HTML/es/kmedia/instalacin.html +share/doc/HTML/es/kmedia/introduccin.html +share/doc/HTML/es/kmedia/las-entradas-de-men.html +share/doc/HTML/es/kmedia/mltiples-reproductores.html +share/doc/HTML/es/kmedia/opciones.html +share/doc/HTML/es/kmedia/requerimientos.html +share/doc/HTML/es/kmedia/teclas-de-enlace.html +share/doc/HTML/es/kmid/.anchors +share/doc/HTML/es/kmid/aadiendo-canciones-a-una-coleccin-cmo-usar-a.html +share/doc/HTML/es/kmid/borrando-canciones-de-una-coleccin.html +share/doc/HTML/es/kmid/borrando-una-coleccin.html +share/doc/HTML/es/kmid/colecciones.html +share/doc/HTML/es/kmid/common +share/doc/HTML/es/kmid/compilacin-e-instalacin.html +share/doc/HTML/es/kmid/creando-un-mapa-midi.html +share/doc/HTML/es/kmid/el-led-del-tempo.html +share/doc/HTML/es/kmid/el-mapeador-midi.html +share/doc/HTML/es/kmid/funciones-avanzadas.html +share/doc/HTML/es/kmid/index.cvlog +share/doc/HTML/es/kmid/index.docbook +share/doc/HTML/es/kmid/index.html +share/doc/HTML/es/kmid/instalacin.html +share/doc/HTML/es/kmid/introduccion.html +share/doc/HTML/es/kmid/la-coleccin-temporal.html +share/doc/HTML/es/kmid/necesito-un-mapa-midi-.html +share/doc/HTML/es/kmid/para-terminar.html +share/doc/HTML/es/kmid/preguntas-frecuentes-faq.html +share/doc/HTML/es/kmid/reproduciendo-canciones.html +share/doc/HTML/es/kmid/requerimientos.html +share/doc/HTML/es/kmid/saln-de-los-amigos-de-kmid.html +share/doc/HTML/es/kmid/seleccionando-una-cancin-de-una-coleccin.html +share/doc/HTML/es/kmid/sobre-el-autor.html +share/doc/HTML/es/kmid/teclas.html +share/doc/HTML/es/kmid/tocando-en-orden-o-aleatoriamente.html +share/doc/HTML/es/kmid/usando-mapas-midi.html +share/doc/HTML/es/kmid/uso-general.html +share/doc/HTML/es/kmid/viendo-la-letra.html +share/doc/HTML/es/kmines/.anchors +share/doc/HTML/es/kmines/comandos.html +share/doc/HTML/es/kmines/common +share/doc/HTML/es/kmines/como-jugar.html +share/doc/HTML/es/kmines/compilacion.html +share/doc/HTML/es/kmines/creditos.html +share/doc/HTML/es/kmines/index.cvlog +share/doc/HTML/es/kmines/index.docbook +share/doc/HTML/es/kmines/index.html +share/doc/HTML/es/kmines/instalacion.html +share/doc/HTML/es/kmines/introduccion.html +share/doc/HTML/es/kmines/kmines1.png +share/doc/HTML/es/kmines/kmines2.png +share/doc/HTML/es/kmines/menu-ayuda.html +share/doc/HTML/es/kmines/menu-configurar.html +share/doc/HTML/es/kmines/prefs.html +share/doc/HTML/es/kmines/teclas.html +share/doc/HTML/es/kmix/.anchors +share/doc/HTML/es/kmix/autores.html +share/doc/HTML/es/kmix/ayuda.html +share/doc/HTML/es/kmix/common +share/doc/HTML/es/kmix/compilacin-e-instalacin.html +share/doc/HTML/es/kmix/deslizador-de-balance.html +share/doc/HTML/es/kmix/eplogo.html +share/doc/HTML/es/kmix/fundamentos-en-pantalla.html +share/doc/HTML/es/kmix/index.cvlog +share/doc/HTML/es/kmix/index.docbook +share/doc/HTML/es/kmix/index.html +share/doc/HTML/es/kmix/instalacin.html +share/doc/HTML/es/kmix/introduccin.html +share/doc/HTML/es/kmix/las-entradas-de-men.html +share/doc/HTML/es/kmix/mltiples-tarjetas-de-sonido.html +share/doc/HTML/es/kmix/requerimientos.html +share/doc/HTML/es/kmix/teclas-de-enlace.html +share/doc/HTML/es/knu/.anchors +share/doc/HTML/es/knu/common +share/doc/HTML/es/knu/configuracin.html +share/doc/HTML/es/knu/copyright.html +share/doc/HTML/es/knu/descripcin-0.html +share/doc/HTML/es/knu/descripcin-1.html +share/doc/HTML/es/knu/descripcin.html +share/doc/HTML/es/knu/el-botn-de-traceroute.html +share/doc/HTML/es/knu/eplogo..html +share/doc/HTML/es/knu/historia.html +share/doc/HTML/es/knu/index.cvlog +share/doc/HTML/es/knu/index.docbook +share/doc/HTML/es/knu/index.html +share/doc/HTML/es/knu/introduccion.html +share/doc/HTML/es/knu/la-etiqueta-de-ping-.html +share/doc/HTML/es/knu/la-etiqueta-finger-.html +share/doc/HTML/es/knu/la-etiqueta-resolucin-de-la-mquina.html +share/doc/HTML/es/knu/opciones-0.html +share/doc/HTML/es/knu/opciones-1.html +share/doc/HTML/es/knu/opciones..html +share/doc/HTML/es/knu/opciones.html share/doc/HTML/es/konqueror/.anchors share/doc/HTML/es/konqueror/autocomplete.html share/doc/HTML/es/konqueror/basics.html share/doc/HTML/es/konqueror/bookmarks.html share/doc/HTML/es/konqueror/browser.html share/doc/HTML/es/konqueror/bubble.html +share/doc/HTML/es/konqueror/cmndline.png share/doc/HTML/es/konqueror/commandline.html share/doc/HTML/es/konqueror/commands.html +share/doc/HTML/es/konqueror/common share/doc/HTML/es/konqueror/config-prox.html share/doc/HTML/es/konqueror/config.html share/doc/HTML/es/konqueror/configure-bars.html @@ -3993,14 +3675,21 @@ share/doc/HTML/es/konqueror/cook.html share/doc/HTML/es/konqueror/credits.html share/doc/HTML/es/konqueror/crypto.html share/doc/HTML/es/konqueror/deleting.html +share/doc/HTML/es/konqueror/dirtree.png +share/doc/HTML/es/konqueror/dragdrop.png share/doc/HTML/es/konqueror/faq.html share/doc/HTML/es/konqueror/fileassoc.html share/doc/HTML/es/konqueror/filemanager.html +share/doc/HTML/es/konqueror/filetype1.png +share/doc/HTML/es/konqueror/filetype3.png +share/doc/HTML/es/konqueror/filetype4.png share/doc/HTML/es/konqueror/ftp.html +share/doc/HTML/es/konqueror/index.docbook share/doc/HTML/es/konqueror/index.html -share/doc/HTML/es/konqueror/lmbmmb.html share/doc/HTML/es/konqueror/installation.html share/doc/HTML/es/konqueror/introduction.html +share/doc/HTML/es/konqueror/konqueror.png +share/doc/HTML/es/konqueror/lmbmmb.html share/doc/HTML/es/konqueror/making.html share/doc/HTML/es/konqueror/miscbrowser.html share/doc/HTML/es/konqueror/moving.html @@ -4008,419 +3697,164 @@ share/doc/HTML/es/konqueror/multiple.html share/doc/HTML/es/konqueror/newname.html share/doc/HTML/es/konqueror/optionalbrowser.html share/doc/HTML/es/konqueror/parts.html +share/doc/HTML/es/konqueror/parts.png share/doc/HTML/es/konqueror/plugin.html share/doc/HTML/es/konqueror/rmb-menus.html share/doc/HTML/es/konqueror/samba.html share/doc/HTML/es/konqueror/save-print-web.html share/doc/HTML/es/konqueror/saveset.html share/doc/HTML/es/konqueror/surf.html -share/doc/HTML/es/konqueror/common -share/doc/HTML/es/konqueror/cmndline.png -share/doc/HTML/es/konqueror/dirtree.png -share/doc/HTML/es/konqueror/dragdrop.png -share/doc/HTML/es/konqueror/filetype1.png -share/doc/HTML/es/konqueror/filetype3.png -share/doc/HTML/es/konqueror/parts.png -share/doc/HTML/es/konqueror/filetype4.png -share/doc/HTML/es/konqueror/index.docbook -share/doc/HTML/es/konqueror/konqueror.png share/doc/HTML/es/kpager/.anchors share/doc/HTML/es/kpager/commands.html +share/doc/HTML/es/kpager/common share/doc/HTML/es/kpager/compilation.html share/doc/HTML/es/kpager/credits.html share/doc/HTML/es/kpager/faq.html +share/doc/HTML/es/kpager/index.cvlog +share/doc/HTML/es/kpager/index.docbook share/doc/HTML/es/kpager/index.html share/doc/HTML/es/kpager/installation.html share/doc/HTML/es/kpager/introduction.html share/doc/HTML/es/kpager/kapp-settings.html share/doc/HTML/es/kpager/requirements.html -share/doc/HTML/es/kpager/using-kapp.html -share/doc/HTML/es/kpager/common -share/doc/HTML/es/kpager/index.cvlog -share/doc/HTML/es/kpager/index.docbook share/doc/HTML/es/kpager/screenshot.png share/doc/HTML/es/kpager/settings.png -share/doc/HTML/es/kwm/.anchors -share/doc/HTML/es/kwm/autores.html -share/doc/HTML/es/kwm/comandos.html -share/doc/HTML/es/kwm/configuracin.html -share/doc/HTML/es/kwm/control-de-ratn.html -share/doc/HTML/es/kwm/eplogo.html -share/doc/HTML/es/kwm/es-posible-aadir-extensiones-kde-a-otros-ges.html -share/doc/HTML/es/kwm/eventossonoros.html -share/doc/HTML/es/kwm/index.html -share/doc/HTML/es/kwm/introduccin.html -share/doc/HTML/es/kwm/minicli.html -share/doc/HTML/es/kwm/porque-kwm-se-parece-mucho-a-windows-95.html -share/doc/HTML/es/kwm/porque-no-puedo-definir-nuevos-atajos-de-tec.html -share/doc/HTML/es/kwm/preguntasmascomunes.html -share/doc/HTML/es/kwm/shortcuts.html -share/doc/HTML/es/kwm/soporta-kwm-ventanas-sombreadas-al-estilo-op.html -share/doc/HTML/es/kwm/usandoemphasiskwmemphasis.html -share/doc/HTML/es/kwm/common -share/doc/HTML/es/kwm/index.cvlog -share/doc/HTML/es/kwm/index.docbook -share/doc/HTML/es/kabalone/.anchors -share/doc/HTML/es/kabalone/creditos-licencias.html -share/doc/HTML/es/kabalone/index.html -share/doc/HTML/es/kabalone/instalacion.html -share/doc/HTML/es/kabalone/introduccion.html -share/doc/HTML/es/kabalone/la-interfaz-de-usuario.html -share/doc/HTML/es/kabalone/menu-configuracion.html -share/doc/HTML/es/kabalone/menu-editar.html -share/doc/HTML/es/kabalone/opciones-linea-comandos.html -share/doc/HTML/es/kabalone/reglas-del-juego.html -share/doc/HTML/es/kabalone/common -share/doc/HTML/es/kabalone/index.cvlog -share/doc/HTML/es/kabalone/index.docbook -share/doc/HTML/es/kasteroids/.anchors -share/doc/HTML/es/kasteroids/autores.html -share/doc/HTML/es/kasteroids/compilacion.html -share/doc/HTML/es/kasteroids/consejos.html -share/doc/HTML/es/kasteroids/controles.html -share/doc/HTML/es/kasteroids/creditos.html -share/doc/HTML/es/kasteroids/index.html -share/doc/HTML/es/kasteroids/instalacion.html -share/doc/HTML/es/kasteroids/introduccion.html -share/doc/HTML/es/kasteroids/mejoras.html -share/doc/HTML/es/kasteroids/menu-configuracion.html -share/doc/HTML/es/kasteroids/nave.html -share/doc/HTML/es/kasteroids/referencia-menu.html -share/doc/HTML/es/kasteroids/tranductores.html -share/doc/HTML/es/kasteroids/common -share/doc/HTML/es/kasteroids/fuel.png -share/doc/HTML/es/kasteroids/index.cvlog -share/doc/HTML/es/kasteroids/index.docbook -share/doc/HTML/es/kjezz/.anchors -share/doc/HTML/es/kjezz/index.html -share/doc/HTML/es/kjezz/introduccion.html -share/doc/HTML/es/kjezz/common -share/doc/HTML/es/kjezz/index.docbook -share/doc/HTML/es/kmahjongg/.anchors -share/doc/HTML/es/kmahjongg/epilogo.html -share/doc/HTML/es/kmahjongg/index.html -share/doc/HTML/es/kmahjongg/introducion.html -share/doc/HTML/es/kmahjongg/common -share/doc/HTML/es/kmahjongg/index.cvlog -share/doc/HTML/es/kmahjongg/index.docbook -share/doc/HTML/es/kmines/.anchors -share/doc/HTML/es/kmines/comandos.html -share/doc/HTML/es/kmines/como-jugar.html -share/doc/HTML/es/kmines/compilacion.html -share/doc/HTML/es/kmines/creditos.html -share/doc/HTML/es/kmines/index.html -share/doc/HTML/es/kmines/instalacion.html -share/doc/HTML/es/kmines/introduccion.html -share/doc/HTML/es/kmines/menu-ayuda.html -share/doc/HTML/es/kmines/menu-configurar.html -share/doc/HTML/es/kmines/prefs.html -share/doc/HTML/es/kmines/teclas.html -share/doc/HTML/es/kmines/common -share/doc/HTML/es/kmines/index.cvlog -share/doc/HTML/es/kmines/index.docbook -share/doc/HTML/es/kmines/kmines1.png -share/doc/HTML/es/kmines/kmines2.png +share/doc/HTML/es/kpager/using-kapp.html share/doc/HTML/es/kpat/.anchors share/doc/HTML/es/kpat/abuelo.html share/doc/HTML/es/kpat/autores.html share/doc/HTML/es/kpat/calculacin.html +share/doc/HTML/es/kpat/common share/doc/HTML/es/kpat/copyright.html share/doc/HTML/es/kpat/diez.html share/doc/HTML/es/kpat/el-idiota.html share/doc/HTML/es/kpat/eplogo.html share/doc/HTML/es/kpat/freecell.html +share/doc/HTML/es/kpat/index.cvlog +share/doc/HTML/es/kpat/index.docbook share/doc/HTML/es/kpat/index.html share/doc/HTML/es/kpat/mdulo-3.html share/doc/HTML/es/kpat/microsolitario.html share/doc/HTML/es/kpat/reglasdeljuego.html share/doc/HTML/es/kpat/tumba-de-napoleon.html -share/doc/HTML/es/kpat/common -share/doc/HTML/es/kpat/index.cvlog -share/doc/HTML/es/kpat/index.docbook share/doc/HTML/es/kpoker/.anchors +share/doc/HTML/es/kpoker/common share/doc/HTML/es/kpoker/copyright.html share/doc/HTML/es/kpoker/donde-puedo-obtener-la-ltima-versin-de-kpok.html share/doc/HTML/es/kpoker/eplogo.html share/doc/HTML/es/kpoker/hands.html +share/doc/HTML/es/kpoker/index.cvlog +share/doc/HTML/es/kpoker/index.docbook share/doc/HTML/es/kpoker/index.html share/doc/HTML/es/kpoker/introduccin.html share/doc/HTML/es/kpoker/juego.html share/doc/HTML/es/kpoker/scoring.html -share/doc/HTML/es/kpoker/common -share/doc/HTML/es/kpoker/index.cvlog -share/doc/HTML/es/kpoker/index.docbook +share/doc/HTML/es/kppp/.anchors +share/doc/HTML/es/kppp/apndice.html +share/doc/HTML/es/kppp/autores.html +share/doc/HTML/es/kppp/calculo-de-volumen.html +share/doc/HTML/es/kppp/common +share/doc/HTML/es/kppp/compilacin-e-instalacin..html +share/doc/HTML/es/kppp/configurando-kppp.html +share/doc/HTML/es/kppp/configurando-una-conexin.html +share/doc/HTML/es/kppp/coste.html +share/doc/HTML/es/kppp/direccion-ip.html +share/doc/HTML/es/kppp/dispositivo.html +share/doc/HTML/es/kppp/dns.html +share/doc/HTML/es/kppp/ficheros-relacionados-con-kppp.html +share/doc/HTML/es/kppp/gatewaypasarela.html +share/doc/HTML/es/kppp/hacer-la-llamada-por-tonos-ms-rpida.html +share/doc/HTML/es/kppp/haciendo-que-el-modem-cuelgue.html +share/doc/HTML/es/kppp/index.cvlog +share/doc/HTML/es/kppp/index.docbook +share/doc/HTML/es/kppp/index.html +share/doc/HTML/es/kppp/instalacin.html +share/doc/HTML/es/kppp/introduccion.html +share/doc/HTML/es/kppp/licencia-y-garanta.html +share/doc/HTML/es/kppp/licencia.html +share/doc/HTML/es/kppp/modem.html +share/doc/HTML/es/kppp/ms-sobre-ppppppd.html +share/doc/HTML/es/kppp/necesidades.html +share/doc/HTML/es/kppp/pap-y-chap.html +share/doc/HTML/es/kppp/pap.html +share/doc/HTML/es/kppp/perfiles-del-modem.html +share/doc/HTML/es/kppp/ppp.html +share/doc/HTML/es/kppp/preguntas-y-respuestas-habituales.html +share/doc/HTML/es/kppp/preparando-tu-sistema-linux-para-una-conexin.html +share/doc/HTML/es/kppp/reportando-problemas-con-kppp.html +share/doc/HTML/es/kppp/script-de-conexin.html +share/doc/HTML/es/kppp/sobre-la-traduccin..html +share/doc/HTML/es/kppp/trucos-y-pistas-para-el-modem.html +share/doc/HTML/es/kppp/uso-normal.html share/doc/HTML/es/kreversi/.anchors share/doc/HTML/es/kreversi/autores.html +share/doc/HTML/es/kreversi/common share/doc/HTML/es/kreversi/copyright.html share/doc/HTML/es/kreversi/eplogo.html share/doc/HTML/es/kreversi/estrategiassugeridas.html +share/doc/HTML/es/kreversi/index.cvlog +share/doc/HTML/es/kreversi/index.docbook share/doc/HTML/es/kreversi/index.html share/doc/HTML/es/kreversi/introduccion.html share/doc/HTML/es/kreversi/reglasdeljuego.html share/doc/HTML/es/kreversi/un-minuto-para-aprender.html -share/doc/HTML/es/kreversi/common -share/doc/HTML/es/kreversi/index.cvlog -share/doc/HTML/es/kreversi/index.docbook share/doc/HTML/es/ksame/.anchors share/doc/HTML/es/ksame/autores.html +share/doc/HTML/es/ksame/common share/doc/HTML/es/ksame/copyright.html share/doc/HTML/es/ksame/eplogo.html share/doc/HTML/es/ksame/estrategiasugerida.html +share/doc/HTML/es/ksame/index.cvlog +share/doc/HTML/es/ksame/index.docbook share/doc/HTML/es/ksame/index.html share/doc/HTML/es/ksame/introduccion.html share/doc/HTML/es/ksame/reglasdeljuego.html -share/doc/HTML/es/ksame/common -share/doc/HTML/es/ksame/index.cvlog -share/doc/HTML/es/ksame/index.docbook share/doc/HTML/es/kshisen/.anchors share/doc/HTML/es/kshisen/autores.html -share/doc/HTML/es/kshisen/eplogo.html -share/doc/HTML/es/kshisen/index.html -share/doc/HTML/es/kshisen/introduccion.html share/doc/HTML/es/kshisen/common +share/doc/HTML/es/kshisen/eplogo.html share/doc/HTML/es/kshisen/index.cvlog share/doc/HTML/es/kshisen/index.docbook +share/doc/HTML/es/kshisen/index.html +share/doc/HTML/es/kshisen/introduccion.html share/doc/HTML/es/ksirtet/.anchors share/doc/HTML/es/ksirtet/autores.html -share/doc/HTML/es/ksirtet/eplogo.html -share/doc/HTML/es/ksirtet/index.html -share/doc/HTML/es/ksirtet/introduccion.html share/doc/HTML/es/ksirtet/common +share/doc/HTML/es/ksirtet/eplogo.html share/doc/HTML/es/ksirtet/index.cvlog share/doc/HTML/es/ksirtet/index.docbook +share/doc/HTML/es/ksirtet/index.html +share/doc/HTML/es/ksirtet/introduccion.html share/doc/HTML/es/ksmiletris/.anchors share/doc/HTML/es/ksmiletris/cambios.html +share/doc/HTML/es/ksmiletris/common share/doc/HTML/es/ksmiletris/creditos.html share/doc/HTML/es/ksmiletris/desarrollo.html share/doc/HTML/es/ksmiletris/epilogo.html +share/doc/HTML/es/ksmiletris/index.docbook share/doc/HTML/es/ksmiletris/index.html share/doc/HTML/es/ksmiletris/introduccion.html +share/doc/HTML/es/ksmiletris/ksmiletris.png share/doc/HTML/es/ksmiletris/licencia.html share/doc/HTML/es/ksmiletris/por-hacer.html -share/doc/HTML/es/ksmiletris/common -share/doc/HTML/es/ksmiletris/index.docbook -share/doc/HTML/es/ksmiletris/ksmiletris.png share/doc/HTML/es/ksnake/.anchors share/doc/HTML/es/ksnake/autores.html +share/doc/HTML/es/ksnake/common share/doc/HTML/es/ksnake/epilogo.html +share/doc/HTML/es/ksnake/index.cvlog +share/doc/HTML/es/ksnake/index.docbook share/doc/HTML/es/ksnake/index.html share/doc/HTML/es/ksnake/introduccion.html share/doc/HTML/es/ksnake/personalizacion.html share/doc/HTML/es/ksnake/puntuacion.html share/doc/HTML/es/ksnake/reglas-del-juego.html share/doc/HTML/es/ksnake/tranductores.html -share/doc/HTML/es/ksnake/common -share/doc/HTML/es/ksnake/index.cvlog -share/doc/HTML/es/ksnake/index.docbook -share/doc/HTML/es/kghostview/.anchors -share/doc/HTML/es/kghostview/ayuda.html -share/doc/HTML/es/kghostview/barra-de-herramientas.html -share/doc/HTML/es/kghostview/cajasdedilogo.html -share/doc/HTML/es/kghostview/configurar-interprete.html -share/doc/HTML/es/kghostview/configurar-teclas-de-enlace.html -share/doc/HTML/es/kghostview/copyright.html -share/doc/HTML/es/kghostview/elementosdemensprimarios.html -share/doc/HTML/es/kghostview/eplogo.html -share/doc/HTML/es/kghostview/fundamentos.html -share/doc/HTML/es/kghostview/index.html -share/doc/HTML/es/kghostview/informacin.html -share/doc/HTML/es/kghostview/introduccion.html -share/doc/HTML/es/kghostview/ir-a-pgina.html -share/doc/HTML/es/kghostview/ir.html -share/doc/HTML/es/kghostview/lista-de-pginas.html -share/doc/HTML/es/kghostview/mensajes-ghostscript.html -share/doc/HTML/es/kghostview/opciones.html -share/doc/HTML/es/kghostview/tutorial.html -share/doc/HTML/es/kghostview/ver-control.html -share/doc/HTML/es/kghostview/ver.html -share/doc/HTML/es/kghostview/common -share/doc/HTML/es/kghostview/index.cvlog -share/doc/HTML/es/kghostview/index.docbook -share/doc/HTML/es/kmedia/.anchors -share/doc/HTML/es/kmedia/autores.html -share/doc/HTML/es/kmedia/ayuda.html -share/doc/HTML/es/kmedia/compilacin-e-instalacin.html -share/doc/HTML/es/kmedia/eplogo.html -share/doc/HTML/es/kmedia/fundamentos-en-pantalla.html -share/doc/HTML/es/kmedia/index.html -share/doc/HTML/es/kmedia/instalacin.html -share/doc/HTML/es/kmedia/introduccin.html -share/doc/HTML/es/kmedia/las-entradas-de-men.html -share/doc/HTML/es/kmedia/mltiples-reproductores.html -share/doc/HTML/es/kmedia/opciones.html -share/doc/HTML/es/kmedia/requerimientos.html -share/doc/HTML/es/kmedia/teclas-de-enlace.html -share/doc/HTML/es/kmedia/common -share/doc/HTML/es/kmedia/index.cvlog -share/doc/HTML/es/kmedia/index.docbook -share/doc/HTML/es/kmid/.anchors -share/doc/HTML/es/kmid/aadiendo-canciones-a-una-coleccin-cmo-usar-a.html -share/doc/HTML/es/kmid/borrando-canciones-de-una-coleccin.html -share/doc/HTML/es/kmid/borrando-una-coleccin.html -share/doc/HTML/es/kmid/colecciones.html -share/doc/HTML/es/kmid/compilacin-e-instalacin.html -share/doc/HTML/es/kmid/creando-un-mapa-midi.html -share/doc/HTML/es/kmid/el-led-del-tempo.html -share/doc/HTML/es/kmid/el-mapeador-midi.html -share/doc/HTML/es/kmid/funciones-avanzadas.html -share/doc/HTML/es/kmid/index.html -share/doc/HTML/es/kmid/instalacin.html -share/doc/HTML/es/kmid/introduccion.html -share/doc/HTML/es/kmid/la-coleccin-temporal.html -share/doc/HTML/es/kmid/necesito-un-mapa-midi-.html -share/doc/HTML/es/kmid/para-terminar.html -share/doc/HTML/es/kmid/preguntas-frecuentes-faq.html -share/doc/HTML/es/kmid/reproduciendo-canciones.html -share/doc/HTML/es/kmid/requerimientos.html -share/doc/HTML/es/kmid/saln-de-los-amigos-de-kmid.html -share/doc/HTML/es/kmid/seleccionando-una-cancin-de-una-coleccin.html -share/doc/HTML/es/kmid/sobre-el-autor.html -share/doc/HTML/es/kmid/teclas.html -share/doc/HTML/es/kmid/tocando-en-orden-o-aleatoriamente.html -share/doc/HTML/es/kmid/usando-mapas-midi.html -share/doc/HTML/es/kmid/uso-general.html -share/doc/HTML/es/kmid/viendo-la-letra.html -share/doc/HTML/es/kmid/common -share/doc/HTML/es/kmid/index.cvlog -share/doc/HTML/es/kmid/index.docbook -share/doc/HTML/es/kmix/.anchors -share/doc/HTML/es/kmix/autores.html -share/doc/HTML/es/kmix/ayuda.html -share/doc/HTML/es/kmix/compilacin-e-instalacin.html -share/doc/HTML/es/kmix/deslizador-de-balance.html -share/doc/HTML/es/kmix/eplogo.html -share/doc/HTML/es/kmix/fundamentos-en-pantalla.html -share/doc/HTML/es/kmix/index.html -share/doc/HTML/es/kmix/instalacin.html -share/doc/HTML/es/kmix/introduccin.html -share/doc/HTML/es/kmix/las-entradas-de-men.html -share/doc/HTML/es/kmix/mltiples-tarjetas-de-sonido.html -share/doc/HTML/es/kmix/requerimientos.html -share/doc/HTML/es/kmix/teclas-de-enlace.html -share/doc/HTML/es/kmix/common -share/doc/HTML/es/kmix/index.cvlog -share/doc/HTML/es/kmix/index.docbook -share/doc/HTML/es/kbiff/.anchors -share/doc/HTML/es/kbiff/ayuda..html -share/doc/HTML/es/kbiff/caractersticas-planeadas..html -share/doc/HTML/es/kbiff/cmo-usar-el-correo-de-netscape-con-kbiff.html -share/doc/HTML/es/kbiff/cmo-uso-elm-o-mutt-o-pine-con-kbiff.html -share/doc/HTML/es/kbiff/cmo-uso-mis-propios-pixmaps.html -share/doc/HTML/es/kbiff/compilacin-e-instalacin..html -share/doc/HTML/es/kbiff/comprobar-si-hay-correo..html -share/doc/HTML/es/kbiff/configuracin..html -share/doc/HTML/es/kbiff/cuando-uso-kbiff-para-monitorizar-mi-buzn-la.html -share/doc/HTML/es/kbiff/el-cuadro-de-configuracin..html -share/doc/HTML/es/kbiff/etiquetas-de-preferencia..html -share/doc/HTML/es/kbiff/index.html -share/doc/HTML/es/kbiff/instalacin..html -share/doc/HTML/es/kbiff/introduccin..html -share/doc/HTML/es/kbiff/leer-correo..html -share/doc/HTML/es/kbiff/licencia.html -share/doc/HTML/es/kbiff/men-desplegable..html -share/doc/HTML/es/kbiff/pararempezar..html -share/doc/HTML/es/kbiff/parmetros-de-la-lnea-de-comandos..html -share/doc/HTML/es/kbiff/por-qu-kbiff-funciona-sin-mantenimiento-de-s.html -share/doc/HTML/es/kbiff/por-qu-kbiff-no-puede-tocar-mi-fichero-newma.html -share/doc/HTML/es/kbiff/preguntas-respuestas-y-pistas..html -share/doc/HTML/es/kbiff/pulsando-en-tu-direccin-de-correo-en-sobre-n.html -share/doc/HTML/es/kbiff/requisitos..html -share/doc/HTML/es/kbiff/common -share/doc/HTML/es/kbiff/qu-diferencia-hay-entre-perfil-y-buzn-otra-v.html -share/doc/HTML/es/kbiff/usando-kbiff.html -share/doc/HTML/es/kbiff/index.cvlog -share/doc/HTML/es/kbiff/index.docbook -share/doc/HTML/es/kmail/.anchors -share/doc/HTML/es/kmail/appearancetab.html -share/doc/HTML/es/kmail/composertab.html -share/doc/HTML/es/kmail/copyright.html -share/doc/HTML/es/kmail/documentation.html -share/doc/HTML/es/kmail/epilogue.html -share/doc/HTML/es/kmail/faq.html -share/doc/HTML/es/kmail/filters.html -share/doc/HTML/es/kmail/index.html -share/doc/HTML/es/kmail/misctab.html -share/doc/HTML/es/kmail/networktab.html -share/doc/HTML/es/kmail/seccustomizing.html -share/doc/HTML/es/kmail/secfolders.html -share/doc/HTML/es/kmail/secgettingstarted.html -share/doc/HTML/es/kmail/secimporting.html -share/doc/HTML/es/kmail/secintro.html -share/doc/HTML/es/kmail/secmenus.html -share/doc/HTML/es/kmail/secmultipleaccounts.html -share/doc/HTML/es/kmail/secpgp.html -share/doc/HTML/es/kmail/securitytab.html -share/doc/HTML/es/kmail/secusingkmail.html -share/doc/HTML/es/kmail/settingupyouraccount.html -share/doc/HTML/es/kmail/team.html -share/doc/HTML/es/kmail/testingyoursetup.html -share/doc/HTML/es/kmail/theaddressbook.html -share/doc/HTML/es/kmail/thecomposerwindow.html -share/doc/HTML/es/kmail/thecomposerwindow2.html -share/doc/HTML/es/kmail/common -share/doc/HTML/es/kmail/index.cvlog -share/doc/HTML/es/kmail/index.docbook -share/doc/HTML/es/knu/.anchors -share/doc/HTML/es/knu/configuracin.html -share/doc/HTML/es/knu/copyright.html -share/doc/HTML/es/knu/descripcin-0.html -share/doc/HTML/es/knu/descripcin-1.html -share/doc/HTML/es/knu/descripcin.html -share/doc/HTML/es/knu/el-botn-de-traceroute.html -share/doc/HTML/es/knu/eplogo..html -share/doc/HTML/es/knu/historia.html -share/doc/HTML/es/knu/index.html -share/doc/HTML/es/knu/introduccion.html -share/doc/HTML/es/knu/la-etiqueta-de-ping-.html -share/doc/HTML/es/knu/la-etiqueta-finger-.html -share/doc/HTML/es/knu/la-etiqueta-resolucin-de-la-mquina.html -share/doc/HTML/es/knu/opciones-0.html -share/doc/HTML/es/knu/opciones-1.html -share/doc/HTML/es/knu/opciones..html -share/doc/HTML/es/knu/opciones.html -share/doc/HTML/es/knu/common -share/doc/HTML/es/knu/index.cvlog -share/doc/HTML/es/knu/index.docbook -share/doc/HTML/es/kppp/.anchors -share/doc/HTML/es/kppp/apndice.html -share/doc/HTML/es/kppp/autores.html -share/doc/HTML/es/kppp/calculo-de-volumen.html -share/doc/HTML/es/kppp/compilacin-e-instalacin..html -share/doc/HTML/es/kppp/configurando-kppp.html -share/doc/HTML/es/kppp/configurando-una-conexin.html -share/doc/HTML/es/kppp/coste.html -share/doc/HTML/es/kppp/direccion-ip.html -share/doc/HTML/es/kppp/dispositivo.html -share/doc/HTML/es/kppp/dns.html -share/doc/HTML/es/kppp/ficheros-relacionados-con-kppp.html -share/doc/HTML/es/kppp/gatewaypasarela.html -share/doc/HTML/es/kppp/hacer-la-llamada-por-tonos-ms-rpida.html -share/doc/HTML/es/kppp/haciendo-que-el-modem-cuelgue.html -share/doc/HTML/es/kppp/index.html -share/doc/HTML/es/kppp/instalacin.html -share/doc/HTML/es/kppp/introduccion.html -share/doc/HTML/es/kppp/licencia-y-garanta.html -share/doc/HTML/es/kppp/licencia.html -share/doc/HTML/es/kppp/modem.html -share/doc/HTML/es/kppp/ms-sobre-ppppppd.html -share/doc/HTML/es/kppp/necesidades.html -share/doc/HTML/es/kppp/pap-y-chap.html -share/doc/HTML/es/kppp/pap.html -share/doc/HTML/es/kppp/perfiles-del-modem.html -share/doc/HTML/es/kppp/ppp.html -share/doc/HTML/es/kppp/preguntas-y-respuestas-habituales.html -share/doc/HTML/es/kppp/preparando-tu-sistema-linux-para-una-conexin.html -share/doc/HTML/es/kppp/reportando-problemas-con-kppp.html -share/doc/HTML/es/kppp/script-de-conexin.html -share/doc/HTML/es/kppp/uso-normal.html -share/doc/HTML/es/kppp/sobre-la-traduccin..html -share/doc/HTML/es/kppp/trucos-y-pistas-para-el-modem.html -share/doc/HTML/es/kppp/common -share/doc/HTML/es/kppp/index.cvlog -share/doc/HTML/es/kppp/index.docbook share/doc/HTML/es/ktalkd/.anchors share/doc/HTML/es/ktalkd/cmo-puedo-ver-salidas-detalladas-del-ktalkd.html +share/doc/HTML/es/ktalkd/common share/doc/HTML/es/ktalkd/compilacin-e-instalacin..html +share/doc/HTML/es/ktalkd/index.cvlog +share/doc/HTML/es/ktalkd/index.docbook share/doc/HTML/es/ktalkd/index.html share/doc/HTML/es/ktalkd/instalacin.html share/doc/HTML/es/ktalkd/introduccin.html @@ -4430,96 +3864,47 @@ share/doc/HTML/es/ktalkd/por-qu-yo-como-usuario-normal-recibo-anuncio.html share/doc/HTML/es/ktalkd/preguntas-y-respuestas.html share/doc/HTML/es/ktalkd/requisitos..html share/doc/HTML/es/ktalkd/uso.html -share/doc/HTML/es/ktalkd/common -share/doc/HTML/es/ktalkd/index.cvlog -share/doc/HTML/es/ktalkd/index.docbook -share/doc/HTML/es/ark/.anchors -share/doc/HTML/es/ark/abriendo-y-viendo-archivos.html -share/doc/HTML/es/ark/ayuda.html -share/doc/HTML/es/ark/creando-y-aadiendo-ficheros-a-archivos.html -share/doc/HTML/es/ark/editar.html -share/doc/HTML/es/ark/eplogo.html -share/doc/HTML/es/ark/extrayendo-ficheros.html -share/doc/HTML/es/ark/fundamentos-en-pantalla.html -share/doc/HTML/es/ark/index.html -share/doc/HTML/es/ark/introduccin.html -share/doc/HTML/es/ark/las-entradas-del-men.html -share/doc/HTML/es/ark/opciones.html -share/doc/HTML/es/ark/trabajando-con-archivos.html -share/doc/HTML/es/ark/common -share/doc/HTML/es/ark/index.cvlog -share/doc/HTML/es/ark/index.docbook -share/doc/HTML/es/karm/.anchors -share/doc/HTML/es/karm/autores.html -share/doc/HTML/es/karm/errores.html -share/doc/HTML/es/karm/index.html -share/doc/HTML/es/karm/introduccin.html -share/doc/HTML/es/karm/usando-el-gestor-de-tiempos.html -share/doc/HTML/es/karm/common -share/doc/HTML/es/karm/index.cvlog -share/doc/HTML/es/karm/index.docbook -share/doc/HTML/es/kedit/.anchors -share/doc/HTML/es/kedit/ayuda.html -share/doc/HTML/es/kedit/compilacin-e-instalacin.html -share/doc/HTML/es/kedit/editando-archivos-en-internet.html -share/doc/HTML/es/kedit/editar.html -share/doc/HTML/es/kedit/fundamentos-en-pantalla.html -share/doc/HTML/es/kedit/impresin.html -share/doc/HTML/es/kedit/index.html -share/doc/HTML/es/kedit/instalacin.html -share/doc/HTML/es/kedit/introduccin.html -share/doc/HTML/es/kedit/las-entradas-de-men.html -share/doc/HTML/es/kedit/opciones.html -share/doc/HTML/es/kedit/preguntas-y-respuestas.html -share/doc/HTML/es/kedit/requerimientos.html -share/doc/HTML/es/kedit/teclas-de-enlace.html -share/doc/HTML/es/kedit/common -share/doc/HTML/es/kedit/index.cvlog -share/doc/HTML/es/kedit/index.docbook -share/doc/HTML/es/kfloppy/.anchors -share/doc/HTML/es/kfloppy/compilacin-e-instalacin.html -share/doc/HTML/es/kfloppy/copyright.html -share/doc/HTML/es/kfloppy/index.html -share/doc/HTML/es/kfloppy/instalacin.html -share/doc/HTML/es/kfloppy/introduccion.html -share/doc/HTML/es/kfloppy/requerimientos.html -share/doc/HTML/es/kfloppy/uso.html -share/doc/HTML/es/kfloppy/common -share/doc/HTML/es/kfloppy/index.cvlog -share/doc/HTML/es/kfloppy/index.docbook -share/doc/HTML/es/kljettool/.anchors -share/doc/HTML/es/kljettool/autores.html -share/doc/HTML/es/kljettool/compilacin-e-instalacin.html -share/doc/HTML/es/kljettool/eplogo.html -share/doc/HTML/es/kljettool/index.html -share/doc/HTML/es/kljettool/instalacin.html -share/doc/HTML/es/kljettool/introduccin.html -share/doc/HTML/es/kljettool/poner-kljettool-a-trabajar.html -share/doc/HTML/es/kljettool/requerimientos.html -share/doc/HTML/es/kljettool/uso.html -share/doc/HTML/es/kljettool/common -share/doc/HTML/es/kljettool/index.cvlog -share/doc/HTML/es/kljettool/index.docbook -share/doc/HTML/es/kdevelop/tip.database -share/doc/HTML/et/common/fdl-translated.html -share/doc/HTML/et/common/gpl-translated.html -share/doc/HTML/et/common/kde-localised.css -share/doc/HTML/et/common/lgpl-translated.html -share/doc/HTML/et/common/logotp3.png +share/doc/HTML/es/kuser/bugnet-member.png +share/doc/HTML/es/kuser/index.html +share/doc/HTML/es/kwm/.anchors +share/doc/HTML/es/kwm/autores.html +share/doc/HTML/es/kwm/comandos.html +share/doc/HTML/es/kwm/common +share/doc/HTML/es/kwm/configuracin.html +share/doc/HTML/es/kwm/control-de-ratn.html +share/doc/HTML/es/kwm/eplogo.html +share/doc/HTML/es/kwm/es-posible-aadir-extensiones-kde-a-otros-ges.html +share/doc/HTML/es/kwm/eventossonoros.html +share/doc/HTML/es/kwm/index.cvlog +share/doc/HTML/es/kwm/index.docbook +share/doc/HTML/es/kwm/index.html +share/doc/HTML/es/kwm/introduccin.html +share/doc/HTML/es/kwm/minicli.html +share/doc/HTML/es/kwm/porque-kwm-se-parece-mucho-a-windows-95.html +share/doc/HTML/es/kwm/porque-no-puedo-definir-nuevos-atajos-de-tec.html +share/doc/HTML/es/kwm/preguntasmascomunes.html +share/doc/HTML/es/kwm/shortcuts.html +share/doc/HTML/es/kwm/soporta-kwm-ventanas-sombreadas-al-estilo-op.html +share/doc/HTML/es/kwm/usandoemphasiskwmemphasis.html share/doc/HTML/et/common/artistic-license.html share/doc/HTML/et/common/bsd-license.html share/doc/HTML/et/common/caution.png share/doc/HTML/et/common/fdl-license share/doc/HTML/et/common/fdl-license.html +share/doc/HTML/et/common/fdl-translated.html share/doc/HTML/et/common/gpl-license share/doc/HTML/et/common/gpl-license.html +share/doc/HTML/et/common/gpl-translated.html share/doc/HTML/et/common/home.png share/doc/HTML/et/common/important.png share/doc/HTML/et/common/kde-common.css share/doc/HTML/et/common/kde-default.css +share/doc/HTML/et/common/kde-localised.css share/doc/HTML/et/common/lgpl-license share/doc/HTML/et/common/lgpl-license.html +share/doc/HTML/et/common/lgpl-translated.html share/doc/HTML/et/common/logotp3-small.png +share/doc/HTML/et/common/logotp3.png share/doc/HTML/et/common/next.png share/doc/HTML/et/common/note.png share/doc/HTML/et/common/prev.png @@ -4532,145 +3917,187 @@ share/doc/HTML/et/common/up.png share/doc/HTML/et/common/warning.png share/doc/HTML/et/common/x11-license.html share/doc/HTML/et/common/xml.dcl -share/doc/HTML/et/kcontrol/kcmdeviceinfo.docbook -share/doc/HTML/et/kcontrol/kcmdmainfo.docbook -share/doc/HTML/et/kcontrol/kcmfileman.docbook -share/doc/HTML/et/kcontrol/kcmintinfo.docbook -share/doc/HTML/et/kcontrol/kcmioportinfo.docbook -share/doc/HTML/et/kcontrol/kcmkbd.docbook -share/doc/HTML/et/kcontrol/kcmmemoryinfo.docbook -share/doc/HTML/et/kcontrol/kcmmouse.docbook -share/doc/HTML/et/kcontrol/kcmpartitioninfo.docbook -share/doc/HTML/et/kcontrol/kcmpciinfo.docbook -share/doc/HTML/et/kcontrol/kcmprocinfo.docbook -share/doc/HTML/et/kcontrol/kcmscsiinfo.docbook -share/doc/HTML/et/kcontrol/kcmsndinfo.docbook -share/doc/HTML/et/kcontrol/kcmxservinfo.docbook -share/doc/HTML/et/konsole/.anchors -share/doc/HTML/et/konsole/command-line-options.html -share/doc/HTML/et/konsole/credits.html -share/doc/HTML/et/konsole/history-option.html -share/doc/HTML/et/konsole/index.html -share/doc/HTML/et/konsole/installation.html -share/doc/HTML/et/konsole/introduction.html -share/doc/HTML/et/konsole/menubar.html -share/doc/HTML/et/konsole/mousebuttons.html -share/doc/HTML/et/konsole/toolbar.html -share/doc/HTML/et/konsole/use-of-konsole.html -share/doc/HTML/et/konsole/common -share/doc/HTML/et/konsole/index.docbook share/doc/HTML/et/kabalone/.anchors share/doc/HTML/et/kabalone/autorid.html share/doc/HTML/et/kabalone/autorioigus.html +share/doc/HTML/et/kabalone/common share/doc/HTML/et/kabalone/epilooog.html +share/doc/HTML/et/kabalone/index.cvlog +share/doc/HTML/et/kabalone/index.docbook share/doc/HTML/et/kabalone/index.html share/doc/HTML/et/kabalone/mngureeglid..html share/doc/HTML/et/kabalone/sissejuhatus.html share/doc/HTML/et/kabalone/valikud.html -share/doc/HTML/et/kabalone/common -share/doc/HTML/et/kabalone/index.cvlog -share/doc/HTML/et/kabalone/index.docbook share/doc/HTML/et/kasteroids/.anchors +share/doc/HTML/et/kasteroids/common share/doc/HTML/et/kasteroids/controls.html share/doc/HTML/et/kasteroids/epiloog.html +share/doc/HTML/et/kasteroids/index.cvlog +share/doc/HTML/et/kasteroids/index.docbook share/doc/HTML/et/kasteroids/index.html share/doc/HTML/et/kasteroids/kaasautorid.html share/doc/HTML/et/kasteroids/sissejuhatus..html -share/doc/HTML/et/kasteroids/common -share/doc/HTML/et/kasteroids/index.cvlog -share/doc/HTML/et/kasteroids/index.docbook +share/doc/HTML/et/kcontrol/kcmdeviceinfo.docbook +share/doc/HTML/et/kcontrol/kcmdmainfo.docbook +share/doc/HTML/et/kcontrol/kcmfileman.docbook +share/doc/HTML/et/kcontrol/kcmintinfo.docbook +share/doc/HTML/et/kcontrol/kcmioportinfo.docbook +share/doc/HTML/et/kcontrol/kcmkbd.docbook +share/doc/HTML/et/kcontrol/kcmmemoryinfo.docbook +share/doc/HTML/et/kcontrol/kcmmouse.docbook +share/doc/HTML/et/kcontrol/kcmpartitioninfo.docbook +share/doc/HTML/et/kcontrol/kcmpciinfo.docbook +share/doc/HTML/et/kcontrol/kcmprocinfo.docbook +share/doc/HTML/et/kcontrol/kcmscsiinfo.docbook +share/doc/HTML/et/kcontrol/kcmsndinfo.docbook +share/doc/HTML/et/kcontrol/kcmxservinfo.docbook +share/doc/HTML/et/kfloppy/.anchors +share/doc/HTML/et/kfloppy/buttons.html +share/doc/HTML/et/kfloppy/command-line.html +share/doc/HTML/et/kfloppy/common +share/doc/HTML/et/kfloppy/credits.html +share/doc/HTML/et/kfloppy/formatting-options.html +share/doc/HTML/et/kfloppy/index.docbook +share/doc/HTML/et/kfloppy/index.html +share/doc/HTML/et/kfloppy/introduction.html +share/doc/HTML/et/kfloppy/usingkfloppy.html share/doc/HTML/et/kjumpingcube/.anchors +share/doc/HTML/et/kjumpingcube/common share/doc/HTML/et/kjumpingcube/compilationandinstallation.html share/doc/HTML/et/kjumpingcube/copyright.html +share/doc/HTML/et/kjumpingcube/index.cvlog +share/doc/HTML/et/kjumpingcube/index.docbook share/doc/HTML/et/kjumpingcube/index.html share/doc/HTML/et/kjumpingcube/installeerimine.html share/doc/HTML/et/kjumpingcube/nuded.html share/doc/HTML/et/kjumpingcube/playingkjumpingcube.html share/doc/HTML/et/kjumpingcube/questionsanswersandtips.html share/doc/HTML/et/kjumpingcube/sissejuhatus.html -share/doc/HTML/et/kjumpingcube/common -share/doc/HTML/et/kjumpingcube/index.cvlog -share/doc/HTML/et/kjumpingcube/index.docbook share/doc/HTML/et/kmahjongg/.anchors +share/doc/HTML/et/kmahjongg/common share/doc/HTML/et/kmahjongg/epiloog.html +share/doc/HTML/et/kmahjongg/index.cvlog +share/doc/HTML/et/kmahjongg/index.docbook share/doc/HTML/et/kmahjongg/index.html share/doc/HTML/et/kmahjongg/kaasautorid.html share/doc/HTML/et/kmahjongg/sissejuhatus.html -share/doc/HTML/et/kmahjongg/common -share/doc/HTML/et/kmahjongg/index.cvlog -share/doc/HTML/et/kmahjongg/index.docbook share/doc/HTML/et/kmines/.anchors +share/doc/HTML/et/kmines/common share/doc/HTML/et/kmines/epiloog.html +share/doc/HTML/et/kmines/index.cvlog +share/doc/HTML/et/kmines/index.docbook share/doc/HTML/et/kmines/index.html share/doc/HTML/et/kmines/kaasautorid.html share/doc/HTML/et/kmines/kuidasmngida..html share/doc/HTML/et/kmines/sissejuhatus.html -share/doc/HTML/et/kmines/common -share/doc/HTML/et/kmines/index.cvlog -share/doc/HTML/et/kmines/index.docbook +share/doc/HTML/et/kmix/.anchors +share/doc/HTML/et/kmix/common +share/doc/HTML/et/kmix/compilation.html +share/doc/HTML/et/kmix/configuration-options.html +share/doc/HTML/et/kmix/control-panel.html +share/doc/HTML/et/kmix/credits.html +share/doc/HTML/et/kmix/index.docbook +share/doc/HTML/et/kmix/index.html +share/doc/HTML/et/kmix/installation.html +share/doc/HTML/et/kmix/introduction.html +share/doc/HTML/et/kmix/panning-slider.html +share/doc/HTML/et/kmix/requirements.html +share/doc/HTML/et/kmix/working-with-kmix.html +share/doc/HTML/et/konsole/.anchors +share/doc/HTML/et/konsole/command-line-options.html +share/doc/HTML/et/konsole/common +share/doc/HTML/et/konsole/credits.html +share/doc/HTML/et/konsole/history-option.html +share/doc/HTML/et/konsole/index.docbook +share/doc/HTML/et/konsole/index.html +share/doc/HTML/et/konsole/installation.html +share/doc/HTML/et/konsole/introduction.html +share/doc/HTML/et/konsole/menubar.html +share/doc/HTML/et/konsole/mousebuttons.html +share/doc/HTML/et/konsole/toolbar.html +share/doc/HTML/et/konsole/use-of-konsole.html share/doc/HTML/et/ksame/.anchors share/doc/HTML/et/ksame/autorikaitse.html +share/doc/HTML/et/ksame/common share/doc/HTML/et/ksame/epiloog.html +share/doc/HTML/et/ksame/index.cvlog +share/doc/HTML/et/ksame/index.docbook share/doc/HTML/et/ksame/index.html share/doc/HTML/et/ksame/kaasautorid.html share/doc/HTML/et/ksame/mangureeglid.html share/doc/HTML/et/ksame/sissejuhatus.html share/doc/HTML/et/ksame/strateegilinevihje.html -share/doc/HTML/et/ksame/common -share/doc/HTML/et/ksame/index.cvlog -share/doc/HTML/et/ksame/index.docbook +share/doc/HTML/et/kscd/.anchors +share/doc/HTML/et/kscd/common +share/doc/HTML/et/kscd/compilationandinstallation.html +share/doc/HTML/et/kscd/configure.html +share/doc/HTML/et/kscd/copyright.html +share/doc/HTML/et/kscd/database.html +share/doc/HTML/et/kscd/editor.html +share/doc/HTML/et/kscd/index.docbook +share/doc/HTML/et/kscd/index.html +share/doc/HTML/et/kscd/installation.html +share/doc/HTML/et/kscd/introduction.html +share/doc/HTML/et/kscd/onscreenfundamentals.html +share/doc/HTML/et/kscd/questionsandanswers.html +share/doc/HTML/et/kscd/requirements.html +share/doc/HTML/et/kscd/supportedplatforms.html +share/doc/HTML/et/kscd/thanks.html share/doc/HTML/et/kshisen/.anchors +share/doc/HTML/et/kshisen/common share/doc/HTML/et/kshisen/compilation.html share/doc/HTML/et/kshisen/configuration.html share/doc/HTML/et/kshisen/credits.html share/doc/HTML/et/kshisen/game-menu.html +share/doc/HTML/et/kshisen/index.docbook share/doc/HTML/et/kshisen/index.html share/doc/HTML/et/kshisen/installation.html share/doc/HTML/et/kshisen/introduction.html share/doc/HTML/et/kshisen/key-bindings.html share/doc/HTML/et/kshisen/playing-kshisen.html share/doc/HTML/et/kshisen/requirements.html -share/doc/HTML/et/kshisen/common -share/doc/HTML/et/kshisen/index.docbook share/doc/HTML/et/ksmiletris/.anchors share/doc/HTML/et/ksmiletris/arendus.html +share/doc/HTML/et/ksmiletris/common share/doc/HTML/et/ksmiletris/credits.html share/doc/HTML/et/ksmiletris/epilogue.html +share/doc/HTML/et/ksmiletris/index.cvlog +share/doc/HTML/et/ksmiletris/index.docbook share/doc/HTML/et/ksmiletris/index.html share/doc/HTML/et/ksmiletris/license.html share/doc/HTML/et/ksmiletris/muudatused.html share/doc/HTML/et/ksmiletris/sissejuhatus.html share/doc/HTML/et/ksmiletris/todo.html -share/doc/HTML/et/ksmiletris/common -share/doc/HTML/et/ksmiletris/index.cvlog -share/doc/HTML/et/ksmiletris/index.docbook share/doc/HTML/et/ksnake/.anchors +share/doc/HTML/et/ksnake/common share/doc/HTML/et/ksnake/epiloog.html +share/doc/HTML/et/ksnake/index.cvlog +share/doc/HTML/et/ksnake/index.docbook share/doc/HTML/et/ksnake/index.html share/doc/HTML/et/ksnake/kaasautorid.html share/doc/HTML/et/ksnake/mngureeglid.html share/doc/HTML/et/ksnake/omalooming.html share/doc/HTML/et/ksnake/punktiarvestus.html share/doc/HTML/et/ksnake/sissejuhatus..html -share/doc/HTML/et/ksnake/common -share/doc/HTML/et/ksnake/index.cvlog -share/doc/HTML/et/ksnake/index.docbook share/doc/HTML/et/ksokoban/.anchors +share/doc/HTML/et/ksokoban/common share/doc/HTML/et/ksokoban/epilogue.html +share/doc/HTML/et/ksokoban/index.cvlog +share/doc/HTML/et/ksokoban/index.docbook share/doc/HTML/et/ksokoban/index.html share/doc/HTML/et/ksokoban/kuidas-mngida.html share/doc/HTML/et/ksokoban/level-authors.html share/doc/HTML/et/ksokoban/levels.html share/doc/HTML/et/ksokoban/license.html share/doc/HTML/et/ksokoban/sissejuhatus..html -share/doc/HTML/et/ksokoban/common -share/doc/HTML/et/ksokoban/index.cvlog -share/doc/HTML/et/ksokoban/index.docbook share/doc/HTML/et/ktuberling/.anchors +share/doc/HTML/et/ktuberling/common share/doc/HTML/et/ktuberling/credits.html share/doc/HTML/et/ktuberling/epilogue.html share/doc/HTML/et/ktuberling/forprogrammers.html share/doc/HTML/et/ktuberling/fortranslators.html +share/doc/HTML/et/ktuberling/index.cvlog +share/doc/HTML/et/ktuberling/index.docbook share/doc/HTML/et/ktuberling/index.html share/doc/HTML/et/ktuberling/installleerimine.html share/doc/HTML/et/ktuberling/klaviatuurikasutus.html @@ -4682,67 +4109,25 @@ share/doc/HTML/et/ktuberling/philisedomadusedekraanil.html share/doc/HTML/et/ktuberling/sissejuhatus.html share/doc/HTML/et/ktuberling/tehnilinekokkuvte.html share/doc/HTML/et/ktuberling/triistariba.html -share/doc/HTML/et/ktuberling/common -share/doc/HTML/et/ktuberling/index.cvlog -share/doc/HTML/et/ktuberling/index.docbook -share/doc/HTML/et/kmix/.anchors -share/doc/HTML/et/kmix/compilation.html -share/doc/HTML/et/kmix/configuration-options.html -share/doc/HTML/et/kmix/control-panel.html -share/doc/HTML/et/kmix/credits.html -share/doc/HTML/et/kmix/index.html -share/doc/HTML/et/kmix/installation.html -share/doc/HTML/et/kmix/introduction.html -share/doc/HTML/et/kmix/panning-slider.html -share/doc/HTML/et/kmix/requirements.html -share/doc/HTML/et/kmix/working-with-kmix.html -share/doc/HTML/et/kmix/common -share/doc/HTML/et/kmix/index.docbook -share/doc/HTML/et/kscd/.anchors -share/doc/HTML/et/kscd/compilationandinstallation.html -share/doc/HTML/et/kscd/configure.html -share/doc/HTML/et/kscd/copyright.html -share/doc/HTML/et/kscd/database.html -share/doc/HTML/et/kscd/editor.html -share/doc/HTML/et/kscd/index.html -share/doc/HTML/et/kscd/installation.html -share/doc/HTML/et/kscd/introduction.html -share/doc/HTML/et/kscd/onscreenfundamentals.html -share/doc/HTML/et/kscd/questionsandanswers.html -share/doc/HTML/et/kscd/requirements.html -share/doc/HTML/et/kscd/supportedplatforms.html -share/doc/HTML/et/kscd/thanks.html -share/doc/HTML/et/kscd/common -share/doc/HTML/et/kscd/index.docbook -share/doc/HTML/et/kfloppy/.anchors -share/doc/HTML/et/kfloppy/buttons.html -share/doc/HTML/et/kfloppy/command-line.html -share/doc/HTML/et/kfloppy/credits.html -share/doc/HTML/et/kfloppy/formatting-options.html -share/doc/HTML/et/kfloppy/index.html -share/doc/HTML/et/kfloppy/introduction.html -share/doc/HTML/et/kfloppy/usingkfloppy.html -share/doc/HTML/et/kfloppy/common -share/doc/HTML/et/kfloppy/index.docbook -share/doc/HTML/fi/common/fdl-translated.html -share/doc/HTML/fi/common/gpl-translated.html -share/doc/HTML/fi/common/kde-localised.css -share/doc/HTML/fi/common/lgpl-translated.html -share/doc/HTML/fi/common/logotp3.png share/doc/HTML/fi/common/artistic-license.html share/doc/HTML/fi/common/bsd-license.html share/doc/HTML/fi/common/caution.png share/doc/HTML/fi/common/fdl-license share/doc/HTML/fi/common/fdl-license.html +share/doc/HTML/fi/common/fdl-translated.html share/doc/HTML/fi/common/gpl-license share/doc/HTML/fi/common/gpl-license.html +share/doc/HTML/fi/common/gpl-translated.html share/doc/HTML/fi/common/home.png share/doc/HTML/fi/common/important.png share/doc/HTML/fi/common/kde-common.css share/doc/HTML/fi/common/kde-default.css +share/doc/HTML/fi/common/kde-localised.css share/doc/HTML/fi/common/lgpl-license share/doc/HTML/fi/common/lgpl-license.html +share/doc/HTML/fi/common/lgpl-translated.html share/doc/HTML/fi/common/logotp3-small.png +share/doc/HTML/fi/common/logotp3.png share/doc/HTML/fi/common/next.png share/doc/HTML/fi/common/note.png share/doc/HTML/fi/common/prev.png @@ -4756,7 +4141,10 @@ share/doc/HTML/fi/common/warning.png share/doc/HTML/fi/common/x11-license.html share/doc/HTML/fi/common/xml.dcl share/doc/HTML/fi/kdm/.anchors +share/doc/HTML/fi/kdm/common share/doc/HTML/fi/kdm/esittely.html +share/doc/HTML/fi/kdm/index.cvlog +share/doc/HTML/fi/kdm/index.docbook share/doc/HTML/fi/kdm/index.html share/doc/HTML/fi/kdm/kdmdesktop.html share/doc/HTML/fi/kdm/kdmn-asennus-kdekynnistys-suoraan-graafiseen.html @@ -4764,37 +4152,35 @@ share/doc/HTML/fi/kdm/kdmn-konfigurointi.html share/doc/HTML/fi/kdm/lakiasiaa.html share/doc/HTML/fi/kdm/locale.html share/doc/HTML/fi/kdm/useiden-ikkunamanagerien-kytt-kdmn-kanssa-ch.html -share/doc/HTML/fi/kdm/common -share/doc/HTML/fi/kdm/index.cvlog -share/doc/HTML/fi/kdm/index.docbook -share/doc/HTML/fi/kwm/.anchors -share/doc/HTML/fi/kwm/epilogi.html -share/doc/HTML/fi/kwm/esittely.html -share/doc/HTML/fi/kwm/hiiren-kytt-kdehiiren-kytt-kdehiiren-kytt.html -share/doc/HTML/fi/kwm/index.html -share/doc/HTML/fi/kwm/kirjoittajat.html -share/doc/HTML/fi/kwm/kntj.html -share/doc/HTML/fi/kwm/komennot-kdekwmn-komennot-kdekwmn-komennot.html -share/doc/HTML/fi/kwm/konfigurointi-kdekwmn-konfigurointi-kdekwmn-.html -share/doc/HTML/fi/kwm/kwmn-kytt.html -share/doc/HTML/fi/kwm/miksi-en-voi-mritell-uusia-oikopolkuja-sovel.html -share/doc/HTML/fi/kwm/miksi-kwm-on-niin-paljon-windows-95n-nkinen.html -share/doc/HTML/fi/kwm/minicli.html -share/doc/HTML/fi/kwm/nitapahtumat-kdejrjestelmn-net-kdejrjestelmn.html -share/doc/HTML/fi/kwm/onko-toisiin-ikkunamanagereihin-mahdollista-.html -share/doc/HTML/fi/kwm/shortcuts.html -share/doc/HTML/fi/kwm/tukeeko-kwm-varjostettuja-ikkunoita-openstep.html -share/doc/HTML/fi/kwm/usein-kysyttj-kysymyksi.html -share/doc/HTML/fi/kwm/common -share/doc/HTML/fi/kwm/index.cvlog -share/doc/HTML/fi/kwm/index.docbook +share/doc/HTML/fi/kdvi/index.html +share/doc/HTML/fi/kedit/.anchors +share/doc/HTML/fi/kedit/asennus.html +share/doc/HTML/fi/kedit/asetukset.html +share/doc/HTML/fi/kedit/common +share/doc/HTML/fi/kedit/epilogi.html +share/doc/HTML/fi/kedit/esittely.html +share/doc/HTML/fi/kedit/index.cvlog +share/doc/HTML/fi/kedit/index.docbook +share/doc/HTML/fi/kedit/index.html +share/doc/HTML/fi/kedit/internetin-tiedostojen-muokkaaminen.html +share/doc/HTML/fi/kedit/kntminen-ja-asennus.html +share/doc/HTML/fi/kedit/muokkaa.html +share/doc/HTML/fi/kedit/nppinsidokset-kdeeditorin-nppinkomennot-kdee.html +share/doc/HTML/fi/kedit/nytn-perusosat.html +share/doc/HTML/fi/kedit/ohje.html +share/doc/HTML/fi/kedit/tulostus-kdetulostus-editorista-kdetulostus-.html +share/doc/HTML/fi/kedit/vaatimukset.html +share/doc/HTML/fi/kedit/valikon-sislt.html share/doc/HTML/fi/khelpcenter/quickguide/.anchors share/doc/HTML/fi/khelpcenter/quickguide/arkistojen-ja-verkon-kanssa-tyskentely.html +share/doc/HTML/fi/khelpcenter/quickguide/common share/doc/HTML/fi/khelpcenter/quickguide/configure.html share/doc/HTML/fi/khelpcenter/quickguide/edistyneemmille-kyttjille.html share/doc/HTML/fi/khelpcenter/quickguide/esittely.html share/doc/HTML/fi/khelpcenter/quickguide/haluan-komentorivini-takaisin.html share/doc/HTML/fi/khelpcenter/quickguide/ikkunoiden-ksittely-kdeikkunoiden-ksittely-k.html +share/doc/HTML/fi/khelpcenter/quickguide/index.cvlog +share/doc/HTML/fi/khelpcenter/quickguide/index.docbook share/doc/HTML/fi/khelpcenter/quickguide/index.html share/doc/HTML/fi/khelpcenter/quickguide/kde-jnnittv-matka.html share/doc/HTML/fi/khelpcenter/quickguide/kden-yleiskatsaus.html @@ -4807,13 +4193,11 @@ share/doc/HTML/fi/khelpcenter/quickguide/typalkin-kytt.html share/doc/HTML/fi/khelpcenter/quickguide/uloskirjautuminen.html share/doc/HTML/fi/khelpcenter/quickguide/valmiina-paikoillanne-hep.html share/doc/HTML/fi/khelpcenter/quickguide/virtuaalitypytien-kytt.html -share/doc/HTML/fi/khelpcenter/quickguide/common -share/doc/HTML/fi/khelpcenter/quickguide/index.cvlog -share/doc/HTML/fi/khelpcenter/quickguide/index.docbook share/doc/HTML/fi/khelpcenter/userguide/.anchors share/doc/HTML/fi/khelpcenter/userguide/ajanvieteohjelmat.html share/doc/HTML/fi/khelpcenter/userguide/aloitus.html share/doc/HTML/fi/khelpcenter/userguide/asennus-.html +share/doc/HTML/fi/khelpcenter/userguide/common share/doc/HTML/fi/khelpcenter/userguide/en-saa-knnetty-pakettia-xxx-.html share/doc/HTML/fi/khelpcenter/userguide/esittely-kdeesittely-kdeesittely.html share/doc/HTML/fi/khelpcenter/userguide/esiversiosta.html @@ -4821,6 +4205,8 @@ share/doc/HTML/fi/khelpcenter/userguide/gnu-general-public-license.html share/doc/HTML/fi/khelpcenter/userguide/grafiikkaohjelmat.html share/doc/HTML/fi/khelpcenter/userguide/greetings.html share/doc/HTML/fi/khelpcenter/userguide/hiiren-kytt.html +share/doc/HTML/fi/khelpcenter/userguide/index.cvlog +share/doc/HTML/fi/khelpcenter/userguide/index.docbook share/doc/HTML/fi/khelpcenter/userguide/index.html share/doc/HTML/fi/khelpcenter/userguide/kadonneiden-tiedostojen-etsint.html share/doc/HTML/fi/khelpcenter/userguide/kaikki-typydistsi.html @@ -4838,7 +4224,6 @@ share/doc/HTML/fi/khelpcenter/userguide/kpoker.html share/doc/HTML/fi/khelpcenter/userguide/krn-uutistenlukija.html share/doc/HTML/fi/khelpcenter/userguide/ktetris.html share/doc/HTML/fi/khelpcenter/userguide/kview-kuvien-katselu.html -share/doc/HTML/fi/khelpcenter/userguide/ni.html share/doc/HTML/fi/khelpcenter/userguide/legal-notices-.html share/doc/HTML/fi/khelpcenter/userguide/linkkien-luominen-typydlle.html share/doc/HTML/fi/khelpcenter/userguide/linux-rpm-pakettien-asennus-red-hat-caldera-.html @@ -4847,13 +4232,14 @@ share/doc/HTML/fi/khelpcenter/userguide/mit-puuttuu.html share/doc/HTML/fi/khelpcenter/userguide/mit-tarvitaan-kiireellisesti.html share/doc/HTML/fi/khelpcenter/userguide/muita-avun-lhteit.html share/doc/HTML/fi/khelpcenter/userguide/multimediasovellukset.html +share/doc/HTML/fi/khelpcenter/userguide/ni.html share/doc/HTML/fi/khelpcenter/userguide/ohjeita-ja-vihjeit-pivittisiin-tehtviin.html share/doc/HTML/fi/khelpcenter/userguide/ohjelmien-ja-oikopolkujen-lisminen-paneeliin.html share/doc/HTML/fi/khelpcenter/userguide/paneeli.html share/doc/HTML/fi/khelpcenter/userguide/roskakorin-kytt.html -share/doc/HTML/fi/khelpcenter/userguide/suomennoksesta.html share/doc/HTML/fi/khelpcenter/userguide/ruudunsstjn-aktivointi-viemll-hiiri-nurkkaan.html share/doc/HTML/fi/khelpcenter/userguide/sources-of-information-used-during-the-creat.html +share/doc/HTML/fi/khelpcenter/userguide/suomennoksesta.html share/doc/HTML/fi/khelpcenter/userguide/syttlaitteet.html share/doc/HTML/fi/khelpcenter/userguide/tekijnoikeuksista.html share/doc/HTML/fi/khelpcenter/userguide/tiedostojen-siirtminen-raahaamalla.html @@ -4865,17 +4251,17 @@ share/doc/HTML/fi/khelpcenter/userguide/usein-kysyttj-kysymyksi-kdest.html share/doc/HTML/fi/khelpcenter/userguide/uusien-tiedostojen-luonti-typydlle.html share/doc/HTML/fi/khelpcenter/userguide/verkko.html share/doc/HTML/fi/khelpcenter/userguide/verkkosovellukset.html -share/doc/HTML/fi/khelpcenter/userguide/common share/doc/HTML/fi/khelpcenter/userguide/we-still-need-people-.html share/doc/HTML/fi/khelpcenter/userguide/yhteydenotto-tekijihin.html -share/doc/HTML/fi/khelpcenter/userguide/index.cvlog -share/doc/HTML/fi/khelpcenter/userguide/index.docbook share/doc/HTML/fi/kpanel/.anchors share/doc/HTML/fi/kpanel/advanced.html +share/doc/HTML/fi/kpanel/common share/doc/HTML/fi/kpanel/confmenu.html share/doc/HTML/fi/kpanel/confpanelicons.html share/doc/HTML/fi/kpanel/confvdesk.html share/doc/HTML/fi/kpanel/esittely-kdepaneelin-esittely-kdepaneelin-es.html +share/doc/HTML/fi/kpanel/index.cvlog +share/doc/HTML/fi/kpanel/index.docbook share/doc/HTML/fi/kpanel/index.html share/doc/HTML/fi/kpanel/kiitokset-ja-tunnustukset.html share/doc/HTML/fi/kpanel/kirjoittajat.html @@ -4884,47 +4270,160 @@ share/doc/HTML/fi/kpanel/kpanelrc.html share/doc/HTML/fi/kpanel/nytn-perusosat.html share/doc/HTML/fi/kpanel/paneelin-konfigurointi-kdepaneelin-konfiguro.html share/doc/HTML/fi/kpanel/panel.html -share/doc/HTML/fi/kpanel/common -share/doc/HTML/fi/kpanel/index.cvlog -share/doc/HTML/fi/kpanel/index.docbook -share/doc/HTML/fi/kdvi/index.html -share/doc/HTML/fi/kedit/.anchors -share/doc/HTML/fi/kedit/asennus.html -share/doc/HTML/fi/kedit/asetukset.html -share/doc/HTML/fi/kedit/epilogi.html -share/doc/HTML/fi/kedit/esittely.html -share/doc/HTML/fi/kedit/index.html -share/doc/HTML/fi/kedit/internetin-tiedostojen-muokkaaminen.html -share/doc/HTML/fi/kedit/kntminen-ja-asennus.html -share/doc/HTML/fi/kedit/muokkaa.html -share/doc/HTML/fi/kedit/nppinsidokset-kdeeditorin-nppinkomennot-kdee.html -share/doc/HTML/fi/kedit/nytn-perusosat.html -share/doc/HTML/fi/kedit/ohje.html -share/doc/HTML/fi/kedit/tulostus-kdetulostus-editorista-kdetulostus-.html -share/doc/HTML/fi/kedit/vaatimukset.html -share/doc/HTML/fi/kedit/valikon-sislt.html -share/doc/HTML/fi/kedit/common -share/doc/HTML/fi/kedit/index.cvlog -share/doc/HTML/fi/kedit/index.docbook -share/doc/HTML/fr/common/fdl-translated.html -share/doc/HTML/fr/common/gpl-translated.html -share/doc/HTML/fr/common/kde-localised.css -share/doc/HTML/fr/common/lgpl-translated.html -share/doc/HTML/fr/common/logotp3.png +share/doc/HTML/fi/kwm/.anchors +share/doc/HTML/fi/kwm/common +share/doc/HTML/fi/kwm/epilogi.html +share/doc/HTML/fi/kwm/esittely.html +share/doc/HTML/fi/kwm/hiiren-kytt-kdehiiren-kytt-kdehiiren-kytt.html +share/doc/HTML/fi/kwm/index.cvlog +share/doc/HTML/fi/kwm/index.docbook +share/doc/HTML/fi/kwm/index.html +share/doc/HTML/fi/kwm/kirjoittajat.html +share/doc/HTML/fi/kwm/kntj.html +share/doc/HTML/fi/kwm/komennot-kdekwmn-komennot-kdekwmn-komennot.html +share/doc/HTML/fi/kwm/konfigurointi-kdekwmn-konfigurointi-kdekwmn-.html +share/doc/HTML/fi/kwm/kwmn-kytt.html +share/doc/HTML/fi/kwm/miksi-en-voi-mritell-uusia-oikopolkuja-sovel.html +share/doc/HTML/fi/kwm/miksi-kwm-on-niin-paljon-windows-95n-nkinen.html +share/doc/HTML/fi/kwm/minicli.html +share/doc/HTML/fi/kwm/nitapahtumat-kdejrjestelmn-net-kdejrjestelmn.html +share/doc/HTML/fi/kwm/onko-toisiin-ikkunamanagereihin-mahdollista-.html +share/doc/HTML/fi/kwm/shortcuts.html +share/doc/HTML/fi/kwm/tukeeko-kwm-varjostettuja-ikkunoita-openstep.html +share/doc/HTML/fi/kwm/usein-kysyttj-kysymyksi.html +share/doc/HTML/fr/aktion/.anchors +share/doc/HTML/fr/aktion/aktion-fullscreen.html +share/doc/HTML/fr/aktion/aktion-setup.html +share/doc/HTML/fr/aktion/aktion.png +share/doc/HTML/fr/aktion/aktiontoolbar.png +share/doc/HTML/fr/aktion/commands.html +share/doc/HTML/fr/aktion/common +share/doc/HTML/fr/aktion/compilation.html +share/doc/HTML/fr/aktion/configuration.html +share/doc/HTML/fr/aktion/credits.html +share/doc/HTML/fr/aktion/developers.html +share/doc/HTML/fr/aktion/faq.html +share/doc/HTML/fr/aktion/index.docbook +share/doc/HTML/fr/aktion/index.html +share/doc/HTML/fr/aktion/installation.html +share/doc/HTML/fr/aktion/introduction.html +share/doc/HTML/fr/aktion/re-1007-kanim.html +share/doc/HTML/fr/aktion/requirements.html +share/doc/HTML/fr/aktion/toolbar.html +share/doc/HTML/fr/aktion/using-kapp.html +share/doc/HTML/fr/ark/.anchors +share/doc/HTML/fr/ark/ark-creer.html +share/doc/HTML/fr/ark/ark-extraire.html +share/doc/HTML/fr/ark/ark-travailler-avec-les-fichiers.html +share/doc/HTML/fr/ark/commandes.html +share/doc/HTML/fr/ark/common +share/doc/HTML/fr/ark/compilation.html +share/doc/HTML/fr/ark/credits.html +share/doc/HTML/fr/ark/index.cvlog +share/doc/HTML/fr/ark/index.docbook +share/doc/HTML/fr/ark/index.html +share/doc/HTML/fr/ark/installation.html +share/doc/HTML/fr/ark/introduction.html +share/doc/HTML/fr/ark/menuaction.html +share/doc/HTML/fr/ark/menuedition.html +share/doc/HTML/fr/ark/prerequis.html +share/doc/HTML/fr/ark/settingsmenu.html +share/doc/HTML/fr/ark/utilisation-de-ark.html +share/doc/HTML/fr/artsbuilder/.anchors +share/doc/HTML/fr/artsbuilder/adding-native-arts-support.html +share/doc/HTML/fr/artsbuilder/arts-apis.html +share/doc/HTML/fr/artsbuilder/arts-in-detail.html +share/doc/HTML/fr/artsbuilder/arts-modules.html +share/doc/HTML/fr/artsbuilder/arts-structure.png +share/doc/HTML/fr/artsbuilder/arts-tools.html +share/doc/HTML/fr/artsbuilder/artsbuilder-tutorial.html +share/doc/HTML/fr/artsbuilder/artsbuilder.html +share/doc/HTML/fr/artsbuilder/artsc-config.html +share/doc/HTML/fr/artsbuilder/artscat.html +share/doc/HTML/fr/artsbuilder/artscontrol.html +share/doc/HTML/fr/artsbuilder/artsd.html +share/doc/HTML/fr/artsbuilder/artsdsp.html +share/doc/HTML/fr/artsbuilder/artsflow.html +share/doc/HTML/fr/artsbuilder/artsplay.html +share/doc/HTML/fr/artsbuilder/artsshell.html +share/doc/HTML/fr/artsbuilder/artswrapper.html +share/doc/HTML/fr/artsbuilder/attribute-change-notify.html +share/doc/HTML/fr/artsbuilder/brahms.html +share/doc/HTML/fr/artsbuilder/busses.html +share/doc/HTML/fr/artsbuilder/capi.html +share/doc/HTML/fr/artsbuilder/coding-standards.html +share/doc/HTML/fr/artsbuilder/common +share/doc/HTML/fr/artsbuilder/contributing.html +share/doc/HTML/fr/artsbuilder/copyright-and-licenses.html +share/doc/HTML/fr/artsbuilder/detail-gui-elements.html +share/doc/HTML/fr/artsbuilder/dynamic-nstantiation.html +share/doc/HTML/fr/artsbuilder/effects.html +share/doc/HTML/fr/artsbuilder/faq-latency.html +share/doc/HTML/fr/artsbuilder/faq-network.html +share/doc/HTML/fr/artsbuilder/faq-non-arts.html +share/doc/HTML/fr/artsbuilder/faq-other.html +share/doc/HTML/fr/artsbuilder/faq.html +share/doc/HTML/fr/artsbuilder/full-duplex.html +share/doc/HTML/fr/artsbuilder/future-work.html +share/doc/HTML/fr/artsbuilder/glossary.html +share/doc/HTML/fr/artsbuilder/gui-elements.html +share/doc/HTML/fr/artsbuilder/history.html +share/doc/HTML/fr/artsbuilder/index.docbook +share/doc/HTML/fr/artsbuilder/index.html +share/doc/HTML/fr/artsbuilder/installation.html +share/doc/HTML/fr/artsbuilder/instruments.html +share/doc/HTML/fr/artsbuilder/interfaces.html +share/doc/HTML/fr/artsbuilder/intro-digital-audio.html +share/doc/HTML/fr/artsbuilder/introduction.html +share/doc/HTML/fr/artsbuilder/kaudioplayer.html +share/doc/HTML/fr/artsbuilder/kmedia2.html +share/doc/HTML/fr/artsbuilder/knotify.html +share/doc/HTML/fr/artsbuilder/latency.html +share/doc/HTML/fr/artsbuilder/libkmid.html +share/doc/HTML/fr/artsbuilder/mailing-lists.html +share/doc/HTML/fr/artsbuilder/mapped-instruments.html +share/doc/HTML/fr/artsbuilder/mcop.html +share/doc/HTML/fr/artsbuilder/mcopidl.html +share/doc/HTML/fr/artsbuilder/midi-creating-instruments.html +share/doc/HTML/fr/artsbuilder/midi-introduction.html +share/doc/HTML/fr/artsbuilder/midi-manager.html +share/doc/HTML/fr/artsbuilder/midi-synthesis.html +share/doc/HTML/fr/artsbuilder/midi.html +share/doc/HTML/fr/artsbuilder/midisend.html +share/doc/HTML/fr/artsbuilder/mixers.html +share/doc/HTML/fr/artsbuilder/network-ransparency.html +share/doc/HTML/fr/artsbuilder/parents.html +share/doc/HTML/fr/artsbuilder/porting.html +share/doc/HTML/fr/artsbuilder/references.html +share/doc/HTML/fr/artsbuilder/security.html +share/doc/HTML/fr/artsbuilder/session-management.html +share/doc/HTML/fr/artsbuilder/soundserver.html +share/doc/HTML/fr/artsbuilder/source-install.html +share/doc/HTML/fr/artsbuilder/streams.html +share/doc/HTML/fr/artsbuilder/structures.html +share/doc/HTML/fr/artsbuilder/synth-modules-reference.html +share/doc/HTML/fr/artsbuilder/trader.html +share/doc/HTML/fr/artsbuilder/using-this-manual.html +share/doc/HTML/fr/artsbuilder/visual-modules-reference.html share/doc/HTML/fr/common/artistic-license.html share/doc/HTML/fr/common/bsd-license.html share/doc/HTML/fr/common/caution.png share/doc/HTML/fr/common/fdl-license share/doc/HTML/fr/common/fdl-license.html +share/doc/HTML/fr/common/fdl-translated.html share/doc/HTML/fr/common/gpl-license share/doc/HTML/fr/common/gpl-license.html +share/doc/HTML/fr/common/gpl-translated.html share/doc/HTML/fr/common/home.png share/doc/HTML/fr/common/important.png share/doc/HTML/fr/common/kde-common.css share/doc/HTML/fr/common/kde-default.css +share/doc/HTML/fr/common/kde-localised.css share/doc/HTML/fr/common/lgpl-license share/doc/HTML/fr/common/lgpl-license.html +share/doc/HTML/fr/common/lgpl-translated.html share/doc/HTML/fr/common/logotp3-small.png +share/doc/HTML/fr/common/logotp3.png share/doc/HTML/fr/common/next.png share/doc/HTML/fr/common/note.png share/doc/HTML/fr/common/prev.png @@ -4937,58 +4436,92 @@ share/doc/HTML/fr/common/up.png share/doc/HTML/fr/common/warning.png share/doc/HTML/fr/common/x11-license.html share/doc/HTML/fr/common/xml.dcl -share/doc/HTML/fr/kdat/.anchors -share/doc/HTML/fr/kdat/copyright.html -share/doc/HTML/fr/kdat/format.html -share/doc/HTML/fr/kdat/formatage.html -share/doc/HTML/fr/kdat/index.html -share/doc/HTML/fr/kdat/indexation.html -share/doc/HTML/fr/kdat/introduction.html -share/doc/HTML/fr/kdat/preferences.html -share/doc/HTML/fr/kdat/profil.html -share/doc/HTML/fr/kdat/references.html -share/doc/HTML/fr/kdat/restauration.html -share/doc/HTML/fr/kdat/sauvegarde.html -share/doc/HTML/fr/kdat/utilisation.html -share/doc/HTML/fr/kdat/verification.html -share/doc/HTML/fr/kdat/common -share/doc/HTML/fr/kdat/index.cvlog -share/doc/HTML/fr/kdat/index.docbook -share/doc/HTML/fr/kpackage/.anchors -share/doc/HTML/fr/kpackage/cache-menu.html -share/doc/HTML/fr/kpackage/compilation-installation.html -share/doc/HTML/fr/kpackage/index.html -share/doc/HTML/fr/kpackage/installation.html -share/doc/HTML/fr/kpackage/installing-packages.html -share/doc/HTML/fr/kpackage/integrating-uninstalled-packages-in-the-tree.html -share/doc/HTML/fr/kpackage/introduction.html -share/doc/HTML/fr/kpackage/managing-packages.html -share/doc/HTML/fr/kpackage/menus.html -share/doc/HTML/fr/kpackage/onscreenfundamentals.html -share/doc/HTML/fr/kpackage/options-menu.html -share/doc/HTML/fr/kpackage/packages-menu.html -share/doc/HTML/fr/kpackage/requirements.html -share/doc/HTML/fr/kpackage/toolbar.html -share/doc/HTML/fr/kpackage/unistalling-packages.html -share/doc/HTML/fr/kpackage/common -share/doc/HTML/fr/kpackage/index.docbook -share/doc/HTML/fr/kuser/.anchors -share/doc/HTML/fr/kuser/add-user.html -share/doc/HTML/fr/kuser/credits.html -share/doc/HTML/fr/kuser/customizing.html -share/doc/HTML/fr/kuser/group-properties.html -share/doc/HTML/fr/kuser/index.html -share/doc/HTML/fr/kuser/start.html -share/doc/HTML/fr/kuser/user-properties.html -share/doc/HTML/fr/kuser/using.html -share/doc/HTML/fr/kuser/common -share/doc/HTML/fr/kuser/index.docbook -share/doc/HTML/fr/kwuftpd/.anchors -share/doc/HTML/fr/kwuftpd/help.html -share/doc/HTML/fr/kwuftpd/index.html -share/doc/HTML/fr/kwuftpd/common -share/doc/HTML/fr/kwuftpd/index.cvlog -share/doc/HTML/fr/kwuftpd/index.docbook +share/doc/HTML/fr/kab/.anchors +share/doc/HTML/fr/kab/common +share/doc/HTML/fr/kab/index.docbook +share/doc/HTML/fr/kab/index.html +share/doc/HTML/fr/kab/temp.html +share/doc/HTML/fr/kabalone/.anchors +share/doc/HTML/fr/kabalone/advanced-options.html +share/doc/HTML/fr/kabalone/command-line-options.html +share/doc/HTML/fr/kabalone/common +share/doc/HTML/fr/kabalone/compilation.html +share/doc/HTML/fr/kabalone/computer-level.html +share/doc/HTML/fr/kabalone/computer-plays.html +share/doc/HTML/fr/kabalone/credits-and-licenses.html +share/doc/HTML/fr/kabalone/edit-menu.html +share/doc/HTML/fr/kabalone/game-menu.html +share/doc/HTML/fr/kabalone/index.cvlog +share/doc/HTML/fr/kabalone/index.docbook +share/doc/HTML/fr/kabalone/index.html +share/doc/HTML/fr/kabalone/installation.html +share/doc/HTML/fr/kabalone/introduction.html +share/doc/HTML/fr/kabalone/menu-reference.html +share/doc/HTML/fr/kabalone/network-play.html +share/doc/HTML/fr/kabalone/rules-of-the-game.html +share/doc/HTML/fr/kabalone/settings-menu.html +share/doc/HTML/fr/kabalone/spying.html +share/doc/HTML/fr/karm/.anchors +share/doc/HTML/fr/karm/common +share/doc/HTML/fr/karm/credits.html +share/doc/HTML/fr/karm/general-use.html +share/doc/HTML/fr/karm/index.cvlog +share/doc/HTML/fr/karm/index.docbook +share/doc/HTML/fr/karm/index.html +share/doc/HTML/fr/karm/installation.html +share/doc/HTML/fr/karm/interface.html +share/doc/HTML/fr/karm/introduction.html +share/doc/HTML/fr/karm/menus.html +share/doc/HTML/fr/karm/status-bar.html +share/doc/HTML/fr/karm/using-karm.html +share/doc/HTML/fr/kasteroids/.anchors +share/doc/HTML/fr/kasteroids/auteurs.html +share/doc/HTML/fr/kasteroids/common +share/doc/HTML/fr/kasteroids/conclusion.html +share/doc/HTML/fr/kasteroids/index.cvlog +share/doc/HTML/fr/kasteroids/index.docbook +share/doc/HTML/fr/kasteroids/index.html +share/doc/HTML/fr/kasteroids/introduction.html +share/doc/HTML/fr/kasteroids/usageduclavier.html +share/doc/HTML/fr/kblackbox/.anchors +share/doc/HTML/fr/kblackbox/actions-du-joueur.html +share/doc/HTML/fr/kblackbox/common +share/doc/HTML/fr/kblackbox/copyright.html +share/doc/HTML/fr/kblackbox/descriptiondelinterfacegraphique.html +share/doc/HTML/fr/kblackbox/descriptiondujeu.html +share/doc/HTML/fr/kblackbox/epilogue.html +share/doc/HTML/fr/kblackbox/index.cvlog +share/doc/HTML/fr/kblackbox/index.docbook +share/doc/HTML/fr/kblackbox/index.html +share/doc/HTML/fr/kblackbox/installation.html +share/doc/HTML/fr/kblackbox/questcequekblackbox.html +share/doc/HTML/fr/kblackbox/regle-du-jeu.html +share/doc/HTML/fr/kcalc/.anchors +share/doc/HTML/fr/kcalc/acclrateurs.html +share/doc/HTML/fr/kcalc/comment-puis-je-obtenir-deux-chiffres-fixes-.html +share/doc/HTML/fr/kcalc/comment-puis-je-obtenir-e-le-nombre-deuler-.html +share/doc/HTML/fr/kcalc/commentaires-sur-les-fonctions-spcifiques.html +share/doc/HTML/fr/kcalc/common +share/doc/HTML/fr/kcalc/compilation-et-installation.html +share/doc/HTML/fr/kcalc/configuration-ncessaire.html +share/doc/HTML/fr/kcalc/copier-coller.html +share/doc/HTML/fr/kcalc/copyright.html +share/doc/HTML/fr/kcalc/index-0.html +share/doc/HTML/fr/kcalc/index.cvlog +share/doc/HTML/fr/kcalc/index.docbook +share/doc/HTML/fr/kcalc/index.html +share/doc/HTML/fr/kcalc/installation.html +share/doc/HTML/fr/kcalc/introduction.html +share/doc/HTML/fr/kcalc/inv-mod.html +share/doc/HTML/fr/kcalc/la-fonction-pourcentage.html +share/doc/HTML/fr/kcalc/la-virgule-fixe.html +share/doc/HTML/fr/kcalc/lsh-rsh.html +share/doc/HTML/fr/kcalc/mode-trigonometrique.html +share/doc/HTML/fr/kcalc/modes.html +share/doc/HTML/fr/kcalc/quen-est-il-de-la-prcision-.html +share/doc/HTML/fr/kcalc/questions-et-rponses.html +share/doc/HTML/fr/kcalc/trucs-et-astuces.html +share/doc/HTML/fr/kcalc/utilisation.html share/doc/HTML/fr/kcontrol/.anchors share/doc/HTML/fr/kcontrol/action.html share/doc/HTML/fr/kcontrol/background.html @@ -5001,6 +4534,7 @@ share/doc/HTML/fr/kcontrol/centre-configuration-menus.html share/doc/HTML/fr/kcontrol/centre-configuration-sortir.html share/doc/HTML/fr/kcontrol/centre-configuration.html share/doc/HTML/fr/kcontrol/color.html +share/doc/HTML/fr/kcontrol/common share/doc/HTML/fr/kcontrol/cookie.html share/doc/HTML/fr/kcontrol/crypto.html share/doc/HTML/fr/kcontrol/datetime.html @@ -5015,50 +4549,13 @@ share/doc/HTML/fr/kcontrol/file-manager.html share/doc/HTML/fr/kcontrol/fonts.html share/doc/HTML/fr/kcontrol/help-index.html share/doc/HTML/fr/kcontrol/icons.html +share/doc/HTML/fr/kcontrol/index.docbook share/doc/HTML/fr/kcontrol/index.html share/doc/HTML/fr/kcontrol/interrupts.html share/doc/HTML/fr/kcontrol/introduction.html share/doc/HTML/fr/kcontrol/ioports.html share/doc/HTML/fr/kcontrol/kbd.html share/doc/HTML/fr/kcontrol/kblayout.html -share/doc/HTML/fr/kcontrol/key-bindings.html -share/doc/HTML/fr/kcontrol/konq-browsing.html -share/doc/HTML/fr/kcontrol/locale.html -share/doc/HTML/fr/kcontrol/login-manager.html -share/doc/HTML/fr/kcontrol/lowbatcrit.html -share/doc/HTML/fr/kcontrol/lowbatwarn.html -share/doc/HTML/fr/kcontrol/memory.html -share/doc/HTML/fr/kcontrol/midi.html -share/doc/HTML/fr/kcontrol/mixer.html -share/doc/HTML/fr/kcontrol/module.html -share/doc/HTML/fr/kcontrol/modules.html -share/doc/HTML/fr/kcontrol/mouse-behav.html -share/doc/HTML/fr/kcontrol/mouse.html -share/doc/HTML/fr/kcontrol/nsplugins.html -share/doc/HTML/fr/kcontrol/panel.html -share/doc/HTML/fr/kcontrol/partitions.html -share/doc/HTML/fr/kcontrol/passwords.html -share/doc/HTML/fr/kcontrol/pci.html -share/doc/HTML/fr/kcontrol/pcmcia.html -share/doc/HTML/fr/kcontrol/portables.html -share/doc/HTML/fr/kcontrol/powerctrl.html -share/doc/HTML/fr/kcontrol/processor.html -share/doc/HTML/fr/kcontrol/proxies.html -share/doc/HTML/fr/kcontrol/remerciements-et-licence.html -share/doc/HTML/fr/kcontrol/sambastatus.html -share/doc/HTML/fr/kcontrol/screensaver.html -share/doc/HTML/fr/kcontrol/scsi.html -share/doc/HTML/fr/kcontrol/sessions.html -share/doc/HTML/fr/kcontrol/sndserver.html -share/doc/HTML/fr/kcontrol/soundinfo.html -share/doc/HTML/fr/kcontrol/style.html -share/doc/HTML/fr/kcontrol/sys-notify.html -share/doc/HTML/fr/kcontrol/taskbar.html -share/doc/HTML/fr/kcontrol/user-agent.html -share/doc/HTML/fr/kcontrol/windows-shares.html -share/doc/HTML/fr/kcontrol/xserver.html -share/doc/HTML/fr/kcontrol/common -share/doc/HTML/fr/kcontrol/index.docbook share/doc/HTML/fr/kcontrol/kcmaccess.docbook share/doc/HTML/fr/kcontrol/kcmaction.docbook share/doc/HTML/fr/kcontrol/kcmbackgnd.docbook @@ -5121,19 +4618,74 @@ share/doc/HTML/fr/kcontrol/kcmtaskbar.docbook share/doc/HTML/fr/kcontrol/kcmuseragent.docbook share/doc/HTML/fr/kcontrol/kcmwinshare.docbook share/doc/HTML/fr/kcontrol/kcmxservinfo.docbook +share/doc/HTML/fr/kcontrol/key-bindings.html share/doc/HTML/fr/kcontrol/kfileman1.png share/doc/HTML/fr/kcontrol/kfileman2.png +share/doc/HTML/fr/kcontrol/konq-browsing.html +share/doc/HTML/fr/kcontrol/locale.html +share/doc/HTML/fr/kcontrol/login-manager.html +share/doc/HTML/fr/kcontrol/lowbatcrit.html +share/doc/HTML/fr/kcontrol/lowbatwarn.html +share/doc/HTML/fr/kcontrol/memory.html +share/doc/HTML/fr/kcontrol/midi.html +share/doc/HTML/fr/kcontrol/mixer.html +share/doc/HTML/fr/kcontrol/module.html +share/doc/HTML/fr/kcontrol/modules.html +share/doc/HTML/fr/kcontrol/mouse-behav.html +share/doc/HTML/fr/kcontrol/mouse.html +share/doc/HTML/fr/kcontrol/nsplugins.html +share/doc/HTML/fr/kcontrol/panel.html +share/doc/HTML/fr/kcontrol/partitions.html +share/doc/HTML/fr/kcontrol/passwords.html +share/doc/HTML/fr/kcontrol/pci.html +share/doc/HTML/fr/kcontrol/pcmcia.html +share/doc/HTML/fr/kcontrol/portables.html +share/doc/HTML/fr/kcontrol/powerctrl.html +share/doc/HTML/fr/kcontrol/processor.html +share/doc/HTML/fr/kcontrol/proxies.html +share/doc/HTML/fr/kcontrol/remerciements-et-licence.html +share/doc/HTML/fr/kcontrol/sambastatus.html +share/doc/HTML/fr/kcontrol/screensaver.html share/doc/HTML/fr/kcontrol/screenshot.png +share/doc/HTML/fr/kcontrol/scsi.html +share/doc/HTML/fr/kcontrol/sessions.html +share/doc/HTML/fr/kcontrol/sndserver.html +share/doc/HTML/fr/kcontrol/soundinfo.html +share/doc/HTML/fr/kcontrol/style.html +share/doc/HTML/fr/kcontrol/sys-notify.html +share/doc/HTML/fr/kcontrol/taskbar.html +share/doc/HTML/fr/kcontrol/user-agent.html +share/doc/HTML/fr/kcontrol/windows-shares.html +share/doc/HTML/fr/kcontrol/xserver.html +share/doc/HTML/fr/kdat/.anchors +share/doc/HTML/fr/kdat/common +share/doc/HTML/fr/kdat/copyright.html +share/doc/HTML/fr/kdat/format.html +share/doc/HTML/fr/kdat/formatage.html +share/doc/HTML/fr/kdat/index.cvlog +share/doc/HTML/fr/kdat/index.docbook +share/doc/HTML/fr/kdat/index.html +share/doc/HTML/fr/kdat/indexation.html +share/doc/HTML/fr/kdat/introduction.html +share/doc/HTML/fr/kdat/preferences.html +share/doc/HTML/fr/kdat/profil.html +share/doc/HTML/fr/kdat/references.html +share/doc/HTML/fr/kdat/restauration.html +share/doc/HTML/fr/kdat/sauvegarde.html +share/doc/HTML/fr/kdat/utilisation.html +share/doc/HTML/fr/kdat/verification.html share/doc/HTML/fr/kdebugdialog/.anchors -share/doc/HTML/fr/kdebugdialog/index.html -share/doc/HTML/fr/kdebugdialog/introduction.html share/doc/HTML/fr/kdebugdialog/common share/doc/HTML/fr/kdebugdialog/index.docbook +share/doc/HTML/fr/kdebugdialog/index.html +share/doc/HTML/fr/kdebugdialog/introduction.html share/doc/HTML/fr/kdesu/.anchors share/doc/HTML/fr/kdesu/auteur.html +share/doc/HTML/fr/kdesu/common share/doc/HTML/fr/kdesu/compilation.html share/doc/HTML/fr/kdesu/configuration.html share/doc/HTML/fr/kdesu/conservation-du-mot-de-passe.html +share/doc/HTML/fr/kdesu/index.docbook share/doc/HTML/fr/kdesu/index.html share/doc/HTML/fr/kdesu/installation.html share/doc/HTML/fr/kdesu/interface-avec-su.html @@ -5141,20 +4693,229 @@ share/doc/HTML/fr/kdesu/internes.html share/doc/HTML/fr/kdesu/introduction.html share/doc/HTML/fr/kdesu/utiliserkdesu.html share/doc/HTML/fr/kdesu/verification-du-mot-de-passe.html -share/doc/HTML/fr/kdesu/common -share/doc/HTML/fr/kdesu/index.docbook +share/doc/HTML/fr/kdevelop/programming/.anchors +share/doc/HTML/fr/kdevelop/programming/ajouter-la-documentation-dune-classe-ou-dun-.html +share/doc/HTML/fr/kdevelop/programming/ajouter-un-nouveau-menu.html +share/doc/HTML/fr/kdevelop/programming/ajouter-une-aide-rapide.html +share/doc/HTML/fr/kdevelop/programming/ajouter-une-langue-votre-projet.html +share/doc/HTML/fr/kdevelop/programming/balises-spciales.html +share/doc/HTML/fr/kdevelop/programming/ce-que-cela-signifie-pour-les-dveloppeurs-da.html +share/doc/HTML/fr/kdevelop/programming/ce-que-cela-signifie-pour-les-dveloppeurs-de.html +share/doc/HTML/fr/kdevelop/programming/ce-que-fournit-kde.html +share/doc/HTML/fr/kdevelop/programming/ce-que-la-documentation-contient-dj.html +share/doc/HTML/fr/kdevelop/programming/comment-appeler-laide-dans-les-botes-de-dial.html +share/doc/HTML/fr/kdevelop/programming/comment-kde-supporte-linternationalisation.html +share/doc/HTML/fr/kdevelop/programming/common +share/doc/HTML/fr/kdevelop/programming/conception-de-vue-dapplication.html +share/doc/HTML/fr/kdevelop/programming/configuration-des-barres-dtat.html +share/doc/HTML/fr/kdevelop/programming/configuration-des-raccourcis-clavier.html +share/doc/HTML/fr/kdevelop/programming/configurer-linstallation-des-fichiers.html +share/doc/HTML/fr/kdevelop/programming/configuring-menubars-and-toolbars.html +share/doc/HTML/fr/kdevelop/programming/conseils-de-programmation.html +share/doc/HTML/fr/kdevelop/programming/construire-une-nouvelle-bote-de-dialogue.html +share/doc/HTML/fr/kdevelop/programming/contacts-des-quipes-de-traduction.html +share/doc/HTML/fr/kdevelop/programming/contenu-supplmentaire-sur-les-projets-kdevel.html +share/doc/HTML/fr/kdevelop/programming/copyright.html +share/doc/HTML/fr/kdevelop/programming/creating-new-applications.html +share/doc/HTML/fr/kdevelop/programming/creating-your-own-views.html +share/doc/HTML/fr/kdevelop/programming/crire-de-la-documentation-sgml.html +share/doc/HTML/fr/kdevelop/programming/dfinir-les-proprits-des-widgets.html +share/doc/HTML/fr/kdevelop/programming/documentation-de-classe-avec-kdoc-kdoc.html +share/doc/HTML/fr/kdevelop/programming/documentation-de-lapplication.html +share/doc/HTML/fr/kdevelop/programming/dpendances-des-systmes-dexploitation.html +share/doc/HTML/fr/kdevelop/programming/extension-de-la-documentation-avec-sgml-sgml.html +share/doc/HTML/fr/kdevelop/programming/extension-de-laide-dans-la-barre-dtat.html +share/doc/HTML/fr/kdevelop/programming/fonctions-daide.html +share/doc/HTML/fr/kdevelop/programming/index.cvlog +share/doc/HTML/fr/kdevelop/programming/index.docbook +share/doc/HTML/fr/kdevelop/programming/index.html +share/doc/HTML/fr/kdevelop/programming/informations-supplmentaires-0.html +share/doc/HTML/fr/kdevelop/programming/informations-supplmentaires.html +share/doc/HTML/fr/kdevelop/programming/internationalisation.html +share/doc/HTML/fr/kdevelop/programming/intgrer-des-boutons-la-barre-doutils.html +share/doc/HTML/fr/kdevelop/programming/intgrer-la-bote-de-dialogue.html +share/doc/HTML/fr/kdevelop/programming/introduction.html +share/doc/HTML/fr/kdevelop/programming/la-classe-qpainter.html +share/doc/HTML/fr/kdevelop/programming/la-licence-de-votre-produit.html +share/doc/HTML/fr/kdevelop/programming/la-premire-construction.html +share/doc/HTML/fr/kdevelop/programming/lditeur-de-botes-de-dialogue-o-vos-botes-de-.html +share/doc/HTML/fr/kdevelop/programming/le-bouton-whats-this....html +share/doc/HTML/fr/kdevelop/programming/le-fichier-kdelnk.html +share/doc/HTML/fr/kdevelop/programming/le-squelette-des-sources.html +share/doc/HTML/fr/kdevelop/programming/le-systme-de-fichiers-standard-de-kde.html +share/doc/HTML/fr/kdevelop/programming/les-bibliothques-de-kde-et-qt-qt.html +share/doc/HTML/fr/kdevelop/programming/les-mthodes-de-kiconloader.html +share/doc/HTML/fr/kdevelop/programming/licences.html +share/doc/HTML/fr/kdevelop/programming/macros-de-kde.html +share/doc/HTML/fr/kdevelop/programming/mthodes-de-kapplicationkapplication.html +share/doc/HTML/fr/kdevelop/programming/organisation-des-rpertoires.html +share/doc/HTML/fr/kdevelop/programming/organiser-les-donnes-du-projet.html +share/doc/HTML/fr/kdevelop/programming/propos-de-ce-manuel.html +share/doc/HTML/fr/kdevelop/programming/proprits-des-widgets-kde-supports.html +share/doc/HTML/fr/kdevelop/programming/proprits-des-widgets-qt-qt-supports.html +share/doc/HTML/fr/kdevelop/programming/questions-sur-les-licences-de-kde-et-qt.html +share/doc/HTML/fr/kdevelop/programming/rfrences.html +share/doc/HTML/fr/kdevelop/programming/support-de-limpression.html +share/doc/HTML/fr/kdevelop/programming/trouver-les-erreurs.html +share/doc/HTML/fr/kdevelop/programming/utilisation-du-systme-de-fichiers-dans-les-p.html +share/doc/HTML/fr/kdevelop/programming/widgets-de-qt-qt-et-kde.html +share/doc/HTML/fr/kdevelop/tip.database +share/doc/HTML/fr/kdevelop/tutorial/.anchors +share/doc/HTML/fr/kdevelop/tutorial/ajouter-une-nouvelle-classe.html +share/doc/HTML/fr/kdevelop/tutorial/common +share/doc/HTML/fr/kdevelop/tutorial/construction-des-tutoriels-qt.html +share/doc/HTML/fr/kdevelop/tutorial/copyright.html +share/doc/HTML/fr/kdevelop/tutorial/crire-vos-propres-widgets.html +share/doc/HTML/fr/kdevelop/tutorial/index.cvlog +share/doc/HTML/fr/kdevelop/tutorial/index.docbook +share/doc/HTML/fr/kdevelop/tutorial/index.html +share/doc/HTML/fr/kdevelop/tutorial/introduction.html +share/doc/HTML/fr/kdevelop/tutorial/pour-commencer.html +share/doc/HTML/fr/kdevelop/tutorial/tapes-2-et-3-extensions.html +share/doc/HTML/fr/kdevelop/tutorial/tapes-7-14.html +share/doc/HTML/fr/kdevelop/tutorial/tendre-la-classe-widget.html +share/doc/HTML/fr/kdevelop/welcome/.anchors +share/doc/HTML/fr/kdevelop/welcome/bienvenue.html +share/doc/HTML/fr/kdevelop/welcome/common +share/doc/HTML/fr/kdevelop/welcome/index.cvlog +share/doc/HTML/fr/kdevelop/welcome/index.docbook +share/doc/HTML/fr/kdevelop/welcome/index.html +share/doc/HTML/fr/kdf/.anchors +share/doc/HTML/fr/kdf/commandesumount.html +share/doc/HTML/fr/kdf/commentaires.html +share/doc/HTML/fr/kdf/common +share/doc/HTML/fr/kdf/fonctions.html +share/doc/HTML/fr/kdf/icones.html +share/doc/HTML/fr/kdf/index.docbook +share/doc/HTML/fr/kdf/index.html +share/doc/HTML/fr/kdf/kdiskfree.html +share/doc/HTML/fr/kdf/kwikdisk.html +share/doc/HTML/fr/kdf/reglagesgeneraux.html share/doc/HTML/fr/kdm/.anchors +share/doc/HTML/fr/kdm/common share/doc/HTML/fr/kdm/configurationdekdm.html share/doc/HTML/fr/kdm/copyright.html +share/doc/HTML/fr/kdm/index.cvlog +share/doc/HTML/fr/kdm/index.docbook share/doc/HTML/fr/kdm/index.html share/doc/HTML/fr/kdm/installationdekdm.html share/doc/HTML/fr/kdm/introduction.html share/doc/HTML/fr/kdm/kdmdesktop.html share/doc/HTML/fr/kdm/localisation.html share/doc/HTML/fr/kdm/utiliser-plusieurs-gestionnaires-de-fenetres.html -share/doc/HTML/fr/kdm/common -share/doc/HTML/fr/kdm/index.cvlog -share/doc/HTML/fr/kdm/index.docbook +share/doc/HTML/fr/kdvi/.anchors +share/doc/HTML/fr/kdvi/bugs.html +share/doc/HTML/fr/kdvi/changingmagnification.html +share/doc/HTML/fr/kdvi/common +share/doc/HTML/fr/kdvi/imprimer.html +share/doc/HTML/fr/kdvi/index.docbook +share/doc/HTML/fr/kdvi/index.html +share/doc/HTML/fr/kdvi/keyboard.html +share/doc/HTML/fr/kdvi/markingpages.html +share/doc/HTML/fr/kdvi/movingaround.html +share/doc/HTML/fr/kdvi/questions-reponses.html +share/doc/HTML/fr/kdvi/todo.html +share/doc/HTML/fr/kdvi/utilisation.html +share/doc/HTML/fr/kedit/.anchors +share/doc/HTML/fr/kedit/command-line-options.html +share/doc/HTML/fr/kedit/common +share/doc/HTML/fr/kedit/credits.html +share/doc/HTML/fr/kedit/edit.html +share/doc/HTML/fr/kedit/go.html +share/doc/HTML/fr/kedit/help.html +share/doc/HTML/fr/kedit/index.cvlog +share/doc/HTML/fr/kedit/index.docbook +share/doc/HTML/fr/kedit/index.html +share/doc/HTML/fr/kedit/installation.html +share/doc/HTML/fr/kedit/introduction.html +share/doc/HTML/fr/kedit/keybindings.html +share/doc/HTML/fr/kedit/on-screen-fundamentals.html +share/doc/HTML/fr/kedit/pref-dialog.html +share/doc/HTML/fr/kedit/prefcolors.html +share/doc/HTML/fr/kedit/prefmisc.html +share/doc/HTML/fr/kedit/prefspellchecker.html +share/doc/HTML/fr/kedit/settings.html +share/doc/HTML/fr/kedit/the-menu-entries.html +share/doc/HTML/fr/kedit/tools.html +share/doc/HTML/fr/keystone/.anchors +share/doc/HTML/fr/keystone/common +share/doc/HTML/fr/keystone/index.docbook +share/doc/HTML/fr/keystone/index.html +share/doc/HTML/fr/keystone/introduction.html +share/doc/HTML/fr/kfloppy/.anchors +share/doc/HTML/fr/kfloppy/buttons.html +share/doc/HTML/fr/kfloppy/command-line.html +share/doc/HTML/fr/kfloppy/common +share/doc/HTML/fr/kfloppy/credits.html +share/doc/HTML/fr/kfloppy/formatting-options.html +share/doc/HTML/fr/kfloppy/index.cvlog +share/doc/HTML/fr/kfloppy/index.docbook +share/doc/HTML/fr/kfloppy/index.html +share/doc/HTML/fr/kfloppy/introduction.html +share/doc/HTML/fr/kfloppy/usingkfloppy.html +share/doc/HTML/fr/kfouleggs/.anchors +share/doc/HTML/fr/kfouleggs/but-du-jeu.html +share/doc/HTML/fr/kfouleggs/commandes.html +share/doc/HTML/fr/kfouleggs/comment-jouer.html +share/doc/HTML/fr/kfouleggs/common +share/doc/HTML/fr/kfouleggs/credits.html +share/doc/HTML/fr/kfouleggs/deroulement-de-la-partie.html +share/doc/HTML/fr/kfouleggs/index.docbook +share/doc/HTML/fr/kfouleggs/index.html +share/doc/HTML/fr/kfouleggs/installation.html +share/doc/HTML/fr/kfouleggs/introduction.html +share/doc/HTML/fr/kfouleggs/jouer-a-plusieurs-et-en-reseau.html +share/doc/HTML/fr/kfouleggs/reglages.html +share/doc/HTML/fr/kfouleggs/touches-par-defaut.html +share/doc/HTML/fr/kfract/.anchors +share/doc/HTML/fr/kfract/barres-outils.html +share/doc/HTML/fr/kfract/common +share/doc/HTML/fr/kfract/index.docbook +share/doc/HTML/fr/kfract/index.html +share/doc/HTML/fr/kfract/introduction.html +share/doc/HTML/fr/kfract/kfract.png +share/doc/HTML/fr/kfract/menu-aide.html +share/doc/HTML/fr/kfract/menu-fichier.html +share/doc/HTML/fr/kfract/menu-options.html +share/doc/HTML/fr/kfract/onscreenfundamentals.html +share/doc/HTML/fr/kfract/types-menu.html +share/doc/HTML/fr/kghostview/.anchors +share/doc/HTML/fr/kghostview/affichage.html +share/doc/HTML/fr/kghostview/aide.html +share/doc/HTML/fr/kghostview/allerenpage.html +share/doc/HTML/fr/kghostview/auteurs.html +share/doc/HTML/fr/kghostview/botesdedialogue.html +share/doc/HTML/fr/kghostview/common +share/doc/HTML/fr/kghostview/conclusion.html +share/doc/HTML/fr/kghostview/configurerlesraccourcisclavier.html +share/doc/HTML/fr/kghostview/configurerlinterprteur.html +share/doc/HTML/fr/kghostview/contrledelaffichage.html +share/doc/HTML/fr/kghostview/copyright.html +share/doc/HTML/fr/kghostview/elmentsdumenuprincipal.html +share/doc/HTML/fr/kghostview/index.cvlog +share/doc/HTML/fr/kghostview/index.docbook +share/doc/HTML/fr/kghostview/index.html +share/doc/HTML/fr/kghostview/informations.html +share/doc/HTML/fr/kghostview/introduction.html +share/doc/HTML/fr/kghostview/labarredoutils.html +share/doc/HTML/fr/kghostview/lalistedespages.html +share/doc/HTML/fr/kghostview/messagesdeghostscript.html +share/doc/HTML/fr/kghostview/modedemploi.html +share/doc/HTML/fr/kghostview/notionsdebase.html +share/doc/HTML/fr/kghostview/options.html +share/doc/HTML/fr/kghostview/sedplacer.html +share/doc/HTML/fr/khelpcenter/.anchors +share/doc/HTML/fr/khelpcenter/aider-kde-financierement.html +share/doc/HTML/fr/khelpcenter/aider-kde-impliquez-vous.html +share/doc/HTML/fr/khelpcenter/background.png +share/doc/HTML/fr/khelpcenter/bgtable.png +share/doc/HTML/fr/khelpcenter/common +share/doc/HTML/fr/khelpcenter/contact-developpers.html +share/doc/HTML/fr/khelpcenter/contact-more-information.html +share/doc/HTML/fr/khelpcenter/contact-official.html +share/doc/HTML/fr/khelpcenter/contact-the-kde-team.html +share/doc/HTML/fr/khelpcenter/contact.docbook +share/doc/HTML/fr/khelpcenter/credits.html share/doc/HTML/fr/khelpcenter/faq/.anchors share/doc/HTML/fr/khelpcenter/faq/acces-en-ecriture-liste-de-developpement.html share/doc/HTML/fr/khelpcenter/faq/acces-en-lecture-seule-a-cvs.html @@ -5166,11 +4927,12 @@ share/doc/HTML/fr/khelpcenter/faq/base-de-donnees-rpm-inutilisable.html share/doc/HTML/fr/khelpcenter/faq/can-not-connect-to-x-server.html share/doc/HTML/fr/khelpcenter/faq/changer-le-menu-standard-non-root.html share/doc/HTML/fr/khelpcenter/faq/changer-le-nombre-de-couleurs.html -share/doc/HTML/fr/khelpcenter/faq/comment-fermer-kwmpager.html share/doc/HTML/fr/khelpcenter/faq/claviers-nationaux-dans-kde.html share/doc/HTML/fr/khelpcenter/faq/coder-un-clone-de-qt-sous-licence-gpl.html share/doc/HTML/fr/khelpcenter/faq/comment-extraireinstaller-des-fichiers-diff.html +share/doc/HTML/fr/khelpcenter/faq/comment-fermer-kwmpager.html share/doc/HTML/fr/khelpcenter/faq/comment-puis-je-avoir-acces-au-cvs.html +share/doc/HTML/fr/khelpcenter/faq/common share/doc/HTML/fr/khelpcenter/faq/configurerkde.html share/doc/HTML/fr/khelpcenter/faq/correctionsdeboguesconnusdanskde10.html share/doc/HTML/fr/khelpcenter/faq/decompresser-des-fichiers-.tar.bz2.html @@ -5189,12 +4951,14 @@ share/doc/HTML/fr/khelpcenter/faq/giflib2-is-missing.html share/doc/HTML/fr/khelpcenter/faq/gtk-xforms-xlib.html share/doc/HTML/fr/khelpcenter/faq/howtostartkde.html share/doc/HTML/fr/khelpcenter/faq/howtosubscribe.html +share/doc/HTML/fr/khelpcenter/faq/index.cvlog +share/doc/HTML/fr/khelpcenter/faq/index.docbook share/doc/HTML/fr/khelpcenter/faq/index.html -share/doc/HTML/fr/khelpcenter/faq/kbiff.html share/doc/HTML/fr/khelpcenter/faq/instructions-d-installation.html share/doc/HTML/fr/khelpcenter/faq/instructionsdinstallation.html share/doc/HTML/fr/khelpcenter/faq/introduction.html share/doc/HTML/fr/khelpcenter/faq/je-desire-programmer-pour-kde.html +share/doc/HTML/fr/khelpcenter/faq/kbiff.html share/doc/HTML/fr/khelpcenter/faq/kde-dans-repertoire-utilisateur.html share/doc/HTML/fr/khelpcenter/faq/kde-est-il-un-clone-de-cde-windows-95-macos.html share/doc/HTML/fr/khelpcenter/faq/kde-est-il-un-gestionnaire-de-fenetres.html @@ -5216,19 +4980,18 @@ share/doc/HTML/fr/khelpcenter/faq/letableaudebord.html share/doc/HTML/fr/khelpcenter/faq/libncurses.so.3.0-is-needed.html share/doc/HTML/fr/khelpcenter/faq/loopbackdevice.html share/doc/HTML/fr/khelpcenter/faq/mais-qt-n-est-pas-gratuit-si.html -share/doc/HTML/fr/khelpcenter/faq/netscape.html share/doc/HTML/fr/khelpcenter/faq/maximiser-verticalement-ou-horizontalement.html share/doc/HTML/fr/khelpcenter/faq/mettre-en-brillance-mes-menus.html share/doc/HTML/fr/khelpcenter/faq/modifier-l-apparence-d-un-repertoire.html share/doc/HTML/fr/khelpcenter/faq/monter-demonter-un-peripherique.html share/doc/HTML/fr/khelpcenter/faq/monter-des-systemes-de-fichiers.html +share/doc/HTML/fr/khelpcenter/faq/netscape.html share/doc/HTML/fr/khelpcenter/faq/obtenirkde.html share/doc/HTML/fr/khelpcenter/faq/ou-est-passe-le-script-de-configuration.html share/doc/HTML/fr/khelpcenter/faq/ou-puis-je-trouver-les-snapshots-de-kde.html share/doc/HTML/fr/khelpcenter/faq/ou-sont-les-icones.html share/doc/HTML/fr/khelpcenter/faq/ou-va-une-fenetre-iconifiee.html share/doc/HTML/fr/khelpcenter/faq/paquetages-disponibles.html -share/doc/HTML/fr/khelpcenter/faq/common share/doc/HTML/fr/khelpcenter/faq/plateformes.html share/doc/HTML/fr/khelpcenter/faq/poser-des-questions-sans-rapport-avec-kde.html share/doc/HTML/fr/khelpcenter/faq/pourcentage-i-et-m.html @@ -5244,15 +5007,31 @@ share/doc/HTML/fr/khelpcenter/faq/soumettre-un-rapport-de-bogue.html share/doc/HTML/fr/khelpcenter/faq/souris-a-molettes.html share/doc/HTML/fr/khelpcenter/faq/whatisqt.html share/doc/HTML/fr/khelpcenter/faq/wheretogetqt.html -share/doc/HTML/fr/khelpcenter/faq/index.cvlog -share/doc/HTML/fr/khelpcenter/faq/index.docbook +share/doc/HTML/fr/khelpcenter/help.docbook +share/doc/HTML/fr/khelpcenter/index.docbook +share/doc/HTML/fr/khelpcenter/index.html +share/doc/HTML/fr/khelpcenter/interface-basics.html +share/doc/HTML/fr/khelpcenter/invoquer-l-aide.html +share/doc/HTML/fr/khelpcenter/kdelogo2.png +share/doc/HTML/fr/khelpcenter/khelpcenter.png +share/doc/HTML/fr/khelpcenter/konq.css +share/doc/HTML/fr/khelpcenter/lines.png +share/doc/HTML/fr/khelpcenter/lines2.png +share/doc/HTML/fr/khelpcenter/links.docbook +share/doc/HTML/fr/khelpcenter/main.html +share/doc/HTML/fr/khelpcenter/manuel-de-l-utilisateur-du-systeme-d-aide.html +share/doc/HTML/fr/khelpcenter/no-html.html +share/doc/HTML/fr/khelpcenter/pointers.png share/doc/HTML/fr/khelpcenter/quickstart/.anchors share/doc/HTML/fr/khelpcenter/quickstart/advanced-topics.html share/doc/HTML/fr/khelpcenter/quickstart/an-overview-of-kde.html share/doc/HTML/fr/khelpcenter/quickstart/archives-and-networks.html +share/doc/HTML/fr/khelpcenter/quickstart/common share/doc/HTML/fr/khelpcenter/quickstart/configuration-modules.html share/doc/HTML/fr/khelpcenter/quickstart/configure.html share/doc/HTML/fr/khelpcenter/quickstart/credits.html +share/doc/HTML/fr/khelpcenter/quickstart/index.cvlog +share/doc/HTML/fr/khelpcenter/quickstart/index.docbook share/doc/HTML/fr/khelpcenter/quickstart/index.html share/doc/HTML/fr/khelpcenter/quickstart/introduction.html share/doc/HTML/fr/khelpcenter/quickstart/kde-an-exciting-journey.html @@ -5265,14 +5044,15 @@ share/doc/HTML/fr/khelpcenter/quickstart/using-templates.html share/doc/HTML/fr/khelpcenter/quickstart/using-v-desktops.html share/doc/HTML/fr/khelpcenter/quickstart/want-command-line-back.html share/doc/HTML/fr/khelpcenter/quickstart/working-with-windows.html -share/doc/HTML/fr/khelpcenter/quickstart/common -share/doc/HTML/fr/khelpcenter/quickstart/index.cvlog -share/doc/HTML/fr/khelpcenter/quickstart/index.docbook +share/doc/HTML/fr/khelpcenter/shadow1.png +share/doc/HTML/fr/khelpcenter/support.docbook +share/doc/HTML/fr/khelpcenter/supporting-kde.html share/doc/HTML/fr/khelpcenter/userguide/.anchors share/doc/HTML/fr/khelpcenter/userguide/about-this-preview.html share/doc/HTML/fr/khelpcenter/userguide/adding-programs.html share/doc/HTML/fr/khelpcenter/userguide/all-about-your-desktop.html share/doc/HTML/fr/khelpcenter/userguide/background-of-kde.html +share/doc/HTML/fr/khelpcenter/userguide/common share/doc/HTML/fr/khelpcenter/userguide/creating-new-files-on-your-desktop.html share/doc/HTML/fr/khelpcenter/userguide/desktop-components.html share/doc/HTML/fr/khelpcenter/userguide/docu-staff.html @@ -5282,8 +5062,10 @@ share/doc/HTML/fr/khelpcenter/userguide/first-impressions.html share/doc/HTML/fr/khelpcenter/userguide/frequently-asked-questions.html share/doc/HTML/fr/khelpcenter/userguide/getting-kde.html share/doc/HTML/fr/khelpcenter/userguide/getting-started.html -share/doc/HTML/fr/khelpcenter/userguide/index.html share/doc/HTML/fr/khelpcenter/userguide/graphical-applications.html +share/doc/HTML/fr/khelpcenter/userguide/index.cvlog +share/doc/HTML/fr/khelpcenter/userguide/index.docbook +share/doc/HTML/fr/khelpcenter/userguide/index.html share/doc/HTML/fr/khelpcenter/userguide/installation-suse.html share/doc/HTML/fr/khelpcenter/userguide/installation.html share/doc/HTML/fr/khelpcenter/userguide/installing-debian.html @@ -5298,9 +5080,9 @@ share/doc/HTML/fr/khelpcenter/userguide/linux-installing-rpms.html share/doc/HTML/fr/khelpcenter/userguide/more-help.html share/doc/HTML/fr/khelpcenter/userguide/mouse-techniques.html share/doc/HTML/fr/khelpcenter/userguide/moving-files-with-drag-and-drop.html -share/doc/HTML/fr/khelpcenter/userguide/quitting-kde.html share/doc/HTML/fr/khelpcenter/userguide/multimedia-applications.html share/doc/HTML/fr/khelpcenter/userguide/network-applications.html +share/doc/HTML/fr/khelpcenter/userguide/quitting-kde.html share/doc/HTML/fr/khelpcenter/userguide/shortcuts.html share/doc/HTML/fr/khelpcenter/userguide/source-distribution.html share/doc/HTML/fr/khelpcenter/userguide/sources-of-information-used-during-the-creat.html @@ -5310,71 +5092,224 @@ share/doc/HTML/fr/khelpcenter/userguide/using-templates.html share/doc/HTML/fr/khelpcenter/userguide/using-the-trashcan.html share/doc/HTML/fr/khelpcenter/userguide/utility-applications.html share/doc/HTML/fr/khelpcenter/userguide/we-still-need-people.html -share/doc/HTML/fr/khelpcenter/userguide/common -share/doc/HTML/fr/khelpcenter/userguide/index.cvlog -share/doc/HTML/fr/khelpcenter/userguide/index.docbook -share/doc/HTML/fr/khelpcenter/.anchors -share/doc/HTML/fr/khelpcenter/aider-kde-financierement.html -share/doc/HTML/fr/khelpcenter/aider-kde-impliquez-vous.html -share/doc/HTML/fr/khelpcenter/contact-developpers.html -share/doc/HTML/fr/khelpcenter/contact-more-information.html -share/doc/HTML/fr/khelpcenter/contact-official.html -share/doc/HTML/fr/khelpcenter/contact-the-kde-team.html -share/doc/HTML/fr/khelpcenter/credits.html -share/doc/HTML/fr/khelpcenter/index.html -share/doc/HTML/fr/khelpcenter/interface-basics.html -share/doc/HTML/fr/khelpcenter/invoquer-l-aide.html -share/doc/HTML/fr/khelpcenter/manuel-de-l-utilisateur-du-systeme-d-aide.html -share/doc/HTML/fr/khelpcenter/supporting-kde.html share/doc/HTML/fr/khelpcenter/web.html share/doc/HTML/fr/khelpcenter/welcome-to-kde.html +share/doc/HTML/fr/khelpcenter/welcome.docbook share/doc/HTML/fr/khelpcenter/what-is-kde-the-desktop.html share/doc/HTML/fr/khelpcenter/what-is-kde-the-development-framework.html share/doc/HTML/fr/khelpcenter/what-is-kde-the-office-suite.html share/doc/HTML/fr/khelpcenter/what-is-kde.html -share/doc/HTML/fr/khelpcenter/common -share/doc/HTML/fr/khelpcenter/background.png -share/doc/HTML/fr/khelpcenter/bgtable.png -share/doc/HTML/fr/khelpcenter/contact.docbook -share/doc/HTML/fr/khelpcenter/help.docbook -share/doc/HTML/fr/khelpcenter/index.docbook -share/doc/HTML/fr/khelpcenter/kdelogo2.png -share/doc/HTML/fr/khelpcenter/khelpcenter.png -share/doc/HTML/fr/khelpcenter/konq.css -share/doc/HTML/fr/khelpcenter/lines.png -share/doc/HTML/fr/khelpcenter/lines2.png -share/doc/HTML/fr/khelpcenter/links.docbook -share/doc/HTML/fr/khelpcenter/main.html -share/doc/HTML/fr/khelpcenter/no-html.html -share/doc/HTML/fr/khelpcenter/pointers.png -share/doc/HTML/fr/khelpcenter/shadow1.png -share/doc/HTML/fr/khelpcenter/support.docbook -share/doc/HTML/fr/khelpcenter/welcome.docbook share/doc/HTML/fr/khelpcenter/whatiskde.docbook +share/doc/HTML/fr/khexedit/.anchors +share/doc/HTML/fr/khexedit/bookmarks.html +share/doc/HTML/fr/khexedit/common +share/doc/HTML/fr/khexedit/credits.html +share/doc/HTML/fr/khexedit/document-menu.html +share/doc/HTML/fr/khexedit/edit-menu.html +share/doc/HTML/fr/khexedit/help-menu.html +share/doc/HTML/fr/khexedit/index.cvlog +share/doc/HTML/fr/khexedit/index.docbook +share/doc/HTML/fr/khexedit/index.html +share/doc/HTML/fr/khexedit/installation.html +share/doc/HTML/fr/khexedit/introduction.html +share/doc/HTML/fr/khexedit/khexedit.png +share/doc/HTML/fr/khexedit/menu-commands.html +share/doc/HTML/fr/khexedit/nutshell.html +share/doc/HTML/fr/khexedit/settings-menu.html +share/doc/HTML/fr/khexedit/starting-khexedit.html +share/doc/HTML/fr/khexedit/toolbar.html +share/doc/HTML/fr/khexedit/tools-menu.html +share/doc/HTML/fr/khexedit/view-menu.html +share/doc/HTML/fr/kiconedit/.anchors +share/doc/HTML/fr/kiconedit/aide.html +share/doc/HTML/fr/kiconedit/barredtat.html +share/doc/HTML/fr/kiconedit/common +share/doc/HTML/fr/kiconedit/compilationetinstallation.html +share/doc/HTML/fr/kiconedit/configuration.html +share/doc/HTML/fr/kiconedit/configurationncessaire.html +share/doc/HTML/fr/kiconedit/edition.html +share/doc/HTML/fr/kiconedit/grille.html +share/doc/HTML/fr/kiconedit/index.cvlog +share/doc/HTML/fr/kiconedit/index.docbook +share/doc/HTML/fr/kiconedit/index.html +share/doc/HTML/fr/kiconedit/installation.html +share/doc/HTML/fr/kiconedit/introduction.html +share/doc/HTML/fr/kiconedit/lapalettedoutils.html +share/doc/HTML/fr/kiconedit/leslmentsdemenu.html +share/doc/HTML/fr/kiconedit/options.html +share/doc/HTML/fr/kiconedit/outils.html +share/doc/HTML/fr/kiconedit/techniquesdebaselcran.html +share/doc/HTML/fr/kiconedit/vue.html +share/doc/HTML/fr/killustrator/.anchors +share/doc/HTML/fr/killustrator/a-faire.html +share/doc/HTML/fr/killustrator/a-propos-de-ce-manuel.html +share/doc/HTML/fr/killustrator/align.png +share/doc/HTML/fr/killustrator/align2.png +share/doc/HTML/fr/killustrator/annuler-refaire.html +share/doc/HTML/fr/killustrator/appendice.html +share/doc/HTML/fr/killustrator/bezier.png +share/doc/HTML/fr/killustrator/blend_dialog.png +share/doc/HTML/fr/killustrator/ce-quil-vous-faut-avant-dinstaller.html +share/doc/HTML/fr/killustrator/changer-les-parametres-standards.html +share/doc/HTML/fr/killustrator/colour.png +share/doc/HTML/fr/killustrator/common +share/doc/HTML/fr/killustrator/compilation-et-installation.html +share/doc/HTML/fr/killustrator/concept-calques.html +share/doc/HTML/fr/killustrator/copyright.html +share/doc/HTML/fr/killustrator/dessiner-des-formes-en-2-dimensions.html +share/doc/HTML/fr/killustrator/ellipse.png +share/doc/HTML/fr/killustrator/export.png +share/doc/HTML/fr/killustrator/foire-aux-questions-faq.html +share/doc/HTML/fr/killustrator/freehand.png +share/doc/HTML/fr/killustrator/histoire-de-killustrator.html +share/doc/HTML/fr/killustrator/index.cvlog +share/doc/HTML/fr/killustrator/index.docbook +share/doc/HTML/fr/killustrator/index.html +share/doc/HTML/fr/killustrator/installation-dexcutables.html +share/doc/HTML/fr/killustrator/installation.html +share/doc/HTML/fr/killustrator/introduction.html +share/doc/HTML/fr/killustrator/line.png +share/doc/HTML/fr/killustrator/logo.png +share/doc/HTML/fr/killustrator/manipuler-les-couleurs.html +share/doc/HTML/fr/killustrator/movepoint.png +share/doc/HTML/fr/killustrator/newpoint.png +share/doc/HTML/fr/killustrator/open_dialog.png +share/doc/HTML/fr/killustrator/outil-zoom.html +share/doc/HTML/fr/killustrator/pfeil.png +share/doc/HTML/fr/killustrator/placer-objets.html +share/doc/HTML/fr/killustrator/point.png +share/doc/HTML/fr/killustrator/polygon-setup.png +share/doc/HTML/fr/killustrator/polygon.png +share/doc/HTML/fr/killustrator/rect.png +share/doc/HTML/fr/killustrator/rmpoint.png +share/doc/HTML/fr/killustrator/save_dialog.png +share/doc/HTML/fr/killustrator/schichten.png +share/doc/HTML/fr/killustrator/text.png +share/doc/HTML/fr/killustrator/transformation-de-formes-en-2d.html +share/doc/HTML/fr/killustrator/travailler-avec-fichiers.html +share/doc/HTML/fr/killustrator/utilisation.html +share/doc/HTML/fr/killustrator/verteilen.png +share/doc/HTML/fr/killustrator/zoom.png +share/doc/HTML/fr/kit/.anchors +share/doc/HTML/fr/kit/common +share/doc/HTML/fr/kit/index.docbook +share/doc/HTML/fr/kit/index.html +share/doc/HTML/fr/kit/introduction.html +share/doc/HTML/fr/kjezz/.anchors +share/doc/HTML/fr/kjezz/common +share/doc/HTML/fr/kjezz/index.docbook +share/doc/HTML/fr/kjezz/index.html +share/doc/HTML/fr/kjezz/introduction.html +share/doc/HTML/fr/kjots/.anchors +share/doc/HTML/fr/kjots/common +share/doc/HTML/fr/kjots/index.docbook +share/doc/HTML/fr/kjots/index.html +share/doc/HTML/fr/kjots/introduction.html +share/doc/HTML/fr/kjots/keyboardshortcuts.html +share/doc/HTML/fr/kjots/subjectlist.html +share/doc/HTML/fr/kjots/todo.html +share/doc/HTML/fr/kjots/usage.html +share/doc/HTML/fr/kjumpingcube/.anchors +share/doc/HTML/fr/kjumpingcube/barre-d-outils.html +share/doc/HTML/fr/kjumpingcube/commandes.html +share/doc/HTML/fr/kjumpingcube/common +share/doc/HTML/fr/kjumpingcube/compilation.html +share/doc/HTML/fr/kjumpingcube/configuration-necessaire.html +share/doc/HTML/fr/kjumpingcube/credits.html +share/doc/HTML/fr/kjumpingcube/index.docbook +share/doc/HTML/fr/kjumpingcube/index.html +share/doc/HTML/fr/kjumpingcube/installation.html +share/doc/HTML/fr/kjumpingcube/introduction.html +share/doc/HTML/fr/kjumpingcube/jouer-a-kjumpingcube.html +share/doc/HTML/fr/kjumpingcube/questions-reponses-astuces.html share/doc/HTML/fr/klipper/.anchors share/doc/HTML/fr/klipper/actions.html +share/doc/HTML/fr/klipper/common share/doc/HTML/fr/klipper/compilation.html share/doc/HTML/fr/klipper/configuration.html share/doc/HTML/fr/klipper/credits.html +share/doc/HTML/fr/klipper/index.docbook share/doc/HTML/fr/klipper/index.html share/doc/HTML/fr/klipper/installation.html share/doc/HTML/fr/klipper/introduction.html share/doc/HTML/fr/klipper/requirements.html -share/doc/HTML/fr/klipper/using-klipper.html -share/doc/HTML/fr/klipper/common -share/doc/HTML/fr/klipper/index.docbook share/doc/HTML/fr/klipper/screenshot.png +share/doc/HTML/fr/klipper/using-klipper.html +share/doc/HTML/fr/kljettool/.anchors +share/doc/HTML/fr/kljettool/auteurs.html +share/doc/HTML/fr/kljettool/common +share/doc/HTML/fr/kljettool/compilation-et-installation.html +share/doc/HTML/fr/kljettool/configurer-kljettool.html +share/doc/HTML/fr/kljettool/copyright.html +share/doc/HTML/fr/kljettool/index.cvlog +share/doc/HTML/fr/kljettool/index.docbook +share/doc/HTML/fr/kljettool/index.html +share/doc/HTML/fr/kljettool/installation.html +share/doc/HTML/fr/kljettool/introduction.html +share/doc/HTML/fr/kljettool/prrequis.html +share/doc/HTML/fr/kljettool/screenshot.png +share/doc/HTML/fr/kljettool/utilisation.html +share/doc/HTML/fr/klpq/.anchors +share/doc/HTML/fr/klpq/a-propos-de-lauteur.html +share/doc/HTML/fr/klpq/ce-qui-reste-faire.html +share/doc/HTML/fr/klpq/common +share/doc/HTML/fr/klpq/copyright.html +share/doc/HTML/fr/klpq/index.cvlog +share/doc/HTML/fr/klpq/index.docbook +share/doc/HTML/fr/klpq/index.html +share/doc/HTML/fr/klpq/installation.html +share/doc/HTML/fr/klpq/introduction.html +share/doc/HTML/fr/klpq/remerciements..html +share/doc/HTML/fr/klpq/utilisation.html +share/doc/HTML/fr/kmahjongg/.anchors +share/doc/HTML/fr/kmahjongg/auteurs.html +share/doc/HTML/fr/kmahjongg/common +share/doc/HTML/fr/kmahjongg/conclusion.html +share/doc/HTML/fr/kmahjongg/index.cvlog +share/doc/HTML/fr/kmahjongg/index.docbook +share/doc/HTML/fr/kmahjongg/index.html +share/doc/HTML/fr/kmahjongg/introduction.html +share/doc/HTML/fr/kmail/.anchors +share/doc/HTML/fr/kmail/apparence.html +share/doc/HTML/fr/kmail/comment-insrer-automatiquement-un-texte-de-b.html +share/doc/HTML/fr/kmail/comment-laisser-le-courrier-sur-le-serveur-q.html +share/doc/HTML/fr/kmail/comment-puis-je-savoir-combien-de-messages-n.html +share/doc/HTML/fr/kmail/common +share/doc/HTML/fr/kmail/composer.html +share/doc/HTML/fr/kmail/configuration-de-votre-compte.html +share/doc/HTML/fr/kmail/copyright.html +share/doc/HTML/fr/kmail/divers.html +share/doc/HTML/fr/kmail/documentation.html +share/doc/HTML/fr/kmail/epilogue.html +share/doc/HTML/fr/kmail/index.cvlog +share/doc/HTML/fr/kmail/index.docbook +share/doc/HTML/fr/kmail/index.html +share/doc/HTML/fr/kmail/la-fenetre-nouveau-message.html +share/doc/HTML/fr/kmail/la-fentre-nouveau-message.html +share/doc/HTML/fr/kmail/le-carnet-dadresses.html +share/doc/HTML/fr/kmail/les-filtres.html +share/doc/HTML/fr/kmail/pgp.html +share/doc/HTML/fr/kmail/pourquoi-kmail-continue-t-il-de-me-demander-.html +share/doc/HTML/fr/kmail/pourquoi-le-retour-la-ligne-automatique-ne-f.html +share/doc/HTML/fr/kmail/questions-et-rponses.html +share/doc/HTML/fr/kmail/reseau.html +share/doc/HTML/fr/kmail/seccustomizing.html +share/doc/HTML/fr/kmail/secfolders.html +share/doc/HTML/fr/kmail/secgettingstarted.html +share/doc/HTML/fr/kmail/secimporting.html +share/doc/HTML/fr/kmail/secintro.html +share/doc/HTML/fr/kmail/secmenus.html +share/doc/HTML/fr/kmail/secmultipleaccounts.html +share/doc/HTML/fr/kmail/secpgp.html +share/doc/HTML/fr/kmail/secqasendmail.html +share/doc/HTML/fr/kmail/secusingkmail.html +share/doc/HTML/fr/kmail/test-de-votre-configuration.html share/doc/HTML/fr/kmenuedit/.anchors +share/doc/HTML/fr/kmenuedit/common share/doc/HTML/fr/kmenuedit/compilation.html share/doc/HTML/fr/kmenuedit/credits.html share/doc/HTML/fr/kmenuedit/details-advanced.html share/doc/HTML/fr/kmenuedit/glossary.html -share/doc/HTML/fr/kmenuedit/index.html -share/doc/HTML/fr/kmenuedit/installation.html -share/doc/HTML/fr/kmenuedit/introduction.html -share/doc/HTML/fr/kmenuedit/menu-reference.html -share/doc/HTML/fr/kmenuedit/using-kmenuedit.html -share/doc/HTML/fr/kmenuedit/common share/doc/HTML/fr/kmenuedit/i_copy.png share/doc/HTML/fr/kmenuedit/i_cut.png share/doc/HTML/fr/kmenuedit/i_delete.png @@ -5385,13 +5320,159 @@ share/doc/HTML/fr/kmenuedit/i_paste.png share/doc/HTML/fr/kmenuedit/icon_sets.png share/doc/HTML/fr/kmenuedit/icons.png share/doc/HTML/fr/kmenuedit/index.docbook +share/doc/HTML/fr/kmenuedit/index.html +share/doc/HTML/fr/kmenuedit/installation.html +share/doc/HTML/fr/kmenuedit/introduction.html +share/doc/HTML/fr/kmenuedit/menu-reference.html +share/doc/HTML/fr/kmenuedit/using-kmenuedit.html +share/doc/HTML/fr/kmid/.anchors +share/doc/HTML/fr/kmid/abouttheauthor.html +share/doc/HTML/fr/kmid/addingsongstoacollectionhowtouseautoadd.html +share/doc/HTML/fr/kmid/advancedfeatures.html +share/doc/HTML/fr/kmid/collections.html +share/doc/HTML/fr/kmid/common +share/doc/HTML/fr/kmid/compilationandinstallation.html +share/doc/HTML/fr/kmid/creatingamidimap.html +share/doc/HTML/fr/kmid/deletingacollection.html +share/doc/HTML/fr/kmid/displayinglyrics.html +share/doc/HTML/fr/kmid/doineedamidimap.html +share/doc/HTML/fr/kmid/finalnotes.html +share/doc/HTML/fr/kmid/frequentlyaskedquestionsfaq.html +share/doc/HTML/fr/kmid/generalusage.html +share/doc/HTML/fr/kmid/hallofkmidsfriends.html +share/doc/HTML/fr/kmid/index.docbook +share/doc/HTML/fr/kmid/index.html +share/doc/HTML/fr/kmid/installation.html +share/doc/HTML/fr/kmid/introduction.html +share/doc/HTML/fr/kmid/keybindings.html +share/doc/HTML/fr/kmid/midimaps.html +share/doc/HTML/fr/kmid/playinginorderoratrandom.html +share/doc/HTML/fr/kmid/playingsongs.html +share/doc/HTML/fr/kmid/removingsongsfromcollections.html +share/doc/HTML/fr/kmid/requirements.html +share/doc/HTML/fr/kmid/selectingasongfromacollection.html +share/doc/HTML/fr/kmid/thetempolcd.html +share/doc/HTML/fr/kmid/thetemporarycollection.html +share/doc/HTML/fr/kmid/usingmidimaps.html +share/doc/HTML/fr/kmines/.anchors +share/doc/HTML/fr/kmines/command.html +share/doc/HTML/fr/kmines/common +share/doc/HTML/fr/kmines/compilation.html +share/doc/HTML/fr/kmines/credits.html +share/doc/HTML/fr/kmines/help-menu.html +share/doc/HTML/fr/kmines/how-to-play.html +share/doc/HTML/fr/kmines/index.cvlog +share/doc/HTML/fr/kmines/index.docbook +share/doc/HTML/fr/kmines/index.html +share/doc/HTML/fr/kmines/installation.html +share/doc/HTML/fr/kmines/introduction.html +share/doc/HTML/fr/kmines/keys.html +share/doc/HTML/fr/kmines/kmines1.png +share/doc/HTML/fr/kmines/kmines2.png +share/doc/HTML/fr/kmines/prefs.html +share/doc/HTML/fr/kmines/settings-menu.html +share/doc/HTML/fr/kmix/.anchors +share/doc/HTML/fr/kmix/common +share/doc/HTML/fr/kmix/compilation.html +share/doc/HTML/fr/kmix/credits.html +share/doc/HTML/fr/kmix/index.cvlog +share/doc/HTML/fr/kmix/index.docbook +share/doc/HTML/fr/kmix/index.html +share/doc/HTML/fr/kmix/installation.html +share/doc/HTML/fr/kmix/introduction.html +share/doc/HTML/fr/kmix/options-de-configuration.html +share/doc/HTML/fr/kmix/panneau-de-controle.html +share/doc/HTML/fr/kmix/prerequis.html +share/doc/HTML/fr/kmix/reglage-panoramique.html +share/doc/HTML/fr/kmix/travailler-avec-kmix.html +share/doc/HTML/fr/knode/.anchors +share/doc/HTML/fr/knode/commands.html +share/doc/HTML/fr/knode/common +share/doc/HTML/fr/knode/compilation.html +share/doc/HTML/fr/knode/configuration.html +share/doc/HTML/fr/knode/credits.html +share/doc/HTML/fr/knode/eyes.png +share/doc/HTML/fr/knode/faq.html +share/doc/HTML/fr/knode/greyball.png +share/doc/HTML/fr/knode/greyballchk.png +share/doc/HTML/fr/knode/index.docbook +share/doc/HTML/fr/knode/index.html +share/doc/HTML/fr/knode/infos-technical.html +share/doc/HTML/fr/knode/infos-testgroups.html +share/doc/HTML/fr/knode/installation.html +share/doc/HTML/fr/knode/introduction.html +share/doc/HTML/fr/knode/knode-cleanup.png +share/doc/HTML/fr/knode/knode-colors.png +share/doc/HTML/fr/knode/knode-composer-attachments.png +share/doc/HTML/fr/knode/knode-composer-settings.png +share/doc/HTML/fr/knode/knode-edit-filter.png +share/doc/HTML/fr/knode/knode-edit-header1.png +share/doc/HTML/fr/knode/knode-edit-header2.png +share/doc/HTML/fr/knode/knode-editorwindow.html +share/doc/HTML/fr/knode/knode-filters.png +share/doc/HTML/fr/knode/knode-followup.png +share/doc/HTML/fr/knode/knode-header-settings.png +share/doc/HTML/fr/knode/knode-identity.png +share/doc/HTML/fr/knode/knode-journey.html +share/doc/HTML/fr/knode/knode-mail-account.png +share/doc/HTML/fr/knode/knode-more-info.html +share/doc/HTML/fr/knode/knode-new-article.png +share/doc/HTML/fr/knode/knode-post-settings.png +share/doc/HTML/fr/knode/knode-read-news.png +share/doc/HTML/fr/knode/knode-reply.png +share/doc/HTML/fr/knode/knode-search.png +share/doc/HTML/fr/knode/knode-start.png +share/doc/HTML/fr/knode/knode-subscribe.png +share/doc/HTML/fr/knode/knode-views.png +share/doc/HTML/fr/knode/more-knode-features.html +share/doc/HTML/fr/knode/nettiquette.html +share/doc/HTML/fr/knode/newsubs.png +share/doc/HTML/fr/knode/redball.png +share/doc/HTML/fr/knode/redballchk.png +share/doc/HTML/fr/knode/requirements.html +share/doc/HTML/fr/knode/subscribing.html +share/doc/HTML/fr/knode/update-installation.html +share/doc/HTML/fr/knode/usenet-slang.html +share/doc/HTML/fr/knode/using-knode.html +share/doc/HTML/fr/knotes/.anchors +share/doc/HTML/fr/knotes/alarme....html +share/doc/HTML/fr/knotes/auto-indentation.html +share/doc/HTML/fr/knotes/bordure-3d.html +share/doc/HTML/fr/knotes/calendrier.html +share/doc/HTML/fr/knotes/common +share/doc/HTML/fr/knotes/compilation-et-installation.html +share/doc/HTML/fr/knotes/configuration-ncessaire.html +share/doc/HTML/fr/knotes/couleurs.html +share/doc/HTML/fr/knotes/double-click-sur-des-urls.html +share/doc/HTML/fr/knotes/effacer.html +share/doc/HTML/fr/knotes/envoyer-la-note.html +share/doc/HTML/fr/knotes/imprimer-la-note.html +share/doc/HTML/fr/knotes/index.cvlog +share/doc/HTML/fr/knotes/index.docbook +share/doc/HTML/fr/knotes/index.html +share/doc/HTML/fr/knotes/installation.html +share/doc/HTML/fr/knotes/introduction.html +share/doc/HTML/fr/knotes/les-lments-de-menu.html +share/doc/HTML/fr/knotes/limpression.html +share/doc/HTML/fr/knotes/nouvelle-knote.html +share/doc/HTML/fr/knotes/police.html +share/doc/HTML/fr/knotes/questions-et-rponses.html +share/doc/HTML/fr/knotes/quitter.html +share/doc/HTML/fr/knotes/raccourcis-clavier.html +share/doc/HTML/fr/knotes/redimensionnement-de-knotes.html +share/doc/HTML/fr/knotes/renommer-la-knote.html +share/doc/HTML/fr/knotes/rglages.html +share/doc/HTML/fr/knotes/supprimer-la-knote.html +share/doc/HTML/fr/knotes/techniques-de-base-lcran.html share/doc/HTML/fr/konqueror/.anchors share/doc/HTML/fr/konqueror/basics.html share/doc/HTML/fr/konqueror/bookmarks.html share/doc/HTML/fr/konqueror/browser.html share/doc/HTML/fr/konqueror/bubble.html +share/doc/HTML/fr/konqueror/cmndline.png share/doc/HTML/fr/konqueror/commandline.html share/doc/HTML/fr/konqueror/commands.html +share/doc/HTML/fr/konqueror/common share/doc/HTML/fr/konqueror/config.html share/doc/HTML/fr/konqueror/configfm.html share/doc/HTML/fr/konqueror/configure-browser.html @@ -5402,12 +5483,19 @@ share/doc/HTML/fr/konqueror/cookies.html share/doc/HTML/fr/konqueror/credits.html share/doc/HTML/fr/konqueror/crypto.html share/doc/HTML/fr/konqueror/deleting.html +share/doc/HTML/fr/konqueror/dirtree.png +share/doc/HTML/fr/konqueror/dragdrop.png share/doc/HTML/fr/konqueror/faq.html -share/doc/HTML/fr/konqueror/filemanager.html share/doc/HTML/fr/konqueror/file-associations.html +share/doc/HTML/fr/konqueror/filemanager.html +share/doc/HTML/fr/konqueror/filetype1.png +share/doc/HTML/fr/konqueror/filetype3.png +share/doc/HTML/fr/konqueror/filetype4.png share/doc/HTML/fr/konqueror/ftp.html +share/doc/HTML/fr/konqueror/index.docbook share/doc/HTML/fr/konqueror/index.html share/doc/HTML/fr/konqueror/installation.html +share/doc/HTML/fr/konqueror/konqorg.png share/doc/HTML/fr/konqueror/lmb-mmb.html share/doc/HTML/fr/konqueror/making.html share/doc/HTML/fr/konqueror/man-info.html @@ -5415,1124 +5503,399 @@ share/doc/HTML/fr/konqueror/moving.html share/doc/HTML/fr/konqueror/multiple.html share/doc/HTML/fr/konqueror/newname.html share/doc/HTML/fr/konqueror/parts.html +share/doc/HTML/fr/konqueror/parts.png share/doc/HTML/fr/konqueror/plugin.html share/doc/HTML/fr/konqueror/rmb-menus.html +share/doc/HTML/fr/konqueror/samba.png share/doc/HTML/fr/konqueror/save-print-web.html share/doc/HTML/fr/konqueror/save-settings.html share/doc/HTML/fr/konqueror/surf.html -share/doc/HTML/fr/konqueror/common -share/doc/HTML/fr/konqueror/cmndline.png -share/doc/HTML/fr/konqueror/dirtree.png -share/doc/HTML/fr/konqueror/dragdrop.png -share/doc/HTML/fr/konqueror/filetype1.png -share/doc/HTML/fr/konqueror/filetype3.png -share/doc/HTML/fr/konqueror/filetype4.png -share/doc/HTML/fr/konqueror/index.docbook -share/doc/HTML/fr/konqueror/konqorg.png -share/doc/HTML/fr/konqueror/parts.png -share/doc/HTML/fr/konqueror/samba.png +share/doc/HTML/fr/konquest/.anchors +share/doc/HTML/fr/konquest/common +share/doc/HTML/fr/konquest/conclusion.html +share/doc/HTML/fr/konquest/index.cvlog +share/doc/HTML/fr/konquest/index.docbook +share/doc/HTML/fr/konquest/index.html +share/doc/HTML/fr/konquest/notes.html +share/doc/HTML/fr/konquest/regledujeu.html share/doc/HTML/fr/konsole/.anchors share/doc/HTML/fr/konsole/command-line-options.html +share/doc/HTML/fr/konsole/common share/doc/HTML/fr/konsole/credits.html share/doc/HTML/fr/konsole/history-option.html +share/doc/HTML/fr/konsole/index.docbook share/doc/HTML/fr/konsole/index.html share/doc/HTML/fr/konsole/installation.html share/doc/HTML/fr/konsole/introduction.html +share/doc/HTML/fr/konsole/konsole.png share/doc/HTML/fr/konsole/menubar.html share/doc/HTML/fr/konsole/mousebuttons.html share/doc/HTML/fr/konsole/toolbar.html share/doc/HTML/fr/konsole/use-of-konsole.html -share/doc/HTML/fr/konsole/common -share/doc/HTML/fr/konsole/index.docbook -share/doc/HTML/fr/konsole/konsole.png +share/doc/HTML/fr/korganizer/.anchors +share/doc/HTML/fr/korganizer/alarmd-panel.png +share/doc/HTML/fr/korganizer/common +share/doc/HTML/fr/korganizer/couleurs.html +share/doc/HTML/fr/korganizer/datenavigator.png +share/doc/HTML/fr/korganizer/demarrer-korganizer.html +share/doc/HTML/fr/korganizer/fenetre-principale-du-programme.html +share/doc/HTML/fr/korganizer/heure-date.html +share/doc/HTML/fr/korganizer/index.docbook +share/doc/HTML/fr/korganizer/index.html +share/doc/HTML/fr/korganizer/introduction.html +share/doc/HTML/fr/korganizer/kagenda-appointment.png +share/doc/HTML/fr/korganizer/polices.html +share/doc/HTML/fr/korganizer/sec-chercher.html +share/doc/HTML/fr/korganizer/sec-details.html +share/doc/HTML/fr/korganizer/sec-dialogue-options.html +share/doc/HTML/fr/korganizer/sec-fenetre-edition-rendez-vous.html +share/doc/HTML/fr/korganizer/sec-impression.html +share/doc/HTML/fr/korganizer/sec-imprimer.html +share/doc/HTML/fr/korganizer/sec-liste-des-taches.html +share/doc/HTML/fr/korganizer/sec-navigateur-par-date.html +share/doc/HTML/fr/korganizer/sec-qcetr.html +share/doc/HTML/fr/korganizer/sec-recurrence-rendez-vous.html +share/doc/HTML/fr/korganizer/sec-remerciements.html +share/doc/HTML/fr/korganizer/support-alarmes-et-tableau-de-bord.html +share/doc/HTML/fr/korganizer/support-com-palmpilot.html +share/doc/HTML/fr/korganizer/vue-nav-dates.html +share/doc/HTML/fr/korganizer/vues.html +share/doc/HTML/fr/korn/.anchors +share/doc/HTML/fr/korn/a-qui-korn-est-il-destin-.html +share/doc/HTML/fr/korn/auteurs.html +share/doc/HTML/fr/korn/common +share/doc/HTML/fr/korn/compilation-et-installation.html +share/doc/HTML/fr/korn/configuration-ncessaire.html +share/doc/HTML/fr/korn/epilogue.html +share/doc/HTML/fr/korn/index.cvlog +share/doc/HTML/fr/korn/index.docbook +share/doc/HTML/fr/korn/index.html +share/doc/HTML/fr/korn/installation.html +share/doc/HTML/fr/korn/introduction.html +share/doc/HTML/fr/korn/limitations-et-bogues-connus.html +share/doc/HTML/fr/korn/options-de-commande-en-ligne.html +share/doc/HTML/fr/korn/pourquoi-le-nom-korn-.html +share/doc/HTML/fr/korn/questions-essentielles.html +share/doc/HTML/fr/koshell/.anchors +share/doc/HTML/fr/koshell/common +share/doc/HTML/fr/koshell/index.docbook +share/doc/HTML/fr/koshell/index.html +share/doc/HTML/fr/koshell/introduction.html +share/doc/HTML/fr/kpackage/.anchors +share/doc/HTML/fr/kpackage/cache-menu.html +share/doc/HTML/fr/kpackage/common +share/doc/HTML/fr/kpackage/compilation-installation.html +share/doc/HTML/fr/kpackage/index.docbook +share/doc/HTML/fr/kpackage/index.html +share/doc/HTML/fr/kpackage/installation.html +share/doc/HTML/fr/kpackage/installing-packages.html +share/doc/HTML/fr/kpackage/integrating-uninstalled-packages-in-the-tree.html +share/doc/HTML/fr/kpackage/introduction.html +share/doc/HTML/fr/kpackage/managing-packages.html +share/doc/HTML/fr/kpackage/menus.html +share/doc/HTML/fr/kpackage/onscreenfundamentals.html +share/doc/HTML/fr/kpackage/options-menu.html +share/doc/HTML/fr/kpackage/packages-menu.html +share/doc/HTML/fr/kpackage/requirements.html +share/doc/HTML/fr/kpackage/toolbar.html +share/doc/HTML/fr/kpackage/unistalling-packages.html share/doc/HTML/fr/kpager/.anchors share/doc/HTML/fr/kpager/commands.html +share/doc/HTML/fr/kpager/common share/doc/HTML/fr/kpager/compilation.html share/doc/HTML/fr/kpager/credits.html share/doc/HTML/fr/kpager/faq.html +share/doc/HTML/fr/kpager/index.cvlog +share/doc/HTML/fr/kpager/index.docbook share/doc/HTML/fr/kpager/index.html share/doc/HTML/fr/kpager/installation.html share/doc/HTML/fr/kpager/introduction.html share/doc/HTML/fr/kpager/kapp-settings.html share/doc/HTML/fr/kpager/requirements.html -share/doc/HTML/fr/kpager/using-kapp.html -share/doc/HTML/fr/kpager/common -share/doc/HTML/fr/kpager/index.cvlog -share/doc/HTML/fr/kpager/index.docbook share/doc/HTML/fr/kpager/screenshot.png share/doc/HTML/fr/kpager/settings.png -share/doc/HTML/fr/kwrite/.anchors -share/doc/HTML/fr/kwrite/aide.html -share/doc/HTML/fr/kwrite/compilation-et-installation.html -share/doc/HTML/fr/kwrite/conditions-pralables.html -share/doc/HTML/fr/kwrite/edition-de-fichiers-sur-linternet.html -share/doc/HTML/fr/kwrite/edition.html -share/doc/HTML/fr/kwrite/impression.html -share/doc/HTML/fr/kwrite/index.html -share/doc/HTML/fr/kwrite/installation.html -share/doc/HTML/fr/kwrite/introduction.html -share/doc/HTML/fr/kwrite/les-menus.html -share/doc/HTML/fr/kwrite/options.html -share/doc/HTML/fr/kwrite/prsentation-gnrale.html -share/doc/HTML/fr/kwrite/questions-et-rponses.html -share/doc/HTML/fr/kwrite/raccourcis-clavier.html -share/doc/HTML/fr/kwrite/signets.html -share/doc/HTML/fr/kwrite/common -share/doc/HTML/fr/kwrite/index.cvlog -share/doc/HTML/fr/kwrite/index.docbook -share/doc/HTML/fr/kabalone/.anchors -share/doc/HTML/fr/kabalone/advanced-options.html -share/doc/HTML/fr/kabalone/command-line-options.html -share/doc/HTML/fr/kabalone/compilation.html -share/doc/HTML/fr/kabalone/computer-level.html -share/doc/HTML/fr/kabalone/computer-plays.html -share/doc/HTML/fr/kabalone/credits-and-licenses.html -share/doc/HTML/fr/kabalone/edit-menu.html -share/doc/HTML/fr/kabalone/game-menu.html -share/doc/HTML/fr/kabalone/index.html -share/doc/HTML/fr/kabalone/installation.html -share/doc/HTML/fr/kabalone/introduction.html -share/doc/HTML/fr/kabalone/menu-reference.html -share/doc/HTML/fr/kabalone/network-play.html -share/doc/HTML/fr/kabalone/rules-of-the-game.html -share/doc/HTML/fr/kabalone/settings-menu.html -share/doc/HTML/fr/kabalone/spying.html -share/doc/HTML/fr/kabalone/common -share/doc/HTML/fr/kabalone/index.cvlog -share/doc/HTML/fr/kabalone/index.docbook -share/doc/HTML/fr/kasteroids/.anchors -share/doc/HTML/fr/kasteroids/auteurs.html -share/doc/HTML/fr/kasteroids/conclusion.html -share/doc/HTML/fr/kasteroids/index.html -share/doc/HTML/fr/kasteroids/introduction.html -share/doc/HTML/fr/kasteroids/usageduclavier.html -share/doc/HTML/fr/kasteroids/common -share/doc/HTML/fr/kasteroids/index.cvlog -share/doc/HTML/fr/kasteroids/index.docbook -share/doc/HTML/fr/kblackbox/.anchors -share/doc/HTML/fr/kblackbox/actions-du-joueur.html -share/doc/HTML/fr/kblackbox/copyright.html -share/doc/HTML/fr/kblackbox/descriptiondelinterfacegraphique.html -share/doc/HTML/fr/kblackbox/descriptiondujeu.html -share/doc/HTML/fr/kblackbox/epilogue.html -share/doc/HTML/fr/kblackbox/index.html -share/doc/HTML/fr/kblackbox/installation.html -share/doc/HTML/fr/kblackbox/questcequekblackbox.html -share/doc/HTML/fr/kblackbox/regle-du-jeu.html -share/doc/HTML/fr/kblackbox/common -share/doc/HTML/fr/kblackbox/index.cvlog -share/doc/HTML/fr/kblackbox/index.docbook -share/doc/HTML/fr/kfouleggs/.anchors -share/doc/HTML/fr/kfouleggs/but-du-jeu.html -share/doc/HTML/fr/kfouleggs/commandes.html -share/doc/HTML/fr/kfouleggs/comment-jouer.html -share/doc/HTML/fr/kfouleggs/credits.html -share/doc/HTML/fr/kfouleggs/deroulement-de-la-partie.html -share/doc/HTML/fr/kfouleggs/index.html -share/doc/HTML/fr/kfouleggs/installation.html -share/doc/HTML/fr/kfouleggs/introduction.html -share/doc/HTML/fr/kfouleggs/jouer-a-plusieurs-et-en-reseau.html -share/doc/HTML/fr/kfouleggs/reglages.html -share/doc/HTML/fr/kfouleggs/touches-par-defaut.html -share/doc/HTML/fr/kfouleggs/common -share/doc/HTML/fr/kfouleggs/index.docbook -share/doc/HTML/fr/kjezz/.anchors -share/doc/HTML/fr/kjezz/index.html -share/doc/HTML/fr/kjezz/introduction.html -share/doc/HTML/fr/kjezz/common -share/doc/HTML/fr/kjezz/index.docbook -share/doc/HTML/fr/kjumpingcube/.anchors -share/doc/HTML/fr/kjumpingcube/barre-d-outils.html -share/doc/HTML/fr/kjumpingcube/commandes.html -share/doc/HTML/fr/kjumpingcube/compilation.html -share/doc/HTML/fr/kjumpingcube/configuration-necessaire.html -share/doc/HTML/fr/kjumpingcube/credits.html -share/doc/HTML/fr/kjumpingcube/index.html -share/doc/HTML/fr/kjumpingcube/installation.html -share/doc/HTML/fr/kjumpingcube/introduction.html -share/doc/HTML/fr/kjumpingcube/jouer-a-kjumpingcube.html -share/doc/HTML/fr/kjumpingcube/questions-reponses-astuces.html -share/doc/HTML/fr/kjumpingcube/common -share/doc/HTML/fr/kjumpingcube/index.docbook -share/doc/HTML/fr/kmahjongg/.anchors -share/doc/HTML/fr/kmahjongg/auteurs.html -share/doc/HTML/fr/kmahjongg/conclusion.html -share/doc/HTML/fr/kmahjongg/index.html -share/doc/HTML/fr/kmahjongg/introduction.html -share/doc/HTML/fr/kmahjongg/common -share/doc/HTML/fr/kmahjongg/index.cvlog -share/doc/HTML/fr/kmahjongg/index.docbook -share/doc/HTML/fr/kmines/.anchors -share/doc/HTML/fr/kmines/command.html -share/doc/HTML/fr/kmines/compilation.html -share/doc/HTML/fr/kmines/credits.html -share/doc/HTML/fr/kmines/help-menu.html -share/doc/HTML/fr/kmines/how-to-play.html -share/doc/HTML/fr/kmines/index.html -share/doc/HTML/fr/kmines/installation.html -share/doc/HTML/fr/kmines/introduction.html -share/doc/HTML/fr/kmines/keys.html -share/doc/HTML/fr/kmines/prefs.html -share/doc/HTML/fr/kmines/settings-menu.html -share/doc/HTML/fr/kmines/common -share/doc/HTML/fr/kmines/index.cvlog -share/doc/HTML/fr/kmines/index.docbook -share/doc/HTML/fr/kmines/kmines1.png -share/doc/HTML/fr/kmines/kmines2.png -share/doc/HTML/fr/konquest/.anchors -share/doc/HTML/fr/konquest/conclusion.html -share/doc/HTML/fr/konquest/index.html -share/doc/HTML/fr/konquest/notes.html -share/doc/HTML/fr/konquest/regledujeu.html -share/doc/HTML/fr/konquest/common -share/doc/HTML/fr/konquest/index.cvlog -share/doc/HTML/fr/konquest/index.docbook +share/doc/HTML/fr/kpager/using-kapp.html +share/doc/HTML/fr/kpaint/.anchors +share/doc/HTML/fr/kpaint/Technic.png +share/doc/HTML/fr/kpaint/common +share/doc/HTML/fr/kpaint/fonctionnalites.html +share/doc/HTML/fr/kpaint/index.docbook +share/doc/HTML/fr/kpaint/index.html +share/doc/HTML/fr/kpaint/introduction.html share/doc/HTML/fr/kpat/.anchors share/doc/HTML/fr/kpat/auteurs.html share/doc/HTML/fr/kpat/calcul.html share/doc/HTML/fr/kpat/case-libre.html +share/doc/HTML/fr/kpat/common share/doc/HTML/fr/kpat/conclusion.html share/doc/HTML/fr/kpat/copyright.html share/doc/HTML/fr/kpat/dix.html share/doc/HTML/fr/kpat/grand-pere.html +share/doc/HTML/fr/kpat/index.cvlog +share/doc/HTML/fr/kpat/index.docbook share/doc/HTML/fr/kpat/index.html share/doc/HTML/fr/kpat/l-idiot.html share/doc/HTML/fr/kpat/la-tombe-de-napoleon.html share/doc/HTML/fr/kpat/microsolitaire.html share/doc/HTML/fr/kpat/mod3.html share/doc/HTML/fr/kpat/reglesdujeu.html -share/doc/HTML/fr/kpat/common -share/doc/HTML/fr/kpat/index.cvlog -share/doc/HTML/fr/kpat/index.docbook +share/doc/HTML/fr/kpm/.anchors +share/doc/HTML/fr/kpm/appendice.html +share/doc/HTML/fr/kpm/common +share/doc/HTML/fr/kpm/configuration-ncessaire-pour-kpm.html +share/doc/HTML/fr/kpm/index.cvlog +share/doc/HTML/fr/kpm/index.docbook +share/doc/HTML/fr/kpm/index.html +share/doc/HTML/fr/kpm/informations-gnrales.html +share/doc/HTML/fr/kpm/informations-lgales.html +share/doc/HTML/fr/kpm/kpmjobs.png +share/doc/HTML/fr/kpm/kpmmemory.png +share/doc/HTML/fr/kpm/kpmstart.png +share/doc/HTML/fr/kpm/kpmtext.png +share/doc/HTML/fr/kpm/la-fentre-principale-de-kpm.html +share/doc/HTML/fr/kpm/le-menu.html +share/doc/HTML/fr/kpm/menu-affichage.html +share/doc/HTML/fr/kpm/menu-processus.html +share/doc/HTML/fr/kpm/menu-signal.html +share/doc/HTML/fr/kpm/problmes-et-bugs-connus.html share/doc/HTML/fr/kpoker/.anchors +share/doc/HTML/fr/kpoker/common share/doc/HTML/fr/kpoker/conclusion.html share/doc/HTML/fr/kpoker/copyright.html share/doc/HTML/fr/kpoker/droulementdujeu.html share/doc/HTML/fr/kpoker/hands.html -share/doc/HTML/fr/kpoker/index.html -share/doc/HTML/fr/kpoker/introduction.html -share/doc/HTML/fr/kpoker/ou-puis-je-me-procurer-kpoker.html -share/doc/HTML/fr/kpoker/scoring.html -share/doc/HTML/fr/kpoker/common share/doc/HTML/fr/kpoker/index.cvlog share/doc/HTML/fr/kpoker/index.docbook +share/doc/HTML/fr/kpoker/index.html +share/doc/HTML/fr/kpoker/introduction.html share/doc/HTML/fr/kpoker/kpoker1.png share/doc/HTML/fr/kpoker/kpoker2.png +share/doc/HTML/fr/kpoker/ou-puis-je-me-procurer-kpoker.html +share/doc/HTML/fr/kpoker/scoring.html +share/doc/HTML/fr/kppp/.anchors +share/doc/HTML/fr/kppp/appendices.html +share/doc/HTML/fr/kppp/auteurs.html +share/doc/HTML/fr/kppp/boostez-la-numrotation-frquences-vocales.html +share/doc/HTML/fr/kppp/common +share/doc/HTML/fr/kppp/compilation-et-installation.html +share/doc/HTML/fr/kppp/conclusion.html +share/doc/HTML/fr/kppp/configuration-de-kppp.html +share/doc/HTML/fr/kppp/dns-serveur-de-noms-internet.html +share/doc/HTML/fr/kppp/documentation.html +share/doc/HTML/fr/kppp/facturation-au-volume.html +share/doc/HTML/fr/kppp/facturation.html +share/doc/HTML/fr/kppp/faire-raccrocher-le-modem.html +share/doc/HTML/fr/kppp/fichiers-relatifs-kppp.html +share/doc/HTML/fr/kppp/gpl.html +share/doc/HTML/fr/kppp/index.cvlog +share/doc/HTML/fr/kppp/index.docbook +share/doc/HTML/fr/kppp/index.html +share/doc/HTML/fr/kppp/installation.html +share/doc/HTML/fr/kppp/introduction.html +share/doc/HTML/fr/kppp/ip.html +share/doc/HTML/fr/kppp/licence-et-garantie.html +share/doc/HTML/fr/kppp/modem.html +share/doc/HTML/fr/kppp/modems-trucs-astuces.html +share/doc/HTML/fr/kppp/pap-et-chap.html +share/doc/HTML/fr/kppp/pap.html +share/doc/HTML/fr/kppp/paramtrer-un-compte.html +share/doc/HTML/fr/kppp/passerelle.html +share/doc/HTML/fr/kppp/pour-en-savoir-plus-sur-ppppppd.html +share/doc/HTML/fr/kppp/ppp.html +share/doc/HTML/fr/kppp/profils-de-modem.html +share/doc/HTML/fr/kppp/prparation-de-votre-systme-linux-pour-une-co.html +share/doc/HTML/fr/kppp/prrequis.html +share/doc/HTML/fr/kppp/questions-et-rponses.html +share/doc/HTML/fr/kppp/rapporter-un-problme-avec-kppp.html +share/doc/HTML/fr/kppp/remerciements.html +share/doc/HTML/fr/kppp/script-de-connexion.html +share/doc/HTML/fr/kppp/verrous.html +share/doc/HTML/fr/kpresenter/.anchors +share/doc/HTML/fr/kpresenter/addshadow.html +share/doc/HTML/fr/kpresenter/appendix.html +share/doc/HTML/fr/kpresenter/common +share/doc/HTML/fr/kpresenter/credits.html +share/doc/HTML/fr/kpresenter/guides.html +share/doc/HTML/fr/kpresenter/index.docbook +share/doc/HTML/fr/kpresenter/index.html +share/doc/HTML/fr/kpresenter/insertpage.html +share/doc/HTML/fr/kpresenter/insertpic.html +share/doc/HTML/fr/kpresenter/introduction.html +share/doc/HTML/fr/kpresenter/menuitems.html +share/doc/HTML/fr/kpresenter/options.html +share/doc/HTML/fr/kpresenter/qanda.html +share/doc/HTML/fr/kpresenter/screendesc.html +share/doc/HTML/fr/kpresenter/textcolor.html +share/doc/HTML/fr/kpresenter/todo.html +share/doc/HTML/fr/kpresenter/tutorial.html share/doc/HTML/fr/kreversi/.anchors share/doc/HTML/fr/kreversi/apprentissage-rapide.html share/doc/HTML/fr/kreversi/auteurs.html +share/doc/HTML/fr/kreversi/common share/doc/HTML/fr/kreversi/conclusion.html share/doc/HTML/fr/kreversi/conseilsstratgiques.html share/doc/HTML/fr/kreversi/copyright.html +share/doc/HTML/fr/kreversi/index.cvlog +share/doc/HTML/fr/kreversi/index.docbook share/doc/HTML/fr/kreversi/index.html share/doc/HTML/fr/kreversi/introduction.html share/doc/HTML/fr/kreversi/rglesdujeu.html -share/doc/HTML/fr/kreversi/common -share/doc/HTML/fr/kreversi/index.cvlog -share/doc/HTML/fr/kreversi/index.docbook share/doc/HTML/fr/ksame/.anchors share/doc/HTML/fr/ksame/auteurs.html +share/doc/HTML/fr/ksame/common share/doc/HTML/fr/ksame/conclusion.html share/doc/HTML/fr/ksame/conseilstratgique.html share/doc/HTML/fr/ksame/copyright.html +share/doc/HTML/fr/ksame/index.cvlog +share/doc/HTML/fr/ksame/index.docbook share/doc/HTML/fr/ksame/index.html share/doc/HTML/fr/ksame/introduction.html share/doc/HTML/fr/ksame/rglesdujeu.html -share/doc/HTML/fr/ksame/common -share/doc/HTML/fr/ksame/index.cvlog -share/doc/HTML/fr/ksame/index.docbook +share/doc/HTML/fr/kscd/.anchors +share/doc/HTML/fr/kscd/a-propos.html +share/doc/HTML/fr/kscd/commandes-principales.html +share/doc/HTML/fr/kscd/common +share/doc/HTML/fr/kscd/compilation-et-installation.html +share/doc/HTML/fr/kscd/configuration-de-kscd.html +share/doc/HTML/fr/kscd/configurationncessaire.html +share/doc/HTML/fr/kscd/editeur-cddb.html +share/doc/HTML/fr/kscd/index.cvlog +share/doc/HTML/fr/kscd/index.docbook +share/doc/HTML/fr/kscd/index.html +share/doc/HTML/fr/kscd/installation.html +share/doc/HTML/fr/kscd/introduction.html +share/doc/HTML/fr/kscd/kscd.png +share/doc/HTML/fr/kscd/kscd1.png +share/doc/HTML/fr/kscd/kscd10.png +share/doc/HTML/fr/kscd/kscd11.png +share/doc/HTML/fr/kscd/kscd12.png +share/doc/HTML/fr/kscd/kscd13.png +share/doc/HTML/fr/kscd/kscd14.png +share/doc/HTML/fr/kscd/kscd15.png +share/doc/HTML/fr/kscd/kscd16.png +share/doc/HTML/fr/kscd/kscd18.png +share/doc/HTML/fr/kscd/kscd19.png +share/doc/HTML/fr/kscd/kscd2.png +share/doc/HTML/fr/kscd/kscd2a.png +share/doc/HTML/fr/kscd/kscd3.png +share/doc/HTML/fr/kscd/kscd4.png +share/doc/HTML/fr/kscd/kscd5.png +share/doc/HTML/fr/kscd/kscd6.png +share/doc/HTML/fr/kscd/kscd7.png +share/doc/HTML/fr/kscd/kscd8.png +share/doc/HTML/fr/kscd/kscd9.png +share/doc/HTML/fr/kscd/onglet-cddb.html +share/doc/HTML/fr/kscd/options-de-kscd.html +share/doc/HTML/fr/kscd/options-smtp.html +share/doc/HTML/fr/kscd/questionsetrponses.html +share/doc/HTML/fr/kscd/remerciements-et-licence.html +share/doc/HTML/fr/kscd/support-cddb.html +share/doc/HTML/fr/kscd/utilisation-de-kscd-dans-le-tableau-de-bord.html share/doc/HTML/fr/kshisen/.anchors share/doc/HTML/fr/kshisen/auteurs.html -share/doc/HTML/fr/kshisen/conclusion.html -share/doc/HTML/fr/kshisen/index.html -share/doc/HTML/fr/kshisen/introduction.html share/doc/HTML/fr/kshisen/common +share/doc/HTML/fr/kshisen/conclusion.html share/doc/HTML/fr/kshisen/index.cvlog share/doc/HTML/fr/kshisen/index.docbook +share/doc/HTML/fr/kshisen/index.html +share/doc/HTML/fr/kshisen/introduction.html +share/doc/HTML/fr/ksirc/.anchors +share/doc/HTML/fr/ksirc/ajout-des-gestionnaires-de-fichiers-la-princ.html +share/doc/HTML/fr/ksirc/common +share/doc/HTML/fr/ksirc/demandes-de-lhte-utilisateur.html +share/doc/HTML/fr/ksirc/envoi-du-gras-soulign-invers-et-couleur.html +share/doc/HTML/fr/ksirc/exemples-.html +share/doc/HTML/fr/ksirc/exemples.html +share/doc/HTML/fr/ksirc/index.cvlog +share/doc/HTML/fr/ksirc/index.docbook +share/doc/HTML/fr/ksirc/index.html +share/doc/HTML/fr/ksirc/installation.html +share/doc/HTML/fr/ksirc/ksirc-natif.html +share/doc/HTML/fr/ksirc/les-filtres.html +share/doc/HTML/fr/ksirc/liste-des-couleurs.html +share/doc/HTML/fr/ksirc/points-dinsertion.html +share/doc/HTML/fr/ksirc/programmation-de-votre-client-sirc.html +share/doc/HTML/fr/ksirc/robots.html +share/doc/HTML/fr/ksirc/sectcolors.html +share/doc/HTML/fr/ksirc/timers.html +share/doc/HTML/fr/ksirc/touches.html +share/doc/HTML/fr/ksirc/variables-set.html share/doc/HTML/fr/ksirtet/.anchors share/doc/HTML/fr/ksirtet/auteurs.html share/doc/HTML/fr/ksirtet/comment-gagner-des-points.html share/doc/HTML/fr/ksirtet/comment-jouer.html +share/doc/HTML/fr/ksirtet/common share/doc/HTML/fr/ksirtet/epilogue.html +share/doc/HTML/fr/ksirtet/index.cvlog +share/doc/HTML/fr/ksirtet/index.docbook share/doc/HTML/fr/ksirtet/index.html share/doc/HTML/fr/ksirtet/introduction.html share/doc/HTML/fr/ksirtet/multijoueur.html share/doc/HTML/fr/ksirtet/options.html -share/doc/HTML/fr/ksirtet/common -share/doc/HTML/fr/ksirtet/index.cvlog -share/doc/HTML/fr/ksirtet/index.docbook share/doc/HTML/fr/ksmiletris/.anchors share/doc/HTML/fr/ksmiletris/a-faire.html +share/doc/HTML/fr/ksmiletris/common share/doc/HTML/fr/ksmiletris/credits.html share/doc/HTML/fr/ksmiletris/developpement.html share/doc/HTML/fr/ksmiletris/epilogue.html +share/doc/HTML/fr/ksmiletris/index.docbook share/doc/HTML/fr/ksmiletris/index.html share/doc/HTML/fr/ksmiletris/introduction.html +share/doc/HTML/fr/ksmiletris/ksmiletris.png share/doc/HTML/fr/ksmiletris/licence.html share/doc/HTML/fr/ksmiletris/modifications.html -share/doc/HTML/fr/ksmiletris/common -share/doc/HTML/fr/ksmiletris/index.docbook -share/doc/HTML/fr/ksmiletris/ksmiletris.png share/doc/HTML/fr/ksnake/.anchors share/doc/HTML/fr/ksnake/auteurs.html +share/doc/HTML/fr/ksnake/common share/doc/HTML/fr/ksnake/conclusion.html +share/doc/HTML/fr/ksnake/index.cvlog +share/doc/HTML/fr/ksnake/index.docbook share/doc/HTML/fr/ksnake/index.html share/doc/HTML/fr/ksnake/introduction.html share/doc/HTML/fr/ksnake/le-score.html share/doc/HTML/fr/ksnake/personnalisation.html share/doc/HTML/fr/ksnake/rglesdujeu.html -share/doc/HTML/fr/ksnake/common -share/doc/HTML/fr/ksnake/index.cvlog -share/doc/HTML/fr/ksnake/index.docbook +share/doc/HTML/fr/ksnapshot/.anchors +share/doc/HTML/fr/ksnapshot/additional-features.html +share/doc/HTML/fr/ksnapshot/common +share/doc/HTML/fr/ksnapshot/compilation-installation.html +share/doc/HTML/fr/ksnapshot/credits.html +share/doc/HTML/fr/ksnapshot/index.docbook +share/doc/HTML/fr/ksnapshot/index.html +share/doc/HTML/fr/ksnapshot/installation.html +share/doc/HTML/fr/ksnapshot/introduction.html +share/doc/HTML/fr/ksnapshot/preview.png +share/doc/HTML/fr/ksnapshot/requirements.html +share/doc/HTML/fr/ksnapshot/taking-snapshot.html +share/doc/HTML/fr/ksnapshot/using-ksnapshot.html +share/doc/HTML/fr/ksnapshot/window.png share/doc/HTML/fr/ksokoban/.anchors share/doc/HTML/fr/ksokoban/commentjouer.html +share/doc/HTML/fr/ksokoban/common share/doc/HTML/fr/ksokoban/credits.html +share/doc/HTML/fr/ksokoban/index.docbook share/doc/HTML/fr/ksokoban/index.html share/doc/HTML/fr/ksokoban/introduction.html share/doc/HTML/fr/ksokoban/loading-external-levels.html -share/doc/HTML/fr/ksokoban/common -share/doc/HTML/fr/ksokoban/index.docbook share/doc/HTML/fr/kspaceduel/.anchors share/doc/HTML/fr/kspaceduel/ai.html share/doc/HTML/fr/kspaceduel/command.html +share/doc/HTML/fr/kspaceduel/common share/doc/HTML/fr/kspaceduel/compilation.html share/doc/HTML/fr/kspaceduel/credits.html share/doc/HTML/fr/kspaceduel/help-menu.html +share/doc/HTML/fr/kspaceduel/index.cvlog +share/doc/HTML/fr/kspaceduel/index.docbook share/doc/HTML/fr/kspaceduel/index.html share/doc/HTML/fr/kspaceduel/installation.html share/doc/HTML/fr/kspaceduel/introduction.html share/doc/HTML/fr/kspaceduel/keys.html -share/doc/HTML/fr/kspaceduel/lejeu.html -share/doc/HTML/fr/kspaceduel/options.html -share/doc/HTML/fr/kspaceduel/settings-menu.html -share/doc/HTML/fr/kspaceduel/common -share/doc/HTML/fr/kspaceduel/index.cvlog -share/doc/HTML/fr/kspaceduel/index.docbook share/doc/HTML/fr/kspaceduel/kspaceduel1.png share/doc/HTML/fr/kspaceduel/kspaceduel2.png share/doc/HTML/fr/kspaceduel/kspaceduel3.png -share/doc/HTML/fr/ktron/.anchors -share/doc/HTML/fr/ktron/compilation.html -share/doc/HTML/fr/ktron/computerplayer.html -share/doc/HTML/fr/ktron/config-behaviour.html -share/doc/HTML/fr/ktron/configuration.html -share/doc/HTML/fr/ktron/credits.html -share/doc/HTML/fr/ktron/index.html -share/doc/HTML/fr/ktron/installation.html -share/doc/HTML/fr/ktron/introduction.html -share/doc/HTML/fr/ktron/keybindings.html -share/doc/HTML/fr/ktron/pausegame.html -share/doc/HTML/fr/ktron/playingktron.html -share/doc/HTML/fr/ktron/requirements.html -share/doc/HTML/fr/ktron/usingkeyboard.html -share/doc/HTML/fr/ktron/common -share/doc/HTML/fr/ktron/index.docbook -share/doc/HTML/fr/kwin4/.anchors -share/doc/HTML/fr/kwin4/compilation.html -share/doc/HTML/fr/kwin4/configuration-necessaire.html -share/doc/HTML/fr/kwin4/credits.html -share/doc/HTML/fr/kwin4/edit-menu.html -share/doc/HTML/fr/kwin4/help.html -share/doc/HTML/fr/kwin4/index.html -share/doc/HTML/fr/kwin4/installation.html -share/doc/HTML/fr/kwin4/menus.html -share/doc/HTML/fr/kwin4/option-menu.html -share/doc/HTML/fr/kwin4/presentation-generale.html -share/doc/HTML/fr/kwin4/regles-du-jeu.html -share/doc/HTML/fr/kwin4/remote-connections.html -share/doc/HTML/fr/kwin4/view-menu.html -share/doc/HTML/fr/kwin4/common -share/doc/HTML/fr/kwin4/index.docbook -share/doc/HTML/fr/lskat/.anchors -share/doc/HTML/fr/lskat/compilation.html -share/doc/HTML/fr/lskat/credits.html -share/doc/HTML/fr/lskat/help.html -share/doc/HTML/fr/lskat/index.html -share/doc/HTML/fr/lskat/installation.html -share/doc/HTML/fr/lskat/menus.html -share/doc/HTML/fr/lskat/option-menu.html -share/doc/HTML/fr/lskat/overview.html -share/doc/HTML/fr/lskat/remote-connections.html -share/doc/HTML/fr/lskat/requirements.html -share/doc/HTML/fr/lskat/rules.html -share/doc/HTML/fr/lskat/view-menu.html -share/doc/HTML/fr/lskat/common -share/doc/HTML/fr/lskat/index.docbook -share/doc/HTML/fr/kdvi/.anchors -share/doc/HTML/fr/kdvi/bugs.html -share/doc/HTML/fr/kdvi/changingmagnification.html -share/doc/HTML/fr/kdvi/imprimer.html -share/doc/HTML/fr/kdvi/index.html -share/doc/HTML/fr/kdvi/keyboard.html -share/doc/HTML/fr/kdvi/markingpages.html -share/doc/HTML/fr/kdvi/movingaround.html -share/doc/HTML/fr/kdvi/questions-reponses.html -share/doc/HTML/fr/kdvi/todo.html -share/doc/HTML/fr/kdvi/utilisation.html -share/doc/HTML/fr/kdvi/common -share/doc/HTML/fr/kdvi/index.docbook -share/doc/HTML/fr/kfract/.anchors -share/doc/HTML/fr/kfract/barres-outils.html -share/doc/HTML/fr/kfract/index.html -share/doc/HTML/fr/kfract/introduction.html -share/doc/HTML/fr/kfract/menu-aide.html -share/doc/HTML/fr/kfract/menu-fichier.html -share/doc/HTML/fr/kfract/menu-options.html -share/doc/HTML/fr/kfract/onscreenfundamentals.html -share/doc/HTML/fr/kfract/types-menu.html -share/doc/HTML/fr/kfract/common -share/doc/HTML/fr/kfract/index.docbook -share/doc/HTML/fr/kfract/kfract.png -share/doc/HTML/fr/kghostview/.anchors -share/doc/HTML/fr/kghostview/affichage.html -share/doc/HTML/fr/kghostview/aide.html -share/doc/HTML/fr/kghostview/allerenpage.html -share/doc/HTML/fr/kghostview/auteurs.html -share/doc/HTML/fr/kghostview/botesdedialogue.html -share/doc/HTML/fr/kghostview/conclusion.html -share/doc/HTML/fr/kghostview/configurerlesraccourcisclavier.html -share/doc/HTML/fr/kghostview/configurerlinterprteur.html -share/doc/HTML/fr/kghostview/contrledelaffichage.html -share/doc/HTML/fr/kghostview/copyright.html -share/doc/HTML/fr/kghostview/elmentsdumenuprincipal.html -share/doc/HTML/fr/kghostview/index.html -share/doc/HTML/fr/kghostview/informations.html -share/doc/HTML/fr/kghostview/introduction.html -share/doc/HTML/fr/kghostview/labarredoutils.html -share/doc/HTML/fr/kghostview/lalistedespages.html -share/doc/HTML/fr/kghostview/messagesdeghostscript.html -share/doc/HTML/fr/kghostview/modedemploi.html -share/doc/HTML/fr/kghostview/notionsdebase.html -share/doc/HTML/fr/kghostview/options.html -share/doc/HTML/fr/kghostview/sedplacer.html -share/doc/HTML/fr/kghostview/common -share/doc/HTML/fr/kghostview/index.cvlog -share/doc/HTML/fr/kghostview/index.docbook -share/doc/HTML/fr/kiconedit/.anchors -share/doc/HTML/fr/kiconedit/aide.html -share/doc/HTML/fr/kiconedit/barredtat.html -share/doc/HTML/fr/kiconedit/compilationetinstallation.html -share/doc/HTML/fr/kiconedit/configuration.html -share/doc/HTML/fr/kiconedit/configurationncessaire.html -share/doc/HTML/fr/kiconedit/edition.html -share/doc/HTML/fr/kiconedit/grille.html -share/doc/HTML/fr/kiconedit/index.html -share/doc/HTML/fr/kiconedit/installation.html -share/doc/HTML/fr/kiconedit/introduction.html -share/doc/HTML/fr/kiconedit/lapalettedoutils.html -share/doc/HTML/fr/kiconedit/leslmentsdemenu.html -share/doc/HTML/fr/kiconedit/options.html -share/doc/HTML/fr/kiconedit/outils.html -share/doc/HTML/fr/kiconedit/techniquesdebaselcran.html -share/doc/HTML/fr/kiconedit/vue.html -share/doc/HTML/fr/kiconedit/common -share/doc/HTML/fr/kiconedit/index.cvlog -share/doc/HTML/fr/kiconedit/index.docbook -share/doc/HTML/fr/kpaint/.anchors -share/doc/HTML/fr/kpaint/fonctionnalites.html -share/doc/HTML/fr/kpaint/index.html -share/doc/HTML/fr/kpaint/introduction.html -share/doc/HTML/fr/kpaint/common -share/doc/HTML/fr/kpaint/Technic.png -share/doc/HTML/fr/kpaint/index.docbook -share/doc/HTML/fr/ksnapshot/.anchors -share/doc/HTML/fr/ksnapshot/additional-features.html -share/doc/HTML/fr/ksnapshot/compilation-installation.html -share/doc/HTML/fr/ksnapshot/credits.html -share/doc/HTML/fr/ksnapshot/index.html -share/doc/HTML/fr/ksnapshot/installation.html -share/doc/HTML/fr/ksnapshot/introduction.html -share/doc/HTML/fr/ksnapshot/requirements.html -share/doc/HTML/fr/ksnapshot/taking-snapshot.html -share/doc/HTML/fr/ksnapshot/using-ksnapshot.html -share/doc/HTML/fr/ksnapshot/common -share/doc/HTML/fr/ksnapshot/index.docbook -share/doc/HTML/fr/ksnapshot/preview.png -share/doc/HTML/fr/ksnapshot/window.png -share/doc/HTML/fr/kview/.anchors -share/doc/HTML/fr/kview/cmdline.html -share/doc/HTML/fr/kview/how.html -share/doc/HTML/fr/kview/index.html -share/doc/HTML/fr/kview/introduction.html -share/doc/HTML/fr/kview/notes.html -share/doc/HTML/fr/kview/what.html -share/doc/HTML/fr/kview/common -share/doc/HTML/fr/kview/index.docbook -share/doc/HTML/fr/aktion/.anchors -share/doc/HTML/fr/aktion/aktion-fullscreen.html -share/doc/HTML/fr/aktion/aktion-setup.html -share/doc/HTML/fr/aktion/commands.html -share/doc/HTML/fr/aktion/compilation.html -share/doc/HTML/fr/aktion/configuration.html -share/doc/HTML/fr/aktion/credits.html -share/doc/HTML/fr/aktion/developers.html -share/doc/HTML/fr/aktion/faq.html -share/doc/HTML/fr/aktion/index.html -share/doc/HTML/fr/aktion/installation.html -share/doc/HTML/fr/aktion/introduction.html -share/doc/HTML/fr/aktion/re-1007-kanim.html -share/doc/HTML/fr/aktion/requirements.html -share/doc/HTML/fr/aktion/toolbar.html -share/doc/HTML/fr/aktion/using-kapp.html -share/doc/HTML/fr/aktion/common -share/doc/HTML/fr/aktion/aktion.png -share/doc/HTML/fr/aktion/aktiontoolbar.png -share/doc/HTML/fr/aktion/index.docbook -share/doc/HTML/fr/artsbuilder/.anchors -share/doc/HTML/fr/artsbuilder/adding-native-arts-support.html -share/doc/HTML/fr/artsbuilder/arts-apis.html -share/doc/HTML/fr/artsbuilder/arts-in-detail.html -share/doc/HTML/fr/artsbuilder/arts-modules.html -share/doc/HTML/fr/artsbuilder/arts-tools.html -share/doc/HTML/fr/artsbuilder/artsbuilder-tutorial.html -share/doc/HTML/fr/artsbuilder/artsbuilder.html -share/doc/HTML/fr/artsbuilder/artsc-config.html -share/doc/HTML/fr/artsbuilder/artscat.html -share/doc/HTML/fr/artsbuilder/artscontrol.html -share/doc/HTML/fr/artsbuilder/artsd.html -share/doc/HTML/fr/artsbuilder/artsdsp.html -share/doc/HTML/fr/artsbuilder/artsflow.html -share/doc/HTML/fr/artsbuilder/artsplay.html -share/doc/HTML/fr/artsbuilder/artsshell.html -share/doc/HTML/fr/artsbuilder/artswrapper.html -share/doc/HTML/fr/artsbuilder/brahms.html -share/doc/HTML/fr/artsbuilder/common -share/doc/HTML/fr/artsbuilder/attribute-change-notify.html -share/doc/HTML/fr/artsbuilder/busses.html -share/doc/HTML/fr/artsbuilder/capi.html -share/doc/HTML/fr/artsbuilder/coding-standards.html -share/doc/HTML/fr/artsbuilder/contributing.html -share/doc/HTML/fr/artsbuilder/copyright-and-licenses.html -share/doc/HTML/fr/artsbuilder/detail-gui-elements.html -share/doc/HTML/fr/artsbuilder/dynamic-nstantiation.html -share/doc/HTML/fr/artsbuilder/effects.html -share/doc/HTML/fr/artsbuilder/faq-latency.html -share/doc/HTML/fr/artsbuilder/faq-network.html -share/doc/HTML/fr/artsbuilder/faq-non-arts.html -share/doc/HTML/fr/artsbuilder/faq-other.html -share/doc/HTML/fr/artsbuilder/faq.html -share/doc/HTML/fr/artsbuilder/full-duplex.html -share/doc/HTML/fr/artsbuilder/future-work.html -share/doc/HTML/fr/artsbuilder/glossary.html -share/doc/HTML/fr/artsbuilder/gui-elements.html -share/doc/HTML/fr/artsbuilder/history.html -share/doc/HTML/fr/artsbuilder/index.html -share/doc/HTML/fr/artsbuilder/installation.html -share/doc/HTML/fr/artsbuilder/instruments.html -share/doc/HTML/fr/artsbuilder/interfaces.html -share/doc/HTML/fr/artsbuilder/intro-digital-audio.html -share/doc/HTML/fr/artsbuilder/introduction.html -share/doc/HTML/fr/artsbuilder/kaudioplayer.html -share/doc/HTML/fr/artsbuilder/kmedia2.html -share/doc/HTML/fr/artsbuilder/knotify.html -share/doc/HTML/fr/artsbuilder/latency.html -share/doc/HTML/fr/artsbuilder/libkmid.html -share/doc/HTML/fr/artsbuilder/mailing-lists.html -share/doc/HTML/fr/artsbuilder/mapped-instruments.html -share/doc/HTML/fr/artsbuilder/mcop.html -share/doc/HTML/fr/artsbuilder/mcopidl.html -share/doc/HTML/fr/artsbuilder/midi-creating-instruments.html -share/doc/HTML/fr/artsbuilder/midi-introduction.html -share/doc/HTML/fr/artsbuilder/midi.html -share/doc/HTML/fr/artsbuilder/midi-manager.html -share/doc/HTML/fr/artsbuilder/midi-synthesis.html -share/doc/HTML/fr/artsbuilder/midisend.html -share/doc/HTML/fr/artsbuilder/mixers.html -share/doc/HTML/fr/artsbuilder/network-ransparency.html -share/doc/HTML/fr/artsbuilder/parents.html -share/doc/HTML/fr/artsbuilder/porting.html -share/doc/HTML/fr/artsbuilder/references.html -share/doc/HTML/fr/artsbuilder/security.html -share/doc/HTML/fr/artsbuilder/session-management.html -share/doc/HTML/fr/artsbuilder/soundserver.html -share/doc/HTML/fr/artsbuilder/source-install.html -share/doc/HTML/fr/artsbuilder/streams.html -share/doc/HTML/fr/artsbuilder/structures.html -share/doc/HTML/fr/artsbuilder/synth-modules-reference.html -share/doc/HTML/fr/artsbuilder/trader.html -share/doc/HTML/fr/artsbuilder/using-this-manual.html -share/doc/HTML/fr/artsbuilder/visual-modules-reference.html -share/doc/HTML/fr/artsbuilder/arts-structure.png -share/doc/HTML/fr/artsbuilder/index.docbook -share/doc/HTML/fr/kmid/.anchors -share/doc/HTML/fr/kmid/abouttheauthor.html -share/doc/HTML/fr/kmid/addingsongstoacollectionhowtouseautoadd.html -share/doc/HTML/fr/kmid/advancedfeatures.html -share/doc/HTML/fr/kmid/collections.html -share/doc/HTML/fr/kmid/compilationandinstallation.html -share/doc/HTML/fr/kmid/creatingamidimap.html -share/doc/HTML/fr/kmid/deletingacollection.html -share/doc/HTML/fr/kmid/displayinglyrics.html -share/doc/HTML/fr/kmid/doineedamidimap.html -share/doc/HTML/fr/kmid/finalnotes.html -share/doc/HTML/fr/kmid/frequentlyaskedquestionsfaq.html -share/doc/HTML/fr/kmid/generalusage.html -share/doc/HTML/fr/kmid/hallofkmidsfriends.html -share/doc/HTML/fr/kmid/index.html -share/doc/HTML/fr/kmid/installation.html -share/doc/HTML/fr/kmid/introduction.html -share/doc/HTML/fr/kmid/keybindings.html -share/doc/HTML/fr/kmid/midimaps.html -share/doc/HTML/fr/kmid/playinginorderoratrandom.html -share/doc/HTML/fr/kmid/playingsongs.html -share/doc/HTML/fr/kmid/removingsongsfromcollections.html -share/doc/HTML/fr/kmid/requirements.html -share/doc/HTML/fr/kmid/selectingasongfromacollection.html -share/doc/HTML/fr/kmid/thetempolcd.html -share/doc/HTML/fr/kmid/thetemporarycollection.html -share/doc/HTML/fr/kmid/usingmidimaps.html -share/doc/HTML/fr/kmid/common -share/doc/HTML/fr/kmid/index.docbook -share/doc/HTML/fr/kmix/.anchors -share/doc/HTML/fr/kmix/compilation.html -share/doc/HTML/fr/kmix/credits.html -share/doc/HTML/fr/kmix/index.html -share/doc/HTML/fr/kmix/installation.html -share/doc/HTML/fr/kmix/introduction.html -share/doc/HTML/fr/kmix/options-de-configuration.html -share/doc/HTML/fr/kmix/panneau-de-controle.html -share/doc/HTML/fr/kmix/prerequis.html -share/doc/HTML/fr/kmix/reglage-panoramique.html -share/doc/HTML/fr/kmix/travailler-avec-kmix.html -share/doc/HTML/fr/kmix/common -share/doc/HTML/fr/kmix/index.cvlog -share/doc/HTML/fr/kmix/index.docbook -share/doc/HTML/fr/kscd/.anchors -share/doc/HTML/fr/kscd/a-propos.html -share/doc/HTML/fr/kscd/commandes-principales.html -share/doc/HTML/fr/kscd/compilation-et-installation.html -share/doc/HTML/fr/kscd/configuration-de-kscd.html -share/doc/HTML/fr/kscd/configurationncessaire.html -share/doc/HTML/fr/kscd/editeur-cddb.html -share/doc/HTML/fr/kscd/index.html -share/doc/HTML/fr/kscd/installation.html -share/doc/HTML/fr/kscd/introduction.html -share/doc/HTML/fr/kscd/onglet-cddb.html -share/doc/HTML/fr/kscd/options-de-kscd.html -share/doc/HTML/fr/kscd/options-smtp.html -share/doc/HTML/fr/kscd/questionsetrponses.html -share/doc/HTML/fr/kscd/remerciements-et-licence.html -share/doc/HTML/fr/kscd/support-cddb.html -share/doc/HTML/fr/kscd/utilisation-de-kscd-dans-le-tableau-de-bord.html -share/doc/HTML/fr/kscd/common -share/doc/HTML/fr/kscd/index.cvlog -share/doc/HTML/fr/kscd/index.docbook -share/doc/HTML/fr/kscd/kscd.png -share/doc/HTML/fr/kscd/kscd1.png -share/doc/HTML/fr/kscd/kscd10.png -share/doc/HTML/fr/kscd/kscd11.png -share/doc/HTML/fr/kscd/kscd12.png -share/doc/HTML/fr/kscd/kscd13.png -share/doc/HTML/fr/kscd/kscd14.png -share/doc/HTML/fr/kscd/kscd15.png -share/doc/HTML/fr/kscd/kscd16.png -share/doc/HTML/fr/kscd/kscd18.png -share/doc/HTML/fr/kscd/kscd19.png -share/doc/HTML/fr/kscd/kscd2.png -share/doc/HTML/fr/kscd/kscd2a.png -share/doc/HTML/fr/kscd/kscd3.png -share/doc/HTML/fr/kscd/kscd4.png -share/doc/HTML/fr/kscd/kscd5.png -share/doc/HTML/fr/kscd/kscd6.png -share/doc/HTML/fr/kscd/kscd7.png -share/doc/HTML/fr/kscd/kscd8.png -share/doc/HTML/fr/kscd/kscd9.png -share/doc/HTML/fr/noatun/.anchors -share/doc/HTML/fr/noatun/compilation-and-installation.html -share/doc/HTML/fr/noatun/credits-and-licenses.html -share/doc/HTML/fr/noatun/html-exporter.html -share/doc/HTML/fr/noatun/id3-reader.html -share/doc/HTML/fr/noatun/index.html -share/doc/HTML/fr/noatun/installation.html -share/doc/HTML/fr/noatun/introduction.html -share/doc/HTML/fr/noatun/kjofol-skin.html -share/doc/HTML/fr/noatun/questions-answers-and-tips.html -share/doc/HTML/fr/noatun/requirements.html -share/doc/HTML/fr/noatun/using-noatun-plugins.html -share/doc/HTML/fr/noatun/using-noatun.html -share/doc/HTML/fr/noatun/young-hickory.html -share/doc/HTML/fr/noatun/common -share/doc/HTML/fr/noatun/index.docbook -share/doc/HTML/fr/keystone/.anchors -share/doc/HTML/fr/keystone/index.html -share/doc/HTML/fr/keystone/introduction.html -share/doc/HTML/fr/keystone/common -share/doc/HTML/fr/keystone/index.docbook -share/doc/HTML/fr/kit/.anchors -share/doc/HTML/fr/kit/index.html -share/doc/HTML/fr/kit/introduction.html -share/doc/HTML/fr/kit/common -share/doc/HTML/fr/kit/index.docbook -share/doc/HTML/fr/kmail/.anchors -share/doc/HTML/fr/kmail/apparence.html -share/doc/HTML/fr/kmail/comment-insrer-automatiquement-un-texte-de-b.html -share/doc/HTML/fr/kmail/comment-laisser-le-courrier-sur-le-serveur-q.html -share/doc/HTML/fr/kmail/comment-puis-je-savoir-combien-de-messages-n.html -share/doc/HTML/fr/kmail/composer.html -share/doc/HTML/fr/kmail/configuration-de-votre-compte.html -share/doc/HTML/fr/kmail/copyright.html -share/doc/HTML/fr/kmail/divers.html -share/doc/HTML/fr/kmail/documentation.html -share/doc/HTML/fr/kmail/epilogue.html -share/doc/HTML/fr/kmail/index.html -share/doc/HTML/fr/kmail/la-fenetre-nouveau-message.html -share/doc/HTML/fr/kmail/la-fentre-nouveau-message.html -share/doc/HTML/fr/kmail/le-carnet-dadresses.html -share/doc/HTML/fr/kmail/les-filtres.html -share/doc/HTML/fr/kmail/pgp.html -share/doc/HTML/fr/kmail/pourquoi-kmail-continue-t-il-de-me-demander-.html -share/doc/HTML/fr/kmail/pourquoi-le-retour-la-ligne-automatique-ne-f.html -share/doc/HTML/fr/kmail/questions-et-rponses.html -share/doc/HTML/fr/kmail/reseau.html -share/doc/HTML/fr/kmail/seccustomizing.html -share/doc/HTML/fr/kmail/secfolders.html -share/doc/HTML/fr/kmail/secgettingstarted.html -share/doc/HTML/fr/kmail/secimporting.html -share/doc/HTML/fr/kmail/secintro.html -share/doc/HTML/fr/kmail/secmenus.html -share/doc/HTML/fr/kmail/secmultipleaccounts.html -share/doc/HTML/fr/kmail/secpgp.html -share/doc/HTML/fr/kmail/secqasendmail.html -share/doc/HTML/fr/kmail/secusingkmail.html -share/doc/HTML/fr/kmail/test-de-votre-configuration.html -share/doc/HTML/fr/kmail/common -share/doc/HTML/fr/kmail/index.cvlog -share/doc/HTML/fr/kmail/index.docbook -share/doc/HTML/fr/knode/.anchors -share/doc/HTML/fr/knode/commands.html -share/doc/HTML/fr/knode/compilation.html -share/doc/HTML/fr/knode/configuration.html -share/doc/HTML/fr/knode/credits.html -share/doc/HTML/fr/knode/faq.html -share/doc/HTML/fr/knode/index.html -share/doc/HTML/fr/knode/infos-technical.html -share/doc/HTML/fr/knode/infos-testgroups.html -share/doc/HTML/fr/knode/installation.html -share/doc/HTML/fr/knode/introduction.html -share/doc/HTML/fr/knode/knode-editorwindow.html -share/doc/HTML/fr/knode/knode-journey.html -share/doc/HTML/fr/knode/knode-more-info.html -share/doc/HTML/fr/knode/more-knode-features.html -share/doc/HTML/fr/knode/nettiquette.html -share/doc/HTML/fr/knode/requirements.html -share/doc/HTML/fr/knode/common -share/doc/HTML/fr/knode/subscribing.html -share/doc/HTML/fr/knode/update-installation.html -share/doc/HTML/fr/knode/usenet-slang.html -share/doc/HTML/fr/knode/using-knode.html -share/doc/HTML/fr/knode/eyes.png -share/doc/HTML/fr/knode/greyball.png -share/doc/HTML/fr/knode/greyballchk.png -share/doc/HTML/fr/knode/index.docbook -share/doc/HTML/fr/knode/knode-cleanup.png -share/doc/HTML/fr/knode/knode-colors.png -share/doc/HTML/fr/knode/knode-composer-attachments.png -share/doc/HTML/fr/knode/knode-composer-settings.png -share/doc/HTML/fr/knode/knode-edit-filter.png -share/doc/HTML/fr/knode/knode-edit-header1.png -share/doc/HTML/fr/knode/knode-edit-header2.png -share/doc/HTML/fr/knode/knode-filters.png -share/doc/HTML/fr/knode/knode-followup.png -share/doc/HTML/fr/knode/knode-header-settings.png -share/doc/HTML/fr/knode/knode-identity.png -share/doc/HTML/fr/knode/knode-mail-account.png -share/doc/HTML/fr/knode/knode-new-article.png -share/doc/HTML/fr/knode/knode-post-settings.png -share/doc/HTML/fr/knode/knode-read-news.png -share/doc/HTML/fr/knode/knode-reply.png -share/doc/HTML/fr/knode/knode-search.png -share/doc/HTML/fr/knode/knode-start.png -share/doc/HTML/fr/knode/knode-subscribe.png -share/doc/HTML/fr/knode/knode-views.png -share/doc/HTML/fr/knode/newsubs.png -share/doc/HTML/fr/knode/redball.png -share/doc/HTML/fr/knode/redballchk.png -share/doc/HTML/fr/korn/.anchors -share/doc/HTML/fr/korn/a-qui-korn-est-il-destin-.html -share/doc/HTML/fr/korn/auteurs.html -share/doc/HTML/fr/korn/compilation-et-installation.html -share/doc/HTML/fr/korn/configuration-ncessaire.html -share/doc/HTML/fr/korn/epilogue.html -share/doc/HTML/fr/korn/index.html -share/doc/HTML/fr/korn/installation.html -share/doc/HTML/fr/korn/introduction.html -share/doc/HTML/fr/korn/limitations-et-bogues-connus.html -share/doc/HTML/fr/korn/options-de-commande-en-ligne.html -share/doc/HTML/fr/korn/pourquoi-le-nom-korn-.html -share/doc/HTML/fr/korn/questions-essentielles.html -share/doc/HTML/fr/korn/common -share/doc/HTML/fr/korn/index.cvlog -share/doc/HTML/fr/korn/index.docbook -share/doc/HTML/fr/kppp/.anchors -share/doc/HTML/fr/kppp/appendices.html -share/doc/HTML/fr/kppp/auteurs.html -share/doc/HTML/fr/kppp/boostez-la-numrotation-frquences-vocales.html -share/doc/HTML/fr/kppp/compilation-et-installation.html -share/doc/HTML/fr/kppp/conclusion.html -share/doc/HTML/fr/kppp/configuration-de-kppp.html -share/doc/HTML/fr/kppp/dns-serveur-de-noms-internet.html -share/doc/HTML/fr/kppp/documentation.html -share/doc/HTML/fr/kppp/facturation-au-volume.html -share/doc/HTML/fr/kppp/facturation.html -share/doc/HTML/fr/kppp/faire-raccrocher-le-modem.html -share/doc/HTML/fr/kppp/fichiers-relatifs-kppp.html -share/doc/HTML/fr/kppp/gpl.html -share/doc/HTML/fr/kppp/index.html -share/doc/HTML/fr/kppp/installation.html -share/doc/HTML/fr/kppp/introduction.html -share/doc/HTML/fr/kppp/ip.html -share/doc/HTML/fr/kppp/licence-et-garantie.html -share/doc/HTML/fr/kppp/modem.html -share/doc/HTML/fr/kppp/modems-trucs-astuces.html -share/doc/HTML/fr/kppp/pap-et-chap.html -share/doc/HTML/fr/kppp/pap.html -share/doc/HTML/fr/kppp/paramtrer-un-compte.html -share/doc/HTML/fr/kppp/passerelle.html -share/doc/HTML/fr/kppp/pour-en-savoir-plus-sur-ppppppd.html -share/doc/HTML/fr/kppp/ppp.html -share/doc/HTML/fr/kppp/profils-de-modem.html -share/doc/HTML/fr/kppp/prparation-de-votre-systme-linux-pour-une-co.html -share/doc/HTML/fr/kppp/prrequis.html -share/doc/HTML/fr/kppp/questions-et-rponses.html -share/doc/HTML/fr/kppp/common -share/doc/HTML/fr/kppp/rapporter-un-problme-avec-kppp.html -share/doc/HTML/fr/kppp/remerciements.html -share/doc/HTML/fr/kppp/script-de-connexion.html -share/doc/HTML/fr/kppp/verrous.html -share/doc/HTML/fr/kppp/index.cvlog -share/doc/HTML/fr/kppp/index.docbook -share/doc/HTML/fr/ksirc/.anchors -share/doc/HTML/fr/ksirc/ajout-des-gestionnaires-de-fichiers-la-princ.html -share/doc/HTML/fr/ksirc/demandes-de-lhte-utilisateur.html -share/doc/HTML/fr/ksirc/envoi-du-gras-soulign-invers-et-couleur.html -share/doc/HTML/fr/ksirc/exemples-.html -share/doc/HTML/fr/ksirc/exemples.html -share/doc/HTML/fr/ksirc/index.html -share/doc/HTML/fr/ksirc/installation.html -share/doc/HTML/fr/ksirc/ksirc-natif.html -share/doc/HTML/fr/ksirc/les-filtres.html -share/doc/HTML/fr/ksirc/liste-des-couleurs.html -share/doc/HTML/fr/ksirc/points-dinsertion.html -share/doc/HTML/fr/ksirc/programmation-de-votre-client-sirc.html -share/doc/HTML/fr/ksirc/robots.html -share/doc/HTML/fr/ksirc/sectcolors.html -share/doc/HTML/fr/ksirc/timers.html -share/doc/HTML/fr/ksirc/touches.html -share/doc/HTML/fr/ksirc/variables-set.html -share/doc/HTML/fr/ksirc/common -share/doc/HTML/fr/ksirc/index.cvlog -share/doc/HTML/fr/ksirc/index.docbook -share/doc/HTML/fr/ktalkd/.anchors -share/doc/HTML/fr/ktalkd/comment-obtenir-des-informations-de-dbogage-.html -share/doc/HTML/fr/ktalkd/compilation-et-installation.html -share/doc/HTML/fr/ktalkd/configuration-ncessaire.html -share/doc/HTML/fr/ktalkd/copyright.html -share/doc/HTML/fr/ktalkd/index.html -share/doc/HTML/fr/ktalkd/installation.html -share/doc/HTML/fr/ktalkd/introduction.html -share/doc/HTML/fr/ktalkd/plate-formes-supportes.html -share/doc/HTML/fr/ktalkd/pourquoi-ne-reois-je-pas-alors-que-je-suis-u.html -share/doc/HTML/fr/ktalkd/questions-et-rponses.html -share/doc/HTML/fr/ktalkd/utilisation.html -share/doc/HTML/fr/ktalkd/common -share/doc/HTML/fr/ktalkd/index.cvlog -share/doc/HTML/fr/ktalkd/index.docbook -share/doc/HTML/fr/ark/.anchors -share/doc/HTML/fr/ark/ark-creer.html -share/doc/HTML/fr/ark/ark-extraire.html -share/doc/HTML/fr/ark/ark-travailler-avec-les-fichiers.html -share/doc/HTML/fr/ark/commandes.html -share/doc/HTML/fr/ark/compilation.html -share/doc/HTML/fr/ark/credits.html -share/doc/HTML/fr/ark/index.html -share/doc/HTML/fr/ark/installation.html -share/doc/HTML/fr/ark/introduction.html -share/doc/HTML/fr/ark/menuaction.html -share/doc/HTML/fr/ark/menuedition.html -share/doc/HTML/fr/ark/prerequis.html -share/doc/HTML/fr/ark/settingsmenu.html -share/doc/HTML/fr/ark/utilisation-de-ark.html -share/doc/HTML/fr/ark/common -share/doc/HTML/fr/ark/index.cvlog -share/doc/HTML/fr/ark/index.docbook -share/doc/HTML/fr/kab/.anchors -share/doc/HTML/fr/kab/index.html -share/doc/HTML/fr/kab/temp.html -share/doc/HTML/fr/kab/common -share/doc/HTML/fr/kab/index.docbook -share/doc/HTML/fr/karm/.anchors -share/doc/HTML/fr/karm/credits.html -share/doc/HTML/fr/karm/general-use.html -share/doc/HTML/fr/karm/index.html -share/doc/HTML/fr/karm/installation.html -share/doc/HTML/fr/karm/interface.html -share/doc/HTML/fr/karm/introduction.html -share/doc/HTML/fr/karm/menus.html -share/doc/HTML/fr/karm/status-bar.html -share/doc/HTML/fr/karm/using-karm.html -share/doc/HTML/fr/karm/common -share/doc/HTML/fr/karm/index.cvlog -share/doc/HTML/fr/karm/index.docbook -share/doc/HTML/fr/kcalc/.anchors -share/doc/HTML/fr/kcalc/acclrateurs.html -share/doc/HTML/fr/kcalc/comment-puis-je-obtenir-deux-chiffres-fixes-.html -share/doc/HTML/fr/kcalc/comment-puis-je-obtenir-e-le-nombre-deuler-.html -share/doc/HTML/fr/kcalc/commentaires-sur-les-fonctions-spcifiques.html -share/doc/HTML/fr/kcalc/compilation-et-installation.html -share/doc/HTML/fr/kcalc/configuration-ncessaire.html -share/doc/HTML/fr/kcalc/copier-coller.html -share/doc/HTML/fr/kcalc/copyright.html -share/doc/HTML/fr/kcalc/index-0.html -share/doc/HTML/fr/kcalc/index.html -share/doc/HTML/fr/kcalc/installation.html -share/doc/HTML/fr/kcalc/introduction.html -share/doc/HTML/fr/kcalc/inv-mod.html -share/doc/HTML/fr/kcalc/la-fonction-pourcentage.html -share/doc/HTML/fr/kcalc/la-virgule-fixe.html -share/doc/HTML/fr/kcalc/lsh-rsh.html -share/doc/HTML/fr/kcalc/mode-trigonometrique.html -share/doc/HTML/fr/kcalc/modes.html -share/doc/HTML/fr/kcalc/quen-est-il-de-la-prcision-.html -share/doc/HTML/fr/kcalc/questions-et-rponses.html -share/doc/HTML/fr/kcalc/trucs-et-astuces.html -share/doc/HTML/fr/kcalc/utilisation.html -share/doc/HTML/fr/kcalc/common -share/doc/HTML/fr/kcalc/index.cvlog -share/doc/HTML/fr/kcalc/index.docbook -share/doc/HTML/fr/kdf/.anchors -share/doc/HTML/fr/kdf/commandesumount.html -share/doc/HTML/fr/kdf/commentaires.html -share/doc/HTML/fr/kdf/fonctions.html -share/doc/HTML/fr/kdf/icones.html -share/doc/HTML/fr/kdf/index.html -share/doc/HTML/fr/kdf/kdiskfree.html -share/doc/HTML/fr/kdf/kwikdisk.html -share/doc/HTML/fr/kdf/reglagesgeneraux.html -share/doc/HTML/fr/kdf/common -share/doc/HTML/fr/kdf/index.docbook -share/doc/HTML/fr/kedit/.anchors -share/doc/HTML/fr/kedit/command-line-options.html -share/doc/HTML/fr/kedit/credits.html -share/doc/HTML/fr/kedit/edit.html -share/doc/HTML/fr/kedit/go.html -share/doc/HTML/fr/kedit/help.html -share/doc/HTML/fr/kedit/index.html -share/doc/HTML/fr/kedit/installation.html -share/doc/HTML/fr/kedit/introduction.html -share/doc/HTML/fr/kedit/keybindings.html -share/doc/HTML/fr/kedit/on-screen-fundamentals.html -share/doc/HTML/fr/kedit/pref-dialog.html -share/doc/HTML/fr/kedit/prefcolors.html -share/doc/HTML/fr/kedit/prefmisc.html -share/doc/HTML/fr/kedit/prefspellchecker.html -share/doc/HTML/fr/kedit/settings.html -share/doc/HTML/fr/kedit/the-menu-entries.html -share/doc/HTML/fr/kedit/tools.html -share/doc/HTML/fr/kedit/common -share/doc/HTML/fr/kedit/index.cvlog -share/doc/HTML/fr/kedit/index.docbook -share/doc/HTML/fr/kfloppy/.anchors -share/doc/HTML/fr/kfloppy/buttons.html -share/doc/HTML/fr/kfloppy/command-line.html -share/doc/HTML/fr/kfloppy/credits.html -share/doc/HTML/fr/kfloppy/formatting-options.html -share/doc/HTML/fr/kfloppy/index.html -share/doc/HTML/fr/kfloppy/introduction.html -share/doc/HTML/fr/kfloppy/usingkfloppy.html -share/doc/HTML/fr/kfloppy/common -share/doc/HTML/fr/kfloppy/index.cvlog -share/doc/HTML/fr/kfloppy/index.docbook -share/doc/HTML/fr/khexedit/.anchors -share/doc/HTML/fr/khexedit/bookmarks.html -share/doc/HTML/fr/khexedit/credits.html -share/doc/HTML/fr/khexedit/document-menu.html -share/doc/HTML/fr/khexedit/edit-menu.html -share/doc/HTML/fr/khexedit/help-menu.html -share/doc/HTML/fr/khexedit/index.html -share/doc/HTML/fr/khexedit/installation.html -share/doc/HTML/fr/khexedit/introduction.html -share/doc/HTML/fr/khexedit/menu-commands.html -share/doc/HTML/fr/khexedit/nutshell.html -share/doc/HTML/fr/khexedit/settings-menu.html -share/doc/HTML/fr/khexedit/starting-khexedit.html -share/doc/HTML/fr/khexedit/toolbar.html -share/doc/HTML/fr/khexedit/tools-menu.html -share/doc/HTML/fr/khexedit/view-menu.html -share/doc/HTML/fr/khexedit/common -share/doc/HTML/fr/khexedit/index.cvlog -share/doc/HTML/fr/khexedit/index.docbook -share/doc/HTML/fr/khexedit/khexedit.png -share/doc/HTML/fr/kjots/.anchors -share/doc/HTML/fr/kjots/index.html -share/doc/HTML/fr/kjots/introduction.html -share/doc/HTML/fr/kjots/keyboardshortcuts.html -share/doc/HTML/fr/kjots/subjectlist.html -share/doc/HTML/fr/kjots/todo.html -share/doc/HTML/fr/kjots/usage.html -share/doc/HTML/fr/kjots/common -share/doc/HTML/fr/kjots/index.docbook -share/doc/HTML/fr/kljettool/.anchors -share/doc/HTML/fr/kljettool/auteurs.html -share/doc/HTML/fr/kljettool/compilation-et-installation.html -share/doc/HTML/fr/kljettool/configurer-kljettool.html -share/doc/HTML/fr/kljettool/copyright.html -share/doc/HTML/fr/kljettool/index.html -share/doc/HTML/fr/kljettool/installation.html -share/doc/HTML/fr/kljettool/introduction.html -share/doc/HTML/fr/kljettool/prrequis.html -share/doc/HTML/fr/kljettool/utilisation.html -share/doc/HTML/fr/kljettool/common -share/doc/HTML/fr/kljettool/index.cvlog -share/doc/HTML/fr/kljettool/index.docbook -share/doc/HTML/fr/kljettool/screenshot.png -share/doc/HTML/fr/klpq/.anchors -share/doc/HTML/fr/klpq/a-propos-de-lauteur.html -share/doc/HTML/fr/klpq/ce-qui-reste-faire.html -share/doc/HTML/fr/klpq/copyright.html -share/doc/HTML/fr/klpq/index.html -share/doc/HTML/fr/klpq/installation.html -share/doc/HTML/fr/klpq/introduction.html -share/doc/HTML/fr/klpq/remerciements..html -share/doc/HTML/fr/klpq/utilisation.html -share/doc/HTML/fr/klpq/common -share/doc/HTML/fr/klpq/index.cvlog -share/doc/HTML/fr/klpq/index.docbook -share/doc/HTML/fr/knotes/.anchors -share/doc/HTML/fr/knotes/alarme....html -share/doc/HTML/fr/knotes/auto-indentation.html -share/doc/HTML/fr/knotes/bordure-3d.html -share/doc/HTML/fr/knotes/calendrier.html -share/doc/HTML/fr/knotes/compilation-et-installation.html -share/doc/HTML/fr/knotes/configuration-ncessaire.html -share/doc/HTML/fr/knotes/couleurs.html -share/doc/HTML/fr/knotes/double-click-sur-des-urls.html -share/doc/HTML/fr/knotes/effacer.html -share/doc/HTML/fr/knotes/envoyer-la-note.html -share/doc/HTML/fr/knotes/imprimer-la-note.html -share/doc/HTML/fr/knotes/index.html -share/doc/HTML/fr/knotes/installation.html -share/doc/HTML/fr/knotes/introduction.html -share/doc/HTML/fr/knotes/les-lments-de-menu.html -share/doc/HTML/fr/knotes/police.html -share/doc/HTML/fr/knotes/limpression.html -share/doc/HTML/fr/knotes/nouvelle-knote.html -share/doc/HTML/fr/knotes/questions-et-rponses.html -share/doc/HTML/fr/knotes/quitter.html -share/doc/HTML/fr/knotes/raccourcis-clavier.html -share/doc/HTML/fr/knotes/redimensionnement-de-knotes.html -share/doc/HTML/fr/knotes/renommer-la-knote.html -share/doc/HTML/fr/knotes/rglages.html -share/doc/HTML/fr/knotes/supprimer-la-knote.html -share/doc/HTML/fr/knotes/techniques-de-base-lcran.html -share/doc/HTML/fr/knotes/common -share/doc/HTML/fr/knotes/index.cvlog -share/doc/HTML/fr/knotes/index.docbook -share/doc/HTML/fr/kpm/.anchors -share/doc/HTML/fr/kpm/appendice.html -share/doc/HTML/fr/kpm/configuration-ncessaire-pour-kpm.html -share/doc/HTML/fr/kpm/index.html -share/doc/HTML/fr/kpm/informations-gnrales.html -share/doc/HTML/fr/kpm/informations-lgales.html -share/doc/HTML/fr/kpm/la-fentre-principale-de-kpm.html -share/doc/HTML/fr/kpm/le-menu.html -share/doc/HTML/fr/kpm/menu-affichage.html -share/doc/HTML/fr/kpm/menu-processus.html -share/doc/HTML/fr/kpm/menu-signal.html -share/doc/HTML/fr/kpm/problmes-et-bugs-connus.html -share/doc/HTML/fr/kpm/common -share/doc/HTML/fr/kpm/index.cvlog -share/doc/HTML/fr/kpm/index.docbook -share/doc/HTML/fr/kpm/kpmjobs.png -share/doc/HTML/fr/kpm/kpmmemory.png -share/doc/HTML/fr/kpm/kpmstart.png -share/doc/HTML/fr/kpm/kpmtext.png -share/doc/HTML/fr/kdevelop/programming/.anchors -share/doc/HTML/fr/kdevelop/programming/ajouter-la-documentation-dune-classe-ou-dun-.html -share/doc/HTML/fr/kdevelop/programming/ajouter-un-nouveau-menu.html -share/doc/HTML/fr/kdevelop/programming/ajouter-une-aide-rapide.html -share/doc/HTML/fr/kdevelop/programming/ajouter-une-langue-votre-projet.html -share/doc/HTML/fr/kdevelop/programming/balises-spciales.html -share/doc/HTML/fr/kdevelop/programming/ce-que-cela-signifie-pour-les-dveloppeurs-da.html -share/doc/HTML/fr/kdevelop/programming/ce-que-cela-signifie-pour-les-dveloppeurs-de.html -share/doc/HTML/fr/kdevelop/programming/ce-que-fournit-kde.html -share/doc/HTML/fr/kdevelop/programming/ce-que-la-documentation-contient-dj.html -share/doc/HTML/fr/kdevelop/programming/conception-de-vue-dapplication.html -share/doc/HTML/fr/kdevelop/programming/comment-appeler-laide-dans-les-botes-de-dial.html -share/doc/HTML/fr/kdevelop/programming/comment-kde-supporte-linternationalisation.html -share/doc/HTML/fr/kdevelop/programming/configuration-des-barres-dtat.html -share/doc/HTML/fr/kdevelop/programming/configuration-des-raccourcis-clavier.html -share/doc/HTML/fr/kdevelop/programming/configurer-linstallation-des-fichiers.html -share/doc/HTML/fr/kdevelop/programming/configuring-menubars-and-toolbars.html -share/doc/HTML/fr/kdevelop/programming/conseils-de-programmation.html -share/doc/HTML/fr/kdevelop/programming/construire-une-nouvelle-bote-de-dialogue.html -share/doc/HTML/fr/kdevelop/programming/contacts-des-quipes-de-traduction.html -share/doc/HTML/fr/kdevelop/programming/copyright.html -share/doc/HTML/fr/kdevelop/programming/fonctions-daide.html -share/doc/HTML/fr/kdevelop/programming/contenu-supplmentaire-sur-les-projets-kdevel.html -share/doc/HTML/fr/kdevelop/programming/creating-new-applications.html -share/doc/HTML/fr/kdevelop/programming/creating-your-own-views.html -share/doc/HTML/fr/kdevelop/programming/crire-de-la-documentation-sgml.html -share/doc/HTML/fr/kdevelop/programming/dfinir-les-proprits-des-widgets.html -share/doc/HTML/fr/kdevelop/programming/documentation-de-classe-avec-kdoc-kdoc.html -share/doc/HTML/fr/kdevelop/programming/documentation-de-lapplication.html -share/doc/HTML/fr/kdevelop/programming/dpendances-des-systmes-dexploitation.html -share/doc/HTML/fr/kdevelop/programming/extension-de-la-documentation-avec-sgml-sgml.html -share/doc/HTML/fr/kdevelop/programming/extension-de-laide-dans-la-barre-dtat.html -share/doc/HTML/fr/kdevelop/programming/index.html -share/doc/HTML/fr/kdevelop/programming/informations-supplmentaires-0.html -share/doc/HTML/fr/kdevelop/programming/informations-supplmentaires.html -share/doc/HTML/fr/kdevelop/programming/internationalisation.html -share/doc/HTML/fr/kdevelop/programming/intgrer-des-boutons-la-barre-doutils.html -share/doc/HTML/fr/kdevelop/programming/intgrer-la-bote-de-dialogue.html -share/doc/HTML/fr/kdevelop/programming/introduction.html -share/doc/HTML/fr/kdevelop/programming/la-classe-qpainter.html -share/doc/HTML/fr/kdevelop/programming/la-licence-de-votre-produit.html -share/doc/HTML/fr/kdevelop/programming/la-premire-construction.html -share/doc/HTML/fr/kdevelop/programming/lditeur-de-botes-de-dialogue-o-vos-botes-de-.html -share/doc/HTML/fr/kdevelop/programming/le-bouton-whats-this....html -share/doc/HTML/fr/kdevelop/programming/le-fichier-kdelnk.html -share/doc/HTML/fr/kdevelop/programming/common -share/doc/HTML/fr/kdevelop/programming/le-squelette-des-sources.html -share/doc/HTML/fr/kdevelop/programming/le-systme-de-fichiers-standard-de-kde.html -share/doc/HTML/fr/kdevelop/programming/les-bibliothques-de-kde-et-qt-qt.html -share/doc/HTML/fr/kdevelop/programming/les-mthodes-de-kiconloader.html -share/doc/HTML/fr/kdevelop/programming/licences.html -share/doc/HTML/fr/kdevelop/programming/macros-de-kde.html -share/doc/HTML/fr/kdevelop/programming/mthodes-de-kapplicationkapplication.html -share/doc/HTML/fr/kdevelop/programming/organisation-des-rpertoires.html -share/doc/HTML/fr/kdevelop/programming/organiser-les-donnes-du-projet.html -share/doc/HTML/fr/kdevelop/programming/propos-de-ce-manuel.html -share/doc/HTML/fr/kdevelop/programming/proprits-des-widgets-kde-supports.html -share/doc/HTML/fr/kdevelop/programming/proprits-des-widgets-qt-qt-supports.html -share/doc/HTML/fr/kdevelop/programming/questions-sur-les-licences-de-kde-et-qt.html -share/doc/HTML/fr/kdevelop/programming/rfrences.html -share/doc/HTML/fr/kdevelop/programming/support-de-limpression.html -share/doc/HTML/fr/kdevelop/programming/trouver-les-erreurs.html -share/doc/HTML/fr/kdevelop/programming/utilisation-du-systme-de-fichiers-dans-les-p.html -share/doc/HTML/fr/kdevelop/programming/widgets-de-qt-qt-et-kde.html -share/doc/HTML/fr/kdevelop/programming/index.cvlog -share/doc/HTML/fr/kdevelop/programming/index.docbook -share/doc/HTML/fr/kdevelop/tutorial/.anchors -share/doc/HTML/fr/kdevelop/tutorial/ajouter-une-nouvelle-classe.html -share/doc/HTML/fr/kdevelop/tutorial/construction-des-tutoriels-qt.html -share/doc/HTML/fr/kdevelop/tutorial/copyright.html -share/doc/HTML/fr/kdevelop/tutorial/crire-vos-propres-widgets.html -share/doc/HTML/fr/kdevelop/tutorial/index.html -share/doc/HTML/fr/kdevelop/tutorial/introduction.html -share/doc/HTML/fr/kdevelop/tutorial/pour-commencer.html -share/doc/HTML/fr/kdevelop/tutorial/tapes-2-et-3-extensions.html -share/doc/HTML/fr/kdevelop/tutorial/tapes-7-14.html -share/doc/HTML/fr/kdevelop/tutorial/tendre-la-classe-widget.html -share/doc/HTML/fr/kdevelop/tutorial/common -share/doc/HTML/fr/kdevelop/tutorial/index.cvlog -share/doc/HTML/fr/kdevelop/tutorial/index.docbook -share/doc/HTML/fr/kdevelop/welcome/.anchors -share/doc/HTML/fr/kdevelop/welcome/bienvenue.html -share/doc/HTML/fr/kdevelop/welcome/index.html -share/doc/HTML/fr/kdevelop/welcome/common -share/doc/HTML/fr/kdevelop/welcome/index.cvlog -share/doc/HTML/fr/kdevelop/welcome/index.docbook -share/doc/HTML/fr/kdevelop/tip.database +share/doc/HTML/fr/kspaceduel/lejeu.html +share/doc/HTML/fr/kspaceduel/options.html +share/doc/HTML/fr/kspaceduel/settings-menu.html share/doc/HTML/fr/ksynth/.anchors share/doc/HTML/fr/ksynth/a-propos-des-droits-administrateur.html share/doc/HTML/fr/ksynth/a-propos-des-exemples.html @@ -6542,6 +5905,7 @@ share/doc/HTML/fr/ksynth/au-coeur-de-arts.html share/doc/HTML/fr/ksynth/autochargement-au-demarrage.html share/doc/HTML/fr/ksynth/autres-considerations.html share/doc/HTML/fr/ksynth/bus.html +share/doc/HTML/fr/ksynth/common share/doc/HTML/fr/ksynth/compilation-et-installation.html share/doc/HTML/fr/ksynth/concepts.html share/doc/HTML/fr/ksynth/configuration-avancee-du-serveur.html @@ -6563,7 +5927,6 @@ share/doc/HTML/fr/ksynth/fermeture-des-structures.html share/doc/HTML/fr/ksynth/fichiers-necessaires.html share/doc/HTML/fr/ksynth/fonctionnalites-du-serveur.html share/doc/HTML/fr/ksynth/gestion-des-sessions.html -share/doc/HTML/fr/ksynth/index.html share/doc/HTML/fr/ksynth/gui-audio-manager.html share/doc/HTML/fr/ksynth/gui-instrument-mapper.html share/doc/HTML/fr/ksynth/gui-label.html @@ -6573,6 +5936,8 @@ share/doc/HTML/fr/ksynth/gui-slider.html share/doc/HTML/fr/ksynth/gui-sub-panel.html share/doc/HTML/fr/ksynth/gui-window.html share/doc/HTML/fr/ksynth/guielements.html +share/doc/HTML/fr/ksynth/index.docbook +share/doc/HTML/fr/ksynth/index.html share/doc/HTML/fr/ksynth/installation.html share/doc/HTML/fr/ksynth/instruments-arts0.3.2.html share/doc/HTML/fr/ksynth/instruments-mappes.html @@ -6580,8 +5945,8 @@ share/doc/HTML/fr/ksynth/interfaces-midi-note.html share/doc/HTML/fr/ksynth/interfaces.html share/doc/HTML/fr/ksynth/introduction-ce-que-vous-trouverez.html share/doc/HTML/fr/ksynth/introduction.html -share/doc/HTML/fr/ksynth/la-magie-du-guimixer.html share/doc/HTML/fr/ksynth/l-alternative-utiliser-arts-comme-serveur.html +share/doc/HTML/fr/ksynth/la-magie-du-guimixer.html share/doc/HTML/fr/ksynth/lancement-rapide.html share/doc/HTML/fr/ksynth/licence-of-the-sound-drivers.html share/doc/HTML/fr/ksynth/manuel-de-reference-des-modules.html @@ -6592,9 +5957,9 @@ share/doc/HTML/fr/ksynth/portage-ecrire-d-autres-gui-builder.html share/doc/HTML/fr/ksynth/possibilites-avancees-avec-les-utilitaires.html share/doc/HTML/fr/ksynth/publication-et-instanciation-dynamique.html share/doc/HTML/fr/ksynth/quelques-mots-sur-corba.html -share/doc/HTML/fr/ksynth/structures.html share/doc/HTML/fr/ksynth/recuperation-d-echantillons.html share/doc/HTML/fr/ksynth/reutiliser-les-structures.html +share/doc/HTML/fr/ksynth/structures.html share/doc/HTML/fr/ksynth/style-de-programmation.html share/doc/HTML/fr/ksynth/suggetions.html share/doc/HTML/fr/ksynth/support-du-serveur-audio-interne.html @@ -6608,7 +5973,6 @@ share/doc/HTML/fr/ksynth/synth-debug.html share/doc/HTML/fr/ksynth/synth-delay.html share/doc/HTML/fr/ksynth/synth-envelope-adsr.html share/doc/HTML/fr/ksynth/synth-fileplay.html -share/doc/HTML/fr/ksynth/common share/doc/HTML/fr/ksynth/synth-fmsource.html share/doc/HTML/fr/ksynth/synth-frequency.html share/doc/HTML/fr/ksynth/synth-fx-cflanger.html @@ -6638,114 +6002,57 @@ share/doc/HTML/fr/ksynth/tutorial.html share/doc/HTML/fr/ksynth/utilisation-de-arts-comme-serveur.html share/doc/HTML/fr/ksynth/utilisation-de-arts-et-brahms.html share/doc/HTML/fr/ksynth/visualmodulesreference.html -share/doc/HTML/fr/ksynth/index.docbook -share/doc/HTML/fr/killustrator/.anchors -share/doc/HTML/fr/killustrator/a-faire.html -share/doc/HTML/fr/killustrator/a-propos-de-ce-manuel.html -share/doc/HTML/fr/killustrator/annuler-refaire.html -share/doc/HTML/fr/killustrator/appendice.html -share/doc/HTML/fr/killustrator/ce-quil-vous-faut-avant-dinstaller.html -share/doc/HTML/fr/killustrator/changer-les-parametres-standards.html -share/doc/HTML/fr/killustrator/compilation-et-installation.html -share/doc/HTML/fr/killustrator/concept-calques.html -share/doc/HTML/fr/killustrator/copyright.html -share/doc/HTML/fr/killustrator/dessiner-des-formes-en-2-dimensions.html -share/doc/HTML/fr/killustrator/foire-aux-questions-faq.html -share/doc/HTML/fr/killustrator/histoire-de-killustrator.html -share/doc/HTML/fr/killustrator/index.html -share/doc/HTML/fr/killustrator/installation-dexcutables.html -share/doc/HTML/fr/killustrator/installation.html -share/doc/HTML/fr/killustrator/introduction.html -share/doc/HTML/fr/killustrator/manipuler-les-couleurs.html -share/doc/HTML/fr/killustrator/outil-zoom.html -share/doc/HTML/fr/killustrator/placer-objets.html -share/doc/HTML/fr/killustrator/transformation-de-formes-en-2d.html -share/doc/HTML/fr/killustrator/travailler-avec-fichiers.html -share/doc/HTML/fr/killustrator/utilisation.html -share/doc/HTML/fr/killustrator/common -share/doc/HTML/fr/killustrator/align.png -share/doc/HTML/fr/killustrator/align2.png -share/doc/HTML/fr/killustrator/bezier.png -share/doc/HTML/fr/killustrator/blend_dialog.png -share/doc/HTML/fr/killustrator/colour.png -share/doc/HTML/fr/killustrator/ellipse.png -share/doc/HTML/fr/killustrator/export.png -share/doc/HTML/fr/killustrator/freehand.png -share/doc/HTML/fr/killustrator/index.cvlog -share/doc/HTML/fr/killustrator/index.docbook -share/doc/HTML/fr/killustrator/line.png -share/doc/HTML/fr/killustrator/logo.png -share/doc/HTML/fr/killustrator/movepoint.png -share/doc/HTML/fr/killustrator/newpoint.png -share/doc/HTML/fr/killustrator/open_dialog.png -share/doc/HTML/fr/killustrator/pfeil.png -share/doc/HTML/fr/killustrator/point.png -share/doc/HTML/fr/killustrator/polygon-setup.png -share/doc/HTML/fr/killustrator/polygon.png -share/doc/HTML/fr/killustrator/rect.png -share/doc/HTML/fr/killustrator/rmpoint.png -share/doc/HTML/fr/killustrator/save_dialog.png -share/doc/HTML/fr/killustrator/schichten.png -share/doc/HTML/fr/killustrator/text.png -share/doc/HTML/fr/killustrator/verteilen.png -share/doc/HTML/fr/killustrator/zoom.png -share/doc/HTML/fr/koshell/.anchors -share/doc/HTML/fr/koshell/index.html -share/doc/HTML/fr/koshell/introduction.html -share/doc/HTML/fr/koshell/common -share/doc/HTML/fr/koshell/index.docbook -share/doc/HTML/fr/kpresenter/.anchors -share/doc/HTML/fr/kpresenter/addshadow.html -share/doc/HTML/fr/kpresenter/appendix.html -share/doc/HTML/fr/kpresenter/credits.html -share/doc/HTML/fr/kpresenter/guides.html -share/doc/HTML/fr/kpresenter/index.html -share/doc/HTML/fr/kpresenter/insertpage.html -share/doc/HTML/fr/kpresenter/insertpic.html -share/doc/HTML/fr/kpresenter/introduction.html -share/doc/HTML/fr/kpresenter/menuitems.html -share/doc/HTML/fr/kpresenter/options.html -share/doc/HTML/fr/kpresenter/qanda.html -share/doc/HTML/fr/kpresenter/screendesc.html -share/doc/HTML/fr/kpresenter/textcolor.html -share/doc/HTML/fr/kpresenter/todo.html -share/doc/HTML/fr/kpresenter/tutorial.html -share/doc/HTML/fr/kpresenter/common -share/doc/HTML/fr/kpresenter/index.docbook -share/doc/HTML/fr/korganizer/.anchors -share/doc/HTML/fr/korganizer/couleurs.html -share/doc/HTML/fr/korganizer/demarrer-korganizer.html -share/doc/HTML/fr/korganizer/fenetre-principale-du-programme.html -share/doc/HTML/fr/korganizer/heure-date.html -share/doc/HTML/fr/korganizer/index.html -share/doc/HTML/fr/korganizer/introduction.html -share/doc/HTML/fr/korganizer/polices.html -share/doc/HTML/fr/korganizer/sec-chercher.html -share/doc/HTML/fr/korganizer/sec-details.html -share/doc/HTML/fr/korganizer/sec-dialogue-options.html -share/doc/HTML/fr/korganizer/sec-fenetre-edition-rendez-vous.html -share/doc/HTML/fr/korganizer/sec-impression.html -share/doc/HTML/fr/korganizer/sec-imprimer.html -share/doc/HTML/fr/korganizer/sec-liste-des-taches.html -share/doc/HTML/fr/korganizer/sec-qcetr.html -share/doc/HTML/fr/korganizer/sec-navigateur-par-date.html -share/doc/HTML/fr/korganizer/sec-recurrence-rendez-vous.html -share/doc/HTML/fr/korganizer/sec-remerciements.html -share/doc/HTML/fr/korganizer/support-alarmes-et-tableau-de-bord.html -share/doc/HTML/fr/korganizer/support-com-palmpilot.html -share/doc/HTML/fr/korganizer/vue-nav-dates.html -share/doc/HTML/fr/korganizer/vues.html -share/doc/HTML/fr/korganizer/common -share/doc/HTML/fr/korganizer/alarmd-panel.png -share/doc/HTML/fr/korganizer/datenavigator.png -share/doc/HTML/fr/korganizer/index.docbook -share/doc/HTML/fr/korganizer/kagenda-appointment.png +share/doc/HTML/fr/ktalkd/.anchors +share/doc/HTML/fr/ktalkd/comment-obtenir-des-informations-de-dbogage-.html +share/doc/HTML/fr/ktalkd/common +share/doc/HTML/fr/ktalkd/compilation-et-installation.html +share/doc/HTML/fr/ktalkd/configuration-ncessaire.html +share/doc/HTML/fr/ktalkd/copyright.html +share/doc/HTML/fr/ktalkd/index.cvlog +share/doc/HTML/fr/ktalkd/index.docbook +share/doc/HTML/fr/ktalkd/index.html +share/doc/HTML/fr/ktalkd/installation.html +share/doc/HTML/fr/ktalkd/introduction.html +share/doc/HTML/fr/ktalkd/plate-formes-supportes.html +share/doc/HTML/fr/ktalkd/pourquoi-ne-reois-je-pas-alors-que-je-suis-u.html +share/doc/HTML/fr/ktalkd/questions-et-rponses.html +share/doc/HTML/fr/ktalkd/utilisation.html +share/doc/HTML/fr/ktron/.anchors +share/doc/HTML/fr/ktron/common +share/doc/HTML/fr/ktron/compilation.html +share/doc/HTML/fr/ktron/computerplayer.html +share/doc/HTML/fr/ktron/config-behaviour.html +share/doc/HTML/fr/ktron/configuration.html +share/doc/HTML/fr/ktron/credits.html +share/doc/HTML/fr/ktron/index.docbook +share/doc/HTML/fr/ktron/index.html +share/doc/HTML/fr/ktron/installation.html +share/doc/HTML/fr/ktron/introduction.html +share/doc/HTML/fr/ktron/keybindings.html +share/doc/HTML/fr/ktron/pausegame.html +share/doc/HTML/fr/ktron/playingktron.html +share/doc/HTML/fr/ktron/requirements.html +share/doc/HTML/fr/ktron/usingkeyboard.html +share/doc/HTML/fr/kuser/.anchors +share/doc/HTML/fr/kuser/add-user.html +share/doc/HTML/fr/kuser/common +share/doc/HTML/fr/kuser/credits.html +share/doc/HTML/fr/kuser/customizing.html +share/doc/HTML/fr/kuser/group-properties.html +share/doc/HTML/fr/kuser/index.docbook +share/doc/HTML/fr/kuser/index.html +share/doc/HTML/fr/kuser/start.html +share/doc/HTML/fr/kuser/user-properties.html +share/doc/HTML/fr/kuser/using.html share/doc/HTML/fr/kvideolist/.anchors share/doc/HTML/fr/kvideolist/ajouter-un-film.html +share/doc/HTML/fr/kvideolist/common share/doc/HTML/fr/kvideolist/conclusion.html share/doc/HTML/fr/kvideolist/contacter-lauteur.html share/doc/HTML/fr/kvideolist/copyright.html share/doc/HTML/fr/kvideolist/fonctionnalits-principales.html +share/doc/HTML/fr/kvideolist/index.cvlog +share/doc/HTML/fr/kvideolist/index.docbook share/doc/HTML/fr/kvideolist/index.html share/doc/HTML/fr/kvideolist/introduction.html share/doc/HTML/fr/kvideolist/la-barre-doutils.html @@ -6757,28 +6064,106 @@ share/doc/HTML/fr/kvideolist/recherche-de-films-et-modes-de-recherche.html share/doc/HTML/fr/kvideolist/sortie-de-statistiques.html share/doc/HTML/fr/kvideolist/supprimer-un-film.html share/doc/HTML/fr/kvideolist/tris-et-modes-de-tri.html -share/doc/HTML/fr/kvideolist/common -share/doc/HTML/fr/kvideolist/index.cvlog -share/doc/HTML/fr/kvideolist/index.docbook -share/doc/HTML/he/common/fdl-translated.html -share/doc/HTML/he/common/gpl-translated.html -share/doc/HTML/he/common/kde-localised.css -share/doc/HTML/he/common/lgpl-translated.html -share/doc/HTML/he/common/logotp3.png +share/doc/HTML/fr/kview/.anchors +share/doc/HTML/fr/kview/cmdline.html +share/doc/HTML/fr/kview/common +share/doc/HTML/fr/kview/how.html +share/doc/HTML/fr/kview/index.docbook +share/doc/HTML/fr/kview/index.html +share/doc/HTML/fr/kview/introduction.html +share/doc/HTML/fr/kview/notes.html +share/doc/HTML/fr/kview/what.html +share/doc/HTML/fr/kwin4/.anchors +share/doc/HTML/fr/kwin4/common +share/doc/HTML/fr/kwin4/compilation.html +share/doc/HTML/fr/kwin4/configuration-necessaire.html +share/doc/HTML/fr/kwin4/credits.html +share/doc/HTML/fr/kwin4/edit-menu.html +share/doc/HTML/fr/kwin4/help.html +share/doc/HTML/fr/kwin4/index.docbook +share/doc/HTML/fr/kwin4/index.html +share/doc/HTML/fr/kwin4/installation.html +share/doc/HTML/fr/kwin4/menus.html +share/doc/HTML/fr/kwin4/option-menu.html +share/doc/HTML/fr/kwin4/presentation-generale.html +share/doc/HTML/fr/kwin4/regles-du-jeu.html +share/doc/HTML/fr/kwin4/remote-connections.html +share/doc/HTML/fr/kwin4/view-menu.html +share/doc/HTML/fr/kwrite/.anchors +share/doc/HTML/fr/kwrite/aide.html +share/doc/HTML/fr/kwrite/common +share/doc/HTML/fr/kwrite/compilation-et-installation.html +share/doc/HTML/fr/kwrite/conditions-pralables.html +share/doc/HTML/fr/kwrite/edition-de-fichiers-sur-linternet.html +share/doc/HTML/fr/kwrite/edition.html +share/doc/HTML/fr/kwrite/impression.html +share/doc/HTML/fr/kwrite/index.cvlog +share/doc/HTML/fr/kwrite/index.docbook +share/doc/HTML/fr/kwrite/index.html +share/doc/HTML/fr/kwrite/installation.html +share/doc/HTML/fr/kwrite/introduction.html +share/doc/HTML/fr/kwrite/les-menus.html +share/doc/HTML/fr/kwrite/options.html +share/doc/HTML/fr/kwrite/prsentation-gnrale.html +share/doc/HTML/fr/kwrite/questions-et-rponses.html +share/doc/HTML/fr/kwrite/raccourcis-clavier.html +share/doc/HTML/fr/kwrite/signets.html +share/doc/HTML/fr/kwuftpd/.anchors +share/doc/HTML/fr/kwuftpd/common +share/doc/HTML/fr/kwuftpd/help.html +share/doc/HTML/fr/kwuftpd/index.cvlog +share/doc/HTML/fr/kwuftpd/index.docbook +share/doc/HTML/fr/kwuftpd/index.html +share/doc/HTML/fr/lskat/.anchors +share/doc/HTML/fr/lskat/common +share/doc/HTML/fr/lskat/compilation.html +share/doc/HTML/fr/lskat/credits.html +share/doc/HTML/fr/lskat/help.html +share/doc/HTML/fr/lskat/index.docbook +share/doc/HTML/fr/lskat/index.html +share/doc/HTML/fr/lskat/installation.html +share/doc/HTML/fr/lskat/menus.html +share/doc/HTML/fr/lskat/option-menu.html +share/doc/HTML/fr/lskat/overview.html +share/doc/HTML/fr/lskat/remote-connections.html +share/doc/HTML/fr/lskat/requirements.html +share/doc/HTML/fr/lskat/rules.html +share/doc/HTML/fr/lskat/view-menu.html +share/doc/HTML/fr/noatun/.anchors +share/doc/HTML/fr/noatun/common +share/doc/HTML/fr/noatun/compilation-and-installation.html +share/doc/HTML/fr/noatun/credits-and-licenses.html +share/doc/HTML/fr/noatun/html-exporter.html +share/doc/HTML/fr/noatun/id3-reader.html +share/doc/HTML/fr/noatun/index.docbook +share/doc/HTML/fr/noatun/index.html +share/doc/HTML/fr/noatun/installation.html +share/doc/HTML/fr/noatun/introduction.html +share/doc/HTML/fr/noatun/kjofol-skin.html +share/doc/HTML/fr/noatun/questions-answers-and-tips.html +share/doc/HTML/fr/noatun/requirements.html +share/doc/HTML/fr/noatun/using-noatun-plugins.html +share/doc/HTML/fr/noatun/using-noatun.html +share/doc/HTML/fr/noatun/young-hickory.html share/doc/HTML/he/common/artistic-license.html share/doc/HTML/he/common/bsd-license.html share/doc/HTML/he/common/caution.png share/doc/HTML/he/common/fdl-license share/doc/HTML/he/common/fdl-license.html +share/doc/HTML/he/common/fdl-translated.html share/doc/HTML/he/common/gpl-license share/doc/HTML/he/common/gpl-license.html +share/doc/HTML/he/common/gpl-translated.html share/doc/HTML/he/common/home.png share/doc/HTML/he/common/important.png share/doc/HTML/he/common/kde-common.css share/doc/HTML/he/common/kde-default.css +share/doc/HTML/he/common/kde-localised.css share/doc/HTML/he/common/lgpl-license share/doc/HTML/he/common/lgpl-license.html +share/doc/HTML/he/common/lgpl-translated.html share/doc/HTML/he/common/logotp3-small.png +share/doc/HTML/he/common/logotp3.png share/doc/HTML/he/common/next.png share/doc/HTML/he/common/note.png share/doc/HTML/he/common/prev.png @@ -6800,24 +6185,36 @@ share/doc/HTML/he/khelpcenter/main.html share/doc/HTML/he/khelpcenter/no-html.html share/doc/HTML/he/khelpcenter/pointers.png share/doc/HTML/he/khelpcenter/shadow1.png -share/doc/HTML/hu/common/fdl-translated.html -share/doc/HTML/hu/common/kde-localised.css -share/doc/HTML/hu/common/lgpl-translated.html -share/doc/HTML/hu/common/logotp3.png +share/doc/HTML/hu/amor/.anchors +share/doc/HTML/hu/amor/common +share/doc/HTML/hu/amor/index.docbook +share/doc/HTML/hu/amor/index.html +share/doc/HTML/hu/amor/introduction.html +share/doc/HTML/hu/artsbuilder/.anchors +share/doc/HTML/hu/artsbuilder/common +share/doc/HTML/hu/artsbuilder/index.docbook +share/doc/HTML/hu/artsbuilder/index.html +share/doc/HTML/hu/artsbuilder/insidearts.html +share/doc/HTML/hu/artsbuilder/introduction.html +share/doc/HTML/hu/artsbuilder/quickstart.html share/doc/HTML/hu/common/artistic-license.html share/doc/HTML/hu/common/bsd-license.html share/doc/HTML/hu/common/caution.png share/doc/HTML/hu/common/fdl-license share/doc/HTML/hu/common/fdl-license.html +share/doc/HTML/hu/common/fdl-translated.html share/doc/HTML/hu/common/gpl-license share/doc/HTML/hu/common/gpl-license.html share/doc/HTML/hu/common/home.png share/doc/HTML/hu/common/important.png share/doc/HTML/hu/common/kde-common.css share/doc/HTML/hu/common/kde-default.css +share/doc/HTML/hu/common/kde-localised.css share/doc/HTML/hu/common/lgpl-license share/doc/HTML/hu/common/lgpl-license.html +share/doc/HTML/hu/common/lgpl-translated.html share/doc/HTML/hu/common/logotp3-small.png +share/doc/HTML/hu/common/logotp3.png share/doc/HTML/hu/common/next.png share/doc/HTML/hu/common/note.png share/doc/HTML/hu/common/prev.png @@ -6830,107 +6227,91 @@ share/doc/HTML/hu/common/up.png share/doc/HTML/hu/common/warning.png share/doc/HTML/hu/common/x11-license.html share/doc/HTML/hu/common/xml.dcl -share/doc/HTML/hu/kcron/.anchors -share/doc/HTML/hu/kcron/aboutcron.html -share/doc/HTML/hu/kcron/acknowledgements.html -share/doc/HTML/hu/kcron/compilationandinstallation.html -share/doc/HTML/hu/kcron/copyenvironmentvariable.html -share/doc/HTML/hu/kcron/copyscheduledtask.html -share/doc/HTML/hu/kcron/cutenvironmentvariable.html -share/doc/HTML/hu/kcron/cutscheduledtask.html -share/doc/HTML/hu/kcron/deleteenvironmentvariable.html -share/doc/HTML/hu/kcron/deletescheduledtask.html -share/doc/HTML/hu/kcron/disableenvironmentvariable.html -share/doc/HTML/hu/kcron/disablescheduledtask.html -share/doc/HTML/hu/kcron/enableenvironmentvariable.html -share/doc/HTML/hu/kcron/enablescheduledtask.html -share/doc/HTML/hu/kcron/environmentvariables.html -share/doc/HTML/hu/kcron/feedback.html -share/doc/HTML/hu/kcron/hidestatusbar.html -share/doc/HTML/hu/kcron/hidetoolbar.html -share/doc/HTML/hu/kcron/index.html -share/doc/HTML/hu/kcron/installation.html -share/doc/HTML/hu/kcron/introduction.html -share/doc/HTML/hu/kcron/license.html -share/doc/HTML/hu/kcron/modifyenvironmentvariable.html -share/doc/HTML/hu/kcron/modifyscheduledtask.html -share/doc/HTML/hu/kcron/onscreenfundamentals.html -share/doc/HTML/hu/kcron/pasteenvironmentvariable.html -share/doc/HTML/hu/kcron/pastescheduledtask.html -share/doc/HTML/hu/kcron/quit.html -share/doc/HTML/hu/kcron/requirements.html -share/doc/HTML/hu/kcron/runscheduledtasknow.html -share/doc/HTML/hu/kcron/save.html -share/doc/HTML/hu/kcron/scheduledtasks.html -share/doc/HTML/hu/kcron/showstatusbar.html -share/doc/HTML/hu/kcron/showtoolbar.html -share/doc/HTML/hu/kcron/common -share/doc/HTML/hu/kcron/index.docbook -share/doc/HTML/hu/kdat/.anchors -share/doc/HTML/hu/kdat/copyright.html -share/doc/HTML/hu/kdat/index.html -share/doc/HTML/hu/kdat/introduction.html -share/doc/HTML/hu/kdat/secbackingup.html -share/doc/HTML/hu/kdat/secformatting.html -share/doc/HTML/hu/kdat/secindexing.html -share/doc/HTML/hu/kdat/secprefs.html -share/doc/HTML/hu/kdat/secprofile.html -share/doc/HTML/hu/kdat/secrestoring.html -share/doc/HTML/hu/kdat/sectapeformat.html -share/doc/HTML/hu/kdat/secverifying.html -share/doc/HTML/hu/kdat/usingkdat.html -share/doc/HTML/hu/kdat/common -share/doc/HTML/hu/kdat/index.docbook -share/doc/HTML/hu/kpackage/.anchors -share/doc/HTML/hu/kpackage/cache-menu.html -share/doc/HTML/hu/kpackage/compilation-and-installation.html -share/doc/HTML/hu/kpackage/index.html -share/doc/HTML/hu/kpackage/installation.html -share/doc/HTML/hu/kpackage/installing-packages.html -share/doc/HTML/hu/kpackage/integrating-uninstalled-packages-in-the-tree.html -share/doc/HTML/hu/kpackage/introduction.html -share/doc/HTML/hu/kpackage/managing-packages-with-the-package-tree.html -share/doc/HTML/hu/kpackage/menus.html -share/doc/HTML/hu/kpackage/onscreenfundamentals.html -share/doc/HTML/hu/kpackage/options-menu.html -share/doc/HTML/hu/kpackage/packages-menu.html -share/doc/HTML/hu/kpackage/requirements.html -share/doc/HTML/hu/kpackage/toolbar.html -share/doc/HTML/hu/kpackage/uninstalling-packages.html -share/doc/HTML/hu/kpackage/common -share/doc/HTML/hu/kpackage/index.docbook -share/doc/HTML/hu/ksysv/.anchors -share/doc/HTML/hu/ksysv/appendix.html -share/doc/HTML/hu/ksysv/authors.html -share/doc/HTML/hu/ksysv/configuration.html -share/doc/HTML/hu/ksysv/credits.html -share/doc/HTML/hu/ksysv/index.html -share/doc/HTML/hu/ksysv/introduction.html -share/doc/HTML/hu/ksysv/keyboard.html -share/doc/HTML/hu/ksysv/license.html -share/doc/HTML/hu/ksysv/onscreenfundamentals.html -share/doc/HTML/hu/ksysv/standard-semantics-of-runlevels.html -share/doc/HTML/hu/ksysv/the-menu-entries.html -share/doc/HTML/hu/ksysv/common -share/doc/HTML/hu/ksysv/index.docbook -share/doc/HTML/hu/kuser/.anchors -share/doc/HTML/hu/kuser/index.html -share/doc/HTML/hu/kuser/sec1add.html -share/doc/HTML/hu/kuser/sec1groupprops.html -share/doc/HTML/hu/kuser/sec1userprops.html -share/doc/HTML/hu/kuser/seccust.html -share/doc/HTML/hu/kuser/secdoc.html -share/doc/HTML/hu/kuser/secepilogue.html -share/doc/HTML/hu/kuser/secintro.html -share/doc/HTML/hu/kuser/secstart.html -share/doc/HTML/hu/kuser/secusing.html -share/doc/HTML/hu/kuser/common -share/doc/HTML/hu/kuser/index.docbook -share/doc/HTML/hu/kwuftpd/.anchors -share/doc/HTML/hu/kwuftpd/help.html -share/doc/HTML/hu/kwuftpd/index.html -share/doc/HTML/hu/kwuftpd/common -share/doc/HTML/hu/kwuftpd/index.docbook +share/doc/HTML/hu/kab/.anchors +share/doc/HTML/hu/kab/common +share/doc/HTML/hu/kab/index.docbook +share/doc/HTML/hu/kab/index.html +share/doc/HTML/hu/kab/temp.html +share/doc/HTML/hu/kabalone/.anchors +share/doc/HTML/hu/kabalone/command-line-options.html +share/doc/HTML/hu/kabalone/common +share/doc/HTML/hu/kabalone/credits-and-licenses.html +share/doc/HTML/hu/kabalone/edit-menu.html +share/doc/HTML/hu/kabalone/index.docbook +share/doc/HTML/hu/kabalone/index.html +share/doc/HTML/hu/kabalone/installation.html +share/doc/HTML/hu/kabalone/introduction.html +share/doc/HTML/hu/kabalone/rules-of-the-game.html +share/doc/HTML/hu/kabalone/settings-menu.html +share/doc/HTML/hu/kabalone/the-user-interface.html +share/doc/HTML/hu/karm/.anchors +share/doc/HTML/hu/karm/common +share/doc/HTML/hu/karm/credits.html +share/doc/HTML/hu/karm/general-use.html +share/doc/HTML/hu/karm/index.docbook +share/doc/HTML/hu/karm/index.html +share/doc/HTML/hu/karm/installation.html +share/doc/HTML/hu/karm/interface.html +share/doc/HTML/hu/karm/introduction.html +share/doc/HTML/hu/karm/menus.html +share/doc/HTML/hu/karm/status-bar.html +share/doc/HTML/hu/karm/tool-bar.html +share/doc/HTML/hu/karm/using-karm.html +share/doc/HTML/hu/kasteroids/.anchors +share/doc/HTML/hu/kasteroids/authors.html +share/doc/HTML/hu/kasteroids/common +share/doc/HTML/hu/kasteroids/controls.html +share/doc/HTML/hu/kasteroids/epilogue.html +share/doc/HTML/hu/kasteroids/index.docbook +share/doc/HTML/hu/kasteroids/index.html +share/doc/HTML/hu/kasteroids/introduction.html +share/doc/HTML/hu/kasteroids/ship.html +share/doc/HTML/hu/kasteroids/tips.html +share/doc/HTML/hu/kasteroids/upgrades.html +share/doc/HTML/hu/katomic/.anchors +share/doc/HTML/hu/katomic/common +share/doc/HTML/hu/katomic/compilation.html +share/doc/HTML/hu/katomic/configuration.html +share/doc/HTML/hu/katomic/credits.html +share/doc/HTML/hu/katomic/help.html +share/doc/HTML/hu/katomic/index.docbook +share/doc/HTML/hu/katomic/index.html +share/doc/HTML/hu/katomic/installation.html +share/doc/HTML/hu/katomic/introduction.html +share/doc/HTML/hu/katomic/keybindings.html +share/doc/HTML/hu/katomic/optmenu.html +share/doc/HTML/hu/katomic/playingkatomic.html +share/doc/HTML/hu/katomic/requirements.html +share/doc/HTML/hu/kblackbox/.anchors +share/doc/HTML/hu/kblackbox/common +share/doc/HTML/hu/kblackbox/credits-and-license.html +share/doc/HTML/hu/kblackbox/game-description.html +share/doc/HTML/hu/kblackbox/game-rules.html +share/doc/HTML/hu/kblackbox/gui-description.html +share/doc/HTML/hu/kblackbox/help.html +share/doc/HTML/hu/kblackbox/index.docbook +share/doc/HTML/hu/kblackbox/index.html +share/doc/HTML/hu/kblackbox/installation.html +share/doc/HTML/hu/kblackbox/settings-menu.html +share/doc/HTML/hu/kblackbox/toolbar.html +share/doc/HTML/hu/kblackbox/user-interaction.html +share/doc/HTML/hu/kblackbox/what-is-kblackbox.html +share/doc/HTML/hu/kcalc/.anchors +share/doc/HTML/hu/kcalc/and-or-xor.html +share/doc/HTML/hu/kcalc/comments-on-specific-functions.html +share/doc/HTML/hu/kcalc/common +share/doc/HTML/hu/kcalc/copyright.html +share/doc/HTML/hu/kcalc/enable-long-double-precision.html +share/doc/HTML/hu/kcalc/index.docbook +share/doc/HTML/hu/kcalc/index.html +share/doc/HTML/hu/kcalc/installation.html +share/doc/HTML/hu/kcalc/introduction.html +share/doc/HTML/hu/kcalc/key-accels.html +share/doc/HTML/hu/kcalc/lsh-rsh.html +share/doc/HTML/hu/kcalc/percent.html +share/doc/HTML/hu/kcalc/questions-and-answers.html +share/doc/HTML/hu/kcalc/trigonometric-mode.html +share/doc/HTML/hu/kcalc/usage.html share/doc/HTML/hu/kcontrol/.anchors share/doc/HTML/hu/kcontrol/action.html share/doc/HTML/hu/kcontrol/background.html @@ -6939,6 +6320,7 @@ share/doc/HTML/hu/kcontrol/bell.html share/doc/HTML/hu/kcontrol/blockdev.html share/doc/HTML/hu/kcontrol/borders.html share/doc/HTML/hu/kcontrol/color.html +share/doc/HTML/hu/kcontrol/common share/doc/HTML/hu/kcontrol/control-center-exiting.html share/doc/HTML/hu/kcontrol/control-center-menus.html share/doc/HTML/hu/kcontrol/control-center-run-indiv.html @@ -6960,49 +6342,13 @@ share/doc/HTML/hu/kcontrol/fonts.html share/doc/HTML/hu/kcontrol/help-index.html share/doc/HTML/hu/kcontrol/icons.html share/doc/HTML/hu/kcontrol/iconstyle.html +share/doc/HTML/hu/kcontrol/index.docbook share/doc/HTML/hu/kcontrol/index.html share/doc/HTML/hu/kcontrol/interrupts.html share/doc/HTML/hu/kcontrol/introduction.html share/doc/HTML/hu/kcontrol/ioports.html share/doc/HTML/hu/kcontrol/kbd.html share/doc/HTML/hu/kcontrol/kblayout.html -share/doc/HTML/hu/kcontrol/key-bindings.html -share/doc/HTML/hu/kcontrol/konq-browsing.html -share/doc/HTML/hu/kcontrol/laptop.html -share/doc/HTML/hu/kcontrol/locale.html -share/doc/HTML/hu/kcontrol/login-manager.html -share/doc/HTML/hu/kcontrol/lowbatcrit.html -share/doc/HTML/hu/kcontrol/lowbatwarn.html -share/doc/HTML/hu/kcontrol/memory.html -share/doc/HTML/hu/kcontrol/midi.html -share/doc/HTML/hu/kcontrol/mixer.html -share/doc/HTML/hu/kcontrol/module.html -share/doc/HTML/hu/kcontrol/modules.html -share/doc/HTML/hu/kcontrol/mouse-behav.html -share/doc/HTML/hu/kcontrol/mouse.html -share/doc/HTML/hu/kcontrol/numbername.html -share/doc/HTML/hu/kcontrol/panel.html -share/doc/HTML/hu/kcontrol/partitions.html -share/doc/HTML/hu/kcontrol/passwords.html -share/doc/HTML/hu/kcontrol/pci.html -share/doc/HTML/hu/kcontrol/pcmcia.html -share/doc/HTML/hu/kcontrol/powerctrl.html -share/doc/HTML/hu/kcontrol/processor.html -share/doc/HTML/hu/kcontrol/proxies.html -share/doc/HTML/hu/kcontrol/sambastatus.html -share/doc/HTML/hu/kcontrol/screensaver.html -share/doc/HTML/hu/kcontrol/scsi.html -share/doc/HTML/hu/kcontrol/sndserver.html -share/doc/HTML/hu/kcontrol/soundinfo.html -share/doc/HTML/hu/kcontrol/style.html -share/doc/HTML/hu/kcontrol/sys-notify.html -share/doc/HTML/hu/kcontrol/talk.html -share/doc/HTML/hu/kcontrol/taskbar.html -share/doc/HTML/hu/kcontrol/user-agent.html -share/doc/HTML/hu/kcontrol/windows-shares.html -share/doc/HTML/hu/kcontrol/xserver.html -share/doc/HTML/hu/kcontrol/common -share/doc/HTML/hu/kcontrol/index.docbook share/doc/HTML/hu/kcontrol/kcmaccess.docbook share/doc/HTML/hu/kcontrol/kcmaction.docbook share/doc/HTML/hu/kcontrol/kcmbackgnd.docbook @@ -7064,15 +6410,103 @@ share/doc/HTML/hu/kcontrol/kcmtaskbar.docbook share/doc/HTML/hu/kcontrol/kcmuseragent.docbook share/doc/HTML/hu/kcontrol/kcmwinshare.docbook share/doc/HTML/hu/kcontrol/kcmxservinfo.docbook +share/doc/HTML/hu/kcontrol/key-bindings.html +share/doc/HTML/hu/kcontrol/konq-browsing.html +share/doc/HTML/hu/kcontrol/laptop.html +share/doc/HTML/hu/kcontrol/locale.html +share/doc/HTML/hu/kcontrol/login-manager.html +share/doc/HTML/hu/kcontrol/lowbatcrit.html +share/doc/HTML/hu/kcontrol/lowbatwarn.html +share/doc/HTML/hu/kcontrol/memory.html +share/doc/HTML/hu/kcontrol/midi.html +share/doc/HTML/hu/kcontrol/mixer.html +share/doc/HTML/hu/kcontrol/module.html +share/doc/HTML/hu/kcontrol/modules.html +share/doc/HTML/hu/kcontrol/mouse-behav.html +share/doc/HTML/hu/kcontrol/mouse.html +share/doc/HTML/hu/kcontrol/numbername.html +share/doc/HTML/hu/kcontrol/panel.html +share/doc/HTML/hu/kcontrol/partitions.html +share/doc/HTML/hu/kcontrol/passwords.html +share/doc/HTML/hu/kcontrol/pci.html +share/doc/HTML/hu/kcontrol/pcmcia.html +share/doc/HTML/hu/kcontrol/powerctrl.html +share/doc/HTML/hu/kcontrol/processor.html +share/doc/HTML/hu/kcontrol/proxies.html +share/doc/HTML/hu/kcontrol/sambastatus.html +share/doc/HTML/hu/kcontrol/screensaver.html +share/doc/HTML/hu/kcontrol/scsi.html +share/doc/HTML/hu/kcontrol/sndserver.html +share/doc/HTML/hu/kcontrol/soundinfo.html +share/doc/HTML/hu/kcontrol/style.html +share/doc/HTML/hu/kcontrol/sys-notify.html +share/doc/HTML/hu/kcontrol/talk.html +share/doc/HTML/hu/kcontrol/taskbar.html +share/doc/HTML/hu/kcontrol/user-agent.html +share/doc/HTML/hu/kcontrol/windows-shares.html +share/doc/HTML/hu/kcontrol/xserver.html +share/doc/HTML/hu/kcron/.anchors +share/doc/HTML/hu/kcron/aboutcron.html +share/doc/HTML/hu/kcron/acknowledgements.html +share/doc/HTML/hu/kcron/common +share/doc/HTML/hu/kcron/compilationandinstallation.html +share/doc/HTML/hu/kcron/copyenvironmentvariable.html +share/doc/HTML/hu/kcron/copyscheduledtask.html +share/doc/HTML/hu/kcron/cutenvironmentvariable.html +share/doc/HTML/hu/kcron/cutscheduledtask.html +share/doc/HTML/hu/kcron/deleteenvironmentvariable.html +share/doc/HTML/hu/kcron/deletescheduledtask.html +share/doc/HTML/hu/kcron/disableenvironmentvariable.html +share/doc/HTML/hu/kcron/disablescheduledtask.html +share/doc/HTML/hu/kcron/enableenvironmentvariable.html +share/doc/HTML/hu/kcron/enablescheduledtask.html +share/doc/HTML/hu/kcron/environmentvariables.html +share/doc/HTML/hu/kcron/feedback.html +share/doc/HTML/hu/kcron/hidestatusbar.html +share/doc/HTML/hu/kcron/hidetoolbar.html +share/doc/HTML/hu/kcron/index.docbook +share/doc/HTML/hu/kcron/index.html +share/doc/HTML/hu/kcron/installation.html +share/doc/HTML/hu/kcron/introduction.html +share/doc/HTML/hu/kcron/license.html +share/doc/HTML/hu/kcron/modifyenvironmentvariable.html +share/doc/HTML/hu/kcron/modifyscheduledtask.html +share/doc/HTML/hu/kcron/onscreenfundamentals.html +share/doc/HTML/hu/kcron/pasteenvironmentvariable.html +share/doc/HTML/hu/kcron/pastescheduledtask.html +share/doc/HTML/hu/kcron/quit.html +share/doc/HTML/hu/kcron/requirements.html +share/doc/HTML/hu/kcron/runscheduledtasknow.html +share/doc/HTML/hu/kcron/save.html +share/doc/HTML/hu/kcron/scheduledtasks.html +share/doc/HTML/hu/kcron/showstatusbar.html +share/doc/HTML/hu/kcron/showtoolbar.html +share/doc/HTML/hu/kdat/.anchors +share/doc/HTML/hu/kdat/common +share/doc/HTML/hu/kdat/copyright.html +share/doc/HTML/hu/kdat/index.docbook +share/doc/HTML/hu/kdat/index.html +share/doc/HTML/hu/kdat/introduction.html +share/doc/HTML/hu/kdat/secbackingup.html +share/doc/HTML/hu/kdat/secformatting.html +share/doc/HTML/hu/kdat/secindexing.html +share/doc/HTML/hu/kdat/secprefs.html +share/doc/HTML/hu/kdat/secprofile.html +share/doc/HTML/hu/kdat/secrestoring.html +share/doc/HTML/hu/kdat/sectapeformat.html +share/doc/HTML/hu/kdat/secverifying.html +share/doc/HTML/hu/kdat/usingkdat.html share/doc/HTML/hu/kdebugdialog/.anchors -share/doc/HTML/hu/kdebugdialog/index.html -share/doc/HTML/hu/kdebugdialog/introduction.html share/doc/HTML/hu/kdebugdialog/common share/doc/HTML/hu/kdebugdialog/index.docbook +share/doc/HTML/hu/kdebugdialog/index.html +share/doc/HTML/hu/kdebugdialog/introduction.html share/doc/HTML/hu/kdesu/.anchors share/doc/HTML/hu/kdesu/author.html +share/doc/HTML/hu/kdesu/common share/doc/HTML/hu/kdesu/compiling.html share/doc/HTML/hu/kdesu/configuration.html +share/doc/HTML/hu/kdesu/index.docbook share/doc/HTML/hu/kdesu/index.html share/doc/HTML/hu/kdesu/installation.html share/doc/HTML/hu/kdesu/interface-to-su.html @@ -7081,29 +6515,266 @@ share/doc/HTML/hu/kdesu/introduction.html share/doc/HTML/hu/kdesu/password-checking.html share/doc/HTML/hu/kdesu/secpasswordkeeping.html share/doc/HTML/hu/kdesu/usingkdesu.html -share/doc/HTML/hu/kdesu/common -share/doc/HTML/hu/kdesu/index.docbook +share/doc/HTML/hu/kdevelop/manual/.anchors +share/doc/HTML/hu/kdevelop/manual/a-fejleszti-folyamat.html +share/doc/HTML/hu/kdevelop/manual/a-kdevelop-elindtsa.html +share/doc/HTML/hu/kdevelop/manual/a-kdevelop-eszkzk-eszkzk-rvid-lersa.html +share/doc/HTML/hu/kdevelop/manual/a-kimeneti-ablak.html +share/doc/HTML/hu/kdevelop/manual/adding-widgets.html +share/doc/HTML/hu/kdevelop/manual/az-osztlybngsz-s-a-fjlnzegetk.html +share/doc/HTML/hu/kdevelop/manual/beptett-cvs.html +share/doc/HTML/hu/kdevelop/manual/bevezet.html +share/doc/HTML/hu/kdevelop/manual/billentykombincik.html +share/doc/HTML/hu/kdevelop/manual/build-settings.html +share/doc/HTML/hu/kdevelop/manual/changing-keyboard-shortcuts.html +share/doc/HTML/hu/kdevelop/manual/common +share/doc/HTML/hu/kdevelop/manual/compiler-and-linker-linker-flags-for-project.html +share/doc/HTML/hu/kdevelop/manual/compiler-options.html +share/doc/HTML/hu/kdevelop/manual/compiler-warnings.html +share/doc/HTML/hu/kdevelop/manual/configure.html +share/doc/HTML/hu/kdevelop/manual/configuring-the-html-html-browser.html +share/doc/HTML/hu/kdevelop/manual/copyright.html +share/doc/HTML/hu/kdevelop/manual/creating-a-new-dialog.html +share/doc/HTML/hu/kdevelop/manual/debugger.html +share/doc/HTML/hu/kdevelop/manual/debugging.html +share/doc/HTML/hu/kdevelop/manual/development-with-kdevelop.html +share/doc/HTML/hu/kdevelop/manual/documentation.html +share/doc/HTML/hu/kdevelop/manual/edit-windows-settings.html +share/doc/HTML/hu/kdevelop/manual/editing-a-project.html +share/doc/HTML/hu/kdevelop/manual/errl-a-kziknyvrl.html +share/doc/HTML/hu/kdevelop/manual/external-projects.html +share/doc/HTML/hu/kdevelop/manual/file-viewer-options.html +share/doc/HTML/hu/kdevelop/manual/fordts-s-telepts.html +share/doc/HTML/hu/kdevelop/manual/general-configuration.html +share/doc/HTML/hu/kdevelop/manual/generating-files.html +share/doc/HTML/hu/kdevelop/manual/index.cvlog +share/doc/HTML/hu/kdevelop/manual/index.docbook +share/doc/HTML/hu/kdevelop/manual/index.html +share/doc/HTML/hu/kdevelop/manual/installation.html +share/doc/HTML/hu/kdevelop/manual/kdevelop-setup.html +share/doc/HTML/hu/kdevelop/manual/ksznet.html +share/doc/HTML/hu/kdevelop/manual/library-and-system-problems.html +share/doc/HTML/hu/kdevelop/manual/linker-options.html +share/doc/HTML/hu/kdevelop/manual/make-options.html +share/doc/HTML/hu/kdevelop/manual/make.html +share/doc/HTML/hu/kdevelop/manual/managing-classes.html +share/doc/HTML/hu/kdevelop/manual/menubar-menubar-commands.html +share/doc/HTML/hu/kdevelop/manual/navigating-within-files.html +share/doc/HTML/hu/kdevelop/manual/new-project-new-projects.html +share/doc/HTML/hu/kdevelop/manual/opening-and-closing-of-projects.html +share/doc/HTML/hu/kdevelop/manual/overview.html +share/doc/HTML/hu/kdevelop/manual/printing.html +share/doc/HTML/hu/kdevelop/manual/programs.html +share/doc/HTML/hu/kdevelop/manual/projects.html +share/doc/HTML/hu/kdevelop/manual/questions-and-answers.html +share/doc/HTML/hu/kdevelop/manual/rendszer-kvetelmnyek-rendszer-kvetelmnyek.html +share/doc/HTML/hu/kdevelop/manual/searching-and-replacing.html +share/doc/HTML/hu/kdevelop/manual/setting-paths.html +share/doc/HTML/hu/kdevelop/manual/setting-properties.html +share/doc/HTML/hu/kdevelop/manual/shared-libraries-and-breakpoints.html +share/doc/HTML/hu/kdevelop/manual/szerzk.html +share/doc/HTML/hu/kdevelop/manual/the-class-browser.html +share/doc/HTML/hu/kdevelop/manual/the-classtools.html +share/doc/HTML/hu/kdevelop/manual/the-dialog-editor.html +share/doc/HTML/hu/kdevelop/manual/the-floating-toolbar.html +share/doc/HTML/hu/kdevelop/manual/the-help-system.html +share/doc/HTML/hu/kdevelop/manual/the-installation-program.html +share/doc/HTML/hu/kdevelop/manual/the-internal-debugger.html +share/doc/HTML/hu/kdevelop/manual/the-statusbar-statusbar-help.html +share/doc/HTML/hu/kdevelop/manual/the-widget-editor.html +share/doc/HTML/hu/kdevelop/manual/toolbar-toolbar-items.html +share/doc/HTML/hu/kdevelop/manual/tovbbi-informcik.html +share/doc/HTML/hu/kdevelop/manual/usage-questions.html +share/doc/HTML/hu/kdevelop/manual/using-cvs-commands.html +share/doc/HTML/hu/kdevelop/manual/using-the-documentation-browser.html +share/doc/HTML/hu/kdevelop/manual/using-the-internal-debugger.html +share/doc/HTML/hu/kdevelop/manual/where-to-get-information.html +share/doc/HTML/hu/kdevelop/manual/working-with-keyboard-shortcuts.html +share/doc/HTML/hu/kdevelop/manual/working-with-the-editor.html +share/doc/HTML/hu/kdevelop/welcome/.anchors +share/doc/HTML/hu/kdevelop/welcome/common +share/doc/HTML/hu/kdevelop/welcome/index.cvlog +share/doc/HTML/hu/kdevelop/welcome/index.docbook +share/doc/HTML/hu/kdevelop/welcome/index.html +share/doc/HTML/hu/kdevelop/welcome/udvozoljuk.html +share/doc/HTML/hu/kdf/.anchors +share/doc/HTML/hu/kdf/common +share/doc/HTML/hu/kdf/credits.html +share/doc/HTML/hu/kdf/index.docbook +share/doc/HTML/hu/kdf/index.html +share/doc/HTML/hu/kdf/installation.html +share/doc/HTML/hu/kdf/introduction.html +share/doc/HTML/hu/kdf/main-window.html +share/doc/HTML/hu/kdf/the-menus.html +share/doc/HTML/hu/kdf/using-kdf.html share/doc/HTML/hu/kdm/.anchors share/doc/HTML/hu/kdm/building-and-installing-kdm.html +share/doc/HTML/hu/kdm/common share/doc/HTML/hu/kdm/configuring-kdm.html share/doc/HTML/hu/kdm/configuring-your-system-for-kdm.html share/doc/HTML/hu/kdm/credits.html share/doc/HTML/hu/kdm/different-window-managers-with-kdm.html +share/doc/HTML/hu/kdm/index.docbook share/doc/HTML/hu/kdm/index.html share/doc/HTML/hu/kdm/introduction.html share/doc/HTML/hu/kdm/kdmdesktop.html share/doc/HTML/hu/kdm/lilo.html share/doc/HTML/hu/kdm/locale.html share/doc/HTML/hu/kdm/other-information.html -share/doc/HTML/hu/kdm/common -share/doc/HTML/hu/kdm/index.docbook +share/doc/HTML/hu/kdvi/.anchors +share/doc/HTML/hu/kdvi/common +share/doc/HTML/hu/kdvi/index.docbook +share/doc/HTML/hu/kdvi/index.html +share/doc/HTML/hu/kdvi/opt-rendering.html +share/doc/HTML/hu/kdvi/options.html +share/doc/HTML/hu/kdvi/printing.html +share/doc/HTML/hu/kdvi/qampa.html +share/doc/HTML/hu/kdvi/usage.html +share/doc/HTML/hu/kedit/.anchors +share/doc/HTML/hu/kedit/command-line-options.html +share/doc/HTML/hu/kedit/common +share/doc/HTML/hu/kedit/credits.html +share/doc/HTML/hu/kedit/edit.html +share/doc/HTML/hu/kedit/go.html +share/doc/HTML/hu/kedit/help.html +share/doc/HTML/hu/kedit/index.docbook +share/doc/HTML/hu/kedit/index.html +share/doc/HTML/hu/kedit/installation.html +share/doc/HTML/hu/kedit/introduction.html +share/doc/HTML/hu/kedit/keybindings.html +share/doc/HTML/hu/kedit/on-screen-fundamentals.html +share/doc/HTML/hu/kedit/pref-dialog.html +share/doc/HTML/hu/kedit/prefcolors.html +share/doc/HTML/hu/kedit/prefmisc.html +share/doc/HTML/hu/kedit/prefspellchecker.html +share/doc/HTML/hu/kedit/settings.html +share/doc/HTML/hu/kedit/the-menu-entries.html +share/doc/HTML/hu/kedit/tools.html +share/doc/HTML/hu/keystone/.anchors +share/doc/HTML/hu/keystone/common +share/doc/HTML/hu/keystone/index.docbook +share/doc/HTML/hu/keystone/index.html +share/doc/HTML/hu/keystone/introduction.html +share/doc/HTML/hu/kfax/.anchors +share/doc/HTML/hu/kfax/command-line-options.html +share/doc/HTML/hu/kfax/common +share/doc/HTML/hu/kfax/compilation-and-installation.html +share/doc/HTML/hu/kfax/copyright.html +share/doc/HTML/hu/kfax/dealing-with-files-on-the-internet.html +share/doc/HTML/hu/kfax/fax-options.html +share/doc/HTML/hu/kfax/fundamentals.html +share/doc/HTML/hu/kfax/help.html +share/doc/HTML/hu/kfax/how-to-create-fax-files.html +share/doc/HTML/hu/kfax/index.docbook +share/doc/HTML/hu/kfax/index.html +share/doc/HTML/hu/kfax/installation.html +share/doc/HTML/hu/kfax/introduction.html +share/doc/HTML/hu/kfax/kfax-key-bindings.html +share/doc/HTML/hu/kfax/options.html +share/doc/HTML/hu/kfax/printing.html +share/doc/HTML/hu/kfax/questionsandanswers.html +share/doc/HTML/hu/kfax/requirements.html +share/doc/HTML/hu/kfax/themenuentries.html +share/doc/HTML/hu/kfax/view.html +share/doc/HTML/hu/kfind/.anchors +share/doc/HTML/hu/kfind/authors.html +share/doc/HTML/hu/kfind/common +share/doc/HTML/hu/kfind/compilation-and-installation.html +share/doc/HTML/hu/kfind/configuration.html +share/doc/HTML/hu/kfind/edit.html +share/doc/HTML/hu/kfind/epilog.html +share/doc/HTML/hu/kfind/help.html +share/doc/HTML/hu/kfind/index.docbook +share/doc/HTML/hu/kfind/index.html +share/doc/HTML/hu/kfind/installation.html +share/doc/HTML/hu/kfind/introduction.html +share/doc/HTML/hu/kfind/onscreenfundamentals.html +share/doc/HTML/hu/kfind/options.html +share/doc/HTML/hu/kfind/requirements.html +share/doc/HTML/hu/kfind/search-parameters-dialog.html +share/doc/HTML/hu/kfind/themenuentries.html +share/doc/HTML/hu/kfind/viewing-area.html +share/doc/HTML/hu/kfloppy/.anchors +share/doc/HTML/hu/kfloppy/buttons.html +share/doc/HTML/hu/kfloppy/command-line.html +share/doc/HTML/hu/kfloppy/common +share/doc/HTML/hu/kfloppy/credits.html +share/doc/HTML/hu/kfloppy/formatting-options.html +share/doc/HTML/hu/kfloppy/index.docbook +share/doc/HTML/hu/kfloppy/index.html +share/doc/HTML/hu/kfloppy/installation.html +share/doc/HTML/hu/kfloppy/introduction.html +share/doc/HTML/hu/kfloppy/usingkfloppy.html +share/doc/HTML/hu/kfouleggs/.anchors +share/doc/HTML/hu/kfouleggs/common +share/doc/HTML/hu/kfouleggs/index.docbook +share/doc/HTML/hu/kfouleggs/index.html +share/doc/HTML/hu/kfouleggs/introduction.html +share/doc/HTML/hu/kfract/.anchors +share/doc/HTML/hu/kfract/common +share/doc/HTML/hu/kfract/index.docbook +share/doc/HTML/hu/kfract/index.html +share/doc/HTML/hu/kfract/introduction.html +share/doc/HTML/hu/kfract/onscreenfundamentals.html +share/doc/HTML/hu/kfract/the-file-menu.html +share/doc/HTML/hu/kfract/the-help-menu.html +share/doc/HTML/hu/kfract/the-options-menu.html +share/doc/HTML/hu/kfract/the-toolbar.html +share/doc/HTML/hu/kfract/the-types-menu.html +share/doc/HTML/hu/kghostview/.anchors +share/doc/HTML/hu/kghostview/authors.html +share/doc/HTML/hu/kghostview/common +share/doc/HTML/hu/kghostview/configure-interpreter.html +share/doc/HTML/hu/kghostview/copyright.html +share/doc/HTML/hu/kghostview/dialogboxes.html +share/doc/HTML/hu/kghostview/epilogue.html +share/doc/HTML/hu/kghostview/fundamentals.html +share/doc/HTML/hu/kghostview/ghostscript-messages.html +share/doc/HTML/hu/kghostview/go-to-page.html +share/doc/HTML/hu/kghostview/go.html +share/doc/HTML/hu/kghostview/help.html +share/doc/HTML/hu/kghostview/index.docbook +share/doc/HTML/hu/kghostview/index.html +share/doc/HTML/hu/kghostview/info.html +share/doc/HTML/hu/kghostview/introduction.html +share/doc/HTML/hu/kghostview/options.html +share/doc/HTML/hu/kghostview/page-list.html +share/doc/HTML/hu/kghostview/primarymenuitems.html +share/doc/HTML/hu/kghostview/tool-bar.html +share/doc/HTML/hu/kghostview/tutorial.html +share/doc/HTML/hu/kghostview/view.html +share/doc/HTML/hu/khelpcenter/.anchors +share/doc/HTML/hu/khelpcenter/background.png +share/doc/HTML/hu/khelpcenter/bgtable.png +share/doc/HTML/hu/khelpcenter/common +share/doc/HTML/hu/khelpcenter/contact-developers.html +share/doc/HTML/hu/khelpcenter/contact-more-information.html +share/doc/HTML/hu/khelpcenter/contact-official.html +share/doc/HTML/hu/khelpcenter/contact-the-kde-team.html +share/doc/HTML/hu/khelpcenter/contact.docbook +share/doc/HTML/hu/khelpcenter/help-invokation.html +share/doc/HTML/hu/khelpcenter/help-navigation.html +share/doc/HTML/hu/khelpcenter/help-searching.html +share/doc/HTML/hu/khelpcenter/help-system-user-manual.html +share/doc/HTML/hu/khelpcenter/help.docbook +share/doc/HTML/hu/khelpcenter/index.docbook +share/doc/HTML/hu/khelpcenter/index.html +share/doc/HTML/hu/khelpcenter/khelpcenter.png +share/doc/HTML/hu/khelpcenter/konq.css +share/doc/HTML/hu/khelpcenter/lines.png +share/doc/HTML/hu/khelpcenter/links.docbook +share/doc/HTML/hu/khelpcenter/main.html +share/doc/HTML/hu/khelpcenter/no-html.html +share/doc/HTML/hu/khelpcenter/pointers.png share/doc/HTML/hu/khelpcenter/quickstart/.anchors share/doc/HTML/hu/khelpcenter/quickstart/advanced-topics.html share/doc/HTML/hu/khelpcenter/quickstart/an-overview-of-kde.html share/doc/HTML/hu/khelpcenter/quickstart/archives-and-networks.html +share/doc/HTML/hu/khelpcenter/quickstart/common share/doc/HTML/hu/khelpcenter/quickstart/configuration-modules.html share/doc/HTML/hu/khelpcenter/quickstart/configure.html share/doc/HTML/hu/khelpcenter/quickstart/credits.html +share/doc/HTML/hu/khelpcenter/quickstart/index.docbook share/doc/HTML/hu/khelpcenter/quickstart/index.html share/doc/HTML/hu/khelpcenter/quickstart/introduction.html share/doc/HTML/hu/khelpcenter/quickstart/kde-an-exciting-journey.html @@ -7116,14 +6787,16 @@ share/doc/HTML/hu/khelpcenter/quickstart/using-templates.html share/doc/HTML/hu/khelpcenter/quickstart/using-v-desktops.html share/doc/HTML/hu/khelpcenter/quickstart/want-command-line-back.html share/doc/HTML/hu/khelpcenter/quickstart/working-with-windows.html -share/doc/HTML/hu/khelpcenter/quickstart/common -share/doc/HTML/hu/khelpcenter/quickstart/index.docbook +share/doc/HTML/hu/khelpcenter/shadow1.png +share/doc/HTML/hu/khelpcenter/support.docbook +share/doc/HTML/hu/khelpcenter/supporting-kde-financial-support.html +share/doc/HTML/hu/khelpcenter/supporting-kde-get-started.html +share/doc/HTML/hu/khelpcenter/supporting-kde.html share/doc/HTML/hu/khelpcenter/visualdict/.anchors -share/doc/HTML/hu/khelpcenter/visualdict/credits.html -share/doc/HTML/hu/khelpcenter/visualdict/index.html -share/doc/HTML/hu/khelpcenter/visualdict/visual-dictionary.html share/doc/HTML/hu/khelpcenter/visualdict/common +share/doc/HTML/hu/khelpcenter/visualdict/credits.html share/doc/HTML/hu/khelpcenter/visualdict/index.docbook +share/doc/HTML/hu/khelpcenter/visualdict/index.html share/doc/HTML/hu/khelpcenter/visualdict/pict1.png share/doc/HTML/hu/khelpcenter/visualdict/pict10.png share/doc/HTML/hu/khelpcenter/visualdict/pict11.png @@ -7144,42 +6817,33 @@ share/doc/HTML/hu/khelpcenter/visualdict/pict6.png share/doc/HTML/hu/khelpcenter/visualdict/pict7.png share/doc/HTML/hu/khelpcenter/visualdict/pict8.png share/doc/HTML/hu/khelpcenter/visualdict/pict9.png -share/doc/HTML/hu/khelpcenter/.anchors -share/doc/HTML/hu/khelpcenter/contact-developers.html -share/doc/HTML/hu/khelpcenter/contact-more-information.html -share/doc/HTML/hu/khelpcenter/contact-official.html -share/doc/HTML/hu/khelpcenter/contact-the-kde-team.html -share/doc/HTML/hu/khelpcenter/help-invokation.html -share/doc/HTML/hu/khelpcenter/help-navigation.html -share/doc/HTML/hu/khelpcenter/help-searching.html -share/doc/HTML/hu/khelpcenter/help-system-user-manual.html -share/doc/HTML/hu/khelpcenter/index.html -share/doc/HTML/hu/khelpcenter/supporting-kde-financial-support.html -share/doc/HTML/hu/khelpcenter/supporting-kde-get-started.html -share/doc/HTML/hu/khelpcenter/supporting-kde.html +share/doc/HTML/hu/khelpcenter/visualdict/visual-dictionary.html share/doc/HTML/hu/khelpcenter/web.html share/doc/HTML/hu/khelpcenter/welcome-to-kde.html +share/doc/HTML/hu/khelpcenter/welcome.docbook share/doc/HTML/hu/khelpcenter/what-is-kde-the-desktop.html share/doc/HTML/hu/khelpcenter/what-is-kde-the-development-framework.html share/doc/HTML/hu/khelpcenter/what-is-kde-the-office-suite.html share/doc/HTML/hu/khelpcenter/what-is-kde.html -share/doc/HTML/hu/khelpcenter/common -share/doc/HTML/hu/khelpcenter/background.png -share/doc/HTML/hu/khelpcenter/bgtable.png -share/doc/HTML/hu/khelpcenter/contact.docbook -share/doc/HTML/hu/khelpcenter/help.docbook -share/doc/HTML/hu/khelpcenter/index.docbook -share/doc/HTML/hu/khelpcenter/khelpcenter.png -share/doc/HTML/hu/khelpcenter/konq.css -share/doc/HTML/hu/khelpcenter/lines.png -share/doc/HTML/hu/khelpcenter/links.docbook -share/doc/HTML/hu/khelpcenter/main.html -share/doc/HTML/hu/khelpcenter/no-html.html -share/doc/HTML/hu/khelpcenter/pointers.png -share/doc/HTML/hu/khelpcenter/shadow1.png -share/doc/HTML/hu/khelpcenter/support.docbook -share/doc/HTML/hu/khelpcenter/welcome.docbook share/doc/HTML/hu/khelpcenter/whatiskde.docbook +share/doc/HTML/hu/khexedit/.anchors +share/doc/HTML/hu/khexedit/bookmarks.html +share/doc/HTML/hu/khexedit/common +share/doc/HTML/hu/khexedit/credits.html +share/doc/HTML/hu/khexedit/document-menu.html +share/doc/HTML/hu/khexedit/edit-menu.html +share/doc/HTML/hu/khexedit/help-menu.html +share/doc/HTML/hu/khexedit/index.docbook +share/doc/HTML/hu/khexedit/index.html +share/doc/HTML/hu/khexedit/installation.html +share/doc/HTML/hu/khexedit/introduction.html +share/doc/HTML/hu/khexedit/menu-commands.html +share/doc/HTML/hu/khexedit/nutshell.html +share/doc/HTML/hu/khexedit/settings-menu.html +share/doc/HTML/hu/khexedit/starting-khexedit.html +share/doc/HTML/hu/khexedit/toolbar.html +share/doc/HTML/hu/khexedit/tools-menu.html +share/doc/HTML/hu/khexedit/view-menu.html share/doc/HTML/hu/kicker/.anchors share/doc/HTML/hu/kicker/applets.html share/doc/HTML/hu/kicker/application-group.html @@ -7188,6 +6852,7 @@ share/doc/HTML/hu/kicker/browsers.html share/doc/HTML/hu/kicker/child-panel-extension.html share/doc/HTML/hu/kicker/clock-applet.html share/doc/HTML/hu/kicker/commands.html +share/doc/HTML/hu/kicker/common share/doc/HTML/hu/kicker/compilation.html share/doc/HTML/hu/kicker/configuration.html share/doc/HTML/hu/kicker/configuring-apps.html @@ -7196,6 +6861,7 @@ share/doc/HTML/hu/kicker/credits.html share/doc/HTML/hu/kicker/dock-application-bar-extension.html share/doc/HTML/hu/kicker/extensions.html share/doc/HTML/hu/kicker/faq.html +share/doc/HTML/hu/kicker/index.docbook share/doc/HTML/hu/kicker/index.html share/doc/HTML/hu/kicker/installation.html share/doc/HTML/hu/kicker/introduction.html @@ -7217,34 +6883,168 @@ share/doc/HTML/hu/kicker/run-applet.html share/doc/HTML/hu/kicker/run-command.html share/doc/HTML/hu/kicker/systemtray-applet.html share/doc/HTML/hu/kicker/using-kicker.html -share/doc/HTML/hu/kicker/common -share/doc/HTML/hu/kicker/index.docbook +share/doc/HTML/hu/kit/.anchors +share/doc/HTML/hu/kit/common +share/doc/HTML/hu/kit/index.docbook +share/doc/HTML/hu/kit/index.html +share/doc/HTML/hu/kit/introduction.html +share/doc/HTML/hu/kjots/.anchors +share/doc/HTML/hu/kjots/common +share/doc/HTML/hu/kjots/index.docbook +share/doc/HTML/hu/kjots/index.html +share/doc/HTML/hu/kjots/introduction.html +share/doc/HTML/hu/kjots/keyboardshortcuts.html +share/doc/HTML/hu/kjots/subjectlist.html +share/doc/HTML/hu/kjots/todo.html +share/doc/HTML/hu/kjots/usage.html +share/doc/HTML/hu/kjumpingcube/.anchors +share/doc/HTML/hu/kjumpingcube/common +share/doc/HTML/hu/kjumpingcube/compilation.html +share/doc/HTML/hu/kjumpingcube/credits.html +share/doc/HTML/hu/kjumpingcube/index.docbook +share/doc/HTML/hu/kjumpingcube/index.html +share/doc/HTML/hu/kjumpingcube/installation.html +share/doc/HTML/hu/kjumpingcube/introduction.html +share/doc/HTML/hu/kjumpingcube/playingkjumpingcube.html +share/doc/HTML/hu/kjumpingcube/questionsanswersandtips.html +share/doc/HTML/hu/kjumpingcube/requirements.html share/doc/HTML/hu/klipper/.anchors share/doc/HTML/hu/klipper/actions.html +share/doc/HTML/hu/klipper/common share/doc/HTML/hu/klipper/compilation.html share/doc/HTML/hu/klipper/configuration.html share/doc/HTML/hu/klipper/credits.html +share/doc/HTML/hu/klipper/index.docbook share/doc/HTML/hu/klipper/index.html share/doc/HTML/hu/klipper/installation.html share/doc/HTML/hu/klipper/introduction.html share/doc/HTML/hu/klipper/requirements.html share/doc/HTML/hu/klipper/using-klipper.html -share/doc/HTML/hu/klipper/common -share/doc/HTML/hu/klipper/index.docbook +share/doc/HTML/hu/kljettool/.anchors +share/doc/HTML/hu/kljettool/common +share/doc/HTML/hu/kljettool/compilation-and-installation.html +share/doc/HTML/hu/kljettool/credits.html +share/doc/HTML/hu/kljettool/getting-kljettool-to-work.html +share/doc/HTML/hu/kljettool/index.docbook +share/doc/HTML/hu/kljettool/index.html +share/doc/HTML/hu/kljettool/installation.html +share/doc/HTML/hu/kljettool/introduction.html +share/doc/HTML/hu/kljettool/requirements.html +share/doc/HTML/hu/kljettool/usage.html +share/doc/HTML/hu/klpq/.anchors +share/doc/HTML/hu/klpq/author.html +share/doc/HTML/hu/klpq/common +share/doc/HTML/hu/klpq/compilation-and-installation.html +share/doc/HTML/hu/klpq/index.docbook +share/doc/HTML/hu/klpq/index.html +share/doc/HTML/hu/klpq/installation.html +share/doc/HTML/hu/klpq/introduction.html +share/doc/HTML/hu/klpq/mainwindow.html +share/doc/HTML/hu/klpq/requirements.html +share/doc/HTML/hu/klpq/spooler-dialog.html +share/doc/HTML/hu/klpq/todo.html +share/doc/HTML/hu/klpq/usage.html +share/doc/HTML/hu/kmahjongg/.anchors +share/doc/HTML/hu/kmahjongg/common +share/doc/HTML/hu/kmahjongg/epilogue.html +share/doc/HTML/hu/kmahjongg/index.docbook +share/doc/HTML/hu/kmahjongg/index.html +share/doc/HTML/hu/kmahjongg/introduction.html share/doc/HTML/hu/kmenuedit/.anchors +share/doc/HTML/hu/kmenuedit/common share/doc/HTML/hu/kmenuedit/credits.html share/doc/HTML/hu/kmenuedit/details-advanced.html share/doc/HTML/hu/kmenuedit/glossary.html +share/doc/HTML/hu/kmenuedit/index.docbook share/doc/HTML/hu/kmenuedit/index.html share/doc/HTML/hu/kmenuedit/introduction.html share/doc/HTML/hu/kmenuedit/menu-reference.html share/doc/HTML/hu/kmenuedit/using-kmenuedit.html -share/doc/HTML/hu/kmenuedit/common -share/doc/HTML/hu/kmenuedit/index.docbook +share/doc/HTML/hu/kmines/.anchors +share/doc/HTML/hu/kmines/command.html +share/doc/HTML/hu/kmines/common +share/doc/HTML/hu/kmines/compilation.html +share/doc/HTML/hu/kmines/credits.html +share/doc/HTML/hu/kmines/help-menu.html +share/doc/HTML/hu/kmines/howtoplay.html +share/doc/HTML/hu/kmines/index.docbook +share/doc/HTML/hu/kmines/index.html +share/doc/HTML/hu/kmines/installation.html +share/doc/HTML/hu/kmines/introduction.html +share/doc/HTML/hu/kmines/keys.html +share/doc/HTML/hu/kmines/prefs.html +share/doc/HTML/hu/kmines/settings-menu.html +share/doc/HTML/hu/kmix/.anchors +share/doc/HTML/hu/kmix/common +share/doc/HTML/hu/kmix/compilation.html +share/doc/HTML/hu/kmix/configuration-options.html +share/doc/HTML/hu/kmix/control-panel.html +share/doc/HTML/hu/kmix/credits.html +share/doc/HTML/hu/kmix/index.docbook +share/doc/HTML/hu/kmix/index.html +share/doc/HTML/hu/kmix/installation.html +share/doc/HTML/hu/kmix/introduction.html +share/doc/HTML/hu/kmix/panning-slider.html +share/doc/HTML/hu/kmix/requirements.html +share/doc/HTML/hu/kmix/working-with-kmix.html +share/doc/HTML/hu/kmoon/.anchors +share/doc/HTML/hu/kmoon/common +share/doc/HTML/hu/kmoon/index.docbook +share/doc/HTML/hu/kmoon/index.html +share/doc/HTML/hu/kmoon/introduction.html +share/doc/HTML/hu/knode/.anchors +share/doc/HTML/hu/knode/common +share/doc/HTML/hu/knode/index.docbook +share/doc/HTML/hu/knode/index.html +share/doc/HTML/hu/knode/introduction.html +share/doc/HTML/hu/knotes/.anchors +share/doc/HTML/hu/knotes/common +share/doc/HTML/hu/knotes/compilation.html +share/doc/HTML/hu/knotes/configuration.html +share/doc/HTML/hu/knotes/configuring-actions.html +share/doc/HTML/hu/knotes/configuring-editor.html +share/doc/HTML/hu/knotes/credits.html +share/doc/HTML/hu/knotes/customizing-actions.html +share/doc/HTML/hu/knotes/customizing-display.html +share/doc/HTML/hu/knotes/customizing-editor.html +share/doc/HTML/hu/knotes/deleting-a-note.html +share/doc/HTML/hu/knotes/desktop-functions.html +share/doc/HTML/hu/knotes/displaying-notes.html +share/doc/HTML/hu/knotes/hiding-a-note.html +share/doc/HTML/hu/knotes/index.docbook +share/doc/HTML/hu/knotes/index.html +share/doc/HTML/hu/knotes/inserting-the-date.html +share/doc/HTML/hu/knotes/installation.html +share/doc/HTML/hu/knotes/introduction.html +share/doc/HTML/hu/knotes/mailing-a-note.html +share/doc/HTML/hu/knotes/printing-a-note.html +share/doc/HTML/hu/knotes/quit-knotes.html +share/doc/HTML/hu/knotes/renaming-a-note.html +share/doc/HTML/hu/knotes/requirements.html +share/doc/HTML/hu/knotes/typing-the-note.html +share/doc/HTML/hu/knotes/using-knotes.html +share/doc/HTML/hu/kodo/.anchors +share/doc/HTML/hu/kodo/common +share/doc/HTML/hu/kodo/compilationandinstallation.html +share/doc/HTML/hu/kodo/howitworks.html +share/doc/HTML/hu/kodo/index.docbook +share/doc/HTML/hu/kodo/index.html +share/doc/HTML/hu/kodo/installation.html +share/doc/HTML/hu/kodo/introduction.html +share/doc/HTML/hu/kodo/onscreenoperation.html +share/doc/HTML/hu/konquest/.anchors +share/doc/HTML/hu/konquest/common +share/doc/HTML/hu/konquest/epilogue.html +share/doc/HTML/hu/konquest/index.docbook +share/doc/HTML/hu/konquest/index.html +share/doc/HTML/hu/konquest/notes.html +share/doc/HTML/hu/konquest/playingthegame.html share/doc/HTML/hu/konsole/.anchors share/doc/HTML/hu/konsole/command-line-options.html +share/doc/HTML/hu/konsole/common share/doc/HTML/hu/konsole/credits.html share/doc/HTML/hu/konsole/history-option.html +share/doc/HTML/hu/konsole/index.docbook share/doc/HTML/hu/konsole/index.html share/doc/HTML/hu/konsole/installation.html share/doc/HTML/hu/konsole/introduction.html @@ -7252,12 +7052,30 @@ share/doc/HTML/hu/konsole/menubar.html share/doc/HTML/hu/konsole/mousebuttons.html share/doc/HTML/hu/konsole/toolbar.html share/doc/HTML/hu/konsole/use-of-konsole.html -share/doc/HTML/hu/konsole/common -share/doc/HTML/hu/konsole/index.docbook +share/doc/HTML/hu/kpackage/.anchors +share/doc/HTML/hu/kpackage/cache-menu.html +share/doc/HTML/hu/kpackage/common +share/doc/HTML/hu/kpackage/compilation-and-installation.html +share/doc/HTML/hu/kpackage/index.docbook +share/doc/HTML/hu/kpackage/index.html +share/doc/HTML/hu/kpackage/installation.html +share/doc/HTML/hu/kpackage/installing-packages.html +share/doc/HTML/hu/kpackage/integrating-uninstalled-packages-in-the-tree.html +share/doc/HTML/hu/kpackage/introduction.html +share/doc/HTML/hu/kpackage/managing-packages-with-the-package-tree.html +share/doc/HTML/hu/kpackage/menus.html +share/doc/HTML/hu/kpackage/onscreenfundamentals.html +share/doc/HTML/hu/kpackage/options-menu.html +share/doc/HTML/hu/kpackage/packages-menu.html +share/doc/HTML/hu/kpackage/requirements.html +share/doc/HTML/hu/kpackage/toolbar.html +share/doc/HTML/hu/kpackage/uninstalling-packages.html share/doc/HTML/hu/kpager/.anchors +share/doc/HTML/hu/kpager/common share/doc/HTML/hu/kpager/compilation-and-installation.html share/doc/HTML/hu/kpager/customizingkpageradvancedfeatures.html share/doc/HTML/hu/kpager/frequentlyaskedquestionsfaq.html +share/doc/HTML/hu/kpager/index.docbook share/doc/HTML/hu/kpager/index.html share/doc/HTML/hu/kpager/installation.html share/doc/HTML/hu/kpager/introduction.html @@ -7268,146 +7086,22 @@ share/doc/HTML/hu/kpager/rows-mode.html share/doc/HTML/hu/kpager/the-global-desktop.html share/doc/HTML/hu/kpager/the-window-properties-menu.html share/doc/HTML/hu/kpager/workingwithkpager.html -share/doc/HTML/hu/kpager/common -share/doc/HTML/hu/kpager/index.docbook -share/doc/HTML/hu/ksysguard/.anchors -share/doc/HTML/hu/ksysguard/authors.html -share/doc/HTML/hu/ksysguard/compilationandinstallation.html -share/doc/HTML/hu/ksysguard/frequentlyaskedquestions.html -share/doc/HTML/hu/ksysguard/index.html -share/doc/HTML/hu/ksysguard/installation.html -share/doc/HTML/hu/ksysguard/introduction.html -share/doc/HTML/hu/ksysguard/licenseandwarranty.html -share/doc/HTML/hu/ksysguard/requirements.html -share/doc/HTML/hu/ksysguard/thesensorbrowser.html -share/doc/HTML/hu/ksysguard/theworkspace.html -share/doc/HTML/hu/ksysguard/usingtheksysguard.html -share/doc/HTML/hu/ksysguard/common -share/doc/HTML/hu/ksysguard/index.docbook -share/doc/HTML/hu/kwrite/.anchors -share/doc/HTML/hu/kwrite/command-line-options.html -share/doc/HTML/hu/kwrite/credits.html -share/doc/HTML/hu/kwrite/edit.html -share/doc/HTML/hu/kwrite/go.html -share/doc/HTML/hu/kwrite/help.html -share/doc/HTML/hu/kwrite/index.html -share/doc/HTML/hu/kwrite/installation.html -share/doc/HTML/hu/kwrite/introduction.html -share/doc/HTML/hu/kwrite/keybindings.html -share/doc/HTML/hu/kwrite/on-screen-fundamentals.html -share/doc/HTML/hu/kwrite/pref-dialog.html -share/doc/HTML/hu/kwrite/pref-edit.html -share/doc/HTML/hu/kwrite/pref-highlighting.html -share/doc/HTML/hu/kwrite/pref-indent.html -share/doc/HTML/hu/kwrite/pref-select.html -share/doc/HTML/hu/kwrite/prefspellchecker.html -share/doc/HTML/hu/kwrite/settings.html -share/doc/HTML/hu/kwrite/common -share/doc/HTML/hu/kwrite/the-menu-entries.html -share/doc/HTML/hu/kwrite/tools.html -share/doc/HTML/hu/kwrite/index.docbook -share/doc/HTML/hu/kabalone/.anchors -share/doc/HTML/hu/kabalone/command-line-options.html -share/doc/HTML/hu/kabalone/credits-and-licenses.html -share/doc/HTML/hu/kabalone/edit-menu.html -share/doc/HTML/hu/kabalone/index.html -share/doc/HTML/hu/kabalone/installation.html -share/doc/HTML/hu/kabalone/introduction.html -share/doc/HTML/hu/kabalone/rules-of-the-game.html -share/doc/HTML/hu/kabalone/settings-menu.html -share/doc/HTML/hu/kabalone/the-user-interface.html -share/doc/HTML/hu/kabalone/common -share/doc/HTML/hu/kabalone/index.docbook -share/doc/HTML/hu/kasteroids/.anchors -share/doc/HTML/hu/kasteroids/authors.html -share/doc/HTML/hu/kasteroids/controls.html -share/doc/HTML/hu/kasteroids/epilogue.html -share/doc/HTML/hu/kasteroids/index.html -share/doc/HTML/hu/kasteroids/introduction.html -share/doc/HTML/hu/kasteroids/ship.html -share/doc/HTML/hu/kasteroids/tips.html -share/doc/HTML/hu/kasteroids/upgrades.html -share/doc/HTML/hu/kasteroids/common -share/doc/HTML/hu/kasteroids/index.docbook -share/doc/HTML/hu/katomic/.anchors -share/doc/HTML/hu/katomic/compilation.html -share/doc/HTML/hu/katomic/configuration.html -share/doc/HTML/hu/katomic/credits.html -share/doc/HTML/hu/katomic/help.html -share/doc/HTML/hu/katomic/index.html -share/doc/HTML/hu/katomic/installation.html -share/doc/HTML/hu/katomic/introduction.html -share/doc/HTML/hu/katomic/keybindings.html -share/doc/HTML/hu/katomic/optmenu.html -share/doc/HTML/hu/katomic/playingkatomic.html -share/doc/HTML/hu/katomic/requirements.html -share/doc/HTML/hu/katomic/common -share/doc/HTML/hu/katomic/index.docbook -share/doc/HTML/hu/kblackbox/.anchors -share/doc/HTML/hu/kblackbox/credits-and-license.html -share/doc/HTML/hu/kblackbox/game-description.html -share/doc/HTML/hu/kblackbox/game-rules.html -share/doc/HTML/hu/kblackbox/gui-description.html -share/doc/HTML/hu/kblackbox/help.html -share/doc/HTML/hu/kblackbox/index.html -share/doc/HTML/hu/kblackbox/installation.html -share/doc/HTML/hu/kblackbox/settings-menu.html -share/doc/HTML/hu/kblackbox/toolbar.html -share/doc/HTML/hu/kblackbox/user-interaction.html -share/doc/HTML/hu/kblackbox/what-is-kblackbox.html -share/doc/HTML/hu/kblackbox/common -share/doc/HTML/hu/kblackbox/index.docbook -share/doc/HTML/hu/kfouleggs/.anchors -share/doc/HTML/hu/kfouleggs/index.html -share/doc/HTML/hu/kfouleggs/introduction.html -share/doc/HTML/hu/kfouleggs/common -share/doc/HTML/hu/kfouleggs/index.docbook -share/doc/HTML/hu/kjumpingcube/.anchors -share/doc/HTML/hu/kjumpingcube/compilation.html -share/doc/HTML/hu/kjumpingcube/credits.html -share/doc/HTML/hu/kjumpingcube/index.html -share/doc/HTML/hu/kjumpingcube/installation.html -share/doc/HTML/hu/kjumpingcube/introduction.html -share/doc/HTML/hu/kjumpingcube/playingkjumpingcube.html -share/doc/HTML/hu/kjumpingcube/questionsanswersandtips.html -share/doc/HTML/hu/kjumpingcube/requirements.html -share/doc/HTML/hu/kjumpingcube/common -share/doc/HTML/hu/kjumpingcube/index.docbook -share/doc/HTML/hu/kmahjongg/.anchors -share/doc/HTML/hu/kmahjongg/epilogue.html -share/doc/HTML/hu/kmahjongg/index.html -share/doc/HTML/hu/kmahjongg/introduction.html -share/doc/HTML/hu/kmahjongg/common -share/doc/HTML/hu/kmahjongg/index.docbook -share/doc/HTML/hu/kmines/.anchors -share/doc/HTML/hu/kmines/command.html -share/doc/HTML/hu/kmines/compilation.html -share/doc/HTML/hu/kmines/credits.html -share/doc/HTML/hu/kmines/help-menu.html -share/doc/HTML/hu/kmines/howtoplay.html -share/doc/HTML/hu/kmines/index.html -share/doc/HTML/hu/kmines/installation.html -share/doc/HTML/hu/kmines/introduction.html -share/doc/HTML/hu/kmines/keys.html -share/doc/HTML/hu/kmines/prefs.html -share/doc/HTML/hu/kmines/settings-menu.html -share/doc/HTML/hu/kmines/common -share/doc/HTML/hu/kmines/index.docbook -share/doc/HTML/hu/konquest/.anchors -share/doc/HTML/hu/konquest/epilogue.html -share/doc/HTML/hu/konquest/index.html -share/doc/HTML/hu/konquest/notes.html -share/doc/HTML/hu/konquest/playingthegame.html -share/doc/HTML/hu/konquest/common -share/doc/HTML/hu/konquest/index.docbook +share/doc/HTML/hu/kpaint/.anchors +share/doc/HTML/hu/kpaint/common +share/doc/HTML/hu/kpaint/index.docbook +share/doc/HTML/hu/kpaint/index.html +share/doc/HTML/hu/kpaint/introductiongraphicfilereftechnicpnggraphic.html +share/doc/HTML/hu/kpaint/planned-features.html share/doc/HTML/hu/kpat/.anchors share/doc/HTML/hu/kpat/calculation.html +share/doc/HTML/hu/kpat/common share/doc/HTML/hu/kpat/compilation.html share/doc/HTML/hu/kpat/credits.html share/doc/HTML/hu/kpat/edit-menu.html share/doc/HTML/hu/kpat/freecell.html share/doc/HTML/hu/kpat/grandfather.html share/doc/HTML/hu/kpat/help.html +share/doc/HTML/hu/kpat/index.docbook share/doc/HTML/hu/kpat/index.html share/doc/HTML/hu/kpat/installation.html share/doc/HTML/hu/kpat/introduction.html @@ -7419,15 +7113,32 @@ share/doc/HTML/hu/kpat/rules-of-the-game.html share/doc/HTML/hu/kpat/ten.html share/doc/HTML/hu/kpat/the-idiot.html share/doc/HTML/hu/kpat/using-kpat.html -share/doc/HTML/hu/kpat/common -share/doc/HTML/hu/kpat/index.docbook +share/doc/HTML/hu/kpm/.anchors +share/doc/HTML/hu/kpm/commands.html +share/doc/HTML/hu/kpm/common +share/doc/HTML/hu/kpm/compilation.html +share/doc/HTML/hu/kpm/credits.html +share/doc/HTML/hu/kpm/faq.html +share/doc/HTML/hu/kpm/index.docbook +share/doc/HTML/hu/kpm/index.html +share/doc/HTML/hu/kpm/installation.html +share/doc/HTML/hu/kpm/introduction.html +share/doc/HTML/hu/kpm/managing-processes.html +share/doc/HTML/hu/kpm/monitoring-processes.html +share/doc/HTML/hu/kpm/monitoring-resources.html +share/doc/HTML/hu/kpm/other-signals.html +share/doc/HTML/hu/kpm/requirements.html +share/doc/HTML/hu/kpm/signals.html +share/doc/HTML/hu/kpm/using-kpm.html share/doc/HTML/hu/kpoker/.anchors share/doc/HTML/hu/kpoker/bet.html +share/doc/HTML/hu/kpoker/common share/doc/HTML/hu/kpoker/copyright.html share/doc/HTML/hu/kpoker/epilogue.html share/doc/HTML/hu/kpoker/exchange.html share/doc/HTML/hu/kpoker/general-options.html share/doc/HTML/hu/kpoker/hands.html +share/doc/HTML/hu/kpoker/index.docbook share/doc/HTML/hu/kpoker/index.html share/doc/HTML/hu/kpoker/introduction.html share/doc/HTML/hu/kpoker/one-player-game.html @@ -7437,87 +7148,97 @@ share/doc/HTML/hu/kpoker/scoring.html share/doc/HTML/hu/kpoker/see.html share/doc/HTML/hu/kpoker/two-player-game.html share/doc/HTML/hu/kpoker/where-do-i-get-the-latest-version-of-kpoker.html -share/doc/HTML/hu/kpoker/common -share/doc/HTML/hu/kpoker/index.docbook share/doc/HTML/hu/kreversi/.anchors share/doc/HTML/hu/kreversi/a-minute-to-learn.html share/doc/HTML/hu/kreversi/authors.html +share/doc/HTML/hu/kreversi/common share/doc/HTML/hu/kreversi/copyright.html share/doc/HTML/hu/kreversi/epilogue.html +share/doc/HTML/hu/kreversi/index.docbook share/doc/HTML/hu/kreversi/index.html share/doc/HTML/hu/kreversi/introduction.html share/doc/HTML/hu/kreversi/rulesofthegame.html share/doc/HTML/hu/kreversi/strategyhints.html -share/doc/HTML/hu/kreversi/common -share/doc/HTML/hu/kreversi/index.docbook share/doc/HTML/hu/ksame/.anchors +share/doc/HTML/hu/ksame/common share/doc/HTML/hu/ksame/copyright.html share/doc/HTML/hu/ksame/epilogue.html +share/doc/HTML/hu/ksame/index.docbook share/doc/HTML/hu/ksame/index.html share/doc/HTML/hu/ksame/introduction.html share/doc/HTML/hu/ksame/rules-of-the-game.html share/doc/HTML/hu/ksame/strategy-hint.html -share/doc/HTML/hu/ksame/common -share/doc/HTML/hu/ksame/index.docbook share/doc/HTML/hu/kshisen/.anchors +share/doc/HTML/hu/kshisen/common share/doc/HTML/hu/kshisen/compilation.html share/doc/HTML/hu/kshisen/configuration.html share/doc/HTML/hu/kshisen/credits.html share/doc/HTML/hu/kshisen/game-menu.html +share/doc/HTML/hu/kshisen/index.docbook share/doc/HTML/hu/kshisen/index.html share/doc/HTML/hu/kshisen/installation.html share/doc/HTML/hu/kshisen/introduction.html share/doc/HTML/hu/kshisen/key-bindings.html share/doc/HTML/hu/kshisen/playing-kshisen.html share/doc/HTML/hu/kshisen/requirements.html -share/doc/HTML/hu/kshisen/common -share/doc/HTML/hu/kshisen/index.docbook share/doc/HTML/hu/ksirtet/.anchors share/doc/HTML/hu/ksirtet/authors.html +share/doc/HTML/hu/ksirtet/common share/doc/HTML/hu/ksirtet/epilogue.html share/doc/HTML/hu/ksirtet/how-to-gain-points.html share/doc/HTML/hu/ksirtet/howtoplay.html +share/doc/HTML/hu/ksirtet/index.docbook share/doc/HTML/hu/ksirtet/index.html share/doc/HTML/hu/ksirtet/introduction.html share/doc/HTML/hu/ksirtet/multiplayer.html share/doc/HTML/hu/ksirtet/options.html -share/doc/HTML/hu/ksirtet/common -share/doc/HTML/hu/ksirtet/index.docbook share/doc/HTML/hu/ksmiletris/.anchors share/doc/HTML/hu/ksmiletris/changes.html +share/doc/HTML/hu/ksmiletris/common share/doc/HTML/hu/ksmiletris/credits.html share/doc/HTML/hu/ksmiletris/developement.html share/doc/HTML/hu/ksmiletris/epilogue.html +share/doc/HTML/hu/ksmiletris/index.docbook share/doc/HTML/hu/ksmiletris/index.html share/doc/HTML/hu/ksmiletris/introduction.html share/doc/HTML/hu/ksmiletris/license.html share/doc/HTML/hu/ksmiletris/to-do.html -share/doc/HTML/hu/ksmiletris/common -share/doc/HTML/hu/ksmiletris/index.docbook share/doc/HTML/hu/ksnake/.anchors share/doc/HTML/hu/ksnake/authors.html +share/doc/HTML/hu/ksnake/common share/doc/HTML/hu/ksnake/customization.html share/doc/HTML/hu/ksnake/epilogue.html +share/doc/HTML/hu/ksnake/index.docbook share/doc/HTML/hu/ksnake/index.html share/doc/HTML/hu/ksnake/introduction.html share/doc/HTML/hu/ksnake/rulesofthegame.html share/doc/HTML/hu/ksnake/scoring.html -share/doc/HTML/hu/ksnake/common -share/doc/HTML/hu/ksnake/index.docbook +share/doc/HTML/hu/ksnapshot/.anchors +share/doc/HTML/hu/ksnapshot/additional-features.html +share/doc/HTML/hu/ksnapshot/common +share/doc/HTML/hu/ksnapshot/credits.html +share/doc/HTML/hu/ksnapshot/index.docbook +share/doc/HTML/hu/ksnapshot/index.html +share/doc/HTML/hu/ksnapshot/installation.html +share/doc/HTML/hu/ksnapshot/introduction.html +share/doc/HTML/hu/ksnapshot/taking-snapshot.html +share/doc/HTML/hu/ksnapshot/using-ksapshot.html share/doc/HTML/hu/ksokoban/.anchors +share/doc/HTML/hu/ksokoban/common share/doc/HTML/hu/ksokoban/credits.html share/doc/HTML/hu/ksokoban/howtoplay.html +share/doc/HTML/hu/ksokoban/index.docbook share/doc/HTML/hu/ksokoban/index.html share/doc/HTML/hu/ksokoban/introduction.html share/doc/HTML/hu/ksokoban/loadingexternallevels.html -share/doc/HTML/hu/ksokoban/common -share/doc/HTML/hu/ksokoban/index.docbook share/doc/HTML/hu/kspaceduel/.anchors share/doc/HTML/hu/kspaceduel/ai.html share/doc/HTML/hu/kspaceduel/command.html +share/doc/HTML/hu/kspaceduel/common share/doc/HTML/hu/kspaceduel/compilation.html share/doc/HTML/hu/kspaceduel/credits.html share/doc/HTML/hu/kspaceduel/help-menu.html +share/doc/HTML/hu/kspaceduel/index.docbook share/doc/HTML/hu/kspaceduel/index.html share/doc/HTML/hu/kspaceduel/installation.html share/doc/HTML/hu/kspaceduel/introduction.html @@ -7525,14 +7246,77 @@ share/doc/HTML/hu/kspaceduel/keys.html share/doc/HTML/hu/kspaceduel/options.html share/doc/HTML/hu/kspaceduel/settings-menu.html share/doc/HTML/hu/kspaceduel/thegame.html -share/doc/HTML/hu/kspaceduel/common -share/doc/HTML/hu/kspaceduel/index.docbook +share/doc/HTML/hu/kspell/.anchors +share/doc/HTML/hu/kspell/common +share/doc/HTML/hu/kspell/configuration-dialog-.html +share/doc/HTML/hu/kspell/contact-information.html +share/doc/HTML/hu/kspell/encodings.html +share/doc/HTML/hu/kspell/index.docbook +share/doc/HTML/hu/kspell/index.html +share/doc/HTML/hu/kspell/misspelled-word-dialog.html +share/doc/HTML/hu/kspell/other-functions.html +share/doc/HTML/hu/kspell/other.html +share/doc/HTML/hu/kspell/spell-checking-client.html +share/doc/HTML/hu/ksysguard/.anchors +share/doc/HTML/hu/ksysguard/authors.html +share/doc/HTML/hu/ksysguard/common +share/doc/HTML/hu/ksysguard/compilationandinstallation.html +share/doc/HTML/hu/ksysguard/frequentlyaskedquestions.html +share/doc/HTML/hu/ksysguard/index.docbook +share/doc/HTML/hu/ksysguard/index.html +share/doc/HTML/hu/ksysguard/installation.html +share/doc/HTML/hu/ksysguard/introduction.html +share/doc/HTML/hu/ksysguard/licenseandwarranty.html +share/doc/HTML/hu/ksysguard/requirements.html +share/doc/HTML/hu/ksysguard/thesensorbrowser.html +share/doc/HTML/hu/ksysguard/theworkspace.html +share/doc/HTML/hu/ksysguard/usingtheksysguard.html +share/doc/HTML/hu/ksysv/.anchors +share/doc/HTML/hu/ksysv/appendix.html +share/doc/HTML/hu/ksysv/authors.html +share/doc/HTML/hu/ksysv/common +share/doc/HTML/hu/ksysv/configuration.html +share/doc/HTML/hu/ksysv/credits.html +share/doc/HTML/hu/ksysv/index.docbook +share/doc/HTML/hu/ksysv/index.html +share/doc/HTML/hu/ksysv/introduction.html +share/doc/HTML/hu/ksysv/keyboard.html +share/doc/HTML/hu/ksysv/license.html +share/doc/HTML/hu/ksysv/onscreenfundamentals.html +share/doc/HTML/hu/ksysv/standard-semantics-of-runlevels.html +share/doc/HTML/hu/ksysv/the-menu-entries.html +share/doc/HTML/hu/kteatime/.anchors +share/doc/HTML/hu/kteatime/common +share/doc/HTML/hu/kteatime/compilation-and-installation.html +share/doc/HTML/hu/kteatime/configure.html +share/doc/HTML/hu/kteatime/credits.html +share/doc/HTML/hu/kteatime/how-to-use.html +share/doc/HTML/hu/kteatime/index.docbook +share/doc/HTML/hu/kteatime/index.html +share/doc/HTML/hu/kteatime/installation.html +share/doc/HTML/hu/kteatime/introduction.html +share/doc/HTML/hu/kteatime/menu-options.html +share/doc/HTML/hu/kteatime/start.html +share/doc/HTML/hu/ktimemon/.anchors +share/doc/HTML/hu/ktimemon/autoscaling.html +share/doc/HTML/hu/ktimemon/common +share/doc/HTML/hu/ktimemon/config.html +share/doc/HTML/hu/ktimemon/fund.html +share/doc/HTML/hu/ktimemon/index.docbook +share/doc/HTML/hu/ktimemon/index.html +share/doc/HTML/hu/ktimemon/installation.html +share/doc/HTML/hu/ktimemon/introduction.html +share/doc/HTML/hu/ktimemon/menu.html +share/doc/HTML/hu/ktimemon/revisionhistory.html +share/doc/HTML/hu/ktimemon/thanksandacknowledgements.html share/doc/HTML/hu/ktron/.anchors +share/doc/HTML/hu/ktron/common share/doc/HTML/hu/ktron/compilation.html share/doc/HTML/hu/ktron/computerplayer.html share/doc/HTML/hu/ktron/config-behaviour.html share/doc/HTML/hu/ktron/configuration.html share/doc/HTML/hu/ktron/credits.html +share/doc/HTML/hu/ktron/index.docbook share/doc/HTML/hu/ktron/index.html share/doc/HTML/hu/ktron/installation.html share/doc/HTML/hu/ktron/introduction.html @@ -7541,13 +7325,13 @@ share/doc/HTML/hu/ktron/pausegame.html share/doc/HTML/hu/ktron/playingktron.html share/doc/HTML/hu/ktron/requirements.html share/doc/HTML/hu/ktron/usingkeyboard.html -share/doc/HTML/hu/ktron/common -share/doc/HTML/hu/ktron/index.docbook share/doc/HTML/hu/ktuberling/.anchors +share/doc/HTML/hu/ktuberling/common share/doc/HTML/hu/ktuberling/compilation-and-installation.html share/doc/HTML/hu/ktuberling/epilogue.html share/doc/HTML/hu/ktuberling/for-programmers.html share/doc/HTML/hu/ktuberling/for-translators.html +share/doc/HTML/hu/ktuberling/index.docbook share/doc/HTML/hu/ktuberling/index.html share/doc/HTML/hu/ktuberling/installation.html share/doc/HTML/hu/ktuberling/introduction.html @@ -7558,13 +7342,35 @@ share/doc/HTML/hu/ktuberling/requirements.html share/doc/HTML/hu/ktuberling/technical-reference.html share/doc/HTML/hu/ktuberling/the-menu-items.html share/doc/HTML/hu/ktuberling/the-tool-bar.html -share/doc/HTML/hu/ktuberling/common -share/doc/HTML/hu/ktuberling/index.docbook +share/doc/HTML/hu/kuser/.anchors +share/doc/HTML/hu/kuser/common +share/doc/HTML/hu/kuser/index.docbook +share/doc/HTML/hu/kuser/index.html +share/doc/HTML/hu/kuser/sec1add.html +share/doc/HTML/hu/kuser/sec1groupprops.html +share/doc/HTML/hu/kuser/sec1userprops.html +share/doc/HTML/hu/kuser/seccust.html +share/doc/HTML/hu/kuser/secdoc.html +share/doc/HTML/hu/kuser/secepilogue.html +share/doc/HTML/hu/kuser/secintro.html +share/doc/HTML/hu/kuser/secstart.html +share/doc/HTML/hu/kuser/secusing.html +share/doc/HTML/hu/kview/.anchors +share/doc/HTML/hu/kview/cmdline.html +share/doc/HTML/hu/kview/common +share/doc/HTML/hu/kview/how.html +share/doc/HTML/hu/kview/index.docbook +share/doc/HTML/hu/kview/index.html +share/doc/HTML/hu/kview/introduction.html +share/doc/HTML/hu/kview/notes.html +share/doc/HTML/hu/kview/what.html share/doc/HTML/hu/kwin4/.anchors +share/doc/HTML/hu/kwin4/common share/doc/HTML/hu/kwin4/compilation.html share/doc/HTML/hu/kwin4/credits.html share/doc/HTML/hu/kwin4/edit-menu.html share/doc/HTML/hu/kwin4/help.html +share/doc/HTML/hu/kwin4/index.docbook share/doc/HTML/hu/kwin4/index.html share/doc/HTML/hu/kwin4/installation.html share/doc/HTML/hu/kwin4/menus.html @@ -7574,12 +7380,39 @@ share/doc/HTML/hu/kwin4/remote-connections.html share/doc/HTML/hu/kwin4/requirements.html share/doc/HTML/hu/kwin4/rules.html share/doc/HTML/hu/kwin4/view-menu.html -share/doc/HTML/hu/kwin4/common -share/doc/HTML/hu/kwin4/index.docbook +share/doc/HTML/hu/kwrite/.anchors +share/doc/HTML/hu/kwrite/command-line-options.html +share/doc/HTML/hu/kwrite/common +share/doc/HTML/hu/kwrite/credits.html +share/doc/HTML/hu/kwrite/edit.html +share/doc/HTML/hu/kwrite/go.html +share/doc/HTML/hu/kwrite/help.html +share/doc/HTML/hu/kwrite/index.docbook +share/doc/HTML/hu/kwrite/index.html +share/doc/HTML/hu/kwrite/installation.html +share/doc/HTML/hu/kwrite/introduction.html +share/doc/HTML/hu/kwrite/keybindings.html +share/doc/HTML/hu/kwrite/on-screen-fundamentals.html +share/doc/HTML/hu/kwrite/pref-dialog.html +share/doc/HTML/hu/kwrite/pref-edit.html +share/doc/HTML/hu/kwrite/pref-highlighting.html +share/doc/HTML/hu/kwrite/pref-indent.html +share/doc/HTML/hu/kwrite/pref-select.html +share/doc/HTML/hu/kwrite/prefspellchecker.html +share/doc/HTML/hu/kwrite/settings.html +share/doc/HTML/hu/kwrite/the-menu-entries.html +share/doc/HTML/hu/kwrite/tools.html +share/doc/HTML/hu/kwuftpd/.anchors +share/doc/HTML/hu/kwuftpd/common +share/doc/HTML/hu/kwuftpd/help.html +share/doc/HTML/hu/kwuftpd/index.docbook +share/doc/HTML/hu/kwuftpd/index.html share/doc/HTML/hu/lskat/.anchors +share/doc/HTML/hu/lskat/common share/doc/HTML/hu/lskat/compilation.html share/doc/HTML/hu/lskat/credits.html share/doc/HTML/hu/lskat/help.html +share/doc/HTML/hu/lskat/index.docbook share/doc/HTML/hu/lskat/index.html share/doc/HTML/hu/lskat/installation.html share/doc/HTML/hu/lskat/menus.html @@ -7589,488 +7422,293 @@ share/doc/HTML/hu/lskat/remote-connections.html share/doc/HTML/hu/lskat/requirements.html share/doc/HTML/hu/lskat/rules.html share/doc/HTML/hu/lskat/view-menu.html -share/doc/HTML/hu/lskat/common -share/doc/HTML/hu/lskat/index.docbook -share/doc/HTML/hu/kdvi/.anchors -share/doc/HTML/hu/kdvi/index.html -share/doc/HTML/hu/kdvi/opt-rendering.html -share/doc/HTML/hu/kdvi/options.html -share/doc/HTML/hu/kdvi/printing.html -share/doc/HTML/hu/kdvi/qampa.html -share/doc/HTML/hu/kdvi/usage.html -share/doc/HTML/hu/kdvi/common -share/doc/HTML/hu/kdvi/index.docbook -share/doc/HTML/hu/kfax/.anchors -share/doc/HTML/hu/kfax/command-line-options.html -share/doc/HTML/hu/kfax/compilation-and-installation.html -share/doc/HTML/hu/kfax/copyright.html -share/doc/HTML/hu/kfax/dealing-with-files-on-the-internet.html -share/doc/HTML/hu/kfax/fax-options.html -share/doc/HTML/hu/kfax/fundamentals.html -share/doc/HTML/hu/kfax/help.html -share/doc/HTML/hu/kfax/how-to-create-fax-files.html -share/doc/HTML/hu/kfax/index.html -share/doc/HTML/hu/kfax/installation.html -share/doc/HTML/hu/kfax/introduction.html -share/doc/HTML/hu/kfax/kfax-key-bindings.html -share/doc/HTML/hu/kfax/options.html -share/doc/HTML/hu/kfax/printing.html -share/doc/HTML/hu/kfax/questionsandanswers.html -share/doc/HTML/hu/kfax/requirements.html -share/doc/HTML/hu/kfax/themenuentries.html -share/doc/HTML/hu/kfax/view.html -share/doc/HTML/hu/kfax/common -share/doc/HTML/hu/kfax/index.docbook -share/doc/HTML/hu/kfract/.anchors -share/doc/HTML/hu/kfract/index.html -share/doc/HTML/hu/kfract/introduction.html -share/doc/HTML/hu/kfract/onscreenfundamentals.html -share/doc/HTML/hu/kfract/the-file-menu.html -share/doc/HTML/hu/kfract/the-help-menu.html -share/doc/HTML/hu/kfract/the-options-menu.html -share/doc/HTML/hu/kfract/the-toolbar.html -share/doc/HTML/hu/kfract/the-types-menu.html -share/doc/HTML/hu/kfract/common -share/doc/HTML/hu/kfract/index.docbook -share/doc/HTML/hu/kghostview/.anchors -share/doc/HTML/hu/kghostview/authors.html -share/doc/HTML/hu/kghostview/configure-interpreter.html -share/doc/HTML/hu/kghostview/copyright.html -share/doc/HTML/hu/kghostview/dialogboxes.html -share/doc/HTML/hu/kghostview/epilogue.html -share/doc/HTML/hu/kghostview/fundamentals.html -share/doc/HTML/hu/kghostview/ghostscript-messages.html -share/doc/HTML/hu/kghostview/go-to-page.html -share/doc/HTML/hu/kghostview/go.html -share/doc/HTML/hu/kghostview/help.html -share/doc/HTML/hu/kghostview/index.html -share/doc/HTML/hu/kghostview/info.html -share/doc/HTML/hu/kghostview/introduction.html -share/doc/HTML/hu/kghostview/options.html -share/doc/HTML/hu/kghostview/page-list.html -share/doc/HTML/hu/kghostview/primarymenuitems.html -share/doc/HTML/hu/kghostview/tool-bar.html -share/doc/HTML/hu/kghostview/tutorial.html -share/doc/HTML/hu/kghostview/view.html -share/doc/HTML/hu/kghostview/common -share/doc/HTML/hu/kghostview/index.docbook -share/doc/HTML/hu/kpaint/.anchors -share/doc/HTML/hu/kpaint/index.html -share/doc/HTML/hu/kpaint/introductiongraphicfilereftechnicpnggraphic.html -share/doc/HTML/hu/kpaint/planned-features.html -share/doc/HTML/hu/kpaint/common -share/doc/HTML/hu/kpaint/index.docbook -share/doc/HTML/hu/ksnapshot/.anchors -share/doc/HTML/hu/ksnapshot/additional-features.html -share/doc/HTML/hu/ksnapshot/credits.html -share/doc/HTML/hu/ksnapshot/index.html -share/doc/HTML/hu/ksnapshot/installation.html -share/doc/HTML/hu/ksnapshot/introduction.html -share/doc/HTML/hu/ksnapshot/taking-snapshot.html -share/doc/HTML/hu/ksnapshot/using-ksapshot.html -share/doc/HTML/hu/ksnapshot/common -share/doc/HTML/hu/ksnapshot/index.docbook -share/doc/HTML/hu/kview/.anchors -share/doc/HTML/hu/kview/cmdline.html -share/doc/HTML/hu/kview/how.html -share/doc/HTML/hu/kview/index.html -share/doc/HTML/hu/kview/introduction.html -share/doc/HTML/hu/kview/notes.html -share/doc/HTML/hu/kview/what.html -share/doc/HTML/hu/kview/common -share/doc/HTML/hu/kview/index.docbook -share/doc/HTML/hu/pixie/.anchors -share/doc/HTML/hu/pixie/index.html -share/doc/HTML/hu/pixie/introduction.html -share/doc/HTML/hu/pixie/common -share/doc/HTML/hu/pixie/index.docbook -share/doc/HTML/hu/kspell/.anchors -share/doc/HTML/hu/kspell/configuration-dialog-.html -share/doc/HTML/hu/kspell/contact-information.html -share/doc/HTML/hu/kspell/encodings.html -share/doc/HTML/hu/kspell/index.html -share/doc/HTML/hu/kspell/misspelled-word-dialog.html -share/doc/HTML/hu/kspell/other-functions.html -share/doc/HTML/hu/kspell/other.html -share/doc/HTML/hu/kspell/spell-checking-client.html -share/doc/HTML/hu/kspell/common -share/doc/HTML/hu/kspell/index.docbook -share/doc/HTML/hu/artsbuilder/.anchors -share/doc/HTML/hu/artsbuilder/index.html -share/doc/HTML/hu/artsbuilder/insidearts.html -share/doc/HTML/hu/artsbuilder/introduction.html -share/doc/HTML/hu/artsbuilder/quickstart.html -share/doc/HTML/hu/artsbuilder/common -share/doc/HTML/hu/artsbuilder/index.docbook -share/doc/HTML/hu/kmix/.anchors -share/doc/HTML/hu/kmix/compilation.html -share/doc/HTML/hu/kmix/configuration-options.html -share/doc/HTML/hu/kmix/control-panel.html -share/doc/HTML/hu/kmix/credits.html -share/doc/HTML/hu/kmix/index.html -share/doc/HTML/hu/kmix/installation.html -share/doc/HTML/hu/kmix/introduction.html -share/doc/HTML/hu/kmix/panning-slider.html -share/doc/HTML/hu/kmix/requirements.html -share/doc/HTML/hu/kmix/working-with-kmix.html -share/doc/HTML/hu/kmix/common -share/doc/HTML/hu/kmix/index.docbook share/doc/HTML/hu/noatun/.anchors +share/doc/HTML/hu/noatun/common share/doc/HTML/hu/noatun/compilation-and-installation.html +share/doc/HTML/hu/noatun/index.docbook share/doc/HTML/hu/noatun/index.html share/doc/HTML/hu/noatun/installation.html share/doc/HTML/hu/noatun/introduction.html share/doc/HTML/hu/noatun/questions-answers-and-tips.html share/doc/HTML/hu/noatun/requirements.html share/doc/HTML/hu/noatun/using-noatun.html -share/doc/HTML/hu/noatun/common -share/doc/HTML/hu/noatun/index.docbook -share/doc/HTML/hu/keystone/.anchors -share/doc/HTML/hu/keystone/index.html -share/doc/HTML/hu/keystone/introduction.html -share/doc/HTML/hu/keystone/common -share/doc/HTML/hu/keystone/index.docbook -share/doc/HTML/hu/kit/.anchors -share/doc/HTML/hu/kit/index.html -share/doc/HTML/hu/kit/introduction.html -share/doc/HTML/hu/kit/common -share/doc/HTML/hu/kit/index.docbook -share/doc/HTML/hu/kab/.anchors -share/doc/HTML/hu/kab/index.html -share/doc/HTML/hu/kab/temp.html -share/doc/HTML/hu/kab/common -share/doc/HTML/hu/kab/index.docbook -share/doc/HTML/hu/knode/.anchors -share/doc/HTML/hu/knode/index.html -share/doc/HTML/hu/knode/introduction.html -share/doc/HTML/hu/knode/common -share/doc/HTML/hu/knode/index.docbook -share/doc/HTML/hu/amor/.anchors -share/doc/HTML/hu/amor/index.html -share/doc/HTML/hu/amor/introduction.html -share/doc/HTML/hu/amor/common -share/doc/HTML/hu/amor/index.docbook -share/doc/HTML/hu/kodo/.anchors -share/doc/HTML/hu/kodo/compilationandinstallation.html -share/doc/HTML/hu/kodo/howitworks.html -share/doc/HTML/hu/kodo/index.html -share/doc/HTML/hu/kodo/installation.html -share/doc/HTML/hu/kodo/introduction.html -share/doc/HTML/hu/kodo/onscreenoperation.html -share/doc/HTML/hu/kodo/common -share/doc/HTML/hu/kodo/index.docbook -share/doc/HTML/hu/kmoon/.anchors -share/doc/HTML/hu/kmoon/index.html -share/doc/HTML/hu/kmoon/introduction.html -share/doc/HTML/hu/kmoon/common -share/doc/HTML/hu/kmoon/index.docbook -share/doc/HTML/hu/kteatime/.anchors -share/doc/HTML/hu/kteatime/compilation-and-installation.html -share/doc/HTML/hu/kteatime/configure.html -share/doc/HTML/hu/kteatime/credits.html -share/doc/HTML/hu/kteatime/how-to-use.html -share/doc/HTML/hu/kteatime/index.html -share/doc/HTML/hu/kteatime/installation.html -share/doc/HTML/hu/kteatime/introduction.html -share/doc/HTML/hu/kteatime/menu-options.html -share/doc/HTML/hu/kteatime/start.html -share/doc/HTML/hu/kteatime/common -share/doc/HTML/hu/kteatime/index.docbook -share/doc/HTML/hu/karm/.anchors -share/doc/HTML/hu/karm/credits.html -share/doc/HTML/hu/karm/general-use.html -share/doc/HTML/hu/karm/index.html -share/doc/HTML/hu/karm/installation.html -share/doc/HTML/hu/karm/interface.html -share/doc/HTML/hu/karm/introduction.html -share/doc/HTML/hu/karm/menus.html -share/doc/HTML/hu/karm/status-bar.html -share/doc/HTML/hu/karm/tool-bar.html -share/doc/HTML/hu/karm/using-karm.html -share/doc/HTML/hu/karm/common -share/doc/HTML/hu/karm/index.docbook -share/doc/HTML/hu/kcalc/.anchors -share/doc/HTML/hu/kcalc/and-or-xor.html -share/doc/HTML/hu/kcalc/comments-on-specific-functions.html -share/doc/HTML/hu/kcalc/copyright.html -share/doc/HTML/hu/kcalc/enable-long-double-precision.html -share/doc/HTML/hu/kcalc/index.html -share/doc/HTML/hu/kcalc/installation.html -share/doc/HTML/hu/kcalc/introduction.html -share/doc/HTML/hu/kcalc/key-accels.html -share/doc/HTML/hu/kcalc/lsh-rsh.html -share/doc/HTML/hu/kcalc/percent.html -share/doc/HTML/hu/kcalc/questions-and-answers.html -share/doc/HTML/hu/kcalc/trigonometric-mode.html -share/doc/HTML/hu/kcalc/usage.html -share/doc/HTML/hu/kcalc/common -share/doc/HTML/hu/kcalc/index.docbook -share/doc/HTML/hu/kdf/.anchors -share/doc/HTML/hu/kdf/credits.html -share/doc/HTML/hu/kdf/index.html -share/doc/HTML/hu/kdf/installation.html -share/doc/HTML/hu/kdf/introduction.html -share/doc/HTML/hu/kdf/main-window.html -share/doc/HTML/hu/kdf/the-menus.html -share/doc/HTML/hu/kdf/using-kdf.html -share/doc/HTML/hu/kdf/common -share/doc/HTML/hu/kdf/index.docbook -share/doc/HTML/hu/kedit/.anchors -share/doc/HTML/hu/kedit/command-line-options.html -share/doc/HTML/hu/kedit/credits.html -share/doc/HTML/hu/kedit/edit.html -share/doc/HTML/hu/kedit/go.html -share/doc/HTML/hu/kedit/help.html -share/doc/HTML/hu/kedit/index.html -share/doc/HTML/hu/kedit/installation.html -share/doc/HTML/hu/kedit/introduction.html -share/doc/HTML/hu/kedit/keybindings.html -share/doc/HTML/hu/kedit/on-screen-fundamentals.html -share/doc/HTML/hu/kedit/pref-dialog.html -share/doc/HTML/hu/kedit/prefcolors.html -share/doc/HTML/hu/kedit/prefmisc.html -share/doc/HTML/hu/kedit/prefspellchecker.html -share/doc/HTML/hu/kedit/settings.html -share/doc/HTML/hu/kedit/the-menu-entries.html -share/doc/HTML/hu/kedit/tools.html -share/doc/HTML/hu/kedit/common -share/doc/HTML/hu/kedit/index.docbook -share/doc/HTML/hu/kfind/.anchors -share/doc/HTML/hu/kfind/authors.html -share/doc/HTML/hu/kfind/compilation-and-installation.html -share/doc/HTML/hu/kfind/configuration.html -share/doc/HTML/hu/kfind/edit.html -share/doc/HTML/hu/kfind/epilog.html -share/doc/HTML/hu/kfind/help.html -share/doc/HTML/hu/kfind/index.html -share/doc/HTML/hu/kfind/installation.html -share/doc/HTML/hu/kfind/introduction.html -share/doc/HTML/hu/kfind/onscreenfundamentals.html -share/doc/HTML/hu/kfind/options.html -share/doc/HTML/hu/kfind/requirements.html -share/doc/HTML/hu/kfind/search-parameters-dialog.html -share/doc/HTML/hu/kfind/themenuentries.html -share/doc/HTML/hu/kfind/viewing-area.html -share/doc/HTML/hu/kfind/common -share/doc/HTML/hu/kfind/index.docbook -share/doc/HTML/hu/kfloppy/.anchors -share/doc/HTML/hu/kfloppy/buttons.html -share/doc/HTML/hu/kfloppy/command-line.html -share/doc/HTML/hu/kfloppy/credits.html -share/doc/HTML/hu/kfloppy/formatting-options.html -share/doc/HTML/hu/kfloppy/index.html -share/doc/HTML/hu/kfloppy/installation.html -share/doc/HTML/hu/kfloppy/introduction.html -share/doc/HTML/hu/kfloppy/usingkfloppy.html -share/doc/HTML/hu/kfloppy/common -share/doc/HTML/hu/kfloppy/index.docbook -share/doc/HTML/hu/khexedit/.anchors -share/doc/HTML/hu/khexedit/bookmarks.html -share/doc/HTML/hu/khexedit/credits.html -share/doc/HTML/hu/khexedit/document-menu.html -share/doc/HTML/hu/khexedit/edit-menu.html -share/doc/HTML/hu/khexedit/help-menu.html -share/doc/HTML/hu/khexedit/index.html -share/doc/HTML/hu/khexedit/installation.html -share/doc/HTML/hu/khexedit/introduction.html -share/doc/HTML/hu/khexedit/menu-commands.html -share/doc/HTML/hu/khexedit/nutshell.html -share/doc/HTML/hu/khexedit/settings-menu.html -share/doc/HTML/hu/khexedit/starting-khexedit.html -share/doc/HTML/hu/khexedit/toolbar.html -share/doc/HTML/hu/khexedit/tools-menu.html -share/doc/HTML/hu/khexedit/view-menu.html -share/doc/HTML/hu/khexedit/common -share/doc/HTML/hu/khexedit/index.docbook -share/doc/HTML/hu/kjots/.anchors -share/doc/HTML/hu/kjots/index.html -share/doc/HTML/hu/kjots/introduction.html -share/doc/HTML/hu/kjots/keyboardshortcuts.html -share/doc/HTML/hu/kjots/subjectlist.html -share/doc/HTML/hu/kjots/todo.html -share/doc/HTML/hu/kjots/usage.html -share/doc/HTML/hu/kjots/common -share/doc/HTML/hu/kjots/index.docbook -share/doc/HTML/hu/kljettool/.anchors -share/doc/HTML/hu/kljettool/compilation-and-installation.html -share/doc/HTML/hu/kljettool/credits.html -share/doc/HTML/hu/kljettool/getting-kljettool-to-work.html -share/doc/HTML/hu/kljettool/index.html -share/doc/HTML/hu/kljettool/installation.html -share/doc/HTML/hu/kljettool/introduction.html -share/doc/HTML/hu/kljettool/requirements.html -share/doc/HTML/hu/kljettool/usage.html -share/doc/HTML/hu/kljettool/common -share/doc/HTML/hu/kljettool/index.docbook -share/doc/HTML/hu/klpq/.anchors -share/doc/HTML/hu/klpq/author.html -share/doc/HTML/hu/klpq/compilation-and-installation.html -share/doc/HTML/hu/klpq/index.html -share/doc/HTML/hu/klpq/installation.html -share/doc/HTML/hu/klpq/introduction.html -share/doc/HTML/hu/klpq/mainwindow.html -share/doc/HTML/hu/klpq/requirements.html -share/doc/HTML/hu/klpq/spooler-dialog.html -share/doc/HTML/hu/klpq/todo.html -share/doc/HTML/hu/klpq/usage.html -share/doc/HTML/hu/klpq/common -share/doc/HTML/hu/klpq/index.docbook -share/doc/HTML/hu/knotes/.anchors -share/doc/HTML/hu/knotes/compilation.html -share/doc/HTML/hu/knotes/configuration.html -share/doc/HTML/hu/knotes/configuring-actions.html -share/doc/HTML/hu/knotes/configuring-editor.html -share/doc/HTML/hu/knotes/credits.html -share/doc/HTML/hu/knotes/customizing-actions.html -share/doc/HTML/hu/knotes/customizing-display.html -share/doc/HTML/hu/knotes/customizing-editor.html -share/doc/HTML/hu/knotes/deleting-a-note.html -share/doc/HTML/hu/knotes/desktop-functions.html -share/doc/HTML/hu/knotes/displaying-notes.html -share/doc/HTML/hu/knotes/hiding-a-note.html -share/doc/HTML/hu/knotes/index.html -share/doc/HTML/hu/knotes/inserting-the-date.html -share/doc/HTML/hu/knotes/installation.html -share/doc/HTML/hu/knotes/introduction.html -share/doc/HTML/hu/knotes/mailing-a-note.html -share/doc/HTML/hu/knotes/printing-a-note.html -share/doc/HTML/hu/knotes/quit-knotes.html -share/doc/HTML/hu/knotes/renaming-a-note.html -share/doc/HTML/hu/knotes/requirements.html -share/doc/HTML/hu/knotes/typing-the-note.html -share/doc/HTML/hu/knotes/using-knotes.html -share/doc/HTML/hu/knotes/common -share/doc/HTML/hu/knotes/index.docbook -share/doc/HTML/hu/kpm/.anchors -share/doc/HTML/hu/kpm/commands.html -share/doc/HTML/hu/kpm/compilation.html -share/doc/HTML/hu/kpm/credits.html -share/doc/HTML/hu/kpm/faq.html -share/doc/HTML/hu/kpm/index.html -share/doc/HTML/hu/kpm/installation.html -share/doc/HTML/hu/kpm/introduction.html -share/doc/HTML/hu/kpm/managing-processes.html -share/doc/HTML/hu/kpm/monitoring-processes.html -share/doc/HTML/hu/kpm/monitoring-resources.html -share/doc/HTML/hu/kpm/other-signals.html -share/doc/HTML/hu/kpm/requirements.html -share/doc/HTML/hu/kpm/signals.html -share/doc/HTML/hu/kpm/using-kpm.html -share/doc/HTML/hu/kpm/common -share/doc/HTML/hu/kpm/index.docbook -share/doc/HTML/hu/ktimemon/.anchors -share/doc/HTML/hu/ktimemon/autoscaling.html -share/doc/HTML/hu/ktimemon/config.html -share/doc/HTML/hu/ktimemon/fund.html -share/doc/HTML/hu/ktimemon/index.html -share/doc/HTML/hu/ktimemon/installation.html -share/doc/HTML/hu/ktimemon/introduction.html -share/doc/HTML/hu/ktimemon/menu.html -share/doc/HTML/hu/ktimemon/revisionhistory.html -share/doc/HTML/hu/ktimemon/thanksandacknowledgements.html -share/doc/HTML/hu/ktimemon/common -share/doc/HTML/hu/ktimemon/index.docbook -share/doc/HTML/hu/kdevelop/manual/.anchors -share/doc/HTML/hu/kdevelop/manual/a-fejleszti-folyamat.html -share/doc/HTML/hu/kdevelop/manual/a-kdevelop-elindtsa.html -share/doc/HTML/hu/kdevelop/manual/a-kdevelop-eszkzk-eszkzk-rvid-lersa.html -share/doc/HTML/hu/kdevelop/manual/a-kimeneti-ablak.html -share/doc/HTML/hu/kdevelop/manual/adding-widgets.html -share/doc/HTML/hu/kdevelop/manual/az-osztlybngsz-s-a-fjlnzegetk.html -share/doc/HTML/hu/kdevelop/manual/beptett-cvs.html -share/doc/HTML/hu/kdevelop/manual/bevezet.html -share/doc/HTML/hu/kdevelop/manual/billentykombincik.html -share/doc/HTML/hu/kdevelop/manual/build-settings.html -share/doc/HTML/hu/kdevelop/manual/changing-keyboard-shortcuts.html -share/doc/HTML/hu/kdevelop/manual/compiler-and-linker-linker-flags-for-project.html -share/doc/HTML/hu/kdevelop/manual/configure.html -share/doc/HTML/hu/kdevelop/manual/compiler-options.html -share/doc/HTML/hu/kdevelop/manual/compiler-warnings.html -share/doc/HTML/hu/kdevelop/manual/configuring-the-html-html-browser.html -share/doc/HTML/hu/kdevelop/manual/copyright.html -share/doc/HTML/hu/kdevelop/manual/creating-a-new-dialog.html -share/doc/HTML/hu/kdevelop/manual/debugger.html -share/doc/HTML/hu/kdevelop/manual/debugging.html -share/doc/HTML/hu/kdevelop/manual/development-with-kdevelop.html -share/doc/HTML/hu/kdevelop/manual/documentation.html -share/doc/HTML/hu/kdevelop/manual/edit-windows-settings.html -share/doc/HTML/hu/kdevelop/manual/editing-a-project.html -share/doc/HTML/hu/kdevelop/manual/errl-a-kziknyvrl.html -share/doc/HTML/hu/kdevelop/manual/external-projects.html -share/doc/HTML/hu/kdevelop/manual/file-viewer-options.html -share/doc/HTML/hu/kdevelop/manual/fordts-s-telepts.html -share/doc/HTML/hu/kdevelop/manual/index.html -share/doc/HTML/hu/kdevelop/manual/general-configuration.html -share/doc/HTML/hu/kdevelop/manual/generating-files.html -share/doc/HTML/hu/kdevelop/manual/installation.html -share/doc/HTML/hu/kdevelop/manual/kdevelop-setup.html -share/doc/HTML/hu/kdevelop/manual/ksznet.html -share/doc/HTML/hu/kdevelop/manual/library-and-system-problems.html -share/doc/HTML/hu/kdevelop/manual/linker-options.html -share/doc/HTML/hu/kdevelop/manual/make-options.html -share/doc/HTML/hu/kdevelop/manual/make.html -share/doc/HTML/hu/kdevelop/manual/managing-classes.html -share/doc/HTML/hu/kdevelop/manual/menubar-menubar-commands.html -share/doc/HTML/hu/kdevelop/manual/navigating-within-files.html -share/doc/HTML/hu/kdevelop/manual/new-project-new-projects.html -share/doc/HTML/hu/kdevelop/manual/opening-and-closing-of-projects.html -share/doc/HTML/hu/kdevelop/manual/overview.html -share/doc/HTML/hu/kdevelop/manual/printing.html -share/doc/HTML/hu/kdevelop/manual/programs.html -share/doc/HTML/hu/kdevelop/manual/projects.html -share/doc/HTML/hu/kdevelop/manual/questions-and-answers.html -share/doc/HTML/hu/kdevelop/manual/rendszer-kvetelmnyek-rendszer-kvetelmnyek.html -share/doc/HTML/hu/kdevelop/manual/searching-and-replacing.html -share/doc/HTML/hu/kdevelop/manual/setting-paths.html -share/doc/HTML/hu/kdevelop/manual/setting-properties.html -share/doc/HTML/hu/kdevelop/manual/shared-libraries-and-breakpoints.html -share/doc/HTML/hu/kdevelop/manual/szerzk.html -share/doc/HTML/hu/kdevelop/manual/the-class-browser.html -share/doc/HTML/hu/kdevelop/manual/the-classtools.html -share/doc/HTML/hu/kdevelop/manual/the-dialog-editor.html -share/doc/HTML/hu/kdevelop/manual/the-floating-toolbar.html -share/doc/HTML/hu/kdevelop/manual/the-help-system.html -share/doc/HTML/hu/kdevelop/manual/the-installation-program.html -share/doc/HTML/hu/kdevelop/manual/the-internal-debugger.html -share/doc/HTML/hu/kdevelop/manual/the-statusbar-statusbar-help.html -share/doc/HTML/hu/kdevelop/manual/the-widget-editor.html -share/doc/HTML/hu/kdevelop/manual/toolbar-toolbar-items.html -share/doc/HTML/hu/kdevelop/manual/tovbbi-informcik.html -share/doc/HTML/hu/kdevelop/manual/usage-questions.html -share/doc/HTML/hu/kdevelop/manual/using-cvs-commands.html -share/doc/HTML/hu/kdevelop/manual/using-the-documentation-browser.html -share/doc/HTML/hu/kdevelop/manual/using-the-internal-debugger.html -share/doc/HTML/hu/kdevelop/manual/where-to-get-information.html -share/doc/HTML/hu/kdevelop/manual/working-with-keyboard-shortcuts.html -share/doc/HTML/hu/kdevelop/manual/working-with-the-editor.html -share/doc/HTML/hu/kdevelop/manual/common -share/doc/HTML/hu/kdevelop/manual/index.cvlog -share/doc/HTML/hu/kdevelop/manual/index.docbook -share/doc/HTML/hu/kdevelop/welcome/.anchors -share/doc/HTML/hu/kdevelop/welcome/index.html -share/doc/HTML/hu/kdevelop/welcome/udvozoljuk.html -share/doc/HTML/hu/kdevelop/welcome/common -share/doc/HTML/hu/kdevelop/welcome/index.cvlog -share/doc/HTML/hu/kdevelop/welcome/index.docbook -share/doc/HTML/ja/common/fdl-translated.html -share/doc/HTML/ja/common/gpl-translated.html -share/doc/HTML/ja/common/kde-localised.css -share/doc/HTML/ja/common/lgpl-translated.html -share/doc/HTML/ja/common/logotp3.png +share/doc/HTML/hu/pixie/.anchors +share/doc/HTML/hu/pixie/common +share/doc/HTML/hu/pixie/index.docbook +share/doc/HTML/hu/pixie/index.html +share/doc/HTML/hu/pixie/introduction.html +share/doc/HTML/it/common/artistic-license.html +share/doc/HTML/it/common/bsd-license.html +share/doc/HTML/it/common/caution.png +share/doc/HTML/it/common/fdl-license +share/doc/HTML/it/common/fdl-license.html +share/doc/HTML/it/common/fdl-translated.html +share/doc/HTML/it/common/gpl-license +share/doc/HTML/it/common/gpl-license.html +share/doc/HTML/it/common/gpl-translated.html +share/doc/HTML/it/common/home.png +share/doc/HTML/it/common/important.png +share/doc/HTML/it/common/kde-common.css +share/doc/HTML/it/common/kde-default.css +share/doc/HTML/it/common/kde-localised.css +share/doc/HTML/it/common/lgpl-license +share/doc/HTML/it/common/lgpl-license.html +share/doc/HTML/it/common/lgpl-translated.html +share/doc/HTML/it/common/logotp3-small.png +share/doc/HTML/it/common/logotp3.png +share/doc/HTML/it/common/next.png +share/doc/HTML/it/common/note.png +share/doc/HTML/it/common/prev.png +share/doc/HTML/it/common/qpl-license.html +share/doc/HTML/it/common/tip.png +share/doc/HTML/it/common/toc-blank.png +share/doc/HTML/it/common/toc-minus.png +share/doc/HTML/it/common/toc-plus.png +share/doc/HTML/it/common/up.png +share/doc/HTML/it/common/warning.png +share/doc/HTML/it/common/x11-license.html +share/doc/HTML/it/common/xml.dcl +share/doc/HTML/it/kfinger/Kfingerset.html +share/doc/HTML/it/kfinger/formatex.png +share/doc/HTML/it/kfinger/formatw.png +share/doc/HTML/it/kfinger/index.html +share/doc/HTML/it/kfinger/mainw.png +share/doc/HTML/it/kfinger/setupw.png +share/doc/HTML/it/khelpcenter/quickguide/.anchors +share/doc/HTML/it/khelpcenter/quickguide/caratteristiche-avanzate.html +share/doc/HTML/it/khelpcenter/quickguide/common +share/doc/HTML/it/khelpcenter/quickguide/configure.html +share/doc/HTML/it/khelpcenter/quickguide/credits.html +share/doc/HTML/it/khelpcenter/quickguide/i-moduli-di-configurazione.html +share/doc/HTML/it/khelpcenter/quickguide/index.cvlog +share/doc/HTML/it/khelpcenter/quickguide/index.docbook +share/doc/HTML/it/khelpcenter/quickguide/index.html +share/doc/HTML/it/khelpcenter/quickguide/introduzione.html +share/doc/HTML/it/khelpcenter/quickguide/kde-un-viaggio-eccitante.html +share/doc/HTML/it/khelpcenter/quickguide/lanciare-applicazioni.html +share/doc/HTML/it/khelpcenter/quickguide/lavorare-con-archivi-e-reti-.html +share/doc/HTML/it/khelpcenter/quickguide/lavorare-con-le-finestre.html +share/doc/HTML/it/khelpcenter/quickguide/logging-out.html +share/doc/HTML/it/khelpcenter/quickguide/luso-della-barra-delle-applicazioni.html +share/doc/HTML/it/khelpcenter/quickguide/luso-delle-scrivanie-virtuali.html +share/doc/HTML/it/khelpcenter/quickguide/ma-voglio-indietro-la-mia-linea-di-comando.html +share/doc/HTML/it/khelpcenter/quickguide/manipolare-i-vostri-files.html +share/doc/HTML/it/khelpcenter/quickguide/pronti-attenti-via.html +share/doc/HTML/it/khelpcenter/quickguide/una-rassegna-di-kde.html +share/doc/HTML/it/khelpcenter/quickguide/uso-di-templates-per-accedere-ad-applicazion.html +share/doc/HTML/it/kmail/index-1.html +share/doc/HTML/it/kmail/index-2.html +share/doc/HTML/it/kmail/index-3.html +share/doc/HTML/it/kmail/index-4.html +share/doc/HTML/it/kmail/index-5.html +share/doc/HTML/it/kmail/index-6.html +share/doc/HTML/it/kmail/index.html +share/doc/HTML/it/kmail/kmail.html +share/doc/HTML/it/kmail/logotp3.png +share/doc/HTML/it/kmidi/.anchors +share/doc/HTML/it/kmidi/common +share/doc/HTML/it/kmidi/compilazione-ed-installazione.html +share/doc/HTML/it/kmidi/copyright.html +share/doc/HTML/it/kmidi/domande-e-risposte.html +share/doc/HTML/it/kmidi/index.cvlog +share/doc/HTML/it/kmidi/index.docbook +share/doc/HTML/it/kmidi/index.html +share/doc/HTML/it/kmidi/installazione.html +share/doc/HTML/it/kmidi/introduzione.html +share/doc/HTML/it/kmidi/nomi-per-i-file-midi.html +share/doc/HTML/it/kmidi/opzioni-da-linea-di-comando.html +share/doc/HTML/it/kmidi/patches.html +share/doc/HTML/it/kmidi/requisiti.html +share/doc/HTML/it/kmidi/utilizzo-.html +share/doc/HTML/it/kmix/.anchors +share/doc/HTML/it/kmix/aiuto.html +share/doc/HTML/it/kmix/argomenti-da-linea-di-comando.html +share/doc/HTML/it/kmix/caratteristiche-avanzate.html +share/doc/HTML/it/kmix/comandi-da-tastiera.html +share/doc/HTML/it/kmix/common +share/doc/HTML/it/kmix/compilazione-e-installazione.html +share/doc/HTML/it/kmix/domande-e-risposte.html +share/doc/HTML/it/kmix/gestione-di-pi-schede-sonore.html +share/doc/HTML/it/kmix/il-cursore-di-bilanciamento.html +share/doc/HTML/it/kmix/index.cvlog +share/doc/HTML/it/kmix/index.docbook +share/doc/HTML/it/kmix/index.html +share/doc/HTML/it/kmix/installazione.html +share/doc/HTML/it/kmix/introduzione.html +share/doc/HTML/it/kmix/lavorare-con-kmix.html +share/doc/HTML/it/kmix/le-voci-di-menu.html +share/doc/HTML/it/kmix/opzioni-di-configurazione.html +share/doc/HTML/it/kmix/requisiti.html +share/doc/HTML/it/knu/index-1.html +share/doc/HTML/it/knu/index-2.html +share/doc/HTML/it/knu/index-3.html +share/doc/HTML/it/knu/index-4.html +share/doc/HTML/it/knu/index-5.html +share/doc/HTML/it/knu/index-6.html +share/doc/HTML/it/knu/index.html +share/doc/HTML/it/knu/logotp3.png +share/doc/HTML/it/korn/.anchors +share/doc/HTML/it/korn/authori.html +share/doc/HTML/it/korn/bug-conosciuti-e-limiti.html +share/doc/HTML/it/korn/come-mai-si-chiama-korn.html +share/doc/HTML/it/korn/common +share/doc/HTML/it/korn/compilazione-e-installazione.html +share/doc/HTML/it/korn/epilogo.html +share/doc/HTML/it/korn/fondamentali.html +share/doc/HTML/it/korn/index.cvlog +share/doc/HTML/it/korn/index.docbook +share/doc/HTML/it/korn/index.html +share/doc/HTML/it/korn/installazione.html +share/doc/HTML/it/korn/introduzione.html +share/doc/HTML/it/korn/opzioni-della-riga-di-comando.html +share/doc/HTML/it/korn/per-chi-scritto-korn-.html +share/doc/HTML/it/korn/requisiti.html +share/doc/HTML/it/kscd/.anchors +share/doc/HTML/it/kscd/autori.html +share/doc/HTML/it/kscd/common +share/doc/HTML/it/kscd/compilazione-e-installazione.html +share/doc/HTML/it/kscd/configurare-il-tab-about.html +share/doc/HTML/it/kscd/configurare-il-tab-cddb.html +share/doc/HTML/it/kscd/configurare-il-tab-kscd-options.html +share/doc/HTML/it/kscd/configurare-kscd.html +share/doc/HTML/it/kscd/copyright.html +share/doc/HTML/it/kscd/d.-non-riesco-a-far-funzionare-il-cddb.-dove.html +share/doc/HTML/it/kscd/domande-e-risposte.html +share/doc/HTML/it/kscd/epilogo.html +share/doc/HTML/it/kscd/fondamentali-dellinterfaccia.html +share/doc/HTML/it/kscd/index.cvlog +share/doc/HTML/it/kscd/index.docbook +share/doc/HTML/it/kscd/index.html +share/doc/HTML/it/kscd/informazioni-su-cddb.html +share/doc/HTML/it/kscd/installazione.html +share/doc/HTML/it/kscd/introduzione.html +share/doc/HTML/it/kscd/kscd1.png +share/doc/HTML/it/kscd/kscd10.png +share/doc/HTML/it/kscd/kscd11.png +share/doc/HTML/it/kscd/kscd13.png +share/doc/HTML/it/kscd/kscd14.png +share/doc/HTML/it/kscd/kscd15.png +share/doc/HTML/it/kscd/kscd16.png +share/doc/HTML/it/kscd/kscd2.png +share/doc/HTML/it/kscd/kscd2a.png +share/doc/HTML/it/kscd/kscd3.png +share/doc/HTML/it/kscd/kscd4.png +share/doc/HTML/it/kscd/kscd5.png +share/doc/HTML/it/kscd/kscd6.png +share/doc/HTML/it/kscd/kscd7.png +share/doc/HTML/it/kscd/kscd8.png +share/doc/HTML/it/kscd/kscd9.png +share/doc/HTML/it/kscd/leditor-del-database-cd.html +share/doc/HTML/it/kscd/requisiti.html +share/doc/HTML/it/kscd/sviluppatori.html +share/doc/HTML/it/ksirtet/.anchors +share/doc/HTML/it/ksirtet/autori.html +share/doc/HTML/it/ksirtet/common +share/doc/HTML/it/ksirtet/epilogo.html +share/doc/HTML/it/ksirtet/index.cvlog +share/doc/HTML/it/ksirtet/index.docbook +share/doc/HTML/it/ksirtet/index.html +share/doc/HTML/it/ksirtet/introduzione.html +share/doc/HTML/it/ktalkd/.anchors +share/doc/HTML/it/ktalkd/come-posso-avere-un-output-di-debug-da-ktalk.html +share/doc/HTML/it/ktalkd/common +share/doc/HTML/it/ktalkd/compilazione-ed-installazione.html +share/doc/HTML/it/ktalkd/copyright.html +share/doc/HTML/it/ktalkd/domande-e-risposte.html +share/doc/HTML/it/ktalkd/history.html +share/doc/HTML/it/ktalkd/index.cvlog +share/doc/HTML/it/ktalkd/index.docbook +share/doc/HTML/it/ktalkd/index.html +share/doc/HTML/it/ktalkd/installazione.html +share/doc/HTML/it/ktalkd/introduzione.html +share/doc/HTML/it/ktalkd/perch-io-da-utente-normale-non-ricevo-gli-an.html +share/doc/HTML/it/ktalkd/piattaforme-supportate.html +share/doc/HTML/it/ktalkd/richieste.html +share/doc/HTML/it/ktalkd/utilizzo.html +share/doc/HTML/it/kwm/.anchors +share/doc/HTML/it/kwm/comandi.html +share/doc/HTML/it/kwm/common +share/doc/HTML/it/kwm/configurazione.html +share/doc/HTML/it/kwm/controllo-mouse.html +share/doc/HTML/it/kwm/e-possibile-aggiungere-estensioni-kde-ad-alt.html +share/doc/HTML/it/kwm/epilogo.html +share/doc/HTML/it/kwm/frequently-asked-questions.html +share/doc/HTML/it/kwm/index.cvlog +share/doc/HTML/it/kwm/index.docbook +share/doc/HTML/it/kwm/index.html +share/doc/HTML/it/kwm/introduzione.html +share/doc/HTML/it/kwm/kwm-supporta-windows-ombreggiate-come-su-ope.html +share/doc/HTML/it/kwm/mini-cli.html +share/doc/HTML/it/kwm/perch-kwm-somiglia-cos-tanto-a-windows-95.html +share/doc/HTML/it/kwm/perch-non-posso-definire-nuove-scorciatoie-p.html +share/doc/HTML/it/kwm/shortcuts.html +share/doc/HTML/it/kwm/sound-events.html +share/doc/HTML/it/kwm/usare-kwm.html +share/doc/HTML/ja/ark/.anchors +share/doc/HTML/ja/ark/common +share/doc/HTML/ja/ark/creatingandaddingfilestoarchives.html +share/doc/HTML/ja/ark/edit.html +share/doc/HTML/ja/ark/extractingarchives.html +share/doc/HTML/ja/ark/help.html +share/doc/HTML/ja/ark/index.docbook +share/doc/HTML/ja/ark/index.html +share/doc/HTML/ja/ark/installation.html +share/doc/HTML/ja/ark/introduction.html +share/doc/HTML/ja/ark/onscreenfundamentals.html +share/doc/HTML/ja/ark/openingandviewingarchives.html +share/doc/HTML/ja/ark/options.html +share/doc/HTML/ja/ark/requirements.html +share/doc/HTML/ja/ark/themenuentries.html +share/doc/HTML/ja/ark/workingwithfiles.html +share/doc/HTML/ja/caitoo/.anchors +share/doc/HTML/ja/caitoo/addnew.html +share/doc/HTML/ja/caitoo/automation.html +share/doc/HTML/ja/caitoo/caitookeybindings.html +share/doc/HTML/ja/caitoo/caitoovskfm.html +share/doc/HTML/ja/caitoo/common +share/doc/HTML/ja/caitoo/compilationandinstallation.html +share/doc/HTML/ja/caitoo/copyright.html +share/doc/HTML/ja/caitoo/directories.html +share/doc/HTML/ja/caitoo/dockwidget.html +share/doc/HTML/ja/caitoo/droptarget.html +share/doc/HTML/ja/caitoo/index.docbook +share/doc/HTML/ja/caitoo/index.html +share/doc/HTML/ja/caitoo/individualprogressdialog.html +share/doc/HTML/ja/caitoo/installation.html +share/doc/HTML/ja/caitoo/introduction.html +share/doc/HTML/ja/caitoo/limits.html +share/doc/HTML/ja/caitoo/logwindow.html +share/doc/HTML/ja/caitoo/mainmenu.html +share/doc/HTML/ja/caitoo/otherfeatures.html +share/doc/HTML/ja/caitoo/preferences.html +share/doc/HTML/ja/caitoo/proxy.html +share/doc/HTML/ja/caitoo/requirements.html +share/doc/HTML/ja/caitoo/screenfundamentals.html +share/doc/HTML/ja/caitoo/statusbar.html +share/doc/HTML/ja/caitoo/system.html +share/doc/HTML/ja/caitoo/toolbar.html +share/doc/HTML/ja/caitoo/transferconfigdlg.html +share/doc/HTML/ja/caitoo/transfermodes.html +share/doc/HTML/ja/caitoo/workingwithcaitoo.html share/doc/HTML/ja/common/artistic-license.html share/doc/HTML/ja/common/bsd-license.html share/doc/HTML/ja/common/caution.png share/doc/HTML/ja/common/fdl-license share/doc/HTML/ja/common/fdl-license.html +share/doc/HTML/ja/common/fdl-translated.html share/doc/HTML/ja/common/gpl-license share/doc/HTML/ja/common/gpl-license.html +share/doc/HTML/ja/common/gpl-translated.html share/doc/HTML/ja/common/home.png share/doc/HTML/ja/common/important.png share/doc/HTML/ja/common/kde-common.css share/doc/HTML/ja/common/kde-default.css +share/doc/HTML/ja/common/kde-localised.css share/doc/HTML/ja/common/lgpl-license share/doc/HTML/ja/common/lgpl-license.html +share/doc/HTML/ja/common/lgpl-translated.html share/doc/HTML/ja/common/logotp3-small.png +share/doc/HTML/ja/common/logotp3.png share/doc/HTML/ja/common/next.png share/doc/HTML/ja/common/note.png share/doc/HTML/ja/common/prev.png @@ -8083,67 +7721,118 @@ share/doc/HTML/ja/common/up.png share/doc/HTML/ja/common/warning.png share/doc/HTML/ja/common/x11-license.html share/doc/HTML/ja/common/xml.dcl -share/doc/HTML/ja/kdat/.anchors -share/doc/HTML/ja/kdat/backing-up.html -share/doc/HTML/ja/kdat/copyright.html -share/doc/HTML/ja/kdat/formatting.html -share/doc/HTML/ja/kdat/index.html -share/doc/HTML/ja/kdat/indexing.html -share/doc/HTML/ja/kdat/introduction.html -share/doc/HTML/ja/kdat/menu-reference.html -share/doc/HTML/ja/kdat/prefs.html -share/doc/HTML/ja/kdat/profile.html -share/doc/HTML/ja/kdat/restoring.html -share/doc/HTML/ja/kdat/tapeformat.html -share/doc/HTML/ja/kdat/using-kdat.html -share/doc/HTML/ja/kdat/verifying.html -share/doc/HTML/ja/kdat/common -share/doc/HTML/ja/kdat/index.docbook -share/doc/HTML/ja/kpackage/.anchors -share/doc/HTML/ja/kpackage/cache-menu.html -share/doc/HTML/ja/kpackage/credits-and-licenses.html -share/doc/HTML/ja/kpackage/help-menu.html -share/doc/HTML/ja/kpackage/index.html -share/doc/HTML/ja/kpackage/installation.html -share/doc/HTML/ja/kpackage/installing-packages.html -share/doc/HTML/ja/kpackage/integrating-available-packages-in-the-tree.html -share/doc/HTML/ja/kpackage/introduction.html -share/doc/HTML/ja/kpackage/menus.html -share/doc/HTML/ja/kpackage/onscreen-fundamentals.html -share/doc/HTML/ja/kpackage/package-information-panel.html -share/doc/HTML/ja/kpackage/packages-menu.html -share/doc/HTML/ja/kpackage/requirements.html -share/doc/HTML/ja/kpackage/settings-menu.html -share/doc/HTML/ja/kpackage/the-package-tree-panel.html -share/doc/HTML/ja/kpackage/toolbar.html -share/doc/HTML/ja/kpackage/uninstalling-packages.html -share/doc/HTML/ja/kpackage/common -share/doc/HTML/ja/kpackage/index.docbook -share/doc/HTML/ja/ksysv/.anchors -share/doc/HTML/ja/ksysv/appendix.html -share/doc/HTML/ja/ksysv/authors.html -share/doc/HTML/ja/ksysv/configuration.html -share/doc/HTML/ja/ksysv/credits.html -share/doc/HTML/ja/ksysv/index.html -share/doc/HTML/ja/ksysv/introduction.html -share/doc/HTML/ja/ksysv/keyboard.html -share/doc/HTML/ja/ksysv/license.html -share/doc/HTML/ja/ksysv/onscreenfundamentals.html -share/doc/HTML/ja/ksysv/standard-semantics-of-runlevels.html -share/doc/HTML/ja/ksysv/the-menu-entries.html -share/doc/HTML/ja/ksysv/common -share/doc/HTML/ja/ksysv/index.docbook -share/doc/HTML/ja/kuser/.anchors -share/doc/HTML/ja/kuser/add-user.html -share/doc/HTML/ja/kuser/credits.html -share/doc/HTML/ja/kuser/customizing.html -share/doc/HTML/ja/kuser/group-properties.html -share/doc/HTML/ja/kuser/index.html -share/doc/HTML/ja/kuser/start.html -share/doc/HTML/ja/kuser/user-properties.html -share/doc/HTML/ja/kuser/using.html -share/doc/HTML/ja/kuser/common -share/doc/HTML/ja/kuser/index.docbook +share/doc/HTML/ja/kab/.anchors +share/doc/HTML/ja/kab/common +share/doc/HTML/ja/kab/index.docbook +share/doc/HTML/ja/kab/index.html +share/doc/HTML/ja/kab/temp.html +share/doc/HTML/ja/kabalone/.anchors +share/doc/HTML/ja/kabalone/authors.html +share/doc/HTML/ja/kabalone/commandlineoptions.html +share/doc/HTML/ja/kabalone/common +share/doc/HTML/ja/kabalone/copyright.html +share/doc/HTML/ja/kabalone/epilogue.html +share/doc/HTML/ja/kabalone/index.docbook +share/doc/HTML/ja/kabalone/index.html +share/doc/HTML/ja/kabalone/introduction.html +share/doc/HTML/ja/kabalone/rulesofthegame.html +share/doc/HTML/ja/kabalone/theuserinterface.html +share/doc/HTML/ja/karchie/.anchors +share/doc/HTML/ja/karchie/advancedconfiguring.html +share/doc/HTML/ja/karchie/authorsandrecendversions.html +share/doc/HTML/ja/karchie/common +share/doc/HTML/ja/karchie/compilationandinstallation.html +share/doc/HTML/ja/karchie/draganddrop.html +share/doc/HTML/ja/karchie/featuresanddetails.html +share/doc/HTML/ja/karchie/frequentlyaskedquestionsandanswers.html +share/doc/HTML/ja/karchie/gettingkarchiestarted.html +share/doc/HTML/ja/karchie/index.docbook +share/doc/HTML/ja/karchie/index.html +share/doc/HTML/ja/karchie/installation.html +share/doc/HTML/ja/karchie/introduction.html +share/doc/HTML/ja/karchie/karchie.html +share/doc/HTML/ja/karchie/keyboard.html +share/doc/HTML/ja/karchie/more.html +share/doc/HTML/ja/karchie/queryresults.html +share/doc/HTML/ja/karchie/startquery.html +share/doc/HTML/ja/karchie/xarchie.html +share/doc/HTML/ja/karm/.anchors +share/doc/HTML/ja/karm/author.html +share/doc/HTML/ja/karm/bugs.html +share/doc/HTML/ja/karm/common +share/doc/HTML/ja/karm/index.docbook +share/doc/HTML/ja/karm/index.html +share/doc/HTML/ja/karm/introduction.html +share/doc/HTML/ja/karm/usingtimetracker.html +share/doc/HTML/ja/kasteroids/.anchors +share/doc/HTML/ja/kasteroids/authors.html +share/doc/HTML/ja/kasteroids/common +share/doc/HTML/ja/kasteroids/controls.html +share/doc/HTML/ja/kasteroids/epilogue.html +share/doc/HTML/ja/kasteroids/index.docbook +share/doc/HTML/ja/kasteroids/index.html +share/doc/HTML/ja/kasteroids/introduction.html +share/doc/HTML/ja/katabase/.anchors +share/doc/HTML/ja/katabase/another-section.html +share/doc/HTML/ja/katabase/common +share/doc/HTML/ja/katabase/compilation-and-installation.html +share/doc/HTML/ja/katabase/copyright.html +share/doc/HTML/ja/katabase/index.docbook +share/doc/HTML/ja/katabase/index.html +share/doc/HTML/ja/katabase/installation.html +share/doc/HTML/ja/katabase/introduction.html +share/doc/HTML/ja/katabase/questions-and-answers.html +share/doc/HTML/ja/katabase/requirements.html +share/doc/HTML/ja/katabase/usage.html +share/doc/HTML/ja/kautorun/.anchors +share/doc/HTML/ja/kautorun/common +share/doc/HTML/ja/kautorun/config.html +share/doc/HTML/ja/kautorun/developers.html +share/doc/HTML/ja/kautorun/faq.html +share/doc/HTML/ja/kautorun/index.docbook +share/doc/HTML/ja/kautorun/index.html +share/doc/HTML/ja/kautorun/installation.html +share/doc/HTML/ja/kautorun/introduction.html +share/doc/HTML/ja/kautorun/requirements.html +share/doc/HTML/ja/kautorun/running.html +share/doc/HTML/ja/kautorun/using-kautorun.html +share/doc/HTML/ja/kblackbox/.anchors +share/doc/HTML/ja/kblackbox/common +share/doc/HTML/ja/kblackbox/copyright.html +share/doc/HTML/ja/kblackbox/epilogue.html +share/doc/HTML/ja/kblackbox/game-rules.html +share/doc/HTML/ja/kblackbox/gamedescription.html +share/doc/HTML/ja/kblackbox/guidescription.html +share/doc/HTML/ja/kblackbox/index.docbook +share/doc/HTML/ja/kblackbox/index.html +share/doc/HTML/ja/kblackbox/installation.html +share/doc/HTML/ja/kblackbox/user-interaction.html +share/doc/HTML/ja/kblackbox/whatiskblackbox.html +share/doc/HTML/ja/kcalc/.anchors +share/doc/HTML/ja/kcalc/commentsonspecificfunctions.html +share/doc/HTML/ja/kcalc/common +share/doc/HTML/ja/kcalc/compilationandinstallation.html +share/doc/HTML/ja/kcalc/copyright.html +share/doc/HTML/ja/kcalc/cutandpaste.html +share/doc/HTML/ja/kcalc/fixedprecision.html +share/doc/HTML/ja/kcalc/howdoigetetheeulernumber.html +share/doc/HTML/ja/kcalc/howdoigettwofixeddigitsaftertheperiod.html +share/doc/HTML/ja/kcalc/index.docbook +share/doc/HTML/ja/kcalc/index.html +share/doc/HTML/ja/kcalc/installation.html +share/doc/HTML/ja/kcalc/introduction.html +share/doc/HTML/ja/kcalc/invmod.html +share/doc/HTML/ja/kcalc/keyaccels.html +share/doc/HTML/ja/kcalc/lshrsh.html +share/doc/HTML/ja/kcalc/modes.html +share/doc/HTML/ja/kcalc/percent.html +share/doc/HTML/ja/kcalc/percentfunction.html +share/doc/HTML/ja/kcalc/questionsandanswers.html +share/doc/HTML/ja/kcalc/requirements.html +share/doc/HTML/ja/kcalc/tipsandtricks.html +share/doc/HTML/ja/kcalc/trigonometricmode.html +share/doc/HTML/ja/kcalc/usage.html +share/doc/HTML/ja/kcalc/whataboutprecision.html share/doc/HTML/ja/kcontrol/.anchors share/doc/HTML/ja/kcontrol/action.html share/doc/HTML/ja/kcontrol/background.html @@ -8152,6 +7841,7 @@ share/doc/HTML/ja/kcontrol/bell.html share/doc/HTML/ja/kcontrol/blockdev.html share/doc/HTML/ja/kcontrol/borders.html share/doc/HTML/ja/kcontrol/color.html +share/doc/HTML/ja/kcontrol/common share/doc/HTML/ja/kcontrol/control-center-exiting.html share/doc/HTML/ja/kcontrol/control-center-menus.html share/doc/HTML/ja/kcontrol/control-center-run-indiv.html @@ -8172,48 +7862,13 @@ share/doc/HTML/ja/kcontrol/fonts.html share/doc/HTML/ja/kcontrol/help-index.html share/doc/HTML/ja/kcontrol/icons.html share/doc/HTML/ja/kcontrol/iconstyle.html +share/doc/HTML/ja/kcontrol/index.docbook share/doc/HTML/ja/kcontrol/index.html share/doc/HTML/ja/kcontrol/interrupts.html share/doc/HTML/ja/kcontrol/introduction.html share/doc/HTML/ja/kcontrol/ioports.html share/doc/HTML/ja/kcontrol/kbd.html share/doc/HTML/ja/kcontrol/kblayout.html -share/doc/HTML/ja/kcontrol/key-bindings.html -share/doc/HTML/ja/kcontrol/konq-browsing.html -share/doc/HTML/ja/kcontrol/laptop.html -share/doc/HTML/ja/kcontrol/locale.html -share/doc/HTML/ja/kcontrol/login-manager.html -share/doc/HTML/ja/kcontrol/lowbatcrit.html -share/doc/HTML/ja/kcontrol/memory.html -share/doc/HTML/ja/kcontrol/lowbatwarn.html -share/doc/HTML/ja/kcontrol/midi.html -share/doc/HTML/ja/kcontrol/mixer.html -share/doc/HTML/ja/kcontrol/module.html -share/doc/HTML/ja/kcontrol/modules.html -share/doc/HTML/ja/kcontrol/mouse-behav.html -share/doc/HTML/ja/kcontrol/mouse.html -share/doc/HTML/ja/kcontrol/numbername.html -share/doc/HTML/ja/kcontrol/panel.html -share/doc/HTML/ja/kcontrol/partitions.html -share/doc/HTML/ja/kcontrol/passwords.html -share/doc/HTML/ja/kcontrol/pci.html -share/doc/HTML/ja/kcontrol/pcmcia.html -share/doc/HTML/ja/kcontrol/powerctrl.html -share/doc/HTML/ja/kcontrol/processor.html -share/doc/HTML/ja/kcontrol/proxies.html -share/doc/HTML/ja/kcontrol/sambastatus.html -share/doc/HTML/ja/kcontrol/screensaver.html -share/doc/HTML/ja/kcontrol/scsi.html -share/doc/HTML/ja/kcontrol/sndserver.html -share/doc/HTML/ja/kcontrol/soundinfo.html -share/doc/HTML/ja/kcontrol/style.html -share/doc/HTML/ja/kcontrol/sys-notify.html -share/doc/HTML/ja/kcontrol/taskbar.html -share/doc/HTML/ja/kcontrol/user-agent.html -share/doc/HTML/ja/kcontrol/windows-shares.html -share/doc/HTML/ja/kcontrol/xserver.html -share/doc/HTML/ja/kcontrol/common -share/doc/HTML/ja/kcontrol/index.docbook share/doc/HTML/ja/kcontrol/kcmaccess.docbook share/doc/HTML/ja/kcontrol/kcmaction.docbook share/doc/HTML/ja/kcontrol/kcmbackgnd.docbook @@ -8271,15 +7926,67 @@ share/doc/HTML/ja/kcontrol/kcmtaskbar.docbook share/doc/HTML/ja/kcontrol/kcmuseragent.docbook share/doc/HTML/ja/kcontrol/kcmwinshare.docbook share/doc/HTML/ja/kcontrol/kcmxservinfo.docbook +share/doc/HTML/ja/kcontrol/key-bindings.html +share/doc/HTML/ja/kcontrol/konq-browsing.html +share/doc/HTML/ja/kcontrol/laptop.html +share/doc/HTML/ja/kcontrol/locale.html +share/doc/HTML/ja/kcontrol/login-manager.html +share/doc/HTML/ja/kcontrol/lowbatcrit.html +share/doc/HTML/ja/kcontrol/lowbatwarn.html +share/doc/HTML/ja/kcontrol/memory.html +share/doc/HTML/ja/kcontrol/midi.html +share/doc/HTML/ja/kcontrol/mixer.html +share/doc/HTML/ja/kcontrol/module.html +share/doc/HTML/ja/kcontrol/modules.html +share/doc/HTML/ja/kcontrol/mouse-behav.html +share/doc/HTML/ja/kcontrol/mouse.html +share/doc/HTML/ja/kcontrol/numbername.html +share/doc/HTML/ja/kcontrol/panel.html +share/doc/HTML/ja/kcontrol/partitions.html +share/doc/HTML/ja/kcontrol/passwords.html +share/doc/HTML/ja/kcontrol/pci.html +share/doc/HTML/ja/kcontrol/pcmcia.html +share/doc/HTML/ja/kcontrol/powerctrl.html +share/doc/HTML/ja/kcontrol/processor.html +share/doc/HTML/ja/kcontrol/proxies.html +share/doc/HTML/ja/kcontrol/sambastatus.html +share/doc/HTML/ja/kcontrol/screensaver.html +share/doc/HTML/ja/kcontrol/scsi.html +share/doc/HTML/ja/kcontrol/sndserver.html +share/doc/HTML/ja/kcontrol/soundinfo.html +share/doc/HTML/ja/kcontrol/style.html +share/doc/HTML/ja/kcontrol/sys-notify.html +share/doc/HTML/ja/kcontrol/taskbar.html +share/doc/HTML/ja/kcontrol/user-agent.html +share/doc/HTML/ja/kcontrol/windows-shares.html +share/doc/HTML/ja/kcontrol/xserver.html +share/doc/HTML/ja/kdat/.anchors +share/doc/HTML/ja/kdat/backing-up.html +share/doc/HTML/ja/kdat/common +share/doc/HTML/ja/kdat/copyright.html +share/doc/HTML/ja/kdat/formatting.html +share/doc/HTML/ja/kdat/index.docbook +share/doc/HTML/ja/kdat/index.html +share/doc/HTML/ja/kdat/indexing.html +share/doc/HTML/ja/kdat/introduction.html +share/doc/HTML/ja/kdat/menu-reference.html +share/doc/HTML/ja/kdat/prefs.html +share/doc/HTML/ja/kdat/profile.html +share/doc/HTML/ja/kdat/restoring.html +share/doc/HTML/ja/kdat/tapeformat.html +share/doc/HTML/ja/kdat/using-kdat.html +share/doc/HTML/ja/kdat/verifying.html share/doc/HTML/ja/kdebugdialog/.anchors -share/doc/HTML/ja/kdebugdialog/index.html -share/doc/HTML/ja/kdebugdialog/introduction.html share/doc/HTML/ja/kdebugdialog/common share/doc/HTML/ja/kdebugdialog/index.docbook +share/doc/HTML/ja/kdebugdialog/index.html +share/doc/HTML/ja/kdebugdialog/introduction.html share/doc/HTML/ja/kdesu/.anchors share/doc/HTML/ja/kdesu/author.html +share/doc/HTML/ja/kdesu/common share/doc/HTML/ja/kdesu/compiling.html share/doc/HTML/ja/kdesu/configuration.html +share/doc/HTML/ja/kdesu/index.docbook share/doc/HTML/ja/kdesu/index.html share/doc/HTML/ja/kdesu/installation.html share/doc/HTML/ja/kdesu/interface-to-su.html @@ -8288,22 +7995,166 @@ share/doc/HTML/ja/kdesu/introduction.html share/doc/HTML/ja/kdesu/password-checking.html share/doc/HTML/ja/kdesu/sec-password-keeping.html share/doc/HTML/ja/kdesu/using-kdesu.html -share/doc/HTML/ja/kdesu/common -share/doc/HTML/ja/kdesu/index.docbook +share/doc/HTML/ja/kdf/.anchors +share/doc/HTML/ja/kdf/common +share/doc/HTML/ja/kdf/credits.html +share/doc/HTML/ja/kdf/index.docbook +share/doc/HTML/ja/kdf/index.html +share/doc/HTML/ja/kdf/installation.html +share/doc/HTML/ja/kdf/introduction.html +share/doc/HTML/ja/kdf/main-window.html +share/doc/HTML/ja/kdf/the-menus.html +share/doc/HTML/ja/kdf/using-kdf.html share/doc/HTML/ja/kdm/.anchors share/doc/HTML/ja/kdm/building-and-installing-kdm.html +share/doc/HTML/ja/kdm/common share/doc/HTML/ja/kdm/configuring-kdm.html share/doc/HTML/ja/kdm/configuring-your-system-for-kdm.html share/doc/HTML/ja/kdm/credits.html share/doc/HTML/ja/kdm/different-window-managers-with-kdm.html +share/doc/HTML/ja/kdm/index.docbook share/doc/HTML/ja/kdm/index.html share/doc/HTML/ja/kdm/introduction.html share/doc/HTML/ja/kdm/kdmdesktop.html share/doc/HTML/ja/kdm/lilo.html share/doc/HTML/ja/kdm/locale.html share/doc/HTML/ja/kdm/other-information.html -share/doc/HTML/ja/kdm/common -share/doc/HTML/ja/kdm/index.docbook +share/doc/HTML/ja/kdvi/.anchors +share/doc/HTML/ja/kdvi/bugs.html +share/doc/HTML/ja/kdvi/changingmagnification.html +share/doc/HTML/ja/kdvi/common +share/doc/HTML/ja/kdvi/index.docbook +share/doc/HTML/ja/kdvi/index.html +share/doc/HTML/ja/kdvi/keyboard.html +share/doc/HTML/ja/kdvi/markingpages.html +share/doc/HTML/ja/kdvi/movingaround.html +share/doc/HTML/ja/kdvi/printing.html +share/doc/HTML/ja/kdvi/qampa.html +share/doc/HTML/ja/kdvi/todo.html +share/doc/HTML/ja/kdvi/usage.html +share/doc/HTML/ja/kedit/.anchors +share/doc/HTML/ja/kedit/command-line-options.html +share/doc/HTML/ja/kedit/common +share/doc/HTML/ja/kedit/credits.html +share/doc/HTML/ja/kedit/edit.html +share/doc/HTML/ja/kedit/go.html +share/doc/HTML/ja/kedit/help.html +share/doc/HTML/ja/kedit/index.docbook +share/doc/HTML/ja/kedit/index.html +share/doc/HTML/ja/kedit/introduction.html +share/doc/HTML/ja/kedit/keybindings.html +share/doc/HTML/ja/kedit/on-screen-fundamentals.html +share/doc/HTML/ja/kedit/pref-dialog.html +share/doc/HTML/ja/kedit/prefcolors.html +share/doc/HTML/ja/kedit/prefmisc.html +share/doc/HTML/ja/kedit/prefspellchecker.html +share/doc/HTML/ja/kedit/settings.html +share/doc/HTML/ja/kedit/the-menu-entries.html +share/doc/HTML/ja/kedit/tools.html +share/doc/HTML/ja/kfax/.anchors +share/doc/HTML/ja/kfax/command-line-options.html +share/doc/HTML/ja/kfax/common +share/doc/HTML/ja/kfax/compilation-and-installation.html +share/doc/HTML/ja/kfax/copyright.html +share/doc/HTML/ja/kfax/dealing-with-files-on-the-internet.html +share/doc/HTML/ja/kfax/fax-options.html +share/doc/HTML/ja/kfax/fundamentals.html +share/doc/HTML/ja/kfax/help.html +share/doc/HTML/ja/kfax/how-to-create-fax-files.html +share/doc/HTML/ja/kfax/index.docbook +share/doc/HTML/ja/kfax/index.html +share/doc/HTML/ja/kfax/installation.html +share/doc/HTML/ja/kfax/introduction.html +share/doc/HTML/ja/kfax/kfax-key-bindings.html +share/doc/HTML/ja/kfax/options.html +share/doc/HTML/ja/kfax/printing.html +share/doc/HTML/ja/kfax/questionsandanswers.html +share/doc/HTML/ja/kfax/requirements.html +share/doc/HTML/ja/kfax/themenuentries.html +share/doc/HTML/ja/kfax/view.html +share/doc/HTML/ja/kfind/.anchors +share/doc/HTML/ja/kfind/authors.html +share/doc/HTML/ja/kfind/common +share/doc/HTML/ja/kfind/compilation-and-installation.html +share/doc/HTML/ja/kfind/configuration.html +share/doc/HTML/ja/kfind/edit.html +share/doc/HTML/ja/kfind/epilog.html +share/doc/HTML/ja/kfind/help.html +share/doc/HTML/ja/kfind/index.docbook +share/doc/HTML/ja/kfind/index.html +share/doc/HTML/ja/kfind/installation.html +share/doc/HTML/ja/kfind/introduction.html +share/doc/HTML/ja/kfind/onscreenfundamentals.html +share/doc/HTML/ja/kfind/options.html +share/doc/HTML/ja/kfind/requirements.html +share/doc/HTML/ja/kfind/search-parameters-dialog.html +share/doc/HTML/ja/kfind/themenuentries.html +share/doc/HTML/ja/kfind/viewing-area.html +share/doc/HTML/ja/kfinger/.anchors +share/doc/HTML/ja/kfinger/common +share/doc/HTML/ja/kfinger/index.docbook +share/doc/HTML/ja/kfinger/index.html +share/doc/HTML/ja/kfinger/introduction.html +share/doc/HTML/ja/kfinger/kfingermainwindow.html +share/doc/HTML/ja/kfinger/kfingersetup.html +share/doc/HTML/ja/kfinger/statusbar.html +share/doc/HTML/ja/kfinger/toolbar.html +share/doc/HTML/ja/kfloppy/.anchors +share/doc/HTML/ja/kfloppy/common +share/doc/HTML/ja/kfloppy/compilationandinstallation.html +share/doc/HTML/ja/kfloppy/copyright.html +share/doc/HTML/ja/kfloppy/density.html +share/doc/HTML/ja/kfloppy/filesystems.html +share/doc/HTML/ja/kfloppy/formattingdiskswithkfloppy.html +share/doc/HTML/ja/kfloppy/formattingoptions.html +share/doc/HTML/ja/kfloppy/index.docbook +share/doc/HTML/ja/kfloppy/index.html +share/doc/HTML/ja/kfloppy/installation.html +share/doc/HTML/ja/kfloppy/introduction.html +share/doc/HTML/ja/kfloppy/requirements.html +share/doc/HTML/ja/kfract/.anchors +share/doc/HTML/ja/kfract/common +share/doc/HTML/ja/kfract/index.docbook +share/doc/HTML/ja/kfract/index.html +share/doc/HTML/ja/kfract/introduction.html +share/doc/HTML/ja/kfract/onscreenfundamentals.html +share/doc/HTML/ja/kfract/the-file-menu.html +share/doc/HTML/ja/kfract/the-help-menu.html +share/doc/HTML/ja/kfract/the-options-menu.html +share/doc/HTML/ja/kfract/the-toolbar.html +share/doc/HTML/ja/kfract/the-types-menu.html +share/doc/HTML/ja/kghostview/.anchors +share/doc/HTML/ja/kghostview/authors.html +share/doc/HTML/ja/kghostview/common +share/doc/HTML/ja/kghostview/configure-interpreter.html +share/doc/HTML/ja/kghostview/configure-key-bindings.html +share/doc/HTML/ja/kghostview/copyright.html +share/doc/HTML/ja/kghostview/dialogboxes.html +share/doc/HTML/ja/kghostview/epilogue.html +share/doc/HTML/ja/kghostview/fundamentals.html +share/doc/HTML/ja/kghostview/ghostscript-messages.html +share/doc/HTML/ja/kghostview/go-to-page.html +share/doc/HTML/ja/kghostview/go.html +share/doc/HTML/ja/kghostview/help.html +share/doc/HTML/ja/kghostview/index.docbook +share/doc/HTML/ja/kghostview/index.html +share/doc/HTML/ja/kghostview/info.html +share/doc/HTML/ja/kghostview/introduction.html +share/doc/HTML/ja/kghostview/options.html +share/doc/HTML/ja/kghostview/page-list.html +share/doc/HTML/ja/kghostview/primarymenuitems.html +share/doc/HTML/ja/kghostview/tool-bar.html +share/doc/HTML/ja/kghostview/tutorial.html +share/doc/HTML/ja/kghostview/view-control.html +share/doc/HTML/ja/kghostview/view.html +share/doc/HTML/ja/khelpcenter/.anchors +share/doc/HTML/ja/khelpcenter/common +share/doc/HTML/ja/khelpcenter/contact-developers.html +share/doc/HTML/ja/khelpcenter/contact-more-information.html +share/doc/HTML/ja/khelpcenter/contact-official.html +share/doc/HTML/ja/khelpcenter/contact-the-kde-team.html +share/doc/HTML/ja/khelpcenter/contact.docbook +share/doc/HTML/ja/khelpcenter/credits.html share/doc/HTML/ja/khelpcenter/faq/.anchors share/doc/HTML/ja/khelpcenter/faq/aboutthisfaq.html share/doc/HTML/ja/khelpcenter/faq/acronyms.html @@ -8319,6 +8170,7 @@ share/doc/HTML/ja/khelpcenter/faq/changemimetypes.html share/doc/HTML/ja/khelpcenter/faq/checknewmail.html share/doc/HTML/ja/khelpcenter/faq/colordepth.html share/doc/HTML/ja/khelpcenter/faq/comercial.html +share/doc/HTML/ja/khelpcenter/faq/common share/doc/HTML/ja/khelpcenter/faq/compiling.html share/doc/HTML/ja/khelpcenter/faq/configuringkde.html share/doc/HTML/ja/khelpcenter/faq/contributing.html @@ -8357,6 +8209,7 @@ share/doc/HTML/ja/khelpcenter/faq/howtostartkde.html share/doc/HTML/ja/khelpcenter/faq/howtosubscribe.html share/doc/HTML/ja/khelpcenter/faq/iconified.html share/doc/HTML/ja/khelpcenter/faq/icons.html +share/doc/HTML/ja/khelpcenter/faq/index.docbook share/doc/HTML/ja/khelpcenter/faq/index.html share/doc/HTML/ja/khelpcenter/faq/installation.html share/doc/HTML/ja/khelpcenter/faq/installationinstructions.html @@ -8379,8 +8232,8 @@ share/doc/HTML/ja/khelpcenter/faq/keyboardswitcher.html share/doc/HTML/ja/khelpcenter/faq/killingwindows.html share/doc/HTML/ja/khelpcenter/faq/killkwmpager.html share/doc/HTML/ja/khelpcenter/faq/kmail.html -share/doc/HTML/ja/khelpcenter/faq/koffice.html share/doc/HTML/ja/khelpcenter/faq/knownbugfixesforkde.html +share/doc/HTML/ja/khelpcenter/faq/koffice.html share/doc/HTML/ja/khelpcenter/faq/kscd.html share/doc/HTML/ja/khelpcenter/faq/ktop.html share/doc/HTML/ja/khelpcenter/faq/kvt.html @@ -8454,21 +8307,29 @@ share/doc/HTML/ja/khelpcenter/faq/whichversion.html share/doc/HTML/ja/khelpcenter/faq/whynotother.html share/doc/HTML/ja/khelpcenter/faq/windowplacement.html share/doc/HTML/ja/khelpcenter/faq/windowskeys.html -share/doc/HTML/ja/khelpcenter/faq/common share/doc/HTML/ja/khelpcenter/faq/winmanager.html share/doc/HTML/ja/khelpcenter/faq/winmanonthefly.html share/doc/HTML/ja/khelpcenter/faq/wrongcharset.html share/doc/HTML/ja/khelpcenter/faq/wrongtime.html share/doc/HTML/ja/khelpcenter/faq/xmousetoarrow.html share/doc/HTML/ja/khelpcenter/faq/xserverforwindows.html -share/doc/HTML/ja/khelpcenter/faq/index.docbook +share/doc/HTML/ja/khelpcenter/help-system-user-manual.html +share/doc/HTML/ja/khelpcenter/help.docbook +share/doc/HTML/ja/khelpcenter/index.docbook +share/doc/HTML/ja/khelpcenter/index.html +share/doc/HTML/ja/khelpcenter/interface-basics.html +share/doc/HTML/ja/khelpcenter/invoking-help.html +share/doc/HTML/ja/khelpcenter/links.docbook +share/doc/HTML/ja/khelpcenter/no-html.html share/doc/HTML/ja/khelpcenter/quickguide/.anchors share/doc/HTML/ja/khelpcenter/quickguide/advanced-topics.html share/doc/HTML/ja/khelpcenter/quickguide/an-overview-of-kde.html share/doc/HTML/ja/khelpcenter/quickguide/archives-and-networks.html +share/doc/HTML/ja/khelpcenter/quickguide/common share/doc/HTML/ja/khelpcenter/quickguide/configuration-modules.html share/doc/HTML/ja/khelpcenter/quickguide/configure.html share/doc/HTML/ja/khelpcenter/quickguide/credits.html +share/doc/HTML/ja/khelpcenter/quickguide/index.docbook share/doc/HTML/ja/khelpcenter/quickguide/index.html share/doc/HTML/ja/khelpcenter/quickguide/introduction.html share/doc/HTML/ja/khelpcenter/quickguide/kde-an-exciting-journey.html @@ -8481,43 +8342,46 @@ share/doc/HTML/ja/khelpcenter/quickguide/using-templates.html share/doc/HTML/ja/khelpcenter/quickguide/using-v-desktops.html share/doc/HTML/ja/khelpcenter/quickguide/want-command-line-back.html share/doc/HTML/ja/khelpcenter/quickguide/working-with-windows.html -share/doc/HTML/ja/khelpcenter/quickguide/common -share/doc/HTML/ja/khelpcenter/quickguide/index.docbook -share/doc/HTML/ja/khelpcenter/.anchors -share/doc/HTML/ja/khelpcenter/contact-developers.html -share/doc/HTML/ja/khelpcenter/contact-more-information.html -share/doc/HTML/ja/khelpcenter/contact-official.html -share/doc/HTML/ja/khelpcenter/contact-the-kde-team.html -share/doc/HTML/ja/khelpcenter/credits.html -share/doc/HTML/ja/khelpcenter/help-system-user-manual.html -share/doc/HTML/ja/khelpcenter/index.html -share/doc/HTML/ja/khelpcenter/interface-basics.html -share/doc/HTML/ja/khelpcenter/invoking-help.html +share/doc/HTML/ja/khelpcenter/support.docbook share/doc/HTML/ja/khelpcenter/supporting-kde-financial-support.html share/doc/HTML/ja/khelpcenter/supporting-kde-get-started.html share/doc/HTML/ja/khelpcenter/supporting-kde.html share/doc/HTML/ja/khelpcenter/web.html -share/doc/HTML/ja/khelpcenter/common share/doc/HTML/ja/khelpcenter/welcome-to-kde.html +share/doc/HTML/ja/khelpcenter/welcome.docbook share/doc/HTML/ja/khelpcenter/what-is-kde-the-desktop.html share/doc/HTML/ja/khelpcenter/what-is-kde-the-development-framework.html share/doc/HTML/ja/khelpcenter/what-is-kde-the-office-suite.html share/doc/HTML/ja/khelpcenter/what-is-kde.html -share/doc/HTML/ja/khelpcenter/contact.docbook -share/doc/HTML/ja/khelpcenter/help.docbook -share/doc/HTML/ja/khelpcenter/index.docbook -share/doc/HTML/ja/khelpcenter/links.docbook -share/doc/HTML/ja/khelpcenter/no-html.html -share/doc/HTML/ja/khelpcenter/support.docbook -share/doc/HTML/ja/khelpcenter/welcome.docbook share/doc/HTML/ja/khelpcenter/whatiskde.docbook +share/doc/HTML/ja/kiconedit/.anchors +share/doc/HTML/ja/kiconedit/common +share/doc/HTML/ja/kiconedit/compilation-and-installation.html +share/doc/HTML/ja/kiconedit/configuration.html +share/doc/HTML/ja/kiconedit/edit.html +share/doc/HTML/ja/kiconedit/grid.html +share/doc/HTML/ja/kiconedit/help.html +share/doc/HTML/ja/kiconedit/index.docbook +share/doc/HTML/ja/kiconedit/index.html +share/doc/HTML/ja/kiconedit/installation.html +share/doc/HTML/ja/kiconedit/introduction.html +share/doc/HTML/ja/kiconedit/onscreenfundamentals.html +share/doc/HTML/ja/kiconedit/options.html +share/doc/HTML/ja/kiconedit/requirements.html +share/doc/HTML/ja/kiconedit/statusbar.html +share/doc/HTML/ja/kiconedit/themenuentries.html +share/doc/HTML/ja/kiconedit/tools-toolbar.html +share/doc/HTML/ja/kiconedit/tools.html +share/doc/HTML/ja/kiconedit/view.html share/doc/HTML/ja/kikbd/.anchors share/doc/HTML/ja/kikbd/advanced.html share/doc/HTML/ja/kikbd/authors.html share/doc/HTML/ja/kikbd/bug-reporting.html +share/doc/HTML/ja/kikbd/common share/doc/HTML/ja/kikbd/config.html share/doc/HTML/ja/kikbd/create.html share/doc/HTML/ja/kikbd/general.html +share/doc/HTML/ja/kikbd/index.docbook share/doc/HTML/ja/kikbd/index.html share/doc/HTML/ja/kikbd/installation.html share/doc/HTML/ja/kikbd/introduction.html @@ -8526,24 +8390,303 @@ share/doc/HTML/ja/kikbd/screen-saver-password-problems..html share/doc/HTML/ja/kikbd/startup.html share/doc/HTML/ja/kikbd/style.html share/doc/HTML/ja/kikbd/troubleshooting.html -share/doc/HTML/ja/kikbd/common -share/doc/HTML/ja/kikbd/index.docbook +share/doc/HTML/ja/killustrator/.anchors +share/doc/HTML/ja/killustrator/about-the-handbook.html +share/doc/HTML/ja/killustrator/appendix.html +share/doc/HTML/ja/killustrator/changing-the-standard-parameters.html +share/doc/HTML/ja/killustrator/common +share/doc/HTML/ja/killustrator/compilation-and-installation.html +share/doc/HTML/ja/killustrator/copyright.html +share/doc/HTML/ja/killustrator/drawing-2d-primitives.html +share/doc/HTML/ja/killustrator/frequently-asked-questions.html +share/doc/HTML/ja/killustrator/handling-colours.html +share/doc/HTML/ja/killustrator/history-of-killustrator.html +share/doc/HTML/ja/killustrator/index.docbook +share/doc/HTML/ja/killustrator/index.html +share/doc/HTML/ja/killustrator/installation-of-binary-packages.html +share/doc/HTML/ja/killustrator/installation.html +share/doc/HTML/ja/killustrator/introduction.html +share/doc/HTML/ja/killustrator/positioning-objects.html +share/doc/HTML/ja/killustrator/system-requirements.html +share/doc/HTML/ja/killustrator/the-layer-concept.html +share/doc/HTML/ja/killustrator/to-do.html +share/doc/HTML/ja/killustrator/transformation-of-2d-primitives.html +share/doc/HTML/ja/killustrator/undo--redo.html +share/doc/HTML/ja/killustrator/usage.html +share/doc/HTML/ja/killustrator/working-with-files.html +share/doc/HTML/ja/killustrator/zoom-tool.html +share/doc/HTML/ja/kjots/.anchors +share/doc/HTML/ja/kjots/common +share/doc/HTML/ja/kjots/index.docbook +share/doc/HTML/ja/kjots/index.html +share/doc/HTML/ja/kjots/introduction.html +share/doc/HTML/ja/kjots/keyboardshortcuts.html +share/doc/HTML/ja/kjots/subjectlist.html +share/doc/HTML/ja/kjots/todo.html +share/doc/HTML/ja/kjots/usage.html +share/doc/HTML/ja/kjumpingcube/.anchors +share/doc/HTML/ja/kjumpingcube/common +share/doc/HTML/ja/kjumpingcube/compilation.html +share/doc/HTML/ja/kjumpingcube/credits.html +share/doc/HTML/ja/kjumpingcube/index.docbook +share/doc/HTML/ja/kjumpingcube/index.html +share/doc/HTML/ja/kjumpingcube/installation.html +share/doc/HTML/ja/kjumpingcube/introduction.html +share/doc/HTML/ja/kjumpingcube/playingkjumpingcube.html +share/doc/HTML/ja/kjumpingcube/questionsanswersandtips.html +share/doc/HTML/ja/kjumpingcube/requirements.html share/doc/HTML/ja/klipper/.anchors share/doc/HTML/ja/klipper/actions.html +share/doc/HTML/ja/klipper/common share/doc/HTML/ja/klipper/compilation.html share/doc/HTML/ja/klipper/configuration.html share/doc/HTML/ja/klipper/credits.html +share/doc/HTML/ja/klipper/index.docbook share/doc/HTML/ja/klipper/index.html share/doc/HTML/ja/klipper/installation.html share/doc/HTML/ja/klipper/introduction.html share/doc/HTML/ja/klipper/requirements.html share/doc/HTML/ja/klipper/using-klipper.html -share/doc/HTML/ja/klipper/common -share/doc/HTML/ja/klipper/index.docbook +share/doc/HTML/ja/kljettool/.anchors +share/doc/HTML/ja/kljettool/common +share/doc/HTML/ja/kljettool/compilationandinstallation.html +share/doc/HTML/ja/kljettool/copyright.html +share/doc/HTML/ja/kljettool/gettingkljettooltowork.html +share/doc/HTML/ja/kljettool/index.docbook +share/doc/HTML/ja/kljettool/index.html +share/doc/HTML/ja/kljettool/installation.html +share/doc/HTML/ja/kljettool/introduction.html +share/doc/HTML/ja/kljettool/requirements.html +share/doc/HTML/ja/kljettool/usage.html +share/doc/HTML/ja/klpq/.anchors +share/doc/HTML/ja/klpq/author.html +share/doc/HTML/ja/klpq/common +share/doc/HTML/ja/klpq/copyright.html +share/doc/HTML/ja/klpq/index.docbook +share/doc/HTML/ja/klpq/index.html +share/doc/HTML/ja/klpq/install.html +share/doc/HTML/ja/klpq/introduction.html +share/doc/HTML/ja/klpq/thanks.html +share/doc/HTML/ja/klpq/todo.html +share/doc/HTML/ja/klpq/usage.html +share/doc/HTML/ja/kmahjongg/.anchors +share/doc/HTML/ja/kmahjongg/common +share/doc/HTML/ja/kmahjongg/epilogue.html +share/doc/HTML/ja/kmahjongg/index.docbook +share/doc/HTML/ja/kmahjongg/index.html +share/doc/HTML/ja/kmahjongg/introduction.html +share/doc/HTML/ja/kmail/.anchors +share/doc/HTML/ja/kmail/appearancetab.html +share/doc/HTML/ja/kmail/common +share/doc/HTML/ja/kmail/composertab.html +share/doc/HTML/ja/kmail/copyright.html +share/doc/HTML/ja/kmail/documentation.html +share/doc/HTML/ja/kmail/epilogue.html +share/doc/HTML/ja/kmail/filters.html +share/doc/HTML/ja/kmail/howcanifindouthowmanyunreadmessagesihaveinam.html +share/doc/HTML/ja/kmail/howdoiautomaticallyinsertatextfooterwithinth.html +share/doc/HTML/ja/kmail/howdoileavemailontheserverfromthekdefaq.html +share/doc/HTML/ja/kmail/index.docbook +share/doc/HTML/ja/kmail/index.html +share/doc/HTML/ja/kmail/misctab.html +share/doc/HTML/ja/kmail/networktab.html +share/doc/HTML/ja/kmail/pgptab.html +share/doc/HTML/ja/kmail/questionsandanswers.html +share/doc/HTML/ja/kmail/seccustomizing.html +share/doc/HTML/ja/kmail/secfolders.html +share/doc/HTML/ja/kmail/secgettingstarted.html +share/doc/HTML/ja/kmail/secimporting.html +share/doc/HTML/ja/kmail/secintro.html +share/doc/HTML/ja/kmail/secmenus.html +share/doc/HTML/ja/kmail/secmultipleaccounts.html +share/doc/HTML/ja/kmail/secpgp.html +share/doc/HTML/ja/kmail/secqasendmail.html +share/doc/HTML/ja/kmail/secusingkmail.html +share/doc/HTML/ja/kmail/settingupyouraccount.html +share/doc/HTML/ja/kmail/testingyoursetup.html +share/doc/HTML/ja/kmail/theaddressbook.html +share/doc/HTML/ja/kmail/thecomposerwindow.html +share/doc/HTML/ja/kmail/thecomposerwindow2.html +share/doc/HTML/ja/kmail/whydoeskmailkeepaskingmeforthelocationofmysi.html +share/doc/HTML/ja/kmail/whydoesntwordwrapworkinthecomposerwindow.html +share/doc/HTML/ja/kmedia/.anchors +share/doc/HTML/ja/kmedia/common +share/doc/HTML/ja/kmedia/compilationandinstallation.html +share/doc/HTML/ja/kmedia/help.html +share/doc/HTML/ja/kmedia/index.docbook +share/doc/HTML/ja/kmedia/index.html +share/doc/HTML/ja/kmedia/installation.html +share/doc/HTML/ja/kmedia/introduction.html +share/doc/HTML/ja/kmedia/keybindings.html +share/doc/HTML/ja/kmedia/multiplemediaplayers.html +share/doc/HTML/ja/kmedia/onscreenfundamentals.html +share/doc/HTML/ja/kmedia/options.html +share/doc/HTML/ja/kmedia/requirements.html +share/doc/HTML/ja/kmedia/themenuentries.html +share/doc/HTML/ja/kmid/.anchors +share/doc/HTML/ja/kmid/abouttheauthor.html +share/doc/HTML/ja/kmid/addingsongstoacollectionhowtouseautoadd.html +share/doc/HTML/ja/kmid/advancedfeatures.html +share/doc/HTML/ja/kmid/collections.html +share/doc/HTML/ja/kmid/common +share/doc/HTML/ja/kmid/compilationandinstallation.html +share/doc/HTML/ja/kmid/creatingamidimap.html +share/doc/HTML/ja/kmid/deletingacollection.html +share/doc/HTML/ja/kmid/displayinglyrics.html +share/doc/HTML/ja/kmid/doineedamidimap.html +share/doc/HTML/ja/kmid/finalnotes.html +share/doc/HTML/ja/kmid/frequentlyaskedquestionsfaq.html +share/doc/HTML/ja/kmid/generalusage.html +share/doc/HTML/ja/kmid/hallofkmidsfriends.html +share/doc/HTML/ja/kmid/index.docbook +share/doc/HTML/ja/kmid/index.html +share/doc/HTML/ja/kmid/installation.html +share/doc/HTML/ja/kmid/introduction.html +share/doc/HTML/ja/kmid/keybindings.html +share/doc/HTML/ja/kmid/midimaps.html +share/doc/HTML/ja/kmid/playinginorderoratrandom.html +share/doc/HTML/ja/kmid/playingsongs.html +share/doc/HTML/ja/kmid/removingsongsfromcollections.html +share/doc/HTML/ja/kmid/requirements.html +share/doc/HTML/ja/kmid/selectingasongfromacollection.html +share/doc/HTML/ja/kmid/thetempolcd.html +share/doc/HTML/ja/kmid/thetemporarycollection.html +share/doc/HTML/ja/kmid/usingmidimaps.html +share/doc/HTML/ja/kmidi/.anchors +share/doc/HTML/ja/kmidi/commandlineoptions.html +share/doc/HTML/ja/kmidi/common +share/doc/HTML/ja/kmidi/compilationandinstallation.html +share/doc/HTML/ja/kmidi/configuring.html +share/doc/HTML/ja/kmidi/copyright.html +share/doc/HTML/ja/kmidi/credits.html +share/doc/HTML/ja/kmidi/effects.html +share/doc/HTML/ja/kmidi/index.docbook +share/doc/HTML/ja/kmidi/index.html +share/doc/HTML/ja/kmidi/installation.html +share/doc/HTML/ja/kmidi/introduction.html +share/doc/HTML/ja/kmidi/midifilenames.html +share/doc/HTML/ja/kmidi/patches.html +share/doc/HTML/ja/kmidi/patchsets.html +share/doc/HTML/ja/kmidi/playlists.html +share/doc/HTML/ja/kmidi/polyphony.html +share/doc/HTML/ja/kmidi/questionsandanswers.html +share/doc/HTML/ja/kmidi/requirements.html +share/doc/HTML/ja/kmidi/usage.html +share/doc/HTML/ja/kmines/.anchors +share/doc/HTML/ja/kmines/authors.html +share/doc/HTML/ja/kmines/common +share/doc/HTML/ja/kmines/epilogue.html +share/doc/HTML/ja/kmines/howtoplay.html +share/doc/HTML/ja/kmines/index.docbook +share/doc/HTML/ja/kmines/index.html +share/doc/HTML/ja/kmines/introduction.html +share/doc/HTML/ja/kmix/.anchors +share/doc/HTML/ja/kmix/advancedfeatures.html +share/doc/HTML/ja/kmix/commandlinearguments.html +share/doc/HTML/ja/kmix/common +share/doc/HTML/ja/kmix/compilationandinstallation.html +share/doc/HTML/ja/kmix/configurationoptions.html +share/doc/HTML/ja/kmix/help.html +share/doc/HTML/ja/kmix/index.docbook +share/doc/HTML/ja/kmix/index.html +share/doc/HTML/ja/kmix/installation.html +share/doc/HTML/ja/kmix/introduction.html +share/doc/HTML/ja/kmix/keybindings.html +share/doc/HTML/ja/kmix/multiplesoundcards.html +share/doc/HTML/ja/kmix/panningslider.html +share/doc/HTML/ja/kmix/questionsandanswers.html +share/doc/HTML/ja/kmix/requirements.html +share/doc/HTML/ja/kmix/themenuentries.html +share/doc/HTML/ja/kmix/workingwithkmix.html +share/doc/HTML/ja/knotes/.anchors +share/doc/HTML/ja/knotes/alarm.html +share/doc/HTML/ja/knotes/autoindent.html +share/doc/HTML/ja/knotes/calendar.html +share/doc/HTML/ja/knotes/clear.html +share/doc/HTML/ja/knotes/colors.html +share/doc/HTML/ja/knotes/common +share/doc/HTML/ja/knotes/compilationandinstallation.html +share/doc/HTML/ja/knotes/deleteknote.html +share/doc/HTML/ja/knotes/dframe.html +share/doc/HTML/ja/knotes/doubleclickonurls.html +share/doc/HTML/ja/knotes/font.html +share/doc/HTML/ja/knotes/index.docbook +share/doc/HTML/ja/knotes/index.html +share/doc/HTML/ja/knotes/installation.html +share/doc/HTML/ja/knotes/introduction.html +share/doc/HTML/ja/knotes/keybindings.html +share/doc/HTML/ja/knotes/mailnote.html +share/doc/HTML/ja/knotes/newknote.html +share/doc/HTML/ja/knotes/onscreenfundamentals.html +share/doc/HTML/ja/knotes/printing.html +share/doc/HTML/ja/knotes/printnote.html +share/doc/HTML/ja/knotes/questionsandanswers.html +share/doc/HTML/ja/knotes/quit.html +share/doc/HTML/ja/knotes/renameknote.html +share/doc/HTML/ja/knotes/requirements.html +share/doc/HTML/ja/knotes/resizingknotes.html +share/doc/HTML/ja/knotes/setdefaults.html +share/doc/HTML/ja/knotes/themenuentries.html +share/doc/HTML/ja/knu/.anchors +share/doc/HTML/ja/knu/author.html +share/doc/HTML/ja/knu/common +share/doc/HTML/ja/knu/configuration.html +share/doc/HTML/ja/knu/copyright.html +share/doc/HTML/ja/knu/descriptionmtr.html +share/doc/HTML/ja/knu/descriptionnslookup.html +share/doc/HTML/ja/knu/descriptionping.html +share/doc/HTML/ja/knu/descriptiontraceroute.html +share/doc/HTML/ja/knu/epilogue.html +share/doc/HTML/ja/knu/history.html +share/doc/HTML/ja/knu/index.docbook +share/doc/HTML/ja/knu/index.html +share/doc/HTML/ja/knu/introduction.html +share/doc/HTML/ja/knu/optionsfinger.html +share/doc/HTML/ja/knu/optionsnslookup.html +share/doc/HTML/ja/knu/optionsping.html +share/doc/HTML/ja/knu/optionstraceroute.html +share/doc/HTML/ja/knu/thefingertab.html +share/doc/HTML/ja/knu/thehostresolutiontab.html +share/doc/HTML/ja/knu/themtrtab.html +share/doc/HTML/ja/knu/thepingtab.html +share/doc/HTML/ja/knu/thetraceroutetab.html +share/doc/HTML/ja/koffice/.anchors +share/doc/HTML/ja/koffice/common +share/doc/HTML/ja/koffice/compilingproblems.html +share/doc/HTML/ja/koffice/customgui.html +share/doc/HTML/ja/koffice/customization.html +share/doc/HTML/ja/koffice/faq.html +share/doc/HTML/ja/koffice/firststeps.html +share/doc/HTML/ja/koffice/frombinaries.html +share/doc/HTML/ja/koffice/fromsource.html +share/doc/HTML/ja/koffice/gettingbinaries.html +share/doc/HTML/ja/koffice/gettingsource.html +share/doc/HTML/ja/koffice/glossary.html +share/doc/HTML/ja/koffice/index.docbook +share/doc/HTML/ja/koffice/index.html +share/doc/HTML/ja/koffice/installation.html +share/doc/HTML/ja/koffice/introduction.html +share/doc/HTML/ja/koffice/kparts.html +share/doc/HTML/ja/koffice/kpartstryit.html +share/doc/HTML/ja/koffice/legal.html +share/doc/HTML/ja/koffice/links.html +share/doc/HTML/ja/koffice/moreinfo.html +share/doc/HTML/ja/koffice/programmersinfo.html +share/doc/HTML/ja/koffice/todo.html +share/doc/HTML/ja/koffice/whoreads.html +share/doc/HTML/ja/konquest/.anchors +share/doc/HTML/ja/konquest/common +share/doc/HTML/ja/konquest/epilogue.html +share/doc/HTML/ja/konquest/index.docbook +share/doc/HTML/ja/konquest/index.html +share/doc/HTML/ja/konquest/notes.html +share/doc/HTML/ja/konquest/playingthegame.html share/doc/HTML/ja/konsole/.anchors share/doc/HTML/ja/konsole/command-line-options.html +share/doc/HTML/ja/konsole/common share/doc/HTML/ja/konsole/credits.html share/doc/HTML/ja/konsole/history-option.html +share/doc/HTML/ja/konsole/index.docbook share/doc/HTML/ja/konsole/index.html share/doc/HTML/ja/konsole/installation.html share/doc/HTML/ja/konsole/introduction.html @@ -8551,141 +8694,69 @@ share/doc/HTML/ja/konsole/menubar.html share/doc/HTML/ja/konsole/mousebuttons.html share/doc/HTML/ja/konsole/toolbar.html share/doc/HTML/ja/konsole/use-of-konsole.html -share/doc/HTML/ja/konsole/common -share/doc/HTML/ja/konsole/index.docbook +share/doc/HTML/ja/korn/.anchors +share/doc/HTML/ja/korn/authors.html +share/doc/HTML/ja/korn/command-lineoptions.html +share/doc/HTML/ja/korn/common +share/doc/HTML/ja/korn/compilationandinstallation.html +share/doc/HTML/ja/korn/epilogue.html +share/doc/HTML/ja/korn/forwhomiskornwritten.html +share/doc/HTML/ja/korn/fundamentals.html +share/doc/HTML/ja/korn/index.docbook +share/doc/HTML/ja/korn/index.html +share/doc/HTML/ja/korn/installation.html +share/doc/HTML/ja/korn/introduction.html +share/doc/HTML/ja/korn/knownbugsandlimitations.html +share/doc/HTML/ja/korn/requirements.html +share/doc/HTML/ja/korn/whyisitnamedkorn.html +share/doc/HTML/ja/kpackage/.anchors +share/doc/HTML/ja/kpackage/cache-menu.html +share/doc/HTML/ja/kpackage/common +share/doc/HTML/ja/kpackage/credits-and-licenses.html +share/doc/HTML/ja/kpackage/help-menu.html +share/doc/HTML/ja/kpackage/index.docbook +share/doc/HTML/ja/kpackage/index.html +share/doc/HTML/ja/kpackage/installation.html +share/doc/HTML/ja/kpackage/installing-packages.html +share/doc/HTML/ja/kpackage/integrating-available-packages-in-the-tree.html +share/doc/HTML/ja/kpackage/introduction.html +share/doc/HTML/ja/kpackage/menus.html +share/doc/HTML/ja/kpackage/onscreen-fundamentals.html +share/doc/HTML/ja/kpackage/package-information-panel.html +share/doc/HTML/ja/kpackage/packages-menu.html +share/doc/HTML/ja/kpackage/requirements.html +share/doc/HTML/ja/kpackage/settings-menu.html +share/doc/HTML/ja/kpackage/the-package-tree-panel.html +share/doc/HTML/ja/kpackage/toolbar.html +share/doc/HTML/ja/kpackage/uninstalling-packages.html share/doc/HTML/ja/kpager/.anchors share/doc/HTML/ja/kpager/commands.html +share/doc/HTML/ja/kpager/common share/doc/HTML/ja/kpager/compilation.html share/doc/HTML/ja/kpager/credits.html share/doc/HTML/ja/kpager/faq.html +share/doc/HTML/ja/kpager/index.docbook share/doc/HTML/ja/kpager/index.html share/doc/HTML/ja/kpager/installation.html share/doc/HTML/ja/kpager/introduction.html share/doc/HTML/ja/kpager/kapp-settings.html share/doc/HTML/ja/kpager/requirements.html share/doc/HTML/ja/kpager/using-kapp.html -share/doc/HTML/ja/kpager/common -share/doc/HTML/ja/kpager/index.docbook -share/doc/HTML/ja/kwm/.anchors -share/doc/HTML/ja/kwm/authors.html -share/doc/HTML/ja/kwm/commands.html -share/doc/HTML/ja/kwm/configuration.html -share/doc/HTML/ja/kwm/does-kwm-support-shaded-windows-a-la-openste.html -share/doc/HTML/ja/kwm/epilogue.html -share/doc/HTML/ja/kwm/frequentlyaskedquestions.html -share/doc/HTML/ja/kwm/index.html -share/doc/HTML/ja/kwm/introduction.html -share/doc/HTML/ja/kwm/is-it-possible-to-add-kde-extensions-to-othe.html -share/doc/HTML/ja/kwm/minicli.html -share/doc/HTML/ja/kwm/mouse-control.html -share/doc/HTML/ja/kwm/shortcuts.html -share/doc/HTML/ja/kwm/soundevents.html -share/doc/HTML/ja/kwm/usingemphasiskwmemphasis.html -share/doc/HTML/ja/kwm/common -share/doc/HTML/ja/kwm/why-can-t-i-define-new-shortcuts-for-launchi.html -share/doc/HTML/ja/kwm/why-does-kwm-look-so-much-like-windows-95.html -share/doc/HTML/ja/kwm/index.docbook -share/doc/HTML/ja/kwrite/.anchors -share/doc/HTML/ja/kwrite/command-line-options.html -share/doc/HTML/ja/kwrite/credits.html -share/doc/HTML/ja/kwrite/edit.html -share/doc/HTML/ja/kwrite/go.html -share/doc/HTML/ja/kwrite/help.html -share/doc/HTML/ja/kwrite/index.html -share/doc/HTML/ja/kwrite/installation.html -share/doc/HTML/ja/kwrite/introduction.html -share/doc/HTML/ja/kwrite/keybindings.html -share/doc/HTML/ja/kwrite/on-screen-fundamentals.html -share/doc/HTML/ja/kwrite/pref-dialog.html -share/doc/HTML/ja/kwrite/pref-edit.html -share/doc/HTML/ja/kwrite/pref-highlighting.html -share/doc/HTML/ja/kwrite/pref-indent.html -share/doc/HTML/ja/kwrite/pref-select.html -share/doc/HTML/ja/kwrite/prefspellchecker.html -share/doc/HTML/ja/kwrite/settings.html -share/doc/HTML/ja/kwrite/common -share/doc/HTML/ja/kwrite/the-menu-entries.html -share/doc/HTML/ja/kwrite/tools.html -share/doc/HTML/ja/kwrite/index.docbook -share/doc/HTML/ja/kwrite/bookmarks.html -share/doc/HTML/ja/kwrite/compilationandinstallation.html -share/doc/HTML/ja/kwrite/editingfilesontheinternet.html -share/doc/HTML/ja/kwrite/onscreenfundamentals.html -share/doc/HTML/ja/kwrite/options.html -share/doc/HTML/ja/kwrite/printing.html -share/doc/HTML/ja/kwrite/questionsandanswers.html -share/doc/HTML/ja/kwrite/requirements.html -share/doc/HTML/ja/kwrite/themenuentries.html -share/doc/HTML/ja/kabalone/.anchors -share/doc/HTML/ja/kabalone/authors.html -share/doc/HTML/ja/kabalone/commandlineoptions.html -share/doc/HTML/ja/kabalone/copyright.html -share/doc/HTML/ja/kabalone/epilogue.html -share/doc/HTML/ja/kabalone/index.html -share/doc/HTML/ja/kabalone/introduction.html -share/doc/HTML/ja/kabalone/rulesofthegame.html -share/doc/HTML/ja/kabalone/theuserinterface.html -share/doc/HTML/ja/kabalone/common -share/doc/HTML/ja/kabalone/index.docbook -share/doc/HTML/ja/kasteroids/.anchors -share/doc/HTML/ja/kasteroids/authors.html -share/doc/HTML/ja/kasteroids/controls.html -share/doc/HTML/ja/kasteroids/epilogue.html -share/doc/HTML/ja/kasteroids/index.html -share/doc/HTML/ja/kasteroids/introduction.html -share/doc/HTML/ja/kasteroids/common -share/doc/HTML/ja/kasteroids/index.docbook -share/doc/HTML/ja/kblackbox/.anchors -share/doc/HTML/ja/kblackbox/copyright.html -share/doc/HTML/ja/kblackbox/epilogue.html -share/doc/HTML/ja/kblackbox/game-rules.html -share/doc/HTML/ja/kblackbox/gamedescription.html -share/doc/HTML/ja/kblackbox/guidescription.html -share/doc/HTML/ja/kblackbox/index.html -share/doc/HTML/ja/kblackbox/installation.html -share/doc/HTML/ja/kblackbox/user-interaction.html -share/doc/HTML/ja/kblackbox/whatiskblackbox.html -share/doc/HTML/ja/kblackbox/common -share/doc/HTML/ja/kblackbox/index.docbook -share/doc/HTML/ja/kjumpingcube/.anchors -share/doc/HTML/ja/kjumpingcube/compilation.html -share/doc/HTML/ja/kjumpingcube/credits.html -share/doc/HTML/ja/kjumpingcube/index.html -share/doc/HTML/ja/kjumpingcube/installation.html -share/doc/HTML/ja/kjumpingcube/introduction.html -share/doc/HTML/ja/kjumpingcube/playingkjumpingcube.html -share/doc/HTML/ja/kjumpingcube/questionsanswersandtips.html -share/doc/HTML/ja/kjumpingcube/requirements.html -share/doc/HTML/ja/kjumpingcube/common -share/doc/HTML/ja/kjumpingcube/index.docbook -share/doc/HTML/ja/kmahjongg/.anchors -share/doc/HTML/ja/kmahjongg/epilogue.html -share/doc/HTML/ja/kmahjongg/index.html -share/doc/HTML/ja/kmahjongg/introduction.html -share/doc/HTML/ja/kmahjongg/common -share/doc/HTML/ja/kmahjongg/index.docbook -share/doc/HTML/ja/kmines/.anchors -share/doc/HTML/ja/kmines/authors.html -share/doc/HTML/ja/kmines/epilogue.html -share/doc/HTML/ja/kmines/howtoplay.html -share/doc/HTML/ja/kmines/index.html -share/doc/HTML/ja/kmines/introduction.html -share/doc/HTML/ja/kmines/common -share/doc/HTML/ja/kmines/index.docbook -share/doc/HTML/ja/konquest/.anchors -share/doc/HTML/ja/konquest/epilogue.html -share/doc/HTML/ja/konquest/index.html -share/doc/HTML/ja/konquest/notes.html -share/doc/HTML/ja/konquest/playingthegame.html -share/doc/HTML/ja/konquest/common -share/doc/HTML/ja/konquest/index.docbook +share/doc/HTML/ja/kpaint/.anchors +share/doc/HTML/ja/kpaint/common +share/doc/HTML/ja/kpaint/index.docbook +share/doc/HTML/ja/kpaint/index.html +share/doc/HTML/ja/kpaint/introduction.html +share/doc/HTML/ja/kpaint/planned-features.html share/doc/HTML/ja/kpat/.anchors share/doc/HTML/ja/kpat/authors.html share/doc/HTML/ja/kpat/calculation.html +share/doc/HTML/ja/kpat/common share/doc/HTML/ja/kpat/copyright.html share/doc/HTML/ja/kpat/epilogue.html share/doc/HTML/ja/kpat/freecell.html share/doc/HTML/ja/kpat/grandfather.html +share/doc/HTML/ja/kpat/index.docbook share/doc/HTML/ja/kpat/index.html share/doc/HTML/ja/kpat/microsolitaire.html share/doc/HTML/ja/kpat/mod3.html @@ -8693,491 +8764,211 @@ share/doc/HTML/ja/kpat/napoleon-s-tomb.html share/doc/HTML/ja/kpat/rulesofthegame.html share/doc/HTML/ja/kpat/ten.html share/doc/HTML/ja/kpat/the-idiot.html -share/doc/HTML/ja/kpat/common -share/doc/HTML/ja/kpat/index.docbook +share/doc/HTML/ja/kpm/.anchors +share/doc/HTML/ja/kpm/appendix.html +share/doc/HTML/ja/kpm/common +share/doc/HTML/ja/kpm/general-information.html +share/doc/HTML/ja/kpm/index.docbook +share/doc/HTML/ja/kpm/index.html +share/doc/HTML/ja/kpm/knownbugsandproblems.html +share/doc/HTML/ja/kpm/kpmmainwindow.html +share/doc/HTML/ja/kpm/legalstuff.html +share/doc/HTML/ja/kpm/processmenu.html +share/doc/HTML/ja/kpm/requirementsforkpm.html +share/doc/HTML/ja/kpm/signalmenu.html +share/doc/HTML/ja/kpm/themenu.html +share/doc/HTML/ja/kpm/viewmenu.html share/doc/HTML/ja/kpoker/.anchors +share/doc/HTML/ja/kpoker/common share/doc/HTML/ja/kpoker/copyright.html share/doc/HTML/ja/kpoker/epilogue.html share/doc/HTML/ja/kpoker/gameplay.html share/doc/HTML/ja/kpoker/hands.html +share/doc/HTML/ja/kpoker/index.docbook share/doc/HTML/ja/kpoker/index.html share/doc/HTML/ja/kpoker/introduction.html share/doc/HTML/ja/kpoker/scoring.html share/doc/HTML/ja/kpoker/where-do-i-get-the-latest-version-of-kpoker.html -share/doc/HTML/ja/kpoker/common -share/doc/HTML/ja/kpoker/index.docbook +share/doc/HTML/ja/kpresenter/.anchors +share/doc/HTML/ja/kpresenter/addshadow.html +share/doc/HTML/ja/kpresenter/appendix.html +share/doc/HTML/ja/kpresenter/common +share/doc/HTML/ja/kpresenter/credits.html +share/doc/HTML/ja/kpresenter/guides.html +share/doc/HTML/ja/kpresenter/index.docbook +share/doc/HTML/ja/kpresenter/index.html +share/doc/HTML/ja/kpresenter/insertpage.html +share/doc/HTML/ja/kpresenter/insertpic.html +share/doc/HTML/ja/kpresenter/introduction.html +share/doc/HTML/ja/kpresenter/menuitems.html +share/doc/HTML/ja/kpresenter/options.html +share/doc/HTML/ja/kpresenter/qanda.html +share/doc/HTML/ja/kpresenter/screendesc.html +share/doc/HTML/ja/kpresenter/textcolor.html +share/doc/HTML/ja/kpresenter/todo.html +share/doc/HTML/ja/kpresenter/tutorial.html share/doc/HTML/ja/kreversi/.anchors share/doc/HTML/ja/kreversi/a-minute-to-learn.html share/doc/HTML/ja/kreversi/authors.html +share/doc/HTML/ja/kreversi/common share/doc/HTML/ja/kreversi/copyright.html share/doc/HTML/ja/kreversi/epilogue.html +share/doc/HTML/ja/kreversi/index.docbook share/doc/HTML/ja/kreversi/index.html share/doc/HTML/ja/kreversi/introduction.html share/doc/HTML/ja/kreversi/rulesofthegame.html share/doc/HTML/ja/kreversi/strategyhints.html -share/doc/HTML/ja/kreversi/common -share/doc/HTML/ja/kreversi/index.docbook +share/doc/HTML/ja/krn/.anchors +share/doc/HTML/ja/krn/common +share/doc/HTML/ja/krn/howtoreadnewsoffline.html +share/doc/HTML/ja/krn/index.docbook +share/doc/HTML/ja/krn/index.html +share/doc/HTML/ja/krn/introduction.html +share/doc/HTML/ja/krn/usingkrn.html +share/doc/HTML/ja/krn/usingthearticlewindow.html share/doc/HTML/ja/ksame/.anchors share/doc/HTML/ja/ksame/authors.html +share/doc/HTML/ja/ksame/common share/doc/HTML/ja/ksame/epilogue.html share/doc/HTML/ja/ksame/howtoplay.html +share/doc/HTML/ja/ksame/index.docbook share/doc/HTML/ja/ksame/index.html share/doc/HTML/ja/ksame/introduction.html -share/doc/HTML/ja/ksame/common -share/doc/HTML/ja/ksame/index.docbook -share/doc/HTML/ja/knu/.anchors -share/doc/HTML/ja/knu/author.html -share/doc/HTML/ja/knu/configuration.html -share/doc/HTML/ja/knu/copyright.html -share/doc/HTML/ja/knu/descriptionmtr.html -share/doc/HTML/ja/knu/descriptionnslookup.html -share/doc/HTML/ja/knu/descriptionping.html -share/doc/HTML/ja/knu/descriptiontraceroute.html -share/doc/HTML/ja/knu/epilogue.html -share/doc/HTML/ja/knu/history.html -share/doc/HTML/ja/knu/index.html -share/doc/HTML/ja/knu/introduction.html -share/doc/HTML/ja/knu/optionsfinger.html -share/doc/HTML/ja/knu/optionsnslookup.html -share/doc/HTML/ja/knu/optionsping.html -share/doc/HTML/ja/knu/optionstraceroute.html -share/doc/HTML/ja/knu/thefingertab.html -share/doc/HTML/ja/knu/common -share/doc/HTML/ja/knu/thehostresolutiontab.html -share/doc/HTML/ja/knu/themtrtab.html -share/doc/HTML/ja/knu/thepingtab.html -share/doc/HTML/ja/knu/thetraceroutetab.html -share/doc/HTML/ja/knu/index.docbook +share/doc/HTML/ja/kscd/.anchors +share/doc/HTML/ja/kscd/common +share/doc/HTML/ja/kscd/compilationandinstallation.html +share/doc/HTML/ja/kscd/configure.html +share/doc/HTML/ja/kscd/copyright.html +share/doc/HTML/ja/kscd/database.html +share/doc/HTML/ja/kscd/editor.html +share/doc/HTML/ja/kscd/index.docbook +share/doc/HTML/ja/kscd/index.html +share/doc/HTML/ja/kscd/installation.html +share/doc/HTML/ja/kscd/introduction.html +share/doc/HTML/ja/kscd/onscreenfundamentals.html +share/doc/HTML/ja/kscd/questionsandanswers.html +share/doc/HTML/ja/kscd/requirements.html +share/doc/HTML/ja/kscd/supportedplatforms.html +share/doc/HTML/ja/kscd/thanks.html share/doc/HTML/ja/kshisen/.anchors share/doc/HTML/ja/kshisen/authors.html +share/doc/HTML/ja/kshisen/common share/doc/HTML/ja/kshisen/epilogue.html +share/doc/HTML/ja/kshisen/index.docbook share/doc/HTML/ja/kshisen/index.html share/doc/HTML/ja/kshisen/introduction.html -share/doc/HTML/ja/kshisen/common -share/doc/HTML/ja/kshisen/index.docbook +share/doc/HTML/ja/ksirc/.anchors +share/doc/HTML/ja/ksirc/addingfilehandlestothemainselectloop.html +share/doc/HTML/ja/ksirc/bots.html +share/doc/HTML/ja/ksirc/colournumbers.html +share/doc/HTML/ja/ksirc/common +share/doc/HTML/ja/ksirc/examplesfilters.html +share/doc/HTML/ja/ksirc/examplessetcolors.html +share/doc/HTML/ja/ksirc/filters.html +share/doc/HTML/ja/ksirc/hooks.html +share/doc/HTML/ja/ksirc/index.docbook +share/doc/HTML/ja/ksirc/index.html +share/doc/HTML/ja/ksirc/installation.html +share/doc/HTML/ja/ksirc/keys.html +share/doc/HTML/ja/ksirc/ksircnative.html +share/doc/HTML/ja/ksirc/programmingyoursircclient.html +share/doc/HTML/ja/ksirc/sectcolors.html +share/doc/HTML/ja/ksirc/sendingboldunderlinereverseandcolour.html +share/doc/HTML/ja/ksirc/setvariables.html +share/doc/HTML/ja/ksirc/timers.html +share/doc/HTML/ja/ksirc/userhostrequests.html share/doc/HTML/ja/ksirtet/.anchors share/doc/HTML/ja/ksirtet/authors.html +share/doc/HTML/ja/ksirtet/common share/doc/HTML/ja/ksirtet/epilogue.html share/doc/HTML/ja/ksirtet/how-to-gain-points.html share/doc/HTML/ja/ksirtet/howtoplay.html +share/doc/HTML/ja/ksirtet/index.docbook share/doc/HTML/ja/ksirtet/index.html share/doc/HTML/ja/ksirtet/introduction.html share/doc/HTML/ja/ksirtet/multiplayer.html share/doc/HTML/ja/ksirtet/options.html -share/doc/HTML/ja/ksirtet/common -share/doc/HTML/ja/ksirtet/index.docbook share/doc/HTML/ja/ksmiletris/.anchors share/doc/HTML/ja/ksmiletris/changes.html +share/doc/HTML/ja/ksmiletris/common share/doc/HTML/ja/ksmiletris/credits.html share/doc/HTML/ja/ksmiletris/developement.html share/doc/HTML/ja/ksmiletris/epilogue.html +share/doc/HTML/ja/ksmiletris/index.docbook share/doc/HTML/ja/ksmiletris/index.html share/doc/HTML/ja/ksmiletris/introduction.html share/doc/HTML/ja/ksmiletris/license.html share/doc/HTML/ja/ksmiletris/to-do.html -share/doc/HTML/ja/ksmiletris/common -share/doc/HTML/ja/ksmiletris/index.docbook share/doc/HTML/ja/ksnake/.anchors share/doc/HTML/ja/ksnake/authors.html +share/doc/HTML/ja/ksnake/common share/doc/HTML/ja/ksnake/customization.html share/doc/HTML/ja/ksnake/epilogue.html +share/doc/HTML/ja/ksnake/index.docbook share/doc/HTML/ja/ksnake/index.html share/doc/HTML/ja/ksnake/introduction.html share/doc/HTML/ja/ksnake/rulesofthegame.html share/doc/HTML/ja/ksnake/scoring.html -share/doc/HTML/ja/ksnake/common -share/doc/HTML/ja/ksnake/index.docbook +share/doc/HTML/ja/ksnapshot/.anchors +share/doc/HTML/ja/ksnapshot/common +share/doc/HTML/ja/ksnapshot/controlling-what-the-snapshot-will-contain.html +share/doc/HTML/ja/ksnapshot/index.docbook +share/doc/HTML/ja/ksnapshot/index.html +share/doc/HTML/ja/ksnapshot/introduction.html +share/doc/HTML/ja/ksnapshot/saving-the-image.html +share/doc/HTML/ja/ksnapshot/taking-a-snapshot.html +share/doc/HTML/ja/ksnapshot/usingksnapshot.html +share/doc/HTML/ja/ksnapshot/whatsnew.html share/doc/HTML/ja/ksokoban/.anchors +share/doc/HTML/ja/ksokoban/common share/doc/HTML/ja/ksokoban/epilogue.html share/doc/HTML/ja/ksokoban/howtoplay.html +share/doc/HTML/ja/ksokoban/index.docbook share/doc/HTML/ja/ksokoban/index.html share/doc/HTML/ja/ksokoban/introduction.html share/doc/HTML/ja/ksokoban/level-authors.html share/doc/HTML/ja/ksokoban/levels.html share/doc/HTML/ja/ksokoban/license.html -share/doc/HTML/ja/ksokoban/common -share/doc/HTML/ja/ksokoban/index.docbook share/doc/HTML/ja/kspaceduel/.anchors share/doc/HTML/ja/kspaceduel/ai.html +share/doc/HTML/ja/kspaceduel/common share/doc/HTML/ja/kspaceduel/credits.html +share/doc/HTML/ja/kspaceduel/index.docbook share/doc/HTML/ja/kspaceduel/index.html share/doc/HTML/ja/kspaceduel/introduction.html share/doc/HTML/ja/kspaceduel/options.html share/doc/HTML/ja/kspaceduel/thegame.html -share/doc/HTML/ja/kspaceduel/common -share/doc/HTML/ja/kspaceduel/index.docbook -share/doc/HTML/ja/kdvi/.anchors -share/doc/HTML/ja/kdvi/bugs.html -share/doc/HTML/ja/kdvi/changingmagnification.html -share/doc/HTML/ja/kdvi/index.html -share/doc/HTML/ja/kdvi/keyboard.html -share/doc/HTML/ja/kdvi/markingpages.html -share/doc/HTML/ja/kdvi/movingaround.html -share/doc/HTML/ja/kdvi/printing.html -share/doc/HTML/ja/kdvi/qampa.html -share/doc/HTML/ja/kdvi/todo.html -share/doc/HTML/ja/kdvi/usage.html -share/doc/HTML/ja/kdvi/common -share/doc/HTML/ja/kdvi/index.docbook -share/doc/HTML/ja/kfax/.anchors -share/doc/HTML/ja/kfax/command-line-options.html -share/doc/HTML/ja/kfax/compilation-and-installation.html -share/doc/HTML/ja/kfax/copyright.html -share/doc/HTML/ja/kfax/dealing-with-files-on-the-internet.html -share/doc/HTML/ja/kfax/fax-options.html -share/doc/HTML/ja/kfax/fundamentals.html -share/doc/HTML/ja/kfax/help.html -share/doc/HTML/ja/kfax/how-to-create-fax-files.html -share/doc/HTML/ja/kfax/index.html -share/doc/HTML/ja/kfax/installation.html -share/doc/HTML/ja/kfax/introduction.html -share/doc/HTML/ja/kfax/kfax-key-bindings.html -share/doc/HTML/ja/kfax/options.html -share/doc/HTML/ja/kfax/printing.html -share/doc/HTML/ja/kfax/questionsandanswers.html -share/doc/HTML/ja/kfax/requirements.html -share/doc/HTML/ja/kfax/themenuentries.html -share/doc/HTML/ja/kfax/view.html -share/doc/HTML/ja/kfax/common -share/doc/HTML/ja/kfax/index.docbook -share/doc/HTML/ja/kfract/.anchors -share/doc/HTML/ja/kfract/index.html -share/doc/HTML/ja/kfract/introduction.html -share/doc/HTML/ja/kfract/onscreenfundamentals.html -share/doc/HTML/ja/kfract/the-file-menu.html -share/doc/HTML/ja/kfract/the-help-menu.html -share/doc/HTML/ja/kfract/the-options-menu.html -share/doc/HTML/ja/kfract/the-toolbar.html -share/doc/HTML/ja/kfract/the-types-menu.html -share/doc/HTML/ja/kfract/common -share/doc/HTML/ja/kfract/index.docbook -share/doc/HTML/ja/kghostview/.anchors -share/doc/HTML/ja/kghostview/authors.html -share/doc/HTML/ja/kghostview/configure-interpreter.html -share/doc/HTML/ja/kghostview/configure-key-bindings.html -share/doc/HTML/ja/kghostview/copyright.html -share/doc/HTML/ja/kghostview/dialogboxes.html -share/doc/HTML/ja/kghostview/epilogue.html -share/doc/HTML/ja/kghostview/fundamentals.html -share/doc/HTML/ja/kghostview/ghostscript-messages.html -share/doc/HTML/ja/kghostview/go-to-page.html -share/doc/HTML/ja/kghostview/go.html -share/doc/HTML/ja/kghostview/help.html -share/doc/HTML/ja/kghostview/index.html -share/doc/HTML/ja/kghostview/info.html -share/doc/HTML/ja/kghostview/introduction.html -share/doc/HTML/ja/kghostview/options.html -share/doc/HTML/ja/kghostview/page-list.html -share/doc/HTML/ja/kghostview/primarymenuitems.html -share/doc/HTML/ja/kghostview/tool-bar.html -share/doc/HTML/ja/kghostview/tutorial.html -share/doc/HTML/ja/kghostview/view-control.html -share/doc/HTML/ja/kghostview/view.html -share/doc/HTML/ja/kghostview/common -share/doc/HTML/ja/kghostview/index.docbook -share/doc/HTML/ja/kiconedit/.anchors -share/doc/HTML/ja/kiconedit/compilation-and-installation.html -share/doc/HTML/ja/kiconedit/configuration.html -share/doc/HTML/ja/kiconedit/edit.html -share/doc/HTML/ja/kiconedit/grid.html -share/doc/HTML/ja/kiconedit/help.html -share/doc/HTML/ja/kiconedit/index.html -share/doc/HTML/ja/kiconedit/installation.html -share/doc/HTML/ja/kiconedit/introduction.html -share/doc/HTML/ja/kiconedit/onscreenfundamentals.html -share/doc/HTML/ja/kiconedit/options.html -share/doc/HTML/ja/kiconedit/requirements.html -share/doc/HTML/ja/kiconedit/statusbar.html -share/doc/HTML/ja/kiconedit/themenuentries.html -share/doc/HTML/ja/kiconedit/tools-toolbar.html -share/doc/HTML/ja/kiconedit/tools.html -share/doc/HTML/ja/kiconedit/view.html -share/doc/HTML/ja/kiconedit/common -share/doc/HTML/ja/kiconedit/index.docbook -share/doc/HTML/ja/kpaint/.anchors -share/doc/HTML/ja/kpaint/index.html -share/doc/HTML/ja/kpaint/introduction.html -share/doc/HTML/ja/kpaint/planned-features.html -share/doc/HTML/ja/kpaint/common -share/doc/HTML/ja/kpaint/index.docbook -share/doc/HTML/ja/ksnapshot/.anchors -share/doc/HTML/ja/ksnapshot/controlling-what-the-snapshot-will-contain.html -share/doc/HTML/ja/ksnapshot/index.html -share/doc/HTML/ja/ksnapshot/introduction.html -share/doc/HTML/ja/ksnapshot/saving-the-image.html -share/doc/HTML/ja/ksnapshot/taking-a-snapshot.html -share/doc/HTML/ja/ksnapshot/usingksnapshot.html -share/doc/HTML/ja/ksnapshot/whatsnew.html -share/doc/HTML/ja/ksnapshot/common -share/doc/HTML/ja/ksnapshot/index.docbook -share/doc/HTML/ja/kview/.anchors -share/doc/HTML/ja/kview/cmdline.html -share/doc/HTML/ja/kview/how.html -share/doc/HTML/ja/kview/index.html -share/doc/HTML/ja/kview/introduction.html -share/doc/HTML/ja/kview/notes.html -share/doc/HTML/ja/kview/what.html -share/doc/HTML/ja/kview/common -share/doc/HTML/ja/kview/index.docbook share/doc/HTML/ja/kspell/.anchors +share/doc/HTML/ja/kspell/common share/doc/HTML/ja/kspell/configuration-dialog-.html share/doc/HTML/ja/kspell/contact-information.html share/doc/HTML/ja/kspell/encodings.html +share/doc/HTML/ja/kspell/index.docbook share/doc/HTML/ja/kspell/index.html share/doc/HTML/ja/kspell/misspelled-word-dialog.html share/doc/HTML/ja/kspell/other-functions.html share/doc/HTML/ja/kspell/other.html share/doc/HTML/ja/kspell/spell-checking-client.html -share/doc/HTML/ja/kspell/common -share/doc/HTML/ja/kspell/index.docbook -share/doc/HTML/ja/kautorun/.anchors -share/doc/HTML/ja/kautorun/config.html -share/doc/HTML/ja/kautorun/developers.html -share/doc/HTML/ja/kautorun/faq.html -share/doc/HTML/ja/kautorun/index.html -share/doc/HTML/ja/kautorun/installation.html -share/doc/HTML/ja/kautorun/introduction.html -share/doc/HTML/ja/kautorun/requirements.html -share/doc/HTML/ja/kautorun/running.html -share/doc/HTML/ja/kautorun/using-kautorun.html -share/doc/HTML/ja/kautorun/common -share/doc/HTML/ja/kautorun/index.docbook -share/doc/HTML/ja/kmedia/.anchors -share/doc/HTML/ja/kmedia/compilationandinstallation.html -share/doc/HTML/ja/kmedia/help.html -share/doc/HTML/ja/kmedia/index.html -share/doc/HTML/ja/kmedia/installation.html -share/doc/HTML/ja/kmedia/introduction.html -share/doc/HTML/ja/kmedia/keybindings.html -share/doc/HTML/ja/kmedia/multiplemediaplayers.html -share/doc/HTML/ja/kmedia/onscreenfundamentals.html -share/doc/HTML/ja/kmedia/options.html -share/doc/HTML/ja/kmedia/requirements.html -share/doc/HTML/ja/kmedia/themenuentries.html -share/doc/HTML/ja/kmedia/common -share/doc/HTML/ja/kmedia/index.docbook -share/doc/HTML/ja/kmid/.anchors -share/doc/HTML/ja/kmid/abouttheauthor.html -share/doc/HTML/ja/kmid/addingsongstoacollectionhowtouseautoadd.html -share/doc/HTML/ja/kmid/advancedfeatures.html -share/doc/HTML/ja/kmid/collections.html -share/doc/HTML/ja/kmid/compilationandinstallation.html -share/doc/HTML/ja/kmid/creatingamidimap.html -share/doc/HTML/ja/kmid/deletingacollection.html -share/doc/HTML/ja/kmid/displayinglyrics.html -share/doc/HTML/ja/kmid/doineedamidimap.html -share/doc/HTML/ja/kmid/finalnotes.html -share/doc/HTML/ja/kmid/frequentlyaskedquestionsfaq.html -share/doc/HTML/ja/kmid/generalusage.html -share/doc/HTML/ja/kmid/hallofkmidsfriends.html -share/doc/HTML/ja/kmid/index.html -share/doc/HTML/ja/kmid/installation.html -share/doc/HTML/ja/kmid/introduction.html -share/doc/HTML/ja/kmid/keybindings.html -share/doc/HTML/ja/kmid/midimaps.html -share/doc/HTML/ja/kmid/playinginorderoratrandom.html -share/doc/HTML/ja/kmid/playingsongs.html -share/doc/HTML/ja/kmid/removingsongsfromcollections.html -share/doc/HTML/ja/kmid/requirements.html -share/doc/HTML/ja/kmid/selectingasongfromacollection.html -share/doc/HTML/ja/kmid/thetempolcd.html -share/doc/HTML/ja/kmid/thetemporarycollection.html -share/doc/HTML/ja/kmid/usingmidimaps.html -share/doc/HTML/ja/kmid/common -share/doc/HTML/ja/kmid/index.docbook -share/doc/HTML/ja/kmidi/.anchors -share/doc/HTML/ja/kmidi/commandlineoptions.html -share/doc/HTML/ja/kmidi/compilationandinstallation.html -share/doc/HTML/ja/kmidi/configuring.html -share/doc/HTML/ja/kmidi/copyright.html -share/doc/HTML/ja/kmidi/credits.html -share/doc/HTML/ja/kmidi/effects.html -share/doc/HTML/ja/kmidi/index.html -share/doc/HTML/ja/kmidi/installation.html -share/doc/HTML/ja/kmidi/introduction.html -share/doc/HTML/ja/kmidi/midifilenames.html -share/doc/HTML/ja/kmidi/patches.html -share/doc/HTML/ja/kmidi/patchsets.html -share/doc/HTML/ja/kmidi/playlists.html -share/doc/HTML/ja/kmidi/polyphony.html -share/doc/HTML/ja/kmidi/questionsandanswers.html -share/doc/HTML/ja/kmidi/requirements.html -share/doc/HTML/ja/kmidi/usage.html -share/doc/HTML/ja/kmidi/common -share/doc/HTML/ja/kmidi/index.docbook -share/doc/HTML/ja/kmix/.anchors -share/doc/HTML/ja/kmix/advancedfeatures.html -share/doc/HTML/ja/kmix/commandlinearguments.html -share/doc/HTML/ja/kmix/compilationandinstallation.html -share/doc/HTML/ja/kmix/configurationoptions.html -share/doc/HTML/ja/kmix/help.html -share/doc/HTML/ja/kmix/index.html -share/doc/HTML/ja/kmix/installation.html -share/doc/HTML/ja/kmix/introduction.html -share/doc/HTML/ja/kmix/keybindings.html -share/doc/HTML/ja/kmix/multiplesoundcards.html -share/doc/HTML/ja/kmix/panningslider.html -share/doc/HTML/ja/kmix/questionsandanswers.html -share/doc/HTML/ja/kmix/requirements.html -share/doc/HTML/ja/kmix/themenuentries.html -share/doc/HTML/ja/kmix/workingwithkmix.html -share/doc/HTML/ja/kmix/common -share/doc/HTML/ja/kmix/index.docbook -share/doc/HTML/ja/kscd/.anchors -share/doc/HTML/ja/kscd/compilationandinstallation.html -share/doc/HTML/ja/kscd/configure.html -share/doc/HTML/ja/kscd/copyright.html -share/doc/HTML/ja/kscd/database.html -share/doc/HTML/ja/kscd/editor.html -share/doc/HTML/ja/kscd/index.html -share/doc/HTML/ja/kscd/installation.html -share/doc/HTML/ja/kscd/introduction.html -share/doc/HTML/ja/kscd/onscreenfundamentals.html -share/doc/HTML/ja/kscd/questionsandanswers.html -share/doc/HTML/ja/kscd/requirements.html -share/doc/HTML/ja/kscd/supportedplatforms.html -share/doc/HTML/ja/kscd/thanks.html -share/doc/HTML/ja/kscd/common -share/doc/HTML/ja/kscd/index.docbook -share/doc/HTML/ja/caitoo/.anchors -share/doc/HTML/ja/caitoo/addnew.html -share/doc/HTML/ja/caitoo/automation.html -share/doc/HTML/ja/caitoo/caitookeybindings.html -share/doc/HTML/ja/caitoo/caitoovskfm.html -share/doc/HTML/ja/caitoo/compilationandinstallation.html -share/doc/HTML/ja/caitoo/copyright.html -share/doc/HTML/ja/caitoo/directories.html -share/doc/HTML/ja/caitoo/dockwidget.html -share/doc/HTML/ja/caitoo/droptarget.html -share/doc/HTML/ja/caitoo/index.html -share/doc/HTML/ja/caitoo/individualprogressdialog.html -share/doc/HTML/ja/caitoo/installation.html -share/doc/HTML/ja/caitoo/introduction.html -share/doc/HTML/ja/caitoo/limits.html -share/doc/HTML/ja/caitoo/logwindow.html -share/doc/HTML/ja/caitoo/mainmenu.html -share/doc/HTML/ja/caitoo/otherfeatures.html -share/doc/HTML/ja/caitoo/preferences.html -share/doc/HTML/ja/caitoo/proxy.html -share/doc/HTML/ja/caitoo/requirements.html -share/doc/HTML/ja/caitoo/screenfundamentals.html -share/doc/HTML/ja/caitoo/statusbar.html -share/doc/HTML/ja/caitoo/system.html -share/doc/HTML/ja/caitoo/toolbar.html -share/doc/HTML/ja/caitoo/transferconfigdlg.html -share/doc/HTML/ja/caitoo/transfermodes.html -share/doc/HTML/ja/caitoo/workingwithcaitoo.html -share/doc/HTML/ja/caitoo/common -share/doc/HTML/ja/caitoo/index.docbook -share/doc/HTML/ja/karchie/.anchors -share/doc/HTML/ja/karchie/advancedconfiguring.html -share/doc/HTML/ja/karchie/authorsandrecendversions.html -share/doc/HTML/ja/karchie/compilationandinstallation.html -share/doc/HTML/ja/karchie/draganddrop.html -share/doc/HTML/ja/karchie/featuresanddetails.html -share/doc/HTML/ja/karchie/frequentlyaskedquestionsandanswers.html -share/doc/HTML/ja/karchie/gettingkarchiestarted.html -share/doc/HTML/ja/karchie/index.html -share/doc/HTML/ja/karchie/installation.html -share/doc/HTML/ja/karchie/introduction.html -share/doc/HTML/ja/karchie/karchie.html -share/doc/HTML/ja/karchie/keyboard.html -share/doc/HTML/ja/karchie/more.html -share/doc/HTML/ja/karchie/queryresults.html -share/doc/HTML/ja/karchie/startquery.html -share/doc/HTML/ja/karchie/xarchie.html -share/doc/HTML/ja/karchie/common -share/doc/HTML/ja/karchie/index.docbook -share/doc/HTML/ja/kfinger/.anchors -share/doc/HTML/ja/kfinger/index.html -share/doc/HTML/ja/kfinger/introduction.html -share/doc/HTML/ja/kfinger/kfingermainwindow.html -share/doc/HTML/ja/kfinger/kfingersetup.html -share/doc/HTML/ja/kfinger/statusbar.html -share/doc/HTML/ja/kfinger/toolbar.html -share/doc/HTML/ja/kfinger/common -share/doc/HTML/ja/kfinger/index.docbook -share/doc/HTML/ja/kmail/.anchors -share/doc/HTML/ja/kmail/appearancetab.html -share/doc/HTML/ja/kmail/composertab.html -share/doc/HTML/ja/kmail/copyright.html -share/doc/HTML/ja/kmail/documentation.html -share/doc/HTML/ja/kmail/epilogue.html -share/doc/HTML/ja/kmail/filters.html -share/doc/HTML/ja/kmail/howcanifindouthowmanyunreadmessagesihaveinam.html -share/doc/HTML/ja/kmail/howdoiautomaticallyinsertatextfooterwithinth.html -share/doc/HTML/ja/kmail/howdoileavemailontheserverfromthekdefaq.html -share/doc/HTML/ja/kmail/index.html -share/doc/HTML/ja/kmail/misctab.html -share/doc/HTML/ja/kmail/networktab.html -share/doc/HTML/ja/kmail/pgptab.html -share/doc/HTML/ja/kmail/questionsandanswers.html -share/doc/HTML/ja/kmail/seccustomizing.html -share/doc/HTML/ja/kmail/secfolders.html -share/doc/HTML/ja/kmail/secgettingstarted.html -share/doc/HTML/ja/kmail/secimporting.html -share/doc/HTML/ja/kmail/secintro.html -share/doc/HTML/ja/kmail/secmenus.html -share/doc/HTML/ja/kmail/secmultipleaccounts.html -share/doc/HTML/ja/kmail/secpgp.html -share/doc/HTML/ja/kmail/secqasendmail.html -share/doc/HTML/ja/kmail/secusingkmail.html -share/doc/HTML/ja/kmail/settingupyouraccount.html -share/doc/HTML/ja/kmail/testingyoursetup.html -share/doc/HTML/ja/kmail/theaddressbook.html -share/doc/HTML/ja/kmail/thecomposerwindow.html -share/doc/HTML/ja/kmail/thecomposerwindow2.html -share/doc/HTML/ja/kmail/whydoeskmailkeepaskingmeforthelocationofmysi.html -share/doc/HTML/ja/kmail/common -share/doc/HTML/ja/kmail/whydoesntwordwrapworkinthecomposerwindow.html -share/doc/HTML/ja/kmail/index.docbook -share/doc/HTML/ja/korn/.anchors -share/doc/HTML/ja/korn/authors.html -share/doc/HTML/ja/korn/command-lineoptions.html -share/doc/HTML/ja/korn/compilationandinstallation.html -share/doc/HTML/ja/korn/epilogue.html -share/doc/HTML/ja/korn/forwhomiskornwritten.html -share/doc/HTML/ja/korn/fundamentals.html -share/doc/HTML/ja/korn/index.html -share/doc/HTML/ja/korn/installation.html -share/doc/HTML/ja/korn/introduction.html -share/doc/HTML/ja/korn/knownbugsandlimitations.html -share/doc/HTML/ja/korn/requirements.html -share/doc/HTML/ja/korn/whyisitnamedkorn.html -share/doc/HTML/ja/korn/common -share/doc/HTML/ja/korn/index.docbook -share/doc/HTML/ja/krn/.anchors -share/doc/HTML/ja/krn/howtoreadnewsoffline.html -share/doc/HTML/ja/krn/index.html -share/doc/HTML/ja/krn/introduction.html -share/doc/HTML/ja/krn/usingkrn.html -share/doc/HTML/ja/krn/usingthearticlewindow.html -share/doc/HTML/ja/krn/common -share/doc/HTML/ja/krn/index.docbook -share/doc/HTML/ja/ksirc/.anchors -share/doc/HTML/ja/ksirc/addingfilehandlestothemainselectloop.html -share/doc/HTML/ja/ksirc/bots.html -share/doc/HTML/ja/ksirc/colournumbers.html -share/doc/HTML/ja/ksirc/examplesfilters.html -share/doc/HTML/ja/ksirc/examplessetcolors.html -share/doc/HTML/ja/ksirc/filters.html -share/doc/HTML/ja/ksirc/hooks.html -share/doc/HTML/ja/ksirc/index.html -share/doc/HTML/ja/ksirc/installation.html -share/doc/HTML/ja/ksirc/keys.html -share/doc/HTML/ja/ksirc/ksircnative.html -share/doc/HTML/ja/ksirc/programmingyoursircclient.html -share/doc/HTML/ja/ksirc/sectcolors.html -share/doc/HTML/ja/ksirc/sendingboldunderlinereverseandcolour.html -share/doc/HTML/ja/ksirc/setvariables.html -share/doc/HTML/ja/ksirc/timers.html -share/doc/HTML/ja/ksirc/userhostrequests.html -share/doc/HTML/ja/ksirc/common -share/doc/HTML/ja/ksirc/index.docbook +share/doc/HTML/ja/ksysv/.anchors +share/doc/HTML/ja/ksysv/appendix.html +share/doc/HTML/ja/ksysv/authors.html +share/doc/HTML/ja/ksysv/common +share/doc/HTML/ja/ksysv/configuration.html +share/doc/HTML/ja/ksysv/credits.html +share/doc/HTML/ja/ksysv/index.docbook +share/doc/HTML/ja/ksysv/index.html +share/doc/HTML/ja/ksysv/introduction.html +share/doc/HTML/ja/ksysv/keyboard.html +share/doc/HTML/ja/ksysv/license.html +share/doc/HTML/ja/ksysv/onscreenfundamentals.html +share/doc/HTML/ja/ksysv/standard-semantics-of-runlevels.html +share/doc/HTML/ja/ksysv/the-menu-entries.html share/doc/HTML/ja/ktalkd/.anchors +share/doc/HTML/ja/ktalkd/common share/doc/HTML/ja/ktalkd/compilationandinstallation.html share/doc/HTML/ja/ktalkd/copyright.html share/doc/HTML/ja/ktalkd/howdoigetdebugoutputfromktalkd.html +share/doc/HTML/ja/ktalkd/index.docbook share/doc/HTML/ja/ktalkd/index.html share/doc/HTML/ja/ktalkd/installation.html share/doc/HTML/ja/ktalkd/introduction.html @@ -9186,228 +8977,23 @@ share/doc/HTML/ja/ktalkd/requirements.html share/doc/HTML/ja/ktalkd/supportedplatforms.html share/doc/HTML/ja/ktalkd/usage.html share/doc/HTML/ja/ktalkd/whydontiasanormaluserreceivekdeannouncements.html -share/doc/HTML/ja/ktalkd/common -share/doc/HTML/ja/ktalkd/index.docbook -share/doc/HTML/ja/pws/.anchors -share/doc/HTML/ja/pws/compilationandinstallation.html -share/doc/HTML/ja/pws/index.html -share/doc/HTML/ja/pws/installation.html -share/doc/HTML/ja/pws/introduction.html -share/doc/HTML/ja/pws/requirements.html -share/doc/HTML/ja/pws/common -share/doc/HTML/ja/pws/index.docbook -share/doc/HTML/ja/ark/.anchors -share/doc/HTML/ja/ark/creatingandaddingfilestoarchives.html -share/doc/HTML/ja/ark/edit.html -share/doc/HTML/ja/ark/extractingarchives.html -share/doc/HTML/ja/ark/help.html -share/doc/HTML/ja/ark/index.html -share/doc/HTML/ja/ark/installation.html -share/doc/HTML/ja/ark/introduction.html -share/doc/HTML/ja/ark/onscreenfundamentals.html -share/doc/HTML/ja/ark/openingandviewingarchives.html -share/doc/HTML/ja/ark/options.html -share/doc/HTML/ja/ark/requirements.html -share/doc/HTML/ja/ark/themenuentries.html -share/doc/HTML/ja/ark/workingwithfiles.html -share/doc/HTML/ja/ark/common -share/doc/HTML/ja/ark/index.docbook -share/doc/HTML/ja/mouse/.anchors -share/doc/HTML/ja/mouse/compilationandinstallation.html -share/doc/HTML/ja/mouse/howitworks.html -share/doc/HTML/ja/mouse/index.html -share/doc/HTML/ja/mouse/installation.html -share/doc/HTML/ja/mouse/introduction.html -share/doc/HTML/ja/mouse/onscreenoperation.html -share/doc/HTML/ja/mouse/common -share/doc/HTML/ja/mouse/index.docbook -share/doc/HTML/ja/kab/.anchors -share/doc/HTML/ja/kab/index.html -share/doc/HTML/ja/kab/temp.html -share/doc/HTML/ja/kab/common -share/doc/HTML/ja/kab/index.docbook -share/doc/HTML/ja/karm/.anchors -share/doc/HTML/ja/karm/author.html -share/doc/HTML/ja/karm/bugs.html -share/doc/HTML/ja/karm/index.html -share/doc/HTML/ja/karm/introduction.html -share/doc/HTML/ja/karm/usingtimetracker.html -share/doc/HTML/ja/karm/common -share/doc/HTML/ja/karm/index.docbook -share/doc/HTML/ja/kcalc/.anchors -share/doc/HTML/ja/kcalc/commentsonspecificfunctions.html -share/doc/HTML/ja/kcalc/compilationandinstallation.html -share/doc/HTML/ja/kcalc/copyright.html -share/doc/HTML/ja/kcalc/cutandpaste.html -share/doc/HTML/ja/kcalc/fixedprecision.html -share/doc/HTML/ja/kcalc/howdoigetetheeulernumber.html -share/doc/HTML/ja/kcalc/howdoigettwofixeddigitsaftertheperiod.html -share/doc/HTML/ja/kcalc/index.html -share/doc/HTML/ja/kcalc/installation.html -share/doc/HTML/ja/kcalc/introduction.html -share/doc/HTML/ja/kcalc/invmod.html -share/doc/HTML/ja/kcalc/keyaccels.html -share/doc/HTML/ja/kcalc/lshrsh.html -share/doc/HTML/ja/kcalc/modes.html -share/doc/HTML/ja/kcalc/percent.html -share/doc/HTML/ja/kcalc/requirements.html -share/doc/HTML/ja/kcalc/percentfunction.html -share/doc/HTML/ja/kcalc/questionsandanswers.html -share/doc/HTML/ja/kcalc/tipsandtricks.html -share/doc/HTML/ja/kcalc/trigonometricmode.html -share/doc/HTML/ja/kcalc/usage.html -share/doc/HTML/ja/kcalc/whataboutprecision.html -share/doc/HTML/ja/kcalc/common -share/doc/HTML/ja/kcalc/index.docbook -share/doc/HTML/ja/kdf/.anchors -share/doc/HTML/ja/kdf/credits.html -share/doc/HTML/ja/kdf/index.html -share/doc/HTML/ja/kdf/installation.html -share/doc/HTML/ja/kdf/introduction.html -share/doc/HTML/ja/kdf/main-window.html -share/doc/HTML/ja/kdf/the-menus.html -share/doc/HTML/ja/kdf/using-kdf.html -share/doc/HTML/ja/kdf/common -share/doc/HTML/ja/kdf/index.docbook -share/doc/HTML/ja/kedit/.anchors -share/doc/HTML/ja/kedit/command-line-options.html -share/doc/HTML/ja/kedit/credits.html -share/doc/HTML/ja/kedit/edit.html -share/doc/HTML/ja/kedit/go.html -share/doc/HTML/ja/kedit/help.html -share/doc/HTML/ja/kedit/index.html -share/doc/HTML/ja/kedit/introduction.html -share/doc/HTML/ja/kedit/keybindings.html -share/doc/HTML/ja/kedit/on-screen-fundamentals.html -share/doc/HTML/ja/kedit/pref-dialog.html -share/doc/HTML/ja/kedit/prefcolors.html -share/doc/HTML/ja/kedit/prefmisc.html -share/doc/HTML/ja/kedit/prefspellchecker.html -share/doc/HTML/ja/kedit/settings.html -share/doc/HTML/ja/kedit/the-menu-entries.html -share/doc/HTML/ja/kedit/tools.html -share/doc/HTML/ja/kedit/common -share/doc/HTML/ja/kedit/index.docbook -share/doc/HTML/ja/kfind/.anchors -share/doc/HTML/ja/kfind/authors.html -share/doc/HTML/ja/kfind/compilation-and-installation.html -share/doc/HTML/ja/kfind/configuration.html -share/doc/HTML/ja/kfind/edit.html -share/doc/HTML/ja/kfind/epilog.html -share/doc/HTML/ja/kfind/help.html -share/doc/HTML/ja/kfind/index.html -share/doc/HTML/ja/kfind/installation.html -share/doc/HTML/ja/kfind/introduction.html -share/doc/HTML/ja/kfind/onscreenfundamentals.html -share/doc/HTML/ja/kfind/options.html -share/doc/HTML/ja/kfind/requirements.html -share/doc/HTML/ja/kfind/search-parameters-dialog.html -share/doc/HTML/ja/kfind/themenuentries.html -share/doc/HTML/ja/kfind/viewing-area.html -share/doc/HTML/ja/kfind/common -share/doc/HTML/ja/kfind/index.docbook -share/doc/HTML/ja/kfloppy/.anchors -share/doc/HTML/ja/kfloppy/compilationandinstallation.html -share/doc/HTML/ja/kfloppy/copyright.html -share/doc/HTML/ja/kfloppy/density.html -share/doc/HTML/ja/kfloppy/filesystems.html -share/doc/HTML/ja/kfloppy/formattingdiskswithkfloppy.html -share/doc/HTML/ja/kfloppy/formattingoptions.html -share/doc/HTML/ja/kfloppy/index.html -share/doc/HTML/ja/kfloppy/installation.html -share/doc/HTML/ja/kfloppy/introduction.html -share/doc/HTML/ja/kfloppy/requirements.html -share/doc/HTML/ja/kfloppy/common -share/doc/HTML/ja/kfloppy/index.docbook -share/doc/HTML/ja/kjots/.anchors -share/doc/HTML/ja/kjots/index.html -share/doc/HTML/ja/kjots/introduction.html -share/doc/HTML/ja/kjots/keyboardshortcuts.html -share/doc/HTML/ja/kjots/subjectlist.html -share/doc/HTML/ja/kjots/todo.html -share/doc/HTML/ja/kjots/usage.html -share/doc/HTML/ja/kjots/common -share/doc/HTML/ja/kjots/index.docbook -share/doc/HTML/ja/kljettool/.anchors -share/doc/HTML/ja/kljettool/compilationandinstallation.html -share/doc/HTML/ja/kljettool/copyright.html -share/doc/HTML/ja/kljettool/gettingkljettooltowork.html -share/doc/HTML/ja/kljettool/index.html -share/doc/HTML/ja/kljettool/installation.html -share/doc/HTML/ja/kljettool/introduction.html -share/doc/HTML/ja/kljettool/requirements.html -share/doc/HTML/ja/kljettool/usage.html -share/doc/HTML/ja/kljettool/common -share/doc/HTML/ja/kljettool/index.docbook -share/doc/HTML/ja/klpq/.anchors -share/doc/HTML/ja/klpq/author.html -share/doc/HTML/ja/klpq/copyright.html -share/doc/HTML/ja/klpq/index.html -share/doc/HTML/ja/klpq/install.html -share/doc/HTML/ja/klpq/introduction.html -share/doc/HTML/ja/klpq/thanks.html -share/doc/HTML/ja/klpq/todo.html -share/doc/HTML/ja/klpq/usage.html -share/doc/HTML/ja/klpq/common -share/doc/HTML/ja/klpq/index.docbook -share/doc/HTML/ja/knotes/.anchors -share/doc/HTML/ja/knotes/alarm.html -share/doc/HTML/ja/knotes/autoindent.html -share/doc/HTML/ja/knotes/calendar.html -share/doc/HTML/ja/knotes/clear.html -share/doc/HTML/ja/knotes/colors.html -share/doc/HTML/ja/knotes/compilationandinstallation.html -share/doc/HTML/ja/knotes/deleteknote.html -share/doc/HTML/ja/knotes/dframe.html -share/doc/HTML/ja/knotes/doubleclickonurls.html -share/doc/HTML/ja/knotes/font.html -share/doc/HTML/ja/knotes/index.html -share/doc/HTML/ja/knotes/installation.html -share/doc/HTML/ja/knotes/introduction.html -share/doc/HTML/ja/knotes/keybindings.html -share/doc/HTML/ja/knotes/mailnote.html -share/doc/HTML/ja/knotes/newknote.html -share/doc/HTML/ja/knotes/onscreenfundamentals.html -share/doc/HTML/ja/knotes/printing.html -share/doc/HTML/ja/knotes/printnote.html -share/doc/HTML/ja/knotes/questionsandanswers.html -share/doc/HTML/ja/knotes/quit.html -share/doc/HTML/ja/knotes/renameknote.html -share/doc/HTML/ja/knotes/requirements.html -share/doc/HTML/ja/knotes/resizingknotes.html -share/doc/HTML/ja/knotes/setdefaults.html -share/doc/HTML/ja/knotes/themenuentries.html -share/doc/HTML/ja/knotes/common -share/doc/HTML/ja/knotes/index.docbook -share/doc/HTML/ja/kpm/.anchors -share/doc/HTML/ja/kpm/appendix.html -share/doc/HTML/ja/kpm/general-information.html -share/doc/HTML/ja/kpm/index.html -share/doc/HTML/ja/kpm/knownbugsandproblems.html -share/doc/HTML/ja/kpm/kpmmainwindow.html -share/doc/HTML/ja/kpm/legalstuff.html -share/doc/HTML/ja/kpm/processmenu.html -share/doc/HTML/ja/kpm/requirementsforkpm.html -share/doc/HTML/ja/kpm/signalmenu.html -share/doc/HTML/ja/kpm/themenu.html -share/doc/HTML/ja/kpm/viewmenu.html -share/doc/HTML/ja/kpm/common -share/doc/HTML/ja/kpm/index.docbook share/doc/HTML/ja/ktimemon/.anchors share/doc/HTML/ja/ktimemon/autoscaling.html +share/doc/HTML/ja/ktimemon/common share/doc/HTML/ja/ktimemon/config.html share/doc/HTML/ja/ktimemon/fund.html +share/doc/HTML/ja/ktimemon/index.docbook share/doc/HTML/ja/ktimemon/index.html share/doc/HTML/ja/ktimemon/installation.html share/doc/HTML/ja/ktimemon/introduction.html share/doc/HTML/ja/ktimemon/menu.html share/doc/HTML/ja/ktimemon/revisionhistory.html share/doc/HTML/ja/ktimemon/thanksandacknowledgements.html -share/doc/HTML/ja/ktimemon/common -share/doc/HTML/ja/ktimemon/index.docbook share/doc/HTML/ja/ktop/.anchors share/doc/HTML/ja/ktop/authors.html +share/doc/HTML/ja/ktop/common share/doc/HTML/ja/ktop/compilationandinstallation.html +share/doc/HTML/ja/ktop/index.docbook share/doc/HTML/ja/ktop/index.html share/doc/HTML/ja/ktop/installation.html share/doc/HTML/ja/ktop/installingthetaskmanagericonperformancemeter.html @@ -9419,87 +9005,45 @@ share/doc/HTML/ja/ktop/requirements.html share/doc/HTML/ja/ktop/theperformancemeterpage.html share/doc/HTML/ja/ktop/theprocesstreepage.html share/doc/HTML/ja/ktop/usingthekdetaskmanager.html -share/doc/HTML/ja/ktop/common -share/doc/HTML/ja/ktop/index.docbook -share/doc/HTML/ja/katabase/.anchors -share/doc/HTML/ja/katabase/another-section.html -share/doc/HTML/ja/katabase/compilation-and-installation.html -share/doc/HTML/ja/katabase/copyright.html -share/doc/HTML/ja/katabase/index.html -share/doc/HTML/ja/katabase/installation.html -share/doc/HTML/ja/katabase/introduction.html -share/doc/HTML/ja/katabase/questions-and-answers.html -share/doc/HTML/ja/katabase/requirements.html -share/doc/HTML/ja/katabase/usage.html -share/doc/HTML/ja/katabase/common -share/doc/HTML/ja/katabase/index.docbook -share/doc/HTML/ja/killustrator/.anchors -share/doc/HTML/ja/killustrator/about-the-handbook.html -share/doc/HTML/ja/killustrator/appendix.html -share/doc/HTML/ja/killustrator/changing-the-standard-parameters.html -share/doc/HTML/ja/killustrator/compilation-and-installation.html -share/doc/HTML/ja/killustrator/copyright.html -share/doc/HTML/ja/killustrator/drawing-2d-primitives.html -share/doc/HTML/ja/killustrator/frequently-asked-questions.html -share/doc/HTML/ja/killustrator/handling-colours.html -share/doc/HTML/ja/killustrator/history-of-killustrator.html -share/doc/HTML/ja/killustrator/index.html -share/doc/HTML/ja/killustrator/installation-of-binary-packages.html -share/doc/HTML/ja/killustrator/installation.html -share/doc/HTML/ja/killustrator/introduction.html -share/doc/HTML/ja/killustrator/to-do.html -share/doc/HTML/ja/killustrator/positioning-objects.html -share/doc/HTML/ja/killustrator/system-requirements.html -share/doc/HTML/ja/killustrator/the-layer-concept.html -share/doc/HTML/ja/killustrator/transformation-of-2d-primitives.html -share/doc/HTML/ja/killustrator/undo--redo.html -share/doc/HTML/ja/killustrator/usage.html -share/doc/HTML/ja/killustrator/working-with-files.html -share/doc/HTML/ja/killustrator/zoom-tool.html -share/doc/HTML/ja/killustrator/common -share/doc/HTML/ja/killustrator/index.docbook -share/doc/HTML/ja/koffice/.anchors -share/doc/HTML/ja/koffice/compilingproblems.html -share/doc/HTML/ja/koffice/customgui.html -share/doc/HTML/ja/koffice/customization.html -share/doc/HTML/ja/koffice/faq.html -share/doc/HTML/ja/koffice/firststeps.html -share/doc/HTML/ja/koffice/frombinaries.html -share/doc/HTML/ja/koffice/fromsource.html -share/doc/HTML/ja/koffice/gettingbinaries.html -share/doc/HTML/ja/koffice/gettingsource.html -share/doc/HTML/ja/koffice/glossary.html -share/doc/HTML/ja/koffice/index.html -share/doc/HTML/ja/koffice/installation.html -share/doc/HTML/ja/koffice/introduction.html -share/doc/HTML/ja/koffice/kparts.html -share/doc/HTML/ja/koffice/kpartstryit.html -share/doc/HTML/ja/koffice/legal.html -share/doc/HTML/ja/koffice/links.html -share/doc/HTML/ja/koffice/moreinfo.html -share/doc/HTML/ja/koffice/common -share/doc/HTML/ja/koffice/programmersinfo.html -share/doc/HTML/ja/koffice/todo.html -share/doc/HTML/ja/koffice/whoreads.html -share/doc/HTML/ja/koffice/index.docbook -share/doc/HTML/ja/kpresenter/.anchors -share/doc/HTML/ja/kpresenter/addshadow.html -share/doc/HTML/ja/kpresenter/appendix.html -share/doc/HTML/ja/kpresenter/credits.html -share/doc/HTML/ja/kpresenter/guides.html -share/doc/HTML/ja/kpresenter/index.html -share/doc/HTML/ja/kpresenter/insertpage.html -share/doc/HTML/ja/kpresenter/insertpic.html -share/doc/HTML/ja/kpresenter/introduction.html -share/doc/HTML/ja/kpresenter/menuitems.html -share/doc/HTML/ja/kpresenter/options.html -share/doc/HTML/ja/kpresenter/qanda.html -share/doc/HTML/ja/kpresenter/screendesc.html -share/doc/HTML/ja/kpresenter/textcolor.html -share/doc/HTML/ja/kpresenter/todo.html -share/doc/HTML/ja/kpresenter/tutorial.html -share/doc/HTML/ja/kpresenter/common -share/doc/HTML/ja/kpresenter/index.docbook +share/doc/HTML/ja/kuser/.anchors +share/doc/HTML/ja/kuser/add-user.html +share/doc/HTML/ja/kuser/common +share/doc/HTML/ja/kuser/credits.html +share/doc/HTML/ja/kuser/customizing.html +share/doc/HTML/ja/kuser/group-properties.html +share/doc/HTML/ja/kuser/index.docbook +share/doc/HTML/ja/kuser/index.html +share/doc/HTML/ja/kuser/start.html +share/doc/HTML/ja/kuser/user-properties.html +share/doc/HTML/ja/kuser/using.html +share/doc/HTML/ja/kview/.anchors +share/doc/HTML/ja/kview/cmdline.html +share/doc/HTML/ja/kview/common +share/doc/HTML/ja/kview/how.html +share/doc/HTML/ja/kview/index.docbook +share/doc/HTML/ja/kview/index.html +share/doc/HTML/ja/kview/introduction.html +share/doc/HTML/ja/kview/notes.html +share/doc/HTML/ja/kview/what.html +share/doc/HTML/ja/kwm/.anchors +share/doc/HTML/ja/kwm/authors.html +share/doc/HTML/ja/kwm/commands.html +share/doc/HTML/ja/kwm/common +share/doc/HTML/ja/kwm/configuration.html +share/doc/HTML/ja/kwm/does-kwm-support-shaded-windows-a-la-openste.html +share/doc/HTML/ja/kwm/epilogue.html +share/doc/HTML/ja/kwm/frequentlyaskedquestions.html +share/doc/HTML/ja/kwm/index.docbook +share/doc/HTML/ja/kwm/index.html +share/doc/HTML/ja/kwm/introduction.html +share/doc/HTML/ja/kwm/is-it-possible-to-add-kde-extensions-to-othe.html +share/doc/HTML/ja/kwm/minicli.html +share/doc/HTML/ja/kwm/mouse-control.html +share/doc/HTML/ja/kwm/shortcuts.html +share/doc/HTML/ja/kwm/soundevents.html +share/doc/HTML/ja/kwm/usingemphasiskwmemphasis.html +share/doc/HTML/ja/kwm/why-can-t-i-define-new-shortcuts-for-launchi.html +share/doc/HTML/ja/kwm/why-does-kwm-look-so-much-like-windows-95.html share/doc/HTML/ja/kword/.anchors share/doc/HTML/ja/kword/addframe.html share/doc/HTML/ja/kword/appendix.html @@ -9509,6 +9053,7 @@ share/doc/HTML/ja/kword/basicmenubar.html share/doc/HTML/ja/kword/charformattoolbar.html share/doc/HTML/ja/kword/clipboard.html share/doc/HTML/ja/kword/columns.html +share/doc/HTML/ja/kword/common share/doc/HTML/ja/kword/conventions.html share/doc/HTML/ja/kword/credits.html share/doc/HTML/ja/kword/datetime.html @@ -9533,13 +9078,13 @@ share/doc/HTML/ja/kword/guides2.html share/doc/HTML/ja/kword/guides3.html share/doc/HTML/ja/kword/guides4.html share/doc/HTML/ja/kword/headfoot.html +share/doc/HTML/ja/kword/index.docbook share/doc/HTML/ja/kword/index.html share/doc/HTML/ja/kword/inserttoolbar.html share/doc/HTML/ja/kword/inskspread.html share/doc/HTML/ja/kword/introduction.html share/doc/HTML/ja/kword/keys.html share/doc/HTML/ja/kword/kwordrc.html -share/doc/HTML/ja/kword/qanda.html share/doc/HTML/ja/kword/kwordscreen.html share/doc/HTML/ja/kword/loading.html share/doc/HTML/ja/kword/menuitems.html @@ -9548,6 +9093,7 @@ share/doc/HTML/ja/kword/options.html share/doc/HTML/ja/kword/pgnumber.html share/doc/HTML/ja/kword/predefinedstyles.html share/doc/HTML/ja/kword/printing.html +share/doc/HTML/ja/kword/qanda.html share/doc/HTML/ja/kword/qd2.html share/doc/HTML/ja/kword/qd3.html share/doc/HTML/ja/kword/qd4.html @@ -9576,31 +9122,77 @@ share/doc/HTML/ja/kword/undoredo.html share/doc/HTML/ja/kword/updates.html share/doc/HTML/ja/kword/whoreads.html share/doc/HTML/ja/kword/wpvsdtp.html -share/doc/HTML/ja/kword/common -share/doc/HTML/ja/kword/index.docbook -share/doc/HTML/ko/common/fdl-translated.html -share/doc/HTML/ko/common/gpl-translated.html -share/doc/HTML/ko/common/kde-localised.css -share/doc/HTML/ko/common/logotp3.png +share/doc/HTML/ja/kwrite/.anchors +share/doc/HTML/ja/kwrite/bookmarks.html +share/doc/HTML/ja/kwrite/command-line-options.html +share/doc/HTML/ja/kwrite/common +share/doc/HTML/ja/kwrite/compilationandinstallation.html +share/doc/HTML/ja/kwrite/credits.html +share/doc/HTML/ja/kwrite/edit.html +share/doc/HTML/ja/kwrite/editingfilesontheinternet.html +share/doc/HTML/ja/kwrite/go.html +share/doc/HTML/ja/kwrite/help.html +share/doc/HTML/ja/kwrite/index.docbook +share/doc/HTML/ja/kwrite/index.html +share/doc/HTML/ja/kwrite/installation.html +share/doc/HTML/ja/kwrite/introduction.html +share/doc/HTML/ja/kwrite/keybindings.html +share/doc/HTML/ja/kwrite/on-screen-fundamentals.html +share/doc/HTML/ja/kwrite/onscreenfundamentals.html +share/doc/HTML/ja/kwrite/options.html +share/doc/HTML/ja/kwrite/pref-dialog.html +share/doc/HTML/ja/kwrite/pref-edit.html +share/doc/HTML/ja/kwrite/pref-highlighting.html +share/doc/HTML/ja/kwrite/pref-indent.html +share/doc/HTML/ja/kwrite/pref-select.html +share/doc/HTML/ja/kwrite/prefspellchecker.html +share/doc/HTML/ja/kwrite/printing.html +share/doc/HTML/ja/kwrite/questionsandanswers.html +share/doc/HTML/ja/kwrite/requirements.html +share/doc/HTML/ja/kwrite/settings.html +share/doc/HTML/ja/kwrite/the-menu-entries.html +share/doc/HTML/ja/kwrite/themenuentries.html +share/doc/HTML/ja/kwrite/tools.html +share/doc/HTML/ja/mouse/.anchors +share/doc/HTML/ja/mouse/common +share/doc/HTML/ja/mouse/compilationandinstallation.html +share/doc/HTML/ja/mouse/howitworks.html +share/doc/HTML/ja/mouse/index.docbook +share/doc/HTML/ja/mouse/index.html +share/doc/HTML/ja/mouse/installation.html +share/doc/HTML/ja/mouse/introduction.html +share/doc/HTML/ja/mouse/onscreenoperation.html +share/doc/HTML/ja/pws/.anchors +share/doc/HTML/ja/pws/common +share/doc/HTML/ja/pws/compilationandinstallation.html +share/doc/HTML/ja/pws/index.docbook +share/doc/HTML/ja/pws/index.html +share/doc/HTML/ja/pws/installation.html +share/doc/HTML/ja/pws/introduction.html +share/doc/HTML/ja/pws/requirements.html share/doc/HTML/ko/common/artistic-license.html share/doc/HTML/ko/common/bsd-license.html share/doc/HTML/ko/common/caution.png share/doc/HTML/ko/common/fdl-license share/doc/HTML/ko/common/fdl-license.html +share/doc/HTML/ko/common/fdl-translated.html share/doc/HTML/ko/common/gpl-license share/doc/HTML/ko/common/gpl-license.html +share/doc/HTML/ko/common/gpl-translated.html share/doc/HTML/ko/common/home.png share/doc/HTML/ko/common/important.png share/doc/HTML/ko/common/kde-common.css share/doc/HTML/ko/common/kde-default.css +share/doc/HTML/ko/common/kde-localised.css share/doc/HTML/ko/common/lgpl-license share/doc/HTML/ko/common/lgpl-license.html share/doc/HTML/ko/common/logotp3-small.png +share/doc/HTML/ko/common/logotp3.png share/doc/HTML/ko/common/next.png -share/doc/HTML/ko/common/tip.png share/doc/HTML/ko/common/note.png share/doc/HTML/ko/common/prev.png share/doc/HTML/ko/common/qpl-license.html +share/doc/HTML/ko/common/tip.png share/doc/HTML/ko/common/toc-blank.png share/doc/HTML/ko/common/toc-minus.png share/doc/HTML/ko/common/toc-plus.png @@ -9610,266 +9202,64 @@ share/doc/HTML/ko/common/x11-license.html share/doc/HTML/ko/common/xml.dcl share/doc/HTML/ko/ksnake/.anchors share/doc/HTML/ko/ksnake/authors.html +share/doc/HTML/ko/ksnake/common share/doc/HTML/ko/ksnake/customization.html share/doc/HTML/ko/ksnake/epilogue.html +share/doc/HTML/ko/ksnake/index.docbook share/doc/HTML/ko/ksnake/index.html share/doc/HTML/ko/ksnake/introduction.html share/doc/HTML/ko/ksnake/rules-of-the-game.html share/doc/HTML/ko/ksnake/scoring.html -share/doc/HTML/ko/ksnake/common -share/doc/HTML/ko/ksnake/index.docbook share/doc/HTML/ko/ksokoban/.anchors +share/doc/HTML/ko/ksokoban/common share/doc/HTML/ko/ksokoban/credits.html share/doc/HTML/ko/ksokoban/howtoplay.html +share/doc/HTML/ko/ksokoban/index.docbook share/doc/HTML/ko/ksokoban/index.html share/doc/HTML/ko/ksokoban/introduction.html share/doc/HTML/ko/ksokoban/loadingexternallevels.html -share/doc/HTML/ko/ksokoban/common -share/doc/HTML/ko/ksokoban/index.docbook share/doc/HTML/ko/kspaceduel/.anchors share/doc/HTML/ko/kspaceduel/ai.html share/doc/HTML/ko/kspaceduel/command.html +share/doc/HTML/ko/kspaceduel/common share/doc/HTML/ko/kspaceduel/compilation.html share/doc/HTML/ko/kspaceduel/credits.html share/doc/HTML/ko/kspaceduel/help-menu.html +share/doc/HTML/ko/kspaceduel/index.docbook share/doc/HTML/ko/kspaceduel/index.html share/doc/HTML/ko/kspaceduel/installation.html share/doc/HTML/ko/kspaceduel/introduction.html share/doc/HTML/ko/kspaceduel/keys.html -share/doc/HTML/ko/kspaceduel/options.html -share/doc/HTML/ko/kspaceduel/settings-menu.html -share/doc/HTML/ko/kspaceduel/thegame.html -share/doc/HTML/ko/kspaceduel/common -share/doc/HTML/ko/kspaceduel/index.docbook share/doc/HTML/ko/kspaceduel/kspaceduel1.png share/doc/HTML/ko/kspaceduel/kspaceduel2.png share/doc/HTML/ko/kspaceduel/kspaceduel3.png -share/doc/HTML/it/common/fdl-translated.html -share/doc/HTML/it/common/gpl-translated.html -share/doc/HTML/it/common/kde-localised.css -share/doc/HTML/it/common/lgpl-translated.html -share/doc/HTML/it/common/logotp3.png -share/doc/HTML/it/common/artistic-license.html -share/doc/HTML/it/common/bsd-license.html -share/doc/HTML/it/common/caution.png -share/doc/HTML/it/common/fdl-license -share/doc/HTML/it/common/fdl-license.html -share/doc/HTML/it/common/gpl-license -share/doc/HTML/it/common/gpl-license.html -share/doc/HTML/it/common/home.png -share/doc/HTML/it/common/important.png -share/doc/HTML/it/common/kde-common.css -share/doc/HTML/it/common/kde-default.css -share/doc/HTML/it/common/lgpl-license -share/doc/HTML/it/common/lgpl-license.html -share/doc/HTML/it/common/logotp3-small.png -share/doc/HTML/it/common/next.png -share/doc/HTML/it/common/note.png -share/doc/HTML/it/common/prev.png -share/doc/HTML/it/common/qpl-license.html -share/doc/HTML/it/common/tip.png -share/doc/HTML/it/common/toc-blank.png -share/doc/HTML/it/common/toc-minus.png -share/doc/HTML/it/common/toc-plus.png -share/doc/HTML/it/common/up.png -share/doc/HTML/it/common/warning.png -share/doc/HTML/it/common/x11-license.html -share/doc/HTML/it/common/xml.dcl -share/doc/HTML/it/khelpcenter/quickguide/.anchors -share/doc/HTML/it/khelpcenter/quickguide/caratteristiche-avanzate.html -share/doc/HTML/it/khelpcenter/quickguide/configure.html -share/doc/HTML/it/khelpcenter/quickguide/credits.html -share/doc/HTML/it/khelpcenter/quickguide/i-moduli-di-configurazione.html -share/doc/HTML/it/khelpcenter/quickguide/index.html -share/doc/HTML/it/khelpcenter/quickguide/introduzione.html -share/doc/HTML/it/khelpcenter/quickguide/kde-un-viaggio-eccitante.html -share/doc/HTML/it/khelpcenter/quickguide/lanciare-applicazioni.html -share/doc/HTML/it/khelpcenter/quickguide/lavorare-con-archivi-e-reti-.html -share/doc/HTML/it/khelpcenter/quickguide/lavorare-con-le-finestre.html -share/doc/HTML/it/khelpcenter/quickguide/logging-out.html -share/doc/HTML/it/khelpcenter/quickguide/luso-della-barra-delle-applicazioni.html -share/doc/HTML/it/khelpcenter/quickguide/luso-delle-scrivanie-virtuali.html -share/doc/HTML/it/khelpcenter/quickguide/ma-voglio-indietro-la-mia-linea-di-comando.html -share/doc/HTML/it/khelpcenter/quickguide/manipolare-i-vostri-files.html -share/doc/HTML/it/khelpcenter/quickguide/pronti-attenti-via.html -share/doc/HTML/it/khelpcenter/quickguide/una-rassegna-di-kde.html -share/doc/HTML/it/khelpcenter/quickguide/uso-di-templates-per-accedere-ad-applicazion.html -share/doc/HTML/it/khelpcenter/quickguide/common -share/doc/HTML/it/khelpcenter/quickguide/index.cvlog -share/doc/HTML/it/khelpcenter/quickguide/index.docbook -share/doc/HTML/it/kwm/.anchors -share/doc/HTML/it/kwm/comandi.html -share/doc/HTML/it/kwm/configurazione.html -share/doc/HTML/it/kwm/controllo-mouse.html -share/doc/HTML/it/kwm/e-possibile-aggiungere-estensioni-kde-ad-alt.html -share/doc/HTML/it/kwm/epilogo.html -share/doc/HTML/it/kwm/frequently-asked-questions.html -share/doc/HTML/it/kwm/index.html -share/doc/HTML/it/kwm/introduzione.html -share/doc/HTML/it/kwm/kwm-supporta-windows-ombreggiate-come-su-ope.html -share/doc/HTML/it/kwm/mini-cli.html -share/doc/HTML/it/kwm/perch-kwm-somiglia-cos-tanto-a-windows-95.html -share/doc/HTML/it/kwm/perch-non-posso-definire-nuove-scorciatoie-p.html -share/doc/HTML/it/kwm/shortcuts.html -share/doc/HTML/it/kwm/sound-events.html -share/doc/HTML/it/kwm/usare-kwm.html -share/doc/HTML/it/kwm/common -share/doc/HTML/it/kwm/index.cvlog -share/doc/HTML/it/kwm/index.docbook -share/doc/HTML/it/ksirtet/.anchors -share/doc/HTML/it/ksirtet/autori.html -share/doc/HTML/it/ksirtet/epilogo.html -share/doc/HTML/it/ksirtet/index.html -share/doc/HTML/it/ksirtet/introduzione.html -share/doc/HTML/it/ksirtet/common -share/doc/HTML/it/ksirtet/index.cvlog -share/doc/HTML/it/ksirtet/index.docbook -share/doc/HTML/it/kmidi/.anchors -share/doc/HTML/it/kmidi/compilazione-ed-installazione.html -share/doc/HTML/it/kmidi/copyright.html -share/doc/HTML/it/kmidi/domande-e-risposte.html -share/doc/HTML/it/kmidi/index.html -share/doc/HTML/it/kmidi/installazione.html -share/doc/HTML/it/kmidi/introduzione.html -share/doc/HTML/it/kmidi/nomi-per-i-file-midi.html -share/doc/HTML/it/kmidi/opzioni-da-linea-di-comando.html -share/doc/HTML/it/kmidi/patches.html -share/doc/HTML/it/kmidi/requisiti.html -share/doc/HTML/it/kmidi/utilizzo-.html -share/doc/HTML/it/kmidi/common -share/doc/HTML/it/kmidi/index.cvlog -share/doc/HTML/it/kmidi/index.docbook -share/doc/HTML/it/kmix/.anchors -share/doc/HTML/it/kmix/aiuto.html -share/doc/HTML/it/kmix/argomenti-da-linea-di-comando.html -share/doc/HTML/it/kmix/caratteristiche-avanzate.html -share/doc/HTML/it/kmix/comandi-da-tastiera.html -share/doc/HTML/it/kmix/compilazione-e-installazione.html -share/doc/HTML/it/kmix/domande-e-risposte.html -share/doc/HTML/it/kmix/gestione-di-pi-schede-sonore.html -share/doc/HTML/it/kmix/il-cursore-di-bilanciamento.html -share/doc/HTML/it/kmix/index.html -share/doc/HTML/it/kmix/installazione.html -share/doc/HTML/it/kmix/introduzione.html -share/doc/HTML/it/kmix/lavorare-con-kmix.html -share/doc/HTML/it/kmix/le-voci-di-menu.html -share/doc/HTML/it/kmix/requisiti.html -share/doc/HTML/it/kmix/opzioni-di-configurazione.html -share/doc/HTML/it/kmix/common -share/doc/HTML/it/kmix/index.cvlog -share/doc/HTML/it/kmix/index.docbook -share/doc/HTML/it/kscd/.anchors -share/doc/HTML/it/kscd/autori.html -share/doc/HTML/it/kscd/compilazione-e-installazione.html -share/doc/HTML/it/kscd/configurare-il-tab-about.html -share/doc/HTML/it/kscd/configurare-il-tab-cddb.html -share/doc/HTML/it/kscd/configurare-il-tab-kscd-options.html -share/doc/HTML/it/kscd/configurare-kscd.html -share/doc/HTML/it/kscd/copyright.html -share/doc/HTML/it/kscd/d.-non-riesco-a-far-funzionare-il-cddb.-dove.html -share/doc/HTML/it/kscd/domande-e-risposte.html -share/doc/HTML/it/kscd/epilogo.html -share/doc/HTML/it/kscd/fondamentali-dellinterfaccia.html -share/doc/HTML/it/kscd/index.html -share/doc/HTML/it/kscd/informazioni-su-cddb.html -share/doc/HTML/it/kscd/installazione.html -share/doc/HTML/it/kscd/introduzione.html -share/doc/HTML/it/kscd/leditor-del-database-cd.html -share/doc/HTML/it/kscd/requisiti.html -share/doc/HTML/it/kscd/sviluppatori.html -share/doc/HTML/it/kscd/common -share/doc/HTML/it/kscd/index.cvlog -share/doc/HTML/it/kscd/index.docbook -share/doc/HTML/it/kscd/kscd1.png -share/doc/HTML/it/kscd/kscd10.png -share/doc/HTML/it/kscd/kscd11.png -share/doc/HTML/it/kscd/kscd13.png -share/doc/HTML/it/kscd/kscd14.png -share/doc/HTML/it/kscd/kscd15.png -share/doc/HTML/it/kscd/kscd16.png -share/doc/HTML/it/kscd/kscd2.png -share/doc/HTML/it/kscd/kscd2a.png -share/doc/HTML/it/kscd/kscd3.png -share/doc/HTML/it/kscd/kscd4.png -share/doc/HTML/it/kscd/kscd5.png -share/doc/HTML/it/kscd/kscd6.png -share/doc/HTML/it/kscd/kscd7.png -share/doc/HTML/it/kscd/kscd8.png -share/doc/HTML/it/kscd/kscd9.png -share/doc/HTML/it/kfinger/Kfingerset.html -share/doc/HTML/it/kfinger/formatex.png -share/doc/HTML/it/kfinger/formatw.png -share/doc/HTML/it/kfinger/index.html -share/doc/HTML/it/kfinger/mainw.png -share/doc/HTML/it/kfinger/setupw.png -share/doc/HTML/it/kmail/index-1.html -share/doc/HTML/it/kmail/index-2.html -share/doc/HTML/it/kmail/index-3.html -share/doc/HTML/it/kmail/index-4.html -share/doc/HTML/it/kmail/index-5.html -share/doc/HTML/it/kmail/index-6.html -share/doc/HTML/it/kmail/index.html -share/doc/HTML/it/kmail/kmail.html -share/doc/HTML/it/kmail/logotp3.png -share/doc/HTML/it/knu/index-1.html -share/doc/HTML/it/knu/index-2.html -share/doc/HTML/it/knu/index-3.html -share/doc/HTML/it/knu/index-4.html -share/doc/HTML/it/knu/index-5.html -share/doc/HTML/it/knu/index-6.html -share/doc/HTML/it/knu/index.html -share/doc/HTML/it/knu/logotp3.png -share/doc/HTML/it/korn/.anchors -share/doc/HTML/it/korn/authori.html -share/doc/HTML/it/korn/bug-conosciuti-e-limiti.html -share/doc/HTML/it/korn/come-mai-si-chiama-korn.html -share/doc/HTML/it/korn/compilazione-e-installazione.html -share/doc/HTML/it/korn/epilogo.html -share/doc/HTML/it/korn/fondamentali.html -share/doc/HTML/it/korn/index.html -share/doc/HTML/it/korn/installazione.html -share/doc/HTML/it/korn/introduzione.html -share/doc/HTML/it/korn/opzioni-della-riga-di-comando.html -share/doc/HTML/it/korn/per-chi-scritto-korn-.html -share/doc/HTML/it/korn/requisiti.html -share/doc/HTML/it/korn/common -share/doc/HTML/it/korn/index.cvlog -share/doc/HTML/it/korn/index.docbook -share/doc/HTML/it/ktalkd/.anchors -share/doc/HTML/it/ktalkd/come-posso-avere-un-output-di-debug-da-ktalk.html -share/doc/HTML/it/ktalkd/compilazione-ed-installazione.html -share/doc/HTML/it/ktalkd/copyright.html -share/doc/HTML/it/ktalkd/domande-e-risposte.html -share/doc/HTML/it/ktalkd/history.html -share/doc/HTML/it/ktalkd/index.html -share/doc/HTML/it/ktalkd/installazione.html -share/doc/HTML/it/ktalkd/introduzione.html -share/doc/HTML/it/ktalkd/perch-io-da-utente-normale-non-ricevo-gli-an.html -share/doc/HTML/it/ktalkd/piattaforme-supportate.html -share/doc/HTML/it/ktalkd/richieste.html -share/doc/HTML/it/ktalkd/utilizzo.html -share/doc/HTML/it/ktalkd/common -share/doc/HTML/it/ktalkd/index.cvlog -share/doc/HTML/it/ktalkd/index.docbook -share/doc/HTML/nl/common/fdl-translated.html -share/doc/HTML/nl/common/gpl-translated.html -share/doc/HTML/nl/common/kde-localised.css -share/doc/HTML/nl/common/lgpl-translated.html -share/doc/HTML/nl/common/logotp3.png +share/doc/HTML/ko/kspaceduel/options.html +share/doc/HTML/ko/kspaceduel/settings-menu.html +share/doc/HTML/ko/kspaceduel/thegame.html +share/doc/HTML/nl/amor/.anchors +share/doc/HTML/nl/amor/common +share/doc/HTML/nl/amor/index.docbook +share/doc/HTML/nl/amor/index.html +share/doc/HTML/nl/amor/introduction.html share/doc/HTML/nl/common/artistic-license.html share/doc/HTML/nl/common/bsd-license.html share/doc/HTML/nl/common/caution.png share/doc/HTML/nl/common/fdl-license share/doc/HTML/nl/common/fdl-license.html +share/doc/HTML/nl/common/fdl-translated.html share/doc/HTML/nl/common/gpl-license share/doc/HTML/nl/common/gpl-license.html +share/doc/HTML/nl/common/gpl-translated.html share/doc/HTML/nl/common/home.png share/doc/HTML/nl/common/important.png share/doc/HTML/nl/common/kde-common.css share/doc/HTML/nl/common/kde-default.css +share/doc/HTML/nl/common/kde-localised.css share/doc/HTML/nl/common/lgpl-license share/doc/HTML/nl/common/lgpl-license.html +share/doc/HTML/nl/common/lgpl-translated.html share/doc/HTML/nl/common/logotp3-small.png +share/doc/HTML/nl/common/logotp3.png share/doc/HTML/nl/common/next.png share/doc/HTML/nl/common/note.png share/doc/HTML/nl/common/prev.png @@ -9882,33 +9272,20 @@ share/doc/HTML/nl/common/up.png share/doc/HTML/nl/common/warning.png share/doc/HTML/nl/common/x11-license.html share/doc/HTML/nl/common/xml.dcl -share/doc/HTML/nl/kwuftpd/.anchors -share/doc/HTML/nl/kwuftpd/about-ftp-accounts.html -share/doc/HTML/nl/kwuftpd/basic-ftp-setup.html -share/doc/HTML/nl/kwuftpd/credits-and-license.html -share/doc/HTML/nl/kwuftpd/directories.html -share/doc/HTML/nl/kwuftpd/index.html -share/doc/HTML/nl/kwuftpd/installation.html -share/doc/HTML/nl/kwuftpd/introduction.html -share/doc/HTML/nl/kwuftpd/logging.html -share/doc/HTML/nl/kwuftpd/menuref.html -share/doc/HTML/nl/kwuftpd/messages.html -share/doc/HTML/nl/kwuftpd/ratios.html -share/doc/HTML/nl/kwuftpd/security.html -share/doc/HTML/nl/kwuftpd/uploads.html -share/doc/HTML/nl/kwuftpd/user-classes.html -share/doc/HTML/nl/kwuftpd/using-kwuftpd.html -share/doc/HTML/nl/kwuftpd/virtual-hosts.html -share/doc/HTML/nl/kwuftpd/common -share/doc/HTML/nl/kwuftpd/directories.png -share/doc/HTML/nl/kwuftpd/index.docbook -share/doc/HTML/nl/kwuftpd/logging.png -share/doc/HTML/nl/kwuftpd/messages.png -share/doc/HTML/nl/kwuftpd/ratios.png -share/doc/HTML/nl/kwuftpd/security.png -share/doc/HTML/nl/kwuftpd/uploads.png -share/doc/HTML/nl/kwuftpd/user_classes.png -share/doc/HTML/nl/kwuftpd/virtual.png +share/doc/HTML/nl/katomic/.anchors +share/doc/HTML/nl/katomic/common +share/doc/HTML/nl/katomic/compilation.html +share/doc/HTML/nl/katomic/configuration.html +share/doc/HTML/nl/katomic/credits.html +share/doc/HTML/nl/katomic/help.html +share/doc/HTML/nl/katomic/index.docbook +share/doc/HTML/nl/katomic/index.html +share/doc/HTML/nl/katomic/installation.html +share/doc/HTML/nl/katomic/introduction.html +share/doc/HTML/nl/katomic/keybindings.html +share/doc/HTML/nl/katomic/optmenu.html +share/doc/HTML/nl/katomic/playingkatomic.html +share/doc/HTML/nl/katomic/requirements.html share/doc/HTML/nl/kcontrol/.anchors share/doc/HTML/nl/kcontrol/action.html share/doc/HTML/nl/kcontrol/background.html @@ -9916,6 +9293,7 @@ share/doc/HTML/nl/kcontrol/batmon.html share/doc/HTML/nl/kcontrol/bell.html share/doc/HTML/nl/kcontrol/borders.html share/doc/HTML/nl/kcontrol/color.html +share/doc/HTML/nl/kcontrol/common share/doc/HTML/nl/kcontrol/control-center-exiting.html share/doc/HTML/nl/kcontrol/control-center-menus.html share/doc/HTML/nl/kcontrol/control-center-run-indiv.html @@ -9937,49 +9315,13 @@ share/doc/HTML/nl/kcontrol/fonts.html share/doc/HTML/nl/kcontrol/help-index.html share/doc/HTML/nl/kcontrol/icons.html share/doc/HTML/nl/kcontrol/iconstyle.html +share/doc/HTML/nl/kcontrol/index.docbook share/doc/HTML/nl/kcontrol/index.html share/doc/HTML/nl/kcontrol/interrupts.html share/doc/HTML/nl/kcontrol/introduction.html share/doc/HTML/nl/kcontrol/ioports.html share/doc/HTML/nl/kcontrol/kbd.html share/doc/HTML/nl/kcontrol/kblayout.html -share/doc/HTML/nl/kcontrol/key-bindings.html -share/doc/HTML/nl/kcontrol/konq-browsing.html -share/doc/HTML/nl/kcontrol/laptop.html -share/doc/HTML/nl/kcontrol/locale.html -share/doc/HTML/nl/kcontrol/login-manager.html -share/doc/HTML/nl/kcontrol/lowbatcrit.html -share/doc/HTML/nl/kcontrol/memory.html -share/doc/HTML/nl/kcontrol/lowbatwarn.html -share/doc/HTML/nl/kcontrol/midi.html -share/doc/HTML/nl/kcontrol/mixer.html -share/doc/HTML/nl/kcontrol/module.html -share/doc/HTML/nl/kcontrol/modules.html -share/doc/HTML/nl/kcontrol/mouse-behav.html -share/doc/HTML/nl/kcontrol/mouse.html -share/doc/HTML/nl/kcontrol/numbername.html -share/doc/HTML/nl/kcontrol/panel.html -share/doc/HTML/nl/kcontrol/partitions.html -share/doc/HTML/nl/kcontrol/passwords.html -share/doc/HTML/nl/kcontrol/pci.html -share/doc/HTML/nl/kcontrol/pcmcia.html -share/doc/HTML/nl/kcontrol/powerctrl.html -share/doc/HTML/nl/kcontrol/processor.html -share/doc/HTML/nl/kcontrol/proxies.html -share/doc/HTML/nl/kcontrol/sambastatus.html -share/doc/HTML/nl/kcontrol/screensaver.html -share/doc/HTML/nl/kcontrol/scsi.html -share/doc/HTML/nl/kcontrol/sndserver.html -share/doc/HTML/nl/kcontrol/soundinfo.html -share/doc/HTML/nl/kcontrol/style.html -share/doc/HTML/nl/kcontrol/sys-notify.html -share/doc/HTML/nl/kcontrol/talk.html -share/doc/HTML/nl/kcontrol/taskbar.html -share/doc/HTML/nl/kcontrol/user-agent.html -share/doc/HTML/nl/kcontrol/windows-shares.html -share/doc/HTML/nl/kcontrol/xserver.html -share/doc/HTML/nl/kcontrol/common -share/doc/HTML/nl/kcontrol/index.docbook share/doc/HTML/nl/kcontrol/kcmaccess.docbook share/doc/HTML/nl/kcontrol/kcmaction.docbook share/doc/HTML/nl/kcontrol/kcmbackgnd.docbook @@ -9991,12 +9333,12 @@ share/doc/HTML/nl/kcontrol/kcmcookie.docbook share/doc/HTML/nl/kcontrol/kcmcrypto.docbook share/doc/HTML/nl/kcontrol/kcmdatetime.docbook share/doc/HTML/nl/kcontrol/kcmdesktop.docbook -share/doc/HTML/nl/kcontrol/kcmfile.docbook share/doc/HTML/nl/kcontrol/kcmdeviceinfo.docbook share/doc/HTML/nl/kcontrol/kcmdmainfo.docbook share/doc/HTML/nl/kcontrol/kcmebrowse.docbook share/doc/HTML/nl/kcontrol/kcmemail.docbook share/doc/HTML/nl/kcontrol/kcmenergy.docbook +share/doc/HTML/nl/kcontrol/kcmfile.docbook share/doc/HTML/nl/kcontrol/kcmfileman.docbook share/doc/HTML/nl/kcontrol/kcmfonts.docbook share/doc/HTML/nl/kcontrol/kcmhelpindex.docbook @@ -10009,11 +9351,11 @@ share/doc/HTML/nl/kcontrol/kcmkblayout.docbook share/doc/HTML/nl/kcontrol/kcmkbrowse.docbook share/doc/HTML/nl/kcontrol/kcmkeybind.docbook share/doc/HTML/nl/kcontrol/kcmlocate.docbook -share/doc/HTML/nl/kcontrol/kcmmidi.docbook share/doc/HTML/nl/kcontrol/kcmloginmanage.docbook share/doc/HTML/nl/kcontrol/kcmlowbatcrit.docbook share/doc/HTML/nl/kcontrol/kcmlowbatwarn.docbook share/doc/HTML/nl/kcontrol/kcmmemoryinfo.docbook +share/doc/HTML/nl/kcontrol/kcmmidi.docbook share/doc/HTML/nl/kcontrol/kcmmixer.docbook share/doc/HTML/nl/kcontrol/kcmmouse.docbook share/doc/HTML/nl/kcontrol/kcmmousebeh.docbook @@ -10038,69 +9380,144 @@ share/doc/HTML/nl/kcontrol/kcmtaskbar.docbook share/doc/HTML/nl/kcontrol/kcmuseragent.docbook share/doc/HTML/nl/kcontrol/kcmwinshare.docbook share/doc/HTML/nl/kcontrol/kcmxservinfo.docbook +share/doc/HTML/nl/kcontrol/key-bindings.html +share/doc/HTML/nl/kcontrol/konq-browsing.html +share/doc/HTML/nl/kcontrol/laptop.html +share/doc/HTML/nl/kcontrol/locale.html +share/doc/HTML/nl/kcontrol/login-manager.html +share/doc/HTML/nl/kcontrol/lowbatcrit.html +share/doc/HTML/nl/kcontrol/lowbatwarn.html +share/doc/HTML/nl/kcontrol/memory.html +share/doc/HTML/nl/kcontrol/midi.html +share/doc/HTML/nl/kcontrol/mixer.html +share/doc/HTML/nl/kcontrol/module.html +share/doc/HTML/nl/kcontrol/modules.html +share/doc/HTML/nl/kcontrol/mouse-behav.html +share/doc/HTML/nl/kcontrol/mouse.html +share/doc/HTML/nl/kcontrol/numbername.html +share/doc/HTML/nl/kcontrol/panel.html +share/doc/HTML/nl/kcontrol/partitions.html +share/doc/HTML/nl/kcontrol/passwords.html +share/doc/HTML/nl/kcontrol/pci.html +share/doc/HTML/nl/kcontrol/pcmcia.html +share/doc/HTML/nl/kcontrol/powerctrl.html +share/doc/HTML/nl/kcontrol/processor.html +share/doc/HTML/nl/kcontrol/proxies.html +share/doc/HTML/nl/kcontrol/sambastatus.html +share/doc/HTML/nl/kcontrol/screensaver.html +share/doc/HTML/nl/kcontrol/scsi.html +share/doc/HTML/nl/kcontrol/sndserver.html +share/doc/HTML/nl/kcontrol/soundinfo.html +share/doc/HTML/nl/kcontrol/style.html +share/doc/HTML/nl/kcontrol/sys-notify.html +share/doc/HTML/nl/kcontrol/talk.html +share/doc/HTML/nl/kcontrol/taskbar.html +share/doc/HTML/nl/kcontrol/user-agent.html +share/doc/HTML/nl/kcontrol/windows-shares.html +share/doc/HTML/nl/kcontrol/xserver.html share/doc/HTML/nl/kdm/.anchors share/doc/HTML/nl/kdm/building-and-installing-kdm.html +share/doc/HTML/nl/kdm/common share/doc/HTML/nl/kdm/configuring-kdm.html share/doc/HTML/nl/kdm/configuring-your-system-for-kdm.html share/doc/HTML/nl/kdm/credits.html share/doc/HTML/nl/kdm/different-window-managers-with-kdm.html +share/doc/HTML/nl/kdm/index.docbook share/doc/HTML/nl/kdm/index.html share/doc/HTML/nl/kdm/introduction.html share/doc/HTML/nl/kdm/kdmdesktop.html share/doc/HTML/nl/kdm/lilo.html share/doc/HTML/nl/kdm/locale.html share/doc/HTML/nl/kdm/other-information.html -share/doc/HTML/nl/kdm/common -share/doc/HTML/nl/kdm/index.docbook +share/doc/HTML/nl/kjots/.anchors +share/doc/HTML/nl/kjots/commands.html +share/doc/HTML/nl/kjots/common +share/doc/HTML/nl/kjots/compilation.html +share/doc/HTML/nl/kjots/configuration.html +share/doc/HTML/nl/kjots/credits.html +share/doc/HTML/nl/kjots/index.docbook +share/doc/HTML/nl/kjots/index.html +share/doc/HTML/nl/kjots/installation.html +share/doc/HTML/nl/kjots/introduction.html +share/doc/HTML/nl/kjots/kjots-pages.html +share/doc/HTML/nl/kjots/menu-edit.html +share/doc/HTML/nl/kjots/menu-help.html +share/doc/HTML/nl/kjots/menu-hotlist.html +share/doc/HTML/nl/kjots/menu-options.html +share/doc/HTML/nl/kjots/requirements.html +share/doc/HTML/nl/kjots/using-kjots.html +share/doc/HTML/nl/kmines/.anchors +share/doc/HTML/nl/kmines/command.html +share/doc/HTML/nl/kmines/common +share/doc/HTML/nl/kmines/compilation.html +share/doc/HTML/nl/kmines/credits.html +share/doc/HTML/nl/kmines/help-menu.html +share/doc/HTML/nl/kmines/howtoplay.html +share/doc/HTML/nl/kmines/index.docbook +share/doc/HTML/nl/kmines/index.html +share/doc/HTML/nl/kmines/installation.html +share/doc/HTML/nl/kmines/introduction.html +share/doc/HTML/nl/kmines/keys.html +share/doc/HTML/nl/kmines/kmines1.png +share/doc/HTML/nl/kmines/kmines2.png +share/doc/HTML/nl/kmines/prefs.html +share/doc/HTML/nl/kmines/settings-menu.html +share/doc/HTML/nl/kmoon/.anchors +share/doc/HTML/nl/kmoon/common +share/doc/HTML/nl/kmoon/index.docbook +share/doc/HTML/nl/kmoon/index.html +share/doc/HTML/nl/kmoon/introduction.html share/doc/HTML/nl/konqueror/.anchors share/doc/HTML/nl/konqueror/basics.html share/doc/HTML/nl/konqueror/bookmarks.html share/doc/HTML/nl/konqueror/browser.html share/doc/HTML/nl/konqueror/bubble.html +share/doc/HTML/nl/konqueror/cmndline.png share/doc/HTML/nl/konqueror/commandline.html share/doc/HTML/nl/konqueror/commands.html +share/doc/HTML/nl/konqueror/common share/doc/HTML/nl/konqueror/config-prox.html share/doc/HTML/nl/konqueror/config.html share/doc/HTML/nl/konqueror/configure-bars.html share/doc/HTML/nl/konqueror/credits.html share/doc/HTML/nl/konqueror/deleting.html +share/doc/HTML/nl/konqueror/dirtree.png +share/doc/HTML/nl/konqueror/dragdrop.png share/doc/HTML/nl/konqueror/fileassoc.html share/doc/HTML/nl/konqueror/filemanager.html +share/doc/HTML/nl/konqueror/filetype1.png +share/doc/HTML/nl/konqueror/filetype3.png +share/doc/HTML/nl/konqueror/filetype4.png share/doc/HTML/nl/konqueror/ftp.html +share/doc/HTML/nl/konqueror/index.docbook share/doc/HTML/nl/konqueror/index.html share/doc/HTML/nl/konqueror/installation.html share/doc/HTML/nl/konqueror/introduction.html +share/doc/HTML/nl/konqueror/kfind.png +share/doc/HTML/nl/konqueror/konqdoc5.png +share/doc/HTML/nl/konqueror/konqdoc9.png +share/doc/HTML/nl/konqueror/konqorg.png share/doc/HTML/nl/konqueror/lmbmmb.html share/doc/HTML/nl/konqueror/making.html -share/doc/HTML/nl/konqueror/common share/doc/HTML/nl/konqueror/miscbrowser.html share/doc/HTML/nl/konqueror/moving.html share/doc/HTML/nl/konqueror/multiple.html share/doc/HTML/nl/konqueror/newname.html share/doc/HTML/nl/konqueror/optionalbrowser.html share/doc/HTML/nl/konqueror/parts.html +share/doc/HTML/nl/konqueror/parts.png share/doc/HTML/nl/konqueror/plugin.html share/doc/HTML/nl/konqueror/rmb-menus.html share/doc/HTML/nl/konqueror/samba.html +share/doc/HTML/nl/konqueror/samba.png share/doc/HTML/nl/konqueror/save-print-web.html share/doc/HTML/nl/konqueror/surf.html -share/doc/HTML/nl/konqueror/cmndline.png -share/doc/HTML/nl/konqueror/dirtree.png -share/doc/HTML/nl/konqueror/dragdrop.png -share/doc/HTML/nl/konqueror/filetype1.png -share/doc/HTML/nl/konqueror/filetype3.png -share/doc/HTML/nl/konqueror/filetype4.png -share/doc/HTML/nl/konqueror/index.docbook -share/doc/HTML/nl/konqueror/kfind.png -share/doc/HTML/nl/konqueror/konqdoc5.png -share/doc/HTML/nl/konqueror/konqdoc9.png -share/doc/HTML/nl/konqueror/konqorg.png -share/doc/HTML/nl/konqueror/parts.png -share/doc/HTML/nl/konqueror/samba.png share/doc/HTML/nl/konsole/.anchors share/doc/HTML/nl/konsole/command-line-options.html +share/doc/HTML/nl/konsole/common share/doc/HTML/nl/konsole/credits.html share/doc/HTML/nl/konsole/history-option.html +share/doc/HTML/nl/konsole/index.docbook share/doc/HTML/nl/konsole/index.html share/doc/HTML/nl/konsole/installation.html share/doc/HTML/nl/konsole/introduction.html @@ -10108,46 +9525,16 @@ share/doc/HTML/nl/konsole/menubar.html share/doc/HTML/nl/konsole/mousebuttons.html share/doc/HTML/nl/konsole/toolbar.html share/doc/HTML/nl/konsole/use-of-konsole.html -share/doc/HTML/nl/konsole/common -share/doc/HTML/nl/konsole/index.docbook -share/doc/HTML/nl/katomic/.anchors -share/doc/HTML/nl/katomic/compilation.html -share/doc/HTML/nl/katomic/configuration.html -share/doc/HTML/nl/katomic/credits.html -share/doc/HTML/nl/katomic/help.html -share/doc/HTML/nl/katomic/index.html -share/doc/HTML/nl/katomic/installation.html -share/doc/HTML/nl/katomic/introduction.html -share/doc/HTML/nl/katomic/keybindings.html -share/doc/HTML/nl/katomic/optmenu.html -share/doc/HTML/nl/katomic/playingkatomic.html -share/doc/HTML/nl/katomic/requirements.html -share/doc/HTML/nl/katomic/common -share/doc/HTML/nl/katomic/index.docbook -share/doc/HTML/nl/kmines/.anchors -share/doc/HTML/nl/kmines/command.html -share/doc/HTML/nl/kmines/compilation.html -share/doc/HTML/nl/kmines/credits.html -share/doc/HTML/nl/kmines/help-menu.html -share/doc/HTML/nl/kmines/howtoplay.html -share/doc/HTML/nl/kmines/index.html -share/doc/HTML/nl/kmines/installation.html -share/doc/HTML/nl/kmines/introduction.html -share/doc/HTML/nl/kmines/keys.html -share/doc/HTML/nl/kmines/prefs.html -share/doc/HTML/nl/kmines/settings-menu.html -share/doc/HTML/nl/kmines/common -share/doc/HTML/nl/kmines/index.docbook -share/doc/HTML/nl/kmines/kmines1.png -share/doc/HTML/nl/kmines/kmines2.png share/doc/HTML/nl/kpat/.anchors share/doc/HTML/nl/kpat/calculation.html +share/doc/HTML/nl/kpat/common share/doc/HTML/nl/kpat/compilation.html share/doc/HTML/nl/kpat/credits.html share/doc/HTML/nl/kpat/freecell.html share/doc/HTML/nl/kpat/game-menu.html share/doc/HTML/nl/kpat/grandfather.html share/doc/HTML/nl/kpat/help.html +share/doc/HTML/nl/kpat/index.docbook share/doc/HTML/nl/kpat/index.html share/doc/HTML/nl/kpat/installation.html share/doc/HTML/nl/kpat/introduction.html @@ -10159,60 +9546,58 @@ share/doc/HTML/nl/kpat/options.html share/doc/HTML/nl/kpat/rules-of-the-game.html share/doc/HTML/nl/kpat/ten.html share/doc/HTML/nl/kpat/the-idiot.html -share/doc/HTML/nl/kpat/common share/doc/HTML/nl/kpat/using-kpat.html -share/doc/HTML/nl/kpat/index.docbook -share/doc/HTML/nl/amor/.anchors -share/doc/HTML/nl/amor/index.html -share/doc/HTML/nl/amor/introduction.html -share/doc/HTML/nl/amor/common -share/doc/HTML/nl/amor/index.docbook -share/doc/HTML/nl/kmoon/.anchors -share/doc/HTML/nl/kmoon/index.html -share/doc/HTML/nl/kmoon/introduction.html -share/doc/HTML/nl/kmoon/common -share/doc/HTML/nl/kmoon/index.docbook share/doc/HTML/nl/kworldwatch/.anchors -share/doc/HTML/nl/kworldwatch/index.html -share/doc/HTML/nl/kworldwatch/introduction.html share/doc/HTML/nl/kworldwatch/common share/doc/HTML/nl/kworldwatch/index.docbook -share/doc/HTML/nl/kjots/.anchors -share/doc/HTML/nl/kjots/commands.html -share/doc/HTML/nl/kjots/compilation.html -share/doc/HTML/nl/kjots/configuration.html -share/doc/HTML/nl/kjots/credits.html -share/doc/HTML/nl/kjots/index.html -share/doc/HTML/nl/kjots/installation.html -share/doc/HTML/nl/kjots/introduction.html -share/doc/HTML/nl/kjots/kjots-pages.html -share/doc/HTML/nl/kjots/menu-edit.html -share/doc/HTML/nl/kjots/menu-help.html -share/doc/HTML/nl/kjots/menu-hotlist.html -share/doc/HTML/nl/kjots/menu-options.html -share/doc/HTML/nl/kjots/requirements.html -share/doc/HTML/nl/kjots/using-kjots.html -share/doc/HTML/nl/kjots/common -share/doc/HTML/nl/kjots/index.docbook -share/doc/HTML/no/common/fdl-translated.html -share/doc/HTML/no/common/gpl-translated.html -share/doc/HTML/no/common/kde-localised.css -share/doc/HTML/no/common/lgpl-translated.html -share/doc/HTML/no/common/logotp3.png +share/doc/HTML/nl/kworldwatch/index.html +share/doc/HTML/nl/kworldwatch/introduction.html +share/doc/HTML/nl/kwuftpd/.anchors +share/doc/HTML/nl/kwuftpd/about-ftp-accounts.html +share/doc/HTML/nl/kwuftpd/basic-ftp-setup.html +share/doc/HTML/nl/kwuftpd/common +share/doc/HTML/nl/kwuftpd/credits-and-license.html +share/doc/HTML/nl/kwuftpd/directories.html +share/doc/HTML/nl/kwuftpd/directories.png +share/doc/HTML/nl/kwuftpd/index.docbook +share/doc/HTML/nl/kwuftpd/index.html +share/doc/HTML/nl/kwuftpd/installation.html +share/doc/HTML/nl/kwuftpd/introduction.html +share/doc/HTML/nl/kwuftpd/logging.html +share/doc/HTML/nl/kwuftpd/logging.png +share/doc/HTML/nl/kwuftpd/menuref.html +share/doc/HTML/nl/kwuftpd/messages.html +share/doc/HTML/nl/kwuftpd/messages.png +share/doc/HTML/nl/kwuftpd/ratios.html +share/doc/HTML/nl/kwuftpd/ratios.png +share/doc/HTML/nl/kwuftpd/security.html +share/doc/HTML/nl/kwuftpd/security.png +share/doc/HTML/nl/kwuftpd/uploads.html +share/doc/HTML/nl/kwuftpd/uploads.png +share/doc/HTML/nl/kwuftpd/user-classes.html +share/doc/HTML/nl/kwuftpd/user_classes.png +share/doc/HTML/nl/kwuftpd/using-kwuftpd.html +share/doc/HTML/nl/kwuftpd/virtual-hosts.html +share/doc/HTML/nl/kwuftpd/virtual.png share/doc/HTML/no/common/artistic-license.html share/doc/HTML/no/common/bsd-license.html share/doc/HTML/no/common/caution.png share/doc/HTML/no/common/fdl-license share/doc/HTML/no/common/fdl-license.html +share/doc/HTML/no/common/fdl-translated.html share/doc/HTML/no/common/gpl-license share/doc/HTML/no/common/gpl-license.html +share/doc/HTML/no/common/gpl-translated.html share/doc/HTML/no/common/home.png share/doc/HTML/no/common/important.png share/doc/HTML/no/common/kde-common.css share/doc/HTML/no/common/kde-default.css +share/doc/HTML/no/common/kde-localised.css share/doc/HTML/no/common/lgpl-license share/doc/HTML/no/common/lgpl-license.html +share/doc/HTML/no/common/lgpl-translated.html share/doc/HTML/no/common/logotp3-small.png +share/doc/HTML/no/common/logotp3.png share/doc/HTML/no/common/next.png share/doc/HTML/no/common/note.png share/doc/HTML/no/common/prev.png @@ -10225,121 +9610,121 @@ share/doc/HTML/no/common/up.png share/doc/HTML/no/common/warning.png share/doc/HTML/no/common/x11-license.html share/doc/HTML/no/common/xml.dcl +share/doc/HTML/no/karm/.anchors +share/doc/HTML/no/karm/bruke-time-tracker.html +share/doc/HTML/no/karm/common +share/doc/HTML/no/karm/feil.html +share/doc/HTML/no/karm/forfatter.html +share/doc/HTML/no/karm/index.cvlog +share/doc/HTML/no/karm/index.docbook +share/doc/HTML/no/karm/index.html +share/doc/HTML/no/karm/introduksjon.html share/doc/HTML/no/kasteroids/.anchors +share/doc/HTML/no/kasteroids/common share/doc/HTML/no/kasteroids/etterord.html share/doc/HTML/no/kasteroids/forfatter.html +share/doc/HTML/no/kasteroids/index.cvlog +share/doc/HTML/no/kasteroids/index.docbook share/doc/HTML/no/kasteroids/index.html share/doc/HTML/no/kasteroids/introduksjon.html share/doc/HTML/no/kasteroids/kontroller.html -share/doc/HTML/no/kasteroids/common -share/doc/HTML/no/kasteroids/index.cvlog -share/doc/HTML/no/kasteroids/index.docbook share/doc/HTML/no/kmahjongg/.anchors share/doc/HTML/no/kmahjongg/authors.html -share/doc/HTML/no/kmahjongg/etterord.html -share/doc/HTML/no/kmahjongg/index.html -share/doc/HTML/no/kmahjongg/introduksjon.html share/doc/HTML/no/kmahjongg/common +share/doc/HTML/no/kmahjongg/etterord.html share/doc/HTML/no/kmahjongg/index.cvlog share/doc/HTML/no/kmahjongg/index.docbook +share/doc/HTML/no/kmahjongg/index.html +share/doc/HTML/no/kmahjongg/introduksjon.html share/doc/HTML/no/kmines/.anchors +share/doc/HTML/no/kmines/common share/doc/HTML/no/kmines/etterord.html share/doc/HTML/no/kmines/forfatter.html -share/doc/HTML/no/kmines/index.html -share/doc/HTML/no/kmines/introduksjon.html -share/doc/HTML/no/kmines/common share/doc/HTML/no/kmines/index.cvlog share/doc/HTML/no/kmines/index.docbook +share/doc/HTML/no/kmines/index.html +share/doc/HTML/no/kmines/introduksjon.html share/doc/HTML/no/kpoker/.anchors +share/doc/HTML/no/kpoker/common share/doc/HTML/no/kpoker/etterord.html share/doc/HTML/no/kpoker/hands.html share/doc/HTML/no/kpoker/hvor-finner-jeg-siste-versjon-av-kpoker-.html +share/doc/HTML/no/kpoker/index.cvlog +share/doc/HTML/no/kpoker/index.docbook share/doc/HTML/no/kpoker/index.html share/doc/HTML/no/kpoker/introduksjon.html share/doc/HTML/no/kpoker/kopirettigheter.html share/doc/HTML/no/kpoker/scoring.html share/doc/HTML/no/kpoker/spillet.html -share/doc/HTML/no/kpoker/common -share/doc/HTML/no/kpoker/index.cvlog -share/doc/HTML/no/kpoker/index.docbook share/doc/HTML/no/kreversi/.anchors +share/doc/HTML/no/kreversi/common share/doc/HTML/no/kreversi/ett-minutts-opplring.html share/doc/HTML/no/kreversi/etterord.html share/doc/HTML/no/kreversi/forfattere.html +share/doc/HTML/no/kreversi/index.cvlog +share/doc/HTML/no/kreversi/index.docbook share/doc/HTML/no/kreversi/index.html share/doc/HTML/no/kreversi/introduksjon.html share/doc/HTML/no/kreversi/kopirettigheter.html share/doc/HTML/no/kreversi/spilleregler.html share/doc/HTML/no/kreversi/strategitips.html -share/doc/HTML/no/kreversi/common -share/doc/HTML/no/kreversi/index.cvlog -share/doc/HTML/no/kreversi/index.docbook share/doc/HTML/no/ksame/.anchors +share/doc/HTML/no/ksame/common share/doc/HTML/no/ksame/etterord.html share/doc/HTML/no/ksame/forfattere.html +share/doc/HTML/no/ksame/index.cvlog +share/doc/HTML/no/ksame/index.docbook share/doc/HTML/no/ksame/index.html share/doc/HTML/no/ksame/introduksjon.html share/doc/HTML/no/ksame/kopirettigheter.html share/doc/HTML/no/ksame/spilleregler.html share/doc/HTML/no/ksame/strategitips.html -share/doc/HTML/no/ksame/common -share/doc/HTML/no/ksame/index.cvlog -share/doc/HTML/no/ksame/index.docbook share/doc/HTML/no/kshisen/.anchors +share/doc/HTML/no/kshisen/common share/doc/HTML/no/kshisen/etterord.html share/doc/HTML/no/kshisen/forfattere.html -share/doc/HTML/no/kshisen/index.html -share/doc/HTML/no/kshisen/introduksjon.html -share/doc/HTML/no/kshisen/common share/doc/HTML/no/kshisen/index.cvlog share/doc/HTML/no/kshisen/index.docbook +share/doc/HTML/no/kshisen/index.html +share/doc/HTML/no/kshisen/introduksjon.html share/doc/HTML/no/ksirtet/.anchors +share/doc/HTML/no/ksirtet/common share/doc/HTML/no/ksirtet/etterord.html share/doc/HTML/no/ksirtet/forfattere.html -share/doc/HTML/no/ksirtet/index.html -share/doc/HTML/no/ksirtet/introduksjon.html -share/doc/HTML/no/ksirtet/common share/doc/HTML/no/ksirtet/index.cvlog share/doc/HTML/no/ksirtet/index.docbook +share/doc/HTML/no/ksirtet/index.html +share/doc/HTML/no/ksirtet/introduksjon.html share/doc/HTML/no/ksnake/.anchors +share/doc/HTML/no/ksnake/common share/doc/HTML/no/ksnake/etterord.html share/doc/HTML/no/ksnake/forfattere.html +share/doc/HTML/no/ksnake/index.cvlog +share/doc/HTML/no/ksnake/index.docbook share/doc/HTML/no/ksnake/index.html share/doc/HTML/no/ksnake/introduksjon.html share/doc/HTML/no/ksnake/scoring.html share/doc/HTML/no/ksnake/spilleregler.html share/doc/HTML/no/ksnake/tilpassning.html -share/doc/HTML/no/ksnake/common -share/doc/HTML/no/ksnake/index.cvlog -share/doc/HTML/no/ksnake/index.docbook -share/doc/HTML/no/karm/.anchors -share/doc/HTML/no/karm/bruke-time-tracker.html -share/doc/HTML/no/karm/feil.html -share/doc/HTML/no/karm/forfatter.html -share/doc/HTML/no/karm/index.html -share/doc/HTML/no/karm/introduksjon.html -share/doc/HTML/no/karm/common -share/doc/HTML/no/karm/index.cvlog -share/doc/HTML/no/karm/index.docbook -share/doc/HTML/pl/common/fdl-translated.html -share/doc/HTML/pl/common/gpl-translated.html -share/doc/HTML/pl/common/kde-localised.css -share/doc/HTML/pl/common/lgpl-translated.html -share/doc/HTML/pl/common/logotp3.png share/doc/HTML/pl/common/artistic-license.html share/doc/HTML/pl/common/bsd-license.html share/doc/HTML/pl/common/caution.png share/doc/HTML/pl/common/fdl-license share/doc/HTML/pl/common/fdl-license.html +share/doc/HTML/pl/common/fdl-translated.html share/doc/HTML/pl/common/gpl-license share/doc/HTML/pl/common/gpl-license.html +share/doc/HTML/pl/common/gpl-translated.html share/doc/HTML/pl/common/home.png share/doc/HTML/pl/common/important.png share/doc/HTML/pl/common/kde-common.css share/doc/HTML/pl/common/kde-default.css +share/doc/HTML/pl/common/kde-localised.css share/doc/HTML/pl/common/lgpl-license share/doc/HTML/pl/common/lgpl-license.html +share/doc/HTML/pl/common/lgpl-translated.html share/doc/HTML/pl/common/logotp3-small.png +share/doc/HTML/pl/common/logotp3.png share/doc/HTML/pl/common/next.png share/doc/HTML/pl/common/note.png share/doc/HTML/pl/common/prev.png @@ -10352,10 +9737,14 @@ share/doc/HTML/pl/common/up.png share/doc/HTML/pl/common/warning.png share/doc/HTML/pl/common/x11-license.html share/doc/HTML/pl/common/xml.dcl +share/doc/HTML/pl/kdevelop/tip.database share/doc/HTML/pl/khelpcenter/quickguide/.anchors share/doc/HTML/pl/khelpcenter/quickguide/ale-ja-chce-moj-linie-komend.html +share/doc/HTML/pl/khelpcenter/quickguide/common share/doc/HTML/pl/khelpcenter/quickguide/dobrze-a-co-oznacza-przyklej-sticky.html share/doc/HTML/pl/khelpcenter/quickguide/ikony-przecignij-i-upu.html +share/doc/HTML/pl/khelpcenter/quickguide/index.cvlog +share/doc/HTML/pl/khelpcenter/quickguide/index.docbook share/doc/HTML/pl/khelpcenter/quickguide/index.html share/doc/HTML/pl/khelpcenter/quickguide/kdeinteresujcpodr.html share/doc/HTML/pl/khelpcenter/quickguide/konfiguracjatwojegodesktopu.html @@ -10365,35 +9754,46 @@ share/doc/HTML/pl/khelpcenter/quickguide/modu-przykadowy.html share/doc/HTML/pl/khelpcenter/quickguide/modu-sieci.html share/doc/HTML/pl/khelpcenter/quickguide/modu-urzdze-wejciowych.html share/doc/HTML/pl/khelpcenter/quickguide/montowanie-twoich-urzdze.html -share/doc/HTML/pl/khelpcenter/quickguide/siazintegrowanegodesktopu.html share/doc/HTML/pl/khelpcenter/quickguide/niechstansiokienkajakuruchomiaplikacje.html share/doc/HTML/pl/khelpcenter/quickguide/okienkafolderyzarzdzanieplikami.html share/doc/HTML/pl/khelpcenter/quickguide/przezroczysto-dostepu-do-internetu.html +share/doc/HTML/pl/khelpcenter/quickguide/siazintegrowanegodesktopu.html share/doc/HTML/pl/khelpcenter/quickguide/wprowadzenie.html share/doc/HTML/pl/khelpcenter/quickguide/wylogowaniesiizarzdcasesji.html -share/doc/HTML/pl/khelpcenter/quickguide/common -share/doc/HTML/pl/khelpcenter/quickguide/index.cvlog -share/doc/HTML/pl/khelpcenter/quickguide/index.docbook -share/doc/HTML/pl/kdevelop/tip.database -share/doc/HTML/pt/common/fdl-translated.html -share/doc/HTML/pt/common/gpl-translated.html -share/doc/HTML/pt/common/kde-localised.css -share/doc/HTML/pt/common/lgpl-translated.html -share/doc/HTML/pt/common/logotp3.png +share/doc/HTML/pt/ark/.anchors +share/doc/HTML/pt/ark/abrir-e-ver-arquivos.html +share/doc/HTML/pt/ark/ajuda.html +share/doc/HTML/pt/ark/as-entradas-do-menu.html +share/doc/HTML/pt/ark/common +share/doc/HTML/pt/ark/criar-e-adicionar-ficheiros-a-arquivos.html +share/doc/HTML/pt/ark/editar.html +share/doc/HTML/pt/ark/eplogo.html +share/doc/HTML/pt/ark/extrair-arquivos.html +share/doc/HTML/pt/ark/index.docbook +share/doc/HTML/pt/ark/index.html +share/doc/HTML/pt/ark/introduo.html +share/doc/HTML/pt/ark/operaes-fundamentais.html +share/doc/HTML/pt/ark/opes.html +share/doc/HTML/pt/ark/trabalhar-com-ficheiros.html share/doc/HTML/pt/common/artistic-license.html share/doc/HTML/pt/common/bsd-license.html share/doc/HTML/pt/common/caution.png share/doc/HTML/pt/common/fdl-license share/doc/HTML/pt/common/fdl-license.html +share/doc/HTML/pt/common/fdl-translated.html share/doc/HTML/pt/common/gpl-license share/doc/HTML/pt/common/gpl-license.html +share/doc/HTML/pt/common/gpl-translated.html share/doc/HTML/pt/common/home.png share/doc/HTML/pt/common/important.png share/doc/HTML/pt/common/kde-common.css share/doc/HTML/pt/common/kde-default.css +share/doc/HTML/pt/common/kde-localised.css share/doc/HTML/pt/common/lgpl-license share/doc/HTML/pt/common/lgpl-license.html +share/doc/HTML/pt/common/lgpl-translated.html share/doc/HTML/pt/common/logotp3-small.png +share/doc/HTML/pt/common/logotp3.png share/doc/HTML/pt/common/next.png share/doc/HTML/pt/common/note.png share/doc/HTML/pt/common/prev.png @@ -10406,90 +9806,88 @@ share/doc/HTML/pt/common/up.png share/doc/HTML/pt/common/warning.png share/doc/HTML/pt/common/x11-license.html share/doc/HTML/pt/common/xml.dcl -share/doc/HTML/pt/kcron/.anchors -share/doc/HTML/pt/kcron/commands.html -share/doc/HTML/pt/kcron/compilation.html -share/doc/HTML/pt/kcron/credits.html -share/doc/HTML/pt/kcron/faq.html -share/doc/HTML/pt/kcron/index.html -share/doc/HTML/pt/kcron/installation.html -share/doc/HTML/pt/kcron/introduction.html -share/doc/HTML/pt/kcron/manage-tasks.html -share/doc/HTML/pt/kcron/manage-variables.html -share/doc/HTML/pt/kcron/new-task.html -share/doc/HTML/pt/kcron/new-variable.html -share/doc/HTML/pt/kcron/printing-crontab.html -share/doc/HTML/pt/kcron/requirements.html -share/doc/HTML/pt/kcron/saving-crontab.html -share/doc/HTML/pt/kcron/using-kcron.html -share/doc/HTML/pt/kcron/common -share/doc/HTML/pt/kcron/index.docbook -share/doc/HTML/pt/kcron/kcron.png -share/doc/HTML/pt/kcron/kcronstart.png -share/doc/HTML/pt/kcron/newtask.png -share/doc/HTML/pt/kcron/newvariable.png -share/doc/HTML/pt/kcron/print.png -share/doc/HTML/pt/kdat/.anchors -share/doc/HTML/pt/kdat/backing-up.html -share/doc/HTML/pt/kdat/copyright.html -share/doc/HTML/pt/kdat/formatting.html -share/doc/HTML/pt/kdat/index.html -share/doc/HTML/pt/kdat/indexing.html -share/doc/HTML/pt/kdat/introduction.html -share/doc/HTML/pt/kdat/menu-reference.html -share/doc/HTML/pt/kdat/prefs.html -share/doc/HTML/pt/kdat/profile.html -share/doc/HTML/pt/kdat/restoring.html -share/doc/HTML/pt/kdat/tapeformat.html -share/doc/HTML/pt/kdat/using-kdat.html -share/doc/HTML/pt/kdat/verifying.html -share/doc/HTML/pt/kdat/common -share/doc/HTML/pt/kdat/index.docbook -share/doc/HTML/pt/kpackage/.anchors -share/doc/HTML/pt/kpackage/cache-menu.html -share/doc/HTML/pt/kpackage/credits-and-licenses.html -share/doc/HTML/pt/kpackage/help-menu.html -share/doc/HTML/pt/kpackage/index.html -share/doc/HTML/pt/kpackage/installation.html -share/doc/HTML/pt/kpackage/installing-packages.html -share/doc/HTML/pt/kpackage/integrating-available-packages-in-the-tree.html -share/doc/HTML/pt/kpackage/introduction.html -share/doc/HTML/pt/kpackage/menus.html -share/doc/HTML/pt/kpackage/onscreen-fundamentals.html -share/doc/HTML/pt/kpackage/package-information-panel.html -share/doc/HTML/pt/kpackage/packages-menu.html -share/doc/HTML/pt/kpackage/requirements.html -share/doc/HTML/pt/kpackage/settings-menu.html -share/doc/HTML/pt/kpackage/the-package-tree-panel.html -share/doc/HTML/pt/kpackage/toolbar.html -share/doc/HTML/pt/kpackage/uninstalling-packages.html -share/doc/HTML/pt/kpackage/common -share/doc/HTML/pt/kpackage/index.docbook -share/doc/HTML/pt/ksysv/.anchors -share/doc/HTML/pt/ksysv/appendix.html -share/doc/HTML/pt/ksysv/authors.html -share/doc/HTML/pt/ksysv/configuration.html -share/doc/HTML/pt/ksysv/credits.html -share/doc/HTML/pt/ksysv/index.html -share/doc/HTML/pt/ksysv/introduction.html -share/doc/HTML/pt/ksysv/keyboard.html -share/doc/HTML/pt/ksysv/license.html -share/doc/HTML/pt/ksysv/onscreenfundamentals.html -share/doc/HTML/pt/ksysv/standard-semantics-of-runlevels.html -share/doc/HTML/pt/ksysv/the-menu-entries.html -share/doc/HTML/pt/ksysv/common -share/doc/HTML/pt/ksysv/index.docbook -share/doc/HTML/pt/kuser/.anchors -share/doc/HTML/pt/kuser/add-user.html -share/doc/HTML/pt/kuser/credits.html -share/doc/HTML/pt/kuser/customizing.html -share/doc/HTML/pt/kuser/group-properties.html -share/doc/HTML/pt/kuser/index.html -share/doc/HTML/pt/kuser/start.html -share/doc/HTML/pt/kuser/user-properties.html -share/doc/HTML/pt/kuser/using.html -share/doc/HTML/pt/kuser/common -share/doc/HTML/pt/kuser/index.docbook +share/doc/HTML/pt/kab/.anchors +share/doc/HTML/pt/kab/common +share/doc/HTML/pt/kab/index.docbook +share/doc/HTML/pt/kab/index.html +share/doc/HTML/pt/kab/temp.html +share/doc/HTML/pt/kabalone/.anchors +share/doc/HTML/pt/kabalone/common +share/doc/HTML/pt/kabalone/copyright.html +share/doc/HTML/pt/kabalone/eplogo.html +share/doc/HTML/pt/kabalone/index.cvlog +share/doc/HTML/pt/kabalone/index.docbook +share/doc/HTML/pt/kabalone/index.html +share/doc/HTML/pt/kabalone/introducao.html +share/doc/HTML/pt/kabalone/opes.html +share/doc/HTML/pt/kabalone/regras-do-jogo.html +share/doc/HTML/pt/karm/.anchors +share/doc/HTML/pt/karm/author.html +share/doc/HTML/pt/karm/bugs.html +share/doc/HTML/pt/karm/common +share/doc/HTML/pt/karm/index.docbook +share/doc/HTML/pt/karm/index.html +share/doc/HTML/pt/karm/introduction.html +share/doc/HTML/pt/karm/karm.png +share/doc/HTML/pt/karm/usingtimetracker.html +share/doc/HTML/pt/kasteroids/.anchors +share/doc/HTML/pt/kasteroids/common +share/doc/HTML/pt/kasteroids/controlos.html +share/doc/HTML/pt/kasteroids/epilogo.html +share/doc/HTML/pt/kasteroids/index.cvlog +share/doc/HTML/pt/kasteroids/index.docbook +share/doc/HTML/pt/kasteroids/index.html +share/doc/HTML/pt/kasteroids/introducao.html +share/doc/HTML/pt/katomic/.anchors +share/doc/HTML/pt/katomic/common +share/doc/HTML/pt/katomic/compilation.html +share/doc/HTML/pt/katomic/configuration.html +share/doc/HTML/pt/katomic/credits.html +share/doc/HTML/pt/katomic/help.html +share/doc/HTML/pt/katomic/index.docbook +share/doc/HTML/pt/katomic/index.html +share/doc/HTML/pt/katomic/installation.html +share/doc/HTML/pt/katomic/introducao.html +share/doc/HTML/pt/katomic/keybindings.html +share/doc/HTML/pt/katomic/optmenu.html +share/doc/HTML/pt/katomic/playingkatomic.html +share/doc/HTML/pt/katomic/requirements.html +share/doc/HTML/pt/kblackbox/.anchors +share/doc/HTML/pt/kblackbox/common +share/doc/HTML/pt/kblackbox/copyright.html +share/doc/HTML/pt/kblackbox/descricao-do-jogo.html +share/doc/HTML/pt/kblackbox/epilogo.html +share/doc/HTML/pt/kblackbox/game-rules.html +share/doc/HTML/pt/kblackbox/index.docbook +share/doc/HTML/pt/kblackbox/index.html +share/doc/HTML/pt/kblackbox/interface.html +share/doc/HTML/pt/kblackbox/o-que-e-o-kblackbox.html +share/doc/HTML/pt/kblackbox/user-interaction.html +share/doc/HTML/pt/kcalc/.anchors +share/doc/HTML/pt/kcalc/commentsonspecificfunctions.html +share/doc/HTML/pt/kcalc/common +share/doc/HTML/pt/kcalc/compilationandinstallation.html +share/doc/HTML/pt/kcalc/copyright.html +share/doc/HTML/pt/kcalc/cutandpaste.html +share/doc/HTML/pt/kcalc/fixedprecision.html +share/doc/HTML/pt/kcalc/howdoigetetheeulernumber.html +share/doc/HTML/pt/kcalc/howdoigettwofixeddigitsaftertheperiod.html +share/doc/HTML/pt/kcalc/index.docbook +share/doc/HTML/pt/kcalc/index.html +share/doc/HTML/pt/kcalc/installation.html +share/doc/HTML/pt/kcalc/introduction.html +share/doc/HTML/pt/kcalc/invmod.html +share/doc/HTML/pt/kcalc/keyaccels.html +share/doc/HTML/pt/kcalc/lshrsh.html +share/doc/HTML/pt/kcalc/modes.html +share/doc/HTML/pt/kcalc/percent.html +share/doc/HTML/pt/kcalc/percentfunction.html +share/doc/HTML/pt/kcalc/questionsandanswers.html +share/doc/HTML/pt/kcalc/requirements.html +share/doc/HTML/pt/kcalc/tipsandtricks.html +share/doc/HTML/pt/kcalc/trigonometricmode.html +share/doc/HTML/pt/kcalc/usage.html +share/doc/HTML/pt/kcalc/whataboutprecision.html share/doc/HTML/pt/kcontrol/.anchors share/doc/HTML/pt/kcontrol/action.html share/doc/HTML/pt/kcontrol/background.html @@ -10500,6 +9898,7 @@ share/doc/HTML/pt/kcontrol/browsing-neighborhood.html share/doc/HTML/pt/kcontrol/browsing-web.html share/doc/HTML/pt/kcontrol/browsing.html share/doc/HTML/pt/kcontrol/color.html +share/doc/HTML/pt/kcontrol/common share/doc/HTML/pt/kcontrol/control-center-exiting.html share/doc/HTML/pt/kcontrol/control-center-menus.html share/doc/HTML/pt/kcontrol/control-center-run-indiv.html @@ -10507,26 +9906,13 @@ share/doc/HTML/pt/kcontrol/control-center-screen.html share/doc/HTML/pt/kcontrol/control-center.html share/doc/HTML/pt/kcontrol/cookie.html share/doc/HTML/pt/kcontrol/credits.html -share/doc/HTML/pt/kcontrol/lf.html share/doc/HTML/pt/kcontrol/devices.html share/doc/HTML/pt/kcontrol/file-assoc.html +share/doc/HTML/pt/kcontrol/index.docbook share/doc/HTML/pt/kcontrol/index.html share/doc/HTML/pt/kcontrol/info.html share/doc/HTML/pt/kcontrol/introduction.html share/doc/HTML/pt/kcontrol/ioports.html -share/doc/HTML/pt/kcontrol/lf-desktop.html -share/doc/HTML/pt/kcontrol/lf-panel.html -share/doc/HTML/pt/kcontrol/lf-themes.html -share/doc/HTML/pt/kcontrol/lf-window-behavior.html -share/doc/HTML/pt/kcontrol/module.html -share/doc/HTML/pt/kcontrol/network.html -share/doc/HTML/pt/kcontrol/periph.html -share/doc/HTML/pt/kcontrol/personalize.html -share/doc/HTML/pt/kcontrol/power.html -share/doc/HTML/pt/kcontrol/sound.html -share/doc/HTML/pt/kcontrol/systemmenu.html -share/doc/HTML/pt/kcontrol/common -share/doc/HTML/pt/kcontrol/index.docbook share/doc/HTML/pt/kcontrol/kcmaction.docbook share/doc/HTML/pt/kcontrol/kcmbackgnd.docbook share/doc/HTML/pt/kcontrol/kcmbell.docbook @@ -10543,15 +9929,68 @@ share/doc/HTML/pt/kcontrol/kcmioportinfo.docbook share/doc/HTML/pt/kcontrol/kcmkeys.docbook share/doc/HTML/pt/kcontrol/kcmlowbatcrit.docbook share/doc/HTML/pt/kcontrol/kcmlowbatwarn.docbook +share/doc/HTML/pt/kcontrol/lf-desktop.html +share/doc/HTML/pt/kcontrol/lf-panel.html +share/doc/HTML/pt/kcontrol/lf-themes.html +share/doc/HTML/pt/kcontrol/lf-window-behavior.html +share/doc/HTML/pt/kcontrol/lf.html +share/doc/HTML/pt/kcontrol/module.html +share/doc/HTML/pt/kcontrol/network.html +share/doc/HTML/pt/kcontrol/periph.html +share/doc/HTML/pt/kcontrol/personalize.html +share/doc/HTML/pt/kcontrol/power.html +share/doc/HTML/pt/kcontrol/sound.html +share/doc/HTML/pt/kcontrol/systemmenu.html +share/doc/HTML/pt/kcron/.anchors +share/doc/HTML/pt/kcron/commands.html +share/doc/HTML/pt/kcron/common +share/doc/HTML/pt/kcron/compilation.html +share/doc/HTML/pt/kcron/credits.html +share/doc/HTML/pt/kcron/faq.html +share/doc/HTML/pt/kcron/index.docbook +share/doc/HTML/pt/kcron/index.html +share/doc/HTML/pt/kcron/installation.html +share/doc/HTML/pt/kcron/introduction.html +share/doc/HTML/pt/kcron/kcron.png +share/doc/HTML/pt/kcron/kcronstart.png +share/doc/HTML/pt/kcron/manage-tasks.html +share/doc/HTML/pt/kcron/manage-variables.html +share/doc/HTML/pt/kcron/new-task.html +share/doc/HTML/pt/kcron/new-variable.html +share/doc/HTML/pt/kcron/newtask.png +share/doc/HTML/pt/kcron/newvariable.png +share/doc/HTML/pt/kcron/print.png +share/doc/HTML/pt/kcron/printing-crontab.html +share/doc/HTML/pt/kcron/requirements.html +share/doc/HTML/pt/kcron/saving-crontab.html +share/doc/HTML/pt/kcron/using-kcron.html +share/doc/HTML/pt/kdat/.anchors +share/doc/HTML/pt/kdat/backing-up.html +share/doc/HTML/pt/kdat/common +share/doc/HTML/pt/kdat/copyright.html +share/doc/HTML/pt/kdat/formatting.html +share/doc/HTML/pt/kdat/index.docbook +share/doc/HTML/pt/kdat/index.html +share/doc/HTML/pt/kdat/indexing.html +share/doc/HTML/pt/kdat/introduction.html +share/doc/HTML/pt/kdat/menu-reference.html +share/doc/HTML/pt/kdat/prefs.html +share/doc/HTML/pt/kdat/profile.html +share/doc/HTML/pt/kdat/restoring.html +share/doc/HTML/pt/kdat/tapeformat.html +share/doc/HTML/pt/kdat/using-kdat.html +share/doc/HTML/pt/kdat/verifying.html share/doc/HTML/pt/kdebugdialog/.anchors -share/doc/HTML/pt/kdebugdialog/index.html -share/doc/HTML/pt/kdebugdialog/introducao.html share/doc/HTML/pt/kdebugdialog/common share/doc/HTML/pt/kdebugdialog/index.docbook +share/doc/HTML/pt/kdebugdialog/index.html +share/doc/HTML/pt/kdebugdialog/introducao.html share/doc/HTML/pt/kdesu/.anchors share/doc/HTML/pt/kdesu/author.html +share/doc/HTML/pt/kdesu/common share/doc/HTML/pt/kdesu/compiling.html share/doc/HTML/pt/kdesu/configuration.html +share/doc/HTML/pt/kdesu/index.docbook share/doc/HTML/pt/kdesu/index.html share/doc/HTML/pt/kdesu/installation.html share/doc/HTML/pt/kdesu/interface-to-su.html @@ -10560,13 +9999,213 @@ share/doc/HTML/pt/kdesu/introduction.html share/doc/HTML/pt/kdesu/password-checking.html share/doc/HTML/pt/kdesu/secpasswordkeeping.html share/doc/HTML/pt/kdesu/usingkdesu.html -share/doc/HTML/pt/kdesu/common -share/doc/HTML/pt/kdesu/index.docbook +share/doc/HTML/pt/kdevelop/manual/.anchors +share/doc/HTML/pt/kdevelop/manual/a-ajuda-de-barra-de-estados.html +share/doc/HTML/pt/kdevelop/manual/abrir-e-fechar-projectos.html +share/doc/HTML/pt/kdevelop/manual/adding-widgets.html +share/doc/HTML/pt/kdevelop/manual/agradecimentos.html +share/doc/HTML/pt/kdevelop/manual/as-ferramentas-de-classes.html +share/doc/HTML/pt/kdevelop/manual/atalhos-de-teclado.html +share/doc/HTML/pt/kdevelop/manual/autores.html +share/doc/HTML/pt/kdevelop/manual/breve-descrio-das-ferramentas-do-kdevelop.html +share/doc/HTML/pt/kdevelop/manual/build-settings.html +share/doc/HTML/pt/kdevelop/manual/changing-keyboard-shortcuts.html +share/doc/HTML/pt/kdevelop/manual/comandos-da-barra-de-menu.html +share/doc/HTML/pt/kdevelop/manual/common +share/doc/HTML/pt/kdevelop/manual/compilao-e-instalao.html +share/doc/HTML/pt/kdevelop/manual/compiler-options.html +share/doc/HTML/pt/kdevelop/manual/compiler-warnings.html +share/doc/HTML/pt/kdevelop/manual/configurar-o-navegador-de-html.html +share/doc/HTML/pt/kdevelop/manual/configure.html +share/doc/HTML/pt/kdevelop/manual/copyright.html +share/doc/HTML/pt/kdevelop/manual/criar-um-novo-dilogo.html +share/doc/HTML/pt/kdevelop/manual/debugging.html +share/doc/HTML/pt/kdevelop/manual/development-with-kdevelop.html +share/doc/HTML/pt/kdevelop/manual/documentation.html +share/doc/HTML/pt/kdevelop/manual/editar-definies-de-janelas.html +share/doc/HTML/pt/kdevelop/manual/editar-um-projecto.html +share/doc/HTML/pt/kdevelop/manual/general-configuration.html +share/doc/HTML/pt/kdevelop/manual/gerar-ficheiros.html +share/doc/HTML/pt/kdevelop/manual/gerir-classes.html +share/doc/HTML/pt/kdevelop/manual/imprimir.html +share/doc/HTML/pt/kdevelop/manual/index.docbook +share/doc/HTML/pt/kdevelop/manual/index.html +share/doc/HTML/pt/kdevelop/manual/informao-adicional.html +share/doc/HTML/pt/kdevelop/manual/iniciar-o-kdevelop.html +share/doc/HTML/pt/kdevelop/manual/installation.html +share/doc/HTML/pt/kdevelop/manual/introduo.html +share/doc/HTML/pt/kdevelop/manual/itens-da-barra-de-ferramentas.html +share/doc/HTML/pt/kdevelop/manual/janela-de-output.html +share/doc/HTML/pt/kdevelop/manual/kdevelop-setup.html +share/doc/HTML/pt/kdevelop/manual/linker-options.html +share/doc/HTML/pt/kdevelop/manual/make.html +share/doc/HTML/pt/kdevelop/manual/navegar-dentro-dos-ficheiros.html +share/doc/HTML/pt/kdevelop/manual/o-navegador-de-classes-e-janelas-de-ficheiro.html +share/doc/HTML/pt/kdevelop/manual/o-processo-de-desenvolvimento.html +share/doc/HTML/pt/kdevelop/manual/onde-obter-informao.html +share/doc/HTML/pt/kdevelop/manual/opes-de-vista-de-ficheiros.html +share/doc/HTML/pt/kdevelop/manual/overview.html +share/doc/HTML/pt/kdevelop/manual/parmetros-de-compilador-e-linker-para-projec.html +share/doc/HTML/pt/kdevelop/manual/problemas-de-sistema-e-bibliotecas.html +share/doc/HTML/pt/kdevelop/manual/procurar-e-substituir.html +share/doc/HTML/pt/kdevelop/manual/programs.html +share/doc/HTML/pt/kdevelop/manual/projectos-externos.html +share/doc/HTML/pt/kdevelop/manual/projectos-novos.html +share/doc/HTML/pt/kdevelop/manual/projects.html +share/doc/HTML/pt/kdevelop/manual/questes-de-utilizao.html +share/doc/HTML/pt/kdevelop/manual/questions-and-answers.html +share/doc/HTML/pt/kdevelop/manual/requerimentos.html +share/doc/HTML/pt/kdevelop/manual/setting-properties.html +share/doc/HTML/pt/kdevelop/manual/sobre-este-manual.html +share/doc/HTML/pt/kdevelop/manual/the-class-browser.html +share/doc/HTML/pt/kdevelop/manual/the-dialog-editor.html +share/doc/HTML/pt/kdevelop/manual/the-help-system.html +share/doc/HTML/pt/kdevelop/manual/the-installation-program.html +share/doc/HTML/pt/kdevelop/manual/the-widget-editor.html +share/doc/HTML/pt/kdevelop/manual/trabalhar-com-atalhos-de-teclado.html +share/doc/HTML/pt/kdevelop/manual/using-the-documentation-browser.html +share/doc/HTML/pt/kdevelop/manual/working-with-the-editor.html +share/doc/HTML/pt/kdevelop/programming/.anchors +share/doc/HTML/pt/kdevelop/programming/a-primeira-construo.html +share/doc/HTML/pt/kdevelop/programming/adding-a-language-to-your-project.html +share/doc/HTML/pt/kdevelop/programming/adding-a-new-menu.html +share/doc/HTML/pt/kdevelop/programming/adding-class-and-member-documentation.html +share/doc/HTML/pt/kdevelop/programming/adding-quick-help.html +share/doc/HTML/pt/kdevelop/programming/additional-information.html +share/doc/HTML/pt/kdevelop/programming/application-documentation.html +share/doc/HTML/pt/kdevelop/programming/as-bibliotecas-kde-e-qt-qt.html +share/doc/HTML/pt/kdevelop/programming/class-documentation-with-kdoc-kdoc.html +share/doc/HTML/pt/kdevelop/programming/common +share/doc/HTML/pt/kdevelop/programming/configuring-menubars-and-toolbars.html +share/doc/HTML/pt/kdevelop/programming/configuring-statusbars.html +share/doc/HTML/pt/kdevelop/programming/constructing-a-new-dialog.html +share/doc/HTML/pt/kdevelop/programming/conteudos-adicionais-de-projectos-kdevelop.html +share/doc/HTML/pt/kdevelop/programming/copyright.html +share/doc/HTML/pt/kdevelop/programming/creating-new-applications.html +share/doc/HTML/pt/kdevelop/programming/creating-your-own-views.html +share/doc/HTML/pt/kdevelop/programming/desenho-de-vista-de-aplicao.html +share/doc/HTML/pt/kdevelop/programming/directory-layout.html +share/doc/HTML/pt/kdevelop/programming/extending-the-documentation-with-sgml-sgml.html +share/doc/HTML/pt/kdevelop/programming/extending-the-statusbar-help.html +share/doc/HTML/pt/kdevelop/programming/file-system-usage-for-kdevelop-projects.html +share/doc/HTML/pt/kdevelop/programming/finding-errors.html +share/doc/HTML/pt/kdevelop/programming/help-functions.html +share/doc/HTML/pt/kdevelop/programming/how-kde-supports-internationalization.html +share/doc/HTML/pt/kdevelop/programming/how-to-call-help-in-dialogs.html +share/doc/HTML/pt/kdevelop/programming/index.docbook +share/doc/HTML/pt/kdevelop/programming/index.html +share/doc/HTML/pt/kdevelop/programming/informao-adicional.html +share/doc/HTML/pt/kdevelop/programming/integrating-the-dialog.html +share/doc/HTML/pt/kdevelop/programming/integrating-toolbar-buttons.html +share/doc/HTML/pt/kdevelop/programming/internationalization.html +share/doc/HTML/pt/kdevelop/programming/introduo.html +share/doc/HTML/pt/kdevelop/programming/kapplicationkapplication-methods.html +share/doc/HTML/pt/kdevelop/programming/kde-macros.html +share/doc/HTML/pt/kdevelop/programming/keyboard-accelerator-configuration.html +share/doc/HTML/pt/kdevelop/programming/kiconloader-methods.html +share/doc/HTML/pt/kdevelop/programming/o-esqueleto-de-cdigo.html +share/doc/HTML/pt/kdevelop/programming/o-que-o-kde-disponibiliza.html +share/doc/HTML/pt/kdevelop/programming/organizing-project-data.html +share/doc/HTML/pt/kdevelop/programming/printing-support.html +share/doc/HTML/pt/kdevelop/programming/programming-guidelines.html +share/doc/HTML/pt/kdevelop/programming/properties-of-kde-supported-widgets.html +share/doc/HTML/pt/kdevelop/programming/properties-of-qt-qt-supported-widgets.html +share/doc/HTML/pt/kdevelop/programming/qt-qt-and-kde-widgets.html +share/doc/HTML/pt/kdevelop/programming/references.html +share/doc/HTML/pt/kdevelop/programming/setting-file-installation-properties.html +share/doc/HTML/pt/kdevelop/programming/setting-widget-properties.html +share/doc/HTML/pt/kdevelop/programming/sobre-este-manual.html +share/doc/HTML/pt/kdevelop/programming/special-tags.html +share/doc/HTML/pt/kdevelop/programming/the-dialogeditor-where-your-dialogs-are-buil.html +share/doc/HTML/pt/kdevelop/programming/the-kde-file-system-standard.html +share/doc/HTML/pt/kdevelop/programming/the-kdelnk-file.html +share/doc/HTML/pt/kdevelop/programming/the-qpainter-class.html +share/doc/HTML/pt/kdevelop/programming/the-whats-this...-button.html +share/doc/HTML/pt/kdevelop/programming/translation-team-contacts.html +share/doc/HTML/pt/kdevelop/programming/what-does-this-mean-to-application-developer.html +share/doc/HTML/pt/kdevelop/programming/what-does-this-mean-to-library-developers.html +share/doc/HTML/pt/kdevelop/programming/what-the-documentation-already-contains.html +share/doc/HTML/pt/kdevelop/programming/writing-sgml-documentation.html +share/doc/HTML/pt/kdevelop/tip.database +share/doc/HTML/pt/kdf/.anchors +share/doc/HTML/pt/kdf/comments.html +share/doc/HTML/pt/kdf/common +share/doc/HTML/pt/kdf/features.html +share/doc/HTML/pt/kdf/generalsettings.html +share/doc/HTML/pt/kdf/icones.html +share/doc/HTML/pt/kdf/index.docbook +share/doc/HTML/pt/kdf/index.html +share/doc/HTML/pt/kdf/kdiskfree.html +share/doc/HTML/pt/kdf/kwikdisk.html +share/doc/HTML/pt/kdf/umountcommands.html +share/doc/HTML/pt/kedit/.anchors +share/doc/HTML/pt/kedit/common +share/doc/HTML/pt/kedit/compilationandinstallation.html +share/doc/HTML/pt/kedit/edit.html +share/doc/HTML/pt/kedit/editingfilesontheinternet.html +share/doc/HTML/pt/kedit/help.html +share/doc/HTML/pt/kedit/index.docbook +share/doc/HTML/pt/kedit/index.html +share/doc/HTML/pt/kedit/installation.html +share/doc/HTML/pt/kedit/introduction.html +share/doc/HTML/pt/kedit/keybindings.html +share/doc/HTML/pt/kedit/onscreenfundamentals.html +share/doc/HTML/pt/kedit/options.html +share/doc/HTML/pt/kedit/printing.html +share/doc/HTML/pt/kedit/questionsandanswers.html +share/doc/HTML/pt/kedit/requirements.html +share/doc/HTML/pt/kedit/themenuentries.html +share/doc/HTML/pt/kfind/.anchors +share/doc/HTML/pt/kfind/authors.html +share/doc/HTML/pt/kfind/common +share/doc/HTML/pt/kfind/compilation-and-installation.html +share/doc/HTML/pt/kfind/configuration.html +share/doc/HTML/pt/kfind/edit.html +share/doc/HTML/pt/kfind/epilog.html +share/doc/HTML/pt/kfind/help.html +share/doc/HTML/pt/kfind/index.docbook +share/doc/HTML/pt/kfind/index.html +share/doc/HTML/pt/kfind/installation.html +share/doc/HTML/pt/kfind/introduction.html +share/doc/HTML/pt/kfind/onscreenfundamentals.html +share/doc/HTML/pt/kfind/options.html +share/doc/HTML/pt/kfind/requirements.html +share/doc/HTML/pt/kfind/search-parameters-dialog.html +share/doc/HTML/pt/kfind/themenuentries.html +share/doc/HTML/pt/kfind/viewing-area.html +share/doc/HTML/pt/kfinger/.anchors +share/doc/HTML/pt/kfinger/common +share/doc/HTML/pt/kfinger/formatex.png +share/doc/HTML/pt/kfinger/formatw.png +share/doc/HTML/pt/kfinger/index.docbook +share/doc/HTML/pt/kfinger/index.html +share/doc/HTML/pt/kfinger/introduction.html +share/doc/HTML/pt/kfinger/kfingermainwindow.html +share/doc/HTML/pt/kfinger/kfingersetup.html +share/doc/HTML/pt/kfinger/mainw.png +share/doc/HTML/pt/kfinger/setupw.png +share/doc/HTML/pt/kfinger/statusbar.html +share/doc/HTML/pt/kfinger/toolbar.html +share/doc/HTML/pt/kfloppy/.anchors +share/doc/HTML/pt/kfloppy/common +share/doc/HTML/pt/kfloppy/compilationandinstallation.html +share/doc/HTML/pt/kfloppy/copyright.html +share/doc/HTML/pt/kfloppy/density.html +share/doc/HTML/pt/kfloppy/filesystems.html +share/doc/HTML/pt/kfloppy/formattingdiskswithkfloppy.html +share/doc/HTML/pt/kfloppy/formattingoptions.html +share/doc/HTML/pt/kfloppy/index.docbook +share/doc/HTML/pt/kfloppy/index.html +share/doc/HTML/pt/kfloppy/installation.html +share/doc/HTML/pt/kfloppy/introduction.html +share/doc/HTML/pt/kfloppy/requirements.html share/doc/HTML/pt/khelpcenter/quickguide/.anchors share/doc/HTML/pt/khelpcenter/quickguide/carregar-aplicaes.html +share/doc/HTML/pt/khelpcenter/quickguide/common share/doc/HTML/pt/khelpcenter/quickguide/configure.html share/doc/HTML/pt/khelpcenter/quickguide/crditos.html share/doc/HTML/pt/khelpcenter/quickguide/gerenciamento-dos-seus-arquivos.html +share/doc/HTML/pt/khelpcenter/quickguide/index.docbook share/doc/HTML/pt/khelpcenter/quickguide/index.html share/doc/HTML/pt/khelpcenter/quickguide/introducao.html share/doc/HTML/pt/khelpcenter/quickguide/kde-uma-viagem-excitante.html @@ -10576,35 +10215,25 @@ share/doc/HTML/pt/khelpcenter/quickguide/preparar-apontar-fogo.html share/doc/HTML/pt/khelpcenter/quickguide/sair-do-kde.html share/doc/HTML/pt/khelpcenter/quickguide/tpicos-avanados.html share/doc/HTML/pt/khelpcenter/quickguide/trabalhando-com-janelas.html -share/doc/HTML/pt/khelpcenter/quickguide/common share/doc/HTML/pt/khelpcenter/quickguide/trabalhar-com-arquivos-compactados-e-redes.html share/doc/HTML/pt/khelpcenter/quickguide/usar-modelos-para-acessar-aplicaes-e-disposi.html share/doc/HTML/pt/khelpcenter/quickguide/uso-da-barra-de-tarefas.html share/doc/HTML/pt/khelpcenter/quickguide/uso-das-reas-de-trabalho-virtuais.html share/doc/HTML/pt/khelpcenter/quickguide/visao-geral-do-kde.html -share/doc/HTML/pt/khelpcenter/quickguide/index.docbook share/doc/HTML/pt/kicker/.anchors +share/doc/HTML/pt/kicker/access_config.png +share/doc/HTML/pt/kicker/basic_icons.png share/doc/HTML/pt/kicker/button-preferences.html +share/doc/HTML/pt/kicker/common +share/doc/HTML/pt/kicker/config_window.png share/doc/HTML/pt/kicker/configuration-adding-icons.html share/doc/HTML/pt/kicker/configuration-config-window.html share/doc/HTML/pt/kicker/configuration.html share/doc/HTML/pt/kicker/credits.html share/doc/HTML/pt/kicker/drag-and-drop.html +share/doc/HTML/pt/kicker/drag_applet.png share/doc/HTML/pt/kicker/five-minute-course.html share/doc/HTML/pt/kicker/glossary.html -share/doc/HTML/pt/kicker/index.html -share/doc/HTML/pt/kicker/installation.html -share/doc/HTML/pt/kicker/introduction.html -share/doc/HTML/pt/kicker/kicker-for-admins-symbolic-links.html -share/doc/HTML/pt/kicker/kicker-for-admins.html -share/doc/HTML/pt/kicker/kicker-panel-elements.html -share/doc/HTML/pt/kicker/common -share/doc/HTML/pt/kicker/other-features.html -share/doc/HTML/pt/kicker/using-kicker.html -share/doc/HTML/pt/kicker/access_config.png -share/doc/HTML/pt/kicker/basic_icons.png -share/doc/HTML/pt/kicker/config_window.png -share/doc/HTML/pt/kicker/drag_applet.png share/doc/HTML/pt/kicker/handles.png share/doc/HTML/pt/kicker/hide_buttons.png share/doc/HTML/pt/kicker/i_adv_editor.png @@ -10617,175 +10246,258 @@ share/doc/HTML/pt/kicker/i_kandalfs_tips.png share/doc/HTML/pt/kicker/i_shell.png share/doc/HTML/pt/kicker/i_window_list.png share/doc/HTML/pt/kicker/index.docbook +share/doc/HTML/pt/kicker/index.html +share/doc/HTML/pt/kicker/installation.html +share/doc/HTML/pt/kicker/introduction.html +share/doc/HTML/pt/kicker/kicker-for-admins-symbolic-links.html +share/doc/HTML/pt/kicker/kicker-for-admins.html +share/doc/HTML/pt/kicker/kicker-panel-elements.html share/doc/HTML/pt/kicker/kicker_access_size.png -share/doc/HTML/pt/kicker/qb_root.png share/doc/HTML/pt/kicker/kicker_add_basic.png share/doc/HTML/pt/kicker/kicker_basic_icons.png share/doc/HTML/pt/kicker/kicker_basic_icons_2.png -share/doc/HTML/pt/konsole/.anchors -share/doc/HTML/pt/konsole/barra-de-ferramentas.html -share/doc/HTML/pt/konsole/barra-de-menu.html -share/doc/HTML/pt/konsole/botoes-do-rato.html -share/doc/HTML/pt/konsole/creditos.html -share/doc/HTML/pt/konsole/historial.html -share/doc/HTML/pt/konsole/index.html -share/doc/HTML/pt/konsole/instalacao.html -share/doc/HTML/pt/konsole/introducao.html -share/doc/HTML/pt/konsole/opcoes-da-linha-de-comando.html -share/doc/HTML/pt/konsole/utilizacao-da-konsole.html -share/doc/HTML/pt/konsole/common -share/doc/HTML/pt/konsole/index.docbook -share/doc/HTML/pt/kabalone/.anchors -share/doc/HTML/pt/kabalone/copyright.html -share/doc/HTML/pt/kabalone/eplogo.html -share/doc/HTML/pt/kabalone/index.html -share/doc/HTML/pt/kabalone/introducao.html -share/doc/HTML/pt/kabalone/opes.html -share/doc/HTML/pt/kabalone/regras-do-jogo.html -share/doc/HTML/pt/kabalone/common -share/doc/HTML/pt/kabalone/index.cvlog -share/doc/HTML/pt/kabalone/index.docbook -share/doc/HTML/pt/kasteroids/.anchors -share/doc/HTML/pt/kasteroids/controlos.html -share/doc/HTML/pt/kasteroids/epilogo.html -share/doc/HTML/pt/kasteroids/index.html -share/doc/HTML/pt/kasteroids/introducao.html -share/doc/HTML/pt/kasteroids/common -share/doc/HTML/pt/kasteroids/index.cvlog -share/doc/HTML/pt/kasteroids/index.docbook -share/doc/HTML/pt/katomic/.anchors -share/doc/HTML/pt/katomic/compilation.html -share/doc/HTML/pt/katomic/configuration.html -share/doc/HTML/pt/katomic/credits.html -share/doc/HTML/pt/katomic/help.html -share/doc/HTML/pt/katomic/index.html -share/doc/HTML/pt/katomic/installation.html -share/doc/HTML/pt/katomic/introducao.html -share/doc/HTML/pt/katomic/keybindings.html -share/doc/HTML/pt/katomic/optmenu.html -share/doc/HTML/pt/katomic/playingkatomic.html -share/doc/HTML/pt/katomic/requirements.html -share/doc/HTML/pt/katomic/common -share/doc/HTML/pt/katomic/index.docbook -share/doc/HTML/pt/kblackbox/.anchors -share/doc/HTML/pt/kblackbox/copyright.html -share/doc/HTML/pt/kblackbox/descricao-do-jogo.html -share/doc/HTML/pt/kblackbox/epilogo.html -share/doc/HTML/pt/kblackbox/game-rules.html -share/doc/HTML/pt/kblackbox/index.html -share/doc/HTML/pt/kblackbox/interface.html -share/doc/HTML/pt/kblackbox/o-que-e-o-kblackbox.html -share/doc/HTML/pt/kblackbox/user-interaction.html -share/doc/HTML/pt/kblackbox/common -share/doc/HTML/pt/kblackbox/index.docbook +share/doc/HTML/pt/kicker/other-features.html +share/doc/HTML/pt/kicker/qb_root.png +share/doc/HTML/pt/kicker/using-kicker.html +share/doc/HTML/pt/kjots/.anchors +share/doc/HTML/pt/kjots/common +share/doc/HTML/pt/kjots/index.docbook +share/doc/HTML/pt/kjots/index.html +share/doc/HTML/pt/kjots/introduction.html +share/doc/HTML/pt/kjots/keyboardshortcuts.html +share/doc/HTML/pt/kjots/subjectlist.html +share/doc/HTML/pt/kjots/todo.html +share/doc/HTML/pt/kjots/usage.html share/doc/HTML/pt/kjumpingcube/.anchors +share/doc/HTML/pt/kjumpingcube/common share/doc/HTML/pt/kjumpingcube/credits.html +share/doc/HTML/pt/kjumpingcube/index.docbook share/doc/HTML/pt/kjumpingcube/index.html share/doc/HTML/pt/kjumpingcube/introduction.html share/doc/HTML/pt/kjumpingcube/playingkjumpingcube.html share/doc/HTML/pt/kjumpingcube/questionsanswersandtips.html -share/doc/HTML/pt/kjumpingcube/common -share/doc/HTML/pt/kjumpingcube/index.docbook +share/doc/HTML/pt/kljettool/.anchors +share/doc/HTML/pt/kljettool/common +share/doc/HTML/pt/kljettool/compilationandinstallation.html +share/doc/HTML/pt/kljettool/copyright.html +share/doc/HTML/pt/kljettool/gettingkljettooltowork.html +share/doc/HTML/pt/kljettool/index.docbook +share/doc/HTML/pt/kljettool/index.html +share/doc/HTML/pt/kljettool/installation.html +share/doc/HTML/pt/kljettool/introduction.html +share/doc/HTML/pt/kljettool/requirements.html +share/doc/HTML/pt/kljettool/usage.html +share/doc/HTML/pt/klpq/.anchors +share/doc/HTML/pt/klpq/autor.html +share/doc/HTML/pt/klpq/common +share/doc/HTML/pt/klpq/index.docbook +share/doc/HTML/pt/klpq/index.html +share/doc/HTML/pt/klpq/instalacao.html +share/doc/HTML/pt/klpq/introducao.html +share/doc/HTML/pt/klpq/todo.html +share/doc/HTML/pt/klpq/utilizacao.html share/doc/HTML/pt/kmahjongg/.anchors -share/doc/HTML/pt/kmahjongg/eplogo.html -share/doc/HTML/pt/kmahjongg/index.html -share/doc/HTML/pt/kmahjongg/introduo.html share/doc/HTML/pt/kmahjongg/common +share/doc/HTML/pt/kmahjongg/eplogo.html share/doc/HTML/pt/kmahjongg/index.cvlog share/doc/HTML/pt/kmahjongg/index.docbook +share/doc/HTML/pt/kmahjongg/index.html +share/doc/HTML/pt/kmahjongg/introduo.html +share/doc/HTML/pt/kmedia/.anchors +share/doc/HTML/pt/kmedia/common +share/doc/HTML/pt/kmedia/compilationandinstallation.html +share/doc/HTML/pt/kmedia/credits.html +share/doc/HTML/pt/kmedia/help.html +share/doc/HTML/pt/kmedia/index.docbook +share/doc/HTML/pt/kmedia/index.html +share/doc/HTML/pt/kmedia/installation.html +share/doc/HTML/pt/kmedia/introduction.html +share/doc/HTML/pt/kmedia/keybindings.html +share/doc/HTML/pt/kmedia/multiplemediaplayers.html +share/doc/HTML/pt/kmedia/onscreenfundamentals.html +share/doc/HTML/pt/kmedia/options.html +share/doc/HTML/pt/kmedia/requirements.html +share/doc/HTML/pt/kmedia/themenuentries.html share/doc/HTML/pt/kmines/.anchors -share/doc/HTML/pt/kmines/eplogo.html -share/doc/HTML/pt/kmines/index.html -share/doc/HTML/pt/kmines/introduo.html share/doc/HTML/pt/kmines/common +share/doc/HTML/pt/kmines/eplogo.html share/doc/HTML/pt/kmines/index.cvlog share/doc/HTML/pt/kmines/index.docbook +share/doc/HTML/pt/kmines/index.html +share/doc/HTML/pt/kmines/introduo.html +share/doc/HTML/pt/knotes/.anchors +share/doc/HTML/pt/knotes/alarm.html +share/doc/HTML/pt/knotes/autoindent.html +share/doc/HTML/pt/knotes/calendar.html +share/doc/HTML/pt/knotes/clear.html +share/doc/HTML/pt/knotes/colors.html +share/doc/HTML/pt/knotes/common +share/doc/HTML/pt/knotes/compilationandinstallation.html +share/doc/HTML/pt/knotes/credits.html +share/doc/HTML/pt/knotes/deleteknote.html +share/doc/HTML/pt/knotes/dframe.html +share/doc/HTML/pt/knotes/doubleclickonurls.html +share/doc/HTML/pt/knotes/font.html +share/doc/HTML/pt/knotes/index.docbook +share/doc/HTML/pt/knotes/index.html +share/doc/HTML/pt/knotes/installation.html +share/doc/HTML/pt/knotes/introduction.html +share/doc/HTML/pt/knotes/keybindings.html +share/doc/HTML/pt/knotes/mailnote.html +share/doc/HTML/pt/knotes/newknote.html +share/doc/HTML/pt/knotes/onscreenfundamentals.html +share/doc/HTML/pt/knotes/printing.html +share/doc/HTML/pt/knotes/printnote.html +share/doc/HTML/pt/knotes/questionsandanswers.html +share/doc/HTML/pt/knotes/quit.html +share/doc/HTML/pt/knotes/renameknote.html +share/doc/HTML/pt/knotes/requirements.html +share/doc/HTML/pt/knotes/resizingknotes.html +share/doc/HTML/pt/knotes/setdefaults.html +share/doc/HTML/pt/knotes/themenuentries.html +share/doc/HTML/pt/kodo/.anchors +share/doc/HTML/pt/kodo/common +share/doc/HTML/pt/kodo/howitworks.html +share/doc/HTML/pt/kodo/index.docbook +share/doc/HTML/pt/kodo/index.html +share/doc/HTML/pt/kodo/introducao.html +share/doc/HTML/pt/kodo/onscreenoperation.html share/doc/HTML/pt/konquest/.anchors +share/doc/HTML/pt/konquest/common share/doc/HTML/pt/konquest/epilogue.html +share/doc/HTML/pt/konquest/index.docbook share/doc/HTML/pt/konquest/index.html share/doc/HTML/pt/konquest/notes.html share/doc/HTML/pt/konquest/playingthegame.html -share/doc/HTML/pt/konquest/common -share/doc/HTML/pt/konquest/index.docbook +share/doc/HTML/pt/konsole/.anchors +share/doc/HTML/pt/konsole/barra-de-ferramentas.html +share/doc/HTML/pt/konsole/barra-de-menu.html +share/doc/HTML/pt/konsole/botoes-do-rato.html +share/doc/HTML/pt/konsole/common +share/doc/HTML/pt/konsole/creditos.html +share/doc/HTML/pt/konsole/historial.html +share/doc/HTML/pt/konsole/index.docbook +share/doc/HTML/pt/konsole/index.html +share/doc/HTML/pt/konsole/instalacao.html +share/doc/HTML/pt/konsole/introducao.html +share/doc/HTML/pt/konsole/opcoes-da-linha-de-comando.html +share/doc/HTML/pt/konsole/utilizacao-da-konsole.html +share/doc/HTML/pt/kpackage/.anchors +share/doc/HTML/pt/kpackage/cache-menu.html +share/doc/HTML/pt/kpackage/common +share/doc/HTML/pt/kpackage/credits-and-licenses.html +share/doc/HTML/pt/kpackage/help-menu.html +share/doc/HTML/pt/kpackage/index.docbook +share/doc/HTML/pt/kpackage/index.html +share/doc/HTML/pt/kpackage/installation.html +share/doc/HTML/pt/kpackage/installing-packages.html +share/doc/HTML/pt/kpackage/integrating-available-packages-in-the-tree.html +share/doc/HTML/pt/kpackage/introduction.html +share/doc/HTML/pt/kpackage/menus.html +share/doc/HTML/pt/kpackage/onscreen-fundamentals.html +share/doc/HTML/pt/kpackage/package-information-panel.html +share/doc/HTML/pt/kpackage/packages-menu.html +share/doc/HTML/pt/kpackage/requirements.html +share/doc/HTML/pt/kpackage/settings-menu.html +share/doc/HTML/pt/kpackage/the-package-tree-panel.html +share/doc/HTML/pt/kpackage/toolbar.html +share/doc/HTML/pt/kpackage/uninstalling-packages.html share/doc/HTML/pt/kpat/.anchors share/doc/HTML/pt/kpat/av.html share/doc/HTML/pt/kpat/clculo.html +share/doc/HTML/pt/kpat/common share/doc/HTML/pt/kpat/copyright.html share/doc/HTML/pt/kpat/dez.html share/doc/HTML/pt/kpat/eplogo.html share/doc/HTML/pt/kpat/freecell.html +share/doc/HTML/pt/kpat/index.cvlog +share/doc/HTML/pt/kpat/index.docbook share/doc/HTML/pt/kpat/index.html share/doc/HTML/pt/kpat/microsolitaire.html share/doc/HTML/pt/kpat/mod3.html share/doc/HTML/pt/kpat/o-idiota.html share/doc/HTML/pt/kpat/regras-do-jogo.html share/doc/HTML/pt/kpat/tmulo-de-napoleo.html -share/doc/HTML/pt/kpat/common -share/doc/HTML/pt/kpat/index.cvlog -share/doc/HTML/pt/kpat/index.docbook +share/doc/HTML/pt/kpm/.anchors +share/doc/HTML/pt/kpm/appendix.html +share/doc/HTML/pt/kpm/common +share/doc/HTML/pt/kpm/credits.html +share/doc/HTML/pt/kpm/generalinformation.html +share/doc/HTML/pt/kpm/index.docbook +share/doc/HTML/pt/kpm/index.html +share/doc/HTML/pt/kpm/knownbugsandproblems.html +share/doc/HTML/pt/kpm/kpmmainwindow.html +share/doc/HTML/pt/kpm/legalstuff.html +share/doc/HTML/pt/kpm/processmenu.html +share/doc/HTML/pt/kpm/requirementsforkpm.html +share/doc/HTML/pt/kpm/signalmenu.html +share/doc/HTML/pt/kpm/themenu.html +share/doc/HTML/pt/kpm/viewmenu.html share/doc/HTML/pt/kpoker/.anchors +share/doc/HTML/pt/kpoker/common share/doc/HTML/pt/kpoker/copyright.html share/doc/HTML/pt/kpoker/eplogo.html +share/doc/HTML/pt/kpoker/index.cvlog +share/doc/HTML/pt/kpoker/index.docbook share/doc/HTML/pt/kpoker/index.html share/doc/HTML/pt/kpoker/introduo.html share/doc/HTML/pt/kpoker/jogando.html share/doc/HTML/pt/kpoker/mo.html share/doc/HTML/pt/kpoker/onde-posso-encontrar-a-ltima-verso-do-kpoker.html share/doc/HTML/pt/kpoker/pontuao.html -share/doc/HTML/pt/kpoker/common -share/doc/HTML/pt/kpoker/index.cvlog -share/doc/HTML/pt/kpoker/index.docbook share/doc/HTML/pt/kreversi/.anchors +share/doc/HTML/pt/kreversi/common share/doc/HTML/pt/kreversi/copyright.html share/doc/HTML/pt/kreversi/dicas-e-estratgias.html share/doc/HTML/pt/kreversi/eplogo.html +share/doc/HTML/pt/kreversi/index.cvlog +share/doc/HTML/pt/kreversi/index.docbook share/doc/HTML/pt/kreversi/index.html share/doc/HTML/pt/kreversi/introduo.html share/doc/HTML/pt/kreversi/regras.html share/doc/HTML/pt/kreversi/um-minuto-para-aprender.html -share/doc/HTML/pt/kreversi/common -share/doc/HTML/pt/kreversi/index.cvlog -share/doc/HTML/pt/kreversi/index.docbook share/doc/HTML/pt/ksame/.anchors +share/doc/HTML/pt/ksame/common share/doc/HTML/pt/ksame/copyright.html share/doc/HTML/pt/ksame/dica-estratgica.html share/doc/HTML/pt/ksame/eplogo.html +share/doc/HTML/pt/ksame/index.cvlog +share/doc/HTML/pt/ksame/index.docbook share/doc/HTML/pt/ksame/index.html share/doc/HTML/pt/ksame/introduo.html share/doc/HTML/pt/ksame/regras-do-jogo.html -share/doc/HTML/pt/ksame/common -share/doc/HTML/pt/ksame/index.cvlog -share/doc/HTML/pt/ksame/index.docbook share/doc/HTML/pt/kshisen/.anchors -share/doc/HTML/pt/kshisen/eplogo.html -share/doc/HTML/pt/kshisen/index.html -share/doc/HTML/pt/kshisen/introduo.html share/doc/HTML/pt/kshisen/common +share/doc/HTML/pt/kshisen/eplogo.html share/doc/HTML/pt/kshisen/index.cvlog share/doc/HTML/pt/kshisen/index.docbook +share/doc/HTML/pt/kshisen/index.html +share/doc/HTML/pt/kshisen/introduo.html share/doc/HTML/pt/ksirtet/.anchors -share/doc/HTML/pt/ksirtet/eplogo.html -share/doc/HTML/pt/ksirtet/index.html -share/doc/HTML/pt/ksirtet/introduo.html share/doc/HTML/pt/ksirtet/common +share/doc/HTML/pt/ksirtet/eplogo.html share/doc/HTML/pt/ksirtet/index.cvlog share/doc/HTML/pt/ksirtet/index.docbook +share/doc/HTML/pt/ksirtet/index.html +share/doc/HTML/pt/ksirtet/introduo.html share/doc/HTML/pt/ksnake/.anchors share/doc/HTML/pt/ksnake/autores.html +share/doc/HTML/pt/ksnake/common +share/doc/HTML/pt/ksnake/index.cvlog +share/doc/HTML/pt/ksnake/index.docbook share/doc/HTML/pt/ksnake/index.html share/doc/HTML/pt/ksnake/introduo.html share/doc/HTML/pt/ksnake/personalizao.html share/doc/HTML/pt/ksnake/pontuao.html share/doc/HTML/pt/ksnake/regras-do-jogo.html -share/doc/HTML/pt/ksnake/common -share/doc/HTML/pt/ksnake/index.cvlog -share/doc/HTML/pt/ksnake/index.docbook share/doc/HTML/pt/kspaceduel/.anchors share/doc/HTML/pt/kspaceduel/ai.html share/doc/HTML/pt/kspaceduel/bulletsandmines.html +share/doc/HTML/pt/kspaceduel/common share/doc/HTML/pt/kspaceduel/credits.html share/doc/HTML/pt/kspaceduel/energy.html share/doc/HTML/pt/kspaceduel/hitpoints.html +share/doc/HTML/pt/kspaceduel/index.docbook share/doc/HTML/pt/kspaceduel/index.html share/doc/HTML/pt/kspaceduel/introduction.html share/doc/HTML/pt/kspaceduel/options.html @@ -10794,241 +10506,48 @@ share/doc/HTML/pt/kspaceduel/optionsgraphics.html share/doc/HTML/pt/kspaceduel/optionshandicap.html share/doc/HTML/pt/kspaceduel/powerups.html share/doc/HTML/pt/kspaceduel/rulesofthegame.html -share/doc/HTML/pt/kspaceduel/common -share/doc/HTML/pt/kspaceduel/index.docbook -share/doc/HTML/pt/ktron/.anchors -share/doc/HTML/pt/ktron/computerplayer.html -share/doc/HTML/pt/ktron/config-behaviour.html -share/doc/HTML/pt/ktron/configuration.html -share/doc/HTML/pt/ktron/credits.html -share/doc/HTML/pt/ktron/index.html -share/doc/HTML/pt/ktron/introduction.html -share/doc/HTML/pt/ktron/keybindings.html -share/doc/HTML/pt/ktron/pausegame.html -share/doc/HTML/pt/ktron/playingktron.html -share/doc/HTML/pt/ktron/usingkeyboard.html -share/doc/HTML/pt/ktron/common -share/doc/HTML/pt/ktron/index.docbook share/doc/HTML/pt/kspell/.anchors share/doc/HTML/pt/kspell/cliente-da-correcao-ortografica.html share/doc/HTML/pt/kspell/codificacoes.html +share/doc/HTML/pt/kspell/common share/doc/HTML/pt/kspell/contactos.html share/doc/HTML/pt/kspell/dialogo-de-configuracao.html share/doc/HTML/pt/kspell/dialogo-de-palavra-incorrecta.html +share/doc/HTML/pt/kspell/index.docbook share/doc/HTML/pt/kspell/index.html share/doc/HTML/pt/kspell/outras-funcoes.html share/doc/HTML/pt/kspell/outros.html -share/doc/HTML/pt/kspell/common -share/doc/HTML/pt/kspell/index.docbook -share/doc/HTML/pt/kodo/.anchors -share/doc/HTML/pt/kodo/howitworks.html -share/doc/HTML/pt/kodo/index.html -share/doc/HTML/pt/kodo/introducao.html -share/doc/HTML/pt/kodo/onscreenoperation.html -share/doc/HTML/pt/kodo/common -share/doc/HTML/pt/kodo/index.docbook -share/doc/HTML/pt/ark/.anchors -share/doc/HTML/pt/ark/abrir-e-ver-arquivos.html -share/doc/HTML/pt/ark/ajuda.html -share/doc/HTML/pt/ark/as-entradas-do-menu.html -share/doc/HTML/pt/ark/criar-e-adicionar-ficheiros-a-arquivos.html -share/doc/HTML/pt/ark/editar.html -share/doc/HTML/pt/ark/eplogo.html -share/doc/HTML/pt/ark/extrair-arquivos.html -share/doc/HTML/pt/ark/index.html -share/doc/HTML/pt/ark/introduo.html -share/doc/HTML/pt/ark/operaes-fundamentais.html -share/doc/HTML/pt/ark/opes.html -share/doc/HTML/pt/ark/trabalhar-com-ficheiros.html -share/doc/HTML/pt/ark/common -share/doc/HTML/pt/ark/index.docbook -share/doc/HTML/pt/kab/.anchors -share/doc/HTML/pt/kab/index.html -share/doc/HTML/pt/kab/temp.html -share/doc/HTML/pt/kab/common -share/doc/HTML/pt/kab/index.docbook -share/doc/HTML/pt/karm/.anchors -share/doc/HTML/pt/karm/author.html -share/doc/HTML/pt/karm/bugs.html -share/doc/HTML/pt/karm/index.html -share/doc/HTML/pt/karm/introduction.html -share/doc/HTML/pt/karm/usingtimetracker.html -share/doc/HTML/pt/karm/common -share/doc/HTML/pt/karm/index.docbook -share/doc/HTML/pt/karm/karm.png -share/doc/HTML/pt/kcalc/.anchors -share/doc/HTML/pt/kcalc/commentsonspecificfunctions.html -share/doc/HTML/pt/kcalc/compilationandinstallation.html -share/doc/HTML/pt/kcalc/copyright.html -share/doc/HTML/pt/kcalc/cutandpaste.html -share/doc/HTML/pt/kcalc/fixedprecision.html -share/doc/HTML/pt/kcalc/howdoigetetheeulernumber.html -share/doc/HTML/pt/kcalc/howdoigettwofixeddigitsaftertheperiod.html -share/doc/HTML/pt/kcalc/index.html -share/doc/HTML/pt/kcalc/installation.html -share/doc/HTML/pt/kcalc/introduction.html -share/doc/HTML/pt/kcalc/invmod.html -share/doc/HTML/pt/kcalc/keyaccels.html -share/doc/HTML/pt/kcalc/lshrsh.html -share/doc/HTML/pt/kcalc/modes.html -share/doc/HTML/pt/kcalc/percent.html -share/doc/HTML/pt/kcalc/requirements.html -share/doc/HTML/pt/kcalc/percentfunction.html -share/doc/HTML/pt/kcalc/questionsandanswers.html -share/doc/HTML/pt/kcalc/tipsandtricks.html -share/doc/HTML/pt/kcalc/trigonometricmode.html -share/doc/HTML/pt/kcalc/usage.html -share/doc/HTML/pt/kcalc/whataboutprecision.html -share/doc/HTML/pt/kcalc/common -share/doc/HTML/pt/kcalc/index.docbook -share/doc/HTML/pt/kdf/.anchors -share/doc/HTML/pt/kdf/comments.html -share/doc/HTML/pt/kdf/features.html -share/doc/HTML/pt/kdf/generalsettings.html -share/doc/HTML/pt/kdf/icones.html -share/doc/HTML/pt/kdf/index.html -share/doc/HTML/pt/kdf/kdiskfree.html -share/doc/HTML/pt/kdf/kwikdisk.html -share/doc/HTML/pt/kdf/umountcommands.html -share/doc/HTML/pt/kdf/common -share/doc/HTML/pt/kdf/index.docbook -share/doc/HTML/pt/kedit/.anchors -share/doc/HTML/pt/kedit/compilationandinstallation.html -share/doc/HTML/pt/kedit/edit.html -share/doc/HTML/pt/kedit/editingfilesontheinternet.html -share/doc/HTML/pt/kedit/help.html -share/doc/HTML/pt/kedit/index.html -share/doc/HTML/pt/kedit/installation.html -share/doc/HTML/pt/kedit/introduction.html -share/doc/HTML/pt/kedit/keybindings.html -share/doc/HTML/pt/kedit/onscreenfundamentals.html -share/doc/HTML/pt/kedit/options.html -share/doc/HTML/pt/kedit/printing.html -share/doc/HTML/pt/kedit/questionsandanswers.html -share/doc/HTML/pt/kedit/requirements.html -share/doc/HTML/pt/kedit/themenuentries.html -share/doc/HTML/pt/kedit/common -share/doc/HTML/pt/kedit/index.docbook -share/doc/HTML/pt/kfind/.anchors -share/doc/HTML/pt/kfind/authors.html -share/doc/HTML/pt/kfind/compilation-and-installation.html -share/doc/HTML/pt/kfind/configuration.html -share/doc/HTML/pt/kfind/edit.html -share/doc/HTML/pt/kfind/epilog.html -share/doc/HTML/pt/kfind/help.html -share/doc/HTML/pt/kfind/index.html -share/doc/HTML/pt/kfind/installation.html -share/doc/HTML/pt/kfind/introduction.html -share/doc/HTML/pt/kfind/onscreenfundamentals.html -share/doc/HTML/pt/kfind/options.html -share/doc/HTML/pt/kfind/requirements.html -share/doc/HTML/pt/kfind/search-parameters-dialog.html -share/doc/HTML/pt/kfind/themenuentries.html -share/doc/HTML/pt/kfind/viewing-area.html -share/doc/HTML/pt/kfind/common -share/doc/HTML/pt/kfind/index.docbook -share/doc/HTML/pt/kfloppy/.anchors -share/doc/HTML/pt/kfloppy/compilationandinstallation.html -share/doc/HTML/pt/kfloppy/copyright.html -share/doc/HTML/pt/kfloppy/density.html -share/doc/HTML/pt/kfloppy/filesystems.html -share/doc/HTML/pt/kfloppy/formattingdiskswithkfloppy.html -share/doc/HTML/pt/kfloppy/formattingoptions.html -share/doc/HTML/pt/kfloppy/index.html -share/doc/HTML/pt/kfloppy/installation.html -share/doc/HTML/pt/kfloppy/introduction.html -share/doc/HTML/pt/kfloppy/requirements.html -share/doc/HTML/pt/kfloppy/common -share/doc/HTML/pt/kfloppy/index.docbook -share/doc/HTML/pt/kjots/.anchors -share/doc/HTML/pt/kjots/index.html -share/doc/HTML/pt/kjots/introduction.html -share/doc/HTML/pt/kjots/keyboardshortcuts.html -share/doc/HTML/pt/kjots/subjectlist.html -share/doc/HTML/pt/kjots/todo.html -share/doc/HTML/pt/kjots/usage.html -share/doc/HTML/pt/kjots/common -share/doc/HTML/pt/kjots/index.docbook -share/doc/HTML/pt/kljettool/.anchors -share/doc/HTML/pt/kljettool/compilationandinstallation.html -share/doc/HTML/pt/kljettool/copyright.html -share/doc/HTML/pt/kljettool/gettingkljettooltowork.html -share/doc/HTML/pt/kljettool/index.html -share/doc/HTML/pt/kljettool/installation.html -share/doc/HTML/pt/kljettool/introduction.html -share/doc/HTML/pt/kljettool/requirements.html -share/doc/HTML/pt/kljettool/usage.html -share/doc/HTML/pt/kljettool/common -share/doc/HTML/pt/kljettool/index.docbook -share/doc/HTML/pt/klpq/.anchors -share/doc/HTML/pt/klpq/autor.html -share/doc/HTML/pt/klpq/index.html -share/doc/HTML/pt/klpq/instalacao.html -share/doc/HTML/pt/klpq/introducao.html -share/doc/HTML/pt/klpq/todo.html -share/doc/HTML/pt/klpq/utilizacao.html -share/doc/HTML/pt/klpq/common -share/doc/HTML/pt/klpq/index.docbook -share/doc/HTML/pt/knotes/.anchors -share/doc/HTML/pt/knotes/alarm.html -share/doc/HTML/pt/knotes/autoindent.html -share/doc/HTML/pt/knotes/calendar.html -share/doc/HTML/pt/knotes/clear.html -share/doc/HTML/pt/knotes/colors.html -share/doc/HTML/pt/knotes/compilationandinstallation.html -share/doc/HTML/pt/knotes/credits.html -share/doc/HTML/pt/knotes/deleteknote.html -share/doc/HTML/pt/knotes/dframe.html -share/doc/HTML/pt/knotes/doubleclickonurls.html -share/doc/HTML/pt/knotes/font.html -share/doc/HTML/pt/knotes/index.html -share/doc/HTML/pt/knotes/installation.html -share/doc/HTML/pt/knotes/introduction.html -share/doc/HTML/pt/knotes/keybindings.html -share/doc/HTML/pt/knotes/mailnote.html -share/doc/HTML/pt/knotes/newknote.html -share/doc/HTML/pt/knotes/onscreenfundamentals.html -share/doc/HTML/pt/knotes/printing.html -share/doc/HTML/pt/knotes/printnote.html -share/doc/HTML/pt/knotes/questionsandanswers.html -share/doc/HTML/pt/knotes/quit.html -share/doc/HTML/pt/knotes/renameknote.html -share/doc/HTML/pt/knotes/requirements.html -share/doc/HTML/pt/knotes/resizingknotes.html -share/doc/HTML/pt/knotes/setdefaults.html -share/doc/HTML/pt/knotes/themenuentries.html -share/doc/HTML/pt/knotes/common -share/doc/HTML/pt/knotes/index.docbook -share/doc/HTML/pt/kpm/.anchors -share/doc/HTML/pt/kpm/appendix.html -share/doc/HTML/pt/kpm/credits.html -share/doc/HTML/pt/kpm/generalinformation.html -share/doc/HTML/pt/kpm/index.html -share/doc/HTML/pt/kpm/knownbugsandproblems.html -share/doc/HTML/pt/kpm/kpmmainwindow.html -share/doc/HTML/pt/kpm/legalstuff.html -share/doc/HTML/pt/kpm/processmenu.html -share/doc/HTML/pt/kpm/requirementsforkpm.html -share/doc/HTML/pt/kpm/signalmenu.html -share/doc/HTML/pt/kpm/themenu.html -share/doc/HTML/pt/kpm/viewmenu.html -share/doc/HTML/pt/kpm/common -share/doc/HTML/pt/kpm/index.docbook +share/doc/HTML/pt/ksysv/.anchors +share/doc/HTML/pt/ksysv/appendix.html +share/doc/HTML/pt/ksysv/authors.html +share/doc/HTML/pt/ksysv/common +share/doc/HTML/pt/ksysv/configuration.html +share/doc/HTML/pt/ksysv/credits.html +share/doc/HTML/pt/ksysv/index.docbook +share/doc/HTML/pt/ksysv/index.html +share/doc/HTML/pt/ksysv/introduction.html +share/doc/HTML/pt/ksysv/keyboard.html +share/doc/HTML/pt/ksysv/license.html +share/doc/HTML/pt/ksysv/onscreenfundamentals.html +share/doc/HTML/pt/ksysv/standard-semantics-of-runlevels.html +share/doc/HTML/pt/ksysv/the-menu-entries.html share/doc/HTML/pt/ktimemon/.anchors share/doc/HTML/pt/ktimemon/autoscaling.html +share/doc/HTML/pt/ktimemon/common share/doc/HTML/pt/ktimemon/config.html share/doc/HTML/pt/ktimemon/fund.html +share/doc/HTML/pt/ktimemon/index.docbook share/doc/HTML/pt/ktimemon/index.html share/doc/HTML/pt/ktimemon/installation.html share/doc/HTML/pt/ktimemon/introduction.html share/doc/HTML/pt/ktimemon/menu.html share/doc/HTML/pt/ktimemon/revisionhistory.html share/doc/HTML/pt/ktimemon/thanksandacknowledgements.html -share/doc/HTML/pt/ktimemon/common -share/doc/HTML/pt/ktimemon/index.docbook share/doc/HTML/pt/ktop/.anchors share/doc/HTML/pt/ktop/authors.html +share/doc/HTML/pt/ktop/common share/doc/HTML/pt/ktop/compilationandinstallation.html +share/doc/HTML/pt/ktop/index.docbook share/doc/HTML/pt/ktop/index.html share/doc/HTML/pt/ktop/installation.html share/doc/HTML/pt/ktop/installingthetaskmanagericonperformancemeter.html @@ -11040,14 +10559,38 @@ share/doc/HTML/pt/ktop/requirements.html share/doc/HTML/pt/ktop/theperformancemeterpage.html share/doc/HTML/pt/ktop/theprocesstreepage.html share/doc/HTML/pt/ktop/usingthekdetaskmanager.html -share/doc/HTML/pt/ktop/common -share/doc/HTML/pt/ktop/index.docbook +share/doc/HTML/pt/ktron/.anchors +share/doc/HTML/pt/ktron/common +share/doc/HTML/pt/ktron/computerplayer.html +share/doc/HTML/pt/ktron/config-behaviour.html +share/doc/HTML/pt/ktron/configuration.html +share/doc/HTML/pt/ktron/credits.html +share/doc/HTML/pt/ktron/index.docbook +share/doc/HTML/pt/ktron/index.html +share/doc/HTML/pt/ktron/introduction.html +share/doc/HTML/pt/ktron/keybindings.html +share/doc/HTML/pt/ktron/pausegame.html +share/doc/HTML/pt/ktron/playingktron.html +share/doc/HTML/pt/ktron/usingkeyboard.html +share/doc/HTML/pt/kuser/.anchors +share/doc/HTML/pt/kuser/add-user.html +share/doc/HTML/pt/kuser/common +share/doc/HTML/pt/kuser/credits.html +share/doc/HTML/pt/kuser/customizing.html +share/doc/HTML/pt/kuser/group-properties.html +share/doc/HTML/pt/kuser/index.docbook +share/doc/HTML/pt/kuser/index.html +share/doc/HTML/pt/kuser/start.html +share/doc/HTML/pt/kuser/user-properties.html +share/doc/HTML/pt/kuser/using.html share/doc/HTML/pt/kwrite/.anchors share/doc/HTML/pt/kwrite/bookmarks.html +share/doc/HTML/pt/kwrite/common share/doc/HTML/pt/kwrite/compilationandinstallation.html share/doc/HTML/pt/kwrite/edit.html share/doc/HTML/pt/kwrite/editingfilesontheinternet.html share/doc/HTML/pt/kwrite/help.html +share/doc/HTML/pt/kwrite/index.docbook share/doc/HTML/pt/kwrite/index.html share/doc/HTML/pt/kwrite/installation.html share/doc/HTML/pt/kwrite/introduction.html @@ -11058,183 +10601,41 @@ share/doc/HTML/pt/kwrite/printing.html share/doc/HTML/pt/kwrite/questionsandanswers.html share/doc/HTML/pt/kwrite/requirements.html share/doc/HTML/pt/kwrite/themenuentries.html -share/doc/HTML/pt/kwrite/common -share/doc/HTML/pt/kwrite/index.docbook -share/doc/HTML/pt/kdevelop/manual/.anchors -share/doc/HTML/pt/kdevelop/manual/a-ajuda-de-barra-de-estados.html -share/doc/HTML/pt/kdevelop/manual/abrir-e-fechar-projectos.html -share/doc/HTML/pt/kdevelop/manual/adding-widgets.html -share/doc/HTML/pt/kdevelop/manual/agradecimentos.html -share/doc/HTML/pt/kdevelop/manual/as-ferramentas-de-classes.html -share/doc/HTML/pt/kdevelop/manual/atalhos-de-teclado.html -share/doc/HTML/pt/kdevelop/manual/autores.html -share/doc/HTML/pt/kdevelop/manual/breve-descrio-das-ferramentas-do-kdevelop.html -share/doc/HTML/pt/kdevelop/manual/build-settings.html -share/doc/HTML/pt/kdevelop/manual/changing-keyboard-shortcuts.html -share/doc/HTML/pt/kdevelop/manual/comandos-da-barra-de-menu.html -share/doc/HTML/pt/kdevelop/manual/compilao-e-instalao.html -share/doc/HTML/pt/kdevelop/manual/configure.html -share/doc/HTML/pt/kdevelop/manual/compiler-options.html -share/doc/HTML/pt/kdevelop/manual/compiler-warnings.html -share/doc/HTML/pt/kdevelop/manual/configurar-o-navegador-de-html.html -share/doc/HTML/pt/kdevelop/manual/copyright.html -share/doc/HTML/pt/kdevelop/manual/criar-um-novo-dilogo.html -share/doc/HTML/pt/kdevelop/manual/debugging.html -share/doc/HTML/pt/kdevelop/manual/development-with-kdevelop.html -share/doc/HTML/pt/kdevelop/manual/documentation.html -share/doc/HTML/pt/kdevelop/manual/editar-definies-de-janelas.html -share/doc/HTML/pt/kdevelop/manual/editar-um-projecto.html -share/doc/HTML/pt/kdevelop/manual/general-configuration.html -share/doc/HTML/pt/kdevelop/manual/gerar-ficheiros.html -share/doc/HTML/pt/kdevelop/manual/gerir-classes.html -share/doc/HTML/pt/kdevelop/manual/imprimir.html -share/doc/HTML/pt/kdevelop/manual/index.html -share/doc/HTML/pt/kdevelop/manual/informao-adicional.html -share/doc/HTML/pt/kdevelop/manual/iniciar-o-kdevelop.html -share/doc/HTML/pt/kdevelop/manual/installation.html -share/doc/HTML/pt/kdevelop/manual/introduo.html -share/doc/HTML/pt/kdevelop/manual/itens-da-barra-de-ferramentas.html -share/doc/HTML/pt/kdevelop/manual/janela-de-output.html -share/doc/HTML/pt/kdevelop/manual/kdevelop-setup.html -share/doc/HTML/pt/kdevelop/manual/linker-options.html -share/doc/HTML/pt/kdevelop/manual/make.html -share/doc/HTML/pt/kdevelop/manual/navegar-dentro-dos-ficheiros.html -share/doc/HTML/pt/kdevelop/manual/o-navegador-de-classes-e-janelas-de-ficheiro.html -share/doc/HTML/pt/kdevelop/manual/o-processo-de-desenvolvimento.html -share/doc/HTML/pt/kdevelop/manual/onde-obter-informao.html -share/doc/HTML/pt/kdevelop/manual/opes-de-vista-de-ficheiros.html -share/doc/HTML/pt/kdevelop/manual/overview.html -share/doc/HTML/pt/kdevelop/manual/programs.html -share/doc/HTML/pt/kdevelop/manual/parmetros-de-compilador-e-linker-para-projec.html -share/doc/HTML/pt/kdevelop/manual/problemas-de-sistema-e-bibliotecas.html -share/doc/HTML/pt/kdevelop/manual/procurar-e-substituir.html -share/doc/HTML/pt/kdevelop/manual/projectos-externos.html -share/doc/HTML/pt/kdevelop/manual/projectos-novos.html -share/doc/HTML/pt/kdevelop/manual/projects.html -share/doc/HTML/pt/kdevelop/manual/questes-de-utilizao.html -share/doc/HTML/pt/kdevelop/manual/questions-and-answers.html -share/doc/HTML/pt/kdevelop/manual/requerimentos.html -share/doc/HTML/pt/kdevelop/manual/setting-properties.html -share/doc/HTML/pt/kdevelop/manual/sobre-este-manual.html -share/doc/HTML/pt/kdevelop/manual/the-class-browser.html -share/doc/HTML/pt/kdevelop/manual/the-dialog-editor.html -share/doc/HTML/pt/kdevelop/manual/the-help-system.html -share/doc/HTML/pt/kdevelop/manual/common -share/doc/HTML/pt/kdevelop/manual/the-installation-program.html -share/doc/HTML/pt/kdevelop/manual/the-widget-editor.html -share/doc/HTML/pt/kdevelop/manual/trabalhar-com-atalhos-de-teclado.html -share/doc/HTML/pt/kdevelop/manual/using-the-documentation-browser.html -share/doc/HTML/pt/kdevelop/manual/working-with-the-editor.html -share/doc/HTML/pt/kdevelop/manual/index.docbook -share/doc/HTML/pt/kdevelop/programming/.anchors -share/doc/HTML/pt/kdevelop/programming/a-primeira-construo.html -share/doc/HTML/pt/kdevelop/programming/adding-a-language-to-your-project.html -share/doc/HTML/pt/kdevelop/programming/adding-a-new-menu.html -share/doc/HTML/pt/kdevelop/programming/adding-class-and-member-documentation.html -share/doc/HTML/pt/kdevelop/programming/adding-quick-help.html -share/doc/HTML/pt/kdevelop/programming/additional-information.html -share/doc/HTML/pt/kdevelop/programming/application-documentation.html -share/doc/HTML/pt/kdevelop/programming/as-bibliotecas-kde-e-qt-qt.html -share/doc/HTML/pt/kdevelop/programming/class-documentation-with-kdoc-kdoc.html -share/doc/HTML/pt/kdevelop/programming/configuring-menubars-and-toolbars.html -share/doc/HTML/pt/kdevelop/programming/configuring-statusbars.html -share/doc/HTML/pt/kdevelop/programming/index.html -share/doc/HTML/pt/kdevelop/programming/constructing-a-new-dialog.html -share/doc/HTML/pt/kdevelop/programming/conteudos-adicionais-de-projectos-kdevelop.html -share/doc/HTML/pt/kdevelop/programming/copyright.html -share/doc/HTML/pt/kdevelop/programming/creating-new-applications.html -share/doc/HTML/pt/kdevelop/programming/creating-your-own-views.html -share/doc/HTML/pt/kdevelop/programming/desenho-de-vista-de-aplicao.html -share/doc/HTML/pt/kdevelop/programming/directory-layout.html -share/doc/HTML/pt/kdevelop/programming/extending-the-documentation-with-sgml-sgml.html -share/doc/HTML/pt/kdevelop/programming/extending-the-statusbar-help.html -share/doc/HTML/pt/kdevelop/programming/file-system-usage-for-kdevelop-projects.html -share/doc/HTML/pt/kdevelop/programming/finding-errors.html -share/doc/HTML/pt/kdevelop/programming/help-functions.html -share/doc/HTML/pt/kdevelop/programming/introduo.html -share/doc/HTML/pt/kdevelop/programming/how-kde-supports-internationalization.html -share/doc/HTML/pt/kdevelop/programming/how-to-call-help-in-dialogs.html -share/doc/HTML/pt/kdevelop/programming/informao-adicional.html -share/doc/HTML/pt/kdevelop/programming/integrating-the-dialog.html -share/doc/HTML/pt/kdevelop/programming/integrating-toolbar-buttons.html -share/doc/HTML/pt/kdevelop/programming/internationalization.html -share/doc/HTML/pt/kdevelop/programming/kapplicationkapplication-methods.html -share/doc/HTML/pt/kdevelop/programming/kde-macros.html -share/doc/HTML/pt/kdevelop/programming/keyboard-accelerator-configuration.html -share/doc/HTML/pt/kdevelop/programming/kiconloader-methods.html -share/doc/HTML/pt/kdevelop/programming/o-esqueleto-de-cdigo.html -share/doc/HTML/pt/kdevelop/programming/o-que-o-kde-disponibiliza.html -share/doc/HTML/pt/kdevelop/programming/printing-support.html -share/doc/HTML/pt/kdevelop/programming/organizing-project-data.html -share/doc/HTML/pt/kdevelop/programming/programming-guidelines.html -share/doc/HTML/pt/kdevelop/programming/properties-of-kde-supported-widgets.html -share/doc/HTML/pt/kdevelop/programming/properties-of-qt-qt-supported-widgets.html -share/doc/HTML/pt/kdevelop/programming/qt-qt-and-kde-widgets.html -share/doc/HTML/pt/kdevelop/programming/references.html -share/doc/HTML/pt/kdevelop/programming/setting-file-installation-properties.html -share/doc/HTML/pt/kdevelop/programming/setting-widget-properties.html -share/doc/HTML/pt/kdevelop/programming/sobre-este-manual.html -share/doc/HTML/pt/kdevelop/programming/special-tags.html -share/doc/HTML/pt/kdevelop/programming/the-dialogeditor-where-your-dialogs-are-buil.html -share/doc/HTML/pt/kdevelop/programming/the-kde-file-system-standard.html -share/doc/HTML/pt/kdevelop/programming/common -share/doc/HTML/pt/kdevelop/programming/the-kdelnk-file.html -share/doc/HTML/pt/kdevelop/programming/the-qpainter-class.html -share/doc/HTML/pt/kdevelop/programming/the-whats-this...-button.html -share/doc/HTML/pt/kdevelop/programming/translation-team-contacts.html -share/doc/HTML/pt/kdevelop/programming/what-does-this-mean-to-application-developer.html -share/doc/HTML/pt/kdevelop/programming/what-does-this-mean-to-library-developers.html -share/doc/HTML/pt/kdevelop/programming/what-the-documentation-already-contains.html -share/doc/HTML/pt/kdevelop/programming/writing-sgml-documentation.html -share/doc/HTML/pt/kdevelop/programming/index.docbook -share/doc/HTML/pt/kdevelop/tip.database -share/doc/HTML/pt/kfinger/.anchors -share/doc/HTML/pt/kfinger/index.html -share/doc/HTML/pt/kfinger/introduction.html -share/doc/HTML/pt/kfinger/kfingermainwindow.html -share/doc/HTML/pt/kfinger/kfingersetup.html -share/doc/HTML/pt/kfinger/statusbar.html -share/doc/HTML/pt/kfinger/toolbar.html -share/doc/HTML/pt/kfinger/common -share/doc/HTML/pt/kfinger/formatex.png -share/doc/HTML/pt/kfinger/formatw.png -share/doc/HTML/pt/kfinger/index.docbook -share/doc/HTML/pt/kfinger/mainw.png -share/doc/HTML/pt/kfinger/setupw.png -share/doc/HTML/pt/kmedia/.anchors -share/doc/HTML/pt/kmedia/compilationandinstallation.html -share/doc/HTML/pt/kmedia/credits.html -share/doc/HTML/pt/kmedia/help.html -share/doc/HTML/pt/kmedia/index.html -share/doc/HTML/pt/kmedia/installation.html -share/doc/HTML/pt/kmedia/introduction.html -share/doc/HTML/pt/kmedia/keybindings.html -share/doc/HTML/pt/kmedia/multiplemediaplayers.html -share/doc/HTML/pt/kmedia/onscreenfundamentals.html -share/doc/HTML/pt/kmedia/options.html -share/doc/HTML/pt/kmedia/requirements.html -share/doc/HTML/pt/kmedia/themenuentries.html -share/doc/HTML/pt/kmedia/common -share/doc/HTML/pt/kmedia/index.docbook -share/doc/HTML/pt_BR/common/fdl-translated.html -share/doc/HTML/pt_BR/common/gpl-translated.html -share/doc/HTML/pt_BR/common/kde-localised.css -share/doc/HTML/pt_BR/common/lgpl-translated.html -share/doc/HTML/pt_BR/common/logotp3.png +share/doc/HTML/pt_BR/ark/.anchors +share/doc/HTML/pt_BR/ark/abrir-e-ver-arquivos-empacotados.html +share/doc/HTML/pt_BR/ark/ajuda.html +share/doc/HTML/pt_BR/ark/as-opes-do-menu.html +share/doc/HTML/pt_BR/ark/common +share/doc/HTML/pt_BR/ark/criar-e-adicionar-arquivos-a-pacotes.html +share/doc/HTML/pt_BR/ark/editar.html +share/doc/HTML/pt_BR/ark/eplogo.html +share/doc/HTML/pt_BR/ark/extrair-arquivos-individuais-de-dentro-dos-p.html +share/doc/HTML/pt_BR/ark/index.cvlog +share/doc/HTML/pt_BR/ark/index.docbook +share/doc/HTML/pt_BR/ark/index.html +share/doc/HTML/pt_BR/ark/introduo.html +share/doc/HTML/pt_BR/ark/operaes-fundamentais.html +share/doc/HTML/pt_BR/ark/opes.html +share/doc/HTML/pt_BR/ark/trabalhar-com-arquivos-empacotados.html share/doc/HTML/pt_BR/common/artistic-license.html share/doc/HTML/pt_BR/common/bsd-license.html share/doc/HTML/pt_BR/common/caution.png share/doc/HTML/pt_BR/common/fdl-license share/doc/HTML/pt_BR/common/fdl-license.html +share/doc/HTML/pt_BR/common/fdl-translated.html share/doc/HTML/pt_BR/common/gpl-license share/doc/HTML/pt_BR/common/gpl-license.html +share/doc/HTML/pt_BR/common/gpl-translated.html share/doc/HTML/pt_BR/common/home.png share/doc/HTML/pt_BR/common/important.png share/doc/HTML/pt_BR/common/kde-common.css share/doc/HTML/pt_BR/common/kde-default.css +share/doc/HTML/pt_BR/common/kde-localised.css share/doc/HTML/pt_BR/common/lgpl-license share/doc/HTML/pt_BR/common/lgpl-license.html +share/doc/HTML/pt_BR/common/lgpl-translated.html share/doc/HTML/pt_BR/common/logotp3-small.png +share/doc/HTML/pt_BR/common/logotp3.png share/doc/HTML/pt_BR/common/next.png share/doc/HTML/pt_BR/common/note.png share/doc/HTML/pt_BR/common/prev.png @@ -11247,58 +10648,119 @@ share/doc/HTML/pt_BR/common/up.png share/doc/HTML/pt_BR/common/warning.png share/doc/HTML/pt_BR/common/x11-license.html share/doc/HTML/pt_BR/common/xml.dcl -share/doc/HTML/pt_BR/ksysv/.anchors -share/doc/HTML/pt_BR/ksysv/apndice.html -share/doc/HTML/pt_BR/ksysv/autores.html -share/doc/HTML/pt_BR/ksysv/configurao.html -share/doc/HTML/pt_BR/ksysv/crditos.html -share/doc/HTML/pt_BR/ksysv/fundamentosdeuso.html -share/doc/HTML/pt_BR/ksysv/index.html -share/doc/HTML/pt_BR/ksysv/introducao.html -share/doc/HTML/pt_BR/ksysv/licena.html -share/doc/HTML/pt_BR/ksysv/os-itens-do-menu.html -share/doc/HTML/pt_BR/ksysv/semantica-padro-dos-nveis-de-execuo.html -share/doc/HTML/pt_BR/ksysv/teclado.html -share/doc/HTML/pt_BR/ksysv/common -share/doc/HTML/pt_BR/ksysv/index.cvlog -share/doc/HTML/pt_BR/ksysv/index.docbook +share/doc/HTML/pt_BR/kabalone/.anchors +share/doc/HTML/pt_BR/kabalone/common +share/doc/HTML/pt_BR/kabalone/copyright.html +share/doc/HTML/pt_BR/kabalone/eplogo.html +share/doc/HTML/pt_BR/kabalone/index.cvlog +share/doc/HTML/pt_BR/kabalone/index.docbook +share/doc/HTML/pt_BR/kabalone/index.html +share/doc/HTML/pt_BR/kabalone/introducao.html +share/doc/HTML/pt_BR/kabalone/opes.html +share/doc/HTML/pt_BR/kabalone/regrasdojogo.html +share/doc/HTML/pt_BR/karm/.anchors +share/doc/HTML/pt_BR/karm/autor.html +share/doc/HTML/pt_BR/karm/common +share/doc/HTML/pt_BR/karm/index.cvlog +share/doc/HTML/pt_BR/karm/index.docbook +share/doc/HTML/pt_BR/karm/index.html +share/doc/HTML/pt_BR/karm/introduo.html +share/doc/HTML/pt_BR/karm/problemas.html +share/doc/HTML/pt_BR/karm/usando-o-contador-de-tempo.html +share/doc/HTML/pt_BR/kasteroids/.anchors +share/doc/HTML/pt_BR/kasteroids/common +share/doc/HTML/pt_BR/kasteroids/controles.html +share/doc/HTML/pt_BR/kasteroids/eplogo.html +share/doc/HTML/pt_BR/kasteroids/index.cvlog +share/doc/HTML/pt_BR/kasteroids/index.docbook +share/doc/HTML/pt_BR/kasteroids/index.html +share/doc/HTML/pt_BR/kasteroids/introducao.html +share/doc/HTML/pt_BR/kcalc/.anchors +share/doc/HTML/pt_BR/kcalc/comentrios-sobre-funes-especficas.html +share/doc/HTML/pt_BR/kcalc/common +share/doc/HTML/pt_BR/kcalc/como-eu-obtenho-dois-dgitos-decimais-fixos.html +share/doc/HTML/pt_BR/kcalc/como-eu-obtenho-o-nmero-de-euler-e.html +share/doc/HTML/pt_BR/kcalc/compilao-e-instalao.html +share/doc/HTML/pt_BR/kcalc/copyright.html +share/doc/HTML/pt_BR/kcalc/cortar-e-colar.html +share/doc/HTML/pt_BR/kcalc/dicas-e-truques.html +share/doc/HTML/pt_BR/kcalc/e-a-preciso.html +share/doc/HTML/pt_BR/kcalc/funo-de-porcentagem.html +share/doc/HTML/pt_BR/kcalc/index-0.html +share/doc/HTML/pt_BR/kcalc/index.cvlog +share/doc/HTML/pt_BR/kcalc/index.docbook +share/doc/HTML/pt_BR/kcalc/index.html +share/doc/HTML/pt_BR/kcalc/instalao.html +share/doc/HTML/pt_BR/kcalc/introduo.html +share/doc/HTML/pt_BR/kcalc/inv-mod.html +share/doc/HTML/pt_BR/kcalc/lsh-rsh.html +share/doc/HTML/pt_BR/kcalc/modo-trigonomtrico.html +share/doc/HTML/pt_BR/kcalc/modos.html +share/doc/HTML/pt_BR/kcalc/perguntas-e-respostas.html +share/doc/HTML/pt_BR/kcalc/pr-requisitos.html +share/doc/HTML/pt_BR/kcalc/preciso-fixa.html +share/doc/HTML/pt_BR/kcalc/teclas-de-atalho.html +share/doc/HTML/pt_BR/kcalc/uso.html share/doc/HTML/pt_BR/kdm/.anchors +share/doc/HTML/pt_BR/kdm/common share/doc/HTML/pt_BR/kdm/configurandookdm.html +share/doc/HTML/pt_BR/kdm/index.cvlog +share/doc/HTML/pt_BR/kdm/index.docbook share/doc/HTML/pt_BR/kdm/index.html share/doc/HTML/pt_BR/kdm/informaeslegais.html share/doc/HTML/pt_BR/kdm/instalandookdm.html share/doc/HTML/pt_BR/kdm/introducao.html share/doc/HTML/pt_BR/kdm/kdmdesktop.html -share/doc/HTML/pt_BR/kdm/common -share/doc/HTML/pt_BR/kdm/index.cvlog -share/doc/HTML/pt_BR/kdm/index.docbook -share/doc/HTML/pt_BR/kwm/.anchors -share/doc/HTML/pt_BR/kwm/autores.html -share/doc/HTML/pt_BR/kwm/comandos.html -share/doc/HTML/pt_BR/kwm/configurao.html -share/doc/HTML/pt_BR/kwm/controle-do-mouse.html -share/doc/HTML/pt_BR/kwm/eplogo.html -share/doc/HTML/pt_BR/kwm/eventosdesom.html -share/doc/HTML/pt_BR/kwm/index.html -share/doc/HTML/pt_BR/kwm/introducao.html -share/doc/HTML/pt_BR/kwm/minicli.html -share/doc/HTML/pt_BR/kwm/o-kwm-suporta-janelas-sombreadas-a-la-openst.html -share/doc/HTML/pt_BR/kwm/perguntasmaisfreqentes.html -share/doc/HTML/pt_BR/kwm/por-que-eu-no-posso-definir-novos-atalhos-de.html -share/doc/HTML/pt_BR/kwm/por-que-o-kwm-parece-tanto-com-o-windows-95.html -share/doc/HTML/pt_BR/kwm/shortcuts.html -share/doc/HTML/pt_BR/kwm/possvel-adicionar-extenses-do-kde-a-outros.html -share/doc/HTML/pt_BR/kwm/usandooemphasiskwmemphasis.html -share/doc/HTML/pt_BR/kwm/common -share/doc/HTML/pt_BR/kwm/index.cvlog -share/doc/HTML/pt_BR/kwm/index.docbook +share/doc/HTML/pt_BR/kedit/.anchors +share/doc/HTML/pt_BR/kedit/ajuda.html +share/doc/HTML/pt_BR/kedit/common +share/doc/HTML/pt_BR/kedit/compilao-e-instalao.html +share/doc/HTML/pt_BR/kedit/editando-arquivos-na-internet.html +share/doc/HTML/pt_BR/kedit/editar.html +share/doc/HTML/pt_BR/kedit/fundamentos.html +share/doc/HTML/pt_BR/kedit/imprimindo.html +share/doc/HTML/pt_BR/kedit/index.cvlog +share/doc/HTML/pt_BR/kedit/index.docbook +share/doc/HTML/pt_BR/kedit/index.html +share/doc/HTML/pt_BR/kedit/instalao.html +share/doc/HTML/pt_BR/kedit/introduo.html +share/doc/HTML/pt_BR/kedit/itens-requeridos.html +share/doc/HTML/pt_BR/kedit/opes.html +share/doc/HTML/pt_BR/kedit/os-items-do-menu.html +share/doc/HTML/pt_BR/kedit/perguntas-e-respostas..html +share/doc/HTML/pt_BR/kedit/teclas-de-controle.html +share/doc/HTML/pt_BR/kfax/.anchors +share/doc/HTML/pt_BR/kfax/ajuda.html +share/doc/HTML/pt_BR/kfax/common +share/doc/HTML/pt_BR/kfax/como-criar-arquivos-de-fax.html +share/doc/HTML/pt_BR/kfax/compilao-e-instalao.html +share/doc/HTML/pt_BR/kfax/copyright.html +share/doc/HTML/pt_BR/kfax/fundamentos.html +share/doc/HTML/pt_BR/kfax/imprimindo.html +share/doc/HTML/pt_BR/kfax/index.cvlog +share/doc/HTML/pt_BR/kfax/index.docbook +share/doc/HTML/pt_BR/kfax/index.html +share/doc/HTML/pt_BR/kfax/instalao.html +share/doc/HTML/pt_BR/kfax/introduo.html +share/doc/HTML/pt_BR/kfax/itens-requeridos.html +share/doc/HTML/pt_BR/kfax/lidando-com-arquivos-na-internet.html +share/doc/HTML/pt_BR/kfax/opes-de-linha-de-comando.html +share/doc/HTML/pt_BR/kfax/opes-do-fax.html +share/doc/HTML/pt_BR/kfax/opes.html +share/doc/HTML/pt_BR/kfax/os-items-do-menu.html +share/doc/HTML/pt_BR/kfax/perguntas-e-respostas..html +share/doc/HTML/pt_BR/kfax/teclas-de-controle-do-kfax.html +share/doc/HTML/pt_BR/kfax/ver.html share/doc/HTML/pt_BR/kfind/.anchors share/doc/HTML/pt_BR/kfind/abas-de-parametros-de-procura.html share/doc/HTML/pt_BR/kfind/ajuda.html +share/doc/HTML/pt_BR/kfind/common share/doc/HTML/pt_BR/kfind/compilao-e-instalao.html share/doc/HTML/pt_BR/kfind/configurao.html share/doc/HTML/pt_BR/kfind/editar.html share/doc/HTML/pt_BR/kfind/fundamentos.html +share/doc/HTML/pt_BR/kfind/index.cvlog +share/doc/HTML/pt_BR/kfind/index.docbook share/doc/HTML/pt_BR/kfind/index.html share/doc/HTML/pt_BR/kfind/instalao.html share/doc/HTML/pt_BR/kfind/introducao.html @@ -11306,11 +10768,45 @@ share/doc/HTML/pt_BR/kfind/opes.html share/doc/HTML/pt_BR/kfind/ositensdomenu.html share/doc/HTML/pt_BR/kfind/pre-requisitos.html share/doc/HTML/pt_BR/kfind/rea-de-visualizao.html -share/doc/HTML/pt_BR/kfind/common -share/doc/HTML/pt_BR/kfind/index.cvlog -share/doc/HTML/pt_BR/kfind/index.docbook +share/doc/HTML/pt_BR/kfloppy/.anchors +share/doc/HTML/pt_BR/kfloppy/common +share/doc/HTML/pt_BR/kfloppy/compilao-e-instalao.html +share/doc/HTML/pt_BR/kfloppy/copyright.html +share/doc/HTML/pt_BR/kfloppy/index.cvlog +share/doc/HTML/pt_BR/kfloppy/index.docbook +share/doc/HTML/pt_BR/kfloppy/index.html +share/doc/HTML/pt_BR/kfloppy/instalao.html +share/doc/HTML/pt_BR/kfloppy/introduo.html +share/doc/HTML/pt_BR/kfloppy/pr-requisitos.html +share/doc/HTML/pt_BR/kfloppy/uso.html +share/doc/HTML/pt_BR/kghostview/.anchors +share/doc/HTML/pt_BR/kghostview/ajuda.html +share/doc/HTML/pt_BR/kghostview/autores.html +share/doc/HTML/pt_BR/kghostview/barra-de-ferramentas.html +share/doc/HTML/pt_BR/kghostview/caixas-de-dilogo.html +share/doc/HTML/pt_BR/kghostview/common +share/doc/HTML/pt_BR/kghostview/configurar-atalhos-de-teclado.html +share/doc/HTML/pt_BR/kghostview/configurar-interpretador.html +share/doc/HTML/pt_BR/kghostview/copyright.html +share/doc/HTML/pt_BR/kghostview/eplogo.html +share/doc/HTML/pt_BR/kghostview/fundamentos.html +share/doc/HTML/pt_BR/kghostview/index.cvlog +share/doc/HTML/pt_BR/kghostview/index.docbook +share/doc/HTML/pt_BR/kghostview/index.html +share/doc/HTML/pt_BR/kghostview/informaes.html +share/doc/HTML/pt_BR/kghostview/introduo.html +share/doc/HTML/pt_BR/kghostview/ir-para-pgina.html +share/doc/HTML/pt_BR/kghostview/ir.html +share/doc/HTML/pt_BR/kghostview/itens-primrios-de-menu.html +share/doc/HTML/pt_BR/kghostview/lista-de-pginas.html +share/doc/HTML/pt_BR/kghostview/mensagens-do-ghostscript.html +share/doc/HTML/pt_BR/kghostview/opes.html +share/doc/HTML/pt_BR/kghostview/tutorial.html +share/doc/HTML/pt_BR/kghostview/ver.html +share/doc/HTML/pt_BR/kghostview/zoom.html share/doc/HTML/pt_BR/khelpcenter/faq/.anchors share/doc/HTML/pt_BR/khelpcenter/faq/cada-vez-que-eu-inicio-o-kde-ele-reclama-sob.html +share/doc/HTML/pt_BR/khelpcenter/faq/common share/doc/HTML/pt_BR/khelpcenter/faq/como-eu-embuto-uma-aplicao-no-painel.html share/doc/HTML/pt_BR/khelpcenter/faq/como-eu-informo-um-problema.html share/doc/HTML/pt_BR/khelpcenter/faq/como-eu-montodesmonto-um-dispositivo-a-parti.html @@ -11318,9 +10814,9 @@ share/doc/HTML/pt_BR/khelpcenter/faq/como-eu-mudo-a-aparencia-de-um-diretrio-no- share/doc/HTML/pt_BR/khelpcenter/faq/como-eu-obtenho-acesso-ao-cvs.html share/doc/HTML/pt_BR/khelpcenter/faq/como-eu-obtenho-acesso-de-escrita-a-lista-de.html share/doc/HTML/pt_BR/khelpcenter/faq/como-eu-posso-fazer-um-ftp-no-anonimo-com-o.html -share/doc/HTML/pt_BR/khelpcenter/faq/contribuindo.html share/doc/HTML/pt_BR/khelpcenter/faq/como-eu-posso-usar-um-protetor-de-tela-como.html share/doc/HTML/pt_BR/khelpcenter/faq/configurandookde.html +share/doc/HTML/pt_BR/khelpcenter/faq/contribuindo.html share/doc/HTML/pt_BR/khelpcenter/faq/devo-remover-a-verso-velha-de-xyz-antes-de-i.html share/doc/HTML/pt_BR/khelpcenter/faq/em-que-plataformas-o-kde-funciona.html share/doc/HTML/pt_BR/khelpcenter/faq/eu-estou-s-curioso.-posso-ter-acesso-somente.html @@ -11329,8 +10825,10 @@ share/doc/HTML/pt_BR/khelpcenter/faq/existem-distribuies-linux-que-vem-com-o-kde share/doc/HTML/pt_BR/khelpcenter/faq/h-um-arquivo-das-listas.html share/doc/HTML/pt_BR/khelpcenter/faq/h-um-newsgroup-sobre-o-kde.html share/doc/HTML/pt_BR/khelpcenter/faq/howtostartkde.html -share/doc/HTML/pt_BR/khelpcenter/faq/index.html share/doc/HTML/pt_BR/khelpcenter/faq/howtosubscribe.html +share/doc/HTML/pt_BR/khelpcenter/faq/index.cvlog +share/doc/HTML/pt_BR/khelpcenter/faq/index.docbook +share/doc/HTML/pt_BR/khelpcenter/faq/index.html share/doc/HTML/pt_BR/khelpcenter/faq/instalar-os-pacotes-debian-com-dpkg-resulta.html share/doc/HTML/pt_BR/khelpcenter/faq/instalar-os-rpms-com-o-utilitrio-yast-da-sus.html share/doc/HTML/pt_BR/khelpcenter/faq/instrues-de-instalao-para-diferentes-formato.html @@ -11365,14 +10863,14 @@ share/doc/HTML/pt_BR/khelpcenter/faq/resoluodeproblemasconhecidosparaokde10.html share/doc/HTML/pt_BR/khelpcenter/faq/se-eu-tento-adicionar-uma-aplicao-meu-painel.html share/doc/HTML/pt_BR/khelpcenter/faq/whatisqt.html share/doc/HTML/pt_BR/khelpcenter/faq/wheretogetqt.html -share/doc/HTML/pt_BR/khelpcenter/faq/common -share/doc/HTML/pt_BR/khelpcenter/faq/index.cvlog -share/doc/HTML/pt_BR/khelpcenter/faq/index.docbook share/doc/HTML/pt_BR/khelpcenter/quickguide/.anchors share/doc/HTML/pt_BR/khelpcenter/quickguide/carregaraplicaes.html +share/doc/HTML/pt_BR/khelpcenter/quickguide/common share/doc/HTML/pt_BR/khelpcenter/quickguide/configure.html share/doc/HTML/pt_BR/khelpcenter/quickguide/crditos.html share/doc/HTML/pt_BR/khelpcenter/quickguide/gerenciamentodosseusarquivos.html +share/doc/HTML/pt_BR/khelpcenter/quickguide/index.cvlog +share/doc/HTML/pt_BR/khelpcenter/quickguide/index.docbook share/doc/HTML/pt_BR/khelpcenter/quickguide/index.html share/doc/HTML/pt_BR/khelpcenter/quickguide/introducao.html share/doc/HTML/pt_BR/khelpcenter/quickguide/kdeumajornadaexcitante.html @@ -11382,14 +10880,11 @@ share/doc/HTML/pt_BR/khelpcenter/quickguide/preparar-apontar-fogo.html share/doc/HTML/pt_BR/khelpcenter/quickguide/sairdokde.html share/doc/HTML/pt_BR/khelpcenter/quickguide/tpicosavanados.html share/doc/HTML/pt_BR/khelpcenter/quickguide/trabalhandocomjanelas.html -share/doc/HTML/pt_BR/khelpcenter/quickguide/uso-da-barra-de-tarefas.html share/doc/HTML/pt_BR/khelpcenter/quickguide/trabalhar-com-arquivos-compactados-e-redes.html share/doc/HTML/pt_BR/khelpcenter/quickguide/usar-modelos-para-acessar-aplicaes-e-disposi.html +share/doc/HTML/pt_BR/khelpcenter/quickguide/uso-da-barra-de-tarefas.html share/doc/HTML/pt_BR/khelpcenter/quickguide/uso-das-reas-de-trabalho-virtuais.html share/doc/HTML/pt_BR/khelpcenter/quickguide/visogeraldokde.html -share/doc/HTML/pt_BR/khelpcenter/quickguide/common -share/doc/HTML/pt_BR/khelpcenter/quickguide/index.cvlog -share/doc/HTML/pt_BR/khelpcenter/quickguide/index.docbook share/doc/HTML/pt_BR/khelpcenter/userguide/.anchors share/doc/HTML/pt_BR/khelpcenter/userguide/achando-arquivos-perdidos.html share/doc/HTML/pt_BR/khelpcenter/userguide/adaptandookdeocentrodecontrole.html @@ -11400,6 +10895,7 @@ share/doc/HTML/pt_BR/khelpcenter/userguide/aplicaesderede.html share/doc/HTML/pt_BR/khelpcenter/userguide/aplicaesgrficas.html share/doc/HTML/pt_BR/khelpcenter/userguide/ativando-a-proteo-de-tela-colocando-seu-pont.html share/doc/HTML/pt_BR/khelpcenter/userguide/avisos-legais.html +share/doc/HTML/pt_BR/khelpcenter/userguide/common share/doc/HTML/pt_BR/khelpcenter/userguide/componentes-do-ambiente-de-trabalho.html share/doc/HTML/pt_BR/khelpcenter/userguide/configuraes-do-painel.html share/doc/HTML/pt_BR/khelpcenter/userguide/contactando-os-autores.html @@ -11411,14 +10907,16 @@ share/doc/HTML/pt_BR/khelpcenter/userguide/epilogo.html share/doc/HTML/pt_BR/khelpcenter/userguide/fontes-de-informao-usadas-durante-a-criao-de.html share/doc/HTML/pt_BR/khelpcenter/userguide/gnulicense.html share/doc/HTML/pt_BR/khelpcenter/userguide/histria-do-kde.html +share/doc/HTML/pt_BR/khelpcenter/userguide/index.cvlog +share/doc/HTML/pt_BR/khelpcenter/userguide/index.docbook share/doc/HTML/pt_BR/khelpcenter/userguide/index.html share/doc/HTML/pt_BR/khelpcenter/userguide/informaes-de-sistema.html share/doc/HTML/pt_BR/khelpcenter/userguide/iniciando.html share/doc/HTML/pt_BR/khelpcenter/userguide/instalao.html share/doc/HTML/pt_BR/khelpcenter/userguide/introduo.html share/doc/HTML/pt_BR/khelpcenter/userguide/licena-pblica-geral-gnu.html -share/doc/HTML/pt_BR/khelpcenter/userguide/mailinglists.html share/doc/HTML/pt_BR/khelpcenter/userguide/linux-instalando-rpms-para-redhat-caldera-e.html +share/doc/HTML/pt_BR/khelpcenter/userguide/mailinglists.html share/doc/HTML/pt_BR/khelpcenter/userguide/movendo-arquivos-com-arrastar-e-soltar-drag.html share/doc/HTML/pt_BR/khelpcenter/userguide/no-consigo-compilar-pacote-xyz.html share/doc/HTML/pt_BR/khelpcenter/userguide/ns-ainda-precisamos-de-pessoas.html @@ -11442,214 +10940,68 @@ share/doc/HTML/pt_BR/khelpcenter/userguide/usando-o-formato-tgz-para-instalar-o- share/doc/HTML/pt_BR/khelpcenter/userguide/usando-o-gerenciador-de-fontes.html share/doc/HTML/pt_BR/khelpcenter/userguide/usingtemplates.html share/doc/HTML/pt_BR/khelpcenter/userguide/utilitrios.html -share/doc/HTML/pt_BR/khelpcenter/userguide/common -share/doc/HTML/pt_BR/khelpcenter/userguide/index.cvlog -share/doc/HTML/pt_BR/khelpcenter/userguide/index.docbook -share/doc/HTML/pt_BR/kpanel/.anchors -share/doc/HTML/pt_BR/kpanel/advanced.html -share/doc/HTML/pt_BR/kpanel/autores.html -share/doc/HTML/pt_BR/kpanel/configurandoopainel.html -share/doc/HTML/pt_BR/kpanel/confmenu.html -share/doc/HTML/pt_BR/kpanel/confpanelicons.html -share/doc/HTML/pt_BR/kpanel/confvdesk.html -share/doc/HTML/pt_BR/kpanel/crditos.html -share/doc/HTML/pt_BR/kpanel/fundamentos.html -share/doc/HTML/pt_BR/kpanel/index.html -share/doc/HTML/pt_BR/kpanel/introducao.html -share/doc/HTML/pt_BR/kpanel/kpanelrc.html -share/doc/HTML/pt_BR/kpanel/panel.html -share/doc/HTML/pt_BR/kpanel/common -share/doc/HTML/pt_BR/kpanel/index.cvlog -share/doc/HTML/pt_BR/kpanel/index.docbook -share/doc/HTML/pt_BR/kabalone/.anchors -share/doc/HTML/pt_BR/kabalone/copyright.html -share/doc/HTML/pt_BR/kabalone/eplogo.html -share/doc/HTML/pt_BR/kabalone/index.html -share/doc/HTML/pt_BR/kabalone/introducao.html -share/doc/HTML/pt_BR/kabalone/opes.html -share/doc/HTML/pt_BR/kabalone/regrasdojogo.html -share/doc/HTML/pt_BR/kabalone/common -share/doc/HTML/pt_BR/kabalone/index.cvlog -share/doc/HTML/pt_BR/kabalone/index.docbook -share/doc/HTML/pt_BR/kasteroids/.anchors -share/doc/HTML/pt_BR/kasteroids/controles.html -share/doc/HTML/pt_BR/kasteroids/eplogo.html -share/doc/HTML/pt_BR/kasteroids/index.html -share/doc/HTML/pt_BR/kasteroids/introducao.html -share/doc/HTML/pt_BR/kasteroids/common -share/doc/HTML/pt_BR/kasteroids/index.cvlog -share/doc/HTML/pt_BR/kasteroids/index.docbook -share/doc/HTML/pt_BR/kmahjongg/.anchors -share/doc/HTML/pt_BR/kmahjongg/eplogo.html -share/doc/HTML/pt_BR/kmahjongg/index.html -share/doc/HTML/pt_BR/kmahjongg/introducao.html -share/doc/HTML/pt_BR/kmahjongg/common -share/doc/HTML/pt_BR/kmahjongg/index.cvlog -share/doc/HTML/pt_BR/kmahjongg/index.docbook -share/doc/HTML/pt_BR/kmines/.anchors -share/doc/HTML/pt_BR/kmines/epilogo.html -share/doc/HTML/pt_BR/kmines/index.html -share/doc/HTML/pt_BR/kmines/introducao.html -share/doc/HTML/pt_BR/kmines/common -share/doc/HTML/pt_BR/kmines/index.cvlog -share/doc/HTML/pt_BR/kmines/index.docbook -share/doc/HTML/pt_BR/kpat/.anchors -share/doc/HTML/pt_BR/kpat/avo.html -share/doc/HTML/pt_BR/kpat/clculo.html -share/doc/HTML/pt_BR/kpat/copyright.html -share/doc/HTML/pt_BR/kpat/dez.html -share/doc/HTML/pt_BR/kpat/eplogo.html -share/doc/HTML/pt_BR/kpat/freecell.html -share/doc/HTML/pt_BR/kpat/index.html -share/doc/HTML/pt_BR/kpat/microsolitaire.html -share/doc/HTML/pt_BR/kpat/mod3.html -share/doc/HTML/pt_BR/kpat/o-idiota.html -share/doc/HTML/pt_BR/kpat/regras-do-jogo.html -share/doc/HTML/pt_BR/kpat/tmulo-de-napoleo.html -share/doc/HTML/pt_BR/kpat/common -share/doc/HTML/pt_BR/kpat/index.cvlog -share/doc/HTML/pt_BR/kpat/index.docbook -share/doc/HTML/pt_BR/kpoker/.anchors -share/doc/HTML/pt_BR/kpoker/copyright.html -share/doc/HTML/pt_BR/kpoker/eplogo.html -share/doc/HTML/pt_BR/kpoker/index.html -share/doc/HTML/pt_BR/kpoker/introducao.html -share/doc/HTML/pt_BR/kpoker/jogando.html -share/doc/HTML/pt_BR/kpoker/onde-posso-encontrar-a-ltima-verso-do-kpoker.html -share/doc/HTML/pt_BR/kpoker/quais-as-mos-de-poquer-vlidas.html -share/doc/HTML/pt_BR/kpoker/quanto-recebo-por-cada-mo.html -share/doc/HTML/pt_BR/kpoker/common -share/doc/HTML/pt_BR/kpoker/index.cvlog -share/doc/HTML/pt_BR/kpoker/index.docbook -share/doc/HTML/pt_BR/kreversi/.anchors -share/doc/HTML/pt_BR/kreversi/copyright.html -share/doc/HTML/pt_BR/kreversi/dicaseestratgias.html -share/doc/HTML/pt_BR/kreversi/eplogo.html -share/doc/HTML/pt_BR/kreversi/index.html -share/doc/HTML/pt_BR/kreversi/introducao.html -share/doc/HTML/pt_BR/kreversi/regras.html -share/doc/HTML/pt_BR/kreversi/um-minuto-para-aprender.html -share/doc/HTML/pt_BR/kreversi/common -share/doc/HTML/pt_BR/kreversi/index.cvlog -share/doc/HTML/pt_BR/kreversi/index.docbook -share/doc/HTML/pt_BR/ksame/.anchors -share/doc/HTML/pt_BR/ksame/copyright.html -share/doc/HTML/pt_BR/ksame/dicaestratgica.html -share/doc/HTML/pt_BR/ksame/eplogo.html -share/doc/HTML/pt_BR/ksame/index.html -share/doc/HTML/pt_BR/ksame/introducao.html -share/doc/HTML/pt_BR/ksame/regrasdojogo.html -share/doc/HTML/pt_BR/ksame/common -share/doc/HTML/pt_BR/ksame/index.cvlog -share/doc/HTML/pt_BR/ksame/index.docbook -share/doc/HTML/pt_BR/kshisen/.anchors -share/doc/HTML/pt_BR/kshisen/eplogo.html -share/doc/HTML/pt_BR/kshisen/index.html -share/doc/HTML/pt_BR/kshisen/introducao.html -share/doc/HTML/pt_BR/kshisen/common -share/doc/HTML/pt_BR/kshisen/index.cvlog -share/doc/HTML/pt_BR/kshisen/index.docbook -share/doc/HTML/pt_BR/ksirtet/.anchors -share/doc/HTML/pt_BR/ksirtet/eplogo.html -share/doc/HTML/pt_BR/ksirtet/index.html -share/doc/HTML/pt_BR/ksirtet/introducao.html -share/doc/HTML/pt_BR/ksirtet/common -share/doc/HTML/pt_BR/ksirtet/index.cvlog -share/doc/HTML/pt_BR/ksirtet/index.docbook -share/doc/HTML/pt_BR/ksnake/.anchors -share/doc/HTML/pt_BR/ksnake/eplogo.html -share/doc/HTML/pt_BR/ksnake/index.html -share/doc/HTML/pt_BR/ksnake/introducao.html -share/doc/HTML/pt_BR/ksnake/personalizao.html -share/doc/HTML/pt_BR/ksnake/pontuao.html -share/doc/HTML/pt_BR/ksnake/regrasdojogo.html -share/doc/HTML/pt_BR/ksnake/common -share/doc/HTML/pt_BR/ksnake/index.cvlog -share/doc/HTML/pt_BR/ksnake/index.docbook -share/doc/HTML/pt_BR/kspaceduel/.anchors -share/doc/HTML/pt_BR/kspaceduel/configuraes.html -share/doc/HTML/pt_BR/kspaceduel/energia.html -share/doc/HTML/pt_BR/kspaceduel/index.html -share/doc/HTML/pt_BR/kspaceduel/introducao.html -share/doc/HTML/pt_BR/kspaceduel/licena.html -share/doc/HTML/pt_BR/kspaceduel/opes.html -share/doc/HTML/pt_BR/kspaceduel/pontos.html -share/doc/HTML/pt_BR/kspaceduel/projeteis-e-minas.html -share/doc/HTML/pt_BR/kspaceduel/regrasdojogo.html -share/doc/HTML/pt_BR/kspaceduel/common -share/doc/HTML/pt_BR/kspaceduel/index.cvlog -share/doc/HTML/pt_BR/kspaceduel/index.docbook -share/doc/HTML/pt_BR/kfax/.anchors -share/doc/HTML/pt_BR/kfax/ajuda.html -share/doc/HTML/pt_BR/kfax/como-criar-arquivos-de-fax.html -share/doc/HTML/pt_BR/kfax/compilao-e-instalao.html -share/doc/HTML/pt_BR/kfax/copyright.html -share/doc/HTML/pt_BR/kfax/fundamentos.html -share/doc/HTML/pt_BR/kfax/imprimindo.html -share/doc/HTML/pt_BR/kfax/index.html -share/doc/HTML/pt_BR/kfax/instalao.html -share/doc/HTML/pt_BR/kfax/introduo.html -share/doc/HTML/pt_BR/kfax/itens-requeridos.html -share/doc/HTML/pt_BR/kfax/lidando-com-arquivos-na-internet.html -share/doc/HTML/pt_BR/kfax/opes-de-linha-de-comando.html -share/doc/HTML/pt_BR/kfax/opes-do-fax.html -share/doc/HTML/pt_BR/kfax/opes.html -share/doc/HTML/pt_BR/kfax/os-items-do-menu.html -share/doc/HTML/pt_BR/kfax/ver.html -share/doc/HTML/pt_BR/kfax/perguntas-e-respostas..html -share/doc/HTML/pt_BR/kfax/teclas-de-controle-do-kfax.html -share/doc/HTML/pt_BR/kfax/common -share/doc/HTML/pt_BR/kfax/index.cvlog -share/doc/HTML/pt_BR/kfax/index.docbook -share/doc/HTML/pt_BR/kghostview/.anchors -share/doc/HTML/pt_BR/kghostview/ajuda.html -share/doc/HTML/pt_BR/kghostview/autores.html -share/doc/HTML/pt_BR/kghostview/barra-de-ferramentas.html -share/doc/HTML/pt_BR/kghostview/caixas-de-dilogo.html -share/doc/HTML/pt_BR/kghostview/configurar-atalhos-de-teclado.html -share/doc/HTML/pt_BR/kghostview/configurar-interpretador.html -share/doc/HTML/pt_BR/kghostview/copyright.html -share/doc/HTML/pt_BR/kghostview/eplogo.html -share/doc/HTML/pt_BR/kghostview/fundamentos.html -share/doc/HTML/pt_BR/kghostview/index.html -share/doc/HTML/pt_BR/kghostview/informaes.html -share/doc/HTML/pt_BR/kghostview/introduo.html -share/doc/HTML/pt_BR/kghostview/ir-para-pgina.html -share/doc/HTML/pt_BR/kghostview/ir.html -share/doc/HTML/pt_BR/kghostview/itens-primrios-de-menu.html -share/doc/HTML/pt_BR/kghostview/lista-de-pginas.html -share/doc/HTML/pt_BR/kghostview/opes.html -share/doc/HTML/pt_BR/kghostview/mensagens-do-ghostscript.html -share/doc/HTML/pt_BR/kghostview/tutorial.html -share/doc/HTML/pt_BR/kghostview/ver.html -share/doc/HTML/pt_BR/kghostview/zoom.html -share/doc/HTML/pt_BR/kghostview/common -share/doc/HTML/pt_BR/kghostview/index.cvlog -share/doc/HTML/pt_BR/kghostview/index.docbook share/doc/HTML/pt_BR/kiconedit/.anchors share/doc/HTML/pt_BR/kiconedit/ajuda.html share/doc/HTML/pt_BR/kiconedit/as-entradas-do-menu.html share/doc/HTML/pt_BR/kiconedit/barra-de-ferramentas.html share/doc/HTML/pt_BR/kiconedit/barra-de-status.html +share/doc/HTML/pt_BR/kiconedit/common share/doc/HTML/pt_BR/kiconedit/compilao-e-instalao.html share/doc/HTML/pt_BR/kiconedit/editar.html share/doc/HTML/pt_BR/kiconedit/ferramentas.html share/doc/HTML/pt_BR/kiconedit/fundamentos.html share/doc/HTML/pt_BR/kiconedit/grade.html +share/doc/HTML/pt_BR/kiconedit/index.cvlog +share/doc/HTML/pt_BR/kiconedit/index.docbook share/doc/HTML/pt_BR/kiconedit/index.html share/doc/HTML/pt_BR/kiconedit/instalao.html share/doc/HTML/pt_BR/kiconedit/introduo.html share/doc/HTML/pt_BR/kiconedit/opes.html share/doc/HTML/pt_BR/kiconedit/pr-requisitos.html share/doc/HTML/pt_BR/kiconedit/ver.html -share/doc/HTML/pt_BR/kiconedit/common -share/doc/HTML/pt_BR/kiconedit/index.cvlog -share/doc/HTML/pt_BR/kiconedit/index.docbook +share/doc/HTML/pt_BR/kljettool/.anchors +share/doc/HTML/pt_BR/kljettool/common +share/doc/HTML/pt_BR/kljettool/compilao-e-instalao.html +share/doc/HTML/pt_BR/kljettool/copyright.html +share/doc/HTML/pt_BR/kljettool/fazendo-o-kljettool-trabalhar.html +share/doc/HTML/pt_BR/kljettool/index.cvlog +share/doc/HTML/pt_BR/kljettool/index.docbook +share/doc/HTML/pt_BR/kljettool/index.html +share/doc/HTML/pt_BR/kljettool/instalao.html +share/doc/HTML/pt_BR/kljettool/introduo.html +share/doc/HTML/pt_BR/kljettool/pr-requisitos.html +share/doc/HTML/pt_BR/kljettool/uso.html +share/doc/HTML/pt_BR/kmahjongg/.anchors +share/doc/HTML/pt_BR/kmahjongg/common +share/doc/HTML/pt_BR/kmahjongg/eplogo.html +share/doc/HTML/pt_BR/kmahjongg/index.cvlog +share/doc/HTML/pt_BR/kmahjongg/index.docbook +share/doc/HTML/pt_BR/kmahjongg/index.html +share/doc/HTML/pt_BR/kmahjongg/introducao.html +share/doc/HTML/pt_BR/kmail/.anchors +share/doc/HTML/pt_BR/kmail/arrastar-e-soltar.html +share/doc/HTML/pt_BR/kmail/autores.html +share/doc/HTML/pt_BR/kmail/caractersticas.html +share/doc/HTML/pt_BR/kmail/comeando....html +share/doc/HTML/pt_BR/kmail/common +share/doc/HTML/pt_BR/kmail/descrio-dos-menus.html +share/doc/HTML/pt_BR/kmail/eplogo.html +share/doc/HTML/pt_BR/kmail/index.cvlog +share/doc/HTML/pt_BR/kmail/index.docbook +share/doc/HTML/pt_BR/kmail/index.html +share/doc/HTML/pt_BR/kmail/introduo.html +share/doc/HTML/pt_BR/kmail/o-menu-do-compositor-editor-de-mensagens.html +share/doc/HTML/pt_BR/kmail/perguntas-e-respostas-faq.html +share/doc/HTML/pt_BR/kmail/pretty-good-privacy.html +share/doc/HTML/pt_BR/kmail/tradutores-portugus-brasileiro.html share/doc/HTML/pt_BR/kmedia/.anchors share/doc/HTML/pt_BR/kmedia/ajuda.html share/doc/HTML/pt_BR/kmedia/atalhos-de-teclado.html +share/doc/HTML/pt_BR/kmedia/common share/doc/HTML/pt_BR/kmedia/compilao-e-instalao.html share/doc/HTML/pt_BR/kmedia/fundamentos.html +share/doc/HTML/pt_BR/kmedia/index.cvlog +share/doc/HTML/pt_BR/kmedia/index.docbook share/doc/HTML/pt_BR/kmedia/index.html share/doc/HTML/pt_BR/kmedia/instalao.html share/doc/HTML/pt_BR/kmedia/introduo.html @@ -11657,12 +11009,12 @@ share/doc/HTML/pt_BR/kmedia/mltiplos-reprodutores-de-mdia.html share/doc/HTML/pt_BR/kmedia/opes.html share/doc/HTML/pt_BR/kmedia/os-itens-do-menu.html share/doc/HTML/pt_BR/kmedia/pr-requisitos.html -share/doc/HTML/pt_BR/kmedia/common -share/doc/HTML/pt_BR/kmedia/index.cvlog -share/doc/HTML/pt_BR/kmedia/index.docbook share/doc/HTML/pt_BR/kmidi/.anchors +share/doc/HTML/pt_BR/kmidi/common share/doc/HTML/pt_BR/kmidi/compilao-e-instalao.html share/doc/HTML/pt_BR/kmidi/copyright.html +share/doc/HTML/pt_BR/kmidi/index.cvlog +share/doc/HTML/pt_BR/kmidi/index.docbook share/doc/HTML/pt_BR/kmidi/index.html share/doc/HTML/pt_BR/kmidi/instalao.html share/doc/HTML/pt_BR/kmidi/introducao.html @@ -11672,14 +11024,21 @@ share/doc/HTML/pt_BR/kmidi/patches.html share/doc/HTML/pt_BR/kmidi/perguntas-e-respostas.html share/doc/HTML/pt_BR/kmidi/pr-requisitos.html share/doc/HTML/pt_BR/kmidi/uso.html -share/doc/HTML/pt_BR/kmidi/common -share/doc/HTML/pt_BR/kmidi/index.cvlog -share/doc/HTML/pt_BR/kmidi/index.docbook +share/doc/HTML/pt_BR/kmines/.anchors +share/doc/HTML/pt_BR/kmines/common +share/doc/HTML/pt_BR/kmines/epilogo.html +share/doc/HTML/pt_BR/kmines/index.cvlog +share/doc/HTML/pt_BR/kmines/index.docbook +share/doc/HTML/pt_BR/kmines/index.html +share/doc/HTML/pt_BR/kmines/introducao.html share/doc/HTML/pt_BR/kmix/.anchors share/doc/HTML/pt_BR/kmix/ajuda.html +share/doc/HTML/pt_BR/kmix/common share/doc/HTML/pt_BR/kmix/compilao-e-instalao.html share/doc/HTML/pt_BR/kmix/controle-de-balano.html share/doc/HTML/pt_BR/kmix/fundamentos.html +share/doc/HTML/pt_BR/kmix/index.cvlog +share/doc/HTML/pt_BR/kmix/index.docbook share/doc/HTML/pt_BR/kmix/index.html share/doc/HTML/pt_BR/kmix/instalao.html share/doc/HTML/pt_BR/kmix/introduo.html @@ -11688,67 +11047,42 @@ share/doc/HTML/pt_BR/kmix/os-itens-do-menu.html share/doc/HTML/pt_BR/kmix/perguntas-e-respostas.html share/doc/HTML/pt_BR/kmix/pr-requisitos.html share/doc/HTML/pt_BR/kmix/teclado.html -share/doc/HTML/pt_BR/kmix/common -share/doc/HTML/pt_BR/kmix/index.cvlog -share/doc/HTML/pt_BR/kmix/index.docbook -share/doc/HTML/pt_BR/kscd/.anchors -share/doc/HTML/pt_BR/kscd/autores.html -share/doc/HTML/pt_BR/kscd/compilao-e-instalao.html -share/doc/HTML/pt_BR/kscd/configurando-a-aba-cddb.html -share/doc/HTML/pt_BR/kscd/configurando-a-aba-de-opes-do-kscd.html -share/doc/HTML/pt_BR/kscd/configurando-a-aba-sobre.html -share/doc/HTML/pt_BR/kscd/configurando-o-kscd.html -share/doc/HTML/pt_BR/kscd/copyright.html -share/doc/HTML/pt_BR/kscd/desenvolvedores.html -share/doc/HTML/pt_BR/kscd/eplogo.html -share/doc/HTML/pt_BR/kscd/eu-no-consigo-fazer-o-cddb-funcionar.-posso-.html -share/doc/HTML/pt_BR/kscd/fundamentos.html -share/doc/HTML/pt_BR/kscd/index.html -share/doc/HTML/pt_BR/kscd/instalao.html -share/doc/HTML/pt_BR/kscd/introducao.html -share/doc/HTML/pt_BR/kscd/o-editor-do-banco-de-dados-de-cds.html -share/doc/HTML/pt_BR/kscd/perguntas-e-respostas.html -share/doc/HTML/pt_BR/kscd/pr-requisitos.html -share/doc/HTML/pt_BR/kscd/suporte-a-cddb.html -share/doc/HTML/pt_BR/kscd/common -share/doc/HTML/pt_BR/kscd/index.cvlog -share/doc/HTML/pt_BR/kscd/index.docbook -share/doc/HTML/pt_BR/kscd/kscd1.png -share/doc/HTML/pt_BR/kscd/kscd10.png -share/doc/HTML/pt_BR/kscd/kscd11.png -share/doc/HTML/pt_BR/kscd/kscd13.png -share/doc/HTML/pt_BR/kscd/kscd14.png -share/doc/HTML/pt_BR/kscd/kscd15.png -share/doc/HTML/pt_BR/kscd/kscd16.png -share/doc/HTML/pt_BR/kscd/kscd2.png -share/doc/HTML/pt_BR/kscd/kscd2a.png -share/doc/HTML/pt_BR/kscd/kscd4.png -share/doc/HTML/pt_BR/kscd/kscd5.png -share/doc/HTML/pt_BR/kscd/kscd6.png -share/doc/HTML/pt_BR/kscd/kscd7.png -share/doc/HTML/pt_BR/kscd/kscd8.png -share/doc/HTML/pt_BR/kscd/kscd9.png -share/doc/HTML/pt_BR/kmail/.anchors -share/doc/HTML/pt_BR/kmail/arrastar-e-soltar.html -share/doc/HTML/pt_BR/kmail/autores.html -share/doc/HTML/pt_BR/kmail/caractersticas.html -share/doc/HTML/pt_BR/kmail/comeando....html -share/doc/HTML/pt_BR/kmail/descrio-dos-menus.html -share/doc/HTML/pt_BR/kmail/eplogo.html -share/doc/HTML/pt_BR/kmail/index.html -share/doc/HTML/pt_BR/kmail/introduo.html -share/doc/HTML/pt_BR/kmail/o-menu-do-compositor-editor-de-mensagens.html -share/doc/HTML/pt_BR/kmail/perguntas-e-respostas-faq.html -share/doc/HTML/pt_BR/kmail/pretty-good-privacy.html -share/doc/HTML/pt_BR/kmail/tradutores-portugus-brasileiro.html -share/doc/HTML/pt_BR/kmail/common -share/doc/HTML/pt_BR/kmail/index.cvlog -share/doc/HTML/pt_BR/kmail/index.docbook +share/doc/HTML/pt_BR/knotes/.anchors +share/doc/HTML/pt_BR/knotes/alarme-....html +share/doc/HTML/pt_BR/knotes/apagar-nota.html +share/doc/HTML/pt_BR/knotes/as-opes-do-menu-de-contexto.html +share/doc/HTML/pt_BR/knotes/atalhos-de-teclado.html +share/doc/HTML/pt_BR/knotes/auto-indentar.html +share/doc/HTML/pt_BR/knotes/borda-3d.html +share/doc/HTML/pt_BR/knotes/calendrio.html +share/doc/HTML/pt_BR/knotes/clique-duplo-em-urls.html +share/doc/HTML/pt_BR/knotes/common +share/doc/HTML/pt_BR/knotes/compilao-e-instalao.html +share/doc/HTML/pt_BR/knotes/cores.html +share/doc/HTML/pt_BR/knotes/enviar-nota-por-mail.html +share/doc/HTML/pt_BR/knotes/fechar.html +share/doc/HTML/pt_BR/knotes/fonte.html +share/doc/HTML/pt_BR/knotes/fundamentos.html +share/doc/HTML/pt_BR/knotes/impresso.html +share/doc/HTML/pt_BR/knotes/imprimir-nota.html +share/doc/HTML/pt_BR/knotes/index.cvlog +share/doc/HTML/pt_BR/knotes/index.docbook +share/doc/HTML/pt_BR/knotes/index.html +share/doc/HTML/pt_BR/knotes/instalao.html +share/doc/HTML/pt_BR/knotes/introduo.html +share/doc/HTML/pt_BR/knotes/limpar.html +share/doc/HTML/pt_BR/knotes/mudar-valores-padro.html +share/doc/HTML/pt_BR/knotes/nova-nota.html +share/doc/HTML/pt_BR/knotes/perguntas-e-respostas.html +share/doc/HTML/pt_BR/knotes/pr-requisitos.html +share/doc/HTML/pt_BR/knotes/redimensionando-o-knotes.html +share/doc/HTML/pt_BR/knotes/renomear-nota.html share/doc/HTML/pt_BR/knu/.anchors share/doc/HTML/pt_BR/knu/a-aba-finger.html share/doc/HTML/pt_BR/knu/a-aba-ping.html share/doc/HTML/pt_BR/knu/a-aba-resoluo-de-host.html share/doc/HTML/pt_BR/knu/a-aba-traar-rota.html +share/doc/HTML/pt_BR/knu/common share/doc/HTML/pt_BR/knu/configurao.html share/doc/HTML/pt_BR/knu/copyright.html share/doc/HTML/pt_BR/knu/descrio-0.html @@ -11756,20 +11090,22 @@ share/doc/HTML/pt_BR/knu/descrio-1.html share/doc/HTML/pt_BR/knu/descrio.html share/doc/HTML/pt_BR/knu/eplogo.html share/doc/HTML/pt_BR/knu/histria.html +share/doc/HTML/pt_BR/knu/index.cvlog +share/doc/HTML/pt_BR/knu/index.docbook share/doc/HTML/pt_BR/knu/index.html share/doc/HTML/pt_BR/knu/introducao.html share/doc/HTML/pt_BR/knu/opes-0.html share/doc/HTML/pt_BR/knu/opes-1.html share/doc/HTML/pt_BR/knu/opes-2.html share/doc/HTML/pt_BR/knu/opes.html -share/doc/HTML/pt_BR/knu/common -share/doc/HTML/pt_BR/knu/index.cvlog -share/doc/HTML/pt_BR/knu/index.docbook share/doc/HTML/pt_BR/korn/.anchors share/doc/HTML/pt_BR/korn/autores.html +share/doc/HTML/pt_BR/korn/common share/doc/HTML/pt_BR/korn/compilao-e-instalao.html share/doc/HTML/pt_BR/korn/eplogo.html share/doc/HTML/pt_BR/korn/fundamentos.html +share/doc/HTML/pt_BR/korn/index.cvlog +share/doc/HTML/pt_BR/korn/index.docbook share/doc/HTML/pt_BR/korn/index.html share/doc/HTML/pt_BR/korn/instalao.html share/doc/HTML/pt_BR/korn/introduo.html @@ -11778,13 +11114,55 @@ share/doc/HTML/pt_BR/korn/opes-de-linha-de-comando.html share/doc/HTML/pt_BR/korn/por-que-tem-o-nome-korn.html share/doc/HTML/pt_BR/korn/por-quem-o-korn-foi-escrito.html share/doc/HTML/pt_BR/korn/pr-requisitos.html -share/doc/HTML/pt_BR/korn/common -share/doc/HTML/pt_BR/korn/index.cvlog -share/doc/HTML/pt_BR/korn/index.docbook +share/doc/HTML/pt_BR/kpanel/.anchors +share/doc/HTML/pt_BR/kpanel/advanced.html +share/doc/HTML/pt_BR/kpanel/autores.html +share/doc/HTML/pt_BR/kpanel/common +share/doc/HTML/pt_BR/kpanel/configurandoopainel.html +share/doc/HTML/pt_BR/kpanel/confmenu.html +share/doc/HTML/pt_BR/kpanel/confpanelicons.html +share/doc/HTML/pt_BR/kpanel/confvdesk.html +share/doc/HTML/pt_BR/kpanel/crditos.html +share/doc/HTML/pt_BR/kpanel/fundamentos.html +share/doc/HTML/pt_BR/kpanel/index.cvlog +share/doc/HTML/pt_BR/kpanel/index.docbook +share/doc/HTML/pt_BR/kpanel/index.html +share/doc/HTML/pt_BR/kpanel/introducao.html +share/doc/HTML/pt_BR/kpanel/kpanelrc.html +share/doc/HTML/pt_BR/kpanel/panel.html +share/doc/HTML/pt_BR/kpat/.anchors +share/doc/HTML/pt_BR/kpat/avo.html +share/doc/HTML/pt_BR/kpat/clculo.html +share/doc/HTML/pt_BR/kpat/common +share/doc/HTML/pt_BR/kpat/copyright.html +share/doc/HTML/pt_BR/kpat/dez.html +share/doc/HTML/pt_BR/kpat/eplogo.html +share/doc/HTML/pt_BR/kpat/freecell.html +share/doc/HTML/pt_BR/kpat/index.cvlog +share/doc/HTML/pt_BR/kpat/index.docbook +share/doc/HTML/pt_BR/kpat/index.html +share/doc/HTML/pt_BR/kpat/microsolitaire.html +share/doc/HTML/pt_BR/kpat/mod3.html +share/doc/HTML/pt_BR/kpat/o-idiota.html +share/doc/HTML/pt_BR/kpat/regras-do-jogo.html +share/doc/HTML/pt_BR/kpat/tmulo-de-napoleo.html +share/doc/HTML/pt_BR/kpoker/.anchors +share/doc/HTML/pt_BR/kpoker/common +share/doc/HTML/pt_BR/kpoker/copyright.html +share/doc/HTML/pt_BR/kpoker/eplogo.html +share/doc/HTML/pt_BR/kpoker/index.cvlog +share/doc/HTML/pt_BR/kpoker/index.docbook +share/doc/HTML/pt_BR/kpoker/index.html +share/doc/HTML/pt_BR/kpoker/introducao.html +share/doc/HTML/pt_BR/kpoker/jogando.html +share/doc/HTML/pt_BR/kpoker/onde-posso-encontrar-a-ltima-verso-do-kpoker.html +share/doc/HTML/pt_BR/kpoker/quais-as-mos-de-poquer-vlidas.html +share/doc/HTML/pt_BR/kpoker/quanto-recebo-por-cada-mo.html share/doc/HTML/pt_BR/kppp/.anchors share/doc/HTML/pt_BR/kppp/agradecimentos.html share/doc/HTML/pt_BR/kppp/apndice.html share/doc/HTML/pt_BR/kppp/arquivos-relacionados-ao-kppp.html +share/doc/HTML/pt_BR/kppp/common share/doc/HTML/pt_BR/kppp/compilao-e-instalao.html share/doc/HTML/pt_BR/kppp/configuraes-padres-profiles-do-modem.html share/doc/HTML/pt_BR/kppp/configurao-de-uma-conta.html @@ -11795,10 +11173,12 @@ share/doc/HTML/pt_BR/kppp/dicas-e-truques-do-modem.html share/doc/HTML/pt_BR/kppp/dns.html share/doc/HTML/pt_BR/kppp/fazendo-o-modem-desconectar.html share/doc/HTML/pt_BR/kppp/gateway.html -share/doc/HTML/pt_BR/kppp/ip.html +share/doc/HTML/pt_BR/kppp/index.cvlog +share/doc/HTML/pt_BR/kppp/index.docbook share/doc/HTML/pt_BR/kppp/index.html share/doc/HTML/pt_BR/kppp/instalao.html share/doc/HTML/pt_BR/kppp/introduo.html +share/doc/HTML/pt_BR/kppp/ip.html share/doc/HTML/pt_BR/kppp/lock-files.html share/doc/HTML/pt_BR/kppp/mais-sobre-ppppppd.html share/doc/HTML/pt_BR/kppp/modem.html @@ -11812,14 +11192,124 @@ share/doc/HTML/pt_BR/kppp/relatando-problemas-com-o-kppp.html share/doc/HTML/pt_BR/kppp/script-de-login.html share/doc/HTML/pt_BR/kppp/torne-mais-rpida-a-discagem-por-tom.html share/doc/HTML/pt_BR/kppp/usando-o-kppp.html -share/doc/HTML/pt_BR/kppp/common share/doc/HTML/pt_BR/kppp/utilizao-normal.html -share/doc/HTML/pt_BR/kppp/index.cvlog -share/doc/HTML/pt_BR/kppp/index.docbook +share/doc/HTML/pt_BR/kreversi/.anchors +share/doc/HTML/pt_BR/kreversi/common +share/doc/HTML/pt_BR/kreversi/copyright.html +share/doc/HTML/pt_BR/kreversi/dicaseestratgias.html +share/doc/HTML/pt_BR/kreversi/eplogo.html +share/doc/HTML/pt_BR/kreversi/index.cvlog +share/doc/HTML/pt_BR/kreversi/index.docbook +share/doc/HTML/pt_BR/kreversi/index.html +share/doc/HTML/pt_BR/kreversi/introducao.html +share/doc/HTML/pt_BR/kreversi/regras.html +share/doc/HTML/pt_BR/kreversi/um-minuto-para-aprender.html +share/doc/HTML/pt_BR/ksame/.anchors +share/doc/HTML/pt_BR/ksame/common +share/doc/HTML/pt_BR/ksame/copyright.html +share/doc/HTML/pt_BR/ksame/dicaestratgica.html +share/doc/HTML/pt_BR/ksame/eplogo.html +share/doc/HTML/pt_BR/ksame/index.cvlog +share/doc/HTML/pt_BR/ksame/index.docbook +share/doc/HTML/pt_BR/ksame/index.html +share/doc/HTML/pt_BR/ksame/introducao.html +share/doc/HTML/pt_BR/ksame/regrasdojogo.html +share/doc/HTML/pt_BR/kscd/.anchors +share/doc/HTML/pt_BR/kscd/autores.html +share/doc/HTML/pt_BR/kscd/common +share/doc/HTML/pt_BR/kscd/compilao-e-instalao.html +share/doc/HTML/pt_BR/kscd/configurando-a-aba-cddb.html +share/doc/HTML/pt_BR/kscd/configurando-a-aba-de-opes-do-kscd.html +share/doc/HTML/pt_BR/kscd/configurando-a-aba-sobre.html +share/doc/HTML/pt_BR/kscd/configurando-o-kscd.html +share/doc/HTML/pt_BR/kscd/copyright.html +share/doc/HTML/pt_BR/kscd/desenvolvedores.html +share/doc/HTML/pt_BR/kscd/eplogo.html +share/doc/HTML/pt_BR/kscd/eu-no-consigo-fazer-o-cddb-funcionar.-posso-.html +share/doc/HTML/pt_BR/kscd/fundamentos.html +share/doc/HTML/pt_BR/kscd/index.cvlog +share/doc/HTML/pt_BR/kscd/index.docbook +share/doc/HTML/pt_BR/kscd/index.html +share/doc/HTML/pt_BR/kscd/instalao.html +share/doc/HTML/pt_BR/kscd/introducao.html +share/doc/HTML/pt_BR/kscd/kscd1.png +share/doc/HTML/pt_BR/kscd/kscd10.png +share/doc/HTML/pt_BR/kscd/kscd11.png +share/doc/HTML/pt_BR/kscd/kscd13.png +share/doc/HTML/pt_BR/kscd/kscd14.png +share/doc/HTML/pt_BR/kscd/kscd15.png +share/doc/HTML/pt_BR/kscd/kscd16.png +share/doc/HTML/pt_BR/kscd/kscd2.png +share/doc/HTML/pt_BR/kscd/kscd2a.png +share/doc/HTML/pt_BR/kscd/kscd4.png +share/doc/HTML/pt_BR/kscd/kscd5.png +share/doc/HTML/pt_BR/kscd/kscd6.png +share/doc/HTML/pt_BR/kscd/kscd7.png +share/doc/HTML/pt_BR/kscd/kscd8.png +share/doc/HTML/pt_BR/kscd/kscd9.png +share/doc/HTML/pt_BR/kscd/o-editor-do-banco-de-dados-de-cds.html +share/doc/HTML/pt_BR/kscd/perguntas-e-respostas.html +share/doc/HTML/pt_BR/kscd/pr-requisitos.html +share/doc/HTML/pt_BR/kscd/suporte-a-cddb.html +share/doc/HTML/pt_BR/kshisen/.anchors +share/doc/HTML/pt_BR/kshisen/common +share/doc/HTML/pt_BR/kshisen/eplogo.html +share/doc/HTML/pt_BR/kshisen/index.cvlog +share/doc/HTML/pt_BR/kshisen/index.docbook +share/doc/HTML/pt_BR/kshisen/index.html +share/doc/HTML/pt_BR/kshisen/introducao.html +share/doc/HTML/pt_BR/ksirtet/.anchors +share/doc/HTML/pt_BR/ksirtet/common +share/doc/HTML/pt_BR/ksirtet/eplogo.html +share/doc/HTML/pt_BR/ksirtet/index.cvlog +share/doc/HTML/pt_BR/ksirtet/index.docbook +share/doc/HTML/pt_BR/ksirtet/index.html +share/doc/HTML/pt_BR/ksirtet/introducao.html +share/doc/HTML/pt_BR/ksnake/.anchors +share/doc/HTML/pt_BR/ksnake/common +share/doc/HTML/pt_BR/ksnake/eplogo.html +share/doc/HTML/pt_BR/ksnake/index.cvlog +share/doc/HTML/pt_BR/ksnake/index.docbook +share/doc/HTML/pt_BR/ksnake/index.html +share/doc/HTML/pt_BR/ksnake/introducao.html +share/doc/HTML/pt_BR/ksnake/personalizao.html +share/doc/HTML/pt_BR/ksnake/pontuao.html +share/doc/HTML/pt_BR/ksnake/regrasdojogo.html +share/doc/HTML/pt_BR/kspaceduel/.anchors +share/doc/HTML/pt_BR/kspaceduel/common +share/doc/HTML/pt_BR/kspaceduel/configuraes.html +share/doc/HTML/pt_BR/kspaceduel/energia.html +share/doc/HTML/pt_BR/kspaceduel/index.cvlog +share/doc/HTML/pt_BR/kspaceduel/index.docbook +share/doc/HTML/pt_BR/kspaceduel/index.html +share/doc/HTML/pt_BR/kspaceduel/introducao.html +share/doc/HTML/pt_BR/kspaceduel/licena.html +share/doc/HTML/pt_BR/kspaceduel/opes.html +share/doc/HTML/pt_BR/kspaceduel/pontos.html +share/doc/HTML/pt_BR/kspaceduel/projeteis-e-minas.html +share/doc/HTML/pt_BR/kspaceduel/regrasdojogo.html +share/doc/HTML/pt_BR/ksysv/.anchors +share/doc/HTML/pt_BR/ksysv/apndice.html +share/doc/HTML/pt_BR/ksysv/autores.html +share/doc/HTML/pt_BR/ksysv/common +share/doc/HTML/pt_BR/ksysv/configurao.html +share/doc/HTML/pt_BR/ksysv/crditos.html +share/doc/HTML/pt_BR/ksysv/fundamentosdeuso.html +share/doc/HTML/pt_BR/ksysv/index.cvlog +share/doc/HTML/pt_BR/ksysv/index.docbook +share/doc/HTML/pt_BR/ksysv/index.html +share/doc/HTML/pt_BR/ksysv/introducao.html +share/doc/HTML/pt_BR/ksysv/licena.html +share/doc/HTML/pt_BR/ksysv/os-itens-do-menu.html +share/doc/HTML/pt_BR/ksysv/semantica-padro-dos-nveis-de-execuo.html +share/doc/HTML/pt_BR/ksysv/teclado.html share/doc/HTML/pt_BR/ktalkd/.anchors +share/doc/HTML/pt_BR/ktalkd/common share/doc/HTML/pt_BR/ktalkd/como-posso-obter-informaes-de-depurao-do-kta.html share/doc/HTML/pt_BR/ktalkd/compilao-e-instalao.html share/doc/HTML/pt_BR/ktalkd/copyright.html +share/doc/HTML/pt_BR/ktalkd/index.cvlog +share/doc/HTML/pt_BR/ktalkd/index.docbook share/doc/HTML/pt_BR/ktalkd/index.html share/doc/HTML/pt_BR/ktalkd/instalao.html share/doc/HTML/pt_BR/ktalkd/introduo.html @@ -11828,170 +11318,81 @@ share/doc/HTML/pt_BR/ktalkd/plataformas-suportadas.html share/doc/HTML/pt_BR/ktalkd/por-que-eu-como-usurio-normal-recebo-anncios.html share/doc/HTML/pt_BR/ktalkd/pr-requisitos.html share/doc/HTML/pt_BR/ktalkd/uso.html -share/doc/HTML/pt_BR/ktalkd/common -share/doc/HTML/pt_BR/ktalkd/index.cvlog -share/doc/HTML/pt_BR/ktalkd/index.docbook -share/doc/HTML/pt_BR/ark/.anchors -share/doc/HTML/pt_BR/ark/abrir-e-ver-arquivos-empacotados.html -share/doc/HTML/pt_BR/ark/ajuda.html -share/doc/HTML/pt_BR/ark/as-opes-do-menu.html -share/doc/HTML/pt_BR/ark/criar-e-adicionar-arquivos-a-pacotes.html -share/doc/HTML/pt_BR/ark/editar.html -share/doc/HTML/pt_BR/ark/eplogo.html -share/doc/HTML/pt_BR/ark/extrair-arquivos-individuais-de-dentro-dos-p.html -share/doc/HTML/pt_BR/ark/index.html -share/doc/HTML/pt_BR/ark/introduo.html -share/doc/HTML/pt_BR/ark/operaes-fundamentais.html -share/doc/HTML/pt_BR/ark/opes.html -share/doc/HTML/pt_BR/ark/trabalhar-com-arquivos-empacotados.html -share/doc/HTML/pt_BR/ark/common -share/doc/HTML/pt_BR/ark/index.cvlog -share/doc/HTML/pt_BR/ark/index.docbook -share/doc/HTML/pt_BR/karm/.anchors -share/doc/HTML/pt_BR/karm/autor.html -share/doc/HTML/pt_BR/karm/index.html -share/doc/HTML/pt_BR/karm/introduo.html -share/doc/HTML/pt_BR/karm/problemas.html -share/doc/HTML/pt_BR/karm/usando-o-contador-de-tempo.html -share/doc/HTML/pt_BR/karm/common -share/doc/HTML/pt_BR/karm/index.cvlog -share/doc/HTML/pt_BR/karm/index.docbook -share/doc/HTML/pt_BR/kcalc/.anchors -share/doc/HTML/pt_BR/kcalc/comentrios-sobre-funes-especficas.html -share/doc/HTML/pt_BR/kcalc/como-eu-obtenho-dois-dgitos-decimais-fixos.html -share/doc/HTML/pt_BR/kcalc/como-eu-obtenho-o-nmero-de-euler-e.html -share/doc/HTML/pt_BR/kcalc/compilao-e-instalao.html -share/doc/HTML/pt_BR/kcalc/copyright.html -share/doc/HTML/pt_BR/kcalc/cortar-e-colar.html -share/doc/HTML/pt_BR/kcalc/dicas-e-truques.html -share/doc/HTML/pt_BR/kcalc/e-a-preciso.html -share/doc/HTML/pt_BR/kcalc/funo-de-porcentagem.html -share/doc/HTML/pt_BR/kcalc/index-0.html -share/doc/HTML/pt_BR/kcalc/index.html -share/doc/HTML/pt_BR/kcalc/instalao.html -share/doc/HTML/pt_BR/kcalc/introduo.html -share/doc/HTML/pt_BR/kcalc/inv-mod.html -share/doc/HTML/pt_BR/kcalc/common -share/doc/HTML/pt_BR/kcalc/lsh-rsh.html -share/doc/HTML/pt_BR/kcalc/modo-trigonomtrico.html -share/doc/HTML/pt_BR/kcalc/modos.html -share/doc/HTML/pt_BR/kcalc/perguntas-e-respostas.html -share/doc/HTML/pt_BR/kcalc/pr-requisitos.html -share/doc/HTML/pt_BR/kcalc/preciso-fixa.html -share/doc/HTML/pt_BR/kcalc/teclas-de-atalho.html -share/doc/HTML/pt_BR/kcalc/uso.html -share/doc/HTML/pt_BR/kcalc/index.cvlog -share/doc/HTML/pt_BR/kcalc/index.docbook -share/doc/HTML/pt_BR/kedit/.anchors -share/doc/HTML/pt_BR/kedit/ajuda.html -share/doc/HTML/pt_BR/kedit/compilao-e-instalao.html -share/doc/HTML/pt_BR/kedit/editando-arquivos-na-internet.html -share/doc/HTML/pt_BR/kedit/editar.html -share/doc/HTML/pt_BR/kedit/fundamentos.html -share/doc/HTML/pt_BR/kedit/imprimindo.html -share/doc/HTML/pt_BR/kedit/index.html -share/doc/HTML/pt_BR/kedit/instalao.html -share/doc/HTML/pt_BR/kedit/introduo.html -share/doc/HTML/pt_BR/kedit/itens-requeridos.html -share/doc/HTML/pt_BR/kedit/opes.html -share/doc/HTML/pt_BR/kedit/os-items-do-menu.html -share/doc/HTML/pt_BR/kedit/perguntas-e-respostas..html -share/doc/HTML/pt_BR/kedit/teclas-de-controle.html -share/doc/HTML/pt_BR/kedit/common -share/doc/HTML/pt_BR/kedit/index.cvlog -share/doc/HTML/pt_BR/kedit/index.docbook -share/doc/HTML/pt_BR/kfloppy/.anchors -share/doc/HTML/pt_BR/kfloppy/compilao-e-instalao.html -share/doc/HTML/pt_BR/kfloppy/copyright.html -share/doc/HTML/pt_BR/kfloppy/index.html -share/doc/HTML/pt_BR/kfloppy/instalao.html -share/doc/HTML/pt_BR/kfloppy/introduo.html -share/doc/HTML/pt_BR/kfloppy/pr-requisitos.html -share/doc/HTML/pt_BR/kfloppy/uso.html -share/doc/HTML/pt_BR/kfloppy/common -share/doc/HTML/pt_BR/kfloppy/index.cvlog -share/doc/HTML/pt_BR/kfloppy/index.docbook -share/doc/HTML/pt_BR/kljettool/.anchors -share/doc/HTML/pt_BR/kljettool/compilao-e-instalao.html -share/doc/HTML/pt_BR/kljettool/copyright.html -share/doc/HTML/pt_BR/kljettool/fazendo-o-kljettool-trabalhar.html -share/doc/HTML/pt_BR/kljettool/index.html -share/doc/HTML/pt_BR/kljettool/instalao.html -share/doc/HTML/pt_BR/kljettool/introduo.html -share/doc/HTML/pt_BR/kljettool/pr-requisitos.html -share/doc/HTML/pt_BR/kljettool/uso.html -share/doc/HTML/pt_BR/kljettool/common -share/doc/HTML/pt_BR/kljettool/index.cvlog -share/doc/HTML/pt_BR/kljettool/index.docbook -share/doc/HTML/pt_BR/knotes/.anchors -share/doc/HTML/pt_BR/knotes/alarme-....html -share/doc/HTML/pt_BR/knotes/apagar-nota.html -share/doc/HTML/pt_BR/knotes/as-opes-do-menu-de-contexto.html -share/doc/HTML/pt_BR/knotes/atalhos-de-teclado.html -share/doc/HTML/pt_BR/knotes/auto-indentar.html -share/doc/HTML/pt_BR/knotes/borda-3d.html -share/doc/HTML/pt_BR/knotes/calendrio.html -share/doc/HTML/pt_BR/knotes/clique-duplo-em-urls.html -share/doc/HTML/pt_BR/knotes/compilao-e-instalao.html -share/doc/HTML/pt_BR/knotes/cores.html -share/doc/HTML/pt_BR/knotes/enviar-nota-por-mail.html -share/doc/HTML/pt_BR/knotes/fechar.html -share/doc/HTML/pt_BR/knotes/fonte.html -share/doc/HTML/pt_BR/knotes/fundamentos.html -share/doc/HTML/pt_BR/knotes/impresso.html -share/doc/HTML/pt_BR/knotes/imprimir-nota.html -share/doc/HTML/pt_BR/knotes/common -share/doc/HTML/pt_BR/knotes/index.html -share/doc/HTML/pt_BR/knotes/instalao.html -share/doc/HTML/pt_BR/knotes/introduo.html -share/doc/HTML/pt_BR/knotes/limpar.html -share/doc/HTML/pt_BR/knotes/mudar-valores-padro.html -share/doc/HTML/pt_BR/knotes/nova-nota.html -share/doc/HTML/pt_BR/knotes/perguntas-e-respostas.html -share/doc/HTML/pt_BR/knotes/pr-requisitos.html -share/doc/HTML/pt_BR/knotes/redimensionando-o-knotes.html -share/doc/HTML/pt_BR/knotes/renomear-nota.html -share/doc/HTML/pt_BR/knotes/index.cvlog -share/doc/HTML/pt_BR/knotes/index.docbook share/doc/HTML/pt_BR/kvideolist/.anchors share/doc/HTML/pt_BR/kvideolist/a-barra-de-ferramentas.html share/doc/HTML/pt_BR/kvideolist/adicionando-um-filme.html share/doc/HTML/pt_BR/kvideolist/apagando-um-filme.html share/doc/HTML/pt_BR/kvideolist/classificao-e-modos-de-classificao.html +share/doc/HTML/pt_BR/kvideolist/common share/doc/HTML/pt_BR/kvideolist/contactando-o-autor.html share/doc/HTML/pt_BR/kvideolist/copyright.html share/doc/HTML/pt_BR/kvideolist/editando-um-filme.html share/doc/HTML/pt_BR/kvideolist/eplogo.html share/doc/HTML/pt_BR/kvideolist/escolher-gnero.html +share/doc/HTML/pt_BR/kvideolist/index.cvlog +share/doc/HTML/pt_BR/kvideolist/index.docbook share/doc/HTML/pt_BR/kvideolist/index.html share/doc/HTML/pt_BR/kvideolist/introducao.html share/doc/HTML/pt_BR/kvideolist/motivao.html share/doc/HTML/pt_BR/kvideolist/primeiros-passos.html share/doc/HTML/pt_BR/kvideolist/procurando-filmes-e-modo-de-procura.html -share/doc/HTML/pt_BR/kvideolist/common share/doc/HTML/pt_BR/kvideolist/produzindo-estatsticas.html share/doc/HTML/pt_BR/kvideolist/recursos-bsicos.html -share/doc/HTML/pt_BR/kvideolist/index.cvlog -share/doc/HTML/pt_BR/kvideolist/index.docbook -share/doc/HTML/ro/common/fdl-translated.html -share/doc/HTML/ro/common/gpl-translated.html -share/doc/HTML/ro/common/kde-localised.css -share/doc/HTML/ro/common/lgpl-translated.html -share/doc/HTML/ro/common/logotp3.png +share/doc/HTML/pt_BR/kwm/.anchors +share/doc/HTML/pt_BR/kwm/autores.html +share/doc/HTML/pt_BR/kwm/comandos.html +share/doc/HTML/pt_BR/kwm/common +share/doc/HTML/pt_BR/kwm/configurao.html +share/doc/HTML/pt_BR/kwm/controle-do-mouse.html +share/doc/HTML/pt_BR/kwm/eplogo.html +share/doc/HTML/pt_BR/kwm/eventosdesom.html +share/doc/HTML/pt_BR/kwm/index.cvlog +share/doc/HTML/pt_BR/kwm/index.docbook +share/doc/HTML/pt_BR/kwm/index.html +share/doc/HTML/pt_BR/kwm/introducao.html +share/doc/HTML/pt_BR/kwm/minicli.html +share/doc/HTML/pt_BR/kwm/o-kwm-suporta-janelas-sombreadas-a-la-openst.html +share/doc/HTML/pt_BR/kwm/perguntasmaisfreqentes.html +share/doc/HTML/pt_BR/kwm/por-que-eu-no-posso-definir-novos-atalhos-de.html +share/doc/HTML/pt_BR/kwm/por-que-o-kwm-parece-tanto-com-o-windows-95.html +share/doc/HTML/pt_BR/kwm/possvel-adicionar-extenses-do-kde-a-outros.html +share/doc/HTML/pt_BR/kwm/shortcuts.html +share/doc/HTML/pt_BR/kwm/usandooemphasiskwmemphasis.html +share/doc/HTML/ro/ark/.anchors +share/doc/HTML/ro/ark/common +share/doc/HTML/ro/ark/crearea-si-adugarea-fisierelor-la-o-arhiv.html +share/doc/HTML/ro/ark/deschiderea-si-vizializarea-arhivelor.html +share/doc/HTML/ro/ark/despachetarea-arhivelor.html +share/doc/HTML/ro/ark/edit-editare.html +share/doc/HTML/ro/ark/epilog.html +share/doc/HTML/ro/ark/help-ajutor1.html +share/doc/HTML/ro/ark/index.cvlog +share/doc/HTML/ro/ark/index.docbook +share/doc/HTML/ro/ark/index.html +share/doc/HTML/ro/ark/introducere.html +share/doc/HTML/ro/ark/lucrul-cu-fisiere.html +share/doc/HTML/ro/ark/lucruri-fundamentale-n-leg-cu-aparitia-pe-ec.html +share/doc/HTML/ro/ark/options-optiuni.html +share/doc/HTML/ro/ark/optiunile-din-meniu.html share/doc/HTML/ro/common/artistic-license.html share/doc/HTML/ro/common/bsd-license.html share/doc/HTML/ro/common/caution.png share/doc/HTML/ro/common/fdl-license share/doc/HTML/ro/common/fdl-license.html +share/doc/HTML/ro/common/fdl-translated.html share/doc/HTML/ro/common/gpl-license share/doc/HTML/ro/common/gpl-license.html +share/doc/HTML/ro/common/gpl-translated.html share/doc/HTML/ro/common/home.png share/doc/HTML/ro/common/important.png share/doc/HTML/ro/common/kde-common.css share/doc/HTML/ro/common/kde-default.css +share/doc/HTML/ro/common/kde-localised.css share/doc/HTML/ro/common/lgpl-license share/doc/HTML/ro/common/lgpl-license.html +share/doc/HTML/ro/common/lgpl-translated.html share/doc/HTML/ro/common/logotp3-small.png +share/doc/HTML/ro/common/logotp3.png share/doc/HTML/ro/common/next.png share/doc/HTML/ro/common/note.png share/doc/HTML/ro/common/prev.png @@ -12004,8 +11405,15 @@ share/doc/HTML/ro/common/up.png share/doc/HTML/ro/common/warning.png share/doc/HTML/ro/common/x11-license.html share/doc/HTML/ro/common/xml.dcl +share/doc/HTML/ro/kcmbell/.anchors +share/doc/HTML/ro/kcmbell/common +share/doc/HTML/ro/kcmbell/configuringthebell.html +share/doc/HTML/ro/kcmbell/index.docbook +share/doc/HTML/ro/kcmbell/index.html share/doc/HTML/ro/kdat/.anchors +share/doc/HTML/ro/kdat/common share/doc/HTML/ro/kdat/copyright.html +share/doc/HTML/ro/kdat/index.docbook share/doc/HTML/ro/kdat/index.html share/doc/HTML/ro/kdat/introduction.html share/doc/HTML/ro/kdat/secbackingup.html @@ -12017,47 +11425,34 @@ share/doc/HTML/ro/kdat/secrestoring.html share/doc/HTML/ro/kdat/sectapeformat.html share/doc/HTML/ro/kdat/secverifying.html share/doc/HTML/ro/kdat/usingkdat.html -share/doc/HTML/ro/kdat/common -share/doc/HTML/ro/kdat/index.docbook -share/doc/HTML/ro/kpackage/.anchors -share/doc/HTML/ro/kpackage/cache-menu.html -share/doc/HTML/ro/kpackage/compilation-and-installation.html -share/doc/HTML/ro/kpackage/epilog.html -share/doc/HTML/ro/kpackage/index.html -share/doc/HTML/ro/kpackage/installation.html -share/doc/HTML/ro/kpackage/installing-packages.html -share/doc/HTML/ro/kpackage/integrating-uninstalled-packages-in-the-tree.html -share/doc/HTML/ro/kpackage/introduction.html -share/doc/HTML/ro/kpackage/managing-packages-tree.html -share/doc/HTML/ro/kpackage/menus.html -share/doc/HTML/ro/kpackage/onscreenfundamentals.html -share/doc/HTML/ro/kpackage/options-menu.html -share/doc/HTML/ro/kpackage/packages-menu.html -share/doc/HTML/ro/kpackage/requirements.html -share/doc/HTML/ro/kpackage/toolbar.html -share/doc/HTML/ro/kpackage/uninstalling-packages.html -share/doc/HTML/ro/kpackage/common -share/doc/HTML/ro/kpackage/index.docbook -share/doc/HTML/ro/ksysv/.anchors -share/doc/HTML/ro/ksysv/appendix.html -share/doc/HTML/ro/ksysv/authors.html -share/doc/HTML/ro/ksysv/configuration.html -share/doc/HTML/ro/ksysv/credits.html -share/doc/HTML/ro/ksysv/index.html -share/doc/HTML/ro/ksysv/introduction.html -share/doc/HTML/ro/ksysv/keyboard.html -share/doc/HTML/ro/ksysv/license.html -share/doc/HTML/ro/ksysv/onscreenfundamentals.html -share/doc/HTML/ro/ksysv/standardsemantics.html -share/doc/HTML/ro/ksysv/themenuentries.html -share/doc/HTML/ro/ksysv/translation.html -share/doc/HTML/ro/ksysv/common -share/doc/HTML/ro/ksysv/index.docbook -share/doc/HTML/ro/kcmbell/.anchors -share/doc/HTML/ro/kcmbell/configuringthebell.html -share/doc/HTML/ro/kcmbell/index.html -share/doc/HTML/ro/kcmbell/common -share/doc/HTML/ro/kcmbell/index.docbook +share/doc/HTML/ro/kdebase/.anchors +share/doc/HTML/ro/kdebase/common +share/doc/HTML/ro/kdebase/contact-developers.html +share/doc/HTML/ro/kdebase/contact-more-information.html +share/doc/HTML/ro/kdebase/contact-official.html +share/doc/HTML/ro/kdebase/contact-the-kde-team.html +share/doc/HTML/ro/kdebase/contact.docbook +share/doc/HTML/ro/kdebase/credits.html +share/doc/HTML/ro/kdebase/help-system-user-manual.html +share/doc/HTML/ro/kdebase/help.docbook +share/doc/HTML/ro/kdebase/index.docbook +share/doc/HTML/ro/kdebase/index.html +share/doc/HTML/ro/kdebase/interface-basics.html +share/doc/HTML/ro/kdebase/invoking-help.html +share/doc/HTML/ro/kdebase/links.docbook +share/doc/HTML/ro/kdebase/no-html.html +share/doc/HTML/ro/kdebase/support.docbook +share/doc/HTML/ro/kdebase/supporting-kde-financial-support.html +share/doc/HTML/ro/kdebase/supporting-kde-get-started.html +share/doc/HTML/ro/kdebase/supporting-kde.html +share/doc/HTML/ro/kdebase/web.html +share/doc/HTML/ro/kdebase/welcome-to-kde.html +share/doc/HTML/ro/kdebase/welcome.docbook +share/doc/HTML/ro/kdebase/what-is-kde-the-desktop.html +share/doc/HTML/ro/kdebase/what-is-kde-the-development-framework.html +share/doc/HTML/ro/kdebase/what-is-kde-the-office-suite.html +share/doc/HTML/ro/kdebase/what-is-kde.html +share/doc/HTML/ro/kdebase/whatiskde.docbook share/doc/HTML/ro/khelpcenter/faq/.anchors share/doc/HTML/ro/khelpcenter/faq/aboutthisfaq.html share/doc/HTML/ro/khelpcenter/faq/acronyms.html @@ -12076,6 +11471,7 @@ share/doc/HTML/ro/khelpcenter/faq/cleaninstalling.html share/doc/HTML/ro/khelpcenter/faq/clonecde.html share/doc/HTML/ro/khelpcenter/faq/colordepth.html share/doc/HTML/ro/khelpcenter/faq/commercialsoftware.html +share/doc/HTML/ro/khelpcenter/faq/common share/doc/HTML/ro/khelpcenter/faq/configurescript.html share/doc/HTML/ro/khelpcenter/faq/configuringkde.html share/doc/HTML/ro/khelpcenter/faq/contributing.html @@ -12108,12 +11504,13 @@ share/doc/HTML/ro/khelpcenter/faq/howtostartkde.html share/doc/HTML/ro/khelpcenter/faq/howtosubscribe.html share/doc/HTML/ro/khelpcenter/faq/iconsfornonkde.html share/doc/HTML/ro/khelpcenter/faq/iconslocation.html +share/doc/HTML/ro/khelpcenter/faq/index.docbook share/doc/HTML/ro/khelpcenter/faq/index.html share/doc/HTML/ro/khelpcenter/faq/installationinstructions.html -share/doc/HTML/ro/khelpcenter/faq/kbiff.html share/doc/HTML/ro/khelpcenter/faq/installinstructions.html share/doc/HTML/ro/khelpcenter/faq/internationalkeyboard.html share/doc/HTML/ro/khelpcenter/faq/introduction.html +share/doc/HTML/ro/khelpcenter/faq/kbiff.html share/doc/HTML/ro/khelpcenter/faq/kbuttonchange.html share/doc/HTML/ro/khelpcenter/faq/kdeapplications.html share/doc/HTML/ro/khelpcenter/faq/kdeappswithouticons.html @@ -12127,9 +11524,9 @@ share/doc/HTML/ro/khelpcenter/faq/kdemanager.html share/doc/HTML/ro/khelpcenter/faq/kdenewsgroups.html share/doc/HTML/ro/khelpcenter/faq/kdeonaix.html share/doc/HTML/ro/khelpcenter/faq/kdeonirix6x.html -share/doc/HTML/ro/khelpcenter/faq/kdeupdate.html share/doc/HTML/ro/khelpcenter/faq/kdeonlaptop.html share/doc/HTML/ro/khelpcenter/faq/kdesettingslost.html +share/doc/HTML/ro/khelpcenter/faq/kdeupdate.html share/doc/HTML/ro/khelpcenter/faq/kdeversion.html share/doc/HTML/ro/khelpcenter/faq/kdewithnonkdeapplications.html share/doc/HTML/ro/khelpcenter/faq/kdmdontreadbashprofile.html @@ -12146,7 +11543,6 @@ share/doc/HTML/ro/khelpcenter/faq/kornandkbiff.html share/doc/HTML/ro/khelpcenter/faq/kpaneloutofkwm.html share/doc/HTML/ro/khelpcenter/faq/kscd.html share/doc/HTML/ro/khelpcenter/faq/ktop.html -share/doc/HTML/ro/khelpcenter/faq/common share/doc/HTML/ro/khelpcenter/faq/kvt.html share/doc/HTML/ro/khelpcenter/faq/kwmpagerclosing.html share/doc/HTML/ro/khelpcenter/faq/libncurses.html @@ -12215,13 +11611,13 @@ share/doc/HTML/ro/khelpcenter/faq/writeondevellist.html share/doc/HTML/ro/khelpcenter/faq/wrongcharset.html share/doc/HTML/ro/khelpcenter/faq/wrongpanelclock.html share/doc/HTML/ro/khelpcenter/faq/xserveronwin95.html -share/doc/HTML/ro/khelpcenter/faq/index.docbook share/doc/HTML/ro/khelpcenter/userguide/.anchors share/doc/HTML/ro/khelpcenter/userguide/aboutthispreview.html share/doc/HTML/ro/khelpcenter/userguide/activatingthescreen.html share/doc/HTML/ro/khelpcenter/userguide/addingprogramsandshortcut.html share/doc/HTML/ro/khelpcenter/userguide/allaboutyourdesktop.html share/doc/HTML/ro/khelpcenter/userguide/backgroundofkde.html +share/doc/HTML/ro/khelpcenter/userguide/common share/doc/HTML/ro/khelpcenter/userguide/contactingauthors.html share/doc/HTML/ro/khelpcenter/userguide/creatingnewfiles.html share/doc/HTML/ro/khelpcenter/userguide/customizingkdethekcontrolcenter.html @@ -12230,14 +11626,15 @@ share/doc/HTML/ro/khelpcenter/userguide/draganddrop.html share/doc/HTML/ro/khelpcenter/userguide/entertainmentapplications.html share/doc/HTML/ro/khelpcenter/userguide/epilog.html share/doc/HTML/ro/khelpcenter/userguide/findingyourlostfiles.html -share/doc/HTML/ro/khelpcenter/userguide/gnulicense.html share/doc/HTML/ro/khelpcenter/userguide/firstimpressions.html share/doc/HTML/ro/khelpcenter/userguide/frequentlyaskedquestionsaboutkde.html share/doc/HTML/ro/khelpcenter/userguide/gettingstarted.html +share/doc/HTML/ro/khelpcenter/userguide/gnulicense.html share/doc/HTML/ro/khelpcenter/userguide/graphicalapplications.html share/doc/HTML/ro/khelpcenter/userguide/greetings.html share/doc/HTML/ro/khelpcenter/userguide/howtogetnewcomponents.html share/doc/HTML/ro/khelpcenter/userguide/icannotcompilepackagexxx.html +share/doc/HTML/ro/khelpcenter/userguide/index.docbook share/doc/HTML/ro/khelpcenter/userguide/index.html share/doc/HTML/ro/khelpcenter/userguide/inputdevices.html share/doc/HTML/ro/khelpcenter/userguide/installation.html @@ -12265,7 +11662,6 @@ share/doc/HTML/ro/khelpcenter/userguide/sourcesofinformation.html share/doc/HTML/ro/khelpcenter/userguide/suseinstall.html share/doc/HTML/ro/khelpcenter/userguide/systeminformation.html share/doc/HTML/ro/khelpcenter/userguide/tricksforyourdailywork.html -share/doc/HTML/ro/khelpcenter/userguide/common share/doc/HTML/ro/khelpcenter/userguide/usingcommandline.html share/doc/HTML/ro/khelpcenter/userguide/usingmultipledesktops.html share/doc/HTML/ro/khelpcenter/userguide/usingtgztoinstall.html @@ -12275,110 +11671,81 @@ share/doc/HTML/ro/khelpcenter/userguide/utilityapplications.html share/doc/HTML/ro/khelpcenter/userguide/westillneedpeople.html share/doc/HTML/ro/khelpcenter/userguide/whatismissing.html share/doc/HTML/ro/khelpcenter/userguide/whatiurgentlyneed.html -share/doc/HTML/ro/khelpcenter/userguide/index.docbook share/doc/HTML/ro/kikbd/.anchors share/doc/HTML/ro/kikbd/advanced.html +share/doc/HTML/ro/kikbd/advanced.png share/doc/HTML/ro/kikbd/authors.html share/doc/HTML/ro/kikbd/bugreporting.html +share/doc/HTML/ro/kikbd/common share/doc/HTML/ro/kikbd/config.html share/doc/HTML/ro/kikbd/create.html share/doc/HTML/ro/kikbd/general.html +share/doc/HTML/ro/kikbd/general.png +share/doc/HTML/ro/kikbd/index.docbook share/doc/HTML/ro/kikbd/index.html share/doc/HTML/ro/kikbd/installation.html share/doc/HTML/ro/kikbd/introduction.html share/doc/HTML/ro/kikbd/nationalkeyboard.html share/doc/HTML/ro/kikbd/screensaverpassword.html share/doc/HTML/ro/kikbd/startup.html -share/doc/HTML/ro/kikbd/style.html -share/doc/HTML/ro/kikbd/troubleshooting.html -share/doc/HTML/ro/kikbd/common -share/doc/HTML/ro/kikbd/advanced.png -share/doc/HTML/ro/kikbd/general.png -share/doc/HTML/ro/kikbd/index.docbook share/doc/HTML/ro/kikbd/startup.png +share/doc/HTML/ro/kikbd/style.html share/doc/HTML/ro/kikbd/style.png +share/doc/HTML/ro/kikbd/troubleshooting.html +share/doc/HTML/ro/kpackage/.anchors +share/doc/HTML/ro/kpackage/cache-menu.html +share/doc/HTML/ro/kpackage/common +share/doc/HTML/ro/kpackage/compilation-and-installation.html +share/doc/HTML/ro/kpackage/epilog.html +share/doc/HTML/ro/kpackage/index.docbook +share/doc/HTML/ro/kpackage/index.html +share/doc/HTML/ro/kpackage/installation.html +share/doc/HTML/ro/kpackage/installing-packages.html +share/doc/HTML/ro/kpackage/integrating-uninstalled-packages-in-the-tree.html +share/doc/HTML/ro/kpackage/introduction.html +share/doc/HTML/ro/kpackage/managing-packages-tree.html +share/doc/HTML/ro/kpackage/menus.html +share/doc/HTML/ro/kpackage/onscreenfundamentals.html +share/doc/HTML/ro/kpackage/options-menu.html +share/doc/HTML/ro/kpackage/packages-menu.html +share/doc/HTML/ro/kpackage/requirements.html +share/doc/HTML/ro/kpackage/toolbar.html +share/doc/HTML/ro/kpackage/uninstalling-packages.html share/doc/HTML/ro/kpanel/.anchors share/doc/HTML/ro/kpanel/advanced.html share/doc/HTML/ro/kpanel/autori.html +share/doc/HTML/ro/kpanel/common share/doc/HTML/ro/kpanel/configurareapanoului.html share/doc/HTML/ro/kpanel/confmenu.html share/doc/HTML/ro/kpanel/confpanelicons.html share/doc/HTML/ro/kpanel/confvdesk.html +share/doc/HTML/ro/kpanel/index.cvlog +share/doc/HTML/ro/kpanel/index.docbook share/doc/HTML/ro/kpanel/index.html share/doc/HTML/ro/kpanel/introducere.html share/doc/HTML/ro/kpanel/kpanelrc.html share/doc/HTML/ro/kpanel/lucrurifundamentale.html share/doc/HTML/ro/kpanel/merite.html share/doc/HTML/ro/kpanel/panel.html -share/doc/HTML/ro/kpanel/common -share/doc/HTML/ro/kpanel/index.cvlog -share/doc/HTML/ro/kpanel/index.docbook -share/doc/HTML/ro/kwm/.anchors -share/doc/HTML/ro/kwm/comenzi.html -share/doc/HTML/ro/kwm/configurare.html -share/doc/HTML/ro/kwm/controlul-cu-ajutorul-mouse-ului.html -share/doc/HTML/ro/kwm/cumsefolosesteemphasiskwmemphasis.html -share/doc/HTML/ro/kwm/de-ce-nu-mi-pot-defini-acceleratori-noi-pent.html -share/doc/HTML/ro/kwm/de-ce-seamn-kwm-asa-de-mul-cu-windows-95.html -share/doc/HTML/ro/kwm/efectesonore.html -share/doc/HTML/ro/kwm/epilog.html -share/doc/HTML/ro/kwm/este-posibil-s-adaug-extensii-kde-la-alte-ma.html -share/doc/HTML/ro/kwm/index.html -share/doc/HTML/ro/kwm/introducere.html -share/doc/HTML/ro/kwm/minicli.html -share/doc/HTML/ro/kwm/shortcuts.html -share/doc/HTML/ro/kwm/ntrebrifrecvente.html -share/doc/HTML/ro/kwm/poate-kwm-desena-ferestre-cu-bara-de-titlu-c.html -share/doc/HTML/ro/kwm/common -share/doc/HTML/ro/kwm/index.cvlog -share/doc/HTML/ro/kwm/index.docbook -share/doc/HTML/ro/kdebase/.anchors -share/doc/HTML/ro/kdebase/contact-developers.html -share/doc/HTML/ro/kdebase/contact-more-information.html -share/doc/HTML/ro/kdebase/contact-official.html -share/doc/HTML/ro/kdebase/contact-the-kde-team.html -share/doc/HTML/ro/kdebase/credits.html -share/doc/HTML/ro/kdebase/help-system-user-manual.html -share/doc/HTML/ro/kdebase/index.html -share/doc/HTML/ro/kdebase/interface-basics.html -share/doc/HTML/ro/kdebase/invoking-help.html -share/doc/HTML/ro/kdebase/supporting-kde-financial-support.html -share/doc/HTML/ro/kdebase/supporting-kde-get-started.html -share/doc/HTML/ro/kdebase/supporting-kde.html -share/doc/HTML/ro/kdebase/web.html -share/doc/HTML/ro/kdebase/welcome-to-kde.html -share/doc/HTML/ro/kdebase/common -share/doc/HTML/ro/kdebase/what-is-kde-the-desktop.html -share/doc/HTML/ro/kdebase/what-is-kde-the-development-framework.html -share/doc/HTML/ro/kdebase/what-is-kde-the-office-suite.html -share/doc/HTML/ro/kdebase/what-is-kde.html -share/doc/HTML/ro/kdebase/contact.docbook -share/doc/HTML/ro/kdebase/help.docbook -share/doc/HTML/ro/kdebase/index.docbook -share/doc/HTML/ro/kdebase/links.docbook -share/doc/HTML/ro/kdebase/no-html.html -share/doc/HTML/ro/kdebase/support.docbook -share/doc/HTML/ro/kdebase/welcome.docbook -share/doc/HTML/ro/kdebase/whatiskde.docbook -share/doc/HTML/ro/ark/.anchors -share/doc/HTML/ro/ark/crearea-si-adugarea-fisierelor-la-o-arhiv.html -share/doc/HTML/ro/ark/deschiderea-si-vizializarea-arhivelor.html -share/doc/HTML/ro/ark/despachetarea-arhivelor.html -share/doc/HTML/ro/ark/edit-editare.html -share/doc/HTML/ro/ark/epilog.html -share/doc/HTML/ro/ark/help-ajutor1.html -share/doc/HTML/ro/ark/index.html -share/doc/HTML/ro/ark/introducere.html -share/doc/HTML/ro/ark/lucrul-cu-fisiere.html -share/doc/HTML/ro/ark/lucruri-fundamentale-n-leg-cu-aparitia-pe-ec.html -share/doc/HTML/ro/ark/options-optiuni.html -share/doc/HTML/ro/ark/optiunile-din-meniu.html -share/doc/HTML/ro/ark/common -share/doc/HTML/ro/ark/index.cvlog -share/doc/HTML/ro/ark/index.docbook +share/doc/HTML/ro/ksysv/.anchors +share/doc/HTML/ro/ksysv/appendix.html +share/doc/HTML/ro/ksysv/authors.html +share/doc/HTML/ro/ksysv/common +share/doc/HTML/ro/ksysv/configuration.html +share/doc/HTML/ro/ksysv/credits.html +share/doc/HTML/ro/ksysv/index.docbook +share/doc/HTML/ro/ksysv/index.html +share/doc/HTML/ro/ksysv/introduction.html +share/doc/HTML/ro/ksysv/keyboard.html +share/doc/HTML/ro/ksysv/license.html +share/doc/HTML/ro/ksysv/onscreenfundamentals.html +share/doc/HTML/ro/ksysv/standardsemantics.html +share/doc/HTML/ro/ksysv/themenuentries.html +share/doc/HTML/ro/ksysv/translation.html share/doc/HTML/ro/kvideolist/.anchors share/doc/HTML/ro/kvideolist/adugarea-unui-film.html share/doc/HTML/ro/kvideolist/alegerea-de-tip.html +share/doc/HTML/ro/kvideolist/common share/doc/HTML/ro/kvideolist/contactati-autorul.html share/doc/HTML/ro/kvideolist/copyright.html share/doc/HTML/ro/kvideolist/cutarea-filmelor-si-modul-de-cutare.html @@ -12386,23 +11753,721 @@ share/doc/HTML/ro/kvideolist/despre-sortare-si-modurile-de-sortare.html share/doc/HTML/ro/kvideolist/editarea-unui-film.html share/doc/HTML/ro/kvideolist/epilog.html share/doc/HTML/ro/kvideolist/generarea-datelor-statistice.html +share/doc/HTML/ro/kvideolist/index.cvlog +share/doc/HTML/ro/kvideolist/index.docbook share/doc/HTML/ro/kvideolist/index.html share/doc/HTML/ro/kvideolist/introducere.html share/doc/HTML/ro/kvideolist/motiv.html share/doc/HTML/ro/kvideolist/primii-pasi.html share/doc/HTML/ro/kvideolist/stergerea-unui-film.html -share/doc/HTML/ro/kvideolist/common share/doc/HTML/ro/kvideolist/toolbar-ul.html share/doc/HTML/ro/kvideolist/trsturi-de-baz.html -share/doc/HTML/ro/kvideolist/index.cvlog -share/doc/HTML/ro/kvideolist/index.docbook +share/doc/HTML/ro/kwm/.anchors +share/doc/HTML/ro/kwm/comenzi.html +share/doc/HTML/ro/kwm/common +share/doc/HTML/ro/kwm/configurare.html +share/doc/HTML/ro/kwm/controlul-cu-ajutorul-mouse-ului.html +share/doc/HTML/ro/kwm/cumsefolosesteemphasiskwmemphasis.html +share/doc/HTML/ro/kwm/de-ce-nu-mi-pot-defini-acceleratori-noi-pent.html +share/doc/HTML/ro/kwm/de-ce-seamn-kwm-asa-de-mul-cu-windows-95.html +share/doc/HTML/ro/kwm/efectesonore.html +share/doc/HTML/ro/kwm/epilog.html +share/doc/HTML/ro/kwm/este-posibil-s-adaug-extensii-kde-la-alte-ma.html +share/doc/HTML/ro/kwm/index.cvlog +share/doc/HTML/ro/kwm/index.docbook +share/doc/HTML/ro/kwm/index.html +share/doc/HTML/ro/kwm/introducere.html +share/doc/HTML/ro/kwm/minicli.html +share/doc/HTML/ro/kwm/ntrebrifrecvente.html +share/doc/HTML/ro/kwm/poate-kwm-desena-ferestre-cu-bara-de-titlu-c.html +share/doc/HTML/ro/kwm/shortcuts.html +share/doc/HTML/ru/ark/.anchors +share/doc/HTML/ru/ark/common +share/doc/HTML/ru/ark/index-0.html +share/doc/HTML/ru/ark/index-1.html +share/doc/HTML/ru/ark/index-16.html +share/doc/HTML/ru/ark/index-2.html +share/doc/HTML/ru/ark/index-20.html +share/doc/HTML/ru/ark/index-23.html +share/doc/HTML/ru/ark/index-3.html +share/doc/HTML/ru/ark/index-5.html +share/doc/HTML/ru/ark/index-6.html +share/doc/HTML/ru/ark/index-7.html +share/doc/HTML/ru/ark/index-8.html +share/doc/HTML/ru/ark/index-9.html +share/doc/HTML/ru/ark/index.docbook +share/doc/HTML/ru/ark/index.html +share/doc/HTML/ru/common/artistic-license.html +share/doc/HTML/ru/common/bsd-license.html +share/doc/HTML/ru/common/caution.png +share/doc/HTML/ru/common/fdl-license +share/doc/HTML/ru/common/fdl-license.html +share/doc/HTML/ru/common/gpl-license +share/doc/HTML/ru/common/gpl-license.html +share/doc/HTML/ru/common/home.png +share/doc/HTML/ru/common/important.png +share/doc/HTML/ru/common/kde-common.css +share/doc/HTML/ru/common/kde-default.css +share/doc/HTML/ru/common/kde-localised.css +share/doc/HTML/ru/common/lgpl-license +share/doc/HTML/ru/common/lgpl-license.html +share/doc/HTML/ru/common/logotp3-small.png +share/doc/HTML/ru/common/logotp3.png +share/doc/HTML/ru/common/next.png +share/doc/HTML/ru/common/note.png +share/doc/HTML/ru/common/prev.png +share/doc/HTML/ru/common/qpl-license.html +share/doc/HTML/ru/common/tip.png +share/doc/HTML/ru/common/toc-blank.png +share/doc/HTML/ru/common/toc-minus.png +share/doc/HTML/ru/common/toc-plus.png +share/doc/HTML/ru/common/up.png +share/doc/HTML/ru/common/warning.png +share/doc/HTML/ru/common/x11-license.html +share/doc/HTML/ru/common/xml.dcl +share/doc/HTML/ru/kabalone/.anchors +share/doc/HTML/ru/kabalone/avtory.html +share/doc/HTML/ru/kabalone/common +share/doc/HTML/ru/kabalone/epilog.html +share/doc/HTML/ru/kabalone/index.docbook +share/doc/HTML/ru/kabalone/index.html +share/doc/HTML/ru/kabalone/nastroiki.html +share/doc/HTML/ru/kabalone/prava-kopirovaniia.html +share/doc/HTML/ru/kabalone/pravila-igry.html +share/doc/HTML/ru/kabalone/vvedenie.html +share/doc/HTML/ru/kasteroids/.anchors +share/doc/HTML/ru/kasteroids/avtory.html +share/doc/HTML/ru/kasteroids/common +share/doc/HTML/ru/kasteroids/epilog.html +share/doc/HTML/ru/kasteroids/index.docbook +share/doc/HTML/ru/kasteroids/index.html +share/doc/HTML/ru/kasteroids/kontrolnye-klavishi.html +share/doc/HTML/ru/kasteroids/vvedenie.html +share/doc/HTML/ru/kblackbox/.anchors +share/doc/HTML/ru/kblackbox/chto-takoe-kblackbox.html +share/doc/HTML/ru/kblackbox/common +share/doc/HTML/ru/kblackbox/epilog.html +share/doc/HTML/ru/kblackbox/index.docbook +share/doc/HTML/ru/kblackbox/index.html +share/doc/HTML/ru/kblackbox/interfeis-s-polzovatelem.html +share/doc/HTML/ru/kblackbox/litsenziia.html +share/doc/HTML/ru/kblackbox/opisanie-graficheskogo-interfeisa-s-polzovat.html +share/doc/HTML/ru/kblackbox/opisanie-igry.html +share/doc/HTML/ru/kblackbox/pravila-igry.html +share/doc/HTML/ru/kblackbox/ustanovka.html +share/doc/HTML/ru/kdm/.anchors +share/doc/HTML/ru/kdm/common +share/doc/HTML/ru/kdm/index.docbook +share/doc/HTML/ru/kdm/index.html +share/doc/HTML/ru/kdm/iuridicheskie-voprosy.html +share/doc/HTML/ru/kdm/kdmdesktop.html +share/doc/HTML/ru/kdm/locale.html +share/doc/HTML/ru/kdm/nastroika-kdm.html +share/doc/HTML/ru/kdm/raznye-menedzhery-okon-i-kdm-vybor-menedzher.html +share/doc/HTML/ru/kdm/ustanovka-i-nastroika-kdm.html +share/doc/HTML/ru/kdm/vvedenie.html +share/doc/HTML/ru/kfind/.anchors +share/doc/HTML/ru/kfind/avtory.html +share/doc/HTML/ru/kfind/common +share/doc/HTML/ru/kfind/dialog-zadaniia-parametrov-poiska.html +share/doc/HTML/ru/kfind/index.docbook +share/doc/HTML/ru/kfind/index.html +share/doc/HTML/ru/kfind/kompiliatsiia-i-ustanovka.html +share/doc/HTML/ru/kfind/meniu.html +share/doc/HTML/ru/kfind/nastroika.html +share/doc/HTML/ru/kfind/nastroiki.html +share/doc/HTML/ru/kfind/osnovy-graficheskogo-interfeisa.html +share/doc/HTML/ru/kfind/pomoshch.html +share/doc/HTML/ru/kfind/redaktirovat.html +share/doc/HTML/ru/kfind/trebovaniia.html +share/doc/HTML/ru/kfind/ustanovka.html +share/doc/HTML/ru/kfind/vvedenie.html +share/doc/HTML/ru/kfind/zakliuchenie.html +share/doc/HTML/ru/kfind/zona-prosmotra.html +share/doc/HTML/ru/kfloppy/.anchors +share/doc/HTML/ru/kfloppy/common +share/doc/HTML/ru/kfloppy/index-0.html +share/doc/HTML/ru/kfloppy/index-1.html +share/doc/HTML/ru/kfloppy/index-3.html +share/doc/HTML/ru/kfloppy/index-4.html +share/doc/HTML/ru/kfloppy/index-5.html +share/doc/HTML/ru/kfloppy/index-6.html +share/doc/HTML/ru/kfloppy/index.docbook +share/doc/HTML/ru/kfloppy/index.html +share/doc/HTML/ru/kfm/.anchors +share/doc/HTML/ru/kfm/avtor.html +share/doc/HTML/ru/kfm/avtorskie-prava.html +share/doc/HTML/ru/kfm/blagodarnosti.html +share/doc/HTML/ru/kfm/chastye-voprosy.html +share/doc/HTML/ru/kfm/common +share/doc/HTML/ru/kfm/faily-.kdelnk.html +share/doc/HTML/ru/kfm/index.docbook +share/doc/HTML/ru/kfm/index.html +share/doc/HTML/ru/kfm/internet.html +share/doc/HTML/ru/kfm/ispolzovanie.html +share/doc/HTML/ru/kfm/kak-otkryt-novoe-okno-s-dannym-katalogom.html +share/doc/HTML/ru/kfm/kak-pechatat.html +share/doc/HTML/ru/kfm/kak-pomestit-ssylku-na-url-na-rabochii-stol.html +share/doc/HTML/ru/kfm/kak-smontirovat-ustroistvo.html +share/doc/HTML/ru/kfm/kak-ustanovit-novoe-prilozhenie.html +share/doc/HTML/ru/kfm/kak-ustanovit-novye-tipy-dannykh.html +share/doc/HTML/ru/kfm/kak-vydelit-neskolko-failov.html +share/doc/HTML/ru/kfm/kak-zaglianut-vnutr-faila-tipa-tar.html +share/doc/HTML/ru/kfm/kak-zapustit-kfm-ne-otkryvaia-okna.html +share/doc/HTML/ru/kfm/mnogozadachnost.html +share/doc/HTML/ru/kfm/obshchie-printsipy.html +share/doc/HTML/ru/kfm/shablony.html +share/doc/HTML/ru/kfm/vid.html +share/doc/HTML/ru/kfm/vvedenie.html +share/doc/HTML/ru/kfm/zakladki.html +share/doc/HTML/ru/khelpcenter/background.png +share/doc/HTML/ru/khelpcenter/bgtable.png +share/doc/HTML/ru/khelpcenter/faq/.anchors +share/doc/HTML/ru/khelpcenter/faq/a-kak-naschet-kde-programm-kotorye-ne-imeiut.html +share/doc/HTML/ru/khelpcenter/faq/a-stoit-li-na-samom-dele-perekhodit-na-kde-1.html +share/doc/HTML/ru/khelpcenter/faq/bystroe-peremeshchenie-okon-ili-izmenenie-ik.html +share/doc/HTML/ru/khelpcenter/faq/bzip2.html +share/doc/HTML/ru/khelpcenter/faq/chto-ia-dolzhen-sdelat-chtoby-poluchit-mac-p.html +share/doc/HTML/ru/khelpcenter/faq/chto-ia-mogu-sdelat-dlia-sodeistviia-chzv.html +share/doc/HTML/ru/khelpcenter/faq/chto-mne-delat-esli-ia-ispolzuiu-mysh-s-dvum.html +share/doc/HTML/ru/khelpcenter/faq/chto-oznachaet-k-v-kde.html +share/doc/HTML/ru/khelpcenter/faq/chto-oznachaiut-i-i-m-v-stroke-vypolnit.html +share/doc/HTML/ru/khelpcenter/faq/chto-oznachaiut-vse-eti-akronimy-tipa-afaik.html +share/doc/HTML/ru/khelpcenter/faq/chto-takoe-prilipaiushchee-okno.html +share/doc/HTML/ru/khelpcenter/faq/chto-takoe-zatenenie-okna.html +share/doc/HTML/ru/khelpcenter/faq/common +share/doc/HTML/ru/khelpcenter/faq/cvs.html +share/doc/HTML/ru/khelpcenter/faq/dolzhen-li-ia-obnovit-iadro-do-2.2.html +share/doc/HTML/ru/khelpcenter/faq/dolzhen-li-ia-udalit-staruiu-versiiu-xyz-per.html +share/doc/HTML/ru/khelpcenter/faq/est-li-internatsionalnyi-perekliuchatel-klav.html +share/doc/HTML/ru/khelpcenter/faq/est-li-v-kfm-funktsiia-sokhranit-kak....html +share/doc/HTML/ru/khelpcenter/faq/fail-menedzher.html +share/doc/HTML/ru/khelpcenter/faq/gde-ia-dolzhen-sokhranit-moi-faily-esli-ia-k.html +share/doc/HTML/ru/khelpcenter/faq/gde-ia-mogu-naiti-snapshoty-kde.html +share/doc/HTML/ru/khelpcenter/faq/gde-nakhodiatsia-piktogrammy.html +share/doc/HTML/ru/khelpcenter/faq/how-to-start-kde.html +share/doc/HTML/ru/khelpcenter/faq/how-to-subscribe.html +share/doc/HTML/ru/khelpcenter/faq/ia-by-khotel-chtoby-shchelchok-levoi-knopki-.html +share/doc/HTML/ru/khelpcenter/faq/ia-khochu-programmirovat-dlia-kde.-chto-ia-d.html +share/doc/HTML/ru/khelpcenter/faq/ia-poigralsia-s-vyborom-shriftov-v-tsentre-u.html +share/doc/HTML/ru/khelpcenter/faq/ia-pytaius-skompilirovat-kde-ispolzuia-gcc-n.html +share/doc/HTML/ru/khelpcenter/faq/ia-ustanovil-kde-no-teper-mne-ne-nravitsia-c.html +share/doc/HTML/ru/khelpcenter/faq/ia-vsegda-poluchaiu-soobshchenie-ob-oshibke-.html +share/doc/HTML/ru/khelpcenter/faq/iavliaetsia-li-kde-klonom-cde-windows-95-mac.html +share/doc/HTML/ru/khelpcenter/faq/iavliaetsia-li-kde-menedzherom-okon.html +share/doc/HTML/ru/khelpcenter/faq/iavliaetsia-li-kde-svobodnym-programmnym-obe.html +share/doc/HTML/ru/khelpcenter/faq/imeet-li-kde-graficheskii-ftp-klient.html +share/doc/HTML/ru/khelpcenter/faq/imeiushchiesia-formaty-paketov.html +share/doc/HTML/ru/khelpcenter/faq/imeiutsia-li-zerkalnye-saity-cvs-dlia-kde.html +share/doc/HTML/ru/khelpcenter/faq/index.docbook +share/doc/HTML/ru/khelpcenter/faq/index.html +share/doc/HTML/ru/khelpcenter/faq/instruktsii-po-ustanovke-dlia-paketov-razlic.html +share/doc/HTML/ru/khelpcenter/faq/instruktsii-po-ustanovke.html +share/doc/HTML/ru/khelpcenter/faq/izvestnye-ispravleniia-oshibok-v-kde.html +share/doc/HTML/ru/khelpcenter/faq/kak-izbavitsia-ot-piktogramm-trashtemplatesa.html +share/doc/HTML/ru/khelpcenter/faq/kak-mne-delat-kopirovat-i-vstavit-v-kde.html +share/doc/HTML/ru/khelpcenter/faq/kak-mne-delat-ne-anonimnuiu-ftp-transportiro.html +share/doc/HTML/ru/khelpcenter/faq/kak-mne-ispolzovat-khranitel-ekrana-kak-fon.html +share/doc/HTML/ru/khelpcenter/faq/kak-mne-ispolzovat-shrifty-truetype-v-kde.html +share/doc/HTML/ru/khelpcenter/faq/kak-mne-izmenit-sposob-otobrazheniia-togo-il.html +share/doc/HTML/ru/khelpcenter/faq/kak-mne-maksimizirovat-okna-tolko-vertikalno.html +share/doc/HTML/ru/khelpcenter/faq/kak-mne-montirovatrazmontirovat-ustroistvo-s.html +share/doc/HTML/ru/khelpcenter/faq/kak-mne-narisovat-piktogrammy-dlia-ne-kde-pr.html +share/doc/HTML/ru/khelpcenter/faq/kak-mne-otmenit-menedzhment-seansov.html +share/doc/HTML/ru/khelpcenter/faq/kak-mne-perevesti-prilozheniia-kde-na-moi-ro.html +share/doc/HTML/ru/khelpcenter/faq/kak-mne-poluchit-dostup-k-cvs.html +share/doc/HTML/ru/khelpcenter/faq/kak-mne-poluchit-prilipaiushchie-okna-ne-ime.html +share/doc/HTML/ru/khelpcenter/faq/kak-mne-poluchit-raznoobraznuiu-informatsiiu.html +share/doc/HTML/ru/khelpcenter/faq/kak-mne-poluchit-v-k-meniu-papki-kotorye-byl.html +share/doc/HTML/ru/khelpcenter/faq/kak-mne-poluchit-vozmozhnost-pisat-soobshche.html +share/doc/HTML/ru/khelpcenter/faq/kak-mne-sdelatustanovit-diff-faily.html +share/doc/HTML/ru/khelpcenter/faq/kak-mne-soobshchit-ob-oshibke.html +share/doc/HTML/ru/khelpcenter/faq/kak-mne-ubrat-kwmpager.html +share/doc/HTML/ru/khelpcenter/faq/kak-mne-uznat-kakuiu-versiiu-kde-ia-ispolzui.html +share/doc/HTML/ru/khelpcenter/faq/kak-mne-zadat-nachalnyi-katalog-dlia-kfm.html +share/doc/HTML/ru/khelpcenter/faq/kak-mne-zakliuchit-prilozhenie-v-paneli.html +share/doc/HTML/ru/khelpcenter/faq/kak-mne-zamenit-kwm-na-drugoi-sovmestimyi-s-.html +share/doc/HTML/ru/khelpcenter/faq/kak-mne-zamenit-na-graficheskom-ekrane-regis.html +share/doc/HTML/ru/khelpcenter/faq/kak-mne-zamenit-traditsionnyi-linux-ekran-na.html +share/doc/HTML/ru/khelpcenter/faq/kak-mne-zamenit-x-ukazatel-myshi-na-strelku.html +share/doc/HTML/ru/khelpcenter/faq/kak-mne-zapustit-prilozhenie-na-sootvetstvui.html +share/doc/HTML/ru/khelpcenter/faq/kak-mne-zastavit-backspace-rabotat-pod-kde.html +share/doc/HTML/ru/khelpcenter/faq/kak-v-kde-montirovat-failovye-sistemy.html +share/doc/HTML/ru/khelpcenter/faq/kak-vyiti-iz-kde.html +share/doc/HTML/ru/khelpcenter/faq/kakaia-versiia-naibolee-novaia.html +share/doc/HTML/ru/khelpcenter/faq/kakie-faily-ia-mogu-udalit-iz-moego-kataloga.html +share/doc/HTML/ru/khelpcenter/faq/kazhdyi-raz-kogda-ia-zapuskaiu-kde-on-rugaet.html +share/doc/HTML/ru/khelpcenter/faq/kbiff.html +share/doc/HTML/ru/khelpcenter/faq/kde-mailing-lists.html +share/doc/HTML/ru/khelpcenter/faq/kde-na-aix.html +share/doc/HTML/ru/khelpcenter/faq/kde-na-portativnom-kompiutere.html +share/doc/HTML/ru/khelpcenter/faq/kde-newsgroups.html +share/doc/HTML/ru/khelpcenter/faq/kde-s-ne-kde-prilozheniiami.html +share/doc/HTML/ru/khelpcenter/faq/kmail.html +share/doc/HTML/ru/khelpcenter/faq/koffice.html +share/doc/HTML/ru/khelpcenter/faq/kogda-ia-minimiziruiu-okno-ono-ischezaet.-ku.html +share/doc/HTML/ru/khelpcenter/faq/kogda-ia-pytaius-dobavit-prilozhenie-na-pane.html +share/doc/HTML/ru/khelpcenter/faq/kompilirovanie-kdebase-vydaet-binsh-msgfmt-c.html +share/doc/HTML/ru/khelpcenter/faq/kscd.html +share/doc/HTML/ru/khelpcenter/faq/ktop.html +share/doc/HTML/ru/khelpcenter/faq/kuda-podevalsia-skript-configure-iz-snapshot.html +share/doc/HTML/ru/khelpcenter/faq/kvt.html +share/doc/HTML/ru/khelpcenter/faq/loopback-device.html +share/doc/HTML/ru/khelpcenter/faq/menedzher-okon.html +share/doc/HTML/ru/khelpcenter/faq/mikro-kaksdelat-kompilirovanie-kde-1.1-na-sg.html +share/doc/HTML/ru/khelpcenter/faq/mne-nuzhen-tolko-dostup-k-chteniiu-v-svs.-et.html +share/doc/HTML/ru/khelpcenter/faq/mogu-ia-vydelit-punkt-meniu-dazhe-esli-ia-ne.html +share/doc/HTML/ru/khelpcenter/faq/mogu-li-ia-ispolzovat-mysh-s-kolesom-prokrut.html +share/doc/HTML/ru/khelpcenter/faq/mogu-li-ia-izmenit-standartnye-punkty-meniu-.html +share/doc/HTML/ru/khelpcenter/faq/mogu-li-ia-zadavat-moi-sobstvennye-klaviatur.html +share/doc/HTML/ru/khelpcenter/faq/mozhet-li-kde-zapuskat-emuliatory-terminala-.html +share/doc/HTML/ru/khelpcenter/faq/mozhno-li-imet-kpanel-pri-ispolzovanii-mened.html +share/doc/HTML/ru/khelpcenter/faq/mozhno-li-rasshirit-meniu-piktogramm-raboche.html +share/doc/HTML/ru/khelpcenter/faq/mozhno-li-zadat-algoritmy-raspolozheniia-oko.html +share/doc/HTML/ru/khelpcenter/faq/mozhno-li-zamenit-izobrazhenie-na-k-knopke-p.html +share/doc/HTML/ru/khelpcenter/faq/nastroika-kde.html +share/doc/HTML/ru/khelpcenter/faq/netscape.html +share/doc/HTML/ru/khelpcenter/faq/no-ved-qt-ne-svoboden-pravda.html +share/doc/HTML/ru/khelpcenter/faq/nsbookmark.html +share/doc/HTML/ru/khelpcenter/faq/o-chzv.html +share/doc/HTML/ru/khelpcenter/faq/opisanie-paketov.html +share/doc/HTML/ru/khelpcenter/faq/panel.html +share/doc/HTML/ru/khelpcenter/faq/platform.html +share/doc/HTML/ru/khelpcenter/faq/pochemu-by-ne-sdelat-lgpl-lnyi-klon-qt.html +share/doc/HTML/ru/khelpcenter/faq/pochemu-chasy-na-paneli-pokazyvaiut-nepravil.html +share/doc/HTML/ru/khelpcenter/faq/pochemu-kde-ne-ispolzuet-gtk-xforms-xlib-cht.html +share/doc/HTML/ru/khelpcenter/faq/pochemu-kdm-ili-klock-ne-rabotaiut-v-redhat.html +share/doc/HTML/ru/khelpcenter/faq/pochemu-u-menia-ne-rabotaiut-sistemnye-zvuki.html +share/doc/HTML/ru/khelpcenter/faq/podderzhivaet-li-kde-dvoinoi-ekran.html +share/doc/HTML/ru/khelpcenter/faq/poleznye-podskazki.html +share/doc/HTML/ru/khelpcenter/faq/poluchenie-dalneishei-informatsii.html +share/doc/HTML/ru/khelpcenter/faq/poluchenie-kde.html +share/doc/HTML/ru/khelpcenter/faq/poteriaiu-li-ia-moi-nastroiki-pri-obnovlenii.html +share/doc/HTML/ru/khelpcenter/faq/prerequisites.html +share/doc/HTML/ru/khelpcenter/faq/pri-ustanovke-paketov-debian-s-dpkg-poiavlia.html +share/doc/HTML/ru/khelpcenter/faq/pri-ustanovke-paketov-dlia-redhat-voznikaet-.html +share/doc/HTML/ru/khelpcenter/faq/prilozheniia-kde.html +share/doc/HTML/ru/khelpcenter/faq/protsedury-posle-ustanovki.html +share/doc/HTML/ru/khelpcenter/faq/rabochii-stol.html +share/doc/HTML/ru/khelpcenter/faq/razlichnye-voprosy.html +share/doc/HTML/ru/khelpcenter/faq/staroffice-5.0-personalnyi-vypusk-dlia-linux.html +share/doc/HTML/ru/khelpcenter/faq/startkde-ne-mozhet-zagruzit-kde-soobshchaia-.html +share/doc/HTML/ru/khelpcenter/faq/sushchestvuet-li-programma-kotoraia-proveria.html +share/doc/HTML/ru/khelpcenter/faq/sushchestvuiut-li-arkhivy-spiskov-rassylki.html +share/doc/HTML/ru/khelpcenter/faq/sushchestvuiut-li-distributivy-linux-postavl.html +share/doc/HTML/ru/khelpcenter/faq/unichtozhenie-okon-v-kde..html +share/doc/HTML/ru/khelpcenter/faq/ustanovka-rpm-failov-s-suse-yast-vyvodit-iz-.html +share/doc/HTML/ru/khelpcenter/faq/v-deistvitelnosti-ne-sviazannoe-s-kde-no-vse.html +share/doc/HTML/ru/khelpcenter/faq/vklad.html +share/doc/HTML/ru/khelpcenter/faq/vozmozhno-li-ustanovit-kde-v-katalog-polzova.html +share/doc/HTML/ru/khelpcenter/faq/vvedenie.html +share/doc/HTML/ru/khelpcenter/faq/what-is-qt.html +share/doc/HTML/ru/khelpcenter/faq/where-to-get-qt.html +share/doc/HTML/ru/khelpcenter/faq/zachem-nuzhna-papka-templates.html +share/doc/HTML/ru/khelpcenter/kdelogo2.png +share/doc/HTML/ru/khelpcenter/khelpcenter.png +share/doc/HTML/ru/khelpcenter/konq.css +share/doc/HTML/ru/khelpcenter/lines.png +share/doc/HTML/ru/khelpcenter/lines2.png +share/doc/HTML/ru/khelpcenter/main.html +share/doc/HTML/ru/khelpcenter/no-html.html +share/doc/HTML/ru/khelpcenter/pointers.png +share/doc/HTML/ru/khelpcenter/quickguide/.anchors +share/doc/HTML/ru/khelpcenter/quickguide/common +share/doc/HTML/ru/khelpcenter/quickguide/configure.html +share/doc/HTML/ru/khelpcenter/quickguide/dopolnitelnye-razdely.html +share/doc/HTML/ru/khelpcenter/quickguide/index.docbook +share/doc/HTML/ru/khelpcenter/quickguide/index.html +share/doc/HTML/ru/khelpcenter/quickguide/ispolzovanie-paneli-zadach.html +share/doc/HTML/ru/khelpcenter/quickguide/kde-zamechatelnoe-puteshestvie.html +share/doc/HTML/ru/khelpcenter/quickguide/na-start-vnimanie-marsh.html +share/doc/HTML/ru/khelpcenter/quickguide/nastroechnye-moduli.html +share/doc/HTML/ru/khelpcenter/quickguide/obzor-kde.html +share/doc/HTML/ru/khelpcenter/quickguide/rabota-s-arkhivami-i-setiami.html +share/doc/HTML/ru/khelpcenter/quickguide/rabota-s-oknami.html +share/doc/HTML/ru/khelpcenter/quickguide/shablony-dlia-dostupa-k-prilozheniiam-i-ustr.html +share/doc/HTML/ru/khelpcenter/quickguide/upravlenie-failami.html +share/doc/HTML/ru/khelpcenter/quickguide/vernite-mne-moiu-komandnuiu-stroku.html +share/doc/HTML/ru/khelpcenter/quickguide/virtualnye-rabochie-stoly.html +share/doc/HTML/ru/khelpcenter/quickguide/vklady.html +share/doc/HTML/ru/khelpcenter/quickguide/vvedenie.html +share/doc/HTML/ru/khelpcenter/quickguide/zapusk-prilozhenii.html +share/doc/HTML/ru/khelpcenter/quickguide/zavershenie-seansa-raboty.html +share/doc/HTML/ru/khelpcenter/shadow1.png +share/doc/HTML/ru/khelpcenter/userguide/.anchors +share/doc/HTML/ru/khelpcenter/userguide/blagodarnosti.html +share/doc/HTML/ru/khelpcenter/userguide/chasto-zadavaemye-voprosy-o-kde.html +share/doc/HTML/ru/khelpcenter/userguide/chto-eshche-ne-sdelano.html +share/doc/HTML/ru/khelpcenter/userguide/common +share/doc/HTML/ru/khelpcenter/userguide/dobavlenie-programm-ili-piktogramm-ssylok-na.html +share/doc/HTML/ru/khelpcenter/userguide/drugie-istochniki-informatsii.html +share/doc/HTML/ru/khelpcenter/userguide/epilog.html +share/doc/HTML/ru/khelpcenter/userguide/graphical-applications-graficheskie-prilozhe.html +share/doc/HTML/ru/khelpcenter/userguide/i-nam-vse-eshche-nuzhny-pomoshchniki.html +share/doc/HTML/ru/khelpcenter/userguide/ia-ne-mogu-skompilirovat-paket-xxx.html +share/doc/HTML/ru/khelpcenter/userguide/igrushki.html +share/doc/HTML/ru/khelpcenter/userguide/index.docbook +share/doc/HTML/ru/khelpcenter/userguide/index.html +share/doc/HTML/ru/khelpcenter/userguide/informatsiia.html +share/doc/HTML/ru/khelpcenter/userguide/ispolzovanie-komandnoi-stroki-i-terminalov.html +share/doc/HTML/ru/khelpcenter/userguide/ispolzovanie-menedzhera-shriftov.html +share/doc/HTML/ru/khelpcenter/userguide/ispolzovanie-musornoi-korziny.html +share/doc/HTML/ru/khelpcenter/userguide/ispolzovanie-myshi.html +share/doc/HTML/ru/khelpcenter/userguide/ispolzovanie-neskolkikh-rabochikh-stolov.html +share/doc/HTML/ru/khelpcenter/userguide/ispolzovanie-tgz-dlia-ustanovki-poverkh-drug.html +share/doc/HTML/ru/khelpcenter/userguide/istochniki-informatsii-kotorye-byli-ispolzov.html +share/doc/HTML/ru/khelpcenter/userguide/istoriia-sozdaniia-kde.html +share/doc/HTML/ru/khelpcenter/userguide/iuridicheskaia-informatsiia.html +share/doc/HTML/ru/khelpcenter/userguide/iuridicheskoe-zaiavlenie.html +share/doc/HTML/ru/khelpcenter/userguide/kak-i-gde-naiti-novye-komponenty.html +share/doc/HTML/ru/khelpcenter/userguide/kde-ne-stabilen.html +share/doc/HTML/ru/khelpcenter/userguide/kmedia-proigryvatel-zvukovykh-failov.html +share/doc/HTML/ru/khelpcenter/userguide/knu-setevye-utility.html +share/doc/HTML/ru/khelpcenter/userguide/komponenty-rabochego-stola.html +share/doc/HTML/ru/khelpcenter/userguide/kontakty-s-avtorami.html +share/doc/HTML/ru/khelpcenter/userguide/kpoker-poker.html +share/doc/HTML/ru/khelpcenter/userguide/krn-klient-novostei.html +share/doc/HTML/ru/khelpcenter/userguide/ktetris-tetris.html +share/doc/HTML/ru/khelpcenter/userguide/kview-prosmotrshchik-izobrazhenii.html +share/doc/HTML/ru/khelpcenter/userguide/linux-ustanovka-poverkh-debiangnu-distributi.html +share/doc/HTML/ru/khelpcenter/userguide/linux-ustanovka-rpm-paketov-dlia-redhat-cald.html +share/doc/HTML/ru/khelpcenter/userguide/malenkie-khitrosti-i-triuki-v-vashei-ezhedne.html +share/doc/HTML/ru/khelpcenter/userguide/nastroika-kde-tsentr-upravleniia-kde.html +share/doc/HTML/ru/khelpcenter/userguide/nastroika-paneli.html +share/doc/HTML/ru/khelpcenter/userguide/network-applications-setevye-prilozheniia.html +share/doc/HTML/ru/khelpcenter/userguide/ob-etoi-versii-knigi.html +share/doc/HTML/ru/khelpcenter/userguide/peremeshchenie-failov-s-pomoshchiu-drag-and-.html +share/doc/HTML/ru/khelpcenter/userguide/pervye-vpechatleniia.html +share/doc/HTML/ru/khelpcenter/userguide/poisk-poteriannykh-failov.html +share/doc/HTML/ru/khelpcenter/userguide/prilozheniia-multimedia.html +share/doc/HTML/ru/khelpcenter/userguide/razmeshchenie-ssylok-na-vashem-rabochem-stol.html +share/doc/HTML/ru/khelpcenter/userguide/s-chego-nachat.html +share/doc/HTML/ru/khelpcenter/userguide/set.html +share/doc/HTML/ru/khelpcenter/userguide/sozdanie-novykh-failov-na-vashem-rabochem-st.html +share/doc/HTML/ru/khelpcenter/userguide/standartnaia-publichnaia-litsenziia-gnu.html +share/doc/HTML/ru/khelpcenter/userguide/trebuemye-izmeneniia-v-failakh-nastroiki.html +share/doc/HTML/ru/khelpcenter/userguide/ustanovka.html +share/doc/HTML/ru/khelpcenter/userguide/ustroistva-vvoda.html +share/doc/HTML/ru/khelpcenter/userguide/utility-applications-poleznye-prilozheniia.html +share/doc/HTML/ru/khelpcenter/userguide/v-chem-ia-silno-nuzhdaius.html +share/doc/HTML/ru/khelpcenter/userguide/vse-o-vashem-rabochem-stole.html +share/doc/HTML/ru/khelpcenter/userguide/vvedenie.html +share/doc/HTML/ru/khelpcenter/userguide/vykhod-iz-kde.html +share/doc/HTML/ru/khelpcenter/userguide/zapusk-khranitelia-ekrana-peredvizheniem-mys.html +share/doc/HTML/ru/khelpcenter/userguide/zvuk.html +share/doc/HTML/ru/kiconedit/.anchors +share/doc/HTML/ru/kiconedit/common +share/doc/HTML/ru/kiconedit/edit.html +share/doc/HTML/ru/kiconedit/help.html +share/doc/HTML/ru/kiconedit/index.docbook +share/doc/HTML/ru/kiconedit/index.html +share/doc/HTML/ru/kiconedit/kompiliatsiia-i-ustanovka.html +share/doc/HTML/ru/kiconedit/koordinatnaia-setka.html +share/doc/HTML/ru/kiconedit/nastroika.html +share/doc/HTML/ru/kiconedit/opisanie-punktov-meniu..html +share/doc/HTML/ru/kiconedit/options.html +share/doc/HTML/ru/kiconedit/osnovy-graficheskogo-interfeisa.html +share/doc/HTML/ru/kiconedit/panel-instrumentov-redaktirovaniia-piktogram.html +share/doc/HTML/ru/kiconedit/panel-otobrazheniia-piktogrammy.html +share/doc/HTML/ru/kiconedit/tools.html +share/doc/HTML/ru/kiconedit/trebovaniia.html +share/doc/HTML/ru/kiconedit/ustanovka.html +share/doc/HTML/ru/kiconedit/view.html +share/doc/HTML/ru/kiconedit/vvedenie.html +share/doc/HTML/ru/kikbd/.anchors +share/doc/HTML/ru/kikbd/advanced.html +share/doc/HTML/ru/kikbd/advanced.png +share/doc/HTML/ru/kikbd/avtor.html +share/doc/HTML/ru/kikbd/bugs.html +share/doc/HTML/ru/kikbd/common +share/doc/HTML/ru/kikbd/config.html +share/doc/HTML/ru/kikbd/create.html +share/doc/HTML/ru/kikbd/general.png +share/doc/HTML/ru/kikbd/index.docbook +share/doc/HTML/ru/kikbd/index.html +share/doc/HTML/ru/kikbd/khraniteli-ekrana.html +share/doc/HTML/ru/kikbd/natsionalnaia-klaviatura.html +share/doc/HTML/ru/kikbd/problemy.html +share/doc/HTML/ru/kikbd/startup.png +share/doc/HTML/ru/kikbd/stil.html +share/doc/HTML/ru/kikbd/style.png +share/doc/HTML/ru/kikbd/ustanovka.html +share/doc/HTML/ru/kikbd/vstuplenie.html +share/doc/HTML/ru/kikbd/zapusk.html +share/doc/HTML/ru/kjots/.anchors +share/doc/HTML/ru/kjots/common +share/doc/HTML/ru/kjots/index-0.html +share/doc/HTML/ru/kjots/index-1.html +share/doc/HTML/ru/kjots/index-3.html +share/doc/HTML/ru/kjots/index-4.html +share/doc/HTML/ru/kjots/index-5.html +share/doc/HTML/ru/kjots/index.docbook +share/doc/HTML/ru/kjots/index.html +share/doc/HTML/ru/kjumpingcube/.anchors +share/doc/HTML/ru/kjumpingcube/avtorskie-prava.html +share/doc/HTML/ru/kjumpingcube/common +share/doc/HTML/ru/kjumpingcube/index.docbook +share/doc/HTML/ru/kjumpingcube/index.html +share/doc/HTML/ru/kjumpingcube/kak-igrat.html +share/doc/HTML/ru/kjumpingcube/kompilirovanie-i-ustanovka.html +share/doc/HTML/ru/kjumpingcube/trebovaniia.html +share/doc/HTML/ru/kjumpingcube/ustanovka.html +share/doc/HTML/ru/kjumpingcube/voprosy-otvety-podskazki.html +share/doc/HTML/ru/kjumpingcube/vvedenie.html +share/doc/HTML/ru/kmahjongg/.anchors +share/doc/HTML/ru/kmahjongg/avtory.html +share/doc/HTML/ru/kmahjongg/common +share/doc/HTML/ru/kmahjongg/epilog.html +share/doc/HTML/ru/kmahjongg/index.docbook +share/doc/HTML/ru/kmahjongg/index.html +share/doc/HTML/ru/kmahjongg/vvedenie.html +share/doc/HTML/ru/kmines/.anchors +share/doc/HTML/ru/kmines/avtory.html +share/doc/HTML/ru/kmines/common +share/doc/HTML/ru/kmines/epilog.html +share/doc/HTML/ru/kmines/index.docbook +share/doc/HTML/ru/kmines/index.html +share/doc/HTML/ru/kmines/kak-igrat.html +share/doc/HTML/ru/kmines/vvedenie.html +share/doc/HTML/ru/kmix/.anchors +share/doc/HTML/ru/kmix/common +share/doc/HTML/ru/kmix/elementy-meniu.html +share/doc/HTML/ru/kmix/help.html +share/doc/HTML/ru/kmix/index.docbook +share/doc/HTML/ru/kmix/index.html +share/doc/HTML/ru/kmix/kompiliatsiia-i-ustanovka.html +share/doc/HTML/ru/kmix/neskolko-zvukovykh-plat..html +share/doc/HTML/ru/kmix/osnovy-graficheskogo-interfeisa.html +share/doc/HTML/ru/kmix/priviazka-k-klavisham.html +share/doc/HTML/ru/kmix/reguliator-balansa.html +share/doc/HTML/ru/kmix/trebovaniia.html +share/doc/HTML/ru/kmix/ustanovka.html +share/doc/HTML/ru/kmix/voprosy-i-otvety..html +share/doc/HTML/ru/kmix/vvedenie.html +share/doc/HTML/ru/knu/.anchors +share/doc/HTML/ru/knu/avtor.html +share/doc/HTML/ru/knu/common +share/doc/HTML/ru/knu/epilog.html +share/doc/HTML/ru/knu/index.docbook +share/doc/HTML/ru/knu/index.html +share/doc/HTML/ru/knu/istoriia.html +share/doc/HTML/ru/knu/knu-config.png +share/doc/HTML/ru/knu/knu-finger.png +share/doc/HTML/ru/knu/knu-host.png +share/doc/HTML/ru/knu/knu-mtr.png +share/doc/HTML/ru/knu/knu-ping.png +share/doc/HTML/ru/knu/knu-traceroute.png +share/doc/HTML/ru/knu/nastroika-knu.html +share/doc/HTML/ru/knu/nastroiki-0.html +share/doc/HTML/ru/knu/nastroiki-1.html +share/doc/HTML/ru/knu/nastroiki-2.html +share/doc/HTML/ru/knu/nastroiki.html +share/doc/HTML/ru/knu/opisanie-0.html +share/doc/HTML/ru/knu/opisanie-1.html +share/doc/HTML/ru/knu/opisanie-2.html +share/doc/HTML/ru/knu/opisanie.html +share/doc/HTML/ru/knu/prava-kopirovaniia.html +share/doc/HTML/ru/knu/razdel-finger.html +share/doc/HTML/ru/knu/razdel-mtr.html +share/doc/HTML/ru/knu/razdel-ping.html +share/doc/HTML/ru/knu/razdel-preobrazovanie-imen.html +share/doc/HTML/ru/knu/razdel-traceroute.html +share/doc/HTML/ru/knu/vvedenie.html +share/doc/HTML/ru/konquest/.anchors +share/doc/HTML/ru/konquest/common +share/doc/HTML/ru/konquest/epilog.html +share/doc/HTML/ru/konquest/index.docbook +share/doc/HTML/ru/konquest/index.html +share/doc/HTML/ru/konquest/kak-igrat.html +share/doc/HTML/ru/konquest/primechanie.html +share/doc/HTML/ru/konsole/.anchors +share/doc/HTML/ru/konsole/bezopasnost.html +share/doc/HTML/ru/konsole/common +share/doc/HTML/ru/konsole/index.docbook +share/doc/HTML/ru/konsole/index.html +share/doc/HTML/ru/konsole/nastroika.html +share/doc/HTML/ru/konsole/nekorrektnaia-rabota-prilozhenii.html +share/doc/HTML/ru/konsole/obnaruzhennye-oshibki-dlia-versii-konsole-0..html +share/doc/HTML/ru/konsole/obnaruzhennye-oshibki-i-chzv-chasto-zadavaem.html +share/doc/HTML/ru/konsole/obzor.html +share/doc/HTML/ru/konsole/oshibochnye-bazy-dannykh-termcap-i-terminfo.html +share/doc/HTML/ru/konsole/problemy-s-backspace-delete-and-likely-keybo.html +share/doc/HTML/ru/konsole/shrifty.html +share/doc/HTML/ru/konsole/tsvetovye-skhemy.html +share/doc/HTML/ru/konsole/ustanovka.html +share/doc/HTML/ru/konsole/vozmozhnosti-kotorye-ne-planiruetsia-realizo.html +share/doc/HTML/ru/konsole/vvedenie.html +share/doc/HTML/ru/kpackage/.anchors +share/doc/HTML/ru/kpackage/common +share/doc/HTML/ru/kpackage/index.docbook +share/doc/HTML/ru/kpackage/index.html +share/doc/HTML/ru/kpackage/kompilirovanie-i-ustanovka.html +share/doc/HTML/ru/kpackage/lineika-instrumentov.html +share/doc/HTML/ru/kpackage/meniu-kesh.html +share/doc/HTML/ru/kpackage/meniu-nastroiki.html +share/doc/HTML/ru/kpackage/meniu-pakety.html +share/doc/HTML/ru/kpackage/meniu.html +share/doc/HTML/ru/kpackage/osnovnye-elementy-ekrana.html +share/doc/HTML/ru/kpackage/rabota-s-neustanovlennymi-paketami.html +share/doc/HTML/ru/kpackage/rabota-s-ustanovlennymi-paketami.html +share/doc/HTML/ru/kpackage/trebovaniia.html +share/doc/HTML/ru/kpackage/udalenie-paketov.html +share/doc/HTML/ru/kpackage/ustanovka-paketov.html +share/doc/HTML/ru/kpackage/ustanovka.html +share/doc/HTML/ru/kpackage/vvedenie.html +share/doc/HTML/ru/kpager/.anchors +share/doc/HTML/ru/kpager/chasto-zadavaemye-voprosy-chzv.html +share/doc/HTML/ru/kpager/common +share/doc/HTML/ru/kpager/globalnyi-rabochii-stol.html +share/doc/HTML/ru/kpager/index.docbook +share/doc/HTML/ru/kpager/index.html +share/doc/HTML/ru/kpager/izmenenie-razmerov-okna..html +share/doc/HTML/ru/kpager/kompiliatsiia-i-ustanovka.html +share/doc/HTML/ru/kpager/meniat-rabochii-stol-po-odnomu-shchelchku..html +share/doc/HTML/ru/kpager/meniu-svoistv-okna..html +share/doc/HTML/ru/kpager/nastroika-k-peidzhera-i-dopolnitelnye-vozmoz.html +share/doc/HTML/ru/kpager/rabota-s-k-peidzherom.html +share/doc/HTML/ru/kpager/riada.html +share/doc/HTML/ru/kpager/sistemnye-trebovaniia.html +share/doc/HTML/ru/kpager/ustanovka.html +share/doc/HTML/ru/kpager/vvedenie.html +share/doc/HTML/ru/kpanel/.anchors +share/doc/HTML/ru/kpanel/advanced.html +share/doc/HTML/ru/kpanel/avtory.html +share/doc/HTML/ru/kpanel/common +share/doc/HTML/ru/kpanel/confmenu.html +share/doc/HTML/ru/kpanel/confpanelicons.html +share/doc/HTML/ru/kpanel/confvdesk.html +share/doc/HTML/ru/kpanel/elementy-kpanel-na-ekrane.html +share/doc/HTML/ru/kpanel/index.docbook +share/doc/HTML/ru/kpanel/index.html +share/doc/HTML/ru/kpanel/kpanelrc.html +share/doc/HTML/ru/kpanel/nastroika-paneli.html +share/doc/HTML/ru/kpanel/panel.html +share/doc/HTML/ru/kpanel/v-rabote-prinimali-uchastie.html +share/doc/HTML/ru/kpanel/vvedenie.html +share/doc/HTML/ru/kpoker/.anchors +share/doc/HTML/ru/kpoker/avtorskie-prava.html +share/doc/HTML/ru/kpoker/common +share/doc/HTML/ru/kpoker/epilog.html +share/doc/HTML/ru/kpoker/gde-mne-vziat-samuiu-posledniuiu-versiiu-igr.html +share/doc/HTML/ru/kpoker/hands.html +share/doc/HTML/ru/kpoker/igra.html +share/doc/HTML/ru/kpoker/index.docbook +share/doc/HTML/ru/kpoker/index.html +share/doc/HTML/ru/kpoker/scoring.html +share/doc/HTML/ru/kpoker/vvedenie.html +share/doc/HTML/ru/kreversi/.anchors +share/doc/HTML/ru/kreversi/avtorskie-prava.html +share/doc/HTML/ru/kreversi/avtory.html +share/doc/HTML/ru/kreversi/common +share/doc/HTML/ru/kreversi/epilog.html +share/doc/HTML/ru/kreversi/index.docbook +share/doc/HTML/ru/kreversi/index.html +share/doc/HTML/ru/kreversi/oznakomlenie-s-igroi.html +share/doc/HTML/ru/kreversi/podskazki-po-strategii.html +share/doc/HTML/ru/kreversi/pravila-igry.html +share/doc/HTML/ru/kreversi/vvedenie.html +share/doc/HTML/ru/ksame/.anchors +share/doc/HTML/ru/ksame/avtorskie-prava.html +share/doc/HTML/ru/ksame/avtory.html +share/doc/HTML/ru/ksame/common +share/doc/HTML/ru/ksame/epilog.html +share/doc/HTML/ru/ksame/index.docbook +share/doc/HTML/ru/ksame/index.html +share/doc/HTML/ru/ksame/podskazki-po-strategii.html +share/doc/HTML/ru/ksame/pravila-igry.html +share/doc/HTML/ru/ksame/vvedenie.html +share/doc/HTML/ru/kshisen/.anchors +share/doc/HTML/ru/kshisen/avtory.html +share/doc/HTML/ru/kshisen/common +share/doc/HTML/ru/kshisen/epilog.html +share/doc/HTML/ru/kshisen/index.docbook +share/doc/HTML/ru/kshisen/index.html +share/doc/HTML/ru/kshisen/vvedenie.html +share/doc/HTML/ru/ksirtet/.anchors +share/doc/HTML/ru/ksirtet/avtory.html +share/doc/HTML/ru/ksirtet/common +share/doc/HTML/ru/ksirtet/epilog.html +share/doc/HTML/ru/ksirtet/index.docbook +share/doc/HTML/ru/ksirtet/index.html +share/doc/HTML/ru/ksirtet/kak-igrat.html +share/doc/HTML/ru/ksirtet/kak-nabirat-ochki.html +share/doc/HTML/ru/ksirtet/neskolko-igrokov.html +share/doc/HTML/ru/ksirtet/vvedenie.html +share/doc/HTML/ru/ksmiletris/.anchors +share/doc/HTML/ru/ksmiletris/blagodarnosti.html +share/doc/HTML/ru/ksmiletris/common +share/doc/HTML/ru/ksmiletris/epilog.html +share/doc/HTML/ru/ksmiletris/index.docbook +share/doc/HTML/ru/ksmiletris/index.html +share/doc/HTML/ru/ksmiletris/izmeneniia.html +share/doc/HTML/ru/ksmiletris/ksmiletris.png +share/doc/HTML/ru/ksmiletris/litsenziia.html +share/doc/HTML/ru/ksmiletris/predstoit-sdelat.html +share/doc/HTML/ru/ksmiletris/razrabotka.html +share/doc/HTML/ru/ksmiletris/vvedenie.html +share/doc/HTML/ru/ksnake/.anchors +share/doc/HTML/ru/ksnake/avtory.html +share/doc/HTML/ru/ksnake/common +share/doc/HTML/ru/ksnake/epilog.html +share/doc/HTML/ru/ksnake/index.docbook +share/doc/HTML/ru/ksnake/index.html +share/doc/HTML/ru/ksnake/nastroika.html +share/doc/HTML/ru/ksnake/ochki.html +share/doc/HTML/ru/ksnake/pravila-igry.html +share/doc/HTML/ru/ksnake/vvedenie.html +share/doc/HTML/ru/ksokoban/.anchors +share/doc/HTML/ru/ksokoban/common +share/doc/HTML/ru/ksokoban/index-0.html +share/doc/HTML/ru/ksokoban/index-1.html +share/doc/HTML/ru/ksokoban/index-3.html +share/doc/HTML/ru/ksokoban/index-5.html +share/doc/HTML/ru/ksokoban/index-6.html +share/doc/HTML/ru/ksokoban/index-7.html +share/doc/HTML/ru/ksokoban/index.docbook +share/doc/HTML/ru/ksokoban/index.html +share/doc/HTML/ru/kuser/.anchors +share/doc/HTML/ru/kuser/common +share/doc/HTML/ru/kuser/index.docbook +share/doc/HTML/ru/kuser/index.html +share/doc/HTML/ru/kuser/sec-cust.html +share/doc/HTML/ru/kuser/sec-doc.html +share/doc/HTML/ru/kuser/sec-epilogue.html +share/doc/HTML/ru/kuser/sec-intro.html +share/doc/HTML/ru/kuser/sec-start.html +share/doc/HTML/ru/kuser/sec-using.html +share/doc/HTML/ru/kuser/sec1-add.html +share/doc/HTML/ru/kuser/sec1-groupprops.html +share/doc/HTML/ru/kuser/sec1-userprops.html +share/doc/HTML/ru/kwm/.anchors +share/doc/HTML/ru/kwm/avtory.html +share/doc/HTML/ru/kwm/chasto-zadavaemye-voprosy.html +share/doc/HTML/ru/kwm/common +share/doc/HTML/ru/kwm/epilog.html +share/doc/HTML/ru/kwm/index.docbook +share/doc/HTML/ru/kwm/index.html +share/doc/HTML/ru/kwm/ispolzovanie-kwm.html +share/doc/HTML/ru/kwm/komandy.html +share/doc/HTML/ru/kwm/mini-cli.html +share/doc/HTML/ru/kwm/mozhno-li-dobavit-dopolnitelnye-funktsii-kde.html +share/doc/HTML/ru/kwm/nastroika.html +share/doc/HTML/ru/kwm/pochemu-ia-ne-mogu-opredelit-novye-uskoritel.html +share/doc/HTML/ru/kwm/pochemu-vneshnii-vid-kwm-tak-silno-napominae.html +share/doc/HTML/ru/kwm/podderzhivaet-li-kwm-zatenennye-okna-a-la-op.html +share/doc/HTML/ru/kwm/shortcuts.html +share/doc/HTML/ru/kwm/upravlenie-myshiu..html +share/doc/HTML/ru/kwm/vvedenie.html +share/doc/HTML/ru/kwm/zvukovye-sobytiia.html share/doc/HTML/sk/khelpcenter/quickguide/.anchors share/doc/HTML/sk/khelpcenter/quickguide/advanced-topics.html share/doc/HTML/sk/khelpcenter/quickguide/an-overview-of-kde.html share/doc/HTML/sk/khelpcenter/quickguide/archives-and-networks.html +share/doc/HTML/sk/khelpcenter/quickguide/common share/doc/HTML/sk/khelpcenter/quickguide/configuration-modules.html share/doc/HTML/sk/khelpcenter/quickguide/configure.html share/doc/HTML/sk/khelpcenter/quickguide/credits.html +share/doc/HTML/sk/khelpcenter/quickguide/index.docbook share/doc/HTML/sk/khelpcenter/quickguide/index.html share/doc/HTML/sk/khelpcenter/quickguide/introduction.html share/doc/HTML/sk/khelpcenter/quickguide/kde-an-exciting-journey.html @@ -12415,27 +12480,25 @@ share/doc/HTML/sk/khelpcenter/quickguide/using-templates.html share/doc/HTML/sk/khelpcenter/quickguide/using-v-desktops.html share/doc/HTML/sk/khelpcenter/quickguide/want-command-line-back.html share/doc/HTML/sk/khelpcenter/quickguide/working-with-windows.html -share/doc/HTML/sk/khelpcenter/quickguide/common -share/doc/HTML/sk/khelpcenter/quickguide/index.docbook -share/doc/HTML/sl/common/fdl-translated.html -share/doc/HTML/sl/common/gpl-translated.html -share/doc/HTML/sl/common/kde-localised.css -share/doc/HTML/sl/common/lgpl-translated.html -share/doc/HTML/sl/common/logotp3.png share/doc/HTML/sl/common/artistic-license.html share/doc/HTML/sl/common/bsd-license.html share/doc/HTML/sl/common/caution.png share/doc/HTML/sl/common/fdl-license share/doc/HTML/sl/common/fdl-license.html +share/doc/HTML/sl/common/fdl-translated.html share/doc/HTML/sl/common/gpl-license share/doc/HTML/sl/common/gpl-license.html +share/doc/HTML/sl/common/gpl-translated.html share/doc/HTML/sl/common/home.png share/doc/HTML/sl/common/important.png share/doc/HTML/sl/common/kde-common.css share/doc/HTML/sl/common/kde-default.css +share/doc/HTML/sl/common/kde-localised.css share/doc/HTML/sl/common/lgpl-license share/doc/HTML/sl/common/lgpl-license.html +share/doc/HTML/sl/common/lgpl-translated.html share/doc/HTML/sl/common/logotp3-small.png +share/doc/HTML/sl/common/logotp3.png share/doc/HTML/sl/common/next.png share/doc/HTML/sl/common/note.png share/doc/HTML/sl/common/prev.png @@ -12448,27 +12511,11 @@ share/doc/HTML/sl/common/up.png share/doc/HTML/sl/common/warning.png share/doc/HTML/sl/common/x11-license.html share/doc/HTML/sl/common/xml.dcl -share/doc/HTML/sl/kcron/.anchors -share/doc/HTML/sl/kcron/commands.html -share/doc/HTML/sl/kcron/compilation.html -share/doc/HTML/sl/kcron/credits.html -share/doc/HTML/sl/kcron/faq.html -share/doc/HTML/sl/kcron/index.html -share/doc/HTML/sl/kcron/installation.html -share/doc/HTML/sl/kcron/introduction.html -share/doc/HTML/sl/kcron/manage-tasks.html -share/doc/HTML/sl/kcron/manage-variables.html -share/doc/HTML/sl/kcron/new-task.html -share/doc/HTML/sl/kcron/new-variable.html -share/doc/HTML/sl/kcron/requirements.html -share/doc/HTML/sl/kcron/saving-crontab.html -share/doc/HTML/sl/kcron/using-kcron.html -share/doc/HTML/sl/kcron/common -share/doc/HTML/sl/kcron/index.docbook share/doc/HTML/sl/kcontrol/.anchors share/doc/HTML/sl/kcontrol/action.html share/doc/HTML/sl/kcontrol/barva.html share/doc/HTML/sl/kcontrol/batkritpraz.html +share/doc/HTML/sl/kcontrol/common share/doc/HTML/sl/kcontrol/control-center-exiting.html share/doc/HTML/sl/kcontrol/control-center-menus.html share/doc/HTML/sl/kcontrol/control-center-run-indiv.html @@ -12485,54 +12532,11 @@ share/doc/HTML/sl/kcontrol/file-assoc.html share/doc/HTML/sl/kcontrol/gesla.html share/doc/HTML/sl/kcontrol/help-index.html share/doc/HTML/sl/kcontrol/ikone.html +share/doc/HTML/sl/kcontrol/index.docbook share/doc/HTML/sl/kcontrol/index.html share/doc/HTML/sl/kcontrol/introduction.html share/doc/HTML/sl/kcontrol/iovrata.html share/doc/HTML/sl/kcontrol/kbd.html -share/doc/HTML/sl/kcontrol/key-bindings.html -share/doc/HTML/sl/kcontrol/konq-brskanje.html -share/doc/HTML/sl/kcontrol/laptop.html -share/doc/HTML/sl/kcontrol/mesmiza.html -share/doc/HTML/sl/kcontrol/midi.html -share/doc/HTML/sl/kcontrol/miska-obnas.html -share/doc/HTML/sl/kcontrol/module.html -share/doc/HTML/sl/kcontrol/modules.html -share/doc/HTML/sl/kcontrol/mouse.html -share/doc/HTML/sl/kcontrol/nadzbat.html -share/doc/HTML/sl/kcontrol/nadzenerg.html -share/doc/HTML/sl/kcontrol/naprave.html -share/doc/HTML/sl/kcontrol/nbrskanje.html -share/doc/HTML/sl/kcontrol/obrobe.html -share/doc/HTML/sl/kcontrol/opozprazbat.html -share/doc/HTML/sl/kcontrol/opravvrst.html -share/doc/HTML/sl/kcontrol/ozadje.html -share/doc/HTML/sl/kcontrol/particije.html -share/doc/HTML/sl/kcontrol/pci.html -share/doc/HTML/sl/kcontrol/pcmcia.html -share/doc/HTML/sl/kcontrol/pisave.html -share/doc/HTML/sl/kcontrol/piskotki.html -share/doc/HTML/sl/kcontrol/podrocje.html -share/doc/HTML/sl/kcontrol/pomnilnik.html -share/doc/HTML/sl/kcontrol/posredniki.html -share/doc/HTML/sl/kcontrol/prekinitve.html -share/doc/HTML/sl/kcontrol/procesor.html -share/doc/HTML/sl/kcontrol/pult.html -share/doc/HTML/sl/kcontrol/razptipk.html -share/doc/HTML/sl/kcontrol/sambastatus.html -share/doc/HTML/sl/kcontrol/screensaver.html -share/doc/HTML/sl/kcontrol/scsi.html -share/doc/HTML/sl/kcontrol/sis-obvest.html -share/doc/HTML/sl/kcontrol/slog.html -share/doc/HTML/sl/kcontrol/sndserver.html -share/doc/HTML/sl/kcontrol/uporab-agent.html -share/doc/HTML/sl/kcontrol/upravlj-dat.html -share/doc/HTML/sl/kcontrol/upravlj-prijav.html -share/doc/HTML/sl/kcontrol/windows-shares.html -share/doc/HTML/sl/kcontrol/xstreznik.html -share/doc/HTML/sl/kcontrol/zvokinfo.html -share/doc/HTML/sl/kcontrol/zvoncek.html -share/doc/HTML/sl/kcontrol/common -share/doc/HTML/sl/kcontrol/index.docbook share/doc/HTML/sl/kcontrol/kcmaccess.docbook share/doc/HTML/sl/kcontrol/kcmaction.docbook share/doc/HTML/sl/kcontrol/kcmbackgnd.docbook @@ -12598,16 +12602,77 @@ share/doc/HTML/sl/kcontrol/kcmtaskbar.docbook share/doc/HTML/sl/kcontrol/kcmuseragent.docbook share/doc/HTML/sl/kcontrol/kcmwinshare.docbook share/doc/HTML/sl/kcontrol/kcmxservinfo.docbook +share/doc/HTML/sl/kcontrol/key-bindings.html +share/doc/HTML/sl/kcontrol/konq-brskanje.html +share/doc/HTML/sl/kcontrol/laptop.html +share/doc/HTML/sl/kcontrol/mesmiza.html +share/doc/HTML/sl/kcontrol/midi.html +share/doc/HTML/sl/kcontrol/miska-obnas.html +share/doc/HTML/sl/kcontrol/module.html +share/doc/HTML/sl/kcontrol/modules.html +share/doc/HTML/sl/kcontrol/mouse.html +share/doc/HTML/sl/kcontrol/nadzbat.html +share/doc/HTML/sl/kcontrol/nadzenerg.html +share/doc/HTML/sl/kcontrol/naprave.html +share/doc/HTML/sl/kcontrol/nbrskanje.html +share/doc/HTML/sl/kcontrol/obrobe.html +share/doc/HTML/sl/kcontrol/opozprazbat.html +share/doc/HTML/sl/kcontrol/opravvrst.html +share/doc/HTML/sl/kcontrol/ozadje.html +share/doc/HTML/sl/kcontrol/particije.html +share/doc/HTML/sl/kcontrol/pci.html +share/doc/HTML/sl/kcontrol/pcmcia.html +share/doc/HTML/sl/kcontrol/pisave.html +share/doc/HTML/sl/kcontrol/piskotki.html +share/doc/HTML/sl/kcontrol/podrocje.html +share/doc/HTML/sl/kcontrol/pomnilnik.html +share/doc/HTML/sl/kcontrol/posredniki.html +share/doc/HTML/sl/kcontrol/prekinitve.html +share/doc/HTML/sl/kcontrol/procesor.html +share/doc/HTML/sl/kcontrol/pult.html +share/doc/HTML/sl/kcontrol/razptipk.html +share/doc/HTML/sl/kcontrol/sambastatus.html +share/doc/HTML/sl/kcontrol/screensaver.html share/doc/HTML/sl/kcontrol/screenshot.png +share/doc/HTML/sl/kcontrol/scsi.html +share/doc/HTML/sl/kcontrol/sis-obvest.html +share/doc/HTML/sl/kcontrol/slog.html +share/doc/HTML/sl/kcontrol/sndserver.html +share/doc/HTML/sl/kcontrol/uporab-agent.html +share/doc/HTML/sl/kcontrol/upravlj-dat.html +share/doc/HTML/sl/kcontrol/upravlj-prijav.html +share/doc/HTML/sl/kcontrol/windows-shares.html +share/doc/HTML/sl/kcontrol/xstreznik.html +share/doc/HTML/sl/kcontrol/zvokinfo.html +share/doc/HTML/sl/kcontrol/zvoncek.html +share/doc/HTML/sl/kcron/.anchors +share/doc/HTML/sl/kcron/commands.html +share/doc/HTML/sl/kcron/common +share/doc/HTML/sl/kcron/compilation.html +share/doc/HTML/sl/kcron/credits.html +share/doc/HTML/sl/kcron/faq.html +share/doc/HTML/sl/kcron/index.docbook +share/doc/HTML/sl/kcron/index.html +share/doc/HTML/sl/kcron/installation.html +share/doc/HTML/sl/kcron/introduction.html +share/doc/HTML/sl/kcron/manage-tasks.html +share/doc/HTML/sl/kcron/manage-variables.html +share/doc/HTML/sl/kcron/new-task.html +share/doc/HTML/sl/kcron/new-variable.html +share/doc/HTML/sl/kcron/requirements.html +share/doc/HTML/sl/kcron/saving-crontab.html +share/doc/HTML/sl/kcron/using-kcron.html share/doc/HTML/sl/kdebugdialog/.anchors -share/doc/HTML/sl/kdebugdialog/index.html -share/doc/HTML/sl/kdebugdialog/introduction.html share/doc/HTML/sl/kdebugdialog/common share/doc/HTML/sl/kdebugdialog/index.docbook +share/doc/HTML/sl/kdebugdialog/index.html +share/doc/HTML/sl/kdebugdialog/introduction.html share/doc/HTML/sl/kdesu/.anchors share/doc/HTML/sl/kdesu/author.html +share/doc/HTML/sl/kdesu/common share/doc/HTML/sl/kdesu/compiling.html share/doc/HTML/sl/kdesu/configuration.html +share/doc/HTML/sl/kdesu/index.docbook share/doc/HTML/sl/kdesu/index.html share/doc/HTML/sl/kdesu/installation.html share/doc/HTML/sl/kdesu/interface-to-su.html @@ -12616,31 +12681,90 @@ share/doc/HTML/sl/kdesu/introduction.html share/doc/HTML/sl/kdesu/password-checking.html share/doc/HTML/sl/kdesu/sec-password-keeping.html share/doc/HTML/sl/kdesu/using-kdesu.html -share/doc/HTML/sl/kdesu/common -share/doc/HTML/sl/kdesu/index.docbook share/doc/HTML/sl/kdm/.anchors share/doc/HTML/sl/kdm/building-and-installing-kdm.html +share/doc/HTML/sl/kdm/common share/doc/HTML/sl/kdm/configuring-kdm.html share/doc/HTML/sl/kdm/configuring-your-system-for-kdm.html share/doc/HTML/sl/kdm/credits.html share/doc/HTML/sl/kdm/different-window-managers-with-kdm.html +share/doc/HTML/sl/kdm/index.docbook share/doc/HTML/sl/kdm/index.html share/doc/HTML/sl/kdm/introduction.html share/doc/HTML/sl/kdm/kdmdesktop.html share/doc/HTML/sl/kdm/lilo.html share/doc/HTML/sl/kdm/locale.html share/doc/HTML/sl/kdm/other-information.html -share/doc/HTML/sl/kdm/common -share/doc/HTML/sl/kdm/index.docbook +share/doc/HTML/sl/kdvi/.anchors +share/doc/HTML/sl/kdvi/bugs.html +share/doc/HTML/sl/kdvi/changingmagnification.html +share/doc/HTML/sl/kdvi/common +share/doc/HTML/sl/kdvi/index.docbook +share/doc/HTML/sl/kdvi/index.html +share/doc/HTML/sl/kdvi/keyboard.html +share/doc/HTML/sl/kdvi/markingpages.html +share/doc/HTML/sl/kdvi/movingaround.html +share/doc/HTML/sl/kdvi/printing.html +share/doc/HTML/sl/kdvi/qampa.html +share/doc/HTML/sl/kdvi/todo.html +share/doc/HTML/sl/kdvi/usage.html +share/doc/HTML/sl/kedit/.anchors +share/doc/HTML/sl/kedit/command-line-options.html +share/doc/HTML/sl/kedit/common +share/doc/HTML/sl/kedit/credits.html +share/doc/HTML/sl/kedit/edit.html +share/doc/HTML/sl/kedit/go.html +share/doc/HTML/sl/kedit/help.html +share/doc/HTML/sl/kedit/index.docbook +share/doc/HTML/sl/kedit/index.html +share/doc/HTML/sl/kedit/introduction.html +share/doc/HTML/sl/kedit/keybindings.html +share/doc/HTML/sl/kedit/on-screen-fundamentals.html +share/doc/HTML/sl/kedit/pref-dialog.html +share/doc/HTML/sl/kedit/prefcolors.html +share/doc/HTML/sl/kedit/prefmisc.html +share/doc/HTML/sl/kedit/prefspellchecker.html +share/doc/HTML/sl/kedit/settings.html +share/doc/HTML/sl/kedit/the-menu-entries.html +share/doc/HTML/sl/kedit/tools.html +share/doc/HTML/sl/kfind/.anchors +share/doc/HTML/sl/kfind/avtorji.html +share/doc/HTML/sl/kfind/common +share/doc/HTML/sl/kfind/epilog.html +share/doc/HTML/sl/kfind/index.docbook +share/doc/HTML/sl/kfind/index.html +share/doc/HTML/sl/kfind/installation.html +share/doc/HTML/sl/kfind/introduction.html +share/doc/HTML/sl/kfind/monosti.html +share/doc/HTML/sl/kfind/nastavitev.html +share/doc/HTML/sl/kfind/ogledno-obmoeje.html +share/doc/HTML/sl/kfind/onscreenfundamentals.html +share/doc/HTML/sl/kfind/pogovorno-okno-iskalnih-parametrov.html +share/doc/HTML/sl/kfind/pomoe.html +share/doc/HTML/sl/kfind/prevajalci.html +share/doc/HTML/sl/kfind/prevajanje-in-namestitev.html +share/doc/HTML/sl/kfind/themenuentries.html +share/doc/HTML/sl/kfind/uredi.html +share/doc/HTML/sl/kfind/zahteve.html +share/doc/HTML/sl/khelpcenter/.anchors +share/doc/HTML/sl/khelpcenter/background.png +share/doc/HTML/sl/khelpcenter/bgtable.png +share/doc/HTML/sl/khelpcenter/common +share/doc/HTML/sl/khelpcenter/contact.docbook +share/doc/HTML/sl/khelpcenter/credits.html +share/doc/HTML/sl/khelpcenter/dobrodosli-v-kde.html +share/doc/HTML/sl/khelpcenter/exec.xpm share/doc/HTML/sl/khelpcenter/faq/.anchors share/doc/HTML/sl/khelpcenter/faq/about.html share/doc/HTML/sl/khelpcenter/faq/applications.html +share/doc/HTML/sl/khelpcenter/faq/common share/doc/HTML/sl/khelpcenter/faq/configure.html share/doc/HTML/sl/khelpcenter/faq/contribute.html share/doc/HTML/sl/khelpcenter/faq/credits.html share/doc/HTML/sl/khelpcenter/faq/desktop.html share/doc/HTML/sl/khelpcenter/faq/filemanager.html share/doc/HTML/sl/khelpcenter/faq/getting-kde.html +share/doc/HTML/sl/khelpcenter/faq/index.docbook share/doc/HTML/sl/khelpcenter/faq/index.html share/doc/HTML/sl/khelpcenter/faq/install.html share/doc/HTML/sl/khelpcenter/faq/introduction.html @@ -12651,15 +12775,39 @@ share/doc/HTML/sl/khelpcenter/faq/not-kde.html share/doc/HTML/sl/khelpcenter/faq/panel.html share/doc/HTML/sl/khelpcenter/faq/tips.html share/doc/HTML/sl/khelpcenter/faq/windowmanager.html -share/doc/HTML/sl/khelpcenter/faq/common -share/doc/HTML/sl/khelpcenter/faq/index.docbook +share/doc/HTML/sl/khelpcenter/help-system-user-manual.html +share/doc/HTML/sl/khelpcenter/help.docbook +share/doc/HTML/sl/khelpcenter/index.docbook +share/doc/HTML/sl/khelpcenter/index.html +share/doc/HTML/sl/khelpcenter/interface-basics.html +share/doc/HTML/sl/khelpcenter/invoking-help.html +share/doc/HTML/sl/khelpcenter/kaj-je-kde-namizje.html +share/doc/HTML/sl/khelpcenter/kaj-je-kde-pisarniska-zbirka.html +share/doc/HTML/sl/khelpcenter/kaj-je-kde-razvojno-ogrodje.html +share/doc/HTML/sl/khelpcenter/kaj-je-kde.html +share/doc/HTML/sl/khelpcenter/kdelogo.png +share/doc/HTML/sl/khelpcenter/khelpcenter.png +share/doc/HTML/sl/khelpcenter/konq.css +share/doc/HTML/sl/khelpcenter/kontaktirajte-kde-skupino.html +share/doc/HTML/sl/khelpcenter/kontaktiranje-razvijalcev.html +share/doc/HTML/sl/khelpcenter/kontaktiranje-uradno.html +share/doc/HTML/sl/khelpcenter/kontaktiranje-vec-informacij.html +share/doc/HTML/sl/khelpcenter/laptop.png +share/doc/HTML/sl/khelpcenter/lines.png +share/doc/HTML/sl/khelpcenter/links.docbook +share/doc/HTML/sl/khelpcenter/main.html +share/doc/HTML/sl/khelpcenter/no-html.html +share/doc/HTML/sl/khelpcenter/pointers.png share/doc/HTML/sl/khelpcenter/quickstart/.anchors share/doc/HTML/sl/khelpcenter/quickstart/advanced-topics.html share/doc/HTML/sl/khelpcenter/quickstart/an-overview-of-kde.html share/doc/HTML/sl/khelpcenter/quickstart/archives-and-networks.html +share/doc/HTML/sl/khelpcenter/quickstart/common share/doc/HTML/sl/khelpcenter/quickstart/configuration-modules.html share/doc/HTML/sl/khelpcenter/quickstart/configure.html share/doc/HTML/sl/khelpcenter/quickstart/credits.html +share/doc/HTML/sl/khelpcenter/quickstart/index.cvlog +share/doc/HTML/sl/khelpcenter/quickstart/index.docbook share/doc/HTML/sl/khelpcenter/quickstart/index.html share/doc/HTML/sl/khelpcenter/quickstart/introduction.html share/doc/HTML/sl/khelpcenter/quickstart/kde-an-exciting-journey.html @@ -12669,18 +12817,22 @@ share/doc/HTML/sl/khelpcenter/quickstart/managing-your-files.html share/doc/HTML/sl/khelpcenter/quickstart/prevajalci.html share/doc/HTML/sl/khelpcenter/quickstart/ready-set-go.html share/doc/HTML/sl/khelpcenter/quickstart/using-taskbar.html -share/doc/HTML/sl/khelpcenter/quickstart/common share/doc/HTML/sl/khelpcenter/quickstart/using-templates.html share/doc/HTML/sl/khelpcenter/quickstart/using-v-desktops.html share/doc/HTML/sl/khelpcenter/quickstart/want-command-line-back.html share/doc/HTML/sl/khelpcenter/quickstart/working-with-windows.html -share/doc/HTML/sl/khelpcenter/quickstart/index.cvlog -share/doc/HTML/sl/khelpcenter/quickstart/index.docbook +share/doc/HTML/sl/khelpcenter/shadow1.png +share/doc/HTML/sl/khelpcenter/support.docbook +share/doc/HTML/sl/khelpcenter/supporting-kde-financial-support.html +share/doc/HTML/sl/khelpcenter/supporting-kde-get-started.html +share/doc/HTML/sl/khelpcenter/supporting-kde.html +share/doc/HTML/sl/khelpcenter/tinylogo.png share/doc/HTML/sl/khelpcenter/userguide/.anchors share/doc/HTML/sl/khelpcenter/userguide/about-this-preview.html share/doc/HTML/sl/khelpcenter/userguide/adding-programs.html share/doc/HTML/sl/khelpcenter/userguide/all-about-your-desktop.html share/doc/HTML/sl/khelpcenter/userguide/background-of-kde.html +share/doc/HTML/sl/khelpcenter/userguide/common share/doc/HTML/sl/khelpcenter/userguide/creating-new-files-on-your-desktop.html share/doc/HTML/sl/khelpcenter/userguide/desktop-components.html share/doc/HTML/sl/khelpcenter/userguide/docu-staff.html @@ -12690,8 +12842,9 @@ share/doc/HTML/sl/khelpcenter/userguide/first-impressions.html share/doc/HTML/sl/khelpcenter/userguide/frequently-asked-questions.html share/doc/HTML/sl/khelpcenter/userguide/getting-kde.html share/doc/HTML/sl/khelpcenter/userguide/getting-started.html -share/doc/HTML/sl/khelpcenter/userguide/index.html share/doc/HTML/sl/khelpcenter/userguide/graphical-applications.html +share/doc/HTML/sl/khelpcenter/userguide/index.docbook +share/doc/HTML/sl/khelpcenter/userguide/index.html share/doc/HTML/sl/khelpcenter/userguide/installation.html share/doc/HTML/sl/khelpcenter/userguide/installing-debian.html share/doc/HTML/sl/khelpcenter/userguide/introduction.html @@ -12706,8 +12859,8 @@ share/doc/HTML/sl/khelpcenter/userguide/more-help.html share/doc/HTML/sl/khelpcenter/userguide/mouse-techniques.html share/doc/HTML/sl/khelpcenter/userguide/moving-files-with-drag-and-drop.html share/doc/HTML/sl/khelpcenter/userguide/multimedia-applications.html -share/doc/HTML/sl/khelpcenter/userguide/prevod.html share/doc/HTML/sl/khelpcenter/userguide/network-applications.html +share/doc/HTML/sl/khelpcenter/userguide/prevod.html share/doc/HTML/sl/khelpcenter/userguide/quitting-kde.html share/doc/HTML/sl/khelpcenter/userguide/shortcuts.html share/doc/HTML/sl/khelpcenter/userguide/source-distribution.html @@ -12719,14 +12872,11 @@ share/doc/HTML/sl/khelpcenter/userguide/using-templates.html share/doc/HTML/sl/khelpcenter/userguide/using-the-trashcan.html share/doc/HTML/sl/khelpcenter/userguide/utility-applications.html share/doc/HTML/sl/khelpcenter/userguide/we-still-need-people.html -share/doc/HTML/sl/khelpcenter/userguide/common -share/doc/HTML/sl/khelpcenter/userguide/index.docbook share/doc/HTML/sl/khelpcenter/visualdict/.anchors -share/doc/HTML/sl/khelpcenter/visualdict/credits.html -share/doc/HTML/sl/khelpcenter/visualdict/index.html -share/doc/HTML/sl/khelpcenter/visualdict/visual-dictionary.html share/doc/HTML/sl/khelpcenter/visualdict/common +share/doc/HTML/sl/khelpcenter/visualdict/credits.html share/doc/HTML/sl/khelpcenter/visualdict/index.docbook +share/doc/HTML/sl/khelpcenter/visualdict/index.html share/doc/HTML/sl/khelpcenter/visualdict/pict1.png share/doc/HTML/sl/khelpcenter/visualdict/pict10.png share/doc/HTML/sl/khelpcenter/visualdict/pict11.png @@ -12747,44 +12897,8 @@ share/doc/HTML/sl/khelpcenter/visualdict/pict6.png share/doc/HTML/sl/khelpcenter/visualdict/pict7.png share/doc/HTML/sl/khelpcenter/visualdict/pict8.png share/doc/HTML/sl/khelpcenter/visualdict/pict9.png -share/doc/HTML/sl/khelpcenter/.anchors -share/doc/HTML/sl/khelpcenter/credits.html -share/doc/HTML/sl/khelpcenter/dobrodosli-v-kde.html -share/doc/HTML/sl/khelpcenter/help-system-user-manual.html -share/doc/HTML/sl/khelpcenter/index.html -share/doc/HTML/sl/khelpcenter/interface-basics.html -share/doc/HTML/sl/khelpcenter/invoking-help.html -share/doc/HTML/sl/khelpcenter/kaj-je-kde-namizje.html -share/doc/HTML/sl/khelpcenter/kaj-je-kde-pisarniska-zbirka.html -share/doc/HTML/sl/khelpcenter/kaj-je-kde-razvojno-ogrodje.html -share/doc/HTML/sl/khelpcenter/kaj-je-kde.html -share/doc/HTML/sl/khelpcenter/kontaktirajte-kde-skupino.html -share/doc/HTML/sl/khelpcenter/kontaktiranje-uradno.html -share/doc/HTML/sl/khelpcenter/kontaktiranje-razvijalcev.html -share/doc/HTML/sl/khelpcenter/kontaktiranje-vec-informacij.html -share/doc/HTML/sl/khelpcenter/supporting-kde-financial-support.html -share/doc/HTML/sl/khelpcenter/supporting-kde-get-started.html -share/doc/HTML/sl/khelpcenter/supporting-kde.html +share/doc/HTML/sl/khelpcenter/visualdict/visual-dictionary.html share/doc/HTML/sl/khelpcenter/web.html -share/doc/HTML/sl/khelpcenter/common -share/doc/HTML/sl/khelpcenter/background.png -share/doc/HTML/sl/khelpcenter/bgtable.png -share/doc/HTML/sl/khelpcenter/contact.docbook -share/doc/HTML/sl/khelpcenter/exec.xpm -share/doc/HTML/sl/khelpcenter/help.docbook -share/doc/HTML/sl/khelpcenter/index.docbook -share/doc/HTML/sl/khelpcenter/kdelogo.png -share/doc/HTML/sl/khelpcenter/khelpcenter.png -share/doc/HTML/sl/khelpcenter/konq.css -share/doc/HTML/sl/khelpcenter/laptop.png -share/doc/HTML/sl/khelpcenter/lines.png -share/doc/HTML/sl/khelpcenter/links.docbook -share/doc/HTML/sl/khelpcenter/main.html -share/doc/HTML/sl/khelpcenter/no-html.html -share/doc/HTML/sl/khelpcenter/pointers.png -share/doc/HTML/sl/khelpcenter/shadow1.png -share/doc/HTML/sl/khelpcenter/support.docbook -share/doc/HTML/sl/khelpcenter/tinylogo.png share/doc/HTML/sl/khelpcenter/welcome.docbook share/doc/HTML/sl/khelpcenter/whatiskde.docbook share/doc/HTML/sl/konqueror/.anchors @@ -12792,8 +12906,10 @@ share/doc/HTML/sl/konqueror/basics.html share/doc/HTML/sl/konqueror/bookmarks.html share/doc/HTML/sl/konqueror/browser.html share/doc/HTML/sl/konqueror/bubble.html +share/doc/HTML/sl/konqueror/cmndline.png share/doc/HTML/sl/konqueror/commandline.html share/doc/HTML/sl/konqueror/commands.html +share/doc/HTML/sl/konqueror/common share/doc/HTML/sl/konqueror/config.html share/doc/HTML/sl/konqueror/configfm.html share/doc/HTML/sl/konqueror/configure-browser.html @@ -12804,12 +12920,21 @@ share/doc/HTML/sl/konqueror/cookies.html share/doc/HTML/sl/konqueror/credits.html share/doc/HTML/sl/konqueror/crypto.html share/doc/HTML/sl/konqueror/deleting.html +share/doc/HTML/sl/konqueror/dirtree.png +share/doc/HTML/sl/konqueror/dragdrop.png share/doc/HTML/sl/konqueror/faq.html -share/doc/HTML/sl/konqueror/filemanager.html share/doc/HTML/sl/konqueror/file-associations.html +share/doc/HTML/sl/konqueror/filemanager.html +share/doc/HTML/sl/konqueror/filetype1.png +share/doc/HTML/sl/konqueror/filetype3.png +share/doc/HTML/sl/konqueror/filetype4.png share/doc/HTML/sl/konqueror/ftp.html +share/doc/HTML/sl/konqueror/index.docbook share/doc/HTML/sl/konqueror/index.html share/doc/HTML/sl/konqueror/installation.html +share/doc/HTML/sl/konqueror/konqdoc5.png +share/doc/HTML/sl/konqueror/konqdoc9.png +share/doc/HTML/sl/konqueror/konqorg.png share/doc/HTML/sl/konqueror/lmb-mmb.html share/doc/HTML/sl/konqueror/making.html share/doc/HTML/sl/konqueror/man-info.html @@ -12817,28 +12942,20 @@ share/doc/HTML/sl/konqueror/moving.html share/doc/HTML/sl/konqueror/multiple.html share/doc/HTML/sl/konqueror/newname.html share/doc/HTML/sl/konqueror/parts.html +share/doc/HTML/sl/konqueror/parts.png share/doc/HTML/sl/konqueror/plugin.html share/doc/HTML/sl/konqueror/rmb-menus.html +share/doc/HTML/sl/konqueror/samba.png share/doc/HTML/sl/konqueror/save-print-web.html share/doc/HTML/sl/konqueror/save-settings.html share/doc/HTML/sl/konqueror/surf.html -share/doc/HTML/sl/konqueror/common -share/doc/HTML/sl/konqueror/cmndline.png -share/doc/HTML/sl/konqueror/dirtree.png -share/doc/HTML/sl/konqueror/dragdrop.png -share/doc/HTML/sl/konqueror/filetype1.png -share/doc/HTML/sl/konqueror/filetype3.png -share/doc/HTML/sl/konqueror/filetype4.png -share/doc/HTML/sl/konqueror/index.docbook -share/doc/HTML/sl/konqueror/konqdoc5.png -share/doc/HTML/sl/konqueror/konqdoc9.png -share/doc/HTML/sl/konqueror/konqorg.png -share/doc/HTML/sl/konqueror/parts.png -share/doc/HTML/sl/konqueror/samba.png share/doc/HTML/sl/konsole/.anchors +share/doc/HTML/sl/konsole/common share/doc/HTML/sl/konsole/gumbi-miske.html +share/doc/HTML/sl/konsole/index.docbook share/doc/HTML/sl/konsole/index.html share/doc/HTML/sl/konsole/izbirna-vrstica.html +share/doc/HTML/sl/konsole/konsole.png share/doc/HTML/sl/konsole/namestitev.html share/doc/HTML/sl/konsole/opcija-zgodovine.html share/doc/HTML/sl/konsole/opcije-ukazne-vrstice.html @@ -12846,73 +12963,12 @@ share/doc/HTML/sl/konsole/orodna-vrstica.html share/doc/HTML/sl/konsole/uporaba-konsole.html share/doc/HTML/sl/konsole/uvod.html share/doc/HTML/sl/konsole/zahvale.html -share/doc/HTML/sl/konsole/common -share/doc/HTML/sl/konsole/index.docbook -share/doc/HTML/sl/konsole/konsole.png -share/doc/HTML/sl/ksysguard/.anchors -share/doc/HTML/sl/ksysguard/compilationandinstallation.html -share/doc/HTML/sl/ksysguard/credits-and-licenses.html -share/doc/HTML/sl/ksysguard/index.html -share/doc/HTML/sl/ksysguard/installation.html -share/doc/HTML/sl/ksysguard/introduction.html -share/doc/HTML/sl/ksysguard/requirements.html -share/doc/HTML/sl/ksysguard/the-sensor-browser.html -share/doc/HTML/sl/ksysguard/the-workspace.html -share/doc/HTML/sl/ksysguard/usingtheksysguard.html -share/doc/HTML/sl/ksysguard/common -share/doc/HTML/sl/ksysguard/index.docbook -share/doc/HTML/sl/kwrite/.anchors -share/doc/HTML/sl/kwrite/bookmarks.html -share/doc/HTML/sl/kwrite/command-line-options.html -share/doc/HTML/sl/kwrite/credits.html -share/doc/HTML/sl/kwrite/edit.html -share/doc/HTML/sl/kwrite/help.html -share/doc/HTML/sl/kwrite/index.html -share/doc/HTML/sl/kwrite/introduction.html -share/doc/HTML/sl/kwrite/keybindings.html -share/doc/HTML/sl/kwrite/on-screen-fundamentals.html -share/doc/HTML/sl/kwrite/pref-dialog.html -share/doc/HTML/sl/kwrite/pref-edit.html -share/doc/HTML/sl/kwrite/pref-highlighting.html -share/doc/HTML/sl/kwrite/pref-keybindings.html -share/doc/HTML/sl/kwrite/pref-select.html -share/doc/HTML/sl/kwrite/prefcolors.html -share/doc/HTML/sl/kwrite/prefspellchecker.html -share/doc/HTML/sl/kwrite/search.html -share/doc/HTML/sl/kwrite/settings.html -share/doc/HTML/sl/kwrite/the-menu-entries.html -share/doc/HTML/sl/kwrite/tools.html -share/doc/HTML/sl/kwrite/common -share/doc/HTML/sl/kwrite/index.docbook -share/doc/HTML/sl/kdvi/.anchors -share/doc/HTML/sl/kdvi/bugs.html -share/doc/HTML/sl/kdvi/changingmagnification.html -share/doc/HTML/sl/kdvi/index.html -share/doc/HTML/sl/kdvi/keyboard.html -share/doc/HTML/sl/kdvi/markingpages.html -share/doc/HTML/sl/kdvi/movingaround.html -share/doc/HTML/sl/kdvi/printing.html -share/doc/HTML/sl/kdvi/qampa.html -share/doc/HTML/sl/kdvi/todo.html -share/doc/HTML/sl/kdvi/usage.html -share/doc/HTML/sl/kdvi/common -share/doc/HTML/sl/kdvi/index.docbook -share/doc/HTML/sl/kspell/.anchors -share/doc/HTML/sl/kspell/configuration-dialog-.html -share/doc/HTML/sl/kspell/contact-information.html -share/doc/HTML/sl/kspell/encodings.html -share/doc/HTML/sl/kspell/index.html -share/doc/HTML/sl/kspell/misspelled-word-dialog.html -share/doc/HTML/sl/kspell/other-functions.html -share/doc/HTML/sl/kspell/other.html -share/doc/HTML/sl/kspell/spell-checking-client.html -share/doc/HTML/sl/kspell/common -share/doc/HTML/sl/kspell/index.docbook share/doc/HTML/sl/kppp/.anchors share/doc/HTML/sl/kppp/accounting.html share/doc/HTML/sl/kppp/appendix.html share/doc/HTML/sl/kppp/autoconfigurehostname.html share/doc/HTML/sl/kppp/cb.html +share/doc/HTML/sl/kppp/common share/doc/HTML/sl/kppp/compilationandinstallation.html share/doc/HTML/sl/kppp/configuringanaccount.html share/doc/HTML/sl/kppp/dns.html @@ -12920,11 +12976,11 @@ share/doc/HTML/sl/kppp/gateway.html share/doc/HTML/sl/kppp/gettingthemodemtohangup.html share/doc/HTML/sl/kppp/gpl.html share/doc/HTML/sl/kppp/howtointerpretthesystemslog.html +share/doc/HTML/sl/kppp/index.docbook share/doc/HTML/sl/kppp/index.html share/doc/HTML/sl/kppp/installation.html share/doc/HTML/sl/kppp/introduction.html share/doc/HTML/sl/kppp/kppphasthesuidbitonwhataboutsecurity.html -share/doc/HTML/sl/kppp/common share/doc/HTML/sl/kppp/kppprelatedfiles.html share/doc/HTML/sl/kppp/licenseandwarranty.html share/doc/HTML/sl/kppp/lockfiles.html @@ -12941,69 +12997,76 @@ share/doc/HTML/sl/kppp/ppp.html share/doc/HTML/sl/kppp/preparingyourlinuxsystemforapppconnection.html share/doc/HTML/sl/kppp/questionsandanswers.html share/doc/HTML/sl/kppp/reportingproblemswithkppp.html -share/doc/HTML/sl/kppp/security.html share/doc/HTML/sl/kppp/requirements.html +share/doc/HTML/sl/kppp/security.html share/doc/HTML/sl/kppp/settingupkppp.html share/doc/HTML/sl/kppp/volaccounting.html share/doc/HTML/sl/kppp/windowsntrascallback.html -share/doc/HTML/sl/kppp/index.docbook -share/doc/HTML/sl/kedit/.anchors -share/doc/HTML/sl/kedit/command-line-options.html -share/doc/HTML/sl/kedit/credits.html -share/doc/HTML/sl/kedit/edit.html -share/doc/HTML/sl/kedit/go.html -share/doc/HTML/sl/kedit/help.html -share/doc/HTML/sl/kedit/index.html -share/doc/HTML/sl/kedit/introduction.html -share/doc/HTML/sl/kedit/keybindings.html -share/doc/HTML/sl/kedit/on-screen-fundamentals.html -share/doc/HTML/sl/kedit/pref-dialog.html -share/doc/HTML/sl/kedit/prefcolors.html -share/doc/HTML/sl/kedit/prefmisc.html -share/doc/HTML/sl/kedit/prefspellchecker.html -share/doc/HTML/sl/kedit/settings.html -share/doc/HTML/sl/kedit/the-menu-entries.html -share/doc/HTML/sl/kedit/tools.html -share/doc/HTML/sl/kedit/common -share/doc/HTML/sl/kedit/index.docbook -share/doc/HTML/sl/kfind/.anchors -share/doc/HTML/sl/kfind/avtorji.html -share/doc/HTML/sl/kfind/epilog.html -share/doc/HTML/sl/kfind/index.html -share/doc/HTML/sl/kfind/installation.html -share/doc/HTML/sl/kfind/introduction.html -share/doc/HTML/sl/kfind/monosti.html -share/doc/HTML/sl/kfind/nastavitev.html -share/doc/HTML/sl/kfind/ogledno-obmoeje.html -share/doc/HTML/sl/kfind/onscreenfundamentals.html -share/doc/HTML/sl/kfind/pogovorno-okno-iskalnih-parametrov.html -share/doc/HTML/sl/kfind/pomoe.html -share/doc/HTML/sl/kfind/prevajalci.html -share/doc/HTML/sl/kfind/prevajanje-in-namestitev.html -share/doc/HTML/sl/kfind/themenuentries.html -share/doc/HTML/sl/kfind/uredi.html -share/doc/HTML/sl/kfind/zahteve.html -share/doc/HTML/sl/kfind/common -share/doc/HTML/sl/kfind/index.docbook -share/doc/HTML/sr/common/fdl-translated.html -share/doc/HTML/sr/common/gpl-translated.html -share/doc/HTML/sr/common/kde-localised.css -share/doc/HTML/sr/common/lgpl-translated.html -share/doc/HTML/sr/common/logotp3.png +share/doc/HTML/sl/kspell/.anchors +share/doc/HTML/sl/kspell/common +share/doc/HTML/sl/kspell/configuration-dialog-.html +share/doc/HTML/sl/kspell/contact-information.html +share/doc/HTML/sl/kspell/encodings.html +share/doc/HTML/sl/kspell/index.docbook +share/doc/HTML/sl/kspell/index.html +share/doc/HTML/sl/kspell/misspelled-word-dialog.html +share/doc/HTML/sl/kspell/other-functions.html +share/doc/HTML/sl/kspell/other.html +share/doc/HTML/sl/kspell/spell-checking-client.html +share/doc/HTML/sl/ksysguard/.anchors +share/doc/HTML/sl/ksysguard/common +share/doc/HTML/sl/ksysguard/compilationandinstallation.html +share/doc/HTML/sl/ksysguard/credits-and-licenses.html +share/doc/HTML/sl/ksysguard/index.docbook +share/doc/HTML/sl/ksysguard/index.html +share/doc/HTML/sl/ksysguard/installation.html +share/doc/HTML/sl/ksysguard/introduction.html +share/doc/HTML/sl/ksysguard/requirements.html +share/doc/HTML/sl/ksysguard/the-sensor-browser.html +share/doc/HTML/sl/ksysguard/the-workspace.html +share/doc/HTML/sl/ksysguard/usingtheksysguard.html +share/doc/HTML/sl/kwrite/.anchors +share/doc/HTML/sl/kwrite/bookmarks.html +share/doc/HTML/sl/kwrite/command-line-options.html +share/doc/HTML/sl/kwrite/common +share/doc/HTML/sl/kwrite/credits.html +share/doc/HTML/sl/kwrite/edit.html +share/doc/HTML/sl/kwrite/help.html +share/doc/HTML/sl/kwrite/index.docbook +share/doc/HTML/sl/kwrite/index.html +share/doc/HTML/sl/kwrite/introduction.html +share/doc/HTML/sl/kwrite/keybindings.html +share/doc/HTML/sl/kwrite/on-screen-fundamentals.html +share/doc/HTML/sl/kwrite/pref-dialog.html +share/doc/HTML/sl/kwrite/pref-edit.html +share/doc/HTML/sl/kwrite/pref-highlighting.html +share/doc/HTML/sl/kwrite/pref-keybindings.html +share/doc/HTML/sl/kwrite/pref-select.html +share/doc/HTML/sl/kwrite/prefcolors.html +share/doc/HTML/sl/kwrite/prefspellchecker.html +share/doc/HTML/sl/kwrite/search.html +share/doc/HTML/sl/kwrite/settings.html +share/doc/HTML/sl/kwrite/the-menu-entries.html +share/doc/HTML/sl/kwrite/tools.html share/doc/HTML/sr/common/artistic-license.html share/doc/HTML/sr/common/bsd-license.html share/doc/HTML/sr/common/caution.png share/doc/HTML/sr/common/fdl-license share/doc/HTML/sr/common/fdl-license.html +share/doc/HTML/sr/common/fdl-translated.html share/doc/HTML/sr/common/gpl-license share/doc/HTML/sr/common/gpl-license.html +share/doc/HTML/sr/common/gpl-translated.html share/doc/HTML/sr/common/home.png share/doc/HTML/sr/common/important.png share/doc/HTML/sr/common/kde-common.css share/doc/HTML/sr/common/kde-default.css +share/doc/HTML/sr/common/kde-localised.css share/doc/HTML/sr/common/lgpl-license share/doc/HTML/sr/common/lgpl-license.html +share/doc/HTML/sr/common/lgpl-translated.html share/doc/HTML/sr/common/logotp3-small.png +share/doc/HTML/sr/common/logotp3.png share/doc/HTML/sr/common/next.png share/doc/HTML/sr/common/note.png share/doc/HTML/sr/common/prev.png @@ -13016,25 +13079,25 @@ share/doc/HTML/sr/common/up.png share/doc/HTML/sr/common/warning.png share/doc/HTML/sr/common/x11-license.html share/doc/HTML/sr/common/xml.dcl -share/doc/HTML/sv/common/fdl-translated.html -share/doc/HTML/sv/common/gpl-translated.html -share/doc/HTML/sv/common/kde-localised.css -share/doc/HTML/sv/common/lgpl-translated.html -share/doc/HTML/sv/common/logotp3.png share/doc/HTML/sv/common/artistic-license.html share/doc/HTML/sv/common/bsd-license.html share/doc/HTML/sv/common/caution.png share/doc/HTML/sv/common/fdl-license share/doc/HTML/sv/common/fdl-license.html +share/doc/HTML/sv/common/fdl-translated.html share/doc/HTML/sv/common/gpl-license share/doc/HTML/sv/common/gpl-license.html +share/doc/HTML/sv/common/gpl-translated.html share/doc/HTML/sv/common/home.png share/doc/HTML/sv/common/important.png share/doc/HTML/sv/common/kde-common.css share/doc/HTML/sv/common/kde-default.css +share/doc/HTML/sv/common/kde-localised.css share/doc/HTML/sv/common/lgpl-license share/doc/HTML/sv/common/lgpl-license.html +share/doc/HTML/sv/common/lgpl-translated.html share/doc/HTML/sv/common/logotp3-small.png +share/doc/HTML/sv/common/logotp3.png share/doc/HTML/sv/common/next.png share/doc/HTML/sv/common/note.png share/doc/HTML/sv/common/prev.png @@ -13047,23 +13110,22 @@ share/doc/HTML/sv/common/up.png share/doc/HTML/sv/common/warning.png share/doc/HTML/sv/common/x11-license.html share/doc/HTML/sv/common/xml.dcl -share/doc/HTML/sv/kuser/.anchors -share/doc/HTML/sv/kuser/add-user.html -share/doc/HTML/sv/kuser/credits.html -share/doc/HTML/sv/kuser/customizing.html -share/doc/HTML/sv/kuser/group-properties.html -share/doc/HTML/sv/kuser/index.html -share/doc/HTML/sv/kuser/start.html -share/doc/HTML/sv/kuser/user-properties.html -share/doc/HTML/sv/kuser/using.html -share/doc/HTML/sv/kuser/common -share/doc/HTML/sv/kuser/index.docbook share/doc/HTML/sv/kcontrol/kcmnumbername.docbook share/doc/HTML/sv/kcontrol/kcmpasswd.docbook +share/doc/HTML/sv/kdevelop/tip.database +share/doc/HTML/sv/khelpcenter/.anchors +share/doc/HTML/sv/khelpcenter/common +share/doc/HTML/sv/khelpcenter/contact-developers.html +share/doc/HTML/sv/khelpcenter/contact-more-information.html +share/doc/HTML/sv/khelpcenter/contact-official.html +share/doc/HTML/sv/khelpcenter/contact-the-kde-team.html +share/doc/HTML/sv/khelpcenter/contact.docbook +share/doc/HTML/sv/khelpcenter/credits.html share/doc/HTML/sv/khelpcenter/faq/.anchors share/doc/HTML/sv/khelpcenter/faq/allmnnafrgor.html share/doc/HTML/sv/khelpcenter/faq/br-jag-ta-bort-den-gamla-versionen-xyz-innan.html share/doc/HTML/sv/khelpcenter/faq/buggfixarfrkde10.html +share/doc/HTML/sv/khelpcenter/faq/common share/doc/HTML/sv/khelpcenter/faq/filhanteraren.html share/doc/HTML/sv/khelpcenter/faq/finns-det-arkiverade-meddelanden-frn-sndlist.html share/doc/HTML/sv/khelpcenter/faq/finns-det-ngon-nyhetsgrupp-om-kde.html @@ -13072,8 +13134,8 @@ share/doc/HTML/sv/khelpcenter/faq/fmerinformation.html share/doc/HTML/sv/khelpcenter/faq/fnsterhanteraren.html share/doc/HTML/sv/khelpcenter/faq/hjlpatill.html share/doc/HTML/sv/khelpcenter/faq/hmtakde.html -share/doc/HTML/sv/khelpcenter/faq/hur-fr-jag-access-till-cvs.html share/doc/HTML/sv/khelpcenter/faq/hur-anvnder-jag-en-skrmslckare-som-bakgrund.html +share/doc/HTML/sv/khelpcenter/faq/hur-fr-jag-access-till-cvs.html share/doc/HTML/sv/khelpcenter/faq/hur-fr-jag-skrivrttigheter-till-utvecklingsl.html share/doc/HTML/sv/khelpcenter/faq/hur-gr-jag-icke-anonyma-ftp-verfringar-med-k.html share/doc/HTML/sv/khelpcenter/faq/hur-klistrar-jag-in-ett-program-i-panelen.html @@ -13082,12 +13144,14 @@ share/doc/HTML/sv/khelpcenter/faq/hur-ndrar-jag-utseendet-hos-en-katalog-i-kfm.h share/doc/HTML/sv/khelpcenter/faq/hur-rapporterar-jag-om-en-bugg.html share/doc/HTML/sv/khelpcenter/faq/hur-startar-jag-kde.html share/doc/HTML/sv/khelpcenter/faq/hurmangrmed.html +share/doc/HTML/sv/khelpcenter/faq/index.cvlog +share/doc/HTML/sv/khelpcenter/faq/index.docbook share/doc/HTML/sv/khelpcenter/faq/index.html -share/doc/HTML/sv/khelpcenter/faq/introduktion.html share/doc/HTML/sv/khelpcenter/faq/installation-av-debianpaket-med-dpkg-dpkg-sg.html share/doc/HTML/sv/khelpcenter/faq/installation-av-rpmer-med-suses-yast-gr-rpm.html share/doc/HTML/sv/khelpcenter/faq/installationsanvisningar-fr-de-olika-paketfo.html share/doc/HTML/sv/khelpcenter/faq/installationsinstruktioner.html +share/doc/HTML/sv/khelpcenter/faq/introduktion.html share/doc/HTML/sv/khelpcenter/faq/jag-r-bara-nyfiken.-kan-jag-f-enbart-lsrttig.html share/doc/HTML/sv/khelpcenter/faq/jag-vill-programmera-fr-kde.-vad-br-jag-gra.html share/doc/HTML/sv/khelpcenter/faq/kan-jag-definiera-egna-snabbtangenter.html @@ -13095,7 +13159,6 @@ share/doc/HTML/sv/khelpcenter/faq/kde-p-aix.html share/doc/HTML/sv/khelpcenter/faq/kdeepostlistor.html share/doc/HTML/sv/khelpcenter/faq/konfigureringavkde.html share/doc/HTML/sv/khelpcenter/faq/krav.html -share/doc/HTML/sv/khelpcenter/faq/common share/doc/HTML/sv/khelpcenter/faq/loopbackdevice.html share/doc/HTML/sv/khelpcenter/faq/men-qt-r-inte-gratis-eller-hur.html share/doc/HTML/sv/khelpcenter/faq/nr-jag-ikonifierar-ett-fnster-frsvinner-det..html @@ -13106,68 +13169,68 @@ share/doc/HTML/sv/khelpcenter/faq/panelen.html share/doc/HTML/sv/khelpcenter/faq/r-det-mjligt-att-installera-kde-i-en-anvndar.html share/doc/HTML/sv/khelpcenter/faq/r-kde-en-cde-windows-95-eller-macos-klon.html share/doc/HTML/sv/khelpcenter/faq/r-kde-en-fnsterhanterare.html -share/doc/HTML/sv/khelpcenter/faq/vadrqt.html share/doc/HTML/sv/khelpcenter/faq/r-kde-gratis-mjukvara.html share/doc/HTML/sv/khelpcenter/faq/skrivbordet.html share/doc/HTML/sv/khelpcenter/faq/startkde-misslyckas-med-can-not-connect-to-x.html share/doc/HTML/sv/khelpcenter/faq/tillgngliga-paket.html share/doc/HTML/sv/khelpcenter/faq/vad-str-ket-i-kde-fr.html +share/doc/HTML/sv/khelpcenter/faq/vadrqt.html share/doc/HTML/sv/khelpcenter/faq/varfr-anvnder-inte-kde-gtk-xforms-xlib-vadso.html share/doc/HTML/sv/khelpcenter/faq/varfr-inte-gra-en-lgpl-qt-klon.html share/doc/HTML/sv/khelpcenter/faq/varfr-visar-panelen-fel-tid.html share/doc/HTML/sv/khelpcenter/faq/varhmtarmanqt.html share/doc/HTML/sv/khelpcenter/faq/vilken-r-den-nuvarande-versionen.html -share/doc/HTML/sv/khelpcenter/faq/index.cvlog -share/doc/HTML/sv/khelpcenter/faq/index.docbook -share/doc/HTML/sv/khelpcenter/.anchors -share/doc/HTML/sv/khelpcenter/contact-developers.html -share/doc/HTML/sv/khelpcenter/contact-more-information.html -share/doc/HTML/sv/khelpcenter/contact-official.html -share/doc/HTML/sv/khelpcenter/contact-the-kde-team.html -share/doc/HTML/sv/khelpcenter/credits.html share/doc/HTML/sv/khelpcenter/help-system-user-manual.html +share/doc/HTML/sv/khelpcenter/help.docbook +share/doc/HTML/sv/khelpcenter/index.docbook share/doc/HTML/sv/khelpcenter/index.html share/doc/HTML/sv/khelpcenter/interface-basics.html share/doc/HTML/sv/khelpcenter/invoking-help.html +share/doc/HTML/sv/khelpcenter/links.docbook +share/doc/HTML/sv/khelpcenter/no-html.html +share/doc/HTML/sv/khelpcenter/support.docbook share/doc/HTML/sv/khelpcenter/supporting-kde-financial-support.html share/doc/HTML/sv/khelpcenter/supporting-kde-get-started.html share/doc/HTML/sv/khelpcenter/supporting-kde.html share/doc/HTML/sv/khelpcenter/web.html share/doc/HTML/sv/khelpcenter/welcome-to-kde.html +share/doc/HTML/sv/khelpcenter/welcome.docbook share/doc/HTML/sv/khelpcenter/what-is-kde-the-desktop.html share/doc/HTML/sv/khelpcenter/what-is-kde-the-development-framework.html share/doc/HTML/sv/khelpcenter/what-is-kde-the-office-suite.html share/doc/HTML/sv/khelpcenter/what-is-kde.html -share/doc/HTML/sv/khelpcenter/common -share/doc/HTML/sv/khelpcenter/contact.docbook -share/doc/HTML/sv/khelpcenter/help.docbook -share/doc/HTML/sv/khelpcenter/index.docbook -share/doc/HTML/sv/khelpcenter/links.docbook -share/doc/HTML/sv/khelpcenter/no-html.html -share/doc/HTML/sv/khelpcenter/support.docbook -share/doc/HTML/sv/khelpcenter/welcome.docbook share/doc/HTML/sv/khelpcenter/whatiskde.docbook +share/doc/HTML/sv/kuser/.anchors +share/doc/HTML/sv/kuser/add-user.html +share/doc/HTML/sv/kuser/common +share/doc/HTML/sv/kuser/credits.html +share/doc/HTML/sv/kuser/customizing.html +share/doc/HTML/sv/kuser/group-properties.html +share/doc/HTML/sv/kuser/index.docbook +share/doc/HTML/sv/kuser/index.html +share/doc/HTML/sv/kuser/start.html +share/doc/HTML/sv/kuser/user-properties.html +share/doc/HTML/sv/kuser/using.html share/doc/HTML/sv/no-html.html -share/doc/HTML/sv/kdevelop/tip.database -share/doc/HTML/zh_CN.GB2312/common/fdl-translated.html -share/doc/HTML/zh_CN.GB2312/common/gpl-translated.html -share/doc/HTML/zh_CN.GB2312/common/kde-localised.css -share/doc/HTML/zh_CN.GB2312/common/lgpl-translated.html -share/doc/HTML/zh_CN.GB2312/common/logotp3.png share/doc/HTML/zh_CN.GB2312/common/artistic-license.html share/doc/HTML/zh_CN.GB2312/common/bsd-license.html share/doc/HTML/zh_CN.GB2312/common/caution.png share/doc/HTML/zh_CN.GB2312/common/fdl-license share/doc/HTML/zh_CN.GB2312/common/fdl-license.html +share/doc/HTML/zh_CN.GB2312/common/fdl-translated.html share/doc/HTML/zh_CN.GB2312/common/gpl-license share/doc/HTML/zh_CN.GB2312/common/gpl-license.html +share/doc/HTML/zh_CN.GB2312/common/gpl-translated.html share/doc/HTML/zh_CN.GB2312/common/home.png share/doc/HTML/zh_CN.GB2312/common/important.png share/doc/HTML/zh_CN.GB2312/common/kde-common.css share/doc/HTML/zh_CN.GB2312/common/kde-default.css +share/doc/HTML/zh_CN.GB2312/common/kde-localised.css share/doc/HTML/zh_CN.GB2312/common/lgpl-license share/doc/HTML/zh_CN.GB2312/common/lgpl-license.html +share/doc/HTML/zh_CN.GB2312/common/lgpl-translated.html share/doc/HTML/zh_CN.GB2312/common/logotp3-small.png +share/doc/HTML/zh_CN.GB2312/common/logotp3.png share/doc/HTML/zh_CN.GB2312/common/next.png share/doc/HTML/zh_CN.GB2312/common/note.png share/doc/HTML/zh_CN.GB2312/common/prev.png @@ -13184,6 +13247,7 @@ share/doc/HTML/zh_CN.GB2312/kdevelop/manual/.anchors share/doc/HTML/zh_CN.GB2312/kdevelop/manual/adding-widgets.html share/doc/HTML/zh_CN.GB2312/kdevelop/manual/build-settings.html share/doc/HTML/zh_CN.GB2312/kdevelop/manual/changing-keyboard-shortcuts.html +share/doc/HTML/zh_CN.GB2312/kdevelop/manual/common share/doc/HTML/zh_CN.GB2312/kdevelop/manual/compiler-options.html share/doc/HTML/zh_CN.GB2312/kdevelop/manual/compiler-warnings.html share/doc/HTML/zh_CN.GB2312/kdevelop/manual/configure.html @@ -13197,7 +13261,6 @@ share/doc/HTML/zh_CN.GB2312/kdevelop/manual/development-with-kdevelop.html share/doc/HTML/zh_CN.GB2312/kdevelop/manual/documentation.html share/doc/HTML/zh_CN.GB2312/kdevelop/manual/general-configuration.html share/doc/HTML/zh_CN.GB2312/kdevelop/manual/html-html.html -share/doc/HTML/zh_CN.GB2312/kdevelop/manual/index.html share/doc/HTML/zh_CN.GB2312/kdevelop/manual/index-0.html share/doc/HTML/zh_CN.GB2312/kdevelop/manual/index-102.html share/doc/HTML/zh_CN.GB2312/kdevelop/manual/index-103.html @@ -13228,6 +13291,9 @@ share/doc/HTML/zh_CN.GB2312/kdevelop/manual/index-73.html share/doc/HTML/zh_CN.GB2312/kdevelop/manual/index-78.html share/doc/HTML/zh_CN.GB2312/kdevelop/manual/index-95.html share/doc/HTML/zh_CN.GB2312/kdevelop/manual/index-96.html +share/doc/HTML/zh_CN.GB2312/kdevelop/manual/index.cvlog +share/doc/HTML/zh_CN.GB2312/kdevelop/manual/index.docbook +share/doc/HTML/zh_CN.GB2312/kdevelop/manual/index.html share/doc/HTML/zh_CN.GB2312/kdevelop/manual/installation.html share/doc/HTML/zh_CN.GB2312/kdevelop/manual/kdevelop-1.html share/doc/HTML/zh_CN.GB2312/kdevelop/manual/kdevelop-setup.html @@ -13238,7 +13304,6 @@ share/doc/HTML/zh_CN.GB2312/kdevelop/manual/make-options.html share/doc/HTML/zh_CN.GB2312/kdevelop/manual/make.html share/doc/HTML/zh_CN.GB2312/kdevelop/manual/new-project-new-projects.html share/doc/HTML/zh_CN.GB2312/kdevelop/manual/overview.html -share/doc/HTML/zh_CN.GB2312/kdevelop/manual/common share/doc/HTML/zh_CN.GB2312/kdevelop/manual/programs.html share/doc/HTML/zh_CN.GB2312/kdevelop/manual/projects.html share/doc/HTML/zh_CN.GB2312/kdevelop/manual/questions-and-answers.html @@ -13257,48 +13322,46 @@ share/doc/HTML/zh_CN.GB2312/kdevelop/manual/the-widget-editor.html share/doc/HTML/zh_CN.GB2312/kdevelop/manual/toolbar-toolbar-items.html share/doc/HTML/zh_CN.GB2312/kdevelop/manual/using-the-documentation-browser.html share/doc/HTML/zh_CN.GB2312/kdevelop/manual/working-with-the-editor.html -share/doc/HTML/zh_CN.GB2312/kdevelop/manual/index.cvlog -share/doc/HTML/zh_CN.GB2312/kdevelop/manual/index.docbook +share/doc/HTML/zh_CN.GB2312/kdevelop/tip.database share/doc/HTML/zh_CN.GB2312/kdevelop/tutorial/.anchors +share/doc/HTML/zh_CN.GB2312/kdevelop/tutorial/common share/doc/HTML/zh_CN.GB2312/kdevelop/tutorial/copyright.html share/doc/HTML/zh_CN.GB2312/kdevelop/tutorial/index-0.html share/doc/HTML/zh_CN.GB2312/kdevelop/tutorial/index-2.html share/doc/HTML/zh_CN.GB2312/kdevelop/tutorial/index-6.html share/doc/HTML/zh_CN.GB2312/kdevelop/tutorial/index-7.html share/doc/HTML/zh_CN.GB2312/kdevelop/tutorial/index-8.html +share/doc/HTML/zh_CN.GB2312/kdevelop/tutorial/index.cvlog +share/doc/HTML/zh_CN.GB2312/kdevelop/tutorial/index.docbook share/doc/HTML/zh_CN.GB2312/kdevelop/tutorial/index.html share/doc/HTML/zh_CN.GB2312/kdevelop/tutorial/qt.html share/doc/HTML/zh_CN.GB2312/kdevelop/tutorial/widget-0.html share/doc/HTML/zh_CN.GB2312/kdevelop/tutorial/widget.html -share/doc/HTML/zh_CN.GB2312/kdevelop/tutorial/common -share/doc/HTML/zh_CN.GB2312/kdevelop/tutorial/index.cvlog -share/doc/HTML/zh_CN.GB2312/kdevelop/tutorial/index.docbook share/doc/HTML/zh_CN.GB2312/kdevelop/welcome/.anchors -share/doc/HTML/zh_CN.GB2312/kdevelop/welcome/index.html -share/doc/HTML/zh_CN.GB2312/kdevelop/welcome/welcome.html share/doc/HTML/zh_CN.GB2312/kdevelop/welcome/common share/doc/HTML/zh_CN.GB2312/kdevelop/welcome/index.cvlog share/doc/HTML/zh_CN.GB2312/kdevelop/welcome/index.docbook -share/doc/HTML/zh_CN.GB2312/kdevelop/tip.database -share/doc/HTML/zh_TW.Big5/common/fdl-translated.html -share/doc/HTML/zh_TW.Big5/common/gpl-translated.html -share/doc/HTML/zh_TW.Big5/common/kde-localised.css -share/doc/HTML/zh_TW.Big5/common/lgpl-translated.html -share/doc/HTML/zh_TW.Big5/common/logotp3.png +share/doc/HTML/zh_CN.GB2312/kdevelop/welcome/index.html +share/doc/HTML/zh_CN.GB2312/kdevelop/welcome/welcome.html share/doc/HTML/zh_TW.Big5/common/artistic-license.html share/doc/HTML/zh_TW.Big5/common/bsd-license.html share/doc/HTML/zh_TW.Big5/common/caution.png share/doc/HTML/zh_TW.Big5/common/fdl-license share/doc/HTML/zh_TW.Big5/common/fdl-license.html +share/doc/HTML/zh_TW.Big5/common/fdl-translated.html share/doc/HTML/zh_TW.Big5/common/gpl-license share/doc/HTML/zh_TW.Big5/common/gpl-license.html +share/doc/HTML/zh_TW.Big5/common/gpl-translated.html share/doc/HTML/zh_TW.Big5/common/home.png share/doc/HTML/zh_TW.Big5/common/important.png share/doc/HTML/zh_TW.Big5/common/kde-common.css share/doc/HTML/zh_TW.Big5/common/kde-default.css +share/doc/HTML/zh_TW.Big5/common/kde-localised.css share/doc/HTML/zh_TW.Big5/common/lgpl-license share/doc/HTML/zh_TW.Big5/common/lgpl-license.html +share/doc/HTML/zh_TW.Big5/common/lgpl-translated.html share/doc/HTML/zh_TW.Big5/common/logotp3-small.png +share/doc/HTML/zh_TW.Big5/common/logotp3.png share/doc/HTML/zh_TW.Big5/common/next.png share/doc/HTML/zh_TW.Big5/common/note.png share/doc/HTML/zh_TW.Big5/common/prev.png @@ -13319,1120 +13382,3547 @@ share/doc/HTML/zh_TW.Big5/khelpcenter/links.docbook share/doc/HTML/zh_TW.Big5/khelpcenter/support.docbook share/doc/HTML/zh_TW.Big5/khelpcenter/welcome.docbook share/doc/HTML/zh_TW.Big5/khelpcenter/whatiskde.docbook -share/locale/da/LC_MESSAGES/kdat.mo -share/locale/da/LC_MESSAGES/kcmlilo.mo -share/locale/da/LC_MESSAGES/kcron.mo -share/locale/da/LC_MESSAGES/kpackage.mo -share/locale/da/LC_MESSAGES/ksysctrl.mo -share/locale/da/LC_MESSAGES/ksysv.mo -share/locale/da/LC_MESSAGES/kuser.mo -share/locale/da/LC_MESSAGES/kwuftpd.mo -share/locale/da/LC_MESSAGES/secpolicy.mo +share/locale/ca/LC_MESSAGES/abbrowser.mo +share/locale/ca/LC_MESSAGES/aktion.mo +share/locale/ca/LC_MESSAGES/amor.mo +share/locale/ca/LC_MESSAGES/appletproxy.mo +share/locale/ca/LC_MESSAGES/ark.mo +share/locale/ca/LC_MESSAGES/clockapplet.mo +share/locale/ca/LC_MESSAGES/desktop.mo +share/locale/ca/LC_MESSAGES/drkonqi.mo +share/locale/ca/LC_MESSAGES/empath.mo +share/locale/ca/LC_MESSAGES/filetypes.mo +share/locale/ca/LC_MESSAGES/htmlsearch.mo +share/locale/ca/LC_MESSAGES/kab.mo +share/locale/ca/LC_MESSAGES/kabalone.mo +share/locale/ca/LC_MESSAGES/kaccess.mo +share/locale/ca/LC_MESSAGES/kaiman.mo +share/locale/ca/LC_MESSAGES/kappfinder.mo +share/locale/ca/LC_MESSAGES/karm.mo +share/locale/ca/LC_MESSAGES/kasteroids.mo +share/locale/ca/LC_MESSAGES/katomic.mo +share/locale/ca/LC_MESSAGES/kblackbox.mo +share/locale/ca/LC_MESSAGES/kcalc.mo +share/locale/ca/LC_MESSAGES/kcharselect.mo +share/locale/ca/LC_MESSAGES/kcmaccess.mo +share/locale/ca/LC_MESSAGES/kcmarts.mo +share/locale/ca/LC_MESSAGES/kcmbackground.mo +share/locale/ca/LC_MESSAGES/kcmbell.mo +share/locale/ca/LC_MESSAGES/kcmcolors.mo +share/locale/ca/LC_MESSAGES/kcmcrypto.mo +share/locale/ca/LC_MESSAGES/kcmemail.mo +share/locale/ca/LC_MESSAGES/kcmenergy.mo +share/locale/ca/LC_MESSAGES/kcmfonts.mo +share/locale/ca/LC_MESSAGES/kcmhtmlsearch.mo +share/locale/ca/LC_MESSAGES/kcmicons.mo +share/locale/ca/LC_MESSAGES/kcmiconthemes.mo +share/locale/ca/LC_MESSAGES/kcminfo.mo +share/locale/ca/LC_MESSAGES/kcminput.mo +share/locale/ca/LC_MESSAGES/kcmioslaveinfo.mo +share/locale/ca/LC_MESSAGES/kcmkclock.mo +share/locale/ca/LC_MESSAGES/kcmkeys.mo +share/locale/ca/LC_MESSAGES/kcmkicker.mo +share/locale/ca/LC_MESSAGES/kcmkio.mo +share/locale/ca/LC_MESSAGES/kcmkonq.mo +share/locale/ca/LC_MESSAGES/kcmkonqhtml.mo +share/locale/ca/LC_MESSAGES/kcmktalkd.mo +share/locale/ca/LC_MESSAGES/kcmkurifilt.mo +share/locale/ca/LC_MESSAGES/kcmkwm.mo +share/locale/ca/LC_MESSAGES/kcmlaptop.mo +share/locale/ca/LC_MESSAGES/kcmlayout.mo +share/locale/ca/LC_MESSAGES/kcmlocale.mo +share/locale/ca/LC_MESSAGES/kcmmidi.mo +share/locale/ca/LC_MESSAGES/kcmnotify.mo +share/locale/ca/LC_MESSAGES/kcmodbc.mo +share/locale/ca/LC_MESSAGES/kcmsamba.mo +share/locale/ca/LC_MESSAGES/kcmsample.mo +share/locale/ca/LC_MESSAGES/kcmscreensaver.mo +share/locale/ca/LC_MESSAGES/kcmstyle.mo +share/locale/ca/LC_MESSAGES/kcmtaskbar.mo +share/locale/ca/LC_MESSAGES/kcmvirtualdesktops.mo +share/locale/ca/LC_MESSAGES/kcontrol.mo +share/locale/ca/LC_MESSAGES/kcron.mo +share/locale/ca/LC_MESSAGES/kdat.mo +share/locale/ca/LC_MESSAGES/kdcop.mo +share/locale/ca/LC_MESSAGES/kdebugdialog.mo +share/locale/ca/LC_MESSAGES/kdelibs.mo +share/locale/ca/LC_MESSAGES/kdesktop.mo +share/locale/ca/LC_MESSAGES/kdesu.mo +share/locale/ca/LC_MESSAGES/kdesud.mo +share/locale/ca/LC_MESSAGES/kdewizard.mo +share/locale/ca/LC_MESSAGES/kdf.mo +share/locale/ca/LC_MESSAGES/kdm.mo +share/locale/ca/LC_MESSAGES/kdmconfig.mo +share/locale/ca/LC_MESSAGES/kdvi.mo +share/locale/ca/LC_MESSAGES/kedit.mo +share/locale/ca/LC_MESSAGES/kfax.mo +share/locale/ca/LC_MESSAGES/kfind.mo +share/locale/ca/LC_MESSAGES/kfloppy.mo +share/locale/ca/LC_MESSAGES/kfmclient.mo +share/locale/ca/LC_MESSAGES/kfmexec.mo +share/locale/ca/LC_MESSAGES/kfract.mo +share/locale/ca/LC_MESSAGES/kghostview.mo +share/locale/ca/LC_MESSAGES/khelpcenter.mo +share/locale/ca/LC_MESSAGES/khexedit.mo +share/locale/ca/LC_MESSAGES/khotkeys.mo +share/locale/ca/LC_MESSAGES/kicker.mo +share/locale/ca/LC_MESSAGES/kio_help.mo +share/locale/ca/LC_MESSAGES/kio_man.mo +share/locale/ca/LC_MESSAGES/kjots.mo +share/locale/ca/LC_MESSAGES/kjumpingcube.mo +share/locale/ca/LC_MESSAGES/klegacyimport.mo +share/locale/ca/LC_MESSAGES/klipper.mo +share/locale/ca/LC_MESSAGES/kljettool.mo +share/locale/ca/LC_MESSAGES/klock.mo +share/locale/ca/LC_MESSAGES/klpq.mo +share/locale/ca/LC_MESSAGES/kmahjongg.mo +share/locale/ca/LC_MESSAGES/kmail.mo +share/locale/ca/LC_MESSAGES/kmenuedit.mo +share/locale/ca/LC_MESSAGES/kmid.mo +share/locale/ca/LC_MESSAGES/kmidi.mo +share/locale/ca/LC_MESSAGES/kmines.mo +share/locale/ca/LC_MESSAGES/kminipagerapplet.mo +share/locale/ca/LC_MESSAGES/kmix.mo +share/locale/ca/LC_MESSAGES/kmoon.mo +share/locale/ca/LC_MESSAGES/knode.mo +share/locale/ca/LC_MESSAGES/knotes.mo +share/locale/ca/LC_MESSAGES/knotify.mo +share/locale/ca/LC_MESSAGES/koffice.mo +share/locale/ca/LC_MESSAGES/konqueror.mo +share/locale/ca/LC_MESSAGES/konquest.mo +share/locale/ca/LC_MESSAGES/konsole.mo +share/locale/ca/LC_MESSAGES/korganizer.mo +share/locale/ca/LC_MESSAGES/korn.mo +share/locale/ca/LC_MESSAGES/koshell.mo +share/locale/ca/LC_MESSAGES/kpackage.mo +share/locale/ca/LC_MESSAGES/kpager.mo +share/locale/ca/LC_MESSAGES/kpat.mo +share/locale/ca/LC_MESSAGES/kpilot.mo +share/locale/ca/LC_MESSAGES/kpm.mo +share/locale/ca/LC_MESSAGES/kpoker.mo +share/locale/ca/LC_MESSAGES/kppp.mo +share/locale/ca/LC_MESSAGES/kppplogview.mo +share/locale/ca/LC_MESSAGES/kpresenter.mo +share/locale/ca/LC_MESSAGES/krdb.mo +share/locale/ca/LC_MESSAGES/kreversi.mo +share/locale/ca/LC_MESSAGES/krunapplet.mo +share/locale/ca/LC_MESSAGES/ksame.mo +share/locale/ca/LC_MESSAGES/kscd.mo +share/locale/ca/LC_MESSAGES/kshisen.mo +share/locale/ca/LC_MESSAGES/ksirc.mo +share/locale/ca/LC_MESSAGES/ksirtet.mo +share/locale/ca/LC_MESSAGES/ksmiletris.mo +share/locale/ca/LC_MESSAGES/ksmserver.mo +share/locale/ca/LC_MESSAGES/ksnake.mo +share/locale/ca/LC_MESSAGES/ksnapshot.mo +share/locale/ca/LC_MESSAGES/ksokoban.mo +share/locale/ca/LC_MESSAGES/kspaceduel.mo +share/locale/ca/LC_MESSAGES/ksplash.mo +share/locale/ca/LC_MESSAGES/kspread.mo +share/locale/ca/LC_MESSAGES/kstart.mo +share/locale/ca/LC_MESSAGES/ksysctrl.mo +share/locale/ca/LC_MESSAGES/ksysguard.mo +share/locale/ca/LC_MESSAGES/ksysv.mo +share/locale/ca/LC_MESSAGES/ktalkd.mo +share/locale/ca/LC_MESSAGES/ktaskbarapplet.mo +share/locale/ca/LC_MESSAGES/kteatime.mo +share/locale/ca/LC_MESSAGES/ktimemon.mo +share/locale/ca/LC_MESSAGES/ktip.mo +share/locale/ca/LC_MESSAGES/ktron.mo +share/locale/ca/LC_MESSAGES/ktuberling.mo +share/locale/ca/LC_MESSAGES/kview.mo +share/locale/ca/LC_MESSAGES/kwin.mo +share/locale/ca/LC_MESSAGES/kword.mo +share/locale/ca/LC_MESSAGES/kworldwatch.mo +share/locale/ca/LC_MESSAGES/kwrite.mo +share/locale/ca/LC_MESSAGES/kwuftpd.mo +share/locale/ca/LC_MESSAGES/kxkb.mo +share/locale/ca/LC_MESSAGES/kxmlrpcd.mo +share/locale/ca/LC_MESSAGES/kxsconfig.mo +share/locale/ca/LC_MESSAGES/libkonq.mo +share/locale/ca/LC_MESSAGES/nsplugin.mo +share/locale/ca/LC_MESSAGES/passwords.mo +share/locale/ca/LC_MESSAGES/quicklauncher.mo +share/locale/ca/LC_MESSAGES/secpolicy.mo +share/locale/ca/charset +share/locale/ca/entry.desktop +share/locale/ca/flag.png +share/locale/cs/LC_MESSAGES/abbrowser.mo +share/locale/cs/LC_MESSAGES/aktion.mo +share/locale/cs/LC_MESSAGES/amor.mo +share/locale/cs/LC_MESSAGES/appletproxy.mo +share/locale/cs/LC_MESSAGES/ark.mo +share/locale/cs/LC_MESSAGES/artsbuilder.mo +share/locale/cs/LC_MESSAGES/artscontrol.mo +share/locale/cs/LC_MESSAGES/binclockapplet.mo +share/locale/cs/LC_MESSAGES/caitoo.mo +share/locale/cs/LC_MESSAGES/childpanelextension.mo +share/locale/cs/LC_MESSAGES/clockapplet.mo +share/locale/cs/LC_MESSAGES/colfind.mo +share/locale/cs/LC_MESSAGES/columbo.mo +share/locale/cs/LC_MESSAGES/desktop.mo +share/locale/cs/LC_MESSAGES/drkonqi.mo +share/locale/cs/LC_MESSAGES/extensionproxy.mo +share/locale/cs/LC_MESSAGES/filetypes.mo +share/locale/cs/LC_MESSAGES/gofai.mo +share/locale/cs/LC_MESSAGES/htmlsearch.mo +share/locale/cs/LC_MESSAGES/kab.mo +share/locale/cs/LC_MESSAGES/kabalone.mo +share/locale/cs/LC_MESSAGES/kaccess.mo +share/locale/cs/LC_MESSAGES/kafka.mo +share/locale/cs/LC_MESSAGES/kaiman.mo +share/locale/cs/LC_MESSAGES/kappfinder.mo +share/locale/cs/LC_MESSAGES/karchie.mo +share/locale/cs/LC_MESSAGES/karm.mo +share/locale/cs/LC_MESSAGES/kasteroids.mo +share/locale/cs/LC_MESSAGES/katalog.mo +share/locale/cs/LC_MESSAGES/katomic.mo +share/locale/cs/LC_MESSAGES/kautorun.mo +share/locale/cs/LC_MESSAGES/kbabel.mo +share/locale/cs/LC_MESSAGES/kbiff.mo +share/locale/cs/LC_MESSAGES/kblackbox.mo +share/locale/cs/LC_MESSAGES/kcalc.mo +share/locale/cs/LC_MESSAGES/kcharselect.mo +share/locale/cs/LC_MESSAGES/kchart.mo +share/locale/cs/LC_MESSAGES/kclock.mo +share/locale/cs/LC_MESSAGES/kcmaccess.mo +share/locale/cs/LC_MESSAGES/kcmail.mo +share/locale/cs/LC_MESSAGES/kcmarts.mo +share/locale/cs/LC_MESSAGES/kcmbackground.mo +share/locale/cs/LC_MESSAGES/kcmbell.mo +share/locale/cs/LC_MESSAGES/kcmbind.mo +share/locale/cs/LC_MESSAGES/kcmcolors.mo +share/locale/cs/LC_MESSAGES/kcmcrypto.mo +share/locale/cs/LC_MESSAGES/kcmdhcpd.mo +share/locale/cs/LC_MESSAGES/kcmdrkonqi.mo +share/locale/cs/LC_MESSAGES/kcmemail.mo +share/locale/cs/LC_MESSAGES/kcmenergy.mo +share/locale/cs/LC_MESSAGES/kcmfontmanager.mo +share/locale/cs/LC_MESSAGES/kcmfonts.mo +share/locale/cs/LC_MESSAGES/kcmgofai.mo +share/locale/cs/LC_MESSAGES/kcmhtmlsearch.mo +share/locale/cs/LC_MESSAGES/kcmicons.mo +share/locale/cs/LC_MESSAGES/kcminfo.mo +share/locale/cs/LC_MESSAGES/kcminput.mo +share/locale/cs/LC_MESSAGES/kcmioslaveinfo.mo +share/locale/cs/LC_MESSAGES/kcmiwatcher.mo +share/locale/cs/LC_MESSAGES/kcmkclock.mo +share/locale/cs/LC_MESSAGES/kcmkdb.mo +share/locale/cs/LC_MESSAGES/kcmkeys.mo +share/locale/cs/LC_MESSAGES/kcmkicker.mo +share/locale/cs/LC_MESSAGES/kcmkio.mo +share/locale/cs/LC_MESSAGES/kcmkisdn.mo +share/locale/cs/LC_MESSAGES/kcmkmix.mo +share/locale/cs/LC_MESSAGES/kcmkonq.mo +share/locale/cs/LC_MESSAGES/kcmkonqhtml.mo +share/locale/cs/LC_MESSAGES/kcmktalkd.mo +share/locale/cs/LC_MESSAGES/kcmkurifilt.mo +share/locale/cs/LC_MESSAGES/kcmkwm.mo +share/locale/cs/LC_MESSAGES/kcmlanbrowser.mo +share/locale/cs/LC_MESSAGES/kcmlaptop.mo +share/locale/cs/LC_MESSAGES/kcmlayout.mo +share/locale/cs/LC_MESSAGES/kcmlilo.mo +share/locale/cs/LC_MESSAGES/kcmlocale.mo +share/locale/cs/LC_MESSAGES/kcmmidi.mo +share/locale/cs/LC_MESSAGES/kcmnotify.mo +share/locale/cs/LC_MESSAGES/kcmodbc.mo +share/locale/cs/LC_MESSAGES/kcmprinter.mo +share/locale/cs/LC_MESSAGES/kcmsamba.mo +share/locale/cs/LC_MESSAGES/kcmsample.mo +share/locale/cs/LC_MESSAGES/kcmscreensaver.mo +share/locale/cs/LC_MESSAGES/kcmsmserver.mo +share/locale/cs/LC_MESSAGES/kcmstyle.mo +share/locale/cs/LC_MESSAGES/kcmtaskbar.mo +share/locale/cs/LC_MESSAGES/kcmthemes.mo +share/locale/cs/LC_MESSAGES/kcoloredit.mo +share/locale/cs/LC_MESSAGES/kcontrol.mo +share/locale/cs/LC_MESSAGES/kcron.mo +share/locale/cs/LC_MESSAGES/kdao.mo +share/locale/cs/LC_MESSAGES/kdat.mo +share/locale/cs/LC_MESSAGES/kdbg.mo +share/locale/cs/LC_MESSAGES/kdcop.mo +share/locale/cs/LC_MESSAGES/kdebugdialog.mo +share/locale/cs/LC_MESSAGES/kdelibs.mo +share/locale/cs/LC_MESSAGES/kdepasswd.mo +share/locale/cs/LC_MESSAGES/kdesktop.mo +share/locale/cs/LC_MESSAGES/kdessh.mo +share/locale/cs/LC_MESSAGES/kdesu.mo +share/locale/cs/LC_MESSAGES/kdesud.mo +share/locale/cs/LC_MESSAGES/kdevelop.mo +share/locale/cs/LC_MESSAGES/kdewizard.mo +share/locale/cs/LC_MESSAGES/kdf.mo +share/locale/cs/LC_MESSAGES/kdm.mo +share/locale/cs/LC_MESSAGES/kdmchooser.mo +share/locale/cs/LC_MESSAGES/kdmconfig.mo +share/locale/cs/LC_MESSAGES/kdmgreet.mo +share/locale/cs/LC_MESSAGES/kdvi.mo +share/locale/cs/LC_MESSAGES/kedit.mo +share/locale/cs/LC_MESSAGES/kexpress.mo +share/locale/cs/LC_MESSAGES/keystone.mo +share/locale/cs/LC_MESSAGES/kfax.mo +share/locale/cs/LC_MESSAGES/kfind.mo +share/locale/cs/LC_MESSAGES/kfindpart.mo +share/locale/cs/LC_MESSAGES/kfinger.mo +share/locale/cs/LC_MESSAGES/kfloppy.mo +share/locale/cs/LC_MESSAGES/kfmclient.mo +share/locale/cs/LC_MESSAGES/kfmexec.mo +share/locale/cs/LC_MESSAGES/kformula.mo +share/locale/cs/LC_MESSAGES/kfortune.mo +share/locale/cs/LC_MESSAGES/kfract.mo +share/locale/cs/LC_MESSAGES/kghostview.mo +share/locale/cs/LC_MESSAGES/kglchess.mo +share/locale/cs/LC_MESSAGES/kgrapher.mo +share/locale/cs/LC_MESSAGES/khelpcenter.mo +share/locale/cs/LC_MESSAGES/khexedit.mo +share/locale/cs/LC_MESSAGES/khotkeys.mo +share/locale/cs/LC_MESSAGES/kicker.mo +share/locale/cs/LC_MESSAGES/kiconedit.mo +share/locale/cs/LC_MESSAGES/kikbd.mo +share/locale/cs/LC_MESSAGES/killustrator.mo +share/locale/cs/LC_MESSAGES/kio_help.mo +share/locale/cs/LC_MESSAGES/kio_man.mo +share/locale/cs/LC_MESSAGES/kirc.mo +share/locale/cs/LC_MESSAGES/kisdn.mo +share/locale/cs/LC_MESSAGES/kit.mo +share/locale/cs/LC_MESSAGES/kivio.mo +share/locale/cs/LC_MESSAGES/kjezz.mo +share/locale/cs/LC_MESSAGES/kjots.mo +share/locale/cs/LC_MESSAGES/kjoy.mo +share/locale/cs/LC_MESSAGES/kjumpingcube.mo +share/locale/cs/LC_MESSAGES/klaptopdaemon.mo +share/locale/cs/LC_MESSAGES/klegacyimport.mo +share/locale/cs/LC_MESSAGES/kless.mo +share/locale/cs/LC_MESSAGES/klilo.mo +share/locale/cs/LC_MESSAGES/klipper.mo +share/locale/cs/LC_MESSAGES/kljettool.mo +share/locale/cs/LC_MESSAGES/klock.mo +share/locale/cs/LC_MESSAGES/klpq.mo +share/locale/cs/LC_MESSAGES/klyx.mo +share/locale/cs/LC_MESSAGES/kmahjongg.mo +share/locale/cs/LC_MESSAGES/kmail.mo +share/locale/cs/LC_MESSAGES/kmailcvt.mo +share/locale/cs/LC_MESSAGES/kmaster.mo +share/locale/cs/LC_MESSAGES/kmenuedit.mo +share/locale/cs/LC_MESSAGES/kmessage.mo +share/locale/cs/LC_MESSAGES/kmid.mo +share/locale/cs/LC_MESSAGES/kmidi.mo +share/locale/cs/LC_MESSAGES/kmines.mo +share/locale/cs/LC_MESSAGES/kminipagerapplet.mo +share/locale/cs/LC_MESSAGES/kmix.mo +share/locale/cs/LC_MESSAGES/kmoon.mo +share/locale/cs/LC_MESSAGES/knetmon.mo +share/locale/cs/LC_MESSAGES/knewsticker.mo +share/locale/cs/LC_MESSAGES/knode.mo +share/locale/cs/LC_MESSAGES/knotes.mo +share/locale/cs/LC_MESSAGES/knotify.mo +share/locale/cs/LC_MESSAGES/knu.mo +share/locale/cs/LC_MESSAGES/kodo.mo +share/locale/cs/LC_MESSAGES/koffice.mo +share/locale/cs/LC_MESSAGES/koncd.mo +share/locale/cs/LC_MESSAGES/konqueror.mo +share/locale/cs/LC_MESSAGES/konquest.mo +share/locale/cs/LC_MESSAGES/konsole.mo +share/locale/cs/LC_MESSAGES/konv.mo +share/locale/cs/LC_MESSAGES/korganizer.mo +share/locale/cs/LC_MESSAGES/korn.mo +share/locale/cs/LC_MESSAGES/koshell.mo +share/locale/cs/LC_MESSAGES/kp.mo +share/locale/cs/LC_MESSAGES/kpackage.mo +share/locale/cs/LC_MESSAGES/kpager.mo +share/locale/cs/LC_MESSAGES/kpaint.mo +share/locale/cs/LC_MESSAGES/kpat.mo +share/locale/cs/LC_MESSAGES/kphone.mo +share/locale/cs/LC_MESSAGES/kpixmap2bitmap.mo +share/locale/cs/LC_MESSAGES/kpm.mo +share/locale/cs/LC_MESSAGES/kpoker.mo +share/locale/cs/LC_MESSAGES/kppp.mo +share/locale/cs/LC_MESSAGES/kppplogview.mo +share/locale/cs/LC_MESSAGES/kpresenter.mo +share/locale/cs/LC_MESSAGES/kray.mo +share/locale/cs/LC_MESSAGES/krayon.mo +share/locale/cs/LC_MESSAGES/krdb.mo +share/locale/cs/LC_MESSAGES/kreadconfig.mo +share/locale/cs/LC_MESSAGES/kreversi.mo +share/locale/cs/LC_MESSAGES/krn.mo +share/locale/cs/LC_MESSAGES/krubik.mo +share/locale/cs/LC_MESSAGES/kruler.mo +share/locale/cs/LC_MESSAGES/krunapplet.mo +share/locale/cs/LC_MESSAGES/ksamba.mo +share/locale/cs/LC_MESSAGES/ksame.mo +share/locale/cs/LC_MESSAGES/kscd.mo +share/locale/cs/LC_MESSAGES/ksciplot.mo +share/locale/cs/LC_MESSAGES/kscoreapplet.mo +share/locale/cs/LC_MESSAGES/kshisen.mo +share/locale/cs/LC_MESSAGES/ksirc.mo +share/locale/cs/LC_MESSAGES/ksirtet.mo +share/locale/cs/LC_MESSAGES/ksmiletris.mo +share/locale/cs/LC_MESSAGES/ksmserver.mo +share/locale/cs/LC_MESSAGES/ksnake.mo +share/locale/cs/LC_MESSAGES/ksnapshot.mo +share/locale/cs/LC_MESSAGES/ksokoban.mo +share/locale/cs/LC_MESSAGES/kspaceduel.mo +share/locale/cs/LC_MESSAGES/ksplash.mo +share/locale/cs/LC_MESSAGES/kspread.mo +share/locale/cs/LC_MESSAGES/kspreadcalc_calc.mo +share/locale/cs/LC_MESSAGES/kstart.mo +share/locale/cs/LC_MESSAGES/kstartperf.mo +share/locale/cs/LC_MESSAGES/kstockticker.mo +share/locale/cs/LC_MESSAGES/ksysctrl.mo +share/locale/cs/LC_MESSAGES/ksysguard.mo +share/locale/cs/LC_MESSAGES/ksystemtrayapplet.mo +share/locale/cs/LC_MESSAGES/ksysv.mo +share/locale/cs/LC_MESSAGES/ktalk.mo +share/locale/cs/LC_MESSAGES/ktalkd.mo +share/locale/cs/LC_MESSAGES/ktaskbarapplet.mo +share/locale/cs/LC_MESSAGES/kteatime.mo +share/locale/cs/LC_MESSAGES/ktelnet.mo +share/locale/cs/LC_MESSAGES/kthememgr.mo +share/locale/cs/LC_MESSAGES/kticker.mo +share/locale/cs/LC_MESSAGES/ktimemon.mo +share/locale/cs/LC_MESSAGES/ktip.mo +share/locale/cs/LC_MESSAGES/ktron.mo +share/locale/cs/LC_MESSAGES/ktuberling.mo +share/locale/cs/LC_MESSAGES/ktux.mo +share/locale/cs/LC_MESSAGES/kuickshow.mo +share/locale/cs/LC_MESSAGES/kuml.mo +share/locale/cs/LC_MESSAGES/kuser.mo +share/locale/cs/LC_MESSAGES/kvidtune.mo +share/locale/cs/LC_MESSAGES/kview.mo +share/locale/cs/LC_MESSAGES/kviewshell.mo +share/locale/cs/LC_MESSAGES/kwin.mo +share/locale/cs/LC_MESSAGES/kwin4.mo +share/locale/cs/LC_MESSAGES/kword.mo +share/locale/cs/LC_MESSAGES/kworldwatch.mo +share/locale/cs/LC_MESSAGES/kwrite.mo +share/locale/cs/LC_MESSAGES/kwuftpd.mo +share/locale/cs/LC_MESSAGES/kxkb.mo +share/locale/cs/LC_MESSAGES/kxmlrpcd.mo +share/locale/cs/LC_MESSAGES/kxsconfig.mo +share/locale/cs/LC_MESSAGES/libkdegames.mo +share/locale/cs/LC_MESSAGES/libkonq.mo +share/locale/cs/LC_MESSAGES/libtaskbar.mo +share/locale/cs/LC_MESSAGES/lskat.mo +share/locale/cs/LC_MESSAGES/multiplayers.mo +share/locale/cs/LC_MESSAGES/naughtyapplet.mo +share/locale/cs/LC_MESSAGES/noatun.mo +share/locale/cs/LC_MESSAGES/nsplugin.mo +share/locale/cs/LC_MESSAGES/passwords.mo +share/locale/cs/LC_MESSAGES/pixie.mo +share/locale/cs/LC_MESSAGES/quicklauncher.mo +share/locale/cs/LC_MESSAGES/secpolicy.mo +share/locale/cs/LC_MESSAGES/taskbarextension.mo +share/locale/cs/LC_MESSAGES/webmaker.mo +share/locale/cs/charset +share/locale/cs/entry.desktop +share/locale/cs/flag.png +share/locale/da/LC_MESSAGES/KNetMgr.mo +share/locale/da/LC_MESSAGES/abbrowser.mo +share/locale/da/LC_MESSAGES/aktion.mo +share/locale/da/LC_MESSAGES/amor.mo share/locale/da/LC_MESSAGES/appletproxy.mo +share/locale/da/LC_MESSAGES/ark.mo +share/locale/da/LC_MESSAGES/artsbuilder.mo +share/locale/da/LC_MESSAGES/artscontrol.mo +share/locale/da/LC_MESSAGES/binclockapplet.mo +share/locale/da/LC_MESSAGES/caitoo.mo share/locale/da/LC_MESSAGES/childpanelextension.mo share/locale/da/LC_MESSAGES/clockapplet.mo +share/locale/da/LC_MESSAGES/colfind.mo +share/locale/da/LC_MESSAGES/columbo.mo +share/locale/da/LC_MESSAGES/desktop.mo share/locale/da/LC_MESSAGES/drkonqi.mo +share/locale/da/LC_MESSAGES/empath.mo share/locale/da/LC_MESSAGES/extensionproxy.mo share/locale/da/LC_MESSAGES/filetypes.mo +share/locale/da/LC_MESSAGES/gofai.mo +share/locale/da/LC_MESSAGES/graphite.mo share/locale/da/LC_MESSAGES/htmlsearch.mo +share/locale/da/LC_MESSAGES/kab.mo +share/locale/da/LC_MESSAGES/kabalone.mo share/locale/da/LC_MESSAGES/kaccess.mo +share/locale/da/LC_MESSAGES/kafka.mo share/locale/da/LC_MESSAGES/kappfinder.mo +share/locale/da/LC_MESSAGES/karchie.mo +share/locale/da/LC_MESSAGES/karchiver.mo +share/locale/da/LC_MESSAGES/karm.mo +share/locale/da/LC_MESSAGES/kasteroids.mo +share/locale/da/LC_MESSAGES/katalog.mo +share/locale/da/LC_MESSAGES/katomic.mo +share/locale/da/LC_MESSAGES/kautorun.mo +share/locale/da/LC_MESSAGES/kbabel.mo +share/locale/da/LC_MESSAGES/kbackgammon.mo +share/locale/da/LC_MESSAGES/kbackpage.mo +share/locale/da/LC_MESSAGES/kbiff.mo +share/locale/da/LC_MESSAGES/kblackbox.mo +share/locale/da/LC_MESSAGES/kcalc.mo +share/locale/da/LC_MESSAGES/kcharselect.mo +share/locale/da/LC_MESSAGES/kcharselectapplet.mo +share/locale/da/LC_MESSAGES/kchart.mo +share/locale/da/LC_MESSAGES/kclock.mo share/locale/da/LC_MESSAGES/kcmaccess.mo +share/locale/da/LC_MESSAGES/kcmail.mo share/locale/da/LC_MESSAGES/kcmarts.mo share/locale/da/LC_MESSAGES/kcmbackground.mo share/locale/da/LC_MESSAGES/kcmbell.mo +share/locale/da/LC_MESSAGES/kcmbind.mo share/locale/da/LC_MESSAGES/kcmcolors.mo share/locale/da/LC_MESSAGES/kcmcrypto.mo +share/locale/da/LC_MESSAGES/kcmdhcpd.mo +share/locale/da/LC_MESSAGES/kcmdrkonqi.mo share/locale/da/LC_MESSAGES/kcmemail.mo share/locale/da/LC_MESSAGES/kcmenergy.mo +share/locale/da/LC_MESSAGES/kcmfontmanager.mo share/locale/da/LC_MESSAGES/kcmfonts.mo +share/locale/da/LC_MESSAGES/kcmgofai.mo share/locale/da/LC_MESSAGES/kcmhtmlsearch.mo share/locale/da/LC_MESSAGES/kcmicons.mo share/locale/da/LC_MESSAGES/kcminfo.mo share/locale/da/LC_MESSAGES/kcminput.mo share/locale/da/LC_MESSAGES/kcmioslaveinfo.mo +share/locale/da/LC_MESSAGES/kcmiwatcher.mo +share/locale/da/LC_MESSAGES/kcmkamera.mo share/locale/da/LC_MESSAGES/kcmkclock.mo share/locale/da/LC_MESSAGES/kcmkdb.mo share/locale/da/LC_MESSAGES/kcmkeys.mo share/locale/da/LC_MESSAGES/kcmkicker.mo share/locale/da/LC_MESSAGES/kcmkio.mo +share/locale/da/LC_MESSAGES/kcmkisdn.mo +share/locale/da/LC_MESSAGES/kcmkmix.mo share/locale/da/LC_MESSAGES/kcmkonq.mo share/locale/da/LC_MESSAGES/kcmkonqhtml.mo +share/locale/da/LC_MESSAGES/kcmktalkd.mo share/locale/da/LC_MESSAGES/kcmkurifilt.mo -share/locale/da/LC_MESSAGES/ktip.mo share/locale/da/LC_MESSAGES/kcmkwm.mo +share/locale/da/LC_MESSAGES/kcmlanbrowser.mo +share/locale/da/LC_MESSAGES/kcmlaptop.mo share/locale/da/LC_MESSAGES/kcmlayout.mo +share/locale/da/LC_MESSAGES/kcmlilo.mo share/locale/da/LC_MESSAGES/kcmlocale.mo share/locale/da/LC_MESSAGES/kcmmidi.mo +share/locale/da/LC_MESSAGES/kcmnapster.mo +share/locale/da/LC_MESSAGES/kcmnewsticker.mo share/locale/da/LC_MESSAGES/kcmnotify.mo share/locale/da/LC_MESSAGES/kcmodbc.mo +share/locale/da/LC_MESSAGES/kcmprinter.mo share/locale/da/LC_MESSAGES/kcmsamba.mo share/locale/da/LC_MESSAGES/kcmscreensaver.mo share/locale/da/LC_MESSAGES/kcmsmserver.mo share/locale/da/LC_MESSAGES/kcmstyle.mo share/locale/da/LC_MESSAGES/kcmtaskbar.mo share/locale/da/LC_MESSAGES/kcmthemes.mo +share/locale/da/LC_MESSAGES/kcoloredit.mo share/locale/da/LC_MESSAGES/kcontrol.mo +share/locale/da/LC_MESSAGES/kcron.mo +share/locale/da/LC_MESSAGES/kdao.mo +share/locale/da/LC_MESSAGES/kdat.mo +share/locale/da/LC_MESSAGES/kdbbrowser.mo +share/locale/da/LC_MESSAGES/kdbg.mo share/locale/da/LC_MESSAGES/kdcop.mo share/locale/da/LC_MESSAGES/kdebugdialog.mo +share/locale/da/LC_MESSAGES/kdeinstaller.mo +share/locale/da/LC_MESSAGES/kdelibs.mo +share/locale/da/LC_MESSAGES/kdepasswd.mo share/locale/da/LC_MESSAGES/kdesktop.mo +share/locale/da/LC_MESSAGES/kdessh.mo +share/locale/da/LC_MESSAGES/kdestdifacedemo.mo share/locale/da/LC_MESSAGES/kdesu.mo share/locale/da/LC_MESSAGES/kdesud.mo +share/locale/da/LC_MESSAGES/kdevelop.mo +share/locale/da/LC_MESSAGES/kdf.mo share/locale/da/LC_MESSAGES/kdmchooser.mo share/locale/da/LC_MESSAGES/kdmconfig.mo share/locale/da/LC_MESSAGES/kdmgreet.mo -share/locale/da/LC_MESSAGES/kfindpart.mo -share/locale/da/LC_MESSAGES/kfmclient.mo -share/locale/da/LC_MESSAGES/kfmexec.mo -share/locale/da/LC_MESSAGES/khelpcenter.mo -share/locale/da/LC_MESSAGES/khotkeys.mo -share/locale/da/LC_MESSAGES/kicker.mo -share/locale/da/LC_MESSAGES/kio_help.mo -share/locale/da/LC_MESSAGES/kio_man.mo -share/locale/da/LC_MESSAGES/kio_smbro.mo -share/locale/da/LC_MESSAGES/klegacyimport.mo -share/locale/da/LC_MESSAGES/klipper.mo -share/locale/da/LC_MESSAGES/klock.mo -share/locale/da/LC_MESSAGES/kmenuedit.mo -share/locale/da/LC_MESSAGES/kminipagerapplet.mo -share/locale/da/LC_MESSAGES/konqueror.mo -share/locale/da/LC_MESSAGES/konsole.mo -share/locale/da/LC_MESSAGES/kpager.mo -share/locale/da/LC_MESSAGES/kreadconfig.mo -share/locale/da/LC_MESSAGES/krunapplet.mo -share/locale/da/LC_MESSAGES/ksmserver.mo -share/locale/da/LC_MESSAGES/ksplash.mo -share/locale/da/LC_MESSAGES/kstart.mo -share/locale/da/LC_MESSAGES/ksysguard.mo -share/locale/da/LC_MESSAGES/ksystemtrayapplet.mo -share/locale/da/LC_MESSAGES/ktaskbarapplet.mo -share/locale/da/LC_MESSAGES/kwin.mo -share/locale/da/LC_MESSAGES/kwrite.mo -share/locale/da/LC_MESSAGES/kxkb.mo -share/locale/da/LC_MESSAGES/kxmlrpcd.mo -share/locale/da/LC_MESSAGES/kxsconfig.mo -share/locale/da/LC_MESSAGES/libkonq.mo -share/locale/da/LC_MESSAGES/libtaskbar.mo -share/locale/da/LC_MESSAGES/naughtyapplet.mo -share/locale/da/LC_MESSAGES/nsplugin.mo -share/locale/da/LC_MESSAGES/passwords.mo -share/locale/da/LC_MESSAGES/quicklauncher.mo -share/locale/da/LC_MESSAGES/taskbarextension.mo -share/locale/da/LC_MESSAGES/kabalone.mo -share/locale/da/LC_MESSAGES/kasteroids.mo -share/locale/da/LC_MESSAGES/katomic.mo -share/locale/da/LC_MESSAGES/kbackgammon.mo -share/locale/da/LC_MESSAGES/kblackbox.mo -share/locale/da/LC_MESSAGES/kjezz.mo -share/locale/da/LC_MESSAGES/kjumpingcube.mo -share/locale/da/LC_MESSAGES/kmahjongg.mo -share/locale/da/LC_MESSAGES/kmines.mo -share/locale/da/LC_MESSAGES/kpat.mo -share/locale/da/LC_MESSAGES/konquest.mo -share/locale/da/LC_MESSAGES/kpoker.mo -share/locale/da/LC_MESSAGES/kreversi.mo -share/locale/da/LC_MESSAGES/ksame.mo -share/locale/da/LC_MESSAGES/kshisen.mo -share/locale/da/LC_MESSAGES/ksirtet.mo -share/locale/da/LC_MESSAGES/ksmiletris.mo -share/locale/da/LC_MESSAGES/ksnake.mo -share/locale/da/LC_MESSAGES/ksokoban.mo -share/locale/da/LC_MESSAGES/kspaceduel.mo -share/locale/da/LC_MESSAGES/ktron.mo -share/locale/da/LC_MESSAGES/ktuberling.mo -share/locale/da/LC_MESSAGES/kwin4.mo -share/locale/da/LC_MESSAGES/libkdegames.mo -share/locale/da/LC_MESSAGES/lskat.mo -share/locale/da/LC_MESSAGES/multiplayers.mo -share/locale/da/LC_MESSAGES/kcmkamera.mo share/locale/da/LC_MESSAGES/kdvi.mo -share/locale/da/LC_MESSAGES/kfax.mo -share/locale/da/LC_MESSAGES/kfract.mo -share/locale/da/LC_MESSAGES/kghostview.mo -share/locale/da/LC_MESSAGES/kiconedit.mo -share/locale/da/LC_MESSAGES/kpaint.mo -share/locale/da/LC_MESSAGES/kpixmap2bitmap.mo -share/locale/da/LC_MESSAGES/kruler.mo -share/locale/da/LC_MESSAGES/ksnapshot.mo -share/locale/da/LC_MESSAGES/kview.mo -share/locale/da/LC_MESSAGES/kviewshell.mo -share/locale/da/LC_MESSAGES/pixie.mo -share/locale/da/LC_MESSAGES/aktion.mo -share/locale/da/LC_MESSAGES/artsbuilder.mo -share/locale/da/LC_MESSAGES/artscontrol.mo -share/locale/da/LC_MESSAGES/kcmkmix.mo -share/locale/da/LC_MESSAGES/kmid.mo -share/locale/da/LC_MESSAGES/kmidi.mo -share/locale/da/LC_MESSAGES/kmix.mo -share/locale/da/LC_MESSAGES/kscd.mo -share/locale/da/LC_MESSAGES/noatun.mo -share/locale/da/LC_MESSAGES/kcmktalkd.mo -share/locale/da/LC_MESSAGES/kcmlanbrowser.mo -share/locale/da/LC_MESSAGES/kcmnewsticker.mo +share/locale/da/LC_MESSAGES/kedit.mo +share/locale/da/LC_MESSAGES/kexpress.mo share/locale/da/LC_MESSAGES/keystone.mo -share/locale/da/LC_MESSAGES/kio_lan.mo -share/locale/da/LC_MESSAGES/kit.mo -share/locale/da/LC_MESSAGES/kmail.mo -share/locale/da/LC_MESSAGES/kmailcvt.mo -share/locale/da/LC_MESSAGES/knewsticker.mo -share/locale/da/LC_MESSAGES/knode.mo -share/locale/da/LC_MESSAGES/korn.mo -share/locale/da/LC_MESSAGES/kppp.mo -share/locale/da/LC_MESSAGES/kppplogview.mo -share/locale/da/LC_MESSAGES/ksirc.mo -share/locale/da/LC_MESSAGES/ktalkd.mo -share/locale/da/LC_MESSAGES/abbrowser.mo -share/locale/da/LC_MESSAGES/empath.mo -share/locale/da/LC_MESSAGES/korganizer.mo -share/locale/da/LC_MESSAGES/kpilot.mo -share/locale/da/LC_MESSAGES/twister.mo -share/locale/da/LC_MESSAGES/kbabel.mo -share/locale/da/LC_MESSAGES/kdevelop.mo -share/locale/da/LC_MESSAGES/kless.mo -share/locale/da/LC_MESSAGES/kstartperf.mo -share/locale/da/LC_MESSAGES/ktranslator.mo -share/locale/da/LC_MESSAGES/amor.mo +share/locale/da/LC_MESSAGES/kfax.mo share/locale/da/LC_MESSAGES/kfifteenapplet.mo -share/locale/da/LC_MESSAGES/kmoon.mo -share/locale/da/LC_MESSAGES/kodo.mo -share/locale/da/LC_MESSAGES/kscoreapplet.mo -share/locale/da/LC_MESSAGES/kteatime.mo -share/locale/da/LC_MESSAGES/ktux.mo -share/locale/da/LC_MESSAGES/kworldwatch.mo -share/locale/da/LC_MESSAGES/ark.mo -share/locale/da/LC_MESSAGES/kab.mo -share/locale/da/LC_MESSAGES/karm.mo -share/locale/da/LC_MESSAGES/kcalc.mo -share/locale/da/LC_MESSAGES/kcharselect.mo -share/locale/da/LC_MESSAGES/kcharselectapplet.mo -share/locale/da/LC_MESSAGES/kcmlaptop.mo -share/locale/da/LC_MESSAGES/kdepasswd.mo -share/locale/da/LC_MESSAGES/kdessh.mo -share/locale/da/LC_MESSAGES/kdf.mo -share/locale/da/LC_MESSAGES/kedit.mo share/locale/da/LC_MESSAGES/kfind.mo -share/locale/da/LC_MESSAGES/kfloppy.mo -share/locale/da/LC_MESSAGES/khexedit.mo -share/locale/da/LC_MESSAGES/kjots.mo -share/locale/da/LC_MESSAGES/klaptopdaemon.mo -share/locale/da/LC_MESSAGES/kljettool.mo -share/locale/da/LC_MESSAGES/klpq.mo -share/locale/da/LC_MESSAGES/knotes.mo -share/locale/da/LC_MESSAGES/kpm.mo -share/locale/da/LC_MESSAGES/ktimemon.mo -share/locale/da/LC_MESSAGES/graphite.mo -share/locale/da/LC_MESSAGES/kchart.mo -share/locale/da/LC_MESSAGES/kformula.mo -share/locale/da/LC_MESSAGES/killustrator.mo -share/locale/da/LC_MESSAGES/kivio.mo -share/locale/da/LC_MESSAGES/koffice.mo -share/locale/da/LC_MESSAGES/koshell.mo -share/locale/da/LC_MESSAGES/kpresenter.mo -share/locale/da/LC_MESSAGES/krayon.mo -share/locale/da/LC_MESSAGES/kspread.mo -share/locale/da/LC_MESSAGES/kspreadcalc_calc.mo -share/locale/da/LC_MESSAGES/kword.mo -share/locale/da/LC_MESSAGES/KNetMgr.mo -share/locale/da/LC_MESSAGES/binclockapplet.mo -share/locale/da/LC_MESSAGES/caitoo.mo -share/locale/da/LC_MESSAGES/colfind.mo -share/locale/da/LC_MESSAGES/columbo.mo -share/locale/da/LC_MESSAGES/gofai.mo -share/locale/da/LC_MESSAGES/kafka.mo -share/locale/da/LC_MESSAGES/karchie.mo -share/locale/da/LC_MESSAGES/karchiver.mo -share/locale/da/LC_MESSAGES/katalog.mo -share/locale/da/LC_MESSAGES/kautorun.mo -share/locale/da/LC_MESSAGES/kbackpage.mo -share/locale/da/LC_MESSAGES/kbiff.mo -share/locale/da/LC_MESSAGES/kclock.mo -share/locale/da/LC_MESSAGES/kcmail.mo -share/locale/da/LC_MESSAGES/kcmbind.mo -share/locale/da/LC_MESSAGES/kcmdhcpd.mo -share/locale/da/LC_MESSAGES/kcmdrkonqi.mo -share/locale/da/LC_MESSAGES/kcmfontmanager.mo -share/locale/da/LC_MESSAGES/kcmgofai.mo -share/locale/da/LC_MESSAGES/kcmiwatcher.mo -share/locale/da/LC_MESSAGES/kcmkisdn.mo -share/locale/da/LC_MESSAGES/kcmnapster.mo -share/locale/da/LC_MESSAGES/kcmprinter.mo -share/locale/da/LC_MESSAGES/kcoloredit.mo -share/locale/da/LC_MESSAGES/kdao.mo -share/locale/da/LC_MESSAGES/kdbbrowser.mo -share/locale/da/LC_MESSAGES/kdbg.mo -share/locale/da/LC_MESSAGES/kdeinstaller.mo -share/locale/da/LC_MESSAGES/kdestdifacedemo.mo -share/locale/da/LC_MESSAGES/kexpress.mo +share/locale/da/LC_MESSAGES/kfindpart.mo share/locale/da/LC_MESSAGES/kfinger.mo +share/locale/da/LC_MESSAGES/kfloppy.mo +share/locale/da/LC_MESSAGES/kfmclient.mo +share/locale/da/LC_MESSAGES/kfmexec.mo share/locale/da/LC_MESSAGES/kformeditor.mo +share/locale/da/LC_MESSAGES/kformula.mo share/locale/da/LC_MESSAGES/kformviewer.mo share/locale/da/LC_MESSAGES/kfortune.mo +share/locale/da/LC_MESSAGES/kfract.mo +share/locale/da/LC_MESSAGES/kghostview.mo share/locale/da/LC_MESSAGES/kglchess.mo share/locale/da/LC_MESSAGES/kgrapher.mo +share/locale/da/LC_MESSAGES/khelpcenter.mo +share/locale/da/LC_MESSAGES/khexedit.mo +share/locale/da/LC_MESSAGES/khotkeys.mo +share/locale/da/LC_MESSAGES/kicker.mo +share/locale/da/LC_MESSAGES/kiconedit.mo share/locale/da/LC_MESSAGES/kicq.mo share/locale/da/LC_MESSAGES/kikbd.mo +share/locale/da/LC_MESSAGES/killustrator.mo share/locale/da/LC_MESSAGES/kim.mo +share/locale/da/LC_MESSAGES/kio_help.mo +share/locale/da/LC_MESSAGES/kio_lan.mo +share/locale/da/LC_MESSAGES/kio_man.mo +share/locale/da/LC_MESSAGES/kio_smbro.mo share/locale/da/LC_MESSAGES/kirc.mo share/locale/da/LC_MESSAGES/kisdn.mo +share/locale/da/LC_MESSAGES/kit.mo +share/locale/da/LC_MESSAGES/kivio.mo +share/locale/da/LC_MESSAGES/kjezz.mo +share/locale/da/LC_MESSAGES/kjots.mo share/locale/da/LC_MESSAGES/kjoy.mo +share/locale/da/LC_MESSAGES/kjumpingcube.mo +share/locale/da/LC_MESSAGES/klaptopdaemon.mo +share/locale/da/LC_MESSAGES/klegacyimport.mo +share/locale/da/LC_MESSAGES/kless.mo share/locale/da/LC_MESSAGES/klilo.mo +share/locale/da/LC_MESSAGES/klipper.mo +share/locale/da/LC_MESSAGES/kljettool.mo +share/locale/da/LC_MESSAGES/klock.mo +share/locale/da/LC_MESSAGES/klpq.mo share/locale/da/LC_MESSAGES/klyx.mo +share/locale/da/LC_MESSAGES/kmahjongg.mo +share/locale/da/LC_MESSAGES/kmail.mo +share/locale/da/LC_MESSAGES/kmailcvt.mo share/locale/da/LC_MESSAGES/kmaster.mo +share/locale/da/LC_MESSAGES/kmenuedit.mo share/locale/da/LC_MESSAGES/kmessage.mo +share/locale/da/LC_MESSAGES/kmid.mo +share/locale/da/LC_MESSAGES/kmidi.mo +share/locale/da/LC_MESSAGES/kmines.mo +share/locale/da/LC_MESSAGES/kminipagerapplet.mo +share/locale/da/LC_MESSAGES/kmix.mo share/locale/da/LC_MESSAGES/kmms.mo +share/locale/da/LC_MESSAGES/kmoon.mo share/locale/da/LC_MESSAGES/knetmon.mo +share/locale/da/LC_MESSAGES/knewsticker.mo +share/locale/da/LC_MESSAGES/knode.mo +share/locale/da/LC_MESSAGES/knotes.mo +share/locale/da/LC_MESSAGES/knotify.mo share/locale/da/LC_MESSAGES/knu.mo +share/locale/da/LC_MESSAGES/kodo.mo +share/locale/da/LC_MESSAGES/koffice.mo share/locale/da/LC_MESSAGES/koncd.mo +share/locale/da/LC_MESSAGES/konqueror.mo +share/locale/da/LC_MESSAGES/konquest.mo +share/locale/da/LC_MESSAGES/konsole.mo share/locale/da/LC_MESSAGES/konv.mo share/locale/da/LC_MESSAGES/kooka.mo share/locale/da/LC_MESSAGES/kopennap.mo +share/locale/da/LC_MESSAGES/korganizer.mo +share/locale/da/LC_MESSAGES/korn.mo +share/locale/da/LC_MESSAGES/koshell.mo share/locale/da/LC_MESSAGES/kp.mo +share/locale/da/LC_MESSAGES/kpackage.mo +share/locale/da/LC_MESSAGES/kpager.mo +share/locale/da/LC_MESSAGES/kpaint.mo +share/locale/da/LC_MESSAGES/kpat.mo share/locale/da/LC_MESSAGES/kphone.mo +share/locale/da/LC_MESSAGES/kpilot.mo +share/locale/da/LC_MESSAGES/kpixmap2bitmap.mo +share/locale/da/LC_MESSAGES/kpm.mo +share/locale/da/LC_MESSAGES/kpoker.mo share/locale/da/LC_MESSAGES/kpp.mo +share/locale/da/LC_MESSAGES/kppp.mo +share/locale/da/LC_MESSAGES/kppplogview.mo +share/locale/da/LC_MESSAGES/kpresenter.mo share/locale/da/LC_MESSAGES/kray.mo +share/locale/da/LC_MESSAGES/krayon.mo +share/locale/da/LC_MESSAGES/kreadconfig.mo +share/locale/da/LC_MESSAGES/kreversi.mo share/locale/da/LC_MESSAGES/krn.mo share/locale/da/LC_MESSAGES/krubik.mo +share/locale/da/LC_MESSAGES/kruler.mo +share/locale/da/LC_MESSAGES/krunapplet.mo share/locale/da/LC_MESSAGES/ksamba.mo +share/locale/da/LC_MESSAGES/ksame.mo +share/locale/da/LC_MESSAGES/kscd.mo share/locale/da/LC_MESSAGES/ksciplot.mo +share/locale/da/LC_MESSAGES/kscoreapplet.mo +share/locale/da/LC_MESSAGES/kshisen.mo +share/locale/da/LC_MESSAGES/ksirc.mo +share/locale/da/LC_MESSAGES/ksirtet.mo +share/locale/da/LC_MESSAGES/ksmiletris.mo +share/locale/da/LC_MESSAGES/ksmserver.mo +share/locale/da/LC_MESSAGES/ksnake.mo +share/locale/da/LC_MESSAGES/ksnapshot.mo +share/locale/da/LC_MESSAGES/ksokoban.mo +share/locale/da/LC_MESSAGES/kspaceduel.mo +share/locale/da/LC_MESSAGES/ksplash.mo +share/locale/da/LC_MESSAGES/kspread.mo +share/locale/da/LC_MESSAGES/kspreadcalc_calc.mo +share/locale/da/LC_MESSAGES/kstart.mo +share/locale/da/LC_MESSAGES/kstartperf.mo share/locale/da/LC_MESSAGES/kstockticker.mo +share/locale/da/LC_MESSAGES/ksysctrl.mo +share/locale/da/LC_MESSAGES/ksysguard.mo +share/locale/da/LC_MESSAGES/ksystemtrayapplet.mo +share/locale/da/LC_MESSAGES/ksysv.mo share/locale/da/LC_MESSAGES/ktables.mo share/locale/da/LC_MESSAGES/ktalk.mo +share/locale/da/LC_MESSAGES/ktalkd.mo +share/locale/da/LC_MESSAGES/ktaskbarapplet.mo +share/locale/da/LC_MESSAGES/kteatime.mo share/locale/da/LC_MESSAGES/ktelnet.mo share/locale/da/LC_MESSAGES/kthememgr.mo share/locale/da/LC_MESSAGES/kticker.mo +share/locale/da/LC_MESSAGES/ktimemon.mo +share/locale/da/LC_MESSAGES/ktip.mo +share/locale/da/LC_MESSAGES/ktranslator.mo +share/locale/da/LC_MESSAGES/ktron.mo +share/locale/da/LC_MESSAGES/ktuberling.mo +share/locale/da/LC_MESSAGES/ktux.mo share/locale/da/LC_MESSAGES/kuickshow.mo share/locale/da/LC_MESSAGES/kuml.mo +share/locale/da/LC_MESSAGES/kuser.mo share/locale/da/LC_MESSAGES/kvidtune.mo +share/locale/da/LC_MESSAGES/kview.mo +share/locale/da/LC_MESSAGES/kviewshell.mo share/locale/da/LC_MESSAGES/kwebtree.mo +share/locale/da/LC_MESSAGES/kwin.mo +share/locale/da/LC_MESSAGES/kwin4.mo +share/locale/da/LC_MESSAGES/kword.mo +share/locale/da/LC_MESSAGES/kworldwatch.mo +share/locale/da/LC_MESSAGES/kwrite.mo +share/locale/da/LC_MESSAGES/kwuftpd.mo +share/locale/da/LC_MESSAGES/kxkb.mo +share/locale/da/LC_MESSAGES/kxmlrpcd.mo +share/locale/da/LC_MESSAGES/kxsconfig.mo +share/locale/da/LC_MESSAGES/libkdegames.mo +share/locale/da/LC_MESSAGES/libkonq.mo +share/locale/da/LC_MESSAGES/libtaskbar.mo +share/locale/da/LC_MESSAGES/lskat.mo +share/locale/da/LC_MESSAGES/multiplayers.mo +share/locale/da/LC_MESSAGES/naughtyapplet.mo +share/locale/da/LC_MESSAGES/noatun.mo +share/locale/da/LC_MESSAGES/nsplugin.mo +share/locale/da/LC_MESSAGES/passwords.mo +share/locale/da/LC_MESSAGES/pixie.mo share/locale/da/LC_MESSAGES/pws.mo +share/locale/da/LC_MESSAGES/quicklauncher.mo +share/locale/da/LC_MESSAGES/secpolicy.mo +share/locale/da/LC_MESSAGES/taskbarextension.mo share/locale/da/LC_MESSAGES/testgamelib.mo +share/locale/da/LC_MESSAGES/twister.mo share/locale/da/LC_MESSAGES/webmaker.mo -share/locale/da/LC_MESSAGES/desktop.mo -share/locale/da/LC_MESSAGES/kdelibs.mo -share/locale/da/LC_MESSAGES/knotify.mo -share/locale/da/entry.desktop share/locale/da/charset +share/locale/da/entry.desktop share/locale/da/flag.png -share/locale/de/LC_MESSAGES/kdat.mo -share/locale/de/LC_MESSAGES/koncd.mo -share/locale/de/LC_MESSAGES/kcmlilo.mo -share/locale/de/LC_MESSAGES/kcron.mo -share/locale/de/LC_MESSAGES/kpackage.mo -share/locale/de/LC_MESSAGES/ksysctrl.mo -share/locale/de/LC_MESSAGES/ksysv.mo -share/locale/de/LC_MESSAGES/kuser.mo -share/locale/de/LC_MESSAGES/kwuftpd.mo -share/locale/de/LC_MESSAGES/secpolicy.mo +share/locale/de/LC_MESSAGES/abbrowser.mo +share/locale/de/LC_MESSAGES/aktion.mo +share/locale/de/LC_MESSAGES/amor.mo share/locale/de/LC_MESSAGES/appletproxy.mo +share/locale/de/LC_MESSAGES/ark.mo +share/locale/de/LC_MESSAGES/artsbuilder.mo +share/locale/de/LC_MESSAGES/artscontrol.mo +share/locale/de/LC_MESSAGES/binclockapplet.mo +share/locale/de/LC_MESSAGES/caitoo.mo share/locale/de/LC_MESSAGES/childpanelextension.mo share/locale/de/LC_MESSAGES/clockapplet.mo +share/locale/de/LC_MESSAGES/colfind.mo +share/locale/de/LC_MESSAGES/columbo.mo +share/locale/de/LC_MESSAGES/desktop.mo share/locale/de/LC_MESSAGES/drkonqi.mo +share/locale/de/LC_MESSAGES/empath.mo share/locale/de/LC_MESSAGES/extensionproxy.mo -share/locale/de/LC_MESSAGES/kaccess.mo share/locale/de/LC_MESSAGES/filetypes.mo +share/locale/de/LC_MESSAGES/graphite.mo share/locale/de/LC_MESSAGES/htmlsearch.mo +share/locale/de/LC_MESSAGES/kab.mo +share/locale/de/LC_MESSAGES/kabalone.mo +share/locale/de/LC_MESSAGES/kaccess.mo share/locale/de/LC_MESSAGES/kappfinder.mo +share/locale/de/LC_MESSAGES/karchie.mo +share/locale/de/LC_MESSAGES/karm.mo +share/locale/de/LC_MESSAGES/kasteroids.mo +share/locale/de/LC_MESSAGES/katalog.mo +share/locale/de/LC_MESSAGES/katomic.mo +share/locale/de/LC_MESSAGES/kautorun.mo +share/locale/de/LC_MESSAGES/kbabel.mo +share/locale/de/LC_MESSAGES/kbackgammon.mo +share/locale/de/LC_MESSAGES/kbiff.mo +share/locale/de/LC_MESSAGES/kblackbox.mo +share/locale/de/LC_MESSAGES/kcalc.mo +share/locale/de/LC_MESSAGES/kcharselect.mo +share/locale/de/LC_MESSAGES/kchart.mo +share/locale/de/LC_MESSAGES/kclock.mo share/locale/de/LC_MESSAGES/kcmaccess.mo +share/locale/de/LC_MESSAGES/kcmail.mo share/locale/de/LC_MESSAGES/kcmarts.mo share/locale/de/LC_MESSAGES/kcmbackground.mo share/locale/de/LC_MESSAGES/kcmbell.mo +share/locale/de/LC_MESSAGES/kcmbind.mo share/locale/de/LC_MESSAGES/kcmcolors.mo share/locale/de/LC_MESSAGES/kcmcrypto.mo +share/locale/de/LC_MESSAGES/kcmdrkonqi.mo share/locale/de/LC_MESSAGES/kcmemail.mo share/locale/de/LC_MESSAGES/kcmenergy.mo +share/locale/de/LC_MESSAGES/kcmfontmanager.mo share/locale/de/LC_MESSAGES/kcmfonts.mo share/locale/de/LC_MESSAGES/kcmhtmlsearch.mo share/locale/de/LC_MESSAGES/kcmicons.mo share/locale/de/LC_MESSAGES/kcminfo.mo share/locale/de/LC_MESSAGES/kcminput.mo share/locale/de/LC_MESSAGES/kcmioslaveinfo.mo +share/locale/de/LC_MESSAGES/kcmkamera.mo share/locale/de/LC_MESSAGES/kcmkclock.mo share/locale/de/LC_MESSAGES/kcmkdb.mo share/locale/de/LC_MESSAGES/kcmkeys.mo share/locale/de/LC_MESSAGES/kcmkicker.mo share/locale/de/LC_MESSAGES/kcmkio.mo +share/locale/de/LC_MESSAGES/kcmkisdn.mo +share/locale/de/LC_MESSAGES/kcmkmix.mo share/locale/de/LC_MESSAGES/kcmkonq.mo share/locale/de/LC_MESSAGES/kcmkonqhtml.mo +share/locale/de/LC_MESSAGES/kcmktalkd.mo share/locale/de/LC_MESSAGES/kcmkurifilt.mo share/locale/de/LC_MESSAGES/kcmkwm.mo +share/locale/de/LC_MESSAGES/kcmlanbrowser.mo +share/locale/de/LC_MESSAGES/kcmlaptop.mo share/locale/de/LC_MESSAGES/kcmlayout.mo +share/locale/de/LC_MESSAGES/kcmlilo.mo share/locale/de/LC_MESSAGES/kcmlocale.mo share/locale/de/LC_MESSAGES/kcmmidi.mo +share/locale/de/LC_MESSAGES/kcmnewsticker.mo share/locale/de/LC_MESSAGES/kcmnotify.mo share/locale/de/LC_MESSAGES/kcmodbc.mo +share/locale/de/LC_MESSAGES/kcmprinter.mo share/locale/de/LC_MESSAGES/kcmsamba.mo share/locale/de/LC_MESSAGES/kcmscreensaver.mo share/locale/de/LC_MESSAGES/kcmsmserver.mo share/locale/de/LC_MESSAGES/kcmstyle.mo share/locale/de/LC_MESSAGES/kcmtaskbar.mo share/locale/de/LC_MESSAGES/kcmthemes.mo +share/locale/de/LC_MESSAGES/kcoloredit.mo share/locale/de/LC_MESSAGES/kcontrol.mo +share/locale/de/LC_MESSAGES/kcron.mo +share/locale/de/LC_MESSAGES/kdat.mo +share/locale/de/LC_MESSAGES/kdbg.mo share/locale/de/LC_MESSAGES/kdcop.mo share/locale/de/LC_MESSAGES/kdebugdialog.mo +share/locale/de/LC_MESSAGES/kdelibs.mo +share/locale/de/LC_MESSAGES/kdepasswd.mo share/locale/de/LC_MESSAGES/kdesktop.mo +share/locale/de/LC_MESSAGES/kdessh.mo share/locale/de/LC_MESSAGES/kdesu.mo share/locale/de/LC_MESSAGES/kdesud.mo +share/locale/de/LC_MESSAGES/kdevelop.mo +share/locale/de/LC_MESSAGES/kdf.mo share/locale/de/LC_MESSAGES/kdmchooser.mo share/locale/de/LC_MESSAGES/kdmconfig.mo share/locale/de/LC_MESSAGES/kdmgreet.mo +share/locale/de/LC_MESSAGES/kdvi.mo +share/locale/de/LC_MESSAGES/kedit.mo +share/locale/de/LC_MESSAGES/kexpress.mo +share/locale/de/LC_MESSAGES/keystone.mo +share/locale/de/LC_MESSAGES/kfax.mo +share/locale/de/LC_MESSAGES/kfind.mo share/locale/de/LC_MESSAGES/kfindpart.mo +share/locale/de/LC_MESSAGES/kfinger.mo +share/locale/de/LC_MESSAGES/kfloppy.mo share/locale/de/LC_MESSAGES/kfmclient.mo share/locale/de/LC_MESSAGES/kfmexec.mo +share/locale/de/LC_MESSAGES/kformeditor.mo +share/locale/de/LC_MESSAGES/kformula.mo +share/locale/de/LC_MESSAGES/kformviewer.mo +share/locale/de/LC_MESSAGES/kfortune.mo +share/locale/de/LC_MESSAGES/kfract.mo +share/locale/de/LC_MESSAGES/kghostview.mo +share/locale/de/LC_MESSAGES/kglchess.mo +share/locale/de/LC_MESSAGES/kgrapher.mo share/locale/de/LC_MESSAGES/khelpcenter.mo +share/locale/de/LC_MESSAGES/khexedit.mo share/locale/de/LC_MESSAGES/khotkeys.mo share/locale/de/LC_MESSAGES/kicker.mo +share/locale/de/LC_MESSAGES/kiconedit.mo +share/locale/de/LC_MESSAGES/kikbd.mo +share/locale/de/LC_MESSAGES/killustrator.mo +share/locale/de/LC_MESSAGES/kim.mo share/locale/de/LC_MESSAGES/kio_help.mo +share/locale/de/LC_MESSAGES/kio_lan.mo share/locale/de/LC_MESSAGES/kio_man.mo share/locale/de/LC_MESSAGES/kio_smbro.mo +share/locale/de/LC_MESSAGES/kirc.mo +share/locale/de/LC_MESSAGES/kisdn.mo +share/locale/de/LC_MESSAGES/kit.mo +share/locale/de/LC_MESSAGES/kivio.mo +share/locale/de/LC_MESSAGES/kjezz.mo +share/locale/de/LC_MESSAGES/kjots.mo +share/locale/de/LC_MESSAGES/kjoy.mo +share/locale/de/LC_MESSAGES/kjumpingcube.mo +share/locale/de/LC_MESSAGES/klaptopdaemon.mo share/locale/de/LC_MESSAGES/klegacyimport.mo +share/locale/de/LC_MESSAGES/kless.mo share/locale/de/LC_MESSAGES/klipper.mo +share/locale/de/LC_MESSAGES/kljettool.mo share/locale/de/LC_MESSAGES/klock.mo +share/locale/de/LC_MESSAGES/klpq.mo +share/locale/de/LC_MESSAGES/klyx.mo +share/locale/de/LC_MESSAGES/kmahjongg.mo +share/locale/de/LC_MESSAGES/kmail.mo +share/locale/de/LC_MESSAGES/kmailcvt.mo +share/locale/de/LC_MESSAGES/kmaster.mo share/locale/de/LC_MESSAGES/kmenuedit.mo +share/locale/de/LC_MESSAGES/kmid.mo +share/locale/de/LC_MESSAGES/kmidi.mo +share/locale/de/LC_MESSAGES/kmines.mo share/locale/de/LC_MESSAGES/kminipagerapplet.mo +share/locale/de/LC_MESSAGES/kmix.mo +share/locale/de/LC_MESSAGES/kmoon.mo +share/locale/de/LC_MESSAGES/knetmon.mo +share/locale/de/LC_MESSAGES/knewsticker.mo +share/locale/de/LC_MESSAGES/knode.mo +share/locale/de/LC_MESSAGES/knotes.mo +share/locale/de/LC_MESSAGES/knotify.mo +share/locale/de/LC_MESSAGES/knu.mo +share/locale/de/LC_MESSAGES/kodo.mo +share/locale/de/LC_MESSAGES/koffice.mo +share/locale/de/LC_MESSAGES/koncd.mo share/locale/de/LC_MESSAGES/konqueror.mo +share/locale/de/LC_MESSAGES/konquest.mo share/locale/de/LC_MESSAGES/konsole.mo +share/locale/de/LC_MESSAGES/korganizer.mo +share/locale/de/LC_MESSAGES/korn.mo +share/locale/de/LC_MESSAGES/koshell.mo +share/locale/de/LC_MESSAGES/kpackage.mo share/locale/de/LC_MESSAGES/kpager.mo +share/locale/de/LC_MESSAGES/kpaint.mo +share/locale/de/LC_MESSAGES/kpat.mo +share/locale/de/LC_MESSAGES/kpilot.mo +share/locale/de/LC_MESSAGES/kpixmap2bitmap.mo +share/locale/de/LC_MESSAGES/kpm.mo +share/locale/de/LC_MESSAGES/kpoker.mo +share/locale/de/LC_MESSAGES/kppp.mo +share/locale/de/LC_MESSAGES/kppplogview.mo +share/locale/de/LC_MESSAGES/kpresenter.mo +share/locale/de/LC_MESSAGES/kray.mo +share/locale/de/LC_MESSAGES/krayon.mo share/locale/de/LC_MESSAGES/kreadconfig.mo +share/locale/de/LC_MESSAGES/kreversi.mo +share/locale/de/LC_MESSAGES/krn.mo +share/locale/de/LC_MESSAGES/krubik.mo +share/locale/de/LC_MESSAGES/kruler.mo share/locale/de/LC_MESSAGES/krunapplet.mo +share/locale/de/LC_MESSAGES/ksamba.mo +share/locale/de/LC_MESSAGES/ksame.mo +share/locale/de/LC_MESSAGES/kscd.mo +share/locale/de/LC_MESSAGES/ksciplot.mo +share/locale/de/LC_MESSAGES/kscoreapplet.mo +share/locale/de/LC_MESSAGES/kshisen.mo +share/locale/de/LC_MESSAGES/ksirc.mo +share/locale/de/LC_MESSAGES/ksirtet.mo +share/locale/de/LC_MESSAGES/ksmiletris.mo share/locale/de/LC_MESSAGES/ksmserver.mo +share/locale/de/LC_MESSAGES/ksnake.mo +share/locale/de/LC_MESSAGES/ksnapshot.mo +share/locale/de/LC_MESSAGES/ksokoban.mo +share/locale/de/LC_MESSAGES/kspaceduel.mo share/locale/de/LC_MESSAGES/ksplash.mo +share/locale/de/LC_MESSAGES/kspread.mo +share/locale/de/LC_MESSAGES/kspreadcalc_calc.mo share/locale/de/LC_MESSAGES/kstart.mo +share/locale/de/LC_MESSAGES/kstartperf.mo +share/locale/de/LC_MESSAGES/ksysctrl.mo share/locale/de/LC_MESSAGES/ksysguard.mo share/locale/de/LC_MESSAGES/ksystemtrayapplet.mo +share/locale/de/LC_MESSAGES/ksysv.mo +share/locale/de/LC_MESSAGES/ktables.mo +share/locale/de/LC_MESSAGES/ktalk.mo +share/locale/de/LC_MESSAGES/ktalkd.mo share/locale/de/LC_MESSAGES/ktaskbarapplet.mo +share/locale/de/LC_MESSAGES/kteatime.mo +share/locale/de/LC_MESSAGES/ktelnet.mo +share/locale/de/LC_MESSAGES/kthememgr.mo +share/locale/de/LC_MESSAGES/kticker.mo +share/locale/de/LC_MESSAGES/ktimemon.mo share/locale/de/LC_MESSAGES/ktip.mo +share/locale/de/LC_MESSAGES/ktranslator.mo +share/locale/de/LC_MESSAGES/ktron.mo +share/locale/de/LC_MESSAGES/ktuberling.mo +share/locale/de/LC_MESSAGES/ktux.mo +share/locale/de/LC_MESSAGES/kuickshow.mo +share/locale/de/LC_MESSAGES/kuser.mo +share/locale/de/LC_MESSAGES/kvidtune.mo +share/locale/de/LC_MESSAGES/kview.mo +share/locale/de/LC_MESSAGES/kviewshell.mo +share/locale/de/LC_MESSAGES/kwebtree.mo share/locale/de/LC_MESSAGES/kwin.mo +share/locale/de/LC_MESSAGES/kwin4.mo +share/locale/de/LC_MESSAGES/kword.mo +share/locale/de/LC_MESSAGES/kworldwatch.mo share/locale/de/LC_MESSAGES/kwrite.mo +share/locale/de/LC_MESSAGES/kwuftpd.mo share/locale/de/LC_MESSAGES/kxkb.mo share/locale/de/LC_MESSAGES/kxmlrpcd.mo share/locale/de/LC_MESSAGES/kxsconfig.mo +share/locale/de/LC_MESSAGES/libkdegames.mo share/locale/de/LC_MESSAGES/libkonq.mo share/locale/de/LC_MESSAGES/libtaskbar.mo +share/locale/de/LC_MESSAGES/lskat.mo +share/locale/de/LC_MESSAGES/multiplayers.mo share/locale/de/LC_MESSAGES/naughtyapplet.mo +share/locale/de/LC_MESSAGES/noatun.mo share/locale/de/LC_MESSAGES/nsplugin.mo share/locale/de/LC_MESSAGES/passwords.mo +share/locale/de/LC_MESSAGES/pixie.mo share/locale/de/LC_MESSAGES/quicklauncher.mo +share/locale/de/LC_MESSAGES/secpolicy.mo share/locale/de/LC_MESSAGES/taskbarextension.mo -share/locale/de/LC_MESSAGES/kabalone.mo -share/locale/de/LC_MESSAGES/kasteroids.mo -share/locale/de/LC_MESSAGES/katomic.mo -share/locale/de/LC_MESSAGES/kbackgammon.mo -share/locale/de/LC_MESSAGES/kblackbox.mo -share/locale/de/LC_MESSAGES/kjezz.mo -share/locale/de/LC_MESSAGES/kjumpingcube.mo -share/locale/de/LC_MESSAGES/kmahjongg.mo -share/locale/de/LC_MESSAGES/kmines.mo -share/locale/de/LC_MESSAGES/konquest.mo -share/locale/de/LC_MESSAGES/kpat.mo -share/locale/de/LC_MESSAGES/kpoker.mo -share/locale/de/LC_MESSAGES/kreversi.mo -share/locale/de/LC_MESSAGES/ksame.mo -share/locale/de/LC_MESSAGES/kshisen.mo -share/locale/de/LC_MESSAGES/ksirtet.mo -share/locale/de/LC_MESSAGES/ksmiletris.mo -share/locale/de/LC_MESSAGES/ksnake.mo -share/locale/de/LC_MESSAGES/ksokoban.mo -share/locale/de/LC_MESSAGES/kspaceduel.mo -share/locale/de/LC_MESSAGES/ktron.mo -share/locale/de/LC_MESSAGES/ktuberling.mo -share/locale/de/LC_MESSAGES/kwin4.mo -share/locale/de/LC_MESSAGES/libkdegames.mo -share/locale/de/LC_MESSAGES/lskat.mo -share/locale/de/LC_MESSAGES/multiplayers.mo -share/locale/de/LC_MESSAGES/kcmkamera.mo -share/locale/de/LC_MESSAGES/kdvi.mo -share/locale/de/LC_MESSAGES/kfax.mo -share/locale/de/LC_MESSAGES/kfract.mo -share/locale/de/LC_MESSAGES/kghostview.mo -share/locale/de/LC_MESSAGES/kiconedit.mo -share/locale/de/LC_MESSAGES/kpaint.mo -share/locale/de/LC_MESSAGES/kpixmap2bitmap.mo -share/locale/de/LC_MESSAGES/kruler.mo -share/locale/de/LC_MESSAGES/ksnapshot.mo -share/locale/de/LC_MESSAGES/kview.mo -share/locale/de/LC_MESSAGES/kviewshell.mo -share/locale/de/LC_MESSAGES/pixie.mo -share/locale/de/LC_MESSAGES/aktion.mo -share/locale/de/LC_MESSAGES/artsbuilder.mo -share/locale/de/LC_MESSAGES/artscontrol.mo -share/locale/de/LC_MESSAGES/kcmkmix.mo -share/locale/de/LC_MESSAGES/kmid.mo -share/locale/de/LC_MESSAGES/kmidi.mo -share/locale/de/LC_MESSAGES/kmix.mo -share/locale/de/LC_MESSAGES/kscd.mo -share/locale/de/LC_MESSAGES/noatun.mo -share/locale/de/LC_MESSAGES/kcmktalkd.mo -share/locale/de/LC_MESSAGES/kcmlanbrowser.mo -share/locale/de/LC_MESSAGES/kcmnewsticker.mo -share/locale/de/LC_MESSAGES/keystone.mo -share/locale/de/LC_MESSAGES/kio_lan.mo -share/locale/de/LC_MESSAGES/kit.mo -share/locale/de/LC_MESSAGES/kmail.mo -share/locale/de/LC_MESSAGES/kmailcvt.mo -share/locale/de/LC_MESSAGES/knewsticker.mo -share/locale/de/LC_MESSAGES/knode.mo -share/locale/de/LC_MESSAGES/korn.mo -share/locale/de/LC_MESSAGES/kppp.mo -share/locale/de/LC_MESSAGES/kppplogview.mo -share/locale/de/LC_MESSAGES/ksirc.mo -share/locale/de/LC_MESSAGES/ktalkd.mo -share/locale/de/LC_MESSAGES/abbrowser.mo -share/locale/de/LC_MESSAGES/empath.mo -share/locale/de/LC_MESSAGES/korganizer.mo -share/locale/de/LC_MESSAGES/kpilot.mo share/locale/de/LC_MESSAGES/twister.mo -share/locale/de/LC_MESSAGES/kbabel.mo -share/locale/de/LC_MESSAGES/kdevelop.mo -share/locale/de/LC_MESSAGES/kless.mo -share/locale/de/LC_MESSAGES/kstartperf.mo -share/locale/de/LC_MESSAGES/ktranslator.mo -share/locale/de/LC_MESSAGES/amor.mo -share/locale/de/LC_MESSAGES/kmoon.mo -share/locale/de/LC_MESSAGES/kodo.mo -share/locale/de/LC_MESSAGES/kscoreapplet.mo -share/locale/de/LC_MESSAGES/kteatime.mo -share/locale/de/LC_MESSAGES/ktux.mo -share/locale/de/LC_MESSAGES/kworldwatch.mo -share/locale/de/LC_MESSAGES/ark.mo -share/locale/de/LC_MESSAGES/kab.mo -share/locale/de/LC_MESSAGES/karm.mo -share/locale/de/LC_MESSAGES/kcalc.mo -share/locale/de/LC_MESSAGES/kcharselect.mo -share/locale/de/LC_MESSAGES/kcmlaptop.mo -share/locale/de/LC_MESSAGES/kdepasswd.mo -share/locale/de/LC_MESSAGES/kdessh.mo -share/locale/de/LC_MESSAGES/kdf.mo -share/locale/de/LC_MESSAGES/kedit.mo -share/locale/de/LC_MESSAGES/kfind.mo -share/locale/de/LC_MESSAGES/kfloppy.mo -share/locale/de/LC_MESSAGES/khexedit.mo -share/locale/de/LC_MESSAGES/kjots.mo -share/locale/de/LC_MESSAGES/klaptopdaemon.mo -share/locale/de/LC_MESSAGES/kljettool.mo -share/locale/de/LC_MESSAGES/klpq.mo -share/locale/de/LC_MESSAGES/knotes.mo -share/locale/de/LC_MESSAGES/kpm.mo -share/locale/de/LC_MESSAGES/ktimemon.mo -share/locale/de/LC_MESSAGES/graphite.mo -share/locale/de/LC_MESSAGES/kchart.mo -share/locale/de/LC_MESSAGES/kformula.mo -share/locale/de/LC_MESSAGES/killustrator.mo -share/locale/de/LC_MESSAGES/kivio.mo -share/locale/de/LC_MESSAGES/koffice.mo -share/locale/de/LC_MESSAGES/koshell.mo -share/locale/de/LC_MESSAGES/kpresenter.mo -share/locale/de/LC_MESSAGES/krayon.mo -share/locale/de/LC_MESSAGES/kspread.mo -share/locale/de/LC_MESSAGES/kspreadcalc_calc.mo -share/locale/de/LC_MESSAGES/kword.mo -share/locale/de/LC_MESSAGES/binclockapplet.mo -share/locale/de/LC_MESSAGES/caitoo.mo -share/locale/de/LC_MESSAGES/colfind.mo -share/locale/de/LC_MESSAGES/columbo.mo -share/locale/de/LC_MESSAGES/karchie.mo -share/locale/de/LC_MESSAGES/katalog.mo -share/locale/de/LC_MESSAGES/kautorun.mo -share/locale/de/LC_MESSAGES/kbiff.mo -share/locale/de/LC_MESSAGES/kclock.mo -share/locale/de/LC_MESSAGES/kcmail.mo -share/locale/de/LC_MESSAGES/kcmbind.mo -share/locale/de/LC_MESSAGES/kcmdrkonqi.mo -share/locale/de/LC_MESSAGES/kcmfontmanager.mo -share/locale/de/LC_MESSAGES/kcmkisdn.mo -share/locale/de/LC_MESSAGES/kdbg.mo -share/locale/de/LC_MESSAGES/kcmprinter.mo -share/locale/de/LC_MESSAGES/kcoloredit.mo -share/locale/de/LC_MESSAGES/kexpress.mo -share/locale/de/LC_MESSAGES/kfinger.mo -share/locale/de/LC_MESSAGES/kformeditor.mo -share/locale/de/LC_MESSAGES/kformviewer.mo -share/locale/de/LC_MESSAGES/kfortune.mo -share/locale/de/LC_MESSAGES/kglchess.mo -share/locale/de/LC_MESSAGES/kgrapher.mo -share/locale/de/LC_MESSAGES/kikbd.mo -share/locale/de/LC_MESSAGES/kim.mo -share/locale/de/LC_MESSAGES/kirc.mo -share/locale/de/LC_MESSAGES/kisdn.mo -share/locale/de/LC_MESSAGES/kjoy.mo -share/locale/de/LC_MESSAGES/klyx.mo -share/locale/de/LC_MESSAGES/kmaster.mo -share/locale/de/LC_MESSAGES/knetmon.mo -share/locale/de/LC_MESSAGES/knu.mo -share/locale/de/LC_MESSAGES/kray.mo -share/locale/de/LC_MESSAGES/krn.mo -share/locale/de/LC_MESSAGES/krubik.mo -share/locale/de/LC_MESSAGES/ksamba.mo -share/locale/de/LC_MESSAGES/ksciplot.mo -share/locale/de/LC_MESSAGES/ktables.mo -share/locale/de/LC_MESSAGES/ktalk.mo -share/locale/de/LC_MESSAGES/ktelnet.mo -share/locale/de/LC_MESSAGES/kthememgr.mo -share/locale/de/LC_MESSAGES/kticker.mo -share/locale/de/LC_MESSAGES/kuickshow.mo -share/locale/de/LC_MESSAGES/kvidtune.mo -share/locale/de/LC_MESSAGES/kwebtree.mo share/locale/de/LC_MESSAGES/webmaker.mo -share/locale/de/LC_MESSAGES/desktop.mo -share/locale/de/LC_MESSAGES/kdelibs.mo -share/locale/de/LC_MESSAGES/knotify.mo share/locale/de/charset share/locale/de/entry.desktop share/locale/de/flag.png -share/locale/es/LC_MESSAGES/kdat.mo -share/locale/es/LC_MESSAGES/kcmlilo.mo -share/locale/es/LC_MESSAGES/kcron.mo -share/locale/es/LC_MESSAGES/kpackage.mo -share/locale/es/LC_MESSAGES/ksysctrl.mo -share/locale/es/LC_MESSAGES/ksysv.mo -share/locale/es/LC_MESSAGES/kuser.mo -share/locale/es/LC_MESSAGES/kwuftpd.mo -share/locale/es/LC_MESSAGES/secpolicy.mo +share/locale/el/LC_MESSAGES/appletproxy.mo +share/locale/el/LC_MESSAGES/ark.mo +share/locale/el/LC_MESSAGES/childpanelextension.mo +share/locale/el/LC_MESSAGES/clockapplet.mo +share/locale/el/LC_MESSAGES/desktop.mo +share/locale/el/LC_MESSAGES/drkonqi.mo +share/locale/el/LC_MESSAGES/filetypes.mo +share/locale/el/LC_MESSAGES/htmlsearch.mo +share/locale/el/LC_MESSAGES/kab.mo +share/locale/el/LC_MESSAGES/kaccess.mo +share/locale/el/LC_MESSAGES/kappfinder.mo +share/locale/el/LC_MESSAGES/karm.mo +share/locale/el/LC_MESSAGES/kcalc.mo +share/locale/el/LC_MESSAGES/kcmaccess.mo +share/locale/el/LC_MESSAGES/kcmarts.mo +share/locale/el/LC_MESSAGES/kcmbackground.mo +share/locale/el/LC_MESSAGES/kcmbell.mo +share/locale/el/LC_MESSAGES/kcmcolors.mo +share/locale/el/LC_MESSAGES/kcmcrypto.mo +share/locale/el/LC_MESSAGES/kcmemail.mo +share/locale/el/LC_MESSAGES/kcmenergy.mo +share/locale/el/LC_MESSAGES/kcmfonts.mo +share/locale/el/LC_MESSAGES/kcmhtmlsearch.mo +share/locale/el/LC_MESSAGES/kcmicons.mo +share/locale/el/LC_MESSAGES/kcmiconthemes.mo +share/locale/el/LC_MESSAGES/kcminfo.mo +share/locale/el/LC_MESSAGES/kcminput.mo +share/locale/el/LC_MESSAGES/kcmkclock.mo +share/locale/el/LC_MESSAGES/kcmkeys.mo +share/locale/el/LC_MESSAGES/kcmkicker.mo +share/locale/el/LC_MESSAGES/kcmkio.mo +share/locale/el/LC_MESSAGES/kcmkonq.mo +share/locale/el/LC_MESSAGES/kcmkonqhtml.mo +share/locale/el/LC_MESSAGES/kcmkpanel.mo +share/locale/el/LC_MESSAGES/kcmkurifilt.mo +share/locale/el/LC_MESSAGES/kcmkwm.mo +share/locale/el/LC_MESSAGES/kcmlayout.mo +share/locale/el/LC_MESSAGES/kcmlocale.mo +share/locale/el/LC_MESSAGES/kcmmidi.mo +share/locale/el/LC_MESSAGES/kcmnotify.mo +share/locale/el/LC_MESSAGES/kcmodbc.mo +share/locale/el/LC_MESSAGES/kcmsamba.mo +share/locale/el/LC_MESSAGES/kcmsample.mo +share/locale/el/LC_MESSAGES/kcmscreensaver.mo +share/locale/el/LC_MESSAGES/kcmsmserver.mo +share/locale/el/LC_MESSAGES/kcmstyle.mo +share/locale/el/LC_MESSAGES/kcmtaskbar.mo +share/locale/el/LC_MESSAGES/kcmthemes.mo +share/locale/el/LC_MESSAGES/kcmvirtualdesktops.mo +share/locale/el/LC_MESSAGES/kcontrol.mo +share/locale/el/LC_MESSAGES/kdat.mo +share/locale/el/LC_MESSAGES/kdcop.mo +share/locale/el/LC_MESSAGES/kdebugdialog.mo +share/locale/el/LC_MESSAGES/kdelibs.mo +share/locale/el/LC_MESSAGES/kdesktop.mo +share/locale/el/LC_MESSAGES/kdesu.mo +share/locale/el/LC_MESSAGES/kdewizard.mo +share/locale/el/LC_MESSAGES/kdm.mo +share/locale/el/LC_MESSAGES/kdmconfig.mo +share/locale/el/LC_MESSAGES/kdmgreet.mo +share/locale/el/LC_MESSAGES/kdvi.mo +share/locale/el/LC_MESSAGES/kedit.mo +share/locale/el/LC_MESSAGES/kfax.mo +share/locale/el/LC_MESSAGES/kfind.mo +share/locale/el/LC_MESSAGES/kfloppy.mo +share/locale/el/LC_MESSAGES/kfmclient.mo +share/locale/el/LC_MESSAGES/kfmexec.mo +share/locale/el/LC_MESSAGES/kfontmanager.mo +share/locale/el/LC_MESSAGES/kghostview.mo +share/locale/el/LC_MESSAGES/khelpcenter.mo +share/locale/el/LC_MESSAGES/khotkeys.mo +share/locale/el/LC_MESSAGES/kicker.mo +share/locale/el/LC_MESSAGES/kio_help.mo +share/locale/el/LC_MESSAGES/kio_man.mo +share/locale/el/LC_MESSAGES/klipper.mo +share/locale/el/LC_MESSAGES/klock.mo +share/locale/el/LC_MESSAGES/kmahjongg.mo +share/locale/el/LC_MESSAGES/kmail.mo +share/locale/el/LC_MESSAGES/kmedia.mo +share/locale/el/LC_MESSAGES/kmenuedit.mo +share/locale/el/LC_MESSAGES/kminipagerapplet.mo +share/locale/el/LC_MESSAGES/kmix.mo +share/locale/el/LC_MESSAGES/knode.mo +share/locale/el/LC_MESSAGES/knotes.mo +share/locale/el/LC_MESSAGES/knotify.mo +share/locale/el/LC_MESSAGES/knu.mo +share/locale/el/LC_MESSAGES/koffice.mo +share/locale/el/LC_MESSAGES/konqueror.mo +share/locale/el/LC_MESSAGES/konsole.mo +share/locale/el/LC_MESSAGES/korn.mo +share/locale/el/LC_MESSAGES/kpackage.mo +share/locale/el/LC_MESSAGES/kpager.mo +share/locale/el/LC_MESSAGES/kpaint.mo +share/locale/el/LC_MESSAGES/kpanel.mo +share/locale/el/LC_MESSAGES/kppp.mo +share/locale/el/LC_MESSAGES/kppplogview.mo +share/locale/el/LC_MESSAGES/krdb.mo +share/locale/el/LC_MESSAGES/kreversi.mo +share/locale/el/LC_MESSAGES/krunapplet.mo +share/locale/el/LC_MESSAGES/kscd.mo +share/locale/el/LC_MESSAGES/ksirc.mo +share/locale/el/LC_MESSAGES/ksmserver.mo +share/locale/el/LC_MESSAGES/ksnake.mo +share/locale/el/LC_MESSAGES/ksnapshot.mo +share/locale/el/LC_MESSAGES/ksplash.mo +share/locale/el/LC_MESSAGES/kspread.mo +share/locale/el/LC_MESSAGES/kstart.mo +share/locale/el/LC_MESSAGES/ksysguard.mo +share/locale/el/LC_MESSAGES/ktip.mo +share/locale/el/LC_MESSAGES/kwin.mo +share/locale/el/LC_MESSAGES/kwrite.mo +share/locale/el/LC_MESSAGES/kxkb.mo +share/locale/el/LC_MESSAGES/kxmlrpcd.mo +share/locale/el/LC_MESSAGES/kxsconfig.mo +share/locale/el/LC_MESSAGES/kzip.mo +share/locale/el/LC_MESSAGES/libkonq.mo +share/locale/el/LC_MESSAGES/naughtyapplet.mo +share/locale/el/LC_MESSAGES/nsplugin.mo +share/locale/el/LC_MESSAGES/passwords.mo +share/locale/el/LC_MESSAGES/quicklauncher.mo +share/locale/el/charset +share/locale/el/entry.desktop +share/locale/el/flag.png +share/locale/eo/LC_MESSAGES/aktion.mo +share/locale/eo/LC_MESSAGES/amor.mo +share/locale/eo/LC_MESSAGES/appletproxy.mo +share/locale/eo/LC_MESSAGES/ark.mo +share/locale/eo/LC_MESSAGES/artsbuilder.mo +share/locale/eo/LC_MESSAGES/artscontrol.mo +share/locale/eo/LC_MESSAGES/childpanelextension.mo +share/locale/eo/LC_MESSAGES/clockapplet.mo +share/locale/eo/LC_MESSAGES/desktop.mo +share/locale/eo/LC_MESSAGES/drkonqi.mo +share/locale/eo/LC_MESSAGES/extensionproxy.mo +share/locale/eo/LC_MESSAGES/filetypes.mo +share/locale/eo/LC_MESSAGES/graphite.mo +share/locale/eo/LC_MESSAGES/htmlsearch.mo +share/locale/eo/LC_MESSAGES/kab.mo +share/locale/eo/LC_MESSAGES/kabalone.mo +share/locale/eo/LC_MESSAGES/kaccess.mo +share/locale/eo/LC_MESSAGES/kappfinder.mo +share/locale/eo/LC_MESSAGES/karm.mo +share/locale/eo/LC_MESSAGES/kasteroids.mo +share/locale/eo/LC_MESSAGES/katomic.mo +share/locale/eo/LC_MESSAGES/kbackgammon.mo +share/locale/eo/LC_MESSAGES/kblackbox.mo +share/locale/eo/LC_MESSAGES/kcalc.mo +share/locale/eo/LC_MESSAGES/kcharselect.mo +share/locale/eo/LC_MESSAGES/kchart.mo +share/locale/eo/LC_MESSAGES/kcmaccess.mo +share/locale/eo/LC_MESSAGES/kcmarts.mo +share/locale/eo/LC_MESSAGES/kcmbackground.mo +share/locale/eo/LC_MESSAGES/kcmbell.mo +share/locale/eo/LC_MESSAGES/kcmcolors.mo +share/locale/eo/LC_MESSAGES/kcmcrypto.mo +share/locale/eo/LC_MESSAGES/kcmemail.mo +share/locale/eo/LC_MESSAGES/kcmenergy.mo +share/locale/eo/LC_MESSAGES/kcmfonts.mo +share/locale/eo/LC_MESSAGES/kcmhtmlsearch.mo +share/locale/eo/LC_MESSAGES/kcmicons.mo +share/locale/eo/LC_MESSAGES/kcminfo.mo +share/locale/eo/LC_MESSAGES/kcminput.mo +share/locale/eo/LC_MESSAGES/kcmioslaveinfo.mo +share/locale/eo/LC_MESSAGES/kcmkamera.mo +share/locale/eo/LC_MESSAGES/kcmkclock.mo +share/locale/eo/LC_MESSAGES/kcmkdb.mo +share/locale/eo/LC_MESSAGES/kcmkeys.mo +share/locale/eo/LC_MESSAGES/kcmkicker.mo +share/locale/eo/LC_MESSAGES/kcmkio.mo +share/locale/eo/LC_MESSAGES/kcmkmix.mo +share/locale/eo/LC_MESSAGES/kcmkonq.mo +share/locale/eo/LC_MESSAGES/kcmkonqhtml.mo +share/locale/eo/LC_MESSAGES/kcmktalkd.mo +share/locale/eo/LC_MESSAGES/kcmkurifilt.mo +share/locale/eo/LC_MESSAGES/kcmkwm.mo +share/locale/eo/LC_MESSAGES/kcmlanbrowser.mo +share/locale/eo/LC_MESSAGES/kcmlaptop.mo +share/locale/eo/LC_MESSAGES/kcmlayout.mo +share/locale/eo/LC_MESSAGES/kcmlilo.mo +share/locale/eo/LC_MESSAGES/kcmlocale.mo +share/locale/eo/LC_MESSAGES/kcmmidi.mo +share/locale/eo/LC_MESSAGES/kcmnewsticker.mo +share/locale/eo/LC_MESSAGES/kcmnotify.mo +share/locale/eo/LC_MESSAGES/kcmodbc.mo +share/locale/eo/LC_MESSAGES/kcmsamba.mo +share/locale/eo/LC_MESSAGES/kcmscreensaver.mo +share/locale/eo/LC_MESSAGES/kcmsmserver.mo +share/locale/eo/LC_MESSAGES/kcmstyle.mo +share/locale/eo/LC_MESSAGES/kcmtaskbar.mo +share/locale/eo/LC_MESSAGES/kcmthemes.mo +share/locale/eo/LC_MESSAGES/kcontrol.mo +share/locale/eo/LC_MESSAGES/kcron.mo +share/locale/eo/LC_MESSAGES/kdat.mo +share/locale/eo/LC_MESSAGES/kdcop.mo +share/locale/eo/LC_MESSAGES/kdebugdialog.mo +share/locale/eo/LC_MESSAGES/kdelibs.mo +share/locale/eo/LC_MESSAGES/kdepasswd.mo +share/locale/eo/LC_MESSAGES/kdesktop.mo +share/locale/eo/LC_MESSAGES/kdessh.mo +share/locale/eo/LC_MESSAGES/kdesu.mo +share/locale/eo/LC_MESSAGES/kdesud.mo +share/locale/eo/LC_MESSAGES/kdf.mo +share/locale/eo/LC_MESSAGES/kdmchooser.mo +share/locale/eo/LC_MESSAGES/kdmconfig.mo +share/locale/eo/LC_MESSAGES/kdmgreet.mo +share/locale/eo/LC_MESSAGES/kdvi.mo +share/locale/eo/LC_MESSAGES/kedit.mo +share/locale/eo/LC_MESSAGES/keystone.mo +share/locale/eo/LC_MESSAGES/kfax.mo +share/locale/eo/LC_MESSAGES/kfind.mo +share/locale/eo/LC_MESSAGES/kfindpart.mo +share/locale/eo/LC_MESSAGES/kfloppy.mo +share/locale/eo/LC_MESSAGES/kfmclient.mo +share/locale/eo/LC_MESSAGES/kfmexec.mo +share/locale/eo/LC_MESSAGES/kformula.mo +share/locale/eo/LC_MESSAGES/kfract.mo +share/locale/eo/LC_MESSAGES/kghostview.mo +share/locale/eo/LC_MESSAGES/khelpcenter.mo +share/locale/eo/LC_MESSAGES/khexedit.mo +share/locale/eo/LC_MESSAGES/khotkeys.mo +share/locale/eo/LC_MESSAGES/kicker.mo +share/locale/eo/LC_MESSAGES/kiconedit.mo +share/locale/eo/LC_MESSAGES/killustrator.mo +share/locale/eo/LC_MESSAGES/kio_help.mo +share/locale/eo/LC_MESSAGES/kio_man.mo +share/locale/eo/LC_MESSAGES/kio_smbro.mo +share/locale/eo/LC_MESSAGES/kit.mo +share/locale/eo/LC_MESSAGES/kivio.mo +share/locale/eo/LC_MESSAGES/kjezz.mo +share/locale/eo/LC_MESSAGES/kjots.mo +share/locale/eo/LC_MESSAGES/kjumpingcube.mo +share/locale/eo/LC_MESSAGES/klaptopdaemon.mo +share/locale/eo/LC_MESSAGES/klegacyimport.mo +share/locale/eo/LC_MESSAGES/klipper.mo +share/locale/eo/LC_MESSAGES/kljettool.mo +share/locale/eo/LC_MESSAGES/klock.mo +share/locale/eo/LC_MESSAGES/klpq.mo +share/locale/eo/LC_MESSAGES/kmahjongg.mo +share/locale/eo/LC_MESSAGES/kmail.mo +share/locale/eo/LC_MESSAGES/kmailcvt.mo +share/locale/eo/LC_MESSAGES/kmenuedit.mo +share/locale/eo/LC_MESSAGES/kmid.mo +share/locale/eo/LC_MESSAGES/kmidi.mo +share/locale/eo/LC_MESSAGES/kmines.mo +share/locale/eo/LC_MESSAGES/kminipagerapplet.mo +share/locale/eo/LC_MESSAGES/kmix.mo +share/locale/eo/LC_MESSAGES/kmoon.mo +share/locale/eo/LC_MESSAGES/knewsticker.mo +share/locale/eo/LC_MESSAGES/knode.mo +share/locale/eo/LC_MESSAGES/knotes.mo +share/locale/eo/LC_MESSAGES/knotify.mo +share/locale/eo/LC_MESSAGES/kodo.mo +share/locale/eo/LC_MESSAGES/koffice.mo +share/locale/eo/LC_MESSAGES/konqueror.mo +share/locale/eo/LC_MESSAGES/konquest.mo +share/locale/eo/LC_MESSAGES/konsole.mo +share/locale/eo/LC_MESSAGES/korn.mo +share/locale/eo/LC_MESSAGES/koshell.mo +share/locale/eo/LC_MESSAGES/kpackage.mo +share/locale/eo/LC_MESSAGES/kpager.mo +share/locale/eo/LC_MESSAGES/kpaint.mo +share/locale/eo/LC_MESSAGES/kpat.mo +share/locale/eo/LC_MESSAGES/kpixmap2bitmap.mo +share/locale/eo/LC_MESSAGES/kpm.mo +share/locale/eo/LC_MESSAGES/kpoker.mo +share/locale/eo/LC_MESSAGES/kppp.mo +share/locale/eo/LC_MESSAGES/kppplogview.mo +share/locale/eo/LC_MESSAGES/kpresenter.mo +share/locale/eo/LC_MESSAGES/krayon.mo +share/locale/eo/LC_MESSAGES/kreadconfig.mo +share/locale/eo/LC_MESSAGES/kreversi.mo +share/locale/eo/LC_MESSAGES/kruler.mo +share/locale/eo/LC_MESSAGES/krunapplet.mo +share/locale/eo/LC_MESSAGES/ksame.mo +share/locale/eo/LC_MESSAGES/kscd.mo +share/locale/eo/LC_MESSAGES/kscoreapplet.mo +share/locale/eo/LC_MESSAGES/kshisen.mo +share/locale/eo/LC_MESSAGES/ksirc.mo +share/locale/eo/LC_MESSAGES/ksirtet.mo +share/locale/eo/LC_MESSAGES/ksmiletris.mo +share/locale/eo/LC_MESSAGES/ksmserver.mo +share/locale/eo/LC_MESSAGES/ksnake.mo +share/locale/eo/LC_MESSAGES/ksnapshot.mo +share/locale/eo/LC_MESSAGES/ksokoban.mo +share/locale/eo/LC_MESSAGES/kspaceduel.mo +share/locale/eo/LC_MESSAGES/ksplash.mo +share/locale/eo/LC_MESSAGES/kspread.mo +share/locale/eo/LC_MESSAGES/kspreadcalc_calc.mo +share/locale/eo/LC_MESSAGES/kstart.mo +share/locale/eo/LC_MESSAGES/ksysctrl.mo +share/locale/eo/LC_MESSAGES/ksysguard.mo +share/locale/eo/LC_MESSAGES/ksystemtrayapplet.mo +share/locale/eo/LC_MESSAGES/ksysv.mo +share/locale/eo/LC_MESSAGES/ktalkd.mo +share/locale/eo/LC_MESSAGES/ktaskbarapplet.mo +share/locale/eo/LC_MESSAGES/kteatime.mo +share/locale/eo/LC_MESSAGES/ktimemon.mo +share/locale/eo/LC_MESSAGES/ktip.mo +share/locale/eo/LC_MESSAGES/ktron.mo +share/locale/eo/LC_MESSAGES/ktuberling.mo +share/locale/eo/LC_MESSAGES/ktux.mo +share/locale/eo/LC_MESSAGES/kuser.mo +share/locale/eo/LC_MESSAGES/kview.mo +share/locale/eo/LC_MESSAGES/kviewshell.mo +share/locale/eo/LC_MESSAGES/kwin.mo +share/locale/eo/LC_MESSAGES/kwin4.mo +share/locale/eo/LC_MESSAGES/kword.mo +share/locale/eo/LC_MESSAGES/kworldwatch.mo +share/locale/eo/LC_MESSAGES/kwrite.mo +share/locale/eo/LC_MESSAGES/kwuftpd.mo +share/locale/eo/LC_MESSAGES/kxkb.mo +share/locale/eo/LC_MESSAGES/kxmlrpcd.mo +share/locale/eo/LC_MESSAGES/kxsconfig.mo +share/locale/eo/LC_MESSAGES/libkdegames.mo +share/locale/eo/LC_MESSAGES/libkonq.mo +share/locale/eo/LC_MESSAGES/libtaskbar.mo +share/locale/eo/LC_MESSAGES/lskat.mo +share/locale/eo/LC_MESSAGES/multiplayers.mo +share/locale/eo/LC_MESSAGES/naughtyapplet.mo +share/locale/eo/LC_MESSAGES/noatun.mo +share/locale/eo/LC_MESSAGES/nsplugin.mo +share/locale/eo/LC_MESSAGES/passwords.mo +share/locale/eo/LC_MESSAGES/pixie.mo +share/locale/eo/LC_MESSAGES/quicklauncher.mo +share/locale/eo/LC_MESSAGES/secpolicy.mo +share/locale/eo/LC_MESSAGES/taskbarextension.mo +share/locale/eo/charset +share/locale/eo/entry.desktop +share/locale/eo/flag.png +share/locale/es/LC_MESSAGES/KNetMgr.mo +share/locale/es/LC_MESSAGES/abbrowser.mo +share/locale/es/LC_MESSAGES/aktion.mo +share/locale/es/LC_MESSAGES/amor.mo share/locale/es/LC_MESSAGES/appletproxy.mo +share/locale/es/LC_MESSAGES/ark.mo +share/locale/es/LC_MESSAGES/artsbuilder.mo +share/locale/es/LC_MESSAGES/artscontrol.mo +share/locale/es/LC_MESSAGES/binclockapplet.mo +share/locale/es/LC_MESSAGES/caitoo.mo share/locale/es/LC_MESSAGES/childpanelextension.mo share/locale/es/LC_MESSAGES/clockapplet.mo +share/locale/es/LC_MESSAGES/colfind.mo +share/locale/es/LC_MESSAGES/columbo.mo +share/locale/es/LC_MESSAGES/desktop.mo share/locale/es/LC_MESSAGES/drkonqi.mo +share/locale/es/LC_MESSAGES/empath.mo share/locale/es/LC_MESSAGES/extensionproxy.mo share/locale/es/LC_MESSAGES/filetypes.mo +share/locale/es/LC_MESSAGES/gofai.mo +share/locale/es/LC_MESSAGES/graphite.mo share/locale/es/LC_MESSAGES/htmlsearch.mo +share/locale/es/LC_MESSAGES/kab.mo +share/locale/es/LC_MESSAGES/kabalone.mo share/locale/es/LC_MESSAGES/kaccess.mo -share/locale/es/LC_MESSAGES/kcmarts.mo +share/locale/es/LC_MESSAGES/kafka.mo share/locale/es/LC_MESSAGES/kappfinder.mo +share/locale/es/LC_MESSAGES/karchie.mo +share/locale/es/LC_MESSAGES/karm.mo +share/locale/es/LC_MESSAGES/kasteroids.mo +share/locale/es/LC_MESSAGES/katalog.mo +share/locale/es/LC_MESSAGES/katomic.mo +share/locale/es/LC_MESSAGES/kautorun.mo +share/locale/es/LC_MESSAGES/kbabel.mo +share/locale/es/LC_MESSAGES/kbackgammon.mo +share/locale/es/LC_MESSAGES/kbackpage.mo +share/locale/es/LC_MESSAGES/kbiff.mo +share/locale/es/LC_MESSAGES/kblackbox.mo +share/locale/es/LC_MESSAGES/kcalc.mo +share/locale/es/LC_MESSAGES/kcharselect.mo +share/locale/es/LC_MESSAGES/kcharselectapplet.mo +share/locale/es/LC_MESSAGES/kchart.mo +share/locale/es/LC_MESSAGES/kclock.mo share/locale/es/LC_MESSAGES/kcmaccess.mo +share/locale/es/LC_MESSAGES/kcmail.mo +share/locale/es/LC_MESSAGES/kcmarts.mo share/locale/es/LC_MESSAGES/kcmbackground.mo share/locale/es/LC_MESSAGES/kcmbell.mo +share/locale/es/LC_MESSAGES/kcmbind.mo share/locale/es/LC_MESSAGES/kcmcolors.mo share/locale/es/LC_MESSAGES/kcmcrypto.mo +share/locale/es/LC_MESSAGES/kcmdhcpd.mo +share/locale/es/LC_MESSAGES/kcmdrkonqi.mo share/locale/es/LC_MESSAGES/kcmemail.mo share/locale/es/LC_MESSAGES/kcmenergy.mo +share/locale/es/LC_MESSAGES/kcmfontmanager.mo share/locale/es/LC_MESSAGES/kcmfonts.mo +share/locale/es/LC_MESSAGES/kcmgofai.mo share/locale/es/LC_MESSAGES/kcmhtmlsearch.mo share/locale/es/LC_MESSAGES/kcmicons.mo share/locale/es/LC_MESSAGES/kcminfo.mo share/locale/es/LC_MESSAGES/kcminput.mo share/locale/es/LC_MESSAGES/kcmioslaveinfo.mo +share/locale/es/LC_MESSAGES/kcmiwatcher.mo +share/locale/es/LC_MESSAGES/kcmkamera.mo share/locale/es/LC_MESSAGES/kcmkclock.mo share/locale/es/LC_MESSAGES/kcmkdb.mo share/locale/es/LC_MESSAGES/kcmkeys.mo share/locale/es/LC_MESSAGES/kcmkicker.mo share/locale/es/LC_MESSAGES/kcmkio.mo +share/locale/es/LC_MESSAGES/kcmkisdn.mo +share/locale/es/LC_MESSAGES/kcmkmix.mo share/locale/es/LC_MESSAGES/kcmkonq.mo share/locale/es/LC_MESSAGES/kcmkonqhtml.mo +share/locale/es/LC_MESSAGES/kcmktalkd.mo share/locale/es/LC_MESSAGES/kcmkurifilt.mo share/locale/es/LC_MESSAGES/kcmkwm.mo +share/locale/es/LC_MESSAGES/kcmlanbrowser.mo +share/locale/es/LC_MESSAGES/kcmlaptop.mo share/locale/es/LC_MESSAGES/kcmlayout.mo +share/locale/es/LC_MESSAGES/kcmlilo.mo share/locale/es/LC_MESSAGES/kcmlocale.mo share/locale/es/LC_MESSAGES/kcmmidi.mo +share/locale/es/LC_MESSAGES/kcmnapster.mo +share/locale/es/LC_MESSAGES/kcmnewsticker.mo share/locale/es/LC_MESSAGES/kcmnotify.mo share/locale/es/LC_MESSAGES/kcmodbc.mo +share/locale/es/LC_MESSAGES/kcmprinter.mo share/locale/es/LC_MESSAGES/kcmsamba.mo share/locale/es/LC_MESSAGES/kcmscreensaver.mo share/locale/es/LC_MESSAGES/kcmsmserver.mo share/locale/es/LC_MESSAGES/kcmstyle.mo share/locale/es/LC_MESSAGES/kcmtaskbar.mo share/locale/es/LC_MESSAGES/kcmthemes.mo +share/locale/es/LC_MESSAGES/kcoloredit.mo share/locale/es/LC_MESSAGES/kcontrol.mo +share/locale/es/LC_MESSAGES/kcron.mo +share/locale/es/LC_MESSAGES/kdao.mo +share/locale/es/LC_MESSAGES/kdat.mo +share/locale/es/LC_MESSAGES/kdbbrowser.mo +share/locale/es/LC_MESSAGES/kdbg.mo share/locale/es/LC_MESSAGES/kdcop.mo share/locale/es/LC_MESSAGES/kdebugdialog.mo +share/locale/es/LC_MESSAGES/kdelibs.mo +share/locale/es/LC_MESSAGES/kdepasswd.mo share/locale/es/LC_MESSAGES/kdesktop.mo +share/locale/es/LC_MESSAGES/kdessh.mo share/locale/es/LC_MESSAGES/kdesu.mo share/locale/es/LC_MESSAGES/kdesud.mo +share/locale/es/LC_MESSAGES/kdevelop.mo +share/locale/es/LC_MESSAGES/kdf.mo share/locale/es/LC_MESSAGES/kdmchooser.mo share/locale/es/LC_MESSAGES/kdmconfig.mo share/locale/es/LC_MESSAGES/kdmgreet.mo -share/locale/es/LC_MESSAGES/kfindpart.mo -share/locale/es/LC_MESSAGES/kfmclient.mo -share/locale/es/LC_MESSAGES/kfmexec.mo -share/locale/es/LC_MESSAGES/khelpcenter.mo -share/locale/es/LC_MESSAGES/khotkeys.mo -share/locale/es/LC_MESSAGES/kicker.mo -share/locale/es/LC_MESSAGES/kio_help.mo -share/locale/es/LC_MESSAGES/kio_man.mo -share/locale/es/LC_MESSAGES/kio_smbro.mo -share/locale/es/LC_MESSAGES/klegacyimport.mo -share/locale/es/LC_MESSAGES/klipper.mo -share/locale/es/LC_MESSAGES/klock.mo -share/locale/es/LC_MESSAGES/kmenuedit.mo -share/locale/es/LC_MESSAGES/kminipagerapplet.mo -share/locale/es/LC_MESSAGES/konqueror.mo -share/locale/es/LC_MESSAGES/konsole.mo -share/locale/es/LC_MESSAGES/kpager.mo -share/locale/es/LC_MESSAGES/kreadconfig.mo -share/locale/es/LC_MESSAGES/krunapplet.mo -share/locale/es/LC_MESSAGES/ksmserver.mo -share/locale/es/LC_MESSAGES/ksplash.mo -share/locale/es/LC_MESSAGES/kstart.mo -share/locale/es/LC_MESSAGES/ksysguard.mo -share/locale/es/LC_MESSAGES/ksystemtrayapplet.mo -share/locale/es/LC_MESSAGES/ktaskbarapplet.mo -share/locale/es/LC_MESSAGES/ktip.mo -share/locale/es/LC_MESSAGES/kwin.mo -share/locale/es/LC_MESSAGES/kwrite.mo -share/locale/es/LC_MESSAGES/kxkb.mo -share/locale/es/LC_MESSAGES/kxmlrpcd.mo -share/locale/es/LC_MESSAGES/kxsconfig.mo -share/locale/es/LC_MESSAGES/libkonq.mo -share/locale/es/LC_MESSAGES/libtaskbar.mo -share/locale/es/LC_MESSAGES/naughtyapplet.mo -share/locale/es/LC_MESSAGES/nsplugin.mo -share/locale/es/LC_MESSAGES/passwords.mo -share/locale/es/LC_MESSAGES/quicklauncher.mo -share/locale/es/LC_MESSAGES/taskbarextension.mo -share/locale/es/LC_MESSAGES/kabalone.mo -share/locale/es/LC_MESSAGES/kasteroids.mo -share/locale/es/LC_MESSAGES/katomic.mo -share/locale/es/LC_MESSAGES/kbackgammon.mo -share/locale/es/LC_MESSAGES/kblackbox.mo -share/locale/es/LC_MESSAGES/kjezz.mo -share/locale/es/LC_MESSAGES/kjumpingcube.mo -share/locale/es/LC_MESSAGES/kmahjongg.mo -share/locale/es/LC_MESSAGES/kmines.mo -share/locale/es/LC_MESSAGES/konquest.mo -share/locale/es/LC_MESSAGES/kpat.mo -share/locale/es/LC_MESSAGES/kpoker.mo -share/locale/es/LC_MESSAGES/kreversi.mo -share/locale/es/LC_MESSAGES/ksame.mo -share/locale/es/LC_MESSAGES/kshisen.mo -share/locale/es/LC_MESSAGES/ksirtet.mo -share/locale/es/LC_MESSAGES/ksmiletris.mo -share/locale/es/LC_MESSAGES/ksnake.mo -share/locale/es/LC_MESSAGES/ksokoban.mo -share/locale/es/LC_MESSAGES/kspaceduel.mo -share/locale/es/LC_MESSAGES/ktron.mo -share/locale/es/LC_MESSAGES/ktuberling.mo -share/locale/es/LC_MESSAGES/kwin4.mo -share/locale/es/LC_MESSAGES/libkdegames.mo -share/locale/es/LC_MESSAGES/lskat.mo -share/locale/es/LC_MESSAGES/multiplayers.mo -share/locale/es/LC_MESSAGES/kcmkamera.mo share/locale/es/LC_MESSAGES/kdvi.mo -share/locale/es/LC_MESSAGES/kfax.mo -share/locale/es/LC_MESSAGES/kfract.mo -share/locale/es/LC_MESSAGES/kghostview.mo -share/locale/es/LC_MESSAGES/kiconedit.mo -share/locale/es/LC_MESSAGES/kpaint.mo -share/locale/es/LC_MESSAGES/kpixmap2bitmap.mo -share/locale/es/LC_MESSAGES/kruler.mo -share/locale/es/LC_MESSAGES/ksnapshot.mo -share/locale/es/LC_MESSAGES/kview.mo -share/locale/es/LC_MESSAGES/kviewshell.mo -share/locale/es/LC_MESSAGES/pixie.mo -share/locale/es/LC_MESSAGES/aktion.mo -share/locale/es/LC_MESSAGES/artsbuilder.mo -share/locale/es/LC_MESSAGES/artscontrol.mo -share/locale/es/LC_MESSAGES/kcmkmix.mo -share/locale/es/LC_MESSAGES/kmid.mo -share/locale/es/LC_MESSAGES/kmidi.mo -share/locale/es/LC_MESSAGES/kmix.mo -share/locale/es/LC_MESSAGES/kscd.mo -share/locale/es/LC_MESSAGES/noatun.mo -share/locale/es/LC_MESSAGES/kcmktalkd.mo -share/locale/es/LC_MESSAGES/kcmlanbrowser.mo -share/locale/es/LC_MESSAGES/kcmnewsticker.mo -share/locale/es/LC_MESSAGES/keystone.mo -share/locale/es/LC_MESSAGES/kit.mo -share/locale/es/LC_MESSAGES/kmail.mo -share/locale/es/LC_MESSAGES/kmailcvt.mo -share/locale/es/LC_MESSAGES/knewsticker.mo -share/locale/es/LC_MESSAGES/knode.mo -share/locale/es/LC_MESSAGES/korn.mo -share/locale/es/LC_MESSAGES/kppp.mo -share/locale/es/LC_MESSAGES/kppplogview.mo -share/locale/es/LC_MESSAGES/ksirc.mo -share/locale/es/LC_MESSAGES/ktalkd.mo -share/locale/es/LC_MESSAGES/abbrowser.mo -share/locale/es/LC_MESSAGES/empath.mo -share/locale/es/LC_MESSAGES/korganizer.mo -share/locale/es/LC_MESSAGES/kpilot.mo -share/locale/es/LC_MESSAGES/twister.mo -share/locale/es/LC_MESSAGES/kbabel.mo -share/locale/es/LC_MESSAGES/kdevelop.mo -share/locale/es/LC_MESSAGES/kless.mo -share/locale/es/LC_MESSAGES/kstartperf.mo -share/locale/es/LC_MESSAGES/ktranslator.mo -share/locale/es/LC_MESSAGES/amor.mo -share/locale/es/LC_MESSAGES/kmoon.mo -share/locale/es/LC_MESSAGES/kodo.mo -share/locale/es/LC_MESSAGES/kscoreapplet.mo -share/locale/es/LC_MESSAGES/kteatime.mo -share/locale/es/LC_MESSAGES/ktux.mo -share/locale/es/LC_MESSAGES/kworldwatch.mo -share/locale/es/LC_MESSAGES/ark.mo -share/locale/es/LC_MESSAGES/kab.mo -share/locale/es/LC_MESSAGES/karm.mo -share/locale/es/LC_MESSAGES/kdf.mo -share/locale/es/LC_MESSAGES/kcalc.mo -share/locale/es/LC_MESSAGES/kcharselect.mo -share/locale/es/LC_MESSAGES/kcharselectapplet.mo -share/locale/es/LC_MESSAGES/kcmlaptop.mo -share/locale/es/LC_MESSAGES/kdepasswd.mo -share/locale/es/LC_MESSAGES/kdessh.mo share/locale/es/LC_MESSAGES/kedit.mo -share/locale/es/LC_MESSAGES/kfind.mo -share/locale/es/LC_MESSAGES/kfloppy.mo -share/locale/es/LC_MESSAGES/khexedit.mo -share/locale/es/LC_MESSAGES/kjots.mo -share/locale/es/LC_MESSAGES/klaptopdaemon.mo -share/locale/es/LC_MESSAGES/kljettool.mo -share/locale/es/LC_MESSAGES/klpq.mo -share/locale/es/LC_MESSAGES/knotes.mo -share/locale/es/LC_MESSAGES/kpm.mo -share/locale/es/LC_MESSAGES/ktimemon.mo -share/locale/es/LC_MESSAGES/graphite.mo -share/locale/es/LC_MESSAGES/kchart.mo -share/locale/es/LC_MESSAGES/killustrator.mo -share/locale/es/LC_MESSAGES/koffice.mo -share/locale/es/LC_MESSAGES/koshell.mo -share/locale/es/LC_MESSAGES/kpresenter.mo -share/locale/es/LC_MESSAGES/kdao.mo -share/locale/es/LC_MESSAGES/kspread.mo -share/locale/es/LC_MESSAGES/kspreadcalc_calc.mo -share/locale/es/LC_MESSAGES/kword.mo -share/locale/es/LC_MESSAGES/KNetMgr.mo -share/locale/es/LC_MESSAGES/binclockapplet.mo -share/locale/es/LC_MESSAGES/caitoo.mo -share/locale/es/LC_MESSAGES/colfind.mo -share/locale/es/LC_MESSAGES/columbo.mo -share/locale/es/LC_MESSAGES/gofai.mo -share/locale/es/LC_MESSAGES/kafka.mo -share/locale/es/LC_MESSAGES/karchie.mo -share/locale/es/LC_MESSAGES/katalog.mo -share/locale/es/LC_MESSAGES/kautorun.mo -share/locale/es/LC_MESSAGES/kbackpage.mo -share/locale/es/LC_MESSAGES/kbiff.mo -share/locale/es/LC_MESSAGES/kclock.mo -share/locale/es/LC_MESSAGES/kcmail.mo -share/locale/es/LC_MESSAGES/kcmbind.mo -share/locale/es/LC_MESSAGES/kcmdhcpd.mo -share/locale/es/LC_MESSAGES/kcmdrkonqi.mo -share/locale/es/LC_MESSAGES/kcmfontmanager.mo -share/locale/es/LC_MESSAGES/kcmgofai.mo -share/locale/es/LC_MESSAGES/kcmiwatcher.mo -share/locale/es/LC_MESSAGES/kdbg.mo -share/locale/es/LC_MESSAGES/kcmkisdn.mo -share/locale/es/LC_MESSAGES/kcmnapster.mo -share/locale/es/LC_MESSAGES/kcmprinter.mo -share/locale/es/LC_MESSAGES/kcoloredit.mo -share/locale/es/LC_MESSAGES/kdbbrowser.mo share/locale/es/LC_MESSAGES/kexpress.mo +share/locale/es/LC_MESSAGES/keystone.mo +share/locale/es/LC_MESSAGES/kfax.mo +share/locale/es/LC_MESSAGES/kfind.mo +share/locale/es/LC_MESSAGES/kfindpart.mo share/locale/es/LC_MESSAGES/kfinger.mo +share/locale/es/LC_MESSAGES/kfloppy.mo +share/locale/es/LC_MESSAGES/kfmclient.mo +share/locale/es/LC_MESSAGES/kfmexec.mo share/locale/es/LC_MESSAGES/kformeditor.mo share/locale/es/LC_MESSAGES/kformviewer.mo share/locale/es/LC_MESSAGES/kfortune.mo +share/locale/es/LC_MESSAGES/kfract.mo +share/locale/es/LC_MESSAGES/kghostview.mo share/locale/es/LC_MESSAGES/kglchess.mo share/locale/es/LC_MESSAGES/kgrapher.mo +share/locale/es/LC_MESSAGES/khelpcenter.mo +share/locale/es/LC_MESSAGES/khexedit.mo +share/locale/es/LC_MESSAGES/khotkeys.mo +share/locale/es/LC_MESSAGES/kicker.mo +share/locale/es/LC_MESSAGES/kiconedit.mo share/locale/es/LC_MESSAGES/kikbd.mo +share/locale/es/LC_MESSAGES/killustrator.mo share/locale/es/LC_MESSAGES/kim.mo +share/locale/es/LC_MESSAGES/kio_help.mo +share/locale/es/LC_MESSAGES/kio_man.mo +share/locale/es/LC_MESSAGES/kio_smbro.mo share/locale/es/LC_MESSAGES/kirc.mo share/locale/es/LC_MESSAGES/kisdn.mo +share/locale/es/LC_MESSAGES/kit.mo +share/locale/es/LC_MESSAGES/kjezz.mo +share/locale/es/LC_MESSAGES/kjots.mo share/locale/es/LC_MESSAGES/kjoy.mo +share/locale/es/LC_MESSAGES/kjumpingcube.mo +share/locale/es/LC_MESSAGES/klaptopdaemon.mo +share/locale/es/LC_MESSAGES/klegacyimport.mo +share/locale/es/LC_MESSAGES/kless.mo share/locale/es/LC_MESSAGES/klilo.mo +share/locale/es/LC_MESSAGES/klipper.mo +share/locale/es/LC_MESSAGES/kljettool.mo +share/locale/es/LC_MESSAGES/klock.mo +share/locale/es/LC_MESSAGES/klpq.mo share/locale/es/LC_MESSAGES/klyx.mo +share/locale/es/LC_MESSAGES/kmahjongg.mo +share/locale/es/LC_MESSAGES/kmail.mo +share/locale/es/LC_MESSAGES/kmailcvt.mo share/locale/es/LC_MESSAGES/kmaster.mo +share/locale/es/LC_MESSAGES/kmenuedit.mo share/locale/es/LC_MESSAGES/kmessage.mo +share/locale/es/LC_MESSAGES/kmid.mo +share/locale/es/LC_MESSAGES/kmidi.mo +share/locale/es/LC_MESSAGES/kmines.mo +share/locale/es/LC_MESSAGES/kminipagerapplet.mo +share/locale/es/LC_MESSAGES/kmix.mo share/locale/es/LC_MESSAGES/kmms.mo +share/locale/es/LC_MESSAGES/kmoon.mo share/locale/es/LC_MESSAGES/knetmon.mo +share/locale/es/LC_MESSAGES/knewsticker.mo +share/locale/es/LC_MESSAGES/knode.mo +share/locale/es/LC_MESSAGES/knotes.mo +share/locale/es/LC_MESSAGES/knotify.mo share/locale/es/LC_MESSAGES/knu.mo +share/locale/es/LC_MESSAGES/kodo.mo +share/locale/es/LC_MESSAGES/koffice.mo share/locale/es/LC_MESSAGES/kolourpicker.mo share/locale/es/LC_MESSAGES/koncd.mo +share/locale/es/LC_MESSAGES/konqueror.mo +share/locale/es/LC_MESSAGES/konquest.mo +share/locale/es/LC_MESSAGES/konsole.mo share/locale/es/LC_MESSAGES/konv.mo share/locale/es/LC_MESSAGES/kooka.mo +share/locale/es/LC_MESSAGES/korganizer.mo +share/locale/es/LC_MESSAGES/korn.mo +share/locale/es/LC_MESSAGES/koshell.mo share/locale/es/LC_MESSAGES/kp.mo +share/locale/es/LC_MESSAGES/kpackage.mo +share/locale/es/LC_MESSAGES/kpager.mo +share/locale/es/LC_MESSAGES/kpaint.mo +share/locale/es/LC_MESSAGES/kpat.mo share/locale/es/LC_MESSAGES/kphone.mo +share/locale/es/LC_MESSAGES/kpilot.mo +share/locale/es/LC_MESSAGES/kpixmap2bitmap.mo +share/locale/es/LC_MESSAGES/kpm.mo +share/locale/es/LC_MESSAGES/kpoker.mo share/locale/es/LC_MESSAGES/kpp.mo +share/locale/es/LC_MESSAGES/kppp.mo +share/locale/es/LC_MESSAGES/kppplogview.mo +share/locale/es/LC_MESSAGES/kpresenter.mo share/locale/es/LC_MESSAGES/kray.mo +share/locale/es/LC_MESSAGES/kreadconfig.mo +share/locale/es/LC_MESSAGES/kreversi.mo share/locale/es/LC_MESSAGES/krn.mo share/locale/es/LC_MESSAGES/krubik.mo +share/locale/es/LC_MESSAGES/kruler.mo +share/locale/es/LC_MESSAGES/krunapplet.mo share/locale/es/LC_MESSAGES/ksamba.mo +share/locale/es/LC_MESSAGES/ksame.mo share/locale/es/LC_MESSAGES/ksamplesaver.mo +share/locale/es/LC_MESSAGES/kscd.mo share/locale/es/LC_MESSAGES/ksciplot.mo +share/locale/es/LC_MESSAGES/kscoreapplet.mo +share/locale/es/LC_MESSAGES/kshisen.mo +share/locale/es/LC_MESSAGES/ksirc.mo +share/locale/es/LC_MESSAGES/ksirtet.mo +share/locale/es/LC_MESSAGES/ksmiletris.mo +share/locale/es/LC_MESSAGES/ksmserver.mo +share/locale/es/LC_MESSAGES/ksnake.mo +share/locale/es/LC_MESSAGES/ksnapshot.mo +share/locale/es/LC_MESSAGES/ksokoban.mo +share/locale/es/LC_MESSAGES/kspaceduel.mo +share/locale/es/LC_MESSAGES/ksplash.mo +share/locale/es/LC_MESSAGES/kspread.mo +share/locale/es/LC_MESSAGES/kspreadcalc_calc.mo +share/locale/es/LC_MESSAGES/kstart.mo +share/locale/es/LC_MESSAGES/kstartperf.mo share/locale/es/LC_MESSAGES/kstockticker.mo +share/locale/es/LC_MESSAGES/ksysctrl.mo +share/locale/es/LC_MESSAGES/ksysguard.mo +share/locale/es/LC_MESSAGES/ksystemtrayapplet.mo +share/locale/es/LC_MESSAGES/ksysv.mo share/locale/es/LC_MESSAGES/ktables.mo share/locale/es/LC_MESSAGES/ktalk.mo +share/locale/es/LC_MESSAGES/ktalkd.mo +share/locale/es/LC_MESSAGES/ktaskbarapplet.mo +share/locale/es/LC_MESSAGES/kteatime.mo share/locale/es/LC_MESSAGES/ktelnet.mo share/locale/es/LC_MESSAGES/kthememgr.mo share/locale/es/LC_MESSAGES/kticker.mo +share/locale/es/LC_MESSAGES/ktimemon.mo +share/locale/es/LC_MESSAGES/ktip.mo +share/locale/es/LC_MESSAGES/ktranslator.mo +share/locale/es/LC_MESSAGES/ktron.mo +share/locale/es/LC_MESSAGES/ktuberling.mo +share/locale/es/LC_MESSAGES/ktux.mo share/locale/es/LC_MESSAGES/kuickshow.mo share/locale/es/LC_MESSAGES/kuml.mo +share/locale/es/LC_MESSAGES/kuser.mo share/locale/es/LC_MESSAGES/kvidtune.mo +share/locale/es/LC_MESSAGES/kview.mo +share/locale/es/LC_MESSAGES/kviewshell.mo share/locale/es/LC_MESSAGES/kwebtree.mo +share/locale/es/LC_MESSAGES/kwin.mo +share/locale/es/LC_MESSAGES/kwin4.mo +share/locale/es/LC_MESSAGES/kword.mo +share/locale/es/LC_MESSAGES/kworldwatch.mo +share/locale/es/LC_MESSAGES/kwrite.mo +share/locale/es/LC_MESSAGES/kwuftpd.mo +share/locale/es/LC_MESSAGES/kxkb.mo +share/locale/es/LC_MESSAGES/kxmlrpcd.mo +share/locale/es/LC_MESSAGES/kxsconfig.mo +share/locale/es/LC_MESSAGES/libkdegames.mo +share/locale/es/LC_MESSAGES/libkonq.mo +share/locale/es/LC_MESSAGES/libtaskbar.mo +share/locale/es/LC_MESSAGES/lskat.mo +share/locale/es/LC_MESSAGES/multiplayers.mo +share/locale/es/LC_MESSAGES/naughtyapplet.mo +share/locale/es/LC_MESSAGES/noatun.mo +share/locale/es/LC_MESSAGES/nsplugin.mo +share/locale/es/LC_MESSAGES/passwords.mo +share/locale/es/LC_MESSAGES/pixie.mo share/locale/es/LC_MESSAGES/pws.mo +share/locale/es/LC_MESSAGES/quicklauncher.mo +share/locale/es/LC_MESSAGES/secpolicy.mo +share/locale/es/LC_MESSAGES/taskbarextension.mo share/locale/es/LC_MESSAGES/testgamelib.mo +share/locale/es/LC_MESSAGES/twister.mo share/locale/es/LC_MESSAGES/webmaker.mo -share/locale/es/LC_MESSAGES/desktop.mo -share/locale/es/LC_MESSAGES/kdelibs.mo -share/locale/es/LC_MESSAGES/knotify.mo share/locale/es/charset share/locale/es/entry.desktop share/locale/es/flag.png -share/locale/fr/LC_MESSAGES/kdat.mo -share/locale/fr/LC_MESSAGES/kcmlilo.mo -share/locale/fr/LC_MESSAGES/kcron.mo -share/locale/fr/LC_MESSAGES/kpackage.mo -share/locale/fr/LC_MESSAGES/ksysctrl.mo -share/locale/fr/LC_MESSAGES/ksysv.mo -share/locale/fr/LC_MESSAGES/kuser.mo -share/locale/fr/LC_MESSAGES/kwuftpd.mo -share/locale/fr/LC_MESSAGES/secpolicy.mo +share/locale/et/LC_MESSAGES/abbrowser.mo +share/locale/et/LC_MESSAGES/aktion.mo +share/locale/et/LC_MESSAGES/amor.mo +share/locale/et/LC_MESSAGES/appletproxy.mo +share/locale/et/LC_MESSAGES/ark.mo +share/locale/et/LC_MESSAGES/artsbuilder.mo +share/locale/et/LC_MESSAGES/artscontrol.mo +share/locale/et/LC_MESSAGES/caitoo.mo +share/locale/et/LC_MESSAGES/childpanelextension.mo +share/locale/et/LC_MESSAGES/clockapplet.mo +share/locale/et/LC_MESSAGES/colfind.mo +share/locale/et/LC_MESSAGES/columbo.mo +share/locale/et/LC_MESSAGES/desktop.mo +share/locale/et/LC_MESSAGES/drkonqi.mo +share/locale/et/LC_MESSAGES/empath.mo +share/locale/et/LC_MESSAGES/extensionproxy.mo +share/locale/et/LC_MESSAGES/filetypes.mo +share/locale/et/LC_MESSAGES/graphite.mo +share/locale/et/LC_MESSAGES/htmlsearch.mo +share/locale/et/LC_MESSAGES/kab.mo +share/locale/et/LC_MESSAGES/kabalone.mo +share/locale/et/LC_MESSAGES/kaccess.mo +share/locale/et/LC_MESSAGES/kappfinder.mo +share/locale/et/LC_MESSAGES/karm.mo +share/locale/et/LC_MESSAGES/kasteroids.mo +share/locale/et/LC_MESSAGES/katalog.mo +share/locale/et/LC_MESSAGES/katomic.mo +share/locale/et/LC_MESSAGES/kautorun.mo +share/locale/et/LC_MESSAGES/kbiff.mo +share/locale/et/LC_MESSAGES/kblackbox.mo +share/locale/et/LC_MESSAGES/kcalc.mo +share/locale/et/LC_MESSAGES/kcharselect.mo +share/locale/et/LC_MESSAGES/kchart.mo +share/locale/et/LC_MESSAGES/kcmaccess.mo +share/locale/et/LC_MESSAGES/kcmarts.mo +share/locale/et/LC_MESSAGES/kcmbackground.mo +share/locale/et/LC_MESSAGES/kcmbell.mo +share/locale/et/LC_MESSAGES/kcmcolors.mo +share/locale/et/LC_MESSAGES/kcmcrypto.mo +share/locale/et/LC_MESSAGES/kcmemail.mo +share/locale/et/LC_MESSAGES/kcmenergy.mo +share/locale/et/LC_MESSAGES/kcmfontmanager.mo +share/locale/et/LC_MESSAGES/kcmfonts.mo +share/locale/et/LC_MESSAGES/kcmhtmlsearch.mo +share/locale/et/LC_MESSAGES/kcmicons.mo +share/locale/et/LC_MESSAGES/kcminfo.mo +share/locale/et/LC_MESSAGES/kcminput.mo +share/locale/et/LC_MESSAGES/kcmioslaveinfo.mo +share/locale/et/LC_MESSAGES/kcmkamera.mo +share/locale/et/LC_MESSAGES/kcmkclock.mo +share/locale/et/LC_MESSAGES/kcmkdb.mo +share/locale/et/LC_MESSAGES/kcmkeys.mo +share/locale/et/LC_MESSAGES/kcmkicker.mo +share/locale/et/LC_MESSAGES/kcmkio.mo +share/locale/et/LC_MESSAGES/kcmkmix.mo +share/locale/et/LC_MESSAGES/kcmkonq.mo +share/locale/et/LC_MESSAGES/kcmkonqhtml.mo +share/locale/et/LC_MESSAGES/kcmktalkd.mo +share/locale/et/LC_MESSAGES/kcmkurifilt.mo +share/locale/et/LC_MESSAGES/kcmkwm.mo +share/locale/et/LC_MESSAGES/kcmlaptop.mo +share/locale/et/LC_MESSAGES/kcmlayout.mo +share/locale/et/LC_MESSAGES/kcmlocale.mo +share/locale/et/LC_MESSAGES/kcmmidi.mo +share/locale/et/LC_MESSAGES/kcmnewsticker.mo +share/locale/et/LC_MESSAGES/kcmnotify.mo +share/locale/et/LC_MESSAGES/kcmodbc.mo +share/locale/et/LC_MESSAGES/kcmsamba.mo +share/locale/et/LC_MESSAGES/kcmscreensaver.mo +share/locale/et/LC_MESSAGES/kcmsmserver.mo +share/locale/et/LC_MESSAGES/kcmstyle.mo +share/locale/et/LC_MESSAGES/kcmtaskbar.mo +share/locale/et/LC_MESSAGES/kcmthemes.mo +share/locale/et/LC_MESSAGES/kcontrol.mo +share/locale/et/LC_MESSAGES/kcron.mo +share/locale/et/LC_MESSAGES/kdat.mo +share/locale/et/LC_MESSAGES/kdcop.mo +share/locale/et/LC_MESSAGES/kdebugdialog.mo +share/locale/et/LC_MESSAGES/kdelibs.mo +share/locale/et/LC_MESSAGES/kdepasswd.mo +share/locale/et/LC_MESSAGES/kdesktop.mo +share/locale/et/LC_MESSAGES/kdessh.mo +share/locale/et/LC_MESSAGES/kdesu.mo +share/locale/et/LC_MESSAGES/kdesud.mo +share/locale/et/LC_MESSAGES/kdevelop.mo +share/locale/et/LC_MESSAGES/kdf.mo +share/locale/et/LC_MESSAGES/kdmchooser.mo +share/locale/et/LC_MESSAGES/kdmconfig.mo +share/locale/et/LC_MESSAGES/kdmgreet.mo +share/locale/et/LC_MESSAGES/kdvi.mo +share/locale/et/LC_MESSAGES/kedit.mo +share/locale/et/LC_MESSAGES/keystone.mo +share/locale/et/LC_MESSAGES/kfax.mo +share/locale/et/LC_MESSAGES/kfind.mo +share/locale/et/LC_MESSAGES/kfindpart.mo +share/locale/et/LC_MESSAGES/kfloppy.mo +share/locale/et/LC_MESSAGES/kfmclient.mo +share/locale/et/LC_MESSAGES/kfmexec.mo +share/locale/et/LC_MESSAGES/kformula.mo +share/locale/et/LC_MESSAGES/kfract.mo +share/locale/et/LC_MESSAGES/kghostview.mo +share/locale/et/LC_MESSAGES/khelpcenter.mo +share/locale/et/LC_MESSAGES/khexedit.mo +share/locale/et/LC_MESSAGES/khotkeys.mo +share/locale/et/LC_MESSAGES/kicker.mo +share/locale/et/LC_MESSAGES/kiconedit.mo +share/locale/et/LC_MESSAGES/kikbd.mo +share/locale/et/LC_MESSAGES/killustrator.mo +share/locale/et/LC_MESSAGES/kio_help.mo +share/locale/et/LC_MESSAGES/kio_man.mo +share/locale/et/LC_MESSAGES/kio_smbro.mo +share/locale/et/LC_MESSAGES/kit.mo +share/locale/et/LC_MESSAGES/kivio.mo +share/locale/et/LC_MESSAGES/kjezz.mo +share/locale/et/LC_MESSAGES/kjots.mo +share/locale/et/LC_MESSAGES/kjumpingcube.mo +share/locale/et/LC_MESSAGES/klaptopdaemon.mo +share/locale/et/LC_MESSAGES/klegacyimport.mo +share/locale/et/LC_MESSAGES/klipper.mo +share/locale/et/LC_MESSAGES/kljettool.mo +share/locale/et/LC_MESSAGES/klock.mo +share/locale/et/LC_MESSAGES/klpq.mo +share/locale/et/LC_MESSAGES/kmahjongg.mo +share/locale/et/LC_MESSAGES/kmail.mo +share/locale/et/LC_MESSAGES/kmenuedit.mo +share/locale/et/LC_MESSAGES/kmid.mo +share/locale/et/LC_MESSAGES/kmidi.mo +share/locale/et/LC_MESSAGES/kmines.mo +share/locale/et/LC_MESSAGES/kminipagerapplet.mo +share/locale/et/LC_MESSAGES/kmix.mo +share/locale/et/LC_MESSAGES/kmoon.mo +share/locale/et/LC_MESSAGES/knode.mo +share/locale/et/LC_MESSAGES/knotes.mo +share/locale/et/LC_MESSAGES/knotify.mo +share/locale/et/LC_MESSAGES/knu.mo +share/locale/et/LC_MESSAGES/kodo.mo +share/locale/et/LC_MESSAGES/koffice.mo +share/locale/et/LC_MESSAGES/konqueror.mo +share/locale/et/LC_MESSAGES/konquest.mo +share/locale/et/LC_MESSAGES/konsole.mo +share/locale/et/LC_MESSAGES/korganizer.mo +share/locale/et/LC_MESSAGES/korn.mo +share/locale/et/LC_MESSAGES/koshell.mo +share/locale/et/LC_MESSAGES/kpackage.mo +share/locale/et/LC_MESSAGES/kpager.mo +share/locale/et/LC_MESSAGES/kpaint.mo +share/locale/et/LC_MESSAGES/kpat.mo +share/locale/et/LC_MESSAGES/kpilot.mo +share/locale/et/LC_MESSAGES/kpixmap2bitmap.mo +share/locale/et/LC_MESSAGES/kpm.mo +share/locale/et/LC_MESSAGES/kpoker.mo +share/locale/et/LC_MESSAGES/kppp.mo +share/locale/et/LC_MESSAGES/kppplogview.mo +share/locale/et/LC_MESSAGES/kpresenter.mo +share/locale/et/LC_MESSAGES/krayon.mo +share/locale/et/LC_MESSAGES/kreadconfig.mo +share/locale/et/LC_MESSAGES/kreversi.mo +share/locale/et/LC_MESSAGES/kruler.mo +share/locale/et/LC_MESSAGES/krunapplet.mo +share/locale/et/LC_MESSAGES/ksame.mo +share/locale/et/LC_MESSAGES/kscd.mo +share/locale/et/LC_MESSAGES/kscoreapplet.mo +share/locale/et/LC_MESSAGES/kshisen.mo +share/locale/et/LC_MESSAGES/ksirc.mo +share/locale/et/LC_MESSAGES/ksirtet.mo +share/locale/et/LC_MESSAGES/ksmiletris.mo +share/locale/et/LC_MESSAGES/ksmserver.mo +share/locale/et/LC_MESSAGES/ksnake.mo +share/locale/et/LC_MESSAGES/ksnapshot.mo +share/locale/et/LC_MESSAGES/ksokoban.mo +share/locale/et/LC_MESSAGES/kspaceduel.mo +share/locale/et/LC_MESSAGES/ksplash.mo +share/locale/et/LC_MESSAGES/kspread.mo +share/locale/et/LC_MESSAGES/kspreadcalc_calc.mo +share/locale/et/LC_MESSAGES/kstart.mo +share/locale/et/LC_MESSAGES/ksysctrl.mo +share/locale/et/LC_MESSAGES/ksysguard.mo +share/locale/et/LC_MESSAGES/ksystemtrayapplet.mo +share/locale/et/LC_MESSAGES/ksysv.mo +share/locale/et/LC_MESSAGES/ktalkd.mo +share/locale/et/LC_MESSAGES/ktaskbarapplet.mo +share/locale/et/LC_MESSAGES/kteatime.mo +share/locale/et/LC_MESSAGES/ktimemon.mo +share/locale/et/LC_MESSAGES/ktip.mo +share/locale/et/LC_MESSAGES/ktron.mo +share/locale/et/LC_MESSAGES/ktuberling.mo +share/locale/et/LC_MESSAGES/ktux.mo +share/locale/et/LC_MESSAGES/kuser.mo +share/locale/et/LC_MESSAGES/kview.mo +share/locale/et/LC_MESSAGES/kviewshell.mo +share/locale/et/LC_MESSAGES/kwin.mo +share/locale/et/LC_MESSAGES/kwin4.mo +share/locale/et/LC_MESSAGES/kword.mo +share/locale/et/LC_MESSAGES/kworldwatch.mo +share/locale/et/LC_MESSAGES/kwrite.mo +share/locale/et/LC_MESSAGES/kwuftpd.mo +share/locale/et/LC_MESSAGES/kxkb.mo +share/locale/et/LC_MESSAGES/kxmlrpcd.mo +share/locale/et/LC_MESSAGES/kxsconfig.mo +share/locale/et/LC_MESSAGES/libkdegames.mo +share/locale/et/LC_MESSAGES/libkonq.mo +share/locale/et/LC_MESSAGES/libtaskbar.mo +share/locale/et/LC_MESSAGES/lskat.mo +share/locale/et/LC_MESSAGES/multiplayers.mo +share/locale/et/LC_MESSAGES/naughtyapplet.mo +share/locale/et/LC_MESSAGES/noatun.mo +share/locale/et/LC_MESSAGES/nsplugin.mo +share/locale/et/LC_MESSAGES/passwords.mo +share/locale/et/LC_MESSAGES/pixie.mo +share/locale/et/LC_MESSAGES/quicklauncher.mo +share/locale/et/LC_MESSAGES/secpolicy.mo +share/locale/et/LC_MESSAGES/taskbarextension.mo +share/locale/et/charset +share/locale/et/entry.desktop +share/locale/et/flag.png +share/locale/fi/LC_MESSAGES/aktion.mo +share/locale/fi/LC_MESSAGES/amor.mo +share/locale/fi/LC_MESSAGES/appletproxy.mo +share/locale/fi/LC_MESSAGES/ark.mo +share/locale/fi/LC_MESSAGES/artsbuilder.mo +share/locale/fi/LC_MESSAGES/artscontrol.mo +share/locale/fi/LC_MESSAGES/childpanelextension.mo +share/locale/fi/LC_MESSAGES/clockapplet.mo +share/locale/fi/LC_MESSAGES/desktop.mo +share/locale/fi/LC_MESSAGES/drkonqi.mo +share/locale/fi/LC_MESSAGES/extensionproxy.mo +share/locale/fi/LC_MESSAGES/filetypes.mo +share/locale/fi/LC_MESSAGES/htmlsearch.mo +share/locale/fi/LC_MESSAGES/kab.mo +share/locale/fi/LC_MESSAGES/kabalone.mo +share/locale/fi/LC_MESSAGES/kaccess.mo +share/locale/fi/LC_MESSAGES/kaiman.mo +share/locale/fi/LC_MESSAGES/kappfinder.mo +share/locale/fi/LC_MESSAGES/karchie.mo +share/locale/fi/LC_MESSAGES/karm.mo +share/locale/fi/LC_MESSAGES/kasteroids.mo +share/locale/fi/LC_MESSAGES/katalog.mo +share/locale/fi/LC_MESSAGES/katomic.mo +share/locale/fi/LC_MESSAGES/kautorun.mo +share/locale/fi/LC_MESSAGES/kbabel.mo +share/locale/fi/LC_MESSAGES/kbiff.mo +share/locale/fi/LC_MESSAGES/kblackbox.mo +share/locale/fi/LC_MESSAGES/kcalc.mo +share/locale/fi/LC_MESSAGES/kcharselect.mo +share/locale/fi/LC_MESSAGES/kcmaccess.mo +share/locale/fi/LC_MESSAGES/kcmarts.mo +share/locale/fi/LC_MESSAGES/kcmbackground.mo +share/locale/fi/LC_MESSAGES/kcmbell.mo +share/locale/fi/LC_MESSAGES/kcmcolors.mo +share/locale/fi/LC_MESSAGES/kcmcrypto.mo +share/locale/fi/LC_MESSAGES/kcmdrkonqi.mo +share/locale/fi/LC_MESSAGES/kcmemail.mo +share/locale/fi/LC_MESSAGES/kcmenergy.mo +share/locale/fi/LC_MESSAGES/kcmfonts.mo +share/locale/fi/LC_MESSAGES/kcmhtmlsearch.mo +share/locale/fi/LC_MESSAGES/kcmicons.mo +share/locale/fi/LC_MESSAGES/kcmiconthemes.mo +share/locale/fi/LC_MESSAGES/kcminfo.mo +share/locale/fi/LC_MESSAGES/kcminput.mo +share/locale/fi/LC_MESSAGES/kcmioslaveinfo.mo +share/locale/fi/LC_MESSAGES/kcmkclock.mo +share/locale/fi/LC_MESSAGES/kcmkdb.mo +share/locale/fi/LC_MESSAGES/kcmkeys.mo +share/locale/fi/LC_MESSAGES/kcmkicker.mo +share/locale/fi/LC_MESSAGES/kcmkio.mo +share/locale/fi/LC_MESSAGES/kcmkmix.mo +share/locale/fi/LC_MESSAGES/kcmkonq.mo +share/locale/fi/LC_MESSAGES/kcmkonqhtml.mo +share/locale/fi/LC_MESSAGES/kcmktalkd.mo +share/locale/fi/LC_MESSAGES/kcmkurifilt.mo +share/locale/fi/LC_MESSAGES/kcmkwm.mo +share/locale/fi/LC_MESSAGES/kcmlaptop.mo +share/locale/fi/LC_MESSAGES/kcmlayout.mo +share/locale/fi/LC_MESSAGES/kcmlocale.mo +share/locale/fi/LC_MESSAGES/kcmmidi.mo +share/locale/fi/LC_MESSAGES/kcmnotify.mo +share/locale/fi/LC_MESSAGES/kcmodbc.mo +share/locale/fi/LC_MESSAGES/kcmsamba.mo +share/locale/fi/LC_MESSAGES/kcmsample.mo +share/locale/fi/LC_MESSAGES/kcmscreensaver.mo +share/locale/fi/LC_MESSAGES/kcmsmserver.mo +share/locale/fi/LC_MESSAGES/kcmstyle.mo +share/locale/fi/LC_MESSAGES/kcmtaskbar.mo +share/locale/fi/LC_MESSAGES/kcmvirtualdesktops.mo +share/locale/fi/LC_MESSAGES/kcontrol.mo +share/locale/fi/LC_MESSAGES/kcron.mo +share/locale/fi/LC_MESSAGES/kdat.mo +share/locale/fi/LC_MESSAGES/kdcop.mo +share/locale/fi/LC_MESSAGES/kdebugdialog.mo +share/locale/fi/LC_MESSAGES/kdelibs.mo +share/locale/fi/LC_MESSAGES/kdepasswd.mo +share/locale/fi/LC_MESSAGES/kdesktop.mo +share/locale/fi/LC_MESSAGES/kdessh.mo +share/locale/fi/LC_MESSAGES/kdesu.mo +share/locale/fi/LC_MESSAGES/kdesud.mo +share/locale/fi/LC_MESSAGES/kdevelop.mo +share/locale/fi/LC_MESSAGES/kdewizard.mo +share/locale/fi/LC_MESSAGES/kdf.mo +share/locale/fi/LC_MESSAGES/kdm.mo +share/locale/fi/LC_MESSAGES/kdmconfig.mo +share/locale/fi/LC_MESSAGES/kdvi.mo +share/locale/fi/LC_MESSAGES/kedit.mo +share/locale/fi/LC_MESSAGES/keystone.mo +share/locale/fi/LC_MESSAGES/kfax.mo +share/locale/fi/LC_MESSAGES/kfind.mo +share/locale/fi/LC_MESSAGES/kfinger.mo +share/locale/fi/LC_MESSAGES/kfloppy.mo +share/locale/fi/LC_MESSAGES/kfmclient.mo +share/locale/fi/LC_MESSAGES/kfmexec.mo +share/locale/fi/LC_MESSAGES/kfontmanager.mo +share/locale/fi/LC_MESSAGES/kformviewer.mo +share/locale/fi/LC_MESSAGES/kfract.mo +share/locale/fi/LC_MESSAGES/kghostview.mo +share/locale/fi/LC_MESSAGES/khelpcenter.mo +share/locale/fi/LC_MESSAGES/khexedit.mo +share/locale/fi/LC_MESSAGES/khotkeys.mo +share/locale/fi/LC_MESSAGES/kicker.mo +share/locale/fi/LC_MESSAGES/kiconedit.mo +share/locale/fi/LC_MESSAGES/kikbd.mo +share/locale/fi/LC_MESSAGES/kio_help.mo +share/locale/fi/LC_MESSAGES/kio_man.mo +share/locale/fi/LC_MESSAGES/kit.mo +share/locale/fi/LC_MESSAGES/kjots.mo +share/locale/fi/LC_MESSAGES/kjumpingcube.mo +share/locale/fi/LC_MESSAGES/klaptopdaemon.mo +share/locale/fi/LC_MESSAGES/klegacyimport.mo +share/locale/fi/LC_MESSAGES/kless.mo +share/locale/fi/LC_MESSAGES/klipper.mo +share/locale/fi/LC_MESSAGES/kljettool.mo +share/locale/fi/LC_MESSAGES/klock.mo +share/locale/fi/LC_MESSAGES/klpq.mo +share/locale/fi/LC_MESSAGES/klyx.mo +share/locale/fi/LC_MESSAGES/kmahjongg.mo +share/locale/fi/LC_MESSAGES/kmail.mo +share/locale/fi/LC_MESSAGES/kmedia.mo +share/locale/fi/LC_MESSAGES/kmenuedit.mo +share/locale/fi/LC_MESSAGES/kmid.mo +share/locale/fi/LC_MESSAGES/kmidi.mo +share/locale/fi/LC_MESSAGES/kmines.mo +share/locale/fi/LC_MESSAGES/kminipagerapplet.mo +share/locale/fi/LC_MESSAGES/kmix.mo +share/locale/fi/LC_MESSAGES/kmoon.mo +share/locale/fi/LC_MESSAGES/knode.mo +share/locale/fi/LC_MESSAGES/knotes.mo +share/locale/fi/LC_MESSAGES/knotify.mo +share/locale/fi/LC_MESSAGES/knu.mo +share/locale/fi/LC_MESSAGES/kodo.mo +share/locale/fi/LC_MESSAGES/koffice.mo +share/locale/fi/LC_MESSAGES/konqueror.mo +share/locale/fi/LC_MESSAGES/konquest.mo +share/locale/fi/LC_MESSAGES/konsole.mo +share/locale/fi/LC_MESSAGES/korganizer.mo +share/locale/fi/LC_MESSAGES/korn.mo +share/locale/fi/LC_MESSAGES/koshell.mo +share/locale/fi/LC_MESSAGES/kpackage.mo +share/locale/fi/LC_MESSAGES/kpager.mo +share/locale/fi/LC_MESSAGES/kpaint.mo +share/locale/fi/LC_MESSAGES/kpat.mo +share/locale/fi/LC_MESSAGES/kpixmap2bitmap.mo +share/locale/fi/LC_MESSAGES/kpm.mo +share/locale/fi/LC_MESSAGES/kpoker.mo +share/locale/fi/LC_MESSAGES/kppp.mo +share/locale/fi/LC_MESSAGES/kppplogview.mo +share/locale/fi/LC_MESSAGES/kpresenter.mo +share/locale/fi/LC_MESSAGES/krdb.mo +share/locale/fi/LC_MESSAGES/kreadconfig.mo +share/locale/fi/LC_MESSAGES/kreversi.mo +share/locale/fi/LC_MESSAGES/krn.mo +share/locale/fi/LC_MESSAGES/krunapplet.mo +share/locale/fi/LC_MESSAGES/ksame.mo +share/locale/fi/LC_MESSAGES/kscd.mo +share/locale/fi/LC_MESSAGES/kscoreapplet.mo +share/locale/fi/LC_MESSAGES/kshisen.mo +share/locale/fi/LC_MESSAGES/ksirc.mo +share/locale/fi/LC_MESSAGES/ksirtet.mo +share/locale/fi/LC_MESSAGES/ksmiletris.mo +share/locale/fi/LC_MESSAGES/ksmserver.mo +share/locale/fi/LC_MESSAGES/ksnake.mo +share/locale/fi/LC_MESSAGES/ksnapshot.mo +share/locale/fi/LC_MESSAGES/ksokoban.mo +share/locale/fi/LC_MESSAGES/kspaceduel.mo +share/locale/fi/LC_MESSAGES/ksplash.mo +share/locale/fi/LC_MESSAGES/kspread.mo +share/locale/fi/LC_MESSAGES/kspreadcalc_calc.mo +share/locale/fi/LC_MESSAGES/kstart.mo +share/locale/fi/LC_MESSAGES/kstartperf.mo +share/locale/fi/LC_MESSAGES/ksysctrl.mo +share/locale/fi/LC_MESSAGES/ksysguard.mo +share/locale/fi/LC_MESSAGES/ksystemtrayapplet.mo +share/locale/fi/LC_MESSAGES/ksysv.mo +share/locale/fi/LC_MESSAGES/ktalkd.mo +share/locale/fi/LC_MESSAGES/ktaskbarapplet.mo +share/locale/fi/LC_MESSAGES/kteatime.mo +share/locale/fi/LC_MESSAGES/kthememgr.mo +share/locale/fi/LC_MESSAGES/ktimemon.mo +share/locale/fi/LC_MESSAGES/ktip.mo +share/locale/fi/LC_MESSAGES/ktron.mo +share/locale/fi/LC_MESSAGES/ktuberling.mo +share/locale/fi/LC_MESSAGES/kuser.mo +share/locale/fi/LC_MESSAGES/kview.mo +share/locale/fi/LC_MESSAGES/kviewshell.mo +share/locale/fi/LC_MESSAGES/kwin.mo +share/locale/fi/LC_MESSAGES/kword.mo +share/locale/fi/LC_MESSAGES/kworldwatch.mo +share/locale/fi/LC_MESSAGES/kwrite.mo +share/locale/fi/LC_MESSAGES/kwuftpd.mo +share/locale/fi/LC_MESSAGES/kxkb.mo +share/locale/fi/LC_MESSAGES/kxmlrpcd.mo +share/locale/fi/LC_MESSAGES/kxsconfig.mo +share/locale/fi/LC_MESSAGES/libkdegames.mo +share/locale/fi/LC_MESSAGES/libkonq.mo +share/locale/fi/LC_MESSAGES/libkwrite.mo +share/locale/fi/LC_MESSAGES/libtaskbar.mo +share/locale/fi/LC_MESSAGES/lskat.mo +share/locale/fi/LC_MESSAGES/multiplayers.mo +share/locale/fi/LC_MESSAGES/nsplugin.mo +share/locale/fi/LC_MESSAGES/passwords.mo +share/locale/fi/LC_MESSAGES/pixie.mo +share/locale/fi/LC_MESSAGES/quicklauncher.mo +share/locale/fi/LC_MESSAGES/secpolicy.mo +share/locale/fi/LC_MESSAGES/taskbarextension.mo +share/locale/fi/charset +share/locale/fi/entry.desktop +share/locale/fi/flag.png +share/locale/fr/LC_MESSAGES/abbrowser.mo +share/locale/fr/LC_MESSAGES/aktion.mo +share/locale/fr/LC_MESSAGES/amor.mo share/locale/fr/LC_MESSAGES/appletproxy.mo +share/locale/fr/LC_MESSAGES/ark.mo +share/locale/fr/LC_MESSAGES/artsbuilder.mo +share/locale/fr/LC_MESSAGES/artscontrol.mo +share/locale/fr/LC_MESSAGES/caitoo.mo share/locale/fr/LC_MESSAGES/childpanelextension.mo share/locale/fr/LC_MESSAGES/clockapplet.mo +share/locale/fr/LC_MESSAGES/colfind.mo +share/locale/fr/LC_MESSAGES/columbo.mo +share/locale/fr/LC_MESSAGES/desktop.mo share/locale/fr/LC_MESSAGES/drkonqi.mo +share/locale/fr/LC_MESSAGES/empath.mo share/locale/fr/LC_MESSAGES/extensionproxy.mo share/locale/fr/LC_MESSAGES/filetypes.mo -share/locale/fr/LC_MESSAGES/ktip.mo share/locale/fr/LC_MESSAGES/htmlsearch.mo +share/locale/fr/LC_MESSAGES/kab.mo +share/locale/fr/LC_MESSAGES/kabalone.mo share/locale/fr/LC_MESSAGES/kaccess.mo share/locale/fr/LC_MESSAGES/kappfinder.mo +share/locale/fr/LC_MESSAGES/karchie.mo +share/locale/fr/LC_MESSAGES/karm.mo +share/locale/fr/LC_MESSAGES/kasteroids.mo +share/locale/fr/LC_MESSAGES/katalog.mo +share/locale/fr/LC_MESSAGES/katomic.mo +share/locale/fr/LC_MESSAGES/kautorun.mo +share/locale/fr/LC_MESSAGES/kbabel.mo +share/locale/fr/LC_MESSAGES/kbackgammon.mo +share/locale/fr/LC_MESSAGES/kbiff.mo +share/locale/fr/LC_MESSAGES/kblackbox.mo +share/locale/fr/LC_MESSAGES/kcalc.mo +share/locale/fr/LC_MESSAGES/kcharselect.mo +share/locale/fr/LC_MESSAGES/kcharselectapplet.mo +share/locale/fr/LC_MESSAGES/kchart.mo +share/locale/fr/LC_MESSAGES/kclock.mo share/locale/fr/LC_MESSAGES/kcmaccess.mo +share/locale/fr/LC_MESSAGES/kcmail.mo share/locale/fr/LC_MESSAGES/kcmarts.mo share/locale/fr/LC_MESSAGES/kcmbackground.mo share/locale/fr/LC_MESSAGES/kcmbell.mo share/locale/fr/LC_MESSAGES/kcmcolors.mo share/locale/fr/LC_MESSAGES/kcmcrypto.mo +share/locale/fr/LC_MESSAGES/kcmdhcp.mo +share/locale/fr/LC_MESSAGES/kcmdrkonqi.mo share/locale/fr/LC_MESSAGES/kcmemail.mo share/locale/fr/LC_MESSAGES/kcmenergy.mo +share/locale/fr/LC_MESSAGES/kcmfontmanager.mo share/locale/fr/LC_MESSAGES/kcmfonts.mo share/locale/fr/LC_MESSAGES/kcmhtmlsearch.mo share/locale/fr/LC_MESSAGES/kcmicons.mo share/locale/fr/LC_MESSAGES/kcminfo.mo share/locale/fr/LC_MESSAGES/kcminput.mo share/locale/fr/LC_MESSAGES/kcmioslaveinfo.mo +share/locale/fr/LC_MESSAGES/kcmkamera.mo share/locale/fr/LC_MESSAGES/kcmkclock.mo share/locale/fr/LC_MESSAGES/kcmkdb.mo share/locale/fr/LC_MESSAGES/kcmkeys.mo share/locale/fr/LC_MESSAGES/kcmkicker.mo share/locale/fr/LC_MESSAGES/kcmkio.mo -share/locale/fr/LC_MESSAGES/kwin.mo +share/locale/fr/LC_MESSAGES/kcmkisdn.mo +share/locale/fr/LC_MESSAGES/kcmkmix.mo share/locale/fr/LC_MESSAGES/kcmkonq.mo share/locale/fr/LC_MESSAGES/kcmkonqhtml.mo +share/locale/fr/LC_MESSAGES/kcmktalkd.mo share/locale/fr/LC_MESSAGES/kcmkurifilt.mo share/locale/fr/LC_MESSAGES/kcmkwm.mo +share/locale/fr/LC_MESSAGES/kcmlanbrowser.mo +share/locale/fr/LC_MESSAGES/kcmlaptop.mo share/locale/fr/LC_MESSAGES/kcmlayout.mo +share/locale/fr/LC_MESSAGES/kcmlilo.mo share/locale/fr/LC_MESSAGES/kcmlocale.mo share/locale/fr/LC_MESSAGES/kcmmidi.mo +share/locale/fr/LC_MESSAGES/kcmnewsticker.mo share/locale/fr/LC_MESSAGES/kcmnotify.mo share/locale/fr/LC_MESSAGES/kcmodbc.mo +share/locale/fr/LC_MESSAGES/kcmprinter.mo share/locale/fr/LC_MESSAGES/kcmsamba.mo share/locale/fr/LC_MESSAGES/kcmscreensaver.mo share/locale/fr/LC_MESSAGES/kcmsmserver.mo share/locale/fr/LC_MESSAGES/kcmstyle.mo share/locale/fr/LC_MESSAGES/kcmtaskbar.mo share/locale/fr/LC_MESSAGES/kcmthemes.mo +share/locale/fr/LC_MESSAGES/kcoloredit.mo share/locale/fr/LC_MESSAGES/kcontrol.mo +share/locale/fr/LC_MESSAGES/kcron.mo +share/locale/fr/LC_MESSAGES/kcrontab.mo +share/locale/fr/LC_MESSAGES/kdat.mo +share/locale/fr/LC_MESSAGES/kdbg.mo share/locale/fr/LC_MESSAGES/kdcop.mo share/locale/fr/LC_MESSAGES/kdebugdialog.mo +share/locale/fr/LC_MESSAGES/kdelibs.mo +share/locale/fr/LC_MESSAGES/kdepasswd.mo share/locale/fr/LC_MESSAGES/kdesktop.mo +share/locale/fr/LC_MESSAGES/kdessh.mo share/locale/fr/LC_MESSAGES/kdesu.mo share/locale/fr/LC_MESSAGES/kdesud.mo +share/locale/fr/LC_MESSAGES/kdevelop.mo +share/locale/fr/LC_MESSAGES/kdf.mo +share/locale/fr/LC_MESSAGES/kdiff.mo share/locale/fr/LC_MESSAGES/kdmchooser.mo share/locale/fr/LC_MESSAGES/kdmconfig.mo share/locale/fr/LC_MESSAGES/kdmgreet.mo +share/locale/fr/LC_MESSAGES/kdvi.mo +share/locale/fr/LC_MESSAGES/kedit.mo +share/locale/fr/LC_MESSAGES/keystone.mo +share/locale/fr/LC_MESSAGES/kfax.mo +share/locale/fr/LC_MESSAGES/kfifteenapplet.mo +share/locale/fr/LC_MESSAGES/kfind.mo share/locale/fr/LC_MESSAGES/kfindpart.mo +share/locale/fr/LC_MESSAGES/kfinger.mo +share/locale/fr/LC_MESSAGES/kfloppy.mo share/locale/fr/LC_MESSAGES/kfmclient.mo share/locale/fr/LC_MESSAGES/kfmexec.mo +share/locale/fr/LC_MESSAGES/kformula.mo +share/locale/fr/LC_MESSAGES/kfortune.mo +share/locale/fr/LC_MESSAGES/kfract.mo +share/locale/fr/LC_MESSAGES/kghostview.mo +share/locale/fr/LC_MESSAGES/kglchess.mo share/locale/fr/LC_MESSAGES/khelpcenter.mo +share/locale/fr/LC_MESSAGES/khexedit.mo share/locale/fr/LC_MESSAGES/khotkeys.mo share/locale/fr/LC_MESSAGES/kicker.mo +share/locale/fr/LC_MESSAGES/kiconedit.mo +share/locale/fr/LC_MESSAGES/kikbd.mo +share/locale/fr/LC_MESSAGES/killustrator.mo share/locale/fr/LC_MESSAGES/kio_help.mo +share/locale/fr/LC_MESSAGES/kio_lan.mo share/locale/fr/LC_MESSAGES/kio_man.mo share/locale/fr/LC_MESSAGES/kio_smbro.mo +share/locale/fr/LC_MESSAGES/kisdn.mo +share/locale/fr/LC_MESSAGES/kit.mo +share/locale/fr/LC_MESSAGES/kjezz.mo +share/locale/fr/LC_MESSAGES/kjots.mo +share/locale/fr/LC_MESSAGES/kjumpingcube.mo +share/locale/fr/LC_MESSAGES/klaptopdaemon.mo share/locale/fr/LC_MESSAGES/klegacyimport.mo +share/locale/fr/LC_MESSAGES/kless.mo share/locale/fr/LC_MESSAGES/klipper.mo +share/locale/fr/LC_MESSAGES/kljettool.mo share/locale/fr/LC_MESSAGES/klock.mo +share/locale/fr/LC_MESSAGES/klpq.mo +share/locale/fr/LC_MESSAGES/klyx.mo +share/locale/fr/LC_MESSAGES/kmahjongg.mo +share/locale/fr/LC_MESSAGES/kmail.mo +share/locale/fr/LC_MESSAGES/kmailcvt.mo +share/locale/fr/LC_MESSAGES/kmaster.mo share/locale/fr/LC_MESSAGES/kmenuedit.mo +share/locale/fr/LC_MESSAGES/kmid.mo +share/locale/fr/LC_MESSAGES/kmidi.mo +share/locale/fr/LC_MESSAGES/kmines.mo share/locale/fr/LC_MESSAGES/kminipagerapplet.mo +share/locale/fr/LC_MESSAGES/kmix.mo +share/locale/fr/LC_MESSAGES/kmoon.mo +share/locale/fr/LC_MESSAGES/knapster.mo +share/locale/fr/LC_MESSAGES/knetmon.mo +share/locale/fr/LC_MESSAGES/knewsticker.mo +share/locale/fr/LC_MESSAGES/knode.mo +share/locale/fr/LC_MESSAGES/knotes.mo +share/locale/fr/LC_MESSAGES/knotify.mo +share/locale/fr/LC_MESSAGES/knu.mo +share/locale/fr/LC_MESSAGES/kodo.mo +share/locale/fr/LC_MESSAGES/koffice.mo +share/locale/fr/LC_MESSAGES/koncd.mo share/locale/fr/LC_MESSAGES/konqueror.mo +share/locale/fr/LC_MESSAGES/konquest.mo share/locale/fr/LC_MESSAGES/konsole.mo +share/locale/fr/LC_MESSAGES/korganizer.mo +share/locale/fr/LC_MESSAGES/korn.mo +share/locale/fr/LC_MESSAGES/koshell.mo +share/locale/fr/LC_MESSAGES/kpackage.mo share/locale/fr/LC_MESSAGES/kpager.mo +share/locale/fr/LC_MESSAGES/kpaint.mo +share/locale/fr/LC_MESSAGES/kpat.mo +share/locale/fr/LC_MESSAGES/kpilot.mo +share/locale/fr/LC_MESSAGES/kpixmap2bitmap.mo +share/locale/fr/LC_MESSAGES/kpm.mo +share/locale/fr/LC_MESSAGES/kpoker.mo +share/locale/fr/LC_MESSAGES/kppp.mo +share/locale/fr/LC_MESSAGES/kppplogview.mo +share/locale/fr/LC_MESSAGES/kpresenter.mo +share/locale/fr/LC_MESSAGES/krayon.mo share/locale/fr/LC_MESSAGES/kreadconfig.mo +share/locale/fr/LC_MESSAGES/kreversi.mo +share/locale/fr/LC_MESSAGES/krn.mo +share/locale/fr/LC_MESSAGES/kruler.mo share/locale/fr/LC_MESSAGES/krunapplet.mo +share/locale/fr/LC_MESSAGES/ksame.mo +share/locale/fr/LC_MESSAGES/kscd.mo +share/locale/fr/LC_MESSAGES/kscoreapplet.mo +share/locale/fr/LC_MESSAGES/kshisen.mo +share/locale/fr/LC_MESSAGES/ksirc.mo +share/locale/fr/LC_MESSAGES/ksirtet.mo +share/locale/fr/LC_MESSAGES/ksmiletris.mo share/locale/fr/LC_MESSAGES/ksmserver.mo +share/locale/fr/LC_MESSAGES/ksnake.mo +share/locale/fr/LC_MESSAGES/ksnapshot.mo +share/locale/fr/LC_MESSAGES/ksokoban.mo +share/locale/fr/LC_MESSAGES/kspaceduel.mo share/locale/fr/LC_MESSAGES/ksplash.mo +share/locale/fr/LC_MESSAGES/kspread.mo +share/locale/fr/LC_MESSAGES/kspreadcalc_calc.mo +share/locale/fr/LC_MESSAGES/kssh.mo share/locale/fr/LC_MESSAGES/kstart.mo +share/locale/fr/LC_MESSAGES/ksysctrl.mo share/locale/fr/LC_MESSAGES/ksysguard.mo share/locale/fr/LC_MESSAGES/ksystemtrayapplet.mo +share/locale/fr/LC_MESSAGES/ksysv.mo +share/locale/fr/LC_MESSAGES/ktalkd.mo share/locale/fr/LC_MESSAGES/ktaskbarapplet.mo +share/locale/fr/LC_MESSAGES/kteatime.mo +share/locale/fr/LC_MESSAGES/kticker.mo +share/locale/fr/LC_MESSAGES/ktimemon.mo +share/locale/fr/LC_MESSAGES/ktip.mo +share/locale/fr/LC_MESSAGES/ktron.mo +share/locale/fr/LC_MESSAGES/ktuberling.mo +share/locale/fr/LC_MESSAGES/ktux.mo +share/locale/fr/LC_MESSAGES/kuickshow.mo +share/locale/fr/LC_MESSAGES/kuser.mo +share/locale/fr/LC_MESSAGES/kview.mo +share/locale/fr/LC_MESSAGES/kviewshell.mo +share/locale/fr/LC_MESSAGES/kwin.mo +share/locale/fr/LC_MESSAGES/kwin4.mo +share/locale/fr/LC_MESSAGES/kwintv.mo +share/locale/fr/LC_MESSAGES/kword.mo +share/locale/fr/LC_MESSAGES/kworldwatch.mo share/locale/fr/LC_MESSAGES/kwrite.mo +share/locale/fr/LC_MESSAGES/kwuftpd.mo share/locale/fr/LC_MESSAGES/kxkb.mo share/locale/fr/LC_MESSAGES/kxmlrpcd.mo share/locale/fr/LC_MESSAGES/kxsconfig.mo +share/locale/fr/LC_MESSAGES/libkdegames.mo share/locale/fr/LC_MESSAGES/libkonq.mo share/locale/fr/LC_MESSAGES/libtaskbar.mo +share/locale/fr/LC_MESSAGES/lskat.mo +share/locale/fr/LC_MESSAGES/multiplayers.mo share/locale/fr/LC_MESSAGES/naughtyapplet.mo +share/locale/fr/LC_MESSAGES/noatun.mo share/locale/fr/LC_MESSAGES/nsplugin.mo share/locale/fr/LC_MESSAGES/passwords.mo +share/locale/fr/LC_MESSAGES/pixie.mo share/locale/fr/LC_MESSAGES/quicklauncher.mo +share/locale/fr/LC_MESSAGES/secpolicy.mo share/locale/fr/LC_MESSAGES/taskbarextension.mo -share/locale/fr/LC_MESSAGES/kabalone.mo -share/locale/fr/LC_MESSAGES/kasteroids.mo -share/locale/fr/LC_MESSAGES/katomic.mo -share/locale/fr/LC_MESSAGES/kbackgammon.mo -share/locale/fr/LC_MESSAGES/kblackbox.mo -share/locale/fr/LC_MESSAGES/kjezz.mo -share/locale/fr/LC_MESSAGES/kjumpingcube.mo -share/locale/fr/LC_MESSAGES/kmines.mo -share/locale/fr/LC_MESSAGES/kmahjongg.mo -share/locale/fr/LC_MESSAGES/konquest.mo -share/locale/fr/LC_MESSAGES/kpat.mo -share/locale/fr/LC_MESSAGES/kpoker.mo -share/locale/fr/LC_MESSAGES/kreversi.mo -share/locale/fr/LC_MESSAGES/ksame.mo -share/locale/fr/LC_MESSAGES/kshisen.mo -share/locale/fr/LC_MESSAGES/ksirtet.mo -share/locale/fr/LC_MESSAGES/ksmiletris.mo -share/locale/fr/LC_MESSAGES/ksnake.mo -share/locale/fr/LC_MESSAGES/ksokoban.mo -share/locale/fr/LC_MESSAGES/kspaceduel.mo -share/locale/fr/LC_MESSAGES/ktron.mo -share/locale/fr/LC_MESSAGES/ktuberling.mo -share/locale/fr/LC_MESSAGES/kwin4.mo -share/locale/fr/LC_MESSAGES/libkdegames.mo -share/locale/fr/LC_MESSAGES/lskat.mo -share/locale/fr/LC_MESSAGES/multiplayers.mo -share/locale/fr/LC_MESSAGES/kcmkamera.mo -share/locale/fr/LC_MESSAGES/kdvi.mo -share/locale/fr/LC_MESSAGES/kfax.mo -share/locale/fr/LC_MESSAGES/kfract.mo -share/locale/fr/LC_MESSAGES/kghostview.mo -share/locale/fr/LC_MESSAGES/kiconedit.mo -share/locale/fr/LC_MESSAGES/kpaint.mo -share/locale/fr/LC_MESSAGES/kpixmap2bitmap.mo -share/locale/fr/LC_MESSAGES/kruler.mo -share/locale/fr/LC_MESSAGES/ksnapshot.mo -share/locale/fr/LC_MESSAGES/kview.mo -share/locale/fr/LC_MESSAGES/kviewshell.mo -share/locale/fr/LC_MESSAGES/pixie.mo -share/locale/fr/LC_MESSAGES/aktion.mo -share/locale/fr/LC_MESSAGES/artsbuilder.mo -share/locale/fr/LC_MESSAGES/artscontrol.mo -share/locale/fr/LC_MESSAGES/kcmkmix.mo -share/locale/fr/LC_MESSAGES/kmid.mo -share/locale/fr/LC_MESSAGES/kmidi.mo -share/locale/fr/LC_MESSAGES/kmix.mo -share/locale/fr/LC_MESSAGES/kscd.mo -share/locale/fr/LC_MESSAGES/noatun.mo -share/locale/fr/LC_MESSAGES/kcmktalkd.mo -share/locale/fr/LC_MESSAGES/kcmlanbrowser.mo -share/locale/fr/LC_MESSAGES/kcmnewsticker.mo -share/locale/fr/LC_MESSAGES/keystone.mo -share/locale/fr/LC_MESSAGES/kio_lan.mo -share/locale/fr/LC_MESSAGES/kit.mo -share/locale/fr/LC_MESSAGES/kmail.mo -share/locale/fr/LC_MESSAGES/kmailcvt.mo -share/locale/fr/LC_MESSAGES/knewsticker.mo -share/locale/fr/LC_MESSAGES/knode.mo -share/locale/fr/LC_MESSAGES/korn.mo -share/locale/fr/LC_MESSAGES/kppp.mo -share/locale/fr/LC_MESSAGES/kppplogview.mo -share/locale/fr/LC_MESSAGES/ksirc.mo -share/locale/fr/LC_MESSAGES/ktalkd.mo -share/locale/fr/LC_MESSAGES/abbrowser.mo -share/locale/fr/LC_MESSAGES/empath.mo -share/locale/fr/LC_MESSAGES/korganizer.mo -share/locale/fr/LC_MESSAGES/kpilot.mo share/locale/fr/LC_MESSAGES/twister.mo -share/locale/fr/LC_MESSAGES/kbabel.mo -share/locale/fr/LC_MESSAGES/kdevelop.mo -share/locale/fr/LC_MESSAGES/amor.mo -share/locale/fr/LC_MESSAGES/kfifteenapplet.mo -share/locale/fr/LC_MESSAGES/kmoon.mo -share/locale/fr/LC_MESSAGES/kodo.mo -share/locale/fr/LC_MESSAGES/kscoreapplet.mo -share/locale/fr/LC_MESSAGES/kteatime.mo -share/locale/fr/LC_MESSAGES/ktux.mo -share/locale/fr/LC_MESSAGES/kworldwatch.mo -share/locale/fr/LC_MESSAGES/ark.mo -share/locale/fr/LC_MESSAGES/kab.mo -share/locale/fr/LC_MESSAGES/karm.mo -share/locale/fr/LC_MESSAGES/kcalc.mo -share/locale/fr/LC_MESSAGES/kcharselect.mo -share/locale/fr/LC_MESSAGES/kcharselectapplet.mo -share/locale/fr/LC_MESSAGES/kcmlaptop.mo -share/locale/fr/LC_MESSAGES/kdepasswd.mo -share/locale/fr/LC_MESSAGES/kdessh.mo -share/locale/fr/LC_MESSAGES/kdf.mo -share/locale/fr/LC_MESSAGES/kedit.mo -share/locale/fr/LC_MESSAGES/kfind.mo -share/locale/fr/LC_MESSAGES/kfloppy.mo -share/locale/fr/LC_MESSAGES/khexedit.mo -share/locale/fr/LC_MESSAGES/kjots.mo -share/locale/fr/LC_MESSAGES/klaptopdaemon.mo -share/locale/fr/LC_MESSAGES/kljettool.mo -share/locale/fr/LC_MESSAGES/klpq.mo -share/locale/fr/LC_MESSAGES/knotes.mo -share/locale/fr/LC_MESSAGES/kpm.mo -share/locale/fr/LC_MESSAGES/ktimemon.mo -share/locale/fr/LC_MESSAGES/kchart.mo -share/locale/fr/LC_MESSAGES/killustrator.mo -share/locale/fr/LC_MESSAGES/koffice.mo -share/locale/fr/LC_MESSAGES/koshell.mo -share/locale/fr/LC_MESSAGES/kpresenter.mo -share/locale/fr/LC_MESSAGES/krayon.mo -share/locale/fr/LC_MESSAGES/kspread.mo -share/locale/fr/LC_MESSAGES/kspreadcalc_calc.mo -share/locale/fr/LC_MESSAGES/kword.mo -share/locale/fr/LC_MESSAGES/caitoo.mo -share/locale/fr/LC_MESSAGES/colfind.mo -share/locale/fr/LC_MESSAGES/columbo.mo -share/locale/fr/LC_MESSAGES/karchie.mo -share/locale/fr/LC_MESSAGES/katalog.mo -share/locale/fr/LC_MESSAGES/kautorun.mo -share/locale/fr/LC_MESSAGES/kbiff.mo -share/locale/fr/LC_MESSAGES/kclock.mo -share/locale/fr/LC_MESSAGES/kcmail.mo -share/locale/fr/LC_MESSAGES/kcmdhcp.mo -share/locale/fr/LC_MESSAGES/kcmdrkonqi.mo -share/locale/fr/LC_MESSAGES/kcmfontmanager.mo -share/locale/fr/LC_MESSAGES/kcmkisdn.mo -share/locale/fr/LC_MESSAGES/kcmprinter.mo -share/locale/fr/LC_MESSAGES/kcoloredit.mo -share/locale/fr/LC_MESSAGES/kcrontab.mo -share/locale/fr/LC_MESSAGES/kdbg.mo -share/locale/fr/LC_MESSAGES/kdiff.mo -share/locale/fr/LC_MESSAGES/kfinger.mo -share/locale/fr/LC_MESSAGES/kformula.mo -share/locale/fr/LC_MESSAGES/kfortune.mo -share/locale/fr/LC_MESSAGES/kglchess.mo -share/locale/fr/LC_MESSAGES/kikbd.mo -share/locale/fr/LC_MESSAGES/kisdn.mo -share/locale/fr/LC_MESSAGES/kless.mo -share/locale/fr/LC_MESSAGES/klyx.mo -share/locale/fr/LC_MESSAGES/kmaster.mo -share/locale/fr/LC_MESSAGES/knapster.mo -share/locale/fr/LC_MESSAGES/knetmon.mo -share/locale/fr/LC_MESSAGES/knu.mo -share/locale/fr/LC_MESSAGES/koncd.mo -share/locale/fr/LC_MESSAGES/krn.mo -share/locale/fr/LC_MESSAGES/kssh.mo -share/locale/fr/LC_MESSAGES/kticker.mo -share/locale/fr/LC_MESSAGES/kuickshow.mo -share/locale/fr/LC_MESSAGES/kwintv.mo share/locale/fr/LC_MESSAGES/webmaker.mo -share/locale/fr/LC_MESSAGES/desktop.mo -share/locale/fr/LC_MESSAGES/kdelibs.mo -share/locale/fr/LC_MESSAGES/knotify.mo share/locale/fr/charset share/locale/fr/entry.desktop share/locale/fr/flag.png -share/locale/ko/LC_MESSAGES/kdat.mo -share/locale/ko/LC_MESSAGES/kcmlilo.mo -share/locale/ko/LC_MESSAGES/kcron.mo -share/locale/ko/LC_MESSAGES/kpackage.mo -share/locale/ko/LC_MESSAGES/ksysctrl.mo -share/locale/ko/LC_MESSAGES/ksysv.mo -share/locale/ko/LC_MESSAGES/kuser.mo -share/locale/ko/LC_MESSAGES/kwuftpd.mo -share/locale/ko/LC_MESSAGES/secpolicy.mo +share/locale/he/LC_MESSAGES/abbrowser.mo +share/locale/he/LC_MESSAGES/aktion.mo +share/locale/he/LC_MESSAGES/amor.mo +share/locale/he/LC_MESSAGES/appletproxy.mo +share/locale/he/LC_MESSAGES/ark.mo +share/locale/he/LC_MESSAGES/artsbuilder.mo +share/locale/he/LC_MESSAGES/artscontrol.mo +share/locale/he/LC_MESSAGES/binclockapplet.mo +share/locale/he/LC_MESSAGES/caitoo.mo +share/locale/he/LC_MESSAGES/childpanelextension.mo +share/locale/he/LC_MESSAGES/clockapplet.mo +share/locale/he/LC_MESSAGES/colfind.mo +share/locale/he/LC_MESSAGES/colftp.mo +share/locale/he/LC_MESSAGES/colnews.mo +share/locale/he/LC_MESSAGES/columbo.mo +share/locale/he/LC_MESSAGES/colweb.mo +share/locale/he/LC_MESSAGES/colwhois.mo +share/locale/he/LC_MESSAGES/desktop.mo +share/locale/he/LC_MESSAGES/drkonqi.mo +share/locale/he/LC_MESSAGES/extensionproxy.mo +share/locale/he/LC_MESSAGES/filetypes.mo +share/locale/he/LC_MESSAGES/graphite.mo +share/locale/he/LC_MESSAGES/htmlsearch.mo +share/locale/he/LC_MESSAGES/kab.mo +share/locale/he/LC_MESSAGES/kabalone.mo +share/locale/he/LC_MESSAGES/kaccess.mo +share/locale/he/LC_MESSAGES/kappfinder.mo +share/locale/he/LC_MESSAGES/karchie.mo +share/locale/he/LC_MESSAGES/karm.mo +share/locale/he/LC_MESSAGES/kasteroids.mo +share/locale/he/LC_MESSAGES/katalog.mo +share/locale/he/LC_MESSAGES/katomic.mo +share/locale/he/LC_MESSAGES/kautorun.mo +share/locale/he/LC_MESSAGES/kbiff.mo +share/locale/he/LC_MESSAGES/kblackbox.mo +share/locale/he/LC_MESSAGES/kcalc.mo +share/locale/he/LC_MESSAGES/kcharselect.mo +share/locale/he/LC_MESSAGES/kchart.mo +share/locale/he/LC_MESSAGES/kclock.mo +share/locale/he/LC_MESSAGES/kcmaccess.mo +share/locale/he/LC_MESSAGES/kcmail.mo +share/locale/he/LC_MESSAGES/kcmarts.mo +share/locale/he/LC_MESSAGES/kcmbackground.mo +share/locale/he/LC_MESSAGES/kcmbell.mo +share/locale/he/LC_MESSAGES/kcmcolors.mo +share/locale/he/LC_MESSAGES/kcmcrypto.mo +share/locale/he/LC_MESSAGES/kcmdrkonqi.mo +share/locale/he/LC_MESSAGES/kcmemail.mo +share/locale/he/LC_MESSAGES/kcmenergy.mo +share/locale/he/LC_MESSAGES/kcmfontmanager.mo +share/locale/he/LC_MESSAGES/kcmfonts.mo +share/locale/he/LC_MESSAGES/kcmhtmlsearch.mo +share/locale/he/LC_MESSAGES/kcmicons.mo +share/locale/he/LC_MESSAGES/kcminfo.mo +share/locale/he/LC_MESSAGES/kcminput.mo +share/locale/he/LC_MESSAGES/kcmioslaveinfo.mo +share/locale/he/LC_MESSAGES/kcmkamera.mo +share/locale/he/LC_MESSAGES/kcmkclock.mo +share/locale/he/LC_MESSAGES/kcmkdb.mo +share/locale/he/LC_MESSAGES/kcmkeys.mo +share/locale/he/LC_MESSAGES/kcmkicker.mo +share/locale/he/LC_MESSAGES/kcmkio.mo +share/locale/he/LC_MESSAGES/kcmkmix.mo +share/locale/he/LC_MESSAGES/kcmkonq.mo +share/locale/he/LC_MESSAGES/kcmkonqhtml.mo +share/locale/he/LC_MESSAGES/kcmktalkd.mo +share/locale/he/LC_MESSAGES/kcmkurifilt.mo +share/locale/he/LC_MESSAGES/kcmkwm.mo +share/locale/he/LC_MESSAGES/kcmlanbrowser.mo +share/locale/he/LC_MESSAGES/kcmlaptop.mo +share/locale/he/LC_MESSAGES/kcmlayout.mo +share/locale/he/LC_MESSAGES/kcmlocale.mo +share/locale/he/LC_MESSAGES/kcmmidi.mo +share/locale/he/LC_MESSAGES/kcmnewsticker.mo +share/locale/he/LC_MESSAGES/kcmnotify.mo +share/locale/he/LC_MESSAGES/kcmodbc.mo +share/locale/he/LC_MESSAGES/kcmsamba.mo +share/locale/he/LC_MESSAGES/kcmscreensaver.mo +share/locale/he/LC_MESSAGES/kcmsmserver.mo +share/locale/he/LC_MESSAGES/kcmstyle.mo +share/locale/he/LC_MESSAGES/kcmtaskbar.mo +share/locale/he/LC_MESSAGES/kcmthemes.mo +share/locale/he/LC_MESSAGES/kcontrol.mo +share/locale/he/LC_MESSAGES/kcron.mo +share/locale/he/LC_MESSAGES/kdat.mo +share/locale/he/LC_MESSAGES/kdcop.mo +share/locale/he/LC_MESSAGES/kdebugdialog.mo +share/locale/he/LC_MESSAGES/kdelibs.mo +share/locale/he/LC_MESSAGES/kdepasswd.mo +share/locale/he/LC_MESSAGES/kdesktop.mo +share/locale/he/LC_MESSAGES/kdessh.mo +share/locale/he/LC_MESSAGES/kdesu.mo +share/locale/he/LC_MESSAGES/kdesud.mo +share/locale/he/LC_MESSAGES/kdf.mo +share/locale/he/LC_MESSAGES/kdmchooser.mo +share/locale/he/LC_MESSAGES/kdmconfig.mo +share/locale/he/LC_MESSAGES/kdmgreet.mo +share/locale/he/LC_MESSAGES/kdvi.mo +share/locale/he/LC_MESSAGES/kedit.mo +share/locale/he/LC_MESSAGES/keystone.mo +share/locale/he/LC_MESSAGES/kfax.mo +share/locale/he/LC_MESSAGES/kfind.mo +share/locale/he/LC_MESSAGES/kfindpart.mo +share/locale/he/LC_MESSAGES/kfinger.mo +share/locale/he/LC_MESSAGES/kfloppy.mo +share/locale/he/LC_MESSAGES/kfmclient.mo +share/locale/he/LC_MESSAGES/kfmexec.mo +share/locale/he/LC_MESSAGES/kformeditor.mo +share/locale/he/LC_MESSAGES/kformviewer.mo +share/locale/he/LC_MESSAGES/kfortune.mo +share/locale/he/LC_MESSAGES/kfract.mo +share/locale/he/LC_MESSAGES/kghostview.mo +share/locale/he/LC_MESSAGES/khelpcenter.mo +share/locale/he/LC_MESSAGES/khexedit.mo +share/locale/he/LC_MESSAGES/khotkeys.mo +share/locale/he/LC_MESSAGES/kicker.mo +share/locale/he/LC_MESSAGES/kiconedit.mo +share/locale/he/LC_MESSAGES/kikbd.mo +share/locale/he/LC_MESSAGES/kio_help.mo +share/locale/he/LC_MESSAGES/kio_man.mo +share/locale/he/LC_MESSAGES/kit.mo +share/locale/he/LC_MESSAGES/kjezz.mo +share/locale/he/LC_MESSAGES/kjots.mo +share/locale/he/LC_MESSAGES/kjoy.mo +share/locale/he/LC_MESSAGES/kjumpingcube.mo +share/locale/he/LC_MESSAGES/klaptopdaemon.mo +share/locale/he/LC_MESSAGES/klegacyimport.mo +share/locale/he/LC_MESSAGES/kless.mo +share/locale/he/LC_MESSAGES/klipper.mo +share/locale/he/LC_MESSAGES/kljettool.mo +share/locale/he/LC_MESSAGES/klock.mo +share/locale/he/LC_MESSAGES/klpq.mo +share/locale/he/LC_MESSAGES/kmahjongg.mo +share/locale/he/LC_MESSAGES/kmail.mo +share/locale/he/LC_MESSAGES/kmailcvt.mo +share/locale/he/LC_MESSAGES/kmenuedit.mo +share/locale/he/LC_MESSAGES/kmid.mo +share/locale/he/LC_MESSAGES/kmidi.mo +share/locale/he/LC_MESSAGES/kmines.mo +share/locale/he/LC_MESSAGES/kminipagerapplet.mo +share/locale/he/LC_MESSAGES/kmix.mo +share/locale/he/LC_MESSAGES/kmoon.mo +share/locale/he/LC_MESSAGES/knewsticker.mo +share/locale/he/LC_MESSAGES/knode.mo +share/locale/he/LC_MESSAGES/knotes.mo +share/locale/he/LC_MESSAGES/knotify.mo +share/locale/he/LC_MESSAGES/knu.mo +share/locale/he/LC_MESSAGES/kodo.mo +share/locale/he/LC_MESSAGES/koffice.mo +share/locale/he/LC_MESSAGES/konqueror.mo +share/locale/he/LC_MESSAGES/konquest.mo +share/locale/he/LC_MESSAGES/konsole.mo +share/locale/he/LC_MESSAGES/konv.mo +share/locale/he/LC_MESSAGES/korganizer.mo +share/locale/he/LC_MESSAGES/korn.mo +share/locale/he/LC_MESSAGES/koshell.mo +share/locale/he/LC_MESSAGES/kp.mo +share/locale/he/LC_MESSAGES/kpackage.mo +share/locale/he/LC_MESSAGES/kpager.mo +share/locale/he/LC_MESSAGES/kpaint.mo +share/locale/he/LC_MESSAGES/kpat.mo +share/locale/he/LC_MESSAGES/kphone.mo +share/locale/he/LC_MESSAGES/kpixmap2bitmap.mo +share/locale/he/LC_MESSAGES/kpm.mo +share/locale/he/LC_MESSAGES/kpoker.mo +share/locale/he/LC_MESSAGES/kppp.mo +share/locale/he/LC_MESSAGES/kppplogview.mo +share/locale/he/LC_MESSAGES/kreadconfig.mo +share/locale/he/LC_MESSAGES/kreversi.mo +share/locale/he/LC_MESSAGES/krn.mo +share/locale/he/LC_MESSAGES/krubik.mo +share/locale/he/LC_MESSAGES/kruler.mo +share/locale/he/LC_MESSAGES/krunapplet.mo +share/locale/he/LC_MESSAGES/ksame.mo +share/locale/he/LC_MESSAGES/kscd.mo +share/locale/he/LC_MESSAGES/kscoreapplet.mo +share/locale/he/LC_MESSAGES/kshisen.mo +share/locale/he/LC_MESSAGES/ksirc.mo +share/locale/he/LC_MESSAGES/ksirtet.mo +share/locale/he/LC_MESSAGES/ksmiletris.mo +share/locale/he/LC_MESSAGES/ksmserver.mo +share/locale/he/LC_MESSAGES/ksnake.mo +share/locale/he/LC_MESSAGES/ksnapshot.mo +share/locale/he/LC_MESSAGES/ksokoban.mo +share/locale/he/LC_MESSAGES/kspaceduel.mo +share/locale/he/LC_MESSAGES/ksplash.mo +share/locale/he/LC_MESSAGES/kspreadcalc_calc.mo +share/locale/he/LC_MESSAGES/kstart.mo +share/locale/he/LC_MESSAGES/kstartondesk.mo +share/locale/he/LC_MESSAGES/kstartperf.mo +share/locale/he/LC_MESSAGES/kstockticker.mo +share/locale/he/LC_MESSAGES/ksysctrl.mo +share/locale/he/LC_MESSAGES/ksysguard.mo +share/locale/he/LC_MESSAGES/ksystemtrayapplet.mo +share/locale/he/LC_MESSAGES/ksysv.mo +share/locale/he/LC_MESSAGES/ktables.mo +share/locale/he/LC_MESSAGES/ktalkd.mo +share/locale/he/LC_MESSAGES/ktaskbarapplet.mo +share/locale/he/LC_MESSAGES/kteatime.mo +share/locale/he/LC_MESSAGES/kthememgr.mo +share/locale/he/LC_MESSAGES/kticker.mo +share/locale/he/LC_MESSAGES/ktimemon.mo +share/locale/he/LC_MESSAGES/ktip.mo +share/locale/he/LC_MESSAGES/ktranslator.mo +share/locale/he/LC_MESSAGES/ktron.mo +share/locale/he/LC_MESSAGES/ktuberling.mo +share/locale/he/LC_MESSAGES/ktux.mo +share/locale/he/LC_MESSAGES/kuser.mo +share/locale/he/LC_MESSAGES/kview.mo +share/locale/he/LC_MESSAGES/kviewshell.mo +share/locale/he/LC_MESSAGES/kwin.mo +share/locale/he/LC_MESSAGES/kword.mo +share/locale/he/LC_MESSAGES/kworldwatch.mo +share/locale/he/LC_MESSAGES/kwrite.mo +share/locale/he/LC_MESSAGES/kwuftpd.mo +share/locale/he/LC_MESSAGES/kxkb.mo +share/locale/he/LC_MESSAGES/kxmlrpcd.mo +share/locale/he/LC_MESSAGES/kxsconfig.mo +share/locale/he/LC_MESSAGES/libkdegames.mo +share/locale/he/LC_MESSAGES/libkonq.mo +share/locale/he/LC_MESSAGES/libtaskbar.mo +share/locale/he/LC_MESSAGES/lskat.mo +share/locale/he/LC_MESSAGES/multiplayers.mo +share/locale/he/LC_MESSAGES/naughtyapplet.mo +share/locale/he/LC_MESSAGES/noatun.mo +share/locale/he/LC_MESSAGES/nsplugin.mo +share/locale/he/LC_MESSAGES/passwords.mo +share/locale/he/LC_MESSAGES/pixie.mo +share/locale/he/LC_MESSAGES/quicklauncher.mo +share/locale/he/LC_MESSAGES/secpolicy.mo +share/locale/he/LC_MESSAGES/taskbarextension.mo +share/locale/he/LC_MESSAGES/twister.mo +share/locale/he/charset +share/locale/he/entry.desktop +share/locale/he/flag.png +share/locale/hu/LC_MESSAGES/KNetMgr.mo +share/locale/hu/LC_MESSAGES/abbrowser.mo +share/locale/hu/LC_MESSAGES/aktion.mo +share/locale/hu/LC_MESSAGES/amor.mo +share/locale/hu/LC_MESSAGES/appletproxy.mo +share/locale/hu/LC_MESSAGES/ark.mo +share/locale/hu/LC_MESSAGES/artsbuilder.mo +share/locale/hu/LC_MESSAGES/artscontrol.mo +share/locale/hu/LC_MESSAGES/binclockapplet.mo +share/locale/hu/LC_MESSAGES/caitoo.mo +share/locale/hu/LC_MESSAGES/childpanelextension.mo +share/locale/hu/LC_MESSAGES/clockapplet.mo +share/locale/hu/LC_MESSAGES/colfind.mo +share/locale/hu/LC_MESSAGES/columbo.mo +share/locale/hu/LC_MESSAGES/desktop.mo +share/locale/hu/LC_MESSAGES/drkonqi.mo +share/locale/hu/LC_MESSAGES/empath.mo +share/locale/hu/LC_MESSAGES/extensionproxy.mo +share/locale/hu/LC_MESSAGES/filetypes.mo +share/locale/hu/LC_MESSAGES/gofai.mo +share/locale/hu/LC_MESSAGES/graphite.mo +share/locale/hu/LC_MESSAGES/htmlsearch.mo +share/locale/hu/LC_MESSAGES/kab.mo +share/locale/hu/LC_MESSAGES/kabalone.mo +share/locale/hu/LC_MESSAGES/kaccess.mo +share/locale/hu/LC_MESSAGES/kafka.mo +share/locale/hu/LC_MESSAGES/kaiman.mo +share/locale/hu/LC_MESSAGES/kappfinder.mo +share/locale/hu/LC_MESSAGES/karchie.mo +share/locale/hu/LC_MESSAGES/karchiver.mo +share/locale/hu/LC_MESSAGES/karm.mo +share/locale/hu/LC_MESSAGES/kasteroids.mo +share/locale/hu/LC_MESSAGES/katalog.mo +share/locale/hu/LC_MESSAGES/katomic.mo +share/locale/hu/LC_MESSAGES/kautorun.mo +share/locale/hu/LC_MESSAGES/kbabel.mo +share/locale/hu/LC_MESSAGES/kbackgammon.mo +share/locale/hu/LC_MESSAGES/kbackpage.mo +share/locale/hu/LC_MESSAGES/kbiff.mo +share/locale/hu/LC_MESSAGES/kblackbox.mo +share/locale/hu/LC_MESSAGES/kcalc.mo +share/locale/hu/LC_MESSAGES/kcharselect.mo +share/locale/hu/LC_MESSAGES/kcharselectapplet.mo +share/locale/hu/LC_MESSAGES/kchart.mo +share/locale/hu/LC_MESSAGES/kclock.mo +share/locale/hu/LC_MESSAGES/kcmaccess.mo +share/locale/hu/LC_MESSAGES/kcmail.mo +share/locale/hu/LC_MESSAGES/kcmarts.mo +share/locale/hu/LC_MESSAGES/kcmbackground.mo +share/locale/hu/LC_MESSAGES/kcmbell.mo +share/locale/hu/LC_MESSAGES/kcmbind.mo +share/locale/hu/LC_MESSAGES/kcmcolors.mo +share/locale/hu/LC_MESSAGES/kcmcrypto.mo +share/locale/hu/LC_MESSAGES/kcmdhcpd.mo +share/locale/hu/LC_MESSAGES/kcmdrkonqi.mo +share/locale/hu/LC_MESSAGES/kcmemail.mo +share/locale/hu/LC_MESSAGES/kcmenergy.mo +share/locale/hu/LC_MESSAGES/kcmfontmanager.mo +share/locale/hu/LC_MESSAGES/kcmfonts.mo +share/locale/hu/LC_MESSAGES/kcmgofai.mo +share/locale/hu/LC_MESSAGES/kcmhtmlsearch.mo +share/locale/hu/LC_MESSAGES/kcmicons.mo +share/locale/hu/LC_MESSAGES/kcminfo.mo +share/locale/hu/LC_MESSAGES/kcminput.mo +share/locale/hu/LC_MESSAGES/kcmioslaveinfo.mo +share/locale/hu/LC_MESSAGES/kcmiwatcher.mo +share/locale/hu/LC_MESSAGES/kcmkamera.mo +share/locale/hu/LC_MESSAGES/kcmkclock.mo +share/locale/hu/LC_MESSAGES/kcmkdb.mo +share/locale/hu/LC_MESSAGES/kcmkeys.mo +share/locale/hu/LC_MESSAGES/kcmkicker.mo +share/locale/hu/LC_MESSAGES/kcmkio.mo +share/locale/hu/LC_MESSAGES/kcmkisdn.mo +share/locale/hu/LC_MESSAGES/kcmkmix.mo +share/locale/hu/LC_MESSAGES/kcmkonq.mo +share/locale/hu/LC_MESSAGES/kcmkonqhtml.mo +share/locale/hu/LC_MESSAGES/kcmktalkd.mo +share/locale/hu/LC_MESSAGES/kcmkurifilt.mo +share/locale/hu/LC_MESSAGES/kcmkwm.mo +share/locale/hu/LC_MESSAGES/kcmlanbrowser.mo +share/locale/hu/LC_MESSAGES/kcmlaptop.mo +share/locale/hu/LC_MESSAGES/kcmlayout.mo +share/locale/hu/LC_MESSAGES/kcmlilo.mo +share/locale/hu/LC_MESSAGES/kcmlocale.mo +share/locale/hu/LC_MESSAGES/kcmmidi.mo +share/locale/hu/LC_MESSAGES/kcmnapster.mo +share/locale/hu/LC_MESSAGES/kcmnewsticker.mo +share/locale/hu/LC_MESSAGES/kcmnotify.mo +share/locale/hu/LC_MESSAGES/kcmodbc.mo +share/locale/hu/LC_MESSAGES/kcmprinter.mo +share/locale/hu/LC_MESSAGES/kcmsamba.mo +share/locale/hu/LC_MESSAGES/kcmscreensaver.mo +share/locale/hu/LC_MESSAGES/kcmsmserver.mo +share/locale/hu/LC_MESSAGES/kcmstyle.mo +share/locale/hu/LC_MESSAGES/kcmtaskbar.mo +share/locale/hu/LC_MESSAGES/kcmthemes.mo +share/locale/hu/LC_MESSAGES/kcoloredit.mo +share/locale/hu/LC_MESSAGES/kcontrol.mo +share/locale/hu/LC_MESSAGES/kcron.mo +share/locale/hu/LC_MESSAGES/kdao.mo +share/locale/hu/LC_MESSAGES/kdat.mo +share/locale/hu/LC_MESSAGES/kdbbrowser.mo +share/locale/hu/LC_MESSAGES/kdbg.mo +share/locale/hu/LC_MESSAGES/kdcop.mo +share/locale/hu/LC_MESSAGES/kdebugdialog.mo +share/locale/hu/LC_MESSAGES/kdeinstaller.mo +share/locale/hu/LC_MESSAGES/kdelibs.mo +share/locale/hu/LC_MESSAGES/kdepasswd.mo +share/locale/hu/LC_MESSAGES/kdesktop.mo +share/locale/hu/LC_MESSAGES/kdessh.mo +share/locale/hu/LC_MESSAGES/kdestdifacedemo.mo +share/locale/hu/LC_MESSAGES/kdesu.mo +share/locale/hu/LC_MESSAGES/kdesud.mo +share/locale/hu/LC_MESSAGES/kdevelop.mo +share/locale/hu/LC_MESSAGES/kdf.mo +share/locale/hu/LC_MESSAGES/kdmchooser.mo +share/locale/hu/LC_MESSAGES/kdmconfig.mo +share/locale/hu/LC_MESSAGES/kdmgreet.mo +share/locale/hu/LC_MESSAGES/kdvi.mo +share/locale/hu/LC_MESSAGES/kedit.mo +share/locale/hu/LC_MESSAGES/kexpress.mo +share/locale/hu/LC_MESSAGES/keystone.mo +share/locale/hu/LC_MESSAGES/kfax.mo +share/locale/hu/LC_MESSAGES/kfifteenapplet.mo +share/locale/hu/LC_MESSAGES/kfind.mo +share/locale/hu/LC_MESSAGES/kfindpart.mo +share/locale/hu/LC_MESSAGES/kfinger.mo +share/locale/hu/LC_MESSAGES/kfloppy.mo +share/locale/hu/LC_MESSAGES/kfmclient.mo +share/locale/hu/LC_MESSAGES/kfmexec.mo +share/locale/hu/LC_MESSAGES/kformeditor.mo +share/locale/hu/LC_MESSAGES/kformula.mo +share/locale/hu/LC_MESSAGES/kformviewer.mo +share/locale/hu/LC_MESSAGES/kfortune.mo +share/locale/hu/LC_MESSAGES/kfract.mo +share/locale/hu/LC_MESSAGES/kghostview.mo +share/locale/hu/LC_MESSAGES/kglchess.mo +share/locale/hu/LC_MESSAGES/kgrapher.mo +share/locale/hu/LC_MESSAGES/khelpcenter.mo +share/locale/hu/LC_MESSAGES/khexedit.mo +share/locale/hu/LC_MESSAGES/khotkeys.mo +share/locale/hu/LC_MESSAGES/kicker.mo +share/locale/hu/LC_MESSAGES/kiconedit.mo +share/locale/hu/LC_MESSAGES/kicq.mo +share/locale/hu/LC_MESSAGES/kikbd.mo +share/locale/hu/LC_MESSAGES/killustrator.mo +share/locale/hu/LC_MESSAGES/kim.mo +share/locale/hu/LC_MESSAGES/kio_help.mo +share/locale/hu/LC_MESSAGES/kio_lan.mo +share/locale/hu/LC_MESSAGES/kio_man.mo +share/locale/hu/LC_MESSAGES/kio_smbro.mo +share/locale/hu/LC_MESSAGES/kirc.mo +share/locale/hu/LC_MESSAGES/kisdn.mo +share/locale/hu/LC_MESSAGES/kit.mo +share/locale/hu/LC_MESSAGES/kivio.mo +share/locale/hu/LC_MESSAGES/kjezz.mo +share/locale/hu/LC_MESSAGES/kjots.mo +share/locale/hu/LC_MESSAGES/kjoy.mo +share/locale/hu/LC_MESSAGES/kjumpingcube.mo +share/locale/hu/LC_MESSAGES/klaptopdaemon.mo +share/locale/hu/LC_MESSAGES/klegacyimport.mo +share/locale/hu/LC_MESSAGES/kless.mo +share/locale/hu/LC_MESSAGES/klilo.mo +share/locale/hu/LC_MESSAGES/klipper.mo +share/locale/hu/LC_MESSAGES/kljettool.mo +share/locale/hu/LC_MESSAGES/klock.mo +share/locale/hu/LC_MESSAGES/klpq.mo +share/locale/hu/LC_MESSAGES/klyx.mo +share/locale/hu/LC_MESSAGES/kmahjongg.mo +share/locale/hu/LC_MESSAGES/kmail.mo +share/locale/hu/LC_MESSAGES/kmailcvt.mo +share/locale/hu/LC_MESSAGES/kmaster.mo +share/locale/hu/LC_MESSAGES/kmenuedit.mo +share/locale/hu/LC_MESSAGES/kmessage.mo +share/locale/hu/LC_MESSAGES/kmid.mo +share/locale/hu/LC_MESSAGES/kmidi.mo +share/locale/hu/LC_MESSAGES/kmines.mo +share/locale/hu/LC_MESSAGES/kminipagerapplet.mo +share/locale/hu/LC_MESSAGES/kmix.mo +share/locale/hu/LC_MESSAGES/kmms.mo +share/locale/hu/LC_MESSAGES/kmoon.mo +share/locale/hu/LC_MESSAGES/knetmon.mo +share/locale/hu/LC_MESSAGES/knewsticker.mo +share/locale/hu/LC_MESSAGES/knode.mo +share/locale/hu/LC_MESSAGES/knotes.mo +share/locale/hu/LC_MESSAGES/knotify.mo +share/locale/hu/LC_MESSAGES/knu.mo +share/locale/hu/LC_MESSAGES/kodo.mo +share/locale/hu/LC_MESSAGES/koffice.mo +share/locale/hu/LC_MESSAGES/koncd.mo +share/locale/hu/LC_MESSAGES/konqueror.mo +share/locale/hu/LC_MESSAGES/konquest.mo +share/locale/hu/LC_MESSAGES/konsole.mo +share/locale/hu/LC_MESSAGES/konv.mo +share/locale/hu/LC_MESSAGES/kooka.mo +share/locale/hu/LC_MESSAGES/kopennap.mo +share/locale/hu/LC_MESSAGES/korganizer.mo +share/locale/hu/LC_MESSAGES/korn.mo +share/locale/hu/LC_MESSAGES/koshell.mo +share/locale/hu/LC_MESSAGES/kp.mo +share/locale/hu/LC_MESSAGES/kpackage.mo +share/locale/hu/LC_MESSAGES/kpager.mo +share/locale/hu/LC_MESSAGES/kpaint.mo +share/locale/hu/LC_MESSAGES/kpat.mo +share/locale/hu/LC_MESSAGES/kphone.mo +share/locale/hu/LC_MESSAGES/kpilot.mo +share/locale/hu/LC_MESSAGES/kpixmap2bitmap.mo +share/locale/hu/LC_MESSAGES/kpm.mo +share/locale/hu/LC_MESSAGES/kpoker.mo +share/locale/hu/LC_MESSAGES/kpp.mo +share/locale/hu/LC_MESSAGES/kppp.mo +share/locale/hu/LC_MESSAGES/kppplogview.mo +share/locale/hu/LC_MESSAGES/kpresenter.mo +share/locale/hu/LC_MESSAGES/kray.mo +share/locale/hu/LC_MESSAGES/krayon.mo +share/locale/hu/LC_MESSAGES/kreadconfig.mo +share/locale/hu/LC_MESSAGES/kreversi.mo +share/locale/hu/LC_MESSAGES/krn.mo +share/locale/hu/LC_MESSAGES/krubik.mo +share/locale/hu/LC_MESSAGES/kruler.mo +share/locale/hu/LC_MESSAGES/krunapplet.mo +share/locale/hu/LC_MESSAGES/ksamba.mo +share/locale/hu/LC_MESSAGES/ksame.mo +share/locale/hu/LC_MESSAGES/kscd.mo +share/locale/hu/LC_MESSAGES/ksciplot.mo +share/locale/hu/LC_MESSAGES/kscoreapplet.mo +share/locale/hu/LC_MESSAGES/kshisen.mo +share/locale/hu/LC_MESSAGES/ksirc.mo +share/locale/hu/LC_MESSAGES/ksirtet.mo +share/locale/hu/LC_MESSAGES/ksmiletris.mo +share/locale/hu/LC_MESSAGES/ksmserver.mo +share/locale/hu/LC_MESSAGES/ksnake.mo +share/locale/hu/LC_MESSAGES/ksnapshot.mo +share/locale/hu/LC_MESSAGES/ksokoban.mo +share/locale/hu/LC_MESSAGES/kspaceduel.mo +share/locale/hu/LC_MESSAGES/ksplash.mo +share/locale/hu/LC_MESSAGES/kspread.mo +share/locale/hu/LC_MESSAGES/kspreadcalc_calc.mo +share/locale/hu/LC_MESSAGES/kstart.mo +share/locale/hu/LC_MESSAGES/kstartperf.mo +share/locale/hu/LC_MESSAGES/kstockticker.mo +share/locale/hu/LC_MESSAGES/ksysctrl.mo +share/locale/hu/LC_MESSAGES/ksysguard.mo +share/locale/hu/LC_MESSAGES/ksystemtrayapplet.mo +share/locale/hu/LC_MESSAGES/ksysv.mo +share/locale/hu/LC_MESSAGES/ktables.mo +share/locale/hu/LC_MESSAGES/ktalk.mo +share/locale/hu/LC_MESSAGES/ktalkd.mo +share/locale/hu/LC_MESSAGES/ktaskbarapplet.mo +share/locale/hu/LC_MESSAGES/kteatime.mo +share/locale/hu/LC_MESSAGES/ktelnet.mo +share/locale/hu/LC_MESSAGES/kthememgr.mo +share/locale/hu/LC_MESSAGES/kticker.mo +share/locale/hu/LC_MESSAGES/ktimemon.mo +share/locale/hu/LC_MESSAGES/ktip.mo +share/locale/hu/LC_MESSAGES/ktranslator.mo +share/locale/hu/LC_MESSAGES/ktron.mo +share/locale/hu/LC_MESSAGES/ktuberling.mo +share/locale/hu/LC_MESSAGES/ktux.mo +share/locale/hu/LC_MESSAGES/kuickshow.mo +share/locale/hu/LC_MESSAGES/kuml.mo +share/locale/hu/LC_MESSAGES/kuser.mo +share/locale/hu/LC_MESSAGES/kvidtune.mo +share/locale/hu/LC_MESSAGES/kview.mo +share/locale/hu/LC_MESSAGES/kviewshell.mo +share/locale/hu/LC_MESSAGES/kwebtree.mo +share/locale/hu/LC_MESSAGES/kwin.mo +share/locale/hu/LC_MESSAGES/kwin4.mo +share/locale/hu/LC_MESSAGES/kword.mo +share/locale/hu/LC_MESSAGES/kworldwatch.mo +share/locale/hu/LC_MESSAGES/kwrite.mo +share/locale/hu/LC_MESSAGES/kwuftpd.mo +share/locale/hu/LC_MESSAGES/kxkb.mo +share/locale/hu/LC_MESSAGES/kxmlrpcd.mo +share/locale/hu/LC_MESSAGES/kxsconfig.mo +share/locale/hu/LC_MESSAGES/libkdegames.mo +share/locale/hu/LC_MESSAGES/libkonq.mo +share/locale/hu/LC_MESSAGES/libnoatunexcellent.mo +share/locale/hu/LC_MESSAGES/libnoatunsystray.mo +share/locale/hu/LC_MESSAGES/libnoatuntron.mo +share/locale/hu/LC_MESSAGES/libtaskbar.mo +share/locale/hu/LC_MESSAGES/lskat.mo +share/locale/hu/LC_MESSAGES/multiplayers.mo +share/locale/hu/LC_MESSAGES/naughtyapplet.mo +share/locale/hu/LC_MESSAGES/noatun.mo +share/locale/hu/LC_MESSAGES/nsplugin.mo +share/locale/hu/LC_MESSAGES/passwords.mo +share/locale/hu/LC_MESSAGES/pixie.mo +share/locale/hu/LC_MESSAGES/pws.mo +share/locale/hu/LC_MESSAGES/quicklauncher.mo +share/locale/hu/LC_MESSAGES/secpolicy.mo +share/locale/hu/LC_MESSAGES/taskbarextension.mo +share/locale/hu/LC_MESSAGES/testgamelib.mo +share/locale/hu/LC_MESSAGES/twister.mo +share/locale/hu/LC_MESSAGES/webmaker.mo +share/locale/hu/charset +share/locale/hu/entry.desktop +share/locale/hu/flag.png +share/locale/is/LC_MESSAGES/abbrowser.mo +share/locale/is/LC_MESSAGES/aktion.mo +share/locale/is/LC_MESSAGES/amor.mo +share/locale/is/LC_MESSAGES/appletproxy.mo +share/locale/is/LC_MESSAGES/ark.mo +share/locale/is/LC_MESSAGES/artsbuilder.mo +share/locale/is/LC_MESSAGES/artscontrol.mo +share/locale/is/LC_MESSAGES/childpanelextension.mo +share/locale/is/LC_MESSAGES/clockapplet.mo +share/locale/is/LC_MESSAGES/desktop.mo +share/locale/is/LC_MESSAGES/drkonqi.mo +share/locale/is/LC_MESSAGES/empath.mo +share/locale/is/LC_MESSAGES/extensionproxy.mo +share/locale/is/LC_MESSAGES/filetypes.mo +share/locale/is/LC_MESSAGES/graphite.mo +share/locale/is/LC_MESSAGES/htmlsearch.mo +share/locale/is/LC_MESSAGES/kab.mo +share/locale/is/LC_MESSAGES/kabalone.mo +share/locale/is/LC_MESSAGES/kaccess.mo +share/locale/is/LC_MESSAGES/kappfinder.mo +share/locale/is/LC_MESSAGES/karm.mo +share/locale/is/LC_MESSAGES/kasteroids.mo +share/locale/is/LC_MESSAGES/katomic.mo +share/locale/is/LC_MESSAGES/kbabel.mo +share/locale/is/LC_MESSAGES/kbackgammon.mo +share/locale/is/LC_MESSAGES/kbiff.mo +share/locale/is/LC_MESSAGES/kblackbox.mo +share/locale/is/LC_MESSAGES/kcalc.mo +share/locale/is/LC_MESSAGES/kcharselect.mo +share/locale/is/LC_MESSAGES/kchart.mo +share/locale/is/LC_MESSAGES/kclock.mo +share/locale/is/LC_MESSAGES/kcmaccess.mo +share/locale/is/LC_MESSAGES/kcmarts.mo +share/locale/is/LC_MESSAGES/kcmbackground.mo +share/locale/is/LC_MESSAGES/kcmbell.mo +share/locale/is/LC_MESSAGES/kcmcolors.mo +share/locale/is/LC_MESSAGES/kcmcrypto.mo +share/locale/is/LC_MESSAGES/kcmemail.mo +share/locale/is/LC_MESSAGES/kcmenergy.mo +share/locale/is/LC_MESSAGES/kcmfonts.mo +share/locale/is/LC_MESSAGES/kcmhtmlsearch.mo +share/locale/is/LC_MESSAGES/kcmicons.mo +share/locale/is/LC_MESSAGES/kcminfo.mo +share/locale/is/LC_MESSAGES/kcminput.mo +share/locale/is/LC_MESSAGES/kcmioslaveinfo.mo +share/locale/is/LC_MESSAGES/kcmkamera.mo +share/locale/is/LC_MESSAGES/kcmkclock.mo +share/locale/is/LC_MESSAGES/kcmkdb.mo +share/locale/is/LC_MESSAGES/kcmkeys.mo +share/locale/is/LC_MESSAGES/kcmkicker.mo +share/locale/is/LC_MESSAGES/kcmkio.mo +share/locale/is/LC_MESSAGES/kcmkmix.mo +share/locale/is/LC_MESSAGES/kcmkonq.mo +share/locale/is/LC_MESSAGES/kcmkonqhtml.mo +share/locale/is/LC_MESSAGES/kcmktalkd.mo +share/locale/is/LC_MESSAGES/kcmkurifilt.mo +share/locale/is/LC_MESSAGES/kcmkwm.mo +share/locale/is/LC_MESSAGES/kcmlanbrowser.mo +share/locale/is/LC_MESSAGES/kcmlaptop.mo +share/locale/is/LC_MESSAGES/kcmlayout.mo +share/locale/is/LC_MESSAGES/kcmlilo.mo +share/locale/is/LC_MESSAGES/kcmlocale.mo +share/locale/is/LC_MESSAGES/kcmmidi.mo +share/locale/is/LC_MESSAGES/kcmnapster.mo +share/locale/is/LC_MESSAGES/kcmnewsticker.mo +share/locale/is/LC_MESSAGES/kcmnotify.mo +share/locale/is/LC_MESSAGES/kcmodbc.mo +share/locale/is/LC_MESSAGES/kcmprinter.mo +share/locale/is/LC_MESSAGES/kcmsamba.mo +share/locale/is/LC_MESSAGES/kcmscreensaver.mo +share/locale/is/LC_MESSAGES/kcmsmserver.mo +share/locale/is/LC_MESSAGES/kcmstyle.mo +share/locale/is/LC_MESSAGES/kcmtaskbar.mo +share/locale/is/LC_MESSAGES/kcmthemes.mo +share/locale/is/LC_MESSAGES/kcontrol.mo +share/locale/is/LC_MESSAGES/kcron.mo +share/locale/is/LC_MESSAGES/kdat.mo +share/locale/is/LC_MESSAGES/kdcop.mo +share/locale/is/LC_MESSAGES/kdebugdialog.mo +share/locale/is/LC_MESSAGES/kdelibs.mo +share/locale/is/LC_MESSAGES/kdepasswd.mo +share/locale/is/LC_MESSAGES/kdesktop.mo +share/locale/is/LC_MESSAGES/kdessh.mo +share/locale/is/LC_MESSAGES/kdesu.mo +share/locale/is/LC_MESSAGES/kdesud.mo +share/locale/is/LC_MESSAGES/kdf.mo +share/locale/is/LC_MESSAGES/kdmchooser.mo +share/locale/is/LC_MESSAGES/kdmconfig.mo +share/locale/is/LC_MESSAGES/kdmgreet.mo +share/locale/is/LC_MESSAGES/kdvi.mo +share/locale/is/LC_MESSAGES/kedit.mo +share/locale/is/LC_MESSAGES/keystone.mo +share/locale/is/LC_MESSAGES/kfax.mo +share/locale/is/LC_MESSAGES/kfind.mo +share/locale/is/LC_MESSAGES/kfindpart.mo +share/locale/is/LC_MESSAGES/kfinger.mo +share/locale/is/LC_MESSAGES/kfloppy.mo +share/locale/is/LC_MESSAGES/kfmclient.mo +share/locale/is/LC_MESSAGES/kfmexec.mo +share/locale/is/LC_MESSAGES/kformula.mo +share/locale/is/LC_MESSAGES/kfract.mo +share/locale/is/LC_MESSAGES/kghostview.mo +share/locale/is/LC_MESSAGES/khelpcenter.mo +share/locale/is/LC_MESSAGES/khexedit.mo +share/locale/is/LC_MESSAGES/khotkeys.mo +share/locale/is/LC_MESSAGES/kicker.mo +share/locale/is/LC_MESSAGES/kiconedit.mo +share/locale/is/LC_MESSAGES/kikbd.mo +share/locale/is/LC_MESSAGES/killustrator.mo +share/locale/is/LC_MESSAGES/kio_help.mo +share/locale/is/LC_MESSAGES/kio_lan.mo +share/locale/is/LC_MESSAGES/kio_man.mo +share/locale/is/LC_MESSAGES/kio_smbro.mo +share/locale/is/LC_MESSAGES/kirc.mo +share/locale/is/LC_MESSAGES/kit.mo +share/locale/is/LC_MESSAGES/kivio.mo +share/locale/is/LC_MESSAGES/kjezz.mo +share/locale/is/LC_MESSAGES/kjots.mo +share/locale/is/LC_MESSAGES/kjumpingcube.mo +share/locale/is/LC_MESSAGES/klaptopdaemon.mo +share/locale/is/LC_MESSAGES/klegacyimport.mo +share/locale/is/LC_MESSAGES/kless.mo +share/locale/is/LC_MESSAGES/klilo.mo +share/locale/is/LC_MESSAGES/klipper.mo +share/locale/is/LC_MESSAGES/kljettool.mo +share/locale/is/LC_MESSAGES/klock.mo +share/locale/is/LC_MESSAGES/klpq.mo +share/locale/is/LC_MESSAGES/kmahjongg.mo +share/locale/is/LC_MESSAGES/kmail.mo +share/locale/is/LC_MESSAGES/kmailcvt.mo +share/locale/is/LC_MESSAGES/kmenuedit.mo +share/locale/is/LC_MESSAGES/kmid.mo +share/locale/is/LC_MESSAGES/kmidi.mo +share/locale/is/LC_MESSAGES/kmines.mo +share/locale/is/LC_MESSAGES/kminipagerapplet.mo +share/locale/is/LC_MESSAGES/kmix.mo +share/locale/is/LC_MESSAGES/kmms.mo +share/locale/is/LC_MESSAGES/kmoon.mo +share/locale/is/LC_MESSAGES/knewsticker.mo +share/locale/is/LC_MESSAGES/knode.mo +share/locale/is/LC_MESSAGES/knotes.mo +share/locale/is/LC_MESSAGES/knotify.mo +share/locale/is/LC_MESSAGES/kodo.mo +share/locale/is/LC_MESSAGES/koffice.mo +share/locale/is/LC_MESSAGES/konqueror.mo +share/locale/is/LC_MESSAGES/konquest.mo +share/locale/is/LC_MESSAGES/konsole.mo +share/locale/is/LC_MESSAGES/korganizer.mo +share/locale/is/LC_MESSAGES/korn.mo +share/locale/is/LC_MESSAGES/koshell.mo +share/locale/is/LC_MESSAGES/kpackage.mo +share/locale/is/LC_MESSAGES/kpager.mo +share/locale/is/LC_MESSAGES/kpaint.mo +share/locale/is/LC_MESSAGES/kpat.mo +share/locale/is/LC_MESSAGES/kpilot.mo +share/locale/is/LC_MESSAGES/kpixmap2bitmap.mo +share/locale/is/LC_MESSAGES/kpm.mo +share/locale/is/LC_MESSAGES/kpoker.mo +share/locale/is/LC_MESSAGES/kppp.mo +share/locale/is/LC_MESSAGES/kppplogview.mo +share/locale/is/LC_MESSAGES/kpresenter.mo +share/locale/is/LC_MESSAGES/krayon.mo +share/locale/is/LC_MESSAGES/kreadconfig.mo +share/locale/is/LC_MESSAGES/kreversi.mo +share/locale/is/LC_MESSAGES/krn.mo +share/locale/is/LC_MESSAGES/kruler.mo +share/locale/is/LC_MESSAGES/krunapplet.mo +share/locale/is/LC_MESSAGES/ksamba.mo +share/locale/is/LC_MESSAGES/ksame.mo +share/locale/is/LC_MESSAGES/kscd.mo +share/locale/is/LC_MESSAGES/kscoreapplet.mo +share/locale/is/LC_MESSAGES/kshisen.mo +share/locale/is/LC_MESSAGES/ksirc.mo +share/locale/is/LC_MESSAGES/ksirtet.mo +share/locale/is/LC_MESSAGES/ksmiletris.mo +share/locale/is/LC_MESSAGES/ksmserver.mo +share/locale/is/LC_MESSAGES/ksnake.mo +share/locale/is/LC_MESSAGES/ksnapshot.mo +share/locale/is/LC_MESSAGES/ksokoban.mo +share/locale/is/LC_MESSAGES/kspaceduel.mo +share/locale/is/LC_MESSAGES/ksplash.mo +share/locale/is/LC_MESSAGES/kspread.mo +share/locale/is/LC_MESSAGES/kspreadcalc_calc.mo +share/locale/is/LC_MESSAGES/kstart.mo +share/locale/is/LC_MESSAGES/kstartperf.mo +share/locale/is/LC_MESSAGES/kstockticker.mo +share/locale/is/LC_MESSAGES/ksysctrl.mo +share/locale/is/LC_MESSAGES/ksysguard.mo +share/locale/is/LC_MESSAGES/ksystemtrayapplet.mo +share/locale/is/LC_MESSAGES/ksysv.mo +share/locale/is/LC_MESSAGES/ktalk.mo +share/locale/is/LC_MESSAGES/ktalkd.mo +share/locale/is/LC_MESSAGES/ktaskbarapplet.mo +share/locale/is/LC_MESSAGES/kteatime.mo +share/locale/is/LC_MESSAGES/kticker.mo +share/locale/is/LC_MESSAGES/ktimemon.mo +share/locale/is/LC_MESSAGES/ktip.mo +share/locale/is/LC_MESSAGES/ktranslator.mo +share/locale/is/LC_MESSAGES/ktron.mo +share/locale/is/LC_MESSAGES/ktuberling.mo +share/locale/is/LC_MESSAGES/ktux.mo +share/locale/is/LC_MESSAGES/kuser.mo +share/locale/is/LC_MESSAGES/kview.mo +share/locale/is/LC_MESSAGES/kviewshell.mo +share/locale/is/LC_MESSAGES/kwebtree.mo +share/locale/is/LC_MESSAGES/kwin.mo +share/locale/is/LC_MESSAGES/kwin4.mo +share/locale/is/LC_MESSAGES/kword.mo +share/locale/is/LC_MESSAGES/kworldwatch.mo +share/locale/is/LC_MESSAGES/kwrite.mo +share/locale/is/LC_MESSAGES/kwuftpd.mo +share/locale/is/LC_MESSAGES/kxkb.mo +share/locale/is/LC_MESSAGES/kxmlrpcd.mo +share/locale/is/LC_MESSAGES/kxsconfig.mo +share/locale/is/LC_MESSAGES/libkdegames.mo +share/locale/is/LC_MESSAGES/libkonq.mo +share/locale/is/LC_MESSAGES/libtaskbar.mo +share/locale/is/LC_MESSAGES/lskat.mo +share/locale/is/LC_MESSAGES/multiplayers.mo +share/locale/is/LC_MESSAGES/naughtyapplet.mo +share/locale/is/LC_MESSAGES/noatun.mo +share/locale/is/LC_MESSAGES/nsplugin.mo +share/locale/is/LC_MESSAGES/passwords.mo +share/locale/is/LC_MESSAGES/pixie.mo +share/locale/is/LC_MESSAGES/quicklauncher.mo +share/locale/is/LC_MESSAGES/secpolicy.mo +share/locale/is/LC_MESSAGES/taskbarextension.mo +share/locale/is/LC_MESSAGES/twister.mo +share/locale/is/LC_MESSAGES/webmaker.mo +share/locale/is/charset +share/locale/is/entry.desktop +share/locale/is/flag.png +share/locale/it/LC_MESSAGES/abbrowser.mo +share/locale/it/LC_MESSAGES/aktion.mo +share/locale/it/LC_MESSAGES/amor.mo +share/locale/it/LC_MESSAGES/appletproxy.mo +share/locale/it/LC_MESSAGES/ark.mo +share/locale/it/LC_MESSAGES/artsbuilder.mo +share/locale/it/LC_MESSAGES/artscontrol.mo +share/locale/it/LC_MESSAGES/bad_kdevelop.mo +share/locale/it/LC_MESSAGES/caitoo.mo +share/locale/it/LC_MESSAGES/childpanelextension.mo +share/locale/it/LC_MESSAGES/clockapplet.mo +share/locale/it/LC_MESSAGES/colfind.mo +share/locale/it/LC_MESSAGES/columbo.mo +share/locale/it/LC_MESSAGES/desktop.mo +share/locale/it/LC_MESSAGES/drkonqi.mo +share/locale/it/LC_MESSAGES/empath.mo +share/locale/it/LC_MESSAGES/extensionproxy.mo +share/locale/it/LC_MESSAGES/filetypes.mo +share/locale/it/LC_MESSAGES/gofai.mo +share/locale/it/LC_MESSAGES/htmlsearch.mo +share/locale/it/LC_MESSAGES/kab.mo +share/locale/it/LC_MESSAGES/kabalone.mo +share/locale/it/LC_MESSAGES/kaccess.mo +share/locale/it/LC_MESSAGES/kaiman.mo +share/locale/it/LC_MESSAGES/kappfinder.mo +share/locale/it/LC_MESSAGES/karchie.mo +share/locale/it/LC_MESSAGES/karm.mo +share/locale/it/LC_MESSAGES/kasteroids.mo +share/locale/it/LC_MESSAGES/katomic.mo +share/locale/it/LC_MESSAGES/kbackgammon.mo +share/locale/it/LC_MESSAGES/kbiff.mo +share/locale/it/LC_MESSAGES/kblackbox.mo +share/locale/it/LC_MESSAGES/kcalc.mo +share/locale/it/LC_MESSAGES/kcharselect.mo +share/locale/it/LC_MESSAGES/kcharselectapplet.mo +share/locale/it/LC_MESSAGES/kclock.mo +share/locale/it/LC_MESSAGES/kcmaccess.mo +share/locale/it/LC_MESSAGES/kcmail.mo +share/locale/it/LC_MESSAGES/kcmarts.mo +share/locale/it/LC_MESSAGES/kcmbackground.mo +share/locale/it/LC_MESSAGES/kcmbell.mo +share/locale/it/LC_MESSAGES/kcmcolors.mo +share/locale/it/LC_MESSAGES/kcmcrypto.mo +share/locale/it/LC_MESSAGES/kcmemail.mo +share/locale/it/LC_MESSAGES/kcmenergy.mo +share/locale/it/LC_MESSAGES/kcmfonts.mo +share/locale/it/LC_MESSAGES/kcmhtmlsearch.mo +share/locale/it/LC_MESSAGES/kcmicons.mo +share/locale/it/LC_MESSAGES/kcmiconthemes.mo +share/locale/it/LC_MESSAGES/kcminfo.mo +share/locale/it/LC_MESSAGES/kcminput.mo +share/locale/it/LC_MESSAGES/kcmioslaveinfo.mo +share/locale/it/LC_MESSAGES/kcmkamera.mo +share/locale/it/LC_MESSAGES/kcmkclock.mo +share/locale/it/LC_MESSAGES/kcmkdb.mo +share/locale/it/LC_MESSAGES/kcmkeys.mo +share/locale/it/LC_MESSAGES/kcmkicker.mo +share/locale/it/LC_MESSAGES/kcmkio.mo +share/locale/it/LC_MESSAGES/kcmkisdn.mo +share/locale/it/LC_MESSAGES/kcmkmix.mo +share/locale/it/LC_MESSAGES/kcmkonq.mo +share/locale/it/LC_MESSAGES/kcmkonqhtml.mo +share/locale/it/LC_MESSAGES/kcmktalkd.mo +share/locale/it/LC_MESSAGES/kcmkurifilt.mo +share/locale/it/LC_MESSAGES/kcmkwm.mo +share/locale/it/LC_MESSAGES/kcmlanbrowser.mo +share/locale/it/LC_MESSAGES/kcmlaptop.mo +share/locale/it/LC_MESSAGES/kcmlayout.mo +share/locale/it/LC_MESSAGES/kcmlilo.mo +share/locale/it/LC_MESSAGES/kcmlocale.mo +share/locale/it/LC_MESSAGES/kcmmidi.mo +share/locale/it/LC_MESSAGES/kcmnewsticker.mo +share/locale/it/LC_MESSAGES/kcmnotify.mo +share/locale/it/LC_MESSAGES/kcmodbc.mo +share/locale/it/LC_MESSAGES/kcmsamba.mo +share/locale/it/LC_MESSAGES/kcmsample.mo +share/locale/it/LC_MESSAGES/kcmscreensaver.mo +share/locale/it/LC_MESSAGES/kcmsmserver.mo +share/locale/it/LC_MESSAGES/kcmstyle.mo +share/locale/it/LC_MESSAGES/kcmtaskbar.mo +share/locale/it/LC_MESSAGES/kcmthemes.mo +share/locale/it/LC_MESSAGES/kcmvirtualdesktops.mo +share/locale/it/LC_MESSAGES/kcontrol.mo +share/locale/it/LC_MESSAGES/kcron.mo +share/locale/it/LC_MESSAGES/kdat.mo +share/locale/it/LC_MESSAGES/kdbg.mo +share/locale/it/LC_MESSAGES/kdcop.mo +share/locale/it/LC_MESSAGES/kdebugdialog.mo +share/locale/it/LC_MESSAGES/kdelibs.mo +share/locale/it/LC_MESSAGES/kdepasswd.mo +share/locale/it/LC_MESSAGES/kdesktop.mo +share/locale/it/LC_MESSAGES/kdessh.mo +share/locale/it/LC_MESSAGES/kdesu.mo +share/locale/it/LC_MESSAGES/kdesud.mo +share/locale/it/LC_MESSAGES/kdewizard.mo +share/locale/it/LC_MESSAGES/kdf.mo +share/locale/it/LC_MESSAGES/kdm.mo +share/locale/it/LC_MESSAGES/kdmchooser.mo +share/locale/it/LC_MESSAGES/kdmconfig.mo +share/locale/it/LC_MESSAGES/kdmgreet.mo +share/locale/it/LC_MESSAGES/kdvi.mo +share/locale/it/LC_MESSAGES/kedit.mo +share/locale/it/LC_MESSAGES/keystone.mo +share/locale/it/LC_MESSAGES/kfax.mo +share/locale/it/LC_MESSAGES/kfifteenapplet.mo +share/locale/it/LC_MESSAGES/kfind.mo +share/locale/it/LC_MESSAGES/kfindpart.mo +share/locale/it/LC_MESSAGES/kfinger.mo +share/locale/it/LC_MESSAGES/kfloppy.mo +share/locale/it/LC_MESSAGES/kfmclient.mo +share/locale/it/LC_MESSAGES/kfmexec.mo +share/locale/it/LC_MESSAGES/kformviewer.mo +share/locale/it/LC_MESSAGES/kfortune.mo +share/locale/it/LC_MESSAGES/kfract.mo +share/locale/it/LC_MESSAGES/kghostview.mo +share/locale/it/LC_MESSAGES/khelpcenter.mo +share/locale/it/LC_MESSAGES/khexedit.mo +share/locale/it/LC_MESSAGES/khotkeys.mo +share/locale/it/LC_MESSAGES/kicker.mo +share/locale/it/LC_MESSAGES/kiconedit.mo +share/locale/it/LC_MESSAGES/kio_help.mo +share/locale/it/LC_MESSAGES/kio_lan.mo +share/locale/it/LC_MESSAGES/kio_man.mo +share/locale/it/LC_MESSAGES/kio_smbro.mo +share/locale/it/LC_MESSAGES/kisdn.mo +share/locale/it/LC_MESSAGES/kit.mo +share/locale/it/LC_MESSAGES/kivio.mo +share/locale/it/LC_MESSAGES/kjezz.mo +share/locale/it/LC_MESSAGES/kjots.mo +share/locale/it/LC_MESSAGES/kjoy.mo +share/locale/it/LC_MESSAGES/kjumpingcube.mo +share/locale/it/LC_MESSAGES/klaptopdaemon.mo +share/locale/it/LC_MESSAGES/klegacyimport.mo +share/locale/it/LC_MESSAGES/kless.mo +share/locale/it/LC_MESSAGES/klipper.mo +share/locale/it/LC_MESSAGES/kljettool.mo +share/locale/it/LC_MESSAGES/klock.mo +share/locale/it/LC_MESSAGES/klpq.mo +share/locale/it/LC_MESSAGES/klyx.mo +share/locale/it/LC_MESSAGES/kmahjongg.mo +share/locale/it/LC_MESSAGES/kmail.mo +share/locale/it/LC_MESSAGES/kmailcvt.mo +share/locale/it/LC_MESSAGES/kmaster.mo +share/locale/it/LC_MESSAGES/kmenuedit.mo +share/locale/it/LC_MESSAGES/kmid.mo +share/locale/it/LC_MESSAGES/kmidi.mo +share/locale/it/LC_MESSAGES/kmines.mo +share/locale/it/LC_MESSAGES/kminipagerapplet.mo +share/locale/it/LC_MESSAGES/kmix.mo +share/locale/it/LC_MESSAGES/kmoon.mo +share/locale/it/LC_MESSAGES/knetmon.mo +share/locale/it/LC_MESSAGES/knewsticker.mo +share/locale/it/LC_MESSAGES/knode.mo +share/locale/it/LC_MESSAGES/knotes.mo +share/locale/it/LC_MESSAGES/knotify.mo +share/locale/it/LC_MESSAGES/knu.mo +share/locale/it/LC_MESSAGES/kodo.mo +share/locale/it/LC_MESSAGES/konqueror.mo +share/locale/it/LC_MESSAGES/konquest.mo +share/locale/it/LC_MESSAGES/konsole.mo +share/locale/it/LC_MESSAGES/konv.mo +share/locale/it/LC_MESSAGES/korganizer.mo +share/locale/it/LC_MESSAGES/korn.mo +share/locale/it/LC_MESSAGES/koshell.mo +share/locale/it/LC_MESSAGES/kpackage.mo +share/locale/it/LC_MESSAGES/kpager.mo +share/locale/it/LC_MESSAGES/kpaint.mo +share/locale/it/LC_MESSAGES/kpat.mo +share/locale/it/LC_MESSAGES/kpilot.mo +share/locale/it/LC_MESSAGES/kpixmap2bitmap.mo +share/locale/it/LC_MESSAGES/kpm.mo +share/locale/it/LC_MESSAGES/kpoker.mo +share/locale/it/LC_MESSAGES/kppp.mo +share/locale/it/LC_MESSAGES/kppplogview.mo +share/locale/it/LC_MESSAGES/kray.mo +share/locale/it/LC_MESSAGES/krdb.mo +share/locale/it/LC_MESSAGES/kreadconfig.mo +share/locale/it/LC_MESSAGES/kreversi.mo +share/locale/it/LC_MESSAGES/krubik.mo +share/locale/it/LC_MESSAGES/kruler.mo +share/locale/it/LC_MESSAGES/krunapplet.mo +share/locale/it/LC_MESSAGES/ksame.mo +share/locale/it/LC_MESSAGES/kscd.mo +share/locale/it/LC_MESSAGES/kscoreapplet.mo +share/locale/it/LC_MESSAGES/kshisen.mo +share/locale/it/LC_MESSAGES/ksirc.mo +share/locale/it/LC_MESSAGES/ksirtet.mo +share/locale/it/LC_MESSAGES/ksmiletris.mo +share/locale/it/LC_MESSAGES/ksmserver.mo +share/locale/it/LC_MESSAGES/ksnake.mo +share/locale/it/LC_MESSAGES/ksnapshot.mo +share/locale/it/LC_MESSAGES/ksokoban.mo +share/locale/it/LC_MESSAGES/kspaceduel.mo +share/locale/it/LC_MESSAGES/ksplash.mo +share/locale/it/LC_MESSAGES/kspread.mo +share/locale/it/LC_MESSAGES/kstart.mo +share/locale/it/LC_MESSAGES/ksysctrl.mo +share/locale/it/LC_MESSAGES/ksysguard.mo +share/locale/it/LC_MESSAGES/ksystemtrayapplet.mo +share/locale/it/LC_MESSAGES/ksysv.mo +share/locale/it/LC_MESSAGES/ktalkd.mo +share/locale/it/LC_MESSAGES/ktaskbarapplet.mo +share/locale/it/LC_MESSAGES/kteatime.mo +share/locale/it/LC_MESSAGES/ktelnet.mo +share/locale/it/LC_MESSAGES/kticker.mo +share/locale/it/LC_MESSAGES/ktimemon.mo +share/locale/it/LC_MESSAGES/ktip.mo +share/locale/it/LC_MESSAGES/ktranslator.mo +share/locale/it/LC_MESSAGES/ktron.mo +share/locale/it/LC_MESSAGES/ktuberling.mo +share/locale/it/LC_MESSAGES/ktux.mo +share/locale/it/LC_MESSAGES/kuser.mo +share/locale/it/LC_MESSAGES/kview.mo +share/locale/it/LC_MESSAGES/kviewshell.mo +share/locale/it/LC_MESSAGES/kwin.mo +share/locale/it/LC_MESSAGES/kwin4.mo +share/locale/it/LC_MESSAGES/kword.mo +share/locale/it/LC_MESSAGES/kworldwatch.mo +share/locale/it/LC_MESSAGES/kwrite.mo +share/locale/it/LC_MESSAGES/kwuftpd.mo +share/locale/it/LC_MESSAGES/kxkb.mo +share/locale/it/LC_MESSAGES/kxmlrpcd.mo +share/locale/it/LC_MESSAGES/kxsconfig.mo +share/locale/it/LC_MESSAGES/libkdegames.mo +share/locale/it/LC_MESSAGES/libkonq.mo +share/locale/it/LC_MESSAGES/libtaskbar.mo +share/locale/it/LC_MESSAGES/lskat.mo +share/locale/it/LC_MESSAGES/multiplayers.mo +share/locale/it/LC_MESSAGES/naughtyapplet.mo +share/locale/it/LC_MESSAGES/noatun.mo +share/locale/it/LC_MESSAGES/nsplugin.mo +share/locale/it/LC_MESSAGES/passwords.mo +share/locale/it/LC_MESSAGES/pixie.mo +share/locale/it/LC_MESSAGES/quicklauncher.mo +share/locale/it/LC_MESSAGES/secpolicy.mo +share/locale/it/LC_MESSAGES/spell_tool.mo +share/locale/it/LC_MESSAGES/taskbarextension.mo +share/locale/it/LC_MESSAGES/twister.mo +share/locale/it/charset +share/locale/it/entry.desktop +share/locale/it/flag.png +share/locale/ja/LC_MESSAGES/abbrowser.mo +share/locale/ja/LC_MESSAGES/aktion.mo +share/locale/ja/LC_MESSAGES/amor.mo +share/locale/ja/LC_MESSAGES/appletproxy.mo +share/locale/ja/LC_MESSAGES/ark.mo +share/locale/ja/LC_MESSAGES/artsbuilder.mo +share/locale/ja/LC_MESSAGES/artscontrol.mo +share/locale/ja/LC_MESSAGES/childpanelextension.mo +share/locale/ja/LC_MESSAGES/clockapplet.mo +share/locale/ja/LC_MESSAGES/desktop.mo +share/locale/ja/LC_MESSAGES/drkonqi.mo +share/locale/ja/LC_MESSAGES/empath.mo +share/locale/ja/LC_MESSAGES/extensionproxy.mo +share/locale/ja/LC_MESSAGES/filetypes.mo +share/locale/ja/LC_MESSAGES/graphite.mo +share/locale/ja/LC_MESSAGES/htmlsearch.mo +share/locale/ja/LC_MESSAGES/kab.mo +share/locale/ja/LC_MESSAGES/kabalone.mo +share/locale/ja/LC_MESSAGES/kaccess.mo +share/locale/ja/LC_MESSAGES/kaiman.mo +share/locale/ja/LC_MESSAGES/kappfinder.mo +share/locale/ja/LC_MESSAGES/karm.mo +share/locale/ja/LC_MESSAGES/kasteroids.mo +share/locale/ja/LC_MESSAGES/katomic.mo +share/locale/ja/LC_MESSAGES/kbabel.mo +share/locale/ja/LC_MESSAGES/kbabeldict.mo +share/locale/ja/LC_MESSAGES/kbackgammon.mo +share/locale/ja/LC_MESSAGES/kblackbox.mo +share/locale/ja/LC_MESSAGES/kcalc.mo +share/locale/ja/LC_MESSAGES/kcharselect.mo +share/locale/ja/LC_MESSAGES/kcharselectapplet.mo +share/locale/ja/LC_MESSAGES/kchart.mo +share/locale/ja/LC_MESSAGES/kclock.mo +share/locale/ja/LC_MESSAGES/kcmaccess.mo +share/locale/ja/LC_MESSAGES/kcmail.mo +share/locale/ja/LC_MESSAGES/kcmarts.mo +share/locale/ja/LC_MESSAGES/kcmbackground.mo +share/locale/ja/LC_MESSAGES/kcmbell.mo +share/locale/ja/LC_MESSAGES/kcmcolors.mo +share/locale/ja/LC_MESSAGES/kcmcrypto.mo +share/locale/ja/LC_MESSAGES/kcmdhcpd.mo +share/locale/ja/LC_MESSAGES/kcmemail.mo +share/locale/ja/LC_MESSAGES/kcmenergy.mo +share/locale/ja/LC_MESSAGES/kcmfontmanager.mo +share/locale/ja/LC_MESSAGES/kcmfonts.mo +share/locale/ja/LC_MESSAGES/kcmhtmlsearch.mo +share/locale/ja/LC_MESSAGES/kcmicons.mo +share/locale/ja/LC_MESSAGES/kcmiconthemes.mo +share/locale/ja/LC_MESSAGES/kcminfo.mo +share/locale/ja/LC_MESSAGES/kcminput.mo +share/locale/ja/LC_MESSAGES/kcmioslaveinfo.mo +share/locale/ja/LC_MESSAGES/kcmkamera.mo +share/locale/ja/LC_MESSAGES/kcmkclock.mo +share/locale/ja/LC_MESSAGES/kcmkdb.mo +share/locale/ja/LC_MESSAGES/kcmkeys.mo +share/locale/ja/LC_MESSAGES/kcmkicker.mo +share/locale/ja/LC_MESSAGES/kcmkio.mo +share/locale/ja/LC_MESSAGES/kcmkmix.mo +share/locale/ja/LC_MESSAGES/kcmkonq.mo +share/locale/ja/LC_MESSAGES/kcmkonqhtml.mo +share/locale/ja/LC_MESSAGES/kcmktalkd.mo +share/locale/ja/LC_MESSAGES/kcmkurifilt.mo +share/locale/ja/LC_MESSAGES/kcmkwm.mo +share/locale/ja/LC_MESSAGES/kcmlanbrowser.mo +share/locale/ja/LC_MESSAGES/kcmlaptop.mo +share/locale/ja/LC_MESSAGES/kcmlayout.mo +share/locale/ja/LC_MESSAGES/kcmlilo.mo +share/locale/ja/LC_MESSAGES/kcmlocale.mo +share/locale/ja/LC_MESSAGES/kcmmidi.mo +share/locale/ja/LC_MESSAGES/kcmnewsticker.mo +share/locale/ja/LC_MESSAGES/kcmnotify.mo +share/locale/ja/LC_MESSAGES/kcmodbc.mo +share/locale/ja/LC_MESSAGES/kcmsamba.mo +share/locale/ja/LC_MESSAGES/kcmsample.mo +share/locale/ja/LC_MESSAGES/kcmscreensaver.mo +share/locale/ja/LC_MESSAGES/kcmsmserver.mo +share/locale/ja/LC_MESSAGES/kcmstyle.mo +share/locale/ja/LC_MESSAGES/kcmtaskbar.mo +share/locale/ja/LC_MESSAGES/kcmthemes.mo +share/locale/ja/LC_MESSAGES/kcmvirtualdesktops.mo +share/locale/ja/LC_MESSAGES/kcontrol.mo +share/locale/ja/LC_MESSAGES/kcron.mo +share/locale/ja/LC_MESSAGES/kdat.mo +share/locale/ja/LC_MESSAGES/kdbg.mo +share/locale/ja/LC_MESSAGES/kdcop.mo +share/locale/ja/LC_MESSAGES/kdebugdialog.mo +share/locale/ja/LC_MESSAGES/kdelibs.mo +share/locale/ja/LC_MESSAGES/kdepasswd.mo +share/locale/ja/LC_MESSAGES/kdesktop.mo +share/locale/ja/LC_MESSAGES/kdessh.mo +share/locale/ja/LC_MESSAGES/kdesu.mo +share/locale/ja/LC_MESSAGES/kdesud.mo +share/locale/ja/LC_MESSAGES/kdevelop.mo +share/locale/ja/LC_MESSAGES/kdewizard.mo +share/locale/ja/LC_MESSAGES/kdf.mo +share/locale/ja/LC_MESSAGES/kdm.mo +share/locale/ja/LC_MESSAGES/kdmchooser.mo +share/locale/ja/LC_MESSAGES/kdmconfig.mo +share/locale/ja/LC_MESSAGES/kdmgreet.mo +share/locale/ja/LC_MESSAGES/kdvi.mo +share/locale/ja/LC_MESSAGES/kedit.mo +share/locale/ja/LC_MESSAGES/keystone.mo +share/locale/ja/LC_MESSAGES/kfax.mo +share/locale/ja/LC_MESSAGES/kfifteenapplet.mo +share/locale/ja/LC_MESSAGES/kfind.mo +share/locale/ja/LC_MESSAGES/kfindpart.mo +share/locale/ja/LC_MESSAGES/kfloppy.mo +share/locale/ja/LC_MESSAGES/kfmclient.mo +share/locale/ja/LC_MESSAGES/kfmexec.mo +share/locale/ja/LC_MESSAGES/kfract.mo +share/locale/ja/LC_MESSAGES/kghostview.mo +share/locale/ja/LC_MESSAGES/khelpcenter.mo +share/locale/ja/LC_MESSAGES/khexedit.mo +share/locale/ja/LC_MESSAGES/khotkeys.mo +share/locale/ja/LC_MESSAGES/kicker.mo +share/locale/ja/LC_MESSAGES/kiconedit.mo +share/locale/ja/LC_MESSAGES/killustrator.mo +share/locale/ja/LC_MESSAGES/kio_help.mo +share/locale/ja/LC_MESSAGES/kio_lan.mo +share/locale/ja/LC_MESSAGES/kio_man.mo +share/locale/ja/LC_MESSAGES/kio_smbro.mo +share/locale/ja/LC_MESSAGES/kit.mo +share/locale/ja/LC_MESSAGES/kivio.mo +share/locale/ja/LC_MESSAGES/kjezz.mo +share/locale/ja/LC_MESSAGES/kjots.mo +share/locale/ja/LC_MESSAGES/kjumpingcube.mo +share/locale/ja/LC_MESSAGES/klaptopdaemon.mo +share/locale/ja/LC_MESSAGES/klegacyimport.mo +share/locale/ja/LC_MESSAGES/klipper.mo +share/locale/ja/LC_MESSAGES/kljettool.mo +share/locale/ja/LC_MESSAGES/klock.mo +share/locale/ja/LC_MESSAGES/klpq.mo +share/locale/ja/LC_MESSAGES/kmahjongg.mo +share/locale/ja/LC_MESSAGES/kmail.mo +share/locale/ja/LC_MESSAGES/kmailcvt.mo +share/locale/ja/LC_MESSAGES/kmenuedit.mo +share/locale/ja/LC_MESSAGES/kmid.mo +share/locale/ja/LC_MESSAGES/kmidi.mo +share/locale/ja/LC_MESSAGES/kmines.mo +share/locale/ja/LC_MESSAGES/kminipagerapplet.mo +share/locale/ja/LC_MESSAGES/kmix.mo +share/locale/ja/LC_MESSAGES/kmoon.mo +share/locale/ja/LC_MESSAGES/knewsticker.mo +share/locale/ja/LC_MESSAGES/knode.mo +share/locale/ja/LC_MESSAGES/knotes.mo +share/locale/ja/LC_MESSAGES/knotify.mo +share/locale/ja/LC_MESSAGES/kodo.mo +share/locale/ja/LC_MESSAGES/koffice.mo +share/locale/ja/LC_MESSAGES/konqueror.mo +share/locale/ja/LC_MESSAGES/konquest.mo +share/locale/ja/LC_MESSAGES/konsole.mo +share/locale/ja/LC_MESSAGES/korganizer.mo +share/locale/ja/LC_MESSAGES/korn.mo +share/locale/ja/LC_MESSAGES/koshell.mo +share/locale/ja/LC_MESSAGES/kpackage.mo +share/locale/ja/LC_MESSAGES/kpager.mo +share/locale/ja/LC_MESSAGES/kpaint.mo +share/locale/ja/LC_MESSAGES/kpat.mo +share/locale/ja/LC_MESSAGES/kpilot.mo +share/locale/ja/LC_MESSAGES/kpixmap2bitmap.mo +share/locale/ja/LC_MESSAGES/kpm.mo +share/locale/ja/LC_MESSAGES/kpoker.mo +share/locale/ja/LC_MESSAGES/kppp.mo +share/locale/ja/LC_MESSAGES/kppplogview.mo +share/locale/ja/LC_MESSAGES/kpresenter.mo +share/locale/ja/LC_MESSAGES/krayon.mo +share/locale/ja/LC_MESSAGES/krdb.mo +share/locale/ja/LC_MESSAGES/kreadconfig.mo +share/locale/ja/LC_MESSAGES/kreversi.mo +share/locale/ja/LC_MESSAGES/kruler.mo +share/locale/ja/LC_MESSAGES/krunapplet.mo +share/locale/ja/LC_MESSAGES/ksame.mo +share/locale/ja/LC_MESSAGES/kscd.mo +share/locale/ja/LC_MESSAGES/kscoreapplet.mo +share/locale/ja/LC_MESSAGES/kshisen.mo +share/locale/ja/LC_MESSAGES/ksirc.mo +share/locale/ja/LC_MESSAGES/ksirtet.mo +share/locale/ja/LC_MESSAGES/ksmiletris.mo +share/locale/ja/LC_MESSAGES/ksmserver.mo +share/locale/ja/LC_MESSAGES/ksnake.mo +share/locale/ja/LC_MESSAGES/ksnapshot.mo +share/locale/ja/LC_MESSAGES/ksokoban.mo +share/locale/ja/LC_MESSAGES/kspaceduel.mo +share/locale/ja/LC_MESSAGES/ksplash.mo +share/locale/ja/LC_MESSAGES/kspread.mo +share/locale/ja/LC_MESSAGES/kspreadcalc_calc.mo +share/locale/ja/LC_MESSAGES/kstart.mo +share/locale/ja/LC_MESSAGES/ksysctrl.mo +share/locale/ja/LC_MESSAGES/ksysguard.mo +share/locale/ja/LC_MESSAGES/ksystemtrayapplet.mo +share/locale/ja/LC_MESSAGES/ksysv.mo +share/locale/ja/LC_MESSAGES/ktalkd.mo +share/locale/ja/LC_MESSAGES/ktaskbarapplet.mo +share/locale/ja/LC_MESSAGES/kteatime.mo +share/locale/ja/LC_MESSAGES/kticker.mo +share/locale/ja/LC_MESSAGES/ktimemon.mo +share/locale/ja/LC_MESSAGES/ktip.mo +share/locale/ja/LC_MESSAGES/ktranslator.mo +share/locale/ja/LC_MESSAGES/ktron.mo +share/locale/ja/LC_MESSAGES/ktuberling.mo +share/locale/ja/LC_MESSAGES/ktux.mo +share/locale/ja/LC_MESSAGES/kuser.mo +share/locale/ja/LC_MESSAGES/kview.mo +share/locale/ja/LC_MESSAGES/kviewshell.mo +share/locale/ja/LC_MESSAGES/kwin.mo +share/locale/ja/LC_MESSAGES/kwin4.mo +share/locale/ja/LC_MESSAGES/kword.mo +share/locale/ja/LC_MESSAGES/kworldwatch.mo +share/locale/ja/LC_MESSAGES/kwrite.mo +share/locale/ja/LC_MESSAGES/kwuftpd.mo +share/locale/ja/LC_MESSAGES/kxkb.mo +share/locale/ja/LC_MESSAGES/kxmlrpcd.mo +share/locale/ja/LC_MESSAGES/kxsconfig.mo +share/locale/ja/LC_MESSAGES/libkdegames.mo +share/locale/ja/LC_MESSAGES/libkonq.mo +share/locale/ja/LC_MESSAGES/libnoatunexcellent.mo +share/locale/ja/LC_MESSAGES/libnoatunsystray.mo +share/locale/ja/LC_MESSAGES/libnoatuntron.mo +share/locale/ja/LC_MESSAGES/libtaskbar.mo +share/locale/ja/LC_MESSAGES/lskat.mo +share/locale/ja/LC_MESSAGES/multiplayers.mo +share/locale/ja/LC_MESSAGES/naughtyapplet.mo +share/locale/ja/LC_MESSAGES/noatun.mo +share/locale/ja/LC_MESSAGES/nsplugin.mo +share/locale/ja/LC_MESSAGES/passwords.mo +share/locale/ja/LC_MESSAGES/pixie.mo +share/locale/ja/LC_MESSAGES/quicklauncher.mo +share/locale/ja/LC_MESSAGES/secpolicy.mo +share/locale/ja/LC_MESSAGES/taskbarextension.mo +share/locale/ja/LC_MESSAGES/twister.mo +share/locale/ja/charset +share/locale/ja/entry.desktop +share/locale/ja/flag.png +share/locale/ko/LC_MESSAGES/aktion.mo +share/locale/ko/LC_MESSAGES/amor.mo share/locale/ko/LC_MESSAGES/appletproxy.mo +share/locale/ko/LC_MESSAGES/ark.mo +share/locale/ko/LC_MESSAGES/artsbuilder.mo +share/locale/ko/LC_MESSAGES/artscontrol.mo share/locale/ko/LC_MESSAGES/childpanelextension.mo +share/locale/ko/LC_MESSAGES/desktop.mo share/locale/ko/LC_MESSAGES/drkonqi.mo share/locale/ko/LC_MESSAGES/extensionproxy.mo share/locale/ko/LC_MESSAGES/filetypes.mo share/locale/ko/LC_MESSAGES/htmlsearch.mo +share/locale/ko/LC_MESSAGES/kab.mo +share/locale/ko/LC_MESSAGES/kabalone.mo share/locale/ko/LC_MESSAGES/kaccess.mo share/locale/ko/LC_MESSAGES/kappfinder.mo +share/locale/ko/LC_MESSAGES/karm.mo +share/locale/ko/LC_MESSAGES/kasteroids.mo +share/locale/ko/LC_MESSAGES/kcalc.mo +share/locale/ko/LC_MESSAGES/kcharselect.mo share/locale/ko/LC_MESSAGES/kcmaccess.mo -share/locale/ko/LC_MESSAGES/kdm.mo share/locale/ko/LC_MESSAGES/kcmarts.mo share/locale/ko/LC_MESSAGES/kcmbackground.mo share/locale/ko/LC_MESSAGES/kcmbell.mo @@ -14452,13 +16942,15 @@ share/locale/ko/LC_MESSAGES/kcmkdb.mo share/locale/ko/LC_MESSAGES/kcmkeys.mo share/locale/ko/LC_MESSAGES/kcmkicker.mo share/locale/ko/LC_MESSAGES/kcmkio.mo +share/locale/ko/LC_MESSAGES/kcmkmix.mo share/locale/ko/LC_MESSAGES/kcmkonq.mo share/locale/ko/LC_MESSAGES/kcmkonqhtml.mo share/locale/ko/LC_MESSAGES/kcmkpanel.mo -share/locale/ko/LC_MESSAGES/kfm.mo share/locale/ko/LC_MESSAGES/kcmkurifilt.mo share/locale/ko/LC_MESSAGES/kcmkwm.mo +share/locale/ko/LC_MESSAGES/kcmlaptop.mo share/locale/ko/LC_MESSAGES/kcmlayout.mo +share/locale/ko/LC_MESSAGES/kcmlilo.mo share/locale/ko/LC_MESSAGES/kcmlocale.mo share/locale/ko/LC_MESSAGES/kcmmidi.mo share/locale/ko/LC_MESSAGES/kcmnotify.mo @@ -14472,154 +16964,286 @@ share/locale/ko/LC_MESSAGES/kcmsyssound.mo share/locale/ko/LC_MESSAGES/kcmtaskbar.mo share/locale/ko/LC_MESSAGES/kcmthemes.mo share/locale/ko/LC_MESSAGES/kcontrol.mo +share/locale/ko/LC_MESSAGES/kcron.mo +share/locale/ko/LC_MESSAGES/kdat.mo share/locale/ko/LC_MESSAGES/kdcop.mo share/locale/ko/LC_MESSAGES/kdebugdialog.mo share/locale/ko/LC_MESSAGES/kdehelp.mo +share/locale/ko/LC_MESSAGES/kdelibs.mo +share/locale/ko/LC_MESSAGES/kdepasswd.mo share/locale/ko/LC_MESSAGES/kdesktop.mo +share/locale/ko/LC_MESSAGES/kdessh.mo share/locale/ko/LC_MESSAGES/kdesu.mo share/locale/ko/LC_MESSAGES/kdesud.mo +share/locale/ko/LC_MESSAGES/kdf.mo +share/locale/ko/LC_MESSAGES/kdm.mo share/locale/ko/LC_MESSAGES/kdmchooser.mo share/locale/ko/LC_MESSAGES/kdmconfig.mo share/locale/ko/LC_MESSAGES/kdmgreet.mo +share/locale/ko/LC_MESSAGES/kdvi.mo +share/locale/ko/LC_MESSAGES/kedit.mo +share/locale/ko/LC_MESSAGES/kfax.mo share/locale/ko/LC_MESSAGES/kfind.mo share/locale/ko/LC_MESSAGES/kfindpart.mo +share/locale/ko/LC_MESSAGES/kfloppy.mo +share/locale/ko/LC_MESSAGES/kfm.mo share/locale/ko/LC_MESSAGES/kfmclient.mo share/locale/ko/LC_MESSAGES/kfmexec.mo share/locale/ko/LC_MESSAGES/kfontmanager.mo +share/locale/ko/LC_MESSAGES/kghostview.mo share/locale/ko/LC_MESSAGES/khelpcenter.mo +share/locale/ko/LC_MESSAGES/khexedit.mo share/locale/ko/LC_MESSAGES/khotkeys.mo share/locale/ko/LC_MESSAGES/kicker.mo share/locale/ko/LC_MESSAGES/kio_help.mo share/locale/ko/LC_MESSAGES/kio_man.mo +share/locale/ko/LC_MESSAGES/kjots.mo +share/locale/ko/LC_MESSAGES/klaptopdaemon.mo share/locale/ko/LC_MESSAGES/klegacyimport.mo share/locale/ko/LC_MESSAGES/klipper.mo +share/locale/ko/LC_MESSAGES/kljettool.mo share/locale/ko/LC_MESSAGES/klock.mo +share/locale/ko/LC_MESSAGES/klpq.mo +share/locale/ko/LC_MESSAGES/kmahjongg.mo +share/locale/ko/LC_MESSAGES/kmail.mo +share/locale/ko/LC_MESSAGES/kmedia.mo share/locale/ko/LC_MESSAGES/kmenuedit.mo +share/locale/ko/LC_MESSAGES/kmid.mo +share/locale/ko/LC_MESSAGES/kmines.mo share/locale/ko/LC_MESSAGES/kminipagerapplet.mo +share/locale/ko/LC_MESSAGES/kmix.mo +share/locale/ko/LC_MESSAGES/kmoon.mo +share/locale/ko/LC_MESSAGES/knotes.mo +share/locale/ko/LC_MESSAGES/knotify.mo +share/locale/ko/LC_MESSAGES/knu.mo share/locale/ko/LC_MESSAGES/konsole.mo +share/locale/ko/LC_MESSAGES/kpackage.mo share/locale/ko/LC_MESSAGES/kpager.mo +share/locale/ko/LC_MESSAGES/kpaint.mo share/locale/ko/LC_MESSAGES/kpanel.mo +share/locale/ko/LC_MESSAGES/kpat.mo +share/locale/ko/LC_MESSAGES/kpm.mo +share/locale/ko/LC_MESSAGES/kpoker.mo +share/locale/ko/LC_MESSAGES/kppp.mo share/locale/ko/LC_MESSAGES/kreadconfig.mo +share/locale/ko/LC_MESSAGES/kreversi.mo +share/locale/ko/LC_MESSAGES/krn.mo share/locale/ko/LC_MESSAGES/krootwm.mo share/locale/ko/LC_MESSAGES/krunapplet.mo +share/locale/ko/LC_MESSAGES/ksame.mo +share/locale/ko/LC_MESSAGES/kscd.mo +share/locale/ko/LC_MESSAGES/kshisen.mo +share/locale/ko/LC_MESSAGES/ksirtet.mo share/locale/ko/LC_MESSAGES/ksmserver.mo +share/locale/ko/LC_MESSAGES/ksnake.mo share/locale/ko/LC_MESSAGES/ksplash.mo share/locale/ko/LC_MESSAGES/kstart.mo +share/locale/ko/LC_MESSAGES/ksysctrl.mo share/locale/ko/LC_MESSAGES/ksysguard.mo +share/locale/ko/LC_MESSAGES/ksysv.mo share/locale/ko/LC_MESSAGES/ktaskbarapplet.mo +share/locale/ko/LC_MESSAGES/ktimemon.mo share/locale/ko/LC_MESSAGES/ktip.mo +share/locale/ko/LC_MESSAGES/kuser.mo share/locale/ko/LC_MESSAGES/kwin.mo share/locale/ko/LC_MESSAGES/kwm.mo share/locale/ko/LC_MESSAGES/kwrite.mo +share/locale/ko/LC_MESSAGES/kwuftpd.mo share/locale/ko/LC_MESSAGES/kxkb.mo share/locale/ko/LC_MESSAGES/kxmlrpcd.mo share/locale/ko/LC_MESSAGES/kxsconfig.mo share/locale/ko/LC_MESSAGES/libkonq.mo share/locale/ko/LC_MESSAGES/libtaskbar.mo share/locale/ko/LC_MESSAGES/naughtyapplet.mo +share/locale/ko/LC_MESSAGES/noatun.mo share/locale/ko/LC_MESSAGES/nsplugin.mo share/locale/ko/LC_MESSAGES/passwords.mo share/locale/ko/LC_MESSAGES/quicklauncher.mo +share/locale/ko/LC_MESSAGES/secpolicy.mo share/locale/ko/LC_MESSAGES/taskbarextension.mo -share/locale/ko/LC_MESSAGES/kabalone.mo -share/locale/ko/LC_MESSAGES/kasteroids.mo -share/locale/ko/LC_MESSAGES/kmahjongg.mo -share/locale/ko/LC_MESSAGES/kmines.mo -share/locale/ko/LC_MESSAGES/kpat.mo -share/locale/ko/LC_MESSAGES/kpoker.mo -share/locale/ko/LC_MESSAGES/kreversi.mo -share/locale/ko/LC_MESSAGES/ksame.mo -share/locale/ko/LC_MESSAGES/kshisen.mo -share/locale/ko/LC_MESSAGES/ksirtet.mo -share/locale/ko/LC_MESSAGES/ksnake.mo -share/locale/ko/LC_MESSAGES/kdvi.mo -share/locale/ko/LC_MESSAGES/kfax.mo -share/locale/ko/LC_MESSAGES/kghostview.mo -share/locale/ko/LC_MESSAGES/kpaint.mo -share/locale/ko/LC_MESSAGES/aktion.mo -share/locale/ko/LC_MESSAGES/artsbuilder.mo -share/locale/ko/LC_MESSAGES/artscontrol.mo -share/locale/ko/LC_MESSAGES/kcmkmix.mo -share/locale/ko/LC_MESSAGES/kmedia.mo -share/locale/ko/LC_MESSAGES/kmid.mo -share/locale/ko/LC_MESSAGES/kmix.mo -share/locale/ko/LC_MESSAGES/kscd.mo -share/locale/ko/LC_MESSAGES/noatun.mo -share/locale/ko/LC_MESSAGES/kmail.mo -share/locale/ko/LC_MESSAGES/knu.mo -share/locale/ko/LC_MESSAGES/kppp.mo -share/locale/ko/LC_MESSAGES/krn.mo -share/locale/ko/LC_MESSAGES/amor.mo -share/locale/ko/LC_MESSAGES/kmoon.mo -share/locale/ko/LC_MESSAGES/ark.mo -share/locale/ko/LC_MESSAGES/kab.mo -share/locale/ko/LC_MESSAGES/karm.mo -share/locale/ko/LC_MESSAGES/kcalc.mo -share/locale/ko/LC_MESSAGES/kcharselect.mo -share/locale/ko/LC_MESSAGES/kcmlaptop.mo -share/locale/ko/LC_MESSAGES/kdepasswd.mo -share/locale/ko/LC_MESSAGES/kdessh.mo -share/locale/ko/LC_MESSAGES/kdf.mo -share/locale/ko/LC_MESSAGES/kedit.mo -share/locale/ko/LC_MESSAGES/kfloppy.mo -share/locale/ko/LC_MESSAGES/khexedit.mo -share/locale/ko/LC_MESSAGES/kjots.mo -share/locale/ko/LC_MESSAGES/klaptopdaemon.mo -share/locale/ko/LC_MESSAGES/kljettool.mo -share/locale/ko/LC_MESSAGES/klpq.mo -share/locale/ko/LC_MESSAGES/knotes.mo -share/locale/ko/LC_MESSAGES/kpm.mo -share/locale/ko/LC_MESSAGES/ktimemon.mo -share/locale/ko/LC_MESSAGES/desktop.mo -share/locale/ko/LC_MESSAGES/kdelibs.mo -share/locale/ko/LC_MESSAGES/knotify.mo share/locale/ko/charset share/locale/ko/entry.desktop share/locale/ko/flag.png -share/locale/nl/LC_MESSAGES/kdat.mo -share/locale/nl/LC_MESSAGES/kcmlilo.mo -share/locale/nl/LC_MESSAGES/kcron.mo -share/locale/nl/LC_MESSAGES/kpackage.mo -share/locale/nl/LC_MESSAGES/ksysctrl.mo -share/locale/nl/LC_MESSAGES/ksysv.mo -share/locale/nl/LC_MESSAGES/kuser.mo -share/locale/nl/LC_MESSAGES/kwuftpd.mo -share/locale/nl/LC_MESSAGES/secpolicy.mo +share/locale/lt/LC_MESSAGES/appletproxy.mo +share/locale/lt/LC_MESSAGES/ark.mo +share/locale/lt/LC_MESSAGES/childpanelextension.mo +share/locale/lt/LC_MESSAGES/clockapplet.mo +share/locale/lt/LC_MESSAGES/desktop.mo +share/locale/lt/LC_MESSAGES/drkonqi.mo +share/locale/lt/LC_MESSAGES/extensionproxy.mo +share/locale/lt/LC_MESSAGES/filetypes.mo +share/locale/lt/LC_MESSAGES/graphite.mo +share/locale/lt/LC_MESSAGES/htmlsearch.mo +share/locale/lt/LC_MESSAGES/kaccess.mo +share/locale/lt/LC_MESSAGES/kappfinder.mo +share/locale/lt/LC_MESSAGES/kchart.mo +share/locale/lt/LC_MESSAGES/kcmarts.mo +share/locale/lt/LC_MESSAGES/kcmbackground.mo +share/locale/lt/LC_MESSAGES/kcmbell.mo +share/locale/lt/LC_MESSAGES/kcmcolors.mo +share/locale/lt/LC_MESSAGES/kcmcrypto.mo +share/locale/lt/LC_MESSAGES/kcmemail.mo +share/locale/lt/LC_MESSAGES/kcmfonts.mo +share/locale/lt/LC_MESSAGES/kcmicons.mo +share/locale/lt/LC_MESSAGES/kcmkclock.mo +share/locale/lt/LC_MESSAGES/kcmkdb.mo +share/locale/lt/LC_MESSAGES/kcmkicker.mo +share/locale/lt/LC_MESSAGES/kcmkonq.mo +share/locale/lt/LC_MESSAGES/kcmkonqhtml.mo +share/locale/lt/LC_MESSAGES/kcmkwm.mo +share/locale/lt/LC_MESSAGES/kcmlayout.mo +share/locale/lt/LC_MESSAGES/kcmlocale.mo +share/locale/lt/LC_MESSAGES/kcmmidi.mo +share/locale/lt/LC_MESSAGES/kcmnotify.mo +share/locale/lt/LC_MESSAGES/kcmodbc.mo +share/locale/lt/LC_MESSAGES/kcmsamba.mo +share/locale/lt/LC_MESSAGES/kcmscreensaver.mo +share/locale/lt/LC_MESSAGES/kcmsmserver.mo +share/locale/lt/LC_MESSAGES/kcmstyle.mo +share/locale/lt/LC_MESSAGES/kcmtaskbar.mo +share/locale/lt/LC_MESSAGES/kcmthemes.mo +share/locale/lt/LC_MESSAGES/kcontrol.mo +share/locale/lt/LC_MESSAGES/kdcop.mo +share/locale/lt/LC_MESSAGES/kdebugdialog.mo +share/locale/lt/LC_MESSAGES/kdelibs.mo +share/locale/lt/LC_MESSAGES/kdesktop.mo +share/locale/lt/LC_MESSAGES/kdesu.mo +share/locale/lt/LC_MESSAGES/kdesud.mo +share/locale/lt/LC_MESSAGES/kdmchooser.mo +share/locale/lt/LC_MESSAGES/kdmconfig.mo +share/locale/lt/LC_MESSAGES/kdmgreet.mo +share/locale/lt/LC_MESSAGES/kedit.mo +share/locale/lt/LC_MESSAGES/kfindpart.mo +share/locale/lt/LC_MESSAGES/kfmclient.mo +share/locale/lt/LC_MESSAGES/kfmexec.mo +share/locale/lt/LC_MESSAGES/kformula.mo +share/locale/lt/LC_MESSAGES/khelpcenter.mo +share/locale/lt/LC_MESSAGES/khotkeys.mo +share/locale/lt/LC_MESSAGES/kicker.mo +share/locale/lt/LC_MESSAGES/killustrator.mo +share/locale/lt/LC_MESSAGES/kimageshop.mo +share/locale/lt/LC_MESSAGES/kio_help.mo +share/locale/lt/LC_MESSAGES/kio_man.mo +share/locale/lt/LC_MESSAGES/kio_smbro.mo +share/locale/lt/LC_MESSAGES/klegacyimport.mo +share/locale/lt/LC_MESSAGES/klipper.mo +share/locale/lt/LC_MESSAGES/klock.mo +share/locale/lt/LC_MESSAGES/kmail.mo +share/locale/lt/LC_MESSAGES/kmenuedit.mo +share/locale/lt/LC_MESSAGES/kminipagerapplet.mo +share/locale/lt/LC_MESSAGES/knotes.mo +share/locale/lt/LC_MESSAGES/knotify.mo +share/locale/lt/LC_MESSAGES/koffice.mo +share/locale/lt/LC_MESSAGES/konqueror.mo +share/locale/lt/LC_MESSAGES/konsole.mo +share/locale/lt/LC_MESSAGES/koshell.mo +share/locale/lt/LC_MESSAGES/kpager.mo +share/locale/lt/LC_MESSAGES/kpresenter.mo +share/locale/lt/LC_MESSAGES/kreadconfig.mo +share/locale/lt/LC_MESSAGES/krunapplet.mo +share/locale/lt/LC_MESSAGES/ksmserver.mo +share/locale/lt/LC_MESSAGES/ksplash.mo +share/locale/lt/LC_MESSAGES/kspread.mo +share/locale/lt/LC_MESSAGES/kspreadcalc_calc.mo +share/locale/lt/LC_MESSAGES/kstart.mo +share/locale/lt/LC_MESSAGES/ksysguard.mo +share/locale/lt/LC_MESSAGES/ksystemtrayapplet.mo +share/locale/lt/LC_MESSAGES/ktaskbarapplet.mo +share/locale/lt/LC_MESSAGES/ktip.mo +share/locale/lt/LC_MESSAGES/kwin.mo +share/locale/lt/LC_MESSAGES/kword.mo +share/locale/lt/LC_MESSAGES/kwrite.mo +share/locale/lt/LC_MESSAGES/kxmlrpcd.mo +share/locale/lt/LC_MESSAGES/kxsconfig.mo +share/locale/lt/LC_MESSAGES/libkonq.mo +share/locale/lt/LC_MESSAGES/libtaskbar.mo +share/locale/lt/LC_MESSAGES/naughtyapplet.mo +share/locale/lt/LC_MESSAGES/nsplugin.mo +share/locale/lt/LC_MESSAGES/passwords.mo +share/locale/lt/LC_MESSAGES/quicklauncher.mo +share/locale/lt/LC_MESSAGES/taskbarextension.mo +share/locale/lt/charset +share/locale/lt/flag.png +share/locale/nl/LC_MESSAGES/KNetMgr.mo +share/locale/nl/LC_MESSAGES/abbrowser.mo +share/locale/nl/LC_MESSAGES/aktion.mo +share/locale/nl/LC_MESSAGES/amor.mo share/locale/nl/LC_MESSAGES/appletproxy.mo +share/locale/nl/LC_MESSAGES/ark.mo +share/locale/nl/LC_MESSAGES/artsbuilder.mo +share/locale/nl/LC_MESSAGES/artscontrol.mo +share/locale/nl/LC_MESSAGES/binclockapplet.mo +share/locale/nl/LC_MESSAGES/caitoo.mo share/locale/nl/LC_MESSAGES/childpanelextension.mo share/locale/nl/LC_MESSAGES/clockapplet.mo +share/locale/nl/LC_MESSAGES/colfind.mo +share/locale/nl/LC_MESSAGES/columbo.mo +share/locale/nl/LC_MESSAGES/desktop.mo share/locale/nl/LC_MESSAGES/drkonqi.mo +share/locale/nl/LC_MESSAGES/empath.mo share/locale/nl/LC_MESSAGES/extensionproxy.mo share/locale/nl/LC_MESSAGES/filetypes.mo +share/locale/nl/LC_MESSAGES/gofai.mo +share/locale/nl/LC_MESSAGES/graphite.mo share/locale/nl/LC_MESSAGES/htmlsearch.mo +share/locale/nl/LC_MESSAGES/kab.mo +share/locale/nl/LC_MESSAGES/kabalone.mo share/locale/nl/LC_MESSAGES/kaccess.mo +share/locale/nl/LC_MESSAGES/kafka.mo share/locale/nl/LC_MESSAGES/kappfinder.mo +share/locale/nl/LC_MESSAGES/karchie.mo +share/locale/nl/LC_MESSAGES/karm.mo +share/locale/nl/LC_MESSAGES/kasteroids.mo +share/locale/nl/LC_MESSAGES/katalog.mo +share/locale/nl/LC_MESSAGES/katomic.mo +share/locale/nl/LC_MESSAGES/kautorun.mo +share/locale/nl/LC_MESSAGES/kbabel.mo +share/locale/nl/LC_MESSAGES/kbackgammon.mo +share/locale/nl/LC_MESSAGES/kbackpage.mo +share/locale/nl/LC_MESSAGES/kbiff.mo +share/locale/nl/LC_MESSAGES/kblackbox.mo +share/locale/nl/LC_MESSAGES/kcalc.mo +share/locale/nl/LC_MESSAGES/kcharselect.mo +share/locale/nl/LC_MESSAGES/kchart.mo +share/locale/nl/LC_MESSAGES/kclock.mo share/locale/nl/LC_MESSAGES/kcmaccess.mo +share/locale/nl/LC_MESSAGES/kcmail.mo share/locale/nl/LC_MESSAGES/kcmarts.mo share/locale/nl/LC_MESSAGES/kcmbackground.mo share/locale/nl/LC_MESSAGES/kcmbell.mo share/locale/nl/LC_MESSAGES/kcmcolors.mo share/locale/nl/LC_MESSAGES/kcmcrypto.mo +share/locale/nl/LC_MESSAGES/kcmdhcpd.mo +share/locale/nl/LC_MESSAGES/kcmdrkonqi.mo share/locale/nl/LC_MESSAGES/kcmemail.mo share/locale/nl/LC_MESSAGES/kcmenergy.mo +share/locale/nl/LC_MESSAGES/kcmfontmanager.mo share/locale/nl/LC_MESSAGES/kcmfonts.mo +share/locale/nl/LC_MESSAGES/kcmgofai.mo share/locale/nl/LC_MESSAGES/kcmhtmlsearch.mo share/locale/nl/LC_MESSAGES/kcmicons.mo share/locale/nl/LC_MESSAGES/kcminfo.mo share/locale/nl/LC_MESSAGES/kcminput.mo share/locale/nl/LC_MESSAGES/kcmioslaveinfo.mo +share/locale/nl/LC_MESSAGES/kcmkamera.mo share/locale/nl/LC_MESSAGES/kcmkclock.mo share/locale/nl/LC_MESSAGES/kcmkdb.mo share/locale/nl/LC_MESSAGES/kcmkeys.mo share/locale/nl/LC_MESSAGES/kcmkicker.mo share/locale/nl/LC_MESSAGES/kcmkio.mo +share/locale/nl/LC_MESSAGES/kcmkmix.mo share/locale/nl/LC_MESSAGES/kcmkonq.mo -share/locale/nl/LC_MESSAGES/kcmkwm.mo share/locale/nl/LC_MESSAGES/kcmkonqhtml.mo +share/locale/nl/LC_MESSAGES/kcmktalkd.mo share/locale/nl/LC_MESSAGES/kcmkurifilt.mo +share/locale/nl/LC_MESSAGES/kcmkwm.mo +share/locale/nl/LC_MESSAGES/kcmlanbrowser.mo +share/locale/nl/LC_MESSAGES/kcmlaptop.mo share/locale/nl/LC_MESSAGES/kcmlayout.mo +share/locale/nl/LC_MESSAGES/kcmlilo.mo share/locale/nl/LC_MESSAGES/kcmlocale.mo share/locale/nl/LC_MESSAGES/kcmmidi.mo +share/locale/nl/LC_MESSAGES/kcmnewsticker.mo share/locale/nl/LC_MESSAGES/kcmnotify.mo share/locale/nl/LC_MESSAGES/kcmodbc.mo share/locale/nl/LC_MESSAGES/kcmsamba.mo @@ -14628,528 +17252,760 @@ share/locale/nl/LC_MESSAGES/kcmsmserver.mo share/locale/nl/LC_MESSAGES/kcmstyle.mo share/locale/nl/LC_MESSAGES/kcmtaskbar.mo share/locale/nl/LC_MESSAGES/kcmthemes.mo +share/locale/nl/LC_MESSAGES/kcoloredit.mo share/locale/nl/LC_MESSAGES/kcontrol.mo +share/locale/nl/LC_MESSAGES/kcron.mo +share/locale/nl/LC_MESSAGES/kdat.mo share/locale/nl/LC_MESSAGES/kdcop.mo share/locale/nl/LC_MESSAGES/kdebugdialog.mo +share/locale/nl/LC_MESSAGES/kdelibs.mo +share/locale/nl/LC_MESSAGES/kdepasswd.mo share/locale/nl/LC_MESSAGES/kdesktop.mo +share/locale/nl/LC_MESSAGES/kdessh.mo share/locale/nl/LC_MESSAGES/kdesu.mo share/locale/nl/LC_MESSAGES/kdesud.mo +share/locale/nl/LC_MESSAGES/kdevelop.mo +share/locale/nl/LC_MESSAGES/kdf.mo share/locale/nl/LC_MESSAGES/kdmchooser.mo share/locale/nl/LC_MESSAGES/kdmconfig.mo share/locale/nl/LC_MESSAGES/kdmgreet.mo -share/locale/nl/LC_MESSAGES/kfmexec.mo +share/locale/nl/LC_MESSAGES/kdvi.mo +share/locale/nl/LC_MESSAGES/kedit.mo +share/locale/nl/LC_MESSAGES/keystone.mo +share/locale/nl/LC_MESSAGES/kfax.mo +share/locale/nl/LC_MESSAGES/kfind.mo share/locale/nl/LC_MESSAGES/kfindpart.mo +share/locale/nl/LC_MESSAGES/kfinger.mo +share/locale/nl/LC_MESSAGES/kfloppy.mo share/locale/nl/LC_MESSAGES/kfmclient.mo +share/locale/nl/LC_MESSAGES/kfmexec.mo +share/locale/nl/LC_MESSAGES/kformeditor.mo +share/locale/nl/LC_MESSAGES/kformula.mo +share/locale/nl/LC_MESSAGES/kformviewer.mo +share/locale/nl/LC_MESSAGES/kfortune.mo +share/locale/nl/LC_MESSAGES/kfract.mo +share/locale/nl/LC_MESSAGES/kghostview.mo share/locale/nl/LC_MESSAGES/khelpcenter.mo +share/locale/nl/LC_MESSAGES/khexedit.mo share/locale/nl/LC_MESSAGES/khotkeys.mo share/locale/nl/LC_MESSAGES/kicker.mo +share/locale/nl/LC_MESSAGES/kiconedit.mo +share/locale/nl/LC_MESSAGES/kikbd.mo +share/locale/nl/LC_MESSAGES/killustrator.mo +share/locale/nl/LC_MESSAGES/kim.mo +share/locale/nl/LC_MESSAGES/kimageshop.mo share/locale/nl/LC_MESSAGES/kio_help.mo +share/locale/nl/LC_MESSAGES/kio_lan.mo share/locale/nl/LC_MESSAGES/kio_man.mo share/locale/nl/LC_MESSAGES/kio_smbro.mo +share/locale/nl/LC_MESSAGES/kit.mo +share/locale/nl/LC_MESSAGES/kivio.mo +share/locale/nl/LC_MESSAGES/kjezz.mo +share/locale/nl/LC_MESSAGES/kjots.mo +share/locale/nl/LC_MESSAGES/kjumpingcube.mo +share/locale/nl/LC_MESSAGES/klaptopdaemon.mo share/locale/nl/LC_MESSAGES/klegacyimport.mo +share/locale/nl/LC_MESSAGES/kless.mo share/locale/nl/LC_MESSAGES/klipper.mo +share/locale/nl/LC_MESSAGES/kljettool.mo share/locale/nl/LC_MESSAGES/klock.mo +share/locale/nl/LC_MESSAGES/klpq.mo +share/locale/nl/LC_MESSAGES/klyx.mo +share/locale/nl/LC_MESSAGES/kmahjongg.mo +share/locale/nl/LC_MESSAGES/kmail.mo +share/locale/nl/LC_MESSAGES/kmailcvt.mo +share/locale/nl/LC_MESSAGES/kmaster.mo share/locale/nl/LC_MESSAGES/kmenuedit.mo +share/locale/nl/LC_MESSAGES/kmid.mo +share/locale/nl/LC_MESSAGES/kmidi.mo +share/locale/nl/LC_MESSAGES/kmines.mo share/locale/nl/LC_MESSAGES/kminipagerapplet.mo +share/locale/nl/LC_MESSAGES/kmix.mo +share/locale/nl/LC_MESSAGES/kmms.mo +share/locale/nl/LC_MESSAGES/kmoon.mo +share/locale/nl/LC_MESSAGES/knewsticker.mo +share/locale/nl/LC_MESSAGES/knode.mo +share/locale/nl/LC_MESSAGES/knotes.mo +share/locale/nl/LC_MESSAGES/knotify.mo +share/locale/nl/LC_MESSAGES/knu.mo +share/locale/nl/LC_MESSAGES/kodo.mo +share/locale/nl/LC_MESSAGES/koffice.mo share/locale/nl/LC_MESSAGES/konqueror.mo +share/locale/nl/LC_MESSAGES/konquest.mo share/locale/nl/LC_MESSAGES/konsole.mo +share/locale/nl/LC_MESSAGES/kooka.mo +share/locale/nl/LC_MESSAGES/korganizer.mo +share/locale/nl/LC_MESSAGES/korn.mo +share/locale/nl/LC_MESSAGES/koshell.mo +share/locale/nl/LC_MESSAGES/kp.mo +share/locale/nl/LC_MESSAGES/kpackage.mo share/locale/nl/LC_MESSAGES/kpager.mo +share/locale/nl/LC_MESSAGES/kpaint.mo +share/locale/nl/LC_MESSAGES/kpat.mo +share/locale/nl/LC_MESSAGES/kphone.mo +share/locale/nl/LC_MESSAGES/kpilot.mo +share/locale/nl/LC_MESSAGES/kpixmap2bitmap.mo +share/locale/nl/LC_MESSAGES/kpm.mo +share/locale/nl/LC_MESSAGES/kpoker.mo +share/locale/nl/LC_MESSAGES/kpp.mo +share/locale/nl/LC_MESSAGES/kppp.mo +share/locale/nl/LC_MESSAGES/kppplogview.mo +share/locale/nl/LC_MESSAGES/kpresenter.mo +share/locale/nl/LC_MESSAGES/kray.mo +share/locale/nl/LC_MESSAGES/krayon.mo share/locale/nl/LC_MESSAGES/kreadconfig.mo +share/locale/nl/LC_MESSAGES/kreversi.mo +share/locale/nl/LC_MESSAGES/krn.mo +share/locale/nl/LC_MESSAGES/krubik.mo +share/locale/nl/LC_MESSAGES/kruler.mo share/locale/nl/LC_MESSAGES/krunapplet.mo +share/locale/nl/LC_MESSAGES/ksamba.mo +share/locale/nl/LC_MESSAGES/ksame.mo +share/locale/nl/LC_MESSAGES/kscd.mo +share/locale/nl/LC_MESSAGES/ksciplot.mo +share/locale/nl/LC_MESSAGES/kscoreapplet.mo +share/locale/nl/LC_MESSAGES/kshisen.mo +share/locale/nl/LC_MESSAGES/ksirc.mo +share/locale/nl/LC_MESSAGES/ksirtet.mo +share/locale/nl/LC_MESSAGES/ksmiletris.mo share/locale/nl/LC_MESSAGES/ksmserver.mo +share/locale/nl/LC_MESSAGES/ksnake.mo +share/locale/nl/LC_MESSAGES/ksnapshot.mo +share/locale/nl/LC_MESSAGES/ksokoban.mo +share/locale/nl/LC_MESSAGES/kspaceduel.mo share/locale/nl/LC_MESSAGES/ksplash.mo +share/locale/nl/LC_MESSAGES/kspread.mo +share/locale/nl/LC_MESSAGES/kspreadcalc_calc.mo share/locale/nl/LC_MESSAGES/kstart.mo +share/locale/nl/LC_MESSAGES/kstartperf.mo +share/locale/nl/LC_MESSAGES/kstockticker.mo +share/locale/nl/LC_MESSAGES/ksysctrl.mo share/locale/nl/LC_MESSAGES/ksysguard.mo -share/locale/nl/LC_MESSAGES/ktip.mo share/locale/nl/LC_MESSAGES/ksystemtrayapplet.mo +share/locale/nl/LC_MESSAGES/ksysv.mo +share/locale/nl/LC_MESSAGES/ktables.mo +share/locale/nl/LC_MESSAGES/ktalkd.mo share/locale/nl/LC_MESSAGES/ktaskbarapplet.mo +share/locale/nl/LC_MESSAGES/kteatime.mo +share/locale/nl/LC_MESSAGES/kthememgr.mo +share/locale/nl/LC_MESSAGES/kticker.mo +share/locale/nl/LC_MESSAGES/ktimemon.mo +share/locale/nl/LC_MESSAGES/ktip.mo +share/locale/nl/LC_MESSAGES/ktranslator.mo +share/locale/nl/LC_MESSAGES/ktron.mo +share/locale/nl/LC_MESSAGES/ktuberling.mo +share/locale/nl/LC_MESSAGES/ktux.mo +share/locale/nl/LC_MESSAGES/kuickshow.mo +share/locale/nl/LC_MESSAGES/kuml.mo +share/locale/nl/LC_MESSAGES/kuser.mo +share/locale/nl/LC_MESSAGES/kvidtune.mo +share/locale/nl/LC_MESSAGES/kview.mo +share/locale/nl/LC_MESSAGES/kviewshell.mo +share/locale/nl/LC_MESSAGES/kwebtree.mo share/locale/nl/LC_MESSAGES/kwin.mo +share/locale/nl/LC_MESSAGES/kwin4.mo +share/locale/nl/LC_MESSAGES/kword.mo +share/locale/nl/LC_MESSAGES/kworldwatch.mo share/locale/nl/LC_MESSAGES/kwrite.mo +share/locale/nl/LC_MESSAGES/kwuftpd.mo share/locale/nl/LC_MESSAGES/kxkb.mo share/locale/nl/LC_MESSAGES/kxmlrpcd.mo share/locale/nl/LC_MESSAGES/kxsconfig.mo +share/locale/nl/LC_MESSAGES/libkdegames.mo share/locale/nl/LC_MESSAGES/libkonq.mo share/locale/nl/LC_MESSAGES/libtaskbar.mo +share/locale/nl/LC_MESSAGES/lskat.mo +share/locale/nl/LC_MESSAGES/multiplayers.mo share/locale/nl/LC_MESSAGES/naughtyapplet.mo +share/locale/nl/LC_MESSAGES/noatun.mo share/locale/nl/LC_MESSAGES/nsplugin.mo share/locale/nl/LC_MESSAGES/passwords.mo +share/locale/nl/LC_MESSAGES/pixie.mo share/locale/nl/LC_MESSAGES/quicklauncher.mo +share/locale/nl/LC_MESSAGES/secpolicy.mo share/locale/nl/LC_MESSAGES/taskbarextension.mo -share/locale/nl/LC_MESSAGES/kabalone.mo -share/locale/nl/LC_MESSAGES/kasteroids.mo -share/locale/nl/LC_MESSAGES/katomic.mo -share/locale/nl/LC_MESSAGES/kbackgammon.mo -share/locale/nl/LC_MESSAGES/kblackbox.mo -share/locale/nl/LC_MESSAGES/kjezz.mo -share/locale/nl/LC_MESSAGES/kjumpingcube.mo -share/locale/nl/LC_MESSAGES/kmahjongg.mo -share/locale/nl/LC_MESSAGES/kmines.mo -share/locale/nl/LC_MESSAGES/konquest.mo -share/locale/nl/LC_MESSAGES/kpat.mo -share/locale/nl/LC_MESSAGES/kpoker.mo -share/locale/nl/LC_MESSAGES/kreversi.mo -share/locale/nl/LC_MESSAGES/ksame.mo -share/locale/nl/LC_MESSAGES/kshisen.mo -share/locale/nl/LC_MESSAGES/ksirtet.mo -share/locale/nl/LC_MESSAGES/ksmiletris.mo -share/locale/nl/LC_MESSAGES/ksnake.mo -share/locale/nl/LC_MESSAGES/ksokoban.mo -share/locale/nl/LC_MESSAGES/kspaceduel.mo -share/locale/nl/LC_MESSAGES/ktron.mo -share/locale/nl/LC_MESSAGES/ktuberling.mo -share/locale/nl/LC_MESSAGES/kwin4.mo -share/locale/nl/LC_MESSAGES/libkdegames.mo -share/locale/nl/LC_MESSAGES/lskat.mo -share/locale/nl/LC_MESSAGES/multiplayers.mo -share/locale/nl/LC_MESSAGES/kcmkamera.mo -share/locale/nl/LC_MESSAGES/kdvi.mo -share/locale/nl/LC_MESSAGES/kfax.mo -share/locale/nl/LC_MESSAGES/kfract.mo -share/locale/nl/LC_MESSAGES/kghostview.mo -share/locale/nl/LC_MESSAGES/kiconedit.mo -share/locale/nl/LC_MESSAGES/kpaint.mo -share/locale/nl/LC_MESSAGES/kpixmap2bitmap.mo -share/locale/nl/LC_MESSAGES/kruler.mo -share/locale/nl/LC_MESSAGES/ksnapshot.mo -share/locale/nl/LC_MESSAGES/kview.mo -share/locale/nl/LC_MESSAGES/kviewshell.mo -share/locale/nl/LC_MESSAGES/pixie.mo -share/locale/nl/LC_MESSAGES/aktion.mo -share/locale/nl/LC_MESSAGES/artsbuilder.mo -share/locale/nl/LC_MESSAGES/artscontrol.mo -share/locale/nl/LC_MESSAGES/kcmkmix.mo -share/locale/nl/LC_MESSAGES/kmid.mo -share/locale/nl/LC_MESSAGES/kmidi.mo -share/locale/nl/LC_MESSAGES/kmix.mo -share/locale/nl/LC_MESSAGES/kscd.mo -share/locale/nl/LC_MESSAGES/noatun.mo -share/locale/nl/LC_MESSAGES/kcmktalkd.mo -share/locale/nl/LC_MESSAGES/kcmlanbrowser.mo -share/locale/nl/LC_MESSAGES/kcmnewsticker.mo -share/locale/nl/LC_MESSAGES/keystone.mo -share/locale/nl/LC_MESSAGES/kio_lan.mo -share/locale/nl/LC_MESSAGES/kit.mo -share/locale/nl/LC_MESSAGES/kmail.mo -share/locale/nl/LC_MESSAGES/kmailcvt.mo -share/locale/nl/LC_MESSAGES/knewsticker.mo -share/locale/nl/LC_MESSAGES/knode.mo -share/locale/nl/LC_MESSAGES/korn.mo -share/locale/nl/LC_MESSAGES/kppp.mo -share/locale/nl/LC_MESSAGES/kppplogview.mo -share/locale/nl/LC_MESSAGES/ksirc.mo -share/locale/nl/LC_MESSAGES/ktalkd.mo -share/locale/nl/LC_MESSAGES/abbrowser.mo -share/locale/nl/LC_MESSAGES/empath.mo -share/locale/nl/LC_MESSAGES/korganizer.mo -share/locale/nl/LC_MESSAGES/kpilot.mo share/locale/nl/LC_MESSAGES/twister.mo -share/locale/nl/LC_MESSAGES/kbabel.mo -share/locale/nl/LC_MESSAGES/kdevelop.mo -share/locale/nl/LC_MESSAGES/kless.mo -share/locale/nl/LC_MESSAGES/kstartperf.mo -share/locale/nl/LC_MESSAGES/ktranslator.mo -share/locale/nl/LC_MESSAGES/amor.mo -share/locale/nl/LC_MESSAGES/kmoon.mo -share/locale/nl/LC_MESSAGES/kodo.mo -share/locale/nl/LC_MESSAGES/kscoreapplet.mo -share/locale/nl/LC_MESSAGES/kteatime.mo -share/locale/nl/LC_MESSAGES/ktux.mo -share/locale/nl/LC_MESSAGES/kworldwatch.mo -share/locale/nl/LC_MESSAGES/ark.mo -share/locale/nl/LC_MESSAGES/kab.mo -share/locale/nl/LC_MESSAGES/karm.mo -share/locale/nl/LC_MESSAGES/kcalc.mo -share/locale/nl/LC_MESSAGES/kcharselect.mo -share/locale/nl/LC_MESSAGES/kcmlaptop.mo -share/locale/nl/LC_MESSAGES/kdepasswd.mo -share/locale/nl/LC_MESSAGES/kdessh.mo -share/locale/nl/LC_MESSAGES/kdf.mo -share/locale/nl/LC_MESSAGES/kedit.mo -share/locale/nl/LC_MESSAGES/kfind.mo -share/locale/nl/LC_MESSAGES/kfloppy.mo -share/locale/nl/LC_MESSAGES/khexedit.mo -share/locale/nl/LC_MESSAGES/kjots.mo -share/locale/nl/LC_MESSAGES/klaptopdaemon.mo -share/locale/nl/LC_MESSAGES/kljettool.mo -share/locale/nl/LC_MESSAGES/klpq.mo -share/locale/nl/LC_MESSAGES/knotes.mo -share/locale/nl/LC_MESSAGES/kpm.mo -share/locale/nl/LC_MESSAGES/ktimemon.mo -share/locale/nl/LC_MESSAGES/graphite.mo -share/locale/nl/LC_MESSAGES/kchart.mo -share/locale/nl/LC_MESSAGES/kformula.mo -share/locale/nl/LC_MESSAGES/killustrator.mo -share/locale/nl/LC_MESSAGES/kimageshop.mo -share/locale/nl/LC_MESSAGES/kivio.mo -share/locale/nl/LC_MESSAGES/koffice.mo -share/locale/nl/LC_MESSAGES/koshell.mo -share/locale/nl/LC_MESSAGES/kpresenter.mo -share/locale/nl/LC_MESSAGES/krayon.mo -share/locale/nl/LC_MESSAGES/kspread.mo -share/locale/nl/LC_MESSAGES/kspreadcalc_calc.mo -share/locale/nl/LC_MESSAGES/kword.mo -share/locale/nl/LC_MESSAGES/KNetMgr.mo -share/locale/nl/LC_MESSAGES/binclockapplet.mo -share/locale/nl/LC_MESSAGES/caitoo.mo -share/locale/nl/LC_MESSAGES/colfind.mo -share/locale/nl/LC_MESSAGES/columbo.mo -share/locale/nl/LC_MESSAGES/gofai.mo -share/locale/nl/LC_MESSAGES/kafka.mo -share/locale/nl/LC_MESSAGES/karchie.mo -share/locale/nl/LC_MESSAGES/katalog.mo -share/locale/nl/LC_MESSAGES/kautorun.mo -share/locale/nl/LC_MESSAGES/kbackpage.mo -share/locale/nl/LC_MESSAGES/kbiff.mo -share/locale/nl/LC_MESSAGES/kclock.mo -share/locale/nl/LC_MESSAGES/kcmail.mo -share/locale/nl/LC_MESSAGES/kcmdhcpd.mo -share/locale/nl/LC_MESSAGES/kcmdrkonqi.mo -share/locale/nl/LC_MESSAGES/kcmgofai.mo -share/locale/nl/LC_MESSAGES/kcmfontmanager.mo -share/locale/nl/LC_MESSAGES/kcoloredit.mo -share/locale/nl/LC_MESSAGES/kfinger.mo -share/locale/nl/LC_MESSAGES/kformeditor.mo -share/locale/nl/LC_MESSAGES/kformviewer.mo -share/locale/nl/LC_MESSAGES/kfortune.mo -share/locale/nl/LC_MESSAGES/kikbd.mo -share/locale/nl/LC_MESSAGES/kim.mo -share/locale/nl/LC_MESSAGES/klyx.mo -share/locale/nl/LC_MESSAGES/kmaster.mo -share/locale/nl/LC_MESSAGES/kmms.mo -share/locale/nl/LC_MESSAGES/knu.mo -share/locale/nl/LC_MESSAGES/kooka.mo -share/locale/nl/LC_MESSAGES/kp.mo -share/locale/nl/LC_MESSAGES/kphone.mo -share/locale/nl/LC_MESSAGES/kpp.mo -share/locale/nl/LC_MESSAGES/kray.mo -share/locale/nl/LC_MESSAGES/krn.mo -share/locale/nl/LC_MESSAGES/krubik.mo -share/locale/nl/LC_MESSAGES/ksamba.mo -share/locale/nl/LC_MESSAGES/ksciplot.mo -share/locale/nl/LC_MESSAGES/kstockticker.mo -share/locale/nl/LC_MESSAGES/ktables.mo -share/locale/nl/LC_MESSAGES/kthememgr.mo -share/locale/nl/LC_MESSAGES/kticker.mo -share/locale/nl/LC_MESSAGES/kuml.mo -share/locale/nl/LC_MESSAGES/kuickshow.mo -share/locale/nl/LC_MESSAGES/kvidtune.mo -share/locale/nl/LC_MESSAGES/kwebtree.mo share/locale/nl/LC_MESSAGES/webmaker.mo -share/locale/nl/LC_MESSAGES/desktop.mo -share/locale/nl/LC_MESSAGES/kdelibs.mo -share/locale/nl/LC_MESSAGES/knotify.mo -share/locale/nl/entry.desktop share/locale/nl/charset +share/locale/nl/entry.desktop share/locale/nl/flag.png -share/locale/no/LC_MESSAGES/kdat.mo -share/locale/no/LC_MESSAGES/kcmlilo.mo -share/locale/no/LC_MESSAGES/kcron.mo -share/locale/no/LC_MESSAGES/kpackage.mo -share/locale/no/LC_MESSAGES/ksysctrl.mo -share/locale/no/LC_MESSAGES/ksysv.mo -share/locale/no/LC_MESSAGES/kuser.mo -share/locale/no/LC_MESSAGES/kwuftpd.mo -share/locale/no/LC_MESSAGES/secpolicy.mo +share/locale/no/LC_MESSAGES/KNetMgr.mo +share/locale/no/LC_MESSAGES/abbrowser.mo +share/locale/no/LC_MESSAGES/aktion.mo +share/locale/no/LC_MESSAGES/amor.mo share/locale/no/LC_MESSAGES/appletproxy.mo +share/locale/no/LC_MESSAGES/ark.mo +share/locale/no/LC_MESSAGES/artsbuilder.mo +share/locale/no/LC_MESSAGES/artscontrol.mo +share/locale/no/LC_MESSAGES/binclockapplet.mo +share/locale/no/LC_MESSAGES/caitoo.mo share/locale/no/LC_MESSAGES/childpanelextension.mo share/locale/no/LC_MESSAGES/clockapplet.mo +share/locale/no/LC_MESSAGES/colfind.mo +share/locale/no/LC_MESSAGES/columbo.mo +share/locale/no/LC_MESSAGES/desktop.mo share/locale/no/LC_MESSAGES/drkonqi.mo +share/locale/no/LC_MESSAGES/empath.mo share/locale/no/LC_MESSAGES/extensionproxy.mo share/locale/no/LC_MESSAGES/filetypes.mo +share/locale/no/LC_MESSAGES/gofai.mo +share/locale/no/LC_MESSAGES/graphite.mo share/locale/no/LC_MESSAGES/htmlsearch.mo +share/locale/no/LC_MESSAGES/kab.mo +share/locale/no/LC_MESSAGES/kabalone.mo share/locale/no/LC_MESSAGES/kaccess.mo +share/locale/no/LC_MESSAGES/kafka.mo share/locale/no/LC_MESSAGES/kappfinder.mo +share/locale/no/LC_MESSAGES/karchie.mo +share/locale/no/LC_MESSAGES/karchiver.mo +share/locale/no/LC_MESSAGES/karm.mo +share/locale/no/LC_MESSAGES/kasteroids.mo +share/locale/no/LC_MESSAGES/katalog.mo +share/locale/no/LC_MESSAGES/katomic.mo +share/locale/no/LC_MESSAGES/kautorun.mo +share/locale/no/LC_MESSAGES/kbabel.mo +share/locale/no/LC_MESSAGES/kbackgammon.mo +share/locale/no/LC_MESSAGES/kbackpage.mo +share/locale/no/LC_MESSAGES/kbiff.mo +share/locale/no/LC_MESSAGES/kblackbox.mo +share/locale/no/LC_MESSAGES/kcalc.mo +share/locale/no/LC_MESSAGES/kcharselect.mo +share/locale/no/LC_MESSAGES/kcharselectapplet.mo +share/locale/no/LC_MESSAGES/kchart.mo +share/locale/no/LC_MESSAGES/kclock.mo share/locale/no/LC_MESSAGES/kcmaccess.mo +share/locale/no/LC_MESSAGES/kcmail.mo share/locale/no/LC_MESSAGES/kcmarts.mo share/locale/no/LC_MESSAGES/kcmbackground.mo share/locale/no/LC_MESSAGES/kcmbell.mo +share/locale/no/LC_MESSAGES/kcmbind.mo share/locale/no/LC_MESSAGES/kcmcolors.mo share/locale/no/LC_MESSAGES/kcmcrypto.mo +share/locale/no/LC_MESSAGES/kcmdhcpd.mo +share/locale/no/LC_MESSAGES/kcmdrkonqi.mo share/locale/no/LC_MESSAGES/kcmemail.mo share/locale/no/LC_MESSAGES/kcmenergy.mo +share/locale/no/LC_MESSAGES/kcmfontmanager.mo share/locale/no/LC_MESSAGES/kcmfonts.mo +share/locale/no/LC_MESSAGES/kcmgofai.mo share/locale/no/LC_MESSAGES/kcmhtmlsearch.mo share/locale/no/LC_MESSAGES/kcmicons.mo share/locale/no/LC_MESSAGES/kcminfo.mo share/locale/no/LC_MESSAGES/kcminput.mo share/locale/no/LC_MESSAGES/kcmioslaveinfo.mo +share/locale/no/LC_MESSAGES/kcmiwatcher.mo +share/locale/no/LC_MESSAGES/kcmkamera.mo share/locale/no/LC_MESSAGES/kcmkclock.mo share/locale/no/LC_MESSAGES/kcmkdb.mo share/locale/no/LC_MESSAGES/kcmkeys.mo share/locale/no/LC_MESSAGES/kcmkicker.mo share/locale/no/LC_MESSAGES/kcmkio.mo +share/locale/no/LC_MESSAGES/kcmkisdn.mo +share/locale/no/LC_MESSAGES/kcmkmix.mo share/locale/no/LC_MESSAGES/kcmkonq.mo share/locale/no/LC_MESSAGES/kcmkonqhtml.mo +share/locale/no/LC_MESSAGES/kcmktalkd.mo share/locale/no/LC_MESSAGES/kcmkurifilt.mo share/locale/no/LC_MESSAGES/kcmkwm.mo -share/locale/no/LC_MESSAGES/kcmmidi.mo +share/locale/no/LC_MESSAGES/kcmlanbrowser.mo +share/locale/no/LC_MESSAGES/kcmlaptop.mo share/locale/no/LC_MESSAGES/kcmlayout.mo +share/locale/no/LC_MESSAGES/kcmlilo.mo share/locale/no/LC_MESSAGES/kcmlocale.mo +share/locale/no/LC_MESSAGES/kcmmidi.mo +share/locale/no/LC_MESSAGES/kcmnapster.mo +share/locale/no/LC_MESSAGES/kcmnewsticker.mo share/locale/no/LC_MESSAGES/kcmnotify.mo share/locale/no/LC_MESSAGES/kcmodbc.mo +share/locale/no/LC_MESSAGES/kcmprinter.mo share/locale/no/LC_MESSAGES/kcmsamba.mo share/locale/no/LC_MESSAGES/kcmscreensaver.mo share/locale/no/LC_MESSAGES/kcmsmserver.mo share/locale/no/LC_MESSAGES/kcmstyle.mo share/locale/no/LC_MESSAGES/kcmtaskbar.mo share/locale/no/LC_MESSAGES/kcmthemes.mo +share/locale/no/LC_MESSAGES/kcoloredit.mo share/locale/no/LC_MESSAGES/kcontrol.mo +share/locale/no/LC_MESSAGES/kcron.mo +share/locale/no/LC_MESSAGES/kdao.mo +share/locale/no/LC_MESSAGES/kdat.mo +share/locale/no/LC_MESSAGES/kdbbrowser.mo +share/locale/no/LC_MESSAGES/kdbg.mo share/locale/no/LC_MESSAGES/kdcop.mo share/locale/no/LC_MESSAGES/kdebugdialog.mo +share/locale/no/LC_MESSAGES/kdeinstaller.mo +share/locale/no/LC_MESSAGES/kdelibs.mo +share/locale/no/LC_MESSAGES/kdepasswd.mo share/locale/no/LC_MESSAGES/kdesktop.mo +share/locale/no/LC_MESSAGES/kdessh.mo +share/locale/no/LC_MESSAGES/kdestdifacedemo.mo share/locale/no/LC_MESSAGES/kdesu.mo share/locale/no/LC_MESSAGES/kdesud.mo +share/locale/no/LC_MESSAGES/kdevelop.mo +share/locale/no/LC_MESSAGES/kdf.mo share/locale/no/LC_MESSAGES/kdmchooser.mo share/locale/no/LC_MESSAGES/kdmconfig.mo share/locale/no/LC_MESSAGES/kdmgreet.mo -share/locale/no/LC_MESSAGES/kfindpart.mo -share/locale/no/LC_MESSAGES/kfmclient.mo -share/locale/no/LC_MESSAGES/kfmexec.mo -share/locale/no/LC_MESSAGES/khotkeys.mo -share/locale/no/LC_MESSAGES/khelpcenter.mo -share/locale/no/LC_MESSAGES/kicker.mo -share/locale/no/LC_MESSAGES/kio_help.mo -share/locale/no/LC_MESSAGES/kio_man.mo -share/locale/no/LC_MESSAGES/kio_smbro.mo -share/locale/no/LC_MESSAGES/klegacyimport.mo -share/locale/no/LC_MESSAGES/klipper.mo -share/locale/no/LC_MESSAGES/klock.mo -share/locale/no/LC_MESSAGES/kmenuedit.mo -share/locale/no/LC_MESSAGES/kminipagerapplet.mo -share/locale/no/LC_MESSAGES/konqueror.mo -share/locale/no/LC_MESSAGES/konsole.mo -share/locale/no/LC_MESSAGES/kpager.mo -share/locale/no/LC_MESSAGES/kreadconfig.mo -share/locale/no/LC_MESSAGES/krunapplet.mo -share/locale/no/LC_MESSAGES/ksmserver.mo -share/locale/no/LC_MESSAGES/ksplash.mo -share/locale/no/LC_MESSAGES/kstart.mo -share/locale/no/LC_MESSAGES/ksysguard.mo -share/locale/no/LC_MESSAGES/ksystemtrayapplet.mo -share/locale/no/LC_MESSAGES/ktaskbarapplet.mo -share/locale/no/LC_MESSAGES/ktip.mo -share/locale/no/LC_MESSAGES/kwin.mo -share/locale/no/LC_MESSAGES/kwrite.mo -share/locale/no/LC_MESSAGES/kxkb.mo -share/locale/no/LC_MESSAGES/kxmlrpcd.mo -share/locale/no/LC_MESSAGES/kxsconfig.mo -share/locale/no/LC_MESSAGES/libkonq.mo -share/locale/no/LC_MESSAGES/libtaskbar.mo -share/locale/no/LC_MESSAGES/naughtyapplet.mo -share/locale/no/LC_MESSAGES/nsplugin.mo -share/locale/no/LC_MESSAGES/passwords.mo -share/locale/no/LC_MESSAGES/quicklauncher.mo -share/locale/no/LC_MESSAGES/taskbarextension.mo -share/locale/no/LC_MESSAGES/kabalone.mo -share/locale/no/LC_MESSAGES/kasteroids.mo -share/locale/no/LC_MESSAGES/katomic.mo -share/locale/no/LC_MESSAGES/kbackgammon.mo -share/locale/no/LC_MESSAGES/kblackbox.mo -share/locale/no/LC_MESSAGES/kjezz.mo -share/locale/no/LC_MESSAGES/kjumpingcube.mo -share/locale/no/LC_MESSAGES/kmahjongg.mo -share/locale/no/LC_MESSAGES/kmines.mo -share/locale/no/LC_MESSAGES/konquest.mo -share/locale/no/LC_MESSAGES/kpat.mo -share/locale/no/LC_MESSAGES/kpoker.mo -share/locale/no/LC_MESSAGES/kreversi.mo -share/locale/no/LC_MESSAGES/ksame.mo -share/locale/no/LC_MESSAGES/kshisen.mo -share/locale/no/LC_MESSAGES/ksirtet.mo -share/locale/no/LC_MESSAGES/ksmiletris.mo -share/locale/no/LC_MESSAGES/ksnake.mo -share/locale/no/LC_MESSAGES/ksokoban.mo -share/locale/no/LC_MESSAGES/kspaceduel.mo -share/locale/no/LC_MESSAGES/ktron.mo -share/locale/no/LC_MESSAGES/ktuberling.mo -share/locale/no/LC_MESSAGES/kwin4.mo -share/locale/no/LC_MESSAGES/libkdegames.mo -share/locale/no/LC_MESSAGES/lskat.mo -share/locale/no/LC_MESSAGES/multiplayers.mo -share/locale/no/LC_MESSAGES/kcmkamera.mo share/locale/no/LC_MESSAGES/kdvi.mo -share/locale/no/LC_MESSAGES/kfax.mo -share/locale/no/LC_MESSAGES/kfract.mo -share/locale/no/LC_MESSAGES/kghostview.mo -share/locale/no/LC_MESSAGES/kiconedit.mo -share/locale/no/LC_MESSAGES/kpaint.mo -share/locale/no/LC_MESSAGES/kpixmap2bitmap.mo -share/locale/no/LC_MESSAGES/kruler.mo -share/locale/no/LC_MESSAGES/ksnapshot.mo -share/locale/no/LC_MESSAGES/kview.mo -share/locale/no/LC_MESSAGES/kviewshell.mo -share/locale/no/LC_MESSAGES/pixie.mo -share/locale/no/LC_MESSAGES/aktion.mo -share/locale/no/LC_MESSAGES/artsbuilder.mo -share/locale/no/LC_MESSAGES/artscontrol.mo -share/locale/no/LC_MESSAGES/kcmkmix.mo -share/locale/no/LC_MESSAGES/kmid.mo -share/locale/no/LC_MESSAGES/kmidi.mo -share/locale/no/LC_MESSAGES/kmix.mo -share/locale/no/LC_MESSAGES/kscd.mo -share/locale/no/LC_MESSAGES/noatun.mo -share/locale/no/LC_MESSAGES/kcmktalkd.mo -share/locale/no/LC_MESSAGES/kcmlanbrowser.mo -share/locale/no/LC_MESSAGES/kcmnewsticker.mo +share/locale/no/LC_MESSAGES/kedit.mo +share/locale/no/LC_MESSAGES/kexpress.mo share/locale/no/LC_MESSAGES/keystone.mo -share/locale/no/LC_MESSAGES/kio_lan.mo -share/locale/no/LC_MESSAGES/kit.mo -share/locale/no/LC_MESSAGES/kmail.mo -share/locale/no/LC_MESSAGES/kmailcvt.mo -share/locale/no/LC_MESSAGES/knewsticker.mo -share/locale/no/LC_MESSAGES/knode.mo -share/locale/no/LC_MESSAGES/korn.mo -share/locale/no/LC_MESSAGES/kppp.mo -share/locale/no/LC_MESSAGES/kppplogview.mo -share/locale/no/LC_MESSAGES/ksirc.mo -share/locale/no/LC_MESSAGES/ktalkd.mo -share/locale/no/LC_MESSAGES/abbrowser.mo -share/locale/no/LC_MESSAGES/empath.mo -share/locale/no/LC_MESSAGES/korganizer.mo -share/locale/no/LC_MESSAGES/kpilot.mo -share/locale/no/LC_MESSAGES/twister.mo -share/locale/no/LC_MESSAGES/kbabel.mo -share/locale/no/LC_MESSAGES/kdevelop.mo -share/locale/no/LC_MESSAGES/kless.mo -share/locale/no/LC_MESSAGES/kstartperf.mo -share/locale/no/LC_MESSAGES/ktranslator.mo -share/locale/no/LC_MESSAGES/amor.mo +share/locale/no/LC_MESSAGES/kfax.mo share/locale/no/LC_MESSAGES/kfifteenapplet.mo -share/locale/no/LC_MESSAGES/kmoon.mo -share/locale/no/LC_MESSAGES/kodo.mo -share/locale/no/LC_MESSAGES/kscoreapplet.mo -share/locale/no/LC_MESSAGES/kteatime.mo -share/locale/no/LC_MESSAGES/ktux.mo -share/locale/no/LC_MESSAGES/kworldwatch.mo -share/locale/no/LC_MESSAGES/ark.mo -share/locale/no/LC_MESSAGES/kab.mo -share/locale/no/LC_MESSAGES/karm.mo -share/locale/no/LC_MESSAGES/kcalc.mo -share/locale/no/LC_MESSAGES/kcharselect.mo -share/locale/no/LC_MESSAGES/kcharselectapplet.mo -share/locale/no/LC_MESSAGES/kcmlaptop.mo -share/locale/no/LC_MESSAGES/kdepasswd.mo -share/locale/no/LC_MESSAGES/kdessh.mo -share/locale/no/LC_MESSAGES/kdf.mo -share/locale/no/LC_MESSAGES/kedit.mo share/locale/no/LC_MESSAGES/kfind.mo -share/locale/no/LC_MESSAGES/kfloppy.mo -share/locale/no/LC_MESSAGES/khexedit.mo -share/locale/no/LC_MESSAGES/kjots.mo -share/locale/no/LC_MESSAGES/klaptopdaemon.mo -share/locale/no/LC_MESSAGES/kljettool.mo -share/locale/no/LC_MESSAGES/klpq.mo -share/locale/no/LC_MESSAGES/knotes.mo -share/locale/no/LC_MESSAGES/kpm.mo -share/locale/no/LC_MESSAGES/ktimemon.mo -share/locale/no/LC_MESSAGES/graphite.mo -share/locale/no/LC_MESSAGES/kchart.mo -share/locale/no/LC_MESSAGES/kformula.mo -share/locale/no/LC_MESSAGES/killustrator.mo -share/locale/no/LC_MESSAGES/kivio.mo -share/locale/no/LC_MESSAGES/koffice.mo -share/locale/no/LC_MESSAGES/koshell.mo -share/locale/no/LC_MESSAGES/kpresenter.mo -share/locale/no/LC_MESSAGES/krayon.mo -share/locale/no/LC_MESSAGES/kspread.mo -share/locale/no/LC_MESSAGES/kspreadcalc_calc.mo -share/locale/no/LC_MESSAGES/kword.mo -share/locale/no/LC_MESSAGES/KNetMgr.mo -share/locale/no/LC_MESSAGES/binclockapplet.mo -share/locale/no/LC_MESSAGES/caitoo.mo -share/locale/no/LC_MESSAGES/colfind.mo -share/locale/no/LC_MESSAGES/columbo.mo -share/locale/no/LC_MESSAGES/gofai.mo -share/locale/no/LC_MESSAGES/kafka.mo -share/locale/no/LC_MESSAGES/karchie.mo -share/locale/no/LC_MESSAGES/karchiver.mo -share/locale/no/LC_MESSAGES/katalog.mo -share/locale/no/LC_MESSAGES/kautorun.mo -share/locale/no/LC_MESSAGES/kbackpage.mo -share/locale/no/LC_MESSAGES/kbiff.mo -share/locale/no/LC_MESSAGES/kclock.mo -share/locale/no/LC_MESSAGES/kcmail.mo -share/locale/no/LC_MESSAGES/kcmbind.mo -share/locale/no/LC_MESSAGES/kcmdhcpd.mo -share/locale/no/LC_MESSAGES/kcmdrkonqi.mo -share/locale/no/LC_MESSAGES/kcmfontmanager.mo -share/locale/no/LC_MESSAGES/kcmgofai.mo -share/locale/no/LC_MESSAGES/kcmiwatcher.mo -share/locale/no/LC_MESSAGES/kcmkisdn.mo -share/locale/no/LC_MESSAGES/kcmnapster.mo -share/locale/no/LC_MESSAGES/kcmprinter.mo -share/locale/no/LC_MESSAGES/kcoloredit.mo -share/locale/no/LC_MESSAGES/kdao.mo -share/locale/no/LC_MESSAGES/kdbbrowser.mo -share/locale/no/LC_MESSAGES/kdbg.mo -share/locale/no/LC_MESSAGES/kdeinstaller.mo -share/locale/no/LC_MESSAGES/kdestdifacedemo.mo -share/locale/no/LC_MESSAGES/kexpress.mo +share/locale/no/LC_MESSAGES/kfindpart.mo share/locale/no/LC_MESSAGES/kfinger.mo +share/locale/no/LC_MESSAGES/kfloppy.mo +share/locale/no/LC_MESSAGES/kfmclient.mo +share/locale/no/LC_MESSAGES/kfmexec.mo share/locale/no/LC_MESSAGES/kformeditor.mo +share/locale/no/LC_MESSAGES/kformula.mo share/locale/no/LC_MESSAGES/kformviewer.mo share/locale/no/LC_MESSAGES/kfortune.mo +share/locale/no/LC_MESSAGES/kfract.mo +share/locale/no/LC_MESSAGES/kghostview.mo share/locale/no/LC_MESSAGES/kglchess.mo share/locale/no/LC_MESSAGES/kgrapher.mo +share/locale/no/LC_MESSAGES/khelpcenter.mo +share/locale/no/LC_MESSAGES/khexedit.mo +share/locale/no/LC_MESSAGES/khotkeys.mo +share/locale/no/LC_MESSAGES/kicker.mo +share/locale/no/LC_MESSAGES/kiconedit.mo share/locale/no/LC_MESSAGES/kicq.mo share/locale/no/LC_MESSAGES/kikbd.mo +share/locale/no/LC_MESSAGES/killustrator.mo share/locale/no/LC_MESSAGES/kim.mo +share/locale/no/LC_MESSAGES/kio_help.mo +share/locale/no/LC_MESSAGES/kio_lan.mo +share/locale/no/LC_MESSAGES/kio_man.mo +share/locale/no/LC_MESSAGES/kio_smbro.mo share/locale/no/LC_MESSAGES/kirc.mo share/locale/no/LC_MESSAGES/kisdn.mo +share/locale/no/LC_MESSAGES/kit.mo +share/locale/no/LC_MESSAGES/kivio.mo +share/locale/no/LC_MESSAGES/kjezz.mo +share/locale/no/LC_MESSAGES/kjots.mo share/locale/no/LC_MESSAGES/kjoy.mo +share/locale/no/LC_MESSAGES/kjumpingcube.mo +share/locale/no/LC_MESSAGES/klaptopdaemon.mo +share/locale/no/LC_MESSAGES/klegacyimport.mo +share/locale/no/LC_MESSAGES/kless.mo share/locale/no/LC_MESSAGES/klilo.mo +share/locale/no/LC_MESSAGES/klipper.mo +share/locale/no/LC_MESSAGES/kljettool.mo +share/locale/no/LC_MESSAGES/klock.mo +share/locale/no/LC_MESSAGES/klpq.mo share/locale/no/LC_MESSAGES/klyx.mo +share/locale/no/LC_MESSAGES/kmahjongg.mo +share/locale/no/LC_MESSAGES/kmail.mo +share/locale/no/LC_MESSAGES/kmailcvt.mo share/locale/no/LC_MESSAGES/kmaster.mo +share/locale/no/LC_MESSAGES/kmenuedit.mo share/locale/no/LC_MESSAGES/kmessage.mo +share/locale/no/LC_MESSAGES/kmid.mo +share/locale/no/LC_MESSAGES/kmidi.mo +share/locale/no/LC_MESSAGES/kmines.mo +share/locale/no/LC_MESSAGES/kminipagerapplet.mo +share/locale/no/LC_MESSAGES/kmix.mo share/locale/no/LC_MESSAGES/kmms.mo +share/locale/no/LC_MESSAGES/kmoon.mo share/locale/no/LC_MESSAGES/knetmon.mo +share/locale/no/LC_MESSAGES/knewsticker.mo +share/locale/no/LC_MESSAGES/knode.mo +share/locale/no/LC_MESSAGES/knotes.mo +share/locale/no/LC_MESSAGES/knotify.mo share/locale/no/LC_MESSAGES/knu.mo +share/locale/no/LC_MESSAGES/kodo.mo +share/locale/no/LC_MESSAGES/koffice.mo share/locale/no/LC_MESSAGES/koncd.mo +share/locale/no/LC_MESSAGES/konqueror.mo +share/locale/no/LC_MESSAGES/konquest.mo +share/locale/no/LC_MESSAGES/konsole.mo share/locale/no/LC_MESSAGES/konv.mo share/locale/no/LC_MESSAGES/kooka.mo share/locale/no/LC_MESSAGES/kopennap.mo +share/locale/no/LC_MESSAGES/korganizer.mo +share/locale/no/LC_MESSAGES/korn.mo +share/locale/no/LC_MESSAGES/koshell.mo share/locale/no/LC_MESSAGES/kp.mo +share/locale/no/LC_MESSAGES/kpackage.mo +share/locale/no/LC_MESSAGES/kpager.mo +share/locale/no/LC_MESSAGES/kpaint.mo +share/locale/no/LC_MESSAGES/kpat.mo share/locale/no/LC_MESSAGES/kphone.mo +share/locale/no/LC_MESSAGES/kpilot.mo +share/locale/no/LC_MESSAGES/kpixmap2bitmap.mo +share/locale/no/LC_MESSAGES/kpm.mo +share/locale/no/LC_MESSAGES/kpoker.mo share/locale/no/LC_MESSAGES/kpp.mo +share/locale/no/LC_MESSAGES/kppp.mo +share/locale/no/LC_MESSAGES/kppplogview.mo +share/locale/no/LC_MESSAGES/kpresenter.mo share/locale/no/LC_MESSAGES/kray.mo +share/locale/no/LC_MESSAGES/krayon.mo +share/locale/no/LC_MESSAGES/kreadconfig.mo +share/locale/no/LC_MESSAGES/kreversi.mo share/locale/no/LC_MESSAGES/krn.mo share/locale/no/LC_MESSAGES/krubik.mo +share/locale/no/LC_MESSAGES/kruler.mo +share/locale/no/LC_MESSAGES/krunapplet.mo share/locale/no/LC_MESSAGES/ksamba.mo +share/locale/no/LC_MESSAGES/ksame.mo +share/locale/no/LC_MESSAGES/kscd.mo share/locale/no/LC_MESSAGES/ksciplot.mo +share/locale/no/LC_MESSAGES/kscoreapplet.mo +share/locale/no/LC_MESSAGES/kshisen.mo +share/locale/no/LC_MESSAGES/ksirc.mo +share/locale/no/LC_MESSAGES/ksirtet.mo +share/locale/no/LC_MESSAGES/ksmiletris.mo +share/locale/no/LC_MESSAGES/ksmserver.mo +share/locale/no/LC_MESSAGES/ksnake.mo +share/locale/no/LC_MESSAGES/ksnapshot.mo +share/locale/no/LC_MESSAGES/ksokoban.mo +share/locale/no/LC_MESSAGES/kspaceduel.mo +share/locale/no/LC_MESSAGES/ksplash.mo +share/locale/no/LC_MESSAGES/kspread.mo +share/locale/no/LC_MESSAGES/kspreadcalc_calc.mo +share/locale/no/LC_MESSAGES/kstart.mo +share/locale/no/LC_MESSAGES/kstartperf.mo share/locale/no/LC_MESSAGES/kstockticker.mo +share/locale/no/LC_MESSAGES/ksysctrl.mo +share/locale/no/LC_MESSAGES/ksysguard.mo +share/locale/no/LC_MESSAGES/ksystemtrayapplet.mo +share/locale/no/LC_MESSAGES/ksysv.mo share/locale/no/LC_MESSAGES/ktables.mo share/locale/no/LC_MESSAGES/ktalk.mo +share/locale/no/LC_MESSAGES/ktalkd.mo +share/locale/no/LC_MESSAGES/ktaskbarapplet.mo +share/locale/no/LC_MESSAGES/kteatime.mo share/locale/no/LC_MESSAGES/ktelnet.mo share/locale/no/LC_MESSAGES/kthememgr.mo share/locale/no/LC_MESSAGES/kticker.mo -share/locale/no/LC_MESSAGES/kuml.mo +share/locale/no/LC_MESSAGES/ktimemon.mo +share/locale/no/LC_MESSAGES/ktip.mo +share/locale/no/LC_MESSAGES/ktranslator.mo +share/locale/no/LC_MESSAGES/ktron.mo +share/locale/no/LC_MESSAGES/ktuberling.mo +share/locale/no/LC_MESSAGES/ktux.mo share/locale/no/LC_MESSAGES/kuickshow.mo +share/locale/no/LC_MESSAGES/kuml.mo +share/locale/no/LC_MESSAGES/kuser.mo share/locale/no/LC_MESSAGES/kvidtune.mo +share/locale/no/LC_MESSAGES/kview.mo +share/locale/no/LC_MESSAGES/kviewshell.mo share/locale/no/LC_MESSAGES/kwebtree.mo +share/locale/no/LC_MESSAGES/kwin.mo +share/locale/no/LC_MESSAGES/kwin4.mo +share/locale/no/LC_MESSAGES/kword.mo +share/locale/no/LC_MESSAGES/kworldwatch.mo +share/locale/no/LC_MESSAGES/kwrite.mo +share/locale/no/LC_MESSAGES/kwuftpd.mo +share/locale/no/LC_MESSAGES/kxkb.mo +share/locale/no/LC_MESSAGES/kxmlrpcd.mo +share/locale/no/LC_MESSAGES/kxsconfig.mo +share/locale/no/LC_MESSAGES/libkdegames.mo +share/locale/no/LC_MESSAGES/libkonq.mo +share/locale/no/LC_MESSAGES/libtaskbar.mo +share/locale/no/LC_MESSAGES/lskat.mo +share/locale/no/LC_MESSAGES/multiplayers.mo +share/locale/no/LC_MESSAGES/naughtyapplet.mo +share/locale/no/LC_MESSAGES/noatun.mo +share/locale/no/LC_MESSAGES/nsplugin.mo +share/locale/no/LC_MESSAGES/passwords.mo +share/locale/no/LC_MESSAGES/pixie.mo share/locale/no/LC_MESSAGES/pws.mo +share/locale/no/LC_MESSAGES/quicklauncher.mo +share/locale/no/LC_MESSAGES/secpolicy.mo +share/locale/no/LC_MESSAGES/taskbarextension.mo share/locale/no/LC_MESSAGES/testgamelib.mo +share/locale/no/LC_MESSAGES/twister.mo share/locale/no/LC_MESSAGES/webmaker.mo -share/locale/no/LC_MESSAGES/desktop.mo -share/locale/no/LC_MESSAGES/kdelibs.mo -share/locale/no/LC_MESSAGES/knotify.mo share/locale/no/README share/locale/no/charset share/locale/no/entry.desktop share/locale/no/flag.png -share/locale/pl/LC_MESSAGES/kdat.mo -share/locale/pl/LC_MESSAGES/kpackage.mo -share/locale/pl/LC_MESSAGES/ksysv.mo -share/locale/pl/LC_MESSAGES/kuser.mo -share/locale/pl/LC_MESSAGES/secpolicy.mo +share/locale/no_NY/LC_MESSAGES/abbrowser.mo +share/locale/no_NY/LC_MESSAGES/aktion.mo +share/locale/no_NY/LC_MESSAGES/amor.mo +share/locale/no_NY/LC_MESSAGES/appletproxy.mo +share/locale/no_NY/LC_MESSAGES/ark.mo +share/locale/no_NY/LC_MESSAGES/artsbuilder.mo +share/locale/no_NY/LC_MESSAGES/artscontrol.mo +share/locale/no_NY/LC_MESSAGES/binclockapplet.mo +share/locale/no_NY/LC_MESSAGES/caitoo.mo +share/locale/no_NY/LC_MESSAGES/childpanelextension.mo +share/locale/no_NY/LC_MESSAGES/clockapplet.mo +share/locale/no_NY/LC_MESSAGES/colfind.mo +share/locale/no_NY/LC_MESSAGES/columbo.mo +share/locale/no_NY/LC_MESSAGES/desktop.mo +share/locale/no_NY/LC_MESSAGES/drkonqi.mo +share/locale/no_NY/LC_MESSAGES/empath.mo +share/locale/no_NY/LC_MESSAGES/extensionproxy.mo +share/locale/no_NY/LC_MESSAGES/filetypes.mo +share/locale/no_NY/LC_MESSAGES/gofai.mo +share/locale/no_NY/LC_MESSAGES/graphite.mo +share/locale/no_NY/LC_MESSAGES/htmlsearch.mo +share/locale/no_NY/LC_MESSAGES/kab.mo +share/locale/no_NY/LC_MESSAGES/kabalone.mo +share/locale/no_NY/LC_MESSAGES/kaccess.mo +share/locale/no_NY/LC_MESSAGES/kappfinder.mo +share/locale/no_NY/LC_MESSAGES/karchie.mo +share/locale/no_NY/LC_MESSAGES/karm.mo +share/locale/no_NY/LC_MESSAGES/kasteroids.mo +share/locale/no_NY/LC_MESSAGES/katalog.mo +share/locale/no_NY/LC_MESSAGES/katomic.mo +share/locale/no_NY/LC_MESSAGES/kautorun.mo +share/locale/no_NY/LC_MESSAGES/kbabel.mo +share/locale/no_NY/LC_MESSAGES/kbiff.mo +share/locale/no_NY/LC_MESSAGES/kblackbox.mo +share/locale/no_NY/LC_MESSAGES/kcalc.mo +share/locale/no_NY/LC_MESSAGES/kcharselect.mo +share/locale/no_NY/LC_MESSAGES/kcharselectapplet.mo +share/locale/no_NY/LC_MESSAGES/kchart.mo +share/locale/no_NY/LC_MESSAGES/kclock.mo +share/locale/no_NY/LC_MESSAGES/kcmaccess.mo +share/locale/no_NY/LC_MESSAGES/kcmail.mo +share/locale/no_NY/LC_MESSAGES/kcmarts.mo +share/locale/no_NY/LC_MESSAGES/kcmbackground.mo +share/locale/no_NY/LC_MESSAGES/kcmbell.mo +share/locale/no_NY/LC_MESSAGES/kcmcolors.mo +share/locale/no_NY/LC_MESSAGES/kcmcrypto.mo +share/locale/no_NY/LC_MESSAGES/kcmdrkonqi.mo +share/locale/no_NY/LC_MESSAGES/kcmemail.mo +share/locale/no_NY/LC_MESSAGES/kcmenergy.mo +share/locale/no_NY/LC_MESSAGES/kcmfontmanager.mo +share/locale/no_NY/LC_MESSAGES/kcmfonts.mo +share/locale/no_NY/LC_MESSAGES/kcmgofai.mo +share/locale/no_NY/LC_MESSAGES/kcmhtmlsearch.mo +share/locale/no_NY/LC_MESSAGES/kcmicons.mo +share/locale/no_NY/LC_MESSAGES/kcminfo.mo +share/locale/no_NY/LC_MESSAGES/kcminput.mo +share/locale/no_NY/LC_MESSAGES/kcmioslaveinfo.mo +share/locale/no_NY/LC_MESSAGES/kcmkamera.mo +share/locale/no_NY/LC_MESSAGES/kcmkclock.mo +share/locale/no_NY/LC_MESSAGES/kcmkdb.mo +share/locale/no_NY/LC_MESSAGES/kcmkeys.mo +share/locale/no_NY/LC_MESSAGES/kcmkicker.mo +share/locale/no_NY/LC_MESSAGES/kcmkio.mo +share/locale/no_NY/LC_MESSAGES/kcmkisdn.mo +share/locale/no_NY/LC_MESSAGES/kcmkmix.mo +share/locale/no_NY/LC_MESSAGES/kcmkonq.mo +share/locale/no_NY/LC_MESSAGES/kcmkonqhtml.mo +share/locale/no_NY/LC_MESSAGES/kcmktalkd.mo +share/locale/no_NY/LC_MESSAGES/kcmkurifilt.mo +share/locale/no_NY/LC_MESSAGES/kcmkwm.mo +share/locale/no_NY/LC_MESSAGES/kcmlanbrowser.mo +share/locale/no_NY/LC_MESSAGES/kcmlaptop.mo +share/locale/no_NY/LC_MESSAGES/kcmlayout.mo +share/locale/no_NY/LC_MESSAGES/kcmlocale.mo +share/locale/no_NY/LC_MESSAGES/kcmmidi.mo +share/locale/no_NY/LC_MESSAGES/kcmnotify.mo +share/locale/no_NY/LC_MESSAGES/kcmodbc.mo +share/locale/no_NY/LC_MESSAGES/kcmprinter.mo +share/locale/no_NY/LC_MESSAGES/kcmsamba.mo +share/locale/no_NY/LC_MESSAGES/kcmscreensaver.mo +share/locale/no_NY/LC_MESSAGES/kcmsmserver.mo +share/locale/no_NY/LC_MESSAGES/kcmstyle.mo +share/locale/no_NY/LC_MESSAGES/kcmtaskbar.mo +share/locale/no_NY/LC_MESSAGES/kcmthemes.mo +share/locale/no_NY/LC_MESSAGES/kcoloredit.mo +share/locale/no_NY/LC_MESSAGES/kcontrol.mo +share/locale/no_NY/LC_MESSAGES/kcron.mo +share/locale/no_NY/LC_MESSAGES/kdat.mo +share/locale/no_NY/LC_MESSAGES/kdbg.mo +share/locale/no_NY/LC_MESSAGES/kdcop.mo +share/locale/no_NY/LC_MESSAGES/kdebugdialog.mo +share/locale/no_NY/LC_MESSAGES/kdelibs.mo +share/locale/no_NY/LC_MESSAGES/kdepasswd.mo +share/locale/no_NY/LC_MESSAGES/kdesktop.mo +share/locale/no_NY/LC_MESSAGES/kdessh.mo +share/locale/no_NY/LC_MESSAGES/kdesu.mo +share/locale/no_NY/LC_MESSAGES/kdesud.mo +share/locale/no_NY/LC_MESSAGES/kdf.mo +share/locale/no_NY/LC_MESSAGES/kdmchooser.mo +share/locale/no_NY/LC_MESSAGES/kdmconfig.mo +share/locale/no_NY/LC_MESSAGES/kdmgreet.mo +share/locale/no_NY/LC_MESSAGES/kdvi.mo +share/locale/no_NY/LC_MESSAGES/kedit.mo +share/locale/no_NY/LC_MESSAGES/kexpress.mo +share/locale/no_NY/LC_MESSAGES/keystone.mo +share/locale/no_NY/LC_MESSAGES/kfax.mo +share/locale/no_NY/LC_MESSAGES/kfifteenapplet.mo +share/locale/no_NY/LC_MESSAGES/kfind.mo +share/locale/no_NY/LC_MESSAGES/kfindpart.mo +share/locale/no_NY/LC_MESSAGES/kfinger.mo +share/locale/no_NY/LC_MESSAGES/kfloppy.mo +share/locale/no_NY/LC_MESSAGES/kfmclient.mo +share/locale/no_NY/LC_MESSAGES/kfmexec.mo +share/locale/no_NY/LC_MESSAGES/kformeditor.mo +share/locale/no_NY/LC_MESSAGES/kformula.mo +share/locale/no_NY/LC_MESSAGES/kformviewer.mo +share/locale/no_NY/LC_MESSAGES/kfract.mo +share/locale/no_NY/LC_MESSAGES/kghostview.mo +share/locale/no_NY/LC_MESSAGES/kglchess.mo +share/locale/no_NY/LC_MESSAGES/kgrapher.mo +share/locale/no_NY/LC_MESSAGES/khelpcenter.mo +share/locale/no_NY/LC_MESSAGES/khexedit.mo +share/locale/no_NY/LC_MESSAGES/khotkeys.mo +share/locale/no_NY/LC_MESSAGES/kicker.mo +share/locale/no_NY/LC_MESSAGES/kiconedit.mo +share/locale/no_NY/LC_MESSAGES/kikbd.mo +share/locale/no_NY/LC_MESSAGES/killustrator.mo +share/locale/no_NY/LC_MESSAGES/kio_help.mo +share/locale/no_NY/LC_MESSAGES/kio_lan.mo +share/locale/no_NY/LC_MESSAGES/kio_man.mo +share/locale/no_NY/LC_MESSAGES/kio_smbro.mo +share/locale/no_NY/LC_MESSAGES/kirc.mo +share/locale/no_NY/LC_MESSAGES/kisdn.mo +share/locale/no_NY/LC_MESSAGES/kit.mo +share/locale/no_NY/LC_MESSAGES/kivio.mo +share/locale/no_NY/LC_MESSAGES/kjezz.mo +share/locale/no_NY/LC_MESSAGES/kjots.mo +share/locale/no_NY/LC_MESSAGES/kjoy.mo +share/locale/no_NY/LC_MESSAGES/kjumpingcube.mo +share/locale/no_NY/LC_MESSAGES/klaptopdaemon.mo +share/locale/no_NY/LC_MESSAGES/klegacyimport.mo +share/locale/no_NY/LC_MESSAGES/kless.mo +share/locale/no_NY/LC_MESSAGES/klipper.mo +share/locale/no_NY/LC_MESSAGES/kljettool.mo +share/locale/no_NY/LC_MESSAGES/klock.mo +share/locale/no_NY/LC_MESSAGES/klpq.mo +share/locale/no_NY/LC_MESSAGES/kmahjongg.mo +share/locale/no_NY/LC_MESSAGES/kmail.mo +share/locale/no_NY/LC_MESSAGES/kmailcvt.mo +share/locale/no_NY/LC_MESSAGES/kmenuedit.mo +share/locale/no_NY/LC_MESSAGES/kmid.mo +share/locale/no_NY/LC_MESSAGES/kmidi.mo +share/locale/no_NY/LC_MESSAGES/kmines.mo +share/locale/no_NY/LC_MESSAGES/kminipagerapplet.mo +share/locale/no_NY/LC_MESSAGES/kmix.mo +share/locale/no_NY/LC_MESSAGES/kmoon.mo +share/locale/no_NY/LC_MESSAGES/knewsticker.mo +share/locale/no_NY/LC_MESSAGES/knode.mo +share/locale/no_NY/LC_MESSAGES/knotes.mo +share/locale/no_NY/LC_MESSAGES/knotify.mo +share/locale/no_NY/LC_MESSAGES/knu.mo +share/locale/no_NY/LC_MESSAGES/kodo.mo +share/locale/no_NY/LC_MESSAGES/koffice.mo +share/locale/no_NY/LC_MESSAGES/konqueror.mo +share/locale/no_NY/LC_MESSAGES/konquest.mo +share/locale/no_NY/LC_MESSAGES/konsole.mo +share/locale/no_NY/LC_MESSAGES/konv.mo +share/locale/no_NY/LC_MESSAGES/korganizer.mo +share/locale/no_NY/LC_MESSAGES/korn.mo +share/locale/no_NY/LC_MESSAGES/koshell.mo +share/locale/no_NY/LC_MESSAGES/kpackage.mo +share/locale/no_NY/LC_MESSAGES/kpager.mo +share/locale/no_NY/LC_MESSAGES/kpaint.mo +share/locale/no_NY/LC_MESSAGES/kpat.mo +share/locale/no_NY/LC_MESSAGES/kphone.mo +share/locale/no_NY/LC_MESSAGES/kpilot.mo +share/locale/no_NY/LC_MESSAGES/kpixmap2bitmap.mo +share/locale/no_NY/LC_MESSAGES/kpm.mo +share/locale/no_NY/LC_MESSAGES/kpoker.mo +share/locale/no_NY/LC_MESSAGES/kppp.mo +share/locale/no_NY/LC_MESSAGES/kppplogview.mo +share/locale/no_NY/LC_MESSAGES/kpresenter.mo +share/locale/no_NY/LC_MESSAGES/krayon.mo +share/locale/no_NY/LC_MESSAGES/kreadconfig.mo +share/locale/no_NY/LC_MESSAGES/kreversi.mo +share/locale/no_NY/LC_MESSAGES/kruler.mo +share/locale/no_NY/LC_MESSAGES/krunapplet.mo +share/locale/no_NY/LC_MESSAGES/ksamba.mo +share/locale/no_NY/LC_MESSAGES/ksame.mo +share/locale/no_NY/LC_MESSAGES/kscd.mo +share/locale/no_NY/LC_MESSAGES/kscoreapplet.mo +share/locale/no_NY/LC_MESSAGES/kshisen.mo +share/locale/no_NY/LC_MESSAGES/ksirc.mo +share/locale/no_NY/LC_MESSAGES/ksirtet.mo +share/locale/no_NY/LC_MESSAGES/ksmiletris.mo +share/locale/no_NY/LC_MESSAGES/ksmserver.mo +share/locale/no_NY/LC_MESSAGES/ksnake.mo +share/locale/no_NY/LC_MESSAGES/ksnapshot.mo +share/locale/no_NY/LC_MESSAGES/ksokoban.mo +share/locale/no_NY/LC_MESSAGES/kspaceduel.mo +share/locale/no_NY/LC_MESSAGES/ksplash.mo +share/locale/no_NY/LC_MESSAGES/kspread.mo +share/locale/no_NY/LC_MESSAGES/kspreadcalc_calc.mo +share/locale/no_NY/LC_MESSAGES/kstart.mo +share/locale/no_NY/LC_MESSAGES/kstartperf.mo +share/locale/no_NY/LC_MESSAGES/ksysctrl.mo +share/locale/no_NY/LC_MESSAGES/ksysguard.mo +share/locale/no_NY/LC_MESSAGES/ksystemtrayapplet.mo +share/locale/no_NY/LC_MESSAGES/ksysv.mo +share/locale/no_NY/LC_MESSAGES/ktables.mo +share/locale/no_NY/LC_MESSAGES/ktalkd.mo +share/locale/no_NY/LC_MESSAGES/ktaskbarapplet.mo +share/locale/no_NY/LC_MESSAGES/kteatime.mo +share/locale/no_NY/LC_MESSAGES/ktimemon.mo +share/locale/no_NY/LC_MESSAGES/ktip.mo +share/locale/no_NY/LC_MESSAGES/ktranslator.mo +share/locale/no_NY/LC_MESSAGES/ktron.mo +share/locale/no_NY/LC_MESSAGES/ktuberling.mo +share/locale/no_NY/LC_MESSAGES/ktux.mo +share/locale/no_NY/LC_MESSAGES/kuml.mo +share/locale/no_NY/LC_MESSAGES/kuser.mo +share/locale/no_NY/LC_MESSAGES/kview.mo +share/locale/no_NY/LC_MESSAGES/kviewshell.mo +share/locale/no_NY/LC_MESSAGES/kwin.mo +share/locale/no_NY/LC_MESSAGES/kword.mo +share/locale/no_NY/LC_MESSAGES/kworldwatch.mo +share/locale/no_NY/LC_MESSAGES/kwrite.mo +share/locale/no_NY/LC_MESSAGES/kwuftpd.mo +share/locale/no_NY/LC_MESSAGES/kxkb.mo +share/locale/no_NY/LC_MESSAGES/kxmlrpcd.mo +share/locale/no_NY/LC_MESSAGES/kxsconfig.mo +share/locale/no_NY/LC_MESSAGES/libkdegames.mo +share/locale/no_NY/LC_MESSAGES/libkonq.mo +share/locale/no_NY/LC_MESSAGES/libtaskbar.mo +share/locale/no_NY/LC_MESSAGES/lskat.mo +share/locale/no_NY/LC_MESSAGES/multiplayers.mo +share/locale/no_NY/LC_MESSAGES/naughtyapplet.mo +share/locale/no_NY/LC_MESSAGES/noatun.mo +share/locale/no_NY/LC_MESSAGES/nsplugin.mo +share/locale/no_NY/LC_MESSAGES/passwords.mo +share/locale/no_NY/LC_MESSAGES/pixie.mo +share/locale/no_NY/LC_MESSAGES/quicklauncher.mo +share/locale/no_NY/LC_MESSAGES/secpolicy.mo +share/locale/no_NY/LC_MESSAGES/taskbarextension.mo +share/locale/no_NY/LC_MESSAGES/twister.mo +share/locale/no_NY/LC_MESSAGES/webmaker.mo +share/locale/no_NY/charset +share/locale/no_NY/entry.desktop +share/locale/no_NY/flag.png +share/locale/pl/LC_MESSAGES/abbrowser.mo +share/locale/pl/LC_MESSAGES/amor.mo +share/locale/pl/LC_MESSAGES/ark.mo +share/locale/pl/LC_MESSAGES/caitoo.mo share/locale/pl/LC_MESSAGES/childpanelextension.mo share/locale/pl/LC_MESSAGES/clockapplet.mo +share/locale/pl/LC_MESSAGES/desktop.mo share/locale/pl/LC_MESSAGES/drkonqi.mo +share/locale/pl/LC_MESSAGES/empath.mo share/locale/pl/LC_MESSAGES/filetypes.mo +share/locale/pl/LC_MESSAGES/graphite.mo share/locale/pl/LC_MESSAGES/htmlsearch.mo +share/locale/pl/LC_MESSAGES/kab.mo +share/locale/pl/LC_MESSAGES/kabalone.mo share/locale/pl/LC_MESSAGES/kaccess.mo +share/locale/pl/LC_MESSAGES/kaiman.mo share/locale/pl/LC_MESSAGES/kappfinder.mo +share/locale/pl/LC_MESSAGES/karchie.mo +share/locale/pl/LC_MESSAGES/karm.mo +share/locale/pl/LC_MESSAGES/kasteroids.mo +share/locale/pl/LC_MESSAGES/katalog.mo +share/locale/pl/LC_MESSAGES/kautorun.mo +share/locale/pl/LC_MESSAGES/kbabel.mo +share/locale/pl/LC_MESSAGES/kbabeldict.mo share/locale/pl/LC_MESSAGES/kbgndwm.mo +share/locale/pl/LC_MESSAGES/kbiff.mo +share/locale/pl/LC_MESSAGES/kblackbox.mo +share/locale/pl/LC_MESSAGES/kcalc.mo +share/locale/pl/LC_MESSAGES/kcharselect.mo +share/locale/pl/LC_MESSAGES/kchart.mo +share/locale/pl/LC_MESSAGES/kclock.mo share/locale/pl/LC_MESSAGES/kcmaccess.mo +share/locale/pl/LC_MESSAGES/kcmail.mo share/locale/pl/LC_MESSAGES/kcmarts.mo share/locale/pl/LC_MESSAGES/kcmbackground.mo share/locale/pl/LC_MESSAGES/kcmbell.mo @@ -15170,14 +18026,17 @@ share/locale/pl/LC_MESSAGES/kcmkeys.mo share/locale/pl/LC_MESSAGES/kcmkfm.mo share/locale/pl/LC_MESSAGES/kcmkicker.mo share/locale/pl/LC_MESSAGES/kcmkio.mo +share/locale/pl/LC_MESSAGES/kcmkmix.mo share/locale/pl/LC_MESSAGES/kcmkonq.mo share/locale/pl/LC_MESSAGES/kcmkonqhtml.mo share/locale/pl/LC_MESSAGES/kcmkpanel.mo +share/locale/pl/LC_MESSAGES/kcmktalkd.mo share/locale/pl/LC_MESSAGES/kcmkurifilt.mo share/locale/pl/LC_MESSAGES/kcmkwm.mo -share/locale/pl/LC_MESSAGES/kcmmidi.mo +share/locale/pl/LC_MESSAGES/kcmlaptop.mo share/locale/pl/LC_MESSAGES/kcmlayout.mo share/locale/pl/LC_MESSAGES/kcmlocale.mo +share/locale/pl/LC_MESSAGES/kcmmidi.mo share/locale/pl/LC_MESSAGES/kcmnotify.mo share/locale/pl/LC_MESSAGES/kcmodbc.mo share/locale/pl/LC_MESSAGES/kcmsamba.mo @@ -15191,45 +18050,132 @@ share/locale/pl/LC_MESSAGES/kcmtaskbar.mo share/locale/pl/LC_MESSAGES/kcmthemes.mo share/locale/pl/LC_MESSAGES/kcmvirtualdesktops.mo share/locale/pl/LC_MESSAGES/kcontrol.mo +share/locale/pl/LC_MESSAGES/kdat.mo share/locale/pl/LC_MESSAGES/kdateapplet.mo +share/locale/pl/LC_MESSAGES/kdbg.mo share/locale/pl/LC_MESSAGES/kdcop.mo share/locale/pl/LC_MESSAGES/kdebugdialog.mo share/locale/pl/LC_MESSAGES/kdehelp.mo +share/locale/pl/LC_MESSAGES/kdelibs.mo +share/locale/pl/LC_MESSAGES/kdepasswd.mo share/locale/pl/LC_MESSAGES/kdesktop.mo +share/locale/pl/LC_MESSAGES/kdessh.mo +share/locale/pl/LC_MESSAGES/kdevelop.mo share/locale/pl/LC_MESSAGES/kdewizard.mo +share/locale/pl/LC_MESSAGES/kdf.mo +share/locale/pl/LC_MESSAGES/kdiagramm.mo share/locale/pl/LC_MESSAGES/kdm.mo share/locale/pl/LC_MESSAGES/kdmchooser.mo share/locale/pl/LC_MESSAGES/kdmconfig.mo share/locale/pl/LC_MESSAGES/kdmgreet.mo +share/locale/pl/LC_MESSAGES/kdvi.mo +share/locale/pl/LC_MESSAGES/kedit.mo +share/locale/pl/LC_MESSAGES/keystone.mo +share/locale/pl/LC_MESSAGES/kfax.mo +share/locale/pl/LC_MESSAGES/kfind.mo +share/locale/pl/LC_MESSAGES/kfinger.mo +share/locale/pl/LC_MESSAGES/kfloppy.mo share/locale/pl/LC_MESSAGES/kfm.mo share/locale/pl/LC_MESSAGES/kfontmanager.mo +share/locale/pl/LC_MESSAGES/kformula.mo +share/locale/pl/LC_MESSAGES/kfortune.mo +share/locale/pl/LC_MESSAGES/kfract.mo +share/locale/pl/LC_MESSAGES/kghostview.mo share/locale/pl/LC_MESSAGES/khelpcenter.mo +share/locale/pl/LC_MESSAGES/khexedit.mo share/locale/pl/LC_MESSAGES/khotkeys.mo share/locale/pl/LC_MESSAGES/kicker.mo +share/locale/pl/LC_MESSAGES/kiconedit.mo share/locale/pl/LC_MESSAGES/kikbd.mo +share/locale/pl/LC_MESSAGES/killustrator.mo +share/locale/pl/LC_MESSAGES/kimage.mo +share/locale/pl/LC_MESSAGES/kimageshop.mo +share/locale/pl/LC_MESSAGES/kjots.mo +share/locale/pl/LC_MESSAGES/kjumpingcube.mo +share/locale/pl/LC_MESSAGES/klaptopdaemon.mo share/locale/pl/LC_MESSAGES/klegacyimport.mo +share/locale/pl/LC_MESSAGES/kless.mo +share/locale/pl/LC_MESSAGES/klipper.mo +share/locale/pl/LC_MESSAGES/kljettool.mo share/locale/pl/LC_MESSAGES/klock.mo +share/locale/pl/LC_MESSAGES/klpq.mo +share/locale/pl/LC_MESSAGES/klyx.mo +share/locale/pl/LC_MESSAGES/kmahjongg.mo +share/locale/pl/LC_MESSAGES/kmail.mo +share/locale/pl/LC_MESSAGES/kmedia.mo share/locale/pl/LC_MESSAGES/kmenuedit.mo +share/locale/pl/LC_MESSAGES/kmid.mo +share/locale/pl/LC_MESSAGES/kmines.mo share/locale/pl/LC_MESSAGES/kminipagerapplet.mo +share/locale/pl/LC_MESSAGES/kmix.mo +share/locale/pl/LC_MESSAGES/kmoon.mo +share/locale/pl/LC_MESSAGES/knode.mo +share/locale/pl/LC_MESSAGES/knotes.mo +share/locale/pl/LC_MESSAGES/knotify.mo +share/locale/pl/LC_MESSAGES/knu.mo +share/locale/pl/LC_MESSAGES/koffice.mo +share/locale/pl/LC_MESSAGES/kohtml.mo share/locale/pl/LC_MESSAGES/konq_searcher.mo share/locale/pl/LC_MESSAGES/konqueror.mo +share/locale/pl/LC_MESSAGES/konquest.mo share/locale/pl/LC_MESSAGES/konsole.mo +share/locale/pl/LC_MESSAGES/korganizer.mo +share/locale/pl/LC_MESSAGES/korn.mo +share/locale/pl/LC_MESSAGES/koshell.mo +share/locale/pl/LC_MESSAGES/kotrader.mo +share/locale/pl/LC_MESSAGES/kpackage.mo share/locale/pl/LC_MESSAGES/kpager.mo share/locale/pl/LC_MESSAGES/kpagerapplet.mo +share/locale/pl/LC_MESSAGES/kpaint.mo share/locale/pl/LC_MESSAGES/kpanel.mo +share/locale/pl/LC_MESSAGES/kpat.mo +share/locale/pl/LC_MESSAGES/kpixmap2bitmap.mo +share/locale/pl/LC_MESSAGES/kpm.mo +share/locale/pl/LC_MESSAGES/kpoker.mo +share/locale/pl/LC_MESSAGES/kppp.mo +share/locale/pl/LC_MESSAGES/kppplogview.mo +share/locale/pl/LC_MESSAGES/kpresenter.mo share/locale/pl/LC_MESSAGES/krdb.mo share/locale/pl/LC_MESSAGES/kreadconfig.mo +share/locale/pl/LC_MESSAGES/kreversi.mo +share/locale/pl/LC_MESSAGES/krn.mo share/locale/pl/LC_MESSAGES/krootwm.mo share/locale/pl/LC_MESSAGES/krunapplet.mo +share/locale/pl/LC_MESSAGES/ksame.mo +share/locale/pl/LC_MESSAGES/kscd.mo +share/locale/pl/LC_MESSAGES/ksciplot.mo +share/locale/pl/LC_MESSAGES/kshisen.mo +share/locale/pl/LC_MESSAGES/ksirc.mo +share/locale/pl/LC_MESSAGES/ksirtet.mo +share/locale/pl/LC_MESSAGES/ksmiletris.mo share/locale/pl/LC_MESSAGES/ksmserver.mo +share/locale/pl/LC_MESSAGES/ksnake.mo +share/locale/pl/LC_MESSAGES/ksnapshot.mo +share/locale/pl/LC_MESSAGES/ksokoban.mo share/locale/pl/LC_MESSAGES/ksplash.mo +share/locale/pl/LC_MESSAGES/kspread.mo +share/locale/pl/LC_MESSAGES/kspreadcalc_calc.mo share/locale/pl/LC_MESSAGES/kstart.mo +share/locale/pl/LC_MESSAGES/kstartperf.mo +share/locale/pl/LC_MESSAGES/ksysv.mo +share/locale/pl/LC_MESSAGES/ktalkd.mo share/locale/pl/LC_MESSAGES/ktaskbarapplet.mo +share/locale/pl/LC_MESSAGES/kteatime.mo share/locale/pl/LC_MESSAGES/kthememgr.mo +share/locale/pl/LC_MESSAGES/ktimemon.mo share/locale/pl/LC_MESSAGES/ktip.mo +share/locale/pl/LC_MESSAGES/ktranslator.mo +share/locale/pl/LC_MESSAGES/ktron.mo +share/locale/pl/LC_MESSAGES/ktux.mo +share/locale/pl/LC_MESSAGES/kuickshow.mo +share/locale/pl/LC_MESSAGES/kuser.mo +share/locale/pl/LC_MESSAGES/kview.mo +share/locale/pl/LC_MESSAGES/kviewshell.mo share/locale/pl/LC_MESSAGES/kwelcome.mo share/locale/pl/LC_MESSAGES/kwin.mo share/locale/pl/LC_MESSAGES/kwm.mo +share/locale/pl/LC_MESSAGES/kword.mo +share/locale/pl/LC_MESSAGES/kworldwatch.mo share/locale/pl/LC_MESSAGES/kwrite.mo share/locale/pl/LC_MESSAGES/kxkb.mo share/locale/pl/LC_MESSAGES/kxmlrpcd.mo @@ -15238,1463 +18184,388 @@ share/locale/pl/LC_MESSAGES/libkonq.mo share/locale/pl/LC_MESSAGES/libtaskbar.mo share/locale/pl/LC_MESSAGES/nsplugin.mo share/locale/pl/LC_MESSAGES/passwords.mo +share/locale/pl/LC_MESSAGES/pixie.mo share/locale/pl/LC_MESSAGES/quicklauncher.mo +share/locale/pl/LC_MESSAGES/secpolicy.mo +share/locale/pl/LC_MESSAGES/spell_tool.mo share/locale/pl/LC_MESSAGES/taskbarextension.mo -share/locale/pl/LC_MESSAGES/kabalone.mo -share/locale/pl/LC_MESSAGES/kasteroids.mo -share/locale/pl/LC_MESSAGES/kblackbox.mo -share/locale/pl/LC_MESSAGES/kjumpingcube.mo -share/locale/pl/LC_MESSAGES/kmahjongg.mo -share/locale/pl/LC_MESSAGES/kmines.mo -share/locale/pl/LC_MESSAGES/konquest.mo -share/locale/pl/LC_MESSAGES/kpat.mo -share/locale/pl/LC_MESSAGES/kpoker.mo -share/locale/pl/LC_MESSAGES/kreversi.mo -share/locale/pl/LC_MESSAGES/ksame.mo -share/locale/pl/LC_MESSAGES/kshisen.mo -share/locale/pl/LC_MESSAGES/ksirtet.mo -share/locale/pl/LC_MESSAGES/ksmiletris.mo -share/locale/pl/LC_MESSAGES/ksnake.mo -share/locale/pl/LC_MESSAGES/ksokoban.mo -share/locale/pl/LC_MESSAGES/ktron.mo -share/locale/pl/LC_MESSAGES/katalog.mo -share/locale/pl/LC_MESSAGES/kdvi.mo -share/locale/pl/LC_MESSAGES/kfax.mo -share/locale/pl/LC_MESSAGES/kfract.mo -share/locale/pl/LC_MESSAGES/kghostview.mo -share/locale/pl/LC_MESSAGES/kiconedit.mo -share/locale/pl/LC_MESSAGES/kpaint.mo -share/locale/pl/LC_MESSAGES/kpixmap2bitmap.mo -share/locale/pl/LC_MESSAGES/ksnapshot.mo -share/locale/pl/LC_MESSAGES/kview.mo -share/locale/pl/LC_MESSAGES/kviewshell.mo -share/locale/pl/LC_MESSAGES/pixie.mo -share/locale/pl/LC_MESSAGES/kaiman.mo -share/locale/pl/LC_MESSAGES/kautorun.mo -share/locale/pl/LC_MESSAGES/kcmkmix.mo -share/locale/pl/LC_MESSAGES/kmedia.mo -share/locale/pl/LC_MESSAGES/kmid.mo -share/locale/pl/LC_MESSAGES/kmix.mo -share/locale/pl/LC_MESSAGES/kscd.mo -share/locale/pl/LC_MESSAGES/karchie.mo -share/locale/pl/LC_MESSAGES/kbiff.mo -share/locale/pl/LC_MESSAGES/kcmktalkd.mo -share/locale/pl/LC_MESSAGES/keystone.mo -share/locale/pl/LC_MESSAGES/kfinger.mo -share/locale/pl/LC_MESSAGES/kmail.mo -share/locale/pl/LC_MESSAGES/knode.mo -share/locale/pl/LC_MESSAGES/knu.mo -share/locale/pl/LC_MESSAGES/korn.mo -share/locale/pl/LC_MESSAGES/kppp.mo -share/locale/pl/LC_MESSAGES/kppplogview.mo -share/locale/pl/LC_MESSAGES/krn.mo -share/locale/pl/LC_MESSAGES/ksirc.mo -share/locale/pl/LC_MESSAGES/ktalkd.mo -share/locale/pl/LC_MESSAGES/abbrowser.mo -share/locale/pl/LC_MESSAGES/empath.mo -share/locale/pl/LC_MESSAGES/korganizer.mo share/locale/pl/LC_MESSAGES/twister.mo -share/locale/pl/LC_MESSAGES/kbabel.mo -share/locale/pl/LC_MESSAGES/kbabeldict.mo -share/locale/pl/LC_MESSAGES/kdevelop.mo -share/locale/pl/LC_MESSAGES/kless.mo -share/locale/pl/LC_MESSAGES/kstartperf.mo -share/locale/pl/LC_MESSAGES/ktranslator.mo -share/locale/pl/LC_MESSAGES/amor.mo -share/locale/pl/LC_MESSAGES/kmoon.mo -share/locale/pl/LC_MESSAGES/kteatime.mo -share/locale/pl/LC_MESSAGES/kworldwatch.mo -share/locale/pl/LC_MESSAGES/ark.mo -share/locale/pl/LC_MESSAGES/kab.mo -share/locale/pl/LC_MESSAGES/karm.mo -share/locale/pl/LC_MESSAGES/kcalc.mo -share/locale/pl/LC_MESSAGES/kcharselect.mo -share/locale/pl/LC_MESSAGES/kcmlaptop.mo -share/locale/pl/LC_MESSAGES/kdepasswd.mo -share/locale/pl/LC_MESSAGES/kdessh.mo -share/locale/pl/LC_MESSAGES/kdf.mo -share/locale/pl/LC_MESSAGES/kedit.mo -share/locale/pl/LC_MESSAGES/kfind.mo -share/locale/pl/LC_MESSAGES/kfloppy.mo -share/locale/pl/LC_MESSAGES/khexedit.mo -share/locale/pl/LC_MESSAGES/kjots.mo -share/locale/pl/LC_MESSAGES/klipper.mo -share/locale/pl/LC_MESSAGES/klaptopdaemon.mo -share/locale/pl/LC_MESSAGES/kljettool.mo -share/locale/pl/LC_MESSAGES/klpq.mo -share/locale/pl/LC_MESSAGES/knotes.mo -share/locale/pl/LC_MESSAGES/kpm.mo -share/locale/pl/LC_MESSAGES/ktimemon.mo -share/locale/pl/LC_MESSAGES/graphite.mo -share/locale/pl/LC_MESSAGES/kchart.mo -share/locale/pl/LC_MESSAGES/kdiagramm.mo -share/locale/pl/LC_MESSAGES/kformula.mo -share/locale/pl/LC_MESSAGES/killustrator.mo -share/locale/pl/LC_MESSAGES/kimage.mo -share/locale/pl/LC_MESSAGES/kimageshop.mo -share/locale/pl/LC_MESSAGES/koffice.mo -share/locale/pl/LC_MESSAGES/kohtml.mo -share/locale/pl/LC_MESSAGES/koshell.mo -share/locale/pl/LC_MESSAGES/kotrader.mo -share/locale/pl/LC_MESSAGES/kpresenter.mo -share/locale/pl/LC_MESSAGES/kspread.mo -share/locale/pl/LC_MESSAGES/kspreadcalc_calc.mo -share/locale/pl/LC_MESSAGES/kword.mo -share/locale/pl/LC_MESSAGES/spell_tool.mo -share/locale/pl/LC_MESSAGES/caitoo.mo -share/locale/pl/LC_MESSAGES/kclock.mo -share/locale/pl/LC_MESSAGES/kcmail.mo -share/locale/pl/LC_MESSAGES/kdbg.mo -share/locale/pl/LC_MESSAGES/kfortune.mo -share/locale/pl/LC_MESSAGES/klyx.mo -share/locale/pl/LC_MESSAGES/ksciplot.mo -share/locale/pl/LC_MESSAGES/ktux.mo -share/locale/pl/LC_MESSAGES/kuickshow.mo -share/locale/pl/LC_MESSAGES/desktop.mo -share/locale/pl/LC_MESSAGES/kdelibs.mo -share/locale/pl/LC_MESSAGES/knotify.mo share/locale/pl/charset share/locale/pl/entry.desktop share/locale/pl/flag.png -share/locale/pt/LC_MESSAGES/kcmlilo.mo -share/locale/pt/LC_MESSAGES/kcron.mo -share/locale/pt/LC_MESSAGES/kdat.mo -share/locale/pt/LC_MESSAGES/kpackage.mo -share/locale/pt/LC_MESSAGES/ksysctrl.mo -share/locale/pt/LC_MESSAGES/ksysv.mo -share/locale/pt/LC_MESSAGES/kuser.mo -share/locale/pt/LC_MESSAGES/kwuftpd.mo -share/locale/pt/LC_MESSAGES/secpolicy.mo +share/locale/pt/LC_MESSAGES/abbrowser.mo +share/locale/pt/LC_MESSAGES/aktion.mo +share/locale/pt/LC_MESSAGES/amor.mo share/locale/pt/LC_MESSAGES/appletproxy.mo +share/locale/pt/LC_MESSAGES/ark.mo +share/locale/pt/LC_MESSAGES/artsbuilder.mo +share/locale/pt/LC_MESSAGES/artscontrol.mo +share/locale/pt/LC_MESSAGES/binclockapplet.mo +share/locale/pt/LC_MESSAGES/caitoo.mo share/locale/pt/LC_MESSAGES/childpanelextension.mo share/locale/pt/LC_MESSAGES/clockapplet.mo +share/locale/pt/LC_MESSAGES/colfind.mo +share/locale/pt/LC_MESSAGES/columbo.mo +share/locale/pt/LC_MESSAGES/desktop.mo share/locale/pt/LC_MESSAGES/drkonqi.mo +share/locale/pt/LC_MESSAGES/empath.mo share/locale/pt/LC_MESSAGES/extensionproxy.mo share/locale/pt/LC_MESSAGES/filetypes.mo +share/locale/pt/LC_MESSAGES/gofai.mo +share/locale/pt/LC_MESSAGES/graphite.mo share/locale/pt/LC_MESSAGES/htmlsearch.mo +share/locale/pt/LC_MESSAGES/kab.mo +share/locale/pt/LC_MESSAGES/kabalone.mo share/locale/pt/LC_MESSAGES/kaccess.mo +share/locale/pt/LC_MESSAGES/kafka.mo share/locale/pt/LC_MESSAGES/kappfinder.mo +share/locale/pt/LC_MESSAGES/karchie.mo +share/locale/pt/LC_MESSAGES/karm.mo +share/locale/pt/LC_MESSAGES/kasteroids.mo +share/locale/pt/LC_MESSAGES/katalog.mo +share/locale/pt/LC_MESSAGES/katomic.mo +share/locale/pt/LC_MESSAGES/kautorun.mo +share/locale/pt/LC_MESSAGES/kbabel.mo +share/locale/pt/LC_MESSAGES/kbackgammon.mo +share/locale/pt/LC_MESSAGES/kbackpage.mo +share/locale/pt/LC_MESSAGES/kbiff.mo +share/locale/pt/LC_MESSAGES/kblackbox.mo +share/locale/pt/LC_MESSAGES/kcalc.mo +share/locale/pt/LC_MESSAGES/kcharselect.mo +share/locale/pt/LC_MESSAGES/kchart.mo +share/locale/pt/LC_MESSAGES/kclock.mo share/locale/pt/LC_MESSAGES/kcmaccess.mo +share/locale/pt/LC_MESSAGES/kcmail.mo share/locale/pt/LC_MESSAGES/kcmarts.mo -share/locale/pt/LC_MESSAGES/kcmbell.mo share/locale/pt/LC_MESSAGES/kcmbackground.mo +share/locale/pt/LC_MESSAGES/kcmbell.mo +share/locale/pt/LC_MESSAGES/kcmbind.mo share/locale/pt/LC_MESSAGES/kcmcolors.mo share/locale/pt/LC_MESSAGES/kcmcrypto.mo +share/locale/pt/LC_MESSAGES/kcmdhcpd.mo +share/locale/pt/LC_MESSAGES/kcmdrkonqi.mo share/locale/pt/LC_MESSAGES/kcmemail.mo share/locale/pt/LC_MESSAGES/kcmenergy.mo +share/locale/pt/LC_MESSAGES/kcmfontmanager.mo share/locale/pt/LC_MESSAGES/kcmfonts.mo +share/locale/pt/LC_MESSAGES/kcmgofai.mo share/locale/pt/LC_MESSAGES/kcmhtmlsearch.mo share/locale/pt/LC_MESSAGES/kcmicons.mo share/locale/pt/LC_MESSAGES/kcminfo.mo share/locale/pt/LC_MESSAGES/kcminput.mo share/locale/pt/LC_MESSAGES/kcmioslaveinfo.mo +share/locale/pt/LC_MESSAGES/kcmiwatcher.mo +share/locale/pt/LC_MESSAGES/kcmkamera.mo share/locale/pt/LC_MESSAGES/kcmkclock.mo share/locale/pt/LC_MESSAGES/kcmkdb.mo share/locale/pt/LC_MESSAGES/kcmkeys.mo share/locale/pt/LC_MESSAGES/kcmkicker.mo share/locale/pt/LC_MESSAGES/kcmkio.mo +share/locale/pt/LC_MESSAGES/kcmkisdn.mo +share/locale/pt/LC_MESSAGES/kcmkmix.mo share/locale/pt/LC_MESSAGES/kcmkonq.mo share/locale/pt/LC_MESSAGES/kcmkonqhtml.mo +share/locale/pt/LC_MESSAGES/kcmktalkd.mo share/locale/pt/LC_MESSAGES/kcmkurifilt.mo share/locale/pt/LC_MESSAGES/kcmkwm.mo +share/locale/pt/LC_MESSAGES/kcmlanbrowser.mo +share/locale/pt/LC_MESSAGES/kcmlaptop.mo share/locale/pt/LC_MESSAGES/kcmlayout.mo +share/locale/pt/LC_MESSAGES/kcmlilo.mo share/locale/pt/LC_MESSAGES/kcmlocale.mo share/locale/pt/LC_MESSAGES/kcmmidi.mo +share/locale/pt/LC_MESSAGES/kcmnewsticker.mo share/locale/pt/LC_MESSAGES/kcmnotify.mo share/locale/pt/LC_MESSAGES/kcmodbc.mo +share/locale/pt/LC_MESSAGES/kcmprinter.mo share/locale/pt/LC_MESSAGES/kcmsamba.mo share/locale/pt/LC_MESSAGES/kcmscreensaver.mo share/locale/pt/LC_MESSAGES/kcmsmserver.mo share/locale/pt/LC_MESSAGES/kcmstyle.mo share/locale/pt/LC_MESSAGES/kcmtaskbar.mo share/locale/pt/LC_MESSAGES/kcmthemes.mo +share/locale/pt/LC_MESSAGES/kcoloredit.mo share/locale/pt/LC_MESSAGES/kcontrol.mo +share/locale/pt/LC_MESSAGES/kcron.mo +share/locale/pt/LC_MESSAGES/kdao.mo +share/locale/pt/LC_MESSAGES/kdat.mo +share/locale/pt/LC_MESSAGES/kdbg.mo share/locale/pt/LC_MESSAGES/kdcop.mo share/locale/pt/LC_MESSAGES/kdebugdialog.mo +share/locale/pt/LC_MESSAGES/kdelibs.mo +share/locale/pt/LC_MESSAGES/kdepasswd.mo share/locale/pt/LC_MESSAGES/kdesktop.mo +share/locale/pt/LC_MESSAGES/kdessh.mo share/locale/pt/LC_MESSAGES/kdesu.mo share/locale/pt/LC_MESSAGES/kdesud.mo +share/locale/pt/LC_MESSAGES/kdevelop.mo +share/locale/pt/LC_MESSAGES/kdf.mo share/locale/pt/LC_MESSAGES/kdmchooser.mo share/locale/pt/LC_MESSAGES/kdmconfig.mo share/locale/pt/LC_MESSAGES/kdmgreet.mo +share/locale/pt/LC_MESSAGES/kdvi.mo +share/locale/pt/LC_MESSAGES/kedit.mo +share/locale/pt/LC_MESSAGES/kexpress.mo +share/locale/pt/LC_MESSAGES/keystone.mo +share/locale/pt/LC_MESSAGES/kfax.mo +share/locale/pt/LC_MESSAGES/kfind.mo share/locale/pt/LC_MESSAGES/kfindpart.mo +share/locale/pt/LC_MESSAGES/kfinger.mo +share/locale/pt/LC_MESSAGES/kfloppy.mo share/locale/pt/LC_MESSAGES/kfmclient.mo share/locale/pt/LC_MESSAGES/kfmexec.mo +share/locale/pt/LC_MESSAGES/kformeditor.mo +share/locale/pt/LC_MESSAGES/kformula.mo +share/locale/pt/LC_MESSAGES/kformviewer.mo +share/locale/pt/LC_MESSAGES/kfortune.mo +share/locale/pt/LC_MESSAGES/kfract.mo +share/locale/pt/LC_MESSAGES/kghostview.mo +share/locale/pt/LC_MESSAGES/kglchess.mo +share/locale/pt/LC_MESSAGES/kgrapher.mo share/locale/pt/LC_MESSAGES/khelpcenter.mo +share/locale/pt/LC_MESSAGES/khexedit.mo share/locale/pt/LC_MESSAGES/khotkeys.mo share/locale/pt/LC_MESSAGES/kicker.mo +share/locale/pt/LC_MESSAGES/kiconedit.mo +share/locale/pt/LC_MESSAGES/kikbd.mo +share/locale/pt/LC_MESSAGES/killustrator.mo share/locale/pt/LC_MESSAGES/kio_help.mo +share/locale/pt/LC_MESSAGES/kio_lan.mo share/locale/pt/LC_MESSAGES/kio_man.mo share/locale/pt/LC_MESSAGES/kio_smbro.mo +share/locale/pt/LC_MESSAGES/kirc.mo +share/locale/pt/LC_MESSAGES/kisdn.mo +share/locale/pt/LC_MESSAGES/kit.mo +share/locale/pt/LC_MESSAGES/kivio.mo +share/locale/pt/LC_MESSAGES/kjezz.mo +share/locale/pt/LC_MESSAGES/kjots.mo +share/locale/pt/LC_MESSAGES/kjoy.mo +share/locale/pt/LC_MESSAGES/kjumpingcube.mo +share/locale/pt/LC_MESSAGES/klaptopdaemon.mo share/locale/pt/LC_MESSAGES/klegacyimport.mo +share/locale/pt/LC_MESSAGES/kless.mo +share/locale/pt/LC_MESSAGES/klilo.mo share/locale/pt/LC_MESSAGES/klipper.mo +share/locale/pt/LC_MESSAGES/kljettool.mo share/locale/pt/LC_MESSAGES/klock.mo -share/locale/pt/LC_MESSAGES/kmenuedit.mo -share/locale/pt/LC_MESSAGES/kminipagerapplet.mo -share/locale/pt/LC_MESSAGES/konqueror.mo -share/locale/pt/LC_MESSAGES/konsole.mo -share/locale/pt/LC_MESSAGES/kpager.mo -share/locale/pt/LC_MESSAGES/kreadconfig.mo -share/locale/pt/LC_MESSAGES/krunapplet.mo -share/locale/pt/LC_MESSAGES/ksmserver.mo -share/locale/pt/LC_MESSAGES/ksplash.mo -share/locale/pt/LC_MESSAGES/kstart.mo -share/locale/pt/LC_MESSAGES/ksysguard.mo -share/locale/pt/LC_MESSAGES/ksystemtrayapplet.mo -share/locale/pt/LC_MESSAGES/ktaskbarapplet.mo -share/locale/pt/LC_MESSAGES/ktip.mo -share/locale/pt/LC_MESSAGES/kwin.mo -share/locale/pt/LC_MESSAGES/kxkb.mo -share/locale/pt/LC_MESSAGES/kwrite.mo -share/locale/pt/LC_MESSAGES/kxmlrpcd.mo -share/locale/pt/LC_MESSAGES/kxsconfig.mo -share/locale/pt/LC_MESSAGES/libkonq.mo -share/locale/pt/LC_MESSAGES/libtaskbar.mo -share/locale/pt/LC_MESSAGES/naughtyapplet.mo -share/locale/pt/LC_MESSAGES/nsplugin.mo -share/locale/pt/LC_MESSAGES/passwords.mo -share/locale/pt/LC_MESSAGES/quicklauncher.mo -share/locale/pt/LC_MESSAGES/taskbarextension.mo -share/locale/pt/LC_MESSAGES/kabalone.mo -share/locale/pt/LC_MESSAGES/kasteroids.mo -share/locale/pt/LC_MESSAGES/katomic.mo -share/locale/pt/LC_MESSAGES/kbackgammon.mo -share/locale/pt/LC_MESSAGES/kblackbox.mo -share/locale/pt/LC_MESSAGES/kjezz.mo -share/locale/pt/LC_MESSAGES/kjumpingcube.mo +share/locale/pt/LC_MESSAGES/klpq.mo +share/locale/pt/LC_MESSAGES/klyx.mo share/locale/pt/LC_MESSAGES/kmahjongg.mo -share/locale/pt/LC_MESSAGES/kmines.mo -share/locale/pt/LC_MESSAGES/konquest.mo -share/locale/pt/LC_MESSAGES/kpat.mo -share/locale/pt/LC_MESSAGES/kpoker.mo -share/locale/pt/LC_MESSAGES/kreversi.mo -share/locale/pt/LC_MESSAGES/ksame.mo -share/locale/pt/LC_MESSAGES/kshisen.mo -share/locale/pt/LC_MESSAGES/ksirtet.mo -share/locale/pt/LC_MESSAGES/ksmiletris.mo -share/locale/pt/LC_MESSAGES/ksnake.mo -share/locale/pt/LC_MESSAGES/ksokoban.mo -share/locale/pt/LC_MESSAGES/kspaceduel.mo -share/locale/pt/LC_MESSAGES/ktron.mo -share/locale/pt/LC_MESSAGES/ktuberling.mo -share/locale/pt/LC_MESSAGES/kwin4.mo -share/locale/pt/LC_MESSAGES/libkdegames.mo -share/locale/pt/LC_MESSAGES/lskat.mo -share/locale/pt/LC_MESSAGES/multiplayers.mo -share/locale/pt/LC_MESSAGES/kcmkamera.mo -share/locale/pt/LC_MESSAGES/kdvi.mo -share/locale/pt/LC_MESSAGES/kfax.mo -share/locale/pt/LC_MESSAGES/kfract.mo -share/locale/pt/LC_MESSAGES/kghostview.mo -share/locale/pt/LC_MESSAGES/kiconedit.mo -share/locale/pt/LC_MESSAGES/kpaint.mo -share/locale/pt/LC_MESSAGES/kpixmap2bitmap.mo -share/locale/pt/LC_MESSAGES/kruler.mo -share/locale/pt/LC_MESSAGES/ksnapshot.mo +share/locale/pt/LC_MESSAGES/kmail.mo +share/locale/pt/LC_MESSAGES/kmailcvt.mo +share/locale/pt/LC_MESSAGES/kmaster.mo +share/locale/pt/LC_MESSAGES/kmenuedit.mo +share/locale/pt/LC_MESSAGES/kmessage.mo share/locale/pt/LC_MESSAGES/kmid.mo -share/locale/pt/LC_MESSAGES/kview.mo -share/locale/pt/LC_MESSAGES/kviewshell.mo -share/locale/pt/LC_MESSAGES/pixie.mo -share/locale/pt/LC_MESSAGES/aktion.mo -share/locale/pt/LC_MESSAGES/artsbuilder.mo -share/locale/pt/LC_MESSAGES/artscontrol.mo -share/locale/pt/LC_MESSAGES/kcmkmix.mo share/locale/pt/LC_MESSAGES/kmidi.mo +share/locale/pt/LC_MESSAGES/kmines.mo +share/locale/pt/LC_MESSAGES/kminipagerapplet.mo share/locale/pt/LC_MESSAGES/kmix.mo -share/locale/pt/LC_MESSAGES/kscd.mo -share/locale/pt/LC_MESSAGES/noatun.mo -share/locale/pt/LC_MESSAGES/kcmktalkd.mo -share/locale/pt/LC_MESSAGES/kcmlanbrowser.mo -share/locale/pt/LC_MESSAGES/kcmnewsticker.mo -share/locale/pt/LC_MESSAGES/keystone.mo -share/locale/pt/LC_MESSAGES/kio_lan.mo -share/locale/pt/LC_MESSAGES/kit.mo -share/locale/pt/LC_MESSAGES/kmail.mo -share/locale/pt/LC_MESSAGES/kmailcvt.mo +share/locale/pt/LC_MESSAGES/kmoon.mo +share/locale/pt/LC_MESSAGES/knetmon.mo share/locale/pt/LC_MESSAGES/knewsticker.mo share/locale/pt/LC_MESSAGES/knode.mo -share/locale/pt/LC_MESSAGES/korn.mo -share/locale/pt/LC_MESSAGES/kppp.mo -share/locale/pt/LC_MESSAGES/kppplogview.mo -share/locale/pt/LC_MESSAGES/ksirc.mo -share/locale/pt/LC_MESSAGES/ktalkd.mo -share/locale/pt/LC_MESSAGES/abbrowser.mo -share/locale/pt/LC_MESSAGES/empath.mo -share/locale/pt/LC_MESSAGES/korganizer.mo -share/locale/pt/LC_MESSAGES/kpilot.mo -share/locale/pt/LC_MESSAGES/twister.mo -share/locale/pt/LC_MESSAGES/kbabel.mo -share/locale/pt/LC_MESSAGES/kdevelop.mo -share/locale/pt/LC_MESSAGES/kless.mo -share/locale/pt/LC_MESSAGES/kstartperf.mo -share/locale/pt/LC_MESSAGES/ktranslator.mo -share/locale/pt/LC_MESSAGES/amor.mo -share/locale/pt/LC_MESSAGES/kmoon.mo -share/locale/pt/LC_MESSAGES/kodo.mo -share/locale/pt/LC_MESSAGES/kscoreapplet.mo -share/locale/pt/LC_MESSAGES/kteatime.mo -share/locale/pt/LC_MESSAGES/ktux.mo -share/locale/pt/LC_MESSAGES/kworldwatch.mo -share/locale/pt/LC_MESSAGES/ark.mo -share/locale/pt/LC_MESSAGES/kab.mo -share/locale/pt/LC_MESSAGES/karm.mo -share/locale/pt/LC_MESSAGES/kcalc.mo -share/locale/pt/LC_MESSAGES/kcharselect.mo -share/locale/pt/LC_MESSAGES/kcmlaptop.mo -share/locale/pt/LC_MESSAGES/kdepasswd.mo -share/locale/pt/LC_MESSAGES/kdessh.mo -share/locale/pt/LC_MESSAGES/kdf.mo -share/locale/pt/LC_MESSAGES/kedit.mo -share/locale/pt/LC_MESSAGES/kfind.mo -share/locale/pt/LC_MESSAGES/kfloppy.mo -share/locale/pt/LC_MESSAGES/khexedit.mo -share/locale/pt/LC_MESSAGES/kjots.mo -share/locale/pt/LC_MESSAGES/klaptopdaemon.mo -share/locale/pt/LC_MESSAGES/kljettool.mo -share/locale/pt/LC_MESSAGES/klpq.mo share/locale/pt/LC_MESSAGES/knotes.mo -share/locale/pt/LC_MESSAGES/kpm.mo -share/locale/pt/LC_MESSAGES/ktimemon.mo -share/locale/pt/LC_MESSAGES/graphite.mo -share/locale/pt/LC_MESSAGES/kchart.mo -share/locale/pt/LC_MESSAGES/kformula.mo -share/locale/pt/LC_MESSAGES/killustrator.mo -share/locale/pt/LC_MESSAGES/kivio.mo -share/locale/pt/LC_MESSAGES/koffice.mo -share/locale/pt/LC_MESSAGES/koshell.mo -share/locale/pt/LC_MESSAGES/kpresenter.mo -share/locale/pt/LC_MESSAGES/krayon.mo -share/locale/pt/LC_MESSAGES/kspread.mo -share/locale/pt/LC_MESSAGES/kword.mo -share/locale/pt/LC_MESSAGES/kspreadcalc_calc.mo -share/locale/pt/LC_MESSAGES/binclockapplet.mo -share/locale/pt/LC_MESSAGES/caitoo.mo -share/locale/pt/LC_MESSAGES/colfind.mo -share/locale/pt/LC_MESSAGES/columbo.mo -share/locale/pt/LC_MESSAGES/gofai.mo -share/locale/pt/LC_MESSAGES/kafka.mo -share/locale/pt/LC_MESSAGES/karchie.mo -share/locale/pt/LC_MESSAGES/katalog.mo -share/locale/pt/LC_MESSAGES/kautorun.mo -share/locale/pt/LC_MESSAGES/kbackpage.mo -share/locale/pt/LC_MESSAGES/kbiff.mo -share/locale/pt/LC_MESSAGES/kclock.mo -share/locale/pt/LC_MESSAGES/kcmail.mo -share/locale/pt/LC_MESSAGES/kcmbind.mo -share/locale/pt/LC_MESSAGES/kcmdhcpd.mo -share/locale/pt/LC_MESSAGES/kcmdrkonqi.mo -share/locale/pt/LC_MESSAGES/kcmfontmanager.mo -share/locale/pt/LC_MESSAGES/kcmgofai.mo -share/locale/pt/LC_MESSAGES/kcmiwatcher.mo -share/locale/pt/LC_MESSAGES/kcmkisdn.mo -share/locale/pt/LC_MESSAGES/kcmprinter.mo -share/locale/pt/LC_MESSAGES/kcoloredit.mo -share/locale/pt/LC_MESSAGES/kdao.mo -share/locale/pt/LC_MESSAGES/kdbg.mo -share/locale/pt/LC_MESSAGES/kexpress.mo -share/locale/pt/LC_MESSAGES/kfinger.mo -share/locale/pt/LC_MESSAGES/kformeditor.mo -share/locale/pt/LC_MESSAGES/kformviewer.mo -share/locale/pt/LC_MESSAGES/kfortune.mo -share/locale/pt/LC_MESSAGES/kglchess.mo -share/locale/pt/LC_MESSAGES/kgrapher.mo -share/locale/pt/LC_MESSAGES/kikbd.mo -share/locale/pt/LC_MESSAGES/kirc.mo -share/locale/pt/LC_MESSAGES/kisdn.mo -share/locale/pt/LC_MESSAGES/kjoy.mo -share/locale/pt/LC_MESSAGES/klilo.mo -share/locale/pt/LC_MESSAGES/klyx.mo -share/locale/pt/LC_MESSAGES/kmaster.mo -share/locale/pt/LC_MESSAGES/kmessage.mo -share/locale/pt/LC_MESSAGES/knetmon.mo +share/locale/pt/LC_MESSAGES/knotify.mo share/locale/pt/LC_MESSAGES/knu.mo +share/locale/pt/LC_MESSAGES/kodo.mo +share/locale/pt/LC_MESSAGES/koffice.mo share/locale/pt/LC_MESSAGES/koncd.mo +share/locale/pt/LC_MESSAGES/konqueror.mo +share/locale/pt/LC_MESSAGES/konquest.mo +share/locale/pt/LC_MESSAGES/konsole.mo share/locale/pt/LC_MESSAGES/konv.mo +share/locale/pt/LC_MESSAGES/korganizer.mo +share/locale/pt/LC_MESSAGES/korn.mo +share/locale/pt/LC_MESSAGES/koshell.mo share/locale/pt/LC_MESSAGES/kp.mo +share/locale/pt/LC_MESSAGES/kpackage.mo +share/locale/pt/LC_MESSAGES/kpager.mo +share/locale/pt/LC_MESSAGES/kpaint.mo +share/locale/pt/LC_MESSAGES/kpat.mo share/locale/pt/LC_MESSAGES/kphone.mo +share/locale/pt/LC_MESSAGES/kpilot.mo +share/locale/pt/LC_MESSAGES/kpixmap2bitmap.mo +share/locale/pt/LC_MESSAGES/kpm.mo +share/locale/pt/LC_MESSAGES/kpoker.mo +share/locale/pt/LC_MESSAGES/kppp.mo +share/locale/pt/LC_MESSAGES/kppplogview.mo +share/locale/pt/LC_MESSAGES/kpresenter.mo share/locale/pt/LC_MESSAGES/kray.mo +share/locale/pt/LC_MESSAGES/krayon.mo +share/locale/pt/LC_MESSAGES/kreadconfig.mo +share/locale/pt/LC_MESSAGES/kreversi.mo share/locale/pt/LC_MESSAGES/krn.mo share/locale/pt/LC_MESSAGES/krubik.mo +share/locale/pt/LC_MESSAGES/kruler.mo +share/locale/pt/LC_MESSAGES/krunapplet.mo share/locale/pt/LC_MESSAGES/ksamba.mo +share/locale/pt/LC_MESSAGES/ksame.mo +share/locale/pt/LC_MESSAGES/kscd.mo share/locale/pt/LC_MESSAGES/ksciplot.mo +share/locale/pt/LC_MESSAGES/kscoreapplet.mo +share/locale/pt/LC_MESSAGES/kshisen.mo +share/locale/pt/LC_MESSAGES/ksirc.mo +share/locale/pt/LC_MESSAGES/ksirtet.mo +share/locale/pt/LC_MESSAGES/ksmiletris.mo +share/locale/pt/LC_MESSAGES/ksmserver.mo +share/locale/pt/LC_MESSAGES/ksnake.mo +share/locale/pt/LC_MESSAGES/ksnapshot.mo +share/locale/pt/LC_MESSAGES/ksokoban.mo +share/locale/pt/LC_MESSAGES/kspaceduel.mo +share/locale/pt/LC_MESSAGES/ksplash.mo +share/locale/pt/LC_MESSAGES/kspread.mo +share/locale/pt/LC_MESSAGES/kspreadcalc_calc.mo +share/locale/pt/LC_MESSAGES/kstart.mo +share/locale/pt/LC_MESSAGES/kstartperf.mo share/locale/pt/LC_MESSAGES/kstockticker.mo +share/locale/pt/LC_MESSAGES/ksysctrl.mo +share/locale/pt/LC_MESSAGES/ksysguard.mo +share/locale/pt/LC_MESSAGES/ksystemtrayapplet.mo +share/locale/pt/LC_MESSAGES/ksysv.mo share/locale/pt/LC_MESSAGES/ktables.mo share/locale/pt/LC_MESSAGES/ktalk.mo +share/locale/pt/LC_MESSAGES/ktalkd.mo +share/locale/pt/LC_MESSAGES/ktaskbarapplet.mo +share/locale/pt/LC_MESSAGES/kteatime.mo share/locale/pt/LC_MESSAGES/ktelnet.mo share/locale/pt/LC_MESSAGES/kthememgr.mo share/locale/pt/LC_MESSAGES/kticker.mo +share/locale/pt/LC_MESSAGES/ktimemon.mo +share/locale/pt/LC_MESSAGES/ktip.mo +share/locale/pt/LC_MESSAGES/ktranslator.mo +share/locale/pt/LC_MESSAGES/ktron.mo +share/locale/pt/LC_MESSAGES/ktuberling.mo +share/locale/pt/LC_MESSAGES/ktux.mo share/locale/pt/LC_MESSAGES/kuickshow.mo share/locale/pt/LC_MESSAGES/kuml.mo +share/locale/pt/LC_MESSAGES/kuser.mo share/locale/pt/LC_MESSAGES/kvidtune.mo +share/locale/pt/LC_MESSAGES/kview.mo +share/locale/pt/LC_MESSAGES/kviewshell.mo share/locale/pt/LC_MESSAGES/kwebtree.mo +share/locale/pt/LC_MESSAGES/kwin.mo +share/locale/pt/LC_MESSAGES/kwin4.mo +share/locale/pt/LC_MESSAGES/kword.mo +share/locale/pt/LC_MESSAGES/kworldwatch.mo +share/locale/pt/LC_MESSAGES/kwrite.mo +share/locale/pt/LC_MESSAGES/kwuftpd.mo +share/locale/pt/LC_MESSAGES/kxkb.mo +share/locale/pt/LC_MESSAGES/kxmlrpcd.mo +share/locale/pt/LC_MESSAGES/kxsconfig.mo +share/locale/pt/LC_MESSAGES/libkdegames.mo +share/locale/pt/LC_MESSAGES/libkonq.mo +share/locale/pt/LC_MESSAGES/libtaskbar.mo +share/locale/pt/LC_MESSAGES/lskat.mo +share/locale/pt/LC_MESSAGES/multiplayers.mo +share/locale/pt/LC_MESSAGES/naughtyapplet.mo +share/locale/pt/LC_MESSAGES/noatun.mo +share/locale/pt/LC_MESSAGES/nsplugin.mo +share/locale/pt/LC_MESSAGES/passwords.mo +share/locale/pt/LC_MESSAGES/pixie.mo +share/locale/pt/LC_MESSAGES/quicklauncher.mo +share/locale/pt/LC_MESSAGES/secpolicy.mo +share/locale/pt/LC_MESSAGES/taskbarextension.mo +share/locale/pt/LC_MESSAGES/twister.mo share/locale/pt/LC_MESSAGES/webmaker.mo -share/locale/pt/LC_MESSAGES/desktop.mo -share/locale/pt/LC_MESSAGES/kdelibs.mo -share/locale/pt/LC_MESSAGES/knotify.mo share/locale/pt/charset share/locale/pt/entry.desktop share/locale/pt/flag.png -share/locale/sl/LC_MESSAGES/kdat.mo -share/locale/sl/LC_MESSAGES/kcmlilo.mo -share/locale/sl/LC_MESSAGES/kcron.mo -share/locale/sl/LC_MESSAGES/kpackage.mo -share/locale/sl/LC_MESSAGES/ksysctrl.mo -share/locale/sl/LC_MESSAGES/ksysv.mo -share/locale/sl/LC_MESSAGES/kuser.mo -share/locale/sl/LC_MESSAGES/kwuftpd.mo -share/locale/sl/LC_MESSAGES/secpolicy.mo -share/locale/sl/LC_MESSAGES/appletproxy.mo -share/locale/sl/LC_MESSAGES/childpanelextension.mo -share/locale/sl/LC_MESSAGES/clockapplet.mo -share/locale/sl/LC_MESSAGES/drkonqi.mo -share/locale/sl/LC_MESSAGES/extensionproxy.mo -share/locale/sl/LC_MESSAGES/filetypes.mo -share/locale/sl/LC_MESSAGES/htmlsearch.mo -share/locale/sl/LC_MESSAGES/kaccess.mo -share/locale/sl/LC_MESSAGES/kappfinder.mo -share/locale/sl/LC_MESSAGES/kcmaccess.mo -share/locale/sl/LC_MESSAGES/kcmarts.mo -share/locale/sl/LC_MESSAGES/kcmbackground.mo -share/locale/sl/LC_MESSAGES/kcmbell.mo -share/locale/sl/LC_MESSAGES/kcmcolors.mo -share/locale/sl/LC_MESSAGES/kcmcrypto.mo -share/locale/sl/LC_MESSAGES/kcmemail.mo -share/locale/sl/LC_MESSAGES/kcmenergy.mo -share/locale/sl/LC_MESSAGES/kcmfonts.mo -share/locale/sl/LC_MESSAGES/kcmhtmlsearch.mo -share/locale/sl/LC_MESSAGES/kcmicons.mo -share/locale/sl/LC_MESSAGES/kcminfo.mo -share/locale/sl/LC_MESSAGES/kcminput.mo -share/locale/sl/LC_MESSAGES/kcmioslaveinfo.mo -share/locale/sl/LC_MESSAGES/kcmkclock.mo -share/locale/sl/LC_MESSAGES/kcmkdb.mo -share/locale/sl/LC_MESSAGES/kcmkeys.mo -share/locale/sl/LC_MESSAGES/kcmkicker.mo -share/locale/sl/LC_MESSAGES/kcmkio.mo -share/locale/sl/LC_MESSAGES/kcmkonq.mo -share/locale/sl/LC_MESSAGES/kcmkonqhtml.mo -share/locale/sl/LC_MESSAGES/kcmkurifilt.mo -share/locale/sl/LC_MESSAGES/ktip.mo -share/locale/sl/LC_MESSAGES/kcmkwm.mo -share/locale/sl/LC_MESSAGES/kcmlayout.mo -share/locale/sl/LC_MESSAGES/kcmlocale.mo -share/locale/sl/LC_MESSAGES/kcmmidi.mo -share/locale/sl/LC_MESSAGES/kcmnotify.mo -share/locale/sl/LC_MESSAGES/kcmodbc.mo -share/locale/sl/LC_MESSAGES/kcmsamba.mo -share/locale/sl/LC_MESSAGES/kcmscreensaver.mo -share/locale/sl/LC_MESSAGES/kcmsmserver.mo -share/locale/sl/LC_MESSAGES/kcmstyle.mo -share/locale/sl/LC_MESSAGES/kcmtaskbar.mo -share/locale/sl/LC_MESSAGES/kcmthemes.mo -share/locale/sl/LC_MESSAGES/kcontrol.mo -share/locale/sl/LC_MESSAGES/kdcop.mo -share/locale/sl/LC_MESSAGES/kdebugdialog.mo -share/locale/sl/LC_MESSAGES/kdesktop.mo -share/locale/sl/LC_MESSAGES/kdesu.mo -share/locale/sl/LC_MESSAGES/kdesud.mo -share/locale/sl/LC_MESSAGES/kdmchooser.mo -share/locale/sl/LC_MESSAGES/kdmconfig.mo -share/locale/sl/LC_MESSAGES/kdmgreet.mo -share/locale/sl/LC_MESSAGES/kfindpart.mo -share/locale/sl/LC_MESSAGES/kfmclient.mo -share/locale/sl/LC_MESSAGES/kfmexec.mo -share/locale/sl/LC_MESSAGES/khelpcenter.mo -share/locale/sl/LC_MESSAGES/khotkeys.mo -share/locale/sl/LC_MESSAGES/kicker.mo -share/locale/sl/LC_MESSAGES/kio_help.mo -share/locale/sl/LC_MESSAGES/kio_man.mo -share/locale/sl/LC_MESSAGES/kio_smbro.mo -share/locale/sl/LC_MESSAGES/klegacyimport.mo -share/locale/sl/LC_MESSAGES/klipper.mo -share/locale/sl/LC_MESSAGES/klock.mo -share/locale/sl/LC_MESSAGES/kmenuedit.mo -share/locale/sl/LC_MESSAGES/kminipagerapplet.mo -share/locale/sl/LC_MESSAGES/konqueror.mo -share/locale/sl/LC_MESSAGES/konsole.mo -share/locale/sl/LC_MESSAGES/kpager.mo -share/locale/sl/LC_MESSAGES/kreadconfig.mo -share/locale/sl/LC_MESSAGES/krunapplet.mo -share/locale/sl/LC_MESSAGES/ksmserver.mo -share/locale/sl/LC_MESSAGES/ksplash.mo -share/locale/sl/LC_MESSAGES/kstart.mo -share/locale/sl/LC_MESSAGES/ksysguard.mo -share/locale/sl/LC_MESSAGES/ksystemtrayapplet.mo -share/locale/sl/LC_MESSAGES/ktaskbarapplet.mo -share/locale/sl/LC_MESSAGES/kwin.mo -share/locale/sl/LC_MESSAGES/kwrite.mo -share/locale/sl/LC_MESSAGES/kxkb.mo -share/locale/sl/LC_MESSAGES/kxmlrpcd.mo -share/locale/sl/LC_MESSAGES/kxsconfig.mo -share/locale/sl/LC_MESSAGES/libkonq.mo -share/locale/sl/LC_MESSAGES/libtaskbar.mo -share/locale/sl/LC_MESSAGES/naughtyapplet.mo -share/locale/sl/LC_MESSAGES/nsplugin.mo -share/locale/sl/LC_MESSAGES/passwords.mo -share/locale/sl/LC_MESSAGES/quicklauncher.mo -share/locale/sl/LC_MESSAGES/taskbarextension.mo -share/locale/sl/LC_MESSAGES/kabalone.mo -share/locale/sl/LC_MESSAGES/kasteroids.mo -share/locale/sl/LC_MESSAGES/katomic.mo -share/locale/sl/LC_MESSAGES/kbackgammon.mo -share/locale/sl/LC_MESSAGES/kblackbox.mo -share/locale/sl/LC_MESSAGES/kjezz.mo -share/locale/sl/LC_MESSAGES/kjumpingcube.mo -share/locale/sl/LC_MESSAGES/kmahjongg.mo -share/locale/sl/LC_MESSAGES/kmines.mo -share/locale/sl/LC_MESSAGES/kpat.mo -share/locale/sl/LC_MESSAGES/konquest.mo -share/locale/sl/LC_MESSAGES/kpoker.mo -share/locale/sl/LC_MESSAGES/kreversi.mo -share/locale/sl/LC_MESSAGES/ksame.mo -share/locale/sl/LC_MESSAGES/kshisen.mo -share/locale/sl/LC_MESSAGES/ksirtet.mo -share/locale/sl/LC_MESSAGES/ksmiletris.mo -share/locale/sl/LC_MESSAGES/ksnake.mo -share/locale/sl/LC_MESSAGES/ksokoban.mo -share/locale/sl/LC_MESSAGES/kspaceduel.mo -share/locale/sl/LC_MESSAGES/ktron.mo -share/locale/sl/LC_MESSAGES/ktuberling.mo -share/locale/sl/LC_MESSAGES/kwin4.mo -share/locale/sl/LC_MESSAGES/libkdegames.mo -share/locale/sl/LC_MESSAGES/lskat.mo -share/locale/sl/LC_MESSAGES/multiplayers.mo -share/locale/sl/LC_MESSAGES/kcmkamera.mo -share/locale/sl/LC_MESSAGES/kdvi.mo -share/locale/sl/LC_MESSAGES/kfax.mo -share/locale/sl/LC_MESSAGES/kfract.mo -share/locale/sl/LC_MESSAGES/kghostview.mo -share/locale/sl/LC_MESSAGES/kiconedit.mo -share/locale/sl/LC_MESSAGES/kpaint.mo -share/locale/sl/LC_MESSAGES/kpixmap2bitmap.mo -share/locale/sl/LC_MESSAGES/kruler.mo -share/locale/sl/LC_MESSAGES/ksnapshot.mo -share/locale/sl/LC_MESSAGES/kview.mo -share/locale/sl/LC_MESSAGES/kviewshell.mo -share/locale/sl/LC_MESSAGES/pixie.mo -share/locale/sl/LC_MESSAGES/aktion.mo -share/locale/sl/LC_MESSAGES/artsbuilder.mo -share/locale/sl/LC_MESSAGES/artscontrol.mo -share/locale/sl/LC_MESSAGES/kcmkmix.mo -share/locale/sl/LC_MESSAGES/kmid.mo -share/locale/sl/LC_MESSAGES/kmidi.mo -share/locale/sl/LC_MESSAGES/kmix.mo -share/locale/sl/LC_MESSAGES/kscd.mo -share/locale/sl/LC_MESSAGES/noatun.mo -share/locale/sl/LC_MESSAGES/kcmktalkd.mo -share/locale/sl/LC_MESSAGES/kcmlanbrowser.mo -share/locale/sl/LC_MESSAGES/kcmnewsticker.mo -share/locale/sl/LC_MESSAGES/keystone.mo -share/locale/sl/LC_MESSAGES/kio_lan.mo -share/locale/sl/LC_MESSAGES/kit.mo -share/locale/sl/LC_MESSAGES/kmail.mo -share/locale/sl/LC_MESSAGES/kmailcvt.mo -share/locale/sl/LC_MESSAGES/knewsticker.mo -share/locale/sl/LC_MESSAGES/knode.mo -share/locale/sl/LC_MESSAGES/korn.mo -share/locale/sl/LC_MESSAGES/kppp.mo -share/locale/sl/LC_MESSAGES/kppplogview.mo -share/locale/sl/LC_MESSAGES/ksirc.mo -share/locale/sl/LC_MESSAGES/ktalkd.mo -share/locale/sl/LC_MESSAGES/abbrowser.mo -share/locale/sl/LC_MESSAGES/empath.mo -share/locale/sl/LC_MESSAGES/korganizer.mo -share/locale/sl/LC_MESSAGES/kpilot.mo -share/locale/sl/LC_MESSAGES/twister.mo -share/locale/sl/LC_MESSAGES/kbabel.mo -share/locale/sl/LC_MESSAGES/kdevelop.mo -share/locale/sl/LC_MESSAGES/kless.mo -share/locale/sl/LC_MESSAGES/kstartperf.mo -share/locale/sl/LC_MESSAGES/ktranslator.mo -share/locale/sl/LC_MESSAGES/amor.mo -share/locale/sl/LC_MESSAGES/kfifteenapplet.mo -share/locale/sl/LC_MESSAGES/kmoon.mo -share/locale/sl/LC_MESSAGES/kodo.mo -share/locale/sl/LC_MESSAGES/kscoreapplet.mo -share/locale/sl/LC_MESSAGES/kteatime.mo -share/locale/sl/LC_MESSAGES/ktux.mo -share/locale/sl/LC_MESSAGES/kworldwatch.mo -share/locale/sl/LC_MESSAGES/ark.mo -share/locale/sl/LC_MESSAGES/kab.mo -share/locale/sl/LC_MESSAGES/karm.mo -share/locale/sl/LC_MESSAGES/kcalc.mo -share/locale/sl/LC_MESSAGES/kcharselect.mo -share/locale/sl/LC_MESSAGES/kcharselectapplet.mo -share/locale/sl/LC_MESSAGES/kcmlaptop.mo -share/locale/sl/LC_MESSAGES/kdepasswd.mo -share/locale/sl/LC_MESSAGES/kdessh.mo -share/locale/sl/LC_MESSAGES/kdf.mo -share/locale/sl/LC_MESSAGES/kedit.mo -share/locale/sl/LC_MESSAGES/kfind.mo -share/locale/sl/LC_MESSAGES/kfloppy.mo -share/locale/sl/LC_MESSAGES/khexedit.mo -share/locale/sl/LC_MESSAGES/kjots.mo -share/locale/sl/LC_MESSAGES/klaptopdaemon.mo -share/locale/sl/LC_MESSAGES/kljettool.mo -share/locale/sl/LC_MESSAGES/klpq.mo -share/locale/sl/LC_MESSAGES/knotes.mo -share/locale/sl/LC_MESSAGES/kpm.mo -share/locale/sl/LC_MESSAGES/ktimemon.mo -share/locale/sl/LC_MESSAGES/graphite.mo -share/locale/sl/LC_MESSAGES/kchart.mo -share/locale/sl/LC_MESSAGES/kformula.mo -share/locale/sl/LC_MESSAGES/killustrator.mo -share/locale/sl/LC_MESSAGES/kivio.mo -share/locale/sl/LC_MESSAGES/koffice.mo -share/locale/sl/LC_MESSAGES/koshell.mo -share/locale/sl/LC_MESSAGES/kpresenter.mo -share/locale/sl/LC_MESSAGES/krayon.mo -share/locale/sl/LC_MESSAGES/kspread.mo -share/locale/sl/LC_MESSAGES/kspreadcalc_calc.mo -share/locale/sl/LC_MESSAGES/kword.mo -share/locale/sl/LC_MESSAGES/binclockapplet.mo -share/locale/sl/LC_MESSAGES/caitoo.mo -share/locale/sl/LC_MESSAGES/colfind.mo -share/locale/sl/LC_MESSAGES/columbo.mo -share/locale/sl/LC_MESSAGES/gofai.mo -share/locale/sl/LC_MESSAGES/kafka.mo -share/locale/sl/LC_MESSAGES/karchie.mo -share/locale/sl/LC_MESSAGES/katalog.mo -share/locale/sl/LC_MESSAGES/kautorun.mo -share/locale/sl/LC_MESSAGES/kbackpage.mo -share/locale/sl/LC_MESSAGES/kbiff.mo -share/locale/sl/LC_MESSAGES/kcmail.mo -share/locale/sl/LC_MESSAGES/kcmbind.mo -share/locale/sl/LC_MESSAGES/kcmdhcpd.mo -share/locale/sl/LC_MESSAGES/kcmdrkonqi.mo -share/locale/sl/LC_MESSAGES/kcmfontmanager.mo -share/locale/sl/LC_MESSAGES/kdao.mo -share/locale/sl/LC_MESSAGES/kcmgofai.mo -share/locale/sl/LC_MESSAGES/kcmiwatcher.mo -share/locale/sl/LC_MESSAGES/kcoloredit.mo -share/locale/sl/LC_MESSAGES/kdbg.mo -share/locale/sl/LC_MESSAGES/kfinger.mo -share/locale/sl/LC_MESSAGES/kformeditor.mo -share/locale/sl/LC_MESSAGES/kformviewer.mo -share/locale/sl/LC_MESSAGES/kglchess.mo -share/locale/sl/LC_MESSAGES/kgrapher.mo -share/locale/sl/LC_MESSAGES/kikbd.mo -share/locale/sl/LC_MESSAGES/klyx.mo -share/locale/sl/LC_MESSAGES/kmessage.mo -share/locale/sl/LC_MESSAGES/knu.mo -share/locale/sl/LC_MESSAGES/koncd.mo -share/locale/sl/LC_MESSAGES/kp.mo -share/locale/sl/LC_MESSAGES/kphone.mo -share/locale/sl/LC_MESSAGES/krn.mo -share/locale/sl/LC_MESSAGES/kstockticker.mo -share/locale/sl/LC_MESSAGES/ktables.mo -share/locale/sl/LC_MESSAGES/ktalk.mo -share/locale/sl/LC_MESSAGES/kthememgr.mo -share/locale/sl/LC_MESSAGES/kticker.mo -share/locale/sl/LC_MESSAGES/kuml.mo -share/locale/sl/LC_MESSAGES/webmaker.mo -share/locale/sl/LC_MESSAGES/desktop.mo -share/locale/sl/LC_MESSAGES/kdelibs.mo -share/locale/sl/LC_MESSAGES/knotify.mo -share/locale/sl/charset -share/locale/sl/entry.desktop -share/locale/sl/flag.png -share/locale/sv/LC_MESSAGES/kdat.mo -share/locale/sv/LC_MESSAGES/kcmlilo.mo -share/locale/sv/LC_MESSAGES/kcron.mo -share/locale/sv/LC_MESSAGES/kpackage.mo -share/locale/sv/LC_MESSAGES/ksysctrl.mo -share/locale/sv/LC_MESSAGES/ksysv.mo -share/locale/sv/LC_MESSAGES/kuser.mo -share/locale/sv/LC_MESSAGES/kwuftpd.mo -share/locale/sv/LC_MESSAGES/secpolicy.mo -share/locale/sv/LC_MESSAGES/appletproxy.mo -share/locale/sv/LC_MESSAGES/childpanelextension.mo -share/locale/sv/LC_MESSAGES/clockapplet.mo -share/locale/sv/LC_MESSAGES/drkonqi.mo -share/locale/sv/LC_MESSAGES/extensionproxy.mo -share/locale/sv/LC_MESSAGES/filetypes.mo -share/locale/sv/LC_MESSAGES/htmlsearch.mo -share/locale/sv/LC_MESSAGES/kaccess.mo -share/locale/sv/LC_MESSAGES/kappfinder.mo -share/locale/sv/LC_MESSAGES/kcmaccess.mo -share/locale/sv/LC_MESSAGES/kcmarts.mo -share/locale/sv/LC_MESSAGES/kcmbackground.mo -share/locale/sv/LC_MESSAGES/kcmbell.mo -share/locale/sv/LC_MESSAGES/kcmcolors.mo -share/locale/sv/LC_MESSAGES/kcmcrypto.mo -share/locale/sv/LC_MESSAGES/kcmemail.mo -share/locale/sv/LC_MESSAGES/kcmenergy.mo -share/locale/sv/LC_MESSAGES/kcmfonts.mo -share/locale/sv/LC_MESSAGES/kcmhtmlsearch.mo -share/locale/sv/LC_MESSAGES/kcmicons.mo -share/locale/sv/LC_MESSAGES/kcminfo.mo -share/locale/sv/LC_MESSAGES/kcminput.mo -share/locale/sv/LC_MESSAGES/kcmioslaveinfo.mo -share/locale/sv/LC_MESSAGES/kcmkclock.mo -share/locale/sv/LC_MESSAGES/kcmkdb.mo -share/locale/sv/LC_MESSAGES/kcmkeys.mo -share/locale/sv/LC_MESSAGES/kcmkicker.mo -share/locale/sv/LC_MESSAGES/kcmkio.mo -share/locale/sv/LC_MESSAGES/kcmkonq.mo -share/locale/sv/LC_MESSAGES/kcmkonqhtml.mo -share/locale/sv/LC_MESSAGES/ktip.mo -share/locale/sv/LC_MESSAGES/kcmkurifilt.mo -share/locale/sv/LC_MESSAGES/kcmkwm.mo -share/locale/sv/LC_MESSAGES/kcmlayout.mo -share/locale/sv/LC_MESSAGES/kcmlocale.mo -share/locale/sv/LC_MESSAGES/kcmmidi.mo -share/locale/sv/LC_MESSAGES/kcmnotify.mo -share/locale/sv/LC_MESSAGES/kcmodbc.mo -share/locale/sv/LC_MESSAGES/kcmsamba.mo -share/locale/sv/LC_MESSAGES/kcmscreensaver.mo -share/locale/sv/LC_MESSAGES/kcmsmserver.mo -share/locale/sv/LC_MESSAGES/kcmstyle.mo -share/locale/sv/LC_MESSAGES/kcmtaskbar.mo -share/locale/sv/LC_MESSAGES/kcmthemes.mo -share/locale/sv/LC_MESSAGES/kcontrol.mo -share/locale/sv/LC_MESSAGES/kdcop.mo -share/locale/sv/LC_MESSAGES/kdebugdialog.mo -share/locale/sv/LC_MESSAGES/kdesktop.mo -share/locale/sv/LC_MESSAGES/kdesu.mo -share/locale/sv/LC_MESSAGES/kdesud.mo -share/locale/sv/LC_MESSAGES/kdmchooser.mo -share/locale/sv/LC_MESSAGES/kdmconfig.mo -share/locale/sv/LC_MESSAGES/kdmgreet.mo -share/locale/sv/LC_MESSAGES/kfindpart.mo -share/locale/sv/LC_MESSAGES/kfmclient.mo -share/locale/sv/LC_MESSAGES/kfmexec.mo -share/locale/sv/LC_MESSAGES/khelpcenter.mo -share/locale/sv/LC_MESSAGES/khotkeys.mo -share/locale/sv/LC_MESSAGES/kicker.mo -share/locale/sv/LC_MESSAGES/kio_help.mo -share/locale/sv/LC_MESSAGES/kio_man.mo -share/locale/sv/LC_MESSAGES/kio_smbro.mo -share/locale/sv/LC_MESSAGES/klegacyimport.mo -share/locale/sv/LC_MESSAGES/klipper.mo -share/locale/sv/LC_MESSAGES/klock.mo -share/locale/sv/LC_MESSAGES/kmenuedit.mo -share/locale/sv/LC_MESSAGES/kminipagerapplet.mo -share/locale/sv/LC_MESSAGES/konqueror.mo -share/locale/sv/LC_MESSAGES/konsole.mo -share/locale/sv/LC_MESSAGES/kpager.mo -share/locale/sv/LC_MESSAGES/kreadconfig.mo -share/locale/sv/LC_MESSAGES/krunapplet.mo -share/locale/sv/LC_MESSAGES/ksmserver.mo -share/locale/sv/LC_MESSAGES/ksplash.mo -share/locale/sv/LC_MESSAGES/kstart.mo -share/locale/sv/LC_MESSAGES/ksysguard.mo -share/locale/sv/LC_MESSAGES/kwin.mo -share/locale/sv/LC_MESSAGES/ksystemtrayapplet.mo -share/locale/sv/LC_MESSAGES/ktaskbarapplet.mo -share/locale/sv/LC_MESSAGES/kwrite.mo -share/locale/sv/LC_MESSAGES/kxkb.mo -share/locale/sv/LC_MESSAGES/kxmlrpcd.mo -share/locale/sv/LC_MESSAGES/kxsconfig.mo -share/locale/sv/LC_MESSAGES/libkonq.mo -share/locale/sv/LC_MESSAGES/libtaskbar.mo -share/locale/sv/LC_MESSAGES/naughtyapplet.mo -share/locale/sv/LC_MESSAGES/nsplugin.mo -share/locale/sv/LC_MESSAGES/passwords.mo -share/locale/sv/LC_MESSAGES/quicklauncher.mo -share/locale/sv/LC_MESSAGES/taskbarextension.mo -share/locale/sv/LC_MESSAGES/kabalone.mo -share/locale/sv/LC_MESSAGES/kasteroids.mo -share/locale/sv/LC_MESSAGES/katomic.mo -share/locale/sv/LC_MESSAGES/kblackbox.mo -share/locale/sv/LC_MESSAGES/kjezz.mo -share/locale/sv/LC_MESSAGES/kjumpingcube.mo -share/locale/sv/LC_MESSAGES/kmahjongg.mo -share/locale/sv/LC_MESSAGES/kmines.mo -share/locale/sv/LC_MESSAGES/konquest.mo -share/locale/sv/LC_MESSAGES/kpat.mo -share/locale/sv/LC_MESSAGES/kpoker.mo -share/locale/sv/LC_MESSAGES/kreversi.mo -share/locale/sv/LC_MESSAGES/ksame.mo -share/locale/sv/LC_MESSAGES/kshisen.mo -share/locale/sv/LC_MESSAGES/ksirtet.mo -share/locale/sv/LC_MESSAGES/ksmiletris.mo -share/locale/sv/LC_MESSAGES/ksnake.mo -share/locale/sv/LC_MESSAGES/ksokoban.mo -share/locale/sv/LC_MESSAGES/kspaceduel.mo -share/locale/sv/LC_MESSAGES/ktron.mo -share/locale/sv/LC_MESSAGES/ktuberling.mo -share/locale/sv/LC_MESSAGES/kwin4.mo -share/locale/sv/LC_MESSAGES/libkdegames.mo -share/locale/sv/LC_MESSAGES/lskat.mo -share/locale/sv/LC_MESSAGES/multiplayers.mo -share/locale/sv/LC_MESSAGES/kcmkamera.mo -share/locale/sv/LC_MESSAGES/kdvi.mo -share/locale/sv/LC_MESSAGES/kfax.mo -share/locale/sv/LC_MESSAGES/kfract.mo -share/locale/sv/LC_MESSAGES/kghostview.mo -share/locale/sv/LC_MESSAGES/kiconedit.mo -share/locale/sv/LC_MESSAGES/kpaint.mo -share/locale/sv/LC_MESSAGES/kpixmap2bitmap.mo -share/locale/sv/LC_MESSAGES/kruler.mo -share/locale/sv/LC_MESSAGES/ksnapshot.mo -share/locale/sv/LC_MESSAGES/kview.mo -share/locale/sv/LC_MESSAGES/kviewshell.mo -share/locale/sv/LC_MESSAGES/pixie.mo -share/locale/sv/LC_MESSAGES/aktion.mo -share/locale/sv/LC_MESSAGES/artsbuilder.mo -share/locale/sv/LC_MESSAGES/artscontrol.mo -share/locale/sv/LC_MESSAGES/kcmkmix.mo -share/locale/sv/LC_MESSAGES/kmid.mo -share/locale/sv/LC_MESSAGES/kmidi.mo -share/locale/sv/LC_MESSAGES/kmix.mo -share/locale/sv/LC_MESSAGES/kscd.mo -share/locale/sv/LC_MESSAGES/noatun.mo -share/locale/sv/LC_MESSAGES/kcmktalkd.mo -share/locale/sv/LC_MESSAGES/kcmlanbrowser.mo -share/locale/sv/LC_MESSAGES/kcmnewsticker.mo -share/locale/sv/LC_MESSAGES/keystone.mo -share/locale/sv/LC_MESSAGES/kio_lan.mo -share/locale/sv/LC_MESSAGES/kit.mo -share/locale/sv/LC_MESSAGES/kmail.mo -share/locale/sv/LC_MESSAGES/kmailcvt.mo -share/locale/sv/LC_MESSAGES/knewsticker.mo -share/locale/sv/LC_MESSAGES/knode.mo -share/locale/sv/LC_MESSAGES/korn.mo -share/locale/sv/LC_MESSAGES/kppp.mo -share/locale/sv/LC_MESSAGES/kppplogview.mo -share/locale/sv/LC_MESSAGES/ksirc.mo -share/locale/sv/LC_MESSAGES/ktalkd.mo -share/locale/sv/LC_MESSAGES/abbrowser.mo -share/locale/sv/LC_MESSAGES/empath.mo -share/locale/sv/LC_MESSAGES/korganizer.mo -share/locale/sv/LC_MESSAGES/kpilot.mo -share/locale/sv/LC_MESSAGES/twister.mo -share/locale/sv/LC_MESSAGES/kbabel.mo -share/locale/sv/LC_MESSAGES/kless.mo -share/locale/sv/LC_MESSAGES/kstartperf.mo -share/locale/sv/LC_MESSAGES/amor.mo -share/locale/sv/LC_MESSAGES/kmoon.mo -share/locale/sv/LC_MESSAGES/kodo.mo -share/locale/sv/LC_MESSAGES/kscoreapplet.mo -share/locale/sv/LC_MESSAGES/kteatime.mo -share/locale/sv/LC_MESSAGES/ktux.mo -share/locale/sv/LC_MESSAGES/kworldwatch.mo -share/locale/sv/LC_MESSAGES/ark.mo -share/locale/sv/LC_MESSAGES/kab.mo -share/locale/sv/LC_MESSAGES/karm.mo -share/locale/sv/LC_MESSAGES/kcalc.mo -share/locale/sv/LC_MESSAGES/kcharselect.mo -share/locale/sv/LC_MESSAGES/kdf.mo -share/locale/sv/LC_MESSAGES/kcmlaptop.mo -share/locale/sv/LC_MESSAGES/kdepasswd.mo -share/locale/sv/LC_MESSAGES/kdessh.mo -share/locale/sv/LC_MESSAGES/kedit.mo -share/locale/sv/LC_MESSAGES/kfind.mo -share/locale/sv/LC_MESSAGES/kfloppy.mo -share/locale/sv/LC_MESSAGES/khexedit.mo -share/locale/sv/LC_MESSAGES/kjots.mo -share/locale/sv/LC_MESSAGES/klaptopdaemon.mo -share/locale/sv/LC_MESSAGES/kljettool.mo -share/locale/sv/LC_MESSAGES/klpq.mo -share/locale/sv/LC_MESSAGES/knotes.mo -share/locale/sv/LC_MESSAGES/kpm.mo -share/locale/sv/LC_MESSAGES/ktimemon.mo -share/locale/sv/LC_MESSAGES/graphite.mo -share/locale/sv/LC_MESSAGES/kchart.mo -share/locale/sv/LC_MESSAGES/kformula.mo -share/locale/sv/LC_MESSAGES/killustrator.mo -share/locale/sv/LC_MESSAGES/kivio.mo -share/locale/sv/LC_MESSAGES/koffice.mo -share/locale/sv/LC_MESSAGES/koshell.mo -share/locale/sv/LC_MESSAGES/kpresenter.mo -share/locale/sv/LC_MESSAGES/krayon.mo -share/locale/sv/LC_MESSAGES/kspread.mo -share/locale/sv/LC_MESSAGES/kspreadcalc_calc.mo -share/locale/sv/LC_MESSAGES/kword.mo -share/locale/sv/LC_MESSAGES/caitoo.mo -share/locale/sv/LC_MESSAGES/colfind.mo -share/locale/sv/LC_MESSAGES/columbo.mo -share/locale/sv/LC_MESSAGES/kafka.mo -share/locale/sv/LC_MESSAGES/karchie.mo -share/locale/sv/LC_MESSAGES/katalog.mo -share/locale/sv/LC_MESSAGES/kautorun.mo -share/locale/sv/LC_MESSAGES/kbackpage.mo -share/locale/sv/LC_MESSAGES/kbiff.mo -share/locale/sv/LC_MESSAGES/kclock.mo -share/locale/sv/LC_MESSAGES/kcmail.mo -share/locale/sv/LC_MESSAGES/kcmdrkonqi.mo -share/locale/sv/LC_MESSAGES/kcmfontmanager.mo -share/locale/sv/LC_MESSAGES/kcmprinter.mo -share/locale/sv/LC_MESSAGES/kexpress.mo -share/locale/sv/LC_MESSAGES/kfinger.mo -share/locale/sv/LC_MESSAGES/kformviewer.mo -share/locale/sv/LC_MESSAGES/kfortune.mo -share/locale/sv/LC_MESSAGES/kglchess.mo -share/locale/sv/LC_MESSAGES/kicq.mo -share/locale/sv/LC_MESSAGES/kikbd.mo -share/locale/sv/LC_MESSAGES/klyx.mo -share/locale/sv/LC_MESSAGES/kmms.mo -share/locale/sv/LC_MESSAGES/knetmon.mo -share/locale/sv/LC_MESSAGES/knu.mo -share/locale/sv/LC_MESSAGES/koncd.mo -share/locale/sv/LC_MESSAGES/krn.mo -share/locale/sv/LC_MESSAGES/ksamba.mo -share/locale/sv/LC_MESSAGES/ksciplot.mo -share/locale/sv/LC_MESSAGES/ktables.mo -share/locale/sv/LC_MESSAGES/ktelnet.mo -share/locale/sv/LC_MESSAGES/kthememgr.mo -share/locale/sv/LC_MESSAGES/kuickshow.mo -share/locale/sv/LC_MESSAGES/kvidtune.mo -share/locale/sv/LC_MESSAGES/kwebtree.mo -share/locale/sv/LC_MESSAGES/desktop.mo -share/locale/sv/LC_MESSAGES/kdelibs.mo -share/locale/sv/LC_MESSAGES/knotify.mo -share/locale/sv/charset -share/locale/sv/entry.desktop -share/locale/sv/flag.png -share/locale/cs/LC_MESSAGES/kdat.mo -share/locale/cs/LC_MESSAGES/kcmlilo.mo -share/locale/cs/LC_MESSAGES/kcron.mo -share/locale/cs/LC_MESSAGES/kpackage.mo -share/locale/cs/LC_MESSAGES/ksysctrl.mo -share/locale/cs/LC_MESSAGES/ksysv.mo -share/locale/cs/LC_MESSAGES/kuser.mo -share/locale/cs/LC_MESSAGES/kwuftpd.mo -share/locale/cs/LC_MESSAGES/secpolicy.mo -share/locale/cs/LC_MESSAGES/appletproxy.mo -share/locale/cs/LC_MESSAGES/childpanelextension.mo -share/locale/cs/LC_MESSAGES/clockapplet.mo -share/locale/cs/LC_MESSAGES/drkonqi.mo -share/locale/cs/LC_MESSAGES/extensionproxy.mo -share/locale/cs/LC_MESSAGES/filetypes.mo -share/locale/cs/LC_MESSAGES/htmlsearch.mo -share/locale/cs/LC_MESSAGES/kaccess.mo -share/locale/cs/LC_MESSAGES/kappfinder.mo -share/locale/cs/LC_MESSAGES/kcmaccess.mo -share/locale/cs/LC_MESSAGES/kcmarts.mo -share/locale/cs/LC_MESSAGES/kcmbackground.mo -share/locale/cs/LC_MESSAGES/kcmbell.mo -share/locale/cs/LC_MESSAGES/kcmcolors.mo -share/locale/cs/LC_MESSAGES/kcmcrypto.mo -share/locale/cs/LC_MESSAGES/kcmemail.mo -share/locale/cs/LC_MESSAGES/kcmenergy.mo -share/locale/cs/LC_MESSAGES/kcmfonts.mo -share/locale/cs/LC_MESSAGES/kcmhtmlsearch.mo -share/locale/cs/LC_MESSAGES/kcmicons.mo -share/locale/cs/LC_MESSAGES/kcminfo.mo -share/locale/cs/LC_MESSAGES/kcminput.mo -share/locale/cs/LC_MESSAGES/kcmioslaveinfo.mo -share/locale/cs/LC_MESSAGES/kcmkclock.mo -share/locale/cs/LC_MESSAGES/kcmkdb.mo -share/locale/cs/LC_MESSAGES/kcmkeys.mo -share/locale/cs/LC_MESSAGES/kcmkicker.mo -share/locale/cs/LC_MESSAGES/kcmkio.mo -share/locale/cs/LC_MESSAGES/kcmkonq.mo -share/locale/cs/LC_MESSAGES/kcmkonqhtml.mo -share/locale/cs/LC_MESSAGES/kcmkurifilt.mo -share/locale/cs/LC_MESSAGES/kcmkwm.mo -share/locale/cs/LC_MESSAGES/kcmmidi.mo -share/locale/cs/LC_MESSAGES/kcmlayout.mo -share/locale/cs/LC_MESSAGES/kcmlocale.mo -share/locale/cs/LC_MESSAGES/kcmnotify.mo -share/locale/cs/LC_MESSAGES/kcmodbc.mo -share/locale/cs/LC_MESSAGES/kcmsamba.mo -share/locale/cs/LC_MESSAGES/kcmsample.mo -share/locale/cs/LC_MESSAGES/kcmscreensaver.mo -share/locale/cs/LC_MESSAGES/kcmsmserver.mo -share/locale/cs/LC_MESSAGES/kcmstyle.mo -share/locale/cs/LC_MESSAGES/kcmtaskbar.mo -share/locale/cs/LC_MESSAGES/kcmthemes.mo -share/locale/cs/LC_MESSAGES/kcontrol.mo -share/locale/cs/LC_MESSAGES/kdcop.mo -share/locale/cs/LC_MESSAGES/kdebugdialog.mo -share/locale/cs/LC_MESSAGES/kdesktop.mo -share/locale/cs/LC_MESSAGES/kdesu.mo -share/locale/cs/LC_MESSAGES/kdesud.mo -share/locale/cs/LC_MESSAGES/kdewizard.mo -share/locale/cs/LC_MESSAGES/kdm.mo -share/locale/cs/LC_MESSAGES/kdmchooser.mo -share/locale/cs/LC_MESSAGES/kdmconfig.mo -share/locale/cs/LC_MESSAGES/kdmgreet.mo -share/locale/cs/LC_MESSAGES/kfindpart.mo -share/locale/cs/LC_MESSAGES/kfmclient.mo -share/locale/cs/LC_MESSAGES/kfmexec.mo -share/locale/cs/LC_MESSAGES/khelpcenter.mo -share/locale/cs/LC_MESSAGES/khotkeys.mo -share/locale/cs/LC_MESSAGES/kicker.mo -share/locale/cs/LC_MESSAGES/kio_help.mo -share/locale/cs/LC_MESSAGES/kio_man.mo -share/locale/cs/LC_MESSAGES/klegacyimport.mo -share/locale/cs/LC_MESSAGES/klipper.mo -share/locale/cs/LC_MESSAGES/klock.mo -share/locale/cs/LC_MESSAGES/kmenuedit.mo -share/locale/cs/LC_MESSAGES/kminipagerapplet.mo -share/locale/cs/LC_MESSAGES/konqueror.mo -share/locale/cs/LC_MESSAGES/konsole.mo -share/locale/cs/LC_MESSAGES/kpager.mo -share/locale/cs/LC_MESSAGES/krdb.mo -share/locale/cs/LC_MESSAGES/kreadconfig.mo -share/locale/cs/LC_MESSAGES/krunapplet.mo -share/locale/cs/LC_MESSAGES/ksmserver.mo -share/locale/cs/LC_MESSAGES/ksplash.mo -share/locale/cs/LC_MESSAGES/kstart.mo -share/locale/cs/LC_MESSAGES/ksysguard.mo -share/locale/cs/LC_MESSAGES/ktaskbarapplet.mo -share/locale/cs/LC_MESSAGES/ksystemtrayapplet.mo -share/locale/cs/LC_MESSAGES/ktip.mo -share/locale/cs/LC_MESSAGES/kwin.mo -share/locale/cs/LC_MESSAGES/kwrite.mo -share/locale/cs/LC_MESSAGES/kxkb.mo -share/locale/cs/LC_MESSAGES/kxmlrpcd.mo -share/locale/cs/LC_MESSAGES/kxsconfig.mo -share/locale/cs/LC_MESSAGES/libkonq.mo -share/locale/cs/LC_MESSAGES/libtaskbar.mo -share/locale/cs/LC_MESSAGES/naughtyapplet.mo -share/locale/cs/LC_MESSAGES/nsplugin.mo -share/locale/cs/LC_MESSAGES/passwords.mo -share/locale/cs/LC_MESSAGES/quicklauncher.mo -share/locale/cs/LC_MESSAGES/taskbarextension.mo -share/locale/cs/LC_MESSAGES/kabalone.mo -share/locale/cs/LC_MESSAGES/kasteroids.mo -share/locale/cs/LC_MESSAGES/katomic.mo -share/locale/cs/LC_MESSAGES/kblackbox.mo -share/locale/cs/LC_MESSAGES/kjezz.mo -share/locale/cs/LC_MESSAGES/kjumpingcube.mo -share/locale/cs/LC_MESSAGES/kmahjongg.mo -share/locale/cs/LC_MESSAGES/kmines.mo -share/locale/cs/LC_MESSAGES/konquest.mo -share/locale/cs/LC_MESSAGES/kpat.mo -share/locale/cs/LC_MESSAGES/kpoker.mo -share/locale/cs/LC_MESSAGES/kreversi.mo -share/locale/cs/LC_MESSAGES/ksame.mo -share/locale/cs/LC_MESSAGES/kshisen.mo -share/locale/cs/LC_MESSAGES/ksirtet.mo -share/locale/cs/LC_MESSAGES/ksmiletris.mo -share/locale/cs/LC_MESSAGES/ksnake.mo -share/locale/cs/LC_MESSAGES/ksokoban.mo -share/locale/cs/LC_MESSAGES/kspaceduel.mo -share/locale/cs/LC_MESSAGES/ktron.mo -share/locale/cs/LC_MESSAGES/ktuberling.mo -share/locale/cs/LC_MESSAGES/kwin4.mo -share/locale/cs/LC_MESSAGES/libkdegames.mo -share/locale/cs/LC_MESSAGES/lskat.mo -share/locale/cs/LC_MESSAGES/multiplayers.mo -share/locale/cs/LC_MESSAGES/kdvi.mo -share/locale/cs/LC_MESSAGES/kfax.mo -share/locale/cs/LC_MESSAGES/kfract.mo -share/locale/cs/LC_MESSAGES/kghostview.mo -share/locale/cs/LC_MESSAGES/kiconedit.mo -share/locale/cs/LC_MESSAGES/kpaint.mo -share/locale/cs/LC_MESSAGES/kpixmap2bitmap.mo -share/locale/cs/LC_MESSAGES/kruler.mo -share/locale/cs/LC_MESSAGES/ksnapshot.mo -share/locale/cs/LC_MESSAGES/kview.mo -share/locale/cs/LC_MESSAGES/kviewshell.mo -share/locale/cs/LC_MESSAGES/pixie.mo -share/locale/cs/LC_MESSAGES/aktion.mo -share/locale/cs/LC_MESSAGES/artsbuilder.mo -share/locale/cs/LC_MESSAGES/artscontrol.mo -share/locale/cs/LC_MESSAGES/kcmkmix.mo -share/locale/cs/LC_MESSAGES/kmid.mo -share/locale/cs/LC_MESSAGES/kmidi.mo -share/locale/cs/LC_MESSAGES/kmix.mo -share/locale/cs/LC_MESSAGES/kscd.mo -share/locale/cs/LC_MESSAGES/noatun.mo -share/locale/cs/LC_MESSAGES/kcmktalkd.mo -share/locale/cs/LC_MESSAGES/kcmlanbrowser.mo -share/locale/cs/LC_MESSAGES/keystone.mo -share/locale/cs/LC_MESSAGES/kit.mo -share/locale/cs/LC_MESSAGES/kmail.mo -share/locale/cs/LC_MESSAGES/kmailcvt.mo -share/locale/cs/LC_MESSAGES/knewsticker.mo -share/locale/cs/LC_MESSAGES/knode.mo -share/locale/cs/LC_MESSAGES/korn.mo -share/locale/cs/LC_MESSAGES/kppp.mo -share/locale/cs/LC_MESSAGES/kppplogview.mo -share/locale/cs/LC_MESSAGES/ksirc.mo -share/locale/cs/LC_MESSAGES/ktalkd.mo -share/locale/cs/LC_MESSAGES/abbrowser.mo -share/locale/cs/LC_MESSAGES/korganizer.mo -share/locale/cs/LC_MESSAGES/kbabel.mo -share/locale/cs/LC_MESSAGES/kdevelop.mo -share/locale/cs/LC_MESSAGES/kless.mo -share/locale/cs/LC_MESSAGES/kstartperf.mo -share/locale/cs/LC_MESSAGES/amor.mo -share/locale/cs/LC_MESSAGES/kmoon.mo -share/locale/cs/LC_MESSAGES/kodo.mo -share/locale/cs/LC_MESSAGES/kscoreapplet.mo -share/locale/cs/LC_MESSAGES/kteatime.mo -share/locale/cs/LC_MESSAGES/ktux.mo -share/locale/cs/LC_MESSAGES/kworldwatch.mo -share/locale/cs/LC_MESSAGES/ark.mo -share/locale/cs/LC_MESSAGES/kab.mo -share/locale/cs/LC_MESSAGES/karm.mo -share/locale/cs/LC_MESSAGES/kcalc.mo -share/locale/cs/LC_MESSAGES/kcharselect.mo -share/locale/cs/LC_MESSAGES/kcmlaptop.mo -share/locale/cs/LC_MESSAGES/kdepasswd.mo -share/locale/cs/LC_MESSAGES/kdessh.mo -share/locale/cs/LC_MESSAGES/kdf.mo -share/locale/cs/LC_MESSAGES/kedit.mo -share/locale/cs/LC_MESSAGES/kfind.mo -share/locale/cs/LC_MESSAGES/kfloppy.mo -share/locale/cs/LC_MESSAGES/khexedit.mo -share/locale/cs/LC_MESSAGES/kjots.mo -share/locale/cs/LC_MESSAGES/klaptopdaemon.mo -share/locale/cs/LC_MESSAGES/kljettool.mo -share/locale/cs/LC_MESSAGES/klpq.mo -share/locale/cs/LC_MESSAGES/knotes.mo -share/locale/cs/LC_MESSAGES/kpm.mo -share/locale/cs/LC_MESSAGES/ktimemon.mo -share/locale/cs/LC_MESSAGES/kchart.mo -share/locale/cs/LC_MESSAGES/killustrator.mo -share/locale/cs/LC_MESSAGES/kivio.mo -share/locale/cs/LC_MESSAGES/koffice.mo -share/locale/cs/LC_MESSAGES/koshell.mo -share/locale/cs/LC_MESSAGES/kpresenter.mo -share/locale/cs/LC_MESSAGES/krayon.mo -share/locale/cs/LC_MESSAGES/kspread.mo -share/locale/cs/LC_MESSAGES/kspreadcalc_calc.mo -share/locale/cs/LC_MESSAGES/kword.mo -share/locale/cs/LC_MESSAGES/binclockapplet.mo -share/locale/cs/LC_MESSAGES/caitoo.mo -share/locale/cs/LC_MESSAGES/colfind.mo -share/locale/cs/LC_MESSAGES/columbo.mo -share/locale/cs/LC_MESSAGES/gofai.mo -share/locale/cs/LC_MESSAGES/kafka.mo -share/locale/cs/LC_MESSAGES/kaiman.mo -share/locale/cs/LC_MESSAGES/karchie.mo -share/locale/cs/LC_MESSAGES/katalog.mo -share/locale/cs/LC_MESSAGES/kautorun.mo -share/locale/cs/LC_MESSAGES/kbiff.mo -share/locale/cs/LC_MESSAGES/kclock.mo -share/locale/cs/LC_MESSAGES/kcmail.mo -share/locale/cs/LC_MESSAGES/kcmbind.mo -share/locale/cs/LC_MESSAGES/kcmdhcpd.mo -share/locale/cs/LC_MESSAGES/kcmdrkonqi.mo -share/locale/cs/LC_MESSAGES/kcmfontmanager.mo -share/locale/cs/LC_MESSAGES/kcmgofai.mo -share/locale/cs/LC_MESSAGES/kcmiwatcher.mo -share/locale/cs/LC_MESSAGES/kcmkisdn.mo -share/locale/cs/LC_MESSAGES/kcmprinter.mo -share/locale/cs/LC_MESSAGES/kcoloredit.mo -share/locale/cs/LC_MESSAGES/kdao.mo -share/locale/cs/LC_MESSAGES/kdbg.mo -share/locale/cs/LC_MESSAGES/kexpress.mo -share/locale/cs/LC_MESSAGES/kfinger.mo -share/locale/cs/LC_MESSAGES/kformula.mo -share/locale/cs/LC_MESSAGES/kfortune.mo -share/locale/cs/LC_MESSAGES/kglchess.mo -share/locale/cs/LC_MESSAGES/kirc.mo -share/locale/cs/LC_MESSAGES/kgrapher.mo -share/locale/cs/LC_MESSAGES/kikbd.mo -share/locale/cs/LC_MESSAGES/kisdn.mo -share/locale/cs/LC_MESSAGES/kjoy.mo -share/locale/cs/LC_MESSAGES/klilo.mo -share/locale/cs/LC_MESSAGES/klyx.mo -share/locale/cs/LC_MESSAGES/kmaster.mo -share/locale/cs/LC_MESSAGES/kmessage.mo -share/locale/cs/LC_MESSAGES/knetmon.mo -share/locale/cs/LC_MESSAGES/knotify.mo -share/locale/cs/LC_MESSAGES/knu.mo -share/locale/cs/LC_MESSAGES/koncd.mo -share/locale/cs/LC_MESSAGES/konv.mo -share/locale/cs/LC_MESSAGES/kp.mo -share/locale/cs/LC_MESSAGES/kphone.mo -share/locale/cs/LC_MESSAGES/kray.mo -share/locale/cs/LC_MESSAGES/krn.mo -share/locale/cs/LC_MESSAGES/krubik.mo -share/locale/cs/LC_MESSAGES/ksamba.mo -share/locale/cs/LC_MESSAGES/ksciplot.mo -share/locale/cs/LC_MESSAGES/kstockticker.mo -share/locale/cs/LC_MESSAGES/ktalk.mo -share/locale/cs/LC_MESSAGES/ktelnet.mo -share/locale/cs/LC_MESSAGES/kthememgr.mo -share/locale/cs/LC_MESSAGES/kticker.mo -share/locale/cs/LC_MESSAGES/kuickshow.mo -share/locale/cs/LC_MESSAGES/kuml.mo -share/locale/cs/LC_MESSAGES/kvidtune.mo -share/locale/cs/LC_MESSAGES/webmaker.mo -share/locale/cs/LC_MESSAGES/desktop.mo -share/locale/cs/LC_MESSAGES/kdelibs.mo -share/locale/cs/charset -share/locale/cs/entry.desktop -share/locale/cs/flag.png -share/locale/ja/LC_MESSAGES/kdat.mo -share/locale/ja/LC_MESSAGES/kcmlilo.mo -share/locale/ja/LC_MESSAGES/kcron.mo -share/locale/ja/LC_MESSAGES/kpackage.mo -share/locale/ja/LC_MESSAGES/ksysctrl.mo -share/locale/ja/LC_MESSAGES/ksysv.mo -share/locale/ja/LC_MESSAGES/kuser.mo -share/locale/ja/LC_MESSAGES/kwuftpd.mo -share/locale/ja/LC_MESSAGES/secpolicy.mo -share/locale/ja/LC_MESSAGES/appletproxy.mo -share/locale/ja/LC_MESSAGES/childpanelextension.mo -share/locale/ja/LC_MESSAGES/clockapplet.mo -share/locale/ja/LC_MESSAGES/drkonqi.mo -share/locale/ja/LC_MESSAGES/extensionproxy.mo -share/locale/ja/LC_MESSAGES/filetypes.mo -share/locale/ja/LC_MESSAGES/htmlsearch.mo -share/locale/ja/LC_MESSAGES/kaccess.mo -share/locale/ja/LC_MESSAGES/kappfinder.mo -share/locale/ja/LC_MESSAGES/kcmaccess.mo -share/locale/ja/LC_MESSAGES/kcmarts.mo -share/locale/ja/LC_MESSAGES/kcmbackground.mo -share/locale/ja/LC_MESSAGES/kcmbell.mo -share/locale/ja/LC_MESSAGES/kcmcolors.mo -share/locale/ja/LC_MESSAGES/kcmcrypto.mo -share/locale/ja/LC_MESSAGES/kcmemail.mo -share/locale/ja/LC_MESSAGES/kcmenergy.mo -share/locale/ja/LC_MESSAGES/kcmfonts.mo -share/locale/ja/LC_MESSAGES/kcmhtmlsearch.mo -share/locale/ja/LC_MESSAGES/kcmicons.mo -share/locale/ja/LC_MESSAGES/kcmiconthemes.mo -share/locale/ja/LC_MESSAGES/kcminfo.mo -share/locale/ja/LC_MESSAGES/kcminput.mo -share/locale/ja/LC_MESSAGES/kcmioslaveinfo.mo -share/locale/ja/LC_MESSAGES/kcmkclock.mo -share/locale/ja/LC_MESSAGES/kcmkdb.mo -share/locale/ja/LC_MESSAGES/kcmkeys.mo -share/locale/ja/LC_MESSAGES/kcmkicker.mo -share/locale/ja/LC_MESSAGES/kcmkio.mo -share/locale/ja/LC_MESSAGES/kcmkmix.mo -share/locale/ja/LC_MESSAGES/kcmkonq.mo -share/locale/ja/LC_MESSAGES/kdm.mo -share/locale/ja/LC_MESSAGES/kcmkonqhtml.mo -share/locale/ja/LC_MESSAGES/kcmkurifilt.mo -share/locale/ja/LC_MESSAGES/kcmkwm.mo -share/locale/ja/LC_MESSAGES/kcmlaptop.mo -share/locale/ja/LC_MESSAGES/kcmlayout.mo -share/locale/ja/LC_MESSAGES/kcmlocale.mo -share/locale/ja/LC_MESSAGES/kcmmidi.mo -share/locale/ja/LC_MESSAGES/kcmnotify.mo -share/locale/ja/LC_MESSAGES/kcmodbc.mo -share/locale/ja/LC_MESSAGES/kcmsamba.mo -share/locale/ja/LC_MESSAGES/kcmsample.mo -share/locale/ja/LC_MESSAGES/kcmscreensaver.mo -share/locale/ja/LC_MESSAGES/kcmsmserver.mo -share/locale/ja/LC_MESSAGES/kcmstyle.mo -share/locale/ja/LC_MESSAGES/kcmtaskbar.mo -share/locale/ja/LC_MESSAGES/kcmthemes.mo -share/locale/ja/LC_MESSAGES/kcmvirtualdesktops.mo -share/locale/ja/LC_MESSAGES/kcontrol.mo -share/locale/ja/LC_MESSAGES/kdcop.mo -share/locale/ja/LC_MESSAGES/kdebugdialog.mo -share/locale/ja/LC_MESSAGES/kdesktop.mo -share/locale/ja/LC_MESSAGES/kdesu.mo -share/locale/ja/LC_MESSAGES/kdesud.mo -share/locale/ja/LC_MESSAGES/kdewizard.mo -share/locale/ja/LC_MESSAGES/kdmchooser.mo -share/locale/ja/LC_MESSAGES/kdmconfig.mo -share/locale/ja/LC_MESSAGES/kdmgreet.mo -share/locale/ja/LC_MESSAGES/kfindpart.mo -share/locale/ja/LC_MESSAGES/kfmclient.mo -share/locale/ja/LC_MESSAGES/kfmexec.mo -share/locale/ja/LC_MESSAGES/khelpcenter.mo -share/locale/ja/LC_MESSAGES/khotkeys.mo -share/locale/ja/LC_MESSAGES/kicker.mo -share/locale/ja/LC_MESSAGES/kio_help.mo -share/locale/ja/LC_MESSAGES/kio_man.mo -share/locale/ja/LC_MESSAGES/kio_smbro.mo -share/locale/ja/LC_MESSAGES/klegacyimport.mo -share/locale/ja/LC_MESSAGES/klipper.mo -share/locale/ja/LC_MESSAGES/klock.mo -share/locale/ja/LC_MESSAGES/kmenuedit.mo -share/locale/ja/LC_MESSAGES/kminipagerapplet.mo -share/locale/ja/LC_MESSAGES/konqueror.mo -share/locale/ja/LC_MESSAGES/konsole.mo -share/locale/ja/LC_MESSAGES/kpager.mo -share/locale/ja/LC_MESSAGES/krdb.mo -share/locale/ja/LC_MESSAGES/kreadconfig.mo -share/locale/ja/LC_MESSAGES/krunapplet.mo -share/locale/ja/LC_MESSAGES/ksmserver.mo -share/locale/ja/LC_MESSAGES/ksplash.mo -share/locale/ja/LC_MESSAGES/kstart.mo -share/locale/ja/LC_MESSAGES/ksysguard.mo -share/locale/ja/LC_MESSAGES/ksystemtrayapplet.mo -share/locale/ja/LC_MESSAGES/ktaskbarapplet.mo -share/locale/ja/LC_MESSAGES/ktip.mo -share/locale/ja/LC_MESSAGES/kwin.mo -share/locale/ja/LC_MESSAGES/kwrite.mo -share/locale/ja/LC_MESSAGES/kxkb.mo -share/locale/ja/LC_MESSAGES/kxmlrpcd.mo -share/locale/ja/LC_MESSAGES/kxsconfig.mo -share/locale/ja/LC_MESSAGES/libkonq.mo -share/locale/ja/LC_MESSAGES/libtaskbar.mo -share/locale/ja/LC_MESSAGES/naughtyapplet.mo -share/locale/ja/LC_MESSAGES/nsplugin.mo -share/locale/ja/LC_MESSAGES/passwords.mo -share/locale/ja/LC_MESSAGES/quicklauncher.mo -share/locale/ja/LC_MESSAGES/taskbarextension.mo -share/locale/ja/LC_MESSAGES/kabalone.mo -share/locale/ja/LC_MESSAGES/kasteroids.mo -share/locale/ja/LC_MESSAGES/katomic.mo -share/locale/ja/LC_MESSAGES/kbackgammon.mo -share/locale/ja/LC_MESSAGES/kblackbox.mo -share/locale/ja/LC_MESSAGES/kjezz.mo -share/locale/ja/LC_MESSAGES/kjumpingcube.mo -share/locale/ja/LC_MESSAGES/kmahjongg.mo -share/locale/ja/LC_MESSAGES/kmines.mo -share/locale/ja/LC_MESSAGES/konquest.mo -share/locale/ja/LC_MESSAGES/kpat.mo -share/locale/ja/LC_MESSAGES/kpoker.mo -share/locale/ja/LC_MESSAGES/kreversi.mo -share/locale/ja/LC_MESSAGES/ksame.mo -share/locale/ja/LC_MESSAGES/kshisen.mo -share/locale/ja/LC_MESSAGES/ksirtet.mo -share/locale/ja/LC_MESSAGES/ksmiletris.mo -share/locale/ja/LC_MESSAGES/ksnake.mo -share/locale/ja/LC_MESSAGES/ksokoban.mo -share/locale/ja/LC_MESSAGES/kspaceduel.mo -share/locale/ja/LC_MESSAGES/ktron.mo -share/locale/ja/LC_MESSAGES/ktuberling.mo -share/locale/ja/LC_MESSAGES/kwin4.mo -share/locale/ja/LC_MESSAGES/libkdegames.mo -share/locale/ja/LC_MESSAGES/lskat.mo -share/locale/ja/LC_MESSAGES/multiplayers.mo -share/locale/ja/LC_MESSAGES/kcmkamera.mo -share/locale/ja/LC_MESSAGES/kdvi.mo -share/locale/ja/LC_MESSAGES/kfax.mo -share/locale/ja/LC_MESSAGES/kfract.mo -share/locale/ja/LC_MESSAGES/kghostview.mo -share/locale/ja/LC_MESSAGES/kiconedit.mo -share/locale/ja/LC_MESSAGES/kpaint.mo -share/locale/ja/LC_MESSAGES/kpixmap2bitmap.mo -share/locale/ja/LC_MESSAGES/kruler.mo -share/locale/ja/LC_MESSAGES/ksnapshot.mo -share/locale/ja/LC_MESSAGES/kview.mo -share/locale/ja/LC_MESSAGES/kviewshell.mo -share/locale/ja/LC_MESSAGES/pixie.mo -share/locale/ja/LC_MESSAGES/aktion.mo -share/locale/ja/LC_MESSAGES/artsbuilder.mo -share/locale/ja/LC_MESSAGES/artscontrol.mo -share/locale/ja/LC_MESSAGES/kaiman.mo -share/locale/ja/LC_MESSAGES/kmid.mo -share/locale/ja/LC_MESSAGES/kmidi.mo -share/locale/ja/LC_MESSAGES/kmix.mo -share/locale/ja/LC_MESSAGES/kscd.mo -share/locale/ja/LC_MESSAGES/libnoatunexcellent.mo -share/locale/ja/LC_MESSAGES/noatun.mo -share/locale/ja/LC_MESSAGES/libnoatunsystray.mo -share/locale/ja/LC_MESSAGES/libnoatuntron.mo -share/locale/ja/LC_MESSAGES/kcmktalkd.mo -share/locale/ja/LC_MESSAGES/kcmlanbrowser.mo -share/locale/ja/LC_MESSAGES/kcmnewsticker.mo -share/locale/ja/LC_MESSAGES/keystone.mo -share/locale/ja/LC_MESSAGES/kio_lan.mo -share/locale/ja/LC_MESSAGES/kit.mo -share/locale/ja/LC_MESSAGES/kmail.mo -share/locale/ja/LC_MESSAGES/kmailcvt.mo -share/locale/ja/LC_MESSAGES/knewsticker.mo -share/locale/ja/LC_MESSAGES/knode.mo -share/locale/ja/LC_MESSAGES/korn.mo -share/locale/ja/LC_MESSAGES/kppp.mo -share/locale/ja/LC_MESSAGES/kppplogview.mo -share/locale/ja/LC_MESSAGES/ksirc.mo -share/locale/ja/LC_MESSAGES/ktalkd.mo -share/locale/ja/LC_MESSAGES/abbrowser.mo -share/locale/ja/LC_MESSAGES/empath.mo -share/locale/ja/LC_MESSAGES/korganizer.mo -share/locale/ja/LC_MESSAGES/kpilot.mo -share/locale/ja/LC_MESSAGES/twister.mo -share/locale/ja/LC_MESSAGES/kbabel.mo -share/locale/ja/LC_MESSAGES/kbabeldict.mo -share/locale/ja/LC_MESSAGES/kdevelop.mo -share/locale/ja/LC_MESSAGES/ktranslator.mo -share/locale/ja/LC_MESSAGES/amor.mo -share/locale/ja/LC_MESSAGES/kfifteenapplet.mo -share/locale/ja/LC_MESSAGES/kmoon.mo -share/locale/ja/LC_MESSAGES/kodo.mo -share/locale/ja/LC_MESSAGES/kscoreapplet.mo -share/locale/ja/LC_MESSAGES/kteatime.mo -share/locale/ja/LC_MESSAGES/ktux.mo -share/locale/ja/LC_MESSAGES/kworldwatch.mo -share/locale/ja/LC_MESSAGES/ark.mo -share/locale/ja/LC_MESSAGES/kab.mo -share/locale/ja/LC_MESSAGES/karm.mo -share/locale/ja/LC_MESSAGES/kcalc.mo -share/locale/ja/LC_MESSAGES/kcharselect.mo -share/locale/ja/LC_MESSAGES/kcharselectapplet.mo -share/locale/ja/LC_MESSAGES/kcmfontmanager.mo -share/locale/ja/LC_MESSAGES/kdepasswd.mo -share/locale/ja/LC_MESSAGES/kdessh.mo -share/locale/ja/LC_MESSAGES/kdf.mo -share/locale/ja/LC_MESSAGES/kedit.mo -share/locale/ja/LC_MESSAGES/kfind.mo -share/locale/ja/LC_MESSAGES/kfloppy.mo -share/locale/ja/LC_MESSAGES/khexedit.mo -share/locale/ja/LC_MESSAGES/kjots.mo -share/locale/ja/LC_MESSAGES/klaptopdaemon.mo -share/locale/ja/LC_MESSAGES/kljettool.mo -share/locale/ja/LC_MESSAGES/klpq.mo -share/locale/ja/LC_MESSAGES/knotes.mo -share/locale/ja/LC_MESSAGES/kpm.mo -share/locale/ja/LC_MESSAGES/ktimemon.mo -share/locale/ja/LC_MESSAGES/graphite.mo -share/locale/ja/LC_MESSAGES/kchart.mo -share/locale/ja/LC_MESSAGES/killustrator.mo -share/locale/ja/LC_MESSAGES/kivio.mo -share/locale/ja/LC_MESSAGES/koffice.mo -share/locale/ja/LC_MESSAGES/koshell.mo -share/locale/ja/LC_MESSAGES/kpresenter.mo -share/locale/ja/LC_MESSAGES/krayon.mo -share/locale/ja/LC_MESSAGES/kspread.mo -share/locale/ja/LC_MESSAGES/kspreadcalc_calc.mo -share/locale/ja/LC_MESSAGES/kword.mo -share/locale/ja/LC_MESSAGES/kclock.mo -share/locale/ja/LC_MESSAGES/kcmail.mo -share/locale/ja/LC_MESSAGES/kcmdhcpd.mo -share/locale/ja/LC_MESSAGES/kdbg.mo -share/locale/ja/LC_MESSAGES/kticker.mo -share/locale/ja/LC_MESSAGES/desktop.mo -share/locale/ja/LC_MESSAGES/kdelibs.mo -share/locale/ja/LC_MESSAGES/knotify.mo -share/locale/ja/charset -share/locale/ja/entry.desktop -share/locale/ja/flag.png -share/locale/pt_BR/LC_MESSAGES/kdat.mo -share/locale/pt_BR/LC_MESSAGES/kcmlilo.mo -share/locale/pt_BR/LC_MESSAGES/kcron.mo -share/locale/pt_BR/LC_MESSAGES/kpackage.mo -share/locale/pt_BR/LC_MESSAGES/ksysctrl.mo -share/locale/pt_BR/LC_MESSAGES/ksysv.mo -share/locale/pt_BR/LC_MESSAGES/kuser.mo -share/locale/pt_BR/LC_MESSAGES/secpolicy.mo +share/locale/pt_BR/LC_MESSAGES/abbrowser.mo +share/locale/pt_BR/LC_MESSAGES/aktion.mo +share/locale/pt_BR/LC_MESSAGES/amor.mo share/locale/pt_BR/LC_MESSAGES/appletproxy.mo +share/locale/pt_BR/LC_MESSAGES/ark.mo +share/locale/pt_BR/LC_MESSAGES/artsbuilder.mo +share/locale/pt_BR/LC_MESSAGES/artscontrol.mo +share/locale/pt_BR/LC_MESSAGES/binclockapplet.mo +share/locale/pt_BR/LC_MESSAGES/caitoo.mo share/locale/pt_BR/LC_MESSAGES/childpanelextension.mo share/locale/pt_BR/LC_MESSAGES/clockapplet.mo +share/locale/pt_BR/LC_MESSAGES/colfind.mo +share/locale/pt_BR/LC_MESSAGES/columbo.mo +share/locale/pt_BR/LC_MESSAGES/desktop.mo share/locale/pt_BR/LC_MESSAGES/drkonqi.mo +share/locale/pt_BR/LC_MESSAGES/empath.mo share/locale/pt_BR/LC_MESSAGES/extensionproxy.mo share/locale/pt_BR/LC_MESSAGES/filetypes.mo +share/locale/pt_BR/LC_MESSAGES/gofai.mo +share/locale/pt_BR/LC_MESSAGES/graphite.mo share/locale/pt_BR/LC_MESSAGES/htmlsearch.mo +share/locale/pt_BR/LC_MESSAGES/kab.mo +share/locale/pt_BR/LC_MESSAGES/kabalone.mo share/locale/pt_BR/LC_MESSAGES/kaccess.mo +share/locale/pt_BR/LC_MESSAGES/kafka.mo +share/locale/pt_BR/LC_MESSAGES/kaiman.mo share/locale/pt_BR/LC_MESSAGES/kappfinder.mo +share/locale/pt_BR/LC_MESSAGES/karchie.mo +share/locale/pt_BR/LC_MESSAGES/karm.mo +share/locale/pt_BR/LC_MESSAGES/kasteroids.mo +share/locale/pt_BR/LC_MESSAGES/katalog.mo +share/locale/pt_BR/LC_MESSAGES/katomic.mo +share/locale/pt_BR/LC_MESSAGES/kautorun.mo +share/locale/pt_BR/LC_MESSAGES/kbabel.mo +share/locale/pt_BR/LC_MESSAGES/kbabelcommon.mo +share/locale/pt_BR/LC_MESSAGES/kbabeldict.mo +share/locale/pt_BR/LC_MESSAGES/kbackgammon.mo +share/locale/pt_BR/LC_MESSAGES/kbackpage.mo share/locale/pt_BR/LC_MESSAGES/kbgndwm.mo +share/locale/pt_BR/LC_MESSAGES/kbiff.mo +share/locale/pt_BR/LC_MESSAGES/kblackbox.mo +share/locale/pt_BR/LC_MESSAGES/kcalc.mo +share/locale/pt_BR/LC_MESSAGES/kcharselect.mo +share/locale/pt_BR/LC_MESSAGES/kcharselectapplet.mo +share/locale/pt_BR/LC_MESSAGES/kchart.mo +share/locale/pt_BR/LC_MESSAGES/kclock.mo share/locale/pt_BR/LC_MESSAGES/kcmaccess.mo +share/locale/pt_BR/LC_MESSAGES/kcmail.mo share/locale/pt_BR/LC_MESSAGES/kcmarts.mo share/locale/pt_BR/LC_MESSAGES/kcmbackground.mo share/locale/pt_BR/LC_MESSAGES/kcmbell.mo +share/locale/pt_BR/LC_MESSAGES/kcmbind.mo share/locale/pt_BR/LC_MESSAGES/kcmcolors.mo share/locale/pt_BR/LC_MESSAGES/kcmcrypto.mo +share/locale/pt_BR/LC_MESSAGES/kcmdhcpd.mo share/locale/pt_BR/LC_MESSAGES/kcmdisplay.mo +share/locale/pt_BR/LC_MESSAGES/kcmdrkonqi.mo share/locale/pt_BR/LC_MESSAGES/kcmemail.mo share/locale/pt_BR/LC_MESSAGES/kcmenergy.mo +share/locale/pt_BR/LC_MESSAGES/kcmfontmanager.mo share/locale/pt_BR/LC_MESSAGES/kcmfonts.mo +share/locale/pt_BR/LC_MESSAGES/kcmgofai.mo share/locale/pt_BR/LC_MESSAGES/kcmhtmlsearch.mo share/locale/pt_BR/LC_MESSAGES/kcmicons.mo share/locale/pt_BR/LC_MESSAGES/kcmiconthemes.mo share/locale/pt_BR/LC_MESSAGES/kcminfo.mo share/locale/pt_BR/LC_MESSAGES/kcminput.mo share/locale/pt_BR/LC_MESSAGES/kcmioslaveinfo.mo +share/locale/pt_BR/LC_MESSAGES/kcmiwatcher.mo +share/locale/pt_BR/LC_MESSAGES/kcmkamera.mo share/locale/pt_BR/LC_MESSAGES/kcmkclock.mo share/locale/pt_BR/LC_MESSAGES/kcmkdb.mo share/locale/pt_BR/LC_MESSAGES/kcmkeys.mo share/locale/pt_BR/LC_MESSAGES/kcmkfm.mo share/locale/pt_BR/LC_MESSAGES/kcmkicker.mo share/locale/pt_BR/LC_MESSAGES/kcmkio.mo +share/locale/pt_BR/LC_MESSAGES/kcmkisdn.mo +share/locale/pt_BR/LC_MESSAGES/kcmkmix.mo share/locale/pt_BR/LC_MESSAGES/kcmkonq.mo share/locale/pt_BR/LC_MESSAGES/kcmkonqhtml.mo share/locale/pt_BR/LC_MESSAGES/kcmkpanel.mo +share/locale/pt_BR/LC_MESSAGES/kcmktalkd.mo share/locale/pt_BR/LC_MESSAGES/kcmkurifilt.mo share/locale/pt_BR/LC_MESSAGES/kcmkwm.mo +share/locale/pt_BR/LC_MESSAGES/kcmlanbrowser.mo +share/locale/pt_BR/LC_MESSAGES/kcmlaptop.mo share/locale/pt_BR/LC_MESSAGES/kcmlayout.mo +share/locale/pt_BR/LC_MESSAGES/kcmlilo.mo share/locale/pt_BR/LC_MESSAGES/kcmlocale.mo share/locale/pt_BR/LC_MESSAGES/kcmmidi.mo +share/locale/pt_BR/LC_MESSAGES/kcmnewsticker.mo share/locale/pt_BR/LC_MESSAGES/kcmnotify.mo share/locale/pt_BR/LC_MESSAGES/kcmnumberandnames.mo share/locale/pt_BR/LC_MESSAGES/kcmodbc.mo +share/locale/pt_BR/LC_MESSAGES/kcmprinter.mo share/locale/pt_BR/LC_MESSAGES/kcmsamba.mo share/locale/pt_BR/LC_MESSAGES/kcmsample.mo share/locale/pt_BR/LC_MESSAGES/kcmscreensaver.mo @@ -16702,812 +18573,787 @@ share/locale/pt_BR/LC_MESSAGES/kcmshell.mo share/locale/pt_BR/LC_MESSAGES/kcmsmserver.mo share/locale/pt_BR/LC_MESSAGES/kcmstyle.mo share/locale/pt_BR/LC_MESSAGES/kcmsyssound.mo +share/locale/pt_BR/LC_MESSAGES/kcmtalkd.mo share/locale/pt_BR/LC_MESSAGES/kcmtaskbar.mo share/locale/pt_BR/LC_MESSAGES/kcmthemes.mo -share/locale/pt_BR/LC_MESSAGES/kcontrol.mo share/locale/pt_BR/LC_MESSAGES/kcmvirtualdesktops.mo +share/locale/pt_BR/LC_MESSAGES/kcoloredit.mo +share/locale/pt_BR/LC_MESSAGES/kcontrol.mo +share/locale/pt_BR/LC_MESSAGES/kcron.mo +share/locale/pt_BR/LC_MESSAGES/kcrontab.mo +share/locale/pt_BR/LC_MESSAGES/kdao.mo +share/locale/pt_BR/LC_MESSAGES/kdat.mo share/locale/pt_BR/LC_MESSAGES/kdateapplet.mo +share/locale/pt_BR/LC_MESSAGES/kdbg.mo share/locale/pt_BR/LC_MESSAGES/kdcop.mo share/locale/pt_BR/LC_MESSAGES/kdebugdialog.mo share/locale/pt_BR/LC_MESSAGES/kdehelp.mo +share/locale/pt_BR/LC_MESSAGES/kdelibs.mo +share/locale/pt_BR/LC_MESSAGES/kdepasswd.mo share/locale/pt_BR/LC_MESSAGES/kdesktop.mo +share/locale/pt_BR/LC_MESSAGES/kdessh.mo share/locale/pt_BR/LC_MESSAGES/kdesu.mo share/locale/pt_BR/LC_MESSAGES/kdesud.mo +share/locale/pt_BR/LC_MESSAGES/kdevelop.mo share/locale/pt_BR/LC_MESSAGES/kdewizard.mo +share/locale/pt_BR/LC_MESSAGES/kdf.mo +share/locale/pt_BR/LC_MESSAGES/kdiagramm.mo share/locale/pt_BR/LC_MESSAGES/kdm.mo share/locale/pt_BR/LC_MESSAGES/kdmchooser.mo share/locale/pt_BR/LC_MESSAGES/kdmconfig.mo share/locale/pt_BR/LC_MESSAGES/kdmgreet.mo +share/locale/pt_BR/LC_MESSAGES/kdvi.mo +share/locale/pt_BR/LC_MESSAGES/kedit.mo +share/locale/pt_BR/LC_MESSAGES/kexpress.mo +share/locale/pt_BR/LC_MESSAGES/keystone.mo +share/locale/pt_BR/LC_MESSAGES/kfax.mo +share/locale/pt_BR/LC_MESSAGES/kfifteenapplet.mo +share/locale/pt_BR/LC_MESSAGES/kfind.mo share/locale/pt_BR/LC_MESSAGES/kfindpart.mo +share/locale/pt_BR/LC_MESSAGES/kfinger.mo +share/locale/pt_BR/LC_MESSAGES/kfloppy.mo share/locale/pt_BR/LC_MESSAGES/kfm.mo share/locale/pt_BR/LC_MESSAGES/kfmclient.mo share/locale/pt_BR/LC_MESSAGES/kfmexec.mo share/locale/pt_BR/LC_MESSAGES/kfontmanager.mo +share/locale/pt_BR/LC_MESSAGES/kformeditor.mo +share/locale/pt_BR/LC_MESSAGES/kformula.mo +share/locale/pt_BR/LC_MESSAGES/kformviewer.mo +share/locale/pt_BR/LC_MESSAGES/kfortune.mo +share/locale/pt_BR/LC_MESSAGES/kfract.mo +share/locale/pt_BR/LC_MESSAGES/kghostview.mo +share/locale/pt_BR/LC_MESSAGES/kglchess.mo +share/locale/pt_BR/LC_MESSAGES/kgrapher.mo share/locale/pt_BR/LC_MESSAGES/khelpcenter.mo +share/locale/pt_BR/LC_MESSAGES/khexedit.mo share/locale/pt_BR/LC_MESSAGES/khotkeys.mo share/locale/pt_BR/LC_MESSAGES/kicker.mo +share/locale/pt_BR/LC_MESSAGES/kiconedit.mo +share/locale/pt_BR/LC_MESSAGES/kikbd.mo +share/locale/pt_BR/LC_MESSAGES/killustrator.mo +share/locale/pt_BR/LC_MESSAGES/kimage.mo +share/locale/pt_BR/LC_MESSAGES/kimageshop.mo share/locale/pt_BR/LC_MESSAGES/kio_help.mo +share/locale/pt_BR/LC_MESSAGES/kio_lan.mo share/locale/pt_BR/LC_MESSAGES/kio_man.mo share/locale/pt_BR/LC_MESSAGES/kio_smbro.mo +share/locale/pt_BR/LC_MESSAGES/kirc.mo +share/locale/pt_BR/LC_MESSAGES/kisdn.mo +share/locale/pt_BR/LC_MESSAGES/kit.mo +share/locale/pt_BR/LC_MESSAGES/kivio.mo +share/locale/pt_BR/LC_MESSAGES/kjezz.mo +share/locale/pt_BR/LC_MESSAGES/kjots.mo +share/locale/pt_BR/LC_MESSAGES/kjoy.mo +share/locale/pt_BR/LC_MESSAGES/kjumpingCube.mo +share/locale/pt_BR/LC_MESSAGES/kjumpingcube.mo +share/locale/pt_BR/LC_MESSAGES/klaptopdaemon.mo share/locale/pt_BR/LC_MESSAGES/klegacyimport.mo +share/locale/pt_BR/LC_MESSAGES/kless.mo +share/locale/pt_BR/LC_MESSAGES/klilo.mo share/locale/pt_BR/LC_MESSAGES/klipper.mo +share/locale/pt_BR/LC_MESSAGES/kljettool.mo share/locale/pt_BR/LC_MESSAGES/klock.mo +share/locale/pt_BR/LC_MESSAGES/klpq.mo +share/locale/pt_BR/LC_MESSAGES/klyx.mo +share/locale/pt_BR/LC_MESSAGES/kmahjongg.mo +share/locale/pt_BR/LC_MESSAGES/kmail.mo +share/locale/pt_BR/LC_MESSAGES/kmailcvt.mo +share/locale/pt_BR/LC_MESSAGES/kmaster.mo +share/locale/pt_BR/LC_MESSAGES/kmedia.mo share/locale/pt_BR/LC_MESSAGES/kmenuedit.mo +share/locale/pt_BR/LC_MESSAGES/kmessage.mo +share/locale/pt_BR/LC_MESSAGES/kmid.mo +share/locale/pt_BR/LC_MESSAGES/kmidi.mo +share/locale/pt_BR/LC_MESSAGES/kmines.mo share/locale/pt_BR/LC_MESSAGES/kminipagerapplet.mo +share/locale/pt_BR/LC_MESSAGES/kmix.mo +share/locale/pt_BR/LC_MESSAGES/kmoon.mo +share/locale/pt_BR/LC_MESSAGES/knetmon.mo +share/locale/pt_BR/LC_MESSAGES/knewsticker.mo +share/locale/pt_BR/LC_MESSAGES/knode.mo +share/locale/pt_BR/LC_MESSAGES/knotes.mo +share/locale/pt_BR/LC_MESSAGES/knotify.mo +share/locale/pt_BR/LC_MESSAGES/knu.mo +share/locale/pt_BR/LC_MESSAGES/kodo.mo +share/locale/pt_BR/LC_MESSAGES/koffice.mo +share/locale/pt_BR/LC_MESSAGES/kohtml.mo +share/locale/pt_BR/LC_MESSAGES/koncd.mo share/locale/pt_BR/LC_MESSAGES/konq_searcher.mo share/locale/pt_BR/LC_MESSAGES/konqueror.mo +share/locale/pt_BR/LC_MESSAGES/konquest.mo share/locale/pt_BR/LC_MESSAGES/konsole.mo +share/locale/pt_BR/LC_MESSAGES/konv.mo share/locale/pt_BR/LC_MESSAGES/koolclockapplet.mo +share/locale/pt_BR/LC_MESSAGES/korganizer.mo +share/locale/pt_BR/LC_MESSAGES/korn.mo +share/locale/pt_BR/LC_MESSAGES/koshell.mo +share/locale/pt_BR/LC_MESSAGES/kp.mo +share/locale/pt_BR/LC_MESSAGES/kpackage.mo share/locale/pt_BR/LC_MESSAGES/kpager.mo share/locale/pt_BR/LC_MESSAGES/kpagerapplet.mo +share/locale/pt_BR/LC_MESSAGES/kpaint.mo share/locale/pt_BR/LC_MESSAGES/kpanel.mo +share/locale/pt_BR/LC_MESSAGES/kpat.mo +share/locale/pt_BR/LC_MESSAGES/kphone.mo +share/locale/pt_BR/LC_MESSAGES/kpilot.mo +share/locale/pt_BR/LC_MESSAGES/kpixmap2bitmap.mo +share/locale/pt_BR/LC_MESSAGES/kpm.mo +share/locale/pt_BR/LC_MESSAGES/kpoker.mo +share/locale/pt_BR/LC_MESSAGES/kppp.mo +share/locale/pt_BR/LC_MESSAGES/kppplogview.mo +share/locale/pt_BR/LC_MESSAGES/kpresenter.mo +share/locale/pt_BR/LC_MESSAGES/kray.mo +share/locale/pt_BR/LC_MESSAGES/krayon.mo share/locale/pt_BR/LC_MESSAGES/krdb.mo share/locale/pt_BR/LC_MESSAGES/kreadconfig.mo +share/locale/pt_BR/LC_MESSAGES/kreversi.mo +share/locale/pt_BR/LC_MESSAGES/krn.mo share/locale/pt_BR/LC_MESSAGES/krootwm.mo +share/locale/pt_BR/LC_MESSAGES/krubik.mo +share/locale/pt_BR/LC_MESSAGES/kruler.mo share/locale/pt_BR/LC_MESSAGES/krunapplet.mo +share/locale/pt_BR/LC_MESSAGES/ksamba.mo +share/locale/pt_BR/LC_MESSAGES/ksame.mo +share/locale/pt_BR/LC_MESSAGES/kscd.mo +share/locale/pt_BR/LC_MESSAGES/ksciplot.mo +share/locale/pt_BR/LC_MESSAGES/kscoreapplet.mo +share/locale/pt_BR/LC_MESSAGES/kshisen.mo +share/locale/pt_BR/LC_MESSAGES/ksirc.mo +share/locale/pt_BR/LC_MESSAGES/ksirtet.mo +share/locale/pt_BR/LC_MESSAGES/ksmiletris.mo share/locale/pt_BR/LC_MESSAGES/ksmserver.mo +share/locale/pt_BR/LC_MESSAGES/ksnake.mo +share/locale/pt_BR/LC_MESSAGES/ksnapshot.mo +share/locale/pt_BR/LC_MESSAGES/ksokoban.mo +share/locale/pt_BR/LC_MESSAGES/kspaceduel.mo share/locale/pt_BR/LC_MESSAGES/ksplash.mo +share/locale/pt_BR/LC_MESSAGES/kspread.mo +share/locale/pt_BR/LC_MESSAGES/kspreadcalc_calc.mo share/locale/pt_BR/LC_MESSAGES/kstart.mo +share/locale/pt_BR/LC_MESSAGES/kstartperf.mo +share/locale/pt_BR/LC_MESSAGES/kstockticker.mo +share/locale/pt_BR/LC_MESSAGES/ksysctrl.mo share/locale/pt_BR/LC_MESSAGES/ksysguard.mo share/locale/pt_BR/LC_MESSAGES/ksystemtrayapplet.mo +share/locale/pt_BR/LC_MESSAGES/ksysv.mo +share/locale/pt_BR/LC_MESSAGES/ktables.mo +share/locale/pt_BR/LC_MESSAGES/ktalk.mo +share/locale/pt_BR/LC_MESSAGES/ktalkd.mo share/locale/pt_BR/LC_MESSAGES/ktaskbarapplet.mo +share/locale/pt_BR/LC_MESSAGES/kteatime.mo +share/locale/pt_BR/LC_MESSAGES/ktelnet.mo +share/locale/pt_BR/LC_MESSAGES/kthememgr.mo +share/locale/pt_BR/LC_MESSAGES/kticker.mo +share/locale/pt_BR/LC_MESSAGES/ktimemon.mo share/locale/pt_BR/LC_MESSAGES/ktip.mo +share/locale/pt_BR/LC_MESSAGES/ktop.mo +share/locale/pt_BR/LC_MESSAGES/ktron.mo +share/locale/pt_BR/LC_MESSAGES/ktuberling.mo +share/locale/pt_BR/LC_MESSAGES/ktux.mo +share/locale/pt_BR/LC_MESSAGES/kuickshow.mo +share/locale/pt_BR/LC_MESSAGES/kuml.mo +share/locale/pt_BR/LC_MESSAGES/kuser.mo +share/locale/pt_BR/LC_MESSAGES/kvidtune.mo +share/locale/pt_BR/LC_MESSAGES/kview.mo +share/locale/pt_BR/LC_MESSAGES/kviewshell.mo +share/locale/pt_BR/LC_MESSAGES/kwebtree.mo share/locale/pt_BR/LC_MESSAGES/kwelcome.mo share/locale/pt_BR/LC_MESSAGES/kwin.mo +share/locale/pt_BR/LC_MESSAGES/kwin4.mo share/locale/pt_BR/LC_MESSAGES/kwm.mo +share/locale/pt_BR/LC_MESSAGES/kword.mo +share/locale/pt_BR/LC_MESSAGES/kworldwatch.mo share/locale/pt_BR/LC_MESSAGES/kwrite.mo share/locale/pt_BR/LC_MESSAGES/kxkb.mo share/locale/pt_BR/LC_MESSAGES/kxmlrpcd.mo share/locale/pt_BR/LC_MESSAGES/kxsconfig.mo -share/locale/pt_BR/LC_MESSAGES/libkonq.mo -share/locale/pt_BR/LC_MESSAGES/libtaskbar.mo -share/locale/pt_BR/LC_MESSAGES/naughtyapplet.mo -share/locale/pt_BR/LC_MESSAGES/nsplugin.mo -share/locale/pt_BR/LC_MESSAGES/passwords.mo -share/locale/pt_BR/LC_MESSAGES/quicklauncher.mo -share/locale/pt_BR/LC_MESSAGES/taskbarextension.mo -share/locale/pt_BR/LC_MESSAGES/kabalone.mo -share/locale/pt_BR/LC_MESSAGES/kasteroids.mo -share/locale/pt_BR/LC_MESSAGES/katomic.mo -share/locale/pt_BR/LC_MESSAGES/kbackgammon.mo -share/locale/pt_BR/LC_MESSAGES/kblackbox.mo -share/locale/pt_BR/LC_MESSAGES/kjezz.mo -share/locale/pt_BR/LC_MESSAGES/kjumpingcube.mo -share/locale/pt_BR/LC_MESSAGES/kmahjongg.mo -share/locale/pt_BR/LC_MESSAGES/kmines.mo -share/locale/pt_BR/LC_MESSAGES/konquest.mo -share/locale/pt_BR/LC_MESSAGES/kpat.mo -share/locale/pt_BR/LC_MESSAGES/kpoker.mo -share/locale/pt_BR/LC_MESSAGES/kreversi.mo -share/locale/pt_BR/LC_MESSAGES/ksame.mo -share/locale/pt_BR/LC_MESSAGES/kshisen.mo -share/locale/pt_BR/LC_MESSAGES/ksirtet.mo -share/locale/pt_BR/LC_MESSAGES/ksmiletris.mo -share/locale/pt_BR/LC_MESSAGES/ksnake.mo -share/locale/pt_BR/LC_MESSAGES/ksokoban.mo -share/locale/pt_BR/LC_MESSAGES/kspaceduel.mo -share/locale/pt_BR/LC_MESSAGES/ktron.mo -share/locale/pt_BR/LC_MESSAGES/ktuberling.mo -share/locale/pt_BR/LC_MESSAGES/kwin4.mo share/locale/pt_BR/LC_MESSAGES/libkdegames.mo -share/locale/pt_BR/LC_MESSAGES/lskat.mo -share/locale/pt_BR/LC_MESSAGES/multiplayers.mo -share/locale/pt_BR/LC_MESSAGES/kcmkamera.mo -share/locale/pt_BR/LC_MESSAGES/kdvi.mo -share/locale/pt_BR/LC_MESSAGES/kfax.mo -share/locale/pt_BR/LC_MESSAGES/kfract.mo -share/locale/pt_BR/LC_MESSAGES/kghostview.mo -share/locale/pt_BR/LC_MESSAGES/kiconedit.mo -share/locale/pt_BR/LC_MESSAGES/kpaint.mo -share/locale/pt_BR/LC_MESSAGES/kpixmap2bitmap.mo -share/locale/pt_BR/LC_MESSAGES/kruler.mo -share/locale/pt_BR/LC_MESSAGES/ksnapshot.mo -share/locale/pt_BR/LC_MESSAGES/kview.mo -share/locale/pt_BR/LC_MESSAGES/kviewshell.mo -share/locale/pt_BR/LC_MESSAGES/pixie.mo -share/locale/pt_BR/LC_MESSAGES/aktion.mo -share/locale/pt_BR/LC_MESSAGES/artsbuilder.mo -share/locale/pt_BR/LC_MESSAGES/artscontrol.mo -share/locale/pt_BR/LC_MESSAGES/kaiman.mo -share/locale/pt_BR/LC_MESSAGES/kcmkmix.mo -share/locale/pt_BR/LC_MESSAGES/kmedia.mo -share/locale/pt_BR/LC_MESSAGES/kmid.mo -share/locale/pt_BR/LC_MESSAGES/kmidi.mo -share/locale/pt_BR/LC_MESSAGES/kmix.mo -share/locale/pt_BR/LC_MESSAGES/kscd.mo +share/locale/pt_BR/LC_MESSAGES/libkonq.mo share/locale/pt_BR/LC_MESSAGES/libnoatunexcellent.mo share/locale/pt_BR/LC_MESSAGES/libnoatunsystray.mo share/locale/pt_BR/LC_MESSAGES/libnoatuntron.mo share/locale/pt_BR/LC_MESSAGES/libnoatunui.mo +share/locale/pt_BR/LC_MESSAGES/libtaskbar.mo +share/locale/pt_BR/LC_MESSAGES/lskat.mo +share/locale/pt_BR/LC_MESSAGES/multiplayers.mo +share/locale/pt_BR/LC_MESSAGES/naughtyapplet.mo share/locale/pt_BR/LC_MESSAGES/noatun.mo share/locale/pt_BR/LC_MESSAGES/noatunmodules.mo -share/locale/pt_BR/LC_MESSAGES/kcmktalkd.mo -share/locale/pt_BR/LC_MESSAGES/kcmlanbrowser.mo -share/locale/pt_BR/LC_MESSAGES/kcmnewsticker.mo -share/locale/pt_BR/LC_MESSAGES/kcmtalkd.mo -share/locale/pt_BR/LC_MESSAGES/keystone.mo -share/locale/pt_BR/LC_MESSAGES/kio_lan.mo -share/locale/pt_BR/LC_MESSAGES/kit.mo -share/locale/pt_BR/LC_MESSAGES/kmail.mo -share/locale/pt_BR/LC_MESSAGES/kmailcvt.mo -share/locale/pt_BR/LC_MESSAGES/knewsticker.mo -share/locale/pt_BR/LC_MESSAGES/knode.mo -share/locale/pt_BR/LC_MESSAGES/korn.mo -share/locale/pt_BR/LC_MESSAGES/kppp.mo -share/locale/pt_BR/LC_MESSAGES/kppplogview.mo -share/locale/pt_BR/LC_MESSAGES/ksirc.mo -share/locale/pt_BR/LC_MESSAGES/ktalkd.mo -share/locale/pt_BR/LC_MESSAGES/abbrowser.mo -share/locale/pt_BR/LC_MESSAGES/empath.mo -share/locale/pt_BR/LC_MESSAGES/korganizer.mo -share/locale/pt_BR/LC_MESSAGES/kpilot.mo -share/locale/pt_BR/LC_MESSAGES/twister.mo -share/locale/pt_BR/LC_MESSAGES/kbabel.mo -share/locale/pt_BR/LC_MESSAGES/kdevelop.mo -share/locale/pt_BR/LC_MESSAGES/kbabelcommon.mo -share/locale/pt_BR/LC_MESSAGES/kbabeldict.mo -share/locale/pt_BR/LC_MESSAGES/kless.mo -share/locale/pt_BR/LC_MESSAGES/kstartperf.mo -share/locale/pt_BR/LC_MESSAGES/amor.mo -share/locale/pt_BR/LC_MESSAGES/kfifteenapplet.mo -share/locale/pt_BR/LC_MESSAGES/kmoon.mo -share/locale/pt_BR/LC_MESSAGES/kodo.mo -share/locale/pt_BR/LC_MESSAGES/kscoreapplet.mo -share/locale/pt_BR/LC_MESSAGES/kteatime.mo -share/locale/pt_BR/LC_MESSAGES/ktux.mo -share/locale/pt_BR/LC_MESSAGES/kworldwatch.mo -share/locale/pt_BR/LC_MESSAGES/ark.mo -share/locale/pt_BR/LC_MESSAGES/kab.mo -share/locale/pt_BR/LC_MESSAGES/karm.mo -share/locale/pt_BR/LC_MESSAGES/kcalc.mo -share/locale/pt_BR/LC_MESSAGES/kcharselect.mo -share/locale/pt_BR/LC_MESSAGES/kcharselectapplet.mo -share/locale/pt_BR/LC_MESSAGES/kcmlaptop.mo -share/locale/pt_BR/LC_MESSAGES/kcrontab.mo -share/locale/pt_BR/LC_MESSAGES/kdepasswd.mo -share/locale/pt_BR/LC_MESSAGES/kdessh.mo -share/locale/pt_BR/LC_MESSAGES/kdf.mo -share/locale/pt_BR/LC_MESSAGES/kedit.mo -share/locale/pt_BR/LC_MESSAGES/kfind.mo -share/locale/pt_BR/LC_MESSAGES/kfloppy.mo -share/locale/pt_BR/LC_MESSAGES/khexedit.mo -share/locale/pt_BR/LC_MESSAGES/kjots.mo -share/locale/pt_BR/LC_MESSAGES/kjumpingCube.mo -share/locale/pt_BR/LC_MESSAGES/klaptopdaemon.mo -share/locale/pt_BR/LC_MESSAGES/kljettool.mo -share/locale/pt_BR/LC_MESSAGES/klpq.mo -share/locale/pt_BR/LC_MESSAGES/knotes.mo -share/locale/pt_BR/LC_MESSAGES/kpm.mo -share/locale/pt_BR/LC_MESSAGES/ktimemon.mo -share/locale/pt_BR/LC_MESSAGES/ktop.mo -share/locale/pt_BR/LC_MESSAGES/graphite.mo -share/locale/pt_BR/LC_MESSAGES/kchart.mo -share/locale/pt_BR/LC_MESSAGES/kdiagramm.mo -share/locale/pt_BR/LC_MESSAGES/kformula.mo -share/locale/pt_BR/LC_MESSAGES/killustrator.mo -share/locale/pt_BR/LC_MESSAGES/kimage.mo -share/locale/pt_BR/LC_MESSAGES/kimageshop.mo -share/locale/pt_BR/LC_MESSAGES/kivio.mo -share/locale/pt_BR/LC_MESSAGES/koffice.mo -share/locale/pt_BR/LC_MESSAGES/kohtml.mo -share/locale/pt_BR/LC_MESSAGES/koshell.mo -share/locale/pt_BR/LC_MESSAGES/kpresenter.mo -share/locale/pt_BR/LC_MESSAGES/krayon.mo -share/locale/pt_BR/LC_MESSAGES/kspread.mo -share/locale/pt_BR/LC_MESSAGES/kspreadcalc_calc.mo -share/locale/pt_BR/LC_MESSAGES/kword.mo +share/locale/pt_BR/LC_MESSAGES/nsplugin.mo +share/locale/pt_BR/LC_MESSAGES/passwords.mo +share/locale/pt_BR/LC_MESSAGES/pixie.mo +share/locale/pt_BR/LC_MESSAGES/quicklauncher.mo +share/locale/pt_BR/LC_MESSAGES/secpolicy.mo share/locale/pt_BR/LC_MESSAGES/spell_tool.mo -share/locale/pt_BR/LC_MESSAGES/binclockapplet.mo -share/locale/pt_BR/LC_MESSAGES/caitoo.mo -share/locale/pt_BR/LC_MESSAGES/colfind.mo -share/locale/pt_BR/LC_MESSAGES/columbo.mo -share/locale/pt_BR/LC_MESSAGES/gofai.mo -share/locale/pt_BR/LC_MESSAGES/kafka.mo -share/locale/pt_BR/LC_MESSAGES/karchie.mo -share/locale/pt_BR/LC_MESSAGES/katalog.mo -share/locale/pt_BR/LC_MESSAGES/kautorun.mo -share/locale/pt_BR/LC_MESSAGES/kbackpage.mo -share/locale/pt_BR/LC_MESSAGES/kbiff.mo -share/locale/pt_BR/LC_MESSAGES/kclock.mo -share/locale/pt_BR/LC_MESSAGES/kcmail.mo -share/locale/pt_BR/LC_MESSAGES/kcmbind.mo -share/locale/pt_BR/LC_MESSAGES/kcmdhcpd.mo -share/locale/pt_BR/LC_MESSAGES/kcmdrkonqi.mo -share/locale/pt_BR/LC_MESSAGES/kcmfontmanager.mo -share/locale/pt_BR/LC_MESSAGES/kcmgofai.mo -share/locale/pt_BR/LC_MESSAGES/kdao.mo -share/locale/pt_BR/LC_MESSAGES/kcmiwatcher.mo -share/locale/pt_BR/LC_MESSAGES/kcmkisdn.mo -share/locale/pt_BR/LC_MESSAGES/kcmprinter.mo -share/locale/pt_BR/LC_MESSAGES/kcoloredit.mo -share/locale/pt_BR/LC_MESSAGES/kdbg.mo -share/locale/pt_BR/LC_MESSAGES/kexpress.mo -share/locale/pt_BR/LC_MESSAGES/kfinger.mo -share/locale/pt_BR/LC_MESSAGES/kformeditor.mo -share/locale/pt_BR/LC_MESSAGES/kformviewer.mo -share/locale/pt_BR/LC_MESSAGES/kfortune.mo -share/locale/pt_BR/LC_MESSAGES/kglchess.mo -share/locale/pt_BR/LC_MESSAGES/kgrapher.mo -share/locale/pt_BR/LC_MESSAGES/kikbd.mo -share/locale/pt_BR/LC_MESSAGES/kirc.mo -share/locale/pt_BR/LC_MESSAGES/kisdn.mo -share/locale/pt_BR/LC_MESSAGES/kjoy.mo -share/locale/pt_BR/LC_MESSAGES/klilo.mo -share/locale/pt_BR/LC_MESSAGES/klyx.mo -share/locale/pt_BR/LC_MESSAGES/kmaster.mo -share/locale/pt_BR/LC_MESSAGES/kmessage.mo -share/locale/pt_BR/LC_MESSAGES/knetmon.mo -share/locale/pt_BR/LC_MESSAGES/knotify.mo -share/locale/pt_BR/LC_MESSAGES/knu.mo -share/locale/pt_BR/LC_MESSAGES/koncd.mo -share/locale/pt_BR/LC_MESSAGES/konv.mo -share/locale/pt_BR/LC_MESSAGES/kp.mo -share/locale/pt_BR/LC_MESSAGES/kphone.mo -share/locale/pt_BR/LC_MESSAGES/kray.mo -share/locale/pt_BR/LC_MESSAGES/krn.mo -share/locale/pt_BR/LC_MESSAGES/krubik.mo -share/locale/pt_BR/LC_MESSAGES/ksamba.mo -share/locale/pt_BR/LC_MESSAGES/ksciplot.mo -share/locale/pt_BR/LC_MESSAGES/kstockticker.mo -share/locale/pt_BR/LC_MESSAGES/ktables.mo -share/locale/pt_BR/LC_MESSAGES/ktalk.mo -share/locale/pt_BR/LC_MESSAGES/ktelnet.mo -share/locale/pt_BR/LC_MESSAGES/kthememgr.mo -share/locale/pt_BR/LC_MESSAGES/kticker.mo -share/locale/pt_BR/LC_MESSAGES/kuickshow.mo -share/locale/pt_BR/LC_MESSAGES/kuml.mo -share/locale/pt_BR/LC_MESSAGES/kvidtune.mo -share/locale/pt_BR/LC_MESSAGES/kwebtree.mo +share/locale/pt_BR/LC_MESSAGES/taskbarextension.mo +share/locale/pt_BR/LC_MESSAGES/twister.mo share/locale/pt_BR/LC_MESSAGES/webmaker.mo -share/locale/pt_BR/LC_MESSAGES/desktop.mo -share/locale/pt_BR/LC_MESSAGES/kdelibs.mo share/locale/pt_BR/charset share/locale/pt_BR/entry.desktop share/locale/pt_BR/flag.png -share/locale/ru/LC_MESSAGES/kcmlilo.mo -share/locale/ru/LC_MESSAGES/kdat.mo -share/locale/ru/LC_MESSAGES/kcron.mo -share/locale/ru/LC_MESSAGES/kpackage.mo -share/locale/ru/LC_MESSAGES/ksysctrl.mo -share/locale/ru/LC_MESSAGES/ksysv.mo -share/locale/ru/LC_MESSAGES/kuser.mo -share/locale/ru/LC_MESSAGES/kwuftpd.mo -share/locale/ru/LC_MESSAGES/secpolicy.mo -share/locale/ru/LC_MESSAGES/appletproxy.mo -share/locale/ru/LC_MESSAGES/childpanelextension.mo -share/locale/ru/LC_MESSAGES/clockapplet.mo -share/locale/ru/LC_MESSAGES/drkonqi.mo -share/locale/ru/LC_MESSAGES/extensionproxy.mo -share/locale/ru/LC_MESSAGES/filetypes.mo -share/locale/ru/LC_MESSAGES/htmlsearch.mo -share/locale/ru/LC_MESSAGES/kaccess.mo -share/locale/ru/LC_MESSAGES/kappfinder.mo -share/locale/ru/LC_MESSAGES/kcmaccess.mo -share/locale/ru/LC_MESSAGES/kcmarts.mo -share/locale/ru/LC_MESSAGES/kcmbackground.mo -share/locale/ru/LC_MESSAGES/kcmbell.mo -share/locale/ru/LC_MESSAGES/kcmcolors.mo -share/locale/ru/LC_MESSAGES/kcmcrypto.mo -share/locale/ru/LC_MESSAGES/kcmemail.mo -share/locale/ru/LC_MESSAGES/kcmenergy.mo -share/locale/ru/LC_MESSAGES/kcmfonts.mo -share/locale/ru/LC_MESSAGES/kcmhtmlsearch.mo -share/locale/ru/LC_MESSAGES/kcmicons.mo -share/locale/ru/LC_MESSAGES/kcmiconthemes.mo -share/locale/ru/LC_MESSAGES/kcminfo.mo -share/locale/ru/LC_MESSAGES/kcminput.mo -share/locale/ru/LC_MESSAGES/kcmioslaveinfo.mo -share/locale/ru/LC_MESSAGES/kcmkclock.mo -share/locale/ru/LC_MESSAGES/kcmkdb.mo -share/locale/ru/LC_MESSAGES/kcmkeys.mo -share/locale/ru/LC_MESSAGES/kcmkicker.mo -share/locale/ru/LC_MESSAGES/kcmkio.mo -share/locale/ru/LC_MESSAGES/kcmkonq.mo -share/locale/ru/LC_MESSAGES/kcmkonqhtml.mo -share/locale/ru/LC_MESSAGES/kcmkurifilt.mo -share/locale/ru/LC_MESSAGES/kcmkwm.mo -share/locale/ru/LC_MESSAGES/kcmlayout.mo -share/locale/ru/LC_MESSAGES/kcmlocale.mo -share/locale/ru/LC_MESSAGES/kcmmidi.mo -share/locale/ru/LC_MESSAGES/kcmnotify.mo -share/locale/ru/LC_MESSAGES/kcmodbc.mo -share/locale/ru/LC_MESSAGES/kcmsamba.mo -share/locale/ru/LC_MESSAGES/kcmscreensaver.mo -share/locale/ru/LC_MESSAGES/kcmsmserver.mo -share/locale/ru/LC_MESSAGES/kcmstyle.mo -share/locale/ru/LC_MESSAGES/kcmtaskbar.mo -share/locale/ru/LC_MESSAGES/kcmthemes.mo -share/locale/ru/LC_MESSAGES/kcmvirtualdesktops.mo -share/locale/ru/LC_MESSAGES/kcontrol.mo -share/locale/ru/LC_MESSAGES/kdcop.mo -share/locale/ru/LC_MESSAGES/kdebugdialog.mo -share/locale/ru/LC_MESSAGES/kdesktop.mo -share/locale/ru/LC_MESSAGES/kdesu.mo -share/locale/ru/LC_MESSAGES/kdesud.mo -share/locale/ru/LC_MESSAGES/kdewizard.mo -share/locale/ru/LC_MESSAGES/kdm.mo -share/locale/ru/LC_MESSAGES/kdmgreet.mo -share/locale/ru/LC_MESSAGES/kdmchooser.mo -share/locale/ru/LC_MESSAGES/kdmconfig.mo -share/locale/ru/LC_MESSAGES/kfindpart.mo -share/locale/ru/LC_MESSAGES/kfmclient.mo -share/locale/ru/LC_MESSAGES/kfmexec.mo -share/locale/ru/LC_MESSAGES/khelpcenter.mo -share/locale/ru/LC_MESSAGES/khotkeys.mo -share/locale/ru/LC_MESSAGES/kicker.mo -share/locale/ru/LC_MESSAGES/kio_help.mo -share/locale/ru/LC_MESSAGES/kio_man.mo -share/locale/ru/LC_MESSAGES/kio_smbro.mo -share/locale/ru/LC_MESSAGES/klegacyimport.mo -share/locale/ru/LC_MESSAGES/klipper.mo -share/locale/ru/LC_MESSAGES/klock.mo -share/locale/ru/LC_MESSAGES/kmenuedit.mo -share/locale/ru/LC_MESSAGES/kminipagerapplet.mo -share/locale/ru/LC_MESSAGES/konqueror.mo -share/locale/ru/LC_MESSAGES/konsole.mo -share/locale/ru/LC_MESSAGES/kpager.mo -share/locale/ru/LC_MESSAGES/krdb.mo -share/locale/ru/LC_MESSAGES/kreadconfig.mo -share/locale/ru/LC_MESSAGES/krunapplet.mo -share/locale/ru/LC_MESSAGES/ksplash.mo -share/locale/ru/LC_MESSAGES/ksmserver.mo -share/locale/ru/LC_MESSAGES/kstart.mo -share/locale/ru/LC_MESSAGES/ksysguard.mo -share/locale/ru/LC_MESSAGES/ksystemtrayapplet.mo -share/locale/ru/LC_MESSAGES/ktaskbarapplet.mo -share/locale/ru/LC_MESSAGES/ktip.mo -share/locale/ru/LC_MESSAGES/kwin.mo -share/locale/ru/LC_MESSAGES/kwrite.mo -share/locale/ru/LC_MESSAGES/kxkb.mo -share/locale/ru/LC_MESSAGES/kxmlrpcd.mo -share/locale/ru/LC_MESSAGES/kxsconfig.mo -share/locale/ru/LC_MESSAGES/libkonq.mo -share/locale/ru/LC_MESSAGES/libtaskbar.mo -share/locale/ru/LC_MESSAGES/naughtyapplet.mo -share/locale/ru/LC_MESSAGES/nsplugin.mo -share/locale/ru/LC_MESSAGES/passwords.mo -share/locale/ru/LC_MESSAGES/quicklauncher.mo -share/locale/ru/LC_MESSAGES/taskbarextension.mo -share/locale/ru/LC_MESSAGES/kabalone.mo -share/locale/ru/LC_MESSAGES/kasteroids.mo -share/locale/ru/LC_MESSAGES/katomic.mo -share/locale/ru/LC_MESSAGES/kbackgammon.mo -share/locale/ru/LC_MESSAGES/kblackbox.mo -share/locale/ru/LC_MESSAGES/kjezz.mo -share/locale/ru/LC_MESSAGES/kjumpingcube.mo -share/locale/ru/LC_MESSAGES/kmahjongg.mo -share/locale/ru/LC_MESSAGES/kmines.mo -share/locale/ru/LC_MESSAGES/konquest.mo -share/locale/ru/LC_MESSAGES/kpat.mo -share/locale/ru/LC_MESSAGES/kpoker.mo -share/locale/ru/LC_MESSAGES/kreversi.mo -share/locale/ru/LC_MESSAGES/ksame.mo -share/locale/ru/LC_MESSAGES/kshisen.mo -share/locale/ru/LC_MESSAGES/ksirtet.mo -share/locale/ru/LC_MESSAGES/ksmiletris.mo -share/locale/ru/LC_MESSAGES/ksnake.mo -share/locale/ru/LC_MESSAGES/ksokoban.mo -share/locale/ru/LC_MESSAGES/kspaceduel.mo -share/locale/ru/LC_MESSAGES/ktron.mo -share/locale/ru/LC_MESSAGES/ktuberling.mo -share/locale/ru/LC_MESSAGES/kwin4.mo -share/locale/ru/LC_MESSAGES/libkdegames.mo -share/locale/ru/LC_MESSAGES/lskat.mo -share/locale/ru/LC_MESSAGES/multiplayers.mo -share/locale/ru/LC_MESSAGES/kcmkamera.mo -share/locale/ru/LC_MESSAGES/kdvi.mo -share/locale/ru/LC_MESSAGES/kfax.mo -share/locale/ru/LC_MESSAGES/kfract.mo -share/locale/ru/LC_MESSAGES/kghostview.mo -share/locale/ru/LC_MESSAGES/kiconedit.mo -share/locale/ru/LC_MESSAGES/kpaint.mo -share/locale/ru/LC_MESSAGES/kpixmap2bitmap.mo -share/locale/ru/LC_MESSAGES/kruler.mo -share/locale/ru/LC_MESSAGES/ksnapshot.mo -share/locale/ru/LC_MESSAGES/kview.mo -share/locale/ru/LC_MESSAGES/kviewshell.mo -share/locale/ru/LC_MESSAGES/pixie.mo -share/locale/ru/LC_MESSAGES/aktion.mo -share/locale/ru/LC_MESSAGES/artsbuilder.mo -share/locale/ru/LC_MESSAGES/artscontrol.mo -share/locale/ru/LC_MESSAGES/kaiman.mo -share/locale/ru/LC_MESSAGES/kcmkmix.mo -share/locale/ru/LC_MESSAGES/kmid.mo -share/locale/ru/LC_MESSAGES/kmidi.mo -share/locale/ru/LC_MESSAGES/kmix.mo -share/locale/ru/LC_MESSAGES/kscd.mo -share/locale/ru/LC_MESSAGES/libnoatuntron.mo -share/locale/ru/LC_MESSAGES/noatun.mo -share/locale/ru/LC_MESSAGES/kcmktalkd.mo -share/locale/ru/LC_MESSAGES/keystone.mo -share/locale/ru/LC_MESSAGES/kcmlanbrowser.mo -share/locale/ru/LC_MESSAGES/kcmnewsticker.mo -share/locale/ru/LC_MESSAGES/kit.mo -share/locale/ru/LC_MESSAGES/kmail.mo -share/locale/ru/LC_MESSAGES/kmailcvt.mo -share/locale/ru/LC_MESSAGES/knewsticker.mo -share/locale/ru/LC_MESSAGES/knode.mo -share/locale/ru/LC_MESSAGES/korn.mo -share/locale/ru/LC_MESSAGES/kppp.mo -share/locale/ru/LC_MESSAGES/kppplogview.mo -share/locale/ru/LC_MESSAGES/ksirc.mo -share/locale/ru/LC_MESSAGES/ktalkd.mo -share/locale/ru/LC_MESSAGES/abbrowser.mo -share/locale/ru/LC_MESSAGES/empath.mo -share/locale/ru/LC_MESSAGES/korganizer.mo -share/locale/ru/LC_MESSAGES/kpilot.mo -share/locale/ru/LC_MESSAGES/twister.mo -share/locale/ru/LC_MESSAGES/amor.mo -share/locale/ru/LC_MESSAGES/kfifteenapplet.mo -share/locale/ru/LC_MESSAGES/kmoon.mo -share/locale/ru/LC_MESSAGES/kodo.mo -share/locale/ru/LC_MESSAGES/kscoreapplet.mo -share/locale/ru/LC_MESSAGES/kteatime.mo -share/locale/ru/LC_MESSAGES/ktux.mo -share/locale/ru/LC_MESSAGES/kworldwatch.mo -share/locale/ru/LC_MESSAGES/ark.mo -share/locale/ru/LC_MESSAGES/kab.mo -share/locale/ru/LC_MESSAGES/karm.mo -share/locale/ru/LC_MESSAGES/kcalc.mo -share/locale/ru/LC_MESSAGES/kcharselect.mo -share/locale/ru/LC_MESSAGES/kcharselectapplet.mo -share/locale/ru/LC_MESSAGES/kcmlaptop.mo -share/locale/ru/LC_MESSAGES/kdepasswd.mo -share/locale/ru/LC_MESSAGES/kdessh.mo -share/locale/ru/LC_MESSAGES/kdf.mo -share/locale/ru/LC_MESSAGES/kedit.mo -share/locale/ru/LC_MESSAGES/kfind.mo -share/locale/ru/LC_MESSAGES/kfloppy.mo -share/locale/ru/LC_MESSAGES/khexedit.mo -share/locale/ru/LC_MESSAGES/kjots.mo -share/locale/ru/LC_MESSAGES/klaptopdaemon.mo -share/locale/ru/LC_MESSAGES/kljettool.mo -share/locale/ru/LC_MESSAGES/klpq.mo -share/locale/ru/LC_MESSAGES/knotes.mo -share/locale/ru/LC_MESSAGES/kpm.mo -share/locale/ru/LC_MESSAGES/ktimemon.mo -share/locale/ru/LC_MESSAGES/graphite.mo -share/locale/ru/LC_MESSAGES/kchart.mo -share/locale/ru/LC_MESSAGES/kformula.mo -share/locale/ru/LC_MESSAGES/killustrator.mo -share/locale/ru/LC_MESSAGES/kivio.mo -share/locale/ru/LC_MESSAGES/koffice.mo -share/locale/ru/LC_MESSAGES/koshell.mo -share/locale/ru/LC_MESSAGES/kpresenter.mo -share/locale/ru/LC_MESSAGES/krayon.mo -share/locale/ru/LC_MESSAGES/kspread.mo -share/locale/ru/LC_MESSAGES/kspreadcalc_calc.mo -share/locale/ru/LC_MESSAGES/kword.mo -share/locale/ru/LC_MESSAGES/KNetMgr.mo -share/locale/ru/LC_MESSAGES/binclockapplet.mo -share/locale/ru/LC_MESSAGES/kbiff.mo -share/locale/ru/LC_MESSAGES/kcmail.mo -share/locale/ru/LC_MESSAGES/kfinger.mo -share/locale/ru/LC_MESSAGES/kfortune.mo -share/locale/ru/LC_MESSAGES/kphone.mo -share/locale/ru/LC_MESSAGES/kvidtune.mo -share/locale/ru/LC_MESSAGES/desktop.mo -share/locale/ru/LC_MESSAGES/kdelibs.mo -share/locale/ru/LC_MESSAGES/knotify.mo -share/locale/ru/charset -share/locale/ru/entry.desktop -share/locale/ru/flag.png -share/locale/ro/LC_MESSAGES/kcmlilo.mo -share/locale/ro/LC_MESSAGES/kcron.mo -share/locale/ro/LC_MESSAGES/kdat.mo -share/locale/ro/LC_MESSAGES/kpackage.mo -share/locale/ro/LC_MESSAGES/ksysctrl.mo -share/locale/ro/LC_MESSAGES/ksysv.mo -share/locale/ro/LC_MESSAGES/kuser.mo -share/locale/ro/LC_MESSAGES/kwuftpd.mo -share/locale/ro/LC_MESSAGES/secpolicy.mo +share/locale/ro/LC_MESSAGES/KNetMgr.mo +share/locale/ro/LC_MESSAGES/abbrowser.mo +share/locale/ro/LC_MESSAGES/aktion.mo +share/locale/ro/LC_MESSAGES/amor.mo share/locale/ro/LC_MESSAGES/appletproxy.mo +share/locale/ro/LC_MESSAGES/ark.mo +share/locale/ro/LC_MESSAGES/artsbuilder.mo +share/locale/ro/LC_MESSAGES/artscontrol.mo +share/locale/ro/LC_MESSAGES/binclockapplet.mo +share/locale/ro/LC_MESSAGES/caitoo.mo share/locale/ro/LC_MESSAGES/childpanelextension.mo share/locale/ro/LC_MESSAGES/clockapplet.mo +share/locale/ro/LC_MESSAGES/colfind.mo +share/locale/ro/LC_MESSAGES/columbo.mo +share/locale/ro/LC_MESSAGES/desktop.mo share/locale/ro/LC_MESSAGES/drkonqi.mo +share/locale/ro/LC_MESSAGES/empath.mo share/locale/ro/LC_MESSAGES/extensionproxy.mo share/locale/ro/LC_MESSAGES/filetypes.mo +share/locale/ro/LC_MESSAGES/gofai.mo +share/locale/ro/LC_MESSAGES/graphite.mo share/locale/ro/LC_MESSAGES/htmlsearch.mo +share/locale/ro/LC_MESSAGES/kab.mo +share/locale/ro/LC_MESSAGES/kabalone.mo share/locale/ro/LC_MESSAGES/kaccess.mo +share/locale/ro/LC_MESSAGES/kafka.mo share/locale/ro/LC_MESSAGES/kappfinder.mo +share/locale/ro/LC_MESSAGES/karchie.mo +share/locale/ro/LC_MESSAGES/karchiver.mo +share/locale/ro/LC_MESSAGES/karm.mo +share/locale/ro/LC_MESSAGES/kasteroids.mo +share/locale/ro/LC_MESSAGES/katalog.mo +share/locale/ro/LC_MESSAGES/katomic.mo +share/locale/ro/LC_MESSAGES/kautorun.mo +share/locale/ro/LC_MESSAGES/kbabel.mo +share/locale/ro/LC_MESSAGES/kbackgammon.mo +share/locale/ro/LC_MESSAGES/kbackpage.mo +share/locale/ro/LC_MESSAGES/kbiff.mo +share/locale/ro/LC_MESSAGES/kblackbox.mo +share/locale/ro/LC_MESSAGES/kcalc.mo +share/locale/ro/LC_MESSAGES/kcharselect.mo +share/locale/ro/LC_MESSAGES/kchart.mo +share/locale/ro/LC_MESSAGES/kclock.mo share/locale/ro/LC_MESSAGES/kcmaccess.mo +share/locale/ro/LC_MESSAGES/kcmail.mo share/locale/ro/LC_MESSAGES/kcmarts.mo share/locale/ro/LC_MESSAGES/kcmbackground.mo share/locale/ro/LC_MESSAGES/kcmbell.mo +share/locale/ro/LC_MESSAGES/kcmbind.mo share/locale/ro/LC_MESSAGES/kcmcolors.mo share/locale/ro/LC_MESSAGES/kcmcrypto.mo +share/locale/ro/LC_MESSAGES/kcmdhcpd.mo +share/locale/ro/LC_MESSAGES/kcmdrkonqi.mo share/locale/ro/LC_MESSAGES/kcmemail.mo share/locale/ro/LC_MESSAGES/kcmenergy.mo +share/locale/ro/LC_MESSAGES/kcmfontmanager.mo share/locale/ro/LC_MESSAGES/kcmfonts.mo +share/locale/ro/LC_MESSAGES/kcmgofai.mo share/locale/ro/LC_MESSAGES/kcmhtmlsearch.mo share/locale/ro/LC_MESSAGES/kcmicons.mo share/locale/ro/LC_MESSAGES/kcminfo.mo share/locale/ro/LC_MESSAGES/kcminput.mo share/locale/ro/LC_MESSAGES/kcmioslaveinfo.mo +share/locale/ro/LC_MESSAGES/kcmiwatcher.mo +share/locale/ro/LC_MESSAGES/kcmkamera.mo share/locale/ro/LC_MESSAGES/kcmkclock.mo share/locale/ro/LC_MESSAGES/kcmkdb.mo share/locale/ro/LC_MESSAGES/kcmkeys.mo share/locale/ro/LC_MESSAGES/kcmkicker.mo share/locale/ro/LC_MESSAGES/kcmkio.mo +share/locale/ro/LC_MESSAGES/kcmkisdn.mo +share/locale/ro/LC_MESSAGES/kcmkmix.mo share/locale/ro/LC_MESSAGES/kcmkonq.mo share/locale/ro/LC_MESSAGES/kcmkonqhtml.mo +share/locale/ro/LC_MESSAGES/kcmktalkd.mo share/locale/ro/LC_MESSAGES/kcmkurifilt.mo share/locale/ro/LC_MESSAGES/kcmkwm.mo +share/locale/ro/LC_MESSAGES/kcmlanbrowser.mo +share/locale/ro/LC_MESSAGES/kcmlaptop.mo share/locale/ro/LC_MESSAGES/kcmlayout.mo +share/locale/ro/LC_MESSAGES/kcmlilo.mo share/locale/ro/LC_MESSAGES/kcmlocale.mo share/locale/ro/LC_MESSAGES/kcmmidi.mo +share/locale/ro/LC_MESSAGES/kcmnapster.mo +share/locale/ro/LC_MESSAGES/kcmnewsticker.mo share/locale/ro/LC_MESSAGES/kcmnotify.mo share/locale/ro/LC_MESSAGES/kcmodbc.mo +share/locale/ro/LC_MESSAGES/kcmprinter.mo share/locale/ro/LC_MESSAGES/kcmsamba.mo share/locale/ro/LC_MESSAGES/kcmscreensaver.mo share/locale/ro/LC_MESSAGES/kcmsmserver.mo share/locale/ro/LC_MESSAGES/kcmstyle.mo share/locale/ro/LC_MESSAGES/kcmtaskbar.mo share/locale/ro/LC_MESSAGES/kcmthemes.mo +share/locale/ro/LC_MESSAGES/kcoloredit.mo share/locale/ro/LC_MESSAGES/kcontrol.mo +share/locale/ro/LC_MESSAGES/kcron.mo +share/locale/ro/LC_MESSAGES/kdao.mo +share/locale/ro/LC_MESSAGES/kdat.mo +share/locale/ro/LC_MESSAGES/kdbbrowser.mo +share/locale/ro/LC_MESSAGES/kdbg.mo share/locale/ro/LC_MESSAGES/kdcop.mo share/locale/ro/LC_MESSAGES/kdebugdialog.mo +share/locale/ro/LC_MESSAGES/kdelibs.mo +share/locale/ro/LC_MESSAGES/kdepasswd.mo share/locale/ro/LC_MESSAGES/kdesktop.mo +share/locale/ro/LC_MESSAGES/kdessh.mo +share/locale/ro/LC_MESSAGES/kdestdifacedemo.mo share/locale/ro/LC_MESSAGES/kdesu.mo share/locale/ro/LC_MESSAGES/kdesud.mo +share/locale/ro/LC_MESSAGES/kdevelop.mo +share/locale/ro/LC_MESSAGES/kdf.mo share/locale/ro/LC_MESSAGES/kdmchooser.mo share/locale/ro/LC_MESSAGES/kdmconfig.mo share/locale/ro/LC_MESSAGES/kdmgreet.mo -share/locale/ro/LC_MESSAGES/kfindpart.mo -share/locale/ro/LC_MESSAGES/kfmclient.mo -share/locale/ro/LC_MESSAGES/kfmexec.mo -share/locale/ro/LC_MESSAGES/khelpcenter.mo -share/locale/ro/LC_MESSAGES/khotkeys.mo -share/locale/ro/LC_MESSAGES/kicker.mo -share/locale/ro/LC_MESSAGES/kio_help.mo -share/locale/ro/LC_MESSAGES/kio_man.mo -share/locale/ro/LC_MESSAGES/klegacyimport.mo -share/locale/ro/LC_MESSAGES/klipper.mo -share/locale/ro/LC_MESSAGES/klock.mo -share/locale/ro/LC_MESSAGES/kmenuedit.mo -share/locale/ro/LC_MESSAGES/kminipagerapplet.mo -share/locale/ro/LC_MESSAGES/konqueror.mo -share/locale/ro/LC_MESSAGES/konsole.mo -share/locale/ro/LC_MESSAGES/kpager.mo -share/locale/ro/LC_MESSAGES/kreadconfig.mo -share/locale/ro/LC_MESSAGES/krunapplet.mo -share/locale/ro/LC_MESSAGES/ksmserver.mo -share/locale/ro/LC_MESSAGES/ksplash.mo -share/locale/ro/LC_MESSAGES/kstart.mo -share/locale/ro/LC_MESSAGES/ksysguard.mo -share/locale/ro/LC_MESSAGES/ksystemtrayapplet.mo -share/locale/ro/LC_MESSAGES/ktaskbarapplet.mo -share/locale/ro/LC_MESSAGES/ktip.mo -share/locale/ro/LC_MESSAGES/kwin.mo -share/locale/ro/LC_MESSAGES/kwrite.mo -share/locale/ro/LC_MESSAGES/kxkb.mo -share/locale/ro/LC_MESSAGES/kxmlrpcd.mo -share/locale/ro/LC_MESSAGES/kxsconfig.mo -share/locale/ro/LC_MESSAGES/libkonq.mo -share/locale/ro/LC_MESSAGES/libtaskbar.mo -share/locale/ro/LC_MESSAGES/naughtyapplet.mo -share/locale/ro/LC_MESSAGES/nsplugin.mo -share/locale/ro/LC_MESSAGES/passwords.mo -share/locale/ro/LC_MESSAGES/quicklauncher.mo -share/locale/ro/LC_MESSAGES/taskbarextension.mo -share/locale/ro/LC_MESSAGES/kabalone.mo -share/locale/ro/LC_MESSAGES/kasteroids.mo -share/locale/ro/LC_MESSAGES/katomic.mo -share/locale/ro/LC_MESSAGES/kbackgammon.mo -share/locale/ro/LC_MESSAGES/kblackbox.mo -share/locale/ro/LC_MESSAGES/kjezz.mo -share/locale/ro/LC_MESSAGES/kjumpingcube.mo -share/locale/ro/LC_MESSAGES/kmahjongg.mo -share/locale/ro/LC_MESSAGES/kmines.mo -share/locale/ro/LC_MESSAGES/konquest.mo -share/locale/ro/LC_MESSAGES/kpat.mo -share/locale/ro/LC_MESSAGES/kpoker.mo -share/locale/ro/LC_MESSAGES/kreversi.mo -share/locale/ro/LC_MESSAGES/ksame.mo -share/locale/ro/LC_MESSAGES/kshisen.mo -share/locale/ro/LC_MESSAGES/ksirtet.mo -share/locale/ro/LC_MESSAGES/ksmiletris.mo -share/locale/ro/LC_MESSAGES/ksnake.mo -share/locale/ro/LC_MESSAGES/ksokoban.mo -share/locale/ro/LC_MESSAGES/kspaceduel.mo -share/locale/ro/LC_MESSAGES/ktron.mo -share/locale/ro/LC_MESSAGES/ktuberling.mo -share/locale/ro/LC_MESSAGES/kwin4.mo -share/locale/ro/LC_MESSAGES/libkdegames.mo -share/locale/ro/LC_MESSAGES/lskat.mo -share/locale/ro/LC_MESSAGES/multiplayers.mo -share/locale/ro/LC_MESSAGES/kcmkamera.mo share/locale/ro/LC_MESSAGES/kdvi.mo -share/locale/ro/LC_MESSAGES/kfax.mo -share/locale/ro/LC_MESSAGES/kfract.mo -share/locale/ro/LC_MESSAGES/kghostview.mo -share/locale/ro/LC_MESSAGES/kiconedit.mo -share/locale/ro/LC_MESSAGES/kpaint.mo -share/locale/ro/LC_MESSAGES/kpixmap2bitmap.mo -share/locale/ro/LC_MESSAGES/kruler.mo -share/locale/ro/LC_MESSAGES/ksnapshot.mo -share/locale/ro/LC_MESSAGES/kview.mo -share/locale/ro/LC_MESSAGES/kviewshell.mo -share/locale/ro/LC_MESSAGES/pixie.mo -share/locale/ro/LC_MESSAGES/aktion.mo -share/locale/ro/LC_MESSAGES/artsbuilder.mo -share/locale/ro/LC_MESSAGES/artscontrol.mo -share/locale/ro/LC_MESSAGES/kcmkmix.mo -share/locale/ro/LC_MESSAGES/kmid.mo -share/locale/ro/LC_MESSAGES/kmidi.mo -share/locale/ro/LC_MESSAGES/kmix.mo -share/locale/ro/LC_MESSAGES/kscd.mo -share/locale/ro/LC_MESSAGES/noatun.mo -share/locale/ro/LC_MESSAGES/kcmktalkd.mo -share/locale/ro/LC_MESSAGES/kcmlanbrowser.mo -share/locale/ro/LC_MESSAGES/kcmnewsticker.mo -share/locale/ro/LC_MESSAGES/keystone.mo -share/locale/ro/LC_MESSAGES/kit.mo -share/locale/ro/LC_MESSAGES/kmail.mo -share/locale/ro/LC_MESSAGES/kmailcvt.mo -share/locale/ro/LC_MESSAGES/knewsticker.mo -share/locale/ro/LC_MESSAGES/knode.mo -share/locale/ro/LC_MESSAGES/korn.mo -share/locale/ro/LC_MESSAGES/kppp.mo -share/locale/ro/LC_MESSAGES/kppplogview.mo -share/locale/ro/LC_MESSAGES/ksirc.mo -share/locale/ro/LC_MESSAGES/ktalkd.mo -share/locale/ro/LC_MESSAGES/empath.mo -share/locale/ro/LC_MESSAGES/abbrowser.mo -share/locale/ro/LC_MESSAGES/korganizer.mo -share/locale/ro/LC_MESSAGES/kpilot.mo -share/locale/ro/LC_MESSAGES/twister.mo -share/locale/ro/LC_MESSAGES/kbabel.mo -share/locale/ro/LC_MESSAGES/kdevelop.mo -share/locale/ro/LC_MESSAGES/kless.mo -share/locale/ro/LC_MESSAGES/kstartperf.mo -share/locale/ro/LC_MESSAGES/ktranslator.mo -share/locale/ro/LC_MESSAGES/amor.mo -share/locale/ro/LC_MESSAGES/kmoon.mo -share/locale/ro/LC_MESSAGES/kodo.mo -share/locale/ro/LC_MESSAGES/kscoreapplet.mo -share/locale/ro/LC_MESSAGES/kteatime.mo -share/locale/ro/LC_MESSAGES/ktux.mo -share/locale/ro/LC_MESSAGES/kworldwatch.mo -share/locale/ro/LC_MESSAGES/ark.mo -share/locale/ro/LC_MESSAGES/kab.mo -share/locale/ro/LC_MESSAGES/karm.mo -share/locale/ro/LC_MESSAGES/kcalc.mo -share/locale/ro/LC_MESSAGES/kcharselect.mo -share/locale/ro/LC_MESSAGES/kcmlaptop.mo -share/locale/ro/LC_MESSAGES/kdepasswd.mo -share/locale/ro/LC_MESSAGES/kdessh.mo -share/locale/ro/LC_MESSAGES/kdf.mo share/locale/ro/LC_MESSAGES/kedit.mo -share/locale/ro/LC_MESSAGES/kfind.mo -share/locale/ro/LC_MESSAGES/kfloppy.mo -share/locale/ro/LC_MESSAGES/khexedit.mo -share/locale/ro/LC_MESSAGES/kjots.mo -share/locale/ro/LC_MESSAGES/klaptopdaemon.mo -share/locale/ro/LC_MESSAGES/kljettool.mo -share/locale/ro/LC_MESSAGES/klpq.mo -share/locale/ro/LC_MESSAGES/knotes.mo -share/locale/ro/LC_MESSAGES/kpm.mo -share/locale/ro/LC_MESSAGES/ktimemon.mo -share/locale/ro/LC_MESSAGES/graphite.mo -share/locale/ro/LC_MESSAGES/kchart.mo -share/locale/ro/LC_MESSAGES/kformula.mo -share/locale/ro/LC_MESSAGES/killustrator.mo -share/locale/ro/LC_MESSAGES/kivio.mo -share/locale/ro/LC_MESSAGES/koffice.mo -share/locale/ro/LC_MESSAGES/koshell.mo -share/locale/ro/LC_MESSAGES/kpresenter.mo -share/locale/ro/LC_MESSAGES/krayon.mo -share/locale/ro/LC_MESSAGES/kspread.mo -share/locale/ro/LC_MESSAGES/kspreadcalc_calc.mo -share/locale/ro/LC_MESSAGES/kword.mo -share/locale/ro/LC_MESSAGES/KNetMgr.mo -share/locale/ro/LC_MESSAGES/binclockapplet.mo -share/locale/ro/LC_MESSAGES/caitoo.mo -share/locale/ro/LC_MESSAGES/colfind.mo -share/locale/ro/LC_MESSAGES/columbo.mo -share/locale/ro/LC_MESSAGES/gofai.mo -share/locale/ro/LC_MESSAGES/kafka.mo -share/locale/ro/LC_MESSAGES/karchie.mo -share/locale/ro/LC_MESSAGES/karchiver.mo -share/locale/ro/LC_MESSAGES/katalog.mo -share/locale/ro/LC_MESSAGES/kautorun.mo -share/locale/ro/LC_MESSAGES/kbackpage.mo -share/locale/ro/LC_MESSAGES/kbiff.mo -share/locale/ro/LC_MESSAGES/kclock.mo -share/locale/ro/LC_MESSAGES/kcmail.mo -share/locale/ro/LC_MESSAGES/kcmbind.mo -share/locale/ro/LC_MESSAGES/kcmdhcpd.mo -share/locale/ro/LC_MESSAGES/kcmdrkonqi.mo -share/locale/ro/LC_MESSAGES/kcmfontmanager.mo -share/locale/ro/LC_MESSAGES/kcmgofai.mo -share/locale/ro/LC_MESSAGES/kcmiwatcher.mo -share/locale/ro/LC_MESSAGES/kcmkisdn.mo -share/locale/ro/LC_MESSAGES/kcmnapster.mo -share/locale/ro/LC_MESSAGES/kcmprinter.mo -share/locale/ro/LC_MESSAGES/kcoloredit.mo -share/locale/ro/LC_MESSAGES/kdao.mo -share/locale/ro/LC_MESSAGES/kdbbrowser.mo -share/locale/ro/LC_MESSAGES/kdbg.mo -share/locale/ro/LC_MESSAGES/kdestdifacedemo.mo share/locale/ro/LC_MESSAGES/kexpress.mo +share/locale/ro/LC_MESSAGES/keystone.mo +share/locale/ro/LC_MESSAGES/kfax.mo +share/locale/ro/LC_MESSAGES/kfind.mo +share/locale/ro/LC_MESSAGES/kfindpart.mo share/locale/ro/LC_MESSAGES/kfinger.mo +share/locale/ro/LC_MESSAGES/kfloppy.mo +share/locale/ro/LC_MESSAGES/kfmclient.mo +share/locale/ro/LC_MESSAGES/kfmexec.mo share/locale/ro/LC_MESSAGES/kformeditor.mo +share/locale/ro/LC_MESSAGES/kformula.mo share/locale/ro/LC_MESSAGES/kformviewer.mo share/locale/ro/LC_MESSAGES/kfortune.mo +share/locale/ro/LC_MESSAGES/kfract.mo +share/locale/ro/LC_MESSAGES/kghostview.mo share/locale/ro/LC_MESSAGES/kglchess.mo share/locale/ro/LC_MESSAGES/kgrapher.mo +share/locale/ro/LC_MESSAGES/khelpcenter.mo +share/locale/ro/LC_MESSAGES/khexedit.mo +share/locale/ro/LC_MESSAGES/khotkeys.mo +share/locale/ro/LC_MESSAGES/kicker.mo +share/locale/ro/LC_MESSAGES/kiconedit.mo share/locale/ro/LC_MESSAGES/kicq.mo share/locale/ro/LC_MESSAGES/kikbd.mo +share/locale/ro/LC_MESSAGES/killustrator.mo share/locale/ro/LC_MESSAGES/kim.mo +share/locale/ro/LC_MESSAGES/kio_help.mo +share/locale/ro/LC_MESSAGES/kio_man.mo share/locale/ro/LC_MESSAGES/kirc.mo share/locale/ro/LC_MESSAGES/kisdn.mo +share/locale/ro/LC_MESSAGES/kit.mo +share/locale/ro/LC_MESSAGES/kivio.mo +share/locale/ro/LC_MESSAGES/kjezz.mo +share/locale/ro/LC_MESSAGES/kjots.mo share/locale/ro/LC_MESSAGES/kjoy.mo +share/locale/ro/LC_MESSAGES/kjumpingcube.mo +share/locale/ro/LC_MESSAGES/klaptopdaemon.mo +share/locale/ro/LC_MESSAGES/klegacyimport.mo +share/locale/ro/LC_MESSAGES/kless.mo share/locale/ro/LC_MESSAGES/klilo.mo +share/locale/ro/LC_MESSAGES/klipper.mo +share/locale/ro/LC_MESSAGES/kljettool.mo +share/locale/ro/LC_MESSAGES/klock.mo +share/locale/ro/LC_MESSAGES/klpq.mo share/locale/ro/LC_MESSAGES/klyx.mo +share/locale/ro/LC_MESSAGES/kmahjongg.mo +share/locale/ro/LC_MESSAGES/kmail.mo +share/locale/ro/LC_MESSAGES/kmailcvt.mo share/locale/ro/LC_MESSAGES/kmaster.mo +share/locale/ro/LC_MESSAGES/kmenuedit.mo share/locale/ro/LC_MESSAGES/kmessage.mo +share/locale/ro/LC_MESSAGES/kmid.mo +share/locale/ro/LC_MESSAGES/kmidi.mo +share/locale/ro/LC_MESSAGES/kmines.mo +share/locale/ro/LC_MESSAGES/kminipagerapplet.mo +share/locale/ro/LC_MESSAGES/kmix.mo share/locale/ro/LC_MESSAGES/kmms.mo +share/locale/ro/LC_MESSAGES/kmoon.mo share/locale/ro/LC_MESSAGES/knetmon.mo +share/locale/ro/LC_MESSAGES/knewsticker.mo +share/locale/ro/LC_MESSAGES/knode.mo +share/locale/ro/LC_MESSAGES/knotes.mo +share/locale/ro/LC_MESSAGES/knotify.mo share/locale/ro/LC_MESSAGES/knu.mo +share/locale/ro/LC_MESSAGES/kodo.mo +share/locale/ro/LC_MESSAGES/koffice.mo share/locale/ro/LC_MESSAGES/koncd.mo +share/locale/ro/LC_MESSAGES/konqueror.mo +share/locale/ro/LC_MESSAGES/konquest.mo +share/locale/ro/LC_MESSAGES/konsole.mo share/locale/ro/LC_MESSAGES/konv.mo share/locale/ro/LC_MESSAGES/kooka.mo share/locale/ro/LC_MESSAGES/kopennap.mo +share/locale/ro/LC_MESSAGES/korganizer.mo +share/locale/ro/LC_MESSAGES/korn.mo +share/locale/ro/LC_MESSAGES/koshell.mo share/locale/ro/LC_MESSAGES/kp.mo +share/locale/ro/LC_MESSAGES/kpackage.mo +share/locale/ro/LC_MESSAGES/kpager.mo +share/locale/ro/LC_MESSAGES/kpaint.mo +share/locale/ro/LC_MESSAGES/kpat.mo share/locale/ro/LC_MESSAGES/kphone.mo +share/locale/ro/LC_MESSAGES/kpilot.mo +share/locale/ro/LC_MESSAGES/kpixmap2bitmap.mo +share/locale/ro/LC_MESSAGES/kpm.mo +share/locale/ro/LC_MESSAGES/kpoker.mo share/locale/ro/LC_MESSAGES/kpp.mo +share/locale/ro/LC_MESSAGES/kppp.mo +share/locale/ro/LC_MESSAGES/kppplogview.mo +share/locale/ro/LC_MESSAGES/kpresenter.mo share/locale/ro/LC_MESSAGES/kray.mo +share/locale/ro/LC_MESSAGES/krayon.mo +share/locale/ro/LC_MESSAGES/kreadconfig.mo +share/locale/ro/LC_MESSAGES/kreversi.mo share/locale/ro/LC_MESSAGES/krn.mo share/locale/ro/LC_MESSAGES/krubik.mo +share/locale/ro/LC_MESSAGES/kruler.mo +share/locale/ro/LC_MESSAGES/krunapplet.mo share/locale/ro/LC_MESSAGES/ksamba.mo +share/locale/ro/LC_MESSAGES/ksame.mo share/locale/ro/LC_MESSAGES/ksamplesaver.mo +share/locale/ro/LC_MESSAGES/kscd.mo share/locale/ro/LC_MESSAGES/ksciplot.mo +share/locale/ro/LC_MESSAGES/kscoreapplet.mo +share/locale/ro/LC_MESSAGES/kshisen.mo +share/locale/ro/LC_MESSAGES/ksirc.mo +share/locale/ro/LC_MESSAGES/ksirtet.mo +share/locale/ro/LC_MESSAGES/ksmiletris.mo +share/locale/ro/LC_MESSAGES/ksmserver.mo +share/locale/ro/LC_MESSAGES/ksnake.mo +share/locale/ro/LC_MESSAGES/ksnapshot.mo +share/locale/ro/LC_MESSAGES/ksokoban.mo +share/locale/ro/LC_MESSAGES/kspaceduel.mo +share/locale/ro/LC_MESSAGES/ksplash.mo +share/locale/ro/LC_MESSAGES/kspread.mo +share/locale/ro/LC_MESSAGES/kspreadcalc_calc.mo +share/locale/ro/LC_MESSAGES/kstart.mo +share/locale/ro/LC_MESSAGES/kstartperf.mo share/locale/ro/LC_MESSAGES/kstockticker.mo +share/locale/ro/LC_MESSAGES/ksysctrl.mo +share/locale/ro/LC_MESSAGES/ksysguard.mo +share/locale/ro/LC_MESSAGES/ksystemtrayapplet.mo +share/locale/ro/LC_MESSAGES/ksysv.mo share/locale/ro/LC_MESSAGES/ktables.mo share/locale/ro/LC_MESSAGES/ktalk.mo +share/locale/ro/LC_MESSAGES/ktalkd.mo +share/locale/ro/LC_MESSAGES/ktaskbarapplet.mo +share/locale/ro/LC_MESSAGES/kteatime.mo share/locale/ro/LC_MESSAGES/ktelnet.mo share/locale/ro/LC_MESSAGES/kthememgr.mo share/locale/ro/LC_MESSAGES/kticker.mo +share/locale/ro/LC_MESSAGES/ktimemon.mo +share/locale/ro/LC_MESSAGES/ktip.mo +share/locale/ro/LC_MESSAGES/ktranslator.mo +share/locale/ro/LC_MESSAGES/ktron.mo +share/locale/ro/LC_MESSAGES/ktuberling.mo +share/locale/ro/LC_MESSAGES/ktux.mo share/locale/ro/LC_MESSAGES/kuickshow.mo share/locale/ro/LC_MESSAGES/kuml.mo +share/locale/ro/LC_MESSAGES/kuser.mo share/locale/ro/LC_MESSAGES/kvidtune.mo +share/locale/ro/LC_MESSAGES/kview.mo +share/locale/ro/LC_MESSAGES/kviewshell.mo share/locale/ro/LC_MESSAGES/kwebtree.mo +share/locale/ro/LC_MESSAGES/kwin.mo +share/locale/ro/LC_MESSAGES/kwin4.mo +share/locale/ro/LC_MESSAGES/kword.mo +share/locale/ro/LC_MESSAGES/kworldwatch.mo +share/locale/ro/LC_MESSAGES/kwrite.mo +share/locale/ro/LC_MESSAGES/kwuftpd.mo +share/locale/ro/LC_MESSAGES/kxkb.mo +share/locale/ro/LC_MESSAGES/kxmlrpcd.mo +share/locale/ro/LC_MESSAGES/kxsconfig.mo +share/locale/ro/LC_MESSAGES/libkdegames.mo +share/locale/ro/LC_MESSAGES/libkonq.mo +share/locale/ro/LC_MESSAGES/libtaskbar.mo +share/locale/ro/LC_MESSAGES/lskat.mo +share/locale/ro/LC_MESSAGES/multiplayers.mo +share/locale/ro/LC_MESSAGES/naughtyapplet.mo +share/locale/ro/LC_MESSAGES/noatun.mo +share/locale/ro/LC_MESSAGES/nsplugin.mo +share/locale/ro/LC_MESSAGES/passwords.mo +share/locale/ro/LC_MESSAGES/pixie.mo share/locale/ro/LC_MESSAGES/pws.mo +share/locale/ro/LC_MESSAGES/quicklauncher.mo +share/locale/ro/LC_MESSAGES/secpolicy.mo +share/locale/ro/LC_MESSAGES/taskbarextension.mo share/locale/ro/LC_MESSAGES/testgamelib.mo +share/locale/ro/LC_MESSAGES/twister.mo share/locale/ro/LC_MESSAGES/webmaker.mo -share/locale/ro/LC_MESSAGES/desktop.mo -share/locale/ro/LC_MESSAGES/kdelibs.mo -share/locale/ro/LC_MESSAGES/knotify.mo share/locale/ro/charset share/locale/ro/entry.desktop share/locale/ro/flag.png -share/locale/sk/LC_MESSAGES/kdat.mo -share/locale/sk/LC_MESSAGES/kcmlilo.mo -share/locale/sk/LC_MESSAGES/kcron.mo -share/locale/sk/LC_MESSAGES/kpackage.mo -share/locale/sk/LC_MESSAGES/ksysctrl.mo -share/locale/sk/LC_MESSAGES/ksysv.mo -share/locale/sk/LC_MESSAGES/kuser.mo -share/locale/sk/LC_MESSAGES/kwuftpd.mo -share/locale/sk/LC_MESSAGES/secpolicy.mo +share/locale/ru/LC_MESSAGES/KNetMgr.mo +share/locale/ru/LC_MESSAGES/abbrowser.mo +share/locale/ru/LC_MESSAGES/aktion.mo +share/locale/ru/LC_MESSAGES/amor.mo +share/locale/ru/LC_MESSAGES/appletproxy.mo +share/locale/ru/LC_MESSAGES/ark.mo +share/locale/ru/LC_MESSAGES/artsbuilder.mo +share/locale/ru/LC_MESSAGES/artscontrol.mo +share/locale/ru/LC_MESSAGES/binclockapplet.mo +share/locale/ru/LC_MESSAGES/childpanelextension.mo +share/locale/ru/LC_MESSAGES/clockapplet.mo +share/locale/ru/LC_MESSAGES/desktop.mo +share/locale/ru/LC_MESSAGES/drkonqi.mo +share/locale/ru/LC_MESSAGES/empath.mo +share/locale/ru/LC_MESSAGES/extensionproxy.mo +share/locale/ru/LC_MESSAGES/filetypes.mo +share/locale/ru/LC_MESSAGES/graphite.mo +share/locale/ru/LC_MESSAGES/htmlsearch.mo +share/locale/ru/LC_MESSAGES/kab.mo +share/locale/ru/LC_MESSAGES/kabalone.mo +share/locale/ru/LC_MESSAGES/kaccess.mo +share/locale/ru/LC_MESSAGES/kaiman.mo +share/locale/ru/LC_MESSAGES/kappfinder.mo +share/locale/ru/LC_MESSAGES/karm.mo +share/locale/ru/LC_MESSAGES/kasteroids.mo +share/locale/ru/LC_MESSAGES/katomic.mo +share/locale/ru/LC_MESSAGES/kbackgammon.mo +share/locale/ru/LC_MESSAGES/kbiff.mo +share/locale/ru/LC_MESSAGES/kblackbox.mo +share/locale/ru/LC_MESSAGES/kcalc.mo +share/locale/ru/LC_MESSAGES/kcharselect.mo +share/locale/ru/LC_MESSAGES/kcharselectapplet.mo +share/locale/ru/LC_MESSAGES/kchart.mo +share/locale/ru/LC_MESSAGES/kcmaccess.mo +share/locale/ru/LC_MESSAGES/kcmail.mo +share/locale/ru/LC_MESSAGES/kcmarts.mo +share/locale/ru/LC_MESSAGES/kcmbackground.mo +share/locale/ru/LC_MESSAGES/kcmbell.mo +share/locale/ru/LC_MESSAGES/kcmcolors.mo +share/locale/ru/LC_MESSAGES/kcmcrypto.mo +share/locale/ru/LC_MESSAGES/kcmemail.mo +share/locale/ru/LC_MESSAGES/kcmenergy.mo +share/locale/ru/LC_MESSAGES/kcmfonts.mo +share/locale/ru/LC_MESSAGES/kcmhtmlsearch.mo +share/locale/ru/LC_MESSAGES/kcmicons.mo +share/locale/ru/LC_MESSAGES/kcmiconthemes.mo +share/locale/ru/LC_MESSAGES/kcminfo.mo +share/locale/ru/LC_MESSAGES/kcminput.mo +share/locale/ru/LC_MESSAGES/kcmioslaveinfo.mo +share/locale/ru/LC_MESSAGES/kcmkamera.mo +share/locale/ru/LC_MESSAGES/kcmkclock.mo +share/locale/ru/LC_MESSAGES/kcmkdb.mo +share/locale/ru/LC_MESSAGES/kcmkeys.mo +share/locale/ru/LC_MESSAGES/kcmkicker.mo +share/locale/ru/LC_MESSAGES/kcmkio.mo +share/locale/ru/LC_MESSAGES/kcmkmix.mo +share/locale/ru/LC_MESSAGES/kcmkonq.mo +share/locale/ru/LC_MESSAGES/kcmkonqhtml.mo +share/locale/ru/LC_MESSAGES/kcmktalkd.mo +share/locale/ru/LC_MESSAGES/kcmkurifilt.mo +share/locale/ru/LC_MESSAGES/kcmkwm.mo +share/locale/ru/LC_MESSAGES/kcmlanbrowser.mo +share/locale/ru/LC_MESSAGES/kcmlaptop.mo +share/locale/ru/LC_MESSAGES/kcmlayout.mo +share/locale/ru/LC_MESSAGES/kcmlilo.mo +share/locale/ru/LC_MESSAGES/kcmlocale.mo +share/locale/ru/LC_MESSAGES/kcmmidi.mo +share/locale/ru/LC_MESSAGES/kcmnewsticker.mo +share/locale/ru/LC_MESSAGES/kcmnotify.mo +share/locale/ru/LC_MESSAGES/kcmodbc.mo +share/locale/ru/LC_MESSAGES/kcmsamba.mo +share/locale/ru/LC_MESSAGES/kcmscreensaver.mo +share/locale/ru/LC_MESSAGES/kcmsmserver.mo +share/locale/ru/LC_MESSAGES/kcmstyle.mo +share/locale/ru/LC_MESSAGES/kcmtaskbar.mo +share/locale/ru/LC_MESSAGES/kcmthemes.mo +share/locale/ru/LC_MESSAGES/kcmvirtualdesktops.mo +share/locale/ru/LC_MESSAGES/kcontrol.mo +share/locale/ru/LC_MESSAGES/kcron.mo +share/locale/ru/LC_MESSAGES/kdat.mo +share/locale/ru/LC_MESSAGES/kdcop.mo +share/locale/ru/LC_MESSAGES/kdebugdialog.mo +share/locale/ru/LC_MESSAGES/kdelibs.mo +share/locale/ru/LC_MESSAGES/kdepasswd.mo +share/locale/ru/LC_MESSAGES/kdesktop.mo +share/locale/ru/LC_MESSAGES/kdessh.mo +share/locale/ru/LC_MESSAGES/kdesu.mo +share/locale/ru/LC_MESSAGES/kdesud.mo +share/locale/ru/LC_MESSAGES/kdewizard.mo +share/locale/ru/LC_MESSAGES/kdf.mo +share/locale/ru/LC_MESSAGES/kdm.mo +share/locale/ru/LC_MESSAGES/kdmchooser.mo +share/locale/ru/LC_MESSAGES/kdmconfig.mo +share/locale/ru/LC_MESSAGES/kdmgreet.mo +share/locale/ru/LC_MESSAGES/kdvi.mo +share/locale/ru/LC_MESSAGES/kedit.mo +share/locale/ru/LC_MESSAGES/keystone.mo +share/locale/ru/LC_MESSAGES/kfax.mo +share/locale/ru/LC_MESSAGES/kfifteenapplet.mo +share/locale/ru/LC_MESSAGES/kfind.mo +share/locale/ru/LC_MESSAGES/kfindpart.mo +share/locale/ru/LC_MESSAGES/kfinger.mo +share/locale/ru/LC_MESSAGES/kfloppy.mo +share/locale/ru/LC_MESSAGES/kfmclient.mo +share/locale/ru/LC_MESSAGES/kfmexec.mo +share/locale/ru/LC_MESSAGES/kformula.mo +share/locale/ru/LC_MESSAGES/kfortune.mo +share/locale/ru/LC_MESSAGES/kfract.mo +share/locale/ru/LC_MESSAGES/kghostview.mo +share/locale/ru/LC_MESSAGES/khelpcenter.mo +share/locale/ru/LC_MESSAGES/khexedit.mo +share/locale/ru/LC_MESSAGES/khotkeys.mo +share/locale/ru/LC_MESSAGES/kicker.mo +share/locale/ru/LC_MESSAGES/kiconedit.mo +share/locale/ru/LC_MESSAGES/killustrator.mo +share/locale/ru/LC_MESSAGES/kio_help.mo +share/locale/ru/LC_MESSAGES/kio_man.mo +share/locale/ru/LC_MESSAGES/kio_smbro.mo +share/locale/ru/LC_MESSAGES/kit.mo +share/locale/ru/LC_MESSAGES/kivio.mo +share/locale/ru/LC_MESSAGES/kjezz.mo +share/locale/ru/LC_MESSAGES/kjots.mo +share/locale/ru/LC_MESSAGES/kjumpingcube.mo +share/locale/ru/LC_MESSAGES/klaptopdaemon.mo +share/locale/ru/LC_MESSAGES/klegacyimport.mo +share/locale/ru/LC_MESSAGES/klipper.mo +share/locale/ru/LC_MESSAGES/kljettool.mo +share/locale/ru/LC_MESSAGES/klock.mo +share/locale/ru/LC_MESSAGES/klpq.mo +share/locale/ru/LC_MESSAGES/kmahjongg.mo +share/locale/ru/LC_MESSAGES/kmail.mo +share/locale/ru/LC_MESSAGES/kmailcvt.mo +share/locale/ru/LC_MESSAGES/kmenuedit.mo +share/locale/ru/LC_MESSAGES/kmid.mo +share/locale/ru/LC_MESSAGES/kmidi.mo +share/locale/ru/LC_MESSAGES/kmines.mo +share/locale/ru/LC_MESSAGES/kminipagerapplet.mo +share/locale/ru/LC_MESSAGES/kmix.mo +share/locale/ru/LC_MESSAGES/kmoon.mo +share/locale/ru/LC_MESSAGES/knewsticker.mo +share/locale/ru/LC_MESSAGES/knode.mo +share/locale/ru/LC_MESSAGES/knotes.mo +share/locale/ru/LC_MESSAGES/knotify.mo +share/locale/ru/LC_MESSAGES/kodo.mo +share/locale/ru/LC_MESSAGES/koffice.mo +share/locale/ru/LC_MESSAGES/konqueror.mo +share/locale/ru/LC_MESSAGES/konquest.mo +share/locale/ru/LC_MESSAGES/konsole.mo +share/locale/ru/LC_MESSAGES/korganizer.mo +share/locale/ru/LC_MESSAGES/korn.mo +share/locale/ru/LC_MESSAGES/koshell.mo +share/locale/ru/LC_MESSAGES/kpackage.mo +share/locale/ru/LC_MESSAGES/kpager.mo +share/locale/ru/LC_MESSAGES/kpaint.mo +share/locale/ru/LC_MESSAGES/kpat.mo +share/locale/ru/LC_MESSAGES/kphone.mo +share/locale/ru/LC_MESSAGES/kpilot.mo +share/locale/ru/LC_MESSAGES/kpixmap2bitmap.mo +share/locale/ru/LC_MESSAGES/kpm.mo +share/locale/ru/LC_MESSAGES/kpoker.mo +share/locale/ru/LC_MESSAGES/kppp.mo +share/locale/ru/LC_MESSAGES/kppplogview.mo +share/locale/ru/LC_MESSAGES/kpresenter.mo +share/locale/ru/LC_MESSAGES/krayon.mo +share/locale/ru/LC_MESSAGES/krdb.mo +share/locale/ru/LC_MESSAGES/kreadconfig.mo +share/locale/ru/LC_MESSAGES/kreversi.mo +share/locale/ru/LC_MESSAGES/kruler.mo +share/locale/ru/LC_MESSAGES/krunapplet.mo +share/locale/ru/LC_MESSAGES/ksame.mo +share/locale/ru/LC_MESSAGES/kscd.mo +share/locale/ru/LC_MESSAGES/kscoreapplet.mo +share/locale/ru/LC_MESSAGES/kshisen.mo +share/locale/ru/LC_MESSAGES/ksirc.mo +share/locale/ru/LC_MESSAGES/ksirtet.mo +share/locale/ru/LC_MESSAGES/ksmiletris.mo +share/locale/ru/LC_MESSAGES/ksmserver.mo +share/locale/ru/LC_MESSAGES/ksnake.mo +share/locale/ru/LC_MESSAGES/ksnapshot.mo +share/locale/ru/LC_MESSAGES/ksokoban.mo +share/locale/ru/LC_MESSAGES/kspaceduel.mo +share/locale/ru/LC_MESSAGES/ksplash.mo +share/locale/ru/LC_MESSAGES/kspread.mo +share/locale/ru/LC_MESSAGES/kspreadcalc_calc.mo +share/locale/ru/LC_MESSAGES/kstart.mo +share/locale/ru/LC_MESSAGES/ksysctrl.mo +share/locale/ru/LC_MESSAGES/ksysguard.mo +share/locale/ru/LC_MESSAGES/ksystemtrayapplet.mo +share/locale/ru/LC_MESSAGES/ksysv.mo +share/locale/ru/LC_MESSAGES/ktalkd.mo +share/locale/ru/LC_MESSAGES/ktaskbarapplet.mo +share/locale/ru/LC_MESSAGES/kteatime.mo +share/locale/ru/LC_MESSAGES/ktimemon.mo +share/locale/ru/LC_MESSAGES/ktip.mo +share/locale/ru/LC_MESSAGES/ktron.mo +share/locale/ru/LC_MESSAGES/ktuberling.mo +share/locale/ru/LC_MESSAGES/ktux.mo +share/locale/ru/LC_MESSAGES/kuser.mo +share/locale/ru/LC_MESSAGES/kvidtune.mo +share/locale/ru/LC_MESSAGES/kview.mo +share/locale/ru/LC_MESSAGES/kviewshell.mo +share/locale/ru/LC_MESSAGES/kwin.mo +share/locale/ru/LC_MESSAGES/kwin4.mo +share/locale/ru/LC_MESSAGES/kword.mo +share/locale/ru/LC_MESSAGES/kworldwatch.mo +share/locale/ru/LC_MESSAGES/kwrite.mo +share/locale/ru/LC_MESSAGES/kwuftpd.mo +share/locale/ru/LC_MESSAGES/kxkb.mo +share/locale/ru/LC_MESSAGES/kxmlrpcd.mo +share/locale/ru/LC_MESSAGES/kxsconfig.mo +share/locale/ru/LC_MESSAGES/libkdegames.mo +share/locale/ru/LC_MESSAGES/libkonq.mo +share/locale/ru/LC_MESSAGES/libnoatuntron.mo +share/locale/ru/LC_MESSAGES/libtaskbar.mo +share/locale/ru/LC_MESSAGES/lskat.mo +share/locale/ru/LC_MESSAGES/multiplayers.mo +share/locale/ru/LC_MESSAGES/naughtyapplet.mo +share/locale/ru/LC_MESSAGES/noatun.mo +share/locale/ru/LC_MESSAGES/nsplugin.mo +share/locale/ru/LC_MESSAGES/passwords.mo +share/locale/ru/LC_MESSAGES/pixie.mo +share/locale/ru/LC_MESSAGES/quicklauncher.mo +share/locale/ru/LC_MESSAGES/secpolicy.mo +share/locale/ru/LC_MESSAGES/taskbarextension.mo +share/locale/ru/LC_MESSAGES/twister.mo +share/locale/ru/charset +share/locale/ru/entry.desktop +share/locale/ru/flag.png +share/locale/sk/LC_MESSAGES/abbrowser.mo +share/locale/sk/LC_MESSAGES/aktion.mo +share/locale/sk/LC_MESSAGES/amor.mo share/locale/sk/LC_MESSAGES/appletproxy.mo +share/locale/sk/LC_MESSAGES/ark.mo +share/locale/sk/LC_MESSAGES/artsbuilder.mo +share/locale/sk/LC_MESSAGES/artscontrol.mo +share/locale/sk/LC_MESSAGES/caitoo.mo share/locale/sk/LC_MESSAGES/childpanelextension.mo share/locale/sk/LC_MESSAGES/clockapplet.mo +share/locale/sk/LC_MESSAGES/desktop.mo share/locale/sk/LC_MESSAGES/drkonqi.mo +share/locale/sk/LC_MESSAGES/empath.mo share/locale/sk/LC_MESSAGES/extensionproxy.mo share/locale/sk/LC_MESSAGES/filetypes.mo +share/locale/sk/LC_MESSAGES/graphite.mo share/locale/sk/LC_MESSAGES/htmlsearch.mo +share/locale/sk/LC_MESSAGES/kab.mo +share/locale/sk/LC_MESSAGES/kabalone.mo share/locale/sk/LC_MESSAGES/kaccess.mo +share/locale/sk/LC_MESSAGES/kaiman.mo share/locale/sk/LC_MESSAGES/kappfinder.mo +share/locale/sk/LC_MESSAGES/karchie.mo +share/locale/sk/LC_MESSAGES/karm.mo +share/locale/sk/LC_MESSAGES/kasteroids.mo +share/locale/sk/LC_MESSAGES/katalog.mo +share/locale/sk/LC_MESSAGES/katomic.mo +share/locale/sk/LC_MESSAGES/kautorun.mo +share/locale/sk/LC_MESSAGES/kbabel.mo +share/locale/sk/LC_MESSAGES/kbiff.mo +share/locale/sk/LC_MESSAGES/kblackbox.mo +share/locale/sk/LC_MESSAGES/kcalc.mo +share/locale/sk/LC_MESSAGES/kcharselect.mo +share/locale/sk/LC_MESSAGES/kchart.mo +share/locale/sk/LC_MESSAGES/kclock.mo share/locale/sk/LC_MESSAGES/kcmaccess.mo share/locale/sk/LC_MESSAGES/kcmarts.mo share/locale/sk/LC_MESSAGES/kcmbackground.mo share/locale/sk/LC_MESSAGES/kcmbell.mo share/locale/sk/LC_MESSAGES/kcmcolors.mo share/locale/sk/LC_MESSAGES/kcmcrypto.mo +share/locale/sk/LC_MESSAGES/kcmdrkonqi.mo share/locale/sk/LC_MESSAGES/kcmemail.mo share/locale/sk/LC_MESSAGES/kcmenergy.mo +share/locale/sk/LC_MESSAGES/kcmfontmanager.mo share/locale/sk/LC_MESSAGES/kcmfonts.mo share/locale/sk/LC_MESSAGES/kcmhtmlsearch.mo share/locale/sk/LC_MESSAGES/kcmicons.mo @@ -17515,20 +19361,28 @@ share/locale/sk/LC_MESSAGES/kcmiconthemes.mo share/locale/sk/LC_MESSAGES/kcminfo.mo share/locale/sk/LC_MESSAGES/kcminput.mo share/locale/sk/LC_MESSAGES/kcmioslaveinfo.mo +share/locale/sk/LC_MESSAGES/kcmkamera.mo share/locale/sk/LC_MESSAGES/kcmkclock.mo share/locale/sk/LC_MESSAGES/kcmkdb.mo share/locale/sk/LC_MESSAGES/kcmkeys.mo share/locale/sk/LC_MESSAGES/kcmkicker.mo share/locale/sk/LC_MESSAGES/kcmkio.mo +share/locale/sk/LC_MESSAGES/kcmkmix.mo share/locale/sk/LC_MESSAGES/kcmkonq.mo share/locale/sk/LC_MESSAGES/kcmkonqhtml.mo +share/locale/sk/LC_MESSAGES/kcmktalkd.mo share/locale/sk/LC_MESSAGES/kcmkurifilt.mo share/locale/sk/LC_MESSAGES/kcmkwm.mo +share/locale/sk/LC_MESSAGES/kcmlanbrowser.mo +share/locale/sk/LC_MESSAGES/kcmlaptop.mo share/locale/sk/LC_MESSAGES/kcmlayout.mo +share/locale/sk/LC_MESSAGES/kcmlilo.mo share/locale/sk/LC_MESSAGES/kcmlocale.mo share/locale/sk/LC_MESSAGES/kcmmidi.mo +share/locale/sk/LC_MESSAGES/kcmnewsticker.mo share/locale/sk/LC_MESSAGES/kcmnotify.mo share/locale/sk/LC_MESSAGES/kcmodbc.mo +share/locale/sk/LC_MESSAGES/kcmprinter.mo share/locale/sk/LC_MESSAGES/kcmsamba.mo share/locale/sk/LC_MESSAGES/kcmsample.mo share/locale/sk/LC_MESSAGES/kcmscreensaver.mo @@ -17537,428 +19391,462 @@ share/locale/sk/LC_MESSAGES/kcmstyle.mo share/locale/sk/LC_MESSAGES/kcmtaskbar.mo share/locale/sk/LC_MESSAGES/kcmthemes.mo share/locale/sk/LC_MESSAGES/kcmvirtualdesktops.mo +share/locale/sk/LC_MESSAGES/kcoloredit.mo share/locale/sk/LC_MESSAGES/kcontrol.mo +share/locale/sk/LC_MESSAGES/kcron.mo +share/locale/sk/LC_MESSAGES/kdat.mo +share/locale/sk/LC_MESSAGES/kdbg.mo share/locale/sk/LC_MESSAGES/kdcop.mo share/locale/sk/LC_MESSAGES/kdebugdialog.mo +share/locale/sk/LC_MESSAGES/kdelibs.mo +share/locale/sk/LC_MESSAGES/kdepasswd.mo share/locale/sk/LC_MESSAGES/kdesktop.mo +share/locale/sk/LC_MESSAGES/kdessh.mo share/locale/sk/LC_MESSAGES/kdesu.mo share/locale/sk/LC_MESSAGES/kdesud.mo +share/locale/sk/LC_MESSAGES/kdevelop.mo share/locale/sk/LC_MESSAGES/kdewizard.mo +share/locale/sk/LC_MESSAGES/kdf.mo share/locale/sk/LC_MESSAGES/kdm.mo share/locale/sk/LC_MESSAGES/kdmchooser.mo share/locale/sk/LC_MESSAGES/kdmconfig.mo share/locale/sk/LC_MESSAGES/kdmgreet.mo +share/locale/sk/LC_MESSAGES/kdvi.mo +share/locale/sk/LC_MESSAGES/kedit.mo +share/locale/sk/LC_MESSAGES/keystone.mo +share/locale/sk/LC_MESSAGES/kfax.mo +share/locale/sk/LC_MESSAGES/kfind.mo share/locale/sk/LC_MESSAGES/kfindpart.mo +share/locale/sk/LC_MESSAGES/kfinger.mo +share/locale/sk/LC_MESSAGES/kfloppy.mo share/locale/sk/LC_MESSAGES/kfmclient.mo share/locale/sk/LC_MESSAGES/kfmexec.mo +share/locale/sk/LC_MESSAGES/kformula.mo +share/locale/sk/LC_MESSAGES/kfortune.mo +share/locale/sk/LC_MESSAGES/kfract.mo +share/locale/sk/LC_MESSAGES/kghostview.mo share/locale/sk/LC_MESSAGES/khelpcenter.mo +share/locale/sk/LC_MESSAGES/khexedit.mo share/locale/sk/LC_MESSAGES/khotkeys.mo share/locale/sk/LC_MESSAGES/kicker.mo +share/locale/sk/LC_MESSAGES/kiconedit.mo +share/locale/sk/LC_MESSAGES/kikbd.mo +share/locale/sk/LC_MESSAGES/killustrator.mo share/locale/sk/LC_MESSAGES/kio_help.mo share/locale/sk/LC_MESSAGES/kio_man.mo +share/locale/sk/LC_MESSAGES/kit.mo +share/locale/sk/LC_MESSAGES/kivio.mo +share/locale/sk/LC_MESSAGES/kjezz.mo +share/locale/sk/LC_MESSAGES/kjots.mo +share/locale/sk/LC_MESSAGES/kjoy.mo +share/locale/sk/LC_MESSAGES/kjumpingcube.mo +share/locale/sk/LC_MESSAGES/klaptopdaemon.mo share/locale/sk/LC_MESSAGES/klegacyimport.mo +share/locale/sk/LC_MESSAGES/kless.mo share/locale/sk/LC_MESSAGES/klipper.mo +share/locale/sk/LC_MESSAGES/kljettool.mo share/locale/sk/LC_MESSAGES/klock.mo +share/locale/sk/LC_MESSAGES/klpq.mo +share/locale/sk/LC_MESSAGES/klyx.mo +share/locale/sk/LC_MESSAGES/kmahjongg.mo +share/locale/sk/LC_MESSAGES/kmail.mo +share/locale/sk/LC_MESSAGES/kmailcvt.mo +share/locale/sk/LC_MESSAGES/kmaster.mo share/locale/sk/LC_MESSAGES/kmenuedit.mo +share/locale/sk/LC_MESSAGES/kmid.mo +share/locale/sk/LC_MESSAGES/kmidi.mo +share/locale/sk/LC_MESSAGES/kmines.mo share/locale/sk/LC_MESSAGES/kminipagerapplet.mo +share/locale/sk/LC_MESSAGES/kmix.mo +share/locale/sk/LC_MESSAGES/kmoon.mo +share/locale/sk/LC_MESSAGES/knewsticker.mo +share/locale/sk/LC_MESSAGES/knode.mo +share/locale/sk/LC_MESSAGES/knotes.mo +share/locale/sk/LC_MESSAGES/knotify.mo +share/locale/sk/LC_MESSAGES/knu.mo +share/locale/sk/LC_MESSAGES/kodo.mo +share/locale/sk/LC_MESSAGES/koffice.mo share/locale/sk/LC_MESSAGES/konqueror.mo +share/locale/sk/LC_MESSAGES/konquest.mo share/locale/sk/LC_MESSAGES/konsole.mo +share/locale/sk/LC_MESSAGES/korganizer.mo +share/locale/sk/LC_MESSAGES/korn.mo +share/locale/sk/LC_MESSAGES/koshell.mo +share/locale/sk/LC_MESSAGES/kpackage.mo share/locale/sk/LC_MESSAGES/kpager.mo +share/locale/sk/LC_MESSAGES/kpaint.mo +share/locale/sk/LC_MESSAGES/kpat.mo +share/locale/sk/LC_MESSAGES/kpilot.mo +share/locale/sk/LC_MESSAGES/kpixmap2bitmap.mo +share/locale/sk/LC_MESSAGES/kpm.mo +share/locale/sk/LC_MESSAGES/kpoker.mo +share/locale/sk/LC_MESSAGES/kppp.mo +share/locale/sk/LC_MESSAGES/kppplogview.mo +share/locale/sk/LC_MESSAGES/kpresenter.mo +share/locale/sk/LC_MESSAGES/kray.mo +share/locale/sk/LC_MESSAGES/krayon.mo share/locale/sk/LC_MESSAGES/krdb.mo share/locale/sk/LC_MESSAGES/kreadconfig.mo +share/locale/sk/LC_MESSAGES/kreversi.mo +share/locale/sk/LC_MESSAGES/krubik.mo +share/locale/sk/LC_MESSAGES/kruler.mo share/locale/sk/LC_MESSAGES/krunapplet.mo +share/locale/sk/LC_MESSAGES/ksamba.mo +share/locale/sk/LC_MESSAGES/ksame.mo +share/locale/sk/LC_MESSAGES/kscd.mo +share/locale/sk/LC_MESSAGES/ksciplot.mo +share/locale/sk/LC_MESSAGES/kscoreapplet.mo +share/locale/sk/LC_MESSAGES/kshisen.mo +share/locale/sk/LC_MESSAGES/ksirc.mo +share/locale/sk/LC_MESSAGES/ksirtet.mo +share/locale/sk/LC_MESSAGES/ksmiletris.mo share/locale/sk/LC_MESSAGES/ksmserver.mo +share/locale/sk/LC_MESSAGES/ksnake.mo +share/locale/sk/LC_MESSAGES/ksnapshot.mo +share/locale/sk/LC_MESSAGES/ksokoban.mo +share/locale/sk/LC_MESSAGES/kspaceduel.mo share/locale/sk/LC_MESSAGES/ksplash.mo +share/locale/sk/LC_MESSAGES/kspread.mo +share/locale/sk/LC_MESSAGES/kspreadcalc_calc.mo share/locale/sk/LC_MESSAGES/kstart.mo +share/locale/sk/LC_MESSAGES/kstartperf.mo +share/locale/sk/LC_MESSAGES/ksysctrl.mo share/locale/sk/LC_MESSAGES/ksysguard.mo share/locale/sk/LC_MESSAGES/ksystemtrayapplet.mo +share/locale/sk/LC_MESSAGES/ksysv.mo +share/locale/sk/LC_MESSAGES/ktalk.mo +share/locale/sk/LC_MESSAGES/ktalkd.mo share/locale/sk/LC_MESSAGES/ktaskbarapplet.mo +share/locale/sk/LC_MESSAGES/kteatime.mo +share/locale/sk/LC_MESSAGES/ktelnet.mo +share/locale/sk/LC_MESSAGES/ktimemon.mo share/locale/sk/LC_MESSAGES/ktip.mo +share/locale/sk/LC_MESSAGES/ktranslator.mo +share/locale/sk/LC_MESSAGES/ktron.mo +share/locale/sk/LC_MESSAGES/ktuberling.mo +share/locale/sk/LC_MESSAGES/ktux.mo +share/locale/sk/LC_MESSAGES/kuser.mo +share/locale/sk/LC_MESSAGES/kvidtune.mo +share/locale/sk/LC_MESSAGES/kview.mo +share/locale/sk/LC_MESSAGES/kviewshell.mo +share/locale/sk/LC_MESSAGES/kwebtree.mo share/locale/sk/LC_MESSAGES/kwin.mo +share/locale/sk/LC_MESSAGES/kwin4.mo +share/locale/sk/LC_MESSAGES/kword.mo +share/locale/sk/LC_MESSAGES/kworldwatch.mo share/locale/sk/LC_MESSAGES/kwrite.mo +share/locale/sk/LC_MESSAGES/kwuftpd.mo share/locale/sk/LC_MESSAGES/kxkb.mo share/locale/sk/LC_MESSAGES/kxmlrpcd.mo share/locale/sk/LC_MESSAGES/kxsconfig.mo +share/locale/sk/LC_MESSAGES/libkdegames.mo share/locale/sk/LC_MESSAGES/libkonq.mo share/locale/sk/LC_MESSAGES/libtaskbar.mo +share/locale/sk/LC_MESSAGES/lskat.mo +share/locale/sk/LC_MESSAGES/multiplayers.mo share/locale/sk/LC_MESSAGES/naughtyapplet.mo +share/locale/sk/LC_MESSAGES/noatun.mo share/locale/sk/LC_MESSAGES/nsplugin.mo share/locale/sk/LC_MESSAGES/passwords.mo +share/locale/sk/LC_MESSAGES/pixie.mo share/locale/sk/LC_MESSAGES/quicklauncher.mo +share/locale/sk/LC_MESSAGES/secpolicy.mo share/locale/sk/LC_MESSAGES/taskbarextension.mo -share/locale/sk/LC_MESSAGES/kabalone.mo -share/locale/sk/LC_MESSAGES/kasteroids.mo -share/locale/sk/LC_MESSAGES/katomic.mo -share/locale/sk/LC_MESSAGES/kpat.mo -share/locale/sk/LC_MESSAGES/kblackbox.mo -share/locale/sk/LC_MESSAGES/kjezz.mo -share/locale/sk/LC_MESSAGES/kjumpingcube.mo -share/locale/sk/LC_MESSAGES/kmahjongg.mo -share/locale/sk/LC_MESSAGES/kmines.mo -share/locale/sk/LC_MESSAGES/konquest.mo -share/locale/sk/LC_MESSAGES/kpoker.mo -share/locale/sk/LC_MESSAGES/kreversi.mo -share/locale/sk/LC_MESSAGES/ksame.mo -share/locale/sk/LC_MESSAGES/kshisen.mo -share/locale/sk/LC_MESSAGES/ksirtet.mo -share/locale/sk/LC_MESSAGES/ksmiletris.mo -share/locale/sk/LC_MESSAGES/ksnake.mo -share/locale/sk/LC_MESSAGES/ksokoban.mo -share/locale/sk/LC_MESSAGES/kspaceduel.mo -share/locale/sk/LC_MESSAGES/ktron.mo -share/locale/sk/LC_MESSAGES/ktuberling.mo -share/locale/sk/LC_MESSAGES/kwin4.mo -share/locale/sk/LC_MESSAGES/libkdegames.mo -share/locale/sk/LC_MESSAGES/lskat.mo -share/locale/sk/LC_MESSAGES/multiplayers.mo -share/locale/sk/LC_MESSAGES/kcmkamera.mo -share/locale/sk/LC_MESSAGES/kdvi.mo -share/locale/sk/LC_MESSAGES/kfax.mo -share/locale/sk/LC_MESSAGES/kfract.mo -share/locale/sk/LC_MESSAGES/kghostview.mo -share/locale/sk/LC_MESSAGES/kiconedit.mo -share/locale/sk/LC_MESSAGES/kpaint.mo -share/locale/sk/LC_MESSAGES/kpixmap2bitmap.mo -share/locale/sk/LC_MESSAGES/kruler.mo -share/locale/sk/LC_MESSAGES/ksnapshot.mo -share/locale/sk/LC_MESSAGES/kview.mo -share/locale/sk/LC_MESSAGES/kviewshell.mo -share/locale/sk/LC_MESSAGES/pixie.mo -share/locale/sk/LC_MESSAGES/aktion.mo -share/locale/sk/LC_MESSAGES/artsbuilder.mo -share/locale/sk/LC_MESSAGES/artscontrol.mo -share/locale/sk/LC_MESSAGES/kaiman.mo -share/locale/sk/LC_MESSAGES/kcmkmix.mo -share/locale/sk/LC_MESSAGES/kmid.mo -share/locale/sk/LC_MESSAGES/kmidi.mo -share/locale/sk/LC_MESSAGES/kmix.mo -share/locale/sk/LC_MESSAGES/kscd.mo -share/locale/sk/LC_MESSAGES/noatun.mo -share/locale/sk/LC_MESSAGES/kcmktalkd.mo -share/locale/sk/LC_MESSAGES/kcmlanbrowser.mo -share/locale/sk/LC_MESSAGES/kcmnewsticker.mo -share/locale/sk/LC_MESSAGES/keystone.mo -share/locale/sk/LC_MESSAGES/kit.mo -share/locale/sk/LC_MESSAGES/kmail.mo -share/locale/sk/LC_MESSAGES/kmailcvt.mo -share/locale/sk/LC_MESSAGES/knewsticker.mo -share/locale/sk/LC_MESSAGES/knode.mo -share/locale/sk/LC_MESSAGES/korn.mo -share/locale/sk/LC_MESSAGES/kppp.mo -share/locale/sk/LC_MESSAGES/kppplogview.mo -share/locale/sk/LC_MESSAGES/ksirc.mo -share/locale/sk/LC_MESSAGES/ktalkd.mo -share/locale/sk/LC_MESSAGES/abbrowser.mo -share/locale/sk/LC_MESSAGES/empath.mo -share/locale/sk/LC_MESSAGES/korganizer.mo -share/locale/sk/LC_MESSAGES/kpilot.mo share/locale/sk/LC_MESSAGES/twister.mo -share/locale/sk/LC_MESSAGES/kbabel.mo -share/locale/sk/LC_MESSAGES/kdevelop.mo -share/locale/sk/LC_MESSAGES/kless.mo -share/locale/sk/LC_MESSAGES/kstartperf.mo -share/locale/sk/LC_MESSAGES/ktranslator.mo -share/locale/sk/LC_MESSAGES/amor.mo -share/locale/sk/LC_MESSAGES/kmoon.mo -share/locale/sk/LC_MESSAGES/kodo.mo -share/locale/sk/LC_MESSAGES/kscoreapplet.mo -share/locale/sk/LC_MESSAGES/kteatime.mo -share/locale/sk/LC_MESSAGES/ktux.mo -share/locale/sk/LC_MESSAGES/kworldwatch.mo -share/locale/sk/LC_MESSAGES/ark.mo -share/locale/sk/LC_MESSAGES/kab.mo -share/locale/sk/LC_MESSAGES/karm.mo -share/locale/sk/LC_MESSAGES/kcalc.mo -share/locale/sk/LC_MESSAGES/kcharselect.mo -share/locale/sk/LC_MESSAGES/kcmlaptop.mo -share/locale/sk/LC_MESSAGES/kdepasswd.mo -share/locale/sk/LC_MESSAGES/kdessh.mo -share/locale/sk/LC_MESSAGES/kdf.mo -share/locale/sk/LC_MESSAGES/kedit.mo -share/locale/sk/LC_MESSAGES/kfind.mo -share/locale/sk/LC_MESSAGES/kfloppy.mo -share/locale/sk/LC_MESSAGES/khexedit.mo -share/locale/sk/LC_MESSAGES/kjots.mo -share/locale/sk/LC_MESSAGES/klaptopdaemon.mo -share/locale/sk/LC_MESSAGES/kljettool.mo -share/locale/sk/LC_MESSAGES/klpq.mo -share/locale/sk/LC_MESSAGES/knotes.mo -share/locale/sk/LC_MESSAGES/kpm.mo -share/locale/sk/LC_MESSAGES/ktimemon.mo -share/locale/sk/LC_MESSAGES/graphite.mo -share/locale/sk/LC_MESSAGES/kchart.mo -share/locale/sk/LC_MESSAGES/kformula.mo -share/locale/sk/LC_MESSAGES/killustrator.mo -share/locale/sk/LC_MESSAGES/kivio.mo -share/locale/sk/LC_MESSAGES/koffice.mo -share/locale/sk/LC_MESSAGES/koshell.mo -share/locale/sk/LC_MESSAGES/kpresenter.mo -share/locale/sk/LC_MESSAGES/krayon.mo -share/locale/sk/LC_MESSAGES/kspread.mo -share/locale/sk/LC_MESSAGES/kspreadcalc_calc.mo -share/locale/sk/LC_MESSAGES/kword.mo -share/locale/sk/LC_MESSAGES/caitoo.mo -share/locale/sk/LC_MESSAGES/karchie.mo -share/locale/sk/LC_MESSAGES/katalog.mo -share/locale/sk/LC_MESSAGES/kautorun.mo -share/locale/sk/LC_MESSAGES/kbiff.mo -share/locale/sk/LC_MESSAGES/kclock.mo -share/locale/sk/LC_MESSAGES/kcmdrkonqi.mo -share/locale/sk/LC_MESSAGES/kcmfontmanager.mo -share/locale/sk/LC_MESSAGES/kcmprinter.mo -share/locale/sk/LC_MESSAGES/kcoloredit.mo -share/locale/sk/LC_MESSAGES/kdbg.mo -share/locale/sk/LC_MESSAGES/kfinger.mo -share/locale/sk/LC_MESSAGES/kfortune.mo -share/locale/sk/LC_MESSAGES/kikbd.mo -share/locale/sk/LC_MESSAGES/kjoy.mo -share/locale/sk/LC_MESSAGES/klyx.mo -share/locale/sk/LC_MESSAGES/kmaster.mo -share/locale/sk/LC_MESSAGES/knu.mo -share/locale/sk/LC_MESSAGES/kray.mo -share/locale/sk/LC_MESSAGES/krubik.mo -share/locale/sk/LC_MESSAGES/ksamba.mo -share/locale/sk/LC_MESSAGES/ksciplot.mo -share/locale/sk/LC_MESSAGES/ktalk.mo -share/locale/sk/LC_MESSAGES/ktelnet.mo -share/locale/sk/LC_MESSAGES/kvidtune.mo -share/locale/sk/LC_MESSAGES/kwebtree.mo share/locale/sk/LC_MESSAGES/webmaker.mo share/locale/sk/LC_MESSAGES/webtree.mo -share/locale/sk/LC_MESSAGES/desktop.mo -share/locale/sk/LC_MESSAGES/kdelibs.mo -share/locale/sk/LC_MESSAGES/knotify.mo share/locale/sk/charset share/locale/sk/entry.desktop share/locale/sk/flag.png -share/locale/fi/LC_MESSAGES/kcron.mo -share/locale/fi/LC_MESSAGES/kdat.mo -share/locale/fi/LC_MESSAGES/kpackage.mo -share/locale/fi/LC_MESSAGES/ksysctrl.mo -share/locale/fi/LC_MESSAGES/ksysv.mo -share/locale/fi/LC_MESSAGES/kuser.mo -share/locale/fi/LC_MESSAGES/kwuftpd.mo -share/locale/fi/LC_MESSAGES/secpolicy.mo -share/locale/fi/LC_MESSAGES/appletproxy.mo -share/locale/fi/LC_MESSAGES/childpanelextension.mo -share/locale/fi/LC_MESSAGES/clockapplet.mo -share/locale/fi/LC_MESSAGES/drkonqi.mo -share/locale/fi/LC_MESSAGES/extensionproxy.mo -share/locale/fi/LC_MESSAGES/filetypes.mo -share/locale/fi/LC_MESSAGES/htmlsearch.mo -share/locale/fi/LC_MESSAGES/kaccess.mo -share/locale/fi/LC_MESSAGES/kappfinder.mo -share/locale/fi/LC_MESSAGES/kcmaccess.mo -share/locale/fi/LC_MESSAGES/kcmarts.mo -share/locale/fi/LC_MESSAGES/kcmbackground.mo -share/locale/fi/LC_MESSAGES/kcmbell.mo -share/locale/fi/LC_MESSAGES/kcmcolors.mo -share/locale/fi/LC_MESSAGES/kcmcrypto.mo -share/locale/fi/LC_MESSAGES/kcmemail.mo -share/locale/fi/LC_MESSAGES/kcmenergy.mo -share/locale/fi/LC_MESSAGES/kcmfonts.mo -share/locale/fi/LC_MESSAGES/kcmhtmlsearch.mo -share/locale/fi/LC_MESSAGES/kcmicons.mo -share/locale/fi/LC_MESSAGES/kcmiconthemes.mo -share/locale/fi/LC_MESSAGES/kcminfo.mo -share/locale/fi/LC_MESSAGES/kcminput.mo -share/locale/fi/LC_MESSAGES/kcmioslaveinfo.mo -share/locale/fi/LC_MESSAGES/kcmkclock.mo -share/locale/fi/LC_MESSAGES/kcmkdb.mo -share/locale/fi/LC_MESSAGES/kcmkeys.mo -share/locale/fi/LC_MESSAGES/kcmkicker.mo -share/locale/fi/LC_MESSAGES/kcmkio.mo -share/locale/fi/LC_MESSAGES/kcmkonq.mo -share/locale/fi/LC_MESSAGES/kcmkonqhtml.mo -share/locale/fi/LC_MESSAGES/kcmkurifilt.mo -share/locale/fi/LC_MESSAGES/kcmkwm.mo -share/locale/fi/LC_MESSAGES/kcmlayout.mo -share/locale/fi/LC_MESSAGES/kdm.mo -share/locale/fi/LC_MESSAGES/kcmlocale.mo -share/locale/fi/LC_MESSAGES/kcmmidi.mo -share/locale/fi/LC_MESSAGES/kcmnotify.mo -share/locale/fi/LC_MESSAGES/kcmodbc.mo -share/locale/fi/LC_MESSAGES/kcmsamba.mo -share/locale/fi/LC_MESSAGES/kcmsample.mo -share/locale/fi/LC_MESSAGES/kcmscreensaver.mo -share/locale/fi/LC_MESSAGES/kcmsmserver.mo -share/locale/fi/LC_MESSAGES/kcmstyle.mo -share/locale/fi/LC_MESSAGES/kcmtaskbar.mo -share/locale/fi/LC_MESSAGES/kcmvirtualdesktops.mo -share/locale/fi/LC_MESSAGES/kcontrol.mo -share/locale/fi/LC_MESSAGES/kdcop.mo -share/locale/fi/LC_MESSAGES/kdebugdialog.mo -share/locale/fi/LC_MESSAGES/kdesktop.mo -share/locale/fi/LC_MESSAGES/kdesu.mo -share/locale/fi/LC_MESSAGES/kdesud.mo -share/locale/fi/LC_MESSAGES/kdewizard.mo -share/locale/fi/LC_MESSAGES/kdmconfig.mo -share/locale/fi/LC_MESSAGES/kfmclient.mo -share/locale/fi/LC_MESSAGES/kfmexec.mo -share/locale/fi/LC_MESSAGES/kfontmanager.mo -share/locale/fi/LC_MESSAGES/khelpcenter.mo -share/locale/fi/LC_MESSAGES/khotkeys.mo -share/locale/fi/LC_MESSAGES/kicker.mo -share/locale/fi/LC_MESSAGES/kio_help.mo -share/locale/fi/LC_MESSAGES/kio_man.mo -share/locale/fi/LC_MESSAGES/klegacyimport.mo -share/locale/fi/LC_MESSAGES/klipper.mo -share/locale/fi/LC_MESSAGES/klock.mo -share/locale/fi/LC_MESSAGES/kmenuedit.mo -share/locale/fi/LC_MESSAGES/kminipagerapplet.mo -share/locale/fi/LC_MESSAGES/konqueror.mo -share/locale/fi/LC_MESSAGES/konsole.mo -share/locale/fi/LC_MESSAGES/kpager.mo -share/locale/fi/LC_MESSAGES/krdb.mo -share/locale/fi/LC_MESSAGES/kreadconfig.mo -share/locale/fi/LC_MESSAGES/krunapplet.mo -share/locale/fi/LC_MESSAGES/ksmserver.mo -share/locale/fi/LC_MESSAGES/ksplash.mo -share/locale/fi/LC_MESSAGES/kstart.mo -share/locale/fi/LC_MESSAGES/ksysguard.mo -share/locale/fi/LC_MESSAGES/ksystemtrayapplet.mo -share/locale/fi/LC_MESSAGES/ktaskbarapplet.mo -share/locale/fi/LC_MESSAGES/ktip.mo -share/locale/fi/LC_MESSAGES/kwin.mo -share/locale/fi/LC_MESSAGES/kwrite.mo -share/locale/fi/LC_MESSAGES/kxkb.mo -share/locale/fi/LC_MESSAGES/kxmlrpcd.mo -share/locale/fi/LC_MESSAGES/kxsconfig.mo -share/locale/fi/LC_MESSAGES/libkonq.mo -share/locale/fi/LC_MESSAGES/libtaskbar.mo -share/locale/fi/LC_MESSAGES/nsplugin.mo -share/locale/fi/LC_MESSAGES/passwords.mo -share/locale/fi/LC_MESSAGES/quicklauncher.mo -share/locale/fi/LC_MESSAGES/taskbarextension.mo -share/locale/fi/LC_MESSAGES/kabalone.mo -share/locale/fi/LC_MESSAGES/kasteroids.mo -share/locale/fi/LC_MESSAGES/katomic.mo -share/locale/fi/LC_MESSAGES/kblackbox.mo -share/locale/fi/LC_MESSAGES/kjumpingcube.mo -share/locale/fi/LC_MESSAGES/kmahjongg.mo -share/locale/fi/LC_MESSAGES/kmines.mo -share/locale/fi/LC_MESSAGES/konquest.mo -share/locale/fi/LC_MESSAGES/kpat.mo -share/locale/fi/LC_MESSAGES/kpoker.mo -share/locale/fi/LC_MESSAGES/kreversi.mo -share/locale/fi/LC_MESSAGES/ksame.mo -share/locale/fi/LC_MESSAGES/kshisen.mo -share/locale/fi/LC_MESSAGES/ksirtet.mo -share/locale/fi/LC_MESSAGES/ksmiletris.mo -share/locale/fi/LC_MESSAGES/ksnake.mo -share/locale/fi/LC_MESSAGES/ksokoban.mo -share/locale/fi/LC_MESSAGES/kspaceduel.mo -share/locale/fi/LC_MESSAGES/ktron.mo -share/locale/fi/LC_MESSAGES/ktuberling.mo -share/locale/fi/LC_MESSAGES/libkdegames.mo -share/locale/fi/LC_MESSAGES/lskat.mo -share/locale/fi/LC_MESSAGES/multiplayers.mo -share/locale/fi/LC_MESSAGES/kdvi.mo -share/locale/fi/LC_MESSAGES/kfax.mo -share/locale/fi/LC_MESSAGES/kfract.mo -share/locale/fi/LC_MESSAGES/kghostview.mo -share/locale/fi/LC_MESSAGES/kiconedit.mo -share/locale/fi/LC_MESSAGES/kpaint.mo -share/locale/fi/LC_MESSAGES/kpixmap2bitmap.mo -share/locale/fi/LC_MESSAGES/ksnapshot.mo -share/locale/fi/LC_MESSAGES/kview.mo -share/locale/fi/LC_MESSAGES/kviewshell.mo -share/locale/fi/LC_MESSAGES/pixie.mo -share/locale/fi/LC_MESSAGES/aktion.mo -share/locale/fi/LC_MESSAGES/kmid.mo -share/locale/fi/LC_MESSAGES/artsbuilder.mo -share/locale/fi/LC_MESSAGES/artscontrol.mo -share/locale/fi/LC_MESSAGES/kaiman.mo -share/locale/fi/LC_MESSAGES/kcmkmix.mo -share/locale/fi/LC_MESSAGES/kmedia.mo -share/locale/fi/LC_MESSAGES/kmidi.mo -share/locale/fi/LC_MESSAGES/kmix.mo -share/locale/fi/LC_MESSAGES/kscd.mo -share/locale/fi/LC_MESSAGES/kcmktalkd.mo -share/locale/fi/LC_MESSAGES/keystone.mo -share/locale/fi/LC_MESSAGES/kit.mo -share/locale/fi/LC_MESSAGES/kmail.mo -share/locale/fi/LC_MESSAGES/knode.mo -share/locale/fi/LC_MESSAGES/korn.mo -share/locale/fi/LC_MESSAGES/kppp.mo -share/locale/fi/LC_MESSAGES/kppplogview.mo -share/locale/fi/LC_MESSAGES/ksirc.mo -share/locale/fi/LC_MESSAGES/ktalkd.mo -share/locale/fi/LC_MESSAGES/korganizer.mo -share/locale/fi/LC_MESSAGES/kbabel.mo -share/locale/fi/LC_MESSAGES/kdevelop.mo -share/locale/fi/LC_MESSAGES/kless.mo -share/locale/fi/LC_MESSAGES/kstartperf.mo -share/locale/fi/LC_MESSAGES/amor.mo -share/locale/fi/LC_MESSAGES/kmoon.mo -share/locale/fi/LC_MESSAGES/kodo.mo -share/locale/fi/LC_MESSAGES/kscoreapplet.mo -share/locale/fi/LC_MESSAGES/kteatime.mo -share/locale/fi/LC_MESSAGES/kworldwatch.mo -share/locale/fi/LC_MESSAGES/ark.mo -share/locale/fi/LC_MESSAGES/kab.mo -share/locale/fi/LC_MESSAGES/karm.mo -share/locale/fi/LC_MESSAGES/kcalc.mo -share/locale/fi/LC_MESSAGES/kcharselect.mo -share/locale/fi/LC_MESSAGES/kcmlaptop.mo -share/locale/fi/LC_MESSAGES/kdepasswd.mo -share/locale/fi/LC_MESSAGES/kdessh.mo -share/locale/fi/LC_MESSAGES/kdf.mo -share/locale/fi/LC_MESSAGES/kedit.mo -share/locale/fi/LC_MESSAGES/kfind.mo -share/locale/fi/LC_MESSAGES/kfloppy.mo -share/locale/fi/LC_MESSAGES/khexedit.mo -share/locale/fi/LC_MESSAGES/kjots.mo -share/locale/fi/LC_MESSAGES/klaptopdaemon.mo -share/locale/fi/LC_MESSAGES/kljettool.mo -share/locale/fi/LC_MESSAGES/klpq.mo -share/locale/fi/LC_MESSAGES/knotes.mo -share/locale/fi/LC_MESSAGES/kpm.mo -share/locale/fi/LC_MESSAGES/ktimemon.mo -share/locale/fi/LC_MESSAGES/koffice.mo -share/locale/fi/LC_MESSAGES/koshell.mo -share/locale/fi/LC_MESSAGES/kpresenter.mo -share/locale/fi/LC_MESSAGES/kspread.mo -share/locale/fi/LC_MESSAGES/kspreadcalc_calc.mo -share/locale/fi/LC_MESSAGES/kword.mo -share/locale/fi/LC_MESSAGES/karchie.mo -share/locale/fi/LC_MESSAGES/katalog.mo -share/locale/fi/LC_MESSAGES/kautorun.mo -share/locale/fi/LC_MESSAGES/kbiff.mo -share/locale/fi/LC_MESSAGES/kcmdrkonqi.mo -share/locale/fi/LC_MESSAGES/kfinger.mo -share/locale/fi/LC_MESSAGES/kformviewer.mo -share/locale/fi/LC_MESSAGES/kikbd.mo -share/locale/fi/LC_MESSAGES/klyx.mo -share/locale/fi/LC_MESSAGES/knu.mo -share/locale/fi/LC_MESSAGES/krn.mo -share/locale/fi/LC_MESSAGES/kthememgr.mo -share/locale/fi/LC_MESSAGES/desktop.mo -share/locale/fi/LC_MESSAGES/kdelibs.mo -share/locale/fi/LC_MESSAGES/knotify.mo -share/locale/fi/LC_MESSAGES/libkwrite.mo -share/locale/fi/charset -share/locale/fi/entry.desktop -share/locale/fi/flag.png -share/locale/sr/LC_MESSAGES/kcmlilo.mo -share/locale/sr/LC_MESSAGES/kcron.mo -share/locale/sr/LC_MESSAGES/kdat.mo -share/locale/sr/LC_MESSAGES/kpackage.mo -share/locale/sr/LC_MESSAGES/ksysctrl.mo -share/locale/sr/LC_MESSAGES/ksysv.mo -share/locale/sr/LC_MESSAGES/kuser.mo -share/locale/sr/LC_MESSAGES/kwuftpd.mo -share/locale/sr/LC_MESSAGES/secpolicy.mo +share/locale/sl/LC_MESSAGES/abbrowser.mo +share/locale/sl/LC_MESSAGES/aktion.mo +share/locale/sl/LC_MESSAGES/amor.mo +share/locale/sl/LC_MESSAGES/appletproxy.mo +share/locale/sl/LC_MESSAGES/ark.mo +share/locale/sl/LC_MESSAGES/artsbuilder.mo +share/locale/sl/LC_MESSAGES/artscontrol.mo +share/locale/sl/LC_MESSAGES/binclockapplet.mo +share/locale/sl/LC_MESSAGES/caitoo.mo +share/locale/sl/LC_MESSAGES/childpanelextension.mo +share/locale/sl/LC_MESSAGES/clockapplet.mo +share/locale/sl/LC_MESSAGES/colfind.mo +share/locale/sl/LC_MESSAGES/columbo.mo +share/locale/sl/LC_MESSAGES/desktop.mo +share/locale/sl/LC_MESSAGES/drkonqi.mo +share/locale/sl/LC_MESSAGES/empath.mo +share/locale/sl/LC_MESSAGES/extensionproxy.mo +share/locale/sl/LC_MESSAGES/filetypes.mo +share/locale/sl/LC_MESSAGES/gofai.mo +share/locale/sl/LC_MESSAGES/graphite.mo +share/locale/sl/LC_MESSAGES/htmlsearch.mo +share/locale/sl/LC_MESSAGES/kab.mo +share/locale/sl/LC_MESSAGES/kabalone.mo +share/locale/sl/LC_MESSAGES/kaccess.mo +share/locale/sl/LC_MESSAGES/kafka.mo +share/locale/sl/LC_MESSAGES/kappfinder.mo +share/locale/sl/LC_MESSAGES/karchie.mo +share/locale/sl/LC_MESSAGES/karm.mo +share/locale/sl/LC_MESSAGES/kasteroids.mo +share/locale/sl/LC_MESSAGES/katalog.mo +share/locale/sl/LC_MESSAGES/katomic.mo +share/locale/sl/LC_MESSAGES/kautorun.mo +share/locale/sl/LC_MESSAGES/kbabel.mo +share/locale/sl/LC_MESSAGES/kbackgammon.mo +share/locale/sl/LC_MESSAGES/kbackpage.mo +share/locale/sl/LC_MESSAGES/kbiff.mo +share/locale/sl/LC_MESSAGES/kblackbox.mo +share/locale/sl/LC_MESSAGES/kcalc.mo +share/locale/sl/LC_MESSAGES/kcharselect.mo +share/locale/sl/LC_MESSAGES/kcharselectapplet.mo +share/locale/sl/LC_MESSAGES/kchart.mo +share/locale/sl/LC_MESSAGES/kcmaccess.mo +share/locale/sl/LC_MESSAGES/kcmail.mo +share/locale/sl/LC_MESSAGES/kcmarts.mo +share/locale/sl/LC_MESSAGES/kcmbackground.mo +share/locale/sl/LC_MESSAGES/kcmbell.mo +share/locale/sl/LC_MESSAGES/kcmbind.mo +share/locale/sl/LC_MESSAGES/kcmcolors.mo +share/locale/sl/LC_MESSAGES/kcmcrypto.mo +share/locale/sl/LC_MESSAGES/kcmdhcpd.mo +share/locale/sl/LC_MESSAGES/kcmdrkonqi.mo +share/locale/sl/LC_MESSAGES/kcmemail.mo +share/locale/sl/LC_MESSAGES/kcmenergy.mo +share/locale/sl/LC_MESSAGES/kcmfontmanager.mo +share/locale/sl/LC_MESSAGES/kcmfonts.mo +share/locale/sl/LC_MESSAGES/kcmgofai.mo +share/locale/sl/LC_MESSAGES/kcmhtmlsearch.mo +share/locale/sl/LC_MESSAGES/kcmicons.mo +share/locale/sl/LC_MESSAGES/kcminfo.mo +share/locale/sl/LC_MESSAGES/kcminput.mo +share/locale/sl/LC_MESSAGES/kcmioslaveinfo.mo +share/locale/sl/LC_MESSAGES/kcmiwatcher.mo +share/locale/sl/LC_MESSAGES/kcmkamera.mo +share/locale/sl/LC_MESSAGES/kcmkclock.mo +share/locale/sl/LC_MESSAGES/kcmkdb.mo +share/locale/sl/LC_MESSAGES/kcmkeys.mo +share/locale/sl/LC_MESSAGES/kcmkicker.mo +share/locale/sl/LC_MESSAGES/kcmkio.mo +share/locale/sl/LC_MESSAGES/kcmkmix.mo +share/locale/sl/LC_MESSAGES/kcmkonq.mo +share/locale/sl/LC_MESSAGES/kcmkonqhtml.mo +share/locale/sl/LC_MESSAGES/kcmktalkd.mo +share/locale/sl/LC_MESSAGES/kcmkurifilt.mo +share/locale/sl/LC_MESSAGES/kcmkwm.mo +share/locale/sl/LC_MESSAGES/kcmlanbrowser.mo +share/locale/sl/LC_MESSAGES/kcmlaptop.mo +share/locale/sl/LC_MESSAGES/kcmlayout.mo +share/locale/sl/LC_MESSAGES/kcmlilo.mo +share/locale/sl/LC_MESSAGES/kcmlocale.mo +share/locale/sl/LC_MESSAGES/kcmmidi.mo +share/locale/sl/LC_MESSAGES/kcmnewsticker.mo +share/locale/sl/LC_MESSAGES/kcmnotify.mo +share/locale/sl/LC_MESSAGES/kcmodbc.mo +share/locale/sl/LC_MESSAGES/kcmsamba.mo +share/locale/sl/LC_MESSAGES/kcmscreensaver.mo +share/locale/sl/LC_MESSAGES/kcmsmserver.mo +share/locale/sl/LC_MESSAGES/kcmstyle.mo +share/locale/sl/LC_MESSAGES/kcmtaskbar.mo +share/locale/sl/LC_MESSAGES/kcmthemes.mo +share/locale/sl/LC_MESSAGES/kcoloredit.mo +share/locale/sl/LC_MESSAGES/kcontrol.mo +share/locale/sl/LC_MESSAGES/kcron.mo +share/locale/sl/LC_MESSAGES/kdao.mo +share/locale/sl/LC_MESSAGES/kdat.mo +share/locale/sl/LC_MESSAGES/kdbg.mo +share/locale/sl/LC_MESSAGES/kdcop.mo +share/locale/sl/LC_MESSAGES/kdebugdialog.mo +share/locale/sl/LC_MESSAGES/kdelibs.mo +share/locale/sl/LC_MESSAGES/kdepasswd.mo +share/locale/sl/LC_MESSAGES/kdesktop.mo +share/locale/sl/LC_MESSAGES/kdessh.mo +share/locale/sl/LC_MESSAGES/kdesu.mo +share/locale/sl/LC_MESSAGES/kdesud.mo +share/locale/sl/LC_MESSAGES/kdevelop.mo +share/locale/sl/LC_MESSAGES/kdf.mo +share/locale/sl/LC_MESSAGES/kdmchooser.mo +share/locale/sl/LC_MESSAGES/kdmconfig.mo +share/locale/sl/LC_MESSAGES/kdmgreet.mo +share/locale/sl/LC_MESSAGES/kdvi.mo +share/locale/sl/LC_MESSAGES/kedit.mo +share/locale/sl/LC_MESSAGES/keystone.mo +share/locale/sl/LC_MESSAGES/kfax.mo +share/locale/sl/LC_MESSAGES/kfifteenapplet.mo +share/locale/sl/LC_MESSAGES/kfind.mo +share/locale/sl/LC_MESSAGES/kfindpart.mo +share/locale/sl/LC_MESSAGES/kfinger.mo +share/locale/sl/LC_MESSAGES/kfloppy.mo +share/locale/sl/LC_MESSAGES/kfmclient.mo +share/locale/sl/LC_MESSAGES/kfmexec.mo +share/locale/sl/LC_MESSAGES/kformeditor.mo +share/locale/sl/LC_MESSAGES/kformula.mo +share/locale/sl/LC_MESSAGES/kformviewer.mo +share/locale/sl/LC_MESSAGES/kfract.mo +share/locale/sl/LC_MESSAGES/kghostview.mo +share/locale/sl/LC_MESSAGES/kglchess.mo +share/locale/sl/LC_MESSAGES/kgrapher.mo +share/locale/sl/LC_MESSAGES/khelpcenter.mo +share/locale/sl/LC_MESSAGES/khexedit.mo +share/locale/sl/LC_MESSAGES/khotkeys.mo +share/locale/sl/LC_MESSAGES/kicker.mo +share/locale/sl/LC_MESSAGES/kiconedit.mo +share/locale/sl/LC_MESSAGES/kikbd.mo +share/locale/sl/LC_MESSAGES/killustrator.mo +share/locale/sl/LC_MESSAGES/kio_help.mo +share/locale/sl/LC_MESSAGES/kio_lan.mo +share/locale/sl/LC_MESSAGES/kio_man.mo +share/locale/sl/LC_MESSAGES/kio_smbro.mo +share/locale/sl/LC_MESSAGES/kit.mo +share/locale/sl/LC_MESSAGES/kivio.mo +share/locale/sl/LC_MESSAGES/kjezz.mo +share/locale/sl/LC_MESSAGES/kjots.mo +share/locale/sl/LC_MESSAGES/kjumpingcube.mo +share/locale/sl/LC_MESSAGES/klaptopdaemon.mo +share/locale/sl/LC_MESSAGES/klegacyimport.mo +share/locale/sl/LC_MESSAGES/kless.mo +share/locale/sl/LC_MESSAGES/klipper.mo +share/locale/sl/LC_MESSAGES/kljettool.mo +share/locale/sl/LC_MESSAGES/klock.mo +share/locale/sl/LC_MESSAGES/klpq.mo +share/locale/sl/LC_MESSAGES/klyx.mo +share/locale/sl/LC_MESSAGES/kmahjongg.mo +share/locale/sl/LC_MESSAGES/kmail.mo +share/locale/sl/LC_MESSAGES/kmailcvt.mo +share/locale/sl/LC_MESSAGES/kmenuedit.mo +share/locale/sl/LC_MESSAGES/kmessage.mo +share/locale/sl/LC_MESSAGES/kmid.mo +share/locale/sl/LC_MESSAGES/kmidi.mo +share/locale/sl/LC_MESSAGES/kmines.mo +share/locale/sl/LC_MESSAGES/kminipagerapplet.mo +share/locale/sl/LC_MESSAGES/kmix.mo +share/locale/sl/LC_MESSAGES/kmoon.mo +share/locale/sl/LC_MESSAGES/knewsticker.mo +share/locale/sl/LC_MESSAGES/knode.mo +share/locale/sl/LC_MESSAGES/knotes.mo +share/locale/sl/LC_MESSAGES/knotify.mo +share/locale/sl/LC_MESSAGES/knu.mo +share/locale/sl/LC_MESSAGES/kodo.mo +share/locale/sl/LC_MESSAGES/koffice.mo +share/locale/sl/LC_MESSAGES/koncd.mo +share/locale/sl/LC_MESSAGES/konqueror.mo +share/locale/sl/LC_MESSAGES/konquest.mo +share/locale/sl/LC_MESSAGES/konsole.mo +share/locale/sl/LC_MESSAGES/korganizer.mo +share/locale/sl/LC_MESSAGES/korn.mo +share/locale/sl/LC_MESSAGES/koshell.mo +share/locale/sl/LC_MESSAGES/kp.mo +share/locale/sl/LC_MESSAGES/kpackage.mo +share/locale/sl/LC_MESSAGES/kpager.mo +share/locale/sl/LC_MESSAGES/kpaint.mo +share/locale/sl/LC_MESSAGES/kpat.mo +share/locale/sl/LC_MESSAGES/kphone.mo +share/locale/sl/LC_MESSAGES/kpilot.mo +share/locale/sl/LC_MESSAGES/kpixmap2bitmap.mo +share/locale/sl/LC_MESSAGES/kpm.mo +share/locale/sl/LC_MESSAGES/kpoker.mo +share/locale/sl/LC_MESSAGES/kppp.mo +share/locale/sl/LC_MESSAGES/kppplogview.mo +share/locale/sl/LC_MESSAGES/kpresenter.mo +share/locale/sl/LC_MESSAGES/krayon.mo +share/locale/sl/LC_MESSAGES/kreadconfig.mo +share/locale/sl/LC_MESSAGES/kreversi.mo +share/locale/sl/LC_MESSAGES/krn.mo +share/locale/sl/LC_MESSAGES/kruler.mo +share/locale/sl/LC_MESSAGES/krunapplet.mo +share/locale/sl/LC_MESSAGES/ksame.mo +share/locale/sl/LC_MESSAGES/kscd.mo +share/locale/sl/LC_MESSAGES/kscoreapplet.mo +share/locale/sl/LC_MESSAGES/kshisen.mo +share/locale/sl/LC_MESSAGES/ksirc.mo +share/locale/sl/LC_MESSAGES/ksirtet.mo +share/locale/sl/LC_MESSAGES/ksmiletris.mo +share/locale/sl/LC_MESSAGES/ksmserver.mo +share/locale/sl/LC_MESSAGES/ksnake.mo +share/locale/sl/LC_MESSAGES/ksnapshot.mo +share/locale/sl/LC_MESSAGES/ksokoban.mo +share/locale/sl/LC_MESSAGES/kspaceduel.mo +share/locale/sl/LC_MESSAGES/ksplash.mo +share/locale/sl/LC_MESSAGES/kspread.mo +share/locale/sl/LC_MESSAGES/kspreadcalc_calc.mo +share/locale/sl/LC_MESSAGES/kstart.mo +share/locale/sl/LC_MESSAGES/kstartperf.mo +share/locale/sl/LC_MESSAGES/kstockticker.mo +share/locale/sl/LC_MESSAGES/ksysctrl.mo +share/locale/sl/LC_MESSAGES/ksysguard.mo +share/locale/sl/LC_MESSAGES/ksystemtrayapplet.mo +share/locale/sl/LC_MESSAGES/ksysv.mo +share/locale/sl/LC_MESSAGES/ktables.mo +share/locale/sl/LC_MESSAGES/ktalk.mo +share/locale/sl/LC_MESSAGES/ktalkd.mo +share/locale/sl/LC_MESSAGES/ktaskbarapplet.mo +share/locale/sl/LC_MESSAGES/kteatime.mo +share/locale/sl/LC_MESSAGES/kthememgr.mo +share/locale/sl/LC_MESSAGES/kticker.mo +share/locale/sl/LC_MESSAGES/ktimemon.mo +share/locale/sl/LC_MESSAGES/ktip.mo +share/locale/sl/LC_MESSAGES/ktranslator.mo +share/locale/sl/LC_MESSAGES/ktron.mo +share/locale/sl/LC_MESSAGES/ktuberling.mo +share/locale/sl/LC_MESSAGES/ktux.mo +share/locale/sl/LC_MESSAGES/kuml.mo +share/locale/sl/LC_MESSAGES/kuser.mo +share/locale/sl/LC_MESSAGES/kview.mo +share/locale/sl/LC_MESSAGES/kviewshell.mo +share/locale/sl/LC_MESSAGES/kwin.mo +share/locale/sl/LC_MESSAGES/kwin4.mo +share/locale/sl/LC_MESSAGES/kword.mo +share/locale/sl/LC_MESSAGES/kworldwatch.mo +share/locale/sl/LC_MESSAGES/kwrite.mo +share/locale/sl/LC_MESSAGES/kwuftpd.mo +share/locale/sl/LC_MESSAGES/kxkb.mo +share/locale/sl/LC_MESSAGES/kxmlrpcd.mo +share/locale/sl/LC_MESSAGES/kxsconfig.mo +share/locale/sl/LC_MESSAGES/libkdegames.mo +share/locale/sl/LC_MESSAGES/libkonq.mo +share/locale/sl/LC_MESSAGES/libtaskbar.mo +share/locale/sl/LC_MESSAGES/lskat.mo +share/locale/sl/LC_MESSAGES/multiplayers.mo +share/locale/sl/LC_MESSAGES/naughtyapplet.mo +share/locale/sl/LC_MESSAGES/noatun.mo +share/locale/sl/LC_MESSAGES/nsplugin.mo +share/locale/sl/LC_MESSAGES/passwords.mo +share/locale/sl/LC_MESSAGES/pixie.mo +share/locale/sl/LC_MESSAGES/quicklauncher.mo +share/locale/sl/LC_MESSAGES/secpolicy.mo +share/locale/sl/LC_MESSAGES/taskbarextension.mo +share/locale/sl/LC_MESSAGES/twister.mo +share/locale/sl/LC_MESSAGES/webmaker.mo +share/locale/sl/charset +share/locale/sl/entry.desktop +share/locale/sl/flag.png +share/locale/sr/LC_MESSAGES/aktion.mo +share/locale/sr/LC_MESSAGES/amor.mo share/locale/sr/LC_MESSAGES/appletproxy.mo +share/locale/sr/LC_MESSAGES/ark.mo +share/locale/sr/LC_MESSAGES/artsbuilder.mo +share/locale/sr/LC_MESSAGES/artscontrol.mo share/locale/sr/LC_MESSAGES/childpanelextension.mo share/locale/sr/LC_MESSAGES/clockapplet.mo +share/locale/sr/LC_MESSAGES/desktop.mo share/locale/sr/LC_MESSAGES/drkonqi.mo share/locale/sr/LC_MESSAGES/extensionproxy.mo share/locale/sr/LC_MESSAGES/filetypes.mo share/locale/sr/LC_MESSAGES/htmlsearch.mo +share/locale/sr/LC_MESSAGES/kab.mo +share/locale/sr/LC_MESSAGES/kabalone.mo share/locale/sr/LC_MESSAGES/kaccess.mo share/locale/sr/LC_MESSAGES/kappfinder.mo +share/locale/sr/LC_MESSAGES/karm.mo +share/locale/sr/LC_MESSAGES/kasteroids.mo +share/locale/sr/LC_MESSAGES/katomic.mo +share/locale/sr/LC_MESSAGES/kbackgammon.mo +share/locale/sr/LC_MESSAGES/kblackbox.mo +share/locale/sr/LC_MESSAGES/kcalc.mo +share/locale/sr/LC_MESSAGES/kcharselect.mo +share/locale/sr/LC_MESSAGES/kcharselectapplet.mo +share/locale/sr/LC_MESSAGES/kchart.mo +share/locale/sr/LC_MESSAGES/kclock.mo share/locale/sr/LC_MESSAGES/kcmaccess.mo +share/locale/sr/LC_MESSAGES/kcmail.mo share/locale/sr/LC_MESSAGES/kcmarts.mo share/locale/sr/LC_MESSAGES/kcmbackground.mo share/locale/sr/LC_MESSAGES/kcmbell.mo @@ -17972,16 +19860,22 @@ share/locale/sr/LC_MESSAGES/kcmicons.mo share/locale/sr/LC_MESSAGES/kcminfo.mo share/locale/sr/LC_MESSAGES/kcminput.mo share/locale/sr/LC_MESSAGES/kcmioslaveinfo.mo +share/locale/sr/LC_MESSAGES/kcmkamera.mo share/locale/sr/LC_MESSAGES/kcmkclock.mo share/locale/sr/LC_MESSAGES/kcmkdb.mo share/locale/sr/LC_MESSAGES/kcmkeys.mo share/locale/sr/LC_MESSAGES/kcmkicker.mo share/locale/sr/LC_MESSAGES/kcmkio.mo +share/locale/sr/LC_MESSAGES/kcmkmix.mo share/locale/sr/LC_MESSAGES/kcmkonq.mo share/locale/sr/LC_MESSAGES/kcmkonqhtml.mo +share/locale/sr/LC_MESSAGES/kcmktalkd.mo share/locale/sr/LC_MESSAGES/kcmkurifilt.mo share/locale/sr/LC_MESSAGES/kcmkwm.mo +share/locale/sr/LC_MESSAGES/kcmlanbrowser.mo +share/locale/sr/LC_MESSAGES/kcmlaptop.mo share/locale/sr/LC_MESSAGES/kcmlayout.mo +share/locale/sr/LC_MESSAGES/kcmlilo.mo share/locale/sr/LC_MESSAGES/kcmlocale.mo share/locale/sr/LC_MESSAGES/kcmmidi.mo share/locale/sr/LC_MESSAGES/kcmnotify.mo @@ -17993,209 +19887,483 @@ share/locale/sr/LC_MESSAGES/kcmstyle.mo share/locale/sr/LC_MESSAGES/kcmtaskbar.mo share/locale/sr/LC_MESSAGES/kcmthemes.mo share/locale/sr/LC_MESSAGES/kcontrol.mo +share/locale/sr/LC_MESSAGES/kcron.mo +share/locale/sr/LC_MESSAGES/kdat.mo +share/locale/sr/LC_MESSAGES/kdbg.mo share/locale/sr/LC_MESSAGES/kdcop.mo share/locale/sr/LC_MESSAGES/kdebugdialog.mo +share/locale/sr/LC_MESSAGES/kdelibs.mo +share/locale/sr/LC_MESSAGES/kdepasswd.mo share/locale/sr/LC_MESSAGES/kdesktop.mo +share/locale/sr/LC_MESSAGES/kdessh.mo share/locale/sr/LC_MESSAGES/kdesu.mo share/locale/sr/LC_MESSAGES/kdesud.mo +share/locale/sr/LC_MESSAGES/kdf.mo share/locale/sr/LC_MESSAGES/kdmchooser.mo share/locale/sr/LC_MESSAGES/kdmconfig.mo share/locale/sr/LC_MESSAGES/kdmgreet.mo +share/locale/sr/LC_MESSAGES/kdvi.mo +share/locale/sr/LC_MESSAGES/kedit.mo +share/locale/sr/LC_MESSAGES/kfax.mo +share/locale/sr/LC_MESSAGES/kfind.mo share/locale/sr/LC_MESSAGES/kfindpart.mo +share/locale/sr/LC_MESSAGES/kfloppy.mo share/locale/sr/LC_MESSAGES/kfmclient.mo share/locale/sr/LC_MESSAGES/kfmexec.mo +share/locale/sr/LC_MESSAGES/kfortune.mo +share/locale/sr/LC_MESSAGES/kfract.mo +share/locale/sr/LC_MESSAGES/kghostview.mo +share/locale/sr/LC_MESSAGES/kglchess.mo +share/locale/sr/LC_MESSAGES/kgrapher.mo share/locale/sr/LC_MESSAGES/khelpcenter.mo +share/locale/sr/LC_MESSAGES/khexedit.mo share/locale/sr/LC_MESSAGES/khotkeys.mo share/locale/sr/LC_MESSAGES/kicker.mo +share/locale/sr/LC_MESSAGES/kiconedit.mo share/locale/sr/LC_MESSAGES/kio_help.mo +share/locale/sr/LC_MESSAGES/kio_lan.mo share/locale/sr/LC_MESSAGES/kio_man.mo share/locale/sr/LC_MESSAGES/kio_smbro.mo +share/locale/sr/LC_MESSAGES/kjezz.mo +share/locale/sr/LC_MESSAGES/kjots.mo +share/locale/sr/LC_MESSAGES/kjoy.mo +share/locale/sr/LC_MESSAGES/kjumpingcube.mo +share/locale/sr/LC_MESSAGES/klaptopdaemon.mo share/locale/sr/LC_MESSAGES/klegacyimport.mo share/locale/sr/LC_MESSAGES/klipper.mo +share/locale/sr/LC_MESSAGES/kljettool.mo share/locale/sr/LC_MESSAGES/klock.mo +share/locale/sr/LC_MESSAGES/klpq.mo +share/locale/sr/LC_MESSAGES/kmahjongg.mo share/locale/sr/LC_MESSAGES/kmenuedit.mo +share/locale/sr/LC_MESSAGES/kmid.mo +share/locale/sr/LC_MESSAGES/kmidi.mo +share/locale/sr/LC_MESSAGES/kmines.mo share/locale/sr/LC_MESSAGES/kminipagerapplet.mo +share/locale/sr/LC_MESSAGES/kmix.mo +share/locale/sr/LC_MESSAGES/kmoon.mo +share/locale/sr/LC_MESSAGES/knotes.mo +share/locale/sr/LC_MESSAGES/knotify.mo +share/locale/sr/LC_MESSAGES/kodo.mo +share/locale/sr/LC_MESSAGES/koffice.mo share/locale/sr/LC_MESSAGES/konqueror.mo +share/locale/sr/LC_MESSAGES/konquest.mo share/locale/sr/LC_MESSAGES/konsole.mo +share/locale/sr/LC_MESSAGES/korn.mo +share/locale/sr/LC_MESSAGES/koshell.mo +share/locale/sr/LC_MESSAGES/kpackage.mo share/locale/sr/LC_MESSAGES/kpager.mo +share/locale/sr/LC_MESSAGES/kpaint.mo +share/locale/sr/LC_MESSAGES/kpat.mo +share/locale/sr/LC_MESSAGES/kpixmap2bitmap.mo +share/locale/sr/LC_MESSAGES/kpm.mo +share/locale/sr/LC_MESSAGES/kpoker.mo +share/locale/sr/LC_MESSAGES/kppp.mo +share/locale/sr/LC_MESSAGES/kppplogview.mo +share/locale/sr/LC_MESSAGES/kray.mo share/locale/sr/LC_MESSAGES/kreadconfig.mo +share/locale/sr/LC_MESSAGES/kreversi.mo +share/locale/sr/LC_MESSAGES/kruler.mo share/locale/sr/LC_MESSAGES/krunapplet.mo +share/locale/sr/LC_MESSAGES/ksame.mo +share/locale/sr/LC_MESSAGES/kscd.mo +share/locale/sr/LC_MESSAGES/ksciplot.mo +share/locale/sr/LC_MESSAGES/kscoreapplet.mo +share/locale/sr/LC_MESSAGES/kshisen.mo +share/locale/sr/LC_MESSAGES/ksirc.mo +share/locale/sr/LC_MESSAGES/ksirtet.mo +share/locale/sr/LC_MESSAGES/ksmiletris.mo share/locale/sr/LC_MESSAGES/ksmserver.mo +share/locale/sr/LC_MESSAGES/ksnake.mo +share/locale/sr/LC_MESSAGES/ksnapshot.mo +share/locale/sr/LC_MESSAGES/ksokoban.mo +share/locale/sr/LC_MESSAGES/kspaceduel.mo share/locale/sr/LC_MESSAGES/ksplash.mo +share/locale/sr/LC_MESSAGES/kspread.mo +share/locale/sr/LC_MESSAGES/kspreadcalc_calc.mo share/locale/sr/LC_MESSAGES/kstart.mo +share/locale/sr/LC_MESSAGES/ksysctrl.mo share/locale/sr/LC_MESSAGES/ksysguard.mo share/locale/sr/LC_MESSAGES/ksystemtrayapplet.mo +share/locale/sr/LC_MESSAGES/ksysv.mo +share/locale/sr/LC_MESSAGES/ktalk.mo +share/locale/sr/LC_MESSAGES/ktalkd.mo share/locale/sr/LC_MESSAGES/ktaskbarapplet.mo +share/locale/sr/LC_MESSAGES/kteatime.mo +share/locale/sr/LC_MESSAGES/kticker.mo +share/locale/sr/LC_MESSAGES/ktimemon.mo share/locale/sr/LC_MESSAGES/ktip.mo +share/locale/sr/LC_MESSAGES/ktron.mo +share/locale/sr/LC_MESSAGES/ktuberling.mo +share/locale/sr/LC_MESSAGES/ktux.mo +share/locale/sr/LC_MESSAGES/kuser.mo +share/locale/sr/LC_MESSAGES/kview.mo +share/locale/sr/LC_MESSAGES/kviewshell.mo +share/locale/sr/LC_MESSAGES/kwebtree.mo share/locale/sr/LC_MESSAGES/kwin.mo +share/locale/sr/LC_MESSAGES/kwin4.mo +share/locale/sr/LC_MESSAGES/kword.mo +share/locale/sr/LC_MESSAGES/kworldwatch.mo share/locale/sr/LC_MESSAGES/kwrite.mo +share/locale/sr/LC_MESSAGES/kwuftpd.mo share/locale/sr/LC_MESSAGES/kxkb.mo share/locale/sr/LC_MESSAGES/kxmlrpcd.mo share/locale/sr/LC_MESSAGES/kxsconfig.mo +share/locale/sr/LC_MESSAGES/libkdegames.mo share/locale/sr/LC_MESSAGES/libkonq.mo share/locale/sr/LC_MESSAGES/libtaskbar.mo +share/locale/sr/LC_MESSAGES/lskat.mo +share/locale/sr/LC_MESSAGES/multiplayers.mo share/locale/sr/LC_MESSAGES/naughtyapplet.mo share/locale/sr/LC_MESSAGES/nsplugin.mo share/locale/sr/LC_MESSAGES/passwords.mo +share/locale/sr/LC_MESSAGES/pixie.mo share/locale/sr/LC_MESSAGES/quicklauncher.mo +share/locale/sr/LC_MESSAGES/secpolicy.mo share/locale/sr/LC_MESSAGES/taskbarextension.mo -share/locale/sr/LC_MESSAGES/kabalone.mo -share/locale/sr/LC_MESSAGES/kasteroids.mo -share/locale/sr/LC_MESSAGES/katomic.mo -share/locale/sr/LC_MESSAGES/kbackgammon.mo -share/locale/sr/LC_MESSAGES/kblackbox.mo -share/locale/sr/LC_MESSAGES/kjezz.mo -share/locale/sr/LC_MESSAGES/kjumpingcube.mo -share/locale/sr/LC_MESSAGES/kmahjongg.mo -share/locale/sr/LC_MESSAGES/kmines.mo -share/locale/sr/LC_MESSAGES/konquest.mo -share/locale/sr/LC_MESSAGES/kpat.mo -share/locale/sr/LC_MESSAGES/kpoker.mo -share/locale/sr/LC_MESSAGES/kreversi.mo -share/locale/sr/LC_MESSAGES/ksame.mo -share/locale/sr/LC_MESSAGES/kshisen.mo -share/locale/sr/LC_MESSAGES/ksirtet.mo -share/locale/sr/LC_MESSAGES/ksmiletris.mo -share/locale/sr/LC_MESSAGES/ksnake.mo -share/locale/sr/LC_MESSAGES/ksokoban.mo -share/locale/sr/LC_MESSAGES/kspaceduel.mo -share/locale/sr/LC_MESSAGES/ktron.mo -share/locale/sr/LC_MESSAGES/ktuberling.mo -share/locale/sr/LC_MESSAGES/kwin4.mo -share/locale/sr/LC_MESSAGES/libkdegames.mo -share/locale/sr/LC_MESSAGES/lskat.mo -share/locale/sr/LC_MESSAGES/multiplayers.mo -share/locale/sr/LC_MESSAGES/kcmkamera.mo -share/locale/sr/LC_MESSAGES/kdvi.mo -share/locale/sr/LC_MESSAGES/kfax.mo -share/locale/sr/LC_MESSAGES/kfract.mo -share/locale/sr/LC_MESSAGES/kghostview.mo -share/locale/sr/LC_MESSAGES/kiconedit.mo -share/locale/sr/LC_MESSAGES/kpaint.mo -share/locale/sr/LC_MESSAGES/kpixmap2bitmap.mo -share/locale/sr/LC_MESSAGES/kruler.mo -share/locale/sr/LC_MESSAGES/ksnapshot.mo -share/locale/sr/LC_MESSAGES/kview.mo -share/locale/sr/LC_MESSAGES/kmid.mo -share/locale/sr/LC_MESSAGES/kviewshell.mo -share/locale/sr/LC_MESSAGES/pixie.mo -share/locale/sr/LC_MESSAGES/aktion.mo -share/locale/sr/LC_MESSAGES/artsbuilder.mo -share/locale/sr/LC_MESSAGES/artscontrol.mo -share/locale/sr/LC_MESSAGES/kcmkmix.mo -share/locale/sr/LC_MESSAGES/kmidi.mo -share/locale/sr/LC_MESSAGES/kmix.mo -share/locale/sr/LC_MESSAGES/kscd.mo -share/locale/sr/LC_MESSAGES/kcmktalkd.mo -share/locale/sr/LC_MESSAGES/kcmlanbrowser.mo -share/locale/sr/LC_MESSAGES/kio_lan.mo -share/locale/sr/LC_MESSAGES/korn.mo -share/locale/sr/LC_MESSAGES/kppp.mo -share/locale/sr/LC_MESSAGES/kppplogview.mo -share/locale/sr/LC_MESSAGES/ksirc.mo -share/locale/sr/LC_MESSAGES/ktalkd.mo -share/locale/sr/LC_MESSAGES/amor.mo -share/locale/sr/LC_MESSAGES/kmoon.mo -share/locale/sr/LC_MESSAGES/kodo.mo -share/locale/sr/LC_MESSAGES/kscoreapplet.mo -share/locale/sr/LC_MESSAGES/kteatime.mo -share/locale/sr/LC_MESSAGES/ktux.mo -share/locale/sr/LC_MESSAGES/kworldwatch.mo -share/locale/sr/LC_MESSAGES/ark.mo -share/locale/sr/LC_MESSAGES/kab.mo -share/locale/sr/LC_MESSAGES/karm.mo -share/locale/sr/LC_MESSAGES/kcalc.mo -share/locale/sr/LC_MESSAGES/kcharselect.mo -share/locale/sr/LC_MESSAGES/kcharselectapplet.mo -share/locale/sr/LC_MESSAGES/kcmlaptop.mo -share/locale/sr/LC_MESSAGES/kdepasswd.mo -share/locale/sr/LC_MESSAGES/kdessh.mo -share/locale/sr/LC_MESSAGES/kdf.mo -share/locale/sr/LC_MESSAGES/kedit.mo -share/locale/sr/LC_MESSAGES/kfind.mo -share/locale/sr/LC_MESSAGES/kfloppy.mo -share/locale/sr/LC_MESSAGES/khexedit.mo -share/locale/sr/LC_MESSAGES/kjots.mo -share/locale/sr/LC_MESSAGES/klaptopdaemon.mo -share/locale/sr/LC_MESSAGES/kljettool.mo -share/locale/sr/LC_MESSAGES/klpq.mo -share/locale/sr/LC_MESSAGES/knotes.mo -share/locale/sr/LC_MESSAGES/kpm.mo -share/locale/sr/LC_MESSAGES/ktimemon.mo -share/locale/sr/LC_MESSAGES/kchart.mo -share/locale/sr/LC_MESSAGES/koffice.mo -share/locale/sr/LC_MESSAGES/koshell.mo -share/locale/sr/LC_MESSAGES/kspread.mo -share/locale/sr/LC_MESSAGES/kdbg.mo -share/locale/sr/LC_MESSAGES/kspreadcalc_calc.mo -share/locale/sr/LC_MESSAGES/kword.mo -share/locale/sr/LC_MESSAGES/kclock.mo -share/locale/sr/LC_MESSAGES/kcmail.mo -share/locale/sr/LC_MESSAGES/kfortune.mo -share/locale/sr/LC_MESSAGES/kglchess.mo -share/locale/sr/LC_MESSAGES/kgrapher.mo -share/locale/sr/LC_MESSAGES/kjoy.mo -share/locale/sr/LC_MESSAGES/kray.mo -share/locale/sr/LC_MESSAGES/ksciplot.mo -share/locale/sr/LC_MESSAGES/ktalk.mo -share/locale/sr/LC_MESSAGES/kticker.mo -share/locale/sr/LC_MESSAGES/kwebtree.mo share/locale/sr/LC_MESSAGES/webmaker.mo -share/locale/sr/LC_MESSAGES/desktop.mo -share/locale/sr/LC_MESSAGES/kdelibs.mo -share/locale/sr/LC_MESSAGES/knotify.mo share/locale/sr/charset share/locale/sr/entry.desktop share/locale/sr/flag.png -share/locale/tr/LC_MESSAGES/kcmlilo.mo -share/locale/tr/LC_MESSAGES/kcron.mo -share/locale/tr/LC_MESSAGES/kdat.mo -share/locale/tr/LC_MESSAGES/kpackage.mo -share/locale/tr/LC_MESSAGES/ksysctrl.mo -share/locale/tr/LC_MESSAGES/ksysv.mo -share/locale/tr/LC_MESSAGES/kuser.mo -share/locale/tr/LC_MESSAGES/kwuftpd.mo -share/locale/tr/LC_MESSAGES/secpolicy.mo +share/locale/sv/LC_MESSAGES/abbrowser.mo +share/locale/sv/LC_MESSAGES/aktion.mo +share/locale/sv/LC_MESSAGES/amor.mo +share/locale/sv/LC_MESSAGES/appletproxy.mo +share/locale/sv/LC_MESSAGES/ark.mo +share/locale/sv/LC_MESSAGES/artsbuilder.mo +share/locale/sv/LC_MESSAGES/artscontrol.mo +share/locale/sv/LC_MESSAGES/caitoo.mo +share/locale/sv/LC_MESSAGES/childpanelextension.mo +share/locale/sv/LC_MESSAGES/clockapplet.mo +share/locale/sv/LC_MESSAGES/colfind.mo +share/locale/sv/LC_MESSAGES/columbo.mo +share/locale/sv/LC_MESSAGES/desktop.mo +share/locale/sv/LC_MESSAGES/drkonqi.mo +share/locale/sv/LC_MESSAGES/empath.mo +share/locale/sv/LC_MESSAGES/extensionproxy.mo +share/locale/sv/LC_MESSAGES/filetypes.mo +share/locale/sv/LC_MESSAGES/graphite.mo +share/locale/sv/LC_MESSAGES/htmlsearch.mo +share/locale/sv/LC_MESSAGES/kab.mo +share/locale/sv/LC_MESSAGES/kabalone.mo +share/locale/sv/LC_MESSAGES/kaccess.mo +share/locale/sv/LC_MESSAGES/kafka.mo +share/locale/sv/LC_MESSAGES/kappfinder.mo +share/locale/sv/LC_MESSAGES/karchie.mo +share/locale/sv/LC_MESSAGES/karm.mo +share/locale/sv/LC_MESSAGES/kasteroids.mo +share/locale/sv/LC_MESSAGES/katalog.mo +share/locale/sv/LC_MESSAGES/katomic.mo +share/locale/sv/LC_MESSAGES/kautorun.mo +share/locale/sv/LC_MESSAGES/kbabel.mo +share/locale/sv/LC_MESSAGES/kbackpage.mo +share/locale/sv/LC_MESSAGES/kbiff.mo +share/locale/sv/LC_MESSAGES/kblackbox.mo +share/locale/sv/LC_MESSAGES/kcalc.mo +share/locale/sv/LC_MESSAGES/kcharselect.mo +share/locale/sv/LC_MESSAGES/kchart.mo +share/locale/sv/LC_MESSAGES/kclock.mo +share/locale/sv/LC_MESSAGES/kcmaccess.mo +share/locale/sv/LC_MESSAGES/kcmail.mo +share/locale/sv/LC_MESSAGES/kcmarts.mo +share/locale/sv/LC_MESSAGES/kcmbackground.mo +share/locale/sv/LC_MESSAGES/kcmbell.mo +share/locale/sv/LC_MESSAGES/kcmcolors.mo +share/locale/sv/LC_MESSAGES/kcmcrypto.mo +share/locale/sv/LC_MESSAGES/kcmdrkonqi.mo +share/locale/sv/LC_MESSAGES/kcmemail.mo +share/locale/sv/LC_MESSAGES/kcmenergy.mo +share/locale/sv/LC_MESSAGES/kcmfontmanager.mo +share/locale/sv/LC_MESSAGES/kcmfonts.mo +share/locale/sv/LC_MESSAGES/kcmhtmlsearch.mo +share/locale/sv/LC_MESSAGES/kcmicons.mo +share/locale/sv/LC_MESSAGES/kcminfo.mo +share/locale/sv/LC_MESSAGES/kcminput.mo +share/locale/sv/LC_MESSAGES/kcmioslaveinfo.mo +share/locale/sv/LC_MESSAGES/kcmkamera.mo +share/locale/sv/LC_MESSAGES/kcmkclock.mo +share/locale/sv/LC_MESSAGES/kcmkdb.mo +share/locale/sv/LC_MESSAGES/kcmkeys.mo +share/locale/sv/LC_MESSAGES/kcmkicker.mo +share/locale/sv/LC_MESSAGES/kcmkio.mo +share/locale/sv/LC_MESSAGES/kcmkmix.mo +share/locale/sv/LC_MESSAGES/kcmkonq.mo +share/locale/sv/LC_MESSAGES/kcmkonqhtml.mo +share/locale/sv/LC_MESSAGES/kcmktalkd.mo +share/locale/sv/LC_MESSAGES/kcmkurifilt.mo +share/locale/sv/LC_MESSAGES/kcmkwm.mo +share/locale/sv/LC_MESSAGES/kcmlanbrowser.mo +share/locale/sv/LC_MESSAGES/kcmlaptop.mo +share/locale/sv/LC_MESSAGES/kcmlayout.mo +share/locale/sv/LC_MESSAGES/kcmlilo.mo +share/locale/sv/LC_MESSAGES/kcmlocale.mo +share/locale/sv/LC_MESSAGES/kcmmidi.mo +share/locale/sv/LC_MESSAGES/kcmnewsticker.mo +share/locale/sv/LC_MESSAGES/kcmnotify.mo +share/locale/sv/LC_MESSAGES/kcmodbc.mo +share/locale/sv/LC_MESSAGES/kcmprinter.mo +share/locale/sv/LC_MESSAGES/kcmsamba.mo +share/locale/sv/LC_MESSAGES/kcmscreensaver.mo +share/locale/sv/LC_MESSAGES/kcmsmserver.mo +share/locale/sv/LC_MESSAGES/kcmstyle.mo +share/locale/sv/LC_MESSAGES/kcmtaskbar.mo +share/locale/sv/LC_MESSAGES/kcmthemes.mo +share/locale/sv/LC_MESSAGES/kcontrol.mo +share/locale/sv/LC_MESSAGES/kcron.mo +share/locale/sv/LC_MESSAGES/kdat.mo +share/locale/sv/LC_MESSAGES/kdcop.mo +share/locale/sv/LC_MESSAGES/kdebugdialog.mo +share/locale/sv/LC_MESSAGES/kdelibs.mo +share/locale/sv/LC_MESSAGES/kdepasswd.mo +share/locale/sv/LC_MESSAGES/kdesktop.mo +share/locale/sv/LC_MESSAGES/kdessh.mo +share/locale/sv/LC_MESSAGES/kdesu.mo +share/locale/sv/LC_MESSAGES/kdesud.mo +share/locale/sv/LC_MESSAGES/kdf.mo +share/locale/sv/LC_MESSAGES/kdmchooser.mo +share/locale/sv/LC_MESSAGES/kdmconfig.mo +share/locale/sv/LC_MESSAGES/kdmgreet.mo +share/locale/sv/LC_MESSAGES/kdvi.mo +share/locale/sv/LC_MESSAGES/kedit.mo +share/locale/sv/LC_MESSAGES/kexpress.mo +share/locale/sv/LC_MESSAGES/keystone.mo +share/locale/sv/LC_MESSAGES/kfax.mo +share/locale/sv/LC_MESSAGES/kfind.mo +share/locale/sv/LC_MESSAGES/kfindpart.mo +share/locale/sv/LC_MESSAGES/kfinger.mo +share/locale/sv/LC_MESSAGES/kfloppy.mo +share/locale/sv/LC_MESSAGES/kfmclient.mo +share/locale/sv/LC_MESSAGES/kfmexec.mo +share/locale/sv/LC_MESSAGES/kformula.mo +share/locale/sv/LC_MESSAGES/kformviewer.mo +share/locale/sv/LC_MESSAGES/kfortune.mo +share/locale/sv/LC_MESSAGES/kfract.mo +share/locale/sv/LC_MESSAGES/kghostview.mo +share/locale/sv/LC_MESSAGES/kglchess.mo +share/locale/sv/LC_MESSAGES/khelpcenter.mo +share/locale/sv/LC_MESSAGES/khexedit.mo +share/locale/sv/LC_MESSAGES/khotkeys.mo +share/locale/sv/LC_MESSAGES/kicker.mo +share/locale/sv/LC_MESSAGES/kiconedit.mo +share/locale/sv/LC_MESSAGES/kicq.mo +share/locale/sv/LC_MESSAGES/kikbd.mo +share/locale/sv/LC_MESSAGES/killustrator.mo +share/locale/sv/LC_MESSAGES/kio_help.mo +share/locale/sv/LC_MESSAGES/kio_lan.mo +share/locale/sv/LC_MESSAGES/kio_man.mo +share/locale/sv/LC_MESSAGES/kio_smbro.mo +share/locale/sv/LC_MESSAGES/kit.mo +share/locale/sv/LC_MESSAGES/kivio.mo +share/locale/sv/LC_MESSAGES/kjezz.mo +share/locale/sv/LC_MESSAGES/kjots.mo +share/locale/sv/LC_MESSAGES/kjumpingcube.mo +share/locale/sv/LC_MESSAGES/klaptopdaemon.mo +share/locale/sv/LC_MESSAGES/klegacyimport.mo +share/locale/sv/LC_MESSAGES/kless.mo +share/locale/sv/LC_MESSAGES/klipper.mo +share/locale/sv/LC_MESSAGES/kljettool.mo +share/locale/sv/LC_MESSAGES/klock.mo +share/locale/sv/LC_MESSAGES/klpq.mo +share/locale/sv/LC_MESSAGES/klyx.mo +share/locale/sv/LC_MESSAGES/kmahjongg.mo +share/locale/sv/LC_MESSAGES/kmail.mo +share/locale/sv/LC_MESSAGES/kmailcvt.mo +share/locale/sv/LC_MESSAGES/kmenuedit.mo +share/locale/sv/LC_MESSAGES/kmid.mo +share/locale/sv/LC_MESSAGES/kmidi.mo +share/locale/sv/LC_MESSAGES/kmines.mo +share/locale/sv/LC_MESSAGES/kminipagerapplet.mo +share/locale/sv/LC_MESSAGES/kmix.mo +share/locale/sv/LC_MESSAGES/kmms.mo +share/locale/sv/LC_MESSAGES/kmoon.mo +share/locale/sv/LC_MESSAGES/knetmon.mo +share/locale/sv/LC_MESSAGES/knewsticker.mo +share/locale/sv/LC_MESSAGES/knode.mo +share/locale/sv/LC_MESSAGES/knotes.mo +share/locale/sv/LC_MESSAGES/knotify.mo +share/locale/sv/LC_MESSAGES/knu.mo +share/locale/sv/LC_MESSAGES/kodo.mo +share/locale/sv/LC_MESSAGES/koffice.mo +share/locale/sv/LC_MESSAGES/koncd.mo +share/locale/sv/LC_MESSAGES/konqueror.mo +share/locale/sv/LC_MESSAGES/konquest.mo +share/locale/sv/LC_MESSAGES/konsole.mo +share/locale/sv/LC_MESSAGES/korganizer.mo +share/locale/sv/LC_MESSAGES/korn.mo +share/locale/sv/LC_MESSAGES/koshell.mo +share/locale/sv/LC_MESSAGES/kpackage.mo +share/locale/sv/LC_MESSAGES/kpager.mo +share/locale/sv/LC_MESSAGES/kpaint.mo +share/locale/sv/LC_MESSAGES/kpat.mo +share/locale/sv/LC_MESSAGES/kpilot.mo +share/locale/sv/LC_MESSAGES/kpixmap2bitmap.mo +share/locale/sv/LC_MESSAGES/kpm.mo +share/locale/sv/LC_MESSAGES/kpoker.mo +share/locale/sv/LC_MESSAGES/kppp.mo +share/locale/sv/LC_MESSAGES/kppplogview.mo +share/locale/sv/LC_MESSAGES/kpresenter.mo +share/locale/sv/LC_MESSAGES/krayon.mo +share/locale/sv/LC_MESSAGES/kreadconfig.mo +share/locale/sv/LC_MESSAGES/kreversi.mo +share/locale/sv/LC_MESSAGES/krn.mo +share/locale/sv/LC_MESSAGES/kruler.mo +share/locale/sv/LC_MESSAGES/krunapplet.mo +share/locale/sv/LC_MESSAGES/ksamba.mo +share/locale/sv/LC_MESSAGES/ksame.mo +share/locale/sv/LC_MESSAGES/kscd.mo +share/locale/sv/LC_MESSAGES/ksciplot.mo +share/locale/sv/LC_MESSAGES/kscoreapplet.mo +share/locale/sv/LC_MESSAGES/kshisen.mo +share/locale/sv/LC_MESSAGES/ksirc.mo +share/locale/sv/LC_MESSAGES/ksirtet.mo +share/locale/sv/LC_MESSAGES/ksmiletris.mo +share/locale/sv/LC_MESSAGES/ksmserver.mo +share/locale/sv/LC_MESSAGES/ksnake.mo +share/locale/sv/LC_MESSAGES/ksnapshot.mo +share/locale/sv/LC_MESSAGES/ksokoban.mo +share/locale/sv/LC_MESSAGES/kspaceduel.mo +share/locale/sv/LC_MESSAGES/ksplash.mo +share/locale/sv/LC_MESSAGES/kspread.mo +share/locale/sv/LC_MESSAGES/kspreadcalc_calc.mo +share/locale/sv/LC_MESSAGES/kstart.mo +share/locale/sv/LC_MESSAGES/kstartperf.mo +share/locale/sv/LC_MESSAGES/ksysctrl.mo +share/locale/sv/LC_MESSAGES/ksysguard.mo +share/locale/sv/LC_MESSAGES/ksystemtrayapplet.mo +share/locale/sv/LC_MESSAGES/ksysv.mo +share/locale/sv/LC_MESSAGES/ktables.mo +share/locale/sv/LC_MESSAGES/ktalkd.mo +share/locale/sv/LC_MESSAGES/ktaskbarapplet.mo +share/locale/sv/LC_MESSAGES/kteatime.mo +share/locale/sv/LC_MESSAGES/ktelnet.mo +share/locale/sv/LC_MESSAGES/kthememgr.mo +share/locale/sv/LC_MESSAGES/ktimemon.mo +share/locale/sv/LC_MESSAGES/ktip.mo +share/locale/sv/LC_MESSAGES/ktron.mo +share/locale/sv/LC_MESSAGES/ktuberling.mo +share/locale/sv/LC_MESSAGES/ktux.mo +share/locale/sv/LC_MESSAGES/kuickshow.mo +share/locale/sv/LC_MESSAGES/kuser.mo +share/locale/sv/LC_MESSAGES/kvidtune.mo +share/locale/sv/LC_MESSAGES/kview.mo +share/locale/sv/LC_MESSAGES/kviewshell.mo +share/locale/sv/LC_MESSAGES/kwebtree.mo +share/locale/sv/LC_MESSAGES/kwin.mo +share/locale/sv/LC_MESSAGES/kwin4.mo +share/locale/sv/LC_MESSAGES/kword.mo +share/locale/sv/LC_MESSAGES/kworldwatch.mo +share/locale/sv/LC_MESSAGES/kwrite.mo +share/locale/sv/LC_MESSAGES/kwuftpd.mo +share/locale/sv/LC_MESSAGES/kxkb.mo +share/locale/sv/LC_MESSAGES/kxmlrpcd.mo +share/locale/sv/LC_MESSAGES/kxsconfig.mo +share/locale/sv/LC_MESSAGES/libkdegames.mo +share/locale/sv/LC_MESSAGES/libkonq.mo +share/locale/sv/LC_MESSAGES/libtaskbar.mo +share/locale/sv/LC_MESSAGES/lskat.mo +share/locale/sv/LC_MESSAGES/multiplayers.mo +share/locale/sv/LC_MESSAGES/naughtyapplet.mo +share/locale/sv/LC_MESSAGES/noatun.mo +share/locale/sv/LC_MESSAGES/nsplugin.mo +share/locale/sv/LC_MESSAGES/passwords.mo +share/locale/sv/LC_MESSAGES/pixie.mo +share/locale/sv/LC_MESSAGES/quicklauncher.mo +share/locale/sv/LC_MESSAGES/secpolicy.mo +share/locale/sv/LC_MESSAGES/taskbarextension.mo +share/locale/sv/LC_MESSAGES/twister.mo +share/locale/sv/charset +share/locale/sv/entry.desktop +share/locale/sv/flag.png +share/locale/tr/LC_MESSAGES/abbrowser.mo +share/locale/tr/LC_MESSAGES/aktion.mo +share/locale/tr/LC_MESSAGES/amor.mo share/locale/tr/LC_MESSAGES/appletproxy.mo +share/locale/tr/LC_MESSAGES/ark.mo +share/locale/tr/LC_MESSAGES/artsbuilder.mo +share/locale/tr/LC_MESSAGES/artscontrol.mo +share/locale/tr/LC_MESSAGES/caitoo.mo share/locale/tr/LC_MESSAGES/clockapplet.mo +share/locale/tr/LC_MESSAGES/colfind.mo +share/locale/tr/LC_MESSAGES/colftp.mo +share/locale/tr/LC_MESSAGES/colnews.mo +share/locale/tr/LC_MESSAGES/columbo.mo +share/locale/tr/LC_MESSAGES/colweb.mo +share/locale/tr/LC_MESSAGES/colwhois.mo +share/locale/tr/LC_MESSAGES/desktop.mo share/locale/tr/LC_MESSAGES/drkonqi.mo +share/locale/tr/LC_MESSAGES/empath.mo share/locale/tr/LC_MESSAGES/filetypes.mo +share/locale/tr/LC_MESSAGES/gofai.mo +share/locale/tr/LC_MESSAGES/graphite.mo share/locale/tr/LC_MESSAGES/htmlsearch.mo +share/locale/tr/LC_MESSAGES/iconpackager.mo +share/locale/tr/LC_MESSAGES/kab.mo +share/locale/tr/LC_MESSAGES/kabalone.mo share/locale/tr/LC_MESSAGES/kaccess.mo +share/locale/tr/LC_MESSAGES/kaiman.mo share/locale/tr/LC_MESSAGES/kappfinder.mo +share/locale/tr/LC_MESSAGES/karchie.mo +share/locale/tr/LC_MESSAGES/karm.mo +share/locale/tr/LC_MESSAGES/kasteroids.mo +share/locale/tr/LC_MESSAGES/katalog.mo +share/locale/tr/LC_MESSAGES/katomic.mo +share/locale/tr/LC_MESSAGES/kautorun.mo +share/locale/tr/LC_MESSAGES/kbabel.mo +share/locale/tr/LC_MESSAGES/kbackgammon.mo +share/locale/tr/LC_MESSAGES/kbackpage.mo +share/locale/tr/LC_MESSAGES/kbiff.mo +share/locale/tr/LC_MESSAGES/kblackbox.mo +share/locale/tr/LC_MESSAGES/kcalc.mo +share/locale/tr/LC_MESSAGES/kcharselect.mo +share/locale/tr/LC_MESSAGES/kchart.mo +share/locale/tr/LC_MESSAGES/kclock.mo share/locale/tr/LC_MESSAGES/kcmaccess.mo +share/locale/tr/LC_MESSAGES/kcmail.mo share/locale/tr/LC_MESSAGES/kcmarts.mo share/locale/tr/LC_MESSAGES/kcmbackground.mo share/locale/tr/LC_MESSAGES/kcmbell.mo +share/locale/tr/LC_MESSAGES/kcmbind.mo share/locale/tr/LC_MESSAGES/kcmcolors.mo -share/locale/tr/LC_MESSAGES/kdm.mo share/locale/tr/LC_MESSAGES/kcmcrypto.mo +share/locale/tr/LC_MESSAGES/kcmdhcpd.mo share/locale/tr/LC_MESSAGES/kcmdisplay.mo share/locale/tr/LC_MESSAGES/kcmdrkonqi.mo share/locale/tr/LC_MESSAGES/kcmemail.mo share/locale/tr/LC_MESSAGES/kcmenergy.mo +share/locale/tr/LC_MESSAGES/kcmfontmanager.mo share/locale/tr/LC_MESSAGES/kcmfonts.mo +share/locale/tr/LC_MESSAGES/kcmgofai.mo share/locale/tr/LC_MESSAGES/kcmhelpcenter.mo share/locale/tr/LC_MESSAGES/kcmhtmlsearch.mo share/locale/tr/LC_MESSAGES/kcmicons.mo share/locale/tr/LC_MESSAGES/kcmiconthemes.mo share/locale/tr/LC_MESSAGES/kcminfo.mo share/locale/tr/LC_MESSAGES/kcminput.mo +share/locale/tr/LC_MESSAGES/kcmiwatcher.mo +share/locale/tr/LC_MESSAGES/kcmkamera.mo share/locale/tr/LC_MESSAGES/kcmkclock.mo share/locale/tr/LC_MESSAGES/kcmkdesu.mo share/locale/tr/LC_MESSAGES/kcmkeys.mo share/locale/tr/LC_MESSAGES/kcmkicker.mo share/locale/tr/LC_MESSAGES/kcmkio.mo +share/locale/tr/LC_MESSAGES/kcmkisdn.mo +share/locale/tr/LC_MESSAGES/kcmkmix.mo share/locale/tr/LC_MESSAGES/kcmkonq.mo share/locale/tr/LC_MESSAGES/kcmkonqhtml.mo share/locale/tr/LC_MESSAGES/kcmkpanel.mo +share/locale/tr/LC_MESSAGES/kcmktalkd.mo share/locale/tr/LC_MESSAGES/kcmkurifilt.mo share/locale/tr/LC_MESSAGES/kcmkwm.mo +share/locale/tr/LC_MESSAGES/kcmlanbrowser.mo +share/locale/tr/LC_MESSAGES/kcmlaptop.mo share/locale/tr/LC_MESSAGES/kcmlayout.mo +share/locale/tr/LC_MESSAGES/kcmlilo.mo share/locale/tr/LC_MESSAGES/kcmlocale.mo share/locale/tr/LC_MESSAGES/kcmmidi.mo +share/locale/tr/LC_MESSAGES/kcmnewsticker.mo share/locale/tr/LC_MESSAGES/kcmnotify.mo share/locale/tr/LC_MESSAGES/kcmodbc.mo +share/locale/tr/LC_MESSAGES/kcmprinter.mo share/locale/tr/LC_MESSAGES/kcmsamba.mo share/locale/tr/LC_MESSAGES/kcmsample.mo share/locale/tr/LC_MESSAGES/kcmscreensaver.mo @@ -18205,1346 +20373,724 @@ share/locale/tr/LC_MESSAGES/kcmsyssound.mo share/locale/tr/LC_MESSAGES/kcmtaskbar.mo share/locale/tr/LC_MESSAGES/kcmvirtualdesktops.mo share/locale/tr/LC_MESSAGES/kcontrol.mo +share/locale/tr/LC_MESSAGES/kcron.mo +share/locale/tr/LC_MESSAGES/kcrontab.mo +share/locale/tr/LC_MESSAGES/kdat.mo share/locale/tr/LC_MESSAGES/kdateapplet.mo +share/locale/tr/LC_MESSAGES/kdbg.mo share/locale/tr/LC_MESSAGES/kdcop.mo share/locale/tr/LC_MESSAGES/kdebugdialog.mo +share/locale/tr/LC_MESSAGES/kdelibs.mo +share/locale/tr/LC_MESSAGES/kdepasswd.mo share/locale/tr/LC_MESSAGES/kdesktop.mo +share/locale/tr/LC_MESSAGES/kdessh.mo share/locale/tr/LC_MESSAGES/kdesu.mo share/locale/tr/LC_MESSAGES/kdesud.mo +share/locale/tr/LC_MESSAGES/kdevelop.mo share/locale/tr/LC_MESSAGES/kdewizard.mo +share/locale/tr/LC_MESSAGES/kdf.mo +share/locale/tr/LC_MESSAGES/kdm.mo share/locale/tr/LC_MESSAGES/kdmconfig.mo +share/locale/tr/LC_MESSAGES/kdvi.mo +share/locale/tr/LC_MESSAGES/kedit.mo +share/locale/tr/LC_MESSAGES/kexpress.mo +share/locale/tr/LC_MESSAGES/keystone.mo +share/locale/tr/LC_MESSAGES/kfax.mo +share/locale/tr/LC_MESSAGES/kfind.mo +share/locale/tr/LC_MESSAGES/kfinger.mo +share/locale/tr/LC_MESSAGES/kfloppy.mo share/locale/tr/LC_MESSAGES/kfmclient.mo share/locale/tr/LC_MESSAGES/kfmexec.mo share/locale/tr/LC_MESSAGES/kfontmanager.mo +share/locale/tr/LC_MESSAGES/kformula.mo +share/locale/tr/LC_MESSAGES/kfortune.mo +share/locale/tr/LC_MESSAGES/kfract.mo +share/locale/tr/LC_MESSAGES/kghostview.mo +share/locale/tr/LC_MESSAGES/kglchess.mo +share/locale/tr/LC_MESSAGES/kgrapher.mo share/locale/tr/LC_MESSAGES/khelpcenter.mo +share/locale/tr/LC_MESSAGES/khexedit.mo share/locale/tr/LC_MESSAGES/khotkeys.mo share/locale/tr/LC_MESSAGES/kicker.mo +share/locale/tr/LC_MESSAGES/kiconedit.mo share/locale/tr/LC_MESSAGES/kikbd.mo +share/locale/tr/LC_MESSAGES/killustrator.mo +share/locale/tr/LC_MESSAGES/kimage.mo share/locale/tr/LC_MESSAGES/kinfobrowser.mo share/locale/tr/LC_MESSAGES/kio_help.mo share/locale/tr/LC_MESSAGES/kio_man.mo +share/locale/tr/LC_MESSAGES/kirc.mo +share/locale/tr/LC_MESSAGES/kisdn.mo +share/locale/tr/LC_MESSAGES/kit.mo +share/locale/tr/LC_MESSAGES/kivio.mo +share/locale/tr/LC_MESSAGES/kjezz.mo +share/locale/tr/LC_MESSAGES/kjots.mo +share/locale/tr/LC_MESSAGES/kjoy.mo +share/locale/tr/LC_MESSAGES/kjumpingcube.mo +share/locale/tr/LC_MESSAGES/klaptopdaemon.mo share/locale/tr/LC_MESSAGES/klegacyimport.mo +share/locale/tr/LC_MESSAGES/kless.mo +share/locale/tr/LC_MESSAGES/klilo.mo share/locale/tr/LC_MESSAGES/klipper.mo +share/locale/tr/LC_MESSAGES/kljettool.mo share/locale/tr/LC_MESSAGES/klock.mo +share/locale/tr/LC_MESSAGES/klpq.mo +share/locale/tr/LC_MESSAGES/klyx.mo +share/locale/tr/LC_MESSAGES/kmahjongg.mo +share/locale/tr/LC_MESSAGES/kmail.mo +share/locale/tr/LC_MESSAGES/kmailcvt.mo share/locale/tr/LC_MESSAGES/kmanbrowser.mo +share/locale/tr/LC_MESSAGES/kmaster.mo +share/locale/tr/LC_MESSAGES/kmedia.mo share/locale/tr/LC_MESSAGES/kmenuedit.mo +share/locale/tr/LC_MESSAGES/kmessage.mo +share/locale/tr/LC_MESSAGES/kmid.mo +share/locale/tr/LC_MESSAGES/kmidi.mo +share/locale/tr/LC_MESSAGES/kmines.mo share/locale/tr/LC_MESSAGES/kminipagerapplet.mo +share/locale/tr/LC_MESSAGES/kmix.mo +share/locale/tr/LC_MESSAGES/kmoon.mo +share/locale/tr/LC_MESSAGES/knetmon.mo +share/locale/tr/LC_MESSAGES/knewsticker.mo +share/locale/tr/LC_MESSAGES/knode.mo +share/locale/tr/LC_MESSAGES/knotes.mo +share/locale/tr/LC_MESSAGES/knotify.mo +share/locale/tr/LC_MESSAGES/knu.mo +share/locale/tr/LC_MESSAGES/kodo.mo +share/locale/tr/LC_MESSAGES/koffice.mo share/locale/tr/LC_MESSAGES/konq_searcher.mo share/locale/tr/LC_MESSAGES/konqueror.mo +share/locale/tr/LC_MESSAGES/konquest.mo share/locale/tr/LC_MESSAGES/konsole.mo +share/locale/tr/LC_MESSAGES/konv.mo share/locale/tr/LC_MESSAGES/koolclockapplet.mo +share/locale/tr/LC_MESSAGES/korganizer.mo +share/locale/tr/LC_MESSAGES/korn.mo +share/locale/tr/LC_MESSAGES/koshell.mo +share/locale/tr/LC_MESSAGES/kpackage.mo share/locale/tr/LC_MESSAGES/kpager.mo share/locale/tr/LC_MESSAGES/kpagerapplet.mo +share/locale/tr/LC_MESSAGES/kpaint.mo +share/locale/tr/LC_MESSAGES/kpat.mo +share/locale/tr/LC_MESSAGES/kphone.mo +share/locale/tr/LC_MESSAGES/kpilot.mo +share/locale/tr/LC_MESSAGES/kpixmap2bitmap.mo +share/locale/tr/LC_MESSAGES/kpm.mo +share/locale/tr/LC_MESSAGES/kpoker.mo +share/locale/tr/LC_MESSAGES/kppp.mo +share/locale/tr/LC_MESSAGES/kppplogview.mo +share/locale/tr/LC_MESSAGES/kpresenter.mo +share/locale/tr/LC_MESSAGES/kray.mo +share/locale/tr/LC_MESSAGES/krayon.mo share/locale/tr/LC_MESSAGES/krdb.mo +share/locale/tr/LC_MESSAGES/kreversi.mo +share/locale/tr/LC_MESSAGES/krn.mo +share/locale/tr/LC_MESSAGES/kruler.mo share/locale/tr/LC_MESSAGES/krunapplet.mo +share/locale/tr/LC_MESSAGES/ksamba.mo +share/locale/tr/LC_MESSAGES/ksame.mo +share/locale/tr/LC_MESSAGES/kscd.mo +share/locale/tr/LC_MESSAGES/ksciplot.mo +share/locale/tr/LC_MESSAGES/kscoreapplet.mo +share/locale/tr/LC_MESSAGES/kshisen.mo +share/locale/tr/LC_MESSAGES/ksirc.mo +share/locale/tr/LC_MESSAGES/ksirtet.mo +share/locale/tr/LC_MESSAGES/ksmiletris.mo share/locale/tr/LC_MESSAGES/ksmserver.mo +share/locale/tr/LC_MESSAGES/ksnake.mo +share/locale/tr/LC_MESSAGES/ksnapshot.mo +share/locale/tr/LC_MESSAGES/ksokoban.mo +share/locale/tr/LC_MESSAGES/kspaceduel.mo share/locale/tr/LC_MESSAGES/ksplash.mo +share/locale/tr/LC_MESSAGES/kspread.mo +share/locale/tr/LC_MESSAGES/kspreadcalc_calc.mo share/locale/tr/LC_MESSAGES/kstart.mo +share/locale/tr/LC_MESSAGES/ksysctrl.mo share/locale/tr/LC_MESSAGES/ksysguard.mo +share/locale/tr/LC_MESSAGES/ksysv.mo +share/locale/tr/LC_MESSAGES/ktalk.mo +share/locale/tr/LC_MESSAGES/ktalkd.mo share/locale/tr/LC_MESSAGES/ktaskbarapplet.mo +share/locale/tr/LC_MESSAGES/kteatime.mo +share/locale/tr/LC_MESSAGES/ktelnet.mo +share/locale/tr/LC_MESSAGES/ktetris.mo share/locale/tr/LC_MESSAGES/kthememgr.mo +share/locale/tr/LC_MESSAGES/kticker.mo +share/locale/tr/LC_MESSAGES/ktimemon.mo share/locale/tr/LC_MESSAGES/ktip.mo +share/locale/tr/LC_MESSAGES/ktop.mo +share/locale/tr/LC_MESSAGES/ktranslator.mo +share/locale/tr/LC_MESSAGES/ktron.mo +share/locale/tr/LC_MESSAGES/ktuberling.mo +share/locale/tr/LC_MESSAGES/ktux.mo +share/locale/tr/LC_MESSAGES/kuml.mo +share/locale/tr/LC_MESSAGES/kuser.mo +share/locale/tr/LC_MESSAGES/kvidtune.mo +share/locale/tr/LC_MESSAGES/kview.mo +share/locale/tr/LC_MESSAGES/kviewshell.mo +share/locale/tr/LC_MESSAGES/kwebtree.mo share/locale/tr/LC_MESSAGES/kwelcome.mo share/locale/tr/LC_MESSAGES/kwin.mo +share/locale/tr/LC_MESSAGES/kwin4.mo +share/locale/tr/LC_MESSAGES/kword.mo +share/locale/tr/LC_MESSAGES/kworldwatch.mo share/locale/tr/LC_MESSAGES/kwrite.mo +share/locale/tr/LC_MESSAGES/kwuftpd.mo share/locale/tr/LC_MESSAGES/kxkb.mo share/locale/tr/LC_MESSAGES/kxmlrpcd.mo share/locale/tr/LC_MESSAGES/kxsconfig.mo +share/locale/tr/LC_MESSAGES/libkdegames.mo share/locale/tr/LC_MESSAGES/libkhc.mo share/locale/tr/LC_MESSAGES/libkonq.mo -share/locale/tr/LC_MESSAGES/nsplugin.mo -share/locale/tr/LC_MESSAGES/passwords.mo -share/locale/tr/LC_MESSAGES/quicklauncher.mo -share/locale/tr/LC_MESSAGES/kabalone.mo -share/locale/tr/LC_MESSAGES/kasteroids.mo -share/locale/tr/LC_MESSAGES/katomic.mo -share/locale/tr/LC_MESSAGES/kbackgammon.mo -share/locale/tr/LC_MESSAGES/kblackbox.mo -share/locale/tr/LC_MESSAGES/kjezz.mo -share/locale/tr/LC_MESSAGES/kjumpingcube.mo -share/locale/tr/LC_MESSAGES/kmahjongg.mo -share/locale/tr/LC_MESSAGES/kmaster.mo -share/locale/tr/LC_MESSAGES/kmines.mo -share/locale/tr/LC_MESSAGES/konquest.mo -share/locale/tr/LC_MESSAGES/kpat.mo -share/locale/tr/LC_MESSAGES/kpoker.mo -share/locale/tr/LC_MESSAGES/kreversi.mo -share/locale/tr/LC_MESSAGES/ksame.mo -share/locale/tr/LC_MESSAGES/kshisen.mo -share/locale/tr/LC_MESSAGES/ksirtet.mo -share/locale/tr/LC_MESSAGES/ksmiletris.mo -share/locale/tr/LC_MESSAGES/ksnake.mo -share/locale/tr/LC_MESSAGES/ksokoban.mo -share/locale/tr/LC_MESSAGES/kspaceduel.mo -share/locale/tr/LC_MESSAGES/ktetris.mo -share/locale/tr/LC_MESSAGES/ktron.mo -share/locale/tr/LC_MESSAGES/ktuberling.mo -share/locale/tr/LC_MESSAGES/kwin4.mo -share/locale/tr/LC_MESSAGES/libkdegames.mo share/locale/tr/LC_MESSAGES/lskat.mo share/locale/tr/LC_MESSAGES/multiplayers.mo -share/locale/tr/LC_MESSAGES/katalog.mo -share/locale/tr/LC_MESSAGES/kcmkamera.mo -share/locale/tr/LC_MESSAGES/kdvi.mo -share/locale/tr/LC_MESSAGES/kfax.mo -share/locale/tr/LC_MESSAGES/kfract.mo -share/locale/tr/LC_MESSAGES/kghostview.mo -share/locale/tr/LC_MESSAGES/kiconedit.mo -share/locale/tr/LC_MESSAGES/kpaint.mo -share/locale/tr/LC_MESSAGES/kpixmap2bitmap.mo -share/locale/tr/LC_MESSAGES/kruler.mo -share/locale/tr/LC_MESSAGES/ksnapshot.mo -share/locale/tr/LC_MESSAGES/kview.mo -share/locale/tr/LC_MESSAGES/kviewshell.mo -share/locale/tr/LC_MESSAGES/pixie.mo -share/locale/tr/LC_MESSAGES/aktion.mo -share/locale/tr/LC_MESSAGES/artsbuilder.mo -share/locale/tr/LC_MESSAGES/artscontrol.mo -share/locale/tr/LC_MESSAGES/kaiman.mo -share/locale/tr/LC_MESSAGES/kautorun.mo -share/locale/tr/LC_MESSAGES/kcmkmix.mo -share/locale/tr/LC_MESSAGES/kmedia.mo -share/locale/tr/LC_MESSAGES/kmid.mo -share/locale/tr/LC_MESSAGES/kmidi.mo -share/locale/tr/LC_MESSAGES/kmix.mo -share/locale/tr/LC_MESSAGES/kscd.mo share/locale/tr/LC_MESSAGES/noatun.mo -share/locale/tr/LC_MESSAGES/caitoo.mo -share/locale/tr/LC_MESSAGES/colfind.mo -share/locale/tr/LC_MESSAGES/colftp.mo -share/locale/tr/LC_MESSAGES/colnews.mo -share/locale/tr/LC_MESSAGES/columbo.mo -share/locale/tr/LC_MESSAGES/colweb.mo -share/locale/tr/LC_MESSAGES/colwhois.mo -share/locale/tr/LC_MESSAGES/karchie.mo -share/locale/tr/LC_MESSAGES/kbiff.mo -share/locale/tr/LC_MESSAGES/kcmktalkd.mo -share/locale/tr/LC_MESSAGES/kcmlanbrowser.mo -share/locale/tr/LC_MESSAGES/kcmnewsticker.mo -share/locale/tr/LC_MESSAGES/keystone.mo -share/locale/tr/LC_MESSAGES/kfinger.mo -share/locale/tr/LC_MESSAGES/kit.mo -share/locale/tr/LC_MESSAGES/kmail.mo -share/locale/tr/LC_MESSAGES/kmailcvt.mo -share/locale/tr/LC_MESSAGES/knewsticker.mo -share/locale/tr/LC_MESSAGES/knode.mo -share/locale/tr/LC_MESSAGES/knu.mo -share/locale/tr/LC_MESSAGES/korn.mo -share/locale/tr/LC_MESSAGES/kppp.mo -share/locale/tr/LC_MESSAGES/kppplogview.mo -share/locale/tr/LC_MESSAGES/krn.mo -share/locale/tr/LC_MESSAGES/ksirc.mo -share/locale/tr/LC_MESSAGES/ktalkd.mo +share/locale/tr/LC_MESSAGES/nsplugin.mo +share/locale/tr/LC_MESSAGES/passwords.mo +share/locale/tr/LC_MESSAGES/pixie.mo share/locale/tr/LC_MESSAGES/pwd.mo -share/locale/tr/LC_MESSAGES/abbrowser.mo -share/locale/tr/LC_MESSAGES/empath.mo -share/locale/tr/LC_MESSAGES/korganizer.mo -share/locale/tr/LC_MESSAGES/kpilot.mo +share/locale/tr/LC_MESSAGES/quicklauncher.mo +share/locale/tr/LC_MESSAGES/secpolicy.mo share/locale/tr/LC_MESSAGES/twister.mo -share/locale/tr/LC_MESSAGES/kbabel.mo -share/locale/tr/LC_MESSAGES/kdevelop.mo -share/locale/tr/LC_MESSAGES/kless.mo -share/locale/tr/LC_MESSAGES/ktranslator.mo -share/locale/tr/LC_MESSAGES/amor.mo -share/locale/tr/LC_MESSAGES/kmoon.mo -share/locale/tr/LC_MESSAGES/kodo.mo -share/locale/tr/LC_MESSAGES/kscoreapplet.mo -share/locale/tr/LC_MESSAGES/kteatime.mo -share/locale/tr/LC_MESSAGES/ktux.mo -share/locale/tr/LC_MESSAGES/kworldwatch.mo -share/locale/tr/LC_MESSAGES/ark.mo -share/locale/tr/LC_MESSAGES/iconpackager.mo -share/locale/tr/LC_MESSAGES/kab.mo -share/locale/tr/LC_MESSAGES/karm.mo -share/locale/tr/LC_MESSAGES/kcalc.mo -share/locale/tr/LC_MESSAGES/kdessh.mo -share/locale/tr/LC_MESSAGES/kcharselect.mo -share/locale/tr/LC_MESSAGES/kcmfontmanager.mo -share/locale/tr/LC_MESSAGES/kcmlaptop.mo -share/locale/tr/LC_MESSAGES/kdepasswd.mo -share/locale/tr/LC_MESSAGES/kdf.mo -share/locale/tr/LC_MESSAGES/kedit.mo -share/locale/tr/LC_MESSAGES/kfind.mo -share/locale/tr/LC_MESSAGES/kfloppy.mo -share/locale/tr/LC_MESSAGES/khexedit.mo -share/locale/tr/LC_MESSAGES/kjots.mo -share/locale/tr/LC_MESSAGES/klaptopdaemon.mo -share/locale/tr/LC_MESSAGES/kljettool.mo -share/locale/tr/LC_MESSAGES/klpq.mo -share/locale/tr/LC_MESSAGES/knotes.mo -share/locale/tr/LC_MESSAGES/kpm.mo -share/locale/tr/LC_MESSAGES/ktimemon.mo -share/locale/tr/LC_MESSAGES/ktop.mo -share/locale/tr/LC_MESSAGES/graphite.mo -share/locale/tr/LC_MESSAGES/kchart.mo -share/locale/tr/LC_MESSAGES/kformula.mo -share/locale/tr/LC_MESSAGES/killustrator.mo -share/locale/tr/LC_MESSAGES/kimage.mo -share/locale/tr/LC_MESSAGES/kivio.mo -share/locale/tr/LC_MESSAGES/koffice.mo -share/locale/tr/LC_MESSAGES/koshell.mo -share/locale/tr/LC_MESSAGES/kpresenter.mo -share/locale/tr/LC_MESSAGES/krayon.mo -share/locale/tr/LC_MESSAGES/kspread.mo -share/locale/tr/LC_MESSAGES/kspreadcalc_calc.mo -share/locale/tr/LC_MESSAGES/kword.mo -share/locale/tr/LC_MESSAGES/gofai.mo -share/locale/tr/LC_MESSAGES/kbackpage.mo -share/locale/tr/LC_MESSAGES/kclock.mo -share/locale/tr/LC_MESSAGES/kcmail.mo -share/locale/tr/LC_MESSAGES/kcmbind.mo -share/locale/tr/LC_MESSAGES/kcmdhcpd.mo -share/locale/tr/LC_MESSAGES/kcmgofai.mo -share/locale/tr/LC_MESSAGES/kcmiwatcher.mo -share/locale/tr/LC_MESSAGES/kcmkisdn.mo -share/locale/tr/LC_MESSAGES/kcmprinter.mo -share/locale/tr/LC_MESSAGES/kcrontab.mo -share/locale/tr/LC_MESSAGES/kdbg.mo -share/locale/tr/LC_MESSAGES/kexpress.mo -share/locale/tr/LC_MESSAGES/kfortune.mo -share/locale/tr/LC_MESSAGES/kglchess.mo -share/locale/tr/LC_MESSAGES/kgrapher.mo -share/locale/tr/LC_MESSAGES/kirc.mo -share/locale/tr/LC_MESSAGES/kisdn.mo -share/locale/tr/LC_MESSAGES/kjoy.mo -share/locale/tr/LC_MESSAGES/klilo.mo -share/locale/tr/LC_MESSAGES/klyx.mo -share/locale/tr/LC_MESSAGES/kmessage.mo -share/locale/tr/LC_MESSAGES/knetmon.mo -share/locale/tr/LC_MESSAGES/knotify.mo -share/locale/tr/LC_MESSAGES/konv.mo -share/locale/tr/LC_MESSAGES/kphone.mo -share/locale/tr/LC_MESSAGES/kray.mo -share/locale/tr/LC_MESSAGES/ksamba.mo -share/locale/tr/LC_MESSAGES/ksciplot.mo -share/locale/tr/LC_MESSAGES/ktalk.mo -share/locale/tr/LC_MESSAGES/ktelnet.mo -share/locale/tr/LC_MESSAGES/kticker.mo -share/locale/tr/LC_MESSAGES/kuml.mo -share/locale/tr/LC_MESSAGES/kvidtune.mo -share/locale/tr/LC_MESSAGES/kwebtree.mo share/locale/tr/LC_MESSAGES/webmaker.mo -share/locale/tr/LC_MESSAGES/desktop.mo -share/locale/tr/LC_MESSAGES/kdelibs.mo share/locale/tr/charset share/locale/tr/entry.desktop share/locale/tr/flag.png -share/locale/ca/LC_MESSAGES/kcron.mo -share/locale/ca/LC_MESSAGES/kdat.mo -share/locale/ca/LC_MESSAGES/kpackage.mo -share/locale/ca/LC_MESSAGES/ksysctrl.mo -share/locale/ca/LC_MESSAGES/ksysv.mo -share/locale/ca/LC_MESSAGES/kwuftpd.mo -share/locale/ca/LC_MESSAGES/secpolicy.mo -share/locale/ca/LC_MESSAGES/appletproxy.mo -share/locale/ca/LC_MESSAGES/clockapplet.mo -share/locale/ca/LC_MESSAGES/drkonqi.mo -share/locale/ca/LC_MESSAGES/filetypes.mo -share/locale/ca/LC_MESSAGES/htmlsearch.mo -share/locale/ca/LC_MESSAGES/kaccess.mo -share/locale/ca/LC_MESSAGES/kappfinder.mo -share/locale/ca/LC_MESSAGES/kcmaccess.mo -share/locale/ca/LC_MESSAGES/kcmarts.mo -share/locale/ca/LC_MESSAGES/kcmbackground.mo -share/locale/ca/LC_MESSAGES/kcmbell.mo -share/locale/ca/LC_MESSAGES/kcmcolors.mo -share/locale/ca/LC_MESSAGES/kcmcrypto.mo -share/locale/ca/LC_MESSAGES/kcmemail.mo -share/locale/ca/LC_MESSAGES/kcmenergy.mo -share/locale/ca/LC_MESSAGES/kcmfonts.mo -share/locale/ca/LC_MESSAGES/kcmhtmlsearch.mo -share/locale/ca/LC_MESSAGES/kcmicons.mo -share/locale/ca/LC_MESSAGES/kcmiconthemes.mo -share/locale/ca/LC_MESSAGES/kcminfo.mo -share/locale/ca/LC_MESSAGES/kcminput.mo -share/locale/ca/LC_MESSAGES/kcmioslaveinfo.mo -share/locale/ca/LC_MESSAGES/kcmkclock.mo -share/locale/ca/LC_MESSAGES/kcmkeys.mo -share/locale/ca/LC_MESSAGES/kcmkicker.mo -share/locale/ca/LC_MESSAGES/kcmkio.mo -share/locale/ca/LC_MESSAGES/kcmkonq.mo -share/locale/ca/LC_MESSAGES/kcmkonqhtml.mo -share/locale/ca/LC_MESSAGES/kcmkurifilt.mo -share/locale/ca/LC_MESSAGES/kcmkwm.mo -share/locale/ca/LC_MESSAGES/kcmlayout.mo -share/locale/ca/LC_MESSAGES/kcmlocale.mo -share/locale/ca/LC_MESSAGES/kcmmidi.mo -share/locale/ca/LC_MESSAGES/kcmnotify.mo -share/locale/ca/LC_MESSAGES/kcmodbc.mo -share/locale/ca/LC_MESSAGES/kcmsamba.mo -share/locale/ca/LC_MESSAGES/kcmsample.mo -share/locale/ca/LC_MESSAGES/kdm.mo -share/locale/ca/LC_MESSAGES/kcmscreensaver.mo -share/locale/ca/LC_MESSAGES/kcmstyle.mo -share/locale/ca/LC_MESSAGES/kcmtaskbar.mo -share/locale/ca/LC_MESSAGES/kcmvirtualdesktops.mo -share/locale/ca/LC_MESSAGES/kcontrol.mo -share/locale/ca/LC_MESSAGES/kdcop.mo -share/locale/ca/LC_MESSAGES/kdebugdialog.mo -share/locale/ca/LC_MESSAGES/kdesktop.mo -share/locale/ca/LC_MESSAGES/kdesu.mo -share/locale/ca/LC_MESSAGES/kdesud.mo -share/locale/ca/LC_MESSAGES/kdewizard.mo -share/locale/ca/LC_MESSAGES/kdmconfig.mo -share/locale/ca/LC_MESSAGES/kfmclient.mo -share/locale/ca/LC_MESSAGES/kfmexec.mo -share/locale/ca/LC_MESSAGES/khelpcenter.mo -share/locale/ca/LC_MESSAGES/khotkeys.mo -share/locale/ca/LC_MESSAGES/kicker.mo -share/locale/ca/LC_MESSAGES/kio_help.mo -share/locale/ca/LC_MESSAGES/kio_man.mo -share/locale/ca/LC_MESSAGES/klegacyimport.mo -share/locale/ca/LC_MESSAGES/klipper.mo -share/locale/ca/LC_MESSAGES/klock.mo -share/locale/ca/LC_MESSAGES/konsole.mo -share/locale/ca/LC_MESSAGES/kmenuedit.mo -share/locale/ca/LC_MESSAGES/kminipagerapplet.mo -share/locale/ca/LC_MESSAGES/konqueror.mo -share/locale/ca/LC_MESSAGES/kpager.mo -share/locale/ca/LC_MESSAGES/krdb.mo -share/locale/ca/LC_MESSAGES/krunapplet.mo -share/locale/ca/LC_MESSAGES/ksmserver.mo -share/locale/ca/LC_MESSAGES/ksplash.mo -share/locale/ca/LC_MESSAGES/kstart.mo -share/locale/ca/LC_MESSAGES/ksysguard.mo -share/locale/ca/LC_MESSAGES/ktaskbarapplet.mo -share/locale/ca/LC_MESSAGES/ktip.mo -share/locale/ca/LC_MESSAGES/kwin.mo -share/locale/ca/LC_MESSAGES/kwrite.mo -share/locale/ca/LC_MESSAGES/kxkb.mo -share/locale/ca/LC_MESSAGES/kxmlrpcd.mo -share/locale/ca/LC_MESSAGES/kxsconfig.mo -share/locale/ca/LC_MESSAGES/libkonq.mo -share/locale/ca/LC_MESSAGES/nsplugin.mo -share/locale/ca/LC_MESSAGES/passwords.mo -share/locale/ca/LC_MESSAGES/quicklauncher.mo -share/locale/ca/LC_MESSAGES/kabalone.mo -share/locale/ca/LC_MESSAGES/kasteroids.mo -share/locale/ca/LC_MESSAGES/katomic.mo -share/locale/ca/LC_MESSAGES/kblackbox.mo -share/locale/ca/LC_MESSAGES/kjumpingcube.mo -share/locale/ca/LC_MESSAGES/kmahjongg.mo -share/locale/ca/LC_MESSAGES/kmines.mo -share/locale/ca/LC_MESSAGES/konquest.mo -share/locale/ca/LC_MESSAGES/kpat.mo -share/locale/ca/LC_MESSAGES/kpoker.mo -share/locale/ca/LC_MESSAGES/kreversi.mo -share/locale/ca/LC_MESSAGES/ksame.mo -share/locale/ca/LC_MESSAGES/kshisen.mo -share/locale/ca/LC_MESSAGES/ksirtet.mo -share/locale/ca/LC_MESSAGES/ksmiletris.mo -share/locale/ca/LC_MESSAGES/ksnake.mo -share/locale/ca/LC_MESSAGES/ksokoban.mo -share/locale/ca/LC_MESSAGES/kspaceduel.mo -share/locale/ca/LC_MESSAGES/ktron.mo -share/locale/ca/LC_MESSAGES/ktuberling.mo -share/locale/ca/LC_MESSAGES/kdvi.mo -share/locale/ca/LC_MESSAGES/kfax.mo -share/locale/ca/LC_MESSAGES/kfract.mo -share/locale/ca/LC_MESSAGES/kghostview.mo -share/locale/ca/LC_MESSAGES/ksnapshot.mo -share/locale/ca/LC_MESSAGES/kview.mo -share/locale/ca/LC_MESSAGES/aktion.mo -share/locale/ca/LC_MESSAGES/kaiman.mo -share/locale/ca/LC_MESSAGES/kmid.mo -share/locale/ca/LC_MESSAGES/kmidi.mo -share/locale/ca/LC_MESSAGES/kmix.mo -share/locale/ca/LC_MESSAGES/kscd.mo -share/locale/ca/LC_MESSAGES/kcmktalkd.mo -share/locale/ca/LC_MESSAGES/kmail.mo -share/locale/ca/LC_MESSAGES/knode.mo -share/locale/ca/LC_MESSAGES/korn.mo -share/locale/ca/LC_MESSAGES/kppp.mo -share/locale/ca/LC_MESSAGES/kppplogview.mo -share/locale/ca/LC_MESSAGES/ksirc.mo -share/locale/ca/LC_MESSAGES/ktalkd.mo -share/locale/ca/LC_MESSAGES/abbrowser.mo -share/locale/ca/LC_MESSAGES/empath.mo -share/locale/ca/LC_MESSAGES/korganizer.mo -share/locale/ca/LC_MESSAGES/kpilot.mo -share/locale/ca/LC_MESSAGES/amor.mo -share/locale/ca/LC_MESSAGES/kmoon.mo -share/locale/ca/LC_MESSAGES/kteatime.mo -share/locale/ca/LC_MESSAGES/kworldwatch.mo -share/locale/ca/LC_MESSAGES/ark.mo -share/locale/ca/LC_MESSAGES/kab.mo -share/locale/ca/LC_MESSAGES/karm.mo -share/locale/ca/LC_MESSAGES/kcalc.mo -share/locale/ca/LC_MESSAGES/kcharselect.mo -share/locale/ca/LC_MESSAGES/kcmlaptop.mo -share/locale/ca/LC_MESSAGES/kdf.mo -share/locale/ca/LC_MESSAGES/kedit.mo -share/locale/ca/LC_MESSAGES/kfind.mo -share/locale/ca/LC_MESSAGES/kfloppy.mo -share/locale/ca/LC_MESSAGES/khexedit.mo -share/locale/ca/LC_MESSAGES/kjots.mo -share/locale/ca/LC_MESSAGES/kljettool.mo -share/locale/ca/LC_MESSAGES/klpq.mo -share/locale/ca/LC_MESSAGES/knotes.mo -share/locale/ca/LC_MESSAGES/kpm.mo -share/locale/ca/LC_MESSAGES/ktimemon.mo -share/locale/ca/LC_MESSAGES/koffice.mo -share/locale/ca/LC_MESSAGES/koshell.mo -share/locale/ca/LC_MESSAGES/kpresenter.mo -share/locale/ca/LC_MESSAGES/kspread.mo -share/locale/ca/LC_MESSAGES/kword.mo -share/locale/ca/LC_MESSAGES/desktop.mo -share/locale/ca/LC_MESSAGES/kdelibs.mo -share/locale/ca/LC_MESSAGES/knotify.mo -share/locale/ca/charset -share/locale/ca/entry.desktop -share/locale/ca/flag.png -share/locale/el/LC_MESSAGES/kdat.mo -share/locale/el/LC_MESSAGES/kpackage.mo -share/locale/el/LC_MESSAGES/appletproxy.mo -share/locale/el/LC_MESSAGES/childpanelextension.mo -share/locale/el/LC_MESSAGES/clockapplet.mo -share/locale/el/LC_MESSAGES/drkonqi.mo -share/locale/el/LC_MESSAGES/filetypes.mo -share/locale/el/LC_MESSAGES/htmlsearch.mo -share/locale/el/LC_MESSAGES/kaccess.mo -share/locale/el/LC_MESSAGES/kappfinder.mo -share/locale/el/LC_MESSAGES/kcmaccess.mo -share/locale/el/LC_MESSAGES/kcmarts.mo -share/locale/el/LC_MESSAGES/kcmbackground.mo -share/locale/el/LC_MESSAGES/kcmbell.mo -share/locale/el/LC_MESSAGES/kcmcolors.mo -share/locale/el/LC_MESSAGES/kcmcrypto.mo -share/locale/el/LC_MESSAGES/kcmemail.mo -share/locale/el/LC_MESSAGES/kcmenergy.mo -share/locale/el/LC_MESSAGES/kcmfonts.mo -share/locale/el/LC_MESSAGES/kcmicons.mo -share/locale/el/LC_MESSAGES/kcmhtmlsearch.mo -share/locale/el/LC_MESSAGES/kcmiconthemes.mo -share/locale/el/LC_MESSAGES/kcminfo.mo -share/locale/el/LC_MESSAGES/kcminput.mo -share/locale/el/LC_MESSAGES/kcmkclock.mo -share/locale/el/LC_MESSAGES/kcmkeys.mo -share/locale/el/LC_MESSAGES/kcmkicker.mo -share/locale/el/LC_MESSAGES/kcmkio.mo -share/locale/el/LC_MESSAGES/kcmkonq.mo -share/locale/el/LC_MESSAGES/kcmkonqhtml.mo -share/locale/el/LC_MESSAGES/kcmkpanel.mo -share/locale/el/LC_MESSAGES/kcmkurifilt.mo -share/locale/el/LC_MESSAGES/kcmkwm.mo -share/locale/el/LC_MESSAGES/kcmlayout.mo -share/locale/el/LC_MESSAGES/kcmlocale.mo -share/locale/el/LC_MESSAGES/kcmmidi.mo -share/locale/el/LC_MESSAGES/kcmnotify.mo -share/locale/el/LC_MESSAGES/kcmodbc.mo -share/locale/el/LC_MESSAGES/kcmsamba.mo -share/locale/el/LC_MESSAGES/kcmsample.mo -share/locale/el/LC_MESSAGES/kcmscreensaver.mo -share/locale/el/LC_MESSAGES/kcmsmserver.mo -share/locale/el/LC_MESSAGES/kcmstyle.mo -share/locale/el/LC_MESSAGES/kcmtaskbar.mo -share/locale/el/LC_MESSAGES/kcmthemes.mo -share/locale/el/LC_MESSAGES/kcmvirtualdesktops.mo -share/locale/el/LC_MESSAGES/kcontrol.mo -share/locale/el/LC_MESSAGES/kdcop.mo -share/locale/el/LC_MESSAGES/kdebugdialog.mo -share/locale/el/LC_MESSAGES/kdesktop.mo -share/locale/el/LC_MESSAGES/kdesu.mo -share/locale/el/LC_MESSAGES/kdewizard.mo -share/locale/el/LC_MESSAGES/kdm.mo -share/locale/el/LC_MESSAGES/kdmconfig.mo -share/locale/el/LC_MESSAGES/kdmgreet.mo -share/locale/el/LC_MESSAGES/kfmclient.mo -share/locale/el/LC_MESSAGES/kfmexec.mo -share/locale/el/LC_MESSAGES/kfontmanager.mo -share/locale/el/LC_MESSAGES/khelpcenter.mo -share/locale/el/LC_MESSAGES/khotkeys.mo -share/locale/el/LC_MESSAGES/kicker.mo -share/locale/el/LC_MESSAGES/kio_help.mo -share/locale/el/LC_MESSAGES/kio_man.mo -share/locale/el/LC_MESSAGES/klipper.mo -share/locale/el/LC_MESSAGES/klock.mo -share/locale/el/LC_MESSAGES/kmenuedit.mo -share/locale/el/LC_MESSAGES/kminipagerapplet.mo -share/locale/el/LC_MESSAGES/konqueror.mo -share/locale/el/LC_MESSAGES/konsole.mo -share/locale/el/LC_MESSAGES/kpager.mo -share/locale/el/LC_MESSAGES/kpanel.mo -share/locale/el/LC_MESSAGES/krdb.mo -share/locale/el/LC_MESSAGES/krunapplet.mo -share/locale/el/LC_MESSAGES/ksmserver.mo -share/locale/el/LC_MESSAGES/ksplash.mo -share/locale/el/LC_MESSAGES/kstart.mo -share/locale/el/LC_MESSAGES/ksysguard.mo -share/locale/el/LC_MESSAGES/ktip.mo -share/locale/el/LC_MESSAGES/kwin.mo -share/locale/el/LC_MESSAGES/kwrite.mo -share/locale/el/LC_MESSAGES/kxkb.mo -share/locale/el/LC_MESSAGES/kxmlrpcd.mo -share/locale/el/LC_MESSAGES/kxsconfig.mo -share/locale/el/LC_MESSAGES/libkonq.mo -share/locale/el/LC_MESSAGES/naughtyapplet.mo -share/locale/el/LC_MESSAGES/nsplugin.mo -share/locale/el/LC_MESSAGES/passwords.mo -share/locale/el/LC_MESSAGES/quicklauncher.mo -share/locale/el/LC_MESSAGES/kdvi.mo -share/locale/el/LC_MESSAGES/kmahjongg.mo -share/locale/el/LC_MESSAGES/kreversi.mo -share/locale/el/LC_MESSAGES/ksnake.mo -share/locale/el/LC_MESSAGES/kfax.mo -share/locale/el/LC_MESSAGES/kghostview.mo -share/locale/el/LC_MESSAGES/kpaint.mo -share/locale/el/LC_MESSAGES/ksnapshot.mo -share/locale/el/LC_MESSAGES/kmedia.mo -share/locale/el/LC_MESSAGES/kmix.mo -share/locale/el/LC_MESSAGES/kscd.mo -share/locale/el/LC_MESSAGES/kmail.mo -share/locale/el/LC_MESSAGES/knode.mo -share/locale/el/LC_MESSAGES/knu.mo -share/locale/el/LC_MESSAGES/korn.mo -share/locale/el/LC_MESSAGES/kppp.mo -share/locale/el/LC_MESSAGES/kppplogview.mo -share/locale/el/LC_MESSAGES/ksirc.mo -share/locale/el/LC_MESSAGES/ark.mo -share/locale/el/LC_MESSAGES/kab.mo -share/locale/el/LC_MESSAGES/karm.mo -share/locale/el/LC_MESSAGES/kcalc.mo -share/locale/el/LC_MESSAGES/kedit.mo -share/locale/el/LC_MESSAGES/kfind.mo -share/locale/el/LC_MESSAGES/kfloppy.mo -share/locale/el/LC_MESSAGES/knotes.mo -share/locale/el/LC_MESSAGES/kzip.mo -share/locale/el/LC_MESSAGES/koffice.mo -share/locale/el/LC_MESSAGES/kspread.mo -share/locale/el/LC_MESSAGES/desktop.mo -share/locale/el/LC_MESSAGES/kdelibs.mo -share/locale/el/LC_MESSAGES/knotify.mo -share/locale/el/charset -share/locale/el/entry.desktop -share/locale/el/flag.png -share/locale/hu/LC_MESSAGES/kcmlilo.mo -share/locale/hu/LC_MESSAGES/kcron.mo -share/locale/hu/LC_MESSAGES/kdat.mo -share/locale/hu/LC_MESSAGES/kpackage.mo -share/locale/hu/LC_MESSAGES/ksysctrl.mo -share/locale/hu/LC_MESSAGES/ksysv.mo -share/locale/hu/LC_MESSAGES/kuser.mo -share/locale/hu/LC_MESSAGES/kwuftpd.mo -share/locale/hu/LC_MESSAGES/secpolicy.mo -share/locale/hu/LC_MESSAGES/appletproxy.mo -share/locale/hu/LC_MESSAGES/childpanelextension.mo -share/locale/hu/LC_MESSAGES/clockapplet.mo -share/locale/hu/LC_MESSAGES/drkonqi.mo -share/locale/hu/LC_MESSAGES/extensionproxy.mo -share/locale/hu/LC_MESSAGES/filetypes.mo -share/locale/hu/LC_MESSAGES/htmlsearch.mo -share/locale/hu/LC_MESSAGES/kaccess.mo -share/locale/hu/LC_MESSAGES/kappfinder.mo -share/locale/hu/LC_MESSAGES/kcmaccess.mo -share/locale/hu/LC_MESSAGES/kcmarts.mo -share/locale/hu/LC_MESSAGES/kcmbackground.mo -share/locale/hu/LC_MESSAGES/ktip.mo -share/locale/hu/LC_MESSAGES/kcmbell.mo -share/locale/hu/LC_MESSAGES/kcmcolors.mo -share/locale/hu/LC_MESSAGES/kcmcrypto.mo -share/locale/hu/LC_MESSAGES/kcmemail.mo -share/locale/hu/LC_MESSAGES/kcmenergy.mo -share/locale/hu/LC_MESSAGES/kcmfonts.mo -share/locale/hu/LC_MESSAGES/kcmhtmlsearch.mo -share/locale/hu/LC_MESSAGES/kcmicons.mo -share/locale/hu/LC_MESSAGES/kcminfo.mo -share/locale/hu/LC_MESSAGES/kcminput.mo -share/locale/hu/LC_MESSAGES/kcmioslaveinfo.mo -share/locale/hu/LC_MESSAGES/kcmkclock.mo -share/locale/hu/LC_MESSAGES/kcmkdb.mo -share/locale/hu/LC_MESSAGES/kcmkeys.mo -share/locale/hu/LC_MESSAGES/kcmkicker.mo -share/locale/hu/LC_MESSAGES/kcmkio.mo -share/locale/hu/LC_MESSAGES/kcmkonq.mo -share/locale/hu/LC_MESSAGES/kcmkonqhtml.mo -share/locale/hu/LC_MESSAGES/kcmkurifilt.mo -share/locale/hu/LC_MESSAGES/kcmkwm.mo -share/locale/hu/LC_MESSAGES/kcmlayout.mo -share/locale/hu/LC_MESSAGES/kcmlocale.mo -share/locale/hu/LC_MESSAGES/kcmmidi.mo -share/locale/hu/LC_MESSAGES/kcmnotify.mo -share/locale/hu/LC_MESSAGES/kcmodbc.mo -share/locale/hu/LC_MESSAGES/kcmsamba.mo -share/locale/hu/LC_MESSAGES/kcmscreensaver.mo -share/locale/hu/LC_MESSAGES/kcmsmserver.mo -share/locale/hu/LC_MESSAGES/kcmstyle.mo -share/locale/hu/LC_MESSAGES/kcmtaskbar.mo -share/locale/hu/LC_MESSAGES/kcmthemes.mo -share/locale/hu/LC_MESSAGES/kcontrol.mo -share/locale/hu/LC_MESSAGES/kdcop.mo -share/locale/hu/LC_MESSAGES/kdebugdialog.mo -share/locale/hu/LC_MESSAGES/kdesktop.mo -share/locale/hu/LC_MESSAGES/kdesu.mo -share/locale/hu/LC_MESSAGES/kdesud.mo -share/locale/hu/LC_MESSAGES/kdmchooser.mo -share/locale/hu/LC_MESSAGES/kdmconfig.mo -share/locale/hu/LC_MESSAGES/kdmgreet.mo -share/locale/hu/LC_MESSAGES/kfindpart.mo -share/locale/hu/LC_MESSAGES/kfmclient.mo -share/locale/hu/LC_MESSAGES/kfmexec.mo -share/locale/hu/LC_MESSAGES/khelpcenter.mo -share/locale/hu/LC_MESSAGES/khotkeys.mo -share/locale/hu/LC_MESSAGES/kicker.mo -share/locale/hu/LC_MESSAGES/kio_help.mo -share/locale/hu/LC_MESSAGES/kio_man.mo -share/locale/hu/LC_MESSAGES/kio_smbro.mo -share/locale/hu/LC_MESSAGES/klegacyimport.mo -share/locale/hu/LC_MESSAGES/klipper.mo -share/locale/hu/LC_MESSAGES/klock.mo -share/locale/hu/LC_MESSAGES/kmenuedit.mo -share/locale/hu/LC_MESSAGES/kminipagerapplet.mo -share/locale/hu/LC_MESSAGES/konqueror.mo -share/locale/hu/LC_MESSAGES/konsole.mo -share/locale/hu/LC_MESSAGES/kpager.mo -share/locale/hu/LC_MESSAGES/kreadconfig.mo -share/locale/hu/LC_MESSAGES/krunapplet.mo -share/locale/hu/LC_MESSAGES/ksmserver.mo -share/locale/hu/LC_MESSAGES/ksplash.mo -share/locale/hu/LC_MESSAGES/kstart.mo -share/locale/hu/LC_MESSAGES/ksysguard.mo -share/locale/hu/LC_MESSAGES/ksystemtrayapplet.mo -share/locale/hu/LC_MESSAGES/ktaskbarapplet.mo -share/locale/hu/LC_MESSAGES/kwin.mo -share/locale/hu/LC_MESSAGES/kwrite.mo -share/locale/hu/LC_MESSAGES/kxkb.mo -share/locale/hu/LC_MESSAGES/kpat.mo -share/locale/hu/LC_MESSAGES/kxmlrpcd.mo -share/locale/hu/LC_MESSAGES/kxsconfig.mo -share/locale/hu/LC_MESSAGES/libkonq.mo -share/locale/hu/LC_MESSAGES/libtaskbar.mo -share/locale/hu/LC_MESSAGES/naughtyapplet.mo -share/locale/hu/LC_MESSAGES/nsplugin.mo -share/locale/hu/LC_MESSAGES/passwords.mo -share/locale/hu/LC_MESSAGES/quicklauncher.mo -share/locale/hu/LC_MESSAGES/taskbarextension.mo -share/locale/hu/LC_MESSAGES/kabalone.mo -share/locale/hu/LC_MESSAGES/kasteroids.mo -share/locale/hu/LC_MESSAGES/katomic.mo -share/locale/hu/LC_MESSAGES/kbackgammon.mo -share/locale/hu/LC_MESSAGES/kblackbox.mo -share/locale/hu/LC_MESSAGES/kjezz.mo -share/locale/hu/LC_MESSAGES/kjumpingcube.mo -share/locale/hu/LC_MESSAGES/kmahjongg.mo -share/locale/hu/LC_MESSAGES/kmines.mo -share/locale/hu/LC_MESSAGES/konquest.mo -share/locale/hu/LC_MESSAGES/kpoker.mo -share/locale/hu/LC_MESSAGES/kreversi.mo -share/locale/hu/LC_MESSAGES/ksame.mo -share/locale/hu/LC_MESSAGES/kdvi.mo -share/locale/hu/LC_MESSAGES/kshisen.mo -share/locale/hu/LC_MESSAGES/ksirtet.mo -share/locale/hu/LC_MESSAGES/ksmiletris.mo -share/locale/hu/LC_MESSAGES/ksnake.mo -share/locale/hu/LC_MESSAGES/ksokoban.mo -share/locale/hu/LC_MESSAGES/kspaceduel.mo -share/locale/hu/LC_MESSAGES/ktron.mo -share/locale/hu/LC_MESSAGES/ktuberling.mo -share/locale/hu/LC_MESSAGES/kwin4.mo -share/locale/hu/LC_MESSAGES/libkdegames.mo -share/locale/hu/LC_MESSAGES/lskat.mo -share/locale/hu/LC_MESSAGES/multiplayers.mo -share/locale/hu/LC_MESSAGES/kcmkamera.mo -share/locale/hu/LC_MESSAGES/kfax.mo -share/locale/hu/LC_MESSAGES/kfract.mo -share/locale/hu/LC_MESSAGES/kghostview.mo -share/locale/hu/LC_MESSAGES/kiconedit.mo -share/locale/hu/LC_MESSAGES/kpaint.mo -share/locale/hu/LC_MESSAGES/kpixmap2bitmap.mo -share/locale/hu/LC_MESSAGES/kruler.mo -share/locale/hu/LC_MESSAGES/ksnapshot.mo -share/locale/hu/LC_MESSAGES/kview.mo -share/locale/hu/LC_MESSAGES/kviewshell.mo -share/locale/hu/LC_MESSAGES/pixie.mo -share/locale/hu/LC_MESSAGES/aktion.mo -share/locale/hu/LC_MESSAGES/artsbuilder.mo -share/locale/hu/LC_MESSAGES/artscontrol.mo -share/locale/hu/LC_MESSAGES/kaiman.mo -share/locale/hu/LC_MESSAGES/kcmkmix.mo -share/locale/hu/LC_MESSAGES/kmid.mo -share/locale/hu/LC_MESSAGES/kmidi.mo -share/locale/hu/LC_MESSAGES/kmix.mo -share/locale/hu/LC_MESSAGES/kscd.mo -share/locale/hu/LC_MESSAGES/libnoatunexcellent.mo -share/locale/hu/LC_MESSAGES/libnoatunsystray.mo -share/locale/hu/LC_MESSAGES/libnoatuntron.mo -share/locale/hu/LC_MESSAGES/noatun.mo -share/locale/hu/LC_MESSAGES/kcmktalkd.mo -share/locale/hu/LC_MESSAGES/kcmlanbrowser.mo -share/locale/hu/LC_MESSAGES/kcmnewsticker.mo -share/locale/hu/LC_MESSAGES/keystone.mo -share/locale/hu/LC_MESSAGES/kio_lan.mo -share/locale/hu/LC_MESSAGES/kit.mo -share/locale/hu/LC_MESSAGES/kmail.mo -share/locale/hu/LC_MESSAGES/kmailcvt.mo -share/locale/hu/LC_MESSAGES/knewsticker.mo -share/locale/hu/LC_MESSAGES/knode.mo -share/locale/hu/LC_MESSAGES/korn.mo -share/locale/hu/LC_MESSAGES/kppp.mo -share/locale/hu/LC_MESSAGES/kppplogview.mo -share/locale/hu/LC_MESSAGES/ksirc.mo -share/locale/hu/LC_MESSAGES/ktalkd.mo -share/locale/hu/LC_MESSAGES/abbrowser.mo -share/locale/hu/LC_MESSAGES/empath.mo -share/locale/hu/LC_MESSAGES/korganizer.mo -share/locale/hu/LC_MESSAGES/kpilot.mo -share/locale/hu/LC_MESSAGES/twister.mo -share/locale/hu/LC_MESSAGES/kbabel.mo -share/locale/hu/LC_MESSAGES/kdevelop.mo -share/locale/hu/LC_MESSAGES/kless.mo -share/locale/hu/LC_MESSAGES/kstartperf.mo -share/locale/hu/LC_MESSAGES/ktranslator.mo -share/locale/hu/LC_MESSAGES/amor.mo -share/locale/hu/LC_MESSAGES/kfifteenapplet.mo -share/locale/hu/LC_MESSAGES/kmoon.mo -share/locale/hu/LC_MESSAGES/kodo.mo -share/locale/hu/LC_MESSAGES/kscoreapplet.mo -share/locale/hu/LC_MESSAGES/kteatime.mo -share/locale/hu/LC_MESSAGES/ktux.mo -share/locale/hu/LC_MESSAGES/kworldwatch.mo -share/locale/hu/LC_MESSAGES/ark.mo -share/locale/hu/LC_MESSAGES/kab.mo -share/locale/hu/LC_MESSAGES/karm.mo -share/locale/hu/LC_MESSAGES/kcalc.mo -share/locale/hu/LC_MESSAGES/kcharselect.mo -share/locale/hu/LC_MESSAGES/kcharselectapplet.mo -share/locale/hu/LC_MESSAGES/kcmlaptop.mo -share/locale/hu/LC_MESSAGES/kdepasswd.mo -share/locale/hu/LC_MESSAGES/kdessh.mo -share/locale/hu/LC_MESSAGES/kdf.mo -share/locale/hu/LC_MESSAGES/kedit.mo -share/locale/hu/LC_MESSAGES/kfind.mo -share/locale/hu/LC_MESSAGES/kfloppy.mo -share/locale/hu/LC_MESSAGES/khexedit.mo -share/locale/hu/LC_MESSAGES/kjots.mo -share/locale/hu/LC_MESSAGES/klaptopdaemon.mo -share/locale/hu/LC_MESSAGES/kljettool.mo -share/locale/hu/LC_MESSAGES/klpq.mo -share/locale/hu/LC_MESSAGES/knotes.mo -share/locale/hu/LC_MESSAGES/kpm.mo -share/locale/hu/LC_MESSAGES/ktimemon.mo -share/locale/hu/LC_MESSAGES/graphite.mo -share/locale/hu/LC_MESSAGES/kchart.mo -share/locale/hu/LC_MESSAGES/kformula.mo -share/locale/hu/LC_MESSAGES/killustrator.mo -share/locale/hu/LC_MESSAGES/kivio.mo -share/locale/hu/LC_MESSAGES/koffice.mo -share/locale/hu/LC_MESSAGES/koshell.mo -share/locale/hu/LC_MESSAGES/kpresenter.mo -share/locale/hu/LC_MESSAGES/krayon.mo -share/locale/hu/LC_MESSAGES/kspread.mo -share/locale/hu/LC_MESSAGES/kspreadcalc_calc.mo -share/locale/hu/LC_MESSAGES/kword.mo -share/locale/hu/LC_MESSAGES/KNetMgr.mo -share/locale/hu/LC_MESSAGES/binclockapplet.mo -share/locale/hu/LC_MESSAGES/caitoo.mo -share/locale/hu/LC_MESSAGES/colfind.mo -share/locale/hu/LC_MESSAGES/columbo.mo -share/locale/hu/LC_MESSAGES/gofai.mo -share/locale/hu/LC_MESSAGES/kafka.mo -share/locale/hu/LC_MESSAGES/karchie.mo -share/locale/hu/LC_MESSAGES/karchiver.mo -share/locale/hu/LC_MESSAGES/katalog.mo -share/locale/hu/LC_MESSAGES/kautorun.mo -share/locale/hu/LC_MESSAGES/kbackpage.mo -share/locale/hu/LC_MESSAGES/kbiff.mo -share/locale/hu/LC_MESSAGES/kclock.mo -share/locale/hu/LC_MESSAGES/kcmail.mo -share/locale/hu/LC_MESSAGES/kcmbind.mo -share/locale/hu/LC_MESSAGES/kcmdhcpd.mo -share/locale/hu/LC_MESSAGES/kcmdrkonqi.mo -share/locale/hu/LC_MESSAGES/kcmfontmanager.mo -share/locale/hu/LC_MESSAGES/kcmgofai.mo -share/locale/hu/LC_MESSAGES/kcmiwatcher.mo -share/locale/hu/LC_MESSAGES/kcmkisdn.mo -share/locale/hu/LC_MESSAGES/kcmnapster.mo -share/locale/hu/LC_MESSAGES/kcmprinter.mo -share/locale/hu/LC_MESSAGES/kcoloredit.mo -share/locale/hu/LC_MESSAGES/kdao.mo -share/locale/hu/LC_MESSAGES/kdbbrowser.mo -share/locale/hu/LC_MESSAGES/kdbg.mo -share/locale/hu/LC_MESSAGES/kdeinstaller.mo -share/locale/hu/LC_MESSAGES/kdestdifacedemo.mo -share/locale/hu/LC_MESSAGES/kexpress.mo -share/locale/hu/LC_MESSAGES/kfinger.mo -share/locale/hu/LC_MESSAGES/kformeditor.mo -share/locale/hu/LC_MESSAGES/kformviewer.mo -share/locale/hu/LC_MESSAGES/kfortune.mo -share/locale/hu/LC_MESSAGES/kglchess.mo -share/locale/hu/LC_MESSAGES/kgrapher.mo -share/locale/hu/LC_MESSAGES/kicq.mo -share/locale/hu/LC_MESSAGES/kikbd.mo -share/locale/hu/LC_MESSAGES/kim.mo -share/locale/hu/LC_MESSAGES/kirc.mo -share/locale/hu/LC_MESSAGES/kisdn.mo -share/locale/hu/LC_MESSAGES/kjoy.mo -share/locale/hu/LC_MESSAGES/klilo.mo -share/locale/hu/LC_MESSAGES/klyx.mo -share/locale/hu/LC_MESSAGES/kmaster.mo -share/locale/hu/LC_MESSAGES/kmessage.mo -share/locale/hu/LC_MESSAGES/kmms.mo -share/locale/hu/LC_MESSAGES/knetmon.mo -share/locale/hu/LC_MESSAGES/knu.mo -share/locale/hu/LC_MESSAGES/koncd.mo -share/locale/hu/LC_MESSAGES/konv.mo -share/locale/hu/LC_MESSAGES/kooka.mo -share/locale/hu/LC_MESSAGES/kopennap.mo -share/locale/hu/LC_MESSAGES/kp.mo -share/locale/hu/LC_MESSAGES/kphone.mo -share/locale/hu/LC_MESSAGES/kpp.mo -share/locale/hu/LC_MESSAGES/kray.mo -share/locale/hu/LC_MESSAGES/krn.mo -share/locale/hu/LC_MESSAGES/krubik.mo -share/locale/hu/LC_MESSAGES/ksamba.mo -share/locale/hu/LC_MESSAGES/ksciplot.mo -share/locale/hu/LC_MESSAGES/kstockticker.mo -share/locale/hu/LC_MESSAGES/ktables.mo -share/locale/hu/LC_MESSAGES/ktalk.mo -share/locale/hu/LC_MESSAGES/ktelnet.mo -share/locale/hu/LC_MESSAGES/kthememgr.mo -share/locale/hu/LC_MESSAGES/kticker.mo -share/locale/hu/LC_MESSAGES/kuickshow.mo -share/locale/hu/LC_MESSAGES/kuml.mo -share/locale/hu/LC_MESSAGES/kvidtune.mo -share/locale/hu/LC_MESSAGES/kwebtree.mo -share/locale/hu/LC_MESSAGES/pws.mo -share/locale/hu/LC_MESSAGES/testgamelib.mo -share/locale/hu/LC_MESSAGES/webmaker.mo -share/locale/hu/LC_MESSAGES/desktop.mo -share/locale/hu/LC_MESSAGES/kdelibs.mo -share/locale/hu/LC_MESSAGES/knotify.mo -share/locale/hu/charset -share/locale/hu/entry.desktop -share/locale/hu/flag.png -share/locale/it/LC_MESSAGES/kdat.mo -share/locale/it/LC_MESSAGES/kcmlilo.mo -share/locale/it/LC_MESSAGES/kcron.mo -share/locale/it/LC_MESSAGES/kpackage.mo -share/locale/it/LC_MESSAGES/ksysctrl.mo -share/locale/it/LC_MESSAGES/ksysv.mo -share/locale/it/LC_MESSAGES/kuser.mo -share/locale/it/LC_MESSAGES/kwuftpd.mo -share/locale/it/LC_MESSAGES/secpolicy.mo -share/locale/it/LC_MESSAGES/appletproxy.mo -share/locale/it/LC_MESSAGES/childpanelextension.mo -share/locale/it/LC_MESSAGES/clockapplet.mo -share/locale/it/LC_MESSAGES/drkonqi.mo -share/locale/it/LC_MESSAGES/extensionproxy.mo -share/locale/it/LC_MESSAGES/filetypes.mo -share/locale/it/LC_MESSAGES/htmlsearch.mo -share/locale/it/LC_MESSAGES/kaccess.mo -share/locale/it/LC_MESSAGES/kappfinder.mo -share/locale/it/LC_MESSAGES/kcmaccess.mo -share/locale/it/LC_MESSAGES/kcmarts.mo -share/locale/it/LC_MESSAGES/kcmbackground.mo -share/locale/it/LC_MESSAGES/kcmbell.mo -share/locale/it/LC_MESSAGES/kcmcolors.mo -share/locale/it/LC_MESSAGES/kcmcrypto.mo -share/locale/it/LC_MESSAGES/kcmemail.mo -share/locale/it/LC_MESSAGES/kcmenergy.mo -share/locale/it/LC_MESSAGES/kcmfonts.mo -share/locale/it/LC_MESSAGES/kcmhtmlsearch.mo -share/locale/it/LC_MESSAGES/kcmicons.mo -share/locale/it/LC_MESSAGES/kcmiconthemes.mo -share/locale/it/LC_MESSAGES/kcminfo.mo -share/locale/it/LC_MESSAGES/kcminput.mo -share/locale/it/LC_MESSAGES/kcmioslaveinfo.mo -share/locale/it/LC_MESSAGES/kcmkclock.mo -share/locale/it/LC_MESSAGES/kcmkdb.mo -share/locale/it/LC_MESSAGES/kcmkeys.mo -share/locale/it/LC_MESSAGES/kcmkicker.mo -share/locale/it/LC_MESSAGES/kcmkio.mo -share/locale/it/LC_MESSAGES/kcmkonq.mo -share/locale/it/LC_MESSAGES/kcmkonqhtml.mo -share/locale/it/LC_MESSAGES/kcmkurifilt.mo -share/locale/it/LC_MESSAGES/kcmkwm.mo -share/locale/it/LC_MESSAGES/kcmlayout.mo -share/locale/it/LC_MESSAGES/kcmlocale.mo -share/locale/it/LC_MESSAGES/kcmmidi.mo -share/locale/it/LC_MESSAGES/kcmnotify.mo -share/locale/it/LC_MESSAGES/kcmodbc.mo -share/locale/it/LC_MESSAGES/kcmsamba.mo -share/locale/it/LC_MESSAGES/kcmsample.mo -share/locale/it/LC_MESSAGES/kcmscreensaver.mo -share/locale/it/LC_MESSAGES/kcmsmserver.mo -share/locale/it/LC_MESSAGES/kcmstyle.mo -share/locale/it/LC_MESSAGES/kcmtaskbar.mo -share/locale/it/LC_MESSAGES/kcmthemes.mo -share/locale/it/LC_MESSAGES/kcmvirtualdesktops.mo -share/locale/it/LC_MESSAGES/kcontrol.mo -share/locale/it/LC_MESSAGES/kdcop.mo -share/locale/it/LC_MESSAGES/kdebugdialog.mo -share/locale/it/LC_MESSAGES/kdesktop.mo -share/locale/it/LC_MESSAGES/kdesu.mo -share/locale/it/LC_MESSAGES/kdesud.mo -share/locale/it/LC_MESSAGES/kdewizard.mo -share/locale/it/LC_MESSAGES/kdm.mo -share/locale/it/LC_MESSAGES/kdmchooser.mo -share/locale/it/LC_MESSAGES/krdb.mo -share/locale/it/LC_MESSAGES/kdmconfig.mo -share/locale/it/LC_MESSAGES/kdmgreet.mo -share/locale/it/LC_MESSAGES/kfindpart.mo -share/locale/it/LC_MESSAGES/kfmclient.mo -share/locale/it/LC_MESSAGES/kfmexec.mo -share/locale/it/LC_MESSAGES/khelpcenter.mo -share/locale/it/LC_MESSAGES/khotkeys.mo -share/locale/it/LC_MESSAGES/kicker.mo -share/locale/it/LC_MESSAGES/kio_help.mo -share/locale/it/LC_MESSAGES/kio_man.mo -share/locale/it/LC_MESSAGES/kio_smbro.mo -share/locale/it/LC_MESSAGES/klegacyimport.mo -share/locale/it/LC_MESSAGES/klipper.mo -share/locale/it/LC_MESSAGES/klock.mo -share/locale/it/LC_MESSAGES/kmenuedit.mo -share/locale/it/LC_MESSAGES/kminipagerapplet.mo -share/locale/it/LC_MESSAGES/konqueror.mo -share/locale/it/LC_MESSAGES/konsole.mo -share/locale/it/LC_MESSAGES/kpager.mo -share/locale/it/LC_MESSAGES/kreadconfig.mo -share/locale/it/LC_MESSAGES/krunapplet.mo -share/locale/it/LC_MESSAGES/ksmserver.mo -share/locale/it/LC_MESSAGES/ktip.mo -share/locale/it/LC_MESSAGES/ksplash.mo -share/locale/it/LC_MESSAGES/kstart.mo -share/locale/it/LC_MESSAGES/ksysguard.mo -share/locale/it/LC_MESSAGES/ksystemtrayapplet.mo -share/locale/it/LC_MESSAGES/ktaskbarapplet.mo -share/locale/it/LC_MESSAGES/kwin.mo -share/locale/it/LC_MESSAGES/kwrite.mo -share/locale/it/LC_MESSAGES/kxkb.mo -share/locale/it/LC_MESSAGES/kxmlrpcd.mo -share/locale/it/LC_MESSAGES/kxsconfig.mo -share/locale/it/LC_MESSAGES/libkonq.mo -share/locale/it/LC_MESSAGES/libtaskbar.mo -share/locale/it/LC_MESSAGES/naughtyapplet.mo -share/locale/it/LC_MESSAGES/nsplugin.mo -share/locale/it/LC_MESSAGES/passwords.mo -share/locale/it/LC_MESSAGES/quicklauncher.mo -share/locale/it/LC_MESSAGES/taskbarextension.mo -share/locale/it/LC_MESSAGES/kabalone.mo -share/locale/it/LC_MESSAGES/kasteroids.mo -share/locale/it/LC_MESSAGES/katomic.mo -share/locale/it/LC_MESSAGES/kbackgammon.mo -share/locale/it/LC_MESSAGES/kblackbox.mo -share/locale/it/LC_MESSAGES/kjezz.mo -share/locale/it/LC_MESSAGES/kjumpingcube.mo -share/locale/it/LC_MESSAGES/kmahjongg.mo -share/locale/it/LC_MESSAGES/kmines.mo -share/locale/it/LC_MESSAGES/konquest.mo -share/locale/it/LC_MESSAGES/kpat.mo -share/locale/it/LC_MESSAGES/kpoker.mo -share/locale/it/LC_MESSAGES/kreversi.mo -share/locale/it/LC_MESSAGES/ksame.mo -share/locale/it/LC_MESSAGES/kshisen.mo -share/locale/it/LC_MESSAGES/ksirtet.mo -share/locale/it/LC_MESSAGES/ksmiletris.mo -share/locale/it/LC_MESSAGES/ksnake.mo -share/locale/it/LC_MESSAGES/ksokoban.mo -share/locale/it/LC_MESSAGES/kspaceduel.mo -share/locale/it/LC_MESSAGES/ktron.mo -share/locale/it/LC_MESSAGES/ktuberling.mo -share/locale/it/LC_MESSAGES/kwin4.mo -share/locale/it/LC_MESSAGES/libkdegames.mo -share/locale/it/LC_MESSAGES/lskat.mo -share/locale/it/LC_MESSAGES/multiplayers.mo -share/locale/it/LC_MESSAGES/kcmkamera.mo -share/locale/it/LC_MESSAGES/kdvi.mo -share/locale/it/LC_MESSAGES/kfax.mo -share/locale/it/LC_MESSAGES/kfract.mo -share/locale/it/LC_MESSAGES/kghostview.mo -share/locale/it/LC_MESSAGES/kiconedit.mo -share/locale/it/LC_MESSAGES/kpaint.mo -share/locale/it/LC_MESSAGES/kpixmap2bitmap.mo -share/locale/it/LC_MESSAGES/kruler.mo -share/locale/it/LC_MESSAGES/ksnapshot.mo -share/locale/it/LC_MESSAGES/kview.mo -share/locale/it/LC_MESSAGES/kviewshell.mo -share/locale/it/LC_MESSAGES/pixie.mo -share/locale/it/LC_MESSAGES/aktion.mo -share/locale/it/LC_MESSAGES/artsbuilder.mo -share/locale/it/LC_MESSAGES/artscontrol.mo -share/locale/it/LC_MESSAGES/kaiman.mo -share/locale/it/LC_MESSAGES/kcmkmix.mo -share/locale/it/LC_MESSAGES/kmid.mo -share/locale/it/LC_MESSAGES/kmidi.mo -share/locale/it/LC_MESSAGES/kmix.mo -share/locale/it/LC_MESSAGES/kscd.mo -share/locale/it/LC_MESSAGES/noatun.mo -share/locale/it/LC_MESSAGES/kcmktalkd.mo -share/locale/it/LC_MESSAGES/kcmlanbrowser.mo -share/locale/it/LC_MESSAGES/kcmnewsticker.mo -share/locale/it/LC_MESSAGES/keystone.mo -share/locale/it/LC_MESSAGES/kio_lan.mo -share/locale/it/LC_MESSAGES/kit.mo -share/locale/it/LC_MESSAGES/kmail.mo -share/locale/it/LC_MESSAGES/kmailcvt.mo -share/locale/it/LC_MESSAGES/knewsticker.mo -share/locale/it/LC_MESSAGES/knode.mo -share/locale/it/LC_MESSAGES/korn.mo -share/locale/it/LC_MESSAGES/kppp.mo -share/locale/it/LC_MESSAGES/kppplogview.mo -share/locale/it/LC_MESSAGES/ksirc.mo -share/locale/it/LC_MESSAGES/ktalkd.mo -share/locale/it/LC_MESSAGES/abbrowser.mo -share/locale/it/LC_MESSAGES/empath.mo -share/locale/it/LC_MESSAGES/korganizer.mo -share/locale/it/LC_MESSAGES/kpilot.mo -share/locale/it/LC_MESSAGES/twister.mo -share/locale/it/LC_MESSAGES/bad_kdevelop.mo -share/locale/it/LC_MESSAGES/kless.mo -share/locale/it/LC_MESSAGES/ktranslator.mo -share/locale/it/LC_MESSAGES/amor.mo -share/locale/it/LC_MESSAGES/kfifteenapplet.mo -share/locale/it/LC_MESSAGES/kmoon.mo -share/locale/it/LC_MESSAGES/kodo.mo -share/locale/it/LC_MESSAGES/kteatime.mo -share/locale/it/LC_MESSAGES/kscoreapplet.mo -share/locale/it/LC_MESSAGES/ktux.mo -share/locale/it/LC_MESSAGES/kworldwatch.mo -share/locale/it/LC_MESSAGES/ark.mo -share/locale/it/LC_MESSAGES/kab.mo -share/locale/it/LC_MESSAGES/karm.mo -share/locale/it/LC_MESSAGES/kcalc.mo -share/locale/it/LC_MESSAGES/kcharselect.mo -share/locale/it/LC_MESSAGES/kcharselectapplet.mo -share/locale/it/LC_MESSAGES/kcmlaptop.mo -share/locale/it/LC_MESSAGES/kdepasswd.mo -share/locale/it/LC_MESSAGES/kdessh.mo -share/locale/it/LC_MESSAGES/kdf.mo -share/locale/it/LC_MESSAGES/kedit.mo -share/locale/it/LC_MESSAGES/kfind.mo -share/locale/it/LC_MESSAGES/kfloppy.mo -share/locale/it/LC_MESSAGES/khexedit.mo -share/locale/it/LC_MESSAGES/kjots.mo -share/locale/it/LC_MESSAGES/klaptopdaemon.mo -share/locale/it/LC_MESSAGES/kljettool.mo -share/locale/it/LC_MESSAGES/klpq.mo -share/locale/it/LC_MESSAGES/knotes.mo -share/locale/it/LC_MESSAGES/kpm.mo -share/locale/it/LC_MESSAGES/ktimemon.mo -share/locale/it/LC_MESSAGES/kdbg.mo -share/locale/it/LC_MESSAGES/kformviewer.mo -share/locale/it/LC_MESSAGES/kivio.mo -share/locale/it/LC_MESSAGES/koshell.mo -share/locale/it/LC_MESSAGES/kspread.mo -share/locale/it/LC_MESSAGES/kword.mo -share/locale/it/LC_MESSAGES/spell_tool.mo -share/locale/it/LC_MESSAGES/caitoo.mo -share/locale/it/LC_MESSAGES/colfind.mo -share/locale/it/LC_MESSAGES/columbo.mo -share/locale/it/LC_MESSAGES/gofai.mo -share/locale/it/LC_MESSAGES/karchie.mo -share/locale/it/LC_MESSAGES/kbiff.mo -share/locale/it/LC_MESSAGES/kclock.mo -share/locale/it/LC_MESSAGES/kcmail.mo -share/locale/it/LC_MESSAGES/kcmkisdn.mo -share/locale/it/LC_MESSAGES/kfinger.mo -share/locale/it/LC_MESSAGES/kfortune.mo -share/locale/it/LC_MESSAGES/kisdn.mo -share/locale/it/LC_MESSAGES/kjoy.mo -share/locale/it/LC_MESSAGES/klyx.mo -share/locale/it/LC_MESSAGES/kmaster.mo -share/locale/it/LC_MESSAGES/knetmon.mo -share/locale/it/LC_MESSAGES/knotify.mo -share/locale/it/LC_MESSAGES/knu.mo -share/locale/it/LC_MESSAGES/konv.mo -share/locale/it/LC_MESSAGES/kray.mo -share/locale/it/LC_MESSAGES/krubik.mo -share/locale/it/LC_MESSAGES/ktelnet.mo -share/locale/it/LC_MESSAGES/kticker.mo -share/locale/it/LC_MESSAGES/desktop.mo -share/locale/it/LC_MESSAGES/kdelibs.mo -share/locale/it/charset -share/locale/it/entry.desktop -share/locale/it/flag.png -share/locale/uk/LC_MESSAGES/kdat.mo -share/locale/uk/LC_MESSAGES/kcmlilo.mo -share/locale/uk/LC_MESSAGES/kcron.mo -share/locale/uk/LC_MESSAGES/kpackage.mo -share/locale/uk/LC_MESSAGES/ksysctrl.mo -share/locale/uk/LC_MESSAGES/ksysv.mo -share/locale/uk/LC_MESSAGES/kuser.mo -share/locale/uk/LC_MESSAGES/kwuftpd.mo -share/locale/uk/LC_MESSAGES/secpolicy.mo +share/locale/uk/LC_MESSAGES/abbrowser.mo +share/locale/uk/LC_MESSAGES/aktion.mo +share/locale/uk/LC_MESSAGES/amor.mo share/locale/uk/LC_MESSAGES/appletproxy.mo +share/locale/uk/LC_MESSAGES/ark.mo +share/locale/uk/LC_MESSAGES/artsbuilder.mo +share/locale/uk/LC_MESSAGES/artscontrol.mo +share/locale/uk/LC_MESSAGES/binclockapplet.mo +share/locale/uk/LC_MESSAGES/caitoo.mo share/locale/uk/LC_MESSAGES/childpanelextension.mo share/locale/uk/LC_MESSAGES/clockapplet.mo +share/locale/uk/LC_MESSAGES/colfind.mo +share/locale/uk/LC_MESSAGES/columbo.mo +share/locale/uk/LC_MESSAGES/desktop.mo share/locale/uk/LC_MESSAGES/drkonqi.mo +share/locale/uk/LC_MESSAGES/empath.mo share/locale/uk/LC_MESSAGES/extensionproxy.mo share/locale/uk/LC_MESSAGES/filetypes.mo +share/locale/uk/LC_MESSAGES/gofai.mo +share/locale/uk/LC_MESSAGES/graphite.mo share/locale/uk/LC_MESSAGES/htmlsearch.mo +share/locale/uk/LC_MESSAGES/kab.mo share/locale/uk/LC_MESSAGES/kaccess.mo +share/locale/uk/LC_MESSAGES/kafka.mo share/locale/uk/LC_MESSAGES/kappfinder.mo +share/locale/uk/LC_MESSAGES/karchie.mo +share/locale/uk/LC_MESSAGES/karm.mo +share/locale/uk/LC_MESSAGES/katalog.mo +share/locale/uk/LC_MESSAGES/kautorun.mo +share/locale/uk/LC_MESSAGES/kbackpage.mo +share/locale/uk/LC_MESSAGES/kbiff.mo +share/locale/uk/LC_MESSAGES/kcalc.mo +share/locale/uk/LC_MESSAGES/kcharselect.mo +share/locale/uk/LC_MESSAGES/kcharselectapplet.mo +share/locale/uk/LC_MESSAGES/kchart.mo +share/locale/uk/LC_MESSAGES/kclock.mo share/locale/uk/LC_MESSAGES/kcmaccess.mo +share/locale/uk/LC_MESSAGES/kcmail.mo share/locale/uk/LC_MESSAGES/kcmarts.mo share/locale/uk/LC_MESSAGES/kcmbackground.mo share/locale/uk/LC_MESSAGES/kcmbell.mo +share/locale/uk/LC_MESSAGES/kcmbind.mo share/locale/uk/LC_MESSAGES/kcmcolors.mo share/locale/uk/LC_MESSAGES/kcmcrypto.mo +share/locale/uk/LC_MESSAGES/kcmdhcpd.mo +share/locale/uk/LC_MESSAGES/kcmdrkonqi.mo share/locale/uk/LC_MESSAGES/kcmemail.mo share/locale/uk/LC_MESSAGES/kcmenergy.mo +share/locale/uk/LC_MESSAGES/kcmfontmanager.mo share/locale/uk/LC_MESSAGES/kcmfonts.mo +share/locale/uk/LC_MESSAGES/kcmgofai.mo share/locale/uk/LC_MESSAGES/kcmhtmlsearch.mo share/locale/uk/LC_MESSAGES/kcmicons.mo share/locale/uk/LC_MESSAGES/kcminfo.mo share/locale/uk/LC_MESSAGES/kcminput.mo share/locale/uk/LC_MESSAGES/kcmioslaveinfo.mo +share/locale/uk/LC_MESSAGES/kcmiwatcher.mo +share/locale/uk/LC_MESSAGES/kcmkamera.mo share/locale/uk/LC_MESSAGES/kcmkclock.mo share/locale/uk/LC_MESSAGES/kcmkdb.mo share/locale/uk/LC_MESSAGES/kcmkeys.mo share/locale/uk/LC_MESSAGES/kcmkicker.mo share/locale/uk/LC_MESSAGES/kcmkio.mo +share/locale/uk/LC_MESSAGES/kcmkisdn.mo +share/locale/uk/LC_MESSAGES/kcmkmix.mo share/locale/uk/LC_MESSAGES/kcmkonq.mo share/locale/uk/LC_MESSAGES/kcmkonqhtml.mo +share/locale/uk/LC_MESSAGES/kcmktalkd.mo share/locale/uk/LC_MESSAGES/kcmkurifilt.mo share/locale/uk/LC_MESSAGES/kcmkwm.mo +share/locale/uk/LC_MESSAGES/kcmlanbrowser.mo +share/locale/uk/LC_MESSAGES/kcmlaptop.mo share/locale/uk/LC_MESSAGES/kcmlayout.mo +share/locale/uk/LC_MESSAGES/kcmlilo.mo share/locale/uk/LC_MESSAGES/kcmlocale.mo share/locale/uk/LC_MESSAGES/kcmmidi.mo +share/locale/uk/LC_MESSAGES/kcmnewsticker.mo share/locale/uk/LC_MESSAGES/kcmnotify.mo share/locale/uk/LC_MESSAGES/kcmodbc.mo +share/locale/uk/LC_MESSAGES/kcmprinter.mo share/locale/uk/LC_MESSAGES/kcmsamba.mo share/locale/uk/LC_MESSAGES/kcmscreensaver.mo share/locale/uk/LC_MESSAGES/kcmsmserver.mo share/locale/uk/LC_MESSAGES/kcmstyle.mo share/locale/uk/LC_MESSAGES/kcmtaskbar.mo share/locale/uk/LC_MESSAGES/kcmthemes.mo +share/locale/uk/LC_MESSAGES/kcoloredit.mo share/locale/uk/LC_MESSAGES/kcontrol.mo +share/locale/uk/LC_MESSAGES/kcron.mo +share/locale/uk/LC_MESSAGES/kdao.mo +share/locale/uk/LC_MESSAGES/kdat.mo +share/locale/uk/LC_MESSAGES/kdbg.mo share/locale/uk/LC_MESSAGES/kdcop.mo share/locale/uk/LC_MESSAGES/kdebugdialog.mo +share/locale/uk/LC_MESSAGES/kdelibs.mo +share/locale/uk/LC_MESSAGES/kdepasswd.mo share/locale/uk/LC_MESSAGES/kdesktop.mo +share/locale/uk/LC_MESSAGES/kdessh.mo share/locale/uk/LC_MESSAGES/kdesu.mo share/locale/uk/LC_MESSAGES/kdesud.mo +share/locale/uk/LC_MESSAGES/kdf.mo share/locale/uk/LC_MESSAGES/kdmchooser.mo share/locale/uk/LC_MESSAGES/kdmconfig.mo share/locale/uk/LC_MESSAGES/kdmgreet.mo +share/locale/uk/LC_MESSAGES/kdvi.mo +share/locale/uk/LC_MESSAGES/kedit.mo +share/locale/uk/LC_MESSAGES/kexpress.mo +share/locale/uk/LC_MESSAGES/keystone.mo +share/locale/uk/LC_MESSAGES/kfax.mo +share/locale/uk/LC_MESSAGES/kfifteenapplet.mo +share/locale/uk/LC_MESSAGES/kfind.mo share/locale/uk/LC_MESSAGES/kfindpart.mo +share/locale/uk/LC_MESSAGES/kfinger.mo +share/locale/uk/LC_MESSAGES/kfloppy.mo share/locale/uk/LC_MESSAGES/kfmclient.mo share/locale/uk/LC_MESSAGES/kfmexec.mo +share/locale/uk/LC_MESSAGES/kformeditor.mo +share/locale/uk/LC_MESSAGES/kformula.mo +share/locale/uk/LC_MESSAGES/kformviewer.mo +share/locale/uk/LC_MESSAGES/kfortune.mo +share/locale/uk/LC_MESSAGES/kfract.mo +share/locale/uk/LC_MESSAGES/kghostview.mo +share/locale/uk/LC_MESSAGES/kglchess.mo +share/locale/uk/LC_MESSAGES/kgrapher.mo share/locale/uk/LC_MESSAGES/khelpcenter.mo +share/locale/uk/LC_MESSAGES/khexedit.mo share/locale/uk/LC_MESSAGES/khotkeys.mo share/locale/uk/LC_MESSAGES/kicker.mo +share/locale/uk/LC_MESSAGES/kiconedit.mo +share/locale/uk/LC_MESSAGES/kikbd.mo +share/locale/uk/LC_MESSAGES/killustrator.mo share/locale/uk/LC_MESSAGES/kio_help.mo +share/locale/uk/LC_MESSAGES/kio_lan.mo share/locale/uk/LC_MESSAGES/kio_man.mo share/locale/uk/LC_MESSAGES/kio_smbro.mo +share/locale/uk/LC_MESSAGES/kirc.mo +share/locale/uk/LC_MESSAGES/kisdn.mo +share/locale/uk/LC_MESSAGES/kit.mo +share/locale/uk/LC_MESSAGES/kivio.mo +share/locale/uk/LC_MESSAGES/kjezz.mo +share/locale/uk/LC_MESSAGES/kjots.mo +share/locale/uk/LC_MESSAGES/kjoy.mo +share/locale/uk/LC_MESSAGES/klaptopdaemon.mo share/locale/uk/LC_MESSAGES/klegacyimport.mo share/locale/uk/LC_MESSAGES/klipper.mo +share/locale/uk/LC_MESSAGES/kljettool.mo share/locale/uk/LC_MESSAGES/klock.mo +share/locale/uk/LC_MESSAGES/klpq.mo +share/locale/uk/LC_MESSAGES/kmail.mo +share/locale/uk/LC_MESSAGES/kmailcvt.mo +share/locale/uk/LC_MESSAGES/kmaster.mo share/locale/uk/LC_MESSAGES/kmenuedit.mo +share/locale/uk/LC_MESSAGES/kmid.mo +share/locale/uk/LC_MESSAGES/kmidi.mo share/locale/uk/LC_MESSAGES/kminipagerapplet.mo +share/locale/uk/LC_MESSAGES/kmix.mo +share/locale/uk/LC_MESSAGES/kmoon.mo +share/locale/uk/LC_MESSAGES/knewsticker.mo +share/locale/uk/LC_MESSAGES/knode.mo +share/locale/uk/LC_MESSAGES/knotes.mo +share/locale/uk/LC_MESSAGES/knotify.mo +share/locale/uk/LC_MESSAGES/knu.mo +share/locale/uk/LC_MESSAGES/kodo.mo +share/locale/uk/LC_MESSAGES/koffice.mo share/locale/uk/LC_MESSAGES/konqueror.mo share/locale/uk/LC_MESSAGES/konsole.mo +share/locale/uk/LC_MESSAGES/korganizer.mo +share/locale/uk/LC_MESSAGES/korn.mo +share/locale/uk/LC_MESSAGES/koshell.mo +share/locale/uk/LC_MESSAGES/kp.mo +share/locale/uk/LC_MESSAGES/kpackage.mo share/locale/uk/LC_MESSAGES/kpager.mo +share/locale/uk/LC_MESSAGES/kpaint.mo +share/locale/uk/LC_MESSAGES/kphone.mo +share/locale/uk/LC_MESSAGES/kpilot.mo +share/locale/uk/LC_MESSAGES/kpixmap2bitmap.mo +share/locale/uk/LC_MESSAGES/kpm.mo +share/locale/uk/LC_MESSAGES/kppp.mo +share/locale/uk/LC_MESSAGES/kppplogview.mo +share/locale/uk/LC_MESSAGES/kpresenter.mo +share/locale/uk/LC_MESSAGES/kray.mo +share/locale/uk/LC_MESSAGES/krayon.mo share/locale/uk/LC_MESSAGES/kreadconfig.mo +share/locale/uk/LC_MESSAGES/krubik.mo +share/locale/uk/LC_MESSAGES/kruler.mo share/locale/uk/LC_MESSAGES/krunapplet.mo +share/locale/uk/LC_MESSAGES/ksamba.mo +share/locale/uk/LC_MESSAGES/kscd.mo +share/locale/uk/LC_MESSAGES/ksciplot.mo +share/locale/uk/LC_MESSAGES/kscoreapplet.mo +share/locale/uk/LC_MESSAGES/ksirc.mo share/locale/uk/LC_MESSAGES/ksmserver.mo +share/locale/uk/LC_MESSAGES/ksnapshot.mo share/locale/uk/LC_MESSAGES/ksplash.mo +share/locale/uk/LC_MESSAGES/kspread.mo +share/locale/uk/LC_MESSAGES/kspreadcalc_calc.mo share/locale/uk/LC_MESSAGES/kstart.mo +share/locale/uk/LC_MESSAGES/kstockticker.mo +share/locale/uk/LC_MESSAGES/ksysctrl.mo share/locale/uk/LC_MESSAGES/ksysguard.mo share/locale/uk/LC_MESSAGES/ksystemtrayapplet.mo +share/locale/uk/LC_MESSAGES/ksysv.mo +share/locale/uk/LC_MESSAGES/ktables.mo +share/locale/uk/LC_MESSAGES/ktalk.mo +share/locale/uk/LC_MESSAGES/ktalkd.mo share/locale/uk/LC_MESSAGES/ktaskbarapplet.mo +share/locale/uk/LC_MESSAGES/kteatime.mo +share/locale/uk/LC_MESSAGES/ktelnet.mo +share/locale/uk/LC_MESSAGES/kthememgr.mo +share/locale/uk/LC_MESSAGES/kticker.mo +share/locale/uk/LC_MESSAGES/ktimemon.mo share/locale/uk/LC_MESSAGES/ktip.mo +share/locale/uk/LC_MESSAGES/ktux.mo +share/locale/uk/LC_MESSAGES/kuickshow.mo +share/locale/uk/LC_MESSAGES/kuml.mo +share/locale/uk/LC_MESSAGES/kuser.mo +share/locale/uk/LC_MESSAGES/kvidtune.mo +share/locale/uk/LC_MESSAGES/kview.mo +share/locale/uk/LC_MESSAGES/kviewshell.mo +share/locale/uk/LC_MESSAGES/kwebtree.mo share/locale/uk/LC_MESSAGES/kwin.mo +share/locale/uk/LC_MESSAGES/kword.mo +share/locale/uk/LC_MESSAGES/kworldwatch.mo share/locale/uk/LC_MESSAGES/kwrite.mo +share/locale/uk/LC_MESSAGES/kwuftpd.mo share/locale/uk/LC_MESSAGES/kxkb.mo share/locale/uk/LC_MESSAGES/kxmlrpcd.mo share/locale/uk/LC_MESSAGES/kxsconfig.mo share/locale/uk/LC_MESSAGES/libkonq.mo share/locale/uk/LC_MESSAGES/libtaskbar.mo share/locale/uk/LC_MESSAGES/naughtyapplet.mo +share/locale/uk/LC_MESSAGES/noatun.mo share/locale/uk/LC_MESSAGES/nsplugin.mo share/locale/uk/LC_MESSAGES/passwords.mo +share/locale/uk/LC_MESSAGES/pixie.mo share/locale/uk/LC_MESSAGES/quicklauncher.mo +share/locale/uk/LC_MESSAGES/secpolicy.mo share/locale/uk/LC_MESSAGES/taskbarextension.mo -share/locale/uk/LC_MESSAGES/kcmkamera.mo -share/locale/uk/LC_MESSAGES/kdvi.mo -share/locale/uk/LC_MESSAGES/kfax.mo -share/locale/uk/LC_MESSAGES/kfract.mo -share/locale/uk/LC_MESSAGES/kghostview.mo -share/locale/uk/LC_MESSAGES/kiconedit.mo -share/locale/uk/LC_MESSAGES/kpaint.mo -share/locale/uk/LC_MESSAGES/kpixmap2bitmap.mo -share/locale/uk/LC_MESSAGES/kruler.mo -share/locale/uk/LC_MESSAGES/ksnapshot.mo -share/locale/uk/LC_MESSAGES/kview.mo -share/locale/uk/LC_MESSAGES/kviewshell.mo -share/locale/uk/LC_MESSAGES/pixie.mo -share/locale/uk/LC_MESSAGES/kmid.mo -share/locale/uk/LC_MESSAGES/aktion.mo -share/locale/uk/LC_MESSAGES/artsbuilder.mo -share/locale/uk/LC_MESSAGES/artscontrol.mo -share/locale/uk/LC_MESSAGES/kcmkmix.mo -share/locale/uk/LC_MESSAGES/kmidi.mo -share/locale/uk/LC_MESSAGES/kmix.mo -share/locale/uk/LC_MESSAGES/kscd.mo -share/locale/uk/LC_MESSAGES/noatun.mo -share/locale/uk/LC_MESSAGES/kcmktalkd.mo -share/locale/uk/LC_MESSAGES/kcmlanbrowser.mo -share/locale/uk/LC_MESSAGES/kcmnewsticker.mo -share/locale/uk/LC_MESSAGES/keystone.mo -share/locale/uk/LC_MESSAGES/kio_lan.mo -share/locale/uk/LC_MESSAGES/kit.mo -share/locale/uk/LC_MESSAGES/kmail.mo -share/locale/uk/LC_MESSAGES/kmailcvt.mo -share/locale/uk/LC_MESSAGES/knewsticker.mo -share/locale/uk/LC_MESSAGES/knode.mo -share/locale/uk/LC_MESSAGES/korn.mo -share/locale/uk/LC_MESSAGES/kppp.mo -share/locale/uk/LC_MESSAGES/kppplogview.mo -share/locale/uk/LC_MESSAGES/ksirc.mo -share/locale/uk/LC_MESSAGES/ktalkd.mo -share/locale/uk/LC_MESSAGES/abbrowser.mo -share/locale/uk/LC_MESSAGES/empath.mo -share/locale/uk/LC_MESSAGES/korganizer.mo -share/locale/uk/LC_MESSAGES/kpilot.mo share/locale/uk/LC_MESSAGES/twister.mo -share/locale/uk/LC_MESSAGES/amor.mo -share/locale/uk/LC_MESSAGES/kfifteenapplet.mo -share/locale/uk/LC_MESSAGES/kmoon.mo -share/locale/uk/LC_MESSAGES/kodo.mo -share/locale/uk/LC_MESSAGES/kscoreapplet.mo -share/locale/uk/LC_MESSAGES/kteatime.mo -share/locale/uk/LC_MESSAGES/ktux.mo -share/locale/uk/LC_MESSAGES/kworldwatch.mo -share/locale/uk/LC_MESSAGES/ark.mo -share/locale/uk/LC_MESSAGES/kab.mo -share/locale/uk/LC_MESSAGES/karm.mo -share/locale/uk/LC_MESSAGES/kcalc.mo -share/locale/uk/LC_MESSAGES/kcharselect.mo -share/locale/uk/LC_MESSAGES/kcharselectapplet.mo -share/locale/uk/LC_MESSAGES/kcmlaptop.mo -share/locale/uk/LC_MESSAGES/kdepasswd.mo -share/locale/uk/LC_MESSAGES/kdessh.mo -share/locale/uk/LC_MESSAGES/kdf.mo -share/locale/uk/LC_MESSAGES/kedit.mo -share/locale/uk/LC_MESSAGES/kfind.mo -share/locale/uk/LC_MESSAGES/klpq.mo -share/locale/uk/LC_MESSAGES/kfloppy.mo -share/locale/uk/LC_MESSAGES/khexedit.mo -share/locale/uk/LC_MESSAGES/kjots.mo -share/locale/uk/LC_MESSAGES/klaptopdaemon.mo -share/locale/uk/LC_MESSAGES/kljettool.mo -share/locale/uk/LC_MESSAGES/knotes.mo -share/locale/uk/LC_MESSAGES/kpm.mo -share/locale/uk/LC_MESSAGES/ktimemon.mo -share/locale/uk/LC_MESSAGES/graphite.mo -share/locale/uk/LC_MESSAGES/kchart.mo -share/locale/uk/LC_MESSAGES/kformula.mo -share/locale/uk/LC_MESSAGES/killustrator.mo -share/locale/uk/LC_MESSAGES/kivio.mo -share/locale/uk/LC_MESSAGES/koffice.mo -share/locale/uk/LC_MESSAGES/koshell.mo -share/locale/uk/LC_MESSAGES/kpresenter.mo -share/locale/uk/LC_MESSAGES/krayon.mo -share/locale/uk/LC_MESSAGES/kspread.mo -share/locale/uk/LC_MESSAGES/kspreadcalc_calc.mo -share/locale/uk/LC_MESSAGES/kword.mo -share/locale/uk/LC_MESSAGES/binclockapplet.mo -share/locale/uk/LC_MESSAGES/caitoo.mo -share/locale/uk/LC_MESSAGES/colfind.mo -share/locale/uk/LC_MESSAGES/columbo.mo -share/locale/uk/LC_MESSAGES/gofai.mo -share/locale/uk/LC_MESSAGES/kafka.mo -share/locale/uk/LC_MESSAGES/karchie.mo -share/locale/uk/LC_MESSAGES/katalog.mo -share/locale/uk/LC_MESSAGES/kautorun.mo -share/locale/uk/LC_MESSAGES/kbackpage.mo -share/locale/uk/LC_MESSAGES/kbiff.mo -share/locale/uk/LC_MESSAGES/kclock.mo -share/locale/uk/LC_MESSAGES/kcmail.mo -share/locale/uk/LC_MESSAGES/kcmbind.mo -share/locale/uk/LC_MESSAGES/kcmdhcpd.mo -share/locale/uk/LC_MESSAGES/kcmdrkonqi.mo -share/locale/uk/LC_MESSAGES/kcmfontmanager.mo -share/locale/uk/LC_MESSAGES/kcmgofai.mo -share/locale/uk/LC_MESSAGES/kcmiwatcher.mo -share/locale/uk/LC_MESSAGES/kcmkisdn.mo -share/locale/uk/LC_MESSAGES/kcmprinter.mo -share/locale/uk/LC_MESSAGES/kcoloredit.mo -share/locale/uk/LC_MESSAGES/kdao.mo -share/locale/uk/LC_MESSAGES/kdbg.mo -share/locale/uk/LC_MESSAGES/kexpress.mo -share/locale/uk/LC_MESSAGES/kfinger.mo -share/locale/uk/LC_MESSAGES/kformeditor.mo -share/locale/uk/LC_MESSAGES/kformviewer.mo -share/locale/uk/LC_MESSAGES/kfortune.mo -share/locale/uk/LC_MESSAGES/kglchess.mo -share/locale/uk/LC_MESSAGES/kgrapher.mo -share/locale/uk/LC_MESSAGES/kikbd.mo -share/locale/uk/LC_MESSAGES/kirc.mo -share/locale/uk/LC_MESSAGES/kisdn.mo -share/locale/uk/LC_MESSAGES/kjezz.mo -share/locale/uk/LC_MESSAGES/kjoy.mo -share/locale/uk/LC_MESSAGES/kmaster.mo -share/locale/uk/LC_MESSAGES/knu.mo -share/locale/uk/LC_MESSAGES/kp.mo -share/locale/uk/LC_MESSAGES/kphone.mo -share/locale/uk/LC_MESSAGES/kray.mo -share/locale/uk/LC_MESSAGES/krubik.mo -share/locale/uk/LC_MESSAGES/ksamba.mo -share/locale/uk/LC_MESSAGES/ksciplot.mo -share/locale/uk/LC_MESSAGES/kstockticker.mo -share/locale/uk/LC_MESSAGES/ktables.mo -share/locale/uk/LC_MESSAGES/ktalk.mo -share/locale/uk/LC_MESSAGES/ktelnet.mo -share/locale/uk/LC_MESSAGES/kthememgr.mo -share/locale/uk/LC_MESSAGES/kticker.mo -share/locale/uk/LC_MESSAGES/kuickshow.mo -share/locale/uk/LC_MESSAGES/kuml.mo -share/locale/uk/LC_MESSAGES/kvidtune.mo -share/locale/uk/LC_MESSAGES/kwebtree.mo share/locale/uk/LC_MESSAGES/webmaker.mo -share/locale/uk/LC_MESSAGES/desktop.mo -share/locale/uk/LC_MESSAGES/kdelibs.mo -share/locale/uk/LC_MESSAGES/knotify.mo share/locale/uk/charset share/locale/uk/entry.desktop share/locale/uk/flag.png -share/locale/zh_TW.Big5/LC_MESSAGES/kdat.mo -share/locale/zh_TW.Big5/LC_MESSAGES/kcmlilo.mo -share/locale/zh_TW.Big5/LC_MESSAGES/kcron.mo -share/locale/zh_TW.Big5/LC_MESSAGES/kpackage.mo -share/locale/zh_TW.Big5/LC_MESSAGES/ksysctrl.mo -share/locale/zh_TW.Big5/LC_MESSAGES/ksysv.mo -share/locale/zh_TW.Big5/LC_MESSAGES/kuser.mo -share/locale/zh_TW.Big5/LC_MESSAGES/kwuftpd.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/abbrowser.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/aktion.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/appletproxy.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/ark.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/artsbuilder.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/artscontrol.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/caitoo.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/childpanelextension.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/clockapplet.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/colfind.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/desktop.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/drkonqi.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/empath.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/extensionproxy.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/filetypes.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/htmlsearch.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kab.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kabalone.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kaccess.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kaiman.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kappfinder.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/karm.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kasteroids.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/katalog.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/katomic.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kautorun.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kblackbox.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kcalc.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kcharselect.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kclock.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kcmaccess.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kcmarts.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kcmbackground.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kcmbell.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kcmcolors.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kcmcrypto.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kcmdrkonqi.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kcmemail.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kcmenergy.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kcmfonts.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kcmhtmlsearch.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kcmicons.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kcminfo.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kcminput.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kcmioslaveinfo.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kcmkclock.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kcmkdb.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kcmkeys.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kcmkicker.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kcmkio.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kcmkmix.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kcmkonq.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kcmkonqhtml.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kcmktalkd.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kcmkurifilt.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kcmkwm.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kcmlaptop.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kcmlayout.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kcmlilo.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kcmlocale.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kcmmidi.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kcmnotify.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kcmodbc.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kcmprinter.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kcmsamba.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kcmscreensaver.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kcmsmserver.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kcmstyle.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kcmtaskbar.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kcmthemes.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kcontrol.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kcron.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kcrontab.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kdat.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kdbg.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kdcop.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kdebugdialog.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kdelibs.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kdepasswd.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kdesktop.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kdessh.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kdesu.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kdesud.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kdevelop.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kdf.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kdmchooser.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kdmconfig.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kdmgreet.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kdvi.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kedit.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/keystone.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kfax.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kfind.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kfindpart.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kfinger.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kfloppy.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kfmclient.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kfmexec.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kfortune.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kfract.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kghostview.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/khelpcenter.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/khexedit.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/khotkeys.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kicker.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kiconedit.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kikbd.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kio_help.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kio_man.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kit.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kjezz.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kjots.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kjoy.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kjumpingcube.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/klaptopdaemon.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/klegacyimport.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kless.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/klipper.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kljettool.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/klock.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/klpq.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/klyx.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kmahjongg.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kmail.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kmaster.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kmedia.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kmenuedit.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kmid.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kmidi.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kmines.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kminipagerapplet.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kmix.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kmoon.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/knode.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/knotes.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/knotify.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/knu.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/konqueror.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/konquest.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/konsole.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/korganizer.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/korn.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kpackage.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kpager.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kpaint.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kpat.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kpixmap2bitmap.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kpm.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kpoker.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kppp.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kppplogview.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kray.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kreadconfig.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kreversi.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/krn.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/krubik.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/krunapplet.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/ksamba.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/ksame.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kscd.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/ksciplot.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kshisen.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/ksirc.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/ksirtet.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/ksmiletris.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/ksmserver.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/ksnake.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/ksnapshot.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/ksokoban.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kspaceduel.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/ksplash.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kstart.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/ksysctrl.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/ksysguard.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/ksystemtrayapplet.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/ksysv.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/ktalk.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/ktalkd.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/ktaskbarapplet.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/ktelnet.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kthememgr.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/ktip.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/ktop.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/ktranslator.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/ktron.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/ktuberling.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kuser.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kvidtune.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kview.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kwebtree.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kwin.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kwrite.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kwuftpd.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kxkb.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kxmlrpcd.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/kxsconfig.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/libkonq.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/libtaskbar.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/multiplayers.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/naughtyapplet.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/nsplugin.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/passwords.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/pixie.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/quicklauncher.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/secpolicy.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/taskbarextension.mo +share/locale/zh_CN.GB2312/charset +share/locale/zh_CN.GB2312/entry.desktop +share/locale/zh_CN.GB2312/flag.png +share/locale/zh_TW.Big5/LC_MESSAGES/abbrowser.mo +share/locale/zh_TW.Big5/LC_MESSAGES/aktion.mo +share/locale/zh_TW.Big5/LC_MESSAGES/amor.mo share/locale/zh_TW.Big5/LC_MESSAGES/appletproxy.mo +share/locale/zh_TW.Big5/LC_MESSAGES/ark.mo +share/locale/zh_TW.Big5/LC_MESSAGES/caitoo.mo share/locale/zh_TW.Big5/LC_MESSAGES/childpanelextension.mo share/locale/zh_TW.Big5/LC_MESSAGES/clockapplet.mo +share/locale/zh_TW.Big5/LC_MESSAGES/colfind.mo +share/locale/zh_TW.Big5/LC_MESSAGES/colftp.mo +share/locale/zh_TW.Big5/LC_MESSAGES/colnews.mo +share/locale/zh_TW.Big5/LC_MESSAGES/columbo.mo +share/locale/zh_TW.Big5/LC_MESSAGES/colweb.mo +share/locale/zh_TW.Big5/LC_MESSAGES/colwhois.mo +share/locale/zh_TW.Big5/LC_MESSAGES/desktop.mo share/locale/zh_TW.Big5/LC_MESSAGES/drkonqi.mo +share/locale/zh_TW.Big5/LC_MESSAGES/empath.mo share/locale/zh_TW.Big5/LC_MESSAGES/extensionproxy.mo share/locale/zh_TW.Big5/LC_MESSAGES/filetypes.mo +share/locale/zh_TW.Big5/LC_MESSAGES/gofai.mo share/locale/zh_TW.Big5/LC_MESSAGES/htmlsearch.mo +share/locale/zh_TW.Big5/LC_MESSAGES/iconpackager.mo +share/locale/zh_TW.Big5/LC_MESSAGES/kab.mo +share/locale/zh_TW.Big5/LC_MESSAGES/kabalone.mo share/locale/zh_TW.Big5/LC_MESSAGES/kaccess.mo +share/locale/zh_TW.Big5/LC_MESSAGES/kaiman.mo share/locale/zh_TW.Big5/LC_MESSAGES/kappfinder.mo +share/locale/zh_TW.Big5/LC_MESSAGES/karchie.mo +share/locale/zh_TW.Big5/LC_MESSAGES/karm.mo +share/locale/zh_TW.Big5/LC_MESSAGES/kasteroids.mo +share/locale/zh_TW.Big5/LC_MESSAGES/katalog.mo +share/locale/zh_TW.Big5/LC_MESSAGES/katomic.mo +share/locale/zh_TW.Big5/LC_MESSAGES/kautorun.mo +share/locale/zh_TW.Big5/LC_MESSAGES/kbabel.mo +share/locale/zh_TW.Big5/LC_MESSAGES/kbiff.mo +share/locale/zh_TW.Big5/LC_MESSAGES/kblackbox.mo +share/locale/zh_TW.Big5/LC_MESSAGES/kcalc.mo +share/locale/zh_TW.Big5/LC_MESSAGES/kcharselect.mo +share/locale/zh_TW.Big5/LC_MESSAGES/kchart.mo +share/locale/zh_TW.Big5/LC_MESSAGES/kclock.mo share/locale/zh_TW.Big5/LC_MESSAGES/kcmaccess.mo +share/locale/zh_TW.Big5/LC_MESSAGES/kcmail.mo share/locale/zh_TW.Big5/LC_MESSAGES/kcmarts.mo share/locale/zh_TW.Big5/LC_MESSAGES/kcmbackground.mo share/locale/zh_TW.Big5/LC_MESSAGES/kcmbell.mo +share/locale/zh_TW.Big5/LC_MESSAGES/kcmbind.mo share/locale/zh_TW.Big5/LC_MESSAGES/kcmcolors.mo share/locale/zh_TW.Big5/LC_MESSAGES/kcmcrypto.mo +share/locale/zh_TW.Big5/LC_MESSAGES/kcmdhcpd.mo +share/locale/zh_TW.Big5/LC_MESSAGES/kcmdrkonqi.mo share/locale/zh_TW.Big5/LC_MESSAGES/kcmemail.mo share/locale/zh_TW.Big5/LC_MESSAGES/kcmenergy.mo +share/locale/zh_TW.Big5/LC_MESSAGES/kcmfontmanager.mo share/locale/zh_TW.Big5/LC_MESSAGES/kcmfonts.mo +share/locale/zh_TW.Big5/LC_MESSAGES/kcmgofai.mo share/locale/zh_TW.Big5/LC_MESSAGES/kcmhtmlsearch.mo share/locale/zh_TW.Big5/LC_MESSAGES/kcmicons.mo share/locale/zh_TW.Big5/LC_MESSAGES/kcmiconthemes.mo share/locale/zh_TW.Big5/LC_MESSAGES/kcminfo.mo share/locale/zh_TW.Big5/LC_MESSAGES/kcminput.mo share/locale/zh_TW.Big5/LC_MESSAGES/kcmioslaveinfo.mo +share/locale/zh_TW.Big5/LC_MESSAGES/kcmiwatcher.mo share/locale/zh_TW.Big5/LC_MESSAGES/kcmkclock.mo share/locale/zh_TW.Big5/LC_MESSAGES/kcmkdb.mo share/locale/zh_TW.Big5/LC_MESSAGES/kcmkeys.mo share/locale/zh_TW.Big5/LC_MESSAGES/kcmkicker.mo share/locale/zh_TW.Big5/LC_MESSAGES/kcmkio.mo +share/locale/zh_TW.Big5/LC_MESSAGES/kcmkisdn.mo +share/locale/zh_TW.Big5/LC_MESSAGES/kcmkmix.mo share/locale/zh_TW.Big5/LC_MESSAGES/kcmkonq.mo share/locale/zh_TW.Big5/LC_MESSAGES/kcmkonqhtml.mo +share/locale/zh_TW.Big5/LC_MESSAGES/kcmktalkd.mo share/locale/zh_TW.Big5/LC_MESSAGES/kcmkurifilt.mo share/locale/zh_TW.Big5/LC_MESSAGES/kcmkwm.mo +share/locale/zh_TW.Big5/LC_MESSAGES/kcmlaptop.mo share/locale/zh_TW.Big5/LC_MESSAGES/kcmlayout.mo +share/locale/zh_TW.Big5/LC_MESSAGES/kcmlilo.mo share/locale/zh_TW.Big5/LC_MESSAGES/kcmlocale.mo share/locale/zh_TW.Big5/LC_MESSAGES/kcmmidi.mo +share/locale/zh_TW.Big5/LC_MESSAGES/kcmnewsticker.mo share/locale/zh_TW.Big5/LC_MESSAGES/kcmnotify.mo share/locale/zh_TW.Big5/LC_MESSAGES/kcmodbc.mo +share/locale/zh_TW.Big5/LC_MESSAGES/kcmprinter.mo share/locale/zh_TW.Big5/LC_MESSAGES/kcmsamba.mo share/locale/zh_TW.Big5/LC_MESSAGES/kcmscreensaver.mo share/locale/zh_TW.Big5/LC_MESSAGES/kcmsmserver.mo @@ -19552,44 +21098,129 @@ share/locale/zh_TW.Big5/LC_MESSAGES/kcmstyle.mo share/locale/zh_TW.Big5/LC_MESSAGES/kcmtaskbar.mo share/locale/zh_TW.Big5/LC_MESSAGES/kcmthemes.mo share/locale/zh_TW.Big5/LC_MESSAGES/kcmvirtualdesktops.mo +share/locale/zh_TW.Big5/LC_MESSAGES/kcoloredit.mo share/locale/zh_TW.Big5/LC_MESSAGES/kcontrol.mo +share/locale/zh_TW.Big5/LC_MESSAGES/kcron.mo +share/locale/zh_TW.Big5/LC_MESSAGES/kdat.mo +share/locale/zh_TW.Big5/LC_MESSAGES/kdbbrowser.mo +share/locale/zh_TW.Big5/LC_MESSAGES/kdbg.mo share/locale/zh_TW.Big5/LC_MESSAGES/kdcop.mo share/locale/zh_TW.Big5/LC_MESSAGES/kdebugdialog.mo +share/locale/zh_TW.Big5/LC_MESSAGES/kdelibs.mo +share/locale/zh_TW.Big5/LC_MESSAGES/kdepasswd.mo share/locale/zh_TW.Big5/LC_MESSAGES/kdesktop.mo +share/locale/zh_TW.Big5/LC_MESSAGES/kdessh.mo share/locale/zh_TW.Big5/LC_MESSAGES/kdesu.mo share/locale/zh_TW.Big5/LC_MESSAGES/kdesud.mo +share/locale/zh_TW.Big5/LC_MESSAGES/kdevelop.mo share/locale/zh_TW.Big5/LC_MESSAGES/kdewizard.mo share/locale/zh_TW.Big5/LC_MESSAGES/kdmchooser.mo share/locale/zh_TW.Big5/LC_MESSAGES/kdmconfig.mo share/locale/zh_TW.Big5/LC_MESSAGES/kdmgreet.mo +share/locale/zh_TW.Big5/LC_MESSAGES/kdvi.mo +share/locale/zh_TW.Big5/LC_MESSAGES/kedit.mo +share/locale/zh_TW.Big5/LC_MESSAGES/kexpress.mo +share/locale/zh_TW.Big5/LC_MESSAGES/kfax.mo +share/locale/zh_TW.Big5/LC_MESSAGES/kfind.mo share/locale/zh_TW.Big5/LC_MESSAGES/kfindpart.mo +share/locale/zh_TW.Big5/LC_MESSAGES/kfinger.mo +share/locale/zh_TW.Big5/LC_MESSAGES/kfloppy.mo share/locale/zh_TW.Big5/LC_MESSAGES/kfmclient.mo share/locale/zh_TW.Big5/LC_MESSAGES/kfmexec.mo +share/locale/zh_TW.Big5/LC_MESSAGES/kformula.mo +share/locale/zh_TW.Big5/LC_MESSAGES/kfract.mo +share/locale/zh_TW.Big5/LC_MESSAGES/kghostview.mo share/locale/zh_TW.Big5/LC_MESSAGES/khelpcenter.mo +share/locale/zh_TW.Big5/LC_MESSAGES/khexedit.mo share/locale/zh_TW.Big5/LC_MESSAGES/khotkeys.mo share/locale/zh_TW.Big5/LC_MESSAGES/kicker.mo +share/locale/zh_TW.Big5/LC_MESSAGES/kiconedit.mo +share/locale/zh_TW.Big5/LC_MESSAGES/kikbd.mo +share/locale/zh_TW.Big5/LC_MESSAGES/killustrator.mo +share/locale/zh_TW.Big5/LC_MESSAGES/kimage.mo share/locale/zh_TW.Big5/LC_MESSAGES/kio_help.mo share/locale/zh_TW.Big5/LC_MESSAGES/kio_man.mo +share/locale/zh_TW.Big5/LC_MESSAGES/kjots.mo +share/locale/zh_TW.Big5/LC_MESSAGES/kjoy.mo share/locale/zh_TW.Big5/LC_MESSAGES/klegacyimport.mo +share/locale/zh_TW.Big5/LC_MESSAGES/klilo.mo share/locale/zh_TW.Big5/LC_MESSAGES/klipper.mo +share/locale/zh_TW.Big5/LC_MESSAGES/kljettool.mo share/locale/zh_TW.Big5/LC_MESSAGES/klock.mo +share/locale/zh_TW.Big5/LC_MESSAGES/klpq.mo +share/locale/zh_TW.Big5/LC_MESSAGES/klyx.mo +share/locale/zh_TW.Big5/LC_MESSAGES/kmahjongg.mo +share/locale/zh_TW.Big5/LC_MESSAGES/kmail.mo +share/locale/zh_TW.Big5/LC_MESSAGES/kmedia.mo share/locale/zh_TW.Big5/LC_MESSAGES/kmenuedit.mo +share/locale/zh_TW.Big5/LC_MESSAGES/kmessage.mo +share/locale/zh_TW.Big5/LC_MESSAGES/kmid.mo +share/locale/zh_TW.Big5/LC_MESSAGES/kmidi.mo +share/locale/zh_TW.Big5/LC_MESSAGES/kmines.mo share/locale/zh_TW.Big5/LC_MESSAGES/kminipagerapplet.mo +share/locale/zh_TW.Big5/LC_MESSAGES/kmix.mo +share/locale/zh_TW.Big5/LC_MESSAGES/kmoon.mo +share/locale/zh_TW.Big5/LC_MESSAGES/knode.mo +share/locale/zh_TW.Big5/LC_MESSAGES/knotes.mo +share/locale/zh_TW.Big5/LC_MESSAGES/knotify.mo +share/locale/zh_TW.Big5/LC_MESSAGES/knu.mo +share/locale/zh_TW.Big5/LC_MESSAGES/koffice.mo share/locale/zh_TW.Big5/LC_MESSAGES/kongqueror.mo share/locale/zh_TW.Big5/LC_MESSAGES/konqueror.mo +share/locale/zh_TW.Big5/LC_MESSAGES/konquest.mo share/locale/zh_TW.Big5/LC_MESSAGES/konsole.mo +share/locale/zh_TW.Big5/LC_MESSAGES/korganizer.mo +share/locale/zh_TW.Big5/LC_MESSAGES/korn.mo +share/locale/zh_TW.Big5/LC_MESSAGES/koshell.mo +share/locale/zh_TW.Big5/LC_MESSAGES/kpackage.mo share/locale/zh_TW.Big5/LC_MESSAGES/kpager.mo +share/locale/zh_TW.Big5/LC_MESSAGES/kpaint.mo +share/locale/zh_TW.Big5/LC_MESSAGES/kpat.mo +share/locale/zh_TW.Big5/LC_MESSAGES/kpilot.mo +share/locale/zh_TW.Big5/LC_MESSAGES/kpm.mo +share/locale/zh_TW.Big5/LC_MESSAGES/kpoker.mo +share/locale/zh_TW.Big5/LC_MESSAGES/kppp.mo +share/locale/zh_TW.Big5/LC_MESSAGES/kppplogview.mo +share/locale/zh_TW.Big5/LC_MESSAGES/kpresenter.mo share/locale/zh_TW.Big5/LC_MESSAGES/kreadconfig.mo +share/locale/zh_TW.Big5/LC_MESSAGES/kreversi.mo +share/locale/zh_TW.Big5/LC_MESSAGES/krn.mo share/locale/zh_TW.Big5/LC_MESSAGES/krunapplet.mo +share/locale/zh_TW.Big5/LC_MESSAGES/ksame.mo +share/locale/zh_TW.Big5/LC_MESSAGES/kscd.mo +share/locale/zh_TW.Big5/LC_MESSAGES/kshisen.mo +share/locale/zh_TW.Big5/LC_MESSAGES/ksirc.mo +share/locale/zh_TW.Big5/LC_MESSAGES/ksirtet.mo +share/locale/zh_TW.Big5/LC_MESSAGES/ksmiletris.mo share/locale/zh_TW.Big5/LC_MESSAGES/ksmserver.mo +share/locale/zh_TW.Big5/LC_MESSAGES/ksnake.mo +share/locale/zh_TW.Big5/LC_MESSAGES/ksnapshot.mo +share/locale/zh_TW.Big5/LC_MESSAGES/ksokoban.mo share/locale/zh_TW.Big5/LC_MESSAGES/ksplash.mo +share/locale/zh_TW.Big5/LC_MESSAGES/kspread.mo +share/locale/zh_TW.Big5/LC_MESSAGES/kspreadcalc_calc.mo share/locale/zh_TW.Big5/LC_MESSAGES/kstart.mo +share/locale/zh_TW.Big5/LC_MESSAGES/kstartperf.mo +share/locale/zh_TW.Big5/LC_MESSAGES/ksysctrl.mo share/locale/zh_TW.Big5/LC_MESSAGES/ksysguard.mo share/locale/zh_TW.Big5/LC_MESSAGES/ksystemtrayapplet.mo +share/locale/zh_TW.Big5/LC_MESSAGES/ksysv.mo +share/locale/zh_TW.Big5/LC_MESSAGES/ktalkd.mo share/locale/zh_TW.Big5/LC_MESSAGES/ktaskbarapplet.mo +share/locale/zh_TW.Big5/LC_MESSAGES/ktelnet.mo +share/locale/zh_TW.Big5/LC_MESSAGES/kthememgr.mo share/locale/zh_TW.Big5/LC_MESSAGES/ktip.mo +share/locale/zh_TW.Big5/LC_MESSAGES/ktop.mo +share/locale/zh_TW.Big5/LC_MESSAGES/ktranslator.mo +share/locale/zh_TW.Big5/LC_MESSAGES/kuser.mo +share/locale/zh_TW.Big5/LC_MESSAGES/kvidtune.mo +share/locale/zh_TW.Big5/LC_MESSAGES/kview.mo +share/locale/zh_TW.Big5/LC_MESSAGES/kwebtree.mo share/locale/zh_TW.Big5/LC_MESSAGES/kwin.mo +share/locale/zh_TW.Big5/LC_MESSAGES/kword.mo +share/locale/zh_TW.Big5/LC_MESSAGES/kworldwatch.mo share/locale/zh_TW.Big5/LC_MESSAGES/kwrite.mo +share/locale/zh_TW.Big5/LC_MESSAGES/kwuftpd.mo share/locale/zh_TW.Big5/LC_MESSAGES/kxkb.mo share/locale/zh_TW.Big5/LC_MESSAGES/kxmlrpcd.mo share/locale/zh_TW.Big5/LC_MESSAGES/kxsconfig.mo @@ -19599,1658 +21230,23 @@ share/locale/zh_TW.Big5/LC_MESSAGES/naughtyapplet.mo share/locale/zh_TW.Big5/LC_MESSAGES/nsplugin.mo share/locale/zh_TW.Big5/LC_MESSAGES/passwords.mo share/locale/zh_TW.Big5/LC_MESSAGES/quicklauncher.mo -share/locale/zh_TW.Big5/LC_MESSAGES/kabalone.mo -share/locale/zh_TW.Big5/LC_MESSAGES/kasteroids.mo -share/locale/zh_TW.Big5/LC_MESSAGES/katomic.mo -share/locale/zh_TW.Big5/LC_MESSAGES/kblackbox.mo -share/locale/zh_TW.Big5/LC_MESSAGES/kmahjongg.mo -share/locale/zh_TW.Big5/LC_MESSAGES/kmines.mo -share/locale/zh_TW.Big5/LC_MESSAGES/konquest.mo -share/locale/zh_TW.Big5/LC_MESSAGES/kpat.mo -share/locale/zh_TW.Big5/LC_MESSAGES/kpoker.mo -share/locale/zh_TW.Big5/LC_MESSAGES/kreversi.mo -share/locale/zh_TW.Big5/LC_MESSAGES/ksame.mo -share/locale/zh_TW.Big5/LC_MESSAGES/kshisen.mo -share/locale/zh_TW.Big5/LC_MESSAGES/ksirtet.mo -share/locale/zh_TW.Big5/LC_MESSAGES/ksmiletris.mo -share/locale/zh_TW.Big5/LC_MESSAGES/ksnake.mo -share/locale/zh_TW.Big5/LC_MESSAGES/ksokoban.mo -share/locale/zh_TW.Big5/LC_MESSAGES/kdvi.mo -share/locale/zh_TW.Big5/LC_MESSAGES/kfax.mo -share/locale/zh_TW.Big5/LC_MESSAGES/kfract.mo -share/locale/zh_TW.Big5/LC_MESSAGES/kghostview.mo -share/locale/zh_TW.Big5/LC_MESSAGES/kiconedit.mo -share/locale/zh_TW.Big5/LC_MESSAGES/kpaint.mo -share/locale/zh_TW.Big5/LC_MESSAGES/ksnapshot.mo -share/locale/zh_TW.Big5/LC_MESSAGES/kview.mo -share/locale/zh_TW.Big5/LC_MESSAGES/aktion.mo -share/locale/zh_TW.Big5/LC_MESSAGES/kaiman.mo -share/locale/zh_TW.Big5/LC_MESSAGES/kcmkmix.mo -share/locale/zh_TW.Big5/LC_MESSAGES/kmedia.mo -share/locale/zh_TW.Big5/LC_MESSAGES/kmid.mo -share/locale/zh_TW.Big5/LC_MESSAGES/kmidi.mo -share/locale/zh_TW.Big5/LC_MESSAGES/kmix.mo -share/locale/zh_TW.Big5/LC_MESSAGES/kscd.mo -share/locale/zh_TW.Big5/LC_MESSAGES/colftp.mo -share/locale/zh_TW.Big5/LC_MESSAGES/colnews.mo -share/locale/zh_TW.Big5/LC_MESSAGES/colweb.mo -share/locale/zh_TW.Big5/LC_MESSAGES/colwhois.mo -share/locale/zh_TW.Big5/LC_MESSAGES/korn.mo -share/locale/zh_TW.Big5/LC_MESSAGES/kcmktalkd.mo -share/locale/zh_TW.Big5/LC_MESSAGES/kcmnewsticker.mo -share/locale/zh_TW.Big5/LC_MESSAGES/kmail.mo -share/locale/zh_TW.Big5/LC_MESSAGES/knode.mo -share/locale/zh_TW.Big5/LC_MESSAGES/kppp.mo -share/locale/zh_TW.Big5/LC_MESSAGES/kppplogview.mo -share/locale/zh_TW.Big5/LC_MESSAGES/krn.mo -share/locale/zh_TW.Big5/LC_MESSAGES/ksirc.mo -share/locale/zh_TW.Big5/LC_MESSAGES/ktalkd.mo -share/locale/zh_TW.Big5/LC_MESSAGES/abbrowser.mo -share/locale/zh_TW.Big5/LC_MESSAGES/empath.mo -share/locale/zh_TW.Big5/LC_MESSAGES/korganizer.mo -share/locale/zh_TW.Big5/LC_MESSAGES/kpilot.mo -share/locale/zh_TW.Big5/LC_MESSAGES/kbabel.mo -share/locale/zh_TW.Big5/LC_MESSAGES/kdevelop.mo -share/locale/zh_TW.Big5/LC_MESSAGES/kstartperf.mo -share/locale/zh_TW.Big5/LC_MESSAGES/ktranslator.mo -share/locale/zh_TW.Big5/LC_MESSAGES/amor.mo -share/locale/zh_TW.Big5/LC_MESSAGES/kmoon.mo -share/locale/zh_TW.Big5/LC_MESSAGES/kworldwatch.mo -share/locale/zh_TW.Big5/LC_MESSAGES/ark.mo -share/locale/zh_TW.Big5/LC_MESSAGES/iconpackager.mo -share/locale/zh_TW.Big5/LC_MESSAGES/kab.mo -share/locale/zh_TW.Big5/LC_MESSAGES/karm.mo -share/locale/zh_TW.Big5/LC_MESSAGES/klpq.mo -share/locale/zh_TW.Big5/LC_MESSAGES/kcalc.mo -share/locale/zh_TW.Big5/LC_MESSAGES/kcharselect.mo -share/locale/zh_TW.Big5/LC_MESSAGES/kcmlaptop.mo -share/locale/zh_TW.Big5/LC_MESSAGES/kdepasswd.mo -share/locale/zh_TW.Big5/LC_MESSAGES/kdessh.mo -share/locale/zh_TW.Big5/LC_MESSAGES/kedit.mo -share/locale/zh_TW.Big5/LC_MESSAGES/kfind.mo -share/locale/zh_TW.Big5/LC_MESSAGES/kfloppy.mo -share/locale/zh_TW.Big5/LC_MESSAGES/khexedit.mo -share/locale/zh_TW.Big5/LC_MESSAGES/kjots.mo -share/locale/zh_TW.Big5/LC_MESSAGES/kljettool.mo -share/locale/zh_TW.Big5/LC_MESSAGES/knotes.mo -share/locale/zh_TW.Big5/LC_MESSAGES/kpm.mo -share/locale/zh_TW.Big5/LC_MESSAGES/ktop.mo -share/locale/zh_TW.Big5/LC_MESSAGES/kchart.mo -share/locale/zh_TW.Big5/LC_MESSAGES/kformula.mo -share/locale/zh_TW.Big5/LC_MESSAGES/killustrator.mo -share/locale/zh_TW.Big5/LC_MESSAGES/kimage.mo -share/locale/zh_TW.Big5/LC_MESSAGES/koffice.mo -share/locale/zh_TW.Big5/LC_MESSAGES/koshell.mo -share/locale/zh_TW.Big5/LC_MESSAGES/kpresenter.mo -share/locale/zh_TW.Big5/LC_MESSAGES/kspread.mo -share/locale/zh_TW.Big5/LC_MESSAGES/kspreadcalc_calc.mo -share/locale/zh_TW.Big5/LC_MESSAGES/kword.mo -share/locale/zh_TW.Big5/LC_MESSAGES/caitoo.mo -share/locale/zh_TW.Big5/LC_MESSAGES/colfind.mo -share/locale/zh_TW.Big5/LC_MESSAGES/columbo.mo -share/locale/zh_TW.Big5/LC_MESSAGES/gofai.mo -share/locale/zh_TW.Big5/LC_MESSAGES/karchie.mo -share/locale/zh_TW.Big5/LC_MESSAGES/katalog.mo -share/locale/zh_TW.Big5/LC_MESSAGES/kautorun.mo -share/locale/zh_TW.Big5/LC_MESSAGES/kbiff.mo -share/locale/zh_TW.Big5/LC_MESSAGES/kclock.mo -share/locale/zh_TW.Big5/LC_MESSAGES/kcmail.mo -share/locale/zh_TW.Big5/LC_MESSAGES/kcmbind.mo -share/locale/zh_TW.Big5/LC_MESSAGES/kcmdhcpd.mo -share/locale/zh_TW.Big5/LC_MESSAGES/kcmdrkonqi.mo -share/locale/zh_TW.Big5/LC_MESSAGES/kcmfontmanager.mo -share/locale/zh_TW.Big5/LC_MESSAGES/kcmgofai.mo -share/locale/zh_TW.Big5/LC_MESSAGES/kcmiwatcher.mo -share/locale/zh_TW.Big5/LC_MESSAGES/kcmkisdn.mo -share/locale/zh_TW.Big5/LC_MESSAGES/kcmprinter.mo -share/locale/zh_TW.Big5/LC_MESSAGES/kcoloredit.mo -share/locale/zh_TW.Big5/LC_MESSAGES/kdbbrowser.mo -share/locale/zh_TW.Big5/LC_MESSAGES/kdbg.mo -share/locale/zh_TW.Big5/LC_MESSAGES/kexpress.mo -share/locale/zh_TW.Big5/LC_MESSAGES/kfinger.mo -share/locale/zh_TW.Big5/LC_MESSAGES/kikbd.mo -share/locale/zh_TW.Big5/LC_MESSAGES/kjoy.mo -share/locale/zh_TW.Big5/LC_MESSAGES/klilo.mo -share/locale/zh_TW.Big5/LC_MESSAGES/klyx.mo -share/locale/zh_TW.Big5/LC_MESSAGES/kmessage.mo -share/locale/zh_TW.Big5/LC_MESSAGES/knu.mo -share/locale/zh_TW.Big5/LC_MESSAGES/ktelnet.mo -share/locale/zh_TW.Big5/LC_MESSAGES/kthememgr.mo -share/locale/zh_TW.Big5/LC_MESSAGES/kvidtune.mo -share/locale/zh_TW.Big5/LC_MESSAGES/kwebtree.mo -share/locale/zh_TW.Big5/LC_MESSAGES/desktop.mo -share/locale/zh_TW.Big5/LC_MESSAGES/kdelibs.mo -share/locale/zh_TW.Big5/LC_MESSAGES/knotify.mo share/locale/zh_TW.Big5/charset share/locale/zh_TW.Big5/entry.desktop share/locale/zh_TW.Big5/flag.png -share/locale/zh_CN.GB2312/LC_MESSAGES/kcmlilo.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kcron.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kdat.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kpackage.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/ksysctrl.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/ksysv.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kuser.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kwuftpd.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/secpolicy.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/appletproxy.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/childpanelextension.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/clockapplet.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/drkonqi.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/extensionproxy.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/filetypes.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/htmlsearch.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kaccess.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kappfinder.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kcmaccess.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kcmarts.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kcmbackground.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/ktip.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kcmbell.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kcmcolors.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kcmcrypto.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kcmemail.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kcmenergy.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kcmfonts.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kcmhtmlsearch.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kcmicons.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kcminfo.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kcminput.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kcmioslaveinfo.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kcmkclock.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kcmkdb.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kcmkeys.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kcmkicker.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kcmkio.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kcmkonq.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kcmkonqhtml.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kcmkurifilt.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kcmkwm.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kcmlayout.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kcmlocale.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kcmmidi.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kcmnotify.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kcmodbc.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kcmsamba.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kcmscreensaver.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kcmsmserver.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kcmstyle.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kcmtaskbar.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kcmthemes.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kcontrol.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kdcop.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kdebugdialog.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kdesktop.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kdesu.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kdesud.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kdmchooser.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kdmconfig.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kdmgreet.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kfindpart.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kfmclient.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kfmexec.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/khelpcenter.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/khotkeys.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kicker.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kio_help.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kio_man.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/klegacyimport.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/klipper.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/klock.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kmenuedit.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kminipagerapplet.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/konqueror.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/konsole.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kpager.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kreadconfig.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/krunapplet.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/ksmserver.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/ksplash.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kstart.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/ksysguard.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/ksystemtrayapplet.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/ktaskbarapplet.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kwin.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kwrite.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kxkb.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kxmlrpcd.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/libkonq.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kxsconfig.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/libtaskbar.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/naughtyapplet.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/nsplugin.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/passwords.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/quicklauncher.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/taskbarextension.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kabalone.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kasteroids.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/katomic.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kblackbox.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kjezz.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kjumpingcube.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kmahjongg.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kmines.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/konquest.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kpat.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kpoker.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kreversi.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/ksame.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kshisen.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/ksirtet.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/ksmiletris.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/ksnake.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/ksokoban.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kspaceduel.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/ktron.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/ktuberling.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/multiplayers.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kdvi.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kfax.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kfract.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kghostview.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kiconedit.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kpixmap2bitmap.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/ksnapshot.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kview.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/pixie.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/aktion.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/artsbuilder.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/artscontrol.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kaiman.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kcmkmix.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kmedia.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kmid.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kmidi.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kmix.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kscd.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kcmktalkd.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/keystone.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kit.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kmail.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/knode.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/korn.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kppp.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kppplogview.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/ksirc.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/ktalkd.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/abbrowser.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/empath.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/korganizer.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kdevelop.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kless.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/ktranslator.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kmoon.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/ark.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kab.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/karm.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kcalc.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kcharselect.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kcmlaptop.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kdepasswd.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kdessh.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kdf.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kedit.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kfind.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kfloppy.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/khexedit.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kjots.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/klaptopdaemon.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kljettool.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/klpq.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/knotes.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kpm.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/ktop.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/caitoo.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/colfind.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/katalog.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kautorun.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kclock.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kcmdrkonqi.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kcmprinter.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kcrontab.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kdbg.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kfinger.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kfortune.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kikbd.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kjoy.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/klyx.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kmaster.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/knu.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kpaint.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kray.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/krn.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/krubik.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/ksamba.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/ksciplot.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/ktalk.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/ktelnet.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kthememgr.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kvidtune.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kwebtree.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/desktop.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kdelibs.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/knotify.mo -share/locale/zh_CN.GB2312/charset -share/locale/zh_CN.GB2312/entry.desktop -share/locale/zh_CN.GB2312/flag.png -share/locale/eo/LC_MESSAGES/kcmlilo.mo -share/locale/eo/LC_MESSAGES/kcron.mo -share/locale/eo/LC_MESSAGES/kdat.mo -share/locale/eo/LC_MESSAGES/kpackage.mo -share/locale/eo/LC_MESSAGES/ksysctrl.mo -share/locale/eo/LC_MESSAGES/ksysv.mo -share/locale/eo/LC_MESSAGES/kuser.mo -share/locale/eo/LC_MESSAGES/kwuftpd.mo -share/locale/eo/LC_MESSAGES/secpolicy.mo -share/locale/eo/LC_MESSAGES/appletproxy.mo -share/locale/eo/LC_MESSAGES/childpanelextension.mo -share/locale/eo/LC_MESSAGES/clockapplet.mo -share/locale/eo/LC_MESSAGES/drkonqi.mo -share/locale/eo/LC_MESSAGES/extensionproxy.mo -share/locale/eo/LC_MESSAGES/filetypes.mo -share/locale/eo/LC_MESSAGES/htmlsearch.mo -share/locale/eo/LC_MESSAGES/kaccess.mo -share/locale/eo/LC_MESSAGES/kappfinder.mo -share/locale/eo/LC_MESSAGES/kcmaccess.mo -share/locale/eo/LC_MESSAGES/kcmarts.mo -share/locale/eo/LC_MESSAGES/kcmbackground.mo -share/locale/eo/LC_MESSAGES/kcmbell.mo -share/locale/eo/LC_MESSAGES/kcmcolors.mo -share/locale/eo/LC_MESSAGES/kcmcrypto.mo -share/locale/eo/LC_MESSAGES/kcmemail.mo -share/locale/eo/LC_MESSAGES/kcmenergy.mo -share/locale/eo/LC_MESSAGES/kcmfonts.mo -share/locale/eo/LC_MESSAGES/kcmhtmlsearch.mo -share/locale/eo/LC_MESSAGES/kcmicons.mo -share/locale/eo/LC_MESSAGES/kcminfo.mo -share/locale/eo/LC_MESSAGES/kcminput.mo -share/locale/eo/LC_MESSAGES/kcmioslaveinfo.mo -share/locale/eo/LC_MESSAGES/kcmkclock.mo -share/locale/eo/LC_MESSAGES/kcmkdb.mo -share/locale/eo/LC_MESSAGES/kcmkeys.mo -share/locale/eo/LC_MESSAGES/kcmkicker.mo -share/locale/eo/LC_MESSAGES/kcmkio.mo -share/locale/eo/LC_MESSAGES/kcmkonq.mo -share/locale/eo/LC_MESSAGES/kcmkonqhtml.mo -share/locale/eo/LC_MESSAGES/kcmkurifilt.mo -share/locale/eo/LC_MESSAGES/kcmkwm.mo -share/locale/eo/LC_MESSAGES/kcmlayout.mo -share/locale/eo/LC_MESSAGES/kcmlocale.mo -share/locale/eo/LC_MESSAGES/kcmmidi.mo -share/locale/eo/LC_MESSAGES/kcmnotify.mo -share/locale/eo/LC_MESSAGES/kcmodbc.mo -share/locale/eo/LC_MESSAGES/kcmsamba.mo -share/locale/eo/LC_MESSAGES/kcmscreensaver.mo -share/locale/eo/LC_MESSAGES/kcmsmserver.mo -share/locale/eo/LC_MESSAGES/kcmstyle.mo -share/locale/eo/LC_MESSAGES/kcmtaskbar.mo -share/locale/eo/LC_MESSAGES/kcmthemes.mo -share/locale/eo/LC_MESSAGES/kcontrol.mo -share/locale/eo/LC_MESSAGES/kdcop.mo -share/locale/eo/LC_MESSAGES/kdebugdialog.mo -share/locale/eo/LC_MESSAGES/kdesktop.mo -share/locale/eo/LC_MESSAGES/kdesu.mo -share/locale/eo/LC_MESSAGES/kdesud.mo -share/locale/eo/LC_MESSAGES/kdmchooser.mo -share/locale/eo/LC_MESSAGES/kdmconfig.mo -share/locale/eo/LC_MESSAGES/kdmgreet.mo -share/locale/eo/LC_MESSAGES/kfindpart.mo -share/locale/eo/LC_MESSAGES/kfmclient.mo -share/locale/eo/LC_MESSAGES/kfmexec.mo -share/locale/eo/LC_MESSAGES/khelpcenter.mo -share/locale/eo/LC_MESSAGES/khotkeys.mo -share/locale/eo/LC_MESSAGES/kicker.mo -share/locale/eo/LC_MESSAGES/kio_help.mo -share/locale/eo/LC_MESSAGES/kio_man.mo -share/locale/eo/LC_MESSAGES/kio_smbro.mo -share/locale/eo/LC_MESSAGES/klegacyimport.mo -share/locale/eo/LC_MESSAGES/klipper.mo -share/locale/eo/LC_MESSAGES/klock.mo -share/locale/eo/LC_MESSAGES/kmenuedit.mo -share/locale/eo/LC_MESSAGES/kminipagerapplet.mo -share/locale/eo/LC_MESSAGES/konqueror.mo -share/locale/eo/LC_MESSAGES/konsole.mo -share/locale/eo/LC_MESSAGES/kpager.mo -share/locale/eo/LC_MESSAGES/kreadconfig.mo -share/locale/eo/LC_MESSAGES/krunapplet.mo -share/locale/eo/LC_MESSAGES/ksmserver.mo -share/locale/eo/LC_MESSAGES/ksplash.mo -share/locale/eo/LC_MESSAGES/kstart.mo -share/locale/eo/LC_MESSAGES/ksysguard.mo -share/locale/eo/LC_MESSAGES/ksystemtrayapplet.mo -share/locale/eo/LC_MESSAGES/ktaskbarapplet.mo -share/locale/eo/LC_MESSAGES/ktip.mo -share/locale/eo/LC_MESSAGES/kwin.mo -share/locale/eo/LC_MESSAGES/kwrite.mo -share/locale/eo/LC_MESSAGES/kxkb.mo -share/locale/eo/LC_MESSAGES/kxmlrpcd.mo -share/locale/eo/LC_MESSAGES/kxsconfig.mo -share/locale/eo/LC_MESSAGES/libkonq.mo -share/locale/eo/LC_MESSAGES/libtaskbar.mo -share/locale/eo/LC_MESSAGES/naughtyapplet.mo -share/locale/eo/LC_MESSAGES/nsplugin.mo -share/locale/eo/LC_MESSAGES/passwords.mo -share/locale/eo/LC_MESSAGES/quicklauncher.mo -share/locale/eo/LC_MESSAGES/taskbarextension.mo -share/locale/eo/LC_MESSAGES/kabalone.mo -share/locale/eo/LC_MESSAGES/kasteroids.mo -share/locale/eo/LC_MESSAGES/katomic.mo -share/locale/eo/LC_MESSAGES/kbackgammon.mo -share/locale/eo/LC_MESSAGES/kblackbox.mo -share/locale/eo/LC_MESSAGES/kjezz.mo -share/locale/eo/LC_MESSAGES/kjumpingcube.mo -share/locale/eo/LC_MESSAGES/kmahjongg.mo -share/locale/eo/LC_MESSAGES/kmines.mo -share/locale/eo/LC_MESSAGES/konquest.mo -share/locale/eo/LC_MESSAGES/kpat.mo -share/locale/eo/LC_MESSAGES/kpoker.mo -share/locale/eo/LC_MESSAGES/kreversi.mo -share/locale/eo/LC_MESSAGES/ksame.mo -share/locale/eo/LC_MESSAGES/kshisen.mo -share/locale/eo/LC_MESSAGES/ksirtet.mo -share/locale/eo/LC_MESSAGES/ksmiletris.mo -share/locale/eo/LC_MESSAGES/ksnake.mo -share/locale/eo/LC_MESSAGES/ksokoban.mo -share/locale/eo/LC_MESSAGES/kspaceduel.mo -share/locale/eo/LC_MESSAGES/ktron.mo -share/locale/eo/LC_MESSAGES/ktuberling.mo -share/locale/eo/LC_MESSAGES/kwin4.mo -share/locale/eo/LC_MESSAGES/libkdegames.mo -share/locale/eo/LC_MESSAGES/lskat.mo -share/locale/eo/LC_MESSAGES/multiplayers.mo -share/locale/eo/LC_MESSAGES/kcmkamera.mo -share/locale/eo/LC_MESSAGES/kdvi.mo -share/locale/eo/LC_MESSAGES/kfax.mo -share/locale/eo/LC_MESSAGES/kfract.mo -share/locale/eo/LC_MESSAGES/kghostview.mo -share/locale/eo/LC_MESSAGES/kiconedit.mo -share/locale/eo/LC_MESSAGES/kpaint.mo -share/locale/eo/LC_MESSAGES/kpixmap2bitmap.mo -share/locale/eo/LC_MESSAGES/kruler.mo -share/locale/eo/LC_MESSAGES/ksnapshot.mo -share/locale/eo/LC_MESSAGES/kview.mo -share/locale/eo/LC_MESSAGES/kmid.mo -share/locale/eo/LC_MESSAGES/kviewshell.mo -share/locale/eo/LC_MESSAGES/pixie.mo -share/locale/eo/LC_MESSAGES/aktion.mo -share/locale/eo/LC_MESSAGES/artsbuilder.mo -share/locale/eo/LC_MESSAGES/artscontrol.mo -share/locale/eo/LC_MESSAGES/kcmkmix.mo -share/locale/eo/LC_MESSAGES/kmidi.mo -share/locale/eo/LC_MESSAGES/kmix.mo -share/locale/eo/LC_MESSAGES/kscd.mo -share/locale/eo/LC_MESSAGES/noatun.mo -share/locale/eo/LC_MESSAGES/kcmktalkd.mo -share/locale/eo/LC_MESSAGES/kcmlanbrowser.mo -share/locale/eo/LC_MESSAGES/kcmnewsticker.mo -share/locale/eo/LC_MESSAGES/keystone.mo -share/locale/eo/LC_MESSAGES/kit.mo -share/locale/eo/LC_MESSAGES/kmail.mo -share/locale/eo/LC_MESSAGES/kmailcvt.mo -share/locale/eo/LC_MESSAGES/knewsticker.mo -share/locale/eo/LC_MESSAGES/knode.mo -share/locale/eo/LC_MESSAGES/korn.mo -share/locale/eo/LC_MESSAGES/kppp.mo -share/locale/eo/LC_MESSAGES/kppplogview.mo -share/locale/eo/LC_MESSAGES/ksirc.mo -share/locale/eo/LC_MESSAGES/ktalkd.mo -share/locale/eo/LC_MESSAGES/amor.mo -share/locale/eo/LC_MESSAGES/kmoon.mo -share/locale/eo/LC_MESSAGES/kodo.mo -share/locale/eo/LC_MESSAGES/kscoreapplet.mo -share/locale/eo/LC_MESSAGES/kteatime.mo -share/locale/eo/LC_MESSAGES/ktux.mo -share/locale/eo/LC_MESSAGES/kworldwatch.mo -share/locale/eo/LC_MESSAGES/ark.mo -share/locale/eo/LC_MESSAGES/kab.mo -share/locale/eo/LC_MESSAGES/karm.mo -share/locale/eo/LC_MESSAGES/kcalc.mo -share/locale/eo/LC_MESSAGES/kcharselect.mo -share/locale/eo/LC_MESSAGES/kcmlaptop.mo -share/locale/eo/LC_MESSAGES/kdepasswd.mo -share/locale/eo/LC_MESSAGES/kdessh.mo -share/locale/eo/LC_MESSAGES/kdf.mo -share/locale/eo/LC_MESSAGES/kedit.mo -share/locale/eo/LC_MESSAGES/kfind.mo -share/locale/eo/LC_MESSAGES/kfloppy.mo -share/locale/eo/LC_MESSAGES/khexedit.mo -share/locale/eo/LC_MESSAGES/kjots.mo -share/locale/eo/LC_MESSAGES/klaptopdaemon.mo -share/locale/eo/LC_MESSAGES/kljettool.mo -share/locale/eo/LC_MESSAGES/klpq.mo -share/locale/eo/LC_MESSAGES/knotes.mo -share/locale/eo/LC_MESSAGES/kpm.mo -share/locale/eo/LC_MESSAGES/ktimemon.mo -share/locale/eo/LC_MESSAGES/graphite.mo -share/locale/eo/LC_MESSAGES/kchart.mo -share/locale/eo/LC_MESSAGES/kformula.mo -share/locale/eo/LC_MESSAGES/killustrator.mo -share/locale/eo/LC_MESSAGES/kivio.mo -share/locale/eo/LC_MESSAGES/koffice.mo -share/locale/eo/LC_MESSAGES/koshell.mo -share/locale/eo/LC_MESSAGES/kpresenter.mo -share/locale/eo/LC_MESSAGES/krayon.mo -share/locale/eo/LC_MESSAGES/kspread.mo -share/locale/eo/LC_MESSAGES/kspreadcalc_calc.mo -share/locale/eo/LC_MESSAGES/kword.mo -share/locale/eo/LC_MESSAGES/desktop.mo -share/locale/eo/LC_MESSAGES/kdelibs.mo -share/locale/eo/LC_MESSAGES/knotify.mo -share/locale/eo/charset -share/locale/eo/entry.desktop -share/locale/eo/flag.png -share/locale/et/LC_MESSAGES/kcron.mo -share/locale/et/LC_MESSAGES/kdat.mo -share/locale/et/LC_MESSAGES/kpackage.mo -share/locale/et/LC_MESSAGES/ksysctrl.mo -share/locale/et/LC_MESSAGES/ksysv.mo -share/locale/et/LC_MESSAGES/kuser.mo -share/locale/et/LC_MESSAGES/kwuftpd.mo -share/locale/et/LC_MESSAGES/secpolicy.mo -share/locale/et/LC_MESSAGES/appletproxy.mo -share/locale/et/LC_MESSAGES/childpanelextension.mo -share/locale/et/LC_MESSAGES/clockapplet.mo -share/locale/et/LC_MESSAGES/drkonqi.mo -share/locale/et/LC_MESSAGES/extensionproxy.mo -share/locale/et/LC_MESSAGES/filetypes.mo -share/locale/et/LC_MESSAGES/htmlsearch.mo -share/locale/et/LC_MESSAGES/kaccess.mo -share/locale/et/LC_MESSAGES/kappfinder.mo -share/locale/et/LC_MESSAGES/kcmaccess.mo -share/locale/et/LC_MESSAGES/kcmarts.mo -share/locale/et/LC_MESSAGES/kcmbackground.mo -share/locale/et/LC_MESSAGES/kcmbell.mo -share/locale/et/LC_MESSAGES/kcmcolors.mo -share/locale/et/LC_MESSAGES/kcmcrypto.mo -share/locale/et/LC_MESSAGES/kcmemail.mo -share/locale/et/LC_MESSAGES/kcmenergy.mo -share/locale/et/LC_MESSAGES/kcmfonts.mo -share/locale/et/LC_MESSAGES/kcmhtmlsearch.mo -share/locale/et/LC_MESSAGES/kcmicons.mo -share/locale/et/LC_MESSAGES/kcminfo.mo -share/locale/et/LC_MESSAGES/kcminput.mo -share/locale/et/LC_MESSAGES/kcmioslaveinfo.mo -share/locale/et/LC_MESSAGES/kcmkclock.mo -share/locale/et/LC_MESSAGES/kcmkdb.mo -share/locale/et/LC_MESSAGES/kcmkeys.mo -share/locale/et/LC_MESSAGES/kcmkicker.mo -share/locale/et/LC_MESSAGES/kcmkio.mo -share/locale/et/LC_MESSAGES/kcmkonq.mo -share/locale/et/LC_MESSAGES/kcmkonqhtml.mo -share/locale/et/LC_MESSAGES/kcmkurifilt.mo -share/locale/et/LC_MESSAGES/kcmkwm.mo -share/locale/et/LC_MESSAGES/kcmlayout.mo -share/locale/et/LC_MESSAGES/kcmlocale.mo -share/locale/et/LC_MESSAGES/kcmmidi.mo -share/locale/et/LC_MESSAGES/kcmodbc.mo -share/locale/et/LC_MESSAGES/kcmnotify.mo -share/locale/et/LC_MESSAGES/kcmsamba.mo -share/locale/et/LC_MESSAGES/kcmscreensaver.mo -share/locale/et/LC_MESSAGES/kcmsmserver.mo -share/locale/et/LC_MESSAGES/kcmstyle.mo -share/locale/et/LC_MESSAGES/kcmtaskbar.mo -share/locale/et/LC_MESSAGES/kcmthemes.mo -share/locale/et/LC_MESSAGES/kcontrol.mo -share/locale/et/LC_MESSAGES/kdcop.mo -share/locale/et/LC_MESSAGES/kdebugdialog.mo -share/locale/et/LC_MESSAGES/kdesktop.mo -share/locale/et/LC_MESSAGES/kdesu.mo -share/locale/et/LC_MESSAGES/kdesud.mo -share/locale/et/LC_MESSAGES/kdmchooser.mo -share/locale/et/LC_MESSAGES/kdmconfig.mo -share/locale/et/LC_MESSAGES/kdmgreet.mo -share/locale/et/LC_MESSAGES/kfindpart.mo -share/locale/et/LC_MESSAGES/kfmclient.mo -share/locale/et/LC_MESSAGES/kfmexec.mo -share/locale/et/LC_MESSAGES/khelpcenter.mo -share/locale/et/LC_MESSAGES/khotkeys.mo -share/locale/et/LC_MESSAGES/kicker.mo -share/locale/et/LC_MESSAGES/kio_help.mo -share/locale/et/LC_MESSAGES/kio_man.mo -share/locale/et/LC_MESSAGES/kio_smbro.mo -share/locale/et/LC_MESSAGES/klegacyimport.mo -share/locale/et/LC_MESSAGES/klipper.mo -share/locale/et/LC_MESSAGES/klock.mo -share/locale/et/LC_MESSAGES/kmenuedit.mo -share/locale/et/LC_MESSAGES/kminipagerapplet.mo -share/locale/et/LC_MESSAGES/konqueror.mo -share/locale/et/LC_MESSAGES/konsole.mo -share/locale/et/LC_MESSAGES/kpager.mo -share/locale/et/LC_MESSAGES/kreadconfig.mo -share/locale/et/LC_MESSAGES/krunapplet.mo -share/locale/et/LC_MESSAGES/ksmserver.mo -share/locale/et/LC_MESSAGES/ksplash.mo -share/locale/et/LC_MESSAGES/kstart.mo -share/locale/et/LC_MESSAGES/ksysguard.mo -share/locale/et/LC_MESSAGES/ksystemtrayapplet.mo -share/locale/et/LC_MESSAGES/ktaskbarapplet.mo -share/locale/et/LC_MESSAGES/ktip.mo -share/locale/et/LC_MESSAGES/kwin.mo -share/locale/et/LC_MESSAGES/kwrite.mo -share/locale/et/LC_MESSAGES/kxkb.mo -share/locale/et/LC_MESSAGES/kxmlrpcd.mo -share/locale/et/LC_MESSAGES/kxsconfig.mo -share/locale/et/LC_MESSAGES/libkonq.mo -share/locale/et/LC_MESSAGES/libtaskbar.mo -share/locale/et/LC_MESSAGES/naughtyapplet.mo -share/locale/et/LC_MESSAGES/nsplugin.mo -share/locale/et/LC_MESSAGES/passwords.mo -share/locale/et/LC_MESSAGES/quicklauncher.mo -share/locale/et/LC_MESSAGES/taskbarextension.mo -share/locale/et/LC_MESSAGES/kabalone.mo -share/locale/et/LC_MESSAGES/kasteroids.mo -share/locale/et/LC_MESSAGES/katomic.mo -share/locale/et/LC_MESSAGES/kblackbox.mo -share/locale/et/LC_MESSAGES/kjezz.mo -share/locale/et/LC_MESSAGES/kjumpingcube.mo -share/locale/et/LC_MESSAGES/kmahjongg.mo -share/locale/et/LC_MESSAGES/kmines.mo -share/locale/et/LC_MESSAGES/konquest.mo -share/locale/et/LC_MESSAGES/kpat.mo -share/locale/et/LC_MESSAGES/kpoker.mo -share/locale/et/LC_MESSAGES/kreversi.mo -share/locale/et/LC_MESSAGES/ksame.mo -share/locale/et/LC_MESSAGES/kshisen.mo -share/locale/et/LC_MESSAGES/ksirtet.mo -share/locale/et/LC_MESSAGES/ksmiletris.mo -share/locale/et/LC_MESSAGES/ksnake.mo -share/locale/et/LC_MESSAGES/ksokoban.mo -share/locale/et/LC_MESSAGES/kspaceduel.mo -share/locale/et/LC_MESSAGES/ktron.mo -share/locale/et/LC_MESSAGES/ktuberling.mo -share/locale/et/LC_MESSAGES/kwin4.mo -share/locale/et/LC_MESSAGES/libkdegames.mo -share/locale/et/LC_MESSAGES/lskat.mo -share/locale/et/LC_MESSAGES/multiplayers.mo -share/locale/et/LC_MESSAGES/kcmkamera.mo -share/locale/et/LC_MESSAGES/kdvi.mo -share/locale/et/LC_MESSAGES/kfax.mo -share/locale/et/LC_MESSAGES/kfract.mo -share/locale/et/LC_MESSAGES/kghostview.mo -share/locale/et/LC_MESSAGES/kiconedit.mo -share/locale/et/LC_MESSAGES/kpaint.mo -share/locale/et/LC_MESSAGES/kpixmap2bitmap.mo -share/locale/et/LC_MESSAGES/kruler.mo -share/locale/et/LC_MESSAGES/ksnapshot.mo -share/locale/et/LC_MESSAGES/kview.mo -share/locale/et/LC_MESSAGES/kviewshell.mo -share/locale/et/LC_MESSAGES/pixie.mo -share/locale/et/LC_MESSAGES/aktion.mo -share/locale/et/LC_MESSAGES/artsbuilder.mo -share/locale/et/LC_MESSAGES/artscontrol.mo -share/locale/et/LC_MESSAGES/kcmkmix.mo -share/locale/et/LC_MESSAGES/kmid.mo -share/locale/et/LC_MESSAGES/kmidi.mo -share/locale/et/LC_MESSAGES/kmix.mo -share/locale/et/LC_MESSAGES/kscd.mo -share/locale/et/LC_MESSAGES/noatun.mo -share/locale/et/LC_MESSAGES/kcmktalkd.mo -share/locale/et/LC_MESSAGES/kcmnewsticker.mo -share/locale/et/LC_MESSAGES/keystone.mo -share/locale/et/LC_MESSAGES/kit.mo -share/locale/et/LC_MESSAGES/kmail.mo -share/locale/et/LC_MESSAGES/knode.mo -share/locale/et/LC_MESSAGES/korn.mo -share/locale/et/LC_MESSAGES/kppp.mo -share/locale/et/LC_MESSAGES/kppplogview.mo -share/locale/et/LC_MESSAGES/ksirc.mo -share/locale/et/LC_MESSAGES/ktalkd.mo -share/locale/et/LC_MESSAGES/abbrowser.mo -share/locale/et/LC_MESSAGES/empath.mo -share/locale/et/LC_MESSAGES/korganizer.mo -share/locale/et/LC_MESSAGES/kpilot.mo -share/locale/et/LC_MESSAGES/kdevelop.mo -share/locale/et/LC_MESSAGES/amor.mo -share/locale/et/LC_MESSAGES/kmoon.mo -share/locale/et/LC_MESSAGES/kodo.mo -share/locale/et/LC_MESSAGES/kscoreapplet.mo -share/locale/et/LC_MESSAGES/kteatime.mo -share/locale/et/LC_MESSAGES/ktux.mo -share/locale/et/LC_MESSAGES/kworldwatch.mo -share/locale/et/LC_MESSAGES/ark.mo -share/locale/et/LC_MESSAGES/kab.mo -share/locale/et/LC_MESSAGES/karm.mo -share/locale/et/LC_MESSAGES/kcalc.mo -share/locale/et/LC_MESSAGES/kcharselect.mo -share/locale/et/LC_MESSAGES/kcmlaptop.mo -share/locale/et/LC_MESSAGES/kdepasswd.mo -share/locale/et/LC_MESSAGES/kdessh.mo -share/locale/et/LC_MESSAGES/kdf.mo -share/locale/et/LC_MESSAGES/kedit.mo -share/locale/et/LC_MESSAGES/kfind.mo -share/locale/et/LC_MESSAGES/kfloppy.mo -share/locale/et/LC_MESSAGES/khexedit.mo -share/locale/et/LC_MESSAGES/kjots.mo -share/locale/et/LC_MESSAGES/klaptopdaemon.mo -share/locale/et/LC_MESSAGES/kljettool.mo -share/locale/et/LC_MESSAGES/klpq.mo -share/locale/et/LC_MESSAGES/knotes.mo -share/locale/et/LC_MESSAGES/kpm.mo -share/locale/et/LC_MESSAGES/ktimemon.mo -share/locale/et/LC_MESSAGES/graphite.mo -share/locale/et/LC_MESSAGES/kchart.mo -share/locale/et/LC_MESSAGES/kformula.mo -share/locale/et/LC_MESSAGES/killustrator.mo -share/locale/et/LC_MESSAGES/kivio.mo -share/locale/et/LC_MESSAGES/koffice.mo -share/locale/et/LC_MESSAGES/koshell.mo -share/locale/et/LC_MESSAGES/kpresenter.mo -share/locale/et/LC_MESSAGES/krayon.mo -share/locale/et/LC_MESSAGES/kspread.mo -share/locale/et/LC_MESSAGES/kspreadcalc_calc.mo -share/locale/et/LC_MESSAGES/kword.mo -share/locale/et/LC_MESSAGES/caitoo.mo -share/locale/et/LC_MESSAGES/colfind.mo -share/locale/et/LC_MESSAGES/columbo.mo -share/locale/et/LC_MESSAGES/katalog.mo -share/locale/et/LC_MESSAGES/kautorun.mo -share/locale/et/LC_MESSAGES/kbiff.mo -share/locale/et/LC_MESSAGES/kcmfontmanager.mo -share/locale/et/LC_MESSAGES/kikbd.mo -share/locale/et/LC_MESSAGES/knu.mo -share/locale/et/LC_MESSAGES/desktop.mo -share/locale/et/LC_MESSAGES/kdelibs.mo -share/locale/et/LC_MESSAGES/knotify.mo -share/locale/et/charset -share/locale/et/entry.desktop -share/locale/et/flag.png -share/locale/he/LC_MESSAGES/kcron.mo -share/locale/he/LC_MESSAGES/kdat.mo -share/locale/he/LC_MESSAGES/kpackage.mo -share/locale/he/LC_MESSAGES/ksysctrl.mo -share/locale/he/LC_MESSAGES/ksysv.mo -share/locale/he/LC_MESSAGES/kuser.mo -share/locale/he/LC_MESSAGES/kwuftpd.mo -share/locale/he/LC_MESSAGES/secpolicy.mo -share/locale/he/LC_MESSAGES/appletproxy.mo -share/locale/he/LC_MESSAGES/childpanelextension.mo -share/locale/he/LC_MESSAGES/clockapplet.mo -share/locale/he/LC_MESSAGES/drkonqi.mo -share/locale/he/LC_MESSAGES/extensionproxy.mo -share/locale/he/LC_MESSAGES/filetypes.mo -share/locale/he/LC_MESSAGES/htmlsearch.mo -share/locale/he/LC_MESSAGES/kaccess.mo -share/locale/he/LC_MESSAGES/kappfinder.mo -share/locale/he/LC_MESSAGES/kcmaccess.mo -share/locale/he/LC_MESSAGES/kcmarts.mo -share/locale/he/LC_MESSAGES/kcmbackground.mo -share/locale/he/LC_MESSAGES/kcmbell.mo -share/locale/he/LC_MESSAGES/ktip.mo -share/locale/he/LC_MESSAGES/kcmcolors.mo -share/locale/he/LC_MESSAGES/kcmcrypto.mo -share/locale/he/LC_MESSAGES/kcmemail.mo -share/locale/he/LC_MESSAGES/kcmenergy.mo -share/locale/he/LC_MESSAGES/kcmfonts.mo -share/locale/he/LC_MESSAGES/kcmhtmlsearch.mo -share/locale/he/LC_MESSAGES/kcmicons.mo -share/locale/he/LC_MESSAGES/kcminfo.mo -share/locale/he/LC_MESSAGES/kcminput.mo -share/locale/he/LC_MESSAGES/kcmioslaveinfo.mo -share/locale/he/LC_MESSAGES/kcmkclock.mo -share/locale/he/LC_MESSAGES/kcmkdb.mo -share/locale/he/LC_MESSAGES/kcmkeys.mo -share/locale/he/LC_MESSAGES/kcmkicker.mo -share/locale/he/LC_MESSAGES/kcmkio.mo -share/locale/he/LC_MESSAGES/kcmkonq.mo -share/locale/he/LC_MESSAGES/kcmkonqhtml.mo -share/locale/he/LC_MESSAGES/kcmkurifilt.mo -share/locale/he/LC_MESSAGES/kcmkwm.mo -share/locale/he/LC_MESSAGES/kcmlayout.mo -share/locale/he/LC_MESSAGES/kcmlocale.mo -share/locale/he/LC_MESSAGES/kcmmidi.mo -share/locale/he/LC_MESSAGES/kcmodbc.mo -share/locale/he/LC_MESSAGES/kcmnotify.mo -share/locale/he/LC_MESSAGES/kcmsamba.mo -share/locale/he/LC_MESSAGES/kcmscreensaver.mo -share/locale/he/LC_MESSAGES/kcmsmserver.mo -share/locale/he/LC_MESSAGES/kcmstyle.mo -share/locale/he/LC_MESSAGES/kcmtaskbar.mo -share/locale/he/LC_MESSAGES/kcmthemes.mo -share/locale/he/LC_MESSAGES/kcontrol.mo -share/locale/he/LC_MESSAGES/kdcop.mo -share/locale/he/LC_MESSAGES/kdebugdialog.mo -share/locale/he/LC_MESSAGES/kdesktop.mo -share/locale/he/LC_MESSAGES/kdesu.mo -share/locale/he/LC_MESSAGES/kdesud.mo -share/locale/he/LC_MESSAGES/kdmchooser.mo -share/locale/he/LC_MESSAGES/kdmconfig.mo -share/locale/he/LC_MESSAGES/kdmgreet.mo -share/locale/he/LC_MESSAGES/kfindpart.mo -share/locale/he/LC_MESSAGES/kfmclient.mo -share/locale/he/LC_MESSAGES/kfmexec.mo -share/locale/he/LC_MESSAGES/khelpcenter.mo -share/locale/he/LC_MESSAGES/khotkeys.mo -share/locale/he/LC_MESSAGES/kicker.mo -share/locale/he/LC_MESSAGES/kio_help.mo -share/locale/he/LC_MESSAGES/kio_man.mo -share/locale/he/LC_MESSAGES/klegacyimport.mo -share/locale/he/LC_MESSAGES/klipper.mo -share/locale/he/LC_MESSAGES/klock.mo -share/locale/he/LC_MESSAGES/kmenuedit.mo -share/locale/he/LC_MESSAGES/kminipagerapplet.mo -share/locale/he/LC_MESSAGES/konqueror.mo -share/locale/he/LC_MESSAGES/konsole.mo -share/locale/he/LC_MESSAGES/kpager.mo -share/locale/he/LC_MESSAGES/kreadconfig.mo -share/locale/he/LC_MESSAGES/krunapplet.mo -share/locale/he/LC_MESSAGES/ksmserver.mo -share/locale/he/LC_MESSAGES/ksplash.mo -share/locale/he/LC_MESSAGES/kstart.mo -share/locale/he/LC_MESSAGES/ksysguard.mo -share/locale/he/LC_MESSAGES/ksystemtrayapplet.mo -share/locale/he/LC_MESSAGES/ktaskbarapplet.mo -share/locale/he/LC_MESSAGES/kwin.mo -share/locale/he/LC_MESSAGES/kwrite.mo -share/locale/he/LC_MESSAGES/kxkb.mo -share/locale/he/LC_MESSAGES/kxmlrpcd.mo -share/locale/he/LC_MESSAGES/kxsconfig.mo -share/locale/he/LC_MESSAGES/kpat.mo -share/locale/he/LC_MESSAGES/libkonq.mo -share/locale/he/LC_MESSAGES/libtaskbar.mo -share/locale/he/LC_MESSAGES/naughtyapplet.mo -share/locale/he/LC_MESSAGES/nsplugin.mo -share/locale/he/LC_MESSAGES/passwords.mo -share/locale/he/LC_MESSAGES/quicklauncher.mo -share/locale/he/LC_MESSAGES/taskbarextension.mo -share/locale/he/LC_MESSAGES/kabalone.mo -share/locale/he/LC_MESSAGES/kasteroids.mo -share/locale/he/LC_MESSAGES/katomic.mo -share/locale/he/LC_MESSAGES/kblackbox.mo -share/locale/he/LC_MESSAGES/kjezz.mo -share/locale/he/LC_MESSAGES/kjumpingcube.mo -share/locale/he/LC_MESSAGES/kmahjongg.mo -share/locale/he/LC_MESSAGES/kmines.mo -share/locale/he/LC_MESSAGES/konquest.mo -share/locale/he/LC_MESSAGES/kpoker.mo -share/locale/he/LC_MESSAGES/kreversi.mo -share/locale/he/LC_MESSAGES/ksame.mo -share/locale/he/LC_MESSAGES/kshisen.mo -share/locale/he/LC_MESSAGES/ksirtet.mo -share/locale/he/LC_MESSAGES/ksmiletris.mo -share/locale/he/LC_MESSAGES/ksnake.mo -share/locale/he/LC_MESSAGES/ksokoban.mo -share/locale/he/LC_MESSAGES/kspaceduel.mo -share/locale/he/LC_MESSAGES/ktron.mo -share/locale/he/LC_MESSAGES/ktuberling.mo -share/locale/he/LC_MESSAGES/libkdegames.mo -share/locale/he/LC_MESSAGES/lskat.mo -share/locale/he/LC_MESSAGES/multiplayers.mo -share/locale/he/LC_MESSAGES/kcmkamera.mo -share/locale/he/LC_MESSAGES/kdvi.mo -share/locale/he/LC_MESSAGES/kfax.mo -share/locale/he/LC_MESSAGES/kfract.mo -share/locale/he/LC_MESSAGES/kghostview.mo -share/locale/he/LC_MESSAGES/kiconedit.mo -share/locale/he/LC_MESSAGES/kpaint.mo -share/locale/he/LC_MESSAGES/kpixmap2bitmap.mo -share/locale/he/LC_MESSAGES/kruler.mo -share/locale/he/LC_MESSAGES/ksnapshot.mo -share/locale/he/LC_MESSAGES/kview.mo -share/locale/he/LC_MESSAGES/kviewshell.mo -share/locale/he/LC_MESSAGES/pixie.mo -share/locale/he/LC_MESSAGES/aktion.mo -share/locale/he/LC_MESSAGES/artsbuilder.mo -share/locale/he/LC_MESSAGES/artscontrol.mo -share/locale/he/LC_MESSAGES/kcmkmix.mo -share/locale/he/LC_MESSAGES/kmid.mo -share/locale/he/LC_MESSAGES/kmidi.mo -share/locale/he/LC_MESSAGES/kmix.mo -share/locale/he/LC_MESSAGES/kscd.mo -share/locale/he/LC_MESSAGES/noatun.mo -share/locale/he/LC_MESSAGES/kcmktalkd.mo -share/locale/he/LC_MESSAGES/kcmlanbrowser.mo -share/locale/he/LC_MESSAGES/kcmnewsticker.mo -share/locale/he/LC_MESSAGES/keystone.mo -share/locale/he/LC_MESSAGES/kit.mo -share/locale/he/LC_MESSAGES/kmail.mo -share/locale/he/LC_MESSAGES/kmailcvt.mo -share/locale/he/LC_MESSAGES/knewsticker.mo -share/locale/he/LC_MESSAGES/knode.mo -share/locale/he/LC_MESSAGES/korn.mo -share/locale/he/LC_MESSAGES/kppp.mo -share/locale/he/LC_MESSAGES/kppplogview.mo -share/locale/he/LC_MESSAGES/ksirc.mo -share/locale/he/LC_MESSAGES/ktalkd.mo -share/locale/he/LC_MESSAGES/abbrowser.mo -share/locale/he/LC_MESSAGES/korganizer.mo -share/locale/he/LC_MESSAGES/twister.mo -share/locale/he/LC_MESSAGES/kless.mo -share/locale/he/LC_MESSAGES/amor.mo -share/locale/he/LC_MESSAGES/kstartperf.mo -share/locale/he/LC_MESSAGES/ktranslator.mo -share/locale/he/LC_MESSAGES/kmoon.mo -share/locale/he/LC_MESSAGES/kodo.mo -share/locale/he/LC_MESSAGES/kscoreapplet.mo -share/locale/he/LC_MESSAGES/kteatime.mo -share/locale/he/LC_MESSAGES/ktux.mo -share/locale/he/LC_MESSAGES/kworldwatch.mo -share/locale/he/LC_MESSAGES/ark.mo -share/locale/he/LC_MESSAGES/kab.mo -share/locale/he/LC_MESSAGES/karm.mo -share/locale/he/LC_MESSAGES/kcalc.mo -share/locale/he/LC_MESSAGES/kcharselect.mo -share/locale/he/LC_MESSAGES/kcmlaptop.mo -share/locale/he/LC_MESSAGES/kdepasswd.mo -share/locale/he/LC_MESSAGES/kdessh.mo -share/locale/he/LC_MESSAGES/kdf.mo -share/locale/he/LC_MESSAGES/kedit.mo -share/locale/he/LC_MESSAGES/kfind.mo -share/locale/he/LC_MESSAGES/kfloppy.mo -share/locale/he/LC_MESSAGES/khexedit.mo -share/locale/he/LC_MESSAGES/kjots.mo -share/locale/he/LC_MESSAGES/klaptopdaemon.mo -share/locale/he/LC_MESSAGES/kljettool.mo -share/locale/he/LC_MESSAGES/klpq.mo -share/locale/he/LC_MESSAGES/knotes.mo -share/locale/he/LC_MESSAGES/kpm.mo -share/locale/he/LC_MESSAGES/ktimemon.mo -share/locale/he/LC_MESSAGES/graphite.mo -share/locale/he/LC_MESSAGES/kchart.mo -share/locale/he/LC_MESSAGES/koffice.mo -share/locale/he/LC_MESSAGES/koshell.mo -share/locale/he/LC_MESSAGES/kspreadcalc_calc.mo -share/locale/he/LC_MESSAGES/kword.mo -share/locale/he/LC_MESSAGES/binclockapplet.mo -share/locale/he/LC_MESSAGES/caitoo.mo -share/locale/he/LC_MESSAGES/colfind.mo -share/locale/he/LC_MESSAGES/colftp.mo -share/locale/he/LC_MESSAGES/colnews.mo -share/locale/he/LC_MESSAGES/columbo.mo -share/locale/he/LC_MESSAGES/colweb.mo -share/locale/he/LC_MESSAGES/colwhois.mo -share/locale/he/LC_MESSAGES/karchie.mo -share/locale/he/LC_MESSAGES/katalog.mo -share/locale/he/LC_MESSAGES/kautorun.mo -share/locale/he/LC_MESSAGES/kbiff.mo -share/locale/he/LC_MESSAGES/kclock.mo -share/locale/he/LC_MESSAGES/kcmail.mo -share/locale/he/LC_MESSAGES/kcmdrkonqi.mo -share/locale/he/LC_MESSAGES/kjoy.mo -share/locale/he/LC_MESSAGES/kcmfontmanager.mo -share/locale/he/LC_MESSAGES/kfinger.mo -share/locale/he/LC_MESSAGES/kformeditor.mo -share/locale/he/LC_MESSAGES/kformviewer.mo -share/locale/he/LC_MESSAGES/kfortune.mo -share/locale/he/LC_MESSAGES/kikbd.mo -share/locale/he/LC_MESSAGES/knu.mo -share/locale/he/LC_MESSAGES/konv.mo -share/locale/he/LC_MESSAGES/kp.mo -share/locale/he/LC_MESSAGES/kphone.mo -share/locale/he/LC_MESSAGES/krn.mo -share/locale/he/LC_MESSAGES/krubik.mo -share/locale/he/LC_MESSAGES/kstartondesk.mo -share/locale/he/LC_MESSAGES/kstockticker.mo -share/locale/he/LC_MESSAGES/ktables.mo -share/locale/he/LC_MESSAGES/kthememgr.mo -share/locale/he/LC_MESSAGES/kticker.mo -share/locale/he/LC_MESSAGES/desktop.mo -share/locale/he/LC_MESSAGES/kdelibs.mo -share/locale/he/LC_MESSAGES/knotify.mo -share/locale/he/charset -share/locale/he/entry.desktop -share/locale/he/flag.png -share/locale/is/LC_MESSAGES/kcmlilo.mo -share/locale/is/LC_MESSAGES/kcron.mo -share/locale/is/LC_MESSAGES/kdat.mo -share/locale/is/LC_MESSAGES/kpackage.mo -share/locale/is/LC_MESSAGES/ksysctrl.mo -share/locale/is/LC_MESSAGES/ksysv.mo -share/locale/is/LC_MESSAGES/kuser.mo -share/locale/is/LC_MESSAGES/kwuftpd.mo -share/locale/is/LC_MESSAGES/secpolicy.mo -share/locale/is/LC_MESSAGES/appletproxy.mo -share/locale/is/LC_MESSAGES/childpanelextension.mo -share/locale/is/LC_MESSAGES/clockapplet.mo -share/locale/is/LC_MESSAGES/drkonqi.mo -share/locale/is/LC_MESSAGES/extensionproxy.mo -share/locale/is/LC_MESSAGES/filetypes.mo -share/locale/is/LC_MESSAGES/htmlsearch.mo -share/locale/is/LC_MESSAGES/kaccess.mo -share/locale/is/LC_MESSAGES/kappfinder.mo -share/locale/is/LC_MESSAGES/kcmaccess.mo -share/locale/is/LC_MESSAGES/kcmarts.mo -share/locale/is/LC_MESSAGES/kcmbackground.mo -share/locale/is/LC_MESSAGES/ktip.mo -share/locale/is/LC_MESSAGES/kcmbell.mo -share/locale/is/LC_MESSAGES/kcmcolors.mo -share/locale/is/LC_MESSAGES/kcmcrypto.mo -share/locale/is/LC_MESSAGES/kcmemail.mo -share/locale/is/LC_MESSAGES/kcmenergy.mo -share/locale/is/LC_MESSAGES/kcmfonts.mo -share/locale/is/LC_MESSAGES/kcmhtmlsearch.mo -share/locale/is/LC_MESSAGES/kcmicons.mo -share/locale/is/LC_MESSAGES/kcminfo.mo -share/locale/is/LC_MESSAGES/kcminput.mo -share/locale/is/LC_MESSAGES/kcmioslaveinfo.mo -share/locale/is/LC_MESSAGES/kcmkclock.mo -share/locale/is/LC_MESSAGES/kcmkdb.mo -share/locale/is/LC_MESSAGES/kcmkeys.mo -share/locale/is/LC_MESSAGES/kcmkicker.mo -share/locale/is/LC_MESSAGES/kcmkio.mo -share/locale/is/LC_MESSAGES/kcmkonq.mo -share/locale/is/LC_MESSAGES/kcmkonqhtml.mo -share/locale/is/LC_MESSAGES/kcmkurifilt.mo -share/locale/is/LC_MESSAGES/kcmkwm.mo -share/locale/is/LC_MESSAGES/kcmlayout.mo -share/locale/is/LC_MESSAGES/kcmlocale.mo -share/locale/is/LC_MESSAGES/kcmmidi.mo -share/locale/is/LC_MESSAGES/kcmnotify.mo -share/locale/is/LC_MESSAGES/kcmodbc.mo -share/locale/is/LC_MESSAGES/kcmsamba.mo -share/locale/is/LC_MESSAGES/kcmscreensaver.mo -share/locale/is/LC_MESSAGES/kcmsmserver.mo -share/locale/is/LC_MESSAGES/kcmstyle.mo -share/locale/is/LC_MESSAGES/kcmtaskbar.mo -share/locale/is/LC_MESSAGES/kcmthemes.mo -share/locale/is/LC_MESSAGES/kcontrol.mo -share/locale/is/LC_MESSAGES/kdcop.mo -share/locale/is/LC_MESSAGES/kdebugdialog.mo -share/locale/is/LC_MESSAGES/kdesktop.mo -share/locale/is/LC_MESSAGES/kdesu.mo -share/locale/is/LC_MESSAGES/kdesud.mo -share/locale/is/LC_MESSAGES/kdmchooser.mo -share/locale/is/LC_MESSAGES/kdmconfig.mo -share/locale/is/LC_MESSAGES/kdmgreet.mo -share/locale/is/LC_MESSAGES/kfindpart.mo -share/locale/is/LC_MESSAGES/kfmclient.mo -share/locale/is/LC_MESSAGES/kfmexec.mo -share/locale/is/LC_MESSAGES/khelpcenter.mo -share/locale/is/LC_MESSAGES/khotkeys.mo -share/locale/is/LC_MESSAGES/kicker.mo -share/locale/is/LC_MESSAGES/kio_help.mo -share/locale/is/LC_MESSAGES/kio_man.mo -share/locale/is/LC_MESSAGES/kio_smbro.mo -share/locale/is/LC_MESSAGES/klegacyimport.mo -share/locale/is/LC_MESSAGES/klipper.mo -share/locale/is/LC_MESSAGES/klock.mo -share/locale/is/LC_MESSAGES/kmenuedit.mo -share/locale/is/LC_MESSAGES/kminipagerapplet.mo -share/locale/is/LC_MESSAGES/konqueror.mo -share/locale/is/LC_MESSAGES/konsole.mo -share/locale/is/LC_MESSAGES/kpager.mo -share/locale/is/LC_MESSAGES/kreadconfig.mo -share/locale/is/LC_MESSAGES/krunapplet.mo -share/locale/is/LC_MESSAGES/ksmserver.mo -share/locale/is/LC_MESSAGES/ksplash.mo -share/locale/is/LC_MESSAGES/kstart.mo -share/locale/is/LC_MESSAGES/ksysguard.mo -share/locale/is/LC_MESSAGES/ksystemtrayapplet.mo -share/locale/is/LC_MESSAGES/ktaskbarapplet.mo -share/locale/is/LC_MESSAGES/kwin.mo -share/locale/is/LC_MESSAGES/kwrite.mo -share/locale/is/LC_MESSAGES/kxkb.mo -share/locale/is/LC_MESSAGES/kpat.mo -share/locale/is/LC_MESSAGES/kxmlrpcd.mo -share/locale/is/LC_MESSAGES/kxsconfig.mo -share/locale/is/LC_MESSAGES/libkonq.mo -share/locale/is/LC_MESSAGES/libtaskbar.mo -share/locale/is/LC_MESSAGES/naughtyapplet.mo -share/locale/is/LC_MESSAGES/nsplugin.mo -share/locale/is/LC_MESSAGES/passwords.mo -share/locale/is/LC_MESSAGES/quicklauncher.mo -share/locale/is/LC_MESSAGES/taskbarextension.mo -share/locale/is/LC_MESSAGES/kabalone.mo -share/locale/is/LC_MESSAGES/kasteroids.mo -share/locale/is/LC_MESSAGES/katomic.mo -share/locale/is/LC_MESSAGES/kbackgammon.mo -share/locale/is/LC_MESSAGES/kblackbox.mo -share/locale/is/LC_MESSAGES/kjezz.mo -share/locale/is/LC_MESSAGES/kjumpingcube.mo -share/locale/is/LC_MESSAGES/kmahjongg.mo -share/locale/is/LC_MESSAGES/kmines.mo -share/locale/is/LC_MESSAGES/konquest.mo -share/locale/is/LC_MESSAGES/kpoker.mo -share/locale/is/LC_MESSAGES/kreversi.mo -share/locale/is/LC_MESSAGES/ksame.mo -share/locale/is/LC_MESSAGES/kdvi.mo -share/locale/is/LC_MESSAGES/kshisen.mo -share/locale/is/LC_MESSAGES/ksirtet.mo -share/locale/is/LC_MESSAGES/ksmiletris.mo -share/locale/is/LC_MESSAGES/ksnake.mo -share/locale/is/LC_MESSAGES/ksokoban.mo -share/locale/is/LC_MESSAGES/kspaceduel.mo -share/locale/is/LC_MESSAGES/ktron.mo -share/locale/is/LC_MESSAGES/ktuberling.mo -share/locale/is/LC_MESSAGES/kwin4.mo -share/locale/is/LC_MESSAGES/libkdegames.mo -share/locale/is/LC_MESSAGES/lskat.mo -share/locale/is/LC_MESSAGES/multiplayers.mo -share/locale/is/LC_MESSAGES/kcmkamera.mo -share/locale/is/LC_MESSAGES/kfax.mo -share/locale/is/LC_MESSAGES/kfract.mo -share/locale/is/LC_MESSAGES/kghostview.mo -share/locale/is/LC_MESSAGES/kiconedit.mo -share/locale/is/LC_MESSAGES/kpaint.mo -share/locale/is/LC_MESSAGES/kpixmap2bitmap.mo -share/locale/is/LC_MESSAGES/kruler.mo -share/locale/is/LC_MESSAGES/ksnapshot.mo -share/locale/is/LC_MESSAGES/kview.mo -share/locale/is/LC_MESSAGES/kviewshell.mo -share/locale/is/LC_MESSAGES/pixie.mo -share/locale/is/LC_MESSAGES/aktion.mo -share/locale/is/LC_MESSAGES/artsbuilder.mo -share/locale/is/LC_MESSAGES/artscontrol.mo -share/locale/is/LC_MESSAGES/kcmkmix.mo -share/locale/is/LC_MESSAGES/kmid.mo -share/locale/is/LC_MESSAGES/kmidi.mo -share/locale/is/LC_MESSAGES/kmix.mo -share/locale/is/LC_MESSAGES/kscd.mo -share/locale/is/LC_MESSAGES/noatun.mo -share/locale/is/LC_MESSAGES/kcmktalkd.mo -share/locale/is/LC_MESSAGES/kcmlanbrowser.mo -share/locale/is/LC_MESSAGES/kcmnewsticker.mo -share/locale/is/LC_MESSAGES/keystone.mo -share/locale/is/LC_MESSAGES/kio_lan.mo -share/locale/is/LC_MESSAGES/kit.mo -share/locale/is/LC_MESSAGES/kmail.mo -share/locale/is/LC_MESSAGES/kmailcvt.mo -share/locale/is/LC_MESSAGES/knewsticker.mo -share/locale/is/LC_MESSAGES/knode.mo -share/locale/is/LC_MESSAGES/korn.mo -share/locale/is/LC_MESSAGES/kppp.mo -share/locale/is/LC_MESSAGES/kppplogview.mo -share/locale/is/LC_MESSAGES/ksirc.mo -share/locale/is/LC_MESSAGES/ktalkd.mo -share/locale/is/LC_MESSAGES/abbrowser.mo -share/locale/is/LC_MESSAGES/empath.mo -share/locale/is/LC_MESSAGES/korganizer.mo -share/locale/is/LC_MESSAGES/kpilot.mo -share/locale/is/LC_MESSAGES/twister.mo -share/locale/is/LC_MESSAGES/kbabel.mo -share/locale/is/LC_MESSAGES/kless.mo -share/locale/is/LC_MESSAGES/kstartperf.mo -share/locale/is/LC_MESSAGES/ktranslator.mo -share/locale/is/LC_MESSAGES/amor.mo -share/locale/is/LC_MESSAGES/kmoon.mo -share/locale/is/LC_MESSAGES/kodo.mo -share/locale/is/LC_MESSAGES/kscoreapplet.mo -share/locale/is/LC_MESSAGES/kteatime.mo -share/locale/is/LC_MESSAGES/ktux.mo -share/locale/is/LC_MESSAGES/kworldwatch.mo -share/locale/is/LC_MESSAGES/ark.mo -share/locale/is/LC_MESSAGES/kab.mo -share/locale/is/LC_MESSAGES/karm.mo -share/locale/is/LC_MESSAGES/kcalc.mo -share/locale/is/LC_MESSAGES/kcharselect.mo -share/locale/is/LC_MESSAGES/kcmlaptop.mo -share/locale/is/LC_MESSAGES/kdepasswd.mo -share/locale/is/LC_MESSAGES/kdessh.mo -share/locale/is/LC_MESSAGES/kdf.mo -share/locale/is/LC_MESSAGES/kedit.mo -share/locale/is/LC_MESSAGES/kfind.mo -share/locale/is/LC_MESSAGES/kfloppy.mo -share/locale/is/LC_MESSAGES/khexedit.mo -share/locale/is/LC_MESSAGES/kjots.mo -share/locale/is/LC_MESSAGES/klaptopdaemon.mo -share/locale/is/LC_MESSAGES/kljettool.mo -share/locale/is/LC_MESSAGES/klpq.mo -share/locale/is/LC_MESSAGES/knotes.mo -share/locale/is/LC_MESSAGES/kpm.mo -share/locale/is/LC_MESSAGES/ktimemon.mo -share/locale/is/LC_MESSAGES/graphite.mo -share/locale/is/LC_MESSAGES/kchart.mo -share/locale/is/LC_MESSAGES/kformula.mo -share/locale/is/LC_MESSAGES/killustrator.mo -share/locale/is/LC_MESSAGES/kivio.mo -share/locale/is/LC_MESSAGES/koffice.mo -share/locale/is/LC_MESSAGES/koshell.mo -share/locale/is/LC_MESSAGES/kpresenter.mo -share/locale/is/LC_MESSAGES/krayon.mo -share/locale/is/LC_MESSAGES/kspread.mo -share/locale/is/LC_MESSAGES/kspreadcalc_calc.mo -share/locale/is/LC_MESSAGES/kword.mo -share/locale/is/LC_MESSAGES/kbiff.mo -share/locale/is/LC_MESSAGES/kclock.mo -share/locale/is/LC_MESSAGES/kcmnapster.mo -share/locale/is/LC_MESSAGES/kcmprinter.mo -share/locale/is/LC_MESSAGES/kfinger.mo -share/locale/is/LC_MESSAGES/kikbd.mo -share/locale/is/LC_MESSAGES/kirc.mo -share/locale/is/LC_MESSAGES/klilo.mo -share/locale/is/LC_MESSAGES/kmms.mo -share/locale/is/LC_MESSAGES/krn.mo -share/locale/is/LC_MESSAGES/ksamba.mo -share/locale/is/LC_MESSAGES/kstockticker.mo -share/locale/is/LC_MESSAGES/ktalk.mo -share/locale/is/LC_MESSAGES/kticker.mo -share/locale/is/LC_MESSAGES/kwebtree.mo -share/locale/is/LC_MESSAGES/webmaker.mo -share/locale/is/LC_MESSAGES/desktop.mo -share/locale/is/LC_MESSAGES/kdelibs.mo -share/locale/is/LC_MESSAGES/knotify.mo -share/locale/is/charset -share/locale/is/entry.desktop -share/locale/is/flag.png -share/locale/no_NY/LC_MESSAGES/kcron.mo -share/locale/no_NY/LC_MESSAGES/kdat.mo -share/locale/no_NY/LC_MESSAGES/kpackage.mo -share/locale/no_NY/LC_MESSAGES/ksysctrl.mo -share/locale/no_NY/LC_MESSAGES/ksysv.mo -share/locale/no_NY/LC_MESSAGES/kuser.mo -share/locale/no_NY/LC_MESSAGES/kwuftpd.mo -share/locale/no_NY/LC_MESSAGES/secpolicy.mo -share/locale/no_NY/LC_MESSAGES/appletproxy.mo -share/locale/no_NY/LC_MESSAGES/childpanelextension.mo -share/locale/no_NY/LC_MESSAGES/clockapplet.mo -share/locale/no_NY/LC_MESSAGES/drkonqi.mo -share/locale/no_NY/LC_MESSAGES/extensionproxy.mo -share/locale/no_NY/LC_MESSAGES/filetypes.mo -share/locale/no_NY/LC_MESSAGES/htmlsearch.mo -share/locale/no_NY/LC_MESSAGES/kaccess.mo -share/locale/no_NY/LC_MESSAGES/kappfinder.mo -share/locale/no_NY/LC_MESSAGES/kcmaccess.mo -share/locale/no_NY/LC_MESSAGES/kcmarts.mo -share/locale/no_NY/LC_MESSAGES/kcmbackground.mo -share/locale/no_NY/LC_MESSAGES/kcmbell.mo -share/locale/no_NY/LC_MESSAGES/ktip.mo -share/locale/no_NY/LC_MESSAGES/kcmcolors.mo -share/locale/no_NY/LC_MESSAGES/kcmcrypto.mo -share/locale/no_NY/LC_MESSAGES/kcmemail.mo -share/locale/no_NY/LC_MESSAGES/kcmenergy.mo -share/locale/no_NY/LC_MESSAGES/kcmfonts.mo -share/locale/no_NY/LC_MESSAGES/kcmhtmlsearch.mo -share/locale/no_NY/LC_MESSAGES/kcmicons.mo -share/locale/no_NY/LC_MESSAGES/kcminfo.mo -share/locale/no_NY/LC_MESSAGES/kcminput.mo -share/locale/no_NY/LC_MESSAGES/kcmioslaveinfo.mo -share/locale/no_NY/LC_MESSAGES/kcmkclock.mo -share/locale/no_NY/LC_MESSAGES/kcmkdb.mo -share/locale/no_NY/LC_MESSAGES/kcmkeys.mo -share/locale/no_NY/LC_MESSAGES/kcmkicker.mo -share/locale/no_NY/LC_MESSAGES/kcmkio.mo -share/locale/no_NY/LC_MESSAGES/kcmkonq.mo -share/locale/no_NY/LC_MESSAGES/kcmkonqhtml.mo -share/locale/no_NY/LC_MESSAGES/kcmkurifilt.mo -share/locale/no_NY/LC_MESSAGES/kcmkwm.mo -share/locale/no_NY/LC_MESSAGES/kcmlayout.mo -share/locale/no_NY/LC_MESSAGES/kcmlocale.mo -share/locale/no_NY/LC_MESSAGES/kcmmidi.mo -share/locale/no_NY/LC_MESSAGES/kcmodbc.mo -share/locale/no_NY/LC_MESSAGES/kcmnotify.mo -share/locale/no_NY/LC_MESSAGES/kcmsamba.mo -share/locale/no_NY/LC_MESSAGES/kcmscreensaver.mo -share/locale/no_NY/LC_MESSAGES/kcmsmserver.mo -share/locale/no_NY/LC_MESSAGES/kcmstyle.mo -share/locale/no_NY/LC_MESSAGES/kcmtaskbar.mo -share/locale/no_NY/LC_MESSAGES/kcmthemes.mo -share/locale/no_NY/LC_MESSAGES/kcontrol.mo -share/locale/no_NY/LC_MESSAGES/kdcop.mo -share/locale/no_NY/LC_MESSAGES/kdebugdialog.mo -share/locale/no_NY/LC_MESSAGES/kdesktop.mo -share/locale/no_NY/LC_MESSAGES/kdesu.mo -share/locale/no_NY/LC_MESSAGES/kdesud.mo -share/locale/no_NY/LC_MESSAGES/kdmchooser.mo -share/locale/no_NY/LC_MESSAGES/kdmconfig.mo -share/locale/no_NY/LC_MESSAGES/kdmgreet.mo -share/locale/no_NY/LC_MESSAGES/kfindpart.mo -share/locale/no_NY/LC_MESSAGES/kfmclient.mo -share/locale/no_NY/LC_MESSAGES/kfmexec.mo -share/locale/no_NY/LC_MESSAGES/khelpcenter.mo -share/locale/no_NY/LC_MESSAGES/khotkeys.mo -share/locale/no_NY/LC_MESSAGES/kicker.mo -share/locale/no_NY/LC_MESSAGES/kio_help.mo -share/locale/no_NY/LC_MESSAGES/kio_man.mo -share/locale/no_NY/LC_MESSAGES/kio_smbro.mo -share/locale/no_NY/LC_MESSAGES/klegacyimport.mo -share/locale/no_NY/LC_MESSAGES/klipper.mo -share/locale/no_NY/LC_MESSAGES/klock.mo -share/locale/no_NY/LC_MESSAGES/kmenuedit.mo -share/locale/no_NY/LC_MESSAGES/kminipagerapplet.mo -share/locale/no_NY/LC_MESSAGES/konqueror.mo -share/locale/no_NY/LC_MESSAGES/konsole.mo -share/locale/no_NY/LC_MESSAGES/kpager.mo -share/locale/no_NY/LC_MESSAGES/kreadconfig.mo -share/locale/no_NY/LC_MESSAGES/krunapplet.mo -share/locale/no_NY/LC_MESSAGES/ksmserver.mo -share/locale/no_NY/LC_MESSAGES/ksplash.mo -share/locale/no_NY/LC_MESSAGES/kstart.mo -share/locale/no_NY/LC_MESSAGES/ksysguard.mo -share/locale/no_NY/LC_MESSAGES/ksystemtrayapplet.mo -share/locale/no_NY/LC_MESSAGES/ktaskbarapplet.mo -share/locale/no_NY/LC_MESSAGES/kwin.mo -share/locale/no_NY/LC_MESSAGES/kwrite.mo -share/locale/no_NY/LC_MESSAGES/kxkb.mo -share/locale/no_NY/LC_MESSAGES/kxmlrpcd.mo -share/locale/no_NY/LC_MESSAGES/kpat.mo -share/locale/no_NY/LC_MESSAGES/kxsconfig.mo -share/locale/no_NY/LC_MESSAGES/libkonq.mo -share/locale/no_NY/LC_MESSAGES/libtaskbar.mo -share/locale/no_NY/LC_MESSAGES/naughtyapplet.mo -share/locale/no_NY/LC_MESSAGES/nsplugin.mo -share/locale/no_NY/LC_MESSAGES/passwords.mo -share/locale/no_NY/LC_MESSAGES/quicklauncher.mo -share/locale/no_NY/LC_MESSAGES/taskbarextension.mo -share/locale/no_NY/LC_MESSAGES/kabalone.mo -share/locale/no_NY/LC_MESSAGES/kasteroids.mo -share/locale/no_NY/LC_MESSAGES/katomic.mo -share/locale/no_NY/LC_MESSAGES/kblackbox.mo -share/locale/no_NY/LC_MESSAGES/kjezz.mo -share/locale/no_NY/LC_MESSAGES/kjumpingcube.mo -share/locale/no_NY/LC_MESSAGES/kmahjongg.mo -share/locale/no_NY/LC_MESSAGES/kmines.mo -share/locale/no_NY/LC_MESSAGES/konquest.mo -share/locale/no_NY/LC_MESSAGES/kpoker.mo -share/locale/no_NY/LC_MESSAGES/kreversi.mo -share/locale/no_NY/LC_MESSAGES/ksame.mo -share/locale/no_NY/LC_MESSAGES/kshisen.mo -share/locale/no_NY/LC_MESSAGES/ksirtet.mo -share/locale/no_NY/LC_MESSAGES/ksnake.mo -share/locale/no_NY/LC_MESSAGES/ksmiletris.mo -share/locale/no_NY/LC_MESSAGES/ksokoban.mo -share/locale/no_NY/LC_MESSAGES/kspaceduel.mo -share/locale/no_NY/LC_MESSAGES/ktron.mo -share/locale/no_NY/LC_MESSAGES/ktuberling.mo -share/locale/no_NY/LC_MESSAGES/libkdegames.mo -share/locale/no_NY/LC_MESSAGES/lskat.mo -share/locale/no_NY/LC_MESSAGES/multiplayers.mo -share/locale/no_NY/LC_MESSAGES/kcmkamera.mo -share/locale/no_NY/LC_MESSAGES/kdvi.mo -share/locale/no_NY/LC_MESSAGES/kfax.mo -share/locale/no_NY/LC_MESSAGES/kfract.mo -share/locale/no_NY/LC_MESSAGES/kghostview.mo -share/locale/no_NY/LC_MESSAGES/kiconedit.mo -share/locale/no_NY/LC_MESSAGES/kpaint.mo -share/locale/no_NY/LC_MESSAGES/kpixmap2bitmap.mo -share/locale/no_NY/LC_MESSAGES/kruler.mo -share/locale/no_NY/LC_MESSAGES/ksnapshot.mo -share/locale/no_NY/LC_MESSAGES/kview.mo -share/locale/no_NY/LC_MESSAGES/kviewshell.mo -share/locale/no_NY/LC_MESSAGES/pixie.mo -share/locale/no_NY/LC_MESSAGES/aktion.mo -share/locale/no_NY/LC_MESSAGES/artsbuilder.mo -share/locale/no_NY/LC_MESSAGES/artscontrol.mo -share/locale/no_NY/LC_MESSAGES/kcmkmix.mo -share/locale/no_NY/LC_MESSAGES/kmid.mo -share/locale/no_NY/LC_MESSAGES/kmidi.mo -share/locale/no_NY/LC_MESSAGES/kmix.mo -share/locale/no_NY/LC_MESSAGES/kscd.mo -share/locale/no_NY/LC_MESSAGES/noatun.mo -share/locale/no_NY/LC_MESSAGES/kcmktalkd.mo -share/locale/no_NY/LC_MESSAGES/kcmlanbrowser.mo -share/locale/no_NY/LC_MESSAGES/keystone.mo -share/locale/no_NY/LC_MESSAGES/kio_lan.mo -share/locale/no_NY/LC_MESSAGES/kit.mo -share/locale/no_NY/LC_MESSAGES/kmail.mo -share/locale/no_NY/LC_MESSAGES/kmailcvt.mo -share/locale/no_NY/LC_MESSAGES/knewsticker.mo -share/locale/no_NY/LC_MESSAGES/knode.mo -share/locale/no_NY/LC_MESSAGES/korn.mo -share/locale/no_NY/LC_MESSAGES/kppp.mo -share/locale/no_NY/LC_MESSAGES/kppplogview.mo -share/locale/no_NY/LC_MESSAGES/ksirc.mo -share/locale/no_NY/LC_MESSAGES/ktalkd.mo -share/locale/no_NY/LC_MESSAGES/abbrowser.mo -share/locale/no_NY/LC_MESSAGES/empath.mo -share/locale/no_NY/LC_MESSAGES/korganizer.mo -share/locale/no_NY/LC_MESSAGES/kpilot.mo -share/locale/no_NY/LC_MESSAGES/twister.mo -share/locale/no_NY/LC_MESSAGES/kbabel.mo -share/locale/no_NY/LC_MESSAGES/kless.mo -share/locale/no_NY/LC_MESSAGES/kstartperf.mo -share/locale/no_NY/LC_MESSAGES/ktranslator.mo -share/locale/no_NY/LC_MESSAGES/amor.mo -share/locale/no_NY/LC_MESSAGES/kfifteenapplet.mo -share/locale/no_NY/LC_MESSAGES/kmoon.mo -share/locale/no_NY/LC_MESSAGES/kodo.mo -share/locale/no_NY/LC_MESSAGES/kscoreapplet.mo -share/locale/no_NY/LC_MESSAGES/kteatime.mo -share/locale/no_NY/LC_MESSAGES/ktux.mo -share/locale/no_NY/LC_MESSAGES/kworldwatch.mo -share/locale/no_NY/LC_MESSAGES/ark.mo -share/locale/no_NY/LC_MESSAGES/kab.mo -share/locale/no_NY/LC_MESSAGES/karm.mo -share/locale/no_NY/LC_MESSAGES/kcalc.mo -share/locale/no_NY/LC_MESSAGES/kcharselect.mo -share/locale/no_NY/LC_MESSAGES/kcharselectapplet.mo -share/locale/no_NY/LC_MESSAGES/kcmlaptop.mo -share/locale/no_NY/LC_MESSAGES/kdepasswd.mo -share/locale/no_NY/LC_MESSAGES/kdessh.mo -share/locale/no_NY/LC_MESSAGES/kdf.mo -share/locale/no_NY/LC_MESSAGES/kedit.mo -share/locale/no_NY/LC_MESSAGES/kfind.mo -share/locale/no_NY/LC_MESSAGES/kfloppy.mo -share/locale/no_NY/LC_MESSAGES/khexedit.mo -share/locale/no_NY/LC_MESSAGES/kjots.mo -share/locale/no_NY/LC_MESSAGES/klaptopdaemon.mo -share/locale/no_NY/LC_MESSAGES/kljettool.mo -share/locale/no_NY/LC_MESSAGES/klpq.mo -share/locale/no_NY/LC_MESSAGES/knotes.mo -share/locale/no_NY/LC_MESSAGES/kpm.mo -share/locale/no_NY/LC_MESSAGES/ktimemon.mo -share/locale/no_NY/LC_MESSAGES/graphite.mo -share/locale/no_NY/LC_MESSAGES/kchart.mo -share/locale/no_NY/LC_MESSAGES/kformula.mo -share/locale/no_NY/LC_MESSAGES/killustrator.mo -share/locale/no_NY/LC_MESSAGES/kivio.mo -share/locale/no_NY/LC_MESSAGES/koffice.mo -share/locale/no_NY/LC_MESSAGES/koshell.mo -share/locale/no_NY/LC_MESSAGES/kpresenter.mo -share/locale/no_NY/LC_MESSAGES/krayon.mo -share/locale/no_NY/LC_MESSAGES/kspread.mo -share/locale/no_NY/LC_MESSAGES/kspreadcalc_calc.mo -share/locale/no_NY/LC_MESSAGES/kword.mo -share/locale/no_NY/LC_MESSAGES/binclockapplet.mo -share/locale/no_NY/LC_MESSAGES/caitoo.mo -share/locale/no_NY/LC_MESSAGES/colfind.mo -share/locale/no_NY/LC_MESSAGES/columbo.mo -share/locale/no_NY/LC_MESSAGES/gofai.mo -share/locale/no_NY/LC_MESSAGES/karchie.mo -share/locale/no_NY/LC_MESSAGES/katalog.mo -share/locale/no_NY/LC_MESSAGES/kautorun.mo -share/locale/no_NY/LC_MESSAGES/kbiff.mo -share/locale/no_NY/LC_MESSAGES/kclock.mo -share/locale/no_NY/LC_MESSAGES/kcmail.mo -share/locale/no_NY/LC_MESSAGES/kcmdrkonqi.mo -share/locale/no_NY/LC_MESSAGES/kcmfontmanager.mo -share/locale/no_NY/LC_MESSAGES/kcmgofai.mo -share/locale/no_NY/LC_MESSAGES/kcmkisdn.mo -share/locale/no_NY/LC_MESSAGES/kcmprinter.mo -share/locale/no_NY/LC_MESSAGES/kcoloredit.mo -share/locale/no_NY/LC_MESSAGES/kdbg.mo -share/locale/no_NY/LC_MESSAGES/kexpress.mo -share/locale/no_NY/LC_MESSAGES/kfinger.mo -share/locale/no_NY/LC_MESSAGES/kformeditor.mo -share/locale/no_NY/LC_MESSAGES/kformviewer.mo -share/locale/no_NY/LC_MESSAGES/kglchess.mo -share/locale/no_NY/LC_MESSAGES/kgrapher.mo -share/locale/no_NY/LC_MESSAGES/kikbd.mo -share/locale/no_NY/LC_MESSAGES/kirc.mo -share/locale/no_NY/LC_MESSAGES/kisdn.mo -share/locale/no_NY/LC_MESSAGES/kjoy.mo -share/locale/no_NY/LC_MESSAGES/knotify.mo -share/locale/no_NY/LC_MESSAGES/knu.mo -share/locale/no_NY/LC_MESSAGES/konv.mo -share/locale/no_NY/LC_MESSAGES/kphone.mo -share/locale/no_NY/LC_MESSAGES/ksamba.mo -share/locale/no_NY/LC_MESSAGES/ktables.mo -share/locale/no_NY/LC_MESSAGES/kuml.mo -share/locale/no_NY/LC_MESSAGES/webmaker.mo -share/locale/no_NY/LC_MESSAGES/desktop.mo -share/locale/no_NY/LC_MESSAGES/kdelibs.mo -share/locale/no_NY/charset -share/locale/no_NY/entry.desktop -share/locale/no_NY/flag.png -share/locale/lt/LC_MESSAGES/appletproxy.mo -share/locale/lt/LC_MESSAGES/childpanelextension.mo -share/locale/lt/LC_MESSAGES/clockapplet.mo -share/locale/lt/LC_MESSAGES/drkonqi.mo -share/locale/lt/LC_MESSAGES/extensionproxy.mo -share/locale/lt/LC_MESSAGES/filetypes.mo -share/locale/lt/LC_MESSAGES/htmlsearch.mo -share/locale/lt/LC_MESSAGES/kaccess.mo -share/locale/lt/LC_MESSAGES/kappfinder.mo -share/locale/lt/LC_MESSAGES/kcmarts.mo -share/locale/lt/LC_MESSAGES/kcmbackground.mo -share/locale/lt/LC_MESSAGES/kcmbell.mo -share/locale/lt/LC_MESSAGES/kcmcolors.mo -share/locale/lt/LC_MESSAGES/kcmcrypto.mo -share/locale/lt/LC_MESSAGES/kcmemail.mo -share/locale/lt/LC_MESSAGES/kcmfonts.mo -share/locale/lt/LC_MESSAGES/kcmicons.mo -share/locale/lt/LC_MESSAGES/kcmkclock.mo -share/locale/lt/LC_MESSAGES/kcmkdb.mo -share/locale/lt/LC_MESSAGES/kcmkicker.mo -share/locale/lt/LC_MESSAGES/kcmkonq.mo -share/locale/lt/LC_MESSAGES/kcmkonqhtml.mo -share/locale/lt/LC_MESSAGES/kcmkwm.mo -share/locale/lt/LC_MESSAGES/kcmlayout.mo -share/locale/lt/LC_MESSAGES/kcmlocale.mo -share/locale/lt/LC_MESSAGES/kcmmidi.mo -share/locale/lt/LC_MESSAGES/kcmnotify.mo -share/locale/lt/LC_MESSAGES/kcmodbc.mo -share/locale/lt/LC_MESSAGES/kcmsamba.mo -share/locale/lt/LC_MESSAGES/kcmscreensaver.mo -share/locale/lt/LC_MESSAGES/kcmsmserver.mo -share/locale/lt/LC_MESSAGES/kcmstyle.mo -share/locale/lt/LC_MESSAGES/kcmtaskbar.mo -share/locale/lt/LC_MESSAGES/kcmthemes.mo -share/locale/lt/LC_MESSAGES/kcontrol.mo -share/locale/lt/LC_MESSAGES/kdcop.mo -share/locale/lt/LC_MESSAGES/kdebugdialog.mo -share/locale/lt/LC_MESSAGES/kdesktop.mo -share/locale/lt/LC_MESSAGES/kdesu.mo -share/locale/lt/LC_MESSAGES/kdesud.mo -share/locale/lt/LC_MESSAGES/kdmchooser.mo -share/locale/lt/LC_MESSAGES/kdmconfig.mo -share/locale/lt/LC_MESSAGES/kdmgreet.mo -share/locale/lt/LC_MESSAGES/kfindpart.mo -share/locale/lt/LC_MESSAGES/kfmclient.mo -share/locale/lt/LC_MESSAGES/kfmexec.mo -share/locale/lt/LC_MESSAGES/khelpcenter.mo -share/locale/lt/LC_MESSAGES/khotkeys.mo -share/locale/lt/LC_MESSAGES/kicker.mo -share/locale/lt/LC_MESSAGES/kio_help.mo -share/locale/lt/LC_MESSAGES/kio_man.mo -share/locale/lt/LC_MESSAGES/kio_smbro.mo -share/locale/lt/LC_MESSAGES/klegacyimport.mo -share/locale/lt/LC_MESSAGES/klipper.mo -share/locale/lt/LC_MESSAGES/klock.mo -share/locale/lt/LC_MESSAGES/kmenuedit.mo -share/locale/lt/LC_MESSAGES/kminipagerapplet.mo -share/locale/lt/LC_MESSAGES/konqueror.mo -share/locale/lt/LC_MESSAGES/konsole.mo -share/locale/lt/LC_MESSAGES/kpager.mo -share/locale/lt/LC_MESSAGES/kreadconfig.mo -share/locale/lt/LC_MESSAGES/krunapplet.mo -share/locale/lt/LC_MESSAGES/ksmserver.mo -share/locale/lt/LC_MESSAGES/ksplash.mo -share/locale/lt/LC_MESSAGES/kstart.mo -share/locale/lt/LC_MESSAGES/ksysguard.mo -share/locale/lt/LC_MESSAGES/ktip.mo -share/locale/lt/LC_MESSAGES/ksystemtrayapplet.mo -share/locale/lt/LC_MESSAGES/ktaskbarapplet.mo -share/locale/lt/LC_MESSAGES/kwin.mo -share/locale/lt/LC_MESSAGES/kwrite.mo -share/locale/lt/LC_MESSAGES/kxmlrpcd.mo -share/locale/lt/LC_MESSAGES/kxsconfig.mo -share/locale/lt/LC_MESSAGES/libkonq.mo -share/locale/lt/LC_MESSAGES/libtaskbar.mo -share/locale/lt/LC_MESSAGES/naughtyapplet.mo -share/locale/lt/LC_MESSAGES/nsplugin.mo -share/locale/lt/LC_MESSAGES/passwords.mo -share/locale/lt/LC_MESSAGES/quicklauncher.mo -share/locale/lt/LC_MESSAGES/taskbarextension.mo -share/locale/lt/LC_MESSAGES/kmail.mo -share/locale/lt/LC_MESSAGES/ark.mo -share/locale/lt/LC_MESSAGES/kedit.mo -share/locale/lt/LC_MESSAGES/knotes.mo -share/locale/lt/LC_MESSAGES/graphite.mo -share/locale/lt/LC_MESSAGES/kchart.mo -share/locale/lt/LC_MESSAGES/kformula.mo -share/locale/lt/LC_MESSAGES/killustrator.mo -share/locale/lt/LC_MESSAGES/kimageshop.mo -share/locale/lt/LC_MESSAGES/koffice.mo -share/locale/lt/LC_MESSAGES/koshell.mo -share/locale/lt/LC_MESSAGES/kpresenter.mo -share/locale/lt/LC_MESSAGES/kspread.mo -share/locale/lt/LC_MESSAGES/kspreadcalc_calc.mo -share/locale/lt/LC_MESSAGES/kword.mo -share/locale/lt/LC_MESSAGES/desktop.mo -share/locale/lt/LC_MESSAGES/kdelibs.mo -share/locale/lt/LC_MESSAGES/knotify.mo -share/locale/lt/charset -share/locale/lt/flag.png -share/apps/ktuberling/sounds/da/mund.wav -share/apps/ktuberling/sounds/da/oerering.wav -share/apps/ktuberling/sounds/da/hat.wav -share/apps/ktuberling/sounds/da/cigar.wav -share/apps/ktuberling/sounds/da/solbriller.wav -share/apps/ktuberling/sounds/da/briller.wav -share/apps/ktuberling/sounds/da/politiskilt.wav -share/apps/ktuberling/sounds/da/kartoffelfyr.wav -share/apps/ktuberling/sounds/da/ur.wav -share/apps/ktuberling/sounds/da/overskaeg.wav -share/apps/ktuberling/sounds/da/naese.wav -share/apps/ktuberling/sounds/da/sloejfe.wav -share/apps/ktuberling/sounds/da/oeje.wav -share/apps/ktuberling/sounds/da/oere.wav -share/apps/ktuberling/sounds/da/slips.wav -share/apps/ktuberling/sounds/da/oejenbryn.wav -share/apps/ktuberling/sounds/fr/bouche.wav -share/apps/ktuberling/sounds/fr/boucle-d-oreille.wav -share/apps/ktuberling/sounds/fr/chapeau.wav -share/apps/ktuberling/sounds/fr/cigare.wav -share/apps/ktuberling/sounds/fr/lunettes-de-soleil.wav -share/apps/ktuberling/sounds/fr/lunettes.wav -share/apps/ktuberling/sounds/fr/medaille.wav -share/apps/ktuberling/sounds/fr/monsieur-patate.wav -share/apps/ktuberling/sounds/fr/montre.wav -share/apps/ktuberling/sounds/fr/moustache.wav -share/apps/ktuberling/sounds/fr/nez.wav -share/apps/ktuberling/sounds/fr/noeud-papillon.wav -share/apps/ktuberling/sounds/fr/oeil.wav -share/apps/ktuberling/sounds/fr/oreille.wav -share/apps/ktuberling/sounds/fr/sourcil.wav -share/apps/ktuberling/sounds/nl/horloge.wav -share/apps/ktuberling/sounds/nl/oor.wav -share/apps/ktuberling/sounds/nl/ster.wav -share/apps/ktuberling/sounds/nl/aardappelmannetje.wav -share/apps/ktuberling/sounds/nl/mond.wav -share/apps/ktuberling/sounds/nl/oorbel.wav -share/apps/ktuberling/sounds/nl/strik.wav -share/apps/ktuberling/sounds/nl/bril.wav -share/apps/ktuberling/sounds/nl/neus.wav -share/apps/ktuberling/sounds/nl/sigaar.wav -share/apps/ktuberling/sounds/nl/wenkbrauw.wav -share/apps/ktuberling/sounds/nl/hoed.wav -share/apps/ktuberling/sounds/nl/oog.wav -share/apps/ktuberling/sounds/nl/snor.wav -share/apps/ktuberling/sounds/nl/zonnebril.wav -share/apps/ktuberling/sounds/ro/ceas.wav -share/apps/ktuberling/sounds/ro/cercel.wav -share/apps/ktuberling/sounds/ro/gura.wav -share/apps/ktuberling/sounds/ro/insigna.wav -share/apps/ktuberling/sounds/ro/mustata.wav -share/apps/ktuberling/sounds/ro/nas.wav -share/apps/ktuberling/sounds/ro/ochelari.wav -share/apps/ktuberling/sounds/ro/ochelaridesoare.wav -share/apps/ktuberling/sounds/ro/ochi.wav -share/apps/ktuberling/sounds/ro/palarie.wav -share/apps/ktuberling/sounds/ro/papion.wav -share/apps/ktuberling/sounds/ro/sprinceana.wav -share/apps/ktuberling/sounds/ro/tigara.wav -share/apps/ktuberling/sounds/ro/tuberling.wav -share/apps/ktuberling/sounds/ro/ureche.wav -share/apps/amor/tips-fr -share/apps/amor/tips-ro @dirrm share/doc/HTML/zh_TW.Big5/khelpcenter @dirrm share/doc/HTML/zh_TW.Big5/common -@dirrm share/doc/HTML/zh_TW.Big5 @dirrm share/doc/HTML/zh_CN.GB2312/kdevelop/welcome @dirrm share/doc/HTML/zh_CN.GB2312/kdevelop/tutorial @dirrm share/doc/HTML/zh_CN.GB2312/kdevelop/manual @dirrm share/doc/HTML/zh_CN.GB2312/kdevelop @dirrm share/doc/HTML/zh_CN.GB2312/common -@dirrm share/doc/HTML/zh_CN.GB2312 @dirrm share/doc/HTML/sv/kuser @dirrm share/doc/HTML/sv/khelpcenter/faq @dirrm share/doc/HTML/sv/khelpcenter @dirrm share/doc/HTML/sv/kdevelop @dirrm share/doc/HTML/sv/kcontrol @dirrm share/doc/HTML/sv/common -@dirrm share/doc/HTML/sv @dirrm share/doc/HTML/sr/common -@dirrm share/doc/HTML/sr @dirrm share/doc/HTML/sl/kwrite @dirrm share/doc/HTML/sl/ksysguard @dirrm share/doc/HTML/sl/kspell @@ -21271,10 +21267,8 @@ share/apps/amor/tips-ro @dirrm share/doc/HTML/sl/kcron @dirrm share/doc/HTML/sl/kcontrol @dirrm share/doc/HTML/sl/common -@dirrm share/doc/HTML/sl @dirrm share/doc/HTML/sk/khelpcenter/quickguide @dirrm share/doc/HTML/sk/khelpcenter -@dirrm share/doc/HTML/sk @dirrm share/doc/HTML/ru/kwm @dirrm share/doc/HTML/ru/kuser @dirrm share/doc/HTML/ru/ksokoban @@ -21311,7 +21305,6 @@ share/apps/amor/tips-ro @dirrm share/doc/HTML/ru/kabalone @dirrm share/doc/HTML/ru/common @dirrm share/doc/HTML/ru/ark -@dirrm share/doc/HTML/ru @dirrm share/doc/HTML/ro/kwm @dirrm share/doc/HTML/ro/kvideolist @dirrm share/doc/HTML/ro/ksysv @@ -21326,7 +21319,6 @@ share/apps/amor/tips-ro @dirrm share/doc/HTML/ro/kcmbell @dirrm share/doc/HTML/ro/common @dirrm share/doc/HTML/ro/ark -@dirrm share/doc/HTML/ro @dirrm share/doc/HTML/pt_BR/kwm @dirrm share/doc/HTML/pt_BR/kvideolist @dirrm share/doc/HTML/pt_BR/ktalkd @@ -21369,7 +21361,6 @@ share/apps/amor/tips-ro @dirrm share/doc/HTML/pt_BR/kabalone @dirrm share/doc/HTML/pt_BR/common @dirrm share/doc/HTML/pt_BR/ark -@dirrm share/doc/HTML/pt_BR @dirrm share/doc/HTML/pt/kwrite @dirrm share/doc/HTML/pt/kuser @dirrm share/doc/HTML/pt/ktron @@ -21423,12 +21414,10 @@ share/apps/amor/tips-ro @dirrm share/doc/HTML/pt/kab @dirrm share/doc/HTML/pt/common @dirrm share/doc/HTML/pt/ark -@dirrm share/doc/HTML/pt @dirrm share/doc/HTML/pl/khelpcenter/quickguide @dirrm share/doc/HTML/pl/khelpcenter @dirrm share/doc/HTML/pl/kdevelop @dirrm share/doc/HTML/pl/common -@dirrm share/doc/HTML/pl @dirrm share/doc/HTML/no/ksnake @dirrm share/doc/HTML/no/ksirtet @dirrm share/doc/HTML/no/kshisen @@ -21440,7 +21429,6 @@ share/apps/amor/tips-ro @dirrm share/doc/HTML/no/kasteroids @dirrm share/doc/HTML/no/karm @dirrm share/doc/HTML/no/common -@dirrm share/doc/HTML/no @dirrm share/doc/HTML/nl/kwuftpd @dirrm share/doc/HTML/nl/kworldwatch @dirrm share/doc/HTML/nl/kpat @@ -21454,12 +21442,10 @@ share/apps/amor/tips-ro @dirrm share/doc/HTML/nl/katomic @dirrm share/doc/HTML/nl/common @dirrm share/doc/HTML/nl/amor -@dirrm share/doc/HTML/nl @dirrm share/doc/HTML/ko/kspaceduel @dirrm share/doc/HTML/ko/ksokoban @dirrm share/doc/HTML/ko/ksnake @dirrm share/doc/HTML/ko/common -@dirrm share/doc/HTML/ko @dirrm share/doc/HTML/ja/pws @dirrm share/doc/HTML/ja/mouse @dirrm share/doc/HTML/ja/kwrite @@ -21541,7 +21527,6 @@ share/apps/amor/tips-ro @dirrm share/doc/HTML/ja/common @dirrm share/doc/HTML/ja/caitoo @dirrm share/doc/HTML/ja/ark -@dirrm share/doc/HTML/ja @dirrm share/doc/HTML/it/kwm @dirrm share/doc/HTML/it/ktalkd @dirrm share/doc/HTML/it/ksirtet @@ -21555,7 +21540,6 @@ share/apps/amor/tips-ro @dirrm share/doc/HTML/it/khelpcenter @dirrm share/doc/HTML/it/kfinger @dirrm share/doc/HTML/it/common -@dirrm share/doc/HTML/it @dirrm share/doc/HTML/hu/pixie @dirrm share/doc/HTML/hu/noatun @dirrm share/doc/HTML/hu/lskat @@ -21636,10 +21620,8 @@ share/apps/amor/tips-ro @dirrm share/doc/HTML/hu/common @dirrm share/doc/HTML/hu/artsbuilder @dirrm share/doc/HTML/hu/amor -@dirrm share/doc/HTML/hu @dirrm share/doc/HTML/he/khelpcenter @dirrm share/doc/HTML/he/common -@dirrm share/doc/HTML/he @dirrm share/doc/HTML/fr/noatun @dirrm share/doc/HTML/fr/lskat @dirrm share/doc/HTML/fr/kwuftpd @@ -21725,7 +21707,6 @@ share/apps/amor/tips-ro @dirrm share/doc/HTML/fr/artsbuilder @dirrm share/doc/HTML/fr/ark @dirrm share/doc/HTML/fr/aktion -@dirrm share/doc/HTML/fr @dirrm share/doc/HTML/fi/kwm @dirrm share/doc/HTML/fi/kpanel @dirrm share/doc/HTML/fi/khelpcenter/userguide @@ -21735,7 +21716,6 @@ share/apps/amor/tips-ro @dirrm share/doc/HTML/fi/kdvi @dirrm share/doc/HTML/fi/kdm @dirrm share/doc/HTML/fi/common -@dirrm share/doc/HTML/fi @dirrm share/doc/HTML/et/ktuberling @dirrm share/doc/HTML/et/ksokoban @dirrm share/doc/HTML/et/ksnake @@ -21753,7 +21733,6 @@ share/apps/amor/tips-ro @dirrm share/doc/HTML/et/kasteroids @dirrm share/doc/HTML/et/kabalone @dirrm share/doc/HTML/et/common -@dirrm share/doc/HTML/et @dirrm share/doc/HTML/es/kwm @dirrm share/doc/HTML/es/kuser @dirrm share/doc/HTML/es/ktalkd @@ -21795,7 +21774,6 @@ share/apps/amor/tips-ro @dirrm share/doc/HTML/es/kabalone @dirrm share/doc/HTML/es/common @dirrm share/doc/HTML/es/ark -@dirrm share/doc/HTML/es @dirrm share/doc/HTML/en/kicker @dirrm share/doc/HTML/en/khelpcenter/visualdict @dirrm share/doc/HTML/el/ktalkd @@ -21808,7 +21786,6 @@ share/apps/amor/tips-ro @dirrm share/doc/HTML/el/kedit @dirrm share/doc/HTML/el/kdm @dirrm share/doc/HTML/el/common -@dirrm share/doc/HTML/el @dirrm share/doc/HTML/de/pws @dirrm share/doc/HTML/de/noatun @dirrm share/doc/HTML/de/lskat @@ -21897,7 +21874,6 @@ share/apps/amor/tips-ro @dirrm share/doc/HTML/de/ark @dirrm share/doc/HTML/de/amor @dirrm share/doc/HTML/de/aktion -@dirrm share/doc/HTML/de @dirrm share/doc/HTML/da/lskat @dirrm share/doc/HTML/da/ksokoban @dirrm share/doc/HTML/da/ksnake @@ -21917,18 +21893,9 @@ share/apps/amor/tips-ro @dirrm share/doc/HTML/da/kasteroids @dirrm share/doc/HTML/da/kabalone @dirrm share/doc/HTML/da/common -@dirrm share/doc/HTML/da @dirrm share/doc/HTML/cs/ksnapshot @dirrm share/doc/HTML/cs/khelpcenter/quickstart @dirrm share/doc/HTML/cs/khelpcenter @dirrm share/doc/HTML/cs/kcontrol @dirrm share/doc/HTML/cs/common -@dirrm share/doc/HTML/cs @dirrm share/doc/HTML/ca/faq -@dirrm share/doc/HTML/ca -@dirrm share/apps/ktuberling/sounds/ro -@dirrm share/apps/ktuberling/sounds/nl -@dirrm share/apps/ktuberling/sounds/fr -@dirrm share/apps/ktuberling/sounds/da -@dirrm share/apps/ktuberling/sounds -@dirrm share/apps/amor diff --git a/misc/kde2-i18n/scripts/Configure b/misc/kde2-i18n/scripts/Configure new file mode 100644 index 000000000000..3d8958d60472 --- /dev/null +++ b/misc/kde2-i18n/scripts/Configure @@ -0,0 +1,81 @@ +#! /bin/sh +# $FreeBSD$ + +/bin/rm -f ${PLIST} ${PLIST}.dirs + +if [ "${BATCH}" ]; then + set \"ca\" \"cs\" \"da\" \"de\" \"el\" \"eo\" \"es\" \"et\" \"fi\" \"fr\" \"he\" \"hu\" \"ja\" \"is\" \"ko\" \"it\" \"nl\" \"no\" \"no_NY\" \"pl\" \"pt\" \"pt_BR\" \"ro\" \"ru\" \"sk\" \"sl\" \"sr\" \"sv\" \"tr\" \"uk\" \"zh_CN.GB2312\" \"zh_TW.Big5\" +else +if [ "${LINGUAS}" ]; then + set `echo $LINGUAS` +else + /usr/bin/dialog --title "Select languages" --clear \ + --checklist "\n\ +Please select desired languages:" -1 -1 16 \ +ca "Canada" OFF \ +cs "Czech" OFF \ +da "Danish" OFF \ +de "German" ON \ +el "Greek" OFF \ +eo "Esperanto" OFF \ +es "Spanish" OFF \ +et "Estonian" OFF \ +fi "Finnish" ON \ +fr "French" ON \ +he "Hebrew" OFF \ +hu "Hungarian" OFF \ +ja "Japanese" ON \ +is "Icelandic" OFF \ +ko "Korean" ON \ +it "Italian" OFF \ +nl "Dutch" OFF \ +no "Norwegian (Bokmaal)" OFF \ +no_NY "Norwegian (Nynorsk)" OFF \ +pl "Polish" OFF \ +pt "Portuguese" OFF \ +pt_BR "Brazil portuguese" OFF \ +ro "Romanian" OFF \ +ru "Russian" ON \ +sk "Slovak" OFF \ +sl "Slovenian" OFF \ +sr "Serbian" OFF \ +sv "Swedish" OFF \ +tr "Turkish" OFF \ +uk "Ukrainian" OFF \ +zh_CN.GB2312 "Simplified Chinese" ON \ +zh_TW.Big5 "Chinese" ON \ +2> /tmp/chklist.tmp.$$ + + retval=$? + + if [ -s /tmp/chklist.tmp.$$ ]; then + set `cat /tmp/chklist.tmp.$$` + fi + rm -f /tmp/chklist.tmp.$$ + + case $retval in + 0) if [ -z "$*" ]; then + echo "Nothing selected" + fi + ;; + 1) echo "Cancel pressed." + exit 1 + ;; + esac +fi +fi + +/bin/rm -f ${WRKSRC}/subdirs +/usr/bin/grep "^[^@].*/en/.*" ${CURDIR}/pkg-plist > ${PLIST} +/usr/bin/grep "^@.*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}.dirs + +while [ "$1" ]; do + a=`echo -n $1 | /usr/bin/sed -e 's#\"##g'` + echo $a >> ${WRKSRC}/subdirs + /usr/bin/grep "^[^@].*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^[^@].*-$a\$" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^@.*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST}.dirs + shift +done + +/bin/cat ${PLIST}.dirs >> ${PLIST} diff --git a/misc/kde3-i18n-af/Makefile b/misc/kde3-i18n-af/Makefile index 55d6f1ea7887..893cd73b4beb 100644 --- a/misc/kde3-i18n-af/Makefile +++ b/misc/kde3-i18n-af/Makefile @@ -21,4 +21,10 @@ USE_GMAKE= yes GNU_CONFIGURE= yes +PLIST= ${WRKDIR}/PLIST +SCRIPTS_ENV+= PLIST=${PLIST} + +pre-configure: + @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure + .include <bsd.port.mk> diff --git a/misc/kde3-i18n-af/scripts/Configure b/misc/kde3-i18n-af/scripts/Configure new file mode 100644 index 000000000000..3d8958d60472 --- /dev/null +++ b/misc/kde3-i18n-af/scripts/Configure @@ -0,0 +1,81 @@ +#! /bin/sh +# $FreeBSD$ + +/bin/rm -f ${PLIST} ${PLIST}.dirs + +if [ "${BATCH}" ]; then + set \"ca\" \"cs\" \"da\" \"de\" \"el\" \"eo\" \"es\" \"et\" \"fi\" \"fr\" \"he\" \"hu\" \"ja\" \"is\" \"ko\" \"it\" \"nl\" \"no\" \"no_NY\" \"pl\" \"pt\" \"pt_BR\" \"ro\" \"ru\" \"sk\" \"sl\" \"sr\" \"sv\" \"tr\" \"uk\" \"zh_CN.GB2312\" \"zh_TW.Big5\" +else +if [ "${LINGUAS}" ]; then + set `echo $LINGUAS` +else + /usr/bin/dialog --title "Select languages" --clear \ + --checklist "\n\ +Please select desired languages:" -1 -1 16 \ +ca "Canada" OFF \ +cs "Czech" OFF \ +da "Danish" OFF \ +de "German" ON \ +el "Greek" OFF \ +eo "Esperanto" OFF \ +es "Spanish" OFF \ +et "Estonian" OFF \ +fi "Finnish" ON \ +fr "French" ON \ +he "Hebrew" OFF \ +hu "Hungarian" OFF \ +ja "Japanese" ON \ +is "Icelandic" OFF \ +ko "Korean" ON \ +it "Italian" OFF \ +nl "Dutch" OFF \ +no "Norwegian (Bokmaal)" OFF \ +no_NY "Norwegian (Nynorsk)" OFF \ +pl "Polish" OFF \ +pt "Portuguese" OFF \ +pt_BR "Brazil portuguese" OFF \ +ro "Romanian" OFF \ +ru "Russian" ON \ +sk "Slovak" OFF \ +sl "Slovenian" OFF \ +sr "Serbian" OFF \ +sv "Swedish" OFF \ +tr "Turkish" OFF \ +uk "Ukrainian" OFF \ +zh_CN.GB2312 "Simplified Chinese" ON \ +zh_TW.Big5 "Chinese" ON \ +2> /tmp/chklist.tmp.$$ + + retval=$? + + if [ -s /tmp/chklist.tmp.$$ ]; then + set `cat /tmp/chklist.tmp.$$` + fi + rm -f /tmp/chklist.tmp.$$ + + case $retval in + 0) if [ -z "$*" ]; then + echo "Nothing selected" + fi + ;; + 1) echo "Cancel pressed." + exit 1 + ;; + esac +fi +fi + +/bin/rm -f ${WRKSRC}/subdirs +/usr/bin/grep "^[^@].*/en/.*" ${CURDIR}/pkg-plist > ${PLIST} +/usr/bin/grep "^@.*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}.dirs + +while [ "$1" ]; do + a=`echo -n $1 | /usr/bin/sed -e 's#\"##g'` + echo $a >> ${WRKSRC}/subdirs + /usr/bin/grep "^[^@].*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^[^@].*-$a\$" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^@.*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST}.dirs + shift +done + +/bin/cat ${PLIST}.dirs >> ${PLIST} diff --git a/misc/kde3-i18n-ar/Makefile b/misc/kde3-i18n-ar/Makefile index 55d6f1ea7887..893cd73b4beb 100644 --- a/misc/kde3-i18n-ar/Makefile +++ b/misc/kde3-i18n-ar/Makefile @@ -21,4 +21,10 @@ USE_GMAKE= yes GNU_CONFIGURE= yes +PLIST= ${WRKDIR}/PLIST +SCRIPTS_ENV+= PLIST=${PLIST} + +pre-configure: + @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure + .include <bsd.port.mk> diff --git a/misc/kde3-i18n-ar/scripts/Configure b/misc/kde3-i18n-ar/scripts/Configure new file mode 100644 index 000000000000..3d8958d60472 --- /dev/null +++ b/misc/kde3-i18n-ar/scripts/Configure @@ -0,0 +1,81 @@ +#! /bin/sh +# $FreeBSD$ + +/bin/rm -f ${PLIST} ${PLIST}.dirs + +if [ "${BATCH}" ]; then + set \"ca\" \"cs\" \"da\" \"de\" \"el\" \"eo\" \"es\" \"et\" \"fi\" \"fr\" \"he\" \"hu\" \"ja\" \"is\" \"ko\" \"it\" \"nl\" \"no\" \"no_NY\" \"pl\" \"pt\" \"pt_BR\" \"ro\" \"ru\" \"sk\" \"sl\" \"sr\" \"sv\" \"tr\" \"uk\" \"zh_CN.GB2312\" \"zh_TW.Big5\" +else +if [ "${LINGUAS}" ]; then + set `echo $LINGUAS` +else + /usr/bin/dialog --title "Select languages" --clear \ + --checklist "\n\ +Please select desired languages:" -1 -1 16 \ +ca "Canada" OFF \ +cs "Czech" OFF \ +da "Danish" OFF \ +de "German" ON \ +el "Greek" OFF \ +eo "Esperanto" OFF \ +es "Spanish" OFF \ +et "Estonian" OFF \ +fi "Finnish" ON \ +fr "French" ON \ +he "Hebrew" OFF \ +hu "Hungarian" OFF \ +ja "Japanese" ON \ +is "Icelandic" OFF \ +ko "Korean" ON \ +it "Italian" OFF \ +nl "Dutch" OFF \ +no "Norwegian (Bokmaal)" OFF \ +no_NY "Norwegian (Nynorsk)" OFF \ +pl "Polish" OFF \ +pt "Portuguese" OFF \ +pt_BR "Brazil portuguese" OFF \ +ro "Romanian" OFF \ +ru "Russian" ON \ +sk "Slovak" OFF \ +sl "Slovenian" OFF \ +sr "Serbian" OFF \ +sv "Swedish" OFF \ +tr "Turkish" OFF \ +uk "Ukrainian" OFF \ +zh_CN.GB2312 "Simplified Chinese" ON \ +zh_TW.Big5 "Chinese" ON \ +2> /tmp/chklist.tmp.$$ + + retval=$? + + if [ -s /tmp/chklist.tmp.$$ ]; then + set `cat /tmp/chklist.tmp.$$` + fi + rm -f /tmp/chklist.tmp.$$ + + case $retval in + 0) if [ -z "$*" ]; then + echo "Nothing selected" + fi + ;; + 1) echo "Cancel pressed." + exit 1 + ;; + esac +fi +fi + +/bin/rm -f ${WRKSRC}/subdirs +/usr/bin/grep "^[^@].*/en/.*" ${CURDIR}/pkg-plist > ${PLIST} +/usr/bin/grep "^@.*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}.dirs + +while [ "$1" ]; do + a=`echo -n $1 | /usr/bin/sed -e 's#\"##g'` + echo $a >> ${WRKSRC}/subdirs + /usr/bin/grep "^[^@].*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^[^@].*-$a\$" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^@.*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST}.dirs + shift +done + +/bin/cat ${PLIST}.dirs >> ${PLIST} diff --git a/misc/kde3-i18n-az/Makefile b/misc/kde3-i18n-az/Makefile index 55d6f1ea7887..893cd73b4beb 100644 --- a/misc/kde3-i18n-az/Makefile +++ b/misc/kde3-i18n-az/Makefile @@ -21,4 +21,10 @@ USE_GMAKE= yes GNU_CONFIGURE= yes +PLIST= ${WRKDIR}/PLIST +SCRIPTS_ENV+= PLIST=${PLIST} + +pre-configure: + @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure + .include <bsd.port.mk> diff --git a/misc/kde3-i18n-az/scripts/Configure b/misc/kde3-i18n-az/scripts/Configure new file mode 100644 index 000000000000..3d8958d60472 --- /dev/null +++ b/misc/kde3-i18n-az/scripts/Configure @@ -0,0 +1,81 @@ +#! /bin/sh +# $FreeBSD$ + +/bin/rm -f ${PLIST} ${PLIST}.dirs + +if [ "${BATCH}" ]; then + set \"ca\" \"cs\" \"da\" \"de\" \"el\" \"eo\" \"es\" \"et\" \"fi\" \"fr\" \"he\" \"hu\" \"ja\" \"is\" \"ko\" \"it\" \"nl\" \"no\" \"no_NY\" \"pl\" \"pt\" \"pt_BR\" \"ro\" \"ru\" \"sk\" \"sl\" \"sr\" \"sv\" \"tr\" \"uk\" \"zh_CN.GB2312\" \"zh_TW.Big5\" +else +if [ "${LINGUAS}" ]; then + set `echo $LINGUAS` +else + /usr/bin/dialog --title "Select languages" --clear \ + --checklist "\n\ +Please select desired languages:" -1 -1 16 \ +ca "Canada" OFF \ +cs "Czech" OFF \ +da "Danish" OFF \ +de "German" ON \ +el "Greek" OFF \ +eo "Esperanto" OFF \ +es "Spanish" OFF \ +et "Estonian" OFF \ +fi "Finnish" ON \ +fr "French" ON \ +he "Hebrew" OFF \ +hu "Hungarian" OFF \ +ja "Japanese" ON \ +is "Icelandic" OFF \ +ko "Korean" ON \ +it "Italian" OFF \ +nl "Dutch" OFF \ +no "Norwegian (Bokmaal)" OFF \ +no_NY "Norwegian (Nynorsk)" OFF \ +pl "Polish" OFF \ +pt "Portuguese" OFF \ +pt_BR "Brazil portuguese" OFF \ +ro "Romanian" OFF \ +ru "Russian" ON \ +sk "Slovak" OFF \ +sl "Slovenian" OFF \ +sr "Serbian" OFF \ +sv "Swedish" OFF \ +tr "Turkish" OFF \ +uk "Ukrainian" OFF \ +zh_CN.GB2312 "Simplified Chinese" ON \ +zh_TW.Big5 "Chinese" ON \ +2> /tmp/chklist.tmp.$$ + + retval=$? + + if [ -s /tmp/chklist.tmp.$$ ]; then + set `cat /tmp/chklist.tmp.$$` + fi + rm -f /tmp/chklist.tmp.$$ + + case $retval in + 0) if [ -z "$*" ]; then + echo "Nothing selected" + fi + ;; + 1) echo "Cancel pressed." + exit 1 + ;; + esac +fi +fi + +/bin/rm -f ${WRKSRC}/subdirs +/usr/bin/grep "^[^@].*/en/.*" ${CURDIR}/pkg-plist > ${PLIST} +/usr/bin/grep "^@.*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}.dirs + +while [ "$1" ]; do + a=`echo -n $1 | /usr/bin/sed -e 's#\"##g'` + echo $a >> ${WRKSRC}/subdirs + /usr/bin/grep "^[^@].*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^[^@].*-$a\$" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^@.*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST}.dirs + shift +done + +/bin/cat ${PLIST}.dirs >> ${PLIST} diff --git a/misc/kde3-i18n-bg/Makefile b/misc/kde3-i18n-bg/Makefile index 55d6f1ea7887..893cd73b4beb 100644 --- a/misc/kde3-i18n-bg/Makefile +++ b/misc/kde3-i18n-bg/Makefile @@ -21,4 +21,10 @@ USE_GMAKE= yes GNU_CONFIGURE= yes +PLIST= ${WRKDIR}/PLIST +SCRIPTS_ENV+= PLIST=${PLIST} + +pre-configure: + @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure + .include <bsd.port.mk> diff --git a/misc/kde3-i18n-bg/scripts/Configure b/misc/kde3-i18n-bg/scripts/Configure new file mode 100644 index 000000000000..3d8958d60472 --- /dev/null +++ b/misc/kde3-i18n-bg/scripts/Configure @@ -0,0 +1,81 @@ +#! /bin/sh +# $FreeBSD$ + +/bin/rm -f ${PLIST} ${PLIST}.dirs + +if [ "${BATCH}" ]; then + set \"ca\" \"cs\" \"da\" \"de\" \"el\" \"eo\" \"es\" \"et\" \"fi\" \"fr\" \"he\" \"hu\" \"ja\" \"is\" \"ko\" \"it\" \"nl\" \"no\" \"no_NY\" \"pl\" \"pt\" \"pt_BR\" \"ro\" \"ru\" \"sk\" \"sl\" \"sr\" \"sv\" \"tr\" \"uk\" \"zh_CN.GB2312\" \"zh_TW.Big5\" +else +if [ "${LINGUAS}" ]; then + set `echo $LINGUAS` +else + /usr/bin/dialog --title "Select languages" --clear \ + --checklist "\n\ +Please select desired languages:" -1 -1 16 \ +ca "Canada" OFF \ +cs "Czech" OFF \ +da "Danish" OFF \ +de "German" ON \ +el "Greek" OFF \ +eo "Esperanto" OFF \ +es "Spanish" OFF \ +et "Estonian" OFF \ +fi "Finnish" ON \ +fr "French" ON \ +he "Hebrew" OFF \ +hu "Hungarian" OFF \ +ja "Japanese" ON \ +is "Icelandic" OFF \ +ko "Korean" ON \ +it "Italian" OFF \ +nl "Dutch" OFF \ +no "Norwegian (Bokmaal)" OFF \ +no_NY "Norwegian (Nynorsk)" OFF \ +pl "Polish" OFF \ +pt "Portuguese" OFF \ +pt_BR "Brazil portuguese" OFF \ +ro "Romanian" OFF \ +ru "Russian" ON \ +sk "Slovak" OFF \ +sl "Slovenian" OFF \ +sr "Serbian" OFF \ +sv "Swedish" OFF \ +tr "Turkish" OFF \ +uk "Ukrainian" OFF \ +zh_CN.GB2312 "Simplified Chinese" ON \ +zh_TW.Big5 "Chinese" ON \ +2> /tmp/chklist.tmp.$$ + + retval=$? + + if [ -s /tmp/chklist.tmp.$$ ]; then + set `cat /tmp/chklist.tmp.$$` + fi + rm -f /tmp/chklist.tmp.$$ + + case $retval in + 0) if [ -z "$*" ]; then + echo "Nothing selected" + fi + ;; + 1) echo "Cancel pressed." + exit 1 + ;; + esac +fi +fi + +/bin/rm -f ${WRKSRC}/subdirs +/usr/bin/grep "^[^@].*/en/.*" ${CURDIR}/pkg-plist > ${PLIST} +/usr/bin/grep "^@.*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}.dirs + +while [ "$1" ]; do + a=`echo -n $1 | /usr/bin/sed -e 's#\"##g'` + echo $a >> ${WRKSRC}/subdirs + /usr/bin/grep "^[^@].*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^[^@].*-$a\$" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^@.*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST}.dirs + shift +done + +/bin/cat ${PLIST}.dirs >> ${PLIST} diff --git a/misc/kde3-i18n-bs/Makefile b/misc/kde3-i18n-bs/Makefile index 55d6f1ea7887..893cd73b4beb 100644 --- a/misc/kde3-i18n-bs/Makefile +++ b/misc/kde3-i18n-bs/Makefile @@ -21,4 +21,10 @@ USE_GMAKE= yes GNU_CONFIGURE= yes +PLIST= ${WRKDIR}/PLIST +SCRIPTS_ENV+= PLIST=${PLIST} + +pre-configure: + @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure + .include <bsd.port.mk> diff --git a/misc/kde3-i18n-bs/scripts/Configure b/misc/kde3-i18n-bs/scripts/Configure new file mode 100644 index 000000000000..3d8958d60472 --- /dev/null +++ b/misc/kde3-i18n-bs/scripts/Configure @@ -0,0 +1,81 @@ +#! /bin/sh +# $FreeBSD$ + +/bin/rm -f ${PLIST} ${PLIST}.dirs + +if [ "${BATCH}" ]; then + set \"ca\" \"cs\" \"da\" \"de\" \"el\" \"eo\" \"es\" \"et\" \"fi\" \"fr\" \"he\" \"hu\" \"ja\" \"is\" \"ko\" \"it\" \"nl\" \"no\" \"no_NY\" \"pl\" \"pt\" \"pt_BR\" \"ro\" \"ru\" \"sk\" \"sl\" \"sr\" \"sv\" \"tr\" \"uk\" \"zh_CN.GB2312\" \"zh_TW.Big5\" +else +if [ "${LINGUAS}" ]; then + set `echo $LINGUAS` +else + /usr/bin/dialog --title "Select languages" --clear \ + --checklist "\n\ +Please select desired languages:" -1 -1 16 \ +ca "Canada" OFF \ +cs "Czech" OFF \ +da "Danish" OFF \ +de "German" ON \ +el "Greek" OFF \ +eo "Esperanto" OFF \ +es "Spanish" OFF \ +et "Estonian" OFF \ +fi "Finnish" ON \ +fr "French" ON \ +he "Hebrew" OFF \ +hu "Hungarian" OFF \ +ja "Japanese" ON \ +is "Icelandic" OFF \ +ko "Korean" ON \ +it "Italian" OFF \ +nl "Dutch" OFF \ +no "Norwegian (Bokmaal)" OFF \ +no_NY "Norwegian (Nynorsk)" OFF \ +pl "Polish" OFF \ +pt "Portuguese" OFF \ +pt_BR "Brazil portuguese" OFF \ +ro "Romanian" OFF \ +ru "Russian" ON \ +sk "Slovak" OFF \ +sl "Slovenian" OFF \ +sr "Serbian" OFF \ +sv "Swedish" OFF \ +tr "Turkish" OFF \ +uk "Ukrainian" OFF \ +zh_CN.GB2312 "Simplified Chinese" ON \ +zh_TW.Big5 "Chinese" ON \ +2> /tmp/chklist.tmp.$$ + + retval=$? + + if [ -s /tmp/chklist.tmp.$$ ]; then + set `cat /tmp/chklist.tmp.$$` + fi + rm -f /tmp/chklist.tmp.$$ + + case $retval in + 0) if [ -z "$*" ]; then + echo "Nothing selected" + fi + ;; + 1) echo "Cancel pressed." + exit 1 + ;; + esac +fi +fi + +/bin/rm -f ${WRKSRC}/subdirs +/usr/bin/grep "^[^@].*/en/.*" ${CURDIR}/pkg-plist > ${PLIST} +/usr/bin/grep "^@.*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}.dirs + +while [ "$1" ]; do + a=`echo -n $1 | /usr/bin/sed -e 's#\"##g'` + echo $a >> ${WRKSRC}/subdirs + /usr/bin/grep "^[^@].*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^[^@].*-$a\$" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^@.*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST}.dirs + shift +done + +/bin/cat ${PLIST}.dirs >> ${PLIST} diff --git a/misc/kde3-i18n-ca/Makefile b/misc/kde3-i18n-ca/Makefile index 55d6f1ea7887..893cd73b4beb 100644 --- a/misc/kde3-i18n-ca/Makefile +++ b/misc/kde3-i18n-ca/Makefile @@ -21,4 +21,10 @@ USE_GMAKE= yes GNU_CONFIGURE= yes +PLIST= ${WRKDIR}/PLIST +SCRIPTS_ENV+= PLIST=${PLIST} + +pre-configure: + @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure + .include <bsd.port.mk> diff --git a/misc/kde3-i18n-ca/scripts/Configure b/misc/kde3-i18n-ca/scripts/Configure new file mode 100644 index 000000000000..3d8958d60472 --- /dev/null +++ b/misc/kde3-i18n-ca/scripts/Configure @@ -0,0 +1,81 @@ +#! /bin/sh +# $FreeBSD$ + +/bin/rm -f ${PLIST} ${PLIST}.dirs + +if [ "${BATCH}" ]; then + set \"ca\" \"cs\" \"da\" \"de\" \"el\" \"eo\" \"es\" \"et\" \"fi\" \"fr\" \"he\" \"hu\" \"ja\" \"is\" \"ko\" \"it\" \"nl\" \"no\" \"no_NY\" \"pl\" \"pt\" \"pt_BR\" \"ro\" \"ru\" \"sk\" \"sl\" \"sr\" \"sv\" \"tr\" \"uk\" \"zh_CN.GB2312\" \"zh_TW.Big5\" +else +if [ "${LINGUAS}" ]; then + set `echo $LINGUAS` +else + /usr/bin/dialog --title "Select languages" --clear \ + --checklist "\n\ +Please select desired languages:" -1 -1 16 \ +ca "Canada" OFF \ +cs "Czech" OFF \ +da "Danish" OFF \ +de "German" ON \ +el "Greek" OFF \ +eo "Esperanto" OFF \ +es "Spanish" OFF \ +et "Estonian" OFF \ +fi "Finnish" ON \ +fr "French" ON \ +he "Hebrew" OFF \ +hu "Hungarian" OFF \ +ja "Japanese" ON \ +is "Icelandic" OFF \ +ko "Korean" ON \ +it "Italian" OFF \ +nl "Dutch" OFF \ +no "Norwegian (Bokmaal)" OFF \ +no_NY "Norwegian (Nynorsk)" OFF \ +pl "Polish" OFF \ +pt "Portuguese" OFF \ +pt_BR "Brazil portuguese" OFF \ +ro "Romanian" OFF \ +ru "Russian" ON \ +sk "Slovak" OFF \ +sl "Slovenian" OFF \ +sr "Serbian" OFF \ +sv "Swedish" OFF \ +tr "Turkish" OFF \ +uk "Ukrainian" OFF \ +zh_CN.GB2312 "Simplified Chinese" ON \ +zh_TW.Big5 "Chinese" ON \ +2> /tmp/chklist.tmp.$$ + + retval=$? + + if [ -s /tmp/chklist.tmp.$$ ]; then + set `cat /tmp/chklist.tmp.$$` + fi + rm -f /tmp/chklist.tmp.$$ + + case $retval in + 0) if [ -z "$*" ]; then + echo "Nothing selected" + fi + ;; + 1) echo "Cancel pressed." + exit 1 + ;; + esac +fi +fi + +/bin/rm -f ${WRKSRC}/subdirs +/usr/bin/grep "^[^@].*/en/.*" ${CURDIR}/pkg-plist > ${PLIST} +/usr/bin/grep "^@.*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}.dirs + +while [ "$1" ]; do + a=`echo -n $1 | /usr/bin/sed -e 's#\"##g'` + echo $a >> ${WRKSRC}/subdirs + /usr/bin/grep "^[^@].*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^[^@].*-$a\$" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^@.*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST}.dirs + shift +done + +/bin/cat ${PLIST}.dirs >> ${PLIST} diff --git a/misc/kde3-i18n-cs/Makefile b/misc/kde3-i18n-cs/Makefile index 55d6f1ea7887..893cd73b4beb 100644 --- a/misc/kde3-i18n-cs/Makefile +++ b/misc/kde3-i18n-cs/Makefile @@ -21,4 +21,10 @@ USE_GMAKE= yes GNU_CONFIGURE= yes +PLIST= ${WRKDIR}/PLIST +SCRIPTS_ENV+= PLIST=${PLIST} + +pre-configure: + @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure + .include <bsd.port.mk> diff --git a/misc/kde3-i18n-cs/scripts/Configure b/misc/kde3-i18n-cs/scripts/Configure new file mode 100644 index 000000000000..3d8958d60472 --- /dev/null +++ b/misc/kde3-i18n-cs/scripts/Configure @@ -0,0 +1,81 @@ +#! /bin/sh +# $FreeBSD$ + +/bin/rm -f ${PLIST} ${PLIST}.dirs + +if [ "${BATCH}" ]; then + set \"ca\" \"cs\" \"da\" \"de\" \"el\" \"eo\" \"es\" \"et\" \"fi\" \"fr\" \"he\" \"hu\" \"ja\" \"is\" \"ko\" \"it\" \"nl\" \"no\" \"no_NY\" \"pl\" \"pt\" \"pt_BR\" \"ro\" \"ru\" \"sk\" \"sl\" \"sr\" \"sv\" \"tr\" \"uk\" \"zh_CN.GB2312\" \"zh_TW.Big5\" +else +if [ "${LINGUAS}" ]; then + set `echo $LINGUAS` +else + /usr/bin/dialog --title "Select languages" --clear \ + --checklist "\n\ +Please select desired languages:" -1 -1 16 \ +ca "Canada" OFF \ +cs "Czech" OFF \ +da "Danish" OFF \ +de "German" ON \ +el "Greek" OFF \ +eo "Esperanto" OFF \ +es "Spanish" OFF \ +et "Estonian" OFF \ +fi "Finnish" ON \ +fr "French" ON \ +he "Hebrew" OFF \ +hu "Hungarian" OFF \ +ja "Japanese" ON \ +is "Icelandic" OFF \ +ko "Korean" ON \ +it "Italian" OFF \ +nl "Dutch" OFF \ +no "Norwegian (Bokmaal)" OFF \ +no_NY "Norwegian (Nynorsk)" OFF \ +pl "Polish" OFF \ +pt "Portuguese" OFF \ +pt_BR "Brazil portuguese" OFF \ +ro "Romanian" OFF \ +ru "Russian" ON \ +sk "Slovak" OFF \ +sl "Slovenian" OFF \ +sr "Serbian" OFF \ +sv "Swedish" OFF \ +tr "Turkish" OFF \ +uk "Ukrainian" OFF \ +zh_CN.GB2312 "Simplified Chinese" ON \ +zh_TW.Big5 "Chinese" ON \ +2> /tmp/chklist.tmp.$$ + + retval=$? + + if [ -s /tmp/chklist.tmp.$$ ]; then + set `cat /tmp/chklist.tmp.$$` + fi + rm -f /tmp/chklist.tmp.$$ + + case $retval in + 0) if [ -z "$*" ]; then + echo "Nothing selected" + fi + ;; + 1) echo "Cancel pressed." + exit 1 + ;; + esac +fi +fi + +/bin/rm -f ${WRKSRC}/subdirs +/usr/bin/grep "^[^@].*/en/.*" ${CURDIR}/pkg-plist > ${PLIST} +/usr/bin/grep "^@.*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}.dirs + +while [ "$1" ]; do + a=`echo -n $1 | /usr/bin/sed -e 's#\"##g'` + echo $a >> ${WRKSRC}/subdirs + /usr/bin/grep "^[^@].*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^[^@].*-$a\$" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^@.*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST}.dirs + shift +done + +/bin/cat ${PLIST}.dirs >> ${PLIST} diff --git a/misc/kde3-i18n-da/Makefile b/misc/kde3-i18n-da/Makefile index 55d6f1ea7887..893cd73b4beb 100644 --- a/misc/kde3-i18n-da/Makefile +++ b/misc/kde3-i18n-da/Makefile @@ -21,4 +21,10 @@ USE_GMAKE= yes GNU_CONFIGURE= yes +PLIST= ${WRKDIR}/PLIST +SCRIPTS_ENV+= PLIST=${PLIST} + +pre-configure: + @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure + .include <bsd.port.mk> diff --git a/misc/kde3-i18n-da/scripts/Configure b/misc/kde3-i18n-da/scripts/Configure new file mode 100644 index 000000000000..3d8958d60472 --- /dev/null +++ b/misc/kde3-i18n-da/scripts/Configure @@ -0,0 +1,81 @@ +#! /bin/sh +# $FreeBSD$ + +/bin/rm -f ${PLIST} ${PLIST}.dirs + +if [ "${BATCH}" ]; then + set \"ca\" \"cs\" \"da\" \"de\" \"el\" \"eo\" \"es\" \"et\" \"fi\" \"fr\" \"he\" \"hu\" \"ja\" \"is\" \"ko\" \"it\" \"nl\" \"no\" \"no_NY\" \"pl\" \"pt\" \"pt_BR\" \"ro\" \"ru\" \"sk\" \"sl\" \"sr\" \"sv\" \"tr\" \"uk\" \"zh_CN.GB2312\" \"zh_TW.Big5\" +else +if [ "${LINGUAS}" ]; then + set `echo $LINGUAS` +else + /usr/bin/dialog --title "Select languages" --clear \ + --checklist "\n\ +Please select desired languages:" -1 -1 16 \ +ca "Canada" OFF \ +cs "Czech" OFF \ +da "Danish" OFF \ +de "German" ON \ +el "Greek" OFF \ +eo "Esperanto" OFF \ +es "Spanish" OFF \ +et "Estonian" OFF \ +fi "Finnish" ON \ +fr "French" ON \ +he "Hebrew" OFF \ +hu "Hungarian" OFF \ +ja "Japanese" ON \ +is "Icelandic" OFF \ +ko "Korean" ON \ +it "Italian" OFF \ +nl "Dutch" OFF \ +no "Norwegian (Bokmaal)" OFF \ +no_NY "Norwegian (Nynorsk)" OFF \ +pl "Polish" OFF \ +pt "Portuguese" OFF \ +pt_BR "Brazil portuguese" OFF \ +ro "Romanian" OFF \ +ru "Russian" ON \ +sk "Slovak" OFF \ +sl "Slovenian" OFF \ +sr "Serbian" OFF \ +sv "Swedish" OFF \ +tr "Turkish" OFF \ +uk "Ukrainian" OFF \ +zh_CN.GB2312 "Simplified Chinese" ON \ +zh_TW.Big5 "Chinese" ON \ +2> /tmp/chklist.tmp.$$ + + retval=$? + + if [ -s /tmp/chklist.tmp.$$ ]; then + set `cat /tmp/chklist.tmp.$$` + fi + rm -f /tmp/chklist.tmp.$$ + + case $retval in + 0) if [ -z "$*" ]; then + echo "Nothing selected" + fi + ;; + 1) echo "Cancel pressed." + exit 1 + ;; + esac +fi +fi + +/bin/rm -f ${WRKSRC}/subdirs +/usr/bin/grep "^[^@].*/en/.*" ${CURDIR}/pkg-plist > ${PLIST} +/usr/bin/grep "^@.*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}.dirs + +while [ "$1" ]; do + a=`echo -n $1 | /usr/bin/sed -e 's#\"##g'` + echo $a >> ${WRKSRC}/subdirs + /usr/bin/grep "^[^@].*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^[^@].*-$a\$" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^@.*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST}.dirs + shift +done + +/bin/cat ${PLIST}.dirs >> ${PLIST} diff --git a/misc/kde3-i18n-el/Makefile b/misc/kde3-i18n-el/Makefile index 55d6f1ea7887..893cd73b4beb 100644 --- a/misc/kde3-i18n-el/Makefile +++ b/misc/kde3-i18n-el/Makefile @@ -21,4 +21,10 @@ USE_GMAKE= yes GNU_CONFIGURE= yes +PLIST= ${WRKDIR}/PLIST +SCRIPTS_ENV+= PLIST=${PLIST} + +pre-configure: + @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure + .include <bsd.port.mk> diff --git a/misc/kde3-i18n-el/scripts/Configure b/misc/kde3-i18n-el/scripts/Configure new file mode 100644 index 000000000000..3d8958d60472 --- /dev/null +++ b/misc/kde3-i18n-el/scripts/Configure @@ -0,0 +1,81 @@ +#! /bin/sh +# $FreeBSD$ + +/bin/rm -f ${PLIST} ${PLIST}.dirs + +if [ "${BATCH}" ]; then + set \"ca\" \"cs\" \"da\" \"de\" \"el\" \"eo\" \"es\" \"et\" \"fi\" \"fr\" \"he\" \"hu\" \"ja\" \"is\" \"ko\" \"it\" \"nl\" \"no\" \"no_NY\" \"pl\" \"pt\" \"pt_BR\" \"ro\" \"ru\" \"sk\" \"sl\" \"sr\" \"sv\" \"tr\" \"uk\" \"zh_CN.GB2312\" \"zh_TW.Big5\" +else +if [ "${LINGUAS}" ]; then + set `echo $LINGUAS` +else + /usr/bin/dialog --title "Select languages" --clear \ + --checklist "\n\ +Please select desired languages:" -1 -1 16 \ +ca "Canada" OFF \ +cs "Czech" OFF \ +da "Danish" OFF \ +de "German" ON \ +el "Greek" OFF \ +eo "Esperanto" OFF \ +es "Spanish" OFF \ +et "Estonian" OFF \ +fi "Finnish" ON \ +fr "French" ON \ +he "Hebrew" OFF \ +hu "Hungarian" OFF \ +ja "Japanese" ON \ +is "Icelandic" OFF \ +ko "Korean" ON \ +it "Italian" OFF \ +nl "Dutch" OFF \ +no "Norwegian (Bokmaal)" OFF \ +no_NY "Norwegian (Nynorsk)" OFF \ +pl "Polish" OFF \ +pt "Portuguese" OFF \ +pt_BR "Brazil portuguese" OFF \ +ro "Romanian" OFF \ +ru "Russian" ON \ +sk "Slovak" OFF \ +sl "Slovenian" OFF \ +sr "Serbian" OFF \ +sv "Swedish" OFF \ +tr "Turkish" OFF \ +uk "Ukrainian" OFF \ +zh_CN.GB2312 "Simplified Chinese" ON \ +zh_TW.Big5 "Chinese" ON \ +2> /tmp/chklist.tmp.$$ + + retval=$? + + if [ -s /tmp/chklist.tmp.$$ ]; then + set `cat /tmp/chklist.tmp.$$` + fi + rm -f /tmp/chklist.tmp.$$ + + case $retval in + 0) if [ -z "$*" ]; then + echo "Nothing selected" + fi + ;; + 1) echo "Cancel pressed." + exit 1 + ;; + esac +fi +fi + +/bin/rm -f ${WRKSRC}/subdirs +/usr/bin/grep "^[^@].*/en/.*" ${CURDIR}/pkg-plist > ${PLIST} +/usr/bin/grep "^@.*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}.dirs + +while [ "$1" ]; do + a=`echo -n $1 | /usr/bin/sed -e 's#\"##g'` + echo $a >> ${WRKSRC}/subdirs + /usr/bin/grep "^[^@].*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^[^@].*-$a\$" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^@.*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST}.dirs + shift +done + +/bin/cat ${PLIST}.dirs >> ${PLIST} diff --git a/misc/kde3-i18n-en_GB/Makefile b/misc/kde3-i18n-en_GB/Makefile index 55d6f1ea7887..893cd73b4beb 100644 --- a/misc/kde3-i18n-en_GB/Makefile +++ b/misc/kde3-i18n-en_GB/Makefile @@ -21,4 +21,10 @@ USE_GMAKE= yes GNU_CONFIGURE= yes +PLIST= ${WRKDIR}/PLIST +SCRIPTS_ENV+= PLIST=${PLIST} + +pre-configure: + @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure + .include <bsd.port.mk> diff --git a/misc/kde3-i18n-en_GB/scripts/Configure b/misc/kde3-i18n-en_GB/scripts/Configure new file mode 100644 index 000000000000..3d8958d60472 --- /dev/null +++ b/misc/kde3-i18n-en_GB/scripts/Configure @@ -0,0 +1,81 @@ +#! /bin/sh +# $FreeBSD$ + +/bin/rm -f ${PLIST} ${PLIST}.dirs + +if [ "${BATCH}" ]; then + set \"ca\" \"cs\" \"da\" \"de\" \"el\" \"eo\" \"es\" \"et\" \"fi\" \"fr\" \"he\" \"hu\" \"ja\" \"is\" \"ko\" \"it\" \"nl\" \"no\" \"no_NY\" \"pl\" \"pt\" \"pt_BR\" \"ro\" \"ru\" \"sk\" \"sl\" \"sr\" \"sv\" \"tr\" \"uk\" \"zh_CN.GB2312\" \"zh_TW.Big5\" +else +if [ "${LINGUAS}" ]; then + set `echo $LINGUAS` +else + /usr/bin/dialog --title "Select languages" --clear \ + --checklist "\n\ +Please select desired languages:" -1 -1 16 \ +ca "Canada" OFF \ +cs "Czech" OFF \ +da "Danish" OFF \ +de "German" ON \ +el "Greek" OFF \ +eo "Esperanto" OFF \ +es "Spanish" OFF \ +et "Estonian" OFF \ +fi "Finnish" ON \ +fr "French" ON \ +he "Hebrew" OFF \ +hu "Hungarian" OFF \ +ja "Japanese" ON \ +is "Icelandic" OFF \ +ko "Korean" ON \ +it "Italian" OFF \ +nl "Dutch" OFF \ +no "Norwegian (Bokmaal)" OFF \ +no_NY "Norwegian (Nynorsk)" OFF \ +pl "Polish" OFF \ +pt "Portuguese" OFF \ +pt_BR "Brazil portuguese" OFF \ +ro "Romanian" OFF \ +ru "Russian" ON \ +sk "Slovak" OFF \ +sl "Slovenian" OFF \ +sr "Serbian" OFF \ +sv "Swedish" OFF \ +tr "Turkish" OFF \ +uk "Ukrainian" OFF \ +zh_CN.GB2312 "Simplified Chinese" ON \ +zh_TW.Big5 "Chinese" ON \ +2> /tmp/chklist.tmp.$$ + + retval=$? + + if [ -s /tmp/chklist.tmp.$$ ]; then + set `cat /tmp/chklist.tmp.$$` + fi + rm -f /tmp/chklist.tmp.$$ + + case $retval in + 0) if [ -z "$*" ]; then + echo "Nothing selected" + fi + ;; + 1) echo "Cancel pressed." + exit 1 + ;; + esac +fi +fi + +/bin/rm -f ${WRKSRC}/subdirs +/usr/bin/grep "^[^@].*/en/.*" ${CURDIR}/pkg-plist > ${PLIST} +/usr/bin/grep "^@.*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}.dirs + +while [ "$1" ]; do + a=`echo -n $1 | /usr/bin/sed -e 's#\"##g'` + echo $a >> ${WRKSRC}/subdirs + /usr/bin/grep "^[^@].*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^[^@].*-$a\$" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^@.*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST}.dirs + shift +done + +/bin/cat ${PLIST}.dirs >> ${PLIST} diff --git a/misc/kde3-i18n-eo/Makefile b/misc/kde3-i18n-eo/Makefile index 55d6f1ea7887..893cd73b4beb 100644 --- a/misc/kde3-i18n-eo/Makefile +++ b/misc/kde3-i18n-eo/Makefile @@ -21,4 +21,10 @@ USE_GMAKE= yes GNU_CONFIGURE= yes +PLIST= ${WRKDIR}/PLIST +SCRIPTS_ENV+= PLIST=${PLIST} + +pre-configure: + @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure + .include <bsd.port.mk> diff --git a/misc/kde3-i18n-eo/scripts/Configure b/misc/kde3-i18n-eo/scripts/Configure new file mode 100644 index 000000000000..3d8958d60472 --- /dev/null +++ b/misc/kde3-i18n-eo/scripts/Configure @@ -0,0 +1,81 @@ +#! /bin/sh +# $FreeBSD$ + +/bin/rm -f ${PLIST} ${PLIST}.dirs + +if [ "${BATCH}" ]; then + set \"ca\" \"cs\" \"da\" \"de\" \"el\" \"eo\" \"es\" \"et\" \"fi\" \"fr\" \"he\" \"hu\" \"ja\" \"is\" \"ko\" \"it\" \"nl\" \"no\" \"no_NY\" \"pl\" \"pt\" \"pt_BR\" \"ro\" \"ru\" \"sk\" \"sl\" \"sr\" \"sv\" \"tr\" \"uk\" \"zh_CN.GB2312\" \"zh_TW.Big5\" +else +if [ "${LINGUAS}" ]; then + set `echo $LINGUAS` +else + /usr/bin/dialog --title "Select languages" --clear \ + --checklist "\n\ +Please select desired languages:" -1 -1 16 \ +ca "Canada" OFF \ +cs "Czech" OFF \ +da "Danish" OFF \ +de "German" ON \ +el "Greek" OFF \ +eo "Esperanto" OFF \ +es "Spanish" OFF \ +et "Estonian" OFF \ +fi "Finnish" ON \ +fr "French" ON \ +he "Hebrew" OFF \ +hu "Hungarian" OFF \ +ja "Japanese" ON \ +is "Icelandic" OFF \ +ko "Korean" ON \ +it "Italian" OFF \ +nl "Dutch" OFF \ +no "Norwegian (Bokmaal)" OFF \ +no_NY "Norwegian (Nynorsk)" OFF \ +pl "Polish" OFF \ +pt "Portuguese" OFF \ +pt_BR "Brazil portuguese" OFF \ +ro "Romanian" OFF \ +ru "Russian" ON \ +sk "Slovak" OFF \ +sl "Slovenian" OFF \ +sr "Serbian" OFF \ +sv "Swedish" OFF \ +tr "Turkish" OFF \ +uk "Ukrainian" OFF \ +zh_CN.GB2312 "Simplified Chinese" ON \ +zh_TW.Big5 "Chinese" ON \ +2> /tmp/chklist.tmp.$$ + + retval=$? + + if [ -s /tmp/chklist.tmp.$$ ]; then + set `cat /tmp/chklist.tmp.$$` + fi + rm -f /tmp/chklist.tmp.$$ + + case $retval in + 0) if [ -z "$*" ]; then + echo "Nothing selected" + fi + ;; + 1) echo "Cancel pressed." + exit 1 + ;; + esac +fi +fi + +/bin/rm -f ${WRKSRC}/subdirs +/usr/bin/grep "^[^@].*/en/.*" ${CURDIR}/pkg-plist > ${PLIST} +/usr/bin/grep "^@.*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}.dirs + +while [ "$1" ]; do + a=`echo -n $1 | /usr/bin/sed -e 's#\"##g'` + echo $a >> ${WRKSRC}/subdirs + /usr/bin/grep "^[^@].*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^[^@].*-$a\$" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^@.*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST}.dirs + shift +done + +/bin/cat ${PLIST}.dirs >> ${PLIST} diff --git a/misc/kde3-i18n-es/Makefile b/misc/kde3-i18n-es/Makefile index 55d6f1ea7887..893cd73b4beb 100644 --- a/misc/kde3-i18n-es/Makefile +++ b/misc/kde3-i18n-es/Makefile @@ -21,4 +21,10 @@ USE_GMAKE= yes GNU_CONFIGURE= yes +PLIST= ${WRKDIR}/PLIST +SCRIPTS_ENV+= PLIST=${PLIST} + +pre-configure: + @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure + .include <bsd.port.mk> diff --git a/misc/kde3-i18n-es/scripts/Configure b/misc/kde3-i18n-es/scripts/Configure new file mode 100644 index 000000000000..3d8958d60472 --- /dev/null +++ b/misc/kde3-i18n-es/scripts/Configure @@ -0,0 +1,81 @@ +#! /bin/sh +# $FreeBSD$ + +/bin/rm -f ${PLIST} ${PLIST}.dirs + +if [ "${BATCH}" ]; then + set \"ca\" \"cs\" \"da\" \"de\" \"el\" \"eo\" \"es\" \"et\" \"fi\" \"fr\" \"he\" \"hu\" \"ja\" \"is\" \"ko\" \"it\" \"nl\" \"no\" \"no_NY\" \"pl\" \"pt\" \"pt_BR\" \"ro\" \"ru\" \"sk\" \"sl\" \"sr\" \"sv\" \"tr\" \"uk\" \"zh_CN.GB2312\" \"zh_TW.Big5\" +else +if [ "${LINGUAS}" ]; then + set `echo $LINGUAS` +else + /usr/bin/dialog --title "Select languages" --clear \ + --checklist "\n\ +Please select desired languages:" -1 -1 16 \ +ca "Canada" OFF \ +cs "Czech" OFF \ +da "Danish" OFF \ +de "German" ON \ +el "Greek" OFF \ +eo "Esperanto" OFF \ +es "Spanish" OFF \ +et "Estonian" OFF \ +fi "Finnish" ON \ +fr "French" ON \ +he "Hebrew" OFF \ +hu "Hungarian" OFF \ +ja "Japanese" ON \ +is "Icelandic" OFF \ +ko "Korean" ON \ +it "Italian" OFF \ +nl "Dutch" OFF \ +no "Norwegian (Bokmaal)" OFF \ +no_NY "Norwegian (Nynorsk)" OFF \ +pl "Polish" OFF \ +pt "Portuguese" OFF \ +pt_BR "Brazil portuguese" OFF \ +ro "Romanian" OFF \ +ru "Russian" ON \ +sk "Slovak" OFF \ +sl "Slovenian" OFF \ +sr "Serbian" OFF \ +sv "Swedish" OFF \ +tr "Turkish" OFF \ +uk "Ukrainian" OFF \ +zh_CN.GB2312 "Simplified Chinese" ON \ +zh_TW.Big5 "Chinese" ON \ +2> /tmp/chklist.tmp.$$ + + retval=$? + + if [ -s /tmp/chklist.tmp.$$ ]; then + set `cat /tmp/chklist.tmp.$$` + fi + rm -f /tmp/chklist.tmp.$$ + + case $retval in + 0) if [ -z "$*" ]; then + echo "Nothing selected" + fi + ;; + 1) echo "Cancel pressed." + exit 1 + ;; + esac +fi +fi + +/bin/rm -f ${WRKSRC}/subdirs +/usr/bin/grep "^[^@].*/en/.*" ${CURDIR}/pkg-plist > ${PLIST} +/usr/bin/grep "^@.*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}.dirs + +while [ "$1" ]; do + a=`echo -n $1 | /usr/bin/sed -e 's#\"##g'` + echo $a >> ${WRKSRC}/subdirs + /usr/bin/grep "^[^@].*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^[^@].*-$a\$" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^@.*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST}.dirs + shift +done + +/bin/cat ${PLIST}.dirs >> ${PLIST} diff --git a/misc/kde3-i18n-et/Makefile b/misc/kde3-i18n-et/Makefile index 55d6f1ea7887..893cd73b4beb 100644 --- a/misc/kde3-i18n-et/Makefile +++ b/misc/kde3-i18n-et/Makefile @@ -21,4 +21,10 @@ USE_GMAKE= yes GNU_CONFIGURE= yes +PLIST= ${WRKDIR}/PLIST +SCRIPTS_ENV+= PLIST=${PLIST} + +pre-configure: + @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure + .include <bsd.port.mk> diff --git a/misc/kde3-i18n-et/scripts/Configure b/misc/kde3-i18n-et/scripts/Configure new file mode 100644 index 000000000000..3d8958d60472 --- /dev/null +++ b/misc/kde3-i18n-et/scripts/Configure @@ -0,0 +1,81 @@ +#! /bin/sh +# $FreeBSD$ + +/bin/rm -f ${PLIST} ${PLIST}.dirs + +if [ "${BATCH}" ]; then + set \"ca\" \"cs\" \"da\" \"de\" \"el\" \"eo\" \"es\" \"et\" \"fi\" \"fr\" \"he\" \"hu\" \"ja\" \"is\" \"ko\" \"it\" \"nl\" \"no\" \"no_NY\" \"pl\" \"pt\" \"pt_BR\" \"ro\" \"ru\" \"sk\" \"sl\" \"sr\" \"sv\" \"tr\" \"uk\" \"zh_CN.GB2312\" \"zh_TW.Big5\" +else +if [ "${LINGUAS}" ]; then + set `echo $LINGUAS` +else + /usr/bin/dialog --title "Select languages" --clear \ + --checklist "\n\ +Please select desired languages:" -1 -1 16 \ +ca "Canada" OFF \ +cs "Czech" OFF \ +da "Danish" OFF \ +de "German" ON \ +el "Greek" OFF \ +eo "Esperanto" OFF \ +es "Spanish" OFF \ +et "Estonian" OFF \ +fi "Finnish" ON \ +fr "French" ON \ +he "Hebrew" OFF \ +hu "Hungarian" OFF \ +ja "Japanese" ON \ +is "Icelandic" OFF \ +ko "Korean" ON \ +it "Italian" OFF \ +nl "Dutch" OFF \ +no "Norwegian (Bokmaal)" OFF \ +no_NY "Norwegian (Nynorsk)" OFF \ +pl "Polish" OFF \ +pt "Portuguese" OFF \ +pt_BR "Brazil portuguese" OFF \ +ro "Romanian" OFF \ +ru "Russian" ON \ +sk "Slovak" OFF \ +sl "Slovenian" OFF \ +sr "Serbian" OFF \ +sv "Swedish" OFF \ +tr "Turkish" OFF \ +uk "Ukrainian" OFF \ +zh_CN.GB2312 "Simplified Chinese" ON \ +zh_TW.Big5 "Chinese" ON \ +2> /tmp/chklist.tmp.$$ + + retval=$? + + if [ -s /tmp/chklist.tmp.$$ ]; then + set `cat /tmp/chklist.tmp.$$` + fi + rm -f /tmp/chklist.tmp.$$ + + case $retval in + 0) if [ -z "$*" ]; then + echo "Nothing selected" + fi + ;; + 1) echo "Cancel pressed." + exit 1 + ;; + esac +fi +fi + +/bin/rm -f ${WRKSRC}/subdirs +/usr/bin/grep "^[^@].*/en/.*" ${CURDIR}/pkg-plist > ${PLIST} +/usr/bin/grep "^@.*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}.dirs + +while [ "$1" ]; do + a=`echo -n $1 | /usr/bin/sed -e 's#\"##g'` + echo $a >> ${WRKSRC}/subdirs + /usr/bin/grep "^[^@].*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^[^@].*-$a\$" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^@.*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST}.dirs + shift +done + +/bin/cat ${PLIST}.dirs >> ${PLIST} diff --git a/misc/kde3-i18n-fi/Makefile b/misc/kde3-i18n-fi/Makefile index 55d6f1ea7887..893cd73b4beb 100644 --- a/misc/kde3-i18n-fi/Makefile +++ b/misc/kde3-i18n-fi/Makefile @@ -21,4 +21,10 @@ USE_GMAKE= yes GNU_CONFIGURE= yes +PLIST= ${WRKDIR}/PLIST +SCRIPTS_ENV+= PLIST=${PLIST} + +pre-configure: + @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure + .include <bsd.port.mk> diff --git a/misc/kde3-i18n-fi/scripts/Configure b/misc/kde3-i18n-fi/scripts/Configure new file mode 100644 index 000000000000..3d8958d60472 --- /dev/null +++ b/misc/kde3-i18n-fi/scripts/Configure @@ -0,0 +1,81 @@ +#! /bin/sh +# $FreeBSD$ + +/bin/rm -f ${PLIST} ${PLIST}.dirs + +if [ "${BATCH}" ]; then + set \"ca\" \"cs\" \"da\" \"de\" \"el\" \"eo\" \"es\" \"et\" \"fi\" \"fr\" \"he\" \"hu\" \"ja\" \"is\" \"ko\" \"it\" \"nl\" \"no\" \"no_NY\" \"pl\" \"pt\" \"pt_BR\" \"ro\" \"ru\" \"sk\" \"sl\" \"sr\" \"sv\" \"tr\" \"uk\" \"zh_CN.GB2312\" \"zh_TW.Big5\" +else +if [ "${LINGUAS}" ]; then + set `echo $LINGUAS` +else + /usr/bin/dialog --title "Select languages" --clear \ + --checklist "\n\ +Please select desired languages:" -1 -1 16 \ +ca "Canada" OFF \ +cs "Czech" OFF \ +da "Danish" OFF \ +de "German" ON \ +el "Greek" OFF \ +eo "Esperanto" OFF \ +es "Spanish" OFF \ +et "Estonian" OFF \ +fi "Finnish" ON \ +fr "French" ON \ +he "Hebrew" OFF \ +hu "Hungarian" OFF \ +ja "Japanese" ON \ +is "Icelandic" OFF \ +ko "Korean" ON \ +it "Italian" OFF \ +nl "Dutch" OFF \ +no "Norwegian (Bokmaal)" OFF \ +no_NY "Norwegian (Nynorsk)" OFF \ +pl "Polish" OFF \ +pt "Portuguese" OFF \ +pt_BR "Brazil portuguese" OFF \ +ro "Romanian" OFF \ +ru "Russian" ON \ +sk "Slovak" OFF \ +sl "Slovenian" OFF \ +sr "Serbian" OFF \ +sv "Swedish" OFF \ +tr "Turkish" OFF \ +uk "Ukrainian" OFF \ +zh_CN.GB2312 "Simplified Chinese" ON \ +zh_TW.Big5 "Chinese" ON \ +2> /tmp/chklist.tmp.$$ + + retval=$? + + if [ -s /tmp/chklist.tmp.$$ ]; then + set `cat /tmp/chklist.tmp.$$` + fi + rm -f /tmp/chklist.tmp.$$ + + case $retval in + 0) if [ -z "$*" ]; then + echo "Nothing selected" + fi + ;; + 1) echo "Cancel pressed." + exit 1 + ;; + esac +fi +fi + +/bin/rm -f ${WRKSRC}/subdirs +/usr/bin/grep "^[^@].*/en/.*" ${CURDIR}/pkg-plist > ${PLIST} +/usr/bin/grep "^@.*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}.dirs + +while [ "$1" ]; do + a=`echo -n $1 | /usr/bin/sed -e 's#\"##g'` + echo $a >> ${WRKSRC}/subdirs + /usr/bin/grep "^[^@].*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^[^@].*-$a\$" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^@.*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST}.dirs + shift +done + +/bin/cat ${PLIST}.dirs >> ${PLIST} diff --git a/misc/kde3-i18n-he/Makefile b/misc/kde3-i18n-he/Makefile index 55d6f1ea7887..893cd73b4beb 100644 --- a/misc/kde3-i18n-he/Makefile +++ b/misc/kde3-i18n-he/Makefile @@ -21,4 +21,10 @@ USE_GMAKE= yes GNU_CONFIGURE= yes +PLIST= ${WRKDIR}/PLIST +SCRIPTS_ENV+= PLIST=${PLIST} + +pre-configure: + @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure + .include <bsd.port.mk> diff --git a/misc/kde3-i18n-he/scripts/Configure b/misc/kde3-i18n-he/scripts/Configure new file mode 100644 index 000000000000..3d8958d60472 --- /dev/null +++ b/misc/kde3-i18n-he/scripts/Configure @@ -0,0 +1,81 @@ +#! /bin/sh +# $FreeBSD$ + +/bin/rm -f ${PLIST} ${PLIST}.dirs + +if [ "${BATCH}" ]; then + set \"ca\" \"cs\" \"da\" \"de\" \"el\" \"eo\" \"es\" \"et\" \"fi\" \"fr\" \"he\" \"hu\" \"ja\" \"is\" \"ko\" \"it\" \"nl\" \"no\" \"no_NY\" \"pl\" \"pt\" \"pt_BR\" \"ro\" \"ru\" \"sk\" \"sl\" \"sr\" \"sv\" \"tr\" \"uk\" \"zh_CN.GB2312\" \"zh_TW.Big5\" +else +if [ "${LINGUAS}" ]; then + set `echo $LINGUAS` +else + /usr/bin/dialog --title "Select languages" --clear \ + --checklist "\n\ +Please select desired languages:" -1 -1 16 \ +ca "Canada" OFF \ +cs "Czech" OFF \ +da "Danish" OFF \ +de "German" ON \ +el "Greek" OFF \ +eo "Esperanto" OFF \ +es "Spanish" OFF \ +et "Estonian" OFF \ +fi "Finnish" ON \ +fr "French" ON \ +he "Hebrew" OFF \ +hu "Hungarian" OFF \ +ja "Japanese" ON \ +is "Icelandic" OFF \ +ko "Korean" ON \ +it "Italian" OFF \ +nl "Dutch" OFF \ +no "Norwegian (Bokmaal)" OFF \ +no_NY "Norwegian (Nynorsk)" OFF \ +pl "Polish" OFF \ +pt "Portuguese" OFF \ +pt_BR "Brazil portuguese" OFF \ +ro "Romanian" OFF \ +ru "Russian" ON \ +sk "Slovak" OFF \ +sl "Slovenian" OFF \ +sr "Serbian" OFF \ +sv "Swedish" OFF \ +tr "Turkish" OFF \ +uk "Ukrainian" OFF \ +zh_CN.GB2312 "Simplified Chinese" ON \ +zh_TW.Big5 "Chinese" ON \ +2> /tmp/chklist.tmp.$$ + + retval=$? + + if [ -s /tmp/chklist.tmp.$$ ]; then + set `cat /tmp/chklist.tmp.$$` + fi + rm -f /tmp/chklist.tmp.$$ + + case $retval in + 0) if [ -z "$*" ]; then + echo "Nothing selected" + fi + ;; + 1) echo "Cancel pressed." + exit 1 + ;; + esac +fi +fi + +/bin/rm -f ${WRKSRC}/subdirs +/usr/bin/grep "^[^@].*/en/.*" ${CURDIR}/pkg-plist > ${PLIST} +/usr/bin/grep "^@.*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}.dirs + +while [ "$1" ]; do + a=`echo -n $1 | /usr/bin/sed -e 's#\"##g'` + echo $a >> ${WRKSRC}/subdirs + /usr/bin/grep "^[^@].*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^[^@].*-$a\$" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^@.*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST}.dirs + shift +done + +/bin/cat ${PLIST}.dirs >> ${PLIST} diff --git a/misc/kde3-i18n-hr/Makefile b/misc/kde3-i18n-hr/Makefile index 55d6f1ea7887..893cd73b4beb 100644 --- a/misc/kde3-i18n-hr/Makefile +++ b/misc/kde3-i18n-hr/Makefile @@ -21,4 +21,10 @@ USE_GMAKE= yes GNU_CONFIGURE= yes +PLIST= ${WRKDIR}/PLIST +SCRIPTS_ENV+= PLIST=${PLIST} + +pre-configure: + @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure + .include <bsd.port.mk> diff --git a/misc/kde3-i18n-hr/scripts/Configure b/misc/kde3-i18n-hr/scripts/Configure new file mode 100644 index 000000000000..3d8958d60472 --- /dev/null +++ b/misc/kde3-i18n-hr/scripts/Configure @@ -0,0 +1,81 @@ +#! /bin/sh +# $FreeBSD$ + +/bin/rm -f ${PLIST} ${PLIST}.dirs + +if [ "${BATCH}" ]; then + set \"ca\" \"cs\" \"da\" \"de\" \"el\" \"eo\" \"es\" \"et\" \"fi\" \"fr\" \"he\" \"hu\" \"ja\" \"is\" \"ko\" \"it\" \"nl\" \"no\" \"no_NY\" \"pl\" \"pt\" \"pt_BR\" \"ro\" \"ru\" \"sk\" \"sl\" \"sr\" \"sv\" \"tr\" \"uk\" \"zh_CN.GB2312\" \"zh_TW.Big5\" +else +if [ "${LINGUAS}" ]; then + set `echo $LINGUAS` +else + /usr/bin/dialog --title "Select languages" --clear \ + --checklist "\n\ +Please select desired languages:" -1 -1 16 \ +ca "Canada" OFF \ +cs "Czech" OFF \ +da "Danish" OFF \ +de "German" ON \ +el "Greek" OFF \ +eo "Esperanto" OFF \ +es "Spanish" OFF \ +et "Estonian" OFF \ +fi "Finnish" ON \ +fr "French" ON \ +he "Hebrew" OFF \ +hu "Hungarian" OFF \ +ja "Japanese" ON \ +is "Icelandic" OFF \ +ko "Korean" ON \ +it "Italian" OFF \ +nl "Dutch" OFF \ +no "Norwegian (Bokmaal)" OFF \ +no_NY "Norwegian (Nynorsk)" OFF \ +pl "Polish" OFF \ +pt "Portuguese" OFF \ +pt_BR "Brazil portuguese" OFF \ +ro "Romanian" OFF \ +ru "Russian" ON \ +sk "Slovak" OFF \ +sl "Slovenian" OFF \ +sr "Serbian" OFF \ +sv "Swedish" OFF \ +tr "Turkish" OFF \ +uk "Ukrainian" OFF \ +zh_CN.GB2312 "Simplified Chinese" ON \ +zh_TW.Big5 "Chinese" ON \ +2> /tmp/chklist.tmp.$$ + + retval=$? + + if [ -s /tmp/chklist.tmp.$$ ]; then + set `cat /tmp/chklist.tmp.$$` + fi + rm -f /tmp/chklist.tmp.$$ + + case $retval in + 0) if [ -z "$*" ]; then + echo "Nothing selected" + fi + ;; + 1) echo "Cancel pressed." + exit 1 + ;; + esac +fi +fi + +/bin/rm -f ${WRKSRC}/subdirs +/usr/bin/grep "^[^@].*/en/.*" ${CURDIR}/pkg-plist > ${PLIST} +/usr/bin/grep "^@.*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}.dirs + +while [ "$1" ]; do + a=`echo -n $1 | /usr/bin/sed -e 's#\"##g'` + echo $a >> ${WRKSRC}/subdirs + /usr/bin/grep "^[^@].*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^[^@].*-$a\$" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^@.*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST}.dirs + shift +done + +/bin/cat ${PLIST}.dirs >> ${PLIST} diff --git a/misc/kde3-i18n-hu/Makefile b/misc/kde3-i18n-hu/Makefile index 55d6f1ea7887..893cd73b4beb 100644 --- a/misc/kde3-i18n-hu/Makefile +++ b/misc/kde3-i18n-hu/Makefile @@ -21,4 +21,10 @@ USE_GMAKE= yes GNU_CONFIGURE= yes +PLIST= ${WRKDIR}/PLIST +SCRIPTS_ENV+= PLIST=${PLIST} + +pre-configure: + @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure + .include <bsd.port.mk> diff --git a/misc/kde3-i18n-hu/scripts/Configure b/misc/kde3-i18n-hu/scripts/Configure new file mode 100644 index 000000000000..3d8958d60472 --- /dev/null +++ b/misc/kde3-i18n-hu/scripts/Configure @@ -0,0 +1,81 @@ +#! /bin/sh +# $FreeBSD$ + +/bin/rm -f ${PLIST} ${PLIST}.dirs + +if [ "${BATCH}" ]; then + set \"ca\" \"cs\" \"da\" \"de\" \"el\" \"eo\" \"es\" \"et\" \"fi\" \"fr\" \"he\" \"hu\" \"ja\" \"is\" \"ko\" \"it\" \"nl\" \"no\" \"no_NY\" \"pl\" \"pt\" \"pt_BR\" \"ro\" \"ru\" \"sk\" \"sl\" \"sr\" \"sv\" \"tr\" \"uk\" \"zh_CN.GB2312\" \"zh_TW.Big5\" +else +if [ "${LINGUAS}" ]; then + set `echo $LINGUAS` +else + /usr/bin/dialog --title "Select languages" --clear \ + --checklist "\n\ +Please select desired languages:" -1 -1 16 \ +ca "Canada" OFF \ +cs "Czech" OFF \ +da "Danish" OFF \ +de "German" ON \ +el "Greek" OFF \ +eo "Esperanto" OFF \ +es "Spanish" OFF \ +et "Estonian" OFF \ +fi "Finnish" ON \ +fr "French" ON \ +he "Hebrew" OFF \ +hu "Hungarian" OFF \ +ja "Japanese" ON \ +is "Icelandic" OFF \ +ko "Korean" ON \ +it "Italian" OFF \ +nl "Dutch" OFF \ +no "Norwegian (Bokmaal)" OFF \ +no_NY "Norwegian (Nynorsk)" OFF \ +pl "Polish" OFF \ +pt "Portuguese" OFF \ +pt_BR "Brazil portuguese" OFF \ +ro "Romanian" OFF \ +ru "Russian" ON \ +sk "Slovak" OFF \ +sl "Slovenian" OFF \ +sr "Serbian" OFF \ +sv "Swedish" OFF \ +tr "Turkish" OFF \ +uk "Ukrainian" OFF \ +zh_CN.GB2312 "Simplified Chinese" ON \ +zh_TW.Big5 "Chinese" ON \ +2> /tmp/chklist.tmp.$$ + + retval=$? + + if [ -s /tmp/chklist.tmp.$$ ]; then + set `cat /tmp/chklist.tmp.$$` + fi + rm -f /tmp/chklist.tmp.$$ + + case $retval in + 0) if [ -z "$*" ]; then + echo "Nothing selected" + fi + ;; + 1) echo "Cancel pressed." + exit 1 + ;; + esac +fi +fi + +/bin/rm -f ${WRKSRC}/subdirs +/usr/bin/grep "^[^@].*/en/.*" ${CURDIR}/pkg-plist > ${PLIST} +/usr/bin/grep "^@.*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}.dirs + +while [ "$1" ]; do + a=`echo -n $1 | /usr/bin/sed -e 's#\"##g'` + echo $a >> ${WRKSRC}/subdirs + /usr/bin/grep "^[^@].*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^[^@].*-$a\$" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^@.*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST}.dirs + shift +done + +/bin/cat ${PLIST}.dirs >> ${PLIST} diff --git a/misc/kde3-i18n-id/Makefile b/misc/kde3-i18n-id/Makefile index 55d6f1ea7887..893cd73b4beb 100644 --- a/misc/kde3-i18n-id/Makefile +++ b/misc/kde3-i18n-id/Makefile @@ -21,4 +21,10 @@ USE_GMAKE= yes GNU_CONFIGURE= yes +PLIST= ${WRKDIR}/PLIST +SCRIPTS_ENV+= PLIST=${PLIST} + +pre-configure: + @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure + .include <bsd.port.mk> diff --git a/misc/kde3-i18n-id/scripts/Configure b/misc/kde3-i18n-id/scripts/Configure new file mode 100644 index 000000000000..3d8958d60472 --- /dev/null +++ b/misc/kde3-i18n-id/scripts/Configure @@ -0,0 +1,81 @@ +#! /bin/sh +# $FreeBSD$ + +/bin/rm -f ${PLIST} ${PLIST}.dirs + +if [ "${BATCH}" ]; then + set \"ca\" \"cs\" \"da\" \"de\" \"el\" \"eo\" \"es\" \"et\" \"fi\" \"fr\" \"he\" \"hu\" \"ja\" \"is\" \"ko\" \"it\" \"nl\" \"no\" \"no_NY\" \"pl\" \"pt\" \"pt_BR\" \"ro\" \"ru\" \"sk\" \"sl\" \"sr\" \"sv\" \"tr\" \"uk\" \"zh_CN.GB2312\" \"zh_TW.Big5\" +else +if [ "${LINGUAS}" ]; then + set `echo $LINGUAS` +else + /usr/bin/dialog --title "Select languages" --clear \ + --checklist "\n\ +Please select desired languages:" -1 -1 16 \ +ca "Canada" OFF \ +cs "Czech" OFF \ +da "Danish" OFF \ +de "German" ON \ +el "Greek" OFF \ +eo "Esperanto" OFF \ +es "Spanish" OFF \ +et "Estonian" OFF \ +fi "Finnish" ON \ +fr "French" ON \ +he "Hebrew" OFF \ +hu "Hungarian" OFF \ +ja "Japanese" ON \ +is "Icelandic" OFF \ +ko "Korean" ON \ +it "Italian" OFF \ +nl "Dutch" OFF \ +no "Norwegian (Bokmaal)" OFF \ +no_NY "Norwegian (Nynorsk)" OFF \ +pl "Polish" OFF \ +pt "Portuguese" OFF \ +pt_BR "Brazil portuguese" OFF \ +ro "Romanian" OFF \ +ru "Russian" ON \ +sk "Slovak" OFF \ +sl "Slovenian" OFF \ +sr "Serbian" OFF \ +sv "Swedish" OFF \ +tr "Turkish" OFF \ +uk "Ukrainian" OFF \ +zh_CN.GB2312 "Simplified Chinese" ON \ +zh_TW.Big5 "Chinese" ON \ +2> /tmp/chklist.tmp.$$ + + retval=$? + + if [ -s /tmp/chklist.tmp.$$ ]; then + set `cat /tmp/chklist.tmp.$$` + fi + rm -f /tmp/chklist.tmp.$$ + + case $retval in + 0) if [ -z "$*" ]; then + echo "Nothing selected" + fi + ;; + 1) echo "Cancel pressed." + exit 1 + ;; + esac +fi +fi + +/bin/rm -f ${WRKSRC}/subdirs +/usr/bin/grep "^[^@].*/en/.*" ${CURDIR}/pkg-plist > ${PLIST} +/usr/bin/grep "^@.*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}.dirs + +while [ "$1" ]; do + a=`echo -n $1 | /usr/bin/sed -e 's#\"##g'` + echo $a >> ${WRKSRC}/subdirs + /usr/bin/grep "^[^@].*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^[^@].*-$a\$" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^@.*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST}.dirs + shift +done + +/bin/cat ${PLIST}.dirs >> ${PLIST} diff --git a/misc/kde3-i18n-is/Makefile b/misc/kde3-i18n-is/Makefile index 55d6f1ea7887..893cd73b4beb 100644 --- a/misc/kde3-i18n-is/Makefile +++ b/misc/kde3-i18n-is/Makefile @@ -21,4 +21,10 @@ USE_GMAKE= yes GNU_CONFIGURE= yes +PLIST= ${WRKDIR}/PLIST +SCRIPTS_ENV+= PLIST=${PLIST} + +pre-configure: + @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure + .include <bsd.port.mk> diff --git a/misc/kde3-i18n-is/scripts/Configure b/misc/kde3-i18n-is/scripts/Configure new file mode 100644 index 000000000000..3d8958d60472 --- /dev/null +++ b/misc/kde3-i18n-is/scripts/Configure @@ -0,0 +1,81 @@ +#! /bin/sh +# $FreeBSD$ + +/bin/rm -f ${PLIST} ${PLIST}.dirs + +if [ "${BATCH}" ]; then + set \"ca\" \"cs\" \"da\" \"de\" \"el\" \"eo\" \"es\" \"et\" \"fi\" \"fr\" \"he\" \"hu\" \"ja\" \"is\" \"ko\" \"it\" \"nl\" \"no\" \"no_NY\" \"pl\" \"pt\" \"pt_BR\" \"ro\" \"ru\" \"sk\" \"sl\" \"sr\" \"sv\" \"tr\" \"uk\" \"zh_CN.GB2312\" \"zh_TW.Big5\" +else +if [ "${LINGUAS}" ]; then + set `echo $LINGUAS` +else + /usr/bin/dialog --title "Select languages" --clear \ + --checklist "\n\ +Please select desired languages:" -1 -1 16 \ +ca "Canada" OFF \ +cs "Czech" OFF \ +da "Danish" OFF \ +de "German" ON \ +el "Greek" OFF \ +eo "Esperanto" OFF \ +es "Spanish" OFF \ +et "Estonian" OFF \ +fi "Finnish" ON \ +fr "French" ON \ +he "Hebrew" OFF \ +hu "Hungarian" OFF \ +ja "Japanese" ON \ +is "Icelandic" OFF \ +ko "Korean" ON \ +it "Italian" OFF \ +nl "Dutch" OFF \ +no "Norwegian (Bokmaal)" OFF \ +no_NY "Norwegian (Nynorsk)" OFF \ +pl "Polish" OFF \ +pt "Portuguese" OFF \ +pt_BR "Brazil portuguese" OFF \ +ro "Romanian" OFF \ +ru "Russian" ON \ +sk "Slovak" OFF \ +sl "Slovenian" OFF \ +sr "Serbian" OFF \ +sv "Swedish" OFF \ +tr "Turkish" OFF \ +uk "Ukrainian" OFF \ +zh_CN.GB2312 "Simplified Chinese" ON \ +zh_TW.Big5 "Chinese" ON \ +2> /tmp/chklist.tmp.$$ + + retval=$? + + if [ -s /tmp/chklist.tmp.$$ ]; then + set `cat /tmp/chklist.tmp.$$` + fi + rm -f /tmp/chklist.tmp.$$ + + case $retval in + 0) if [ -z "$*" ]; then + echo "Nothing selected" + fi + ;; + 1) echo "Cancel pressed." + exit 1 + ;; + esac +fi +fi + +/bin/rm -f ${WRKSRC}/subdirs +/usr/bin/grep "^[^@].*/en/.*" ${CURDIR}/pkg-plist > ${PLIST} +/usr/bin/grep "^@.*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}.dirs + +while [ "$1" ]; do + a=`echo -n $1 | /usr/bin/sed -e 's#\"##g'` + echo $a >> ${WRKSRC}/subdirs + /usr/bin/grep "^[^@].*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^[^@].*-$a\$" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^@.*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST}.dirs + shift +done + +/bin/cat ${PLIST}.dirs >> ${PLIST} diff --git a/misc/kde3-i18n-it/Makefile b/misc/kde3-i18n-it/Makefile index 55d6f1ea7887..893cd73b4beb 100644 --- a/misc/kde3-i18n-it/Makefile +++ b/misc/kde3-i18n-it/Makefile @@ -21,4 +21,10 @@ USE_GMAKE= yes GNU_CONFIGURE= yes +PLIST= ${WRKDIR}/PLIST +SCRIPTS_ENV+= PLIST=${PLIST} + +pre-configure: + @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure + .include <bsd.port.mk> diff --git a/misc/kde3-i18n-it/scripts/Configure b/misc/kde3-i18n-it/scripts/Configure new file mode 100644 index 000000000000..3d8958d60472 --- /dev/null +++ b/misc/kde3-i18n-it/scripts/Configure @@ -0,0 +1,81 @@ +#! /bin/sh +# $FreeBSD$ + +/bin/rm -f ${PLIST} ${PLIST}.dirs + +if [ "${BATCH}" ]; then + set \"ca\" \"cs\" \"da\" \"de\" \"el\" \"eo\" \"es\" \"et\" \"fi\" \"fr\" \"he\" \"hu\" \"ja\" \"is\" \"ko\" \"it\" \"nl\" \"no\" \"no_NY\" \"pl\" \"pt\" \"pt_BR\" \"ro\" \"ru\" \"sk\" \"sl\" \"sr\" \"sv\" \"tr\" \"uk\" \"zh_CN.GB2312\" \"zh_TW.Big5\" +else +if [ "${LINGUAS}" ]; then + set `echo $LINGUAS` +else + /usr/bin/dialog --title "Select languages" --clear \ + --checklist "\n\ +Please select desired languages:" -1 -1 16 \ +ca "Canada" OFF \ +cs "Czech" OFF \ +da "Danish" OFF \ +de "German" ON \ +el "Greek" OFF \ +eo "Esperanto" OFF \ +es "Spanish" OFF \ +et "Estonian" OFF \ +fi "Finnish" ON \ +fr "French" ON \ +he "Hebrew" OFF \ +hu "Hungarian" OFF \ +ja "Japanese" ON \ +is "Icelandic" OFF \ +ko "Korean" ON \ +it "Italian" OFF \ +nl "Dutch" OFF \ +no "Norwegian (Bokmaal)" OFF \ +no_NY "Norwegian (Nynorsk)" OFF \ +pl "Polish" OFF \ +pt "Portuguese" OFF \ +pt_BR "Brazil portuguese" OFF \ +ro "Romanian" OFF \ +ru "Russian" ON \ +sk "Slovak" OFF \ +sl "Slovenian" OFF \ +sr "Serbian" OFF \ +sv "Swedish" OFF \ +tr "Turkish" OFF \ +uk "Ukrainian" OFF \ +zh_CN.GB2312 "Simplified Chinese" ON \ +zh_TW.Big5 "Chinese" ON \ +2> /tmp/chklist.tmp.$$ + + retval=$? + + if [ -s /tmp/chklist.tmp.$$ ]; then + set `cat /tmp/chklist.tmp.$$` + fi + rm -f /tmp/chklist.tmp.$$ + + case $retval in + 0) if [ -z "$*" ]; then + echo "Nothing selected" + fi + ;; + 1) echo "Cancel pressed." + exit 1 + ;; + esac +fi +fi + +/bin/rm -f ${WRKSRC}/subdirs +/usr/bin/grep "^[^@].*/en/.*" ${CURDIR}/pkg-plist > ${PLIST} +/usr/bin/grep "^@.*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}.dirs + +while [ "$1" ]; do + a=`echo -n $1 | /usr/bin/sed -e 's#\"##g'` + echo $a >> ${WRKSRC}/subdirs + /usr/bin/grep "^[^@].*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^[^@].*-$a\$" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^@.*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST}.dirs + shift +done + +/bin/cat ${PLIST}.dirs >> ${PLIST} diff --git a/misc/kde3-i18n-lt/Makefile b/misc/kde3-i18n-lt/Makefile index 55d6f1ea7887..893cd73b4beb 100644 --- a/misc/kde3-i18n-lt/Makefile +++ b/misc/kde3-i18n-lt/Makefile @@ -21,4 +21,10 @@ USE_GMAKE= yes GNU_CONFIGURE= yes +PLIST= ${WRKDIR}/PLIST +SCRIPTS_ENV+= PLIST=${PLIST} + +pre-configure: + @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure + .include <bsd.port.mk> diff --git a/misc/kde3-i18n-lt/scripts/Configure b/misc/kde3-i18n-lt/scripts/Configure new file mode 100644 index 000000000000..3d8958d60472 --- /dev/null +++ b/misc/kde3-i18n-lt/scripts/Configure @@ -0,0 +1,81 @@ +#! /bin/sh +# $FreeBSD$ + +/bin/rm -f ${PLIST} ${PLIST}.dirs + +if [ "${BATCH}" ]; then + set \"ca\" \"cs\" \"da\" \"de\" \"el\" \"eo\" \"es\" \"et\" \"fi\" \"fr\" \"he\" \"hu\" \"ja\" \"is\" \"ko\" \"it\" \"nl\" \"no\" \"no_NY\" \"pl\" \"pt\" \"pt_BR\" \"ro\" \"ru\" \"sk\" \"sl\" \"sr\" \"sv\" \"tr\" \"uk\" \"zh_CN.GB2312\" \"zh_TW.Big5\" +else +if [ "${LINGUAS}" ]; then + set `echo $LINGUAS` +else + /usr/bin/dialog --title "Select languages" --clear \ + --checklist "\n\ +Please select desired languages:" -1 -1 16 \ +ca "Canada" OFF \ +cs "Czech" OFF \ +da "Danish" OFF \ +de "German" ON \ +el "Greek" OFF \ +eo "Esperanto" OFF \ +es "Spanish" OFF \ +et "Estonian" OFF \ +fi "Finnish" ON \ +fr "French" ON \ +he "Hebrew" OFF \ +hu "Hungarian" OFF \ +ja "Japanese" ON \ +is "Icelandic" OFF \ +ko "Korean" ON \ +it "Italian" OFF \ +nl "Dutch" OFF \ +no "Norwegian (Bokmaal)" OFF \ +no_NY "Norwegian (Nynorsk)" OFF \ +pl "Polish" OFF \ +pt "Portuguese" OFF \ +pt_BR "Brazil portuguese" OFF \ +ro "Romanian" OFF \ +ru "Russian" ON \ +sk "Slovak" OFF \ +sl "Slovenian" OFF \ +sr "Serbian" OFF \ +sv "Swedish" OFF \ +tr "Turkish" OFF \ +uk "Ukrainian" OFF \ +zh_CN.GB2312 "Simplified Chinese" ON \ +zh_TW.Big5 "Chinese" ON \ +2> /tmp/chklist.tmp.$$ + + retval=$? + + if [ -s /tmp/chklist.tmp.$$ ]; then + set `cat /tmp/chklist.tmp.$$` + fi + rm -f /tmp/chklist.tmp.$$ + + case $retval in + 0) if [ -z "$*" ]; then + echo "Nothing selected" + fi + ;; + 1) echo "Cancel pressed." + exit 1 + ;; + esac +fi +fi + +/bin/rm -f ${WRKSRC}/subdirs +/usr/bin/grep "^[^@].*/en/.*" ${CURDIR}/pkg-plist > ${PLIST} +/usr/bin/grep "^@.*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}.dirs + +while [ "$1" ]; do + a=`echo -n $1 | /usr/bin/sed -e 's#\"##g'` + echo $a >> ${WRKSRC}/subdirs + /usr/bin/grep "^[^@].*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^[^@].*-$a\$" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^@.*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST}.dirs + shift +done + +/bin/cat ${PLIST}.dirs >> ${PLIST} diff --git a/misc/kde3-i18n-lv/Makefile b/misc/kde3-i18n-lv/Makefile index 55d6f1ea7887..893cd73b4beb 100644 --- a/misc/kde3-i18n-lv/Makefile +++ b/misc/kde3-i18n-lv/Makefile @@ -21,4 +21,10 @@ USE_GMAKE= yes GNU_CONFIGURE= yes +PLIST= ${WRKDIR}/PLIST +SCRIPTS_ENV+= PLIST=${PLIST} + +pre-configure: + @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure + .include <bsd.port.mk> diff --git a/misc/kde3-i18n-lv/scripts/Configure b/misc/kde3-i18n-lv/scripts/Configure new file mode 100644 index 000000000000..3d8958d60472 --- /dev/null +++ b/misc/kde3-i18n-lv/scripts/Configure @@ -0,0 +1,81 @@ +#! /bin/sh +# $FreeBSD$ + +/bin/rm -f ${PLIST} ${PLIST}.dirs + +if [ "${BATCH}" ]; then + set \"ca\" \"cs\" \"da\" \"de\" \"el\" \"eo\" \"es\" \"et\" \"fi\" \"fr\" \"he\" \"hu\" \"ja\" \"is\" \"ko\" \"it\" \"nl\" \"no\" \"no_NY\" \"pl\" \"pt\" \"pt_BR\" \"ro\" \"ru\" \"sk\" \"sl\" \"sr\" \"sv\" \"tr\" \"uk\" \"zh_CN.GB2312\" \"zh_TW.Big5\" +else +if [ "${LINGUAS}" ]; then + set `echo $LINGUAS` +else + /usr/bin/dialog --title "Select languages" --clear \ + --checklist "\n\ +Please select desired languages:" -1 -1 16 \ +ca "Canada" OFF \ +cs "Czech" OFF \ +da "Danish" OFF \ +de "German" ON \ +el "Greek" OFF \ +eo "Esperanto" OFF \ +es "Spanish" OFF \ +et "Estonian" OFF \ +fi "Finnish" ON \ +fr "French" ON \ +he "Hebrew" OFF \ +hu "Hungarian" OFF \ +ja "Japanese" ON \ +is "Icelandic" OFF \ +ko "Korean" ON \ +it "Italian" OFF \ +nl "Dutch" OFF \ +no "Norwegian (Bokmaal)" OFF \ +no_NY "Norwegian (Nynorsk)" OFF \ +pl "Polish" OFF \ +pt "Portuguese" OFF \ +pt_BR "Brazil portuguese" OFF \ +ro "Romanian" OFF \ +ru "Russian" ON \ +sk "Slovak" OFF \ +sl "Slovenian" OFF \ +sr "Serbian" OFF \ +sv "Swedish" OFF \ +tr "Turkish" OFF \ +uk "Ukrainian" OFF \ +zh_CN.GB2312 "Simplified Chinese" ON \ +zh_TW.Big5 "Chinese" ON \ +2> /tmp/chklist.tmp.$$ + + retval=$? + + if [ -s /tmp/chklist.tmp.$$ ]; then + set `cat /tmp/chklist.tmp.$$` + fi + rm -f /tmp/chklist.tmp.$$ + + case $retval in + 0) if [ -z "$*" ]; then + echo "Nothing selected" + fi + ;; + 1) echo "Cancel pressed." + exit 1 + ;; + esac +fi +fi + +/bin/rm -f ${WRKSRC}/subdirs +/usr/bin/grep "^[^@].*/en/.*" ${CURDIR}/pkg-plist > ${PLIST} +/usr/bin/grep "^@.*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}.dirs + +while [ "$1" ]; do + a=`echo -n $1 | /usr/bin/sed -e 's#\"##g'` + echo $a >> ${WRKSRC}/subdirs + /usr/bin/grep "^[^@].*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^[^@].*-$a\$" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^@.*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST}.dirs + shift +done + +/bin/cat ${PLIST}.dirs >> ${PLIST} diff --git a/misc/kde3-i18n-mt/Makefile b/misc/kde3-i18n-mt/Makefile index 55d6f1ea7887..893cd73b4beb 100644 --- a/misc/kde3-i18n-mt/Makefile +++ b/misc/kde3-i18n-mt/Makefile @@ -21,4 +21,10 @@ USE_GMAKE= yes GNU_CONFIGURE= yes +PLIST= ${WRKDIR}/PLIST +SCRIPTS_ENV+= PLIST=${PLIST} + +pre-configure: + @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure + .include <bsd.port.mk> diff --git a/misc/kde3-i18n-mt/scripts/Configure b/misc/kde3-i18n-mt/scripts/Configure new file mode 100644 index 000000000000..3d8958d60472 --- /dev/null +++ b/misc/kde3-i18n-mt/scripts/Configure @@ -0,0 +1,81 @@ +#! /bin/sh +# $FreeBSD$ + +/bin/rm -f ${PLIST} ${PLIST}.dirs + +if [ "${BATCH}" ]; then + set \"ca\" \"cs\" \"da\" \"de\" \"el\" \"eo\" \"es\" \"et\" \"fi\" \"fr\" \"he\" \"hu\" \"ja\" \"is\" \"ko\" \"it\" \"nl\" \"no\" \"no_NY\" \"pl\" \"pt\" \"pt_BR\" \"ro\" \"ru\" \"sk\" \"sl\" \"sr\" \"sv\" \"tr\" \"uk\" \"zh_CN.GB2312\" \"zh_TW.Big5\" +else +if [ "${LINGUAS}" ]; then + set `echo $LINGUAS` +else + /usr/bin/dialog --title "Select languages" --clear \ + --checklist "\n\ +Please select desired languages:" -1 -1 16 \ +ca "Canada" OFF \ +cs "Czech" OFF \ +da "Danish" OFF \ +de "German" ON \ +el "Greek" OFF \ +eo "Esperanto" OFF \ +es "Spanish" OFF \ +et "Estonian" OFF \ +fi "Finnish" ON \ +fr "French" ON \ +he "Hebrew" OFF \ +hu "Hungarian" OFF \ +ja "Japanese" ON \ +is "Icelandic" OFF \ +ko "Korean" ON \ +it "Italian" OFF \ +nl "Dutch" OFF \ +no "Norwegian (Bokmaal)" OFF \ +no_NY "Norwegian (Nynorsk)" OFF \ +pl "Polish" OFF \ +pt "Portuguese" OFF \ +pt_BR "Brazil portuguese" OFF \ +ro "Romanian" OFF \ +ru "Russian" ON \ +sk "Slovak" OFF \ +sl "Slovenian" OFF \ +sr "Serbian" OFF \ +sv "Swedish" OFF \ +tr "Turkish" OFF \ +uk "Ukrainian" OFF \ +zh_CN.GB2312 "Simplified Chinese" ON \ +zh_TW.Big5 "Chinese" ON \ +2> /tmp/chklist.tmp.$$ + + retval=$? + + if [ -s /tmp/chklist.tmp.$$ ]; then + set `cat /tmp/chklist.tmp.$$` + fi + rm -f /tmp/chklist.tmp.$$ + + case $retval in + 0) if [ -z "$*" ]; then + echo "Nothing selected" + fi + ;; + 1) echo "Cancel pressed." + exit 1 + ;; + esac +fi +fi + +/bin/rm -f ${WRKSRC}/subdirs +/usr/bin/grep "^[^@].*/en/.*" ${CURDIR}/pkg-plist > ${PLIST} +/usr/bin/grep "^@.*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}.dirs + +while [ "$1" ]; do + a=`echo -n $1 | /usr/bin/sed -e 's#\"##g'` + echo $a >> ${WRKSRC}/subdirs + /usr/bin/grep "^[^@].*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^[^@].*-$a\$" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^@.*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST}.dirs + shift +done + +/bin/cat ${PLIST}.dirs >> ${PLIST} diff --git a/misc/kde3-i18n-nb/Makefile b/misc/kde3-i18n-nb/Makefile index 55d6f1ea7887..893cd73b4beb 100644 --- a/misc/kde3-i18n-nb/Makefile +++ b/misc/kde3-i18n-nb/Makefile @@ -21,4 +21,10 @@ USE_GMAKE= yes GNU_CONFIGURE= yes +PLIST= ${WRKDIR}/PLIST +SCRIPTS_ENV+= PLIST=${PLIST} + +pre-configure: + @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure + .include <bsd.port.mk> diff --git a/misc/kde3-i18n-nb/scripts/Configure b/misc/kde3-i18n-nb/scripts/Configure new file mode 100644 index 000000000000..3d8958d60472 --- /dev/null +++ b/misc/kde3-i18n-nb/scripts/Configure @@ -0,0 +1,81 @@ +#! /bin/sh +# $FreeBSD$ + +/bin/rm -f ${PLIST} ${PLIST}.dirs + +if [ "${BATCH}" ]; then + set \"ca\" \"cs\" \"da\" \"de\" \"el\" \"eo\" \"es\" \"et\" \"fi\" \"fr\" \"he\" \"hu\" \"ja\" \"is\" \"ko\" \"it\" \"nl\" \"no\" \"no_NY\" \"pl\" \"pt\" \"pt_BR\" \"ro\" \"ru\" \"sk\" \"sl\" \"sr\" \"sv\" \"tr\" \"uk\" \"zh_CN.GB2312\" \"zh_TW.Big5\" +else +if [ "${LINGUAS}" ]; then + set `echo $LINGUAS` +else + /usr/bin/dialog --title "Select languages" --clear \ + --checklist "\n\ +Please select desired languages:" -1 -1 16 \ +ca "Canada" OFF \ +cs "Czech" OFF \ +da "Danish" OFF \ +de "German" ON \ +el "Greek" OFF \ +eo "Esperanto" OFF \ +es "Spanish" OFF \ +et "Estonian" OFF \ +fi "Finnish" ON \ +fr "French" ON \ +he "Hebrew" OFF \ +hu "Hungarian" OFF \ +ja "Japanese" ON \ +is "Icelandic" OFF \ +ko "Korean" ON \ +it "Italian" OFF \ +nl "Dutch" OFF \ +no "Norwegian (Bokmaal)" OFF \ +no_NY "Norwegian (Nynorsk)" OFF \ +pl "Polish" OFF \ +pt "Portuguese" OFF \ +pt_BR "Brazil portuguese" OFF \ +ro "Romanian" OFF \ +ru "Russian" ON \ +sk "Slovak" OFF \ +sl "Slovenian" OFF \ +sr "Serbian" OFF \ +sv "Swedish" OFF \ +tr "Turkish" OFF \ +uk "Ukrainian" OFF \ +zh_CN.GB2312 "Simplified Chinese" ON \ +zh_TW.Big5 "Chinese" ON \ +2> /tmp/chklist.tmp.$$ + + retval=$? + + if [ -s /tmp/chklist.tmp.$$ ]; then + set `cat /tmp/chklist.tmp.$$` + fi + rm -f /tmp/chklist.tmp.$$ + + case $retval in + 0) if [ -z "$*" ]; then + echo "Nothing selected" + fi + ;; + 1) echo "Cancel pressed." + exit 1 + ;; + esac +fi +fi + +/bin/rm -f ${WRKSRC}/subdirs +/usr/bin/grep "^[^@].*/en/.*" ${CURDIR}/pkg-plist > ${PLIST} +/usr/bin/grep "^@.*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}.dirs + +while [ "$1" ]; do + a=`echo -n $1 | /usr/bin/sed -e 's#\"##g'` + echo $a >> ${WRKSRC}/subdirs + /usr/bin/grep "^[^@].*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^[^@].*-$a\$" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^@.*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST}.dirs + shift +done + +/bin/cat ${PLIST}.dirs >> ${PLIST} diff --git a/misc/kde3-i18n-nl/Makefile b/misc/kde3-i18n-nl/Makefile index 55d6f1ea7887..893cd73b4beb 100644 --- a/misc/kde3-i18n-nl/Makefile +++ b/misc/kde3-i18n-nl/Makefile @@ -21,4 +21,10 @@ USE_GMAKE= yes GNU_CONFIGURE= yes +PLIST= ${WRKDIR}/PLIST +SCRIPTS_ENV+= PLIST=${PLIST} + +pre-configure: + @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure + .include <bsd.port.mk> diff --git a/misc/kde3-i18n-nl/scripts/Configure b/misc/kde3-i18n-nl/scripts/Configure new file mode 100644 index 000000000000..3d8958d60472 --- /dev/null +++ b/misc/kde3-i18n-nl/scripts/Configure @@ -0,0 +1,81 @@ +#! /bin/sh +# $FreeBSD$ + +/bin/rm -f ${PLIST} ${PLIST}.dirs + +if [ "${BATCH}" ]; then + set \"ca\" \"cs\" \"da\" \"de\" \"el\" \"eo\" \"es\" \"et\" \"fi\" \"fr\" \"he\" \"hu\" \"ja\" \"is\" \"ko\" \"it\" \"nl\" \"no\" \"no_NY\" \"pl\" \"pt\" \"pt_BR\" \"ro\" \"ru\" \"sk\" \"sl\" \"sr\" \"sv\" \"tr\" \"uk\" \"zh_CN.GB2312\" \"zh_TW.Big5\" +else +if [ "${LINGUAS}" ]; then + set `echo $LINGUAS` +else + /usr/bin/dialog --title "Select languages" --clear \ + --checklist "\n\ +Please select desired languages:" -1 -1 16 \ +ca "Canada" OFF \ +cs "Czech" OFF \ +da "Danish" OFF \ +de "German" ON \ +el "Greek" OFF \ +eo "Esperanto" OFF \ +es "Spanish" OFF \ +et "Estonian" OFF \ +fi "Finnish" ON \ +fr "French" ON \ +he "Hebrew" OFF \ +hu "Hungarian" OFF \ +ja "Japanese" ON \ +is "Icelandic" OFF \ +ko "Korean" ON \ +it "Italian" OFF \ +nl "Dutch" OFF \ +no "Norwegian (Bokmaal)" OFF \ +no_NY "Norwegian (Nynorsk)" OFF \ +pl "Polish" OFF \ +pt "Portuguese" OFF \ +pt_BR "Brazil portuguese" OFF \ +ro "Romanian" OFF \ +ru "Russian" ON \ +sk "Slovak" OFF \ +sl "Slovenian" OFF \ +sr "Serbian" OFF \ +sv "Swedish" OFF \ +tr "Turkish" OFF \ +uk "Ukrainian" OFF \ +zh_CN.GB2312 "Simplified Chinese" ON \ +zh_TW.Big5 "Chinese" ON \ +2> /tmp/chklist.tmp.$$ + + retval=$? + + if [ -s /tmp/chklist.tmp.$$ ]; then + set `cat /tmp/chklist.tmp.$$` + fi + rm -f /tmp/chklist.tmp.$$ + + case $retval in + 0) if [ -z "$*" ]; then + echo "Nothing selected" + fi + ;; + 1) echo "Cancel pressed." + exit 1 + ;; + esac +fi +fi + +/bin/rm -f ${WRKSRC}/subdirs +/usr/bin/grep "^[^@].*/en/.*" ${CURDIR}/pkg-plist > ${PLIST} +/usr/bin/grep "^@.*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}.dirs + +while [ "$1" ]; do + a=`echo -n $1 | /usr/bin/sed -e 's#\"##g'` + echo $a >> ${WRKSRC}/subdirs + /usr/bin/grep "^[^@].*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^[^@].*-$a\$" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^@.*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST}.dirs + shift +done + +/bin/cat ${PLIST}.dirs >> ${PLIST} diff --git a/misc/kde3-i18n-nn/Makefile b/misc/kde3-i18n-nn/Makefile index 55d6f1ea7887..893cd73b4beb 100644 --- a/misc/kde3-i18n-nn/Makefile +++ b/misc/kde3-i18n-nn/Makefile @@ -21,4 +21,10 @@ USE_GMAKE= yes GNU_CONFIGURE= yes +PLIST= ${WRKDIR}/PLIST +SCRIPTS_ENV+= PLIST=${PLIST} + +pre-configure: + @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure + .include <bsd.port.mk> diff --git a/misc/kde3-i18n-nn/scripts/Configure b/misc/kde3-i18n-nn/scripts/Configure new file mode 100644 index 000000000000..3d8958d60472 --- /dev/null +++ b/misc/kde3-i18n-nn/scripts/Configure @@ -0,0 +1,81 @@ +#! /bin/sh +# $FreeBSD$ + +/bin/rm -f ${PLIST} ${PLIST}.dirs + +if [ "${BATCH}" ]; then + set \"ca\" \"cs\" \"da\" \"de\" \"el\" \"eo\" \"es\" \"et\" \"fi\" \"fr\" \"he\" \"hu\" \"ja\" \"is\" \"ko\" \"it\" \"nl\" \"no\" \"no_NY\" \"pl\" \"pt\" \"pt_BR\" \"ro\" \"ru\" \"sk\" \"sl\" \"sr\" \"sv\" \"tr\" \"uk\" \"zh_CN.GB2312\" \"zh_TW.Big5\" +else +if [ "${LINGUAS}" ]; then + set `echo $LINGUAS` +else + /usr/bin/dialog --title "Select languages" --clear \ + --checklist "\n\ +Please select desired languages:" -1 -1 16 \ +ca "Canada" OFF \ +cs "Czech" OFF \ +da "Danish" OFF \ +de "German" ON \ +el "Greek" OFF \ +eo "Esperanto" OFF \ +es "Spanish" OFF \ +et "Estonian" OFF \ +fi "Finnish" ON \ +fr "French" ON \ +he "Hebrew" OFF \ +hu "Hungarian" OFF \ +ja "Japanese" ON \ +is "Icelandic" OFF \ +ko "Korean" ON \ +it "Italian" OFF \ +nl "Dutch" OFF \ +no "Norwegian (Bokmaal)" OFF \ +no_NY "Norwegian (Nynorsk)" OFF \ +pl "Polish" OFF \ +pt "Portuguese" OFF \ +pt_BR "Brazil portuguese" OFF \ +ro "Romanian" OFF \ +ru "Russian" ON \ +sk "Slovak" OFF \ +sl "Slovenian" OFF \ +sr "Serbian" OFF \ +sv "Swedish" OFF \ +tr "Turkish" OFF \ +uk "Ukrainian" OFF \ +zh_CN.GB2312 "Simplified Chinese" ON \ +zh_TW.Big5 "Chinese" ON \ +2> /tmp/chklist.tmp.$$ + + retval=$? + + if [ -s /tmp/chklist.tmp.$$ ]; then + set `cat /tmp/chklist.tmp.$$` + fi + rm -f /tmp/chklist.tmp.$$ + + case $retval in + 0) if [ -z "$*" ]; then + echo "Nothing selected" + fi + ;; + 1) echo "Cancel pressed." + exit 1 + ;; + esac +fi +fi + +/bin/rm -f ${WRKSRC}/subdirs +/usr/bin/grep "^[^@].*/en/.*" ${CURDIR}/pkg-plist > ${PLIST} +/usr/bin/grep "^@.*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}.dirs + +while [ "$1" ]; do + a=`echo -n $1 | /usr/bin/sed -e 's#\"##g'` + echo $a >> ${WRKSRC}/subdirs + /usr/bin/grep "^[^@].*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^[^@].*-$a\$" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^@.*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST}.dirs + shift +done + +/bin/cat ${PLIST}.dirs >> ${PLIST} diff --git a/misc/kde3-i18n-pl/Makefile b/misc/kde3-i18n-pl/Makefile index 55d6f1ea7887..893cd73b4beb 100644 --- a/misc/kde3-i18n-pl/Makefile +++ b/misc/kde3-i18n-pl/Makefile @@ -21,4 +21,10 @@ USE_GMAKE= yes GNU_CONFIGURE= yes +PLIST= ${WRKDIR}/PLIST +SCRIPTS_ENV+= PLIST=${PLIST} + +pre-configure: + @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure + .include <bsd.port.mk> diff --git a/misc/kde3-i18n-pl/scripts/Configure b/misc/kde3-i18n-pl/scripts/Configure new file mode 100644 index 000000000000..3d8958d60472 --- /dev/null +++ b/misc/kde3-i18n-pl/scripts/Configure @@ -0,0 +1,81 @@ +#! /bin/sh +# $FreeBSD$ + +/bin/rm -f ${PLIST} ${PLIST}.dirs + +if [ "${BATCH}" ]; then + set \"ca\" \"cs\" \"da\" \"de\" \"el\" \"eo\" \"es\" \"et\" \"fi\" \"fr\" \"he\" \"hu\" \"ja\" \"is\" \"ko\" \"it\" \"nl\" \"no\" \"no_NY\" \"pl\" \"pt\" \"pt_BR\" \"ro\" \"ru\" \"sk\" \"sl\" \"sr\" \"sv\" \"tr\" \"uk\" \"zh_CN.GB2312\" \"zh_TW.Big5\" +else +if [ "${LINGUAS}" ]; then + set `echo $LINGUAS` +else + /usr/bin/dialog --title "Select languages" --clear \ + --checklist "\n\ +Please select desired languages:" -1 -1 16 \ +ca "Canada" OFF \ +cs "Czech" OFF \ +da "Danish" OFF \ +de "German" ON \ +el "Greek" OFF \ +eo "Esperanto" OFF \ +es "Spanish" OFF \ +et "Estonian" OFF \ +fi "Finnish" ON \ +fr "French" ON \ +he "Hebrew" OFF \ +hu "Hungarian" OFF \ +ja "Japanese" ON \ +is "Icelandic" OFF \ +ko "Korean" ON \ +it "Italian" OFF \ +nl "Dutch" OFF \ +no "Norwegian (Bokmaal)" OFF \ +no_NY "Norwegian (Nynorsk)" OFF \ +pl "Polish" OFF \ +pt "Portuguese" OFF \ +pt_BR "Brazil portuguese" OFF \ +ro "Romanian" OFF \ +ru "Russian" ON \ +sk "Slovak" OFF \ +sl "Slovenian" OFF \ +sr "Serbian" OFF \ +sv "Swedish" OFF \ +tr "Turkish" OFF \ +uk "Ukrainian" OFF \ +zh_CN.GB2312 "Simplified Chinese" ON \ +zh_TW.Big5 "Chinese" ON \ +2> /tmp/chklist.tmp.$$ + + retval=$? + + if [ -s /tmp/chklist.tmp.$$ ]; then + set `cat /tmp/chklist.tmp.$$` + fi + rm -f /tmp/chklist.tmp.$$ + + case $retval in + 0) if [ -z "$*" ]; then + echo "Nothing selected" + fi + ;; + 1) echo "Cancel pressed." + exit 1 + ;; + esac +fi +fi + +/bin/rm -f ${WRKSRC}/subdirs +/usr/bin/grep "^[^@].*/en/.*" ${CURDIR}/pkg-plist > ${PLIST} +/usr/bin/grep "^@.*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}.dirs + +while [ "$1" ]; do + a=`echo -n $1 | /usr/bin/sed -e 's#\"##g'` + echo $a >> ${WRKSRC}/subdirs + /usr/bin/grep "^[^@].*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^[^@].*-$a\$" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^@.*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST}.dirs + shift +done + +/bin/cat ${PLIST}.dirs >> ${PLIST} diff --git a/misc/kde3-i18n-pt/Makefile b/misc/kde3-i18n-pt/Makefile index 55d6f1ea7887..893cd73b4beb 100644 --- a/misc/kde3-i18n-pt/Makefile +++ b/misc/kde3-i18n-pt/Makefile @@ -21,4 +21,10 @@ USE_GMAKE= yes GNU_CONFIGURE= yes +PLIST= ${WRKDIR}/PLIST +SCRIPTS_ENV+= PLIST=${PLIST} + +pre-configure: + @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure + .include <bsd.port.mk> diff --git a/misc/kde3-i18n-pt/scripts/Configure b/misc/kde3-i18n-pt/scripts/Configure new file mode 100644 index 000000000000..3d8958d60472 --- /dev/null +++ b/misc/kde3-i18n-pt/scripts/Configure @@ -0,0 +1,81 @@ +#! /bin/sh +# $FreeBSD$ + +/bin/rm -f ${PLIST} ${PLIST}.dirs + +if [ "${BATCH}" ]; then + set \"ca\" \"cs\" \"da\" \"de\" \"el\" \"eo\" \"es\" \"et\" \"fi\" \"fr\" \"he\" \"hu\" \"ja\" \"is\" \"ko\" \"it\" \"nl\" \"no\" \"no_NY\" \"pl\" \"pt\" \"pt_BR\" \"ro\" \"ru\" \"sk\" \"sl\" \"sr\" \"sv\" \"tr\" \"uk\" \"zh_CN.GB2312\" \"zh_TW.Big5\" +else +if [ "${LINGUAS}" ]; then + set `echo $LINGUAS` +else + /usr/bin/dialog --title "Select languages" --clear \ + --checklist "\n\ +Please select desired languages:" -1 -1 16 \ +ca "Canada" OFF \ +cs "Czech" OFF \ +da "Danish" OFF \ +de "German" ON \ +el "Greek" OFF \ +eo "Esperanto" OFF \ +es "Spanish" OFF \ +et "Estonian" OFF \ +fi "Finnish" ON \ +fr "French" ON \ +he "Hebrew" OFF \ +hu "Hungarian" OFF \ +ja "Japanese" ON \ +is "Icelandic" OFF \ +ko "Korean" ON \ +it "Italian" OFF \ +nl "Dutch" OFF \ +no "Norwegian (Bokmaal)" OFF \ +no_NY "Norwegian (Nynorsk)" OFF \ +pl "Polish" OFF \ +pt "Portuguese" OFF \ +pt_BR "Brazil portuguese" OFF \ +ro "Romanian" OFF \ +ru "Russian" ON \ +sk "Slovak" OFF \ +sl "Slovenian" OFF \ +sr "Serbian" OFF \ +sv "Swedish" OFF \ +tr "Turkish" OFF \ +uk "Ukrainian" OFF \ +zh_CN.GB2312 "Simplified Chinese" ON \ +zh_TW.Big5 "Chinese" ON \ +2> /tmp/chklist.tmp.$$ + + retval=$? + + if [ -s /tmp/chklist.tmp.$$ ]; then + set `cat /tmp/chklist.tmp.$$` + fi + rm -f /tmp/chklist.tmp.$$ + + case $retval in + 0) if [ -z "$*" ]; then + echo "Nothing selected" + fi + ;; + 1) echo "Cancel pressed." + exit 1 + ;; + esac +fi +fi + +/bin/rm -f ${WRKSRC}/subdirs +/usr/bin/grep "^[^@].*/en/.*" ${CURDIR}/pkg-plist > ${PLIST} +/usr/bin/grep "^@.*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}.dirs + +while [ "$1" ]; do + a=`echo -n $1 | /usr/bin/sed -e 's#\"##g'` + echo $a >> ${WRKSRC}/subdirs + /usr/bin/grep "^[^@].*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^[^@].*-$a\$" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^@.*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST}.dirs + shift +done + +/bin/cat ${PLIST}.dirs >> ${PLIST} diff --git a/misc/kde3-i18n-pt_BR/Makefile b/misc/kde3-i18n-pt_BR/Makefile index 55d6f1ea7887..893cd73b4beb 100644 --- a/misc/kde3-i18n-pt_BR/Makefile +++ b/misc/kde3-i18n-pt_BR/Makefile @@ -21,4 +21,10 @@ USE_GMAKE= yes GNU_CONFIGURE= yes +PLIST= ${WRKDIR}/PLIST +SCRIPTS_ENV+= PLIST=${PLIST} + +pre-configure: + @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure + .include <bsd.port.mk> diff --git a/misc/kde3-i18n-pt_BR/scripts/Configure b/misc/kde3-i18n-pt_BR/scripts/Configure new file mode 100644 index 000000000000..3d8958d60472 --- /dev/null +++ b/misc/kde3-i18n-pt_BR/scripts/Configure @@ -0,0 +1,81 @@ +#! /bin/sh +# $FreeBSD$ + +/bin/rm -f ${PLIST} ${PLIST}.dirs + +if [ "${BATCH}" ]; then + set \"ca\" \"cs\" \"da\" \"de\" \"el\" \"eo\" \"es\" \"et\" \"fi\" \"fr\" \"he\" \"hu\" \"ja\" \"is\" \"ko\" \"it\" \"nl\" \"no\" \"no_NY\" \"pl\" \"pt\" \"pt_BR\" \"ro\" \"ru\" \"sk\" \"sl\" \"sr\" \"sv\" \"tr\" \"uk\" \"zh_CN.GB2312\" \"zh_TW.Big5\" +else +if [ "${LINGUAS}" ]; then + set `echo $LINGUAS` +else + /usr/bin/dialog --title "Select languages" --clear \ + --checklist "\n\ +Please select desired languages:" -1 -1 16 \ +ca "Canada" OFF \ +cs "Czech" OFF \ +da "Danish" OFF \ +de "German" ON \ +el "Greek" OFF \ +eo "Esperanto" OFF \ +es "Spanish" OFF \ +et "Estonian" OFF \ +fi "Finnish" ON \ +fr "French" ON \ +he "Hebrew" OFF \ +hu "Hungarian" OFF \ +ja "Japanese" ON \ +is "Icelandic" OFF \ +ko "Korean" ON \ +it "Italian" OFF \ +nl "Dutch" OFF \ +no "Norwegian (Bokmaal)" OFF \ +no_NY "Norwegian (Nynorsk)" OFF \ +pl "Polish" OFF \ +pt "Portuguese" OFF \ +pt_BR "Brazil portuguese" OFF \ +ro "Romanian" OFF \ +ru "Russian" ON \ +sk "Slovak" OFF \ +sl "Slovenian" OFF \ +sr "Serbian" OFF \ +sv "Swedish" OFF \ +tr "Turkish" OFF \ +uk "Ukrainian" OFF \ +zh_CN.GB2312 "Simplified Chinese" ON \ +zh_TW.Big5 "Chinese" ON \ +2> /tmp/chklist.tmp.$$ + + retval=$? + + if [ -s /tmp/chklist.tmp.$$ ]; then + set `cat /tmp/chklist.tmp.$$` + fi + rm -f /tmp/chklist.tmp.$$ + + case $retval in + 0) if [ -z "$*" ]; then + echo "Nothing selected" + fi + ;; + 1) echo "Cancel pressed." + exit 1 + ;; + esac +fi +fi + +/bin/rm -f ${WRKSRC}/subdirs +/usr/bin/grep "^[^@].*/en/.*" ${CURDIR}/pkg-plist > ${PLIST} +/usr/bin/grep "^@.*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}.dirs + +while [ "$1" ]; do + a=`echo -n $1 | /usr/bin/sed -e 's#\"##g'` + echo $a >> ${WRKSRC}/subdirs + /usr/bin/grep "^[^@].*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^[^@].*-$a\$" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^@.*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST}.dirs + shift +done + +/bin/cat ${PLIST}.dirs >> ${PLIST} diff --git a/misc/kde3-i18n-ro/Makefile b/misc/kde3-i18n-ro/Makefile index 55d6f1ea7887..893cd73b4beb 100644 --- a/misc/kde3-i18n-ro/Makefile +++ b/misc/kde3-i18n-ro/Makefile @@ -21,4 +21,10 @@ USE_GMAKE= yes GNU_CONFIGURE= yes +PLIST= ${WRKDIR}/PLIST +SCRIPTS_ENV+= PLIST=${PLIST} + +pre-configure: + @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure + .include <bsd.port.mk> diff --git a/misc/kde3-i18n-ro/scripts/Configure b/misc/kde3-i18n-ro/scripts/Configure new file mode 100644 index 000000000000..3d8958d60472 --- /dev/null +++ b/misc/kde3-i18n-ro/scripts/Configure @@ -0,0 +1,81 @@ +#! /bin/sh +# $FreeBSD$ + +/bin/rm -f ${PLIST} ${PLIST}.dirs + +if [ "${BATCH}" ]; then + set \"ca\" \"cs\" \"da\" \"de\" \"el\" \"eo\" \"es\" \"et\" \"fi\" \"fr\" \"he\" \"hu\" \"ja\" \"is\" \"ko\" \"it\" \"nl\" \"no\" \"no_NY\" \"pl\" \"pt\" \"pt_BR\" \"ro\" \"ru\" \"sk\" \"sl\" \"sr\" \"sv\" \"tr\" \"uk\" \"zh_CN.GB2312\" \"zh_TW.Big5\" +else +if [ "${LINGUAS}" ]; then + set `echo $LINGUAS` +else + /usr/bin/dialog --title "Select languages" --clear \ + --checklist "\n\ +Please select desired languages:" -1 -1 16 \ +ca "Canada" OFF \ +cs "Czech" OFF \ +da "Danish" OFF \ +de "German" ON \ +el "Greek" OFF \ +eo "Esperanto" OFF \ +es "Spanish" OFF \ +et "Estonian" OFF \ +fi "Finnish" ON \ +fr "French" ON \ +he "Hebrew" OFF \ +hu "Hungarian" OFF \ +ja "Japanese" ON \ +is "Icelandic" OFF \ +ko "Korean" ON \ +it "Italian" OFF \ +nl "Dutch" OFF \ +no "Norwegian (Bokmaal)" OFF \ +no_NY "Norwegian (Nynorsk)" OFF \ +pl "Polish" OFF \ +pt "Portuguese" OFF \ +pt_BR "Brazil portuguese" OFF \ +ro "Romanian" OFF \ +ru "Russian" ON \ +sk "Slovak" OFF \ +sl "Slovenian" OFF \ +sr "Serbian" OFF \ +sv "Swedish" OFF \ +tr "Turkish" OFF \ +uk "Ukrainian" OFF \ +zh_CN.GB2312 "Simplified Chinese" ON \ +zh_TW.Big5 "Chinese" ON \ +2> /tmp/chklist.tmp.$$ + + retval=$? + + if [ -s /tmp/chklist.tmp.$$ ]; then + set `cat /tmp/chklist.tmp.$$` + fi + rm -f /tmp/chklist.tmp.$$ + + case $retval in + 0) if [ -z "$*" ]; then + echo "Nothing selected" + fi + ;; + 1) echo "Cancel pressed." + exit 1 + ;; + esac +fi +fi + +/bin/rm -f ${WRKSRC}/subdirs +/usr/bin/grep "^[^@].*/en/.*" ${CURDIR}/pkg-plist > ${PLIST} +/usr/bin/grep "^@.*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}.dirs + +while [ "$1" ]; do + a=`echo -n $1 | /usr/bin/sed -e 's#\"##g'` + echo $a >> ${WRKSRC}/subdirs + /usr/bin/grep "^[^@].*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^[^@].*-$a\$" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^@.*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST}.dirs + shift +done + +/bin/cat ${PLIST}.dirs >> ${PLIST} diff --git a/misc/kde3-i18n-sk/Makefile b/misc/kde3-i18n-sk/Makefile index 55d6f1ea7887..893cd73b4beb 100644 --- a/misc/kde3-i18n-sk/Makefile +++ b/misc/kde3-i18n-sk/Makefile @@ -21,4 +21,10 @@ USE_GMAKE= yes GNU_CONFIGURE= yes +PLIST= ${WRKDIR}/PLIST +SCRIPTS_ENV+= PLIST=${PLIST} + +pre-configure: + @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure + .include <bsd.port.mk> diff --git a/misc/kde3-i18n-sk/scripts/Configure b/misc/kde3-i18n-sk/scripts/Configure new file mode 100644 index 000000000000..3d8958d60472 --- /dev/null +++ b/misc/kde3-i18n-sk/scripts/Configure @@ -0,0 +1,81 @@ +#! /bin/sh +# $FreeBSD$ + +/bin/rm -f ${PLIST} ${PLIST}.dirs + +if [ "${BATCH}" ]; then + set \"ca\" \"cs\" \"da\" \"de\" \"el\" \"eo\" \"es\" \"et\" \"fi\" \"fr\" \"he\" \"hu\" \"ja\" \"is\" \"ko\" \"it\" \"nl\" \"no\" \"no_NY\" \"pl\" \"pt\" \"pt_BR\" \"ro\" \"ru\" \"sk\" \"sl\" \"sr\" \"sv\" \"tr\" \"uk\" \"zh_CN.GB2312\" \"zh_TW.Big5\" +else +if [ "${LINGUAS}" ]; then + set `echo $LINGUAS` +else + /usr/bin/dialog --title "Select languages" --clear \ + --checklist "\n\ +Please select desired languages:" -1 -1 16 \ +ca "Canada" OFF \ +cs "Czech" OFF \ +da "Danish" OFF \ +de "German" ON \ +el "Greek" OFF \ +eo "Esperanto" OFF \ +es "Spanish" OFF \ +et "Estonian" OFF \ +fi "Finnish" ON \ +fr "French" ON \ +he "Hebrew" OFF \ +hu "Hungarian" OFF \ +ja "Japanese" ON \ +is "Icelandic" OFF \ +ko "Korean" ON \ +it "Italian" OFF \ +nl "Dutch" OFF \ +no "Norwegian (Bokmaal)" OFF \ +no_NY "Norwegian (Nynorsk)" OFF \ +pl "Polish" OFF \ +pt "Portuguese" OFF \ +pt_BR "Brazil portuguese" OFF \ +ro "Romanian" OFF \ +ru "Russian" ON \ +sk "Slovak" OFF \ +sl "Slovenian" OFF \ +sr "Serbian" OFF \ +sv "Swedish" OFF \ +tr "Turkish" OFF \ +uk "Ukrainian" OFF \ +zh_CN.GB2312 "Simplified Chinese" ON \ +zh_TW.Big5 "Chinese" ON \ +2> /tmp/chklist.tmp.$$ + + retval=$? + + if [ -s /tmp/chklist.tmp.$$ ]; then + set `cat /tmp/chklist.tmp.$$` + fi + rm -f /tmp/chklist.tmp.$$ + + case $retval in + 0) if [ -z "$*" ]; then + echo "Nothing selected" + fi + ;; + 1) echo "Cancel pressed." + exit 1 + ;; + esac +fi +fi + +/bin/rm -f ${WRKSRC}/subdirs +/usr/bin/grep "^[^@].*/en/.*" ${CURDIR}/pkg-plist > ${PLIST} +/usr/bin/grep "^@.*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}.dirs + +while [ "$1" ]; do + a=`echo -n $1 | /usr/bin/sed -e 's#\"##g'` + echo $a >> ${WRKSRC}/subdirs + /usr/bin/grep "^[^@].*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^[^@].*-$a\$" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^@.*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST}.dirs + shift +done + +/bin/cat ${PLIST}.dirs >> ${PLIST} diff --git a/misc/kde3-i18n-sl/Makefile b/misc/kde3-i18n-sl/Makefile index 55d6f1ea7887..893cd73b4beb 100644 --- a/misc/kde3-i18n-sl/Makefile +++ b/misc/kde3-i18n-sl/Makefile @@ -21,4 +21,10 @@ USE_GMAKE= yes GNU_CONFIGURE= yes +PLIST= ${WRKDIR}/PLIST +SCRIPTS_ENV+= PLIST=${PLIST} + +pre-configure: + @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure + .include <bsd.port.mk> diff --git a/misc/kde3-i18n-sl/scripts/Configure b/misc/kde3-i18n-sl/scripts/Configure new file mode 100644 index 000000000000..3d8958d60472 --- /dev/null +++ b/misc/kde3-i18n-sl/scripts/Configure @@ -0,0 +1,81 @@ +#! /bin/sh +# $FreeBSD$ + +/bin/rm -f ${PLIST} ${PLIST}.dirs + +if [ "${BATCH}" ]; then + set \"ca\" \"cs\" \"da\" \"de\" \"el\" \"eo\" \"es\" \"et\" \"fi\" \"fr\" \"he\" \"hu\" \"ja\" \"is\" \"ko\" \"it\" \"nl\" \"no\" \"no_NY\" \"pl\" \"pt\" \"pt_BR\" \"ro\" \"ru\" \"sk\" \"sl\" \"sr\" \"sv\" \"tr\" \"uk\" \"zh_CN.GB2312\" \"zh_TW.Big5\" +else +if [ "${LINGUAS}" ]; then + set `echo $LINGUAS` +else + /usr/bin/dialog --title "Select languages" --clear \ + --checklist "\n\ +Please select desired languages:" -1 -1 16 \ +ca "Canada" OFF \ +cs "Czech" OFF \ +da "Danish" OFF \ +de "German" ON \ +el "Greek" OFF \ +eo "Esperanto" OFF \ +es "Spanish" OFF \ +et "Estonian" OFF \ +fi "Finnish" ON \ +fr "French" ON \ +he "Hebrew" OFF \ +hu "Hungarian" OFF \ +ja "Japanese" ON \ +is "Icelandic" OFF \ +ko "Korean" ON \ +it "Italian" OFF \ +nl "Dutch" OFF \ +no "Norwegian (Bokmaal)" OFF \ +no_NY "Norwegian (Nynorsk)" OFF \ +pl "Polish" OFF \ +pt "Portuguese" OFF \ +pt_BR "Brazil portuguese" OFF \ +ro "Romanian" OFF \ +ru "Russian" ON \ +sk "Slovak" OFF \ +sl "Slovenian" OFF \ +sr "Serbian" OFF \ +sv "Swedish" OFF \ +tr "Turkish" OFF \ +uk "Ukrainian" OFF \ +zh_CN.GB2312 "Simplified Chinese" ON \ +zh_TW.Big5 "Chinese" ON \ +2> /tmp/chklist.tmp.$$ + + retval=$? + + if [ -s /tmp/chklist.tmp.$$ ]; then + set `cat /tmp/chklist.tmp.$$` + fi + rm -f /tmp/chklist.tmp.$$ + + case $retval in + 0) if [ -z "$*" ]; then + echo "Nothing selected" + fi + ;; + 1) echo "Cancel pressed." + exit 1 + ;; + esac +fi +fi + +/bin/rm -f ${WRKSRC}/subdirs +/usr/bin/grep "^[^@].*/en/.*" ${CURDIR}/pkg-plist > ${PLIST} +/usr/bin/grep "^@.*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}.dirs + +while [ "$1" ]; do + a=`echo -n $1 | /usr/bin/sed -e 's#\"##g'` + echo $a >> ${WRKSRC}/subdirs + /usr/bin/grep "^[^@].*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^[^@].*-$a\$" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^@.*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST}.dirs + shift +done + +/bin/cat ${PLIST}.dirs >> ${PLIST} diff --git a/misc/kde3-i18n-sr/Makefile b/misc/kde3-i18n-sr/Makefile index 55d6f1ea7887..893cd73b4beb 100644 --- a/misc/kde3-i18n-sr/Makefile +++ b/misc/kde3-i18n-sr/Makefile @@ -21,4 +21,10 @@ USE_GMAKE= yes GNU_CONFIGURE= yes +PLIST= ${WRKDIR}/PLIST +SCRIPTS_ENV+= PLIST=${PLIST} + +pre-configure: + @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure + .include <bsd.port.mk> diff --git a/misc/kde3-i18n-sr/scripts/Configure b/misc/kde3-i18n-sr/scripts/Configure new file mode 100644 index 000000000000..3d8958d60472 --- /dev/null +++ b/misc/kde3-i18n-sr/scripts/Configure @@ -0,0 +1,81 @@ +#! /bin/sh +# $FreeBSD$ + +/bin/rm -f ${PLIST} ${PLIST}.dirs + +if [ "${BATCH}" ]; then + set \"ca\" \"cs\" \"da\" \"de\" \"el\" \"eo\" \"es\" \"et\" \"fi\" \"fr\" \"he\" \"hu\" \"ja\" \"is\" \"ko\" \"it\" \"nl\" \"no\" \"no_NY\" \"pl\" \"pt\" \"pt_BR\" \"ro\" \"ru\" \"sk\" \"sl\" \"sr\" \"sv\" \"tr\" \"uk\" \"zh_CN.GB2312\" \"zh_TW.Big5\" +else +if [ "${LINGUAS}" ]; then + set `echo $LINGUAS` +else + /usr/bin/dialog --title "Select languages" --clear \ + --checklist "\n\ +Please select desired languages:" -1 -1 16 \ +ca "Canada" OFF \ +cs "Czech" OFF \ +da "Danish" OFF \ +de "German" ON \ +el "Greek" OFF \ +eo "Esperanto" OFF \ +es "Spanish" OFF \ +et "Estonian" OFF \ +fi "Finnish" ON \ +fr "French" ON \ +he "Hebrew" OFF \ +hu "Hungarian" OFF \ +ja "Japanese" ON \ +is "Icelandic" OFF \ +ko "Korean" ON \ +it "Italian" OFF \ +nl "Dutch" OFF \ +no "Norwegian (Bokmaal)" OFF \ +no_NY "Norwegian (Nynorsk)" OFF \ +pl "Polish" OFF \ +pt "Portuguese" OFF \ +pt_BR "Brazil portuguese" OFF \ +ro "Romanian" OFF \ +ru "Russian" ON \ +sk "Slovak" OFF \ +sl "Slovenian" OFF \ +sr "Serbian" OFF \ +sv "Swedish" OFF \ +tr "Turkish" OFF \ +uk "Ukrainian" OFF \ +zh_CN.GB2312 "Simplified Chinese" ON \ +zh_TW.Big5 "Chinese" ON \ +2> /tmp/chklist.tmp.$$ + + retval=$? + + if [ -s /tmp/chklist.tmp.$$ ]; then + set `cat /tmp/chklist.tmp.$$` + fi + rm -f /tmp/chklist.tmp.$$ + + case $retval in + 0) if [ -z "$*" ]; then + echo "Nothing selected" + fi + ;; + 1) echo "Cancel pressed." + exit 1 + ;; + esac +fi +fi + +/bin/rm -f ${WRKSRC}/subdirs +/usr/bin/grep "^[^@].*/en/.*" ${CURDIR}/pkg-plist > ${PLIST} +/usr/bin/grep "^@.*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}.dirs + +while [ "$1" ]; do + a=`echo -n $1 | /usr/bin/sed -e 's#\"##g'` + echo $a >> ${WRKSRC}/subdirs + /usr/bin/grep "^[^@].*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^[^@].*-$a\$" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^@.*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST}.dirs + shift +done + +/bin/cat ${PLIST}.dirs >> ${PLIST} diff --git a/misc/kde3-i18n-sv/Makefile b/misc/kde3-i18n-sv/Makefile index 55d6f1ea7887..893cd73b4beb 100644 --- a/misc/kde3-i18n-sv/Makefile +++ b/misc/kde3-i18n-sv/Makefile @@ -21,4 +21,10 @@ USE_GMAKE= yes GNU_CONFIGURE= yes +PLIST= ${WRKDIR}/PLIST +SCRIPTS_ENV+= PLIST=${PLIST} + +pre-configure: + @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure + .include <bsd.port.mk> diff --git a/misc/kde3-i18n-sv/scripts/Configure b/misc/kde3-i18n-sv/scripts/Configure new file mode 100644 index 000000000000..3d8958d60472 --- /dev/null +++ b/misc/kde3-i18n-sv/scripts/Configure @@ -0,0 +1,81 @@ +#! /bin/sh +# $FreeBSD$ + +/bin/rm -f ${PLIST} ${PLIST}.dirs + +if [ "${BATCH}" ]; then + set \"ca\" \"cs\" \"da\" \"de\" \"el\" \"eo\" \"es\" \"et\" \"fi\" \"fr\" \"he\" \"hu\" \"ja\" \"is\" \"ko\" \"it\" \"nl\" \"no\" \"no_NY\" \"pl\" \"pt\" \"pt_BR\" \"ro\" \"ru\" \"sk\" \"sl\" \"sr\" \"sv\" \"tr\" \"uk\" \"zh_CN.GB2312\" \"zh_TW.Big5\" +else +if [ "${LINGUAS}" ]; then + set `echo $LINGUAS` +else + /usr/bin/dialog --title "Select languages" --clear \ + --checklist "\n\ +Please select desired languages:" -1 -1 16 \ +ca "Canada" OFF \ +cs "Czech" OFF \ +da "Danish" OFF \ +de "German" ON \ +el "Greek" OFF \ +eo "Esperanto" OFF \ +es "Spanish" OFF \ +et "Estonian" OFF \ +fi "Finnish" ON \ +fr "French" ON \ +he "Hebrew" OFF \ +hu "Hungarian" OFF \ +ja "Japanese" ON \ +is "Icelandic" OFF \ +ko "Korean" ON \ +it "Italian" OFF \ +nl "Dutch" OFF \ +no "Norwegian (Bokmaal)" OFF \ +no_NY "Norwegian (Nynorsk)" OFF \ +pl "Polish" OFF \ +pt "Portuguese" OFF \ +pt_BR "Brazil portuguese" OFF \ +ro "Romanian" OFF \ +ru "Russian" ON \ +sk "Slovak" OFF \ +sl "Slovenian" OFF \ +sr "Serbian" OFF \ +sv "Swedish" OFF \ +tr "Turkish" OFF \ +uk "Ukrainian" OFF \ +zh_CN.GB2312 "Simplified Chinese" ON \ +zh_TW.Big5 "Chinese" ON \ +2> /tmp/chklist.tmp.$$ + + retval=$? + + if [ -s /tmp/chklist.tmp.$$ ]; then + set `cat /tmp/chklist.tmp.$$` + fi + rm -f /tmp/chklist.tmp.$$ + + case $retval in + 0) if [ -z "$*" ]; then + echo "Nothing selected" + fi + ;; + 1) echo "Cancel pressed." + exit 1 + ;; + esac +fi +fi + +/bin/rm -f ${WRKSRC}/subdirs +/usr/bin/grep "^[^@].*/en/.*" ${CURDIR}/pkg-plist > ${PLIST} +/usr/bin/grep "^@.*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}.dirs + +while [ "$1" ]; do + a=`echo -n $1 | /usr/bin/sed -e 's#\"##g'` + echo $a >> ${WRKSRC}/subdirs + /usr/bin/grep "^[^@].*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^[^@].*-$a\$" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^@.*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST}.dirs + shift +done + +/bin/cat ${PLIST}.dirs >> ${PLIST} diff --git a/misc/kde3-i18n-ta/Makefile b/misc/kde3-i18n-ta/Makefile index 55d6f1ea7887..893cd73b4beb 100644 --- a/misc/kde3-i18n-ta/Makefile +++ b/misc/kde3-i18n-ta/Makefile @@ -21,4 +21,10 @@ USE_GMAKE= yes GNU_CONFIGURE= yes +PLIST= ${WRKDIR}/PLIST +SCRIPTS_ENV+= PLIST=${PLIST} + +pre-configure: + @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure + .include <bsd.port.mk> diff --git a/misc/kde3-i18n-ta/scripts/Configure b/misc/kde3-i18n-ta/scripts/Configure new file mode 100644 index 000000000000..3d8958d60472 --- /dev/null +++ b/misc/kde3-i18n-ta/scripts/Configure @@ -0,0 +1,81 @@ +#! /bin/sh +# $FreeBSD$ + +/bin/rm -f ${PLIST} ${PLIST}.dirs + +if [ "${BATCH}" ]; then + set \"ca\" \"cs\" \"da\" \"de\" \"el\" \"eo\" \"es\" \"et\" \"fi\" \"fr\" \"he\" \"hu\" \"ja\" \"is\" \"ko\" \"it\" \"nl\" \"no\" \"no_NY\" \"pl\" \"pt\" \"pt_BR\" \"ro\" \"ru\" \"sk\" \"sl\" \"sr\" \"sv\" \"tr\" \"uk\" \"zh_CN.GB2312\" \"zh_TW.Big5\" +else +if [ "${LINGUAS}" ]; then + set `echo $LINGUAS` +else + /usr/bin/dialog --title "Select languages" --clear \ + --checklist "\n\ +Please select desired languages:" -1 -1 16 \ +ca "Canada" OFF \ +cs "Czech" OFF \ +da "Danish" OFF \ +de "German" ON \ +el "Greek" OFF \ +eo "Esperanto" OFF \ +es "Spanish" OFF \ +et "Estonian" OFF \ +fi "Finnish" ON \ +fr "French" ON \ +he "Hebrew" OFF \ +hu "Hungarian" OFF \ +ja "Japanese" ON \ +is "Icelandic" OFF \ +ko "Korean" ON \ +it "Italian" OFF \ +nl "Dutch" OFF \ +no "Norwegian (Bokmaal)" OFF \ +no_NY "Norwegian (Nynorsk)" OFF \ +pl "Polish" OFF \ +pt "Portuguese" OFF \ +pt_BR "Brazil portuguese" OFF \ +ro "Romanian" OFF \ +ru "Russian" ON \ +sk "Slovak" OFF \ +sl "Slovenian" OFF \ +sr "Serbian" OFF \ +sv "Swedish" OFF \ +tr "Turkish" OFF \ +uk "Ukrainian" OFF \ +zh_CN.GB2312 "Simplified Chinese" ON \ +zh_TW.Big5 "Chinese" ON \ +2> /tmp/chklist.tmp.$$ + + retval=$? + + if [ -s /tmp/chklist.tmp.$$ ]; then + set `cat /tmp/chklist.tmp.$$` + fi + rm -f /tmp/chklist.tmp.$$ + + case $retval in + 0) if [ -z "$*" ]; then + echo "Nothing selected" + fi + ;; + 1) echo "Cancel pressed." + exit 1 + ;; + esac +fi +fi + +/bin/rm -f ${WRKSRC}/subdirs +/usr/bin/grep "^[^@].*/en/.*" ${CURDIR}/pkg-plist > ${PLIST} +/usr/bin/grep "^@.*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}.dirs + +while [ "$1" ]; do + a=`echo -n $1 | /usr/bin/sed -e 's#\"##g'` + echo $a >> ${WRKSRC}/subdirs + /usr/bin/grep "^[^@].*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^[^@].*-$a\$" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^@.*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST}.dirs + shift +done + +/bin/cat ${PLIST}.dirs >> ${PLIST} diff --git a/misc/kde3-i18n-th/Makefile b/misc/kde3-i18n-th/Makefile index 55d6f1ea7887..893cd73b4beb 100644 --- a/misc/kde3-i18n-th/Makefile +++ b/misc/kde3-i18n-th/Makefile @@ -21,4 +21,10 @@ USE_GMAKE= yes GNU_CONFIGURE= yes +PLIST= ${WRKDIR}/PLIST +SCRIPTS_ENV+= PLIST=${PLIST} + +pre-configure: + @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure + .include <bsd.port.mk> diff --git a/misc/kde3-i18n-th/scripts/Configure b/misc/kde3-i18n-th/scripts/Configure new file mode 100644 index 000000000000..3d8958d60472 --- /dev/null +++ b/misc/kde3-i18n-th/scripts/Configure @@ -0,0 +1,81 @@ +#! /bin/sh +# $FreeBSD$ + +/bin/rm -f ${PLIST} ${PLIST}.dirs + +if [ "${BATCH}" ]; then + set \"ca\" \"cs\" \"da\" \"de\" \"el\" \"eo\" \"es\" \"et\" \"fi\" \"fr\" \"he\" \"hu\" \"ja\" \"is\" \"ko\" \"it\" \"nl\" \"no\" \"no_NY\" \"pl\" \"pt\" \"pt_BR\" \"ro\" \"ru\" \"sk\" \"sl\" \"sr\" \"sv\" \"tr\" \"uk\" \"zh_CN.GB2312\" \"zh_TW.Big5\" +else +if [ "${LINGUAS}" ]; then + set `echo $LINGUAS` +else + /usr/bin/dialog --title "Select languages" --clear \ + --checklist "\n\ +Please select desired languages:" -1 -1 16 \ +ca "Canada" OFF \ +cs "Czech" OFF \ +da "Danish" OFF \ +de "German" ON \ +el "Greek" OFF \ +eo "Esperanto" OFF \ +es "Spanish" OFF \ +et "Estonian" OFF \ +fi "Finnish" ON \ +fr "French" ON \ +he "Hebrew" OFF \ +hu "Hungarian" OFF \ +ja "Japanese" ON \ +is "Icelandic" OFF \ +ko "Korean" ON \ +it "Italian" OFF \ +nl "Dutch" OFF \ +no "Norwegian (Bokmaal)" OFF \ +no_NY "Norwegian (Nynorsk)" OFF \ +pl "Polish" OFF \ +pt "Portuguese" OFF \ +pt_BR "Brazil portuguese" OFF \ +ro "Romanian" OFF \ +ru "Russian" ON \ +sk "Slovak" OFF \ +sl "Slovenian" OFF \ +sr "Serbian" OFF \ +sv "Swedish" OFF \ +tr "Turkish" OFF \ +uk "Ukrainian" OFF \ +zh_CN.GB2312 "Simplified Chinese" ON \ +zh_TW.Big5 "Chinese" ON \ +2> /tmp/chklist.tmp.$$ + + retval=$? + + if [ -s /tmp/chklist.tmp.$$ ]; then + set `cat /tmp/chklist.tmp.$$` + fi + rm -f /tmp/chklist.tmp.$$ + + case $retval in + 0) if [ -z "$*" ]; then + echo "Nothing selected" + fi + ;; + 1) echo "Cancel pressed." + exit 1 + ;; + esac +fi +fi + +/bin/rm -f ${WRKSRC}/subdirs +/usr/bin/grep "^[^@].*/en/.*" ${CURDIR}/pkg-plist > ${PLIST} +/usr/bin/grep "^@.*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}.dirs + +while [ "$1" ]; do + a=`echo -n $1 | /usr/bin/sed -e 's#\"##g'` + echo $a >> ${WRKSRC}/subdirs + /usr/bin/grep "^[^@].*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^[^@].*-$a\$" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^@.*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST}.dirs + shift +done + +/bin/cat ${PLIST}.dirs >> ${PLIST} diff --git a/misc/kde3-i18n-tr/Makefile b/misc/kde3-i18n-tr/Makefile index 55d6f1ea7887..893cd73b4beb 100644 --- a/misc/kde3-i18n-tr/Makefile +++ b/misc/kde3-i18n-tr/Makefile @@ -21,4 +21,10 @@ USE_GMAKE= yes GNU_CONFIGURE= yes +PLIST= ${WRKDIR}/PLIST +SCRIPTS_ENV+= PLIST=${PLIST} + +pre-configure: + @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure + .include <bsd.port.mk> diff --git a/misc/kde3-i18n-tr/scripts/Configure b/misc/kde3-i18n-tr/scripts/Configure new file mode 100644 index 000000000000..3d8958d60472 --- /dev/null +++ b/misc/kde3-i18n-tr/scripts/Configure @@ -0,0 +1,81 @@ +#! /bin/sh +# $FreeBSD$ + +/bin/rm -f ${PLIST} ${PLIST}.dirs + +if [ "${BATCH}" ]; then + set \"ca\" \"cs\" \"da\" \"de\" \"el\" \"eo\" \"es\" \"et\" \"fi\" \"fr\" \"he\" \"hu\" \"ja\" \"is\" \"ko\" \"it\" \"nl\" \"no\" \"no_NY\" \"pl\" \"pt\" \"pt_BR\" \"ro\" \"ru\" \"sk\" \"sl\" \"sr\" \"sv\" \"tr\" \"uk\" \"zh_CN.GB2312\" \"zh_TW.Big5\" +else +if [ "${LINGUAS}" ]; then + set `echo $LINGUAS` +else + /usr/bin/dialog --title "Select languages" --clear \ + --checklist "\n\ +Please select desired languages:" -1 -1 16 \ +ca "Canada" OFF \ +cs "Czech" OFF \ +da "Danish" OFF \ +de "German" ON \ +el "Greek" OFF \ +eo "Esperanto" OFF \ +es "Spanish" OFF \ +et "Estonian" OFF \ +fi "Finnish" ON \ +fr "French" ON \ +he "Hebrew" OFF \ +hu "Hungarian" OFF \ +ja "Japanese" ON \ +is "Icelandic" OFF \ +ko "Korean" ON \ +it "Italian" OFF \ +nl "Dutch" OFF \ +no "Norwegian (Bokmaal)" OFF \ +no_NY "Norwegian (Nynorsk)" OFF \ +pl "Polish" OFF \ +pt "Portuguese" OFF \ +pt_BR "Brazil portuguese" OFF \ +ro "Romanian" OFF \ +ru "Russian" ON \ +sk "Slovak" OFF \ +sl "Slovenian" OFF \ +sr "Serbian" OFF \ +sv "Swedish" OFF \ +tr "Turkish" OFF \ +uk "Ukrainian" OFF \ +zh_CN.GB2312 "Simplified Chinese" ON \ +zh_TW.Big5 "Chinese" ON \ +2> /tmp/chklist.tmp.$$ + + retval=$? + + if [ -s /tmp/chklist.tmp.$$ ]; then + set `cat /tmp/chklist.tmp.$$` + fi + rm -f /tmp/chklist.tmp.$$ + + case $retval in + 0) if [ -z "$*" ]; then + echo "Nothing selected" + fi + ;; + 1) echo "Cancel pressed." + exit 1 + ;; + esac +fi +fi + +/bin/rm -f ${WRKSRC}/subdirs +/usr/bin/grep "^[^@].*/en/.*" ${CURDIR}/pkg-plist > ${PLIST} +/usr/bin/grep "^@.*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}.dirs + +while [ "$1" ]; do + a=`echo -n $1 | /usr/bin/sed -e 's#\"##g'` + echo $a >> ${WRKSRC}/subdirs + /usr/bin/grep "^[^@].*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^[^@].*-$a\$" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^@.*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST}.dirs + shift +done + +/bin/cat ${PLIST}.dirs >> ${PLIST} diff --git a/misc/kde3-i18n-ven/Makefile b/misc/kde3-i18n-ven/Makefile index 55d6f1ea7887..893cd73b4beb 100644 --- a/misc/kde3-i18n-ven/Makefile +++ b/misc/kde3-i18n-ven/Makefile @@ -21,4 +21,10 @@ USE_GMAKE= yes GNU_CONFIGURE= yes +PLIST= ${WRKDIR}/PLIST +SCRIPTS_ENV+= PLIST=${PLIST} + +pre-configure: + @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure + .include <bsd.port.mk> diff --git a/misc/kde3-i18n-ven/scripts/Configure b/misc/kde3-i18n-ven/scripts/Configure new file mode 100644 index 000000000000..3d8958d60472 --- /dev/null +++ b/misc/kde3-i18n-ven/scripts/Configure @@ -0,0 +1,81 @@ +#! /bin/sh +# $FreeBSD$ + +/bin/rm -f ${PLIST} ${PLIST}.dirs + +if [ "${BATCH}" ]; then + set \"ca\" \"cs\" \"da\" \"de\" \"el\" \"eo\" \"es\" \"et\" \"fi\" \"fr\" \"he\" \"hu\" \"ja\" \"is\" \"ko\" \"it\" \"nl\" \"no\" \"no_NY\" \"pl\" \"pt\" \"pt_BR\" \"ro\" \"ru\" \"sk\" \"sl\" \"sr\" \"sv\" \"tr\" \"uk\" \"zh_CN.GB2312\" \"zh_TW.Big5\" +else +if [ "${LINGUAS}" ]; then + set `echo $LINGUAS` +else + /usr/bin/dialog --title "Select languages" --clear \ + --checklist "\n\ +Please select desired languages:" -1 -1 16 \ +ca "Canada" OFF \ +cs "Czech" OFF \ +da "Danish" OFF \ +de "German" ON \ +el "Greek" OFF \ +eo "Esperanto" OFF \ +es "Spanish" OFF \ +et "Estonian" OFF \ +fi "Finnish" ON \ +fr "French" ON \ +he "Hebrew" OFF \ +hu "Hungarian" OFF \ +ja "Japanese" ON \ +is "Icelandic" OFF \ +ko "Korean" ON \ +it "Italian" OFF \ +nl "Dutch" OFF \ +no "Norwegian (Bokmaal)" OFF \ +no_NY "Norwegian (Nynorsk)" OFF \ +pl "Polish" OFF \ +pt "Portuguese" OFF \ +pt_BR "Brazil portuguese" OFF \ +ro "Romanian" OFF \ +ru "Russian" ON \ +sk "Slovak" OFF \ +sl "Slovenian" OFF \ +sr "Serbian" OFF \ +sv "Swedish" OFF \ +tr "Turkish" OFF \ +uk "Ukrainian" OFF \ +zh_CN.GB2312 "Simplified Chinese" ON \ +zh_TW.Big5 "Chinese" ON \ +2> /tmp/chklist.tmp.$$ + + retval=$? + + if [ -s /tmp/chklist.tmp.$$ ]; then + set `cat /tmp/chklist.tmp.$$` + fi + rm -f /tmp/chklist.tmp.$$ + + case $retval in + 0) if [ -z "$*" ]; then + echo "Nothing selected" + fi + ;; + 1) echo "Cancel pressed." + exit 1 + ;; + esac +fi +fi + +/bin/rm -f ${WRKSRC}/subdirs +/usr/bin/grep "^[^@].*/en/.*" ${CURDIR}/pkg-plist > ${PLIST} +/usr/bin/grep "^@.*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}.dirs + +while [ "$1" ]; do + a=`echo -n $1 | /usr/bin/sed -e 's#\"##g'` + echo $a >> ${WRKSRC}/subdirs + /usr/bin/grep "^[^@].*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^[^@].*-$a\$" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^@.*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST}.dirs + shift +done + +/bin/cat ${PLIST}.dirs >> ${PLIST} diff --git a/misc/kde3-i18n-vi/Makefile b/misc/kde3-i18n-vi/Makefile index 55d6f1ea7887..893cd73b4beb 100644 --- a/misc/kde3-i18n-vi/Makefile +++ b/misc/kde3-i18n-vi/Makefile @@ -21,4 +21,10 @@ USE_GMAKE= yes GNU_CONFIGURE= yes +PLIST= ${WRKDIR}/PLIST +SCRIPTS_ENV+= PLIST=${PLIST} + +pre-configure: + @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure + .include <bsd.port.mk> diff --git a/misc/kde3-i18n-vi/scripts/Configure b/misc/kde3-i18n-vi/scripts/Configure new file mode 100644 index 000000000000..3d8958d60472 --- /dev/null +++ b/misc/kde3-i18n-vi/scripts/Configure @@ -0,0 +1,81 @@ +#! /bin/sh +# $FreeBSD$ + +/bin/rm -f ${PLIST} ${PLIST}.dirs + +if [ "${BATCH}" ]; then + set \"ca\" \"cs\" \"da\" \"de\" \"el\" \"eo\" \"es\" \"et\" \"fi\" \"fr\" \"he\" \"hu\" \"ja\" \"is\" \"ko\" \"it\" \"nl\" \"no\" \"no_NY\" \"pl\" \"pt\" \"pt_BR\" \"ro\" \"ru\" \"sk\" \"sl\" \"sr\" \"sv\" \"tr\" \"uk\" \"zh_CN.GB2312\" \"zh_TW.Big5\" +else +if [ "${LINGUAS}" ]; then + set `echo $LINGUAS` +else + /usr/bin/dialog --title "Select languages" --clear \ + --checklist "\n\ +Please select desired languages:" -1 -1 16 \ +ca "Canada" OFF \ +cs "Czech" OFF \ +da "Danish" OFF \ +de "German" ON \ +el "Greek" OFF \ +eo "Esperanto" OFF \ +es "Spanish" OFF \ +et "Estonian" OFF \ +fi "Finnish" ON \ +fr "French" ON \ +he "Hebrew" OFF \ +hu "Hungarian" OFF \ +ja "Japanese" ON \ +is "Icelandic" OFF \ +ko "Korean" ON \ +it "Italian" OFF \ +nl "Dutch" OFF \ +no "Norwegian (Bokmaal)" OFF \ +no_NY "Norwegian (Nynorsk)" OFF \ +pl "Polish" OFF \ +pt "Portuguese" OFF \ +pt_BR "Brazil portuguese" OFF \ +ro "Romanian" OFF \ +ru "Russian" ON \ +sk "Slovak" OFF \ +sl "Slovenian" OFF \ +sr "Serbian" OFF \ +sv "Swedish" OFF \ +tr "Turkish" OFF \ +uk "Ukrainian" OFF \ +zh_CN.GB2312 "Simplified Chinese" ON \ +zh_TW.Big5 "Chinese" ON \ +2> /tmp/chklist.tmp.$$ + + retval=$? + + if [ -s /tmp/chklist.tmp.$$ ]; then + set `cat /tmp/chklist.tmp.$$` + fi + rm -f /tmp/chklist.tmp.$$ + + case $retval in + 0) if [ -z "$*" ]; then + echo "Nothing selected" + fi + ;; + 1) echo "Cancel pressed." + exit 1 + ;; + esac +fi +fi + +/bin/rm -f ${WRKSRC}/subdirs +/usr/bin/grep "^[^@].*/en/.*" ${CURDIR}/pkg-plist > ${PLIST} +/usr/bin/grep "^@.*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}.dirs + +while [ "$1" ]; do + a=`echo -n $1 | /usr/bin/sed -e 's#\"##g'` + echo $a >> ${WRKSRC}/subdirs + /usr/bin/grep "^[^@].*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^[^@].*-$a\$" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^@.*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST}.dirs + shift +done + +/bin/cat ${PLIST}.dirs >> ${PLIST} diff --git a/misc/kde3-i18n-xh/Makefile b/misc/kde3-i18n-xh/Makefile index 55d6f1ea7887..893cd73b4beb 100644 --- a/misc/kde3-i18n-xh/Makefile +++ b/misc/kde3-i18n-xh/Makefile @@ -21,4 +21,10 @@ USE_GMAKE= yes GNU_CONFIGURE= yes +PLIST= ${WRKDIR}/PLIST +SCRIPTS_ENV+= PLIST=${PLIST} + +pre-configure: + @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure + .include <bsd.port.mk> diff --git a/misc/kde3-i18n-xh/scripts/Configure b/misc/kde3-i18n-xh/scripts/Configure new file mode 100644 index 000000000000..3d8958d60472 --- /dev/null +++ b/misc/kde3-i18n-xh/scripts/Configure @@ -0,0 +1,81 @@ +#! /bin/sh +# $FreeBSD$ + +/bin/rm -f ${PLIST} ${PLIST}.dirs + +if [ "${BATCH}" ]; then + set \"ca\" \"cs\" \"da\" \"de\" \"el\" \"eo\" \"es\" \"et\" \"fi\" \"fr\" \"he\" \"hu\" \"ja\" \"is\" \"ko\" \"it\" \"nl\" \"no\" \"no_NY\" \"pl\" \"pt\" \"pt_BR\" \"ro\" \"ru\" \"sk\" \"sl\" \"sr\" \"sv\" \"tr\" \"uk\" \"zh_CN.GB2312\" \"zh_TW.Big5\" +else +if [ "${LINGUAS}" ]; then + set `echo $LINGUAS` +else + /usr/bin/dialog --title "Select languages" --clear \ + --checklist "\n\ +Please select desired languages:" -1 -1 16 \ +ca "Canada" OFF \ +cs "Czech" OFF \ +da "Danish" OFF \ +de "German" ON \ +el "Greek" OFF \ +eo "Esperanto" OFF \ +es "Spanish" OFF \ +et "Estonian" OFF \ +fi "Finnish" ON \ +fr "French" ON \ +he "Hebrew" OFF \ +hu "Hungarian" OFF \ +ja "Japanese" ON \ +is "Icelandic" OFF \ +ko "Korean" ON \ +it "Italian" OFF \ +nl "Dutch" OFF \ +no "Norwegian (Bokmaal)" OFF \ +no_NY "Norwegian (Nynorsk)" OFF \ +pl "Polish" OFF \ +pt "Portuguese" OFF \ +pt_BR "Brazil portuguese" OFF \ +ro "Romanian" OFF \ +ru "Russian" ON \ +sk "Slovak" OFF \ +sl "Slovenian" OFF \ +sr "Serbian" OFF \ +sv "Swedish" OFF \ +tr "Turkish" OFF \ +uk "Ukrainian" OFF \ +zh_CN.GB2312 "Simplified Chinese" ON \ +zh_TW.Big5 "Chinese" ON \ +2> /tmp/chklist.tmp.$$ + + retval=$? + + if [ -s /tmp/chklist.tmp.$$ ]; then + set `cat /tmp/chklist.tmp.$$` + fi + rm -f /tmp/chklist.tmp.$$ + + case $retval in + 0) if [ -z "$*" ]; then + echo "Nothing selected" + fi + ;; + 1) echo "Cancel pressed." + exit 1 + ;; + esac +fi +fi + +/bin/rm -f ${WRKSRC}/subdirs +/usr/bin/grep "^[^@].*/en/.*" ${CURDIR}/pkg-plist > ${PLIST} +/usr/bin/grep "^@.*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}.dirs + +while [ "$1" ]; do + a=`echo -n $1 | /usr/bin/sed -e 's#\"##g'` + echo $a >> ${WRKSRC}/subdirs + /usr/bin/grep "^[^@].*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^[^@].*-$a\$" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^@.*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST}.dirs + shift +done + +/bin/cat ${PLIST}.dirs >> ${PLIST} diff --git a/misc/kde3-i18n-zu/Makefile b/misc/kde3-i18n-zu/Makefile index 55d6f1ea7887..893cd73b4beb 100644 --- a/misc/kde3-i18n-zu/Makefile +++ b/misc/kde3-i18n-zu/Makefile @@ -21,4 +21,10 @@ USE_GMAKE= yes GNU_CONFIGURE= yes +PLIST= ${WRKDIR}/PLIST +SCRIPTS_ENV+= PLIST=${PLIST} + +pre-configure: + @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure + .include <bsd.port.mk> diff --git a/misc/kde3-i18n-zu/scripts/Configure b/misc/kde3-i18n-zu/scripts/Configure new file mode 100644 index 000000000000..3d8958d60472 --- /dev/null +++ b/misc/kde3-i18n-zu/scripts/Configure @@ -0,0 +1,81 @@ +#! /bin/sh +# $FreeBSD$ + +/bin/rm -f ${PLIST} ${PLIST}.dirs + +if [ "${BATCH}" ]; then + set \"ca\" \"cs\" \"da\" \"de\" \"el\" \"eo\" \"es\" \"et\" \"fi\" \"fr\" \"he\" \"hu\" \"ja\" \"is\" \"ko\" \"it\" \"nl\" \"no\" \"no_NY\" \"pl\" \"pt\" \"pt_BR\" \"ro\" \"ru\" \"sk\" \"sl\" \"sr\" \"sv\" \"tr\" \"uk\" \"zh_CN.GB2312\" \"zh_TW.Big5\" +else +if [ "${LINGUAS}" ]; then + set `echo $LINGUAS` +else + /usr/bin/dialog --title "Select languages" --clear \ + --checklist "\n\ +Please select desired languages:" -1 -1 16 \ +ca "Canada" OFF \ +cs "Czech" OFF \ +da "Danish" OFF \ +de "German" ON \ +el "Greek" OFF \ +eo "Esperanto" OFF \ +es "Spanish" OFF \ +et "Estonian" OFF \ +fi "Finnish" ON \ +fr "French" ON \ +he "Hebrew" OFF \ +hu "Hungarian" OFF \ +ja "Japanese" ON \ +is "Icelandic" OFF \ +ko "Korean" ON \ +it "Italian" OFF \ +nl "Dutch" OFF \ +no "Norwegian (Bokmaal)" OFF \ +no_NY "Norwegian (Nynorsk)" OFF \ +pl "Polish" OFF \ +pt "Portuguese" OFF \ +pt_BR "Brazil portuguese" OFF \ +ro "Romanian" OFF \ +ru "Russian" ON \ +sk "Slovak" OFF \ +sl "Slovenian" OFF \ +sr "Serbian" OFF \ +sv "Swedish" OFF \ +tr "Turkish" OFF \ +uk "Ukrainian" OFF \ +zh_CN.GB2312 "Simplified Chinese" ON \ +zh_TW.Big5 "Chinese" ON \ +2> /tmp/chklist.tmp.$$ + + retval=$? + + if [ -s /tmp/chklist.tmp.$$ ]; then + set `cat /tmp/chklist.tmp.$$` + fi + rm -f /tmp/chklist.tmp.$$ + + case $retval in + 0) if [ -z "$*" ]; then + echo "Nothing selected" + fi + ;; + 1) echo "Cancel pressed." + exit 1 + ;; + esac +fi +fi + +/bin/rm -f ${WRKSRC}/subdirs +/usr/bin/grep "^[^@].*/en/.*" ${CURDIR}/pkg-plist > ${PLIST} +/usr/bin/grep "^@.*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}.dirs + +while [ "$1" ]; do + a=`echo -n $1 | /usr/bin/sed -e 's#\"##g'` + echo $a >> ${WRKSRC}/subdirs + /usr/bin/grep "^[^@].*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^[^@].*-$a\$" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^@.*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST}.dirs + shift +done + +/bin/cat ${PLIST}.dirs >> ${PLIST} diff --git a/misc/kde3-i18n/Makefile b/misc/kde3-i18n/Makefile index 55d6f1ea7887..893cd73b4beb 100644 --- a/misc/kde3-i18n/Makefile +++ b/misc/kde3-i18n/Makefile @@ -21,4 +21,10 @@ USE_GMAKE= yes GNU_CONFIGURE= yes +PLIST= ${WRKDIR}/PLIST +SCRIPTS_ENV+= PLIST=${PLIST} + +pre-configure: + @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure + .include <bsd.port.mk> diff --git a/misc/kde3-i18n/scripts/Configure b/misc/kde3-i18n/scripts/Configure new file mode 100644 index 000000000000..3d8958d60472 --- /dev/null +++ b/misc/kde3-i18n/scripts/Configure @@ -0,0 +1,81 @@ +#! /bin/sh +# $FreeBSD$ + +/bin/rm -f ${PLIST} ${PLIST}.dirs + +if [ "${BATCH}" ]; then + set \"ca\" \"cs\" \"da\" \"de\" \"el\" \"eo\" \"es\" \"et\" \"fi\" \"fr\" \"he\" \"hu\" \"ja\" \"is\" \"ko\" \"it\" \"nl\" \"no\" \"no_NY\" \"pl\" \"pt\" \"pt_BR\" \"ro\" \"ru\" \"sk\" \"sl\" \"sr\" \"sv\" \"tr\" \"uk\" \"zh_CN.GB2312\" \"zh_TW.Big5\" +else +if [ "${LINGUAS}" ]; then + set `echo $LINGUAS` +else + /usr/bin/dialog --title "Select languages" --clear \ + --checklist "\n\ +Please select desired languages:" -1 -1 16 \ +ca "Canada" OFF \ +cs "Czech" OFF \ +da "Danish" OFF \ +de "German" ON \ +el "Greek" OFF \ +eo "Esperanto" OFF \ +es "Spanish" OFF \ +et "Estonian" OFF \ +fi "Finnish" ON \ +fr "French" ON \ +he "Hebrew" OFF \ +hu "Hungarian" OFF \ +ja "Japanese" ON \ +is "Icelandic" OFF \ +ko "Korean" ON \ +it "Italian" OFF \ +nl "Dutch" OFF \ +no "Norwegian (Bokmaal)" OFF \ +no_NY "Norwegian (Nynorsk)" OFF \ +pl "Polish" OFF \ +pt "Portuguese" OFF \ +pt_BR "Brazil portuguese" OFF \ +ro "Romanian" OFF \ +ru "Russian" ON \ +sk "Slovak" OFF \ +sl "Slovenian" OFF \ +sr "Serbian" OFF \ +sv "Swedish" OFF \ +tr "Turkish" OFF \ +uk "Ukrainian" OFF \ +zh_CN.GB2312 "Simplified Chinese" ON \ +zh_TW.Big5 "Chinese" ON \ +2> /tmp/chklist.tmp.$$ + + retval=$? + + if [ -s /tmp/chklist.tmp.$$ ]; then + set `cat /tmp/chklist.tmp.$$` + fi + rm -f /tmp/chklist.tmp.$$ + + case $retval in + 0) if [ -z "$*" ]; then + echo "Nothing selected" + fi + ;; + 1) echo "Cancel pressed." + exit 1 + ;; + esac +fi +fi + +/bin/rm -f ${WRKSRC}/subdirs +/usr/bin/grep "^[^@].*/en/.*" ${CURDIR}/pkg-plist > ${PLIST} +/usr/bin/grep "^@.*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}.dirs + +while [ "$1" ]; do + a=`echo -n $1 | /usr/bin/sed -e 's#\"##g'` + echo $a >> ${WRKSRC}/subdirs + /usr/bin/grep "^[^@].*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^[^@].*-$a\$" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^@.*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST}.dirs + shift +done + +/bin/cat ${PLIST}.dirs >> ${PLIST} diff --git a/misc/kde4-i18n-is/Makefile b/misc/kde4-i18n-is/Makefile index 55d6f1ea7887..893cd73b4beb 100644 --- a/misc/kde4-i18n-is/Makefile +++ b/misc/kde4-i18n-is/Makefile @@ -21,4 +21,10 @@ USE_GMAKE= yes GNU_CONFIGURE= yes +PLIST= ${WRKDIR}/PLIST +SCRIPTS_ENV+= PLIST=${PLIST} + +pre-configure: + @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure + .include <bsd.port.mk> diff --git a/misc/kde4-i18n-is/scripts/Configure b/misc/kde4-i18n-is/scripts/Configure new file mode 100644 index 000000000000..3d8958d60472 --- /dev/null +++ b/misc/kde4-i18n-is/scripts/Configure @@ -0,0 +1,81 @@ +#! /bin/sh +# $FreeBSD$ + +/bin/rm -f ${PLIST} ${PLIST}.dirs + +if [ "${BATCH}" ]; then + set \"ca\" \"cs\" \"da\" \"de\" \"el\" \"eo\" \"es\" \"et\" \"fi\" \"fr\" \"he\" \"hu\" \"ja\" \"is\" \"ko\" \"it\" \"nl\" \"no\" \"no_NY\" \"pl\" \"pt\" \"pt_BR\" \"ro\" \"ru\" \"sk\" \"sl\" \"sr\" \"sv\" \"tr\" \"uk\" \"zh_CN.GB2312\" \"zh_TW.Big5\" +else +if [ "${LINGUAS}" ]; then + set `echo $LINGUAS` +else + /usr/bin/dialog --title "Select languages" --clear \ + --checklist "\n\ +Please select desired languages:" -1 -1 16 \ +ca "Canada" OFF \ +cs "Czech" OFF \ +da "Danish" OFF \ +de "German" ON \ +el "Greek" OFF \ +eo "Esperanto" OFF \ +es "Spanish" OFF \ +et "Estonian" OFF \ +fi "Finnish" ON \ +fr "French" ON \ +he "Hebrew" OFF \ +hu "Hungarian" OFF \ +ja "Japanese" ON \ +is "Icelandic" OFF \ +ko "Korean" ON \ +it "Italian" OFF \ +nl "Dutch" OFF \ +no "Norwegian (Bokmaal)" OFF \ +no_NY "Norwegian (Nynorsk)" OFF \ +pl "Polish" OFF \ +pt "Portuguese" OFF \ +pt_BR "Brazil portuguese" OFF \ +ro "Romanian" OFF \ +ru "Russian" ON \ +sk "Slovak" OFF \ +sl "Slovenian" OFF \ +sr "Serbian" OFF \ +sv "Swedish" OFF \ +tr "Turkish" OFF \ +uk "Ukrainian" OFF \ +zh_CN.GB2312 "Simplified Chinese" ON \ +zh_TW.Big5 "Chinese" ON \ +2> /tmp/chklist.tmp.$$ + + retval=$? + + if [ -s /tmp/chklist.tmp.$$ ]; then + set `cat /tmp/chklist.tmp.$$` + fi + rm -f /tmp/chklist.tmp.$$ + + case $retval in + 0) if [ -z "$*" ]; then + echo "Nothing selected" + fi + ;; + 1) echo "Cancel pressed." + exit 1 + ;; + esac +fi +fi + +/bin/rm -f ${WRKSRC}/subdirs +/usr/bin/grep "^[^@].*/en/.*" ${CURDIR}/pkg-plist > ${PLIST} +/usr/bin/grep "^@.*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}.dirs + +while [ "$1" ]; do + a=`echo -n $1 | /usr/bin/sed -e 's#\"##g'` + echo $a >> ${WRKSRC}/subdirs + /usr/bin/grep "^[^@].*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^[^@].*-$a\$" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^@.*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST}.dirs + shift +done + +/bin/cat ${PLIST}.dirs >> ${PLIST} diff --git a/misc/kde4-l10n-bg/Makefile b/misc/kde4-l10n-bg/Makefile index 55d6f1ea7887..893cd73b4beb 100644 --- a/misc/kde4-l10n-bg/Makefile +++ b/misc/kde4-l10n-bg/Makefile @@ -21,4 +21,10 @@ USE_GMAKE= yes GNU_CONFIGURE= yes +PLIST= ${WRKDIR}/PLIST +SCRIPTS_ENV+= PLIST=${PLIST} + +pre-configure: + @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure + .include <bsd.port.mk> diff --git a/misc/kde4-l10n-bg/scripts/Configure b/misc/kde4-l10n-bg/scripts/Configure new file mode 100644 index 000000000000..3d8958d60472 --- /dev/null +++ b/misc/kde4-l10n-bg/scripts/Configure @@ -0,0 +1,81 @@ +#! /bin/sh +# $FreeBSD$ + +/bin/rm -f ${PLIST} ${PLIST}.dirs + +if [ "${BATCH}" ]; then + set \"ca\" \"cs\" \"da\" \"de\" \"el\" \"eo\" \"es\" \"et\" \"fi\" \"fr\" \"he\" \"hu\" \"ja\" \"is\" \"ko\" \"it\" \"nl\" \"no\" \"no_NY\" \"pl\" \"pt\" \"pt_BR\" \"ro\" \"ru\" \"sk\" \"sl\" \"sr\" \"sv\" \"tr\" \"uk\" \"zh_CN.GB2312\" \"zh_TW.Big5\" +else +if [ "${LINGUAS}" ]; then + set `echo $LINGUAS` +else + /usr/bin/dialog --title "Select languages" --clear \ + --checklist "\n\ +Please select desired languages:" -1 -1 16 \ +ca "Canada" OFF \ +cs "Czech" OFF \ +da "Danish" OFF \ +de "German" ON \ +el "Greek" OFF \ +eo "Esperanto" OFF \ +es "Spanish" OFF \ +et "Estonian" OFF \ +fi "Finnish" ON \ +fr "French" ON \ +he "Hebrew" OFF \ +hu "Hungarian" OFF \ +ja "Japanese" ON \ +is "Icelandic" OFF \ +ko "Korean" ON \ +it "Italian" OFF \ +nl "Dutch" OFF \ +no "Norwegian (Bokmaal)" OFF \ +no_NY "Norwegian (Nynorsk)" OFF \ +pl "Polish" OFF \ +pt "Portuguese" OFF \ +pt_BR "Brazil portuguese" OFF \ +ro "Romanian" OFF \ +ru "Russian" ON \ +sk "Slovak" OFF \ +sl "Slovenian" OFF \ +sr "Serbian" OFF \ +sv "Swedish" OFF \ +tr "Turkish" OFF \ +uk "Ukrainian" OFF \ +zh_CN.GB2312 "Simplified Chinese" ON \ +zh_TW.Big5 "Chinese" ON \ +2> /tmp/chklist.tmp.$$ + + retval=$? + + if [ -s /tmp/chklist.tmp.$$ ]; then + set `cat /tmp/chklist.tmp.$$` + fi + rm -f /tmp/chklist.tmp.$$ + + case $retval in + 0) if [ -z "$*" ]; then + echo "Nothing selected" + fi + ;; + 1) echo "Cancel pressed." + exit 1 + ;; + esac +fi +fi + +/bin/rm -f ${WRKSRC}/subdirs +/usr/bin/grep "^[^@].*/en/.*" ${CURDIR}/pkg-plist > ${PLIST} +/usr/bin/grep "^@.*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}.dirs + +while [ "$1" ]; do + a=`echo -n $1 | /usr/bin/sed -e 's#\"##g'` + echo $a >> ${WRKSRC}/subdirs + /usr/bin/grep "^[^@].*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^[^@].*-$a\$" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^@.*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST}.dirs + shift +done + +/bin/cat ${PLIST}.dirs >> ${PLIST} diff --git a/misc/kde4-l10n-ca/Makefile b/misc/kde4-l10n-ca/Makefile index 55d6f1ea7887..893cd73b4beb 100644 --- a/misc/kde4-l10n-ca/Makefile +++ b/misc/kde4-l10n-ca/Makefile @@ -21,4 +21,10 @@ USE_GMAKE= yes GNU_CONFIGURE= yes +PLIST= ${WRKDIR}/PLIST +SCRIPTS_ENV+= PLIST=${PLIST} + +pre-configure: + @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure + .include <bsd.port.mk> diff --git a/misc/kde4-l10n-ca/scripts/Configure b/misc/kde4-l10n-ca/scripts/Configure new file mode 100644 index 000000000000..3d8958d60472 --- /dev/null +++ b/misc/kde4-l10n-ca/scripts/Configure @@ -0,0 +1,81 @@ +#! /bin/sh +# $FreeBSD$ + +/bin/rm -f ${PLIST} ${PLIST}.dirs + +if [ "${BATCH}" ]; then + set \"ca\" \"cs\" \"da\" \"de\" \"el\" \"eo\" \"es\" \"et\" \"fi\" \"fr\" \"he\" \"hu\" \"ja\" \"is\" \"ko\" \"it\" \"nl\" \"no\" \"no_NY\" \"pl\" \"pt\" \"pt_BR\" \"ro\" \"ru\" \"sk\" \"sl\" \"sr\" \"sv\" \"tr\" \"uk\" \"zh_CN.GB2312\" \"zh_TW.Big5\" +else +if [ "${LINGUAS}" ]; then + set `echo $LINGUAS` +else + /usr/bin/dialog --title "Select languages" --clear \ + --checklist "\n\ +Please select desired languages:" -1 -1 16 \ +ca "Canada" OFF \ +cs "Czech" OFF \ +da "Danish" OFF \ +de "German" ON \ +el "Greek" OFF \ +eo "Esperanto" OFF \ +es "Spanish" OFF \ +et "Estonian" OFF \ +fi "Finnish" ON \ +fr "French" ON \ +he "Hebrew" OFF \ +hu "Hungarian" OFF \ +ja "Japanese" ON \ +is "Icelandic" OFF \ +ko "Korean" ON \ +it "Italian" OFF \ +nl "Dutch" OFF \ +no "Norwegian (Bokmaal)" OFF \ +no_NY "Norwegian (Nynorsk)" OFF \ +pl "Polish" OFF \ +pt "Portuguese" OFF \ +pt_BR "Brazil portuguese" OFF \ +ro "Romanian" OFF \ +ru "Russian" ON \ +sk "Slovak" OFF \ +sl "Slovenian" OFF \ +sr "Serbian" OFF \ +sv "Swedish" OFF \ +tr "Turkish" OFF \ +uk "Ukrainian" OFF \ +zh_CN.GB2312 "Simplified Chinese" ON \ +zh_TW.Big5 "Chinese" ON \ +2> /tmp/chklist.tmp.$$ + + retval=$? + + if [ -s /tmp/chklist.tmp.$$ ]; then + set `cat /tmp/chklist.tmp.$$` + fi + rm -f /tmp/chklist.tmp.$$ + + case $retval in + 0) if [ -z "$*" ]; then + echo "Nothing selected" + fi + ;; + 1) echo "Cancel pressed." + exit 1 + ;; + esac +fi +fi + +/bin/rm -f ${WRKSRC}/subdirs +/usr/bin/grep "^[^@].*/en/.*" ${CURDIR}/pkg-plist > ${PLIST} +/usr/bin/grep "^@.*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}.dirs + +while [ "$1" ]; do + a=`echo -n $1 | /usr/bin/sed -e 's#\"##g'` + echo $a >> ${WRKSRC}/subdirs + /usr/bin/grep "^[^@].*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^[^@].*-$a\$" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^@.*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST}.dirs + shift +done + +/bin/cat ${PLIST}.dirs >> ${PLIST} diff --git a/misc/kde4-l10n-cs/Makefile b/misc/kde4-l10n-cs/Makefile index 55d6f1ea7887..893cd73b4beb 100644 --- a/misc/kde4-l10n-cs/Makefile +++ b/misc/kde4-l10n-cs/Makefile @@ -21,4 +21,10 @@ USE_GMAKE= yes GNU_CONFIGURE= yes +PLIST= ${WRKDIR}/PLIST +SCRIPTS_ENV+= PLIST=${PLIST} + +pre-configure: + @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure + .include <bsd.port.mk> diff --git a/misc/kde4-l10n-cs/scripts/Configure b/misc/kde4-l10n-cs/scripts/Configure new file mode 100644 index 000000000000..3d8958d60472 --- /dev/null +++ b/misc/kde4-l10n-cs/scripts/Configure @@ -0,0 +1,81 @@ +#! /bin/sh +# $FreeBSD$ + +/bin/rm -f ${PLIST} ${PLIST}.dirs + +if [ "${BATCH}" ]; then + set \"ca\" \"cs\" \"da\" \"de\" \"el\" \"eo\" \"es\" \"et\" \"fi\" \"fr\" \"he\" \"hu\" \"ja\" \"is\" \"ko\" \"it\" \"nl\" \"no\" \"no_NY\" \"pl\" \"pt\" \"pt_BR\" \"ro\" \"ru\" \"sk\" \"sl\" \"sr\" \"sv\" \"tr\" \"uk\" \"zh_CN.GB2312\" \"zh_TW.Big5\" +else +if [ "${LINGUAS}" ]; then + set `echo $LINGUAS` +else + /usr/bin/dialog --title "Select languages" --clear \ + --checklist "\n\ +Please select desired languages:" -1 -1 16 \ +ca "Canada" OFF \ +cs "Czech" OFF \ +da "Danish" OFF \ +de "German" ON \ +el "Greek" OFF \ +eo "Esperanto" OFF \ +es "Spanish" OFF \ +et "Estonian" OFF \ +fi "Finnish" ON \ +fr "French" ON \ +he "Hebrew" OFF \ +hu "Hungarian" OFF \ +ja "Japanese" ON \ +is "Icelandic" OFF \ +ko "Korean" ON \ +it "Italian" OFF \ +nl "Dutch" OFF \ +no "Norwegian (Bokmaal)" OFF \ +no_NY "Norwegian (Nynorsk)" OFF \ +pl "Polish" OFF \ +pt "Portuguese" OFF \ +pt_BR "Brazil portuguese" OFF \ +ro "Romanian" OFF \ +ru "Russian" ON \ +sk "Slovak" OFF \ +sl "Slovenian" OFF \ +sr "Serbian" OFF \ +sv "Swedish" OFF \ +tr "Turkish" OFF \ +uk "Ukrainian" OFF \ +zh_CN.GB2312 "Simplified Chinese" ON \ +zh_TW.Big5 "Chinese" ON \ +2> /tmp/chklist.tmp.$$ + + retval=$? + + if [ -s /tmp/chklist.tmp.$$ ]; then + set `cat /tmp/chklist.tmp.$$` + fi + rm -f /tmp/chklist.tmp.$$ + + case $retval in + 0) if [ -z "$*" ]; then + echo "Nothing selected" + fi + ;; + 1) echo "Cancel pressed." + exit 1 + ;; + esac +fi +fi + +/bin/rm -f ${WRKSRC}/subdirs +/usr/bin/grep "^[^@].*/en/.*" ${CURDIR}/pkg-plist > ${PLIST} +/usr/bin/grep "^@.*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}.dirs + +while [ "$1" ]; do + a=`echo -n $1 | /usr/bin/sed -e 's#\"##g'` + echo $a >> ${WRKSRC}/subdirs + /usr/bin/grep "^[^@].*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^[^@].*-$a\$" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^@.*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST}.dirs + shift +done + +/bin/cat ${PLIST}.dirs >> ${PLIST} diff --git a/misc/kde4-l10n-da/Makefile b/misc/kde4-l10n-da/Makefile index 55d6f1ea7887..893cd73b4beb 100644 --- a/misc/kde4-l10n-da/Makefile +++ b/misc/kde4-l10n-da/Makefile @@ -21,4 +21,10 @@ USE_GMAKE= yes GNU_CONFIGURE= yes +PLIST= ${WRKDIR}/PLIST +SCRIPTS_ENV+= PLIST=${PLIST} + +pre-configure: + @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure + .include <bsd.port.mk> diff --git a/misc/kde4-l10n-da/scripts/Configure b/misc/kde4-l10n-da/scripts/Configure new file mode 100644 index 000000000000..3d8958d60472 --- /dev/null +++ b/misc/kde4-l10n-da/scripts/Configure @@ -0,0 +1,81 @@ +#! /bin/sh +# $FreeBSD$ + +/bin/rm -f ${PLIST} ${PLIST}.dirs + +if [ "${BATCH}" ]; then + set \"ca\" \"cs\" \"da\" \"de\" \"el\" \"eo\" \"es\" \"et\" \"fi\" \"fr\" \"he\" \"hu\" \"ja\" \"is\" \"ko\" \"it\" \"nl\" \"no\" \"no_NY\" \"pl\" \"pt\" \"pt_BR\" \"ro\" \"ru\" \"sk\" \"sl\" \"sr\" \"sv\" \"tr\" \"uk\" \"zh_CN.GB2312\" \"zh_TW.Big5\" +else +if [ "${LINGUAS}" ]; then + set `echo $LINGUAS` +else + /usr/bin/dialog --title "Select languages" --clear \ + --checklist "\n\ +Please select desired languages:" -1 -1 16 \ +ca "Canada" OFF \ +cs "Czech" OFF \ +da "Danish" OFF \ +de "German" ON \ +el "Greek" OFF \ +eo "Esperanto" OFF \ +es "Spanish" OFF \ +et "Estonian" OFF \ +fi "Finnish" ON \ +fr "French" ON \ +he "Hebrew" OFF \ +hu "Hungarian" OFF \ +ja "Japanese" ON \ +is "Icelandic" OFF \ +ko "Korean" ON \ +it "Italian" OFF \ +nl "Dutch" OFF \ +no "Norwegian (Bokmaal)" OFF \ +no_NY "Norwegian (Nynorsk)" OFF \ +pl "Polish" OFF \ +pt "Portuguese" OFF \ +pt_BR "Brazil portuguese" OFF \ +ro "Romanian" OFF \ +ru "Russian" ON \ +sk "Slovak" OFF \ +sl "Slovenian" OFF \ +sr "Serbian" OFF \ +sv "Swedish" OFF \ +tr "Turkish" OFF \ +uk "Ukrainian" OFF \ +zh_CN.GB2312 "Simplified Chinese" ON \ +zh_TW.Big5 "Chinese" ON \ +2> /tmp/chklist.tmp.$$ + + retval=$? + + if [ -s /tmp/chklist.tmp.$$ ]; then + set `cat /tmp/chklist.tmp.$$` + fi + rm -f /tmp/chklist.tmp.$$ + + case $retval in + 0) if [ -z "$*" ]; then + echo "Nothing selected" + fi + ;; + 1) echo "Cancel pressed." + exit 1 + ;; + esac +fi +fi + +/bin/rm -f ${WRKSRC}/subdirs +/usr/bin/grep "^[^@].*/en/.*" ${CURDIR}/pkg-plist > ${PLIST} +/usr/bin/grep "^@.*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}.dirs + +while [ "$1" ]; do + a=`echo -n $1 | /usr/bin/sed -e 's#\"##g'` + echo $a >> ${WRKSRC}/subdirs + /usr/bin/grep "^[^@].*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^[^@].*-$a\$" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^@.*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST}.dirs + shift +done + +/bin/cat ${PLIST}.dirs >> ${PLIST} diff --git a/misc/kde4-l10n-el/Makefile b/misc/kde4-l10n-el/Makefile index 55d6f1ea7887..893cd73b4beb 100644 --- a/misc/kde4-l10n-el/Makefile +++ b/misc/kde4-l10n-el/Makefile @@ -21,4 +21,10 @@ USE_GMAKE= yes GNU_CONFIGURE= yes +PLIST= ${WRKDIR}/PLIST +SCRIPTS_ENV+= PLIST=${PLIST} + +pre-configure: + @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure + .include <bsd.port.mk> diff --git a/misc/kde4-l10n-el/scripts/Configure b/misc/kde4-l10n-el/scripts/Configure new file mode 100644 index 000000000000..3d8958d60472 --- /dev/null +++ b/misc/kde4-l10n-el/scripts/Configure @@ -0,0 +1,81 @@ +#! /bin/sh +# $FreeBSD$ + +/bin/rm -f ${PLIST} ${PLIST}.dirs + +if [ "${BATCH}" ]; then + set \"ca\" \"cs\" \"da\" \"de\" \"el\" \"eo\" \"es\" \"et\" \"fi\" \"fr\" \"he\" \"hu\" \"ja\" \"is\" \"ko\" \"it\" \"nl\" \"no\" \"no_NY\" \"pl\" \"pt\" \"pt_BR\" \"ro\" \"ru\" \"sk\" \"sl\" \"sr\" \"sv\" \"tr\" \"uk\" \"zh_CN.GB2312\" \"zh_TW.Big5\" +else +if [ "${LINGUAS}" ]; then + set `echo $LINGUAS` +else + /usr/bin/dialog --title "Select languages" --clear \ + --checklist "\n\ +Please select desired languages:" -1 -1 16 \ +ca "Canada" OFF \ +cs "Czech" OFF \ +da "Danish" OFF \ +de "German" ON \ +el "Greek" OFF \ +eo "Esperanto" OFF \ +es "Spanish" OFF \ +et "Estonian" OFF \ +fi "Finnish" ON \ +fr "French" ON \ +he "Hebrew" OFF \ +hu "Hungarian" OFF \ +ja "Japanese" ON \ +is "Icelandic" OFF \ +ko "Korean" ON \ +it "Italian" OFF \ +nl "Dutch" OFF \ +no "Norwegian (Bokmaal)" OFF \ +no_NY "Norwegian (Nynorsk)" OFF \ +pl "Polish" OFF \ +pt "Portuguese" OFF \ +pt_BR "Brazil portuguese" OFF \ +ro "Romanian" OFF \ +ru "Russian" ON \ +sk "Slovak" OFF \ +sl "Slovenian" OFF \ +sr "Serbian" OFF \ +sv "Swedish" OFF \ +tr "Turkish" OFF \ +uk "Ukrainian" OFF \ +zh_CN.GB2312 "Simplified Chinese" ON \ +zh_TW.Big5 "Chinese" ON \ +2> /tmp/chklist.tmp.$$ + + retval=$? + + if [ -s /tmp/chklist.tmp.$$ ]; then + set `cat /tmp/chklist.tmp.$$` + fi + rm -f /tmp/chklist.tmp.$$ + + case $retval in + 0) if [ -z "$*" ]; then + echo "Nothing selected" + fi + ;; + 1) echo "Cancel pressed." + exit 1 + ;; + esac +fi +fi + +/bin/rm -f ${WRKSRC}/subdirs +/usr/bin/grep "^[^@].*/en/.*" ${CURDIR}/pkg-plist > ${PLIST} +/usr/bin/grep "^@.*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}.dirs + +while [ "$1" ]; do + a=`echo -n $1 | /usr/bin/sed -e 's#\"##g'` + echo $a >> ${WRKSRC}/subdirs + /usr/bin/grep "^[^@].*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^[^@].*-$a\$" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^@.*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST}.dirs + shift +done + +/bin/cat ${PLIST}.dirs >> ${PLIST} diff --git a/misc/kde4-l10n-en_GB/Makefile b/misc/kde4-l10n-en_GB/Makefile index 55d6f1ea7887..893cd73b4beb 100644 --- a/misc/kde4-l10n-en_GB/Makefile +++ b/misc/kde4-l10n-en_GB/Makefile @@ -21,4 +21,10 @@ USE_GMAKE= yes GNU_CONFIGURE= yes +PLIST= ${WRKDIR}/PLIST +SCRIPTS_ENV+= PLIST=${PLIST} + +pre-configure: + @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure + .include <bsd.port.mk> diff --git a/misc/kde4-l10n-en_GB/scripts/Configure b/misc/kde4-l10n-en_GB/scripts/Configure new file mode 100644 index 000000000000..3d8958d60472 --- /dev/null +++ b/misc/kde4-l10n-en_GB/scripts/Configure @@ -0,0 +1,81 @@ +#! /bin/sh +# $FreeBSD$ + +/bin/rm -f ${PLIST} ${PLIST}.dirs + +if [ "${BATCH}" ]; then + set \"ca\" \"cs\" \"da\" \"de\" \"el\" \"eo\" \"es\" \"et\" \"fi\" \"fr\" \"he\" \"hu\" \"ja\" \"is\" \"ko\" \"it\" \"nl\" \"no\" \"no_NY\" \"pl\" \"pt\" \"pt_BR\" \"ro\" \"ru\" \"sk\" \"sl\" \"sr\" \"sv\" \"tr\" \"uk\" \"zh_CN.GB2312\" \"zh_TW.Big5\" +else +if [ "${LINGUAS}" ]; then + set `echo $LINGUAS` +else + /usr/bin/dialog --title "Select languages" --clear \ + --checklist "\n\ +Please select desired languages:" -1 -1 16 \ +ca "Canada" OFF \ +cs "Czech" OFF \ +da "Danish" OFF \ +de "German" ON \ +el "Greek" OFF \ +eo "Esperanto" OFF \ +es "Spanish" OFF \ +et "Estonian" OFF \ +fi "Finnish" ON \ +fr "French" ON \ +he "Hebrew" OFF \ +hu "Hungarian" OFF \ +ja "Japanese" ON \ +is "Icelandic" OFF \ +ko "Korean" ON \ +it "Italian" OFF \ +nl "Dutch" OFF \ +no "Norwegian (Bokmaal)" OFF \ +no_NY "Norwegian (Nynorsk)" OFF \ +pl "Polish" OFF \ +pt "Portuguese" OFF \ +pt_BR "Brazil portuguese" OFF \ +ro "Romanian" OFF \ +ru "Russian" ON \ +sk "Slovak" OFF \ +sl "Slovenian" OFF \ +sr "Serbian" OFF \ +sv "Swedish" OFF \ +tr "Turkish" OFF \ +uk "Ukrainian" OFF \ +zh_CN.GB2312 "Simplified Chinese" ON \ +zh_TW.Big5 "Chinese" ON \ +2> /tmp/chklist.tmp.$$ + + retval=$? + + if [ -s /tmp/chklist.tmp.$$ ]; then + set `cat /tmp/chklist.tmp.$$` + fi + rm -f /tmp/chklist.tmp.$$ + + case $retval in + 0) if [ -z "$*" ]; then + echo "Nothing selected" + fi + ;; + 1) echo "Cancel pressed." + exit 1 + ;; + esac +fi +fi + +/bin/rm -f ${WRKSRC}/subdirs +/usr/bin/grep "^[^@].*/en/.*" ${CURDIR}/pkg-plist > ${PLIST} +/usr/bin/grep "^@.*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}.dirs + +while [ "$1" ]; do + a=`echo -n $1 | /usr/bin/sed -e 's#\"##g'` + echo $a >> ${WRKSRC}/subdirs + /usr/bin/grep "^[^@].*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^[^@].*-$a\$" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^@.*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST}.dirs + shift +done + +/bin/cat ${PLIST}.dirs >> ${PLIST} diff --git a/misc/kde4-l10n-eo/Makefile b/misc/kde4-l10n-eo/Makefile index 55d6f1ea7887..893cd73b4beb 100644 --- a/misc/kde4-l10n-eo/Makefile +++ b/misc/kde4-l10n-eo/Makefile @@ -21,4 +21,10 @@ USE_GMAKE= yes GNU_CONFIGURE= yes +PLIST= ${WRKDIR}/PLIST +SCRIPTS_ENV+= PLIST=${PLIST} + +pre-configure: + @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure + .include <bsd.port.mk> diff --git a/misc/kde4-l10n-eo/scripts/Configure b/misc/kde4-l10n-eo/scripts/Configure new file mode 100644 index 000000000000..3d8958d60472 --- /dev/null +++ b/misc/kde4-l10n-eo/scripts/Configure @@ -0,0 +1,81 @@ +#! /bin/sh +# $FreeBSD$ + +/bin/rm -f ${PLIST} ${PLIST}.dirs + +if [ "${BATCH}" ]; then + set \"ca\" \"cs\" \"da\" \"de\" \"el\" \"eo\" \"es\" \"et\" \"fi\" \"fr\" \"he\" \"hu\" \"ja\" \"is\" \"ko\" \"it\" \"nl\" \"no\" \"no_NY\" \"pl\" \"pt\" \"pt_BR\" \"ro\" \"ru\" \"sk\" \"sl\" \"sr\" \"sv\" \"tr\" \"uk\" \"zh_CN.GB2312\" \"zh_TW.Big5\" +else +if [ "${LINGUAS}" ]; then + set `echo $LINGUAS` +else + /usr/bin/dialog --title "Select languages" --clear \ + --checklist "\n\ +Please select desired languages:" -1 -1 16 \ +ca "Canada" OFF \ +cs "Czech" OFF \ +da "Danish" OFF \ +de "German" ON \ +el "Greek" OFF \ +eo "Esperanto" OFF \ +es "Spanish" OFF \ +et "Estonian" OFF \ +fi "Finnish" ON \ +fr "French" ON \ +he "Hebrew" OFF \ +hu "Hungarian" OFF \ +ja "Japanese" ON \ +is "Icelandic" OFF \ +ko "Korean" ON \ +it "Italian" OFF \ +nl "Dutch" OFF \ +no "Norwegian (Bokmaal)" OFF \ +no_NY "Norwegian (Nynorsk)" OFF \ +pl "Polish" OFF \ +pt "Portuguese" OFF \ +pt_BR "Brazil portuguese" OFF \ +ro "Romanian" OFF \ +ru "Russian" ON \ +sk "Slovak" OFF \ +sl "Slovenian" OFF \ +sr "Serbian" OFF \ +sv "Swedish" OFF \ +tr "Turkish" OFF \ +uk "Ukrainian" OFF \ +zh_CN.GB2312 "Simplified Chinese" ON \ +zh_TW.Big5 "Chinese" ON \ +2> /tmp/chklist.tmp.$$ + + retval=$? + + if [ -s /tmp/chklist.tmp.$$ ]; then + set `cat /tmp/chklist.tmp.$$` + fi + rm -f /tmp/chklist.tmp.$$ + + case $retval in + 0) if [ -z "$*" ]; then + echo "Nothing selected" + fi + ;; + 1) echo "Cancel pressed." + exit 1 + ;; + esac +fi +fi + +/bin/rm -f ${WRKSRC}/subdirs +/usr/bin/grep "^[^@].*/en/.*" ${CURDIR}/pkg-plist > ${PLIST} +/usr/bin/grep "^@.*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}.dirs + +while [ "$1" ]; do + a=`echo -n $1 | /usr/bin/sed -e 's#\"##g'` + echo $a >> ${WRKSRC}/subdirs + /usr/bin/grep "^[^@].*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^[^@].*-$a\$" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^@.*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST}.dirs + shift +done + +/bin/cat ${PLIST}.dirs >> ${PLIST} diff --git a/misc/kde4-l10n-es/Makefile b/misc/kde4-l10n-es/Makefile index 55d6f1ea7887..893cd73b4beb 100644 --- a/misc/kde4-l10n-es/Makefile +++ b/misc/kde4-l10n-es/Makefile @@ -21,4 +21,10 @@ USE_GMAKE= yes GNU_CONFIGURE= yes +PLIST= ${WRKDIR}/PLIST +SCRIPTS_ENV+= PLIST=${PLIST} + +pre-configure: + @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure + .include <bsd.port.mk> diff --git a/misc/kde4-l10n-es/scripts/Configure b/misc/kde4-l10n-es/scripts/Configure new file mode 100644 index 000000000000..3d8958d60472 --- /dev/null +++ b/misc/kde4-l10n-es/scripts/Configure @@ -0,0 +1,81 @@ +#! /bin/sh +# $FreeBSD$ + +/bin/rm -f ${PLIST} ${PLIST}.dirs + +if [ "${BATCH}" ]; then + set \"ca\" \"cs\" \"da\" \"de\" \"el\" \"eo\" \"es\" \"et\" \"fi\" \"fr\" \"he\" \"hu\" \"ja\" \"is\" \"ko\" \"it\" \"nl\" \"no\" \"no_NY\" \"pl\" \"pt\" \"pt_BR\" \"ro\" \"ru\" \"sk\" \"sl\" \"sr\" \"sv\" \"tr\" \"uk\" \"zh_CN.GB2312\" \"zh_TW.Big5\" +else +if [ "${LINGUAS}" ]; then + set `echo $LINGUAS` +else + /usr/bin/dialog --title "Select languages" --clear \ + --checklist "\n\ +Please select desired languages:" -1 -1 16 \ +ca "Canada" OFF \ +cs "Czech" OFF \ +da "Danish" OFF \ +de "German" ON \ +el "Greek" OFF \ +eo "Esperanto" OFF \ +es "Spanish" OFF \ +et "Estonian" OFF \ +fi "Finnish" ON \ +fr "French" ON \ +he "Hebrew" OFF \ +hu "Hungarian" OFF \ +ja "Japanese" ON \ +is "Icelandic" OFF \ +ko "Korean" ON \ +it "Italian" OFF \ +nl "Dutch" OFF \ +no "Norwegian (Bokmaal)" OFF \ +no_NY "Norwegian (Nynorsk)" OFF \ +pl "Polish" OFF \ +pt "Portuguese" OFF \ +pt_BR "Brazil portuguese" OFF \ +ro "Romanian" OFF \ +ru "Russian" ON \ +sk "Slovak" OFF \ +sl "Slovenian" OFF \ +sr "Serbian" OFF \ +sv "Swedish" OFF \ +tr "Turkish" OFF \ +uk "Ukrainian" OFF \ +zh_CN.GB2312 "Simplified Chinese" ON \ +zh_TW.Big5 "Chinese" ON \ +2> /tmp/chklist.tmp.$$ + + retval=$? + + if [ -s /tmp/chklist.tmp.$$ ]; then + set `cat /tmp/chklist.tmp.$$` + fi + rm -f /tmp/chklist.tmp.$$ + + case $retval in + 0) if [ -z "$*" ]; then + echo "Nothing selected" + fi + ;; + 1) echo "Cancel pressed." + exit 1 + ;; + esac +fi +fi + +/bin/rm -f ${WRKSRC}/subdirs +/usr/bin/grep "^[^@].*/en/.*" ${CURDIR}/pkg-plist > ${PLIST} +/usr/bin/grep "^@.*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}.dirs + +while [ "$1" ]; do + a=`echo -n $1 | /usr/bin/sed -e 's#\"##g'` + echo $a >> ${WRKSRC}/subdirs + /usr/bin/grep "^[^@].*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^[^@].*-$a\$" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^@.*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST}.dirs + shift +done + +/bin/cat ${PLIST}.dirs >> ${PLIST} diff --git a/misc/kde4-l10n-et/Makefile b/misc/kde4-l10n-et/Makefile index 55d6f1ea7887..893cd73b4beb 100644 --- a/misc/kde4-l10n-et/Makefile +++ b/misc/kde4-l10n-et/Makefile @@ -21,4 +21,10 @@ USE_GMAKE= yes GNU_CONFIGURE= yes +PLIST= ${WRKDIR}/PLIST +SCRIPTS_ENV+= PLIST=${PLIST} + +pre-configure: + @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure + .include <bsd.port.mk> diff --git a/misc/kde4-l10n-et/scripts/Configure b/misc/kde4-l10n-et/scripts/Configure new file mode 100644 index 000000000000..3d8958d60472 --- /dev/null +++ b/misc/kde4-l10n-et/scripts/Configure @@ -0,0 +1,81 @@ +#! /bin/sh +# $FreeBSD$ + +/bin/rm -f ${PLIST} ${PLIST}.dirs + +if [ "${BATCH}" ]; then + set \"ca\" \"cs\" \"da\" \"de\" \"el\" \"eo\" \"es\" \"et\" \"fi\" \"fr\" \"he\" \"hu\" \"ja\" \"is\" \"ko\" \"it\" \"nl\" \"no\" \"no_NY\" \"pl\" \"pt\" \"pt_BR\" \"ro\" \"ru\" \"sk\" \"sl\" \"sr\" \"sv\" \"tr\" \"uk\" \"zh_CN.GB2312\" \"zh_TW.Big5\" +else +if [ "${LINGUAS}" ]; then + set `echo $LINGUAS` +else + /usr/bin/dialog --title "Select languages" --clear \ + --checklist "\n\ +Please select desired languages:" -1 -1 16 \ +ca "Canada" OFF \ +cs "Czech" OFF \ +da "Danish" OFF \ +de "German" ON \ +el "Greek" OFF \ +eo "Esperanto" OFF \ +es "Spanish" OFF \ +et "Estonian" OFF \ +fi "Finnish" ON \ +fr "French" ON \ +he "Hebrew" OFF \ +hu "Hungarian" OFF \ +ja "Japanese" ON \ +is "Icelandic" OFF \ +ko "Korean" ON \ +it "Italian" OFF \ +nl "Dutch" OFF \ +no "Norwegian (Bokmaal)" OFF \ +no_NY "Norwegian (Nynorsk)" OFF \ +pl "Polish" OFF \ +pt "Portuguese" OFF \ +pt_BR "Brazil portuguese" OFF \ +ro "Romanian" OFF \ +ru "Russian" ON \ +sk "Slovak" OFF \ +sl "Slovenian" OFF \ +sr "Serbian" OFF \ +sv "Swedish" OFF \ +tr "Turkish" OFF \ +uk "Ukrainian" OFF \ +zh_CN.GB2312 "Simplified Chinese" ON \ +zh_TW.Big5 "Chinese" ON \ +2> /tmp/chklist.tmp.$$ + + retval=$? + + if [ -s /tmp/chklist.tmp.$$ ]; then + set `cat /tmp/chklist.tmp.$$` + fi + rm -f /tmp/chklist.tmp.$$ + + case $retval in + 0) if [ -z "$*" ]; then + echo "Nothing selected" + fi + ;; + 1) echo "Cancel pressed." + exit 1 + ;; + esac +fi +fi + +/bin/rm -f ${WRKSRC}/subdirs +/usr/bin/grep "^[^@].*/en/.*" ${CURDIR}/pkg-plist > ${PLIST} +/usr/bin/grep "^@.*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}.dirs + +while [ "$1" ]; do + a=`echo -n $1 | /usr/bin/sed -e 's#\"##g'` + echo $a >> ${WRKSRC}/subdirs + /usr/bin/grep "^[^@].*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^[^@].*-$a\$" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^@.*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST}.dirs + shift +done + +/bin/cat ${PLIST}.dirs >> ${PLIST} diff --git a/misc/kde4-l10n-fi/Makefile b/misc/kde4-l10n-fi/Makefile index 55d6f1ea7887..893cd73b4beb 100644 --- a/misc/kde4-l10n-fi/Makefile +++ b/misc/kde4-l10n-fi/Makefile @@ -21,4 +21,10 @@ USE_GMAKE= yes GNU_CONFIGURE= yes +PLIST= ${WRKDIR}/PLIST +SCRIPTS_ENV+= PLIST=${PLIST} + +pre-configure: + @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure + .include <bsd.port.mk> diff --git a/misc/kde4-l10n-fi/scripts/Configure b/misc/kde4-l10n-fi/scripts/Configure new file mode 100644 index 000000000000..3d8958d60472 --- /dev/null +++ b/misc/kde4-l10n-fi/scripts/Configure @@ -0,0 +1,81 @@ +#! /bin/sh +# $FreeBSD$ + +/bin/rm -f ${PLIST} ${PLIST}.dirs + +if [ "${BATCH}" ]; then + set \"ca\" \"cs\" \"da\" \"de\" \"el\" \"eo\" \"es\" \"et\" \"fi\" \"fr\" \"he\" \"hu\" \"ja\" \"is\" \"ko\" \"it\" \"nl\" \"no\" \"no_NY\" \"pl\" \"pt\" \"pt_BR\" \"ro\" \"ru\" \"sk\" \"sl\" \"sr\" \"sv\" \"tr\" \"uk\" \"zh_CN.GB2312\" \"zh_TW.Big5\" +else +if [ "${LINGUAS}" ]; then + set `echo $LINGUAS` +else + /usr/bin/dialog --title "Select languages" --clear \ + --checklist "\n\ +Please select desired languages:" -1 -1 16 \ +ca "Canada" OFF \ +cs "Czech" OFF \ +da "Danish" OFF \ +de "German" ON \ +el "Greek" OFF \ +eo "Esperanto" OFF \ +es "Spanish" OFF \ +et "Estonian" OFF \ +fi "Finnish" ON \ +fr "French" ON \ +he "Hebrew" OFF \ +hu "Hungarian" OFF \ +ja "Japanese" ON \ +is "Icelandic" OFF \ +ko "Korean" ON \ +it "Italian" OFF \ +nl "Dutch" OFF \ +no "Norwegian (Bokmaal)" OFF \ +no_NY "Norwegian (Nynorsk)" OFF \ +pl "Polish" OFF \ +pt "Portuguese" OFF \ +pt_BR "Brazil portuguese" OFF \ +ro "Romanian" OFF \ +ru "Russian" ON \ +sk "Slovak" OFF \ +sl "Slovenian" OFF \ +sr "Serbian" OFF \ +sv "Swedish" OFF \ +tr "Turkish" OFF \ +uk "Ukrainian" OFF \ +zh_CN.GB2312 "Simplified Chinese" ON \ +zh_TW.Big5 "Chinese" ON \ +2> /tmp/chklist.tmp.$$ + + retval=$? + + if [ -s /tmp/chklist.tmp.$$ ]; then + set `cat /tmp/chklist.tmp.$$` + fi + rm -f /tmp/chklist.tmp.$$ + + case $retval in + 0) if [ -z "$*" ]; then + echo "Nothing selected" + fi + ;; + 1) echo "Cancel pressed." + exit 1 + ;; + esac +fi +fi + +/bin/rm -f ${WRKSRC}/subdirs +/usr/bin/grep "^[^@].*/en/.*" ${CURDIR}/pkg-plist > ${PLIST} +/usr/bin/grep "^@.*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}.dirs + +while [ "$1" ]; do + a=`echo -n $1 | /usr/bin/sed -e 's#\"##g'` + echo $a >> ${WRKSRC}/subdirs + /usr/bin/grep "^[^@].*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^[^@].*-$a\$" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^@.*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST}.dirs + shift +done + +/bin/cat ${PLIST}.dirs >> ${PLIST} diff --git a/misc/kde4-l10n-is/Makefile b/misc/kde4-l10n-is/Makefile index 55d6f1ea7887..893cd73b4beb 100644 --- a/misc/kde4-l10n-is/Makefile +++ b/misc/kde4-l10n-is/Makefile @@ -21,4 +21,10 @@ USE_GMAKE= yes GNU_CONFIGURE= yes +PLIST= ${WRKDIR}/PLIST +SCRIPTS_ENV+= PLIST=${PLIST} + +pre-configure: + @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure + .include <bsd.port.mk> diff --git a/misc/kde4-l10n-is/scripts/Configure b/misc/kde4-l10n-is/scripts/Configure new file mode 100644 index 000000000000..3d8958d60472 --- /dev/null +++ b/misc/kde4-l10n-is/scripts/Configure @@ -0,0 +1,81 @@ +#! /bin/sh +# $FreeBSD$ + +/bin/rm -f ${PLIST} ${PLIST}.dirs + +if [ "${BATCH}" ]; then + set \"ca\" \"cs\" \"da\" \"de\" \"el\" \"eo\" \"es\" \"et\" \"fi\" \"fr\" \"he\" \"hu\" \"ja\" \"is\" \"ko\" \"it\" \"nl\" \"no\" \"no_NY\" \"pl\" \"pt\" \"pt_BR\" \"ro\" \"ru\" \"sk\" \"sl\" \"sr\" \"sv\" \"tr\" \"uk\" \"zh_CN.GB2312\" \"zh_TW.Big5\" +else +if [ "${LINGUAS}" ]; then + set `echo $LINGUAS` +else + /usr/bin/dialog --title "Select languages" --clear \ + --checklist "\n\ +Please select desired languages:" -1 -1 16 \ +ca "Canada" OFF \ +cs "Czech" OFF \ +da "Danish" OFF \ +de "German" ON \ +el "Greek" OFF \ +eo "Esperanto" OFF \ +es "Spanish" OFF \ +et "Estonian" OFF \ +fi "Finnish" ON \ +fr "French" ON \ +he "Hebrew" OFF \ +hu "Hungarian" OFF \ +ja "Japanese" ON \ +is "Icelandic" OFF \ +ko "Korean" ON \ +it "Italian" OFF \ +nl "Dutch" OFF \ +no "Norwegian (Bokmaal)" OFF \ +no_NY "Norwegian (Nynorsk)" OFF \ +pl "Polish" OFF \ +pt "Portuguese" OFF \ +pt_BR "Brazil portuguese" OFF \ +ro "Romanian" OFF \ +ru "Russian" ON \ +sk "Slovak" OFF \ +sl "Slovenian" OFF \ +sr "Serbian" OFF \ +sv "Swedish" OFF \ +tr "Turkish" OFF \ +uk "Ukrainian" OFF \ +zh_CN.GB2312 "Simplified Chinese" ON \ +zh_TW.Big5 "Chinese" ON \ +2> /tmp/chklist.tmp.$$ + + retval=$? + + if [ -s /tmp/chklist.tmp.$$ ]; then + set `cat /tmp/chklist.tmp.$$` + fi + rm -f /tmp/chklist.tmp.$$ + + case $retval in + 0) if [ -z "$*" ]; then + echo "Nothing selected" + fi + ;; + 1) echo "Cancel pressed." + exit 1 + ;; + esac +fi +fi + +/bin/rm -f ${WRKSRC}/subdirs +/usr/bin/grep "^[^@].*/en/.*" ${CURDIR}/pkg-plist > ${PLIST} +/usr/bin/grep "^@.*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}.dirs + +while [ "$1" ]; do + a=`echo -n $1 | /usr/bin/sed -e 's#\"##g'` + echo $a >> ${WRKSRC}/subdirs + /usr/bin/grep "^[^@].*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^[^@].*-$a\$" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^@.*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST}.dirs + shift +done + +/bin/cat ${PLIST}.dirs >> ${PLIST} diff --git a/misc/kde4-l10n-it/Makefile b/misc/kde4-l10n-it/Makefile index 55d6f1ea7887..893cd73b4beb 100644 --- a/misc/kde4-l10n-it/Makefile +++ b/misc/kde4-l10n-it/Makefile @@ -21,4 +21,10 @@ USE_GMAKE= yes GNU_CONFIGURE= yes +PLIST= ${WRKDIR}/PLIST +SCRIPTS_ENV+= PLIST=${PLIST} + +pre-configure: + @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure + .include <bsd.port.mk> diff --git a/misc/kde4-l10n-it/scripts/Configure b/misc/kde4-l10n-it/scripts/Configure new file mode 100644 index 000000000000..3d8958d60472 --- /dev/null +++ b/misc/kde4-l10n-it/scripts/Configure @@ -0,0 +1,81 @@ +#! /bin/sh +# $FreeBSD$ + +/bin/rm -f ${PLIST} ${PLIST}.dirs + +if [ "${BATCH}" ]; then + set \"ca\" \"cs\" \"da\" \"de\" \"el\" \"eo\" \"es\" \"et\" \"fi\" \"fr\" \"he\" \"hu\" \"ja\" \"is\" \"ko\" \"it\" \"nl\" \"no\" \"no_NY\" \"pl\" \"pt\" \"pt_BR\" \"ro\" \"ru\" \"sk\" \"sl\" \"sr\" \"sv\" \"tr\" \"uk\" \"zh_CN.GB2312\" \"zh_TW.Big5\" +else +if [ "${LINGUAS}" ]; then + set `echo $LINGUAS` +else + /usr/bin/dialog --title "Select languages" --clear \ + --checklist "\n\ +Please select desired languages:" -1 -1 16 \ +ca "Canada" OFF \ +cs "Czech" OFF \ +da "Danish" OFF \ +de "German" ON \ +el "Greek" OFF \ +eo "Esperanto" OFF \ +es "Spanish" OFF \ +et "Estonian" OFF \ +fi "Finnish" ON \ +fr "French" ON \ +he "Hebrew" OFF \ +hu "Hungarian" OFF \ +ja "Japanese" ON \ +is "Icelandic" OFF \ +ko "Korean" ON \ +it "Italian" OFF \ +nl "Dutch" OFF \ +no "Norwegian (Bokmaal)" OFF \ +no_NY "Norwegian (Nynorsk)" OFF \ +pl "Polish" OFF \ +pt "Portuguese" OFF \ +pt_BR "Brazil portuguese" OFF \ +ro "Romanian" OFF \ +ru "Russian" ON \ +sk "Slovak" OFF \ +sl "Slovenian" OFF \ +sr "Serbian" OFF \ +sv "Swedish" OFF \ +tr "Turkish" OFF \ +uk "Ukrainian" OFF \ +zh_CN.GB2312 "Simplified Chinese" ON \ +zh_TW.Big5 "Chinese" ON \ +2> /tmp/chklist.tmp.$$ + + retval=$? + + if [ -s /tmp/chklist.tmp.$$ ]; then + set `cat /tmp/chklist.tmp.$$` + fi + rm -f /tmp/chklist.tmp.$$ + + case $retval in + 0) if [ -z "$*" ]; then + echo "Nothing selected" + fi + ;; + 1) echo "Cancel pressed." + exit 1 + ;; + esac +fi +fi + +/bin/rm -f ${WRKSRC}/subdirs +/usr/bin/grep "^[^@].*/en/.*" ${CURDIR}/pkg-plist > ${PLIST} +/usr/bin/grep "^@.*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}.dirs + +while [ "$1" ]; do + a=`echo -n $1 | /usr/bin/sed -e 's#\"##g'` + echo $a >> ${WRKSRC}/subdirs + /usr/bin/grep "^[^@].*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^[^@].*-$a\$" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^@.*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST}.dirs + shift +done + +/bin/cat ${PLIST}.dirs >> ${PLIST} diff --git a/misc/kde4-l10n-lt/Makefile b/misc/kde4-l10n-lt/Makefile index 55d6f1ea7887..893cd73b4beb 100644 --- a/misc/kde4-l10n-lt/Makefile +++ b/misc/kde4-l10n-lt/Makefile @@ -21,4 +21,10 @@ USE_GMAKE= yes GNU_CONFIGURE= yes +PLIST= ${WRKDIR}/PLIST +SCRIPTS_ENV+= PLIST=${PLIST} + +pre-configure: + @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure + .include <bsd.port.mk> diff --git a/misc/kde4-l10n-lt/scripts/Configure b/misc/kde4-l10n-lt/scripts/Configure new file mode 100644 index 000000000000..3d8958d60472 --- /dev/null +++ b/misc/kde4-l10n-lt/scripts/Configure @@ -0,0 +1,81 @@ +#! /bin/sh +# $FreeBSD$ + +/bin/rm -f ${PLIST} ${PLIST}.dirs + +if [ "${BATCH}" ]; then + set \"ca\" \"cs\" \"da\" \"de\" \"el\" \"eo\" \"es\" \"et\" \"fi\" \"fr\" \"he\" \"hu\" \"ja\" \"is\" \"ko\" \"it\" \"nl\" \"no\" \"no_NY\" \"pl\" \"pt\" \"pt_BR\" \"ro\" \"ru\" \"sk\" \"sl\" \"sr\" \"sv\" \"tr\" \"uk\" \"zh_CN.GB2312\" \"zh_TW.Big5\" +else +if [ "${LINGUAS}" ]; then + set `echo $LINGUAS` +else + /usr/bin/dialog --title "Select languages" --clear \ + --checklist "\n\ +Please select desired languages:" -1 -1 16 \ +ca "Canada" OFF \ +cs "Czech" OFF \ +da "Danish" OFF \ +de "German" ON \ +el "Greek" OFF \ +eo "Esperanto" OFF \ +es "Spanish" OFF \ +et "Estonian" OFF \ +fi "Finnish" ON \ +fr "French" ON \ +he "Hebrew" OFF \ +hu "Hungarian" OFF \ +ja "Japanese" ON \ +is "Icelandic" OFF \ +ko "Korean" ON \ +it "Italian" OFF \ +nl "Dutch" OFF \ +no "Norwegian (Bokmaal)" OFF \ +no_NY "Norwegian (Nynorsk)" OFF \ +pl "Polish" OFF \ +pt "Portuguese" OFF \ +pt_BR "Brazil portuguese" OFF \ +ro "Romanian" OFF \ +ru "Russian" ON \ +sk "Slovak" OFF \ +sl "Slovenian" OFF \ +sr "Serbian" OFF \ +sv "Swedish" OFF \ +tr "Turkish" OFF \ +uk "Ukrainian" OFF \ +zh_CN.GB2312 "Simplified Chinese" ON \ +zh_TW.Big5 "Chinese" ON \ +2> /tmp/chklist.tmp.$$ + + retval=$? + + if [ -s /tmp/chklist.tmp.$$ ]; then + set `cat /tmp/chklist.tmp.$$` + fi + rm -f /tmp/chklist.tmp.$$ + + case $retval in + 0) if [ -z "$*" ]; then + echo "Nothing selected" + fi + ;; + 1) echo "Cancel pressed." + exit 1 + ;; + esac +fi +fi + +/bin/rm -f ${WRKSRC}/subdirs +/usr/bin/grep "^[^@].*/en/.*" ${CURDIR}/pkg-plist > ${PLIST} +/usr/bin/grep "^@.*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}.dirs + +while [ "$1" ]; do + a=`echo -n $1 | /usr/bin/sed -e 's#\"##g'` + echo $a >> ${WRKSRC}/subdirs + /usr/bin/grep "^[^@].*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^[^@].*-$a\$" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^@.*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST}.dirs + shift +done + +/bin/cat ${PLIST}.dirs >> ${PLIST} diff --git a/misc/kde4-l10n-lv/Makefile b/misc/kde4-l10n-lv/Makefile index 55d6f1ea7887..893cd73b4beb 100644 --- a/misc/kde4-l10n-lv/Makefile +++ b/misc/kde4-l10n-lv/Makefile @@ -21,4 +21,10 @@ USE_GMAKE= yes GNU_CONFIGURE= yes +PLIST= ${WRKDIR}/PLIST +SCRIPTS_ENV+= PLIST=${PLIST} + +pre-configure: + @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure + .include <bsd.port.mk> diff --git a/misc/kde4-l10n-lv/scripts/Configure b/misc/kde4-l10n-lv/scripts/Configure new file mode 100644 index 000000000000..3d8958d60472 --- /dev/null +++ b/misc/kde4-l10n-lv/scripts/Configure @@ -0,0 +1,81 @@ +#! /bin/sh +# $FreeBSD$ + +/bin/rm -f ${PLIST} ${PLIST}.dirs + +if [ "${BATCH}" ]; then + set \"ca\" \"cs\" \"da\" \"de\" \"el\" \"eo\" \"es\" \"et\" \"fi\" \"fr\" \"he\" \"hu\" \"ja\" \"is\" \"ko\" \"it\" \"nl\" \"no\" \"no_NY\" \"pl\" \"pt\" \"pt_BR\" \"ro\" \"ru\" \"sk\" \"sl\" \"sr\" \"sv\" \"tr\" \"uk\" \"zh_CN.GB2312\" \"zh_TW.Big5\" +else +if [ "${LINGUAS}" ]; then + set `echo $LINGUAS` +else + /usr/bin/dialog --title "Select languages" --clear \ + --checklist "\n\ +Please select desired languages:" -1 -1 16 \ +ca "Canada" OFF \ +cs "Czech" OFF \ +da "Danish" OFF \ +de "German" ON \ +el "Greek" OFF \ +eo "Esperanto" OFF \ +es "Spanish" OFF \ +et "Estonian" OFF \ +fi "Finnish" ON \ +fr "French" ON \ +he "Hebrew" OFF \ +hu "Hungarian" OFF \ +ja "Japanese" ON \ +is "Icelandic" OFF \ +ko "Korean" ON \ +it "Italian" OFF \ +nl "Dutch" OFF \ +no "Norwegian (Bokmaal)" OFF \ +no_NY "Norwegian (Nynorsk)" OFF \ +pl "Polish" OFF \ +pt "Portuguese" OFF \ +pt_BR "Brazil portuguese" OFF \ +ro "Romanian" OFF \ +ru "Russian" ON \ +sk "Slovak" OFF \ +sl "Slovenian" OFF \ +sr "Serbian" OFF \ +sv "Swedish" OFF \ +tr "Turkish" OFF \ +uk "Ukrainian" OFF \ +zh_CN.GB2312 "Simplified Chinese" ON \ +zh_TW.Big5 "Chinese" ON \ +2> /tmp/chklist.tmp.$$ + + retval=$? + + if [ -s /tmp/chklist.tmp.$$ ]; then + set `cat /tmp/chklist.tmp.$$` + fi + rm -f /tmp/chklist.tmp.$$ + + case $retval in + 0) if [ -z "$*" ]; then + echo "Nothing selected" + fi + ;; + 1) echo "Cancel pressed." + exit 1 + ;; + esac +fi +fi + +/bin/rm -f ${WRKSRC}/subdirs +/usr/bin/grep "^[^@].*/en/.*" ${CURDIR}/pkg-plist > ${PLIST} +/usr/bin/grep "^@.*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}.dirs + +while [ "$1" ]; do + a=`echo -n $1 | /usr/bin/sed -e 's#\"##g'` + echo $a >> ${WRKSRC}/subdirs + /usr/bin/grep "^[^@].*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^[^@].*-$a\$" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^@.*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST}.dirs + shift +done + +/bin/cat ${PLIST}.dirs >> ${PLIST} diff --git a/misc/kde4-l10n-nb/Makefile b/misc/kde4-l10n-nb/Makefile index 55d6f1ea7887..893cd73b4beb 100644 --- a/misc/kde4-l10n-nb/Makefile +++ b/misc/kde4-l10n-nb/Makefile @@ -21,4 +21,10 @@ USE_GMAKE= yes GNU_CONFIGURE= yes +PLIST= ${WRKDIR}/PLIST +SCRIPTS_ENV+= PLIST=${PLIST} + +pre-configure: + @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure + .include <bsd.port.mk> diff --git a/misc/kde4-l10n-nb/scripts/Configure b/misc/kde4-l10n-nb/scripts/Configure new file mode 100644 index 000000000000..3d8958d60472 --- /dev/null +++ b/misc/kde4-l10n-nb/scripts/Configure @@ -0,0 +1,81 @@ +#! /bin/sh +# $FreeBSD$ + +/bin/rm -f ${PLIST} ${PLIST}.dirs + +if [ "${BATCH}" ]; then + set \"ca\" \"cs\" \"da\" \"de\" \"el\" \"eo\" \"es\" \"et\" \"fi\" \"fr\" \"he\" \"hu\" \"ja\" \"is\" \"ko\" \"it\" \"nl\" \"no\" \"no_NY\" \"pl\" \"pt\" \"pt_BR\" \"ro\" \"ru\" \"sk\" \"sl\" \"sr\" \"sv\" \"tr\" \"uk\" \"zh_CN.GB2312\" \"zh_TW.Big5\" +else +if [ "${LINGUAS}" ]; then + set `echo $LINGUAS` +else + /usr/bin/dialog --title "Select languages" --clear \ + --checklist "\n\ +Please select desired languages:" -1 -1 16 \ +ca "Canada" OFF \ +cs "Czech" OFF \ +da "Danish" OFF \ +de "German" ON \ +el "Greek" OFF \ +eo "Esperanto" OFF \ +es "Spanish" OFF \ +et "Estonian" OFF \ +fi "Finnish" ON \ +fr "French" ON \ +he "Hebrew" OFF \ +hu "Hungarian" OFF \ +ja "Japanese" ON \ +is "Icelandic" OFF \ +ko "Korean" ON \ +it "Italian" OFF \ +nl "Dutch" OFF \ +no "Norwegian (Bokmaal)" OFF \ +no_NY "Norwegian (Nynorsk)" OFF \ +pl "Polish" OFF \ +pt "Portuguese" OFF \ +pt_BR "Brazil portuguese" OFF \ +ro "Romanian" OFF \ +ru "Russian" ON \ +sk "Slovak" OFF \ +sl "Slovenian" OFF \ +sr "Serbian" OFF \ +sv "Swedish" OFF \ +tr "Turkish" OFF \ +uk "Ukrainian" OFF \ +zh_CN.GB2312 "Simplified Chinese" ON \ +zh_TW.Big5 "Chinese" ON \ +2> /tmp/chklist.tmp.$$ + + retval=$? + + if [ -s /tmp/chklist.tmp.$$ ]; then + set `cat /tmp/chklist.tmp.$$` + fi + rm -f /tmp/chklist.tmp.$$ + + case $retval in + 0) if [ -z "$*" ]; then + echo "Nothing selected" + fi + ;; + 1) echo "Cancel pressed." + exit 1 + ;; + esac +fi +fi + +/bin/rm -f ${WRKSRC}/subdirs +/usr/bin/grep "^[^@].*/en/.*" ${CURDIR}/pkg-plist > ${PLIST} +/usr/bin/grep "^@.*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}.dirs + +while [ "$1" ]; do + a=`echo -n $1 | /usr/bin/sed -e 's#\"##g'` + echo $a >> ${WRKSRC}/subdirs + /usr/bin/grep "^[^@].*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^[^@].*-$a\$" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^@.*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST}.dirs + shift +done + +/bin/cat ${PLIST}.dirs >> ${PLIST} diff --git a/misc/kde4-l10n-nl/Makefile b/misc/kde4-l10n-nl/Makefile index 55d6f1ea7887..893cd73b4beb 100644 --- a/misc/kde4-l10n-nl/Makefile +++ b/misc/kde4-l10n-nl/Makefile @@ -21,4 +21,10 @@ USE_GMAKE= yes GNU_CONFIGURE= yes +PLIST= ${WRKDIR}/PLIST +SCRIPTS_ENV+= PLIST=${PLIST} + +pre-configure: + @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure + .include <bsd.port.mk> diff --git a/misc/kde4-l10n-nl/scripts/Configure b/misc/kde4-l10n-nl/scripts/Configure new file mode 100644 index 000000000000..3d8958d60472 --- /dev/null +++ b/misc/kde4-l10n-nl/scripts/Configure @@ -0,0 +1,81 @@ +#! /bin/sh +# $FreeBSD$ + +/bin/rm -f ${PLIST} ${PLIST}.dirs + +if [ "${BATCH}" ]; then + set \"ca\" \"cs\" \"da\" \"de\" \"el\" \"eo\" \"es\" \"et\" \"fi\" \"fr\" \"he\" \"hu\" \"ja\" \"is\" \"ko\" \"it\" \"nl\" \"no\" \"no_NY\" \"pl\" \"pt\" \"pt_BR\" \"ro\" \"ru\" \"sk\" \"sl\" \"sr\" \"sv\" \"tr\" \"uk\" \"zh_CN.GB2312\" \"zh_TW.Big5\" +else +if [ "${LINGUAS}" ]; then + set `echo $LINGUAS` +else + /usr/bin/dialog --title "Select languages" --clear \ + --checklist "\n\ +Please select desired languages:" -1 -1 16 \ +ca "Canada" OFF \ +cs "Czech" OFF \ +da "Danish" OFF \ +de "German" ON \ +el "Greek" OFF \ +eo "Esperanto" OFF \ +es "Spanish" OFF \ +et "Estonian" OFF \ +fi "Finnish" ON \ +fr "French" ON \ +he "Hebrew" OFF \ +hu "Hungarian" OFF \ +ja "Japanese" ON \ +is "Icelandic" OFF \ +ko "Korean" ON \ +it "Italian" OFF \ +nl "Dutch" OFF \ +no "Norwegian (Bokmaal)" OFF \ +no_NY "Norwegian (Nynorsk)" OFF \ +pl "Polish" OFF \ +pt "Portuguese" OFF \ +pt_BR "Brazil portuguese" OFF \ +ro "Romanian" OFF \ +ru "Russian" ON \ +sk "Slovak" OFF \ +sl "Slovenian" OFF \ +sr "Serbian" OFF \ +sv "Swedish" OFF \ +tr "Turkish" OFF \ +uk "Ukrainian" OFF \ +zh_CN.GB2312 "Simplified Chinese" ON \ +zh_TW.Big5 "Chinese" ON \ +2> /tmp/chklist.tmp.$$ + + retval=$? + + if [ -s /tmp/chklist.tmp.$$ ]; then + set `cat /tmp/chklist.tmp.$$` + fi + rm -f /tmp/chklist.tmp.$$ + + case $retval in + 0) if [ -z "$*" ]; then + echo "Nothing selected" + fi + ;; + 1) echo "Cancel pressed." + exit 1 + ;; + esac +fi +fi + +/bin/rm -f ${WRKSRC}/subdirs +/usr/bin/grep "^[^@].*/en/.*" ${CURDIR}/pkg-plist > ${PLIST} +/usr/bin/grep "^@.*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}.dirs + +while [ "$1" ]; do + a=`echo -n $1 | /usr/bin/sed -e 's#\"##g'` + echo $a >> ${WRKSRC}/subdirs + /usr/bin/grep "^[^@].*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^[^@].*-$a\$" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^@.*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST}.dirs + shift +done + +/bin/cat ${PLIST}.dirs >> ${PLIST} diff --git a/misc/kde4-l10n-nn/Makefile b/misc/kde4-l10n-nn/Makefile index 55d6f1ea7887..893cd73b4beb 100644 --- a/misc/kde4-l10n-nn/Makefile +++ b/misc/kde4-l10n-nn/Makefile @@ -21,4 +21,10 @@ USE_GMAKE= yes GNU_CONFIGURE= yes +PLIST= ${WRKDIR}/PLIST +SCRIPTS_ENV+= PLIST=${PLIST} + +pre-configure: + @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure + .include <bsd.port.mk> diff --git a/misc/kde4-l10n-nn/scripts/Configure b/misc/kde4-l10n-nn/scripts/Configure new file mode 100644 index 000000000000..3d8958d60472 --- /dev/null +++ b/misc/kde4-l10n-nn/scripts/Configure @@ -0,0 +1,81 @@ +#! /bin/sh +# $FreeBSD$ + +/bin/rm -f ${PLIST} ${PLIST}.dirs + +if [ "${BATCH}" ]; then + set \"ca\" \"cs\" \"da\" \"de\" \"el\" \"eo\" \"es\" \"et\" \"fi\" \"fr\" \"he\" \"hu\" \"ja\" \"is\" \"ko\" \"it\" \"nl\" \"no\" \"no_NY\" \"pl\" \"pt\" \"pt_BR\" \"ro\" \"ru\" \"sk\" \"sl\" \"sr\" \"sv\" \"tr\" \"uk\" \"zh_CN.GB2312\" \"zh_TW.Big5\" +else +if [ "${LINGUAS}" ]; then + set `echo $LINGUAS` +else + /usr/bin/dialog --title "Select languages" --clear \ + --checklist "\n\ +Please select desired languages:" -1 -1 16 \ +ca "Canada" OFF \ +cs "Czech" OFF \ +da "Danish" OFF \ +de "German" ON \ +el "Greek" OFF \ +eo "Esperanto" OFF \ +es "Spanish" OFF \ +et "Estonian" OFF \ +fi "Finnish" ON \ +fr "French" ON \ +he "Hebrew" OFF \ +hu "Hungarian" OFF \ +ja "Japanese" ON \ +is "Icelandic" OFF \ +ko "Korean" ON \ +it "Italian" OFF \ +nl "Dutch" OFF \ +no "Norwegian (Bokmaal)" OFF \ +no_NY "Norwegian (Nynorsk)" OFF \ +pl "Polish" OFF \ +pt "Portuguese" OFF \ +pt_BR "Brazil portuguese" OFF \ +ro "Romanian" OFF \ +ru "Russian" ON \ +sk "Slovak" OFF \ +sl "Slovenian" OFF \ +sr "Serbian" OFF \ +sv "Swedish" OFF \ +tr "Turkish" OFF \ +uk "Ukrainian" OFF \ +zh_CN.GB2312 "Simplified Chinese" ON \ +zh_TW.Big5 "Chinese" ON \ +2> /tmp/chklist.tmp.$$ + + retval=$? + + if [ -s /tmp/chklist.tmp.$$ ]; then + set `cat /tmp/chklist.tmp.$$` + fi + rm -f /tmp/chklist.tmp.$$ + + case $retval in + 0) if [ -z "$*" ]; then + echo "Nothing selected" + fi + ;; + 1) echo "Cancel pressed." + exit 1 + ;; + esac +fi +fi + +/bin/rm -f ${WRKSRC}/subdirs +/usr/bin/grep "^[^@].*/en/.*" ${CURDIR}/pkg-plist > ${PLIST} +/usr/bin/grep "^@.*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}.dirs + +while [ "$1" ]; do + a=`echo -n $1 | /usr/bin/sed -e 's#\"##g'` + echo $a >> ${WRKSRC}/subdirs + /usr/bin/grep "^[^@].*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^[^@].*-$a\$" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^@.*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST}.dirs + shift +done + +/bin/cat ${PLIST}.dirs >> ${PLIST} diff --git a/misc/kde4-l10n-ro/Makefile b/misc/kde4-l10n-ro/Makefile index 55d6f1ea7887..893cd73b4beb 100644 --- a/misc/kde4-l10n-ro/Makefile +++ b/misc/kde4-l10n-ro/Makefile @@ -21,4 +21,10 @@ USE_GMAKE= yes GNU_CONFIGURE= yes +PLIST= ${WRKDIR}/PLIST +SCRIPTS_ENV+= PLIST=${PLIST} + +pre-configure: + @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure + .include <bsd.port.mk> diff --git a/misc/kde4-l10n-ro/scripts/Configure b/misc/kde4-l10n-ro/scripts/Configure new file mode 100644 index 000000000000..3d8958d60472 --- /dev/null +++ b/misc/kde4-l10n-ro/scripts/Configure @@ -0,0 +1,81 @@ +#! /bin/sh +# $FreeBSD$ + +/bin/rm -f ${PLIST} ${PLIST}.dirs + +if [ "${BATCH}" ]; then + set \"ca\" \"cs\" \"da\" \"de\" \"el\" \"eo\" \"es\" \"et\" \"fi\" \"fr\" \"he\" \"hu\" \"ja\" \"is\" \"ko\" \"it\" \"nl\" \"no\" \"no_NY\" \"pl\" \"pt\" \"pt_BR\" \"ro\" \"ru\" \"sk\" \"sl\" \"sr\" \"sv\" \"tr\" \"uk\" \"zh_CN.GB2312\" \"zh_TW.Big5\" +else +if [ "${LINGUAS}" ]; then + set `echo $LINGUAS` +else + /usr/bin/dialog --title "Select languages" --clear \ + --checklist "\n\ +Please select desired languages:" -1 -1 16 \ +ca "Canada" OFF \ +cs "Czech" OFF \ +da "Danish" OFF \ +de "German" ON \ +el "Greek" OFF \ +eo "Esperanto" OFF \ +es "Spanish" OFF \ +et "Estonian" OFF \ +fi "Finnish" ON \ +fr "French" ON \ +he "Hebrew" OFF \ +hu "Hungarian" OFF \ +ja "Japanese" ON \ +is "Icelandic" OFF \ +ko "Korean" ON \ +it "Italian" OFF \ +nl "Dutch" OFF \ +no "Norwegian (Bokmaal)" OFF \ +no_NY "Norwegian (Nynorsk)" OFF \ +pl "Polish" OFF \ +pt "Portuguese" OFF \ +pt_BR "Brazil portuguese" OFF \ +ro "Romanian" OFF \ +ru "Russian" ON \ +sk "Slovak" OFF \ +sl "Slovenian" OFF \ +sr "Serbian" OFF \ +sv "Swedish" OFF \ +tr "Turkish" OFF \ +uk "Ukrainian" OFF \ +zh_CN.GB2312 "Simplified Chinese" ON \ +zh_TW.Big5 "Chinese" ON \ +2> /tmp/chklist.tmp.$$ + + retval=$? + + if [ -s /tmp/chklist.tmp.$$ ]; then + set `cat /tmp/chklist.tmp.$$` + fi + rm -f /tmp/chklist.tmp.$$ + + case $retval in + 0) if [ -z "$*" ]; then + echo "Nothing selected" + fi + ;; + 1) echo "Cancel pressed." + exit 1 + ;; + esac +fi +fi + +/bin/rm -f ${WRKSRC}/subdirs +/usr/bin/grep "^[^@].*/en/.*" ${CURDIR}/pkg-plist > ${PLIST} +/usr/bin/grep "^@.*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}.dirs + +while [ "$1" ]; do + a=`echo -n $1 | /usr/bin/sed -e 's#\"##g'` + echo $a >> ${WRKSRC}/subdirs + /usr/bin/grep "^[^@].*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^[^@].*-$a\$" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^@.*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST}.dirs + shift +done + +/bin/cat ${PLIST}.dirs >> ${PLIST} diff --git a/misc/kde4-l10n-sk/Makefile b/misc/kde4-l10n-sk/Makefile index 55d6f1ea7887..893cd73b4beb 100644 --- a/misc/kde4-l10n-sk/Makefile +++ b/misc/kde4-l10n-sk/Makefile @@ -21,4 +21,10 @@ USE_GMAKE= yes GNU_CONFIGURE= yes +PLIST= ${WRKDIR}/PLIST +SCRIPTS_ENV+= PLIST=${PLIST} + +pre-configure: + @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure + .include <bsd.port.mk> diff --git a/misc/kde4-l10n-sk/scripts/Configure b/misc/kde4-l10n-sk/scripts/Configure new file mode 100644 index 000000000000..3d8958d60472 --- /dev/null +++ b/misc/kde4-l10n-sk/scripts/Configure @@ -0,0 +1,81 @@ +#! /bin/sh +# $FreeBSD$ + +/bin/rm -f ${PLIST} ${PLIST}.dirs + +if [ "${BATCH}" ]; then + set \"ca\" \"cs\" \"da\" \"de\" \"el\" \"eo\" \"es\" \"et\" \"fi\" \"fr\" \"he\" \"hu\" \"ja\" \"is\" \"ko\" \"it\" \"nl\" \"no\" \"no_NY\" \"pl\" \"pt\" \"pt_BR\" \"ro\" \"ru\" \"sk\" \"sl\" \"sr\" \"sv\" \"tr\" \"uk\" \"zh_CN.GB2312\" \"zh_TW.Big5\" +else +if [ "${LINGUAS}" ]; then + set `echo $LINGUAS` +else + /usr/bin/dialog --title "Select languages" --clear \ + --checklist "\n\ +Please select desired languages:" -1 -1 16 \ +ca "Canada" OFF \ +cs "Czech" OFF \ +da "Danish" OFF \ +de "German" ON \ +el "Greek" OFF \ +eo "Esperanto" OFF \ +es "Spanish" OFF \ +et "Estonian" OFF \ +fi "Finnish" ON \ +fr "French" ON \ +he "Hebrew" OFF \ +hu "Hungarian" OFF \ +ja "Japanese" ON \ +is "Icelandic" OFF \ +ko "Korean" ON \ +it "Italian" OFF \ +nl "Dutch" OFF \ +no "Norwegian (Bokmaal)" OFF \ +no_NY "Norwegian (Nynorsk)" OFF \ +pl "Polish" OFF \ +pt "Portuguese" OFF \ +pt_BR "Brazil portuguese" OFF \ +ro "Romanian" OFF \ +ru "Russian" ON \ +sk "Slovak" OFF \ +sl "Slovenian" OFF \ +sr "Serbian" OFF \ +sv "Swedish" OFF \ +tr "Turkish" OFF \ +uk "Ukrainian" OFF \ +zh_CN.GB2312 "Simplified Chinese" ON \ +zh_TW.Big5 "Chinese" ON \ +2> /tmp/chklist.tmp.$$ + + retval=$? + + if [ -s /tmp/chklist.tmp.$$ ]; then + set `cat /tmp/chklist.tmp.$$` + fi + rm -f /tmp/chklist.tmp.$$ + + case $retval in + 0) if [ -z "$*" ]; then + echo "Nothing selected" + fi + ;; + 1) echo "Cancel pressed." + exit 1 + ;; + esac +fi +fi + +/bin/rm -f ${WRKSRC}/subdirs +/usr/bin/grep "^[^@].*/en/.*" ${CURDIR}/pkg-plist > ${PLIST} +/usr/bin/grep "^@.*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}.dirs + +while [ "$1" ]; do + a=`echo -n $1 | /usr/bin/sed -e 's#\"##g'` + echo $a >> ${WRKSRC}/subdirs + /usr/bin/grep "^[^@].*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^[^@].*-$a\$" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^@.*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST}.dirs + shift +done + +/bin/cat ${PLIST}.dirs >> ${PLIST} diff --git a/misc/kde4-l10n-sl/Makefile b/misc/kde4-l10n-sl/Makefile index 55d6f1ea7887..893cd73b4beb 100644 --- a/misc/kde4-l10n-sl/Makefile +++ b/misc/kde4-l10n-sl/Makefile @@ -21,4 +21,10 @@ USE_GMAKE= yes GNU_CONFIGURE= yes +PLIST= ${WRKDIR}/PLIST +SCRIPTS_ENV+= PLIST=${PLIST} + +pre-configure: + @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure + .include <bsd.port.mk> diff --git a/misc/kde4-l10n-sl/scripts/Configure b/misc/kde4-l10n-sl/scripts/Configure new file mode 100644 index 000000000000..3d8958d60472 --- /dev/null +++ b/misc/kde4-l10n-sl/scripts/Configure @@ -0,0 +1,81 @@ +#! /bin/sh +# $FreeBSD$ + +/bin/rm -f ${PLIST} ${PLIST}.dirs + +if [ "${BATCH}" ]; then + set \"ca\" \"cs\" \"da\" \"de\" \"el\" \"eo\" \"es\" \"et\" \"fi\" \"fr\" \"he\" \"hu\" \"ja\" \"is\" \"ko\" \"it\" \"nl\" \"no\" \"no_NY\" \"pl\" \"pt\" \"pt_BR\" \"ro\" \"ru\" \"sk\" \"sl\" \"sr\" \"sv\" \"tr\" \"uk\" \"zh_CN.GB2312\" \"zh_TW.Big5\" +else +if [ "${LINGUAS}" ]; then + set `echo $LINGUAS` +else + /usr/bin/dialog --title "Select languages" --clear \ + --checklist "\n\ +Please select desired languages:" -1 -1 16 \ +ca "Canada" OFF \ +cs "Czech" OFF \ +da "Danish" OFF \ +de "German" ON \ +el "Greek" OFF \ +eo "Esperanto" OFF \ +es "Spanish" OFF \ +et "Estonian" OFF \ +fi "Finnish" ON \ +fr "French" ON \ +he "Hebrew" OFF \ +hu "Hungarian" OFF \ +ja "Japanese" ON \ +is "Icelandic" OFF \ +ko "Korean" ON \ +it "Italian" OFF \ +nl "Dutch" OFF \ +no "Norwegian (Bokmaal)" OFF \ +no_NY "Norwegian (Nynorsk)" OFF \ +pl "Polish" OFF \ +pt "Portuguese" OFF \ +pt_BR "Brazil portuguese" OFF \ +ro "Romanian" OFF \ +ru "Russian" ON \ +sk "Slovak" OFF \ +sl "Slovenian" OFF \ +sr "Serbian" OFF \ +sv "Swedish" OFF \ +tr "Turkish" OFF \ +uk "Ukrainian" OFF \ +zh_CN.GB2312 "Simplified Chinese" ON \ +zh_TW.Big5 "Chinese" ON \ +2> /tmp/chklist.tmp.$$ + + retval=$? + + if [ -s /tmp/chklist.tmp.$$ ]; then + set `cat /tmp/chklist.tmp.$$` + fi + rm -f /tmp/chklist.tmp.$$ + + case $retval in + 0) if [ -z "$*" ]; then + echo "Nothing selected" + fi + ;; + 1) echo "Cancel pressed." + exit 1 + ;; + esac +fi +fi + +/bin/rm -f ${WRKSRC}/subdirs +/usr/bin/grep "^[^@].*/en/.*" ${CURDIR}/pkg-plist > ${PLIST} +/usr/bin/grep "^@.*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}.dirs + +while [ "$1" ]; do + a=`echo -n $1 | /usr/bin/sed -e 's#\"##g'` + echo $a >> ${WRKSRC}/subdirs + /usr/bin/grep "^[^@].*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^[^@].*-$a\$" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^@.*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST}.dirs + shift +done + +/bin/cat ${PLIST}.dirs >> ${PLIST} diff --git a/misc/kde4-l10n-sr/Makefile b/misc/kde4-l10n-sr/Makefile index 55d6f1ea7887..893cd73b4beb 100644 --- a/misc/kde4-l10n-sr/Makefile +++ b/misc/kde4-l10n-sr/Makefile @@ -21,4 +21,10 @@ USE_GMAKE= yes GNU_CONFIGURE= yes +PLIST= ${WRKDIR}/PLIST +SCRIPTS_ENV+= PLIST=${PLIST} + +pre-configure: + @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure + .include <bsd.port.mk> diff --git a/misc/kde4-l10n-sr/scripts/Configure b/misc/kde4-l10n-sr/scripts/Configure new file mode 100644 index 000000000000..3d8958d60472 --- /dev/null +++ b/misc/kde4-l10n-sr/scripts/Configure @@ -0,0 +1,81 @@ +#! /bin/sh +# $FreeBSD$ + +/bin/rm -f ${PLIST} ${PLIST}.dirs + +if [ "${BATCH}" ]; then + set \"ca\" \"cs\" \"da\" \"de\" \"el\" \"eo\" \"es\" \"et\" \"fi\" \"fr\" \"he\" \"hu\" \"ja\" \"is\" \"ko\" \"it\" \"nl\" \"no\" \"no_NY\" \"pl\" \"pt\" \"pt_BR\" \"ro\" \"ru\" \"sk\" \"sl\" \"sr\" \"sv\" \"tr\" \"uk\" \"zh_CN.GB2312\" \"zh_TW.Big5\" +else +if [ "${LINGUAS}" ]; then + set `echo $LINGUAS` +else + /usr/bin/dialog --title "Select languages" --clear \ + --checklist "\n\ +Please select desired languages:" -1 -1 16 \ +ca "Canada" OFF \ +cs "Czech" OFF \ +da "Danish" OFF \ +de "German" ON \ +el "Greek" OFF \ +eo "Esperanto" OFF \ +es "Spanish" OFF \ +et "Estonian" OFF \ +fi "Finnish" ON \ +fr "French" ON \ +he "Hebrew" OFF \ +hu "Hungarian" OFF \ +ja "Japanese" ON \ +is "Icelandic" OFF \ +ko "Korean" ON \ +it "Italian" OFF \ +nl "Dutch" OFF \ +no "Norwegian (Bokmaal)" OFF \ +no_NY "Norwegian (Nynorsk)" OFF \ +pl "Polish" OFF \ +pt "Portuguese" OFF \ +pt_BR "Brazil portuguese" OFF \ +ro "Romanian" OFF \ +ru "Russian" ON \ +sk "Slovak" OFF \ +sl "Slovenian" OFF \ +sr "Serbian" OFF \ +sv "Swedish" OFF \ +tr "Turkish" OFF \ +uk "Ukrainian" OFF \ +zh_CN.GB2312 "Simplified Chinese" ON \ +zh_TW.Big5 "Chinese" ON \ +2> /tmp/chklist.tmp.$$ + + retval=$? + + if [ -s /tmp/chklist.tmp.$$ ]; then + set `cat /tmp/chklist.tmp.$$` + fi + rm -f /tmp/chklist.tmp.$$ + + case $retval in + 0) if [ -z "$*" ]; then + echo "Nothing selected" + fi + ;; + 1) echo "Cancel pressed." + exit 1 + ;; + esac +fi +fi + +/bin/rm -f ${WRKSRC}/subdirs +/usr/bin/grep "^[^@].*/en/.*" ${CURDIR}/pkg-plist > ${PLIST} +/usr/bin/grep "^@.*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}.dirs + +while [ "$1" ]; do + a=`echo -n $1 | /usr/bin/sed -e 's#\"##g'` + echo $a >> ${WRKSRC}/subdirs + /usr/bin/grep "^[^@].*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^[^@].*-$a\$" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^@.*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST}.dirs + shift +done + +/bin/cat ${PLIST}.dirs >> ${PLIST} diff --git a/misc/kde4-l10n-sv/Makefile b/misc/kde4-l10n-sv/Makefile index 55d6f1ea7887..893cd73b4beb 100644 --- a/misc/kde4-l10n-sv/Makefile +++ b/misc/kde4-l10n-sv/Makefile @@ -21,4 +21,10 @@ USE_GMAKE= yes GNU_CONFIGURE= yes +PLIST= ${WRKDIR}/PLIST +SCRIPTS_ENV+= PLIST=${PLIST} + +pre-configure: + @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure + .include <bsd.port.mk> diff --git a/misc/kde4-l10n-sv/scripts/Configure b/misc/kde4-l10n-sv/scripts/Configure new file mode 100644 index 000000000000..3d8958d60472 --- /dev/null +++ b/misc/kde4-l10n-sv/scripts/Configure @@ -0,0 +1,81 @@ +#! /bin/sh +# $FreeBSD$ + +/bin/rm -f ${PLIST} ${PLIST}.dirs + +if [ "${BATCH}" ]; then + set \"ca\" \"cs\" \"da\" \"de\" \"el\" \"eo\" \"es\" \"et\" \"fi\" \"fr\" \"he\" \"hu\" \"ja\" \"is\" \"ko\" \"it\" \"nl\" \"no\" \"no_NY\" \"pl\" \"pt\" \"pt_BR\" \"ro\" \"ru\" \"sk\" \"sl\" \"sr\" \"sv\" \"tr\" \"uk\" \"zh_CN.GB2312\" \"zh_TW.Big5\" +else +if [ "${LINGUAS}" ]; then + set `echo $LINGUAS` +else + /usr/bin/dialog --title "Select languages" --clear \ + --checklist "\n\ +Please select desired languages:" -1 -1 16 \ +ca "Canada" OFF \ +cs "Czech" OFF \ +da "Danish" OFF \ +de "German" ON \ +el "Greek" OFF \ +eo "Esperanto" OFF \ +es "Spanish" OFF \ +et "Estonian" OFF \ +fi "Finnish" ON \ +fr "French" ON \ +he "Hebrew" OFF \ +hu "Hungarian" OFF \ +ja "Japanese" ON \ +is "Icelandic" OFF \ +ko "Korean" ON \ +it "Italian" OFF \ +nl "Dutch" OFF \ +no "Norwegian (Bokmaal)" OFF \ +no_NY "Norwegian (Nynorsk)" OFF \ +pl "Polish" OFF \ +pt "Portuguese" OFF \ +pt_BR "Brazil portuguese" OFF \ +ro "Romanian" OFF \ +ru "Russian" ON \ +sk "Slovak" OFF \ +sl "Slovenian" OFF \ +sr "Serbian" OFF \ +sv "Swedish" OFF \ +tr "Turkish" OFF \ +uk "Ukrainian" OFF \ +zh_CN.GB2312 "Simplified Chinese" ON \ +zh_TW.Big5 "Chinese" ON \ +2> /tmp/chklist.tmp.$$ + + retval=$? + + if [ -s /tmp/chklist.tmp.$$ ]; then + set `cat /tmp/chklist.tmp.$$` + fi + rm -f /tmp/chklist.tmp.$$ + + case $retval in + 0) if [ -z "$*" ]; then + echo "Nothing selected" + fi + ;; + 1) echo "Cancel pressed." + exit 1 + ;; + esac +fi +fi + +/bin/rm -f ${WRKSRC}/subdirs +/usr/bin/grep "^[^@].*/en/.*" ${CURDIR}/pkg-plist > ${PLIST} +/usr/bin/grep "^@.*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}.dirs + +while [ "$1" ]; do + a=`echo -n $1 | /usr/bin/sed -e 's#\"##g'` + echo $a >> ${WRKSRC}/subdirs + /usr/bin/grep "^[^@].*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^[^@].*-$a\$" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^@.*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST}.dirs + shift +done + +/bin/cat ${PLIST}.dirs >> ${PLIST} diff --git a/misc/kde4-l10n-ta/Makefile b/misc/kde4-l10n-ta/Makefile index 55d6f1ea7887..893cd73b4beb 100644 --- a/misc/kde4-l10n-ta/Makefile +++ b/misc/kde4-l10n-ta/Makefile @@ -21,4 +21,10 @@ USE_GMAKE= yes GNU_CONFIGURE= yes +PLIST= ${WRKDIR}/PLIST +SCRIPTS_ENV+= PLIST=${PLIST} + +pre-configure: + @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure + .include <bsd.port.mk> diff --git a/misc/kde4-l10n-ta/scripts/Configure b/misc/kde4-l10n-ta/scripts/Configure new file mode 100644 index 000000000000..3d8958d60472 --- /dev/null +++ b/misc/kde4-l10n-ta/scripts/Configure @@ -0,0 +1,81 @@ +#! /bin/sh +# $FreeBSD$ + +/bin/rm -f ${PLIST} ${PLIST}.dirs + +if [ "${BATCH}" ]; then + set \"ca\" \"cs\" \"da\" \"de\" \"el\" \"eo\" \"es\" \"et\" \"fi\" \"fr\" \"he\" \"hu\" \"ja\" \"is\" \"ko\" \"it\" \"nl\" \"no\" \"no_NY\" \"pl\" \"pt\" \"pt_BR\" \"ro\" \"ru\" \"sk\" \"sl\" \"sr\" \"sv\" \"tr\" \"uk\" \"zh_CN.GB2312\" \"zh_TW.Big5\" +else +if [ "${LINGUAS}" ]; then + set `echo $LINGUAS` +else + /usr/bin/dialog --title "Select languages" --clear \ + --checklist "\n\ +Please select desired languages:" -1 -1 16 \ +ca "Canada" OFF \ +cs "Czech" OFF \ +da "Danish" OFF \ +de "German" ON \ +el "Greek" OFF \ +eo "Esperanto" OFF \ +es "Spanish" OFF \ +et "Estonian" OFF \ +fi "Finnish" ON \ +fr "French" ON \ +he "Hebrew" OFF \ +hu "Hungarian" OFF \ +ja "Japanese" ON \ +is "Icelandic" OFF \ +ko "Korean" ON \ +it "Italian" OFF \ +nl "Dutch" OFF \ +no "Norwegian (Bokmaal)" OFF \ +no_NY "Norwegian (Nynorsk)" OFF \ +pl "Polish" OFF \ +pt "Portuguese" OFF \ +pt_BR "Brazil portuguese" OFF \ +ro "Romanian" OFF \ +ru "Russian" ON \ +sk "Slovak" OFF \ +sl "Slovenian" OFF \ +sr "Serbian" OFF \ +sv "Swedish" OFF \ +tr "Turkish" OFF \ +uk "Ukrainian" OFF \ +zh_CN.GB2312 "Simplified Chinese" ON \ +zh_TW.Big5 "Chinese" ON \ +2> /tmp/chklist.tmp.$$ + + retval=$? + + if [ -s /tmp/chklist.tmp.$$ ]; then + set `cat /tmp/chklist.tmp.$$` + fi + rm -f /tmp/chklist.tmp.$$ + + case $retval in + 0) if [ -z "$*" ]; then + echo "Nothing selected" + fi + ;; + 1) echo "Cancel pressed." + exit 1 + ;; + esac +fi +fi + +/bin/rm -f ${WRKSRC}/subdirs +/usr/bin/grep "^[^@].*/en/.*" ${CURDIR}/pkg-plist > ${PLIST} +/usr/bin/grep "^@.*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}.dirs + +while [ "$1" ]; do + a=`echo -n $1 | /usr/bin/sed -e 's#\"##g'` + echo $a >> ${WRKSRC}/subdirs + /usr/bin/grep "^[^@].*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^[^@].*-$a\$" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^@.*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST}.dirs + shift +done + +/bin/cat ${PLIST}.dirs >> ${PLIST} diff --git a/misc/kde4-l10n-th/Makefile b/misc/kde4-l10n-th/Makefile index 55d6f1ea7887..893cd73b4beb 100644 --- a/misc/kde4-l10n-th/Makefile +++ b/misc/kde4-l10n-th/Makefile @@ -21,4 +21,10 @@ USE_GMAKE= yes GNU_CONFIGURE= yes +PLIST= ${WRKDIR}/PLIST +SCRIPTS_ENV+= PLIST=${PLIST} + +pre-configure: + @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure + .include <bsd.port.mk> diff --git a/misc/kde4-l10n-th/scripts/Configure b/misc/kde4-l10n-th/scripts/Configure new file mode 100644 index 000000000000..3d8958d60472 --- /dev/null +++ b/misc/kde4-l10n-th/scripts/Configure @@ -0,0 +1,81 @@ +#! /bin/sh +# $FreeBSD$ + +/bin/rm -f ${PLIST} ${PLIST}.dirs + +if [ "${BATCH}" ]; then + set \"ca\" \"cs\" \"da\" \"de\" \"el\" \"eo\" \"es\" \"et\" \"fi\" \"fr\" \"he\" \"hu\" \"ja\" \"is\" \"ko\" \"it\" \"nl\" \"no\" \"no_NY\" \"pl\" \"pt\" \"pt_BR\" \"ro\" \"ru\" \"sk\" \"sl\" \"sr\" \"sv\" \"tr\" \"uk\" \"zh_CN.GB2312\" \"zh_TW.Big5\" +else +if [ "${LINGUAS}" ]; then + set `echo $LINGUAS` +else + /usr/bin/dialog --title "Select languages" --clear \ + --checklist "\n\ +Please select desired languages:" -1 -1 16 \ +ca "Canada" OFF \ +cs "Czech" OFF \ +da "Danish" OFF \ +de "German" ON \ +el "Greek" OFF \ +eo "Esperanto" OFF \ +es "Spanish" OFF \ +et "Estonian" OFF \ +fi "Finnish" ON \ +fr "French" ON \ +he "Hebrew" OFF \ +hu "Hungarian" OFF \ +ja "Japanese" ON \ +is "Icelandic" OFF \ +ko "Korean" ON \ +it "Italian" OFF \ +nl "Dutch" OFF \ +no "Norwegian (Bokmaal)" OFF \ +no_NY "Norwegian (Nynorsk)" OFF \ +pl "Polish" OFF \ +pt "Portuguese" OFF \ +pt_BR "Brazil portuguese" OFF \ +ro "Romanian" OFF \ +ru "Russian" ON \ +sk "Slovak" OFF \ +sl "Slovenian" OFF \ +sr "Serbian" OFF \ +sv "Swedish" OFF \ +tr "Turkish" OFF \ +uk "Ukrainian" OFF \ +zh_CN.GB2312 "Simplified Chinese" ON \ +zh_TW.Big5 "Chinese" ON \ +2> /tmp/chklist.tmp.$$ + + retval=$? + + if [ -s /tmp/chklist.tmp.$$ ]; then + set `cat /tmp/chklist.tmp.$$` + fi + rm -f /tmp/chklist.tmp.$$ + + case $retval in + 0) if [ -z "$*" ]; then + echo "Nothing selected" + fi + ;; + 1) echo "Cancel pressed." + exit 1 + ;; + esac +fi +fi + +/bin/rm -f ${WRKSRC}/subdirs +/usr/bin/grep "^[^@].*/en/.*" ${CURDIR}/pkg-plist > ${PLIST} +/usr/bin/grep "^@.*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}.dirs + +while [ "$1" ]; do + a=`echo -n $1 | /usr/bin/sed -e 's#\"##g'` + echo $a >> ${WRKSRC}/subdirs + /usr/bin/grep "^[^@].*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^[^@].*-$a\$" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^@.*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST}.dirs + shift +done + +/bin/cat ${PLIST}.dirs >> ${PLIST} diff --git a/misc/kde4-l10n-tr/Makefile b/misc/kde4-l10n-tr/Makefile index 55d6f1ea7887..893cd73b4beb 100644 --- a/misc/kde4-l10n-tr/Makefile +++ b/misc/kde4-l10n-tr/Makefile @@ -21,4 +21,10 @@ USE_GMAKE= yes GNU_CONFIGURE= yes +PLIST= ${WRKDIR}/PLIST +SCRIPTS_ENV+= PLIST=${PLIST} + +pre-configure: + @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure + .include <bsd.port.mk> diff --git a/misc/kde4-l10n-tr/scripts/Configure b/misc/kde4-l10n-tr/scripts/Configure new file mode 100644 index 000000000000..3d8958d60472 --- /dev/null +++ b/misc/kde4-l10n-tr/scripts/Configure @@ -0,0 +1,81 @@ +#! /bin/sh +# $FreeBSD$ + +/bin/rm -f ${PLIST} ${PLIST}.dirs + +if [ "${BATCH}" ]; then + set \"ca\" \"cs\" \"da\" \"de\" \"el\" \"eo\" \"es\" \"et\" \"fi\" \"fr\" \"he\" \"hu\" \"ja\" \"is\" \"ko\" \"it\" \"nl\" \"no\" \"no_NY\" \"pl\" \"pt\" \"pt_BR\" \"ro\" \"ru\" \"sk\" \"sl\" \"sr\" \"sv\" \"tr\" \"uk\" \"zh_CN.GB2312\" \"zh_TW.Big5\" +else +if [ "${LINGUAS}" ]; then + set `echo $LINGUAS` +else + /usr/bin/dialog --title "Select languages" --clear \ + --checklist "\n\ +Please select desired languages:" -1 -1 16 \ +ca "Canada" OFF \ +cs "Czech" OFF \ +da "Danish" OFF \ +de "German" ON \ +el "Greek" OFF \ +eo "Esperanto" OFF \ +es "Spanish" OFF \ +et "Estonian" OFF \ +fi "Finnish" ON \ +fr "French" ON \ +he "Hebrew" OFF \ +hu "Hungarian" OFF \ +ja "Japanese" ON \ +is "Icelandic" OFF \ +ko "Korean" ON \ +it "Italian" OFF \ +nl "Dutch" OFF \ +no "Norwegian (Bokmaal)" OFF \ +no_NY "Norwegian (Nynorsk)" OFF \ +pl "Polish" OFF \ +pt "Portuguese" OFF \ +pt_BR "Brazil portuguese" OFF \ +ro "Romanian" OFF \ +ru "Russian" ON \ +sk "Slovak" OFF \ +sl "Slovenian" OFF \ +sr "Serbian" OFF \ +sv "Swedish" OFF \ +tr "Turkish" OFF \ +uk "Ukrainian" OFF \ +zh_CN.GB2312 "Simplified Chinese" ON \ +zh_TW.Big5 "Chinese" ON \ +2> /tmp/chklist.tmp.$$ + + retval=$? + + if [ -s /tmp/chklist.tmp.$$ ]; then + set `cat /tmp/chklist.tmp.$$` + fi + rm -f /tmp/chklist.tmp.$$ + + case $retval in + 0) if [ -z "$*" ]; then + echo "Nothing selected" + fi + ;; + 1) echo "Cancel pressed." + exit 1 + ;; + esac +fi +fi + +/bin/rm -f ${WRKSRC}/subdirs +/usr/bin/grep "^[^@].*/en/.*" ${CURDIR}/pkg-plist > ${PLIST} +/usr/bin/grep "^@.*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}.dirs + +while [ "$1" ]; do + a=`echo -n $1 | /usr/bin/sed -e 's#\"##g'` + echo $a >> ${WRKSRC}/subdirs + /usr/bin/grep "^[^@].*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^[^@].*-$a\$" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^@.*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST}.dirs + shift +done + +/bin/cat ${PLIST}.dirs >> ${PLIST} diff --git a/misc/kde4-l10n/Makefile b/misc/kde4-l10n/Makefile index 55d6f1ea7887..893cd73b4beb 100644 --- a/misc/kde4-l10n/Makefile +++ b/misc/kde4-l10n/Makefile @@ -21,4 +21,10 @@ USE_GMAKE= yes GNU_CONFIGURE= yes +PLIST= ${WRKDIR}/PLIST +SCRIPTS_ENV+= PLIST=${PLIST} + +pre-configure: + @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure + .include <bsd.port.mk> diff --git a/misc/kde4-l10n/scripts/Configure b/misc/kde4-l10n/scripts/Configure new file mode 100644 index 000000000000..3d8958d60472 --- /dev/null +++ b/misc/kde4-l10n/scripts/Configure @@ -0,0 +1,81 @@ +#! /bin/sh +# $FreeBSD$ + +/bin/rm -f ${PLIST} ${PLIST}.dirs + +if [ "${BATCH}" ]; then + set \"ca\" \"cs\" \"da\" \"de\" \"el\" \"eo\" \"es\" \"et\" \"fi\" \"fr\" \"he\" \"hu\" \"ja\" \"is\" \"ko\" \"it\" \"nl\" \"no\" \"no_NY\" \"pl\" \"pt\" \"pt_BR\" \"ro\" \"ru\" \"sk\" \"sl\" \"sr\" \"sv\" \"tr\" \"uk\" \"zh_CN.GB2312\" \"zh_TW.Big5\" +else +if [ "${LINGUAS}" ]; then + set `echo $LINGUAS` +else + /usr/bin/dialog --title "Select languages" --clear \ + --checklist "\n\ +Please select desired languages:" -1 -1 16 \ +ca "Canada" OFF \ +cs "Czech" OFF \ +da "Danish" OFF \ +de "German" ON \ +el "Greek" OFF \ +eo "Esperanto" OFF \ +es "Spanish" OFF \ +et "Estonian" OFF \ +fi "Finnish" ON \ +fr "French" ON \ +he "Hebrew" OFF \ +hu "Hungarian" OFF \ +ja "Japanese" ON \ +is "Icelandic" OFF \ +ko "Korean" ON \ +it "Italian" OFF \ +nl "Dutch" OFF \ +no "Norwegian (Bokmaal)" OFF \ +no_NY "Norwegian (Nynorsk)" OFF \ +pl "Polish" OFF \ +pt "Portuguese" OFF \ +pt_BR "Brazil portuguese" OFF \ +ro "Romanian" OFF \ +ru "Russian" ON \ +sk "Slovak" OFF \ +sl "Slovenian" OFF \ +sr "Serbian" OFF \ +sv "Swedish" OFF \ +tr "Turkish" OFF \ +uk "Ukrainian" OFF \ +zh_CN.GB2312 "Simplified Chinese" ON \ +zh_TW.Big5 "Chinese" ON \ +2> /tmp/chklist.tmp.$$ + + retval=$? + + if [ -s /tmp/chklist.tmp.$$ ]; then + set `cat /tmp/chklist.tmp.$$` + fi + rm -f /tmp/chklist.tmp.$$ + + case $retval in + 0) if [ -z "$*" ]; then + echo "Nothing selected" + fi + ;; + 1) echo "Cancel pressed." + exit 1 + ;; + esac +fi +fi + +/bin/rm -f ${WRKSRC}/subdirs +/usr/bin/grep "^[^@].*/en/.*" ${CURDIR}/pkg-plist > ${PLIST} +/usr/bin/grep "^@.*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}.dirs + +while [ "$1" ]; do + a=`echo -n $1 | /usr/bin/sed -e 's#\"##g'` + echo $a >> ${WRKSRC}/subdirs + /usr/bin/grep "^[^@].*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^[^@].*-$a\$" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^@.*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST}.dirs + shift +done + +/bin/cat ${PLIST}.dirs >> ${PLIST} diff --git a/polish/kde3-i18n/Makefile b/polish/kde3-i18n/Makefile index 55d6f1ea7887..893cd73b4beb 100644 --- a/polish/kde3-i18n/Makefile +++ b/polish/kde3-i18n/Makefile @@ -21,4 +21,10 @@ USE_GMAKE= yes GNU_CONFIGURE= yes +PLIST= ${WRKDIR}/PLIST +SCRIPTS_ENV+= PLIST=${PLIST} + +pre-configure: + @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure + .include <bsd.port.mk> diff --git a/polish/kde3-i18n/scripts/Configure b/polish/kde3-i18n/scripts/Configure new file mode 100644 index 000000000000..3d8958d60472 --- /dev/null +++ b/polish/kde3-i18n/scripts/Configure @@ -0,0 +1,81 @@ +#! /bin/sh +# $FreeBSD$ + +/bin/rm -f ${PLIST} ${PLIST}.dirs + +if [ "${BATCH}" ]; then + set \"ca\" \"cs\" \"da\" \"de\" \"el\" \"eo\" \"es\" \"et\" \"fi\" \"fr\" \"he\" \"hu\" \"ja\" \"is\" \"ko\" \"it\" \"nl\" \"no\" \"no_NY\" \"pl\" \"pt\" \"pt_BR\" \"ro\" \"ru\" \"sk\" \"sl\" \"sr\" \"sv\" \"tr\" \"uk\" \"zh_CN.GB2312\" \"zh_TW.Big5\" +else +if [ "${LINGUAS}" ]; then + set `echo $LINGUAS` +else + /usr/bin/dialog --title "Select languages" --clear \ + --checklist "\n\ +Please select desired languages:" -1 -1 16 \ +ca "Canada" OFF \ +cs "Czech" OFF \ +da "Danish" OFF \ +de "German" ON \ +el "Greek" OFF \ +eo "Esperanto" OFF \ +es "Spanish" OFF \ +et "Estonian" OFF \ +fi "Finnish" ON \ +fr "French" ON \ +he "Hebrew" OFF \ +hu "Hungarian" OFF \ +ja "Japanese" ON \ +is "Icelandic" OFF \ +ko "Korean" ON \ +it "Italian" OFF \ +nl "Dutch" OFF \ +no "Norwegian (Bokmaal)" OFF \ +no_NY "Norwegian (Nynorsk)" OFF \ +pl "Polish" OFF \ +pt "Portuguese" OFF \ +pt_BR "Brazil portuguese" OFF \ +ro "Romanian" OFF \ +ru "Russian" ON \ +sk "Slovak" OFF \ +sl "Slovenian" OFF \ +sr "Serbian" OFF \ +sv "Swedish" OFF \ +tr "Turkish" OFF \ +uk "Ukrainian" OFF \ +zh_CN.GB2312 "Simplified Chinese" ON \ +zh_TW.Big5 "Chinese" ON \ +2> /tmp/chklist.tmp.$$ + + retval=$? + + if [ -s /tmp/chklist.tmp.$$ ]; then + set `cat /tmp/chklist.tmp.$$` + fi + rm -f /tmp/chklist.tmp.$$ + + case $retval in + 0) if [ -z "$*" ]; then + echo "Nothing selected" + fi + ;; + 1) echo "Cancel pressed." + exit 1 + ;; + esac +fi +fi + +/bin/rm -f ${WRKSRC}/subdirs +/usr/bin/grep "^[^@].*/en/.*" ${CURDIR}/pkg-plist > ${PLIST} +/usr/bin/grep "^@.*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}.dirs + +while [ "$1" ]; do + a=`echo -n $1 | /usr/bin/sed -e 's#\"##g'` + echo $a >> ${WRKSRC}/subdirs + /usr/bin/grep "^[^@].*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^[^@].*-$a\$" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^@.*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST}.dirs + shift +done + +/bin/cat ${PLIST}.dirs >> ${PLIST} diff --git a/polish/kde4-l10n/Makefile b/polish/kde4-l10n/Makefile index 55d6f1ea7887..893cd73b4beb 100644 --- a/polish/kde4-l10n/Makefile +++ b/polish/kde4-l10n/Makefile @@ -21,4 +21,10 @@ USE_GMAKE= yes GNU_CONFIGURE= yes +PLIST= ${WRKDIR}/PLIST +SCRIPTS_ENV+= PLIST=${PLIST} + +pre-configure: + @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure + .include <bsd.port.mk> diff --git a/polish/kde4-l10n/scripts/Configure b/polish/kde4-l10n/scripts/Configure new file mode 100644 index 000000000000..3d8958d60472 --- /dev/null +++ b/polish/kde4-l10n/scripts/Configure @@ -0,0 +1,81 @@ +#! /bin/sh +# $FreeBSD$ + +/bin/rm -f ${PLIST} ${PLIST}.dirs + +if [ "${BATCH}" ]; then + set \"ca\" \"cs\" \"da\" \"de\" \"el\" \"eo\" \"es\" \"et\" \"fi\" \"fr\" \"he\" \"hu\" \"ja\" \"is\" \"ko\" \"it\" \"nl\" \"no\" \"no_NY\" \"pl\" \"pt\" \"pt_BR\" \"ro\" \"ru\" \"sk\" \"sl\" \"sr\" \"sv\" \"tr\" \"uk\" \"zh_CN.GB2312\" \"zh_TW.Big5\" +else +if [ "${LINGUAS}" ]; then + set `echo $LINGUAS` +else + /usr/bin/dialog --title "Select languages" --clear \ + --checklist "\n\ +Please select desired languages:" -1 -1 16 \ +ca "Canada" OFF \ +cs "Czech" OFF \ +da "Danish" OFF \ +de "German" ON \ +el "Greek" OFF \ +eo "Esperanto" OFF \ +es "Spanish" OFF \ +et "Estonian" OFF \ +fi "Finnish" ON \ +fr "French" ON \ +he "Hebrew" OFF \ +hu "Hungarian" OFF \ +ja "Japanese" ON \ +is "Icelandic" OFF \ +ko "Korean" ON \ +it "Italian" OFF \ +nl "Dutch" OFF \ +no "Norwegian (Bokmaal)" OFF \ +no_NY "Norwegian (Nynorsk)" OFF \ +pl "Polish" OFF \ +pt "Portuguese" OFF \ +pt_BR "Brazil portuguese" OFF \ +ro "Romanian" OFF \ +ru "Russian" ON \ +sk "Slovak" OFF \ +sl "Slovenian" OFF \ +sr "Serbian" OFF \ +sv "Swedish" OFF \ +tr "Turkish" OFF \ +uk "Ukrainian" OFF \ +zh_CN.GB2312 "Simplified Chinese" ON \ +zh_TW.Big5 "Chinese" ON \ +2> /tmp/chklist.tmp.$$ + + retval=$? + + if [ -s /tmp/chklist.tmp.$$ ]; then + set `cat /tmp/chklist.tmp.$$` + fi + rm -f /tmp/chklist.tmp.$$ + + case $retval in + 0) if [ -z "$*" ]; then + echo "Nothing selected" + fi + ;; + 1) echo "Cancel pressed." + exit 1 + ;; + esac +fi +fi + +/bin/rm -f ${WRKSRC}/subdirs +/usr/bin/grep "^[^@].*/en/.*" ${CURDIR}/pkg-plist > ${PLIST} +/usr/bin/grep "^@.*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}.dirs + +while [ "$1" ]; do + a=`echo -n $1 | /usr/bin/sed -e 's#\"##g'` + echo $a >> ${WRKSRC}/subdirs + /usr/bin/grep "^[^@].*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^[^@].*-$a\$" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^@.*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST}.dirs + shift +done + +/bin/cat ${PLIST}.dirs >> ${PLIST} diff --git a/portuguese/kde3-i18n-pt_BR/Makefile b/portuguese/kde3-i18n-pt_BR/Makefile index 55d6f1ea7887..893cd73b4beb 100644 --- a/portuguese/kde3-i18n-pt_BR/Makefile +++ b/portuguese/kde3-i18n-pt_BR/Makefile @@ -21,4 +21,10 @@ USE_GMAKE= yes GNU_CONFIGURE= yes +PLIST= ${WRKDIR}/PLIST +SCRIPTS_ENV+= PLIST=${PLIST} + +pre-configure: + @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure + .include <bsd.port.mk> diff --git a/portuguese/kde3-i18n-pt_BR/scripts/Configure b/portuguese/kde3-i18n-pt_BR/scripts/Configure new file mode 100644 index 000000000000..3d8958d60472 --- /dev/null +++ b/portuguese/kde3-i18n-pt_BR/scripts/Configure @@ -0,0 +1,81 @@ +#! /bin/sh +# $FreeBSD$ + +/bin/rm -f ${PLIST} ${PLIST}.dirs + +if [ "${BATCH}" ]; then + set \"ca\" \"cs\" \"da\" \"de\" \"el\" \"eo\" \"es\" \"et\" \"fi\" \"fr\" \"he\" \"hu\" \"ja\" \"is\" \"ko\" \"it\" \"nl\" \"no\" \"no_NY\" \"pl\" \"pt\" \"pt_BR\" \"ro\" \"ru\" \"sk\" \"sl\" \"sr\" \"sv\" \"tr\" \"uk\" \"zh_CN.GB2312\" \"zh_TW.Big5\" +else +if [ "${LINGUAS}" ]; then + set `echo $LINGUAS` +else + /usr/bin/dialog --title "Select languages" --clear \ + --checklist "\n\ +Please select desired languages:" -1 -1 16 \ +ca "Canada" OFF \ +cs "Czech" OFF \ +da "Danish" OFF \ +de "German" ON \ +el "Greek" OFF \ +eo "Esperanto" OFF \ +es "Spanish" OFF \ +et "Estonian" OFF \ +fi "Finnish" ON \ +fr "French" ON \ +he "Hebrew" OFF \ +hu "Hungarian" OFF \ +ja "Japanese" ON \ +is "Icelandic" OFF \ +ko "Korean" ON \ +it "Italian" OFF \ +nl "Dutch" OFF \ +no "Norwegian (Bokmaal)" OFF \ +no_NY "Norwegian (Nynorsk)" OFF \ +pl "Polish" OFF \ +pt "Portuguese" OFF \ +pt_BR "Brazil portuguese" OFF \ +ro "Romanian" OFF \ +ru "Russian" ON \ +sk "Slovak" OFF \ +sl "Slovenian" OFF \ +sr "Serbian" OFF \ +sv "Swedish" OFF \ +tr "Turkish" OFF \ +uk "Ukrainian" OFF \ +zh_CN.GB2312 "Simplified Chinese" ON \ +zh_TW.Big5 "Chinese" ON \ +2> /tmp/chklist.tmp.$$ + + retval=$? + + if [ -s /tmp/chklist.tmp.$$ ]; then + set `cat /tmp/chklist.tmp.$$` + fi + rm -f /tmp/chklist.tmp.$$ + + case $retval in + 0) if [ -z "$*" ]; then + echo "Nothing selected" + fi + ;; + 1) echo "Cancel pressed." + exit 1 + ;; + esac +fi +fi + +/bin/rm -f ${WRKSRC}/subdirs +/usr/bin/grep "^[^@].*/en/.*" ${CURDIR}/pkg-plist > ${PLIST} +/usr/bin/grep "^@.*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}.dirs + +while [ "$1" ]; do + a=`echo -n $1 | /usr/bin/sed -e 's#\"##g'` + echo $a >> ${WRKSRC}/subdirs + /usr/bin/grep "^[^@].*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^[^@].*-$a\$" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^@.*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST}.dirs + shift +done + +/bin/cat ${PLIST}.dirs >> ${PLIST} diff --git a/portuguese/kde3-i18n/Makefile b/portuguese/kde3-i18n/Makefile index 55d6f1ea7887..893cd73b4beb 100644 --- a/portuguese/kde3-i18n/Makefile +++ b/portuguese/kde3-i18n/Makefile @@ -21,4 +21,10 @@ USE_GMAKE= yes GNU_CONFIGURE= yes +PLIST= ${WRKDIR}/PLIST +SCRIPTS_ENV+= PLIST=${PLIST} + +pre-configure: + @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure + .include <bsd.port.mk> diff --git a/portuguese/kde3-i18n/scripts/Configure b/portuguese/kde3-i18n/scripts/Configure new file mode 100644 index 000000000000..3d8958d60472 --- /dev/null +++ b/portuguese/kde3-i18n/scripts/Configure @@ -0,0 +1,81 @@ +#! /bin/sh +# $FreeBSD$ + +/bin/rm -f ${PLIST} ${PLIST}.dirs + +if [ "${BATCH}" ]; then + set \"ca\" \"cs\" \"da\" \"de\" \"el\" \"eo\" \"es\" \"et\" \"fi\" \"fr\" \"he\" \"hu\" \"ja\" \"is\" \"ko\" \"it\" \"nl\" \"no\" \"no_NY\" \"pl\" \"pt\" \"pt_BR\" \"ro\" \"ru\" \"sk\" \"sl\" \"sr\" \"sv\" \"tr\" \"uk\" \"zh_CN.GB2312\" \"zh_TW.Big5\" +else +if [ "${LINGUAS}" ]; then + set `echo $LINGUAS` +else + /usr/bin/dialog --title "Select languages" --clear \ + --checklist "\n\ +Please select desired languages:" -1 -1 16 \ +ca "Canada" OFF \ +cs "Czech" OFF \ +da "Danish" OFF \ +de "German" ON \ +el "Greek" OFF \ +eo "Esperanto" OFF \ +es "Spanish" OFF \ +et "Estonian" OFF \ +fi "Finnish" ON \ +fr "French" ON \ +he "Hebrew" OFF \ +hu "Hungarian" OFF \ +ja "Japanese" ON \ +is "Icelandic" OFF \ +ko "Korean" ON \ +it "Italian" OFF \ +nl "Dutch" OFF \ +no "Norwegian (Bokmaal)" OFF \ +no_NY "Norwegian (Nynorsk)" OFF \ +pl "Polish" OFF \ +pt "Portuguese" OFF \ +pt_BR "Brazil portuguese" OFF \ +ro "Romanian" OFF \ +ru "Russian" ON \ +sk "Slovak" OFF \ +sl "Slovenian" OFF \ +sr "Serbian" OFF \ +sv "Swedish" OFF \ +tr "Turkish" OFF \ +uk "Ukrainian" OFF \ +zh_CN.GB2312 "Simplified Chinese" ON \ +zh_TW.Big5 "Chinese" ON \ +2> /tmp/chklist.tmp.$$ + + retval=$? + + if [ -s /tmp/chklist.tmp.$$ ]; then + set `cat /tmp/chklist.tmp.$$` + fi + rm -f /tmp/chklist.tmp.$$ + + case $retval in + 0) if [ -z "$*" ]; then + echo "Nothing selected" + fi + ;; + 1) echo "Cancel pressed." + exit 1 + ;; + esac +fi +fi + +/bin/rm -f ${WRKSRC}/subdirs +/usr/bin/grep "^[^@].*/en/.*" ${CURDIR}/pkg-plist > ${PLIST} +/usr/bin/grep "^@.*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}.dirs + +while [ "$1" ]; do + a=`echo -n $1 | /usr/bin/sed -e 's#\"##g'` + echo $a >> ${WRKSRC}/subdirs + /usr/bin/grep "^[^@].*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^[^@].*-$a\$" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^@.*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST}.dirs + shift +done + +/bin/cat ${PLIST}.dirs >> ${PLIST} diff --git a/portuguese/kde4-l10n-pt_BR/Makefile b/portuguese/kde4-l10n-pt_BR/Makefile index 55d6f1ea7887..893cd73b4beb 100644 --- a/portuguese/kde4-l10n-pt_BR/Makefile +++ b/portuguese/kde4-l10n-pt_BR/Makefile @@ -21,4 +21,10 @@ USE_GMAKE= yes GNU_CONFIGURE= yes +PLIST= ${WRKDIR}/PLIST +SCRIPTS_ENV+= PLIST=${PLIST} + +pre-configure: + @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure + .include <bsd.port.mk> diff --git a/portuguese/kde4-l10n-pt_BR/scripts/Configure b/portuguese/kde4-l10n-pt_BR/scripts/Configure new file mode 100644 index 000000000000..3d8958d60472 --- /dev/null +++ b/portuguese/kde4-l10n-pt_BR/scripts/Configure @@ -0,0 +1,81 @@ +#! /bin/sh +# $FreeBSD$ + +/bin/rm -f ${PLIST} ${PLIST}.dirs + +if [ "${BATCH}" ]; then + set \"ca\" \"cs\" \"da\" \"de\" \"el\" \"eo\" \"es\" \"et\" \"fi\" \"fr\" \"he\" \"hu\" \"ja\" \"is\" \"ko\" \"it\" \"nl\" \"no\" \"no_NY\" \"pl\" \"pt\" \"pt_BR\" \"ro\" \"ru\" \"sk\" \"sl\" \"sr\" \"sv\" \"tr\" \"uk\" \"zh_CN.GB2312\" \"zh_TW.Big5\" +else +if [ "${LINGUAS}" ]; then + set `echo $LINGUAS` +else + /usr/bin/dialog --title "Select languages" --clear \ + --checklist "\n\ +Please select desired languages:" -1 -1 16 \ +ca "Canada" OFF \ +cs "Czech" OFF \ +da "Danish" OFF \ +de "German" ON \ +el "Greek" OFF \ +eo "Esperanto" OFF \ +es "Spanish" OFF \ +et "Estonian" OFF \ +fi "Finnish" ON \ +fr "French" ON \ +he "Hebrew" OFF \ +hu "Hungarian" OFF \ +ja "Japanese" ON \ +is "Icelandic" OFF \ +ko "Korean" ON \ +it "Italian" OFF \ +nl "Dutch" OFF \ +no "Norwegian (Bokmaal)" OFF \ +no_NY "Norwegian (Nynorsk)" OFF \ +pl "Polish" OFF \ +pt "Portuguese" OFF \ +pt_BR "Brazil portuguese" OFF \ +ro "Romanian" OFF \ +ru "Russian" ON \ +sk "Slovak" OFF \ +sl "Slovenian" OFF \ +sr "Serbian" OFF \ +sv "Swedish" OFF \ +tr "Turkish" OFF \ +uk "Ukrainian" OFF \ +zh_CN.GB2312 "Simplified Chinese" ON \ +zh_TW.Big5 "Chinese" ON \ +2> /tmp/chklist.tmp.$$ + + retval=$? + + if [ -s /tmp/chklist.tmp.$$ ]; then + set `cat /tmp/chklist.tmp.$$` + fi + rm -f /tmp/chklist.tmp.$$ + + case $retval in + 0) if [ -z "$*" ]; then + echo "Nothing selected" + fi + ;; + 1) echo "Cancel pressed." + exit 1 + ;; + esac +fi +fi + +/bin/rm -f ${WRKSRC}/subdirs +/usr/bin/grep "^[^@].*/en/.*" ${CURDIR}/pkg-plist > ${PLIST} +/usr/bin/grep "^@.*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}.dirs + +while [ "$1" ]; do + a=`echo -n $1 | /usr/bin/sed -e 's#\"##g'` + echo $a >> ${WRKSRC}/subdirs + /usr/bin/grep "^[^@].*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^[^@].*-$a\$" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^@.*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST}.dirs + shift +done + +/bin/cat ${PLIST}.dirs >> ${PLIST} diff --git a/portuguese/kde4-l10n/Makefile b/portuguese/kde4-l10n/Makefile index 55d6f1ea7887..893cd73b4beb 100644 --- a/portuguese/kde4-l10n/Makefile +++ b/portuguese/kde4-l10n/Makefile @@ -21,4 +21,10 @@ USE_GMAKE= yes GNU_CONFIGURE= yes +PLIST= ${WRKDIR}/PLIST +SCRIPTS_ENV+= PLIST=${PLIST} + +pre-configure: + @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure + .include <bsd.port.mk> diff --git a/portuguese/kde4-l10n/scripts/Configure b/portuguese/kde4-l10n/scripts/Configure new file mode 100644 index 000000000000..3d8958d60472 --- /dev/null +++ b/portuguese/kde4-l10n/scripts/Configure @@ -0,0 +1,81 @@ +#! /bin/sh +# $FreeBSD$ + +/bin/rm -f ${PLIST} ${PLIST}.dirs + +if [ "${BATCH}" ]; then + set \"ca\" \"cs\" \"da\" \"de\" \"el\" \"eo\" \"es\" \"et\" \"fi\" \"fr\" \"he\" \"hu\" \"ja\" \"is\" \"ko\" \"it\" \"nl\" \"no\" \"no_NY\" \"pl\" \"pt\" \"pt_BR\" \"ro\" \"ru\" \"sk\" \"sl\" \"sr\" \"sv\" \"tr\" \"uk\" \"zh_CN.GB2312\" \"zh_TW.Big5\" +else +if [ "${LINGUAS}" ]; then + set `echo $LINGUAS` +else + /usr/bin/dialog --title "Select languages" --clear \ + --checklist "\n\ +Please select desired languages:" -1 -1 16 \ +ca "Canada" OFF \ +cs "Czech" OFF \ +da "Danish" OFF \ +de "German" ON \ +el "Greek" OFF \ +eo "Esperanto" OFF \ +es "Spanish" OFF \ +et "Estonian" OFF \ +fi "Finnish" ON \ +fr "French" ON \ +he "Hebrew" OFF \ +hu "Hungarian" OFF \ +ja "Japanese" ON \ +is "Icelandic" OFF \ +ko "Korean" ON \ +it "Italian" OFF \ +nl "Dutch" OFF \ +no "Norwegian (Bokmaal)" OFF \ +no_NY "Norwegian (Nynorsk)" OFF \ +pl "Polish" OFF \ +pt "Portuguese" OFF \ +pt_BR "Brazil portuguese" OFF \ +ro "Romanian" OFF \ +ru "Russian" ON \ +sk "Slovak" OFF \ +sl "Slovenian" OFF \ +sr "Serbian" OFF \ +sv "Swedish" OFF \ +tr "Turkish" OFF \ +uk "Ukrainian" OFF \ +zh_CN.GB2312 "Simplified Chinese" ON \ +zh_TW.Big5 "Chinese" ON \ +2> /tmp/chklist.tmp.$$ + + retval=$? + + if [ -s /tmp/chklist.tmp.$$ ]; then + set `cat /tmp/chklist.tmp.$$` + fi + rm -f /tmp/chklist.tmp.$$ + + case $retval in + 0) if [ -z "$*" ]; then + echo "Nothing selected" + fi + ;; + 1) echo "Cancel pressed." + exit 1 + ;; + esac +fi +fi + +/bin/rm -f ${WRKSRC}/subdirs +/usr/bin/grep "^[^@].*/en/.*" ${CURDIR}/pkg-plist > ${PLIST} +/usr/bin/grep "^@.*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}.dirs + +while [ "$1" ]; do + a=`echo -n $1 | /usr/bin/sed -e 's#\"##g'` + echo $a >> ${WRKSRC}/subdirs + /usr/bin/grep "^[^@].*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^[^@].*-$a\$" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^@.*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST}.dirs + shift +done + +/bin/cat ${PLIST}.dirs >> ${PLIST} diff --git a/vietnamese/kde3-i18n/Makefile b/vietnamese/kde3-i18n/Makefile index 55d6f1ea7887..893cd73b4beb 100644 --- a/vietnamese/kde3-i18n/Makefile +++ b/vietnamese/kde3-i18n/Makefile @@ -21,4 +21,10 @@ USE_GMAKE= yes GNU_CONFIGURE= yes +PLIST= ${WRKDIR}/PLIST +SCRIPTS_ENV+= PLIST=${PLIST} + +pre-configure: + @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure + .include <bsd.port.mk> diff --git a/vietnamese/kde3-i18n/scripts/Configure b/vietnamese/kde3-i18n/scripts/Configure new file mode 100644 index 000000000000..3d8958d60472 --- /dev/null +++ b/vietnamese/kde3-i18n/scripts/Configure @@ -0,0 +1,81 @@ +#! /bin/sh +# $FreeBSD$ + +/bin/rm -f ${PLIST} ${PLIST}.dirs + +if [ "${BATCH}" ]; then + set \"ca\" \"cs\" \"da\" \"de\" \"el\" \"eo\" \"es\" \"et\" \"fi\" \"fr\" \"he\" \"hu\" \"ja\" \"is\" \"ko\" \"it\" \"nl\" \"no\" \"no_NY\" \"pl\" \"pt\" \"pt_BR\" \"ro\" \"ru\" \"sk\" \"sl\" \"sr\" \"sv\" \"tr\" \"uk\" \"zh_CN.GB2312\" \"zh_TW.Big5\" +else +if [ "${LINGUAS}" ]; then + set `echo $LINGUAS` +else + /usr/bin/dialog --title "Select languages" --clear \ + --checklist "\n\ +Please select desired languages:" -1 -1 16 \ +ca "Canada" OFF \ +cs "Czech" OFF \ +da "Danish" OFF \ +de "German" ON \ +el "Greek" OFF \ +eo "Esperanto" OFF \ +es "Spanish" OFF \ +et "Estonian" OFF \ +fi "Finnish" ON \ +fr "French" ON \ +he "Hebrew" OFF \ +hu "Hungarian" OFF \ +ja "Japanese" ON \ +is "Icelandic" OFF \ +ko "Korean" ON \ +it "Italian" OFF \ +nl "Dutch" OFF \ +no "Norwegian (Bokmaal)" OFF \ +no_NY "Norwegian (Nynorsk)" OFF \ +pl "Polish" OFF \ +pt "Portuguese" OFF \ +pt_BR "Brazil portuguese" OFF \ +ro "Romanian" OFF \ +ru "Russian" ON \ +sk "Slovak" OFF \ +sl "Slovenian" OFF \ +sr "Serbian" OFF \ +sv "Swedish" OFF \ +tr "Turkish" OFF \ +uk "Ukrainian" OFF \ +zh_CN.GB2312 "Simplified Chinese" ON \ +zh_TW.Big5 "Chinese" ON \ +2> /tmp/chklist.tmp.$$ + + retval=$? + + if [ -s /tmp/chklist.tmp.$$ ]; then + set `cat /tmp/chklist.tmp.$$` + fi + rm -f /tmp/chklist.tmp.$$ + + case $retval in + 0) if [ -z "$*" ]; then + echo "Nothing selected" + fi + ;; + 1) echo "Cancel pressed." + exit 1 + ;; + esac +fi +fi + +/bin/rm -f ${WRKSRC}/subdirs +/usr/bin/grep "^[^@].*/en/.*" ${CURDIR}/pkg-plist > ${PLIST} +/usr/bin/grep "^@.*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}.dirs + +while [ "$1" ]; do + a=`echo -n $1 | /usr/bin/sed -e 's#\"##g'` + echo $a >> ${WRKSRC}/subdirs + /usr/bin/grep "^[^@].*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^[^@].*-$a\$" ${CURDIR}/pkg-plist >> ${PLIST} + /usr/bin/grep "^@.*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST}.dirs + shift +done + +/bin/cat ${PLIST}.dirs >> ${PLIST} |