diff options
author | will <will@FreeBSD.org> | 2002-04-22 07:47:50 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2002-04-22 07:47:50 +0800 |
commit | 9a055e87611beb41b98be5a2fe9e0206e33101e8 (patch) | |
tree | c06250f8a52c1d8b199e541cd41068fe11b11219 /chinese/kde3-i18n-zh_CN | |
parent | b471bb2de2ef8435ad3f5071b5ba82d535385f85 (diff) | |
download | freebsd-ports-gnome-9a055e87611beb41b98be5a2fe9e0206e33101e8.tar.gz freebsd-ports-gnome-9a055e87611beb41b98be5a2fe9e0206e33101e8.tar.zst freebsd-ports-gnome-9a055e87611beb41b98be5a2fe9e0206e33101e8.zip |
Please welcome Qt3/KDE3 to our ports tree. This includes work since the
original versions of these ports, so some PORTREVISIONs were bumped. See
http://freebsd.kde.org/ and mailing lists linked to from there for info
on the packages generated to test these ports.
bsd.kde.mk has already been updated a few days ago to work with these.
Some patches applied to fix a few bugs were:
deskutils/kdepim3:
[1] Remove kpilot from build because it wasn't ready at release.
editors/koffice-kde3:
[2] Fix compile time bugs for FreeBSD.
misc/kdeedu3:
[3] Fix compile problem with kvoctrain.
x11/kdebase3:
[4] Fix KDM CPU usage and login bug.
Some caveats:
* All PLISTs are broken for deinstall due to script bug that I
didn't notice until very recently. This will be fixed when I
commit an update tomorrow. These ports should still install
perfectly fine though. They should also deinstall without
giving errors, but will leave directories behind.
* You can't install this with any other version of QT or KDE
already installed. I am not sure the checks are 100% working,
but fixes for these will be forthcoming. This is mainly due
to a policy decision made by kde@ to make QT/KDE ports install
the way the rest of the world expects it to while also still
conforming to FreeBSD's hier(7). For reference on this decision,
please consult the KDE/FreeBSD mailing list archives. This
decision fixes 2-year-old bug reports relating to how we handled
this for KDE2 vs KDE1.
Submitted by: [1] Adrian de Groot <adridg@cs.kun.nl>,
[2] David Faure <faure@kde.org>,
Andy Fawcett <andy@athame.co.uk>
Lauri Watts <lauri@kde.org>
[3] Lauri Watts <lauri@kde.org>
[4] Alan Eldridge <alane@geeksrus.net>
Oswald Buddenhagen <ossi@kde.org>
Reviewed by: kde
Diffstat (limited to 'chinese/kde3-i18n-zh_CN')
-rw-r--r-- | chinese/kde3-i18n-zh_CN/Makefile | 29 | ||||
-rw-r--r-- | chinese/kde3-i18n-zh_CN/distinfo | 1 | ||||
-rw-r--r-- | chinese/kde3-i18n-zh_CN/pkg-comment | 1 | ||||
-rw-r--r-- | chinese/kde3-i18n-zh_CN/pkg-descr | 3 | ||||
-rw-r--r-- | chinese/kde3-i18n-zh_CN/pkg-plist | 334 |
5 files changed, 359 insertions, 9 deletions
diff --git a/chinese/kde3-i18n-zh_CN/Makefile b/chinese/kde3-i18n-zh_CN/Makefile index bfc1d1cd4122..0a6e2abdfb7b 100644 --- a/chinese/kde3-i18n-zh_CN/Makefile +++ b/chinese/kde3-i18n-zh_CN/Makefile @@ -1,17 +1,28 @@ -# New ports collection makefile for: zh-kde2-i18n -# Date created: 17 April 2001 -# Whom: Dmitry Sivachenko <demon@FreeBSD.org> +# New ports collection makefile for: kde3-i18n-zh_CN +# Date created: 05 April 2002 +# Whom: Lauri Watts <lauri@kde.org> # # $FreeBSD$ # -CATEGORIES= chinese kde misc +PORTNAME= kde-i18n-zh_CN +PORTVERSION= 3.0 +CATEGORIES?= misc kde +MASTER_SITES= ${MASTER_SITE_KDE} +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src +DIST_SUBDIR= KDE +WRKSRC= ${WRKDIR}/${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER?= kde@FreeBSD.org -LINGUAS= "zh_CN.GB2312 zh_TW.Big5" -MASTERDIR= ${.CURDIR}/../../misc/kde2-i18n +LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext -SCRIPTS_ENV+= LINGUAS=${LINGUAS} +USE_KDELIBS_VER=3 +USE_BZIP2= yes +USE_GMAKE= yes -.include "${MASTERDIR}/Makefile" +GNU_CONFIGURE= yes +CONFIGURE_TARGET= +CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} + +.include <bsd.port.mk> diff --git a/chinese/kde3-i18n-zh_CN/distinfo b/chinese/kde3-i18n-zh_CN/distinfo new file mode 100644 index 000000000000..7dae08f1314c --- /dev/null +++ b/chinese/kde3-i18n-zh_CN/distinfo @@ -0,0 +1 @@ +MD5 (KDE/kde-i18n-zh_CN-3.0.tar.bz2) = e3f2d391ceb22f1984300686816a22d7 diff --git a/chinese/kde3-i18n-zh_CN/pkg-comment b/chinese/kde3-i18n-zh_CN/pkg-comment new file mode 100644 index 000000000000..3b4fe1543e1b --- /dev/null +++ b/chinese/kde3-i18n-zh_CN/pkg-comment @@ -0,0 +1 @@ +Localized messages and documentation for KDE3 diff --git a/chinese/kde3-i18n-zh_CN/pkg-descr b/chinese/kde3-i18n-zh_CN/pkg-descr new file mode 100644 index 000000000000..3354ca873ecc --- /dev/null +++ b/chinese/kde3-i18n-zh_CN/pkg-descr @@ -0,0 +1,3 @@ +Localized messages and documentation for KDE3. + +WWW: http://i18n.kde.org/ diff --git a/chinese/kde3-i18n-zh_CN/pkg-plist b/chinese/kde3-i18n-zh_CN/pkg-plist new file mode 100644 index 000000000000..48478a5c3358 --- /dev/null +++ b/chinese/kde3-i18n-zh_CN/pkg-plist @@ -0,0 +1,334 @@ +share/doc/HTML/zh_CN/common/1.png +share/doc/HTML/zh_CN/common/10.png +share/doc/HTML/zh_CN/common/2.png +share/doc/HTML/zh_CN/common/3.png +share/doc/HTML/zh_CN/common/4.png +share/doc/HTML/zh_CN/common/5.png +share/doc/HTML/zh_CN/common/6.png +share/doc/HTML/zh_CN/common/7.png +share/doc/HTML/zh_CN/common/8.png +share/doc/HTML/zh_CN/common/9.png +share/doc/HTML/zh_CN/common/artistic-license.html +share/doc/HTML/zh_CN/common/bottom1.png +share/doc/HTML/zh_CN/common/bottom2.png +share/doc/HTML/zh_CN/common/bsd-license.html +share/doc/HTML/zh_CN/common/doctop1.png +share/doc/HTML/zh_CN/common/doctop1a.png +share/doc/HTML/zh_CN/common/doctop1b.png +share/doc/HTML/zh_CN/common/doctop2.png +share/doc/HTML/zh_CN/common/fdl-license +share/doc/HTML/zh_CN/common/fdl-license.html +share/doc/HTML/zh_CN/common/fdl-translated.html +share/doc/HTML/zh_CN/common/gpl-license +share/doc/HTML/zh_CN/common/gpl-license.html +share/doc/HTML/zh_CN/common/gpl-translated.html +share/doc/HTML/zh_CN/common/kde-common.css +share/doc/HTML/zh_CN/common/kde-default.css +share/doc/HTML/zh_CN/common/kde-localised.css +share/doc/HTML/zh_CN/common/kde-localised.css.template +share/doc/HTML/zh_CN/common/kde-web.css +share/doc/HTML/zh_CN/common/lgpl-license +share/doc/HTML/zh_CN/common/lgpl-license.html +share/doc/HTML/zh_CN/common/lgpl-translated.html +share/doc/HTML/zh_CN/common/logotp3.png +share/doc/HTML/zh_CN/common/qpl-license.html +share/doc/HTML/zh_CN/common/shadow.png +share/doc/HTML/zh_CN/common/web-docbottom.png +share/doc/HTML/zh_CN/common/web-doctop.png +share/doc/HTML/zh_CN/common/x11-license.html +share/doc/HTML/zh_CN/common/xml.dcl +share/doc/HTML/zh_CN/kdevelop/tip.database +share/locale/zh_CN/LC_MESSAGES/aktion.mo +share/locale/zh_CN/LC_MESSAGES/appletproxy.mo +share/locale/zh_CN/LC_MESSAGES/ark.mo +share/locale/zh_CN/LC_MESSAGES/artsbuilder.mo +share/locale/zh_CN/LC_MESSAGES/artscontrol.mo +share/locale/zh_CN/LC_MESSAGES/babelfish.mo +share/locale/zh_CN/LC_MESSAGES/caitoo.mo +share/locale/zh_CN/LC_MESSAGES/childpanelextension.mo +share/locale/zh_CN/LC_MESSAGES/clockapplet.mo +share/locale/zh_CN/LC_MESSAGES/colfind.mo +share/locale/zh_CN/LC_MESSAGES/columbo.mo +share/locale/zh_CN/LC_MESSAGES/cupsdconf.mo +share/locale/zh_CN/LC_MESSAGES/desktop.mo +share/locale/zh_CN/LC_MESSAGES/devcenter.mo +share/locale/zh_CN/LC_MESSAGES/dirfilterplugin.mo +share/locale/zh_CN/LC_MESSAGES/domtreeviewer.mo +share/locale/zh_CN/LC_MESSAGES/drkonqi.mo +share/locale/zh_CN/LC_MESSAGES/empath.mo +share/locale/zh_CN/LC_MESSAGES/extensionproxy.mo +share/locale/zh_CN/LC_MESSAGES/filetypes.mo +share/locale/zh_CN/LC_MESSAGES/fontinst.mo +share/locale/zh_CN/LC_MESSAGES/gideon.mo +share/locale/zh_CN/LC_MESSAGES/htmlsearch.mo +share/locale/zh_CN/LC_MESSAGES/imgalleryplugin.mo +share/locale/zh_CN/LC_MESSAGES/kab.mo +share/locale/zh_CN/LC_MESSAGES/kaboodle.mo +share/locale/zh_CN/LC_MESSAGES/kaccess.mo +share/locale/zh_CN/LC_MESSAGES/kaddressbook.mo +share/locale/zh_CN/LC_MESSAGES/kaphorism.mo +share/locale/zh_CN/LC_MESSAGES/kappfinder.mo +share/locale/zh_CN/LC_MESSAGES/karm.mo +share/locale/zh_CN/LC_MESSAGES/kasbarextension.mo +share/locale/zh_CN/LC_MESSAGES/kasteroids.mo +share/locale/zh_CN/LC_MESSAGES/katalog.mo +share/locale/zh_CN/LC_MESSAGES/kate.mo +share/locale/zh_CN/LC_MESSAGES/katehelloworld.mo +share/locale/zh_CN/LC_MESSAGES/katehtmltools.mo +share/locale/zh_CN/LC_MESSAGES/kateinsertcommand.mo +share/locale/zh_CN/LC_MESSAGES/kateopenheader.mo +share/locale/zh_CN/LC_MESSAGES/katepart.mo +share/locale/zh_CN/LC_MESSAGES/kateprojectmanager.mo +share/locale/zh_CN/LC_MESSAGES/katetextfilter.mo +share/locale/zh_CN/LC_MESSAGES/katomic.mo +share/locale/zh_CN/LC_MESSAGES/kautorun.mo +share/locale/zh_CN/LC_MESSAGES/kbabel.mo +share/locale/zh_CN/LC_MESSAGES/kblackbox.mo +share/locale/zh_CN/LC_MESSAGES/kbounce.mo +share/locale/zh_CN/LC_MESSAGES/kcalc.mo +share/locale/zh_CN/LC_MESSAGES/kcardchooser.mo +share/locale/zh_CN/LC_MESSAGES/kcharselect.mo +share/locale/zh_CN/LC_MESSAGES/kcharselectapplet.mo +share/locale/zh_CN/LC_MESSAGES/kcmaccess.mo +share/locale/zh_CN/LC_MESSAGES/kcmarts.mo +share/locale/zh_CN/LC_MESSAGES/kcmaudiocd.mo +share/locale/zh_CN/LC_MESSAGES/kcmbackground.mo +share/locale/zh_CN/LC_MESSAGES/kcmbell.mo +share/locale/zh_CN/LC_MESSAGES/kcmcolors.mo +share/locale/zh_CN/LC_MESSAGES/kcmcrypto.mo +share/locale/zh_CN/LC_MESSAGES/kcmcss.mo +share/locale/zh_CN/LC_MESSAGES/kcmemail.mo +share/locale/zh_CN/LC_MESSAGES/kcmenergy.mo +share/locale/zh_CN/LC_MESSAGES/kcmfonts.mo +share/locale/zh_CN/LC_MESSAGES/kcmhtmlsearch.mo +share/locale/zh_CN/LC_MESSAGES/kcmicons.mo +share/locale/zh_CN/LC_MESSAGES/kcminfo.mo +share/locale/zh_CN/LC_MESSAGES/kcminput.mo +share/locale/zh_CN/LC_MESSAGES/kcmioslaveinfo.mo +share/locale/zh_CN/LC_MESSAGES/kcmkamera.mo +share/locale/zh_CN/LC_MESSAGES/kcmkclock.mo +share/locale/zh_CN/LC_MESSAGES/kcmkdb.mo +share/locale/zh_CN/LC_MESSAGES/kcmkeys.mo +share/locale/zh_CN/LC_MESSAGES/kcmkicker.mo +share/locale/zh_CN/LC_MESSAGES/kcmkio.mo +share/locale/zh_CN/LC_MESSAGES/kcmkmix.mo +share/locale/zh_CN/LC_MESSAGES/kcmkonq.mo +share/locale/zh_CN/LC_MESSAGES/kcmkonqhtml.mo +share/locale/zh_CN/LC_MESSAGES/kcmkonsole.mo +share/locale/zh_CN/LC_MESSAGES/kcmktalkd.mo +share/locale/zh_CN/LC_MESSAGES/kcmkurifilt.mo +share/locale/zh_CN/LC_MESSAGES/kcmkwindecoration.mo +share/locale/zh_CN/LC_MESSAGES/kcmkwintheme.mo +share/locale/zh_CN/LC_MESSAGES/kcmkwm.mo +share/locale/zh_CN/LC_MESSAGES/kcmkxmlrpcd.mo +share/locale/zh_CN/LC_MESSAGES/kcmlanbrowser.mo +share/locale/zh_CN/LC_MESSAGES/kcmlaptop.mo +share/locale/zh_CN/LC_MESSAGES/kcmlaunch.mo +share/locale/zh_CN/LC_MESSAGES/kcmlayout.mo +share/locale/zh_CN/LC_MESSAGES/kcmlilo.mo +share/locale/zh_CN/LC_MESSAGES/kcmlinuz.mo +share/locale/zh_CN/LC_MESSAGES/kcmlocale.mo +share/locale/zh_CN/LC_MESSAGES/kcmmidi.mo +share/locale/zh_CN/LC_MESSAGES/kcmnewsticker.mo +share/locale/zh_CN/LC_MESSAGES/kcmnic.mo +share/locale/zh_CN/LC_MESSAGES/kcmnotify.mo +share/locale/zh_CN/LC_MESSAGES/kcmodbc.mo +share/locale/zh_CN/LC_MESSAGES/kcmsamba.mo +share/locale/zh_CN/LC_MESSAGES/kcmscreensaver.mo +share/locale/zh_CN/LC_MESSAGES/kcmsmartcard.mo +share/locale/zh_CN/LC_MESSAGES/kcmsmserver.mo +share/locale/zh_CN/LC_MESSAGES/kcmsocks.mo +share/locale/zh_CN/LC_MESSAGES/kcmspellchecking.mo +share/locale/zh_CN/LC_MESSAGES/kcmstyle.mo +share/locale/zh_CN/LC_MESSAGES/kcmtaskbar.mo +share/locale/zh_CN/LC_MESSAGES/kcmthemes.mo +share/locale/zh_CN/LC_MESSAGES/kcmusb.mo +share/locale/zh_CN/LC_MESSAGES/kcmwidgetsettings.mo +share/locale/zh_CN/LC_MESSAGES/kcoloredit.mo +share/locale/zh_CN/LC_MESSAGES/kcontrol.mo +share/locale/zh_CN/LC_MESSAGES/kcron.mo +share/locale/zh_CN/LC_MESSAGES/kdat.mo +share/locale/zh_CN/LC_MESSAGES/kdcop.mo +share/locale/zh_CN/LC_MESSAGES/kdebugdialog.mo +share/locale/zh_CN/LC_MESSAGES/kdelibs.mo +share/locale/zh_CN/LC_MESSAGES/kdepasswd.mo +share/locale/zh_CN/LC_MESSAGES/kdeprintfax.mo +share/locale/zh_CN/LC_MESSAGES/kdesktop.mo +share/locale/zh_CN/LC_MESSAGES/kdessh.mo +share/locale/zh_CN/LC_MESSAGES/kdesu.mo +share/locale/zh_CN/LC_MESSAGES/kdesud.mo +share/locale/zh_CN/LC_MESSAGES/kdevelop.mo +share/locale/zh_CN/LC_MESSAGES/kdf.mo +share/locale/zh_CN/LC_MESSAGES/kdict.mo +share/locale/zh_CN/LC_MESSAGES/kdictapplet.mo +share/locale/zh_CN/LC_MESSAGES/kdmchooser.mo +share/locale/zh_CN/LC_MESSAGES/kdmconfig.mo +share/locale/zh_CN/LC_MESSAGES/kdmgreet.mo +share/locale/zh_CN/LC_MESSAGES/kdvi.mo +share/locale/zh_CN/LC_MESSAGES/kedit.mo +share/locale/zh_CN/LC_MESSAGES/kenolaba.mo +share/locale/zh_CN/LC_MESSAGES/keystone.mo +share/locale/zh_CN/LC_MESSAGES/kfax.mo +share/locale/zh_CN/LC_MESSAGES/kfifteenapplet.mo +share/locale/zh_CN/LC_MESSAGES/kfile_m3u.mo +share/locale/zh_CN/LC_MESSAGES/kfile_mp3.mo +share/locale/zh_CN/LC_MESSAGES/kfile_ogg.mo +share/locale/zh_CN/LC_MESSAGES/kfile_pdf.mo +share/locale/zh_CN/LC_MESSAGES/kfile_png.mo +share/locale/zh_CN/LC_MESSAGES/kfile_ps.mo +share/locale/zh_CN/LC_MESSAGES/kfile_wav.mo +share/locale/zh_CN/LC_MESSAGES/kfind.mo +share/locale/zh_CN/LC_MESSAGES/kfindpart.mo +share/locale/zh_CN/LC_MESSAGES/kfinger.mo +share/locale/zh_CN/LC_MESSAGES/kfloppy.mo +share/locale/zh_CN/LC_MESSAGES/kfmclient.mo +share/locale/zh_CN/LC_MESSAGES/kfmexec.mo +share/locale/zh_CN/LC_MESSAGES/kformviewer.mo +share/locale/zh_CN/LC_MESSAGES/kfortune.mo +share/locale/zh_CN/LC_MESSAGES/kfract.mo +share/locale/zh_CN/LC_MESSAGES/kghostview.mo +share/locale/zh_CN/LC_MESSAGES/khelpcenter.mo +share/locale/zh_CN/LC_MESSAGES/khexedit.mo +share/locale/zh_CN/LC_MESSAGES/khotkeys.mo +share/locale/zh_CN/LC_MESSAGES/khtmlsettingsplugin.mo +share/locale/zh_CN/LC_MESSAGES/kicker.mo +share/locale/zh_CN/LC_MESSAGES/kiconedit.mo +share/locale/zh_CN/LC_MESSAGES/kicq.mo +share/locale/zh_CN/LC_MESSAGES/kikbd.mo +share/locale/zh_CN/LC_MESSAGES/kio_audiocd.mo +share/locale/zh_CN/LC_MESSAGES/kio_finger.mo +share/locale/zh_CN/LC_MESSAGES/kio_floppy.mo +share/locale/zh_CN/LC_MESSAGES/kio_help.mo +share/locale/zh_CN/LC_MESSAGES/kio_imap4.mo +share/locale/zh_CN/LC_MESSAGES/kio_lan.mo +share/locale/zh_CN/LC_MESSAGES/kio_man.mo +share/locale/zh_CN/LC_MESSAGES/kio_nfs.mo +share/locale/zh_CN/LC_MESSAGES/kio_nntp.mo +share/locale/zh_CN/LC_MESSAGES/kio_pop3.mo +share/locale/zh_CN/LC_MESSAGES/kio_print.mo +share/locale/zh_CN/LC_MESSAGES/kio_sftp.mo +share/locale/zh_CN/LC_MESSAGES/kio_smb.mo +share/locale/zh_CN/LC_MESSAGES/kio_smbro.mo +share/locale/zh_CN/LC_MESSAGES/kit.mo +share/locale/zh_CN/LC_MESSAGES/kjobviewer.mo +share/locale/zh_CN/LC_MESSAGES/kjots.mo +share/locale/zh_CN/LC_MESSAGES/kjumpingcube.mo +share/locale/zh_CN/LC_MESSAGES/klaptopdaemon.mo +share/locale/zh_CN/LC_MESSAGES/klegacyimport.mo +share/locale/zh_CN/LC_MESSAGES/kless.mo +share/locale/zh_CN/LC_MESSAGES/klines.mo +share/locale/zh_CN/LC_MESSAGES/klipper.mo +share/locale/zh_CN/LC_MESSAGES/kljettool.mo +share/locale/zh_CN/LC_MESSAGES/klock.mo +share/locale/zh_CN/LC_MESSAGES/klpq.mo +share/locale/zh_CN/LC_MESSAGES/klprfax.mo +share/locale/zh_CN/LC_MESSAGES/kmahjongg.mo +share/locale/zh_CN/LC_MESSAGES/kmail.mo +share/locale/zh_CN/LC_MESSAGES/kmailcvt.mo +share/locale/zh_CN/LC_MESSAGES/kmcop.mo +share/locale/zh_CN/LC_MESSAGES/kmenuedit.mo +share/locale/zh_CN/LC_MESSAGES/kmid.mo +share/locale/zh_CN/LC_MESSAGES/kmidi.mo +share/locale/zh_CN/LC_MESSAGES/kmines.mo +share/locale/zh_CN/LC_MESSAGES/kminipagerapplet.mo +share/locale/zh_CN/LC_MESSAGES/kmix.mo +share/locale/zh_CN/LC_MESSAGES/kmoon.mo +share/locale/zh_CN/LC_MESSAGES/knewsticker.mo +share/locale/zh_CN/LC_MESSAGES/knode.mo +share/locale/zh_CN/LC_MESSAGES/knotes.mo +share/locale/zh_CN/LC_MESSAGES/knotify.mo +share/locale/zh_CN/LC_MESSAGES/knu.mo +share/locale/zh_CN/LC_MESSAGES/kolourpicker.mo +share/locale/zh_CN/LC_MESSAGES/kompare.mo +share/locale/zh_CN/LC_MESSAGES/konqueror.mo +share/locale/zh_CN/LC_MESSAGES/konquest.mo +share/locale/zh_CN/LC_MESSAGES/konsole.mo +share/locale/zh_CN/LC_MESSAGES/korganizer.mo +share/locale/zh_CN/LC_MESSAGES/korn.mo +share/locale/zh_CN/LC_MESSAGES/kpackage.mo +share/locale/zh_CN/LC_MESSAGES/kpager.mo +share/locale/zh_CN/LC_MESSAGES/kpaint.mo +share/locale/zh_CN/LC_MESSAGES/kpartapp.mo +share/locale/zh_CN/LC_MESSAGES/kpartsaver.mo +share/locale/zh_CN/LC_MESSAGES/kpat.mo +share/locale/zh_CN/LC_MESSAGES/kpersonalizer.mo +share/locale/zh_CN/LC_MESSAGES/kpixmap2bitmap.mo +share/locale/zh_CN/LC_MESSAGES/kpm.mo +share/locale/zh_CN/LC_MESSAGES/kpoker.mo +share/locale/zh_CN/LC_MESSAGES/kppp.mo +share/locale/zh_CN/LC_MESSAGES/kppplogview.mo +share/locale/zh_CN/LC_MESSAGES/kprinter.mo +share/locale/zh_CN/LC_MESSAGES/kreadconfig.mo +share/locale/zh_CN/LC_MESSAGES/kreversi.mo +share/locale/zh_CN/LC_MESSAGES/krn.mo +share/locale/zh_CN/LC_MESSAGES/kruler.mo +share/locale/zh_CN/LC_MESSAGES/krunapplet.mo +share/locale/zh_CN/LC_MESSAGES/ksame.mo +share/locale/zh_CN/LC_MESSAGES/kscd.mo +share/locale/zh_CN/LC_MESSAGES/kshisen.mo +share/locale/zh_CN/LC_MESSAGES/ksirc.mo +share/locale/zh_CN/LC_MESSAGES/ksirtet.mo +share/locale/zh_CN/LC_MESSAGES/ksmiletris.mo +share/locale/zh_CN/LC_MESSAGES/ksmserver.mo +share/locale/zh_CN/LC_MESSAGES/ksnake.mo +share/locale/zh_CN/LC_MESSAGES/ksnapshot.mo +share/locale/zh_CN/LC_MESSAGES/ksokoban.mo +share/locale/zh_CN/LC_MESSAGES/kspaceduel.mo +share/locale/zh_CN/LC_MESSAGES/ksplash.mo +share/locale/zh_CN/LC_MESSAGES/kstart.mo +share/locale/zh_CN/LC_MESSAGES/kstartperf.mo +share/locale/zh_CN/LC_MESSAGES/ksysctrl.mo +share/locale/zh_CN/LC_MESSAGES/ksysguard.mo +share/locale/zh_CN/LC_MESSAGES/ksystemtrayapplet.mo +share/locale/zh_CN/LC_MESSAGES/ksystraycmd.mo +share/locale/zh_CN/LC_MESSAGES/ksysv.mo +share/locale/zh_CN/LC_MESSAGES/ktalk.mo +share/locale/zh_CN/LC_MESSAGES/ktalkd.mo +share/locale/zh_CN/LC_MESSAGES/ktaskbarapplet.mo +share/locale/zh_CN/LC_MESSAGES/ktimemon.mo +share/locale/zh_CN/LC_MESSAGES/ktimer.mo +share/locale/zh_CN/LC_MESSAGES/ktip.mo +share/locale/zh_CN/LC_MESSAGES/ktron.mo +share/locale/zh_CN/LC_MESSAGES/ktuberling.mo +share/locale/zh_CN/LC_MESSAGES/ktux.mo +share/locale/zh_CN/LC_MESSAGES/kuick_plugin.mo +share/locale/zh_CN/LC_MESSAGES/kuickshow.mo +share/locale/zh_CN/LC_MESSAGES/kuser.mo +share/locale/zh_CN/LC_MESSAGES/kview.mo +share/locale/zh_CN/LC_MESSAGES/kwin.mo +share/locale/zh_CN/LC_MESSAGES/kwin_b2_config.mo +share/locale/zh_CN/LC_MESSAGES/kwin_default_config.mo +share/locale/zh_CN/LC_MESSAGES/kwin_icewm_config.mo +share/locale/zh_CN/LC_MESSAGES/kwin_modernsys_config.mo +share/locale/zh_CN/LC_MESSAGES/kwin_quartz_config.mo +share/locale/zh_CN/LC_MESSAGES/kworldclock.mo +share/locale/zh_CN/LC_MESSAGES/kwuftpd.mo +share/locale/zh_CN/LC_MESSAGES/kxkb.mo +share/locale/zh_CN/LC_MESSAGES/kxmlrpcd.mo +share/locale/zh_CN/LC_MESSAGES/kxsconfig.mo +share/locale/zh_CN/LC_MESSAGES/libkdehighscores.mo +share/locale/zh_CN/LC_MESSAGES/libkdenetwork.mo +share/locale/zh_CN/LC_MESSAGES/libkicker.mo +share/locale/zh_CN/LC_MESSAGES/libkickermenu_kdeprint.mo +share/locale/zh_CN/LC_MESSAGES/libkonq.mo +share/locale/zh_CN/LC_MESSAGES/libkscreensaver.mo +share/locale/zh_CN/LC_MESSAGES/libtaskbar.mo +share/locale/zh_CN/LC_MESSAGES/libtaskmanager.mo +share/locale/zh_CN/LC_MESSAGES/lockout.mo +share/locale/zh_CN/LC_MESSAGES/multiplayers.mo +share/locale/zh_CN/LC_MESSAGES/naughtyapplet.mo +share/locale/zh_CN/LC_MESSAGES/noatun.mo +share/locale/zh_CN/LC_MESSAGES/nsplugin.mo +share/locale/zh_CN/LC_MESSAGES/passwords.mo +share/locale/zh_CN/LC_MESSAGES/ppdtranslations.mo +share/locale/zh_CN/LC_MESSAGES/quicklauncher.mo +share/locale/zh_CN/LC_MESSAGES/secpolicy.mo +share/locale/zh_CN/LC_MESSAGES/spy.mo +share/locale/zh_CN/LC_MESSAGES/taskbarextension.mo +share/locale/zh_CN/LC_MESSAGES/twister.mo +share/locale/zh_CN/LC_MESSAGES/uachangerplugin.mo +share/locale/zh_CN/LC_MESSAGES/validatorsplugin.mo +share/locale/zh_CN/LC_MESSAGES/webarchiver.mo +share/locale/zh_CN/charset +share/locale/zh_CN/entry.desktop +share/locale/zh_CN/flag.png |