diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2009-08-03 11:44:24 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2009-08-03 11:44:24 +0800 |
commit | 5948a8b85b6499253cde65289fb7f3ffbbaa3d6c (patch) | |
tree | 2a8bd17a0de09f210d121c3c78c535de02bd6ca8 | |
parent | 2a9dd46a3ecd04562a73417bef364e6da2115613 (diff) | |
download | freebsd-ports-gnome-5948a8b85b6499253cde65289fb7f3ffbbaa3d6c.tar.gz freebsd-ports-gnome-5948a8b85b6499253cde65289fb7f3ffbbaa3d6c.tar.zst freebsd-ports-gnome-5948a8b85b6499253cde65289fb7f3ffbbaa3d6c.zip |
- Rename editors/koffice-i18n-sr@Latn -> editors/koffice-i18n-sr_Latn
- Rename misc/kde3-i18n-sr@Latn -> misc/kde3-i18n-sr_Latn
Requested by: simon
-rw-r--r-- | MOVED | 2 | ||||
-rw-r--r-- | editors/Makefile | 2 | ||||
-rw-r--r-- | editors/calligra-l10n/Makefile | 2 | ||||
-rw-r--r-- | editors/koffice-i18n-sr@Latn/Makefile | 32 | ||||
-rw-r--r-- | editors/koffice-i18n-sr@Latn/distinfo | 3 | ||||
-rw-r--r-- | editors/koffice-i18n-sr@Latn/pkg-descr | 3 | ||||
-rw-r--r-- | editors/koffice-i18n-sr@Latn/pkg-plist | 30 | ||||
-rw-r--r-- | editors/koffice-i18n/Makefile | 2 | ||||
-rw-r--r-- | editors/koffice-kde4-l10n/Makefile | 2 | ||||
-rw-r--r-- | misc/Makefile | 2 | ||||
-rw-r--r-- | misc/kde3-i18n-sr@Latn/Makefile | 31 | ||||
-rw-r--r-- | misc/kde3-i18n-sr@Latn/distinfo | 3 | ||||
-rw-r--r-- | misc/kde3-i18n-sr@Latn/pkg-descr | 3 | ||||
-rw-r--r-- | misc/kde3-i18n-sr@Latn/pkg-plist | 592 | ||||
-rw-r--r-- | misc/kde3-i18n/Makefile | 2 |
15 files changed, 8 insertions, 703 deletions
@@ -4130,3 +4130,5 @@ devel/boost-python|devel/boost-python-libs|2009-07-28|Boost ports were split and www/xpi-firegpg||2009-07-31|Removed devel/libtool15|devel/libtool22|2009-08-02|Update to libtool22 devel/libltdl15|devel/libltdl22|2009-08-02|Update to libltdl22 +editors/koffice-i18n-sr@Latn|editors/koffice-i18n-sr_Latn|2009-08-02|Use editors/koffice-i18n-sr_Latn +misc/kde3-i18n-sr@Latn|misc/kde3-i18n-sr_Latn|2009-08-02|Use misc/kde3-i18n-sr_Latn diff --git a/editors/Makefile b/editors/Makefile index ecbcf7488a12..51ed087e712e 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -124,7 +124,7 @@ SUBDIR += koffice-i18n-sk SUBDIR += koffice-i18n-sl SUBDIR += koffice-i18n-sr - SUBDIR += koffice-i18n-sr@Latn + SUBDIR += koffice-i18n-sr_Latn SUBDIR += koffice-i18n-sv SUBDIR += koffice-i18n-ta SUBDIR += koffice-i18n-tg diff --git a/editors/calligra-l10n/Makefile b/editors/calligra-l10n/Makefile index 11601aae4f08..b1f91f31e27d 100644 --- a/editors/calligra-l10n/Makefile +++ b/editors/calligra-l10n/Makefile @@ -33,7 +33,7 @@ RUN_DEPENDS+=\ ${LOCALBASE}/share/locale/zh_TW/LC_MESSAGES/kword.mo:${PORTSDIR}/chinese/koffice-i18n-zh_TW .for LANG in af bg br bs ca cs cy da el en_GB eo es et eu fa fi ga gl hi hsb is it \ - lo lt lv mk ms mt nb nl nn ro se sk sl sr sr@Latn sv ta tg th tr uz ven xh zu + lo lt lv mk ms mt nb nl nn ro se sk sl sr sr_Latn sv ta tg th tr uz ven xh zu RUN_DEPENDS+=\ ${LOCALBASE}/share/locale/${LANG}/LC_MESSAGES/kword.mo:${PORTSDIR}/editors/koffice-i18n-${LANG} .endfor diff --git a/editors/koffice-i18n-sr@Latn/Makefile b/editors/koffice-i18n-sr@Latn/Makefile deleted file mode 100644 index fbebfd515ad4..000000000000 --- a/editors/koffice-i18n-sr@Latn/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: koffice-i18n-sr -# Date created: 21 January 2004 -# Whom: Brad Davis <so14k@so14k.com> -# -# $FreeBSD$ -# - -PORTNAME= koffice-i18n -PORTVERSION= 1.6.3 -PORTREVISION= 1 -CATEGORIES?= editors kde -MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/koffice-${PORTVERSION}/src/koffice-l10n -PKGNAMEPREFIX= sr-Latn- -DISTNAME= ${PORTNAME:S/i18n/l10n/}-sr@Latn-${PORTVERSION} -DIST_SUBDIR= KDE - -MAINTAINER= kde@FreeBSD.org -COMMENT= Serbian (latin alphabet) messages and documentation for koffice - -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - -DISTNAME_OVERRIDE=yes -USE_KDELIBS_VER=3 -USE_BZIP2= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -KDE_I18N= yes - -.include "${.CURDIR}/../../x11/kde3/Makefile.kde" - -.include <bsd.port.mk> diff --git a/editors/koffice-i18n-sr@Latn/distinfo b/editors/koffice-i18n-sr@Latn/distinfo deleted file mode 100644 index 28cc4e0752f1..000000000000 --- a/editors/koffice-i18n-sr@Latn/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (KDE/kde-i18n/koffice-l10n-sr@Latn-1.6.3.tar.bz2) = 217064c12d6efe969a1bbdac2ef8aef0 -SHA256 (KDE/kde-i18n/koffice-l10n-sr@Latn-1.6.3.tar.bz2) = bd99e50d11c53ddca1511cb5f1e743ad9d46e5096f4ff34a81295c6d2e6a53f2 -SIZE (KDE/kde-i18n/koffice-l10n-sr@Latn-1.6.3.tar.bz2) = 384555 diff --git a/editors/koffice-i18n-sr@Latn/pkg-descr b/editors/koffice-i18n-sr@Latn/pkg-descr deleted file mode 100644 index 9cb0386755e8..000000000000 --- a/editors/koffice-i18n-sr@Latn/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Localized messages and documentation for koffice. - -WWW: http://koffice.kde.org/ diff --git a/editors/koffice-i18n-sr@Latn/pkg-plist b/editors/koffice-i18n-sr@Latn/pkg-plist deleted file mode 100644 index 98143cd5c517..000000000000 --- a/editors/koffice-i18n-sr@Latn/pkg-plist +++ /dev/null @@ -1,30 +0,0 @@ -share/locale/sr@Latn/LC_MESSAGES/desktop_koffice.mo -share/locale/sr@Latn/LC_MESSAGES/example.mo -share/locale/sr@Latn/LC_MESSAGES/karbon.mo -share/locale/sr@Latn/LC_MESSAGES/kchart.mo -share/locale/sr@Latn/LC_MESSAGES/kexi.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_abiword.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_gnumeric.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_koffice.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_ooo.mo -share/locale/sr@Latn/LC_MESSAGES/kformdesigner.mo -share/locale/sr@Latn/LC_MESSAGES/kformula.mo -share/locale/sr@Latn/LC_MESSAGES/kivio.mo -share/locale/sr@Latn/LC_MESSAGES/koconverter.mo -share/locale/sr@Latn/LC_MESSAGES/koffice.mo -share/locale/sr@Latn/LC_MESSAGES/kofficefilters.mo -share/locale/sr@Latn/LC_MESSAGES/koproperty.mo -share/locale/sr@Latn/LC_MESSAGES/koshell.mo -share/locale/sr@Latn/LC_MESSAGES/kounavail.mo -share/locale/sr@Latn/LC_MESSAGES/kplato.mo -share/locale/sr@Latn/LC_MESSAGES/kpresenter.mo -share/locale/sr@Latn/LC_MESSAGES/krita.mo -share/locale/sr@Latn/LC_MESSAGES/kscan_plugin.mo -share/locale/sr@Latn/LC_MESSAGES/kscreenshot_plugin.mo -share/locale/sr@Latn/LC_MESSAGES/kspread.mo -share/locale/sr@Latn/LC_MESSAGES/kspreadcalc_calc.mo -share/locale/sr@Latn/LC_MESSAGES/kspreadinsertcalendar.mo -share/locale/sr@Latn/LC_MESSAGES/kthesaurus.mo -share/locale/sr@Latn/LC_MESSAGES/kugar.mo -share/locale/sr@Latn/LC_MESSAGES/kword.mo -share/locale/sr@Latn/LC_MESSAGES/thesaurus_tool.mo diff --git a/editors/koffice-i18n/Makefile b/editors/koffice-i18n/Makefile index 11601aae4f08..b1f91f31e27d 100644 --- a/editors/koffice-i18n/Makefile +++ b/editors/koffice-i18n/Makefile @@ -33,7 +33,7 @@ RUN_DEPENDS+=\ ${LOCALBASE}/share/locale/zh_TW/LC_MESSAGES/kword.mo:${PORTSDIR}/chinese/koffice-i18n-zh_TW .for LANG in af bg br bs ca cs cy da el en_GB eo es et eu fa fi ga gl hi hsb is it \ - lo lt lv mk ms mt nb nl nn ro se sk sl sr sr@Latn sv ta tg th tr uz ven xh zu + lo lt lv mk ms mt nb nl nn ro se sk sl sr sr_Latn sv ta tg th tr uz ven xh zu RUN_DEPENDS+=\ ${LOCALBASE}/share/locale/${LANG}/LC_MESSAGES/kword.mo:${PORTSDIR}/editors/koffice-i18n-${LANG} .endfor diff --git a/editors/koffice-kde4-l10n/Makefile b/editors/koffice-kde4-l10n/Makefile index 11601aae4f08..b1f91f31e27d 100644 --- a/editors/koffice-kde4-l10n/Makefile +++ b/editors/koffice-kde4-l10n/Makefile @@ -33,7 +33,7 @@ RUN_DEPENDS+=\ ${LOCALBASE}/share/locale/zh_TW/LC_MESSAGES/kword.mo:${PORTSDIR}/chinese/koffice-i18n-zh_TW .for LANG in af bg br bs ca cs cy da el en_GB eo es et eu fa fi ga gl hi hsb is it \ - lo lt lv mk ms mt nb nl nn ro se sk sl sr sr@Latn sv ta tg th tr uz ven xh zu + lo lt lv mk ms mt nb nl nn ro se sk sl sr sr_Latn sv ta tg th tr uz ven xh zu RUN_DEPENDS+=\ ${LOCALBASE}/share/locale/${LANG}/LC_MESSAGES/kword.mo:${PORTSDIR}/editors/koffice-i18n-${LANG} .endfor diff --git a/misc/Makefile b/misc/Makefile index 75b197f18591..9d068be60cb8 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -250,7 +250,7 @@ SUBDIR += kde3-i18n-sk SUBDIR += kde3-i18n-sl SUBDIR += kde3-i18n-sr - SUBDIR += kde3-i18n-sr@Latn + SUBDIR += kde3-i18n-sr_Latn SUBDIR += kde3-i18n-ss SUBDIR += kde3-i18n-sv SUBDIR += kde3-i18n-ta diff --git a/misc/kde3-i18n-sr@Latn/Makefile b/misc/kde3-i18n-sr@Latn/Makefile deleted file mode 100644 index 3e515410464f..000000000000 --- a/misc/kde3-i18n-sr@Latn/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: kde3-i18n-sr@Latn -# Date created: 01 March 2004 -# Whom: Lauri Watts <lauri@kde.org> -# -# $FreeBSD$ -# - -PORTNAME= kde-i18n -PORTVERSION= ${KDE_VERSION} -PORTREVISION= 1 -CATEGORIES?= misc kde -MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src/kde-i18n -PKGNAMEPREFIX= sr-Latn- -DISTNAME= ${PORTNAME}-sr@Latn-${PORTVERSION} -DIST_SUBDIR= KDE - -MAINTAINER= kde@FreeBSD.org -COMMENT= Serbian (latin alphabet) messages and documentation for KDE3 - -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - -USE_KDELIBS_VER=3 -USE_BZIP2= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -KDE_I18N= yes - -.include "${.CURDIR}/../../x11/kde3/Makefile.kde" - -.include <bsd.port.mk> diff --git a/misc/kde3-i18n-sr@Latn/distinfo b/misc/kde3-i18n-sr@Latn/distinfo deleted file mode 100644 index fe19ee3784c3..000000000000 --- a/misc/kde3-i18n-sr@Latn/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (KDE/kde-i18n/kde-i18n-sr@Latn-3.5.10.tar.bz2) = b2d9d83c77fd32c3f321515e840770d6 -SHA256 (KDE/kde-i18n/kde-i18n-sr@Latn-3.5.10.tar.bz2) = 3faabd63bfe572b32e9913611bd15526612c422b63dbc0cb8be48ea64da2cabe -SIZE (KDE/kde-i18n/kde-i18n-sr@Latn-3.5.10.tar.bz2) = 2681995 diff --git a/misc/kde3-i18n-sr@Latn/pkg-descr b/misc/kde3-i18n-sr@Latn/pkg-descr deleted file mode 100644 index 3354ca873ecc..000000000000 --- a/misc/kde3-i18n-sr@Latn/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Localized messages and documentation for KDE3. - -WWW: http://i18n.kde.org/ diff --git a/misc/kde3-i18n-sr@Latn/pkg-plist b/misc/kde3-i18n-sr@Latn/pkg-plist deleted file mode 100644 index f77996ccf68e..000000000000 --- a/misc/kde3-i18n-sr@Latn/pkg-plist +++ /dev/null @@ -1,592 +0,0 @@ -share/apps/katepart/syntax/logohighlightstyle.sr@Latn.xml -share/apps/khangman/data/sr@Latn/animals.kvtml -share/apps/khangman/data/sr@Latn/easy.kvtml -share/apps/khangman/data/sr@Latn/hard.kvtml -share/apps/khangman/data/sr@Latn/medium.kvtml -share/apps/khangman/sr@Latn.txt -share/apps/ktuberling/sounds/sr@Latn/brkovi.wav -share/apps/ktuberling/sounds/sr@Latn/cigara.wav -share/apps/ktuberling/sounds/sr@Latn/krompirko.wav -share/apps/ktuberling/sounds/sr@Latn/masna.wav -share/apps/ktuberling/sounds/sr@Latn/mindjusa.wav -share/apps/ktuberling/sounds/sr@Latn/naocare.wav -share/apps/ktuberling/sounds/sr@Latn/naocare_za_sunce.wav -share/apps/ktuberling/sounds/sr@Latn/nos.wav -share/apps/ktuberling/sounds/sr@Latn/obrva.wav -share/apps/ktuberling/sounds/sr@Latn/oko.wav -share/apps/ktuberling/sounds/sr@Latn/sat.wav -share/apps/ktuberling/sounds/sr@Latn/sesir.wav -share/apps/ktuberling/sounds/sr@Latn/usta.wav -share/apps/ktuberling/sounds/sr@Latn/uvo.wav -share/apps/ktuberling/sounds/sr@Latn/znacka.wav -share/apps/kturtle/data/logokeywords.sr@Latn.xml -share/apps/kturtle/examples/sr@Latn/curly.logo -share/apps/kturtle/examples/sr@Latn/square.logo -share/apps/kturtle/examples/sr@Latn/triangle.logo -share/locale/sr@Latn/LC_MESSAGES/akregator.mo -share/locale/sr@Latn/LC_MESSAGES/akregator_konqplugin.mo -share/locale/sr@Latn/LC_MESSAGES/alsaplayerui.mo -share/locale/sr@Latn/LC_MESSAGES/amor.mo -share/locale/sr@Latn/LC_MESSAGES/appletproxy.mo -share/locale/sr@Latn/LC_MESSAGES/ark.mo -share/locale/sr@Latn/LC_MESSAGES/ark_plugin.mo -share/locale/sr@Latn/LC_MESSAGES/artsbuilder.mo -share/locale/sr@Latn/LC_MESSAGES/artscontrol.mo -share/locale/sr@Latn/LC_MESSAGES/artsmodules.mo -share/locale/sr@Latn/LC_MESSAGES/atlantik.mo -share/locale/sr@Latn/LC_MESSAGES/atlantikdesigner.mo -share/locale/sr@Latn/LC_MESSAGES/audiocd_encoder_lame.mo -share/locale/sr@Latn/LC_MESSAGES/audiocd_encoder_vorbis.mo -share/locale/sr@Latn/LC_MESSAGES/audiorename_plugin.mo -share/locale/sr@Latn/LC_MESSAGES/autorefresh.mo -share/locale/sr@Latn/LC_MESSAGES/babelfish.mo -share/locale/sr@Latn/LC_MESSAGES/blinken.mo -share/locale/sr@Latn/LC_MESSAGES/cervisia.mo -share/locale/sr@Latn/LC_MESSAGES/charlatanui.mo -share/locale/sr@Latn/LC_MESSAGES/clockapplet.mo -share/locale/sr@Latn/LC_MESSAGES/crashesplugin.mo -share/locale/sr@Latn/LC_MESSAGES/cupsdconf.mo -share/locale/sr@Latn/LC_MESSAGES/cvsservice.mo -share/locale/sr@Latn/LC_MESSAGES/dcoprss.mo -share/locale/sr@Latn/LC_MESSAGES/dirfilterplugin.mo -share/locale/sr@Latn/LC_MESSAGES/display.mo -share/locale/sr@Latn/LC_MESSAGES/dockbarextension.mo -share/locale/sr@Latn/LC_MESSAGES/domtreeviewer.mo -share/locale/sr@Latn/LC_MESSAGES/drkonqi.mo -share/locale/sr@Latn/LC_MESSAGES/dub.mo -share/locale/sr@Latn/LC_MESSAGES/extensionproxy.mo -share/locale/sr@Latn/LC_MESSAGES/ffrs.mo -share/locale/sr@Latn/LC_MESSAGES/filetypes.mo -share/locale/sr@Latn/LC_MESSAGES/fsview.mo -share/locale/sr@Latn/LC_MESSAGES/htmlsearch.mo -share/locale/sr@Latn/LC_MESSAGES/imagerename_plugin.mo -share/locale/sr@Latn/LC_MESSAGES/imgalleryplugin.mo -share/locale/sr@Latn/LC_MESSAGES/irkick.mo -share/locale/sr@Latn/LC_MESSAGES/joystick.mo -share/locale/sr@Latn/LC_MESSAGES/juk.mo -share/locale/sr@Latn/LC_MESSAGES/kabc2mutt.mo -share/locale/sr@Latn/LC_MESSAGES/kabc_dir.mo -share/locale/sr@Latn/LC_MESSAGES/kabc_file.mo -share/locale/sr@Latn/LC_MESSAGES/kabc_ldapkio.mo -share/locale/sr@Latn/LC_MESSAGES/kabc_net.mo -share/locale/sr@Latn/LC_MESSAGES/kabc_slox.mo -share/locale/sr@Latn/LC_MESSAGES/kabc_sql.mo -share/locale/sr@Latn/LC_MESSAGES/kabcformat_binary.mo -share/locale/sr@Latn/LC_MESSAGES/kaboodle.mo -share/locale/sr@Latn/LC_MESSAGES/kaccess.mo -share/locale/sr@Latn/LC_MESSAGES/kaddressbook.mo -share/locale/sr@Latn/LC_MESSAGES/kalarm.mo -share/locale/sr@Latn/LC_MESSAGES/kalzium.mo -share/locale/sr@Latn/LC_MESSAGES/kanagram.mo -share/locale/sr@Latn/LC_MESSAGES/kandy.mo -share/locale/sr@Latn/LC_MESSAGES/kappfinder.mo -share/locale/sr@Latn/LC_MESSAGES/karm.mo -share/locale/sr@Latn/LC_MESSAGES/kasbarextension.mo -share/locale/sr@Latn/LC_MESSAGES/kasteroids.mo -share/locale/sr@Latn/LC_MESSAGES/kate.mo -share/locale/sr@Latn/LC_MESSAGES/katecppsymbolviewer.mo -share/locale/sr@Latn/LC_MESSAGES/katefiletemplates.mo -share/locale/sr@Latn/LC_MESSAGES/katefll_initplugin.mo -share/locale/sr@Latn/LC_MESSAGES/katefll_plugin.mo -share/locale/sr@Latn/LC_MESSAGES/katehelloworld.mo -share/locale/sr@Latn/LC_MESSAGES/katehtmltools.mo -share/locale/sr@Latn/LC_MESSAGES/kateinsertcommand.mo -share/locale/sr@Latn/LC_MESSAGES/katekjswrapper.mo -share/locale/sr@Latn/LC_MESSAGES/katemake.mo -share/locale/sr@Latn/LC_MESSAGES/katemodeline.mo -share/locale/sr@Latn/LC_MESSAGES/kateopenheader.mo -share/locale/sr@Latn/LC_MESSAGES/katepart.mo -share/locale/sr@Latn/LC_MESSAGES/katepybrowse.mo -share/locale/sr@Latn/LC_MESSAGES/katesnippets.mo -share/locale/sr@Latn/LC_MESSAGES/katetabbarextension.mo -share/locale/sr@Latn/LC_MESSAGES/katetextfilter.mo -share/locale/sr@Latn/LC_MESSAGES/katexmlcheck.mo -share/locale/sr@Latn/LC_MESSAGES/katexmltools.mo -share/locale/sr@Latn/LC_MESSAGES/katomic.mo -share/locale/sr@Latn/LC_MESSAGES/kaudiocreator.mo -share/locale/sr@Latn/LC_MESSAGES/kay.mo -share/locale/sr@Latn/LC_MESSAGES/kbabel.mo -share/locale/sr@Latn/LC_MESSAGES/kbackgammon.mo -share/locale/sr@Latn/LC_MESSAGES/kbattleship.mo -share/locale/sr@Latn/LC_MESSAGES/kbinaryclock.mo -share/locale/sr@Latn/LC_MESSAGES/kblackbox.mo -share/locale/sr@Latn/LC_MESSAGES/kbounce.mo -share/locale/sr@Latn/LC_MESSAGES/kbruch.mo -share/locale/sr@Latn/LC_MESSAGES/kbstateapplet.mo -share/locale/sr@Latn/LC_MESSAGES/kbugbuster.mo -share/locale/sr@Latn/LC_MESSAGES/kcachegrind.mo -share/locale/sr@Latn/LC_MESSAGES/kcalc.mo -share/locale/sr@Latn/LC_MESSAGES/kcharselect.mo -share/locale/sr@Latn/LC_MESSAGES/kcharselectapplet.mo -share/locale/sr@Latn/LC_MESSAGES/kcm_krfb.mo -share/locale/sr@Latn/LC_MESSAGES/kcm_kviewcanvasconfig.mo -share/locale/sr@Latn/LC_MESSAGES/kcm_kviewgeneralconfig.mo -share/locale/sr@Latn/LC_MESSAGES/kcm_kviewpluginsconfig.mo -share/locale/sr@Latn/LC_MESSAGES/kcm_kviewviewerpluginsconfig.mo -share/locale/sr@Latn/LC_MESSAGES/kcmaccess.mo -share/locale/sr@Latn/LC_MESSAGES/kcmaccessibility.mo -share/locale/sr@Latn/LC_MESSAGES/kcmarts.mo -share/locale/sr@Latn/LC_MESSAGES/kcmaudiocd.mo -share/locale/sr@Latn/LC_MESSAGES/kcmbackground.mo -share/locale/sr@Latn/LC_MESSAGES/kcmbell.mo -share/locale/sr@Latn/LC_MESSAGES/kcmcddb.mo -share/locale/sr@Latn/LC_MESSAGES/kcmcgi.mo -share/locale/sr@Latn/LC_MESSAGES/kcmcolors.mo -share/locale/sr@Latn/LC_MESSAGES/kcmcomponentchooser.mo -share/locale/sr@Latn/LC_MESSAGES/kcmcrypto.mo -share/locale/sr@Latn/LC_MESSAGES/kcmcss.mo -share/locale/sr@Latn/LC_MESSAGES/kcmenergy.mo -share/locale/sr@Latn/LC_MESSAGES/kcmfonts.mo -share/locale/sr@Latn/LC_MESSAGES/kcmhtmlsearch.mo -share/locale/sr@Latn/LC_MESSAGES/kcmicons.mo -share/locale/sr@Latn/LC_MESSAGES/kcminfo.mo -share/locale/sr@Latn/LC_MESSAGES/kcminput.mo -share/locale/sr@Latn/LC_MESSAGES/kcmioslaveinfo.mo -share/locale/sr@Latn/LC_MESSAGES/kcmkabconfig.mo -share/locale/sr@Latn/LC_MESSAGES/kcmkamera.mo -share/locale/sr@Latn/LC_MESSAGES/kcmkclock.mo -share/locale/sr@Latn/LC_MESSAGES/kcmkded.mo -share/locale/sr@Latn/LC_MESSAGES/kcmkdnssd.mo -share/locale/sr@Latn/LC_MESSAGES/kcmkeys.mo -share/locale/sr@Latn/LC_MESSAGES/kcmkicker.mo -share/locale/sr@Latn/LC_MESSAGES/kcmkio.mo -share/locale/sr@Latn/LC_MESSAGES/kcmkonq.mo -share/locale/sr@Latn/LC_MESSAGES/kcmkonqhtml.mo -share/locale/sr@Latn/LC_MESSAGES/kcmkonsole.mo -share/locale/sr@Latn/LC_MESSAGES/kcmkontactnt.mo -share/locale/sr@Latn/LC_MESSAGES/kcmktalkd.mo -share/locale/sr@Latn/LC_MESSAGES/kcmkuick.mo -share/locale/sr@Latn/LC_MESSAGES/kcmkurifilt.mo -share/locale/sr@Latn/LC_MESSAGES/kcmkvaio.mo -share/locale/sr@Latn/LC_MESSAGES/kcmkwallet.mo -share/locale/sr@Latn/LC_MESSAGES/kcmkwindecoration.mo -share/locale/sr@Latn/LC_MESSAGES/kcmkwinrules.mo -share/locale/sr@Latn/LC_MESSAGES/kcmkwm.mo -share/locale/sr@Latn/LC_MESSAGES/kcmlanbrowser.mo -share/locale/sr@Latn/LC_MESSAGES/kcmlaptop.mo -share/locale/sr@Latn/LC_MESSAGES/kcmlaunch.mo -share/locale/sr@Latn/LC_MESSAGES/kcmlayout.mo -share/locale/sr@Latn/LC_MESSAGES/kcmlilo.mo -share/locale/sr@Latn/LC_MESSAGES/kcmlirc.mo -share/locale/sr@Latn/LC_MESSAGES/kcmlocale.mo -share/locale/sr@Latn/LC_MESSAGES/kcmmedia.mo -share/locale/sr@Latn/LC_MESSAGES/kcmnic.mo -share/locale/sr@Latn/LC_MESSAGES/kcmnotify.mo -share/locale/sr@Latn/LC_MESSAGES/kcmperformance.mo -share/locale/sr@Latn/LC_MESSAGES/kcmprintmgr.mo -share/locale/sr@Latn/LC_MESSAGES/kcmsamba.mo -share/locale/sr@Latn/LC_MESSAGES/kcmscreensaver.mo -share/locale/sr@Latn/LC_MESSAGES/kcmshell.mo -share/locale/sr@Latn/LC_MESSAGES/kcmsmartcard.mo -share/locale/sr@Latn/LC_MESSAGES/kcmsmserver.mo -share/locale/sr@Latn/LC_MESSAGES/kcmspellchecking.mo -share/locale/sr@Latn/LC_MESSAGES/kcmstyle.mo -share/locale/sr@Latn/LC_MESSAGES/kcmtaskbar.mo -share/locale/sr@Latn/LC_MESSAGES/kcmthinkpad.mo -share/locale/sr@Latn/LC_MESSAGES/kcmusb.mo -share/locale/sr@Latn/LC_MESSAGES/kcmview1394.mo -share/locale/sr@Latn/LC_MESSAGES/kcmwifi.mo -share/locale/sr@Latn/LC_MESSAGES/kcmxinerama.mo -share/locale/sr@Latn/LC_MESSAGES/kcoloredit.mo -share/locale/sr@Latn/LC_MESSAGES/kcontrol.mo -share/locale/sr@Latn/LC_MESSAGES/kcron.mo -share/locale/sr@Latn/LC_MESSAGES/kdat.mo -share/locale/sr@Latn/LC_MESSAGES/kdcop.mo -share/locale/sr@Latn/LC_MESSAGES/kdebugdialog.mo -share/locale/sr@Latn/LC_MESSAGES/kdelibs.mo -share/locale/sr@Latn/LC_MESSAGES/kdelibs_colors.mo -share/locale/sr@Latn/LC_MESSAGES/kdelirc.mo -share/locale/sr@Latn/LC_MESSAGES/kdepasswd.mo -share/locale/sr@Latn/LC_MESSAGES/kdepimresources.mo -share/locale/sr@Latn/LC_MESSAGES/kdepimwizards.mo -share/locale/sr@Latn/LC_MESSAGES/kdeprint.mo -share/locale/sr@Latn/LC_MESSAGES/kdeprint_part.mo -share/locale/sr@Latn/LC_MESSAGES/kdeprintfax.mo -share/locale/sr@Latn/LC_MESSAGES/kdesktop.mo -share/locale/sr@Latn/LC_MESSAGES/kdessh.mo -share/locale/sr@Latn/LC_MESSAGES/kdesu.mo -share/locale/sr@Latn/LC_MESSAGES/kdesud.mo -share/locale/sr@Latn/LC_MESSAGES/kdevdesigner.mo -share/locale/sr@Latn/LC_MESSAGES/kdevelop.mo -share/locale/sr@Latn/LC_MESSAGES/kdevtipofday.mo -share/locale/sr@Latn/LC_MESSAGES/kdf.mo -share/locale/sr@Latn/LC_MESSAGES/kdgantt.mo -share/locale/sr@Latn/LC_MESSAGES/kdialog.mo -share/locale/sr@Latn/LC_MESSAGES/kdict.mo -share/locale/sr@Latn/LC_MESSAGES/kdictapplet.mo -share/locale/sr@Latn/LC_MESSAGES/kdjview.mo -share/locale/sr@Latn/LC_MESSAGES/kdmconfig.mo -share/locale/sr@Latn/LC_MESSAGES/kdmgreet.mo -share/locale/sr@Latn/LC_MESSAGES/kdvi.mo -share/locale/sr@Latn/LC_MESSAGES/kedit.mo -share/locale/sr@Latn/LC_MESSAGES/keduca.mo -share/locale/sr@Latn/LC_MESSAGES/kenolaba.mo -share/locale/sr@Latn/LC_MESSAGES/kfax.mo -share/locale/sr@Latn/LC_MESSAGES/kfaxview.mo -share/locale/sr@Latn/LC_MESSAGES/kfifteenapplet.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_au.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_avi.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_bmp.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_cert.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_cpp.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_dds.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_deb.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_desktop.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_diff.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_drgeo.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_dvi.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_exr.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_flac.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_folder.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_gif.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_html.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_ico.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_ics.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_jpeg.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_kig.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_lnk.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_m3u.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_mhtml.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_mp3.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_mpc.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_mpeg.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_ogg.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_palm.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_pcx.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_pdf.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_png.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_pnm.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_po.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_ps.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_rfc822.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_rgb.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_rpm.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_sid.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_tga.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_theora.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_tiff.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_torrent.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_ts.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_txt.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_vcf.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_wav.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_xbm.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_xpm.mo -share/locale/sr@Latn/LC_MESSAGES/kfileaudiopreview.mo -share/locale/sr@Latn/LC_MESSAGES/kfilereplace.mo -share/locale/sr@Latn/LC_MESSAGES/kfileshare.mo -share/locale/sr@Latn/LC_MESSAGES/kfindpart.mo -share/locale/sr@Latn/LC_MESSAGES/kfloppy.mo -share/locale/sr@Latn/LC_MESSAGES/kfmclient.mo -share/locale/sr@Latn/LC_MESSAGES/kfontinst.mo -share/locale/sr@Latn/LC_MESSAGES/kfouleggs.mo -share/locale/sr@Latn/LC_MESSAGES/kgamma.mo -share/locale/sr@Latn/LC_MESSAGES/kgantt.mo -share/locale/sr@Latn/LC_MESSAGES/kgeography.mo -share/locale/sr@Latn/LC_MESSAGES/kget.mo -share/locale/sr@Latn/LC_MESSAGES/kghostview.mo -share/locale/sr@Latn/LC_MESSAGES/kgoldrunner.mo -share/locale/sr@Latn/LC_MESSAGES/kgpg.mo -share/locale/sr@Latn/LC_MESSAGES/kgreet_classic.mo -share/locale/sr@Latn/LC_MESSAGES/kgreet_winbind.mo -share/locale/sr@Latn/LC_MESSAGES/khangman.mo -share/locale/sr@Latn/LC_MESSAGES/khelpcenter.mo -share/locale/sr@Latn/LC_MESSAGES/khexedit.mo -share/locale/sr@Latn/LC_MESSAGES/khexedit2part.mo -share/locale/sr@Latn/LC_MESSAGES/khotkeys.mo -share/locale/sr@Latn/LC_MESSAGES/khtmlkttsd.mo -share/locale/sr@Latn/LC_MESSAGES/khtmlsettingsplugin.mo -share/locale/sr@Latn/LC_MESSAGES/kicker.mo -share/locale/sr@Latn/LC_MESSAGES/kickermenu_kate.mo -share/locale/sr@Latn/LC_MESSAGES/kiconedit.mo -share/locale/sr@Latn/LC_MESSAGES/kig.mo -share/locale/sr@Latn/LC_MESSAGES/kimagemapeditor.mo -share/locale/sr@Latn/LC_MESSAGES/kinetd.mo -share/locale/sr@Latn/LC_MESSAGES/kio.mo -share/locale/sr@Latn/LC_MESSAGES/kio_audiocd.mo -share/locale/sr@Latn/LC_MESSAGES/kio_finger.mo -share/locale/sr@Latn/LC_MESSAGES/kio_fish.mo -share/locale/sr@Latn/LC_MESSAGES/kio_floppy.mo -share/locale/sr@Latn/LC_MESSAGES/kio_groupwise.mo -share/locale/sr@Latn/LC_MESSAGES/kio_help.mo -share/locale/sr@Latn/LC_MESSAGES/kio_home.mo -share/locale/sr@Latn/LC_MESSAGES/kio_imap4.mo -share/locale/sr@Latn/LC_MESSAGES/kio_jabberdisco.mo -share/locale/sr@Latn/LC_MESSAGES/kio_lan.mo -share/locale/sr@Latn/LC_MESSAGES/kio_ldap.mo -share/locale/sr@Latn/LC_MESSAGES/kio_mac.mo -share/locale/sr@Latn/LC_MESSAGES/kio_man.mo -share/locale/sr@Latn/LC_MESSAGES/kio_media.mo -share/locale/sr@Latn/LC_MESSAGES/kio_mobile.mo -share/locale/sr@Latn/LC_MESSAGES/kio_nfs.mo -share/locale/sr@Latn/LC_MESSAGES/kio_nntp.mo -share/locale/sr@Latn/LC_MESSAGES/kio_pop3.mo -share/locale/sr@Latn/LC_MESSAGES/kio_print.mo -share/locale/sr@Latn/LC_MESSAGES/kio_remote.mo -share/locale/sr@Latn/LC_MESSAGES/kio_settings.mo -share/locale/sr@Latn/LC_MESSAGES/kio_sftp.mo -share/locale/sr@Latn/LC_MESSAGES/kio_sieve.mo -share/locale/sr@Latn/LC_MESSAGES/kio_smb.mo -share/locale/sr@Latn/LC_MESSAGES/kio_smtp.mo -share/locale/sr@Latn/LC_MESSAGES/kio_svn.mo -share/locale/sr@Latn/LC_MESSAGES/kio_system.mo -share/locale/sr@Latn/LC_MESSAGES/kio_tar.mo -share/locale/sr@Latn/LC_MESSAGES/kio_thumbnail.mo -share/locale/sr@Latn/LC_MESSAGES/kio_trash.mo -share/locale/sr@Latn/LC_MESSAGES/kio_zeroconf.mo -share/locale/sr@Latn/LC_MESSAGES/kioexec.mo -share/locale/sr@Latn/LC_MESSAGES/kitchensync.mo -share/locale/sr@Latn/LC_MESSAGES/kiten.mo -share/locale/sr@Latn/LC_MESSAGES/kjobviewer.mo -share/locale/sr@Latn/LC_MESSAGES/kjots.mo -share/locale/sr@Latn/LC_MESSAGES/kjumpingcube.mo -share/locale/sr@Latn/LC_MESSAGES/klaptopdaemon.mo -share/locale/sr@Latn/LC_MESSAGES/klatin.mo -share/locale/sr@Latn/LC_MESSAGES/kleopatra.mo -share/locale/sr@Latn/LC_MESSAGES/klettres.mo -share/locale/sr@Latn/LC_MESSAGES/klickety.mo -share/locale/sr@Latn/LC_MESSAGES/klines.mo -share/locale/sr@Latn/LC_MESSAGES/klinkstatus.mo -share/locale/sr@Latn/LC_MESSAGES/klipper.mo -share/locale/sr@Latn/LC_MESSAGES/klock.mo -share/locale/sr@Latn/LC_MESSAGES/kmag.mo -share/locale/sr@Latn/LC_MESSAGES/kmahjongg.mo -share/locale/sr@Latn/LC_MESSAGES/kmail.mo -share/locale/sr@Latn/LC_MESSAGES/kmail_text_calendar_plugin.mo -share/locale/sr@Latn/LC_MESSAGES/kmail_text_vcard_plugin.mo -share/locale/sr@Latn/LC_MESSAGES/kmailcvt.mo -share/locale/sr@Latn/LC_MESSAGES/kmathapplet.mo -share/locale/sr@Latn/LC_MESSAGES/kmcop.mo -share/locale/sr@Latn/LC_MESSAGES/kmenuapplet.mo -share/locale/sr@Latn/LC_MESSAGES/kmenuedit.mo -share/locale/sr@Latn/LC_MESSAGES/kmid.mo -share/locale/sr@Latn/LC_MESSAGES/kmilo_delli8k.mo -share/locale/sr@Latn/LC_MESSAGES/kmilo_generic.mo -share/locale/sr@Latn/LC_MESSAGES/kmilo_kvaio.mo -share/locale/sr@Latn/LC_MESSAGES/kmilo_powerbook.mo -share/locale/sr@Latn/LC_MESSAGES/kmilo_thinkpad.mo -share/locale/sr@Latn/LC_MESSAGES/kmilod.mo -share/locale/sr@Latn/LC_MESSAGES/kmines.mo -share/locale/sr@Latn/LC_MESSAGES/kminipagerapplet.mo -share/locale/sr@Latn/LC_MESSAGES/kmix.mo -share/locale/sr@Latn/LC_MESSAGES/kmobile.mo -share/locale/sr@Latn/LC_MESSAGES/kmoon.mo -share/locale/sr@Latn/LC_MESSAGES/kmousetool.mo -share/locale/sr@Latn/LC_MESSAGES/kmouth.mo -share/locale/sr@Latn/LC_MESSAGES/kmplot.mo -share/locale/sr@Latn/LC_MESSAGES/kmrml.mo -share/locale/sr@Latn/LC_MESSAGES/knetattach.mo -share/locale/sr@Latn/LC_MESSAGES/knetwalk.mo -share/locale/sr@Latn/LC_MESSAGES/knetworkconf.mo -share/locale/sr@Latn/LC_MESSAGES/knewsticker.mo -share/locale/sr@Latn/LC_MESSAGES/knode.mo -share/locale/sr@Latn/LC_MESSAGES/knotes.mo -share/locale/sr@Latn/LC_MESSAGES/knotify.mo -share/locale/sr@Latn/LC_MESSAGES/kodo.mo -share/locale/sr@Latn/LC_MESSAGES/kolf.mo -share/locale/sr@Latn/LC_MESSAGES/kolourpaint.mo -share/locale/sr@Latn/LC_MESSAGES/kolourpicker.mo -share/locale/sr@Latn/LC_MESSAGES/kommander.mo -share/locale/sr@Latn/LC_MESSAGES/kompare.mo -share/locale/sr@Latn/LC_MESSAGES/konqsidebar_delicious.mo -share/locale/sr@Latn/LC_MESSAGES/konqsidebar_mediaplayer.mo -share/locale/sr@Latn/LC_MESSAGES/konqsidebar_metabar.mo -share/locale/sr@Latn/LC_MESSAGES/konqsidebar_news.mo -share/locale/sr@Latn/LC_MESSAGES/konqueror.mo -share/locale/sr@Latn/LC_MESSAGES/konquest.mo -share/locale/sr@Latn/LC_MESSAGES/konsole.mo -share/locale/sr@Latn/LC_MESSAGES/konsolekalendar.mo -share/locale/sr@Latn/LC_MESSAGES/kontact.mo -share/locale/sr@Latn/LC_MESSAGES/kooka.mo -share/locale/sr@Latn/LC_MESSAGES/kopete.mo -share/locale/sr@Latn/LC_MESSAGES/korganizer.mo -share/locale/sr@Latn/LC_MESSAGES/korn.mo -share/locale/sr@Latn/LC_MESSAGES/kpackage.mo -share/locale/sr@Latn/LC_MESSAGES/kpager.mo -share/locale/sr@Latn/LC_MESSAGES/kpartsaver.mo -share/locale/sr@Latn/LC_MESSAGES/kpat.mo -share/locale/sr@Latn/LC_MESSAGES/kpdf.mo -share/locale/sr@Latn/LC_MESSAGES/kpercentage.mo -share/locale/sr@Latn/LC_MESSAGES/kpersonalizer.mo -share/locale/sr@Latn/LC_MESSAGES/kpf.mo -share/locale/sr@Latn/LC_MESSAGES/kpilot.mo -share/locale/sr@Latn/LC_MESSAGES/kpoker.mo -share/locale/sr@Latn/LC_MESSAGES/kpovmodeler.mo -share/locale/sr@Latn/LC_MESSAGES/kppp.mo -share/locale/sr@Latn/LC_MESSAGES/kppplogview.mo -share/locale/sr@Latn/LC_MESSAGES/kprinter.mo -share/locale/sr@Latn/LC_MESSAGES/krandr.mo -share/locale/sr@Latn/LC_MESSAGES/krdb.mo -share/locale/sr@Latn/LC_MESSAGES/krdc.mo -share/locale/sr@Latn/LC_MESSAGES/kreadconfig.mo -share/locale/sr@Latn/LC_MESSAGES/krec.mo -share/locale/sr@Latn/LC_MESSAGES/kregexpeditor.mo -share/locale/sr@Latn/LC_MESSAGES/kres_birthday.mo -share/locale/sr@Latn/LC_MESSAGES/kres_blogging.mo -share/locale/sr@Latn/LC_MESSAGES/kres_bugzilla.mo -share/locale/sr@Latn/LC_MESSAGES/kres_exchange.mo -share/locale/sr@Latn/LC_MESSAGES/kres_featureplan.mo -share/locale/sr@Latn/LC_MESSAGES/kres_groupware.mo -share/locale/sr@Latn/LC_MESSAGES/kres_groupwise.mo -share/locale/sr@Latn/LC_MESSAGES/kres_kolab.mo -share/locale/sr@Latn/LC_MESSAGES/kres_remote.mo -share/locale/sr@Latn/LC_MESSAGES/kres_tvanytime.mo -share/locale/sr@Latn/LC_MESSAGES/kres_xmlrpc.mo -share/locale/sr@Latn/LC_MESSAGES/kreversi.mo -share/locale/sr@Latn/LC_MESSAGES/krfb.mo -share/locale/sr@Latn/LC_MESSAGES/kruler.mo -share/locale/sr@Latn/LC_MESSAGES/krunapplet.mo -share/locale/sr@Latn/LC_MESSAGES/ksame.mo -share/locale/sr@Latn/LC_MESSAGES/ksayit.mo -share/locale/sr@Latn/LC_MESSAGES/kscd.mo -share/locale/sr@Latn/LC_MESSAGES/kscreensaver.mo -share/locale/sr@Latn/LC_MESSAGES/kshisen.mo -share/locale/sr@Latn/LC_MESSAGES/ksig.mo -share/locale/sr@Latn/LC_MESSAGES/ksim.mo -share/locale/sr@Latn/LC_MESSAGES/ksirc.mo -share/locale/sr@Latn/LC_MESSAGES/ksirtet.mo -share/locale/sr@Latn/LC_MESSAGES/ksmiletris.mo -share/locale/sr@Latn/LC_MESSAGES/ksmserver.mo -share/locale/sr@Latn/LC_MESSAGES/ksnake.mo -share/locale/sr@Latn/LC_MESSAGES/ksnapshot.mo -share/locale/sr@Latn/LC_MESSAGES/ksokoban.mo -share/locale/sr@Latn/LC_MESSAGES/kspaceduel.mo -share/locale/sr@Latn/LC_MESSAGES/ksplash.mo -share/locale/sr@Latn/LC_MESSAGES/ksplashthemes.mo -share/locale/sr@Latn/LC_MESSAGES/kstars.mo -share/locale/sr@Latn/LC_MESSAGES/kstart.mo -share/locale/sr@Latn/LC_MESSAGES/kstartperf.mo -share/locale/sr@Latn/LC_MESSAGES/kstyle_highcontrast_config.mo -share/locale/sr@Latn/LC_MESSAGES/kstyle_keramik_config.mo -share/locale/sr@Latn/LC_MESSAGES/kstyle_phase_config.mo -share/locale/sr@Latn/LC_MESSAGES/kstyle_plastik_config.mo -share/locale/sr@Latn/LC_MESSAGES/ksvgplugin.mo -share/locale/sr@Latn/LC_MESSAGES/ksysguard.mo -share/locale/sr@Latn/LC_MESSAGES/ksystemtrayapplet.mo -share/locale/sr@Latn/LC_MESSAGES/ksystraycmd.mo -share/locale/sr@Latn/LC_MESSAGES/ksysv.mo -share/locale/sr@Latn/LC_MESSAGES/kteatime.mo -share/locale/sr@Latn/LC_MESSAGES/ktexteditor_autobookmarker.mo -share/locale/sr@Latn/LC_MESSAGES/ktexteditor_docwordcompletion.mo -share/locale/sr@Latn/LC_MESSAGES/ktexteditor_insertfile.mo -share/locale/sr@Latn/LC_MESSAGES/ktexteditor_isearch.mo -share/locale/sr@Latn/LC_MESSAGES/ktexteditor_kdatatool.mo -share/locale/sr@Latn/LC_MESSAGES/kthememanager.mo -share/locale/sr@Latn/LC_MESSAGES/ktimemon.mo -share/locale/sr@Latn/LC_MESSAGES/ktimer.mo -share/locale/sr@Latn/LC_MESSAGES/ktip.mo -share/locale/sr@Latn/LC_MESSAGES/ktnef.mo -share/locale/sr@Latn/LC_MESSAGES/ktouch.mo -share/locale/sr@Latn/LC_MESSAGES/ktron.mo -share/locale/sr@Latn/LC_MESSAGES/kttsd.mo -share/locale/sr@Latn/LC_MESSAGES/ktuberling.mo -share/locale/sr@Latn/LC_MESSAGES/kturtle.mo -share/locale/sr@Latn/LC_MESSAGES/ktux.mo -share/locale/sr@Latn/LC_MESSAGES/kuick_plugin.mo -share/locale/sr@Latn/LC_MESSAGES/kuickshow.mo -share/locale/sr@Latn/LC_MESSAGES/kuiviewer.mo -share/locale/sr@Latn/LC_MESSAGES/kuser.mo -share/locale/sr@Latn/LC_MESSAGES/kverbos.mo -share/locale/sr@Latn/LC_MESSAGES/kview.mo -share/locale/sr@Latn/LC_MESSAGES/kview_scale.mo -share/locale/sr@Latn/LC_MESSAGES/kviewbrowserplugin.mo -share/locale/sr@Latn/LC_MESSAGES/kviewcanvas.mo -share/locale/sr@Latn/LC_MESSAGES/kvieweffectsplugin.mo -share/locale/sr@Latn/LC_MESSAGES/kviewpresenterplugin.mo -share/locale/sr@Latn/LC_MESSAGES/kviewscannerplugin.mo -share/locale/sr@Latn/LC_MESSAGES/kviewshell.mo -share/locale/sr@Latn/LC_MESSAGES/kviewviewer.mo -share/locale/sr@Latn/LC_MESSAGES/kvoctrain.mo -share/locale/sr@Latn/LC_MESSAGES/kwalletmanager.mo -share/locale/sr@Latn/LC_MESSAGES/kwatchgnupg.mo -share/locale/sr@Latn/LC_MESSAGES/kweather.mo -share/locale/sr@Latn/LC_MESSAGES/kwifimanager.mo -share/locale/sr@Latn/LC_MESSAGES/kwin.mo -share/locale/sr@Latn/LC_MESSAGES/kwin4.mo -share/locale/sr@Latn/LC_MESSAGES/kwin_art_clients.mo -share/locale/sr@Latn/LC_MESSAGES/kwin_clients.mo -share/locale/sr@Latn/LC_MESSAGES/kwin_lib.mo -share/locale/sr@Latn/LC_MESSAGES/kwireless.mo -share/locale/sr@Latn/LC_MESSAGES/kwordquiz.mo -share/locale/sr@Latn/LC_MESSAGES/kworldclock.mo -share/locale/sr@Latn/LC_MESSAGES/kwriteconfig.mo -share/locale/sr@Latn/LC_MESSAGES/kxkb.mo -share/locale/sr@Latn/LC_MESSAGES/kxsconfig.mo -share/locale/sr@Latn/LC_MESSAGES/kxsldbg.mo -share/locale/sr@Latn/LC_MESSAGES/libKTTSD.mo -share/locale/sr@Latn/LC_MESSAGES/libdmctl.mo -share/locale/sr@Latn/LC_MESSAGES/libkaddrbk_geo_xxport.mo -share/locale/sr@Latn/LC_MESSAGES/libkaddrbk_gmx_xxport.mo -share/locale/sr@Latn/LC_MESSAGES/libkcal.mo -share/locale/sr@Latn/LC_MESSAGES/libkcddb.mo -share/locale/sr@Latn/LC_MESSAGES/libkdeedu.mo -share/locale/sr@Latn/LC_MESSAGES/libkdegames.mo -share/locale/sr@Latn/LC_MESSAGES/libkdepim.mo -share/locale/sr@Latn/LC_MESSAGES/libkfaximgage.mo -share/locale/sr@Latn/LC_MESSAGES/libkholidays.mo -share/locale/sr@Latn/LC_MESSAGES/libkicker.mo -share/locale/sr@Latn/LC_MESSAGES/libkickermenu_kdeprint.mo -share/locale/sr@Latn/LC_MESSAGES/libkickermenu_konsole.mo -share/locale/sr@Latn/LC_MESSAGES/libkickermenu_prefmenu.mo -share/locale/sr@Latn/LC_MESSAGES/libkickermenu_recentdocs.mo -share/locale/sr@Latn/LC_MESSAGES/libkickermenu_remotemenu.mo -share/locale/sr@Latn/LC_MESSAGES/libkickermenu_systemmenu.mo -share/locale/sr@Latn/LC_MESSAGES/libkickermenu_tom.mo -share/locale/sr@Latn/LC_MESSAGES/libkleopatra.mo -share/locale/sr@Latn/LC_MESSAGES/libkmime.mo -share/locale/sr@Latn/LC_MESSAGES/libkonq.mo -share/locale/sr@Latn/LC_MESSAGES/libkpgp.mo -share/locale/sr@Latn/LC_MESSAGES/libkpimexchange.mo -share/locale/sr@Latn/LC_MESSAGES/libkscan.mo -share/locale/sr@Latn/LC_MESSAGES/libkscreensaver.mo -share/locale/sr@Latn/LC_MESSAGES/libksieve.mo -share/locale/sr@Latn/LC_MESSAGES/libksirtet.mo -share/locale/sr@Latn/LC_MESSAGES/libksync.mo -share/locale/sr@Latn/LC_MESSAGES/libtaskbar.mo -share/locale/sr@Latn/LC_MESSAGES/libtaskmanager.mo -share/locale/sr@Latn/LC_MESSAGES/lockout.mo -share/locale/sr@Latn/LC_MESSAGES/lskat.mo -share/locale/sr@Latn/LC_MESSAGES/lyrics.mo -share/locale/sr@Latn/LC_MESSAGES/mediaapplet.mo -share/locale/sr@Latn/LC_MESSAGES/mediacontrol.mo -share/locale/sr@Latn/LC_MESSAGES/mf_konqplugin.mo -share/locale/sr@Latn/LC_MESSAGES/minitoolsplugin.mo -share/locale/sr@Latn/LC_MESSAGES/naughtyapplet.mo -share/locale/sr@Latn/LC_MESSAGES/nexscope.mo -share/locale/sr@Latn/LC_MESSAGES/noatun.mo -share/locale/sr@Latn/LC_MESSAGES/nsplugin.mo -share/locale/sr@Latn/LC_MESSAGES/pitchablespeed.mo -share/locale/sr@Latn/LC_MESSAGES/ppdtranslations.mo -share/locale/sr@Latn/LC_MESSAGES/privacy.mo -share/locale/sr@Latn/LC_MESSAGES/quanta.mo -share/locale/sr@Latn/LC_MESSAGES/quicklauncher.mo -share/locale/sr@Latn/LC_MESSAGES/rellinks.mo -share/locale/sr@Latn/LC_MESSAGES/searchbarplugin.mo -share/locale/sr@Latn/LC_MESSAGES/secpolicy.mo -share/locale/sr@Latn/LC_MESSAGES/spy.mo -share/locale/sr@Latn/LC_MESSAGES/superkaramba.mo -share/locale/sr@Latn/LC_MESSAGES/synaescope.mo -share/locale/sr@Latn/LC_MESSAGES/timezones.mo -share/locale/sr@Latn/LC_MESSAGES/tippecanoe.mo -share/locale/sr@Latn/LC_MESSAGES/trashapplet.mo -share/locale/sr@Latn/LC_MESSAGES/tyler.mo -share/locale/sr@Latn/LC_MESSAGES/uachangerplugin.mo -share/locale/sr@Latn/LC_MESSAGES/umbrello.mo -share/locale/sr@Latn/LC_MESSAGES/useraccount.mo -share/locale/sr@Latn/LC_MESSAGES/validatorsplugin.mo -share/locale/sr@Latn/LC_MESSAGES/wakeup.mo -share/locale/sr@Latn/LC_MESSAGES/wavecapture.mo -share/locale/sr@Latn/LC_MESSAGES/webarchiver.mo -share/locale/sr@Latn/charset -share/locale/sr@Latn/entry.desktop -share/locale/sr@Latn/flag.png -@dirrm share/apps/kturtle/examples/sr@Latn -@dirrm share/apps/kturtle/examples -@dirrm share/apps/kturtle/data -@dirrm share/apps/kturtle -@dirrm share/apps/ktuberling/sounds/sr@Latn -@dirrm share/apps/ktuberling/sounds -@dirrm share/apps/ktuberling -@dirrm share/apps/khangman/data/sr@Latn -@dirrm share/apps/khangman/data -@dirrm share/apps/khangman diff --git a/misc/kde3-i18n/Makefile b/misc/kde3-i18n/Makefile index 71dca7f4bc93..f72a1cd5cc6f 100644 --- a/misc/kde3-i18n/Makefile +++ b/misc/kde3-i18n/Makefile @@ -31,7 +31,7 @@ RUN_DEPENDS+=\ .for LANG in af az be bg bn br bs ca cs csb cy da el en_GB eo es et eu fa fi fy ga gl \ hi hr hsb is it kk km lt lv mk mn ms mt nb nds nl nn nso pa ro rw se sk sl \ - sr sr@Latn ss sv ta te tg th tr uz ven wa xh zu + sr sr_Latn ss sv ta te tg th tr uz ven wa xh zu RUN_DEPENDS+=\ ${LOCALBASE}/share/locale/${LANG}/entry.desktop:${PORTSDIR}/misc/kde3-i18n-${LANG} .endfor |