FreeBSD: Add ports updated for final release R14.1.0.

Add a script to synchronize ports to the FreeBSD ports structure.
Add meta-port 'tde-meta' to install all TDE ports.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/214/head
Slávek Banko 2 years ago
parent 718961e634
commit 4975402d7f
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -0,0 +1,8 @@
SUBDIR =
SUBDIR += dependencies
SUBDIR += core
SUBDIR += libraries
SUBDIR += applications
.include <bsd.port.subdir.mk>

@ -0,0 +1,10 @@
# FreeBSD ports for Trinity Desktop Environment
Git repository with TDE ports for FreeBSD is structured according to the
structure of the TDE umbrella. The `tde-ports-map` script is used to integrate
the TDE ports into the standard directory of FreeBSD ports. The script performs
synchronization from the git clone directory to the specified FreeBSD ports
based on information in each Makefile.
More detailed instructions for installing TDE on FreeBSD can be found at wiki:
https://wiki.trinitydesktop.org/FreeBSD_Trinity_Installation_Instructions

@ -0,0 +1,16 @@
SUBDIR =
SUBDIR += development
SUBDIR += games
SUBDIR += graphics
SUBDIR += internet
SUBDIR += misc
SUBDIR += multimedia
SUBDIR += office
SUBDIR += settings
SUBDIR += system
SUBDIR += tdeio
SUBDIR += themes
SUBDIR += utilities
.include <bsd.port.subdir.mk>

@ -0,0 +1,8 @@
SUBDIR =
SUBDIR += kdbg
SUBDIR += kdiff3
SUBDIR += kscope
SUBDIR += kxmleditor
.include <bsd.port.subdir.mk>

@ -0,0 +1,36 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: applications/development/kdbg
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTNAME= kdbg-trinity
COMMENT= Graphical debugger interface [Trinity]
TDE_PREVERSION=
MASTER_SITE_SUBDIR= k/${PORTNAME}
PORTREVISION= 0
CATEGORIES= devel x11
DIST_SUBDIR= TDE/applications/development
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
-DBUILD_ALL="ON" \
-DWITH_ALL_OPTIONS="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1681906611
SHA256 (TDE/applications/development/kdbg-trinity_14.1.0.orig.tar.xz) = 3d8ef5b90ad134d9eb6c663e5c1b04aaee3afd4e3cde708a80271a42294e5139
SIZE (TDE/applications/development/kdbg-trinity_14.1.0.orig.tar.xz) = 217992

@ -0,0 +1,24 @@
Graphical debugger interface [Trinity]
KDbg is a graphical user interface to gdb, the GNU debugger. It provides
an intuitive interface for setting breakpoints, inspecting variables,
stepping through code and much more. KDbg requires TDE but you can of
course debug any program.
KDbg can also debug XSLT (XML stylesheet translation) scripts by
interfacing with xsldbg. For this the package kxsldbg must be installed.
Features include the following:
* Inspection of variable values in a tree structure.
* Direct member: For certain compound data types the most important
member values are displayed next to the variable name, so that it is
not necessary to expand the subtree of that variable in order to see
the member value. KDbg can also display Qt's QString values, which
are Unicode strings.
* Debugger at your finger tips: The basic debugger functions (step,
next, run, finish, until, set/clear/enable/disable breakpoint) are
bound to function keys F5 through F10. Quick and easy.
* View source code, search text, set program arguments and environment
variables, display arbitrary expressions.
* Debugging of core dumps, attaching to running processes is possible.
* Conditional breakpoints.

@ -0,0 +1,121 @@
bin/kdbg
share/applications/tde/kdbg.desktop
share/apps/kdbg/icons/hicolor/16x16/actions/brkpt.png
share/apps/kdbg/icons/hicolor/16x16/actions/execopen.png
share/apps/kdbg/icons/hicolor/16x16/actions/pgmfinish.png
share/apps/kdbg/icons/hicolor/16x16/actions/pgmnext.png
share/apps/kdbg/icons/hicolor/16x16/actions/pgmnexti.png
share/apps/kdbg/icons/hicolor/16x16/actions/pgmrun.png
share/apps/kdbg/icons/hicolor/16x16/actions/pgmstep.png
share/apps/kdbg/icons/hicolor/16x16/actions/pgmstepi.png
share/apps/kdbg/icons/hicolor/22x22/actions/brkpt.png
share/apps/kdbg/icons/hicolor/22x22/actions/execopen.png
share/apps/kdbg/icons/hicolor/22x22/actions/pgmfinish.png
share/apps/kdbg/icons/hicolor/22x22/actions/pgmnext.png
share/apps/kdbg/icons/hicolor/22x22/actions/pgmnexti.png
share/apps/kdbg/icons/hicolor/22x22/actions/pgmrun.png
share/apps/kdbg/icons/hicolor/22x22/actions/pgmstep.png
share/apps/kdbg/icons/hicolor/22x22/actions/pgmstepi.png
share/apps/kdbg/icons/hicolor/22x22/actions/pulse.png
share/apps/kdbg/kdbgui.rc
share/apps/kdbg/pics/brkcond.xpm
share/apps/kdbg/pics/brkdis.xpm
share/apps/kdbg/pics/brkena.xpm
share/apps/kdbg/pics/brkorph.xpm
share/apps/kdbg/pics/brktmp.xpm
share/apps/kdbg/pics/kdbg.xpm
share/apps/kdbg/pics/pcinner.xpm
share/apps/kdbg/pics/pcup.xpm
share/apps/kdbg/pics/pointer.xpm
share/apps/kdbg/pics/regs.xpm
share/apps/kdbg/pics/watch.xpm
share/apps/kdbg/pics/watchcoded.xpm
share/apps/kdbg/pics/watchdis.xpm
share/apps/kdbg/pics/watchena.xpm
share/apps/kdbg/types/X11.kdbgtt
share/apps/kdbg/types/glib.kdbgtt
share/apps/kdbg/types/gtk+.kdbgtt
share/apps/kdbg/types/qt.kdbgtt
share/apps/kdbg/types/qt2.kdbgtt
share/apps/kdbg/types/qt3.kdbgtt
share/apps/kdbg/types/qt4core.kdbgtt
share/apps/kdbg/types/stdc++.kdbgtt
share/apps/kdbg/types/stdc++6.kdbgtt
share/apps/kdbg/types/tdecore.kdbgtt
share/apps/kdbg/types/tdecore3.kdbgtt
share/config/kdbgrc
share/doc/tde/HTML/de/kdbg/argspwdenv.html
share/doc/tde/HTML/de/kdbg/breakptlist.html
share/doc/tde/HTML/de/kdbg/globaloptions.html
share/doc/tde/HTML/de/kdbg/howdoi.html
share/doc/tde/HTML/de/kdbg/index.html
share/doc/tde/HTML/de/kdbg/localvars.html
share/doc/tde/HTML/de/kdbg/memory.html
share/doc/tde/HTML/de/kdbg/pgmoutput.html
share/doc/tde/HTML/de/kdbg/pgmsettings.html
share/doc/tde/HTML/de/kdbg/registers.html
share/doc/tde/HTML/de/kdbg/sourcecode.html
share/doc/tde/HTML/de/kdbg/stack.html
share/doc/tde/HTML/de/kdbg/threads.html
share/doc/tde/HTML/de/kdbg/tips.html
share/doc/tde/HTML/de/kdbg/watches.html
share/doc/tde/HTML/en/kdbg/argspwdenv.html
share/doc/tde/HTML/en/kdbg/breakptlist.html
share/doc/tde/HTML/en/kdbg/globaloptions.html
share/doc/tde/HTML/en/kdbg/howdoi.html
share/doc/tde/HTML/en/kdbg/index.html
share/doc/tde/HTML/en/kdbg/invocation.html
share/doc/tde/HTML/en/kdbg/localvars.html
share/doc/tde/HTML/en/kdbg/memory.html
share/doc/tde/HTML/en/kdbg/pgmoutput.html
share/doc/tde/HTML/en/kdbg/pgmsettings.html
share/doc/tde/HTML/en/kdbg/registers.html
share/doc/tde/HTML/en/kdbg/sourcecode.html
share/doc/tde/HTML/en/kdbg/stack.html
share/doc/tde/HTML/en/kdbg/threads.html
share/doc/tde/HTML/en/kdbg/tips.html
share/doc/tde/HTML/en/kdbg/types.html
share/doc/tde/HTML/en/kdbg/watches.html
share/doc/tde/HTML/en/kdbg/xslt.html
share/doc/tde/HTML/ru/kdbg/argspwdenv.html
share/doc/tde/HTML/ru/kdbg/breakptlist.html
share/doc/tde/HTML/ru/kdbg/globaloptions.html
share/doc/tde/HTML/ru/kdbg/howdoi.html
share/doc/tde/HTML/ru/kdbg/index.html
share/doc/tde/HTML/ru/kdbg/localvars.html
share/doc/tde/HTML/ru/kdbg/memory.html
share/doc/tde/HTML/ru/kdbg/pgmoutput.html
share/doc/tde/HTML/ru/kdbg/pgmsettings.html
share/doc/tde/HTML/ru/kdbg/registers.html
share/doc/tde/HTML/ru/kdbg/sourcecode.html
share/doc/tde/HTML/ru/kdbg/stack.html
share/doc/tde/HTML/ru/kdbg/threads.html
share/doc/tde/HTML/ru/kdbg/tips.html
share/doc/tde/HTML/ru/kdbg/types.html
share/doc/tde/HTML/ru/kdbg/watches.html
share/icons/hicolor/16x16/apps/kdbg.png
share/icons/hicolor/32x32/apps/kdbg.png
share/icons/hicolor/48x48/apps/kdbg.png
share/icons/locolor/16x16/apps/kdbg.png
share/icons/locolor/32x32/apps/kdbg.png
share/locale/cs/LC_MESSAGES/kdbg.mo
share/locale/da/LC_MESSAGES/kdbg.mo
share/locale/de/LC_MESSAGES/kdbg.mo
share/locale/es/LC_MESSAGES/kdbg.mo
share/locale/fr/LC_MESSAGES/kdbg.mo
share/locale/hr/LC_MESSAGES/kdbg.mo
share/locale/hu/LC_MESSAGES/kdbg.mo
share/locale/it/LC_MESSAGES/kdbg.mo
share/locale/ja/LC_MESSAGES/kdbg.mo
share/locale/nb/LC_MESSAGES/kdbg.mo
share/locale/nn/LC_MESSAGES/kdbg.mo
share/locale/pl/LC_MESSAGES/kdbg.mo
share/locale/pt/LC_MESSAGES/kdbg.mo
share/locale/ro/LC_MESSAGES/kdbg.mo
share/locale/ru/LC_MESSAGES/kdbg.mo
share/locale/sk/LC_MESSAGES/kdbg.mo
share/locale/sr/LC_MESSAGES/kdbg.mo
share/locale/sv/LC_MESSAGES/kdbg.mo
share/locale/tr/LC_MESSAGES/kdbg.mo
share/locale/zh_CN/LC_MESSAGES/kdbg.mo
share/man/man1/kdbg.1.gz

@ -0,0 +1,38 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: applications/development/kdiff3
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTNAME= kdiff3-trinity
COMMENT= Compares and merges 2 or 3 files or directories
TDE_PREVERSION=
MASTER_SITE_SUBDIR= k/${PORTNAME}
PORTREVISION= 0
CATEGORIES= textproc x11
DIST_SUBDIR= TDE/applications/development
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \
${TDE_PREFIX}/lib/libkonq.so:x11/tdebase-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
-DBUILD_ALL="ON" \
-DWITH_ALL_OPTIONS="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1681906614
SHA256 (TDE/applications/development/kdiff3-trinity_14.1.0.orig.tar.xz) = 33f46e5ccf03afa637e938b0d45497bb85ae217be53abb0a648527f885747da3
SIZE (TDE/applications/development/kdiff3-trinity_14.1.0.orig.tar.xz) = 747032

@ -0,0 +1,7 @@
Compares and merges 2 or 3 files or directories
KDiff3 compares two or three input files and shows the differences
line by line and character by character. It provides an automatic
merge facility and an integrated editor for comfortable solving of
merge conflicts. KDiff3 allows recursive directory comparison and
merging as well.

@ -0,0 +1,252 @@
bin/kdiff3
lib/trinity/libkdiff3part.la
lib/trinity/libkdiff3part.so
lib/trinity/libkdiff3plugin.la
lib/trinity/libkdiff3plugin.so
share/applications/tde/kdiff3.desktop
share/applnk/.hidden/kdiff3plugin.desktop
share/apps/kdiff3/kdiff3_shell.rc
share/apps/kdiff3part/kdiff3_part.rc
share/doc/kdiff3/html/compilation.html
share/doc/kdiff3/html/credits.html
share/doc/kdiff3/html/dirbrowser.png
share/doc/kdiff3/html/dirmerge.html
share/doc/kdiff3/html/dirmergebig.png
share/doc/kdiff3/html/dirmergeoptions.html
share/doc/kdiff3/html/dirmergevisible.html
share/doc/kdiff3/html/documentation.html
share/doc/kdiff3/html/dothemerge.html
share/doc/kdiff3/html/faq.html
share/doc/kdiff3/html/features.html
share/doc/kdiff3/html/find.html
share/doc/kdiff3/html/index.html
share/doc/kdiff3/html/installation.html
share/doc/kdiff3/html/interpretinginformation.html
share/doc/kdiff3/html/introduction.html
share/doc/kdiff3/html/iteminfo.png
share/doc/kdiff3/html/kpart.html
share/doc/kdiff3/html/letter_by_letter.png
share/doc/kdiff3/html/merge_current.png
share/doc/kdiff3/html/merging.html
share/doc/kdiff3/html/misc.html
share/doc/kdiff3/html/navigation.html
share/doc/kdiff3/html/new.png
share/doc/kdiff3/html/open_dialog.png
share/doc/kdiff3/html/opendialog.html
share/doc/kdiff3/html/options.html
share/doc/kdiff3/html/other.html
share/doc/kdiff3/html/pasteinput.html
share/doc/kdiff3/html/preprocessors.html
share/doc/kdiff3/html/printing.html
share/doc/kdiff3/html/requirements.html
share/doc/kdiff3/html/saving.html
share/doc/kdiff3/html/screenshot_diff.png
share/doc/kdiff3/html/screenshot_merge.png
share/doc/kdiff3/html/screenshots.html
share/doc/kdiff3/html/selections.html
share/doc/kdiff3/html/startingdirmerge.html
share/doc/kdiff3/html/triple_diff.png
share/doc/kdiff3/html/white_space.png
share/doc/tde/HTML/da/kdiff3/common
share/doc/tde/HTML/da/kdiff3/dirbrowser.png
share/doc/tde/HTML/da/kdiff3/dirmergebig.png
share/doc/tde/HTML/da/kdiff3/index.cache.bz2
share/doc/tde/HTML/da/kdiff3/index.docbook
share/doc/tde/HTML/da/kdiff3/iteminfo.png
share/doc/tde/HTML/da/kdiff3/letter_by_letter.png
share/doc/tde/HTML/da/kdiff3/merge_current.png
share/doc/tde/HTML/da/kdiff3/new.png
share/doc/tde/HTML/da/kdiff3/open_dialog.png
share/doc/tde/HTML/da/kdiff3/screenshot_diff.png
share/doc/tde/HTML/da/kdiff3/screenshot_merge.png
share/doc/tde/HTML/da/kdiff3/triple_diff.png
share/doc/tde/HTML/da/kdiff3/white_space.png
share/doc/tde/HTML/de/kdiff3/common
share/doc/tde/HTML/de/kdiff3/dirbrowser.png
share/doc/tde/HTML/de/kdiff3/dirmergebig.png
share/doc/tde/HTML/de/kdiff3/index.cache.bz2
share/doc/tde/HTML/de/kdiff3/index.docbook
share/doc/tde/HTML/de/kdiff3/iteminfo.png
share/doc/tde/HTML/de/kdiff3/letter_by_letter.png
share/doc/tde/HTML/de/kdiff3/merge_current.png
share/doc/tde/HTML/de/kdiff3/new.png
share/doc/tde/HTML/de/kdiff3/open_dialog.png
share/doc/tde/HTML/de/kdiff3/screenshot_diff.png
share/doc/tde/HTML/de/kdiff3/screenshot_merge.png
share/doc/tde/HTML/de/kdiff3/triple_diff.png
share/doc/tde/HTML/de/kdiff3/white_space.png
share/doc/tde/HTML/en/kdiff3/common
share/doc/tde/HTML/en/kdiff3/dirbrowser.png
share/doc/tde/HTML/en/kdiff3/dirmergebig.png
share/doc/tde/HTML/en/kdiff3/index.cache.bz2
share/doc/tde/HTML/en/kdiff3/index.docbook
share/doc/tde/HTML/en/kdiff3/iteminfo.png
share/doc/tde/HTML/en/kdiff3/letter_by_letter.png
share/doc/tde/HTML/en/kdiff3/merge_current.png
share/doc/tde/HTML/en/kdiff3/new.png
share/doc/tde/HTML/en/kdiff3/open_dialog.png
share/doc/tde/HTML/en/kdiff3/screenshot_diff.png
share/doc/tde/HTML/en/kdiff3/screenshot_merge.png
share/doc/tde/HTML/en/kdiff3/triple_diff.png
share/doc/tde/HTML/en/kdiff3/white_space.png
share/doc/tde/HTML/es/kdiff3/common
share/doc/tde/HTML/es/kdiff3/dirbrowser.png
share/doc/tde/HTML/es/kdiff3/dirmergebig.png
share/doc/tde/HTML/es/kdiff3/index.cache.bz2
share/doc/tde/HTML/es/kdiff3/index.docbook
share/doc/tde/HTML/es/kdiff3/iteminfo.png
share/doc/tde/HTML/es/kdiff3/letter_by_letter.png
share/doc/tde/HTML/es/kdiff3/merge_current.png
share/doc/tde/HTML/es/kdiff3/new.png
share/doc/tde/HTML/es/kdiff3/open_dialog.png
share/doc/tde/HTML/es/kdiff3/screenshot_diff.png
share/doc/tde/HTML/es/kdiff3/screenshot_merge.png
share/doc/tde/HTML/es/kdiff3/triple_diff.png
share/doc/tde/HTML/es/kdiff3/white_space.png
share/doc/tde/HTML/et/kdiff3/common
share/doc/tde/HTML/et/kdiff3/dirbrowser.png
share/doc/tde/HTML/et/kdiff3/dirmergebig.png
share/doc/tde/HTML/et/kdiff3/index.cache.bz2
share/doc/tde/HTML/et/kdiff3/index.docbook
share/doc/tde/HTML/et/kdiff3/iteminfo.png
share/doc/tde/HTML/et/kdiff3/letter_by_letter.png
share/doc/tde/HTML/et/kdiff3/merge_current.png
share/doc/tde/HTML/et/kdiff3/new.png
share/doc/tde/HTML/et/kdiff3/open_dialog.png
share/doc/tde/HTML/et/kdiff3/screenshot_diff.png
share/doc/tde/HTML/et/kdiff3/screenshot_merge.png
share/doc/tde/HTML/et/kdiff3/triple_diff.png
share/doc/tde/HTML/et/kdiff3/white_space.png
share/doc/tde/HTML/fr/kdiff3/common
share/doc/tde/HTML/fr/kdiff3/dirbrowser.png
share/doc/tde/HTML/fr/kdiff3/dirmergebig.png
share/doc/tde/HTML/fr/kdiff3/index.cache.bz2
share/doc/tde/HTML/fr/kdiff3/index.docbook
share/doc/tde/HTML/fr/kdiff3/iteminfo.png
share/doc/tde/HTML/fr/kdiff3/letter_by_letter.png
share/doc/tde/HTML/fr/kdiff3/merge_current.png
share/doc/tde/HTML/fr/kdiff3/new.png
share/doc/tde/HTML/fr/kdiff3/open_dialog.png
share/doc/tde/HTML/fr/kdiff3/screenshot_diff.png
share/doc/tde/HTML/fr/kdiff3/screenshot_merge.png
share/doc/tde/HTML/fr/kdiff3/triple_diff.png
share/doc/tde/HTML/fr/kdiff3/white_space.png
share/doc/tde/HTML/it/kdiff3/common
share/doc/tde/HTML/it/kdiff3/dirbrowser.png
share/doc/tde/HTML/it/kdiff3/dirmergebig.png
share/doc/tde/HTML/it/kdiff3/index.cache.bz2
share/doc/tde/HTML/it/kdiff3/index.docbook
share/doc/tde/HTML/it/kdiff3/iteminfo.png
share/doc/tde/HTML/it/kdiff3/letter_by_letter.png
share/doc/tde/HTML/it/kdiff3/merge_current.png
share/doc/tde/HTML/it/kdiff3/new.png
share/doc/tde/HTML/it/kdiff3/open_dialog.png
share/doc/tde/HTML/it/kdiff3/screenshot_diff.png
share/doc/tde/HTML/it/kdiff3/screenshot_merge.png
share/doc/tde/HTML/it/kdiff3/triple_diff.png
share/doc/tde/HTML/it/kdiff3/white_space.png
share/doc/tde/HTML/nl/kdiff3/common
share/doc/tde/HTML/nl/kdiff3/dirbrowser.png
share/doc/tde/HTML/nl/kdiff3/dirmergebig.png
share/doc/tde/HTML/nl/kdiff3/index.cache.bz2
share/doc/tde/HTML/nl/kdiff3/index.docbook
share/doc/tde/HTML/nl/kdiff3/iteminfo.png
share/doc/tde/HTML/nl/kdiff3/letter_by_letter.png
share/doc/tde/HTML/nl/kdiff3/merge_current.png
share/doc/tde/HTML/nl/kdiff3/new.png
share/doc/tde/HTML/nl/kdiff3/open_dialog.png
share/doc/tde/HTML/nl/kdiff3/screenshot_diff.png
share/doc/tde/HTML/nl/kdiff3/screenshot_merge.png
share/doc/tde/HTML/nl/kdiff3/triple_diff.png
share/doc/tde/HTML/nl/kdiff3/white_space.png
share/doc/tde/HTML/pt/kdiff3/common
share/doc/tde/HTML/pt/kdiff3/dirbrowser.png
share/doc/tde/HTML/pt/kdiff3/dirmergebig.png
share/doc/tde/HTML/pt/kdiff3/index.cache.bz2
share/doc/tde/HTML/pt/kdiff3/index.docbook
share/doc/tde/HTML/pt/kdiff3/iteminfo.png
share/doc/tde/HTML/pt/kdiff3/letter_by_letter.png
share/doc/tde/HTML/pt/kdiff3/merge_current.png
share/doc/tde/HTML/pt/kdiff3/new.png
share/doc/tde/HTML/pt/kdiff3/open_dialog.png
share/doc/tde/HTML/pt/kdiff3/screenshot_diff.png
share/doc/tde/HTML/pt/kdiff3/screenshot_merge.png
share/doc/tde/HTML/pt/kdiff3/triple_diff.png
share/doc/tde/HTML/pt/kdiff3/white_space.png
share/doc/tde/HTML/sv/kdiff3/common
share/doc/tde/HTML/sv/kdiff3/dirbrowser.png
share/doc/tde/HTML/sv/kdiff3/dirmergebig.png
share/doc/tde/HTML/sv/kdiff3/index.cache.bz2
share/doc/tde/HTML/sv/kdiff3/index.docbook
share/doc/tde/HTML/sv/kdiff3/iteminfo.png
share/doc/tde/HTML/sv/kdiff3/letter_by_letter.png
share/doc/tde/HTML/sv/kdiff3/merge_current.png
share/doc/tde/HTML/sv/kdiff3/new.png
share/doc/tde/HTML/sv/kdiff3/open_dialog.png
share/doc/tde/HTML/sv/kdiff3/screenshot_diff.png
share/doc/tde/HTML/sv/kdiff3/screenshot_merge.png
share/doc/tde/HTML/sv/kdiff3/triple_diff.png
share/doc/tde/HTML/sv/kdiff3/white_space.png
share/icons/hicolor/16x16/apps/kdiff3.png
share/icons/hicolor/32x32/apps/kdiff3.png
share/icons/locolor/16x16/apps/kdiff3.png
share/icons/locolor/32x32/apps/kdiff3.png
share/locale/ar/LC_MESSAGES/kdiff3.mo
share/locale/az/LC_MESSAGES/kdiff3.mo
share/locale/bg/LC_MESSAGES/kdiff3.mo
share/locale/bg/LC_MESSAGES/kdiff3_plugin.mo
share/locale/br/LC_MESSAGES/kdiff3.mo
share/locale/br/LC_MESSAGES/kdiff3_plugin.mo
share/locale/ca/LC_MESSAGES/kdiff3.mo
share/locale/cs/LC_MESSAGES/kdiff3.mo
share/locale/cs/LC_MESSAGES/kdiff3_plugin.mo
share/locale/cy/LC_MESSAGES/kdiff3.mo
share/locale/da/LC_MESSAGES/kdiff3.mo
share/locale/da/LC_MESSAGES/kdiff3_plugin.mo
share/locale/de/LC_MESSAGES/kdiff3.mo
share/locale/de/LC_MESSAGES/kdiff3_plugin.mo
share/locale/el/LC_MESSAGES/kdiff3.mo
share/locale/el/LC_MESSAGES/kdiff3_plugin.mo
share/locale/en_GB/LC_MESSAGES/kdiff3.mo
share/locale/es/LC_MESSAGES/kdiff3.mo
share/locale/et/LC_MESSAGES/kdiff3.mo
share/locale/et/LC_MESSAGES/kdiff3_plugin.mo
share/locale/fr/LC_MESSAGES/kdiff3.mo
share/locale/ga/LC_MESSAGES/kdiff3.mo
share/locale/ga/LC_MESSAGES/kdiff3_plugin.mo
share/locale/gl/LC_MESSAGES/kdiff3.mo
share/locale/hi/LC_MESSAGES/kdiff3.mo
share/locale/hu/LC_MESSAGES/kdiff3.mo
share/locale/is/LC_MESSAGES/kdiff3.mo
share/locale/it/LC_MESSAGES/kdiff3.mo
share/locale/it/LC_MESSAGES/kdiff3_plugin.mo
share/locale/ja/LC_MESSAGES/kdiff3.mo
share/locale/ka/LC_MESSAGES/kdiff3.mo
share/locale/lt/LC_MESSAGES/kdiff3.mo
share/locale/nb/LC_MESSAGES/kdiff3.mo
share/locale/nl/LC_MESSAGES/kdiff3.mo
share/locale/nl/LC_MESSAGES/kdiff3_plugin.mo
share/locale/pl/LC_MESSAGES/kdiff3.mo
share/locale/pt/LC_MESSAGES/kdiff3.mo
share/locale/pt/LC_MESSAGES/kdiff3_plugin.mo
share/locale/pt_BR/LC_MESSAGES/kdiff3.mo
share/locale/pt_BR/LC_MESSAGES/kdiff3_plugin.mo
share/locale/ro/LC_MESSAGES/kdiff3.mo
share/locale/ru/LC_MESSAGES/kdiff3.mo
share/locale/rw/LC_MESSAGES/kdiff3.mo
share/locale/sk/LC_MESSAGES/kdiff3.mo
share/locale/sk/LC_MESSAGES/kdiff3_plugin.mo
share/locale/sr/LC_MESSAGES/kdiff3.mo
share/locale/sr@Latn/LC_MESSAGES/kdiff3.mo
share/locale/sv/LC_MESSAGES/kdiff3.mo
share/locale/sv/LC_MESSAGES/kdiff3_plugin.mo
share/locale/ta/LC_MESSAGES/kdiff3.mo
share/locale/tg/LC_MESSAGES/kdiff3.mo
share/locale/tr/LC_MESSAGES/kdiff3.mo
share/locale/tr/LC_MESSAGES/kdiff3_plugin.mo
share/locale/uk/LC_MESSAGES/kdiff3.mo
share/locale/zh_CN/LC_MESSAGES/kdiff3.mo
share/locale/zh_Hans/LC_MESSAGES/kdiff3_plugin.mo
share/man/man1/kdiff3.1.gz
share/services/kdiff3_plugin.desktop
share/services/kdiff3part.desktop

@ -0,0 +1,40 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: applications/development/kscope
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTNAME= kscope-trinity
COMMENT= Source editing environment for TDE
TDE_PREVERSION=
MASTER_SITE_SUBDIR= k/${PORTNAME}
PORTREVISION= 0
CATEGORIES= devel x11
DIST_SUBDIR= TDE/applications/development
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \
${TDE_PREFIX}/share/cmake/kate.cmake:x11/tdebase-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
BUILD_DEPENDS+= bison:devel/bison
LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
-DBUILD_ALL="ON" \
-DWITH_ALL_OPTIONS="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1681906617
SHA256 (TDE/applications/development/kscope-trinity_14.1.0.orig.tar.xz) = 68f9445a6df460a91e97a73f23b3f78b7483f51ada20f1f45d2be6032cf0a6e1
SIZE (TDE/applications/development/kscope-trinity_14.1.0.orig.tar.xz) = 1058892

@ -0,0 +1,20 @@
source editing environment for TDE
KScope is a TDE front-end to Cscope. It provides a source-editing environment
for large C projects. KScope is focused on source editing and analysis.
KScope is built around an efficient mechanism for code-navigation, which
allows the user to run queries on the code.
The types of queries KScope can run include:
* Get all references to a symbol
* Find the definition of a symbol * Find all functions called by or calling to a function
* Find an EGrep pattern * Find all files #including some file
These queries are handled by an underlying Cscope process. KScope simply
serves as a front-end to this process, feeding it with queries, and parsing its output into result lists. The items in those lists can later be selected
to open an editor at the matching line. .
Main Features: * Multiple editor windows (using your favourite TDE editor)
* Project management * Front-end to most Cscope queries
* Tag list for every open editor * Call-tree window
* Session management, including saving and restoring queries
* Works with externally-built cscope.out files

@ -0,0 +1,52 @@
bin/kscope
share/applications/tde/kscope.desktop
share/apps/kscope/kscope_config
share/apps/kscope/kscopeui.rc
share/apps/kscope/pics/bookmark.png
share/apps/kscope/pics/call_graph.png
share/apps/kscope/pics/called_tree.png
share/apps/kscope/pics/calling_tree.png
share/apps/kscope/pics/file_ro.png
share/apps/kscope/pics/file_rw.png
share/apps/kscope/pics/file_save.png
share/apps/kscope/pics/query_locked.png
share/apps/kscope/pics/query_unlocked.png
share/apps/kscope/pics/tab_list.png
share/doc/tde/HTML/en/kscope/about.docbook
share/doc/tde/HTML/en/kscope/autocomp_dlg.png
share/doc/tde/HTML/en/kscope/bookmarks.docbook
share/doc/tde/HTML/en/kscope/bookmarks.png
share/doc/tde/HTML/en/kscope/call_graph.png
share/doc/tde/HTML/en/kscope/call_tree.png
share/doc/tde/HTML/en/kscope/common
share/doc/tde/HTML/en/kscope/config_dlg.docbook
share/doc/tde/HTML/en/kscope/editing.docbook
share/doc/tde/HTML/en/kscope/index.cache.bz2
share/doc/tde/HTML/en/kscope/index.docbook
share/doc/tde/HTML/en/kscope/main_menu.docbook
share/doc/tde/HTML/en/kscope/main_window.docbook
share/doc/tde/HTML/en/kscope/main_window.png
share/doc/tde/HTML/en/kscope/pos_history.docbook
share/doc/tde/HTML/en/kscope/pref_clrs.png
share/doc/tde/HTML/en/kscope/pref_fonts.png
share/doc/tde/HTML/en/kscope/pref_opts.png
share/doc/tde/HTML/en/kscope/pref_progs.png
share/doc/tde/HTML/en/kscope/project_details.png
share/doc/tde/HTML/en/kscope/project_files.png
share/doc/tde/HTML/en/kscope/project_make.png
share/doc/tde/HTML/en/kscope/project_open.png
share/doc/tde/HTML/en/kscope/project_opts.png
share/doc/tde/HTML/en/kscope/project_types.png
share/doc/tde/HTML/en/kscope/projects.docbook
share/doc/tde/HTML/en/kscope/query_dlg.png
share/doc/tde/HTML/en/kscope/query_filter.png
share/doc/tde/HTML/en/kscope/query_system.docbook
share/doc/tde/HTML/en/kscope/quick_start.docbook
share/icons/hicolor/16x16/apps/kscope.png
share/icons/hicolor/32x32/apps/kscope.png
share/icons/locolor/16x16/apps/kscope.png
share/icons/locolor/32x32/apps/kscope.png
share/locale/de/LC_MESSAGES/kscope.mo
share/locale/nl/LC_MESSAGES/kscope.mo
share/locale/zh_CN/LC_MESSAGES/kscope.mo
share/man/man1/kscope.1.gz

@ -0,0 +1,37 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: applications/development/kxmleditor
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTNAME= kxmleditor-trinity
COMMENT= XML Editor for TDE
TDE_PREVERSION=
MASTER_SITE_SUBDIR= k/${PORTNAME}
PORTREVISION= 0
CATEGORIES= editors x11
DIST_SUBDIR= TDE/applications/development
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
-DBUILD_ALL="ON" \
-DWITH_ALL_OPTIONS="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1681906619
SHA256 (TDE/applications/development/kxmleditor-trinity_14.1.0.orig.tar.xz) = dfb1e1a038b53f0642ec82609c3d6d8f3c95d80daf1c374620803543e2b7bab2
SIZE (TDE/applications/development/kxmleditor-trinity_14.1.0.orig.tar.xz) = 509724

@ -0,0 +1,8 @@
XML Editor for TDE
KXML Editor is a simple program, that displays and edits the contents of an
XML file. It can be embedded in Quanta, and used with DCOP.
The left side contains a tree representing the XML document structure. The
right side contains a list of attributes for the selected XML element and its
contents.

@ -0,0 +1,106 @@
bin/kxmleditor
lib/libkxmleditorpart.la
lib/libkxmleditorpart.so
lib/libkxmleditorpart.so.1
lib/libkxmleditorpart.so.1.0.0
share/applications/tde/kxmleditor.desktop
share/apps/kxmleditor/icons/hicolor/16x16/actions/bookmark_next.png
share/apps/kxmleditor/icons/hicolor/16x16/actions/bookmark_prev.png
share/apps/kxmleditor/icons/hicolor/16x16/actions/collapse_node.png
share/apps/kxmleditor/icons/hicolor/16x16/actions/expand_node.png
share/apps/kxmleditor/icons/hicolor/16x16/actions/xml_cdata.png
share/apps/kxmleditor/icons/hicolor/16x16/actions/xml_comment.png
share/apps/kxmleditor/icons/hicolor/16x16/actions/xml_delete_attribute.png
share/apps/kxmleditor/icons/hicolor/16x16/actions/xml_delete_contents.png
share/apps/kxmleditor/icons/hicolor/16x16/actions/xml_delete_element.png
share/apps/kxmleditor/icons/hicolor/16x16/actions/xml_delete_procins.png
share/apps/kxmleditor/icons/hicolor/16x16/actions/xml_edit_attribute.png
share/apps/kxmleditor/icons/hicolor/16x16/actions/xml_edit_contents.png
share/apps/kxmleditor/icons/hicolor/16x16/actions/xml_edit_element.png
share/apps/kxmleditor/icons/hicolor/16x16/actions/xml_edit_procins.png
share/apps/kxmleditor/icons/hicolor/16x16/actions/xml_insert_attribute.png
share/apps/kxmleditor/icons/hicolor/16x16/actions/xml_insert_contents.png
share/apps/kxmleditor/icons/hicolor/16x16/actions/xml_insert_element.png
share/apps/kxmleditor/icons/hicolor/16x16/actions/xml_insert_procins.png
share/apps/kxmleditor/icons/hicolor/16x16/actions/xml_move_item_down.png
share/apps/kxmleditor/icons/hicolor/16x16/actions/xml_move_item_up.png
share/apps/kxmleditor/icons/hicolor/16x16/actions/xml_text.png
share/apps/kxmleditor/icons/hicolor/22x22/actions/bookmark_next.png
share/apps/kxmleditor/icons/hicolor/22x22/actions/bookmark_prev.png
share/apps/kxmleditor/icons/hicolor/22x22/actions/collapse_node.png
share/apps/kxmleditor/icons/hicolor/22x22/actions/expand_node.png
share/apps/kxmleditor/icons/hicolor/22x22/actions/xml_delete_attribute.png
share/apps/kxmleditor/icons/hicolor/22x22/actions/xml_delete_contents.png
share/apps/kxmleditor/icons/hicolor/22x22/actions/xml_delete_element.png
share/apps/kxmleditor/icons/hicolor/22x22/actions/xml_delete_procins.png
share/apps/kxmleditor/icons/hicolor/22x22/actions/xml_edit_attribute.png
share/apps/kxmleditor/icons/hicolor/22x22/actions/xml_edit_contents.png
share/apps/kxmleditor/icons/hicolor/22x22/actions/xml_edit_element.png
share/apps/kxmleditor/icons/hicolor/22x22/actions/xml_edit_procins.png
share/apps/kxmleditor/icons/hicolor/22x22/actions/xml_insert_attribute.png
share/apps/kxmleditor/icons/hicolor/22x22/actions/xml_insert_contents.png
share/apps/kxmleditor/icons/hicolor/22x22/actions/xml_insert_element.png
share/apps/kxmleditor/icons/hicolor/22x22/actions/xml_insert_procins.png
share/apps/kxmleditor/icons/hicolor/22x22/actions/xml_move_item_down.png
share/apps/kxmleditor/icons/hicolor/22x22/actions/xml_move_item_up.png
share/apps/kxmleditor/icons/hicolor/32x32/actions/bookmark_next.png
share/apps/kxmleditor/icons/hicolor/32x32/actions/bookmark_prev.png
share/apps/kxmleditor/icons/hicolor/32x32/actions/xml_move_item_down.png
share/apps/kxmleditor/icons/hicolor/32x32/actions/xml_move_item_up.png
share/apps/kxmleditor/icons/locolor/16x16/actions/bookmark_next.png
share/apps/kxmleditor/icons/locolor/16x16/actions/bookmark_prev.png
share/apps/kxmleditor/icons/locolor/16x16/actions/collapse_node.png
share/apps/kxmleditor/icons/locolor/16x16/actions/expand_node.png
share/apps/kxmleditor/icons/locolor/16x16/actions/xml_delete_attribute.png
share/apps/kxmleditor/icons/locolor/16x16/actions/xml_delete_contents.png
share/apps/kxmleditor/icons/locolor/16x16/actions/xml_delete_element.png
share/apps/kxmleditor/icons/locolor/16x16/actions/xml_delete_procins.png
share/apps/kxmleditor/icons/locolor/16x16/actions/xml_edit_attribute.png
share/apps/kxmleditor/icons/locolor/16x16/actions/xml_edit_contents.png
share/apps/kxmleditor/icons/locolor/16x16/actions/xml_edit_element.png
share/apps/kxmleditor/icons/locolor/16x16/actions/xml_edit_procins.png
share/apps/kxmleditor/icons/locolor/16x16/actions/xml_insert_attribute.png
share/apps/kxmleditor/icons/locolor/16x16/actions/xml_insert_contents.png
share/apps/kxmleditor/icons/locolor/16x16/actions/xml_insert_element.png
share/apps/kxmleditor/icons/locolor/16x16/actions/xml_insert_procins.png
share/apps/kxmleditor/icons/locolor/16x16/actions/xml_move_item_down.png
share/apps/kxmleditor/icons/locolor/16x16/actions/xml_move_item_up.png
share/apps/kxmleditor/kxedocument.rc
share/apps/kxmleditor/kxmleditorpartBrowseUI.rc
share/apps/kxmleditor/kxmleditorpartEditUI.rc
share/apps/kxmleditor/kxmleditorshell.rc
share/apps/kxmleditor/pics/xml_attribute.png
share/apps/kxmleditor/pics/xml_cdata.png
share/apps/kxmleditor/pics/xml_cdata_b.png
share/apps/kxmleditor/pics/xml_comment.png
share/apps/kxmleditor/pics/xml_comment_b.png
share/apps/kxmleditor/pics/xml_contents.png
share/apps/kxmleditor/pics/xml_contents_b.png
share/apps/kxmleditor/pics/xml_element.png
share/apps/kxmleditor/pics/xml_element_b.png
share/apps/kxmleditor/pics/xml_procinstr.png
share/apps/kxmleditor/pics/xml_procinstr_b.png
share/apps/kxmleditor/pics/xml_text.png
share/apps/kxmleditor/pics/xml_text_b.png
share/doc/tde/HTML/en/kxmleditor/common
share/doc/tde/HTML/en/kxmleditor/index.cache.bz2
share/doc/tde/HTML/en/kxmleditor/index.docbook
share/doc/tde/HTML/en/kxmleditor/screenshot.png
share/doc/tde/HTML/en/kxmleditor/setuparchive.png
share/doc/tde/HTML/en/kxmleditor/setupnewfiles.png
share/doc/tde/HTML/en/kxmleditor/setupprinting.png
share/doc/tde/HTML/en/kxmleditor/setuptextview.png
share/doc/tde/HTML/en/kxmleditor/setuptreeview.png
share/doc/tde/HTML/en/kxmleditor/specprocinstrdlg.png
share/doc/tde/HTML/en/kxmleditor/tdeparts.png
share/doc/tde/HTML/en/kxmleditor/texteditor.png
share/doc/tde/HTML/en/kxmleditor/xml.png
share/icons/hicolor/32x32/apps/kxmleditor.png
share/icons/hicolor/48x48/apps/kxmleditor.png
share/icons/locolor/16x16/apps/kxmleditor.png
share/icons/locolor/32x32/apps/kxmleditor.png
share/locale/de/LC_MESSAGES/kxmleditor.mo
share/locale/fr/LC_MESSAGES/kxmleditor.mo
share/locale/pl/LC_MESSAGES/kxmleditor.mo
share/man/man1/kxmleditor.1.gz
share/services/kxmleditorpart.desktop

@ -0,0 +1,6 @@
SUBDIR =
SUBDIR += knights
SUBDIR += tdepacman
.include <bsd.port.subdir.mk>

@ -0,0 +1,37 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: applications/games/knights
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTNAME= knights-trinity
COMMENT= A chess interface for the Trinity Desktop Environment
TDE_PREVERSION=
MASTER_SITE_SUBDIR= k/${PORTNAME}
PORTREVISION= 0
CATEGORIES= games x11
DIST_SUBDIR= TDE/applications/games
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
-DBUILD_ALL="ON" \
-DWITH_ALL_OPTIONS="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1681908376
SHA256 (TDE/applications/games/knights-trinity_14.1.0.orig.tar.xz) = 730620de7a28f98c9b1d96f0a1f77c6ce7c08daaca8f7a9f17916a0cd50e4379
SIZE (TDE/applications/games/knights-trinity_14.1.0.orig.tar.xz) = 1827300

@ -0,0 +1,15 @@
A chess interface for the Trinity Desktop Environment
Knights aims to be the ultimate chess resource on your computer.
Written for the Trinity Desktop Environment, it's designed to be both friendly
to new chess players and functional for Grand Masters.
Here's a quick list of Knights' key features:
* Play against yourself, against computer opponents,
or against others over the Internet.
* Customize your board and pieces with over 30 different themes,
or make your own!
* Audio cues help alert you to important events
* Novice players can preview potential moves.
* Save your unfinished matches and play them again later.

@ -0,0 +1,59 @@
bin/knights
share/applications/tde/knights.desktop
share/apps/knights/default-engine-portrait.jpg
share/apps/knights/default-portrait.jpg
share/apps/knights/icon-display.png
share/apps/knights/icon-general.png
share/apps/knights/pgn_template.kml
share/apps/knights/splash.png
share/apps/knights/themes/Brushed_Liquid.tar.gz
share/apps/knights/themes/KBDefault.tar.gz
share/apps/knights/themes/KBFritzLook.tar.gz
share/apps/knights/themes/KBGray_Tiles.tar.gz
share/apps/knights/themes/KBGreen_Marble.tar.gz
share/apps/knights/themes/KBMalibu.tar.gz
share/apps/knights/themes/KBPale_Wood.tar.gz
share/apps/knights/themes/KBProvence.tar.gz
share/apps/knights/themes/KBRed_and_Tan.tar.gz
share/apps/knights/themes/KBSoft_Crimson.tar.gz
share/apps/knights/themes/KBTan_and_Gray.tar.gz
share/apps/knights/themes/KBWinter.tar.gz
share/apps/knights/themes/KBXBoard.tar.gz
share/apps/knights/themes/KBYellow_and_Blue.tar.gz
share/apps/knights/themes/KCAbstract.tar.gz
share/apps/knights/themes/KCClassic.tar.gz
share/apps/knights/themes/KCDefault.tar.gz
share/apps/knights/themes/KCMetallic.tar.gz
share/apps/knights/themes/KCModern.tar.gz
share/apps/knights/themes/KCNuts_and_Bolts.tar.gz
share/apps/knights/themes/KCPenguins.tar.gz
share/apps/knights/themes/KCProvence.tar.gz
share/apps/knights/themes/KCRainbow.tar.gz
share/apps/knights/themes/KCStaunton.tar.gz
share/apps/knights/themes/KCStaunton_Wood.tar.gz
share/apps/knights/themes/KCSymmetraced.tar.gz
share/apps/knights/themes/KCXBoard.tar.gz
share/apps/knights/themes/KCXBoard_3D.tar.gz
share/apps/knights/themes/KSDefault.tar.gz
share/apps/knights/themes/KSKnights.tar.gz
share/apps/knights/themes/KSProvence.tar.gz
share/apps/knights/wizard.png
share/doc/tde/HTML/en/knights/common
share/doc/tde/HTML/en/knights/index.cache.bz2
share/doc/tde/HTML/en/knights/index.docbook
share/icons/hicolor/16x16/apps/knights.png
share/icons/hicolor/16x16/mimetypes/pgn.png
share/icons/hicolor/32x32/apps/knights.png
share/icons/hicolor/32x32/mimetypes/pgn.png
share/icons/hicolor/48x48/apps/knights.png
share/icons/hicolor/48x48/mimetypes/pgn.png
share/icons/hicolor/64x64/apps/knights.png
share/icons/hicolor/64x64/mimetypes/pgn.png
share/locale/de/LC_MESSAGES/knights.mo
share/locale/es/LC_MESSAGES/knights.mo
share/locale/et/LC_MESSAGES/knights.mo
share/locale/fi/LC_MESSAGES/knights.mo
share/locale/fr/LC_MESSAGES/knights.mo
share/locale/it/LC_MESSAGES/knights.mo
share/man/man1/knights.1.gz
share/mimelnk/application/pgn.desktop

@ -0,0 +1,39 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: applications/games/tdepacman
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTNAME= tdepacman-trinity
COMMENT= A pacman clone game for TDE
TDE_PREVERSION=
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= games x11
DIST_SUBDIR= TDE/applications/games
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \
${TDE_PREFIX}/libdata/pkgconfig/libtdegames.pc:games/tdegames-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
-DPKGCONFIG_INSTALL_DIR="${PREFIX}/libdata/pkgconfig"
-DBUILD_ALL="ON" \
-DWITH_ALL_OPTIONS="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1681908379
SHA256 (TDE/applications/games/tdepacman-trinity_14.1.0.orig.tar.xz) = 97412f1a9d3f567b17010d9ea2554b1417ccdfab17661784a221f4b1e7838374
SIZE (TDE/applications/games/tdepacman-trinity_14.1.0.orig.tar.xz) = 109488

@ -0,0 +1,6 @@
A pacman clone game for TDE.
TDEPacman is a classic arcade game.
Pac-Man was designed by Toru Iwatani, Namco first released the game in
Japan in May 1980.

@ -0,0 +1,110 @@
bin/tdepacman
share/applications/tde/tdepacman.desktop
share/apps/tdepacman/fonts/font-small.pbm
share/apps/tdepacman/fonts/font-smooth.pbm
share/apps/tdepacman/fonts/font.pbm
share/apps/tdepacman/maps/mspacman/map01
share/apps/tdepacman/maps/mspacman/map02
share/apps/tdepacman/maps/mspacman/map03
share/apps/tdepacman/maps/mspacman/map04
share/apps/tdepacman/pics/down.xpm
share/apps/tdepacman/pics/dying.xpm
share/apps/tdepacman/pics/eyes.xpm
share/apps/tdepacman/pics/fruit.xpm
share/apps/tdepacman/pics/left.xpm
share/apps/tdepacman/pics/lifes.xpm
share/apps/tdepacman/pics/monster.xpm
share/apps/tdepacman/pics/mspacman-tiny/dying.xpm
share/apps/tdepacman/pics/mspacman-tiny/fruit.xpm
share/apps/tdepacman/pics/mspacman-tiny/fruitscore.xpm
share/apps/tdepacman/pics/mspacman-tiny/lifes.xpm
share/apps/tdepacman/pics/mspacman-tiny/pacman.xpm
share/apps/tdepacman/pics/mspacman-tiny/point.xpm
share/apps/tdepacman/pics/mspacman-tiny/point02.xpm
share/apps/tdepacman/pics/mspacman-tiny/point03.xpm
share/apps/tdepacman/pics/mspacman-tiny/prison.xpm
share/apps/tdepacman/pics/mspacman-tiny/prison02.xpm
share/apps/tdepacman/pics/mspacman-tiny/prison03.xpm
share/apps/tdepacman/pics/mspacman-tiny/prison04.xpm
share/apps/tdepacman/pics/mspacman-tiny/prison05.xpm
share/apps/tdepacman/pics/mspacman-tiny/prison06.xpm
share/apps/tdepacman/pics/mspacman-tiny/switch.xpm
share/apps/tdepacman/pics/mspacman-tiny/switch02.xpm
share/apps/tdepacman/pics/mspacman-tiny/switch03.xpm
share/apps/tdepacman/pics/mspacman-tiny/wall.xpm
share/apps/tdepacman/pics/mspacman-tiny/wall02.xpm
share/apps/tdepacman/pics/mspacman-tiny/wall03.xpm
share/apps/tdepacman/pics/mspacman-tiny/wall04.xpm
share/apps/tdepacman/pics/mspacman-tiny/wall05.xpm
share/apps/tdepacman/pics/mspacman-tiny/wall06.xpm
share/apps/tdepacman/pics/mspacman/dying.xpm
share/apps/tdepacman/pics/mspacman/fruit.xpm
share/apps/tdepacman/pics/mspacman/fruitscore.xpm
share/apps/tdepacman/pics/mspacman/lifes.xpm
share/apps/tdepacman/pics/mspacman/pacman.xpm
share/apps/tdepacman/pics/mspacman/point.xpm
share/apps/tdepacman/pics/mspacman/point02.xpm
share/apps/tdepacman/pics/mspacman/point03.xpm
share/apps/tdepacman/pics/mspacman/prison.xpm
share/apps/tdepacman/pics/mspacman/prison02.xpm
share/apps/tdepacman/pics/mspacman/prison03.xpm
share/apps/tdepacman/pics/mspacman/prison04.xpm
share/apps/tdepacman/pics/mspacman/prison05.xpm
share/apps/tdepacman/pics/mspacman/prison06.xpm
share/apps/tdepacman/pics/mspacman/switch.xpm
share/apps/tdepacman/pics/mspacman/switch02.xpm
share/apps/tdepacman/pics/mspacman/switch03.xpm
share/apps/tdepacman/pics/mspacman/wall.xpm
share/apps/tdepacman/pics/mspacman/wall02.xpm
share/apps/tdepacman/pics/mspacman/wall03.xpm
share/apps/tdepacman/pics/mspacman/wall04.xpm
share/apps/tdepacman/pics/mspacman/wall05.xpm
share/apps/tdepacman/pics/mspacman/wall06.xpm
share/apps/tdepacman/pics/pacman.xpm
share/apps/tdepacman/pics/point.xpm
share/apps/tdepacman/pics/prison.xpm
share/apps/tdepacman/pics/right.xpm
share/apps/tdepacman/pics/switch.xpm
share/apps/tdepacman/pics/tiny/dying.xpm
share/apps/tdepacman/pics/tiny/eyes.xpm
share/apps/tdepacman/pics/tiny/fruit.xpm
share/apps/tdepacman/pics/tiny/lifes.xpm
share/apps/tdepacman/pics/tiny/monster.xpm
share/apps/tdepacman/pics/tiny/pacman.xpm
share/apps/tdepacman/pics/tiny/point.xpm
share/apps/tdepacman/pics/tiny/prison.xpm
share/apps/tdepacman/pics/tiny/switch.xpm
share/apps/tdepacman/pics/tiny/wall.xpm
share/apps/tdepacman/pics/up.xpm
share/apps/tdepacman/pics/wall.xpm
share/apps/tdepacman/pics/zacman/dying.xpm
share/apps/tdepacman/pics/zacman/eyes.xpm
share/apps/tdepacman/pics/zacman/lifes.xpm
share/apps/tdepacman/pics/zacman/monster.xpm
share/apps/tdepacman/pics/zacman/pacman.xpm
share/apps/tdepacman/pics/zacman/point.xpm
share/apps/tdepacman/pics/zacman/switch.xpm
share/apps/tdepacman/pics/zacman/wall.xpm
share/apps/tdepacman/tdepacmanui.rc
share/config/tdepacmanrc
share/doc/tde/HTML/de/tdepacman/tdepacman-1.html
share/doc/tde/HTML/de/tdepacman/tdepacman-2.html
share/doc/tde/HTML/de/tdepacman/tdepacman-3.html
share/doc/tde/HTML/de/tdepacman/tdepacman-4.html
share/doc/tde/HTML/de/tdepacman/tdepacman-index.html
share/doc/tde/HTML/de/tdepacman/tdepacman.gif
share/doc/tde/HTML/en/tdepacman/common
share/doc/tde/HTML/en/tdepacman/index.cache.bz2
share/doc/tde/HTML/en/tdepacman/index.docbook
share/doc/tde/HTML/en/tdepacman/screenshot.png
share/doc/tde/HTML/en/tdepacman/tdepacman.gif
share/icons/hicolor/16x16/apps/tdepacman.png
share/icons/hicolor/32x32/apps/tdepacman.png
share/icons/locolor/16x16/apps/tdepacman.png
share/icons/locolor/32x32/apps/tdepacman.png
share/locale/de/LC_MESSAGES/tdepacman.mo
share/locale/es/LC_MESSAGES/tdepacman.mo
share/locale/he/LC_MESSAGES/tdepacman.mo
share/locale/pt/LC_MESSAGES/tdepacman.mo
share/locale/sv/LC_MESSAGES/tdepacman.mo
share/man/man1/tdepacman.1.gz

@ -0,0 +1,8 @@
SUBDIR =
SUBDIR += digikam
SUBDIR += gwenview
SUBDIR += gwenview-i18n
SUBDIR += ksquirrel
.include <bsd.port.subdir.mk>

@ -0,0 +1,50 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: applications/graphics/digikam
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTNAME= digikam-trinity
COMMENT= Digital photo management application for Trinity
TDE_PREVERSION=
MASTER_SITE_SUBDIR= d/${PORTNAME}
PORTREVISION= 0
CATEGORIES= graphics x11
DIST_SUBDIR= TDE/applications/graphics
# Use gmake for automake build
USES= gmake
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \
${TDE_PREFIX}/lib/libkdcraw.so:graphics/libkdcraw-trinity \
${TDE_PREFIX}/lib/libkexiv2.so:graphics/libkexiv2-trinity \
${TDE_PREFIX}/lib/libkipi.so:graphics/libkipi-trinity
LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface
LIB_DEPENDS+=\
libexiv2.so:graphics/exiv2 \
libgphoto2.so:graphics/libgphoto2 \
libjasper.so:graphics/jasper \
liblcms.so:graphics/lcms \
libpng.so:graphics/png \
libtiff.so:graphics/tiff \
USE_SQLITE= yes
# Build
post-patch: tde-pathfix
do-configure: tde-autotools-prepare
${TDE_AUTOTOOLS_CONFIGURE} \
--disable-final
do-build: tde-autotools-build
do-install: tde-autotools-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1681908558
SHA256 (TDE/applications/graphics/digikam-trinity_14.1.0.orig.tar.xz) = f6db9cb4cc590880c7b3b51eb0fb9c21b2bf06aa8c32e2afc3af2dbe98e8b7c6
SIZE (TDE/applications/graphics/digikam-trinity_14.1.0.orig.tar.xz) = 54254888

@ -0,0 +1,20 @@
Digital photo management application for Trinity
An easy to use and powerful digital photo management
application, which makes importing, organizing and manipulating
digital photos a "snap". An interface is provided to connect to
your digital camera, preview the images and download and/or
delete them.
The digiKam built-in image editor makes the common photo correction
a simple task. The image editor is extensible via plugins and,
the digikamimageplugins project has been merged to digiKam core
since release 0.9.2, all useful image editor plugins are available
in the base installation.
digiKam can also make use of the KIPI image handling plugins to
extend its capabilities even further for photo manipulations,
import and export, etc. The kipi-plugins package contains many
very useful extentions.
digiKam is based in part on the work of the Independent JPEG Group.

File diff suppressed because it is too large Load Diff

@ -0,0 +1,36 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: applications/graphics/gwenview-i18n
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTNAME= gwenview-i18n-trinity
COMMENT= Internationalization (i18n) for Gwenview, an image viewer for Trinity
TDE_PREVERSION=
MASTER_SITE_SUBDIR= g/${PORTNAME}
PORTREVISION= 0
CATEGORIES= graphics x11
DIST_SUBDIR= TDE/applications/graphics
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
-DBUILD_ALL="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1682083676
SHA256 (TDE/applications/graphics/gwenview-i18n-trinity_14.1.0.orig.tar.xz) = fe22facd3c4dae729ffe41d6d98a7c8a60c901c611932e4d600de227bbbec77d
SIZE (TDE/applications/graphics/gwenview-i18n-trinity_14.1.0.orig.tar.xz) = 1384996

@ -0,0 +1,5 @@
Internationalization (i18n) for Gwenview, an image viewer for Trinity
This package provides internationalization (i18n) files (translations) for
Gwenview, an image viewer for the Trinity Desktop Environment. See the
'gwenview' package description for more information.

@ -0,0 +1,161 @@
share/doc/tde/HTML/da/gwenview/common
share/doc/tde/HTML/da/gwenview/docked_windows.docbook
share/doc/tde/HTML/da/gwenview/external_tools.docbook
share/doc/tde/HTML/da/gwenview/index.cache.bz2
share/doc/tde/HTML/da/gwenview/index.docbook
share/doc/tde/HTML/da/gwenview/interface.docbook
share/doc/tde/HTML/da/gwenview/introduction.docbook
share/doc/tde/HTML/da/gwenview/keybindings.docbook
share/doc/tde/HTML/da/gwenview/mouse.docbook
share/doc/tde/HTML/de/gwenview/browse_mode.png
share/doc/tde/HTML/de/gwenview/common
share/doc/tde/HTML/de/gwenview/dock_grip.png
share/doc/tde/HTML/de/gwenview/docked_windows.docbook
share/doc/tde/HTML/de/gwenview/external_tools.docbook
share/doc/tde/HTML/de/gwenview/external_tools_dialog.png
share/doc/tde/HTML/de/gwenview/index.cache.bz2
share/doc/tde/HTML/de/gwenview/index.docbook
share/doc/tde/HTML/de/gwenview/interface.docbook
share/doc/tde/HTML/de/gwenview/introduction.docbook
share/doc/tde/HTML/de/gwenview/keybindings.docbook
share/doc/tde/HTML/de/gwenview/mouse.docbook
share/doc/tde/HTML/de/gwenview/view_mode.png
share/doc/tde/HTML/et/gwenview/common
share/doc/tde/HTML/et/gwenview/docked_windows.docbook
share/doc/tde/HTML/et/gwenview/external_tools.docbook
share/doc/tde/HTML/et/gwenview/index.cache.bz2
share/doc/tde/HTML/et/gwenview/index.docbook
share/doc/tde/HTML/et/gwenview/interface.docbook
share/doc/tde/HTML/et/gwenview/introduction.docbook
share/doc/tde/HTML/et/gwenview/keybindings.docbook
share/doc/tde/HTML/et/gwenview/mouse.docbook
share/doc/tde/HTML/fr/gwenview/common
share/doc/tde/HTML/fr/gwenview/index.cache.bz2
share/doc/tde/HTML/fr/gwenview/index.docbook
share/doc/tde/HTML/it/gwenview/browse_mode.png
share/doc/tde/HTML/it/gwenview/common
share/doc/tde/HTML/it/gwenview/docked_windows.docbook
share/doc/tde/HTML/it/gwenview/external_tools.docbook
share/doc/tde/HTML/it/gwenview/external_tools_dialog.png
share/doc/tde/HTML/it/gwenview/index.cache.bz2
share/doc/tde/HTML/it/gwenview/index.docbook
share/doc/tde/HTML/it/gwenview/interface.docbook
share/doc/tde/HTML/it/gwenview/introduction.docbook
share/doc/tde/HTML/it/gwenview/keybindings.docbook
share/doc/tde/HTML/it/gwenview/mouse.docbook
share/doc/tde/HTML/it/gwenview/view_mode.png
share/doc/tde/HTML/nl/gwenview/browse_mode.png
share/doc/tde/HTML/nl/gwenview/common
share/doc/tde/HTML/nl/gwenview/docked_windows.docbook
share/doc/tde/HTML/nl/gwenview/external_tools.docbook
share/doc/tde/HTML/nl/gwenview/external_tools_dialog.png
share/doc/tde/HTML/nl/gwenview/index.cache.bz2
share/doc/tde/HTML/nl/gwenview/index.docbook
share/doc/tde/HTML/nl/gwenview/interface.docbook
share/doc/tde/HTML/nl/gwenview/introduction.docbook
share/doc/tde/HTML/nl/gwenview/keybindings.docbook
share/doc/tde/HTML/nl/gwenview/mouse.docbook
share/doc/tde/HTML/nl/gwenview/view_mode.png
share/doc/tde/HTML/pl/gwenview/common
share/doc/tde/HTML/pl/gwenview/docked_windows.docbook
share/doc/tde/HTML/pl/gwenview/external_tools.docbook
share/doc/tde/HTML/pl/gwenview/index.cache.bz2
share/doc/tde/HTML/pl/gwenview/index.docbook
share/doc/tde/HTML/pl/gwenview/interface.docbook
share/doc/tde/HTML/pl/gwenview/introduction.docbook
share/doc/tde/HTML/pl/gwenview/keybindings.docbook
share/doc/tde/HTML/pl/gwenview/mouse.docbook
share/doc/tde/HTML/pt/gwenview/common
share/doc/tde/HTML/pt/gwenview/docked_windows.docbook
share/doc/tde/HTML/pt/gwenview/external_tools.docbook
share/doc/tde/HTML/pt/gwenview/index.cache.bz2
share/doc/tde/HTML/pt/gwenview/index.docbook
share/doc/tde/HTML/pt/gwenview/interface.docbook
share/doc/tde/HTML/pt/gwenview/introduction.docbook
share/doc/tde/HTML/pt/gwenview/keybindings.docbook
share/doc/tde/HTML/pt/gwenview/mouse.docbook
share/doc/tde/HTML/pt_BR/gwenview/browse_mode.png
share/doc/tde/HTML/pt_BR/gwenview/common
share/doc/tde/HTML/pt_BR/gwenview/docked_windows.docbook
share/doc/tde/HTML/pt_BR/gwenview/index.cache.bz2
share/doc/tde/HTML/pt_BR/gwenview/index.docbook
share/doc/tde/HTML/pt_BR/gwenview/interface.docbook
share/doc/tde/HTML/pt_BR/gwenview/introduction.docbook
share/doc/tde/HTML/pt_BR/gwenview/keybindings.docbook
share/doc/tde/HTML/pt_BR/gwenview/mouse.docbook
share/doc/tde/HTML/pt_BR/gwenview/view_mode.png
share/doc/tde/HTML/ru/gwenview/common
share/doc/tde/HTML/ru/gwenview/docked_windows.docbook
share/doc/tde/HTML/ru/gwenview/external_tools.docbook
share/doc/tde/HTML/ru/gwenview/index.cache.bz2
share/doc/tde/HTML/ru/gwenview/index.docbook
share/doc/tde/HTML/ru/gwenview/interface.docbook
share/doc/tde/HTML/ru/gwenview/introduction.docbook
share/doc/tde/HTML/ru/gwenview/keybindings.docbook
share/doc/tde/HTML/ru/gwenview/mouse.docbook
share/doc/tde/HTML/sv/gwenview/browse_mode.png
share/doc/tde/HTML/sv/gwenview/common
share/doc/tde/HTML/sv/gwenview/dock_grip.png
share/doc/tde/HTML/sv/gwenview/docked_windows.docbook
share/doc/tde/HTML/sv/gwenview/external_tools.docbook
share/doc/tde/HTML/sv/gwenview/external_tools_dialog.png
share/doc/tde/HTML/sv/gwenview/index.cache.bz2
share/doc/tde/HTML/sv/gwenview/index.docbook
share/doc/tde/HTML/sv/gwenview/interface.docbook
share/doc/tde/HTML/sv/gwenview/introduction.docbook
share/doc/tde/HTML/sv/gwenview/keybindings.docbook
share/doc/tde/HTML/sv/gwenview/mouse.docbook
share/doc/tde/HTML/sv/gwenview/view_mode.png
share/locale/ar/LC_MESSAGES/gwenview.mo
share/locale/az/LC_MESSAGES/gwenview.mo
share/locale/bg/LC_MESSAGES/gwenview.mo
share/locale/br/LC_MESSAGES/gwenview.mo
share/locale/ca/LC_MESSAGES/gwenview.mo
share/locale/cs/LC_MESSAGES/gwenview.mo
share/locale/cy/LC_MESSAGES/gwenview.mo
share/locale/da/LC_MESSAGES/gwenview.mo
share/locale/de/LC_MESSAGES/gwenview.mo
share/locale/el/LC_MESSAGES/gwenview.mo
share/locale/en_GB/LC_MESSAGES/gwenview.mo
share/locale/es/LC_MESSAGES/gwenview.mo
share/locale/et/LC_MESSAGES/gwenview.mo
share/locale/fa/LC_MESSAGES/gwenview.mo
share/locale/fi/LC_MESSAGES/gwenview.mo
share/locale/fo/LC_MESSAGES/gwenview.mo
share/locale/fr/LC_MESSAGES/gwenview.mo
share/locale/gl/LC_MESSAGES/gwenview.mo
share/locale/he/LC_MESSAGES/gwenview.mo
share/locale/hi/LC_MESSAGES/gwenview.mo
share/locale/hu/LC_MESSAGES/gwenview.mo
share/locale/is/LC_MESSAGES/gwenview.mo
share/locale/it/LC_MESSAGES/gwenview.mo
share/locale/ja/LC_MESSAGES/gwenview.mo
share/locale/ka/LC_MESSAGES/gwenview.mo
share/locale/ko/LC_MESSAGES/gwenview.mo
share/locale/lt/LC_MESSAGES/gwenview.mo
share/locale/ms/LC_MESSAGES/gwenview.mo
share/locale/nb/LC_MESSAGES/gwenview.mo
share/locale/nds/LC_MESSAGES/gwenview.mo
share/locale/nl/LC_MESSAGES/gwenview.mo
share/locale/nso/LC_MESSAGES/gwenview.mo
share/locale/pa/LC_MESSAGES/gwenview.mo
share/locale/pl/LC_MESSAGES/gwenview.mo
share/locale/pt/LC_MESSAGES/gwenview.mo
share/locale/pt_BR/LC_MESSAGES/gwenview.mo
share/locale/ro/LC_MESSAGES/gwenview.mo
share/locale/ru/LC_MESSAGES/gwenview.mo
share/locale/rw/LC_MESSAGES/gwenview.mo
share/locale/sk/LC_MESSAGES/gwenview.mo
share/locale/sr/LC_MESSAGES/gwenview.mo
share/locale/sr@Latn/LC_MESSAGES/gwenview.mo
share/locale/sv/LC_MESSAGES/gwenview.mo
share/locale/ta/LC_MESSAGES/gwenview.mo
share/locale/th/LC_MESSAGES/gwenview.mo
share/locale/tr/LC_MESSAGES/gwenview.mo
share/locale/uk/LC_MESSAGES/gwenview.mo
share/locale/ve/LC_MESSAGES/gwenview.mo
share/locale/vi/LC_MESSAGES/gwenview.mo
share/locale/xh/LC_MESSAGES/gwenview.mo
share/locale/zh_CN/LC_MESSAGES/gwenview.mo
share/locale/zh_TW/LC_MESSAGES/gwenview.mo
share/locale/zu/LC_MESSAGES/gwenview.mo

@ -0,0 +1,42 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: applications/graphics/gwenview
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTNAME= gwenview-trinity
COMMENT= Image viewer for Trinity
TDE_PREVERSION=
MASTER_SITE_SUBDIR= g/${PORTNAME}
PORTREVISION= 0
CATEGORIES= graphics x11
DIST_SUBDIR= TDE/applications/graphics
# Use gmake for automake build
USES= gmake
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \
${TDE_PREFIX}/lib/libkipi.so:graphics/libkipi-trinity
LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface
LIB_DEPENDS+=\
libexiv2.so:graphics/exiv2 \
libmng.so:graphics/libmng \
# Build
post-patch: tde-pathfix
do-configure: tde-autotools-prepare
${TDE_AUTOTOOLS_CONFIGURE} \
--enable-kipi
do-build: tde-autotools-build
do-install: tde-autotools-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1681908561
SHA256 (TDE/applications/graphics/gwenview-trinity_14.1.0.orig.tar.xz) = cb0724ec6c8c18057236799893a04f591f5cab448e9ab8e3dad03fdb709433ba
SIZE (TDE/applications/graphics/gwenview-trinity_14.1.0.orig.tar.xz) = 731204

@ -0,0 +1,19 @@
Image viewer for Trinity
Gwenview is an image viewer for the Trinity Desktop Environment. It features a
folder tree window and a file list window to provide easy navigation of your
file hierarchy. Gwenview uses docked windows, so you can alter its layout
any way you wish. You can also browse your images in full-screen mode, or
embedded within Konqueror using the Gwenview Image Browser View and Kpart.
Image loading is handled by the Qt library, so Gwenview supports all image
formats your Qt installation supports. Gwenview correctly displays images
with an alpha channel. Gwenview supports the displaying and editing of EXIF
comments, and, if the tdegraphics-tdefile-plugins package is installed, other
image meta-information as well. Also supported is KIPI, the TDE Image Plugin
Interface, a collection of helpful tools provided by the kipi-plugins
package. The ability to perform lossless JPEG transforms is built in.
Gwenview's internationalization files (i18n) (translations) are available
in the gwenview-i18n package. Users with non-US English desktops should
install this package.

@ -0,0 +1,104 @@
bin/gwenview
lib/libgwenviewcore.la
lib/libgwenviewcore.so
lib/libgwenviewcore.so.1
lib/libgwenviewcore.so.1.0.0
lib/libtdeinit_gwenview.la
lib/libtdeinit_gwenview.so
lib/trinity/gwenview.la
lib/trinity/gwenview.so
lib/trinity/libgvdirpart.la
lib/trinity/libgvdirpart.so
lib/trinity/libgvimagepart.la
lib/trinity/libgvimagepart.so
share/applications/tde/gwenview.desktop
share/apps/gvdirpart/gvdirpart.rc
share/apps/gvimagepart/gvimagepart.rc
share/apps/gvimagepart/gvimagepartpopup.rc
share/apps/gwenview/cursors/zoom.png
share/apps/gwenview/gwenviewui.rc
share/apps/gwenview/icons/hicolor/16x16/actions/dnd1.png
share/apps/gwenview/icons/hicolor/16x16/actions/dnd2.png
share/apps/gwenview/icons/hicolor/16x16/actions/dnd3.png
share/apps/gwenview/icons/hicolor/16x16/actions/dnd4.png
share/apps/gwenview/icons/hicolor/16x16/actions/dnd5.png
share/apps/gwenview/icons/hicolor/16x16/actions/dnd6.png
share/apps/gwenview/icons/hicolor/16x16/actions/dnd7.png
share/apps/gwenview/icons/hicolor/16x16/actions/dnd8.png
share/apps/gwenview/icons/hicolor/16x16/actions/flip.png
share/apps/gwenview/icons/hicolor/16x16/actions/mirror.png
share/apps/gwenview/icons/hicolor/16x16/actions/rotate_left.png
share/apps/gwenview/icons/hicolor/16x16/actions/rotate_right.png
share/apps/gwenview/icons/hicolor/16x16/actions/slideshow_pause.png
share/apps/gwenview/icons/hicolor/16x16/actions/slideshow_play.png
share/apps/gwenview/icons/hicolor/22x22/actions/flip.png
share/apps/gwenview/icons/hicolor/22x22/actions/mirror.png
share/apps/gwenview/icons/hicolor/22x22/actions/rotate_left.png
share/apps/gwenview/icons/hicolor/22x22/actions/rotate_right.png
share/apps/gwenview/icons/hicolor/22x22/actions/slideshow_pause.png
share/apps/gwenview/icons/hicolor/22x22/actions/slideshow_play.png
share/apps/gwenview/icons/hicolor/32x32/actions/flip.png
share/apps/gwenview/icons/hicolor/32x32/actions/mirror.png
share/apps/gwenview/icons/hicolor/32x32/actions/rotate_left.png
share/apps/gwenview/icons/hicolor/32x32/actions/rotate_right.png
share/apps/gwenview/icons/hicolor/32x32/actions/slideshow_pause.png
share/apps/gwenview/icons/hicolor/32x32/actions/slideshow_play.png
share/apps/gwenview/icons/hicolor/48x48/actions/flip.png
share/apps/gwenview/icons/hicolor/48x48/actions/mirror.png
share/apps/gwenview/icons/hicolor/48x48/actions/rotate_left.png
share/apps/gwenview/icons/hicolor/48x48/actions/rotate_right.png
share/apps/gwenview/icons/hicolor/48x48/actions/slideshow_pause.png
share/apps/gwenview/icons/hicolor/48x48/actions/slideshow_play.png
share/apps/gwenview/icons/hicolor/scalable/actions/imageops.svg
share/apps/gwenview/icons/hicolor/scalable/actions/imageops.svgz
share/apps/gwenview/icons/hicolor/scalable/actions/slideshow_pause.svgz
share/apps/gwenview/icons/hicolor/scalable/actions/slideshow_play.svgz
share/apps/gwenview/thumbnail/wait.png
share/apps/gwenview/tools/gimp.desktop
share/apps/gwenview/tools/kolourpaint.desktop
share/apps/gwenview/tools/konqueror.desktop
share/apps/gwenview/tools/tiledwallpaper.desktop
share/apps/gwenview/tools/wallpaper.desktop
share/apps/konqueror/servicemenus/konqgwenview.desktop
share/apps/tdeconf_update/gwenview_1.4_osdformat.sh
share/apps/tdeconf_update/gwenview_1.4_osdformat.upd
share/apps/tdeconf_update/gwenview_thumbnail_size.sh
share/apps/tdeconf_update/gwenview_thumbnail_size.upd
share/config.kcfg/fileoperationconfig.kcfg
share/config.kcfg/fileviewconfig.kcfg
share/config.kcfg/fullscreenconfig.kcfg
share/config.kcfg/gvdirpartconfig.kcfg
share/config.kcfg/imageviewconfig.kcfg
share/config.kcfg/miscconfig.kcfg
share/config.kcfg/slideshowconfig.kcfg
share/doc/tde/HTML/en/gwenview/browse_mode.png
share/doc/tde/HTML/en/gwenview/common
share/doc/tde/HTML/en/gwenview/dock_grip.png
share/doc/tde/HTML/en/gwenview/docked_windows.docbook
share/doc/tde/HTML/en/gwenview/external_tools.docbook
share/doc/tde/HTML/en/gwenview/external_tools_dialog.png
share/doc/tde/HTML/en/gwenview/index.cache.bz2
share/doc/tde/HTML/en/gwenview/index.docbook
share/doc/tde/HTML/en/gwenview/interface.docbook
share/doc/tde/HTML/en/gwenview/introduction.docbook
share/doc/tde/HTML/en/gwenview/keybindings.docbook
share/doc/tde/HTML/en/gwenview/mouse.docbook
share/doc/tde/HTML/en/gwenview/view_mode.png
share/icons/crystalsvg/16x16/apps/gvdirpart.png
share/icons/crystalsvg/22x22/apps/gvdirpart.png
share/icons/crystalsvg/32x32/apps/gvdirpart.png
share/icons/crystalsvg/scalable/apps/gvdirpart.svg
share/icons/hicolor/128x128/apps/gwenview.png
share/icons/hicolor/16x16/apps/gvdirpart.png
share/icons/hicolor/16x16/apps/gwenview.png
share/icons/hicolor/22x22/apps/gvdirpart.png
share/icons/hicolor/22x22/apps/gwenview.png
share/icons/hicolor/32x32/apps/gvdirpart.png
share/icons/hicolor/32x32/apps/gwenview.png
share/icons/hicolor/48x48/apps/gwenview.png
share/icons/hicolor/64x64/apps/gwenview.png
share/icons/hicolor/scalable/apps/gvdirpart.svg
share/icons/hicolor/scalable/apps/gwenview.svgz
share/man/man1/gwenview.1.gz
share/services/gvdirpart.desktop
share/services/gvimagepart.desktop

@ -0,0 +1,42 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: applications/graphics/ksquirrel
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTNAME= ksquirrel-trinity
COMMENT= Powerful Trinity image viewer
TDE_PREVERSION=
MASTER_SITE_SUBDIR= k/${PORTNAME}
PORTREVISION= 0
CATEGORIES= graphics x11
DIST_SUBDIR= TDE/applications/graphics
TDE_BUILD_SUBDIR= # build-in-source
# Use gmake for automake build
USES= gmake
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \
${TDE_PREFIX}/lib/libkonq.so:x11/tdebase-trinity \
${TDE_PREFIX}/lib/libkipi.so:graphics/libkipi-trinity \
${TDE_PREFIX}/lib/libkipiplugins.so:graphics/kipi-plugins-trinity \
${TDE_PREFIX}/lib/libksquirrel-libs.so:graphics/libksquirrel-trinity \
LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface
# Build
post-patch: tde-pathfix
do-configure: tde-autotools-prepare
${TDE_AUTOTOOLS_CONFIGURE} \
--disable-final
do-build: tde-autotools-build
do-install: tde-autotools-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1681908564
SHA256 (TDE/applications/graphics/ksquirrel-trinity_14.1.0.orig.tar.xz) = 020610676d8eeccb8ba863637298d827e0f3d63eb78d57db3fcccfce7ea6980e
SIZE (TDE/applications/graphics/ksquirrel-trinity_14.1.0.orig.tar.xz) = 784104

@ -0,0 +1,8 @@
Powerful Trinity image viewer
KSquirrel is an image viewer for TDE with disk navigator, file tree,
multiple directory view, thumbnails, extended thumbnails, dynamic
format support, DCOP interface, KEXIF and KIPI plugins support.
KSquirrel is a fast and convenient image viewer for TDE featuring
OpenGL and dynamic format support.

@ -0,0 +1,166 @@
bin/ksquirrel
bin/ksquirrel-libs-configurator
bin/ksquirrel-libs-configurator-real
lib/trinity/libksquirrelpart.la
lib/trinity/libksquirrelpart.so
share/applications/tde/ksquirrel.desktop
share/apps/dolphin/servicemenus/dolphksquirrel-dir.desktop
share/apps/konqueror/servicemenus/konqksquirrel-dir.desktop
share/apps/ksquirrel/images/actions/configure.png
share/apps/ksquirrel/images/actions/file_first.png
share/apps/ksquirrel/images/actions/file_last.png
share/apps/ksquirrel/images/actions/file_next.png
share/apps/ksquirrel/images/actions/file_prev.png
share/apps/ksquirrel/images/actions/flipH.png
share/apps/ksquirrel/images/actions/flipV.png
share/apps/ksquirrel/images/actions/fullscreen.png
share/apps/ksquirrel/images/actions/glselection.png
share/apps/ksquirrel/images/actions/glselection_ellipse.png
share/apps/ksquirrel/images/actions/glselection_rect.png
share/apps/ksquirrel/images/actions/ifless.png
share/apps/ksquirrel/images/actions/images.png
share/apps/ksquirrel/images/actions/print.png
share/apps/ksquirrel/images/actions/prop.png
share/apps/ksquirrel/images/actions/reload.png
share/apps/ksquirrel/images/actions/rotateL.png
share/apps/ksquirrel/images/actions/rotateR.png
share/apps/ksquirrel/images/actions/shownav.png
share/apps/ksquirrel/images/actions/zoom+.png
share/apps/ksquirrel/images/actions/zoom-.png
share/apps/ksquirrel/images/actions/zoom100.png
share/apps/ksquirrel/images/actions/zoomH.png
share/apps/ksquirrel/images/actions/zoomW.png
share/apps/ksquirrel/images/actions/zoomWH.png
share/apps/ksquirrel/images/actions/zoom_template.png
share/apps/ksquirrel/images/anime.png
share/apps/ksquirrel/images/checker.png
share/apps/ksquirrel/images/imageedit/reset_value.png
share/apps/ksquirrel/images/imageedit/resize_toolbutton.png
share/apps/ksquirrel/images/imageedit/resize_toolbutton2.png
share/apps/ksquirrel/images/listbox/image_win.png
share/apps/ksquirrel/images/marks/mark_1.png
share/apps/ksquirrel/images/marks/mark_2.png
share/apps/ksquirrel/images/marks/mark_3.png
share/apps/ksquirrel/images/marks/mark_4.png
share/apps/ksquirrel/images/menu/18016.png
share/apps/ksquirrel/images/menu/animate16.png
share/apps/ksquirrel/images/menu/background16.png
share/apps/ksquirrel/images/menu/close16.png
share/apps/ksquirrel/images/menu/first16.png
share/apps/ksquirrel/images/menu/flipH16.png
share/apps/ksquirrel/images/menu/flipV16.png
share/apps/ksquirrel/images/menu/fullscreen16.png
share/apps/ksquirrel/images/menu/last16.png
share/apps/ksquirrel/images/menu/moveDown16.png
share/apps/ksquirrel/images/menu/moveLeft16.png
share/apps/ksquirrel/images/menu/moveRight16.png
share/apps/ksquirrel/images/menu/moveUp16.png
share/apps/ksquirrel/images/menu/next16.png
share/apps/ksquirrel/images/menu/page116.png
share/apps/ksquirrel/images/menu/page216.png
share/apps/ksquirrel/images/menu/page316.png
share/apps/ksquirrel/images/menu/page416.png
share/apps/ksquirrel/images/menu/prev16.png
share/apps/ksquirrel/images/menu/prop16.png
share/apps/ksquirrel/images/menu/reset16.png
share/apps/ksquirrel/images/menu/rotateLeft16.png
share/apps/ksquirrel/images/menu/rotateRight16.png
share/apps/ksquirrel/images/menu/statusbar16.png
share/apps/ksquirrel/images/menu/tickmarks16.png
share/apps/ksquirrel/images/menu/toolbar16.png
share/apps/ksquirrel/images/menu/window16.png
share/apps/ksquirrel/images/menu/zoom+16.png
share/apps/ksquirrel/images/menu/zoom-16.png
share/apps/ksquirrel/images/menu/zoom100016.png
share/apps/ksquirrel/images/menu/zoom10016.png
share/apps/ksquirrel/images/menu/zoom16.png
share/apps/ksquirrel/images/menu/zoom20016.png
share/apps/ksquirrel/images/menu/zoom30016.png
share/apps/ksquirrel/images/menu/zoom50016.png
share/apps/ksquirrel/images/menu/zoom70016.png
share/apps/ksquirrel/images/menu/zoom90016.png
share/apps/ksquirrel/images/splash.png
share/apps/ksquirrel/images/thumbs/thumbs_huge.png
share/apps/ksquirrel/images/thumbs/thumbs_large.png
share/apps/ksquirrel/images/thumbs/thumbs_medium.png
share/apps/ksquirrel/images/tray.png
share/apps/ksquirrelpart/ksquirrelpart.rc
share/config/magic/x-ras.magic
share/config/magic/x-ras.magic.mgc
share/config/magic/x-sun.magic
share/config/magic/x-sun.magic.mgc
share/config/magic/x-utah.magic
share/config/magic/x-utah.magic.mgc
share/doc/tde/HTML/en/ksquirrel/common
share/doc/tde/HTML/en/ksquirrel/index.cache.bz2
share/doc/tde/HTML/en/ksquirrel/index.docbook
share/doc/tde/HTML/ru/ksquirrel/common
share/doc/tde/HTML/ru/ksquirrel/credits.docbook
share/doc/tde/HTML/ru/ksquirrel/imagewindow.docbook
share/doc/tde/HTML/ru/ksquirrel/imagewindow.html
share/doc/tde/HTML/ru/ksquirrel/index.cache.bz2
share/doc/tde/HTML/ru/ksquirrel/index.docbook
share/doc/tde/HTML/ru/ksquirrel/index.html
share/doc/tde/HTML/ru/ksquirrel/install-binary.html
share/doc/tde/HTML/ru/ksquirrel/installation.html
share/doc/tde/HTML/ru/ksquirrel/interface-menu.html
share/doc/tde/HTML/ru/ksquirrel/interface-sidebar.html
share/doc/tde/HTML/ru/ksquirrel/interface.docbook
share/doc/tde/HTML/ru/ksquirrel/interface.html
share/doc/tde/HTML/ru/ksquirrel/internals-libs.html
share/doc/tde/HTML/ru/ksquirrel/internals.docbook
share/doc/tde/HTML/ru/ksquirrel/internals.html
share/doc/tde/HTML/ru/ksquirrel/intro.docbook
share/doc/tde/HTML/ru/ksquirrel/intro.html
share/doc/tde/HTML/ru/ksquirrel/license.html
share/doc/tde/HTML/ru/ksquirrel/plugins_info.png
share/doc/tde/HTML/ru/ksquirrel/running.docbook
share/doc/tde/HTML/ru/ksquirrel/running.html
share/doc/tde/HTML/ru/ksquirrel/sidebar.png
share/doc/tde/HTML/ru/ksquirrel/sidebar_basket.png
share/doc/tde/HTML/ru/ksquirrel/sidebar_categories.png
share/doc/tde/HTML/ru/ksquirrel/sidebar_mounts.png
share/doc/tde/HTML/ru/ksquirrel/view_thumbnails.png
share/icons/hicolor/16x16/apps/ksquirrel.png
share/icons/hicolor/32x32/apps/ksquirrel.png
share/locale/cs/LC_MESSAGES/ksquirrel.mo
share/locale/de/LC_MESSAGES/ksquirrel.mo
share/locale/en_GB/LC_MESSAGES/ksquirrel.mo
share/locale/it/LC_MESSAGES/ksquirrel.mo
share/locale/nl/LC_MESSAGES/ksquirrel.mo
share/locale/pl/LC_MESSAGES/ksquirrel.mo
share/locale/ru/LC_MESSAGES/ksquirrel.mo
share/locale/tr/LC_MESSAGES/ksquirrel.mo
share/locale/uk/LC_MESSAGES/ksquirrel.mo
share/man/man1/ksquirrel.1.gz
share/mimelnk/image/ljpeg.desktop
share/mimelnk/image/x-avs.desktop
share/mimelnk/image/x-cut.desktop
share/mimelnk/image/x-dicom.desktop
share/mimelnk/image/x-dxf.desktop
share/mimelnk/image/x-iff.desktop
share/mimelnk/image/x-jbig.desktop
share/mimelnk/image/x-koala.desktop
share/mimelnk/image/x-leaf.desktop
share/mimelnk/image/x-lif.desktop
share/mimelnk/image/x-mac.desktop
share/mimelnk/image/x-mdl.desktop
share/mimelnk/image/x-msp.desktop
share/mimelnk/image/x-mtv.desktop
share/mimelnk/image/x-neo.desktop
share/mimelnk/image/x-pi1.desktop
share/mimelnk/image/x-pi3.desktop
share/mimelnk/image/x-pict.desktop
share/mimelnk/image/x-pix.desktop
share/mimelnk/image/x-psp.desktop
share/mimelnk/image/x-pxr.desktop
share/mimelnk/image/x-ras.desktop
share/mimelnk/image/x-rawrgb.desktop
share/mimelnk/image/x-sct.desktop
share/mimelnk/image/x-sun.desktop
share/mimelnk/image/x-utah.desktop
share/mimelnk/image/x-wal.desktop
share/mimelnk/image/x-wbmp.desktop
share/mimelnk/image/x-xim.desktop
share/mimelnk/image/x-xwd.desktop
share/services/ksquirrelpart.desktop

@ -0,0 +1,14 @@
SUBDIR =
SUBDIR += kasablanca
SUBDIR += kbiff
SUBDIR += kftpgrabber
SUBDIR += knmap
SUBDIR += konversation
SUBDIR += kopete-otr
SUBDIR += kshowmail
SUBDIR += kstreamripper
SUBDIR += ktorrent
SUBDIR += tork
.include <bsd.port.subdir.mk>

@ -0,0 +1,38 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: applications/internet/kasablanca
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTNAME= kasablanca-trinity
COMMENT= Fast and free ftp client for TDE
TDE_PREVERSION=
MASTER_SITE_SUBDIR= k/${PORTNAME}
PORTREVISION= 0
CATEGORIES= ftp x11
DIST_SUBDIR= TDE/applications/internet
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface \
libssl.so:security/openssl
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
-DBUILD_ALL="ON" \
-DWITH_ALL_OPTIONS="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1681946233
SHA256 (TDE/applications/internet/kasablanca-trinity_14.1.0.orig.tar.xz) = 28438e5b503306a2f7c0f7a09964301004526e78a461040f5cabf5a51a5475d2
SIZE (TDE/applications/internet/kasablanca-trinity_14.1.0.orig.tar.xz) = 130380

@ -0,0 +1,12 @@
Fast and free ftp client for TDE
Kasablanca is an ftp client, written in c++, using the tde libraries.
Features:
* ftps encryption via AUTH TLS
* fxp (direct server to server transfer), supporting alternative mode
* advanced bookmarking system
* fast responsive multithreaded engine
* concurrent connections to multiple hosts
* interactive transfer queue, movable by drag and drop
* small nifty features, like a skiplist

@ -0,0 +1,17 @@
bin/kasablanca
share/applications/tde/kasablanca.desktop
share/apps/kasablanca/about.png
share/apps/kasablanca/kasablancaui.rc
share/config.kcfg/kbconfig.kcfg
share/doc/tde/HTML/en/kasablanca/common
share/doc/tde/HTML/en/kasablanca/index.cache.bz2
share/doc/tde/HTML/en/kasablanca/index.docbook
share/icons/hicolor/128x128/apps/kasablanca.png
share/icons/hicolor/16x16/apps/kasablanca.png
share/icons/hicolor/22x22/apps/kasablanca.png
share/icons/hicolor/32x32/apps/kasablanca.png
share/icons/hicolor/48x48/apps/kasablanca.png
share/icons/hicolor/64x64/apps/kasablanca.png
share/locale/de/LC_MESSAGES/kasablanca.mo
share/locale/pl/LC_MESSAGES/kasablanca.mo
share/man/man1/kasablanca.1.gz

@ -0,0 +1,37 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: applications/internet/kbiff
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTNAME= kbiff-trinity
COMMENT= TDE mail notification utility
TDE_PREVERSION=
MASTER_SITE_SUBDIR= k/${PORTNAME}
PORTREVISION= 0
CATEGORIES= mail x11
DIST_SUBDIR= TDE/applications/internet
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
-DBUILD_ALL="ON" \
-DWITH_ALL_OPTIONS="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1681946237
SHA256 (TDE/applications/internet/kbiff-trinity_14.1.0.orig.tar.xz) = 15f987474570d0895235afc7e9de8e16f5d8bb3cdae5d1266a4b96ff1e8e5324
SIZE (TDE/applications/internet/kbiff-trinity_14.1.0.orig.tar.xz) = 139192

@ -0,0 +1,7 @@
TDE mail notification utility
Kbiff is a "xbiff"-like mail notification utility. It has multiple pixmaps,
session management, and GUI configuration. It can "dock" into the TDE panel.
It can display animated gifs, play system sounds, or run arbitrary shell
command when new mail arrives. It supports mbox, maildir, mh, POP3, IMAP4,
and NNTP mailboxes.

@ -0,0 +1,67 @@
bin/kbiff
lib/libtdeinit_kbiff.la
lib/libtdeinit_kbiff.so
lib/trinity/kbiff.la
lib/trinity/kbiff.so
share/applications/tde/kbiff.desktop
share/apps/kbiff/pics/delete.png
share/apps/kbiff/pics/mailbox.png
share/apps/kbiff/pics/mini-newmail.png
share/apps/kbiff/pics/mini-noconn.png
share/apps/kbiff/pics/mini-nomail.png
share/apps/kbiff/pics/mini-oldmail.png
share/apps/kbiff/pics/mini-stopped.png
share/apps/kbiff/pics/newmail.png
share/apps/kbiff/pics/noconn.png
share/apps/kbiff/pics/nomail.png
share/apps/kbiff/pics/oldmail.png
share/apps/kbiff/pics/playsound.png
share/apps/kbiff/pics/stopped.png
share/doc/tde/HTML/de/kbiff/common
share/doc/tde/HTML/de/kbiff/index.cache.bz2
share/doc/tde/HTML/de/kbiff/index.docbook
share/doc/tde/HTML/en/kbiff/common
share/doc/tde/HTML/en/kbiff/index.cache.bz2
share/doc/tde/HTML/en/kbiff/index.docbook
share/doc/tde/HTML/en/kbiff/kbiff.png
share/doc/tde/HTML/es/kbiff/common
share/doc/tde/HTML/es/kbiff/index.cache.bz2
share/doc/tde/HTML/es/kbiff/index.docbook
share/doc/tde/HTML/fr/kbiff/common
share/doc/tde/HTML/fr/kbiff/index.cache.bz2
share/doc/tde/HTML/fr/kbiff/index.docbook
share/icons/hicolor/16x16/apps/kbiff.png
share/icons/hicolor/32x32/apps/kbiff.png
share/icons/hicolor/48x48/apps/kbiff.png
share/icons/locolor/16x16/apps/kbiff.png
share/icons/locolor/32x32/apps/kbiff.png
share/locale/br/LC_MESSAGES/kbiff.mo
share/locale/cs/LC_MESSAGES/kbiff.mo
share/locale/da/LC_MESSAGES/kbiff.mo
share/locale/de/LC_MESSAGES/kbiff.mo
share/locale/el/LC_MESSAGES/kbiff.mo
share/locale/es/LC_MESSAGES/kbiff.mo
share/locale/et/LC_MESSAGES/kbiff.mo
share/locale/fi/LC_MESSAGES/kbiff.mo
share/locale/fr/LC_MESSAGES/kbiff.mo
share/locale/he/LC_MESSAGES/kbiff.mo
share/locale/hr/LC_MESSAGES/kbiff.mo
share/locale/hu/LC_MESSAGES/kbiff.mo
share/locale/is/LC_MESSAGES/kbiff.mo
share/locale/it/LC_MESSAGES/kbiff.mo
share/locale/ja/LC_MESSAGES/kbiff.mo
share/locale/nb/LC_MESSAGES/kbiff.mo
share/locale/nl/LC_MESSAGES/kbiff.mo
share/locale/nn/LC_MESSAGES/kbiff.mo
share/locale/pl/LC_MESSAGES/kbiff.mo
share/locale/pt/LC_MESSAGES/kbiff.mo
share/locale/pt_BR/LC_MESSAGES/kbiff.mo
share/locale/ro/LC_MESSAGES/kbiff.mo
share/locale/ru/LC_MESSAGES/kbiff.mo
share/locale/sk/LC_MESSAGES/kbiff.mo
share/locale/sl/LC_MESSAGES/kbiff.mo
share/locale/sv/LC_MESSAGES/kbiff.mo
share/locale/tr/LC_MESSAGES/kbiff.mo
share/locale/uk/LC_MESSAGES/kbiff.mo
share/locale/zh_TW/LC_MESSAGES/kbiff.mo
share/man/man1/kbiff.1.gz

@ -0,0 +1,37 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: applications/internet/kftpgrabber
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTNAME= kftpgrabber-trinity
COMMENT= FTP client for TDE
TDE_PREVERSION=
MASTER_SITE_SUBDIR= k/${PORTNAME}
PORTREVISION= 0
CATEGORIES= ftp x11
DIST_SUBDIR= TDE/applications/internet
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
-DBUILD_ALL="ON" \
-DWITH_ALL_OPTIONS="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1681946241
SHA256 (TDE/applications/internet/kftpgrabber-trinity_14.1.0.orig.tar.xz) = 0d93d6483c9d07b34614261367b02fd1bbbefb1af113478ad39d0bf148a530a3
SIZE (TDE/applications/internet/kftpgrabber-trinity_14.1.0.orig.tar.xz) = 756736

@ -0,0 +1,24 @@
FTP client for TDE
KFTPgrabber is a graphical FTP client for the Trinity Desktop Environment. It
implements many features required for usable FTP interaction.
Feature list:
- Multiple simultaneous FTP sessions in separate tabs
- A tree-oriented transfer queue
- TLS/SSL support for the control connection and the data channel
- X509 certificate support for authentication
- FXP site-to-site transfer support
- One-time password (OTP) support using S/KEY, MD5, RMD160 or SHA1
- Site bookmarks with many options configurable per-site
- Distributed FTP daemon support (implementing the PRET command)
- Can use Zeroconf for local site discovery
- Bookmark import plugins from other FTP clients
- Support for the SFTP protocol
- A nice traffic graph
- Ability to limit upload and download speed
- Priority and skip lists
- Integrated SFV checksum verifier
- Direct viewing/editing of remote files
- Advanced default "on file exists" action configuration
- Filter displayed files/directories as you type

@ -0,0 +1,63 @@
bin/kftpgrabber
include/kftpgrabber/kftpbookmarkimportplugin.h
lib/libkftpinterfaces.la
lib/libkftpinterfaces.so
lib/libkftpinterfaces.so.0
lib/libkftpinterfaces.so.0.0.0
lib/trinity/kftpimportplugin_filezilla3.la
lib/trinity/kftpimportplugin_filezilla3.so
lib/trinity/kftpimportplugin_gftp.la
lib/trinity/kftpimportplugin_gftp.so
lib/trinity/kftpimportplugin_kftp.la
lib/trinity/kftpimportplugin_kftp.so
lib/trinity/kftpimportplugin_ncftp.la
lib/trinity/kftpimportplugin_ncftp.so
share/applications/tde/kftpgrabber.desktop
share/apps/kftpgrabber/commands.xml
share/apps/kftpgrabber/kftpgrabber-bi-wizard.png
share/apps/kftpgrabber/kftpgrabber-logo.png
share/apps/kftpgrabber/kftpgrabberui.rc
share/config.kcfg/kftpgrabber.kcfg
share/doc/tde/HTML/en/kftpgrabber/common
share/doc/tde/HTML/en/kftpgrabber/index.cache.bz2
share/doc/tde/HTML/en/kftpgrabber/index.docbook
share/icons/hicolor/16x16/apps/kftpgrabber.png
share/icons/hicolor/22x22/apps/kftpgrabber.png
share/icons/hicolor/32x32/apps/kftpgrabber.png
share/icons/hicolor/48x48/apps/kftpgrabber.png
share/icons/hicolor/64x64/apps/kftpgrabber.png
share/locale/ar/LC_MESSAGES/kftpgrabber.mo
share/locale/bg/LC_MESSAGES/kftpgrabber.mo
share/locale/br/LC_MESSAGES/kftpgrabber.mo
share/locale/cs/LC_MESSAGES/kftpgrabber.mo
share/locale/cy/LC_MESSAGES/kftpgrabber.mo
share/locale/da/LC_MESSAGES/kftpgrabber.mo
share/locale/de/LC_MESSAGES/kftpgrabber.mo
share/locale/el/LC_MESSAGES/kftpgrabber.mo
share/locale/en_GB/LC_MESSAGES/kftpgrabber.mo
share/locale/es/LC_MESSAGES/kftpgrabber.mo
share/locale/et/LC_MESSAGES/kftpgrabber.mo
share/locale/fr/LC_MESSAGES/kftpgrabber.mo
share/locale/ga/LC_MESSAGES/kftpgrabber.mo
share/locale/gl/LC_MESSAGES/kftpgrabber.mo
share/locale/hu/LC_MESSAGES/kftpgrabber.mo
share/locale/it/LC_MESSAGES/kftpgrabber.mo
share/locale/ja/LC_MESSAGES/kftpgrabber.mo
share/locale/ka/LC_MESSAGES/kftpgrabber.mo
share/locale/lt/LC_MESSAGES/kftpgrabber.mo
share/locale/nl/LC_MESSAGES/kftpgrabber.mo
share/locale/pl/LC_MESSAGES/kftpgrabber.mo
share/locale/pt/LC_MESSAGES/kftpgrabber.mo
share/locale/rw/LC_MESSAGES/kftpgrabber.mo
share/locale/sk/LC_MESSAGES/kftpgrabber.mo
share/locale/sr/LC_MESSAGES/kftpgrabber.mo
share/locale/sr@Latn/LC_MESSAGES/kftpgrabber.mo
share/locale/sv/LC_MESSAGES/kftpgrabber.mo
share/locale/tr/LC_MESSAGES/kftpgrabber.mo
share/locale/zh_CN/LC_MESSAGES/kftpgrabber.mo
share/man/man1/kftpgrabber.1.gz
share/services/kftpimportplugin_filezilla3.desktop
share/services/kftpimportplugin_gftp.desktop
share/services/kftpimportplugin_kftp.desktop
share/services/kftpimportplugin_ncftp.desktop
share/servicetypes/kftpbookmarkimportplugin.desktop

@ -0,0 +1,38 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: applications/internet/knmap
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTNAME= knmap-trinity
COMMENT= KNMap - nmap graphical interface
TDE_PREVERSION=
MASTER_SITE_SUBDIR= k/${PORTNAME}
PORTREVISION= 0
CATEGORIES= security x11
DIST_SUBDIR= TDE/applications/internet
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \
${TDE_PREFIX}/lib/libkonq.so:x11/tdebase-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface
RUN_DEPENDS+= ${LOCALBASE}/bin/nmap:security/nmap
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE}
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1681946242
SHA256 (TDE/applications/internet/knmap-trinity_14.1.0.orig.tar.xz) = d5d5b02ff8f16eef8ee9b18b2a7d09405a726d1798f17bd9f4e7c57e134d5c9a
SIZE (TDE/applications/internet/knmap-trinity_14.1.0.orig.tar.xz) = 980976

@ -0,0 +1 @@
KNMap - nmap graphical interface

@ -0,0 +1,59 @@
bin/knmap
share/applications/tde/knmap.desktop
share/apps/knmap/knmapui.rc
share/apps/knmap/nmap_manpage.html
share/apps/knmap/nmap_manpage.html.diff
share/doc/tde/HTML/en/knmap/button_bar.png
share/doc/tde/HTML/en/knmap/common
share/doc/tde/HTML/en/knmap/common_options.png
share/doc/tde/HTML/en/knmap/compound_options.png
share/doc/tde/HTML/en/knmap/demo.png
share/doc/tde/HTML/en/knmap/index.cache.bz2
share/doc/tde/HTML/en/knmap/index.docbook
share/doc/tde/HTML/en/knmap/logging_options.png
share/doc/tde/HTML/en/knmap/man_page.png
share/doc/tde/HTML/en/knmap/man_page_full.png
share/doc/tde/HTML/en/knmap/new_scan.png
share/doc/tde/HTML/en/knmap/output_full.png
share/doc/tde/HTML/en/knmap/ping_and_scan_options.png
share/doc/tde/HTML/en/knmap/profile_dlg.png
share/doc/tde/HTML/en/knmap/simple_options.png
share/doc/tde/HTML/en/knmap/timing_options.png
share/icons/hicolor/16x16/apps/knmap.png
share/icons/hicolor/16x16/apps/knmapman.png
share/icons/hicolor/16x16/apps/localman.png
share/icons/hicolor/16x16/apps/manpage.png
share/icons/hicolor/16x16/apps/manstylesheet.png
share/icons/hicolor/16x16/apps/profilecopy.png
share/icons/hicolor/16x16/apps/profiledelete.png
share/icons/hicolor/16x16/apps/profileload.png
share/icons/hicolor/16x16/apps/profilerename.png
share/icons/hicolor/16x16/apps/profilesave.png
share/icons/hicolor/16x16/apps/profilesaveas.png
share/icons/hicolor/16x16/apps/scanclose.png
share/icons/hicolor/16x16/apps/scanduplicate.png
share/icons/hicolor/16x16/apps/scannew.png
share/icons/hicolor/16x16/apps/scanrename.png
share/icons/hicolor/16x16/apps/zoomcustom.png
share/icons/hicolor/16x16/apps/zoomin.png
share/icons/hicolor/16x16/apps/zoomout.png
share/icons/hicolor/32x32/apps/knmap.png
share/icons/hicolor/32x32/apps/knmapman.png
share/icons/hicolor/32x32/apps/localman.png
share/icons/hicolor/32x32/apps/manpage.png
share/icons/hicolor/32x32/apps/manstylesheet.png
share/icons/hicolor/32x32/apps/profilecopy.png
share/icons/hicolor/32x32/apps/profiledelete.png
share/icons/hicolor/32x32/apps/profileload.png
share/icons/hicolor/32x32/apps/profilerename.png
share/icons/hicolor/32x32/apps/profilesave.png
share/icons/hicolor/32x32/apps/profilesaveas.png
share/icons/hicolor/32x32/apps/scanclose.png
share/icons/hicolor/32x32/apps/scanduplicate.png
share/icons/hicolor/32x32/apps/scannew.png
share/icons/hicolor/32x32/apps/scanrename.png
share/icons/hicolor/32x32/apps/zoomcustom.png
share/icons/hicolor/32x32/apps/zoomin.png
share/icons/hicolor/32x32/apps/zoomout.png
share/locale/de/LC_MESSAGES/knmap.mo
share/man/man1/knmap.1.gz

@ -0,0 +1,40 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: applications/internet/konversation
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTNAME= konversation-trinity
COMMENT= User friendly Internet Relay Chat (IRC) client for TDE
TDE_PREVERSION=
MASTER_SITE_SUBDIR= k/${PORTNAME}
PORTREVISION= 0
CATEGORIES= irc x11
DIST_SUBDIR= TDE/applications/internet
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface
LIB_DEPENDS+=\
libXi.so:x11/libXi
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
-DBUILD_ALL="ON" \
-DWITH_ALL_OPTIONS="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1681946247
SHA256 (TDE/applications/internet/konversation-trinity_14.1.0.orig.tar.xz) = cb7c59efd0b32b597b3eeb81a153762b68dc03144d22f1b88b6bc77a3c01c1f7
SIZE (TDE/applications/internet/konversation-trinity_14.1.0.orig.tar.xz) = 4152808

@ -0,0 +1,18 @@
User friendly Internet Relay Chat (IRC) client for TDE
Konversation is a client for the Internet Relay Chat (IRC) protocol.
It is easy to use and well-suited for novice IRC users, but novice
and experienced users alike will appreciate its many features:
* Standard IRC features
* Easy to use graphical interface
* Multiple server and channel tabs in a single window
* IRC color support
* Pattern-based message highlighting and OnScreen Display
* Multiple identities for different servers
* Multi-language scripting support (with DCOP)
* Customizable command aliases
* NickServ-aware log-on (for registered nicknames)
* Smart logging
* Traditional or enhanced-shell-style nick completion
* DCC file transfer with resume support

@ -0,0 +1,256 @@
bin/konversation
share/applications/tde/konversation.desktop
share/apps/konversation/eventsrc
share/apps/konversation/konversationui.rc
share/apps/konversation/scripts/bug
share/apps/konversation/scripts/cmd
share/apps/konversation/scripts/fortune
share/apps/konversation/scripts/fortunes.dat
share/apps/konversation/scripts/gauge
share/apps/konversation/scripts/mail
share/apps/konversation/scripts/media
share/apps/konversation/scripts/sayclip
share/apps/konversation/scripts/sysinfo
share/apps/konversation/scripts/tdeversion
share/apps/konversation/scripts/tinyurl
share/apps/konversation/scripts/uptime
share/apps/konversation/scripts/weather
share/apps/konversation/themes/alternative/index.desktop
share/apps/konversation/themes/alternative/irc_admin.png
share/apps/konversation/themes/alternative/irc_away.png
share/apps/konversation/themes/alternative/irc_halfop.png
share/apps/konversation/themes/alternative/irc_normal.png
share/apps/konversation/themes/alternative/irc_op.png
share/apps/konversation/themes/alternative/irc_owner.png
share/apps/konversation/themes/alternative/irc_voice.png
share/apps/konversation/themes/christmas/index.desktop
share/apps/konversation/themes/christmas/irc_admin.png
share/apps/konversation/themes/christmas/irc_away.png
share/apps/konversation/themes/christmas/irc_halfop.png
share/apps/konversation/themes/christmas/irc_normal.png
share/apps/konversation/themes/christmas/irc_op.png
share/apps/konversation/themes/christmas/irc_owner.png
share/apps/konversation/themes/christmas/irc_voice.png
share/apps/konversation/themes/classic/index.desktop
share/apps/konversation/themes/classic/irc_admin.png
share/apps/konversation/themes/classic/irc_away.png
share/apps/konversation/themes/classic/irc_halfop.png
share/apps/konversation/themes/classic/irc_normal.png
share/apps/konversation/themes/classic/irc_op.png
share/apps/konversation/themes/classic/irc_owner.png
share/apps/konversation/themes/classic/irc_voice.png
share/apps/konversation/themes/default/index.desktop
share/apps/konversation/themes/default/irc_admin.png
share/apps/konversation/themes/default/irc_away.png
share/apps/konversation/themes/default/irc_halfop.png
share/apps/konversation/themes/default/irc_normal.png
share/apps/konversation/themes/default/irc_op.png
share/apps/konversation/themes/default/irc_owner.png
share/apps/konversation/themes/default/irc_voice.png
share/apps/konversation/themes/oxygen/index.desktop
share/apps/konversation/themes/oxygen/irc_admin.png
share/apps/konversation/themes/oxygen/irc_away.png
share/apps/konversation/themes/oxygen/irc_halfop.png
share/apps/konversation/themes/oxygen/irc_normal.png
share/apps/konversation/themes/oxygen/irc_op.png
share/apps/konversation/themes/oxygen/irc_owner.png
share/apps/konversation/themes/oxygen/irc_voice.png
share/apps/konversation/themes/smiling/index.desktop
share/apps/konversation/themes/smiling/irc_admin.png
share/apps/konversation/themes/smiling/irc_away.png
share/apps/konversation/themes/smiling/irc_halfop.png
share/apps/konversation/themes/smiling/irc_normal.png
share/apps/konversation/themes/smiling/irc_op.png
share/apps/konversation/themes/smiling/irc_owner.png
share/apps/konversation/themes/smiling/irc_voice.png
share/apps/konversation/themes/square/index.desktop
share/apps/konversation/themes/square/irc_admin.png
share/apps/konversation/themes/square/irc_away.png
share/apps/konversation/themes/square/irc_halfop.png
share/apps/konversation/themes/square/irc_normal.png
share/apps/konversation/themes/square/irc_op.png
share/apps/konversation/themes/square/irc_owner.png
share/apps/konversation/themes/square/irc_voice.png
share/apps/tdeconf_update/konversation-0.19-appearance.pl
share/apps/tdeconf_update/konversation-0.19-colorcodes.pl
share/apps/tdeconf_update/konversation-0.19-colors.pl
share/apps/tdeconf_update/konversation-0.19-custombrowser.pl
share/apps/tdeconf_update/konversation-0.19-notifylists.pl
share/apps/tdeconf_update/konversation-0.19-sortorder.pl
share/apps/tdeconf_update/konversation-0.19-tabplacement.pl
share/apps/tdeconf_update/konversation-0.20-customfonts.pl
share/apps/tdeconf_update/konversation-0.20-quickbuttons.pl
share/apps/tdeconf_update/konversation.upd
share/config.kcfg/konversation.kcfg
share/doc/tde/HTML/da/konversation/common
share/doc/tde/HTML/da/konversation/index.cache.bz2
share/doc/tde/HTML/da/konversation/index.docbook
share/doc/tde/HTML/en/konversation/addchannel.png
share/doc/tde/HTML/en/konversation/addnetwork_co.png
share/doc/tde/HTML/en/konversation/addserver_co.png
share/doc/tde/HTML/en/konversation/channel_screen_co.png
share/doc/tde/HTML/en/konversation/channel_screen_tour_co.png
share/doc/tde/HTML/en/konversation/channellist_screen_co.png
share/doc/tde/HTML/en/konversation/checkidentities.png
share/doc/tde/HTML/en/konversation/colorchooser_screen.png
share/doc/tde/HTML/en/konversation/colorize.png
share/doc/tde/HTML/en/konversation/common
share/doc/tde/HTML/en/konversation/configure.png
share/doc/tde/HTML/en/konversation/dccstatus_screen_co.png
share/doc/tde/HTML/en/konversation/editserver_screen_co.png
share/doc/tde/HTML/en/konversation/first_channel_co.png
share/doc/tde/HTML/en/konversation/first_serverlist_co.png
share/doc/tde/HTML/en/konversation/highlighting_screen_co.png
share/doc/tde/HTML/en/konversation/identities_adv_co.png
share/doc/tde/HTML/en/konversation/identities_away_co.png
share/doc/tde/HTML/en/konversation/identities_gen_co.png
share/doc/tde/HTML/en/konversation/index.cache.bz2
share/doc/tde/HTML/en/konversation/index.docbook
share/doc/tde/HTML/en/konversation/irc_admin.png
share/doc/tde/HTML/en/konversation/irc_away.png
share/doc/tde/HTML/en/konversation/irc_halfop.png
share/doc/tde/HTML/en/konversation/irc_normal.png
share/doc/tde/HTML/en/konversation/irc_op.png
share/doc/tde/HTML/en/konversation/irc_owner.png
share/doc/tde/HTML/en/konversation/irc_voice.png
share/doc/tde/HTML/en/konversation/kaddressbook.png
share/doc/tde/HTML/en/konversation/led_blue_off.png
share/doc/tde/HTML/en/konversation/led_blue_on.png
share/doc/tde/HTML/en/konversation/led_green_off.png
share/doc/tde/HTML/en/konversation/led_green_on.png
share/doc/tde/HTML/en/konversation/led_red_off.png
share/doc/tde/HTML/en/konversation/led_red_on.png
share/doc/tde/HTML/en/konversation/led_yellow_off.png
share/doc/tde/HTML/en/konversation/led_yellow_on.png
share/doc/tde/HTML/en/konversation/logviewer_co.png
share/doc/tde/HTML/en/konversation/nicksonline_co.png
share/doc/tde/HTML/en/konversation/nickthemes_screen_co.png
share/doc/tde/HTML/en/konversation/notification_screen_co.png
share/doc/tde/HTML/en/konversation/notifylist_screen_co.png
share/doc/tde/HTML/en/konversation/osd_demo.png
share/doc/tde/HTML/en/konversation/osd_screen_co.png
share/doc/tde/HTML/en/konversation/prefs_identity_screen_co.png
share/doc/tde/HTML/en/konversation/quickbuttons_screen.png
share/doc/tde/HTML/en/konversation/quickconnect_screen.png
share/doc/tde/HTML/en/konversation/serverlist_co.png
share/doc/tde/HTML/en/konversation/serverlist_screen_co.png
share/doc/tde/HTML/en/konversation/tdeimproxy_create_screen2.png
share/doc/tde/HTML/en/konversation/tdeimproxy_create_screen_co.png
share/doc/tde/HTML/en/konversation/urlcatcher_screen_co.png
share/doc/tde/HTML/en/konversation/webbrowser_screen_co.png
share/doc/tde/HTML/et/konversation/common
share/doc/tde/HTML/et/konversation/index.cache.bz2
share/doc/tde/HTML/et/konversation/index.docbook
share/doc/tde/HTML/it/konversation/addchannel.png
share/doc/tde/HTML/it/konversation/addnetwork_co.png
share/doc/tde/HTML/it/konversation/addserver_co.png
share/doc/tde/HTML/it/konversation/channel_screen_tour_co.png
share/doc/tde/HTML/it/konversation/channellist_screen_co.png
share/doc/tde/HTML/it/konversation/checkidentities.png
share/doc/tde/HTML/it/konversation/colorchooser_screen.png
share/doc/tde/HTML/it/konversation/common
share/doc/tde/HTML/it/konversation/first_channel_co.png
share/doc/tde/HTML/it/konversation/first_serverlist_co.png
share/doc/tde/HTML/it/konversation/identities_adv_co.png
share/doc/tde/HTML/it/konversation/identities_away_co.png
share/doc/tde/HTML/it/konversation/identities_gen_co.png
share/doc/tde/HTML/it/konversation/index.cache.bz2
share/doc/tde/HTML/it/konversation/index.docbook
share/doc/tde/HTML/it/konversation/nicksonline_co.png
share/doc/tde/HTML/it/konversation/notification_screen_co.png
share/doc/tde/HTML/it/konversation/notifylist_screen_co.png
share/doc/tde/HTML/it/konversation/osd_demo.png
share/doc/tde/HTML/it/konversation/osd_screen_co.png
share/doc/tde/HTML/it/konversation/quickbuttons_screen.png
share/doc/tde/HTML/it/konversation/quickconnect_screen.png
share/doc/tde/HTML/it/konversation/serverlist_co.png
share/doc/tde/HTML/pt/konversation/common
share/doc/tde/HTML/pt/konversation/index.cache.bz2
share/doc/tde/HTML/pt/konversation/index.docbook
share/doc/tde/HTML/ru/konversation/common
share/doc/tde/HTML/ru/konversation/index.cache.bz2
share/doc/tde/HTML/ru/konversation/index.docbook
share/doc/tde/HTML/sv/konversation/addchannel.png
share/doc/tde/HTML/sv/konversation/addnetwork_co.png
share/doc/tde/HTML/sv/konversation/addserver_co.png
share/doc/tde/HTML/sv/konversation/channel_screen_tour_co.png
share/doc/tde/HTML/sv/konversation/channellist_screen_co.png
share/doc/tde/HTML/sv/konversation/checkidentities.png
share/doc/tde/HTML/sv/konversation/colorchooser_screen.png
share/doc/tde/HTML/sv/konversation/common
share/doc/tde/HTML/sv/konversation/dccstatus_screen_co.png
share/doc/tde/HTML/sv/konversation/first_channel_co.png
share/doc/tde/HTML/sv/konversation/first_serverlist_co.png
share/doc/tde/HTML/sv/konversation/highlighting_screen_co.png
share/doc/tde/HTML/sv/konversation/identities_adv_co.png
share/doc/tde/HTML/sv/konversation/identities_away_co.png
share/doc/tde/HTML/sv/konversation/identities_gen_co.png
share/doc/tde/HTML/sv/konversation/index.cache.bz2
share/doc/tde/HTML/sv/konversation/index.docbook
share/doc/tde/HTML/sv/konversation/logviewer_co.png
share/doc/tde/HTML/sv/konversation/nicksonline_co.png
share/doc/tde/HTML/sv/konversation/nickthemes_screen_co.png
share/doc/tde/HTML/sv/konversation/notification_screen_co.png
share/doc/tde/HTML/sv/konversation/notifylist_screen_co.png
share/doc/tde/HTML/sv/konversation/osd_demo.png
share/doc/tde/HTML/sv/konversation/osd_screen_co.png
share/doc/tde/HTML/sv/konversation/quickbuttons_screen.png
share/doc/tde/HTML/sv/konversation/quickconnect_screen.png
share/doc/tde/HTML/sv/konversation/serverlist_co.png
share/doc/tde/HTML/sv/konversation/tdeimproxy_create_screen2.png
share/doc/tde/HTML/sv/konversation/tdeimproxy_create_screen_co.png
share/doc/tde/HTML/sv/konversation/urlcatcher_screen_co.png
share/doc/tde/HTML/sv/konversation/webbrowser_screen_co.png
share/icons/crystalsvg/16x16/actions/tdeimproxyaway.png
share/icons/crystalsvg/16x16/actions/tdeimproxyoffline.png
share/icons/crystalsvg/16x16/actions/tdeimproxyonline.png
share/icons/crystalsvg/22x22/actions/char.png
share/icons/crystalsvg/22x22/actions/konv_message.png
share/icons/crystalsvg/22x22/actions/tdeimproxyaway.png
share/icons/crystalsvg/22x22/actions/tdeimproxyoffline.png
share/icons/crystalsvg/22x22/actions/tdeimproxyonline.png
share/icons/crystalsvg/32x32/actions/tdeimproxyaway.png
share/icons/crystalsvg/32x32/actions/tdeimproxyoffline.png
share/icons/crystalsvg/32x32/actions/tdeimproxyonline.png
share/icons/crystalsvg/scalable/actions/konv_message.svgz
share/icons/crystalsvg/scalable/actions/tdeimproxyaway.svgz
share/icons/crystalsvg/scalable/actions/tdeimproxyoffline.svgz
share/icons/crystalsvg/scalable/actions/tdeimproxyonline.svgz
share/icons/hicolor/128x128/apps/konversation.png
share/icons/hicolor/16x16/apps/konversation.png
share/icons/hicolor/22x22/apps/konversation.png
share/icons/hicolor/32x32/apps/konversation.png
share/icons/hicolor/48x48/apps/konversation.png
share/icons/hicolor/64x64/apps/konversation.png
share/icons/hicolor/scalable/apps/konversation.svgz
share/locale/ar/LC_MESSAGES/konversation.mo
share/locale/bg/LC_MESSAGES/konversation.mo
share/locale/ca/LC_MESSAGES/konversation.mo
share/locale/da/LC_MESSAGES/konversation.mo
share/locale/de/LC_MESSAGES/konversation.mo
share/locale/el/LC_MESSAGES/konversation.mo
share/locale/en_GB/LC_MESSAGES/konversation.mo
share/locale/es/LC_MESSAGES/konversation.mo
share/locale/et/LC_MESSAGES/konversation.mo
share/locale/fi/LC_MESSAGES/konversation.mo
share/locale/fr/LC_MESSAGES/konversation.mo
share/locale/gl/LC_MESSAGES/konversation.mo
share/locale/he/LC_MESSAGES/konversation.mo
share/locale/hu/LC_MESSAGES/konversation.mo
share/locale/it/LC_MESSAGES/konversation.mo
share/locale/ja/LC_MESSAGES/konversation.mo
share/locale/ka/LC_MESSAGES/konversation.mo
share/locale/ko/LC_MESSAGES/konversation.mo
share/locale/pa/LC_MESSAGES/konversation.mo
share/locale/pt/LC_MESSAGES/konversation.mo
share/locale/ru/LC_MESSAGES/konversation.mo
share/locale/sr/LC_MESSAGES/konversation.mo
share/locale/sr@Latn/LC_MESSAGES/konversation.mo
share/locale/sv/LC_MESSAGES/konversation.mo
share/locale/tr/LC_MESSAGES/konversation.mo
share/locale/zh_CN/LC_MESSAGES/konversation.mo
share/locale/zh_TW/LC_MESSAGES/konversation.mo
share/man/man1/konversation.1.gz
share/man/man1/konversationircprotocolhandler.1.gz
share/services/konvirc.protocol
share/services/konvirc6.protocol

@ -0,0 +1,39 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: applications/internet/kopete-otr
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTNAME= kopete-otr-trinity
COMMENT= Off-The-Record encryption for Kopete [Trinity]
TDE_PREVERSION=
MASTER_SITE_SUBDIR= k/${PORTNAME}
PORTREVISION= 0
CATEGORIES= security x11
DIST_SUBDIR= TDE/applications/internet
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \
${TDE_PREFIX}/lib/libkopete.so:net/tdenetwork-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface \
libotr.so:security/libotr
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
-DBUILD_ALL="ON" \
-DWITH_ALL_OPTIONS="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1681946249
SHA256 (TDE/applications/internet/kopete-otr-trinity_14.1.0.orig.tar.xz) = 377d0eae0634dda7a6f066a34d416663550120e5cdbf7760d611bb98fc9347b7
SIZE (TDE/applications/internet/kopete-otr-trinity_14.1.0.orig.tar.xz) = 70800

@ -0,0 +1,5 @@
Off-The-Record encryption for Kopete [Trinity]
This plugin enables Off-The-Record encryption for the TDE instant
messenger Kopete. Using this plugin you can encrypt chatsessions to other
users with IM-Cients supporting the OTR encryption method.

@ -0,0 +1,32 @@
lib/libkotr.la
lib/libkotr.so
lib/libkotr.so.0
lib/libkotr.so.0.0.0
lib/trinity/kcm_kopete_otr.la
lib/trinity/kcm_kopete_otr.so
lib/trinity/kopete_otr.la
lib/trinity/kopete_otr.so
share/apps/kopete_otr/icons/crystalsvg/16x16/actions/otr_disabled.png
share/apps/kopete_otr/icons/crystalsvg/16x16/actions/otr_finished.png
share/apps/kopete_otr/icons/crystalsvg/16x16/actions/otr_private.png
share/apps/kopete_otr/icons/crystalsvg/16x16/actions/otr_unverified.png
share/apps/kopete_otr/icons/crystalsvg/16x16/apps/kopete_otr.png
share/apps/kopete_otr/icons/crystalsvg/16x16/apps/otr.png
share/apps/kopete_otr/icons/crystalsvg/22x22/actions/otr_disabled.png
share/apps/kopete_otr/icons/crystalsvg/22x22/actions/otr_finished.png
share/apps/kopete_otr/icons/crystalsvg/22x22/actions/otr_private.png
share/apps/kopete_otr/icons/crystalsvg/22x22/actions/otr_unverified.png
share/apps/kopete_otr/icons/crystalsvg/32x32/actions/otr_disabled.png
share/apps/kopete_otr/icons/crystalsvg/32x32/actions/otr_finished.png
share/apps/kopete_otr/icons/crystalsvg/32x32/actions/otr_private.png
share/apps/kopete_otr/icons/crystalsvg/32x32/actions/otr_unverified.png
share/apps/kopete_otr/otrchatui.rc
share/apps/kopete_otr/otrui.rc
share/config.kcfg/kopete_otr.kcfg
share/doc/tde/HTML/en/kopete_otr/common
share/doc/tde/HTML/en/kopete_otr/index.cache.bz2
share/doc/tde/HTML/en/kopete_otr/index.docbook
share/icons/crystalsvg/16x16/apps/kopete_otr.png
share/locale/de/LC_MESSAGES/kopete_otr.mo
share/services/kopete_otr.desktop
share/services/tdeconfiguredialog/kopete_otr_config.desktop

@ -0,0 +1,38 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: applications/internet/kshowmail
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTNAME= kshowmail-trinity
COMMENT= Show mails on a POP3 server without actually downloading them
TDE_PREVERSION=
MASTER_SITE_SUBDIR= k/${PORTNAME}
PORTREVISION= 0
CATEGORIES= mail x11
DIST_SUBDIR= TDE/applications/internet
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \
${TDE_PREFIX}/lib/libmimelib.so:deskutils/tdepim-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
-DBUILD_ALL="ON" \
-DWITH_ALL_OPTIONS="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1681946251
SHA256 (TDE/applications/internet/kshowmail-trinity_14.1.0.orig.tar.xz) = d1fdcf8a549d655cc71843c660a4d00cb37383a298e896d394492085c4d28201
SIZE (TDE/applications/internet/kshowmail-trinity_14.1.0.orig.tar.xz) = 578644

@ -0,0 +1,6 @@
Show mails on a POP3 server without actually downloading them
KShowmail can be used to show mails on a POP3 server without actually
downloading them. The headers or the complete mails can be viewed, and
unwanted mails can be deleted. An initial and an interval timer can be set to
check the mails periodical. KShowmail supports multiple accounts.

@ -0,0 +1,70 @@
bin/kshowmail
lib/trinity/kcm_kshowmailconfigaccounts.la
lib/trinity/kcm_kshowmailconfigaccounts.so
lib/trinity/kcm_kshowmailconfigactions.la
lib/trinity/kcm_kshowmailconfigactions.so
lib/trinity/kcm_kshowmailconfigdisplay.la
lib/trinity/kcm_kshowmailconfigdisplay.so
lib/trinity/kcm_kshowmailconfigfilter.la
lib/trinity/kcm_kshowmailconfigfilter.so
lib/trinity/kcm_kshowmailconfiggeneral.la
lib/trinity/kcm_kshowmailconfiggeneral.so
lib/trinity/kcm_kshowmailconfiglog.la
lib/trinity/kcm_kshowmailconfiglog.so
lib/trinity/kcm_kshowmailconfigspamcheck.la
lib/trinity/kcm_kshowmailconfigspamcheck.so
share/applications/tde/kshowmail.desktop
share/apps/kshowmail/kshowmailui.rc
share/apps/kshowmail/pics/eraser.png
share/apps/kshowmail/pics/kshowmail.png
share/apps/kshowmail/pics/kshowmail24.png
share/apps/kshowmail/pics/letter-closed.png
share/apps/kshowmail/pics/letter-open.png
share/apps/kshowmail/pics/ok.png
share/apps/kshowmail/pics/tool.png
share/apps/kshowmail/sounds/neuepost.wav
share/apps/kshowmail/sounds/newmail.wav
share/doc/tde/HTML/cs/kshowmail/common
share/doc/tde/HTML/cs/kshowmail/index.cache.bz2
share/doc/tde/HTML/cs/kshowmail/index.docbook
share/doc/tde/HTML/de/kshowmail/common
share/doc/tde/HTML/de/kshowmail/index.cache.bz2
share/doc/tde/HTML/de/kshowmail/index.docbook
share/doc/tde/HTML/en/kshowmail/common
share/doc/tde/HTML/en/kshowmail/index.cache.bz2
share/doc/tde/HTML/en/kshowmail/index.docbook
share/doc/tde/HTML/es/kshowmail/common
share/doc/tde/HTML/es/kshowmail/index.cache.bz2
share/doc/tde/HTML/es/kshowmail/index.docbook
share/doc/tde/HTML/fr/kshowmail/common
share/doc/tde/HTML/fr/kshowmail/index.cache.bz2
share/doc/tde/HTML/fr/kshowmail/index.docbook
share/doc/tde/HTML/hu/kshowmail/common
share/doc/tde/HTML/hu/kshowmail/index.cache.bz2
share/doc/tde/HTML/hu/kshowmail/index.docbook
share/doc/tde/HTML/it/kshowmail/common
share/doc/tde/HTML/it/kshowmail/index.cache.bz2
share/doc/tde/HTML/it/kshowmail/index.docbook
share/doc/tde/HTML/ru/kshowmail/common
share/doc/tde/HTML/ru/kshowmail/index.cache.bz2
share/doc/tde/HTML/ru/kshowmail/index.docbook
share/doc/tde/HTML/sv/kshowmail/common
share/doc/tde/HTML/sv/kshowmail/index.cache.bz2
share/doc/tde/HTML/sv/kshowmail/index.docbook
share/icons/crystalsvg/16x16/apps/kshowmail.png
share/locale/cs/LC_MESSAGES/kshowmail.mo
share/locale/de/LC_MESSAGES/kshowmail.mo
share/locale/es/LC_MESSAGES/kshowmail.mo
share/locale/fr/LC_MESSAGES/kshowmail.mo
share/locale/hu/LC_MESSAGES/kshowmail.mo
share/locale/it/LC_MESSAGES/kshowmail.mo
share/locale/ru/LC_MESSAGES/kshowmail.mo
share/locale/sv/LC_MESSAGES/kshowmail.mo
share/man/man1/kshowmail.1.gz
share/services/kshowmailconfigaccounts.desktop
share/services/kshowmailconfigactions.desktop
share/services/kshowmailconfigdisplay.desktop
share/services/kshowmailconfigfilter.desktop
share/services/kshowmailconfiggeneral.desktop
share/services/kshowmailconfiglog.desktop
share/services/kshowmailconfigspamcheck.desktop

@ -0,0 +1,39 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: applications/internet/kstreamripper
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTNAME= kstreamripper-trinity
COMMENT= TDE frontend for streamripper
TDE_PREVERSION=
MASTER_SITE_SUBDIR= k/${PORTNAME}
PORTREVISION= 0
CATEGORIES= audio x11
DIST_SUBDIR= TDE/applications/internet
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface
RUN_DEPENDS= streamripper:audio/streamripper
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
-DBUILD_ALL="ON" \
-DWITH_ALL_OPTIONS="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1681946253
SHA256 (TDE/applications/internet/kstreamripper-trinity_14.1.0.orig.tar.xz) = d63234f42f0168d3bbdeb41f345850c4b9bb9c035c96d628a58447727f195bd2
SIZE (TDE/applications/internet/kstreamripper-trinity_14.1.0.orig.tar.xz) = 29080

@ -0,0 +1,6 @@
TDE frontend for streamripper
KStreamRipper is a small frontend for the streamripper command
line utility. Streamripper captures internet shoutcast radio streams
on your harddisk and splits them up in mp3 files. KStreamRipper helps
you with managing/ripping your preferred streams.

@ -0,0 +1,10 @@
bin/kstreamripper
share/applications/tde/kstreamripper.desktop
share/apps/kstreamripper/kstreamripperui.rc
share/doc/tde/HTML/en/kstreamripper/common
share/doc/tde/HTML/en/kstreamripper/index.cache.bz2
share/doc/tde/HTML/en/kstreamripper/index.docbook
share/icons/hicolor/16x16/apps/kstreamripper.png
share/icons/hicolor/32x32/apps/kstreamripper.png
share/locale/de/LC_MESSAGES/kstreamripper.mo
share/man/man1/kstreamripper.1.gz

@ -0,0 +1,41 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: applications/internet/ktorrent
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTNAME= ktorrent-trinity
COMMENT= BitTorrent client for Trinity
TDE_PREVERSION=
MASTER_SITE_SUBDIR= k/${PORTNAME}
PORTREVISION= 0
CATEGORIES= net-p2p x11
DIST_SUBDIR= TDE/applications/internet
# Use gmake for automake build
USES= gmake
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface \
libavahi-tqt.so:net/avahi-tqt \
LIB_DEPENDS+= libgmp.so:math/gmp \
# Build
post-patch: tde-pathfix
do-configure: tde-autotools-prepare
${TDE_AUTOTOOLS_CONFIGURE}
do-build: tde-autotools-build
do-install: tde-autotools-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1681946256
SHA256 (TDE/applications/internet/ktorrent-trinity_14.1.0.orig.tar.xz) = 3fbb130ad8857a8b5a050e17a8a88371a427cd7fc72f3c60dd09d24a619c24fc
SIZE (TDE/applications/internet/ktorrent-trinity_14.1.0.orig.tar.xz) = 2089160

@ -0,0 +1,6 @@
BitTorrent client for Trinity
KTorrent is a BitTorrent program for Trinity. Its features include speed capping
(both down and up), integrated searching, UDP tracker support, preview of
certain file types (video and audio) and integration into the TDE Panel
enabling background downloading.

@ -0,0 +1,454 @@
bin/ktcachecheck
bin/ktorrent
bin/ktshell
bin/kttorinfo
bin/ktupnptest
lib/libktorrent-2.2.8.so
lib/libktorrent.la
lib/libktorrent.so
lib/trinity/ktinfowidgetplugin.la
lib/trinity/ktinfowidgetplugin.so
lib/trinity/ktipfilterplugin.la
lib/trinity/ktipfilterplugin.so
lib/trinity/ktlogviewerplugin.la
lib/trinity/ktlogviewerplugin.so
lib/trinity/ktpartfileimportplugin.la
lib/trinity/ktpartfileimportplugin.so
lib/trinity/ktrssfeedplugin.la
lib/trinity/ktrssfeedplugin.so
lib/trinity/ktscanfolderplugin.la
lib/trinity/ktscanfolderplugin.so
lib/trinity/ktschedulerplugin.la
lib/trinity/ktschedulerplugin.so
lib/trinity/ktsearchplugin.la
lib/trinity/ktsearchplugin.so
lib/trinity/ktstatsplugin.la
lib/trinity/ktstatsplugin.so
lib/trinity/ktupnpplugin.la
lib/trinity/ktupnpplugin.so
lib/trinity/ktwebinterfaceplugin.la
lib/trinity/ktwebinterfaceplugin.so
lib/trinity/ktzeroconfplugin.la
lib/trinity/ktzeroconfplugin.so
share/applications/tde/ktorrent.desktop
share/apps/ktorrent/geoip/FLAGS_LICENCE
share/apps/ktorrent/geoip/GeoIP-LICENSE.txt
share/apps/ktorrent/geoip/ad.png
share/apps/ktorrent/geoip/ae.png
share/apps/ktorrent/geoip/af.png
share/apps/ktorrent/geoip/ag.png
share/apps/ktorrent/geoip/ai.png
share/apps/ktorrent/geoip/al.png
share/apps/ktorrent/geoip/am.png
share/apps/ktorrent/geoip/an.png
share/apps/ktorrent/geoip/ao.png
share/apps/ktorrent/geoip/aq.png
share/apps/ktorrent/geoip/ar.png
share/apps/ktorrent/geoip/as.png
share/apps/ktorrent/geoip/at.png
share/apps/ktorrent/geoip/au.png
share/apps/ktorrent/geoip/aw.png
share/apps/ktorrent/geoip/az.png
share/apps/ktorrent/geoip/ba.png
share/apps/ktorrent/geoip/bb.png
share/apps/ktorrent/geoip/bd.png
share/apps/ktorrent/geoip/be.png
share/apps/ktorrent/geoip/bf.png
share/apps/ktorrent/geoip/bg.png
share/apps/ktorrent/geoip/bh.png
share/apps/ktorrent/geoip/bi.png
share/apps/ktorrent/geoip/bj.png
share/apps/ktorrent/geoip/bm.png
share/apps/ktorrent/geoip/bn.png
share/apps/ktorrent/geoip/bo.png
share/apps/ktorrent/geoip/br.png
share/apps/ktorrent/geoip/bs.png
share/apps/ktorrent/geoip/bt.png
share/apps/ktorrent/geoip/bv.png
share/apps/ktorrent/geoip/bw.png
share/apps/ktorrent/geoip/by.png
share/apps/ktorrent/geoip/bz.png
share/apps/ktorrent/geoip/ca.png
share/apps/ktorrent/geoip/cc.png
share/apps/ktorrent/geoip/cd.png
share/apps/ktorrent/geoip/cf.png
share/apps/ktorrent/geoip/cg.png
share/apps/ktorrent/geoip/ch.png
share/apps/ktorrent/geoip/ci.png
share/apps/ktorrent/geoip/ck.png
share/apps/ktorrent/geoip/cl.png
share/apps/ktorrent/geoip/cm.png
share/apps/ktorrent/geoip/cn.png
share/apps/ktorrent/geoip/co.png
share/apps/ktorrent/geoip/cr.png
share/apps/ktorrent/geoip/cs.png
share/apps/ktorrent/geoip/cu.png
share/apps/ktorrent/geoip/cv.png
share/apps/ktorrent/geoip/cx.png
share/apps/ktorrent/geoip/cy.png
share/apps/ktorrent/geoip/cz.png
share/apps/ktorrent/geoip/de.png
share/apps/ktorrent/geoip/dj.png
share/apps/ktorrent/geoip/dk.png
share/apps/ktorrent/geoip/dm.png
share/apps/ktorrent/geoip/do.png
share/apps/ktorrent/geoip/dz.png
share/apps/ktorrent/geoip/ec.png
share/apps/ktorrent/geoip/ee.png
share/apps/ktorrent/geoip/eg.png
share/apps/ktorrent/geoip/eh.png
share/apps/ktorrent/geoip/er.png
share/apps/ktorrent/geoip/es.png
share/apps/ktorrent/geoip/et.png
share/apps/ktorrent/geoip/eu.png
share/apps/ktorrent/geoip/fi.png
share/apps/ktorrent/geoip/fj.png
share/apps/ktorrent/geoip/fk.png
share/apps/ktorrent/geoip/fm.png
share/apps/ktorrent/geoip/fo.png
share/apps/ktorrent/geoip/fr.png
share/apps/ktorrent/geoip/ga.png
share/apps/ktorrent/geoip/gb.png
share/apps/ktorrent/geoip/gd.png
share/apps/ktorrent/geoip/ge.png
share/apps/ktorrent/geoip/geoip.dat
share/apps/ktorrent/geoip/gf.png
share/apps/ktorrent/geoip/gh.png
share/apps/ktorrent/geoip/gi.png
share/apps/ktorrent/geoip/gl.png
share/apps/ktorrent/geoip/gm.png
share/apps/ktorrent/geoip/gn.png
share/apps/ktorrent/geoip/gp.png
share/apps/ktorrent/geoip/gq.png
share/apps/ktorrent/geoip/gr.png
share/apps/ktorrent/geoip/gs.png
share/apps/ktorrent/geoip/gt.png
share/apps/ktorrent/geoip/gu.png
share/apps/ktorrent/geoip/gw.png
share/apps/ktorrent/geoip/gy.png
share/apps/ktorrent/geoip/hk.png
share/apps/ktorrent/geoip/hm.png
share/apps/ktorrent/geoip/hn.png
share/apps/ktorrent/geoip/hr.png
share/apps/ktorrent/geoip/ht.png
share/apps/ktorrent/geoip/hu.png
share/apps/ktorrent/geoip/id.png
share/apps/ktorrent/geoip/ie.png
share/apps/ktorrent/geoip/il.png
share/apps/ktorrent/geoip/in.png
share/apps/ktorrent/geoip/io.png
share/apps/ktorrent/geoip/iq.png
share/apps/ktorrent/geoip/ir.png
share/apps/ktorrent/geoip/is.png
share/apps/ktorrent/geoip/it.png
share/apps/ktorrent/geoip/jm.png
share/apps/ktorrent/geoip/jo.png
share/apps/ktorrent/geoip/jp.png
share/apps/ktorrent/geoip/ke.png
share/apps/ktorrent/geoip/kg.png
share/apps/ktorrent/geoip/kh.png
share/apps/ktorrent/geoip/ki.png
share/apps/ktorrent/geoip/km.png
share/apps/ktorrent/geoip/kn.png
share/apps/ktorrent/geoip/kp.png
share/apps/ktorrent/geoip/kr.png
share/apps/ktorrent/geoip/kw.png
share/apps/ktorrent/geoip/ky.png
share/apps/ktorrent/geoip/kz.png
share/apps/ktorrent/geoip/la.png
share/apps/ktorrent/geoip/lb.png
share/apps/ktorrent/geoip/lc.png
share/apps/ktorrent/geoip/li.png
share/apps/ktorrent/geoip/lk.png
share/apps/ktorrent/geoip/lr.png
share/apps/ktorrent/geoip/ls.png
share/apps/ktorrent/geoip/lt.png
share/apps/ktorrent/geoip/lu.png
share/apps/ktorrent/geoip/lv.png
share/apps/ktorrent/geoip/ly.png
share/apps/ktorrent/geoip/ma.png
share/apps/ktorrent/geoip/mc.png
share/apps/ktorrent/geoip/md.png
share/apps/ktorrent/geoip/mg.png
share/apps/ktorrent/geoip/mh.png
share/apps/ktorrent/geoip/mk.png
share/apps/ktorrent/geoip/ml.png
share/apps/ktorrent/geoip/mm.png
share/apps/ktorrent/geoip/mn.png
share/apps/ktorrent/geoip/mo.png
share/apps/ktorrent/geoip/mp.png
share/apps/ktorrent/geoip/mq.png
share/apps/ktorrent/geoip/mr.png
share/apps/ktorrent/geoip/ms.png
share/apps/ktorrent/geoip/mt.png
share/apps/ktorrent/geoip/mu.png
share/apps/ktorrent/geoip/mv.png
share/apps/ktorrent/geoip/mw.png
share/apps/ktorrent/geoip/mx.png
share/apps/ktorrent/geoip/my.png
share/apps/ktorrent/geoip/mz.png
share/apps/ktorrent/geoip/na.png
share/apps/ktorrent/geoip/nc.png
share/apps/ktorrent/geoip/ne.png
share/apps/ktorrent/geoip/nf.png
share/apps/ktorrent/geoip/ng.png
share/apps/ktorrent/geoip/ni.png
share/apps/ktorrent/geoip/nl.png
share/apps/ktorrent/geoip/no.png
share/apps/ktorrent/geoip/np.png
share/apps/ktorrent/geoip/nr.png
share/apps/ktorrent/geoip/nu.png
share/apps/ktorrent/geoip/nz.png
share/apps/ktorrent/geoip/om.png
share/apps/ktorrent/geoip/pa.png
share/apps/ktorrent/geoip/pe.png
share/apps/ktorrent/geoip/pf.png
share/apps/ktorrent/geoip/pg.png
share/apps/ktorrent/geoip/ph.png
share/apps/ktorrent/geoip/pk.png
share/apps/ktorrent/geoip/pl.png
share/apps/ktorrent/geoip/pm.png
share/apps/ktorrent/geoip/pn.png
share/apps/ktorrent/geoip/pr.png
share/apps/ktorrent/geoip/ps.png
share/apps/ktorrent/geoip/pt.png
share/apps/ktorrent/geoip/pw.png
share/apps/ktorrent/geoip/py.png
share/apps/ktorrent/geoip/qa.png
share/apps/ktorrent/geoip/re.png
share/apps/ktorrent/geoip/ro.png
share/apps/ktorrent/geoip/ru.png
share/apps/ktorrent/geoip/rw.png
share/apps/ktorrent/geoip/sa.png
share/apps/ktorrent/geoip/sb.png
share/apps/ktorrent/geoip/sc.png
share/apps/ktorrent/geoip/sd.png
share/apps/ktorrent/geoip/se.png
share/apps/ktorrent/geoip/sg.png
share/apps/ktorrent/geoip/sh.png
share/apps/ktorrent/geoip/si.png
share/apps/ktorrent/geoip/sj.png
share/apps/ktorrent/geoip/sk.png
share/apps/ktorrent/geoip/sl.png
share/apps/ktorrent/geoip/sm.png
share/apps/ktorrent/geoip/sn.png
share/apps/ktorrent/geoip/so.png
share/apps/ktorrent/geoip/sr.png
share/apps/ktorrent/geoip/st.png
share/apps/ktorrent/geoip/sv.png
share/apps/ktorrent/geoip/sy.png
share/apps/ktorrent/geoip/sz.png
share/apps/ktorrent/geoip/tc.png
share/apps/ktorrent/geoip/td.png
share/apps/ktorrent/geoip/tf.png
share/apps/ktorrent/geoip/tg.png
share/apps/ktorrent/geoip/th.png
share/apps/ktorrent/geoip/tj.png
share/apps/ktorrent/geoip/tk.png
share/apps/ktorrent/geoip/tl.png
share/apps/ktorrent/geoip/tm.png
share/apps/ktorrent/geoip/tn.png
share/apps/ktorrent/geoip/to.png
share/apps/ktorrent/geoip/tp.png
share/apps/ktorrent/geoip/tr.png
share/apps/ktorrent/geoip/tt.png
share/apps/ktorrent/geoip/tv.png
share/apps/ktorrent/geoip/tw.png
share/apps/ktorrent/geoip/tz.png
share/apps/ktorrent/geoip/ua.png
share/apps/ktorrent/geoip/ug.png
share/apps/ktorrent/geoip/um.png
share/apps/ktorrent/geoip/us.png
share/apps/ktorrent/geoip/uy.png
share/apps/ktorrent/geoip/uz.png
share/apps/ktorrent/geoip/va.png
share/apps/ktorrent/geoip/vc.png
share/apps/ktorrent/geoip/ve.png
share/apps/ktorrent/geoip/vg.png
share/apps/ktorrent/geoip/vi.png
share/apps/ktorrent/geoip/vn.png
share/apps/ktorrent/geoip/vu.png
share/apps/ktorrent/geoip/wf.png
share/apps/ktorrent/geoip/ws.png
share/apps/ktorrent/geoip/ye.png
share/apps/ktorrent/geoip/yt.png
share/apps/ktorrent/geoip/yu.png
share/apps/ktorrent/geoip/za.png
share/apps/ktorrent/geoip/zm.png
share/apps/ktorrent/geoip/zw.png
share/apps/ktorrent/icons/cell-a-0000.png
share/apps/ktorrent/icons/cell-a-0001.png
share/apps/ktorrent/icons/cell-a-0002.png
share/apps/ktorrent/icons/cell-a-0003.png
share/apps/ktorrent/icons/cell-a-0004.png
share/apps/ktorrent/icons/cell-b-0000.png
share/apps/ktorrent/icons/cell-b-0001.png
share/apps/ktorrent/icons/cell-b-0002.png
share/apps/ktorrent/icons/cell-b-0003.png
share/apps/ktorrent/icons/cell-b-0004.png
share/apps/ktorrent/icons/hicolor/22x22/actions/ktencrypted.png
share/apps/ktorrent/icons/hicolor/22x22/actions/ktremove.png
share/apps/ktorrent/icons/hicolor/22x22/actions/ktstart.png
share/apps/ktorrent/icons/hicolor/22x22/actions/ktstart_all.png
share/apps/ktorrent/icons/hicolor/22x22/actions/ktstop.png
share/apps/ktorrent/icons/hicolor/22x22/actions/ktstop_all.png
share/apps/ktorrent/icons/hicolor/48x48/actions/ktplugins.png
share/apps/ktorrent/icons/hicolor/64x64/actions/ktinfowidget.png
share/apps/ktorrent/icons/hicolor/64x64/actions/ktqueuemanager.png
share/apps/ktorrent/icons/hicolor/64x64/actions/ktupnp.png
share/apps/ktorrent/icons/hicolor/64x64/places/ktprefdownloads.png
share/apps/ktorrent/ktorrentui.rc
share/apps/ktorrent/ktpartfileimportpluginui.rc
share/apps/ktorrent/ktschedulerpluginui.rc
share/apps/ktorrent/www/coldmilk/favicon.ico
share/apps/ktorrent/www/coldmilk/icon.png
share/apps/ktorrent/www/coldmilk/icons/16x16/edit_user.png
share/apps/ktorrent/www/coldmilk/icons/16x16/high_priority.png
share/apps/ktorrent/www/coldmilk/icons/16x16/low_priority.png
share/apps/ktorrent/www/coldmilk/icons/16x16/normal_priority.png
share/apps/ktorrent/www/coldmilk/icons/16x16/only_seed.png
share/apps/ktorrent/www/coldmilk/icons/22x22/exit.png
share/apps/ktorrent/www/coldmilk/icons/22x22/ktstart_all.png
share/apps/ktorrent/www/coldmilk/icons/22x22/ktstop_all.png
share/apps/ktorrent/www/coldmilk/icons/22x22/remove.png
share/apps/ktorrent/www/coldmilk/icons/22x22/start.png
share/apps/ktorrent/www/coldmilk/icons/22x22/stop.png
share/apps/ktorrent/www/coldmilk/icons/32x32/configure.png
share/apps/ktorrent/www/coldmilk/icons/32x32/extender_opened.png
share/apps/ktorrent/www/coldmilk/icons/32x32/fileopen.png
share/apps/ktorrent/www/coldmilk/icons/32x32/folder1.png
share/apps/ktorrent/www/coldmilk/icons/48x48/exit.png
share/apps/ktorrent/www/coldmilk/icons/48x48/switchuser.png
share/apps/ktorrent/www/coldmilk/icons/64x64/down.png
share/apps/ktorrent/www/coldmilk/icons/64x64/folder1_man.png
share/apps/ktorrent/www/coldmilk/icons/64x64/looknfeel.png
share/apps/ktorrent/www/coldmilk/interface.js
share/apps/ktorrent/www/coldmilk/interface.php
share/apps/ktorrent/www/coldmilk/login.html
share/apps/ktorrent/www/coldmilk/page_update.js
share/apps/ktorrent/www/coldmilk/rest.php
share/apps/ktorrent/www/coldmilk/shutdown.php
share/apps/ktorrent/www/coldmilk/style.css
share/apps/ktorrent/www/default/details.php
share/apps/ktorrent/www/default/favicon.ico
share/apps/ktorrent/www/default/grad1.jpg
share/apps/ktorrent/www/default/grad2.jpg
share/apps/ktorrent/www/default/header_tile.png
share/apps/ktorrent/www/default/high_priority.png
share/apps/ktorrent/www/default/icon.png
share/apps/ktorrent/www/default/interface.php
share/apps/ktorrent/www/default/ktorrentwebinterfacelogo.png
share/apps/ktorrent/www/default/login.html
share/apps/ktorrent/www/default/low_priority.png
share/apps/ktorrent/www/default/menu_bg.png
share/apps/ktorrent/www/default/normal_priority.png
share/apps/ktorrent/www/default/only_seed.png
share/apps/ktorrent/www/default/remove.png
share/apps/ktorrent/www/default/shutdown.php
share/apps/ktorrent/www/default/start.png
share/apps/ktorrent/www/default/stop.png
share/apps/ktorrent/www/default/style.css
share/apps/ktorrent/www/default/stylen.css
share/apps/ktorrent/www/default/wz_tooltip.js
share/apps/ktorrent/www/mobile/favicon.ico
share/apps/ktorrent/www/mobile/interface.php
share/apps/ktorrent/www/mobile/ktorrentwebinterfacelogo.png
share/apps/ktorrent/www/mobile/login.html
share/apps/ktorrent/www/mobile/remove.png
share/apps/ktorrent/www/mobile/settings.php
share/apps/ktorrent/www/mobile/start.png
share/apps/ktorrent/www/mobile/stop.png
share/apps/ktorrent/www/mobile/torrent.php
share/config.kcfg/ktinfowidgetplugin.kcfg
share/config.kcfg/ktipfilterplugin.kcfg
share/config.kcfg/ktlogviewerplugin.kcfg
share/config.kcfg/ktorrent.kcfg
share/config.kcfg/ktrssfeedplugin.kcfg
share/config.kcfg/ktscanfolderplugin.kcfg
share/config.kcfg/ktschedulerplugin.kcfg
share/config.kcfg/ktsearchplugin.kcfg
share/config.kcfg/ktstatsplugin.kcfg
share/config.kcfg/ktupnpplugin.kcfg
share/config.kcfg/ktwebinterfaceplugin.kcfg
share/doc/tde/HTML/en/ktorrent/advanced-config.png
share/doc/tde/HTML/en/ktorrent/bittorrent-config.png
share/doc/tde/HTML/en/ktorrent/commands.docbook
share/doc/tde/HTML/en/ktorrent/common
share/doc/tde/HTML/en/ktorrent/configure.docbook
share/doc/tde/HTML/en/ktorrent/credits.docbook
share/doc/tde/HTML/en/ktorrent/downloads-config.png
share/doc/tde/HTML/en/ktorrent/faq.docbook
share/doc/tde/HTML/en/ktorrent/general-config.png
share/doc/tde/HTML/en/ktorrent/index.cache.bz2
share/doc/tde/HTML/en/ktorrent/index.docbook
share/doc/tde/HTML/en/ktorrent/introduction.docbook
share/doc/tde/HTML/en/ktorrent/introduction.png
share/doc/tde/HTML/en/ktorrent/plugins-config.png
share/doc/tde/HTML/en/ktorrent/systemtray-popup.png
share/doc/tde/HTML/en/ktorrent/using.docbook
share/icons/hicolor/128x128/apps/ktorrent.png
share/icons/hicolor/128x128/mimetypes/torrent.png
share/icons/hicolor/16x16/apps/ktorrent.png
share/icons/hicolor/16x16/mimetypes/torrent.png
share/icons/hicolor/22x22/apps/ktorrent.png
share/icons/hicolor/22x22/mimetypes/torrent.png
share/icons/hicolor/32x32/apps/ktorrent.png
share/icons/hicolor/32x32/mimetypes/torrent.png
share/icons/hicolor/48x48/apps/ktorrent.png
share/icons/hicolor/48x48/mimetypes/torrent.png
share/icons/hicolor/64x64/apps/ktorrent.png
share/icons/hicolor/64x64/mimetypes/torrent.png
share/icons/hicolor/scalable/apps/ktorrent.svgz
share/icons/hicolor/scalable/mimetypes/torrent.svgz
share/locale/ar/LC_MESSAGES/ktorrent.mo
share/locale/bg/LC_MESSAGES/ktorrent.mo
share/locale/br/LC_MESSAGES/ktorrent.mo
share/locale/ca/LC_MESSAGES/ktorrent.mo
share/locale/cs/LC_MESSAGES/ktorrent.mo
share/locale/cy/LC_MESSAGES/ktorrent.mo
share/locale/da/LC_MESSAGES/ktorrent.mo
share/locale/de/LC_MESSAGES/ktorrent.mo
share/locale/el/LC_MESSAGES/ktorrent.mo
share/locale/en_GB/LC_MESSAGES/ktorrent.mo
share/locale/es/LC_MESSAGES/ktorrent.mo
share/locale/et/LC_MESSAGES/ktorrent.mo
share/locale/fa/LC_MESSAGES/ktorrent.mo
share/locale/fr/LC_MESSAGES/ktorrent.mo
share/locale/gl/LC_MESSAGES/ktorrent.mo
share/locale/hu/LC_MESSAGES/ktorrent.mo
share/locale/it/LC_MESSAGES/ktorrent.mo
share/locale/ja/LC_MESSAGES/ktorrent.mo
share/locale/ka/LC_MESSAGES/ktorrent.mo
share/locale/lt/LC_MESSAGES/ktorrent.mo
share/locale/ms/LC_MESSAGES/ktorrent.mo
share/locale/nb/LC_MESSAGES/ktorrent.mo
share/locale/nds/LC_MESSAGES/ktorrent.mo
share/locale/nl/LC_MESSAGES/ktorrent.mo
share/locale/pa/LC_MESSAGES/ktorrent.mo
share/locale/pl/LC_MESSAGES/ktorrent.mo
share/locale/pt/LC_MESSAGES/ktorrent.mo
share/locale/pt_BR/LC_MESSAGES/ktorrent.mo
share/locale/ru/LC_MESSAGES/ktorrent.mo
share/locale/rw/LC_MESSAGES/ktorrent.mo
share/locale/sk/LC_MESSAGES/ktorrent.mo
share/locale/sr/LC_MESSAGES/ktorrent.mo
share/locale/sr@Latn/LC_MESSAGES/ktorrent.mo
share/locale/sv/LC_MESSAGES/ktorrent.mo
share/locale/tr/LC_MESSAGES/ktorrent.mo
share/locale/uk/LC_MESSAGES/ktorrent.mo
share/locale/zh_CN/LC_MESSAGES/ktorrent.mo
share/locale/zh_TW/LC_MESSAGES/ktorrent.mo
share/man/man1/ktorrent.1.gz
share/services/ktinfowidgetplugin.desktop
share/services/ktipfilterplugin.desktop
share/services/ktlogviewerplugin.desktop
share/services/ktpartfileimportplugin.desktop
share/services/ktrssfeedplugin.desktop
share/services/ktscanfolderplugin.desktop
share/services/ktschedulerplugin.desktop
share/services/ktsearchplugin.desktop
share/services/ktstatsplugin.desktop
share/services/ktupnpplugin.desktop
share/services/ktwebinterfaceplugin.desktop
share/services/ktzeroconfplugin.desktop
share/servicetypes/ktorrentplugin.desktop

@ -0,0 +1,40 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: applications/internet/tork
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTNAME= tork-trinity
COMMENT= anonymity manager for TDE
TDE_PREVERSION=
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= net-mgmt x11
DIST_SUBDIR= TDE/applications/internet
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \
${LOCALBASE}/lib/torsocks/libtorsocks.so:net/torsocks \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface \
libssl.so:security/openssl \
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
-DBUILD_ALL="ON" \
-DWITH_ALL_OPTIONS="ON" \
-DWITH_EMBEDDED_GEOIP="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1681946259
SHA256 (TDE/applications/internet/tork-trinity_14.1.0.orig.tar.xz) = dc2a73df11d06454a319e36488385172c559733f8d521c0afee8a66a8f1e5dba
SIZE (TDE/applications/internet/tork-trinity_14.1.0.orig.tar.xz) = 1975356

@ -0,0 +1,8 @@
anonymity manager for TDE
TorK is an anonymity manager for the Trinity desktop.
Browse anonymously on Konqueror, Iceweasel or Opera.
Send anonymous email via the MixMinion network.
Use ssh, IRC and IM anonymously. Control and monitor
your anonymous traffic and non-anonymous traffic on
the Tor network.

@ -0,0 +1,410 @@
bin/tork
bin/torkarkollon
bin/usewithtor
lib/trinity/kickermenu_tork.la
lib/trinity/kickermenu_tork.so
lib/trinity/tdehtml_tork.la
lib/trinity/tdehtml_tork.so
lib/trinity/tdeio_torioslave.la
lib/trinity/tdeio_torioslave.so
share/applications/tde/tork.desktop
share/applications/tde/tork_plug_in.desktop
share/apps/kicker/menuext/torkmenu.desktop
share/apps/konqueror/servicemenus/tork_downloadwithfirefox.desktop
share/apps/konqueror/servicemenus/tork_downloadwithkonqueror.desktop
share/apps/konqueror/servicemenus/tork_downloadwithopera.desktop
share/apps/tdehtml/kpartplugins/tork_plug_in.rc
share/apps/tork/eventsrc
share/apps/tork/geoip/GeoIP-LICENSE.txt
share/apps/tork/geoip/GeoIP.dat
share/apps/tork/icons/crystalsvg/16x16/actions/likeback_bug_tork.png
share/apps/tork/icons/crystalsvg/16x16/actions/likeback_configure_tork.png
share/apps/tork/icons/crystalsvg/16x16/actions/likeback_dislike_tork.png
share/apps/tork/icons/crystalsvg/16x16/actions/likeback_feature_tork.png
share/apps/tork/icons/crystalsvg/16x16/actions/likeback_like_tork.png
share/apps/tork/icons/hicolor/16x16/actions/tork_torsmall.png
share/apps/tork/icons/hicolor/16x16/apps/tork_19.png
share/apps/tork/icons/hicolor/16x16/apps/tork_33.png
share/apps/tork/icons/hicolor/16x16/apps/tork_FAILED.png
share/apps/tork/icons/hicolor/16x16/apps/tork_ad.png
share/apps/tork/icons/hicolor/16x16/apps/tork_ae.png
share/apps/tork/icons/hicolor/16x16/apps/tork_af.png
share/apps/tork/icons/hicolor/16x16/apps/tork_ag.png
share/apps/tork/icons/hicolor/16x16/apps/tork_ai.png
share/apps/tork/icons/hicolor/16x16/apps/tork_aim_protocol.png
share/apps/tork/icons/hicolor/16x16/apps/tork_al.png
share/apps/tork/icons/hicolor/16x16/apps/tork_am.png
share/apps/tork/icons/hicolor/16x16/apps/tork_an.png
share/apps/tork/icons/hicolor/16x16/apps/tork_ao.png
share/apps/tork/icons/hicolor/16x16/apps/tork_aq.png
share/apps/tork/icons/hicolor/16x16/apps/tork_ar.png
share/apps/tork/icons/hicolor/16x16/apps/tork_as.png
share/apps/tork/icons/hicolor/16x16/apps/tork_at.png
share/apps/tork/icons/hicolor/16x16/apps/tork_au.png
share/apps/tork/icons/hicolor/16x16/apps/tork_aw.png
share/apps/tork/icons/hicolor/16x16/apps/tork_ax.png
share/apps/tork/icons/hicolor/16x16/apps/tork_az.png
share/apps/tork/icons/hicolor/16x16/apps/tork_ba.png
share/apps/tork/icons/hicolor/16x16/apps/tork_bb.png
share/apps/tork/icons/hicolor/16x16/apps/tork_bd.png
share/apps/tork/icons/hicolor/16x16/apps/tork_be.png
share/apps/tork/icons/hicolor/16x16/apps/tork_bf.png
share/apps/tork/icons/hicolor/16x16/apps/tork_bg.png
share/apps/tork/icons/hicolor/16x16/apps/tork_bh.png
share/apps/tork/icons/hicolor/16x16/apps/tork_bi.png
share/apps/tork/icons/hicolor/16x16/apps/tork_bj.png
share/apps/tork/icons/hicolor/16x16/apps/tork_bm.png
share/apps/tork/icons/hicolor/16x16/apps/tork_bn.png
share/apps/tork/icons/hicolor/16x16/apps/tork_bo.png
share/apps/tork/icons/hicolor/16x16/apps/tork_br.png
share/apps/tork/icons/hicolor/16x16/apps/tork_bs.png
share/apps/tork/icons/hicolor/16x16/apps/tork_bt.png
share/apps/tork/icons/hicolor/16x16/apps/tork_bv.png
share/apps/tork/icons/hicolor/16x16/apps/tork_bw.png
share/apps/tork/icons/hicolor/16x16/apps/tork_by.png
share/apps/tork/icons/hicolor/16x16/apps/tork_bz.png
share/apps/tork/icons/hicolor/16x16/apps/tork_ca.png
share/apps/tork/icons/hicolor/16x16/apps/tork_cc.png
share/apps/tork/icons/hicolor/16x16/apps/tork_cd.png
share/apps/tork/icons/hicolor/16x16/apps/tork_cf.png
share/apps/tork/icons/hicolor/16x16/apps/tork_cg.png
share/apps/tork/icons/hicolor/16x16/apps/tork_ch.png
share/apps/tork/icons/hicolor/16x16/apps/tork_ci.png
share/apps/tork/icons/hicolor/16x16/apps/tork_ck.png
share/apps/tork/icons/hicolor/16x16/apps/tork_cl.png
share/apps/tork/icons/hicolor/16x16/apps/tork_cm.png
share/apps/tork/icons/hicolor/16x16/apps/tork_cn.png
share/apps/tork/icons/hicolor/16x16/apps/tork_co.png
share/apps/tork/icons/hicolor/16x16/apps/tork_cr.png
share/apps/tork/icons/hicolor/16x16/apps/tork_cs.png
share/apps/tork/icons/hicolor/16x16/apps/tork_cu.png
share/apps/tork/icons/hicolor/16x16/apps/tork_cv.png
share/apps/tork/icons/hicolor/16x16/apps/tork_cx.png
share/apps/tork/icons/hicolor/16x16/apps/tork_cy.png
share/apps/tork/icons/hicolor/16x16/apps/tork_cz.png
share/apps/tork/icons/hicolor/16x16/apps/tork_de.png
share/apps/tork/icons/hicolor/16x16/apps/tork_dj.png
share/apps/tork/icons/hicolor/16x16/apps/tork_dk.png
share/apps/tork/icons/hicolor/16x16/apps/tork_dm.png
share/apps/tork/icons/hicolor/16x16/apps/tork_do.png
share/apps/tork/icons/hicolor/16x16/apps/tork_dz.png
share/apps/tork/icons/hicolor/16x16/apps/tork_ec.png
share/apps/tork/icons/hicolor/16x16/apps/tork_ee.png
share/apps/tork/icons/hicolor/16x16/apps/tork_eg.png
share/apps/tork/icons/hicolor/16x16/apps/tork_eh.png
share/apps/tork/icons/hicolor/16x16/apps/tork_er.png
share/apps/tork/icons/hicolor/16x16/apps/tork_es.png
share/apps/tork/icons/hicolor/16x16/apps/tork_et.png
share/apps/tork/icons/hicolor/16x16/apps/tork_eu.png
share/apps/tork/icons/hicolor/16x16/apps/tork_fi.png
share/apps/tork/icons/hicolor/16x16/apps/tork_fj.png
share/apps/tork/icons/hicolor/16x16/apps/tork_fk.png
share/apps/tork/icons/hicolor/16x16/apps/tork_fm.png
share/apps/tork/icons/hicolor/16x16/apps/tork_fo.png
share/apps/tork/icons/hicolor/16x16/apps/tork_fr.png
share/apps/tork/icons/hicolor/16x16/apps/tork_ga.png
share/apps/tork/icons/hicolor/16x16/apps/tork_gadu_protocol.png
share/apps/tork/icons/hicolor/16x16/apps/tork_gb.png
share/apps/tork/icons/hicolor/16x16/apps/tork_gd.png
share/apps/tork/icons/hicolor/16x16/apps/tork_ge.png
share/apps/tork/icons/hicolor/16x16/apps/tork_gf.png
share/apps/tork/icons/hicolor/16x16/apps/tork_gg.png
share/apps/tork/icons/hicolor/16x16/apps/tork_gh.png
share/apps/tork/icons/hicolor/16x16/apps/tork_gi.png
share/apps/tork/icons/hicolor/16x16/apps/tork_gl.png
share/apps/tork/icons/hicolor/16x16/apps/tork_gm.png
share/apps/tork/icons/hicolor/16x16/apps/tork_gn.png
share/apps/tork/icons/hicolor/16x16/apps/tork_gp.png
share/apps/tork/icons/hicolor/16x16/apps/tork_gq.png
share/apps/tork/icons/hicolor/16x16/apps/tork_gr.png
share/apps/tork/icons/hicolor/16x16/apps/tork_groupwise_protocol.png
share/apps/tork/icons/hicolor/16x16/apps/tork_gs.png
share/apps/tork/icons/hicolor/16x16/apps/tork_gt.png
share/apps/tork/icons/hicolor/16x16/apps/tork_gu.png
share/apps/tork/icons/hicolor/16x16/apps/tork_gw.png
share/apps/tork/icons/hicolor/16x16/apps/tork_gy.png
share/apps/tork/icons/hicolor/16x16/apps/tork_hk.png
share/apps/tork/icons/hicolor/16x16/apps/tork_hm.png
share/apps/tork/icons/hicolor/16x16/apps/tork_hn.png
share/apps/tork/icons/hicolor/16x16/apps/tork_hr.png
share/apps/tork/icons/hicolor/16x16/apps/tork_ht.png
share/apps/tork/icons/hicolor/16x16/apps/tork_hu.png
share/apps/tork/icons/hicolor/16x16/apps/tork_icq_protocol.png
share/apps/tork/icons/hicolor/16x16/apps/tork_id.png
share/apps/tork/icons/hicolor/16x16/apps/tork_ie.png
share/apps/tork/icons/hicolor/16x16/apps/tork_il.png
share/apps/tork/icons/hicolor/16x16/apps/tork_in.png
share/apps/tork/icons/hicolor/16x16/apps/tork_io.png
share/apps/tork/icons/hicolor/16x16/apps/tork_iq.png
share/apps/tork/icons/hicolor/16x16/apps/tork_ir.png
share/apps/tork/icons/hicolor/16x16/apps/tork_irc_protocol.png
share/apps/tork/icons/hicolor/16x16/apps/tork_is.png
share/apps/tork/icons/hicolor/16x16/apps/tork_it.png
share/apps/tork/icons/hicolor/16x16/apps/tork_jabber_protocol.png
share/apps/tork/icons/hicolor/16x16/apps/tork_je.png
share/apps/tork/icons/hicolor/16x16/apps/tork_jm.png
share/apps/tork/icons/hicolor/16x16/apps/tork_jo.png
share/apps/tork/icons/hicolor/16x16/apps/tork_jp.png
share/apps/tork/icons/hicolor/16x16/apps/tork_ke.png
share/apps/tork/icons/hicolor/16x16/apps/tork_kg.png
share/apps/tork/icons/hicolor/16x16/apps/tork_kh.png
share/apps/tork/icons/hicolor/16x16/apps/tork_ki.png
share/apps/tork/icons/hicolor/16x16/apps/tork_km.png
share/apps/tork/icons/hicolor/16x16/apps/tork_kn.png
share/apps/tork/icons/hicolor/16x16/apps/tork_konqueroroff.png
share/apps/tork/icons/hicolor/16x16/apps/tork_konqueroron.png
share/apps/tork/icons/hicolor/16x16/apps/tork_kp.png
share/apps/tork/icons/hicolor/16x16/apps/tork_kr.png
share/apps/tork/icons/hicolor/16x16/apps/tork_kw.png
share/apps/tork/icons/hicolor/16x16/apps/tork_ky.png
share/apps/tork/icons/hicolor/16x16/apps/tork_kz.png
share/apps/tork/icons/hicolor/16x16/apps/tork_la.png
share/apps/tork/icons/hicolor/16x16/apps/tork_lb.png
share/apps/tork/icons/hicolor/16x16/apps/tork_lc.png
share/apps/tork/icons/hicolor/16x16/apps/tork_li.png
share/apps/tork/icons/hicolor/16x16/apps/tork_lk.png
share/apps/tork/icons/hicolor/16x16/apps/tork_lr.png
share/apps/tork/icons/hicolor/16x16/apps/tork_ls.png
share/apps/tork/icons/hicolor/16x16/apps/tork_lt.png
share/apps/tork/icons/hicolor/16x16/apps/tork_lu.png
share/apps/tork/icons/hicolor/16x16/apps/tork_lv.png
share/apps/tork/icons/hicolor/16x16/apps/tork_ly.png
share/apps/tork/icons/hicolor/16x16/apps/tork_ma.png
share/apps/tork/icons/hicolor/16x16/apps/tork_mc.png
share/apps/tork/icons/hicolor/16x16/apps/tork_md.png
share/apps/tork/icons/hicolor/16x16/apps/tork_me.png
share/apps/tork/icons/hicolor/16x16/apps/tork_mg.png
share/apps/tork/icons/hicolor/16x16/apps/tork_mh.png
share/apps/tork/icons/hicolor/16x16/apps/tork_mk.png
share/apps/tork/icons/hicolor/16x16/apps/tork_ml.png
share/apps/tork/icons/hicolor/16x16/apps/tork_mm.png
share/apps/tork/icons/hicolor/16x16/apps/tork_mn.png
share/apps/tork/icons/hicolor/16x16/apps/tork_mo.png
share/apps/tork/icons/hicolor/16x16/apps/tork_mp.png
share/apps/tork/icons/hicolor/16x16/apps/tork_mq.png
share/apps/tork/icons/hicolor/16x16/apps/tork_mr.png
share/apps/tork/icons/hicolor/16x16/apps/tork_ms.png
share/apps/tork/icons/hicolor/16x16/apps/tork_msn_protocol.png
share/apps/tork/icons/hicolor/16x16/apps/tork_mt.png
share/apps/tork/icons/hicolor/16x16/apps/tork_mu.png
share/apps/tork/icons/hicolor/16x16/apps/tork_mv.png
share/apps/tork/icons/hicolor/16x16/apps/tork_mw.png
share/apps/tork/icons/hicolor/16x16/apps/tork_mx.png
share/apps/tork/icons/hicolor/16x16/apps/tork_my.png
share/apps/tork/icons/hicolor/16x16/apps/tork_mz.png
share/apps/tork/icons/hicolor/16x16/apps/tork_na.png
share/apps/tork/icons/hicolor/16x16/apps/tork_nc.png
share/apps/tork/icons/hicolor/16x16/apps/tork_ne.png
share/apps/tork/icons/hicolor/16x16/apps/tork_nf.png
share/apps/tork/icons/hicolor/16x16/apps/tork_ng.png
share/apps/tork/icons/hicolor/16x16/apps/tork_ni.png
share/apps/tork/icons/hicolor/16x16/apps/tork_nl.png
share/apps/tork/icons/hicolor/16x16/apps/tork_no.png
share/apps/tork/icons/hicolor/16x16/apps/tork_np.png
share/apps/tork/icons/hicolor/16x16/apps/tork_nr.png
share/apps/tork/icons/hicolor/16x16/apps/tork_nu.png
share/apps/tork/icons/hicolor/16x16/apps/tork_nz.png
share/apps/tork/icons/hicolor/16x16/apps/tork_om.png
share/apps/tork/icons/hicolor/16x16/apps/tork_pa.png
share/apps/tork/icons/hicolor/16x16/apps/tork_pe.png
share/apps/tork/icons/hicolor/16x16/apps/tork_pf.png
share/apps/tork/icons/hicolor/16x16/apps/tork_pg.png
share/apps/tork/icons/hicolor/16x16/apps/tork_ph.png
share/apps/tork/icons/hicolor/16x16/apps/tork_pk.png
share/apps/tork/icons/hicolor/16x16/apps/tork_pl.png
share/apps/tork/icons/hicolor/16x16/apps/tork_pm.png
share/apps/tork/icons/hicolor/16x16/apps/tork_pn.png
share/apps/tork/icons/hicolor/16x16/apps/tork_pr.png
share/apps/tork/icons/hicolor/16x16/apps/tork_ps.png
share/apps/tork/icons/hicolor/16x16/apps/tork_pt.png
share/apps/tork/icons/hicolor/16x16/apps/tork_pw.png
share/apps/tork/icons/hicolor/16x16/apps/tork_py.png
share/apps/tork/icons/hicolor/16x16/apps/tork_qa.png
share/apps/tork/icons/hicolor/16x16/apps/tork_re.png
share/apps/tork/icons/hicolor/16x16/apps/tork_ro.png
share/apps/tork/icons/hicolor/16x16/apps/tork_rs.png
share/apps/tork/icons/hicolor/16x16/apps/tork_rs.woa.png
share/apps/tork/icons/hicolor/16x16/apps/tork_ru.png
share/apps/tork/icons/hicolor/16x16/apps/tork_rw.png
share/apps/tork/icons/hicolor/16x16/apps/tork_sa.png
share/apps/tork/icons/hicolor/16x16/apps/tork_sb.png
share/apps/tork/icons/hicolor/16x16/apps/tork_sc.png
share/apps/tork/icons/hicolor/16x16/apps/tork_sd.png
share/apps/tork/icons/hicolor/16x16/apps/tork_se.png
share/apps/tork/icons/hicolor/16x16/apps/tork_sg.png
share/apps/tork/icons/hicolor/16x16/apps/tork_sh.png
share/apps/tork/icons/hicolor/16x16/apps/tork_si.png
share/apps/tork/icons/hicolor/16x16/apps/tork_sj.png
share/apps/tork/icons/hicolor/16x16/apps/tork_sk.png
share/apps/tork/icons/hicolor/16x16/apps/tork_sl.png
share/apps/tork/icons/hicolor/16x16/apps/tork_sm.png
share/apps/tork/icons/hicolor/16x16/apps/tork_sms_protocol.png
share/apps/tork/icons/hicolor/16x16/apps/tork_sn.png
share/apps/tork/icons/hicolor/16x16/apps/tork_so.png
share/apps/tork/icons/hicolor/16x16/apps/tork_sr.png
share/apps/tork/icons/hicolor/16x16/apps/tork_st.png
share/apps/tork/icons/hicolor/16x16/apps/tork_sv.png
share/apps/tork/icons/hicolor/16x16/apps/tork_sy.png
share/apps/tork/icons/hicolor/16x16/apps/tork_sz.png
share/apps/tork/icons/hicolor/16x16/apps/tork_tc.png
share/apps/tork/icons/hicolor/16x16/apps/tork_td.png
share/apps/tork/icons/hicolor/16x16/apps/tork_testbed_protocol.png
share/apps/tork/icons/hicolor/16x16/apps/tork_tf.png
share/apps/tork/icons/hicolor/16x16/apps/tork_tg.png
share/apps/tork/icons/hicolor/16x16/apps/tork_th.png
share/apps/tork/icons/hicolor/16x16/apps/tork_tj.png
share/apps/tork/icons/hicolor/16x16/apps/tork_tk.png
share/apps/tork/icons/hicolor/16x16/apps/tork_tl.png
share/apps/tork/icons/hicolor/16x16/apps/tork_tm.png
share/apps/tork/icons/hicolor/16x16/apps/tork_tn.png
share/apps/tork/icons/hicolor/16x16/apps/tork_to.png
share/apps/tork/icons/hicolor/16x16/apps/tork_tp.png
share/apps/tork/icons/hicolor/16x16/apps/tork_tr.png
share/apps/tork/icons/hicolor/16x16/apps/tork_tt.png
share/apps/tork/icons/hicolor/16x16/apps/tork_tv.png
share/apps/tork/icons/hicolor/16x16/apps/tork_tw.png
share/apps/tork/icons/hicolor/16x16/apps/tork_tz.png
share/apps/tork/icons/hicolor/16x16/apps/tork_ua.png
share/apps/tork/icons/hicolor/16x16/apps/tork_ug.png
share/apps/tork/icons/hicolor/16x16/apps/tork_um.png
share/apps/tork/icons/hicolor/16x16/apps/tork_us.png
share/apps/tork/icons/hicolor/16x16/apps/tork_uy.png
share/apps/tork/icons/hicolor/16x16/apps/tork_uz.png
share/apps/tork/icons/hicolor/16x16/apps/tork_va.png
share/apps/tork/icons/hicolor/16x16/apps/tork_vc.png
share/apps/tork/icons/hicolor/16x16/apps/tork_ve.png
share/apps/tork/icons/hicolor/16x16/apps/tork_vg.png
share/apps/tork/icons/hicolor/16x16/apps/tork_vi.png
share/apps/tork/icons/hicolor/16x16/apps/tork_vn.png
share/apps/tork/icons/hicolor/16x16/apps/tork_vu.png
share/apps/tork/icons/hicolor/16x16/apps/tork_wf.png
share/apps/tork/icons/hicolor/16x16/apps/tork_ws.png
share/apps/tork/icons/hicolor/16x16/apps/tork_yahoo_protocol.png
share/apps/tork/icons/hicolor/16x16/apps/tork_ye.png
share/apps/tork/icons/hicolor/16x16/apps/tork_yt.png
share/apps/tork/icons/hicolor/16x16/apps/tork_yu.png
share/apps/tork/icons/hicolor/16x16/apps/tork_za.png
share/apps/tork/icons/hicolor/16x16/apps/tork_zm.png
share/apps/tork/icons/hicolor/16x16/apps/tork_zw.png
share/apps/tork/icons/hicolor/22x22/actions/tokr_green.png
share/apps/tork/icons/hicolor/22x22/actions/tork.png
share/apps/tork/icons/hicolor/22x22/actions/tork_green.png
share/apps/tork/icons/hicolor/22x22/actions/tork_green_exit.png
share/apps/tork/icons/hicolor/22x22/actions/tork_guard_detached.png
share/apps/tork/icons/hicolor/22x22/actions/tork_guard_down.png
share/apps/tork/icons/hicolor/22x22/actions/tork_guard_little.png
share/apps/tork/icons/hicolor/22x22/actions/tork_guard_red.png
share/apps/tork/icons/hicolor/22x22/actions/tork_guard_unlisted.png
share/apps/tork/icons/hicolor/22x22/actions/tork_guard_unusable.png
share/apps/tork/icons/hicolor/22x22/actions/tork_guard_up.png
share/apps/tork/icons/hicolor/22x22/actions/tork_konqueror_https.png
share/apps/tork/icons/hicolor/22x22/actions/tork_konsole_https.png
share/apps/tork/icons/hicolor/22x22/actions/tork_little.png
share/apps/tork/icons/hicolor/22x22/actions/tork_little_exit.png
share/apps/tork/icons/hicolor/22x22/actions/tork_none.png
share/apps/tork/icons/hicolor/22x22/actions/tork_orange.png
share/apps/tork/icons/hicolor/22x22/actions/tork_orange_exit.png
share/apps/tork/icons/hicolor/22x22/actions/tork_play.png
share/apps/tork/icons/hicolor/22x22/actions/tork_red.png
share/apps/tork/icons/hicolor/22x22/actions/tork_red_exit.png
share/apps/tork/icons/hicolor/22x22/actions/tork_server.png
share/apps/tork/icons/hicolor/22x22/actions/tork_stop.png
share/apps/tork/icons/hicolor/22x22/actions/tork_tor.png
share/apps/tork/icons/hicolor/22x22/actions/tork_torsmall.png
share/apps/tork/icons/hicolor/22x22/actions/tork_uncensor.png
share/apps/tork/icons/hicolor/22x22/actions/tork_yellow.png
share/apps/tork/icons/hicolor/22x22/actions/tork_yellow_exit.png
share/apps/tork/icons/hicolor/22x22/apps/tork_konqueroroff.png
share/apps/tork/icons/hicolor/22x22/apps/tork_konqueroron.png
share/apps/tork/icons/hicolor/32x32/actions/tork.png
share/apps/tork/icons/hicolor/32x32/actions/tork_Apply_Settings.png
share/apps/tork/icons/hicolor/32x32/actions/tork_DNS_Leak_Warnings.png
share/apps/tork/icons/hicolor/32x32/actions/tork_Usage_Warnings.png
share/apps/tork/icons/hicolor/32x32/actions/tork_green.png
share/apps/tork/icons/hicolor/32x32/actions/tork_none.png
share/apps/tork/icons/hicolor/32x32/actions/tork_orange.png
share/apps/tork/icons/hicolor/32x32/actions/tork_red.png
share/apps/tork/icons/hicolor/32x32/actions/tork_yellow.png
share/apps/tork/icons/hicolor/32x32/apps/tork_FAILED.png
share/apps/tork/icons/hicolor/32x32/apps/tork_General_Warnings.png
share/apps/tork/icons/hicolor/32x32/apps/tork_Security_Warnings.png
share/apps/tork/icons/hicolor/32x32/apps/tork_TorK_Feedback.png
share/apps/tork/icons/hicolor/32x32/apps/tork_green.png
share/apps/tork/icons/hicolor/48x48/apps/tork.png
share/apps/tork/icons/hicolor/48x48/apps/tork_FAILED.png
share/apps/tork/icons/hicolor/48x48/apps/tork_a1.png
share/apps/tork/icons/hicolor/48x48/apps/tork_a2.png
share/apps/tork/icons/hicolor/48x48/apps/tork_agent.png
share/apps/tork/icons/hicolor/48x48/apps/tork_alert.png
share/apps/tork/icons/hicolor/48x48/apps/tork_firefox.png
share/apps/tork/icons/hicolor/48x48/apps/tork_green.png
share/apps/tork/icons/hicolor/48x48/apps/tork_help.png
share/apps/tork/icons/hicolor/48x48/apps/tork_identity.png
share/apps/tork/icons/hicolor/48x48/apps/tork_info.png
share/apps/tork/icons/hicolor/48x48/apps/tork_internet.png
share/apps/tork/icons/hicolor/48x48/apps/tork_kgpg.png
share/apps/tork/icons/hicolor/48x48/apps/tork_konqueror_play.png
share/apps/tork/icons/hicolor/48x48/apps/tork_konqueror_stop.png
share/apps/tork/icons/hicolor/48x48/apps/tork_konsole.png
share/apps/tork/icons/hicolor/48x48/apps/tork_konsolessh.png
share/apps/tork/icons/hicolor/48x48/apps/tork_mail.png
share/apps/tork/icons/hicolor/48x48/apps/tork_opera.png
share/apps/tork/icons/hicolor/48x48/apps/tork_penguin.png
share/apps/tork/icons/hicolor/48x48/apps/tork_play.png
share/apps/tork/icons/hicolor/48x48/apps/tork_pressplay.png
share/apps/tork/icons/hicolor/48x48/apps/tork_privoxy.png
share/apps/tork/icons/hicolor/48x48/apps/tork_remotetor.png
share/apps/tork/icons/hicolor/48x48/apps/tork_stop.png
share/apps/tork/icons/hicolor/48x48/apps/tork_torserver.png
share/apps/tork/privoxy/templates/blocked
share/apps/tork/privoxy/templates/cgi-error-404
share/apps/tork/privoxy/templates/cgi-error-bad-param
share/apps/tork/privoxy/templates/cgi-error-disabled
share/apps/tork/privoxy/templates/cgi-error-file
share/apps/tork/privoxy/templates/cgi-error-modified
share/apps/tork/privoxy/templates/cgi-error-parse
share/apps/tork/privoxy/templates/cgi-style.css
share/apps/tork/privoxy/templates/connect-failed
share/apps/tork/privoxy/templates/default
share/apps/tork/privoxy/templates/edit-actions-add-url-form
share/apps/tork/privoxy/templates/edit-actions-for-url
share/apps/tork/privoxy/templates/edit-actions-for-url-filter
share/apps/tork/privoxy/templates/edit-actions-list
share/apps/tork/privoxy/templates/edit-actions-list-section
share/apps/tork/privoxy/templates/edit-actions-list-url
share/apps/tork/privoxy/templates/edit-actions-remove-url-form
share/apps/tork/privoxy/templates/edit-actions-url-form
share/apps/tork/privoxy/templates/mod-local-help
share/apps/tork/privoxy/templates/mod-support-and-service
share/apps/tork/privoxy/templates/mod-title
share/apps/tork/privoxy/templates/mod-unstable-warning
share/apps/tork/privoxy/templates/no-such-domain
share/apps/tork/privoxy/templates/show-request
share/apps/tork/privoxy/templates/show-status
share/apps/tork/privoxy/templates/show-status-file
share/apps/tork/privoxy/templates/show-url-info
share/apps/tork/privoxy/templates/show-version
share/apps/tork/privoxy/templates/toggle
share/apps/tork/privoxy/templates/toggle-mini
share/apps/tork/privoxy/templates/untrusted
share/apps/tork/tips
share/apps/tork/torkui.rc
share/config.kcfg/torkconfig.kcfg
share/doc/tde/HTML/en/tork/common
share/doc/tde/HTML/en/tork/index.cache.bz2
share/doc/tde/HTML/en/tork/index.docbook
share/icons/hicolor/48x48/apps/tork.png
share/locale/cs/LC_MESSAGES/tork.mo
share/locale/de/LC_MESSAGES/tork.mo
share/locale/el/LC_MESSAGES/tork.mo
share/locale/es/LC_MESSAGES/tork.mo
share/locale/fr/LC_MESSAGES/tork.mo
share/locale/it/LC_MESSAGES/tork.mo
share/locale/nl/LC_MESSAGES/tork.mo
share/locale/tr/LC_MESSAGES/tork.mo
share/locale/zh_CN/LC_MESSAGES/tork.mo
share/man/man1/tork.1.gz
share/man/man1/torkarkollon.1.gz
share/menu/tork
share/pixmaps/tork.xpm
share/services/torioslave.protocol

@ -0,0 +1,5 @@
SUBDIR =
SUBDIR += bibletime
.include <bsd.port.subdir.mk>

@ -0,0 +1,42 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: applications/misc/bibletime
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTNAME= bibletime-trinity
COMMENT= A bible study tool for Trinity
TDE_PREVERSION=
MASTER_SITE_SUBDIR= b/${PORTNAME}
PORTREVISION= 0
CATEGORIES= misc x11
DIST_SUBDIR= TDE/applications/misc
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface
LIB_DEPENDS+=\
libboost_system.so:devel/boost-libs \
libclucene-shared.so:textproc/clucene \
libsword.so:misc/sword \
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
-DBUILD_ALL="ON" \
-DWITH_ALL_OPTIONS="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1681955629
SHA256 (TDE/applications/misc/bibletime-trinity_14.1.0.orig.tar.xz) = a9a0075739d67efbe3e34b60d1a804e3ccda0585ce60d8d6cdbf165b3769105a
SIZE (TDE/applications/misc/bibletime-trinity_14.1.0.orig.tar.xz) = 670836

@ -0,0 +1,7 @@
A bible study tool for Trinity
BibleTime is a free and easy to use bible study tool for UNIX systems.
It requires a working TDE environment and the SWORD library.
BibleTime provides easy handling of digitized texts (Bibles, commentaries
and lexicons) and powerful features to work with these texts (search in
texts, write own notes, save, print etc.).

@ -0,0 +1,153 @@
bin/bibletime
include/bibletimeinterface.h
share/applications/tde/bibletime.desktop
share/apps/bibletime/bibletimeui.rc
share/apps/bibletime/pics/startuplogo.png
share/apps/bibletime/tips
share/doc/tde/HTML/en/bibletime/handbook/hdbk-config.docbook
share/doc/tde/HTML/en/bibletime/handbook/hdbk-intro.docbook
share/doc/tde/HTML/en/bibletime/handbook/hdbk-operation.docbook
share/doc/tde/HTML/en/bibletime/handbook/hdbk-reference.docbook
share/doc/tde/HTML/en/bibletime/handbook/hdbk-start.docbook
share/doc/tde/HTML/en/bibletime/handbook/i_bible.png
share/doc/tde/HTML/en/bibletime/handbook/i_bible_add.png
share/doc/tde/HTML/en/bibletime/handbook/i_bibletime.png
share/doc/tde/HTML/en/bibletime/handbook/i_book.png
share/doc/tde/HTML/en/bibletime/handbook/i_book_add.png
share/doc/tde/HTML/en/bibletime/handbook/i_cascade.png
share/doc/tde/HTML/en/bibletime/handbook/i_cascade_auto.png
share/doc/tde/HTML/en/bibletime/handbook/i_commentary.png
share/doc/tde/HTML/en/bibletime/handbook/i_commentary_add.png
share/doc/tde/HTML/en/bibletime/handbook/i_configure.png
share/doc/tde/HTML/en/bibletime/handbook/i_configureaccels.png
share/doc/tde/HTML/en/bibletime/handbook/i_configuredisplay.png
share/doc/tde/HTML/en/bibletime/handbook/i_configurefonts.png
share/doc/tde/HTML/en/bibletime/handbook/i_configurestart.png
share/doc/tde/HTML/en/bibletime/handbook/i_configuresword.png
share/doc/tde/HTML/en/bibletime/handbook/i_configuretoolbars.png
share/doc/tde/HTML/en/bibletime/handbook/i_contents.png
share/doc/tde/HTML/en/bibletime/handbook/i_delete.png
share/doc/tde/HTML/en/bibletime/handbook/i_editdelete.png
share/doc/tde/HTML/en/bibletime/handbook/i_exit.png
share/doc/tde/HTML/en/bibletime/handbook/i_fileclose.png
share/doc/tde/HTML/en/bibletime/handbook/i_fileprint.png
share/doc/tde/HTML/en/bibletime/handbook/i_find.png
share/doc/tde/HTML/en/bibletime/handbook/i_fullscreen.png
share/doc/tde/HTML/en/bibletime/handbook/i_go.png
share/doc/tde/HTML/en/bibletime/handbook/i_ktip.png
share/doc/tde/HTML/en/bibletime/handbook/i_lexicon.png
share/doc/tde/HTML/en/bibletime/handbook/i_lexicon_add.png
share/doc/tde/HTML/en/bibletime/handbook/i_pencil.png
share/doc/tde/HTML/en/bibletime/handbook/i_sidetree.png
share/doc/tde/HTML/en/bibletime/handbook/i_sync.png
share/doc/tde/HTML/en/bibletime/handbook/i_tile.png
share/doc/tde/HTML/en/bibletime/handbook/i_tile_auto.png
share/doc/tde/HTML/en/bibletime/handbook/index.docbook
share/doc/tde/HTML/en/bibletime/handbook/ss_configfonts.png
share/doc/tde/HTML/en/bibletime/handbook/ss_configtoolbar.png
share/doc/tde/HTML/en/bibletime/handbook/ss_mainterms.png
share/doc/tde/HTML/en/bibletime/handbook/ss_searchanal.png
share/doc/tde/HTML/en/bibletime/handbook/ss_searchopts.png
share/doc/tde/HTML/en/bibletime/howto/how2-basics.docbook
share/doc/tde/HTML/en/bibletime/howto/how2-importance.docbook
share/doc/tde/HTML/en/bibletime/howto/how2-interpretation.docbook
share/doc/tde/HTML/en/bibletime/howto/index.docbook
share/icons/hicolor/16x16/actions/bt_bible.png
share/icons/hicolor/16x16/actions/bt_bible_add.png
share/icons/hicolor/16x16/actions/bt_bible_locked.png
share/icons/hicolor/16x16/actions/bt_book.png
share/icons/hicolor/16x16/actions/bt_book_add.png
share/icons/hicolor/16x16/actions/bt_book_locked.png
share/icons/hicolor/16x16/actions/bt_cascade.png
share/icons/hicolor/16x16/actions/bt_cascade_auto.png
share/icons/hicolor/16x16/actions/bt_commentary.png
share/icons/hicolor/16x16/actions/bt_commentary_add.png
share/icons/hicolor/16x16/actions/bt_commentary_locked.png
share/icons/hicolor/16x16/actions/bt_displayconfig.png
share/icons/hicolor/16x16/actions/bt_displaytranslit.png
share/icons/hicolor/16x16/actions/bt_findstrongs.png
share/icons/hicolor/16x16/actions/bt_lexicon.png
share/icons/hicolor/16x16/actions/bt_lexicon_add.png
share/icons/hicolor/16x16/actions/bt_lexicon_locked.png
share/icons/hicolor/16x16/actions/bt_startconfig.png
share/icons/hicolor/16x16/actions/bt_swordconfig.png
share/icons/hicolor/16x16/actions/bt_sync.png
share/icons/hicolor/16x16/actions/bt_tile.png
share/icons/hicolor/16x16/actions/bt_tile_auto.png
share/icons/hicolor/16x16/apps/bibletime.png
share/icons/hicolor/22x22/actions/bt_bible.png
share/icons/hicolor/22x22/actions/bt_bible_add.png
share/icons/hicolor/22x22/actions/bt_bible_locked.png
share/icons/hicolor/22x22/actions/bt_book.png
share/icons/hicolor/22x22/actions/bt_book_add.png
share/icons/hicolor/22x22/actions/bt_book_locked.png
share/icons/hicolor/22x22/actions/bt_cascade.png
share/icons/hicolor/22x22/actions/bt_cascade_auto.png
share/icons/hicolor/22x22/actions/bt_commentary.png
share/icons/hicolor/22x22/actions/bt_commentary_add.png
share/icons/hicolor/22x22/actions/bt_commentary_locked.png
share/icons/hicolor/22x22/actions/bt_displayconfig.png
share/icons/hicolor/22x22/actions/bt_displaytranslit.png
share/icons/hicolor/22x22/actions/bt_findstrongs.png
share/icons/hicolor/22x22/actions/bt_lexicon.png
share/icons/hicolor/22x22/actions/bt_lexicon_add.png
share/icons/hicolor/22x22/actions/bt_lexicon_locked.png
share/icons/hicolor/22x22/actions/bt_parallel.png
share/icons/hicolor/22x22/actions/bt_startconfig.png
share/icons/hicolor/22x22/actions/bt_swordconfig.png
share/icons/hicolor/22x22/actions/bt_sync.png
share/icons/hicolor/22x22/actions/bt_tile.png
share/icons/hicolor/22x22/actions/bt_tile_auto.png
share/icons/hicolor/22x22/apps/bibletime.png
share/icons/hicolor/32x32/actions/bt_bible.png
share/icons/hicolor/32x32/actions/bt_bible_add.png
share/icons/hicolor/32x32/actions/bt_bible_locked.png
share/icons/hicolor/32x32/actions/bt_book.png
share/icons/hicolor/32x32/actions/bt_book_add.png
share/icons/hicolor/32x32/actions/bt_book_locked.png
share/icons/hicolor/32x32/actions/bt_cascade.png
share/icons/hicolor/32x32/actions/bt_cascade_auto.png
share/icons/hicolor/32x32/actions/bt_commentary.png
share/icons/hicolor/32x32/actions/bt_commentary_add.png
share/icons/hicolor/32x32/actions/bt_commentary_locked.png
share/icons/hicolor/32x32/actions/bt_displayconfig.png
share/icons/hicolor/32x32/actions/bt_displaytranslit.png
share/icons/hicolor/32x32/actions/bt_findstrongs.png
share/icons/hicolor/32x32/actions/bt_lexicon.png
share/icons/hicolor/32x32/actions/bt_lexicon_add.png
share/icons/hicolor/32x32/actions/bt_lexicon_locked.png
share/icons/hicolor/32x32/actions/bt_startconfig.png
share/icons/hicolor/32x32/actions/bt_swordconfig.png
share/icons/hicolor/32x32/actions/bt_sync.png
share/icons/hicolor/32x32/actions/bt_tile.png
share/icons/hicolor/32x32/actions/bt_tile_auto.png
share/icons/hicolor/32x32/apps/bibletime.png
share/icons/hicolor/48x48/actions/bt_bible.png
share/icons/hicolor/48x48/actions/bt_bible_add.png
share/icons/hicolor/48x48/actions/bt_bible_locked.png
share/icons/hicolor/48x48/actions/bt_book.png
share/icons/hicolor/48x48/actions/bt_book_add.png
share/icons/hicolor/48x48/actions/bt_book_locked.png
share/icons/hicolor/48x48/actions/bt_cascade.png
share/icons/hicolor/48x48/actions/bt_cascade_auto.png
share/icons/hicolor/48x48/actions/bt_commentary.png
share/icons/hicolor/48x48/actions/bt_commentary_add.png
share/icons/hicolor/48x48/actions/bt_commentary_locked.png
share/icons/hicolor/48x48/actions/bt_displayconfig.png
share/icons/hicolor/48x48/actions/bt_displaytranslit.png
share/icons/hicolor/48x48/actions/bt_lexicon.png
share/icons/hicolor/48x48/actions/bt_lexicon_add.png
share/icons/hicolor/48x48/actions/bt_lexicon_locked.png
share/icons/hicolor/48x48/actions/bt_startconfig.png
share/icons/hicolor/48x48/actions/bt_swordconfig.png
share/icons/hicolor/48x48/actions/bt_sync.png
share/icons/hicolor/48x48/actions/bt_tile.png
share/icons/hicolor/48x48/actions/bt_tile_auto.png
share/icons/hicolor/48x48/apps/bibletime.png
share/icons/hicolor/64x64/apps/bibletime.png
share/locale/id/LC_MESSAGES/bibletime.mo
share/locale/nl/LC_MESSAGES/bibletime.mo
share/locale/pt_BR/LC_MESSAGES/bibletime.mo
share/locale/sk/LC_MESSAGES/bibletime.mo
share/man/de/man1/bibletime.1.gz
share/man/man1/bibletime.1.gz

@ -0,0 +1,7 @@
SUBDIR =
SUBDIR += amarok
SUBDIR += codeine
SUBDIR += kaffeine
.include <bsd.port.subdir.mk>

@ -0,0 +1,58 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: applications/multimedia/amarok
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTNAME= amarok-trinity
COMMENT= Versatile and easy to use audio player for Trinity
TDE_PREVERSION=
MASTER_SITE_SUBDIR= a/${PORTNAME}
PORTREVISION= 0
CATEGORIES= audio x11
DIST_SUBDIR= TDE/applications/multimedia
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libartsc.so:audio/arts-trinity \
${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \
${TDE_PREFIX}/include/konqsidebarplugin.h:x11/tdebase-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface \
libdbus-tqt-1.so:devel/dbus-tqt \
libakode.so:audio/akode \
LIB_DEPENDS+=\
libgpod.so:audio/libgpod \
libmp4v2.so:multimedia/mp4v2 \
libmtp.so:multimedia/libmtp \
libSDL.so:devel/sdl12 \
libtag.so:audio/taglib \
libvisual-0.4.so:graphics/libvisual04 \
libxine.so:multimedia/libxine \
USE_MYSQL= yes
USE_PGSQL= yes
USE_SQLITE= yes
USE_RUBY= yes
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
-DBUILD_ALL="ON" \
-DWITH_ALL_OPTIONS="ON" \
-DWITH_IFP="OFF" \
-DWITH_NJB="OFF" \
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1681955980
SHA256 (TDE/applications/multimedia/amarok-trinity_14.1.0.orig.tar.xz) = 4c3a9390198e4addff161af3e2a66cb4e61a9193ade7942c644f06586a39161d
SIZE (TDE/applications/multimedia/amarok-trinity_14.1.0.orig.tar.xz) = 10020036

@ -0,0 +1,23 @@
Versatile and easy to use audio player for Trinity
Amarok tries to be a little different, providing a simple drag and drop
interface that really makes playlist handling easy.
Features include:
- rapid playlist creation, with drag and drop from a directory view
- nice playlist browser for your existing playlists (PLS or M3U formats)
- collection-indexing support, for smart browsing and playlist creation
- possibility of accessing media via tdeioslaves, allowing you to play
via smb:// or fish:// (normal streams are of course supported)
- inline ID3 tag editing, capable of retrieving tags via MusicBrainz
- album cover support: automatically displays album covers from the
filesystem, or downloaded on the fly
- miscellaneous audio effects, including crossfading
- easy bindable global shortcuts, rich DCOP interface
- On-Screen Display (OSD), on track change or at keypress
- iPod and iRiver support
- Last.fm stream playing support (if ruby is installed)
- Track "mood" display (requires moodbar package installed)
Support for libvisual visualization plugins is also compiled in (you need
to have libvisual-0.4-plugins installed to be able to use it).

File diff suppressed because it is too large Load Diff

@ -0,0 +1,39 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: applications/multimedia/codeine
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTNAME= codeine-trinity
COMMENT= Simple TDE video player
TDE_PREVERSION=
MASTER_SITE_SUBDIR= c/${PORTNAME}
PORTREVISION= 0
CATEGORIES= multimedia x11
DIST_SUBDIR= TDE/applications/multimedia
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface \
LIB_DEPENDS+= libxine.so:multimedia/libxine \
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
-DBUILD_ALL="ON" \
-DWITH_ALL_OPTIONS="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1681955982
SHA256 (TDE/applications/multimedia/codeine-trinity_14.1.0.orig.tar.xz) = 71cf9b5c507fe6153726a7f3680271b62f1fd7b0a5353b34112e9c28bd4f5eb7
SIZE (TDE/applications/multimedia/codeine-trinity_14.1.0.orig.tar.xz) = 90072

@ -0,0 +1,8 @@
Simple TDE video player
A video player with a different philosophy: simple, uncluttered interface
Features:
- Plays DVDs, VCDs, all video formats supported by Xine
- Bundled with a simple web-page KPart
- Starts quickly

@ -0,0 +1,18 @@
bin/codeine
lib/trinity/libcodeine.la
lib/trinity/libcodeine.so
share/applications/tde/codeine.desktop
share/apps/codeine/codeineui.rc
share/apps/konqueror/servicemenus/codeine_play_dvd.desktop
share/doc/tde/HTML/en/codeine/common
share/doc/tde/HTML/en/codeine/index.cache.bz2
share/doc/tde/HTML/en/codeine/index.docbook
share/doc/tde/HTML/en/codeine/main.png
share/icons/hicolor/128x128/apps/codeine.png
share/icons/hicolor/16x16/apps/codeine.png
share/icons/hicolor/22x22/apps/codeine.png
share/icons/hicolor/32x32/apps/codeine.png
share/icons/hicolor/48x48/apps/codeine.png
share/icons/hicolor/64x64/apps/codeine.png
share/man/man1/codeine.1.gz
share/services/codeine_part.desktop

@ -0,0 +1,49 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: applications/multimedia/kaffeine
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTNAME= kaffeine-trinity
COMMENT= Versatile media player for TDE
TDE_PREVERSION=
MASTER_SITE_SUBDIR= k/${PORTNAME}
PORTREVISION= 0
CATEGORIES= multimedia x11
DIST_SUBDIR= TDE/applications/multimedia
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface
LIB_DEPENDS+=\
libcdda_paranoia.so:audio/cdparanoia \
libgstaudio-1.0.so:multimedia/gstreamer1-plugins \
libmp3lame.so:audio/lame \
libogg.so:audio/libogg \
libtheora.so:multimedia/libtheora \
libvorbis.so:audio/libvorbis \
libxcb.so:x11/libxcb \
libxine.so:multimedia/libxine \
libXtst.so:x11/libXtst \
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
-DBUILD_ALL="ON" \
-DWITH_ALL_OPTIONS="ON" \
-DWITH_DVB="OFF"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1681955986
SHA256 (TDE/applications/multimedia/kaffeine-trinity_14.1.0.orig.tar.xz) = 3e1f42a11d3e908c8796fcccc6a5c8599f13d13e60ee46982c477a8fe37f1799
SIZE (TDE/applications/multimedia/kaffeine-trinity_14.1.0.orig.tar.xz) = 2363540

@ -0,0 +1,9 @@
versatile media player for TDE
Kaffeine is a media player for TDE. While it supports multiple player
engines, its default engine is Xine, giving Kaffeine a wide variety of
supported media types and letting Kaffeine access CDs, DVDs, and
network streams easily.
Kaffeine can keep track of multiple playlists simultaneously, and supports
autoloading of subtitles files for use while playing video.

@ -0,0 +1,132 @@
bin/kaffeine
include/kaffeine/kaffeineaudioencoder.h
include/kaffeine/kaffeinepart.h
include/kaffeine/mrl.h
include/kaffeine/xine_part.h
include/kaffeine/xine_part_iface.h
lib/libkaffeineaudioencoder.la
lib/libkaffeineaudioencoder.so
lib/libkaffeineaudioencoder.so.0
lib/libkaffeineaudioencoder.so.0.0.1
lib/libkaffeinepart.la
lib/libkaffeinepart.so
lib/trinity/libgstreamerpart.la
lib/trinity/libgstreamerpart.so
lib/trinity/libkaffeinemp3lame.la
lib/trinity/libkaffeinemp3lame.so
lib/trinity/libkaffeineoggvorbis.la
lib/trinity/libkaffeineoggvorbis.so
lib/trinity/libxinepart.la
lib/trinity/libxinepart.so
share/applications/tde/kaffeine-iso.desktop
share/applications/tde/kaffeine.desktop
share/apps/gstreamerpart/gstreamer_part.rc
share/apps/kaffeine/dvbdata.tar.gz
share/apps/kaffeine/kaffeinedisc.rc
share/apps/kaffeine/kaffeineplaylist.rc
share/apps/kaffeine/kaffeineui.rc
share/apps/kaffeine/logo
share/apps/kaffeine/logo.avi
share/apps/kaffeine/logo.mpg
share/apps/kaffeine/mms.protocol
share/apps/kaffeine/nocover.png
share/apps/kaffeine/pics/playing.png
share/apps/kaffeine/rtsp.protocol
share/apps/kaffeine/xine_part.rc
share/apps/konqueror/servicemenus/kaffeine_append_file.desktop
share/apps/konqueror/servicemenus/kaffeine_open_directory.desktop
share/apps/konqueror/servicemenus/kaffeine_play_audiocd.desktop
share/apps/konqueror/servicemenus/kaffeine_play_dvd.desktop
share/apps/konqueror/servicemenus/kaffeine_play_vcd.desktop
share/apps/profiles/kaffeine.profile.xml
share/doc/tde/HTML/en/kaffeine/common
share/doc/tde/HTML/en/kaffeine/discwindow.png
share/doc/tde/HTML/en/kaffeine/dvbbroadcast.png
share/doc/tde/HTML/en/kaffeine/dvbclient.png
share/doc/tde/HTML/en/kaffeine/dvbconfig.png
share/doc/tde/HTML/en/kaffeine/dvbepg.png
share/doc/tde/HTML/en/kaffeine/dvblive.jpg
share/doc/tde/HTML/en/kaffeine/dvbscan.png
share/doc/tde/HTML/en/kaffeine/dvbtimers.png
share/doc/tde/HTML/en/kaffeine/dvbwin.png
share/doc/tde/HTML/en/kaffeine/gstpart.png
share/doc/tde/HTML/en/kaffeine/index.cache.bz2
share/doc/tde/HTML/en/kaffeine/index.docbook
share/doc/tde/HTML/en/kaffeine/kaffeinepart.png
share/doc/tde/HTML/en/kaffeine/playlistwin.png
share/doc/tde/HTML/en/kaffeine/startwindow.png
share/icons/hicolor/128x128/apps/kaffeine.png
share/icons/hicolor/16x16/actions/player_mute.png
share/icons/hicolor/16x16/actions/player_record.png
share/icons/hicolor/16x16/apps/gstreamer.png
share/icons/hicolor/16x16/apps/kaffeine.png
share/icons/hicolor/16x16/apps/kdvbra.png
share/icons/hicolor/16x16/apps/kdvbrac.png
share/icons/hicolor/16x16/apps/kdvbtv.png
share/icons/hicolor/16x16/apps/kdvbtvc.png
share/icons/hicolor/16x16/apps/kilogram.png
share/icons/hicolor/16x16/mimetypes/mime_kaffeine.png
share/icons/hicolor/22x22/actions/player_mute.png
share/icons/hicolor/22x22/actions/player_record.png
share/icons/hicolor/22x22/apps/kaffeine.png
share/icons/hicolor/22x22/apps/kilogram.png
share/icons/hicolor/32x32/actions/player_mute.png
share/icons/hicolor/32x32/actions/player_record.png
share/icons/hicolor/32x32/apps/kaffeine-pause.png
share/icons/hicolor/32x32/apps/kaffeine-play.png
share/icons/hicolor/32x32/apps/kaffeine-record.png
share/icons/hicolor/32x32/apps/kaffeine.png
share/icons/hicolor/32x32/apps/kilogram.png
share/icons/hicolor/32x32/mimetypes/mime_kaffeine.png
share/icons/hicolor/48x48/apps/kaffeine.png
share/icons/hicolor/48x48/mimetypes/mime_kaffeine.png
share/icons/hicolor/64x64/apps/kaffeine.png
share/locale/ar/LC_MESSAGES/kaffeine.mo
share/locale/bg/LC_MESSAGES/kaffeine.mo
share/locale/bn/LC_MESSAGES/kaffeine.mo
share/locale/br/LC_MESSAGES/kaffeine.mo
share/locale/ca/LC_MESSAGES/kaffeine.mo
share/locale/cs/LC_MESSAGES/kaffeine.mo
share/locale/da/LC_MESSAGES/kaffeine.mo
share/locale/de/LC_MESSAGES/kaffeine.mo
share/locale/el/LC_MESSAGES/kaffeine.mo
share/locale/es/LC_MESSAGES/kaffeine.mo
share/locale/et/LC_MESSAGES/kaffeine.mo
share/locale/fi/LC_MESSAGES/kaffeine.mo
share/locale/fr/LC_MESSAGES/kaffeine.mo
share/locale/ga/LC_MESSAGES/kaffeine.mo
share/locale/gl/LC_MESSAGES/kaffeine.mo
share/locale/he/LC_MESSAGES/kaffeine.mo
share/locale/hu/LC_MESSAGES/kaffeine.mo
share/locale/it/LC_MESSAGES/kaffeine.mo
share/locale/ja/LC_MESSAGES/kaffeine.mo
share/locale/ka/LC_MESSAGES/kaffeine.mo
share/locale/km/LC_MESSAGES/kaffeine.mo
share/locale/lt/LC_MESSAGES/kaffeine.mo
share/locale/mk/LC_MESSAGES/kaffeine.mo
share/locale/nb/LC_MESSAGES/kaffeine.mo
share/locale/nl/LC_MESSAGES/kaffeine.mo
share/locale/nn/LC_MESSAGES/kaffeine.mo
share/locale/pa/LC_MESSAGES/kaffeine.mo
share/locale/pl/LC_MESSAGES/kaffeine.mo
share/locale/pt/LC_MESSAGES/kaffeine.mo
share/locale/pt_BR/LC_MESSAGES/kaffeine.mo
share/locale/ru/LC_MESSAGES/kaffeine.mo
share/locale/se/LC_MESSAGES/kaffeine.mo
share/locale/sk/LC_MESSAGES/kaffeine.mo
share/locale/sr/LC_MESSAGES/kaffeine.mo
share/locale/sr@Latn/LC_MESSAGES/kaffeine.mo
share/locale/sv/LC_MESSAGES/kaffeine.mo
share/locale/tg/LC_MESSAGES/kaffeine.mo
share/locale/tr/LC_MESSAGES/kaffeine.mo
share/locale/uk/LC_MESSAGES/kaffeine.mo
share/locale/uz/LC_MESSAGES/kaffeine.mo
share/locale/zh_CN/LC_MESSAGES/kaffeine.mo
share/locale/zh_TW/LC_MESSAGES/kaffeine.mo
share/man/man1/kaffeine.1.gz
share/mimelnk/application/x-kaffeine.desktop
share/services/gstreamer_part.desktop
share/services/kaffeinemp3lame.desktop
share/services/kaffeineoggvorbis.desktop
share/services/xine_part.desktop
share/servicetypes/kaffeineaudioencoder.desktop

@ -0,0 +1,11 @@
SUBDIR =
SUBDIR += basket
SUBDIR += kbibtex
SUBDIR += kbookreader
SUBDIR += kile
SUBDIR += kmymoney2
SUBDIR += knowit
SUBDIR += tellico
.include <bsd.port.subdir.mk>

@ -0,0 +1,41 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: applications/office/basket
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTNAME= basket-trinity
COMMENT= Multi-purpose note-taking application for Trinity
TDE_PREVERSION=
MASTER_SITE_SUBDIR= b/${PORTNAME}
PORTREVISION= 0
CATEGORIES= deskutils x11
DIST_SUBDIR= TDE/applications/office
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \
${TDE_PREFIX}/lib/libkontact.so:deskutils/tdepim-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface
LIB_DEPENDS+=\
libgpgme.so:security/gpgme \
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
-DBUILD_ALL="ON" \
-DWITH_ALL_OPTIONS="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1681991466
SHA256 (TDE/applications/office/basket-trinity_14.1.0.orig.tar.xz) = 79547770f6d00597dc9ecc281a08789431d5b662d68733be4389fd17d2ffff18
SIZE (TDE/applications/office/basket-trinity_14.1.0.orig.tar.xz) = 3616372

@ -0,0 +1,9 @@
Multi-purpose note-taking application for Trinity
This application provides as many baskets (drawers) as you wish; Several
kinds of objects (texts, URLs, images,...) can be drag-n-drop'd into it.
Objects can be edited, copied, dragged... So, they can be arranged according to users' taste. Moreover, Basket allows you to keep all objects
you want in one place, keep data on hand, take notes...
Homepage: http://basket.kde.org/

@ -0,0 +1,127 @@
bin/basket
lib/libbasketcommon.la
lib/libbasketcommon.so
lib/trinity/basketthumbcreator.la
lib/trinity/basketthumbcreator.so
lib/trinity/kcm_basket.la
lib/trinity/kcm_basket.so
lib/trinity/libbasketpart.la
lib/trinity/libbasketpart.so
lib/trinity/libkontact_basket.la
lib/trinity/libkontact_basket.so
share/applications/tde/basket.desktop
share/apps/basket/backgrounds/abstract.png
share/apps/basket/backgrounds/alien-artifact.png
share/apps/basket/backgrounds/alien-artifact.png.config
share/apps/basket/backgrounds/basket-title.png
share/apps/basket/backgrounds/green-curves.png
share/apps/basket/backgrounds/light.png
share/apps/basket/backgrounds/painting.png
share/apps/basket/backgrounds/pens.png
share/apps/basket/backgrounds/pins.png
share/apps/basket/backgrounds/previews/abstract.png
share/apps/basket/backgrounds/previews/alien-artifact.png
share/apps/basket/backgrounds/previews/basket-title.png
share/apps/basket/backgrounds/previews/green-curves.png
share/apps/basket/backgrounds/previews/light.png
share/apps/basket/backgrounds/previews/painting.png
share/apps/basket/backgrounds/previews/pens.png
share/apps/basket/backgrounds/previews/pins.png
share/apps/basket/backgrounds/previews/rainbow-balls.png
share/apps/basket/backgrounds/previews/rounds-line.png
share/apps/basket/backgrounds/previews/strings.png
share/apps/basket/backgrounds/previews/todo.png
share/apps/basket/backgrounds/previews/working.png
share/apps/basket/backgrounds/rainbow-balls.png
share/apps/basket/backgrounds/rounds-line.png
share/apps/basket/backgrounds/strings.png
share/apps/basket/backgrounds/todo.png
share/apps/basket/backgrounds/working.png
share/apps/basket/basket_part.rc
share/apps/basket/basketui.rc
share/apps/basket/images/insertion_help.png
share/apps/basket/images/tag_export_help.png
share/apps/basket/images/tag_export_on_every_lines_help.png
share/apps/basket/welcome/Welcome_de.baskets
share/apps/basket/welcome/Welcome_en_US.baskets
share/apps/basket/welcome/Welcome_fr.baskets
share/apps/basket/welcome/Welcome_it.baskets
share/apps/basket/welcome/Welcome_ja.baskets
share/apps/basket/welcome/Welcome_nn.baskets
share/apps/basket/welcome/Welcome_pt.baskets
share/apps/basket/welcome/Welcome_ru.baskets
share/apps/kontact/ksettingsdialog/kontact_basketplugin.setdlg
share/config/magic/basket.magic
share/config/magic/basket.magic.mgc
share/doc/tde/HTML/en/basket/common
share/doc/tde/HTML/en/basket/index.cache.bz2
share/doc/tde/HTML/en/basket/index.docbook
share/icons/crystalsvg/128x128/apps/basket.png
share/icons/crystalsvg/128x128/mimetypes/baskets.png
share/icons/crystalsvg/128x128/mimetypes/baskett.png
share/icons/crystalsvg/16x16/actions/likeback_bug.png
share/icons/crystalsvg/16x16/actions/likeback_dislike.png
share/icons/crystalsvg/16x16/actions/likeback_feature.png
share/icons/crystalsvg/16x16/actions/likeback_like.png
share/icons/crystalsvg/16x16/actions/tag_checkbox.png
share/icons/crystalsvg/16x16/actions/tag_checkbox_checked.png
share/icons/crystalsvg/16x16/actions/tag_for_later.png
share/icons/crystalsvg/16x16/actions/tag_fun.png
share/icons/crystalsvg/16x16/actions/tag_important.png
share/icons/crystalsvg/16x16/actions/tag_preference_bad.png
share/icons/crystalsvg/16x16/actions/tag_preference_excelent.png
share/icons/crystalsvg/16x16/actions/tag_preference_good.png
share/icons/crystalsvg/16x16/actions/tag_priority_high.png
share/icons/crystalsvg/16x16/actions/tag_priority_low.png
share/icons/crystalsvg/16x16/actions/tag_priority_medium.png
share/icons/crystalsvg/16x16/actions/tag_progress_000.png
share/icons/crystalsvg/16x16/actions/tag_progress_025.png
share/icons/crystalsvg/16x16/actions/tag_progress_050.png
share/icons/crystalsvg/16x16/actions/tag_progress_075.png
share/icons/crystalsvg/16x16/actions/tag_progress_100.png
share/icons/crystalsvg/16x16/apps/basket.png
share/icons/crystalsvg/16x16/mimetypes/baskets.png
share/icons/crystalsvg/16x16/mimetypes/baskett.png
share/icons/crystalsvg/22x22/apps/basket.png
share/icons/crystalsvg/22x22/mimetypes/baskets.png
share/icons/crystalsvg/22x22/mimetypes/baskett.png
share/icons/crystalsvg/32x32/apps/basket.png
share/icons/crystalsvg/32x32/mimetypes/baskets.png
share/icons/crystalsvg/32x32/mimetypes/baskett.png
share/icons/crystalsvg/48x48/apps/basket.png
share/icons/crystalsvg/48x48/mimetypes/baskets.png
share/icons/crystalsvg/48x48/mimetypes/baskett.png
share/icons/crystalsvg/64x64/apps/basket.png
share/icons/crystalsvg/64x64/mimetypes/baskets.png
share/icons/crystalsvg/64x64/mimetypes/baskett.png
share/icons/crystalsvg/scalable/apps/basket.svg
share/locale/cs/LC_MESSAGES/basket.mo
share/locale/da/LC_MESSAGES/basket.mo
share/locale/de/LC_MESSAGES/basket.mo
share/locale/el/LC_MESSAGES/basket.mo
share/locale/es/LC_MESSAGES/basket.mo
share/locale/fr/LC_MESSAGES/basket.mo
share/locale/id/LC_MESSAGES/basket.mo
share/locale/it/LC_MESSAGES/basket.mo
share/locale/ja/LC_MESSAGES/basket.mo
share/locale/nl/LC_MESSAGES/basket.mo
share/locale/nn/LC_MESSAGES/basket.mo
share/locale/pl_PL/LC_MESSAGES/basket.mo
share/locale/pt/LC_MESSAGES/basket.mo
share/locale/ru/LC_MESSAGES/basket.mo
share/locale/sk/LC_MESSAGES/basket.mo
share/locale/tr/LC_MESSAGES/basket.mo
share/locale/uk/LC_MESSAGES/basket.mo
share/locale/zh_CN/LC_MESSAGES/basket.mo
share/locale/zh_TW/LC_MESSAGES/basket.mo
share/man/man1/basket.1.gz
share/mimelnk/application/x-basket-archive.desktop
share/mimelnk/application/x-basket-template.desktop
share/services/basket_config_apps.desktop
share/services/basket_config_baskets.desktop
share/services/basket_config_general.desktop
share/services/basket_config_new_notes.desktop
share/services/basket_config_notes_appearance.desktop
share/services/basket_part.desktop
share/services/basketthumbcreator.desktop
share/services/kontact/basket.desktop

@ -0,0 +1,41 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: applications/office/kbibtex
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTNAME= kbibtex-trinity
COMMENT= BibTeX editor for TDE
TDE_PREVERSION=
MASTER_SITE_SUBDIR= k/${PORTNAME}
PORTREVISION= 0
CATEGORIES= databases x11
DIST_SUBDIR= TDE/applications/office
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface
LIB_DEPENDS+=\
libxslt.so:textproc/libxslt \
libyaz.so:net/yaz \
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
-DBUILD_ALL="ON" \
-DWITH_ALL_OPTIONS="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1681991467
SHA256 (TDE/applications/office/kbibtex-trinity_14.1.0.orig.tar.xz) = e58d6d997c7d80993933d935e97c74dfa3b11c9f6ae5fbc46fee6b5a6740fc24
SIZE (TDE/applications/office/kbibtex-trinity_14.1.0.orig.tar.xz) = 285616

@ -0,0 +1,13 @@
BibTeX editor for TDE
An application to manage bibliography databases in the BibTeX format. KBibTeX
can be used as a standalone program, but can also be embedded into other TDE.
applications (e.g. as bibliography editor into Kile).
KBibTeX can query online ressources (e.g. Google scholar) via customizable.
search URLs. It is also able to import complete datasets from NCBI Pubmed.
It also supports tagging references with keywords and manages references to
local files.
BibTeX files can be exported into HTML, XML, PDF, PS and RTF format using a.
number of citation styles.

@ -0,0 +1,27 @@
bin/kbibtex
lib/trinity/libkbibtexpart.la
lib/trinity/libkbibtexpart.so
share/applications/tde/kbibtex.desktop
share/apps/kbibtex/kbibtex_shell.rc
share/apps/kbibtex/z3950-servers.cfg
share/apps/kbibtexpart/kbibtex_part.rc
share/apps/kbibtexpart/xslt/MARC21slim2MODS3.xsl
share/apps/kbibtexpart/xslt/MARC21slimUtils.xsl
share/apps/kbibtexpart/xslt/UNIMARC2MODS3.xsl
share/apps/kbibtexpart/xslt/html.xsl
share/doc/tde/HTML/en/kbibtex/common
share/doc/tde/HTML/en/kbibtex/index.cache.bz2
share/doc/tde/HTML/en/kbibtex/index.docbook
share/icons/hicolor/128x128/apps/kbibtex.png
share/icons/hicolor/16x16/apps/kbibtex.png
share/icons/hicolor/22x22/apps/kbibtex.png
share/icons/hicolor/32x32/apps/kbibtex.png
share/icons/hicolor/48x48/apps/kbibtex.png
share/icons/hicolor/64x64/apps/kbibtex.png
share/locale/de/LC_MESSAGES/kbibtex.mo
share/locale/fr/LC_MESSAGES/kbibtex.mo
share/locale/it/LC_MESSAGES/kbibtex.mo
share/locale/pl/LC_MESSAGES/kbibtex.mo
share/locale/ru/LC_MESSAGES/kbibtex.mo
share/man/man1/kbibtex.1.gz
share/services/kbibtex_part.desktop

@ -0,0 +1,36 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: applications/office/kbookreader
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTNAME= kbookreader-trinity
COMMENT= eBook reader for Trinity
TDE_PREVERSION=
MASTER_SITE_SUBDIR= k/${PORTNAME}
PORTREVISION= 0
CATEGORIES= deskutils x11
DIST_SUBDIR= TDE/applications/office
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
-DBUILD_ALL="ON" \
-DWITH_ALL_OPTIONS="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1681991468
SHA256 (TDE/applications/office/kbookreader-trinity_14.1.0.orig.tar.xz) = 734dca1f339097d4b663452b7f65ddc24aead4876c5ee7f22b1115158a7fd56a
SIZE (TDE/applications/office/kbookreader-trinity_14.1.0.orig.tar.xz) = 122184

@ -0,0 +1,4 @@
eBook reader for Trinity
kbookreader is an application which allows you to view eBooks
within the Trinity Desktop Environment

@ -0,0 +1,17 @@
bin/kbookreader
bin/kbookreader_client
share/applications/tde/kbookreader.desktop
share/apps/kbookreader/kbookreaderui.rc
share/apps/kbookreader/themes/default/bg.png
share/apps/kbookreader/themes/default/bookmark.png
share/apps/kbookreader/themes/default/splash.png
share/config.kcfg/kbookreader.kcfg
share/doc/tde/HTML/en/kbookreader/common
share/doc/tde/HTML/en/kbookreader/index.cache.bz2
share/doc/tde/HTML/en/kbookreader/index.docbook
share/icons/hicolor/16x16/apps/kbookreader.png
share/icons/hicolor/32x32/apps/kbookreader.png
share/locale/cs/LC_MESSAGES/kbookreader.mo
share/locale/de/LC_MESSAGES/kbookreader.mo
share/locale/nl/LC_MESSAGES/kbookreader.mo
share/locale/pl/LC_MESSAGES/kbookreader.mo

@ -0,0 +1,37 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: applications/office/kile
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTNAME= kile-trinity
COMMENT= TDE Integrated LaTeX Environment
TDE_PREVERSION=
MASTER_SITE_SUBDIR= k/${PORTNAME}
PORTREVISION= 0
CATEGORIES= editors x11
DIST_SUBDIR= TDE/applications/office
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
-DBUILD_ALL="ON" \
-DWITH_ALL_OPTIONS="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1681991470
SHA256 (TDE/applications/office/kile-trinity_14.1.0.orig.tar.xz) = 6debd65ee5d3dbceae099761d42f9c4d11960a5b0da69eaad42c3501dd389489
SIZE (TDE/applications/office/kile-trinity_14.1.0.orig.tar.xz) = 3683320

@ -0,0 +1,14 @@
TDE Integrated LaTeX Environment
Kile is a user-friendly LaTeX source editor and TeX shell for TDE.
The source editor is a multi-document editor designed for .tex and .bib
files. Menus, wizards and auto-completion are provided to assist with
tag insertion and code generation. A structural view of the document
assists with navigation within source files.
The TeX shell integrates the various tools required for TeX processing.
It assists with LaTeX compilation, DVI and postscript document viewing,
generation of bibliographies and indices and other common tasks.
Kile can support large projects consisting of several smaller files.

File diff suppressed because it is too large Load Diff

@ -0,0 +1,41 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: applications/office/kmymoney2
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTNAME= kmymoney2-trinity
COMMENT= Personal finance manager for TDE
TDE_PREVERSION=
MASTER_SITE_SUBDIR= k/${PORTNAME}
PORTREVISION= 0
CATEGORIES= finance x11
DIST_SUBDIR= TDE/applications/office
DISTSRC= kmymoney-trinity-${TDE_VERSION}${TDE_PREVERSION}
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface \
libofx.so:finance/libofx \
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
-DBUILD_ALL="ON" \
-DWITH_ALL_OPTIONS="ON" \
-DBUILD_DEVELOPER_DOCS="OFF" \
-DBUILD_DESIGNER_PLUGIN="OFF"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1681991473
SHA256 (TDE/applications/office/kmymoney2-trinity_14.1.0.orig.tar.xz) = 559ffb0757a5669d5f805395f939d4e604b99a70fa3a70e0647933c003a09539
SIZE (TDE/applications/office/kmymoney2-trinity_14.1.0.orig.tar.xz) = 8637092

@ -0,0 +1,6 @@
Personal finance manager for TDE
KMyMoney is the Personal Finance Manager for TDE. It operates similar to
MS-Money and Quicken, supports different account types, categorisation of
expenses, QIF import/export, multiple currencies and initial online banking
support.

File diff suppressed because it is too large Load Diff

@ -0,0 +1,37 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: applications/office/knowit
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTNAME= knowit-trinity
COMMENT= Tool for managing notes [Trinity]
TDE_PREVERSION=
MASTER_SITE_SUBDIR= k/${PORTNAME}
PORTREVISION= 0
CATEGORIES= deskutils x11
DIST_SUBDIR= TDE/applications/office
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
-DBUILD_ALL="ON" \
-DWITH_ALL_OPTIONS="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1681991474
SHA256 (TDE/applications/office/knowit-trinity_14.1.0.orig.tar.xz) = 3a90551730ba5dbd9ed51b7f9c0116930f4a0134d04cd7481909aeb18ea5b150
SIZE (TDE/applications/office/knowit-trinity_14.1.0.orig.tar.xz) = 97260

@ -0,0 +1,5 @@
Tool for managing notes [Trinity]
KnowIt is a tool for managing notes which are organized in
tree-like hierarchy. It is similar to TuxCards,
but TDE-based, and requires Trinity.

@ -0,0 +1,21 @@
bin/knowit
share/applications/tde/knowit.desktop
share/apps/knowit/knowitui.rc
share/apps/knowit/tips
share/doc/tde/HTML/en/knowit/common
share/doc/tde/HTML/en/knowit/index.cache.bz2
share/doc/tde/HTML/en/knowit/index.docbook
share/doc/tde/HTML/en/knowit/screenshot.png
share/icons/hicolor/16x16/apps/knowit.png
share/icons/hicolor/32x32/apps/knowit.png
share/locale/de/LC_MESSAGES/knowit.mo
share/locale/es/LC_MESSAGES/knowit.mo
share/locale/fr/LC_MESSAGES/knowit.mo
share/locale/hu/LC_MESSAGES/knowit.mo
share/locale/nl/LC_MESSAGES/knowit.mo
share/locale/pl/LC_MESSAGES/knowit.mo
share/locale/ru/LC_MESSAGES/knowit.mo
share/locale/sk/LC_MESSAGES/knowit.mo
share/locale/zh_CN/LC_MESSAGES/knowit.mo
share/man/man1/knowit.1.gz
share/mimelnk/application/x-knowit.desktop

@ -0,0 +1,53 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: applications/office/tellico
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTNAME= tellico-trinity
COMMENT= Collection manager for books, videos, music [Trinity]
TDE_PREVERSION=
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= misc x11
DIST_SUBDIR= TDE/applications/office
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \
${TDE_PREFIX}/lib/libkcal.so:deskutils/tdepim-trinity \
${TDE_PREFIX}/lib/libkcddb.so:multimedia/tdemultimedia-trinity \
${TDE_PREFIX}/lib/libpoppler-tqt.so:graphics/tdegraphics-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface
BUILD_DEPENDS+= \
${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat \
LIB_DEPENDS+=\
libbtparse.so:textproc/btparse \
libexempi.so:textproc/exempi \
libtag.so:audio/taglib \
libxml2.so:textproc/libxml2 \
libxslt.so:textproc/libxslt \
libyaz.so:net/yaz \
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
-DBUILD_ALL="ON" \
-DWITH_ALL_OPTIONS="ON"
do-build: tde-cmake-build
post-build: tde-cmake-check
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1681991476
SHA256 (TDE/applications/office/tellico-trinity_14.1.0.orig.tar.xz) = e79c882bc4ce5038bd415ad96c982876b9437996cee437807b5e7420ccb3f3a5
SIZE (TDE/applications/office/tellico-trinity_14.1.0.orig.tar.xz) = 2855752

@ -0,0 +1,14 @@
Collection manager for books, videos, music [Trinity]
Tellico is a collection manager for TDE. It includes default collections for
books, bibliographies, comic books, videos, music, coins, stamps, trading
cards, and wines, and also allows custom collections; with unlimited
user-defined fields allowed. Automatically formatted names, sorting by any
property, filters, automatic ISBN validation and full customization for
printing or display through XSLT files are some of the features present. It
can import CSV, RIS, BibTeX, and BibTeXML files; and export CSV, HTML, BibTeX,
BibTeXML, and PilotDB. Tellico can also import data from Amazon, IMDb, CDDB,
or any US-MARC compliant z39.50 server.
The files are stored in XML format, avoiding the need for database server.
It also makes it easy for other softwares to use the Tellico data.

@ -0,0 +1,225 @@
bin/tellico
share/applications/tde/tellico.desktop
share/apps/tdeconf_update/tellico-1-3-update.pl
share/apps/tdeconf_update/tellico-rename.upd
share/apps/tdeconf_update/tellico.upd
share/apps/tellico/MARC21slim2MODS3.xsl
share/apps/tellico/MARC21slimUtils.xsl
share/apps/tellico/UNIMARC2MODS3.xsl
share/apps/tellico/amazon2tellico.xsl
share/apps/tellico/arxiv2tellico.xsl
share/apps/tellico/bibtex-translation.xml
share/apps/tellico/bluray-logo.png
share/apps/tellico/cassette-logo.png
share/apps/tellico/cd-logo.png
share/apps/tellico/crossref2tellico.xsl
share/apps/tellico/data-sources/boardgamegeek.rb
share/apps/tellico/data-sources/boardgamegeek.rb.spec
share/apps/tellico/data-sources/dark_horse_comics.py
share/apps/tellico/data-sources/dark_horse_comics.py.spec
share/apps/tellico/data-sources/fr.allocine.py
share/apps/tellico/data-sources/fr.allocine.py.spec
share/apps/tellico/data-sources/ministerio_de_cultura.py
share/apps/tellico/data-sources/ministerio_de_cultura.py.spec
share/apps/tellico/delicious2tellico.xsl
share/apps/tellico/discogs2tellico.xsl
share/apps/tellico/dvd-logo.png
share/apps/tellico/entry-templates/Album.xsl
share/apps/tellico/entry-templates/Compact.xsl
share/apps/tellico/entry-templates/Default.xsl
share/apps/tellico/entry-templates/Fancy.xsl
share/apps/tellico/entry-templates/Video.xsl
share/apps/tellico/gcstar2tellico.xsl
share/apps/tellico/griffith2tellico.py
share/apps/tellico/hddvd-logo.png
share/apps/tellico/isbndb2tellico.xsl
share/apps/tellico/mods2tellico.xsl
share/apps/tellico/pics/README.icons
share/apps/tellico/pics/README.quesnay
share/apps/tellico/pics/album.png
share/apps/tellico/pics/bibtex.png
share/apps/tellico/pics/boardgame.png
share/apps/tellico/pics/book.png
share/apps/tellico/pics/card.png
share/apps/tellico/pics/checkmark.png
share/apps/tellico/pics/coin.png
share/apps/tellico/pics/comic.png
share/apps/tellico/pics/file.png
share/apps/tellico/pics/game.png
share/apps/tellico/pics/nocover_album.png
share/apps/tellico/pics/nocover_bibtex.png
share/apps/tellico/pics/nocover_boardgame.png
share/apps/tellico/pics/nocover_book.png
share/apps/tellico/pics/nocover_comic.png
share/apps/tellico/pics/nocover_game.png
share/apps/tellico/pics/nocover_video.png
share/apps/tellico/pics/person-open.png
share/apps/tellico/pics/person.png
share/apps/tellico/pics/script.png
share/apps/tellico/pics/script.svg
share/apps/tellico/pics/stamp.png
share/apps/tellico/pics/star_off.png
share/apps/tellico/pics/star_on.png
share/apps/tellico/pics/stars1.png
share/apps/tellico/pics/stars10.png
share/apps/tellico/pics/stars2.png
share/apps/tellico/pics/stars3.png
share/apps/tellico/pics/stars4.png
share/apps/tellico/pics/stars5.png
share/apps/tellico/pics/stars6.png
share/apps/tellico/pics/stars7.png
share/apps/tellico/pics/stars8.png
share/apps/tellico/pics/stars9.png
share/apps/tellico/pics/tellico.png
share/apps/tellico/pics/tellico.svg
share/apps/tellico/pics/tellico_mime.svg
share/apps/tellico/pics/video.png
share/apps/tellico/pics/wine.png
share/apps/tellico/pubmed2tellico.xsl
share/apps/tellico/record-logo.png
share/apps/tellico/referencer2tellico.xsl
share/apps/tellico/report-templates/Column_View.xsl
share/apps/tellico/report-templates/Group_Summary.xsl
share/apps/tellico/report-templates/Group_View.xsl
share/apps/tellico/report-templates/Image_List.xsl
share/apps/tellico/report-templates/Loan_View.xsl
share/apps/tellico/report-templates/Title_Listing_(Horizontal).xsl
share/apps/tellico/report-templates/Title_Listing_(Vertical).xsl
share/apps/tellico/report-templates/Tri-Column.xsl
share/apps/tellico/shadowAlpha.png
share/apps/tellico/tellico-by-author.xsl
share/apps/tellico/tellico-by-title.xsl
share/apps/tellico/tellico-common.xsl
share/apps/tellico/tellico-printing.xsl
share/apps/tellico/tellico.dtd
share/apps/tellico/tellico.tips
share/apps/tellico/tellico2gcstar.xsl
share/apps/tellico/tellico2html.js
share/apps/tellico/tellico2html.xsl
share/apps/tellico/tellico2onix.xsl
share/apps/tellico/tellicoui.rc
share/apps/tellico/unixref2tellico.xsl
share/apps/tellico/vhs-logo.png
share/apps/tellico/welcome.html
share/apps/tellico/xmp2tellico.xsl
share/apps/tellico/yahoo2tellico.xsl
share/apps/tellico/z3950-servers.cfg
share/config.kcfg/tellico_config.kcfg
share/config/tellicorc
share/doc/tde/HTML/en/tellico/advanced.docbook
share/doc/tde/HTML/en/tellico/amazon-options.png
share/doc/tde/HTML/en/tellico/common
share/doc/tde/HTML/en/tellico/configuration.docbook
share/doc/tde/HTML/en/tellico/csv-dialog.png
share/doc/tde/HTML/en/tellico/details.docbook
share/doc/tde/HTML/en/tellico/entry-editor1.png
share/doc/tde/HTML/en/tellico/entry-editor3.png
share/doc/tde/HTML/en/tellico/entry-editor4.png
share/doc/tde/HTML/en/tellico/entry-editor5.png
share/doc/tde/HTML/en/tellico/export-bibtex.png
share/doc/tde/HTML/en/tellico/export-csv.png
share/doc/tde/HTML/en/tellico/export-html.png
share/doc/tde/HTML/en/tellico/export-options.png
share/doc/tde/HTML/en/tellico/export-pdb.png
share/doc/tde/HTML/en/tellico/externalexec-options.png
share/doc/tde/HTML/en/tellico/faqs.docbook
share/doc/tde/HTML/en/tellico/fetch-dialog.png
share/doc/tde/HTML/en/tellico/fields-dialog.png
share/doc/tde/HTML/en/tellico/filter-dialog.png
share/doc/tde/HTML/en/tellico/filter-view.png
share/doc/tde/HTML/en/tellico/fundamentals.docbook
share/doc/tde/HTML/en/tellico/general-options.png
share/doc/tde/HTML/en/tellico/hacking.docbook
share/doc/tde/HTML/en/tellico/imdb-options.png
share/doc/tde/HTML/en/tellico/importing-exporting.docbook
share/doc/tde/HTML/en/tellico/index.cache.bz2
share/doc/tde/HTML/en/tellico/index.docbook
share/doc/tde/HTML/en/tellico/loan-dialog.png
share/doc/tde/HTML/en/tellico/loan-view.png
share/doc/tde/HTML/en/tellico/main-window.png
share/doc/tde/HTML/en/tellico/menus.docbook
share/doc/tde/HTML/en/tellico/openoffice-dialog.png
share/doc/tde/HTML/en/tellico/print-options.png
share/doc/tde/HTML/en/tellico/report-dialog.png
share/doc/tde/HTML/en/tellico/source-options.png
share/doc/tde/HTML/en/tellico/sru-options.png
share/doc/tde/HTML/en/tellico/template-options.png
share/doc/tde/HTML/en/tellico/z3950-options.png
share/doc/tde/HTML/fr/tellico/advanced.docbook
share/doc/tde/HTML/fr/tellico/amazon-options.png
share/doc/tde/HTML/fr/tellico/common
share/doc/tde/HTML/fr/tellico/configuration.docbook
share/doc/tde/HTML/fr/tellico/csv-dialog.png
share/doc/tde/HTML/fr/tellico/details.docbook
share/doc/tde/HTML/fr/tellico/entry-editor1.png
share/doc/tde/HTML/fr/tellico/entry-editor3.png
share/doc/tde/HTML/fr/tellico/entry-editor4.png
share/doc/tde/HTML/fr/tellico/entry-editor5.png
share/doc/tde/HTML/fr/tellico/export-bibtex.png
share/doc/tde/HTML/fr/tellico/export-csv.png
share/doc/tde/HTML/fr/tellico/export-html.png
share/doc/tde/HTML/fr/tellico/export-options.png
share/doc/tde/HTML/fr/tellico/export-pdb.png
share/doc/tde/HTML/fr/tellico/externalexec-options.png
share/doc/tde/HTML/fr/tellico/faqs.docbook
share/doc/tde/HTML/fr/tellico/fetch-dialog.png
share/doc/tde/HTML/fr/tellico/fields-dialog.png
share/doc/tde/HTML/fr/tellico/filter-dialog.png
share/doc/tde/HTML/fr/tellico/filter-view.png
share/doc/tde/HTML/fr/tellico/fundamentals.docbook
share/doc/tde/HTML/fr/tellico/general-options.png
share/doc/tde/HTML/fr/tellico/hacking.docbook
share/doc/tde/HTML/fr/tellico/imdb-options.png
share/doc/tde/HTML/fr/tellico/importing-exporting.docbook
share/doc/tde/HTML/fr/tellico/index.cache.bz2
share/doc/tde/HTML/fr/tellico/index.docbook
share/doc/tde/HTML/fr/tellico/loan-dialog.png
share/doc/tde/HTML/fr/tellico/loan-view.png
share/doc/tde/HTML/fr/tellico/main-window.png
share/doc/tde/HTML/fr/tellico/menus.docbook
share/doc/tde/HTML/fr/tellico/openoffice-dialog.png
share/doc/tde/HTML/fr/tellico/print-options.png
share/doc/tde/HTML/fr/tellico/report-dialog.png
share/doc/tde/HTML/fr/tellico/source-options.png
share/doc/tde/HTML/fr/tellico/sru-options.png
share/doc/tde/HTML/fr/tellico/template-options.png
share/doc/tde/HTML/fr/tellico/z3950-options.png
share/icons/hicolor/128x128/apps/tellico.png
share/icons/hicolor/128x128/mimetypes/application-x-tellico.png
share/icons/hicolor/16x16/apps/tellico.png
share/icons/hicolor/16x16/mimetypes/application-x-tellico.png
share/icons/hicolor/22x22/apps/tellico.png
share/icons/hicolor/22x22/mimetypes/application-x-tellico.png
share/icons/hicolor/32x32/apps/tellico.png
share/icons/hicolor/32x32/mimetypes/application-x-tellico.png
share/icons/hicolor/48x48/apps/tellico.png
share/icons/hicolor/48x48/mimetypes/application-x-tellico.png
share/icons/hicolor/64x64/apps/tellico.png
share/icons/hicolor/64x64/mimetypes/application-x-tellico.png
share/icons/hicolor/scalable/apps/tellico.svg
share/icons/hicolor/scalable/mimetypes/application-x-tellico.svg
share/locale/bg/LC_MESSAGES/tellico.mo
share/locale/ca/LC_MESSAGES/tellico.mo
share/locale/cs/LC_MESSAGES/tellico.mo
share/locale/de/LC_MESSAGES/tellico.mo
share/locale/ee/LC_MESSAGES/tellico.mo
share/locale/en_GB/LC_MESSAGES/tellico.mo
share/locale/es/LC_MESSAGES/tellico.mo
share/locale/fi/LC_MESSAGES/tellico.mo
share/locale/fr/LC_MESSAGES/tellico.mo
share/locale/hu/LC_MESSAGES/tellico.mo
share/locale/it/LC_MESSAGES/tellico.mo
share/locale/nb/LC_MESSAGES/tellico.mo
share/locale/nl/LC_MESSAGES/tellico.mo
share/locale/nn/LC_MESSAGES/tellico.mo
share/locale/pl/LC_MESSAGES/tellico.mo
share/locale/pt/LC_MESSAGES/tellico.mo
share/locale/pt_BR/LC_MESSAGES/tellico.mo
share/locale/ro/LC_MESSAGES/tellico.mo
share/locale/ru/LC_MESSAGES/tellico.mo
share/locale/sv/LC_MESSAGES/tellico.mo
share/locale/tr/LC_MESSAGES/tellico.mo
share/locale/uk/LC_MESSAGES/tellico.mo
share/man/man1/tellico.1.gz
share/mime/packages/tellico.xml
share/mimelnk/application/x-tellico.desktop

@ -0,0 +1,8 @@
SUBDIR =
SUBDIR += kiosktool
SUBDIR += kkbswitch
SUBDIR += tde-systemsettings
SUBDIR += tdesudo
.include <bsd.port.subdir.mk>

@ -0,0 +1,37 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: applications/settings/kiosktool
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTNAME= kiosktool-trinity
COMMENT= Tool to configure the TDE kiosk framework
TDE_PREVERSION=
MASTER_SITE_SUBDIR= k/${PORTNAME}
PORTREVISION= 0
CATEGORIES= sysutils x11
DIST_SUBDIR= TDE/applications/settings
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
-DBUILD_ALL="ON" \
-DWITH_ALL_OPTIONS="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1682001670
SHA256 (TDE/applications/settings/kiosktool-trinity_14.1.0.orig.tar.xz) = 18acf34eb0fbcb5bbd3b4e6b3bf97b12a9f5e97a7366311751bb41ca7aeba6db
SIZE (TDE/applications/settings/kiosktool-trinity_14.1.0.orig.tar.xz) = 270004

@ -0,0 +1,5 @@
Tool to configure the TDE kiosk framework
A Point&Click tool for system administrators to enable
TDE's KIOSK features or otherwise preconfigure TDE for
groups of users.

@ -0,0 +1,105 @@
bin/kiosktool
bin/kiosktool-tdedirs
share/applications/tde/kiosktool.desktop
share/apps/kiosktool/background.png
share/apps/kiosktool/caption-da.png
share/apps/kiosktool/caption-empty.png
share/apps/kiosktool/caption-et.png
share/apps/kiosktool/caption-pt.png
share/apps/kiosktool/caption-pt_BR.png
share/apps/kiosktool/caption-sv.png
share/apps/kiosktool/caption.png
share/apps/kiosktool/kiosk_data.xml
share/apps/kiosktool/kiosktoolui.rc
share/apps/kiosktool/logo.png
share/doc/tde/HTML/da/kiosktool/common
share/doc/tde/HTML/da/kiosktool/extra-steps.docbook
share/doc/tde/HTML/da/kiosktool/index.cache.bz2
share/doc/tde/HTML/da/kiosktool/index.docbook
share/doc/tde/HTML/da/kiosktool/introduction.docbook
share/doc/tde/HTML/da/kiosktool/profile-assign.docbook
share/doc/tde/HTML/da/kiosktool/profile-create.docbook
share/doc/tde/HTML/da/kiosktool/profile-setup.docbook
share/doc/tde/HTML/da/kiosktool/profiles.docbook
share/doc/tde/HTML/da/kiosktool/settings.docbook
share/doc/tde/HTML/en/kiosktool/common
share/doc/tde/HTML/en/kiosktool/extra-steps.docbook
share/doc/tde/HTML/en/kiosktool/index.cache.bz2
share/doc/tde/HTML/en/kiosktool/index.docbook
share/doc/tde/HTML/en/kiosktool/introduction.docbook
share/doc/tde/HTML/en/kiosktool/profile-assign.docbook
share/doc/tde/HTML/en/kiosktool/profile-create.docbook
share/doc/tde/HTML/en/kiosktool/profile-setup.docbook
share/doc/tde/HTML/en/kiosktool/profiles.docbook
share/doc/tde/HTML/en/kiosktool/settings.docbook
share/doc/tde/HTML/it/kiosktool/common
share/doc/tde/HTML/it/kiosktool/extra-steps.docbook
share/doc/tde/HTML/it/kiosktool/index.cache.bz2
share/doc/tde/HTML/it/kiosktool/index.docbook
share/doc/tde/HTML/it/kiosktool/introduction.docbook
share/doc/tde/HTML/it/kiosktool/profile-assign.docbook
share/doc/tde/HTML/it/kiosktool/profile-create.docbook
share/doc/tde/HTML/it/kiosktool/profile-setup.docbook
share/doc/tde/HTML/it/kiosktool/profiles.docbook
share/doc/tde/HTML/it/kiosktool/settings.docbook
share/doc/tde/HTML/nl/kiosktool/common
share/doc/tde/HTML/nl/kiosktool/extra-steps.docbook
share/doc/tde/HTML/nl/kiosktool/index.cache.bz2
share/doc/tde/HTML/nl/kiosktool/index.docbook
share/doc/tde/HTML/nl/kiosktool/introduction.docbook
share/doc/tde/HTML/nl/kiosktool/profile-assign.docbook
share/doc/tde/HTML/nl/kiosktool/profile-create.docbook
share/doc/tde/HTML/nl/kiosktool/profile-setup.docbook
share/doc/tde/HTML/nl/kiosktool/profiles.docbook
share/doc/tde/HTML/nl/kiosktool/settings.docbook
share/doc/tde/HTML/pt/kiosktool/common
share/doc/tde/HTML/pt/kiosktool/extra-steps.docbook
share/doc/tde/HTML/pt/kiosktool/index.cache.bz2
share/doc/tde/HTML/pt/kiosktool/index.docbook
share/doc/tde/HTML/pt/kiosktool/introduction.docbook
share/doc/tde/HTML/pt/kiosktool/profile-assign.docbook
share/doc/tde/HTML/pt/kiosktool/profile-create.docbook
share/doc/tde/HTML/pt/kiosktool/profile-setup.docbook
share/doc/tde/HTML/pt/kiosktool/profiles.docbook
share/doc/tde/HTML/pt/kiosktool/settings.docbook
share/doc/tde/HTML/sv/kiosktool/common
share/doc/tde/HTML/sv/kiosktool/extra-steps.docbook
share/doc/tde/HTML/sv/kiosktool/index.cache.bz2
share/doc/tde/HTML/sv/kiosktool/index.docbook
share/doc/tde/HTML/sv/kiosktool/introduction.docbook
share/doc/tde/HTML/sv/kiosktool/profile-assign.docbook
share/doc/tde/HTML/sv/kiosktool/profile-create.docbook
share/doc/tde/HTML/sv/kiosktool/profile-setup.docbook
share/doc/tde/HTML/sv/kiosktool/profiles.docbook
share/doc/tde/HTML/sv/kiosktool/settings.docbook
share/icons/crystalsvg/16x16/apps/kiosktool.png
share/icons/crystalsvg/32x32/apps/kiosktool.png
share/icons/crystalsvg/48x48/apps/kiosktool.png
share/locale/bg/LC_MESSAGES/kiosktool.mo
share/locale/br/LC_MESSAGES/kiosktool.mo
share/locale/ca/LC_MESSAGES/kiosktool.mo
share/locale/cs/LC_MESSAGES/kiosktool.mo
share/locale/cy/LC_MESSAGES/kiosktool.mo
share/locale/da/LC_MESSAGES/kiosktool.mo
share/locale/de/LC_MESSAGES/kiosktool.mo
share/locale/en_GB/LC_MESSAGES/kiosktool.mo
share/locale/es/LC_MESSAGES/kiosktool.mo
share/locale/et/LC_MESSAGES/kiosktool.mo
share/locale/fr/LC_MESSAGES/kiosktool.mo
share/locale/ga/LC_MESSAGES/kiosktool.mo
share/locale/is/LC_MESSAGES/kiosktool.mo
share/locale/it/LC_MESSAGES/kiosktool.mo
share/locale/lt/LC_MESSAGES/kiosktool.mo
share/locale/mt/LC_MESSAGES/kiosktool.mo
share/locale/nl/LC_MESSAGES/kiosktool.mo
share/locale/pt/LC_MESSAGES/kiosktool.mo
share/locale/pt_BR/LC_MESSAGES/kiosktool.mo
share/locale/ro/LC_MESSAGES/kiosktool.mo
share/locale/ru/LC_MESSAGES/kiosktool.mo
share/locale/sr/LC_MESSAGES/kiosktool.mo
share/locale/sr@Latn/LC_MESSAGES/kiosktool.mo
share/locale/sv/LC_MESSAGES/kiosktool.mo
share/locale/ta/LC_MESSAGES/kiosktool.mo
share/locale/tr/LC_MESSAGES/kiosktool.mo
share/man/man1/kiosktool-tdedirs.1.gz
share/man/man1/kiosktool.1.gz

@ -0,0 +1,38 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: applications/settings/kkbswitch
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTNAME= kkbswitch-trinity
COMMENT= KKBSwitch keyboard layout indicator
TDE_PREVERSION=
MASTER_SITE_SUBDIR= k/${PORTNAME}
PORTREVISION= 0
CATEGORIES= sysutils x11
DIST_SUBDIR= TDE/applications/settings
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \
${TDE_PREFIX}/lib/libkonq.so:x11/tdebase-trinity \
${TDE_PREFIX}/lib/libartsc.so:audio/arts-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
-DBUILD_ALL=ON
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1682001672
SHA256 (TDE/applications/settings/kkbswitch-trinity_14.1.0.orig.tar.xz) = ea52010c22a60d193eac467c3b945bdd29a4f71047d9e305e01a70b56000b60b
SIZE (TDE/applications/settings/kkbswitch-trinity_14.1.0.orig.tar.xz) = 79752

@ -0,0 +1,20 @@
KKBSwitch is a keyboard layout indicator for TDE. It is useful
when you have configured the XKeyboard extension of your X Server
to have more than one keyboard group, for example US/ASCII and
Russian. KKBSwitch displays an icon in the system tray that
indicates which layout is currently active. Note that KKBSwitch
does not help you configure XKeyboard, it merely serves as the
indicator of the current group. You still have to configure
XKeyboard by editing XF86Config file.
KKBSwitch features:
- displays an icon in the TDE's system tray indicating the active
keyboard group
- you can switch keyboard groups by clicking the icon or selecting the
desired group from the icon's menu
- icons corresponding to different groups are configurable (chosen
from country flag pixmaps that ship with TDE). Also you can set
your own icon or set "Windows-like" mode with locale letters.
- "Toggle mode" (keyboard layout memorized for each window separately).
WWW: http://kkbswitch.sourceforge.net

@ -0,0 +1,28 @@
bin/kkbswitch
share/applications/tde/kkbswitch.desktop
share/apps/kkbswitch/group_names
share/apps/tdeconf_update/kkbswitch.upd
share/apps/tdeconf_update/kkbswitch_update_14_icons
share/apps/tdeconf_update/kkbswitch_update_14_options
share/autostart/kkbswitch.desktop
share/doc/tde/HTML/en/kkbswitch/code_style.png
share/doc/tde/HTML/en/kkbswitch/common
share/doc/tde/HTML/en/kkbswitch/flag_code_style.png
share/doc/tde/HTML/en/kkbswitch/flag_style.png
share/doc/tde/HTML/en/kkbswitch/index.cache.bz2
share/doc/tde/HTML/en/kkbswitch/index.docbook
share/icons/hicolor/16x16/apps/kkbswitch.png
share/icons/hicolor/32x32/apps/kkbswitch.png
share/locale/be/LC_MESSAGES/kkbswitch.mo
share/locale/bg/LC_MESSAGES/kkbswitch.mo
share/locale/cs/LC_MESSAGES/kkbswitch.mo
share/locale/de/LC_MESSAGES/kkbswitch.mo
share/locale/el/LC_MESSAGES/kkbswitch.mo
share/locale/fi/LC_MESSAGES/kkbswitch.mo
share/locale/he/LC_MESSAGES/kkbswitch.mo
share/locale/nl/LC_MESSAGES/kkbswitch.mo
share/locale/ru/LC_MESSAGES/kkbswitch.mo
share/locale/sk/LC_MESSAGES/kkbswitch.mo
share/locale/sv/LC_MESSAGES/kkbswitch.mo
share/locale/uk/LC_MESSAGES/kkbswitch.mo
share/man/man1/kkbswitch.1.gz

@ -0,0 +1,37 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: applications/settings/tde-systemsettings
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTNAME= tde-systemsettings-trinity
COMMENT= Easy to use control centre for TDE
TDE_PREVERSION=
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= sysutils x11
DIST_SUBDIR= TDE/applications/settings
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
-DBUILD_ALL="ON" \
-DWITH_ALL_OPTIONS="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1682001673
SHA256 (TDE/applications/settings/tde-systemsettings-trinity_14.1.0.orig.tar.xz) = 66743a4b160cfd7361617df6ae988a01f8732b00f500901cd4c6c6592b50d528
SIZE (TDE/applications/settings/tde-systemsettings-trinity_14.1.0.orig.tar.xz) = 74072

@ -0,0 +1,4 @@
Easy to use control centre for TDE
System preferences is a replacement for the TDE
Control Centre with an improved user interface.

@ -0,0 +1,44 @@
bin/systemsettings
etc/xdg/menus/applications-merged/tde-system-settings-merge.menu
etc/xdg/menus/tde-system-settings.menu
share/applications/tde/audioencoding.desktop
share/applications/tde/defaultapplication.desktop
share/applications/tde/kcm_knetworkconfmodule_ss.desktop
share/applications/tde/medianotifications.desktop
share/applications/tde/systemsettings.desktop
share/apps/systemsettings/systemsettingsui.rc
share/config/systemsettingsrc
share/desktop-directories/tde-settings-accessibility_ss.directory
share/desktop-directories/tde-settings-advanced.directory
share/desktop-directories/tde-settings-advancedusersettings.directory
share/desktop-directories/tde-settings-appearance.directory
share/desktop-directories/tde-settings-computeradministration.directory
share/desktop-directories/tde-settings-defaultapplications.directory
share/desktop-directories/tde-settings-general.directory
share/desktop-directories/tde-settings-keyboardmouse.directory
share/desktop-directories/tde-settings-laptops.directory
share/desktop-directories/tde-settings-looknfeel2.directory
share/desktop-directories/tde-settings-networkconnections.directory
share/desktop-directories/tde-settings-networkconnectivity.directory
share/desktop-directories/tde-settings-networksettings.directory
share/desktop-directories/tde-settings-notifications.directory
share/desktop-directories/tde-settings-panel.directory
share/desktop-directories/tde-settings-personal.directory
share/desktop-directories/tde-settings-regional.directory
share/desktop-directories/tde-settings-sharing.directory
share/desktop-directories/tde-settings-splashscreen.directory
share/desktop-directories/tde-settings-useraccount.directory
share/desktop-directories/tde-settings-windowbehavior.directory
share/desktop-directories/tde-system-settings.directory
share/doc/tde/HTML/en/tde-systemsettings/common
share/doc/tde/HTML/en/tde-systemsettings/index.cache.bz2
share/doc/tde/HTML/en/tde-systemsettings/index.docbook
share/icons/crystalsvg/128x128/apps/systemsettings.png
share/icons/crystalsvg/16x16/apps/systemsettings.png
share/icons/crystalsvg/22x22/apps/systemsettings.png
share/icons/crystalsvg/32x32/apps/systemsettings.png
share/icons/crystalsvg/48x48/apps/systemsettings.png
share/icons/crystalsvg/64x64/apps/systemsettings.png
share/locale/de/LC_MESSAGES/systemsettings.mo
share/locale/pl/LC_MESSAGES/systemsettings.mo
share/man/man1/systemsettings.1.gz

@ -0,0 +1,38 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: applications/settings/tdesudo
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTNAME= tdesudo-trinity
COMMENT= sudo frontend for Trinity
TDE_PREVERSION=
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= security x11
DIST_SUBDIR= TDE/applications/settings
RUN_DEPENDS+= sudo:security/sudo
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
-DBUILD_ALL="ON" \
-DWITH_ALL_OPTIONS="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1682001674
SHA256 (TDE/applications/settings/tdesudo-trinity_14.1.0.orig.tar.xz) = 2390b235e3e0a2cc1732eb955ca7c1bc5e3db0f8606a5b0c77e68c34f749aaa6
SIZE (TDE/applications/settings/tdesudo-trinity_14.1.0.orig.tar.xz) = 28944

@ -0,0 +1,4 @@
sudo frontend for Trinity
TDESudo is a graphical frontend for the sudo utility.
It allows you to run programs as another user by entering your password.

@ -0,0 +1,11 @@
bin/tdesudo
share/doc/tde/HTML/en/tdesudo/common
share/doc/tde/HTML/en/tdesudo/index.cache.bz2
share/doc/tde/HTML/en/tdesudo/index.docbook
share/locale/de/LC_MESSAGES/tdesudo.mo
share/locale/fr/LC_MESSAGES/tdesudo.mo
share/locale/nl/LC_MESSAGES/tdesudo.mo
share/locale/pt/LC_MESSAGES/tdesudo.mo
share/locale/ru/LC_MESSAGES/tdesudo.mo
share/locale/tr/LC_MESSAGES/tdesudo.mo
share/man/man1/tdesudo.1.gz

@ -0,0 +1,19 @@
SUBDIR =
SUBDIR += dolphin
SUBDIR += katapult
SUBDIR += kbfx
SUBDIR += kcmautostart
SUBDIR += kdbusnotification
SUBDIR += klamav
SUBDIR += kooldock
SUBDIR += kshutdown
SUBDIR += ksystemlog
SUBDIR += kvkbd
SUBDIR += polkit-agent-tde
SUBDIR += tastymenu
SUBDIR += tdedocker
SUBDIR += tdesshaskpass
SUBDIR += yakuake
.include <bsd.port.subdir.mk>

@ -0,0 +1,37 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: applications/system/dolphin
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTNAME= dolphin-trinity
COMMENT= File manager for Trinity focusing on usability
TDE_PREVERSION=
MASTER_SITE_SUBDIR= d/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11-fm
DIST_SUBDIR= TDE/applications/system
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \
${TDE_PREFIX}/share/cmake/libkonq.cmake:x11/tdebase-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE}
do-build: tde-cmake-build
do-install: tde-cmake-install
ln -s d3lphin ${STAGEDIR}${TDE_PREFIX}/bin/dolphin
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1682026958
SHA256 (TDE/applications/system/dolphin-trinity_14.1.0.orig.tar.xz) = af05c66f342f66275227b736b3055b1aa9f86544d4904e2b874dacf0312a675b
SIZE (TDE/applications/system/dolphin-trinity_14.1.0.orig.tar.xz) = 1135608

@ -0,0 +1,21 @@
File manager for Trinity focusing on usability
Dolphin is not intended to be a competitor to Konqueror, the default TDE
file manager: Konqueror acts as universal viewer being able to show HTML
pages, text documents, directories and a lot more, whereas Dolphin focuses
on being only a file manager. This approach allows to optimize the user
interface for the task of file management.
Features include:
Sidebar
Navigation bar (breadcrumbs)
View properties remembered for each folder
Split views
Network transparency
Undo/redo functionality
Renaming of a variable number of selected items in one step.
This is the D3lphin fork of Dolphin, intended to keep development of
the TDE version of Dolphin active.
Homepage: https://marrat.homelinux.org/D3lphin

@ -0,0 +1,109 @@
bin/d3lphin
bin/dolphin
share/applications/tde/d3lphin.desktop
share/apps/d3lphin/d3lphinui.rc
share/apps/d3lphin/icons/hicolor/128x128/actions/preview.png
share/apps/d3lphin/icons/hicolor/16x16/actions/editurl.png
share/apps/d3lphin/icons/hicolor/16x16/actions/preview.png
share/apps/d3lphin/icons/hicolor/22x22/actions/preview.png
share/apps/d3lphin/icons/hicolor/32x32/actions/preview.png
share/apps/d3lphin/icons/hicolor/48x48/actions/preview.png
share/apps/d3lphin/icons/hicolor/64x64/actions/preview.png
share/apps/d3lphin/servicemenus/amarok_addaspodcast.desktop
share/apps/d3lphin/servicemenus/amarok_append.desktop
share/apps/d3lphin/servicemenus/amarok_play_audiocd.desktop
share/apps/d3lphin/servicemenus/ark_compress.desktop
share/apps/d3lphin/servicemenus/ark_extract.desktop
share/apps/d3lphin/servicemenus/ark_extract_subdir.desktop
share/apps/d3lphin/servicemenus/compress.desktop
share/apps/d3lphin/servicemenus/d3lphin_su.desktop
share/apps/d3lphin/servicemenus/edit_as_root.desktop
share/apps/d3lphin/servicemenus/encryptfile.desktop
share/apps/d3lphin/servicemenus/encryptfolder.desktop
share/apps/d3lphin/servicemenus/floppy_format.desktop
share/apps/d3lphin/servicemenus/imageconverter.desktop
share/apps/d3lphin/servicemenus/installfont.desktop
share/apps/d3lphin/servicemenus/isoservice.desktop
share/apps/d3lphin/servicemenus/jpegorient.desktop
share/apps/d3lphin/servicemenus/k3b_audiocd_rip.desktop
share/apps/d3lphin/servicemenus/k3b_cd_copy.desktop
share/apps/d3lphin/servicemenus/k3b_create_audio_cd.desktop
share/apps/d3lphin/servicemenus/k3b_create_video_cd.desktop
share/apps/d3lphin/servicemenus/k3b_dvd_copy.desktop
share/apps/d3lphin/servicemenus/k3b_handle_empty_cd.desktop
share/apps/d3lphin/servicemenus/k3b_handle_empty_dvd.desktop
share/apps/d3lphin/servicemenus/k3b_videodvd_rip.desktop
share/apps/d3lphin/servicemenus/k3b_write_bin_image.desktop
share/apps/d3lphin/servicemenus/k3b_write_iso_image.desktop
share/apps/d3lphin/servicemenus/kdesktopSetAsBackground.desktop
share/apps/d3lphin/servicemenus/konqgwenview.desktop
share/apps/d3lphin/servicemenus/mail_as_attachment.desktop
share/apps/d3lphin/servicemenus/media_eject.desktop
share/apps/d3lphin/servicemenus/media_lock.desktop
share/apps/d3lphin/servicemenus/media_mount.desktop
share/apps/d3lphin/servicemenus/media_realfolder.desktop
share/apps/d3lphin/servicemenus/media_safelyremove.desktop
share/apps/d3lphin/servicemenus/media_unlock.desktop
share/apps/d3lphin/servicemenus/media_unmount.desktop
share/apps/d3lphin/servicemenus/open_in_digikam.desktop
share/apps/d3lphin/servicemenus/run_as_root.desktop
share/apps/d3lphin/servicemenus/smb2rdc.desktop
share/apps/d3lphin/servicemenus/terminalhere.desktop
share/apps/d3lphin/servicemenus/text-ada-print.desktop
share/apps/d3lphin/servicemenus/text-c++-print.desktop
share/apps/d3lphin/servicemenus/text-c++h-print.desktop
share/apps/d3lphin/servicemenus/text-ch-print.desktop
share/apps/d3lphin/servicemenus/text-css-print.desktop
share/apps/d3lphin/servicemenus/text-diff-print.desktop
share/apps/d3lphin/servicemenus/text-html-print.desktop
share/apps/d3lphin/servicemenus/text-java-print.desktop
share/apps/d3lphin/servicemenus/text-log-print.desktop
share/apps/d3lphin/servicemenus/text-makefile-print.desktop
share/apps/d3lphin/servicemenus/text-pas-print.desktop
share/apps/d3lphin/servicemenus/text-perl-print.desktop
share/apps/d3lphin/servicemenus/text-print.desktop
share/apps/d3lphin/servicemenus/text-python-print.desktop
share/apps/d3lphin/servicemenus/text-tcl-print.desktop
share/apps/d3lphin/servicemenus/text-tex-print.desktop
share/apps/d3lphin/servicemenus/text-xml-print.desktop
share/apps/d3lphin/servicemenus/text-xslt-print.desktop
share/doc/tde/HTML/en/d3lphin/bookmarkbutton.png
share/doc/tde/HTML/en/d3lphin/bookmarksidebar.png
share/doc/tde/HTML/en/d3lphin/breadcrumb.png
share/doc/tde/HTML/en/d3lphin/browsebutton.png
share/doc/tde/HTML/en/d3lphin/common
share/doc/tde/HTML/en/d3lphin/configurationwindow.png
share/doc/tde/HTML/en/d3lphin/configurationwindow2.png
share/doc/tde/HTML/en/d3lphin/configurationwindow3.png
share/doc/tde/HTML/en/d3lphin/directorypath.png
share/doc/tde/HTML/en/d3lphin/dolphin.png
share/doc/tde/HTML/en/d3lphin/hiddenfolder.png
share/doc/tde/HTML/en/d3lphin/index.cache.bz2
share/doc/tde/HTML/en/d3lphin/index.docbook
share/doc/tde/HTML/en/d3lphin/informationsidebar.png
share/doc/tde/HTML/en/d3lphin/split.png
share/doc/tde/HTML/en/d3lphin/systemmediadirectory.png
share/doc/tde/HTML/en/d3lphin/toolbarbuttons.png
share/doc/tde/HTML/en/d3lphin/workspacebuttons.png
share/icons/hicolor/128x128/apps/d3lphin.png
share/icons/hicolor/16x16/apps/d3lphin.png
share/icons/hicolor/22x22/apps/d3lphin.png
share/icons/hicolor/32x32/apps/d3lphin.png
share/icons/hicolor/48x48/apps/d3lphin.png
share/icons/hicolor/64x64/apps/d3lphin.png
share/locale/cs/LC_MESSAGES/d3lphin.mo
share/locale/de/LC_MESSAGES/d3lphin.mo
share/locale/el/LC_MESSAGES/d3lphin.mo
share/locale/es/LC_MESSAGES/d3lphin.mo
share/locale/et/LC_MESSAGES/d3lphin.mo
share/locale/fr/LC_MESSAGES/d3lphin.mo
share/locale/he/LC_MESSAGES/d3lphin.mo
share/locale/id/LC_MESSAGES/d3lphin.mo
share/locale/it/LC_MESSAGES/d3lphin.mo
share/locale/nl/LC_MESSAGES/d3lphin.mo
share/locale/pl/LC_MESSAGES/d3lphin.mo
share/locale/pt/LC_MESSAGES/d3lphin.mo
share/locale/ru/LC_MESSAGES/d3lphin.mo
share/locale/sk/LC_MESSAGES/d3lphin.mo
share/locale/zh_Hans/LC_MESSAGES/d3lphin.mo
share/man/man1/d3lphin.1.gz

@ -0,0 +1,40 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: applications/system/katapult
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTNAME= katapult-trinity
COMMENT= Item launcher for TDE
TDE_PREVERSION=
MASTER_SITE_SUBDIR= k/${PORTNAME}
PORTREVISION= 0
CATEGORIES= deskutils x11
DIST_SUBDIR= TDE/applications/system
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface
LIB_DEPENDS+=\
libXi.so:x11/libXi
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
-DBUILD_ALL="ON" \
-DWITH_ALL_OPTIONS="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1682026960
SHA256 (TDE/applications/system/katapult-trinity_14.1.0.orig.tar.xz) = 97cab89300037082c844fda2a4cc33928f38362975f4b2b4e14ec7259be31efc
SIZE (TDE/applications/system/katapult-trinity_14.1.0.orig.tar.xz) = 253396

@ -0,0 +1,4 @@
Item launcher for TDE
Katapult is an application, which analyses text-based queries
to launch items, such as bookmarks, directories or programs.

@ -0,0 +1,86 @@
bin/katapult
lib/libkatapult.la
lib/libkatapult.so
lib/libkatapult.so.2
lib/libkatapult.so.2.0.0
lib/trinity/katapult_amarokcatalog.la
lib/trinity/katapult_amarokcatalog.so
lib/trinity/katapult_bookmarkcatalog.la
lib/trinity/katapult_bookmarkcatalog.so
lib/trinity/katapult_calculatorcatalog.la
lib/trinity/katapult_calculatorcatalog.so
lib/trinity/katapult_documentcatalog.la
lib/trinity/katapult_documentcatalog.so
lib/trinity/katapult_execcatalog.la
lib/trinity/katapult_execcatalog.so
lib/trinity/katapult_glassdisplay.la
lib/trinity/katapult_glassdisplay.so
lib/trinity/katapult_googlecatalog.la
lib/trinity/katapult_googlecatalog.so
lib/trinity/katapult_o2display.la
lib/trinity/katapult_o2display.so
lib/trinity/katapult_programcatalog.la
lib/trinity/katapult_programcatalog.so
lib/trinity/katapult_puredisplay.la
lib/trinity/katapult_puredisplay.so
lib/trinity/katapult_spellcatalog.la
lib/trinity/katapult_spellcatalog.so
share/applications/tde/katapult.desktop
share/doc/tde/HTML/en/katapult/common
share/doc/tde/HTML/en/katapult/index.cache.bz2
share/doc/tde/HTML/en/katapult/index.docbook
share/doc/tde/HTML/en/katapult/katapult0.png
share/doc/tde/HTML/en/katapult/katapult1.png
share/doc/tde/HTML/en/katapult/katapult2.png
share/icons/crystalsvg/128x128/actions/katapultspellcheck.png
share/icons/crystalsvg/scalable/actions/katapultspellcheck.svgz
share/icons/hicolor/128x128/actions/checkmark.png
share/icons/hicolor/128x128/actions/no.png
share/icons/hicolor/128x128/apps/katapult.png
share/icons/hicolor/128x128/apps/xcalc.png
share/icons/hicolor/16x16/apps/katapult.png
share/icons/hicolor/22x22/apps/katapult.png
share/icons/hicolor/32x32/apps/katapult.png
share/icons/hicolor/48x48/apps/katapult.png
share/icons/hicolor/64x64/apps/katapult.png
share/icons/hicolor/scalable/apps/katapult.svgz
share/locale/ar/LC_MESSAGES/katapult.mo
share/locale/bg/LC_MESSAGES/katapult.mo
share/locale/br/LC_MESSAGES/katapult.mo
share/locale/ca/LC_MESSAGES/katapult.mo
share/locale/cs/LC_MESSAGES/katapult.mo
share/locale/da/LC_MESSAGES/katapult.mo
share/locale/de/LC_MESSAGES/katapult.mo
share/locale/el/LC_MESSAGES/katapult.mo
share/locale/es/LC_MESSAGES/katapult.mo
share/locale/et/LC_MESSAGES/katapult.mo
share/locale/fr/LC_MESSAGES/katapult.mo
share/locale/ga/LC_MESSAGES/katapult.mo
share/locale/gl/LC_MESSAGES/katapult.mo
share/locale/hu/LC_MESSAGES/katapult.mo
share/locale/it/LC_MESSAGES/katapult.mo
share/locale/ja/LC_MESSAGES/katapult.mo
share/locale/nb/LC_MESSAGES/katapult.mo
share/locale/nl/LC_MESSAGES/katapult.mo
share/locale/pl/LC_MESSAGES/katapult.mo
share/locale/pt/LC_MESSAGES/katapult.mo
share/locale/pt_BR/LC_MESSAGES/katapult.mo
share/locale/ru/LC_MESSAGES/katapult.mo
share/locale/sk/LC_MESSAGES/katapult.mo
share/locale/sv/LC_MESSAGES/katapult.mo
share/locale/tr/LC_MESSAGES/katapult.mo
share/locale/uk/LC_MESSAGES/katapult.mo
share/man/man1/katapult.1.gz
share/services/katapult_amarokcatalog.desktop
share/services/katapult_bookmarkcatalog.desktop
share/services/katapult_calculatorcatalog.desktop
share/services/katapult_documentcatalog.desktop
share/services/katapult_execcatalog.desktop
share/services/katapult_glassdisplay.desktop
share/services/katapult_googlecatalog.desktop
share/services/katapult_o2display.desktop
share/services/katapult_programcatalog.desktop
share/services/katapult_puredisplay.desktop
share/services/katapult_spellcatalog.desktop
share/servicetypes/katapultcatalog.desktop
share/servicetypes/katapultdisplay.desktop

@ -0,0 +1,36 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: applications/system/kbfx
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTNAME= kbfx-trinity
COMMENT= An alternative to T-Menu for TDE
TDE_PREVERSION=
MASTER_SITE_SUBDIR= k/${PORTNAME}
PORTREVISION= 0
CATEGORIES= misc x11
DIST_SUBDIR= TDE/applications/system
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
-DBUILD_ALL="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1682026961
SHA256 (TDE/applications/system/kbfx-trinity_14.1.0.orig.tar.xz) = a3f37794d6ff18d5027bb889beb595f1ae34a0966ccba870b056cc43dad5079e
SIZE (TDE/applications/system/kbfx-trinity_14.1.0.orig.tar.xz) = 2386036

@ -0,0 +1,8 @@
An alternative to T-Menu for TDE
KBFX is an alternative to the classical T-Menu button and its menu.
It improves the user experience by enabling him to set a bigger (and thus more
visible) start button and by finally replacing the Win95-like T-Menu.
If you still want the old menu, because you're used to it, it is still
available as an option in kbfx. We recommend, however, that you give the Spinx
bar a try.

@ -0,0 +1,143 @@
bin/kbfxconfigapp
include/kbfx/common/kbfxconfig.h
include/kbfx/common/kbfxfontchooser.h
include/kbfx/common/kbfxkiodownload.h
include/kbfx/common/kbfxpixmaplabel.h
include/kbfx/common/kbfxplasmapixmapprovider.h
include/kbfx/common/kbfxpushbutton.h
include/kbfx/common/kbfxthemesdata.h
include/kbfx/data/kbfxdatagroup.h
include/kbfx/data/kbfxdatagrouplist.h
include/kbfx/data/kbfxdatasource.h
include/kbfx/data/kbfxdatastack.h
include/kbfx/data/kbfxplasmadataplugin.h
include/kbfx/data/kbfxplasmapluginloader.h
include/kbfx/data/kbfxplugin.h
include/kbfx/plugins/kbfxplasmadataplugin-common.h
lib/kbfx/plugins/libkbfxplasmadataplasmoid.la
lib/kbfx/plugins/libkbfxplasmadataplasmoid.so
lib/kbfx/plugins/libkbfxplasmadatasettings.la
lib/kbfx/plugins/libkbfxplasmadatasettings.so
lib/kbfx/plugins/libkbfxplasmadatastub.la
lib/kbfx/plugins/libkbfxplasmadatastub.so
lib/kbfx/plugins/libkbfxplasmarecentstuff.la
lib/kbfx/plugins/libkbfxplasmarecentstuff.so
lib/libkbfxcommon.la
lib/libkbfxcommon.so
lib/libkbfxdata.la
lib/libkbfxdata.so
lib/trinity/kbfxspinx.la
lib/trinity/kbfxspinx.so
share/applications/tde/kbfx_theme.desktop
share/applications/tde/kbfxconfigapp.desktop
share/apps/kbfx/skins/2panels/appfind.png
share/apps/kbfx/skins/2panels/bg.png
share/apps/kbfx/skins/2panels/bg_sidebar.png
share/apps/kbfx/skins/2panels/botbg.png
share/apps/kbfx/skins/2panels/butterfly.png
share/apps/kbfx/skins/2panels/dudebox.png
share/apps/kbfx/skins/2panels/fancymenuitem.png
share/apps/kbfx/skins/2panels/find.png
share/apps/kbfx/skins/2panels/hover.png
share/apps/kbfx/skins/2panels/indexseparator.png
share/apps/kbfx/skins/2panels/kbfxfontrc
share/apps/kbfx/skins/2panels/kbfxlayoutrc
share/apps/kbfx/skins/2panels/listboxbg.png
share/apps/kbfx/skins/2panels/lock.png
share/apps/kbfx/skins/2panels/lockhover.png
share/apps/kbfx/skins/2panels/logo.png
share/apps/kbfx/skins/2panels/logout.png
share/apps/kbfx/skins/2panels/logouthover.png
share/apps/kbfx/skins/2panels/mask.png
share/apps/kbfx/skins/2panels/menu_main_white_bg.png
share/apps/kbfx/skins/2panels/menu_top.png
share/apps/kbfx/skins/2panels/menu_top_image_person.png
share/apps/kbfx/skins/2panels/middleboxbg.png
share/apps/kbfx/skins/2panels/mystatus_bg.png
share/apps/kbfx/skins/2panels/normal.png
share/apps/kbfx/skins/2panels/off.png
share/apps/kbfx/skins/2panels/on.png
share/apps/kbfx/skins/2panels/pressed.png
share/apps/kbfx/skins/2panels/preview.png
share/apps/kbfx/skins/2panels/rhshovertile.png
share/apps/kbfx/skins/2panels/rhstile.png
share/apps/kbfx/skins/2panels/scrollnormal.png
share/apps/kbfx/skins/2panels/scrollnormalbot.png
share/apps/kbfx/skins/2panels/separator.png
share/apps/kbfx/skins/2panels/separator2.png
share/apps/kbfx/skins/2panels/sidebar_top.png
share/apps/kbfx/skins/2panels/tabbg.png
share/apps/kbfx/skins/2panels/tilehover.png
share/apps/kbfx/skins/2panels/tilenormal.png
share/apps/kbfx/skins/2panels/toolbuttonnormal.png
share/apps/kbfx/skins/2panels/top_bg.png
share/apps/kbfx/skins/2panels/topbg.png
share/apps/kbfx/skins/2panels/version-2
share/apps/kbfx/skins/default/appfind.png
share/apps/kbfx/skins/default/appviewbg.png
share/apps/kbfx/skins/default/bg.png
share/apps/kbfx/skins/default/botbg.png
share/apps/kbfx/skins/default/butterfly.png
share/apps/kbfx/skins/default/dudebox.png
share/apps/kbfx/skins/default/find.png
share/apps/kbfx/skins/default/hover.png
share/apps/kbfx/skins/default/indexseparator.png
share/apps/kbfx/skins/default/kbfxfontrc
share/apps/kbfx/skins/default/kbfxlayoutrc
share/apps/kbfx/skins/default/listboxbg.png
share/apps/kbfx/skins/default/lock.png
share/apps/kbfx/skins/default/lockhover.png
share/apps/kbfx/skins/default/logo.png
share/apps/kbfx/skins/default/logout.png
share/apps/kbfx/skins/default/logouthover.png
share/apps/kbfx/skins/default/mask.png
share/apps/kbfx/skins/default/menu_top.png
share/apps/kbfx/skins/default/menu_top_image_person.png
share/apps/kbfx/skins/default/middleboxbg.png
share/apps/kbfx/skins/default/normal.png
share/apps/kbfx/skins/default/off.png
share/apps/kbfx/skins/default/on.png
share/apps/kbfx/skins/default/pressed.png
share/apps/kbfx/skins/default/preview.png
share/apps/kbfx/skins/default/rhshovertile.png
share/apps/kbfx/skins/default/rhstile.png
share/apps/kbfx/skins/default/scrollnormal.png
share/apps/kbfx/skins/default/scrollnormalbot.png
share/apps/kbfx/skins/default/separator.png
share/apps/kbfx/skins/default/tabbg.png
share/apps/kbfx/skins/default/tilehover.png
share/apps/kbfx/skins/default/tilenormal.png
share/apps/kbfx/skins/default/tooltip_dudebox.png
share/apps/kbfx/skins/default/tooltip_logo.png
share/apps/kbfx/skins/default/tooltip_mask.png
share/apps/kbfx/skins/default/tooltip_window.png
share/apps/kbfx/skins/default/topbg.png
share/apps/kbfx/skins/default/version-2
share/apps/kbfxconfigapp/kbfxconfigappui.rc
share/apps/kicker/applets/kbfxspinx.desktop
share/apps/konqueror/servicemenus/kbfx_install_theme.desktop
share/apps/konqueror/servicemenus/kbfx_prepare_theme.desktop
share/doc/kbfx/AUTHORS
share/doc/kbfx/CREDITS
share/doc/kbfx/HACKING
share/doc/tde/HTML/en/kbfxconfigapp/common
share/doc/tde/HTML/en/kbfxconfigapp/index.cache.bz2
share/doc/tde/HTML/en/kbfxconfigapp/index.docbook
share/doc/tde/HTML/en/kbfxconfigapp/kbfx-about.png
share/doc/tde/HTML/en/kbfxconfigapp/kbfx-fonts.png
share/doc/tde/HTML/en/kbfxconfigapp/kbfx-layout.png
share/doc/tde/HTML/en/kbfxconfigapp/kbfx-maindescription.png
share/doc/tde/HTML/en/kbfxconfigapp/kbfx-plugins.png
share/doc/tde/HTML/en/kbfxconfigapp/kbfx-startbutton.png
share/doc/tde/HTML/en/kbfxconfigapp/kbfx-style.png
share/doc/tde/HTML/en/kbfxconfigapp/kbfx-themes.png
share/doc/tde/HTML/en/kbfxconfigapp/kbfx-tooltip.png
share/icons/hicolor/128x128/apps/kbfx.png
share/icons/hicolor/16x16/apps/kbfxconfigapp.png
share/icons/hicolor/32x32/apps/kbfxconfigapp.png
share/locale/bg/LC_MESSAGES/kbfxconfigapp.mo
share/locale/de/LC_MESSAGES/kbfxconfigapp.mo
share/locale/hu/LC_MESSAGES/kbfxconfigapp.mo
share/locale/it/LC_MESSAGES/kbfxconfigapp.mo
share/locale/nl/LC_MESSAGES/kbfxconfigapp.mo
share/mimelnk/application/x-kbfxtheme.desktop

@ -0,0 +1,38 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: applications/system/kcmautostart
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTNAME= kcontrol-autostart-trinity
COMMENT= autostart module for the Trinity control center
TDE_PREVERSION=
MASTER_SITE_SUBDIR= k/${PORTNAME}
PORTREVISION= 0
CATEGORIES= misc x11
DIST_SUBDIR= TDE/applications/system
DISTSRC= kcmautostart-trinity-${TDE_VERSION}${TDE_PREVERSION}
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
-DBUILD_ALL="ON" \
-DWITH_ALL_OPTIONS="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1682026962
SHA256 (TDE/applications/system/kcontrol-autostart-trinity_14.1.0.orig.tar.xz) = 24b604d4f1bdccc9fa564dfd2d67f40b6c2a79819f5e01dc5834c610498a6aa7
SIZE (TDE/applications/system/kcontrol-autostart-trinity_14.1.0.orig.tar.xz) = 18256

@ -0,0 +1,4 @@
autostart module for the Trinity control center
Autostart is a Trinity control center module to configure which applications
start up when you login into a TDE session.

@ -0,0 +1,13 @@
lib/trinity/kcm_autostart.la
lib/trinity/kcm_autostart.so
share/applications/tde/autostart.desktop
share/doc/tde/HTML/en/autostart/common
share/doc/tde/HTML/en/autostart/index.cache.bz2
share/doc/tde/HTML/en/autostart/index.docbook
share/locale/ca/LC_MESSAGES/autostart.mo
share/locale/de/LC_MESSAGES/autostart.mo
share/locale/es/LC_MESSAGES/autostart.mo
share/locale/fr/LC_MESSAGES/autostart.mo
share/locale/nl/LC_MESSAGES/autostart.mo
share/locale/pl/LC_MESSAGES/autostart.mo
share/locale/tr/LC_MESSAGES/autostart.mo

@ -0,0 +1,40 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: applications/system/kdbusnotification
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTNAME= kdbusnotification-trinity
COMMENT= DBUS notification service for Trinity
TDE_PREVERSION=
MASTER_SITE_SUBDIR= k/${PORTNAME}
PORTREVISION= 0
CATEGORIES= deskutils x11
DIST_SUBDIR= TDE/applications/system
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface
LIB_DEPENDS+=\
libgtk-x11-2.0.so:x11-toolkits/gtk20 \
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
-DBUILD_ALL="ON" \
-DWITH_ALL_OPTIONS="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1682026964
SHA256 (TDE/applications/system/kdbusnotification-trinity_14.1.0.orig.tar.xz) = 8c0e973ba773216d814878f525bb62df8bee1d1c7831288119ab1b8afb3ce01a
SIZE (TDE/applications/system/kdbusnotification-trinity_14.1.0.orig.tar.xz) = 7364

@ -0,0 +1,4 @@
DBUS notification service for Trinity
kdbusnotification is a small program for Trinity that displays
DBUS notifications via unobtrusive, easily dismissed passive popups.

@ -0,0 +1,2 @@
bin/notification-daemon-tde
share/autostart/kdbusnotification-autostart.desktop

@ -0,0 +1,38 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: applications/system/klamav
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTNAME= klamav-trinity
COMMENT= TDE frontend for ClamAV [Trinity]
TDE_PREVERSION=
MASTER_SITE_SUBDIR= k/${PORTNAME}
PORTREVISION= 0
CATEGORIES= security x11
DIST_SUBDIR= TDE/applications/system
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface \
libclamav.so:security/clamav
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
-DBUILD_ALL="ON" \
-DWITH_ALL_OPTIONS="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1682026965
SHA256 (TDE/applications/system/klamav-trinity_14.1.0.orig.tar.xz) = c28bd4d1026b0dea81150476ba6b76a37fad0e73fd6394252adc4682d955b838
SIZE (TDE/applications/system/klamav-trinity_14.1.0.orig.tar.xz) = 646064

@ -0,0 +1,8 @@
TDE frontend for ClamAV [Trinity]
KlamAV is an anti-virus manager for the TDE desktop that allows you to
manage your virus-scanning, scheduling, virus research and
software/database updates.
KlamAV features manual scanning, quarantine management, virus browser, mail
scanning (KMail and Evolution) and scan scheduler.

@ -0,0 +1,47 @@
bin/ScanWithKlamAV
bin/klamav
bin/klammail
share/applications/tde/klamav.desktop
share/apps/klamav/about/aboutklamav.html
share/apps/klamav/about/klam.png
share/apps/klamav/about/klamav.css
share/apps/klamav/about/main.html
share/apps/klamav/about/nodb.html
share/apps/klamav/about/top-right-klamav.png
share/apps/klamav/about/wait.html
share/apps/klamav/eventsrc
share/apps/klamav/icons/hicolor/32x32/actions/klamav_scan_found.png
share/apps/klamav/icons/hicolor/32x32/actions/klamav_scan_safe.png
share/apps/klamav/icons/hicolor/32x32/actions/klamav_scanning.png
share/apps/klamav/icons/hicolor/32x32/apps/klamav.png
share/apps/klamav/icons/hicolor/32x32/apps/klamav_error.png
share/apps/klamav/icons/hicolor/32x32/apps/klamav_on_acc_disabled.png
share/apps/klamav/icons/hicolor/32x32/apps/klamav_on_acc_enabled.png
share/apps/klamav/icons/hicolor/32x32/apps/klamav_quarantining.png
share/apps/klamav/icons/hicolor/32x32/apps/klamav_update_required.png
share/apps/klamav/icons/hicolor/32x32/apps/klamav_virus.png
share/apps/klamav/icons/hicolor/48x48/apps/klamav.png
share/apps/klamav/klamavui.rc
share/apps/konqueror/servicemenus/klamav-dropdown.desktop
share/doc/tde/HTML/en/klamav/common
share/doc/tde/HTML/en/klamav/index.cache.bz2
share/doc/tde/HTML/en/klamav/index.docbook
share/doc/tde/HTML/en/klamav/klamav.png
share/doc/tde/HTML/en/klamav/klamav_error.png
share/doc/tde/HTML/en/klamav/klamav_on_acc_disabled.png
share/doc/tde/HTML/en/klamav/klamav_on_acc_enabled.png
share/doc/tde/HTML/en/klamav/klamav_quarantining.png
share/doc/tde/HTML/en/klamav/klamav_scan_found.png
share/doc/tde/HTML/en/klamav/klamav_scan_safe.png
share/doc/tde/HTML/en/klamav/klamav_scanning.png
share/doc/tde/HTML/en/klamav/klamav_update_required.png
share/doc/tde/HTML/en/klamav/klamav_virus.png
share/icons/hicolor/32x32/apps/klamav.png
share/icons/hicolor/48x48/apps/klamav.png
share/locale/de/LC_MESSAGES/klamav.mo
share/locale/el/LC_MESSAGES/klamav.mo
share/locale/eo/LC_MESSAGES/klamav.mo
share/locale/it/LC_MESSAGES/klamav.mo
share/locale/pt/LC_MESSAGES/klamav.mo
share/locale/pt_BR/LC_MESSAGES/klamav.mo
share/locale/ru/LC_MESSAGES/klamav.mo

@ -0,0 +1,37 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: applications/system/kooldock
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTNAME= kooldock-trinity
COMMENT= Dock for TDE with cool visual enhancements
TDE_PREVERSION=
MASTER_SITE_SUBDIR= k/${PORTNAME}
PORTREVISION= 0
CATEGORIES= deskutils x11
DIST_SUBDIR= TDE/applications/system
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
-DBUILD_ALL="ON" \
-DWITH_ALL_OPTIONS="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1682026966
SHA256 (TDE/applications/system/kooldock-trinity_14.1.0.orig.tar.xz) = 4888b2753c3e1835095e1741e5d31d55876ba4dcaf7abc7c20aa26186d3b921e
SIZE (TDE/applications/system/kooldock-trinity_14.1.0.orig.tar.xz) = 105980

@ -0,0 +1,14 @@
Dock for TDE with cool visual enhancements
KoolDock is a fork of the original work of Dang Viet Dung,.
KSmoothDock 2.1. KoolDock is a dock for TDE with cool.
visual enhancements and effects.
Some of it features are:
* Display quick launchers to your favourite apps
* A builtin task bar
* Pager and clock. (Not done yet)
* Smooth zooming effect (like Apple's OS X dock)
* Transparent Background
Homepage: http://sourceforge.net/projects/kooldock/

@ -0,0 +1,37 @@
bin/kooldock
share/apps/kooldock/backgrounds/border-black/background-center.png
share/apps/kooldock/backgrounds/border-black/background-left.png
share/apps/kooldock/backgrounds/border-black/background-right.png
share/apps/kooldock/backgrounds/border-white/background-center.png
share/apps/kooldock/backgrounds/border-white/background-left.png
share/apps/kooldock/backgrounds/border-white/background-right.png
share/apps/kooldock/backgrounds/crystal/background-center.png
share/apps/kooldock/backgrounds/crystal/background-left.png
share/apps/kooldock/backgrounds/crystal/background-right.png
share/apps/kooldock/backgrounds/default/background-center.png
share/apps/kooldock/backgrounds/default/background-left.png
share/apps/kooldock/backgrounds/default/background-right.png
share/apps/kooldock/backgrounds/fadeout/background-center.png
share/apps/kooldock/backgrounds/fadeout/background-left.png
share/apps/kooldock/backgrounds/fadeout/background-right.png
share/apps/kooldock/backgrounds/fadeout2/background-center.png
share/apps/kooldock/backgrounds/fadeout2/background-left.png
share/apps/kooldock/backgrounds/fadeout2/background-right.png
share/apps/kooldock/backgrounds/fadeout3/background-center.png
share/apps/kooldock/backgrounds/fadeout3/background-left.png
share/apps/kooldock/backgrounds/fadeout3/background-right.png
share/apps/kooldock/backgrounds/osx/background-center.png
share/apps/kooldock/backgrounds/osx/background-left.png
share/apps/kooldock/backgrounds/osx/background-right.png
share/icons/crystalsvg/128x128/apps/kooldock.png
share/icons/crystalsvg/16x16/apps/kooldock.png
share/icons/crystalsvg/32x32/apps/kooldock.png
share/icons/crystalsvg/64x64/apps/kooldock.png
share/locale/cs/LC_MESSAGES/kooldock.mo
share/locale/de/LC_MESSAGES/kooldock.mo
share/locale/es/LC_MESSAGES/kooldock.mo
share/locale/fr/LC_MESSAGES/kooldock.mo
share/locale/it/LC_MESSAGES/kooldock.mo
share/locale/nl/LC_MESSAGES/kooldock.mo
share/locale/pl/LC_MESSAGES/kooldock.mo
share/locale/sv/LC_MESSAGES/kooldock.mo

@ -0,0 +1,37 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: applications/system/kshutdown
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTNAME= kshutdown-trinity
COMMENT= An advanced shut down utility for TDE
TDE_PREVERSION=
MASTER_SITE_SUBDIR= k/${PORTNAME}
PORTREVISION= 0
CATEGORIES= sysutils x11
DIST_SUBDIR= TDE/applications/system
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
-DBUILD_ALL="ON" \
-DWITH_ALL_OPTIONS="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1682026968
SHA256 (TDE/applications/system/kshutdown-trinity_14.1.0.orig.tar.xz) = bb57e676b758f82f073e93719366199f90c6e924e56c89db1a70ec4676665242
SIZE (TDE/applications/system/kshutdown-trinity_14.1.0.orig.tar.xz) = 173792

@ -0,0 +1,11 @@
An advanced shut down utility for TDE
It has 4 main commands:
- Shut Down (logout and halt the system),
- Reboot (logout and reboot the system),
- Lock Screen (lock the screen using a screen saver),
- Logout (end the session and logout the user).
It features time and delay options, command line support, wizard,
and sounds.

@ -0,0 +1,57 @@
bin/kshutdown
lib/trinity/kshutdownlockout_panelapplet.la
lib/trinity/kshutdownlockout_panelapplet.so
share/applications/tde/kshutdown.desktop
share/apps/kicker/applets/kshutdownlockout.desktop
share/apps/kshutdown/eventsrc
share/apps/kshutdown/extras/hibernate.desktop
share/apps/kshutdown/extras/multimedia/.directory
share/apps/kshutdown/extras/multimedia/amarok.desktop
share/apps/kshutdown/extras/multimedia/juk.desktop
share/apps/kshutdown/extras/multimedia/kaffeine.desktop
share/apps/kshutdown/extras/multimedia/kdetv.desktop
share/apps/kshutdown/extras/multimedia/kscd.desktop
share/apps/kshutdown/extras/multimedia/noatun.desktop
share/apps/kshutdown/extras/multimedia/xmms.desktop
share/apps/kshutdown/extras/shutdown/.directory
share/apps/kshutdown/extras/shutdown/cancelshutdown.desktop
share/apps/kshutdown/extras/shutdown/fsck.desktop
share/apps/kshutdown/extras/system/.directory
share/apps/kshutdown/extras/system/adsl-stop.desktop
share/apps/kshutdown/extras/system/kppp.desktop
share/apps/kshutdown/extras/system/tdeeject.desktop
share/apps/kshutdown/karamba/kshutdown-48x48.png
share/apps/kshutdown/karamba/kshutdown-classic-notext.theme
share/apps/kshutdown/karamba/kshutdown-classic-text.theme
share/apps/kshutdown/sounds/1m.ogg
share/apps/kshutdown/sounds/5m.ogg
share/apps/kshutdown/sounds/COPYRIGHT
share/apps/tdeconf_update/kshutdown.upd
share/doc/tde/HTML/de/kshutdown/common
share/doc/tde/HTML/de/kshutdown/index.cache.bz2
share/doc/tde/HTML/de/kshutdown/index.docbook
share/doc/tde/HTML/de/kshutdown/mainwindow.png
share/doc/tde/HTML/en/kshutdown/common
share/doc/tde/HTML/en/kshutdown/index.cache.bz2
share/doc/tde/HTML/en/kshutdown/index.docbook
share/doc/tde/HTML/en/kshutdown/mainwindow.png
share/icons/hicolor/32x32/apps/kshutdown.png
share/icons/hicolor/48x48/apps/kshutdown.png
share/locale/ar/LC_MESSAGES/kshutdown.mo
share/locale/bg/LC_MESSAGES/kshutdown.mo
share/locale/cs/LC_MESSAGES/kshutdown.mo
share/locale/de/LC_MESSAGES/kshutdown.mo
share/locale/el/LC_MESSAGES/kshutdown.mo
share/locale/es/LC_MESSAGES/kshutdown.mo
share/locale/fr/LC_MESSAGES/kshutdown.mo
share/locale/hu/LC_MESSAGES/kshutdown.mo
share/locale/it/LC_MESSAGES/kshutdown.mo
share/locale/nl/LC_MESSAGES/kshutdown.mo
share/locale/pl/LC_MESSAGES/kshutdown.mo
share/locale/pt_BR/LC_MESSAGES/kshutdown.mo
share/locale/ru/LC_MESSAGES/kshutdown.mo
share/locale/sk/LC_MESSAGES/kshutdown.mo
share/locale/sv/LC_MESSAGES/kshutdown.mo
share/locale/tr/LC_MESSAGES/kshutdown.mo
share/locale/zh_CN/LC_MESSAGES/kshutdown.mo
share/man/man1/kshutdown.1.gz

@ -0,0 +1,37 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: applications/system/ksystemlog
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTNAME= ksystemlog-trinity
COMMENT= System log viewer tool for Trinity
TDE_PREVERSION=
MASTER_SITE_SUBDIR= k/${PORTNAME}
PORTREVISION= 0
CATEGORIES= sysutils x11
DIST_SUBDIR= TDE/applications/system
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
-DBUILD_ALL="ON" \
-DWITH_ALL_OPTIONS="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1682026970
SHA256 (TDE/applications/system/ksystemlog-trinity_14.1.0.orig.tar.xz) = 66d76f30a182f790d4bc36d7d3861685cf6d10089c9fc3dd00db488f7361d538
SIZE (TDE/applications/system/ksystemlog-trinity_14.1.0.orig.tar.xz) = 161372

@ -0,0 +1,8 @@
System log viewer tool for Trinity
ksystemlog is a system log viewer tool for Trinity.
This program is developed for being used by beginner users, which don't know
how to find information about their Linux system, and how the log files are in
their computer. But it is also designed for advanced users, who want to
quickly see problems occuring on their server.

@ -0,0 +1,29 @@
bin/ksystemlog
share/applications/tde/ksystemlog.desktop
share/apps/ksystemlog/ksystemlogui.rc
share/config.kcfg/ksystemlog.kcfg
share/doc/tde/HTML/en/ksystemlog/common
share/doc/tde/HTML/en/ksystemlog/index.cache.bz2
share/doc/tde/HTML/en/ksystemlog/index.docbook
share/icons/hicolor/128x128/apps/ksystemlog.png
share/icons/hicolor/16x16/apps/ksystemlog.png
share/icons/hicolor/22x22/apps/ksystemlog.png
share/icons/hicolor/32x32/apps/ksystemlog.png
share/icons/hicolor/48x48/apps/ksystemlog.png
share/icons/hicolor/64x64/apps/ksystemlog.png
share/icons/hicolor/scalable/apps/ksystemlog.svgz
share/locale/br/LC_MESSAGES/ksystemlog.mo
share/locale/da/LC_MESSAGES/ksystemlog.mo
share/locale/de/LC_MESSAGES/ksystemlog.mo
share/locale/el/LC_MESSAGES/ksystemlog.mo
share/locale/en_GB/LC_MESSAGES/ksystemlog.mo
share/locale/et/LC_MESSAGES/ksystemlog.mo
share/locale/fr/LC_MESSAGES/ksystemlog.mo
share/locale/ga/LC_MESSAGES/ksystemlog.mo
share/locale/it/LC_MESSAGES/ksystemlog.mo
share/locale/pa/LC_MESSAGES/ksystemlog.mo
share/locale/pl/LC_MESSAGES/ksystemlog.mo
share/locale/rw/LC_MESSAGES/ksystemlog.mo
share/locale/sv/LC_MESSAGES/ksystemlog.mo
share/locale/tr/LC_MESSAGES/ksystemlog.mo
share/man/man1/ksystemlog.1.gz

@ -0,0 +1,38 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: applications/system/kvkbd
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTNAME= kvkbd-trinity
COMMENT= Virtual keyboard for TDE
TDE_PREVERSION=
MASTER_SITE_SUBDIR= k/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11
DIST_SUBDIR= TDE/applications/system
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface \
libXtst.so:x11/libXtst \
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
-DBUILD_ALL="ON" \
-DWITH_ALL_OPTIONS="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1682026972
SHA256 (TDE/applications/system/kvkbd-trinity_14.1.0.orig.tar.xz) = f0681120bbc0fae839260d725573d1450780d495603119aea64946d89b8e387a
SIZE (TDE/applications/system/kvkbd-trinity_14.1.0.orig.tar.xz) = 47412

@ -0,0 +1,4 @@
Virtual keyboard for TDE
Virtual keyboard for TDE for use with accessibility. Application contains
a systray widget as well as a dockwidget.

@ -0,0 +1,10 @@
bin/kvkbd
share/applications/tde/kvkbd.desktop
share/apps/kvkbd/pics/dock.png
share/apps/kvkbd/pics/tray.png
share/doc/tde/HTML/en/kvkbd/common
share/doc/tde/HTML/en/kvkbd/index.cache.bz2
share/doc/tde/HTML/en/kvkbd/index.docbook
share/icons/hicolor/16x16/apps/kvkbd.png
share/icons/hicolor/32x32/apps/kvkbd.png
share/locale/de/LC_MESSAGES/kvkbd.mo

@ -0,0 +1,39 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: applications/system/polkit-agent-tde
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTNAME= polkit-agent-tde
COMMENT= TDE dialogs for PolicyKit
TDE_PREVERSION=
MASTER_SITE_SUBDIR= p/${PORTNAME}
DISTSRC= ${PORTNAME}-trinity-${TDE_VERSION}${TDE_PREVERSION}
PORTREVISION= 0
CATEGORIES= sysutils x11
DIST_SUBDIR= TDE/applications/system
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface \
libpolkit-tqt-agent.so:sysutils/polkit-tqt \
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
-DBUILD_ALL="ON" \
-DWITH_ALL_OPTIONS="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1682026973
SHA256 (TDE/applications/system/polkit-agent-tde_14.1.0.orig.tar.xz) = 613bd8c82c0a74c298e35fc9ac85e68e4516f34c02bed2e1932a92cb7e3d2686
SIZE (TDE/applications/system/polkit-agent-tde_14.1.0.orig.tar.xz) = 32632

@ -0,0 +1,10 @@
TDE dialogs for PolicyKit
PolicyKit is an application-level toolkit for defining and handling the policy
that allows unprivileged processes to speak to privileged processes.
It is a framework for centralizing the decision making process with respect to
granting access to privileged operations for unprivileged (desktop) applications.
PolicyKit-agent-tde provides a D-Bus session bus service that is used to
bring up authentication dialogs used for obtaining privileges.

@ -0,0 +1,52 @@
bin/polkit-agent-tde
share/autostart/polkit-agent-tde.desktop
share/locale/ar/LC_MESSAGES/polkit-agent-tde.mo
share/locale/bs/LC_MESSAGES/polkit-agent-tde.mo
share/locale/ca/LC_MESSAGES/polkit-agent-tde.mo
share/locale/ca@valencia/LC_MESSAGES/polkit-agent-tde.mo
share/locale/cs/LC_MESSAGES/polkit-agent-tde.mo
share/locale/da/LC_MESSAGES/polkit-agent-tde.mo
share/locale/de/LC_MESSAGES/polkit-agent-tde.mo
share/locale/el/LC_MESSAGES/polkit-agent-tde.mo
share/locale/en_GB/LC_MESSAGES/polkit-agent-tde.mo
share/locale/eo/LC_MESSAGES/polkit-agent-tde.mo
share/locale/es/LC_MESSAGES/polkit-agent-tde.mo
share/locale/et/LC_MESSAGES/polkit-agent-tde.mo
share/locale/fi/LC_MESSAGES/polkit-agent-tde.mo
share/locale/fr/LC_MESSAGES/polkit-agent-tde.mo
share/locale/ga/LC_MESSAGES/polkit-agent-tde.mo
share/locale/gl/LC_MESSAGES/polkit-agent-tde.mo
share/locale/hr/LC_MESSAGES/polkit-agent-tde.mo
share/locale/hu/LC_MESSAGES/polkit-agent-tde.mo
share/locale/is/LC_MESSAGES/polkit-agent-tde.mo
share/locale/it/LC_MESSAGES/polkit-agent-tde.mo
share/locale/ja/LC_MESSAGES/polkit-agent-tde.mo
share/locale/kk/LC_MESSAGES/polkit-agent-tde.mo
share/locale/km/LC_MESSAGES/polkit-agent-tde.mo
share/locale/lt/LC_MESSAGES/polkit-agent-tde.mo
share/locale/mai/LC_MESSAGES/polkit-agent-tde.mo
share/locale/mr/LC_MESSAGES/polkit-agent-tde.mo
share/locale/ms/LC_MESSAGES/polkit-agent-tde.mo
share/locale/nb/LC_MESSAGES/polkit-agent-tde.mo
share/locale/nds/LC_MESSAGES/polkit-agent-tde.mo
share/locale/nl/LC_MESSAGES/polkit-agent-tde.mo
share/locale/pa/LC_MESSAGES/polkit-agent-tde.mo
share/locale/pl/LC_MESSAGES/polkit-agent-tde.mo
share/locale/pt/LC_MESSAGES/polkit-agent-tde.mo
share/locale/pt_BR/LC_MESSAGES/polkit-agent-tde.mo
share/locale/ro/LC_MESSAGES/polkit-agent-tde.mo
share/locale/ru/LC_MESSAGES/polkit-agent-tde.mo
share/locale/sk/LC_MESSAGES/polkit-agent-tde.mo
share/locale/sl/LC_MESSAGES/polkit-agent-tde.mo
share/locale/sr/LC_MESSAGES/polkit-agent-tde.mo
share/locale/sr@ijekavian/LC_MESSAGES/polkit-agent-tde.mo
share/locale/sr@ijekavianlatin/LC_MESSAGES/polkit-agent-tde.mo
share/locale/sr@latin/LC_MESSAGES/polkit-agent-tde.mo
share/locale/sv/LC_MESSAGES/polkit-agent-tde.mo
share/locale/th/LC_MESSAGES/polkit-agent-tde.mo
share/locale/tr/LC_MESSAGES/polkit-agent-tde.mo
share/locale/ug/LC_MESSAGES/polkit-agent-tde.mo
share/locale/uk/LC_MESSAGES/polkit-agent-tde.mo
share/locale/vi/LC_MESSAGES/polkit-agent-tde.mo
share/locale/zh_CN/LC_MESSAGES/polkit-agent-tde.mo
share/locale/zh_TW/LC_MESSAGES/polkit-agent-tde.mo

@ -0,0 +1,37 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: applications/system/tastymenu
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTNAME= tastymenu-trinity
COMMENT= Replacement for TMenu
TDE_PREVERSION=
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11
DIST_SUBDIR= TDE/applications/system
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
-DBUILD_ALL="ON" \
-DWITH_ALL_OPTIONS="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1682026974
SHA256 (TDE/applications/system/tastymenu-trinity_14.1.0.orig.tar.xz) = 60e509da379ad64a2208a0b13d2ace5e1634c4a6f2f441e8af5ea7296de7fd6a
SIZE (TDE/applications/system/tastymenu-trinity_14.1.0.orig.tar.xz) = 153484

@ -0,0 +1,4 @@
Replacement for TMenu
Tasty Menu is a TMenu replacement aiming to provide the maximum usability
and flexibility.

@ -0,0 +1,19 @@
lib/trinity/tastymenu_panelapplet.la
lib/trinity/tastymenu_panelapplet.so
share/apps/kicker/applets/tastymenu.desktop
share/config.kcfg/tastymenu.kcfg
share/doc/tde/HTML/en/tastymenu/common
share/doc/tde/HTML/en/tastymenu/index.cache.bz2
share/doc/tde/HTML/en/tastymenu/index.docbook
share/doc/tde/HTML/en/tastymenu/screenshot.png
share/locale/de/LC_MESSAGES/tastymenu.mo
share/locale/es/LC_MESSAGES/tastymenu.mo
share/locale/fi/LC_MESSAGES/tastymenu.mo
share/locale/fr/LC_MESSAGES/tastymenu.mo
share/locale/it/LC_MESSAGES/tastymenu.mo
share/locale/nl/LC_MESSAGES/tastymenu.mo
share/locale/pl/LC_MESSAGES/tastymenu.mo
share/locale/pt_BR/LC_MESSAGES/tastymenu.mo
share/locale/ru/LC_MESSAGES/tastymenu.mo
share/locale/sl/LC_MESSAGES/tastymenu.mo
share/locale/uk/LC_MESSAGES/tastymenu.mo

@ -0,0 +1,37 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: applications/system/tdedocker
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTNAME= tdedocker-trinity
COMMENT= Minimize all applications to system tray [Trinity]
TDE_PREVERSION=
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= deskutils x11
DIST_SUBDIR= TDE/applications/system
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
-DBUILD_ALL="ON" \
-DWITH_ALL_OPTIONS="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1682026975
SHA256 (TDE/applications/system/tdedocker-trinity_14.1.0.orig.tar.xz) = 426ce519634ddb95d815d40553b9262dd4dc5f67d412e30ec48c8269df50c94d
SIZE (TDE/applications/system/tdedocker-trinity_14.1.0.orig.tar.xz) = 74696

@ -0,0 +1,7 @@
Minimize all applications to system tray [Trinity]
TDEDocker will help you dock any application into the system tray.
This means you can dock openoffice, xmms, firefox, thunderbird,
anything! Just point and click. Works for all NET WM compliant
window managers - that includes TDE, KDE, GNOME, Xfce, Fluxbox
and many more.

@ -0,0 +1,21 @@
bin/tdedocker
share/applications/tde/tdedocker.desktop
share/apps/tdedocker/icons/question.png
share/apps/tdedocker/icons/question.xpm
share/apps/tdedocker/icons/tdedocker.xpm
share/icons/hicolor/128x128/apps/tdedocker.png
share/locale/bg/LC_MESSAGES/tdedocker.mo
share/locale/cs/LC_MESSAGES/tdedocker.mo
share/locale/de/LC_MESSAGES/tdedocker.mo
share/locale/es/LC_MESSAGES/tdedocker.mo
share/locale/fr/LC_MESSAGES/tdedocker.mo
share/locale/hu/LC_MESSAGES/tdedocker.mo
share/locale/id/LC_MESSAGES/tdedocker.mo
share/locale/it/LC_MESSAGES/tdedocker.mo
share/locale/ja/LC_MESSAGES/tdedocker.mo
share/locale/nl/LC_MESSAGES/tdedocker.mo
share/locale/pl/LC_MESSAGES/tdedocker.mo
share/locale/pt_BR/LC_MESSAGES/tdedocker.mo
share/locale/ru/LC_MESSAGES/tdedocker.mo
share/locale/sv/LC_MESSAGES/tdedocker.mo
share/man/man1/tdedocker.1.gz

@ -0,0 +1,37 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: applications/system/tdesshaskpass
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTNAME= tdesshaskpass-trinity
COMMENT= Interactively prompt users for a passphrase for ssh-add
TDE_PREVERSION=
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= deskutils x11
DIST_SUBDIR= TDE/applications/system
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
-DBUILD_ALL="ON" \
-DWITH_ALL_OPTIONS="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1682026976
SHA256 (TDE/applications/system/tdesshaskpass-trinity_14.1.0.orig.tar.xz) = ecfd20506c4c03183a38116311623f493c7cf7ef514aec6efb886bc0d435348f
SIZE (TDE/applications/system/tdesshaskpass-trinity_14.1.0.orig.tar.xz) = 11152

@ -0,0 +1,3 @@
Interactively prompt users for a passphrase for ssh-add
A TDE version of ssh-askpass with TDEWallet support.

@ -0,0 +1,2 @@
bin/tdesshaskpass
share/man/man1/tdesshaskpass.1.gz

@ -0,0 +1,37 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: applications/system/yakuake
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTNAME= yakuake-trinity
COMMENT= A Quake-style terminal emulator based on TDE Konsole technology [Trinity]
TDE_PREVERSION=
MASTER_SITE_SUBDIR= y/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11
DIST_SUBDIR= TDE/applications/system
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
-DBUILD_ALL="ON" \
-DWITH_ALL_OPTIONS="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1682026977
SHA256 (TDE/applications/system/yakuake-trinity_14.1.0.orig.tar.xz) = 0212643f73af4348fbd687b504c355dbe284a5fdeab48c4310ed0c166ec34efc
SIZE (TDE/applications/system/yakuake-trinity_14.1.0.orig.tar.xz) = 105988

@ -0,0 +1,9 @@
A Quake-style terminal emulator based on TDE Konsole technology [Trinity]
YaKuake is inspired from the terminal in the Quake game: when you press a key
(by default F12, but that can be changed) a terminal window slides down from
the top of the screen. Press the key again, and the terminal slides back.
It is faster than a keyboard shortcut because it is already loaded into memory
and as such is very useful to anyone who frequently finds themselves switching
in and out of terminal sessions.

@ -0,0 +1,113 @@
bin/yakuake
share/applications/tde/yakuake.desktop
share/apps/yakuake/default/icon.png
share/apps/yakuake/default/tabs.skin
share/apps/yakuake/default/tabs/back_image.png
share/apps/yakuake/default/tabs/left_corner.png
share/apps/yakuake/default/tabs/minus_down.png
share/apps/yakuake/default/tabs/minus_over.png
share/apps/yakuake/default/tabs/minus_up.png
share/apps/yakuake/default/tabs/plus.png
share/apps/yakuake/default/tabs/plus_down.png
share/apps/yakuake/default/tabs/plus_over.png
share/apps/yakuake/default/tabs/plus_up.png
share/apps/yakuake/default/tabs/right_corner.png
share/apps/yakuake/default/tabs/selected_back.png
share/apps/yakuake/default/tabs/selected_left.png
share/apps/yakuake/default/tabs/selected_right.png
share/apps/yakuake/default/tabs/separator.png
share/apps/yakuake/default/tabs/unselected_back.png
share/apps/yakuake/default/title.skin
share/apps/yakuake/default/title/back.png
share/apps/yakuake/default/title/config_down.png
share/apps/yakuake/default/title/config_over.png
share/apps/yakuake/default/title/config_up.png
share/apps/yakuake/default/title/focus_down.png
share/apps/yakuake/default/title/focus_over.png
share/apps/yakuake/default/title/focus_up.png
share/apps/yakuake/default/title/left.png
share/apps/yakuake/default/title/quit_down.png
share/apps/yakuake/default/title/quit_over.png
share/apps/yakuake/default/title/quit_up.png
share/apps/yakuake/default/title/right.png
share/apps/yakuake/plastik_dark/icon.png
share/apps/yakuake/plastik_dark/tabs.skin
share/apps/yakuake/plastik_dark/tabs/back_image.png
share/apps/yakuake/plastik_dark/tabs/left_corner.png
share/apps/yakuake/plastik_dark/tabs/minus_down.png
share/apps/yakuake/plastik_dark/tabs/minus_over.png
share/apps/yakuake/plastik_dark/tabs/minus_up.png
share/apps/yakuake/plastik_dark/tabs/plus_down.png
share/apps/yakuake/plastik_dark/tabs/plus_over.png
share/apps/yakuake/plastik_dark/tabs/plus_up.png
share/apps/yakuake/plastik_dark/tabs/right_corner.png
share/apps/yakuake/plastik_dark/tabs/selected_back.png
share/apps/yakuake/plastik_dark/tabs/selected_left.png
share/apps/yakuake/plastik_dark/tabs/selected_right.png
share/apps/yakuake/plastik_dark/tabs/separator.png
share/apps/yakuake/plastik_dark/tabs/unselected_back.png
share/apps/yakuake/plastik_dark/title.skin
share/apps/yakuake/plastik_dark/title/back.png
share/apps/yakuake/plastik_dark/title/config_down.png
share/apps/yakuake/plastik_dark/title/config_over.png
share/apps/yakuake/plastik_dark/title/config_up.png
share/apps/yakuake/plastik_dark/title/focus_down.png
share/apps/yakuake/plastik_dark/title/focus_over.png
share/apps/yakuake/plastik_dark/title/focus_up.png
share/apps/yakuake/plastik_dark/title/left.png
share/apps/yakuake/plastik_dark/title/quit_down.png
share/apps/yakuake/plastik_dark/title/quit_over.png
share/apps/yakuake/plastik_dark/title/quit_up.png
share/apps/yakuake/plastik_dark/title/right.png
share/apps/yakuake/plastik_light/icon.png
share/apps/yakuake/plastik_light/tabs.skin
share/apps/yakuake/plastik_light/tabs/back_image.png
share/apps/yakuake/plastik_light/tabs/left_corner.png
share/apps/yakuake/plastik_light/tabs/minus_down.png
share/apps/yakuake/plastik_light/tabs/minus_over.png
share/apps/yakuake/plastik_light/tabs/minus_up.png
share/apps/yakuake/plastik_light/tabs/plus_down.png
share/apps/yakuake/plastik_light/tabs/plus_over.png
share/apps/yakuake/plastik_light/tabs/plus_up.png
share/apps/yakuake/plastik_light/tabs/right_corner.png
share/apps/yakuake/plastik_light/tabs/selected_back.png
share/apps/yakuake/plastik_light/tabs/selected_left.png
share/apps/yakuake/plastik_light/tabs/selected_right.png
share/apps/yakuake/plastik_light/tabs/separator.png
share/apps/yakuake/plastik_light/tabs/unselected_back.png
share/apps/yakuake/plastik_light/title.skin
share/apps/yakuake/plastik_light/title/back.png
share/apps/yakuake/plastik_light/title/config_down.png
share/apps/yakuake/plastik_light/title/config_over.png
share/apps/yakuake/plastik_light/title/config_up.png
share/apps/yakuake/plastik_light/title/focus_down.png
share/apps/yakuake/plastik_light/title/focus_over.png
share/apps/yakuake/plastik_light/title/focus_up.png
share/apps/yakuake/plastik_light/title/left.png
share/apps/yakuake/plastik_light/title/quit_down.png
share/apps/yakuake/plastik_light/title/quit_over.png
share/apps/yakuake/plastik_light/title/quit_up.png
share/apps/yakuake/plastik_light/title/right.png
share/config.kcfg/yakuake.kcfg
share/doc/tde/HTML/en/yakuake/common
share/doc/tde/HTML/en/yakuake/index.cache.bz2
share/doc/tde/HTML/en/yakuake/index.docbook
share/icons/hicolor/16x16/apps/yakuake.png
share/icons/hicolor/32x32/apps/yakuake.png
share/locale/de/LC_MESSAGES/yakuake.mo
share/locale/el/LC_MESSAGES/yakuake.mo
share/locale/es/LC_MESSAGES/yakuake.mo
share/locale/et/LC_MESSAGES/yakuake.mo
share/locale/fr/LC_MESSAGES/yakuake.mo
share/locale/hu/LC_MESSAGES/yakuake.mo
share/locale/it/LC_MESSAGES/yakuake.mo
share/locale/ja/LC_MESSAGES/yakuake.mo
share/locale/nl/LC_MESSAGES/yakuake.mo
share/locale/pl/LC_MESSAGES/yakuake.mo
share/locale/pt/LC_MESSAGES/yakuake.mo
share/locale/pt_BR/LC_MESSAGES/yakuake.mo
share/locale/ru/LC_MESSAGES/yakuake.mo
share/locale/sv/LC_MESSAGES/yakuake.mo
share/locale/tr/LC_MESSAGES/yakuake.mo
share/locale/uk/LC_MESSAGES/yakuake.mo
share/man/man1/yakuake.1.gz

@ -0,0 +1,9 @@
SUBDIR =
SUBDIR += tdeio-appinfo
SUBDIR += tdeio-ftps
SUBDIR += tdeio-gopher
SUBDIR += tdeio-locate
SUBDIR += tdeio-sword
.include <bsd.port.subdir.mk>

@ -0,0 +1,37 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: applications/tdeio/tdeio-appinfo
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTNAME= tdeio-appinfo-trinity
COMMENT= TDEIO slave for the appinfo protocol
TDE_PREVERSION=
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= deskutils x11
DIST_SUBDIR= TDE/applications/tdeio
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
-DBUILD_ALL="ON" \
-DWITH_ALL_OPTIONS="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1682033455
SHA256 (TDE/applications/tdeio/tdeio-appinfo-trinity_14.1.0.orig.tar.xz) = ba9e0d2f10cef1f75d8b1b6071df27ee697e99743080be2adf013fb22d84f619
SIZE (TDE/applications/tdeio/tdeio-appinfo-trinity_14.1.0.orig.tar.xz) = 13688

@ -0,0 +1,6 @@
TDEIO slave for the appinfo protocol
Adds support for the "appinfo:" protocol
to Konqueror and other TDE applications.
This enables you to perform appinfo: searches in TDE.

@ -0,0 +1,3 @@
lib/trinity/tdeio_appinfo.la
lib/trinity/tdeio_appinfo.so
share/services/appinfo.protocol

@ -0,0 +1,37 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: applications/tdeio/tdeio-ftps
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTNAME= tdeio-ftps-trinity
COMMENT= ftps TDEIO slave for TDE
TDE_PREVERSION=
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= deskutils x11
DIST_SUBDIR= TDE/applications/tdeio
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
-DBUILD_ALL="ON" \
-DWITH_ALL_OPTIONS="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1682033457
SHA256 (TDE/applications/tdeio/tdeio-ftps-trinity_14.1.0.orig.tar.xz) = 8ed3f5b6db1fd1efe315c46b1e3eef47b5f2e596360d6652d6bb4fbbc5a36744
SIZE (TDE/applications/tdeio/tdeio-ftps-trinity_14.1.0.orig.tar.xz) = 37036

@ -0,0 +1,7 @@
An ftps TDEIO slave for TDE
tdeio-ftps-trinity is an ftps TDEIO slave for TDE, based on rfc4217 and
build upon the ftp TDEIO-slave sources. tdeio-ftps-trinity should work
yet with most server implementations It issues an "AUTH TLS"
command after connecting and refuses to continue, when it's
not supported.

@ -0,0 +1,6 @@
lib/trinity/tdeio_ftps.la
lib/trinity/tdeio_ftps.so
share/locale/de/LC_MESSAGES/tdeio_ftps.mo
share/locale/pl/LC_MESSAGES/tdeio_ftps.mo
share/locale/pt_BR/LC_MESSAGES/tdeio_ftps.mo
share/services/ftps.protocol

@ -0,0 +1,37 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: applications/tdeio/tdeio-gopher
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTNAME= tdeio-gopher-trinity
COMMENT= tdeio-slave for the gopher protocol
TDE_PREVERSION=
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= deskutils x11
DIST_SUBDIR= TDE/applications/tdeio
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
-DBUILD_ALL="ON" \
-DWITH_ALL_OPTIONS="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1682033459
SHA256 (TDE/applications/tdeio/tdeio-gopher-trinity_14.1.0.orig.tar.xz) = e9d4228ff238b5dd103f2b079fb11f471b3250dbcae0c491bb42415388c53552
SIZE (TDE/applications/tdeio/tdeio-gopher-trinity_14.1.0.orig.tar.xz) = 33936

@ -0,0 +1,6 @@
tdeio-slave for the gopher protocol
Adds support for the "gopher:" protocol
to Konqueror and other TDE applications.
This enables you to perform gopher searches in Konqueror.

@ -0,0 +1,117 @@
lib/trinity/tdeio_gopher.la
lib/trinity/tdeio_gopher.so
share/doc/tde/HTML/ca/tdeioslave/gopher/common
share/doc/tde/HTML/ca/tdeioslave/gopher/index.cache.bz2
share/doc/tde/HTML/ca/tdeioslave/gopher/index.docbook
share/doc/tde/HTML/da/tdeioslave/gopher/common
share/doc/tde/HTML/da/tdeioslave/gopher/index.cache.bz2
share/doc/tde/HTML/da/tdeioslave/gopher/index.docbook
share/doc/tde/HTML/de/tdeioslave/gopher/common
share/doc/tde/HTML/de/tdeioslave/gopher/index.cache.bz2
share/doc/tde/HTML/de/tdeioslave/gopher/index.docbook
share/doc/tde/HTML/en/tdeioslave/gopher/common
share/doc/tde/HTML/en/tdeioslave/gopher/index.cache.bz2
share/doc/tde/HTML/en/tdeioslave/gopher/index.docbook
share/doc/tde/HTML/en_GB/tdeioslave/gopher/common
share/doc/tde/HTML/en_GB/tdeioslave/gopher/index.cache.bz2
share/doc/tde/HTML/en_GB/tdeioslave/gopher/index.docbook
share/doc/tde/HTML/es/tdeioslave/gopher/common
share/doc/tde/HTML/es/tdeioslave/gopher/index.cache.bz2
share/doc/tde/HTML/es/tdeioslave/gopher/index.docbook
share/doc/tde/HTML/et/tdeioslave/gopher/common
share/doc/tde/HTML/et/tdeioslave/gopher/index.cache.bz2
share/doc/tde/HTML/et/tdeioslave/gopher/index.docbook
share/doc/tde/HTML/fr/tdeioslave/gopher/common
share/doc/tde/HTML/fr/tdeioslave/gopher/index.cache.bz2
share/doc/tde/HTML/fr/tdeioslave/gopher/index.docbook
share/doc/tde/HTML/gl/tdeioslave/gopher/common
share/doc/tde/HTML/gl/tdeioslave/gopher/index.cache.bz2
share/doc/tde/HTML/gl/tdeioslave/gopher/index.docbook
share/doc/tde/HTML/hu/tdeioslave/gopher/common
share/doc/tde/HTML/hu/tdeioslave/gopher/index.cache.bz2
share/doc/tde/HTML/hu/tdeioslave/gopher/index.docbook
share/doc/tde/HTML/it/tdeioslave/gopher/common
share/doc/tde/HTML/it/tdeioslave/gopher/index.cache.bz2
share/doc/tde/HTML/it/tdeioslave/gopher/index.docbook
share/doc/tde/HTML/nl/tdeioslave/gopher/common
share/doc/tde/HTML/nl/tdeioslave/gopher/index.cache.bz2
share/doc/tde/HTML/nl/tdeioslave/gopher/index.docbook
share/doc/tde/HTML/pl/tdeioslave/gopher/common
share/doc/tde/HTML/pl/tdeioslave/gopher/index.cache.bz2
share/doc/tde/HTML/pl/tdeioslave/gopher/index.docbook
share/doc/tde/HTML/pt/tdeioslave/gopher/common
share/doc/tde/HTML/pt/tdeioslave/gopher/index.cache.bz2
share/doc/tde/HTML/pt/tdeioslave/gopher/index.docbook
share/doc/tde/HTML/pt_BR/tdeioslave/gopher/common
share/doc/tde/HTML/pt_BR/tdeioslave/gopher/index.cache.bz2
share/doc/tde/HTML/pt_BR/tdeioslave/gopher/index.docbook
share/doc/tde/HTML/ro/tdeioslave/gopher/common
share/doc/tde/HTML/ro/tdeioslave/gopher/index.cache.bz2
share/doc/tde/HTML/ro/tdeioslave/gopher/index.docbook
share/doc/tde/HTML/ru/tdeioslave/gopher/common
share/doc/tde/HTML/ru/tdeioslave/gopher/index.cache.bz2
share/doc/tde/HTML/ru/tdeioslave/gopher/index.docbook
share/doc/tde/HTML/sk/tdeioslave/gopher/common
share/doc/tde/HTML/sk/tdeioslave/gopher/index.cache.bz2
share/doc/tde/HTML/sk/tdeioslave/gopher/index.docbook
share/doc/tde/HTML/sr/tdeioslave/gopher/common
share/doc/tde/HTML/sr/tdeioslave/gopher/index.cache.bz2
share/doc/tde/HTML/sr/tdeioslave/gopher/index.docbook
share/doc/tde/HTML/sr@Latn/tdeioslave/gopher/common
share/doc/tde/HTML/sr@Latn/tdeioslave/gopher/index.cache.bz2
share/doc/tde/HTML/sr@Latn/tdeioslave/gopher/index.docbook
share/doc/tde/HTML/sv/tdeioslave/gopher/common
share/doc/tde/HTML/sv/tdeioslave/gopher/index.cache.bz2
share/doc/tde/HTML/sv/tdeioslave/gopher/index.docbook
share/doc/tde/HTML/uk/tdeioslave/gopher/common
share/doc/tde/HTML/uk/tdeioslave/gopher/index.cache.bz2
share/doc/tde/HTML/uk/tdeioslave/gopher/index.docbook
share/locale/ar/LC_MESSAGES/tdeio_gopher.mo
share/locale/bg/LC_MESSAGES/tdeio_gopher.mo
share/locale/br/LC_MESSAGES/tdeio_gopher.mo
share/locale/bs/LC_MESSAGES/tdeio_gopher.mo
share/locale/ca/LC_MESSAGES/tdeio_gopher.mo
share/locale/ca@valencia/LC_MESSAGES/tdeio_gopher.mo
share/locale/cs/LC_MESSAGES/tdeio_gopher.mo
share/locale/cy/LC_MESSAGES/tdeio_gopher.mo
share/locale/da/LC_MESSAGES/tdeio_gopher.mo
share/locale/de/LC_MESSAGES/tdeio_gopher.mo
share/locale/el/LC_MESSAGES/tdeio_gopher.mo
share/locale/en_GB/LC_MESSAGES/tdeio_gopher.mo
share/locale/eo/LC_MESSAGES/tdeio_gopher.mo
share/locale/es/LC_MESSAGES/tdeio_gopher.mo
share/locale/et/LC_MESSAGES/tdeio_gopher.mo
share/locale/fi/LC_MESSAGES/tdeio_gopher.mo
share/locale/fr/LC_MESSAGES/tdeio_gopher.mo
share/locale/ga/LC_MESSAGES/tdeio_gopher.mo
share/locale/gl/LC_MESSAGES/tdeio_gopher.mo
share/locale/hr/LC_MESSAGES/tdeio_gopher.mo
share/locale/hu/LC_MESSAGES/tdeio_gopher.mo
share/locale/is/LC_MESSAGES/tdeio_gopher.mo
share/locale/it/LC_MESSAGES/tdeio_gopher.mo
share/locale/ja/LC_MESSAGES/tdeio_gopher.mo
share/locale/ka/LC_MESSAGES/tdeio_gopher.mo
share/locale/km/LC_MESSAGES/tdeio_gopher.mo
share/locale/lt/LC_MESSAGES/tdeio_gopher.mo
share/locale/lv/LC_MESSAGES/tdeio_gopher.mo
share/locale/ms/LC_MESSAGES/tdeio_gopher.mo
share/locale/nb/LC_MESSAGES/tdeio_gopher.mo
share/locale/nds/LC_MESSAGES/tdeio_gopher.mo
share/locale/nl/LC_MESSAGES/tdeio_gopher.mo
share/locale/nn/LC_MESSAGES/tdeio_gopher.mo
share/locale/pa/LC_MESSAGES/tdeio_gopher.mo
share/locale/pl/LC_MESSAGES/tdeio_gopher.mo
share/locale/pt/LC_MESSAGES/tdeio_gopher.mo
share/locale/pt_BR/LC_MESSAGES/tdeio_gopher.mo
share/locale/ro/LC_MESSAGES/tdeio_gopher.mo
share/locale/ru/LC_MESSAGES/tdeio_gopher.mo
share/locale/rw/LC_MESSAGES/tdeio_gopher.mo
share/locale/sk/LC_MESSAGES/tdeio_gopher.mo
share/locale/sv/LC_MESSAGES/tdeio_gopher.mo
share/locale/ta/LC_MESSAGES/tdeio_gopher.mo
share/locale/tr/LC_MESSAGES/tdeio_gopher.mo
share/locale/ug/LC_MESSAGES/tdeio_gopher.mo
share/locale/uk/LC_MESSAGES/tdeio_gopher.mo
share/locale/zh_CN/LC_MESSAGES/tdeio_gopher.mo
share/locale/zh_TW/LC_MESSAGES/tdeio_gopher.mo
share/services/gopher.protocol

@ -0,0 +1,37 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: applications/tdeio/tdeio-locate
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTNAME= tdeio-locate-trinity
COMMENT= tdeio-slave for the locate command
TDE_PREVERSION=
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= deskutils x11
DIST_SUBDIR= TDE/applications/tdeio
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
-DBUILD_ALL="ON" \
-DWITH_ALL_OPTIONS="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1682033461
SHA256 (TDE/applications/tdeio/tdeio-locate-trinity_14.1.0.orig.tar.xz) = 18996cbfd90ecc0515ba48bd18fcfa9402ed533acf7a22d521ec84d138cdcd5f
SIZE (TDE/applications/tdeio/tdeio-locate-trinity_14.1.0.orig.tar.xz) = 61544

@ -0,0 +1,8 @@
tdeio-slave for the locate command
Adds support for the "locate:" and "locater:"
protocols to Konqueror and other TDE applications.
This enables you to perform locate searches as you
would in a terminal. The result is displayed just
as a directory.

@ -0,0 +1,13 @@
lib/trinity/tdeio_locate.la
lib/trinity/tdeio_locate.so
share/doc/tde/HTML/en/tdeioslave/locate/common
share/doc/tde/HTML/en/tdeioslave/locate/index.cache.bz2
share/doc/tde/HTML/en/tdeioslave/locate/index.docbook
share/doc/tde/HTML/en/tdeioslave/locate/screenshot.png
share/locale/de/LC_MESSAGES/tdeio_locate.mo
share/locale/fr/LC_MESSAGES/tdeio_locate.mo
share/locale/pt/LC_MESSAGES/tdeio_locate.mo
share/services/locate.protocol
share/services/locater.protocol
share/services/rlocate.protocol
share/services/searchproviders/locate.desktop

@ -0,0 +1,40 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: applications/tdeio/tdeio-sword
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTNAME= tdeio-sword-trinity
COMMENT= tdeio-slave for the Sword Bible tool
TDE_PREVERSION=
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= deskutils x11
DIST_SUBDIR= TDE/applications/tdeio
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface
LIB_DEPENDS+=\
libsword.so:misc/sword \
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
-DBUILD_ALL="ON" \
-DWITH_ALL_OPTIONS="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1682033462
SHA256 (TDE/applications/tdeio/tdeio-sword-trinity_14.1.0.orig.tar.xz) = 6189cde83570ee4ac30dc8f5f6ebe2c2c3dd5f2d854c0bc202ead8a1f91794af
SIZE (TDE/applications/tdeio/tdeio-sword-trinity_14.1.0.orig.tar.xz) = 102716

@ -0,0 +1,7 @@
tdeio-slave for the Sword Bible tool
TDEio-Sword provides access to Bibles, commentaries
and other texts in an easy to use and attractive
interface -- the Konqueror web browser. It does so
using the SWORD Bible project and implementing a TDE
ioslave, providing the sword:/ protocol.

@ -0,0 +1,17 @@
lib/trinity/tdeio_sword.la
lib/trinity/tdeio_sword.so
share/apps/tdeio_sword/swordvertical.png
share/apps/tdeio_sword/tdeio_sword.css
share/doc/tde/HTML/en/tdeioslave/sword/common
share/doc/tde/HTML/en/tdeioslave/sword/index.cache.bz2
share/doc/tde/HTML/en/tdeioslave/sword/index.docbook
share/icons/hicolor/128x128/apps/tdeio_sword.png
share/icons/hicolor/16x16/apps/tdeio_sword.png
share/icons/hicolor/22x22/apps/tdeio_sword.png
share/icons/hicolor/32x32/apps/tdeio_sword.png
share/icons/hicolor/48x48/apps/tdeio_sword.png
share/icons/hicolor/64x64/apps/tdeio_sword.png
share/icons/hicolor/scalable/apps/tdeio_sword.svgz
share/locale/de/LC_MESSAGES/tdeio_sword.mo
share/locale/pt/LC_MESSAGES/tdeio_sword.mo
share/services/sword.protocol

@ -0,0 +1,17 @@
SUBDIR =
SUBDIR += gtk-qt-engine
SUBDIR += gtk3-tqt-engine
SUBDIR += ksplash-engine-moodin
SUBDIR += tde-style-baghira
SUBDIR += tde-style-domino
SUBDIR += tde-style-ia-ora
SUBDIR += tde-style-lipstik
SUBDIR += tde-style-qtcurve
SUBDIR += tdmtheme
SUBDIR += twin-style-crystal
SUBDIR += twin-style-dekorator
SUBDIR += twin-style-machbunt
SUBDIR += twin-style-suse2
.include <bsd.port.subdir.mk>

@ -0,0 +1,38 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: applications/themes/gtk-qt-engine
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTNAME= gtk-qt-engine-trinity
COMMENT= Theme engine using TQt for GTK+ 2.x and Trinity
TDE_PREVERSION=
MASTER_SITE_SUBDIR= g/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11-themes
DIST_SUBDIR= TDE/applications/themes
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface
LIB_DEPENDS+=\
libgtk-x11-2.0.so:x11-toolkits/gtk20 \
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE}
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1682045876
SHA256 (TDE/applications/themes/gtk-qt-engine-trinity_14.1.0.orig.tar.xz) = b82725b6a77052d224f183581be07832b6d69d9999199cd26f9a2fb7eff14712
SIZE (TDE/applications/themes/gtk-qt-engine-trinity_14.1.0.orig.tar.xz) = 60232

@ -0,0 +1,9 @@
Theme engine using TQt for GTK+ 2.x and Trinity
The GTK-Qt Theme Engine (also known as gtk-qt-engine) is a GTK 2 theme engine
that calls TQt to do the actual drawing. This makes your GTK 2 applications
look almost like real TQt applications and gives you a more unified desktop
experience.
Please note that this package is targeted at Trinity users and therefore provides
a way to configure it from within KControl.

@ -0,0 +1,26 @@
lib/trinity/kcm_kcmgtk.la
lib/trinity/kcm_kcmgtk.so
share/applications/tde/kcmgtk.desktop
share/doc/tde/HTML/en/kcontrol/gtk/common
share/doc/tde/HTML/en/kcontrol/gtk/index.cache.bz2
share/doc/tde/HTML/en/kcontrol/gtk/index.docbook
share/locale/bg/LC_MESSAGES/gtk-qt-engine.mo
share/locale/de/LC_MESSAGES/gtk-qt-engine.mo
share/locale/es/LC_MESSAGES/gtk-qt-engine.mo
share/locale/fr/LC_MESSAGES/gtk-qt-engine.mo
share/locale/it/LC_MESSAGES/gtk-qt-engine.mo
share/locale/nl/LC_MESSAGES/gtk-qt-engine.mo
share/locale/nn/LC_MESSAGES/gtk-qt-engine.mo
share/locale/pl/LC_MESSAGES/gtk-qt-engine.mo
share/locale/ru/LC_MESSAGES/gtk-qt-engine.mo
share/locale/sv/LC_MESSAGES/gtk-qt-engine.mo
share/locale/tr/LC_MESSAGES/gtk-qt-engine.mo
/usr/local/lib/gtk-2.0/2.10.0/engines/libqtengine.la
/usr/local/lib/gtk-2.0/2.10.0/engines/libqtengine.so
/usr/local/share/themes/Qt/gtk-2.0/gtkrc
@dir /usr/local/lib/gtk-2.0/2.10.0/engines
@dir /usr/local/lib/gtk-2.0/2.10.0
@dir /usr/local/lib/gtk-2.0
@dir /usr/local/share/themes/Qt/gtk-2.0
@dir /usr/local/share/themes/Qt
@dir /usr/local/share/themes

@ -0,0 +1,38 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: applications/themes/gtk3-tqt-engine
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTNAME= gtk3-tqt-engine-trinity
COMMENT= GTK3 theme engine for Trinity
TDE_PREVERSION=
MASTER_SITE_SUBDIR= g/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11-themes
DIST_SUBDIR= TDE/applications/themes
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface
LIB_DEPENDS+=\
libgdk-3.so:x11-toolkits/gtk30 \
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE}
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1682045878
SHA256 (TDE/applications/themes/gtk3-tqt-engine-trinity_14.1.0.orig.tar.xz) = 2a7f24e8847fde6acae91b48f6c2b31bceb145b4cb707226679360c102a30439
SIZE (TDE/applications/themes/gtk3-tqt-engine-trinity_14.1.0.orig.tar.xz) = 98364

@ -0,0 +1,3 @@
GTK3 theme engine for Trinity
GTK3 style engine which uses the active TDE style to draw its widgets

@ -0,0 +1,15 @@
lib/libtqtcairo.la
lib/libtqtcairo.so
lib/libtqtcairo.so.0
lib/libtqtcairo.so.0.0.0
/usr/local/lib/gtk-3.0/3.0.0/theming-engines/libtdegtk.la
/usr/local/lib/gtk-3.0/3.0.0/theming-engines/libtdegtk.so
/usr/local/lib/gtk-3.0/3.0.0/theming-engines/libtdegtk.so.0
/usr/local/lib/gtk-3.0/3.0.0/theming-engines/libtdegtk.so.0.0.0
/usr/local/share/themes/tdegtk/gtk-3.0/gtk.css
@dir /usr/local/lib/gtk-3.0/3.0.0/theming-engines
@dir /usr/local/lib/gtk-3.0/3.0.0
@dir /usr/local/lib/gtk-3.0
@dir /usr/local/share/themes/tdegtk/gtk-3.0
@dir /usr/local/share/themes/tdegtk
@dir /usr/local/share/themes

@ -0,0 +1,39 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: applications/themes/ksplash-engine-moodin
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTNAME= ksplash-engine-moodin-trinity
COMMENT= Fading splash screen engine for Trinity
TDE_PREVERSION=
MASTER_SITE_SUBDIR= k/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11-themes
DIST_SUBDIR= TDE/applications/themes
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \
${TDE_PREFIX}/lib/libksplashthemes.so:x11/tdebase-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
-DBUILD_ALL="ON" \
-DBUILD_ALL="ON" \
-DWITH_ALL_OPTIONS="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1682045880
SHA256 (TDE/applications/themes/ksplash-engine-moodin-trinity_14.1.0.orig.tar.xz) = 1b95907b99ddf16440a8ecf7d27d37bcbd4438b84e959f810f33b4de76d3cdde
SIZE (TDE/applications/themes/ksplash-engine-moodin-trinity_14.1.0.orig.tar.xz) = 1158732

@ -0,0 +1,15 @@
Fading splash screen engine for Trinity
Heavily customizable engine for various types of themes.
Features:
* scale cache
* fading images
* use current icon set or custom images
* unlimited Custom text labels
* set fading delay and length
* custom image arrangement
* resolution independent themes
This TDE splash screen engine is based upon Linspire's
engine by Sean Meiners <Sean.Meiners@LinspireInc.com>

@ -0,0 +1,29 @@
lib/trinity/ksplashmoodin.la
lib/trinity/ksplashmoodin.so
share/apps/ksplash/Themes/Architecture/1.png
share/apps/ksplash/Themes/Architecture/2.png
share/apps/ksplash/Themes/Architecture/3.png
share/apps/ksplash/Themes/Architecture/4.png
share/apps/ksplash/Themes/Architecture/5.png
share/apps/ksplash/Themes/Architecture/6.png
share/apps/ksplash/Themes/Architecture/7.png
share/apps/ksplash/Themes/Architecture/8.png
share/apps/ksplash/Themes/Architecture/Background.jpg
share/apps/ksplash/Themes/Architecture/Preview.png
share/apps/ksplash/Themes/Architecture/Theme.rc
share/apps/ksplash/Themes/FingerPrint/1.png
share/apps/ksplash/Themes/FingerPrint/2.png
share/apps/ksplash/Themes/FingerPrint/3.png
share/apps/ksplash/Themes/FingerPrint/4.png
share/apps/ksplash/Themes/FingerPrint/5.png
share/apps/ksplash/Themes/FingerPrint/6.png
share/apps/ksplash/Themes/FingerPrint/7.png
share/apps/ksplash/Themes/FingerPrint/8.png
share/apps/ksplash/Themes/FingerPrint/Background.jpg
share/apps/ksplash/Themes/FingerPrint/Preview.png
share/apps/ksplash/Themes/FingerPrint/Theme.rc
share/apps/ksplash/Themes/MoodinKDE/Background.jpg
share/apps/ksplash/Themes/MoodinKDE/Preview.png
share/apps/ksplash/Themes/MoodinKDE/Theme.rc
share/locale/de/LC_MESSAGES/ksplash-engine-moodin.mo
share/services/ksplashmoodin.desktop

@ -0,0 +1,38 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: applications/themes/tde-style-baghira
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTNAME= tde-style-baghira-trinity
COMMENT= TDE style for Apple junkies :)
TDE_PREVERSION=
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11-themes
DIST_SUBDIR= TDE/applications/themes
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \
${TDE_PREFIX}/share/cmake/twin.cmake:x11/tdebase-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
-DBUILD_ALL="ON" \
-DWITH_ALL_OPTIONS="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1682045881
SHA256 (TDE/applications/themes/tde-style-baghira-trinity_14.1.0.orig.tar.xz) = aa1c07943716a6e03521565818a8623e2c2ef798c0eb77d9307457377e07deb3
SIZE (TDE/applications/themes/tde-style-baghira-trinity_14.1.0.orig.tar.xz) = 393736

@ -0,0 +1,8 @@
TDE style for Apple junkies :)
Based upon mosfet-liquid0.9.6pre4... the last heir of mosfet.
Baghira includes both an style (custom widgets) and twin decoration as
well as colour schemes.
Baghira (panther, in german) makes TDE resemble Apple's MacOS X's Aqua,
Panther and Jaguar looks, and also includes its own 'Baghira' look

@ -0,0 +1,65 @@
bin/bab
lib/libbaghirastarter.la
lib/libbaghirastarter.so
lib/trinity/b_menu_panelapplet.la
lib/trinity/b_menu_panelapplet.so
lib/trinity/plugins/styles/baghira.la
lib/trinity/plugins/styles/baghira.so
lib/trinity/tdestyle_baghira_config.la
lib/trinity/tdestyle_baghira_config.so
lib/trinity/twin3_baghira.la
lib/trinity/twin3_baghira.so
lib/trinity/twin_baghira_config.la
lib/trinity/twin_baghira_config.so
lib/usermanager_panelapplet.la
lib/usermanager_panelapplet.so
share/applications/tde/bab.desktop
share/apps/baghira/poof.png
share/apps/kicker/applets/baghira-starter.desktop
share/apps/kicker/applets/baghira-usermanager.desktop
share/apps/tdedisplay/color-schemes/AquaBlue.kcsrc
share/apps/tdedisplay/color-schemes/AquaGraphite.kcsrc
share/apps/tdestyle/themes/baghira.themerc
share/apps/twin/baghira.desktop
share/icons/crystalsvg/128x128/apps/baghira.png
share/icons/crystalsvg/128x128/apps/baghira_blue.png
share/icons/crystalsvg/128x128/apps/baghira_grey.png
share/icons/crystalsvg/128x128/apps/baghira_white.png
share/icons/crystalsvg/128x128/apps/baghira_yellow.png
share/icons/crystalsvg/16x16/apps/baghira.png
share/icons/crystalsvg/16x16/apps/baghira_blue.png
share/icons/crystalsvg/16x16/apps/baghira_grey.png
share/icons/crystalsvg/16x16/apps/baghira_white.png
share/icons/crystalsvg/16x16/apps/baghira_yellow.png
share/icons/crystalsvg/22x22/actions/bStarter.png
share/icons/crystalsvg/22x22/actions/bStarter_down.png
share/icons/crystalsvg/22x22/actions/bStarter_hover.png
share/icons/crystalsvg/22x22/actions/bab_itunes.png
share/icons/crystalsvg/22x22/actions/bab_jaguar.png
share/icons/crystalsvg/22x22/actions/bab_milk.png
share/icons/crystalsvg/22x22/actions/bab_panther.png
share/icons/crystalsvg/22x22/actions/bab_tiger.png
share/icons/crystalsvg/22x22/apps/baghira.png
share/icons/crystalsvg/22x22/apps/baghira_blue.png
share/icons/crystalsvg/22x22/apps/baghira_grey.png
share/icons/crystalsvg/22x22/apps/baghira_white.png
share/icons/crystalsvg/22x22/apps/baghira_yellow.png
share/icons/crystalsvg/32x32/apps/baghira.png
share/icons/crystalsvg/32x32/apps/baghira_blue.png
share/icons/crystalsvg/32x32/apps/baghira_grey.png
share/icons/crystalsvg/32x32/apps/baghira_white.png
share/icons/crystalsvg/32x32/apps/baghira_yellow.png
share/icons/crystalsvg/48x48/apps/baghira.png
share/icons/crystalsvg/48x48/apps/baghira_blue.png
share/icons/crystalsvg/48x48/apps/baghira_grey.png
share/icons/crystalsvg/48x48/apps/baghira_white.png
share/icons/crystalsvg/48x48/apps/baghira_yellow.png
share/icons/crystalsvg/64x64/apps/baghira.png
share/icons/crystalsvg/64x64/apps/baghira_blue.png
share/icons/crystalsvg/64x64/apps/baghira_grey.png
share/icons/crystalsvg/64x64/apps/baghira_white.png
share/icons/crystalsvg/64x64/apps/baghira_yellow.png
share/locale/de/LC_MESSAGES/baghira-starter.mo
share/locale/pl/LC_MESSAGES/baghira-usermanager.mo
share/locale/pt_BR/LC_MESSAGES/baghira-usermanager.mo
share/man/man1/bab.1.gz

@ -0,0 +1,38 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: applications/themes/tde-style-domino
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTNAME= tde-style-domino-trinity
COMMENT= Domino widget style and twin decoration for TDE
TDE_PREVERSION=
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11-themes
DIST_SUBDIR= TDE/applications/themes
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \
${TDE_PREFIX}/share/cmake/twin.cmake:x11/tdebase-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
-DBUILD_ALL="ON" \
-DWITH_ALL_OPTIONS="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1682045882
SHA256 (TDE/applications/themes/tde-style-domino-trinity_14.1.0.orig.tar.xz) = 41828d99681258041ebf15ce7d22af9317bc8061931748a7c7967707657a045d
SIZE (TDE/applications/themes/tde-style-domino-trinity_14.1.0.orig.tar.xz) = 116332

@ -0,0 +1,4 @@
Domino widget style and twin decoration for TDE
Domino is a style with a soft look. It allows to fine adjust the shininess
of the widgets by customizable color gradients.

@ -0,0 +1,12 @@
lib/trinity/plugins/styles/domino.la
lib/trinity/plugins/styles/domino.so
lib/trinity/tdestyle_domino_config.la
lib/trinity/tdestyle_domino_config.so
lib/trinity/twin3_domino.la
lib/trinity/twin3_domino.so
lib/trinity/twin_domino_config.la
lib/trinity/twin_domino_config.so
share/apps/tdedisplay/color-schemes/Domino.kcsrc
share/apps/tdestyle/themes/domino.themerc
share/apps/twin/domino.desktop
share/locale/de/LC_MESSAGES/tdestyle_domino_config.mo

@ -0,0 +1,37 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: applications/themes/tde-style-ia-ora
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTNAME= tde-style-ia-ora-trinity
COMMENT= Mandriva Ia Ora theme for TDE
TDE_PREVERSION=
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11-themes
DIST_SUBDIR= TDE/applications/themes
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \
${TDE_PREFIX}/share/cmake/twin.cmake:x11/tdebase-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
-DWITH_ALL_OPTIONS="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1682045884
SHA256 (TDE/applications/themes/tde-style-ia-ora-trinity_14.1.0.orig.tar.xz) = 73e86adb50f7b6d7e0447b2748ec8b53c0e6de899ec51e3fdfe32de80b5a80c1
SIZE (TDE/applications/themes/tde-style-ia-ora-trinity_14.1.0.orig.tar.xz) = 43972

@ -0,0 +1,8 @@
lib/trinity/plugins/styles/ia_ora.la
lib/trinity/plugins/styles/ia_ora.so
lib/trinity/twin3_iaora.la
lib/trinity/twin3_iaora.so
lib/trinity/twin_iaora_config.la
lib/trinity/twin_iaora_config.so
share/apps/tdestyle/themes/ia_ora.themerc
share/apps/twin/iaora.desktop

@ -0,0 +1,37 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: applications/themes/tde-style-lipstik
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTNAME= tde-style-lipstik-trinity
COMMENT= Lipstik style for TDE
TDE_PREVERSION=
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11-themes
DIST_SUBDIR= TDE/applications/themes
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
-DBUILD_ALL="ON" \
-DWITH_ALL_OPTIONS="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1682045885
SHA256 (TDE/applications/themes/tde-style-lipstik-trinity_14.1.0.orig.tar.xz) = 5ec8a4bed1fae0b79bd6a24614e3e3c1f9d33f7d6ca79259b74f02505e7c05c4
SIZE (TDE/applications/themes/tde-style-lipstik-trinity_14.1.0.orig.tar.xz) = 48640

@ -0,0 +1,6 @@
Lipstik style for TDE
Based on the plastik style, Lipstik is a purified style with many options to
tune your desktop look.
Lipstik also provides Lipstik-color-schemes

@ -0,0 +1,9 @@
lib/trinity/plugins/styles/lipstik.la
lib/trinity/plugins/styles/lipstik.so
lib/trinity/tdestyle_lipstik_config.la
lib/trinity/tdestyle_lipstik_config.so
share/apps/tdedisplay/color-schemes/lipstiknoble.kcsrc
share/apps/tdedisplay/color-schemes/lipstikstandard.kcsrc
share/apps/tdedisplay/color-schemes/lipstikwhite.kcsrc
share/apps/tdestyle/themes/lipstik.themerc
share/locale/de/LC_MESSAGES/tde-style-lipstik.mo

@ -0,0 +1,36 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: applications/themes/tde-style-qtcurve
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTNAME= tde-style-qtcurve-trinity
COMMENT= QtCurve style for TDE
TDE_PREVERSION=
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11-themes
DIST_SUBDIR= TDE/applications/themes
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
-DBUILD_ALL="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1682045887
SHA256 (TDE/applications/themes/tde-style-qtcurve-trinity_14.1.0.orig.tar.xz) = 9b75cd3cdf01fcbeae1ac6cdefe43681810858eacda2b07d59a267d4d2df1e3c
SIZE (TDE/applications/themes/tde-style-qtcurve-trinity_14.1.0.orig.tar.xz) = 161496

@ -0,0 +1,8 @@
QtCurve style for TDE
This is a set of widget styles for Trinity based apps
This package together with gtk2-engines-qtcurve aim to provide a unified look
and feel on the desktop when using TDE and Gnome applications.
This package is most useful when installed together with
gtk2-engines-qtcurve.

@ -0,0 +1,25 @@
lib/trinity/plugins/styles/qtcurve.la
lib/trinity/plugins/styles/qtcurve.so
lib/trinity/tdestyle_qtcurve_config.la
lib/trinity/tdestyle_qtcurve_config.so
share/apps/QtCurve/Agua.qtcurve
share/apps/QtCurve/Agua_II.qtcurve
share/apps/QtCurve/Breeze.qtcurve
share/apps/QtCurve/Curve.qtcurve
share/apps/QtCurve/Dull_Glass.qtcurve
share/apps/QtCurve/Eva_Rounded.qtcurve
share/apps/QtCurve/Flat.qtcurve
share/apps/QtCurve/Human.qtcurve
share/apps/QtCurve/Inverted.qtcurve
share/apps/QtCurve/Klearlooks.qtcurve
share/apps/QtCurve/Milk.qtcurve
share/apps/QtCurve/Murrine.qtcurve
share/apps/QtCurve/Ozone.qtcurve
share/apps/QtCurve/Plain.qtcurve
share/apps/QtCurve/Plastic.qtcurve
share/apps/QtCurve/Shiny_Glass.qtcurve
share/apps/QtCurve/Silk.qtcurve
share/apps/tdedisplay/color-schemes/QtCurve.kcsrc
share/apps/tdestyle/themes/qtcurve.themerc
share/locale/de/LC_MESSAGES/qtcurve.mo
share/locale/tr/LC_MESSAGES/qtcurve.mo

@ -0,0 +1,37 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: applications/themes/tdmtheme
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTNAME= tdmtheme-trinity
COMMENT= Theme manager for TDM [Trinity]
TDE_PREVERSION=
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11-themes
DIST_SUBDIR= TDE/applications/themes
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
-DBUILD_ALL="ON" \
-DWITH_ALL_OPTIONS="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1682045889
SHA256 (TDE/applications/themes/tdmtheme-trinity_14.1.0.orig.tar.xz) = b5bfb812c4c3e3ab44a862f3fff0f73ab0d9102ec6782b28851248770d25ee4e
SIZE (TDE/applications/themes/tdmtheme-trinity_14.1.0.orig.tar.xz) = 24260

@ -0,0 +1,4 @@
Theme manager for TDM [Trinity]
tdmtheme is a theme manager for TDM. It provides a Trinity Control Module (KCM)
that allows you to easily install, remove and change your TDM themes.

@ -0,0 +1,11 @@
lib/trinity/kcm_tdmtheme.la
lib/trinity/kcm_tdmtheme.so
share/applications/tde/tdmtheme.desktop
share/doc/tde/HTML/en/tdmtheme/common
share/doc/tde/HTML/en/tdmtheme/index.cache.bz2
share/doc/tde/HTML/en/tdmtheme/index.docbook
share/locale/de/LC_MESSAGES/tdmtheme.mo
share/locale/el/LC_MESSAGES/tdmtheme.mo
share/locale/pl/LC_MESSAGES/tdmtheme.mo
share/locale/pt/LC_MESSAGES/tdmtheme.mo
share/locale/ru/LC_MESSAGES/tdmtheme.mo

@ -0,0 +1,38 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: applications/themes/twin-style-crystal
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTNAME= twin-style-crystal-trinity
COMMENT= Semi transparant window decoration for Trinity
TDE_PREVERSION=
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11-themes
DIST_SUBDIR= TDE/applications/themes
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \
${TDE_PREFIX}/share/cmake/twin.cmake:x11/tdebase-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
-DBUILD_ALL="ON" \
-DWITH_ALL_OPTIONS="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1682045890
SHA256 (TDE/applications/themes/twin-style-crystal-trinity_14.1.0.orig.tar.xz) = 9c4a9c8a676fad797f4d51028583ada639b61c44fec517da28b362422a440318
SIZE (TDE/applications/themes/twin-style-crystal-trinity_14.1.0.orig.tar.xz) = 164580

@ -0,0 +1,9 @@
Semi transparant window decoration for Trinity
Crystal offers you pseudo transparent titlebar, buttons and borders
transparent, so you can see more of your lovely background image
Transparancy and buttons can be costumized to match your wishes.
Offers rounded corners as well
And it is of course nice to look at. Upstream says:
"- Don't forget to breathe, while drooling."

@ -0,0 +1,6 @@
lib/trinity/twin3_crystal.la
lib/trinity/twin3_crystal.so
lib/trinity/twin_crystal_config.la
lib/trinity/twin_crystal_config.so
share/apps/twin/crystal.desktop
share/locale/pt_BR/LC_MESSAGES/twin-style-crystal.mo

@ -0,0 +1,38 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: applications/themes/twin-style-dekorator
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTNAME= twin-style-dekorator-trinity
COMMENT= Window decorations for TDE using user-supplied PNG files
TDE_PREVERSION=
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11-themes
DIST_SUBDIR= TDE/applications/themes
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \
${TDE_PREFIX}/share/cmake/twin.cmake:x11/tdebase-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
-DBUILD_ALL="ON" \
-DWITH_ALL_OPTIONS="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1682045892
SHA256 (TDE/applications/themes/twin-style-dekorator-trinity_14.1.0.orig.tar.xz) = 45cfacdeccd9294c46d3ee191e68907a87b3d996a83897cf9eb13af066018f75
SIZE (TDE/applications/themes/twin-style-dekorator-trinity_14.1.0.orig.tar.xz) = 130892

@ -0,0 +1,7 @@
Window decorations for TDE using user-supplied PNG files
Make your own window decorations easy with deKorator.
Dekorator uses your own made images for buttons, borders
and so on, so go ahead and be creative.
This is a window decoration, not a style

@ -0,0 +1,107 @@
lib/trinity/twin3_deKorator.la
lib/trinity/twin3_deKorator.so
lib/trinity/twin_deKorator_config.la
lib/trinity/twin_deKorator_config.so
share/apps/deKorator/themes/Bushido-Yellow-theme/buttons/hover/buttonCloseHover.png
share/apps/deKorator/themes/Bushido-Yellow-theme/buttons/hover/buttonMaxHover.png
share/apps/deKorator/themes/Bushido-Yellow-theme/buttons/hover/buttonMinHover.png
share/apps/deKorator/themes/Bushido-Yellow-theme/buttons/hover/buttonRestoreHover.png
share/apps/deKorator/themes/Bushido-Yellow-theme/buttons/hover/buttonShadeDownHover.png
share/apps/deKorator/themes/Bushido-Yellow-theme/buttons/hover/buttonShadeHover.png
share/apps/deKorator/themes/Bushido-Yellow-theme/buttons/normal/buttonClose.png
share/apps/deKorator/themes/Bushido-Yellow-theme/buttons/normal/buttonMax.png
share/apps/deKorator/themes/Bushido-Yellow-theme/buttons/normal/buttonMin.png
share/apps/deKorator/themes/Bushido-Yellow-theme/buttons/normal/buttonRestore.png
share/apps/deKorator/themes/Bushido-Yellow-theme/buttons/normal/buttonShade.png
share/apps/deKorator/themes/Bushido-Yellow-theme/buttons/normal/buttonShadeDown.png
share/apps/deKorator/themes/Bushido-Yellow-theme/buttons/press/buttonClosePress.png
share/apps/deKorator/themes/Bushido-Yellow-theme/buttons/press/buttonMaxPress.png
share/apps/deKorator/themes/Bushido-Yellow-theme/buttons/press/buttonMinPress.png
share/apps/deKorator/themes/Bushido-Yellow-theme/buttons/press/buttonRestorePress.png
share/apps/deKorator/themes/Bushido-Yellow-theme/buttons/press/buttonShadeDownPress.png
share/apps/deKorator/themes/Bushido-Yellow-theme/buttons/press/buttonShadePress.png
share/apps/deKorator/themes/Bushido-Yellow-theme/deco/bottomLeftFrameBg.png
share/apps/deKorator/themes/Bushido-Yellow-theme/deco/bottomRightFrameBg.png
share/apps/deKorator/themes/Bushido-Yellow-theme/deco/leftBottomFrameBg.png
share/apps/deKorator/themes/Bushido-Yellow-theme/deco/leftButtonsBg.png
share/apps/deKorator/themes/Bushido-Yellow-theme/deco/leftTitleBg.png
share/apps/deKorator/themes/Bushido-Yellow-theme/deco/midBottomFrameBg.png
share/apps/deKorator/themes/Bushido-Yellow-theme/deco/midLeftFrameBg.png
share/apps/deKorator/themes/Bushido-Yellow-theme/deco/midRightFrameBg.png
share/apps/deKorator/themes/Bushido-Yellow-theme/deco/midTitleBg.png
share/apps/deKorator/themes/Bushido-Yellow-theme/deco/rightBottomFrameBg.png
share/apps/deKorator/themes/Bushido-Yellow-theme/deco/rightButtonsBg.png
share/apps/deKorator/themes/Bushido-Yellow-theme/deco/rightTitleBg.png
share/apps/deKorator/themes/Bushido-Yellow-theme/deco/topLeftCornerBg.png
share/apps/deKorator/themes/Bushido-Yellow-theme/deco/topLeftFrameBg.png
share/apps/deKorator/themes/Bushido-Yellow-theme/deco/topRightCornerBg.png
share/apps/deKorator/themes/Bushido-Yellow-theme/deco/topRightFrameBg.png
share/apps/deKorator/themes/Bushido-Yellow-theme/masks/buttomLeftCornerBitmap.png
share/apps/deKorator/themes/Bushido-Yellow-theme/masks/buttomMidBitmap.png
share/apps/deKorator/themes/Bushido-Yellow-theme/masks/buttomRightCornerBitmap.png
share/apps/deKorator/themes/Bushido-Yellow-theme/masks/topLeftCornerBitmap.png
share/apps/deKorator/themes/Bushido-Yellow-theme/masks/topMidBitmap.png
share/apps/deKorator/themes/Bushido-Yellow-theme/masks/topRightCornerBitmap.png
share/apps/deKorator/themes/Default-theme/buttons/hover/buttonAboveDownHover.png
share/apps/deKorator/themes/Default-theme/buttons/hover/buttonAboveHover.png
share/apps/deKorator/themes/Default-theme/buttons/hover/buttonBelowDownHover.png
share/apps/deKorator/themes/Default-theme/buttons/hover/buttonBelowHover.png
share/apps/deKorator/themes/Default-theme/buttons/hover/buttonCloseHover.png
share/apps/deKorator/themes/Default-theme/buttons/hover/buttonHelpHover.png
share/apps/deKorator/themes/Default-theme/buttons/hover/buttonMaxHover.png
share/apps/deKorator/themes/Default-theme/buttons/hover/buttonMenuHover.png
share/apps/deKorator/themes/Default-theme/buttons/hover/buttonMinHover.png
share/apps/deKorator/themes/Default-theme/buttons/hover/buttonRestoreHover.png
share/apps/deKorator/themes/Default-theme/buttons/hover/buttonShadeDownHover.png
share/apps/deKorator/themes/Default-theme/buttons/hover/buttonShadeHover.png
share/apps/deKorator/themes/Default-theme/buttons/hover/buttonStickyDownHover.png
share/apps/deKorator/themes/Default-theme/buttons/hover/buttonStickyHover.png
share/apps/deKorator/themes/Default-theme/buttons/normal/buttonAbove.png
share/apps/deKorator/themes/Default-theme/buttons/normal/buttonAboveDown.png
share/apps/deKorator/themes/Default-theme/buttons/normal/buttonBelow.png
share/apps/deKorator/themes/Default-theme/buttons/normal/buttonBelowDown.png
share/apps/deKorator/themes/Default-theme/buttons/normal/buttonClose.png
share/apps/deKorator/themes/Default-theme/buttons/normal/buttonHelp.png
share/apps/deKorator/themes/Default-theme/buttons/normal/buttonMax.png
share/apps/deKorator/themes/Default-theme/buttons/normal/buttonMenu.png
share/apps/deKorator/themes/Default-theme/buttons/normal/buttonMin.png
share/apps/deKorator/themes/Default-theme/buttons/normal/buttonRestore.png
share/apps/deKorator/themes/Default-theme/buttons/normal/buttonShade.png
share/apps/deKorator/themes/Default-theme/buttons/normal/buttonShadeDown.png
share/apps/deKorator/themes/Default-theme/buttons/normal/buttonSticky.png
share/apps/deKorator/themes/Default-theme/buttons/normal/buttonStickyDown.png
share/apps/deKorator/themes/Default-theme/buttons/press/buttonAboveDownPress.png
share/apps/deKorator/themes/Default-theme/buttons/press/buttonAbovePress.png
share/apps/deKorator/themes/Default-theme/buttons/press/buttonBelowDownPress.png
share/apps/deKorator/themes/Default-theme/buttons/press/buttonBelowPress.png
share/apps/deKorator/themes/Default-theme/buttons/press/buttonClosePress.png
share/apps/deKorator/themes/Default-theme/buttons/press/buttonHelpPress.png
share/apps/deKorator/themes/Default-theme/buttons/press/buttonMaxPress.png
share/apps/deKorator/themes/Default-theme/buttons/press/buttonMenuPress.png
share/apps/deKorator/themes/Default-theme/buttons/press/buttonMinPress.png
share/apps/deKorator/themes/Default-theme/buttons/press/buttonRestorePress.png
share/apps/deKorator/themes/Default-theme/buttons/press/buttonShadeDownPress.png
share/apps/deKorator/themes/Default-theme/buttons/press/buttonShadePress.png
share/apps/deKorator/themes/Default-theme/buttons/press/buttonStickyDownPress.png
share/apps/deKorator/themes/Default-theme/buttons/press/buttonStickyPress.png
share/apps/deKorator/themes/Default-theme/deco/bottomLeftFrameBg.png
share/apps/deKorator/themes/Default-theme/deco/bottomRightFrameBg.png
share/apps/deKorator/themes/Default-theme/deco/leftBottomFrameBg.png
share/apps/deKorator/themes/Default-theme/deco/leftButtonsBg.png
share/apps/deKorator/themes/Default-theme/deco/leftTitleBg.png
share/apps/deKorator/themes/Default-theme/deco/midBottomFrameBg.png
share/apps/deKorator/themes/Default-theme/deco/midLeftFrameBg.png
share/apps/deKorator/themes/Default-theme/deco/midRightFrameBg.png
share/apps/deKorator/themes/Default-theme/deco/midTitleBg.png
share/apps/deKorator/themes/Default-theme/deco/rightBottomFrameBg.png
share/apps/deKorator/themes/Default-theme/deco/rightButtonsBg.png
share/apps/deKorator/themes/Default-theme/deco/rightTitleBg.png
share/apps/deKorator/themes/Default-theme/deco/topLeftCornerBg.png
share/apps/deKorator/themes/Default-theme/deco/topLeftFrameBg.png
share/apps/deKorator/themes/Default-theme/deco/topRightCornerBg.png
share/apps/deKorator/themes/Default-theme/deco/topRightFrameBg.png
share/apps/deKorator/themes/Default-theme/masks/buttomLeftCornerBitmap.png
share/apps/deKorator/themes/Default-theme/masks/buttomRightCornerBitmap.png
share/apps/deKorator/themes/Default-theme/masks/topLeftCornerBitmap.png
share/apps/deKorator/themes/Default-theme/masks/topRightCornerBitmap.png
share/apps/twin/deKorator.desktop

@ -0,0 +1,38 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: applications/themes/twin-style-machbunt
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTNAME= twin-style-machbunt-trinity
COMMENT= TDE window decoration from SUSE 9.1/9.2
TDE_PREVERSION=
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11-themes
DIST_SUBDIR= TDE/applications/themes
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \
${TDE_PREFIX}/share/cmake/twin.cmake:x11/tdebase-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
-DBUILD_ALL="ON" \
-DWITH_ALL_OPTIONS="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1682045894
SHA256 (TDE/applications/themes/twin-style-machbunt-trinity_14.1.0.orig.tar.xz) = 33dfa0c745955817e390dc83c2cc040743f683589d0262d54707a9dbbc8667d0
SIZE (TDE/applications/themes/twin-style-machbunt-trinity_14.1.0.orig.tar.xz) = 25340

@ -0,0 +1,4 @@
TDE window decoration from SUSE 9.1/9.2
This is a port of the KDE Window decoration extracted from SUSE 9.1/9.2.
An example color scheme is provided too.

@ -0,0 +1,4 @@
lib/trinity/twin3_MachBunt.la
lib/trinity/twin3_MachBunt.so
share/apps/tdedisplay/color-schemes/MachBunt.kcsrc
share/apps/twin/MachBunt.desktop

@ -0,0 +1,38 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: applications/themes/twin-style-suse2
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTNAME= twin-style-suse2-trinity
COMMENT= TDE window decoration from SUSE 9.3
TDE_PREVERSION=
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11-themes
DIST_SUBDIR= TDE/applications/themes
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \
${TDE_PREFIX}/share/cmake/twin.cmake:x11/tdebase-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
-DBUILD_ALL="ON" \
-DWITH_ALL_OPTIONS="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1682045898
SHA256 (TDE/applications/themes/twin-style-suse2-trinity_14.1.0.orig.tar.xz) = a438fcb400e671355b0eaf34420150a703f5da3240435f647a4446a4d641e7e3
SIZE (TDE/applications/themes/twin-style-suse2-trinity_14.1.0.orig.tar.xz) = 77744

@ -0,0 +1,8 @@
TDE window decoration from SUSE 9.3
This is a port of the SUSE 9.3 KDE Window decoration extracted from SUSE.
It features in additon to the original theme several new button
styles and a changeable titlebar image.
A color scheme for TDE is provided too.

@ -0,0 +1,59 @@
lib/trinity/twin3_SUSE2.la
lib/trinity/twin3_SUSE2.so
lib/trinity/twin_SUSE2_config.la
lib/trinity/twin_SUSE2_config.so
share/apps/tdedisplay/color-schemes/SUSE2.kcsrc
share/apps/twin/SUSE2.desktop
share/apps/twin/pics/SUSE2/blowfish-deco.png
share/apps/twin/pics/SUSE2/daemon-deco.png
share/apps/twin/pics/SUSE2/debian-decor.png
share/apps/twin/pics/SUSE2/debian.png
share/apps/twin/pics/SUSE2/konqui-deco.png
share/apps/twin/pics/SUSE2/kroete.png
share/apps/twin/pics/SUSE2/kubuntu-logo.png
share/apps/twin/pics/SUSE2/pardus.png
share/apps/twin/pics/SUSE2/penguin-deco.png
share/apps/twin/pics/SUSE2/titlebar_decor.png
share/apps/twin/pics/SUSE2/tux-deco.png
share/apps/twin/pics/SUSE2/ubuntu.png
share/locale/bg/LC_MESSAGES/twin-style-suse2.mo
share/locale/bs/LC_MESSAGES/twin-style-suse2.mo
share/locale/cs/LC_MESSAGES/twin-style-suse2.mo
share/locale/cy/LC_MESSAGES/twin-style-suse2.mo
share/locale/da/LC_MESSAGES/twin-style-suse2.mo
share/locale/de/LC_MESSAGES/twin-style-suse2.mo
share/locale/el/LC_MESSAGES/twin-style-suse2.mo
share/locale/en_GB/LC_MESSAGES/twin-style-suse2.mo
share/locale/en_US/LC_MESSAGES/twin-style-suse2.mo
share/locale/es/LC_MESSAGES/twin-style-suse2.mo
share/locale/et/LC_MESSAGES/twin-style-suse2.mo
share/locale/fi/LC_MESSAGES/twin-style-suse2.mo
share/locale/fr/LC_MESSAGES/twin-style-suse2.mo
share/locale/he/LC_MESSAGES/twin-style-suse2.mo
share/locale/hi/LC_MESSAGES/twin-style-suse2.mo
share/locale/hr/LC_MESSAGES/twin-style-suse2.mo
share/locale/hu/LC_MESSAGES/twin-style-suse2.mo
share/locale/id/LC_MESSAGES/twin-style-suse2.mo
share/locale/it/LC_MESSAGES/twin-style-suse2.mo
share/locale/ja/LC_MESSAGES/twin-style-suse2.mo
share/locale/km/LC_MESSAGES/twin-style-suse2.mo
share/locale/ko/LC_MESSAGES/twin-style-suse2.mo
share/locale/lo/LC_MESSAGES/twin-style-suse2.mo
share/locale/lt/LC_MESSAGES/twin-style-suse2.mo
share/locale/nb/LC_MESSAGES/twin-style-suse2.mo
share/locale/nl/LC_MESSAGES/twin-style-suse2.mo
share/locale/pa/LC_MESSAGES/twin-style-suse2.mo
share/locale/pl/LC_MESSAGES/twin-style-suse2.mo
share/locale/pt/LC_MESSAGES/twin-style-suse2.mo
share/locale/pt_BR/LC_MESSAGES/twin-style-suse2.mo
share/locale/ro/LC_MESSAGES/twin-style-suse2.mo
share/locale/ru/LC_MESSAGES/twin-style-suse2.mo
share/locale/sk/LC_MESSAGES/twin-style-suse2.mo
share/locale/sl/LC_MESSAGES/twin-style-suse2.mo
share/locale/sr/LC_MESSAGES/twin-style-suse2.mo
share/locale/sv/LC_MESSAGES/twin-style-suse2.mo
share/locale/ta/LC_MESSAGES/twin-style-suse2.mo
share/locale/tr/LC_MESSAGES/twin-style-suse2.mo
share/locale/uk/LC_MESSAGES/twin-style-suse2.mo
share/locale/zh_CN/LC_MESSAGES/twin-style-suse2.mo
share/locale/zh_TW/LC_MESSAGES/twin-style-suse2.mo

@ -0,0 +1,16 @@
SUBDIR =
SUBDIR += abakus
SUBDIR += filelight
SUBDIR += kbarcode
SUBDIR += kchmviewer
SUBDIR += kcpuload
SUBDIR += kdirstat
SUBDIR += keep
SUBDIR += knutclient
SUBDIR += kompose
SUBDIR += krename
SUBDIR += mathemagics
SUBDIR += qalculate-tde
.include <bsd.port.subdir.mk>

@ -0,0 +1,39 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: applications/utilities/abakus
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTNAME= abakus-trinity
COMMENT= Calculator for TDE
TDE_PREVERSION=
MASTER_SITE_SUBDIR= a/${PORTNAME}
PORTREVISION= 0
CATEGORIES= math x11
DIST_SUBDIR= TDE/applications/utilities
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libartsc.so:audio/arts-trinity \
${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
BUILD_DEPENDS+= bison:devel/bison
LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
-DBUILD_ALL="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1682063842
SHA256 (TDE/applications/utilities/abakus-trinity_14.1.0.orig.tar.xz) = 14fd9635fd4196f6a5b4b7e9a6ec2b953d55809e948665b1c0a5c0a4a124ba1f
SIZE (TDE/applications/utilities/abakus-trinity_14.1.0.orig.tar.xz) = 249492

@ -0,0 +1,9 @@
Calculator for TDE
AbaKus is a complex calculator, which provides
many different kinds of calculations.
Think of it as bc (the command-line calculator) with a nice GUI.
It also gives information about mathematical variables and
has the user-friendly menu options of a normal TDE application.
Web site: http://grammarian.homelinux.net/abakus/

@ -0,0 +1,24 @@
bin/abakus
share/applications/tde/abakus.desktop
share/apps/abakus/abakusui.rc
share/doc/tde/HTML/en/abakus/abakus-degrees-mode.png
share/doc/tde/HTML/en/abakus/abakus-dnd.png
share/doc/tde/HTML/en/abakus/abakus-result.png
share/doc/tde/HTML/en/abakus/common
share/doc/tde/HTML/en/abakus/index.cache.bz2
share/doc/tde/HTML/en/abakus/index.docbook
share/doc/tde/HTML/en/abakus/kcalc-degrees-mode.png
share/doc/tde/HTML/en/abakus/kcalc-fifty.png
share/doc/tde/HTML/en/abakus/kcalc-result.png
share/doc/tde/HTML/en/abakus/kcalc-sine.png
share/doc/tde/HTML/en/abakus/kcalc-three.png
share/icons/hicolor/64x64/apps/abakus.png
share/locale/cs/LC_MESSAGES/abakus.mo
share/locale/de/LC_MESSAGES/abakus.mo
share/locale/es/LC_MESSAGES/abakus.mo
share/locale/it/LC_MESSAGES/abakus.mo
share/locale/nl/LC_MESSAGES/abakus.mo
share/locale/pt/LC_MESSAGES/abakus.mo
share/locale/sk/LC_MESSAGES/abakus.mo
share/locale/tr/LC_MESSAGES/abakus.mo
share/man/man1/abakus.1.gz

@ -0,0 +1,36 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: applications/utilities/filelight
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTNAME= filelight-trinity
COMMENT= Show where your diskspace is being used
TDE_PREVERSION=
MASTER_SITE_SUBDIR= f/${PORTNAME}
PORTREVISION= 0
CATEGORIES= sysutils x11
DIST_SUBDIR= TDE/applications/utilities
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
-DBUILD_ALL="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1682063844
SHA256 (TDE/applications/utilities/filelight-trinity_14.1.0.orig.tar.xz) = dbf226e2d2ab222b2c88fa7f9310bca3d3106c9ef2c2abcf0c5d49b03cd85a2f
SIZE (TDE/applications/utilities/filelight-trinity_14.1.0.orig.tar.xz) = 420628

@ -0,0 +1,8 @@
Show where your diskspace is being used
Filelight allows you to understand your disk usage by graphically
representing your filesystem as a set of concentric, segmented rings.
It is like a pie-chart, but the segments nest, allowing you to see both
which directories take up all your space, and which directories
and files inside those directories are the real culprits.

@ -0,0 +1,87 @@
bin/filelight
lib/trinity/libfilelight.la
lib/trinity/libfilelight.so
share/applications/tde/filelight.desktop
share/apps/filelight/filelight_partui.rc
share/apps/filelight/filelightui.rc
share/config/filelightrc
share/doc/tde/HTML/da/filelight/common
share/doc/tde/HTML/da/filelight/index.cache.bz2
share/doc/tde/HTML/da/filelight/index.docbook
share/doc/tde/HTML/en/filelight/common
share/doc/tde/HTML/en/filelight/config_appear.png
share/doc/tde/HTML/en/filelight/config_scan.png
share/doc/tde/HTML/en/filelight/filemap.png
share/doc/tde/HTML/en/filelight/index.cache.bz2
share/doc/tde/HTML/en/filelight/index.docbook
share/doc/tde/HTML/en/filelight/main.png
share/doc/tde/HTML/es/filelight/common
share/doc/tde/HTML/es/filelight/config_appear.png
share/doc/tde/HTML/es/filelight/config_scan.png
share/doc/tde/HTML/es/filelight/filemap.png
share/doc/tde/HTML/es/filelight/index.cache.bz2
share/doc/tde/HTML/es/filelight/index.docbook
share/doc/tde/HTML/es/filelight/main.png
share/doc/tde/HTML/et/filelight/common
share/doc/tde/HTML/et/filelight/index.cache.bz2
share/doc/tde/HTML/et/filelight/index.docbook
share/doc/tde/HTML/it/filelight/common
share/doc/tde/HTML/it/filelight/config_appear.png
share/doc/tde/HTML/it/filelight/config_scan.png
share/doc/tde/HTML/it/filelight/index.cache.bz2
share/doc/tde/HTML/it/filelight/index.docbook
share/doc/tde/HTML/it/filelight/main.png
share/doc/tde/HTML/pt/filelight/common
share/doc/tde/HTML/pt/filelight/index.cache.bz2
share/doc/tde/HTML/pt/filelight/index.docbook
share/doc/tde/HTML/ru/filelight/common
share/doc/tde/HTML/ru/filelight/index.cache.bz2
share/doc/tde/HTML/ru/filelight/index.docbook
share/doc/tde/HTML/sv/filelight/common
share/doc/tde/HTML/sv/filelight/config_appear.png
share/doc/tde/HTML/sv/filelight/config_scan.png
share/doc/tde/HTML/sv/filelight/index.cache.bz2
share/doc/tde/HTML/sv/filelight/index.docbook
share/doc/tde/HTML/sv/filelight/main.png
share/icons/crystalsvg/32x32/actions/view_filelight.png
share/icons/hicolor/16x16/apps/filelight.png
share/icons/hicolor/22x22/apps/filelight.png
share/icons/hicolor/32x32/apps/filelight.png
share/icons/hicolor/48x48/apps/filelight.png
share/icons/hicolor/64x64/apps/filelight.png
share/locale/az/LC_MESSAGES/filelight.mo
share/locale/bg/LC_MESSAGES/filelight.mo
share/locale/br/LC_MESSAGES/filelight.mo
share/locale/ca/LC_MESSAGES/filelight.mo
share/locale/cs/LC_MESSAGES/filelight.mo
share/locale/cy/LC_MESSAGES/filelight.mo
share/locale/da/LC_MESSAGES/filelight.mo
share/locale/de/LC_MESSAGES/filelight.mo
share/locale/el/LC_MESSAGES/filelight.mo
share/locale/en_GB/LC_MESSAGES/filelight.mo
share/locale/es/LC_MESSAGES/filelight.mo
share/locale/et/LC_MESSAGES/filelight.mo
share/locale/fr/LC_MESSAGES/filelight.mo
share/locale/ga/LC_MESSAGES/filelight.mo
share/locale/gl/LC_MESSAGES/filelight.mo
share/locale/is/LC_MESSAGES/filelight.mo
share/locale/it/LC_MESSAGES/filelight.mo
share/locale/ja/LC_MESSAGES/filelight.mo
share/locale/ka/LC_MESSAGES/filelight.mo
share/locale/lt/LC_MESSAGES/filelight.mo
share/locale/nb/LC_MESSAGES/filelight.mo
share/locale/nl/LC_MESSAGES/filelight.mo
share/locale/pl/LC_MESSAGES/filelight.mo
share/locale/pt/LC_MESSAGES/filelight.mo
share/locale/pt_BR/LC_MESSAGES/filelight.mo
share/locale/ro/LC_MESSAGES/filelight.mo
share/locale/ru/LC_MESSAGES/filelight.mo
share/locale/rw/LC_MESSAGES/filelight.mo
share/locale/sr/LC_MESSAGES/filelight.mo
share/locale/sr@Latn/LC_MESSAGES/filelight.mo
share/locale/sv/LC_MESSAGES/filelight.mo
share/locale/ta/LC_MESSAGES/filelight.mo
share/locale/tr/LC_MESSAGES/filelight.mo
share/locale/uk/LC_MESSAGES/filelight.mo
share/man/man1/filelight.1.gz
share/services/filelight_part.desktop

@ -0,0 +1,37 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: applications/utilities/kbarcode
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTNAME= kbarcode-trinity
COMMENT= Barcode and label printing application for Trinity
TDE_PREVERSION=
MASTER_SITE_SUBDIR= k/${PORTNAME}
PORTREVISION= 0
CATEGORIES= graphics x11
DIST_SUBDIR= TDE/applications/utilities
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
-DBUILD_ALL="ON" \
-DWITH_ALL_OPTIONS="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1682063845
SHA256 (TDE/applications/utilities/kbarcode-trinity_14.1.0.orig.tar.xz) = f263cde9bed4a884ffcbecfdba17388b8239d20d6f6f1862aeeda3b4309105f7
SIZE (TDE/applications/utilities/kbarcode-trinity_14.1.0.orig.tar.xz) = 273580

@ -0,0 +1,19 @@
Barcode and label printing application for Trinity
KBarcode is a barcode and label printing application for Trinity. It can be used
to print everything from simple business cards up to complex labels with
several barcodes (e.g. article descriptions).
KBarcode comes with an easy to use WYSIWYG label designer, a setup wizard,
batch import of data for batch printing labels (directly from the delivery
note), thousands of predefined labels, database management tools and
translations in many languages. Even printing more than 10.000 labels in one
go is no problem for KBarcode. Data for printing can be imported from several
different data sources, including SQL databases, CSV files and the TDE address
book.
Additionally it is a simple barcode generator (similar to the old xbarcode you
might know). All major types of barcodes like EAN, UPC, CODE39 and ISBN are
supported. Even complex 2D barcodes are supported using third party tools. The
generated barcodes can be directly printed or you can export them into images
to use them in another application.

@ -0,0 +1,40 @@
bin/kbarcode
lib/trinity/tdefile_kbarcode.la
lib/trinity/tdefile_kbarcode.so
share/applications/tde/kbarcode-batch.desktop
share/applications/tde/kbarcode-editor.desktop
share/applications/tde/kbarcode-single.desktop
share/applications/tde/kbarcode.desktop
share/apps/kbarcode/barcode.ps
share/apps/kbarcode/barcodes.html
share/apps/kbarcode/exampledata.sql
share/apps/kbarcode/labeldefinitions.sql
share/apps/kbarcode/logo.png
share/apps/kbarcode/rules.xml
share/doc/tde/HTML/en/kbarcode/common
share/doc/tde/HTML/en/kbarcode/index.cache.bz2
share/doc/tde/HTML/en/kbarcode/index.docbook
share/icons/hicolor/16x16/actions/barcode.png
share/icons/hicolor/16x16/actions/kbarcodeellipse.png
share/icons/hicolor/16x16/actions/kbarcodegrid.png
share/icons/hicolor/16x16/actions/kbarcodelinetool.png
share/icons/hicolor/16x16/apps/kbarcode.png
share/icons/hicolor/22x22/actions/barcode.png
share/icons/hicolor/32x32/actions/barcode.png
share/icons/hicolor/32x32/actions/kbarcoderect.png
share/icons/hicolor/32x32/apps/kbarcode.png
share/icons/hicolor/64x64/apps/kbarcode.png
share/locale/de/LC_MESSAGES/kbarcode.mo
share/locale/el/LC_MESSAGES/kbarcode.mo
share/locale/es/LC_MESSAGES/kbarcode.mo
share/locale/fi/LC_MESSAGES/kbarcode.mo
share/locale/fr/LC_MESSAGES/kbarcode.mo
share/locale/hu/LC_MESSAGES/kbarcode.mo
share/locale/it/LC_MESSAGES/kbarcode.mo
share/locale/nl/LC_MESSAGES/kbarcode.mo
share/locale/pl/LC_MESSAGES/kbarcode.mo
share/locale/sv/LC_MESSAGES/kbarcode.mo
share/locale/tr/LC_MESSAGES/kbarcode.mo
share/man/man1/kbarcode.1.gz
share/mimelnk/application/kbarcode-label.desktop
share/services/tdefile_kbarcode.desktop

@ -0,0 +1,38 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: applications/utilities/kchmviewer
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTNAME= kchmviewer-trinity
COMMENT= CHM viewer for Trinity
TDE_PREVERSION=
MASTER_SITE_SUBDIR= k/${PORTNAME}
PORTREVISION= 0
CATEGORIES= deskutils x11
DIST_SUBDIR= TDE/applications/utilities
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface \
libchm.so:misc/chmlib
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
-DBUILD_ALL="ON" \
-DWITH_ALL_OPTIONS="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1682063846
SHA256 (TDE/applications/utilities/kchmviewer-trinity_14.1.0.orig.tar.xz) = 8f8a78a327e2695faaa3d595e34dd71b298367717402e8a7f45924372d0725cb
SIZE (TDE/applications/utilities/kchmviewer-trinity_14.1.0.orig.tar.xz) = 237440

@ -0,0 +1,20 @@
CHM viewer for Trinity
KchmViewer is a chm (MS HTML help file format) viewer, written in C++.
Unlike most existing CHM viewers for Unix, it uses Trolltech Qt widget
library, and does not depend on TDE, KDE or GNOME. However, it may be compiled
with full Trinity support, including Trinity widgets and KIO/TDEHTML..
The main advantage of KchmViewer is non-English language support. Unlike
others, KchmViewer in most cases correctly detects help file encoding,
correctly shows tables of context of Russian, Korean, Chinese and Japanese
help files, and correctly searches in non-English help files (search for
MBCS languages - ja/ko/ch is still in progress).
Completely safe and harmless. Does not support JavaScript in any way,
optionally warns you before opening an external web page, or switching to
another help file. Shows an appropriate image for every TOC entry..
KchmViewer Has complete chm index support, including multiple index entries,
cross-links and parent/child entries in index as well as Persistent bookmarks
support. Correctly detects and shows encoding of any valid chm file.

@ -0,0 +1,22 @@
bin/kchmviewer
lib/trinity/tdeio_msits.la
lib/trinity/tdeio_msits.so
share/applications/tde/kchmviewer.desktop
share/doc/tde/HTML/en/kchmviewer/common
share/doc/tde/HTML/en/kchmviewer/index.cache.bz2
share/doc/tde/HTML/en/kchmviewer/index.docbook
share/doc/tde/HTML/en/tdeioslave/msits/common
share/doc/tde/HTML/en/tdeioslave/msits/index.cache.bz2
share/doc/tde/HTML/en/tdeioslave/msits/index.docbook
share/icons/crystalsvg/128x128/apps/kchmviewer.png
share/icons/crystalsvg/48x48/apps/kchmviewer.png
share/icons/crystalsvg/64x64/apps/kchmviewer.png
share/locale/cs/LC_MESSAGES/kchmviewer.mo
share/locale/fr/LC_MESSAGES/kchmviewer.mo
share/locale/hu/LC_MESSAGES/kchmviewer.mo
share/locale/nl/LC_MESSAGES/kchmviewer.mo
share/locale/ru/LC_MESSAGES/kchmviewer.mo
share/locale/tr/LC_MESSAGES/kchmviewer.mo
share/locale/zh_CN/LC_MESSAGES/kchmviewer.mo
share/man/man1/kchmviewer.1.gz
share/services/msits.protocol

@ -0,0 +1,37 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: applications/utilities/kcpuload
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTNAME= kcpuload-trinity
COMMENT= A CPU meter for Kicker [Trinity]
TDE_PREVERSION=
MASTER_SITE_SUBDIR= k/${PORTNAME}
PORTREVISION= 0
CATEGORIES= sysutils x11
DIST_SUBDIR= TDE/applications/utilities
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
-DBUILD_ALL="ON" \
-DWITH_ALL_OPTIONS="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1682063848
SHA256 (TDE/applications/utilities/kcpuload-trinity_14.1.0.orig.tar.xz) = 2a1a4b5656f080bec102aa064f3bba4c1b013ab7d5849702ae546d24bd6b9856
SIZE (TDE/applications/utilities/kcpuload-trinity_14.1.0.orig.tar.xz) = 34888

@ -0,0 +1,8 @@
A CPU meter for Kicker [Trinity]
KCPULoad is a small program for Kicker (the TDE panel). It shows a
recent history of CPU usage in the form of one or two configurable
diagrams in the system tray. These diagrams have settings for colours
and various different styles.
KCPULoad has support for SMP and separate user/system loads.

@ -0,0 +1,33 @@
bin/kcpuload
share/applications/tde/kcpuload.desktop
share/apps/kcpuload/icons/hicolor/16x16/actions/bars.png
share/apps/kcpuload/icons/hicolor/16x16/actions/barson.png
share/apps/kcpuload/icons/hicolor/16x16/actions/color.png
share/apps/kcpuload/icons/hicolor/16x16/actions/color0.png
share/apps/kcpuload/icons/hicolor/16x16/actions/color1.png
share/apps/kcpuload/icons/hicolor/16x16/actions/grid.png
share/apps/kcpuload/icons/hicolor/16x16/actions/gridon.png
share/apps/kcpuload/icons/hicolor/16x16/actions/labels.png
share/apps/kcpuload/icons/hicolor/16x16/actions/labelson.png
share/apps/kcpuload/icons/hicolor/16x16/actions/lines.png
share/apps/kcpuload/icons/hicolor/16x16/actions/lineson.png
share/apps/kcpuload/icons/hicolor/16x16/actions/shaded.png
share/apps/kcpuload/icons/hicolor/16x16/actions/shadedon.png
share/apps/kcpuload/icons/hicolor/16x16/actions/smp.png
share/apps/kcpuload/icons/hicolor/16x16/actions/smpon.png
share/apps/kcpuload/icons/hicolor/16x16/actions/soft.png
share/apps/kcpuload/icons/hicolor/16x16/actions/softon.png
share/apps/kcpuload/icons/hicolor/16x16/actions/speedarrow.png
share/apps/kcpuload/icons/hicolor/16x16/actions/split.png
share/apps/kcpuload/icons/hicolor/16x16/actions/spliton.png
share/doc/tde/HTML/en/kcpuload/common
share/doc/tde/HTML/en/kcpuload/index.cache.bz2
share/doc/tde/HTML/en/kcpuload/index.docbook
share/icons/crystalsvg/16x16/apps/kcpuload.png
share/icons/crystalsvg/32x32/apps/kcpuload.png
share/icons/crystalsvg/48x48/apps/kcpuload.png
share/icons/locolor/16x16/apps/kcpuload.png
share/icons/locolor/32x32/apps/kcpuload.png
share/locale/de/LC_MESSAGES/kcpuload.mo
share/locale/nl/LC_MESSAGES/kcpuload.mo
share/man/man1/kcpuload.1.gz

@ -0,0 +1,37 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: applications/utilities/kdirstat
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTNAME= kdirstat-trinity
COMMENT= Graphical disk usage display with cleanup facilities [Trinity]
TDE_PREVERSION=
MASTER_SITE_SUBDIR= k/${PORTNAME}
PORTREVISION= 0
CATEGORIES= sysutils x11
DIST_SUBDIR= TDE/applications/utilities
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
-DBUILD_ALL="ON" \
-DWITH_ALL_OPTIONS="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1682063849
SHA256 (TDE/applications/utilities/kdirstat-trinity_14.1.0.orig.tar.xz) = 4b9f2f37a81ef6fbd4bc6869534f7cd6533645788d4c8ac7f28ed410c47e0659
SIZE (TDE/applications/utilities/kdirstat-trinity_14.1.0.orig.tar.xz) = 203432

@ -0,0 +1,10 @@
Graphical disk usage display with cleanup facilities [Trinity]
KDirStat (TDE Directory Statistics) is a small utility program that sums
up disk usage for directory trees, very much like the Unix 'du' command.
It displays the disk space used up by a directory tree, both numerically
and graphically. It is network transparent (i.e., you can use it to sum
up FTP servers), and comes with predefined and user configurable cleanup
actions. You can directly open a directory branch in Konqueror or the
shell of your choice, compress it to a .tar.bz2 archive, or define your
own cleanup actions.

@ -0,0 +1,26 @@
bin/kdirstat
share/applications/tde/kdirstat.desktop
share/apps/kdirstat/icons/hicolor/16x16/actions/symlink.png
share/apps/kdirstat/icons/hicolor/32x32/actions/symlink.png
share/apps/kdirstat/icons/hicolor/48x48/actions/symlink.png
share/apps/kdirstat/icons/locolor/16x16/actions/symlink.png
share/apps/kdirstat/kdirstatui.rc
share/apps/tdeconf_update/fix_move_to_trash_bin.pl
share/apps/tdeconf_update/kdirstat.upd
share/doc/tde/HTML/en/kdirstat/common
share/doc/tde/HTML/en/kdirstat/feedback-mail.png
share/doc/tde/HTML/en/kdirstat/index.cache.bz2
share/doc/tde/HTML/en/kdirstat/index.docbook
share/doc/tde/HTML/en/kdirstat/kdirstat-config-cleanups.png
share/doc/tde/HTML/en/kdirstat/kdirstat-config-tree-colors.png
share/doc/tde/HTML/en/kdirstat/kdirstat-main.png
share/icons/hicolor/16x16/apps/kdirstat.png
share/icons/hicolor/32x32/apps/kdirstat.png
share/icons/locolor/16x16/apps/kdirstat.png
share/icons/locolor/32x32/apps/kdirstat.png
share/locale/de/LC_MESSAGES/kdirstat.mo
share/locale/fr/LC_MESSAGES/kdirstat.mo
share/locale/hu/LC_MESSAGES/kdirstat.mo
share/locale/it/LC_MESSAGES/kdirstat.mo
share/locale/ja/LC_MESSAGES/kdirstat.mo
share/man/man1/kdirstat.1.gz

@ -0,0 +1,38 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: applications/utilities/keep
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTNAME= keep-trinity
COMMENT= Backup system for TDE
TDE_PREVERSION=
MASTER_SITE_SUBDIR= k/${PORTNAME}
PORTREVISION= 0
CATEGORIES= sysutils x11
DIST_SUBDIR= TDE/applications/utilities
RUN_DEPENDS+= rdiff-backup:sysutils/py-rdiff-backup
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
-DBUILD_ALL="ON" \
-DWITH_ALL_OPTIONS="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1682063851
SHA256 (TDE/applications/utilities/keep-trinity_14.1.0.orig.tar.xz) = 9a21c71b179d06673f787f1e5582126a68777ee172dfb3f84a37bdef1940e14c
SIZE (TDE/applications/utilities/keep-trinity_14.1.0.orig.tar.xz) = 164340

@ -0,0 +1,4 @@
Backup system for TDE
Keep is an automatic backup program that allows users to set the parameters of
the backup, including the frequency and the number of backups.

@ -0,0 +1,52 @@
bin/keep
lib/trinity/kded_keep.la
lib/trinity/kded_keep.so
share/applications/tde/keep.desktop
share/apps/keep/icons/crystalsvg/16x16/actions/add_backup.png
share/apps/keep/icons/crystalsvg/16x16/actions/force_backup.png
share/apps/keep/icons/crystalsvg/16x16/actions/restore_dir.png
share/apps/keep/icons/crystalsvg/22x22/actions/add_backup.png
share/apps/keep/icons/crystalsvg/22x22/actions/force_backup.png
share/apps/keep/icons/crystalsvg/22x22/actions/restore_dir.png
share/apps/keep/icons/crystalsvg/32x32/actions/add_backup.png
share/apps/keep/icons/crystalsvg/32x32/actions/force_backup.png
share/apps/keep/icons/crystalsvg/32x32/actions/restore_dir.png
share/apps/keep/icons/crystalsvg/48x48/actions/add_backup.png
share/apps/keep/icons/crystalsvg/48x48/actions/force_backup.png
share/apps/keep/icons/crystalsvg/48x48/actions/restore_dir.png
share/apps/keep/icons/crystalsvg/scalable/actions/add_backup.svgz
share/apps/keep/icons/crystalsvg/scalable/actions/force_backup.svgz
share/apps/keep/icons/crystalsvg/scalable/actions/restore_dir.svgz
share/apps/keep/keepui.rc
share/config.kcfg/keepsettings.kcfg
share/icons/hicolor/128x128/apps/keep.png
share/icons/hicolor/16x16/apps/keep.png
share/icons/hicolor/22x22/apps/keep.png
share/icons/hicolor/32x32/apps/keep.png
share/icons/hicolor/48x48/apps/keep.png
share/icons/hicolor/64x64/apps/keep.png
share/icons/hicolor/scalable/apps/keep.svgz
share/locale/bg/LC_MESSAGES/keep.mo
share/locale/br/LC_MESSAGES/keep.mo
share/locale/cs/LC_MESSAGES/keep.mo
share/locale/da/LC_MESSAGES/keep.mo
share/locale/de/LC_MESSAGES/keep.mo
share/locale/el/LC_MESSAGES/keep.mo
share/locale/es/LC_MESSAGES/keep.mo
share/locale/ga/LC_MESSAGES/keep.mo
share/locale/gl/LC_MESSAGES/keep.mo
share/locale/it/LC_MESSAGES/keep.mo
share/locale/ja/LC_MESSAGES/keep.mo
share/locale/ka/LC_MESSAGES/keep.mo
share/locale/lt/LC_MESSAGES/keep.mo
share/locale/nl/LC_MESSAGES/keep.mo
share/locale/pl/LC_MESSAGES/keep.mo
share/locale/pt/LC_MESSAGES/keep.mo
share/locale/ru/LC_MESSAGES/keep.mo
share/locale/sk/LC_MESSAGES/keep.mo
share/locale/sr/LC_MESSAGES/keep.mo
share/locale/sr@Latn/LC_MESSAGES/keep.mo
share/locale/sv/LC_MESSAGES/keep.mo
share/locale/tr/LC_MESSAGES/keep.mo
share/man/man1/keep.1.gz
share/services/kded/keep.desktop

@ -0,0 +1,37 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: applications/utilities/knutclient
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTNAME= knutclient-trinity
COMMENT= A TDE GUI that displays UPS statistics from NUT's upsd [Trinity]
TDE_PREVERSION=
MASTER_SITE_SUBDIR= k/${PORTNAME}
PORTREVISION= 0
CATEGORIES= sysutils x11
DIST_SUBDIR= TDE/applications/utilities
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
-DBUILD_ALL="ON" \
-DWITH_ALL_OPTIONS="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1682063852
SHA256 (TDE/applications/utilities/knutclient-trinity_14.1.0.orig.tar.xz) = 9e8b588010675a822447fbbcdddff469798a920d62eb0d6d036f18935b4b48ab
SIZE (TDE/applications/utilities/knutclient-trinity_14.1.0.orig.tar.xz) = 531872

@ -0,0 +1,6 @@
A TDE GUI that displays UPS statistics from NUT's upsd [Trinity]
KNutClient monitors UPS statistics through the NUT (Network UPS Tools,
http://www.networkupstools.org/) framework on Linux and other systems. This
information, presented in a nice visual format, can be invaluable on
stations using an UPS.

@ -0,0 +1,61 @@
bin/knutclient
share/applications/tde/knutclient.desktop
share/apps/knutclient/knutclientui.rc
share/apps/knutclient/pics/knc_analog.png
share/apps/knutclient/pics/knc_batt.png
share/apps/knutclient/pics/knc_conn.png
share/apps/knutclient/pics/knc_dock.png
share/apps/knutclient/pics/knc_error.png
share/apps/knutclient/pics/knc_main.png
share/apps/knutclient/pics/knc_mpref.png
share/apps/knutclient/pics/knc_mset.png
share/apps/knutclient/pics/knc_panel.png
share/apps/knutclient/pics/knc_ups.png
share/apps/knutclient/pics/knc_upses.png
share/doc/tde/HTML/cs/knutclient/asetting-cs.png
share/doc/tde/HTML/cs/knutclient/common
share/doc/tde/HTML/cs/knutclient/fsetting-cs.png
share/doc/tde/HTML/cs/knutclient/index.cache.bz2
share/doc/tde/HTML/cs/knutclient/index.docbook
share/doc/tde/HTML/cs/knutclient/knutclient-cs.png
share/doc/tde/HTML/cs/knutclient/ksetting-cs.png
share/doc/tde/HTML/cs/knutclient/mkicker-cs.png
share/doc/tde/HTML/cs/knutclient/msetting-cs.png
share/doc/tde/HTML/cs/knutclient/new-cs.png
share/doc/tde/HTML/cs/knutclient/psetting-cs.png
share/doc/tde/HTML/cs/knutclient/tkicker-cs.png
share/doc/tde/HTML/cs/knutclient/usetting-cs.png
share/doc/tde/HTML/cs/knutclient/variables-cs.png
share/doc/tde/HTML/en/knutclient/asetting-en.png
share/doc/tde/HTML/en/knutclient/common
share/doc/tde/HTML/en/knutclient/fsetting-en.png
share/doc/tde/HTML/en/knutclient/index.cache.bz2
share/doc/tde/HTML/en/knutclient/index.docbook
share/doc/tde/HTML/en/knutclient/knutclient-en.png
share/doc/tde/HTML/en/knutclient/ksetting-en.png
share/doc/tde/HTML/en/knutclient/mkicker-en.png
share/doc/tde/HTML/en/knutclient/msetting-en.png
share/doc/tde/HTML/en/knutclient/new-en.png
share/doc/tde/HTML/en/knutclient/psetting-en.png
share/doc/tde/HTML/en/knutclient/tkicker-en.png
share/doc/tde/HTML/en/knutclient/usetting-en.png
share/doc/tde/HTML/en/knutclient/variables-en.png
share/icons/hicolor/16x16/apps/knutclient.png
share/icons/hicolor/16x16/apps/knutclientconn.png
share/icons/hicolor/16x16/apps/knutclienterr.png
share/icons/hicolor/32x32/apps/knutclient.png
share/icons/hicolor/48x48/apps/knutclient.png
share/icons/locolor/16x16/apps/knutclient.png
share/icons/locolor/16x16/apps/knutclientconn.png
share/icons/locolor/16x16/apps/knutclienterr.png
share/icons/locolor/32x32/apps/knutclient.png
share/locale/cs/LC_MESSAGES/knutclient.mo
share/locale/de/LC_MESSAGES/knutclient.mo
share/locale/es/LC_MESSAGES/knutclient.mo
share/locale/fr/LC_MESSAGES/knutclient.mo
share/locale/it/LC_MESSAGES/knutclient.mo
share/locale/pl/LC_MESSAGES/knutclient.mo
share/locale/pt_BR/LC_MESSAGES/knutclient.mo
share/locale/ru/LC_MESSAGES/knutclient.mo
share/locale/uk/LC_MESSAGES/knutclient.mo
share/man/man1/knutclient.1.gz

@ -0,0 +1,38 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: applications/utilities/kompose
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTNAME= kompose-trinity
COMMENT= Full screen task manager for TDE
TDE_PREVERSION=
MASTER_SITE_SUBDIR= k/${PORTNAME}
PORTREVISION= 0
CATEGORIES= deskutils x11
DIST_SUBDIR= TDE/applications/utilities
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface \
libImlib2.so:graphics/imlib2 \
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
-DBUILD_ALL="ON" \
-DWITH_ALL_OPTIONS="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1682063854
SHA256 (TDE/applications/utilities/kompose-trinity_14.1.0.orig.tar.xz) = 424ef034d7a9e6656ee63980fa0484840115aa591a3697c804d673ddc59f5d10
SIZE (TDE/applications/utilities/kompose-trinity_14.1.0.orig.tar.xz) = 76396

@ -0,0 +1,5 @@
Full screen task manager for TDE
Kompose offers a great new way to manage a big number of windows on
different Virtual Desktops. It creates a fullscreen view where every
window is represented by a scaled screenshot of its own.

@ -0,0 +1,22 @@
bin/kompose
share/applications/tde/kompose.desktop
share/apps/kompose/icons/hicolor/16x16/actions/kompose_current_virtual_desktop.png
share/apps/kompose/icons/hicolor/16x16/actions/kompose_grouped_by_virtual_desktop.png
share/apps/kompose/icons/hicolor/16x16/actions/kompose_ungrouped.png
share/apps/kompose/icons/hicolor/16x16/apps/kompose.png
share/apps/kompose/icons/hicolor/32x32/actions/kompose_current_virtual_desktop.png
share/apps/kompose/icons/hicolor/32x32/actions/kompose_grouped_by_virtual_desktop.png
share/apps/kompose/icons/hicolor/32x32/actions/kompose_ungrouped.png
share/apps/kompose/icons/hicolor/32x32/apps/kompose.png
share/apps/kompose/komposeui.rc
share/doc/tde/HTML/en/kompose/common
share/doc/tde/HTML/en/kompose/index.cache.bz2
share/doc/tde/HTML/en/kompose/index.docbook
share/icons/hicolor/16x16/apps/kompose.png
share/icons/hicolor/32x32/apps/kompose.png
share/locale/da/LC_MESSAGES/kompose.mo
share/locale/de/LC_MESSAGES/kompose.mo
share/locale/el/LC_MESSAGES/kompose.mo
share/locale/es/LC_MESSAGES/kompose.mo
share/locale/fr/LC_MESSAGES/kompose.mo
share/locale/it/LC_MESSAGES/kompose.mo

@ -0,0 +1,37 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: applications/utilities/krename
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTNAME= krename-trinity
COMMENT= Powerful batch renamer for TDE
TDE_PREVERSION=
MASTER_SITE_SUBDIR= k/${PORTNAME}
PORTREVISION= 0
CATEGORIES= sysutils x11
DIST_SUBDIR= TDE/applications/utilities
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
-DBUILD_ALL="ON" \
-DWITH_ALL_OPTIONS="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1682063855
SHA256 (TDE/applications/utilities/krename-trinity_14.1.0.orig.tar.xz) = 8cd88b54e8d86cf5a6eaa2f39fa28b36d57b46cf75a9d839109dbdae93ab14bf
SIZE (TDE/applications/utilities/krename-trinity_14.1.0.orig.tar.xz) = 188088

@ -0,0 +1,6 @@
Powerful batch renamer for TDE
This package contains a very powerful batch file renamer for Trinity
which can rename a list of files based on a set of expressions.
It can copy/move the files to another directory or simply rename
the input files.

@ -0,0 +1,30 @@
bin/krename
share/applications/tde/krename.desktop
share/apps/konqueror/servicemenus/krename_dir.desktop
share/apps/konqueror/servicemenus/krenameservicemenu.desktop
share/apps/krename/krename_system_default_tabbed.xml
share/apps/krename/krename_system_default_wizard.xml
share/apps/krename/logo.png
share/doc/tde/HTML/en/krename/index.html
share/icons/hicolor/32x32/apps/krename.png
share/icons/hicolor/48x48/apps/krename.png
share/icons/locolor/16x16/apps/krename.png
share/icons/locolor/32x32/apps/krename.png
share/locale/bs/LC_MESSAGES/krename.mo
share/locale/de/LC_MESSAGES/krename.mo
share/locale/es/LC_MESSAGES/krename.mo
share/locale/fr/LC_MESSAGES/krename.mo
share/locale/hu/LC_MESSAGES/krename.mo
share/locale/it/LC_MESSAGES/krename.mo
share/locale/ja/LC_MESSAGES/krename.mo
share/locale/nl/LC_MESSAGES/krename.mo
share/locale/pl/LC_MESSAGES/krename.mo
share/locale/pt_BR/LC_MESSAGES/krename.mo
share/locale/ru/LC_MESSAGES/krename.mo
share/locale/sl/LC_MESSAGES/krename.mo
share/locale/sv/LC_MESSAGES/krename.mo
share/locale/tr/LC_MESSAGES/krename.mo
share/locale/uk/LC_MESSAGES/krename.mo
share/locale/zh_CN/LC_MESSAGES/krename.mo
share/locale/zh_TW/LC_MESSAGES/krename.mo
share/man/man1/krename.1.gz

@ -0,0 +1,37 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: applications/utilities/mathemagics
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTNAME= mathemagics-trinity
COMMENT= A RPN scientific calculator for TDE
TDE_PREVERSION=
MASTER_SITE_SUBDIR= m/${PORTNAME}
PORTREVISION= 0
CATEGORIES= math x11
DIST_SUBDIR= TDE/applications/utilities
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
-DBUILD_ALL="ON" \
-DWITH_ALL_OPTIONS="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1682063859
SHA256 (TDE/applications/utilities/mathemagics-trinity_14.1.0.orig.tar.xz) = 56e7dd39eb6d43654233f53f0fc5d1883114796d9ac39eaa416992411478c395
SIZE (TDE/applications/utilities/mathemagics-trinity_14.1.0.orig.tar.xz) = 32780

@ -0,0 +1,5 @@
A RPN scientific calculator for TDE
Mathemagics makes use of the Reverse Polish Notation or RPN.
Mathemagics can store and use user-defined functions and variables,
It comes with large number of built-in functions as well.

@ -0,0 +1,14 @@
bin/mathemagics
share/applications/tde/mathemagics.desktop
share/apps/mathemagics/mathemagicsui.rc
share/doc/tde/HTML/en/mathemagics/common
share/doc/tde/HTML/en/mathemagics/index.cache.bz2
share/doc/tde/HTML/en/mathemagics/index.docbook
share/icons/hicolor/22x22/apps/mathemagics.png
share/icons/hicolor/32x32/apps/mathemagics.png
share/icons/hicolor/48x48/apps/mathemagics.png
share/icons/locolor/16x16/apps/mathemagics.png
share/icons/locolor/32x32/apps/mathemagics.png
share/locale/el/LC_MESSAGES/mathemagics.mo
share/locale/ru/LC_MESSAGES/mathemagics.mo
share/man/man1/mathemagics.1.gz

@ -0,0 +1,40 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: applications/utilities/qalculate-tde
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTNAME= qalculate-trinity
COMMENT= Powerful and easy to use desktop calculator - TDE version
TDE_PREVERSION=
DISTSRC= qalculate-tde-trinity-${TDE_VERSION}${TDE_PREVERSION}
MASTER_SITE_SUBDIR= q/${PORTNAME}
PORTREVISION= 0
CATEGORIES= math x11
DIST_SUBDIR= TDE/applications/utilities
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface
LIB_DEPENDS+= libqalculate.so:math/libqalculate
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
-DBUILD_ALL="ON" \
-DWITH_ALL_OPTIONS="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1682063861
SHA256 (TDE/applications/utilities/qalculate-trinity_14.1.0.orig.tar.xz) = 2855e574447378528df4ab082734625278773516fa7d2ae33cefc1edb1cfeeec
SIZE (TDE/applications/utilities/qalculate-trinity_14.1.0.orig.tar.xz) = 729360

@ -0,0 +1,9 @@
Powerful and easy to use desktop calculator - TDE version
Qalculate! is small and simple to use but with much power and versatility
underneath. Features include customizable functions, units, arbitrary
precision, plotting, and a graphical interface that uses a one-line
fault-tolerant expression entry (although it supports optional traditional
buttons).
This package contains the TDE user interface of qalculate.

@ -0,0 +1,41 @@
bin/qalculate-tde
share/applications/tde/qalculate_tde.desktop
share/apps/qalculate_tde/qalculate_tdeui.rc
share/doc/tde/HTML/en/qalculate_tde/calculation-history.png
share/doc/tde/HTML/en/qalculate_tde/calculator-buttons.png
share/doc/tde/HTML/en/qalculate_tde/common
share/doc/tde/HTML/en/qalculate_tde/completion.png
share/doc/tde/HTML/en/qalculate_tde/convert-number-bases.png
share/doc/tde/HTML/en/qalculate_tde/convert-unit.png
share/doc/tde/HTML/en/qalculate_tde/edit-function.png
share/doc/tde/HTML/en/qalculate_tde/edit-matrix.png
share/doc/tde/HTML/en/qalculate_tde/edit-unit.png
share/doc/tde/HTML/en/qalculate_tde/edit-variable.png
share/doc/tde/HTML/en/qalculate_tde/function-manager.png
share/doc/tde/HTML/en/qalculate_tde/functions.docbook
share/doc/tde/HTML/en/qalculate_tde/gnuplot.png
share/doc/tde/HTML/en/qalculate_tde/import-csv.png
share/doc/tde/HTML/en/qalculate_tde/index.cache.bz2
share/doc/tde/HTML/en/qalculate_tde/index.docbook
share/doc/tde/HTML/en/qalculate_tde/insert-function.png
share/doc/tde/HTML/en/qalculate_tde/mainwindow.png
share/doc/tde/HTML/en/qalculate_tde/plot-data.png
share/doc/tde/HTML/en/qalculate_tde/plot-settings.png
share/doc/tde/HTML/en/qalculate_tde/rpn-mode.png
share/doc/tde/HTML/en/qalculate_tde/store-variable.png
share/doc/tde/HTML/en/qalculate_tde/unit-manager.png
share/doc/tde/HTML/en/qalculate_tde/units.docbook
share/doc/tde/HTML/en/qalculate_tde/variable-manager.png
share/doc/tde/HTML/en/qalculate_tde/variables.docbook
share/icons/hicolor/128x128/apps/qalculate_tde.png
share/icons/hicolor/16x16/apps/qalculate_tde.png
share/icons/hicolor/22x22/apps/qalculate_tde.png
share/icons/hicolor/32x32/actions/qalculate_convert.png
share/icons/hicolor/32x32/apps/qalculate_tde.png
share/icons/hicolor/48x48/apps/qalculate_tde.png
share/icons/hicolor/64x64/apps/qalculate_tde.png
share/locale/fr/LC_MESSAGES/qalculate_tde.mo
share/locale/nl/LC_MESSAGES/qalculate_tde.mo
share/locale/sv/LC_MESSAGES/qalculate_tde.mo
share/locale/zh_CN/LC_MESSAGES/qalculate_tde.mo
share/man/man1/qalculate-tde.1.gz

@ -0,0 +1,92 @@
SUBDIR =
SUBDIR += tdelibs
SUBDIR += tdebase
SUBDIR += tdepim
SUBDIR += tdemultimedia
SUBDIR += tdenetwork
SUBDIR += tdegraphics
SUBDIR += tdetoys
SUBDIR += tdeutils
SUBDIR += tdeedu
SUBDIR += tdegames
SUBDIR += tdeaccessibility
SUBDIR += tdeaddons
SUBDIR += tdeadmin
SUBDIR += tdeartwork
SUBDIR += tdesdk
SUBDIR += tdevelop
SUBDIR += tdewebdev
SUBDIR += tde-i18n-af
SUBDIR += tde-i18n-ar
SUBDIR += tde-i18n-az
SUBDIR += tde-i18n-be
SUBDIR += tde-i18n-bg
SUBDIR += tde-i18n-bn
SUBDIR += tde-i18n-br
SUBDIR += tde-i18n-bs
SUBDIR += tde-i18n-ca
SUBDIR += tde-i18n-cs
SUBDIR += tde-i18n-csb
SUBDIR += tde-i18n-cy
SUBDIR += tde-i18n-da
SUBDIR += tde-i18n-de
SUBDIR += tde-i18n-el
SUBDIR += tde-i18n-en_GB
SUBDIR += tde-i18n-eo
SUBDIR += tde-i18n-es
SUBDIR += tde-i18n-et
SUBDIR += tde-i18n-eu
SUBDIR += tde-i18n-fa
SUBDIR += tde-i18n-fi
SUBDIR += tde-i18n-fr
SUBDIR += tde-i18n-fy
SUBDIR += tde-i18n-ga
SUBDIR += tde-i18n-gl
SUBDIR += tde-i18n-he
SUBDIR += tde-i18n-hi
SUBDIR += tde-i18n-hr
SUBDIR += tde-i18n-hu
SUBDIR += tde-i18n-is
SUBDIR += tde-i18n-it
SUBDIR += tde-i18n-ja
SUBDIR += tde-i18n-kk
SUBDIR += tde-i18n-km
SUBDIR += tde-i18n-ko
SUBDIR += tde-i18n-lt
SUBDIR += tde-i18n-lv
SUBDIR += tde-i18n-mk
SUBDIR += tde-i18n-mn
SUBDIR += tde-i18n-ms
SUBDIR += tde-i18n-nb
SUBDIR += tde-i18n-nds
SUBDIR += tde-i18n-nl
SUBDIR += tde-i18n-nn
SUBDIR += tde-i18n-pa
SUBDIR += tde-i18n-pl
SUBDIR += tde-i18n-pt
SUBDIR += tde-i18n-pt_BR
SUBDIR += tde-i18n-ro
SUBDIR += tde-i18n-ru
SUBDIR += tde-i18n-rw
SUBDIR += tde-i18n-se
SUBDIR += tde-i18n-sk
SUBDIR += tde-i18n-sl
SUBDIR += tde-i18n-sr
SUBDIR += tde-i18n-sr@Latn
SUBDIR += tde-i18n-ss
SUBDIR += tde-i18n-sv
SUBDIR += tde-i18n-ta
SUBDIR += tde-i18n-te
SUBDIR += tde-i18n-tg
SUBDIR += tde-i18n-th
SUBDIR += tde-i18n-tr
SUBDIR += tde-i18n-uk
SUBDIR += tde-i18n-uz
SUBDIR += tde-i18n-uz@cyrillic
SUBDIR += tde-i18n-vi
SUBDIR += tde-i18n-wa
SUBDIR += tde-i18n-zh_CN
SUBDIR += tde-i18n-zh_TW
.include <bsd.port.subdir.mk>

@ -0,0 +1,43 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: core/tde-i18n-af > misc/tde-i18n-af
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTLANG= af
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${PORTLANG}
TDE_PREVERSION=
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= misc x11
DIST_SUBDIR= TDE/core
PKGNAMEPREFIX= ${PORTLANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${PORTLANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}template/' \
'${EXTRACT_BASE}translations/' \
'${EXTRACT_BASE}tde-i18n-${PORTLANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
\
-DBUILD_ALL="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1682085470
SHA256 (TDE/core/tde-i18n-trinity_14.1.0.orig.tar.xz) = 9f64b518db380d1d0acf3f6b5baafdb3f486953739b9484bdc5d31f34f466a75
SIZE (TDE/core/tde-i18n-trinity_14.1.0.orig.tar.xz) = 195332236

@ -0,0 +1 @@
Afrikaans (af) internationalized (i18n) files for TDE

@ -0,0 +1,390 @@
share/locale/af/LC_MESSAGES/alsaplayerui.mo
share/locale/af/LC_MESSAGES/amor.mo
share/locale/af/LC_MESSAGES/appletproxy.mo
share/locale/af/LC_MESSAGES/ark.mo
share/locale/af/LC_MESSAGES/artsbuilder.mo
share/locale/af/LC_MESSAGES/artscontrol.mo
share/locale/af/LC_MESSAGES/atlantik.mo
share/locale/af/LC_MESSAGES/atlantikdesigner.mo
share/locale/af/LC_MESSAGES/babelfish.mo
share/locale/af/LC_MESSAGES/cervisia.mo
share/locale/af/LC_MESSAGES/charlatanui.mo
share/locale/af/LC_MESSAGES/clockapplet.mo
share/locale/af/LC_MESSAGES/crashesplugin.mo
share/locale/af/LC_MESSAGES/cupsdconf.mo
share/locale/af/LC_MESSAGES/dirfilterplugin.mo
share/locale/af/LC_MESSAGES/display.mo
share/locale/af/LC_MESSAGES/dockbarextension.mo
share/locale/af/LC_MESSAGES/domtreeviewer.mo
share/locale/af/LC_MESSAGES/drkonqi.mo
share/locale/af/LC_MESSAGES/dub.mo
share/locale/af/LC_MESSAGES/extensionproxy.mo
share/locale/af/LC_MESSAGES/ffrs.mo
share/locale/af/LC_MESSAGES/filetypes.mo
share/locale/af/LC_MESSAGES/htmlsearch.mo
share/locale/af/LC_MESSAGES/imagerename_plugin.mo
share/locale/af/LC_MESSAGES/imgalleryplugin.mo
share/locale/af/LC_MESSAGES/joystick.mo
share/locale/af/LC_MESSAGES/kaboodle.mo
share/locale/af/LC_MESSAGES/kaccess.mo
share/locale/af/LC_MESSAGES/kaddressbook.mo
share/locale/af/LC_MESSAGES/kalarm.mo
share/locale/af/LC_MESSAGES/kalzium.mo
share/locale/af/LC_MESSAGES/kandy.mo
share/locale/af/LC_MESSAGES/kappfinder.mo
share/locale/af/LC_MESSAGES/karm.mo
share/locale/af/LC_MESSAGES/kasbarextension.mo
share/locale/af/LC_MESSAGES/kasteroids.mo
share/locale/af/LC_MESSAGES/kate.mo
share/locale/af/LC_MESSAGES/katehelloworld.mo
share/locale/af/LC_MESSAGES/katehtmltools.mo
share/locale/af/LC_MESSAGES/kateinsertcommand.mo
share/locale/af/LC_MESSAGES/katemodeline.mo
share/locale/af/LC_MESSAGES/kateopenheader.mo
share/locale/af/LC_MESSAGES/katepart.mo
share/locale/af/LC_MESSAGES/katepybrowse.mo
share/locale/af/LC_MESSAGES/katetextfilter.mo
share/locale/af/LC_MESSAGES/katexmltools.mo
share/locale/af/LC_MESSAGES/katomic.mo
share/locale/af/LC_MESSAGES/kaudiocreator.mo
share/locale/af/LC_MESSAGES/kay.mo
share/locale/af/LC_MESSAGES/kbabel.mo
share/locale/af/LC_MESSAGES/kbackgammon.mo
share/locale/af/LC_MESSAGES/kbattleship.mo
share/locale/af/LC_MESSAGES/kblackbox.mo
share/locale/af/LC_MESSAGES/kbounce.mo
share/locale/af/LC_MESSAGES/kbugbuster.mo
share/locale/af/LC_MESSAGES/kcalc.mo
share/locale/af/LC_MESSAGES/kcharselect.mo
share/locale/af/LC_MESSAGES/kcharselectapplet.mo
share/locale/af/LC_MESSAGES/kcm_krfb.mo
share/locale/af/LC_MESSAGES/kcmaccess.mo
share/locale/af/LC_MESSAGES/kcmaccessibility.mo
share/locale/af/LC_MESSAGES/kcmarts.mo
share/locale/af/LC_MESSAGES/kcmaudiocd.mo
share/locale/af/LC_MESSAGES/kcmbackground.mo
share/locale/af/LC_MESSAGES/kcmbell.mo
share/locale/af/LC_MESSAGES/kcmcgi.mo
share/locale/af/LC_MESSAGES/kcmcolors.mo
share/locale/af/LC_MESSAGES/kcmcomponentchooser.mo
share/locale/af/LC_MESSAGES/kcmcrypto.mo
share/locale/af/LC_MESSAGES/kcmcss.mo
share/locale/af/LC_MESSAGES/kcmenergy.mo
share/locale/af/LC_MESSAGES/kcmfonts.mo
share/locale/af/LC_MESSAGES/kcmhtmlsearch.mo
share/locale/af/LC_MESSAGES/kcmicons.mo
share/locale/af/LC_MESSAGES/kcminfo.mo
share/locale/af/LC_MESSAGES/kcminput.mo
share/locale/af/LC_MESSAGES/kcmioslaveinfo.mo
share/locale/af/LC_MESSAGES/kcmkamera.mo
share/locale/af/LC_MESSAGES/kcmkclock.mo
share/locale/af/LC_MESSAGES/kcmkded.mo
share/locale/af/LC_MESSAGES/kcmkeys.mo
share/locale/af/LC_MESSAGES/kcmkicker.mo
share/locale/af/LC_MESSAGES/kcmkonq.mo
share/locale/af/LC_MESSAGES/kcmkonqhtml.mo
share/locale/af/LC_MESSAGES/kcmkonsole.mo
share/locale/af/LC_MESSAGES/kcmktalkd.mo
share/locale/af/LC_MESSAGES/kcmkuick.mo
share/locale/af/LC_MESSAGES/kcmkurifilt.mo
share/locale/af/LC_MESSAGES/kcmkwm.mo
share/locale/af/LC_MESSAGES/kcmlanbrowser.mo
share/locale/af/LC_MESSAGES/kcmlaptop.mo
share/locale/af/LC_MESSAGES/kcmlaunch.mo
share/locale/af/LC_MESSAGES/kcmlayout.mo
share/locale/af/LC_MESSAGES/kcmlilo.mo
share/locale/af/LC_MESSAGES/kcmlocale.mo
share/locale/af/LC_MESSAGES/kcmmedia.mo
share/locale/af/LC_MESSAGES/kcmnic.mo
share/locale/af/LC_MESSAGES/kcmnotify.mo
share/locale/af/LC_MESSAGES/kcmperformance.mo
share/locale/af/LC_MESSAGES/kcmprintmgr.mo
share/locale/af/LC_MESSAGES/kcmsamba.mo
share/locale/af/LC_MESSAGES/kcmscreensaver.mo
share/locale/af/LC_MESSAGES/kcmsmartcard.mo
share/locale/af/LC_MESSAGES/kcmsmserver.mo
share/locale/af/LC_MESSAGES/kcmspellchecking.mo
share/locale/af/LC_MESSAGES/kcmstyle.mo
share/locale/af/LC_MESSAGES/kcmtaskbar.mo
share/locale/af/LC_MESSAGES/kcmtdednssd.mo
share/locale/af/LC_MESSAGES/kcmtdeio.mo
share/locale/af/LC_MESSAGES/kcmtwindecoration.mo
share/locale/af/LC_MESSAGES/kcmtwinrules.mo
share/locale/af/LC_MESSAGES/kcmusb.mo
share/locale/af/LC_MESSAGES/kcmview1394.mo
share/locale/af/LC_MESSAGES/kcmxinerama.mo
share/locale/af/LC_MESSAGES/kcoloredit.mo
share/locale/af/LC_MESSAGES/kcontrol.mo
share/locale/af/LC_MESSAGES/kcron.mo
share/locale/af/LC_MESSAGES/kdat.mo
share/locale/af/LC_MESSAGES/kdcop.mo
share/locale/af/LC_MESSAGES/kdesktop.mo
share/locale/af/LC_MESSAGES/kdf.mo
share/locale/af/LC_MESSAGES/kdialog.mo
share/locale/af/LC_MESSAGES/kdict.mo
share/locale/af/LC_MESSAGES/kdictapplet.mo
share/locale/af/LC_MESSAGES/kdvi.mo
share/locale/af/LC_MESSAGES/kedit.mo
share/locale/af/LC_MESSAGES/keduca.mo
share/locale/af/LC_MESSAGES/kenolaba.mo
share/locale/af/LC_MESSAGES/kfax.mo
share/locale/af/LC_MESSAGES/kfifteenapplet.mo
share/locale/af/LC_MESSAGES/kfindpart.mo
share/locale/af/LC_MESSAGES/kfloppy.mo
share/locale/af/LC_MESSAGES/kfmclient.mo
share/locale/af/LC_MESSAGES/kfouleggs.mo
share/locale/af/LC_MESSAGES/kgantt.mo
share/locale/af/LC_MESSAGES/kget.mo
share/locale/af/LC_MESSAGES/kghostview.mo
share/locale/af/LC_MESSAGES/kgreet_classic.mo
share/locale/af/LC_MESSAGES/kgreet_winbind.mo
share/locale/af/LC_MESSAGES/khangman.mo
share/locale/af/LC_MESSAGES/khelpcenter.mo
share/locale/af/LC_MESSAGES/khexedit.mo
share/locale/af/LC_MESSAGES/khotkeys.mo
share/locale/af/LC_MESSAGES/kicker.mo
share/locale/af/LC_MESSAGES/kiten.mo
share/locale/af/LC_MESSAGES/kjobviewer.mo
share/locale/af/LC_MESSAGES/kjots.mo
share/locale/af/LC_MESSAGES/kjumpingcube.mo
share/locale/af/LC_MESSAGES/klaptopdaemon.mo
share/locale/af/LC_MESSAGES/kleopatra.mo
share/locale/af/LC_MESSAGES/klettres.mo
share/locale/af/LC_MESSAGES/klickety.mo
share/locale/af/LC_MESSAGES/klines.mo
share/locale/af/LC_MESSAGES/klipper.mo
share/locale/af/LC_MESSAGES/klock.mo
share/locale/af/LC_MESSAGES/kmahjongg.mo
share/locale/af/LC_MESSAGES/kmail.mo
share/locale/af/LC_MESSAGES/kmailcvt.mo
share/locale/af/LC_MESSAGES/kmcop.mo
share/locale/af/LC_MESSAGES/kmenuapplet.mo
share/locale/af/LC_MESSAGES/kmenuedit.mo
share/locale/af/LC_MESSAGES/kmines.mo
share/locale/af/LC_MESSAGES/kminipagerapplet.mo
share/locale/af/LC_MESSAGES/kmix.mo
share/locale/af/LC_MESSAGES/kmoon.mo
share/locale/af/LC_MESSAGES/kmplot.mo
share/locale/af/LC_MESSAGES/knetattach.mo
share/locale/af/LC_MESSAGES/knewsticker.mo
share/locale/af/LC_MESSAGES/knode.mo
share/locale/af/LC_MESSAGES/knotes.mo
share/locale/af/LC_MESSAGES/knotify.mo
share/locale/af/LC_MESSAGES/kodo.mo
share/locale/af/LC_MESSAGES/kolf.mo
share/locale/af/LC_MESSAGES/kolourpicker.mo
share/locale/af/LC_MESSAGES/kompare.mo
share/locale/af/LC_MESSAGES/konqsidebar_mediaplayer.mo
share/locale/af/LC_MESSAGES/konqueror.mo
share/locale/af/LC_MESSAGES/konquest.mo
share/locale/af/LC_MESSAGES/konsole.mo
share/locale/af/LC_MESSAGES/kontact.mo
share/locale/af/LC_MESSAGES/kooka.mo
share/locale/af/LC_MESSAGES/korganizer.mo
share/locale/af/LC_MESSAGES/korn.mo
share/locale/af/LC_MESSAGES/kpackage.mo
share/locale/af/LC_MESSAGES/kpager.mo
share/locale/af/LC_MESSAGES/kpat.mo
share/locale/af/LC_MESSAGES/kpercentage.mo
share/locale/af/LC_MESSAGES/kpersonalizer.mo
share/locale/af/LC_MESSAGES/kpf.mo
share/locale/af/LC_MESSAGES/kpoker.mo
share/locale/af/LC_MESSAGES/kpovmodeler.mo
share/locale/af/LC_MESSAGES/kppp.mo
share/locale/af/LC_MESSAGES/kppplogview.mo
share/locale/af/LC_MESSAGES/kprinter.mo
share/locale/af/LC_MESSAGES/krdb.mo
share/locale/af/LC_MESSAGES/krdc.mo
share/locale/af/LC_MESSAGES/kreadconfig.mo
share/locale/af/LC_MESSAGES/kregexpeditor.mo
share/locale/af/LC_MESSAGES/kreversi.mo
share/locale/af/LC_MESSAGES/krfb.mo
share/locale/af/LC_MESSAGES/kruler.mo
share/locale/af/LC_MESSAGES/krunapplet.mo
share/locale/af/LC_MESSAGES/ksame.mo
share/locale/af/LC_MESSAGES/kscd.mo
share/locale/af/LC_MESSAGES/kshisen.mo
share/locale/af/LC_MESSAGES/ksirc.mo
share/locale/af/LC_MESSAGES/ksirtet.mo
share/locale/af/LC_MESSAGES/ksmiletris.mo
share/locale/af/LC_MESSAGES/ksmserver.mo
share/locale/af/LC_MESSAGES/ksnake.mo
share/locale/af/LC_MESSAGES/ksnapshot.mo
share/locale/af/LC_MESSAGES/ksokoban.mo
share/locale/af/LC_MESSAGES/kspaceduel.mo
share/locale/af/LC_MESSAGES/ksplash.mo
share/locale/af/LC_MESSAGES/ksplashthemes.mo
share/locale/af/LC_MESSAGES/kstars.mo
share/locale/af/LC_MESSAGES/kstart.mo
share/locale/af/LC_MESSAGES/kstartperf.mo
share/locale/af/LC_MESSAGES/ksysguard.mo
share/locale/af/LC_MESSAGES/ksystemtrayapplet.mo
share/locale/af/LC_MESSAGES/ksystraycmd.mo
share/locale/af/LC_MESSAGES/ksysv.mo
share/locale/af/LC_MESSAGES/kteatime.mo
share/locale/af/LC_MESSAGES/kthememanager.mo
share/locale/af/LC_MESSAGES/ktimemon.mo
share/locale/af/LC_MESSAGES/ktimer.mo
share/locale/af/LC_MESSAGES/ktip.mo
share/locale/af/LC_MESSAGES/ktouch.mo
share/locale/af/LC_MESSAGES/ktron.mo
share/locale/af/LC_MESSAGES/ktuberling.mo
share/locale/af/LC_MESSAGES/ktux.mo
share/locale/af/LC_MESSAGES/kuick_plugin.mo
share/locale/af/LC_MESSAGES/kuickshow.mo
share/locale/af/LC_MESSAGES/kuser.mo
share/locale/af/LC_MESSAGES/kverbos.mo
share/locale/af/LC_MESSAGES/kview.mo
share/locale/af/LC_MESSAGES/kview_scale.mo
share/locale/af/LC_MESSAGES/kviewpresenterplugin.mo
share/locale/af/LC_MESSAGES/kviewscannerplugin.mo
share/locale/af/LC_MESSAGES/kviewshell.mo
share/locale/af/LC_MESSAGES/kvoctrain.mo
share/locale/af/LC_MESSAGES/kweather.mo
share/locale/af/LC_MESSAGES/kworldclock.mo
share/locale/af/LC_MESSAGES/kwriteconfig.mo
share/locale/af/LC_MESSAGES/kxkb.mo
share/locale/af/LC_MESSAGES/kxsconfig.mo
share/locale/af/LC_MESSAGES/libdmctl.mo
share/locale/af/LC_MESSAGES/libkcal.mo
share/locale/af/LC_MESSAGES/libkicker.mo
share/locale/af/LC_MESSAGES/libkickermenu_konsole.mo
share/locale/af/LC_MESSAGES/libkickermenu_prefmenu.mo
share/locale/af/LC_MESSAGES/libkickermenu_recentdocs.mo
share/locale/af/LC_MESSAGES/libkickermenu_remotemenu.mo
share/locale/af/LC_MESSAGES/libkickermenu_systemmenu.mo
share/locale/af/LC_MESSAGES/libkickermenu_tdeprint.mo
share/locale/af/LC_MESSAGES/libkickermenu_tom.mo
share/locale/af/LC_MESSAGES/libkonq.mo
share/locale/af/LC_MESSAGES/libkscan.mo
share/locale/af/LC_MESSAGES/libksirtet.mo
share/locale/af/LC_MESSAGES/libtaskbar.mo
share/locale/af/LC_MESSAGES/libtaskmanager.mo
share/locale/af/LC_MESSAGES/libtdegames.mo
share/locale/af/LC_MESSAGES/libtdepim.mo
share/locale/af/LC_MESSAGES/libtdescreensaver.mo
share/locale/af/LC_MESSAGES/lockout.mo
share/locale/af/LC_MESSAGES/lskat.mo
share/locale/af/LC_MESSAGES/lyrics.mo
share/locale/af/LC_MESSAGES/mediaapplet.mo
share/locale/af/LC_MESSAGES/mediacontrol.mo
share/locale/af/LC_MESSAGES/naughtyapplet.mo
share/locale/af/LC_MESSAGES/nexscope.mo
share/locale/af/LC_MESSAGES/noatun.mo
share/locale/af/LC_MESSAGES/nsplugin.mo
share/locale/af/LC_MESSAGES/pitchablespeed.mo
share/locale/af/LC_MESSAGES/ppdtranslations.mo
share/locale/af/LC_MESSAGES/privacy.mo
share/locale/af/LC_MESSAGES/quanta.mo
share/locale/af/LC_MESSAGES/quicklauncher.mo
share/locale/af/LC_MESSAGES/secpolicy.mo
share/locale/af/LC_MESSAGES/spy.mo
share/locale/af/LC_MESSAGES/synaescope.mo
share/locale/af/LC_MESSAGES/tdeabc_dir.mo
share/locale/af/LC_MESSAGES/tdeabc_file.mo
share/locale/af/LC_MESSAGES/tdeabc_ldaptdeio.mo
share/locale/af/LC_MESSAGES/tdeabc_net.mo
share/locale/af/LC_MESSAGES/tdeabc_sql.mo
share/locale/af/LC_MESSAGES/tdeabcformat_binary.mo
share/locale/af/LC_MESSAGES/tdecmshell.mo
share/locale/af/LC_MESSAGES/tdedebugdialog.mo
share/locale/af/LC_MESSAGES/tdefile_au.mo
share/locale/af/LC_MESSAGES/tdefile_avi.mo
share/locale/af/LC_MESSAGES/tdefile_bmp.mo
share/locale/af/LC_MESSAGES/tdefile_cpp.mo
share/locale/af/LC_MESSAGES/tdefile_deb.mo
share/locale/af/LC_MESSAGES/tdefile_desktop.mo
share/locale/af/LC_MESSAGES/tdefile_diff.mo
share/locale/af/LC_MESSAGES/tdefile_folder.mo
share/locale/af/LC_MESSAGES/tdefile_gif.mo
share/locale/af/LC_MESSAGES/tdefile_html.mo
share/locale/af/LC_MESSAGES/tdefile_ico.mo
share/locale/af/LC_MESSAGES/tdefile_jpeg.mo
share/locale/af/LC_MESSAGES/tdefile_m3u.mo
share/locale/af/LC_MESSAGES/tdefile_mp3.mo
share/locale/af/LC_MESSAGES/tdefile_ogg.mo
share/locale/af/LC_MESSAGES/tdefile_pdf.mo
share/locale/af/LC_MESSAGES/tdefile_png.mo
share/locale/af/LC_MESSAGES/tdefile_ps.mo
share/locale/af/LC_MESSAGES/tdefile_rfc822.mo
share/locale/af/LC_MESSAGES/tdefile_rpm.mo
share/locale/af/LC_MESSAGES/tdefile_tga.mo
share/locale/af/LC_MESSAGES/tdefile_tiff.mo
share/locale/af/LC_MESSAGES/tdefile_txt.mo
share/locale/af/LC_MESSAGES/tdefile_vcf.mo
share/locale/af/LC_MESSAGES/tdefile_wav.mo
share/locale/af/LC_MESSAGES/tdefile_xbm.mo
share/locale/af/LC_MESSAGES/tdefileaudiopreview.mo
share/locale/af/LC_MESSAGES/tdefontinst.mo
share/locale/af/LC_MESSAGES/tdehtmlkttsd.mo
share/locale/af/LC_MESSAGES/tdehtmlsettingsplugin.mo
share/locale/af/LC_MESSAGES/tdeiconedit.mo
share/locale/af/LC_MESSAGES/tdeio.mo
share/locale/af/LC_MESSAGES/tdeio_audiocd.mo
share/locale/af/LC_MESSAGES/tdeio_finger.mo
share/locale/af/LC_MESSAGES/tdeio_fish.mo
share/locale/af/LC_MESSAGES/tdeio_floppy.mo
share/locale/af/LC_MESSAGES/tdeio_help.mo
share/locale/af/LC_MESSAGES/tdeio_home.mo
share/locale/af/LC_MESSAGES/tdeio_imap4.mo
share/locale/af/LC_MESSAGES/tdeio_lan.mo
share/locale/af/LC_MESSAGES/tdeio_ldap.mo
share/locale/af/LC_MESSAGES/tdeio_mac.mo
share/locale/af/LC_MESSAGES/tdeio_man.mo
share/locale/af/LC_MESSAGES/tdeio_media.mo
share/locale/af/LC_MESSAGES/tdeio_nfs.mo
share/locale/af/LC_MESSAGES/tdeio_nntp.mo
share/locale/af/LC_MESSAGES/tdeio_pop3.mo
share/locale/af/LC_MESSAGES/tdeio_print.mo
share/locale/af/LC_MESSAGES/tdeio_remote.mo
share/locale/af/LC_MESSAGES/tdeio_settings.mo
share/locale/af/LC_MESSAGES/tdeio_sftp.mo
share/locale/af/LC_MESSAGES/tdeio_smb.mo
share/locale/af/LC_MESSAGES/tdeio_smtp.mo
share/locale/af/LC_MESSAGES/tdeio_system.mo
share/locale/af/LC_MESSAGES/tdeio_tar.mo
share/locale/af/LC_MESSAGES/tdeio_thumbnail.mo
share/locale/af/LC_MESSAGES/tdeio_trash.mo
share/locale/af/LC_MESSAGES/tdeioexec.mo
share/locale/af/LC_MESSAGES/tdelibs.mo
share/locale/af/LC_MESSAGES/tdelibs_colors.mo
share/locale/af/LC_MESSAGES/tdemid.mo
share/locale/af/LC_MESSAGES/tdepartsaver.mo
share/locale/af/LC_MESSAGES/tdepasswd.mo
share/locale/af/LC_MESSAGES/tdeprint.mo
share/locale/af/LC_MESSAGES/tdeprint_part.mo
share/locale/af/LC_MESSAGES/tdeprintfax.mo
share/locale/af/LC_MESSAGES/tderandr.mo
share/locale/af/LC_MESSAGES/tdescreensaver.mo
share/locale/af/LC_MESSAGES/tdessh.mo
share/locale/af/LC_MESSAGES/tdestyle_highcontrast_config.mo
share/locale/af/LC_MESSAGES/tdestyle_keramik_config.mo
share/locale/af/LC_MESSAGES/tdestyle_plastik_config.mo
share/locale/af/LC_MESSAGES/tdesu.mo
share/locale/af/LC_MESSAGES/tdesud.mo
share/locale/af/LC_MESSAGES/tdetexteditor_autobookmarker.mo
share/locale/af/LC_MESSAGES/tdetexteditor_docwordcompletion.mo
share/locale/af/LC_MESSAGES/tdetexteditor_insertfile.mo
share/locale/af/LC_MESSAGES/tdetexteditor_isearch.mo
share/locale/af/LC_MESSAGES/tdetexteditor_kdatatool.mo
share/locale/af/LC_MESSAGES/tdevelop.mo
share/locale/af/LC_MESSAGES/tdevtipofday.mo
share/locale/af/LC_MESSAGES/tdmconfig.mo
share/locale/af/LC_MESSAGES/tdmgreet.mo
share/locale/af/LC_MESSAGES/timezones.mo
share/locale/af/LC_MESSAGES/tippecanoe.mo
share/locale/af/LC_MESSAGES/trashapplet.mo
share/locale/af/LC_MESSAGES/twin.mo
share/locale/af/LC_MESSAGES/twin4.mo
share/locale/af/LC_MESSAGES/twin_clients.mo
share/locale/af/LC_MESSAGES/twin_lib.mo
share/locale/af/LC_MESSAGES/tyler.mo
share/locale/af/LC_MESSAGES/uachangerplugin.mo
share/locale/af/LC_MESSAGES/useraccount.mo
share/locale/af/LC_MESSAGES/validatorsplugin.mo
share/locale/af/LC_MESSAGES/wakeup.mo
share/locale/af/LC_MESSAGES/wavecapture.mo
share/locale/af/LC_MESSAGES/webarchiver.mo
share/locale/af/charset
share/locale/af/entry.desktop
share/locale/af/flag.png

@ -0,0 +1,43 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: core/tde-i18n-ar > misc/tde-i18n-ar
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTLANG= ar
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${PORTLANG}
TDE_PREVERSION=
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= misc x11
DIST_SUBDIR= TDE/core
PKGNAMEPREFIX= ${PORTLANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${PORTLANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}template/' \
'${EXTRACT_BASE}translations/' \
'${EXTRACT_BASE}tde-i18n-${PORTLANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
\
-DBUILD_ALL="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1682085472
SHA256 (TDE/core/tde-i18n-trinity_14.1.0.orig.tar.xz) = 9f64b518db380d1d0acf3f6b5baafdb3f486953739b9484bdc5d31f34f466a75
SIZE (TDE/core/tde-i18n-trinity_14.1.0.orig.tar.xz) = 195332236

@ -0,0 +1 @@
Arabic (ar) internationalized (i18n) files for TDE

@ -0,0 +1,548 @@
share/locale/ar/LC_MESSAGES/akregator.mo
share/locale/ar/LC_MESSAGES/akregator_konqplugin.mo
share/locale/ar/LC_MESSAGES/alsaplayerui.mo
share/locale/ar/LC_MESSAGES/amor.mo
share/locale/ar/LC_MESSAGES/appletproxy.mo
share/locale/ar/LC_MESSAGES/ark.mo
share/locale/ar/LC_MESSAGES/ark_plugin.mo
share/locale/ar/LC_MESSAGES/artsbuilder.mo
share/locale/ar/LC_MESSAGES/artscontrol.mo
share/locale/ar/LC_MESSAGES/artsmodules.mo
share/locale/ar/LC_MESSAGES/atlantik.mo
share/locale/ar/LC_MESSAGES/atlantikdesigner.mo
share/locale/ar/LC_MESSAGES/audiocd_encoder_lame.mo
share/locale/ar/LC_MESSAGES/audiocd_encoder_vorbis.mo
share/locale/ar/LC_MESSAGES/audiorename_plugin.mo
share/locale/ar/LC_MESSAGES/autorefresh.mo
share/locale/ar/LC_MESSAGES/babelfish.mo
share/locale/ar/LC_MESSAGES/blinken.mo
share/locale/ar/LC_MESSAGES/cervisia.mo
share/locale/ar/LC_MESSAGES/charlatanui.mo
share/locale/ar/LC_MESSAGES/clockapplet.mo
share/locale/ar/LC_MESSAGES/crashesplugin.mo
share/locale/ar/LC_MESSAGES/cupsdconf.mo
share/locale/ar/LC_MESSAGES/cvsservice.mo
share/locale/ar/LC_MESSAGES/dcoprss.mo
share/locale/ar/LC_MESSAGES/dirfilterplugin.mo
share/locale/ar/LC_MESSAGES/display.mo
share/locale/ar/LC_MESSAGES/dockbarextension.mo
share/locale/ar/LC_MESSAGES/domtreeviewer.mo
share/locale/ar/LC_MESSAGES/drkonqi.mo
share/locale/ar/LC_MESSAGES/dub.mo
share/locale/ar/LC_MESSAGES/extensionproxy.mo
share/locale/ar/LC_MESSAGES/ffrs.mo
share/locale/ar/LC_MESSAGES/filetypes.mo
share/locale/ar/LC_MESSAGES/fsview.mo
share/locale/ar/LC_MESSAGES/htmlsearch.mo
share/locale/ar/LC_MESSAGES/imagerename_plugin.mo
share/locale/ar/LC_MESSAGES/imgalleryplugin.mo
share/locale/ar/LC_MESSAGES/irkick.mo
share/locale/ar/LC_MESSAGES/joystick.mo
share/locale/ar/LC_MESSAGES/juk.mo
share/locale/ar/LC_MESSAGES/kaboodle.mo
share/locale/ar/LC_MESSAGES/kaccess.mo
share/locale/ar/LC_MESSAGES/kaddressbook.mo
share/locale/ar/LC_MESSAGES/kalarm.mo
share/locale/ar/LC_MESSAGES/kalzium.mo
share/locale/ar/LC_MESSAGES/kanagram.mo
share/locale/ar/LC_MESSAGES/kandy.mo
share/locale/ar/LC_MESSAGES/kappfinder.mo
share/locale/ar/LC_MESSAGES/karm.mo
share/locale/ar/LC_MESSAGES/kasbarextension.mo
share/locale/ar/LC_MESSAGES/kasteroids.mo
share/locale/ar/LC_MESSAGES/kate.mo
share/locale/ar/LC_MESSAGES/katecppsymbolviewer.mo
share/locale/ar/LC_MESSAGES/katefiletemplates.mo
share/locale/ar/LC_MESSAGES/katefll_initplugin.mo
share/locale/ar/LC_MESSAGES/katefll_plugin.mo
share/locale/ar/LC_MESSAGES/katehelloworld.mo
share/locale/ar/LC_MESSAGES/katehtmltools.mo
share/locale/ar/LC_MESSAGES/kateinsertcommand.mo
share/locale/ar/LC_MESSAGES/katekjswrapper.mo
share/locale/ar/LC_MESSAGES/katemake.mo
share/locale/ar/LC_MESSAGES/katemodeline.mo
share/locale/ar/LC_MESSAGES/kateopenheader.mo
share/locale/ar/LC_MESSAGES/katepart.mo
share/locale/ar/LC_MESSAGES/katepybrowse.mo
share/locale/ar/LC_MESSAGES/katesnippets.mo
share/locale/ar/LC_MESSAGES/katetabbarextension.mo
share/locale/ar/LC_MESSAGES/katetextfilter.mo
share/locale/ar/LC_MESSAGES/katexmlcheck.mo
share/locale/ar/LC_MESSAGES/katexmltools.mo
share/locale/ar/LC_MESSAGES/katomic.mo
share/locale/ar/LC_MESSAGES/kaudiocreator.mo
share/locale/ar/LC_MESSAGES/kay.mo
share/locale/ar/LC_MESSAGES/kbabel.mo
share/locale/ar/LC_MESSAGES/kbackgammon.mo
share/locale/ar/LC_MESSAGES/kbattleship.mo
share/locale/ar/LC_MESSAGES/kbinaryclock.mo
share/locale/ar/LC_MESSAGES/kblackbox.mo
share/locale/ar/LC_MESSAGES/kbounce.mo
share/locale/ar/LC_MESSAGES/kbruch.mo
share/locale/ar/LC_MESSAGES/kbstateapplet.mo
share/locale/ar/LC_MESSAGES/kbugbuster.mo
share/locale/ar/LC_MESSAGES/kcalc.mo
share/locale/ar/LC_MESSAGES/kcharselect.mo
share/locale/ar/LC_MESSAGES/kcharselectapplet.mo
share/locale/ar/LC_MESSAGES/kcm_krfb.mo
share/locale/ar/LC_MESSAGES/kcm_kviewcanvasconfig.mo
share/locale/ar/LC_MESSAGES/kcm_kviewgeneralconfig.mo
share/locale/ar/LC_MESSAGES/kcm_kviewpluginsconfig.mo
share/locale/ar/LC_MESSAGES/kcm_kviewviewerpluginsconfig.mo
share/locale/ar/LC_MESSAGES/kcmaccess.mo
share/locale/ar/LC_MESSAGES/kcmaccessibility.mo
share/locale/ar/LC_MESSAGES/kcmarts.mo
share/locale/ar/LC_MESSAGES/kcmaudiocd.mo
share/locale/ar/LC_MESSAGES/kcmbackground.mo
share/locale/ar/LC_MESSAGES/kcmbell.mo
share/locale/ar/LC_MESSAGES/kcmcddb.mo
share/locale/ar/LC_MESSAGES/kcmcgi.mo
share/locale/ar/LC_MESSAGES/kcmcolors.mo
share/locale/ar/LC_MESSAGES/kcmcomponentchooser.mo
share/locale/ar/LC_MESSAGES/kcmcrypto.mo
share/locale/ar/LC_MESSAGES/kcmcss.mo
share/locale/ar/LC_MESSAGES/kcmenergy.mo
share/locale/ar/LC_MESSAGES/kcmfonts.mo
share/locale/ar/LC_MESSAGES/kcmhtmlsearch.mo
share/locale/ar/LC_MESSAGES/kcmicons.mo
share/locale/ar/LC_MESSAGES/kcminfo.mo
share/locale/ar/LC_MESSAGES/kcminput.mo
share/locale/ar/LC_MESSAGES/kcmioslaveinfo.mo
share/locale/ar/LC_MESSAGES/kcmkabconfig.mo
share/locale/ar/LC_MESSAGES/kcmkamera.mo
share/locale/ar/LC_MESSAGES/kcmkclock.mo
share/locale/ar/LC_MESSAGES/kcmkded.mo
share/locale/ar/LC_MESSAGES/kcmkeys.mo
share/locale/ar/LC_MESSAGES/kcmkicker.mo
share/locale/ar/LC_MESSAGES/kcmkonq.mo
share/locale/ar/LC_MESSAGES/kcmkonqhtml.mo
share/locale/ar/LC_MESSAGES/kcmkonsole.mo
share/locale/ar/LC_MESSAGES/kcmkontactnt.mo
share/locale/ar/LC_MESSAGES/kcmktalkd.mo
share/locale/ar/LC_MESSAGES/kcmkuick.mo
share/locale/ar/LC_MESSAGES/kcmkurifilt.mo
share/locale/ar/LC_MESSAGES/kcmkvaio.mo
share/locale/ar/LC_MESSAGES/kcmkwm.mo
share/locale/ar/LC_MESSAGES/kcmlanbrowser.mo
share/locale/ar/LC_MESSAGES/kcmlaptop.mo
share/locale/ar/LC_MESSAGES/kcmlaunch.mo
share/locale/ar/LC_MESSAGES/kcmlayout.mo
share/locale/ar/LC_MESSAGES/kcmlilo.mo
share/locale/ar/LC_MESSAGES/kcmlirc.mo
share/locale/ar/LC_MESSAGES/kcmlocale.mo
share/locale/ar/LC_MESSAGES/kcmmedia.mo
share/locale/ar/LC_MESSAGES/kcmnic.mo
share/locale/ar/LC_MESSAGES/kcmnotify.mo
share/locale/ar/LC_MESSAGES/kcmperformance.mo
share/locale/ar/LC_MESSAGES/kcmprintmgr.mo
share/locale/ar/LC_MESSAGES/kcmsamba.mo
share/locale/ar/LC_MESSAGES/kcmscreensaver.mo
share/locale/ar/LC_MESSAGES/kcmsmartcard.mo
share/locale/ar/LC_MESSAGES/kcmsmserver.mo
share/locale/ar/LC_MESSAGES/kcmspellchecking.mo
share/locale/ar/LC_MESSAGES/kcmstyle.mo
share/locale/ar/LC_MESSAGES/kcmtaskbar.mo
share/locale/ar/LC_MESSAGES/kcmtdednssd.mo
share/locale/ar/LC_MESSAGES/kcmtdeio.mo
share/locale/ar/LC_MESSAGES/kcmtdewallet.mo
share/locale/ar/LC_MESSAGES/kcmthinkpad.mo
share/locale/ar/LC_MESSAGES/kcmtwindecoration.mo
share/locale/ar/LC_MESSAGES/kcmtwinrules.mo
share/locale/ar/LC_MESSAGES/kcmusb.mo
share/locale/ar/LC_MESSAGES/kcmview1394.mo
share/locale/ar/LC_MESSAGES/kcmwifi.mo
share/locale/ar/LC_MESSAGES/kcmxinerama.mo
share/locale/ar/LC_MESSAGES/kcoloredit.mo
share/locale/ar/LC_MESSAGES/kcontrol.mo
share/locale/ar/LC_MESSAGES/kcron.mo
share/locale/ar/LC_MESSAGES/kdat.mo
share/locale/ar/LC_MESSAGES/kdcop.mo
share/locale/ar/LC_MESSAGES/kdesktop.mo
share/locale/ar/LC_MESSAGES/kdf.mo
share/locale/ar/LC_MESSAGES/kdgantt.mo
share/locale/ar/LC_MESSAGES/kdialog.mo
share/locale/ar/LC_MESSAGES/kdict.mo
share/locale/ar/LC_MESSAGES/kdictapplet.mo
share/locale/ar/LC_MESSAGES/kdjview.mo
share/locale/ar/LC_MESSAGES/kdvi.mo
share/locale/ar/LC_MESSAGES/kedit.mo
share/locale/ar/LC_MESSAGES/keduca.mo
share/locale/ar/LC_MESSAGES/kenolaba.mo
share/locale/ar/LC_MESSAGES/kfax.mo
share/locale/ar/LC_MESSAGES/kfaxview.mo
share/locale/ar/LC_MESSAGES/kfifteenapplet.mo
share/locale/ar/LC_MESSAGES/kfindpart.mo
share/locale/ar/LC_MESSAGES/kfloppy.mo
share/locale/ar/LC_MESSAGES/kfmclient.mo
share/locale/ar/LC_MESSAGES/kfouleggs.mo
share/locale/ar/LC_MESSAGES/kgamma.mo
share/locale/ar/LC_MESSAGES/kgantt.mo
share/locale/ar/LC_MESSAGES/kgeography.mo
share/locale/ar/LC_MESSAGES/kget.mo
share/locale/ar/LC_MESSAGES/kghostview.mo
share/locale/ar/LC_MESSAGES/kgoldrunner.mo
share/locale/ar/LC_MESSAGES/kgpg.mo
share/locale/ar/LC_MESSAGES/kgreet_classic.mo
share/locale/ar/LC_MESSAGES/kgreet_winbind.mo
share/locale/ar/LC_MESSAGES/khangman.mo
share/locale/ar/LC_MESSAGES/khelpcenter.mo
share/locale/ar/LC_MESSAGES/khexedit.mo
share/locale/ar/LC_MESSAGES/khexedit2part.mo
share/locale/ar/LC_MESSAGES/khotkeys.mo
share/locale/ar/LC_MESSAGES/kicker.mo
share/locale/ar/LC_MESSAGES/kickermenu_kate.mo
share/locale/ar/LC_MESSAGES/kig.mo
share/locale/ar/LC_MESSAGES/kinetd.mo
share/locale/ar/LC_MESSAGES/kiten.mo
share/locale/ar/LC_MESSAGES/kjobviewer.mo
share/locale/ar/LC_MESSAGES/kjots.mo
share/locale/ar/LC_MESSAGES/kjumpingcube.mo
share/locale/ar/LC_MESSAGES/klaptopdaemon.mo
share/locale/ar/LC_MESSAGES/klatin.mo
share/locale/ar/LC_MESSAGES/kleopatra.mo
share/locale/ar/LC_MESSAGES/klettres.mo
share/locale/ar/LC_MESSAGES/klickety.mo
share/locale/ar/LC_MESSAGES/klines.mo
share/locale/ar/LC_MESSAGES/klipper.mo
share/locale/ar/LC_MESSAGES/klock.mo
share/locale/ar/LC_MESSAGES/kmag.mo
share/locale/ar/LC_MESSAGES/kmahjongg.mo
share/locale/ar/LC_MESSAGES/kmail.mo
share/locale/ar/LC_MESSAGES/kmail_text_calendar_plugin.mo
share/locale/ar/LC_MESSAGES/kmail_text_vcard_plugin.mo
share/locale/ar/LC_MESSAGES/kmailcvt.mo
share/locale/ar/LC_MESSAGES/kmathapplet.mo
share/locale/ar/LC_MESSAGES/kmcop.mo
share/locale/ar/LC_MESSAGES/kmenuapplet.mo
share/locale/ar/LC_MESSAGES/kmenuedit.mo
share/locale/ar/LC_MESSAGES/kmilo_delli8k.mo
share/locale/ar/LC_MESSAGES/kmilo_generic.mo
share/locale/ar/LC_MESSAGES/kmilo_kvaio.mo
share/locale/ar/LC_MESSAGES/kmilo_powerbook.mo
share/locale/ar/LC_MESSAGES/kmilo_thinkpad.mo
share/locale/ar/LC_MESSAGES/kmilod.mo
share/locale/ar/LC_MESSAGES/kmines.mo
share/locale/ar/LC_MESSAGES/kminipagerapplet.mo
share/locale/ar/LC_MESSAGES/kmix.mo
share/locale/ar/LC_MESSAGES/kmobile.mo
share/locale/ar/LC_MESSAGES/kmoon.mo
share/locale/ar/LC_MESSAGES/kmousetool.mo
share/locale/ar/LC_MESSAGES/kmouth.mo
share/locale/ar/LC_MESSAGES/kmplot.mo
share/locale/ar/LC_MESSAGES/kmrml.mo
share/locale/ar/LC_MESSAGES/knetattach.mo
share/locale/ar/LC_MESSAGES/knetwalk.mo
share/locale/ar/LC_MESSAGES/knetworkconf.mo
share/locale/ar/LC_MESSAGES/knewsticker.mo
share/locale/ar/LC_MESSAGES/knode.mo
share/locale/ar/LC_MESSAGES/knotes.mo
share/locale/ar/LC_MESSAGES/knotify.mo
share/locale/ar/LC_MESSAGES/kodo.mo
share/locale/ar/LC_MESSAGES/kolf.mo
share/locale/ar/LC_MESSAGES/kolourpaint.mo
share/locale/ar/LC_MESSAGES/kolourpicker.mo
share/locale/ar/LC_MESSAGES/kompare.mo
share/locale/ar/LC_MESSAGES/konqsidebar_delicious.mo
share/locale/ar/LC_MESSAGES/konqsidebar_mediaplayer.mo
share/locale/ar/LC_MESSAGES/konqsidebar_metabar.mo
share/locale/ar/LC_MESSAGES/konqsidebar_news.mo
share/locale/ar/LC_MESSAGES/konqueror.mo
share/locale/ar/LC_MESSAGES/konquest.mo
share/locale/ar/LC_MESSAGES/konsole.mo
share/locale/ar/LC_MESSAGES/konsolekalendar.mo
share/locale/ar/LC_MESSAGES/kontact.mo
share/locale/ar/LC_MESSAGES/kooka.mo
share/locale/ar/LC_MESSAGES/kopete.mo
share/locale/ar/LC_MESSAGES/korganizer.mo
share/locale/ar/LC_MESSAGES/korn.mo
share/locale/ar/LC_MESSAGES/kpackage.mo
share/locale/ar/LC_MESSAGES/kpager.mo
share/locale/ar/LC_MESSAGES/kpat.mo
share/locale/ar/LC_MESSAGES/kpdf.mo
share/locale/ar/LC_MESSAGES/kpercentage.mo
share/locale/ar/LC_MESSAGES/kpersonalizer.mo
share/locale/ar/LC_MESSAGES/kpf.mo
share/locale/ar/LC_MESSAGES/kpoker.mo
share/locale/ar/LC_MESSAGES/kpovmodeler.mo
share/locale/ar/LC_MESSAGES/kppp.mo
share/locale/ar/LC_MESSAGES/kppplogview.mo
share/locale/ar/LC_MESSAGES/kprinter.mo
share/locale/ar/LC_MESSAGES/krdb.mo
share/locale/ar/LC_MESSAGES/krdc.mo
share/locale/ar/LC_MESSAGES/kreadconfig.mo
share/locale/ar/LC_MESSAGES/krec.mo
share/locale/ar/LC_MESSAGES/kregexpeditor.mo
share/locale/ar/LC_MESSAGES/kres_birthday.mo
share/locale/ar/LC_MESSAGES/kres_blogging.mo
share/locale/ar/LC_MESSAGES/kres_bugzilla.mo
share/locale/ar/LC_MESSAGES/kres_exchange.mo
share/locale/ar/LC_MESSAGES/kres_featureplan.mo
share/locale/ar/LC_MESSAGES/kres_groupware.mo
share/locale/ar/LC_MESSAGES/kres_groupwise.mo
share/locale/ar/LC_MESSAGES/kres_kolab.mo
share/locale/ar/LC_MESSAGES/kres_remote.mo
share/locale/ar/LC_MESSAGES/kres_tvanytime.mo
share/locale/ar/LC_MESSAGES/kres_xmlrpc.mo
share/locale/ar/LC_MESSAGES/kreversi.mo
share/locale/ar/LC_MESSAGES/krfb.mo
share/locale/ar/LC_MESSAGES/kruler.mo
share/locale/ar/LC_MESSAGES/krunapplet.mo
share/locale/ar/LC_MESSAGES/ksame.mo
share/locale/ar/LC_MESSAGES/ksayit.mo
share/locale/ar/LC_MESSAGES/kscd.mo
share/locale/ar/LC_MESSAGES/kshisen.mo
share/locale/ar/LC_MESSAGES/ksig.mo
share/locale/ar/LC_MESSAGES/ksim.mo
share/locale/ar/LC_MESSAGES/ksirc.mo
share/locale/ar/LC_MESSAGES/ksirtet.mo
share/locale/ar/LC_MESSAGES/ksmiletris.mo
share/locale/ar/LC_MESSAGES/ksmserver.mo
share/locale/ar/LC_MESSAGES/ksnake.mo
share/locale/ar/LC_MESSAGES/ksnapshot.mo
share/locale/ar/LC_MESSAGES/ksokoban.mo
share/locale/ar/LC_MESSAGES/kspaceduel.mo
share/locale/ar/LC_MESSAGES/ksplash.mo
share/locale/ar/LC_MESSAGES/ksplashthemes.mo
share/locale/ar/LC_MESSAGES/kstars.mo
share/locale/ar/LC_MESSAGES/kstart.mo
share/locale/ar/LC_MESSAGES/kstartperf.mo
share/locale/ar/LC_MESSAGES/ksvgplugin.mo
share/locale/ar/LC_MESSAGES/ksysguard.mo
share/locale/ar/LC_MESSAGES/ksystemtrayapplet.mo
share/locale/ar/LC_MESSAGES/ksystraycmd.mo
share/locale/ar/LC_MESSAGES/ksysv.mo
share/locale/ar/LC_MESSAGES/kteatime.mo
share/locale/ar/LC_MESSAGES/kthememanager.mo
share/locale/ar/LC_MESSAGES/ktimemon.mo
share/locale/ar/LC_MESSAGES/ktimer.mo
share/locale/ar/LC_MESSAGES/ktip.mo
share/locale/ar/LC_MESSAGES/ktnef.mo
share/locale/ar/LC_MESSAGES/ktouch.mo
share/locale/ar/LC_MESSAGES/ktron.mo
share/locale/ar/LC_MESSAGES/kttsd.mo
share/locale/ar/LC_MESSAGES/ktuberling.mo
share/locale/ar/LC_MESSAGES/kturtle.mo
share/locale/ar/LC_MESSAGES/ktux.mo
share/locale/ar/LC_MESSAGES/kuick_plugin.mo
share/locale/ar/LC_MESSAGES/kuickshow.mo
share/locale/ar/LC_MESSAGES/kuiviewer.mo
share/locale/ar/LC_MESSAGES/kuser.mo
share/locale/ar/LC_MESSAGES/kverbos.mo
share/locale/ar/LC_MESSAGES/kview.mo
share/locale/ar/LC_MESSAGES/kview_scale.mo
share/locale/ar/LC_MESSAGES/kviewbrowserplugin.mo
share/locale/ar/LC_MESSAGES/kviewcanvas.mo
share/locale/ar/LC_MESSAGES/kvieweffectsplugin.mo
share/locale/ar/LC_MESSAGES/kviewpresenterplugin.mo
share/locale/ar/LC_MESSAGES/kviewscannerplugin.mo
share/locale/ar/LC_MESSAGES/kviewshell.mo
share/locale/ar/LC_MESSAGES/kviewviewer.mo
share/locale/ar/LC_MESSAGES/kvoctrain.mo
share/locale/ar/LC_MESSAGES/kwatchgnupg.mo
share/locale/ar/LC_MESSAGES/kweather.mo
share/locale/ar/LC_MESSAGES/kwifimanager.mo
share/locale/ar/LC_MESSAGES/kwireless.mo
share/locale/ar/LC_MESSAGES/kwordquiz.mo
share/locale/ar/LC_MESSAGES/kworldclock.mo
share/locale/ar/LC_MESSAGES/kwriteconfig.mo
share/locale/ar/LC_MESSAGES/kxkb.mo
share/locale/ar/LC_MESSAGES/kxsconfig.mo
share/locale/ar/LC_MESSAGES/libKTTSD.mo
share/locale/ar/LC_MESSAGES/libdmctl.mo
share/locale/ar/LC_MESSAGES/libkaddrbk_geo_xxport.mo
share/locale/ar/LC_MESSAGES/libkaddrbk_gmx_xxport.mo
share/locale/ar/LC_MESSAGES/libkcal.mo
share/locale/ar/LC_MESSAGES/libkcddb.mo
share/locale/ar/LC_MESSAGES/libkfaximgage.mo
share/locale/ar/LC_MESSAGES/libkholidays.mo
share/locale/ar/LC_MESSAGES/libkicker.mo
share/locale/ar/LC_MESSAGES/libkickermenu_konsole.mo
share/locale/ar/LC_MESSAGES/libkickermenu_prefmenu.mo
share/locale/ar/LC_MESSAGES/libkickermenu_recentdocs.mo
share/locale/ar/LC_MESSAGES/libkickermenu_remotemenu.mo
share/locale/ar/LC_MESSAGES/libkickermenu_systemmenu.mo
share/locale/ar/LC_MESSAGES/libkickermenu_tdeprint.mo
share/locale/ar/LC_MESSAGES/libkickermenu_tom.mo
share/locale/ar/LC_MESSAGES/libkleopatra.mo
share/locale/ar/LC_MESSAGES/libkmime.mo
share/locale/ar/LC_MESSAGES/libkonq.mo
share/locale/ar/LC_MESSAGES/libkpgp.mo
share/locale/ar/LC_MESSAGES/libkpimexchange.mo
share/locale/ar/LC_MESSAGES/libkscan.mo
share/locale/ar/LC_MESSAGES/libksieve.mo
share/locale/ar/LC_MESSAGES/libksirtet.mo
share/locale/ar/LC_MESSAGES/libksync.mo
share/locale/ar/LC_MESSAGES/libtaskbar.mo
share/locale/ar/LC_MESSAGES/libtaskmanager.mo
share/locale/ar/LC_MESSAGES/libtdeedu.mo
share/locale/ar/LC_MESSAGES/libtdegames.mo
share/locale/ar/LC_MESSAGES/libtdepim.mo
share/locale/ar/LC_MESSAGES/libtdescreensaver.mo
share/locale/ar/LC_MESSAGES/lockout.mo
share/locale/ar/LC_MESSAGES/lskat.mo
share/locale/ar/LC_MESSAGES/lyrics.mo
share/locale/ar/LC_MESSAGES/mediaapplet.mo
share/locale/ar/LC_MESSAGES/mediacontrol.mo
share/locale/ar/LC_MESSAGES/mf_konqplugin.mo
share/locale/ar/LC_MESSAGES/minitoolsplugin.mo
share/locale/ar/LC_MESSAGES/naughtyapplet.mo
share/locale/ar/LC_MESSAGES/nexscope.mo
share/locale/ar/LC_MESSAGES/noatun.mo
share/locale/ar/LC_MESSAGES/nsplugin.mo
share/locale/ar/LC_MESSAGES/pitchablespeed.mo
share/locale/ar/LC_MESSAGES/ppdtranslations.mo
share/locale/ar/LC_MESSAGES/privacy.mo
share/locale/ar/LC_MESSAGES/quicklauncher.mo
share/locale/ar/LC_MESSAGES/rellinks.mo
share/locale/ar/LC_MESSAGES/searchbarplugin.mo
share/locale/ar/LC_MESSAGES/secpolicy.mo
share/locale/ar/LC_MESSAGES/spy.mo
share/locale/ar/LC_MESSAGES/superkaramba.mo
share/locale/ar/LC_MESSAGES/synaescope.mo
share/locale/ar/LC_MESSAGES/tdeabc2mutt.mo
share/locale/ar/LC_MESSAGES/tdeabc_dir.mo
share/locale/ar/LC_MESSAGES/tdeabc_file.mo
share/locale/ar/LC_MESSAGES/tdeabc_ldaptdeio.mo
share/locale/ar/LC_MESSAGES/tdeabc_net.mo
share/locale/ar/LC_MESSAGES/tdeabc_slox.mo
share/locale/ar/LC_MESSAGES/tdeabc_sql.mo
share/locale/ar/LC_MESSAGES/tdeabcformat_binary.mo
share/locale/ar/LC_MESSAGES/tdecachegrind.mo
share/locale/ar/LC_MESSAGES/tdecmshell.mo
share/locale/ar/LC_MESSAGES/tdedebugdialog.mo
share/locale/ar/LC_MESSAGES/tdefile_au.mo
share/locale/ar/LC_MESSAGES/tdefile_avi.mo
share/locale/ar/LC_MESSAGES/tdefile_bmp.mo
share/locale/ar/LC_MESSAGES/tdefile_cert.mo
share/locale/ar/LC_MESSAGES/tdefile_cpp.mo
share/locale/ar/LC_MESSAGES/tdefile_dds.mo
share/locale/ar/LC_MESSAGES/tdefile_deb.mo
share/locale/ar/LC_MESSAGES/tdefile_desktop.mo
share/locale/ar/LC_MESSAGES/tdefile_diff.mo
share/locale/ar/LC_MESSAGES/tdefile_drgeo.mo
share/locale/ar/LC_MESSAGES/tdefile_dvi.mo
share/locale/ar/LC_MESSAGES/tdefile_exr.mo
share/locale/ar/LC_MESSAGES/tdefile_flac.mo
share/locale/ar/LC_MESSAGES/tdefile_folder.mo
share/locale/ar/LC_MESSAGES/tdefile_gif.mo
share/locale/ar/LC_MESSAGES/tdefile_html.mo
share/locale/ar/LC_MESSAGES/tdefile_ico.mo
share/locale/ar/LC_MESSAGES/tdefile_ics.mo
share/locale/ar/LC_MESSAGES/tdefile_jpeg.mo
share/locale/ar/LC_MESSAGES/tdefile_kig.mo
share/locale/ar/LC_MESSAGES/tdefile_lnk.mo
share/locale/ar/LC_MESSAGES/tdefile_m3u.mo
share/locale/ar/LC_MESSAGES/tdefile_mhtml.mo
share/locale/ar/LC_MESSAGES/tdefile_mp3.mo
share/locale/ar/LC_MESSAGES/tdefile_mpc.mo
share/locale/ar/LC_MESSAGES/tdefile_mpeg.mo
share/locale/ar/LC_MESSAGES/tdefile_ogg.mo
share/locale/ar/LC_MESSAGES/tdefile_palm.mo
share/locale/ar/LC_MESSAGES/tdefile_pcx.mo
share/locale/ar/LC_MESSAGES/tdefile_pdf.mo
share/locale/ar/LC_MESSAGES/tdefile_png.mo
share/locale/ar/LC_MESSAGES/tdefile_pnm.mo
share/locale/ar/LC_MESSAGES/tdefile_po.mo
share/locale/ar/LC_MESSAGES/tdefile_ps.mo
share/locale/ar/LC_MESSAGES/tdefile_rfc822.mo
share/locale/ar/LC_MESSAGES/tdefile_rgb.mo
share/locale/ar/LC_MESSAGES/tdefile_rpm.mo
share/locale/ar/LC_MESSAGES/tdefile_sid.mo
share/locale/ar/LC_MESSAGES/tdefile_tga.mo
share/locale/ar/LC_MESSAGES/tdefile_theora.mo
share/locale/ar/LC_MESSAGES/tdefile_tiff.mo
share/locale/ar/LC_MESSAGES/tdefile_torrent.mo
share/locale/ar/LC_MESSAGES/tdefile_ts.mo
share/locale/ar/LC_MESSAGES/tdefile_txt.mo
share/locale/ar/LC_MESSAGES/tdefile_vcf.mo
share/locale/ar/LC_MESSAGES/tdefile_wav.mo
share/locale/ar/LC_MESSAGES/tdefile_xbm.mo
share/locale/ar/LC_MESSAGES/tdefile_xpm.mo
share/locale/ar/LC_MESSAGES/tdefileaudiopreview.mo
share/locale/ar/LC_MESSAGES/tdefileshare.mo
share/locale/ar/LC_MESSAGES/tdefontinst.mo
share/locale/ar/LC_MESSAGES/tdehtmlkttsd.mo
share/locale/ar/LC_MESSAGES/tdehtmlsettingsplugin.mo
share/locale/ar/LC_MESSAGES/tdeiconedit.mo
share/locale/ar/LC_MESSAGES/tdeio.mo
share/locale/ar/LC_MESSAGES/tdeio_audiocd.mo
share/locale/ar/LC_MESSAGES/tdeio_finger.mo
share/locale/ar/LC_MESSAGES/tdeio_fish.mo
share/locale/ar/LC_MESSAGES/tdeio_floppy.mo
share/locale/ar/LC_MESSAGES/tdeio_groupwise.mo
share/locale/ar/LC_MESSAGES/tdeio_help.mo
share/locale/ar/LC_MESSAGES/tdeio_home.mo
share/locale/ar/LC_MESSAGES/tdeio_imap4.mo
share/locale/ar/LC_MESSAGES/tdeio_jabberdisco.mo
share/locale/ar/LC_MESSAGES/tdeio_lan.mo
share/locale/ar/LC_MESSAGES/tdeio_ldap.mo
share/locale/ar/LC_MESSAGES/tdeio_mac.mo
share/locale/ar/LC_MESSAGES/tdeio_man.mo
share/locale/ar/LC_MESSAGES/tdeio_media.mo
share/locale/ar/LC_MESSAGES/tdeio_mobile.mo
share/locale/ar/LC_MESSAGES/tdeio_nfs.mo
share/locale/ar/LC_MESSAGES/tdeio_nntp.mo
share/locale/ar/LC_MESSAGES/tdeio_pop3.mo
share/locale/ar/LC_MESSAGES/tdeio_print.mo
share/locale/ar/LC_MESSAGES/tdeio_remote.mo
share/locale/ar/LC_MESSAGES/tdeio_settings.mo
share/locale/ar/LC_MESSAGES/tdeio_sftp.mo
share/locale/ar/LC_MESSAGES/tdeio_sieve.mo
share/locale/ar/LC_MESSAGES/tdeio_smb.mo
share/locale/ar/LC_MESSAGES/tdeio_smtp.mo
share/locale/ar/LC_MESSAGES/tdeio_svn.mo
share/locale/ar/LC_MESSAGES/tdeio_system.mo
share/locale/ar/LC_MESSAGES/tdeio_tar.mo
share/locale/ar/LC_MESSAGES/tdeio_thumbnail.mo
share/locale/ar/LC_MESSAGES/tdeio_trash.mo
share/locale/ar/LC_MESSAGES/tdeio_zeroconf.mo
share/locale/ar/LC_MESSAGES/tdeioexec.mo
share/locale/ar/LC_MESSAGES/tdelibs.mo
share/locale/ar/LC_MESSAGES/tdelibs_colors.mo
share/locale/ar/LC_MESSAGES/tdelirc.mo
share/locale/ar/LC_MESSAGES/tdemid.mo
share/locale/ar/LC_MESSAGES/tdepartsaver.mo
share/locale/ar/LC_MESSAGES/tdepasswd.mo
share/locale/ar/LC_MESSAGES/tdepimresources.mo
share/locale/ar/LC_MESSAGES/tdepimwizards.mo
share/locale/ar/LC_MESSAGES/tdeprint.mo
share/locale/ar/LC_MESSAGES/tdeprint_part.mo
share/locale/ar/LC_MESSAGES/tdeprintfax.mo
share/locale/ar/LC_MESSAGES/tderandr.mo
share/locale/ar/LC_MESSAGES/tdescreensaver.mo
share/locale/ar/LC_MESSAGES/tdessh.mo
share/locale/ar/LC_MESSAGES/tdestyle_highcontrast_config.mo
share/locale/ar/LC_MESSAGES/tdestyle_keramik_config.mo
share/locale/ar/LC_MESSAGES/tdestyle_phase_config.mo
share/locale/ar/LC_MESSAGES/tdestyle_plastik_config.mo
share/locale/ar/LC_MESSAGES/tdesu.mo
share/locale/ar/LC_MESSAGES/tdesud.mo
share/locale/ar/LC_MESSAGES/tdetexteditor_autobookmarker.mo
share/locale/ar/LC_MESSAGES/tdetexteditor_docwordcompletion.mo
share/locale/ar/LC_MESSAGES/tdetexteditor_insertfile.mo
share/locale/ar/LC_MESSAGES/tdetexteditor_isearch.mo
share/locale/ar/LC_MESSAGES/tdetexteditor_kdatatool.mo
share/locale/ar/LC_MESSAGES/tdevdesigner.mo
share/locale/ar/LC_MESSAGES/tdevelop.mo
share/locale/ar/LC_MESSAGES/tdevtipofday.mo
share/locale/ar/LC_MESSAGES/tdewalletmanager.mo
share/locale/ar/LC_MESSAGES/tdmconfig.mo
share/locale/ar/LC_MESSAGES/tdmgreet.mo
share/locale/ar/LC_MESSAGES/timezones.mo
share/locale/ar/LC_MESSAGES/tippecanoe.mo
share/locale/ar/LC_MESSAGES/trashapplet.mo
share/locale/ar/LC_MESSAGES/twin.mo
share/locale/ar/LC_MESSAGES/twin4.mo
share/locale/ar/LC_MESSAGES/twin_art_clients.mo
share/locale/ar/LC_MESSAGES/twin_clients.mo
share/locale/ar/LC_MESSAGES/twin_lib.mo
share/locale/ar/LC_MESSAGES/tyler.mo
share/locale/ar/LC_MESSAGES/uachangerplugin.mo
share/locale/ar/LC_MESSAGES/umbrello.mo
share/locale/ar/LC_MESSAGES/useraccount.mo
share/locale/ar/LC_MESSAGES/validatorsplugin.mo
share/locale/ar/LC_MESSAGES/wakeup.mo
share/locale/ar/LC_MESSAGES/wavecapture.mo
share/locale/ar/LC_MESSAGES/webarchiver.mo
share/locale/ar/charset
share/locale/ar/entry.desktop

@ -0,0 +1,43 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: core/tde-i18n-az > misc/tde-i18n-az
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTLANG= az
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${PORTLANG}
TDE_PREVERSION=
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= misc x11
DIST_SUBDIR= TDE/core
PKGNAMEPREFIX= ${PORTLANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${PORTLANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}template/' \
'${EXTRACT_BASE}translations/' \
'${EXTRACT_BASE}tde-i18n-${PORTLANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
\
-DBUILD_ALL="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1682085474
SHA256 (TDE/core/tde-i18n-trinity_14.1.0.orig.tar.xz) = 9f64b518db380d1d0acf3f6b5baafdb3f486953739b9484bdc5d31f34f466a75
SIZE (TDE/core/tde-i18n-trinity_14.1.0.orig.tar.xz) = 195332236

@ -0,0 +1 @@
Azerbaijani (az) internationalized (i18n) files for TDE

@ -0,0 +1,432 @@
share/locale/az/LC_MESSAGES/alsaplayerui.mo
share/locale/az/LC_MESSAGES/amor.mo
share/locale/az/LC_MESSAGES/appletproxy.mo
share/locale/az/LC_MESSAGES/ark.mo
share/locale/az/LC_MESSAGES/artsbuilder.mo
share/locale/az/LC_MESSAGES/artscontrol.mo
share/locale/az/LC_MESSAGES/artsmodules.mo
share/locale/az/LC_MESSAGES/atlantik.mo
share/locale/az/LC_MESSAGES/atlantikdesigner.mo
share/locale/az/LC_MESSAGES/audiorename_plugin.mo
share/locale/az/LC_MESSAGES/autorefresh.mo
share/locale/az/LC_MESSAGES/babelfish.mo
share/locale/az/LC_MESSAGES/cervisia.mo
share/locale/az/LC_MESSAGES/charlatanui.mo
share/locale/az/LC_MESSAGES/clockapplet.mo
share/locale/az/LC_MESSAGES/crashesplugin.mo
share/locale/az/LC_MESSAGES/cupsdconf.mo
share/locale/az/LC_MESSAGES/dcoprss.mo
share/locale/az/LC_MESSAGES/dirfilterplugin.mo
share/locale/az/LC_MESSAGES/display.mo
share/locale/az/LC_MESSAGES/dockbarextension.mo
share/locale/az/LC_MESSAGES/domtreeviewer.mo
share/locale/az/LC_MESSAGES/drkonqi.mo
share/locale/az/LC_MESSAGES/dub.mo
share/locale/az/LC_MESSAGES/extensionproxy.mo
share/locale/az/LC_MESSAGES/ffrs.mo
share/locale/az/LC_MESSAGES/filetypes.mo
share/locale/az/LC_MESSAGES/fsview.mo
share/locale/az/LC_MESSAGES/htmlsearch.mo
share/locale/az/LC_MESSAGES/imagerename_plugin.mo
share/locale/az/LC_MESSAGES/imgalleryplugin.mo
share/locale/az/LC_MESSAGES/juk.mo
share/locale/az/LC_MESSAGES/kaboodle.mo
share/locale/az/LC_MESSAGES/kaccess.mo
share/locale/az/LC_MESSAGES/kaddressbook.mo
share/locale/az/LC_MESSAGES/kalarm.mo
share/locale/az/LC_MESSAGES/kalzium.mo
share/locale/az/LC_MESSAGES/kandy.mo
share/locale/az/LC_MESSAGES/kappfinder.mo
share/locale/az/LC_MESSAGES/karm.mo
share/locale/az/LC_MESSAGES/kasbarextension.mo
share/locale/az/LC_MESSAGES/kasteroids.mo
share/locale/az/LC_MESSAGES/kate.mo
share/locale/az/LC_MESSAGES/katecppsymbolviewer.mo
share/locale/az/LC_MESSAGES/katefll_initplugin.mo
share/locale/az/LC_MESSAGES/katefll_plugin.mo
share/locale/az/LC_MESSAGES/katehelloworld.mo
share/locale/az/LC_MESSAGES/katehtmltools.mo
share/locale/az/LC_MESSAGES/kateinsertcommand.mo
share/locale/az/LC_MESSAGES/katekjswrapper.mo
share/locale/az/LC_MESSAGES/katemake.mo
share/locale/az/LC_MESSAGES/katemodeline.mo
share/locale/az/LC_MESSAGES/kateopenheader.mo
share/locale/az/LC_MESSAGES/katepart.mo
share/locale/az/LC_MESSAGES/katepybrowse.mo
share/locale/az/LC_MESSAGES/katetextfilter.mo
share/locale/az/LC_MESSAGES/katexmlcheck.mo
share/locale/az/LC_MESSAGES/katexmltools.mo
share/locale/az/LC_MESSAGES/katomic.mo
share/locale/az/LC_MESSAGES/kaudiocreator.mo
share/locale/az/LC_MESSAGES/kbabel.mo
share/locale/az/LC_MESSAGES/kbackgammon.mo
share/locale/az/LC_MESSAGES/kbattleship.mo
share/locale/az/LC_MESSAGES/kbinaryclock.mo
share/locale/az/LC_MESSAGES/kblackbox.mo
share/locale/az/LC_MESSAGES/kbounce.mo
share/locale/az/LC_MESSAGES/kbruch.mo
share/locale/az/LC_MESSAGES/kbugbuster.mo
share/locale/az/LC_MESSAGES/kcalc.mo
share/locale/az/LC_MESSAGES/kcharselect.mo
share/locale/az/LC_MESSAGES/kcharselectapplet.mo
share/locale/az/LC_MESSAGES/kcm_krfb.mo
share/locale/az/LC_MESSAGES/kcm_kviewcanvasconfig.mo
share/locale/az/LC_MESSAGES/kcm_kviewgeneralconfig.mo
share/locale/az/LC_MESSAGES/kcm_kviewpluginsconfig.mo
share/locale/az/LC_MESSAGES/kcm_kviewviewerpluginsconfig.mo
share/locale/az/LC_MESSAGES/kcmaccess.mo
share/locale/az/LC_MESSAGES/kcmaccessibility.mo
share/locale/az/LC_MESSAGES/kcmarts.mo
share/locale/az/LC_MESSAGES/kcmaudiocd.mo
share/locale/az/LC_MESSAGES/kcmbackground.mo
share/locale/az/LC_MESSAGES/kcmbell.mo
share/locale/az/LC_MESSAGES/kcmcddb.mo
share/locale/az/LC_MESSAGES/kcmcgi.mo
share/locale/az/LC_MESSAGES/kcmcolors.mo
share/locale/az/LC_MESSAGES/kcmcomponentchooser.mo
share/locale/az/LC_MESSAGES/kcmcrypto.mo
share/locale/az/LC_MESSAGES/kcmcss.mo
share/locale/az/LC_MESSAGES/kcmenergy.mo
share/locale/az/LC_MESSAGES/kcmfonts.mo
share/locale/az/LC_MESSAGES/kcmhtmlsearch.mo
share/locale/az/LC_MESSAGES/kcmicons.mo
share/locale/az/LC_MESSAGES/kcminfo.mo
share/locale/az/LC_MESSAGES/kcminput.mo
share/locale/az/LC_MESSAGES/kcmioslaveinfo.mo
share/locale/az/LC_MESSAGES/kcmkabconfig.mo
share/locale/az/LC_MESSAGES/kcmkamera.mo
share/locale/az/LC_MESSAGES/kcmkclock.mo
share/locale/az/LC_MESSAGES/kcmkded.mo
share/locale/az/LC_MESSAGES/kcmkeys.mo
share/locale/az/LC_MESSAGES/kcmkicker.mo
share/locale/az/LC_MESSAGES/kcmkonq.mo
share/locale/az/LC_MESSAGES/kcmkonqhtml.mo
share/locale/az/LC_MESSAGES/kcmkonsole.mo
share/locale/az/LC_MESSAGES/kcmkontactnt.mo
share/locale/az/LC_MESSAGES/kcmktalkd.mo
share/locale/az/LC_MESSAGES/kcmkuick.mo
share/locale/az/LC_MESSAGES/kcmkurifilt.mo
share/locale/az/LC_MESSAGES/kcmkwm.mo
share/locale/az/LC_MESSAGES/kcmlanbrowser.mo
share/locale/az/LC_MESSAGES/kcmlaptop.mo
share/locale/az/LC_MESSAGES/kcmlaunch.mo
share/locale/az/LC_MESSAGES/kcmlayout.mo
share/locale/az/LC_MESSAGES/kcmlilo.mo
share/locale/az/LC_MESSAGES/kcmlocale.mo
share/locale/az/LC_MESSAGES/kcmnic.mo
share/locale/az/LC_MESSAGES/kcmnotify.mo
share/locale/az/LC_MESSAGES/kcmperformance.mo
share/locale/az/LC_MESSAGES/kcmprintmgr.mo
share/locale/az/LC_MESSAGES/kcmsamba.mo
share/locale/az/LC_MESSAGES/kcmscreensaver.mo
share/locale/az/LC_MESSAGES/kcmsmartcard.mo
share/locale/az/LC_MESSAGES/kcmsmserver.mo
share/locale/az/LC_MESSAGES/kcmspellchecking.mo
share/locale/az/LC_MESSAGES/kcmstyle.mo
share/locale/az/LC_MESSAGES/kcmtaskbar.mo
share/locale/az/LC_MESSAGES/kcmtdeio.mo
share/locale/az/LC_MESSAGES/kcmtwindecoration.mo
share/locale/az/LC_MESSAGES/kcmusb.mo
share/locale/az/LC_MESSAGES/kcmview1394.mo
share/locale/az/LC_MESSAGES/kcmwifi.mo
share/locale/az/LC_MESSAGES/kcmxinerama.mo
share/locale/az/LC_MESSAGES/kcoloredit.mo
share/locale/az/LC_MESSAGES/kcontrol.mo
share/locale/az/LC_MESSAGES/kcron.mo
share/locale/az/LC_MESSAGES/kdat.mo
share/locale/az/LC_MESSAGES/kdcop.mo
share/locale/az/LC_MESSAGES/kdesktop.mo
share/locale/az/LC_MESSAGES/kdf.mo
share/locale/az/LC_MESSAGES/kdgantt.mo
share/locale/az/LC_MESSAGES/kdialog.mo
share/locale/az/LC_MESSAGES/kdict.mo
share/locale/az/LC_MESSAGES/kdictapplet.mo
share/locale/az/LC_MESSAGES/kdvi.mo
share/locale/az/LC_MESSAGES/kedit.mo
share/locale/az/LC_MESSAGES/keduca.mo
share/locale/az/LC_MESSAGES/kenolaba.mo
share/locale/az/LC_MESSAGES/kfax.mo
share/locale/az/LC_MESSAGES/kfifteenapplet.mo
share/locale/az/LC_MESSAGES/kfindpart.mo
share/locale/az/LC_MESSAGES/kfloppy.mo
share/locale/az/LC_MESSAGES/kfmclient.mo
share/locale/az/LC_MESSAGES/kfouleggs.mo
share/locale/az/LC_MESSAGES/kgamma.mo
share/locale/az/LC_MESSAGES/kgantt.mo
share/locale/az/LC_MESSAGES/kgeography.mo
share/locale/az/LC_MESSAGES/kget.mo
share/locale/az/LC_MESSAGES/kghostview.mo
share/locale/az/LC_MESSAGES/kgoldrunner.mo
share/locale/az/LC_MESSAGES/kgreet_classic.mo
share/locale/az/LC_MESSAGES/khangman.mo
share/locale/az/LC_MESSAGES/khelpcenter.mo
share/locale/az/LC_MESSAGES/khexedit.mo
share/locale/az/LC_MESSAGES/khotkeys.mo
share/locale/az/LC_MESSAGES/kicker.mo
share/locale/az/LC_MESSAGES/kinetd.mo
share/locale/az/LC_MESSAGES/kiten.mo
share/locale/az/LC_MESSAGES/kjobviewer.mo
share/locale/az/LC_MESSAGES/kjots.mo
share/locale/az/LC_MESSAGES/kjumpingcube.mo
share/locale/az/LC_MESSAGES/klaptopdaemon.mo
share/locale/az/LC_MESSAGES/klatin.mo
share/locale/az/LC_MESSAGES/kleopatra.mo
share/locale/az/LC_MESSAGES/klettres.mo
share/locale/az/LC_MESSAGES/klickety.mo
share/locale/az/LC_MESSAGES/klines.mo
share/locale/az/LC_MESSAGES/klipper.mo
share/locale/az/LC_MESSAGES/klock.mo
share/locale/az/LC_MESSAGES/kmahjongg.mo
share/locale/az/LC_MESSAGES/kmail.mo
share/locale/az/LC_MESSAGES/kmailcvt.mo
share/locale/az/LC_MESSAGES/kmcop.mo
share/locale/az/LC_MESSAGES/kmenuapplet.mo
share/locale/az/LC_MESSAGES/kmenuedit.mo
share/locale/az/LC_MESSAGES/kmines.mo
share/locale/az/LC_MESSAGES/kminipagerapplet.mo
share/locale/az/LC_MESSAGES/kmix.mo
share/locale/az/LC_MESSAGES/kmobile.mo
share/locale/az/LC_MESSAGES/kmoon.mo
share/locale/az/LC_MESSAGES/kmplot.mo
share/locale/az/LC_MESSAGES/kmrml.mo
share/locale/az/LC_MESSAGES/knewsticker.mo
share/locale/az/LC_MESSAGES/knode.mo
share/locale/az/LC_MESSAGES/knotes.mo
share/locale/az/LC_MESSAGES/knotify.mo
share/locale/az/LC_MESSAGES/kodo.mo
share/locale/az/LC_MESSAGES/kolf.mo
share/locale/az/LC_MESSAGES/kolourpaint.mo
share/locale/az/LC_MESSAGES/kolourpicker.mo
share/locale/az/LC_MESSAGES/kompare.mo
share/locale/az/LC_MESSAGES/konqsidebar_mediaplayer.mo
share/locale/az/LC_MESSAGES/konqsidebar_news.mo
share/locale/az/LC_MESSAGES/konqueror.mo
share/locale/az/LC_MESSAGES/konquest.mo
share/locale/az/LC_MESSAGES/konsole.mo
share/locale/az/LC_MESSAGES/konsolekalendar.mo
share/locale/az/LC_MESSAGES/kontact.mo
share/locale/az/LC_MESSAGES/kooka.mo
share/locale/az/LC_MESSAGES/kopete.mo
share/locale/az/LC_MESSAGES/korganizer.mo
share/locale/az/LC_MESSAGES/korn.mo
share/locale/az/LC_MESSAGES/kpackage.mo
share/locale/az/LC_MESSAGES/kpager.mo
share/locale/az/LC_MESSAGES/kpat.mo
share/locale/az/LC_MESSAGES/kpdf.mo
share/locale/az/LC_MESSAGES/kpercentage.mo
share/locale/az/LC_MESSAGES/kpersonalizer.mo
share/locale/az/LC_MESSAGES/kpf.mo
share/locale/az/LC_MESSAGES/kpoker.mo
share/locale/az/LC_MESSAGES/kpovmodeler.mo
share/locale/az/LC_MESSAGES/kppp.mo
share/locale/az/LC_MESSAGES/kppplogview.mo
share/locale/az/LC_MESSAGES/kprinter.mo
share/locale/az/LC_MESSAGES/krdb.mo
share/locale/az/LC_MESSAGES/krdc.mo
share/locale/az/LC_MESSAGES/kreadconfig.mo
share/locale/az/LC_MESSAGES/krec.mo
share/locale/az/LC_MESSAGES/kreversi.mo
share/locale/az/LC_MESSAGES/krfb.mo
share/locale/az/LC_MESSAGES/kruler.mo
share/locale/az/LC_MESSAGES/krunapplet.mo
share/locale/az/LC_MESSAGES/ksame.mo
share/locale/az/LC_MESSAGES/kscd.mo
share/locale/az/LC_MESSAGES/kshisen.mo
share/locale/az/LC_MESSAGES/ksig.mo
share/locale/az/LC_MESSAGES/ksirc.mo
share/locale/az/LC_MESSAGES/ksirtet.mo
share/locale/az/LC_MESSAGES/ksmiletris.mo
share/locale/az/LC_MESSAGES/ksmserver.mo
share/locale/az/LC_MESSAGES/ksnake.mo
share/locale/az/LC_MESSAGES/ksnapshot.mo
share/locale/az/LC_MESSAGES/ksokoban.mo
share/locale/az/LC_MESSAGES/kspaceduel.mo
share/locale/az/LC_MESSAGES/ksplash.mo
share/locale/az/LC_MESSAGES/ksplashthemes.mo
share/locale/az/LC_MESSAGES/kstars.mo
share/locale/az/LC_MESSAGES/kstart.mo
share/locale/az/LC_MESSAGES/kstartperf.mo
share/locale/az/LC_MESSAGES/ksvgplugin.mo
share/locale/az/LC_MESSAGES/ksysguard.mo
share/locale/az/LC_MESSAGES/ksystemtrayapplet.mo
share/locale/az/LC_MESSAGES/ksystraycmd.mo
share/locale/az/LC_MESSAGES/ksysv.mo
share/locale/az/LC_MESSAGES/kteatime.mo
share/locale/az/LC_MESSAGES/kthememanager.mo
share/locale/az/LC_MESSAGES/ktimemon.mo
share/locale/az/LC_MESSAGES/ktimer.mo
share/locale/az/LC_MESSAGES/ktip.mo
share/locale/az/LC_MESSAGES/ktnef.mo
share/locale/az/LC_MESSAGES/ktouch.mo
share/locale/az/LC_MESSAGES/kttsd.mo
share/locale/az/LC_MESSAGES/ktuberling.mo
share/locale/az/LC_MESSAGES/kturtle.mo
share/locale/az/LC_MESSAGES/ktux.mo
share/locale/az/LC_MESSAGES/kuick_plugin.mo
share/locale/az/LC_MESSAGES/kuickshow.mo
share/locale/az/LC_MESSAGES/kuiviewer.mo
share/locale/az/LC_MESSAGES/kuser.mo
share/locale/az/LC_MESSAGES/kverbos.mo
share/locale/az/LC_MESSAGES/kview.mo
share/locale/az/LC_MESSAGES/kview_scale.mo
share/locale/az/LC_MESSAGES/kviewbrowserplugin.mo
share/locale/az/LC_MESSAGES/kviewcanvas.mo
share/locale/az/LC_MESSAGES/kvieweffectsplugin.mo
share/locale/az/LC_MESSAGES/kviewpresenterplugin.mo
share/locale/az/LC_MESSAGES/kviewscannerplugin.mo
share/locale/az/LC_MESSAGES/kviewshell.mo
share/locale/az/LC_MESSAGES/kviewviewer.mo
share/locale/az/LC_MESSAGES/kvoctrain.mo
share/locale/az/LC_MESSAGES/kwatchgnupg.mo
share/locale/az/LC_MESSAGES/kwifimanager.mo
share/locale/az/LC_MESSAGES/kwireless.mo
share/locale/az/LC_MESSAGES/kwordquiz.mo
share/locale/az/LC_MESSAGES/kworldclock.mo
share/locale/az/LC_MESSAGES/kwriteconfig.mo
share/locale/az/LC_MESSAGES/kxkb.mo
share/locale/az/LC_MESSAGES/kxsconfig.mo
share/locale/az/LC_MESSAGES/libkaddrbk_geo_xxport.mo
share/locale/az/LC_MESSAGES/libkcal.mo
share/locale/az/LC_MESSAGES/libkcddb.mo
share/locale/az/LC_MESSAGES/libkicker.mo
share/locale/az/LC_MESSAGES/libkickermenu_konsole.mo
share/locale/az/LC_MESSAGES/libkickermenu_prefmenu.mo
share/locale/az/LC_MESSAGES/libkickermenu_recentdocs.mo
share/locale/az/LC_MESSAGES/libkickermenu_tdeprint.mo
share/locale/az/LC_MESSAGES/libkleopatra.mo
share/locale/az/LC_MESSAGES/libkonq.mo
share/locale/az/LC_MESSAGES/libkpimexchange.mo
share/locale/az/LC_MESSAGES/libkscan.mo
share/locale/az/LC_MESSAGES/libksieve.mo
share/locale/az/LC_MESSAGES/libksirtet.mo
share/locale/az/LC_MESSAGES/libksync.mo
share/locale/az/LC_MESSAGES/libtaskbar.mo
share/locale/az/LC_MESSAGES/libtaskmanager.mo
share/locale/az/LC_MESSAGES/libtdegames.mo
share/locale/az/LC_MESSAGES/libtdepim.mo
share/locale/az/LC_MESSAGES/libtdescreensaver.mo
share/locale/az/LC_MESSAGES/lockout.mo
share/locale/az/LC_MESSAGES/lskat.mo
share/locale/az/LC_MESSAGES/lyrics.mo
share/locale/az/LC_MESSAGES/mediaapplet.mo
share/locale/az/LC_MESSAGES/mediacontrol.mo
share/locale/az/LC_MESSAGES/minitoolsplugin.mo
share/locale/az/LC_MESSAGES/naughtyapplet.mo
share/locale/az/LC_MESSAGES/nexscope.mo
share/locale/az/LC_MESSAGES/noatun.mo
share/locale/az/LC_MESSAGES/nsplugin.mo
share/locale/az/LC_MESSAGES/pitchablespeed.mo
share/locale/az/LC_MESSAGES/ppdtranslations.mo
share/locale/az/LC_MESSAGES/privacy.mo
share/locale/az/LC_MESSAGES/quanta.mo
share/locale/az/LC_MESSAGES/quicklauncher.mo
share/locale/az/LC_MESSAGES/rellinks.mo
share/locale/az/LC_MESSAGES/searchbarplugin.mo
share/locale/az/LC_MESSAGES/secpolicy.mo
share/locale/az/LC_MESSAGES/spy.mo
share/locale/az/LC_MESSAGES/synaescope.mo
share/locale/az/LC_MESSAGES/tdeabc2mutt.mo
share/locale/az/LC_MESSAGES/tdeabc_dir.mo
share/locale/az/LC_MESSAGES/tdeabc_file.mo
share/locale/az/LC_MESSAGES/tdeabc_ldaptdeio.mo
share/locale/az/LC_MESSAGES/tdeabc_net.mo
share/locale/az/LC_MESSAGES/tdeabc_sql.mo
share/locale/az/LC_MESSAGES/tdeabcformat_binary.mo
share/locale/az/LC_MESSAGES/tdedebugdialog.mo
share/locale/az/LC_MESSAGES/tdefile_au.mo
share/locale/az/LC_MESSAGES/tdefile_avi.mo
share/locale/az/LC_MESSAGES/tdefile_bmp.mo
share/locale/az/LC_MESSAGES/tdefile_deb.mo
share/locale/az/LC_MESSAGES/tdefile_desktop.mo
share/locale/az/LC_MESSAGES/tdefile_dvi.mo
share/locale/az/LC_MESSAGES/tdefile_exr.mo
share/locale/az/LC_MESSAGES/tdefile_flac.mo
share/locale/az/LC_MESSAGES/tdefile_folder.mo
share/locale/az/LC_MESSAGES/tdefile_gif.mo
share/locale/az/LC_MESSAGES/tdefile_html.mo
share/locale/az/LC_MESSAGES/tdefile_ico.mo
share/locale/az/LC_MESSAGES/tdefile_jpeg.mo
share/locale/az/LC_MESSAGES/tdefile_m3u.mo
share/locale/az/LC_MESSAGES/tdefile_mp3.mo
share/locale/az/LC_MESSAGES/tdefile_ogg.mo
share/locale/az/LC_MESSAGES/tdefile_pcx.mo
share/locale/az/LC_MESSAGES/tdefile_pdf.mo
share/locale/az/LC_MESSAGES/tdefile_png.mo
share/locale/az/LC_MESSAGES/tdefile_pnm.mo
share/locale/az/LC_MESSAGES/tdefile_ps.mo
share/locale/az/LC_MESSAGES/tdefile_rfc822.mo
share/locale/az/LC_MESSAGES/tdefile_rgb.mo
share/locale/az/LC_MESSAGES/tdefile_rpm.mo
share/locale/az/LC_MESSAGES/tdefile_tga.mo
share/locale/az/LC_MESSAGES/tdefile_tiff.mo
share/locale/az/LC_MESSAGES/tdefile_txt.mo
share/locale/az/LC_MESSAGES/tdefile_vcf.mo
share/locale/az/LC_MESSAGES/tdefile_wav.mo
share/locale/az/LC_MESSAGES/tdefile_xbm.mo
share/locale/az/LC_MESSAGES/tdefileaudiopreview.mo
share/locale/az/LC_MESSAGES/tdefileshare.mo
share/locale/az/LC_MESSAGES/tdefontinst.mo
share/locale/az/LC_MESSAGES/tdehtmlkttsd.mo
share/locale/az/LC_MESSAGES/tdehtmlsettingsplugin.mo
share/locale/az/LC_MESSAGES/tdeiconedit.mo
share/locale/az/LC_MESSAGES/tdeio.mo
share/locale/az/LC_MESSAGES/tdeio_audiocd.mo
share/locale/az/LC_MESSAGES/tdeio_finger.mo
share/locale/az/LC_MESSAGES/tdeio_fish.mo
share/locale/az/LC_MESSAGES/tdeio_floppy.mo
share/locale/az/LC_MESSAGES/tdeio_help.mo
share/locale/az/LC_MESSAGES/tdeio_imap4.mo
share/locale/az/LC_MESSAGES/tdeio_lan.mo
share/locale/az/LC_MESSAGES/tdeio_ldap.mo
share/locale/az/LC_MESSAGES/tdeio_mac.mo
share/locale/az/LC_MESSAGES/tdeio_man.mo
share/locale/az/LC_MESSAGES/tdeio_media.mo
share/locale/az/LC_MESSAGES/tdeio_mobile.mo
share/locale/az/LC_MESSAGES/tdeio_nfs.mo
share/locale/az/LC_MESSAGES/tdeio_nntp.mo
share/locale/az/LC_MESSAGES/tdeio_pop3.mo
share/locale/az/LC_MESSAGES/tdeio_print.mo
share/locale/az/LC_MESSAGES/tdeio_settings.mo
share/locale/az/LC_MESSAGES/tdeio_sftp.mo
share/locale/az/LC_MESSAGES/tdeio_sieve.mo
share/locale/az/LC_MESSAGES/tdeio_smb.mo
share/locale/az/LC_MESSAGES/tdeio_smtp.mo
share/locale/az/LC_MESSAGES/tdeio_svn.mo
share/locale/az/LC_MESSAGES/tdeioexec.mo
share/locale/az/LC_MESSAGES/tdelibs.mo
share/locale/az/LC_MESSAGES/tdelibs_colors.mo
share/locale/az/LC_MESSAGES/tdemid.mo
share/locale/az/LC_MESSAGES/tdepartsaver.mo
share/locale/az/LC_MESSAGES/tdepasswd.mo
share/locale/az/LC_MESSAGES/tdeprint.mo
share/locale/az/LC_MESSAGES/tdeprint_part.mo
share/locale/az/LC_MESSAGES/tdeprintfax.mo
share/locale/az/LC_MESSAGES/tderandr.mo
share/locale/az/LC_MESSAGES/tdescreensaver.mo
share/locale/az/LC_MESSAGES/tdessh.mo
share/locale/az/LC_MESSAGES/tdestyle_keramik_config.mo
share/locale/az/LC_MESSAGES/tdesu.mo
share/locale/az/LC_MESSAGES/tdesud.mo
share/locale/az/LC_MESSAGES/tdetexteditor_autobookmarker.mo
share/locale/az/LC_MESSAGES/tdetexteditor_docwordcompletion.mo
share/locale/az/LC_MESSAGES/tdetexteditor_insertfile.mo
share/locale/az/LC_MESSAGES/tdetexteditor_isearch.mo
share/locale/az/LC_MESSAGES/tdetexteditor_kdatatool.mo
share/locale/az/LC_MESSAGES/tdevelop.mo
share/locale/az/LC_MESSAGES/tdevtipofday.mo
share/locale/az/LC_MESSAGES/tdmconfig.mo
share/locale/az/LC_MESSAGES/tdmgreet.mo
share/locale/az/LC_MESSAGES/timezones.mo
share/locale/az/LC_MESSAGES/tippecanoe.mo
share/locale/az/LC_MESSAGES/twin.mo
share/locale/az/LC_MESSAGES/twin4.mo
share/locale/az/LC_MESSAGES/tyler.mo
share/locale/az/LC_MESSAGES/uachangerplugin.mo
share/locale/az/LC_MESSAGES/useraccount.mo
share/locale/az/LC_MESSAGES/validatorsplugin.mo
share/locale/az/LC_MESSAGES/wakeup.mo
share/locale/az/LC_MESSAGES/wavecapture.mo
share/locale/az/LC_MESSAGES/webarchiver.mo
share/locale/az/charset
share/locale/az/entry.desktop
share/locale/az/flag.png

@ -0,0 +1,43 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: core/tde-i18n-be > misc/tde-i18n-be
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTLANG= be
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${PORTLANG}
TDE_PREVERSION=
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= misc x11
DIST_SUBDIR= TDE/core
PKGNAMEPREFIX= ${PORTLANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${PORTLANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}template/' \
'${EXTRACT_BASE}translations/' \
'${EXTRACT_BASE}tde-i18n-${PORTLANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
\
-DBUILD_ALL="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1682085476
SHA256 (TDE/core/tde-i18n-trinity_14.1.0.orig.tar.xz) = 9f64b518db380d1d0acf3f6b5baafdb3f486953739b9484bdc5d31f34f466a75
SIZE (TDE/core/tde-i18n-trinity_14.1.0.orig.tar.xz) = 195332236

@ -0,0 +1 @@
Belarusian (be) internationalized (i18n) files for TDE

@ -0,0 +1,361 @@
share/locale/be/LC_MESSAGES/akregator.mo
share/locale/be/LC_MESSAGES/amor.mo
share/locale/be/LC_MESSAGES/appletproxy.mo
share/locale/be/LC_MESSAGES/ark.mo
share/locale/be/LC_MESSAGES/atlantik.mo
share/locale/be/LC_MESSAGES/blinken.mo
share/locale/be/LC_MESSAGES/cervisia.mo
share/locale/be/LC_MESSAGES/clockapplet.mo
share/locale/be/LC_MESSAGES/cupsdconf.mo
share/locale/be/LC_MESSAGES/cvsservice.mo
share/locale/be/LC_MESSAGES/dcoprss.mo
share/locale/be/LC_MESSAGES/display.mo
share/locale/be/LC_MESSAGES/dockbarextension.mo
share/locale/be/LC_MESSAGES/drkonqi.mo
share/locale/be/LC_MESSAGES/extensionproxy.mo
share/locale/be/LC_MESSAGES/filetypes.mo
share/locale/be/LC_MESSAGES/htmlsearch.mo
share/locale/be/LC_MESSAGES/irkick.mo
share/locale/be/LC_MESSAGES/joystick.mo
share/locale/be/LC_MESSAGES/kaboodle.mo
share/locale/be/LC_MESSAGES/kaccess.mo
share/locale/be/LC_MESSAGES/kaddressbook.mo
share/locale/be/LC_MESSAGES/kalarm.mo
share/locale/be/LC_MESSAGES/kanagram.mo
share/locale/be/LC_MESSAGES/kandy.mo
share/locale/be/LC_MESSAGES/kappfinder.mo
share/locale/be/LC_MESSAGES/kasbarextension.mo
share/locale/be/LC_MESSAGES/kasteroids.mo
share/locale/be/LC_MESSAGES/kate.mo
share/locale/be/LC_MESSAGES/katehelloworld.mo
share/locale/be/LC_MESSAGES/kateopenheader.mo
share/locale/be/LC_MESSAGES/katepart.mo
share/locale/be/LC_MESSAGES/katomic.mo
share/locale/be/LC_MESSAGES/kay.mo
share/locale/be/LC_MESSAGES/kbabel.mo
share/locale/be/LC_MESSAGES/kbackgammon.mo
share/locale/be/LC_MESSAGES/kbattleship.mo
share/locale/be/LC_MESSAGES/kblackbox.mo
share/locale/be/LC_MESSAGES/kbounce.mo
share/locale/be/LC_MESSAGES/kbstateapplet.mo
share/locale/be/LC_MESSAGES/kbugbuster.mo
share/locale/be/LC_MESSAGES/kcalc.mo
share/locale/be/LC_MESSAGES/kcharselect.mo
share/locale/be/LC_MESSAGES/kcharselectapplet.mo
share/locale/be/LC_MESSAGES/kcm_kviewgeneralconfig.mo
share/locale/be/LC_MESSAGES/kcm_kviewpluginsconfig.mo
share/locale/be/LC_MESSAGES/kcm_kviewviewerpluginsconfig.mo
share/locale/be/LC_MESSAGES/kcmaccess.mo
share/locale/be/LC_MESSAGES/kcmaccessibility.mo
share/locale/be/LC_MESSAGES/kcmarts.mo
share/locale/be/LC_MESSAGES/kcmbackground.mo
share/locale/be/LC_MESSAGES/kcmbell.mo
share/locale/be/LC_MESSAGES/kcmcgi.mo
share/locale/be/LC_MESSAGES/kcmcolors.mo
share/locale/be/LC_MESSAGES/kcmcomponentchooser.mo
share/locale/be/LC_MESSAGES/kcmcrypto.mo
share/locale/be/LC_MESSAGES/kcmcss.mo
share/locale/be/LC_MESSAGES/kcmenergy.mo
share/locale/be/LC_MESSAGES/kcmfonts.mo
share/locale/be/LC_MESSAGES/kcmhtmlsearch.mo
share/locale/be/LC_MESSAGES/kcmicons.mo
share/locale/be/LC_MESSAGES/kcminfo.mo
share/locale/be/LC_MESSAGES/kcminput.mo
share/locale/be/LC_MESSAGES/kcmioslaveinfo.mo
share/locale/be/LC_MESSAGES/kcmkabconfig.mo
share/locale/be/LC_MESSAGES/kcmkclock.mo
share/locale/be/LC_MESSAGES/kcmkded.mo
share/locale/be/LC_MESSAGES/kcmkeys.mo
share/locale/be/LC_MESSAGES/kcmkicker.mo
share/locale/be/LC_MESSAGES/kcmkonq.mo
share/locale/be/LC_MESSAGES/kcmkonqhtml.mo
share/locale/be/LC_MESSAGES/kcmkonsole.mo
share/locale/be/LC_MESSAGES/kcmkurifilt.mo
share/locale/be/LC_MESSAGES/kcmkvaio.mo
share/locale/be/LC_MESSAGES/kcmkwm.mo
share/locale/be/LC_MESSAGES/kcmlaptop.mo
share/locale/be/LC_MESSAGES/kcmlaunch.mo
share/locale/be/LC_MESSAGES/kcmlayout.mo
share/locale/be/LC_MESSAGES/kcmlilo.mo
share/locale/be/LC_MESSAGES/kcmlirc.mo
share/locale/be/LC_MESSAGES/kcmlocale.mo
share/locale/be/LC_MESSAGES/kcmmedia.mo
share/locale/be/LC_MESSAGES/kcmnic.mo
share/locale/be/LC_MESSAGES/kcmnotify.mo
share/locale/be/LC_MESSAGES/kcmperformance.mo
share/locale/be/LC_MESSAGES/kcmprintmgr.mo
share/locale/be/LC_MESSAGES/kcmsamba.mo
share/locale/be/LC_MESSAGES/kcmscreensaver.mo
share/locale/be/LC_MESSAGES/kcmsmartcard.mo
share/locale/be/LC_MESSAGES/kcmsmserver.mo
share/locale/be/LC_MESSAGES/kcmspellchecking.mo
share/locale/be/LC_MESSAGES/kcmstyle.mo
share/locale/be/LC_MESSAGES/kcmtaskbar.mo
share/locale/be/LC_MESSAGES/kcmtdednssd.mo
share/locale/be/LC_MESSAGES/kcmtdeio.mo
share/locale/be/LC_MESSAGES/kcmtdewallet.mo
share/locale/be/LC_MESSAGES/kcmthinkpad.mo
share/locale/be/LC_MESSAGES/kcmtwindecoration.mo
share/locale/be/LC_MESSAGES/kcmtwinrules.mo
share/locale/be/LC_MESSAGES/kcmusb.mo
share/locale/be/LC_MESSAGES/kcmview1394.mo
share/locale/be/LC_MESSAGES/kcmxinerama.mo
share/locale/be/LC_MESSAGES/kcontrol.mo
share/locale/be/LC_MESSAGES/kdcop.mo
share/locale/be/LC_MESSAGES/kdesktop.mo
share/locale/be/LC_MESSAGES/kdf.mo
share/locale/be/LC_MESSAGES/kdialog.mo
share/locale/be/LC_MESSAGES/kdictapplet.mo
share/locale/be/LC_MESSAGES/kedit.mo
share/locale/be/LC_MESSAGES/kenolaba.mo
share/locale/be/LC_MESSAGES/kfifteenapplet.mo
share/locale/be/LC_MESSAGES/kfindpart.mo
share/locale/be/LC_MESSAGES/kfloppy.mo
share/locale/be/LC_MESSAGES/kfmclient.mo
share/locale/be/LC_MESSAGES/kfouleggs.mo
share/locale/be/LC_MESSAGES/kgoldrunner.mo
share/locale/be/LC_MESSAGES/kgpg.mo
share/locale/be/LC_MESSAGES/kgreet_classic.mo
share/locale/be/LC_MESSAGES/kgreet_winbind.mo
share/locale/be/LC_MESSAGES/khelpcenter.mo
share/locale/be/LC_MESSAGES/khexedit.mo
share/locale/be/LC_MESSAGES/khexedit2part.mo
share/locale/be/LC_MESSAGES/khotkeys.mo
share/locale/be/LC_MESSAGES/kicker.mo
share/locale/be/LC_MESSAGES/kimagemapeditor.mo
share/locale/be/LC_MESSAGES/kinetd.mo
share/locale/be/LC_MESSAGES/kjobviewer.mo
share/locale/be/LC_MESSAGES/kjots.mo
share/locale/be/LC_MESSAGES/kjumpingcube.mo
share/locale/be/LC_MESSAGES/klaptopdaemon.mo
share/locale/be/LC_MESSAGES/klickety.mo
share/locale/be/LC_MESSAGES/klines.mo
share/locale/be/LC_MESSAGES/klinkstatus.mo
share/locale/be/LC_MESSAGES/klipper.mo
share/locale/be/LC_MESSAGES/klock.mo
share/locale/be/LC_MESSAGES/kmahjongg.mo
share/locale/be/LC_MESSAGES/kmail.mo
share/locale/be/LC_MESSAGES/kmail_text_vcard_plugin.mo
share/locale/be/LC_MESSAGES/kmcop.mo
share/locale/be/LC_MESSAGES/kmenuapplet.mo
share/locale/be/LC_MESSAGES/kmenuedit.mo
share/locale/be/LC_MESSAGES/kmilo_delli8k.mo
share/locale/be/LC_MESSAGES/kmilo_generic.mo
share/locale/be/LC_MESSAGES/kmilo_kvaio.mo
share/locale/be/LC_MESSAGES/kmilo_powerbook.mo
share/locale/be/LC_MESSAGES/kmilo_thinkpad.mo
share/locale/be/LC_MESSAGES/kmilod.mo
share/locale/be/LC_MESSAGES/kmines.mo
share/locale/be/LC_MESSAGES/kminipagerapplet.mo
share/locale/be/LC_MESSAGES/kmix.mo
share/locale/be/LC_MESSAGES/kmobile.mo
share/locale/be/LC_MESSAGES/knetattach.mo
share/locale/be/LC_MESSAGES/knetwalk.mo
share/locale/be/LC_MESSAGES/knode.mo
share/locale/be/LC_MESSAGES/knotes.mo
share/locale/be/LC_MESSAGES/knotify.mo
share/locale/be/LC_MESSAGES/kolf.mo
share/locale/be/LC_MESSAGES/kommander.mo
share/locale/be/LC_MESSAGES/kompare.mo
share/locale/be/LC_MESSAGES/konnector_dummy.mo
share/locale/be/LC_MESSAGES/konnector_kabc.mo
share/locale/be/LC_MESSAGES/konnector_kcal.mo
share/locale/be/LC_MESSAGES/konqueror.mo
share/locale/be/LC_MESSAGES/konquest.mo
share/locale/be/LC_MESSAGES/konsole.mo
share/locale/be/LC_MESSAGES/kontact.mo
share/locale/be/LC_MESSAGES/kopete.mo
share/locale/be/LC_MESSAGES/korganizer.mo
share/locale/be/LC_MESSAGES/korn.mo
share/locale/be/LC_MESSAGES/kpager.mo
share/locale/be/LC_MESSAGES/kpat.mo
share/locale/be/LC_MESSAGES/kpdf.mo
share/locale/be/LC_MESSAGES/kpercentage.mo
share/locale/be/LC_MESSAGES/kpersonalizer.mo
share/locale/be/LC_MESSAGES/kpoker.mo
share/locale/be/LC_MESSAGES/kppp.mo
share/locale/be/LC_MESSAGES/kprinter.mo
share/locale/be/LC_MESSAGES/krdb.mo
share/locale/be/LC_MESSAGES/kreadconfig.mo
share/locale/be/LC_MESSAGES/kregexpeditor.mo
share/locale/be/LC_MESSAGES/kres_birthday.mo
share/locale/be/LC_MESSAGES/kres_bugzilla.mo
share/locale/be/LC_MESSAGES/kres_featureplan.mo
share/locale/be/LC_MESSAGES/kres_remote.mo
share/locale/be/LC_MESSAGES/kres_tvanytime.mo
share/locale/be/LC_MESSAGES/kreversi.mo
share/locale/be/LC_MESSAGES/krunapplet.mo
share/locale/be/LC_MESSAGES/ksame.mo
share/locale/be/LC_MESSAGES/kscd.mo
share/locale/be/LC_MESSAGES/kshisen.mo
share/locale/be/LC_MESSAGES/ksim.mo
share/locale/be/LC_MESSAGES/ksirtet.mo
share/locale/be/LC_MESSAGES/ksmiletris.mo
share/locale/be/LC_MESSAGES/ksmserver.mo
share/locale/be/LC_MESSAGES/ksnake.mo
share/locale/be/LC_MESSAGES/ksokoban.mo
share/locale/be/LC_MESSAGES/kspaceduel.mo
share/locale/be/LC_MESSAGES/ksplash.mo
share/locale/be/LC_MESSAGES/ksplashthemes.mo
share/locale/be/LC_MESSAGES/kstart.mo
share/locale/be/LC_MESSAGES/kstartperf.mo
share/locale/be/LC_MESSAGES/ksysguard.mo
share/locale/be/LC_MESSAGES/ksystemtrayapplet.mo
share/locale/be/LC_MESSAGES/ksystraycmd.mo
share/locale/be/LC_MESSAGES/kteatime.mo
share/locale/be/LC_MESSAGES/kthememanager.mo
share/locale/be/LC_MESSAGES/ktimer.mo
share/locale/be/LC_MESSAGES/ktip.mo
share/locale/be/LC_MESSAGES/ktnef.mo
share/locale/be/LC_MESSAGES/ktron.mo
share/locale/be/LC_MESSAGES/kttsd.mo
share/locale/be/LC_MESSAGES/ktuberling.mo
share/locale/be/LC_MESSAGES/kturtle.mo
share/locale/be/LC_MESSAGES/ktux.mo
share/locale/be/LC_MESSAGES/kuiviewer.mo
share/locale/be/LC_MESSAGES/kworldclock.mo
share/locale/be/LC_MESSAGES/kwriteconfig.mo
share/locale/be/LC_MESSAGES/kxkb.mo
share/locale/be/LC_MESSAGES/kxsconfig.mo
share/locale/be/LC_MESSAGES/kxsldbg.mo
share/locale/be/LC_MESSAGES/libKTTSD.mo
share/locale/be/LC_MESSAGES/libdmctl.mo
share/locale/be/LC_MESSAGES/libkcal.mo
share/locale/be/LC_MESSAGES/libkholidays.mo
share/locale/be/LC_MESSAGES/libkicker.mo
share/locale/be/LC_MESSAGES/libkickermenu_konsole.mo
share/locale/be/LC_MESSAGES/libkickermenu_prefmenu.mo
share/locale/be/LC_MESSAGES/libkickermenu_recentdocs.mo
share/locale/be/LC_MESSAGES/libkickermenu_remotemenu.mo
share/locale/be/LC_MESSAGES/libkickermenu_systemmenu.mo
share/locale/be/LC_MESSAGES/libkickermenu_tdeprint.mo
share/locale/be/LC_MESSAGES/libkickermenu_tom.mo
share/locale/be/LC_MESSAGES/libkonq.mo
share/locale/be/LC_MESSAGES/libkpimexchange.mo
share/locale/be/LC_MESSAGES/libksirtet.mo
share/locale/be/LC_MESSAGES/libksync.mo
share/locale/be/LC_MESSAGES/libtaskbar.mo
share/locale/be/LC_MESSAGES/libtaskmanager.mo
share/locale/be/LC_MESSAGES/libtdeedu.mo
share/locale/be/LC_MESSAGES/libtdegames.mo
share/locale/be/LC_MESSAGES/libtdepim.mo
share/locale/be/LC_MESSAGES/libtdescreensaver.mo
share/locale/be/LC_MESSAGES/lockout.mo
share/locale/be/LC_MESSAGES/lskat.mo
share/locale/be/LC_MESSAGES/mediaapplet.mo
share/locale/be/LC_MESSAGES/naughtyapplet.mo
share/locale/be/LC_MESSAGES/noatun.mo
share/locale/be/LC_MESSAGES/nsplugin.mo
share/locale/be/LC_MESSAGES/ppdtranslations.mo
share/locale/be/LC_MESSAGES/privacy.mo
share/locale/be/LC_MESSAGES/quanta.mo
share/locale/be/LC_MESSAGES/quicklauncher.mo
share/locale/be/LC_MESSAGES/secpolicy.mo
share/locale/be/LC_MESSAGES/spy.mo
share/locale/be/LC_MESSAGES/superkaramba.mo
share/locale/be/LC_MESSAGES/tdeabc2mutt.mo
share/locale/be/LC_MESSAGES/tdeabc_dir.mo
share/locale/be/LC_MESSAGES/tdeabc_file.mo
share/locale/be/LC_MESSAGES/tdeabc_ldaptdeio.mo
share/locale/be/LC_MESSAGES/tdeabc_net.mo
share/locale/be/LC_MESSAGES/tdeabc_sql.mo
share/locale/be/LC_MESSAGES/tdeabcformat_binary.mo
share/locale/be/LC_MESSAGES/tdecachegrind.mo
share/locale/be/LC_MESSAGES/tdecmshell.mo
share/locale/be/LC_MESSAGES/tdedebugdialog.mo
share/locale/be/LC_MESSAGES/tdefile_avi.mo
share/locale/be/LC_MESSAGES/tdefile_cpp.mo
share/locale/be/LC_MESSAGES/tdefile_deb.mo
share/locale/be/LC_MESSAGES/tdefile_diff.mo
share/locale/be/LC_MESSAGES/tdefile_drgeo.mo
share/locale/be/LC_MESSAGES/tdefile_dvi.mo
share/locale/be/LC_MESSAGES/tdefile_flac.mo
share/locale/be/LC_MESSAGES/tdefile_gif.mo
share/locale/be/LC_MESSAGES/tdefile_html.mo
share/locale/be/LC_MESSAGES/tdefile_ico.mo
share/locale/be/LC_MESSAGES/tdefile_ics.mo
share/locale/be/LC_MESSAGES/tdefile_kig.mo
share/locale/be/LC_MESSAGES/tdefile_m3u.mo
share/locale/be/LC_MESSAGES/tdefile_mp3.mo
share/locale/be/LC_MESSAGES/tdefile_ogg.mo
share/locale/be/LC_MESSAGES/tdefile_pcx.mo
share/locale/be/LC_MESSAGES/tdefile_po.mo
share/locale/be/LC_MESSAGES/tdefile_rfc822.mo
share/locale/be/LC_MESSAGES/tdefile_rpm.mo
share/locale/be/LC_MESSAGES/tdefile_sid.mo
share/locale/be/LC_MESSAGES/tdefile_torrent.mo
share/locale/be/LC_MESSAGES/tdefile_ts.mo
share/locale/be/LC_MESSAGES/tdefile_vcf.mo
share/locale/be/LC_MESSAGES/tdefile_wav.mo
share/locale/be/LC_MESSAGES/tdefileaudiopreview.mo
share/locale/be/LC_MESSAGES/tdefilereplace.mo
share/locale/be/LC_MESSAGES/tdefontinst.mo
share/locale/be/LC_MESSAGES/tdehtmlkttsd.mo
share/locale/be/LC_MESSAGES/tdeio.mo
share/locale/be/LC_MESSAGES/tdeio_audiocd.mo
share/locale/be/LC_MESSAGES/tdeio_finger.mo
share/locale/be/LC_MESSAGES/tdeio_fish.mo
share/locale/be/LC_MESSAGES/tdeio_floppy.mo
share/locale/be/LC_MESSAGES/tdeio_help.mo
share/locale/be/LC_MESSAGES/tdeio_home.mo
share/locale/be/LC_MESSAGES/tdeio_jabberdisco.mo
share/locale/be/LC_MESSAGES/tdeio_ldap.mo
share/locale/be/LC_MESSAGES/tdeio_mac.mo
share/locale/be/LC_MESSAGES/tdeio_man.mo
share/locale/be/LC_MESSAGES/tdeio_media.mo
share/locale/be/LC_MESSAGES/tdeio_nfs.mo
share/locale/be/LC_MESSAGES/tdeio_nntp.mo
share/locale/be/LC_MESSAGES/tdeio_pop3.mo
share/locale/be/LC_MESSAGES/tdeio_print.mo
share/locale/be/LC_MESSAGES/tdeio_remote.mo
share/locale/be/LC_MESSAGES/tdeio_settings.mo
share/locale/be/LC_MESSAGES/tdeio_sftp.mo
share/locale/be/LC_MESSAGES/tdeio_smb.mo
share/locale/be/LC_MESSAGES/tdeio_smtp.mo
share/locale/be/LC_MESSAGES/tdeio_svn.mo
share/locale/be/LC_MESSAGES/tdeio_system.mo
share/locale/be/LC_MESSAGES/tdeio_tar.mo
share/locale/be/LC_MESSAGES/tdeio_thumbnail.mo
share/locale/be/LC_MESSAGES/tdeio_trash.mo
share/locale/be/LC_MESSAGES/tdeio_zeroconf.mo
share/locale/be/LC_MESSAGES/tdeioexec.mo
share/locale/be/LC_MESSAGES/tdelibs.mo
share/locale/be/LC_MESSAGES/tdelibs_colors.mo
share/locale/be/LC_MESSAGES/tdelirc.mo
share/locale/be/LC_MESSAGES/tdepartsaver.mo
share/locale/be/LC_MESSAGES/tdepasswd.mo
share/locale/be/LC_MESSAGES/tdeprint.mo
share/locale/be/LC_MESSAGES/tdeprint_part.mo
share/locale/be/LC_MESSAGES/tdeprintfax.mo
share/locale/be/LC_MESSAGES/tderandr.mo
share/locale/be/LC_MESSAGES/tdescreensaver.mo
share/locale/be/LC_MESSAGES/tdessh.mo
share/locale/be/LC_MESSAGES/tdestyle_highcontrast_config.mo
share/locale/be/LC_MESSAGES/tdestyle_keramik_config.mo
share/locale/be/LC_MESSAGES/tdestyle_phase_config.mo
share/locale/be/LC_MESSAGES/tdestyle_plastik_config.mo
share/locale/be/LC_MESSAGES/tdesu.mo
share/locale/be/LC_MESSAGES/tdesud.mo
share/locale/be/LC_MESSAGES/tdetexteditor_autobookmarker.mo
share/locale/be/LC_MESSAGES/tdetexteditor_docwordcompletion.mo
share/locale/be/LC_MESSAGES/tdetexteditor_insertfile.mo
share/locale/be/LC_MESSAGES/tdetexteditor_isearch.mo
share/locale/be/LC_MESSAGES/tdetexteditor_kdatatool.mo
share/locale/be/LC_MESSAGES/tdevdesigner.mo
share/locale/be/LC_MESSAGES/tdevtipofday.mo
share/locale/be/LC_MESSAGES/tdewalletmanager.mo
share/locale/be/LC_MESSAGES/tdmconfig.mo
share/locale/be/LC_MESSAGES/tdmgreet.mo
share/locale/be/LC_MESSAGES/timezones.mo
share/locale/be/LC_MESSAGES/trashapplet.mo
share/locale/be/LC_MESSAGES/twin.mo
share/locale/be/LC_MESSAGES/twin4.mo
share/locale/be/LC_MESSAGES/twin_art_clients.mo
share/locale/be/LC_MESSAGES/twin_clients.mo
share/locale/be/LC_MESSAGES/twin_lib.mo
share/locale/be/LC_MESSAGES/tyler.mo
share/locale/be/LC_MESSAGES/umbrello.mo
share/locale/be/LC_MESSAGES/useraccount.mo
share/locale/be/charset
share/locale/be/entry.desktop
share/locale/be/flag.png

@ -0,0 +1,43 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: core/tde-i18n-bg > misc/tde-i18n-bg
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTLANG= bg
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${PORTLANG}
TDE_PREVERSION=
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= misc x11
DIST_SUBDIR= TDE/core
PKGNAMEPREFIX= ${PORTLANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${PORTLANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}template/' \
'${EXTRACT_BASE}translations/' \
'${EXTRACT_BASE}tde-i18n-${PORTLANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
\
-DBUILD_ALL="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1682085478
SHA256 (TDE/core/tde-i18n-trinity_14.1.0.orig.tar.xz) = 9f64b518db380d1d0acf3f6b5baafdb3f486953739b9484bdc5d31f34f466a75
SIZE (TDE/core/tde-i18n-trinity_14.1.0.orig.tar.xz) = 195332236

@ -0,0 +1 @@
Bulgarian (bg) internationalized (i18n) files for TDE

@ -0,0 +1,551 @@
share/apps/khangman/data/bg/animals.kvtml
share/apps/khangman/data/bg/easy.kvtml
share/apps/khangman/data/bg/hard.kvtml
share/apps/khangman/data/bg/medium.kvtml
share/locale/bg/LC_MESSAGES/akregator.mo
share/locale/bg/LC_MESSAGES/akregator_konqplugin.mo
share/locale/bg/LC_MESSAGES/alsaplayerui.mo
share/locale/bg/LC_MESSAGES/amor.mo
share/locale/bg/LC_MESSAGES/appletproxy.mo
share/locale/bg/LC_MESSAGES/ark.mo
share/locale/bg/LC_MESSAGES/ark_plugin.mo
share/locale/bg/LC_MESSAGES/artsbuilder.mo
share/locale/bg/LC_MESSAGES/artscontrol.mo
share/locale/bg/LC_MESSAGES/artsmodules.mo
share/locale/bg/LC_MESSAGES/atlantik.mo
share/locale/bg/LC_MESSAGES/atlantikdesigner.mo
share/locale/bg/LC_MESSAGES/audiocd_encoder_lame.mo
share/locale/bg/LC_MESSAGES/audiocd_encoder_vorbis.mo
share/locale/bg/LC_MESSAGES/audiorename_plugin.mo
share/locale/bg/LC_MESSAGES/autorefresh.mo
share/locale/bg/LC_MESSAGES/babelfish.mo
share/locale/bg/LC_MESSAGES/blinken.mo
share/locale/bg/LC_MESSAGES/charlatanui.mo
share/locale/bg/LC_MESSAGES/clockapplet.mo
share/locale/bg/LC_MESSAGES/crashesplugin.mo
share/locale/bg/LC_MESSAGES/cupsdconf.mo
share/locale/bg/LC_MESSAGES/dcoprss.mo
share/locale/bg/LC_MESSAGES/dirfilterplugin.mo
share/locale/bg/LC_MESSAGES/display.mo
share/locale/bg/LC_MESSAGES/dockbarextension.mo
share/locale/bg/LC_MESSAGES/domtreeviewer.mo
share/locale/bg/LC_MESSAGES/drkonqi.mo
share/locale/bg/LC_MESSAGES/dub.mo
share/locale/bg/LC_MESSAGES/extensionproxy.mo
share/locale/bg/LC_MESSAGES/ffrs.mo
share/locale/bg/LC_MESSAGES/filetypes.mo
share/locale/bg/LC_MESSAGES/fsview.mo
share/locale/bg/LC_MESSAGES/htmlsearch.mo
share/locale/bg/LC_MESSAGES/imagerename_plugin.mo
share/locale/bg/LC_MESSAGES/imgalleryplugin.mo
share/locale/bg/LC_MESSAGES/irkick.mo
share/locale/bg/LC_MESSAGES/joystick.mo
share/locale/bg/LC_MESSAGES/juk.mo
share/locale/bg/LC_MESSAGES/kaboodle.mo
share/locale/bg/LC_MESSAGES/kaccess.mo
share/locale/bg/LC_MESSAGES/kaddressbook.mo
share/locale/bg/LC_MESSAGES/kalarm.mo
share/locale/bg/LC_MESSAGES/kalzium.mo
share/locale/bg/LC_MESSAGES/kanagram.mo
share/locale/bg/LC_MESSAGES/kandy.mo
share/locale/bg/LC_MESSAGES/kappfinder.mo
share/locale/bg/LC_MESSAGES/karm.mo
share/locale/bg/LC_MESSAGES/kasbarextension.mo
share/locale/bg/LC_MESSAGES/kasteroids.mo
share/locale/bg/LC_MESSAGES/kate.mo
share/locale/bg/LC_MESSAGES/katecppsymbolviewer.mo
share/locale/bg/LC_MESSAGES/katefiletemplates.mo
share/locale/bg/LC_MESSAGES/katefll_initplugin.mo
share/locale/bg/LC_MESSAGES/katefll_plugin.mo
share/locale/bg/LC_MESSAGES/katehelloworld.mo
share/locale/bg/LC_MESSAGES/katehtmltools.mo
share/locale/bg/LC_MESSAGES/kateinsertcommand.mo
share/locale/bg/LC_MESSAGES/katekjswrapper.mo
share/locale/bg/LC_MESSAGES/katemake.mo
share/locale/bg/LC_MESSAGES/katemodeline.mo
share/locale/bg/LC_MESSAGES/kateopenheader.mo
share/locale/bg/LC_MESSAGES/katepart.mo
share/locale/bg/LC_MESSAGES/katepybrowse.mo
share/locale/bg/LC_MESSAGES/katesnippets.mo
share/locale/bg/LC_MESSAGES/katetabbarextension.mo
share/locale/bg/LC_MESSAGES/katetextfilter.mo
share/locale/bg/LC_MESSAGES/katexmlcheck.mo
share/locale/bg/LC_MESSAGES/katexmltools.mo
share/locale/bg/LC_MESSAGES/katomic.mo
share/locale/bg/LC_MESSAGES/kaudiocreator.mo
share/locale/bg/LC_MESSAGES/kay.mo
share/locale/bg/LC_MESSAGES/kbabel.mo
share/locale/bg/LC_MESSAGES/kbackgammon.mo
share/locale/bg/LC_MESSAGES/kbattleship.mo
share/locale/bg/LC_MESSAGES/kbinaryclock.mo
share/locale/bg/LC_MESSAGES/kblackbox.mo
share/locale/bg/LC_MESSAGES/kbounce.mo
share/locale/bg/LC_MESSAGES/kbruch.mo
share/locale/bg/LC_MESSAGES/kbstateapplet.mo
share/locale/bg/LC_MESSAGES/kcalc.mo
share/locale/bg/LC_MESSAGES/kcharselect.mo
share/locale/bg/LC_MESSAGES/kcharselectapplet.mo
share/locale/bg/LC_MESSAGES/kcm_krfb.mo
share/locale/bg/LC_MESSAGES/kcm_kviewcanvasconfig.mo
share/locale/bg/LC_MESSAGES/kcm_kviewgeneralconfig.mo
share/locale/bg/LC_MESSAGES/kcm_kviewpluginsconfig.mo
share/locale/bg/LC_MESSAGES/kcm_kviewviewerpluginsconfig.mo
share/locale/bg/LC_MESSAGES/kcmaccess.mo
share/locale/bg/LC_MESSAGES/kcmaccessibility.mo
share/locale/bg/LC_MESSAGES/kcmarts.mo
share/locale/bg/LC_MESSAGES/kcmaudiocd.mo
share/locale/bg/LC_MESSAGES/kcmbackground.mo
share/locale/bg/LC_MESSAGES/kcmbell.mo
share/locale/bg/LC_MESSAGES/kcmcddb.mo
share/locale/bg/LC_MESSAGES/kcmcgi.mo
share/locale/bg/LC_MESSAGES/kcmcolors.mo
share/locale/bg/LC_MESSAGES/kcmcomponentchooser.mo
share/locale/bg/LC_MESSAGES/kcmcrypto.mo
share/locale/bg/LC_MESSAGES/kcmcss.mo
share/locale/bg/LC_MESSAGES/kcmenergy.mo
share/locale/bg/LC_MESSAGES/kcmfonts.mo
share/locale/bg/LC_MESSAGES/kcmhtmlsearch.mo
share/locale/bg/LC_MESSAGES/kcmicons.mo
share/locale/bg/LC_MESSAGES/kcminfo.mo
share/locale/bg/LC_MESSAGES/kcminput.mo
share/locale/bg/LC_MESSAGES/kcmioslaveinfo.mo
share/locale/bg/LC_MESSAGES/kcmkabconfig.mo
share/locale/bg/LC_MESSAGES/kcmkamera.mo
share/locale/bg/LC_MESSAGES/kcmkclock.mo
share/locale/bg/LC_MESSAGES/kcmkded.mo
share/locale/bg/LC_MESSAGES/kcmkeys.mo
share/locale/bg/LC_MESSAGES/kcmkicker.mo
share/locale/bg/LC_MESSAGES/kcmkonq.mo
share/locale/bg/LC_MESSAGES/kcmkonqhtml.mo
share/locale/bg/LC_MESSAGES/kcmkonsole.mo
share/locale/bg/LC_MESSAGES/kcmkontactnt.mo
share/locale/bg/LC_MESSAGES/kcmktalkd.mo
share/locale/bg/LC_MESSAGES/kcmkuick.mo
share/locale/bg/LC_MESSAGES/kcmkurifilt.mo
share/locale/bg/LC_MESSAGES/kcmkvaio.mo
share/locale/bg/LC_MESSAGES/kcmkwm.mo
share/locale/bg/LC_MESSAGES/kcmlanbrowser.mo
share/locale/bg/LC_MESSAGES/kcmlaptop.mo
share/locale/bg/LC_MESSAGES/kcmlaunch.mo
share/locale/bg/LC_MESSAGES/kcmlayout.mo
share/locale/bg/LC_MESSAGES/kcmlilo.mo
share/locale/bg/LC_MESSAGES/kcmlirc.mo
share/locale/bg/LC_MESSAGES/kcmlocale.mo
share/locale/bg/LC_MESSAGES/kcmmedia.mo
share/locale/bg/LC_MESSAGES/kcmnic.mo
share/locale/bg/LC_MESSAGES/kcmnotify.mo
share/locale/bg/LC_MESSAGES/kcmperformance.mo
share/locale/bg/LC_MESSAGES/kcmprintmgr.mo
share/locale/bg/LC_MESSAGES/kcmsamba.mo
share/locale/bg/LC_MESSAGES/kcmscreensaver.mo
share/locale/bg/LC_MESSAGES/kcmsmartcard.mo
share/locale/bg/LC_MESSAGES/kcmsmserver.mo
share/locale/bg/LC_MESSAGES/kcmspellchecking.mo
share/locale/bg/LC_MESSAGES/kcmstyle.mo
share/locale/bg/LC_MESSAGES/kcmtaskbar.mo
share/locale/bg/LC_MESSAGES/kcmtdednssd.mo
share/locale/bg/LC_MESSAGES/kcmtdeio.mo
share/locale/bg/LC_MESSAGES/kcmtdewallet.mo
share/locale/bg/LC_MESSAGES/kcmthinkpad.mo
share/locale/bg/LC_MESSAGES/kcmtwindecoration.mo
share/locale/bg/LC_MESSAGES/kcmtwinrules.mo
share/locale/bg/LC_MESSAGES/kcmusb.mo
share/locale/bg/LC_MESSAGES/kcmview1394.mo
share/locale/bg/LC_MESSAGES/kcmwifi.mo
share/locale/bg/LC_MESSAGES/kcmxinerama.mo
share/locale/bg/LC_MESSAGES/kcoloredit.mo
share/locale/bg/LC_MESSAGES/kcontrol.mo
share/locale/bg/LC_MESSAGES/kcron.mo
share/locale/bg/LC_MESSAGES/kdat.mo
share/locale/bg/LC_MESSAGES/kdcop.mo
share/locale/bg/LC_MESSAGES/kdesktop.mo
share/locale/bg/LC_MESSAGES/kdf.mo
share/locale/bg/LC_MESSAGES/kdgantt.mo
share/locale/bg/LC_MESSAGES/kdialog.mo
share/locale/bg/LC_MESSAGES/kdict.mo
share/locale/bg/LC_MESSAGES/kdictapplet.mo
share/locale/bg/LC_MESSAGES/kdjview.mo
share/locale/bg/LC_MESSAGES/kdvi.mo
share/locale/bg/LC_MESSAGES/kedit.mo
share/locale/bg/LC_MESSAGES/keduca.mo
share/locale/bg/LC_MESSAGES/kenolaba.mo
share/locale/bg/LC_MESSAGES/kfax.mo
share/locale/bg/LC_MESSAGES/kfaxview.mo
share/locale/bg/LC_MESSAGES/kfifteenapplet.mo
share/locale/bg/LC_MESSAGES/kfindpart.mo
share/locale/bg/LC_MESSAGES/kfloppy.mo
share/locale/bg/LC_MESSAGES/kfmclient.mo
share/locale/bg/LC_MESSAGES/kfouleggs.mo
share/locale/bg/LC_MESSAGES/kgamma.mo
share/locale/bg/LC_MESSAGES/kgantt.mo
share/locale/bg/LC_MESSAGES/kgeography.mo
share/locale/bg/LC_MESSAGES/kget.mo
share/locale/bg/LC_MESSAGES/kghostview.mo
share/locale/bg/LC_MESSAGES/kgoldrunner.mo
share/locale/bg/LC_MESSAGES/kgpg.mo
share/locale/bg/LC_MESSAGES/kgreet_classic.mo
share/locale/bg/LC_MESSAGES/kgreet_winbind.mo
share/locale/bg/LC_MESSAGES/khangman.mo
share/locale/bg/LC_MESSAGES/khelpcenter.mo
share/locale/bg/LC_MESSAGES/khexedit.mo
share/locale/bg/LC_MESSAGES/khexedit2part.mo
share/locale/bg/LC_MESSAGES/khotkeys.mo
share/locale/bg/LC_MESSAGES/kicker.mo
share/locale/bg/LC_MESSAGES/kickermenu_kate.mo
share/locale/bg/LC_MESSAGES/kig.mo
share/locale/bg/LC_MESSAGES/kimagemapeditor.mo
share/locale/bg/LC_MESSAGES/kinetd.mo
share/locale/bg/LC_MESSAGES/kiten.mo
share/locale/bg/LC_MESSAGES/kjobviewer.mo
share/locale/bg/LC_MESSAGES/kjots.mo
share/locale/bg/LC_MESSAGES/kjumpingcube.mo
share/locale/bg/LC_MESSAGES/klaptopdaemon.mo
share/locale/bg/LC_MESSAGES/klatin.mo
share/locale/bg/LC_MESSAGES/kleopatra.mo
share/locale/bg/LC_MESSAGES/klettres.mo
share/locale/bg/LC_MESSAGES/klickety.mo
share/locale/bg/LC_MESSAGES/klines.mo
share/locale/bg/LC_MESSAGES/klinkstatus.mo
share/locale/bg/LC_MESSAGES/klipper.mo
share/locale/bg/LC_MESSAGES/klock.mo
share/locale/bg/LC_MESSAGES/kmag.mo
share/locale/bg/LC_MESSAGES/kmahjongg.mo
share/locale/bg/LC_MESSAGES/kmail.mo
share/locale/bg/LC_MESSAGES/kmail_text_calendar_plugin.mo
share/locale/bg/LC_MESSAGES/kmail_text_vcard_plugin.mo
share/locale/bg/LC_MESSAGES/kmailcvt.mo
share/locale/bg/LC_MESSAGES/kmathapplet.mo
share/locale/bg/LC_MESSAGES/kmcop.mo
share/locale/bg/LC_MESSAGES/kmenuapplet.mo
share/locale/bg/LC_MESSAGES/kmenuedit.mo
share/locale/bg/LC_MESSAGES/kmilo_delli8k.mo
share/locale/bg/LC_MESSAGES/kmilo_generic.mo
share/locale/bg/LC_MESSAGES/kmilo_kvaio.mo
share/locale/bg/LC_MESSAGES/kmilo_powerbook.mo
share/locale/bg/LC_MESSAGES/kmilo_thinkpad.mo
share/locale/bg/LC_MESSAGES/kmilod.mo
share/locale/bg/LC_MESSAGES/kmines.mo
share/locale/bg/LC_MESSAGES/kminipagerapplet.mo
share/locale/bg/LC_MESSAGES/kmix.mo
share/locale/bg/LC_MESSAGES/kmobile.mo
share/locale/bg/LC_MESSAGES/kmoon.mo
share/locale/bg/LC_MESSAGES/kmousetool.mo
share/locale/bg/LC_MESSAGES/kmouth.mo
share/locale/bg/LC_MESSAGES/kmplot.mo
share/locale/bg/LC_MESSAGES/kmrml.mo
share/locale/bg/LC_MESSAGES/knetattach.mo
share/locale/bg/LC_MESSAGES/knetwalk.mo
share/locale/bg/LC_MESSAGES/knetworkconf.mo
share/locale/bg/LC_MESSAGES/knewsticker.mo
share/locale/bg/LC_MESSAGES/knode.mo
share/locale/bg/LC_MESSAGES/knotes.mo
share/locale/bg/LC_MESSAGES/knotify.mo
share/locale/bg/LC_MESSAGES/kodo.mo
share/locale/bg/LC_MESSAGES/kolf.mo
share/locale/bg/LC_MESSAGES/kolourpaint.mo
share/locale/bg/LC_MESSAGES/kolourpicker.mo
share/locale/bg/LC_MESSAGES/kommander.mo
share/locale/bg/LC_MESSAGES/kompare.mo
share/locale/bg/LC_MESSAGES/konqsidebar_delicious.mo
share/locale/bg/LC_MESSAGES/konqsidebar_mediaplayer.mo
share/locale/bg/LC_MESSAGES/konqsidebar_metabar.mo
share/locale/bg/LC_MESSAGES/konqsidebar_news.mo
share/locale/bg/LC_MESSAGES/konqueror.mo
share/locale/bg/LC_MESSAGES/konquest.mo
share/locale/bg/LC_MESSAGES/konsole.mo
share/locale/bg/LC_MESSAGES/konsolekalendar.mo
share/locale/bg/LC_MESSAGES/kontact.mo
share/locale/bg/LC_MESSAGES/kooka.mo
share/locale/bg/LC_MESSAGES/kopete.mo
share/locale/bg/LC_MESSAGES/korganizer.mo
share/locale/bg/LC_MESSAGES/korn.mo
share/locale/bg/LC_MESSAGES/kpackage.mo
share/locale/bg/LC_MESSAGES/kpager.mo
share/locale/bg/LC_MESSAGES/kpat.mo
share/locale/bg/LC_MESSAGES/kpdf.mo
share/locale/bg/LC_MESSAGES/kpercentage.mo
share/locale/bg/LC_MESSAGES/kpersonalizer.mo
share/locale/bg/LC_MESSAGES/kpf.mo
share/locale/bg/LC_MESSAGES/kpoker.mo
share/locale/bg/LC_MESSAGES/kpovmodeler.mo
share/locale/bg/LC_MESSAGES/kppp.mo
share/locale/bg/LC_MESSAGES/kppplogview.mo
share/locale/bg/LC_MESSAGES/kprinter.mo
share/locale/bg/LC_MESSAGES/krdb.mo
share/locale/bg/LC_MESSAGES/krdc.mo
share/locale/bg/LC_MESSAGES/kreadconfig.mo
share/locale/bg/LC_MESSAGES/krec.mo
share/locale/bg/LC_MESSAGES/kregexpeditor.mo
share/locale/bg/LC_MESSAGES/kres_birthday.mo
share/locale/bg/LC_MESSAGES/kres_blogging.mo
share/locale/bg/LC_MESSAGES/kres_bugzilla.mo
share/locale/bg/LC_MESSAGES/kres_exchange.mo
share/locale/bg/LC_MESSAGES/kres_featureplan.mo
share/locale/bg/LC_MESSAGES/kres_groupware.mo
share/locale/bg/LC_MESSAGES/kres_groupwise.mo
share/locale/bg/LC_MESSAGES/kres_kolab.mo
share/locale/bg/LC_MESSAGES/kres_remote.mo
share/locale/bg/LC_MESSAGES/kres_tvanytime.mo
share/locale/bg/LC_MESSAGES/kres_xmlrpc.mo
share/locale/bg/LC_MESSAGES/kreversi.mo
share/locale/bg/LC_MESSAGES/krfb.mo
share/locale/bg/LC_MESSAGES/kruler.mo
share/locale/bg/LC_MESSAGES/krunapplet.mo
share/locale/bg/LC_MESSAGES/ksame.mo
share/locale/bg/LC_MESSAGES/ksayit.mo
share/locale/bg/LC_MESSAGES/kscd.mo
share/locale/bg/LC_MESSAGES/kshisen.mo
share/locale/bg/LC_MESSAGES/ksig.mo
share/locale/bg/LC_MESSAGES/ksim.mo
share/locale/bg/LC_MESSAGES/ksirc.mo
share/locale/bg/LC_MESSAGES/ksirtet.mo
share/locale/bg/LC_MESSAGES/ksmiletris.mo
share/locale/bg/LC_MESSAGES/ksmserver.mo
share/locale/bg/LC_MESSAGES/ksnake.mo
share/locale/bg/LC_MESSAGES/ksnapshot.mo
share/locale/bg/LC_MESSAGES/ksokoban.mo
share/locale/bg/LC_MESSAGES/kspaceduel.mo
share/locale/bg/LC_MESSAGES/ksplash.mo
share/locale/bg/LC_MESSAGES/ksplashthemes.mo
share/locale/bg/LC_MESSAGES/kstars.mo
share/locale/bg/LC_MESSAGES/kstart.mo
share/locale/bg/LC_MESSAGES/kstartperf.mo
share/locale/bg/LC_MESSAGES/ksvgplugin.mo
share/locale/bg/LC_MESSAGES/ksysguard.mo
share/locale/bg/LC_MESSAGES/ksystemtrayapplet.mo
share/locale/bg/LC_MESSAGES/ksystraycmd.mo
share/locale/bg/LC_MESSAGES/ksysv.mo
share/locale/bg/LC_MESSAGES/kteatime.mo
share/locale/bg/LC_MESSAGES/kthememanager.mo
share/locale/bg/LC_MESSAGES/ktimemon.mo
share/locale/bg/LC_MESSAGES/ktimer.mo
share/locale/bg/LC_MESSAGES/ktip.mo
share/locale/bg/LC_MESSAGES/ktnef.mo
share/locale/bg/LC_MESSAGES/ktouch.mo
share/locale/bg/LC_MESSAGES/ktron.mo
share/locale/bg/LC_MESSAGES/kttsd.mo
share/locale/bg/LC_MESSAGES/ktuberling.mo
share/locale/bg/LC_MESSAGES/kturtle.mo
share/locale/bg/LC_MESSAGES/ktux.mo
share/locale/bg/LC_MESSAGES/kuick_plugin.mo
share/locale/bg/LC_MESSAGES/kuickshow.mo
share/locale/bg/LC_MESSAGES/kuiviewer.mo
share/locale/bg/LC_MESSAGES/kuser.mo
share/locale/bg/LC_MESSAGES/kverbos.mo
share/locale/bg/LC_MESSAGES/kview.mo
share/locale/bg/LC_MESSAGES/kview_scale.mo
share/locale/bg/LC_MESSAGES/kviewbrowserplugin.mo
share/locale/bg/LC_MESSAGES/kviewcanvas.mo
share/locale/bg/LC_MESSAGES/kvieweffectsplugin.mo
share/locale/bg/LC_MESSAGES/kviewpresenterplugin.mo
share/locale/bg/LC_MESSAGES/kviewscannerplugin.mo
share/locale/bg/LC_MESSAGES/kviewshell.mo
share/locale/bg/LC_MESSAGES/kviewviewer.mo
share/locale/bg/LC_MESSAGES/kvoctrain.mo
share/locale/bg/LC_MESSAGES/kwatchgnupg.mo
share/locale/bg/LC_MESSAGES/kweather.mo
share/locale/bg/LC_MESSAGES/kwifimanager.mo
share/locale/bg/LC_MESSAGES/kwireless.mo
share/locale/bg/LC_MESSAGES/kwordquiz.mo
share/locale/bg/LC_MESSAGES/kworldclock.mo
share/locale/bg/LC_MESSAGES/kwriteconfig.mo
share/locale/bg/LC_MESSAGES/kxkb.mo
share/locale/bg/LC_MESSAGES/kxsconfig.mo
share/locale/bg/LC_MESSAGES/kxsldbg.mo
share/locale/bg/LC_MESSAGES/libKTTSD.mo
share/locale/bg/LC_MESSAGES/libdmctl.mo
share/locale/bg/LC_MESSAGES/libkaddrbk_geo_xxport.mo
share/locale/bg/LC_MESSAGES/libkaddrbk_gmx_xxport.mo
share/locale/bg/LC_MESSAGES/libkcal.mo
share/locale/bg/LC_MESSAGES/libkcddb.mo
share/locale/bg/LC_MESSAGES/libkfaximgage.mo
share/locale/bg/LC_MESSAGES/libkholidays.mo
share/locale/bg/LC_MESSAGES/libkicker.mo
share/locale/bg/LC_MESSAGES/libkickermenu_konsole.mo
share/locale/bg/LC_MESSAGES/libkickermenu_prefmenu.mo
share/locale/bg/LC_MESSAGES/libkickermenu_recentdocs.mo
share/locale/bg/LC_MESSAGES/libkickermenu_remotemenu.mo
share/locale/bg/LC_MESSAGES/libkickermenu_systemmenu.mo
share/locale/bg/LC_MESSAGES/libkickermenu_tdeprint.mo
share/locale/bg/LC_MESSAGES/libkickermenu_tom.mo
share/locale/bg/LC_MESSAGES/libkleopatra.mo
share/locale/bg/LC_MESSAGES/libkmime.mo
share/locale/bg/LC_MESSAGES/libkonq.mo
share/locale/bg/LC_MESSAGES/libkpgp.mo
share/locale/bg/LC_MESSAGES/libkpimexchange.mo
share/locale/bg/LC_MESSAGES/libkscan.mo
share/locale/bg/LC_MESSAGES/libksieve.mo
share/locale/bg/LC_MESSAGES/libksirtet.mo
share/locale/bg/LC_MESSAGES/libksync.mo
share/locale/bg/LC_MESSAGES/libtaskbar.mo
share/locale/bg/LC_MESSAGES/libtaskmanager.mo
share/locale/bg/LC_MESSAGES/libtdeedu.mo
share/locale/bg/LC_MESSAGES/libtdegames.mo
share/locale/bg/LC_MESSAGES/libtdepim.mo
share/locale/bg/LC_MESSAGES/libtdescreensaver.mo
share/locale/bg/LC_MESSAGES/lockout.mo
share/locale/bg/LC_MESSAGES/lskat.mo
share/locale/bg/LC_MESSAGES/lyrics.mo
share/locale/bg/LC_MESSAGES/mediaapplet.mo
share/locale/bg/LC_MESSAGES/mediacontrol.mo
share/locale/bg/LC_MESSAGES/mf_konqplugin.mo
share/locale/bg/LC_MESSAGES/minitoolsplugin.mo
share/locale/bg/LC_MESSAGES/naughtyapplet.mo
share/locale/bg/LC_MESSAGES/nexscope.mo
share/locale/bg/LC_MESSAGES/noatun.mo
share/locale/bg/LC_MESSAGES/nsplugin.mo
share/locale/bg/LC_MESSAGES/pitchablespeed.mo
share/locale/bg/LC_MESSAGES/ppdtranslations.mo
share/locale/bg/LC_MESSAGES/privacy.mo
share/locale/bg/LC_MESSAGES/quanta.mo
share/locale/bg/LC_MESSAGES/quicklauncher.mo
share/locale/bg/LC_MESSAGES/rellinks.mo
share/locale/bg/LC_MESSAGES/searchbarplugin.mo
share/locale/bg/LC_MESSAGES/secpolicy.mo
share/locale/bg/LC_MESSAGES/spy.mo
share/locale/bg/LC_MESSAGES/superkaramba.mo
share/locale/bg/LC_MESSAGES/synaescope.mo
share/locale/bg/LC_MESSAGES/tdeabc2mutt.mo
share/locale/bg/LC_MESSAGES/tdeabc_dir.mo
share/locale/bg/LC_MESSAGES/tdeabc_file.mo
share/locale/bg/LC_MESSAGES/tdeabc_ldaptdeio.mo
share/locale/bg/LC_MESSAGES/tdeabc_net.mo
share/locale/bg/LC_MESSAGES/tdeabc_slox.mo
share/locale/bg/LC_MESSAGES/tdeabc_sql.mo
share/locale/bg/LC_MESSAGES/tdeabcformat_binary.mo
share/locale/bg/LC_MESSAGES/tdecmshell.mo
share/locale/bg/LC_MESSAGES/tdedebugdialog.mo
share/locale/bg/LC_MESSAGES/tdefile_au.mo
share/locale/bg/LC_MESSAGES/tdefile_avi.mo
share/locale/bg/LC_MESSAGES/tdefile_bmp.mo
share/locale/bg/LC_MESSAGES/tdefile_cert.mo
share/locale/bg/LC_MESSAGES/tdefile_cpp.mo
share/locale/bg/LC_MESSAGES/tdefile_dds.mo
share/locale/bg/LC_MESSAGES/tdefile_deb.mo
share/locale/bg/LC_MESSAGES/tdefile_desktop.mo
share/locale/bg/LC_MESSAGES/tdefile_diff.mo
share/locale/bg/LC_MESSAGES/tdefile_drgeo.mo
share/locale/bg/LC_MESSAGES/tdefile_dvi.mo
share/locale/bg/LC_MESSAGES/tdefile_exr.mo
share/locale/bg/LC_MESSAGES/tdefile_flac.mo
share/locale/bg/LC_MESSAGES/tdefile_folder.mo
share/locale/bg/LC_MESSAGES/tdefile_gif.mo
share/locale/bg/LC_MESSAGES/tdefile_html.mo
share/locale/bg/LC_MESSAGES/tdefile_ico.mo
share/locale/bg/LC_MESSAGES/tdefile_ics.mo
share/locale/bg/LC_MESSAGES/tdefile_jpeg.mo
share/locale/bg/LC_MESSAGES/tdefile_kig.mo
share/locale/bg/LC_MESSAGES/tdefile_lnk.mo
share/locale/bg/LC_MESSAGES/tdefile_m3u.mo
share/locale/bg/LC_MESSAGES/tdefile_mhtml.mo
share/locale/bg/LC_MESSAGES/tdefile_mp3.mo
share/locale/bg/LC_MESSAGES/tdefile_mpc.mo
share/locale/bg/LC_MESSAGES/tdefile_mpeg.mo
share/locale/bg/LC_MESSAGES/tdefile_ogg.mo
share/locale/bg/LC_MESSAGES/tdefile_palm.mo
share/locale/bg/LC_MESSAGES/tdefile_pcx.mo
share/locale/bg/LC_MESSAGES/tdefile_pdf.mo
share/locale/bg/LC_MESSAGES/tdefile_png.mo
share/locale/bg/LC_MESSAGES/tdefile_pnm.mo
share/locale/bg/LC_MESSAGES/tdefile_po.mo
share/locale/bg/LC_MESSAGES/tdefile_ps.mo
share/locale/bg/LC_MESSAGES/tdefile_rfc822.mo
share/locale/bg/LC_MESSAGES/tdefile_rgb.mo
share/locale/bg/LC_MESSAGES/tdefile_rpm.mo
share/locale/bg/LC_MESSAGES/tdefile_sid.mo
share/locale/bg/LC_MESSAGES/tdefile_tga.mo
share/locale/bg/LC_MESSAGES/tdefile_theora.mo
share/locale/bg/LC_MESSAGES/tdefile_tiff.mo
share/locale/bg/LC_MESSAGES/tdefile_torrent.mo
share/locale/bg/LC_MESSAGES/tdefile_ts.mo
share/locale/bg/LC_MESSAGES/tdefile_txt.mo
share/locale/bg/LC_MESSAGES/tdefile_vcf.mo
share/locale/bg/LC_MESSAGES/tdefile_wav.mo
share/locale/bg/LC_MESSAGES/tdefile_xbm.mo
share/locale/bg/LC_MESSAGES/tdefile_xpm.mo
share/locale/bg/LC_MESSAGES/tdefileaudiopreview.mo
share/locale/bg/LC_MESSAGES/tdefilereplace.mo
share/locale/bg/LC_MESSAGES/tdefileshare.mo
share/locale/bg/LC_MESSAGES/tdefontinst.mo
share/locale/bg/LC_MESSAGES/tdehtmlkttsd.mo
share/locale/bg/LC_MESSAGES/tdehtmlsettingsplugin.mo
share/locale/bg/LC_MESSAGES/tdeiconedit.mo
share/locale/bg/LC_MESSAGES/tdeio.mo
share/locale/bg/LC_MESSAGES/tdeio_audiocd.mo
share/locale/bg/LC_MESSAGES/tdeio_finger.mo
share/locale/bg/LC_MESSAGES/tdeio_fish.mo
share/locale/bg/LC_MESSAGES/tdeio_floppy.mo
share/locale/bg/LC_MESSAGES/tdeio_groupwise.mo
share/locale/bg/LC_MESSAGES/tdeio_help.mo
share/locale/bg/LC_MESSAGES/tdeio_home.mo
share/locale/bg/LC_MESSAGES/tdeio_imap4.mo
share/locale/bg/LC_MESSAGES/tdeio_jabberdisco.mo
share/locale/bg/LC_MESSAGES/tdeio_lan.mo
share/locale/bg/LC_MESSAGES/tdeio_ldap.mo
share/locale/bg/LC_MESSAGES/tdeio_mac.mo
share/locale/bg/LC_MESSAGES/tdeio_man.mo
share/locale/bg/LC_MESSAGES/tdeio_media.mo
share/locale/bg/LC_MESSAGES/tdeio_mobile.mo
share/locale/bg/LC_MESSAGES/tdeio_nfs.mo
share/locale/bg/LC_MESSAGES/tdeio_nntp.mo
share/locale/bg/LC_MESSAGES/tdeio_pop3.mo
share/locale/bg/LC_MESSAGES/tdeio_print.mo
share/locale/bg/LC_MESSAGES/tdeio_remote.mo
share/locale/bg/LC_MESSAGES/tdeio_settings.mo
share/locale/bg/LC_MESSAGES/tdeio_sftp.mo
share/locale/bg/LC_MESSAGES/tdeio_sieve.mo
share/locale/bg/LC_MESSAGES/tdeio_smb.mo
share/locale/bg/LC_MESSAGES/tdeio_smtp.mo
share/locale/bg/LC_MESSAGES/tdeio_svn.mo
share/locale/bg/LC_MESSAGES/tdeio_system.mo
share/locale/bg/LC_MESSAGES/tdeio_tar.mo
share/locale/bg/LC_MESSAGES/tdeio_thumbnail.mo
share/locale/bg/LC_MESSAGES/tdeio_trash.mo
share/locale/bg/LC_MESSAGES/tdeio_zeroconf.mo
share/locale/bg/LC_MESSAGES/tdeioexec.mo
share/locale/bg/LC_MESSAGES/tdelibs.mo
share/locale/bg/LC_MESSAGES/tdelibs_colors.mo
share/locale/bg/LC_MESSAGES/tdelirc.mo
share/locale/bg/LC_MESSAGES/tdemid.mo
share/locale/bg/LC_MESSAGES/tdepartsaver.mo
share/locale/bg/LC_MESSAGES/tdepasswd.mo
share/locale/bg/LC_MESSAGES/tdepimresources.mo
share/locale/bg/LC_MESSAGES/tdepimwizards.mo
share/locale/bg/LC_MESSAGES/tdeprint.mo
share/locale/bg/LC_MESSAGES/tdeprint_part.mo
share/locale/bg/LC_MESSAGES/tdeprintfax.mo
share/locale/bg/LC_MESSAGES/tderandr.mo
share/locale/bg/LC_MESSAGES/tdescreensaver.mo
share/locale/bg/LC_MESSAGES/tdessh.mo
share/locale/bg/LC_MESSAGES/tdestyle_highcontrast_config.mo
share/locale/bg/LC_MESSAGES/tdestyle_keramik_config.mo
share/locale/bg/LC_MESSAGES/tdestyle_phase_config.mo
share/locale/bg/LC_MESSAGES/tdestyle_plastik_config.mo
share/locale/bg/LC_MESSAGES/tdesu.mo
share/locale/bg/LC_MESSAGES/tdesud.mo
share/locale/bg/LC_MESSAGES/tdetexteditor_autobookmarker.mo
share/locale/bg/LC_MESSAGES/tdetexteditor_docwordcompletion.mo
share/locale/bg/LC_MESSAGES/tdetexteditor_insertfile.mo
share/locale/bg/LC_MESSAGES/tdetexteditor_isearch.mo
share/locale/bg/LC_MESSAGES/tdetexteditor_kdatatool.mo
share/locale/bg/LC_MESSAGES/tdewalletmanager.mo
share/locale/bg/LC_MESSAGES/tdmconfig.mo
share/locale/bg/LC_MESSAGES/tdmgreet.mo
share/locale/bg/LC_MESSAGES/timezones.mo
share/locale/bg/LC_MESSAGES/tippecanoe.mo
share/locale/bg/LC_MESSAGES/trashapplet.mo
share/locale/bg/LC_MESSAGES/twin.mo
share/locale/bg/LC_MESSAGES/twin4.mo
share/locale/bg/LC_MESSAGES/twin_art_clients.mo
share/locale/bg/LC_MESSAGES/twin_clients.mo
share/locale/bg/LC_MESSAGES/twin_lib.mo
share/locale/bg/LC_MESSAGES/tyler.mo
share/locale/bg/LC_MESSAGES/uachangerplugin.mo
share/locale/bg/LC_MESSAGES/useraccount.mo
share/locale/bg/LC_MESSAGES/validatorsplugin.mo
share/locale/bg/LC_MESSAGES/wakeup.mo
share/locale/bg/LC_MESSAGES/wavecapture.mo
share/locale/bg/LC_MESSAGES/webarchiver.mo
share/locale/bg/charset
share/locale/bg/entry.desktop
share/locale/bg/flag.png

@ -0,0 +1,43 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: core/tde-i18n-bn > misc/tde-i18n-bn
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTLANG= bn
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${PORTLANG}
TDE_PREVERSION=
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= misc x11
DIST_SUBDIR= TDE/core
PKGNAMEPREFIX= ${PORTLANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${PORTLANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}template/' \
'${EXTRACT_BASE}translations/' \
'${EXTRACT_BASE}tde-i18n-${PORTLANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
\
-DBUILD_ALL="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1682085480
SHA256 (TDE/core/tde-i18n-trinity_14.1.0.orig.tar.xz) = 9f64b518db380d1d0acf3f6b5baafdb3f486953739b9484bdc5d31f34f466a75
SIZE (TDE/core/tde-i18n-trinity_14.1.0.orig.tar.xz) = 195332236

@ -0,0 +1 @@
Bengali (bn) internationalized (i18n) files for TDE

@ -0,0 +1,205 @@
share/locale/bn/LC_MESSAGES/amor.mo
share/locale/bn/LC_MESSAGES/appletproxy.mo
share/locale/bn/LC_MESSAGES/atlantik.mo
share/locale/bn/LC_MESSAGES/babelfish.mo
share/locale/bn/LC_MESSAGES/blinken.mo
share/locale/bn/LC_MESSAGES/clockapplet.mo
share/locale/bn/LC_MESSAGES/dcoprss.mo
share/locale/bn/LC_MESSAGES/display.mo
share/locale/bn/LC_MESSAGES/dockbarextension.mo
share/locale/bn/LC_MESSAGES/drkonqi.mo
share/locale/bn/LC_MESSAGES/extensionproxy.mo
share/locale/bn/LC_MESSAGES/filetypes.mo
share/locale/bn/LC_MESSAGES/htmlsearch.mo
share/locale/bn/LC_MESSAGES/juk.mo
share/locale/bn/LC_MESSAGES/kaccess.mo
share/locale/bn/LC_MESSAGES/kaddressbook.mo
share/locale/bn/LC_MESSAGES/kalzium.mo
share/locale/bn/LC_MESSAGES/kanagram.mo
share/locale/bn/LC_MESSAGES/kappfinder.mo
share/locale/bn/LC_MESSAGES/kasteroids.mo
share/locale/bn/LC_MESSAGES/kate.mo
share/locale/bn/LC_MESSAGES/katemodeline.mo
share/locale/bn/LC_MESSAGES/kateopenheader.mo
share/locale/bn/LC_MESSAGES/katepart.mo
share/locale/bn/LC_MESSAGES/katomic.mo
share/locale/bn/LC_MESSAGES/kbackgammon.mo
share/locale/bn/LC_MESSAGES/kbattleship.mo
share/locale/bn/LC_MESSAGES/kbinaryclock.mo
share/locale/bn/LC_MESSAGES/kblackbox.mo
share/locale/bn/LC_MESSAGES/kbounce.mo
share/locale/bn/LC_MESSAGES/kbruch.mo
share/locale/bn/LC_MESSAGES/kcmaccess.mo
share/locale/bn/LC_MESSAGES/kcmaccessibility.mo
share/locale/bn/LC_MESSAGES/kcmarts.mo
share/locale/bn/LC_MESSAGES/kcmbackground.mo
share/locale/bn/LC_MESSAGES/kcmcgi.mo
share/locale/bn/LC_MESSAGES/kcmenergy.mo
share/locale/bn/LC_MESSAGES/kcmfonts.mo
share/locale/bn/LC_MESSAGES/kcmicons.mo
share/locale/bn/LC_MESSAGES/kcminfo.mo
share/locale/bn/LC_MESSAGES/kcmioslaveinfo.mo
share/locale/bn/LC_MESSAGES/kcmkclock.mo
share/locale/bn/LC_MESSAGES/kcmkded.mo
share/locale/bn/LC_MESSAGES/kcmkicker.mo
share/locale/bn/LC_MESSAGES/kcmkonq.mo
share/locale/bn/LC_MESSAGES/kcmkonqhtml.mo
share/locale/bn/LC_MESSAGES/kcmkonsole.mo
share/locale/bn/LC_MESSAGES/kcmkwm.mo
share/locale/bn/LC_MESSAGES/kcmlayout.mo
share/locale/bn/LC_MESSAGES/kcmlocale.mo
share/locale/bn/LC_MESSAGES/kcmnic.mo
share/locale/bn/LC_MESSAGES/kcmnotify.mo
share/locale/bn/LC_MESSAGES/kcmprintmgr.mo
share/locale/bn/LC_MESSAGES/kcmscreensaver.mo
share/locale/bn/LC_MESSAGES/kcmsmartcard.mo
share/locale/bn/LC_MESSAGES/kcmsmserver.mo
share/locale/bn/LC_MESSAGES/kcmspellchecking.mo
share/locale/bn/LC_MESSAGES/kcmstyle.mo
share/locale/bn/LC_MESSAGES/kcmtaskbar.mo
share/locale/bn/LC_MESSAGES/kcmtdeio.mo
share/locale/bn/LC_MESSAGES/kcmusb.mo
share/locale/bn/LC_MESSAGES/kcmview1394.mo
share/locale/bn/LC_MESSAGES/kcontrol.mo
share/locale/bn/LC_MESSAGES/kdcop.mo
share/locale/bn/LC_MESSAGES/kdesktop.mo
share/locale/bn/LC_MESSAGES/kdialog.mo
share/locale/bn/LC_MESSAGES/kdict.mo
share/locale/bn/LC_MESSAGES/kdictapplet.mo
share/locale/bn/LC_MESSAGES/keduca.mo
share/locale/bn/LC_MESSAGES/kenolaba.mo
share/locale/bn/LC_MESSAGES/kfifteenapplet.mo
share/locale/bn/LC_MESSAGES/kfindpart.mo
share/locale/bn/LC_MESSAGES/kfmclient.mo
share/locale/bn/LC_MESSAGES/kfouleggs.mo
share/locale/bn/LC_MESSAGES/kgoldrunner.mo
share/locale/bn/LC_MESSAGES/kgreet_classic.mo
share/locale/bn/LC_MESSAGES/khangman.mo
share/locale/bn/LC_MESSAGES/khelpcenter.mo
share/locale/bn/LC_MESSAGES/kicker.mo
share/locale/bn/LC_MESSAGES/kig.mo
share/locale/bn/LC_MESSAGES/kinetd.mo
share/locale/bn/LC_MESSAGES/klettres.mo
share/locale/bn/LC_MESSAGES/klipper.mo
share/locale/bn/LC_MESSAGES/kmahjongg.mo
share/locale/bn/LC_MESSAGES/kmail.mo
share/locale/bn/LC_MESSAGES/kmcop.mo
share/locale/bn/LC_MESSAGES/kmenuapplet.mo
share/locale/bn/LC_MESSAGES/kmenuedit.mo
share/locale/bn/LC_MESSAGES/kmines.mo
share/locale/bn/LC_MESSAGES/kminipagerapplet.mo
share/locale/bn/LC_MESSAGES/kmoon.mo
share/locale/bn/LC_MESSAGES/kmplot.mo
share/locale/bn/LC_MESSAGES/knode.mo
share/locale/bn/LC_MESSAGES/knotify.mo
share/locale/bn/LC_MESSAGES/kodo.mo
share/locale/bn/LC_MESSAGES/konqsidebar_metabar.mo
share/locale/bn/LC_MESSAGES/konqueror.mo
share/locale/bn/LC_MESSAGES/konsole.mo
share/locale/bn/LC_MESSAGES/kpackage.mo
share/locale/bn/LC_MESSAGES/kpersonalizer.mo
share/locale/bn/LC_MESSAGES/kppp.mo
share/locale/bn/LC_MESSAGES/kppplogview.mo
share/locale/bn/LC_MESSAGES/kreadconfig.mo
share/locale/bn/LC_MESSAGES/kreversi.mo
share/locale/bn/LC_MESSAGES/krunapplet.mo
share/locale/bn/LC_MESSAGES/kscd.mo
share/locale/bn/LC_MESSAGES/kshisen.mo
share/locale/bn/LC_MESSAGES/ksmserver.mo
share/locale/bn/LC_MESSAGES/ksnake.mo
share/locale/bn/LC_MESSAGES/ksokoban.mo
share/locale/bn/LC_MESSAGES/ksplash.mo
share/locale/bn/LC_MESSAGES/ksplashthemes.mo
share/locale/bn/LC_MESSAGES/kstars.mo
share/locale/bn/LC_MESSAGES/ksysguard.mo
share/locale/bn/LC_MESSAGES/ksystemtrayapplet.mo
share/locale/bn/LC_MESSAGES/ksystraycmd.mo
share/locale/bn/LC_MESSAGES/kteatime.mo
share/locale/bn/LC_MESSAGES/ktip.mo
share/locale/bn/LC_MESSAGES/ktouch.mo
share/locale/bn/LC_MESSAGES/ktron.mo
share/locale/bn/LC_MESSAGES/kturtle.mo
share/locale/bn/LC_MESSAGES/ktux.mo
share/locale/bn/LC_MESSAGES/kuickshow.mo
share/locale/bn/LC_MESSAGES/kuser.mo
share/locale/bn/LC_MESSAGES/kverbos.mo
share/locale/bn/LC_MESSAGES/kvoctrain.mo
share/locale/bn/LC_MESSAGES/kweather.mo
share/locale/bn/LC_MESSAGES/kwifimanager.mo
share/locale/bn/LC_MESSAGES/kwireless.mo
share/locale/bn/LC_MESSAGES/kwordquiz.mo
share/locale/bn/LC_MESSAGES/kworldclock.mo
share/locale/bn/LC_MESSAGES/kwriteconfig.mo
share/locale/bn/LC_MESSAGES/kxkb.mo
share/locale/bn/LC_MESSAGES/libkicker.mo
share/locale/bn/LC_MESSAGES/libkickermenu_konsole.mo
share/locale/bn/LC_MESSAGES/libkickermenu_prefmenu.mo
share/locale/bn/LC_MESSAGES/libkickermenu_recentdocs.mo
share/locale/bn/LC_MESSAGES/libkickermenu_tdeprint.mo
share/locale/bn/LC_MESSAGES/libkonq.mo
share/locale/bn/LC_MESSAGES/libtaskbar.mo
share/locale/bn/LC_MESSAGES/libtdegames.mo
share/locale/bn/LC_MESSAGES/libtdescreensaver.mo
share/locale/bn/LC_MESSAGES/lockout.mo
share/locale/bn/LC_MESSAGES/mediaapplet.mo
share/locale/bn/LC_MESSAGES/mediacontrol.mo
share/locale/bn/LC_MESSAGES/minitoolsplugin.mo
share/locale/bn/LC_MESSAGES/naughtyapplet.mo
share/locale/bn/LC_MESSAGES/privacy.mo
share/locale/bn/LC_MESSAGES/quicklauncher.mo
share/locale/bn/LC_MESSAGES/secpolicy.mo
share/locale/bn/LC_MESSAGES/tdeabc_dir.mo
share/locale/bn/LC_MESSAGES/tdeabc_file.mo
share/locale/bn/LC_MESSAGES/tdeabc_ldaptdeio.mo
share/locale/bn/LC_MESSAGES/tdeabc_net.mo
share/locale/bn/LC_MESSAGES/tdeabc_sql.mo
share/locale/bn/LC_MESSAGES/tdeabcformat_binary.mo
share/locale/bn/LC_MESSAGES/tdedebugdialog.mo
share/locale/bn/LC_MESSAGES/tdefile_avi.mo
share/locale/bn/LC_MESSAGES/tdefile_deb.mo
share/locale/bn/LC_MESSAGES/tdefile_drgeo.mo
share/locale/bn/LC_MESSAGES/tdefile_kig.mo
share/locale/bn/LC_MESSAGES/tdefile_m3u.mo
share/locale/bn/LC_MESSAGES/tdefile_mp3.mo
share/locale/bn/LC_MESSAGES/tdefile_ogg.mo
share/locale/bn/LC_MESSAGES/tdefile_rpm.mo
share/locale/bn/LC_MESSAGES/tdefile_torrent.mo
share/locale/bn/LC_MESSAGES/tdefile_wav.mo
share/locale/bn/LC_MESSAGES/tdefileaudiopreview.mo
share/locale/bn/LC_MESSAGES/tdefontinst.mo
share/locale/bn/LC_MESSAGES/tdeio.mo
share/locale/bn/LC_MESSAGES/tdeio_audiocd.mo
share/locale/bn/LC_MESSAGES/tdeio_finger.mo
share/locale/bn/LC_MESSAGES/tdeio_fish.mo
share/locale/bn/LC_MESSAGES/tdeio_floppy.mo
share/locale/bn/LC_MESSAGES/tdeio_help.mo
share/locale/bn/LC_MESSAGES/tdeio_imap4.mo
share/locale/bn/LC_MESSAGES/tdeio_jabberdisco.mo
share/locale/bn/LC_MESSAGES/tdeio_lan.mo
share/locale/bn/LC_MESSAGES/tdeio_ldap.mo
share/locale/bn/LC_MESSAGES/tdeio_mac.mo
share/locale/bn/LC_MESSAGES/tdeio_man.mo
share/locale/bn/LC_MESSAGES/tdeio_media.mo
share/locale/bn/LC_MESSAGES/tdeio_nfs.mo
share/locale/bn/LC_MESSAGES/tdeio_pop3.mo
share/locale/bn/LC_MESSAGES/tdeio_print.mo
share/locale/bn/LC_MESSAGES/tdeio_zeroconf.mo
share/locale/bn/LC_MESSAGES/tdeioexec.mo
share/locale/bn/LC_MESSAGES/tdelibs.mo
share/locale/bn/LC_MESSAGES/tdeprint_part.mo
share/locale/bn/LC_MESSAGES/tdeprintfax.mo
share/locale/bn/LC_MESSAGES/tdescreensaver.mo
share/locale/bn/LC_MESSAGES/tdestyle_keramik_config.mo
share/locale/bn/LC_MESSAGES/tdesud.mo
share/locale/bn/LC_MESSAGES/tdetexteditor_autobookmarker.mo
share/locale/bn/LC_MESSAGES/tdetexteditor_docwordcompletion.mo
share/locale/bn/LC_MESSAGES/tdetexteditor_insertfile.mo
share/locale/bn/LC_MESSAGES/tdetexteditor_isearch.mo
share/locale/bn/LC_MESSAGES/tdetexteditor_kdatatool.mo
share/locale/bn/LC_MESSAGES/tdmconfig.mo
share/locale/bn/LC_MESSAGES/tdmgreet.mo
share/locale/bn/LC_MESSAGES/timezones.mo
share/locale/bn/LC_MESSAGES/twin.mo
share/locale/bn/LC_MESSAGES/webarchiver.mo
share/locale/bn/charset
share/locale/bn/entry.desktop

@ -0,0 +1,43 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: core/tde-i18n-br > misc/tde-i18n-br
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTLANG= br
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${PORTLANG}
TDE_PREVERSION=
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= misc x11
DIST_SUBDIR= TDE/core
PKGNAMEPREFIX= ${PORTLANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${PORTLANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}template/' \
'${EXTRACT_BASE}translations/' \
'${EXTRACT_BASE}tde-i18n-${PORTLANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
\
-DBUILD_ALL="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1682085482
SHA256 (TDE/core/tde-i18n-trinity_14.1.0.orig.tar.xz) = 9f64b518db380d1d0acf3f6b5baafdb3f486953739b9484bdc5d31f34f466a75
SIZE (TDE/core/tde-i18n-trinity_14.1.0.orig.tar.xz) = 195332236

@ -0,0 +1 @@
Breton (br) internationalized (i18n) files for TDE

@ -0,0 +1,561 @@
share/locale/br/LC_MESSAGES/akregator.mo
share/locale/br/LC_MESSAGES/akregator_konqplugin.mo
share/locale/br/LC_MESSAGES/alsaplayerui.mo
share/locale/br/LC_MESSAGES/amor.mo
share/locale/br/LC_MESSAGES/appletproxy.mo
share/locale/br/LC_MESSAGES/ark.mo
share/locale/br/LC_MESSAGES/ark_plugin.mo
share/locale/br/LC_MESSAGES/artsbuilder.mo
share/locale/br/LC_MESSAGES/artscontrol.mo
share/locale/br/LC_MESSAGES/artsmodules.mo
share/locale/br/LC_MESSAGES/atlantik.mo
share/locale/br/LC_MESSAGES/atlantikdesigner.mo
share/locale/br/LC_MESSAGES/audiocd_encoder_lame.mo
share/locale/br/LC_MESSAGES/audiocd_encoder_vorbis.mo
share/locale/br/LC_MESSAGES/audiorename_plugin.mo
share/locale/br/LC_MESSAGES/autorefresh.mo
share/locale/br/LC_MESSAGES/babelfish.mo
share/locale/br/LC_MESSAGES/blinken.mo
share/locale/br/LC_MESSAGES/cervisia.mo
share/locale/br/LC_MESSAGES/charlatanui.mo
share/locale/br/LC_MESSAGES/clockapplet.mo
share/locale/br/LC_MESSAGES/crashesplugin.mo
share/locale/br/LC_MESSAGES/cupsdconf.mo
share/locale/br/LC_MESSAGES/cvsservice.mo
share/locale/br/LC_MESSAGES/dcoprss.mo
share/locale/br/LC_MESSAGES/dirfilterplugin.mo
share/locale/br/LC_MESSAGES/display.mo
share/locale/br/LC_MESSAGES/dockbarextension.mo
share/locale/br/LC_MESSAGES/domtreeviewer.mo
share/locale/br/LC_MESSAGES/drkonqi.mo
share/locale/br/LC_MESSAGES/dub.mo
share/locale/br/LC_MESSAGES/extensionproxy.mo
share/locale/br/LC_MESSAGES/ffrs.mo
share/locale/br/LC_MESSAGES/filetypes.mo
share/locale/br/LC_MESSAGES/fsview.mo
share/locale/br/LC_MESSAGES/htmlsearch.mo
share/locale/br/LC_MESSAGES/imagerename_plugin.mo
share/locale/br/LC_MESSAGES/imgalleryplugin.mo
share/locale/br/LC_MESSAGES/irkick.mo
share/locale/br/LC_MESSAGES/joystick.mo
share/locale/br/LC_MESSAGES/juk.mo
share/locale/br/LC_MESSAGES/kaboodle.mo
share/locale/br/LC_MESSAGES/kaccess.mo
share/locale/br/LC_MESSAGES/kaddressbook.mo
share/locale/br/LC_MESSAGES/kalarm.mo
share/locale/br/LC_MESSAGES/kalzium.mo
share/locale/br/LC_MESSAGES/kanagram.mo
share/locale/br/LC_MESSAGES/kandy.mo
share/locale/br/LC_MESSAGES/kappfinder.mo
share/locale/br/LC_MESSAGES/karm.mo
share/locale/br/LC_MESSAGES/kasbarextension.mo
share/locale/br/LC_MESSAGES/kasteroids.mo
share/locale/br/LC_MESSAGES/kate.mo
share/locale/br/LC_MESSAGES/katecppsymbolviewer.mo
share/locale/br/LC_MESSAGES/katefiletemplates.mo
share/locale/br/LC_MESSAGES/katefll_initplugin.mo
share/locale/br/LC_MESSAGES/katefll_plugin.mo
share/locale/br/LC_MESSAGES/katehelloworld.mo
share/locale/br/LC_MESSAGES/katehtmltools.mo
share/locale/br/LC_MESSAGES/kateinsertcommand.mo
share/locale/br/LC_MESSAGES/katekjswrapper.mo
share/locale/br/LC_MESSAGES/katemake.mo
share/locale/br/LC_MESSAGES/katemodeline.mo
share/locale/br/LC_MESSAGES/kateopenheader.mo
share/locale/br/LC_MESSAGES/katepart.mo
share/locale/br/LC_MESSAGES/katepybrowse.mo
share/locale/br/LC_MESSAGES/katesnippets.mo
share/locale/br/LC_MESSAGES/katetabbarextension.mo
share/locale/br/LC_MESSAGES/katetextfilter.mo
share/locale/br/LC_MESSAGES/katexmlcheck.mo
share/locale/br/LC_MESSAGES/katexmltools.mo
share/locale/br/LC_MESSAGES/katomic.mo
share/locale/br/LC_MESSAGES/kaudiocreator.mo
share/locale/br/LC_MESSAGES/kay.mo
share/locale/br/LC_MESSAGES/kbabel.mo
share/locale/br/LC_MESSAGES/kbackgammon.mo
share/locale/br/LC_MESSAGES/kbattleship.mo
share/locale/br/LC_MESSAGES/kbinaryclock.mo
share/locale/br/LC_MESSAGES/kblackbox.mo
share/locale/br/LC_MESSAGES/kbounce.mo
share/locale/br/LC_MESSAGES/kbruch.mo
share/locale/br/LC_MESSAGES/kbstateapplet.mo
share/locale/br/LC_MESSAGES/kbugbuster.mo
share/locale/br/LC_MESSAGES/kcalc.mo
share/locale/br/LC_MESSAGES/kcharselect.mo
share/locale/br/LC_MESSAGES/kcharselectapplet.mo
share/locale/br/LC_MESSAGES/kcm_krfb.mo
share/locale/br/LC_MESSAGES/kcm_kviewcanvasconfig.mo
share/locale/br/LC_MESSAGES/kcm_kviewgeneralconfig.mo
share/locale/br/LC_MESSAGES/kcm_kviewpluginsconfig.mo
share/locale/br/LC_MESSAGES/kcm_kviewviewerpluginsconfig.mo
share/locale/br/LC_MESSAGES/kcmaccess.mo
share/locale/br/LC_MESSAGES/kcmaccessibility.mo
share/locale/br/LC_MESSAGES/kcmarts.mo
share/locale/br/LC_MESSAGES/kcmaudiocd.mo
share/locale/br/LC_MESSAGES/kcmbackground.mo
share/locale/br/LC_MESSAGES/kcmbell.mo
share/locale/br/LC_MESSAGES/kcmcddb.mo
share/locale/br/LC_MESSAGES/kcmcgi.mo
share/locale/br/LC_MESSAGES/kcmcolors.mo
share/locale/br/LC_MESSAGES/kcmcomponentchooser.mo
share/locale/br/LC_MESSAGES/kcmcrypto.mo
share/locale/br/LC_MESSAGES/kcmcss.mo
share/locale/br/LC_MESSAGES/kcmenergy.mo
share/locale/br/LC_MESSAGES/kcmfonts.mo
share/locale/br/LC_MESSAGES/kcmhtmlsearch.mo
share/locale/br/LC_MESSAGES/kcmicons.mo
share/locale/br/LC_MESSAGES/kcminfo.mo
share/locale/br/LC_MESSAGES/kcminput.mo
share/locale/br/LC_MESSAGES/kcmioslaveinfo.mo
share/locale/br/LC_MESSAGES/kcmkabconfig.mo
share/locale/br/LC_MESSAGES/kcmkamera.mo
share/locale/br/LC_MESSAGES/kcmkclock.mo
share/locale/br/LC_MESSAGES/kcmkded.mo
share/locale/br/LC_MESSAGES/kcmkeys.mo
share/locale/br/LC_MESSAGES/kcmkicker.mo
share/locale/br/LC_MESSAGES/kcmkonq.mo
share/locale/br/LC_MESSAGES/kcmkonqhtml.mo
share/locale/br/LC_MESSAGES/kcmkonsole.mo
share/locale/br/LC_MESSAGES/kcmkontactnt.mo
share/locale/br/LC_MESSAGES/kcmktalkd.mo
share/locale/br/LC_MESSAGES/kcmkuick.mo
share/locale/br/LC_MESSAGES/kcmkurifilt.mo
share/locale/br/LC_MESSAGES/kcmkvaio.mo
share/locale/br/LC_MESSAGES/kcmkwm.mo
share/locale/br/LC_MESSAGES/kcmlanbrowser.mo
share/locale/br/LC_MESSAGES/kcmlaptop.mo
share/locale/br/LC_MESSAGES/kcmlaunch.mo
share/locale/br/LC_MESSAGES/kcmlayout.mo
share/locale/br/LC_MESSAGES/kcmlilo.mo
share/locale/br/LC_MESSAGES/kcmlirc.mo
share/locale/br/LC_MESSAGES/kcmlocale.mo
share/locale/br/LC_MESSAGES/kcmmedia.mo
share/locale/br/LC_MESSAGES/kcmnic.mo
share/locale/br/LC_MESSAGES/kcmnotify.mo
share/locale/br/LC_MESSAGES/kcmperformance.mo
share/locale/br/LC_MESSAGES/kcmprintmgr.mo
share/locale/br/LC_MESSAGES/kcmsamba.mo
share/locale/br/LC_MESSAGES/kcmscreensaver.mo
share/locale/br/LC_MESSAGES/kcmsmartcard.mo
share/locale/br/LC_MESSAGES/kcmsmserver.mo
share/locale/br/LC_MESSAGES/kcmspellchecking.mo
share/locale/br/LC_MESSAGES/kcmstyle.mo
share/locale/br/LC_MESSAGES/kcmtaskbar.mo
share/locale/br/LC_MESSAGES/kcmtdednssd.mo
share/locale/br/LC_MESSAGES/kcmtdeio.mo
share/locale/br/LC_MESSAGES/kcmtdewallet.mo
share/locale/br/LC_MESSAGES/kcmthinkpad.mo
share/locale/br/LC_MESSAGES/kcmtwindecoration.mo
share/locale/br/LC_MESSAGES/kcmtwinrules.mo
share/locale/br/LC_MESSAGES/kcmusb.mo
share/locale/br/LC_MESSAGES/kcmview1394.mo
share/locale/br/LC_MESSAGES/kcmwifi.mo
share/locale/br/LC_MESSAGES/kcmxinerama.mo
share/locale/br/LC_MESSAGES/kcoloredit.mo
share/locale/br/LC_MESSAGES/kcontrol.mo
share/locale/br/LC_MESSAGES/kcron.mo
share/locale/br/LC_MESSAGES/kdat.mo
share/locale/br/LC_MESSAGES/kdcop.mo
share/locale/br/LC_MESSAGES/kdesktop.mo
share/locale/br/LC_MESSAGES/kdf.mo
share/locale/br/LC_MESSAGES/kdgantt.mo
share/locale/br/LC_MESSAGES/kdialog.mo
share/locale/br/LC_MESSAGES/kdict.mo
share/locale/br/LC_MESSAGES/kdictapplet.mo
share/locale/br/LC_MESSAGES/kdjview.mo
share/locale/br/LC_MESSAGES/kdvi.mo
share/locale/br/LC_MESSAGES/kedit.mo
share/locale/br/LC_MESSAGES/keduca.mo
share/locale/br/LC_MESSAGES/kenolaba.mo
share/locale/br/LC_MESSAGES/kfax.mo
share/locale/br/LC_MESSAGES/kfaxview.mo
share/locale/br/LC_MESSAGES/kfifteenapplet.mo
share/locale/br/LC_MESSAGES/kfindpart.mo
share/locale/br/LC_MESSAGES/kfloppy.mo
share/locale/br/LC_MESSAGES/kfmclient.mo
share/locale/br/LC_MESSAGES/kfouleggs.mo
share/locale/br/LC_MESSAGES/kgamma.mo
share/locale/br/LC_MESSAGES/kgantt.mo
share/locale/br/LC_MESSAGES/kgeography.mo
share/locale/br/LC_MESSAGES/kget.mo
share/locale/br/LC_MESSAGES/kghostview.mo
share/locale/br/LC_MESSAGES/kgoldrunner.mo
share/locale/br/LC_MESSAGES/kgpg.mo
share/locale/br/LC_MESSAGES/kgreet_classic.mo
share/locale/br/LC_MESSAGES/kgreet_winbind.mo
share/locale/br/LC_MESSAGES/khangman.mo
share/locale/br/LC_MESSAGES/khelpcenter.mo
share/locale/br/LC_MESSAGES/khexedit.mo
share/locale/br/LC_MESSAGES/khexedit2part.mo
share/locale/br/LC_MESSAGES/khotkeys.mo
share/locale/br/LC_MESSAGES/kicker.mo
share/locale/br/LC_MESSAGES/kig.mo
share/locale/br/LC_MESSAGES/kimagemapeditor.mo
share/locale/br/LC_MESSAGES/kinetd.mo
share/locale/br/LC_MESSAGES/kiten.mo
share/locale/br/LC_MESSAGES/kjobviewer.mo
share/locale/br/LC_MESSAGES/kjots.mo
share/locale/br/LC_MESSAGES/kjumpingcube.mo
share/locale/br/LC_MESSAGES/klaptopdaemon.mo
share/locale/br/LC_MESSAGES/klatin.mo
share/locale/br/LC_MESSAGES/kleopatra.mo
share/locale/br/LC_MESSAGES/klettres.mo
share/locale/br/LC_MESSAGES/klickety.mo
share/locale/br/LC_MESSAGES/klines.mo
share/locale/br/LC_MESSAGES/klinkstatus.mo
share/locale/br/LC_MESSAGES/klipper.mo
share/locale/br/LC_MESSAGES/klock.mo
share/locale/br/LC_MESSAGES/kmag.mo
share/locale/br/LC_MESSAGES/kmahjongg.mo
share/locale/br/LC_MESSAGES/kmail.mo
share/locale/br/LC_MESSAGES/kmail_text_calendar_plugin.mo
share/locale/br/LC_MESSAGES/kmail_text_vcard_plugin.mo
share/locale/br/LC_MESSAGES/kmailcvt.mo
share/locale/br/LC_MESSAGES/kmathapplet.mo
share/locale/br/LC_MESSAGES/kmcop.mo
share/locale/br/LC_MESSAGES/kmenuapplet.mo
share/locale/br/LC_MESSAGES/kmenuedit.mo
share/locale/br/LC_MESSAGES/kmilo_delli8k.mo
share/locale/br/LC_MESSAGES/kmilo_generic.mo
share/locale/br/LC_MESSAGES/kmilo_kvaio.mo
share/locale/br/LC_MESSAGES/kmilo_powerbook.mo
share/locale/br/LC_MESSAGES/kmilo_thinkpad.mo
share/locale/br/LC_MESSAGES/kmilod.mo
share/locale/br/LC_MESSAGES/kmines.mo
share/locale/br/LC_MESSAGES/kminipagerapplet.mo
share/locale/br/LC_MESSAGES/kmix.mo
share/locale/br/LC_MESSAGES/kmobile.mo
share/locale/br/LC_MESSAGES/kmoon.mo
share/locale/br/LC_MESSAGES/kmousetool.mo
share/locale/br/LC_MESSAGES/kmouth.mo
share/locale/br/LC_MESSAGES/kmplot.mo
share/locale/br/LC_MESSAGES/kmrml.mo
share/locale/br/LC_MESSAGES/knetattach.mo
share/locale/br/LC_MESSAGES/knetwalk.mo
share/locale/br/LC_MESSAGES/knetworkconf.mo
share/locale/br/LC_MESSAGES/knewsticker.mo
share/locale/br/LC_MESSAGES/knode.mo
share/locale/br/LC_MESSAGES/knotes.mo
share/locale/br/LC_MESSAGES/knotify.mo
share/locale/br/LC_MESSAGES/kodo.mo
share/locale/br/LC_MESSAGES/kolf.mo
share/locale/br/LC_MESSAGES/kolourpaint.mo
share/locale/br/LC_MESSAGES/kolourpicker.mo
share/locale/br/LC_MESSAGES/kommander.mo
share/locale/br/LC_MESSAGES/kompare.mo
share/locale/br/LC_MESSAGES/konnector_dummy.mo
share/locale/br/LC_MESSAGES/konnector_kabc.mo
share/locale/br/LC_MESSAGES/konnector_kcal.mo
share/locale/br/LC_MESSAGES/konnector_local.mo
share/locale/br/LC_MESSAGES/konnector_qtopia.mo
share/locale/br/LC_MESSAGES/konnector_remote.mo
share/locale/br/LC_MESSAGES/konqsidebar_delicious.mo
share/locale/br/LC_MESSAGES/konqsidebar_mediaplayer.mo
share/locale/br/LC_MESSAGES/konqsidebar_metabar.mo
share/locale/br/LC_MESSAGES/konqsidebar_news.mo
share/locale/br/LC_MESSAGES/konqueror.mo
share/locale/br/LC_MESSAGES/konquest.mo
share/locale/br/LC_MESSAGES/konsole.mo
share/locale/br/LC_MESSAGES/konsolekalendar.mo
share/locale/br/LC_MESSAGES/kontact.mo
share/locale/br/LC_MESSAGES/kooka.mo
share/locale/br/LC_MESSAGES/kopete.mo
share/locale/br/LC_MESSAGES/korganizer.mo
share/locale/br/LC_MESSAGES/korn.mo
share/locale/br/LC_MESSAGES/kpackage.mo
share/locale/br/LC_MESSAGES/kpager.mo
share/locale/br/LC_MESSAGES/kpat.mo
share/locale/br/LC_MESSAGES/kpdf.mo
share/locale/br/LC_MESSAGES/kpercentage.mo
share/locale/br/LC_MESSAGES/kpersonalizer.mo
share/locale/br/LC_MESSAGES/kpf.mo
share/locale/br/LC_MESSAGES/kpoker.mo
share/locale/br/LC_MESSAGES/kpovmodeler.mo
share/locale/br/LC_MESSAGES/kppp.mo
share/locale/br/LC_MESSAGES/kppplogview.mo
share/locale/br/LC_MESSAGES/kprinter.mo
share/locale/br/LC_MESSAGES/krdb.mo
share/locale/br/LC_MESSAGES/krdc.mo
share/locale/br/LC_MESSAGES/kreadconfig.mo
share/locale/br/LC_MESSAGES/krec.mo
share/locale/br/LC_MESSAGES/kregexpeditor.mo
share/locale/br/LC_MESSAGES/kres_birthday.mo
share/locale/br/LC_MESSAGES/kres_blogging.mo
share/locale/br/LC_MESSAGES/kres_bugzilla.mo
share/locale/br/LC_MESSAGES/kres_exchange.mo
share/locale/br/LC_MESSAGES/kres_featureplan.mo
share/locale/br/LC_MESSAGES/kres_groupware.mo
share/locale/br/LC_MESSAGES/kres_groupwise.mo
share/locale/br/LC_MESSAGES/kres_kolab.mo
share/locale/br/LC_MESSAGES/kres_remote.mo
share/locale/br/LC_MESSAGES/kres_tvanytime.mo
share/locale/br/LC_MESSAGES/kres_xmlrpc.mo
share/locale/br/LC_MESSAGES/kreversi.mo
share/locale/br/LC_MESSAGES/krfb.mo
share/locale/br/LC_MESSAGES/kruler.mo
share/locale/br/LC_MESSAGES/krunapplet.mo
share/locale/br/LC_MESSAGES/ksame.mo
share/locale/br/LC_MESSAGES/ksayit.mo
share/locale/br/LC_MESSAGES/kscd.mo
share/locale/br/LC_MESSAGES/kshisen.mo
share/locale/br/LC_MESSAGES/ksig.mo
share/locale/br/LC_MESSAGES/ksim.mo
share/locale/br/LC_MESSAGES/ksirc.mo
share/locale/br/LC_MESSAGES/ksirtet.mo
share/locale/br/LC_MESSAGES/ksmiletris.mo
share/locale/br/LC_MESSAGES/ksmserver.mo
share/locale/br/LC_MESSAGES/ksnake.mo
share/locale/br/LC_MESSAGES/ksnapshot.mo
share/locale/br/LC_MESSAGES/ksokoban.mo
share/locale/br/LC_MESSAGES/kspaceduel.mo
share/locale/br/LC_MESSAGES/ksplash.mo
share/locale/br/LC_MESSAGES/ksplashthemes.mo
share/locale/br/LC_MESSAGES/kstars.mo
share/locale/br/LC_MESSAGES/kstart.mo
share/locale/br/LC_MESSAGES/kstartperf.mo
share/locale/br/LC_MESSAGES/ksvgplugin.mo
share/locale/br/LC_MESSAGES/ksysguard.mo
share/locale/br/LC_MESSAGES/ksystemtrayapplet.mo
share/locale/br/LC_MESSAGES/ksystraycmd.mo
share/locale/br/LC_MESSAGES/ksysv.mo
share/locale/br/LC_MESSAGES/kteatime.mo
share/locale/br/LC_MESSAGES/kthememanager.mo
share/locale/br/LC_MESSAGES/ktimemon.mo
share/locale/br/LC_MESSAGES/ktimer.mo
share/locale/br/LC_MESSAGES/ktip.mo
share/locale/br/LC_MESSAGES/ktnef.mo
share/locale/br/LC_MESSAGES/ktouch.mo
share/locale/br/LC_MESSAGES/ktron.mo
share/locale/br/LC_MESSAGES/kttsd.mo
share/locale/br/LC_MESSAGES/ktuberling.mo
share/locale/br/LC_MESSAGES/kturtle.mo
share/locale/br/LC_MESSAGES/ktux.mo
share/locale/br/LC_MESSAGES/kuick_plugin.mo
share/locale/br/LC_MESSAGES/kuickshow.mo
share/locale/br/LC_MESSAGES/kuiviewer.mo
share/locale/br/LC_MESSAGES/kuser.mo
share/locale/br/LC_MESSAGES/kverbos.mo
share/locale/br/LC_MESSAGES/kview.mo
share/locale/br/LC_MESSAGES/kview_scale.mo
share/locale/br/LC_MESSAGES/kviewbrowserplugin.mo
share/locale/br/LC_MESSAGES/kviewcanvas.mo
share/locale/br/LC_MESSAGES/kvieweffectsplugin.mo
share/locale/br/LC_MESSAGES/kviewpresenterplugin.mo
share/locale/br/LC_MESSAGES/kviewscannerplugin.mo
share/locale/br/LC_MESSAGES/kviewshell.mo
share/locale/br/LC_MESSAGES/kviewviewer.mo
share/locale/br/LC_MESSAGES/kvoctrain.mo
share/locale/br/LC_MESSAGES/kwatchgnupg.mo
share/locale/br/LC_MESSAGES/kweather.mo
share/locale/br/LC_MESSAGES/kwifimanager.mo
share/locale/br/LC_MESSAGES/kwireless.mo
share/locale/br/LC_MESSAGES/kwordquiz.mo
share/locale/br/LC_MESSAGES/kworldclock.mo
share/locale/br/LC_MESSAGES/kwriteconfig.mo
share/locale/br/LC_MESSAGES/kxkb.mo
share/locale/br/LC_MESSAGES/kxsconfig.mo
share/locale/br/LC_MESSAGES/kxsldbg.mo
share/locale/br/LC_MESSAGES/libKTTSD.mo
share/locale/br/LC_MESSAGES/libdmctl.mo
share/locale/br/LC_MESSAGES/libkaddrbk_geo_xxport.mo
share/locale/br/LC_MESSAGES/libkaddrbk_gmx_xxport.mo
share/locale/br/LC_MESSAGES/libkcal.mo
share/locale/br/LC_MESSAGES/libkcddb.mo
share/locale/br/LC_MESSAGES/libkfaximgage.mo
share/locale/br/LC_MESSAGES/libkholidays.mo
share/locale/br/LC_MESSAGES/libkicker.mo
share/locale/br/LC_MESSAGES/libkickermenu_konsole.mo
share/locale/br/LC_MESSAGES/libkickermenu_prefmenu.mo
share/locale/br/LC_MESSAGES/libkickermenu_recentdocs.mo
share/locale/br/LC_MESSAGES/libkickermenu_remotemenu.mo
share/locale/br/LC_MESSAGES/libkickermenu_systemmenu.mo
share/locale/br/LC_MESSAGES/libkickermenu_tdeprint.mo
share/locale/br/LC_MESSAGES/libkickermenu_tom.mo
share/locale/br/LC_MESSAGES/libkleopatra.mo
share/locale/br/LC_MESSAGES/libkmime.mo
share/locale/br/LC_MESSAGES/libkonq.mo
share/locale/br/LC_MESSAGES/libkpgp.mo
share/locale/br/LC_MESSAGES/libkpimexchange.mo
share/locale/br/LC_MESSAGES/libkscan.mo
share/locale/br/LC_MESSAGES/libksieve.mo
share/locale/br/LC_MESSAGES/libksirtet.mo
share/locale/br/LC_MESSAGES/libksync.mo
share/locale/br/LC_MESSAGES/libtaskbar.mo
share/locale/br/LC_MESSAGES/libtaskmanager.mo
share/locale/br/LC_MESSAGES/libtdeedu.mo
share/locale/br/LC_MESSAGES/libtdegames.mo
share/locale/br/LC_MESSAGES/libtdepim.mo
share/locale/br/LC_MESSAGES/libtdescreensaver.mo
share/locale/br/LC_MESSAGES/lockout.mo
share/locale/br/LC_MESSAGES/lskat.mo
share/locale/br/LC_MESSAGES/lyrics.mo
share/locale/br/LC_MESSAGES/mediaapplet.mo
share/locale/br/LC_MESSAGES/mediacontrol.mo
share/locale/br/LC_MESSAGES/mf_konqplugin.mo
share/locale/br/LC_MESSAGES/minitoolsplugin.mo
share/locale/br/LC_MESSAGES/multisynk.mo
share/locale/br/LC_MESSAGES/naughtyapplet.mo
share/locale/br/LC_MESSAGES/nexscope.mo
share/locale/br/LC_MESSAGES/noatun.mo
share/locale/br/LC_MESSAGES/nsplugin.mo
share/locale/br/LC_MESSAGES/pitchablespeed.mo
share/locale/br/LC_MESSAGES/ppdtranslations.mo
share/locale/br/LC_MESSAGES/privacy.mo
share/locale/br/LC_MESSAGES/quanta.mo
share/locale/br/LC_MESSAGES/quicklauncher.mo
share/locale/br/LC_MESSAGES/rellinks.mo
share/locale/br/LC_MESSAGES/searchbarplugin.mo
share/locale/br/LC_MESSAGES/secpolicy.mo
share/locale/br/LC_MESSAGES/spy.mo
share/locale/br/LC_MESSAGES/superkaramba.mo
share/locale/br/LC_MESSAGES/synaescope.mo
share/locale/br/LC_MESSAGES/tdeabc2mutt.mo
share/locale/br/LC_MESSAGES/tdeabc_dir.mo
share/locale/br/LC_MESSAGES/tdeabc_file.mo
share/locale/br/LC_MESSAGES/tdeabc_ldaptdeio.mo
share/locale/br/LC_MESSAGES/tdeabc_net.mo
share/locale/br/LC_MESSAGES/tdeabc_slox.mo
share/locale/br/LC_MESSAGES/tdeabc_sql.mo
share/locale/br/LC_MESSAGES/tdeabcformat_binary.mo
share/locale/br/LC_MESSAGES/tdecachegrind.mo
share/locale/br/LC_MESSAGES/tdecmshell.mo
share/locale/br/LC_MESSAGES/tdedebugdialog.mo
share/locale/br/LC_MESSAGES/tdefile_au.mo
share/locale/br/LC_MESSAGES/tdefile_avi.mo
share/locale/br/LC_MESSAGES/tdefile_bmp.mo
share/locale/br/LC_MESSAGES/tdefile_cert.mo
share/locale/br/LC_MESSAGES/tdefile_cpp.mo
share/locale/br/LC_MESSAGES/tdefile_dds.mo
share/locale/br/LC_MESSAGES/tdefile_deb.mo
share/locale/br/LC_MESSAGES/tdefile_desktop.mo
share/locale/br/LC_MESSAGES/tdefile_diff.mo
share/locale/br/LC_MESSAGES/tdefile_drgeo.mo
share/locale/br/LC_MESSAGES/tdefile_dvi.mo
share/locale/br/LC_MESSAGES/tdefile_exr.mo
share/locale/br/LC_MESSAGES/tdefile_flac.mo
share/locale/br/LC_MESSAGES/tdefile_folder.mo
share/locale/br/LC_MESSAGES/tdefile_gif.mo
share/locale/br/LC_MESSAGES/tdefile_html.mo
share/locale/br/LC_MESSAGES/tdefile_ico.mo
share/locale/br/LC_MESSAGES/tdefile_ics.mo
share/locale/br/LC_MESSAGES/tdefile_jpeg.mo
share/locale/br/LC_MESSAGES/tdefile_kig.mo
share/locale/br/LC_MESSAGES/tdefile_lnk.mo
share/locale/br/LC_MESSAGES/tdefile_m3u.mo
share/locale/br/LC_MESSAGES/tdefile_mhtml.mo
share/locale/br/LC_MESSAGES/tdefile_mp3.mo
share/locale/br/LC_MESSAGES/tdefile_mpc.mo
share/locale/br/LC_MESSAGES/tdefile_mpeg.mo
share/locale/br/LC_MESSAGES/tdefile_ogg.mo
share/locale/br/LC_MESSAGES/tdefile_palm.mo
share/locale/br/LC_MESSAGES/tdefile_pcx.mo
share/locale/br/LC_MESSAGES/tdefile_pdf.mo
share/locale/br/LC_MESSAGES/tdefile_png.mo
share/locale/br/LC_MESSAGES/tdefile_pnm.mo
share/locale/br/LC_MESSAGES/tdefile_po.mo
share/locale/br/LC_MESSAGES/tdefile_ps.mo
share/locale/br/LC_MESSAGES/tdefile_rfc822.mo
share/locale/br/LC_MESSAGES/tdefile_rgb.mo
share/locale/br/LC_MESSAGES/tdefile_rpm.mo
share/locale/br/LC_MESSAGES/tdefile_sid.mo
share/locale/br/LC_MESSAGES/tdefile_tga.mo
share/locale/br/LC_MESSAGES/tdefile_theora.mo
share/locale/br/LC_MESSAGES/tdefile_tiff.mo
share/locale/br/LC_MESSAGES/tdefile_torrent.mo
share/locale/br/LC_MESSAGES/tdefile_ts.mo
share/locale/br/LC_MESSAGES/tdefile_txt.mo
share/locale/br/LC_MESSAGES/tdefile_vcf.mo
share/locale/br/LC_MESSAGES/tdefile_wav.mo
share/locale/br/LC_MESSAGES/tdefile_xbm.mo
share/locale/br/LC_MESSAGES/tdefile_xpm.mo
share/locale/br/LC_MESSAGES/tdefileaudiopreview.mo
share/locale/br/LC_MESSAGES/tdefilereplace.mo
share/locale/br/LC_MESSAGES/tdefileshare.mo
share/locale/br/LC_MESSAGES/tdefontinst.mo
share/locale/br/LC_MESSAGES/tdehtmlkttsd.mo
share/locale/br/LC_MESSAGES/tdehtmlsettingsplugin.mo
share/locale/br/LC_MESSAGES/tdeiconedit.mo
share/locale/br/LC_MESSAGES/tdeio.mo
share/locale/br/LC_MESSAGES/tdeio_audiocd.mo
share/locale/br/LC_MESSAGES/tdeio_finger.mo
share/locale/br/LC_MESSAGES/tdeio_fish.mo
share/locale/br/LC_MESSAGES/tdeio_floppy.mo
share/locale/br/LC_MESSAGES/tdeio_groupwise.mo
share/locale/br/LC_MESSAGES/tdeio_help.mo
share/locale/br/LC_MESSAGES/tdeio_home.mo
share/locale/br/LC_MESSAGES/tdeio_imap4.mo
share/locale/br/LC_MESSAGES/tdeio_jabberdisco.mo
share/locale/br/LC_MESSAGES/tdeio_lan.mo
share/locale/br/LC_MESSAGES/tdeio_ldap.mo
share/locale/br/LC_MESSAGES/tdeio_mac.mo
share/locale/br/LC_MESSAGES/tdeio_man.mo
share/locale/br/LC_MESSAGES/tdeio_media.mo
share/locale/br/LC_MESSAGES/tdeio_mobile.mo
share/locale/br/LC_MESSAGES/tdeio_nfs.mo
share/locale/br/LC_MESSAGES/tdeio_nntp.mo
share/locale/br/LC_MESSAGES/tdeio_pop3.mo
share/locale/br/LC_MESSAGES/tdeio_print.mo
share/locale/br/LC_MESSAGES/tdeio_remote.mo
share/locale/br/LC_MESSAGES/tdeio_settings.mo
share/locale/br/LC_MESSAGES/tdeio_sftp.mo
share/locale/br/LC_MESSAGES/tdeio_sieve.mo
share/locale/br/LC_MESSAGES/tdeio_smb.mo
share/locale/br/LC_MESSAGES/tdeio_smtp.mo
share/locale/br/LC_MESSAGES/tdeio_svn.mo
share/locale/br/LC_MESSAGES/tdeio_system.mo
share/locale/br/LC_MESSAGES/tdeio_tar.mo
share/locale/br/LC_MESSAGES/tdeio_thumbnail.mo
share/locale/br/LC_MESSAGES/tdeio_trash.mo
share/locale/br/LC_MESSAGES/tdeio_zeroconf.mo
share/locale/br/LC_MESSAGES/tdeioexec.mo
share/locale/br/LC_MESSAGES/tdelibs.mo
share/locale/br/LC_MESSAGES/tdelibs_colors.mo
share/locale/br/LC_MESSAGES/tdelirc.mo
share/locale/br/LC_MESSAGES/tdemid.mo
share/locale/br/LC_MESSAGES/tdepartsaver.mo
share/locale/br/LC_MESSAGES/tdepasswd.mo
share/locale/br/LC_MESSAGES/tdepimresources.mo
share/locale/br/LC_MESSAGES/tdepimwizards.mo
share/locale/br/LC_MESSAGES/tdeprint.mo
share/locale/br/LC_MESSAGES/tdeprint_part.mo
share/locale/br/LC_MESSAGES/tdeprintfax.mo
share/locale/br/LC_MESSAGES/tderandr.mo
share/locale/br/LC_MESSAGES/tdescreensaver.mo
share/locale/br/LC_MESSAGES/tdessh.mo
share/locale/br/LC_MESSAGES/tdestyle_highcontrast_config.mo
share/locale/br/LC_MESSAGES/tdestyle_keramik_config.mo
share/locale/br/LC_MESSAGES/tdestyle_phase_config.mo
share/locale/br/LC_MESSAGES/tdestyle_plastik_config.mo
share/locale/br/LC_MESSAGES/tdesu.mo
share/locale/br/LC_MESSAGES/tdesud.mo
share/locale/br/LC_MESSAGES/tdetexteditor_autobookmarker.mo
share/locale/br/LC_MESSAGES/tdetexteditor_docwordcompletion.mo
share/locale/br/LC_MESSAGES/tdetexteditor_insertfile.mo
share/locale/br/LC_MESSAGES/tdetexteditor_isearch.mo
share/locale/br/LC_MESSAGES/tdetexteditor_kdatatool.mo
share/locale/br/LC_MESSAGES/tdevdesigner.mo
share/locale/br/LC_MESSAGES/tdevelop.mo
share/locale/br/LC_MESSAGES/tdevtipofday.mo
share/locale/br/LC_MESSAGES/tdewalletmanager.mo
share/locale/br/LC_MESSAGES/tdmconfig.mo
share/locale/br/LC_MESSAGES/tdmgreet.mo
share/locale/br/LC_MESSAGES/timezones.mo
share/locale/br/LC_MESSAGES/tippecanoe.mo
share/locale/br/LC_MESSAGES/trashapplet.mo
share/locale/br/LC_MESSAGES/twin.mo
share/locale/br/LC_MESSAGES/twin4.mo
share/locale/br/LC_MESSAGES/twin_art_clients.mo
share/locale/br/LC_MESSAGES/twin_clients.mo
share/locale/br/LC_MESSAGES/twin_lib.mo
share/locale/br/LC_MESSAGES/tyler.mo
share/locale/br/LC_MESSAGES/uachangerplugin.mo
share/locale/br/LC_MESSAGES/umbrello.mo
share/locale/br/LC_MESSAGES/useraccount.mo
share/locale/br/LC_MESSAGES/validatorsplugin.mo
share/locale/br/LC_MESSAGES/wakeup.mo
share/locale/br/LC_MESSAGES/wavecapture.mo
share/locale/br/LC_MESSAGES/webarchiver.mo
share/locale/br/charset
share/locale/br/entry.desktop
share/locale/br/flag.png

@ -0,0 +1,43 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: core/tde-i18n-bs > misc/tde-i18n-bs
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTLANG= bs
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${PORTLANG}
TDE_PREVERSION=
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= misc x11
DIST_SUBDIR= TDE/core
PKGNAMEPREFIX= ${PORTLANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${PORTLANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}template/' \
'${EXTRACT_BASE}translations/' \
'${EXTRACT_BASE}tde-i18n-${PORTLANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
\
-DBUILD_ALL="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1682085484
SHA256 (TDE/core/tde-i18n-trinity_14.1.0.orig.tar.xz) = 9f64b518db380d1d0acf3f6b5baafdb3f486953739b9484bdc5d31f34f466a75
SIZE (TDE/core/tde-i18n-trinity_14.1.0.orig.tar.xz) = 195332236

@ -0,0 +1 @@
Bosnian (bs) internationalized (i18n) files for TDE

@ -0,0 +1,415 @@
share/locale/bs/LC_MESSAGES/amor.mo
share/locale/bs/LC_MESSAGES/appletproxy.mo
share/locale/bs/LC_MESSAGES/ark.mo
share/locale/bs/LC_MESSAGES/autorefresh.mo
share/locale/bs/LC_MESSAGES/babelfish.mo
share/locale/bs/LC_MESSAGES/cervisia.mo
share/locale/bs/LC_MESSAGES/charlatanui.mo
share/locale/bs/LC_MESSAGES/clockapplet.mo
share/locale/bs/LC_MESSAGES/crashesplugin.mo
share/locale/bs/LC_MESSAGES/cupsdconf.mo
share/locale/bs/LC_MESSAGES/cvsservice.mo
share/locale/bs/LC_MESSAGES/dcoprss.mo
share/locale/bs/LC_MESSAGES/dirfilterplugin.mo
share/locale/bs/LC_MESSAGES/display.mo
share/locale/bs/LC_MESSAGES/dockbarextension.mo
share/locale/bs/LC_MESSAGES/domtreeviewer.mo
share/locale/bs/LC_MESSAGES/drkonqi.mo
share/locale/bs/LC_MESSAGES/dub.mo
share/locale/bs/LC_MESSAGES/extensionproxy.mo
share/locale/bs/LC_MESSAGES/ffrs.mo
share/locale/bs/LC_MESSAGES/filetypes.mo
share/locale/bs/LC_MESSAGES/fsview.mo
share/locale/bs/LC_MESSAGES/htmlsearch.mo
share/locale/bs/LC_MESSAGES/imagerename_plugin.mo
share/locale/bs/LC_MESSAGES/irkick.mo
share/locale/bs/LC_MESSAGES/joystick.mo
share/locale/bs/LC_MESSAGES/juk.mo
share/locale/bs/LC_MESSAGES/kaboodle.mo
share/locale/bs/LC_MESSAGES/kaccess.mo
share/locale/bs/LC_MESSAGES/kaddressbook.mo
share/locale/bs/LC_MESSAGES/kalarm.mo
share/locale/bs/LC_MESSAGES/kalzium.mo
share/locale/bs/LC_MESSAGES/kandy.mo
share/locale/bs/LC_MESSAGES/kappfinder.mo
share/locale/bs/LC_MESSAGES/karm.mo
share/locale/bs/LC_MESSAGES/kasbarextension.mo
share/locale/bs/LC_MESSAGES/kate.mo
share/locale/bs/LC_MESSAGES/katecppsymbolviewer.mo
share/locale/bs/LC_MESSAGES/katefll_initplugin.mo
share/locale/bs/LC_MESSAGES/katefll_plugin.mo
share/locale/bs/LC_MESSAGES/katehelloworld.mo
share/locale/bs/LC_MESSAGES/katehtmltools.mo
share/locale/bs/LC_MESSAGES/katemodeline.mo
share/locale/bs/LC_MESSAGES/kateopenheader.mo
share/locale/bs/LC_MESSAGES/katepart.mo
share/locale/bs/LC_MESSAGES/katepybrowse.mo
share/locale/bs/LC_MESSAGES/katetextfilter.mo
share/locale/bs/LC_MESSAGES/katexmlcheck.mo
share/locale/bs/LC_MESSAGES/katexmltools.mo
share/locale/bs/LC_MESSAGES/kbabel.mo
share/locale/bs/LC_MESSAGES/kbattleship.mo
share/locale/bs/LC_MESSAGES/kbinaryclock.mo
share/locale/bs/LC_MESSAGES/kbruch.mo
share/locale/bs/LC_MESSAGES/kcalc.mo
share/locale/bs/LC_MESSAGES/kcharselect.mo
share/locale/bs/LC_MESSAGES/kcharselectapplet.mo
share/locale/bs/LC_MESSAGES/kcm_kviewcanvasconfig.mo
share/locale/bs/LC_MESSAGES/kcm_kviewgeneralconfig.mo
share/locale/bs/LC_MESSAGES/kcm_kviewpluginsconfig.mo
share/locale/bs/LC_MESSAGES/kcm_kviewviewerpluginsconfig.mo
share/locale/bs/LC_MESSAGES/kcmaccess.mo
share/locale/bs/LC_MESSAGES/kcmaccessibility.mo
share/locale/bs/LC_MESSAGES/kcmarts.mo
share/locale/bs/LC_MESSAGES/kcmaudiocd.mo
share/locale/bs/LC_MESSAGES/kcmbackground.mo
share/locale/bs/LC_MESSAGES/kcmbell.mo
share/locale/bs/LC_MESSAGES/kcmcgi.mo
share/locale/bs/LC_MESSAGES/kcmcolors.mo
share/locale/bs/LC_MESSAGES/kcmcomponentchooser.mo
share/locale/bs/LC_MESSAGES/kcmcrypto.mo
share/locale/bs/LC_MESSAGES/kcmcss.mo
share/locale/bs/LC_MESSAGES/kcmenergy.mo
share/locale/bs/LC_MESSAGES/kcmfonts.mo
share/locale/bs/LC_MESSAGES/kcmhtmlsearch.mo
share/locale/bs/LC_MESSAGES/kcmicons.mo
share/locale/bs/LC_MESSAGES/kcminfo.mo
share/locale/bs/LC_MESSAGES/kcminput.mo
share/locale/bs/LC_MESSAGES/kcmioslaveinfo.mo
share/locale/bs/LC_MESSAGES/kcmkabconfig.mo
share/locale/bs/LC_MESSAGES/kcmkamera.mo
share/locale/bs/LC_MESSAGES/kcmkclock.mo
share/locale/bs/LC_MESSAGES/kcmkded.mo
share/locale/bs/LC_MESSAGES/kcmkeys.mo
share/locale/bs/LC_MESSAGES/kcmkicker.mo
share/locale/bs/LC_MESSAGES/kcmkonq.mo
share/locale/bs/LC_MESSAGES/kcmkonqhtml.mo
share/locale/bs/LC_MESSAGES/kcmkonsole.mo
share/locale/bs/LC_MESSAGES/kcmkontactnt.mo
share/locale/bs/LC_MESSAGES/kcmktalkd.mo
share/locale/bs/LC_MESSAGES/kcmkuick.mo
share/locale/bs/LC_MESSAGES/kcmkurifilt.mo
share/locale/bs/LC_MESSAGES/kcmkvaio.mo
share/locale/bs/LC_MESSAGES/kcmkwm.mo
share/locale/bs/LC_MESSAGES/kcmlanbrowser.mo
share/locale/bs/LC_MESSAGES/kcmlaptop.mo
share/locale/bs/LC_MESSAGES/kcmlaunch.mo
share/locale/bs/LC_MESSAGES/kcmlayout.mo
share/locale/bs/LC_MESSAGES/kcmlilo.mo
share/locale/bs/LC_MESSAGES/kcmlocale.mo
share/locale/bs/LC_MESSAGES/kcmnic.mo
share/locale/bs/LC_MESSAGES/kcmnotify.mo
share/locale/bs/LC_MESSAGES/kcmperformance.mo
share/locale/bs/LC_MESSAGES/kcmprintmgr.mo
share/locale/bs/LC_MESSAGES/kcmsamba.mo
share/locale/bs/LC_MESSAGES/kcmscreensaver.mo
share/locale/bs/LC_MESSAGES/kcmsmartcard.mo
share/locale/bs/LC_MESSAGES/kcmsmserver.mo
share/locale/bs/LC_MESSAGES/kcmspellchecking.mo
share/locale/bs/LC_MESSAGES/kcmstyle.mo
share/locale/bs/LC_MESSAGES/kcmtaskbar.mo
share/locale/bs/LC_MESSAGES/kcmtdeio.mo
share/locale/bs/LC_MESSAGES/kcmtdewallet.mo
share/locale/bs/LC_MESSAGES/kcmtwindecoration.mo
share/locale/bs/LC_MESSAGES/kcmtwinrules.mo
share/locale/bs/LC_MESSAGES/kcmusb.mo
share/locale/bs/LC_MESSAGES/kcmview1394.mo
share/locale/bs/LC_MESSAGES/kcmwifi.mo
share/locale/bs/LC_MESSAGES/kcmxinerama.mo
share/locale/bs/LC_MESSAGES/kcoloredit.mo
share/locale/bs/LC_MESSAGES/kcontrol.mo
share/locale/bs/LC_MESSAGES/kcron.mo
share/locale/bs/LC_MESSAGES/kdat.mo
share/locale/bs/LC_MESSAGES/kdcop.mo
share/locale/bs/LC_MESSAGES/kdesktop.mo
share/locale/bs/LC_MESSAGES/kdf.mo
share/locale/bs/LC_MESSAGES/kdialog.mo
share/locale/bs/LC_MESSAGES/kdictapplet.mo
share/locale/bs/LC_MESSAGES/kdvi.mo
share/locale/bs/LC_MESSAGES/kedit.mo
share/locale/bs/LC_MESSAGES/keduca.mo
share/locale/bs/LC_MESSAGES/kfax.mo
share/locale/bs/LC_MESSAGES/kfindpart.mo
share/locale/bs/LC_MESSAGES/kfloppy.mo
share/locale/bs/LC_MESSAGES/kfmclient.mo
share/locale/bs/LC_MESSAGES/kgamma.mo
share/locale/bs/LC_MESSAGES/kget.mo
share/locale/bs/LC_MESSAGES/kghostview.mo
share/locale/bs/LC_MESSAGES/kgreet_classic.mo
share/locale/bs/LC_MESSAGES/kgreet_winbind.mo
share/locale/bs/LC_MESSAGES/khelpcenter.mo
share/locale/bs/LC_MESSAGES/khexedit.mo
share/locale/bs/LC_MESSAGES/khotkeys.mo
share/locale/bs/LC_MESSAGES/kicker.mo
share/locale/bs/LC_MESSAGES/kig.mo
share/locale/bs/LC_MESSAGES/kinetd.mo
share/locale/bs/LC_MESSAGES/kjobviewer.mo
share/locale/bs/LC_MESSAGES/kjots.mo
share/locale/bs/LC_MESSAGES/kleopatra.mo
share/locale/bs/LC_MESSAGES/klettres.mo
share/locale/bs/LC_MESSAGES/klickety.mo
share/locale/bs/LC_MESSAGES/klines.mo
share/locale/bs/LC_MESSAGES/klipper.mo
share/locale/bs/LC_MESSAGES/klock.mo
share/locale/bs/LC_MESSAGES/kmag.mo
share/locale/bs/LC_MESSAGES/kmahjongg.mo
share/locale/bs/LC_MESSAGES/kmail.mo
share/locale/bs/LC_MESSAGES/kmail_text_vcard_plugin.mo
share/locale/bs/LC_MESSAGES/kmailcvt.mo
share/locale/bs/LC_MESSAGES/kmathapplet.mo
share/locale/bs/LC_MESSAGES/kmcop.mo
share/locale/bs/LC_MESSAGES/kmenuapplet.mo
share/locale/bs/LC_MESSAGES/kmenuedit.mo
share/locale/bs/LC_MESSAGES/kmilo_generic.mo
share/locale/bs/LC_MESSAGES/kmilo_kvaio.mo
share/locale/bs/LC_MESSAGES/kmilo_powerbook.mo
share/locale/bs/LC_MESSAGES/kmilod.mo
share/locale/bs/LC_MESSAGES/kmines.mo
share/locale/bs/LC_MESSAGES/kminipagerapplet.mo
share/locale/bs/LC_MESSAGES/kmix.mo
share/locale/bs/LC_MESSAGES/kmobile.mo
share/locale/bs/LC_MESSAGES/kmousetool.mo
share/locale/bs/LC_MESSAGES/kmouth.mo
share/locale/bs/LC_MESSAGES/kmplot.mo
share/locale/bs/LC_MESSAGES/kmrml.mo
share/locale/bs/LC_MESSAGES/knetattach.mo
share/locale/bs/LC_MESSAGES/knewsticker.mo
share/locale/bs/LC_MESSAGES/knode.mo
share/locale/bs/LC_MESSAGES/knotes.mo
share/locale/bs/LC_MESSAGES/knotify.mo
share/locale/bs/LC_MESSAGES/kolf.mo
share/locale/bs/LC_MESSAGES/kolourpaint.mo
share/locale/bs/LC_MESSAGES/kolourpicker.mo
share/locale/bs/LC_MESSAGES/konqsidebar_mediaplayer.mo
share/locale/bs/LC_MESSAGES/konqsidebar_news.mo
share/locale/bs/LC_MESSAGES/konqueror.mo
share/locale/bs/LC_MESSAGES/konquest.mo
share/locale/bs/LC_MESSAGES/konsole.mo
share/locale/bs/LC_MESSAGES/konsolekalendar.mo
share/locale/bs/LC_MESSAGES/kontact.mo
share/locale/bs/LC_MESSAGES/kooka.mo
share/locale/bs/LC_MESSAGES/kopete.mo
share/locale/bs/LC_MESSAGES/korganizer.mo
share/locale/bs/LC_MESSAGES/korn.mo
share/locale/bs/LC_MESSAGES/kpackage.mo
share/locale/bs/LC_MESSAGES/kpager.mo
share/locale/bs/LC_MESSAGES/kpat.mo
share/locale/bs/LC_MESSAGES/kpdf.mo
share/locale/bs/LC_MESSAGES/kpercentage.mo
share/locale/bs/LC_MESSAGES/kpersonalizer.mo
share/locale/bs/LC_MESSAGES/kppp.mo
share/locale/bs/LC_MESSAGES/kppplogview.mo
share/locale/bs/LC_MESSAGES/kprinter.mo
share/locale/bs/LC_MESSAGES/krdb.mo
share/locale/bs/LC_MESSAGES/krdc.mo
share/locale/bs/LC_MESSAGES/kreadconfig.mo
share/locale/bs/LC_MESSAGES/krec.mo
share/locale/bs/LC_MESSAGES/kres_remote.mo
share/locale/bs/LC_MESSAGES/kres_xmlrpc.mo
share/locale/bs/LC_MESSAGES/krfb.mo
share/locale/bs/LC_MESSAGES/kruler.mo
share/locale/bs/LC_MESSAGES/krunapplet.mo
share/locale/bs/LC_MESSAGES/kscd.mo
share/locale/bs/LC_MESSAGES/ksig.mo
share/locale/bs/LC_MESSAGES/ksirtet.mo
share/locale/bs/LC_MESSAGES/ksmserver.mo
share/locale/bs/LC_MESSAGES/ksnake.mo
share/locale/bs/LC_MESSAGES/ksnapshot.mo
share/locale/bs/LC_MESSAGES/kspaceduel.mo
share/locale/bs/LC_MESSAGES/ksplash.mo
share/locale/bs/LC_MESSAGES/ksplashthemes.mo
share/locale/bs/LC_MESSAGES/kstars.mo
share/locale/bs/LC_MESSAGES/kstart.mo
share/locale/bs/LC_MESSAGES/kstartperf.mo
share/locale/bs/LC_MESSAGES/ksvgplugin.mo
share/locale/bs/LC_MESSAGES/ksysguard.mo
share/locale/bs/LC_MESSAGES/ksystemtrayapplet.mo
share/locale/bs/LC_MESSAGES/ksystraycmd.mo
share/locale/bs/LC_MESSAGES/ksysv.mo
share/locale/bs/LC_MESSAGES/kthememanager.mo
share/locale/bs/LC_MESSAGES/ktimemon.mo
share/locale/bs/LC_MESSAGES/ktimer.mo
share/locale/bs/LC_MESSAGES/ktip.mo
share/locale/bs/LC_MESSAGES/ktnef.mo
share/locale/bs/LC_MESSAGES/ktouch.mo
share/locale/bs/LC_MESSAGES/ktron.mo
share/locale/bs/LC_MESSAGES/kuick_plugin.mo
share/locale/bs/LC_MESSAGES/kuickshow.mo
share/locale/bs/LC_MESSAGES/kuiviewer.mo
share/locale/bs/LC_MESSAGES/kuser.mo
share/locale/bs/LC_MESSAGES/kview.mo
share/locale/bs/LC_MESSAGES/kview_scale.mo
share/locale/bs/LC_MESSAGES/kviewbrowserplugin.mo
share/locale/bs/LC_MESSAGES/kviewcanvas.mo
share/locale/bs/LC_MESSAGES/kvieweffectsplugin.mo
share/locale/bs/LC_MESSAGES/kviewpresenterplugin.mo
share/locale/bs/LC_MESSAGES/kviewscannerplugin.mo
share/locale/bs/LC_MESSAGES/kvoctrain.mo
share/locale/bs/LC_MESSAGES/kwifimanager.mo
share/locale/bs/LC_MESSAGES/kwireless.mo
share/locale/bs/LC_MESSAGES/kwriteconfig.mo
share/locale/bs/LC_MESSAGES/kxkb.mo
share/locale/bs/LC_MESSAGES/kxsconfig.mo
share/locale/bs/LC_MESSAGES/libdmctl.mo
share/locale/bs/LC_MESSAGES/libkaddrbk_geo_xxport.mo
share/locale/bs/LC_MESSAGES/libkcal.mo
share/locale/bs/LC_MESSAGES/libkcddb.mo
share/locale/bs/LC_MESSAGES/libkicker.mo
share/locale/bs/LC_MESSAGES/libkickermenu_konsole.mo
share/locale/bs/LC_MESSAGES/libkickermenu_prefmenu.mo
share/locale/bs/LC_MESSAGES/libkickermenu_recentdocs.mo
share/locale/bs/LC_MESSAGES/libkickermenu_systemmenu.mo
share/locale/bs/LC_MESSAGES/libkickermenu_tdeprint.mo
share/locale/bs/LC_MESSAGES/libkickermenu_tom.mo
share/locale/bs/LC_MESSAGES/libkonq.mo
share/locale/bs/LC_MESSAGES/libkpimexchange.mo
share/locale/bs/LC_MESSAGES/libkscan.mo
share/locale/bs/LC_MESSAGES/libksync.mo
share/locale/bs/LC_MESSAGES/libtaskbar.mo
share/locale/bs/LC_MESSAGES/libtaskmanager.mo
share/locale/bs/LC_MESSAGES/libtdepim.mo
share/locale/bs/LC_MESSAGES/libtdescreensaver.mo
share/locale/bs/LC_MESSAGES/lockout.mo
share/locale/bs/LC_MESSAGES/mediaapplet.mo
share/locale/bs/LC_MESSAGES/mediacontrol.mo
share/locale/bs/LC_MESSAGES/minitoolsplugin.mo
share/locale/bs/LC_MESSAGES/naughtyapplet.mo
share/locale/bs/LC_MESSAGES/nexscope.mo
share/locale/bs/LC_MESSAGES/nsplugin.mo
share/locale/bs/LC_MESSAGES/pitchablespeed.mo
share/locale/bs/LC_MESSAGES/ppdtranslations.mo
share/locale/bs/LC_MESSAGES/privacy.mo
share/locale/bs/LC_MESSAGES/quanta.mo
share/locale/bs/LC_MESSAGES/quicklauncher.mo
share/locale/bs/LC_MESSAGES/searchbarplugin.mo
share/locale/bs/LC_MESSAGES/secpolicy.mo
share/locale/bs/LC_MESSAGES/spy.mo
share/locale/bs/LC_MESSAGES/synaescope.mo
share/locale/bs/LC_MESSAGES/tdeabc2mutt.mo
share/locale/bs/LC_MESSAGES/tdeabc_dir.mo
share/locale/bs/LC_MESSAGES/tdeabc_file.mo
share/locale/bs/LC_MESSAGES/tdeabc_ldaptdeio.mo
share/locale/bs/LC_MESSAGES/tdeabc_net.mo
share/locale/bs/LC_MESSAGES/tdeabc_slox.mo
share/locale/bs/LC_MESSAGES/tdeabc_sql.mo
share/locale/bs/LC_MESSAGES/tdeabcformat_binary.mo
share/locale/bs/LC_MESSAGES/tdecmshell.mo
share/locale/bs/LC_MESSAGES/tdedebugdialog.mo
share/locale/bs/LC_MESSAGES/tdefile_au.mo
share/locale/bs/LC_MESSAGES/tdefile_avi.mo
share/locale/bs/LC_MESSAGES/tdefile_bmp.mo
share/locale/bs/LC_MESSAGES/tdefile_cpp.mo
share/locale/bs/LC_MESSAGES/tdefile_dds.mo
share/locale/bs/LC_MESSAGES/tdefile_deb.mo
share/locale/bs/LC_MESSAGES/tdefile_desktop.mo
share/locale/bs/LC_MESSAGES/tdefile_diff.mo
share/locale/bs/LC_MESSAGES/tdefile_drgeo.mo
share/locale/bs/LC_MESSAGES/tdefile_dvi.mo
share/locale/bs/LC_MESSAGES/tdefile_exr.mo
share/locale/bs/LC_MESSAGES/tdefile_flac.mo
share/locale/bs/LC_MESSAGES/tdefile_folder.mo
share/locale/bs/LC_MESSAGES/tdefile_gif.mo
share/locale/bs/LC_MESSAGES/tdefile_html.mo
share/locale/bs/LC_MESSAGES/tdefile_ico.mo
share/locale/bs/LC_MESSAGES/tdefile_jpeg.mo
share/locale/bs/LC_MESSAGES/tdefile_kig.mo
share/locale/bs/LC_MESSAGES/tdefile_lnk.mo
share/locale/bs/LC_MESSAGES/tdefile_m3u.mo
share/locale/bs/LC_MESSAGES/tdefile_mp3.mo
share/locale/bs/LC_MESSAGES/tdefile_mpc.mo
share/locale/bs/LC_MESSAGES/tdefile_ogg.mo
share/locale/bs/LC_MESSAGES/tdefile_palm.mo
share/locale/bs/LC_MESSAGES/tdefile_pcx.mo
share/locale/bs/LC_MESSAGES/tdefile_pdf.mo
share/locale/bs/LC_MESSAGES/tdefile_png.mo
share/locale/bs/LC_MESSAGES/tdefile_pnm.mo
share/locale/bs/LC_MESSAGES/tdefile_po.mo
share/locale/bs/LC_MESSAGES/tdefile_ps.mo
share/locale/bs/LC_MESSAGES/tdefile_rfc822.mo
share/locale/bs/LC_MESSAGES/tdefile_rgb.mo
share/locale/bs/LC_MESSAGES/tdefile_rpm.mo
share/locale/bs/LC_MESSAGES/tdefile_sid.mo
share/locale/bs/LC_MESSAGES/tdefile_tga.mo
share/locale/bs/LC_MESSAGES/tdefile_tiff.mo
share/locale/bs/LC_MESSAGES/tdefile_ts.mo
share/locale/bs/LC_MESSAGES/tdefile_txt.mo
share/locale/bs/LC_MESSAGES/tdefile_vcf.mo
share/locale/bs/LC_MESSAGES/tdefile_wav.mo
share/locale/bs/LC_MESSAGES/tdefile_xbm.mo
share/locale/bs/LC_MESSAGES/tdefile_xpm.mo
share/locale/bs/LC_MESSAGES/tdefileaudiopreview.mo
share/locale/bs/LC_MESSAGES/tdefilereplace.mo
share/locale/bs/LC_MESSAGES/tdefileshare.mo
share/locale/bs/LC_MESSAGES/tdefontinst.mo
share/locale/bs/LC_MESSAGES/tdehtmlkttsd.mo
share/locale/bs/LC_MESSAGES/tdehtmlsettingsplugin.mo
share/locale/bs/LC_MESSAGES/tdeiconedit.mo
share/locale/bs/LC_MESSAGES/tdeio.mo
share/locale/bs/LC_MESSAGES/tdeio_audiocd.mo
share/locale/bs/LC_MESSAGES/tdeio_finger.mo
share/locale/bs/LC_MESSAGES/tdeio_fish.mo
share/locale/bs/LC_MESSAGES/tdeio_floppy.mo
share/locale/bs/LC_MESSAGES/tdeio_help.mo
share/locale/bs/LC_MESSAGES/tdeio_home.mo
share/locale/bs/LC_MESSAGES/tdeio_imap4.mo
share/locale/bs/LC_MESSAGES/tdeio_lan.mo
share/locale/bs/LC_MESSAGES/tdeio_ldap.mo
share/locale/bs/LC_MESSAGES/tdeio_mac.mo
share/locale/bs/LC_MESSAGES/tdeio_man.mo
share/locale/bs/LC_MESSAGES/tdeio_media.mo
share/locale/bs/LC_MESSAGES/tdeio_mobile.mo
share/locale/bs/LC_MESSAGES/tdeio_nfs.mo
share/locale/bs/LC_MESSAGES/tdeio_nntp.mo
share/locale/bs/LC_MESSAGES/tdeio_pop3.mo
share/locale/bs/LC_MESSAGES/tdeio_print.mo
share/locale/bs/LC_MESSAGES/tdeio_remote.mo
share/locale/bs/LC_MESSAGES/tdeio_settings.mo
share/locale/bs/LC_MESSAGES/tdeio_sftp.mo
share/locale/bs/LC_MESSAGES/tdeio_smb.mo
share/locale/bs/LC_MESSAGES/tdeio_smtp.mo
share/locale/bs/LC_MESSAGES/tdeio_system.mo
share/locale/bs/LC_MESSAGES/tdeio_tar.mo
share/locale/bs/LC_MESSAGES/tdeio_thumbnail.mo
share/locale/bs/LC_MESSAGES/tdeioexec.mo
share/locale/bs/LC_MESSAGES/tdelibs.mo
share/locale/bs/LC_MESSAGES/tdelibs_colors.mo
share/locale/bs/LC_MESSAGES/tdelirc.mo
share/locale/bs/LC_MESSAGES/tdemid.mo
share/locale/bs/LC_MESSAGES/tdepartsaver.mo
share/locale/bs/LC_MESSAGES/tdepasswd.mo
share/locale/bs/LC_MESSAGES/tdeprint.mo
share/locale/bs/LC_MESSAGES/tdeprint_part.mo
share/locale/bs/LC_MESSAGES/tdeprintfax.mo
share/locale/bs/LC_MESSAGES/tderandr.mo
share/locale/bs/LC_MESSAGES/tdescreensaver.mo
share/locale/bs/LC_MESSAGES/tdestyle_highcontrast_config.mo
share/locale/bs/LC_MESSAGES/tdestyle_keramik_config.mo
share/locale/bs/LC_MESSAGES/tdestyle_plastik_config.mo
share/locale/bs/LC_MESSAGES/tdesu.mo
share/locale/bs/LC_MESSAGES/tdesud.mo
share/locale/bs/LC_MESSAGES/tdetexteditor_autobookmarker.mo
share/locale/bs/LC_MESSAGES/tdetexteditor_docwordcompletion.mo
share/locale/bs/LC_MESSAGES/tdetexteditor_insertfile.mo
share/locale/bs/LC_MESSAGES/tdetexteditor_isearch.mo
share/locale/bs/LC_MESSAGES/tdetexteditor_kdatatool.mo
share/locale/bs/LC_MESSAGES/tdevdesigner.mo
share/locale/bs/LC_MESSAGES/tdevelop.mo
share/locale/bs/LC_MESSAGES/tdewalletmanager.mo
share/locale/bs/LC_MESSAGES/tdmconfig.mo
share/locale/bs/LC_MESSAGES/tdmgreet.mo
share/locale/bs/LC_MESSAGES/timezones.mo
share/locale/bs/LC_MESSAGES/tippecanoe.mo
share/locale/bs/LC_MESSAGES/trashapplet.mo
share/locale/bs/LC_MESSAGES/twin.mo
share/locale/bs/LC_MESSAGES/twin_clients.mo
share/locale/bs/LC_MESSAGES/tyler.mo
share/locale/bs/LC_MESSAGES/uachangerplugin.mo
share/locale/bs/LC_MESSAGES/umbrello.mo
share/locale/bs/LC_MESSAGES/useraccount.mo
share/locale/bs/LC_MESSAGES/validatorsplugin.mo
share/locale/bs/LC_MESSAGES/wakeup.mo
share/locale/bs/LC_MESSAGES/wavecapture.mo
share/locale/bs/LC_MESSAGES/webarchiver.mo
share/locale/bs/charset
share/locale/bs/entry.desktop
share/locale/bs/flag.png

@ -0,0 +1,43 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: core/tde-i18n-ca > misc/tde-i18n-ca
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTLANG= ca
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${PORTLANG}
TDE_PREVERSION=
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= misc x11
DIST_SUBDIR= TDE/core
PKGNAMEPREFIX= ${PORTLANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${PORTLANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}template/' \
'${EXTRACT_BASE}translations/' \
'${EXTRACT_BASE}tde-i18n-${PORTLANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
\
-DBUILD_ALL="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1682085486
SHA256 (TDE/core/tde-i18n-trinity_14.1.0.orig.tar.xz) = 9f64b518db380d1d0acf3f6b5baafdb3f486953739b9484bdc5d31f34f466a75
SIZE (TDE/core/tde-i18n-trinity_14.1.0.orig.tar.xz) = 195332236

@ -0,0 +1 @@
Catalan (ca) internationalized (i18n) files for TDE

File diff suppressed because it is too large Load Diff

@ -0,0 +1,43 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: core/tde-i18n-cs > misc/tde-i18n-cs
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTLANG= cs
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${PORTLANG}
TDE_PREVERSION=
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= misc x11
DIST_SUBDIR= TDE/core
PKGNAMEPREFIX= ${PORTLANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${PORTLANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}template/' \
'${EXTRACT_BASE}translations/' \
'${EXTRACT_BASE}tde-i18n-${PORTLANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
\
-DBUILD_ALL="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1682085488
SHA256 (TDE/core/tde-i18n-trinity_14.1.0.orig.tar.xz) = 9f64b518db380d1d0acf3f6b5baafdb3f486953739b9484bdc5d31f34f466a75
SIZE (TDE/core/tde-i18n-trinity_14.1.0.orig.tar.xz) = 195332236

@ -0,0 +1 @@
Czech (cs) internationalized (i18n) files for TDE

@ -0,0 +1,778 @@
share/apps/khangman/cs.txt
share/apps/khangman/data/cs/animals.kvtml
share/apps/khangman/data/cs/easy.kvtml
share/apps/khangman/data/cs/hard.kvtml
share/apps/khangman/data/cs/medium.kvtml
share/apps/klettres/cs/alpha/a-0.ogg
share/apps/klettres/cs/alpha/a-1.ogg
share/apps/klettres/cs/alpha/a-10.ogg
share/apps/klettres/cs/alpha/a-11.ogg
share/apps/klettres/cs/alpha/a-12.ogg
share/apps/klettres/cs/alpha/a-13.ogg
share/apps/klettres/cs/alpha/a-14.ogg
share/apps/klettres/cs/alpha/a-15.ogg
share/apps/klettres/cs/alpha/a-16.ogg
share/apps/klettres/cs/alpha/a-17.ogg
share/apps/klettres/cs/alpha/a-18.ogg
share/apps/klettres/cs/alpha/a-19.ogg
share/apps/klettres/cs/alpha/a-2.ogg
share/apps/klettres/cs/alpha/a-20.ogg
share/apps/klettres/cs/alpha/a-21.ogg
share/apps/klettres/cs/alpha/a-22.ogg
share/apps/klettres/cs/alpha/a-23.ogg
share/apps/klettres/cs/alpha/a-24.ogg
share/apps/klettres/cs/alpha/a-25.ogg
share/apps/klettres/cs/alpha/a-26.ogg
share/apps/klettres/cs/alpha/a-27.ogg
share/apps/klettres/cs/alpha/a-28.ogg
share/apps/klettres/cs/alpha/a-29.ogg
share/apps/klettres/cs/alpha/a-3.ogg
share/apps/klettres/cs/alpha/a-30.ogg
share/apps/klettres/cs/alpha/a-31.ogg
share/apps/klettres/cs/alpha/a-4.ogg
share/apps/klettres/cs/alpha/a-5.ogg
share/apps/klettres/cs/alpha/a-6.ogg
share/apps/klettres/cs/alpha/a-7.ogg
share/apps/klettres/cs/alpha/a-8.ogg
share/apps/klettres/cs/alpha/a-9.ogg
share/apps/klettres/cs/sounds.xml
share/apps/klettres/cs/syllab/ad-0.ogg
share/apps/klettres/cs/syllab/ad-1.ogg
share/apps/klettres/cs/syllab/ad-10.ogg
share/apps/klettres/cs/syllab/ad-11.ogg
share/apps/klettres/cs/syllab/ad-12.ogg
share/apps/klettres/cs/syllab/ad-13.ogg
share/apps/klettres/cs/syllab/ad-14.ogg
share/apps/klettres/cs/syllab/ad-15.ogg
share/apps/klettres/cs/syllab/ad-16.ogg
share/apps/klettres/cs/syllab/ad-17.ogg
share/apps/klettres/cs/syllab/ad-2.ogg
share/apps/klettres/cs/syllab/ad-3.ogg
share/apps/klettres/cs/syllab/ad-4.ogg
share/apps/klettres/cs/syllab/ad-5.ogg
share/apps/klettres/cs/syllab/ad-6.ogg
share/apps/klettres/cs/syllab/ad-7.ogg
share/apps/klettres/cs/syllab/ad-8.ogg
share/apps/klettres/cs/syllab/ad-9.ogg
share/doc/tde/HTML/cs/common/1.png
share/doc/tde/HTML/cs/common/10.png
share/doc/tde/HTML/cs/common/2.png
share/doc/tde/HTML/cs/common/3.png
share/doc/tde/HTML/cs/common/4.png
share/doc/tde/HTML/cs/common/5.png
share/doc/tde/HTML/cs/common/6.png
share/doc/tde/HTML/cs/common/7.png
share/doc/tde/HTML/cs/common/8.png
share/doc/tde/HTML/cs/common/9.png
share/doc/tde/HTML/cs/common/appheader.html
share/doc/tde/HTML/cs/common/artistic-license.html
share/doc/tde/HTML/cs/common/block_title_bottom.png
share/doc/tde/HTML/cs/common/block_title_mid.png
share/doc/tde/HTML/cs/common/block_title_top.png
share/doc/tde/HTML/cs/common/bottom-left.png
share/doc/tde/HTML/cs/common/bottom-middle.png
share/doc/tde/HTML/cs/common/bottom-right.png
share/doc/tde/HTML/cs/common/bottom1.png
share/doc/tde/HTML/cs/common/bottom2.png
share/doc/tde/HTML/cs/common/bsd-license.html
share/doc/tde/HTML/cs/common/docheadergears.png
share/doc/tde/HTML/cs/common/doctop1.png
share/doc/tde/HTML/cs/common/doctop1a.png
share/doc/tde/HTML/cs/common/doctop1b.png
share/doc/tde/HTML/cs/common/doctop2.png
share/doc/tde/HTML/cs/common/doxygen.css
share/doc/tde/HTML/cs/common/favicon.ico
share/doc/tde/HTML/cs/common/fdl-license
share/doc/tde/HTML/cs/common/fdl-license.html
share/doc/tde/HTML/cs/common/fdl-notice.html
share/doc/tde/HTML/cs/common/fdl-translated.html
share/doc/tde/HTML/cs/common/flat.css
share/doc/tde/HTML/cs/common/footer.html
share/doc/tde/HTML/cs/common/gpl-license
share/doc/tde/HTML/cs/common/gpl-license.html
share/doc/tde/HTML/cs/common/gpl-translated.html
share/doc/tde/HTML/cs/common/grad.png
share/doc/tde/HTML/cs/common/header.html
share/doc/tde/HTML/cs/common/headerbg.png
share/doc/tde/HTML/cs/common/kde_gear_64.png
share/doc/tde/HTML/cs/common/kde_logo.png
share/doc/tde/HTML/cs/common/kde_logo_bg.png
share/doc/tde/HTML/cs/common/kmenu.png
share/doc/tde/HTML/cs/common/lgpl-license
share/doc/tde/HTML/cs/common/lgpl-license.html
share/doc/tde/HTML/cs/common/lgpl-translated.html
share/doc/tde/HTML/cs/common/logotp3.png
share/doc/tde/HTML/cs/common/mainfooter.html
share/doc/tde/HTML/cs/common/mainheader.html
share/doc/tde/HTML/cs/common/print.css
share/doc/tde/HTML/cs/common/qpl-license.html
share/doc/tde/HTML/cs/common/shadow.png
share/doc/tde/HTML/cs/common/tabs.css
share/doc/tde/HTML/cs/common/tde-common.css
share/doc/tde/HTML/cs/common/tde-default.css
share/doc/tde/HTML/cs/common/tde-docs.css
share/doc/tde/HTML/cs/common/tde-localised.css
share/doc/tde/HTML/cs/common/tde-localised.css.template
share/doc/tde/HTML/cs/common/tde-web.css
share/doc/tde/HTML/cs/common/tde.css
share/doc/tde/HTML/cs/common/top-left.jpg
share/doc/tde/HTML/cs/common/top-left.png
share/doc/tde/HTML/cs/common/top-middle.png
share/doc/tde/HTML/cs/common/top-right-konqueror.png
share/doc/tde/HTML/cs/common/top-right.jpg
share/doc/tde/HTML/cs/common/top-right.png
share/doc/tde/HTML/cs/common/top-trinity.jpg
share/doc/tde/HTML/cs/common/top.jpg
share/doc/tde/HTML/cs/common/web-docbottom.png
share/doc/tde/HTML/cs/common/web-doctop.png
share/doc/tde/HTML/cs/common/x11-license.html
share/doc/tde/HTML/cs/common/xml.dcl
share/doc/tde/HTML/cs/kcontrol/arts/midi.docbook
share/doc/tde/HTML/cs/kcontrol/bell/common
share/doc/tde/HTML/cs/kcontrol/bell/index.cache.bz2
share/doc/tde/HTML/cs/kcontrol/bell/index.docbook
share/doc/tde/HTML/cs/kcontrol/clock/common
share/doc/tde/HTML/cs/kcontrol/clock/index.cache.bz2
share/doc/tde/HTML/cs/kcontrol/clock/index.docbook
share/doc/tde/HTML/cs/kcontrol/common
share/doc/tde/HTML/cs/kcontrol/crypto/common
share/doc/tde/HTML/cs/kcontrol/crypto/index.cache.bz2
share/doc/tde/HTML/cs/kcontrol/crypto/index.docbook
share/doc/tde/HTML/cs/kcontrol/email/common
share/doc/tde/HTML/cs/kcontrol/email/index.cache.bz2
share/doc/tde/HTML/cs/kcontrol/email/index.docbook
share/doc/tde/HTML/cs/kcontrol/index.cache.bz2
share/doc/tde/HTML/cs/kcontrol/index.docbook
share/doc/tde/HTML/cs/kcontrol/kcmaccess/common
share/doc/tde/HTML/cs/kcontrol/kcmaccess/index.cache.bz2
share/doc/tde/HTML/cs/kcontrol/kcmaccess/index.docbook
share/doc/tde/HTML/cs/kcontrol/kcmlowbatcrit/common
share/doc/tde/HTML/cs/kcontrol/kcmlowbatcrit/index.cache.bz2
share/doc/tde/HTML/cs/kcontrol/kcmlowbatcrit/index.docbook
share/doc/tde/HTML/cs/kcontrol/kcmsmserver/common
share/doc/tde/HTML/cs/kcontrol/kcmsmserver/index.cache.bz2
share/doc/tde/HTML/cs/kcontrol/kcmsmserver/index.docbook
share/doc/tde/HTML/cs/kcontrol/kcmstyle/common
share/doc/tde/HTML/cs/kcontrol/kcmstyle/index.cache.bz2
share/doc/tde/HTML/cs/kcontrol/kcmstyle/index.docbook
share/doc/tde/HTML/cs/kcontrol/kmixcfg/common
share/doc/tde/HTML/cs/kcontrol/kmixcfg/index.cache.bz2
share/doc/tde/HTML/cs/kcontrol/kmixcfg/index.docbook
share/doc/tde/HTML/cs/kcontrol/laptop/common
share/doc/tde/HTML/cs/kcontrol/laptop/index.cache.bz2
share/doc/tde/HTML/cs/kcontrol/laptop/index.docbook
share/doc/tde/HTML/cs/kcontrol/passwords/common
share/doc/tde/HTML/cs/kcontrol/passwords/index.cache.bz2
share/doc/tde/HTML/cs/kcontrol/passwords/index.docbook
share/doc/tde/HTML/cs/kcontrol/screenshot.png
share/doc/tde/HTML/cs/kcontrol/tdehtml/nsplugin.docbook
share/doc/tde/HTML/cs/kcontrol/tdm/common
share/doc/tde/HTML/cs/kcontrol/tdm/index.cache.bz2
share/doc/tde/HTML/cs/kcontrol/tdm/index.docbook
share/doc/tde/HTML/cs/kgamma/common
share/doc/tde/HTML/cs/kgamma/index.cache.bz2
share/doc/tde/HTML/cs/kgamma/index.docbook
share/doc/tde/HTML/cs/khelpcenter/contact.docbook
share/doc/tde/HTML/cs/khelpcenter/links.docbook
share/doc/tde/HTML/cs/khelpcenter/support.docbook
share/doc/tde/HTML/cs/khelpcenter/welcome.docbook
share/doc/tde/HTML/cs/khelpcenter/whatistde.docbook
share/doc/tde/HTML/cs/konsole/common
share/doc/tde/HTML/cs/konsole/index.cache.bz2
share/doc/tde/HTML/cs/konsole/index.docbook
share/doc/tde/HTML/cs/tdeprint/add-printer-wiz.docbook
share/doc/tde/HTML/cs/tdeprint/common
share/doc/tde/HTML/cs/tdeprint/cups-config.docbook
share/doc/tde/HTML/cs/tdeprint/cupsoptions.docbook
share/doc/tde/HTML/cs/tdeprint/extensions.docbook
share/doc/tde/HTML/cs/tdeprint/external-command.docbook
share/doc/tde/HTML/cs/tdeprint/final-word.docbook
share/doc/tde/HTML/cs/tdeprint/getting-started.docbook
share/doc/tde/HTML/cs/tdeprint/highlights.docbook
share/doc/tde/HTML/cs/tdeprint/index.cache.bz2
share/doc/tde/HTML/cs/tdeprint/index.docbook
share/doc/tde/HTML/cs/tdeprint/lpd.docbook
share/doc/tde/HTML/cs/tdeprint/lpr-bsd.docbook
share/doc/tde/HTML/cs/tdeprint/lprng.docbook
share/doc/tde/HTML/cs/tdeprint/rlpr.docbook
share/doc/tde/HTML/cs/tdeprint/tech-overview.docbook
share/doc/tde/HTML/cs/tdeprint/theory.docbook
share/doc/tde/HTML/cs/tdm/common
share/doc/tde/HTML/cs/tdm/index.cache.bz2
share/doc/tde/HTML/cs/tdm/index.docbook
share/locale/cs/LC_MESSAGES/akregator.mo
share/locale/cs/LC_MESSAGES/akregator_konqplugin.mo
share/locale/cs/LC_MESSAGES/alsaplayerui.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/ark_plugin.mo
share/locale/cs/LC_MESSAGES/artsbuilder.mo
share/locale/cs/LC_MESSAGES/artscontrol.mo
share/locale/cs/LC_MESSAGES/artsmodules.mo
share/locale/cs/LC_MESSAGES/atlantik.mo
share/locale/cs/LC_MESSAGES/atlantikdesigner.mo
share/locale/cs/LC_MESSAGES/audiocd_encoder_lame.mo
share/locale/cs/LC_MESSAGES/audiocd_encoder_vorbis.mo
share/locale/cs/LC_MESSAGES/audiorename_plugin.mo
share/locale/cs/LC_MESSAGES/autorefresh.mo
share/locale/cs/LC_MESSAGES/babelfish.mo
share/locale/cs/LC_MESSAGES/blinken.mo
share/locale/cs/LC_MESSAGES/cervisia.mo
share/locale/cs/LC_MESSAGES/charlatanui.mo
share/locale/cs/LC_MESSAGES/clockapplet.mo
share/locale/cs/LC_MESSAGES/crashesplugin.mo
share/locale/cs/LC_MESSAGES/cupsdconf.mo
share/locale/cs/LC_MESSAGES/cvsservice.mo
share/locale/cs/LC_MESSAGES/dcoprss.mo
share/locale/cs/LC_MESSAGES/dirfilterplugin.mo
share/locale/cs/LC_MESSAGES/display.mo
share/locale/cs/LC_MESSAGES/dockbarextension.mo
share/locale/cs/LC_MESSAGES/domtreeviewer.mo
share/locale/cs/LC_MESSAGES/drkonqi.mo
share/locale/cs/LC_MESSAGES/dub.mo
share/locale/cs/LC_MESSAGES/extensionproxy.mo
share/locale/cs/LC_MESSAGES/ffrs.mo
share/locale/cs/LC_MESSAGES/filetypes.mo
share/locale/cs/LC_MESSAGES/fsview.mo
share/locale/cs/LC_MESSAGES/htmlsearch.mo
share/locale/cs/LC_MESSAGES/imagerename_plugin.mo
share/locale/cs/LC_MESSAGES/imgalleryplugin.mo
share/locale/cs/LC_MESSAGES/irkick.mo
share/locale/cs/LC_MESSAGES/joystick.mo
share/locale/cs/LC_MESSAGES/juk.mo
share/locale/cs/LC_MESSAGES/kaboodle.mo
share/locale/cs/LC_MESSAGES/kaccess.mo
share/locale/cs/LC_MESSAGES/kaddressbook.mo
share/locale/cs/LC_MESSAGES/kalarm.mo
share/locale/cs/LC_MESSAGES/kalzium.mo
share/locale/cs/LC_MESSAGES/kanagram.mo
share/locale/cs/LC_MESSAGES/kandy.mo
share/locale/cs/LC_MESSAGES/kappfinder.mo
share/locale/cs/LC_MESSAGES/karm.mo
share/locale/cs/LC_MESSAGES/kasbarextension.mo
share/locale/cs/LC_MESSAGES/kasteroids.mo
share/locale/cs/LC_MESSAGES/kate.mo
share/locale/cs/LC_MESSAGES/katecppsymbolviewer.mo
share/locale/cs/LC_MESSAGES/katefiletemplates.mo
share/locale/cs/LC_MESSAGES/katefll_initplugin.mo
share/locale/cs/LC_MESSAGES/katefll_plugin.mo
share/locale/cs/LC_MESSAGES/katehelloworld.mo
share/locale/cs/LC_MESSAGES/katehtmltools.mo
share/locale/cs/LC_MESSAGES/kateinsertcommand.mo
share/locale/cs/LC_MESSAGES/katekjswrapper.mo
share/locale/cs/LC_MESSAGES/katemake.mo
share/locale/cs/LC_MESSAGES/katemodeline.mo
share/locale/cs/LC_MESSAGES/kateopenheader.mo
share/locale/cs/LC_MESSAGES/katepart.mo
share/locale/cs/LC_MESSAGES/katepybrowse.mo
share/locale/cs/LC_MESSAGES/katesnippets.mo
share/locale/cs/LC_MESSAGES/katetabbarextension.mo
share/locale/cs/LC_MESSAGES/katetextfilter.mo
share/locale/cs/LC_MESSAGES/katexmlcheck.mo
share/locale/cs/LC_MESSAGES/katexmltools.mo
share/locale/cs/LC_MESSAGES/katomic.mo
share/locale/cs/LC_MESSAGES/kaudiocreator.mo
share/locale/cs/LC_MESSAGES/kay.mo
share/locale/cs/LC_MESSAGES/kbabel.mo
share/locale/cs/LC_MESSAGES/kbackgammon.mo
share/locale/cs/LC_MESSAGES/kbattleship.mo
share/locale/cs/LC_MESSAGES/kbinaryclock.mo
share/locale/cs/LC_MESSAGES/kblackbox.mo
share/locale/cs/LC_MESSAGES/kbounce.mo
share/locale/cs/LC_MESSAGES/kbruch.mo
share/locale/cs/LC_MESSAGES/kbstateapplet.mo
share/locale/cs/LC_MESSAGES/kbugbuster.mo
share/locale/cs/LC_MESSAGES/kcalc.mo
share/locale/cs/LC_MESSAGES/kcharselect.mo
share/locale/cs/LC_MESSAGES/kcharselectapplet.mo
share/locale/cs/LC_MESSAGES/kcm_krfb.mo
share/locale/cs/LC_MESSAGES/kcm_kviewcanvasconfig.mo
share/locale/cs/LC_MESSAGES/kcm_kviewgeneralconfig.mo
share/locale/cs/LC_MESSAGES/kcm_kviewpluginsconfig.mo
share/locale/cs/LC_MESSAGES/kcm_kviewviewerpluginsconfig.mo
share/locale/cs/LC_MESSAGES/kcmaccess.mo
share/locale/cs/LC_MESSAGES/kcmaccessibility.mo
share/locale/cs/LC_MESSAGES/kcmarts.mo
share/locale/cs/LC_MESSAGES/kcmaudiocd.mo
share/locale/cs/LC_MESSAGES/kcmbackground.mo
share/locale/cs/LC_MESSAGES/kcmbell.mo
share/locale/cs/LC_MESSAGES/kcmcddb.mo
share/locale/cs/LC_MESSAGES/kcmcgi.mo
share/locale/cs/LC_MESSAGES/kcmcolors.mo
share/locale/cs/LC_MESSAGES/kcmcomponentchooser.mo
share/locale/cs/LC_MESSAGES/kcmcrypto.mo
share/locale/cs/LC_MESSAGES/kcmcss.mo
share/locale/cs/LC_MESSAGES/kcmdisplayconfig.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/kcmhwmanager.mo
share/locale/cs/LC_MESSAGES/kcmiccconfig.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/kcmkabconfig.mo
share/locale/cs/LC_MESSAGES/kcmkamera.mo
share/locale/cs/LC_MESSAGES/kcmkclock.mo
share/locale/cs/LC_MESSAGES/kcmkded.mo
share/locale/cs/LC_MESSAGES/kcmkeys.mo
share/locale/cs/LC_MESSAGES/kcmkicker.mo
share/locale/cs/LC_MESSAGES/kcmkonq.mo
share/locale/cs/LC_MESSAGES/kcmkonqhtml.mo
share/locale/cs/LC_MESSAGES/kcmkonsole.mo
share/locale/cs/LC_MESSAGES/kcmkontactnt.mo
share/locale/cs/LC_MESSAGES/kcmktalkd.mo
share/locale/cs/LC_MESSAGES/kcmkuick.mo
share/locale/cs/LC_MESSAGES/kcmkurifilt.mo
share/locale/cs/LC_MESSAGES/kcmkvaio.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/kcmlaunch.mo
share/locale/cs/LC_MESSAGES/kcmlayout.mo
share/locale/cs/LC_MESSAGES/kcmlilo.mo
share/locale/cs/LC_MESSAGES/kcmlirc.mo
share/locale/cs/LC_MESSAGES/kcmlocale.mo
share/locale/cs/LC_MESSAGES/kcmmedia.mo
share/locale/cs/LC_MESSAGES/kcmnic.mo
share/locale/cs/LC_MESSAGES/kcmnotify.mo
share/locale/cs/LC_MESSAGES/kcmperformance.mo
share/locale/cs/LC_MESSAGES/kcmprintmgr.mo
share/locale/cs/LC_MESSAGES/kcmsamba.mo
share/locale/cs/LC_MESSAGES/kcmscreensaver.mo
share/locale/cs/LC_MESSAGES/kcmsmartcard.mo
share/locale/cs/LC_MESSAGES/kcmsmserver.mo
share/locale/cs/LC_MESSAGES/kcmspellchecking.mo
share/locale/cs/LC_MESSAGES/kcmstyle.mo
share/locale/cs/LC_MESSAGES/kcmtaskbar.mo
share/locale/cs/LC_MESSAGES/kcmtdednssd.mo
share/locale/cs/LC_MESSAGES/kcmtdeio.mo
share/locale/cs/LC_MESSAGES/kcmtdewallet.mo
share/locale/cs/LC_MESSAGES/kcmthinkpad.mo
share/locale/cs/LC_MESSAGES/kcmtwindecoration.mo
share/locale/cs/LC_MESSAGES/kcmtwinrules.mo
share/locale/cs/LC_MESSAGES/kcmusb.mo
share/locale/cs/LC_MESSAGES/kcmview1394.mo
share/locale/cs/LC_MESSAGES/kcmwifi.mo
share/locale/cs/LC_MESSAGES/kcmxinerama.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/kdat.mo
share/locale/cs/LC_MESSAGES/kdcop.mo
share/locale/cs/LC_MESSAGES/kdesktop.mo
share/locale/cs/LC_MESSAGES/kdf.mo
share/locale/cs/LC_MESSAGES/kdgantt.mo
share/locale/cs/LC_MESSAGES/kdialog.mo
share/locale/cs/LC_MESSAGES/kdict.mo
share/locale/cs/LC_MESSAGES/kdictapplet.mo
share/locale/cs/LC_MESSAGES/kdjview.mo
share/locale/cs/LC_MESSAGES/kdvi.mo
share/locale/cs/LC_MESSAGES/kedit.mo
share/locale/cs/LC_MESSAGES/keduca.mo
share/locale/cs/LC_MESSAGES/kenolaba.mo
share/locale/cs/LC_MESSAGES/kfax.mo
share/locale/cs/LC_MESSAGES/kfaxview.mo
share/locale/cs/LC_MESSAGES/kfifteenapplet.mo
share/locale/cs/LC_MESSAGES/kfindpart.mo
share/locale/cs/LC_MESSAGES/kfloppy.mo
share/locale/cs/LC_MESSAGES/kfmclient.mo
share/locale/cs/LC_MESSAGES/kfouleggs.mo
share/locale/cs/LC_MESSAGES/kgamma.mo
share/locale/cs/LC_MESSAGES/kgantt.mo
share/locale/cs/LC_MESSAGES/kgeography.mo
share/locale/cs/LC_MESSAGES/kget.mo
share/locale/cs/LC_MESSAGES/kghostview.mo
share/locale/cs/LC_MESSAGES/kgoldrunner.mo
share/locale/cs/LC_MESSAGES/kgpg.mo
share/locale/cs/LC_MESSAGES/kgreet_classic.mo
share/locale/cs/LC_MESSAGES/kgreet_winbind.mo
share/locale/cs/LC_MESSAGES/khangman.mo
share/locale/cs/LC_MESSAGES/khelpcenter.mo
share/locale/cs/LC_MESSAGES/khexedit.mo
share/locale/cs/LC_MESSAGES/khexedit2part.mo
share/locale/cs/LC_MESSAGES/khotkeys.mo
share/locale/cs/LC_MESSAGES/kicker.mo
share/locale/cs/LC_MESSAGES/kickermenu_kate.mo
share/locale/cs/LC_MESSAGES/kig.mo
share/locale/cs/LC_MESSAGES/kimagemapeditor.mo
share/locale/cs/LC_MESSAGES/kinetd.mo
share/locale/cs/LC_MESSAGES/kitchensync.mo
share/locale/cs/LC_MESSAGES/kiten.mo
share/locale/cs/LC_MESSAGES/kjobviewer.mo
share/locale/cs/LC_MESSAGES/kjots.mo
share/locale/cs/LC_MESSAGES/kjumpingcube.mo
share/locale/cs/LC_MESSAGES/klaptopdaemon.mo
share/locale/cs/LC_MESSAGES/klatin.mo
share/locale/cs/LC_MESSAGES/kleopatra.mo
share/locale/cs/LC_MESSAGES/klettres.mo
share/locale/cs/LC_MESSAGES/klickety.mo
share/locale/cs/LC_MESSAGES/klines.mo
share/locale/cs/LC_MESSAGES/klinkstatus.mo
share/locale/cs/LC_MESSAGES/klipper.mo
share/locale/cs/LC_MESSAGES/klock.mo
share/locale/cs/LC_MESSAGES/kmag.mo
share/locale/cs/LC_MESSAGES/kmahjongg.mo
share/locale/cs/LC_MESSAGES/kmail.mo
share/locale/cs/LC_MESSAGES/kmail_text_calendar_plugin.mo
share/locale/cs/LC_MESSAGES/kmail_text_vcard_plugin.mo
share/locale/cs/LC_MESSAGES/kmailcvt.mo
share/locale/cs/LC_MESSAGES/kmathapplet.mo
share/locale/cs/LC_MESSAGES/kmcop.mo
share/locale/cs/LC_MESSAGES/kmenuapplet.mo
share/locale/cs/LC_MESSAGES/kmenuedit.mo
share/locale/cs/LC_MESSAGES/kmilo_delli8k.mo
share/locale/cs/LC_MESSAGES/kmilo_generic.mo
share/locale/cs/LC_MESSAGES/kmilo_kvaio.mo
share/locale/cs/LC_MESSAGES/kmilo_powerbook.mo
share/locale/cs/LC_MESSAGES/kmilo_thinkpad.mo
share/locale/cs/LC_MESSAGES/kmilod.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/kmobile.mo
share/locale/cs/LC_MESSAGES/kmoon.mo
share/locale/cs/LC_MESSAGES/kmousetool.mo
share/locale/cs/LC_MESSAGES/kmouth.mo
share/locale/cs/LC_MESSAGES/kmplot.mo
share/locale/cs/LC_MESSAGES/kmrml.mo
share/locale/cs/LC_MESSAGES/knetattach.mo
share/locale/cs/LC_MESSAGES/knetwalk.mo
share/locale/cs/LC_MESSAGES/knetworkconf.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/kodo.mo
share/locale/cs/LC_MESSAGES/kolf.mo
share/locale/cs/LC_MESSAGES/kolourpaint.mo
share/locale/cs/LC_MESSAGES/kolourpicker.mo
share/locale/cs/LC_MESSAGES/kommander.mo
share/locale/cs/LC_MESSAGES/kompare.mo
share/locale/cs/LC_MESSAGES/konnector_kabc.mo
share/locale/cs/LC_MESSAGES/konnector_kcal.mo
share/locale/cs/LC_MESSAGES/konnector_local.mo
share/locale/cs/LC_MESSAGES/konnector_qtopia.mo
share/locale/cs/LC_MESSAGES/konnector_remote.mo
share/locale/cs/LC_MESSAGES/konqsidebar_delicious.mo
share/locale/cs/LC_MESSAGES/konqsidebar_mediaplayer.mo
share/locale/cs/LC_MESSAGES/konqsidebar_metabar.mo
share/locale/cs/LC_MESSAGES/konqsidebar_news.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/konsolekalendar.mo
share/locale/cs/LC_MESSAGES/kontact.mo
share/locale/cs/LC_MESSAGES/kooka.mo
share/locale/cs/LC_MESSAGES/kopete.mo
share/locale/cs/LC_MESSAGES/korganizer.mo
share/locale/cs/LC_MESSAGES/korn.mo
share/locale/cs/LC_MESSAGES/kpackage.mo
share/locale/cs/LC_MESSAGES/kpager.mo
share/locale/cs/LC_MESSAGES/kpat.mo
share/locale/cs/LC_MESSAGES/kpdf.mo
share/locale/cs/LC_MESSAGES/kpercentage.mo
share/locale/cs/LC_MESSAGES/kpersonalizer.mo
share/locale/cs/LC_MESSAGES/kpf.mo
share/locale/cs/LC_MESSAGES/kpoker.mo
share/locale/cs/LC_MESSAGES/kpovmodeler.mo
share/locale/cs/LC_MESSAGES/kppp.mo
share/locale/cs/LC_MESSAGES/kppplogview.mo
share/locale/cs/LC_MESSAGES/kprinter.mo
share/locale/cs/LC_MESSAGES/krdb.mo
share/locale/cs/LC_MESSAGES/krdc.mo
share/locale/cs/LC_MESSAGES/kreadconfig.mo
share/locale/cs/LC_MESSAGES/krec.mo
share/locale/cs/LC_MESSAGES/kregexpeditor.mo
share/locale/cs/LC_MESSAGES/kres_birthday.mo
share/locale/cs/LC_MESSAGES/kres_blogging.mo
share/locale/cs/LC_MESSAGES/kres_bugzilla.mo
share/locale/cs/LC_MESSAGES/kres_caldav.mo
share/locale/cs/LC_MESSAGES/kres_carddav.mo
share/locale/cs/LC_MESSAGES/kres_exchange.mo
share/locale/cs/LC_MESSAGES/kres_featureplan.mo
share/locale/cs/LC_MESSAGES/kres_groupdav.mo
share/locale/cs/LC_MESSAGES/kres_groupware.mo
share/locale/cs/LC_MESSAGES/kres_groupwise.mo
share/locale/cs/LC_MESSAGES/kres_kolab.mo
share/locale/cs/LC_MESSAGES/kres_remote.mo
share/locale/cs/LC_MESSAGES/kres_scalix.mo
share/locale/cs/LC_MESSAGES/kres_tvanytime.mo
share/locale/cs/LC_MESSAGES/kres_xmlrpc.mo
share/locale/cs/LC_MESSAGES/kreversi.mo
share/locale/cs/LC_MESSAGES/krfb.mo
share/locale/cs/LC_MESSAGES/kruler.mo
share/locale/cs/LC_MESSAGES/krunapplet.mo
share/locale/cs/LC_MESSAGES/ksame.mo
share/locale/cs/LC_MESSAGES/ksayit.mo
share/locale/cs/LC_MESSAGES/kscd.mo
share/locale/cs/LC_MESSAGES/kshisen.mo
share/locale/cs/LC_MESSAGES/ksig.mo
share/locale/cs/LC_MESSAGES/ksim.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/ksplashthemes.mo
share/locale/cs/LC_MESSAGES/kstars.mo
share/locale/cs/LC_MESSAGES/kstart.mo
share/locale/cs/LC_MESSAGES/kstartperf.mo
share/locale/cs/LC_MESSAGES/ksvgplugin.mo
share/locale/cs/LC_MESSAGES/ksysguard.mo
share/locale/cs/LC_MESSAGES/ksystemtrayapplet.mo
share/locale/cs/LC_MESSAGES/ksystraycmd.mo
share/locale/cs/LC_MESSAGES/ksysv.mo
share/locale/cs/LC_MESSAGES/ktaskbarapplet.mo
share/locale/cs/LC_MESSAGES/kteatime.mo
share/locale/cs/LC_MESSAGES/kthememanager.mo
share/locale/cs/LC_MESSAGES/ktimemon.mo
share/locale/cs/LC_MESSAGES/ktimer.mo
share/locale/cs/LC_MESSAGES/ktip.mo
share/locale/cs/LC_MESSAGES/ktnef.mo
share/locale/cs/LC_MESSAGES/ktouch.mo
share/locale/cs/LC_MESSAGES/ktron.mo
share/locale/cs/LC_MESSAGES/kttsd.mo
share/locale/cs/LC_MESSAGES/ktuberling.mo
share/locale/cs/LC_MESSAGES/kturtle.mo
share/locale/cs/LC_MESSAGES/ktux.mo
share/locale/cs/LC_MESSAGES/kuick_plugin.mo
share/locale/cs/LC_MESSAGES/kuickshow.mo
share/locale/cs/LC_MESSAGES/kuiviewer.mo
share/locale/cs/LC_MESSAGES/kuser.mo
share/locale/cs/LC_MESSAGES/kverbos.mo
share/locale/cs/LC_MESSAGES/kview.mo
share/locale/cs/LC_MESSAGES/kview_scale.mo
share/locale/cs/LC_MESSAGES/kviewbrowserplugin.mo
share/locale/cs/LC_MESSAGES/kviewcanvas.mo
share/locale/cs/LC_MESSAGES/kvieweffectsplugin.mo
share/locale/cs/LC_MESSAGES/kviewpresenterplugin.mo
share/locale/cs/LC_MESSAGES/kviewscannerplugin.mo
share/locale/cs/LC_MESSAGES/kviewshell.mo
share/locale/cs/LC_MESSAGES/kviewviewer.mo
share/locale/cs/LC_MESSAGES/kvoctrain.mo
share/locale/cs/LC_MESSAGES/kwatchgnupg.mo
share/locale/cs/LC_MESSAGES/kweather.mo
share/locale/cs/LC_MESSAGES/kwifimanager.mo
share/locale/cs/LC_MESSAGES/kwireless.mo
share/locale/cs/LC_MESSAGES/kwordquiz.mo
share/locale/cs/LC_MESSAGES/kworldclock.mo
share/locale/cs/LC_MESSAGES/kwriteconfig.mo
share/locale/cs/LC_MESSAGES/kxkb.mo
share/locale/cs/LC_MESSAGES/kxsconfig.mo
share/locale/cs/LC_MESSAGES/kxsldbg.mo
share/locale/cs/LC_MESSAGES/libKTTSD.mo
share/locale/cs/LC_MESSAGES/libdmctl.mo
share/locale/cs/LC_MESSAGES/libkaddrbk_geo_xxport.mo
share/locale/cs/LC_MESSAGES/libkaddrbk_gmx_xxport.mo
share/locale/cs/LC_MESSAGES/libkcal.mo
share/locale/cs/LC_MESSAGES/libkcddb.mo
share/locale/cs/LC_MESSAGES/libkfaximgage.mo
share/locale/cs/LC_MESSAGES/libkholidays.mo
share/locale/cs/LC_MESSAGES/libkicker.mo
share/locale/cs/LC_MESSAGES/libkickermenu_konsole.mo
share/locale/cs/LC_MESSAGES/libkickermenu_prefmenu.mo
share/locale/cs/LC_MESSAGES/libkickermenu_recentdocs.mo
share/locale/cs/LC_MESSAGES/libkickermenu_remotemenu.mo
share/locale/cs/LC_MESSAGES/libkickermenu_systemmenu.mo
share/locale/cs/LC_MESSAGES/libkickermenu_tdeprint.mo
share/locale/cs/LC_MESSAGES/libkickermenu_tom.mo
share/locale/cs/LC_MESSAGES/libkitchensync.mo
share/locale/cs/LC_MESSAGES/libkleopatra.mo
share/locale/cs/LC_MESSAGES/libkmime.mo
share/locale/cs/LC_MESSAGES/libkonq.mo
share/locale/cs/LC_MESSAGES/libkpgp.mo
share/locale/cs/LC_MESSAGES/libkpimexchange.mo
share/locale/cs/LC_MESSAGES/libkscan.mo
share/locale/cs/LC_MESSAGES/libksieve.mo
share/locale/cs/LC_MESSAGES/libksirtet.mo
share/locale/cs/LC_MESSAGES/libksync.mo
share/locale/cs/LC_MESSAGES/libtaskbar.mo
share/locale/cs/LC_MESSAGES/libtaskmanager.mo
share/locale/cs/LC_MESSAGES/libtdeedu.mo
share/locale/cs/LC_MESSAGES/libtdegames.mo
share/locale/cs/LC_MESSAGES/libtdepim.mo
share/locale/cs/LC_MESSAGES/libtdescreensaver.mo
share/locale/cs/LC_MESSAGES/lockout.mo
share/locale/cs/LC_MESSAGES/lskat.mo
share/locale/cs/LC_MESSAGES/lyrics.mo
share/locale/cs/LC_MESSAGES/mediaapplet.mo
share/locale/cs/LC_MESSAGES/mediacontrol.mo
share/locale/cs/LC_MESSAGES/mf_konqplugin.mo
share/locale/cs/LC_MESSAGES/minitoolsplugin.mo
share/locale/cs/LC_MESSAGES/multisynk.mo
share/locale/cs/LC_MESSAGES/naughtyapplet.mo
share/locale/cs/LC_MESSAGES/nexscope.mo
share/locale/cs/LC_MESSAGES/noatun.mo
share/locale/cs/LC_MESSAGES/nsplugin.mo
share/locale/cs/LC_MESSAGES/pitchablespeed.mo
share/locale/cs/LC_MESSAGES/ppdtranslations.mo
share/locale/cs/LC_MESSAGES/privacy.mo
share/locale/cs/LC_MESSAGES/quanta.mo
share/locale/cs/LC_MESSAGES/quicklauncher.mo
share/locale/cs/LC_MESSAGES/rellinks.mo
share/locale/cs/LC_MESSAGES/scalixadmin.mo
share/locale/cs/LC_MESSAGES/searchbarplugin.mo
share/locale/cs/LC_MESSAGES/secpolicy.mo
share/locale/cs/LC_MESSAGES/spy.mo
share/locale/cs/LC_MESSAGES/superkaramba.mo
share/locale/cs/LC_MESSAGES/synaescope.mo
share/locale/cs/LC_MESSAGES/taskbarextension.mo
share/locale/cs/LC_MESSAGES/tdeabc2mutt.mo
share/locale/cs/LC_MESSAGES/tdeabc_dir.mo
share/locale/cs/LC_MESSAGES/tdeabc_file.mo
share/locale/cs/LC_MESSAGES/tdeabc_ldaptdeio.mo
share/locale/cs/LC_MESSAGES/tdeabc_net.mo
share/locale/cs/LC_MESSAGES/tdeabc_slox.mo
share/locale/cs/LC_MESSAGES/tdeabc_sql.mo
share/locale/cs/LC_MESSAGES/tdeabcformat_binary.mo
share/locale/cs/LC_MESSAGES/tdecachegrind.mo
share/locale/cs/LC_MESSAGES/tdecmshell.mo
share/locale/cs/LC_MESSAGES/tdedebugdialog.mo
share/locale/cs/LC_MESSAGES/tdefile_au.mo
share/locale/cs/LC_MESSAGES/tdefile_avi.mo
share/locale/cs/LC_MESSAGES/tdefile_bmp.mo
share/locale/cs/LC_MESSAGES/tdefile_cert.mo
share/locale/cs/LC_MESSAGES/tdefile_cpp.mo
share/locale/cs/LC_MESSAGES/tdefile_dds.mo
share/locale/cs/LC_MESSAGES/tdefile_deb.mo
share/locale/cs/LC_MESSAGES/tdefile_desktop.mo
share/locale/cs/LC_MESSAGES/tdefile_diff.mo
share/locale/cs/LC_MESSAGES/tdefile_drgeo.mo
share/locale/cs/LC_MESSAGES/tdefile_dvi.mo
share/locale/cs/LC_MESSAGES/tdefile_exr.mo
share/locale/cs/LC_MESSAGES/tdefile_flac.mo
share/locale/cs/LC_MESSAGES/tdefile_folder.mo
share/locale/cs/LC_MESSAGES/tdefile_gif.mo
share/locale/cs/LC_MESSAGES/tdefile_html.mo
share/locale/cs/LC_MESSAGES/tdefile_ico.mo
share/locale/cs/LC_MESSAGES/tdefile_ics.mo
share/locale/cs/LC_MESSAGES/tdefile_jpeg.mo
share/locale/cs/LC_MESSAGES/tdefile_kig.mo
share/locale/cs/LC_MESSAGES/tdefile_lnk.mo
share/locale/cs/LC_MESSAGES/tdefile_m3u.mo
share/locale/cs/LC_MESSAGES/tdefile_mhtml.mo
share/locale/cs/LC_MESSAGES/tdefile_mp3.mo
share/locale/cs/LC_MESSAGES/tdefile_mpc.mo
share/locale/cs/LC_MESSAGES/tdefile_mpeg.mo
share/locale/cs/LC_MESSAGES/tdefile_ogg.mo
share/locale/cs/LC_MESSAGES/tdefile_palm.mo
share/locale/cs/LC_MESSAGES/tdefile_pcx.mo
share/locale/cs/LC_MESSAGES/tdefile_pdf.mo
share/locale/cs/LC_MESSAGES/tdefile_png.mo
share/locale/cs/LC_MESSAGES/tdefile_pnm.mo
share/locale/cs/LC_MESSAGES/tdefile_po.mo
share/locale/cs/LC_MESSAGES/tdefile_ps.mo
share/locale/cs/LC_MESSAGES/tdefile_rfc822.mo
share/locale/cs/LC_MESSAGES/tdefile_rgb.mo
share/locale/cs/LC_MESSAGES/tdefile_rpm.mo
share/locale/cs/LC_MESSAGES/tdefile_sid.mo
share/locale/cs/LC_MESSAGES/tdefile_tga.mo
share/locale/cs/LC_MESSAGES/tdefile_theora.mo
share/locale/cs/LC_MESSAGES/tdefile_tiff.mo
share/locale/cs/LC_MESSAGES/tdefile_torrent.mo
share/locale/cs/LC_MESSAGES/tdefile_ts.mo
share/locale/cs/LC_MESSAGES/tdefile_txt.mo
share/locale/cs/LC_MESSAGES/tdefile_vcf.mo
share/locale/cs/LC_MESSAGES/tdefile_wav.mo
share/locale/cs/LC_MESSAGES/tdefile_xbm.mo
share/locale/cs/LC_MESSAGES/tdefile_xpm.mo
share/locale/cs/LC_MESSAGES/tdefileaudiopreview.mo
share/locale/cs/LC_MESSAGES/tdefilereplace.mo
share/locale/cs/LC_MESSAGES/tdefileshare.mo
share/locale/cs/LC_MESSAGES/tdefontinst.mo
share/locale/cs/LC_MESSAGES/tdehtmlkttsd.mo
share/locale/cs/LC_MESSAGES/tdehtmlsettingsplugin.mo
share/locale/cs/LC_MESSAGES/tdehwdevicetray.mo
share/locale/cs/LC_MESSAGES/tdeiconedit.mo
share/locale/cs/LC_MESSAGES/tdeio.mo
share/locale/cs/LC_MESSAGES/tdeio_audiocd.mo
share/locale/cs/LC_MESSAGES/tdeio_finger.mo
share/locale/cs/LC_MESSAGES/tdeio_fish.mo
share/locale/cs/LC_MESSAGES/tdeio_floppy.mo
share/locale/cs/LC_MESSAGES/tdeio_groupwise.mo
share/locale/cs/LC_MESSAGES/tdeio_help.mo
share/locale/cs/LC_MESSAGES/tdeio_home.mo
share/locale/cs/LC_MESSAGES/tdeio_imap4.mo
share/locale/cs/LC_MESSAGES/tdeio_jabberdisco.mo
share/locale/cs/LC_MESSAGES/tdeio_lan.mo
share/locale/cs/LC_MESSAGES/tdeio_ldap.mo
share/locale/cs/LC_MESSAGES/tdeio_mac.mo
share/locale/cs/LC_MESSAGES/tdeio_man.mo
share/locale/cs/LC_MESSAGES/tdeio_media.mo
share/locale/cs/LC_MESSAGES/tdeio_mobile.mo
share/locale/cs/LC_MESSAGES/tdeio_nfs.mo
share/locale/cs/LC_MESSAGES/tdeio_nntp.mo
share/locale/cs/LC_MESSAGES/tdeio_pop3.mo
share/locale/cs/LC_MESSAGES/tdeio_print.mo
share/locale/cs/LC_MESSAGES/tdeio_remote.mo
share/locale/cs/LC_MESSAGES/tdeio_scalix.mo
share/locale/cs/LC_MESSAGES/tdeio_settings.mo
share/locale/cs/LC_MESSAGES/tdeio_sftp.mo
share/locale/cs/LC_MESSAGES/tdeio_sieve.mo
share/locale/cs/LC_MESSAGES/tdeio_smb.mo
share/locale/cs/LC_MESSAGES/tdeio_smtp.mo
share/locale/cs/LC_MESSAGES/tdeio_svn.mo
share/locale/cs/LC_MESSAGES/tdeio_system.mo
share/locale/cs/LC_MESSAGES/tdeio_tar.mo
share/locale/cs/LC_MESSAGES/tdeio_thumbnail.mo
share/locale/cs/LC_MESSAGES/tdeio_trash.mo
share/locale/cs/LC_MESSAGES/tdeio_zeroconf.mo
share/locale/cs/LC_MESSAGES/tdeioexec.mo
share/locale/cs/LC_MESSAGES/tdelibs.mo
share/locale/cs/LC_MESSAGES/tdelibs_colors.mo
share/locale/cs/LC_MESSAGES/tdelicense.mo
share/locale/cs/LC_MESSAGES/tdelirc.mo
share/locale/cs/LC_MESSAGES/tdemid.mo
share/locale/cs/LC_MESSAGES/tdepartsaver.mo
share/locale/cs/LC_MESSAGES/tdepasswd.mo
share/locale/cs/LC_MESSAGES/tdepimresources.mo
share/locale/cs/LC_MESSAGES/tdepimwizards.mo
share/locale/cs/LC_MESSAGES/tdeprint.mo
share/locale/cs/LC_MESSAGES/tdeprint_part.mo
share/locale/cs/LC_MESSAGES/tdeprintfax.mo
share/locale/cs/LC_MESSAGES/tderandr.mo
share/locale/cs/LC_MESSAGES/tdescreensaver.mo
share/locale/cs/LC_MESSAGES/tdessh.mo
share/locale/cs/LC_MESSAGES/tdestyle_highcontrast_config.mo
share/locale/cs/LC_MESSAGES/tdestyle_keramik_config.mo
share/locale/cs/LC_MESSAGES/tdestyle_phase_config.mo
share/locale/cs/LC_MESSAGES/tdestyle_plastik_config.mo
share/locale/cs/LC_MESSAGES/tdesu.mo
share/locale/cs/LC_MESSAGES/tdesud.mo
share/locale/cs/LC_MESSAGES/tdetexteditor_autobookmarker.mo
share/locale/cs/LC_MESSAGES/tdetexteditor_docwordcompletion.mo
share/locale/cs/LC_MESSAGES/tdetexteditor_insertfile.mo
share/locale/cs/LC_MESSAGES/tdetexteditor_isearch.mo
share/locale/cs/LC_MESSAGES/tdetexteditor_kdatatool.mo
share/locale/cs/LC_MESSAGES/tdevdesigner.mo
share/locale/cs/LC_MESSAGES/tdevelop.mo
share/locale/cs/LC_MESSAGES/tdevtipofday.mo
share/locale/cs/LC_MESSAGES/tdewalletmanager.mo
share/locale/cs/LC_MESSAGES/tdmconfig.mo
share/locale/cs/LC_MESSAGES/tdmgreet.mo
share/locale/cs/LC_MESSAGES/timezones.mo
share/locale/cs/LC_MESSAGES/tippecanoe.mo
share/locale/cs/LC_MESSAGES/trashapplet.mo
share/locale/cs/LC_MESSAGES/twin.mo
share/locale/cs/LC_MESSAGES/twin4.mo
share/locale/cs/LC_MESSAGES/twin_art_clients.mo
share/locale/cs/LC_MESSAGES/twin_clients.mo
share/locale/cs/LC_MESSAGES/twin_lib.mo
share/locale/cs/LC_MESSAGES/tyler.mo
share/locale/cs/LC_MESSAGES/uachangerplugin.mo
share/locale/cs/LC_MESSAGES/umbrello.mo
share/locale/cs/LC_MESSAGES/useraccount.mo
share/locale/cs/LC_MESSAGES/validatorsplugin.mo
share/locale/cs/LC_MESSAGES/wakeup.mo
share/locale/cs/LC_MESSAGES/wavecapture.mo
share/locale/cs/LC_MESSAGES/webarchiver.mo
share/locale/cs/charset
share/locale/cs/entry.desktop
share/locale/cs/flag.png

@ -0,0 +1,43 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: core/tde-i18n-csb > misc/tde-i18n-csb
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTLANG= csb
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${PORTLANG}
TDE_PREVERSION=
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= misc x11
DIST_SUBDIR= TDE/core
PKGNAMEPREFIX= ${PORTLANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${PORTLANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}template/' \
'${EXTRACT_BASE}translations/' \
'${EXTRACT_BASE}tde-i18n-${PORTLANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
\
-DBUILD_ALL="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1682085490
SHA256 (TDE/core/tde-i18n-trinity_14.1.0.orig.tar.xz) = 9f64b518db380d1d0acf3f6b5baafdb3f486953739b9484bdc5d31f34f466a75
SIZE (TDE/core/tde-i18n-trinity_14.1.0.orig.tar.xz) = 195332236

@ -0,0 +1 @@
Kashubian (csb) internationalized (i18n) files for TDE

@ -0,0 +1,141 @@
share/locale/csb/LC_MESSAGES/appletproxy.mo
share/locale/csb/LC_MESSAGES/clockapplet.mo
share/locale/csb/LC_MESSAGES/display.mo
share/locale/csb/LC_MESSAGES/dockbarextension.mo
share/locale/csb/LC_MESSAGES/drkonqi.mo
share/locale/csb/LC_MESSAGES/extensionproxy.mo
share/locale/csb/LC_MESSAGES/filetypes.mo
share/locale/csb/LC_MESSAGES/htmlsearch.mo
share/locale/csb/LC_MESSAGES/joystick.mo
share/locale/csb/LC_MESSAGES/kaccess.mo
share/locale/csb/LC_MESSAGES/kappfinder.mo
share/locale/csb/LC_MESSAGES/kasbarextension.mo
share/locale/csb/LC_MESSAGES/kate.mo
share/locale/csb/LC_MESSAGES/kay.mo
share/locale/csb/LC_MESSAGES/kcmaccess.mo
share/locale/csb/LC_MESSAGES/kcmaccessibility.mo
share/locale/csb/LC_MESSAGES/kcmarts.mo
share/locale/csb/LC_MESSAGES/kcmbackground.mo
share/locale/csb/LC_MESSAGES/kcmbell.mo
share/locale/csb/LC_MESSAGES/kcmcgi.mo
share/locale/csb/LC_MESSAGES/kcmioslaveinfo.mo
share/locale/csb/LC_MESSAGES/kcmlaunch.mo
share/locale/csb/LC_MESSAGES/kcmlayout.mo
share/locale/csb/LC_MESSAGES/kcmlocale.mo
share/locale/csb/LC_MESSAGES/kcmmedia.mo
share/locale/csb/LC_MESSAGES/kcmnic.mo
share/locale/csb/LC_MESSAGES/kcmnotify.mo
share/locale/csb/LC_MESSAGES/kcmperformance.mo
share/locale/csb/LC_MESSAGES/kcmprintmgr.mo
share/locale/csb/LC_MESSAGES/kcmsamba.mo
share/locale/csb/LC_MESSAGES/kcmscreensaver.mo
share/locale/csb/LC_MESSAGES/kcmsmartcard.mo
share/locale/csb/LC_MESSAGES/kcmsmserver.mo
share/locale/csb/LC_MESSAGES/kcmspellchecking.mo
share/locale/csb/LC_MESSAGES/kcmstyle.mo
share/locale/csb/LC_MESSAGES/kcmtaskbar.mo
share/locale/csb/LC_MESSAGES/kcmusb.mo
share/locale/csb/LC_MESSAGES/kcmview1394.mo
share/locale/csb/LC_MESSAGES/kcmxinerama.mo
share/locale/csb/LC_MESSAGES/kcontrol.mo
share/locale/csb/LC_MESSAGES/kdcop.mo
share/locale/csb/LC_MESSAGES/kdesktop.mo
share/locale/csb/LC_MESSAGES/kdialog.mo
share/locale/csb/LC_MESSAGES/kfindpart.mo
share/locale/csb/LC_MESSAGES/kfmclient.mo
share/locale/csb/LC_MESSAGES/kgreet_classic.mo
share/locale/csb/LC_MESSAGES/kgreet_winbind.mo
share/locale/csb/LC_MESSAGES/khelpcenter.mo
share/locale/csb/LC_MESSAGES/khotkeys.mo
share/locale/csb/LC_MESSAGES/kicker.mo
share/locale/csb/LC_MESSAGES/kickermenu_kate.mo
share/locale/csb/LC_MESSAGES/kjobviewer.mo
share/locale/csb/LC_MESSAGES/klipper.mo
share/locale/csb/LC_MESSAGES/kmenuapplet.mo
share/locale/csb/LC_MESSAGES/kmenuedit.mo
share/locale/csb/LC_MESSAGES/kminipagerapplet.mo
share/locale/csb/LC_MESSAGES/knetattach.mo
share/locale/csb/LC_MESSAGES/konqueror.mo
share/locale/csb/LC_MESSAGES/konsole.mo
share/locale/csb/LC_MESSAGES/kpager.mo
share/locale/csb/LC_MESSAGES/kpat.mo
share/locale/csb/LC_MESSAGES/kpersonalizer.mo
share/locale/csb/LC_MESSAGES/kprinter.mo
share/locale/csb/LC_MESSAGES/krdb.mo
share/locale/csb/LC_MESSAGES/kreadconfig.mo
share/locale/csb/LC_MESSAGES/krunapplet.mo
share/locale/csb/LC_MESSAGES/ksmserver.mo
share/locale/csb/LC_MESSAGES/ksplash.mo
share/locale/csb/LC_MESSAGES/ksplashthemes.mo
share/locale/csb/LC_MESSAGES/kstart.mo
share/locale/csb/LC_MESSAGES/ksysguard.mo
share/locale/csb/LC_MESSAGES/ksystemtrayapplet.mo
share/locale/csb/LC_MESSAGES/ksystraycmd.mo
share/locale/csb/LC_MESSAGES/kthememanager.mo
share/locale/csb/LC_MESSAGES/ktip.mo
share/locale/csb/LC_MESSAGES/kwriteconfig.mo
share/locale/csb/LC_MESSAGES/kxkb.mo
share/locale/csb/LC_MESSAGES/libdmctl.mo
share/locale/csb/LC_MESSAGES/libkicker.mo
share/locale/csb/LC_MESSAGES/libkickermenu_konsole.mo
share/locale/csb/LC_MESSAGES/libkickermenu_prefmenu.mo
share/locale/csb/LC_MESSAGES/libkickermenu_recentdocs.mo
share/locale/csb/LC_MESSAGES/libkickermenu_remotemenu.mo
share/locale/csb/LC_MESSAGES/libkickermenu_systemmenu.mo
share/locale/csb/LC_MESSAGES/libkickermenu_tdeprint.mo
share/locale/csb/LC_MESSAGES/libkickermenu_tom.mo
share/locale/csb/LC_MESSAGES/libkonq.mo
share/locale/csb/LC_MESSAGES/libtaskbar.mo
share/locale/csb/LC_MESSAGES/libtaskmanager.mo
share/locale/csb/LC_MESSAGES/lockout.mo
share/locale/csb/LC_MESSAGES/mediaapplet.mo
share/locale/csb/LC_MESSAGES/naughtyapplet.mo
share/locale/csb/LC_MESSAGES/nsplugin.mo
share/locale/csb/LC_MESSAGES/privacy.mo
share/locale/csb/LC_MESSAGES/quicklauncher.mo
share/locale/csb/LC_MESSAGES/superkaramba.mo
share/locale/csb/LC_MESSAGES/tdedebugdialog.mo
share/locale/csb/LC_MESSAGES/tdefontinst.mo
share/locale/csb/LC_MESSAGES/tdehtmlkttsd.mo
share/locale/csb/LC_MESSAGES/tdeio_finger.mo
share/locale/csb/LC_MESSAGES/tdeio_fish.mo
share/locale/csb/LC_MESSAGES/tdeio_floppy.mo
share/locale/csb/LC_MESSAGES/tdeio_home.mo
share/locale/csb/LC_MESSAGES/tdeio_ldap.mo
share/locale/csb/LC_MESSAGES/tdeio_mac.mo
share/locale/csb/LC_MESSAGES/tdeio_man.mo
share/locale/csb/LC_MESSAGES/tdeio_media.mo
share/locale/csb/LC_MESSAGES/tdeio_nfs.mo
share/locale/csb/LC_MESSAGES/tdeio_nntp.mo
share/locale/csb/LC_MESSAGES/tdeio_pop3.mo
share/locale/csb/LC_MESSAGES/tdeio_print.mo
share/locale/csb/LC_MESSAGES/tdeio_remote.mo
share/locale/csb/LC_MESSAGES/tdeio_settings.mo
share/locale/csb/LC_MESSAGES/tdeio_sftp.mo
share/locale/csb/LC_MESSAGES/tdeio_smb.mo
share/locale/csb/LC_MESSAGES/tdeio_smtp.mo
share/locale/csb/LC_MESSAGES/tdeio_system.mo
share/locale/csb/LC_MESSAGES/tdeio_tar.mo
share/locale/csb/LC_MESSAGES/tdeio_thumbnail.mo
share/locale/csb/LC_MESSAGES/tdeio_trash.mo
share/locale/csb/LC_MESSAGES/tdelibs.mo
share/locale/csb/LC_MESSAGES/tdepasswd.mo
share/locale/csb/LC_MESSAGES/tdeprint_part.mo
share/locale/csb/LC_MESSAGES/tdeprintfax.mo
share/locale/csb/LC_MESSAGES/tderandr.mo
share/locale/csb/LC_MESSAGES/tdescreensaver.mo
share/locale/csb/LC_MESSAGES/tdestyle_highcontrast_config.mo
share/locale/csb/LC_MESSAGES/tdestyle_keramik_config.mo
share/locale/csb/LC_MESSAGES/tdesu.mo
share/locale/csb/LC_MESSAGES/tdesud.mo
share/locale/csb/LC_MESSAGES/tdmconfig.mo
share/locale/csb/LC_MESSAGES/tdmgreet.mo
share/locale/csb/LC_MESSAGES/timezones.mo
share/locale/csb/LC_MESSAGES/trashapplet.mo
share/locale/csb/LC_MESSAGES/twin.mo
share/locale/csb/LC_MESSAGES/twin_clients.mo
share/locale/csb/LC_MESSAGES/twin_lib.mo
share/locale/csb/LC_MESSAGES/useraccount.mo
share/locale/csb/charset
share/locale/csb/entry.desktop
share/locale/csb/flag.png

@ -0,0 +1,43 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: core/tde-i18n-cy > misc/tde-i18n-cy
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTLANG= cy
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${PORTLANG}
TDE_PREVERSION=
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= misc x11
DIST_SUBDIR= TDE/core
PKGNAMEPREFIX= ${PORTLANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${PORTLANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}template/' \
'${EXTRACT_BASE}translations/' \
'${EXTRACT_BASE}tde-i18n-${PORTLANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
\
-DBUILD_ALL="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1682085492
SHA256 (TDE/core/tde-i18n-trinity_14.1.0.orig.tar.xz) = 9f64b518db380d1d0acf3f6b5baafdb3f486953739b9484bdc5d31f34f466a75
SIZE (TDE/core/tde-i18n-trinity_14.1.0.orig.tar.xz) = 195332236

@ -0,0 +1 @@
Welsh (cy) internationalized (i18n) files for TDE

@ -0,0 +1,560 @@
share/locale/cy/LC_MESSAGES/akregator.mo
share/locale/cy/LC_MESSAGES/akregator_konqplugin.mo
share/locale/cy/LC_MESSAGES/alsaplayerui.mo
share/locale/cy/LC_MESSAGES/amor.mo
share/locale/cy/LC_MESSAGES/appletproxy.mo
share/locale/cy/LC_MESSAGES/ark.mo
share/locale/cy/LC_MESSAGES/ark_plugin.mo
share/locale/cy/LC_MESSAGES/artsbuilder.mo
share/locale/cy/LC_MESSAGES/artscontrol.mo
share/locale/cy/LC_MESSAGES/artsmodules.mo
share/locale/cy/LC_MESSAGES/atlantik.mo
share/locale/cy/LC_MESSAGES/atlantikdesigner.mo
share/locale/cy/LC_MESSAGES/audiocd_encoder_lame.mo
share/locale/cy/LC_MESSAGES/audiocd_encoder_vorbis.mo
share/locale/cy/LC_MESSAGES/audiorename_plugin.mo
share/locale/cy/LC_MESSAGES/autorefresh.mo
share/locale/cy/LC_MESSAGES/babelfish.mo
share/locale/cy/LC_MESSAGES/blinken.mo
share/locale/cy/LC_MESSAGES/cervisia.mo
share/locale/cy/LC_MESSAGES/charlatanui.mo
share/locale/cy/LC_MESSAGES/clockapplet.mo
share/locale/cy/LC_MESSAGES/crashesplugin.mo
share/locale/cy/LC_MESSAGES/cupsdconf.mo
share/locale/cy/LC_MESSAGES/cvsservice.mo
share/locale/cy/LC_MESSAGES/dcoprss.mo
share/locale/cy/LC_MESSAGES/dirfilterplugin.mo
share/locale/cy/LC_MESSAGES/display.mo
share/locale/cy/LC_MESSAGES/dockbarextension.mo
share/locale/cy/LC_MESSAGES/domtreeviewer.mo
share/locale/cy/LC_MESSAGES/drkonqi.mo
share/locale/cy/LC_MESSAGES/dub.mo
share/locale/cy/LC_MESSAGES/extensionproxy.mo
share/locale/cy/LC_MESSAGES/ffrs.mo
share/locale/cy/LC_MESSAGES/filetypes.mo
share/locale/cy/LC_MESSAGES/fsview.mo
share/locale/cy/LC_MESSAGES/htmlsearch.mo
share/locale/cy/LC_MESSAGES/imagerename_plugin.mo
share/locale/cy/LC_MESSAGES/imgalleryplugin.mo
share/locale/cy/LC_MESSAGES/irkick.mo
share/locale/cy/LC_MESSAGES/joystick.mo
share/locale/cy/LC_MESSAGES/juk.mo
share/locale/cy/LC_MESSAGES/kaboodle.mo
share/locale/cy/LC_MESSAGES/kaccess.mo
share/locale/cy/LC_MESSAGES/kaddressbook.mo
share/locale/cy/LC_MESSAGES/kalarm.mo
share/locale/cy/LC_MESSAGES/kalzium.mo
share/locale/cy/LC_MESSAGES/kanagram.mo
share/locale/cy/LC_MESSAGES/kandy.mo
share/locale/cy/LC_MESSAGES/kappfinder.mo
share/locale/cy/LC_MESSAGES/karm.mo
share/locale/cy/LC_MESSAGES/kasbarextension.mo
share/locale/cy/LC_MESSAGES/kasteroids.mo
share/locale/cy/LC_MESSAGES/kate.mo
share/locale/cy/LC_MESSAGES/katecppsymbolviewer.mo
share/locale/cy/LC_MESSAGES/katefiletemplates.mo
share/locale/cy/LC_MESSAGES/katefll_initplugin.mo
share/locale/cy/LC_MESSAGES/katefll_plugin.mo
share/locale/cy/LC_MESSAGES/katehelloworld.mo
share/locale/cy/LC_MESSAGES/katehtmltools.mo
share/locale/cy/LC_MESSAGES/kateinsertcommand.mo
share/locale/cy/LC_MESSAGES/katekjswrapper.mo
share/locale/cy/LC_MESSAGES/katemake.mo
share/locale/cy/LC_MESSAGES/katemodeline.mo
share/locale/cy/LC_MESSAGES/kateopenheader.mo
share/locale/cy/LC_MESSAGES/katepart.mo
share/locale/cy/LC_MESSAGES/katepybrowse.mo
share/locale/cy/LC_MESSAGES/katesnippets.mo
share/locale/cy/LC_MESSAGES/katetabbarextension.mo
share/locale/cy/LC_MESSAGES/katetextfilter.mo
share/locale/cy/LC_MESSAGES/katexmlcheck.mo
share/locale/cy/LC_MESSAGES/katexmltools.mo
share/locale/cy/LC_MESSAGES/katomic.mo
share/locale/cy/LC_MESSAGES/kaudiocreator.mo
share/locale/cy/LC_MESSAGES/kay.mo
share/locale/cy/LC_MESSAGES/kbabel.mo
share/locale/cy/LC_MESSAGES/kbackgammon.mo
share/locale/cy/LC_MESSAGES/kbattleship.mo
share/locale/cy/LC_MESSAGES/kbinaryclock.mo
share/locale/cy/LC_MESSAGES/kblackbox.mo
share/locale/cy/LC_MESSAGES/kbounce.mo
share/locale/cy/LC_MESSAGES/kbruch.mo
share/locale/cy/LC_MESSAGES/kbstateapplet.mo
share/locale/cy/LC_MESSAGES/kbugbuster.mo
share/locale/cy/LC_MESSAGES/kcalc.mo
share/locale/cy/LC_MESSAGES/kcharselect.mo
share/locale/cy/LC_MESSAGES/kcharselectapplet.mo
share/locale/cy/LC_MESSAGES/kcm_krfb.mo
share/locale/cy/LC_MESSAGES/kcm_kviewcanvasconfig.mo
share/locale/cy/LC_MESSAGES/kcm_kviewgeneralconfig.mo
share/locale/cy/LC_MESSAGES/kcm_kviewpluginsconfig.mo
share/locale/cy/LC_MESSAGES/kcm_kviewviewerpluginsconfig.mo
share/locale/cy/LC_MESSAGES/kcmaccess.mo
share/locale/cy/LC_MESSAGES/kcmaccessibility.mo
share/locale/cy/LC_MESSAGES/kcmarts.mo
share/locale/cy/LC_MESSAGES/kcmaudiocd.mo
share/locale/cy/LC_MESSAGES/kcmbackground.mo
share/locale/cy/LC_MESSAGES/kcmbell.mo
share/locale/cy/LC_MESSAGES/kcmcddb.mo
share/locale/cy/LC_MESSAGES/kcmcgi.mo
share/locale/cy/LC_MESSAGES/kcmcolors.mo
share/locale/cy/LC_MESSAGES/kcmcomponentchooser.mo
share/locale/cy/LC_MESSAGES/kcmcrypto.mo
share/locale/cy/LC_MESSAGES/kcmcss.mo
share/locale/cy/LC_MESSAGES/kcmenergy.mo
share/locale/cy/LC_MESSAGES/kcmfonts.mo
share/locale/cy/LC_MESSAGES/kcmhtmlsearch.mo
share/locale/cy/LC_MESSAGES/kcmicons.mo
share/locale/cy/LC_MESSAGES/kcminfo.mo
share/locale/cy/LC_MESSAGES/kcminput.mo
share/locale/cy/LC_MESSAGES/kcmioslaveinfo.mo
share/locale/cy/LC_MESSAGES/kcmkabconfig.mo
share/locale/cy/LC_MESSAGES/kcmkamera.mo
share/locale/cy/LC_MESSAGES/kcmkclock.mo
share/locale/cy/LC_MESSAGES/kcmkded.mo
share/locale/cy/LC_MESSAGES/kcmkeys.mo
share/locale/cy/LC_MESSAGES/kcmkicker.mo
share/locale/cy/LC_MESSAGES/kcmkonq.mo
share/locale/cy/LC_MESSAGES/kcmkonqhtml.mo
share/locale/cy/LC_MESSAGES/kcmkonsole.mo
share/locale/cy/LC_MESSAGES/kcmkontactnt.mo
share/locale/cy/LC_MESSAGES/kcmktalkd.mo
share/locale/cy/LC_MESSAGES/kcmkuick.mo
share/locale/cy/LC_MESSAGES/kcmkurifilt.mo
share/locale/cy/LC_MESSAGES/kcmkvaio.mo
share/locale/cy/LC_MESSAGES/kcmkwm.mo
share/locale/cy/LC_MESSAGES/kcmlanbrowser.mo
share/locale/cy/LC_MESSAGES/kcmlaptop.mo
share/locale/cy/LC_MESSAGES/kcmlaunch.mo
share/locale/cy/LC_MESSAGES/kcmlayout.mo
share/locale/cy/LC_MESSAGES/kcmlilo.mo
share/locale/cy/LC_MESSAGES/kcmlirc.mo
share/locale/cy/LC_MESSAGES/kcmlocale.mo
share/locale/cy/LC_MESSAGES/kcmmedia.mo
share/locale/cy/LC_MESSAGES/kcmnic.mo
share/locale/cy/LC_MESSAGES/kcmnotify.mo
share/locale/cy/LC_MESSAGES/kcmperformance.mo
share/locale/cy/LC_MESSAGES/kcmprintmgr.mo
share/locale/cy/LC_MESSAGES/kcmsamba.mo
share/locale/cy/LC_MESSAGES/kcmscreensaver.mo
share/locale/cy/LC_MESSAGES/kcmsmartcard.mo
share/locale/cy/LC_MESSAGES/kcmsmserver.mo
share/locale/cy/LC_MESSAGES/kcmspellchecking.mo
share/locale/cy/LC_MESSAGES/kcmstyle.mo
share/locale/cy/LC_MESSAGES/kcmtaskbar.mo
share/locale/cy/LC_MESSAGES/kcmtdednssd.mo
share/locale/cy/LC_MESSAGES/kcmtdeio.mo
share/locale/cy/LC_MESSAGES/kcmtdewallet.mo
share/locale/cy/LC_MESSAGES/kcmthinkpad.mo
share/locale/cy/LC_MESSAGES/kcmtwindecoration.mo
share/locale/cy/LC_MESSAGES/kcmtwinrules.mo
share/locale/cy/LC_MESSAGES/kcmusb.mo
share/locale/cy/LC_MESSAGES/kcmview1394.mo
share/locale/cy/LC_MESSAGES/kcmwifi.mo
share/locale/cy/LC_MESSAGES/kcmxinerama.mo
share/locale/cy/LC_MESSAGES/kcoloredit.mo
share/locale/cy/LC_MESSAGES/kcontrol.mo
share/locale/cy/LC_MESSAGES/kcron.mo
share/locale/cy/LC_MESSAGES/kdat.mo
share/locale/cy/LC_MESSAGES/kdcop.mo
share/locale/cy/LC_MESSAGES/kdesktop.mo
share/locale/cy/LC_MESSAGES/kdf.mo
share/locale/cy/LC_MESSAGES/kdgantt.mo
share/locale/cy/LC_MESSAGES/kdialog.mo
share/locale/cy/LC_MESSAGES/kdict.mo
share/locale/cy/LC_MESSAGES/kdictapplet.mo
share/locale/cy/LC_MESSAGES/kdjview.mo
share/locale/cy/LC_MESSAGES/kdvi.mo
share/locale/cy/LC_MESSAGES/kedit.mo
share/locale/cy/LC_MESSAGES/keduca.mo
share/locale/cy/LC_MESSAGES/kenolaba.mo
share/locale/cy/LC_MESSAGES/kfax.mo
share/locale/cy/LC_MESSAGES/kfaxview.mo
share/locale/cy/LC_MESSAGES/kfifteenapplet.mo
share/locale/cy/LC_MESSAGES/kfindpart.mo
share/locale/cy/LC_MESSAGES/kfloppy.mo
share/locale/cy/LC_MESSAGES/kfmclient.mo
share/locale/cy/LC_MESSAGES/kfouleggs.mo
share/locale/cy/LC_MESSAGES/kgamma.mo
share/locale/cy/LC_MESSAGES/kgantt.mo
share/locale/cy/LC_MESSAGES/kgeography.mo
share/locale/cy/LC_MESSAGES/kget.mo
share/locale/cy/LC_MESSAGES/kghostview.mo
share/locale/cy/LC_MESSAGES/kgoldrunner.mo
share/locale/cy/LC_MESSAGES/kgpg.mo
share/locale/cy/LC_MESSAGES/kgreet_classic.mo
share/locale/cy/LC_MESSAGES/kgreet_winbind.mo
share/locale/cy/LC_MESSAGES/khangman.mo
share/locale/cy/LC_MESSAGES/khelpcenter.mo
share/locale/cy/LC_MESSAGES/khexedit.mo
share/locale/cy/LC_MESSAGES/khexedit2part.mo
share/locale/cy/LC_MESSAGES/khotkeys.mo
share/locale/cy/LC_MESSAGES/kicker.mo
share/locale/cy/LC_MESSAGES/kig.mo
share/locale/cy/LC_MESSAGES/kimagemapeditor.mo
share/locale/cy/LC_MESSAGES/kinetd.mo
share/locale/cy/LC_MESSAGES/kiten.mo
share/locale/cy/LC_MESSAGES/kjobviewer.mo
share/locale/cy/LC_MESSAGES/kjots.mo
share/locale/cy/LC_MESSAGES/kjumpingcube.mo
share/locale/cy/LC_MESSAGES/klaptopdaemon.mo
share/locale/cy/LC_MESSAGES/klatin.mo
share/locale/cy/LC_MESSAGES/kleopatra.mo
share/locale/cy/LC_MESSAGES/klettres.mo
share/locale/cy/LC_MESSAGES/klickety.mo
share/locale/cy/LC_MESSAGES/klines.mo
share/locale/cy/LC_MESSAGES/klinkstatus.mo
share/locale/cy/LC_MESSAGES/klipper.mo
share/locale/cy/LC_MESSAGES/klock.mo
share/locale/cy/LC_MESSAGES/kmag.mo
share/locale/cy/LC_MESSAGES/kmahjongg.mo
share/locale/cy/LC_MESSAGES/kmail.mo
share/locale/cy/LC_MESSAGES/kmail_text_calendar_plugin.mo
share/locale/cy/LC_MESSAGES/kmail_text_vcard_plugin.mo
share/locale/cy/LC_MESSAGES/kmailcvt.mo
share/locale/cy/LC_MESSAGES/kmathapplet.mo
share/locale/cy/LC_MESSAGES/kmcop.mo
share/locale/cy/LC_MESSAGES/kmenuapplet.mo
share/locale/cy/LC_MESSAGES/kmenuedit.mo
share/locale/cy/LC_MESSAGES/kmilo_delli8k.mo
share/locale/cy/LC_MESSAGES/kmilo_generic.mo
share/locale/cy/LC_MESSAGES/kmilo_kvaio.mo
share/locale/cy/LC_MESSAGES/kmilo_powerbook.mo
share/locale/cy/LC_MESSAGES/kmilo_thinkpad.mo
share/locale/cy/LC_MESSAGES/kmilod.mo
share/locale/cy/LC_MESSAGES/kmines.mo
share/locale/cy/LC_MESSAGES/kminipagerapplet.mo
share/locale/cy/LC_MESSAGES/kmix.mo
share/locale/cy/LC_MESSAGES/kmobile.mo
share/locale/cy/LC_MESSAGES/kmoon.mo
share/locale/cy/LC_MESSAGES/kmousetool.mo
share/locale/cy/LC_MESSAGES/kmouth.mo
share/locale/cy/LC_MESSAGES/kmplot.mo
share/locale/cy/LC_MESSAGES/kmrml.mo
share/locale/cy/LC_MESSAGES/knetattach.mo
share/locale/cy/LC_MESSAGES/knetwalk.mo
share/locale/cy/LC_MESSAGES/knetworkconf.mo
share/locale/cy/LC_MESSAGES/knewsticker.mo
share/locale/cy/LC_MESSAGES/knode.mo
share/locale/cy/LC_MESSAGES/knotes.mo
share/locale/cy/LC_MESSAGES/knotify.mo
share/locale/cy/LC_MESSAGES/kodo.mo
share/locale/cy/LC_MESSAGES/kolf.mo
share/locale/cy/LC_MESSAGES/kolourpaint.mo
share/locale/cy/LC_MESSAGES/kolourpicker.mo
share/locale/cy/LC_MESSAGES/kommander.mo
share/locale/cy/LC_MESSAGES/kompare.mo
share/locale/cy/LC_MESSAGES/konnector_dummy.mo
share/locale/cy/LC_MESSAGES/konnector_kabc.mo
share/locale/cy/LC_MESSAGES/konnector_kcal.mo
share/locale/cy/LC_MESSAGES/konnector_local.mo
share/locale/cy/LC_MESSAGES/konnector_qtopia.mo
share/locale/cy/LC_MESSAGES/konnector_remote.mo
share/locale/cy/LC_MESSAGES/konqsidebar_delicious.mo
share/locale/cy/LC_MESSAGES/konqsidebar_mediaplayer.mo
share/locale/cy/LC_MESSAGES/konqsidebar_news.mo
share/locale/cy/LC_MESSAGES/konqueror.mo
share/locale/cy/LC_MESSAGES/konquest.mo
share/locale/cy/LC_MESSAGES/konsole.mo
share/locale/cy/LC_MESSAGES/konsolekalendar.mo
share/locale/cy/LC_MESSAGES/kontact.mo
share/locale/cy/LC_MESSAGES/kooka.mo
share/locale/cy/LC_MESSAGES/kopete.mo
share/locale/cy/LC_MESSAGES/korganizer.mo
share/locale/cy/LC_MESSAGES/korn.mo
share/locale/cy/LC_MESSAGES/kpackage.mo
share/locale/cy/LC_MESSAGES/kpager.mo
share/locale/cy/LC_MESSAGES/kpat.mo
share/locale/cy/LC_MESSAGES/kpdf.mo
share/locale/cy/LC_MESSAGES/kpercentage.mo
share/locale/cy/LC_MESSAGES/kpersonalizer.mo
share/locale/cy/LC_MESSAGES/kpf.mo
share/locale/cy/LC_MESSAGES/kpoker.mo
share/locale/cy/LC_MESSAGES/kpovmodeler.mo
share/locale/cy/LC_MESSAGES/kppp.mo
share/locale/cy/LC_MESSAGES/kppplogview.mo
share/locale/cy/LC_MESSAGES/kprinter.mo
share/locale/cy/LC_MESSAGES/krdb.mo
share/locale/cy/LC_MESSAGES/krdc.mo
share/locale/cy/LC_MESSAGES/kreadconfig.mo
share/locale/cy/LC_MESSAGES/krec.mo
share/locale/cy/LC_MESSAGES/kregexpeditor.mo
share/locale/cy/LC_MESSAGES/kres_birthday.mo
share/locale/cy/LC_MESSAGES/kres_blogging.mo
share/locale/cy/LC_MESSAGES/kres_bugzilla.mo
share/locale/cy/LC_MESSAGES/kres_exchange.mo
share/locale/cy/LC_MESSAGES/kres_featureplan.mo
share/locale/cy/LC_MESSAGES/kres_groupware.mo
share/locale/cy/LC_MESSAGES/kres_groupwise.mo
share/locale/cy/LC_MESSAGES/kres_kolab.mo
share/locale/cy/LC_MESSAGES/kres_remote.mo
share/locale/cy/LC_MESSAGES/kres_tvanytime.mo
share/locale/cy/LC_MESSAGES/kres_xmlrpc.mo
share/locale/cy/LC_MESSAGES/kreversi.mo
share/locale/cy/LC_MESSAGES/krfb.mo
share/locale/cy/LC_MESSAGES/kruler.mo
share/locale/cy/LC_MESSAGES/krunapplet.mo
share/locale/cy/LC_MESSAGES/ksame.mo
share/locale/cy/LC_MESSAGES/ksayit.mo
share/locale/cy/LC_MESSAGES/kscd.mo
share/locale/cy/LC_MESSAGES/kshisen.mo
share/locale/cy/LC_MESSAGES/ksig.mo
share/locale/cy/LC_MESSAGES/ksim.mo
share/locale/cy/LC_MESSAGES/ksirc.mo
share/locale/cy/LC_MESSAGES/ksirtet.mo
share/locale/cy/LC_MESSAGES/ksmiletris.mo
share/locale/cy/LC_MESSAGES/ksmserver.mo
share/locale/cy/LC_MESSAGES/ksnake.mo
share/locale/cy/LC_MESSAGES/ksnapshot.mo
share/locale/cy/LC_MESSAGES/ksokoban.mo
share/locale/cy/LC_MESSAGES/kspaceduel.mo
share/locale/cy/LC_MESSAGES/ksplash.mo
share/locale/cy/LC_MESSAGES/ksplashthemes.mo
share/locale/cy/LC_MESSAGES/kstars.mo
share/locale/cy/LC_MESSAGES/kstart.mo
share/locale/cy/LC_MESSAGES/kstartperf.mo
share/locale/cy/LC_MESSAGES/ksvgplugin.mo
share/locale/cy/LC_MESSAGES/ksysguard.mo
share/locale/cy/LC_MESSAGES/ksystemtrayapplet.mo
share/locale/cy/LC_MESSAGES/ksystraycmd.mo
share/locale/cy/LC_MESSAGES/ksysv.mo
share/locale/cy/LC_MESSAGES/kteatime.mo
share/locale/cy/LC_MESSAGES/kthememanager.mo
share/locale/cy/LC_MESSAGES/ktimemon.mo
share/locale/cy/LC_MESSAGES/ktimer.mo
share/locale/cy/LC_MESSAGES/ktip.mo
share/locale/cy/LC_MESSAGES/ktnef.mo
share/locale/cy/LC_MESSAGES/ktouch.mo
share/locale/cy/LC_MESSAGES/ktron.mo
share/locale/cy/LC_MESSAGES/kttsd.mo
share/locale/cy/LC_MESSAGES/ktuberling.mo
share/locale/cy/LC_MESSAGES/kturtle.mo
share/locale/cy/LC_MESSAGES/ktux.mo
share/locale/cy/LC_MESSAGES/kuick_plugin.mo
share/locale/cy/LC_MESSAGES/kuickshow.mo
share/locale/cy/LC_MESSAGES/kuiviewer.mo
share/locale/cy/LC_MESSAGES/kuser.mo
share/locale/cy/LC_MESSAGES/kverbos.mo
share/locale/cy/LC_MESSAGES/kview.mo
share/locale/cy/LC_MESSAGES/kview_scale.mo
share/locale/cy/LC_MESSAGES/kviewbrowserplugin.mo
share/locale/cy/LC_MESSAGES/kviewcanvas.mo
share/locale/cy/LC_MESSAGES/kvieweffectsplugin.mo
share/locale/cy/LC_MESSAGES/kviewpresenterplugin.mo
share/locale/cy/LC_MESSAGES/kviewscannerplugin.mo
share/locale/cy/LC_MESSAGES/kviewshell.mo
share/locale/cy/LC_MESSAGES/kviewviewer.mo
share/locale/cy/LC_MESSAGES/kvoctrain.mo
share/locale/cy/LC_MESSAGES/kwatchgnupg.mo
share/locale/cy/LC_MESSAGES/kweather.mo
share/locale/cy/LC_MESSAGES/kwifimanager.mo
share/locale/cy/LC_MESSAGES/kwireless.mo
share/locale/cy/LC_MESSAGES/kwordquiz.mo
share/locale/cy/LC_MESSAGES/kworldclock.mo
share/locale/cy/LC_MESSAGES/kwriteconfig.mo
share/locale/cy/LC_MESSAGES/kxkb.mo
share/locale/cy/LC_MESSAGES/kxsconfig.mo
share/locale/cy/LC_MESSAGES/kxsldbg.mo
share/locale/cy/LC_MESSAGES/libKTTSD.mo
share/locale/cy/LC_MESSAGES/libdmctl.mo
share/locale/cy/LC_MESSAGES/libkaddrbk_geo_xxport.mo
share/locale/cy/LC_MESSAGES/libkaddrbk_gmx_xxport.mo
share/locale/cy/LC_MESSAGES/libkcal.mo
share/locale/cy/LC_MESSAGES/libkcddb.mo
share/locale/cy/LC_MESSAGES/libkfaximgage.mo
share/locale/cy/LC_MESSAGES/libkholidays.mo
share/locale/cy/LC_MESSAGES/libkicker.mo
share/locale/cy/LC_MESSAGES/libkickermenu_konsole.mo
share/locale/cy/LC_MESSAGES/libkickermenu_prefmenu.mo
share/locale/cy/LC_MESSAGES/libkickermenu_recentdocs.mo
share/locale/cy/LC_MESSAGES/libkickermenu_remotemenu.mo
share/locale/cy/LC_MESSAGES/libkickermenu_systemmenu.mo
share/locale/cy/LC_MESSAGES/libkickermenu_tdeprint.mo
share/locale/cy/LC_MESSAGES/libkickermenu_tom.mo
share/locale/cy/LC_MESSAGES/libkleopatra.mo
share/locale/cy/LC_MESSAGES/libkmime.mo
share/locale/cy/LC_MESSAGES/libkonq.mo
share/locale/cy/LC_MESSAGES/libkpgp.mo
share/locale/cy/LC_MESSAGES/libkpimexchange.mo
share/locale/cy/LC_MESSAGES/libkscan.mo
share/locale/cy/LC_MESSAGES/libksieve.mo
share/locale/cy/LC_MESSAGES/libksirtet.mo
share/locale/cy/LC_MESSAGES/libksync.mo
share/locale/cy/LC_MESSAGES/libtaskbar.mo
share/locale/cy/LC_MESSAGES/libtaskmanager.mo
share/locale/cy/LC_MESSAGES/libtdeedu.mo
share/locale/cy/LC_MESSAGES/libtdegames.mo
share/locale/cy/LC_MESSAGES/libtdepim.mo
share/locale/cy/LC_MESSAGES/libtdescreensaver.mo
share/locale/cy/LC_MESSAGES/lockout.mo
share/locale/cy/LC_MESSAGES/lskat.mo
share/locale/cy/LC_MESSAGES/lyrics.mo
share/locale/cy/LC_MESSAGES/mediaapplet.mo
share/locale/cy/LC_MESSAGES/mediacontrol.mo
share/locale/cy/LC_MESSAGES/mf_konqplugin.mo
share/locale/cy/LC_MESSAGES/minitoolsplugin.mo
share/locale/cy/LC_MESSAGES/multisynk.mo
share/locale/cy/LC_MESSAGES/naughtyapplet.mo
share/locale/cy/LC_MESSAGES/nexscope.mo
share/locale/cy/LC_MESSAGES/noatun.mo
share/locale/cy/LC_MESSAGES/nsplugin.mo
share/locale/cy/LC_MESSAGES/pitchablespeed.mo
share/locale/cy/LC_MESSAGES/ppdtranslations.mo
share/locale/cy/LC_MESSAGES/privacy.mo
share/locale/cy/LC_MESSAGES/quanta.mo
share/locale/cy/LC_MESSAGES/quicklauncher.mo
share/locale/cy/LC_MESSAGES/rellinks.mo
share/locale/cy/LC_MESSAGES/searchbarplugin.mo
share/locale/cy/LC_MESSAGES/secpolicy.mo
share/locale/cy/LC_MESSAGES/spy.mo
share/locale/cy/LC_MESSAGES/superkaramba.mo
share/locale/cy/LC_MESSAGES/synaescope.mo
share/locale/cy/LC_MESSAGES/tdeabc2mutt.mo
share/locale/cy/LC_MESSAGES/tdeabc_dir.mo
share/locale/cy/LC_MESSAGES/tdeabc_file.mo
share/locale/cy/LC_MESSAGES/tdeabc_ldaptdeio.mo
share/locale/cy/LC_MESSAGES/tdeabc_net.mo
share/locale/cy/LC_MESSAGES/tdeabc_slox.mo
share/locale/cy/LC_MESSAGES/tdeabc_sql.mo
share/locale/cy/LC_MESSAGES/tdeabcformat_binary.mo
share/locale/cy/LC_MESSAGES/tdecachegrind.mo
share/locale/cy/LC_MESSAGES/tdecmshell.mo
share/locale/cy/LC_MESSAGES/tdedebugdialog.mo
share/locale/cy/LC_MESSAGES/tdefile_au.mo
share/locale/cy/LC_MESSAGES/tdefile_avi.mo
share/locale/cy/LC_MESSAGES/tdefile_bmp.mo
share/locale/cy/LC_MESSAGES/tdefile_cert.mo
share/locale/cy/LC_MESSAGES/tdefile_cpp.mo
share/locale/cy/LC_MESSAGES/tdefile_dds.mo
share/locale/cy/LC_MESSAGES/tdefile_deb.mo
share/locale/cy/LC_MESSAGES/tdefile_desktop.mo
share/locale/cy/LC_MESSAGES/tdefile_diff.mo
share/locale/cy/LC_MESSAGES/tdefile_drgeo.mo
share/locale/cy/LC_MESSAGES/tdefile_dvi.mo
share/locale/cy/LC_MESSAGES/tdefile_exr.mo
share/locale/cy/LC_MESSAGES/tdefile_flac.mo
share/locale/cy/LC_MESSAGES/tdefile_folder.mo
share/locale/cy/LC_MESSAGES/tdefile_gif.mo
share/locale/cy/LC_MESSAGES/tdefile_html.mo
share/locale/cy/LC_MESSAGES/tdefile_ico.mo
share/locale/cy/LC_MESSAGES/tdefile_ics.mo
share/locale/cy/LC_MESSAGES/tdefile_jpeg.mo
share/locale/cy/LC_MESSAGES/tdefile_kig.mo
share/locale/cy/LC_MESSAGES/tdefile_lnk.mo
share/locale/cy/LC_MESSAGES/tdefile_m3u.mo
share/locale/cy/LC_MESSAGES/tdefile_mhtml.mo
share/locale/cy/LC_MESSAGES/tdefile_mp3.mo
share/locale/cy/LC_MESSAGES/tdefile_mpc.mo
share/locale/cy/LC_MESSAGES/tdefile_mpeg.mo
share/locale/cy/LC_MESSAGES/tdefile_ogg.mo
share/locale/cy/LC_MESSAGES/tdefile_palm.mo
share/locale/cy/LC_MESSAGES/tdefile_pcx.mo
share/locale/cy/LC_MESSAGES/tdefile_pdf.mo
share/locale/cy/LC_MESSAGES/tdefile_png.mo
share/locale/cy/LC_MESSAGES/tdefile_pnm.mo
share/locale/cy/LC_MESSAGES/tdefile_po.mo
share/locale/cy/LC_MESSAGES/tdefile_ps.mo
share/locale/cy/LC_MESSAGES/tdefile_rfc822.mo
share/locale/cy/LC_MESSAGES/tdefile_rgb.mo
share/locale/cy/LC_MESSAGES/tdefile_rpm.mo
share/locale/cy/LC_MESSAGES/tdefile_sid.mo
share/locale/cy/LC_MESSAGES/tdefile_tga.mo
share/locale/cy/LC_MESSAGES/tdefile_theora.mo
share/locale/cy/LC_MESSAGES/tdefile_tiff.mo
share/locale/cy/LC_MESSAGES/tdefile_torrent.mo
share/locale/cy/LC_MESSAGES/tdefile_ts.mo
share/locale/cy/LC_MESSAGES/tdefile_txt.mo
share/locale/cy/LC_MESSAGES/tdefile_vcf.mo
share/locale/cy/LC_MESSAGES/tdefile_wav.mo
share/locale/cy/LC_MESSAGES/tdefile_xbm.mo
share/locale/cy/LC_MESSAGES/tdefile_xpm.mo
share/locale/cy/LC_MESSAGES/tdefileaudiopreview.mo
share/locale/cy/LC_MESSAGES/tdefilereplace.mo
share/locale/cy/LC_MESSAGES/tdefileshare.mo
share/locale/cy/LC_MESSAGES/tdefontinst.mo
share/locale/cy/LC_MESSAGES/tdehtmlkttsd.mo
share/locale/cy/LC_MESSAGES/tdehtmlsettingsplugin.mo
share/locale/cy/LC_MESSAGES/tdeiconedit.mo
share/locale/cy/LC_MESSAGES/tdeio.mo
share/locale/cy/LC_MESSAGES/tdeio_audiocd.mo
share/locale/cy/LC_MESSAGES/tdeio_finger.mo
share/locale/cy/LC_MESSAGES/tdeio_fish.mo
share/locale/cy/LC_MESSAGES/tdeio_floppy.mo
share/locale/cy/LC_MESSAGES/tdeio_groupwise.mo
share/locale/cy/LC_MESSAGES/tdeio_help.mo
share/locale/cy/LC_MESSAGES/tdeio_home.mo
share/locale/cy/LC_MESSAGES/tdeio_imap4.mo
share/locale/cy/LC_MESSAGES/tdeio_jabberdisco.mo
share/locale/cy/LC_MESSAGES/tdeio_lan.mo
share/locale/cy/LC_MESSAGES/tdeio_ldap.mo
share/locale/cy/LC_MESSAGES/tdeio_mac.mo
share/locale/cy/LC_MESSAGES/tdeio_man.mo
share/locale/cy/LC_MESSAGES/tdeio_media.mo
share/locale/cy/LC_MESSAGES/tdeio_mobile.mo
share/locale/cy/LC_MESSAGES/tdeio_nfs.mo
share/locale/cy/LC_MESSAGES/tdeio_nntp.mo
share/locale/cy/LC_MESSAGES/tdeio_pop3.mo
share/locale/cy/LC_MESSAGES/tdeio_print.mo
share/locale/cy/LC_MESSAGES/tdeio_remote.mo
share/locale/cy/LC_MESSAGES/tdeio_settings.mo
share/locale/cy/LC_MESSAGES/tdeio_sftp.mo
share/locale/cy/LC_MESSAGES/tdeio_sieve.mo
share/locale/cy/LC_MESSAGES/tdeio_smb.mo
share/locale/cy/LC_MESSAGES/tdeio_smtp.mo
share/locale/cy/LC_MESSAGES/tdeio_svn.mo
share/locale/cy/LC_MESSAGES/tdeio_system.mo
share/locale/cy/LC_MESSAGES/tdeio_tar.mo
share/locale/cy/LC_MESSAGES/tdeio_thumbnail.mo
share/locale/cy/LC_MESSAGES/tdeio_trash.mo
share/locale/cy/LC_MESSAGES/tdeio_zeroconf.mo
share/locale/cy/LC_MESSAGES/tdeioexec.mo
share/locale/cy/LC_MESSAGES/tdelibs.mo
share/locale/cy/LC_MESSAGES/tdelibs_colors.mo
share/locale/cy/LC_MESSAGES/tdelirc.mo
share/locale/cy/LC_MESSAGES/tdemid.mo
share/locale/cy/LC_MESSAGES/tdepartsaver.mo
share/locale/cy/LC_MESSAGES/tdepasswd.mo
share/locale/cy/LC_MESSAGES/tdepimresources.mo
share/locale/cy/LC_MESSAGES/tdepimwizards.mo
share/locale/cy/LC_MESSAGES/tdeprint.mo
share/locale/cy/LC_MESSAGES/tdeprint_part.mo
share/locale/cy/LC_MESSAGES/tdeprintfax.mo
share/locale/cy/LC_MESSAGES/tderandr.mo
share/locale/cy/LC_MESSAGES/tdescreensaver.mo
share/locale/cy/LC_MESSAGES/tdessh.mo
share/locale/cy/LC_MESSAGES/tdestyle_highcontrast_config.mo
share/locale/cy/LC_MESSAGES/tdestyle_keramik_config.mo
share/locale/cy/LC_MESSAGES/tdestyle_phase_config.mo
share/locale/cy/LC_MESSAGES/tdestyle_plastik_config.mo
share/locale/cy/LC_MESSAGES/tdesu.mo
share/locale/cy/LC_MESSAGES/tdesud.mo
share/locale/cy/LC_MESSAGES/tdetexteditor_autobookmarker.mo
share/locale/cy/LC_MESSAGES/tdetexteditor_docwordcompletion.mo
share/locale/cy/LC_MESSAGES/tdetexteditor_insertfile.mo
share/locale/cy/LC_MESSAGES/tdetexteditor_isearch.mo
share/locale/cy/LC_MESSAGES/tdetexteditor_kdatatool.mo
share/locale/cy/LC_MESSAGES/tdevdesigner.mo
share/locale/cy/LC_MESSAGES/tdevelop.mo
share/locale/cy/LC_MESSAGES/tdevtipofday.mo
share/locale/cy/LC_MESSAGES/tdewalletmanager.mo
share/locale/cy/LC_MESSAGES/tdmconfig.mo
share/locale/cy/LC_MESSAGES/tdmgreet.mo
share/locale/cy/LC_MESSAGES/timezones.mo
share/locale/cy/LC_MESSAGES/tippecanoe.mo
share/locale/cy/LC_MESSAGES/trashapplet.mo
share/locale/cy/LC_MESSAGES/twin.mo
share/locale/cy/LC_MESSAGES/twin4.mo
share/locale/cy/LC_MESSAGES/twin_art_clients.mo
share/locale/cy/LC_MESSAGES/twin_clients.mo
share/locale/cy/LC_MESSAGES/twin_lib.mo
share/locale/cy/LC_MESSAGES/tyler.mo
share/locale/cy/LC_MESSAGES/uachangerplugin.mo
share/locale/cy/LC_MESSAGES/umbrello.mo
share/locale/cy/LC_MESSAGES/useraccount.mo
share/locale/cy/LC_MESSAGES/validatorsplugin.mo
share/locale/cy/LC_MESSAGES/wakeup.mo
share/locale/cy/LC_MESSAGES/wavecapture.mo
share/locale/cy/LC_MESSAGES/webarchiver.mo
share/locale/cy/charset
share/locale/cy/entry.desktop
share/locale/cy/flag.png

@ -0,0 +1,43 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: core/tde-i18n-da > misc/tde-i18n-da
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTLANG= da
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${PORTLANG}
TDE_PREVERSION=
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= misc x11
DIST_SUBDIR= TDE/core
PKGNAMEPREFIX= ${PORTLANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${PORTLANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}template/' \
'${EXTRACT_BASE}translations/' \
'${EXTRACT_BASE}tde-i18n-${PORTLANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
\
-DBUILD_ALL="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1682085494
SHA256 (TDE/core/tde-i18n-trinity_14.1.0.orig.tar.xz) = 9f64b518db380d1d0acf3f6b5baafdb3f486953739b9484bdc5d31f34f466a75
SIZE (TDE/core/tde-i18n-trinity_14.1.0.orig.tar.xz) = 195332236

@ -0,0 +1 @@
Danish (da) internationalized (i18n) files for TDE

File diff suppressed because it is too large Load Diff

@ -0,0 +1,43 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: core/tde-i18n-de > misc/tde-i18n-de
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTLANG= de
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${PORTLANG}
TDE_PREVERSION=
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= misc x11
DIST_SUBDIR= TDE/core
PKGNAMEPREFIX= ${PORTLANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${PORTLANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}template/' \
'${EXTRACT_BASE}translations/' \
'${EXTRACT_BASE}tde-i18n-${PORTLANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
\
-DBUILD_ALL="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1682085496
SHA256 (TDE/core/tde-i18n-trinity_14.1.0.orig.tar.xz) = 9f64b518db380d1d0acf3f6b5baafdb3f486953739b9484bdc5d31f34f466a75
SIZE (TDE/core/tde-i18n-trinity_14.1.0.orig.tar.xz) = 195332236

@ -0,0 +1 @@
German (de) internationalized (i18n) files for TDE

File diff suppressed because it is too large Load Diff

@ -0,0 +1,43 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: core/tde-i18n-el > misc/tde-i18n-el
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTLANG= el
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${PORTLANG}
TDE_PREVERSION=
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= misc x11
DIST_SUBDIR= TDE/core
PKGNAMEPREFIX= ${PORTLANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${PORTLANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}template/' \
'${EXTRACT_BASE}translations/' \
'${EXTRACT_BASE}tde-i18n-${PORTLANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
\
-DBUILD_ALL="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1682085498
SHA256 (TDE/core/tde-i18n-trinity_14.1.0.orig.tar.xz) = 9f64b518db380d1d0acf3f6b5baafdb3f486953739b9484bdc5d31f34f466a75
SIZE (TDE/core/tde-i18n-trinity_14.1.0.orig.tar.xz) = 195332236

@ -0,0 +1 @@
Greek (el) internationalized (i18n) files for TDE

@ -0,0 +1,562 @@
share/locale/el/LC_MESSAGES/akregator.mo
share/locale/el/LC_MESSAGES/akregator_konqplugin.mo
share/locale/el/LC_MESSAGES/alsaplayerui.mo
share/locale/el/LC_MESSAGES/amor.mo
share/locale/el/LC_MESSAGES/appletproxy.mo
share/locale/el/LC_MESSAGES/ark.mo
share/locale/el/LC_MESSAGES/ark_plugin.mo
share/locale/el/LC_MESSAGES/artsbuilder.mo
share/locale/el/LC_MESSAGES/artscontrol.mo
share/locale/el/LC_MESSAGES/artsmodules.mo
share/locale/el/LC_MESSAGES/atlantik.mo
share/locale/el/LC_MESSAGES/atlantikdesigner.mo
share/locale/el/LC_MESSAGES/audiocd_encoder_lame.mo
share/locale/el/LC_MESSAGES/audiocd_encoder_vorbis.mo
share/locale/el/LC_MESSAGES/audiorename_plugin.mo
share/locale/el/LC_MESSAGES/autorefresh.mo
share/locale/el/LC_MESSAGES/babelfish.mo
share/locale/el/LC_MESSAGES/blinken.mo
share/locale/el/LC_MESSAGES/cervisia.mo
share/locale/el/LC_MESSAGES/charlatanui.mo
share/locale/el/LC_MESSAGES/clockapplet.mo
share/locale/el/LC_MESSAGES/crashesplugin.mo
share/locale/el/LC_MESSAGES/cupsdconf.mo
share/locale/el/LC_MESSAGES/cvsservice.mo
share/locale/el/LC_MESSAGES/dcoprss.mo
share/locale/el/LC_MESSAGES/dirfilterplugin.mo
share/locale/el/LC_MESSAGES/display.mo
share/locale/el/LC_MESSAGES/dockbarextension.mo
share/locale/el/LC_MESSAGES/domtreeviewer.mo
share/locale/el/LC_MESSAGES/drkonqi.mo
share/locale/el/LC_MESSAGES/dub.mo
share/locale/el/LC_MESSAGES/extensionproxy.mo
share/locale/el/LC_MESSAGES/ffrs.mo
share/locale/el/LC_MESSAGES/filetypes.mo
share/locale/el/LC_MESSAGES/fsview.mo
share/locale/el/LC_MESSAGES/htmlsearch.mo
share/locale/el/LC_MESSAGES/imagerename_plugin.mo
share/locale/el/LC_MESSAGES/imgalleryplugin.mo
share/locale/el/LC_MESSAGES/irkick.mo
share/locale/el/LC_MESSAGES/joystick.mo
share/locale/el/LC_MESSAGES/juk.mo
share/locale/el/LC_MESSAGES/kaboodle.mo
share/locale/el/LC_MESSAGES/kaccess.mo
share/locale/el/LC_MESSAGES/kaddressbook.mo
share/locale/el/LC_MESSAGES/kalarm.mo
share/locale/el/LC_MESSAGES/kalzium.mo
share/locale/el/LC_MESSAGES/kanagram.mo
share/locale/el/LC_MESSAGES/kandy.mo
share/locale/el/LC_MESSAGES/kappfinder.mo
share/locale/el/LC_MESSAGES/karm.mo
share/locale/el/LC_MESSAGES/kasbarextension.mo
share/locale/el/LC_MESSAGES/kasteroids.mo
share/locale/el/LC_MESSAGES/kate.mo
share/locale/el/LC_MESSAGES/katecppsymbolviewer.mo
share/locale/el/LC_MESSAGES/katefiletemplates.mo
share/locale/el/LC_MESSAGES/katefll_initplugin.mo
share/locale/el/LC_MESSAGES/katefll_plugin.mo
share/locale/el/LC_MESSAGES/katehelloworld.mo
share/locale/el/LC_MESSAGES/katehtmltools.mo
share/locale/el/LC_MESSAGES/kateinsertcommand.mo
share/locale/el/LC_MESSAGES/katekjswrapper.mo
share/locale/el/LC_MESSAGES/katemake.mo
share/locale/el/LC_MESSAGES/katemodeline.mo
share/locale/el/LC_MESSAGES/kateopenheader.mo
share/locale/el/LC_MESSAGES/katepart.mo
share/locale/el/LC_MESSAGES/katepybrowse.mo
share/locale/el/LC_MESSAGES/katesnippets.mo
share/locale/el/LC_MESSAGES/katetabbarextension.mo
share/locale/el/LC_MESSAGES/katetextfilter.mo
share/locale/el/LC_MESSAGES/katexmlcheck.mo
share/locale/el/LC_MESSAGES/katexmltools.mo
share/locale/el/LC_MESSAGES/katomic.mo
share/locale/el/LC_MESSAGES/kaudiocreator.mo
share/locale/el/LC_MESSAGES/kay.mo
share/locale/el/LC_MESSAGES/kbabel.mo
share/locale/el/LC_MESSAGES/kbackgammon.mo
share/locale/el/LC_MESSAGES/kbattleship.mo
share/locale/el/LC_MESSAGES/kbinaryclock.mo
share/locale/el/LC_MESSAGES/kblackbox.mo
share/locale/el/LC_MESSAGES/kbounce.mo
share/locale/el/LC_MESSAGES/kbruch.mo
share/locale/el/LC_MESSAGES/kbstateapplet.mo
share/locale/el/LC_MESSAGES/kbugbuster.mo
share/locale/el/LC_MESSAGES/kcalc.mo
share/locale/el/LC_MESSAGES/kcharselect.mo
share/locale/el/LC_MESSAGES/kcharselectapplet.mo
share/locale/el/LC_MESSAGES/kcm_krfb.mo
share/locale/el/LC_MESSAGES/kcm_kviewcanvasconfig.mo
share/locale/el/LC_MESSAGES/kcm_kviewgeneralconfig.mo
share/locale/el/LC_MESSAGES/kcm_kviewpluginsconfig.mo
share/locale/el/LC_MESSAGES/kcm_kviewviewerpluginsconfig.mo
share/locale/el/LC_MESSAGES/kcmaccess.mo
share/locale/el/LC_MESSAGES/kcmaccessibility.mo
share/locale/el/LC_MESSAGES/kcmarts.mo
share/locale/el/LC_MESSAGES/kcmaudiocd.mo
share/locale/el/LC_MESSAGES/kcmbackground.mo
share/locale/el/LC_MESSAGES/kcmbell.mo
share/locale/el/LC_MESSAGES/kcmcddb.mo
share/locale/el/LC_MESSAGES/kcmcgi.mo
share/locale/el/LC_MESSAGES/kcmcolors.mo
share/locale/el/LC_MESSAGES/kcmcomponentchooser.mo
share/locale/el/LC_MESSAGES/kcmcrypto.mo
share/locale/el/LC_MESSAGES/kcmcss.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/kcmiccconfig.mo
share/locale/el/LC_MESSAGES/kcmicons.mo
share/locale/el/LC_MESSAGES/kcminfo.mo
share/locale/el/LC_MESSAGES/kcminput.mo
share/locale/el/LC_MESSAGES/kcmioslaveinfo.mo
share/locale/el/LC_MESSAGES/kcmkabconfig.mo
share/locale/el/LC_MESSAGES/kcmkamera.mo
share/locale/el/LC_MESSAGES/kcmkclock.mo
share/locale/el/LC_MESSAGES/kcmkded.mo
share/locale/el/LC_MESSAGES/kcmkeys.mo
share/locale/el/LC_MESSAGES/kcmkicker.mo
share/locale/el/LC_MESSAGES/kcmkonq.mo
share/locale/el/LC_MESSAGES/kcmkonqhtml.mo
share/locale/el/LC_MESSAGES/kcmkonsole.mo
share/locale/el/LC_MESSAGES/kcmkontactnt.mo
share/locale/el/LC_MESSAGES/kcmktalkd.mo
share/locale/el/LC_MESSAGES/kcmkuick.mo
share/locale/el/LC_MESSAGES/kcmkurifilt.mo
share/locale/el/LC_MESSAGES/kcmkvaio.mo
share/locale/el/LC_MESSAGES/kcmkwm.mo
share/locale/el/LC_MESSAGES/kcmlanbrowser.mo
share/locale/el/LC_MESSAGES/kcmlaptop.mo
share/locale/el/LC_MESSAGES/kcmlaunch.mo
share/locale/el/LC_MESSAGES/kcmlayout.mo
share/locale/el/LC_MESSAGES/kcmlilo.mo
share/locale/el/LC_MESSAGES/kcmlirc.mo
share/locale/el/LC_MESSAGES/kcmlocale.mo
share/locale/el/LC_MESSAGES/kcmmedia.mo
share/locale/el/LC_MESSAGES/kcmnic.mo
share/locale/el/LC_MESSAGES/kcmnotify.mo
share/locale/el/LC_MESSAGES/kcmperformance.mo
share/locale/el/LC_MESSAGES/kcmprintmgr.mo
share/locale/el/LC_MESSAGES/kcmsamba.mo
share/locale/el/LC_MESSAGES/kcmscreensaver.mo
share/locale/el/LC_MESSAGES/kcmsmartcard.mo
share/locale/el/LC_MESSAGES/kcmsmserver.mo
share/locale/el/LC_MESSAGES/kcmspellchecking.mo
share/locale/el/LC_MESSAGES/kcmstyle.mo
share/locale/el/LC_MESSAGES/kcmtaskbar.mo
share/locale/el/LC_MESSAGES/kcmtdednssd.mo
share/locale/el/LC_MESSAGES/kcmtdeio.mo
share/locale/el/LC_MESSAGES/kcmtdewallet.mo
share/locale/el/LC_MESSAGES/kcmthinkpad.mo
share/locale/el/LC_MESSAGES/kcmtwindecoration.mo
share/locale/el/LC_MESSAGES/kcmtwinrules.mo
share/locale/el/LC_MESSAGES/kcmusb.mo
share/locale/el/LC_MESSAGES/kcmview1394.mo
share/locale/el/LC_MESSAGES/kcmwifi.mo
share/locale/el/LC_MESSAGES/kcmxinerama.mo
share/locale/el/LC_MESSAGES/kcoloredit.mo
share/locale/el/LC_MESSAGES/kcontrol.mo
share/locale/el/LC_MESSAGES/kcron.mo
share/locale/el/LC_MESSAGES/kdat.mo
share/locale/el/LC_MESSAGES/kdcop.mo
share/locale/el/LC_MESSAGES/kdesktop.mo
share/locale/el/LC_MESSAGES/kdf.mo
share/locale/el/LC_MESSAGES/kdgantt.mo
share/locale/el/LC_MESSAGES/kdialog.mo
share/locale/el/LC_MESSAGES/kdict.mo
share/locale/el/LC_MESSAGES/kdictapplet.mo
share/locale/el/LC_MESSAGES/kdjview.mo
share/locale/el/LC_MESSAGES/kdvi.mo
share/locale/el/LC_MESSAGES/kedit.mo
share/locale/el/LC_MESSAGES/keduca.mo
share/locale/el/LC_MESSAGES/kenolaba.mo
share/locale/el/LC_MESSAGES/kfax.mo
share/locale/el/LC_MESSAGES/kfaxview.mo
share/locale/el/LC_MESSAGES/kfifteenapplet.mo
share/locale/el/LC_MESSAGES/kfindpart.mo
share/locale/el/LC_MESSAGES/kfloppy.mo
share/locale/el/LC_MESSAGES/kfmclient.mo
share/locale/el/LC_MESSAGES/kfouleggs.mo
share/locale/el/LC_MESSAGES/kgamma.mo
share/locale/el/LC_MESSAGES/kgantt.mo
share/locale/el/LC_MESSAGES/kgeography.mo
share/locale/el/LC_MESSAGES/kget.mo
share/locale/el/LC_MESSAGES/kghostview.mo
share/locale/el/LC_MESSAGES/kgoldrunner.mo
share/locale/el/LC_MESSAGES/kgpg.mo
share/locale/el/LC_MESSAGES/kgreet_classic.mo
share/locale/el/LC_MESSAGES/kgreet_winbind.mo
share/locale/el/LC_MESSAGES/khangman.mo
share/locale/el/LC_MESSAGES/khelpcenter.mo
share/locale/el/LC_MESSAGES/khexedit.mo
share/locale/el/LC_MESSAGES/khexedit2part.mo
share/locale/el/LC_MESSAGES/khotkeys.mo
share/locale/el/LC_MESSAGES/kicker.mo
share/locale/el/LC_MESSAGES/kickermenu_kate.mo
share/locale/el/LC_MESSAGES/kig.mo
share/locale/el/LC_MESSAGES/kimagemapeditor.mo
share/locale/el/LC_MESSAGES/kinetd.mo
share/locale/el/LC_MESSAGES/kitchensync.mo
share/locale/el/LC_MESSAGES/kiten.mo
share/locale/el/LC_MESSAGES/kjobviewer.mo
share/locale/el/LC_MESSAGES/kjots.mo
share/locale/el/LC_MESSAGES/kjumpingcube.mo
share/locale/el/LC_MESSAGES/klaptopdaemon.mo
share/locale/el/LC_MESSAGES/klatin.mo
share/locale/el/LC_MESSAGES/kleopatra.mo
share/locale/el/LC_MESSAGES/klettres.mo
share/locale/el/LC_MESSAGES/klickety.mo
share/locale/el/LC_MESSAGES/klines.mo
share/locale/el/LC_MESSAGES/klinkstatus.mo
share/locale/el/LC_MESSAGES/klipper.mo
share/locale/el/LC_MESSAGES/klock.mo
share/locale/el/LC_MESSAGES/kmag.mo
share/locale/el/LC_MESSAGES/kmahjongg.mo
share/locale/el/LC_MESSAGES/kmail.mo
share/locale/el/LC_MESSAGES/kmail_text_calendar_plugin.mo
share/locale/el/LC_MESSAGES/kmail_text_vcard_plugin.mo
share/locale/el/LC_MESSAGES/kmailcvt.mo
share/locale/el/LC_MESSAGES/kmathapplet.mo
share/locale/el/LC_MESSAGES/kmcop.mo
share/locale/el/LC_MESSAGES/kmenuapplet.mo
share/locale/el/LC_MESSAGES/kmenuedit.mo
share/locale/el/LC_MESSAGES/kmilo_delli8k.mo
share/locale/el/LC_MESSAGES/kmilo_generic.mo
share/locale/el/LC_MESSAGES/kmilo_kvaio.mo
share/locale/el/LC_MESSAGES/kmilo_powerbook.mo
share/locale/el/LC_MESSAGES/kmilo_thinkpad.mo
share/locale/el/LC_MESSAGES/kmilod.mo
share/locale/el/LC_MESSAGES/kmines.mo
share/locale/el/LC_MESSAGES/kminipagerapplet.mo
share/locale/el/LC_MESSAGES/kmix.mo
share/locale/el/LC_MESSAGES/kmobile.mo
share/locale/el/LC_MESSAGES/kmoon.mo
share/locale/el/LC_MESSAGES/kmousetool.mo
share/locale/el/LC_MESSAGES/kmouth.mo
share/locale/el/LC_MESSAGES/kmplot.mo
share/locale/el/LC_MESSAGES/kmrml.mo
share/locale/el/LC_MESSAGES/knetattach.mo
share/locale/el/LC_MESSAGES/knetwalk.mo
share/locale/el/LC_MESSAGES/knetworkconf.mo
share/locale/el/LC_MESSAGES/knewsticker.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/kodo.mo
share/locale/el/LC_MESSAGES/kolf.mo
share/locale/el/LC_MESSAGES/kolourpaint.mo
share/locale/el/LC_MESSAGES/kolourpicker.mo
share/locale/el/LC_MESSAGES/kommander.mo
share/locale/el/LC_MESSAGES/kompare.mo
share/locale/el/LC_MESSAGES/konqsidebar_delicious.mo
share/locale/el/LC_MESSAGES/konqsidebar_mediaplayer.mo
share/locale/el/LC_MESSAGES/konqsidebar_metabar.mo
share/locale/el/LC_MESSAGES/konqsidebar_news.mo
share/locale/el/LC_MESSAGES/konqueror.mo
share/locale/el/LC_MESSAGES/konquest.mo
share/locale/el/LC_MESSAGES/konsole.mo
share/locale/el/LC_MESSAGES/konsolekalendar.mo
share/locale/el/LC_MESSAGES/kontact.mo
share/locale/el/LC_MESSAGES/kooka.mo
share/locale/el/LC_MESSAGES/kopete.mo
share/locale/el/LC_MESSAGES/korganizer.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/kpat.mo
share/locale/el/LC_MESSAGES/kpdf.mo
share/locale/el/LC_MESSAGES/kpercentage.mo
share/locale/el/LC_MESSAGES/kpersonalizer.mo
share/locale/el/LC_MESSAGES/kpf.mo
share/locale/el/LC_MESSAGES/kpoker.mo
share/locale/el/LC_MESSAGES/kpovmodeler.mo
share/locale/el/LC_MESSAGES/kppp.mo
share/locale/el/LC_MESSAGES/kppplogview.mo
share/locale/el/LC_MESSAGES/kprinter.mo
share/locale/el/LC_MESSAGES/krdb.mo
share/locale/el/LC_MESSAGES/krdc.mo
share/locale/el/LC_MESSAGES/kreadconfig.mo
share/locale/el/LC_MESSAGES/krec.mo
share/locale/el/LC_MESSAGES/kregexpeditor.mo
share/locale/el/LC_MESSAGES/kres_birthday.mo
share/locale/el/LC_MESSAGES/kres_blogging.mo
share/locale/el/LC_MESSAGES/kres_bugzilla.mo
share/locale/el/LC_MESSAGES/kres_exchange.mo
share/locale/el/LC_MESSAGES/kres_featureplan.mo
share/locale/el/LC_MESSAGES/kres_groupware.mo
share/locale/el/LC_MESSAGES/kres_groupwise.mo
share/locale/el/LC_MESSAGES/kres_kolab.mo
share/locale/el/LC_MESSAGES/kres_remote.mo
share/locale/el/LC_MESSAGES/kres_scalix.mo
share/locale/el/LC_MESSAGES/kres_tvanytime.mo
share/locale/el/LC_MESSAGES/kres_xmlrpc.mo
share/locale/el/LC_MESSAGES/kreversi.mo
share/locale/el/LC_MESSAGES/krfb.mo
share/locale/el/LC_MESSAGES/kruler.mo
share/locale/el/LC_MESSAGES/krunapplet.mo
share/locale/el/LC_MESSAGES/ksame.mo
share/locale/el/LC_MESSAGES/ksayit.mo
share/locale/el/LC_MESSAGES/kscd.mo
share/locale/el/LC_MESSAGES/kshisen.mo
share/locale/el/LC_MESSAGES/ksig.mo
share/locale/el/LC_MESSAGES/ksim.mo
share/locale/el/LC_MESSAGES/ksirc.mo
share/locale/el/LC_MESSAGES/ksirtet.mo
share/locale/el/LC_MESSAGES/ksmiletris.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/ksokoban.mo
share/locale/el/LC_MESSAGES/kspaceduel.mo
share/locale/el/LC_MESSAGES/ksplash.mo
share/locale/el/LC_MESSAGES/ksplashthemes.mo
share/locale/el/LC_MESSAGES/kstars.mo
share/locale/el/LC_MESSAGES/kstart.mo
share/locale/el/LC_MESSAGES/kstartperf.mo
share/locale/el/LC_MESSAGES/ksvgplugin.mo
share/locale/el/LC_MESSAGES/ksysguard.mo
share/locale/el/LC_MESSAGES/ksystemtrayapplet.mo
share/locale/el/LC_MESSAGES/ksystraycmd.mo
share/locale/el/LC_MESSAGES/ksysv.mo
share/locale/el/LC_MESSAGES/ktaskbarapplet.mo
share/locale/el/LC_MESSAGES/kteatime.mo
share/locale/el/LC_MESSAGES/kthememanager.mo
share/locale/el/LC_MESSAGES/ktimemon.mo
share/locale/el/LC_MESSAGES/ktimer.mo
share/locale/el/LC_MESSAGES/ktip.mo
share/locale/el/LC_MESSAGES/ktnef.mo
share/locale/el/LC_MESSAGES/ktouch.mo
share/locale/el/LC_MESSAGES/ktron.mo
share/locale/el/LC_MESSAGES/kttsd.mo
share/locale/el/LC_MESSAGES/ktuberling.mo
share/locale/el/LC_MESSAGES/kturtle.mo
share/locale/el/LC_MESSAGES/ktux.mo
share/locale/el/LC_MESSAGES/kuick_plugin.mo
share/locale/el/LC_MESSAGES/kuickshow.mo
share/locale/el/LC_MESSAGES/kuiviewer.mo
share/locale/el/LC_MESSAGES/kuser.mo
share/locale/el/LC_MESSAGES/kverbos.mo
share/locale/el/LC_MESSAGES/kview.mo
share/locale/el/LC_MESSAGES/kview_scale.mo
share/locale/el/LC_MESSAGES/kviewbrowserplugin.mo
share/locale/el/LC_MESSAGES/kviewcanvas.mo
share/locale/el/LC_MESSAGES/kvieweffectsplugin.mo
share/locale/el/LC_MESSAGES/kviewpresenterplugin.mo
share/locale/el/LC_MESSAGES/kviewscannerplugin.mo
share/locale/el/LC_MESSAGES/kviewshell.mo
share/locale/el/LC_MESSAGES/kviewviewer.mo
share/locale/el/LC_MESSAGES/kvoctrain.mo
share/locale/el/LC_MESSAGES/kwatchgnupg.mo
share/locale/el/LC_MESSAGES/kweather.mo
share/locale/el/LC_MESSAGES/kwifimanager.mo
share/locale/el/LC_MESSAGES/kwireless.mo
share/locale/el/LC_MESSAGES/kwordquiz.mo
share/locale/el/LC_MESSAGES/kworldclock.mo
share/locale/el/LC_MESSAGES/kwriteconfig.mo
share/locale/el/LC_MESSAGES/kxkb.mo
share/locale/el/LC_MESSAGES/kxsconfig.mo
share/locale/el/LC_MESSAGES/kxsldbg.mo
share/locale/el/LC_MESSAGES/libKTTSD.mo
share/locale/el/LC_MESSAGES/libdmctl.mo
share/locale/el/LC_MESSAGES/libkaddrbk_geo_xxport.mo
share/locale/el/LC_MESSAGES/libkaddrbk_gmx_xxport.mo
share/locale/el/LC_MESSAGES/libkcal.mo
share/locale/el/LC_MESSAGES/libkcddb.mo
share/locale/el/LC_MESSAGES/libkfaximgage.mo
share/locale/el/LC_MESSAGES/libkholidays.mo
share/locale/el/LC_MESSAGES/libkicker.mo
share/locale/el/LC_MESSAGES/libkickermenu_konsole.mo
share/locale/el/LC_MESSAGES/libkickermenu_prefmenu.mo
share/locale/el/LC_MESSAGES/libkickermenu_recentdocs.mo
share/locale/el/LC_MESSAGES/libkickermenu_remotemenu.mo
share/locale/el/LC_MESSAGES/libkickermenu_systemmenu.mo
share/locale/el/LC_MESSAGES/libkickermenu_tdeprint.mo
share/locale/el/LC_MESSAGES/libkickermenu_tom.mo
share/locale/el/LC_MESSAGES/libkleopatra.mo
share/locale/el/LC_MESSAGES/libkmime.mo
share/locale/el/LC_MESSAGES/libkonq.mo
share/locale/el/LC_MESSAGES/libkpgp.mo
share/locale/el/LC_MESSAGES/libkpimexchange.mo
share/locale/el/LC_MESSAGES/libkscan.mo
share/locale/el/LC_MESSAGES/libksieve.mo
share/locale/el/LC_MESSAGES/libksirtet.mo
share/locale/el/LC_MESSAGES/libtaskbar.mo
share/locale/el/LC_MESSAGES/libtaskmanager.mo
share/locale/el/LC_MESSAGES/libtdeedu.mo
share/locale/el/LC_MESSAGES/libtdegames.mo
share/locale/el/LC_MESSAGES/libtdepim.mo
share/locale/el/LC_MESSAGES/libtdescreensaver.mo
share/locale/el/LC_MESSAGES/lockout.mo
share/locale/el/LC_MESSAGES/lskat.mo
share/locale/el/LC_MESSAGES/lyrics.mo
share/locale/el/LC_MESSAGES/mediaapplet.mo
share/locale/el/LC_MESSAGES/mediacontrol.mo
share/locale/el/LC_MESSAGES/mf_konqplugin.mo
share/locale/el/LC_MESSAGES/minitoolsplugin.mo
share/locale/el/LC_MESSAGES/naughtyapplet.mo
share/locale/el/LC_MESSAGES/nexscope.mo
share/locale/el/LC_MESSAGES/noatun.mo
share/locale/el/LC_MESSAGES/nsplugin.mo
share/locale/el/LC_MESSAGES/pitchablespeed.mo
share/locale/el/LC_MESSAGES/ppdtranslations.mo
share/locale/el/LC_MESSAGES/privacy.mo
share/locale/el/LC_MESSAGES/quanta.mo
share/locale/el/LC_MESSAGES/quicklauncher.mo
share/locale/el/LC_MESSAGES/rellinks.mo
share/locale/el/LC_MESSAGES/scalixadmin.mo
share/locale/el/LC_MESSAGES/searchbarplugin.mo
share/locale/el/LC_MESSAGES/secpolicy.mo
share/locale/el/LC_MESSAGES/spy.mo
share/locale/el/LC_MESSAGES/superkaramba.mo
share/locale/el/LC_MESSAGES/synaescope.mo
share/locale/el/LC_MESSAGES/taskbarextension.mo
share/locale/el/LC_MESSAGES/tdeabc2mutt.mo
share/locale/el/LC_MESSAGES/tdeabc_dir.mo
share/locale/el/LC_MESSAGES/tdeabc_file.mo
share/locale/el/LC_MESSAGES/tdeabc_ldaptdeio.mo
share/locale/el/LC_MESSAGES/tdeabc_net.mo
share/locale/el/LC_MESSAGES/tdeabc_slox.mo
share/locale/el/LC_MESSAGES/tdeabc_sql.mo
share/locale/el/LC_MESSAGES/tdeabcformat_binary.mo
share/locale/el/LC_MESSAGES/tdecachegrind.mo
share/locale/el/LC_MESSAGES/tdecmshell.mo
share/locale/el/LC_MESSAGES/tdedebugdialog.mo
share/locale/el/LC_MESSAGES/tdefile_au.mo
share/locale/el/LC_MESSAGES/tdefile_avi.mo
share/locale/el/LC_MESSAGES/tdefile_bmp.mo
share/locale/el/LC_MESSAGES/tdefile_cert.mo
share/locale/el/LC_MESSAGES/tdefile_cpp.mo
share/locale/el/LC_MESSAGES/tdefile_dds.mo
share/locale/el/LC_MESSAGES/tdefile_deb.mo
share/locale/el/LC_MESSAGES/tdefile_desktop.mo
share/locale/el/LC_MESSAGES/tdefile_diff.mo
share/locale/el/LC_MESSAGES/tdefile_drgeo.mo
share/locale/el/LC_MESSAGES/tdefile_dvi.mo
share/locale/el/LC_MESSAGES/tdefile_exr.mo
share/locale/el/LC_MESSAGES/tdefile_flac.mo
share/locale/el/LC_MESSAGES/tdefile_folder.mo
share/locale/el/LC_MESSAGES/tdefile_gif.mo
share/locale/el/LC_MESSAGES/tdefile_html.mo
share/locale/el/LC_MESSAGES/tdefile_ico.mo
share/locale/el/LC_MESSAGES/tdefile_ics.mo
share/locale/el/LC_MESSAGES/tdefile_jpeg.mo
share/locale/el/LC_MESSAGES/tdefile_kig.mo
share/locale/el/LC_MESSAGES/tdefile_lnk.mo
share/locale/el/LC_MESSAGES/tdefile_m3u.mo
share/locale/el/LC_MESSAGES/tdefile_mhtml.mo
share/locale/el/LC_MESSAGES/tdefile_mp3.mo
share/locale/el/LC_MESSAGES/tdefile_mpc.mo
share/locale/el/LC_MESSAGES/tdefile_mpeg.mo
share/locale/el/LC_MESSAGES/tdefile_ogg.mo
share/locale/el/LC_MESSAGES/tdefile_palm.mo
share/locale/el/LC_MESSAGES/tdefile_pcx.mo
share/locale/el/LC_MESSAGES/tdefile_pdf.mo
share/locale/el/LC_MESSAGES/tdefile_png.mo
share/locale/el/LC_MESSAGES/tdefile_pnm.mo
share/locale/el/LC_MESSAGES/tdefile_po.mo
share/locale/el/LC_MESSAGES/tdefile_ps.mo
share/locale/el/LC_MESSAGES/tdefile_rfc822.mo
share/locale/el/LC_MESSAGES/tdefile_rgb.mo
share/locale/el/LC_MESSAGES/tdefile_rpm.mo
share/locale/el/LC_MESSAGES/tdefile_sid.mo
share/locale/el/LC_MESSAGES/tdefile_tga.mo
share/locale/el/LC_MESSAGES/tdefile_theora.mo
share/locale/el/LC_MESSAGES/tdefile_tiff.mo
share/locale/el/LC_MESSAGES/tdefile_torrent.mo
share/locale/el/LC_MESSAGES/tdefile_ts.mo
share/locale/el/LC_MESSAGES/tdefile_txt.mo
share/locale/el/LC_MESSAGES/tdefile_vcf.mo
share/locale/el/LC_MESSAGES/tdefile_wav.mo
share/locale/el/LC_MESSAGES/tdefile_xbm.mo
share/locale/el/LC_MESSAGES/tdefile_xpm.mo
share/locale/el/LC_MESSAGES/tdefileaudiopreview.mo
share/locale/el/LC_MESSAGES/tdefilereplace.mo
share/locale/el/LC_MESSAGES/tdefileshare.mo
share/locale/el/LC_MESSAGES/tdefontinst.mo
share/locale/el/LC_MESSAGES/tdehtmlkttsd.mo
share/locale/el/LC_MESSAGES/tdehtmlsettingsplugin.mo
share/locale/el/LC_MESSAGES/tdeiconedit.mo
share/locale/el/LC_MESSAGES/tdeio.mo
share/locale/el/LC_MESSAGES/tdeio_audiocd.mo
share/locale/el/LC_MESSAGES/tdeio_finger.mo
share/locale/el/LC_MESSAGES/tdeio_fish.mo
share/locale/el/LC_MESSAGES/tdeio_floppy.mo
share/locale/el/LC_MESSAGES/tdeio_groupwise.mo
share/locale/el/LC_MESSAGES/tdeio_help.mo
share/locale/el/LC_MESSAGES/tdeio_home.mo
share/locale/el/LC_MESSAGES/tdeio_imap4.mo
share/locale/el/LC_MESSAGES/tdeio_jabberdisco.mo
share/locale/el/LC_MESSAGES/tdeio_lan.mo
share/locale/el/LC_MESSAGES/tdeio_ldap.mo
share/locale/el/LC_MESSAGES/tdeio_mac.mo
share/locale/el/LC_MESSAGES/tdeio_man.mo
share/locale/el/LC_MESSAGES/tdeio_media.mo
share/locale/el/LC_MESSAGES/tdeio_mobile.mo
share/locale/el/LC_MESSAGES/tdeio_nfs.mo
share/locale/el/LC_MESSAGES/tdeio_nntp.mo
share/locale/el/LC_MESSAGES/tdeio_pop3.mo
share/locale/el/LC_MESSAGES/tdeio_print.mo
share/locale/el/LC_MESSAGES/tdeio_remote.mo
share/locale/el/LC_MESSAGES/tdeio_scalix.mo
share/locale/el/LC_MESSAGES/tdeio_settings.mo
share/locale/el/LC_MESSAGES/tdeio_sftp.mo
share/locale/el/LC_MESSAGES/tdeio_sieve.mo
share/locale/el/LC_MESSAGES/tdeio_smb.mo
share/locale/el/LC_MESSAGES/tdeio_smtp.mo
share/locale/el/LC_MESSAGES/tdeio_svn.mo
share/locale/el/LC_MESSAGES/tdeio_system.mo
share/locale/el/LC_MESSAGES/tdeio_tar.mo
share/locale/el/LC_MESSAGES/tdeio_thumbnail.mo
share/locale/el/LC_MESSAGES/tdeio_trash.mo
share/locale/el/LC_MESSAGES/tdeio_zeroconf.mo
share/locale/el/LC_MESSAGES/tdeioexec.mo
share/locale/el/LC_MESSAGES/tdelibs.mo
share/locale/el/LC_MESSAGES/tdelibs_colors.mo
share/locale/el/LC_MESSAGES/tdelicense.mo
share/locale/el/LC_MESSAGES/tdelirc.mo
share/locale/el/LC_MESSAGES/tdemid.mo
share/locale/el/LC_MESSAGES/tdepartsaver.mo
share/locale/el/LC_MESSAGES/tdepasswd.mo
share/locale/el/LC_MESSAGES/tdepimresources.mo
share/locale/el/LC_MESSAGES/tdepimwizards.mo
share/locale/el/LC_MESSAGES/tdeprint.mo
share/locale/el/LC_MESSAGES/tdeprint_part.mo
share/locale/el/LC_MESSAGES/tdeprintfax.mo
share/locale/el/LC_MESSAGES/tderandr.mo
share/locale/el/LC_MESSAGES/tdescreensaver.mo
share/locale/el/LC_MESSAGES/tdessh.mo
share/locale/el/LC_MESSAGES/tdestyle_highcontrast_config.mo
share/locale/el/LC_MESSAGES/tdestyle_keramik_config.mo
share/locale/el/LC_MESSAGES/tdestyle_phase_config.mo
share/locale/el/LC_MESSAGES/tdestyle_plastik_config.mo
share/locale/el/LC_MESSAGES/tdesu.mo
share/locale/el/LC_MESSAGES/tdesud.mo
share/locale/el/LC_MESSAGES/tdetexteditor_autobookmarker.mo
share/locale/el/LC_MESSAGES/tdetexteditor_docwordcompletion.mo
share/locale/el/LC_MESSAGES/tdetexteditor_insertfile.mo
share/locale/el/LC_MESSAGES/tdetexteditor_isearch.mo
share/locale/el/LC_MESSAGES/tdetexteditor_kdatatool.mo
share/locale/el/LC_MESSAGES/tdevdesigner.mo
share/locale/el/LC_MESSAGES/tdevelop.mo
share/locale/el/LC_MESSAGES/tdevtipofday.mo
share/locale/el/LC_MESSAGES/tdewalletmanager.mo
share/locale/el/LC_MESSAGES/tdmconfig.mo
share/locale/el/LC_MESSAGES/tdmgreet.mo
share/locale/el/LC_MESSAGES/timezones.mo
share/locale/el/LC_MESSAGES/tippecanoe.mo
share/locale/el/LC_MESSAGES/trashapplet.mo
share/locale/el/LC_MESSAGES/twin.mo
share/locale/el/LC_MESSAGES/twin4.mo
share/locale/el/LC_MESSAGES/twin_art_clients.mo
share/locale/el/LC_MESSAGES/twin_clients.mo
share/locale/el/LC_MESSAGES/twin_lib.mo
share/locale/el/LC_MESSAGES/tyler.mo
share/locale/el/LC_MESSAGES/uachangerplugin.mo
share/locale/el/LC_MESSAGES/umbrello.mo
share/locale/el/LC_MESSAGES/useraccount.mo
share/locale/el/LC_MESSAGES/validatorsplugin.mo
share/locale/el/LC_MESSAGES/wakeup.mo
share/locale/el/LC_MESSAGES/wavecapture.mo
share/locale/el/LC_MESSAGES/webarchiver.mo
share/locale/el/charset
share/locale/el/entry.desktop
share/locale/el/flag.png

@ -0,0 +1,43 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: core/tde-i18n-en_GB > misc/tde-i18n-en_GB
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTLANG= en_GB
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${PORTLANG}
TDE_PREVERSION=
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= misc x11
DIST_SUBDIR= TDE/core
PKGNAMEPREFIX= ${PORTLANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${PORTLANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}template/' \
'${EXTRACT_BASE}translations/' \
'${EXTRACT_BASE}tde-i18n-${PORTLANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
\
-DBUILD_ALL="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1682085500
SHA256 (TDE/core/tde-i18n-trinity_14.1.0.orig.tar.xz) = 9f64b518db380d1d0acf3f6b5baafdb3f486953739b9484bdc5d31f34f466a75
SIZE (TDE/core/tde-i18n-trinity_14.1.0.orig.tar.xz) = 195332236

@ -0,0 +1 @@
British English (en_GB) internationalized (i18n) files for TDE

File diff suppressed because it is too large Load Diff

@ -0,0 +1,43 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: core/tde-i18n-eo > misc/tde-i18n-eo
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTLANG= eo
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${PORTLANG}
TDE_PREVERSION=
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= misc x11
DIST_SUBDIR= TDE/core
PKGNAMEPREFIX= ${PORTLANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${PORTLANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}template/' \
'${EXTRACT_BASE}translations/' \
'${EXTRACT_BASE}tde-i18n-${PORTLANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
\
-DBUILD_ALL="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1682085502
SHA256 (TDE/core/tde-i18n-trinity_14.1.0.orig.tar.xz) = 9f64b518db380d1d0acf3f6b5baafdb3f486953739b9484bdc5d31f34f466a75
SIZE (TDE/core/tde-i18n-trinity_14.1.0.orig.tar.xz) = 195332236

@ -0,0 +1 @@
Esperanto (eo) internationalized (i18n) files for TDE

@ -0,0 +1,390 @@
share/locale/eo/LC_MESSAGES/akregator.mo
share/locale/eo/LC_MESSAGES/alsaplayerui.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/ark_plugin.mo
share/locale/eo/LC_MESSAGES/artsbuilder.mo
share/locale/eo/LC_MESSAGES/artscontrol.mo
share/locale/eo/LC_MESSAGES/atlantikdesigner.mo
share/locale/eo/LC_MESSAGES/audiorename_plugin.mo
share/locale/eo/LC_MESSAGES/autorefresh.mo
share/locale/eo/LC_MESSAGES/babelfish.mo
share/locale/eo/LC_MESSAGES/blinken.mo
share/locale/eo/LC_MESSAGES/cervisia.mo
share/locale/eo/LC_MESSAGES/charlatanui.mo
share/locale/eo/LC_MESSAGES/clockapplet.mo
share/locale/eo/LC_MESSAGES/crashesplugin.mo
share/locale/eo/LC_MESSAGES/cupsdconf.mo
share/locale/eo/LC_MESSAGES/dirfilterplugin.mo
share/locale/eo/LC_MESSAGES/display.mo
share/locale/eo/LC_MESSAGES/dockbarextension.mo
share/locale/eo/LC_MESSAGES/domtreeviewer.mo
share/locale/eo/LC_MESSAGES/drkonqi.mo
share/locale/eo/LC_MESSAGES/dub.mo
share/locale/eo/LC_MESSAGES/extensionproxy.mo
share/locale/eo/LC_MESSAGES/ffrs.mo
share/locale/eo/LC_MESSAGES/filetypes.mo
share/locale/eo/LC_MESSAGES/fsview.mo
share/locale/eo/LC_MESSAGES/htmlsearch.mo
share/locale/eo/LC_MESSAGES/imagerename_plugin.mo
share/locale/eo/LC_MESSAGES/imgalleryplugin.mo
share/locale/eo/LC_MESSAGES/joystick.mo
share/locale/eo/LC_MESSAGES/kaccess.mo
share/locale/eo/LC_MESSAGES/kaddressbook.mo
share/locale/eo/LC_MESSAGES/kalzium.mo
share/locale/eo/LC_MESSAGES/kanagram.mo
share/locale/eo/LC_MESSAGES/kappfinder.mo
share/locale/eo/LC_MESSAGES/karm.mo
share/locale/eo/LC_MESSAGES/kasbarextension.mo
share/locale/eo/LC_MESSAGES/kasteroids.mo
share/locale/eo/LC_MESSAGES/kate.mo
share/locale/eo/LC_MESSAGES/katecppsymbolviewer.mo
share/locale/eo/LC_MESSAGES/katefiletemplates.mo
share/locale/eo/LC_MESSAGES/katefll_initplugin.mo
share/locale/eo/LC_MESSAGES/katefll_plugin.mo
share/locale/eo/LC_MESSAGES/katehelloworld.mo
share/locale/eo/LC_MESSAGES/katehtmltools.mo
share/locale/eo/LC_MESSAGES/kateinsertcommand.mo
share/locale/eo/LC_MESSAGES/katekjswrapper.mo
share/locale/eo/LC_MESSAGES/katemake.mo
share/locale/eo/LC_MESSAGES/katemodeline.mo
share/locale/eo/LC_MESSAGES/kateopenheader.mo
share/locale/eo/LC_MESSAGES/katepart.mo
share/locale/eo/LC_MESSAGES/katepybrowse.mo
share/locale/eo/LC_MESSAGES/katesnippets.mo
share/locale/eo/LC_MESSAGES/katetabbarextension.mo
share/locale/eo/LC_MESSAGES/katetextfilter.mo
share/locale/eo/LC_MESSAGES/katexmlcheck.mo
share/locale/eo/LC_MESSAGES/katexmltools.mo
share/locale/eo/LC_MESSAGES/katomic.mo
share/locale/eo/LC_MESSAGES/kay.mo
share/locale/eo/LC_MESSAGES/kbabel.mo
share/locale/eo/LC_MESSAGES/kbackgammon.mo
share/locale/eo/LC_MESSAGES/kbattleship.mo
share/locale/eo/LC_MESSAGES/kbinaryclock.mo
share/locale/eo/LC_MESSAGES/kblackbox.mo
share/locale/eo/LC_MESSAGES/kbounce.mo
share/locale/eo/LC_MESSAGES/kbruch.mo
share/locale/eo/LC_MESSAGES/kcalc.mo
share/locale/eo/LC_MESSAGES/kcharselect.mo
share/locale/eo/LC_MESSAGES/kcharselectapplet.mo
share/locale/eo/LC_MESSAGES/kcmaccess.mo
share/locale/eo/LC_MESSAGES/kcmaccessibility.mo
share/locale/eo/LC_MESSAGES/kcmarts.mo
share/locale/eo/LC_MESSAGES/kcmaudiocd.mo
share/locale/eo/LC_MESSAGES/kcmbackground.mo
share/locale/eo/LC_MESSAGES/kcmbell.mo
share/locale/eo/LC_MESSAGES/kcmcgi.mo
share/locale/eo/LC_MESSAGES/kcmcolors.mo
share/locale/eo/LC_MESSAGES/kcmcomponentchooser.mo
share/locale/eo/LC_MESSAGES/kcmcrypto.mo
share/locale/eo/LC_MESSAGES/kcmcss.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/kcmkded.mo
share/locale/eo/LC_MESSAGES/kcmkeys.mo
share/locale/eo/LC_MESSAGES/kcmkicker.mo
share/locale/eo/LC_MESSAGES/kcmkonq.mo
share/locale/eo/LC_MESSAGES/kcmkonqhtml.mo
share/locale/eo/LC_MESSAGES/kcmkonsole.mo
share/locale/eo/LC_MESSAGES/kcmktalkd.mo
share/locale/eo/LC_MESSAGES/kcmkuick.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/kcmlaunch.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/kcmmedia.mo
share/locale/eo/LC_MESSAGES/kcmnic.mo
share/locale/eo/LC_MESSAGES/kcmnotify.mo
share/locale/eo/LC_MESSAGES/kcmperformance.mo
share/locale/eo/LC_MESSAGES/kcmprintmgr.mo
share/locale/eo/LC_MESSAGES/kcmsamba.mo
share/locale/eo/LC_MESSAGES/kcmscreensaver.mo
share/locale/eo/LC_MESSAGES/kcmsmartcard.mo
share/locale/eo/LC_MESSAGES/kcmsmserver.mo
share/locale/eo/LC_MESSAGES/kcmspellchecking.mo
share/locale/eo/LC_MESSAGES/kcmstyle.mo
share/locale/eo/LC_MESSAGES/kcmtaskbar.mo
share/locale/eo/LC_MESSAGES/kcmtdednssd.mo
share/locale/eo/LC_MESSAGES/kcmtdeio.mo
share/locale/eo/LC_MESSAGES/kcmthinkpad.mo
share/locale/eo/LC_MESSAGES/kcmtwindecoration.mo
share/locale/eo/LC_MESSAGES/kcmtwinrules.mo
share/locale/eo/LC_MESSAGES/kcmusb.mo
share/locale/eo/LC_MESSAGES/kcmview1394.mo
share/locale/eo/LC_MESSAGES/kcmxinerama.mo
share/locale/eo/LC_MESSAGES/kcoloredit.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/kdesktop.mo
share/locale/eo/LC_MESSAGES/kdf.mo
share/locale/eo/LC_MESSAGES/kdialog.mo
share/locale/eo/LC_MESSAGES/kdict.mo
share/locale/eo/LC_MESSAGES/kdictapplet.mo
share/locale/eo/LC_MESSAGES/kdvi.mo
share/locale/eo/LC_MESSAGES/kedit.mo
share/locale/eo/LC_MESSAGES/keduca.mo
share/locale/eo/LC_MESSAGES/kenolaba.mo
share/locale/eo/LC_MESSAGES/kfax.mo
share/locale/eo/LC_MESSAGES/kfifteenapplet.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/kgeography.mo
share/locale/eo/LC_MESSAGES/kghostview.mo
share/locale/eo/LC_MESSAGES/kgreet_classic.mo
share/locale/eo/LC_MESSAGES/kgreet_winbind.mo
share/locale/eo/LC_MESSAGES/khangman.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/kickermenu_kate.mo
share/locale/eo/LC_MESSAGES/kig.mo
share/locale/eo/LC_MESSAGES/kiten.mo
share/locale/eo/LC_MESSAGES/kjobviewer.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/klatin.mo
share/locale/eo/LC_MESSAGES/klickety.mo
share/locale/eo/LC_MESSAGES/klines.mo
share/locale/eo/LC_MESSAGES/klipper.mo
share/locale/eo/LC_MESSAGES/klock.mo
share/locale/eo/LC_MESSAGES/kmag.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/kmathapplet.mo
share/locale/eo/LC_MESSAGES/kmcop.mo
share/locale/eo/LC_MESSAGES/kmenuapplet.mo
share/locale/eo/LC_MESSAGES/kmenuedit.mo
share/locale/eo/LC_MESSAGES/kmilo_delli8k.mo
share/locale/eo/LC_MESSAGES/kmilo_generic.mo
share/locale/eo/LC_MESSAGES/kmilo_thinkpad.mo
share/locale/eo/LC_MESSAGES/kmilod.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/kmousetool.mo
share/locale/eo/LC_MESSAGES/kmouth.mo
share/locale/eo/LC_MESSAGES/kmplot.mo
share/locale/eo/LC_MESSAGES/knetattach.mo
share/locale/eo/LC_MESSAGES/knetworkconf.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/kolourpicker.mo
share/locale/eo/LC_MESSAGES/konqsidebar_delicious.mo
share/locale/eo/LC_MESSAGES/konqsidebar_mediaplayer.mo
share/locale/eo/LC_MESSAGES/konqsidebar_metabar.mo
share/locale/eo/LC_MESSAGES/konqsidebar_news.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/kooka.mo
share/locale/eo/LC_MESSAGES/korganizer.mo
share/locale/eo/LC_MESSAGES/korn.mo
share/locale/eo/LC_MESSAGES/kpackage.mo
share/locale/eo/LC_MESSAGES/kpager.mo
share/locale/eo/LC_MESSAGES/kpat.mo
share/locale/eo/LC_MESSAGES/kpercentage.mo
share/locale/eo/LC_MESSAGES/kpersonalizer.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/kprinter.mo
share/locale/eo/LC_MESSAGES/krdb.mo
share/locale/eo/LC_MESSAGES/kreadconfig.mo
share/locale/eo/LC_MESSAGES/kregexpeditor.mo
share/locale/eo/LC_MESSAGES/kres_birthday.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/kshisen.mo
share/locale/eo/LC_MESSAGES/ksig.mo
share/locale/eo/LC_MESSAGES/ksim.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/ksplashthemes.mo
share/locale/eo/LC_MESSAGES/kstars.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/ksystraycmd.mo
share/locale/eo/LC_MESSAGES/ksysv.mo
share/locale/eo/LC_MESSAGES/kteatime.mo
share/locale/eo/LC_MESSAGES/kthememanager.mo
share/locale/eo/LC_MESSAGES/ktimemon.mo
share/locale/eo/LC_MESSAGES/ktimer.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/kuick_plugin.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/kweather.mo
share/locale/eo/LC_MESSAGES/kworldclock.mo
share/locale/eo/LC_MESSAGES/kwriteconfig.mo
share/locale/eo/LC_MESSAGES/kxkb.mo
share/locale/eo/LC_MESSAGES/kxsconfig.mo
share/locale/eo/LC_MESSAGES/libdmctl.mo
share/locale/eo/LC_MESSAGES/libkaddrbk_geo_xxport.mo
share/locale/eo/LC_MESSAGES/libkaddrbk_gmx_xxport.mo
share/locale/eo/LC_MESSAGES/libkcal.mo
share/locale/eo/LC_MESSAGES/libkicker.mo
share/locale/eo/LC_MESSAGES/libkickermenu_konsole.mo
share/locale/eo/LC_MESSAGES/libkickermenu_prefmenu.mo
share/locale/eo/LC_MESSAGES/libkickermenu_recentdocs.mo
share/locale/eo/LC_MESSAGES/libkickermenu_remotemenu.mo
share/locale/eo/LC_MESSAGES/libkickermenu_systemmenu.mo
share/locale/eo/LC_MESSAGES/libkickermenu_tdeprint.mo
share/locale/eo/LC_MESSAGES/libkickermenu_tom.mo
share/locale/eo/LC_MESSAGES/libkonq.mo
share/locale/eo/LC_MESSAGES/libkscan.mo
share/locale/eo/LC_MESSAGES/libtaskbar.mo
share/locale/eo/LC_MESSAGES/libtaskmanager.mo
share/locale/eo/LC_MESSAGES/libtdeedu.mo
share/locale/eo/LC_MESSAGES/libtdegames.mo
share/locale/eo/LC_MESSAGES/libtdescreensaver.mo
share/locale/eo/LC_MESSAGES/lockout.mo
share/locale/eo/LC_MESSAGES/lskat.mo
share/locale/eo/LC_MESSAGES/lyrics.mo
share/locale/eo/LC_MESSAGES/mediaapplet.mo
share/locale/eo/LC_MESSAGES/mediacontrol.mo
share/locale/eo/LC_MESSAGES/mf_konqplugin.mo
share/locale/eo/LC_MESSAGES/minitoolsplugin.mo
share/locale/eo/LC_MESSAGES/naughtyapplet.mo
share/locale/eo/LC_MESSAGES/nexscope.mo
share/locale/eo/LC_MESSAGES/noatun.mo
share/locale/eo/LC_MESSAGES/nsplugin.mo
share/locale/eo/LC_MESSAGES/pitchablespeed.mo
share/locale/eo/LC_MESSAGES/ppdtranslations.mo
share/locale/eo/LC_MESSAGES/privacy.mo
share/locale/eo/LC_MESSAGES/quicklauncher.mo
share/locale/eo/LC_MESSAGES/rellinks.mo
share/locale/eo/LC_MESSAGES/searchbarplugin.mo
share/locale/eo/LC_MESSAGES/secpolicy.mo
share/locale/eo/LC_MESSAGES/spy.mo
share/locale/eo/LC_MESSAGES/synaescope.mo
share/locale/eo/LC_MESSAGES/tdeabc_dir.mo
share/locale/eo/LC_MESSAGES/tdeabc_file.mo
share/locale/eo/LC_MESSAGES/tdeabc_ldaptdeio.mo
share/locale/eo/LC_MESSAGES/tdeabc_net.mo
share/locale/eo/LC_MESSAGES/tdeabc_sql.mo
share/locale/eo/LC_MESSAGES/tdeabcformat_binary.mo
share/locale/eo/LC_MESSAGES/tdedebugdialog.mo
share/locale/eo/LC_MESSAGES/tdefile_cert.mo
share/locale/eo/LC_MESSAGES/tdefile_deb.mo
share/locale/eo/LC_MESSAGES/tdefile_desktop.mo
share/locale/eo/LC_MESSAGES/tdefile_drgeo.mo
share/locale/eo/LC_MESSAGES/tdefile_folder.mo
share/locale/eo/LC_MESSAGES/tdefile_html.mo
share/locale/eo/LC_MESSAGES/tdefile_kig.mo
share/locale/eo/LC_MESSAGES/tdefile_lnk.mo
share/locale/eo/LC_MESSAGES/tdefile_mhtml.mo
share/locale/eo/LC_MESSAGES/tdefile_rfc822.mo
share/locale/eo/LC_MESSAGES/tdefile_rpm.mo
share/locale/eo/LC_MESSAGES/tdefile_txt.mo
share/locale/eo/LC_MESSAGES/tdefile_vcf.mo
share/locale/eo/LC_MESSAGES/tdefileaudiopreview.mo
share/locale/eo/LC_MESSAGES/tdefontinst.mo
share/locale/eo/LC_MESSAGES/tdehtmlkttsd.mo
share/locale/eo/LC_MESSAGES/tdehtmlsettingsplugin.mo
share/locale/eo/LC_MESSAGES/tdeiconedit.mo
share/locale/eo/LC_MESSAGES/tdeio.mo
share/locale/eo/LC_MESSAGES/tdeio_audiocd.mo
share/locale/eo/LC_MESSAGES/tdeio_finger.mo
share/locale/eo/LC_MESSAGES/tdeio_fish.mo
share/locale/eo/LC_MESSAGES/tdeio_floppy.mo
share/locale/eo/LC_MESSAGES/tdeio_help.mo
share/locale/eo/LC_MESSAGES/tdeio_home.mo
share/locale/eo/LC_MESSAGES/tdeio_imap4.mo
share/locale/eo/LC_MESSAGES/tdeio_lan.mo
share/locale/eo/LC_MESSAGES/tdeio_ldap.mo
share/locale/eo/LC_MESSAGES/tdeio_mac.mo
share/locale/eo/LC_MESSAGES/tdeio_man.mo
share/locale/eo/LC_MESSAGES/tdeio_media.mo
share/locale/eo/LC_MESSAGES/tdeio_mobile.mo
share/locale/eo/LC_MESSAGES/tdeio_nfs.mo
share/locale/eo/LC_MESSAGES/tdeio_nntp.mo
share/locale/eo/LC_MESSAGES/tdeio_pop3.mo
share/locale/eo/LC_MESSAGES/tdeio_print.mo
share/locale/eo/LC_MESSAGES/tdeio_remote.mo
share/locale/eo/LC_MESSAGES/tdeio_settings.mo
share/locale/eo/LC_MESSAGES/tdeio_sftp.mo
share/locale/eo/LC_MESSAGES/tdeio_smb.mo
share/locale/eo/LC_MESSAGES/tdeio_smtp.mo
share/locale/eo/LC_MESSAGES/tdeio_system.mo
share/locale/eo/LC_MESSAGES/tdeio_tar.mo
share/locale/eo/LC_MESSAGES/tdeio_thumbnail.mo
share/locale/eo/LC_MESSAGES/tdeio_trash.mo
share/locale/eo/LC_MESSAGES/tdeioexec.mo
share/locale/eo/LC_MESSAGES/tdelibs.mo
share/locale/eo/LC_MESSAGES/tdelibs_colors.mo
share/locale/eo/LC_MESSAGES/tdelicense.mo
share/locale/eo/LC_MESSAGES/tdemid.mo
share/locale/eo/LC_MESSAGES/tdepartsaver.mo
share/locale/eo/LC_MESSAGES/tdepasswd.mo
share/locale/eo/LC_MESSAGES/tdeprint.mo
share/locale/eo/LC_MESSAGES/tdeprint_part.mo
share/locale/eo/LC_MESSAGES/tdeprintfax.mo
share/locale/eo/LC_MESSAGES/tderandr.mo
share/locale/eo/LC_MESSAGES/tdescreensaver.mo
share/locale/eo/LC_MESSAGES/tdessh.mo
share/locale/eo/LC_MESSAGES/tdestyle_keramik_config.mo
share/locale/eo/LC_MESSAGES/tdestyle_plastik_config.mo
share/locale/eo/LC_MESSAGES/tdesu.mo
share/locale/eo/LC_MESSAGES/tdesud.mo
share/locale/eo/LC_MESSAGES/tdetexteditor_insertfile.mo
share/locale/eo/LC_MESSAGES/tdetexteditor_isearch.mo
share/locale/eo/LC_MESSAGES/tdetexteditor_kdatatool.mo
share/locale/eo/LC_MESSAGES/tdevelop.mo
share/locale/eo/LC_MESSAGES/tdmconfig.mo
share/locale/eo/LC_MESSAGES/tdmgreet.mo
share/locale/eo/LC_MESSAGES/timezones.mo
share/locale/eo/LC_MESSAGES/tippecanoe.mo
share/locale/eo/LC_MESSAGES/trashapplet.mo
share/locale/eo/LC_MESSAGES/twin.mo
share/locale/eo/LC_MESSAGES/twin4.mo
share/locale/eo/LC_MESSAGES/twin_clients.mo
share/locale/eo/LC_MESSAGES/twin_lib.mo
share/locale/eo/LC_MESSAGES/tyler.mo
share/locale/eo/LC_MESSAGES/uachangerplugin.mo
share/locale/eo/LC_MESSAGES/umbrello.mo
share/locale/eo/LC_MESSAGES/useraccount.mo
share/locale/eo/LC_MESSAGES/validatorsplugin.mo
share/locale/eo/LC_MESSAGES/wakeup.mo
share/locale/eo/LC_MESSAGES/wavecapture.mo
share/locale/eo/LC_MESSAGES/webarchiver.mo
share/locale/eo/charset
share/locale/eo/entry.desktop
share/locale/eo/flag.png

@ -0,0 +1,43 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: core/tde-i18n-es > misc/tde-i18n-es
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTLANG= es
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${PORTLANG}
TDE_PREVERSION=
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= misc x11
DIST_SUBDIR= TDE/core
PKGNAMEPREFIX= ${PORTLANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${PORTLANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}template/' \
'${EXTRACT_BASE}translations/' \
'${EXTRACT_BASE}tde-i18n-${PORTLANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
\
-DBUILD_ALL="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1682085504
SHA256 (TDE/core/tde-i18n-trinity_14.1.0.orig.tar.xz) = 9f64b518db380d1d0acf3f6b5baafdb3f486953739b9484bdc5d31f34f466a75
SIZE (TDE/core/tde-i18n-trinity_14.1.0.orig.tar.xz) = 195332236

@ -0,0 +1 @@
Spanish (es) internationalized (i18n) files for TDE

File diff suppressed because it is too large Load Diff

@ -0,0 +1,43 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: core/tde-i18n-et > misc/tde-i18n-et
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTLANG= et
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${PORTLANG}
TDE_PREVERSION=
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= misc x11
DIST_SUBDIR= TDE/core
PKGNAMEPREFIX= ${PORTLANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${PORTLANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}template/' \
'${EXTRACT_BASE}translations/' \
'${EXTRACT_BASE}tde-i18n-${PORTLANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
\
-DBUILD_ALL="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1682085506
SHA256 (TDE/core/tde-i18n-trinity_14.1.0.orig.tar.xz) = 9f64b518db380d1d0acf3f6b5baafdb3f486953739b9484bdc5d31f34f466a75
SIZE (TDE/core/tde-i18n-trinity_14.1.0.orig.tar.xz) = 195332236

@ -0,0 +1 @@
Estonian (et) internationalized (i18n) files for TDE

File diff suppressed because it is too large Load Diff

@ -0,0 +1,43 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: core/tde-i18n-eu > misc/tde-i18n-eu
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTLANG= eu
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${PORTLANG}
TDE_PREVERSION=
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= misc x11
DIST_SUBDIR= TDE/core
PKGNAMEPREFIX= ${PORTLANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${PORTLANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}template/' \
'${EXTRACT_BASE}translations/' \
'${EXTRACT_BASE}tde-i18n-${PORTLANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
\
-DBUILD_ALL="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1682085508
SHA256 (TDE/core/tde-i18n-trinity_14.1.0.orig.tar.xz) = 9f64b518db380d1d0acf3f6b5baafdb3f486953739b9484bdc5d31f34f466a75
SIZE (TDE/core/tde-i18n-trinity_14.1.0.orig.tar.xz) = 195332236

@ -0,0 +1 @@
Basque (eu) internationalized (i18n) files for TDE

@ -0,0 +1,641 @@
share/doc/tde/HTML/eu/common/1.png
share/doc/tde/HTML/eu/common/10.png
share/doc/tde/HTML/eu/common/2.png
share/doc/tde/HTML/eu/common/3.png
share/doc/tde/HTML/eu/common/4.png
share/doc/tde/HTML/eu/common/5.png
share/doc/tde/HTML/eu/common/6.png
share/doc/tde/HTML/eu/common/7.png
share/doc/tde/HTML/eu/common/8.png
share/doc/tde/HTML/eu/common/9.png
share/doc/tde/HTML/eu/common/appheader.html
share/doc/tde/HTML/eu/common/artistic-license.html
share/doc/tde/HTML/eu/common/block_title_bottom.png
share/doc/tde/HTML/eu/common/block_title_mid.png
share/doc/tde/HTML/eu/common/block_title_top.png
share/doc/tde/HTML/eu/common/bottom-left.png
share/doc/tde/HTML/eu/common/bottom-middle.png
share/doc/tde/HTML/eu/common/bottom-right.png
share/doc/tde/HTML/eu/common/bottom1.png
share/doc/tde/HTML/eu/common/bottom2.png
share/doc/tde/HTML/eu/common/bsd-license.html
share/doc/tde/HTML/eu/common/docheadergears.png
share/doc/tde/HTML/eu/common/doctop1.png
share/doc/tde/HTML/eu/common/doctop1a.png
share/doc/tde/HTML/eu/common/doctop1b.png
share/doc/tde/HTML/eu/common/doctop2.png
share/doc/tde/HTML/eu/common/doxygen.css
share/doc/tde/HTML/eu/common/favicon.ico
share/doc/tde/HTML/eu/common/fdl-license
share/doc/tde/HTML/eu/common/fdl-license.html
share/doc/tde/HTML/eu/common/fdl-notice.html
share/doc/tde/HTML/eu/common/fdl-translated.html
share/doc/tde/HTML/eu/common/flat.css
share/doc/tde/HTML/eu/common/footer.html
share/doc/tde/HTML/eu/common/gpl-license
share/doc/tde/HTML/eu/common/gpl-license.html
share/doc/tde/HTML/eu/common/gpl-translated.html
share/doc/tde/HTML/eu/common/grad.png
share/doc/tde/HTML/eu/common/header.html
share/doc/tde/HTML/eu/common/headerbg.png
share/doc/tde/HTML/eu/common/kde_gear_64.png
share/doc/tde/HTML/eu/common/kde_logo.png
share/doc/tde/HTML/eu/common/kde_logo_bg.png
share/doc/tde/HTML/eu/common/kmenu.png
share/doc/tde/HTML/eu/common/lgpl-license
share/doc/tde/HTML/eu/common/lgpl-license.html
share/doc/tde/HTML/eu/common/logotp3.png
share/doc/tde/HTML/eu/common/mainfooter.html
share/doc/tde/HTML/eu/common/mainheader.html
share/doc/tde/HTML/eu/common/print.css
share/doc/tde/HTML/eu/common/qpl-license.html
share/doc/tde/HTML/eu/common/shadow.png
share/doc/tde/HTML/eu/common/tabs.css
share/doc/tde/HTML/eu/common/tde-common.css
share/doc/tde/HTML/eu/common/tde-default.css
share/doc/tde/HTML/eu/common/tde-docs.css
share/doc/tde/HTML/eu/common/tde-localised.css
share/doc/tde/HTML/eu/common/tde-localised.css.template
share/doc/tde/HTML/eu/common/tde-web.css
share/doc/tde/HTML/eu/common/tde.css
share/doc/tde/HTML/eu/common/top-left.jpg
share/doc/tde/HTML/eu/common/top-left.png
share/doc/tde/HTML/eu/common/top-middle.png
share/doc/tde/HTML/eu/common/top-right-konqueror.png
share/doc/tde/HTML/eu/common/top-right.jpg
share/doc/tde/HTML/eu/common/top-right.png
share/doc/tde/HTML/eu/common/top-trinity.jpg
share/doc/tde/HTML/eu/common/top.jpg
share/doc/tde/HTML/eu/common/web-docbottom.png
share/doc/tde/HTML/eu/common/web-doctop.png
share/doc/tde/HTML/eu/common/x11-license.html
share/doc/tde/HTML/eu/common/xml.dcl
share/doc/tde/HTML/eu/kbabel/catman.docbook
share/doc/tde/HTML/eu/kbabel/dictionaries.docbook
share/doc/tde/HTML/eu/kbabel/faq.docbook
share/doc/tde/HTML/eu/kbabel/glossary.docbook
share/doc/tde/HTML/eu/kbabel/kbabeldict.docbook
share/doc/tde/HTML/eu/kbabel/menu.docbook
share/doc/tde/HTML/eu/kbabel/preferences.docbook
share/doc/tde/HTML/eu/kbabel/using.docbook
share/locale/eu/LC_MESSAGES/akregator.mo
share/locale/eu/LC_MESSAGES/akregator_konqplugin.mo
share/locale/eu/LC_MESSAGES/alsaplayerui.mo
share/locale/eu/LC_MESSAGES/amor.mo
share/locale/eu/LC_MESSAGES/appletproxy.mo
share/locale/eu/LC_MESSAGES/ark.mo
share/locale/eu/LC_MESSAGES/ark_plugin.mo
share/locale/eu/LC_MESSAGES/artsbuilder.mo
share/locale/eu/LC_MESSAGES/artscontrol.mo
share/locale/eu/LC_MESSAGES/artsmodules.mo
share/locale/eu/LC_MESSAGES/atlantik.mo
share/locale/eu/LC_MESSAGES/atlantikdesigner.mo
share/locale/eu/LC_MESSAGES/audiocd_encoder_lame.mo
share/locale/eu/LC_MESSAGES/audiocd_encoder_vorbis.mo
share/locale/eu/LC_MESSAGES/audiorename_plugin.mo
share/locale/eu/LC_MESSAGES/autorefresh.mo
share/locale/eu/LC_MESSAGES/babelfish.mo
share/locale/eu/LC_MESSAGES/blinken.mo
share/locale/eu/LC_MESSAGES/cervisia.mo
share/locale/eu/LC_MESSAGES/charlatanui.mo
share/locale/eu/LC_MESSAGES/clockapplet.mo
share/locale/eu/LC_MESSAGES/crashesplugin.mo
share/locale/eu/LC_MESSAGES/cupsdconf.mo
share/locale/eu/LC_MESSAGES/cvsservice.mo
share/locale/eu/LC_MESSAGES/dcoprss.mo
share/locale/eu/LC_MESSAGES/dirfilterplugin.mo
share/locale/eu/LC_MESSAGES/display.mo
share/locale/eu/LC_MESSAGES/dockbarextension.mo
share/locale/eu/LC_MESSAGES/domtreeviewer.mo
share/locale/eu/LC_MESSAGES/drkonqi.mo
share/locale/eu/LC_MESSAGES/dub.mo
share/locale/eu/LC_MESSAGES/extensionproxy.mo
share/locale/eu/LC_MESSAGES/ffrs.mo
share/locale/eu/LC_MESSAGES/filetypes.mo
share/locale/eu/LC_MESSAGES/fsview.mo
share/locale/eu/LC_MESSAGES/htmlsearch.mo
share/locale/eu/LC_MESSAGES/imagerename_plugin.mo
share/locale/eu/LC_MESSAGES/imgalleryplugin.mo
share/locale/eu/LC_MESSAGES/irkick.mo
share/locale/eu/LC_MESSAGES/joystick.mo
share/locale/eu/LC_MESSAGES/juk.mo
share/locale/eu/LC_MESSAGES/kaboodle.mo
share/locale/eu/LC_MESSAGES/kaccess.mo
share/locale/eu/LC_MESSAGES/kaddressbook.mo
share/locale/eu/LC_MESSAGES/kalarm.mo
share/locale/eu/LC_MESSAGES/kalzium.mo
share/locale/eu/LC_MESSAGES/kanagram.mo
share/locale/eu/LC_MESSAGES/kandy.mo
share/locale/eu/LC_MESSAGES/kappfinder.mo
share/locale/eu/LC_MESSAGES/karm.mo
share/locale/eu/LC_MESSAGES/kasbarextension.mo
share/locale/eu/LC_MESSAGES/kasteroids.mo
share/locale/eu/LC_MESSAGES/kate.mo
share/locale/eu/LC_MESSAGES/katecppsymbolviewer.mo
share/locale/eu/LC_MESSAGES/katefiletemplates.mo
share/locale/eu/LC_MESSAGES/katefll_initplugin.mo
share/locale/eu/LC_MESSAGES/katefll_plugin.mo
share/locale/eu/LC_MESSAGES/katehelloworld.mo
share/locale/eu/LC_MESSAGES/katehtmltools.mo
share/locale/eu/LC_MESSAGES/kateinsertcommand.mo
share/locale/eu/LC_MESSAGES/katekjswrapper.mo
share/locale/eu/LC_MESSAGES/katemake.mo
share/locale/eu/LC_MESSAGES/katemodeline.mo
share/locale/eu/LC_MESSAGES/kateopenheader.mo
share/locale/eu/LC_MESSAGES/katepart.mo
share/locale/eu/LC_MESSAGES/katepybrowse.mo
share/locale/eu/LC_MESSAGES/katesnippets.mo
share/locale/eu/LC_MESSAGES/katetabbarextension.mo
share/locale/eu/LC_MESSAGES/katetextfilter.mo
share/locale/eu/LC_MESSAGES/katexmlcheck.mo
share/locale/eu/LC_MESSAGES/katexmltools.mo
share/locale/eu/LC_MESSAGES/katomic.mo
share/locale/eu/LC_MESSAGES/kaudiocreator.mo
share/locale/eu/LC_MESSAGES/kay.mo
share/locale/eu/LC_MESSAGES/kbabel.mo
share/locale/eu/LC_MESSAGES/kbackgammon.mo
share/locale/eu/LC_MESSAGES/kbattleship.mo
share/locale/eu/LC_MESSAGES/kbinaryclock.mo
share/locale/eu/LC_MESSAGES/kblackbox.mo
share/locale/eu/LC_MESSAGES/kbounce.mo
share/locale/eu/LC_MESSAGES/kbruch.mo
share/locale/eu/LC_MESSAGES/kbstateapplet.mo
share/locale/eu/LC_MESSAGES/kbugbuster.mo
share/locale/eu/LC_MESSAGES/kcalc.mo
share/locale/eu/LC_MESSAGES/kcharselect.mo
share/locale/eu/LC_MESSAGES/kcharselectapplet.mo
share/locale/eu/LC_MESSAGES/kcm_krfb.mo
share/locale/eu/LC_MESSAGES/kcm_kviewcanvasconfig.mo
share/locale/eu/LC_MESSAGES/kcm_kviewgeneralconfig.mo
share/locale/eu/LC_MESSAGES/kcm_kviewpluginsconfig.mo
share/locale/eu/LC_MESSAGES/kcm_kviewviewerpluginsconfig.mo
share/locale/eu/LC_MESSAGES/kcmaccess.mo
share/locale/eu/LC_MESSAGES/kcmaccessibility.mo
share/locale/eu/LC_MESSAGES/kcmarts.mo
share/locale/eu/LC_MESSAGES/kcmaudiocd.mo
share/locale/eu/LC_MESSAGES/kcmbackground.mo
share/locale/eu/LC_MESSAGES/kcmbell.mo
share/locale/eu/LC_MESSAGES/kcmcddb.mo
share/locale/eu/LC_MESSAGES/kcmcgi.mo
share/locale/eu/LC_MESSAGES/kcmcolors.mo
share/locale/eu/LC_MESSAGES/kcmcomponentchooser.mo
share/locale/eu/LC_MESSAGES/kcmcrypto.mo
share/locale/eu/LC_MESSAGES/kcmcss.mo
share/locale/eu/LC_MESSAGES/kcmenergy.mo
share/locale/eu/LC_MESSAGES/kcmfonts.mo
share/locale/eu/LC_MESSAGES/kcmhtmlsearch.mo
share/locale/eu/LC_MESSAGES/kcmicons.mo
share/locale/eu/LC_MESSAGES/kcminfo.mo
share/locale/eu/LC_MESSAGES/kcminput.mo
share/locale/eu/LC_MESSAGES/kcmioslaveinfo.mo
share/locale/eu/LC_MESSAGES/kcmkabconfig.mo
share/locale/eu/LC_MESSAGES/kcmkamera.mo
share/locale/eu/LC_MESSAGES/kcmkclock.mo
share/locale/eu/LC_MESSAGES/kcmkded.mo
share/locale/eu/LC_MESSAGES/kcmkeys.mo
share/locale/eu/LC_MESSAGES/kcmkicker.mo
share/locale/eu/LC_MESSAGES/kcmkonq.mo
share/locale/eu/LC_MESSAGES/kcmkonqhtml.mo
share/locale/eu/LC_MESSAGES/kcmkonsole.mo
share/locale/eu/LC_MESSAGES/kcmkontactnt.mo
share/locale/eu/LC_MESSAGES/kcmktalkd.mo
share/locale/eu/LC_MESSAGES/kcmkuick.mo
share/locale/eu/LC_MESSAGES/kcmkurifilt.mo
share/locale/eu/LC_MESSAGES/kcmkvaio.mo
share/locale/eu/LC_MESSAGES/kcmkwm.mo
share/locale/eu/LC_MESSAGES/kcmlanbrowser.mo
share/locale/eu/LC_MESSAGES/kcmlaptop.mo
share/locale/eu/LC_MESSAGES/kcmlaunch.mo
share/locale/eu/LC_MESSAGES/kcmlayout.mo
share/locale/eu/LC_MESSAGES/kcmlilo.mo
share/locale/eu/LC_MESSAGES/kcmlirc.mo
share/locale/eu/LC_MESSAGES/kcmlocale.mo
share/locale/eu/LC_MESSAGES/kcmmedia.mo
share/locale/eu/LC_MESSAGES/kcmnic.mo
share/locale/eu/LC_MESSAGES/kcmnotify.mo
share/locale/eu/LC_MESSAGES/kcmperformance.mo
share/locale/eu/LC_MESSAGES/kcmprintmgr.mo
share/locale/eu/LC_MESSAGES/kcmsamba.mo
share/locale/eu/LC_MESSAGES/kcmscreensaver.mo
share/locale/eu/LC_MESSAGES/kcmsmartcard.mo
share/locale/eu/LC_MESSAGES/kcmsmserver.mo
share/locale/eu/LC_MESSAGES/kcmspellchecking.mo
share/locale/eu/LC_MESSAGES/kcmstyle.mo
share/locale/eu/LC_MESSAGES/kcmtaskbar.mo
share/locale/eu/LC_MESSAGES/kcmtdednssd.mo
share/locale/eu/LC_MESSAGES/kcmtdeio.mo
share/locale/eu/LC_MESSAGES/kcmtdewallet.mo
share/locale/eu/LC_MESSAGES/kcmthinkpad.mo
share/locale/eu/LC_MESSAGES/kcmtwindecoration.mo
share/locale/eu/LC_MESSAGES/kcmtwinrules.mo
share/locale/eu/LC_MESSAGES/kcmusb.mo
share/locale/eu/LC_MESSAGES/kcmview1394.mo
share/locale/eu/LC_MESSAGES/kcmwifi.mo
share/locale/eu/LC_MESSAGES/kcmxinerama.mo
share/locale/eu/LC_MESSAGES/kcoloredit.mo
share/locale/eu/LC_MESSAGES/kcontrol.mo
share/locale/eu/LC_MESSAGES/kcron.mo
share/locale/eu/LC_MESSAGES/kdat.mo
share/locale/eu/LC_MESSAGES/kdcop.mo
share/locale/eu/LC_MESSAGES/kdesktop.mo
share/locale/eu/LC_MESSAGES/kdf.mo
share/locale/eu/LC_MESSAGES/kdgantt.mo
share/locale/eu/LC_MESSAGES/kdialog.mo
share/locale/eu/LC_MESSAGES/kdict.mo
share/locale/eu/LC_MESSAGES/kdictapplet.mo
share/locale/eu/LC_MESSAGES/kdjview.mo
share/locale/eu/LC_MESSAGES/kdvi.mo
share/locale/eu/LC_MESSAGES/kedit.mo
share/locale/eu/LC_MESSAGES/keduca.mo
share/locale/eu/LC_MESSAGES/kenolaba.mo
share/locale/eu/LC_MESSAGES/kfax.mo
share/locale/eu/LC_MESSAGES/kfaxview.mo
share/locale/eu/LC_MESSAGES/kfifteenapplet.mo
share/locale/eu/LC_MESSAGES/kfindpart.mo
share/locale/eu/LC_MESSAGES/kfloppy.mo
share/locale/eu/LC_MESSAGES/kfmclient.mo
share/locale/eu/LC_MESSAGES/kfouleggs.mo
share/locale/eu/LC_MESSAGES/kgamma.mo
share/locale/eu/LC_MESSAGES/kgantt.mo
share/locale/eu/LC_MESSAGES/kgeography.mo
share/locale/eu/LC_MESSAGES/kget.mo
share/locale/eu/LC_MESSAGES/kghostview.mo
share/locale/eu/LC_MESSAGES/kgoldrunner.mo
share/locale/eu/LC_MESSAGES/kgpg.mo
share/locale/eu/LC_MESSAGES/kgreet_classic.mo
share/locale/eu/LC_MESSAGES/kgreet_winbind.mo
share/locale/eu/LC_MESSAGES/khangman.mo
share/locale/eu/LC_MESSAGES/khelpcenter.mo
share/locale/eu/LC_MESSAGES/khexedit.mo
share/locale/eu/LC_MESSAGES/khexedit2part.mo
share/locale/eu/LC_MESSAGES/khotkeys.mo
share/locale/eu/LC_MESSAGES/kicker.mo
share/locale/eu/LC_MESSAGES/kig.mo
share/locale/eu/LC_MESSAGES/kimagemapeditor.mo
share/locale/eu/LC_MESSAGES/kinetd.mo
share/locale/eu/LC_MESSAGES/kiten.mo
share/locale/eu/LC_MESSAGES/kjobviewer.mo
share/locale/eu/LC_MESSAGES/kjots.mo
share/locale/eu/LC_MESSAGES/kjumpingcube.mo
share/locale/eu/LC_MESSAGES/klaptopdaemon.mo
share/locale/eu/LC_MESSAGES/klatin.mo
share/locale/eu/LC_MESSAGES/kleopatra.mo
share/locale/eu/LC_MESSAGES/klettres.mo
share/locale/eu/LC_MESSAGES/klickety.mo
share/locale/eu/LC_MESSAGES/klines.mo
share/locale/eu/LC_MESSAGES/klinkstatus.mo
share/locale/eu/LC_MESSAGES/klipper.mo
share/locale/eu/LC_MESSAGES/klock.mo
share/locale/eu/LC_MESSAGES/kmag.mo
share/locale/eu/LC_MESSAGES/kmahjongg.mo
share/locale/eu/LC_MESSAGES/kmail.mo
share/locale/eu/LC_MESSAGES/kmail_text_calendar_plugin.mo
share/locale/eu/LC_MESSAGES/kmail_text_vcard_plugin.mo
share/locale/eu/LC_MESSAGES/kmailcvt.mo
share/locale/eu/LC_MESSAGES/kmathapplet.mo
share/locale/eu/LC_MESSAGES/kmcop.mo
share/locale/eu/LC_MESSAGES/kmenuapplet.mo
share/locale/eu/LC_MESSAGES/kmenuedit.mo
share/locale/eu/LC_MESSAGES/kmilo_delli8k.mo
share/locale/eu/LC_MESSAGES/kmilo_generic.mo
share/locale/eu/LC_MESSAGES/kmilo_kvaio.mo
share/locale/eu/LC_MESSAGES/kmilo_powerbook.mo
share/locale/eu/LC_MESSAGES/kmilo_thinkpad.mo
share/locale/eu/LC_MESSAGES/kmilod.mo
share/locale/eu/LC_MESSAGES/kmines.mo
share/locale/eu/LC_MESSAGES/kminipagerapplet.mo
share/locale/eu/LC_MESSAGES/kmix.mo
share/locale/eu/LC_MESSAGES/kmobile.mo
share/locale/eu/LC_MESSAGES/kmoon.mo
share/locale/eu/LC_MESSAGES/kmousetool.mo
share/locale/eu/LC_MESSAGES/kmouth.mo
share/locale/eu/LC_MESSAGES/kmplot.mo
share/locale/eu/LC_MESSAGES/kmrml.mo
share/locale/eu/LC_MESSAGES/knetattach.mo
share/locale/eu/LC_MESSAGES/knetwalk.mo
share/locale/eu/LC_MESSAGES/knetworkconf.mo
share/locale/eu/LC_MESSAGES/knewsticker.mo
share/locale/eu/LC_MESSAGES/knode.mo
share/locale/eu/LC_MESSAGES/knotes.mo
share/locale/eu/LC_MESSAGES/knotify.mo
share/locale/eu/LC_MESSAGES/kodo.mo
share/locale/eu/LC_MESSAGES/kolf.mo
share/locale/eu/LC_MESSAGES/kolourpaint.mo
share/locale/eu/LC_MESSAGES/kolourpicker.mo
share/locale/eu/LC_MESSAGES/kommander.mo
share/locale/eu/LC_MESSAGES/kompare.mo
share/locale/eu/LC_MESSAGES/konnector_dummy.mo
share/locale/eu/LC_MESSAGES/konnector_kabc.mo
share/locale/eu/LC_MESSAGES/konnector_kcal.mo
share/locale/eu/LC_MESSAGES/konnector_local.mo
share/locale/eu/LC_MESSAGES/konnector_qtopia.mo
share/locale/eu/LC_MESSAGES/konnector_remote.mo
share/locale/eu/LC_MESSAGES/konqsidebar_delicious.mo
share/locale/eu/LC_MESSAGES/konqsidebar_mediaplayer.mo
share/locale/eu/LC_MESSAGES/konqsidebar_metabar.mo
share/locale/eu/LC_MESSAGES/konqsidebar_news.mo
share/locale/eu/LC_MESSAGES/konqueror.mo
share/locale/eu/LC_MESSAGES/konquest.mo
share/locale/eu/LC_MESSAGES/konsole.mo
share/locale/eu/LC_MESSAGES/konsolekalendar.mo
share/locale/eu/LC_MESSAGES/kontact.mo
share/locale/eu/LC_MESSAGES/kooka.mo
share/locale/eu/LC_MESSAGES/kopete.mo
share/locale/eu/LC_MESSAGES/korganizer.mo
share/locale/eu/LC_MESSAGES/korn.mo
share/locale/eu/LC_MESSAGES/kpackage.mo
share/locale/eu/LC_MESSAGES/kpager.mo
share/locale/eu/LC_MESSAGES/kpat.mo
share/locale/eu/LC_MESSAGES/kpdf.mo
share/locale/eu/LC_MESSAGES/kpercentage.mo
share/locale/eu/LC_MESSAGES/kpersonalizer.mo
share/locale/eu/LC_MESSAGES/kpf.mo
share/locale/eu/LC_MESSAGES/kpoker.mo
share/locale/eu/LC_MESSAGES/kpovmodeler.mo
share/locale/eu/LC_MESSAGES/kppp.mo
share/locale/eu/LC_MESSAGES/kppplogview.mo
share/locale/eu/LC_MESSAGES/kprinter.mo
share/locale/eu/LC_MESSAGES/krdb.mo
share/locale/eu/LC_MESSAGES/krdc.mo
share/locale/eu/LC_MESSAGES/kreadconfig.mo
share/locale/eu/LC_MESSAGES/krec.mo
share/locale/eu/LC_MESSAGES/kregexpeditor.mo
share/locale/eu/LC_MESSAGES/kres_birthday.mo
share/locale/eu/LC_MESSAGES/kres_blogging.mo
share/locale/eu/LC_MESSAGES/kres_bugzilla.mo
share/locale/eu/LC_MESSAGES/kres_exchange.mo
share/locale/eu/LC_MESSAGES/kres_featureplan.mo
share/locale/eu/LC_MESSAGES/kres_groupware.mo
share/locale/eu/LC_MESSAGES/kres_groupwise.mo
share/locale/eu/LC_MESSAGES/kres_kolab.mo
share/locale/eu/LC_MESSAGES/kres_remote.mo
share/locale/eu/LC_MESSAGES/kres_tvanytime.mo
share/locale/eu/LC_MESSAGES/kres_xmlrpc.mo
share/locale/eu/LC_MESSAGES/kreversi.mo
share/locale/eu/LC_MESSAGES/krfb.mo
share/locale/eu/LC_MESSAGES/kruler.mo
share/locale/eu/LC_MESSAGES/krunapplet.mo
share/locale/eu/LC_MESSAGES/ksame.mo
share/locale/eu/LC_MESSAGES/ksayit.mo
share/locale/eu/LC_MESSAGES/kscd.mo
share/locale/eu/LC_MESSAGES/kshisen.mo
share/locale/eu/LC_MESSAGES/ksig.mo
share/locale/eu/LC_MESSAGES/ksim.mo
share/locale/eu/LC_MESSAGES/ksirc.mo
share/locale/eu/LC_MESSAGES/ksirtet.mo
share/locale/eu/LC_MESSAGES/ksmiletris.mo
share/locale/eu/LC_MESSAGES/ksmserver.mo
share/locale/eu/LC_MESSAGES/ksnake.mo
share/locale/eu/LC_MESSAGES/ksnapshot.mo
share/locale/eu/LC_MESSAGES/ksokoban.mo
share/locale/eu/LC_MESSAGES/kspaceduel.mo
share/locale/eu/LC_MESSAGES/ksplash.mo
share/locale/eu/LC_MESSAGES/ksplashthemes.mo
share/locale/eu/LC_MESSAGES/kstars.mo
share/locale/eu/LC_MESSAGES/kstart.mo
share/locale/eu/LC_MESSAGES/kstartperf.mo
share/locale/eu/LC_MESSAGES/ksvgplugin.mo
share/locale/eu/LC_MESSAGES/ksysguard.mo
share/locale/eu/LC_MESSAGES/ksystemtrayapplet.mo
share/locale/eu/LC_MESSAGES/ksystraycmd.mo
share/locale/eu/LC_MESSAGES/ksysv.mo
share/locale/eu/LC_MESSAGES/kteatime.mo
share/locale/eu/LC_MESSAGES/kthememanager.mo
share/locale/eu/LC_MESSAGES/ktimemon.mo
share/locale/eu/LC_MESSAGES/ktimer.mo
share/locale/eu/LC_MESSAGES/ktip.mo
share/locale/eu/LC_MESSAGES/ktnef.mo
share/locale/eu/LC_MESSAGES/ktouch.mo
share/locale/eu/LC_MESSAGES/ktron.mo
share/locale/eu/LC_MESSAGES/kttsd.mo
share/locale/eu/LC_MESSAGES/ktuberling.mo
share/locale/eu/LC_MESSAGES/kturtle.mo
share/locale/eu/LC_MESSAGES/ktux.mo
share/locale/eu/LC_MESSAGES/kuick_plugin.mo
share/locale/eu/LC_MESSAGES/kuickshow.mo
share/locale/eu/LC_MESSAGES/kuiviewer.mo
share/locale/eu/LC_MESSAGES/kuser.mo
share/locale/eu/LC_MESSAGES/kverbos.mo
share/locale/eu/LC_MESSAGES/kview.mo
share/locale/eu/LC_MESSAGES/kview_scale.mo
share/locale/eu/LC_MESSAGES/kviewbrowserplugin.mo
share/locale/eu/LC_MESSAGES/kviewcanvas.mo
share/locale/eu/LC_MESSAGES/kvieweffectsplugin.mo
share/locale/eu/LC_MESSAGES/kviewpresenterplugin.mo
share/locale/eu/LC_MESSAGES/kviewscannerplugin.mo
share/locale/eu/LC_MESSAGES/kviewshell.mo
share/locale/eu/LC_MESSAGES/kviewviewer.mo
share/locale/eu/LC_MESSAGES/kvoctrain.mo
share/locale/eu/LC_MESSAGES/kwatchgnupg.mo
share/locale/eu/LC_MESSAGES/kweather.mo
share/locale/eu/LC_MESSAGES/kwifimanager.mo
share/locale/eu/LC_MESSAGES/kwireless.mo
share/locale/eu/LC_MESSAGES/kwordquiz.mo
share/locale/eu/LC_MESSAGES/kworldclock.mo
share/locale/eu/LC_MESSAGES/kwriteconfig.mo
share/locale/eu/LC_MESSAGES/kxkb.mo
share/locale/eu/LC_MESSAGES/kxsconfig.mo
share/locale/eu/LC_MESSAGES/kxsldbg.mo
share/locale/eu/LC_MESSAGES/libKTTSD.mo
share/locale/eu/LC_MESSAGES/libdmctl.mo
share/locale/eu/LC_MESSAGES/libkaddrbk_geo_xxport.mo
share/locale/eu/LC_MESSAGES/libkaddrbk_gmx_xxport.mo
share/locale/eu/LC_MESSAGES/libkcal.mo
share/locale/eu/LC_MESSAGES/libkcddb.mo
share/locale/eu/LC_MESSAGES/libkfaximgage.mo
share/locale/eu/LC_MESSAGES/libkholidays.mo
share/locale/eu/LC_MESSAGES/libkicker.mo
share/locale/eu/LC_MESSAGES/libkickermenu_konsole.mo
share/locale/eu/LC_MESSAGES/libkickermenu_prefmenu.mo
share/locale/eu/LC_MESSAGES/libkickermenu_recentdocs.mo
share/locale/eu/LC_MESSAGES/libkickermenu_remotemenu.mo
share/locale/eu/LC_MESSAGES/libkickermenu_systemmenu.mo
share/locale/eu/LC_MESSAGES/libkickermenu_tdeprint.mo
share/locale/eu/LC_MESSAGES/libkickermenu_tom.mo
share/locale/eu/LC_MESSAGES/libkleopatra.mo
share/locale/eu/LC_MESSAGES/libkmime.mo
share/locale/eu/LC_MESSAGES/libkonq.mo
share/locale/eu/LC_MESSAGES/libkpgp.mo
share/locale/eu/LC_MESSAGES/libkpimexchange.mo
share/locale/eu/LC_MESSAGES/libkscan.mo
share/locale/eu/LC_MESSAGES/libksieve.mo
share/locale/eu/LC_MESSAGES/libksirtet.mo
share/locale/eu/LC_MESSAGES/libksync.mo
share/locale/eu/LC_MESSAGES/libtaskbar.mo
share/locale/eu/LC_MESSAGES/libtaskmanager.mo
share/locale/eu/LC_MESSAGES/libtdeedu.mo
share/locale/eu/LC_MESSAGES/libtdegames.mo
share/locale/eu/LC_MESSAGES/libtdepim.mo
share/locale/eu/LC_MESSAGES/libtdescreensaver.mo
share/locale/eu/LC_MESSAGES/lockout.mo
share/locale/eu/LC_MESSAGES/lskat.mo
share/locale/eu/LC_MESSAGES/lyrics.mo
share/locale/eu/LC_MESSAGES/mediaapplet.mo
share/locale/eu/LC_MESSAGES/mediacontrol.mo
share/locale/eu/LC_MESSAGES/mf_konqplugin.mo
share/locale/eu/LC_MESSAGES/minitoolsplugin.mo
share/locale/eu/LC_MESSAGES/multisynk.mo
share/locale/eu/LC_MESSAGES/naughtyapplet.mo
share/locale/eu/LC_MESSAGES/nexscope.mo
share/locale/eu/LC_MESSAGES/noatun.mo
share/locale/eu/LC_MESSAGES/nsplugin.mo
share/locale/eu/LC_MESSAGES/pitchablespeed.mo
share/locale/eu/LC_MESSAGES/ppdtranslations.mo
share/locale/eu/LC_MESSAGES/privacy.mo
share/locale/eu/LC_MESSAGES/quanta.mo
share/locale/eu/LC_MESSAGES/quicklauncher.mo
share/locale/eu/LC_MESSAGES/rellinks.mo
share/locale/eu/LC_MESSAGES/searchbarplugin.mo
share/locale/eu/LC_MESSAGES/secpolicy.mo
share/locale/eu/LC_MESSAGES/spy.mo
share/locale/eu/LC_MESSAGES/superkaramba.mo
share/locale/eu/LC_MESSAGES/synaescope.mo
share/locale/eu/LC_MESSAGES/tdeabc2mutt.mo
share/locale/eu/LC_MESSAGES/tdeabc_dir.mo
share/locale/eu/LC_MESSAGES/tdeabc_file.mo
share/locale/eu/LC_MESSAGES/tdeabc_ldaptdeio.mo
share/locale/eu/LC_MESSAGES/tdeabc_net.mo
share/locale/eu/LC_MESSAGES/tdeabc_slox.mo
share/locale/eu/LC_MESSAGES/tdeabc_sql.mo
share/locale/eu/LC_MESSAGES/tdeabcformat_binary.mo
share/locale/eu/LC_MESSAGES/tdecachegrind.mo
share/locale/eu/LC_MESSAGES/tdecmshell.mo
share/locale/eu/LC_MESSAGES/tdedebugdialog.mo
share/locale/eu/LC_MESSAGES/tdefile_au.mo
share/locale/eu/LC_MESSAGES/tdefile_avi.mo
share/locale/eu/LC_MESSAGES/tdefile_bmp.mo
share/locale/eu/LC_MESSAGES/tdefile_cert.mo
share/locale/eu/LC_MESSAGES/tdefile_cpp.mo
share/locale/eu/LC_MESSAGES/tdefile_dds.mo
share/locale/eu/LC_MESSAGES/tdefile_deb.mo
share/locale/eu/LC_MESSAGES/tdefile_desktop.mo
share/locale/eu/LC_MESSAGES/tdefile_diff.mo
share/locale/eu/LC_MESSAGES/tdefile_drgeo.mo
share/locale/eu/LC_MESSAGES/tdefile_dvi.mo
share/locale/eu/LC_MESSAGES/tdefile_exr.mo
share/locale/eu/LC_MESSAGES/tdefile_flac.mo
share/locale/eu/LC_MESSAGES/tdefile_folder.mo
share/locale/eu/LC_MESSAGES/tdefile_gif.mo
share/locale/eu/LC_MESSAGES/tdefile_html.mo
share/locale/eu/LC_MESSAGES/tdefile_ico.mo
share/locale/eu/LC_MESSAGES/tdefile_ics.mo
share/locale/eu/LC_MESSAGES/tdefile_jpeg.mo
share/locale/eu/LC_MESSAGES/tdefile_kig.mo
share/locale/eu/LC_MESSAGES/tdefile_lnk.mo
share/locale/eu/LC_MESSAGES/tdefile_m3u.mo
share/locale/eu/LC_MESSAGES/tdefile_mhtml.mo
share/locale/eu/LC_MESSAGES/tdefile_mp3.mo
share/locale/eu/LC_MESSAGES/tdefile_mpc.mo
share/locale/eu/LC_MESSAGES/tdefile_mpeg.mo
share/locale/eu/LC_MESSAGES/tdefile_ogg.mo
share/locale/eu/LC_MESSAGES/tdefile_palm.mo
share/locale/eu/LC_MESSAGES/tdefile_pcx.mo
share/locale/eu/LC_MESSAGES/tdefile_pdf.mo
share/locale/eu/LC_MESSAGES/tdefile_png.mo
share/locale/eu/LC_MESSAGES/tdefile_pnm.mo
share/locale/eu/LC_MESSAGES/tdefile_po.mo
share/locale/eu/LC_MESSAGES/tdefile_ps.mo
share/locale/eu/LC_MESSAGES/tdefile_rfc822.mo
share/locale/eu/LC_MESSAGES/tdefile_rgb.mo
share/locale/eu/LC_MESSAGES/tdefile_rpm.mo
share/locale/eu/LC_MESSAGES/tdefile_sid.mo
share/locale/eu/LC_MESSAGES/tdefile_tga.mo
share/locale/eu/LC_MESSAGES/tdefile_theora.mo
share/locale/eu/LC_MESSAGES/tdefile_tiff.mo
share/locale/eu/LC_MESSAGES/tdefile_torrent.mo
share/locale/eu/LC_MESSAGES/tdefile_ts.mo
share/locale/eu/LC_MESSAGES/tdefile_txt.mo
share/locale/eu/LC_MESSAGES/tdefile_vcf.mo
share/locale/eu/LC_MESSAGES/tdefile_wav.mo
share/locale/eu/LC_MESSAGES/tdefile_xbm.mo
share/locale/eu/LC_MESSAGES/tdefile_xpm.mo
share/locale/eu/LC_MESSAGES/tdefileaudiopreview.mo
share/locale/eu/LC_MESSAGES/tdefilereplace.mo
share/locale/eu/LC_MESSAGES/tdefileshare.mo
share/locale/eu/LC_MESSAGES/tdefontinst.mo
share/locale/eu/LC_MESSAGES/tdehtmlkttsd.mo
share/locale/eu/LC_MESSAGES/tdehtmlsettingsplugin.mo
share/locale/eu/LC_MESSAGES/tdeiconedit.mo
share/locale/eu/LC_MESSAGES/tdeio.mo
share/locale/eu/LC_MESSAGES/tdeio_audiocd.mo
share/locale/eu/LC_MESSAGES/tdeio_finger.mo
share/locale/eu/LC_MESSAGES/tdeio_fish.mo
share/locale/eu/LC_MESSAGES/tdeio_floppy.mo
share/locale/eu/LC_MESSAGES/tdeio_groupwise.mo
share/locale/eu/LC_MESSAGES/tdeio_help.mo
share/locale/eu/LC_MESSAGES/tdeio_home.mo
share/locale/eu/LC_MESSAGES/tdeio_imap4.mo
share/locale/eu/LC_MESSAGES/tdeio_jabberdisco.mo
share/locale/eu/LC_MESSAGES/tdeio_lan.mo
share/locale/eu/LC_MESSAGES/tdeio_ldap.mo
share/locale/eu/LC_MESSAGES/tdeio_mac.mo
share/locale/eu/LC_MESSAGES/tdeio_man.mo
share/locale/eu/LC_MESSAGES/tdeio_media.mo
share/locale/eu/LC_MESSAGES/tdeio_mobile.mo
share/locale/eu/LC_MESSAGES/tdeio_nfs.mo
share/locale/eu/LC_MESSAGES/tdeio_nntp.mo
share/locale/eu/LC_MESSAGES/tdeio_pop3.mo
share/locale/eu/LC_MESSAGES/tdeio_print.mo
share/locale/eu/LC_MESSAGES/tdeio_remote.mo
share/locale/eu/LC_MESSAGES/tdeio_settings.mo
share/locale/eu/LC_MESSAGES/tdeio_sftp.mo
share/locale/eu/LC_MESSAGES/tdeio_sieve.mo
share/locale/eu/LC_MESSAGES/tdeio_smb.mo
share/locale/eu/LC_MESSAGES/tdeio_smtp.mo
share/locale/eu/LC_MESSAGES/tdeio_svn.mo
share/locale/eu/LC_MESSAGES/tdeio_system.mo
share/locale/eu/LC_MESSAGES/tdeio_tar.mo
share/locale/eu/LC_MESSAGES/tdeio_thumbnail.mo
share/locale/eu/LC_MESSAGES/tdeio_trash.mo
share/locale/eu/LC_MESSAGES/tdeio_zeroconf.mo
share/locale/eu/LC_MESSAGES/tdeioexec.mo
share/locale/eu/LC_MESSAGES/tdelibs.mo
share/locale/eu/LC_MESSAGES/tdelibs_colors.mo
share/locale/eu/LC_MESSAGES/tdelirc.mo
share/locale/eu/LC_MESSAGES/tdemid.mo
share/locale/eu/LC_MESSAGES/tdepartsaver.mo
share/locale/eu/LC_MESSAGES/tdepasswd.mo
share/locale/eu/LC_MESSAGES/tdepimresources.mo
share/locale/eu/LC_MESSAGES/tdepimwizards.mo
share/locale/eu/LC_MESSAGES/tdeprint.mo
share/locale/eu/LC_MESSAGES/tdeprint_part.mo
share/locale/eu/LC_MESSAGES/tdeprintfax.mo
share/locale/eu/LC_MESSAGES/tderandr.mo
share/locale/eu/LC_MESSAGES/tdescreensaver.mo
share/locale/eu/LC_MESSAGES/tdessh.mo
share/locale/eu/LC_MESSAGES/tdestyle_highcontrast_config.mo
share/locale/eu/LC_MESSAGES/tdestyle_keramik_config.mo
share/locale/eu/LC_MESSAGES/tdestyle_phase_config.mo
share/locale/eu/LC_MESSAGES/tdestyle_plastik_config.mo
share/locale/eu/LC_MESSAGES/tdesu.mo
share/locale/eu/LC_MESSAGES/tdesud.mo
share/locale/eu/LC_MESSAGES/tdetexteditor_autobookmarker.mo
share/locale/eu/LC_MESSAGES/tdetexteditor_docwordcompletion.mo
share/locale/eu/LC_MESSAGES/tdetexteditor_insertfile.mo
share/locale/eu/LC_MESSAGES/tdetexteditor_isearch.mo
share/locale/eu/LC_MESSAGES/tdetexteditor_kdatatool.mo
share/locale/eu/LC_MESSAGES/tdevdesigner.mo
share/locale/eu/LC_MESSAGES/tdevelop.mo
share/locale/eu/LC_MESSAGES/tdevtipofday.mo
share/locale/eu/LC_MESSAGES/tdewalletmanager.mo
share/locale/eu/LC_MESSAGES/tdmconfig.mo
share/locale/eu/LC_MESSAGES/tdmgreet.mo
share/locale/eu/LC_MESSAGES/timezones.mo
share/locale/eu/LC_MESSAGES/tippecanoe.mo
share/locale/eu/LC_MESSAGES/trashapplet.mo
share/locale/eu/LC_MESSAGES/twin.mo
share/locale/eu/LC_MESSAGES/twin4.mo
share/locale/eu/LC_MESSAGES/twin_art_clients.mo
share/locale/eu/LC_MESSAGES/twin_clients.mo
share/locale/eu/LC_MESSAGES/twin_lib.mo
share/locale/eu/LC_MESSAGES/tyler.mo
share/locale/eu/LC_MESSAGES/uachangerplugin.mo
share/locale/eu/LC_MESSAGES/umbrello.mo
share/locale/eu/LC_MESSAGES/useraccount.mo
share/locale/eu/LC_MESSAGES/validatorsplugin.mo
share/locale/eu/LC_MESSAGES/wakeup.mo
share/locale/eu/LC_MESSAGES/wavecapture.mo
share/locale/eu/LC_MESSAGES/webarchiver.mo
share/locale/eu/charset
share/locale/eu/entry.desktop
share/locale/eu/flag.png

@ -0,0 +1,43 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: core/tde-i18n-fa > misc/tde-i18n-fa
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTLANG= fa
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${PORTLANG}
TDE_PREVERSION=
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= misc x11
DIST_SUBDIR= TDE/core
PKGNAMEPREFIX= ${PORTLANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${PORTLANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}template/' \
'${EXTRACT_BASE}translations/' \
'${EXTRACT_BASE}tde-i18n-${PORTLANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
\
-DBUILD_ALL="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1682085511
SHA256 (TDE/core/tde-i18n-trinity_14.1.0.orig.tar.xz) = 9f64b518db380d1d0acf3f6b5baafdb3f486953739b9484bdc5d31f34f466a75
SIZE (TDE/core/tde-i18n-trinity_14.1.0.orig.tar.xz) = 195332236

@ -0,0 +1 @@
Farsi (Persian) (fa) internationalized (i18n) files for TDE

@ -0,0 +1,555 @@
share/locale/fa/LC_MESSAGES/akregator.mo
share/locale/fa/LC_MESSAGES/akregator_konqplugin.mo
share/locale/fa/LC_MESSAGES/alsaplayerui.mo
share/locale/fa/LC_MESSAGES/amor.mo
share/locale/fa/LC_MESSAGES/appletproxy.mo
share/locale/fa/LC_MESSAGES/ark.mo
share/locale/fa/LC_MESSAGES/ark_plugin.mo
share/locale/fa/LC_MESSAGES/artsbuilder.mo
share/locale/fa/LC_MESSAGES/artscontrol.mo
share/locale/fa/LC_MESSAGES/artsmodules.mo
share/locale/fa/LC_MESSAGES/atlantik.mo
share/locale/fa/LC_MESSAGES/atlantikdesigner.mo
share/locale/fa/LC_MESSAGES/audiocd_encoder_lame.mo
share/locale/fa/LC_MESSAGES/audiocd_encoder_vorbis.mo
share/locale/fa/LC_MESSAGES/audiorename_plugin.mo
share/locale/fa/LC_MESSAGES/autorefresh.mo
share/locale/fa/LC_MESSAGES/babelfish.mo
share/locale/fa/LC_MESSAGES/blinken.mo
share/locale/fa/LC_MESSAGES/cervisia.mo
share/locale/fa/LC_MESSAGES/charlatanui.mo
share/locale/fa/LC_MESSAGES/clockapplet.mo
share/locale/fa/LC_MESSAGES/crashesplugin.mo
share/locale/fa/LC_MESSAGES/cupsdconf.mo
share/locale/fa/LC_MESSAGES/cvsservice.mo
share/locale/fa/LC_MESSAGES/dcoprss.mo
share/locale/fa/LC_MESSAGES/dirfilterplugin.mo
share/locale/fa/LC_MESSAGES/display.mo
share/locale/fa/LC_MESSAGES/dockbarextension.mo
share/locale/fa/LC_MESSAGES/domtreeviewer.mo
share/locale/fa/LC_MESSAGES/drkonqi.mo
share/locale/fa/LC_MESSAGES/dub.mo
share/locale/fa/LC_MESSAGES/extensionproxy.mo
share/locale/fa/LC_MESSAGES/ffrs.mo
share/locale/fa/LC_MESSAGES/filetypes.mo
share/locale/fa/LC_MESSAGES/fsview.mo
share/locale/fa/LC_MESSAGES/htmlsearch.mo
share/locale/fa/LC_MESSAGES/imagerename_plugin.mo
share/locale/fa/LC_MESSAGES/imgalleryplugin.mo
share/locale/fa/LC_MESSAGES/irkick.mo
share/locale/fa/LC_MESSAGES/joystick.mo
share/locale/fa/LC_MESSAGES/juk.mo
share/locale/fa/LC_MESSAGES/kaboodle.mo
share/locale/fa/LC_MESSAGES/kaccess.mo
share/locale/fa/LC_MESSAGES/kaddressbook.mo
share/locale/fa/LC_MESSAGES/kalarm.mo
share/locale/fa/LC_MESSAGES/kalzium.mo
share/locale/fa/LC_MESSAGES/kanagram.mo
share/locale/fa/LC_MESSAGES/kandy.mo
share/locale/fa/LC_MESSAGES/kappfinder.mo
share/locale/fa/LC_MESSAGES/karm.mo
share/locale/fa/LC_MESSAGES/kasbarextension.mo
share/locale/fa/LC_MESSAGES/kasteroids.mo
share/locale/fa/LC_MESSAGES/kate.mo
share/locale/fa/LC_MESSAGES/katecppsymbolviewer.mo
share/locale/fa/LC_MESSAGES/katefiletemplates.mo
share/locale/fa/LC_MESSAGES/katefll_initplugin.mo
share/locale/fa/LC_MESSAGES/katefll_plugin.mo
share/locale/fa/LC_MESSAGES/katehelloworld.mo
share/locale/fa/LC_MESSAGES/katehtmltools.mo
share/locale/fa/LC_MESSAGES/kateinsertcommand.mo
share/locale/fa/LC_MESSAGES/katekjswrapper.mo
share/locale/fa/LC_MESSAGES/katemake.mo
share/locale/fa/LC_MESSAGES/katemodeline.mo
share/locale/fa/LC_MESSAGES/kateopenheader.mo
share/locale/fa/LC_MESSAGES/katepart.mo
share/locale/fa/LC_MESSAGES/katepybrowse.mo
share/locale/fa/LC_MESSAGES/katesnippets.mo
share/locale/fa/LC_MESSAGES/katetabbarextension.mo
share/locale/fa/LC_MESSAGES/katetextfilter.mo
share/locale/fa/LC_MESSAGES/katexmlcheck.mo
share/locale/fa/LC_MESSAGES/katexmltools.mo
share/locale/fa/LC_MESSAGES/katomic.mo
share/locale/fa/LC_MESSAGES/kaudiocreator.mo
share/locale/fa/LC_MESSAGES/kay.mo
share/locale/fa/LC_MESSAGES/kbabel.mo
share/locale/fa/LC_MESSAGES/kbackgammon.mo
share/locale/fa/LC_MESSAGES/kbattleship.mo
share/locale/fa/LC_MESSAGES/kbinaryclock.mo
share/locale/fa/LC_MESSAGES/kblackbox.mo
share/locale/fa/LC_MESSAGES/kbounce.mo
share/locale/fa/LC_MESSAGES/kbruch.mo
share/locale/fa/LC_MESSAGES/kbstateapplet.mo
share/locale/fa/LC_MESSAGES/kbugbuster.mo
share/locale/fa/LC_MESSAGES/kcalc.mo
share/locale/fa/LC_MESSAGES/kcharselect.mo
share/locale/fa/LC_MESSAGES/kcharselectapplet.mo
share/locale/fa/LC_MESSAGES/kcm_krfb.mo
share/locale/fa/LC_MESSAGES/kcm_kviewcanvasconfig.mo
share/locale/fa/LC_MESSAGES/kcm_kviewgeneralconfig.mo
share/locale/fa/LC_MESSAGES/kcm_kviewpluginsconfig.mo
share/locale/fa/LC_MESSAGES/kcm_kviewviewerpluginsconfig.mo
share/locale/fa/LC_MESSAGES/kcmaccess.mo
share/locale/fa/LC_MESSAGES/kcmaccessibility.mo
share/locale/fa/LC_MESSAGES/kcmarts.mo
share/locale/fa/LC_MESSAGES/kcmaudiocd.mo
share/locale/fa/LC_MESSAGES/kcmbackground.mo
share/locale/fa/LC_MESSAGES/kcmbell.mo
share/locale/fa/LC_MESSAGES/kcmcddb.mo
share/locale/fa/LC_MESSAGES/kcmcgi.mo
share/locale/fa/LC_MESSAGES/kcmcolors.mo
share/locale/fa/LC_MESSAGES/kcmcomponentchooser.mo
share/locale/fa/LC_MESSAGES/kcmcrypto.mo
share/locale/fa/LC_MESSAGES/kcmcss.mo
share/locale/fa/LC_MESSAGES/kcmenergy.mo
share/locale/fa/LC_MESSAGES/kcmfonts.mo
share/locale/fa/LC_MESSAGES/kcmhtmlsearch.mo
share/locale/fa/LC_MESSAGES/kcmicons.mo
share/locale/fa/LC_MESSAGES/kcminfo.mo
share/locale/fa/LC_MESSAGES/kcminput.mo
share/locale/fa/LC_MESSAGES/kcmioslaveinfo.mo
share/locale/fa/LC_MESSAGES/kcmkabconfig.mo
share/locale/fa/LC_MESSAGES/kcmkamera.mo
share/locale/fa/LC_MESSAGES/kcmkclock.mo
share/locale/fa/LC_MESSAGES/kcmkded.mo
share/locale/fa/LC_MESSAGES/kcmkeys.mo
share/locale/fa/LC_MESSAGES/kcmkicker.mo
share/locale/fa/LC_MESSAGES/kcmkonq.mo
share/locale/fa/LC_MESSAGES/kcmkonqhtml.mo
share/locale/fa/LC_MESSAGES/kcmkonsole.mo
share/locale/fa/LC_MESSAGES/kcmkontactnt.mo
share/locale/fa/LC_MESSAGES/kcmktalkd.mo
share/locale/fa/LC_MESSAGES/kcmkuick.mo
share/locale/fa/LC_MESSAGES/kcmkurifilt.mo
share/locale/fa/LC_MESSAGES/kcmkvaio.mo
share/locale/fa/LC_MESSAGES/kcmkwm.mo
share/locale/fa/LC_MESSAGES/kcmlanbrowser.mo
share/locale/fa/LC_MESSAGES/kcmlaptop.mo
share/locale/fa/LC_MESSAGES/kcmlaunch.mo
share/locale/fa/LC_MESSAGES/kcmlayout.mo
share/locale/fa/LC_MESSAGES/kcmlilo.mo
share/locale/fa/LC_MESSAGES/kcmlirc.mo
share/locale/fa/LC_MESSAGES/kcmlocale.mo
share/locale/fa/LC_MESSAGES/kcmmedia.mo
share/locale/fa/LC_MESSAGES/kcmnic.mo
share/locale/fa/LC_MESSAGES/kcmnotify.mo
share/locale/fa/LC_MESSAGES/kcmperformance.mo
share/locale/fa/LC_MESSAGES/kcmprintmgr.mo
share/locale/fa/LC_MESSAGES/kcmsamba.mo
share/locale/fa/LC_MESSAGES/kcmscreensaver.mo
share/locale/fa/LC_MESSAGES/kcmsmartcard.mo
share/locale/fa/LC_MESSAGES/kcmsmserver.mo
share/locale/fa/LC_MESSAGES/kcmspellchecking.mo
share/locale/fa/LC_MESSAGES/kcmstyle.mo
share/locale/fa/LC_MESSAGES/kcmtaskbar.mo
share/locale/fa/LC_MESSAGES/kcmtdednssd.mo
share/locale/fa/LC_MESSAGES/kcmtdeio.mo
share/locale/fa/LC_MESSAGES/kcmtdewallet.mo
share/locale/fa/LC_MESSAGES/kcmthinkpad.mo
share/locale/fa/LC_MESSAGES/kcmtwindecoration.mo
share/locale/fa/LC_MESSAGES/kcmtwinrules.mo
share/locale/fa/LC_MESSAGES/kcmusb.mo
share/locale/fa/LC_MESSAGES/kcmview1394.mo
share/locale/fa/LC_MESSAGES/kcmwifi.mo
share/locale/fa/LC_MESSAGES/kcmxinerama.mo
share/locale/fa/LC_MESSAGES/kcoloredit.mo
share/locale/fa/LC_MESSAGES/kcontrol.mo
share/locale/fa/LC_MESSAGES/kcron.mo
share/locale/fa/LC_MESSAGES/kdat.mo
share/locale/fa/LC_MESSAGES/kdcop.mo
share/locale/fa/LC_MESSAGES/kdesktop.mo
share/locale/fa/LC_MESSAGES/kdf.mo
share/locale/fa/LC_MESSAGES/kdgantt.mo
share/locale/fa/LC_MESSAGES/kdialog.mo
share/locale/fa/LC_MESSAGES/kdict.mo
share/locale/fa/LC_MESSAGES/kdictapplet.mo
share/locale/fa/LC_MESSAGES/kdjview.mo
share/locale/fa/LC_MESSAGES/kdvi.mo
share/locale/fa/LC_MESSAGES/kedit.mo
share/locale/fa/LC_MESSAGES/keduca.mo
share/locale/fa/LC_MESSAGES/kenolaba.mo
share/locale/fa/LC_MESSAGES/kfax.mo
share/locale/fa/LC_MESSAGES/kfaxview.mo
share/locale/fa/LC_MESSAGES/kfifteenapplet.mo
share/locale/fa/LC_MESSAGES/kfindpart.mo
share/locale/fa/LC_MESSAGES/kfloppy.mo
share/locale/fa/LC_MESSAGES/kfmclient.mo
share/locale/fa/LC_MESSAGES/kfouleggs.mo
share/locale/fa/LC_MESSAGES/kgamma.mo
share/locale/fa/LC_MESSAGES/kgantt.mo
share/locale/fa/LC_MESSAGES/kgeography.mo
share/locale/fa/LC_MESSAGES/kget.mo
share/locale/fa/LC_MESSAGES/kghostview.mo
share/locale/fa/LC_MESSAGES/kgoldrunner.mo
share/locale/fa/LC_MESSAGES/kgpg.mo
share/locale/fa/LC_MESSAGES/kgreet_classic.mo
share/locale/fa/LC_MESSAGES/kgreet_winbind.mo
share/locale/fa/LC_MESSAGES/khangman.mo
share/locale/fa/LC_MESSAGES/khelpcenter.mo
share/locale/fa/LC_MESSAGES/khexedit.mo
share/locale/fa/LC_MESSAGES/khexedit2part.mo
share/locale/fa/LC_MESSAGES/khotkeys.mo
share/locale/fa/LC_MESSAGES/kicker.mo
share/locale/fa/LC_MESSAGES/kickermenu_kate.mo
share/locale/fa/LC_MESSAGES/kig.mo
share/locale/fa/LC_MESSAGES/kimagemapeditor.mo
share/locale/fa/LC_MESSAGES/kinetd.mo
share/locale/fa/LC_MESSAGES/kiten.mo
share/locale/fa/LC_MESSAGES/kjobviewer.mo
share/locale/fa/LC_MESSAGES/kjots.mo
share/locale/fa/LC_MESSAGES/kjumpingcube.mo
share/locale/fa/LC_MESSAGES/klaptopdaemon.mo
share/locale/fa/LC_MESSAGES/klatin.mo
share/locale/fa/LC_MESSAGES/kleopatra.mo
share/locale/fa/LC_MESSAGES/klettres.mo
share/locale/fa/LC_MESSAGES/klickety.mo
share/locale/fa/LC_MESSAGES/klines.mo
share/locale/fa/LC_MESSAGES/klinkstatus.mo
share/locale/fa/LC_MESSAGES/klipper.mo
share/locale/fa/LC_MESSAGES/klock.mo
share/locale/fa/LC_MESSAGES/kmag.mo
share/locale/fa/LC_MESSAGES/kmahjongg.mo
share/locale/fa/LC_MESSAGES/kmail.mo
share/locale/fa/LC_MESSAGES/kmail_text_calendar_plugin.mo
share/locale/fa/LC_MESSAGES/kmail_text_vcard_plugin.mo
share/locale/fa/LC_MESSAGES/kmailcvt.mo
share/locale/fa/LC_MESSAGES/kmathapplet.mo
share/locale/fa/LC_MESSAGES/kmcop.mo
share/locale/fa/LC_MESSAGES/kmenuapplet.mo
share/locale/fa/LC_MESSAGES/kmenuedit.mo
share/locale/fa/LC_MESSAGES/kmilo_delli8k.mo
share/locale/fa/LC_MESSAGES/kmilo_generic.mo
share/locale/fa/LC_MESSAGES/kmilo_kvaio.mo
share/locale/fa/LC_MESSAGES/kmilo_powerbook.mo
share/locale/fa/LC_MESSAGES/kmilo_thinkpad.mo
share/locale/fa/LC_MESSAGES/kmilod.mo
share/locale/fa/LC_MESSAGES/kmines.mo
share/locale/fa/LC_MESSAGES/kminipagerapplet.mo
share/locale/fa/LC_MESSAGES/kmix.mo
share/locale/fa/LC_MESSAGES/kmobile.mo
share/locale/fa/LC_MESSAGES/kmoon.mo
share/locale/fa/LC_MESSAGES/kmousetool.mo
share/locale/fa/LC_MESSAGES/kmouth.mo
share/locale/fa/LC_MESSAGES/kmplot.mo
share/locale/fa/LC_MESSAGES/kmrml.mo
share/locale/fa/LC_MESSAGES/knetattach.mo
share/locale/fa/LC_MESSAGES/knetwalk.mo
share/locale/fa/LC_MESSAGES/knetworkconf.mo
share/locale/fa/LC_MESSAGES/knewsticker.mo
share/locale/fa/LC_MESSAGES/knode.mo
share/locale/fa/LC_MESSAGES/knotes.mo
share/locale/fa/LC_MESSAGES/knotify.mo
share/locale/fa/LC_MESSAGES/kodo.mo
share/locale/fa/LC_MESSAGES/kolf.mo
share/locale/fa/LC_MESSAGES/kolourpaint.mo
share/locale/fa/LC_MESSAGES/kolourpicker.mo
share/locale/fa/LC_MESSAGES/kommander.mo
share/locale/fa/LC_MESSAGES/kompare.mo
share/locale/fa/LC_MESSAGES/konqsidebar_delicious.mo
share/locale/fa/LC_MESSAGES/konqsidebar_mediaplayer.mo
share/locale/fa/LC_MESSAGES/konqsidebar_metabar.mo
share/locale/fa/LC_MESSAGES/konqsidebar_news.mo
share/locale/fa/LC_MESSAGES/konqueror.mo
share/locale/fa/LC_MESSAGES/konquest.mo
share/locale/fa/LC_MESSAGES/konsole.mo
share/locale/fa/LC_MESSAGES/konsolekalendar.mo
share/locale/fa/LC_MESSAGES/kontact.mo
share/locale/fa/LC_MESSAGES/kooka.mo
share/locale/fa/LC_MESSAGES/kopete.mo
share/locale/fa/LC_MESSAGES/korganizer.mo
share/locale/fa/LC_MESSAGES/korn.mo
share/locale/fa/LC_MESSAGES/kpackage.mo
share/locale/fa/LC_MESSAGES/kpager.mo
share/locale/fa/LC_MESSAGES/kpat.mo
share/locale/fa/LC_MESSAGES/kpdf.mo
share/locale/fa/LC_MESSAGES/kpercentage.mo
share/locale/fa/LC_MESSAGES/kpersonalizer.mo
share/locale/fa/LC_MESSAGES/kpf.mo
share/locale/fa/LC_MESSAGES/kpoker.mo
share/locale/fa/LC_MESSAGES/kpovmodeler.mo
share/locale/fa/LC_MESSAGES/kppp.mo
share/locale/fa/LC_MESSAGES/kppplogview.mo
share/locale/fa/LC_MESSAGES/kprinter.mo
share/locale/fa/LC_MESSAGES/krdb.mo
share/locale/fa/LC_MESSAGES/krdc.mo
share/locale/fa/LC_MESSAGES/kreadconfig.mo
share/locale/fa/LC_MESSAGES/krec.mo
share/locale/fa/LC_MESSAGES/kregexpeditor.mo
share/locale/fa/LC_MESSAGES/kres_birthday.mo
share/locale/fa/LC_MESSAGES/kres_blogging.mo
share/locale/fa/LC_MESSAGES/kres_bugzilla.mo
share/locale/fa/LC_MESSAGES/kres_exchange.mo
share/locale/fa/LC_MESSAGES/kres_featureplan.mo
share/locale/fa/LC_MESSAGES/kres_groupware.mo
share/locale/fa/LC_MESSAGES/kres_groupwise.mo
share/locale/fa/LC_MESSAGES/kres_kolab.mo
share/locale/fa/LC_MESSAGES/kres_remote.mo
share/locale/fa/LC_MESSAGES/kres_tvanytime.mo
share/locale/fa/LC_MESSAGES/kres_xmlrpc.mo
share/locale/fa/LC_MESSAGES/kreversi.mo
share/locale/fa/LC_MESSAGES/krfb.mo
share/locale/fa/LC_MESSAGES/kruler.mo
share/locale/fa/LC_MESSAGES/krunapplet.mo
share/locale/fa/LC_MESSAGES/ksame.mo
share/locale/fa/LC_MESSAGES/ksayit.mo
share/locale/fa/LC_MESSAGES/kscd.mo
share/locale/fa/LC_MESSAGES/kshisen.mo
share/locale/fa/LC_MESSAGES/ksig.mo
share/locale/fa/LC_MESSAGES/ksim.mo
share/locale/fa/LC_MESSAGES/ksirc.mo
share/locale/fa/LC_MESSAGES/ksirtet.mo
share/locale/fa/LC_MESSAGES/ksmiletris.mo
share/locale/fa/LC_MESSAGES/ksmserver.mo
share/locale/fa/LC_MESSAGES/ksnake.mo
share/locale/fa/LC_MESSAGES/ksnapshot.mo
share/locale/fa/LC_MESSAGES/ksokoban.mo
share/locale/fa/LC_MESSAGES/kspaceduel.mo
share/locale/fa/LC_MESSAGES/ksplash.mo
share/locale/fa/LC_MESSAGES/ksplashthemes.mo
share/locale/fa/LC_MESSAGES/kstars.mo
share/locale/fa/LC_MESSAGES/kstart.mo
share/locale/fa/LC_MESSAGES/kstartperf.mo
share/locale/fa/LC_MESSAGES/ksvgplugin.mo
share/locale/fa/LC_MESSAGES/ksysguard.mo
share/locale/fa/LC_MESSAGES/ksystemtrayapplet.mo
share/locale/fa/LC_MESSAGES/ksystraycmd.mo
share/locale/fa/LC_MESSAGES/ksysv.mo
share/locale/fa/LC_MESSAGES/kteatime.mo
share/locale/fa/LC_MESSAGES/kthememanager.mo
share/locale/fa/LC_MESSAGES/ktimemon.mo
share/locale/fa/LC_MESSAGES/ktimer.mo
share/locale/fa/LC_MESSAGES/ktip.mo
share/locale/fa/LC_MESSAGES/ktnef.mo
share/locale/fa/LC_MESSAGES/ktouch.mo
share/locale/fa/LC_MESSAGES/ktron.mo
share/locale/fa/LC_MESSAGES/kttsd.mo
share/locale/fa/LC_MESSAGES/ktuberling.mo
share/locale/fa/LC_MESSAGES/kturtle.mo
share/locale/fa/LC_MESSAGES/ktux.mo
share/locale/fa/LC_MESSAGES/kuick_plugin.mo
share/locale/fa/LC_MESSAGES/kuickshow.mo
share/locale/fa/LC_MESSAGES/kuiviewer.mo
share/locale/fa/LC_MESSAGES/kuser.mo
share/locale/fa/LC_MESSAGES/kverbos.mo
share/locale/fa/LC_MESSAGES/kview.mo
share/locale/fa/LC_MESSAGES/kview_scale.mo
share/locale/fa/LC_MESSAGES/kviewbrowserplugin.mo
share/locale/fa/LC_MESSAGES/kviewcanvas.mo
share/locale/fa/LC_MESSAGES/kvieweffectsplugin.mo
share/locale/fa/LC_MESSAGES/kviewpresenterplugin.mo
share/locale/fa/LC_MESSAGES/kviewscannerplugin.mo
share/locale/fa/LC_MESSAGES/kviewshell.mo
share/locale/fa/LC_MESSAGES/kviewviewer.mo
share/locale/fa/LC_MESSAGES/kvoctrain.mo
share/locale/fa/LC_MESSAGES/kwatchgnupg.mo
share/locale/fa/LC_MESSAGES/kweather.mo
share/locale/fa/LC_MESSAGES/kwifimanager.mo
share/locale/fa/LC_MESSAGES/kwireless.mo
share/locale/fa/LC_MESSAGES/kwordquiz.mo
share/locale/fa/LC_MESSAGES/kworldclock.mo
share/locale/fa/LC_MESSAGES/kwriteconfig.mo
share/locale/fa/LC_MESSAGES/kxkb.mo
share/locale/fa/LC_MESSAGES/kxsconfig.mo
share/locale/fa/LC_MESSAGES/kxsldbg.mo
share/locale/fa/LC_MESSAGES/libKTTSD.mo
share/locale/fa/LC_MESSAGES/libdmctl.mo
share/locale/fa/LC_MESSAGES/libkaddrbk_geo_xxport.mo
share/locale/fa/LC_MESSAGES/libkaddrbk_gmx_xxport.mo
share/locale/fa/LC_MESSAGES/libkcal.mo
share/locale/fa/LC_MESSAGES/libkcddb.mo
share/locale/fa/LC_MESSAGES/libkfaximgage.mo
share/locale/fa/LC_MESSAGES/libkholidays.mo
share/locale/fa/LC_MESSAGES/libkicker.mo
share/locale/fa/LC_MESSAGES/libkickermenu_konsole.mo
share/locale/fa/LC_MESSAGES/libkickermenu_prefmenu.mo
share/locale/fa/LC_MESSAGES/libkickermenu_recentdocs.mo
share/locale/fa/LC_MESSAGES/libkickermenu_remotemenu.mo
share/locale/fa/LC_MESSAGES/libkickermenu_systemmenu.mo
share/locale/fa/LC_MESSAGES/libkickermenu_tdeprint.mo
share/locale/fa/LC_MESSAGES/libkickermenu_tom.mo
share/locale/fa/LC_MESSAGES/libkleopatra.mo
share/locale/fa/LC_MESSAGES/libkmime.mo
share/locale/fa/LC_MESSAGES/libkonq.mo
share/locale/fa/LC_MESSAGES/libkpgp.mo
share/locale/fa/LC_MESSAGES/libkpimexchange.mo
share/locale/fa/LC_MESSAGES/libkscan.mo
share/locale/fa/LC_MESSAGES/libksieve.mo
share/locale/fa/LC_MESSAGES/libksirtet.mo
share/locale/fa/LC_MESSAGES/libksync.mo
share/locale/fa/LC_MESSAGES/libtaskbar.mo
share/locale/fa/LC_MESSAGES/libtaskmanager.mo
share/locale/fa/LC_MESSAGES/libtdeedu.mo
share/locale/fa/LC_MESSAGES/libtdegames.mo
share/locale/fa/LC_MESSAGES/libtdepim.mo
share/locale/fa/LC_MESSAGES/libtdescreensaver.mo
share/locale/fa/LC_MESSAGES/lockout.mo
share/locale/fa/LC_MESSAGES/lskat.mo
share/locale/fa/LC_MESSAGES/lyrics.mo
share/locale/fa/LC_MESSAGES/mediaapplet.mo
share/locale/fa/LC_MESSAGES/mediacontrol.mo
share/locale/fa/LC_MESSAGES/mf_konqplugin.mo
share/locale/fa/LC_MESSAGES/minitoolsplugin.mo
share/locale/fa/LC_MESSAGES/naughtyapplet.mo
share/locale/fa/LC_MESSAGES/nexscope.mo
share/locale/fa/LC_MESSAGES/noatun.mo
share/locale/fa/LC_MESSAGES/nsplugin.mo
share/locale/fa/LC_MESSAGES/pitchablespeed.mo
share/locale/fa/LC_MESSAGES/ppdtranslations.mo
share/locale/fa/LC_MESSAGES/privacy.mo
share/locale/fa/LC_MESSAGES/quanta.mo
share/locale/fa/LC_MESSAGES/quicklauncher.mo
share/locale/fa/LC_MESSAGES/rellinks.mo
share/locale/fa/LC_MESSAGES/searchbarplugin.mo
share/locale/fa/LC_MESSAGES/secpolicy.mo
share/locale/fa/LC_MESSAGES/spy.mo
share/locale/fa/LC_MESSAGES/superkaramba.mo
share/locale/fa/LC_MESSAGES/synaescope.mo
share/locale/fa/LC_MESSAGES/tdeabc2mutt.mo
share/locale/fa/LC_MESSAGES/tdeabc_dir.mo
share/locale/fa/LC_MESSAGES/tdeabc_file.mo
share/locale/fa/LC_MESSAGES/tdeabc_ldaptdeio.mo
share/locale/fa/LC_MESSAGES/tdeabc_net.mo
share/locale/fa/LC_MESSAGES/tdeabc_slox.mo
share/locale/fa/LC_MESSAGES/tdeabc_sql.mo
share/locale/fa/LC_MESSAGES/tdeabcformat_binary.mo
share/locale/fa/LC_MESSAGES/tdecachegrind.mo
share/locale/fa/LC_MESSAGES/tdecmshell.mo
share/locale/fa/LC_MESSAGES/tdedebugdialog.mo
share/locale/fa/LC_MESSAGES/tdefile_au.mo
share/locale/fa/LC_MESSAGES/tdefile_avi.mo
share/locale/fa/LC_MESSAGES/tdefile_bmp.mo
share/locale/fa/LC_MESSAGES/tdefile_cert.mo
share/locale/fa/LC_MESSAGES/tdefile_cpp.mo
share/locale/fa/LC_MESSAGES/tdefile_dds.mo
share/locale/fa/LC_MESSAGES/tdefile_deb.mo
share/locale/fa/LC_MESSAGES/tdefile_desktop.mo
share/locale/fa/LC_MESSAGES/tdefile_diff.mo
share/locale/fa/LC_MESSAGES/tdefile_drgeo.mo
share/locale/fa/LC_MESSAGES/tdefile_dvi.mo
share/locale/fa/LC_MESSAGES/tdefile_exr.mo
share/locale/fa/LC_MESSAGES/tdefile_flac.mo
share/locale/fa/LC_MESSAGES/tdefile_folder.mo
share/locale/fa/LC_MESSAGES/tdefile_gif.mo
share/locale/fa/LC_MESSAGES/tdefile_html.mo
share/locale/fa/LC_MESSAGES/tdefile_ico.mo
share/locale/fa/LC_MESSAGES/tdefile_ics.mo
share/locale/fa/LC_MESSAGES/tdefile_jpeg.mo
share/locale/fa/LC_MESSAGES/tdefile_kig.mo
share/locale/fa/LC_MESSAGES/tdefile_lnk.mo
share/locale/fa/LC_MESSAGES/tdefile_m3u.mo
share/locale/fa/LC_MESSAGES/tdefile_mhtml.mo
share/locale/fa/LC_MESSAGES/tdefile_mp3.mo
share/locale/fa/LC_MESSAGES/tdefile_mpc.mo
share/locale/fa/LC_MESSAGES/tdefile_mpeg.mo
share/locale/fa/LC_MESSAGES/tdefile_ogg.mo
share/locale/fa/LC_MESSAGES/tdefile_palm.mo
share/locale/fa/LC_MESSAGES/tdefile_pcx.mo
share/locale/fa/LC_MESSAGES/tdefile_pdf.mo
share/locale/fa/LC_MESSAGES/tdefile_png.mo
share/locale/fa/LC_MESSAGES/tdefile_pnm.mo
share/locale/fa/LC_MESSAGES/tdefile_po.mo
share/locale/fa/LC_MESSAGES/tdefile_ps.mo
share/locale/fa/LC_MESSAGES/tdefile_rfc822.mo
share/locale/fa/LC_MESSAGES/tdefile_rgb.mo
share/locale/fa/LC_MESSAGES/tdefile_rpm.mo
share/locale/fa/LC_MESSAGES/tdefile_sid.mo
share/locale/fa/LC_MESSAGES/tdefile_tga.mo
share/locale/fa/LC_MESSAGES/tdefile_theora.mo
share/locale/fa/LC_MESSAGES/tdefile_tiff.mo
share/locale/fa/LC_MESSAGES/tdefile_torrent.mo
share/locale/fa/LC_MESSAGES/tdefile_ts.mo
share/locale/fa/LC_MESSAGES/tdefile_txt.mo
share/locale/fa/LC_MESSAGES/tdefile_vcf.mo
share/locale/fa/LC_MESSAGES/tdefile_wav.mo
share/locale/fa/LC_MESSAGES/tdefile_xbm.mo
share/locale/fa/LC_MESSAGES/tdefile_xpm.mo
share/locale/fa/LC_MESSAGES/tdefileaudiopreview.mo
share/locale/fa/LC_MESSAGES/tdefilereplace.mo
share/locale/fa/LC_MESSAGES/tdefileshare.mo
share/locale/fa/LC_MESSAGES/tdefontinst.mo
share/locale/fa/LC_MESSAGES/tdehtmlkttsd.mo
share/locale/fa/LC_MESSAGES/tdehtmlsettingsplugin.mo
share/locale/fa/LC_MESSAGES/tdeiconedit.mo
share/locale/fa/LC_MESSAGES/tdeio.mo
share/locale/fa/LC_MESSAGES/tdeio_audiocd.mo
share/locale/fa/LC_MESSAGES/tdeio_finger.mo
share/locale/fa/LC_MESSAGES/tdeio_fish.mo
share/locale/fa/LC_MESSAGES/tdeio_floppy.mo
share/locale/fa/LC_MESSAGES/tdeio_groupwise.mo
share/locale/fa/LC_MESSAGES/tdeio_help.mo
share/locale/fa/LC_MESSAGES/tdeio_home.mo
share/locale/fa/LC_MESSAGES/tdeio_imap4.mo
share/locale/fa/LC_MESSAGES/tdeio_jabberdisco.mo
share/locale/fa/LC_MESSAGES/tdeio_lan.mo
share/locale/fa/LC_MESSAGES/tdeio_ldap.mo
share/locale/fa/LC_MESSAGES/tdeio_mac.mo
share/locale/fa/LC_MESSAGES/tdeio_man.mo
share/locale/fa/LC_MESSAGES/tdeio_media.mo
share/locale/fa/LC_MESSAGES/tdeio_mobile.mo
share/locale/fa/LC_MESSAGES/tdeio_nfs.mo
share/locale/fa/LC_MESSAGES/tdeio_nntp.mo
share/locale/fa/LC_MESSAGES/tdeio_pop3.mo
share/locale/fa/LC_MESSAGES/tdeio_print.mo
share/locale/fa/LC_MESSAGES/tdeio_remote.mo
share/locale/fa/LC_MESSAGES/tdeio_settings.mo
share/locale/fa/LC_MESSAGES/tdeio_sftp.mo
share/locale/fa/LC_MESSAGES/tdeio_sieve.mo
share/locale/fa/LC_MESSAGES/tdeio_smb.mo
share/locale/fa/LC_MESSAGES/tdeio_smtp.mo
share/locale/fa/LC_MESSAGES/tdeio_svn.mo
share/locale/fa/LC_MESSAGES/tdeio_system.mo
share/locale/fa/LC_MESSAGES/tdeio_tar.mo
share/locale/fa/LC_MESSAGES/tdeio_thumbnail.mo
share/locale/fa/LC_MESSAGES/tdeio_trash.mo
share/locale/fa/LC_MESSAGES/tdeio_zeroconf.mo
share/locale/fa/LC_MESSAGES/tdeioexec.mo
share/locale/fa/LC_MESSAGES/tdelibs.mo
share/locale/fa/LC_MESSAGES/tdelibs_colors.mo
share/locale/fa/LC_MESSAGES/tdelirc.mo
share/locale/fa/LC_MESSAGES/tdemid.mo
share/locale/fa/LC_MESSAGES/tdepartsaver.mo
share/locale/fa/LC_MESSAGES/tdepasswd.mo
share/locale/fa/LC_MESSAGES/tdepimresources.mo
share/locale/fa/LC_MESSAGES/tdepimwizards.mo
share/locale/fa/LC_MESSAGES/tdeprint.mo
share/locale/fa/LC_MESSAGES/tdeprint_part.mo
share/locale/fa/LC_MESSAGES/tdeprintfax.mo
share/locale/fa/LC_MESSAGES/tderandr.mo
share/locale/fa/LC_MESSAGES/tdescreensaver.mo
share/locale/fa/LC_MESSAGES/tdessh.mo
share/locale/fa/LC_MESSAGES/tdestyle_highcontrast_config.mo
share/locale/fa/LC_MESSAGES/tdestyle_keramik_config.mo
share/locale/fa/LC_MESSAGES/tdestyle_phase_config.mo
share/locale/fa/LC_MESSAGES/tdestyle_plastik_config.mo
share/locale/fa/LC_MESSAGES/tdesu.mo
share/locale/fa/LC_MESSAGES/tdesud.mo
share/locale/fa/LC_MESSAGES/tdetexteditor_autobookmarker.mo
share/locale/fa/LC_MESSAGES/tdetexteditor_docwordcompletion.mo
share/locale/fa/LC_MESSAGES/tdetexteditor_insertfile.mo
share/locale/fa/LC_MESSAGES/tdetexteditor_isearch.mo
share/locale/fa/LC_MESSAGES/tdetexteditor_kdatatool.mo
share/locale/fa/LC_MESSAGES/tdevdesigner.mo
share/locale/fa/LC_MESSAGES/tdevelop.mo
share/locale/fa/LC_MESSAGES/tdevtipofday.mo
share/locale/fa/LC_MESSAGES/tdewalletmanager.mo
share/locale/fa/LC_MESSAGES/tdmconfig.mo
share/locale/fa/LC_MESSAGES/tdmgreet.mo
share/locale/fa/LC_MESSAGES/timezones.mo
share/locale/fa/LC_MESSAGES/tippecanoe.mo
share/locale/fa/LC_MESSAGES/trashapplet.mo
share/locale/fa/LC_MESSAGES/twin.mo
share/locale/fa/LC_MESSAGES/twin4.mo
share/locale/fa/LC_MESSAGES/twin_art_clients.mo
share/locale/fa/LC_MESSAGES/twin_clients.mo
share/locale/fa/LC_MESSAGES/twin_lib.mo
share/locale/fa/LC_MESSAGES/tyler.mo
share/locale/fa/LC_MESSAGES/uachangerplugin.mo
share/locale/fa/LC_MESSAGES/umbrello.mo
share/locale/fa/LC_MESSAGES/useraccount.mo
share/locale/fa/LC_MESSAGES/validatorsplugin.mo
share/locale/fa/LC_MESSAGES/wakeup.mo
share/locale/fa/LC_MESSAGES/wavecapture.mo
share/locale/fa/LC_MESSAGES/webarchiver.mo
share/locale/fa/charset
share/locale/fa/entry.desktop
share/locale/fa/flag.png

@ -0,0 +1,43 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: core/tde-i18n-fi > misc/tde-i18n-fi
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTLANG= fi
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${PORTLANG}
TDE_PREVERSION=
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= misc x11
DIST_SUBDIR= TDE/core
PKGNAMEPREFIX= ${PORTLANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${PORTLANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}template/' \
'${EXTRACT_BASE}translations/' \
'${EXTRACT_BASE}tde-i18n-${PORTLANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
\
-DBUILD_ALL="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1682085513
SHA256 (TDE/core/tde-i18n-trinity_14.1.0.orig.tar.xz) = 9f64b518db380d1d0acf3f6b5baafdb3f486953739b9484bdc5d31f34f466a75
SIZE (TDE/core/tde-i18n-trinity_14.1.0.orig.tar.xz) = 195332236

@ -0,0 +1 @@
Finnish (fi) internationalized (i18n) files for TDE

@ -0,0 +1,654 @@
share/apps/khangman/data/fi/animals.kvtml
share/apps/khangman/data/fi/easy.kvtml
share/apps/khangman/data/fi/hard.kvtml
share/apps/khangman/data/fi/medium.kvtml
share/apps/khangman/fi.txt
share/doc/tde/HTML/fi/common/1.png
share/doc/tde/HTML/fi/common/10.png
share/doc/tde/HTML/fi/common/2.png
share/doc/tde/HTML/fi/common/3.png
share/doc/tde/HTML/fi/common/4.png
share/doc/tde/HTML/fi/common/5.png
share/doc/tde/HTML/fi/common/6.png
share/doc/tde/HTML/fi/common/7.png
share/doc/tde/HTML/fi/common/8.png
share/doc/tde/HTML/fi/common/9.png
share/doc/tde/HTML/fi/common/appheader.html
share/doc/tde/HTML/fi/common/artistic-license.html
share/doc/tde/HTML/fi/common/block_title_bottom.png
share/doc/tde/HTML/fi/common/block_title_mid.png
share/doc/tde/HTML/fi/common/block_title_top.png
share/doc/tde/HTML/fi/common/bottom-left.png
share/doc/tde/HTML/fi/common/bottom-middle.png
share/doc/tde/HTML/fi/common/bottom-right.png
share/doc/tde/HTML/fi/common/bottom1.png
share/doc/tde/HTML/fi/common/bottom2.png
share/doc/tde/HTML/fi/common/bsd-license.html
share/doc/tde/HTML/fi/common/docheadergears.png
share/doc/tde/HTML/fi/common/doctop1.png
share/doc/tde/HTML/fi/common/doctop1a.png
share/doc/tde/HTML/fi/common/doctop1b.png
share/doc/tde/HTML/fi/common/doctop2.png
share/doc/tde/HTML/fi/common/doxygen.css
share/doc/tde/HTML/fi/common/favicon.ico
share/doc/tde/HTML/fi/common/fdl-license
share/doc/tde/HTML/fi/common/fdl-license.html
share/doc/tde/HTML/fi/common/fdl-notice.html
share/doc/tde/HTML/fi/common/fdl-translated.html
share/doc/tde/HTML/fi/common/flat.css
share/doc/tde/HTML/fi/common/footer.html
share/doc/tde/HTML/fi/common/gpl-license
share/doc/tde/HTML/fi/common/gpl-license.html
share/doc/tde/HTML/fi/common/gpl-translated.html
share/doc/tde/HTML/fi/common/grad.png
share/doc/tde/HTML/fi/common/header.html
share/doc/tde/HTML/fi/common/headerbg.png
share/doc/tde/HTML/fi/common/kde_gear_64.png
share/doc/tde/HTML/fi/common/kde_logo.png
share/doc/tde/HTML/fi/common/kde_logo_bg.png
share/doc/tde/HTML/fi/common/kmenu.png
share/doc/tde/HTML/fi/common/lgpl-license
share/doc/tde/HTML/fi/common/lgpl-license.html
share/doc/tde/HTML/fi/common/lgpl-translated.html
share/doc/tde/HTML/fi/common/logotp3.png
share/doc/tde/HTML/fi/common/mainfooter.html
share/doc/tde/HTML/fi/common/mainheader.html
share/doc/tde/HTML/fi/common/print.css
share/doc/tde/HTML/fi/common/qpl-license.html
share/doc/tde/HTML/fi/common/shadow.png
share/doc/tde/HTML/fi/common/tabs.css
share/doc/tde/HTML/fi/common/tde-common.css
share/doc/tde/HTML/fi/common/tde-default.css
share/doc/tde/HTML/fi/common/tde-docs.css
share/doc/tde/HTML/fi/common/tde-localised.css
share/doc/tde/HTML/fi/common/tde-localised.css.template
share/doc/tde/HTML/fi/common/tde-web.css
share/doc/tde/HTML/fi/common/tde.css
share/doc/tde/HTML/fi/common/top-left.jpg
share/doc/tde/HTML/fi/common/top-left.png
share/doc/tde/HTML/fi/common/top-middle.png
share/doc/tde/HTML/fi/common/top-right-konqueror.png
share/doc/tde/HTML/fi/common/top-right.jpg
share/doc/tde/HTML/fi/common/top-right.png
share/doc/tde/HTML/fi/common/top-trinity.jpg
share/doc/tde/HTML/fi/common/top.jpg
share/doc/tde/HTML/fi/common/web-docbottom.png
share/doc/tde/HTML/fi/common/web-doctop.png
share/doc/tde/HTML/fi/common/x11-license.html
share/doc/tde/HTML/fi/common/xml.dcl
share/doc/tde/HTML/fi/kfind/common
share/doc/tde/HTML/fi/kfind/index.cache.bz2
share/doc/tde/HTML/fi/kfind/index.docbook
share/doc/tde/HTML/fi/khelpcenter/common
share/doc/tde/HTML/fi/khelpcenter/contact.docbook
share/doc/tde/HTML/fi/khelpcenter/glossary/common
share/doc/tde/HTML/fi/khelpcenter/glossary/index.cache.bz2
share/doc/tde/HTML/fi/khelpcenter/glossary/index.docbook
share/doc/tde/HTML/fi/khelpcenter/glossary/tdeprintingglossary.docbook
share/doc/tde/HTML/fi/khelpcenter/help.docbook
share/doc/tde/HTML/fi/khelpcenter/index.cache.bz2
share/doc/tde/HTML/fi/khelpcenter/index.docbook
share/doc/tde/HTML/fi/khelpcenter/support.docbook
share/doc/tde/HTML/fi/khelpcenter/welcome.docbook
share/doc/tde/HTML/fi/khelpcenter/whatistde.docbook
share/locale/fi/LC_MESSAGES/akregator.mo
share/locale/fi/LC_MESSAGES/akregator_konqplugin.mo
share/locale/fi/LC_MESSAGES/alsaplayerui.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/ark_plugin.mo
share/locale/fi/LC_MESSAGES/artsbuilder.mo
share/locale/fi/LC_MESSAGES/artscontrol.mo
share/locale/fi/LC_MESSAGES/artsmodules.mo
share/locale/fi/LC_MESSAGES/atlantik.mo
share/locale/fi/LC_MESSAGES/atlantikdesigner.mo
share/locale/fi/LC_MESSAGES/audiocd_encoder_lame.mo
share/locale/fi/LC_MESSAGES/audiocd_encoder_vorbis.mo
share/locale/fi/LC_MESSAGES/audiorename_plugin.mo
share/locale/fi/LC_MESSAGES/autorefresh.mo
share/locale/fi/LC_MESSAGES/babelfish.mo
share/locale/fi/LC_MESSAGES/blinken.mo
share/locale/fi/LC_MESSAGES/cervisia.mo
share/locale/fi/LC_MESSAGES/charlatanui.mo
share/locale/fi/LC_MESSAGES/clockapplet.mo
share/locale/fi/LC_MESSAGES/crashesplugin.mo
share/locale/fi/LC_MESSAGES/cupsdconf.mo
share/locale/fi/LC_MESSAGES/cvsservice.mo
share/locale/fi/LC_MESSAGES/dcoprss.mo
share/locale/fi/LC_MESSAGES/dirfilterplugin.mo
share/locale/fi/LC_MESSAGES/display.mo
share/locale/fi/LC_MESSAGES/dockbarextension.mo
share/locale/fi/LC_MESSAGES/domtreeviewer.mo
share/locale/fi/LC_MESSAGES/drkonqi.mo
share/locale/fi/LC_MESSAGES/dub.mo
share/locale/fi/LC_MESSAGES/extensionproxy.mo
share/locale/fi/LC_MESSAGES/ffrs.mo
share/locale/fi/LC_MESSAGES/filetypes.mo
share/locale/fi/LC_MESSAGES/fsview.mo
share/locale/fi/LC_MESSAGES/htmlsearch.mo
share/locale/fi/LC_MESSAGES/imagerename_plugin.mo
share/locale/fi/LC_MESSAGES/imgalleryplugin.mo
share/locale/fi/LC_MESSAGES/irkick.mo
share/locale/fi/LC_MESSAGES/joystick.mo
share/locale/fi/LC_MESSAGES/juk.mo
share/locale/fi/LC_MESSAGES/kaboodle.mo
share/locale/fi/LC_MESSAGES/kaccess.mo
share/locale/fi/LC_MESSAGES/kaddressbook.mo
share/locale/fi/LC_MESSAGES/kalarm.mo
share/locale/fi/LC_MESSAGES/kalzium.mo
share/locale/fi/LC_MESSAGES/kanagram.mo
share/locale/fi/LC_MESSAGES/kandy.mo
share/locale/fi/LC_MESSAGES/kappfinder.mo
share/locale/fi/LC_MESSAGES/karm.mo
share/locale/fi/LC_MESSAGES/kasbarextension.mo
share/locale/fi/LC_MESSAGES/kasteroids.mo
share/locale/fi/LC_MESSAGES/kate.mo
share/locale/fi/LC_MESSAGES/katecppsymbolviewer.mo
share/locale/fi/LC_MESSAGES/katefiletemplates.mo
share/locale/fi/LC_MESSAGES/katefll_initplugin.mo
share/locale/fi/LC_MESSAGES/katefll_plugin.mo
share/locale/fi/LC_MESSAGES/katehelloworld.mo
share/locale/fi/LC_MESSAGES/katehtmltools.mo
share/locale/fi/LC_MESSAGES/kateinsertcommand.mo
share/locale/fi/LC_MESSAGES/katekjswrapper.mo
share/locale/fi/LC_MESSAGES/katemake.mo
share/locale/fi/LC_MESSAGES/katemodeline.mo
share/locale/fi/LC_MESSAGES/kateopenheader.mo
share/locale/fi/LC_MESSAGES/katepart.mo
share/locale/fi/LC_MESSAGES/katepybrowse.mo
share/locale/fi/LC_MESSAGES/katesnippets.mo
share/locale/fi/LC_MESSAGES/katetabbarextension.mo
share/locale/fi/LC_MESSAGES/katetextfilter.mo
share/locale/fi/LC_MESSAGES/katexmlcheck.mo
share/locale/fi/LC_MESSAGES/katexmltools.mo
share/locale/fi/LC_MESSAGES/katomic.mo
share/locale/fi/LC_MESSAGES/kaudiocreator.mo
share/locale/fi/LC_MESSAGES/kay.mo
share/locale/fi/LC_MESSAGES/kbabel.mo
share/locale/fi/LC_MESSAGES/kbackgammon.mo
share/locale/fi/LC_MESSAGES/kbattleship.mo
share/locale/fi/LC_MESSAGES/kbinaryclock.mo
share/locale/fi/LC_MESSAGES/kblackbox.mo
share/locale/fi/LC_MESSAGES/kbounce.mo
share/locale/fi/LC_MESSAGES/kbruch.mo
share/locale/fi/LC_MESSAGES/kbstateapplet.mo
share/locale/fi/LC_MESSAGES/kbugbuster.mo
share/locale/fi/LC_MESSAGES/kcalc.mo
share/locale/fi/LC_MESSAGES/kcharselect.mo
share/locale/fi/LC_MESSAGES/kcharselectapplet.mo
share/locale/fi/LC_MESSAGES/kcm_krfb.mo
share/locale/fi/LC_MESSAGES/kcm_kviewcanvasconfig.mo
share/locale/fi/LC_MESSAGES/kcm_kviewgeneralconfig.mo
share/locale/fi/LC_MESSAGES/kcm_kviewpluginsconfig.mo
share/locale/fi/LC_MESSAGES/kcm_kviewviewerpluginsconfig.mo
share/locale/fi/LC_MESSAGES/kcmaccess.mo
share/locale/fi/LC_MESSAGES/kcmaccessibility.mo
share/locale/fi/LC_MESSAGES/kcmarts.mo
share/locale/fi/LC_MESSAGES/kcmaudiocd.mo
share/locale/fi/LC_MESSAGES/kcmbackground.mo
share/locale/fi/LC_MESSAGES/kcmbell.mo
share/locale/fi/LC_MESSAGES/kcmcddb.mo
share/locale/fi/LC_MESSAGES/kcmcgi.mo
share/locale/fi/LC_MESSAGES/kcmcolors.mo
share/locale/fi/LC_MESSAGES/kcmcomponentchooser.mo
share/locale/fi/LC_MESSAGES/kcmcrypto.mo
share/locale/fi/LC_MESSAGES/kcmcss.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/kcminfo.mo
share/locale/fi/LC_MESSAGES/kcminput.mo
share/locale/fi/LC_MESSAGES/kcmioslaveinfo.mo
share/locale/fi/LC_MESSAGES/kcmkabconfig.mo
share/locale/fi/LC_MESSAGES/kcmkamera.mo
share/locale/fi/LC_MESSAGES/kcmkclock.mo
share/locale/fi/LC_MESSAGES/kcmkded.mo
share/locale/fi/LC_MESSAGES/kcmkeys.mo
share/locale/fi/LC_MESSAGES/kcmkicker.mo
share/locale/fi/LC_MESSAGES/kcmkonq.mo
share/locale/fi/LC_MESSAGES/kcmkonqhtml.mo
share/locale/fi/LC_MESSAGES/kcmkonsole.mo
share/locale/fi/LC_MESSAGES/kcmkontactnt.mo
share/locale/fi/LC_MESSAGES/kcmktalkd.mo
share/locale/fi/LC_MESSAGES/kcmkuick.mo
share/locale/fi/LC_MESSAGES/kcmkurifilt.mo
share/locale/fi/LC_MESSAGES/kcmkvaio.mo
share/locale/fi/LC_MESSAGES/kcmkwm.mo
share/locale/fi/LC_MESSAGES/kcmlanbrowser.mo
share/locale/fi/LC_MESSAGES/kcmlaptop.mo
share/locale/fi/LC_MESSAGES/kcmlaunch.mo
share/locale/fi/LC_MESSAGES/kcmlayout.mo
share/locale/fi/LC_MESSAGES/kcmlilo.mo
share/locale/fi/LC_MESSAGES/kcmlirc.mo
share/locale/fi/LC_MESSAGES/kcmlocale.mo
share/locale/fi/LC_MESSAGES/kcmmedia.mo
share/locale/fi/LC_MESSAGES/kcmnic.mo
share/locale/fi/LC_MESSAGES/kcmnotify.mo
share/locale/fi/LC_MESSAGES/kcmperformance.mo
share/locale/fi/LC_MESSAGES/kcmprintmgr.mo
share/locale/fi/LC_MESSAGES/kcmsamba.mo
share/locale/fi/LC_MESSAGES/kcmscreensaver.mo
share/locale/fi/LC_MESSAGES/kcmsmartcard.mo
share/locale/fi/LC_MESSAGES/kcmsmserver.mo
share/locale/fi/LC_MESSAGES/kcmspellchecking.mo
share/locale/fi/LC_MESSAGES/kcmstyle.mo
share/locale/fi/LC_MESSAGES/kcmtaskbar.mo
share/locale/fi/LC_MESSAGES/kcmtdednssd.mo
share/locale/fi/LC_MESSAGES/kcmtdeio.mo
share/locale/fi/LC_MESSAGES/kcmtdewallet.mo
share/locale/fi/LC_MESSAGES/kcmthinkpad.mo
share/locale/fi/LC_MESSAGES/kcmtwindecoration.mo
share/locale/fi/LC_MESSAGES/kcmtwinrules.mo
share/locale/fi/LC_MESSAGES/kcmusb.mo
share/locale/fi/LC_MESSAGES/kcmview1394.mo
share/locale/fi/LC_MESSAGES/kcmwifi.mo
share/locale/fi/LC_MESSAGES/kcmxinerama.mo
share/locale/fi/LC_MESSAGES/kcoloredit.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/kdesktop.mo
share/locale/fi/LC_MESSAGES/kdf.mo
share/locale/fi/LC_MESSAGES/kdgantt.mo
share/locale/fi/LC_MESSAGES/kdialog.mo
share/locale/fi/LC_MESSAGES/kdict.mo
share/locale/fi/LC_MESSAGES/kdictapplet.mo
share/locale/fi/LC_MESSAGES/kdjview.mo
share/locale/fi/LC_MESSAGES/kdvi.mo
share/locale/fi/LC_MESSAGES/kedit.mo
share/locale/fi/LC_MESSAGES/keduca.mo
share/locale/fi/LC_MESSAGES/kenolaba.mo
share/locale/fi/LC_MESSAGES/kfax.mo
share/locale/fi/LC_MESSAGES/kfaxview.mo
share/locale/fi/LC_MESSAGES/kfifteenapplet.mo
share/locale/fi/LC_MESSAGES/kfindpart.mo
share/locale/fi/LC_MESSAGES/kfloppy.mo
share/locale/fi/LC_MESSAGES/kfmclient.mo
share/locale/fi/LC_MESSAGES/kfouleggs.mo
share/locale/fi/LC_MESSAGES/kgamma.mo
share/locale/fi/LC_MESSAGES/kgantt.mo
share/locale/fi/LC_MESSAGES/kgeography.mo
share/locale/fi/LC_MESSAGES/kget.mo
share/locale/fi/LC_MESSAGES/kghostview.mo
share/locale/fi/LC_MESSAGES/kgoldrunner.mo
share/locale/fi/LC_MESSAGES/kgpg.mo
share/locale/fi/LC_MESSAGES/kgreet_classic.mo
share/locale/fi/LC_MESSAGES/kgreet_winbind.mo
share/locale/fi/LC_MESSAGES/khangman.mo
share/locale/fi/LC_MESSAGES/khelpcenter.mo
share/locale/fi/LC_MESSAGES/khexedit.mo
share/locale/fi/LC_MESSAGES/khexedit2part.mo
share/locale/fi/LC_MESSAGES/khotkeys.mo
share/locale/fi/LC_MESSAGES/kicker.mo
share/locale/fi/LC_MESSAGES/kickermenu_kate.mo
share/locale/fi/LC_MESSAGES/kig.mo
share/locale/fi/LC_MESSAGES/kimagemapeditor.mo
share/locale/fi/LC_MESSAGES/kinetd.mo
share/locale/fi/LC_MESSAGES/kiten.mo
share/locale/fi/LC_MESSAGES/kjobviewer.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/klatin.mo
share/locale/fi/LC_MESSAGES/kleopatra.mo
share/locale/fi/LC_MESSAGES/klettres.mo
share/locale/fi/LC_MESSAGES/klickety.mo
share/locale/fi/LC_MESSAGES/klines.mo
share/locale/fi/LC_MESSAGES/klinkstatus.mo
share/locale/fi/LC_MESSAGES/klipper.mo
share/locale/fi/LC_MESSAGES/klock.mo
share/locale/fi/LC_MESSAGES/kmag.mo
share/locale/fi/LC_MESSAGES/kmahjongg.mo
share/locale/fi/LC_MESSAGES/kmail.mo
share/locale/fi/LC_MESSAGES/kmail_text_calendar_plugin.mo
share/locale/fi/LC_MESSAGES/kmail_text_vcard_plugin.mo
share/locale/fi/LC_MESSAGES/kmailcvt.mo
share/locale/fi/LC_MESSAGES/kmathapplet.mo
share/locale/fi/LC_MESSAGES/kmcop.mo
share/locale/fi/LC_MESSAGES/kmenuapplet.mo
share/locale/fi/LC_MESSAGES/kmenuedit.mo
share/locale/fi/LC_MESSAGES/kmilo_delli8k.mo
share/locale/fi/LC_MESSAGES/kmilo_generic.mo
share/locale/fi/LC_MESSAGES/kmilo_kvaio.mo
share/locale/fi/LC_MESSAGES/kmilo_powerbook.mo
share/locale/fi/LC_MESSAGES/kmilo_thinkpad.mo
share/locale/fi/LC_MESSAGES/kmilod.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/kmobile.mo
share/locale/fi/LC_MESSAGES/kmoon.mo
share/locale/fi/LC_MESSAGES/kmousetool.mo
share/locale/fi/LC_MESSAGES/kmouth.mo
share/locale/fi/LC_MESSAGES/kmplot.mo
share/locale/fi/LC_MESSAGES/kmrml.mo
share/locale/fi/LC_MESSAGES/knetattach.mo
share/locale/fi/LC_MESSAGES/knetwalk.mo
share/locale/fi/LC_MESSAGES/knetworkconf.mo
share/locale/fi/LC_MESSAGES/knewsticker.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/kodo.mo
share/locale/fi/LC_MESSAGES/kolf.mo
share/locale/fi/LC_MESSAGES/kolourpaint.mo
share/locale/fi/LC_MESSAGES/kolourpicker.mo
share/locale/fi/LC_MESSAGES/kommander.mo
share/locale/fi/LC_MESSAGES/kompare.mo
share/locale/fi/LC_MESSAGES/konnector_dummy.mo
share/locale/fi/LC_MESSAGES/konnector_kabc.mo
share/locale/fi/LC_MESSAGES/konnector_kcal.mo
share/locale/fi/LC_MESSAGES/konnector_local.mo
share/locale/fi/LC_MESSAGES/konnector_qtopia.mo
share/locale/fi/LC_MESSAGES/konnector_remote.mo
share/locale/fi/LC_MESSAGES/konqsidebar_delicious.mo
share/locale/fi/LC_MESSAGES/konqsidebar_mediaplayer.mo
share/locale/fi/LC_MESSAGES/konqsidebar_metabar.mo
share/locale/fi/LC_MESSAGES/konqsidebar_news.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/konsolekalendar.mo
share/locale/fi/LC_MESSAGES/kontact.mo
share/locale/fi/LC_MESSAGES/kooka.mo
share/locale/fi/LC_MESSAGES/kopete.mo
share/locale/fi/LC_MESSAGES/korganizer.mo
share/locale/fi/LC_MESSAGES/korn.mo
share/locale/fi/LC_MESSAGES/kpackage.mo
share/locale/fi/LC_MESSAGES/kpager.mo
share/locale/fi/LC_MESSAGES/kpat.mo
share/locale/fi/LC_MESSAGES/kpdf.mo
share/locale/fi/LC_MESSAGES/kpercentage.mo
share/locale/fi/LC_MESSAGES/kpersonalizer.mo
share/locale/fi/LC_MESSAGES/kpf.mo
share/locale/fi/LC_MESSAGES/kpoker.mo
share/locale/fi/LC_MESSAGES/kpovmodeler.mo
share/locale/fi/LC_MESSAGES/kppp.mo
share/locale/fi/LC_MESSAGES/kppplogview.mo
share/locale/fi/LC_MESSAGES/kprinter.mo
share/locale/fi/LC_MESSAGES/krdb.mo
share/locale/fi/LC_MESSAGES/krdc.mo
share/locale/fi/LC_MESSAGES/kreadconfig.mo
share/locale/fi/LC_MESSAGES/krec.mo
share/locale/fi/LC_MESSAGES/kregexpeditor.mo
share/locale/fi/LC_MESSAGES/kres_birthday.mo
share/locale/fi/LC_MESSAGES/kres_blogging.mo
share/locale/fi/LC_MESSAGES/kres_bugzilla.mo
share/locale/fi/LC_MESSAGES/kres_exchange.mo
share/locale/fi/LC_MESSAGES/kres_featureplan.mo
share/locale/fi/LC_MESSAGES/kres_groupware.mo
share/locale/fi/LC_MESSAGES/kres_groupwise.mo
share/locale/fi/LC_MESSAGES/kres_kolab.mo
share/locale/fi/LC_MESSAGES/kres_remote.mo
share/locale/fi/LC_MESSAGES/kres_tvanytime.mo
share/locale/fi/LC_MESSAGES/kres_xmlrpc.mo
share/locale/fi/LC_MESSAGES/kreversi.mo
share/locale/fi/LC_MESSAGES/krfb.mo
share/locale/fi/LC_MESSAGES/kruler.mo
share/locale/fi/LC_MESSAGES/krunapplet.mo
share/locale/fi/LC_MESSAGES/ksame.mo
share/locale/fi/LC_MESSAGES/ksayit.mo
share/locale/fi/LC_MESSAGES/kscd.mo
share/locale/fi/LC_MESSAGES/kshisen.mo
share/locale/fi/LC_MESSAGES/ksig.mo
share/locale/fi/LC_MESSAGES/ksim.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/ksplashthemes.mo
share/locale/fi/LC_MESSAGES/kstars.mo
share/locale/fi/LC_MESSAGES/kstart.mo
share/locale/fi/LC_MESSAGES/kstartperf.mo
share/locale/fi/LC_MESSAGES/ksvgplugin.mo
share/locale/fi/LC_MESSAGES/ksysguard.mo
share/locale/fi/LC_MESSAGES/ksystemtrayapplet.mo
share/locale/fi/LC_MESSAGES/ksystraycmd.mo
share/locale/fi/LC_MESSAGES/ksysv.mo
share/locale/fi/LC_MESSAGES/kteatime.mo
share/locale/fi/LC_MESSAGES/kthememanager.mo
share/locale/fi/LC_MESSAGES/ktimemon.mo
share/locale/fi/LC_MESSAGES/ktimer.mo
share/locale/fi/LC_MESSAGES/ktip.mo
share/locale/fi/LC_MESSAGES/ktnef.mo
share/locale/fi/LC_MESSAGES/ktouch.mo
share/locale/fi/LC_MESSAGES/ktron.mo
share/locale/fi/LC_MESSAGES/kttsd.mo
share/locale/fi/LC_MESSAGES/ktuberling.mo
share/locale/fi/LC_MESSAGES/kturtle.mo
share/locale/fi/LC_MESSAGES/ktux.mo
share/locale/fi/LC_MESSAGES/kuick_plugin.mo
share/locale/fi/LC_MESSAGES/kuickshow.mo
share/locale/fi/LC_MESSAGES/kuiviewer.mo
share/locale/fi/LC_MESSAGES/kuser.mo
share/locale/fi/LC_MESSAGES/kverbos.mo
share/locale/fi/LC_MESSAGES/kview.mo
share/locale/fi/LC_MESSAGES/kview_scale.mo
share/locale/fi/LC_MESSAGES/kviewbrowserplugin.mo
share/locale/fi/LC_MESSAGES/kviewcanvas.mo
share/locale/fi/LC_MESSAGES/kvieweffectsplugin.mo
share/locale/fi/LC_MESSAGES/kviewpresenterplugin.mo
share/locale/fi/LC_MESSAGES/kviewscannerplugin.mo
share/locale/fi/LC_MESSAGES/kviewshell.mo
share/locale/fi/LC_MESSAGES/kviewviewer.mo
share/locale/fi/LC_MESSAGES/kvoctrain.mo
share/locale/fi/LC_MESSAGES/kwatchgnupg.mo
share/locale/fi/LC_MESSAGES/kweather.mo
share/locale/fi/LC_MESSAGES/kwifimanager.mo
share/locale/fi/LC_MESSAGES/kwireless.mo
share/locale/fi/LC_MESSAGES/kwordquiz.mo
share/locale/fi/LC_MESSAGES/kworldclock.mo
share/locale/fi/LC_MESSAGES/kwriteconfig.mo
share/locale/fi/LC_MESSAGES/kxkb.mo
share/locale/fi/LC_MESSAGES/kxsconfig.mo
share/locale/fi/LC_MESSAGES/kxsldbg.mo
share/locale/fi/LC_MESSAGES/libKTTSD.mo
share/locale/fi/LC_MESSAGES/libdmctl.mo
share/locale/fi/LC_MESSAGES/libkaddrbk_geo_xxport.mo
share/locale/fi/LC_MESSAGES/libkaddrbk_gmx_xxport.mo
share/locale/fi/LC_MESSAGES/libkcal.mo
share/locale/fi/LC_MESSAGES/libkcddb.mo
share/locale/fi/LC_MESSAGES/libkfaximgage.mo
share/locale/fi/LC_MESSAGES/libkholidays.mo
share/locale/fi/LC_MESSAGES/libkicker.mo
share/locale/fi/LC_MESSAGES/libkickermenu_konsole.mo
share/locale/fi/LC_MESSAGES/libkickermenu_prefmenu.mo
share/locale/fi/LC_MESSAGES/libkickermenu_recentdocs.mo
share/locale/fi/LC_MESSAGES/libkickermenu_remotemenu.mo
share/locale/fi/LC_MESSAGES/libkickermenu_systemmenu.mo
share/locale/fi/LC_MESSAGES/libkickermenu_tdeprint.mo
share/locale/fi/LC_MESSAGES/libkickermenu_tom.mo
share/locale/fi/LC_MESSAGES/libkleopatra.mo
share/locale/fi/LC_MESSAGES/libkmime.mo
share/locale/fi/LC_MESSAGES/libkonq.mo
share/locale/fi/LC_MESSAGES/libkpgp.mo
share/locale/fi/LC_MESSAGES/libkpimexchange.mo
share/locale/fi/LC_MESSAGES/libkscan.mo
share/locale/fi/LC_MESSAGES/libksieve.mo
share/locale/fi/LC_MESSAGES/libksirtet.mo
share/locale/fi/LC_MESSAGES/libksync.mo
share/locale/fi/LC_MESSAGES/libtaskbar.mo
share/locale/fi/LC_MESSAGES/libtaskmanager.mo
share/locale/fi/LC_MESSAGES/libtdeedu.mo
share/locale/fi/LC_MESSAGES/libtdegames.mo
share/locale/fi/LC_MESSAGES/libtdepim.mo
share/locale/fi/LC_MESSAGES/libtdescreensaver.mo
share/locale/fi/LC_MESSAGES/lockout.mo
share/locale/fi/LC_MESSAGES/lskat.mo
share/locale/fi/LC_MESSAGES/lyrics.mo
share/locale/fi/LC_MESSAGES/mediaapplet.mo
share/locale/fi/LC_MESSAGES/mediacontrol.mo
share/locale/fi/LC_MESSAGES/mf_konqplugin.mo
share/locale/fi/LC_MESSAGES/minitoolsplugin.mo
share/locale/fi/LC_MESSAGES/naughtyapplet.mo
share/locale/fi/LC_MESSAGES/nexscope.mo
share/locale/fi/LC_MESSAGES/noatun.mo
share/locale/fi/LC_MESSAGES/nsplugin.mo
share/locale/fi/LC_MESSAGES/pitchablespeed.mo
share/locale/fi/LC_MESSAGES/ppdtranslations.mo
share/locale/fi/LC_MESSAGES/privacy.mo
share/locale/fi/LC_MESSAGES/quanta.mo
share/locale/fi/LC_MESSAGES/quicklauncher.mo
share/locale/fi/LC_MESSAGES/rellinks.mo
share/locale/fi/LC_MESSAGES/searchbarplugin.mo
share/locale/fi/LC_MESSAGES/secpolicy.mo
share/locale/fi/LC_MESSAGES/spy.mo
share/locale/fi/LC_MESSAGES/superkaramba.mo
share/locale/fi/LC_MESSAGES/synaescope.mo
share/locale/fi/LC_MESSAGES/tdeabc2mutt.mo
share/locale/fi/LC_MESSAGES/tdeabc_dir.mo
share/locale/fi/LC_MESSAGES/tdeabc_file.mo
share/locale/fi/LC_MESSAGES/tdeabc_ldaptdeio.mo
share/locale/fi/LC_MESSAGES/tdeabc_net.mo
share/locale/fi/LC_MESSAGES/tdeabc_slox.mo
share/locale/fi/LC_MESSAGES/tdeabc_sql.mo
share/locale/fi/LC_MESSAGES/tdeabcformat_binary.mo
share/locale/fi/LC_MESSAGES/tdecachegrind.mo
share/locale/fi/LC_MESSAGES/tdecmshell.mo
share/locale/fi/LC_MESSAGES/tdedebugdialog.mo
share/locale/fi/LC_MESSAGES/tdefile_au.mo
share/locale/fi/LC_MESSAGES/tdefile_avi.mo
share/locale/fi/LC_MESSAGES/tdefile_bmp.mo
share/locale/fi/LC_MESSAGES/tdefile_cert.mo
share/locale/fi/LC_MESSAGES/tdefile_cpp.mo
share/locale/fi/LC_MESSAGES/tdefile_dds.mo
share/locale/fi/LC_MESSAGES/tdefile_deb.mo
share/locale/fi/LC_MESSAGES/tdefile_desktop.mo
share/locale/fi/LC_MESSAGES/tdefile_diff.mo
share/locale/fi/LC_MESSAGES/tdefile_drgeo.mo
share/locale/fi/LC_MESSAGES/tdefile_dvi.mo
share/locale/fi/LC_MESSAGES/tdefile_exr.mo
share/locale/fi/LC_MESSAGES/tdefile_flac.mo
share/locale/fi/LC_MESSAGES/tdefile_folder.mo
share/locale/fi/LC_MESSAGES/tdefile_gif.mo
share/locale/fi/LC_MESSAGES/tdefile_html.mo
share/locale/fi/LC_MESSAGES/tdefile_ico.mo
share/locale/fi/LC_MESSAGES/tdefile_ics.mo
share/locale/fi/LC_MESSAGES/tdefile_jpeg.mo
share/locale/fi/LC_MESSAGES/tdefile_kig.mo
share/locale/fi/LC_MESSAGES/tdefile_lnk.mo
share/locale/fi/LC_MESSAGES/tdefile_m3u.mo
share/locale/fi/LC_MESSAGES/tdefile_mhtml.mo
share/locale/fi/LC_MESSAGES/tdefile_mp3.mo
share/locale/fi/LC_MESSAGES/tdefile_mpc.mo
share/locale/fi/LC_MESSAGES/tdefile_mpeg.mo
share/locale/fi/LC_MESSAGES/tdefile_ogg.mo
share/locale/fi/LC_MESSAGES/tdefile_palm.mo
share/locale/fi/LC_MESSAGES/tdefile_pcx.mo
share/locale/fi/LC_MESSAGES/tdefile_pdf.mo
share/locale/fi/LC_MESSAGES/tdefile_png.mo
share/locale/fi/LC_MESSAGES/tdefile_pnm.mo
share/locale/fi/LC_MESSAGES/tdefile_po.mo
share/locale/fi/LC_MESSAGES/tdefile_ps.mo
share/locale/fi/LC_MESSAGES/tdefile_rfc822.mo
share/locale/fi/LC_MESSAGES/tdefile_rgb.mo
share/locale/fi/LC_MESSAGES/tdefile_rpm.mo
share/locale/fi/LC_MESSAGES/tdefile_sid.mo
share/locale/fi/LC_MESSAGES/tdefile_tga.mo
share/locale/fi/LC_MESSAGES/tdefile_theora.mo
share/locale/fi/LC_MESSAGES/tdefile_tiff.mo
share/locale/fi/LC_MESSAGES/tdefile_torrent.mo
share/locale/fi/LC_MESSAGES/tdefile_ts.mo
share/locale/fi/LC_MESSAGES/tdefile_txt.mo
share/locale/fi/LC_MESSAGES/tdefile_vcf.mo
share/locale/fi/LC_MESSAGES/tdefile_wav.mo
share/locale/fi/LC_MESSAGES/tdefile_xbm.mo
share/locale/fi/LC_MESSAGES/tdefile_xpm.mo
share/locale/fi/LC_MESSAGES/tdefileaudiopreview.mo
share/locale/fi/LC_MESSAGES/tdefilereplace.mo
share/locale/fi/LC_MESSAGES/tdefileshare.mo
share/locale/fi/LC_MESSAGES/tdefontinst.mo
share/locale/fi/LC_MESSAGES/tdehtmlkttsd.mo
share/locale/fi/LC_MESSAGES/tdehtmlsettingsplugin.mo
share/locale/fi/LC_MESSAGES/tdeiconedit.mo
share/locale/fi/LC_MESSAGES/tdeio.mo
share/locale/fi/LC_MESSAGES/tdeio_audiocd.mo
share/locale/fi/LC_MESSAGES/tdeio_finger.mo
share/locale/fi/LC_MESSAGES/tdeio_fish.mo
share/locale/fi/LC_MESSAGES/tdeio_floppy.mo
share/locale/fi/LC_MESSAGES/tdeio_groupwise.mo
share/locale/fi/LC_MESSAGES/tdeio_help.mo
share/locale/fi/LC_MESSAGES/tdeio_home.mo
share/locale/fi/LC_MESSAGES/tdeio_imap4.mo
share/locale/fi/LC_MESSAGES/tdeio_jabberdisco.mo
share/locale/fi/LC_MESSAGES/tdeio_lan.mo
share/locale/fi/LC_MESSAGES/tdeio_ldap.mo
share/locale/fi/LC_MESSAGES/tdeio_mac.mo
share/locale/fi/LC_MESSAGES/tdeio_man.mo
share/locale/fi/LC_MESSAGES/tdeio_media.mo
share/locale/fi/LC_MESSAGES/tdeio_mobile.mo
share/locale/fi/LC_MESSAGES/tdeio_nfs.mo
share/locale/fi/LC_MESSAGES/tdeio_nntp.mo
share/locale/fi/LC_MESSAGES/tdeio_pop3.mo
share/locale/fi/LC_MESSAGES/tdeio_print.mo
share/locale/fi/LC_MESSAGES/tdeio_remote.mo
share/locale/fi/LC_MESSAGES/tdeio_settings.mo
share/locale/fi/LC_MESSAGES/tdeio_sftp.mo
share/locale/fi/LC_MESSAGES/tdeio_sieve.mo
share/locale/fi/LC_MESSAGES/tdeio_smb.mo
share/locale/fi/LC_MESSAGES/tdeio_smtp.mo
share/locale/fi/LC_MESSAGES/tdeio_svn.mo
share/locale/fi/LC_MESSAGES/tdeio_system.mo
share/locale/fi/LC_MESSAGES/tdeio_tar.mo
share/locale/fi/LC_MESSAGES/tdeio_thumbnail.mo
share/locale/fi/LC_MESSAGES/tdeio_trash.mo
share/locale/fi/LC_MESSAGES/tdeio_zeroconf.mo
share/locale/fi/LC_MESSAGES/tdeioexec.mo
share/locale/fi/LC_MESSAGES/tdelibs.mo
share/locale/fi/LC_MESSAGES/tdelibs_colors.mo
share/locale/fi/LC_MESSAGES/tdelirc.mo
share/locale/fi/LC_MESSAGES/tdemid.mo
share/locale/fi/LC_MESSAGES/tdepartsaver.mo
share/locale/fi/LC_MESSAGES/tdepasswd.mo
share/locale/fi/LC_MESSAGES/tdepimresources.mo
share/locale/fi/LC_MESSAGES/tdepimwizards.mo
share/locale/fi/LC_MESSAGES/tdeprint.mo
share/locale/fi/LC_MESSAGES/tdeprint_part.mo
share/locale/fi/LC_MESSAGES/tdeprintfax.mo
share/locale/fi/LC_MESSAGES/tderandr.mo
share/locale/fi/LC_MESSAGES/tdescreensaver.mo
share/locale/fi/LC_MESSAGES/tdessh.mo
share/locale/fi/LC_MESSAGES/tdestyle_highcontrast_config.mo
share/locale/fi/LC_MESSAGES/tdestyle_keramik_config.mo
share/locale/fi/LC_MESSAGES/tdestyle_phase_config.mo
share/locale/fi/LC_MESSAGES/tdestyle_plastik_config.mo
share/locale/fi/LC_MESSAGES/tdesu.mo
share/locale/fi/LC_MESSAGES/tdesud.mo
share/locale/fi/LC_MESSAGES/tdetexteditor_autobookmarker.mo
share/locale/fi/LC_MESSAGES/tdetexteditor_docwordcompletion.mo
share/locale/fi/LC_MESSAGES/tdetexteditor_insertfile.mo
share/locale/fi/LC_MESSAGES/tdetexteditor_isearch.mo
share/locale/fi/LC_MESSAGES/tdetexteditor_kdatatool.mo
share/locale/fi/LC_MESSAGES/tdevdesigner.mo
share/locale/fi/LC_MESSAGES/tdevelop.mo
share/locale/fi/LC_MESSAGES/tdevtipofday.mo
share/locale/fi/LC_MESSAGES/tdewalletmanager.mo
share/locale/fi/LC_MESSAGES/tdmconfig.mo
share/locale/fi/LC_MESSAGES/tdmgreet.mo
share/locale/fi/LC_MESSAGES/timezones.mo
share/locale/fi/LC_MESSAGES/tippecanoe.mo
share/locale/fi/LC_MESSAGES/trashapplet.mo
share/locale/fi/LC_MESSAGES/twin.mo
share/locale/fi/LC_MESSAGES/twin4.mo
share/locale/fi/LC_MESSAGES/twin_art_clients.mo
share/locale/fi/LC_MESSAGES/twin_clients.mo
share/locale/fi/LC_MESSAGES/twin_lib.mo
share/locale/fi/LC_MESSAGES/tyler.mo
share/locale/fi/LC_MESSAGES/uachangerplugin.mo
share/locale/fi/LC_MESSAGES/umbrello.mo
share/locale/fi/LC_MESSAGES/useraccount.mo
share/locale/fi/LC_MESSAGES/validatorsplugin.mo
share/locale/fi/LC_MESSAGES/wakeup.mo
share/locale/fi/LC_MESSAGES/wavecapture.mo
share/locale/fi/LC_MESSAGES/webarchiver.mo
share/locale/fi/charset
share/locale/fi/entry.desktop
share/locale/fi/flag.png

@ -0,0 +1,43 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: core/tde-i18n-fr > misc/tde-i18n-fr
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTLANG= fr
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${PORTLANG}
TDE_PREVERSION=
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= misc x11
DIST_SUBDIR= TDE/core
PKGNAMEPREFIX= ${PORTLANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${PORTLANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}template/' \
'${EXTRACT_BASE}translations/' \
'${EXTRACT_BASE}tde-i18n-${PORTLANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
\
-DBUILD_ALL="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1682085515
SHA256 (TDE/core/tde-i18n-trinity_14.1.0.orig.tar.xz) = 9f64b518db380d1d0acf3f6b5baafdb3f486953739b9484bdc5d31f34f466a75
SIZE (TDE/core/tde-i18n-trinity_14.1.0.orig.tar.xz) = 195332236

@ -0,0 +1 @@
French (fr) internationalized (i18n) files for TDE

File diff suppressed because it is too large Load Diff

@ -0,0 +1,43 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: core/tde-i18n-fy > misc/tde-i18n-fy
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTLANG= fy
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${PORTLANG}
TDE_PREVERSION=
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= misc x11
DIST_SUBDIR= TDE/core
PKGNAMEPREFIX= ${PORTLANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${PORTLANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}template/' \
'${EXTRACT_BASE}translations/' \
'${EXTRACT_BASE}tde-i18n-${PORTLANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
\
-DBUILD_ALL="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1682085517
SHA256 (TDE/core/tde-i18n-trinity_14.1.0.orig.tar.xz) = 9f64b518db380d1d0acf3f6b5baafdb3f486953739b9484bdc5d31f34f466a75
SIZE (TDE/core/tde-i18n-trinity_14.1.0.orig.tar.xz) = 195332236

@ -0,0 +1 @@
Frisian (fy) internationalized (i18n) files for TDE

@ -0,0 +1,322 @@
share/locale/fy/LC_MESSAGES/akregator.mo
share/locale/fy/LC_MESSAGES/akregator_konqplugin.mo
share/locale/fy/LC_MESSAGES/alsaplayerui.mo
share/locale/fy/LC_MESSAGES/appletproxy.mo
share/locale/fy/LC_MESSAGES/ark_plugin.mo
share/locale/fy/LC_MESSAGES/atlantikdesigner.mo
share/locale/fy/LC_MESSAGES/audiorename_plugin.mo
share/locale/fy/LC_MESSAGES/autorefresh.mo
share/locale/fy/LC_MESSAGES/babelfish.mo
share/locale/fy/LC_MESSAGES/charlatanui.mo
share/locale/fy/LC_MESSAGES/clockapplet.mo
share/locale/fy/LC_MESSAGES/crashesplugin.mo
share/locale/fy/LC_MESSAGES/cupsdconf.mo
share/locale/fy/LC_MESSAGES/dirfilterplugin.mo
share/locale/fy/LC_MESSAGES/display.mo
share/locale/fy/LC_MESSAGES/dockbarextension.mo
share/locale/fy/LC_MESSAGES/domtreeviewer.mo
share/locale/fy/LC_MESSAGES/drkonqi.mo
share/locale/fy/LC_MESSAGES/dub.mo
share/locale/fy/LC_MESSAGES/extensionproxy.mo
share/locale/fy/LC_MESSAGES/ffrs.mo
share/locale/fy/LC_MESSAGES/filetypes.mo
share/locale/fy/LC_MESSAGES/fsview.mo
share/locale/fy/LC_MESSAGES/htmlsearch.mo
share/locale/fy/LC_MESSAGES/imagerename_plugin.mo
share/locale/fy/LC_MESSAGES/imgalleryplugin.mo
share/locale/fy/LC_MESSAGES/joystick.mo
share/locale/fy/LC_MESSAGES/kaccess.mo
share/locale/fy/LC_MESSAGES/kaddressbook.mo
share/locale/fy/LC_MESSAGES/kalarm.mo
share/locale/fy/LC_MESSAGES/kandy.mo
share/locale/fy/LC_MESSAGES/kappfinder.mo
share/locale/fy/LC_MESSAGES/karm.mo
share/locale/fy/LC_MESSAGES/kasbarextension.mo
share/locale/fy/LC_MESSAGES/kate.mo
share/locale/fy/LC_MESSAGES/katecppsymbolviewer.mo
share/locale/fy/LC_MESSAGES/katefiletemplates.mo
share/locale/fy/LC_MESSAGES/katefll_initplugin.mo
share/locale/fy/LC_MESSAGES/katefll_plugin.mo
share/locale/fy/LC_MESSAGES/katehelloworld.mo
share/locale/fy/LC_MESSAGES/katehtmltools.mo
share/locale/fy/LC_MESSAGES/kateinsertcommand.mo
share/locale/fy/LC_MESSAGES/katekjswrapper.mo
share/locale/fy/LC_MESSAGES/katemake.mo
share/locale/fy/LC_MESSAGES/katemodeline.mo
share/locale/fy/LC_MESSAGES/kateopenheader.mo
share/locale/fy/LC_MESSAGES/katepart.mo
share/locale/fy/LC_MESSAGES/katepybrowse.mo
share/locale/fy/LC_MESSAGES/katesnippets.mo
share/locale/fy/LC_MESSAGES/katetabbarextension.mo
share/locale/fy/LC_MESSAGES/katetextfilter.mo
share/locale/fy/LC_MESSAGES/katexmlcheck.mo
share/locale/fy/LC_MESSAGES/katexmltools.mo
share/locale/fy/LC_MESSAGES/kay.mo
share/locale/fy/LC_MESSAGES/kbinaryclock.mo
share/locale/fy/LC_MESSAGES/kcm_kviewcanvasconfig.mo
share/locale/fy/LC_MESSAGES/kcm_kviewgeneralconfig.mo
share/locale/fy/LC_MESSAGES/kcm_kviewpluginsconfig.mo
share/locale/fy/LC_MESSAGES/kcm_kviewviewerpluginsconfig.mo
share/locale/fy/LC_MESSAGES/kcmaccess.mo
share/locale/fy/LC_MESSAGES/kcmaccessibility.mo
share/locale/fy/LC_MESSAGES/kcmarts.mo
share/locale/fy/LC_MESSAGES/kcmbackground.mo
share/locale/fy/LC_MESSAGES/kcmbell.mo
share/locale/fy/LC_MESSAGES/kcmcgi.mo
share/locale/fy/LC_MESSAGES/kcmcolors.mo
share/locale/fy/LC_MESSAGES/kcmcomponentchooser.mo
share/locale/fy/LC_MESSAGES/kcmcrypto.mo
share/locale/fy/LC_MESSAGES/kcmcss.mo
share/locale/fy/LC_MESSAGES/kcmenergy.mo
share/locale/fy/LC_MESSAGES/kcmfonts.mo
share/locale/fy/LC_MESSAGES/kcmhtmlsearch.mo
share/locale/fy/LC_MESSAGES/kcmicons.mo
share/locale/fy/LC_MESSAGES/kcminfo.mo
share/locale/fy/LC_MESSAGES/kcminput.mo
share/locale/fy/LC_MESSAGES/kcmioslaveinfo.mo
share/locale/fy/LC_MESSAGES/kcmkabconfig.mo
share/locale/fy/LC_MESSAGES/kcmkamera.mo
share/locale/fy/LC_MESSAGES/kcmkclock.mo
share/locale/fy/LC_MESSAGES/kcmkded.mo
share/locale/fy/LC_MESSAGES/kcmkeys.mo
share/locale/fy/LC_MESSAGES/kcmkicker.mo
share/locale/fy/LC_MESSAGES/kcmkonq.mo
share/locale/fy/LC_MESSAGES/kcmkonqhtml.mo
share/locale/fy/LC_MESSAGES/kcmkonsole.mo
share/locale/fy/LC_MESSAGES/kcmkontactnt.mo
share/locale/fy/LC_MESSAGES/kcmkuick.mo
share/locale/fy/LC_MESSAGES/kcmkurifilt.mo
share/locale/fy/LC_MESSAGES/kcmkwm.mo
share/locale/fy/LC_MESSAGES/kcmlaunch.mo
share/locale/fy/LC_MESSAGES/kcmlayout.mo
share/locale/fy/LC_MESSAGES/kcmlocale.mo
share/locale/fy/LC_MESSAGES/kcmmedia.mo
share/locale/fy/LC_MESSAGES/kcmnic.mo
share/locale/fy/LC_MESSAGES/kcmnotify.mo
share/locale/fy/LC_MESSAGES/kcmperformance.mo
share/locale/fy/LC_MESSAGES/kcmprintmgr.mo
share/locale/fy/LC_MESSAGES/kcmsamba.mo
share/locale/fy/LC_MESSAGES/kcmscreensaver.mo
share/locale/fy/LC_MESSAGES/kcmsmartcard.mo
share/locale/fy/LC_MESSAGES/kcmsmserver.mo
share/locale/fy/LC_MESSAGES/kcmspellchecking.mo
share/locale/fy/LC_MESSAGES/kcmstyle.mo
share/locale/fy/LC_MESSAGES/kcmtaskbar.mo
share/locale/fy/LC_MESSAGES/kcmtdednssd.mo
share/locale/fy/LC_MESSAGES/kcmtdeio.mo
share/locale/fy/LC_MESSAGES/kcmtdewallet.mo
share/locale/fy/LC_MESSAGES/kcmtwindecoration.mo
share/locale/fy/LC_MESSAGES/kcmtwinrules.mo
share/locale/fy/LC_MESSAGES/kcmusb.mo
share/locale/fy/LC_MESSAGES/kcmview1394.mo
share/locale/fy/LC_MESSAGES/kcmxinerama.mo
share/locale/fy/LC_MESSAGES/kcontrol.mo
share/locale/fy/LC_MESSAGES/kdcop.mo
share/locale/fy/LC_MESSAGES/kdesktop.mo
share/locale/fy/LC_MESSAGES/kdgantt.mo
share/locale/fy/LC_MESSAGES/kdialog.mo
share/locale/fy/LC_MESSAGES/kfindpart.mo
share/locale/fy/LC_MESSAGES/kfmclient.mo
share/locale/fy/LC_MESSAGES/kgantt.mo
share/locale/fy/LC_MESSAGES/kgreet_classic.mo
share/locale/fy/LC_MESSAGES/kgreet_winbind.mo
share/locale/fy/LC_MESSAGES/khelpcenter.mo
share/locale/fy/LC_MESSAGES/khotkeys.mo
share/locale/fy/LC_MESSAGES/kicker.mo
share/locale/fy/LC_MESSAGES/kickermenu_kate.mo
share/locale/fy/LC_MESSAGES/kitchensync.mo
share/locale/fy/LC_MESSAGES/kjobviewer.mo
share/locale/fy/LC_MESSAGES/kleopatra.mo
share/locale/fy/LC_MESSAGES/klipper.mo
share/locale/fy/LC_MESSAGES/klock.mo
share/locale/fy/LC_MESSAGES/kmail.mo
share/locale/fy/LC_MESSAGES/kmail_text_calendar_plugin.mo
share/locale/fy/LC_MESSAGES/kmail_text_vcard_plugin.mo
share/locale/fy/LC_MESSAGES/kmailcvt.mo
share/locale/fy/LC_MESSAGES/kmathapplet.mo
share/locale/fy/LC_MESSAGES/kmcop.mo
share/locale/fy/LC_MESSAGES/kmenuapplet.mo
share/locale/fy/LC_MESSAGES/kmenuedit.mo
share/locale/fy/LC_MESSAGES/kminipagerapplet.mo
share/locale/fy/LC_MESSAGES/kmobile.mo
share/locale/fy/LC_MESSAGES/knetattach.mo
share/locale/fy/LC_MESSAGES/knode.mo
share/locale/fy/LC_MESSAGES/knotes.mo
share/locale/fy/LC_MESSAGES/knotify.mo
share/locale/fy/LC_MESSAGES/kolourpicker.mo
share/locale/fy/LC_MESSAGES/konqsidebar_delicious.mo
share/locale/fy/LC_MESSAGES/konqsidebar_mediaplayer.mo
share/locale/fy/LC_MESSAGES/konqsidebar_metabar.mo
share/locale/fy/LC_MESSAGES/konqsidebar_news.mo
share/locale/fy/LC_MESSAGES/konqueror.mo
share/locale/fy/LC_MESSAGES/konsole.mo
share/locale/fy/LC_MESSAGES/konsolekalendar.mo
share/locale/fy/LC_MESSAGES/kontact.mo
share/locale/fy/LC_MESSAGES/korganizer.mo
share/locale/fy/LC_MESSAGES/korn.mo
share/locale/fy/LC_MESSAGES/kpager.mo
share/locale/fy/LC_MESSAGES/kpersonalizer.mo
share/locale/fy/LC_MESSAGES/kprinter.mo
share/locale/fy/LC_MESSAGES/krdb.mo
share/locale/fy/LC_MESSAGES/kreadconfig.mo
share/locale/fy/LC_MESSAGES/kres_birthday.mo
share/locale/fy/LC_MESSAGES/kres_blogging.mo
share/locale/fy/LC_MESSAGES/kres_exchange.mo
share/locale/fy/LC_MESSAGES/kres_featureplan.mo
share/locale/fy/LC_MESSAGES/kres_groupware.mo
share/locale/fy/LC_MESSAGES/kres_groupwise.mo
share/locale/fy/LC_MESSAGES/kres_kolab.mo
share/locale/fy/LC_MESSAGES/kres_remote.mo
share/locale/fy/LC_MESSAGES/kres_tvanytime.mo
share/locale/fy/LC_MESSAGES/kres_xmlrpc.mo
share/locale/fy/LC_MESSAGES/krunapplet.mo
share/locale/fy/LC_MESSAGES/ksig.mo
share/locale/fy/LC_MESSAGES/ksmserver.mo
share/locale/fy/LC_MESSAGES/ksplash.mo
share/locale/fy/LC_MESSAGES/ksplashthemes.mo
share/locale/fy/LC_MESSAGES/kstart.mo
share/locale/fy/LC_MESSAGES/ksysguard.mo
share/locale/fy/LC_MESSAGES/ksystemtrayapplet.mo
share/locale/fy/LC_MESSAGES/ksystraycmd.mo
share/locale/fy/LC_MESSAGES/kthememanager.mo
share/locale/fy/LC_MESSAGES/ktimemon.mo
share/locale/fy/LC_MESSAGES/ktip.mo
share/locale/fy/LC_MESSAGES/ktnef.mo
share/locale/fy/LC_MESSAGES/kuick_plugin.mo
share/locale/fy/LC_MESSAGES/kwatchgnupg.mo
share/locale/fy/LC_MESSAGES/kwriteconfig.mo
share/locale/fy/LC_MESSAGES/kxkb.mo
share/locale/fy/LC_MESSAGES/kxsconfig.mo
share/locale/fy/LC_MESSAGES/libdmctl.mo
share/locale/fy/LC_MESSAGES/libkaddrbk_geo_xxport.mo
share/locale/fy/LC_MESSAGES/libkaddrbk_gmx_xxport.mo
share/locale/fy/LC_MESSAGES/libkcal.mo
share/locale/fy/LC_MESSAGES/libkholidays.mo
share/locale/fy/LC_MESSAGES/libkicker.mo
share/locale/fy/LC_MESSAGES/libkickermenu_konsole.mo
share/locale/fy/LC_MESSAGES/libkickermenu_prefmenu.mo
share/locale/fy/LC_MESSAGES/libkickermenu_recentdocs.mo
share/locale/fy/LC_MESSAGES/libkickermenu_remotemenu.mo
share/locale/fy/LC_MESSAGES/libkickermenu_systemmenu.mo
share/locale/fy/LC_MESSAGES/libkickermenu_tdeprint.mo
share/locale/fy/LC_MESSAGES/libkickermenu_tom.mo
share/locale/fy/LC_MESSAGES/libkleopatra.mo
share/locale/fy/LC_MESSAGES/libkmime.mo
share/locale/fy/LC_MESSAGES/libkonq.mo
share/locale/fy/LC_MESSAGES/libkpgp.mo
share/locale/fy/LC_MESSAGES/libkpimexchange.mo
share/locale/fy/LC_MESSAGES/libksieve.mo
share/locale/fy/LC_MESSAGES/libksync.mo
share/locale/fy/LC_MESSAGES/libtaskbar.mo
share/locale/fy/LC_MESSAGES/libtaskmanager.mo
share/locale/fy/LC_MESSAGES/libtdepim.mo
share/locale/fy/LC_MESSAGES/libtdescreensaver.mo
share/locale/fy/LC_MESSAGES/lockout.mo
share/locale/fy/LC_MESSAGES/lyrics.mo
share/locale/fy/LC_MESSAGES/mediaapplet.mo
share/locale/fy/LC_MESSAGES/mediacontrol.mo
share/locale/fy/LC_MESSAGES/mf_konqplugin.mo
share/locale/fy/LC_MESSAGES/minitoolsplugin.mo
share/locale/fy/LC_MESSAGES/naughtyapplet.mo
share/locale/fy/LC_MESSAGES/nexscope.mo
share/locale/fy/LC_MESSAGES/nsplugin.mo
share/locale/fy/LC_MESSAGES/pitchablespeed.mo
share/locale/fy/LC_MESSAGES/privacy.mo
share/locale/fy/LC_MESSAGES/quicklauncher.mo
share/locale/fy/LC_MESSAGES/rellinks.mo
share/locale/fy/LC_MESSAGES/searchbarplugin.mo
share/locale/fy/LC_MESSAGES/synaescope.mo
share/locale/fy/LC_MESSAGES/tdeabc2mutt.mo
share/locale/fy/LC_MESSAGES/tdeabc_dir.mo
share/locale/fy/LC_MESSAGES/tdeabc_file.mo
share/locale/fy/LC_MESSAGES/tdeabc_ldaptdeio.mo
share/locale/fy/LC_MESSAGES/tdeabc_net.mo
share/locale/fy/LC_MESSAGES/tdeabc_slox.mo
share/locale/fy/LC_MESSAGES/tdeabc_sql.mo
share/locale/fy/LC_MESSAGES/tdeabcformat_binary.mo
share/locale/fy/LC_MESSAGES/tdecmshell.mo
share/locale/fy/LC_MESSAGES/tdedebugdialog.mo
share/locale/fy/LC_MESSAGES/tdefile_cert.mo
share/locale/fy/LC_MESSAGES/tdefile_desktop.mo
share/locale/fy/LC_MESSAGES/tdefile_folder.mo
share/locale/fy/LC_MESSAGES/tdefile_html.mo
share/locale/fy/LC_MESSAGES/tdefile_ics.mo
share/locale/fy/LC_MESSAGES/tdefile_lnk.mo
share/locale/fy/LC_MESSAGES/tdefile_mhtml.mo
share/locale/fy/LC_MESSAGES/tdefile_palm.mo
share/locale/fy/LC_MESSAGES/tdefile_rfc822.mo
share/locale/fy/LC_MESSAGES/tdefile_txt.mo
share/locale/fy/LC_MESSAGES/tdefile_vcf.mo
share/locale/fy/LC_MESSAGES/tdefileaudiopreview.mo
share/locale/fy/LC_MESSAGES/tdefontinst.mo
share/locale/fy/LC_MESSAGES/tdehtmlkttsd.mo
share/locale/fy/LC_MESSAGES/tdehtmlsettingsplugin.mo
share/locale/fy/LC_MESSAGES/tdeio.mo
share/locale/fy/LC_MESSAGES/tdeio_finger.mo
share/locale/fy/LC_MESSAGES/tdeio_fish.mo
share/locale/fy/LC_MESSAGES/tdeio_floppy.mo
share/locale/fy/LC_MESSAGES/tdeio_groupwise.mo
share/locale/fy/LC_MESSAGES/tdeio_help.mo
share/locale/fy/LC_MESSAGES/tdeio_home.mo
share/locale/fy/LC_MESSAGES/tdeio_imap4.mo
share/locale/fy/LC_MESSAGES/tdeio_ldap.mo
share/locale/fy/LC_MESSAGES/tdeio_mac.mo
share/locale/fy/LC_MESSAGES/tdeio_man.mo
share/locale/fy/LC_MESSAGES/tdeio_media.mo
share/locale/fy/LC_MESSAGES/tdeio_mobile.mo
share/locale/fy/LC_MESSAGES/tdeio_nfs.mo
share/locale/fy/LC_MESSAGES/tdeio_nntp.mo
share/locale/fy/LC_MESSAGES/tdeio_pop3.mo
share/locale/fy/LC_MESSAGES/tdeio_print.mo
share/locale/fy/LC_MESSAGES/tdeio_remote.mo
share/locale/fy/LC_MESSAGES/tdeio_settings.mo
share/locale/fy/LC_MESSAGES/tdeio_sftp.mo
share/locale/fy/LC_MESSAGES/tdeio_sieve.mo
share/locale/fy/LC_MESSAGES/tdeio_smb.mo
share/locale/fy/LC_MESSAGES/tdeio_smtp.mo
share/locale/fy/LC_MESSAGES/tdeio_system.mo
share/locale/fy/LC_MESSAGES/tdeio_tar.mo
share/locale/fy/LC_MESSAGES/tdeio_thumbnail.mo
share/locale/fy/LC_MESSAGES/tdeio_trash.mo
share/locale/fy/LC_MESSAGES/tdeioexec.mo
share/locale/fy/LC_MESSAGES/tdelibs.mo
share/locale/fy/LC_MESSAGES/tdelibs_colors.mo
share/locale/fy/LC_MESSAGES/tdepartsaver.mo
share/locale/fy/LC_MESSAGES/tdepasswd.mo
share/locale/fy/LC_MESSAGES/tdepimresources.mo
share/locale/fy/LC_MESSAGES/tdepimwizards.mo
share/locale/fy/LC_MESSAGES/tdeprint.mo
share/locale/fy/LC_MESSAGES/tdeprint_part.mo
share/locale/fy/LC_MESSAGES/tdeprintfax.mo
share/locale/fy/LC_MESSAGES/tderandr.mo
share/locale/fy/LC_MESSAGES/tdescreensaver.mo
share/locale/fy/LC_MESSAGES/tdestyle_highcontrast_config.mo
share/locale/fy/LC_MESSAGES/tdestyle_keramik_config.mo
share/locale/fy/LC_MESSAGES/tdestyle_phase_config.mo
share/locale/fy/LC_MESSAGES/tdestyle_plastik_config.mo
share/locale/fy/LC_MESSAGES/tdesu.mo
share/locale/fy/LC_MESSAGES/tdesud.mo
share/locale/fy/LC_MESSAGES/tdetexteditor_autobookmarker.mo
share/locale/fy/LC_MESSAGES/tdetexteditor_docwordcompletion.mo
share/locale/fy/LC_MESSAGES/tdetexteditor_insertfile.mo
share/locale/fy/LC_MESSAGES/tdetexteditor_isearch.mo
share/locale/fy/LC_MESSAGES/tdetexteditor_kdatatool.mo
share/locale/fy/LC_MESSAGES/tdewalletmanager.mo
share/locale/fy/LC_MESSAGES/tdmconfig.mo
share/locale/fy/LC_MESSAGES/tdmgreet.mo
share/locale/fy/LC_MESSAGES/timezones.mo
share/locale/fy/LC_MESSAGES/tippecanoe.mo
share/locale/fy/LC_MESSAGES/trashapplet.mo
share/locale/fy/LC_MESSAGES/twin.mo
share/locale/fy/LC_MESSAGES/twin_art_clients.mo
share/locale/fy/LC_MESSAGES/twin_clients.mo
share/locale/fy/LC_MESSAGES/twin_lib.mo
share/locale/fy/LC_MESSAGES/tyler.mo
share/locale/fy/LC_MESSAGES/uachangerplugin.mo
share/locale/fy/LC_MESSAGES/useraccount.mo
share/locale/fy/LC_MESSAGES/validatorsplugin.mo
share/locale/fy/LC_MESSAGES/wakeup.mo
share/locale/fy/LC_MESSAGES/wavecapture.mo
share/locale/fy/LC_MESSAGES/webarchiver.mo
share/locale/fy/charset
share/locale/fy/entry.desktop

@ -0,0 +1,43 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: core/tde-i18n-ga > misc/tde-i18n-ga
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTLANG= ga
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${PORTLANG}
TDE_PREVERSION=
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= misc x11
DIST_SUBDIR= TDE/core
PKGNAMEPREFIX= ${PORTLANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${PORTLANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}template/' \
'${EXTRACT_BASE}translations/' \
'${EXTRACT_BASE}tde-i18n-${PORTLANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
\
-DBUILD_ALL="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1682085519
SHA256 (TDE/core/tde-i18n-trinity_14.1.0.orig.tar.xz) = 9f64b518db380d1d0acf3f6b5baafdb3f486953739b9484bdc5d31f34f466a75
SIZE (TDE/core/tde-i18n-trinity_14.1.0.orig.tar.xz) = 195332236

@ -0,0 +1 @@
Irish Gaelic (ga) internationalized (i18n) files for TDE

@ -0,0 +1,560 @@
share/apps/khangman/data/ga/animals.kvtml
share/apps/khangman/data/ga/easy.kvtml
share/apps/khangman/data/ga/hard.kvtml
share/apps/khangman/data/ga/medium.kvtml
share/apps/khangman/ga.txt
share/locale/ga/LC_MESSAGES/akregator.mo
share/locale/ga/LC_MESSAGES/akregator_konqplugin.mo
share/locale/ga/LC_MESSAGES/alsaplayerui.mo
share/locale/ga/LC_MESSAGES/amor.mo
share/locale/ga/LC_MESSAGES/appletproxy.mo
share/locale/ga/LC_MESSAGES/ark.mo
share/locale/ga/LC_MESSAGES/ark_plugin.mo
share/locale/ga/LC_MESSAGES/artsbuilder.mo
share/locale/ga/LC_MESSAGES/artscontrol.mo
share/locale/ga/LC_MESSAGES/artsmodules.mo
share/locale/ga/LC_MESSAGES/atlantik.mo
share/locale/ga/LC_MESSAGES/atlantikdesigner.mo
share/locale/ga/LC_MESSAGES/audiocd_encoder_lame.mo
share/locale/ga/LC_MESSAGES/audiocd_encoder_vorbis.mo
share/locale/ga/LC_MESSAGES/audiorename_plugin.mo
share/locale/ga/LC_MESSAGES/autorefresh.mo
share/locale/ga/LC_MESSAGES/babelfish.mo
share/locale/ga/LC_MESSAGES/blinken.mo
share/locale/ga/LC_MESSAGES/cervisia.mo
share/locale/ga/LC_MESSAGES/charlatanui.mo
share/locale/ga/LC_MESSAGES/clockapplet.mo
share/locale/ga/LC_MESSAGES/crashesplugin.mo
share/locale/ga/LC_MESSAGES/cupsdconf.mo
share/locale/ga/LC_MESSAGES/cvsservice.mo
share/locale/ga/LC_MESSAGES/dcoprss.mo
share/locale/ga/LC_MESSAGES/dirfilterplugin.mo
share/locale/ga/LC_MESSAGES/display.mo
share/locale/ga/LC_MESSAGES/dockbarextension.mo
share/locale/ga/LC_MESSAGES/domtreeviewer.mo
share/locale/ga/LC_MESSAGES/drkonqi.mo
share/locale/ga/LC_MESSAGES/dub.mo
share/locale/ga/LC_MESSAGES/extensionproxy.mo
share/locale/ga/LC_MESSAGES/ffrs.mo
share/locale/ga/LC_MESSAGES/filetypes.mo
share/locale/ga/LC_MESSAGES/fsview.mo
share/locale/ga/LC_MESSAGES/htmlsearch.mo
share/locale/ga/LC_MESSAGES/imagerename_plugin.mo
share/locale/ga/LC_MESSAGES/imgalleryplugin.mo
share/locale/ga/LC_MESSAGES/irkick.mo
share/locale/ga/LC_MESSAGES/joystick.mo
share/locale/ga/LC_MESSAGES/juk.mo
share/locale/ga/LC_MESSAGES/kaboodle.mo
share/locale/ga/LC_MESSAGES/kaccess.mo
share/locale/ga/LC_MESSAGES/kaddressbook.mo
share/locale/ga/LC_MESSAGES/kalarm.mo
share/locale/ga/LC_MESSAGES/kalzium.mo
share/locale/ga/LC_MESSAGES/kanagram.mo
share/locale/ga/LC_MESSAGES/kandy.mo
share/locale/ga/LC_MESSAGES/kappfinder.mo
share/locale/ga/LC_MESSAGES/karm.mo
share/locale/ga/LC_MESSAGES/kasbarextension.mo
share/locale/ga/LC_MESSAGES/kasteroids.mo
share/locale/ga/LC_MESSAGES/kate.mo
share/locale/ga/LC_MESSAGES/katecppsymbolviewer.mo
share/locale/ga/LC_MESSAGES/katefiletemplates.mo
share/locale/ga/LC_MESSAGES/katefll_initplugin.mo
share/locale/ga/LC_MESSAGES/katefll_plugin.mo
share/locale/ga/LC_MESSAGES/katehelloworld.mo
share/locale/ga/LC_MESSAGES/katehtmltools.mo
share/locale/ga/LC_MESSAGES/kateinsertcommand.mo
share/locale/ga/LC_MESSAGES/katekjswrapper.mo
share/locale/ga/LC_MESSAGES/katemake.mo
share/locale/ga/LC_MESSAGES/katemodeline.mo
share/locale/ga/LC_MESSAGES/kateopenheader.mo
share/locale/ga/LC_MESSAGES/katepart.mo
share/locale/ga/LC_MESSAGES/katepybrowse.mo
share/locale/ga/LC_MESSAGES/katesnippets.mo
share/locale/ga/LC_MESSAGES/katetabbarextension.mo
share/locale/ga/LC_MESSAGES/katetextfilter.mo
share/locale/ga/LC_MESSAGES/katexmlcheck.mo
share/locale/ga/LC_MESSAGES/katexmltools.mo
share/locale/ga/LC_MESSAGES/katomic.mo
share/locale/ga/LC_MESSAGES/kaudiocreator.mo
share/locale/ga/LC_MESSAGES/kay.mo
share/locale/ga/LC_MESSAGES/kbabel.mo
share/locale/ga/LC_MESSAGES/kbackgammon.mo
share/locale/ga/LC_MESSAGES/kbattleship.mo
share/locale/ga/LC_MESSAGES/kbinaryclock.mo
share/locale/ga/LC_MESSAGES/kblackbox.mo
share/locale/ga/LC_MESSAGES/kbounce.mo
share/locale/ga/LC_MESSAGES/kbruch.mo
share/locale/ga/LC_MESSAGES/kbstateapplet.mo
share/locale/ga/LC_MESSAGES/kbugbuster.mo
share/locale/ga/LC_MESSAGES/kcalc.mo
share/locale/ga/LC_MESSAGES/kcharselect.mo
share/locale/ga/LC_MESSAGES/kcharselectapplet.mo
share/locale/ga/LC_MESSAGES/kcm_krfb.mo
share/locale/ga/LC_MESSAGES/kcm_kviewcanvasconfig.mo
share/locale/ga/LC_MESSAGES/kcm_kviewgeneralconfig.mo
share/locale/ga/LC_MESSAGES/kcm_kviewpluginsconfig.mo
share/locale/ga/LC_MESSAGES/kcm_kviewviewerpluginsconfig.mo
share/locale/ga/LC_MESSAGES/kcmaccess.mo
share/locale/ga/LC_MESSAGES/kcmaccessibility.mo
share/locale/ga/LC_MESSAGES/kcmarts.mo
share/locale/ga/LC_MESSAGES/kcmaudiocd.mo
share/locale/ga/LC_MESSAGES/kcmbackground.mo
share/locale/ga/LC_MESSAGES/kcmbell.mo
share/locale/ga/LC_MESSAGES/kcmcddb.mo
share/locale/ga/LC_MESSAGES/kcmcgi.mo
share/locale/ga/LC_MESSAGES/kcmcolors.mo
share/locale/ga/LC_MESSAGES/kcmcomponentchooser.mo
share/locale/ga/LC_MESSAGES/kcmcrypto.mo
share/locale/ga/LC_MESSAGES/kcmcss.mo
share/locale/ga/LC_MESSAGES/kcmenergy.mo
share/locale/ga/LC_MESSAGES/kcmfonts.mo
share/locale/ga/LC_MESSAGES/kcmhtmlsearch.mo
share/locale/ga/LC_MESSAGES/kcmicons.mo
share/locale/ga/LC_MESSAGES/kcminfo.mo
share/locale/ga/LC_MESSAGES/kcminput.mo
share/locale/ga/LC_MESSAGES/kcmioslaveinfo.mo
share/locale/ga/LC_MESSAGES/kcmkabconfig.mo
share/locale/ga/LC_MESSAGES/kcmkamera.mo
share/locale/ga/LC_MESSAGES/kcmkclock.mo
share/locale/ga/LC_MESSAGES/kcmkded.mo
share/locale/ga/LC_MESSAGES/kcmkeys.mo
share/locale/ga/LC_MESSAGES/kcmkicker.mo
share/locale/ga/LC_MESSAGES/kcmkonq.mo
share/locale/ga/LC_MESSAGES/kcmkonqhtml.mo
share/locale/ga/LC_MESSAGES/kcmkonsole.mo
share/locale/ga/LC_MESSAGES/kcmkontactnt.mo
share/locale/ga/LC_MESSAGES/kcmktalkd.mo
share/locale/ga/LC_MESSAGES/kcmkuick.mo
share/locale/ga/LC_MESSAGES/kcmkurifilt.mo
share/locale/ga/LC_MESSAGES/kcmkvaio.mo
share/locale/ga/LC_MESSAGES/kcmkwm.mo
share/locale/ga/LC_MESSAGES/kcmlanbrowser.mo
share/locale/ga/LC_MESSAGES/kcmlaptop.mo
share/locale/ga/LC_MESSAGES/kcmlaunch.mo
share/locale/ga/LC_MESSAGES/kcmlayout.mo
share/locale/ga/LC_MESSAGES/kcmlilo.mo
share/locale/ga/LC_MESSAGES/kcmlirc.mo
share/locale/ga/LC_MESSAGES/kcmlocale.mo
share/locale/ga/LC_MESSAGES/kcmmedia.mo
share/locale/ga/LC_MESSAGES/kcmnic.mo
share/locale/ga/LC_MESSAGES/kcmnotify.mo
share/locale/ga/LC_MESSAGES/kcmperformance.mo
share/locale/ga/LC_MESSAGES/kcmprintmgr.mo
share/locale/ga/LC_MESSAGES/kcmsamba.mo
share/locale/ga/LC_MESSAGES/kcmscreensaver.mo
share/locale/ga/LC_MESSAGES/kcmsmartcard.mo
share/locale/ga/LC_MESSAGES/kcmsmserver.mo
share/locale/ga/LC_MESSAGES/kcmspellchecking.mo
share/locale/ga/LC_MESSAGES/kcmstyle.mo
share/locale/ga/LC_MESSAGES/kcmtaskbar.mo
share/locale/ga/LC_MESSAGES/kcmtdednssd.mo
share/locale/ga/LC_MESSAGES/kcmtdeio.mo
share/locale/ga/LC_MESSAGES/kcmtdewallet.mo
share/locale/ga/LC_MESSAGES/kcmthinkpad.mo
share/locale/ga/LC_MESSAGES/kcmtwindecoration.mo
share/locale/ga/LC_MESSAGES/kcmtwinrules.mo
share/locale/ga/LC_MESSAGES/kcmusb.mo
share/locale/ga/LC_MESSAGES/kcmview1394.mo
share/locale/ga/LC_MESSAGES/kcmwifi.mo
share/locale/ga/LC_MESSAGES/kcmxinerama.mo
share/locale/ga/LC_MESSAGES/kcoloredit.mo
share/locale/ga/LC_MESSAGES/kcontrol.mo
share/locale/ga/LC_MESSAGES/kcron.mo
share/locale/ga/LC_MESSAGES/kdat.mo
share/locale/ga/LC_MESSAGES/kdcop.mo
share/locale/ga/LC_MESSAGES/kdesktop.mo
share/locale/ga/LC_MESSAGES/kdf.mo
share/locale/ga/LC_MESSAGES/kdgantt.mo
share/locale/ga/LC_MESSAGES/kdialog.mo
share/locale/ga/LC_MESSAGES/kdict.mo
share/locale/ga/LC_MESSAGES/kdictapplet.mo
share/locale/ga/LC_MESSAGES/kdjview.mo
share/locale/ga/LC_MESSAGES/kdvi.mo
share/locale/ga/LC_MESSAGES/kedit.mo
share/locale/ga/LC_MESSAGES/keduca.mo
share/locale/ga/LC_MESSAGES/kenolaba.mo
share/locale/ga/LC_MESSAGES/kfax.mo
share/locale/ga/LC_MESSAGES/kfaxview.mo
share/locale/ga/LC_MESSAGES/kfifteenapplet.mo
share/locale/ga/LC_MESSAGES/kfindpart.mo
share/locale/ga/LC_MESSAGES/kfloppy.mo
share/locale/ga/LC_MESSAGES/kfmclient.mo
share/locale/ga/LC_MESSAGES/kfouleggs.mo
share/locale/ga/LC_MESSAGES/kgamma.mo
share/locale/ga/LC_MESSAGES/kgantt.mo
share/locale/ga/LC_MESSAGES/kgeography.mo
share/locale/ga/LC_MESSAGES/kget.mo
share/locale/ga/LC_MESSAGES/kghostview.mo
share/locale/ga/LC_MESSAGES/kgoldrunner.mo
share/locale/ga/LC_MESSAGES/kgpg.mo
share/locale/ga/LC_MESSAGES/kgreet_classic.mo
share/locale/ga/LC_MESSAGES/kgreet_winbind.mo
share/locale/ga/LC_MESSAGES/khangman.mo
share/locale/ga/LC_MESSAGES/khelpcenter.mo
share/locale/ga/LC_MESSAGES/khexedit.mo
share/locale/ga/LC_MESSAGES/khexedit2part.mo
share/locale/ga/LC_MESSAGES/khotkeys.mo
share/locale/ga/LC_MESSAGES/kicker.mo
share/locale/ga/LC_MESSAGES/kickermenu_kate.mo
share/locale/ga/LC_MESSAGES/kig.mo
share/locale/ga/LC_MESSAGES/kimagemapeditor.mo
share/locale/ga/LC_MESSAGES/kinetd.mo
share/locale/ga/LC_MESSAGES/kiten.mo
share/locale/ga/LC_MESSAGES/kjobviewer.mo
share/locale/ga/LC_MESSAGES/kjots.mo
share/locale/ga/LC_MESSAGES/kjumpingcube.mo
share/locale/ga/LC_MESSAGES/klaptopdaemon.mo
share/locale/ga/LC_MESSAGES/klatin.mo
share/locale/ga/LC_MESSAGES/kleopatra.mo
share/locale/ga/LC_MESSAGES/klettres.mo
share/locale/ga/LC_MESSAGES/klickety.mo
share/locale/ga/LC_MESSAGES/klines.mo
share/locale/ga/LC_MESSAGES/klinkstatus.mo
share/locale/ga/LC_MESSAGES/klipper.mo
share/locale/ga/LC_MESSAGES/klock.mo
share/locale/ga/LC_MESSAGES/kmag.mo
share/locale/ga/LC_MESSAGES/kmahjongg.mo
share/locale/ga/LC_MESSAGES/kmail.mo
share/locale/ga/LC_MESSAGES/kmail_text_calendar_plugin.mo
share/locale/ga/LC_MESSAGES/kmail_text_vcard_plugin.mo
share/locale/ga/LC_MESSAGES/kmailcvt.mo
share/locale/ga/LC_MESSAGES/kmathapplet.mo
share/locale/ga/LC_MESSAGES/kmcop.mo
share/locale/ga/LC_MESSAGES/kmenuapplet.mo
share/locale/ga/LC_MESSAGES/kmenuedit.mo
share/locale/ga/LC_MESSAGES/kmilo_delli8k.mo
share/locale/ga/LC_MESSAGES/kmilo_generic.mo
share/locale/ga/LC_MESSAGES/kmilo_kvaio.mo
share/locale/ga/LC_MESSAGES/kmilo_powerbook.mo
share/locale/ga/LC_MESSAGES/kmilo_thinkpad.mo
share/locale/ga/LC_MESSAGES/kmilod.mo
share/locale/ga/LC_MESSAGES/kmines.mo
share/locale/ga/LC_MESSAGES/kminipagerapplet.mo
share/locale/ga/LC_MESSAGES/kmix.mo
share/locale/ga/LC_MESSAGES/kmobile.mo
share/locale/ga/LC_MESSAGES/kmoon.mo
share/locale/ga/LC_MESSAGES/kmousetool.mo
share/locale/ga/LC_MESSAGES/kmouth.mo
share/locale/ga/LC_MESSAGES/kmplot.mo
share/locale/ga/LC_MESSAGES/kmrml.mo
share/locale/ga/LC_MESSAGES/knetattach.mo
share/locale/ga/LC_MESSAGES/knetwalk.mo
share/locale/ga/LC_MESSAGES/knetworkconf.mo
share/locale/ga/LC_MESSAGES/knewsticker.mo
share/locale/ga/LC_MESSAGES/knode.mo
share/locale/ga/LC_MESSAGES/knotes.mo
share/locale/ga/LC_MESSAGES/knotify.mo
share/locale/ga/LC_MESSAGES/kodo.mo
share/locale/ga/LC_MESSAGES/kolf.mo
share/locale/ga/LC_MESSAGES/kolourpaint.mo
share/locale/ga/LC_MESSAGES/kolourpicker.mo
share/locale/ga/LC_MESSAGES/kommander.mo
share/locale/ga/LC_MESSAGES/kompare.mo
share/locale/ga/LC_MESSAGES/konqsidebar_delicious.mo
share/locale/ga/LC_MESSAGES/konqsidebar_mediaplayer.mo
share/locale/ga/LC_MESSAGES/konqsidebar_metabar.mo
share/locale/ga/LC_MESSAGES/konqsidebar_news.mo
share/locale/ga/LC_MESSAGES/konqueror.mo
share/locale/ga/LC_MESSAGES/konquest.mo
share/locale/ga/LC_MESSAGES/konsole.mo
share/locale/ga/LC_MESSAGES/konsolekalendar.mo
share/locale/ga/LC_MESSAGES/kontact.mo
share/locale/ga/LC_MESSAGES/kooka.mo
share/locale/ga/LC_MESSAGES/kopete.mo
share/locale/ga/LC_MESSAGES/korganizer.mo
share/locale/ga/LC_MESSAGES/korn.mo
share/locale/ga/LC_MESSAGES/kpackage.mo
share/locale/ga/LC_MESSAGES/kpager.mo
share/locale/ga/LC_MESSAGES/kpat.mo
share/locale/ga/LC_MESSAGES/kpdf.mo
share/locale/ga/LC_MESSAGES/kpercentage.mo
share/locale/ga/LC_MESSAGES/kpersonalizer.mo
share/locale/ga/LC_MESSAGES/kpf.mo
share/locale/ga/LC_MESSAGES/kpoker.mo
share/locale/ga/LC_MESSAGES/kpovmodeler.mo
share/locale/ga/LC_MESSAGES/kppp.mo
share/locale/ga/LC_MESSAGES/kppplogview.mo
share/locale/ga/LC_MESSAGES/kprinter.mo
share/locale/ga/LC_MESSAGES/krdb.mo
share/locale/ga/LC_MESSAGES/krdc.mo
share/locale/ga/LC_MESSAGES/kreadconfig.mo
share/locale/ga/LC_MESSAGES/krec.mo
share/locale/ga/LC_MESSAGES/kregexpeditor.mo
share/locale/ga/LC_MESSAGES/kres_birthday.mo
share/locale/ga/LC_MESSAGES/kres_blogging.mo
share/locale/ga/LC_MESSAGES/kres_bugzilla.mo
share/locale/ga/LC_MESSAGES/kres_exchange.mo
share/locale/ga/LC_MESSAGES/kres_featureplan.mo
share/locale/ga/LC_MESSAGES/kres_groupware.mo
share/locale/ga/LC_MESSAGES/kres_groupwise.mo
share/locale/ga/LC_MESSAGES/kres_kolab.mo
share/locale/ga/LC_MESSAGES/kres_remote.mo
share/locale/ga/LC_MESSAGES/kres_tvanytime.mo
share/locale/ga/LC_MESSAGES/kres_xmlrpc.mo
share/locale/ga/LC_MESSAGES/kreversi.mo
share/locale/ga/LC_MESSAGES/krfb.mo
share/locale/ga/LC_MESSAGES/kruler.mo
share/locale/ga/LC_MESSAGES/krunapplet.mo
share/locale/ga/LC_MESSAGES/ksame.mo
share/locale/ga/LC_MESSAGES/ksayit.mo
share/locale/ga/LC_MESSAGES/kscd.mo
share/locale/ga/LC_MESSAGES/kshisen.mo
share/locale/ga/LC_MESSAGES/ksig.mo
share/locale/ga/LC_MESSAGES/ksim.mo
share/locale/ga/LC_MESSAGES/ksirc.mo
share/locale/ga/LC_MESSAGES/ksirtet.mo
share/locale/ga/LC_MESSAGES/ksmiletris.mo
share/locale/ga/LC_MESSAGES/ksmserver.mo
share/locale/ga/LC_MESSAGES/ksnake.mo
share/locale/ga/LC_MESSAGES/ksnapshot.mo
share/locale/ga/LC_MESSAGES/ksokoban.mo
share/locale/ga/LC_MESSAGES/kspaceduel.mo
share/locale/ga/LC_MESSAGES/ksplash.mo
share/locale/ga/LC_MESSAGES/ksplashthemes.mo
share/locale/ga/LC_MESSAGES/kstars.mo
share/locale/ga/LC_MESSAGES/kstart.mo
share/locale/ga/LC_MESSAGES/kstartperf.mo
share/locale/ga/LC_MESSAGES/ksvgplugin.mo
share/locale/ga/LC_MESSAGES/ksysguard.mo
share/locale/ga/LC_MESSAGES/ksystemtrayapplet.mo
share/locale/ga/LC_MESSAGES/ksystraycmd.mo
share/locale/ga/LC_MESSAGES/ksysv.mo
share/locale/ga/LC_MESSAGES/kteatime.mo
share/locale/ga/LC_MESSAGES/kthememanager.mo
share/locale/ga/LC_MESSAGES/ktimemon.mo
share/locale/ga/LC_MESSAGES/ktimer.mo
share/locale/ga/LC_MESSAGES/ktip.mo
share/locale/ga/LC_MESSAGES/ktnef.mo
share/locale/ga/LC_MESSAGES/ktouch.mo
share/locale/ga/LC_MESSAGES/ktron.mo
share/locale/ga/LC_MESSAGES/kttsd.mo
share/locale/ga/LC_MESSAGES/ktuberling.mo
share/locale/ga/LC_MESSAGES/kturtle.mo
share/locale/ga/LC_MESSAGES/ktux.mo
share/locale/ga/LC_MESSAGES/kuick_plugin.mo
share/locale/ga/LC_MESSAGES/kuickshow.mo
share/locale/ga/LC_MESSAGES/kuiviewer.mo
share/locale/ga/LC_MESSAGES/kuser.mo
share/locale/ga/LC_MESSAGES/kverbos.mo
share/locale/ga/LC_MESSAGES/kview.mo
share/locale/ga/LC_MESSAGES/kview_scale.mo
share/locale/ga/LC_MESSAGES/kviewbrowserplugin.mo
share/locale/ga/LC_MESSAGES/kviewcanvas.mo
share/locale/ga/LC_MESSAGES/kvieweffectsplugin.mo
share/locale/ga/LC_MESSAGES/kviewpresenterplugin.mo
share/locale/ga/LC_MESSAGES/kviewscannerplugin.mo
share/locale/ga/LC_MESSAGES/kviewshell.mo
share/locale/ga/LC_MESSAGES/kviewviewer.mo
share/locale/ga/LC_MESSAGES/kvoctrain.mo
share/locale/ga/LC_MESSAGES/kwatchgnupg.mo
share/locale/ga/LC_MESSAGES/kweather.mo
share/locale/ga/LC_MESSAGES/kwifimanager.mo
share/locale/ga/LC_MESSAGES/kwireless.mo
share/locale/ga/LC_MESSAGES/kwordquiz.mo
share/locale/ga/LC_MESSAGES/kworldclock.mo
share/locale/ga/LC_MESSAGES/kwriteconfig.mo
share/locale/ga/LC_MESSAGES/kxkb.mo
share/locale/ga/LC_MESSAGES/kxsconfig.mo
share/locale/ga/LC_MESSAGES/kxsldbg.mo
share/locale/ga/LC_MESSAGES/libKTTSD.mo
share/locale/ga/LC_MESSAGES/libdmctl.mo
share/locale/ga/LC_MESSAGES/libkaddrbk_geo_xxport.mo
share/locale/ga/LC_MESSAGES/libkaddrbk_gmx_xxport.mo
share/locale/ga/LC_MESSAGES/libkcal.mo
share/locale/ga/LC_MESSAGES/libkcddb.mo
share/locale/ga/LC_MESSAGES/libkfaximgage.mo
share/locale/ga/LC_MESSAGES/libkholidays.mo
share/locale/ga/LC_MESSAGES/libkicker.mo
share/locale/ga/LC_MESSAGES/libkickermenu_konsole.mo
share/locale/ga/LC_MESSAGES/libkickermenu_prefmenu.mo
share/locale/ga/LC_MESSAGES/libkickermenu_recentdocs.mo
share/locale/ga/LC_MESSAGES/libkickermenu_remotemenu.mo
share/locale/ga/LC_MESSAGES/libkickermenu_systemmenu.mo
share/locale/ga/LC_MESSAGES/libkickermenu_tdeprint.mo
share/locale/ga/LC_MESSAGES/libkickermenu_tom.mo
share/locale/ga/LC_MESSAGES/libkleopatra.mo
share/locale/ga/LC_MESSAGES/libkmime.mo
share/locale/ga/LC_MESSAGES/libkonq.mo
share/locale/ga/LC_MESSAGES/libkpgp.mo
share/locale/ga/LC_MESSAGES/libkpimexchange.mo
share/locale/ga/LC_MESSAGES/libkscan.mo
share/locale/ga/LC_MESSAGES/libksieve.mo
share/locale/ga/LC_MESSAGES/libksirtet.mo
share/locale/ga/LC_MESSAGES/libksync.mo
share/locale/ga/LC_MESSAGES/libtaskbar.mo
share/locale/ga/LC_MESSAGES/libtaskmanager.mo
share/locale/ga/LC_MESSAGES/libtdeedu.mo
share/locale/ga/LC_MESSAGES/libtdegames.mo
share/locale/ga/LC_MESSAGES/libtdepim.mo
share/locale/ga/LC_MESSAGES/libtdescreensaver.mo
share/locale/ga/LC_MESSAGES/lockout.mo
share/locale/ga/LC_MESSAGES/lskat.mo
share/locale/ga/LC_MESSAGES/lyrics.mo
share/locale/ga/LC_MESSAGES/mediaapplet.mo
share/locale/ga/LC_MESSAGES/mediacontrol.mo
share/locale/ga/LC_MESSAGES/mf_konqplugin.mo
share/locale/ga/LC_MESSAGES/minitoolsplugin.mo
share/locale/ga/LC_MESSAGES/naughtyapplet.mo
share/locale/ga/LC_MESSAGES/nexscope.mo
share/locale/ga/LC_MESSAGES/noatun.mo
share/locale/ga/LC_MESSAGES/nsplugin.mo
share/locale/ga/LC_MESSAGES/pitchablespeed.mo
share/locale/ga/LC_MESSAGES/ppdtranslations.mo
share/locale/ga/LC_MESSAGES/privacy.mo
share/locale/ga/LC_MESSAGES/quanta.mo
share/locale/ga/LC_MESSAGES/quicklauncher.mo
share/locale/ga/LC_MESSAGES/rellinks.mo
share/locale/ga/LC_MESSAGES/searchbarplugin.mo
share/locale/ga/LC_MESSAGES/secpolicy.mo
share/locale/ga/LC_MESSAGES/spy.mo
share/locale/ga/LC_MESSAGES/superkaramba.mo
share/locale/ga/LC_MESSAGES/synaescope.mo
share/locale/ga/LC_MESSAGES/tdeabc2mutt.mo
share/locale/ga/LC_MESSAGES/tdeabc_dir.mo
share/locale/ga/LC_MESSAGES/tdeabc_file.mo
share/locale/ga/LC_MESSAGES/tdeabc_ldaptdeio.mo
share/locale/ga/LC_MESSAGES/tdeabc_net.mo
share/locale/ga/LC_MESSAGES/tdeabc_slox.mo
share/locale/ga/LC_MESSAGES/tdeabc_sql.mo
share/locale/ga/LC_MESSAGES/tdeabcformat_binary.mo
share/locale/ga/LC_MESSAGES/tdecachegrind.mo
share/locale/ga/LC_MESSAGES/tdecmshell.mo
share/locale/ga/LC_MESSAGES/tdedebugdialog.mo
share/locale/ga/LC_MESSAGES/tdefile_au.mo
share/locale/ga/LC_MESSAGES/tdefile_avi.mo
share/locale/ga/LC_MESSAGES/tdefile_bmp.mo
share/locale/ga/LC_MESSAGES/tdefile_cert.mo
share/locale/ga/LC_MESSAGES/tdefile_cpp.mo
share/locale/ga/LC_MESSAGES/tdefile_dds.mo
share/locale/ga/LC_MESSAGES/tdefile_deb.mo
share/locale/ga/LC_MESSAGES/tdefile_desktop.mo
share/locale/ga/LC_MESSAGES/tdefile_diff.mo
share/locale/ga/LC_MESSAGES/tdefile_drgeo.mo
share/locale/ga/LC_MESSAGES/tdefile_dvi.mo
share/locale/ga/LC_MESSAGES/tdefile_exr.mo
share/locale/ga/LC_MESSAGES/tdefile_flac.mo
share/locale/ga/LC_MESSAGES/tdefile_folder.mo
share/locale/ga/LC_MESSAGES/tdefile_gif.mo
share/locale/ga/LC_MESSAGES/tdefile_html.mo
share/locale/ga/LC_MESSAGES/tdefile_ico.mo
share/locale/ga/LC_MESSAGES/tdefile_ics.mo
share/locale/ga/LC_MESSAGES/tdefile_jpeg.mo
share/locale/ga/LC_MESSAGES/tdefile_kig.mo
share/locale/ga/LC_MESSAGES/tdefile_lnk.mo
share/locale/ga/LC_MESSAGES/tdefile_m3u.mo
share/locale/ga/LC_MESSAGES/tdefile_mhtml.mo
share/locale/ga/LC_MESSAGES/tdefile_mp3.mo
share/locale/ga/LC_MESSAGES/tdefile_mpc.mo
share/locale/ga/LC_MESSAGES/tdefile_mpeg.mo
share/locale/ga/LC_MESSAGES/tdefile_ogg.mo
share/locale/ga/LC_MESSAGES/tdefile_palm.mo
share/locale/ga/LC_MESSAGES/tdefile_pcx.mo
share/locale/ga/LC_MESSAGES/tdefile_pdf.mo
share/locale/ga/LC_MESSAGES/tdefile_png.mo
share/locale/ga/LC_MESSAGES/tdefile_pnm.mo
share/locale/ga/LC_MESSAGES/tdefile_po.mo
share/locale/ga/LC_MESSAGES/tdefile_ps.mo
share/locale/ga/LC_MESSAGES/tdefile_rfc822.mo
share/locale/ga/LC_MESSAGES/tdefile_rgb.mo
share/locale/ga/LC_MESSAGES/tdefile_rpm.mo
share/locale/ga/LC_MESSAGES/tdefile_sid.mo
share/locale/ga/LC_MESSAGES/tdefile_tga.mo
share/locale/ga/LC_MESSAGES/tdefile_theora.mo
share/locale/ga/LC_MESSAGES/tdefile_tiff.mo
share/locale/ga/LC_MESSAGES/tdefile_torrent.mo
share/locale/ga/LC_MESSAGES/tdefile_ts.mo
share/locale/ga/LC_MESSAGES/tdefile_txt.mo
share/locale/ga/LC_MESSAGES/tdefile_vcf.mo
share/locale/ga/LC_MESSAGES/tdefile_wav.mo
share/locale/ga/LC_MESSAGES/tdefile_xbm.mo
share/locale/ga/LC_MESSAGES/tdefile_xpm.mo
share/locale/ga/LC_MESSAGES/tdefileaudiopreview.mo
share/locale/ga/LC_MESSAGES/tdefilereplace.mo
share/locale/ga/LC_MESSAGES/tdefileshare.mo
share/locale/ga/LC_MESSAGES/tdefontinst.mo
share/locale/ga/LC_MESSAGES/tdehtmlkttsd.mo
share/locale/ga/LC_MESSAGES/tdehtmlsettingsplugin.mo
share/locale/ga/LC_MESSAGES/tdeiconedit.mo
share/locale/ga/LC_MESSAGES/tdeio.mo
share/locale/ga/LC_MESSAGES/tdeio_audiocd.mo
share/locale/ga/LC_MESSAGES/tdeio_finger.mo
share/locale/ga/LC_MESSAGES/tdeio_fish.mo
share/locale/ga/LC_MESSAGES/tdeio_floppy.mo
share/locale/ga/LC_MESSAGES/tdeio_groupwise.mo
share/locale/ga/LC_MESSAGES/tdeio_help.mo
share/locale/ga/LC_MESSAGES/tdeio_home.mo
share/locale/ga/LC_MESSAGES/tdeio_imap4.mo
share/locale/ga/LC_MESSAGES/tdeio_jabberdisco.mo
share/locale/ga/LC_MESSAGES/tdeio_lan.mo
share/locale/ga/LC_MESSAGES/tdeio_ldap.mo
share/locale/ga/LC_MESSAGES/tdeio_mac.mo
share/locale/ga/LC_MESSAGES/tdeio_man.mo
share/locale/ga/LC_MESSAGES/tdeio_media.mo
share/locale/ga/LC_MESSAGES/tdeio_mobile.mo
share/locale/ga/LC_MESSAGES/tdeio_nfs.mo
share/locale/ga/LC_MESSAGES/tdeio_nntp.mo
share/locale/ga/LC_MESSAGES/tdeio_pop3.mo
share/locale/ga/LC_MESSAGES/tdeio_print.mo
share/locale/ga/LC_MESSAGES/tdeio_remote.mo
share/locale/ga/LC_MESSAGES/tdeio_settings.mo
share/locale/ga/LC_MESSAGES/tdeio_sftp.mo
share/locale/ga/LC_MESSAGES/tdeio_sieve.mo
share/locale/ga/LC_MESSAGES/tdeio_smb.mo
share/locale/ga/LC_MESSAGES/tdeio_smtp.mo
share/locale/ga/LC_MESSAGES/tdeio_svn.mo
share/locale/ga/LC_MESSAGES/tdeio_system.mo
share/locale/ga/LC_MESSAGES/tdeio_tar.mo
share/locale/ga/LC_MESSAGES/tdeio_thumbnail.mo
share/locale/ga/LC_MESSAGES/tdeio_trash.mo
share/locale/ga/LC_MESSAGES/tdeio_zeroconf.mo
share/locale/ga/LC_MESSAGES/tdeioexec.mo
share/locale/ga/LC_MESSAGES/tdelibs.mo
share/locale/ga/LC_MESSAGES/tdelibs_colors.mo
share/locale/ga/LC_MESSAGES/tdelirc.mo
share/locale/ga/LC_MESSAGES/tdemid.mo
share/locale/ga/LC_MESSAGES/tdepartsaver.mo
share/locale/ga/LC_MESSAGES/tdepasswd.mo
share/locale/ga/LC_MESSAGES/tdepimresources.mo
share/locale/ga/LC_MESSAGES/tdepimwizards.mo
share/locale/ga/LC_MESSAGES/tdeprint.mo
share/locale/ga/LC_MESSAGES/tdeprint_part.mo
share/locale/ga/LC_MESSAGES/tdeprintfax.mo
share/locale/ga/LC_MESSAGES/tderandr.mo
share/locale/ga/LC_MESSAGES/tdescreensaver.mo
share/locale/ga/LC_MESSAGES/tdessh.mo
share/locale/ga/LC_MESSAGES/tdestyle_highcontrast_config.mo
share/locale/ga/LC_MESSAGES/tdestyle_keramik_config.mo
share/locale/ga/LC_MESSAGES/tdestyle_phase_config.mo
share/locale/ga/LC_MESSAGES/tdestyle_plastik_config.mo
share/locale/ga/LC_MESSAGES/tdesu.mo
share/locale/ga/LC_MESSAGES/tdesud.mo
share/locale/ga/LC_MESSAGES/tdetexteditor_autobookmarker.mo
share/locale/ga/LC_MESSAGES/tdetexteditor_docwordcompletion.mo
share/locale/ga/LC_MESSAGES/tdetexteditor_insertfile.mo
share/locale/ga/LC_MESSAGES/tdetexteditor_isearch.mo
share/locale/ga/LC_MESSAGES/tdetexteditor_kdatatool.mo
share/locale/ga/LC_MESSAGES/tdevdesigner.mo
share/locale/ga/LC_MESSAGES/tdevelop.mo
share/locale/ga/LC_MESSAGES/tdevtipofday.mo
share/locale/ga/LC_MESSAGES/tdewalletmanager.mo
share/locale/ga/LC_MESSAGES/tdmconfig.mo
share/locale/ga/LC_MESSAGES/tdmgreet.mo
share/locale/ga/LC_MESSAGES/timezones.mo
share/locale/ga/LC_MESSAGES/tippecanoe.mo
share/locale/ga/LC_MESSAGES/trashapplet.mo
share/locale/ga/LC_MESSAGES/twin.mo
share/locale/ga/LC_MESSAGES/twin4.mo
share/locale/ga/LC_MESSAGES/twin_art_clients.mo
share/locale/ga/LC_MESSAGES/twin_clients.mo
share/locale/ga/LC_MESSAGES/twin_lib.mo
share/locale/ga/LC_MESSAGES/tyler.mo
share/locale/ga/LC_MESSAGES/uachangerplugin.mo
share/locale/ga/LC_MESSAGES/umbrello.mo
share/locale/ga/LC_MESSAGES/useraccount.mo
share/locale/ga/LC_MESSAGES/validatorsplugin.mo
share/locale/ga/LC_MESSAGES/wakeup.mo
share/locale/ga/LC_MESSAGES/wavecapture.mo
share/locale/ga/LC_MESSAGES/webarchiver.mo
share/locale/ga/charset
share/locale/ga/entry.desktop
share/locale/ga/flag.png

@ -0,0 +1,43 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: core/tde-i18n-gl > misc/tde-i18n-gl
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTLANG= gl
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${PORTLANG}
TDE_PREVERSION=
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= misc x11
DIST_SUBDIR= TDE/core
PKGNAMEPREFIX= ${PORTLANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${PORTLANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}template/' \
'${EXTRACT_BASE}translations/' \
'${EXTRACT_BASE}tde-i18n-${PORTLANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
\
-DBUILD_ALL="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1682085521
SHA256 (TDE/core/tde-i18n-trinity_14.1.0.orig.tar.xz) = 9f64b518db380d1d0acf3f6b5baafdb3f486953739b9484bdc5d31f34f466a75
SIZE (TDE/core/tde-i18n-trinity_14.1.0.orig.tar.xz) = 195332236

@ -0,0 +1 @@
Galician (gl) internationalized (i18n) files for TDE

@ -0,0 +1,546 @@
share/locale/gl/LC_MESSAGES/akregator.mo
share/locale/gl/LC_MESSAGES/akregator_konqplugin.mo
share/locale/gl/LC_MESSAGES/alsaplayerui.mo
share/locale/gl/LC_MESSAGES/amor.mo
share/locale/gl/LC_MESSAGES/appletproxy.mo
share/locale/gl/LC_MESSAGES/ark.mo
share/locale/gl/LC_MESSAGES/ark_plugin.mo
share/locale/gl/LC_MESSAGES/artsbuilder.mo
share/locale/gl/LC_MESSAGES/artscontrol.mo
share/locale/gl/LC_MESSAGES/artsmodules.mo
share/locale/gl/LC_MESSAGES/atlantikdesigner.mo
share/locale/gl/LC_MESSAGES/audiocd_encoder_lame.mo
share/locale/gl/LC_MESSAGES/audiocd_encoder_vorbis.mo
share/locale/gl/LC_MESSAGES/audiorename_plugin.mo
share/locale/gl/LC_MESSAGES/autorefresh.mo
share/locale/gl/LC_MESSAGES/babelfish.mo
share/locale/gl/LC_MESSAGES/blinken.mo
share/locale/gl/LC_MESSAGES/cervisia.mo
share/locale/gl/LC_MESSAGES/charlatanui.mo
share/locale/gl/LC_MESSAGES/clockapplet.mo
share/locale/gl/LC_MESSAGES/crashesplugin.mo
share/locale/gl/LC_MESSAGES/cupsdconf.mo
share/locale/gl/LC_MESSAGES/cvsservice.mo
share/locale/gl/LC_MESSAGES/dcoprss.mo
share/locale/gl/LC_MESSAGES/dirfilterplugin.mo
share/locale/gl/LC_MESSAGES/display.mo
share/locale/gl/LC_MESSAGES/dockbarextension.mo
share/locale/gl/LC_MESSAGES/domtreeviewer.mo
share/locale/gl/LC_MESSAGES/drkonqi.mo
share/locale/gl/LC_MESSAGES/dub.mo
share/locale/gl/LC_MESSAGES/extensionproxy.mo
share/locale/gl/LC_MESSAGES/ffrs.mo
share/locale/gl/LC_MESSAGES/filetypes.mo
share/locale/gl/LC_MESSAGES/fsview.mo
share/locale/gl/LC_MESSAGES/htmlsearch.mo
share/locale/gl/LC_MESSAGES/imagerename_plugin.mo
share/locale/gl/LC_MESSAGES/imgalleryplugin.mo
share/locale/gl/LC_MESSAGES/irkick.mo
share/locale/gl/LC_MESSAGES/joystick.mo
share/locale/gl/LC_MESSAGES/juk.mo
share/locale/gl/LC_MESSAGES/kaboodle.mo
share/locale/gl/LC_MESSAGES/kaccess.mo
share/locale/gl/LC_MESSAGES/kaddressbook.mo
share/locale/gl/LC_MESSAGES/kalarm.mo
share/locale/gl/LC_MESSAGES/kalzium.mo
share/locale/gl/LC_MESSAGES/kanagram.mo
share/locale/gl/LC_MESSAGES/kandy.mo
share/locale/gl/LC_MESSAGES/kappfinder.mo
share/locale/gl/LC_MESSAGES/karm.mo
share/locale/gl/LC_MESSAGES/kasbarextension.mo
share/locale/gl/LC_MESSAGES/kasteroids.mo
share/locale/gl/LC_MESSAGES/kate.mo
share/locale/gl/LC_MESSAGES/katecppsymbolviewer.mo
share/locale/gl/LC_MESSAGES/katefiletemplates.mo
share/locale/gl/LC_MESSAGES/katefll_initplugin.mo
share/locale/gl/LC_MESSAGES/katefll_plugin.mo
share/locale/gl/LC_MESSAGES/katehelloworld.mo
share/locale/gl/LC_MESSAGES/katehtmltools.mo
share/locale/gl/LC_MESSAGES/kateinsertcommand.mo
share/locale/gl/LC_MESSAGES/katekjswrapper.mo
share/locale/gl/LC_MESSAGES/katemake.mo
share/locale/gl/LC_MESSAGES/katemodeline.mo
share/locale/gl/LC_MESSAGES/kateopenheader.mo
share/locale/gl/LC_MESSAGES/katepart.mo
share/locale/gl/LC_MESSAGES/katepybrowse.mo
share/locale/gl/LC_MESSAGES/katesnippets.mo
share/locale/gl/LC_MESSAGES/katetabbarextension.mo
share/locale/gl/LC_MESSAGES/katetextfilter.mo
share/locale/gl/LC_MESSAGES/katexmlcheck.mo
share/locale/gl/LC_MESSAGES/katexmltools.mo
share/locale/gl/LC_MESSAGES/katomic.mo
share/locale/gl/LC_MESSAGES/kaudiocreator.mo
share/locale/gl/LC_MESSAGES/kay.mo
share/locale/gl/LC_MESSAGES/kbabel.mo
share/locale/gl/LC_MESSAGES/kbattleship.mo
share/locale/gl/LC_MESSAGES/kbinaryclock.mo
share/locale/gl/LC_MESSAGES/kblackbox.mo
share/locale/gl/LC_MESSAGES/kbounce.mo
share/locale/gl/LC_MESSAGES/kbruch.mo
share/locale/gl/LC_MESSAGES/kbstateapplet.mo
share/locale/gl/LC_MESSAGES/kbugbuster.mo
share/locale/gl/LC_MESSAGES/kcalc.mo
share/locale/gl/LC_MESSAGES/kcharselect.mo
share/locale/gl/LC_MESSAGES/kcharselectapplet.mo
share/locale/gl/LC_MESSAGES/kcm_krfb.mo
share/locale/gl/LC_MESSAGES/kcm_kviewcanvasconfig.mo
share/locale/gl/LC_MESSAGES/kcm_kviewgeneralconfig.mo
share/locale/gl/LC_MESSAGES/kcm_kviewpluginsconfig.mo
share/locale/gl/LC_MESSAGES/kcm_kviewviewerpluginsconfig.mo
share/locale/gl/LC_MESSAGES/kcmaccess.mo
share/locale/gl/LC_MESSAGES/kcmaccessibility.mo
share/locale/gl/LC_MESSAGES/kcmarts.mo
share/locale/gl/LC_MESSAGES/kcmaudiocd.mo
share/locale/gl/LC_MESSAGES/kcmbackground.mo
share/locale/gl/LC_MESSAGES/kcmbell.mo
share/locale/gl/LC_MESSAGES/kcmcddb.mo
share/locale/gl/LC_MESSAGES/kcmcgi.mo
share/locale/gl/LC_MESSAGES/kcmcolors.mo
share/locale/gl/LC_MESSAGES/kcmcomponentchooser.mo
share/locale/gl/LC_MESSAGES/kcmcrypto.mo
share/locale/gl/LC_MESSAGES/kcmcss.mo
share/locale/gl/LC_MESSAGES/kcmenergy.mo
share/locale/gl/LC_MESSAGES/kcmfonts.mo
share/locale/gl/LC_MESSAGES/kcmhtmlsearch.mo
share/locale/gl/LC_MESSAGES/kcmicons.mo
share/locale/gl/LC_MESSAGES/kcminfo.mo
share/locale/gl/LC_MESSAGES/kcminput.mo
share/locale/gl/LC_MESSAGES/kcmioslaveinfo.mo
share/locale/gl/LC_MESSAGES/kcmkabconfig.mo
share/locale/gl/LC_MESSAGES/kcmkamera.mo
share/locale/gl/LC_MESSAGES/kcmkclock.mo
share/locale/gl/LC_MESSAGES/kcmkded.mo
share/locale/gl/LC_MESSAGES/kcmkeys.mo
share/locale/gl/LC_MESSAGES/kcmkicker.mo
share/locale/gl/LC_MESSAGES/kcmkonq.mo
share/locale/gl/LC_MESSAGES/kcmkonqhtml.mo
share/locale/gl/LC_MESSAGES/kcmkonsole.mo
share/locale/gl/LC_MESSAGES/kcmkontactnt.mo
share/locale/gl/LC_MESSAGES/kcmktalkd.mo
share/locale/gl/LC_MESSAGES/kcmkuick.mo
share/locale/gl/LC_MESSAGES/kcmkurifilt.mo
share/locale/gl/LC_MESSAGES/kcmkvaio.mo
share/locale/gl/LC_MESSAGES/kcmkwm.mo
share/locale/gl/LC_MESSAGES/kcmlanbrowser.mo
share/locale/gl/LC_MESSAGES/kcmlaptop.mo
share/locale/gl/LC_MESSAGES/kcmlaunch.mo
share/locale/gl/LC_MESSAGES/kcmlayout.mo
share/locale/gl/LC_MESSAGES/kcmlilo.mo
share/locale/gl/LC_MESSAGES/kcmlirc.mo
share/locale/gl/LC_MESSAGES/kcmlocale.mo
share/locale/gl/LC_MESSAGES/kcmmedia.mo
share/locale/gl/LC_MESSAGES/kcmnic.mo
share/locale/gl/LC_MESSAGES/kcmnotify.mo
share/locale/gl/LC_MESSAGES/kcmperformance.mo
share/locale/gl/LC_MESSAGES/kcmprintmgr.mo
share/locale/gl/LC_MESSAGES/kcmsamba.mo
share/locale/gl/LC_MESSAGES/kcmscreensaver.mo
share/locale/gl/LC_MESSAGES/kcmsmartcard.mo
share/locale/gl/LC_MESSAGES/kcmsmserver.mo
share/locale/gl/LC_MESSAGES/kcmspellchecking.mo
share/locale/gl/LC_MESSAGES/kcmstyle.mo
share/locale/gl/LC_MESSAGES/kcmtaskbar.mo
share/locale/gl/LC_MESSAGES/kcmtdednssd.mo
share/locale/gl/LC_MESSAGES/kcmtdeio.mo
share/locale/gl/LC_MESSAGES/kcmtdewallet.mo
share/locale/gl/LC_MESSAGES/kcmthinkpad.mo
share/locale/gl/LC_MESSAGES/kcmtwindecoration.mo
share/locale/gl/LC_MESSAGES/kcmtwinrules.mo
share/locale/gl/LC_MESSAGES/kcmusb.mo
share/locale/gl/LC_MESSAGES/kcmview1394.mo
share/locale/gl/LC_MESSAGES/kcmwifi.mo
share/locale/gl/LC_MESSAGES/kcmxinerama.mo
share/locale/gl/LC_MESSAGES/kcoloredit.mo
share/locale/gl/LC_MESSAGES/kcontrol.mo
share/locale/gl/LC_MESSAGES/kcron.mo
share/locale/gl/LC_MESSAGES/kdat.mo
share/locale/gl/LC_MESSAGES/kdcop.mo
share/locale/gl/LC_MESSAGES/kdesktop.mo
share/locale/gl/LC_MESSAGES/kdf.mo
share/locale/gl/LC_MESSAGES/kdgantt.mo
share/locale/gl/LC_MESSAGES/kdialog.mo
share/locale/gl/LC_MESSAGES/kdict.mo
share/locale/gl/LC_MESSAGES/kdictapplet.mo
share/locale/gl/LC_MESSAGES/kdjview.mo
share/locale/gl/LC_MESSAGES/kdvi.mo
share/locale/gl/LC_MESSAGES/kedit.mo
share/locale/gl/LC_MESSAGES/keduca.mo
share/locale/gl/LC_MESSAGES/kenolaba.mo
share/locale/gl/LC_MESSAGES/kfax.mo
share/locale/gl/LC_MESSAGES/kfaxview.mo
share/locale/gl/LC_MESSAGES/kfifteenapplet.mo
share/locale/gl/LC_MESSAGES/kfindpart.mo
share/locale/gl/LC_MESSAGES/kfloppy.mo
share/locale/gl/LC_MESSAGES/kfmclient.mo
share/locale/gl/LC_MESSAGES/kfouleggs.mo
share/locale/gl/LC_MESSAGES/kgamma.mo
share/locale/gl/LC_MESSAGES/kgantt.mo
share/locale/gl/LC_MESSAGES/kgeography.mo
share/locale/gl/LC_MESSAGES/kget.mo
share/locale/gl/LC_MESSAGES/kghostview.mo
share/locale/gl/LC_MESSAGES/kgoldrunner.mo
share/locale/gl/LC_MESSAGES/kgpg.mo
share/locale/gl/LC_MESSAGES/kgreet_classic.mo
share/locale/gl/LC_MESSAGES/kgreet_winbind.mo
share/locale/gl/LC_MESSAGES/khangman.mo
share/locale/gl/LC_MESSAGES/khelpcenter.mo
share/locale/gl/LC_MESSAGES/khexedit.mo
share/locale/gl/LC_MESSAGES/khexedit2part.mo
share/locale/gl/LC_MESSAGES/khotkeys.mo
share/locale/gl/LC_MESSAGES/kicker.mo
share/locale/gl/LC_MESSAGES/kickermenu_kate.mo
share/locale/gl/LC_MESSAGES/kig.mo
share/locale/gl/LC_MESSAGES/kinetd.mo
share/locale/gl/LC_MESSAGES/kiten.mo
share/locale/gl/LC_MESSAGES/kjobviewer.mo
share/locale/gl/LC_MESSAGES/kjots.mo
share/locale/gl/LC_MESSAGES/klaptopdaemon.mo
share/locale/gl/LC_MESSAGES/klatin.mo
share/locale/gl/LC_MESSAGES/kleopatra.mo
share/locale/gl/LC_MESSAGES/klettres.mo
share/locale/gl/LC_MESSAGES/klickety.mo
share/locale/gl/LC_MESSAGES/klines.mo
share/locale/gl/LC_MESSAGES/klinkstatus.mo
share/locale/gl/LC_MESSAGES/klipper.mo
share/locale/gl/LC_MESSAGES/klock.mo
share/locale/gl/LC_MESSAGES/kmag.mo
share/locale/gl/LC_MESSAGES/kmail.mo
share/locale/gl/LC_MESSAGES/kmail_text_calendar_plugin.mo
share/locale/gl/LC_MESSAGES/kmail_text_vcard_plugin.mo
share/locale/gl/LC_MESSAGES/kmailcvt.mo
share/locale/gl/LC_MESSAGES/kmathapplet.mo
share/locale/gl/LC_MESSAGES/kmcop.mo
share/locale/gl/LC_MESSAGES/kmenuapplet.mo
share/locale/gl/LC_MESSAGES/kmenuedit.mo
share/locale/gl/LC_MESSAGES/kmilo_delli8k.mo
share/locale/gl/LC_MESSAGES/kmilo_generic.mo
share/locale/gl/LC_MESSAGES/kmilo_kvaio.mo
share/locale/gl/LC_MESSAGES/kmilo_powerbook.mo
share/locale/gl/LC_MESSAGES/kmilo_thinkpad.mo
share/locale/gl/LC_MESSAGES/kmilod.mo
share/locale/gl/LC_MESSAGES/kmines.mo
share/locale/gl/LC_MESSAGES/kminipagerapplet.mo
share/locale/gl/LC_MESSAGES/kmix.mo
share/locale/gl/LC_MESSAGES/kmobile.mo
share/locale/gl/LC_MESSAGES/kmoon.mo
share/locale/gl/LC_MESSAGES/kmousetool.mo
share/locale/gl/LC_MESSAGES/kmouth.mo
share/locale/gl/LC_MESSAGES/kmplot.mo
share/locale/gl/LC_MESSAGES/kmrml.mo
share/locale/gl/LC_MESSAGES/knetattach.mo
share/locale/gl/LC_MESSAGES/knetworkconf.mo
share/locale/gl/LC_MESSAGES/knewsticker.mo
share/locale/gl/LC_MESSAGES/knode.mo
share/locale/gl/LC_MESSAGES/knotes.mo
share/locale/gl/LC_MESSAGES/knotify.mo
share/locale/gl/LC_MESSAGES/kodo.mo
share/locale/gl/LC_MESSAGES/kolf.mo
share/locale/gl/LC_MESSAGES/kolourpaint.mo
share/locale/gl/LC_MESSAGES/kolourpicker.mo
share/locale/gl/LC_MESSAGES/kompare.mo
share/locale/gl/LC_MESSAGES/konnector_dummy.mo
share/locale/gl/LC_MESSAGES/konnector_kabc.mo
share/locale/gl/LC_MESSAGES/konnector_kcal.mo
share/locale/gl/LC_MESSAGES/konnector_local.mo
share/locale/gl/LC_MESSAGES/konnector_qtopia.mo
share/locale/gl/LC_MESSAGES/konnector_remote.mo
share/locale/gl/LC_MESSAGES/konqsidebar_delicious.mo
share/locale/gl/LC_MESSAGES/konqsidebar_mediaplayer.mo
share/locale/gl/LC_MESSAGES/konqsidebar_metabar.mo
share/locale/gl/LC_MESSAGES/konqsidebar_news.mo
share/locale/gl/LC_MESSAGES/konqueror.mo
share/locale/gl/LC_MESSAGES/konsole.mo
share/locale/gl/LC_MESSAGES/konsolekalendar.mo
share/locale/gl/LC_MESSAGES/kontact.mo
share/locale/gl/LC_MESSAGES/kooka.mo
share/locale/gl/LC_MESSAGES/kopete.mo
share/locale/gl/LC_MESSAGES/korganizer.mo
share/locale/gl/LC_MESSAGES/korn.mo
share/locale/gl/LC_MESSAGES/kpackage.mo
share/locale/gl/LC_MESSAGES/kpager.mo
share/locale/gl/LC_MESSAGES/kpat.mo
share/locale/gl/LC_MESSAGES/kpdf.mo
share/locale/gl/LC_MESSAGES/kpercentage.mo
share/locale/gl/LC_MESSAGES/kpersonalizer.mo
share/locale/gl/LC_MESSAGES/kpf.mo
share/locale/gl/LC_MESSAGES/kpoker.mo
share/locale/gl/LC_MESSAGES/kpovmodeler.mo
share/locale/gl/LC_MESSAGES/kppp.mo
share/locale/gl/LC_MESSAGES/kprinter.mo
share/locale/gl/LC_MESSAGES/krdb.mo
share/locale/gl/LC_MESSAGES/kreadconfig.mo
share/locale/gl/LC_MESSAGES/krec.mo
share/locale/gl/LC_MESSAGES/kregexpeditor.mo
share/locale/gl/LC_MESSAGES/kres_birthday.mo
share/locale/gl/LC_MESSAGES/kres_blogging.mo
share/locale/gl/LC_MESSAGES/kres_bugzilla.mo
share/locale/gl/LC_MESSAGES/kres_exchange.mo
share/locale/gl/LC_MESSAGES/kres_featureplan.mo
share/locale/gl/LC_MESSAGES/kres_groupware.mo
share/locale/gl/LC_MESSAGES/kres_groupwise.mo
share/locale/gl/LC_MESSAGES/kres_kolab.mo
share/locale/gl/LC_MESSAGES/kres_remote.mo
share/locale/gl/LC_MESSAGES/kres_tvanytime.mo
share/locale/gl/LC_MESSAGES/kres_xmlrpc.mo
share/locale/gl/LC_MESSAGES/kreversi.mo
share/locale/gl/LC_MESSAGES/krfb.mo
share/locale/gl/LC_MESSAGES/kruler.mo
share/locale/gl/LC_MESSAGES/krunapplet.mo
share/locale/gl/LC_MESSAGES/ksame.mo
share/locale/gl/LC_MESSAGES/ksayit.mo
share/locale/gl/LC_MESSAGES/kscd.mo
share/locale/gl/LC_MESSAGES/kshisen.mo
share/locale/gl/LC_MESSAGES/ksig.mo
share/locale/gl/LC_MESSAGES/ksim.mo
share/locale/gl/LC_MESSAGES/ksirtet.mo
share/locale/gl/LC_MESSAGES/ksmiletris.mo
share/locale/gl/LC_MESSAGES/ksmserver.mo
share/locale/gl/LC_MESSAGES/ksnake.mo
share/locale/gl/LC_MESSAGES/ksnapshot.mo
share/locale/gl/LC_MESSAGES/ksokoban.mo
share/locale/gl/LC_MESSAGES/kspaceduel.mo
share/locale/gl/LC_MESSAGES/ksplash.mo
share/locale/gl/LC_MESSAGES/ksplashthemes.mo
share/locale/gl/LC_MESSAGES/kstars.mo
share/locale/gl/LC_MESSAGES/kstart.mo
share/locale/gl/LC_MESSAGES/kstartperf.mo
share/locale/gl/LC_MESSAGES/ksvgplugin.mo
share/locale/gl/LC_MESSAGES/ksysguard.mo
share/locale/gl/LC_MESSAGES/ksystemtrayapplet.mo
share/locale/gl/LC_MESSAGES/ksystraycmd.mo
share/locale/gl/LC_MESSAGES/ksysv.mo
share/locale/gl/LC_MESSAGES/kteatime.mo
share/locale/gl/LC_MESSAGES/kthememanager.mo
share/locale/gl/LC_MESSAGES/ktimemon.mo
share/locale/gl/LC_MESSAGES/ktimer.mo
share/locale/gl/LC_MESSAGES/ktip.mo
share/locale/gl/LC_MESSAGES/ktnef.mo
share/locale/gl/LC_MESSAGES/ktouch.mo
share/locale/gl/LC_MESSAGES/ktron.mo
share/locale/gl/LC_MESSAGES/kttsd.mo
share/locale/gl/LC_MESSAGES/ktuberling.mo
share/locale/gl/LC_MESSAGES/kturtle.mo
share/locale/gl/LC_MESSAGES/ktux.mo
share/locale/gl/LC_MESSAGES/kuick_plugin.mo
share/locale/gl/LC_MESSAGES/kuickshow.mo
share/locale/gl/LC_MESSAGES/kuiviewer.mo
share/locale/gl/LC_MESSAGES/kuser.mo
share/locale/gl/LC_MESSAGES/kverbos.mo
share/locale/gl/LC_MESSAGES/kview.mo
share/locale/gl/LC_MESSAGES/kview_scale.mo
share/locale/gl/LC_MESSAGES/kviewbrowserplugin.mo
share/locale/gl/LC_MESSAGES/kviewcanvas.mo
share/locale/gl/LC_MESSAGES/kvieweffectsplugin.mo
share/locale/gl/LC_MESSAGES/kviewpresenterplugin.mo
share/locale/gl/LC_MESSAGES/kviewscannerplugin.mo
share/locale/gl/LC_MESSAGES/kviewshell.mo
share/locale/gl/LC_MESSAGES/kviewviewer.mo
share/locale/gl/LC_MESSAGES/kvoctrain.mo
share/locale/gl/LC_MESSAGES/kwatchgnupg.mo
share/locale/gl/LC_MESSAGES/kweather.mo
share/locale/gl/LC_MESSAGES/kwifimanager.mo
share/locale/gl/LC_MESSAGES/kwireless.mo
share/locale/gl/LC_MESSAGES/kwordquiz.mo
share/locale/gl/LC_MESSAGES/kworldclock.mo
share/locale/gl/LC_MESSAGES/kwriteconfig.mo
share/locale/gl/LC_MESSAGES/kxkb.mo
share/locale/gl/LC_MESSAGES/kxsconfig.mo
share/locale/gl/LC_MESSAGES/libKTTSD.mo
share/locale/gl/LC_MESSAGES/libdmctl.mo
share/locale/gl/LC_MESSAGES/libkaddrbk_geo_xxport.mo
share/locale/gl/LC_MESSAGES/libkaddrbk_gmx_xxport.mo
share/locale/gl/LC_MESSAGES/libkcal.mo
share/locale/gl/LC_MESSAGES/libkcddb.mo
share/locale/gl/LC_MESSAGES/libkfaximgage.mo
share/locale/gl/LC_MESSAGES/libkholidays.mo
share/locale/gl/LC_MESSAGES/libkicker.mo
share/locale/gl/LC_MESSAGES/libkickermenu_konsole.mo
share/locale/gl/LC_MESSAGES/libkickermenu_prefmenu.mo
share/locale/gl/LC_MESSAGES/libkickermenu_recentdocs.mo
share/locale/gl/LC_MESSAGES/libkickermenu_remotemenu.mo
share/locale/gl/LC_MESSAGES/libkickermenu_systemmenu.mo
share/locale/gl/LC_MESSAGES/libkickermenu_tdeprint.mo
share/locale/gl/LC_MESSAGES/libkickermenu_tom.mo
share/locale/gl/LC_MESSAGES/libkleopatra.mo
share/locale/gl/LC_MESSAGES/libkmime.mo
share/locale/gl/LC_MESSAGES/libkonq.mo
share/locale/gl/LC_MESSAGES/libkpgp.mo
share/locale/gl/LC_MESSAGES/libkpimexchange.mo
share/locale/gl/LC_MESSAGES/libkscan.mo
share/locale/gl/LC_MESSAGES/libksieve.mo
share/locale/gl/LC_MESSAGES/libksirtet.mo
share/locale/gl/LC_MESSAGES/libksync.mo
share/locale/gl/LC_MESSAGES/libtaskbar.mo
share/locale/gl/LC_MESSAGES/libtaskmanager.mo
share/locale/gl/LC_MESSAGES/libtdeedu.mo
share/locale/gl/LC_MESSAGES/libtdegames.mo
share/locale/gl/LC_MESSAGES/libtdepim.mo
share/locale/gl/LC_MESSAGES/libtdescreensaver.mo
share/locale/gl/LC_MESSAGES/lockout.mo
share/locale/gl/LC_MESSAGES/lyrics.mo
share/locale/gl/LC_MESSAGES/mediaapplet.mo
share/locale/gl/LC_MESSAGES/mediacontrol.mo
share/locale/gl/LC_MESSAGES/mf_konqplugin.mo
share/locale/gl/LC_MESSAGES/minitoolsplugin.mo
share/locale/gl/LC_MESSAGES/multisynk.mo
share/locale/gl/LC_MESSAGES/naughtyapplet.mo
share/locale/gl/LC_MESSAGES/nexscope.mo
share/locale/gl/LC_MESSAGES/noatun.mo
share/locale/gl/LC_MESSAGES/nsplugin.mo
share/locale/gl/LC_MESSAGES/pitchablespeed.mo
share/locale/gl/LC_MESSAGES/ppdtranslations.mo
share/locale/gl/LC_MESSAGES/privacy.mo
share/locale/gl/LC_MESSAGES/quanta.mo
share/locale/gl/LC_MESSAGES/quicklauncher.mo
share/locale/gl/LC_MESSAGES/rellinks.mo
share/locale/gl/LC_MESSAGES/searchbarplugin.mo
share/locale/gl/LC_MESSAGES/secpolicy.mo
share/locale/gl/LC_MESSAGES/spy.mo
share/locale/gl/LC_MESSAGES/superkaramba.mo
share/locale/gl/LC_MESSAGES/synaescope.mo
share/locale/gl/LC_MESSAGES/tdeabc2mutt.mo
share/locale/gl/LC_MESSAGES/tdeabc_dir.mo
share/locale/gl/LC_MESSAGES/tdeabc_file.mo
share/locale/gl/LC_MESSAGES/tdeabc_ldaptdeio.mo
share/locale/gl/LC_MESSAGES/tdeabc_net.mo
share/locale/gl/LC_MESSAGES/tdeabc_slox.mo
share/locale/gl/LC_MESSAGES/tdeabc_sql.mo
share/locale/gl/LC_MESSAGES/tdeabcformat_binary.mo
share/locale/gl/LC_MESSAGES/tdecachegrind.mo
share/locale/gl/LC_MESSAGES/tdecmshell.mo
share/locale/gl/LC_MESSAGES/tdedebugdialog.mo
share/locale/gl/LC_MESSAGES/tdefile_au.mo
share/locale/gl/LC_MESSAGES/tdefile_avi.mo
share/locale/gl/LC_MESSAGES/tdefile_bmp.mo
share/locale/gl/LC_MESSAGES/tdefile_cert.mo
share/locale/gl/LC_MESSAGES/tdefile_cpp.mo
share/locale/gl/LC_MESSAGES/tdefile_dds.mo
share/locale/gl/LC_MESSAGES/tdefile_deb.mo
share/locale/gl/LC_MESSAGES/tdefile_desktop.mo
share/locale/gl/LC_MESSAGES/tdefile_diff.mo
share/locale/gl/LC_MESSAGES/tdefile_drgeo.mo
share/locale/gl/LC_MESSAGES/tdefile_dvi.mo
share/locale/gl/LC_MESSAGES/tdefile_exr.mo
share/locale/gl/LC_MESSAGES/tdefile_flac.mo
share/locale/gl/LC_MESSAGES/tdefile_folder.mo
share/locale/gl/LC_MESSAGES/tdefile_gif.mo
share/locale/gl/LC_MESSAGES/tdefile_html.mo
share/locale/gl/LC_MESSAGES/tdefile_ico.mo
share/locale/gl/LC_MESSAGES/tdefile_ics.mo
share/locale/gl/LC_MESSAGES/tdefile_jpeg.mo
share/locale/gl/LC_MESSAGES/tdefile_kig.mo
share/locale/gl/LC_MESSAGES/tdefile_lnk.mo
share/locale/gl/LC_MESSAGES/tdefile_m3u.mo
share/locale/gl/LC_MESSAGES/tdefile_mhtml.mo
share/locale/gl/LC_MESSAGES/tdefile_mp3.mo
share/locale/gl/LC_MESSAGES/tdefile_mpc.mo
share/locale/gl/LC_MESSAGES/tdefile_mpeg.mo
share/locale/gl/LC_MESSAGES/tdefile_ogg.mo
share/locale/gl/LC_MESSAGES/tdefile_palm.mo
share/locale/gl/LC_MESSAGES/tdefile_pcx.mo
share/locale/gl/LC_MESSAGES/tdefile_pdf.mo
share/locale/gl/LC_MESSAGES/tdefile_png.mo
share/locale/gl/LC_MESSAGES/tdefile_pnm.mo
share/locale/gl/LC_MESSAGES/tdefile_po.mo
share/locale/gl/LC_MESSAGES/tdefile_ps.mo
share/locale/gl/LC_MESSAGES/tdefile_rfc822.mo
share/locale/gl/LC_MESSAGES/tdefile_rgb.mo
share/locale/gl/LC_MESSAGES/tdefile_rpm.mo
share/locale/gl/LC_MESSAGES/tdefile_sid.mo
share/locale/gl/LC_MESSAGES/tdefile_tga.mo
share/locale/gl/LC_MESSAGES/tdefile_theora.mo
share/locale/gl/LC_MESSAGES/tdefile_tiff.mo
share/locale/gl/LC_MESSAGES/tdefile_torrent.mo
share/locale/gl/LC_MESSAGES/tdefile_ts.mo
share/locale/gl/LC_MESSAGES/tdefile_txt.mo
share/locale/gl/LC_MESSAGES/tdefile_vcf.mo
share/locale/gl/LC_MESSAGES/tdefile_wav.mo
share/locale/gl/LC_MESSAGES/tdefile_xbm.mo
share/locale/gl/LC_MESSAGES/tdefile_xpm.mo
share/locale/gl/LC_MESSAGES/tdefileaudiopreview.mo
share/locale/gl/LC_MESSAGES/tdefilereplace.mo
share/locale/gl/LC_MESSAGES/tdefontinst.mo
share/locale/gl/LC_MESSAGES/tdehtmlkttsd.mo
share/locale/gl/LC_MESSAGES/tdehtmlsettingsplugin.mo
share/locale/gl/LC_MESSAGES/tdeiconedit.mo
share/locale/gl/LC_MESSAGES/tdeio.mo
share/locale/gl/LC_MESSAGES/tdeio_audiocd.mo
share/locale/gl/LC_MESSAGES/tdeio_finger.mo
share/locale/gl/LC_MESSAGES/tdeio_fish.mo
share/locale/gl/LC_MESSAGES/tdeio_floppy.mo
share/locale/gl/LC_MESSAGES/tdeio_groupwise.mo
share/locale/gl/LC_MESSAGES/tdeio_help.mo
share/locale/gl/LC_MESSAGES/tdeio_home.mo
share/locale/gl/LC_MESSAGES/tdeio_imap4.mo
share/locale/gl/LC_MESSAGES/tdeio_jabberdisco.mo
share/locale/gl/LC_MESSAGES/tdeio_lan.mo
share/locale/gl/LC_MESSAGES/tdeio_ldap.mo
share/locale/gl/LC_MESSAGES/tdeio_mac.mo
share/locale/gl/LC_MESSAGES/tdeio_man.mo
share/locale/gl/LC_MESSAGES/tdeio_media.mo
share/locale/gl/LC_MESSAGES/tdeio_mobile.mo
share/locale/gl/LC_MESSAGES/tdeio_nfs.mo
share/locale/gl/LC_MESSAGES/tdeio_nntp.mo
share/locale/gl/LC_MESSAGES/tdeio_pop3.mo
share/locale/gl/LC_MESSAGES/tdeio_print.mo
share/locale/gl/LC_MESSAGES/tdeio_remote.mo
share/locale/gl/LC_MESSAGES/tdeio_settings.mo
share/locale/gl/LC_MESSAGES/tdeio_sftp.mo
share/locale/gl/LC_MESSAGES/tdeio_sieve.mo
share/locale/gl/LC_MESSAGES/tdeio_smb.mo
share/locale/gl/LC_MESSAGES/tdeio_smtp.mo
share/locale/gl/LC_MESSAGES/tdeio_svn.mo
share/locale/gl/LC_MESSAGES/tdeio_system.mo
share/locale/gl/LC_MESSAGES/tdeio_tar.mo
share/locale/gl/LC_MESSAGES/tdeio_thumbnail.mo
share/locale/gl/LC_MESSAGES/tdeio_trash.mo
share/locale/gl/LC_MESSAGES/tdeio_zeroconf.mo
share/locale/gl/LC_MESSAGES/tdeioexec.mo
share/locale/gl/LC_MESSAGES/tdelibs.mo
share/locale/gl/LC_MESSAGES/tdelibs_colors.mo
share/locale/gl/LC_MESSAGES/tdelirc.mo
share/locale/gl/LC_MESSAGES/tdemid.mo
share/locale/gl/LC_MESSAGES/tdepartsaver.mo
share/locale/gl/LC_MESSAGES/tdepasswd.mo
share/locale/gl/LC_MESSAGES/tdepimresources.mo
share/locale/gl/LC_MESSAGES/tdepimwizards.mo
share/locale/gl/LC_MESSAGES/tdeprint.mo
share/locale/gl/LC_MESSAGES/tdeprint_part.mo
share/locale/gl/LC_MESSAGES/tdeprintfax.mo
share/locale/gl/LC_MESSAGES/tderandr.mo
share/locale/gl/LC_MESSAGES/tdescreensaver.mo
share/locale/gl/LC_MESSAGES/tdessh.mo
share/locale/gl/LC_MESSAGES/tdestyle_highcontrast_config.mo
share/locale/gl/LC_MESSAGES/tdestyle_keramik_config.mo
share/locale/gl/LC_MESSAGES/tdestyle_phase_config.mo
share/locale/gl/LC_MESSAGES/tdestyle_plastik_config.mo
share/locale/gl/LC_MESSAGES/tdesu.mo
share/locale/gl/LC_MESSAGES/tdesud.mo
share/locale/gl/LC_MESSAGES/tdetexteditor_autobookmarker.mo
share/locale/gl/LC_MESSAGES/tdetexteditor_docwordcompletion.mo
share/locale/gl/LC_MESSAGES/tdetexteditor_insertfile.mo
share/locale/gl/LC_MESSAGES/tdetexteditor_isearch.mo
share/locale/gl/LC_MESSAGES/tdetexteditor_kdatatool.mo
share/locale/gl/LC_MESSAGES/tdevdesigner.mo
share/locale/gl/LC_MESSAGES/tdevtipofday.mo
share/locale/gl/LC_MESSAGES/tdewalletmanager.mo
share/locale/gl/LC_MESSAGES/tdmconfig.mo
share/locale/gl/LC_MESSAGES/tdmgreet.mo
share/locale/gl/LC_MESSAGES/timezones.mo
share/locale/gl/LC_MESSAGES/tippecanoe.mo
share/locale/gl/LC_MESSAGES/trashapplet.mo
share/locale/gl/LC_MESSAGES/twin.mo
share/locale/gl/LC_MESSAGES/twin_art_clients.mo
share/locale/gl/LC_MESSAGES/twin_clients.mo
share/locale/gl/LC_MESSAGES/twin_lib.mo
share/locale/gl/LC_MESSAGES/tyler.mo
share/locale/gl/LC_MESSAGES/uachangerplugin.mo
share/locale/gl/LC_MESSAGES/umbrello.mo
share/locale/gl/LC_MESSAGES/useraccount.mo
share/locale/gl/LC_MESSAGES/validatorsplugin.mo
share/locale/gl/LC_MESSAGES/wakeup.mo
share/locale/gl/LC_MESSAGES/wavecapture.mo
share/locale/gl/LC_MESSAGES/webarchiver.mo
share/locale/gl/charset
share/locale/gl/entry.desktop
share/locale/gl/flag.png

@ -0,0 +1,43 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: core/tde-i18n-he > misc/tde-i18n-he
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTLANG= he
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${PORTLANG}
TDE_PREVERSION=
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= misc x11
DIST_SUBDIR= TDE/core
PKGNAMEPREFIX= ${PORTLANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${PORTLANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}template/' \
'${EXTRACT_BASE}translations/' \
'${EXTRACT_BASE}tde-i18n-${PORTLANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
\
-DBUILD_ALL="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1682085523
SHA256 (TDE/core/tde-i18n-trinity_14.1.0.orig.tar.xz) = 9f64b518db380d1d0acf3f6b5baafdb3f486953739b9484bdc5d31f34f466a75
SIZE (TDE/core/tde-i18n-trinity_14.1.0.orig.tar.xz) = 195332236

@ -0,0 +1 @@
Hebrew (he) internationalized (i18n) files for TDE

@ -0,0 +1,618 @@
share/apps/klettres/he/alpha/a-01.ogg
share/apps/klettres/he/alpha/a-02.ogg
share/apps/klettres/he/alpha/a-03.ogg
share/apps/klettres/he/alpha/a-04.ogg
share/apps/klettres/he/alpha/a-05.ogg
share/apps/klettres/he/alpha/a-06.ogg
share/apps/klettres/he/alpha/a-07.ogg
share/apps/klettres/he/alpha/a-08.ogg
share/apps/klettres/he/alpha/a-09.ogg
share/apps/klettres/he/alpha/a-10.ogg
share/apps/klettres/he/alpha/a-11.ogg
share/apps/klettres/he/alpha/a-12.ogg
share/apps/klettres/he/alpha/a-13.ogg
share/apps/klettres/he/alpha/a-14.ogg
share/apps/klettres/he/alpha/a-15.ogg
share/apps/klettres/he/alpha/a-16.ogg
share/apps/klettres/he/alpha/a-17.ogg
share/apps/klettres/he/alpha/a-18.ogg
share/apps/klettres/he/alpha/a-19.ogg
share/apps/klettres/he/alpha/a-20.ogg
share/apps/klettres/he/alpha/a-21.ogg
share/apps/klettres/he/alpha/a-22.ogg
share/apps/klettres/he/alpha/a-23.ogg
share/apps/klettres/he/alpha/a-24.ogg
share/apps/klettres/he/alpha/a-25.ogg
share/apps/klettres/he/alpha/a-26.ogg
share/apps/klettres/he/alpha/a-27.ogg
share/apps/klettres/he/sounds.xml
share/apps/klettres/he/syllab/ad-01.ogg
share/apps/klettres/he/syllab/ad-02.ogg
share/apps/klettres/he/syllab/ad-03.ogg
share/apps/klettres/he/syllab/ad-04.ogg
share/apps/klettres/he/syllab/ad-05.ogg
share/apps/klettres/he/syllab/ad-07.ogg
share/apps/klettres/he/syllab/ad-08.ogg
share/apps/klettres/he/syllab/ad-09.ogg
share/apps/klettres/he/syllab/ad-10.ogg
share/apps/klettres/he/syllab/ad-11.ogg
share/apps/klettres/he/syllab/ad-12.ogg
share/apps/klettres/he/syllab/ad-13.ogg
share/apps/klettres/he/syllab/ad-14.ogg
share/apps/klettres/he/syllab/ad-15.ogg
share/apps/klettres/he/syllab/ad-16.ogg
share/apps/klettres/he/syllab/ad-17.ogg
share/apps/klettres/he/syllab/ad-18.ogg
share/apps/klettres/he/syllab/ad-19.ogg
share/apps/klettres/he/syllab/ad-20.ogg
share/apps/klettres/he/syllab/ad-21.ogg
share/apps/klettres/he/syllab/ad-22.ogg
share/apps/klettres/he/syllab/ad-23.ogg
share/apps/klettres/he/syllab/ad-24.ogg
share/apps/klettres/he/syllab/ad-25.ogg
share/apps/klettres/he/syllab/ad-26.ogg
share/doc/tde/HTML/he/common/1.png
share/doc/tde/HTML/he/common/10.png
share/doc/tde/HTML/he/common/2.png
share/doc/tde/HTML/he/common/3.png
share/doc/tde/HTML/he/common/4.png
share/doc/tde/HTML/he/common/5.png
share/doc/tde/HTML/he/common/6.png
share/doc/tde/HTML/he/common/7.png
share/doc/tde/HTML/he/common/8.png
share/doc/tde/HTML/he/common/9.png
share/doc/tde/HTML/he/common/appheader.html
share/doc/tde/HTML/he/common/artistic-license.html
share/doc/tde/HTML/he/common/block_title_bottom.png
share/doc/tde/HTML/he/common/block_title_mid.png
share/doc/tde/HTML/he/common/block_title_top.png
share/doc/tde/HTML/he/common/bottom-left.png
share/doc/tde/HTML/he/common/bottom-middle.png
share/doc/tde/HTML/he/common/bottom-right.png
share/doc/tde/HTML/he/common/bottom1.png
share/doc/tde/HTML/he/common/bottom2.png
share/doc/tde/HTML/he/common/bsd-license.html
share/doc/tde/HTML/he/common/docheadergears.png
share/doc/tde/HTML/he/common/doctop1.png
share/doc/tde/HTML/he/common/doctop1a.png
share/doc/tde/HTML/he/common/doctop1b.png
share/doc/tde/HTML/he/common/doctop2.png
share/doc/tde/HTML/he/common/doxygen.css
share/doc/tde/HTML/he/common/favicon.ico
share/doc/tde/HTML/he/common/fdl-license
share/doc/tde/HTML/he/common/fdl-license.html
share/doc/tde/HTML/he/common/fdl-notice.html
share/doc/tde/HTML/he/common/fdl-translated.html
share/doc/tde/HTML/he/common/flat.css
share/doc/tde/HTML/he/common/footer.html
share/doc/tde/HTML/he/common/gpl-license
share/doc/tde/HTML/he/common/gpl-license.html
share/doc/tde/HTML/he/common/gpl-translated.html
share/doc/tde/HTML/he/common/grad.png
share/doc/tde/HTML/he/common/header.html
share/doc/tde/HTML/he/common/headerbg.png
share/doc/tde/HTML/he/common/kde_gear_64.png
share/doc/tde/HTML/he/common/kde_logo.png
share/doc/tde/HTML/he/common/kde_logo_bg.png
share/doc/tde/HTML/he/common/kmenu.png
share/doc/tde/HTML/he/common/lgpl-license
share/doc/tde/HTML/he/common/lgpl-license.html
share/doc/tde/HTML/he/common/lgpl-translated.html
share/doc/tde/HTML/he/common/logotp3.png
share/doc/tde/HTML/he/common/mainfooter.html
share/doc/tde/HTML/he/common/mainheader.html
share/doc/tde/HTML/he/common/print.css
share/doc/tde/HTML/he/common/qpl-license.html
share/doc/tde/HTML/he/common/shadow.png
share/doc/tde/HTML/he/common/tabs.css
share/doc/tde/HTML/he/common/tde-common.css
share/doc/tde/HTML/he/common/tde-default.css
share/doc/tde/HTML/he/common/tde-docs.css
share/doc/tde/HTML/he/common/tde-localised.css
share/doc/tde/HTML/he/common/tde-localised.css.template
share/doc/tde/HTML/he/common/tde-web.css
share/doc/tde/HTML/he/common/tde.css
share/doc/tde/HTML/he/common/top-left.jpg
share/doc/tde/HTML/he/common/top-left.png
share/doc/tde/HTML/he/common/top-middle.png
share/doc/tde/HTML/he/common/top-right-konqueror.png
share/doc/tde/HTML/he/common/top-right.jpg
share/doc/tde/HTML/he/common/top-right.png
share/doc/tde/HTML/he/common/top-trinity.jpg
share/doc/tde/HTML/he/common/top.jpg
share/doc/tde/HTML/he/common/web-docbottom.png
share/doc/tde/HTML/he/common/web-doctop.png
share/doc/tde/HTML/he/common/x11-license.html
share/doc/tde/HTML/he/common/xml.dcl
share/doc/tde/HTML/he/khelpcenter/khelpcenter.png
share/doc/tde/HTML/he/khelpcenter/konq.css
share/locale/he/LC_MESSAGES/akregator.mo
share/locale/he/LC_MESSAGES/akregator_konqplugin.mo
share/locale/he/LC_MESSAGES/alsaplayerui.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/ark_plugin.mo
share/locale/he/LC_MESSAGES/artsbuilder.mo
share/locale/he/LC_MESSAGES/artscontrol.mo
share/locale/he/LC_MESSAGES/artsmodules.mo
share/locale/he/LC_MESSAGES/atlantik.mo
share/locale/he/LC_MESSAGES/atlantikdesigner.mo
share/locale/he/LC_MESSAGES/audiocd_encoder_lame.mo
share/locale/he/LC_MESSAGES/audiocd_encoder_vorbis.mo
share/locale/he/LC_MESSAGES/audiorename_plugin.mo
share/locale/he/LC_MESSAGES/autorefresh.mo
share/locale/he/LC_MESSAGES/babelfish.mo
share/locale/he/LC_MESSAGES/blinken.mo
share/locale/he/LC_MESSAGES/cervisia.mo
share/locale/he/LC_MESSAGES/charlatanui.mo
share/locale/he/LC_MESSAGES/clockapplet.mo
share/locale/he/LC_MESSAGES/crashesplugin.mo
share/locale/he/LC_MESSAGES/cupsdconf.mo
share/locale/he/LC_MESSAGES/dcoprss.mo
share/locale/he/LC_MESSAGES/dirfilterplugin.mo
share/locale/he/LC_MESSAGES/display.mo
share/locale/he/LC_MESSAGES/dockbarextension.mo
share/locale/he/LC_MESSAGES/domtreeviewer.mo
share/locale/he/LC_MESSAGES/drkonqi.mo
share/locale/he/LC_MESSAGES/dub.mo
share/locale/he/LC_MESSAGES/extensionproxy.mo
share/locale/he/LC_MESSAGES/ffrs.mo
share/locale/he/LC_MESSAGES/filetypes.mo
share/locale/he/LC_MESSAGES/fsview.mo
share/locale/he/LC_MESSAGES/htmlsearch.mo
share/locale/he/LC_MESSAGES/imagerename_plugin.mo
share/locale/he/LC_MESSAGES/imgalleryplugin.mo
share/locale/he/LC_MESSAGES/irkick.mo
share/locale/he/LC_MESSAGES/joystick.mo
share/locale/he/LC_MESSAGES/juk.mo
share/locale/he/LC_MESSAGES/kaboodle.mo
share/locale/he/LC_MESSAGES/kaccess.mo
share/locale/he/LC_MESSAGES/kaddressbook.mo
share/locale/he/LC_MESSAGES/kalarm.mo
share/locale/he/LC_MESSAGES/kalzium.mo
share/locale/he/LC_MESSAGES/kanagram.mo
share/locale/he/LC_MESSAGES/kandy.mo
share/locale/he/LC_MESSAGES/kappfinder.mo
share/locale/he/LC_MESSAGES/karm.mo
share/locale/he/LC_MESSAGES/kasbarextension.mo
share/locale/he/LC_MESSAGES/kasteroids.mo
share/locale/he/LC_MESSAGES/kate.mo
share/locale/he/LC_MESSAGES/katecppsymbolviewer.mo
share/locale/he/LC_MESSAGES/katefiletemplates.mo
share/locale/he/LC_MESSAGES/katefll_initplugin.mo
share/locale/he/LC_MESSAGES/katefll_plugin.mo
share/locale/he/LC_MESSAGES/katehelloworld.mo
share/locale/he/LC_MESSAGES/katehtmltools.mo
share/locale/he/LC_MESSAGES/kateinsertcommand.mo
share/locale/he/LC_MESSAGES/katekjswrapper.mo
share/locale/he/LC_MESSAGES/katemake.mo
share/locale/he/LC_MESSAGES/katemodeline.mo
share/locale/he/LC_MESSAGES/kateopenheader.mo
share/locale/he/LC_MESSAGES/katepart.mo
share/locale/he/LC_MESSAGES/katepybrowse.mo
share/locale/he/LC_MESSAGES/katetabbarextension.mo
share/locale/he/LC_MESSAGES/katetextfilter.mo
share/locale/he/LC_MESSAGES/katexmlcheck.mo
share/locale/he/LC_MESSAGES/katexmltools.mo
share/locale/he/LC_MESSAGES/katomic.mo
share/locale/he/LC_MESSAGES/kaudiocreator.mo
share/locale/he/LC_MESSAGES/kay.mo
share/locale/he/LC_MESSAGES/kbabel.mo
share/locale/he/LC_MESSAGES/kbackgammon.mo
share/locale/he/LC_MESSAGES/kbattleship.mo
share/locale/he/LC_MESSAGES/kbinaryclock.mo
share/locale/he/LC_MESSAGES/kblackbox.mo
share/locale/he/LC_MESSAGES/kbounce.mo
share/locale/he/LC_MESSAGES/kbruch.mo
share/locale/he/LC_MESSAGES/kcalc.mo
share/locale/he/LC_MESSAGES/kcharselect.mo
share/locale/he/LC_MESSAGES/kcharselectapplet.mo
share/locale/he/LC_MESSAGES/kcm_krfb.mo
share/locale/he/LC_MESSAGES/kcm_kviewcanvasconfig.mo
share/locale/he/LC_MESSAGES/kcm_kviewgeneralconfig.mo
share/locale/he/LC_MESSAGES/kcm_kviewpluginsconfig.mo
share/locale/he/LC_MESSAGES/kcm_kviewviewerpluginsconfig.mo
share/locale/he/LC_MESSAGES/kcmaccess.mo
share/locale/he/LC_MESSAGES/kcmaccessibility.mo
share/locale/he/LC_MESSAGES/kcmarts.mo
share/locale/he/LC_MESSAGES/kcmaudiocd.mo
share/locale/he/LC_MESSAGES/kcmbackground.mo
share/locale/he/LC_MESSAGES/kcmbell.mo
share/locale/he/LC_MESSAGES/kcmcddb.mo
share/locale/he/LC_MESSAGES/kcmcgi.mo
share/locale/he/LC_MESSAGES/kcmcolors.mo
share/locale/he/LC_MESSAGES/kcmcomponentchooser.mo
share/locale/he/LC_MESSAGES/kcmcrypto.mo
share/locale/he/LC_MESSAGES/kcmcss.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/kcmkabconfig.mo
share/locale/he/LC_MESSAGES/kcmkamera.mo
share/locale/he/LC_MESSAGES/kcmkclock.mo
share/locale/he/LC_MESSAGES/kcmkded.mo
share/locale/he/LC_MESSAGES/kcmkeys.mo
share/locale/he/LC_MESSAGES/kcmkicker.mo
share/locale/he/LC_MESSAGES/kcmkonq.mo
share/locale/he/LC_MESSAGES/kcmkonqhtml.mo
share/locale/he/LC_MESSAGES/kcmkonsole.mo
share/locale/he/LC_MESSAGES/kcmkontactnt.mo
share/locale/he/LC_MESSAGES/kcmktalkd.mo
share/locale/he/LC_MESSAGES/kcmkuick.mo
share/locale/he/LC_MESSAGES/kcmkurifilt.mo
share/locale/he/LC_MESSAGES/kcmkvaio.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/kcmlaunch.mo
share/locale/he/LC_MESSAGES/kcmlayout.mo
share/locale/he/LC_MESSAGES/kcmlilo.mo
share/locale/he/LC_MESSAGES/kcmlirc.mo
share/locale/he/LC_MESSAGES/kcmlocale.mo
share/locale/he/LC_MESSAGES/kcmmedia.mo
share/locale/he/LC_MESSAGES/kcmnic.mo
share/locale/he/LC_MESSAGES/kcmnotify.mo
share/locale/he/LC_MESSAGES/kcmperformance.mo
share/locale/he/LC_MESSAGES/kcmprintmgr.mo
share/locale/he/LC_MESSAGES/kcmsamba.mo
share/locale/he/LC_MESSAGES/kcmscreensaver.mo
share/locale/he/LC_MESSAGES/kcmsmartcard.mo
share/locale/he/LC_MESSAGES/kcmsmserver.mo
share/locale/he/LC_MESSAGES/kcmspellchecking.mo
share/locale/he/LC_MESSAGES/kcmstyle.mo
share/locale/he/LC_MESSAGES/kcmtaskbar.mo
share/locale/he/LC_MESSAGES/kcmtdednssd.mo
share/locale/he/LC_MESSAGES/kcmtdeio.mo
share/locale/he/LC_MESSAGES/kcmtwindecoration.mo
share/locale/he/LC_MESSAGES/kcmtwinrules.mo
share/locale/he/LC_MESSAGES/kcmusb.mo
share/locale/he/LC_MESSAGES/kcmview1394.mo
share/locale/he/LC_MESSAGES/kcmwifi.mo
share/locale/he/LC_MESSAGES/kcmxinerama.mo
share/locale/he/LC_MESSAGES/kcoloredit.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/kdesktop.mo
share/locale/he/LC_MESSAGES/kdf.mo
share/locale/he/LC_MESSAGES/kdgantt.mo
share/locale/he/LC_MESSAGES/kdialog.mo
share/locale/he/LC_MESSAGES/kdict.mo
share/locale/he/LC_MESSAGES/kdictapplet.mo
share/locale/he/LC_MESSAGES/kdvi.mo
share/locale/he/LC_MESSAGES/kedit.mo
share/locale/he/LC_MESSAGES/keduca.mo
share/locale/he/LC_MESSAGES/kenolaba.mo
share/locale/he/LC_MESSAGES/kfax.mo
share/locale/he/LC_MESSAGES/kfifteenapplet.mo
share/locale/he/LC_MESSAGES/kfindpart.mo
share/locale/he/LC_MESSAGES/kfloppy.mo
share/locale/he/LC_MESSAGES/kfmclient.mo
share/locale/he/LC_MESSAGES/kfouleggs.mo
share/locale/he/LC_MESSAGES/kgamma.mo
share/locale/he/LC_MESSAGES/kgantt.mo
share/locale/he/LC_MESSAGES/kgeography.mo
share/locale/he/LC_MESSAGES/kget.mo
share/locale/he/LC_MESSAGES/kghostview.mo
share/locale/he/LC_MESSAGES/kgpg.mo
share/locale/he/LC_MESSAGES/kgreet_classic.mo
share/locale/he/LC_MESSAGES/khangman.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/kinetd.mo
share/locale/he/LC_MESSAGES/kjobviewer.mo
share/locale/he/LC_MESSAGES/kjots.mo
share/locale/he/LC_MESSAGES/kjumpingcube.mo
share/locale/he/LC_MESSAGES/klaptopdaemon.mo
share/locale/he/LC_MESSAGES/kleopatra.mo
share/locale/he/LC_MESSAGES/klettres.mo
share/locale/he/LC_MESSAGES/klickety.mo
share/locale/he/LC_MESSAGES/klines.mo
share/locale/he/LC_MESSAGES/klipper.mo
share/locale/he/LC_MESSAGES/klock.mo
share/locale/he/LC_MESSAGES/kmag.mo
share/locale/he/LC_MESSAGES/kmahjongg.mo
share/locale/he/LC_MESSAGES/kmail.mo
share/locale/he/LC_MESSAGES/kmail_text_calendar_plugin.mo
share/locale/he/LC_MESSAGES/kmail_text_vcard_plugin.mo
share/locale/he/LC_MESSAGES/kmailcvt.mo
share/locale/he/LC_MESSAGES/kmathapplet.mo
share/locale/he/LC_MESSAGES/kmcop.mo
share/locale/he/LC_MESSAGES/kmenuapplet.mo
share/locale/he/LC_MESSAGES/kmenuedit.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/kmousetool.mo
share/locale/he/LC_MESSAGES/kmouth.mo
share/locale/he/LC_MESSAGES/kmplot.mo
share/locale/he/LC_MESSAGES/kmrml.mo
share/locale/he/LC_MESSAGES/knetattach.mo
share/locale/he/LC_MESSAGES/knetwalk.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/kodo.mo
share/locale/he/LC_MESSAGES/kolf.mo
share/locale/he/LC_MESSAGES/kolourpaint.mo
share/locale/he/LC_MESSAGES/kolourpicker.mo
share/locale/he/LC_MESSAGES/konnector_dummy.mo
share/locale/he/LC_MESSAGES/konnector_kabc.mo
share/locale/he/LC_MESSAGES/konnector_kcal.mo
share/locale/he/LC_MESSAGES/konnector_local.mo
share/locale/he/LC_MESSAGES/konnector_qtopia.mo
share/locale/he/LC_MESSAGES/konnector_remote.mo
share/locale/he/LC_MESSAGES/konqsidebar_mediaplayer.mo
share/locale/he/LC_MESSAGES/konqsidebar_news.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/konsolekalendar.mo
share/locale/he/LC_MESSAGES/kontact.mo
share/locale/he/LC_MESSAGES/kooka.mo
share/locale/he/LC_MESSAGES/kopete.mo
share/locale/he/LC_MESSAGES/korganizer.mo
share/locale/he/LC_MESSAGES/korn.mo
share/locale/he/LC_MESSAGES/kpackage.mo
share/locale/he/LC_MESSAGES/kpager.mo
share/locale/he/LC_MESSAGES/kpat.mo
share/locale/he/LC_MESSAGES/kpdf.mo
share/locale/he/LC_MESSAGES/kpercentage.mo
share/locale/he/LC_MESSAGES/kpersonalizer.mo
share/locale/he/LC_MESSAGES/kpf.mo
share/locale/he/LC_MESSAGES/kpoker.mo
share/locale/he/LC_MESSAGES/kpovmodeler.mo
share/locale/he/LC_MESSAGES/kppp.mo
share/locale/he/LC_MESSAGES/kppplogview.mo
share/locale/he/LC_MESSAGES/kprinter.mo
share/locale/he/LC_MESSAGES/krdb.mo
share/locale/he/LC_MESSAGES/krdc.mo
share/locale/he/LC_MESSAGES/kreadconfig.mo
share/locale/he/LC_MESSAGES/krec.mo
share/locale/he/LC_MESSAGES/kregexpeditor.mo
share/locale/he/LC_MESSAGES/kres_birthday.mo
share/locale/he/LC_MESSAGES/kres_bugzilla.mo
share/locale/he/LC_MESSAGES/kreversi.mo
share/locale/he/LC_MESSAGES/krfb.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/kshisen.mo
share/locale/he/LC_MESSAGES/ksig.mo
share/locale/he/LC_MESSAGES/ksim.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/ksplashthemes.mo
share/locale/he/LC_MESSAGES/kstart.mo
share/locale/he/LC_MESSAGES/kstartperf.mo
share/locale/he/LC_MESSAGES/ksvgplugin.mo
share/locale/he/LC_MESSAGES/ksysguard.mo
share/locale/he/LC_MESSAGES/ksystemtrayapplet.mo
share/locale/he/LC_MESSAGES/ksystraycmd.mo
share/locale/he/LC_MESSAGES/ksysv.mo
share/locale/he/LC_MESSAGES/kteatime.mo
share/locale/he/LC_MESSAGES/kthememanager.mo
share/locale/he/LC_MESSAGES/ktimemon.mo
share/locale/he/LC_MESSAGES/ktimer.mo
share/locale/he/LC_MESSAGES/ktip.mo
share/locale/he/LC_MESSAGES/ktouch.mo
share/locale/he/LC_MESSAGES/ktron.mo
share/locale/he/LC_MESSAGES/kttsd.mo
share/locale/he/LC_MESSAGES/ktuberling.mo
share/locale/he/LC_MESSAGES/kturtle.mo
share/locale/he/LC_MESSAGES/ktux.mo
share/locale/he/LC_MESSAGES/kuick_plugin.mo
share/locale/he/LC_MESSAGES/kuickshow.mo
share/locale/he/LC_MESSAGES/kuser.mo
share/locale/he/LC_MESSAGES/kview.mo
share/locale/he/LC_MESSAGES/kview_scale.mo
share/locale/he/LC_MESSAGES/kviewbrowserplugin.mo
share/locale/he/LC_MESSAGES/kviewcanvas.mo
share/locale/he/LC_MESSAGES/kviewpresenterplugin.mo
share/locale/he/LC_MESSAGES/kviewscannerplugin.mo
share/locale/he/LC_MESSAGES/kviewshell.mo
share/locale/he/LC_MESSAGES/kviewviewer.mo
share/locale/he/LC_MESSAGES/kvoctrain.mo
share/locale/he/LC_MESSAGES/kweather.mo
share/locale/he/LC_MESSAGES/kwifimanager.mo
share/locale/he/LC_MESSAGES/kwireless.mo
share/locale/he/LC_MESSAGES/kworldclock.mo
share/locale/he/LC_MESSAGES/kwriteconfig.mo
share/locale/he/LC_MESSAGES/kxkb.mo
share/locale/he/LC_MESSAGES/kxsconfig.mo
share/locale/he/LC_MESSAGES/libkaddrbk_geo_xxport.mo
share/locale/he/LC_MESSAGES/libkcal.mo
share/locale/he/LC_MESSAGES/libkcddb.mo
share/locale/he/LC_MESSAGES/libkholidays.mo
share/locale/he/LC_MESSAGES/libkicker.mo
share/locale/he/LC_MESSAGES/libkickermenu_konsole.mo
share/locale/he/LC_MESSAGES/libkickermenu_prefmenu.mo
share/locale/he/LC_MESSAGES/libkickermenu_recentdocs.mo
share/locale/he/LC_MESSAGES/libkickermenu_remotemenu.mo
share/locale/he/LC_MESSAGES/libkickermenu_systemmenu.mo
share/locale/he/LC_MESSAGES/libkickermenu_tdeprint.mo
share/locale/he/LC_MESSAGES/libkickermenu_tom.mo
share/locale/he/LC_MESSAGES/libkonq.mo
share/locale/he/LC_MESSAGES/libkpimexchange.mo
share/locale/he/LC_MESSAGES/libkscan.mo
share/locale/he/LC_MESSAGES/libksirtet.mo
share/locale/he/LC_MESSAGES/libksync.mo
share/locale/he/LC_MESSAGES/libtaskbar.mo
share/locale/he/LC_MESSAGES/libtaskmanager.mo
share/locale/he/LC_MESSAGES/libtdeedu.mo
share/locale/he/LC_MESSAGES/libtdegames.mo
share/locale/he/LC_MESSAGES/libtdepim.mo
share/locale/he/LC_MESSAGES/libtdescreensaver.mo
share/locale/he/LC_MESSAGES/lockout.mo
share/locale/he/LC_MESSAGES/lskat.mo
share/locale/he/LC_MESSAGES/lyrics.mo
share/locale/he/LC_MESSAGES/mediaapplet.mo
share/locale/he/LC_MESSAGES/mediacontrol.mo
share/locale/he/LC_MESSAGES/minitoolsplugin.mo
share/locale/he/LC_MESSAGES/naughtyapplet.mo
share/locale/he/LC_MESSAGES/nexscope.mo
share/locale/he/LC_MESSAGES/noatun.mo
share/locale/he/LC_MESSAGES/nsplugin.mo
share/locale/he/LC_MESSAGES/pitchablespeed.mo
share/locale/he/LC_MESSAGES/ppdtranslations.mo
share/locale/he/LC_MESSAGES/privacy.mo
share/locale/he/LC_MESSAGES/quicklauncher.mo
share/locale/he/LC_MESSAGES/rellinks.mo
share/locale/he/LC_MESSAGES/searchbarplugin.mo
share/locale/he/LC_MESSAGES/secpolicy.mo
share/locale/he/LC_MESSAGES/superkaramba.mo
share/locale/he/LC_MESSAGES/synaescope.mo
share/locale/he/LC_MESSAGES/tdeabc2mutt.mo
share/locale/he/LC_MESSAGES/tdeabc_dir.mo
share/locale/he/LC_MESSAGES/tdeabc_file.mo
share/locale/he/LC_MESSAGES/tdeabc_ldaptdeio.mo
share/locale/he/LC_MESSAGES/tdeabc_net.mo
share/locale/he/LC_MESSAGES/tdeabc_slox.mo
share/locale/he/LC_MESSAGES/tdeabc_sql.mo
share/locale/he/LC_MESSAGES/tdeabcformat_binary.mo
share/locale/he/LC_MESSAGES/tdecmshell.mo
share/locale/he/LC_MESSAGES/tdedebugdialog.mo
share/locale/he/LC_MESSAGES/tdefile_au.mo
share/locale/he/LC_MESSAGES/tdefile_avi.mo
share/locale/he/LC_MESSAGES/tdefile_bmp.mo
share/locale/he/LC_MESSAGES/tdefile_cpp.mo
share/locale/he/LC_MESSAGES/tdefile_dds.mo
share/locale/he/LC_MESSAGES/tdefile_deb.mo
share/locale/he/LC_MESSAGES/tdefile_desktop.mo
share/locale/he/LC_MESSAGES/tdefile_diff.mo
share/locale/he/LC_MESSAGES/tdefile_drgeo.mo
share/locale/he/LC_MESSAGES/tdefile_dvi.mo
share/locale/he/LC_MESSAGES/tdefile_exr.mo
share/locale/he/LC_MESSAGES/tdefile_flac.mo
share/locale/he/LC_MESSAGES/tdefile_folder.mo
share/locale/he/LC_MESSAGES/tdefile_gif.mo
share/locale/he/LC_MESSAGES/tdefile_html.mo
share/locale/he/LC_MESSAGES/tdefile_ico.mo
share/locale/he/LC_MESSAGES/tdefile_ics.mo
share/locale/he/LC_MESSAGES/tdefile_jpeg.mo
share/locale/he/LC_MESSAGES/tdefile_kig.mo
share/locale/he/LC_MESSAGES/tdefile_lnk.mo
share/locale/he/LC_MESSAGES/tdefile_m3u.mo
share/locale/he/LC_MESSAGES/tdefile_mp3.mo
share/locale/he/LC_MESSAGES/tdefile_mpc.mo
share/locale/he/LC_MESSAGES/tdefile_mpeg.mo
share/locale/he/LC_MESSAGES/tdefile_ogg.mo
share/locale/he/LC_MESSAGES/tdefile_palm.mo
share/locale/he/LC_MESSAGES/tdefile_pcx.mo
share/locale/he/LC_MESSAGES/tdefile_pdf.mo
share/locale/he/LC_MESSAGES/tdefile_png.mo
share/locale/he/LC_MESSAGES/tdefile_pnm.mo
share/locale/he/LC_MESSAGES/tdefile_po.mo
share/locale/he/LC_MESSAGES/tdefile_ps.mo
share/locale/he/LC_MESSAGES/tdefile_rfc822.mo
share/locale/he/LC_MESSAGES/tdefile_rgb.mo
share/locale/he/LC_MESSAGES/tdefile_rpm.mo
share/locale/he/LC_MESSAGES/tdefile_sid.mo
share/locale/he/LC_MESSAGES/tdefile_tga.mo
share/locale/he/LC_MESSAGES/tdefile_theora.mo
share/locale/he/LC_MESSAGES/tdefile_tiff.mo
share/locale/he/LC_MESSAGES/tdefile_torrent.mo
share/locale/he/LC_MESSAGES/tdefile_ts.mo
share/locale/he/LC_MESSAGES/tdefile_txt.mo
share/locale/he/LC_MESSAGES/tdefile_vcf.mo
share/locale/he/LC_MESSAGES/tdefile_wav.mo
share/locale/he/LC_MESSAGES/tdefile_xbm.mo
share/locale/he/LC_MESSAGES/tdefile_xpm.mo
share/locale/he/LC_MESSAGES/tdefileaudiopreview.mo
share/locale/he/LC_MESSAGES/tdefileshare.mo
share/locale/he/LC_MESSAGES/tdefontinst.mo
share/locale/he/LC_MESSAGES/tdehtmlkttsd.mo
share/locale/he/LC_MESSAGES/tdehtmlsettingsplugin.mo
share/locale/he/LC_MESSAGES/tdeiconedit.mo
share/locale/he/LC_MESSAGES/tdeio.mo
share/locale/he/LC_MESSAGES/tdeio_audiocd.mo
share/locale/he/LC_MESSAGES/tdeio_finger.mo
share/locale/he/LC_MESSAGES/tdeio_fish.mo
share/locale/he/LC_MESSAGES/tdeio_floppy.mo
share/locale/he/LC_MESSAGES/tdeio_groupwise.mo
share/locale/he/LC_MESSAGES/tdeio_help.mo
share/locale/he/LC_MESSAGES/tdeio_home.mo
share/locale/he/LC_MESSAGES/tdeio_imap4.mo
share/locale/he/LC_MESSAGES/tdeio_lan.mo
share/locale/he/LC_MESSAGES/tdeio_ldap.mo
share/locale/he/LC_MESSAGES/tdeio_mac.mo
share/locale/he/LC_MESSAGES/tdeio_man.mo
share/locale/he/LC_MESSAGES/tdeio_media.mo
share/locale/he/LC_MESSAGES/tdeio_mobile.mo
share/locale/he/LC_MESSAGES/tdeio_nfs.mo
share/locale/he/LC_MESSAGES/tdeio_nntp.mo
share/locale/he/LC_MESSAGES/tdeio_pop3.mo
share/locale/he/LC_MESSAGES/tdeio_print.mo
share/locale/he/LC_MESSAGES/tdeio_remote.mo
share/locale/he/LC_MESSAGES/tdeio_settings.mo
share/locale/he/LC_MESSAGES/tdeio_sftp.mo
share/locale/he/LC_MESSAGES/tdeio_sieve.mo
share/locale/he/LC_MESSAGES/tdeio_smb.mo
share/locale/he/LC_MESSAGES/tdeio_smtp.mo
share/locale/he/LC_MESSAGES/tdeio_svn.mo
share/locale/he/LC_MESSAGES/tdeio_system.mo
share/locale/he/LC_MESSAGES/tdeio_tar.mo
share/locale/he/LC_MESSAGES/tdeio_thumbnail.mo
share/locale/he/LC_MESSAGES/tdeio_trash.mo
share/locale/he/LC_MESSAGES/tdeioexec.mo
share/locale/he/LC_MESSAGES/tdelibs.mo
share/locale/he/LC_MESSAGES/tdelirc.mo
share/locale/he/LC_MESSAGES/tdemid.mo
share/locale/he/LC_MESSAGES/tdepartsaver.mo
share/locale/he/LC_MESSAGES/tdepasswd.mo
share/locale/he/LC_MESSAGES/tdepimresources.mo
share/locale/he/LC_MESSAGES/tdepimwizards.mo
share/locale/he/LC_MESSAGES/tdeprint.mo
share/locale/he/LC_MESSAGES/tdeprint_part.mo
share/locale/he/LC_MESSAGES/tdeprintfax.mo
share/locale/he/LC_MESSAGES/tderandr.mo
share/locale/he/LC_MESSAGES/tdescreensaver.mo
share/locale/he/LC_MESSAGES/tdessh.mo
share/locale/he/LC_MESSAGES/tdestyle_keramik_config.mo
share/locale/he/LC_MESSAGES/tdestyle_phase_config.mo
share/locale/he/LC_MESSAGES/tdestyle_plastik_config.mo
share/locale/he/LC_MESSAGES/tdesu.mo
share/locale/he/LC_MESSAGES/tdesud.mo
share/locale/he/LC_MESSAGES/tdetexteditor_autobookmarker.mo
share/locale/he/LC_MESSAGES/tdetexteditor_docwordcompletion.mo
share/locale/he/LC_MESSAGES/tdetexteditor_insertfile.mo
share/locale/he/LC_MESSAGES/tdetexteditor_isearch.mo
share/locale/he/LC_MESSAGES/tdetexteditor_kdatatool.mo
share/locale/he/LC_MESSAGES/tdmconfig.mo
share/locale/he/LC_MESSAGES/tdmgreet.mo
share/locale/he/LC_MESSAGES/timezones.mo
share/locale/he/LC_MESSAGES/tippecanoe.mo
share/locale/he/LC_MESSAGES/trashapplet.mo
share/locale/he/LC_MESSAGES/twin.mo
share/locale/he/LC_MESSAGES/twin4.mo
share/locale/he/LC_MESSAGES/twin_art_clients.mo
share/locale/he/LC_MESSAGES/twin_clients.mo
share/locale/he/LC_MESSAGES/twin_lib.mo
share/locale/he/LC_MESSAGES/tyler.mo
share/locale/he/LC_MESSAGES/uachangerplugin.mo
share/locale/he/LC_MESSAGES/useraccount.mo
share/locale/he/LC_MESSAGES/validatorsplugin.mo
share/locale/he/LC_MESSAGES/wakeup.mo
share/locale/he/LC_MESSAGES/wavecapture.mo
share/locale/he/LC_MESSAGES/webarchiver.mo
share/locale/he/charset
share/locale/he/entry.desktop
share/locale/he/flag.png

@ -0,0 +1,43 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: core/tde-i18n-hi > misc/tde-i18n-hi
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTLANG= hi
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${PORTLANG}
TDE_PREVERSION=
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= misc x11
DIST_SUBDIR= TDE/core
PKGNAMEPREFIX= ${PORTLANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${PORTLANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}template/' \
'${EXTRACT_BASE}translations/' \
'${EXTRACT_BASE}tde-i18n-${PORTLANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
\
-DBUILD_ALL="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1682085525
SHA256 (TDE/core/tde-i18n-trinity_14.1.0.orig.tar.xz) = 9f64b518db380d1d0acf3f6b5baafdb3f486953739b9484bdc5d31f34f466a75
SIZE (TDE/core/tde-i18n-trinity_14.1.0.orig.tar.xz) = 195332236

@ -0,0 +1 @@
Hindi (hi) internationalized (i18n) files for TDE

@ -0,0 +1,472 @@
share/locale/hi/LC_MESSAGES/akregator_konqplugin.mo
share/locale/hi/LC_MESSAGES/alsaplayerui.mo
share/locale/hi/LC_MESSAGES/amor.mo
share/locale/hi/LC_MESSAGES/appletproxy.mo
share/locale/hi/LC_MESSAGES/ark.mo
share/locale/hi/LC_MESSAGES/ark_plugin.mo
share/locale/hi/LC_MESSAGES/artsbuilder.mo
share/locale/hi/LC_MESSAGES/artscontrol.mo
share/locale/hi/LC_MESSAGES/artsmodules.mo
share/locale/hi/LC_MESSAGES/atlantik.mo
share/locale/hi/LC_MESSAGES/atlantikdesigner.mo
share/locale/hi/LC_MESSAGES/audiorename_plugin.mo
share/locale/hi/LC_MESSAGES/autorefresh.mo
share/locale/hi/LC_MESSAGES/babelfish.mo
share/locale/hi/LC_MESSAGES/cervisia.mo
share/locale/hi/LC_MESSAGES/charlatanui.mo
share/locale/hi/LC_MESSAGES/clockapplet.mo
share/locale/hi/LC_MESSAGES/crashesplugin.mo
share/locale/hi/LC_MESSAGES/cupsdconf.mo
share/locale/hi/LC_MESSAGES/cvsservice.mo
share/locale/hi/LC_MESSAGES/dcoprss.mo
share/locale/hi/LC_MESSAGES/dirfilterplugin.mo
share/locale/hi/LC_MESSAGES/display.mo
share/locale/hi/LC_MESSAGES/dockbarextension.mo
share/locale/hi/LC_MESSAGES/domtreeviewer.mo
share/locale/hi/LC_MESSAGES/drkonqi.mo
share/locale/hi/LC_MESSAGES/dub.mo
share/locale/hi/LC_MESSAGES/extensionproxy.mo
share/locale/hi/LC_MESSAGES/ffrs.mo
share/locale/hi/LC_MESSAGES/filetypes.mo
share/locale/hi/LC_MESSAGES/fsview.mo
share/locale/hi/LC_MESSAGES/htmlsearch.mo
share/locale/hi/LC_MESSAGES/imagerename_plugin.mo
share/locale/hi/LC_MESSAGES/imgalleryplugin.mo
share/locale/hi/LC_MESSAGES/irkick.mo
share/locale/hi/LC_MESSAGES/joystick.mo
share/locale/hi/LC_MESSAGES/juk.mo
share/locale/hi/LC_MESSAGES/kaboodle.mo
share/locale/hi/LC_MESSAGES/kaccess.mo
share/locale/hi/LC_MESSAGES/kaddressbook.mo
share/locale/hi/LC_MESSAGES/kalarm.mo
share/locale/hi/LC_MESSAGES/kalzium.mo
share/locale/hi/LC_MESSAGES/kandy.mo
share/locale/hi/LC_MESSAGES/kappfinder.mo
share/locale/hi/LC_MESSAGES/karm.mo
share/locale/hi/LC_MESSAGES/kasbarextension.mo
share/locale/hi/LC_MESSAGES/kasteroids.mo
share/locale/hi/LC_MESSAGES/kate.mo
share/locale/hi/LC_MESSAGES/katecppsymbolviewer.mo
share/locale/hi/LC_MESSAGES/katefiletemplates.mo
share/locale/hi/LC_MESSAGES/katefll_initplugin.mo
share/locale/hi/LC_MESSAGES/katefll_plugin.mo
share/locale/hi/LC_MESSAGES/katehelloworld.mo
share/locale/hi/LC_MESSAGES/katehtmltools.mo
share/locale/hi/LC_MESSAGES/kateinsertcommand.mo
share/locale/hi/LC_MESSAGES/katekjswrapper.mo
share/locale/hi/LC_MESSAGES/katemake.mo
share/locale/hi/LC_MESSAGES/katemodeline.mo
share/locale/hi/LC_MESSAGES/kateopenheader.mo
share/locale/hi/LC_MESSAGES/katepart.mo
share/locale/hi/LC_MESSAGES/katepybrowse.mo
share/locale/hi/LC_MESSAGES/katesnippets.mo
share/locale/hi/LC_MESSAGES/katetabbarextension.mo
share/locale/hi/LC_MESSAGES/katetextfilter.mo
share/locale/hi/LC_MESSAGES/katexmlcheck.mo
share/locale/hi/LC_MESSAGES/katexmltools.mo
share/locale/hi/LC_MESSAGES/katomic.mo
share/locale/hi/LC_MESSAGES/kaudiocreator.mo
share/locale/hi/LC_MESSAGES/kbackgammon.mo
share/locale/hi/LC_MESSAGES/kbattleship.mo
share/locale/hi/LC_MESSAGES/kbinaryclock.mo
share/locale/hi/LC_MESSAGES/kblackbox.mo
share/locale/hi/LC_MESSAGES/kbounce.mo
share/locale/hi/LC_MESSAGES/kbruch.mo
share/locale/hi/LC_MESSAGES/kbstateapplet.mo
share/locale/hi/LC_MESSAGES/kbugbuster.mo
share/locale/hi/LC_MESSAGES/kcalc.mo
share/locale/hi/LC_MESSAGES/kcharselect.mo
share/locale/hi/LC_MESSAGES/kcharselectapplet.mo
share/locale/hi/LC_MESSAGES/kcm_krfb.mo
share/locale/hi/LC_MESSAGES/kcm_kviewcanvasconfig.mo
share/locale/hi/LC_MESSAGES/kcm_kviewgeneralconfig.mo
share/locale/hi/LC_MESSAGES/kcm_kviewpluginsconfig.mo
share/locale/hi/LC_MESSAGES/kcm_kviewviewerpluginsconfig.mo
share/locale/hi/LC_MESSAGES/kcmaccess.mo
share/locale/hi/LC_MESSAGES/kcmaccessibility.mo
share/locale/hi/LC_MESSAGES/kcmarts.mo
share/locale/hi/LC_MESSAGES/kcmaudiocd.mo
share/locale/hi/LC_MESSAGES/kcmbackground.mo
share/locale/hi/LC_MESSAGES/kcmbell.mo
share/locale/hi/LC_MESSAGES/kcmcddb.mo
share/locale/hi/LC_MESSAGES/kcmcgi.mo
share/locale/hi/LC_MESSAGES/kcmcolors.mo
share/locale/hi/LC_MESSAGES/kcmcomponentchooser.mo
share/locale/hi/LC_MESSAGES/kcmcrypto.mo
share/locale/hi/LC_MESSAGES/kcmcss.mo
share/locale/hi/LC_MESSAGES/kcmenergy.mo
share/locale/hi/LC_MESSAGES/kcmfonts.mo
share/locale/hi/LC_MESSAGES/kcmhtmlsearch.mo
share/locale/hi/LC_MESSAGES/kcmicons.mo
share/locale/hi/LC_MESSAGES/kcminfo.mo
share/locale/hi/LC_MESSAGES/kcminput.mo
share/locale/hi/LC_MESSAGES/kcmioslaveinfo.mo
share/locale/hi/LC_MESSAGES/kcmkabconfig.mo
share/locale/hi/LC_MESSAGES/kcmkamera.mo
share/locale/hi/LC_MESSAGES/kcmkclock.mo
share/locale/hi/LC_MESSAGES/kcmkded.mo
share/locale/hi/LC_MESSAGES/kcmkeys.mo
share/locale/hi/LC_MESSAGES/kcmkicker.mo
share/locale/hi/LC_MESSAGES/kcmkonq.mo
share/locale/hi/LC_MESSAGES/kcmkonqhtml.mo
share/locale/hi/LC_MESSAGES/kcmkonsole.mo
share/locale/hi/LC_MESSAGES/kcmkontactnt.mo
share/locale/hi/LC_MESSAGES/kcmktalkd.mo
share/locale/hi/LC_MESSAGES/kcmkuick.mo
share/locale/hi/LC_MESSAGES/kcmkurifilt.mo
share/locale/hi/LC_MESSAGES/kcmkvaio.mo
share/locale/hi/LC_MESSAGES/kcmkwm.mo
share/locale/hi/LC_MESSAGES/kcmlanbrowser.mo
share/locale/hi/LC_MESSAGES/kcmlaptop.mo
share/locale/hi/LC_MESSAGES/kcmlaunch.mo
share/locale/hi/LC_MESSAGES/kcmlayout.mo
share/locale/hi/LC_MESSAGES/kcmlilo.mo
share/locale/hi/LC_MESSAGES/kcmlirc.mo
share/locale/hi/LC_MESSAGES/kcmlocale.mo
share/locale/hi/LC_MESSAGES/kcmnic.mo
share/locale/hi/LC_MESSAGES/kcmnotify.mo
share/locale/hi/LC_MESSAGES/kcmperformance.mo
share/locale/hi/LC_MESSAGES/kcmprintmgr.mo
share/locale/hi/LC_MESSAGES/kcmsamba.mo
share/locale/hi/LC_MESSAGES/kcmscreensaver.mo
share/locale/hi/LC_MESSAGES/kcmsmartcard.mo
share/locale/hi/LC_MESSAGES/kcmsmserver.mo
share/locale/hi/LC_MESSAGES/kcmspellchecking.mo
share/locale/hi/LC_MESSAGES/kcmstyle.mo
share/locale/hi/LC_MESSAGES/kcmtaskbar.mo
share/locale/hi/LC_MESSAGES/kcmtdednssd.mo
share/locale/hi/LC_MESSAGES/kcmtdeio.mo
share/locale/hi/LC_MESSAGES/kcmtdewallet.mo
share/locale/hi/LC_MESSAGES/kcmtwindecoration.mo
share/locale/hi/LC_MESSAGES/kcmtwinrules.mo
share/locale/hi/LC_MESSAGES/kcmusb.mo
share/locale/hi/LC_MESSAGES/kcmview1394.mo
share/locale/hi/LC_MESSAGES/kcmwifi.mo
share/locale/hi/LC_MESSAGES/kcmxinerama.mo
share/locale/hi/LC_MESSAGES/kcoloredit.mo
share/locale/hi/LC_MESSAGES/kcontrol.mo
share/locale/hi/LC_MESSAGES/kcron.mo
share/locale/hi/LC_MESSAGES/kdat.mo
share/locale/hi/LC_MESSAGES/kdcop.mo
share/locale/hi/LC_MESSAGES/kdesktop.mo
share/locale/hi/LC_MESSAGES/kdf.mo
share/locale/hi/LC_MESSAGES/kdgantt.mo
share/locale/hi/LC_MESSAGES/kdialog.mo
share/locale/hi/LC_MESSAGES/kdict.mo
share/locale/hi/LC_MESSAGES/kdictapplet.mo
share/locale/hi/LC_MESSAGES/kdvi.mo
share/locale/hi/LC_MESSAGES/kedit.mo
share/locale/hi/LC_MESSAGES/keduca.mo
share/locale/hi/LC_MESSAGES/kenolaba.mo
share/locale/hi/LC_MESSAGES/kfax.mo
share/locale/hi/LC_MESSAGES/kfifteenapplet.mo
share/locale/hi/LC_MESSAGES/kfindpart.mo
share/locale/hi/LC_MESSAGES/kfloppy.mo
share/locale/hi/LC_MESSAGES/kfmclient.mo
share/locale/hi/LC_MESSAGES/kfouleggs.mo
share/locale/hi/LC_MESSAGES/kgamma.mo
share/locale/hi/LC_MESSAGES/kgantt.mo
share/locale/hi/LC_MESSAGES/kget.mo
share/locale/hi/LC_MESSAGES/kghostview.mo
share/locale/hi/LC_MESSAGES/kgoldrunner.mo
share/locale/hi/LC_MESSAGES/kgpg.mo
share/locale/hi/LC_MESSAGES/kgreet_classic.mo
share/locale/hi/LC_MESSAGES/khangman.mo
share/locale/hi/LC_MESSAGES/khelpcenter.mo
share/locale/hi/LC_MESSAGES/khexedit.mo
share/locale/hi/LC_MESSAGES/khotkeys.mo
share/locale/hi/LC_MESSAGES/kicker.mo
share/locale/hi/LC_MESSAGES/kig.mo
share/locale/hi/LC_MESSAGES/kinetd.mo
share/locale/hi/LC_MESSAGES/kiten.mo
share/locale/hi/LC_MESSAGES/kjobviewer.mo
share/locale/hi/LC_MESSAGES/kjots.mo
share/locale/hi/LC_MESSAGES/kjumpingcube.mo
share/locale/hi/LC_MESSAGES/klaptopdaemon.mo
share/locale/hi/LC_MESSAGES/klatin.mo
share/locale/hi/LC_MESSAGES/klettres.mo
share/locale/hi/LC_MESSAGES/klickety.mo
share/locale/hi/LC_MESSAGES/klines.mo
share/locale/hi/LC_MESSAGES/klipper.mo
share/locale/hi/LC_MESSAGES/klock.mo
share/locale/hi/LC_MESSAGES/kmag.mo
share/locale/hi/LC_MESSAGES/kmahjongg.mo
share/locale/hi/LC_MESSAGES/kmail.mo
share/locale/hi/LC_MESSAGES/kmailcvt.mo
share/locale/hi/LC_MESSAGES/kmathapplet.mo
share/locale/hi/LC_MESSAGES/kmcop.mo
share/locale/hi/LC_MESSAGES/kmenuapplet.mo
share/locale/hi/LC_MESSAGES/kmenuedit.mo
share/locale/hi/LC_MESSAGES/kmines.mo
share/locale/hi/LC_MESSAGES/kminipagerapplet.mo
share/locale/hi/LC_MESSAGES/kmix.mo
share/locale/hi/LC_MESSAGES/kmobile.mo
share/locale/hi/LC_MESSAGES/kmoon.mo
share/locale/hi/LC_MESSAGES/kmousetool.mo
share/locale/hi/LC_MESSAGES/kmouth.mo
share/locale/hi/LC_MESSAGES/kmplot.mo
share/locale/hi/LC_MESSAGES/kmrml.mo
share/locale/hi/LC_MESSAGES/knetattach.mo
share/locale/hi/LC_MESSAGES/knewsticker.mo
share/locale/hi/LC_MESSAGES/knode.mo
share/locale/hi/LC_MESSAGES/knotes.mo
share/locale/hi/LC_MESSAGES/knotify.mo
share/locale/hi/LC_MESSAGES/kodo.mo
share/locale/hi/LC_MESSAGES/kolf.mo
share/locale/hi/LC_MESSAGES/kolourpicker.mo
share/locale/hi/LC_MESSAGES/kompare.mo
share/locale/hi/LC_MESSAGES/konqsidebar_mediaplayer.mo
share/locale/hi/LC_MESSAGES/konqsidebar_news.mo
share/locale/hi/LC_MESSAGES/konqueror.mo
share/locale/hi/LC_MESSAGES/konquest.mo
share/locale/hi/LC_MESSAGES/konsole.mo
share/locale/hi/LC_MESSAGES/konsolekalendar.mo
share/locale/hi/LC_MESSAGES/kontact.mo
share/locale/hi/LC_MESSAGES/kooka.mo
share/locale/hi/LC_MESSAGES/kopete.mo
share/locale/hi/LC_MESSAGES/korganizer.mo
share/locale/hi/LC_MESSAGES/korn.mo
share/locale/hi/LC_MESSAGES/kpackage.mo
share/locale/hi/LC_MESSAGES/kpager.mo
share/locale/hi/LC_MESSAGES/kpat.mo
share/locale/hi/LC_MESSAGES/kpdf.mo
share/locale/hi/LC_MESSAGES/kpercentage.mo
share/locale/hi/LC_MESSAGES/kpersonalizer.mo
share/locale/hi/LC_MESSAGES/kpf.mo
share/locale/hi/LC_MESSAGES/kpoker.mo
share/locale/hi/LC_MESSAGES/kpovmodeler.mo
share/locale/hi/LC_MESSAGES/kppp.mo
share/locale/hi/LC_MESSAGES/kppplogview.mo
share/locale/hi/LC_MESSAGES/kprinter.mo
share/locale/hi/LC_MESSAGES/krdb.mo
share/locale/hi/LC_MESSAGES/krdc.mo
share/locale/hi/LC_MESSAGES/kreadconfig.mo
share/locale/hi/LC_MESSAGES/krec.mo
share/locale/hi/LC_MESSAGES/kregexpeditor.mo
share/locale/hi/LC_MESSAGES/kreversi.mo
share/locale/hi/LC_MESSAGES/krfb.mo
share/locale/hi/LC_MESSAGES/kruler.mo
share/locale/hi/LC_MESSAGES/krunapplet.mo
share/locale/hi/LC_MESSAGES/ksame.mo
share/locale/hi/LC_MESSAGES/ksayit.mo
share/locale/hi/LC_MESSAGES/kscd.mo
share/locale/hi/LC_MESSAGES/kshisen.mo
share/locale/hi/LC_MESSAGES/ksig.mo
share/locale/hi/LC_MESSAGES/ksim.mo
share/locale/hi/LC_MESSAGES/ksirc.mo
share/locale/hi/LC_MESSAGES/ksirtet.mo
share/locale/hi/LC_MESSAGES/ksmiletris.mo
share/locale/hi/LC_MESSAGES/ksmserver.mo
share/locale/hi/LC_MESSAGES/ksnake.mo
share/locale/hi/LC_MESSAGES/ksnapshot.mo
share/locale/hi/LC_MESSAGES/ksokoban.mo
share/locale/hi/LC_MESSAGES/kspaceduel.mo
share/locale/hi/LC_MESSAGES/ksplash.mo
share/locale/hi/LC_MESSAGES/ksplashthemes.mo
share/locale/hi/LC_MESSAGES/kstars.mo
share/locale/hi/LC_MESSAGES/kstart.mo
share/locale/hi/LC_MESSAGES/kstartperf.mo
share/locale/hi/LC_MESSAGES/ksvgplugin.mo
share/locale/hi/LC_MESSAGES/ksysguard.mo
share/locale/hi/LC_MESSAGES/ksystemtrayapplet.mo
share/locale/hi/LC_MESSAGES/ksystraycmd.mo
share/locale/hi/LC_MESSAGES/ksysv.mo
share/locale/hi/LC_MESSAGES/kteatime.mo
share/locale/hi/LC_MESSAGES/kthememanager.mo
share/locale/hi/LC_MESSAGES/ktimemon.mo
share/locale/hi/LC_MESSAGES/ktimer.mo
share/locale/hi/LC_MESSAGES/ktip.mo
share/locale/hi/LC_MESSAGES/ktnef.mo
share/locale/hi/LC_MESSAGES/ktouch.mo
share/locale/hi/LC_MESSAGES/ktron.mo
share/locale/hi/LC_MESSAGES/kttsd.mo
share/locale/hi/LC_MESSAGES/ktuberling.mo
share/locale/hi/LC_MESSAGES/kturtle.mo
share/locale/hi/LC_MESSAGES/ktux.mo
share/locale/hi/LC_MESSAGES/kuick_plugin.mo
share/locale/hi/LC_MESSAGES/kuickshow.mo
share/locale/hi/LC_MESSAGES/kuiviewer.mo
share/locale/hi/LC_MESSAGES/kuser.mo
share/locale/hi/LC_MESSAGES/kverbos.mo
share/locale/hi/LC_MESSAGES/kview.mo
share/locale/hi/LC_MESSAGES/kview_scale.mo
share/locale/hi/LC_MESSAGES/kviewbrowserplugin.mo
share/locale/hi/LC_MESSAGES/kviewcanvas.mo
share/locale/hi/LC_MESSAGES/kvieweffectsplugin.mo
share/locale/hi/LC_MESSAGES/kviewpresenterplugin.mo
share/locale/hi/LC_MESSAGES/kviewscannerplugin.mo
share/locale/hi/LC_MESSAGES/kviewshell.mo
share/locale/hi/LC_MESSAGES/kviewviewer.mo
share/locale/hi/LC_MESSAGES/kvoctrain.mo
share/locale/hi/LC_MESSAGES/kweather.mo
share/locale/hi/LC_MESSAGES/kwifimanager.mo
share/locale/hi/LC_MESSAGES/kwireless.mo
share/locale/hi/LC_MESSAGES/kwordquiz.mo
share/locale/hi/LC_MESSAGES/kworldclock.mo
share/locale/hi/LC_MESSAGES/kwriteconfig.mo
share/locale/hi/LC_MESSAGES/kxkb.mo
share/locale/hi/LC_MESSAGES/kxsconfig.mo
share/locale/hi/LC_MESSAGES/libKTTSD.mo
share/locale/hi/LC_MESSAGES/libkaddrbk_geo_xxport.mo
share/locale/hi/LC_MESSAGES/libkaddrbk_gmx_xxport.mo
share/locale/hi/LC_MESSAGES/libkcal.mo
share/locale/hi/LC_MESSAGES/libkcddb.mo
share/locale/hi/LC_MESSAGES/libkicker.mo
share/locale/hi/LC_MESSAGES/libkickermenu_konsole.mo
share/locale/hi/LC_MESSAGES/libkickermenu_prefmenu.mo
share/locale/hi/LC_MESSAGES/libkickermenu_recentdocs.mo
share/locale/hi/LC_MESSAGES/libkickermenu_remotemenu.mo
share/locale/hi/LC_MESSAGES/libkickermenu_systemmenu.mo
share/locale/hi/LC_MESSAGES/libkickermenu_tdeprint.mo
share/locale/hi/LC_MESSAGES/libkickermenu_tom.mo
share/locale/hi/LC_MESSAGES/libkonq.mo
share/locale/hi/LC_MESSAGES/libkpimexchange.mo
share/locale/hi/LC_MESSAGES/libkscan.mo
share/locale/hi/LC_MESSAGES/libksieve.mo
share/locale/hi/LC_MESSAGES/libksirtet.mo
share/locale/hi/LC_MESSAGES/libksync.mo
share/locale/hi/LC_MESSAGES/libtaskbar.mo
share/locale/hi/LC_MESSAGES/libtaskmanager.mo
share/locale/hi/LC_MESSAGES/libtdegames.mo
share/locale/hi/LC_MESSAGES/libtdepim.mo
share/locale/hi/LC_MESSAGES/libtdescreensaver.mo
share/locale/hi/LC_MESSAGES/lockout.mo
share/locale/hi/LC_MESSAGES/lskat.mo
share/locale/hi/LC_MESSAGES/lyrics.mo
share/locale/hi/LC_MESSAGES/mediaapplet.mo
share/locale/hi/LC_MESSAGES/mediacontrol.mo
share/locale/hi/LC_MESSAGES/minitoolsplugin.mo
share/locale/hi/LC_MESSAGES/naughtyapplet.mo
share/locale/hi/LC_MESSAGES/nexscope.mo
share/locale/hi/LC_MESSAGES/noatun.mo
share/locale/hi/LC_MESSAGES/nsplugin.mo
share/locale/hi/LC_MESSAGES/pitchablespeed.mo
share/locale/hi/LC_MESSAGES/ppdtranslations.mo
share/locale/hi/LC_MESSAGES/privacy.mo
share/locale/hi/LC_MESSAGES/quicklauncher.mo
share/locale/hi/LC_MESSAGES/rellinks.mo
share/locale/hi/LC_MESSAGES/searchbarplugin.mo
share/locale/hi/LC_MESSAGES/secpolicy.mo
share/locale/hi/LC_MESSAGES/spy.mo
share/locale/hi/LC_MESSAGES/synaescope.mo
share/locale/hi/LC_MESSAGES/tdeabc2mutt.mo
share/locale/hi/LC_MESSAGES/tdeabc_dir.mo
share/locale/hi/LC_MESSAGES/tdeabc_file.mo
share/locale/hi/LC_MESSAGES/tdeabc_ldaptdeio.mo
share/locale/hi/LC_MESSAGES/tdeabc_net.mo
share/locale/hi/LC_MESSAGES/tdeabc_sql.mo
share/locale/hi/LC_MESSAGES/tdeabcformat_binary.mo
share/locale/hi/LC_MESSAGES/tdecachegrind.mo
share/locale/hi/LC_MESSAGES/tdecmshell.mo
share/locale/hi/LC_MESSAGES/tdedebugdialog.mo
share/locale/hi/LC_MESSAGES/tdefile_au.mo
share/locale/hi/LC_MESSAGES/tdefile_avi.mo
share/locale/hi/LC_MESSAGES/tdefile_bmp.mo
share/locale/hi/LC_MESSAGES/tdefile_cert.mo
share/locale/hi/LC_MESSAGES/tdefile_cpp.mo
share/locale/hi/LC_MESSAGES/tdefile_deb.mo
share/locale/hi/LC_MESSAGES/tdefile_desktop.mo
share/locale/hi/LC_MESSAGES/tdefile_diff.mo
share/locale/hi/LC_MESSAGES/tdefile_drgeo.mo
share/locale/hi/LC_MESSAGES/tdefile_dvi.mo
share/locale/hi/LC_MESSAGES/tdefile_flac.mo
share/locale/hi/LC_MESSAGES/tdefile_folder.mo
share/locale/hi/LC_MESSAGES/tdefile_gif.mo
share/locale/hi/LC_MESSAGES/tdefile_html.mo
share/locale/hi/LC_MESSAGES/tdefile_ico.mo
share/locale/hi/LC_MESSAGES/tdefile_jpeg.mo
share/locale/hi/LC_MESSAGES/tdefile_kig.mo
share/locale/hi/LC_MESSAGES/tdefile_lnk.mo
share/locale/hi/LC_MESSAGES/tdefile_m3u.mo
share/locale/hi/LC_MESSAGES/tdefile_mp3.mo
share/locale/hi/LC_MESSAGES/tdefile_ogg.mo
share/locale/hi/LC_MESSAGES/tdefile_pcx.mo
share/locale/hi/LC_MESSAGES/tdefile_pdf.mo
share/locale/hi/LC_MESSAGES/tdefile_png.mo
share/locale/hi/LC_MESSAGES/tdefile_pnm.mo
share/locale/hi/LC_MESSAGES/tdefile_po.mo
share/locale/hi/LC_MESSAGES/tdefile_ps.mo
share/locale/hi/LC_MESSAGES/tdefile_rfc822.mo
share/locale/hi/LC_MESSAGES/tdefile_rpm.mo
share/locale/hi/LC_MESSAGES/tdefile_tga.mo
share/locale/hi/LC_MESSAGES/tdefile_tiff.mo
share/locale/hi/LC_MESSAGES/tdefile_ts.mo
share/locale/hi/LC_MESSAGES/tdefile_txt.mo
share/locale/hi/LC_MESSAGES/tdefile_vcf.mo
share/locale/hi/LC_MESSAGES/tdefile_wav.mo
share/locale/hi/LC_MESSAGES/tdefile_xbm.mo
share/locale/hi/LC_MESSAGES/tdefileaudiopreview.mo
share/locale/hi/LC_MESSAGES/tdefontinst.mo
share/locale/hi/LC_MESSAGES/tdehtmlkttsd.mo
share/locale/hi/LC_MESSAGES/tdehtmlsettingsplugin.mo
share/locale/hi/LC_MESSAGES/tdeiconedit.mo
share/locale/hi/LC_MESSAGES/tdeio.mo
share/locale/hi/LC_MESSAGES/tdeio_audiocd.mo
share/locale/hi/LC_MESSAGES/tdeio_finger.mo
share/locale/hi/LC_MESSAGES/tdeio_fish.mo
share/locale/hi/LC_MESSAGES/tdeio_floppy.mo
share/locale/hi/LC_MESSAGES/tdeio_help.mo
share/locale/hi/LC_MESSAGES/tdeio_imap4.mo
share/locale/hi/LC_MESSAGES/tdeio_lan.mo
share/locale/hi/LC_MESSAGES/tdeio_ldap.mo
share/locale/hi/LC_MESSAGES/tdeio_mac.mo
share/locale/hi/LC_MESSAGES/tdeio_man.mo
share/locale/hi/LC_MESSAGES/tdeio_media.mo
share/locale/hi/LC_MESSAGES/tdeio_mobile.mo
share/locale/hi/LC_MESSAGES/tdeio_nfs.mo
share/locale/hi/LC_MESSAGES/tdeio_nntp.mo
share/locale/hi/LC_MESSAGES/tdeio_pop3.mo
share/locale/hi/LC_MESSAGES/tdeio_print.mo
share/locale/hi/LC_MESSAGES/tdeio_remote.mo
share/locale/hi/LC_MESSAGES/tdeio_settings.mo
share/locale/hi/LC_MESSAGES/tdeio_sftp.mo
share/locale/hi/LC_MESSAGES/tdeio_sieve.mo
share/locale/hi/LC_MESSAGES/tdeio_smb.mo
share/locale/hi/LC_MESSAGES/tdeio_smtp.mo
share/locale/hi/LC_MESSAGES/tdeio_system.mo
share/locale/hi/LC_MESSAGES/tdeio_trash.mo
share/locale/hi/LC_MESSAGES/tdeioexec.mo
share/locale/hi/LC_MESSAGES/tdelibs.mo
share/locale/hi/LC_MESSAGES/tdelibs_colors.mo
share/locale/hi/LC_MESSAGES/tdelirc.mo
share/locale/hi/LC_MESSAGES/tdemid.mo
share/locale/hi/LC_MESSAGES/tdepartsaver.mo
share/locale/hi/LC_MESSAGES/tdepasswd.mo
share/locale/hi/LC_MESSAGES/tdeprint.mo
share/locale/hi/LC_MESSAGES/tdeprint_part.mo
share/locale/hi/LC_MESSAGES/tdeprintfax.mo
share/locale/hi/LC_MESSAGES/tderandr.mo
share/locale/hi/LC_MESSAGES/tdescreensaver.mo
share/locale/hi/LC_MESSAGES/tdessh.mo
share/locale/hi/LC_MESSAGES/tdestyle_keramik_config.mo
share/locale/hi/LC_MESSAGES/tdestyle_phase_config.mo
share/locale/hi/LC_MESSAGES/tdestyle_plastik_config.mo
share/locale/hi/LC_MESSAGES/tdesu.mo
share/locale/hi/LC_MESSAGES/tdesud.mo
share/locale/hi/LC_MESSAGES/tdetexteditor_autobookmarker.mo
share/locale/hi/LC_MESSAGES/tdetexteditor_docwordcompletion.mo
share/locale/hi/LC_MESSAGES/tdetexteditor_insertfile.mo
share/locale/hi/LC_MESSAGES/tdetexteditor_isearch.mo
share/locale/hi/LC_MESSAGES/tdetexteditor_kdatatool.mo
share/locale/hi/LC_MESSAGES/tdevelop.mo
share/locale/hi/LC_MESSAGES/tdevtipofday.mo
share/locale/hi/LC_MESSAGES/tdewalletmanager.mo
share/locale/hi/LC_MESSAGES/tdmconfig.mo
share/locale/hi/LC_MESSAGES/tdmgreet.mo
share/locale/hi/LC_MESSAGES/timezones.mo
share/locale/hi/LC_MESSAGES/tippecanoe.mo
share/locale/hi/LC_MESSAGES/trashapplet.mo
share/locale/hi/LC_MESSAGES/twin.mo
share/locale/hi/LC_MESSAGES/twin4.mo
share/locale/hi/LC_MESSAGES/twin_art_clients.mo
share/locale/hi/LC_MESSAGES/twin_clients.mo
share/locale/hi/LC_MESSAGES/tyler.mo
share/locale/hi/LC_MESSAGES/uachangerplugin.mo
share/locale/hi/LC_MESSAGES/umbrello.mo
share/locale/hi/LC_MESSAGES/useraccount.mo
share/locale/hi/LC_MESSAGES/validatorsplugin.mo
share/locale/hi/LC_MESSAGES/wakeup.mo
share/locale/hi/LC_MESSAGES/wavecapture.mo
share/locale/hi/LC_MESSAGES/webarchiver.mo
share/locale/hi/charset
share/locale/hi/entry.desktop

@ -0,0 +1,43 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: core/tde-i18n-hr > misc/tde-i18n-hr
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTLANG= hr
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${PORTLANG}
TDE_PREVERSION=
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= misc x11
DIST_SUBDIR= TDE/core
PKGNAMEPREFIX= ${PORTLANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${PORTLANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}template/' \
'${EXTRACT_BASE}translations/' \
'${EXTRACT_BASE}tde-i18n-${PORTLANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
\
-DBUILD_ALL="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1682085527
SHA256 (TDE/core/tde-i18n-trinity_14.1.0.orig.tar.xz) = 9f64b518db380d1d0acf3f6b5baafdb3f486953739b9484bdc5d31f34f466a75
SIZE (TDE/core/tde-i18n-trinity_14.1.0.orig.tar.xz) = 195332236

@ -0,0 +1 @@
Croatian (hr) internationalized (i18n) files for TDE

@ -0,0 +1,522 @@
share/doc/tde/HTML/hr/common/1.png
share/doc/tde/HTML/hr/common/10.png
share/doc/tde/HTML/hr/common/2.png
share/doc/tde/HTML/hr/common/3.png
share/doc/tde/HTML/hr/common/4.png
share/doc/tde/HTML/hr/common/5.png
share/doc/tde/HTML/hr/common/6.png
share/doc/tde/HTML/hr/common/7.png
share/doc/tde/HTML/hr/common/8.png
share/doc/tde/HTML/hr/common/9.png
share/doc/tde/HTML/hr/common/appheader.html
share/doc/tde/HTML/hr/common/artistic-license.html
share/doc/tde/HTML/hr/common/block_title_bottom.png
share/doc/tde/HTML/hr/common/block_title_mid.png
share/doc/tde/HTML/hr/common/block_title_top.png
share/doc/tde/HTML/hr/common/bottom-left.png
share/doc/tde/HTML/hr/common/bottom-middle.png
share/doc/tde/HTML/hr/common/bottom-right.png
share/doc/tde/HTML/hr/common/bottom1.png
share/doc/tde/HTML/hr/common/bottom2.png
share/doc/tde/HTML/hr/common/bsd-license.html
share/doc/tde/HTML/hr/common/docheadergears.png
share/doc/tde/HTML/hr/common/doctop1.png
share/doc/tde/HTML/hr/common/doctop1a.png
share/doc/tde/HTML/hr/common/doctop1b.png
share/doc/tde/HTML/hr/common/doctop2.png
share/doc/tde/HTML/hr/common/doxygen.css
share/doc/tde/HTML/hr/common/favicon.ico
share/doc/tde/HTML/hr/common/fdl-license
share/doc/tde/HTML/hr/common/fdl-license.html
share/doc/tde/HTML/hr/common/fdl-notice.html
share/doc/tde/HTML/hr/common/flat.css
share/doc/tde/HTML/hr/common/footer.html
share/doc/tde/HTML/hr/common/gpl-license
share/doc/tde/HTML/hr/common/gpl-license.html
share/doc/tde/HTML/hr/common/gpl-translated.html
share/doc/tde/HTML/hr/common/grad.png
share/doc/tde/HTML/hr/common/header.html
share/doc/tde/HTML/hr/common/headerbg.png
share/doc/tde/HTML/hr/common/kde_gear_64.png
share/doc/tde/HTML/hr/common/kde_logo.png
share/doc/tde/HTML/hr/common/kde_logo_bg.png
share/doc/tde/HTML/hr/common/kmenu.png
share/doc/tde/HTML/hr/common/lgpl-license
share/doc/tde/HTML/hr/common/lgpl-license.html
share/doc/tde/HTML/hr/common/mainfooter.html
share/doc/tde/HTML/hr/common/mainheader.html
share/doc/tde/HTML/hr/common/print.css
share/doc/tde/HTML/hr/common/qpl-license.html
share/doc/tde/HTML/hr/common/shadow.png
share/doc/tde/HTML/hr/common/tabs.css
share/doc/tde/HTML/hr/common/tde-common.css
share/doc/tde/HTML/hr/common/tde-default.css
share/doc/tde/HTML/hr/common/tde-docs.css
share/doc/tde/HTML/hr/common/tde-localised.css.template
share/doc/tde/HTML/hr/common/tde-web.css
share/doc/tde/HTML/hr/common/tde.css
share/doc/tde/HTML/hr/common/top-left.jpg
share/doc/tde/HTML/hr/common/top-left.png
share/doc/tde/HTML/hr/common/top-middle.png
share/doc/tde/HTML/hr/common/top-right-konqueror.png
share/doc/tde/HTML/hr/common/top-right.jpg
share/doc/tde/HTML/hr/common/top-right.png
share/doc/tde/HTML/hr/common/top-trinity.jpg
share/doc/tde/HTML/hr/common/top.jpg
share/doc/tde/HTML/hr/common/web-docbottom.png
share/doc/tde/HTML/hr/common/web-doctop.png
share/doc/tde/HTML/hr/common/x11-license.html
share/doc/tde/HTML/hr/common/xml.dcl
share/locale/hr/LC_MESSAGES/akregator_konqplugin.mo
share/locale/hr/LC_MESSAGES/alsaplayerui.mo
share/locale/hr/LC_MESSAGES/amor.mo
share/locale/hr/LC_MESSAGES/appletproxy.mo
share/locale/hr/LC_MESSAGES/ark.mo
share/locale/hr/LC_MESSAGES/ark_plugin.mo
share/locale/hr/LC_MESSAGES/artsbuilder.mo
share/locale/hr/LC_MESSAGES/artscontrol.mo
share/locale/hr/LC_MESSAGES/artsmodules.mo
share/locale/hr/LC_MESSAGES/atlantik.mo
share/locale/hr/LC_MESSAGES/atlantikdesigner.mo
share/locale/hr/LC_MESSAGES/audiorename_plugin.mo
share/locale/hr/LC_MESSAGES/autorefresh.mo
share/locale/hr/LC_MESSAGES/babelfish.mo
share/locale/hr/LC_MESSAGES/blinken.mo
share/locale/hr/LC_MESSAGES/cervisia.mo
share/locale/hr/LC_MESSAGES/charlatanui.mo
share/locale/hr/LC_MESSAGES/clockapplet.mo
share/locale/hr/LC_MESSAGES/crashesplugin.mo
share/locale/hr/LC_MESSAGES/cupsdconf.mo
share/locale/hr/LC_MESSAGES/cvsservice.mo
share/locale/hr/LC_MESSAGES/dirfilterplugin.mo
share/locale/hr/LC_MESSAGES/display.mo
share/locale/hr/LC_MESSAGES/dockbarextension.mo
share/locale/hr/LC_MESSAGES/domtreeviewer.mo
share/locale/hr/LC_MESSAGES/drkonqi.mo
share/locale/hr/LC_MESSAGES/dub.mo
share/locale/hr/LC_MESSAGES/extensionproxy.mo
share/locale/hr/LC_MESSAGES/ffrs.mo
share/locale/hr/LC_MESSAGES/filetypes.mo
share/locale/hr/LC_MESSAGES/fsview.mo
share/locale/hr/LC_MESSAGES/htmlsearch.mo
share/locale/hr/LC_MESSAGES/imagerename_plugin.mo
share/locale/hr/LC_MESSAGES/imgalleryplugin.mo
share/locale/hr/LC_MESSAGES/joystick.mo
share/locale/hr/LC_MESSAGES/juk.mo
share/locale/hr/LC_MESSAGES/kaboodle.mo
share/locale/hr/LC_MESSAGES/kaccess.mo
share/locale/hr/LC_MESSAGES/kaddressbook.mo
share/locale/hr/LC_MESSAGES/kalarm.mo
share/locale/hr/LC_MESSAGES/kalzium.mo
share/locale/hr/LC_MESSAGES/kanagram.mo
share/locale/hr/LC_MESSAGES/kandy.mo
share/locale/hr/LC_MESSAGES/kappfinder.mo
share/locale/hr/LC_MESSAGES/karm.mo
share/locale/hr/LC_MESSAGES/kasbarextension.mo
share/locale/hr/LC_MESSAGES/kasteroids.mo
share/locale/hr/LC_MESSAGES/kate.mo
share/locale/hr/LC_MESSAGES/katecppsymbolviewer.mo
share/locale/hr/LC_MESSAGES/katefiletemplates.mo
share/locale/hr/LC_MESSAGES/katefll_initplugin.mo
share/locale/hr/LC_MESSAGES/katefll_plugin.mo
share/locale/hr/LC_MESSAGES/katehelloworld.mo
share/locale/hr/LC_MESSAGES/katehtmltools.mo
share/locale/hr/LC_MESSAGES/kateinsertcommand.mo
share/locale/hr/LC_MESSAGES/katekjswrapper.mo
share/locale/hr/LC_MESSAGES/katemake.mo
share/locale/hr/LC_MESSAGES/katemodeline.mo
share/locale/hr/LC_MESSAGES/kateopenheader.mo
share/locale/hr/LC_MESSAGES/katepart.mo
share/locale/hr/LC_MESSAGES/katepybrowse.mo
share/locale/hr/LC_MESSAGES/katesnippets.mo
share/locale/hr/LC_MESSAGES/katetabbarextension.mo
share/locale/hr/LC_MESSAGES/katetextfilter.mo
share/locale/hr/LC_MESSAGES/katexmlcheck.mo
share/locale/hr/LC_MESSAGES/katexmltools.mo
share/locale/hr/LC_MESSAGES/katomic.mo
share/locale/hr/LC_MESSAGES/kaudiocreator.mo
share/locale/hr/LC_MESSAGES/kay.mo
share/locale/hr/LC_MESSAGES/kbabel.mo
share/locale/hr/LC_MESSAGES/kbackgammon.mo
share/locale/hr/LC_MESSAGES/kbattleship.mo
share/locale/hr/LC_MESSAGES/kbinaryclock.mo
share/locale/hr/LC_MESSAGES/kblackbox.mo
share/locale/hr/LC_MESSAGES/kbounce.mo
share/locale/hr/LC_MESSAGES/kbruch.mo
share/locale/hr/LC_MESSAGES/kbstateapplet.mo
share/locale/hr/LC_MESSAGES/kbugbuster.mo
share/locale/hr/LC_MESSAGES/kcalc.mo
share/locale/hr/LC_MESSAGES/kcharselect.mo
share/locale/hr/LC_MESSAGES/kcharselectapplet.mo
share/locale/hr/LC_MESSAGES/kcm_krfb.mo
share/locale/hr/LC_MESSAGES/kcmaccess.mo
share/locale/hr/LC_MESSAGES/kcmaccessibility.mo
share/locale/hr/LC_MESSAGES/kcmarts.mo
share/locale/hr/LC_MESSAGES/kcmaudiocd.mo
share/locale/hr/LC_MESSAGES/kcmbackground.mo
share/locale/hr/LC_MESSAGES/kcmbell.mo
share/locale/hr/LC_MESSAGES/kcmcddb.mo
share/locale/hr/LC_MESSAGES/kcmcgi.mo
share/locale/hr/LC_MESSAGES/kcmcolors.mo
share/locale/hr/LC_MESSAGES/kcmcomponentchooser.mo
share/locale/hr/LC_MESSAGES/kcmcrypto.mo
share/locale/hr/LC_MESSAGES/kcmcss.mo
share/locale/hr/LC_MESSAGES/kcmenergy.mo
share/locale/hr/LC_MESSAGES/kcmfonts.mo
share/locale/hr/LC_MESSAGES/kcmhtmlsearch.mo
share/locale/hr/LC_MESSAGES/kcmicons.mo
share/locale/hr/LC_MESSAGES/kcminfo.mo
share/locale/hr/LC_MESSAGES/kcminput.mo
share/locale/hr/LC_MESSAGES/kcmioslaveinfo.mo
share/locale/hr/LC_MESSAGES/kcmkabconfig.mo
share/locale/hr/LC_MESSAGES/kcmkamera.mo
share/locale/hr/LC_MESSAGES/kcmkclock.mo
share/locale/hr/LC_MESSAGES/kcmkded.mo
share/locale/hr/LC_MESSAGES/kcmkeys.mo
share/locale/hr/LC_MESSAGES/kcmkicker.mo
share/locale/hr/LC_MESSAGES/kcmkonq.mo
share/locale/hr/LC_MESSAGES/kcmkonqhtml.mo
share/locale/hr/LC_MESSAGES/kcmkonsole.mo
share/locale/hr/LC_MESSAGES/kcmktalkd.mo
share/locale/hr/LC_MESSAGES/kcmkuick.mo
share/locale/hr/LC_MESSAGES/kcmkurifilt.mo
share/locale/hr/LC_MESSAGES/kcmkwm.mo
share/locale/hr/LC_MESSAGES/kcmlanbrowser.mo
share/locale/hr/LC_MESSAGES/kcmlaptop.mo
share/locale/hr/LC_MESSAGES/kcmlaunch.mo
share/locale/hr/LC_MESSAGES/kcmlayout.mo
share/locale/hr/LC_MESSAGES/kcmlilo.mo
share/locale/hr/LC_MESSAGES/kcmlocale.mo
share/locale/hr/LC_MESSAGES/kcmmedia.mo
share/locale/hr/LC_MESSAGES/kcmnic.mo
share/locale/hr/LC_MESSAGES/kcmnotify.mo
share/locale/hr/LC_MESSAGES/kcmperformance.mo
share/locale/hr/LC_MESSAGES/kcmprintmgr.mo
share/locale/hr/LC_MESSAGES/kcmsamba.mo
share/locale/hr/LC_MESSAGES/kcmscreensaver.mo
share/locale/hr/LC_MESSAGES/kcmsmartcard.mo
share/locale/hr/LC_MESSAGES/kcmsmserver.mo
share/locale/hr/LC_MESSAGES/kcmspellchecking.mo
share/locale/hr/LC_MESSAGES/kcmstyle.mo
share/locale/hr/LC_MESSAGES/kcmtaskbar.mo
share/locale/hr/LC_MESSAGES/kcmtdednssd.mo
share/locale/hr/LC_MESSAGES/kcmtdeio.mo
share/locale/hr/LC_MESSAGES/kcmtwindecoration.mo
share/locale/hr/LC_MESSAGES/kcmtwinrules.mo
share/locale/hr/LC_MESSAGES/kcmusb.mo
share/locale/hr/LC_MESSAGES/kcmview1394.mo
share/locale/hr/LC_MESSAGES/kcmxinerama.mo
share/locale/hr/LC_MESSAGES/kcoloredit.mo
share/locale/hr/LC_MESSAGES/kcontrol.mo
share/locale/hr/LC_MESSAGES/kcron.mo
share/locale/hr/LC_MESSAGES/kdat.mo
share/locale/hr/LC_MESSAGES/kdcop.mo
share/locale/hr/LC_MESSAGES/kdesktop.mo
share/locale/hr/LC_MESSAGES/kdf.mo
share/locale/hr/LC_MESSAGES/kdialog.mo
share/locale/hr/LC_MESSAGES/kdict.mo
share/locale/hr/LC_MESSAGES/kdictapplet.mo
share/locale/hr/LC_MESSAGES/kdvi.mo
share/locale/hr/LC_MESSAGES/kedit.mo
share/locale/hr/LC_MESSAGES/keduca.mo
share/locale/hr/LC_MESSAGES/kenolaba.mo
share/locale/hr/LC_MESSAGES/kfax.mo
share/locale/hr/LC_MESSAGES/kfifteenapplet.mo
share/locale/hr/LC_MESSAGES/kfindpart.mo
share/locale/hr/LC_MESSAGES/kfloppy.mo
share/locale/hr/LC_MESSAGES/kfmclient.mo
share/locale/hr/LC_MESSAGES/kfouleggs.mo
share/locale/hr/LC_MESSAGES/kgamma.mo
share/locale/hr/LC_MESSAGES/kgantt.mo
share/locale/hr/LC_MESSAGES/kgeography.mo
share/locale/hr/LC_MESSAGES/kget.mo
share/locale/hr/LC_MESSAGES/kghostview.mo
share/locale/hr/LC_MESSAGES/kgoldrunner.mo
share/locale/hr/LC_MESSAGES/kgpg.mo
share/locale/hr/LC_MESSAGES/kgreet_classic.mo
share/locale/hr/LC_MESSAGES/kgreet_winbind.mo
share/locale/hr/LC_MESSAGES/khangman.mo
share/locale/hr/LC_MESSAGES/khelpcenter.mo
share/locale/hr/LC_MESSAGES/khexedit.mo
share/locale/hr/LC_MESSAGES/khotkeys.mo
share/locale/hr/LC_MESSAGES/kicker.mo
share/locale/hr/LC_MESSAGES/kig.mo
share/locale/hr/LC_MESSAGES/kinetd.mo
share/locale/hr/LC_MESSAGES/kiten.mo
share/locale/hr/LC_MESSAGES/kjobviewer.mo
share/locale/hr/LC_MESSAGES/kjots.mo
share/locale/hr/LC_MESSAGES/kjumpingcube.mo
share/locale/hr/LC_MESSAGES/klaptopdaemon.mo
share/locale/hr/LC_MESSAGES/klatin.mo
share/locale/hr/LC_MESSAGES/kleopatra.mo
share/locale/hr/LC_MESSAGES/klettres.mo
share/locale/hr/LC_MESSAGES/klickety.mo
share/locale/hr/LC_MESSAGES/klines.mo
share/locale/hr/LC_MESSAGES/klipper.mo
share/locale/hr/LC_MESSAGES/klock.mo
share/locale/hr/LC_MESSAGES/kmahjongg.mo
share/locale/hr/LC_MESSAGES/kmail.mo
share/locale/hr/LC_MESSAGES/kmailcvt.mo
share/locale/hr/LC_MESSAGES/kmathapplet.mo
share/locale/hr/LC_MESSAGES/kmcop.mo
share/locale/hr/LC_MESSAGES/kmenuapplet.mo
share/locale/hr/LC_MESSAGES/kmenuedit.mo
share/locale/hr/LC_MESSAGES/kmines.mo
share/locale/hr/LC_MESSAGES/kminipagerapplet.mo
share/locale/hr/LC_MESSAGES/kmix.mo
share/locale/hr/LC_MESSAGES/kmobile.mo
share/locale/hr/LC_MESSAGES/kmoon.mo
share/locale/hr/LC_MESSAGES/kmousetool.mo
share/locale/hr/LC_MESSAGES/kmplot.mo
share/locale/hr/LC_MESSAGES/kmrml.mo
share/locale/hr/LC_MESSAGES/knetwalk.mo
share/locale/hr/LC_MESSAGES/knewsticker.mo
share/locale/hr/LC_MESSAGES/knode.mo
share/locale/hr/LC_MESSAGES/knotes.mo
share/locale/hr/LC_MESSAGES/knotify.mo
share/locale/hr/LC_MESSAGES/kodo.mo
share/locale/hr/LC_MESSAGES/kolf.mo
share/locale/hr/LC_MESSAGES/kolourpicker.mo
share/locale/hr/LC_MESSAGES/kompare.mo
share/locale/hr/LC_MESSAGES/konqsidebar_delicious.mo
share/locale/hr/LC_MESSAGES/konqsidebar_mediaplayer.mo
share/locale/hr/LC_MESSAGES/konqsidebar_metabar.mo
share/locale/hr/LC_MESSAGES/konqsidebar_news.mo
share/locale/hr/LC_MESSAGES/konqueror.mo
share/locale/hr/LC_MESSAGES/konquest.mo
share/locale/hr/LC_MESSAGES/konsole.mo
share/locale/hr/LC_MESSAGES/konsolekalendar.mo
share/locale/hr/LC_MESSAGES/kontact.mo
share/locale/hr/LC_MESSAGES/kooka.mo
share/locale/hr/LC_MESSAGES/korganizer.mo
share/locale/hr/LC_MESSAGES/korn.mo
share/locale/hr/LC_MESSAGES/kpackage.mo
share/locale/hr/LC_MESSAGES/kpager.mo
share/locale/hr/LC_MESSAGES/kpat.mo
share/locale/hr/LC_MESSAGES/kpercentage.mo
share/locale/hr/LC_MESSAGES/kpersonalizer.mo
share/locale/hr/LC_MESSAGES/kpf.mo
share/locale/hr/LC_MESSAGES/kpoker.mo
share/locale/hr/LC_MESSAGES/kpovmodeler.mo
share/locale/hr/LC_MESSAGES/kppp.mo
share/locale/hr/LC_MESSAGES/kppplogview.mo
share/locale/hr/LC_MESSAGES/kprinter.mo
share/locale/hr/LC_MESSAGES/krdb.mo
share/locale/hr/LC_MESSAGES/krdc.mo
share/locale/hr/LC_MESSAGES/kreadconfig.mo
share/locale/hr/LC_MESSAGES/krec.mo
share/locale/hr/LC_MESSAGES/kregexpeditor.mo
share/locale/hr/LC_MESSAGES/kreversi.mo
share/locale/hr/LC_MESSAGES/krfb.mo
share/locale/hr/LC_MESSAGES/kruler.mo
share/locale/hr/LC_MESSAGES/krunapplet.mo
share/locale/hr/LC_MESSAGES/ksame.mo
share/locale/hr/LC_MESSAGES/kscd.mo
share/locale/hr/LC_MESSAGES/kshisen.mo
share/locale/hr/LC_MESSAGES/ksig.mo
share/locale/hr/LC_MESSAGES/ksim.mo
share/locale/hr/LC_MESSAGES/ksirc.mo
share/locale/hr/LC_MESSAGES/ksirtet.mo
share/locale/hr/LC_MESSAGES/ksmiletris.mo
share/locale/hr/LC_MESSAGES/ksmserver.mo
share/locale/hr/LC_MESSAGES/ksnake.mo
share/locale/hr/LC_MESSAGES/ksnapshot.mo
share/locale/hr/LC_MESSAGES/ksokoban.mo
share/locale/hr/LC_MESSAGES/kspaceduel.mo
share/locale/hr/LC_MESSAGES/ksplash.mo
share/locale/hr/LC_MESSAGES/ksplashthemes.mo
share/locale/hr/LC_MESSAGES/kstars.mo
share/locale/hr/LC_MESSAGES/kstart.mo
share/locale/hr/LC_MESSAGES/kstartperf.mo
share/locale/hr/LC_MESSAGES/ksysguard.mo
share/locale/hr/LC_MESSAGES/ksystemtrayapplet.mo
share/locale/hr/LC_MESSAGES/ksystraycmd.mo
share/locale/hr/LC_MESSAGES/ksysv.mo
share/locale/hr/LC_MESSAGES/kteatime.mo
share/locale/hr/LC_MESSAGES/ktimemon.mo
share/locale/hr/LC_MESSAGES/ktimer.mo
share/locale/hr/LC_MESSAGES/ktip.mo
share/locale/hr/LC_MESSAGES/ktouch.mo
share/locale/hr/LC_MESSAGES/ktron.mo
share/locale/hr/LC_MESSAGES/ktuberling.mo
share/locale/hr/LC_MESSAGES/ktux.mo
share/locale/hr/LC_MESSAGES/kuick_plugin.mo
share/locale/hr/LC_MESSAGES/kuickshow.mo
share/locale/hr/LC_MESSAGES/kuser.mo
share/locale/hr/LC_MESSAGES/kverbos.mo
share/locale/hr/LC_MESSAGES/kview.mo
share/locale/hr/LC_MESSAGES/kview_scale.mo
share/locale/hr/LC_MESSAGES/kviewbrowserplugin.mo
share/locale/hr/LC_MESSAGES/kvieweffectsplugin.mo
share/locale/hr/LC_MESSAGES/kviewpresenterplugin.mo
share/locale/hr/LC_MESSAGES/kviewscannerplugin.mo
share/locale/hr/LC_MESSAGES/kviewshell.mo
share/locale/hr/LC_MESSAGES/kvoctrain.mo
share/locale/hr/LC_MESSAGES/kweather.mo
share/locale/hr/LC_MESSAGES/kwifimanager.mo
share/locale/hr/LC_MESSAGES/kwireless.mo
share/locale/hr/LC_MESSAGES/kworldclock.mo
share/locale/hr/LC_MESSAGES/kwriteconfig.mo
share/locale/hr/LC_MESSAGES/kxkb.mo
share/locale/hr/LC_MESSAGES/kxsconfig.mo
share/locale/hr/LC_MESSAGES/libKTTSD.mo
share/locale/hr/LC_MESSAGES/libdmctl.mo
share/locale/hr/LC_MESSAGES/libkaddrbk_geo_xxport.mo
share/locale/hr/LC_MESSAGES/libkaddrbk_gmx_xxport.mo
share/locale/hr/LC_MESSAGES/libkcal.mo
share/locale/hr/LC_MESSAGES/libkicker.mo
share/locale/hr/LC_MESSAGES/libkickermenu_konsole.mo
share/locale/hr/LC_MESSAGES/libkickermenu_prefmenu.mo
share/locale/hr/LC_MESSAGES/libkickermenu_recentdocs.mo
share/locale/hr/LC_MESSAGES/libkickermenu_remotemenu.mo
share/locale/hr/LC_MESSAGES/libkickermenu_systemmenu.mo
share/locale/hr/LC_MESSAGES/libkickermenu_tdeprint.mo
share/locale/hr/LC_MESSAGES/libkickermenu_tom.mo
share/locale/hr/LC_MESSAGES/libkonq.mo
share/locale/hr/LC_MESSAGES/libkpimexchange.mo
share/locale/hr/LC_MESSAGES/libkscan.mo
share/locale/hr/LC_MESSAGES/libksirtet.mo
share/locale/hr/LC_MESSAGES/libksync.mo
share/locale/hr/LC_MESSAGES/libtaskbar.mo
share/locale/hr/LC_MESSAGES/libtaskmanager.mo
share/locale/hr/LC_MESSAGES/libtdeedu.mo
share/locale/hr/LC_MESSAGES/libtdegames.mo
share/locale/hr/LC_MESSAGES/libtdepim.mo
share/locale/hr/LC_MESSAGES/libtdescreensaver.mo
share/locale/hr/LC_MESSAGES/lockout.mo
share/locale/hr/LC_MESSAGES/lskat.mo
share/locale/hr/LC_MESSAGES/lyrics.mo
share/locale/hr/LC_MESSAGES/mediaapplet.mo
share/locale/hr/LC_MESSAGES/mediacontrol.mo
share/locale/hr/LC_MESSAGES/mf_konqplugin.mo
share/locale/hr/LC_MESSAGES/minitoolsplugin.mo
share/locale/hr/LC_MESSAGES/naughtyapplet.mo
share/locale/hr/LC_MESSAGES/nexscope.mo
share/locale/hr/LC_MESSAGES/noatun.mo
share/locale/hr/LC_MESSAGES/nsplugin.mo
share/locale/hr/LC_MESSAGES/pitchablespeed.mo
share/locale/hr/LC_MESSAGES/ppdtranslations.mo
share/locale/hr/LC_MESSAGES/privacy.mo
share/locale/hr/LC_MESSAGES/quanta.mo
share/locale/hr/LC_MESSAGES/quicklauncher.mo
share/locale/hr/LC_MESSAGES/rellinks.mo
share/locale/hr/LC_MESSAGES/searchbarplugin.mo
share/locale/hr/LC_MESSAGES/secpolicy.mo
share/locale/hr/LC_MESSAGES/spy.mo
share/locale/hr/LC_MESSAGES/synaescope.mo
share/locale/hr/LC_MESSAGES/tdeabc2mutt.mo
share/locale/hr/LC_MESSAGES/tdeabc_dir.mo
share/locale/hr/LC_MESSAGES/tdeabc_file.mo
share/locale/hr/LC_MESSAGES/tdeabc_ldaptdeio.mo
share/locale/hr/LC_MESSAGES/tdeabc_net.mo
share/locale/hr/LC_MESSAGES/tdeabc_sql.mo
share/locale/hr/LC_MESSAGES/tdeabcformat_binary.mo
share/locale/hr/LC_MESSAGES/tdecmshell.mo
share/locale/hr/LC_MESSAGES/tdedebugdialog.mo
share/locale/hr/LC_MESSAGES/tdefile_au.mo
share/locale/hr/LC_MESSAGES/tdefile_avi.mo
share/locale/hr/LC_MESSAGES/tdefile_bmp.mo
share/locale/hr/LC_MESSAGES/tdefile_cert.mo
share/locale/hr/LC_MESSAGES/tdefile_cpp.mo
share/locale/hr/LC_MESSAGES/tdefile_deb.mo
share/locale/hr/LC_MESSAGES/tdefile_desktop.mo
share/locale/hr/LC_MESSAGES/tdefile_diff.mo
share/locale/hr/LC_MESSAGES/tdefile_drgeo.mo
share/locale/hr/LC_MESSAGES/tdefile_dvi.mo
share/locale/hr/LC_MESSAGES/tdefile_folder.mo
share/locale/hr/LC_MESSAGES/tdefile_gif.mo
share/locale/hr/LC_MESSAGES/tdefile_html.mo
share/locale/hr/LC_MESSAGES/tdefile_ico.mo
share/locale/hr/LC_MESSAGES/tdefile_jpeg.mo
share/locale/hr/LC_MESSAGES/tdefile_kig.mo
share/locale/hr/LC_MESSAGES/tdefile_lnk.mo
share/locale/hr/LC_MESSAGES/tdefile_m3u.mo
share/locale/hr/LC_MESSAGES/tdefile_mhtml.mo
share/locale/hr/LC_MESSAGES/tdefile_mp3.mo
share/locale/hr/LC_MESSAGES/tdefile_ogg.mo
share/locale/hr/LC_MESSAGES/tdefile_pcx.mo
share/locale/hr/LC_MESSAGES/tdefile_pdf.mo
share/locale/hr/LC_MESSAGES/tdefile_png.mo
share/locale/hr/LC_MESSAGES/tdefile_po.mo
share/locale/hr/LC_MESSAGES/tdefile_ps.mo
share/locale/hr/LC_MESSAGES/tdefile_rfc822.mo
share/locale/hr/LC_MESSAGES/tdefile_rpm.mo
share/locale/hr/LC_MESSAGES/tdefile_tga.mo
share/locale/hr/LC_MESSAGES/tdefile_tiff.mo
share/locale/hr/LC_MESSAGES/tdefile_ts.mo
share/locale/hr/LC_MESSAGES/tdefile_txt.mo
share/locale/hr/LC_MESSAGES/tdefile_vcf.mo
share/locale/hr/LC_MESSAGES/tdefile_wav.mo
share/locale/hr/LC_MESSAGES/tdefile_xbm.mo
share/locale/hr/LC_MESSAGES/tdefileaudiopreview.mo
share/locale/hr/LC_MESSAGES/tdefontinst.mo
share/locale/hr/LC_MESSAGES/tdehtmlsettingsplugin.mo
share/locale/hr/LC_MESSAGES/tdeiconedit.mo
share/locale/hr/LC_MESSAGES/tdeio.mo
share/locale/hr/LC_MESSAGES/tdeio_audiocd.mo
share/locale/hr/LC_MESSAGES/tdeio_finger.mo
share/locale/hr/LC_MESSAGES/tdeio_fish.mo
share/locale/hr/LC_MESSAGES/tdeio_floppy.mo
share/locale/hr/LC_MESSAGES/tdeio_help.mo
share/locale/hr/LC_MESSAGES/tdeio_imap4.mo
share/locale/hr/LC_MESSAGES/tdeio_lan.mo
share/locale/hr/LC_MESSAGES/tdeio_mac.mo
share/locale/hr/LC_MESSAGES/tdeio_man.mo
share/locale/hr/LC_MESSAGES/tdeio_media.mo
share/locale/hr/LC_MESSAGES/tdeio_mobile.mo
share/locale/hr/LC_MESSAGES/tdeio_nfs.mo
share/locale/hr/LC_MESSAGES/tdeio_nntp.mo
share/locale/hr/LC_MESSAGES/tdeio_pop3.mo
share/locale/hr/LC_MESSAGES/tdeio_print.mo
share/locale/hr/LC_MESSAGES/tdeio_remote.mo
share/locale/hr/LC_MESSAGES/tdeio_settings.mo
share/locale/hr/LC_MESSAGES/tdeio_sftp.mo
share/locale/hr/LC_MESSAGES/tdeio_sieve.mo
share/locale/hr/LC_MESSAGES/tdeio_smb.mo
share/locale/hr/LC_MESSAGES/tdeio_smtp.mo
share/locale/hr/LC_MESSAGES/tdeio_system.mo
share/locale/hr/LC_MESSAGES/tdeio_tar.mo
share/locale/hr/LC_MESSAGES/tdeio_thumbnail.mo
share/locale/hr/LC_MESSAGES/tdeio_trash.mo
share/locale/hr/LC_MESSAGES/tdeioexec.mo
share/locale/hr/LC_MESSAGES/tdelibs.mo
share/locale/hr/LC_MESSAGES/tdelibs_colors.mo
share/locale/hr/LC_MESSAGES/tdemid.mo
share/locale/hr/LC_MESSAGES/tdepartsaver.mo
share/locale/hr/LC_MESSAGES/tdepasswd.mo
share/locale/hr/LC_MESSAGES/tdeprint.mo
share/locale/hr/LC_MESSAGES/tdeprint_part.mo
share/locale/hr/LC_MESSAGES/tdeprintfax.mo
share/locale/hr/LC_MESSAGES/tdescreensaver.mo
share/locale/hr/LC_MESSAGES/tdessh.mo
share/locale/hr/LC_MESSAGES/tdestyle_highcontrast_config.mo
share/locale/hr/LC_MESSAGES/tdestyle_keramik_config.mo
share/locale/hr/LC_MESSAGES/tdestyle_plastik_config.mo
share/locale/hr/LC_MESSAGES/tdesu.mo
share/locale/hr/LC_MESSAGES/tdesud.mo
share/locale/hr/LC_MESSAGES/tdetexteditor_autobookmarker.mo
share/locale/hr/LC_MESSAGES/tdetexteditor_docwordcompletion.mo
share/locale/hr/LC_MESSAGES/tdetexteditor_insertfile.mo
share/locale/hr/LC_MESSAGES/tdetexteditor_isearch.mo
share/locale/hr/LC_MESSAGES/tdetexteditor_kdatatool.mo
share/locale/hr/LC_MESSAGES/tdevelop.mo
share/locale/hr/LC_MESSAGES/tdevtipofday.mo
share/locale/hr/LC_MESSAGES/tdmconfig.mo
share/locale/hr/LC_MESSAGES/tdmgreet.mo
share/locale/hr/LC_MESSAGES/timezones.mo
share/locale/hr/LC_MESSAGES/tippecanoe.mo
share/locale/hr/LC_MESSAGES/trashapplet.mo
share/locale/hr/LC_MESSAGES/twin.mo
share/locale/hr/LC_MESSAGES/twin4.mo
share/locale/hr/LC_MESSAGES/twin_lib.mo
share/locale/hr/LC_MESSAGES/tyler.mo
share/locale/hr/LC_MESSAGES/uachangerplugin.mo
share/locale/hr/LC_MESSAGES/umbrello.mo
share/locale/hr/LC_MESSAGES/useraccount.mo
share/locale/hr/LC_MESSAGES/validatorsplugin.mo
share/locale/hr/LC_MESSAGES/wakeup.mo
share/locale/hr/LC_MESSAGES/wavecapture.mo
share/locale/hr/LC_MESSAGES/webarchiver.mo
share/locale/hr/charset
share/locale/hr/entry.desktop
share/locale/hr/flag.png

@ -0,0 +1,43 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: core/tde-i18n-hu > misc/tde-i18n-hu
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTLANG= hu
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${PORTLANG}
TDE_PREVERSION=
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= misc x11
DIST_SUBDIR= TDE/core
PKGNAMEPREFIX= ${PORTLANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${PORTLANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}template/' \
'${EXTRACT_BASE}translations/' \
'${EXTRACT_BASE}tde-i18n-${PORTLANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
\
-DBUILD_ALL="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1682085529
SHA256 (TDE/core/tde-i18n-trinity_14.1.0.orig.tar.xz) = 9f64b518db380d1d0acf3f6b5baafdb3f486953739b9484bdc5d31f34f466a75
SIZE (TDE/core/tde-i18n-trinity_14.1.0.orig.tar.xz) = 195332236

@ -0,0 +1 @@
Hungarian (hu) internationalized (i18n) files for TDE

File diff suppressed because it is too large Load Diff

@ -0,0 +1,43 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: core/tde-i18n-is > misc/tde-i18n-is
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTLANG= is
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${PORTLANG}
TDE_PREVERSION=
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= misc x11
DIST_SUBDIR= TDE/core
PKGNAMEPREFIX= ${PORTLANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${PORTLANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}template/' \
'${EXTRACT_BASE}translations/' \
'${EXTRACT_BASE}tde-i18n-${PORTLANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
\
-DBUILD_ALL="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1682085531
SHA256 (TDE/core/tde-i18n-trinity_14.1.0.orig.tar.xz) = 9f64b518db380d1d0acf3f6b5baafdb3f486953739b9484bdc5d31f34f466a75
SIZE (TDE/core/tde-i18n-trinity_14.1.0.orig.tar.xz) = 195332236

@ -0,0 +1 @@
Icelandic (is) internationalized (i18n) files for TDE

@ -0,0 +1,561 @@
share/locale/is/LC_MESSAGES/akregator.mo
share/locale/is/LC_MESSAGES/akregator_konqplugin.mo
share/locale/is/LC_MESSAGES/alsaplayerui.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/ark_plugin.mo
share/locale/is/LC_MESSAGES/artsbuilder.mo
share/locale/is/LC_MESSAGES/artscontrol.mo
share/locale/is/LC_MESSAGES/artsmodules.mo
share/locale/is/LC_MESSAGES/atlantik.mo
share/locale/is/LC_MESSAGES/atlantikdesigner.mo
share/locale/is/LC_MESSAGES/audiocd_encoder_lame.mo
share/locale/is/LC_MESSAGES/audiocd_encoder_vorbis.mo
share/locale/is/LC_MESSAGES/audiorename_plugin.mo
share/locale/is/LC_MESSAGES/autorefresh.mo
share/locale/is/LC_MESSAGES/babelfish.mo
share/locale/is/LC_MESSAGES/blinken.mo
share/locale/is/LC_MESSAGES/cervisia.mo
share/locale/is/LC_MESSAGES/charlatanui.mo
share/locale/is/LC_MESSAGES/clockapplet.mo
share/locale/is/LC_MESSAGES/crashesplugin.mo
share/locale/is/LC_MESSAGES/cupsdconf.mo
share/locale/is/LC_MESSAGES/cvsservice.mo
share/locale/is/LC_MESSAGES/dcoprss.mo
share/locale/is/LC_MESSAGES/dirfilterplugin.mo
share/locale/is/LC_MESSAGES/display.mo
share/locale/is/LC_MESSAGES/dockbarextension.mo
share/locale/is/LC_MESSAGES/domtreeviewer.mo
share/locale/is/LC_MESSAGES/drkonqi.mo
share/locale/is/LC_MESSAGES/dub.mo
share/locale/is/LC_MESSAGES/extensionproxy.mo
share/locale/is/LC_MESSAGES/ffrs.mo
share/locale/is/LC_MESSAGES/filetypes.mo
share/locale/is/LC_MESSAGES/fsview.mo
share/locale/is/LC_MESSAGES/htmlsearch.mo
share/locale/is/LC_MESSAGES/imagerename_plugin.mo
share/locale/is/LC_MESSAGES/imgalleryplugin.mo
share/locale/is/LC_MESSAGES/irkick.mo
share/locale/is/LC_MESSAGES/joystick.mo
share/locale/is/LC_MESSAGES/juk.mo
share/locale/is/LC_MESSAGES/kaboodle.mo
share/locale/is/LC_MESSAGES/kaccess.mo
share/locale/is/LC_MESSAGES/kaddressbook.mo
share/locale/is/LC_MESSAGES/kalarm.mo
share/locale/is/LC_MESSAGES/kalzium.mo
share/locale/is/LC_MESSAGES/kandy.mo
share/locale/is/LC_MESSAGES/kappfinder.mo
share/locale/is/LC_MESSAGES/karm.mo
share/locale/is/LC_MESSAGES/kasbarextension.mo
share/locale/is/LC_MESSAGES/kasteroids.mo
share/locale/is/LC_MESSAGES/kate.mo
share/locale/is/LC_MESSAGES/katecppsymbolviewer.mo
share/locale/is/LC_MESSAGES/katefiletemplates.mo
share/locale/is/LC_MESSAGES/katefll_initplugin.mo
share/locale/is/LC_MESSAGES/katefll_plugin.mo
share/locale/is/LC_MESSAGES/katehelloworld.mo
share/locale/is/LC_MESSAGES/katehtmltools.mo
share/locale/is/LC_MESSAGES/kateinsertcommand.mo
share/locale/is/LC_MESSAGES/katekjswrapper.mo
share/locale/is/LC_MESSAGES/katemake.mo
share/locale/is/LC_MESSAGES/katemodeline.mo
share/locale/is/LC_MESSAGES/kateopenheader.mo
share/locale/is/LC_MESSAGES/katepart.mo
share/locale/is/LC_MESSAGES/katepybrowse.mo
share/locale/is/LC_MESSAGES/katesnippets.mo
share/locale/is/LC_MESSAGES/katetabbarextension.mo
share/locale/is/LC_MESSAGES/katetextfilter.mo
share/locale/is/LC_MESSAGES/katexmlcheck.mo
share/locale/is/LC_MESSAGES/katexmltools.mo
share/locale/is/LC_MESSAGES/katomic.mo
share/locale/is/LC_MESSAGES/kaudiocreator.mo
share/locale/is/LC_MESSAGES/kay.mo
share/locale/is/LC_MESSAGES/kbabel.mo
share/locale/is/LC_MESSAGES/kbackgammon.mo
share/locale/is/LC_MESSAGES/kbattleship.mo
share/locale/is/LC_MESSAGES/kbinaryclock.mo
share/locale/is/LC_MESSAGES/kblackbox.mo
share/locale/is/LC_MESSAGES/kbounce.mo
share/locale/is/LC_MESSAGES/kbruch.mo
share/locale/is/LC_MESSAGES/kbstateapplet.mo
share/locale/is/LC_MESSAGES/kbugbuster.mo
share/locale/is/LC_MESSAGES/kcalc.mo
share/locale/is/LC_MESSAGES/kcharselect.mo
share/locale/is/LC_MESSAGES/kcharselectapplet.mo
share/locale/is/LC_MESSAGES/kcm_krfb.mo
share/locale/is/LC_MESSAGES/kcm_kviewcanvasconfig.mo
share/locale/is/LC_MESSAGES/kcm_kviewgeneralconfig.mo
share/locale/is/LC_MESSAGES/kcm_kviewpluginsconfig.mo
share/locale/is/LC_MESSAGES/kcm_kviewviewerpluginsconfig.mo
share/locale/is/LC_MESSAGES/kcmaccess.mo
share/locale/is/LC_MESSAGES/kcmaccessibility.mo
share/locale/is/LC_MESSAGES/kcmarts.mo
share/locale/is/LC_MESSAGES/kcmaudiocd.mo
share/locale/is/LC_MESSAGES/kcmbackground.mo
share/locale/is/LC_MESSAGES/kcmbell.mo
share/locale/is/LC_MESSAGES/kcmcddb.mo
share/locale/is/LC_MESSAGES/kcmcgi.mo
share/locale/is/LC_MESSAGES/kcmcolors.mo
share/locale/is/LC_MESSAGES/kcmcomponentchooser.mo
share/locale/is/LC_MESSAGES/kcmcrypto.mo
share/locale/is/LC_MESSAGES/kcmcss.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/kcmkabconfig.mo
share/locale/is/LC_MESSAGES/kcmkamera.mo
share/locale/is/LC_MESSAGES/kcmkclock.mo
share/locale/is/LC_MESSAGES/kcmkded.mo
share/locale/is/LC_MESSAGES/kcmkeys.mo
share/locale/is/LC_MESSAGES/kcmkicker.mo
share/locale/is/LC_MESSAGES/kcmkonq.mo
share/locale/is/LC_MESSAGES/kcmkonqhtml.mo
share/locale/is/LC_MESSAGES/kcmkonsole.mo
share/locale/is/LC_MESSAGES/kcmkontactnt.mo
share/locale/is/LC_MESSAGES/kcmktalkd.mo
share/locale/is/LC_MESSAGES/kcmkuick.mo
share/locale/is/LC_MESSAGES/kcmkurifilt.mo
share/locale/is/LC_MESSAGES/kcmkvaio.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/kcmlaunch.mo
share/locale/is/LC_MESSAGES/kcmlayout.mo
share/locale/is/LC_MESSAGES/kcmlilo.mo
share/locale/is/LC_MESSAGES/kcmlirc.mo
share/locale/is/LC_MESSAGES/kcmlocale.mo
share/locale/is/LC_MESSAGES/kcmmedia.mo
share/locale/is/LC_MESSAGES/kcmnic.mo
share/locale/is/LC_MESSAGES/kcmnotify.mo
share/locale/is/LC_MESSAGES/kcmperformance.mo
share/locale/is/LC_MESSAGES/kcmprintmgr.mo
share/locale/is/LC_MESSAGES/kcmsamba.mo
share/locale/is/LC_MESSAGES/kcmscreensaver.mo
share/locale/is/LC_MESSAGES/kcmsmartcard.mo
share/locale/is/LC_MESSAGES/kcmsmserver.mo
share/locale/is/LC_MESSAGES/kcmspellchecking.mo
share/locale/is/LC_MESSAGES/kcmstyle.mo
share/locale/is/LC_MESSAGES/kcmtaskbar.mo
share/locale/is/LC_MESSAGES/kcmtdednssd.mo
share/locale/is/LC_MESSAGES/kcmtdeio.mo
share/locale/is/LC_MESSAGES/kcmtdewallet.mo
share/locale/is/LC_MESSAGES/kcmthinkpad.mo
share/locale/is/LC_MESSAGES/kcmtwindecoration.mo
share/locale/is/LC_MESSAGES/kcmtwinrules.mo
share/locale/is/LC_MESSAGES/kcmusb.mo
share/locale/is/LC_MESSAGES/kcmview1394.mo
share/locale/is/LC_MESSAGES/kcmwifi.mo
share/locale/is/LC_MESSAGES/kcmxinerama.mo
share/locale/is/LC_MESSAGES/kcoloredit.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/kdesktop.mo
share/locale/is/LC_MESSAGES/kdf.mo
share/locale/is/LC_MESSAGES/kdgantt.mo
share/locale/is/LC_MESSAGES/kdialog.mo
share/locale/is/LC_MESSAGES/kdict.mo
share/locale/is/LC_MESSAGES/kdictapplet.mo
share/locale/is/LC_MESSAGES/kdjview.mo
share/locale/is/LC_MESSAGES/kdvi.mo
share/locale/is/LC_MESSAGES/kedit.mo
share/locale/is/LC_MESSAGES/keduca.mo
share/locale/is/LC_MESSAGES/kenolaba.mo
share/locale/is/LC_MESSAGES/kfax.mo
share/locale/is/LC_MESSAGES/kfaxview.mo
share/locale/is/LC_MESSAGES/kfifteenapplet.mo
share/locale/is/LC_MESSAGES/kfindpart.mo
share/locale/is/LC_MESSAGES/kfloppy.mo
share/locale/is/LC_MESSAGES/kfmclient.mo
share/locale/is/LC_MESSAGES/kfouleggs.mo
share/locale/is/LC_MESSAGES/kgamma.mo
share/locale/is/LC_MESSAGES/kgantt.mo
share/locale/is/LC_MESSAGES/kgeography.mo
share/locale/is/LC_MESSAGES/kget.mo
share/locale/is/LC_MESSAGES/kghostview.mo
share/locale/is/LC_MESSAGES/kgoldrunner.mo
share/locale/is/LC_MESSAGES/kgpg.mo
share/locale/is/LC_MESSAGES/kgreet_classic.mo
share/locale/is/LC_MESSAGES/kgreet_winbind.mo
share/locale/is/LC_MESSAGES/khangman.mo
share/locale/is/LC_MESSAGES/khelpcenter.mo
share/locale/is/LC_MESSAGES/khexedit.mo
share/locale/is/LC_MESSAGES/khexedit2part.mo
share/locale/is/LC_MESSAGES/khotkeys.mo
share/locale/is/LC_MESSAGES/kicker.mo
share/locale/is/LC_MESSAGES/kickermenu_kate.mo
share/locale/is/LC_MESSAGES/kig.mo
share/locale/is/LC_MESSAGES/kimagemapeditor.mo
share/locale/is/LC_MESSAGES/kinetd.mo
share/locale/is/LC_MESSAGES/kiten.mo
share/locale/is/LC_MESSAGES/kjobviewer.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/klatin.mo
share/locale/is/LC_MESSAGES/kleopatra.mo
share/locale/is/LC_MESSAGES/klettres.mo
share/locale/is/LC_MESSAGES/klickety.mo
share/locale/is/LC_MESSAGES/klines.mo
share/locale/is/LC_MESSAGES/klinkstatus.mo
share/locale/is/LC_MESSAGES/klipper.mo
share/locale/is/LC_MESSAGES/klock.mo
share/locale/is/LC_MESSAGES/kmag.mo
share/locale/is/LC_MESSAGES/kmahjongg.mo
share/locale/is/LC_MESSAGES/kmail.mo
share/locale/is/LC_MESSAGES/kmail_text_calendar_plugin.mo
share/locale/is/LC_MESSAGES/kmail_text_vcard_plugin.mo
share/locale/is/LC_MESSAGES/kmailcvt.mo
share/locale/is/LC_MESSAGES/kmathapplet.mo
share/locale/is/LC_MESSAGES/kmcop.mo
share/locale/is/LC_MESSAGES/kmenuapplet.mo
share/locale/is/LC_MESSAGES/kmenuedit.mo
share/locale/is/LC_MESSAGES/kmilo_delli8k.mo
share/locale/is/LC_MESSAGES/kmilo_generic.mo
share/locale/is/LC_MESSAGES/kmilo_kvaio.mo
share/locale/is/LC_MESSAGES/kmilo_powerbook.mo
share/locale/is/LC_MESSAGES/kmilo_thinkpad.mo
share/locale/is/LC_MESSAGES/kmilod.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/kmobile.mo
share/locale/is/LC_MESSAGES/kmoon.mo
share/locale/is/LC_MESSAGES/kmousetool.mo
share/locale/is/LC_MESSAGES/kmouth.mo
share/locale/is/LC_MESSAGES/kmplot.mo
share/locale/is/LC_MESSAGES/kmrml.mo
share/locale/is/LC_MESSAGES/knetattach.mo
share/locale/is/LC_MESSAGES/knetwalk.mo
share/locale/is/LC_MESSAGES/knetworkconf.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/kolf.mo
share/locale/is/LC_MESSAGES/kolourpaint.mo
share/locale/is/LC_MESSAGES/kolourpicker.mo
share/locale/is/LC_MESSAGES/kommander.mo
share/locale/is/LC_MESSAGES/kompare.mo
share/locale/is/LC_MESSAGES/konnector_dummy.mo
share/locale/is/LC_MESSAGES/konnector_kabc.mo
share/locale/is/LC_MESSAGES/konnector_kcal.mo
share/locale/is/LC_MESSAGES/konnector_local.mo
share/locale/is/LC_MESSAGES/konnector_qtopia.mo
share/locale/is/LC_MESSAGES/konnector_remote.mo
share/locale/is/LC_MESSAGES/konqsidebar_delicious.mo
share/locale/is/LC_MESSAGES/konqsidebar_mediaplayer.mo
share/locale/is/LC_MESSAGES/konqsidebar_metabar.mo
share/locale/is/LC_MESSAGES/konqsidebar_news.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/konsolekalendar.mo
share/locale/is/LC_MESSAGES/kontact.mo
share/locale/is/LC_MESSAGES/kooka.mo
share/locale/is/LC_MESSAGES/kopete.mo
share/locale/is/LC_MESSAGES/korganizer.mo
share/locale/is/LC_MESSAGES/korn.mo
share/locale/is/LC_MESSAGES/kpackage.mo
share/locale/is/LC_MESSAGES/kpager.mo
share/locale/is/LC_MESSAGES/kpat.mo
share/locale/is/LC_MESSAGES/kpdf.mo
share/locale/is/LC_MESSAGES/kpercentage.mo
share/locale/is/LC_MESSAGES/kpersonalizer.mo
share/locale/is/LC_MESSAGES/kpf.mo
share/locale/is/LC_MESSAGES/kpoker.mo
share/locale/is/LC_MESSAGES/kpovmodeler.mo
share/locale/is/LC_MESSAGES/kppp.mo
share/locale/is/LC_MESSAGES/kppplogview.mo
share/locale/is/LC_MESSAGES/kprinter.mo
share/locale/is/LC_MESSAGES/krdb.mo
share/locale/is/LC_MESSAGES/krdc.mo
share/locale/is/LC_MESSAGES/kreadconfig.mo
share/locale/is/LC_MESSAGES/krec.mo
share/locale/is/LC_MESSAGES/kregexpeditor.mo
share/locale/is/LC_MESSAGES/kres_birthday.mo
share/locale/is/LC_MESSAGES/kres_blogging.mo
share/locale/is/LC_MESSAGES/kres_bugzilla.mo
share/locale/is/LC_MESSAGES/kres_exchange.mo
share/locale/is/LC_MESSAGES/kres_featureplan.mo
share/locale/is/LC_MESSAGES/kres_groupware.mo
share/locale/is/LC_MESSAGES/kres_groupwise.mo
share/locale/is/LC_MESSAGES/kres_kolab.mo
share/locale/is/LC_MESSAGES/kres_remote.mo
share/locale/is/LC_MESSAGES/kres_xmlrpc.mo
share/locale/is/LC_MESSAGES/kreversi.mo
share/locale/is/LC_MESSAGES/krfb.mo
share/locale/is/LC_MESSAGES/kruler.mo
share/locale/is/LC_MESSAGES/krunapplet.mo
share/locale/is/LC_MESSAGES/ksame.mo
share/locale/is/LC_MESSAGES/ksayit.mo
share/locale/is/LC_MESSAGES/kscd.mo
share/locale/is/LC_MESSAGES/kshisen.mo
share/locale/is/LC_MESSAGES/ksig.mo
share/locale/is/LC_MESSAGES/ksim.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/ksplashthemes.mo
share/locale/is/LC_MESSAGES/kstars.mo
share/locale/is/LC_MESSAGES/kstart.mo
share/locale/is/LC_MESSAGES/kstartperf.mo
share/locale/is/LC_MESSAGES/ksvgplugin.mo
share/locale/is/LC_MESSAGES/ksysguard.mo
share/locale/is/LC_MESSAGES/ksystemtrayapplet.mo
share/locale/is/LC_MESSAGES/ksystraycmd.mo
share/locale/is/LC_MESSAGES/ksysv.mo
share/locale/is/LC_MESSAGES/kteatime.mo
share/locale/is/LC_MESSAGES/kthememanager.mo
share/locale/is/LC_MESSAGES/ktimemon.mo
share/locale/is/LC_MESSAGES/ktimer.mo
share/locale/is/LC_MESSAGES/ktip.mo
share/locale/is/LC_MESSAGES/ktnef.mo
share/locale/is/LC_MESSAGES/ktouch.mo
share/locale/is/LC_MESSAGES/ktron.mo
share/locale/is/LC_MESSAGES/kttsd.mo
share/locale/is/LC_MESSAGES/ktuberling.mo
share/locale/is/LC_MESSAGES/kturtle.mo
share/locale/is/LC_MESSAGES/ktux.mo
share/locale/is/LC_MESSAGES/kuick_plugin.mo
share/locale/is/LC_MESSAGES/kuickshow.mo
share/locale/is/LC_MESSAGES/kuiviewer.mo
share/locale/is/LC_MESSAGES/kuser.mo
share/locale/is/LC_MESSAGES/kverbos.mo
share/locale/is/LC_MESSAGES/kview.mo
share/locale/is/LC_MESSAGES/kview_scale.mo
share/locale/is/LC_MESSAGES/kviewbrowserplugin.mo
share/locale/is/LC_MESSAGES/kviewcanvas.mo
share/locale/is/LC_MESSAGES/kvieweffectsplugin.mo
share/locale/is/LC_MESSAGES/kviewpresenterplugin.mo
share/locale/is/LC_MESSAGES/kviewscannerplugin.mo
share/locale/is/LC_MESSAGES/kviewshell.mo
share/locale/is/LC_MESSAGES/kviewviewer.mo
share/locale/is/LC_MESSAGES/kvoctrain.mo
share/locale/is/LC_MESSAGES/kwatchgnupg.mo
share/locale/is/LC_MESSAGES/kweather.mo
share/locale/is/LC_MESSAGES/kwifimanager.mo
share/locale/is/LC_MESSAGES/kwireless.mo
share/locale/is/LC_MESSAGES/kwordquiz.mo
share/locale/is/LC_MESSAGES/kworldclock.mo
share/locale/is/LC_MESSAGES/kwriteconfig.mo
share/locale/is/LC_MESSAGES/kxkb.mo
share/locale/is/LC_MESSAGES/kxsconfig.mo
share/locale/is/LC_MESSAGES/kxsldbg.mo
share/locale/is/LC_MESSAGES/libKTTSD.mo
share/locale/is/LC_MESSAGES/libdmctl.mo
share/locale/is/LC_MESSAGES/libkaddrbk_geo_xxport.mo
share/locale/is/LC_MESSAGES/libkaddrbk_gmx_xxport.mo
share/locale/is/LC_MESSAGES/libkcal.mo
share/locale/is/LC_MESSAGES/libkcddb.mo
share/locale/is/LC_MESSAGES/libkfaximgage.mo
share/locale/is/LC_MESSAGES/libkholidays.mo
share/locale/is/LC_MESSAGES/libkicker.mo
share/locale/is/LC_MESSAGES/libkickermenu_konsole.mo
share/locale/is/LC_MESSAGES/libkickermenu_prefmenu.mo
share/locale/is/LC_MESSAGES/libkickermenu_recentdocs.mo
share/locale/is/LC_MESSAGES/libkickermenu_remotemenu.mo
share/locale/is/LC_MESSAGES/libkickermenu_systemmenu.mo
share/locale/is/LC_MESSAGES/libkickermenu_tdeprint.mo
share/locale/is/LC_MESSAGES/libkickermenu_tom.mo
share/locale/is/LC_MESSAGES/libkleopatra.mo
share/locale/is/LC_MESSAGES/libkmime.mo
share/locale/is/LC_MESSAGES/libkonq.mo
share/locale/is/LC_MESSAGES/libkpgp.mo
share/locale/is/LC_MESSAGES/libkpimexchange.mo
share/locale/is/LC_MESSAGES/libkscan.mo
share/locale/is/LC_MESSAGES/libksieve.mo
share/locale/is/LC_MESSAGES/libksirtet.mo
share/locale/is/LC_MESSAGES/libksync.mo
share/locale/is/LC_MESSAGES/libtaskbar.mo
share/locale/is/LC_MESSAGES/libtaskmanager.mo
share/locale/is/LC_MESSAGES/libtdeedu.mo
share/locale/is/LC_MESSAGES/libtdegames.mo
share/locale/is/LC_MESSAGES/libtdepim.mo
share/locale/is/LC_MESSAGES/libtdescreensaver.mo
share/locale/is/LC_MESSAGES/lockout.mo
share/locale/is/LC_MESSAGES/lskat.mo
share/locale/is/LC_MESSAGES/lyrics.mo
share/locale/is/LC_MESSAGES/mediaapplet.mo
share/locale/is/LC_MESSAGES/mediacontrol.mo
share/locale/is/LC_MESSAGES/mf_konqplugin.mo
share/locale/is/LC_MESSAGES/minitoolsplugin.mo
share/locale/is/LC_MESSAGES/multisynk.mo
share/locale/is/LC_MESSAGES/naughtyapplet.mo
share/locale/is/LC_MESSAGES/nexscope.mo
share/locale/is/LC_MESSAGES/noatun.mo
share/locale/is/LC_MESSAGES/nsplugin.mo
share/locale/is/LC_MESSAGES/pitchablespeed.mo
share/locale/is/LC_MESSAGES/ppdtranslations.mo
share/locale/is/LC_MESSAGES/privacy.mo
share/locale/is/LC_MESSAGES/quanta.mo
share/locale/is/LC_MESSAGES/quicklauncher.mo
share/locale/is/LC_MESSAGES/rellinks.mo
share/locale/is/LC_MESSAGES/searchbarplugin.mo
share/locale/is/LC_MESSAGES/secpolicy.mo
share/locale/is/LC_MESSAGES/spy.mo
share/locale/is/LC_MESSAGES/superkaramba.mo
share/locale/is/LC_MESSAGES/synaescope.mo
share/locale/is/LC_MESSAGES/tdeabc2mutt.mo
share/locale/is/LC_MESSAGES/tdeabc_dir.mo
share/locale/is/LC_MESSAGES/tdeabc_file.mo
share/locale/is/LC_MESSAGES/tdeabc_ldaptdeio.mo
share/locale/is/LC_MESSAGES/tdeabc_net.mo
share/locale/is/LC_MESSAGES/tdeabc_slox.mo
share/locale/is/LC_MESSAGES/tdeabc_sql.mo
share/locale/is/LC_MESSAGES/tdeabcformat_binary.mo
share/locale/is/LC_MESSAGES/tdecachegrind.mo
share/locale/is/LC_MESSAGES/tdecmshell.mo
share/locale/is/LC_MESSAGES/tdedebugdialog.mo
share/locale/is/LC_MESSAGES/tdefile_au.mo
share/locale/is/LC_MESSAGES/tdefile_avi.mo
share/locale/is/LC_MESSAGES/tdefile_bmp.mo
share/locale/is/LC_MESSAGES/tdefile_cert.mo
share/locale/is/LC_MESSAGES/tdefile_cpp.mo
share/locale/is/LC_MESSAGES/tdefile_dds.mo
share/locale/is/LC_MESSAGES/tdefile_deb.mo
share/locale/is/LC_MESSAGES/tdefile_desktop.mo
share/locale/is/LC_MESSAGES/tdefile_diff.mo
share/locale/is/LC_MESSAGES/tdefile_drgeo.mo
share/locale/is/LC_MESSAGES/tdefile_dvi.mo
share/locale/is/LC_MESSAGES/tdefile_exr.mo
share/locale/is/LC_MESSAGES/tdefile_flac.mo
share/locale/is/LC_MESSAGES/tdefile_folder.mo
share/locale/is/LC_MESSAGES/tdefile_gif.mo
share/locale/is/LC_MESSAGES/tdefile_html.mo
share/locale/is/LC_MESSAGES/tdefile_ico.mo
share/locale/is/LC_MESSAGES/tdefile_ics.mo
share/locale/is/LC_MESSAGES/tdefile_jpeg.mo
share/locale/is/LC_MESSAGES/tdefile_kig.mo
share/locale/is/LC_MESSAGES/tdefile_lnk.mo
share/locale/is/LC_MESSAGES/tdefile_m3u.mo
share/locale/is/LC_MESSAGES/tdefile_mhtml.mo
share/locale/is/LC_MESSAGES/tdefile_mp3.mo
share/locale/is/LC_MESSAGES/tdefile_mpc.mo
share/locale/is/LC_MESSAGES/tdefile_mpeg.mo
share/locale/is/LC_MESSAGES/tdefile_ogg.mo
share/locale/is/LC_MESSAGES/tdefile_palm.mo
share/locale/is/LC_MESSAGES/tdefile_pcx.mo
share/locale/is/LC_MESSAGES/tdefile_pdf.mo
share/locale/is/LC_MESSAGES/tdefile_png.mo
share/locale/is/LC_MESSAGES/tdefile_pnm.mo
share/locale/is/LC_MESSAGES/tdefile_po.mo
share/locale/is/LC_MESSAGES/tdefile_ps.mo
share/locale/is/LC_MESSAGES/tdefile_rfc822.mo
share/locale/is/LC_MESSAGES/tdefile_rgb.mo
share/locale/is/LC_MESSAGES/tdefile_rpm.mo
share/locale/is/LC_MESSAGES/tdefile_sid.mo
share/locale/is/LC_MESSAGES/tdefile_tga.mo
share/locale/is/LC_MESSAGES/tdefile_theora.mo
share/locale/is/LC_MESSAGES/tdefile_tiff.mo
share/locale/is/LC_MESSAGES/tdefile_torrent.mo
share/locale/is/LC_MESSAGES/tdefile_ts.mo
share/locale/is/LC_MESSAGES/tdefile_txt.mo
share/locale/is/LC_MESSAGES/tdefile_vcf.mo
share/locale/is/LC_MESSAGES/tdefile_wav.mo
share/locale/is/LC_MESSAGES/tdefile_xbm.mo
share/locale/is/LC_MESSAGES/tdefile_xpm.mo
share/locale/is/LC_MESSAGES/tdefileaudiopreview.mo
share/locale/is/LC_MESSAGES/tdefilereplace.mo
share/locale/is/LC_MESSAGES/tdefileshare.mo
share/locale/is/LC_MESSAGES/tdefontinst.mo
share/locale/is/LC_MESSAGES/tdehtmlkttsd.mo
share/locale/is/LC_MESSAGES/tdehtmlsettingsplugin.mo
share/locale/is/LC_MESSAGES/tdeiconedit.mo
share/locale/is/LC_MESSAGES/tdeio.mo
share/locale/is/LC_MESSAGES/tdeio_audiocd.mo
share/locale/is/LC_MESSAGES/tdeio_finger.mo
share/locale/is/LC_MESSAGES/tdeio_fish.mo
share/locale/is/LC_MESSAGES/tdeio_floppy.mo
share/locale/is/LC_MESSAGES/tdeio_groupwise.mo
share/locale/is/LC_MESSAGES/tdeio_help.mo
share/locale/is/LC_MESSAGES/tdeio_home.mo
share/locale/is/LC_MESSAGES/tdeio_imap4.mo
share/locale/is/LC_MESSAGES/tdeio_jabberdisco.mo
share/locale/is/LC_MESSAGES/tdeio_lan.mo
share/locale/is/LC_MESSAGES/tdeio_ldap.mo
share/locale/is/LC_MESSAGES/tdeio_mac.mo
share/locale/is/LC_MESSAGES/tdeio_man.mo
share/locale/is/LC_MESSAGES/tdeio_media.mo
share/locale/is/LC_MESSAGES/tdeio_mobile.mo
share/locale/is/LC_MESSAGES/tdeio_nfs.mo
share/locale/is/LC_MESSAGES/tdeio_nntp.mo
share/locale/is/LC_MESSAGES/tdeio_pop3.mo
share/locale/is/LC_MESSAGES/tdeio_print.mo
share/locale/is/LC_MESSAGES/tdeio_remote.mo
share/locale/is/LC_MESSAGES/tdeio_scalix.mo
share/locale/is/LC_MESSAGES/tdeio_settings.mo
share/locale/is/LC_MESSAGES/tdeio_sftp.mo
share/locale/is/LC_MESSAGES/tdeio_sieve.mo
share/locale/is/LC_MESSAGES/tdeio_smb.mo
share/locale/is/LC_MESSAGES/tdeio_smtp.mo
share/locale/is/LC_MESSAGES/tdeio_svn.mo
share/locale/is/LC_MESSAGES/tdeio_system.mo
share/locale/is/LC_MESSAGES/tdeio_tar.mo
share/locale/is/LC_MESSAGES/tdeio_thumbnail.mo
share/locale/is/LC_MESSAGES/tdeio_trash.mo
share/locale/is/LC_MESSAGES/tdeio_zeroconf.mo
share/locale/is/LC_MESSAGES/tdeioexec.mo
share/locale/is/LC_MESSAGES/tdelibs.mo
share/locale/is/LC_MESSAGES/tdelibs_colors.mo
share/locale/is/LC_MESSAGES/tdelirc.mo
share/locale/is/LC_MESSAGES/tdemid.mo
share/locale/is/LC_MESSAGES/tdepartsaver.mo
share/locale/is/LC_MESSAGES/tdepasswd.mo
share/locale/is/LC_MESSAGES/tdepimresources.mo
share/locale/is/LC_MESSAGES/tdepimwizards.mo
share/locale/is/LC_MESSAGES/tdeprint.mo
share/locale/is/LC_MESSAGES/tdeprint_part.mo
share/locale/is/LC_MESSAGES/tdeprintfax.mo
share/locale/is/LC_MESSAGES/tderandr.mo
share/locale/is/LC_MESSAGES/tdescreensaver.mo
share/locale/is/LC_MESSAGES/tdessh.mo
share/locale/is/LC_MESSAGES/tdestyle_highcontrast_config.mo
share/locale/is/LC_MESSAGES/tdestyle_keramik_config.mo
share/locale/is/LC_MESSAGES/tdestyle_phase_config.mo
share/locale/is/LC_MESSAGES/tdestyle_plastik_config.mo
share/locale/is/LC_MESSAGES/tdesu.mo
share/locale/is/LC_MESSAGES/tdesud.mo
share/locale/is/LC_MESSAGES/tdetexteditor_autobookmarker.mo
share/locale/is/LC_MESSAGES/tdetexteditor_docwordcompletion.mo
share/locale/is/LC_MESSAGES/tdetexteditor_insertfile.mo
share/locale/is/LC_MESSAGES/tdetexteditor_isearch.mo
share/locale/is/LC_MESSAGES/tdetexteditor_kdatatool.mo
share/locale/is/LC_MESSAGES/tdevdesigner.mo
share/locale/is/LC_MESSAGES/tdevelop.mo
share/locale/is/LC_MESSAGES/tdevtipofday.mo
share/locale/is/LC_MESSAGES/tdewalletmanager.mo
share/locale/is/LC_MESSAGES/tdmconfig.mo
share/locale/is/LC_MESSAGES/tdmgreet.mo
share/locale/is/LC_MESSAGES/timezones.mo
share/locale/is/LC_MESSAGES/tippecanoe.mo
share/locale/is/LC_MESSAGES/trashapplet.mo
share/locale/is/LC_MESSAGES/twin.mo
share/locale/is/LC_MESSAGES/twin4.mo
share/locale/is/LC_MESSAGES/twin_art_clients.mo
share/locale/is/LC_MESSAGES/twin_clients.mo
share/locale/is/LC_MESSAGES/twin_lib.mo
share/locale/is/LC_MESSAGES/tyler.mo
share/locale/is/LC_MESSAGES/uachangerplugin.mo
share/locale/is/LC_MESSAGES/umbrello.mo
share/locale/is/LC_MESSAGES/useraccount.mo
share/locale/is/LC_MESSAGES/validatorsplugin.mo
share/locale/is/LC_MESSAGES/wakeup.mo
share/locale/is/LC_MESSAGES/wavecapture.mo
share/locale/is/LC_MESSAGES/webarchiver.mo
share/locale/is/charset
share/locale/is/entry.desktop
share/locale/is/flag.png

@ -0,0 +1,43 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: core/tde-i18n-it > misc/tde-i18n-it
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTLANG= it
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${PORTLANG}
TDE_PREVERSION=
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= misc x11
DIST_SUBDIR= TDE/core
PKGNAMEPREFIX= ${PORTLANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${PORTLANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}template/' \
'${EXTRACT_BASE}translations/' \
'${EXTRACT_BASE}tde-i18n-${PORTLANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
\
-DBUILD_ALL="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1682085533
SHA256 (TDE/core/tde-i18n-trinity_14.1.0.orig.tar.xz) = 9f64b518db380d1d0acf3f6b5baafdb3f486953739b9484bdc5d31f34f466a75
SIZE (TDE/core/tde-i18n-trinity_14.1.0.orig.tar.xz) = 195332236

@ -0,0 +1 @@
Italian (it) internationalized (i18n) files for TDE

File diff suppressed because it is too large Load Diff

@ -0,0 +1,43 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: core/tde-i18n-ja > misc/tde-i18n-ja
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTLANG= ja
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${PORTLANG}
TDE_PREVERSION=
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= misc x11
DIST_SUBDIR= TDE/core
PKGNAMEPREFIX= ${PORTLANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${PORTLANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}template/' \
'${EXTRACT_BASE}translations/' \
'${EXTRACT_BASE}tde-i18n-${PORTLANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
\
-DBUILD_ALL="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1682085535
SHA256 (TDE/core/tde-i18n-trinity_14.1.0.orig.tar.xz) = 9f64b518db380d1d0acf3f6b5baafdb3f486953739b9484bdc5d31f34f466a75
SIZE (TDE/core/tde-i18n-trinity_14.1.0.orig.tar.xz) = 195332236

@ -0,0 +1 @@
Japanese (ja) internationalized (i18n) files for TDE

@ -0,0 +1,774 @@
share/doc/tde/HTML/ja/common/1.png
share/doc/tde/HTML/ja/common/10.png
share/doc/tde/HTML/ja/common/2.png
share/doc/tde/HTML/ja/common/3.png
share/doc/tde/HTML/ja/common/4.png
share/doc/tde/HTML/ja/common/5.png
share/doc/tde/HTML/ja/common/6.png
share/doc/tde/HTML/ja/common/7.png
share/doc/tde/HTML/ja/common/8.png
share/doc/tde/HTML/ja/common/9.png
share/doc/tde/HTML/ja/common/appheader.html
share/doc/tde/HTML/ja/common/artistic-license.html
share/doc/tde/HTML/ja/common/block_title_bottom.png
share/doc/tde/HTML/ja/common/block_title_mid.png
share/doc/tde/HTML/ja/common/block_title_top.png
share/doc/tde/HTML/ja/common/bottom-left.png
share/doc/tde/HTML/ja/common/bottom-middle.png
share/doc/tde/HTML/ja/common/bottom-right.png
share/doc/tde/HTML/ja/common/bottom1.png
share/doc/tde/HTML/ja/common/bottom2.png
share/doc/tde/HTML/ja/common/bsd-license.html
share/doc/tde/HTML/ja/common/docheadergears.png
share/doc/tde/HTML/ja/common/doctop1.png
share/doc/tde/HTML/ja/common/doctop1a.png
share/doc/tde/HTML/ja/common/doctop1b.png
share/doc/tde/HTML/ja/common/doctop2.png
share/doc/tde/HTML/ja/common/doxygen.css
share/doc/tde/HTML/ja/common/favicon.ico
share/doc/tde/HTML/ja/common/fdl-license
share/doc/tde/HTML/ja/common/fdl-license.html
share/doc/tde/HTML/ja/common/fdl-notice.html
share/doc/tde/HTML/ja/common/fdl-translated.html
share/doc/tde/HTML/ja/common/flat.css
share/doc/tde/HTML/ja/common/footer.html
share/doc/tde/HTML/ja/common/gpl-license
share/doc/tde/HTML/ja/common/gpl-license.html
share/doc/tde/HTML/ja/common/gpl-translated.html
share/doc/tde/HTML/ja/common/grad.png
share/doc/tde/HTML/ja/common/header.html
share/doc/tde/HTML/ja/common/headerbg.png
share/doc/tde/HTML/ja/common/kde_gear_64.png
share/doc/tde/HTML/ja/common/kde_logo.png
share/doc/tde/HTML/ja/common/kde_logo_bg.png
share/doc/tde/HTML/ja/common/kmenu.png
share/doc/tde/HTML/ja/common/lgpl-license
share/doc/tde/HTML/ja/common/lgpl-license.html
share/doc/tde/HTML/ja/common/lgpl-translated.html
share/doc/tde/HTML/ja/common/logotp3.png
share/doc/tde/HTML/ja/common/mainfooter.html
share/doc/tde/HTML/ja/common/mainheader.html
share/doc/tde/HTML/ja/common/print.css
share/doc/tde/HTML/ja/common/qpl-license.html
share/doc/tde/HTML/ja/common/shadow.png
share/doc/tde/HTML/ja/common/tabs.css
share/doc/tde/HTML/ja/common/tde-common.css
share/doc/tde/HTML/ja/common/tde-default.css
share/doc/tde/HTML/ja/common/tde-docs.css
share/doc/tde/HTML/ja/common/tde-localised.css
share/doc/tde/HTML/ja/common/tde-localised.css.template
share/doc/tde/HTML/ja/common/tde-web.css
share/doc/tde/HTML/ja/common/tde.css
share/doc/tde/HTML/ja/common/top-left.jpg
share/doc/tde/HTML/ja/common/top-left.png
share/doc/tde/HTML/ja/common/top-middle.png
share/doc/tde/HTML/ja/common/top-right-konqueror.png
share/doc/tde/HTML/ja/common/top-right.jpg
share/doc/tde/HTML/ja/common/top-right.png
share/doc/tde/HTML/ja/common/top-trinity.jpg
share/doc/tde/HTML/ja/common/top.jpg
share/doc/tde/HTML/ja/common/web-docbottom.png
share/doc/tde/HTML/ja/common/web-doctop.png
share/doc/tde/HTML/ja/common/x11-license.html
share/doc/tde/HTML/ja/common/xml.dcl
share/doc/tde/HTML/ja/kcontrol/arts/common
share/doc/tde/HTML/ja/kcontrol/arts/index.cache.bz2
share/doc/tde/HTML/ja/kcontrol/arts/index.docbook
share/doc/tde/HTML/ja/kcontrol/arts/midi.docbook
share/doc/tde/HTML/ja/kcontrol/bell/common
share/doc/tde/HTML/ja/kcontrol/bell/index.cache.bz2
share/doc/tde/HTML/ja/kcontrol/bell/index.docbook
share/doc/tde/HTML/ja/kcontrol/clock/common
share/doc/tde/HTML/ja/kcontrol/clock/index.cache.bz2
share/doc/tde/HTML/ja/kcontrol/clock/index.docbook
share/doc/tde/HTML/ja/kcontrol/colors/common
share/doc/tde/HTML/ja/kcontrol/colors/index.cache.bz2
share/doc/tde/HTML/ja/kcontrol/colors/index.docbook
share/doc/tde/HTML/ja/kcontrol/common
share/doc/tde/HTML/ja/kcontrol/cookies/common
share/doc/tde/HTML/ja/kcontrol/cookies/index.cache.bz2
share/doc/tde/HTML/ja/kcontrol/cookies/index.docbook
share/doc/tde/HTML/ja/kcontrol/crypto/common
share/doc/tde/HTML/ja/kcontrol/crypto/index.cache.bz2
share/doc/tde/HTML/ja/kcontrol/crypto/index.docbook
share/doc/tde/HTML/ja/kcontrol/desktop/common
share/doc/tde/HTML/ja/kcontrol/desktop/index.cache.bz2
share/doc/tde/HTML/ja/kcontrol/desktop/index.docbook
share/doc/tde/HTML/ja/kcontrol/ebrowsing/common
share/doc/tde/HTML/ja/kcontrol/ebrowsing/index.cache.bz2
share/doc/tde/HTML/ja/kcontrol/ebrowsing/index.docbook
share/doc/tde/HTML/ja/kcontrol/email/common
share/doc/tde/HTML/ja/kcontrol/email/index.cache.bz2
share/doc/tde/HTML/ja/kcontrol/email/index.docbook
share/doc/tde/HTML/ja/kcontrol/filetypes/common
share/doc/tde/HTML/ja/kcontrol/filetypes/index.cache.bz2
share/doc/tde/HTML/ja/kcontrol/filetypes/index.docbook
share/doc/tde/HTML/ja/kcontrol/fonts/common
share/doc/tde/HTML/ja/kcontrol/fonts/index.cache.bz2
share/doc/tde/HTML/ja/kcontrol/fonts/index.docbook
share/doc/tde/HTML/ja/kcontrol/icons/common
share/doc/tde/HTML/ja/kcontrol/icons/index.cache.bz2
share/doc/tde/HTML/ja/kcontrol/icons/index.docbook
share/doc/tde/HTML/ja/kcontrol/index.cache.bz2
share/doc/tde/HTML/ja/kcontrol/index.docbook
share/doc/tde/HTML/ja/kcontrol/kalarmd/common
share/doc/tde/HTML/ja/kcontrol/kalarmd/index.cache.bz2
share/doc/tde/HTML/ja/kcontrol/kalarmd/index.docbook
share/doc/tde/HTML/ja/kcontrol/kcmcss/common
share/doc/tde/HTML/ja/kcontrol/kcmcss/index.cache.bz2
share/doc/tde/HTML/ja/kcontrol/kcmcss/index.docbook
share/doc/tde/HTML/ja/kcontrol/kcmkonsole/common
share/doc/tde/HTML/ja/kcontrol/kcmkonsole/index.cache.bz2
share/doc/tde/HTML/ja/kcontrol/kcmkonsole/index.docbook
share/doc/tde/HTML/ja/kcontrol/kcmlaunch/common
share/doc/tde/HTML/ja/kcontrol/kcmlaunch/index.cache.bz2
share/doc/tde/HTML/ja/kcontrol/kcmlaunch/index.docbook
share/doc/tde/HTML/ja/kcontrol/kcmlowbatcrit/common
share/doc/tde/HTML/ja/kcontrol/kcmlowbatcrit/index.cache.bz2
share/doc/tde/HTML/ja/kcontrol/kcmlowbatcrit/index.docbook
share/doc/tde/HTML/ja/kcontrol/kcmlowbatwarn/common
share/doc/tde/HTML/ja/kcontrol/kcmlowbatwarn/index.cache.bz2
share/doc/tde/HTML/ja/kcontrol/kcmlowbatwarn/index.docbook
share/doc/tde/HTML/ja/kcontrol/kcmnotify/common
share/doc/tde/HTML/ja/kcontrol/kcmnotify/index.cache.bz2
share/doc/tde/HTML/ja/kcontrol/kcmnotify/index.docbook
share/doc/tde/HTML/ja/kcontrol/kcmsmserver/common
share/doc/tde/HTML/ja/kcontrol/kcmsmserver/index.cache.bz2
share/doc/tde/HTML/ja/kcontrol/kcmsmserver/index.docbook
share/doc/tde/HTML/ja/kcontrol/kcmtaskbar/common
share/doc/tde/HTML/ja/kcontrol/kcmtaskbar/index.cache.bz2
share/doc/tde/HTML/ja/kcontrol/kcmtaskbar/index.docbook
share/doc/tde/HTML/ja/kcontrol/keyboard/common
share/doc/tde/HTML/ja/kcontrol/keyboard/index.cache.bz2
share/doc/tde/HTML/ja/kcontrol/keyboard/index.docbook
share/doc/tde/HTML/ja/kcontrol/keys/common
share/doc/tde/HTML/ja/kcontrol/keys/index.cache.bz2
share/doc/tde/HTML/ja/kcontrol/keys/index.docbook
share/doc/tde/HTML/ja/kcontrol/kmixcfg/common
share/doc/tde/HTML/ja/kcontrol/kmixcfg/index.cache.bz2
share/doc/tde/HTML/ja/kcontrol/kmixcfg/index.docbook
share/doc/tde/HTML/ja/kcontrol/kthememgr/common
share/doc/tde/HTML/ja/kcontrol/kthememgr/index.cache.bz2
share/doc/tde/HTML/ja/kcontrol/kthememgr/index.docbook
share/doc/tde/HTML/ja/kcontrol/laptop/common
share/doc/tde/HTML/ja/kcontrol/laptop/index.cache.bz2
share/doc/tde/HTML/ja/kcontrol/laptop/index.docbook
share/doc/tde/HTML/ja/kcontrol/mouse/common
share/doc/tde/HTML/ja/kcontrol/mouse/index.cache.bz2
share/doc/tde/HTML/ja/kcontrol/mouse/index.docbook
share/doc/tde/HTML/ja/kcontrol/netpref/common
share/doc/tde/HTML/ja/kcontrol/netpref/index.cache.bz2
share/doc/tde/HTML/ja/kcontrol/netpref/index.docbook
share/doc/tde/HTML/ja/kcontrol/passwords/common
share/doc/tde/HTML/ja/kcontrol/passwords/index.cache.bz2
share/doc/tde/HTML/ja/kcontrol/passwords/index.docbook
share/doc/tde/HTML/ja/kcontrol/powerctrl/common
share/doc/tde/HTML/ja/kcontrol/powerctrl/index.cache.bz2
share/doc/tde/HTML/ja/kcontrol/powerctrl/index.docbook
share/doc/tde/HTML/ja/kcontrol/proxy/common
share/doc/tde/HTML/ja/kcontrol/proxy/index.cache.bz2
share/doc/tde/HTML/ja/kcontrol/proxy/index.docbook
share/doc/tde/HTML/ja/kcontrol/proxy/socks.docbook
share/doc/tde/HTML/ja/kcontrol/screensaver/common
share/doc/tde/HTML/ja/kcontrol/screensaver/index.cache.bz2
share/doc/tde/HTML/ja/kcontrol/screensaver/index.docbook
share/doc/tde/HTML/ja/kcontrol/smb/common
share/doc/tde/HTML/ja/kcontrol/smb/index.cache.bz2
share/doc/tde/HTML/ja/kcontrol/smb/index.docbook
share/doc/tde/HTML/ja/kcontrol/spellchecking/common
share/doc/tde/HTML/ja/kcontrol/spellchecking/index.cache.bz2
share/doc/tde/HTML/ja/kcontrol/spellchecking/index.docbook
share/doc/tde/HTML/ja/kcontrol/tdehtml/common
share/doc/tde/HTML/ja/kcontrol/tdehtml/index.cache.bz2
share/doc/tde/HTML/ja/kcontrol/tdehtml/index.docbook
share/doc/tde/HTML/ja/kcontrol/tdehtml/nsplugin.docbook
share/doc/tde/HTML/ja/kcontrol/twindecoration/common
share/doc/tde/HTML/ja/kcontrol/twindecoration/index.cache.bz2
share/doc/tde/HTML/ja/kcontrol/twindecoration/index.docbook
share/doc/tde/HTML/ja/kcontrol/useragent/common
share/doc/tde/HTML/ja/kcontrol/useragent/index.cache.bz2
share/doc/tde/HTML/ja/kcontrol/useragent/index.docbook
share/doc/tde/HTML/ja/kcontrol/windowmanagement/common
share/doc/tde/HTML/ja/kcontrol/windowmanagement/index.cache.bz2
share/doc/tde/HTML/ja/kcontrol/windowmanagement/index.docbook
share/doc/tde/HTML/ja/kgpg/common
share/doc/tde/HTML/ja/kgpg/editor.png
share/doc/tde/HTML/ja/kgpg/index.cache.bz2
share/doc/tde/HTML/ja/kgpg/index.docbook
share/doc/tde/HTML/ja/kgpg/keygen.png
share/doc/tde/HTML/ja/kgpg/keymanage.png
share/doc/tde/HTML/ja/kgpg/keys.png
share/doc/tde/HTML/ja/kgpg/kicker.png
share/doc/tde/HTML/ja/kgpg/options.png
share/doc/tde/HTML/ja/khelpcenter/common
share/doc/tde/HTML/ja/khelpcenter/contact.docbook
share/doc/tde/HTML/ja/khelpcenter/faq/about.docbook
share/doc/tde/HTML/ja/khelpcenter/faq/configtde.docbook
share/doc/tde/HTML/ja/khelpcenter/help.docbook
share/doc/tde/HTML/ja/khelpcenter/index.cache.bz2
share/doc/tde/HTML/ja/khelpcenter/index.docbook
share/doc/tde/HTML/ja/khelpcenter/links.docbook
share/doc/tde/HTML/ja/khelpcenter/support.docbook
share/doc/tde/HTML/ja/khelpcenter/welcome.docbook
share/doc/tde/HTML/ja/khelpcenter/whatistde.docbook
share/doc/tde/HTML/ja/kshisen/common
share/doc/tde/HTML/ja/kshisen/index.cache.bz2
share/doc/tde/HTML/ja/kshisen/index.docbook
share/doc/tde/HTML/ja/kshisen/kshisen-configuration.png
share/locale/ja/LC_MESSAGES/akregator.mo
share/locale/ja/LC_MESSAGES/akregator_konqplugin.mo
share/locale/ja/LC_MESSAGES/alsaplayerui.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/ark_plugin.mo
share/locale/ja/LC_MESSAGES/artsbuilder.mo
share/locale/ja/LC_MESSAGES/artscontrol.mo
share/locale/ja/LC_MESSAGES/artsmodules.mo
share/locale/ja/LC_MESSAGES/atlantik.mo
share/locale/ja/LC_MESSAGES/atlantikdesigner.mo
share/locale/ja/LC_MESSAGES/audiocd_encoder_lame.mo
share/locale/ja/LC_MESSAGES/audiocd_encoder_vorbis.mo
share/locale/ja/LC_MESSAGES/audiorename_plugin.mo
share/locale/ja/LC_MESSAGES/autorefresh.mo
share/locale/ja/LC_MESSAGES/babelfish.mo
share/locale/ja/LC_MESSAGES/blinken.mo
share/locale/ja/LC_MESSAGES/cervisia.mo
share/locale/ja/LC_MESSAGES/charlatanui.mo
share/locale/ja/LC_MESSAGES/clockapplet.mo
share/locale/ja/LC_MESSAGES/crashesplugin.mo
share/locale/ja/LC_MESSAGES/cupsdconf.mo
share/locale/ja/LC_MESSAGES/cvsservice.mo
share/locale/ja/LC_MESSAGES/dcoprss.mo
share/locale/ja/LC_MESSAGES/dirfilterplugin.mo
share/locale/ja/LC_MESSAGES/display.mo
share/locale/ja/LC_MESSAGES/dockbarextension.mo
share/locale/ja/LC_MESSAGES/domtreeviewer.mo
share/locale/ja/LC_MESSAGES/drkonqi.mo
share/locale/ja/LC_MESSAGES/dub.mo
share/locale/ja/LC_MESSAGES/extensionproxy.mo
share/locale/ja/LC_MESSAGES/ffrs.mo
share/locale/ja/LC_MESSAGES/filetypes.mo
share/locale/ja/LC_MESSAGES/fsview.mo
share/locale/ja/LC_MESSAGES/htmlsearch.mo
share/locale/ja/LC_MESSAGES/imagerename_plugin.mo
share/locale/ja/LC_MESSAGES/imgalleryplugin.mo
share/locale/ja/LC_MESSAGES/irkick.mo
share/locale/ja/LC_MESSAGES/joystick.mo
share/locale/ja/LC_MESSAGES/juk.mo
share/locale/ja/LC_MESSAGES/kaboodle.mo
share/locale/ja/LC_MESSAGES/kaccess.mo
share/locale/ja/LC_MESSAGES/kaddressbook.mo
share/locale/ja/LC_MESSAGES/kalarm.mo
share/locale/ja/LC_MESSAGES/kalzium.mo
share/locale/ja/LC_MESSAGES/kanagram.mo
share/locale/ja/LC_MESSAGES/kandy.mo
share/locale/ja/LC_MESSAGES/kappfinder.mo
share/locale/ja/LC_MESSAGES/karm.mo
share/locale/ja/LC_MESSAGES/kasbarextension.mo
share/locale/ja/LC_MESSAGES/kasteroids.mo
share/locale/ja/LC_MESSAGES/kate.mo
share/locale/ja/LC_MESSAGES/katecppsymbolviewer.mo
share/locale/ja/LC_MESSAGES/katefiletemplates.mo
share/locale/ja/LC_MESSAGES/katefll_initplugin.mo
share/locale/ja/LC_MESSAGES/katefll_plugin.mo
share/locale/ja/LC_MESSAGES/katehelloworld.mo
share/locale/ja/LC_MESSAGES/katehtmltools.mo
share/locale/ja/LC_MESSAGES/kateinsertcommand.mo
share/locale/ja/LC_MESSAGES/katekjswrapper.mo
share/locale/ja/LC_MESSAGES/katemake.mo
share/locale/ja/LC_MESSAGES/katemodeline.mo
share/locale/ja/LC_MESSAGES/kateopenheader.mo
share/locale/ja/LC_MESSAGES/katepart.mo
share/locale/ja/LC_MESSAGES/katepybrowse.mo
share/locale/ja/LC_MESSAGES/katesnippets.mo
share/locale/ja/LC_MESSAGES/katetabbarextension.mo
share/locale/ja/LC_MESSAGES/katetextfilter.mo
share/locale/ja/LC_MESSAGES/katexmlcheck.mo
share/locale/ja/LC_MESSAGES/katexmltools.mo
share/locale/ja/LC_MESSAGES/katomic.mo
share/locale/ja/LC_MESSAGES/kaudiocreator.mo
share/locale/ja/LC_MESSAGES/kay.mo
share/locale/ja/LC_MESSAGES/kbabel.mo
share/locale/ja/LC_MESSAGES/kbackgammon.mo
share/locale/ja/LC_MESSAGES/kbattleship.mo
share/locale/ja/LC_MESSAGES/kbinaryclock.mo
share/locale/ja/LC_MESSAGES/kblackbox.mo
share/locale/ja/LC_MESSAGES/kbounce.mo
share/locale/ja/LC_MESSAGES/kbruch.mo
share/locale/ja/LC_MESSAGES/kbstateapplet.mo
share/locale/ja/LC_MESSAGES/kbugbuster.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/kcm_krfb.mo
share/locale/ja/LC_MESSAGES/kcm_kviewcanvasconfig.mo
share/locale/ja/LC_MESSAGES/kcm_kviewgeneralconfig.mo
share/locale/ja/LC_MESSAGES/kcm_kviewpluginsconfig.mo
share/locale/ja/LC_MESSAGES/kcm_kviewviewerpluginsconfig.mo
share/locale/ja/LC_MESSAGES/kcmaccess.mo
share/locale/ja/LC_MESSAGES/kcmaccessibility.mo
share/locale/ja/LC_MESSAGES/kcmarts.mo
share/locale/ja/LC_MESSAGES/kcmaudiocd.mo
share/locale/ja/LC_MESSAGES/kcmbackground.mo
share/locale/ja/LC_MESSAGES/kcmbell.mo
share/locale/ja/LC_MESSAGES/kcmcddb.mo
share/locale/ja/LC_MESSAGES/kcmcgi.mo
share/locale/ja/LC_MESSAGES/kcmcolors.mo
share/locale/ja/LC_MESSAGES/kcmcomponentchooser.mo
share/locale/ja/LC_MESSAGES/kcmcrypto.mo
share/locale/ja/LC_MESSAGES/kcmcss.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/kcminfo.mo
share/locale/ja/LC_MESSAGES/kcminput.mo
share/locale/ja/LC_MESSAGES/kcmioslaveinfo.mo
share/locale/ja/LC_MESSAGES/kcmkabconfig.mo
share/locale/ja/LC_MESSAGES/kcmkamera.mo
share/locale/ja/LC_MESSAGES/kcmkclock.mo
share/locale/ja/LC_MESSAGES/kcmkded.mo
share/locale/ja/LC_MESSAGES/kcmkeys.mo
share/locale/ja/LC_MESSAGES/kcmkicker.mo
share/locale/ja/LC_MESSAGES/kcmkonq.mo
share/locale/ja/LC_MESSAGES/kcmkonqhtml.mo
share/locale/ja/LC_MESSAGES/kcmkonsole.mo
share/locale/ja/LC_MESSAGES/kcmkontactnt.mo
share/locale/ja/LC_MESSAGES/kcmktalkd.mo
share/locale/ja/LC_MESSAGES/kcmkuick.mo
share/locale/ja/LC_MESSAGES/kcmkurifilt.mo
share/locale/ja/LC_MESSAGES/kcmkvaio.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/kcmlaunch.mo
share/locale/ja/LC_MESSAGES/kcmlayout.mo
share/locale/ja/LC_MESSAGES/kcmlilo.mo
share/locale/ja/LC_MESSAGES/kcmlirc.mo
share/locale/ja/LC_MESSAGES/kcmlocale.mo
share/locale/ja/LC_MESSAGES/kcmmedia.mo
share/locale/ja/LC_MESSAGES/kcmnic.mo
share/locale/ja/LC_MESSAGES/kcmnotify.mo
share/locale/ja/LC_MESSAGES/kcmperformance.mo
share/locale/ja/LC_MESSAGES/kcmprintmgr.mo
share/locale/ja/LC_MESSAGES/kcmsamba.mo
share/locale/ja/LC_MESSAGES/kcmscreensaver.mo
share/locale/ja/LC_MESSAGES/kcmsmartcard.mo
share/locale/ja/LC_MESSAGES/kcmsmserver.mo
share/locale/ja/LC_MESSAGES/kcmspellchecking.mo
share/locale/ja/LC_MESSAGES/kcmstyle.mo
share/locale/ja/LC_MESSAGES/kcmtaskbar.mo
share/locale/ja/LC_MESSAGES/kcmtdednssd.mo
share/locale/ja/LC_MESSAGES/kcmtdeio.mo
share/locale/ja/LC_MESSAGES/kcmtdewallet.mo
share/locale/ja/LC_MESSAGES/kcmthinkpad.mo
share/locale/ja/LC_MESSAGES/kcmtwindecoration.mo
share/locale/ja/LC_MESSAGES/kcmtwinrules.mo
share/locale/ja/LC_MESSAGES/kcmusb.mo
share/locale/ja/LC_MESSAGES/kcmview1394.mo
share/locale/ja/LC_MESSAGES/kcmwifi.mo
share/locale/ja/LC_MESSAGES/kcmxinerama.mo
share/locale/ja/LC_MESSAGES/kcoloredit.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/kdcop.mo
share/locale/ja/LC_MESSAGES/kdesktop.mo
share/locale/ja/LC_MESSAGES/kdf.mo
share/locale/ja/LC_MESSAGES/kdgantt.mo
share/locale/ja/LC_MESSAGES/kdialog.mo
share/locale/ja/LC_MESSAGES/kdict.mo
share/locale/ja/LC_MESSAGES/kdictapplet.mo
share/locale/ja/LC_MESSAGES/kdjview.mo
share/locale/ja/LC_MESSAGES/kdvi.mo
share/locale/ja/LC_MESSAGES/kedit.mo
share/locale/ja/LC_MESSAGES/keduca.mo
share/locale/ja/LC_MESSAGES/kenolaba.mo
share/locale/ja/LC_MESSAGES/kfax.mo
share/locale/ja/LC_MESSAGES/kfaxview.mo
share/locale/ja/LC_MESSAGES/kfifteenapplet.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/kfouleggs.mo
share/locale/ja/LC_MESSAGES/kgamma.mo
share/locale/ja/LC_MESSAGES/kgantt.mo
share/locale/ja/LC_MESSAGES/kgeography.mo
share/locale/ja/LC_MESSAGES/kget.mo
share/locale/ja/LC_MESSAGES/kghostview.mo
share/locale/ja/LC_MESSAGES/kgoldrunner.mo
share/locale/ja/LC_MESSAGES/kgpg.mo
share/locale/ja/LC_MESSAGES/kgreet_classic.mo
share/locale/ja/LC_MESSAGES/kgreet_winbind.mo
share/locale/ja/LC_MESSAGES/khangman.mo
share/locale/ja/LC_MESSAGES/khelpcenter.mo
share/locale/ja/LC_MESSAGES/khexedit.mo
share/locale/ja/LC_MESSAGES/khexedit2part.mo
share/locale/ja/LC_MESSAGES/khotkeys.mo
share/locale/ja/LC_MESSAGES/kicker.mo
share/locale/ja/LC_MESSAGES/kickermenu_kate.mo
share/locale/ja/LC_MESSAGES/kig.mo
share/locale/ja/LC_MESSAGES/kimagemapeditor.mo
share/locale/ja/LC_MESSAGES/kinetd.mo
share/locale/ja/LC_MESSAGES/kitchensync.mo
share/locale/ja/LC_MESSAGES/kiten.mo
share/locale/ja/LC_MESSAGES/kjobviewer.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/klatin.mo
share/locale/ja/LC_MESSAGES/kleopatra.mo
share/locale/ja/LC_MESSAGES/klettres.mo
share/locale/ja/LC_MESSAGES/klickety.mo
share/locale/ja/LC_MESSAGES/klines.mo
share/locale/ja/LC_MESSAGES/klinkstatus.mo
share/locale/ja/LC_MESSAGES/klipper.mo
share/locale/ja/LC_MESSAGES/klock.mo
share/locale/ja/LC_MESSAGES/kmag.mo
share/locale/ja/LC_MESSAGES/kmahjongg.mo
share/locale/ja/LC_MESSAGES/kmail.mo
share/locale/ja/LC_MESSAGES/kmail_text_calendar_plugin.mo
share/locale/ja/LC_MESSAGES/kmail_text_vcard_plugin.mo
share/locale/ja/LC_MESSAGES/kmailcvt.mo
share/locale/ja/LC_MESSAGES/kmathapplet.mo
share/locale/ja/LC_MESSAGES/kmcop.mo
share/locale/ja/LC_MESSAGES/kmenuapplet.mo
share/locale/ja/LC_MESSAGES/kmenuedit.mo
share/locale/ja/LC_MESSAGES/kmilo_delli8k.mo
share/locale/ja/LC_MESSAGES/kmilo_generic.mo
share/locale/ja/LC_MESSAGES/kmilo_kvaio.mo
share/locale/ja/LC_MESSAGES/kmilo_powerbook.mo
share/locale/ja/LC_MESSAGES/kmilo_thinkpad.mo
share/locale/ja/LC_MESSAGES/kmilod.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/kmobile.mo
share/locale/ja/LC_MESSAGES/kmoon.mo
share/locale/ja/LC_MESSAGES/kmousetool.mo
share/locale/ja/LC_MESSAGES/kmouth.mo
share/locale/ja/LC_MESSAGES/kmplot.mo
share/locale/ja/LC_MESSAGES/kmrml.mo
share/locale/ja/LC_MESSAGES/knetattach.mo
share/locale/ja/LC_MESSAGES/knetwalk.mo
share/locale/ja/LC_MESSAGES/knetworkconf.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/kolf.mo
share/locale/ja/LC_MESSAGES/kolourpaint.mo
share/locale/ja/LC_MESSAGES/kolourpicker.mo
share/locale/ja/LC_MESSAGES/kommander.mo
share/locale/ja/LC_MESSAGES/kompare.mo
share/locale/ja/LC_MESSAGES/konqsidebar_delicious.mo
share/locale/ja/LC_MESSAGES/konqsidebar_mediaplayer.mo
share/locale/ja/LC_MESSAGES/konqsidebar_metabar.mo
share/locale/ja/LC_MESSAGES/konqsidebar_news.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/konsolekalendar.mo
share/locale/ja/LC_MESSAGES/kontact.mo
share/locale/ja/LC_MESSAGES/kooka.mo
share/locale/ja/LC_MESSAGES/kopete.mo
share/locale/ja/LC_MESSAGES/korganizer.mo
share/locale/ja/LC_MESSAGES/korn.mo
share/locale/ja/LC_MESSAGES/kpackage.mo
share/locale/ja/LC_MESSAGES/kpager.mo
share/locale/ja/LC_MESSAGES/kpat.mo
share/locale/ja/LC_MESSAGES/kpdf.mo
share/locale/ja/LC_MESSAGES/kpercentage.mo
share/locale/ja/LC_MESSAGES/kpersonalizer.mo
share/locale/ja/LC_MESSAGES/kpf.mo
share/locale/ja/LC_MESSAGES/kpoker.mo
share/locale/ja/LC_MESSAGES/kpovmodeler.mo
share/locale/ja/LC_MESSAGES/kppp.mo
share/locale/ja/LC_MESSAGES/kppplogview.mo
share/locale/ja/LC_MESSAGES/kprinter.mo
share/locale/ja/LC_MESSAGES/krdb.mo
share/locale/ja/LC_MESSAGES/krdc.mo
share/locale/ja/LC_MESSAGES/kreadconfig.mo
share/locale/ja/LC_MESSAGES/krec.mo
share/locale/ja/LC_MESSAGES/kregexpeditor.mo
share/locale/ja/LC_MESSAGES/kres_birthday.mo
share/locale/ja/LC_MESSAGES/kres_blogging.mo
share/locale/ja/LC_MESSAGES/kres_bugzilla.mo
share/locale/ja/LC_MESSAGES/kres_exchange.mo
share/locale/ja/LC_MESSAGES/kres_featureplan.mo
share/locale/ja/LC_MESSAGES/kres_groupware.mo
share/locale/ja/LC_MESSAGES/kres_groupwise.mo
share/locale/ja/LC_MESSAGES/kres_kolab.mo
share/locale/ja/LC_MESSAGES/kres_remote.mo
share/locale/ja/LC_MESSAGES/kres_scalix.mo
share/locale/ja/LC_MESSAGES/kres_tvanytime.mo
share/locale/ja/LC_MESSAGES/kres_xmlrpc.mo
share/locale/ja/LC_MESSAGES/kreversi.mo
share/locale/ja/LC_MESSAGES/krfb.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/ksayit.mo
share/locale/ja/LC_MESSAGES/kscd.mo
share/locale/ja/LC_MESSAGES/kshisen.mo
share/locale/ja/LC_MESSAGES/ksig.mo
share/locale/ja/LC_MESSAGES/ksim.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/ksplashthemes.mo
share/locale/ja/LC_MESSAGES/kstars.mo
share/locale/ja/LC_MESSAGES/kstart.mo
share/locale/ja/LC_MESSAGES/kstartperf.mo
share/locale/ja/LC_MESSAGES/ksvgplugin.mo
share/locale/ja/LC_MESSAGES/ksysguard.mo
share/locale/ja/LC_MESSAGES/ksystemtrayapplet.mo
share/locale/ja/LC_MESSAGES/ksystraycmd.mo
share/locale/ja/LC_MESSAGES/ksysv.mo
share/locale/ja/LC_MESSAGES/kteatime.mo
share/locale/ja/LC_MESSAGES/kthememanager.mo
share/locale/ja/LC_MESSAGES/ktimemon.mo
share/locale/ja/LC_MESSAGES/ktimer.mo
share/locale/ja/LC_MESSAGES/ktip.mo
share/locale/ja/LC_MESSAGES/ktnef.mo
share/locale/ja/LC_MESSAGES/ktouch.mo
share/locale/ja/LC_MESSAGES/ktron.mo
share/locale/ja/LC_MESSAGES/kttsd.mo
share/locale/ja/LC_MESSAGES/ktuberling.mo
share/locale/ja/LC_MESSAGES/kturtle.mo
share/locale/ja/LC_MESSAGES/ktux.mo
share/locale/ja/LC_MESSAGES/kuick_plugin.mo
share/locale/ja/LC_MESSAGES/kuickshow.mo
share/locale/ja/LC_MESSAGES/kuiviewer.mo
share/locale/ja/LC_MESSAGES/kuser.mo
share/locale/ja/LC_MESSAGES/kverbos.mo
share/locale/ja/LC_MESSAGES/kview.mo
share/locale/ja/LC_MESSAGES/kview_scale.mo
share/locale/ja/LC_MESSAGES/kviewbrowserplugin.mo
share/locale/ja/LC_MESSAGES/kviewcanvas.mo
share/locale/ja/LC_MESSAGES/kvieweffectsplugin.mo
share/locale/ja/LC_MESSAGES/kviewpresenterplugin.mo
share/locale/ja/LC_MESSAGES/kviewscannerplugin.mo
share/locale/ja/LC_MESSAGES/kviewshell.mo
share/locale/ja/LC_MESSAGES/kviewviewer.mo
share/locale/ja/LC_MESSAGES/kvoctrain.mo
share/locale/ja/LC_MESSAGES/kwatchgnupg.mo
share/locale/ja/LC_MESSAGES/kweather.mo
share/locale/ja/LC_MESSAGES/kwifimanager.mo
share/locale/ja/LC_MESSAGES/kwireless.mo
share/locale/ja/LC_MESSAGES/kwordquiz.mo
share/locale/ja/LC_MESSAGES/kworldclock.mo
share/locale/ja/LC_MESSAGES/kwriteconfig.mo
share/locale/ja/LC_MESSAGES/kxkb.mo
share/locale/ja/LC_MESSAGES/kxsconfig.mo
share/locale/ja/LC_MESSAGES/kxsldbg.mo
share/locale/ja/LC_MESSAGES/libKTTSD.mo
share/locale/ja/LC_MESSAGES/libdmctl.mo
share/locale/ja/LC_MESSAGES/libkaddrbk_geo_xxport.mo
share/locale/ja/LC_MESSAGES/libkaddrbk_gmx_xxport.mo
share/locale/ja/LC_MESSAGES/libkcal.mo
share/locale/ja/LC_MESSAGES/libkcddb.mo
share/locale/ja/LC_MESSAGES/libkfaximgage.mo
share/locale/ja/LC_MESSAGES/libkholidays.mo
share/locale/ja/LC_MESSAGES/libkicker.mo
share/locale/ja/LC_MESSAGES/libkickermenu_konsole.mo
share/locale/ja/LC_MESSAGES/libkickermenu_prefmenu.mo
share/locale/ja/LC_MESSAGES/libkickermenu_recentdocs.mo
share/locale/ja/LC_MESSAGES/libkickermenu_remotemenu.mo
share/locale/ja/LC_MESSAGES/libkickermenu_systemmenu.mo
share/locale/ja/LC_MESSAGES/libkickermenu_tdeprint.mo
share/locale/ja/LC_MESSAGES/libkickermenu_tom.mo
share/locale/ja/LC_MESSAGES/libkleopatra.mo
share/locale/ja/LC_MESSAGES/libkmime.mo
share/locale/ja/LC_MESSAGES/libkonq.mo
share/locale/ja/LC_MESSAGES/libkpgp.mo
share/locale/ja/LC_MESSAGES/libkpimexchange.mo
share/locale/ja/LC_MESSAGES/libkscan.mo
share/locale/ja/LC_MESSAGES/libksieve.mo
share/locale/ja/LC_MESSAGES/libksirtet.mo
share/locale/ja/LC_MESSAGES/libtaskbar.mo
share/locale/ja/LC_MESSAGES/libtaskmanager.mo
share/locale/ja/LC_MESSAGES/libtdeedu.mo
share/locale/ja/LC_MESSAGES/libtdegames.mo
share/locale/ja/LC_MESSAGES/libtdepim.mo
share/locale/ja/LC_MESSAGES/libtdescreensaver.mo
share/locale/ja/LC_MESSAGES/lockout.mo
share/locale/ja/LC_MESSAGES/lskat.mo
share/locale/ja/LC_MESSAGES/lyrics.mo
share/locale/ja/LC_MESSAGES/mediaapplet.mo
share/locale/ja/LC_MESSAGES/mediacontrol.mo
share/locale/ja/LC_MESSAGES/mf_konqplugin.mo
share/locale/ja/LC_MESSAGES/minitoolsplugin.mo
share/locale/ja/LC_MESSAGES/naughtyapplet.mo
share/locale/ja/LC_MESSAGES/nexscope.mo
share/locale/ja/LC_MESSAGES/noatun.mo
share/locale/ja/LC_MESSAGES/nsplugin.mo
share/locale/ja/LC_MESSAGES/pitchablespeed.mo
share/locale/ja/LC_MESSAGES/ppdtranslations.mo
share/locale/ja/LC_MESSAGES/privacy.mo
share/locale/ja/LC_MESSAGES/quanta.mo
share/locale/ja/LC_MESSAGES/quicklauncher.mo
share/locale/ja/LC_MESSAGES/rellinks.mo
share/locale/ja/LC_MESSAGES/scalixadmin.mo
share/locale/ja/LC_MESSAGES/searchbarplugin.mo
share/locale/ja/LC_MESSAGES/secpolicy.mo
share/locale/ja/LC_MESSAGES/spy.mo
share/locale/ja/LC_MESSAGES/superkaramba.mo
share/locale/ja/LC_MESSAGES/synaescope.mo
share/locale/ja/LC_MESSAGES/tdeabc2mutt.mo
share/locale/ja/LC_MESSAGES/tdeabc_dir.mo
share/locale/ja/LC_MESSAGES/tdeabc_file.mo
share/locale/ja/LC_MESSAGES/tdeabc_ldaptdeio.mo
share/locale/ja/LC_MESSAGES/tdeabc_net.mo
share/locale/ja/LC_MESSAGES/tdeabc_slox.mo
share/locale/ja/LC_MESSAGES/tdeabc_sql.mo
share/locale/ja/LC_MESSAGES/tdeabcformat_binary.mo
share/locale/ja/LC_MESSAGES/tdecmshell.mo
share/locale/ja/LC_MESSAGES/tdedebugdialog.mo
share/locale/ja/LC_MESSAGES/tdefile_au.mo
share/locale/ja/LC_MESSAGES/tdefile_avi.mo
share/locale/ja/LC_MESSAGES/tdefile_bmp.mo
share/locale/ja/LC_MESSAGES/tdefile_cert.mo
share/locale/ja/LC_MESSAGES/tdefile_cpp.mo
share/locale/ja/LC_MESSAGES/tdefile_dds.mo
share/locale/ja/LC_MESSAGES/tdefile_deb.mo
share/locale/ja/LC_MESSAGES/tdefile_desktop.mo
share/locale/ja/LC_MESSAGES/tdefile_diff.mo
share/locale/ja/LC_MESSAGES/tdefile_drgeo.mo
share/locale/ja/LC_MESSAGES/tdefile_dvi.mo
share/locale/ja/LC_MESSAGES/tdefile_exr.mo
share/locale/ja/LC_MESSAGES/tdefile_flac.mo
share/locale/ja/LC_MESSAGES/tdefile_folder.mo
share/locale/ja/LC_MESSAGES/tdefile_gif.mo
share/locale/ja/LC_MESSAGES/tdefile_html.mo
share/locale/ja/LC_MESSAGES/tdefile_ico.mo
share/locale/ja/LC_MESSAGES/tdefile_ics.mo
share/locale/ja/LC_MESSAGES/tdefile_jpeg.mo
share/locale/ja/LC_MESSAGES/tdefile_kig.mo
share/locale/ja/LC_MESSAGES/tdefile_lnk.mo
share/locale/ja/LC_MESSAGES/tdefile_m3u.mo
share/locale/ja/LC_MESSAGES/tdefile_mhtml.mo
share/locale/ja/LC_MESSAGES/tdefile_mp3.mo
share/locale/ja/LC_MESSAGES/tdefile_mpc.mo
share/locale/ja/LC_MESSAGES/tdefile_mpeg.mo
share/locale/ja/LC_MESSAGES/tdefile_ogg.mo
share/locale/ja/LC_MESSAGES/tdefile_palm.mo
share/locale/ja/LC_MESSAGES/tdefile_pcx.mo
share/locale/ja/LC_MESSAGES/tdefile_pdf.mo
share/locale/ja/LC_MESSAGES/tdefile_png.mo
share/locale/ja/LC_MESSAGES/tdefile_pnm.mo
share/locale/ja/LC_MESSAGES/tdefile_po.mo
share/locale/ja/LC_MESSAGES/tdefile_ps.mo
share/locale/ja/LC_MESSAGES/tdefile_rfc822.mo
share/locale/ja/LC_MESSAGES/tdefile_rgb.mo
share/locale/ja/LC_MESSAGES/tdefile_rpm.mo
share/locale/ja/LC_MESSAGES/tdefile_sid.mo
share/locale/ja/LC_MESSAGES/tdefile_tga.mo
share/locale/ja/LC_MESSAGES/tdefile_theora.mo
share/locale/ja/LC_MESSAGES/tdefile_tiff.mo
share/locale/ja/LC_MESSAGES/tdefile_torrent.mo
share/locale/ja/LC_MESSAGES/tdefile_ts.mo
share/locale/ja/LC_MESSAGES/tdefile_txt.mo
share/locale/ja/LC_MESSAGES/tdefile_vcf.mo
share/locale/ja/LC_MESSAGES/tdefile_wav.mo
share/locale/ja/LC_MESSAGES/tdefile_xbm.mo
share/locale/ja/LC_MESSAGES/tdefile_xpm.mo
share/locale/ja/LC_MESSAGES/tdefileaudiopreview.mo
share/locale/ja/LC_MESSAGES/tdefilereplace.mo
share/locale/ja/LC_MESSAGES/tdefileshare.mo
share/locale/ja/LC_MESSAGES/tdefontinst.mo
share/locale/ja/LC_MESSAGES/tdehtmlkttsd.mo
share/locale/ja/LC_MESSAGES/tdehtmlsettingsplugin.mo
share/locale/ja/LC_MESSAGES/tdeiconedit.mo
share/locale/ja/LC_MESSAGES/tdeio.mo
share/locale/ja/LC_MESSAGES/tdeio_audiocd.mo
share/locale/ja/LC_MESSAGES/tdeio_finger.mo
share/locale/ja/LC_MESSAGES/tdeio_fish.mo
share/locale/ja/LC_MESSAGES/tdeio_floppy.mo
share/locale/ja/LC_MESSAGES/tdeio_groupwise.mo
share/locale/ja/LC_MESSAGES/tdeio_help.mo
share/locale/ja/LC_MESSAGES/tdeio_home.mo
share/locale/ja/LC_MESSAGES/tdeio_imap4.mo
share/locale/ja/LC_MESSAGES/tdeio_jabberdisco.mo
share/locale/ja/LC_MESSAGES/tdeio_lan.mo
share/locale/ja/LC_MESSAGES/tdeio_ldap.mo
share/locale/ja/LC_MESSAGES/tdeio_mac.mo
share/locale/ja/LC_MESSAGES/tdeio_man.mo
share/locale/ja/LC_MESSAGES/tdeio_media.mo
share/locale/ja/LC_MESSAGES/tdeio_mobile.mo
share/locale/ja/LC_MESSAGES/tdeio_nfs.mo
share/locale/ja/LC_MESSAGES/tdeio_nntp.mo
share/locale/ja/LC_MESSAGES/tdeio_pop3.mo
share/locale/ja/LC_MESSAGES/tdeio_print.mo
share/locale/ja/LC_MESSAGES/tdeio_remote.mo
share/locale/ja/LC_MESSAGES/tdeio_scalix.mo
share/locale/ja/LC_MESSAGES/tdeio_settings.mo
share/locale/ja/LC_MESSAGES/tdeio_sftp.mo
share/locale/ja/LC_MESSAGES/tdeio_sieve.mo
share/locale/ja/LC_MESSAGES/tdeio_smb.mo
share/locale/ja/LC_MESSAGES/tdeio_smtp.mo
share/locale/ja/LC_MESSAGES/tdeio_svn.mo
share/locale/ja/LC_MESSAGES/tdeio_system.mo
share/locale/ja/LC_MESSAGES/tdeio_tar.mo
share/locale/ja/LC_MESSAGES/tdeio_thumbnail.mo
share/locale/ja/LC_MESSAGES/tdeio_trash.mo
share/locale/ja/LC_MESSAGES/tdeio_zeroconf.mo
share/locale/ja/LC_MESSAGES/tdeioexec.mo
share/locale/ja/LC_MESSAGES/tdelibs.mo
share/locale/ja/LC_MESSAGES/tdelibs_colors.mo
share/locale/ja/LC_MESSAGES/tdelirc.mo
share/locale/ja/LC_MESSAGES/tdemid.mo
share/locale/ja/LC_MESSAGES/tdepartsaver.mo
share/locale/ja/LC_MESSAGES/tdepasswd.mo
share/locale/ja/LC_MESSAGES/tdepimresources.mo
share/locale/ja/LC_MESSAGES/tdepimwizards.mo
share/locale/ja/LC_MESSAGES/tdeprint.mo
share/locale/ja/LC_MESSAGES/tdeprint_part.mo
share/locale/ja/LC_MESSAGES/tdeprintfax.mo
share/locale/ja/LC_MESSAGES/tderandr.mo
share/locale/ja/LC_MESSAGES/tdescreensaver.mo
share/locale/ja/LC_MESSAGES/tdessh.mo
share/locale/ja/LC_MESSAGES/tdestyle_highcontrast_config.mo
share/locale/ja/LC_MESSAGES/tdestyle_keramik_config.mo
share/locale/ja/LC_MESSAGES/tdestyle_phase_config.mo
share/locale/ja/LC_MESSAGES/tdestyle_plastik_config.mo
share/locale/ja/LC_MESSAGES/tdesu.mo
share/locale/ja/LC_MESSAGES/tdesud.mo
share/locale/ja/LC_MESSAGES/tdetexteditor_autobookmarker.mo
share/locale/ja/LC_MESSAGES/tdetexteditor_docwordcompletion.mo
share/locale/ja/LC_MESSAGES/tdetexteditor_insertfile.mo
share/locale/ja/LC_MESSAGES/tdetexteditor_isearch.mo
share/locale/ja/LC_MESSAGES/tdetexteditor_kdatatool.mo
share/locale/ja/LC_MESSAGES/tdevdesigner.mo
share/locale/ja/LC_MESSAGES/tdevelop.mo
share/locale/ja/LC_MESSAGES/tdevtipofday.mo
share/locale/ja/LC_MESSAGES/tdewalletmanager.mo
share/locale/ja/LC_MESSAGES/tdmconfig.mo
share/locale/ja/LC_MESSAGES/tdmgreet.mo
share/locale/ja/LC_MESSAGES/timezones.mo
share/locale/ja/LC_MESSAGES/tippecanoe.mo
share/locale/ja/LC_MESSAGES/trashapplet.mo
share/locale/ja/LC_MESSAGES/twin.mo
share/locale/ja/LC_MESSAGES/twin4.mo
share/locale/ja/LC_MESSAGES/twin_art_clients.mo
share/locale/ja/LC_MESSAGES/twin_clients.mo
share/locale/ja/LC_MESSAGES/twin_lib.mo
share/locale/ja/LC_MESSAGES/tyler.mo
share/locale/ja/LC_MESSAGES/uachangerplugin.mo
share/locale/ja/LC_MESSAGES/umbrello.mo
share/locale/ja/LC_MESSAGES/useraccount.mo
share/locale/ja/LC_MESSAGES/validatorsplugin.mo
share/locale/ja/LC_MESSAGES/wakeup.mo
share/locale/ja/LC_MESSAGES/wavecapture.mo
share/locale/ja/LC_MESSAGES/webarchiver.mo
share/locale/ja/charset
share/locale/ja/entry.desktop
share/locale/ja/flag.png

@ -0,0 +1,43 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: core/tde-i18n-kk > misc/tde-i18n-kk
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTLANG= kk
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${PORTLANG}
TDE_PREVERSION=
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= misc x11
DIST_SUBDIR= TDE/core
PKGNAMEPREFIX= ${PORTLANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${PORTLANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}template/' \
'${EXTRACT_BASE}translations/' \
'${EXTRACT_BASE}tde-i18n-${PORTLANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
\
-DBUILD_ALL="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1682085537
SHA256 (TDE/core/tde-i18n-trinity_14.1.0.orig.tar.xz) = 9f64b518db380d1d0acf3f6b5baafdb3f486953739b9484bdc5d31f34f466a75
SIZE (TDE/core/tde-i18n-trinity_14.1.0.orig.tar.xz) = 195332236

@ -0,0 +1 @@
Kazakh (kk) internationalized (i18n) files for TDE

@ -0,0 +1,444 @@
share/locale/kk/LC_MESSAGES/akregator.mo
share/locale/kk/LC_MESSAGES/akregator_konqplugin.mo
share/locale/kk/LC_MESSAGES/alsaplayerui.mo
share/locale/kk/LC_MESSAGES/appletproxy.mo
share/locale/kk/LC_MESSAGES/ark.mo
share/locale/kk/LC_MESSAGES/ark_plugin.mo
share/locale/kk/LC_MESSAGES/artsbuilder.mo
share/locale/kk/LC_MESSAGES/artscontrol.mo
share/locale/kk/LC_MESSAGES/artsmodules.mo
share/locale/kk/LC_MESSAGES/atlantikdesigner.mo
share/locale/kk/LC_MESSAGES/audiocd_encoder_lame.mo
share/locale/kk/LC_MESSAGES/audiocd_encoder_vorbis.mo
share/locale/kk/LC_MESSAGES/audiorename_plugin.mo
share/locale/kk/LC_MESSAGES/autorefresh.mo
share/locale/kk/LC_MESSAGES/babelfish.mo
share/locale/kk/LC_MESSAGES/charlatanui.mo
share/locale/kk/LC_MESSAGES/clockapplet.mo
share/locale/kk/LC_MESSAGES/crashesplugin.mo
share/locale/kk/LC_MESSAGES/cupsdconf.mo
share/locale/kk/LC_MESSAGES/dcoprss.mo
share/locale/kk/LC_MESSAGES/dirfilterplugin.mo
share/locale/kk/LC_MESSAGES/display.mo
share/locale/kk/LC_MESSAGES/dockbarextension.mo
share/locale/kk/LC_MESSAGES/domtreeviewer.mo
share/locale/kk/LC_MESSAGES/drkonqi.mo
share/locale/kk/LC_MESSAGES/dub.mo
share/locale/kk/LC_MESSAGES/extensionproxy.mo
share/locale/kk/LC_MESSAGES/ffrs.mo
share/locale/kk/LC_MESSAGES/filetypes.mo
share/locale/kk/LC_MESSAGES/fsview.mo
share/locale/kk/LC_MESSAGES/htmlsearch.mo
share/locale/kk/LC_MESSAGES/imagerename_plugin.mo
share/locale/kk/LC_MESSAGES/imgalleryplugin.mo
share/locale/kk/LC_MESSAGES/irkick.mo
share/locale/kk/LC_MESSAGES/joystick.mo
share/locale/kk/LC_MESSAGES/juk.mo
share/locale/kk/LC_MESSAGES/kaboodle.mo
share/locale/kk/LC_MESSAGES/kaccess.mo
share/locale/kk/LC_MESSAGES/kaddressbook.mo
share/locale/kk/LC_MESSAGES/kalarm.mo
share/locale/kk/LC_MESSAGES/kandy.mo
share/locale/kk/LC_MESSAGES/kappfinder.mo
share/locale/kk/LC_MESSAGES/karm.mo
share/locale/kk/LC_MESSAGES/kasbarextension.mo
share/locale/kk/LC_MESSAGES/kate.mo
share/locale/kk/LC_MESSAGES/katecppsymbolviewer.mo
share/locale/kk/LC_MESSAGES/katefiletemplates.mo
share/locale/kk/LC_MESSAGES/katefll_initplugin.mo
share/locale/kk/LC_MESSAGES/katefll_plugin.mo
share/locale/kk/LC_MESSAGES/katehelloworld.mo
share/locale/kk/LC_MESSAGES/katehtmltools.mo
share/locale/kk/LC_MESSAGES/kateinsertcommand.mo
share/locale/kk/LC_MESSAGES/katekjswrapper.mo
share/locale/kk/LC_MESSAGES/katemake.mo
share/locale/kk/LC_MESSAGES/katemodeline.mo
share/locale/kk/LC_MESSAGES/kateopenheader.mo
share/locale/kk/LC_MESSAGES/katepart.mo
share/locale/kk/LC_MESSAGES/katepybrowse.mo
share/locale/kk/LC_MESSAGES/katesnippets.mo
share/locale/kk/LC_MESSAGES/katetabbarextension.mo
share/locale/kk/LC_MESSAGES/katetextfilter.mo
share/locale/kk/LC_MESSAGES/katexmlcheck.mo
share/locale/kk/LC_MESSAGES/katexmltools.mo
share/locale/kk/LC_MESSAGES/kaudiocreator.mo
share/locale/kk/LC_MESSAGES/kay.mo
share/locale/kk/LC_MESSAGES/kbabel.mo
share/locale/kk/LC_MESSAGES/kbinaryclock.mo
share/locale/kk/LC_MESSAGES/kcalc.mo
share/locale/kk/LC_MESSAGES/kcharselect.mo
share/locale/kk/LC_MESSAGES/kcharselectapplet.mo
share/locale/kk/LC_MESSAGES/kcm_krfb.mo
share/locale/kk/LC_MESSAGES/kcm_kviewcanvasconfig.mo
share/locale/kk/LC_MESSAGES/kcm_kviewgeneralconfig.mo
share/locale/kk/LC_MESSAGES/kcm_kviewpluginsconfig.mo
share/locale/kk/LC_MESSAGES/kcm_kviewviewerpluginsconfig.mo
share/locale/kk/LC_MESSAGES/kcmaccess.mo
share/locale/kk/LC_MESSAGES/kcmaccessibility.mo
share/locale/kk/LC_MESSAGES/kcmarts.mo
share/locale/kk/LC_MESSAGES/kcmaudiocd.mo
share/locale/kk/LC_MESSAGES/kcmbackground.mo
share/locale/kk/LC_MESSAGES/kcmbell.mo
share/locale/kk/LC_MESSAGES/kcmcddb.mo
share/locale/kk/LC_MESSAGES/kcmcgi.mo
share/locale/kk/LC_MESSAGES/kcmcolors.mo
share/locale/kk/LC_MESSAGES/kcmcomponentchooser.mo
share/locale/kk/LC_MESSAGES/kcmcrypto.mo
share/locale/kk/LC_MESSAGES/kcmcss.mo
share/locale/kk/LC_MESSAGES/kcmenergy.mo
share/locale/kk/LC_MESSAGES/kcmfonts.mo
share/locale/kk/LC_MESSAGES/kcmhtmlsearch.mo
share/locale/kk/LC_MESSAGES/kcmicons.mo
share/locale/kk/LC_MESSAGES/kcminfo.mo
share/locale/kk/LC_MESSAGES/kcminput.mo
share/locale/kk/LC_MESSAGES/kcmioslaveinfo.mo
share/locale/kk/LC_MESSAGES/kcmkabconfig.mo
share/locale/kk/LC_MESSAGES/kcmkclock.mo
share/locale/kk/LC_MESSAGES/kcmkded.mo
share/locale/kk/LC_MESSAGES/kcmkeys.mo
share/locale/kk/LC_MESSAGES/kcmkicker.mo
share/locale/kk/LC_MESSAGES/kcmkonq.mo
share/locale/kk/LC_MESSAGES/kcmkonqhtml.mo
share/locale/kk/LC_MESSAGES/kcmkonsole.mo
share/locale/kk/LC_MESSAGES/kcmkontactnt.mo
share/locale/kk/LC_MESSAGES/kcmktalkd.mo
share/locale/kk/LC_MESSAGES/kcmkuick.mo
share/locale/kk/LC_MESSAGES/kcmkurifilt.mo
share/locale/kk/LC_MESSAGES/kcmkvaio.mo
share/locale/kk/LC_MESSAGES/kcmkwm.mo
share/locale/kk/LC_MESSAGES/kcmlanbrowser.mo
share/locale/kk/LC_MESSAGES/kcmlaptop.mo
share/locale/kk/LC_MESSAGES/kcmlaunch.mo
share/locale/kk/LC_MESSAGES/kcmlayout.mo
share/locale/kk/LC_MESSAGES/kcmlilo.mo
share/locale/kk/LC_MESSAGES/kcmlirc.mo
share/locale/kk/LC_MESSAGES/kcmlocale.mo
share/locale/kk/LC_MESSAGES/kcmmedia.mo
share/locale/kk/LC_MESSAGES/kcmnic.mo
share/locale/kk/LC_MESSAGES/kcmnotify.mo
share/locale/kk/LC_MESSAGES/kcmperformance.mo
share/locale/kk/LC_MESSAGES/kcmprintmgr.mo
share/locale/kk/LC_MESSAGES/kcmsamba.mo
share/locale/kk/LC_MESSAGES/kcmscreensaver.mo
share/locale/kk/LC_MESSAGES/kcmsmartcard.mo
share/locale/kk/LC_MESSAGES/kcmsmserver.mo
share/locale/kk/LC_MESSAGES/kcmspellchecking.mo
share/locale/kk/LC_MESSAGES/kcmstyle.mo
share/locale/kk/LC_MESSAGES/kcmtaskbar.mo
share/locale/kk/LC_MESSAGES/kcmtdednssd.mo
share/locale/kk/LC_MESSAGES/kcmtdeio.mo
share/locale/kk/LC_MESSAGES/kcmtdewallet.mo
share/locale/kk/LC_MESSAGES/kcmthinkpad.mo
share/locale/kk/LC_MESSAGES/kcmtwindecoration.mo
share/locale/kk/LC_MESSAGES/kcmtwinrules.mo
share/locale/kk/LC_MESSAGES/kcmusb.mo
share/locale/kk/LC_MESSAGES/kcmview1394.mo
share/locale/kk/LC_MESSAGES/kcmwifi.mo
share/locale/kk/LC_MESSAGES/kcmxinerama.mo
share/locale/kk/LC_MESSAGES/kcontrol.mo
share/locale/kk/LC_MESSAGES/kcron.mo
share/locale/kk/LC_MESSAGES/kdat.mo
share/locale/kk/LC_MESSAGES/kdcop.mo
share/locale/kk/LC_MESSAGES/kdesktop.mo
share/locale/kk/LC_MESSAGES/kdf.mo
share/locale/kk/LC_MESSAGES/kdgantt.mo
share/locale/kk/LC_MESSAGES/kdialog.mo
share/locale/kk/LC_MESSAGES/kdict.mo
share/locale/kk/LC_MESSAGES/kdictapplet.mo
share/locale/kk/LC_MESSAGES/kdvi.mo
share/locale/kk/LC_MESSAGES/kedit.mo
share/locale/kk/LC_MESSAGES/kfindpart.mo
share/locale/kk/LC_MESSAGES/kfloppy.mo
share/locale/kk/LC_MESSAGES/kfmclient.mo
share/locale/kk/LC_MESSAGES/kgamma.mo
share/locale/kk/LC_MESSAGES/kgantt.mo
share/locale/kk/LC_MESSAGES/kget.mo
share/locale/kk/LC_MESSAGES/kghostview.mo
share/locale/kk/LC_MESSAGES/kgpg.mo
share/locale/kk/LC_MESSAGES/kgreet_classic.mo
share/locale/kk/LC_MESSAGES/kgreet_winbind.mo
share/locale/kk/LC_MESSAGES/khelpcenter.mo
share/locale/kk/LC_MESSAGES/khexedit.mo
share/locale/kk/LC_MESSAGES/khexedit2part.mo
share/locale/kk/LC_MESSAGES/khotkeys.mo
share/locale/kk/LC_MESSAGES/kicker.mo
share/locale/kk/LC_MESSAGES/kinetd.mo
share/locale/kk/LC_MESSAGES/kitchensync.mo
share/locale/kk/LC_MESSAGES/kjobviewer.mo
share/locale/kk/LC_MESSAGES/kjots.mo
share/locale/kk/LC_MESSAGES/klaptopdaemon.mo
share/locale/kk/LC_MESSAGES/kleopatra.mo
share/locale/kk/LC_MESSAGES/klipper.mo
share/locale/kk/LC_MESSAGES/kmail.mo
share/locale/kk/LC_MESSAGES/kmail_text_calendar_plugin.mo
share/locale/kk/LC_MESSAGES/kmail_text_vcard_plugin.mo
share/locale/kk/LC_MESSAGES/kmailcvt.mo
share/locale/kk/LC_MESSAGES/kmathapplet.mo
share/locale/kk/LC_MESSAGES/kmcop.mo
share/locale/kk/LC_MESSAGES/kmenuapplet.mo
share/locale/kk/LC_MESSAGES/kmenuedit.mo
share/locale/kk/LC_MESSAGES/kmilo_delli8k.mo
share/locale/kk/LC_MESSAGES/kmilo_generic.mo
share/locale/kk/LC_MESSAGES/kmilo_kvaio.mo
share/locale/kk/LC_MESSAGES/kmilo_powerbook.mo
share/locale/kk/LC_MESSAGES/kmilo_thinkpad.mo
share/locale/kk/LC_MESSAGES/kmilod.mo
share/locale/kk/LC_MESSAGES/kmines.mo
share/locale/kk/LC_MESSAGES/kminipagerapplet.mo
share/locale/kk/LC_MESSAGES/kmix.mo
share/locale/kk/LC_MESSAGES/kmobile.mo
share/locale/kk/LC_MESSAGES/knetattach.mo
share/locale/kk/LC_MESSAGES/knetworkconf.mo
share/locale/kk/LC_MESSAGES/knewsticker.mo
share/locale/kk/LC_MESSAGES/knode.mo
share/locale/kk/LC_MESSAGES/knotes.mo
share/locale/kk/LC_MESSAGES/knotify.mo
share/locale/kk/LC_MESSAGES/kolourpaint.mo
share/locale/kk/LC_MESSAGES/kolourpicker.mo
share/locale/kk/LC_MESSAGES/konnector_dummy.mo
share/locale/kk/LC_MESSAGES/konqsidebar_delicious.mo
share/locale/kk/LC_MESSAGES/konqsidebar_mediaplayer.mo
share/locale/kk/LC_MESSAGES/konqsidebar_metabar.mo
share/locale/kk/LC_MESSAGES/konqsidebar_news.mo
share/locale/kk/LC_MESSAGES/konqueror.mo
share/locale/kk/LC_MESSAGES/konsole.mo
share/locale/kk/LC_MESSAGES/konsolekalendar.mo
share/locale/kk/LC_MESSAGES/kontact.mo
share/locale/kk/LC_MESSAGES/kopete.mo
share/locale/kk/LC_MESSAGES/korganizer.mo
share/locale/kk/LC_MESSAGES/korn.mo
share/locale/kk/LC_MESSAGES/kpackage.mo
share/locale/kk/LC_MESSAGES/kpager.mo
share/locale/kk/LC_MESSAGES/kpdf.mo
share/locale/kk/LC_MESSAGES/kpersonalizer.mo
share/locale/kk/LC_MESSAGES/kpf.mo
share/locale/kk/LC_MESSAGES/kppp.mo
share/locale/kk/LC_MESSAGES/kppplogview.mo
share/locale/kk/LC_MESSAGES/kprinter.mo
share/locale/kk/LC_MESSAGES/krdb.mo
share/locale/kk/LC_MESSAGES/krdc.mo
share/locale/kk/LC_MESSAGES/kreadconfig.mo
share/locale/kk/LC_MESSAGES/krec.mo
share/locale/kk/LC_MESSAGES/kregexpeditor.mo
share/locale/kk/LC_MESSAGES/kres_birthday.mo
share/locale/kk/LC_MESSAGES/kres_blogging.mo
share/locale/kk/LC_MESSAGES/kres_exchange.mo
share/locale/kk/LC_MESSAGES/kres_featureplan.mo
share/locale/kk/LC_MESSAGES/kres_groupware.mo
share/locale/kk/LC_MESSAGES/kres_groupwise.mo
share/locale/kk/LC_MESSAGES/kres_kolab.mo
share/locale/kk/LC_MESSAGES/kres_remote.mo
share/locale/kk/LC_MESSAGES/kres_tvanytime.mo
share/locale/kk/LC_MESSAGES/kres_xmlrpc.mo
share/locale/kk/LC_MESSAGES/krfb.mo
share/locale/kk/LC_MESSAGES/kruler.mo
share/locale/kk/LC_MESSAGES/krunapplet.mo
share/locale/kk/LC_MESSAGES/kscd.mo
share/locale/kk/LC_MESSAGES/ksig.mo
share/locale/kk/LC_MESSAGES/ksim.mo
share/locale/kk/LC_MESSAGES/ksirc.mo
share/locale/kk/LC_MESSAGES/ksmserver.mo
share/locale/kk/LC_MESSAGES/ksnapshot.mo
share/locale/kk/LC_MESSAGES/ksplash.mo
share/locale/kk/LC_MESSAGES/ksplashthemes.mo
share/locale/kk/LC_MESSAGES/kstart.mo
share/locale/kk/LC_MESSAGES/ksvgplugin.mo
share/locale/kk/LC_MESSAGES/ksysguard.mo
share/locale/kk/LC_MESSAGES/ksystemtrayapplet.mo
share/locale/kk/LC_MESSAGES/ksystraycmd.mo
share/locale/kk/LC_MESSAGES/ksysv.mo
share/locale/kk/LC_MESSAGES/kthememanager.mo
share/locale/kk/LC_MESSAGES/ktimemon.mo
share/locale/kk/LC_MESSAGES/ktimer.mo
share/locale/kk/LC_MESSAGES/ktip.mo
share/locale/kk/LC_MESSAGES/ktnef.mo
share/locale/kk/LC_MESSAGES/kuick_plugin.mo
share/locale/kk/LC_MESSAGES/kuser.mo
share/locale/kk/LC_MESSAGES/kview.mo
share/locale/kk/LC_MESSAGES/kviewbrowserplugin.mo
share/locale/kk/LC_MESSAGES/kviewcanvas.mo
share/locale/kk/LC_MESSAGES/kvieweffectsplugin.mo
share/locale/kk/LC_MESSAGES/kviewscannerplugin.mo
share/locale/kk/LC_MESSAGES/kviewshell.mo
share/locale/kk/LC_MESSAGES/kviewviewer.mo
share/locale/kk/LC_MESSAGES/kwatchgnupg.mo
share/locale/kk/LC_MESSAGES/kwifimanager.mo
share/locale/kk/LC_MESSAGES/kwireless.mo
share/locale/kk/LC_MESSAGES/kwriteconfig.mo
share/locale/kk/LC_MESSAGES/kxkb.mo
share/locale/kk/LC_MESSAGES/libdmctl.mo
share/locale/kk/LC_MESSAGES/libkaddrbk_geo_xxport.mo
share/locale/kk/LC_MESSAGES/libkaddrbk_gmx_xxport.mo
share/locale/kk/LC_MESSAGES/libkcal.mo
share/locale/kk/LC_MESSAGES/libkcddb.mo
share/locale/kk/LC_MESSAGES/libkfaximgage.mo
share/locale/kk/LC_MESSAGES/libkholidays.mo
share/locale/kk/LC_MESSAGES/libkicker.mo
share/locale/kk/LC_MESSAGES/libkickermenu_konsole.mo
share/locale/kk/LC_MESSAGES/libkickermenu_prefmenu.mo
share/locale/kk/LC_MESSAGES/libkickermenu_recentdocs.mo
share/locale/kk/LC_MESSAGES/libkickermenu_remotemenu.mo
share/locale/kk/LC_MESSAGES/libkickermenu_systemmenu.mo
share/locale/kk/LC_MESSAGES/libkickermenu_tdeprint.mo
share/locale/kk/LC_MESSAGES/libkickermenu_tom.mo
share/locale/kk/LC_MESSAGES/libkleopatra.mo
share/locale/kk/LC_MESSAGES/libkmime.mo
share/locale/kk/LC_MESSAGES/libkonq.mo
share/locale/kk/LC_MESSAGES/libkpgp.mo
share/locale/kk/LC_MESSAGES/libkpimexchange.mo
share/locale/kk/LC_MESSAGES/libksieve.mo
share/locale/kk/LC_MESSAGES/libksync.mo
share/locale/kk/LC_MESSAGES/libtaskbar.mo
share/locale/kk/LC_MESSAGES/libtaskmanager.mo
share/locale/kk/LC_MESSAGES/libtdepim.mo
share/locale/kk/LC_MESSAGES/libtdescreensaver.mo
share/locale/kk/LC_MESSAGES/lockout.mo
share/locale/kk/LC_MESSAGES/lyrics.mo
share/locale/kk/LC_MESSAGES/mediaapplet.mo
share/locale/kk/LC_MESSAGES/mediacontrol.mo
share/locale/kk/LC_MESSAGES/mf_konqplugin.mo
share/locale/kk/LC_MESSAGES/minitoolsplugin.mo
share/locale/kk/LC_MESSAGES/naughtyapplet.mo
share/locale/kk/LC_MESSAGES/nexscope.mo
share/locale/kk/LC_MESSAGES/noatun.mo
share/locale/kk/LC_MESSAGES/nsplugin.mo
share/locale/kk/LC_MESSAGES/pitchablespeed.mo
share/locale/kk/LC_MESSAGES/ppdtranslations.mo
share/locale/kk/LC_MESSAGES/privacy.mo
share/locale/kk/LC_MESSAGES/quicklauncher.mo
share/locale/kk/LC_MESSAGES/rellinks.mo
share/locale/kk/LC_MESSAGES/searchbarplugin.mo
share/locale/kk/LC_MESSAGES/secpolicy.mo
share/locale/kk/LC_MESSAGES/superkaramba.mo
share/locale/kk/LC_MESSAGES/synaescope.mo
share/locale/kk/LC_MESSAGES/tdeabc2mutt.mo
share/locale/kk/LC_MESSAGES/tdeabc_dir.mo
share/locale/kk/LC_MESSAGES/tdeabc_file.mo
share/locale/kk/LC_MESSAGES/tdeabc_ldaptdeio.mo
share/locale/kk/LC_MESSAGES/tdeabc_net.mo
share/locale/kk/LC_MESSAGES/tdeabc_slox.mo
share/locale/kk/LC_MESSAGES/tdeabc_sql.mo
share/locale/kk/LC_MESSAGES/tdeabcformat_binary.mo
share/locale/kk/LC_MESSAGES/tdecmshell.mo
share/locale/kk/LC_MESSAGES/tdedebugdialog.mo
share/locale/kk/LC_MESSAGES/tdefile_au.mo
share/locale/kk/LC_MESSAGES/tdefile_avi.mo
share/locale/kk/LC_MESSAGES/tdefile_bmp.mo
share/locale/kk/LC_MESSAGES/tdefile_cert.mo
share/locale/kk/LC_MESSAGES/tdefile_dds.mo
share/locale/kk/LC_MESSAGES/tdefile_deb.mo
share/locale/kk/LC_MESSAGES/tdefile_desktop.mo
share/locale/kk/LC_MESSAGES/tdefile_dvi.mo
share/locale/kk/LC_MESSAGES/tdefile_exr.mo
share/locale/kk/LC_MESSAGES/tdefile_flac.mo
share/locale/kk/LC_MESSAGES/tdefile_folder.mo
share/locale/kk/LC_MESSAGES/tdefile_gif.mo
share/locale/kk/LC_MESSAGES/tdefile_html.mo
share/locale/kk/LC_MESSAGES/tdefile_ico.mo
share/locale/kk/LC_MESSAGES/tdefile_ics.mo
share/locale/kk/LC_MESSAGES/tdefile_jpeg.mo
share/locale/kk/LC_MESSAGES/tdefile_lnk.mo
share/locale/kk/LC_MESSAGES/tdefile_m3u.mo
share/locale/kk/LC_MESSAGES/tdefile_mhtml.mo
share/locale/kk/LC_MESSAGES/tdefile_mp3.mo
share/locale/kk/LC_MESSAGES/tdefile_mpc.mo
share/locale/kk/LC_MESSAGES/tdefile_mpeg.mo
share/locale/kk/LC_MESSAGES/tdefile_ogg.mo
share/locale/kk/LC_MESSAGES/tdefile_palm.mo
share/locale/kk/LC_MESSAGES/tdefile_pcx.mo
share/locale/kk/LC_MESSAGES/tdefile_pdf.mo
share/locale/kk/LC_MESSAGES/tdefile_png.mo
share/locale/kk/LC_MESSAGES/tdefile_pnm.mo
share/locale/kk/LC_MESSAGES/tdefile_ps.mo
share/locale/kk/LC_MESSAGES/tdefile_rfc822.mo
share/locale/kk/LC_MESSAGES/tdefile_rgb.mo
share/locale/kk/LC_MESSAGES/tdefile_rpm.mo
share/locale/kk/LC_MESSAGES/tdefile_sid.mo
share/locale/kk/LC_MESSAGES/tdefile_tga.mo
share/locale/kk/LC_MESSAGES/tdefile_theora.mo
share/locale/kk/LC_MESSAGES/tdefile_tiff.mo
share/locale/kk/LC_MESSAGES/tdefile_torrent.mo
share/locale/kk/LC_MESSAGES/tdefile_txt.mo
share/locale/kk/LC_MESSAGES/tdefile_vcf.mo
share/locale/kk/LC_MESSAGES/tdefile_wav.mo
share/locale/kk/LC_MESSAGES/tdefile_xbm.mo
share/locale/kk/LC_MESSAGES/tdefile_xpm.mo
share/locale/kk/LC_MESSAGES/tdefileaudiopreview.mo
share/locale/kk/LC_MESSAGES/tdefileshare.mo
share/locale/kk/LC_MESSAGES/tdefontinst.mo
share/locale/kk/LC_MESSAGES/tdehtmlkttsd.mo
share/locale/kk/LC_MESSAGES/tdehtmlsettingsplugin.mo
share/locale/kk/LC_MESSAGES/tdeio.mo
share/locale/kk/LC_MESSAGES/tdeio_audiocd.mo
share/locale/kk/LC_MESSAGES/tdeio_finger.mo
share/locale/kk/LC_MESSAGES/tdeio_fish.mo
share/locale/kk/LC_MESSAGES/tdeio_floppy.mo
share/locale/kk/LC_MESSAGES/tdeio_groupwise.mo
share/locale/kk/LC_MESSAGES/tdeio_help.mo
share/locale/kk/LC_MESSAGES/tdeio_home.mo
share/locale/kk/LC_MESSAGES/tdeio_imap4.mo
share/locale/kk/LC_MESSAGES/tdeio_jabberdisco.mo
share/locale/kk/LC_MESSAGES/tdeio_lan.mo
share/locale/kk/LC_MESSAGES/tdeio_ldap.mo
share/locale/kk/LC_MESSAGES/tdeio_mac.mo
share/locale/kk/LC_MESSAGES/tdeio_man.mo
share/locale/kk/LC_MESSAGES/tdeio_media.mo
share/locale/kk/LC_MESSAGES/tdeio_mobile.mo
share/locale/kk/LC_MESSAGES/tdeio_nfs.mo
share/locale/kk/LC_MESSAGES/tdeio_nntp.mo
share/locale/kk/LC_MESSAGES/tdeio_pop3.mo
share/locale/kk/LC_MESSAGES/tdeio_print.mo
share/locale/kk/LC_MESSAGES/tdeio_remote.mo
share/locale/kk/LC_MESSAGES/tdeio_settings.mo
share/locale/kk/LC_MESSAGES/tdeio_sftp.mo
share/locale/kk/LC_MESSAGES/tdeio_sieve.mo
share/locale/kk/LC_MESSAGES/tdeio_smb.mo
share/locale/kk/LC_MESSAGES/tdeio_smtp.mo
share/locale/kk/LC_MESSAGES/tdeio_system.mo
share/locale/kk/LC_MESSAGES/tdeio_tar.mo
share/locale/kk/LC_MESSAGES/tdeio_thumbnail.mo
share/locale/kk/LC_MESSAGES/tdeio_trash.mo
share/locale/kk/LC_MESSAGES/tdeio_zeroconf.mo
share/locale/kk/LC_MESSAGES/tdeioexec.mo
share/locale/kk/LC_MESSAGES/tdelibs.mo
share/locale/kk/LC_MESSAGES/tdelibs_colors.mo
share/locale/kk/LC_MESSAGES/tdelirc.mo
share/locale/kk/LC_MESSAGES/tdemid.mo
share/locale/kk/LC_MESSAGES/tdepasswd.mo
share/locale/kk/LC_MESSAGES/tdepimresources.mo
share/locale/kk/LC_MESSAGES/tdepimwizards.mo
share/locale/kk/LC_MESSAGES/tdeprint.mo
share/locale/kk/LC_MESSAGES/tdeprint_part.mo
share/locale/kk/LC_MESSAGES/tdeprintfax.mo
share/locale/kk/LC_MESSAGES/tderandr.mo
share/locale/kk/LC_MESSAGES/tdescreensaver.mo
share/locale/kk/LC_MESSAGES/tdessh.mo
share/locale/kk/LC_MESSAGES/tdestyle_highcontrast_config.mo
share/locale/kk/LC_MESSAGES/tdestyle_keramik_config.mo
share/locale/kk/LC_MESSAGES/tdestyle_plastik_config.mo
share/locale/kk/LC_MESSAGES/tdesu.mo
share/locale/kk/LC_MESSAGES/tdesud.mo
share/locale/kk/LC_MESSAGES/tdetexteditor_autobookmarker.mo
share/locale/kk/LC_MESSAGES/tdetexteditor_docwordcompletion.mo
share/locale/kk/LC_MESSAGES/tdetexteditor_insertfile.mo
share/locale/kk/LC_MESSAGES/tdetexteditor_isearch.mo
share/locale/kk/LC_MESSAGES/tdetexteditor_kdatatool.mo
share/locale/kk/LC_MESSAGES/tdewalletmanager.mo
share/locale/kk/LC_MESSAGES/tdmconfig.mo
share/locale/kk/LC_MESSAGES/tdmgreet.mo
share/locale/kk/LC_MESSAGES/timezones.mo
share/locale/kk/LC_MESSAGES/tippecanoe.mo
share/locale/kk/LC_MESSAGES/trashapplet.mo
share/locale/kk/LC_MESSAGES/twin.mo
share/locale/kk/LC_MESSAGES/twin_clients.mo
share/locale/kk/LC_MESSAGES/twin_lib.mo
share/locale/kk/LC_MESSAGES/tyler.mo
share/locale/kk/LC_MESSAGES/uachangerplugin.mo
share/locale/kk/LC_MESSAGES/useraccount.mo
share/locale/kk/LC_MESSAGES/validatorsplugin.mo
share/locale/kk/LC_MESSAGES/wakeup.mo
share/locale/kk/LC_MESSAGES/wavecapture.mo
share/locale/kk/LC_MESSAGES/webarchiver.mo
share/locale/kk/charset
share/locale/kk/entry.desktop
share/locale/kk/flag.png

@ -0,0 +1,43 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: core/tde-i18n-km > misc/tde-i18n-km
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTLANG= km
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${PORTLANG}
TDE_PREVERSION=
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= misc x11
DIST_SUBDIR= TDE/core
PKGNAMEPREFIX= ${PORTLANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${PORTLANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}template/' \
'${EXTRACT_BASE}translations/' \
'${EXTRACT_BASE}tde-i18n-${PORTLANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
\
-DBUILD_ALL="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1682085539
SHA256 (TDE/core/tde-i18n-trinity_14.1.0.orig.tar.xz) = 9f64b518db380d1d0acf3f6b5baafdb3f486953739b9484bdc5d31f34f466a75
SIZE (TDE/core/tde-i18n-trinity_14.1.0.orig.tar.xz) = 195332236

@ -0,0 +1 @@
Khmer (km) internationalized (i18n) files for TDE

@ -0,0 +1,567 @@
share/locale/km/LC_MESSAGES/akregator.mo
share/locale/km/LC_MESSAGES/akregator_konqplugin.mo
share/locale/km/LC_MESSAGES/alsaplayerui.mo
share/locale/km/LC_MESSAGES/amor.mo
share/locale/km/LC_MESSAGES/appletproxy.mo
share/locale/km/LC_MESSAGES/ark.mo
share/locale/km/LC_MESSAGES/ark_plugin.mo
share/locale/km/LC_MESSAGES/artsbuilder.mo
share/locale/km/LC_MESSAGES/artscontrol.mo
share/locale/km/LC_MESSAGES/artsmodules.mo
share/locale/km/LC_MESSAGES/atlantik.mo
share/locale/km/LC_MESSAGES/atlantikdesigner.mo
share/locale/km/LC_MESSAGES/audiocd_encoder_lame.mo
share/locale/km/LC_MESSAGES/audiocd_encoder_vorbis.mo
share/locale/km/LC_MESSAGES/audiorename_plugin.mo
share/locale/km/LC_MESSAGES/autorefresh.mo
share/locale/km/LC_MESSAGES/babelfish.mo
share/locale/km/LC_MESSAGES/blinken.mo
share/locale/km/LC_MESSAGES/charlatanui.mo
share/locale/km/LC_MESSAGES/clockapplet.mo
share/locale/km/LC_MESSAGES/crashesplugin.mo
share/locale/km/LC_MESSAGES/cupsdconf.mo
share/locale/km/LC_MESSAGES/dcoprss.mo
share/locale/km/LC_MESSAGES/dirfilterplugin.mo
share/locale/km/LC_MESSAGES/display.mo
share/locale/km/LC_MESSAGES/dockbarextension.mo
share/locale/km/LC_MESSAGES/domtreeviewer.mo
share/locale/km/LC_MESSAGES/drkonqi.mo
share/locale/km/LC_MESSAGES/dub.mo
share/locale/km/LC_MESSAGES/extensionproxy.mo
share/locale/km/LC_MESSAGES/ffrs.mo
share/locale/km/LC_MESSAGES/filetypes.mo
share/locale/km/LC_MESSAGES/fsview.mo
share/locale/km/LC_MESSAGES/htmlsearch.mo
share/locale/km/LC_MESSAGES/imagerename_plugin.mo
share/locale/km/LC_MESSAGES/imgalleryplugin.mo
share/locale/km/LC_MESSAGES/irkick.mo
share/locale/km/LC_MESSAGES/jefferson.mo
share/locale/km/LC_MESSAGES/joystick.mo
share/locale/km/LC_MESSAGES/juk.mo
share/locale/km/LC_MESSAGES/kaboodle.mo
share/locale/km/LC_MESSAGES/kaccess.mo
share/locale/km/LC_MESSAGES/kaddressbook.mo
share/locale/km/LC_MESSAGES/kalarm.mo
share/locale/km/LC_MESSAGES/kalzium.mo
share/locale/km/LC_MESSAGES/kanagram.mo
share/locale/km/LC_MESSAGES/kandy.mo
share/locale/km/LC_MESSAGES/kappfinder.mo
share/locale/km/LC_MESSAGES/karm.mo
share/locale/km/LC_MESSAGES/kasbarextension.mo
share/locale/km/LC_MESSAGES/kasteroids.mo
share/locale/km/LC_MESSAGES/kate.mo
share/locale/km/LC_MESSAGES/katecppsymbolviewer.mo
share/locale/km/LC_MESSAGES/katedefaultproject.mo
share/locale/km/LC_MESSAGES/katefiletemplates.mo
share/locale/km/LC_MESSAGES/katefll_initplugin.mo
share/locale/km/LC_MESSAGES/katefll_plugin.mo
share/locale/km/LC_MESSAGES/katehelloworld.mo
share/locale/km/LC_MESSAGES/katehtmltools.mo
share/locale/km/LC_MESSAGES/kateinsertcommand.mo
share/locale/km/LC_MESSAGES/katekjswrapper.mo
share/locale/km/LC_MESSAGES/katekttsd.mo
share/locale/km/LC_MESSAGES/katemake.mo
share/locale/km/LC_MESSAGES/katemodeline.mo
share/locale/km/LC_MESSAGES/kateopenheader.mo
share/locale/km/LC_MESSAGES/katepart.mo
share/locale/km/LC_MESSAGES/katepartkttsd.mo
share/locale/km/LC_MESSAGES/kateprojectmanager.mo
share/locale/km/LC_MESSAGES/katepybrowse.mo
share/locale/km/LC_MESSAGES/katesnippets.mo
share/locale/km/LC_MESSAGES/katespell.mo
share/locale/km/LC_MESSAGES/katetabbarextension.mo
share/locale/km/LC_MESSAGES/katetextfilter.mo
share/locale/km/LC_MESSAGES/katexmlcheck.mo
share/locale/km/LC_MESSAGES/katexmltools.mo
share/locale/km/LC_MESSAGES/katomic.mo
share/locale/km/LC_MESSAGES/kaudiocreator.mo
share/locale/km/LC_MESSAGES/kay.mo
share/locale/km/LC_MESSAGES/kbackgammon.mo
share/locale/km/LC_MESSAGES/kbattleship.mo
share/locale/km/LC_MESSAGES/kbinaryclock.mo
share/locale/km/LC_MESSAGES/kblackbox.mo
share/locale/km/LC_MESSAGES/kbounce.mo
share/locale/km/LC_MESSAGES/kbruch.mo
share/locale/km/LC_MESSAGES/kbstateapplet.mo
share/locale/km/LC_MESSAGES/kcalc.mo
share/locale/km/LC_MESSAGES/kcharselect.mo
share/locale/km/LC_MESSAGES/kcharselectapplet.mo
share/locale/km/LC_MESSAGES/kcm_krfb.mo
share/locale/km/LC_MESSAGES/kcm_kviewcanvasconfig.mo
share/locale/km/LC_MESSAGES/kcm_kviewgeneralconfig.mo
share/locale/km/LC_MESSAGES/kcm_kviewpluginsconfig.mo
share/locale/km/LC_MESSAGES/kcm_kviewviewerpluginsconfig.mo
share/locale/km/LC_MESSAGES/kcmaccess.mo
share/locale/km/LC_MESSAGES/kcmaccessibility.mo
share/locale/km/LC_MESSAGES/kcmarts.mo
share/locale/km/LC_MESSAGES/kcmaudiocd.mo
share/locale/km/LC_MESSAGES/kcmbackground.mo
share/locale/km/LC_MESSAGES/kcmbell.mo
share/locale/km/LC_MESSAGES/kcmcddb.mo
share/locale/km/LC_MESSAGES/kcmcgi.mo
share/locale/km/LC_MESSAGES/kcmcolors.mo
share/locale/km/LC_MESSAGES/kcmcomponentchooser.mo
share/locale/km/LC_MESSAGES/kcmcrypto.mo
share/locale/km/LC_MESSAGES/kcmcss.mo
share/locale/km/LC_MESSAGES/kcmenergy.mo
share/locale/km/LC_MESSAGES/kcmfonts.mo
share/locale/km/LC_MESSAGES/kcmhtmlsearch.mo
share/locale/km/LC_MESSAGES/kcmicons.mo
share/locale/km/LC_MESSAGES/kcminfo.mo
share/locale/km/LC_MESSAGES/kcminput.mo
share/locale/km/LC_MESSAGES/kcmioslaveinfo.mo
share/locale/km/LC_MESSAGES/kcmkabconfig.mo
share/locale/km/LC_MESSAGES/kcmkamera.mo
share/locale/km/LC_MESSAGES/kcmkclock.mo
share/locale/km/LC_MESSAGES/kcmkded.mo
share/locale/km/LC_MESSAGES/kcmkeys.mo
share/locale/km/LC_MESSAGES/kcmkicker.mo
share/locale/km/LC_MESSAGES/kcmkmix.mo
share/locale/km/LC_MESSAGES/kcmkonq.mo
share/locale/km/LC_MESSAGES/kcmkonqhtml.mo
share/locale/km/LC_MESSAGES/kcmkonsole.mo
share/locale/km/LC_MESSAGES/kcmkontactnt.mo
share/locale/km/LC_MESSAGES/kcmktalkd.mo
share/locale/km/LC_MESSAGES/kcmkttsd.mo
share/locale/km/LC_MESSAGES/kcmkuick.mo
share/locale/km/LC_MESSAGES/kcmkurifilt.mo
share/locale/km/LC_MESSAGES/kcmkvaio.mo
share/locale/km/LC_MESSAGES/kcmkwm.mo
share/locale/km/LC_MESSAGES/kcmkxmlrpcd.mo
share/locale/km/LC_MESSAGES/kcmlanbrowser.mo
share/locale/km/LC_MESSAGES/kcmlaptop.mo
share/locale/km/LC_MESSAGES/kcmlaunch.mo
share/locale/km/LC_MESSAGES/kcmlayout.mo
share/locale/km/LC_MESSAGES/kcmlirc.mo
share/locale/km/LC_MESSAGES/kcmlocale.mo
share/locale/km/LC_MESSAGES/kcmmedia.mo
share/locale/km/LC_MESSAGES/kcmmediacontrol.mo
share/locale/km/LC_MESSAGES/kcmnic.mo
share/locale/km/LC_MESSAGES/kcmnotify.mo
share/locale/km/LC_MESSAGES/kcmperformance.mo
share/locale/km/LC_MESSAGES/kcmprintmgr.mo
share/locale/km/LC_MESSAGES/kcmsamba.mo
share/locale/km/LC_MESSAGES/kcmscreensaver.mo
share/locale/km/LC_MESSAGES/kcmsmartcard.mo
share/locale/km/LC_MESSAGES/kcmsmserver.mo
share/locale/km/LC_MESSAGES/kcmspellchecking.mo
share/locale/km/LC_MESSAGES/kcmstyle.mo
share/locale/km/LC_MESSAGES/kcmtaskbar.mo
share/locale/km/LC_MESSAGES/kcmtdednssd.mo
share/locale/km/LC_MESSAGES/kcmtdeio.mo
share/locale/km/LC_MESSAGES/kcmtdewallet.mo
share/locale/km/LC_MESSAGES/kcmthinkpad.mo
share/locale/km/LC_MESSAGES/kcmtwindecoration.mo
share/locale/km/LC_MESSAGES/kcmtwinrules.mo
share/locale/km/LC_MESSAGES/kcmusb.mo
share/locale/km/LC_MESSAGES/kcmview1394.mo
share/locale/km/LC_MESSAGES/kcmvim.mo
share/locale/km/LC_MESSAGES/kcmwifi.mo
share/locale/km/LC_MESSAGES/kcmxinerama.mo
share/locale/km/LC_MESSAGES/kcoloredit.mo
share/locale/km/LC_MESSAGES/kcontrol.mo
share/locale/km/LC_MESSAGES/kcron.mo
share/locale/km/LC_MESSAGES/kdcop.mo
share/locale/km/LC_MESSAGES/kdesktop.mo
share/locale/km/LC_MESSAGES/kdf.mo
share/locale/km/LC_MESSAGES/kdgantt.mo
share/locale/km/LC_MESSAGES/kdialog.mo
share/locale/km/LC_MESSAGES/kdict.mo
share/locale/km/LC_MESSAGES/kdictapplet.mo
share/locale/km/LC_MESSAGES/kdjview.mo
share/locale/km/LC_MESSAGES/kdvi.mo
share/locale/km/LC_MESSAGES/kedit.mo
share/locale/km/LC_MESSAGES/keduca.mo
share/locale/km/LC_MESSAGES/kenolaba.mo
share/locale/km/LC_MESSAGES/kfax.mo
share/locale/km/LC_MESSAGES/kfaxview.mo
share/locale/km/LC_MESSAGES/kfifteenapplet.mo
share/locale/km/LC_MESSAGES/kfindpart.mo
share/locale/km/LC_MESSAGES/kfloppy.mo
share/locale/km/LC_MESSAGES/kfmclient.mo
share/locale/km/LC_MESSAGES/kfouleggs.mo
share/locale/km/LC_MESSAGES/kgamma.mo
share/locale/km/LC_MESSAGES/kgantt.mo
share/locale/km/LC_MESSAGES/kgeography.mo
share/locale/km/LC_MESSAGES/kget.mo
share/locale/km/LC_MESSAGES/kghostview.mo
share/locale/km/LC_MESSAGES/kgoldrunner.mo
share/locale/km/LC_MESSAGES/kgreet_classic.mo
share/locale/km/LC_MESSAGES/kgreet_winbind.mo
share/locale/km/LC_MESSAGES/khangman.mo
share/locale/km/LC_MESSAGES/khelpcenter.mo
share/locale/km/LC_MESSAGES/khexedit2part.mo
share/locale/km/LC_MESSAGES/khotkeys.mo
share/locale/km/LC_MESSAGES/kicker.mo
share/locale/km/LC_MESSAGES/kickermenu_kate.mo
share/locale/km/LC_MESSAGES/kig.mo
share/locale/km/LC_MESSAGES/kinetd.mo
share/locale/km/LC_MESSAGES/kiten.mo
share/locale/km/LC_MESSAGES/kjobviewer.mo
share/locale/km/LC_MESSAGES/kjots.mo
share/locale/km/LC_MESSAGES/kjumpingcube.mo
share/locale/km/LC_MESSAGES/klaptopdaemon.mo
share/locale/km/LC_MESSAGES/klatin.mo
share/locale/km/LC_MESSAGES/klegacyimport.mo
share/locale/km/LC_MESSAGES/kleopatra.mo
share/locale/km/LC_MESSAGES/klettres.mo
share/locale/km/LC_MESSAGES/klickety.mo
share/locale/km/LC_MESSAGES/klines.mo
share/locale/km/LC_MESSAGES/klipper.mo
share/locale/km/LC_MESSAGES/kmag.mo
share/locale/km/LC_MESSAGES/kmahjongg.mo
share/locale/km/LC_MESSAGES/kmail.mo
share/locale/km/LC_MESSAGES/kmail_text_calendar_plugin.mo
share/locale/km/LC_MESSAGES/kmail_text_vcard_plugin.mo
share/locale/km/LC_MESSAGES/kmailcvt.mo
share/locale/km/LC_MESSAGES/kmathapplet.mo
share/locale/km/LC_MESSAGES/kmathtool.mo
share/locale/km/LC_MESSAGES/kmcop.mo
share/locale/km/LC_MESSAGES/kmenuapplet.mo
share/locale/km/LC_MESSAGES/kmenuedit.mo
share/locale/km/LC_MESSAGES/kmessedwords.mo
share/locale/km/LC_MESSAGES/kmilo_delli8k.mo
share/locale/km/LC_MESSAGES/kmilo_generic.mo
share/locale/km/LC_MESSAGES/kmilo_kvaio.mo
share/locale/km/LC_MESSAGES/kmilo_powerbook.mo
share/locale/km/LC_MESSAGES/kmilo_thinkpad.mo
share/locale/km/LC_MESSAGES/kmilod.mo
share/locale/km/LC_MESSAGES/kmines.mo
share/locale/km/LC_MESSAGES/kminipagerapplet.mo
share/locale/km/LC_MESSAGES/kmix.mo
share/locale/km/LC_MESSAGES/kmobile.mo
share/locale/km/LC_MESSAGES/kmoon.mo
share/locale/km/LC_MESSAGES/kmousetool.mo
share/locale/km/LC_MESSAGES/kmouth.mo
share/locale/km/LC_MESSAGES/kmplot.mo
share/locale/km/LC_MESSAGES/kmrml.mo
share/locale/km/LC_MESSAGES/knetattach.mo
share/locale/km/LC_MESSAGES/knetwalk.mo
share/locale/km/LC_MESSAGES/knewsticker.mo
share/locale/km/LC_MESSAGES/knode.mo
share/locale/km/LC_MESSAGES/knotes.mo
share/locale/km/LC_MESSAGES/knotify.mo
share/locale/km/LC_MESSAGES/kodo.mo
share/locale/km/LC_MESSAGES/kolf.mo
share/locale/km/LC_MESSAGES/kolourpaint.mo
share/locale/km/LC_MESSAGES/kolourpicker.mo
share/locale/km/LC_MESSAGES/konnector_dummy.mo
share/locale/km/LC_MESSAGES/konnector_kabc.mo
share/locale/km/LC_MESSAGES/konnector_kcal.mo
share/locale/km/LC_MESSAGES/konnector_local.mo
share/locale/km/LC_MESSAGES/konnector_qtopia.mo
share/locale/km/LC_MESSAGES/konnector_remote.mo
share/locale/km/LC_MESSAGES/konq_smbmounterplugin.mo
share/locale/km/LC_MESSAGES/konqsidebar_delicious.mo
share/locale/km/LC_MESSAGES/konqsidebar_mediaplayer.mo
share/locale/km/LC_MESSAGES/konqsidebar_metabar.mo
share/locale/km/LC_MESSAGES/konqsidebar_news.mo
share/locale/km/LC_MESSAGES/konqueror.mo
share/locale/km/LC_MESSAGES/konquest.mo
share/locale/km/LC_MESSAGES/konsole.mo
share/locale/km/LC_MESSAGES/konsolekalendar.mo
share/locale/km/LC_MESSAGES/kontact.mo
share/locale/km/LC_MESSAGES/kooka.mo
share/locale/km/LC_MESSAGES/kopete.mo
share/locale/km/LC_MESSAGES/korganizer.mo
share/locale/km/LC_MESSAGES/korn.mo
share/locale/km/LC_MESSAGES/kpackage.mo
share/locale/km/LC_MESSAGES/kpager.mo
share/locale/km/LC_MESSAGES/kpartapp.mo
share/locale/km/LC_MESSAGES/kpat.mo
share/locale/km/LC_MESSAGES/kpdf.mo
share/locale/km/LC_MESSAGES/kpercentage.mo
share/locale/km/LC_MESSAGES/kpersonalizer.mo
share/locale/km/LC_MESSAGES/kpf.mo
share/locale/km/LC_MESSAGES/kpoker.mo
share/locale/km/LC_MESSAGES/kpovmodeler.mo
share/locale/km/LC_MESSAGES/kppp.mo
share/locale/km/LC_MESSAGES/kppplogview.mo
share/locale/km/LC_MESSAGES/kprinter.mo
share/locale/km/LC_MESSAGES/krdb.mo
share/locale/km/LC_MESSAGES/krdc.mo
share/locale/km/LC_MESSAGES/kreadconfig.mo
share/locale/km/LC_MESSAGES/krec.mo
share/locale/km/LC_MESSAGES/kregexpeditor.mo
share/locale/km/LC_MESSAGES/kres_birthday.mo
share/locale/km/LC_MESSAGES/kres_blogging.mo
share/locale/km/LC_MESSAGES/kres_exchange.mo
share/locale/km/LC_MESSAGES/kres_featureplan.mo
share/locale/km/LC_MESSAGES/kres_groupware.mo
share/locale/km/LC_MESSAGES/kres_groupwise.mo
share/locale/km/LC_MESSAGES/kres_kolab.mo
share/locale/km/LC_MESSAGES/kres_opengroupware.mo
share/locale/km/LC_MESSAGES/kres_remote.mo
share/locale/km/LC_MESSAGES/kres_tvanytime.mo
share/locale/km/LC_MESSAGES/kres_xmlrpc.mo
share/locale/km/LC_MESSAGES/kreversi.mo
share/locale/km/LC_MESSAGES/krfb.mo
share/locale/km/LC_MESSAGES/kruler.mo
share/locale/km/LC_MESSAGES/krunapplet.mo
share/locale/km/LC_MESSAGES/ksame.mo
share/locale/km/LC_MESSAGES/ksayit.mo
share/locale/km/LC_MESSAGES/kscd.mo
share/locale/km/LC_MESSAGES/kshisen.mo
share/locale/km/LC_MESSAGES/ksig.mo
share/locale/km/LC_MESSAGES/ksim.mo
share/locale/km/LC_MESSAGES/ksirc.mo
share/locale/km/LC_MESSAGES/ksirtet.mo
share/locale/km/LC_MESSAGES/ksmiletris.mo
share/locale/km/LC_MESSAGES/ksmserver.mo
share/locale/km/LC_MESSAGES/ksnake.mo
share/locale/km/LC_MESSAGES/ksnapshot.mo
share/locale/km/LC_MESSAGES/ksokoban.mo
share/locale/km/LC_MESSAGES/kspaceduel.mo
share/locale/km/LC_MESSAGES/ksplash.mo
share/locale/km/LC_MESSAGES/ksplashthemes.mo
share/locale/km/LC_MESSAGES/kstars.mo
share/locale/km/LC_MESSAGES/kstart.mo
share/locale/km/LC_MESSAGES/ksvgplugin.mo
share/locale/km/LC_MESSAGES/ksync.mo
share/locale/km/LC_MESSAGES/ksysguard.mo
share/locale/km/LC_MESSAGES/ksystemtrayapplet.mo
share/locale/km/LC_MESSAGES/ksystraycmd.mo
share/locale/km/LC_MESSAGES/ktalkd.mo
share/locale/km/LC_MESSAGES/ktaskbarapplet.mo
share/locale/km/LC_MESSAGES/kteatime.mo
share/locale/km/LC_MESSAGES/kthememanager.mo
share/locale/km/LC_MESSAGES/ktimemon.mo
share/locale/km/LC_MESSAGES/ktimer.mo
share/locale/km/LC_MESSAGES/ktip.mo
share/locale/km/LC_MESSAGES/ktnef.mo
share/locale/km/LC_MESSAGES/ktouch.mo
share/locale/km/LC_MESSAGES/ktron.mo
share/locale/km/LC_MESSAGES/kttsd.mo
share/locale/km/LC_MESSAGES/kttsd_commandplugin.mo
share/locale/km/LC_MESSAGES/kttsd_eposplugin.mo
share/locale/km/LC_MESSAGES/kttsd_festivalintplugin.mo
share/locale/km/LC_MESSAGES/kttsd_fliteplugin.mo
share/locale/km/LC_MESSAGES/kttsd_freettsplugin.mo
share/locale/km/LC_MESSAGES/kttsd_hadifixplugin.mo
share/locale/km/LC_MESSAGES/kttsd_sbdplugin.mo
share/locale/km/LC_MESSAGES/kttsd_stringreplacerplugin.mo
share/locale/km/LC_MESSAGES/kttsd_talkerchooserplugin.mo
share/locale/km/LC_MESSAGES/kttsd_xmltransformerplugin.mo
share/locale/km/LC_MESSAGES/kttsjobmgr.mo
share/locale/km/LC_MESSAGES/kttsmgr.mo
share/locale/km/LC_MESSAGES/ktuberling.mo
share/locale/km/LC_MESSAGES/kturtle.mo
share/locale/km/LC_MESSAGES/ktux.mo
share/locale/km/LC_MESSAGES/kuick_plugin.mo
share/locale/km/LC_MESSAGES/kuickshow.mo
share/locale/km/LC_MESSAGES/kverbos.mo
share/locale/km/LC_MESSAGES/kview.mo
share/locale/km/LC_MESSAGES/kview_scale.mo
share/locale/km/LC_MESSAGES/kviewbrowserplugin.mo
share/locale/km/LC_MESSAGES/kviewcanvas.mo
share/locale/km/LC_MESSAGES/kvieweffectsplugin.mo
share/locale/km/LC_MESSAGES/kviewpresenterplugin.mo
share/locale/km/LC_MESSAGES/kviewscannerplugin.mo
share/locale/km/LC_MESSAGES/kviewshell.mo
share/locale/km/LC_MESSAGES/kviewtemplateplugin.mo
share/locale/km/LC_MESSAGES/kviewviewer.mo
share/locale/km/LC_MESSAGES/kvoctrain.mo
share/locale/km/LC_MESSAGES/kwatchgnupg.mo
share/locale/km/LC_MESSAGES/kweather.mo
share/locale/km/LC_MESSAGES/kwifimanager.mo
share/locale/km/LC_MESSAGES/kwireless.mo
share/locale/km/LC_MESSAGES/kwordquiz.mo
share/locale/km/LC_MESSAGES/kworldclock.mo
share/locale/km/LC_MESSAGES/kwriteconfig.mo
share/locale/km/LC_MESSAGES/kxkb.mo
share/locale/km/LC_MESSAGES/kxmlrpcd.mo
share/locale/km/LC_MESSAGES/libKTTSD.mo
share/locale/km/LC_MESSAGES/libcalendarresources.mo
share/locale/km/LC_MESSAGES/libdmctl.mo
share/locale/km/LC_MESSAGES/libkaddrbk_geo_xxport.mo
share/locale/km/LC_MESSAGES/libkaddrbk_gmx_xxport.mo
share/locale/km/LC_MESSAGES/libkcal.mo
share/locale/km/LC_MESSAGES/libkcalsystem.mo
share/locale/km/LC_MESSAGES/libkcddb.mo
share/locale/km/LC_MESSAGES/libkdehighscores.mo
share/locale/km/LC_MESSAGES/libkfaximgage.mo
share/locale/km/LC_MESSAGES/libkholidays.mo
share/locale/km/LC_MESSAGES/libkicker.mo
share/locale/km/LC_MESSAGES/libkickermenu_konsole.mo
share/locale/km/LC_MESSAGES/libkickermenu_prefmenu.mo
share/locale/km/LC_MESSAGES/libkickermenu_recentdocs.mo
share/locale/km/LC_MESSAGES/libkickermenu_remotemenu.mo
share/locale/km/LC_MESSAGES/libkickermenu_systemmenu.mo
share/locale/km/LC_MESSAGES/libkickermenu_tdeprint.mo
share/locale/km/LC_MESSAGES/libkickermenu_tom.mo
share/locale/km/LC_MESSAGES/libkleopatra.mo
share/locale/km/LC_MESSAGES/libkmime.mo
share/locale/km/LC_MESSAGES/libkonq.mo
share/locale/km/LC_MESSAGES/libkpgp.mo
share/locale/km/LC_MESSAGES/libkpimexchange.mo
share/locale/km/LC_MESSAGES/libkscan.mo
share/locale/km/LC_MESSAGES/libksieve.mo
share/locale/km/LC_MESSAGES/libksirtet.mo
share/locale/km/LC_MESSAGES/libksync.mo
share/locale/km/LC_MESSAGES/libtaskbar.mo
share/locale/km/LC_MESSAGES/libtaskmanager.mo
share/locale/km/LC_MESSAGES/libtdeedu.mo
share/locale/km/LC_MESSAGES/libtdegames.mo
share/locale/km/LC_MESSAGES/libtdenetwork.mo
share/locale/km/LC_MESSAGES/libtdepim.mo
share/locale/km/LC_MESSAGES/libtdescreensaver.mo
share/locale/km/LC_MESSAGES/lockout.mo
share/locale/km/LC_MESSAGES/lskat.mo
share/locale/km/LC_MESSAGES/lyrics.mo
share/locale/km/LC_MESSAGES/mediaapplet.mo
share/locale/km/LC_MESSAGES/mediacontrol.mo
share/locale/km/LC_MESSAGES/mf_konqplugin.mo
share/locale/km/LC_MESSAGES/minitoolsplugin.mo
share/locale/km/LC_MESSAGES/multisynk.mo
share/locale/km/LC_MESSAGES/naughtyapplet.mo
share/locale/km/LC_MESSAGES/nexscope.mo
share/locale/km/LC_MESSAGES/noatun.mo
share/locale/km/LC_MESSAGES/nsplugin.mo
share/locale/km/LC_MESSAGES/pitchablespeed.mo
share/locale/km/LC_MESSAGES/ppdtranslations.mo
share/locale/km/LC_MESSAGES/privacy.mo
share/locale/km/LC_MESSAGES/quanta.mo
share/locale/km/LC_MESSAGES/quicklauncher.mo
share/locale/km/LC_MESSAGES/rellinks.mo
share/locale/km/LC_MESSAGES/searchbarplugin.mo
share/locale/km/LC_MESSAGES/superkaramba.mo
share/locale/km/LC_MESSAGES/synaescope.mo
share/locale/km/LC_MESSAGES/taskbarextension.mo
share/locale/km/LC_MESSAGES/tdeabc2mutt.mo
share/locale/km/LC_MESSAGES/tdeabc_dir.mo
share/locale/km/LC_MESSAGES/tdeabc_file.mo
share/locale/km/LC_MESSAGES/tdeabc_ldaptdeio.mo
share/locale/km/LC_MESSAGES/tdeabc_net.mo
share/locale/km/LC_MESSAGES/tdeabc_slox.mo
share/locale/km/LC_MESSAGES/tdeabc_sql.mo
share/locale/km/LC_MESSAGES/tdeabcformat_binary.mo
share/locale/km/LC_MESSAGES/tdecmshell.mo
share/locale/km/LC_MESSAGES/tdedebugdialog.mo
share/locale/km/LC_MESSAGES/tdefile_au.mo
share/locale/km/LC_MESSAGES/tdefile_avi.mo
share/locale/km/LC_MESSAGES/tdefile_bmp.mo
share/locale/km/LC_MESSAGES/tdefile_cert.mo
share/locale/km/LC_MESSAGES/tdefile_dds.mo
share/locale/km/LC_MESSAGES/tdefile_deb.mo
share/locale/km/LC_MESSAGES/tdefile_desktop.mo
share/locale/km/LC_MESSAGES/tdefile_drgeo.mo
share/locale/km/LC_MESSAGES/tdefile_dvi.mo
share/locale/km/LC_MESSAGES/tdefile_exr.mo
share/locale/km/LC_MESSAGES/tdefile_flac.mo
share/locale/km/LC_MESSAGES/tdefile_folder.mo
share/locale/km/LC_MESSAGES/tdefile_gif.mo
share/locale/km/LC_MESSAGES/tdefile_html.mo
share/locale/km/LC_MESSAGES/tdefile_ico.mo
share/locale/km/LC_MESSAGES/tdefile_ics.mo
share/locale/km/LC_MESSAGES/tdefile_jpeg.mo
share/locale/km/LC_MESSAGES/tdefile_kig.mo
share/locale/km/LC_MESSAGES/tdefile_lnk.mo
share/locale/km/LC_MESSAGES/tdefile_m3u.mo
share/locale/km/LC_MESSAGES/tdefile_mhtml.mo
share/locale/km/LC_MESSAGES/tdefile_mp3.mo
share/locale/km/LC_MESSAGES/tdefile_mpc.mo
share/locale/km/LC_MESSAGES/tdefile_mpeg.mo
share/locale/km/LC_MESSAGES/tdefile_ogg.mo
share/locale/km/LC_MESSAGES/tdefile_palm.mo
share/locale/km/LC_MESSAGES/tdefile_pcx.mo
share/locale/km/LC_MESSAGES/tdefile_pdf.mo
share/locale/km/LC_MESSAGES/tdefile_png.mo
share/locale/km/LC_MESSAGES/tdefile_pnm.mo
share/locale/km/LC_MESSAGES/tdefile_ps.mo
share/locale/km/LC_MESSAGES/tdefile_rfc822.mo
share/locale/km/LC_MESSAGES/tdefile_rgb.mo
share/locale/km/LC_MESSAGES/tdefile_rpm.mo
share/locale/km/LC_MESSAGES/tdefile_sid.mo
share/locale/km/LC_MESSAGES/tdefile_tga.mo
share/locale/km/LC_MESSAGES/tdefile_theora.mo
share/locale/km/LC_MESSAGES/tdefile_tiff.mo
share/locale/km/LC_MESSAGES/tdefile_torrent.mo
share/locale/km/LC_MESSAGES/tdefile_txt.mo
share/locale/km/LC_MESSAGES/tdefile_vcf.mo
share/locale/km/LC_MESSAGES/tdefile_wav.mo
share/locale/km/LC_MESSAGES/tdefile_xbm.mo
share/locale/km/LC_MESSAGES/tdefile_xpm.mo
share/locale/km/LC_MESSAGES/tdefileaudiopreview.mo
share/locale/km/LC_MESSAGES/tdefileshare.mo
share/locale/km/LC_MESSAGES/tdefontinst.mo
share/locale/km/LC_MESSAGES/tdehtmlkttsd.mo
share/locale/km/LC_MESSAGES/tdehtmlsettingsplugin.mo
share/locale/km/LC_MESSAGES/tdeiconedit.mo
share/locale/km/LC_MESSAGES/tdeio.mo
share/locale/km/LC_MESSAGES/tdeio_audiocd.mo
share/locale/km/LC_MESSAGES/tdeio_finger.mo
share/locale/km/LC_MESSAGES/tdeio_fish.mo
share/locale/km/LC_MESSAGES/tdeio_floppy.mo
share/locale/km/LC_MESSAGES/tdeio_groupwise.mo
share/locale/km/LC_MESSAGES/tdeio_help.mo
share/locale/km/LC_MESSAGES/tdeio_home.mo
share/locale/km/LC_MESSAGES/tdeio_imap4.mo
share/locale/km/LC_MESSAGES/tdeio_jabberdisco.mo
share/locale/km/LC_MESSAGES/tdeio_lan.mo
share/locale/km/LC_MESSAGES/tdeio_ldap.mo
share/locale/km/LC_MESSAGES/tdeio_mac.mo
share/locale/km/LC_MESSAGES/tdeio_man.mo
share/locale/km/LC_MESSAGES/tdeio_media.mo
share/locale/km/LC_MESSAGES/tdeio_mobile.mo
share/locale/km/LC_MESSAGES/tdeio_newimap4.mo
share/locale/km/LC_MESSAGES/tdeio_nfs.mo
share/locale/km/LC_MESSAGES/tdeio_nntp.mo
share/locale/km/LC_MESSAGES/tdeio_pop3.mo
share/locale/km/LC_MESSAGES/tdeio_print.mo
share/locale/km/LC_MESSAGES/tdeio_remote.mo
share/locale/km/LC_MESSAGES/tdeio_settings.mo
share/locale/km/LC_MESSAGES/tdeio_sftp.mo
share/locale/km/LC_MESSAGES/tdeio_sieve.mo
share/locale/km/LC_MESSAGES/tdeio_smb.mo
share/locale/km/LC_MESSAGES/tdeio_smtp.mo
share/locale/km/LC_MESSAGES/tdeio_system.mo
share/locale/km/LC_MESSAGES/tdeio_tar.mo
share/locale/km/LC_MESSAGES/tdeio_thumbnail.mo
share/locale/km/LC_MESSAGES/tdeio_trash.mo
share/locale/km/LC_MESSAGES/tdeio_zeroconf.mo
share/locale/km/LC_MESSAGES/tdeioexec.mo
share/locale/km/LC_MESSAGES/tdelibs.mo
share/locale/km/LC_MESSAGES/tdelibs_colors.mo
share/locale/km/LC_MESSAGES/tdelirc.mo
share/locale/km/LC_MESSAGES/tdemid.mo
share/locale/km/LC_MESSAGES/tdepasswd.mo
share/locale/km/LC_MESSAGES/tdepimresources.mo
share/locale/km/LC_MESSAGES/tdepimwizards.mo
share/locale/km/LC_MESSAGES/tdeprint.mo
share/locale/km/LC_MESSAGES/tdeprint_part.mo
share/locale/km/LC_MESSAGES/tdeprintfax.mo
share/locale/km/LC_MESSAGES/tderandr.mo
share/locale/km/LC_MESSAGES/tdescreensaver.mo
share/locale/km/LC_MESSAGES/tdessh.mo
share/locale/km/LC_MESSAGES/tdestyle_highcontrast_config.mo
share/locale/km/LC_MESSAGES/tdestyle_keramik_config.mo
share/locale/km/LC_MESSAGES/tdestyle_plastik_config.mo
share/locale/km/LC_MESSAGES/tdesu.mo
share/locale/km/LC_MESSAGES/tdesud.mo
share/locale/km/LC_MESSAGES/tdetexteditor_autobookmarker.mo
share/locale/km/LC_MESSAGES/tdetexteditor_docwordcompletion.mo
share/locale/km/LC_MESSAGES/tdetexteditor_insertfile.mo
share/locale/km/LC_MESSAGES/tdetexteditor_isearch.mo
share/locale/km/LC_MESSAGES/tdetexteditor_kdatatool.mo
share/locale/km/LC_MESSAGES/tdetexteditor_kttsd.mo
share/locale/km/LC_MESSAGES/tdewalletmanager.mo
share/locale/km/LC_MESSAGES/tdmconfig.mo
share/locale/km/LC_MESSAGES/tdmgreet.mo
share/locale/km/LC_MESSAGES/timezones.mo
share/locale/km/LC_MESSAGES/tippecanoe.mo
share/locale/km/LC_MESSAGES/trashapplet.mo
share/locale/km/LC_MESSAGES/twin.mo
share/locale/km/LC_MESSAGES/twin4.mo
share/locale/km/LC_MESSAGES/twin_clients.mo
share/locale/km/LC_MESSAGES/twin_lib.mo
share/locale/km/LC_MESSAGES/tyler.mo
share/locale/km/LC_MESSAGES/uachangerplugin.mo
share/locale/km/LC_MESSAGES/useraccount.mo
share/locale/km/LC_MESSAGES/validatorsplugin.mo
share/locale/km/LC_MESSAGES/vimpart.mo
share/locale/km/LC_MESSAGES/wakeup.mo
share/locale/km/LC_MESSAGES/wavecapture.mo
share/locale/km/LC_MESSAGES/webarchiver.mo
share/locale/km/charset
share/locale/km/entry.desktop
share/locale/km/flag.png

@ -0,0 +1,43 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: core/tde-i18n-ko > misc/tde-i18n-ko
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTLANG= ko
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${PORTLANG}
TDE_PREVERSION=
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= misc x11
DIST_SUBDIR= TDE/core
PKGNAMEPREFIX= ${PORTLANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${PORTLANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}template/' \
'${EXTRACT_BASE}translations/' \
'${EXTRACT_BASE}tde-i18n-${PORTLANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
\
-DBUILD_ALL="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1682085541
SHA256 (TDE/core/tde-i18n-trinity_14.1.0.orig.tar.xz) = 9f64b518db380d1d0acf3f6b5baafdb3f486953739b9484bdc5d31f34f466a75
SIZE (TDE/core/tde-i18n-trinity_14.1.0.orig.tar.xz) = 195332236

@ -0,0 +1 @@
Korean (ko) internationalized (i18n) files for TDE

@ -0,0 +1,513 @@
share/doc/tde/HTML/ko/common/1.png
share/doc/tde/HTML/ko/common/10.png
share/doc/tde/HTML/ko/common/2.png
share/doc/tde/HTML/ko/common/3.png
share/doc/tde/HTML/ko/common/4.png
share/doc/tde/HTML/ko/common/5.png
share/doc/tde/HTML/ko/common/6.png
share/doc/tde/HTML/ko/common/7.png
share/doc/tde/HTML/ko/common/8.png
share/doc/tde/HTML/ko/common/9.png
share/doc/tde/HTML/ko/common/appheader.html
share/doc/tde/HTML/ko/common/artistic-license.html
share/doc/tde/HTML/ko/common/block_title_bottom.png
share/doc/tde/HTML/ko/common/block_title_mid.png
share/doc/tde/HTML/ko/common/block_title_top.png
share/doc/tde/HTML/ko/common/bottom-left.png
share/doc/tde/HTML/ko/common/bottom-middle.png
share/doc/tde/HTML/ko/common/bottom-right.png
share/doc/tde/HTML/ko/common/bottom1.png
share/doc/tde/HTML/ko/common/bottom2.png
share/doc/tde/HTML/ko/common/bsd-license.html
share/doc/tde/HTML/ko/common/docheadergears.png
share/doc/tde/HTML/ko/common/doctop1.png
share/doc/tde/HTML/ko/common/doctop1a.png
share/doc/tde/HTML/ko/common/doctop1b.png
share/doc/tde/HTML/ko/common/doctop2.png
share/doc/tde/HTML/ko/common/doxygen.css
share/doc/tde/HTML/ko/common/favicon.ico
share/doc/tde/HTML/ko/common/fdl-license
share/doc/tde/HTML/ko/common/fdl-license.html
share/doc/tde/HTML/ko/common/fdl-notice.html
share/doc/tde/HTML/ko/common/fdl-translated.html
share/doc/tde/HTML/ko/common/flat.css
share/doc/tde/HTML/ko/common/footer.html
share/doc/tde/HTML/ko/common/gpl-license
share/doc/tde/HTML/ko/common/gpl-license.html
share/doc/tde/HTML/ko/common/gpl-translated.html
share/doc/tde/HTML/ko/common/grad.png
share/doc/tde/HTML/ko/common/header.html
share/doc/tde/HTML/ko/common/headerbg.png
share/doc/tde/HTML/ko/common/kde_gear_64.png
share/doc/tde/HTML/ko/common/kde_logo.png
share/doc/tde/HTML/ko/common/kde_logo_bg.png
share/doc/tde/HTML/ko/common/kmenu.png
share/doc/tde/HTML/ko/common/lgpl-license
share/doc/tde/HTML/ko/common/lgpl-license.html
share/doc/tde/HTML/ko/common/logotp3.png
share/doc/tde/HTML/ko/common/mainfooter.html
share/doc/tde/HTML/ko/common/mainheader.html
share/doc/tde/HTML/ko/common/print.css
share/doc/tde/HTML/ko/common/qpl-license.html
share/doc/tde/HTML/ko/common/shadow.png
share/doc/tde/HTML/ko/common/tabs.css
share/doc/tde/HTML/ko/common/tde-common.css
share/doc/tde/HTML/ko/common/tde-default.css
share/doc/tde/HTML/ko/common/tde-docs.css
share/doc/tde/HTML/ko/common/tde-localised.css
share/doc/tde/HTML/ko/common/tde-localised.css.template
share/doc/tde/HTML/ko/common/tde-web.css
share/doc/tde/HTML/ko/common/tde.css
share/doc/tde/HTML/ko/common/top-left.jpg
share/doc/tde/HTML/ko/common/top-left.png
share/doc/tde/HTML/ko/common/top-middle.png
share/doc/tde/HTML/ko/common/top-right-konqueror.png
share/doc/tde/HTML/ko/common/top-right.jpg
share/doc/tde/HTML/ko/common/top-right.png
share/doc/tde/HTML/ko/common/top-trinity.jpg
share/doc/tde/HTML/ko/common/top.jpg
share/doc/tde/HTML/ko/common/web-docbottom.png
share/doc/tde/HTML/ko/common/web-doctop.png
share/doc/tde/HTML/ko/common/x11-license.html
share/doc/tde/HTML/ko/common/xml.dcl
share/locale/ko/LC_MESSAGES/akregator.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/artsmodules.mo
share/locale/ko/LC_MESSAGES/audiocd_encoder_lame.mo
share/locale/ko/LC_MESSAGES/audiocd_encoder_vorbis.mo
share/locale/ko/LC_MESSAGES/cervisia.mo
share/locale/ko/LC_MESSAGES/clockapplet.mo
share/locale/ko/LC_MESSAGES/cupsdconf.mo
share/locale/ko/LC_MESSAGES/cvsservice.mo
share/locale/ko/LC_MESSAGES/dcoprss.mo
share/locale/ko/LC_MESSAGES/display.mo
share/locale/ko/LC_MESSAGES/dockbarextension.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/irkick.mo
share/locale/ko/LC_MESSAGES/joystick.mo
share/locale/ko/LC_MESSAGES/juk.mo
share/locale/ko/LC_MESSAGES/kaboodle.mo
share/locale/ko/LC_MESSAGES/kaccess.mo
share/locale/ko/LC_MESSAGES/kaddressbook.mo
share/locale/ko/LC_MESSAGES/kalarm.mo
share/locale/ko/LC_MESSAGES/kandy.mo
share/locale/ko/LC_MESSAGES/kappfinder.mo
share/locale/ko/LC_MESSAGES/karm.mo
share/locale/ko/LC_MESSAGES/kasbarextension.mo
share/locale/ko/LC_MESSAGES/kasteroids.mo
share/locale/ko/LC_MESSAGES/kate.mo
share/locale/ko/LC_MESSAGES/katepart.mo
share/locale/ko/LC_MESSAGES/katomic.mo
share/locale/ko/LC_MESSAGES/kaudiocreator.mo
share/locale/ko/LC_MESSAGES/kay.mo
share/locale/ko/LC_MESSAGES/kbabel.mo
share/locale/ko/LC_MESSAGES/kbattleship.mo
share/locale/ko/LC_MESSAGES/kbounce.mo
share/locale/ko/LC_MESSAGES/kbstateapplet.mo
share/locale/ko/LC_MESSAGES/kbugbuster.mo
share/locale/ko/LC_MESSAGES/kcalc.mo
share/locale/ko/LC_MESSAGES/kcharselect.mo
share/locale/ko/LC_MESSAGES/kcharselectapplet.mo
share/locale/ko/LC_MESSAGES/kcm_krfb.mo
share/locale/ko/LC_MESSAGES/kcm_kviewcanvasconfig.mo
share/locale/ko/LC_MESSAGES/kcm_kviewgeneralconfig.mo
share/locale/ko/LC_MESSAGES/kcm_kviewpluginsconfig.mo
share/locale/ko/LC_MESSAGES/kcm_kviewviewerpluginsconfig.mo
share/locale/ko/LC_MESSAGES/kcmaccess.mo
share/locale/ko/LC_MESSAGES/kcmaccessibility.mo
share/locale/ko/LC_MESSAGES/kcmarts.mo
share/locale/ko/LC_MESSAGES/kcmaudiocd.mo
share/locale/ko/LC_MESSAGES/kcmbackground.mo
share/locale/ko/LC_MESSAGES/kcmbell.mo
share/locale/ko/LC_MESSAGES/kcmcddb.mo
share/locale/ko/LC_MESSAGES/kcmcgi.mo
share/locale/ko/LC_MESSAGES/kcmcolors.mo
share/locale/ko/LC_MESSAGES/kcmcomponentchooser.mo
share/locale/ko/LC_MESSAGES/kcmcrypto.mo
share/locale/ko/LC_MESSAGES/kcmcss.mo
share/locale/ko/LC_MESSAGES/kcmenergy.mo
share/locale/ko/LC_MESSAGES/kcmfonts.mo
share/locale/ko/LC_MESSAGES/kcmhtmlsearch.mo
share/locale/ko/LC_MESSAGES/kcmicons.mo
share/locale/ko/LC_MESSAGES/kcminfo.mo
share/locale/ko/LC_MESSAGES/kcminput.mo
share/locale/ko/LC_MESSAGES/kcmioslaveinfo.mo
share/locale/ko/LC_MESSAGES/kcmkabconfig.mo
share/locale/ko/LC_MESSAGES/kcmkamera.mo
share/locale/ko/LC_MESSAGES/kcmkclock.mo
share/locale/ko/LC_MESSAGES/kcmkded.mo
share/locale/ko/LC_MESSAGES/kcmkeys.mo
share/locale/ko/LC_MESSAGES/kcmkicker.mo
share/locale/ko/LC_MESSAGES/kcmkonq.mo
share/locale/ko/LC_MESSAGES/kcmkonqhtml.mo
share/locale/ko/LC_MESSAGES/kcmkonsole.mo
share/locale/ko/LC_MESSAGES/kcmkontactnt.mo
share/locale/ko/LC_MESSAGES/kcmktalkd.mo
share/locale/ko/LC_MESSAGES/kcmkurifilt.mo
share/locale/ko/LC_MESSAGES/kcmkvaio.mo
share/locale/ko/LC_MESSAGES/kcmkwm.mo
share/locale/ko/LC_MESSAGES/kcmlanbrowser.mo
share/locale/ko/LC_MESSAGES/kcmlaptop.mo
share/locale/ko/LC_MESSAGES/kcmlaunch.mo
share/locale/ko/LC_MESSAGES/kcmlayout.mo
share/locale/ko/LC_MESSAGES/kcmlilo.mo
share/locale/ko/LC_MESSAGES/kcmlirc.mo
share/locale/ko/LC_MESSAGES/kcmlocale.mo
share/locale/ko/LC_MESSAGES/kcmmedia.mo
share/locale/ko/LC_MESSAGES/kcmnic.mo
share/locale/ko/LC_MESSAGES/kcmnotify.mo
share/locale/ko/LC_MESSAGES/kcmperformance.mo
share/locale/ko/LC_MESSAGES/kcmprintmgr.mo
share/locale/ko/LC_MESSAGES/kcmsamba.mo
share/locale/ko/LC_MESSAGES/kcmscreensaver.mo
share/locale/ko/LC_MESSAGES/kcmsmartcard.mo
share/locale/ko/LC_MESSAGES/kcmsmserver.mo
share/locale/ko/LC_MESSAGES/kcmspellchecking.mo
share/locale/ko/LC_MESSAGES/kcmstyle.mo
share/locale/ko/LC_MESSAGES/kcmtaskbar.mo
share/locale/ko/LC_MESSAGES/kcmtdednssd.mo
share/locale/ko/LC_MESSAGES/kcmtdeio.mo
share/locale/ko/LC_MESSAGES/kcmtdewallet.mo
share/locale/ko/LC_MESSAGES/kcmthinkpad.mo
share/locale/ko/LC_MESSAGES/kcmtwindecoration.mo
share/locale/ko/LC_MESSAGES/kcmtwinrules.mo
share/locale/ko/LC_MESSAGES/kcmusb.mo
share/locale/ko/LC_MESSAGES/kcmview1394.mo
share/locale/ko/LC_MESSAGES/kcmwifi.mo
share/locale/ko/LC_MESSAGES/kcmxinerama.mo
share/locale/ko/LC_MESSAGES/kcoloredit.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/kdesktop.mo
share/locale/ko/LC_MESSAGES/kdf.mo
share/locale/ko/LC_MESSAGES/kdgantt.mo
share/locale/ko/LC_MESSAGES/kdialog.mo
share/locale/ko/LC_MESSAGES/kdict.mo
share/locale/ko/LC_MESSAGES/kdictapplet.mo
share/locale/ko/LC_MESSAGES/kdjview.mo
share/locale/ko/LC_MESSAGES/kdvi.mo
share/locale/ko/LC_MESSAGES/kedit.mo
share/locale/ko/LC_MESSAGES/kenolaba.mo
share/locale/ko/LC_MESSAGES/kfax.mo
share/locale/ko/LC_MESSAGES/kfaxview.mo
share/locale/ko/LC_MESSAGES/kfifteenapplet.mo
share/locale/ko/LC_MESSAGES/kfindpart.mo
share/locale/ko/LC_MESSAGES/kfloppy.mo
share/locale/ko/LC_MESSAGES/kfmclient.mo
share/locale/ko/LC_MESSAGES/kgamma.mo
share/locale/ko/LC_MESSAGES/kgantt.mo
share/locale/ko/LC_MESSAGES/kget.mo
share/locale/ko/LC_MESSAGES/kghostview.mo
share/locale/ko/LC_MESSAGES/kgpg.mo
share/locale/ko/LC_MESSAGES/kgreet_classic.mo
share/locale/ko/LC_MESSAGES/kgreet_winbind.mo
share/locale/ko/LC_MESSAGES/khelpcenter.mo
share/locale/ko/LC_MESSAGES/khexedit.mo
share/locale/ko/LC_MESSAGES/khexedit2part.mo
share/locale/ko/LC_MESSAGES/khotkeys.mo
share/locale/ko/LC_MESSAGES/kicker.mo
share/locale/ko/LC_MESSAGES/kimagemapeditor.mo
share/locale/ko/LC_MESSAGES/kinetd.mo
share/locale/ko/LC_MESSAGES/kjobviewer.mo
share/locale/ko/LC_MESSAGES/kjots.mo
share/locale/ko/LC_MESSAGES/klaptopdaemon.mo
share/locale/ko/LC_MESSAGES/kleopatra.mo
share/locale/ko/LC_MESSAGES/klines.mo
share/locale/ko/LC_MESSAGES/klinkstatus.mo
share/locale/ko/LC_MESSAGES/klipper.mo
share/locale/ko/LC_MESSAGES/klock.mo
share/locale/ko/LC_MESSAGES/kmag.mo
share/locale/ko/LC_MESSAGES/kmahjongg.mo
share/locale/ko/LC_MESSAGES/kmail.mo
share/locale/ko/LC_MESSAGES/kmail_text_calendar_plugin.mo
share/locale/ko/LC_MESSAGES/kmail_text_vcard_plugin.mo
share/locale/ko/LC_MESSAGES/kmailcvt.mo
share/locale/ko/LC_MESSAGES/kmcop.mo
share/locale/ko/LC_MESSAGES/kmenuapplet.mo
share/locale/ko/LC_MESSAGES/kmenuedit.mo
share/locale/ko/LC_MESSAGES/kmilo_delli8k.mo
share/locale/ko/LC_MESSAGES/kmilo_generic.mo
share/locale/ko/LC_MESSAGES/kmilo_kvaio.mo
share/locale/ko/LC_MESSAGES/kmilo_powerbook.mo
share/locale/ko/LC_MESSAGES/kmilo_thinkpad.mo
share/locale/ko/LC_MESSAGES/kmilod.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/kmobile.mo
share/locale/ko/LC_MESSAGES/kmoon.mo
share/locale/ko/LC_MESSAGES/kmousetool.mo
share/locale/ko/LC_MESSAGES/kmouth.mo
share/locale/ko/LC_MESSAGES/kmrml.mo
share/locale/ko/LC_MESSAGES/knetattach.mo
share/locale/ko/LC_MESSAGES/knetwalk.mo
share/locale/ko/LC_MESSAGES/knewsticker.mo
share/locale/ko/LC_MESSAGES/knode.mo
share/locale/ko/LC_MESSAGES/knotes.mo
share/locale/ko/LC_MESSAGES/knotify.mo
share/locale/ko/LC_MESSAGES/kodo.mo
share/locale/ko/LC_MESSAGES/kolourpaint.mo
share/locale/ko/LC_MESSAGES/kommander.mo
share/locale/ko/LC_MESSAGES/kompare.mo
share/locale/ko/LC_MESSAGES/konqueror.mo
share/locale/ko/LC_MESSAGES/konsole.mo
share/locale/ko/LC_MESSAGES/konsolekalendar.mo
share/locale/ko/LC_MESSAGES/kontact.mo
share/locale/ko/LC_MESSAGES/kooka.mo
share/locale/ko/LC_MESSAGES/kopete.mo
share/locale/ko/LC_MESSAGES/korganizer.mo
share/locale/ko/LC_MESSAGES/korn.mo
share/locale/ko/LC_MESSAGES/kpackage.mo
share/locale/ko/LC_MESSAGES/kpager.mo
share/locale/ko/LC_MESSAGES/kpat.mo
share/locale/ko/LC_MESSAGES/kpdf.mo
share/locale/ko/LC_MESSAGES/kpersonalizer.mo
share/locale/ko/LC_MESSAGES/kpf.mo
share/locale/ko/LC_MESSAGES/kpoker.mo
share/locale/ko/LC_MESSAGES/kpovmodeler.mo
share/locale/ko/LC_MESSAGES/kppp.mo
share/locale/ko/LC_MESSAGES/kppplogview.mo
share/locale/ko/LC_MESSAGES/kprinter.mo
share/locale/ko/LC_MESSAGES/krdb.mo
share/locale/ko/LC_MESSAGES/krdc.mo
share/locale/ko/LC_MESSAGES/kreadconfig.mo
share/locale/ko/LC_MESSAGES/krec.mo
share/locale/ko/LC_MESSAGES/kregexpeditor.mo
share/locale/ko/LC_MESSAGES/kres_birthday.mo
share/locale/ko/LC_MESSAGES/kres_blogging.mo
share/locale/ko/LC_MESSAGES/kres_bugzilla.mo
share/locale/ko/LC_MESSAGES/kres_exchange.mo
share/locale/ko/LC_MESSAGES/kres_featureplan.mo
share/locale/ko/LC_MESSAGES/kres_groupware.mo
share/locale/ko/LC_MESSAGES/kres_groupwise.mo
share/locale/ko/LC_MESSAGES/kres_kolab.mo
share/locale/ko/LC_MESSAGES/kres_remote.mo
share/locale/ko/LC_MESSAGES/kres_tvanytime.mo
share/locale/ko/LC_MESSAGES/kres_xmlrpc.mo
share/locale/ko/LC_MESSAGES/kreversi.mo
share/locale/ko/LC_MESSAGES/krfb.mo
share/locale/ko/LC_MESSAGES/kruler.mo
share/locale/ko/LC_MESSAGES/krunapplet.mo
share/locale/ko/LC_MESSAGES/ksame.mo
share/locale/ko/LC_MESSAGES/ksayit.mo
share/locale/ko/LC_MESSAGES/kscd.mo
share/locale/ko/LC_MESSAGES/kshisen.mo
share/locale/ko/LC_MESSAGES/ksim.mo
share/locale/ko/LC_MESSAGES/ksirc.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/ksnapshot.mo
share/locale/ko/LC_MESSAGES/ksplash.mo
share/locale/ko/LC_MESSAGES/ksplashthemes.mo
share/locale/ko/LC_MESSAGES/kstart.mo
share/locale/ko/LC_MESSAGES/kstartperf.mo
share/locale/ko/LC_MESSAGES/ksvgplugin.mo
share/locale/ko/LC_MESSAGES/ksysguard.mo
share/locale/ko/LC_MESSAGES/ksystemtrayapplet.mo
share/locale/ko/LC_MESSAGES/ksystraycmd.mo
share/locale/ko/LC_MESSAGES/ksysv.mo
share/locale/ko/LC_MESSAGES/kteatime.mo
share/locale/ko/LC_MESSAGES/kthememanager.mo
share/locale/ko/LC_MESSAGES/ktimemon.mo
share/locale/ko/LC_MESSAGES/ktimer.mo
share/locale/ko/LC_MESSAGES/ktip.mo
share/locale/ko/LC_MESSAGES/ktnef.mo
share/locale/ko/LC_MESSAGES/kttsd.mo
share/locale/ko/LC_MESSAGES/ktux.mo
share/locale/ko/LC_MESSAGES/kuickshow.mo
share/locale/ko/LC_MESSAGES/kuiviewer.mo
share/locale/ko/LC_MESSAGES/kuser.mo
share/locale/ko/LC_MESSAGES/kview.mo
share/locale/ko/LC_MESSAGES/kview_scale.mo
share/locale/ko/LC_MESSAGES/kviewbrowserplugin.mo
share/locale/ko/LC_MESSAGES/kviewcanvas.mo
share/locale/ko/LC_MESSAGES/kvieweffectsplugin.mo
share/locale/ko/LC_MESSAGES/kviewpresenterplugin.mo
share/locale/ko/LC_MESSAGES/kviewscannerplugin.mo
share/locale/ko/LC_MESSAGES/kviewshell.mo
share/locale/ko/LC_MESSAGES/kviewviewer.mo
share/locale/ko/LC_MESSAGES/kwatchgnupg.mo
share/locale/ko/LC_MESSAGES/kweather.mo
share/locale/ko/LC_MESSAGES/kwifimanager.mo
share/locale/ko/LC_MESSAGES/kwireless.mo
share/locale/ko/LC_MESSAGES/kworldclock.mo
share/locale/ko/LC_MESSAGES/kwriteconfig.mo
share/locale/ko/LC_MESSAGES/kxkb.mo
share/locale/ko/LC_MESSAGES/kxsconfig.mo
share/locale/ko/LC_MESSAGES/kxsldbg.mo
share/locale/ko/LC_MESSAGES/libKTTSD.mo
share/locale/ko/LC_MESSAGES/libdmctl.mo
share/locale/ko/LC_MESSAGES/libkcal.mo
share/locale/ko/LC_MESSAGES/libkcddb.mo
share/locale/ko/LC_MESSAGES/libkfaximgage.mo
share/locale/ko/LC_MESSAGES/libkholidays.mo
share/locale/ko/LC_MESSAGES/libkicker.mo
share/locale/ko/LC_MESSAGES/libkickermenu_konsole.mo
share/locale/ko/LC_MESSAGES/libkickermenu_prefmenu.mo
share/locale/ko/LC_MESSAGES/libkickermenu_recentdocs.mo
share/locale/ko/LC_MESSAGES/libkickermenu_remotemenu.mo
share/locale/ko/LC_MESSAGES/libkickermenu_systemmenu.mo
share/locale/ko/LC_MESSAGES/libkickermenu_tdeprint.mo
share/locale/ko/LC_MESSAGES/libkickermenu_tom.mo
share/locale/ko/LC_MESSAGES/libkleopatra.mo
share/locale/ko/LC_MESSAGES/libkmime.mo
share/locale/ko/LC_MESSAGES/libkonq.mo
share/locale/ko/LC_MESSAGES/libkpgp.mo
share/locale/ko/LC_MESSAGES/libkpimexchange.mo
share/locale/ko/LC_MESSAGES/libkscan.mo
share/locale/ko/LC_MESSAGES/libksieve.mo
share/locale/ko/LC_MESSAGES/libtaskbar.mo
share/locale/ko/LC_MESSAGES/libtaskmanager.mo
share/locale/ko/LC_MESSAGES/libtdegames.mo
share/locale/ko/LC_MESSAGES/libtdepim.mo
share/locale/ko/LC_MESSAGES/libtdescreensaver.mo
share/locale/ko/LC_MESSAGES/lockout.mo
share/locale/ko/LC_MESSAGES/mediaapplet.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/ppdtranslations.mo
share/locale/ko/LC_MESSAGES/privacy.mo
share/locale/ko/LC_MESSAGES/quanta.mo
share/locale/ko/LC_MESSAGES/quicklauncher.mo
share/locale/ko/LC_MESSAGES/secpolicy.mo
share/locale/ko/LC_MESSAGES/spy.mo
share/locale/ko/LC_MESSAGES/superkaramba.mo
share/locale/ko/LC_MESSAGES/tdeabc2mutt.mo
share/locale/ko/LC_MESSAGES/tdeabc_dir.mo
share/locale/ko/LC_MESSAGES/tdeabc_file.mo
share/locale/ko/LC_MESSAGES/tdeabc_ldaptdeio.mo
share/locale/ko/LC_MESSAGES/tdeabc_net.mo
share/locale/ko/LC_MESSAGES/tdeabc_slox.mo
share/locale/ko/LC_MESSAGES/tdeabc_sql.mo
share/locale/ko/LC_MESSAGES/tdeabcformat_binary.mo
share/locale/ko/LC_MESSAGES/tdecachegrind.mo
share/locale/ko/LC_MESSAGES/tdecmshell.mo
share/locale/ko/LC_MESSAGES/tdedebugdialog.mo
share/locale/ko/LC_MESSAGES/tdefile_au.mo
share/locale/ko/LC_MESSAGES/tdefile_avi.mo
share/locale/ko/LC_MESSAGES/tdefile_bmp.mo
share/locale/ko/LC_MESSAGES/tdefile_cpp.mo
share/locale/ko/LC_MESSAGES/tdefile_dds.mo
share/locale/ko/LC_MESSAGES/tdefile_deb.mo
share/locale/ko/LC_MESSAGES/tdefile_diff.mo
share/locale/ko/LC_MESSAGES/tdefile_dvi.mo
share/locale/ko/LC_MESSAGES/tdefile_exr.mo
share/locale/ko/LC_MESSAGES/tdefile_flac.mo
share/locale/ko/LC_MESSAGES/tdefile_gif.mo
share/locale/ko/LC_MESSAGES/tdefile_ico.mo
share/locale/ko/LC_MESSAGES/tdefile_ics.mo
share/locale/ko/LC_MESSAGES/tdefile_jpeg.mo
share/locale/ko/LC_MESSAGES/tdefile_m3u.mo
share/locale/ko/LC_MESSAGES/tdefile_mp3.mo
share/locale/ko/LC_MESSAGES/tdefile_mpc.mo
share/locale/ko/LC_MESSAGES/tdefile_mpeg.mo
share/locale/ko/LC_MESSAGES/tdefile_ogg.mo
share/locale/ko/LC_MESSAGES/tdefile_palm.mo
share/locale/ko/LC_MESSAGES/tdefile_pcx.mo
share/locale/ko/LC_MESSAGES/tdefile_pdf.mo
share/locale/ko/LC_MESSAGES/tdefile_png.mo
share/locale/ko/LC_MESSAGES/tdefile_pnm.mo
share/locale/ko/LC_MESSAGES/tdefile_po.mo
share/locale/ko/LC_MESSAGES/tdefile_ps.mo
share/locale/ko/LC_MESSAGES/tdefile_rfc822.mo
share/locale/ko/LC_MESSAGES/tdefile_rgb.mo
share/locale/ko/LC_MESSAGES/tdefile_rpm.mo
share/locale/ko/LC_MESSAGES/tdefile_sid.mo
share/locale/ko/LC_MESSAGES/tdefile_tga.mo
share/locale/ko/LC_MESSAGES/tdefile_theora.mo
share/locale/ko/LC_MESSAGES/tdefile_tiff.mo
share/locale/ko/LC_MESSAGES/tdefile_torrent.mo
share/locale/ko/LC_MESSAGES/tdefile_ts.mo
share/locale/ko/LC_MESSAGES/tdefile_vcf.mo
share/locale/ko/LC_MESSAGES/tdefile_wav.mo
share/locale/ko/LC_MESSAGES/tdefile_xbm.mo
share/locale/ko/LC_MESSAGES/tdefile_xpm.mo
share/locale/ko/LC_MESSAGES/tdefileaudiopreview.mo
share/locale/ko/LC_MESSAGES/tdefilereplace.mo
share/locale/ko/LC_MESSAGES/tdefileshare.mo
share/locale/ko/LC_MESSAGES/tdefontinst.mo
share/locale/ko/LC_MESSAGES/tdehtmlkttsd.mo
share/locale/ko/LC_MESSAGES/tdeiconedit.mo
share/locale/ko/LC_MESSAGES/tdeio.mo
share/locale/ko/LC_MESSAGES/tdeio_audiocd.mo
share/locale/ko/LC_MESSAGES/tdeio_finger.mo
share/locale/ko/LC_MESSAGES/tdeio_fish.mo
share/locale/ko/LC_MESSAGES/tdeio_floppy.mo
share/locale/ko/LC_MESSAGES/tdeio_groupwise.mo
share/locale/ko/LC_MESSAGES/tdeio_help.mo
share/locale/ko/LC_MESSAGES/tdeio_home.mo
share/locale/ko/LC_MESSAGES/tdeio_imap4.mo
share/locale/ko/LC_MESSAGES/tdeio_jabberdisco.mo
share/locale/ko/LC_MESSAGES/tdeio_lan.mo
share/locale/ko/LC_MESSAGES/tdeio_ldap.mo
share/locale/ko/LC_MESSAGES/tdeio_mac.mo
share/locale/ko/LC_MESSAGES/tdeio_man.mo
share/locale/ko/LC_MESSAGES/tdeio_media.mo
share/locale/ko/LC_MESSAGES/tdeio_mobile.mo
share/locale/ko/LC_MESSAGES/tdeio_nfs.mo
share/locale/ko/LC_MESSAGES/tdeio_nntp.mo
share/locale/ko/LC_MESSAGES/tdeio_pop3.mo
share/locale/ko/LC_MESSAGES/tdeio_print.mo
share/locale/ko/LC_MESSAGES/tdeio_remote.mo
share/locale/ko/LC_MESSAGES/tdeio_settings.mo
share/locale/ko/LC_MESSAGES/tdeio_sftp.mo
share/locale/ko/LC_MESSAGES/tdeio_sieve.mo
share/locale/ko/LC_MESSAGES/tdeio_smb.mo
share/locale/ko/LC_MESSAGES/tdeio_smtp.mo
share/locale/ko/LC_MESSAGES/tdeio_svn.mo
share/locale/ko/LC_MESSAGES/tdeio_system.mo
share/locale/ko/LC_MESSAGES/tdeio_tar.mo
share/locale/ko/LC_MESSAGES/tdeio_thumbnail.mo
share/locale/ko/LC_MESSAGES/tdeio_trash.mo
share/locale/ko/LC_MESSAGES/tdeio_zeroconf.mo
share/locale/ko/LC_MESSAGES/tdeioexec.mo
share/locale/ko/LC_MESSAGES/tdelibs.mo
share/locale/ko/LC_MESSAGES/tdelibs_colors.mo
share/locale/ko/LC_MESSAGES/tdelirc.mo
share/locale/ko/LC_MESSAGES/tdemid.mo
share/locale/ko/LC_MESSAGES/tdepartsaver.mo
share/locale/ko/LC_MESSAGES/tdepasswd.mo
share/locale/ko/LC_MESSAGES/tdepimresources.mo
share/locale/ko/LC_MESSAGES/tdepimwizards.mo
share/locale/ko/LC_MESSAGES/tdeprint.mo
share/locale/ko/LC_MESSAGES/tdeprint_part.mo
share/locale/ko/LC_MESSAGES/tdeprintfax.mo
share/locale/ko/LC_MESSAGES/tderandr.mo
share/locale/ko/LC_MESSAGES/tdescreensaver.mo
share/locale/ko/LC_MESSAGES/tdessh.mo
share/locale/ko/LC_MESSAGES/tdestyle_highcontrast_config.mo
share/locale/ko/LC_MESSAGES/tdestyle_keramik_config.mo
share/locale/ko/LC_MESSAGES/tdestyle_plastik_config.mo
share/locale/ko/LC_MESSAGES/tdesu.mo
share/locale/ko/LC_MESSAGES/tdesud.mo
share/locale/ko/LC_MESSAGES/tdetexteditor_autobookmarker.mo
share/locale/ko/LC_MESSAGES/tdetexteditor_docwordcompletion.mo
share/locale/ko/LC_MESSAGES/tdetexteditor_insertfile.mo
share/locale/ko/LC_MESSAGES/tdetexteditor_isearch.mo
share/locale/ko/LC_MESSAGES/tdetexteditor_kdatatool.mo
share/locale/ko/LC_MESSAGES/tdevdesigner.mo
share/locale/ko/LC_MESSAGES/tdevelop.mo
share/locale/ko/LC_MESSAGES/tdevtipofday.mo
share/locale/ko/LC_MESSAGES/tdewalletmanager.mo
share/locale/ko/LC_MESSAGES/tdmconfig.mo
share/locale/ko/LC_MESSAGES/tdmgreet.mo
share/locale/ko/LC_MESSAGES/timezones.mo
share/locale/ko/LC_MESSAGES/trashapplet.mo
share/locale/ko/LC_MESSAGES/twin.mo
share/locale/ko/LC_MESSAGES/twin_clients.mo
share/locale/ko/LC_MESSAGES/twin_lib.mo
share/locale/ko/LC_MESSAGES/useraccount.mo
share/locale/ko/charset
share/locale/ko/entry.desktop
share/locale/ko/flag.png

@ -0,0 +1,43 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: core/tde-i18n-lt > misc/tde-i18n-lt
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTLANG= lt
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${PORTLANG}
TDE_PREVERSION=
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= misc x11
DIST_SUBDIR= TDE/core
PKGNAMEPREFIX= ${PORTLANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${PORTLANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}template/' \
'${EXTRACT_BASE}translations/' \
'${EXTRACT_BASE}tde-i18n-${PORTLANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
\
-DBUILD_ALL="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1682085543
SHA256 (TDE/core/tde-i18n-trinity_14.1.0.orig.tar.xz) = 9f64b518db380d1d0acf3f6b5baafdb3f486953739b9484bdc5d31f34f466a75
SIZE (TDE/core/tde-i18n-trinity_14.1.0.orig.tar.xz) = 195332236

@ -0,0 +1 @@
Lithuanian (lt) internationalized (i18n) files for TDE

@ -0,0 +1,563 @@
share/locale/lt/LC_MESSAGES/akregator.mo
share/locale/lt/LC_MESSAGES/akregator_konqplugin.mo
share/locale/lt/LC_MESSAGES/alsaplayerui.mo
share/locale/lt/LC_MESSAGES/amor.mo
share/locale/lt/LC_MESSAGES/appletproxy.mo
share/locale/lt/LC_MESSAGES/ark.mo
share/locale/lt/LC_MESSAGES/ark_plugin.mo
share/locale/lt/LC_MESSAGES/artsbuilder.mo
share/locale/lt/LC_MESSAGES/artscontrol.mo
share/locale/lt/LC_MESSAGES/artsmodules.mo
share/locale/lt/LC_MESSAGES/atlantik.mo
share/locale/lt/LC_MESSAGES/atlantikdesigner.mo
share/locale/lt/LC_MESSAGES/audiocd_encoder_lame.mo
share/locale/lt/LC_MESSAGES/audiocd_encoder_vorbis.mo
share/locale/lt/LC_MESSAGES/audiorename_plugin.mo
share/locale/lt/LC_MESSAGES/autorefresh.mo
share/locale/lt/LC_MESSAGES/babelfish.mo
share/locale/lt/LC_MESSAGES/blinken.mo
share/locale/lt/LC_MESSAGES/cervisia.mo
share/locale/lt/LC_MESSAGES/charlatanui.mo
share/locale/lt/LC_MESSAGES/clockapplet.mo
share/locale/lt/LC_MESSAGES/crashesplugin.mo
share/locale/lt/LC_MESSAGES/cupsdconf.mo
share/locale/lt/LC_MESSAGES/cvsservice.mo
share/locale/lt/LC_MESSAGES/dcoprss.mo
share/locale/lt/LC_MESSAGES/dirfilterplugin.mo
share/locale/lt/LC_MESSAGES/display.mo
share/locale/lt/LC_MESSAGES/dockbarextension.mo
share/locale/lt/LC_MESSAGES/domtreeviewer.mo
share/locale/lt/LC_MESSAGES/drkonqi.mo
share/locale/lt/LC_MESSAGES/dub.mo
share/locale/lt/LC_MESSAGES/extensionproxy.mo
share/locale/lt/LC_MESSAGES/ffrs.mo
share/locale/lt/LC_MESSAGES/filetypes.mo
share/locale/lt/LC_MESSAGES/fsview.mo
share/locale/lt/LC_MESSAGES/htmlsearch.mo
share/locale/lt/LC_MESSAGES/imagerename_plugin.mo
share/locale/lt/LC_MESSAGES/imgalleryplugin.mo
share/locale/lt/LC_MESSAGES/irkick.mo
share/locale/lt/LC_MESSAGES/joystick.mo
share/locale/lt/LC_MESSAGES/juk.mo
share/locale/lt/LC_MESSAGES/kaboodle.mo
share/locale/lt/LC_MESSAGES/kaccess.mo
share/locale/lt/LC_MESSAGES/kaddressbook.mo
share/locale/lt/LC_MESSAGES/kalarm.mo
share/locale/lt/LC_MESSAGES/kalzium.mo
share/locale/lt/LC_MESSAGES/kanagram.mo
share/locale/lt/LC_MESSAGES/kandy.mo
share/locale/lt/LC_MESSAGES/kappfinder.mo
share/locale/lt/LC_MESSAGES/karm.mo
share/locale/lt/LC_MESSAGES/kasbarextension.mo
share/locale/lt/LC_MESSAGES/kasteroids.mo
share/locale/lt/LC_MESSAGES/kate.mo
share/locale/lt/LC_MESSAGES/katecppsymbolviewer.mo
share/locale/lt/LC_MESSAGES/katefiletemplates.mo
share/locale/lt/LC_MESSAGES/katefll_initplugin.mo
share/locale/lt/LC_MESSAGES/katefll_plugin.mo
share/locale/lt/LC_MESSAGES/katehelloworld.mo
share/locale/lt/LC_MESSAGES/katehtmltools.mo
share/locale/lt/LC_MESSAGES/kateinsertcommand.mo
share/locale/lt/LC_MESSAGES/katekjswrapper.mo
share/locale/lt/LC_MESSAGES/katemake.mo
share/locale/lt/LC_MESSAGES/katemodeline.mo
share/locale/lt/LC_MESSAGES/kateopenheader.mo
share/locale/lt/LC_MESSAGES/katepart.mo
share/locale/lt/LC_MESSAGES/katepybrowse.mo
share/locale/lt/LC_MESSAGES/katesnippets.mo
share/locale/lt/LC_MESSAGES/katetabbarextension.mo
share/locale/lt/LC_MESSAGES/katetextfilter.mo
share/locale/lt/LC_MESSAGES/katexmlcheck.mo
share/locale/lt/LC_MESSAGES/katexmltools.mo
share/locale/lt/LC_MESSAGES/katomic.mo
share/locale/lt/LC_MESSAGES/kaudiocreator.mo
share/locale/lt/LC_MESSAGES/kay.mo
share/locale/lt/LC_MESSAGES/kbabel.mo
share/locale/lt/LC_MESSAGES/kbackgammon.mo
share/locale/lt/LC_MESSAGES/kbattleship.mo
share/locale/lt/LC_MESSAGES/kbinaryclock.mo
share/locale/lt/LC_MESSAGES/kblackbox.mo
share/locale/lt/LC_MESSAGES/kbounce.mo
share/locale/lt/LC_MESSAGES/kbruch.mo
share/locale/lt/LC_MESSAGES/kbstateapplet.mo
share/locale/lt/LC_MESSAGES/kbugbuster.mo
share/locale/lt/LC_MESSAGES/kcalc.mo
share/locale/lt/LC_MESSAGES/kcharselect.mo
share/locale/lt/LC_MESSAGES/kcharselectapplet.mo
share/locale/lt/LC_MESSAGES/kcm_krfb.mo
share/locale/lt/LC_MESSAGES/kcm_kviewcanvasconfig.mo
share/locale/lt/LC_MESSAGES/kcm_kviewgeneralconfig.mo
share/locale/lt/LC_MESSAGES/kcm_kviewpluginsconfig.mo
share/locale/lt/LC_MESSAGES/kcm_kviewviewerpluginsconfig.mo
share/locale/lt/LC_MESSAGES/kcmaccess.mo
share/locale/lt/LC_MESSAGES/kcmaccessibility.mo
share/locale/lt/LC_MESSAGES/kcmarts.mo
share/locale/lt/LC_MESSAGES/kcmaudiocd.mo
share/locale/lt/LC_MESSAGES/kcmbackground.mo
share/locale/lt/LC_MESSAGES/kcmbell.mo
share/locale/lt/LC_MESSAGES/kcmcddb.mo
share/locale/lt/LC_MESSAGES/kcmcgi.mo
share/locale/lt/LC_MESSAGES/kcmcolors.mo
share/locale/lt/LC_MESSAGES/kcmcomponentchooser.mo
share/locale/lt/LC_MESSAGES/kcmcrypto.mo
share/locale/lt/LC_MESSAGES/kcmcss.mo
share/locale/lt/LC_MESSAGES/kcmenergy.mo
share/locale/lt/LC_MESSAGES/kcmfonts.mo
share/locale/lt/LC_MESSAGES/kcmhtmlsearch.mo
share/locale/lt/LC_MESSAGES/kcmicons.mo
share/locale/lt/LC_MESSAGES/kcminfo.mo
share/locale/lt/LC_MESSAGES/kcminput.mo
share/locale/lt/LC_MESSAGES/kcmioslaveinfo.mo
share/locale/lt/LC_MESSAGES/kcmkabconfig.mo
share/locale/lt/LC_MESSAGES/kcmkamera.mo
share/locale/lt/LC_MESSAGES/kcmkclock.mo
share/locale/lt/LC_MESSAGES/kcmkded.mo
share/locale/lt/LC_MESSAGES/kcmkeys.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/kcmkonsole.mo
share/locale/lt/LC_MESSAGES/kcmkontactnt.mo
share/locale/lt/LC_MESSAGES/kcmktalkd.mo
share/locale/lt/LC_MESSAGES/kcmkuick.mo
share/locale/lt/LC_MESSAGES/kcmkurifilt.mo
share/locale/lt/LC_MESSAGES/kcmkvaio.mo
share/locale/lt/LC_MESSAGES/kcmkwm.mo
share/locale/lt/LC_MESSAGES/kcmlanbrowser.mo
share/locale/lt/LC_MESSAGES/kcmlaptop.mo
share/locale/lt/LC_MESSAGES/kcmlaunch.mo
share/locale/lt/LC_MESSAGES/kcmlayout.mo
share/locale/lt/LC_MESSAGES/kcmlilo.mo
share/locale/lt/LC_MESSAGES/kcmlirc.mo
share/locale/lt/LC_MESSAGES/kcmlocale.mo
share/locale/lt/LC_MESSAGES/kcmmedia.mo
share/locale/lt/LC_MESSAGES/kcmnic.mo
share/locale/lt/LC_MESSAGES/kcmnotify.mo
share/locale/lt/LC_MESSAGES/kcmperformance.mo
share/locale/lt/LC_MESSAGES/kcmprintmgr.mo
share/locale/lt/LC_MESSAGES/kcmsamba.mo
share/locale/lt/LC_MESSAGES/kcmscreensaver.mo
share/locale/lt/LC_MESSAGES/kcmsmartcard.mo
share/locale/lt/LC_MESSAGES/kcmsmserver.mo
share/locale/lt/LC_MESSAGES/kcmspellchecking.mo
share/locale/lt/LC_MESSAGES/kcmstyle.mo
share/locale/lt/LC_MESSAGES/kcmtaskbar.mo
share/locale/lt/LC_MESSAGES/kcmtdednssd.mo
share/locale/lt/LC_MESSAGES/kcmtdeio.mo
share/locale/lt/LC_MESSAGES/kcmtdewallet.mo
share/locale/lt/LC_MESSAGES/kcmthinkpad.mo
share/locale/lt/LC_MESSAGES/kcmtwindecoration.mo
share/locale/lt/LC_MESSAGES/kcmtwinrules.mo
share/locale/lt/LC_MESSAGES/kcmusb.mo
share/locale/lt/LC_MESSAGES/kcmview1394.mo
share/locale/lt/LC_MESSAGES/kcmwifi.mo
share/locale/lt/LC_MESSAGES/kcmxinerama.mo
share/locale/lt/LC_MESSAGES/kcoloredit.mo
share/locale/lt/LC_MESSAGES/kcontrol.mo
share/locale/lt/LC_MESSAGES/kcron.mo
share/locale/lt/LC_MESSAGES/kdat.mo
share/locale/lt/LC_MESSAGES/kdcop.mo
share/locale/lt/LC_MESSAGES/kdesktop.mo
share/locale/lt/LC_MESSAGES/kdf.mo
share/locale/lt/LC_MESSAGES/kdgantt.mo
share/locale/lt/LC_MESSAGES/kdialog.mo
share/locale/lt/LC_MESSAGES/kdict.mo
share/locale/lt/LC_MESSAGES/kdictapplet.mo
share/locale/lt/LC_MESSAGES/kdjview.mo
share/locale/lt/LC_MESSAGES/kdvi.mo
share/locale/lt/LC_MESSAGES/kedit.mo
share/locale/lt/LC_MESSAGES/keduca.mo
share/locale/lt/LC_MESSAGES/kenolaba.mo
share/locale/lt/LC_MESSAGES/kfax.mo
share/locale/lt/LC_MESSAGES/kfaxview.mo
share/locale/lt/LC_MESSAGES/kfifteenapplet.mo
share/locale/lt/LC_MESSAGES/kfindpart.mo
share/locale/lt/LC_MESSAGES/kfloppy.mo
share/locale/lt/LC_MESSAGES/kfmclient.mo
share/locale/lt/LC_MESSAGES/kfouleggs.mo
share/locale/lt/LC_MESSAGES/kgamma.mo
share/locale/lt/LC_MESSAGES/kgantt.mo
share/locale/lt/LC_MESSAGES/kgeography.mo
share/locale/lt/LC_MESSAGES/kget.mo
share/locale/lt/LC_MESSAGES/kghostview.mo
share/locale/lt/LC_MESSAGES/kgoldrunner.mo
share/locale/lt/LC_MESSAGES/kgpg.mo
share/locale/lt/LC_MESSAGES/kgreet_classic.mo
share/locale/lt/LC_MESSAGES/kgreet_winbind.mo
share/locale/lt/LC_MESSAGES/khangman.mo
share/locale/lt/LC_MESSAGES/khelpcenter.mo
share/locale/lt/LC_MESSAGES/khexedit.mo
share/locale/lt/LC_MESSAGES/khexedit2part.mo
share/locale/lt/LC_MESSAGES/khotkeys.mo
share/locale/lt/LC_MESSAGES/kicker.mo
share/locale/lt/LC_MESSAGES/kickermenu_kate.mo
share/locale/lt/LC_MESSAGES/kig.mo
share/locale/lt/LC_MESSAGES/kimagemapeditor.mo
share/locale/lt/LC_MESSAGES/kinetd.mo
share/locale/lt/LC_MESSAGES/kitchensync.mo
share/locale/lt/LC_MESSAGES/kiten.mo
share/locale/lt/LC_MESSAGES/kjobviewer.mo
share/locale/lt/LC_MESSAGES/kjots.mo
share/locale/lt/LC_MESSAGES/kjumpingcube.mo
share/locale/lt/LC_MESSAGES/klaptopdaemon.mo
share/locale/lt/LC_MESSAGES/klatin.mo
share/locale/lt/LC_MESSAGES/kleopatra.mo
share/locale/lt/LC_MESSAGES/klettres.mo
share/locale/lt/LC_MESSAGES/klickety.mo
share/locale/lt/LC_MESSAGES/klines.mo
share/locale/lt/LC_MESSAGES/klinkstatus.mo
share/locale/lt/LC_MESSAGES/klipper.mo
share/locale/lt/LC_MESSAGES/klock.mo
share/locale/lt/LC_MESSAGES/kmag.mo
share/locale/lt/LC_MESSAGES/kmahjongg.mo
share/locale/lt/LC_MESSAGES/kmail.mo
share/locale/lt/LC_MESSAGES/kmail_text_calendar_plugin.mo
share/locale/lt/LC_MESSAGES/kmail_text_vcard_plugin.mo
share/locale/lt/LC_MESSAGES/kmailcvt.mo
share/locale/lt/LC_MESSAGES/kmathapplet.mo
share/locale/lt/LC_MESSAGES/kmcop.mo
share/locale/lt/LC_MESSAGES/kmenuapplet.mo
share/locale/lt/LC_MESSAGES/kmenuedit.mo
share/locale/lt/LC_MESSAGES/kmilo_delli8k.mo
share/locale/lt/LC_MESSAGES/kmilo_generic.mo
share/locale/lt/LC_MESSAGES/kmilo_kvaio.mo
share/locale/lt/LC_MESSAGES/kmilo_powerbook.mo
share/locale/lt/LC_MESSAGES/kmilo_thinkpad.mo
share/locale/lt/LC_MESSAGES/kmilod.mo
share/locale/lt/LC_MESSAGES/kmines.mo
share/locale/lt/LC_MESSAGES/kminipagerapplet.mo
share/locale/lt/LC_MESSAGES/kmix.mo
share/locale/lt/LC_MESSAGES/kmobile.mo
share/locale/lt/LC_MESSAGES/kmoon.mo
share/locale/lt/LC_MESSAGES/kmousetool.mo
share/locale/lt/LC_MESSAGES/kmouth.mo
share/locale/lt/LC_MESSAGES/kmplot.mo
share/locale/lt/LC_MESSAGES/kmrml.mo
share/locale/lt/LC_MESSAGES/knetattach.mo
share/locale/lt/LC_MESSAGES/knetwalk.mo
share/locale/lt/LC_MESSAGES/knetworkconf.mo
share/locale/lt/LC_MESSAGES/knewsticker.mo
share/locale/lt/LC_MESSAGES/knode.mo
share/locale/lt/LC_MESSAGES/knotes.mo
share/locale/lt/LC_MESSAGES/knotify.mo
share/locale/lt/LC_MESSAGES/kodo.mo
share/locale/lt/LC_MESSAGES/kolf.mo
share/locale/lt/LC_MESSAGES/kolourpaint.mo
share/locale/lt/LC_MESSAGES/kolourpicker.mo
share/locale/lt/LC_MESSAGES/kommander.mo
share/locale/lt/LC_MESSAGES/kompare.mo
share/locale/lt/LC_MESSAGES/konnector_dummy.mo
share/locale/lt/LC_MESSAGES/konnector_kabc.mo
share/locale/lt/LC_MESSAGES/konnector_kcal.mo
share/locale/lt/LC_MESSAGES/konnector_local.mo
share/locale/lt/LC_MESSAGES/konnector_qtopia.mo
share/locale/lt/LC_MESSAGES/konnector_remote.mo
share/locale/lt/LC_MESSAGES/konqsidebar_delicious.mo
share/locale/lt/LC_MESSAGES/konqsidebar_mediaplayer.mo
share/locale/lt/LC_MESSAGES/konqsidebar_news.mo
share/locale/lt/LC_MESSAGES/konqueror.mo
share/locale/lt/LC_MESSAGES/konquest.mo
share/locale/lt/LC_MESSAGES/konsole.mo
share/locale/lt/LC_MESSAGES/konsolekalendar.mo
share/locale/lt/LC_MESSAGES/kontact.mo
share/locale/lt/LC_MESSAGES/kooka.mo
share/locale/lt/LC_MESSAGES/kopete.mo
share/locale/lt/LC_MESSAGES/korganizer.mo
share/locale/lt/LC_MESSAGES/korn.mo
share/locale/lt/LC_MESSAGES/kpackage.mo
share/locale/lt/LC_MESSAGES/kpager.mo
share/locale/lt/LC_MESSAGES/kpat.mo
share/locale/lt/LC_MESSAGES/kpdf.mo
share/locale/lt/LC_MESSAGES/kpercentage.mo
share/locale/lt/LC_MESSAGES/kpersonalizer.mo
share/locale/lt/LC_MESSAGES/kpf.mo
share/locale/lt/LC_MESSAGES/kpoker.mo
share/locale/lt/LC_MESSAGES/kpovmodeler.mo
share/locale/lt/LC_MESSAGES/kppp.mo
share/locale/lt/LC_MESSAGES/kppplogview.mo
share/locale/lt/LC_MESSAGES/kprinter.mo
share/locale/lt/LC_MESSAGES/krdb.mo
share/locale/lt/LC_MESSAGES/krdc.mo
share/locale/lt/LC_MESSAGES/kreadconfig.mo
share/locale/lt/LC_MESSAGES/krec.mo
share/locale/lt/LC_MESSAGES/kregexpeditor.mo
share/locale/lt/LC_MESSAGES/kres_birthday.mo
share/locale/lt/LC_MESSAGES/kres_blogging.mo
share/locale/lt/LC_MESSAGES/kres_bugzilla.mo
share/locale/lt/LC_MESSAGES/kres_exchange.mo
share/locale/lt/LC_MESSAGES/kres_featureplan.mo
share/locale/lt/LC_MESSAGES/kres_groupware.mo
share/locale/lt/LC_MESSAGES/kres_groupwise.mo
share/locale/lt/LC_MESSAGES/kres_kolab.mo
share/locale/lt/LC_MESSAGES/kres_remote.mo
share/locale/lt/LC_MESSAGES/kres_tvanytime.mo
share/locale/lt/LC_MESSAGES/kres_xmlrpc.mo
share/locale/lt/LC_MESSAGES/kreversi.mo
share/locale/lt/LC_MESSAGES/krfb.mo
share/locale/lt/LC_MESSAGES/kruler.mo
share/locale/lt/LC_MESSAGES/krunapplet.mo
share/locale/lt/LC_MESSAGES/ksame.mo
share/locale/lt/LC_MESSAGES/ksayit.mo
share/locale/lt/LC_MESSAGES/kscd.mo
share/locale/lt/LC_MESSAGES/kshisen.mo
share/locale/lt/LC_MESSAGES/ksig.mo
share/locale/lt/LC_MESSAGES/ksim.mo
share/locale/lt/LC_MESSAGES/ksirc.mo
share/locale/lt/LC_MESSAGES/ksirtet.mo
share/locale/lt/LC_MESSAGES/ksmiletris.mo
share/locale/lt/LC_MESSAGES/ksmserver.mo
share/locale/lt/LC_MESSAGES/ksnake.mo
share/locale/lt/LC_MESSAGES/ksnapshot.mo
share/locale/lt/LC_MESSAGES/ksokoban.mo
share/locale/lt/LC_MESSAGES/kspaceduel.mo
share/locale/lt/LC_MESSAGES/ksplash.mo
share/locale/lt/LC_MESSAGES/ksplashthemes.mo
share/locale/lt/LC_MESSAGES/kstars.mo
share/locale/lt/LC_MESSAGES/kstart.mo
share/locale/lt/LC_MESSAGES/kstartperf.mo
share/locale/lt/LC_MESSAGES/ksvgplugin.mo
share/locale/lt/LC_MESSAGES/ksysguard.mo
share/locale/lt/LC_MESSAGES/ksystemtrayapplet.mo
share/locale/lt/LC_MESSAGES/ksystraycmd.mo
share/locale/lt/LC_MESSAGES/ksysv.mo
share/locale/lt/LC_MESSAGES/kteatime.mo
share/locale/lt/LC_MESSAGES/kthememanager.mo
share/locale/lt/LC_MESSAGES/ktimemon.mo
share/locale/lt/LC_MESSAGES/ktimer.mo
share/locale/lt/LC_MESSAGES/ktip.mo
share/locale/lt/LC_MESSAGES/ktnef.mo
share/locale/lt/LC_MESSAGES/ktouch.mo
share/locale/lt/LC_MESSAGES/ktron.mo
share/locale/lt/LC_MESSAGES/kttsd.mo
share/locale/lt/LC_MESSAGES/ktuberling.mo
share/locale/lt/LC_MESSAGES/kturtle.mo
share/locale/lt/LC_MESSAGES/ktux.mo
share/locale/lt/LC_MESSAGES/kuick_plugin.mo
share/locale/lt/LC_MESSAGES/kuickshow.mo
share/locale/lt/LC_MESSAGES/kuiviewer.mo
share/locale/lt/LC_MESSAGES/kuser.mo
share/locale/lt/LC_MESSAGES/kverbos.mo
share/locale/lt/LC_MESSAGES/kview.mo
share/locale/lt/LC_MESSAGES/kview_scale.mo
share/locale/lt/LC_MESSAGES/kviewbrowserplugin.mo
share/locale/lt/LC_MESSAGES/kviewcanvas.mo
share/locale/lt/LC_MESSAGES/kvieweffectsplugin.mo
share/locale/lt/LC_MESSAGES/kviewpresenterplugin.mo
share/locale/lt/LC_MESSAGES/kviewscannerplugin.mo
share/locale/lt/LC_MESSAGES/kviewshell.mo
share/locale/lt/LC_MESSAGES/kviewviewer.mo
share/locale/lt/LC_MESSAGES/kvoctrain.mo
share/locale/lt/LC_MESSAGES/kwatchgnupg.mo
share/locale/lt/LC_MESSAGES/kweather.mo
share/locale/lt/LC_MESSAGES/kwifimanager.mo
share/locale/lt/LC_MESSAGES/kwireless.mo
share/locale/lt/LC_MESSAGES/kwordquiz.mo
share/locale/lt/LC_MESSAGES/kworldclock.mo
share/locale/lt/LC_MESSAGES/kwriteconfig.mo
share/locale/lt/LC_MESSAGES/kxkb.mo
share/locale/lt/LC_MESSAGES/kxsconfig.mo
share/locale/lt/LC_MESSAGES/kxsldbg.mo
share/locale/lt/LC_MESSAGES/libKTTSD.mo
share/locale/lt/LC_MESSAGES/libdmctl.mo
share/locale/lt/LC_MESSAGES/libkaddrbk_geo_xxport.mo
share/locale/lt/LC_MESSAGES/libkaddrbk_gmx_xxport.mo
share/locale/lt/LC_MESSAGES/libkcal.mo
share/locale/lt/LC_MESSAGES/libkcddb.mo
share/locale/lt/LC_MESSAGES/libkfaximgage.mo
share/locale/lt/LC_MESSAGES/libkholidays.mo
share/locale/lt/LC_MESSAGES/libkicker.mo
share/locale/lt/LC_MESSAGES/libkickermenu_konsole.mo
share/locale/lt/LC_MESSAGES/libkickermenu_prefmenu.mo
share/locale/lt/LC_MESSAGES/libkickermenu_recentdocs.mo
share/locale/lt/LC_MESSAGES/libkickermenu_remotemenu.mo
share/locale/lt/LC_MESSAGES/libkickermenu_systemmenu.mo
share/locale/lt/LC_MESSAGES/libkickermenu_tdeprint.mo
share/locale/lt/LC_MESSAGES/libkickermenu_tom.mo
share/locale/lt/LC_MESSAGES/libkitchensync.mo
share/locale/lt/LC_MESSAGES/libkleopatra.mo
share/locale/lt/LC_MESSAGES/libkmime.mo
share/locale/lt/LC_MESSAGES/libkonq.mo
share/locale/lt/LC_MESSAGES/libkpgp.mo
share/locale/lt/LC_MESSAGES/libkpimexchange.mo
share/locale/lt/LC_MESSAGES/libkscan.mo
share/locale/lt/LC_MESSAGES/libksieve.mo
share/locale/lt/LC_MESSAGES/libksirtet.mo
share/locale/lt/LC_MESSAGES/libksync.mo
share/locale/lt/LC_MESSAGES/libtaskbar.mo
share/locale/lt/LC_MESSAGES/libtaskmanager.mo
share/locale/lt/LC_MESSAGES/libtdeedu.mo
share/locale/lt/LC_MESSAGES/libtdegames.mo
share/locale/lt/LC_MESSAGES/libtdepim.mo
share/locale/lt/LC_MESSAGES/libtdescreensaver.mo
share/locale/lt/LC_MESSAGES/lockout.mo
share/locale/lt/LC_MESSAGES/lskat.mo
share/locale/lt/LC_MESSAGES/lyrics.mo
share/locale/lt/LC_MESSAGES/mediaapplet.mo
share/locale/lt/LC_MESSAGES/mediacontrol.mo
share/locale/lt/LC_MESSAGES/mf_konqplugin.mo
share/locale/lt/LC_MESSAGES/minitoolsplugin.mo
share/locale/lt/LC_MESSAGES/multisynk.mo
share/locale/lt/LC_MESSAGES/naughtyapplet.mo
share/locale/lt/LC_MESSAGES/nexscope.mo
share/locale/lt/LC_MESSAGES/noatun.mo
share/locale/lt/LC_MESSAGES/nsplugin.mo
share/locale/lt/LC_MESSAGES/pitchablespeed.mo
share/locale/lt/LC_MESSAGES/ppdtranslations.mo
share/locale/lt/LC_MESSAGES/privacy.mo
share/locale/lt/LC_MESSAGES/quanta.mo
share/locale/lt/LC_MESSAGES/quicklauncher.mo
share/locale/lt/LC_MESSAGES/rellinks.mo
share/locale/lt/LC_MESSAGES/searchbarplugin.mo
share/locale/lt/LC_MESSAGES/secpolicy.mo
share/locale/lt/LC_MESSAGES/spy.mo
share/locale/lt/LC_MESSAGES/superkaramba.mo
share/locale/lt/LC_MESSAGES/synaescope.mo
share/locale/lt/LC_MESSAGES/tdeabc2mutt.mo
share/locale/lt/LC_MESSAGES/tdeabc_dir.mo
share/locale/lt/LC_MESSAGES/tdeabc_file.mo
share/locale/lt/LC_MESSAGES/tdeabc_ldaptdeio.mo
share/locale/lt/LC_MESSAGES/tdeabc_net.mo
share/locale/lt/LC_MESSAGES/tdeabc_slox.mo
share/locale/lt/LC_MESSAGES/tdeabc_sql.mo
share/locale/lt/LC_MESSAGES/tdeabcformat_binary.mo
share/locale/lt/LC_MESSAGES/tdecachegrind.mo
share/locale/lt/LC_MESSAGES/tdecmshell.mo
share/locale/lt/LC_MESSAGES/tdedebugdialog.mo
share/locale/lt/LC_MESSAGES/tdefile_au.mo
share/locale/lt/LC_MESSAGES/tdefile_avi.mo
share/locale/lt/LC_MESSAGES/tdefile_bmp.mo
share/locale/lt/LC_MESSAGES/tdefile_cert.mo
share/locale/lt/LC_MESSAGES/tdefile_cpp.mo
share/locale/lt/LC_MESSAGES/tdefile_dds.mo
share/locale/lt/LC_MESSAGES/tdefile_deb.mo
share/locale/lt/LC_MESSAGES/tdefile_desktop.mo
share/locale/lt/LC_MESSAGES/tdefile_diff.mo
share/locale/lt/LC_MESSAGES/tdefile_drgeo.mo
share/locale/lt/LC_MESSAGES/tdefile_dvi.mo
share/locale/lt/LC_MESSAGES/tdefile_exr.mo
share/locale/lt/LC_MESSAGES/tdefile_flac.mo
share/locale/lt/LC_MESSAGES/tdefile_folder.mo
share/locale/lt/LC_MESSAGES/tdefile_gif.mo
share/locale/lt/LC_MESSAGES/tdefile_html.mo
share/locale/lt/LC_MESSAGES/tdefile_ico.mo
share/locale/lt/LC_MESSAGES/tdefile_ics.mo
share/locale/lt/LC_MESSAGES/tdefile_jpeg.mo
share/locale/lt/LC_MESSAGES/tdefile_kig.mo
share/locale/lt/LC_MESSAGES/tdefile_lnk.mo
share/locale/lt/LC_MESSAGES/tdefile_m3u.mo
share/locale/lt/LC_MESSAGES/tdefile_mhtml.mo
share/locale/lt/LC_MESSAGES/tdefile_mp3.mo
share/locale/lt/LC_MESSAGES/tdefile_mpc.mo
share/locale/lt/LC_MESSAGES/tdefile_mpeg.mo
share/locale/lt/LC_MESSAGES/tdefile_ogg.mo
share/locale/lt/LC_MESSAGES/tdefile_palm.mo
share/locale/lt/LC_MESSAGES/tdefile_pcx.mo
share/locale/lt/LC_MESSAGES/tdefile_pdf.mo
share/locale/lt/LC_MESSAGES/tdefile_png.mo
share/locale/lt/LC_MESSAGES/tdefile_pnm.mo
share/locale/lt/LC_MESSAGES/tdefile_po.mo
share/locale/lt/LC_MESSAGES/tdefile_ps.mo
share/locale/lt/LC_MESSAGES/tdefile_rfc822.mo
share/locale/lt/LC_MESSAGES/tdefile_rgb.mo
share/locale/lt/LC_MESSAGES/tdefile_rpm.mo
share/locale/lt/LC_MESSAGES/tdefile_sid.mo
share/locale/lt/LC_MESSAGES/tdefile_tga.mo
share/locale/lt/LC_MESSAGES/tdefile_theora.mo
share/locale/lt/LC_MESSAGES/tdefile_tiff.mo
share/locale/lt/LC_MESSAGES/tdefile_torrent.mo
share/locale/lt/LC_MESSAGES/tdefile_ts.mo
share/locale/lt/LC_MESSAGES/tdefile_txt.mo
share/locale/lt/LC_MESSAGES/tdefile_vcf.mo
share/locale/lt/LC_MESSAGES/tdefile_wav.mo
share/locale/lt/LC_MESSAGES/tdefile_xbm.mo
share/locale/lt/LC_MESSAGES/tdefile_xpm.mo
share/locale/lt/LC_MESSAGES/tdefileaudiopreview.mo
share/locale/lt/LC_MESSAGES/tdefilereplace.mo
share/locale/lt/LC_MESSAGES/tdefileshare.mo
share/locale/lt/LC_MESSAGES/tdefontinst.mo
share/locale/lt/LC_MESSAGES/tdehtmlkttsd.mo
share/locale/lt/LC_MESSAGES/tdehtmlsettingsplugin.mo
share/locale/lt/LC_MESSAGES/tdeiconedit.mo
share/locale/lt/LC_MESSAGES/tdeio.mo
share/locale/lt/LC_MESSAGES/tdeio_audiocd.mo
share/locale/lt/LC_MESSAGES/tdeio_finger.mo
share/locale/lt/LC_MESSAGES/tdeio_fish.mo
share/locale/lt/LC_MESSAGES/tdeio_floppy.mo
share/locale/lt/LC_MESSAGES/tdeio_groupwise.mo
share/locale/lt/LC_MESSAGES/tdeio_help.mo
share/locale/lt/LC_MESSAGES/tdeio_home.mo
share/locale/lt/LC_MESSAGES/tdeio_imap4.mo
share/locale/lt/LC_MESSAGES/tdeio_jabberdisco.mo
share/locale/lt/LC_MESSAGES/tdeio_lan.mo
share/locale/lt/LC_MESSAGES/tdeio_ldap.mo
share/locale/lt/LC_MESSAGES/tdeio_mac.mo
share/locale/lt/LC_MESSAGES/tdeio_man.mo
share/locale/lt/LC_MESSAGES/tdeio_media.mo
share/locale/lt/LC_MESSAGES/tdeio_mobile.mo
share/locale/lt/LC_MESSAGES/tdeio_nfs.mo
share/locale/lt/LC_MESSAGES/tdeio_nntp.mo
share/locale/lt/LC_MESSAGES/tdeio_pop3.mo
share/locale/lt/LC_MESSAGES/tdeio_print.mo
share/locale/lt/LC_MESSAGES/tdeio_remote.mo
share/locale/lt/LC_MESSAGES/tdeio_settings.mo
share/locale/lt/LC_MESSAGES/tdeio_sftp.mo
share/locale/lt/LC_MESSAGES/tdeio_sieve.mo
share/locale/lt/LC_MESSAGES/tdeio_smb.mo
share/locale/lt/LC_MESSAGES/tdeio_smtp.mo
share/locale/lt/LC_MESSAGES/tdeio_svn.mo
share/locale/lt/LC_MESSAGES/tdeio_system.mo
share/locale/lt/LC_MESSAGES/tdeio_tar.mo
share/locale/lt/LC_MESSAGES/tdeio_thumbnail.mo
share/locale/lt/LC_MESSAGES/tdeio_trash.mo
share/locale/lt/LC_MESSAGES/tdeio_zeroconf.mo
share/locale/lt/LC_MESSAGES/tdeioexec.mo
share/locale/lt/LC_MESSAGES/tdelibs.mo
share/locale/lt/LC_MESSAGES/tdelibs_colors.mo
share/locale/lt/LC_MESSAGES/tdelirc.mo
share/locale/lt/LC_MESSAGES/tdemid.mo
share/locale/lt/LC_MESSAGES/tdepartsaver.mo
share/locale/lt/LC_MESSAGES/tdepasswd.mo
share/locale/lt/LC_MESSAGES/tdepimresources.mo
share/locale/lt/LC_MESSAGES/tdepimwizards.mo
share/locale/lt/LC_MESSAGES/tdeprint.mo
share/locale/lt/LC_MESSAGES/tdeprint_part.mo
share/locale/lt/LC_MESSAGES/tdeprintfax.mo
share/locale/lt/LC_MESSAGES/tderandr.mo
share/locale/lt/LC_MESSAGES/tdescreensaver.mo
share/locale/lt/LC_MESSAGES/tdessh.mo
share/locale/lt/LC_MESSAGES/tdestyle_highcontrast_config.mo
share/locale/lt/LC_MESSAGES/tdestyle_keramik_config.mo
share/locale/lt/LC_MESSAGES/tdestyle_phase_config.mo
share/locale/lt/LC_MESSAGES/tdestyle_plastik_config.mo
share/locale/lt/LC_MESSAGES/tdesu.mo
share/locale/lt/LC_MESSAGES/tdesud.mo
share/locale/lt/LC_MESSAGES/tdetexteditor_autobookmarker.mo
share/locale/lt/LC_MESSAGES/tdetexteditor_docwordcompletion.mo
share/locale/lt/LC_MESSAGES/tdetexteditor_insertfile.mo
share/locale/lt/LC_MESSAGES/tdetexteditor_isearch.mo
share/locale/lt/LC_MESSAGES/tdetexteditor_kdatatool.mo
share/locale/lt/LC_MESSAGES/tdevdesigner.mo
share/locale/lt/LC_MESSAGES/tdevelop.mo
share/locale/lt/LC_MESSAGES/tdevtipofday.mo
share/locale/lt/LC_MESSAGES/tdewalletmanager.mo
share/locale/lt/LC_MESSAGES/tdmconfig.mo
share/locale/lt/LC_MESSAGES/tdmgreet.mo
share/locale/lt/LC_MESSAGES/timezones.mo
share/locale/lt/LC_MESSAGES/tippecanoe.mo
share/locale/lt/LC_MESSAGES/trashapplet.mo
share/locale/lt/LC_MESSAGES/twin.mo
share/locale/lt/LC_MESSAGES/twin4.mo
share/locale/lt/LC_MESSAGES/twin_art_clients.mo
share/locale/lt/LC_MESSAGES/twin_clients.mo
share/locale/lt/LC_MESSAGES/twin_lib.mo
share/locale/lt/LC_MESSAGES/tyler.mo
share/locale/lt/LC_MESSAGES/uachangerplugin.mo
share/locale/lt/LC_MESSAGES/umbrello.mo
share/locale/lt/LC_MESSAGES/useraccount.mo
share/locale/lt/LC_MESSAGES/validatorsplugin.mo
share/locale/lt/LC_MESSAGES/wakeup.mo
share/locale/lt/LC_MESSAGES/wavecapture.mo
share/locale/lt/LC_MESSAGES/webarchiver.mo
share/locale/lt/charset
share/locale/lt/entry.desktop
share/locale/lt/flag.png

@ -0,0 +1,43 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: core/tde-i18n-lv > misc/tde-i18n-lv
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTLANG= lv
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${PORTLANG}
TDE_PREVERSION=
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= misc x11
DIST_SUBDIR= TDE/core
PKGNAMEPREFIX= ${PORTLANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${PORTLANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}template/' \
'${EXTRACT_BASE}translations/' \
'${EXTRACT_BASE}tde-i18n-${PORTLANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
\
-DBUILD_ALL="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1682085545
SHA256 (TDE/core/tde-i18n-trinity_14.1.0.orig.tar.xz) = 9f64b518db380d1d0acf3f6b5baafdb3f486953739b9484bdc5d31f34f466a75
SIZE (TDE/core/tde-i18n-trinity_14.1.0.orig.tar.xz) = 195332236

@ -0,0 +1 @@
Latvian (lv) internationalized (i18n) files for TDE

@ -0,0 +1,286 @@
share/locale/lv/LC_MESSAGES/appletproxy.mo
share/locale/lv/LC_MESSAGES/ark.mo
share/locale/lv/LC_MESSAGES/artsbuilder.mo
share/locale/lv/LC_MESSAGES/artscontrol.mo
share/locale/lv/LC_MESSAGES/babelfish.mo
share/locale/lv/LC_MESSAGES/cervisia.mo
share/locale/lv/LC_MESSAGES/clockapplet.mo
share/locale/lv/LC_MESSAGES/cupsdconf.mo
share/locale/lv/LC_MESSAGES/dirfilterplugin.mo
share/locale/lv/LC_MESSAGES/display.mo
share/locale/lv/LC_MESSAGES/domtreeviewer.mo
share/locale/lv/LC_MESSAGES/drkonqi.mo
share/locale/lv/LC_MESSAGES/dub.mo
share/locale/lv/LC_MESSAGES/extensionproxy.mo
share/locale/lv/LC_MESSAGES/filetypes.mo
share/locale/lv/LC_MESSAGES/htmlsearch.mo
share/locale/lv/LC_MESSAGES/imgalleryplugin.mo
share/locale/lv/LC_MESSAGES/kaboodle.mo
share/locale/lv/LC_MESSAGES/kaccess.mo
share/locale/lv/LC_MESSAGES/kaddressbook.mo
share/locale/lv/LC_MESSAGES/kalarm.mo
share/locale/lv/LC_MESSAGES/kalzium.mo
share/locale/lv/LC_MESSAGES/kandy.mo
share/locale/lv/LC_MESSAGES/kappfinder.mo
share/locale/lv/LC_MESSAGES/karm.mo
share/locale/lv/LC_MESSAGES/kasbarextension.mo
share/locale/lv/LC_MESSAGES/kasteroids.mo
share/locale/lv/LC_MESSAGES/kate.mo
share/locale/lv/LC_MESSAGES/katehelloworld.mo
share/locale/lv/LC_MESSAGES/katehtmltools.mo
share/locale/lv/LC_MESSAGES/kateinsertcommand.mo
share/locale/lv/LC_MESSAGES/kateopenheader.mo
share/locale/lv/LC_MESSAGES/katepart.mo
share/locale/lv/LC_MESSAGES/katetextfilter.mo
share/locale/lv/LC_MESSAGES/katexmltools.mo
share/locale/lv/LC_MESSAGES/katomic.mo
share/locale/lv/LC_MESSAGES/kbabel.mo
share/locale/lv/LC_MESSAGES/kbackgammon.mo
share/locale/lv/LC_MESSAGES/kbattleship.mo
share/locale/lv/LC_MESSAGES/kblackbox.mo
share/locale/lv/LC_MESSAGES/kbounce.mo
share/locale/lv/LC_MESSAGES/kbruch.mo
share/locale/lv/LC_MESSAGES/kbugbuster.mo
share/locale/lv/LC_MESSAGES/kcalc.mo
share/locale/lv/LC_MESSAGES/kcharselect.mo
share/locale/lv/LC_MESSAGES/kcharselectapplet.mo
share/locale/lv/LC_MESSAGES/kcmaccess.mo
share/locale/lv/LC_MESSAGES/kcmarts.mo
share/locale/lv/LC_MESSAGES/kcmaudiocd.mo
share/locale/lv/LC_MESSAGES/kcmbackground.mo
share/locale/lv/LC_MESSAGES/kcmbell.mo
share/locale/lv/LC_MESSAGES/kcmcolors.mo
share/locale/lv/LC_MESSAGES/kcmcrypto.mo
share/locale/lv/LC_MESSAGES/kcmcss.mo
share/locale/lv/LC_MESSAGES/kcmenergy.mo
share/locale/lv/LC_MESSAGES/kcmfonts.mo
share/locale/lv/LC_MESSAGES/kcmhtmlsearch.mo
share/locale/lv/LC_MESSAGES/kcmicons.mo
share/locale/lv/LC_MESSAGES/kcminfo.mo
share/locale/lv/LC_MESSAGES/kcminput.mo
share/locale/lv/LC_MESSAGES/kcmioslaveinfo.mo
share/locale/lv/LC_MESSAGES/kcmkamera.mo
share/locale/lv/LC_MESSAGES/kcmkclock.mo
share/locale/lv/LC_MESSAGES/kcmkeys.mo
share/locale/lv/LC_MESSAGES/kcmkicker.mo
share/locale/lv/LC_MESSAGES/kcmkonq.mo
share/locale/lv/LC_MESSAGES/kcmkonqhtml.mo
share/locale/lv/LC_MESSAGES/kcmkonsole.mo
share/locale/lv/LC_MESSAGES/kcmktalkd.mo
share/locale/lv/LC_MESSAGES/kcmkuick.mo
share/locale/lv/LC_MESSAGES/kcmkurifilt.mo
share/locale/lv/LC_MESSAGES/kcmkwm.mo
share/locale/lv/LC_MESSAGES/kcmlanbrowser.mo
share/locale/lv/LC_MESSAGES/kcmlaptop.mo
share/locale/lv/LC_MESSAGES/kcmlaunch.mo
share/locale/lv/LC_MESSAGES/kcmlayout.mo
share/locale/lv/LC_MESSAGES/kcmlilo.mo
share/locale/lv/LC_MESSAGES/kcmlocale.mo
share/locale/lv/LC_MESSAGES/kcmnic.mo
share/locale/lv/LC_MESSAGES/kcmnotify.mo
share/locale/lv/LC_MESSAGES/kcmsamba.mo
share/locale/lv/LC_MESSAGES/kcmscreensaver.mo
share/locale/lv/LC_MESSAGES/kcmsmartcard.mo
share/locale/lv/LC_MESSAGES/kcmsmserver.mo
share/locale/lv/LC_MESSAGES/kcmspellchecking.mo
share/locale/lv/LC_MESSAGES/kcmstyle.mo
share/locale/lv/LC_MESSAGES/kcmtaskbar.mo
share/locale/lv/LC_MESSAGES/kcmtdeio.mo
share/locale/lv/LC_MESSAGES/kcmtwindecoration.mo
share/locale/lv/LC_MESSAGES/kcmusb.mo
share/locale/lv/LC_MESSAGES/kcoloredit.mo
share/locale/lv/LC_MESSAGES/kcontrol.mo
share/locale/lv/LC_MESSAGES/kcron.mo
share/locale/lv/LC_MESSAGES/kdat.mo
share/locale/lv/LC_MESSAGES/kdcop.mo
share/locale/lv/LC_MESSAGES/kdesktop.mo
share/locale/lv/LC_MESSAGES/kdf.mo
share/locale/lv/LC_MESSAGES/kdict.mo
share/locale/lv/LC_MESSAGES/kdictapplet.mo
share/locale/lv/LC_MESSAGES/kdvi.mo
share/locale/lv/LC_MESSAGES/kedit.mo
share/locale/lv/LC_MESSAGES/keduca.mo
share/locale/lv/LC_MESSAGES/kenolaba.mo
share/locale/lv/LC_MESSAGES/kfax.mo
share/locale/lv/LC_MESSAGES/kfindpart.mo
share/locale/lv/LC_MESSAGES/kfloppy.mo
share/locale/lv/LC_MESSAGES/kfmclient.mo
share/locale/lv/LC_MESSAGES/kgantt.mo
share/locale/lv/LC_MESSAGES/kghostview.mo
share/locale/lv/LC_MESSAGES/khangman.mo
share/locale/lv/LC_MESSAGES/khelpcenter.mo
share/locale/lv/LC_MESSAGES/khexedit.mo
share/locale/lv/LC_MESSAGES/khotkeys.mo
share/locale/lv/LC_MESSAGES/kicker.mo
share/locale/lv/LC_MESSAGES/kig.mo
share/locale/lv/LC_MESSAGES/kiten.mo
share/locale/lv/LC_MESSAGES/kjobviewer.mo
share/locale/lv/LC_MESSAGES/kjots.mo
share/locale/lv/LC_MESSAGES/kjumpingcube.mo
share/locale/lv/LC_MESSAGES/klaptopdaemon.mo
share/locale/lv/LC_MESSAGES/klatin.mo
share/locale/lv/LC_MESSAGES/klettres.mo
share/locale/lv/LC_MESSAGES/klines.mo
share/locale/lv/LC_MESSAGES/klipper.mo
share/locale/lv/LC_MESSAGES/klock.mo
share/locale/lv/LC_MESSAGES/kmahjongg.mo
share/locale/lv/LC_MESSAGES/kmail.mo
share/locale/lv/LC_MESSAGES/kmailcvt.mo
share/locale/lv/LC_MESSAGES/kmcop.mo
share/locale/lv/LC_MESSAGES/kmenuedit.mo
share/locale/lv/LC_MESSAGES/kmines.mo
share/locale/lv/LC_MESSAGES/kminipagerapplet.mo
share/locale/lv/LC_MESSAGES/kmix.mo
share/locale/lv/LC_MESSAGES/kmobile.mo
share/locale/lv/LC_MESSAGES/kmoon.mo
share/locale/lv/LC_MESSAGES/kmplot.mo
share/locale/lv/LC_MESSAGES/knewsticker.mo
share/locale/lv/LC_MESSAGES/knode.mo
share/locale/lv/LC_MESSAGES/knotes.mo
share/locale/lv/LC_MESSAGES/knotify.mo
share/locale/lv/LC_MESSAGES/kolourpicker.mo
share/locale/lv/LC_MESSAGES/kompare.mo
share/locale/lv/LC_MESSAGES/konqsidebar_mediaplayer.mo
share/locale/lv/LC_MESSAGES/konqueror.mo
share/locale/lv/LC_MESSAGES/konquest.mo
share/locale/lv/LC_MESSAGES/konsole.mo
share/locale/lv/LC_MESSAGES/kooka.mo
share/locale/lv/LC_MESSAGES/korganizer.mo
share/locale/lv/LC_MESSAGES/korn.mo
share/locale/lv/LC_MESSAGES/kpackage.mo
share/locale/lv/LC_MESSAGES/kpager.mo
share/locale/lv/LC_MESSAGES/kpat.mo
share/locale/lv/LC_MESSAGES/kpercentage.mo
share/locale/lv/LC_MESSAGES/kpersonalizer.mo
share/locale/lv/LC_MESSAGES/kpf.mo
share/locale/lv/LC_MESSAGES/kpoker.mo
share/locale/lv/LC_MESSAGES/kppp.mo
share/locale/lv/LC_MESSAGES/kppplogview.mo
share/locale/lv/LC_MESSAGES/kprinter.mo
share/locale/lv/LC_MESSAGES/krdb.mo
share/locale/lv/LC_MESSAGES/kreadconfig.mo
share/locale/lv/LC_MESSAGES/kregexpeditor.mo
share/locale/lv/LC_MESSAGES/kreversi.mo
share/locale/lv/LC_MESSAGES/kruler.mo
share/locale/lv/LC_MESSAGES/krunapplet.mo
share/locale/lv/LC_MESSAGES/ksame.mo
share/locale/lv/LC_MESSAGES/kscd.mo
share/locale/lv/LC_MESSAGES/kshisen.mo
share/locale/lv/LC_MESSAGES/ksirc.mo
share/locale/lv/LC_MESSAGES/ksirtet.mo
share/locale/lv/LC_MESSAGES/ksmiletris.mo
share/locale/lv/LC_MESSAGES/ksmserver.mo
share/locale/lv/LC_MESSAGES/ksnake.mo
share/locale/lv/LC_MESSAGES/ksnapshot.mo
share/locale/lv/LC_MESSAGES/ksokoban.mo
share/locale/lv/LC_MESSAGES/kspaceduel.mo
share/locale/lv/LC_MESSAGES/ksplash.mo
share/locale/lv/LC_MESSAGES/kstars.mo
share/locale/lv/LC_MESSAGES/kstart.mo
share/locale/lv/LC_MESSAGES/kstartperf.mo
share/locale/lv/LC_MESSAGES/ksysguard.mo
share/locale/lv/LC_MESSAGES/ksystemtrayapplet.mo
share/locale/lv/LC_MESSAGES/ksystraycmd.mo
share/locale/lv/LC_MESSAGES/ksysv.mo
share/locale/lv/LC_MESSAGES/kteatime.mo
share/locale/lv/LC_MESSAGES/ktimemon.mo
share/locale/lv/LC_MESSAGES/ktimer.mo
share/locale/lv/LC_MESSAGES/ktip.mo
share/locale/lv/LC_MESSAGES/ktouch.mo
share/locale/lv/LC_MESSAGES/ktron.mo
share/locale/lv/LC_MESSAGES/ktuberling.mo
share/locale/lv/LC_MESSAGES/ktux.mo
share/locale/lv/LC_MESSAGES/kuick_plugin.mo
share/locale/lv/LC_MESSAGES/kuickshow.mo
share/locale/lv/LC_MESSAGES/kuser.mo
share/locale/lv/LC_MESSAGES/kverbos.mo
share/locale/lv/LC_MESSAGES/kview.mo
share/locale/lv/LC_MESSAGES/kviewshell.mo
share/locale/lv/LC_MESSAGES/kvoctrain.mo
share/locale/lv/LC_MESSAGES/kworldclock.mo
share/locale/lv/LC_MESSAGES/kxkb.mo
share/locale/lv/LC_MESSAGES/kxsconfig.mo
share/locale/lv/LC_MESSAGES/libkcal.mo
share/locale/lv/LC_MESSAGES/libkicker.mo
share/locale/lv/LC_MESSAGES/libkickermenu_prefmenu.mo
share/locale/lv/LC_MESSAGES/libkickermenu_recentdocs.mo
share/locale/lv/LC_MESSAGES/libkickermenu_remotemenu.mo
share/locale/lv/LC_MESSAGES/libkickermenu_systemmenu.mo
share/locale/lv/LC_MESSAGES/libkickermenu_tdeprint.mo
share/locale/lv/LC_MESSAGES/libkonq.mo
share/locale/lv/LC_MESSAGES/libkscan.mo
share/locale/lv/LC_MESSAGES/libtaskbar.mo
share/locale/lv/LC_MESSAGES/libtaskmanager.mo
share/locale/lv/LC_MESSAGES/libtdegames.mo
share/locale/lv/LC_MESSAGES/libtdescreensaver.mo
share/locale/lv/LC_MESSAGES/lockout.mo
share/locale/lv/LC_MESSAGES/lskat.mo
share/locale/lv/LC_MESSAGES/mediaapplet.mo
share/locale/lv/LC_MESSAGES/naughtyapplet.mo
share/locale/lv/LC_MESSAGES/noatun.mo
share/locale/lv/LC_MESSAGES/nsplugin.mo
share/locale/lv/LC_MESSAGES/ppdtranslations.mo
share/locale/lv/LC_MESSAGES/quanta.mo
share/locale/lv/LC_MESSAGES/quicklauncher.mo
share/locale/lv/LC_MESSAGES/secpolicy.mo
share/locale/lv/LC_MESSAGES/spy.mo
share/locale/lv/LC_MESSAGES/tdeabc_file.mo
share/locale/lv/LC_MESSAGES/tdedebugdialog.mo
share/locale/lv/LC_MESSAGES/tdefile_m3u.mo
share/locale/lv/LC_MESSAGES/tdefile_mp3.mo
share/locale/lv/LC_MESSAGES/tdefile_ogg.mo
share/locale/lv/LC_MESSAGES/tdefile_pdf.mo
share/locale/lv/LC_MESSAGES/tdefile_png.mo
share/locale/lv/LC_MESSAGES/tdefile_ps.mo
share/locale/lv/LC_MESSAGES/tdefile_wav.mo
share/locale/lv/LC_MESSAGES/tdehtmlsettingsplugin.mo
share/locale/lv/LC_MESSAGES/tdeiconedit.mo
share/locale/lv/LC_MESSAGES/tdeio.mo
share/locale/lv/LC_MESSAGES/tdeio_audiocd.mo
share/locale/lv/LC_MESSAGES/tdeio_finger.mo
share/locale/lv/LC_MESSAGES/tdeio_floppy.mo
share/locale/lv/LC_MESSAGES/tdeio_help.mo
share/locale/lv/LC_MESSAGES/tdeio_home.mo
share/locale/lv/LC_MESSAGES/tdeio_imap4.mo
share/locale/lv/LC_MESSAGES/tdeio_lan.mo
share/locale/lv/LC_MESSAGES/tdeio_man.mo
share/locale/lv/LC_MESSAGES/tdeio_nfs.mo
share/locale/lv/LC_MESSAGES/tdeio_nntp.mo
share/locale/lv/LC_MESSAGES/tdeio_pop3.mo
share/locale/lv/LC_MESSAGES/tdeio_print.mo
share/locale/lv/LC_MESSAGES/tdeio_remote.mo
share/locale/lv/LC_MESSAGES/tdeio_settings.mo
share/locale/lv/LC_MESSAGES/tdeio_sftp.mo
share/locale/lv/LC_MESSAGES/tdeio_smb.mo
share/locale/lv/LC_MESSAGES/tdeio_smtp.mo
share/locale/lv/LC_MESSAGES/tdeio_system.mo
share/locale/lv/LC_MESSAGES/tdeio_tar.mo
share/locale/lv/LC_MESSAGES/tdeio_trash.mo
share/locale/lv/LC_MESSAGES/tdeioexec.mo
share/locale/lv/LC_MESSAGES/tdelibs.mo
share/locale/lv/LC_MESSAGES/tdelibs_colors.mo
share/locale/lv/LC_MESSAGES/tdemid.mo
share/locale/lv/LC_MESSAGES/tdepartsaver.mo
share/locale/lv/LC_MESSAGES/tdepasswd.mo
share/locale/lv/LC_MESSAGES/tdeprint.mo
share/locale/lv/LC_MESSAGES/tdeprint_part.mo
share/locale/lv/LC_MESSAGES/tdeprintfax.mo
share/locale/lv/LC_MESSAGES/tdescreensaver.mo
share/locale/lv/LC_MESSAGES/tdessh.mo
share/locale/lv/LC_MESSAGES/tdestyle_keramik_config.mo
share/locale/lv/LC_MESSAGES/tdesu.mo
share/locale/lv/LC_MESSAGES/tdesud.mo
share/locale/lv/LC_MESSAGES/tdevelop.mo
share/locale/lv/LC_MESSAGES/tdevtipofday.mo
share/locale/lv/LC_MESSAGES/tdmconfig.mo
share/locale/lv/LC_MESSAGES/tdmgreet.mo
share/locale/lv/LC_MESSAGES/timezones.mo
share/locale/lv/LC_MESSAGES/trashapplet.mo
share/locale/lv/LC_MESSAGES/twin.mo
share/locale/lv/LC_MESSAGES/twin4.mo
share/locale/lv/LC_MESSAGES/uachangerplugin.mo
share/locale/lv/LC_MESSAGES/validatorsplugin.mo
share/locale/lv/LC_MESSAGES/webarchiver.mo
share/locale/lv/charset
share/locale/lv/entry.desktop
share/locale/lv/flag.png

@ -0,0 +1,43 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: core/tde-i18n-mk > misc/tde-i18n-mk
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTLANG= mk
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${PORTLANG}
TDE_PREVERSION=
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= misc x11
DIST_SUBDIR= TDE/core
PKGNAMEPREFIX= ${PORTLANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${PORTLANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}template/' \
'${EXTRACT_BASE}translations/' \
'${EXTRACT_BASE}tde-i18n-${PORTLANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
\
-DBUILD_ALL="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1682085547
SHA256 (TDE/core/tde-i18n-trinity_14.1.0.orig.tar.xz) = 9f64b518db380d1d0acf3f6b5baafdb3f486953739b9484bdc5d31f34f466a75
SIZE (TDE/core/tde-i18n-trinity_14.1.0.orig.tar.xz) = 195332236

@ -0,0 +1 @@
Macedonian (mk) internationalized (i18n) files for TDE

@ -0,0 +1,554 @@
share/apps/katepart/syntax/logohighlightstyle.mk.xml
share/apps/kturtle/data/logokeywords.mk.xml
share/apps/kturtle/examples/mk/boiplatno.logo
share/apps/kturtle/examples/mk/cvekje.logo
share/apps/kturtle/examples/mk/izvitkano.logo
share/apps/kturtle/examples/mk/kde.logo
share/apps/kturtle/examples/mk/kvadrat.logo
share/apps/kturtle/examples/mk/kvadratii.logo
share/apps/kturtle/examples/mk/reklama.logo
share/apps/kturtle/examples/mk/slucajnoime.logo
share/apps/kturtle/examples/mk/strelka.logo
share/apps/kturtle/examples/mk/tablicamnozenje.logo
share/apps/kturtle/examples/mk/triagolnicii.logo
share/apps/kturtle/examples/mk/triagolnik.logo
share/locale/mk/LC_MESSAGES/akregator.mo
share/locale/mk/LC_MESSAGES/akregator_konqplugin.mo
share/locale/mk/LC_MESSAGES/alsaplayerui.mo
share/locale/mk/LC_MESSAGES/amor.mo
share/locale/mk/LC_MESSAGES/appletproxy.mo
share/locale/mk/LC_MESSAGES/ark.mo
share/locale/mk/LC_MESSAGES/ark_plugin.mo
share/locale/mk/LC_MESSAGES/artsbuilder.mo
share/locale/mk/LC_MESSAGES/artscontrol.mo
share/locale/mk/LC_MESSAGES/artsmodules.mo
share/locale/mk/LC_MESSAGES/atlantik.mo
share/locale/mk/LC_MESSAGES/atlantikdesigner.mo
share/locale/mk/LC_MESSAGES/audiocd_encoder_lame.mo
share/locale/mk/LC_MESSAGES/audiocd_encoder_vorbis.mo
share/locale/mk/LC_MESSAGES/audiorename_plugin.mo
share/locale/mk/LC_MESSAGES/autorefresh.mo
share/locale/mk/LC_MESSAGES/babelfish.mo
share/locale/mk/LC_MESSAGES/blinken.mo
share/locale/mk/LC_MESSAGES/charlatanui.mo
share/locale/mk/LC_MESSAGES/clockapplet.mo
share/locale/mk/LC_MESSAGES/crashesplugin.mo
share/locale/mk/LC_MESSAGES/cupsdconf.mo
share/locale/mk/LC_MESSAGES/cvsservice.mo
share/locale/mk/LC_MESSAGES/dcoprss.mo
share/locale/mk/LC_MESSAGES/dirfilterplugin.mo
share/locale/mk/LC_MESSAGES/display.mo
share/locale/mk/LC_MESSAGES/dockbarextension.mo
share/locale/mk/LC_MESSAGES/domtreeviewer.mo
share/locale/mk/LC_MESSAGES/drkonqi.mo
share/locale/mk/LC_MESSAGES/dub.mo
share/locale/mk/LC_MESSAGES/extensionproxy.mo
share/locale/mk/LC_MESSAGES/ffrs.mo
share/locale/mk/LC_MESSAGES/filetypes.mo
share/locale/mk/LC_MESSAGES/fsview.mo
share/locale/mk/LC_MESSAGES/htmlsearch.mo
share/locale/mk/LC_MESSAGES/imagerename_plugin.mo
share/locale/mk/LC_MESSAGES/imgalleryplugin.mo
share/locale/mk/LC_MESSAGES/irkick.mo
share/locale/mk/LC_MESSAGES/joystick.mo
share/locale/mk/LC_MESSAGES/juk.mo
share/locale/mk/LC_MESSAGES/kaboodle.mo
share/locale/mk/LC_MESSAGES/kaccess.mo
share/locale/mk/LC_MESSAGES/kaddressbook.mo
share/locale/mk/LC_MESSAGES/kalarm.mo
share/locale/mk/LC_MESSAGES/kalzium.mo
share/locale/mk/LC_MESSAGES/kanagram.mo
share/locale/mk/LC_MESSAGES/kandy.mo
share/locale/mk/LC_MESSAGES/kappfinder.mo
share/locale/mk/LC_MESSAGES/karm.mo
share/locale/mk/LC_MESSAGES/kasbarextension.mo
share/locale/mk/LC_MESSAGES/kasteroids.mo
share/locale/mk/LC_MESSAGES/kate.mo
share/locale/mk/LC_MESSAGES/katecppsymbolviewer.mo
share/locale/mk/LC_MESSAGES/katefiletemplates.mo
share/locale/mk/LC_MESSAGES/katefll_initplugin.mo
share/locale/mk/LC_MESSAGES/katefll_plugin.mo
share/locale/mk/LC_MESSAGES/katehelloworld.mo
share/locale/mk/LC_MESSAGES/katehtmltools.mo
share/locale/mk/LC_MESSAGES/kateinsertcommand.mo
share/locale/mk/LC_MESSAGES/katekjswrapper.mo
share/locale/mk/LC_MESSAGES/katemake.mo
share/locale/mk/LC_MESSAGES/katemodeline.mo
share/locale/mk/LC_MESSAGES/kateopenheader.mo
share/locale/mk/LC_MESSAGES/katepart.mo
share/locale/mk/LC_MESSAGES/katepybrowse.mo
share/locale/mk/LC_MESSAGES/katesnippets.mo
share/locale/mk/LC_MESSAGES/katetabbarextension.mo
share/locale/mk/LC_MESSAGES/katetextfilter.mo
share/locale/mk/LC_MESSAGES/katexmlcheck.mo
share/locale/mk/LC_MESSAGES/katexmltools.mo
share/locale/mk/LC_MESSAGES/katomic.mo
share/locale/mk/LC_MESSAGES/kaudiocreator.mo
share/locale/mk/LC_MESSAGES/kay.mo
share/locale/mk/LC_MESSAGES/kbabel.mo
share/locale/mk/LC_MESSAGES/kbackgammon.mo
share/locale/mk/LC_MESSAGES/kbattleship.mo
share/locale/mk/LC_MESSAGES/kbinaryclock.mo
share/locale/mk/LC_MESSAGES/kblackbox.mo
share/locale/mk/LC_MESSAGES/kbounce.mo
share/locale/mk/LC_MESSAGES/kbruch.mo
share/locale/mk/LC_MESSAGES/kbstateapplet.mo
share/locale/mk/LC_MESSAGES/kcalc.mo
share/locale/mk/LC_MESSAGES/kcharselect.mo
share/locale/mk/LC_MESSAGES/kcharselectapplet.mo
share/locale/mk/LC_MESSAGES/kcm_krfb.mo
share/locale/mk/LC_MESSAGES/kcm_kviewcanvasconfig.mo
share/locale/mk/LC_MESSAGES/kcm_kviewgeneralconfig.mo
share/locale/mk/LC_MESSAGES/kcm_kviewpluginsconfig.mo
share/locale/mk/LC_MESSAGES/kcm_kviewviewerpluginsconfig.mo
share/locale/mk/LC_MESSAGES/kcmaccess.mo
share/locale/mk/LC_MESSAGES/kcmaccessibility.mo
share/locale/mk/LC_MESSAGES/kcmarts.mo
share/locale/mk/LC_MESSAGES/kcmaudiocd.mo
share/locale/mk/LC_MESSAGES/kcmbackground.mo
share/locale/mk/LC_MESSAGES/kcmbell.mo
share/locale/mk/LC_MESSAGES/kcmcddb.mo
share/locale/mk/LC_MESSAGES/kcmcgi.mo
share/locale/mk/LC_MESSAGES/kcmcolors.mo
share/locale/mk/LC_MESSAGES/kcmcomponentchooser.mo
share/locale/mk/LC_MESSAGES/kcmcrypto.mo
share/locale/mk/LC_MESSAGES/kcmcss.mo
share/locale/mk/LC_MESSAGES/kcmenergy.mo
share/locale/mk/LC_MESSAGES/kcmfonts.mo
share/locale/mk/LC_MESSAGES/kcmhtmlsearch.mo
share/locale/mk/LC_MESSAGES/kcmicons.mo
share/locale/mk/LC_MESSAGES/kcminfo.mo
share/locale/mk/LC_MESSAGES/kcminput.mo
share/locale/mk/LC_MESSAGES/kcmioslaveinfo.mo
share/locale/mk/LC_MESSAGES/kcmkabconfig.mo
share/locale/mk/LC_MESSAGES/kcmkamera.mo
share/locale/mk/LC_MESSAGES/kcmkclock.mo
share/locale/mk/LC_MESSAGES/kcmkded.mo
share/locale/mk/LC_MESSAGES/kcmkeys.mo
share/locale/mk/LC_MESSAGES/kcmkicker.mo
share/locale/mk/LC_MESSAGES/kcmkonq.mo
share/locale/mk/LC_MESSAGES/kcmkonqhtml.mo
share/locale/mk/LC_MESSAGES/kcmkonsole.mo
share/locale/mk/LC_MESSAGES/kcmkontactnt.mo
share/locale/mk/LC_MESSAGES/kcmktalkd.mo
share/locale/mk/LC_MESSAGES/kcmkuick.mo
share/locale/mk/LC_MESSAGES/kcmkurifilt.mo
share/locale/mk/LC_MESSAGES/kcmkvaio.mo
share/locale/mk/LC_MESSAGES/kcmkwm.mo
share/locale/mk/LC_MESSAGES/kcmlanbrowser.mo
share/locale/mk/LC_MESSAGES/kcmlaptop.mo
share/locale/mk/LC_MESSAGES/kcmlaunch.mo
share/locale/mk/LC_MESSAGES/kcmlayout.mo
share/locale/mk/LC_MESSAGES/kcmlilo.mo
share/locale/mk/LC_MESSAGES/kcmlirc.mo
share/locale/mk/LC_MESSAGES/kcmlocale.mo
share/locale/mk/LC_MESSAGES/kcmmedia.mo
share/locale/mk/LC_MESSAGES/kcmnic.mo
share/locale/mk/LC_MESSAGES/kcmnotify.mo
share/locale/mk/LC_MESSAGES/kcmperformance.mo
share/locale/mk/LC_MESSAGES/kcmprintmgr.mo
share/locale/mk/LC_MESSAGES/kcmsamba.mo
share/locale/mk/LC_MESSAGES/kcmscreensaver.mo
share/locale/mk/LC_MESSAGES/kcmsmartcard.mo
share/locale/mk/LC_MESSAGES/kcmsmserver.mo
share/locale/mk/LC_MESSAGES/kcmspellchecking.mo
share/locale/mk/LC_MESSAGES/kcmstyle.mo
share/locale/mk/LC_MESSAGES/kcmtaskbar.mo
share/locale/mk/LC_MESSAGES/kcmtdednssd.mo
share/locale/mk/LC_MESSAGES/kcmtdeio.mo
share/locale/mk/LC_MESSAGES/kcmtdewallet.mo
share/locale/mk/LC_MESSAGES/kcmthinkpad.mo
share/locale/mk/LC_MESSAGES/kcmtwindecoration.mo
share/locale/mk/LC_MESSAGES/kcmtwinrules.mo
share/locale/mk/LC_MESSAGES/kcmusb.mo
share/locale/mk/LC_MESSAGES/kcmview1394.mo
share/locale/mk/LC_MESSAGES/kcmwifi.mo
share/locale/mk/LC_MESSAGES/kcmxinerama.mo
share/locale/mk/LC_MESSAGES/kcoloredit.mo
share/locale/mk/LC_MESSAGES/kcontrol.mo
share/locale/mk/LC_MESSAGES/kcron.mo
share/locale/mk/LC_MESSAGES/kdat.mo
share/locale/mk/LC_MESSAGES/kdcop.mo
share/locale/mk/LC_MESSAGES/kdesktop.mo
share/locale/mk/LC_MESSAGES/kdf.mo
share/locale/mk/LC_MESSAGES/kdgantt.mo
share/locale/mk/LC_MESSAGES/kdialog.mo
share/locale/mk/LC_MESSAGES/kdict.mo
share/locale/mk/LC_MESSAGES/kdictapplet.mo
share/locale/mk/LC_MESSAGES/kdjview.mo
share/locale/mk/LC_MESSAGES/kdvi.mo
share/locale/mk/LC_MESSAGES/kedit.mo
share/locale/mk/LC_MESSAGES/keduca.mo
share/locale/mk/LC_MESSAGES/kenolaba.mo
share/locale/mk/LC_MESSAGES/kfax.mo
share/locale/mk/LC_MESSAGES/kfaxview.mo
share/locale/mk/LC_MESSAGES/kfifteenapplet.mo
share/locale/mk/LC_MESSAGES/kfindpart.mo
share/locale/mk/LC_MESSAGES/kfloppy.mo
share/locale/mk/LC_MESSAGES/kfmclient.mo
share/locale/mk/LC_MESSAGES/kfouleggs.mo
share/locale/mk/LC_MESSAGES/kgamma.mo
share/locale/mk/LC_MESSAGES/kgantt.mo
share/locale/mk/LC_MESSAGES/kgeography.mo
share/locale/mk/LC_MESSAGES/kget.mo
share/locale/mk/LC_MESSAGES/kghostview.mo
share/locale/mk/LC_MESSAGES/kgoldrunner.mo
share/locale/mk/LC_MESSAGES/kgpg.mo
share/locale/mk/LC_MESSAGES/kgreet_classic.mo
share/locale/mk/LC_MESSAGES/kgreet_winbind.mo
share/locale/mk/LC_MESSAGES/khangman.mo
share/locale/mk/LC_MESSAGES/khelpcenter.mo
share/locale/mk/LC_MESSAGES/khexedit.mo
share/locale/mk/LC_MESSAGES/khexedit2part.mo
share/locale/mk/LC_MESSAGES/khotkeys.mo
share/locale/mk/LC_MESSAGES/kicker.mo
share/locale/mk/LC_MESSAGES/kickermenu_kate.mo
share/locale/mk/LC_MESSAGES/kig.mo
share/locale/mk/LC_MESSAGES/kinetd.mo
share/locale/mk/LC_MESSAGES/kiten.mo
share/locale/mk/LC_MESSAGES/kjobviewer.mo
share/locale/mk/LC_MESSAGES/kjots.mo
share/locale/mk/LC_MESSAGES/kjumpingcube.mo
share/locale/mk/LC_MESSAGES/klaptopdaemon.mo
share/locale/mk/LC_MESSAGES/klatin.mo
share/locale/mk/LC_MESSAGES/kleopatra.mo
share/locale/mk/LC_MESSAGES/klettres.mo
share/locale/mk/LC_MESSAGES/klickety.mo
share/locale/mk/LC_MESSAGES/klines.mo
share/locale/mk/LC_MESSAGES/klipper.mo
share/locale/mk/LC_MESSAGES/klock.mo
share/locale/mk/LC_MESSAGES/kmag.mo
share/locale/mk/LC_MESSAGES/kmahjongg.mo
share/locale/mk/LC_MESSAGES/kmail.mo
share/locale/mk/LC_MESSAGES/kmail_text_calendar_plugin.mo
share/locale/mk/LC_MESSAGES/kmail_text_vcard_plugin.mo
share/locale/mk/LC_MESSAGES/kmailcvt.mo
share/locale/mk/LC_MESSAGES/kmathapplet.mo
share/locale/mk/LC_MESSAGES/kmcop.mo
share/locale/mk/LC_MESSAGES/kmenuapplet.mo
share/locale/mk/LC_MESSAGES/kmenuedit.mo
share/locale/mk/LC_MESSAGES/kmilo_delli8k.mo
share/locale/mk/LC_MESSAGES/kmilo_generic.mo
share/locale/mk/LC_MESSAGES/kmilo_kvaio.mo
share/locale/mk/LC_MESSAGES/kmilo_powerbook.mo
share/locale/mk/LC_MESSAGES/kmilo_thinkpad.mo
share/locale/mk/LC_MESSAGES/kmilod.mo
share/locale/mk/LC_MESSAGES/kmines.mo
share/locale/mk/LC_MESSAGES/kminipagerapplet.mo
share/locale/mk/LC_MESSAGES/kmix.mo
share/locale/mk/LC_MESSAGES/kmobile.mo
share/locale/mk/LC_MESSAGES/kmoon.mo
share/locale/mk/LC_MESSAGES/kmousetool.mo
share/locale/mk/LC_MESSAGES/kmouth.mo
share/locale/mk/LC_MESSAGES/kmplot.mo
share/locale/mk/LC_MESSAGES/kmrml.mo
share/locale/mk/LC_MESSAGES/knetattach.mo
share/locale/mk/LC_MESSAGES/knetwalk.mo
share/locale/mk/LC_MESSAGES/knetworkconf.mo
share/locale/mk/LC_MESSAGES/knewsticker.mo
share/locale/mk/LC_MESSAGES/knode.mo
share/locale/mk/LC_MESSAGES/knotes.mo
share/locale/mk/LC_MESSAGES/knotify.mo
share/locale/mk/LC_MESSAGES/kodo.mo
share/locale/mk/LC_MESSAGES/kolf.mo
share/locale/mk/LC_MESSAGES/kolourpaint.mo
share/locale/mk/LC_MESSAGES/kolourpicker.mo
share/locale/mk/LC_MESSAGES/kompare.mo
share/locale/mk/LC_MESSAGES/konqsidebar_delicious.mo
share/locale/mk/LC_MESSAGES/konqsidebar_mediaplayer.mo
share/locale/mk/LC_MESSAGES/konqsidebar_metabar.mo
share/locale/mk/LC_MESSAGES/konqsidebar_news.mo
share/locale/mk/LC_MESSAGES/konqueror.mo
share/locale/mk/LC_MESSAGES/konquest.mo
share/locale/mk/LC_MESSAGES/konsole.mo
share/locale/mk/LC_MESSAGES/konsolekalendar.mo
share/locale/mk/LC_MESSAGES/kontact.mo
share/locale/mk/LC_MESSAGES/kooka.mo
share/locale/mk/LC_MESSAGES/kopete.mo
share/locale/mk/LC_MESSAGES/korganizer.mo
share/locale/mk/LC_MESSAGES/korn.mo
share/locale/mk/LC_MESSAGES/kpackage.mo
share/locale/mk/LC_MESSAGES/kpager.mo
share/locale/mk/LC_MESSAGES/kpat.mo
share/locale/mk/LC_MESSAGES/kpdf.mo
share/locale/mk/LC_MESSAGES/kpercentage.mo
share/locale/mk/LC_MESSAGES/kpersonalizer.mo
share/locale/mk/LC_MESSAGES/kpf.mo
share/locale/mk/LC_MESSAGES/kpoker.mo
share/locale/mk/LC_MESSAGES/kpovmodeler.mo
share/locale/mk/LC_MESSAGES/kppp.mo
share/locale/mk/LC_MESSAGES/kppplogview.mo
share/locale/mk/LC_MESSAGES/kprinter.mo
share/locale/mk/LC_MESSAGES/krdb.mo
share/locale/mk/LC_MESSAGES/krdc.mo
share/locale/mk/LC_MESSAGES/kreadconfig.mo
share/locale/mk/LC_MESSAGES/krec.mo
share/locale/mk/LC_MESSAGES/kregexpeditor.mo
share/locale/mk/LC_MESSAGES/kres_birthday.mo
share/locale/mk/LC_MESSAGES/kres_blogging.mo
share/locale/mk/LC_MESSAGES/kres_bugzilla.mo
share/locale/mk/LC_MESSAGES/kres_exchange.mo
share/locale/mk/LC_MESSAGES/kres_featureplan.mo
share/locale/mk/LC_MESSAGES/kres_groupware.mo
share/locale/mk/LC_MESSAGES/kres_groupwise.mo
share/locale/mk/LC_MESSAGES/kres_kolab.mo
share/locale/mk/LC_MESSAGES/kres_remote.mo
share/locale/mk/LC_MESSAGES/kres_tvanytime.mo
share/locale/mk/LC_MESSAGES/kres_xmlrpc.mo
share/locale/mk/LC_MESSAGES/kreversi.mo
share/locale/mk/LC_MESSAGES/krfb.mo
share/locale/mk/LC_MESSAGES/kruler.mo
share/locale/mk/LC_MESSAGES/krunapplet.mo
share/locale/mk/LC_MESSAGES/ksame.mo
share/locale/mk/LC_MESSAGES/ksayit.mo
share/locale/mk/LC_MESSAGES/kscd.mo
share/locale/mk/LC_MESSAGES/kshisen.mo
share/locale/mk/LC_MESSAGES/ksig.mo
share/locale/mk/LC_MESSAGES/ksim.mo
share/locale/mk/LC_MESSAGES/ksirc.mo
share/locale/mk/LC_MESSAGES/ksirtet.mo
share/locale/mk/LC_MESSAGES/ksmiletris.mo
share/locale/mk/LC_MESSAGES/ksmserver.mo
share/locale/mk/LC_MESSAGES/ksnake.mo
share/locale/mk/LC_MESSAGES/ksnapshot.mo
share/locale/mk/LC_MESSAGES/ksokoban.mo
share/locale/mk/LC_MESSAGES/kspaceduel.mo
share/locale/mk/LC_MESSAGES/ksplash.mo
share/locale/mk/LC_MESSAGES/ksplashthemes.mo
share/locale/mk/LC_MESSAGES/kstars.mo
share/locale/mk/LC_MESSAGES/kstart.mo
share/locale/mk/LC_MESSAGES/kstartperf.mo
share/locale/mk/LC_MESSAGES/ksvgplugin.mo
share/locale/mk/LC_MESSAGES/ksysguard.mo
share/locale/mk/LC_MESSAGES/ksystemtrayapplet.mo
share/locale/mk/LC_MESSAGES/ksystraycmd.mo
share/locale/mk/LC_MESSAGES/ksysv.mo
share/locale/mk/LC_MESSAGES/kteatime.mo
share/locale/mk/LC_MESSAGES/kthememanager.mo
share/locale/mk/LC_MESSAGES/ktimemon.mo
share/locale/mk/LC_MESSAGES/ktimer.mo
share/locale/mk/LC_MESSAGES/ktip.mo
share/locale/mk/LC_MESSAGES/ktnef.mo
share/locale/mk/LC_MESSAGES/ktouch.mo
share/locale/mk/LC_MESSAGES/ktron.mo
share/locale/mk/LC_MESSAGES/kttsd.mo
share/locale/mk/LC_MESSAGES/ktuberling.mo
share/locale/mk/LC_MESSAGES/kturtle.mo
share/locale/mk/LC_MESSAGES/ktux.mo
share/locale/mk/LC_MESSAGES/kuick_plugin.mo
share/locale/mk/LC_MESSAGES/kuickshow.mo
share/locale/mk/LC_MESSAGES/kuiviewer.mo
share/locale/mk/LC_MESSAGES/kuser.mo
share/locale/mk/LC_MESSAGES/kverbos.mo
share/locale/mk/LC_MESSAGES/kview.mo
share/locale/mk/LC_MESSAGES/kview_scale.mo
share/locale/mk/LC_MESSAGES/kviewbrowserplugin.mo
share/locale/mk/LC_MESSAGES/kviewcanvas.mo
share/locale/mk/LC_MESSAGES/kvieweffectsplugin.mo
share/locale/mk/LC_MESSAGES/kviewpresenterplugin.mo
share/locale/mk/LC_MESSAGES/kviewscannerplugin.mo
share/locale/mk/LC_MESSAGES/kviewshell.mo
share/locale/mk/LC_MESSAGES/kviewviewer.mo
share/locale/mk/LC_MESSAGES/kvoctrain.mo
share/locale/mk/LC_MESSAGES/kwatchgnupg.mo
share/locale/mk/LC_MESSAGES/kweather.mo
share/locale/mk/LC_MESSAGES/kwifimanager.mo
share/locale/mk/LC_MESSAGES/kwireless.mo
share/locale/mk/LC_MESSAGES/kwordquiz.mo
share/locale/mk/LC_MESSAGES/kworldclock.mo
share/locale/mk/LC_MESSAGES/kwriteconfig.mo
share/locale/mk/LC_MESSAGES/kxkb.mo
share/locale/mk/LC_MESSAGES/kxsconfig.mo
share/locale/mk/LC_MESSAGES/libKTTSD.mo
share/locale/mk/LC_MESSAGES/libdmctl.mo
share/locale/mk/LC_MESSAGES/libkaddrbk_geo_xxport.mo
share/locale/mk/LC_MESSAGES/libkaddrbk_gmx_xxport.mo
share/locale/mk/LC_MESSAGES/libkcal.mo
share/locale/mk/LC_MESSAGES/libkcddb.mo
share/locale/mk/LC_MESSAGES/libkfaximgage.mo
share/locale/mk/LC_MESSAGES/libkholidays.mo
share/locale/mk/LC_MESSAGES/libkicker.mo
share/locale/mk/LC_MESSAGES/libkickermenu_konsole.mo
share/locale/mk/LC_MESSAGES/libkickermenu_prefmenu.mo
share/locale/mk/LC_MESSAGES/libkickermenu_recentdocs.mo
share/locale/mk/LC_MESSAGES/libkickermenu_remotemenu.mo
share/locale/mk/LC_MESSAGES/libkickermenu_systemmenu.mo
share/locale/mk/LC_MESSAGES/libkickermenu_tdeprint.mo
share/locale/mk/LC_MESSAGES/libkickermenu_tom.mo
share/locale/mk/LC_MESSAGES/libkleopatra.mo
share/locale/mk/LC_MESSAGES/libkmime.mo
share/locale/mk/LC_MESSAGES/libkonq.mo
share/locale/mk/LC_MESSAGES/libkpgp.mo
share/locale/mk/LC_MESSAGES/libkpimexchange.mo
share/locale/mk/LC_MESSAGES/libkscan.mo
share/locale/mk/LC_MESSAGES/libksieve.mo
share/locale/mk/LC_MESSAGES/libksirtet.mo
share/locale/mk/LC_MESSAGES/libtaskbar.mo
share/locale/mk/LC_MESSAGES/libtaskmanager.mo
share/locale/mk/LC_MESSAGES/libtdeedu.mo
share/locale/mk/LC_MESSAGES/libtdegames.mo
share/locale/mk/LC_MESSAGES/libtdepim.mo
share/locale/mk/LC_MESSAGES/libtdescreensaver.mo
share/locale/mk/LC_MESSAGES/lockout.mo
share/locale/mk/LC_MESSAGES/lskat.mo
share/locale/mk/LC_MESSAGES/lyrics.mo
share/locale/mk/LC_MESSAGES/mediaapplet.mo
share/locale/mk/LC_MESSAGES/mediacontrol.mo
share/locale/mk/LC_MESSAGES/mf_konqplugin.mo
share/locale/mk/LC_MESSAGES/minitoolsplugin.mo
share/locale/mk/LC_MESSAGES/naughtyapplet.mo
share/locale/mk/LC_MESSAGES/nexscope.mo
share/locale/mk/LC_MESSAGES/noatun.mo
share/locale/mk/LC_MESSAGES/nsplugin.mo
share/locale/mk/LC_MESSAGES/pitchablespeed.mo
share/locale/mk/LC_MESSAGES/ppdtranslations.mo
share/locale/mk/LC_MESSAGES/privacy.mo
share/locale/mk/LC_MESSAGES/quicklauncher.mo
share/locale/mk/LC_MESSAGES/rellinks.mo
share/locale/mk/LC_MESSAGES/searchbarplugin.mo
share/locale/mk/LC_MESSAGES/secpolicy.mo
share/locale/mk/LC_MESSAGES/superkaramba.mo
share/locale/mk/LC_MESSAGES/synaescope.mo
share/locale/mk/LC_MESSAGES/tdeabc2mutt.mo
share/locale/mk/LC_MESSAGES/tdeabc_dir.mo
share/locale/mk/LC_MESSAGES/tdeabc_file.mo
share/locale/mk/LC_MESSAGES/tdeabc_ldaptdeio.mo
share/locale/mk/LC_MESSAGES/tdeabc_net.mo
share/locale/mk/LC_MESSAGES/tdeabc_slox.mo
share/locale/mk/LC_MESSAGES/tdeabc_sql.mo
share/locale/mk/LC_MESSAGES/tdeabcformat_binary.mo
share/locale/mk/LC_MESSAGES/tdecmshell.mo
share/locale/mk/LC_MESSAGES/tdedebugdialog.mo
share/locale/mk/LC_MESSAGES/tdefile_au.mo
share/locale/mk/LC_MESSAGES/tdefile_avi.mo
share/locale/mk/LC_MESSAGES/tdefile_bmp.mo
share/locale/mk/LC_MESSAGES/tdefile_cert.mo
share/locale/mk/LC_MESSAGES/tdefile_cpp.mo
share/locale/mk/LC_MESSAGES/tdefile_dds.mo
share/locale/mk/LC_MESSAGES/tdefile_deb.mo
share/locale/mk/LC_MESSAGES/tdefile_desktop.mo
share/locale/mk/LC_MESSAGES/tdefile_diff.mo
share/locale/mk/LC_MESSAGES/tdefile_drgeo.mo
share/locale/mk/LC_MESSAGES/tdefile_dvi.mo
share/locale/mk/LC_MESSAGES/tdefile_exr.mo
share/locale/mk/LC_MESSAGES/tdefile_flac.mo
share/locale/mk/LC_MESSAGES/tdefile_folder.mo
share/locale/mk/LC_MESSAGES/tdefile_gif.mo
share/locale/mk/LC_MESSAGES/tdefile_html.mo
share/locale/mk/LC_MESSAGES/tdefile_ico.mo
share/locale/mk/LC_MESSAGES/tdefile_ics.mo
share/locale/mk/LC_MESSAGES/tdefile_jpeg.mo
share/locale/mk/LC_MESSAGES/tdefile_kig.mo
share/locale/mk/LC_MESSAGES/tdefile_lnk.mo
share/locale/mk/LC_MESSAGES/tdefile_m3u.mo
share/locale/mk/LC_MESSAGES/tdefile_mhtml.mo
share/locale/mk/LC_MESSAGES/tdefile_mp3.mo
share/locale/mk/LC_MESSAGES/tdefile_mpc.mo
share/locale/mk/LC_MESSAGES/tdefile_mpeg.mo
share/locale/mk/LC_MESSAGES/tdefile_ogg.mo
share/locale/mk/LC_MESSAGES/tdefile_palm.mo
share/locale/mk/LC_MESSAGES/tdefile_pcx.mo
share/locale/mk/LC_MESSAGES/tdefile_pdf.mo
share/locale/mk/LC_MESSAGES/tdefile_png.mo
share/locale/mk/LC_MESSAGES/tdefile_pnm.mo
share/locale/mk/LC_MESSAGES/tdefile_po.mo
share/locale/mk/LC_MESSAGES/tdefile_ps.mo
share/locale/mk/LC_MESSAGES/tdefile_rfc822.mo
share/locale/mk/LC_MESSAGES/tdefile_rgb.mo
share/locale/mk/LC_MESSAGES/tdefile_rpm.mo
share/locale/mk/LC_MESSAGES/tdefile_sid.mo
share/locale/mk/LC_MESSAGES/tdefile_tga.mo
share/locale/mk/LC_MESSAGES/tdefile_theora.mo
share/locale/mk/LC_MESSAGES/tdefile_tiff.mo
share/locale/mk/LC_MESSAGES/tdefile_torrent.mo
share/locale/mk/LC_MESSAGES/tdefile_ts.mo
share/locale/mk/LC_MESSAGES/tdefile_txt.mo
share/locale/mk/LC_MESSAGES/tdefile_vcf.mo
share/locale/mk/LC_MESSAGES/tdefile_wav.mo
share/locale/mk/LC_MESSAGES/tdefile_xbm.mo
share/locale/mk/LC_MESSAGES/tdefile_xpm.mo
share/locale/mk/LC_MESSAGES/tdefileaudiopreview.mo
share/locale/mk/LC_MESSAGES/tdefileshare.mo
share/locale/mk/LC_MESSAGES/tdefontinst.mo
share/locale/mk/LC_MESSAGES/tdehtmlkttsd.mo
share/locale/mk/LC_MESSAGES/tdehtmlsettingsplugin.mo
share/locale/mk/LC_MESSAGES/tdeiconedit.mo
share/locale/mk/LC_MESSAGES/tdeio.mo
share/locale/mk/LC_MESSAGES/tdeio_audiocd.mo
share/locale/mk/LC_MESSAGES/tdeio_finger.mo
share/locale/mk/LC_MESSAGES/tdeio_fish.mo
share/locale/mk/LC_MESSAGES/tdeio_floppy.mo
share/locale/mk/LC_MESSAGES/tdeio_groupwise.mo
share/locale/mk/LC_MESSAGES/tdeio_help.mo
share/locale/mk/LC_MESSAGES/tdeio_home.mo
share/locale/mk/LC_MESSAGES/tdeio_imap4.mo
share/locale/mk/LC_MESSAGES/tdeio_jabberdisco.mo
share/locale/mk/LC_MESSAGES/tdeio_lan.mo
share/locale/mk/LC_MESSAGES/tdeio_ldap.mo
share/locale/mk/LC_MESSAGES/tdeio_mac.mo
share/locale/mk/LC_MESSAGES/tdeio_man.mo
share/locale/mk/LC_MESSAGES/tdeio_media.mo
share/locale/mk/LC_MESSAGES/tdeio_mobile.mo
share/locale/mk/LC_MESSAGES/tdeio_nfs.mo
share/locale/mk/LC_MESSAGES/tdeio_nntp.mo
share/locale/mk/LC_MESSAGES/tdeio_pop3.mo
share/locale/mk/LC_MESSAGES/tdeio_print.mo
share/locale/mk/LC_MESSAGES/tdeio_remote.mo
share/locale/mk/LC_MESSAGES/tdeio_settings.mo
share/locale/mk/LC_MESSAGES/tdeio_sftp.mo
share/locale/mk/LC_MESSAGES/tdeio_sieve.mo
share/locale/mk/LC_MESSAGES/tdeio_smb.mo
share/locale/mk/LC_MESSAGES/tdeio_smtp.mo
share/locale/mk/LC_MESSAGES/tdeio_system.mo
share/locale/mk/LC_MESSAGES/tdeio_tar.mo
share/locale/mk/LC_MESSAGES/tdeio_thumbnail.mo
share/locale/mk/LC_MESSAGES/tdeio_trash.mo
share/locale/mk/LC_MESSAGES/tdeio_zeroconf.mo
share/locale/mk/LC_MESSAGES/tdeioexec.mo
share/locale/mk/LC_MESSAGES/tdelibs.mo
share/locale/mk/LC_MESSAGES/tdelibs_colors.mo
share/locale/mk/LC_MESSAGES/tdelirc.mo
share/locale/mk/LC_MESSAGES/tdemid.mo
share/locale/mk/LC_MESSAGES/tdepartsaver.mo
share/locale/mk/LC_MESSAGES/tdepasswd.mo
share/locale/mk/LC_MESSAGES/tdepimresources.mo
share/locale/mk/LC_MESSAGES/tdepimwizards.mo
share/locale/mk/LC_MESSAGES/tdeprint.mo
share/locale/mk/LC_MESSAGES/tdeprint_part.mo
share/locale/mk/LC_MESSAGES/tdeprintfax.mo
share/locale/mk/LC_MESSAGES/tderandr.mo
share/locale/mk/LC_MESSAGES/tdescreensaver.mo
share/locale/mk/LC_MESSAGES/tdessh.mo
share/locale/mk/LC_MESSAGES/tdestyle_highcontrast_config.mo
share/locale/mk/LC_MESSAGES/tdestyle_keramik_config.mo
share/locale/mk/LC_MESSAGES/tdestyle_phase_config.mo
share/locale/mk/LC_MESSAGES/tdestyle_plastik_config.mo
share/locale/mk/LC_MESSAGES/tdesu.mo
share/locale/mk/LC_MESSAGES/tdesud.mo
share/locale/mk/LC_MESSAGES/tdetexteditor_autobookmarker.mo
share/locale/mk/LC_MESSAGES/tdetexteditor_docwordcompletion.mo
share/locale/mk/LC_MESSAGES/tdetexteditor_insertfile.mo
share/locale/mk/LC_MESSAGES/tdetexteditor_isearch.mo
share/locale/mk/LC_MESSAGES/tdetexteditor_kdatatool.mo
share/locale/mk/LC_MESSAGES/tdewalletmanager.mo
share/locale/mk/LC_MESSAGES/tdmconfig.mo
share/locale/mk/LC_MESSAGES/tdmgreet.mo
share/locale/mk/LC_MESSAGES/timezones.mo
share/locale/mk/LC_MESSAGES/tippecanoe.mo
share/locale/mk/LC_MESSAGES/trashapplet.mo
share/locale/mk/LC_MESSAGES/twin.mo
share/locale/mk/LC_MESSAGES/twin4.mo
share/locale/mk/LC_MESSAGES/twin_art_clients.mo
share/locale/mk/LC_MESSAGES/twin_clients.mo
share/locale/mk/LC_MESSAGES/twin_lib.mo
share/locale/mk/LC_MESSAGES/tyler.mo
share/locale/mk/LC_MESSAGES/uachangerplugin.mo
share/locale/mk/LC_MESSAGES/umbrello.mo
share/locale/mk/LC_MESSAGES/useraccount.mo
share/locale/mk/LC_MESSAGES/validatorsplugin.mo
share/locale/mk/LC_MESSAGES/wakeup.mo
share/locale/mk/LC_MESSAGES/wavecapture.mo
share/locale/mk/LC_MESSAGES/webarchiver.mo
share/locale/mk/charset
share/locale/mk/entry.desktop
share/locale/mk/flag.png

@ -0,0 +1,43 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: core/tde-i18n-mn > misc/tde-i18n-mn
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTLANG= mn
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${PORTLANG}
TDE_PREVERSION=
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= misc x11
DIST_SUBDIR= TDE/core
PKGNAMEPREFIX= ${PORTLANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${PORTLANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}template/' \
'${EXTRACT_BASE}translations/' \
'${EXTRACT_BASE}tde-i18n-${PORTLANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
\
-DBUILD_ALL="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1682085549
SHA256 (TDE/core/tde-i18n-trinity_14.1.0.orig.tar.xz) = 9f64b518db380d1d0acf3f6b5baafdb3f486953739b9484bdc5d31f34f466a75
SIZE (TDE/core/tde-i18n-trinity_14.1.0.orig.tar.xz) = 195332236

@ -0,0 +1 @@
Mongolian (mn) internationalized (i18n) files for TDE

@ -0,0 +1,190 @@
share/locale/mn/LC_MESSAGES/appletproxy.mo
share/locale/mn/LC_MESSAGES/clockapplet.mo
share/locale/mn/LC_MESSAGES/cupsdconf.mo
share/locale/mn/LC_MESSAGES/display.mo
share/locale/mn/LC_MESSAGES/dockbarextension.mo
share/locale/mn/LC_MESSAGES/drkonqi.mo
share/locale/mn/LC_MESSAGES/extensionproxy.mo
share/locale/mn/LC_MESSAGES/filetypes.mo
share/locale/mn/LC_MESSAGES/htmlsearch.mo
share/locale/mn/LC_MESSAGES/kaccess.mo
share/locale/mn/LC_MESSAGES/kalzium.mo
share/locale/mn/LC_MESSAGES/kappfinder.mo
share/locale/mn/LC_MESSAGES/kasbarextension.mo
share/locale/mn/LC_MESSAGES/kate.mo
share/locale/mn/LC_MESSAGES/katepart.mo
share/locale/mn/LC_MESSAGES/kcm_krfb.mo
share/locale/mn/LC_MESSAGES/kcmaccess.mo
share/locale/mn/LC_MESSAGES/kcmaccessibility.mo
share/locale/mn/LC_MESSAGES/kcmarts.mo
share/locale/mn/LC_MESSAGES/kcmbackground.mo
share/locale/mn/LC_MESSAGES/kcmbell.mo
share/locale/mn/LC_MESSAGES/kcmcgi.mo
share/locale/mn/LC_MESSAGES/kcmcolors.mo
share/locale/mn/LC_MESSAGES/kcmcomponentchooser.mo
share/locale/mn/LC_MESSAGES/kcmcrypto.mo
share/locale/mn/LC_MESSAGES/kcmcss.mo
share/locale/mn/LC_MESSAGES/kcmenergy.mo
share/locale/mn/LC_MESSAGES/kcmfonts.mo
share/locale/mn/LC_MESSAGES/kcmhtmlsearch.mo
share/locale/mn/LC_MESSAGES/kcmicons.mo
share/locale/mn/LC_MESSAGES/kcminfo.mo
share/locale/mn/LC_MESSAGES/kcminput.mo
share/locale/mn/LC_MESSAGES/kcmioslaveinfo.mo
share/locale/mn/LC_MESSAGES/kcmkclock.mo
share/locale/mn/LC_MESSAGES/kcmkded.mo
share/locale/mn/LC_MESSAGES/kcmkeys.mo
share/locale/mn/LC_MESSAGES/kcmkicker.mo
share/locale/mn/LC_MESSAGES/kcmkonq.mo
share/locale/mn/LC_MESSAGES/kcmkonqhtml.mo
share/locale/mn/LC_MESSAGES/kcmkonsole.mo
share/locale/mn/LC_MESSAGES/kcmktalkd.mo
share/locale/mn/LC_MESSAGES/kcmkurifilt.mo
share/locale/mn/LC_MESSAGES/kcmkwm.mo
share/locale/mn/LC_MESSAGES/kcmlaunch.mo
share/locale/mn/LC_MESSAGES/kcmlayout.mo
share/locale/mn/LC_MESSAGES/kcmlocale.mo
share/locale/mn/LC_MESSAGES/kcmnic.mo
share/locale/mn/LC_MESSAGES/kcmnotify.mo
share/locale/mn/LC_MESSAGES/kcmperformance.mo
share/locale/mn/LC_MESSAGES/kcmprintmgr.mo
share/locale/mn/LC_MESSAGES/kcmsamba.mo
share/locale/mn/LC_MESSAGES/kcmscreensaver.mo
share/locale/mn/LC_MESSAGES/kcmsmartcard.mo
share/locale/mn/LC_MESSAGES/kcmsmserver.mo
share/locale/mn/LC_MESSAGES/kcmspellchecking.mo
share/locale/mn/LC_MESSAGES/kcmstyle.mo
share/locale/mn/LC_MESSAGES/kcmtaskbar.mo
share/locale/mn/LC_MESSAGES/kcmtdeio.mo
share/locale/mn/LC_MESSAGES/kcmtwindecoration.mo
share/locale/mn/LC_MESSAGES/kcmusb.mo
share/locale/mn/LC_MESSAGES/kcmview1394.mo
share/locale/mn/LC_MESSAGES/kcmxinerama.mo
share/locale/mn/LC_MESSAGES/kcoloredit.mo
share/locale/mn/LC_MESSAGES/kcontrol.mo
share/locale/mn/LC_MESSAGES/kcron.mo
share/locale/mn/LC_MESSAGES/kdat.mo
share/locale/mn/LC_MESSAGES/kdcop.mo
share/locale/mn/LC_MESSAGES/kdesktop.mo
share/locale/mn/LC_MESSAGES/kdialog.mo
share/locale/mn/LC_MESSAGES/kdictapplet.mo
share/locale/mn/LC_MESSAGES/keduca.mo
share/locale/mn/LC_MESSAGES/kfindpart.mo
share/locale/mn/LC_MESSAGES/kfmclient.mo
share/locale/mn/LC_MESSAGES/khangman.mo
share/locale/mn/LC_MESSAGES/khelpcenter.mo
share/locale/mn/LC_MESSAGES/khotkeys.mo
share/locale/mn/LC_MESSAGES/kicker.mo
share/locale/mn/LC_MESSAGES/kig.mo
share/locale/mn/LC_MESSAGES/kinetd.mo
share/locale/mn/LC_MESSAGES/kiten.mo
share/locale/mn/LC_MESSAGES/kjobviewer.mo
share/locale/mn/LC_MESSAGES/klettres.mo
share/locale/mn/LC_MESSAGES/klipper.mo
share/locale/mn/LC_MESSAGES/kmcop.mo
share/locale/mn/LC_MESSAGES/kmenuapplet.mo
share/locale/mn/LC_MESSAGES/kmenuedit.mo
share/locale/mn/LC_MESSAGES/kminipagerapplet.mo
share/locale/mn/LC_MESSAGES/knotify.mo
share/locale/mn/LC_MESSAGES/konqueror.mo
share/locale/mn/LC_MESSAGES/konsole.mo
share/locale/mn/LC_MESSAGES/kpager.mo
share/locale/mn/LC_MESSAGES/kpercentage.mo
share/locale/mn/LC_MESSAGES/kpersonalizer.mo
share/locale/mn/LC_MESSAGES/kprinter.mo
share/locale/mn/LC_MESSAGES/krdb.mo
share/locale/mn/LC_MESSAGES/kreadconfig.mo
share/locale/mn/LC_MESSAGES/kruler.mo
share/locale/mn/LC_MESSAGES/krunapplet.mo
share/locale/mn/LC_MESSAGES/ksmserver.mo
share/locale/mn/LC_MESSAGES/ksplash.mo
share/locale/mn/LC_MESSAGES/ksplashthemes.mo
share/locale/mn/LC_MESSAGES/kstart.mo
share/locale/mn/LC_MESSAGES/ksysguard.mo
share/locale/mn/LC_MESSAGES/ksystemtrayapplet.mo
share/locale/mn/LC_MESSAGES/ksystraycmd.mo
share/locale/mn/LC_MESSAGES/ktip.mo
share/locale/mn/LC_MESSAGES/ktouch.mo
share/locale/mn/LC_MESSAGES/kview_scale.mo
share/locale/mn/LC_MESSAGES/kviewbrowserplugin.mo
share/locale/mn/LC_MESSAGES/kviewpresenterplugin.mo
share/locale/mn/LC_MESSAGES/kviewscannerplugin.mo
share/locale/mn/LC_MESSAGES/kwriteconfig.mo
share/locale/mn/LC_MESSAGES/kxkb.mo
share/locale/mn/LC_MESSAGES/libkicker.mo
share/locale/mn/LC_MESSAGES/libkickermenu_konsole.mo
share/locale/mn/LC_MESSAGES/libkickermenu_prefmenu.mo
share/locale/mn/LC_MESSAGES/libkickermenu_recentdocs.mo
share/locale/mn/LC_MESSAGES/libkickermenu_tdeprint.mo
share/locale/mn/LC_MESSAGES/libkonq.mo
share/locale/mn/LC_MESSAGES/libtaskbar.mo
share/locale/mn/LC_MESSAGES/libtaskmanager.mo
share/locale/mn/LC_MESSAGES/libtdescreensaver.mo
share/locale/mn/LC_MESSAGES/lockout.mo
share/locale/mn/LC_MESSAGES/mediaapplet.mo
share/locale/mn/LC_MESSAGES/naughtyapplet.mo
share/locale/mn/LC_MESSAGES/nsplugin.mo
share/locale/mn/LC_MESSAGES/ppdtranslations.mo
share/locale/mn/LC_MESSAGES/privacy.mo
share/locale/mn/LC_MESSAGES/quicklauncher.mo
share/locale/mn/LC_MESSAGES/secpolicy.mo
share/locale/mn/LC_MESSAGES/tdeabc_dir.mo
share/locale/mn/LC_MESSAGES/tdeabc_file.mo
share/locale/mn/LC_MESSAGES/tdeabc_ldaptdeio.mo
share/locale/mn/LC_MESSAGES/tdeabc_net.mo
share/locale/mn/LC_MESSAGES/tdeabc_sql.mo
share/locale/mn/LC_MESSAGES/tdeabcformat_binary.mo
share/locale/mn/LC_MESSAGES/tdedebugdialog.mo
share/locale/mn/LC_MESSAGES/tdefile_bmp.mo
share/locale/mn/LC_MESSAGES/tdefile_deb.mo
share/locale/mn/LC_MESSAGES/tdefile_gif.mo
share/locale/mn/LC_MESSAGES/tdefile_ico.mo
share/locale/mn/LC_MESSAGES/tdefile_jpeg.mo
share/locale/mn/LC_MESSAGES/tdefile_pdf.mo
share/locale/mn/LC_MESSAGES/tdefile_png.mo
share/locale/mn/LC_MESSAGES/tdefile_ps.mo
share/locale/mn/LC_MESSAGES/tdefile_rfc822.mo
share/locale/mn/LC_MESSAGES/tdefile_rpm.mo
share/locale/mn/LC_MESSAGES/tdefile_tga.mo
share/locale/mn/LC_MESSAGES/tdefile_tiff.mo
share/locale/mn/LC_MESSAGES/tdefile_xbm.mo
share/locale/mn/LC_MESSAGES/tdefileaudiopreview.mo
share/locale/mn/LC_MESSAGES/tdefontinst.mo
share/locale/mn/LC_MESSAGES/tdeio.mo
share/locale/mn/LC_MESSAGES/tdeio_finger.mo
share/locale/mn/LC_MESSAGES/tdeio_fish.mo
share/locale/mn/LC_MESSAGES/tdeio_floppy.mo
share/locale/mn/LC_MESSAGES/tdeio_help.mo
share/locale/mn/LC_MESSAGES/tdeio_imap4.mo
share/locale/mn/LC_MESSAGES/tdeio_lan.mo
share/locale/mn/LC_MESSAGES/tdeio_mac.mo
share/locale/mn/LC_MESSAGES/tdeio_man.mo
share/locale/mn/LC_MESSAGES/tdeio_media.mo
share/locale/mn/LC_MESSAGES/tdeio_nfs.mo
share/locale/mn/LC_MESSAGES/tdeio_nntp.mo
share/locale/mn/LC_MESSAGES/tdeio_pop3.mo
share/locale/mn/LC_MESSAGES/tdeio_print.mo
share/locale/mn/LC_MESSAGES/tdeio_settings.mo
share/locale/mn/LC_MESSAGES/tdeio_sftp.mo
share/locale/mn/LC_MESSAGES/tdeio_smb.mo
share/locale/mn/LC_MESSAGES/tdeio_smtp.mo
share/locale/mn/LC_MESSAGES/tdeioexec.mo
share/locale/mn/LC_MESSAGES/tdelibs.mo
share/locale/mn/LC_MESSAGES/tdelibs_colors.mo
share/locale/mn/LC_MESSAGES/tdeprint.mo
share/locale/mn/LC_MESSAGES/tdeprint_part.mo
share/locale/mn/LC_MESSAGES/tdeprintfax.mo
share/locale/mn/LC_MESSAGES/tderandr.mo
share/locale/mn/LC_MESSAGES/tdescreensaver.mo
share/locale/mn/LC_MESSAGES/tdestyle_keramik_config.mo
share/locale/mn/LC_MESSAGES/tdesu.mo
share/locale/mn/LC_MESSAGES/tdesud.mo
share/locale/mn/LC_MESSAGES/tdetexteditor_insertfile.mo
share/locale/mn/LC_MESSAGES/tdetexteditor_isearch.mo
share/locale/mn/LC_MESSAGES/tdetexteditor_kdatatool.mo
share/locale/mn/LC_MESSAGES/tdmconfig.mo
share/locale/mn/LC_MESSAGES/tdmgreet.mo
share/locale/mn/LC_MESSAGES/timezones.mo
share/locale/mn/LC_MESSAGES/twin.mo
share/locale/mn/charset
share/locale/mn/entry.desktop

@ -0,0 +1,43 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: core/tde-i18n-ms > misc/tde-i18n-ms
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTLANG= ms
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${PORTLANG}
TDE_PREVERSION=
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= misc x11
DIST_SUBDIR= TDE/core
PKGNAMEPREFIX= ${PORTLANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${PORTLANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}template/' \
'${EXTRACT_BASE}translations/' \
'${EXTRACT_BASE}tde-i18n-${PORTLANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
\
-DBUILD_ALL="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,3 @@
TIMESTAMP = 1682085551
SHA256 (TDE/core/tde-i18n-trinity_14.1.0.orig.tar.xz) = 9f64b518db380d1d0acf3f6b5baafdb3f486953739b9484bdc5d31f34f466a75
SIZE (TDE/core/tde-i18n-trinity_14.1.0.orig.tar.xz) = 195332236

@ -0,0 +1 @@
Malay (ms) internationalized (i18n) files for TDE

@ -0,0 +1,529 @@
share/locale/ms/LC_MESSAGES/akregator.mo
share/locale/ms/LC_MESSAGES/akregator_konqplugin.mo
share/locale/ms/LC_MESSAGES/alsaplayerui.mo
share/locale/ms/LC_MESSAGES/amor.mo
share/locale/ms/LC_MESSAGES/appletproxy.mo
share/locale/ms/LC_MESSAGES/ark.mo
share/locale/ms/LC_MESSAGES/ark_plugin.mo
share/locale/ms/LC_MESSAGES/artsbuilder.mo
share/locale/ms/LC_MESSAGES/artscontrol.mo
share/locale/ms/LC_MESSAGES/artsmodules.mo
share/locale/ms/LC_MESSAGES/atlantikdesigner.mo
share/locale/ms/LC_MESSAGES/audiocd_encoder_lame.mo
share/locale/ms/LC_MESSAGES/audiocd_encoder_vorbis.mo
share/locale/ms/LC_MESSAGES/audiorename_plugin.mo
share/locale/ms/LC_MESSAGES/autorefresh.mo
share/locale/ms/LC_MESSAGES/babelfish.mo
share/locale/ms/LC_MESSAGES/blinken.mo
share/locale/ms/LC_MESSAGES/cervisia.mo
share/locale/ms/LC_MESSAGES/charlatanui.mo
share/locale/ms/LC_MESSAGES/clockapplet.mo
share/locale/ms/LC_MESSAGES/crashesplugin.mo
share/locale/ms/LC_MESSAGES/cupsdconf.mo
share/locale/ms/LC_MESSAGES/cvsservice.mo
share/locale/ms/LC_MESSAGES/dcoprss.mo
share/locale/ms/LC_MESSAGES/dirfilterplugin.mo
share/locale/ms/LC_MESSAGES/display.mo
share/locale/ms/LC_MESSAGES/dockbarextension.mo
share/locale/ms/LC_MESSAGES/domtreeviewer.mo
share/locale/ms/LC_MESSAGES/drkonqi.mo
share/locale/ms/LC_MESSAGES/dub.mo
share/locale/ms/LC_MESSAGES/extensionproxy.mo
share/locale/ms/LC_MESSAGES/ffrs.mo
share/locale/ms/LC_MESSAGES/filetypes.mo
share/locale/ms/LC_MESSAGES/fsview.mo
share/locale/ms/LC_MESSAGES/htmlsearch.mo
share/locale/ms/LC_MESSAGES/imagerename_plugin.mo
share/locale/ms/LC_MESSAGES/imgalleryplugin.mo
share/locale/ms/LC_MESSAGES/irkick.mo
share/locale/ms/LC_MESSAGES/joystick.mo
share/locale/ms/LC_MESSAGES/juk.mo
share/locale/ms/LC_MESSAGES/kaboodle.mo
share/locale/ms/LC_MESSAGES/kaccess.mo
share/locale/ms/LC_MESSAGES/kaddressbook.mo
share/locale/ms/LC_MESSAGES/kalarm.mo
share/locale/ms/LC_MESSAGES/kalzium.mo
share/locale/ms/LC_MESSAGES/kanagram.mo
share/locale/ms/LC_MESSAGES/kandy.mo
share/locale/ms/LC_MESSAGES/kappfinder.mo
share/locale/ms/LC_MESSAGES/karm.mo
share/locale/ms/LC_MESSAGES/kasbarextension.mo
share/locale/ms/LC_MESSAGES/kate.mo
share/locale/ms/LC_MESSAGES/katecppsymbolviewer.mo
share/locale/ms/LC_MESSAGES/katefiletemplates.mo
share/locale/ms/LC_MESSAGES/katefll_initplugin.mo
share/locale/ms/LC_MESSAGES/katefll_plugin.mo
share/locale/ms/LC_MESSAGES/katehelloworld.mo
share/locale/ms/LC_MESSAGES/katehtmltools.mo
share/locale/ms/LC_MESSAGES/kateinsertcommand.mo
share/locale/ms/LC_MESSAGES/katekjswrapper.mo
share/locale/ms/LC_MESSAGES/katemake.mo
share/locale/ms/LC_MESSAGES/katemodeline.mo
share/locale/ms/LC_MESSAGES/kateopenheader.mo
share/locale/ms/LC_MESSAGES/katepart.mo
share/locale/ms/LC_MESSAGES/katepybrowse.mo
share/locale/ms/LC_MESSAGES/katesnippets.mo
share/locale/ms/LC_MESSAGES/katetabbarextension.mo
share/locale/ms/LC_MESSAGES/katetextfilter.mo
share/locale/ms/LC_MESSAGES/katexmlcheck.mo
share/locale/ms/LC_MESSAGES/katexmltools.mo
share/locale/ms/LC_MESSAGES/katomic.mo
share/locale/ms/LC_MESSAGES/kaudiocreator.mo
share/locale/ms/LC_MESSAGES/kay.mo
share/locale/ms/LC_MESSAGES/kbabel.mo
share/locale/ms/LC_MESSAGES/kbinaryclock.mo
share/locale/ms/LC_MESSAGES/kblackbox.mo
share/locale/ms/LC_MESSAGES/kbounce.mo
share/locale/ms/LC_MESSAGES/kbruch.mo
share/locale/ms/LC_MESSAGES/kbstateapplet.mo
share/locale/ms/LC_MESSAGES/kbugbuster.mo
share/locale/ms/LC_MESSAGES/kcalc.mo
share/locale/ms/LC_MESSAGES/kcharselect.mo
share/locale/ms/LC_MESSAGES/kcharselectapplet.mo
share/locale/ms/LC_MESSAGES/kcm_krfb.mo
share/locale/ms/LC_MESSAGES/kcm_kviewcanvasconfig.mo
share/locale/ms/LC_MESSAGES/kcm_kviewgeneralconfig.mo
share/locale/ms/LC_MESSAGES/kcm_kviewpluginsconfig.mo
share/locale/ms/LC_MESSAGES/kcm_kviewviewerpluginsconfig.mo
share/locale/ms/LC_MESSAGES/kcmaccess.mo
share/locale/ms/LC_MESSAGES/kcmaccessibility.mo
share/locale/ms/LC_MESSAGES/kcmarts.mo
share/locale/ms/LC_MESSAGES/kcmaudiocd.mo
share/locale/ms/LC_MESSAGES/kcmbackground.mo
share/locale/ms/LC_MESSAGES/kcmbell.mo
share/locale/ms/LC_MESSAGES/kcmcddb.mo
share/locale/ms/LC_MESSAGES/kcmcgi.mo
share/locale/ms/LC_MESSAGES/kcmcolors.mo
share/locale/ms/LC_MESSAGES/kcmcomponentchooser.mo
share/locale/ms/LC_MESSAGES/kcmcrypto.mo
share/locale/ms/LC_MESSAGES/kcmcss.mo
share/locale/ms/LC_MESSAGES/kcmenergy.mo
share/locale/ms/LC_MESSAGES/kcmfonts.mo
share/locale/ms/LC_MESSAGES/kcmhtmlsearch.mo
share/locale/ms/LC_MESSAGES/kcmicons.mo
share/locale/ms/LC_MESSAGES/kcminfo.mo
share/locale/ms/LC_MESSAGES/kcminput.mo
share/locale/ms/LC_MESSAGES/kcmioslaveinfo.mo
share/locale/ms/LC_MESSAGES/kcmkabconfig.mo
share/locale/ms/LC_MESSAGES/kcmkamera.mo
share/locale/ms/LC_MESSAGES/kcmkclock.mo
share/locale/ms/LC_MESSAGES/kcmkded.mo
share/locale/ms/LC_MESSAGES/kcmkeys.mo
share/locale/ms/LC_MESSAGES/kcmkicker.mo
share/locale/ms/LC_MESSAGES/kcmkonq.mo
share/locale/ms/LC_MESSAGES/kcmkonqhtml.mo
share/locale/ms/LC_MESSAGES/kcmkonsole.mo
share/locale/ms/LC_MESSAGES/kcmkontactnt.mo
share/locale/ms/LC_MESSAGES/kcmktalkd.mo
share/locale/ms/LC_MESSAGES/kcmkuick.mo
share/locale/ms/LC_MESSAGES/kcmkurifilt.mo
share/locale/ms/LC_MESSAGES/kcmkvaio.mo
share/locale/ms/LC_MESSAGES/kcmkwm.mo
share/locale/ms/LC_MESSAGES/kcmlanbrowser.mo
share/locale/ms/LC_MESSAGES/kcmlaptop.mo
share/locale/ms/LC_MESSAGES/kcmlaunch.mo
share/locale/ms/LC_MESSAGES/kcmlayout.mo
share/locale/ms/LC_MESSAGES/kcmlilo.mo
share/locale/ms/LC_MESSAGES/kcmlirc.mo
share/locale/ms/LC_MESSAGES/kcmlocale.mo
share/locale/ms/LC_MESSAGES/kcmmedia.mo
share/locale/ms/LC_MESSAGES/kcmnic.mo
share/locale/ms/LC_MESSAGES/kcmnotify.mo
share/locale/ms/LC_MESSAGES/kcmperformance.mo
share/locale/ms/LC_MESSAGES/kcmprintmgr.mo
share/locale/ms/LC_MESSAGES/kcmsamba.mo
share/locale/ms/LC_MESSAGES/kcmscreensaver.mo
share/locale/ms/LC_MESSAGES/kcmsmartcard.mo
share/locale/ms/LC_MESSAGES/kcmsmserver.mo
share/locale/ms/LC_MESSAGES/kcmspellchecking.mo
share/locale/ms/LC_MESSAGES/kcmstyle.mo
share/locale/ms/LC_MESSAGES/kcmtaskbar.mo
share/locale/ms/LC_MESSAGES/kcmtdednssd.mo
share/locale/ms/LC_MESSAGES/kcmtdeio.mo
share/locale/ms/LC_MESSAGES/kcmtdewallet.mo
share/locale/ms/LC_MESSAGES/kcmthinkpad.mo
share/locale/ms/LC_MESSAGES/kcmtwindecoration.mo
share/locale/ms/LC_MESSAGES/kcmtwinrules.mo
share/locale/ms/LC_MESSAGES/kcmusb.mo
share/locale/ms/LC_MESSAGES/kcmview1394.mo
share/locale/ms/LC_MESSAGES/kcmwifi.mo
share/locale/ms/LC_MESSAGES/kcmxinerama.mo
share/locale/ms/LC_MESSAGES/kcoloredit.mo
share/locale/ms/LC_MESSAGES/kcontrol.mo
share/locale/ms/LC_MESSAGES/kcron.mo
share/locale/ms/LC_MESSAGES/kdat.mo
share/locale/ms/LC_MESSAGES/kdcop.mo
share/locale/ms/LC_MESSAGES/kdesktop.mo
share/locale/ms/LC_MESSAGES/kdf.mo
share/locale/ms/LC_MESSAGES/kdgantt.mo
share/locale/ms/LC_MESSAGES/kdialog.mo
share/locale/ms/LC_MESSAGES/kdict.mo
share/locale/ms/LC_MESSAGES/kdictapplet.mo
share/locale/ms/LC_MESSAGES/kdjview.mo
share/locale/ms/LC_MESSAGES/kdvi.mo
share/locale/ms/LC_MESSAGES/kedit.mo
share/locale/ms/LC_MESSAGES/keduca.mo
share/locale/ms/LC_MESSAGES/kfax.mo
share/locale/ms/LC_MESSAGES/kfaxview.mo
share/locale/ms/LC_MESSAGES/kfifteenapplet.mo
share/locale/ms/LC_MESSAGES/kfindpart.mo
share/locale/ms/LC_MESSAGES/kfloppy.mo
share/locale/ms/LC_MESSAGES/kfmclient.mo
share/locale/ms/LC_MESSAGES/kgamma.mo
share/locale/ms/LC_MESSAGES/kgantt.mo
share/locale/ms/LC_MESSAGES/kgeography.mo
share/locale/ms/LC_MESSAGES/kget.mo
share/locale/ms/LC_MESSAGES/kghostview.mo
share/locale/ms/LC_MESSAGES/kgpg.mo
share/locale/ms/LC_MESSAGES/kgreet_classic.mo
share/locale/ms/LC_MESSAGES/kgreet_winbind.mo
share/locale/ms/LC_MESSAGES/khangman.mo
share/locale/ms/LC_MESSAGES/khelpcenter.mo
share/locale/ms/LC_MESSAGES/khexedit.mo
share/locale/ms/LC_MESSAGES/khexedit2part.mo
share/locale/ms/LC_MESSAGES/khotkeys.mo
share/locale/ms/LC_MESSAGES/kicker.mo
share/locale/ms/LC_MESSAGES/kig.mo
share/locale/ms/LC_MESSAGES/kimagemapeditor.mo
share/locale/ms/LC_MESSAGES/kinetd.mo
share/locale/ms/LC_MESSAGES/kiten.mo
share/locale/ms/LC_MESSAGES/kjobviewer.mo
share/locale/ms/LC_MESSAGES/kjots.mo
share/locale/ms/LC_MESSAGES/klaptopdaemon.mo
share/locale/ms/LC_MESSAGES/klatin.mo
share/locale/ms/LC_MESSAGES/kleopatra.mo
share/locale/ms/LC_MESSAGES/klettres.mo
share/locale/ms/LC_MESSAGES/klinkstatus.mo
share/locale/ms/LC_MESSAGES/klipper.mo
share/locale/ms/LC_MESSAGES/klock.mo
share/locale/ms/LC_MESSAGES/kmag.mo
share/locale/ms/LC_MESSAGES/kmail.mo
share/locale/ms/LC_MESSAGES/kmail_text_calendar_plugin.mo
share/locale/ms/LC_MESSAGES/kmail_text_vcard_plugin.mo
share/locale/ms/LC_MESSAGES/kmailcvt.mo
share/locale/ms/LC_MESSAGES/kmathapplet.mo
share/locale/ms/LC_MESSAGES/kmcop.mo
share/locale/ms/LC_MESSAGES/kmenuapplet.mo
share/locale/ms/LC_MESSAGES/kmenuedit.mo
share/locale/ms/LC_MESSAGES/kmilo_delli8k.mo
share/locale/ms/LC_MESSAGES/kmilo_generic.mo
share/locale/ms/LC_MESSAGES/kmilo_kvaio.mo
share/locale/ms/LC_MESSAGES/kmilo_powerbook.mo
share/locale/ms/LC_MESSAGES/kmilo_thinkpad.mo
share/locale/ms/LC_MESSAGES/kmilod.mo
share/locale/ms/LC_MESSAGES/kmines.mo
share/locale/ms/LC_MESSAGES/kminipagerapplet.mo
share/locale/ms/LC_MESSAGES/kmix.mo
share/locale/ms/LC_MESSAGES/kmobile.mo
share/locale/ms/LC_MESSAGES/kmoon.mo
share/locale/ms/LC_MESSAGES/kmousetool.mo
share/locale/ms/LC_MESSAGES/kmouth.mo
share/locale/ms/LC_MESSAGES/kmplot.mo
share/locale/ms/LC_MESSAGES/kmrml.mo
share/locale/ms/LC_MESSAGES/knetattach.mo
share/locale/ms/LC_MESSAGES/knewsticker.mo
share/locale/ms/LC_MESSAGES/knode.mo
share/locale/ms/LC_MESSAGES/knotes.mo
share/locale/ms/LC_MESSAGES/knotify.mo
share/locale/ms/LC_MESSAGES/kodo.mo
share/locale/ms/LC_MESSAGES/kolf.mo
share/locale/ms/LC_MESSAGES/kolourpaint.mo
share/locale/ms/LC_MESSAGES/kolourpicker.mo
share/locale/ms/LC_MESSAGES/kommander.mo
share/locale/ms/LC_MESSAGES/kompare.mo
share/locale/ms/LC_MESSAGES/konnector_dummy.mo
share/locale/ms/LC_MESSAGES/konnector_kabc.mo
share/locale/ms/LC_MESSAGES/konnector_kcal.mo
share/locale/ms/LC_MESSAGES/konnector_local.mo
share/locale/ms/LC_MESSAGES/konnector_qtopia.mo
share/locale/ms/LC_MESSAGES/konnector_remote.mo
share/locale/ms/LC_MESSAGES/konqsidebar_mediaplayer.mo
share/locale/ms/LC_MESSAGES/konqsidebar_news.mo
share/locale/ms/LC_MESSAGES/konqueror.mo
share/locale/ms/LC_MESSAGES/konsole.mo
share/locale/ms/LC_MESSAGES/konsolekalendar.mo
share/locale/ms/LC_MESSAGES/kontact.mo
share/locale/ms/LC_MESSAGES/kooka.mo
share/locale/ms/LC_MESSAGES/kopete.mo
share/locale/ms/LC_MESSAGES/korganizer.mo
share/locale/ms/LC_MESSAGES/korn.mo
share/locale/ms/LC_MESSAGES/kpackage.mo
share/locale/ms/LC_MESSAGES/kpager.mo
share/locale/ms/LC_MESSAGES/kpdf.mo
share/locale/ms/LC_MESSAGES/kpercentage.mo
share/locale/ms/LC_MESSAGES/kpersonalizer.mo
share/locale/ms/LC_MESSAGES/kpf.mo
share/locale/ms/LC_MESSAGES/kpovmodeler.mo
share/locale/ms/LC_MESSAGES/kppp.mo
share/locale/ms/LC_MESSAGES/kppplogview.mo
share/locale/ms/LC_MESSAGES/kprinter.mo
share/locale/ms/LC_MESSAGES/krdb.mo
share/locale/ms/LC_MESSAGES/krdc.mo
share/locale/ms/LC_MESSAGES/kreadconfig.mo
share/locale/ms/LC_MESSAGES/krec.mo
share/locale/ms/LC_MESSAGES/kregexpeditor.mo
share/locale/ms/LC_MESSAGES/kres_blogging.mo
share/locale/ms/LC_MESSAGES/kres_bugzilla.mo
share/locale/ms/LC_MESSAGES/kres_exchange.mo
share/locale/ms/LC_MESSAGES/kres_featureplan.mo
share/locale/ms/LC_MESSAGES/kres_groupware.mo
share/locale/ms/LC_MESSAGES/kres_groupwise.mo
share/locale/ms/LC_MESSAGES/kres_kolab.mo
share/locale/ms/LC_MESSAGES/kres_remote.mo
share/locale/ms/LC_MESSAGES/kres_xmlrpc.mo
share/locale/ms/LC_MESSAGES/krfb.mo
share/locale/ms/LC_MESSAGES/kruler.mo
share/locale/ms/LC_MESSAGES/krunapplet.mo
share/locale/ms/LC_MESSAGES/ksame.mo
share/locale/ms/LC_MESSAGES/ksayit.mo
share/locale/ms/LC_MESSAGES/kscd.mo
share/locale/ms/LC_MESSAGES/ksig.mo
share/locale/ms/LC_MESSAGES/ksim.mo
share/locale/ms/LC_MESSAGES/ksirc.mo
share/locale/ms/LC_MESSAGES/ksmiletris.mo
share/locale/ms/LC_MESSAGES/ksmserver.mo
share/locale/ms/LC_MESSAGES/ksnake.mo
share/locale/ms/LC_MESSAGES/ksnapshot.mo
share/locale/ms/LC_MESSAGES/ksokoban.mo
share/locale/ms/LC_MESSAGES/ksplash.mo
share/locale/ms/LC_MESSAGES/ksplashthemes.mo
share/locale/ms/LC_MESSAGES/kstars.mo
share/locale/ms/LC_MESSAGES/kstart.mo
share/locale/ms/LC_MESSAGES/kstartperf.mo
share/locale/ms/LC_MESSAGES/ksvgplugin.mo
share/locale/ms/LC_MESSAGES/ksysguard.mo
share/locale/ms/LC_MESSAGES/ksystemtrayapplet.mo
share/locale/ms/LC_MESSAGES/ksystraycmd.mo
share/locale/ms/LC_MESSAGES/ksysv.mo
share/locale/ms/LC_MESSAGES/kteatime.mo
share/locale/ms/LC_MESSAGES/kthememanager.mo
share/locale/ms/LC_MESSAGES/ktimemon.mo
share/locale/ms/LC_MESSAGES/ktimer.mo
share/locale/ms/LC_MESSAGES/ktip.mo
share/locale/ms/LC_MESSAGES/ktnef.mo
share/locale/ms/LC_MESSAGES/ktouch.mo
share/locale/ms/LC_MESSAGES/ktron.mo
share/locale/ms/LC_MESSAGES/kttsd.mo
share/locale/ms/LC_MESSAGES/kturtle.mo
share/locale/ms/LC_MESSAGES/ktux.mo
share/locale/ms/LC_MESSAGES/kuick_plugin.mo
share/locale/ms/LC_MESSAGES/kuickshow.mo
share/locale/ms/LC_MESSAGES/kuiviewer.mo
share/locale/ms/LC_MESSAGES/kuser.mo
share/locale/ms/LC_MESSAGES/kverbos.mo
share/locale/ms/LC_MESSAGES/kview.mo
share/locale/ms/LC_MESSAGES/kview_scale.mo
share/locale/ms/LC_MESSAGES/kviewbrowserplugin.mo
share/locale/ms/LC_MESSAGES/kviewcanvas.mo
share/locale/ms/LC_MESSAGES/kvieweffectsplugin.mo
share/locale/ms/LC_MESSAGES/kviewpresenterplugin.mo
share/locale/ms/LC_MESSAGES/kviewscannerplugin.mo
share/locale/ms/LC_MESSAGES/kviewshell.mo
share/locale/ms/LC_MESSAGES/kviewviewer.mo
share/locale/ms/LC_MESSAGES/kvoctrain.mo
share/locale/ms/LC_MESSAGES/kwatchgnupg.mo
share/locale/ms/LC_MESSAGES/kweather.mo
share/locale/ms/LC_MESSAGES/kwifimanager.mo
share/locale/ms/LC_MESSAGES/kwireless.mo
share/locale/ms/LC_MESSAGES/kwordquiz.mo
share/locale/ms/LC_MESSAGES/kworldclock.mo
share/locale/ms/LC_MESSAGES/kwriteconfig.mo
share/locale/ms/LC_MESSAGES/kxkb.mo
share/locale/ms/LC_MESSAGES/kxsconfig.mo
share/locale/ms/LC_MESSAGES/kxsldbg.mo
share/locale/ms/LC_MESSAGES/libKTTSD.mo
share/locale/ms/LC_MESSAGES/libdmctl.mo
share/locale/ms/LC_MESSAGES/libkaddrbk_geo_xxport.mo
share/locale/ms/LC_MESSAGES/libkaddrbk_gmx_xxport.mo
share/locale/ms/LC_MESSAGES/libkcal.mo
share/locale/ms/LC_MESSAGES/libkcddb.mo
share/locale/ms/LC_MESSAGES/libkfaximgage.mo
share/locale/ms/LC_MESSAGES/libkholidays.mo
share/locale/ms/LC_MESSAGES/libkicker.mo
share/locale/ms/LC_MESSAGES/libkickermenu_konsole.mo
share/locale/ms/LC_MESSAGES/libkickermenu_prefmenu.mo
share/locale/ms/LC_MESSAGES/libkickermenu_recentdocs.mo
share/locale/ms/LC_MESSAGES/libkickermenu_remotemenu.mo
share/locale/ms/LC_MESSAGES/libkickermenu_systemmenu.mo
share/locale/ms/LC_MESSAGES/libkickermenu_tdeprint.mo
share/locale/ms/LC_MESSAGES/libkickermenu_tom.mo
share/locale/ms/LC_MESSAGES/libkleopatra.mo
share/locale/ms/LC_MESSAGES/libkmime.mo
share/locale/ms/LC_MESSAGES/libkonq.mo
share/locale/ms/LC_MESSAGES/libkpgp.mo
share/locale/ms/LC_MESSAGES/libkpimexchange.mo
share/locale/ms/LC_MESSAGES/libkscan.mo
share/locale/ms/LC_MESSAGES/libksieve.mo
share/locale/ms/LC_MESSAGES/libksync.mo
share/locale/ms/LC_MESSAGES/libtaskbar.mo
share/locale/ms/LC_MESSAGES/libtaskmanager.mo
share/locale/ms/LC_MESSAGES/libtdeedu.mo
share/locale/ms/LC_MESSAGES/libtdepim.mo
share/locale/ms/LC_MESSAGES/libtdescreensaver.mo
share/locale/ms/LC_MESSAGES/lockout.mo
share/locale/ms/LC_MESSAGES/lskat.mo
share/locale/ms/LC_MESSAGES/lyrics.mo
share/locale/ms/LC_MESSAGES/mediaapplet.mo
share/locale/ms/LC_MESSAGES/mediacontrol.mo
share/locale/ms/LC_MESSAGES/minitoolsplugin.mo
share/locale/ms/LC_MESSAGES/multisynk.mo
share/locale/ms/LC_MESSAGES/naughtyapplet.mo
share/locale/ms/LC_MESSAGES/nexscope.mo
share/locale/ms/LC_MESSAGES/noatun.mo
share/locale/ms/LC_MESSAGES/nsplugin.mo
share/locale/ms/LC_MESSAGES/pitchablespeed.mo
share/locale/ms/LC_MESSAGES/ppdtranslations.mo
share/locale/ms/LC_MESSAGES/privacy.mo
share/locale/ms/LC_MESSAGES/quanta.mo
share/locale/ms/LC_MESSAGES/quicklauncher.mo
share/locale/ms/LC_MESSAGES/rellinks.mo
share/locale/ms/LC_MESSAGES/searchbarplugin.mo
share/locale/ms/LC_MESSAGES/secpolicy.mo
share/locale/ms/LC_MESSAGES/spy.mo
share/locale/ms/LC_MESSAGES/synaescope.mo
share/locale/ms/LC_MESSAGES/tdeabc2mutt.mo
share/locale/ms/LC_MESSAGES/tdeabc_dir.mo
share/locale/ms/LC_MESSAGES/tdeabc_file.mo
share/locale/ms/LC_MESSAGES/tdeabc_ldaptdeio.mo
share/locale/ms/LC_MESSAGES/tdeabc_net.mo
share/locale/ms/LC_MESSAGES/tdeabc_slox.mo
share/locale/ms/LC_MESSAGES/tdeabc_sql.mo
share/locale/ms/LC_MESSAGES/tdeabcformat_binary.mo
share/locale/ms/LC_MESSAGES/tdecachegrind.mo
share/locale/ms/LC_MESSAGES/tdecmshell.mo
share/locale/ms/LC_MESSAGES/tdedebugdialog.mo
share/locale/ms/LC_MESSAGES/tdefile_au.mo
share/locale/ms/LC_MESSAGES/tdefile_avi.mo
share/locale/ms/LC_MESSAGES/tdefile_bmp.mo
share/locale/ms/LC_MESSAGES/tdefile_cert.mo
share/locale/ms/LC_MESSAGES/tdefile_cpp.mo
share/locale/ms/LC_MESSAGES/tdefile_dds.mo
share/locale/ms/LC_MESSAGES/tdefile_deb.mo
share/locale/ms/LC_MESSAGES/tdefile_desktop.mo
share/locale/ms/LC_MESSAGES/tdefile_diff.mo
share/locale/ms/LC_MESSAGES/tdefile_drgeo.mo
share/locale/ms/LC_MESSAGES/tdefile_dvi.mo
share/locale/ms/LC_MESSAGES/tdefile_exr.mo
share/locale/ms/LC_MESSAGES/tdefile_flac.mo
share/locale/ms/LC_MESSAGES/tdefile_folder.mo
share/locale/ms/LC_MESSAGES/tdefile_gif.mo
share/locale/ms/LC_MESSAGES/tdefile_html.mo
share/locale/ms/LC_MESSAGES/tdefile_ico.mo
share/locale/ms/LC_MESSAGES/tdefile_ics.mo
share/locale/ms/LC_MESSAGES/tdefile_jpeg.mo
share/locale/ms/LC_MESSAGES/tdefile_kig.mo
share/locale/ms/LC_MESSAGES/tdefile_lnk.mo
share/locale/ms/LC_MESSAGES/tdefile_m3u.mo
share/locale/ms/LC_MESSAGES/tdefile_mhtml.mo
share/locale/ms/LC_MESSAGES/tdefile_mp3.mo
share/locale/ms/LC_MESSAGES/tdefile_mpc.mo
share/locale/ms/LC_MESSAGES/tdefile_ogg.mo
share/locale/ms/LC_MESSAGES/tdefile_palm.mo
share/locale/ms/LC_MESSAGES/tdefile_pcx.mo
share/locale/ms/LC_MESSAGES/tdefile_pdf.mo
share/locale/ms/LC_MESSAGES/tdefile_png.mo
share/locale/ms/LC_MESSAGES/tdefile_pnm.mo
share/locale/ms/LC_MESSAGES/tdefile_po.mo
share/locale/ms/LC_MESSAGES/tdefile_ps.mo
share/locale/ms/LC_MESSAGES/tdefile_rfc822.mo
share/locale/ms/LC_MESSAGES/tdefile_rgb.mo
share/locale/ms/LC_MESSAGES/tdefile_rpm.mo
share/locale/ms/LC_MESSAGES/tdefile_sid.mo
share/locale/ms/LC_MESSAGES/tdefile_tga.mo
share/locale/ms/LC_MESSAGES/tdefile_theora.mo
share/locale/ms/LC_MESSAGES/tdefile_tiff.mo
share/locale/ms/LC_MESSAGES/tdefile_torrent.mo
share/locale/ms/LC_MESSAGES/tdefile_ts.mo
share/locale/ms/LC_MESSAGES/tdefile_txt.mo
share/locale/ms/LC_MESSAGES/tdefile_vcf.mo
share/locale/ms/LC_MESSAGES/tdefile_wav.mo
share/locale/ms/LC_MESSAGES/tdefile_xbm.mo
share/locale/ms/LC_MESSAGES/tdefile_xpm.mo
share/locale/ms/LC_MESSAGES/tdefileaudiopreview.mo
share/locale/ms/LC_MESSAGES/tdefilereplace.mo
share/locale/ms/LC_MESSAGES/tdefileshare.mo
share/locale/ms/LC_MESSAGES/tdefontinst.mo
share/locale/ms/LC_MESSAGES/tdehtmlkttsd.mo
share/locale/ms/LC_MESSAGES/tdehtmlsettingsplugin.mo
share/locale/ms/LC_MESSAGES/tdeiconedit.mo
share/locale/ms/LC_MESSAGES/tdeio.mo
share/locale/ms/LC_MESSAGES/tdeio_audiocd.mo
share/locale/ms/LC_MESSAGES/tdeio_finger.mo
share/locale/ms/LC_MESSAGES/tdeio_fish.mo
share/locale/ms/LC_MESSAGES/tdeio_floppy.mo
share/locale/ms/LC_MESSAGES/tdeio_groupwise.mo
share/locale/ms/LC_MESSAGES/tdeio_help.mo
share/locale/ms/LC_MESSAGES/tdeio_home.mo
share/locale/ms/LC_MESSAGES/tdeio_imap4.mo
share/locale/ms/LC_MESSAGES/tdeio_jabberdisco.mo
share/locale/ms/LC_MESSAGES/tdeio_lan.mo
share/locale/ms/LC_MESSAGES/tdeio_ldap.mo
share/locale/ms/LC_MESSAGES/tdeio_mac.mo
share/locale/ms/LC_MESSAGES/tdeio_man.mo
share/locale/ms/LC_MESSAGES/tdeio_media.mo
share/locale/ms/LC_MESSAGES/tdeio_mobile.mo
share/locale/ms/LC_MESSAGES/tdeio_nfs.mo
share/locale/ms/LC_MESSAGES/tdeio_nntp.mo
share/locale/ms/LC_MESSAGES/tdeio_pop3.mo
share/locale/ms/LC_MESSAGES/tdeio_print.mo
share/locale/ms/LC_MESSAGES/tdeio_remote.mo
share/locale/ms/LC_MESSAGES/tdeio_settings.mo
share/locale/ms/LC_MESSAGES/tdeio_sftp.mo
share/locale/ms/LC_MESSAGES/tdeio_sieve.mo
share/locale/ms/LC_MESSAGES/tdeio_smb.mo
share/locale/ms/LC_MESSAGES/tdeio_smtp.mo
share/locale/ms/LC_MESSAGES/tdeio_svn.mo
share/locale/ms/LC_MESSAGES/tdeio_system.mo
share/locale/ms/LC_MESSAGES/tdeio_tar.mo
share/locale/ms/LC_MESSAGES/tdeio_thumbnail.mo
share/locale/ms/LC_MESSAGES/tdeio_trash.mo
share/locale/ms/LC_MESSAGES/tdeio_zeroconf.mo
share/locale/ms/LC_MESSAGES/tdeioexec.mo
share/locale/ms/LC_MESSAGES/tdelibs.mo
share/locale/ms/LC_MESSAGES/tdelibs_colors.mo
share/locale/ms/LC_MESSAGES/tdelirc.mo
share/locale/ms/LC_MESSAGES/tdemid.mo
share/locale/ms/LC_MESSAGES/tdepartsaver.mo
share/locale/ms/LC_MESSAGES/tdepasswd.mo
share/locale/ms/LC_MESSAGES/tdepimresources.mo
share/locale/ms/LC_MESSAGES/tdepimwizards.mo
share/locale/ms/LC_MESSAGES/tdeprint.mo
share/locale/ms/LC_MESSAGES/tdeprint_part.mo
share/locale/ms/LC_MESSAGES/tdeprintfax.mo
share/locale/ms/LC_MESSAGES/tderandr.mo
share/locale/ms/LC_MESSAGES/tdescreensaver.mo
share/locale/ms/LC_MESSAGES/tdessh.mo
share/locale/ms/LC_MESSAGES/tdestyle_highcontrast_config.mo
share/locale/ms/LC_MESSAGES/tdestyle_keramik_config.mo
share/locale/ms/LC_MESSAGES/tdestyle_phase_config.mo
share/locale/ms/LC_MESSAGES/tdestyle_plastik_config.mo
share/locale/ms/LC_MESSAGES/tdesu.mo
share/locale/ms/LC_MESSAGES/tdesud.mo
share/locale/ms/LC_MESSAGES/tdetexteditor_autobookmarker.mo
share/locale/ms/LC_MESSAGES/tdetexteditor_docwordcompletion.mo
share/locale/ms/LC_MESSAGES/tdetexteditor_insertfile.mo
share/locale/ms/LC_MESSAGES/tdetexteditor_isearch.mo
share/locale/ms/LC_MESSAGES/tdetexteditor_kdatatool.mo
share/locale/ms/LC_MESSAGES/tdevdesigner.mo
share/locale/ms/LC_MESSAGES/tdevelop.mo
share/locale/ms/LC_MESSAGES/tdevtipofday.mo
share/locale/ms/LC_MESSAGES/tdewalletmanager.mo
share/locale/ms/LC_MESSAGES/tdmconfig.mo
share/locale/ms/LC_MESSAGES/tdmgreet.mo
share/locale/ms/LC_MESSAGES/timezones.mo
share/locale/ms/LC_MESSAGES/tippecanoe.mo
share/locale/ms/LC_MESSAGES/trashapplet.mo
share/locale/ms/LC_MESSAGES/twin.mo
share/locale/ms/LC_MESSAGES/twin_art_clients.mo
share/locale/ms/LC_MESSAGES/twin_clients.mo
share/locale/ms/LC_MESSAGES/twin_lib.mo
share/locale/ms/LC_MESSAGES/tyler.mo
share/locale/ms/LC_MESSAGES/uachangerplugin.mo
share/locale/ms/LC_MESSAGES/umbrello.mo
share/locale/ms/LC_MESSAGES/useraccount.mo
share/locale/ms/LC_MESSAGES/validatorsplugin.mo
share/locale/ms/LC_MESSAGES/wakeup.mo
share/locale/ms/LC_MESSAGES/wavecapture.mo
share/locale/ms/LC_MESSAGES/webarchiver.mo
share/locale/ms/charset
share/locale/ms/entry.desktop

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save